Skip to content

Instantly share code, notes, and snippets.

@genkuroki
Last active February 16, 2021 08:27
Show Gist options
  • Save genkuroki/5be24cabb0064ef093ac4b787a32c3d7 to your computer and use it in GitHub Desktop.
Save genkuroki/5be24cabb0064ef093ac4b787a32c3d7 to your computer and use it in GitHub Desktop.
random orthogonal matrix
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using LinearAlgebra, Plots\n\nfunction rand_orthogonal(n)\n Q, R = qr(randn(n, n))\n Q * diagm(sign.(diag(R)))\nend\n\nn = 2000\nX = rand_orthogonal(n)\nhistogram(angle.(eigvals(X)), bins=range(-π, π, length=51), legend=false)",
"execution_count": 1,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 1,
"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=\"clip080\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip080)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip081\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip080)\" d=\"\nM139.191 1486.45 L2352.76 1486.45 L2352.76 47.2441 L139.191 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip082\">\n <rect x=\"139\" y=\"47\" width=\"2215\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 305.337,1486.45 305.337,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 618.882,1486.45 618.882,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 932.428,1486.45 932.428,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1245.97,1486.45 1245.97,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1559.52,1486.45 1559.52,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1873.06,1486.45 1873.06,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2186.61,1486.45 2186.61,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 305.337,1486.45 305.337,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 618.882,1486.45 618.882,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 932.428,1486.45 932.428,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1245.97,1486.45 1245.97,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1559.52,1486.45 1559.52,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1873.06,1486.45 1873.06,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2186.61,1486.45 2186.61,1469.18 \n \"/>\n<path clip-path=\"url(#clip080)\" d=\"M 0 0 M277.316 1530.29 L306.992 1530.29 L306.992 1534.23 L277.316 1534.23 L277.316 1530.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M326.228 1528.49 Q329.584 1529.2 331.459 1531.47 Q333.357 1533.74 333.357 1537.07 Q333.357 1542.19 329.839 1544.99 Q326.32 1547.79 319.839 1547.79 Q317.663 1547.79 315.348 1547.35 Q313.057 1546.93 310.603 1546.08 L310.603 1541.56 Q312.547 1542.7 314.862 1543.28 Q317.177 1543.86 319.7 1543.86 Q324.098 1543.86 326.39 1542.12 Q328.705 1540.38 328.705 1537.07 Q328.705 1534.02 326.552 1532.31 Q324.422 1530.57 320.603 1530.57 L316.575 1530.57 L316.575 1526.73 L320.788 1526.73 Q324.237 1526.73 326.066 1525.36 Q327.894 1523.97 327.894 1521.38 Q327.894 1518.72 325.996 1517.31 Q324.121 1515.87 320.603 1515.87 Q318.682 1515.87 316.482 1516.29 Q314.283 1516.7 311.645 1517.58 L311.645 1513.42 Q314.307 1512.68 316.621 1512.31 Q318.959 1511.93 321.019 1511.93 Q326.344 1511.93 329.445 1514.37 Q332.547 1516.77 332.547 1520.89 Q332.547 1523.76 330.904 1525.75 Q329.26 1527.72 326.228 1528.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M591.336 1530.29 L621.012 1530.29 L621.012 1534.23 L591.336 1534.23 L591.336 1530.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M630.109 1543.18 L646.428 1543.18 L646.428 1547.12 L624.484 1547.12 L624.484 1543.18 Q627.146 1540.43 631.729 1535.8 Q636.336 1531.15 637.516 1529.81 Q639.762 1527.28 640.641 1525.55 Q641.544 1523.79 641.544 1522.1 Q641.544 1519.34 639.6 1517.61 Q637.678 1515.87 634.577 1515.87 Q632.378 1515.87 629.924 1516.63 Q627.493 1517.4 624.716 1518.95 L624.716 1514.23 Q627.54 1513.09 629.993 1512.51 Q632.447 1511.93 634.484 1511.93 Q639.854 1511.93 643.049 1514.62 Q646.243 1517.31 646.243 1521.8 Q646.243 1523.93 645.433 1525.85 Q644.646 1527.74 642.54 1530.34 Q641.961 1531.01 638.859 1534.23 Q635.757 1537.42 630.109 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M904.697 1530.29 L934.372 1530.29 L934.372 1534.23 L904.697 1534.23 L904.697 1530.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M940.252 1543.18 L947.891 1543.18 L947.891 1516.82 L939.581 1518.49 L939.581 1514.23 L947.844 1512.56 L952.52 1512.56 L952.52 1543.18 L960.159 1543.18 L960.159 1547.12 L940.252 1547.12 L940.252 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M1245.97 1515.64 Q1242.36 1515.64 1240.53 1519.2 Q1238.73 1522.75 1238.73 1529.87 Q1238.73 1536.98 1240.53 1540.55 Q1242.36 1544.09 1245.97 1544.09 Q1249.61 1544.09 1251.41 1540.55 Q1253.24 1536.98 1253.24 1529.87 Q1253.24 1522.75 1251.41 1519.2 Q1249.61 1515.64 1245.97 1515.64 M1245.97 1511.93 Q1251.78 1511.93 1254.84 1516.54 Q1257.92 1521.12 1257.92 1529.87 Q1257.92 1538.6 1254.84 1543.21 Q1251.78 1547.79 1245.97 1547.79 Q1240.16 1547.79 1237.08 1543.21 Q1234.03 1538.6 1234.03 1529.87 Q1234.03 1521.12 1237.08 1516.54 Q1240.16 1511.93 1245.97 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M1549.9 1543.18 L1557.54 1543.18 L1557.54 1516.82 L1549.23 1518.49 L1549.23 1514.23 L1557.49 1512.56 L1562.17 1512.56 L1562.17 1543.18 L1569.81 1543.18 L1569.81 1547.12 L1549.9 1547.12 L1549.9 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M1867.72 1543.18 L1884.04 1543.18 L1884.04 1547.12 L1862.09 1547.12 L1862.09 1543.18 Q1864.75 1540.43 1869.34 1535.8 Q1873.94 1531.15 1875.12 1529.81 Q1877.37 1527.28 1878.25 1525.55 Q1879.15 1523.79 1879.15 1522.1 Q1879.15 1519.34 1877.21 1517.61 Q1875.29 1515.87 1872.18 1515.87 Q1869.99 1515.87 1867.53 1516.63 Q1865.1 1517.4 1862.32 1518.95 L1862.32 1514.23 Q1865.15 1513.09 1867.6 1512.51 Q1870.06 1511.93 1872.09 1511.93 Q1877.46 1511.93 1880.66 1514.62 Q1883.85 1517.31 1883.85 1521.8 Q1883.85 1523.93 1883.04 1525.85 Q1882.25 1527.74 1880.15 1530.34 Q1879.57 1531.01 1876.47 1534.23 Q1873.37 1537.42 1867.72 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M2190.86 1528.49 Q2194.21 1529.2 2196.09 1531.47 Q2197.99 1533.74 2197.99 1537.07 Q2197.99 1542.19 2194.47 1544.99 Q2190.95 1547.79 2184.47 1547.79 Q2182.29 1547.79 2179.98 1547.35 Q2177.69 1546.93 2175.23 1546.08 L2175.23 1541.56 Q2177.18 1542.7 2179.49 1543.28 Q2181.81 1543.86 2184.33 1543.86 Q2188.73 1543.86 2191.02 1542.12 Q2193.33 1540.38 2193.33 1537.07 Q2193.33 1534.02 2191.18 1532.31 Q2189.05 1530.57 2185.23 1530.57 L2181.21 1530.57 L2181.21 1526.73 L2185.42 1526.73 Q2188.87 1526.73 2190.7 1525.36 Q2192.52 1523.97 2192.52 1521.38 Q2192.52 1518.72 2190.63 1517.31 Q2188.75 1515.87 2185.23 1515.87 Q2183.31 1515.87 2181.11 1516.29 Q2178.91 1516.7 2176.27 1517.58 L2176.27 1513.42 Q2178.94 1512.68 2181.25 1512.31 Q2183.59 1511.93 2185.65 1511.93 Q2190.97 1511.93 2194.08 1514.37 Q2197.18 1516.77 2197.18 1520.89 Q2197.18 1523.76 2195.53 1525.75 Q2193.89 1527.72 2190.86 1528.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,1114.56 2352.76,1114.56 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,783.404 2352.76,783.404 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,452.248 2352.76,452.248 \n \"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,121.092 2352.76,121.092 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1486.45 139.191,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1445.72 165.754,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1114.56 165.754,1114.56 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,783.404 165.754,783.404 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,452.248 165.754,452.248 \n \"/>\n<polyline clip-path=\"url(#clip080)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,121.092 165.754,121.092 \n \"/>\n<path clip-path=\"url(#clip080)\" d=\"M 0 0 M91.2465 1431.51 Q87.6354 1431.51 85.8068 1435.08 Q84.0012 1438.62 84.0012 1445.75 Q84.0012 1452.86 85.8068 1456.42 Q87.6354 1459.96 91.2465 1459.96 Q94.8808 1459.96 96.6863 1456.42 Q98.515 1452.86 98.515 1445.75 Q98.515 1438.62 96.6863 1435.08 Q94.8808 1431.51 91.2465 1431.51 M91.2465 1427.81 Q97.0567 1427.81 100.112 1432.42 Q103.191 1437 103.191 1445.75 Q103.191 1454.48 100.112 1459.08 Q97.0567 1463.67 91.2465 1463.67 Q85.4364 1463.67 82.3577 1459.08 Q79.3022 1454.48 79.3022 1445.75 Q79.3022 1437 82.3577 1432.42 Q85.4364 1427.81 91.2465 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M56.2699 1127.9 L63.9087 1127.9 L63.9087 1101.54 L55.5986 1103.21 L55.5986 1098.95 L63.8624 1097.28 L68.5383 1097.28 L68.5383 1127.9 L76.1772 1127.9 L76.1772 1131.84 L56.2699 1131.84 L56.2699 1127.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M91.2465 1100.36 Q87.6354 1100.36 85.8068 1103.92 Q84.0012 1107.46 84.0012 1114.59 Q84.0012 1121.7 85.8068 1125.27 Q87.6354 1128.81 91.2465 1128.81 Q94.8808 1128.81 96.6863 1125.27 Q98.515 1121.7 98.515 1114.59 Q98.515 1107.46 96.6863 1103.92 Q94.8808 1100.36 91.2465 1100.36 M91.2465 1096.65 Q97.0567 1096.65 100.112 1101.26 Q103.191 1105.84 103.191 1114.59 Q103.191 1123.32 100.112 1127.93 Q97.0567 1132.51 91.2465 1132.51 Q85.4364 1132.51 82.3577 1127.93 Q79.3022 1123.32 79.3022 1114.59 Q79.3022 1105.84 82.3577 1101.26 Q85.4364 1096.65 91.2465 1096.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M59.8578 796.749 L76.1772 796.749 L76.1772 800.684 L54.2328 800.684 L54.2328 796.749 Q56.8949 793.994 61.4782 789.364 Q66.0846 784.712 67.2652 783.369 Q69.5105 780.846 70.3902 779.11 Q71.2929 777.351 71.2929 775.661 Q71.2929 772.906 69.3485 771.17 Q67.4272 769.434 64.3254 769.434 Q62.1263 769.434 59.6726 770.198 Q57.2421 770.962 54.4643 772.513 L54.4643 767.79 Q57.2884 766.656 59.7421 766.077 Q62.1958 765.499 64.2328 765.499 Q69.6031 765.499 72.7976 768.184 Q75.992 770.869 75.992 775.36 Q75.992 777.489 75.1818 779.411 Q74.3948 781.309 72.2883 783.901 Q71.7096 784.573 68.6078 787.79 Q65.5059 790.985 59.8578 796.749 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M91.2465 769.202 Q87.6354 769.202 85.8068 772.767 Q84.0012 776.309 84.0012 783.439 Q84.0012 790.545 85.8068 794.11 Q87.6354 797.651 91.2465 797.651 Q94.8808 797.651 96.6863 794.11 Q98.515 790.545 98.515 783.439 Q98.515 776.309 96.6863 772.767 Q94.8808 769.202 91.2465 769.202 M91.2465 765.499 Q97.0567 765.499 100.112 770.105 Q103.191 774.689 103.191 783.439 Q103.191 792.165 100.112 796.772 Q97.0567 801.355 91.2465 801.355 Q85.4364 801.355 82.3577 796.772 Q79.3022 792.165 79.3022 783.439 Q79.3022 774.689 82.3577 770.105 Q85.4364 765.499 91.2465 765.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M69.0476 450.894 Q72.404 451.611 74.279 453.88 Q76.1772 456.148 76.1772 459.482 Q76.1772 464.597 72.6587 467.398 Q69.1402 470.199 62.6587 470.199 Q60.4828 470.199 58.168 469.759 Q55.8764 469.343 53.4227 468.486 L53.4227 463.972 Q55.3671 465.107 57.6819 465.685 Q59.9967 466.264 62.5198 466.264 Q66.918 466.264 69.2096 464.528 Q71.5244 462.792 71.5244 459.482 Q71.5244 456.426 69.3717 454.713 Q67.242 452.977 63.4226 452.977 L59.3949 452.977 L59.3949 449.134 L63.6078 449.134 Q67.0569 449.134 68.8855 447.769 Q70.7142 446.38 70.7142 443.787 Q70.7142 441.125 68.8161 439.713 Q66.9411 438.278 63.4226 438.278 Q61.5013 438.278 59.3023 438.695 Q57.1032 439.111 54.4643 439.991 L54.4643 435.824 Q57.1264 435.084 59.4412 434.713 Q61.7791 434.343 63.8393 434.343 Q69.1633 434.343 72.2652 436.773 Q75.367 439.181 75.367 443.301 Q75.367 446.171 73.7235 448.162 Q72.08 450.13 69.0476 450.894 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M91.2465 438.047 Q87.6354 438.047 85.8068 441.611 Q84.0012 445.153 84.0012 452.283 Q84.0012 459.389 85.8068 462.954 Q87.6354 466.495 91.2465 466.495 Q94.8808 466.495 96.6863 462.954 Q98.515 459.389 98.515 452.283 Q98.515 445.153 96.6863 441.611 Q94.8808 438.047 91.2465 438.047 M91.2465 434.343 Q97.0567 434.343 100.112 438.949 Q103.191 443.533 103.191 452.283 Q103.191 461.009 100.112 465.616 Q97.0567 470.199 91.2465 470.199 Q85.4364 470.199 82.3577 465.616 Q79.3022 461.009 79.3022 452.283 Q79.3022 443.533 82.3577 438.949 Q85.4364 434.343 91.2465 434.343 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M66.5939 107.886 L54.7884 126.335 L66.5939 126.335 L66.5939 107.886 M65.367 103.812 L71.2466 103.812 L71.2466 126.335 L76.1772 126.335 L76.1772 130.224 L71.2466 130.224 L71.2466 138.372 L66.5939 138.372 L66.5939 130.224 L50.9921 130.224 L50.9921 125.71 L65.367 103.812 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip080)\" d=\"M 0 0 M91.2465 106.891 Q87.6354 106.891 85.8068 110.455 Q84.0012 113.997 84.0012 121.127 Q84.0012 128.233 85.8068 131.798 Q87.6354 135.339 91.2465 135.339 Q94.8808 135.339 96.6863 131.798 Q98.515 128.233 98.515 121.127 Q98.515 113.997 96.6863 110.455 Q94.8808 106.891 91.2465 106.891 M91.2465 103.187 Q97.0567 103.187 100.112 107.793 Q103.191 112.377 103.191 121.127 Q103.191 129.853 100.112 134.46 Q97.0567 139.043 91.2465 139.043 Q85.4364 139.043 82.3577 134.46 Q79.3022 129.853 79.3022 121.127 Q79.3022 112.377 82.3577 107.793 Q85.4364 103.187 91.2465 103.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip082)\" d=\"\nM260.941 121.092 L260.941 1445.72 L300.342 1445.72 L300.342 121.092 L260.941 121.092 L260.941 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 260.941,121.092 260.941,1445.72 300.342,1445.72 300.342,121.092 260.941,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM300.342 87.9763 L300.342 1445.72 L339.744 1445.72 L339.744 87.9763 L300.342 87.9763 L300.342 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 300.342,87.9763 300.342,1445.72 339.744,1445.72 339.744,87.9763 300.342,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM339.744 154.207 L339.744 1445.72 L379.145 1445.72 L379.145 154.207 L339.744 154.207 L339.744 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 339.744,154.207 339.744,1445.72 379.145,1445.72 379.145,154.207 339.744,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM379.145 121.092 L379.145 1445.72 L418.546 1445.72 L418.546 121.092 L379.145 121.092 L379.145 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 379.145,121.092 379.145,1445.72 418.546,1445.72 418.546,121.092 379.145,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM418.546 121.092 L418.546 1445.72 L457.947 1445.72 L457.947 121.092 L418.546 121.092 L418.546 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 418.546,121.092 418.546,1445.72 457.947,1445.72 457.947,121.092 418.546,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM457.947 121.092 L457.947 1445.72 L497.349 1445.72 L497.349 121.092 L457.947 121.092 L457.947 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 457.947,121.092 457.947,1445.72 497.349,1445.72 497.349,121.092 457.947,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM497.349 154.207 L497.349 1445.72 L536.75 1445.72 L536.75 154.207 L497.349 154.207 L497.349 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 497.349,154.207 497.349,1445.72 536.75,1445.72 536.75,154.207 497.349,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM536.75 87.9763 L536.75 1445.72 L576.151 1445.72 L576.151 87.9763 L536.75 87.9763 L536.75 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 536.75,87.9763 536.75,1445.72 576.151,1445.72 576.151,87.9763 536.75,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM576.151 121.092 L576.151 1445.72 L615.553 1445.72 L615.553 121.092 L576.151 121.092 L576.151 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 576.151,121.092 576.151,1445.72 615.553,1445.72 615.553,121.092 576.151,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM615.553 121.092 L615.553 1445.72 L654.954 1445.72 L654.954 121.092 L615.553 121.092 L615.553 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 615.553,121.092 615.553,1445.72 654.954,1445.72 654.954,121.092 615.553,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM654.954 87.9763 L654.954 1445.72 L694.355 1445.72 L694.355 87.9763 L654.954 87.9763 L654.954 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 654.954,87.9763 654.954,1445.72 694.355,1445.72 694.355,87.9763 654.954,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM694.355 187.323 L694.355 1445.72 L733.757 1445.72 L733.757 187.323 L694.355 187.323 L694.355 187.323 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 694.355,187.323 694.355,1445.72 733.757,1445.72 733.757,187.323 694.355,187.323 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM733.757 87.9763 L733.757 1445.72 L773.158 1445.72 L773.158 87.9763 L733.757 87.9763 L733.757 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 733.757,87.9763 733.757,1445.72 773.158,1445.72 773.158,87.9763 733.757,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM773.158 121.092 L773.158 1445.72 L812.559 1445.72 L812.559 121.092 L773.158 121.092 L773.158 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 773.158,121.092 773.158,1445.72 812.559,1445.72 812.559,121.092 773.158,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM812.559 154.207 L812.559 1445.72 L851.96 1445.72 L851.96 154.207 L812.559 154.207 L812.559 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 812.559,154.207 812.559,1445.72 851.96,1445.72 851.96,154.207 812.559,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM851.96 87.9763 L851.96 1445.72 L891.362 1445.72 L891.362 87.9763 L851.96 87.9763 L851.96 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 851.96,87.9763 851.96,1445.72 891.362,1445.72 891.362,87.9763 851.96,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM891.362 121.092 L891.362 1445.72 L930.763 1445.72 L930.763 121.092 L891.362 121.092 L891.362 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 891.362,121.092 891.362,1445.72 930.763,1445.72 930.763,121.092 891.362,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM930.763 87.9763 L930.763 1445.72 L970.164 1445.72 L970.164 87.9763 L930.763 87.9763 L930.763 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 930.763,87.9763 930.763,1445.72 970.164,1445.72 970.164,87.9763 930.763,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM970.164 154.207 L970.164 1445.72 L1009.57 1445.72 L1009.57 154.207 L970.164 154.207 L970.164 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 970.164,154.207 970.164,1445.72 1009.57,1445.72 1009.57,154.207 970.164,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1009.57 121.092 L1009.57 1445.72 L1048.97 1445.72 L1048.97 121.092 L1009.57 121.092 L1009.57 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1009.57,121.092 1009.57,1445.72 1048.97,1445.72 1048.97,121.092 1009.57,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1048.97 154.207 L1048.97 1445.72 L1088.37 1445.72 L1088.37 154.207 L1048.97 154.207 L1048.97 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1048.97,154.207 1048.97,1445.72 1088.37,1445.72 1088.37,154.207 1048.97,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1088.37 87.9763 L1088.37 1445.72 L1127.77 1445.72 L1127.77 87.9763 L1088.37 87.9763 L1088.37 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1088.37,87.9763 1088.37,1445.72 1127.77,1445.72 1127.77,87.9763 1088.37,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1127.77 121.092 L1127.77 1445.72 L1167.17 1445.72 L1167.17 121.092 L1127.77 121.092 L1127.77 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1127.77,121.092 1127.77,1445.72 1167.17,1445.72 1167.17,121.092 1127.77,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1167.17 121.092 L1167.17 1445.72 L1206.57 1445.72 L1206.57 121.092 L1167.17 121.092 L1167.17 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1167.17,121.092 1167.17,1445.72 1206.57,1445.72 1206.57,121.092 1167.17,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1206.57 121.092 L1206.57 1445.72 L1245.97 1445.72 L1245.97 121.092 L1206.57 121.092 L1206.57 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1206.57,121.092 1206.57,1445.72 1245.97,1445.72 1245.97,121.092 1206.57,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1245.97 121.092 L1245.97 1445.72 L1285.37 1445.72 L1285.37 121.092 L1245.97 121.092 L1245.97 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1245.97,121.092 1245.97,1445.72 1285.37,1445.72 1285.37,121.092 1245.97,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1285.37 121.092 L1285.37 1445.72 L1324.78 1445.72 L1324.78 121.092 L1285.37 121.092 L1285.37 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1285.37,121.092 1285.37,1445.72 1324.78,1445.72 1324.78,121.092 1285.37,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1324.78 121.092 L1324.78 1445.72 L1364.18 1445.72 L1364.18 121.092 L1324.78 121.092 L1324.78 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1324.78,121.092 1324.78,1445.72 1364.18,1445.72 1364.18,121.092 1324.78,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1364.18 87.9763 L1364.18 1445.72 L1403.58 1445.72 L1403.58 87.9763 L1364.18 87.9763 L1364.18 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1364.18,87.9763 1364.18,1445.72 1403.58,1445.72 1403.58,87.9763 1364.18,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1403.58 154.207 L1403.58 1445.72 L1442.98 1445.72 L1442.98 154.207 L1403.58 154.207 L1403.58 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1403.58,154.207 1403.58,1445.72 1442.98,1445.72 1442.98,154.207 1403.58,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1442.98 121.092 L1442.98 1445.72 L1482.38 1445.72 L1482.38 121.092 L1442.98 121.092 L1442.98 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1442.98,121.092 1442.98,1445.72 1482.38,1445.72 1482.38,121.092 1442.98,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1482.38 154.207 L1482.38 1445.72 L1521.78 1445.72 L1521.78 154.207 L1482.38 154.207 L1482.38 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1482.38,154.207 1482.38,1445.72 1521.78,1445.72 1521.78,154.207 1482.38,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1521.78 87.9763 L1521.78 1445.72 L1561.18 1445.72 L1561.18 87.9763 L1521.78 87.9763 L1521.78 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1521.78,87.9763 1521.78,1445.72 1561.18,1445.72 1561.18,87.9763 1521.78,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1561.18 121.092 L1561.18 1445.72 L1600.59 1445.72 L1600.59 121.092 L1561.18 121.092 L1561.18 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1561.18,121.092 1561.18,1445.72 1600.59,1445.72 1600.59,121.092 1561.18,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1600.59 87.9763 L1600.59 1445.72 L1639.99 1445.72 L1639.99 87.9763 L1600.59 87.9763 L1600.59 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1600.59,87.9763 1600.59,1445.72 1639.99,1445.72 1639.99,87.9763 1600.59,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1639.99 154.207 L1639.99 1445.72 L1679.39 1445.72 L1679.39 154.207 L1639.99 154.207 L1639.99 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1639.99,154.207 1639.99,1445.72 1679.39,1445.72 1679.39,154.207 1639.99,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1679.39 121.092 L1679.39 1445.72 L1718.79 1445.72 L1718.79 121.092 L1679.39 121.092 L1679.39 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1679.39,121.092 1679.39,1445.72 1718.79,1445.72 1718.79,121.092 1679.39,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1718.79 87.9763 L1718.79 1445.72 L1758.19 1445.72 L1758.19 87.9763 L1718.79 87.9763 L1718.79 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1718.79,87.9763 1718.79,1445.72 1758.19,1445.72 1758.19,87.9763 1718.79,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1758.19 187.323 L1758.19 1445.72 L1797.59 1445.72 L1797.59 187.323 L1758.19 187.323 L1758.19 187.323 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1758.19,187.323 1758.19,1445.72 1797.59,1445.72 1797.59,187.323 1758.19,187.323 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1797.59 87.9763 L1797.59 1445.72 L1836.99 1445.72 L1836.99 87.9763 L1797.59 87.9763 L1797.59 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1797.59,87.9763 1797.59,1445.72 1836.99,1445.72 1836.99,87.9763 1797.59,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1836.99 121.092 L1836.99 1445.72 L1876.39 1445.72 L1876.39 121.092 L1836.99 121.092 L1836.99 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1836.99,121.092 1836.99,1445.72 1876.39,1445.72 1876.39,121.092 1836.99,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1876.39 121.092 L1876.39 1445.72 L1915.8 1445.72 L1915.8 121.092 L1876.39 121.092 L1876.39 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1876.39,121.092 1876.39,1445.72 1915.8,1445.72 1915.8,121.092 1876.39,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1915.8 87.9763 L1915.8 1445.72 L1955.2 1445.72 L1955.2 87.9763 L1915.8 87.9763 L1915.8 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1915.8,87.9763 1915.8,1445.72 1955.2,1445.72 1955.2,87.9763 1915.8,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1955.2 154.207 L1955.2 1445.72 L1994.6 1445.72 L1994.6 154.207 L1955.2 154.207 L1955.2 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1955.2,154.207 1955.2,1445.72 1994.6,1445.72 1994.6,154.207 1955.2,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM1994.6 121.092 L1994.6 1445.72 L2034 1445.72 L2034 121.092 L1994.6 121.092 L1994.6 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1994.6,121.092 1994.6,1445.72 2034,1445.72 2034,121.092 1994.6,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM2034 121.092 L2034 1445.72 L2073.4 1445.72 L2073.4 121.092 L2034 121.092 L2034 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2034,121.092 2034,1445.72 2073.4,1445.72 2073.4,121.092 2034,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM2073.4 121.092 L2073.4 1445.72 L2112.8 1445.72 L2112.8 121.092 L2073.4 121.092 L2073.4 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2073.4,121.092 2073.4,1445.72 2112.8,1445.72 2112.8,121.092 2073.4,121.092 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM2112.8 154.207 L2112.8 1445.72 L2152.2 1445.72 L2152.2 154.207 L2112.8 154.207 L2112.8 154.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2112.8,154.207 2112.8,1445.72 2152.2,1445.72 2152.2,154.207 2112.8,154.207 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM2152.2 87.9763 L2152.2 1445.72 L2191.6 1445.72 L2191.6 87.9763 L2152.2 87.9763 L2152.2 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2152.2,87.9763 2152.2,1445.72 2191.6,1445.72 2191.6,87.9763 2152.2,87.9763 \n \"/>\n<path clip-path=\"url(#clip082)\" d=\"\nM2191.6 121.092 L2191.6 1445.72 L2231.01 1445.72 L2231.01 121.092 L2191.6 121.092 L2191.6 121.092 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip082)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2191.6,121.092 2191.6,1445.72 2231.01,1445.72 2231.01,121.092 2191.6,121.092 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "histogram(rand(2000), bins=50, legend=false)",
"execution_count": 2,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 2,
"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=\"clip120\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip120)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip121\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip120)\" d=\"\nM139.191 1486.45 L2352.76 1486.45 L2352.76 47.2441 L139.191 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip122\">\n <rect x=\"139\" y=\"47\" width=\"2215\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 260.941,1486.45 260.941,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 753.457,1486.45 753.457,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1245.97,1486.45 1245.97,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1738.49,1486.45 1738.49,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2231.01,1486.45 2231.01,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 260.941,1486.45 260.941,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 753.457,1486.45 753.457,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1245.97,1486.45 1245.97,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1738.49,1486.45 1738.49,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2231.01,1486.45 2231.01,1469.18 \n \"/>\n<path clip-path=\"url(#clip120)\" d=\"M 0 0 M228.95 1515.64 Q225.339 1515.64 223.511 1519.2 Q221.705 1522.75 221.705 1529.87 Q221.705 1536.98 223.511 1540.55 Q225.339 1544.09 228.95 1544.09 Q232.585 1544.09 234.39 1540.55 Q236.219 1536.98 236.219 1529.87 Q236.219 1522.75 234.39 1519.2 Q232.585 1515.64 228.95 1515.64 M228.95 1511.93 Q234.761 1511.93 237.816 1516.54 Q240.895 1521.12 240.895 1529.87 Q240.895 1538.6 237.816 1543.21 Q234.761 1547.79 228.95 1547.79 Q223.14 1547.79 220.062 1543.21 Q217.006 1538.6 217.006 1529.87 Q217.006 1521.12 220.062 1516.54 Q223.14 1511.93 228.95 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M245.964 1541.24 L250.848 1541.24 L250.848 1547.12 L245.964 1547.12 L245.964 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M265.918 1515.64 Q262.307 1515.64 260.478 1519.2 Q258.672 1522.75 258.672 1529.87 Q258.672 1536.98 260.478 1540.55 Q262.307 1544.09 265.918 1544.09 Q269.552 1544.09 271.358 1540.55 Q273.186 1536.98 273.186 1529.87 Q273.186 1522.75 271.358 1519.2 Q269.552 1515.64 265.918 1515.64 M265.918 1511.93 Q271.728 1511.93 274.783 1516.54 Q277.862 1521.12 277.862 1529.87 Q277.862 1538.6 274.783 1543.21 Q271.728 1547.79 265.918 1547.79 Q260.108 1547.79 257.029 1543.21 Q253.973 1538.6 253.973 1529.87 Q253.973 1521.12 257.029 1516.54 Q260.108 1511.93 265.918 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M292.932 1515.64 Q289.32 1515.64 287.492 1519.2 Q285.686 1522.75 285.686 1529.87 Q285.686 1536.98 287.492 1540.55 Q289.32 1544.09 292.932 1544.09 Q296.566 1544.09 298.371 1540.55 Q300.2 1536.98 300.2 1529.87 Q300.2 1522.75 298.371 1519.2 Q296.566 1515.64 292.932 1515.64 M292.932 1511.93 Q298.742 1511.93 301.797 1516.54 Q304.876 1521.12 304.876 1529.87 Q304.876 1538.6 301.797 1543.21 Q298.742 1547.79 292.932 1547.79 Q287.121 1547.79 284.043 1543.21 Q280.987 1538.6 280.987 1529.87 Q280.987 1521.12 284.043 1516.54 Q287.121 1511.93 292.932 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M722.763 1515.64 Q719.152 1515.64 717.323 1519.2 Q715.518 1522.75 715.518 1529.87 Q715.518 1536.98 717.323 1540.55 Q719.152 1544.09 722.763 1544.09 Q726.397 1544.09 728.203 1540.55 Q730.031 1536.98 730.031 1529.87 Q730.031 1522.75 728.203 1519.2 Q726.397 1515.64 722.763 1515.64 M722.763 1511.93 Q728.573 1511.93 731.629 1516.54 Q734.707 1521.12 734.707 1529.87 Q734.707 1538.6 731.629 1543.21 Q728.573 1547.79 722.763 1547.79 Q716.953 1547.79 713.874 1543.21 Q710.819 1538.6 710.819 1529.87 Q710.819 1521.12 713.874 1516.54 Q716.953 1511.93 722.763 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M739.777 1541.24 L744.661 1541.24 L744.661 1547.12 L739.777 1547.12 L739.777 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M753.758 1543.18 L770.077 1543.18 L770.077 1547.12 L748.133 1547.12 L748.133 1543.18 Q750.795 1540.43 755.378 1535.8 Q759.985 1531.15 761.165 1529.81 Q763.411 1527.28 764.29 1525.55 Q765.193 1523.79 765.193 1522.1 Q765.193 1519.34 763.249 1517.61 Q761.328 1515.87 758.226 1515.87 Q756.027 1515.87 753.573 1516.63 Q751.142 1517.4 748.365 1518.95 L748.365 1514.23 Q751.189 1513.09 753.642 1512.51 Q756.096 1511.93 758.133 1511.93 Q763.503 1511.93 766.698 1514.62 Q769.892 1517.31 769.892 1521.8 Q769.892 1523.93 769.082 1525.85 Q768.295 1527.74 766.189 1530.34 Q765.61 1531.01 762.508 1534.23 Q759.406 1537.42 753.758 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M775.193 1512.56 L793.55 1512.56 L793.55 1516.5 L779.476 1516.5 L779.476 1524.97 Q780.494 1524.62 781.513 1524.46 Q782.531 1524.27 783.55 1524.27 Q789.337 1524.27 792.716 1527.44 Q796.096 1530.62 796.096 1536.03 Q796.096 1541.61 792.624 1544.71 Q789.151 1547.79 782.832 1547.79 Q780.656 1547.79 778.388 1547.42 Q776.142 1547.05 773.735 1546.31 L773.735 1541.61 Q775.818 1542.74 778.04 1543.3 Q780.263 1543.86 782.739 1543.86 Q786.744 1543.86 789.082 1541.75 Q791.42 1539.64 791.42 1536.03 Q791.42 1532.42 789.082 1530.31 Q786.744 1528.21 782.739 1528.21 Q780.864 1528.21 778.989 1528.62 Q777.138 1529.04 775.193 1529.92 L775.193 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1214.48 1515.64 Q1210.87 1515.64 1209.04 1519.2 Q1207.24 1522.75 1207.24 1529.87 Q1207.24 1536.98 1209.04 1540.55 Q1210.87 1544.09 1214.48 1544.09 Q1218.11 1544.09 1219.92 1540.55 Q1221.75 1536.98 1221.75 1529.87 Q1221.75 1522.75 1219.92 1519.2 Q1218.11 1515.64 1214.48 1515.64 M1214.48 1511.93 Q1220.29 1511.93 1223.35 1516.54 Q1226.42 1521.12 1226.42 1529.87 Q1226.42 1538.6 1223.35 1543.21 Q1220.29 1547.79 1214.48 1547.79 Q1208.67 1547.79 1205.59 1543.21 Q1202.54 1538.6 1202.54 1529.87 Q1202.54 1521.12 1205.59 1516.54 Q1208.67 1511.93 1214.48 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1231.49 1541.24 L1236.38 1541.24 L1236.38 1547.12 L1231.49 1547.12 L1231.49 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1241.49 1512.56 L1259.85 1512.56 L1259.85 1516.5 L1245.78 1516.5 L1245.78 1524.97 Q1246.8 1524.62 1247.81 1524.46 Q1248.83 1524.27 1249.85 1524.27 Q1255.64 1524.27 1259.02 1527.44 Q1262.4 1530.62 1262.4 1536.03 Q1262.4 1541.61 1258.92 1544.71 Q1255.45 1547.79 1249.13 1547.79 Q1246.96 1547.79 1244.69 1547.42 Q1242.44 1547.05 1240.04 1546.31 L1240.04 1541.61 Q1242.12 1542.74 1244.34 1543.3 Q1246.56 1543.86 1249.04 1543.86 Q1253.05 1543.86 1255.38 1541.75 Q1257.72 1539.64 1257.72 1536.03 Q1257.72 1532.42 1255.38 1530.31 Q1253.05 1528.21 1249.04 1528.21 Q1247.17 1528.21 1245.29 1528.62 Q1243.44 1529.04 1241.49 1529.92 L1241.49 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1277.47 1515.64 Q1273.86 1515.64 1272.03 1519.2 Q1270.22 1522.75 1270.22 1529.87 Q1270.22 1536.98 1272.03 1540.55 Q1273.86 1544.09 1277.47 1544.09 Q1281.1 1544.09 1282.91 1540.55 Q1284.73 1536.98 1284.73 1529.87 Q1284.73 1522.75 1282.91 1519.2 Q1281.1 1515.64 1277.47 1515.64 M1277.47 1511.93 Q1283.28 1511.93 1286.33 1516.54 Q1289.41 1521.12 1289.41 1529.87 Q1289.41 1538.6 1286.33 1543.21 Q1283.28 1547.79 1277.47 1547.79 Q1271.66 1547.79 1268.58 1543.21 Q1265.52 1538.6 1265.52 1529.87 Q1265.52 1521.12 1268.58 1516.54 Q1271.66 1511.93 1277.47 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1707.45 1515.64 Q1703.84 1515.64 1702.01 1519.2 Q1700.2 1522.75 1700.2 1529.87 Q1700.2 1536.98 1702.01 1540.55 Q1703.84 1544.09 1707.45 1544.09 Q1711.08 1544.09 1712.89 1540.55 Q1714.72 1536.98 1714.72 1529.87 Q1714.72 1522.75 1712.89 1519.2 Q1711.08 1515.64 1707.45 1515.64 M1707.45 1511.93 Q1713.26 1511.93 1716.31 1516.54 Q1719.39 1521.12 1719.39 1529.87 Q1719.39 1538.6 1716.31 1543.21 Q1713.26 1547.79 1707.45 1547.79 Q1701.64 1547.79 1698.56 1543.21 Q1695.5 1538.6 1695.5 1529.87 Q1695.5 1521.12 1698.56 1516.54 Q1701.64 1511.93 1707.45 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1724.46 1541.24 L1729.35 1541.24 L1729.35 1547.12 L1724.46 1547.12 L1724.46 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1733.24 1512.56 L1755.46 1512.56 L1755.46 1514.55 L1742.91 1547.12 L1738.03 1547.12 L1749.83 1516.5 L1733.24 1516.5 L1733.24 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M1760.57 1512.56 L1778.93 1512.56 L1778.93 1516.5 L1764.86 1516.5 L1764.86 1524.97 Q1765.87 1524.62 1766.89 1524.46 Q1767.91 1524.27 1768.93 1524.27 Q1774.72 1524.27 1778.1 1527.44 Q1781.48 1530.62 1781.48 1536.03 Q1781.48 1541.61 1778 1544.71 Q1774.53 1547.79 1768.21 1547.79 Q1766.04 1547.79 1763.77 1547.42 Q1761.52 1547.05 1759.11 1546.31 L1759.11 1541.61 Q1761.2 1542.74 1763.42 1543.3 Q1765.64 1543.86 1768.12 1543.86 Q1772.12 1543.86 1774.46 1541.75 Q1776.8 1539.64 1776.8 1536.03 Q1776.8 1532.42 1774.46 1530.31 Q1772.12 1528.21 1768.12 1528.21 Q1766.24 1528.21 1764.37 1528.62 Q1762.52 1529.04 1760.57 1529.92 L1760.57 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M2189.4 1543.18 L2197.04 1543.18 L2197.04 1516.82 L2188.73 1518.49 L2188.73 1514.23 L2196.99 1512.56 L2201.67 1512.56 L2201.67 1543.18 L2209.3 1543.18 L2209.3 1547.12 L2189.4 1547.12 L2189.4 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M2214.37 1541.24 L2219.26 1541.24 L2219.26 1547.12 L2214.37 1547.12 L2214.37 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M2234.33 1515.64 Q2230.72 1515.64 2228.89 1519.2 Q2227.08 1522.75 2227.08 1529.87 Q2227.08 1536.98 2228.89 1540.55 Q2230.72 1544.09 2234.33 1544.09 Q2237.96 1544.09 2239.77 1540.55 Q2241.6 1536.98 2241.6 1529.87 Q2241.6 1522.75 2239.77 1519.2 Q2237.96 1515.64 2234.33 1515.64 M2234.33 1511.93 Q2240.14 1511.93 2243.19 1516.54 Q2246.27 1521.12 2246.27 1529.87 Q2246.27 1538.6 2243.19 1543.21 Q2240.14 1547.79 2234.33 1547.79 Q2228.52 1547.79 2225.44 1543.21 Q2222.38 1538.6 2222.38 1529.87 Q2222.38 1521.12 2225.44 1516.54 Q2228.52 1511.93 2234.33 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M2261.34 1515.64 Q2257.73 1515.64 2255.9 1519.2 Q2254.1 1522.75 2254.1 1529.87 Q2254.1 1536.98 2255.9 1540.55 Q2257.73 1544.09 2261.34 1544.09 Q2264.98 1544.09 2266.78 1540.55 Q2268.61 1536.98 2268.61 1529.87 Q2268.61 1522.75 2266.78 1519.2 Q2264.98 1515.64 2261.34 1515.64 M2261.34 1511.93 Q2267.15 1511.93 2270.21 1516.54 Q2273.29 1521.12 2273.29 1529.87 Q2273.29 1538.6 2270.21 1543.21 Q2267.15 1547.79 2261.34 1547.79 Q2255.53 1547.79 2252.45 1543.21 Q2249.4 1538.6 2249.4 1529.87 Q2249.4 1521.12 2252.45 1516.54 Q2255.53 1511.93 2261.34 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,1215.59 2352.76,1215.59 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,985.465 2352.76,985.465 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,755.34 2352.76,755.34 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,525.214 2352.76,525.214 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,295.089 2352.76,295.089 \n \"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 139.191,64.9637 2352.76,64.9637 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1486.45 139.191,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1445.72 165.754,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,1215.59 165.754,1215.59 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,985.465 165.754,985.465 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,755.34 165.754,755.34 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,525.214 165.754,525.214 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,295.089 165.754,295.089 \n \"/>\n<polyline clip-path=\"url(#clip120)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 139.191,64.9637 165.754,64.9637 \n \"/>\n<path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 1431.51 Q87.6354 1431.51 85.8068 1435.08 Q84.0012 1438.62 84.0012 1445.75 Q84.0012 1452.86 85.8068 1456.42 Q87.6354 1459.96 91.2465 1459.96 Q94.8808 1459.96 96.6863 1456.42 Q98.515 1452.86 98.515 1445.75 Q98.515 1438.62 96.6863 1435.08 Q94.8808 1431.51 91.2465 1431.51 M91.2465 1427.81 Q97.0567 1427.81 100.112 1432.42 Q103.191 1437 103.191 1445.75 Q103.191 1454.48 100.112 1459.08 Q97.0567 1463.67 91.2465 1463.67 Q85.4364 1463.67 82.3577 1459.08 Q79.3022 1454.48 79.3022 1445.75 Q79.3022 1437 82.3577 1432.42 Q85.4364 1427.81 91.2465 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M56.2699 1228.94 L63.9087 1228.94 L63.9087 1202.57 L55.5986 1204.24 L55.5986 1199.98 L63.8624 1198.31 L68.5383 1198.31 L68.5383 1228.94 L76.1772 1228.94 L76.1772 1232.87 L56.2699 1232.87 L56.2699 1228.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 1201.39 Q87.6354 1201.39 85.8068 1204.95 Q84.0012 1208.5 84.0012 1215.63 Q84.0012 1222.73 85.8068 1226.3 Q87.6354 1229.84 91.2465 1229.84 Q94.8808 1229.84 96.6863 1226.3 Q98.515 1222.73 98.515 1215.63 Q98.515 1208.5 96.6863 1204.95 Q94.8808 1201.39 91.2465 1201.39 M91.2465 1197.69 Q97.0567 1197.69 100.112 1202.29 Q103.191 1206.88 103.191 1215.63 Q103.191 1224.35 100.112 1228.96 Q97.0567 1233.54 91.2465 1233.54 Q85.4364 1233.54 82.3577 1228.96 Q79.3022 1224.35 79.3022 1215.63 Q79.3022 1206.88 82.3577 1202.29 Q85.4364 1197.69 91.2465 1197.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M59.8578 998.81 L76.1772 998.81 L76.1772 1002.75 L54.2328 1002.75 L54.2328 998.81 Q56.8949 996.055 61.4782 991.426 Q66.0846 986.773 67.2652 985.43 Q69.5105 982.907 70.3902 981.171 Q71.2929 979.412 71.2929 977.722 Q71.2929 974.967 69.3485 973.231 Q67.4272 971.495 64.3254 971.495 Q62.1263 971.495 59.6726 972.259 Q57.2421 973.023 54.4643 974.574 L54.4643 969.852 Q57.2884 968.717 59.7421 968.139 Q62.1958 967.56 64.2328 967.56 Q69.6031 967.56 72.7976 970.245 Q75.992 972.93 75.992 977.421 Q75.992 979.551 75.1818 981.472 Q74.3948 983.37 72.2883 985.963 Q71.7096 986.634 68.6078 989.852 Q65.5059 993.046 59.8578 998.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 971.264 Q87.6354 971.264 85.8068 974.829 Q84.0012 978.37 84.0012 985.5 Q84.0012 992.606 85.8068 996.171 Q87.6354 999.713 91.2465 999.713 Q94.8808 999.713 96.6863 996.171 Q98.515 992.606 98.515 985.5 Q98.515 978.37 96.6863 974.829 Q94.8808 971.264 91.2465 971.264 M91.2465 967.56 Q97.0567 967.56 100.112 972.167 Q103.191 976.75 103.191 985.5 Q103.191 994.227 100.112 998.833 Q97.0567 1003.42 91.2465 1003.42 Q85.4364 1003.42 82.3577 998.833 Q79.3022 994.227 79.3022 985.5 Q79.3022 976.75 82.3577 972.167 Q85.4364 967.56 91.2465 967.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M69.0476 753.986 Q72.404 754.703 74.279 756.972 Q76.1772 759.24 76.1772 762.573 Q76.1772 767.689 72.6587 770.49 Q69.1402 773.291 62.6587 773.291 Q60.4828 773.291 58.168 772.851 Q55.8764 772.435 53.4227 771.578 L53.4227 767.064 Q55.3671 768.198 57.6819 768.777 Q59.9967 769.356 62.5198 769.356 Q66.918 769.356 69.2096 767.62 Q71.5244 765.884 71.5244 762.573 Q71.5244 759.518 69.3717 757.805 Q67.242 756.069 63.4226 756.069 L59.3949 756.069 L59.3949 752.226 L63.6078 752.226 Q67.0569 752.226 68.8855 750.861 Q70.7142 749.472 70.7142 746.879 Q70.7142 744.217 68.8161 742.805 Q66.9411 741.37 63.4226 741.37 Q61.5013 741.37 59.3023 741.787 Q57.1032 742.203 54.4643 743.083 L54.4643 738.916 Q57.1264 738.175 59.4412 737.805 Q61.7791 737.435 63.8393 737.435 Q69.1633 737.435 72.2652 739.865 Q75.367 742.273 75.367 746.393 Q75.367 749.263 73.7235 751.254 Q72.08 753.222 69.0476 753.986 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 741.138 Q87.6354 741.138 85.8068 744.703 Q84.0012 748.245 84.0012 755.374 Q84.0012 762.481 85.8068 766.046 Q87.6354 769.587 91.2465 769.587 Q94.8808 769.587 96.6863 766.046 Q98.515 762.481 98.515 755.374 Q98.515 748.245 96.6863 744.703 Q94.8808 741.138 91.2465 741.138 M91.2465 737.435 Q97.0567 737.435 100.112 742.041 Q103.191 746.624 103.191 755.374 Q103.191 764.101 100.112 768.708 Q97.0567 773.291 91.2465 773.291 Q85.4364 773.291 82.3577 768.708 Q79.3022 764.101 79.3022 755.374 Q79.3022 746.624 82.3577 742.041 Q85.4364 737.435 91.2465 737.435 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M66.5939 512.008 L54.7884 530.457 L66.5939 530.457 L66.5939 512.008 M65.367 507.934 L71.2466 507.934 L71.2466 530.457 L76.1772 530.457 L76.1772 534.346 L71.2466 534.346 L71.2466 542.494 L66.5939 542.494 L66.5939 534.346 L50.9921 534.346 L50.9921 529.832 L65.367 507.934 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 511.013 Q87.6354 511.013 85.8068 514.578 Q84.0012 518.12 84.0012 525.249 Q84.0012 532.356 85.8068 535.92 Q87.6354 539.462 91.2465 539.462 Q94.8808 539.462 96.6863 535.92 Q98.515 532.356 98.515 525.249 Q98.515 518.12 96.6863 514.578 Q94.8808 511.013 91.2465 511.013 M91.2465 507.309 Q97.0567 507.309 100.112 511.916 Q103.191 516.499 103.191 525.249 Q103.191 533.976 100.112 538.582 Q97.0567 543.166 91.2465 543.166 Q85.4364 543.166 82.3577 538.582 Q79.3022 533.976 79.3022 525.249 Q79.3022 516.499 82.3577 511.916 Q85.4364 507.309 91.2465 507.309 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M55.2745 277.809 L73.6309 277.809 L73.6309 281.744 L59.5569 281.744 L59.5569 290.216 Q60.5754 289.869 61.5939 289.707 Q62.6124 289.522 63.6309 289.522 Q69.418 289.522 72.7976 292.693 Q76.1772 295.865 76.1772 301.281 Q76.1772 306.86 72.705 309.962 Q69.2328 313.04 62.9134 313.04 Q60.7374 313.04 58.4689 312.67 Q56.2236 312.3 53.8162 311.559 L53.8162 306.86 Q55.8995 307.994 58.1217 308.55 Q60.3439 309.105 62.8208 309.105 Q66.8254 309.105 69.1633 306.999 Q71.5013 304.892 71.5013 301.281 Q71.5013 297.67 69.1633 295.564 Q66.8254 293.457 62.8208 293.457 Q60.9458 293.457 59.0708 293.874 Q57.2189 294.29 55.2745 295.17 L55.2745 277.809 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 280.888 Q87.6354 280.888 85.8068 284.453 Q84.0012 287.994 84.0012 295.124 Q84.0012 302.23 85.8068 305.795 Q87.6354 309.337 91.2465 309.337 Q94.8808 309.337 96.6863 305.795 Q98.515 302.23 98.515 295.124 Q98.515 287.994 96.6863 284.453 Q94.8808 280.888 91.2465 280.888 M91.2465 277.184 Q97.0567 277.184 100.112 281.791 Q103.191 286.374 103.191 295.124 Q103.191 303.851 100.112 308.457 Q97.0567 313.04 91.2465 313.04 Q85.4364 313.04 82.3577 308.457 Q79.3022 303.851 79.3022 295.124 Q79.3022 286.374 82.3577 281.791 Q85.4364 277.184 91.2465 277.184 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M64.6495 63.1003 Q61.5013 63.1003 59.6495 65.2531 Q57.8208 67.4059 57.8208 71.1558 Q57.8208 74.8827 59.6495 77.0586 Q61.5013 79.2114 64.6495 79.2114 Q67.7976 79.2114 69.6263 77.0586 Q71.4781 74.8827 71.4781 71.1558 Q71.4781 67.4059 69.6263 65.2531 Q67.7976 63.1003 64.6495 63.1003 M73.9318 48.4476 L73.9318 52.7069 Q72.1726 51.8735 70.367 51.4337 Q68.5846 50.9939 66.8254 50.9939 Q62.1958 50.9939 59.7421 54.1189 Q57.3115 57.2439 56.9643 63.5633 Q58.33 61.5494 60.3902 60.4846 Q62.4504 59.3966 64.9272 59.3966 Q70.1355 59.3966 73.1448 62.5679 Q76.1772 65.7161 76.1772 71.1558 Q76.1772 76.4799 73.029 79.6975 Q69.8809 82.915 64.6495 82.915 Q58.6541 82.915 55.4828 78.3317 Q52.3116 73.7253 52.3116 64.9985 Q52.3116 56.8041 56.2004 51.943 Q60.0893 47.0587 66.6402 47.0587 Q68.3994 47.0587 70.1818 47.406 Q71.9874 47.7532 73.9318 48.4476 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip120)\" d=\"M 0 0 M91.2465 50.7624 Q87.6354 50.7624 85.8068 54.3272 Q84.0012 57.8689 84.0012 64.9985 Q84.0012 72.1049 85.8068 75.6697 Q87.6354 79.2114 91.2465 79.2114 Q94.8808 79.2114 96.6863 75.6697 Q98.515 72.1049 98.515 64.9985 Q98.515 57.8689 96.6863 54.3272 Q94.8808 50.7624 91.2465 50.7624 M91.2465 47.0587 Q97.0567 47.0587 100.112 51.6652 Q103.191 56.2485 103.191 64.9985 Q103.191 73.7253 100.112 78.3317 Q97.0567 82.915 91.2465 82.915 Q85.4364 82.915 82.3577 78.3317 Q79.3022 73.7253 79.3022 64.9985 Q79.3022 56.2485 82.3577 51.6652 Q85.4364 47.0587 91.2465 47.0587 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip122)\" d=\"\nM260.941 433.164 L260.941 1445.72 L300.342 1445.72 L300.342 433.164 L260.941 433.164 L260.941 433.164 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 260.941,433.164 260.941,1445.72 300.342,1445.72 300.342,433.164 260.941,433.164 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM300.342 778.352 L300.342 1445.72 L339.744 1445.72 L339.744 778.352 L300.342 778.352 L300.342 778.352 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 300.342,778.352 300.342,1445.72 339.744,1445.72 339.744,778.352 300.342,778.352 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM339.744 663.29 L339.744 1445.72 L379.145 1445.72 L379.145 663.29 L339.744 663.29 L339.744 663.29 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 339.744,663.29 339.744,1445.72 379.145,1445.72 379.145,663.29 339.744,663.29 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM379.145 410.152 L379.145 1445.72 L418.546 1445.72 L418.546 410.152 L379.145 410.152 L379.145 410.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 379.145,410.152 379.145,1445.72 418.546,1445.72 418.546,410.152 379.145,410.152 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM418.546 433.164 L418.546 1445.72 L457.947 1445.72 L457.947 433.164 L418.546 433.164 L418.546 433.164 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 418.546,433.164 418.546,1445.72 457.947,1445.72 457.947,433.164 418.546,433.164 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM457.947 686.302 L457.947 1445.72 L497.349 1445.72 L497.349 686.302 L457.947 686.302 L457.947 686.302 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 457.947,686.302 457.947,1445.72 497.349,1445.72 497.349,686.302 457.947,686.302 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM497.349 755.34 L497.349 1445.72 L536.75 1445.72 L536.75 755.34 L497.349 755.34 L497.349 755.34 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 497.349,755.34 497.349,1445.72 536.75,1445.72 536.75,755.34 497.349,755.34 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM536.75 249.064 L536.75 1445.72 L576.151 1445.72 L576.151 249.064 L536.75 249.064 L536.75 249.064 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 536.75,249.064 536.75,1445.72 576.151,1445.72 576.151,249.064 536.75,249.064 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM576.151 364.127 L576.151 1445.72 L615.553 1445.72 L615.553 364.127 L576.151 364.127 L576.151 364.127 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 576.151,364.127 576.151,1445.72 615.553,1445.72 615.553,364.127 576.151,364.127 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM615.553 571.239 L615.553 1445.72 L654.954 1445.72 L654.954 571.239 L615.553 571.239 L615.553 571.239 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 615.553,571.239 615.553,1445.72 654.954,1445.72 654.954,571.239 615.553,571.239 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM654.954 387.139 L654.954 1445.72 L694.355 1445.72 L694.355 387.139 L654.954 387.139 L654.954 387.139 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 654.954,387.139 654.954,1445.72 694.355,1445.72 694.355,387.139 654.954,387.139 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM694.355 617.265 L694.355 1445.72 L733.757 1445.72 L733.757 617.265 L694.355 617.265 L694.355 617.265 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 694.355,617.265 694.355,1445.72 733.757,1445.72 733.757,617.265 694.355,617.265 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM733.757 732.327 L733.757 1445.72 L773.158 1445.72 L773.158 732.327 L733.757 732.327 L733.757 732.327 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 733.757,732.327 733.757,1445.72 773.158,1445.72 773.158,732.327 733.757,732.327 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM773.158 410.152 L773.158 1445.72 L812.559 1445.72 L812.559 410.152 L773.158 410.152 L773.158 410.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 773.158,410.152 773.158,1445.72 812.559,1445.72 812.559,410.152 773.158,410.152 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM812.559 87.9763 L812.559 1445.72 L851.96 1445.72 L851.96 87.9763 L812.559 87.9763 L812.559 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 812.559,87.9763 812.559,1445.72 851.96,1445.72 851.96,87.9763 812.559,87.9763 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM851.96 410.152 L851.96 1445.72 L891.362 1445.72 L891.362 410.152 L851.96 410.152 L851.96 410.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 851.96,410.152 851.96,1445.72 891.362,1445.72 891.362,410.152 851.96,410.152 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM891.362 801.365 L891.362 1445.72 L930.763 1445.72 L930.763 801.365 L891.362 801.365 L891.362 801.365 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 891.362,801.365 891.362,1445.72 930.763,1445.72 930.763,801.365 891.362,801.365 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM930.763 824.377 L930.763 1445.72 L970.164 1445.72 L970.164 824.377 L930.763 824.377 L930.763 824.377 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 930.763,824.377 930.763,1445.72 970.164,1445.72 970.164,824.377 930.763,824.377 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM970.164 226.051 L970.164 1445.72 L1009.57 1445.72 L1009.57 226.051 L970.164 226.051 L970.164 226.051 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 970.164,226.051 970.164,1445.72 1009.57,1445.72 1009.57,226.051 970.164,226.051 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1009.57 594.252 L1009.57 1445.72 L1048.97 1445.72 L1048.97 594.252 L1009.57 594.252 L1009.57 594.252 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1009.57,594.252 1009.57,1445.72 1048.97,1445.72 1048.97,594.252 1009.57,594.252 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1048.97 410.152 L1048.97 1445.72 L1088.37 1445.72 L1088.37 410.152 L1048.97 410.152 L1048.97 410.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1048.97,410.152 1048.97,1445.72 1088.37,1445.72 1088.37,410.152 1048.97,410.152 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1088.37 456.177 L1088.37 1445.72 L1127.77 1445.72 L1127.77 456.177 L1088.37 456.177 L1088.37 456.177 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1088.37,456.177 1088.37,1445.72 1127.77,1445.72 1127.77,456.177 1088.37,456.177 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1127.77 778.352 L1127.77 1445.72 L1167.17 1445.72 L1167.17 778.352 L1127.77 778.352 L1127.77 778.352 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1127.77,778.352 1127.77,1445.72 1167.17,1445.72 1167.17,778.352 1127.77,778.352 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1167.17 318.102 L1167.17 1445.72 L1206.57 1445.72 L1206.57 318.102 L1167.17 318.102 L1167.17 318.102 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1167.17,318.102 1167.17,1445.72 1206.57,1445.72 1206.57,318.102 1167.17,318.102 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1206.57 364.127 L1206.57 1445.72 L1245.97 1445.72 L1245.97 364.127 L1206.57 364.127 L1206.57 364.127 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1206.57,364.127 1206.57,1445.72 1245.97,1445.72 1245.97,364.127 1206.57,364.127 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1245.97 686.302 L1245.97 1445.72 L1285.37 1445.72 L1285.37 686.302 L1245.97 686.302 L1245.97 686.302 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1245.97,686.302 1245.97,1445.72 1285.37,1445.72 1285.37,686.302 1245.97,686.302 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1285.37 594.252 L1285.37 1445.72 L1324.78 1445.72 L1324.78 594.252 L1285.37 594.252 L1285.37 594.252 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1285.37,594.252 1285.37,1445.72 1324.78,1445.72 1324.78,594.252 1285.37,594.252 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1324.78 847.39 L1324.78 1445.72 L1364.18 1445.72 L1364.18 847.39 L1324.78 847.39 L1324.78 847.39 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1324.78,847.39 1324.78,1445.72 1364.18,1445.72 1364.18,847.39 1324.78,847.39 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1364.18 433.164 L1364.18 1445.72 L1403.58 1445.72 L1403.58 433.164 L1364.18 433.164 L1364.18 433.164 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1364.18,433.164 1364.18,1445.72 1403.58,1445.72 1403.58,433.164 1364.18,433.164 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1403.58 617.265 L1403.58 1445.72 L1442.98 1445.72 L1442.98 617.265 L1403.58 617.265 L1403.58 617.265 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1403.58,617.265 1403.58,1445.72 1442.98,1445.72 1442.98,617.265 1403.58,617.265 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1442.98 525.214 L1442.98 1445.72 L1482.38 1445.72 L1482.38 525.214 L1442.98 525.214 L1442.98 525.214 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1442.98,525.214 1442.98,1445.72 1482.38,1445.72 1482.38,525.214 1442.98,525.214 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1482.38 502.202 L1482.38 1445.72 L1521.78 1445.72 L1521.78 502.202 L1482.38 502.202 L1482.38 502.202 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1482.38,502.202 1482.38,1445.72 1521.78,1445.72 1521.78,502.202 1482.38,502.202 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1521.78 617.265 L1521.78 1445.72 L1561.18 1445.72 L1561.18 617.265 L1521.78 617.265 L1521.78 617.265 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1521.78,617.265 1521.78,1445.72 1561.18,1445.72 1561.18,617.265 1521.78,617.265 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1561.18 617.265 L1561.18 1445.72 L1600.59 1445.72 L1600.59 617.265 L1561.18 617.265 L1561.18 617.265 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1561.18,617.265 1561.18,1445.72 1600.59,1445.72 1600.59,617.265 1561.18,617.265 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1600.59 548.227 L1600.59 1445.72 L1639.99 1445.72 L1639.99 548.227 L1600.59 548.227 L1600.59 548.227 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1600.59,548.227 1600.59,1445.72 1639.99,1445.72 1639.99,548.227 1600.59,548.227 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1639.99 525.214 L1639.99 1445.72 L1679.39 1445.72 L1679.39 525.214 L1639.99 525.214 L1639.99 525.214 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1639.99,525.214 1639.99,1445.72 1679.39,1445.72 1679.39,525.214 1639.99,525.214 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1679.39 456.177 L1679.39 1445.72 L1718.79 1445.72 L1718.79 456.177 L1679.39 456.177 L1679.39 456.177 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1679.39,456.177 1679.39,1445.72 1718.79,1445.72 1718.79,456.177 1679.39,456.177 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1718.79 410.152 L1718.79 1445.72 L1758.19 1445.72 L1758.19 410.152 L1718.79 410.152 L1718.79 410.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1718.79,410.152 1718.79,1445.72 1758.19,1445.72 1758.19,410.152 1718.79,410.152 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1758.19 318.102 L1758.19 1445.72 L1797.59 1445.72 L1797.59 318.102 L1758.19 318.102 L1758.19 318.102 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1758.19,318.102 1758.19,1445.72 1797.59,1445.72 1797.59,318.102 1758.19,318.102 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1797.59 663.29 L1797.59 1445.72 L1836.99 1445.72 L1836.99 663.29 L1797.59 663.29 L1797.59 663.29 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1797.59,663.29 1797.59,1445.72 1836.99,1445.72 1836.99,663.29 1797.59,663.29 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1836.99 778.352 L1836.99 1445.72 L1876.39 1445.72 L1876.39 778.352 L1836.99 778.352 L1836.99 778.352 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1836.99,778.352 1836.99,1445.72 1876.39,1445.72 1876.39,778.352 1836.99,778.352 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1876.39 663.29 L1876.39 1445.72 L1915.8 1445.72 L1915.8 663.29 L1876.39 663.29 L1876.39 663.29 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1876.39,663.29 1876.39,1445.72 1915.8,1445.72 1915.8,663.29 1876.39,663.29 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1915.8 640.277 L1915.8 1445.72 L1955.2 1445.72 L1955.2 640.277 L1915.8 640.277 L1915.8 640.277 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1915.8,640.277 1915.8,1445.72 1955.2,1445.72 1955.2,640.277 1915.8,640.277 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1955.2 571.239 L1955.2 1445.72 L1994.6 1445.72 L1994.6 571.239 L1955.2 571.239 L1955.2 571.239 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1955.2,571.239 1955.2,1445.72 1994.6,1445.72 1994.6,571.239 1955.2,571.239 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM1994.6 548.227 L1994.6 1445.72 L2034 1445.72 L2034 548.227 L1994.6 548.227 L1994.6 548.227 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1994.6,548.227 1994.6,1445.72 2034,1445.72 2034,548.227 1994.6,548.227 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM2034 180.026 L2034 1445.72 L2073.4 1445.72 L2073.4 180.026 L2034 180.026 L2034 180.026 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2034,180.026 2034,1445.72 2073.4,1445.72 2073.4,180.026 2034,180.026 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM2073.4 341.114 L2073.4 1445.72 L2112.8 1445.72 L2112.8 341.114 L2073.4 341.114 L2073.4 341.114 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2073.4,341.114 2073.4,1445.72 2112.8,1445.72 2112.8,341.114 2073.4,341.114 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM2112.8 479.189 L2112.8 1445.72 L2152.2 1445.72 L2152.2 479.189 L2112.8 479.189 L2112.8 479.189 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2112.8,479.189 2112.8,1445.72 2152.2,1445.72 2152.2,479.189 2112.8,479.189 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM2152.2 410.152 L2152.2 1445.72 L2191.6 1445.72 L2191.6 410.152 L2152.2 410.152 L2152.2 410.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2152.2,410.152 2152.2,1445.72 2191.6,1445.72 2191.6,410.152 2152.2,410.152 \n \"/>\n<path clip-path=\"url(#clip122)\" d=\"\nM2191.6 525.214 L2191.6 1445.72 L2231.01 1445.72 L2231.01 525.214 L2191.6 525.214 L2191.6 525.214 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip122)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2191.6,525.214 2191.6,1445.72 2231.01,1445.72 2231.01,525.214 2191.6,525.214 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "histogram(rand(10^4), bins=50, legend=false)",
"execution_count": 3,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 3,
"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=\"clip160\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip160)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip161\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip160)\" d=\"\nM162.964 1486.45 L2352.76 1486.45 L2352.76 47.2441 L162.964 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip162\">\n <rect x=\"162\" y=\"47\" width=\"2191\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 283.406,1486.45 283.406,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 770.633,1486.45 770.633,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1257.86,1486.45 1257.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1745.09,1486.45 1745.09,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2232.31,1486.45 2232.31,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 283.406,1486.45 283.406,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 770.633,1486.45 770.633,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1257.86,1486.45 1257.86,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1745.09,1486.45 1745.09,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2232.31,1486.45 2232.31,1469.18 \n \"/>\n<path clip-path=\"url(#clip160)\" d=\"M 0 0 M251.416 1515.64 Q247.805 1515.64 245.976 1519.2 Q244.17 1522.75 244.17 1529.87 Q244.17 1536.98 245.976 1540.55 Q247.805 1544.09 251.416 1544.09 Q255.05 1544.09 256.856 1540.55 Q258.684 1536.98 258.684 1529.87 Q258.684 1522.75 256.856 1519.2 Q255.05 1515.64 251.416 1515.64 M251.416 1511.93 Q257.226 1511.93 260.282 1516.54 Q263.36 1521.12 263.36 1529.87 Q263.36 1538.6 260.282 1543.21 Q257.226 1547.79 251.416 1547.79 Q245.606 1547.79 242.527 1543.21 Q239.471 1538.6 239.471 1529.87 Q239.471 1521.12 242.527 1516.54 Q245.606 1511.93 251.416 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M268.43 1541.24 L273.314 1541.24 L273.314 1547.12 L268.43 1547.12 L268.43 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M288.383 1515.64 Q284.772 1515.64 282.943 1519.2 Q281.138 1522.75 281.138 1529.87 Q281.138 1536.98 282.943 1540.55 Q284.772 1544.09 288.383 1544.09 Q292.017 1544.09 293.823 1540.55 Q295.652 1536.98 295.652 1529.87 Q295.652 1522.75 293.823 1519.2 Q292.017 1515.64 288.383 1515.64 M288.383 1511.93 Q294.193 1511.93 297.249 1516.54 Q300.328 1521.12 300.328 1529.87 Q300.328 1538.6 297.249 1543.21 Q294.193 1547.79 288.383 1547.79 Q282.573 1547.79 279.494 1543.21 Q276.439 1538.6 276.439 1529.87 Q276.439 1521.12 279.494 1516.54 Q282.573 1511.93 288.383 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M315.397 1515.64 Q311.786 1515.64 309.957 1519.2 Q308.152 1522.75 308.152 1529.87 Q308.152 1536.98 309.957 1540.55 Q311.786 1544.09 315.397 1544.09 Q319.031 1544.09 320.837 1540.55 Q322.665 1536.98 322.665 1529.87 Q322.665 1522.75 320.837 1519.2 Q319.031 1515.64 315.397 1515.64 M315.397 1511.93 Q321.207 1511.93 324.263 1516.54 Q327.341 1521.12 327.341 1529.87 Q327.341 1538.6 324.263 1543.21 Q321.207 1547.79 315.397 1547.79 Q309.587 1547.79 306.508 1543.21 Q303.453 1538.6 303.453 1529.87 Q303.453 1521.12 306.508 1516.54 Q309.587 1511.93 315.397 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M739.939 1515.64 Q736.328 1515.64 734.499 1519.2 Q732.694 1522.75 732.694 1529.87 Q732.694 1536.98 734.499 1540.55 Q736.328 1544.09 739.939 1544.09 Q743.573 1544.09 745.379 1540.55 Q747.207 1536.98 747.207 1529.87 Q747.207 1522.75 745.379 1519.2 Q743.573 1515.64 739.939 1515.64 M739.939 1511.93 Q745.749 1511.93 748.805 1516.54 Q751.883 1521.12 751.883 1529.87 Q751.883 1538.6 748.805 1543.21 Q745.749 1547.79 739.939 1547.79 Q734.129 1547.79 731.05 1543.21 Q727.994 1538.6 727.994 1529.87 Q727.994 1521.12 731.05 1516.54 Q734.129 1511.93 739.939 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M756.953 1541.24 L761.837 1541.24 L761.837 1547.12 L756.953 1547.12 L756.953 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M770.934 1543.18 L787.253 1543.18 L787.253 1547.12 L765.309 1547.12 L765.309 1543.18 Q767.971 1540.43 772.554 1535.8 Q777.161 1531.15 778.341 1529.81 Q780.587 1527.28 781.466 1525.55 Q782.369 1523.79 782.369 1522.1 Q782.369 1519.34 780.425 1517.61 Q778.503 1515.87 775.402 1515.87 Q773.203 1515.87 770.749 1516.63 Q768.318 1517.4 765.541 1518.95 L765.541 1514.23 Q768.365 1513.09 770.818 1512.51 Q773.272 1511.93 775.309 1511.93 Q780.679 1511.93 783.874 1514.62 Q787.068 1517.31 787.068 1521.8 Q787.068 1523.93 786.258 1525.85 Q785.471 1527.74 783.365 1530.34 Q782.786 1531.01 779.684 1534.23 Q776.582 1537.42 770.934 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M792.369 1512.56 L810.726 1512.56 L810.726 1516.5 L796.652 1516.5 L796.652 1524.97 Q797.67 1524.62 798.689 1524.46 Q799.707 1524.27 800.726 1524.27 Q806.513 1524.27 809.892 1527.44 Q813.272 1530.62 813.272 1536.03 Q813.272 1541.61 809.8 1544.71 Q806.327 1547.79 800.008 1547.79 Q797.832 1547.79 795.564 1547.42 Q793.318 1547.05 790.911 1546.31 L790.911 1541.61 Q792.994 1542.74 795.216 1543.3 Q797.439 1543.86 799.915 1543.86 Q803.92 1543.86 806.258 1541.75 Q808.596 1539.64 808.596 1536.03 Q808.596 1532.42 806.258 1530.31 Q803.92 1528.21 799.915 1528.21 Q798.04 1528.21 796.165 1528.62 Q794.314 1529.04 792.369 1529.92 L792.369 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1226.37 1515.64 Q1222.76 1515.64 1220.93 1519.2 Q1219.12 1522.75 1219.12 1529.87 Q1219.12 1536.98 1220.93 1540.55 Q1222.76 1544.09 1226.37 1544.09 Q1230 1544.09 1231.81 1540.55 Q1233.64 1536.98 1233.64 1529.87 Q1233.64 1522.75 1231.81 1519.2 Q1230 1515.64 1226.37 1515.64 M1226.37 1511.93 Q1232.18 1511.93 1235.23 1516.54 Q1238.31 1521.12 1238.31 1529.87 Q1238.31 1538.6 1235.23 1543.21 Q1232.18 1547.79 1226.37 1547.79 Q1220.56 1547.79 1217.48 1543.21 Q1214.42 1538.6 1214.42 1529.87 Q1214.42 1521.12 1217.48 1516.54 Q1220.56 1511.93 1226.37 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1243.38 1541.24 L1248.27 1541.24 L1248.27 1547.12 L1243.38 1547.12 L1243.38 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1253.38 1512.56 L1271.74 1512.56 L1271.74 1516.5 L1257.66 1516.5 L1257.66 1524.97 Q1258.68 1524.62 1259.7 1524.46 Q1260.72 1524.27 1261.74 1524.27 Q1267.52 1524.27 1270.9 1527.44 Q1274.28 1530.62 1274.28 1536.03 Q1274.28 1541.61 1270.81 1544.71 Q1267.34 1547.79 1261.02 1547.79 Q1258.84 1547.79 1256.58 1547.42 Q1254.33 1547.05 1251.92 1546.31 L1251.92 1541.61 Q1254.01 1542.74 1256.23 1543.3 Q1258.45 1543.86 1260.93 1543.86 Q1264.93 1543.86 1267.27 1541.75 Q1269.61 1539.64 1269.61 1536.03 Q1269.61 1532.42 1267.27 1530.31 Q1264.93 1528.21 1260.93 1528.21 Q1259.05 1528.21 1257.18 1528.62 Q1255.33 1529.04 1253.38 1529.92 L1253.38 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1289.35 1515.64 Q1285.74 1515.64 1283.91 1519.2 Q1282.11 1522.75 1282.11 1529.87 Q1282.11 1536.98 1283.91 1540.55 Q1285.74 1544.09 1289.35 1544.09 Q1292.99 1544.09 1294.79 1540.55 Q1296.62 1536.98 1296.62 1529.87 Q1296.62 1522.75 1294.79 1519.2 Q1292.99 1515.64 1289.35 1515.64 M1289.35 1511.93 Q1295.16 1511.93 1298.22 1516.54 Q1301.3 1521.12 1301.3 1529.87 Q1301.3 1538.6 1298.22 1543.21 Q1295.16 1547.79 1289.35 1547.79 Q1283.54 1547.79 1280.46 1543.21 Q1277.41 1538.6 1277.41 1529.87 Q1277.41 1521.12 1280.46 1516.54 Q1283.54 1511.93 1289.35 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1714.05 1515.64 Q1710.43 1515.64 1708.61 1519.2 Q1706.8 1522.75 1706.8 1529.87 Q1706.8 1536.98 1708.61 1540.55 Q1710.43 1544.09 1714.05 1544.09 Q1717.68 1544.09 1719.48 1540.55 Q1721.31 1536.98 1721.31 1529.87 Q1721.31 1522.75 1719.48 1519.2 Q1717.68 1515.64 1714.05 1515.64 M1714.05 1511.93 Q1719.86 1511.93 1722.91 1516.54 Q1725.99 1521.12 1725.99 1529.87 Q1725.99 1538.6 1722.91 1543.21 Q1719.86 1547.79 1714.05 1547.79 Q1708.24 1547.79 1705.16 1543.21 Q1702.1 1538.6 1702.1 1529.87 Q1702.1 1521.12 1705.16 1516.54 Q1708.24 1511.93 1714.05 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1731.06 1541.24 L1735.94 1541.24 L1735.94 1547.12 L1731.06 1547.12 L1731.06 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1739.83 1512.56 L1762.05 1512.56 L1762.05 1514.55 L1749.51 1547.12 L1744.62 1547.12 L1756.43 1516.5 L1739.83 1516.5 L1739.83 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M1767.17 1512.56 L1785.53 1512.56 L1785.53 1516.5 L1771.45 1516.5 L1771.45 1524.97 Q1772.47 1524.62 1773.49 1524.46 Q1774.51 1524.27 1775.53 1524.27 Q1781.31 1524.27 1784.69 1527.44 Q1788.07 1530.62 1788.07 1536.03 Q1788.07 1541.61 1784.6 1544.71 Q1781.13 1547.79 1774.81 1547.79 Q1772.63 1547.79 1770.36 1547.42 Q1768.12 1547.05 1765.71 1546.31 L1765.71 1541.61 Q1767.79 1542.74 1770.02 1543.3 Q1772.24 1543.86 1774.72 1543.86 Q1778.72 1543.86 1781.06 1541.75 Q1783.4 1539.64 1783.4 1536.03 Q1783.4 1532.42 1781.06 1530.31 Q1778.72 1528.21 1774.72 1528.21 Q1772.84 1528.21 1770.97 1528.62 Q1769.11 1529.04 1767.17 1529.92 L1767.17 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M2190.7 1543.18 L2198.34 1543.18 L2198.34 1516.82 L2190.03 1518.49 L2190.03 1514.23 L2198.3 1512.56 L2202.97 1512.56 L2202.97 1543.18 L2210.61 1543.18 L2210.61 1547.12 L2190.7 1547.12 L2190.7 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M2215.68 1541.24 L2220.57 1541.24 L2220.57 1547.12 L2215.68 1547.12 L2215.68 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M2235.64 1515.64 Q2232.02 1515.64 2230.2 1519.2 Q2228.39 1522.75 2228.39 1529.87 Q2228.39 1536.98 2230.2 1540.55 Q2232.02 1544.09 2235.64 1544.09 Q2239.27 1544.09 2241.07 1540.55 Q2242.9 1536.98 2242.9 1529.87 Q2242.9 1522.75 2241.07 1519.2 Q2239.27 1515.64 2235.64 1515.64 M2235.64 1511.93 Q2241.45 1511.93 2244.5 1516.54 Q2247.58 1521.12 2247.58 1529.87 Q2247.58 1538.6 2244.5 1543.21 Q2241.45 1547.79 2235.64 1547.79 Q2229.83 1547.79 2226.75 1543.21 Q2223.69 1538.6 2223.69 1529.87 Q2223.69 1521.12 2226.75 1516.54 Q2229.83 1511.93 2235.64 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M2262.65 1515.64 Q2259.04 1515.64 2257.21 1519.2 Q2255.4 1522.75 2255.4 1529.87 Q2255.4 1536.98 2257.21 1540.55 Q2259.04 1544.09 2262.65 1544.09 Q2266.28 1544.09 2268.09 1540.55 Q2269.92 1536.98 2269.92 1529.87 Q2269.92 1522.75 2268.09 1519.2 Q2266.28 1515.64 2262.65 1515.64 M2262.65 1511.93 Q2268.46 1511.93 2271.51 1516.54 Q2274.59 1521.12 2274.59 1529.87 Q2274.59 1538.6 2271.51 1543.21 Q2268.46 1547.79 2262.65 1547.79 Q2256.84 1547.79 2253.76 1543.21 Q2250.7 1538.6 2250.7 1529.87 Q2250.7 1521.12 2253.76 1516.54 Q2256.84 1511.93 2262.65 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 162.964,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 162.964,1146.65 2352.76,1146.65 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 162.964,847.593 2352.76,847.593 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 162.964,548.531 2352.76,548.531 \n \"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 162.964,249.47 2352.76,249.47 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,1486.45 162.964,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,1445.72 189.241,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,1146.65 189.241,1146.65 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,847.593 189.241,847.593 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,548.531 189.241,548.531 \n \"/>\n<polyline clip-path=\"url(#clip160)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 162.964,249.47 189.241,249.47 \n \"/>\n<path clip-path=\"url(#clip160)\" d=\"M 0 0 M115.02 1431.51 Q111.408 1431.51 109.58 1435.08 Q107.774 1438.62 107.774 1445.75 Q107.774 1452.86 109.58 1456.42 Q111.408 1459.96 115.02 1459.96 Q118.654 1459.96 120.459 1456.42 Q122.288 1452.86 122.288 1445.75 Q122.288 1438.62 120.459 1435.08 Q118.654 1431.51 115.02 1431.51 M115.02 1427.81 Q120.83 1427.81 123.885 1432.42 Q126.964 1437 126.964 1445.75 Q126.964 1454.48 123.885 1459.08 Q120.83 1463.67 115.02 1463.67 Q109.209 1463.67 106.131 1459.08 Q103.075 1454.48 103.075 1445.75 Q103.075 1437 106.131 1432.42 Q109.209 1427.81 115.02 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M79.0475 1129.37 L97.4039 1129.37 L97.4039 1133.31 L83.3299 1133.31 L83.3299 1141.78 Q84.3484 1141.43 85.3669 1141.27 Q86.3855 1141.09 87.404 1141.09 Q93.191 1141.09 96.5706 1144.26 Q99.9502 1147.43 99.9502 1152.85 Q99.9502 1158.42 96.478 1161.53 Q93.0058 1164.61 86.6864 1164.61 Q84.5105 1164.61 82.242 1164.24 Q79.9966 1163.86 77.5892 1163.12 L77.5892 1158.42 Q79.6725 1159.56 81.8947 1160.11 Q84.1169 1160.67 86.5938 1160.67 Q90.5984 1160.67 92.9363 1158.56 Q95.2743 1156.46 95.2743 1152.85 Q95.2743 1149.24 92.9363 1147.13 Q90.5984 1145.02 86.5938 1145.02 Q84.7188 1145.02 82.8438 1145.44 Q80.992 1145.86 79.0475 1146.74 L79.0475 1129.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M115.02 1132.45 Q111.408 1132.45 109.58 1136.02 Q107.774 1139.56 107.774 1146.69 Q107.774 1153.8 109.58 1157.36 Q111.408 1160.9 115.02 1160.9 Q118.654 1160.9 120.459 1157.36 Q122.288 1153.8 122.288 1146.69 Q122.288 1139.56 120.459 1136.02 Q118.654 1132.45 115.02 1132.45 M115.02 1128.75 Q120.83 1128.75 123.885 1133.36 Q126.964 1137.94 126.964 1146.69 Q126.964 1155.42 123.885 1160.02 Q120.83 1164.61 115.02 1164.61 Q109.209 1164.61 106.131 1160.02 Q103.075 1155.42 103.075 1146.69 Q103.075 1137.94 106.131 1133.36 Q109.209 1128.75 115.02 1128.75 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M53.0292 860.937 L60.668 860.937 L60.668 834.572 L52.3579 836.238 L52.3579 831.979 L60.6217 830.313 L65.2976 830.313 L65.2976 860.937 L72.9365 860.937 L72.9365 864.873 L53.0292 864.873 L53.0292 860.937 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M88.0058 833.391 Q84.3947 833.391 82.566 836.956 Q80.7605 840.498 80.7605 847.627 Q80.7605 854.734 82.566 858.299 Q84.3947 861.84 88.0058 861.84 Q91.6401 861.84 93.4456 858.299 Q95.2743 854.734 95.2743 847.627 Q95.2743 840.498 93.4456 836.956 Q91.6401 833.391 88.0058 833.391 M88.0058 829.688 Q93.816 829.688 96.8715 834.294 Q99.9502 838.877 99.9502 847.627 Q99.9502 856.354 96.8715 860.961 Q93.816 865.544 88.0058 865.544 Q82.1957 865.544 79.117 860.961 Q76.0614 856.354 76.0614 847.627 Q76.0614 838.877 79.117 834.294 Q82.1957 829.688 88.0058 829.688 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M115.02 833.391 Q111.408 833.391 109.58 836.956 Q107.774 840.498 107.774 847.627 Q107.774 854.734 109.58 858.299 Q111.408 861.84 115.02 861.84 Q118.654 861.84 120.459 858.299 Q122.288 854.734 122.288 847.627 Q122.288 840.498 120.459 836.956 Q118.654 833.391 115.02 833.391 M115.02 829.688 Q120.83 829.688 123.885 834.294 Q126.964 838.877 126.964 847.627 Q126.964 856.354 123.885 860.961 Q120.83 865.544 115.02 865.544 Q109.209 865.544 106.131 860.961 Q103.075 856.354 103.075 847.627 Q103.075 838.877 106.131 834.294 Q109.209 829.688 115.02 829.688 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M54.0245 561.876 L61.6634 561.876 L61.6634 535.51 L53.3532 537.177 L53.3532 532.918 L61.6171 531.251 L66.293 531.251 L66.293 561.876 L73.9318 561.876 L73.9318 565.811 L54.0245 565.811 L54.0245 561.876 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M79.0475 531.251 L97.4039 531.251 L97.4039 535.186 L83.3299 535.186 L83.3299 543.658 Q84.3484 543.311 85.3669 543.149 Q86.3855 542.964 87.404 542.964 Q93.191 542.964 96.5706 546.135 Q99.9502 549.307 99.9502 554.723 Q99.9502 560.302 96.478 563.404 Q93.0058 566.482 86.6864 566.482 Q84.5105 566.482 82.242 566.112 Q79.9966 565.742 77.5892 565.001 L77.5892 560.302 Q79.6725 561.436 81.8947 561.992 Q84.1169 562.547 86.5938 562.547 Q90.5984 562.547 92.9363 560.441 Q95.2743 558.334 95.2743 554.723 Q95.2743 551.112 92.9363 549.006 Q90.5984 546.899 86.5938 546.899 Q84.7188 546.899 82.8438 547.316 Q80.992 547.732 79.0475 548.612 L79.0475 531.251 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M115.02 534.33 Q111.408 534.33 109.58 537.895 Q107.774 541.436 107.774 548.566 Q107.774 555.672 109.58 559.237 Q111.408 562.779 115.02 562.779 Q118.654 562.779 120.459 559.237 Q122.288 555.672 122.288 548.566 Q122.288 541.436 120.459 537.895 Q118.654 534.33 115.02 534.33 M115.02 530.626 Q120.83 530.626 123.885 535.233 Q126.964 539.816 126.964 548.566 Q126.964 557.293 123.885 561.899 Q120.83 566.482 115.02 566.482 Q109.209 566.482 106.131 561.899 Q103.075 557.293 103.075 548.566 Q103.075 539.816 106.131 535.233 Q109.209 530.626 115.02 530.626 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M56.6171 262.814 L72.9365 262.814 L72.9365 266.75 L50.9921 266.75 L50.9921 262.814 Q53.6541 260.06 58.2375 255.43 Q62.8439 250.777 64.0245 249.435 Q66.2698 246.912 67.1494 245.176 Q68.0522 243.416 68.0522 241.726 Q68.0522 238.972 66.1078 237.236 Q64.1865 235.5 61.0847 235.5 Q58.8856 235.5 56.4319 236.264 Q54.0014 237.027 51.2236 238.578 L51.2236 233.856 Q54.0477 232.722 56.5014 232.143 Q58.955 231.565 60.9921 231.565 Q66.3624 231.565 69.5568 234.25 Q72.7513 236.935 72.7513 241.426 Q72.7513 243.555 71.9411 245.476 Q71.1541 247.375 69.0476 249.967 Q68.4689 250.638 65.367 253.856 Q62.2652 257.05 56.6171 262.814 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M88.0058 235.268 Q84.3947 235.268 82.566 238.833 Q80.7605 242.375 80.7605 249.504 Q80.7605 256.611 82.566 260.175 Q84.3947 263.717 88.0058 263.717 Q91.6401 263.717 93.4456 260.175 Q95.2743 256.611 95.2743 249.504 Q95.2743 242.375 93.4456 238.833 Q91.6401 235.268 88.0058 235.268 M88.0058 231.565 Q93.816 231.565 96.8715 236.171 Q99.9502 240.754 99.9502 249.504 Q99.9502 258.231 96.8715 262.837 Q93.816 267.421 88.0058 267.421 Q82.1957 267.421 79.117 262.837 Q76.0614 258.231 76.0614 249.504 Q76.0614 240.754 79.117 236.171 Q82.1957 231.565 88.0058 231.565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip160)\" d=\"M 0 0 M115.02 235.268 Q111.408 235.268 109.58 238.833 Q107.774 242.375 107.774 249.504 Q107.774 256.611 109.58 260.175 Q111.408 263.717 115.02 263.717 Q118.654 263.717 120.459 260.175 Q122.288 256.611 122.288 249.504 Q122.288 242.375 120.459 238.833 Q118.654 235.268 115.02 235.268 M115.02 231.565 Q120.83 231.565 123.885 236.171 Q126.964 240.754 126.964 249.504 Q126.964 258.231 123.885 262.837 Q120.83 267.421 115.02 267.421 Q109.209 267.421 106.131 262.837 Q103.075 258.231 103.075 249.504 Q103.075 240.754 106.131 236.171 Q109.209 231.565 115.02 231.565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip162)\" d=\"\nM283.406 231.526 L283.406 1445.72 L322.385 1445.72 L322.385 231.526 L283.406 231.526 L283.406 231.526 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 283.406,231.526 283.406,1445.72 322.385,1445.72 322.385,231.526 283.406,231.526 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM322.385 416.944 L322.385 1445.72 L361.363 1445.72 L361.363 416.944 L322.385 416.944 L322.385 416.944 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.385,416.944 322.385,1445.72 361.363,1445.72 361.363,416.944 322.385,416.944 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM361.363 440.869 L361.363 1445.72 L400.341 1445.72 L400.341 440.869 L361.363 440.869 L361.363 440.869 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 361.363,440.869 361.363,1445.72 400.341,1445.72 400.341,440.869 361.363,440.869 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM400.341 177.695 L400.341 1445.72 L439.319 1445.72 L439.319 177.695 L400.341 177.695 L400.341 177.695 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 400.341,177.695 400.341,1445.72 439.319,1445.72 439.319,177.695 400.341,177.695 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM439.319 171.714 L439.319 1445.72 L478.297 1445.72 L478.297 171.714 L439.319 171.714 L439.319 171.714 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 439.319,171.714 439.319,1445.72 478.297,1445.72 478.297,171.714 439.319,171.714 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM478.297 327.226 L478.297 1445.72 L517.275 1445.72 L517.275 327.226 L478.297 327.226 L478.297 327.226 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 478.297,327.226 478.297,1445.72 517.275,1445.72 517.275,327.226 478.297,327.226 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM517.275 285.357 L517.275 1445.72 L556.253 1445.72 L556.253 285.357 L517.275 285.357 L517.275 285.357 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 517.275,285.357 517.275,1445.72 556.253,1445.72 556.253,285.357 517.275,285.357 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM556.253 207.601 L556.253 1445.72 L595.232 1445.72 L595.232 207.601 L556.253 207.601 L556.253 207.601 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 556.253,207.601 556.253,1445.72 595.232,1445.72 595.232,207.601 556.253,207.601 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM595.232 171.714 L595.232 1445.72 L634.21 1445.72 L634.21 171.714 L595.232 171.714 L595.232 171.714 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.232,171.714 595.232,1445.72 634.21,1445.72 634.21,171.714 595.232,171.714 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM634.21 207.601 L634.21 1445.72 L673.188 1445.72 L673.188 207.601 L634.21 207.601 L634.21 207.601 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 634.21,207.601 634.21,1445.72 673.188,1445.72 673.188,207.601 634.21,207.601 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM673.188 267.413 L673.188 1445.72 L712.166 1445.72 L712.166 267.413 L673.188 267.413 L673.188 267.413 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 673.188,267.413 673.188,1445.72 712.166,1445.72 712.166,267.413 673.188,267.413 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM712.166 321.244 L712.166 1445.72 L751.144 1445.72 L751.144 321.244 L712.166 321.244 L712.166 321.244 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 712.166,321.244 712.166,1445.72 751.144,1445.72 751.144,321.244 712.166,321.244 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM751.144 105.92 L751.144 1445.72 L790.122 1445.72 L790.122 105.92 L751.144 105.92 L751.144 105.92 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 751.144,105.92 751.144,1445.72 790.122,1445.72 790.122,105.92 751.144,105.92 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM790.122 327.226 L790.122 1445.72 L829.1 1445.72 L829.1 327.226 L790.122 327.226 L790.122 327.226 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 790.122,327.226 790.122,1445.72 829.1,1445.72 829.1,327.226 790.122,327.226 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM829.1 207.601 L829.1 1445.72 L868.079 1445.72 L868.079 207.601 L829.1 207.601 L829.1 207.601 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 829.1,207.601 829.1,1445.72 868.079,1445.72 868.079,207.601 829.1,207.601 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM868.079 297.319 L868.079 1445.72 L907.057 1445.72 L907.057 297.319 L868.079 297.319 L868.079 297.319 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 868.079,297.319 868.079,1445.72 907.057,1445.72 907.057,297.319 868.079,297.319 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM907.057 195.638 L907.057 1445.72 L946.035 1445.72 L946.035 195.638 L907.057 195.638 L907.057 195.638 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 907.057,195.638 907.057,1445.72 946.035,1445.72 946.035,195.638 907.057,195.638 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM946.035 255.451 L946.035 1445.72 L985.013 1445.72 L985.013 255.451 L946.035 255.451 L946.035 255.451 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 946.035,255.451 946.035,1445.72 985.013,1445.72 985.013,255.451 946.035,255.451 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM985.013 273.394 L985.013 1445.72 L1023.99 1445.72 L1023.99 273.394 L985.013 273.394 L985.013 273.394 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 985.013,273.394 985.013,1445.72 1023.99,1445.72 1023.99,273.394 985.013,273.394 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1023.99 279.376 L1023.99 1445.72 L1062.97 1445.72 L1062.97 279.376 L1023.99 279.376 L1023.99 279.376 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1023.99,279.376 1023.99,1445.72 1062.97,1445.72 1062.97,279.376 1023.99,279.376 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1062.97 201.62 L1062.97 1445.72 L1101.95 1445.72 L1101.95 201.62 L1062.97 201.62 L1062.97 201.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1062.97,201.62 1062.97,1445.72 1101.95,1445.72 1101.95,201.62 1062.97,201.62 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1101.95 225.545 L1101.95 1445.72 L1140.93 1445.72 L1140.93 225.545 L1101.95 225.545 L1101.95 225.545 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1101.95,225.545 1101.95,1445.72 1140.93,1445.72 1140.93,225.545 1101.95,225.545 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1140.93 428.906 L1140.93 1445.72 L1179.9 1445.72 L1179.9 428.906 L1140.93 428.906 L1140.93 428.906 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1140.93,428.906 1140.93,1445.72 1179.9,1445.72 1179.9,428.906 1140.93,428.906 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1179.9 219.563 L1179.9 1445.72 L1218.88 1445.72 L1218.88 219.563 L1179.9 219.563 L1179.9 219.563 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1179.9,219.563 1179.9,1445.72 1218.88,1445.72 1218.88,219.563 1179.9,219.563 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1218.88 339.188 L1218.88 1445.72 L1257.86 1445.72 L1257.86 339.188 L1218.88 339.188 L1218.88 339.188 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1218.88,339.188 1218.88,1445.72 1257.86,1445.72 1257.86,339.188 1218.88,339.188 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1257.86 135.826 L1257.86 1445.72 L1296.84 1445.72 L1296.84 135.826 L1257.86 135.826 L1257.86 135.826 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1257.86,135.826 1257.86,1445.72 1296.84,1445.72 1296.84,135.826 1257.86,135.826 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1296.84 159.751 L1296.84 1445.72 L1335.82 1445.72 L1335.82 159.751 L1296.84 159.751 L1296.84 159.751 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1296.84,159.751 1296.84,1445.72 1335.82,1445.72 1335.82,159.751 1296.84,159.751 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1335.82 171.714 L1335.82 1445.72 L1374.79 1445.72 L1374.79 171.714 L1335.82 171.714 L1335.82 171.714 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1335.82,171.714 1335.82,1445.72 1374.79,1445.72 1374.79,171.714 1335.82,171.714 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1374.79 213.582 L1374.79 1445.72 L1413.77 1445.72 L1413.77 213.582 L1374.79 213.582 L1374.79 213.582 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1374.79,213.582 1374.79,1445.72 1413.77,1445.72 1413.77,213.582 1374.79,213.582 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1413.77 237.507 L1413.77 1445.72 L1452.75 1445.72 L1452.75 237.507 L1413.77 237.507 L1413.77 237.507 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1413.77,237.507 1413.77,1445.72 1452.75,1445.72 1452.75,237.507 1413.77,237.507 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1452.75 303.301 L1452.75 1445.72 L1491.73 1445.72 L1491.73 303.301 L1452.75 303.301 L1452.75 303.301 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1452.75,303.301 1452.75,1445.72 1491.73,1445.72 1491.73,303.301 1452.75,303.301 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1491.73 189.657 L1491.73 1445.72 L1530.71 1445.72 L1530.71 189.657 L1491.73 189.657 L1491.73 189.657 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1491.73,189.657 1491.73,1445.72 1530.71,1445.72 1530.71,189.657 1491.73,189.657 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1530.71 237.507 L1530.71 1445.72 L1569.69 1445.72 L1569.69 237.507 L1530.71 237.507 L1530.71 237.507 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1530.71,237.507 1530.71,1445.72 1569.69,1445.72 1569.69,237.507 1530.71,237.507 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1569.69 225.545 L1569.69 1445.72 L1608.66 1445.72 L1608.66 225.545 L1569.69 225.545 L1569.69 225.545 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1569.69,225.545 1569.69,1445.72 1608.66,1445.72 1608.66,225.545 1569.69,225.545 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1608.66 87.9763 L1608.66 1445.72 L1647.64 1445.72 L1647.64 87.9763 L1608.66 87.9763 L1608.66 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1608.66,87.9763 1608.66,1445.72 1647.64,1445.72 1647.64,87.9763 1608.66,87.9763 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1647.64 207.601 L1647.64 1445.72 L1686.62 1445.72 L1686.62 207.601 L1647.64 207.601 L1647.64 207.601 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1647.64,207.601 1647.64,1445.72 1686.62,1445.72 1686.62,207.601 1647.64,207.601 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1686.62 201.62 L1686.62 1445.72 L1725.6 1445.72 L1725.6 201.62 L1686.62 201.62 L1686.62 201.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1686.62,201.62 1686.62,1445.72 1725.6,1445.72 1725.6,201.62 1686.62,201.62 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1725.6 375.075 L1725.6 1445.72 L1764.58 1445.72 L1764.58 375.075 L1725.6 375.075 L1725.6 375.075 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1725.6,375.075 1725.6,1445.72 1764.58,1445.72 1764.58,375.075 1725.6,375.075 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1764.58 470.775 L1764.58 1445.72 L1803.55 1445.72 L1803.55 470.775 L1764.58 470.775 L1764.58 470.775 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1764.58,470.775 1764.58,1445.72 1803.55,1445.72 1803.55,470.775 1764.58,470.775 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1803.55 159.751 L1803.55 1445.72 L1842.53 1445.72 L1842.53 159.751 L1803.55 159.751 L1803.55 159.751 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1803.55,159.751 1803.55,1445.72 1842.53,1445.72 1842.53,159.751 1803.55,159.751 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1842.53 105.92 L1842.53 1445.72 L1881.51 1445.72 L1881.51 105.92 L1842.53 105.92 L1842.53 105.92 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1842.53,105.92 1842.53,1445.72 1881.51,1445.72 1881.51,105.92 1842.53,105.92 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1881.51 87.9763 L1881.51 1445.72 L1920.49 1445.72 L1920.49 87.9763 L1881.51 87.9763 L1881.51 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1881.51,87.9763 1881.51,1445.72 1920.49,1445.72 1920.49,87.9763 1881.51,87.9763 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1920.49 303.301 L1920.49 1445.72 L1959.47 1445.72 L1959.47 303.301 L1920.49 303.301 L1920.49 303.301 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1920.49,303.301 1920.49,1445.72 1959.47,1445.72 1959.47,303.301 1920.49,303.301 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1959.47 303.301 L1959.47 1445.72 L1998.44 1445.72 L1998.44 303.301 L1959.47 303.301 L1959.47 303.301 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1959.47,303.301 1959.47,1445.72 1998.44,1445.72 1998.44,303.301 1959.47,303.301 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM1998.44 279.376 L1998.44 1445.72 L2037.42 1445.72 L2037.42 279.376 L1998.44 279.376 L1998.44 279.376 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1998.44,279.376 1998.44,1445.72 2037.42,1445.72 2037.42,279.376 1998.44,279.376 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM2037.42 446.85 L2037.42 1445.72 L2076.4 1445.72 L2076.4 446.85 L2037.42 446.85 L2037.42 446.85 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2037.42,446.85 2037.42,1445.72 2076.4,1445.72 2076.4,446.85 2037.42,446.85 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM2076.4 189.657 L2076.4 1445.72 L2115.38 1445.72 L2115.38 189.657 L2076.4 189.657 L2076.4 189.657 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2076.4,189.657 2076.4,1445.72 2115.38,1445.72 2115.38,189.657 2076.4,189.657 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM2115.38 446.85 L2115.38 1445.72 L2154.36 1445.72 L2154.36 446.85 L2115.38 446.85 L2115.38 446.85 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2115.38,446.85 2115.38,1445.72 2154.36,1445.72 2154.36,446.85 2115.38,446.85 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM2154.36 93.9575 L2154.36 1445.72 L2193.34 1445.72 L2193.34 93.9575 L2154.36 93.9575 L2154.36 93.9575 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2154.36,93.9575 2154.36,1445.72 2193.34,1445.72 2193.34,93.9575 2154.36,93.9575 \n \"/>\n<path clip-path=\"url(#clip162)\" d=\"\nM2193.34 255.451 L2193.34 1445.72 L2232.31 1445.72 L2232.31 255.451 L2193.34 255.451 L2193.34 255.451 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip162)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2193.34,255.451 2193.34,1445.72 2232.31,1445.72 2232.31,255.451 2193.34,255.451 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "histogram(rand(10^5), bins=50, legend=false)",
"execution_count": 4,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 4,
"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=\"clip200\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip200)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip201\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip200)\" d=\"\nM189.978 1486.45 L2352.76 1486.45 L2352.76 47.2441 L189.978 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip202\">\n <rect x=\"189\" y=\"47\" width=\"2164\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 308.934,1486.45 308.934,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 790.151,1486.45 790.151,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1271.37,1486.45 1271.37,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1752.58,1486.45 1752.58,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2233.8,1486.45 2233.8,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 308.934,1486.45 308.934,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 790.151,1486.45 790.151,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1271.37,1486.45 1271.37,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1752.58,1486.45 1752.58,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2233.8,1486.45 2233.8,1469.18 \n \"/>\n<path clip-path=\"url(#clip200)\" d=\"M 0 0 M276.944 1515.64 Q273.333 1515.64 271.504 1519.2 Q269.698 1522.75 269.698 1529.87 Q269.698 1536.98 271.504 1540.55 Q273.333 1544.09 276.944 1544.09 Q280.578 1544.09 282.384 1540.55 Q284.212 1536.98 284.212 1529.87 Q284.212 1522.75 282.384 1519.2 Q280.578 1515.64 276.944 1515.64 M276.944 1511.93 Q282.754 1511.93 285.809 1516.54 Q288.888 1521.12 288.888 1529.87 Q288.888 1538.6 285.809 1543.21 Q282.754 1547.79 276.944 1547.79 Q271.134 1547.79 268.055 1543.21 Q264.999 1538.6 264.999 1529.87 Q264.999 1521.12 268.055 1516.54 Q271.134 1511.93 276.944 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M293.958 1541.24 L298.842 1541.24 L298.842 1547.12 L293.958 1547.12 L293.958 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M313.911 1515.64 Q310.3 1515.64 308.471 1519.2 Q306.666 1522.75 306.666 1529.87 Q306.666 1536.98 308.471 1540.55 Q310.3 1544.09 313.911 1544.09 Q317.545 1544.09 319.351 1540.55 Q321.18 1536.98 321.18 1529.87 Q321.18 1522.75 319.351 1519.2 Q317.545 1515.64 313.911 1515.64 M313.911 1511.93 Q319.721 1511.93 322.777 1516.54 Q325.856 1521.12 325.856 1529.87 Q325.856 1538.6 322.777 1543.21 Q319.721 1547.79 313.911 1547.79 Q308.101 1547.79 305.022 1543.21 Q301.967 1538.6 301.967 1529.87 Q301.967 1521.12 305.022 1516.54 Q308.101 1511.93 313.911 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M340.925 1515.64 Q337.314 1515.64 335.485 1519.2 Q333.68 1522.75 333.68 1529.87 Q333.68 1536.98 335.485 1540.55 Q337.314 1544.09 340.925 1544.09 Q344.559 1544.09 346.365 1540.55 Q348.193 1536.98 348.193 1529.87 Q348.193 1522.75 346.365 1519.2 Q344.559 1515.64 340.925 1515.64 M340.925 1511.93 Q346.735 1511.93 349.791 1516.54 Q352.869 1521.12 352.869 1529.87 Q352.869 1538.6 349.791 1543.21 Q346.735 1547.79 340.925 1547.79 Q335.115 1547.79 332.036 1543.21 Q328.981 1538.6 328.981 1529.87 Q328.981 1521.12 332.036 1516.54 Q335.115 1511.93 340.925 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M759.456 1515.64 Q755.845 1515.64 754.017 1519.2 Q752.211 1522.75 752.211 1529.87 Q752.211 1536.98 754.017 1540.55 Q755.845 1544.09 759.456 1544.09 Q763.091 1544.09 764.896 1540.55 Q766.725 1536.98 766.725 1529.87 Q766.725 1522.75 764.896 1519.2 Q763.091 1515.64 759.456 1515.64 M759.456 1511.93 Q765.266 1511.93 768.322 1516.54 Q771.401 1521.12 771.401 1529.87 Q771.401 1538.6 768.322 1543.21 Q765.266 1547.79 759.456 1547.79 Q753.646 1547.79 750.567 1543.21 Q747.512 1538.6 747.512 1529.87 Q747.512 1521.12 750.567 1516.54 Q753.646 1511.93 759.456 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M776.47 1541.24 L781.354 1541.24 L781.354 1547.12 L776.47 1547.12 L776.47 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M790.451 1543.18 L806.771 1543.18 L806.771 1547.12 L784.827 1547.12 L784.827 1543.18 Q787.489 1540.43 792.072 1535.8 Q796.678 1531.15 797.859 1529.81 Q800.104 1527.28 800.984 1525.55 Q801.887 1523.79 801.887 1522.1 Q801.887 1519.34 799.942 1517.61 Q798.021 1515.87 794.919 1515.87 Q792.72 1515.87 790.266 1516.63 Q787.836 1517.4 785.058 1518.95 L785.058 1514.23 Q787.882 1513.09 790.336 1512.51 Q792.789 1511.93 794.826 1511.93 Q800.197 1511.93 803.391 1514.62 Q806.586 1517.31 806.586 1521.8 Q806.586 1523.93 805.775 1525.85 Q804.988 1527.74 802.882 1530.34 Q802.303 1531.01 799.201 1534.23 Q796.1 1537.42 790.451 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M811.887 1512.56 L830.243 1512.56 L830.243 1516.5 L816.169 1516.5 L816.169 1524.97 Q817.187 1524.62 818.206 1524.46 Q819.224 1524.27 820.243 1524.27 Q826.03 1524.27 829.41 1527.44 Q832.789 1530.62 832.789 1536.03 Q832.789 1541.61 829.317 1544.71 Q825.845 1547.79 819.525 1547.79 Q817.349 1547.79 815.081 1547.42 Q812.836 1547.05 810.428 1546.31 L810.428 1541.61 Q812.512 1542.74 814.734 1543.3 Q816.956 1543.86 819.433 1543.86 Q823.437 1543.86 825.775 1541.75 Q828.113 1539.64 828.113 1536.03 Q828.113 1532.42 825.775 1530.31 Q823.437 1528.21 819.433 1528.21 Q817.558 1528.21 815.683 1528.62 Q813.831 1529.04 811.887 1529.92 L811.887 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1239.87 1515.64 Q1236.26 1515.64 1234.43 1519.2 Q1232.63 1522.75 1232.63 1529.87 Q1232.63 1536.98 1234.43 1540.55 Q1236.26 1544.09 1239.87 1544.09 Q1243.51 1544.09 1245.31 1540.55 Q1247.14 1536.98 1247.14 1529.87 Q1247.14 1522.75 1245.31 1519.2 Q1243.51 1515.64 1239.87 1515.64 M1239.87 1511.93 Q1245.68 1511.93 1248.74 1516.54 Q1251.82 1521.12 1251.82 1529.87 Q1251.82 1538.6 1248.74 1543.21 Q1245.68 1547.79 1239.87 1547.79 Q1234.06 1547.79 1230.99 1543.21 Q1227.93 1538.6 1227.93 1529.87 Q1227.93 1521.12 1230.99 1516.54 Q1234.06 1511.93 1239.87 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1256.89 1541.24 L1261.77 1541.24 L1261.77 1547.12 L1256.89 1547.12 L1256.89 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1266.89 1512.56 L1285.24 1512.56 L1285.24 1516.5 L1271.17 1516.5 L1271.17 1524.97 Q1272.19 1524.62 1273.21 1524.46 Q1274.23 1524.27 1275.24 1524.27 Q1281.03 1524.27 1284.41 1527.44 Q1287.79 1530.62 1287.79 1536.03 Q1287.79 1541.61 1284.32 1544.71 Q1280.85 1547.79 1274.53 1547.79 Q1272.35 1547.79 1270.08 1547.42 Q1267.84 1547.05 1265.43 1546.31 L1265.43 1541.61 Q1267.51 1542.74 1269.73 1543.3 Q1271.96 1543.86 1274.43 1543.86 Q1278.44 1543.86 1280.78 1541.75 Q1283.11 1539.64 1283.11 1536.03 Q1283.11 1532.42 1280.78 1530.31 Q1278.44 1528.21 1274.43 1528.21 Q1272.56 1528.21 1270.68 1528.62 Q1268.83 1529.04 1266.89 1529.92 L1266.89 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1302.86 1515.64 Q1299.25 1515.64 1297.42 1519.2 Q1295.61 1522.75 1295.61 1529.87 Q1295.61 1536.98 1297.42 1540.55 Q1299.25 1544.09 1302.86 1544.09 Q1306.49 1544.09 1308.3 1540.55 Q1310.13 1536.98 1310.13 1529.87 Q1310.13 1522.75 1308.3 1519.2 Q1306.49 1515.64 1302.86 1515.64 M1302.86 1511.93 Q1308.67 1511.93 1311.73 1516.54 Q1314.8 1521.12 1314.8 1529.87 Q1314.8 1538.6 1311.73 1543.21 Q1308.67 1547.79 1302.86 1547.79 Q1297.05 1547.79 1293.97 1543.21 Q1290.92 1538.6 1290.92 1529.87 Q1290.92 1521.12 1293.97 1516.54 Q1297.05 1511.93 1302.86 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1721.54 1515.64 Q1717.93 1515.64 1716.1 1519.2 Q1714.3 1522.75 1714.3 1529.87 Q1714.3 1536.98 1716.1 1540.55 Q1717.93 1544.09 1721.54 1544.09 Q1725.18 1544.09 1726.98 1540.55 Q1728.81 1536.98 1728.81 1529.87 Q1728.81 1522.75 1726.98 1519.2 Q1725.18 1515.64 1721.54 1515.64 M1721.54 1511.93 Q1727.35 1511.93 1730.41 1516.54 Q1733.49 1521.12 1733.49 1529.87 Q1733.49 1538.6 1730.41 1543.21 Q1727.35 1547.79 1721.54 1547.79 Q1715.73 1547.79 1712.65 1543.21 Q1709.6 1538.6 1709.6 1529.87 Q1709.6 1521.12 1712.65 1516.54 Q1715.73 1511.93 1721.54 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1738.56 1541.24 L1743.44 1541.24 L1743.44 1547.12 L1738.56 1547.12 L1738.56 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1747.33 1512.56 L1769.55 1512.56 L1769.55 1514.55 L1757 1547.12 L1752.12 1547.12 L1763.93 1516.5 L1747.33 1516.5 L1747.33 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M1774.67 1512.56 L1793.02 1512.56 L1793.02 1516.5 L1778.95 1516.5 L1778.95 1524.97 Q1779.97 1524.62 1780.99 1524.46 Q1782 1524.27 1783.02 1524.27 Q1788.81 1524.27 1792.19 1527.44 Q1795.57 1530.62 1795.57 1536.03 Q1795.57 1541.61 1792.1 1544.71 Q1788.62 1547.79 1782.31 1547.79 Q1780.13 1547.79 1777.86 1547.42 Q1775.62 1547.05 1773.21 1546.31 L1773.21 1541.61 Q1775.29 1542.74 1777.51 1543.3 Q1779.74 1543.86 1782.21 1543.86 Q1786.22 1543.86 1788.56 1541.75 Q1790.89 1539.64 1790.89 1536.03 Q1790.89 1532.42 1788.56 1530.31 Q1786.22 1528.21 1782.21 1528.21 Q1780.34 1528.21 1778.46 1528.62 Q1776.61 1529.04 1774.67 1529.92 L1774.67 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M2192.19 1543.18 L2199.83 1543.18 L2199.83 1516.82 L2191.52 1518.49 L2191.52 1514.23 L2199.78 1512.56 L2204.46 1512.56 L2204.46 1543.18 L2212.1 1543.18 L2212.1 1547.12 L2192.19 1547.12 L2192.19 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M2217.17 1541.24 L2222.05 1541.24 L2222.05 1547.12 L2217.17 1547.12 L2217.17 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M2237.12 1515.64 Q2233.51 1515.64 2231.68 1519.2 Q2229.88 1522.75 2229.88 1529.87 Q2229.88 1536.98 2231.68 1540.55 Q2233.51 1544.09 2237.12 1544.09 Q2240.76 1544.09 2242.56 1540.55 Q2244.39 1536.98 2244.39 1529.87 Q2244.39 1522.75 2242.56 1519.2 Q2240.76 1515.64 2237.12 1515.64 M2237.12 1511.93 Q2242.93 1511.93 2245.99 1516.54 Q2249.07 1521.12 2249.07 1529.87 Q2249.07 1538.6 2245.99 1543.21 Q2242.93 1547.79 2237.12 1547.79 Q2231.31 1547.79 2228.23 1543.21 Q2225.18 1538.6 2225.18 1529.87 Q2225.18 1521.12 2228.23 1516.54 Q2231.31 1511.93 2237.12 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M2264.13 1515.64 Q2260.52 1515.64 2258.69 1519.2 Q2256.89 1522.75 2256.89 1529.87 Q2256.89 1536.98 2258.69 1540.55 Q2260.52 1544.09 2264.13 1544.09 Q2267.77 1544.09 2269.57 1540.55 Q2271.4 1536.98 2271.4 1529.87 Q2271.4 1522.75 2269.57 1519.2 Q2267.77 1515.64 2264.13 1515.64 M2264.13 1511.93 Q2269.94 1511.93 2273 1516.54 Q2276.08 1521.12 2276.08 1529.87 Q2276.08 1538.6 2273 1543.21 Q2269.94 1547.79 2264.13 1547.79 Q2258.32 1547.79 2255.25 1543.21 Q2252.19 1538.6 2252.19 1529.87 Q2252.19 1521.12 2255.25 1516.54 Q2258.32 1511.93 2264.13 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 189.978,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 189.978,1124.89 2352.76,1124.89 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 189.978,804.062 2352.76,804.062 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 189.978,483.235 2352.76,483.235 \n \"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 189.978,162.408 2352.76,162.408 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,1486.45 189.978,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,1445.72 215.931,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,1124.89 215.931,1124.89 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,804.062 215.931,804.062 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,483.235 215.931,483.235 \n \"/>\n<polyline clip-path=\"url(#clip200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 189.978,162.408 215.931,162.408 \n \"/>\n<path clip-path=\"url(#clip200)\" d=\"M 0 0 M142.033 1431.51 Q138.422 1431.51 136.594 1435.08 Q134.788 1438.62 134.788 1445.75 Q134.788 1452.86 136.594 1456.42 Q138.422 1459.96 142.033 1459.96 Q145.668 1459.96 147.473 1456.42 Q149.302 1452.86 149.302 1445.75 Q149.302 1438.62 147.473 1435.08 Q145.668 1431.51 142.033 1431.51 M142.033 1427.81 Q147.843 1427.81 150.899 1432.42 Q153.978 1437 153.978 1445.75 Q153.978 1454.48 150.899 1459.08 Q147.843 1463.67 142.033 1463.67 Q136.223 1463.67 133.144 1459.08 Q130.089 1454.48 130.089 1445.75 Q130.089 1437 133.144 1432.42 Q136.223 1427.81 142.033 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M79.0475 1107.61 L97.4039 1107.61 L97.4039 1111.54 L83.3299 1111.54 L83.3299 1120.02 Q84.3484 1119.67 85.3669 1119.51 Q86.3855 1119.32 87.404 1119.32 Q93.191 1119.32 96.5706 1122.49 Q99.9502 1125.66 99.9502 1131.08 Q99.9502 1136.66 96.478 1139.76 Q93.0058 1142.84 86.6864 1142.84 Q84.5105 1142.84 82.242 1142.47 Q79.9966 1142.1 77.5892 1141.36 L77.5892 1136.66 Q79.6725 1137.79 81.8947 1138.35 Q84.1169 1138.9 86.5938 1138.9 Q90.5984 1138.9 92.9363 1136.8 Q95.2743 1134.69 95.2743 1131.08 Q95.2743 1127.47 92.9363 1125.36 Q90.5984 1123.26 86.5938 1123.26 Q84.7188 1123.26 82.8438 1123.67 Q80.992 1124.09 79.0475 1124.97 L79.0475 1107.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M115.02 1110.69 Q111.408 1110.69 109.58 1114.25 Q107.774 1117.79 107.774 1124.92 Q107.774 1132.03 109.58 1135.59 Q111.408 1139.14 115.02 1139.14 Q118.654 1139.14 120.459 1135.59 Q122.288 1132.03 122.288 1124.92 Q122.288 1117.79 120.459 1114.25 Q118.654 1110.69 115.02 1110.69 M115.02 1106.98 Q120.83 1106.98 123.885 1111.59 Q126.964 1116.17 126.964 1124.92 Q126.964 1133.65 123.885 1138.26 Q120.83 1142.84 115.02 1142.84 Q109.209 1142.84 106.131 1138.26 Q103.075 1133.65 103.075 1124.92 Q103.075 1116.17 106.131 1111.59 Q109.209 1106.98 115.02 1106.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M142.033 1110.69 Q138.422 1110.69 136.594 1114.25 Q134.788 1117.79 134.788 1124.92 Q134.788 1132.03 136.594 1135.59 Q138.422 1139.14 142.033 1139.14 Q145.668 1139.14 147.473 1135.59 Q149.302 1132.03 149.302 1124.92 Q149.302 1117.79 147.473 1114.25 Q145.668 1110.69 142.033 1110.69 M142.033 1106.98 Q147.843 1106.98 150.899 1111.59 Q153.978 1116.17 153.978 1124.92 Q153.978 1133.65 150.899 1138.26 Q147.843 1142.84 142.033 1142.84 Q136.223 1142.84 133.144 1138.26 Q130.089 1133.65 130.089 1124.92 Q130.089 1116.17 133.144 1111.59 Q136.223 1106.98 142.033 1106.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M53.0292 817.407 L60.668 817.407 L60.668 791.041 L52.3579 792.708 L52.3579 788.449 L60.6217 786.782 L65.2976 786.782 L65.2976 817.407 L72.9365 817.407 L72.9365 821.342 L53.0292 821.342 L53.0292 817.407 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M88.0058 789.861 Q84.3947 789.861 82.566 793.425 Q80.7605 796.967 80.7605 804.097 Q80.7605 811.203 82.566 814.768 Q84.3947 818.31 88.0058 818.31 Q91.6401 818.31 93.4456 814.768 Q95.2743 811.203 95.2743 804.097 Q95.2743 796.967 93.4456 793.425 Q91.6401 789.861 88.0058 789.861 M88.0058 786.157 Q93.816 786.157 96.8715 790.763 Q99.9502 795.347 99.9502 804.097 Q99.9502 812.823 96.8715 817.43 Q93.816 822.013 88.0058 822.013 Q82.1957 822.013 79.117 817.43 Q76.0614 812.823 76.0614 804.097 Q76.0614 795.347 79.117 790.763 Q82.1957 786.157 88.0058 786.157 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M115.02 789.861 Q111.408 789.861 109.58 793.425 Q107.774 796.967 107.774 804.097 Q107.774 811.203 109.58 814.768 Q111.408 818.31 115.02 818.31 Q118.654 818.31 120.459 814.768 Q122.288 811.203 122.288 804.097 Q122.288 796.967 120.459 793.425 Q118.654 789.861 115.02 789.861 M115.02 786.157 Q120.83 786.157 123.885 790.763 Q126.964 795.347 126.964 804.097 Q126.964 812.823 123.885 817.43 Q120.83 822.013 115.02 822.013 Q109.209 822.013 106.131 817.43 Q103.075 812.823 103.075 804.097 Q103.075 795.347 106.131 790.763 Q109.209 786.157 115.02 786.157 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M142.033 789.861 Q138.422 789.861 136.594 793.425 Q134.788 796.967 134.788 804.097 Q134.788 811.203 136.594 814.768 Q138.422 818.31 142.033 818.31 Q145.668 818.31 147.473 814.768 Q149.302 811.203 149.302 804.097 Q149.302 796.967 147.473 793.425 Q145.668 789.861 142.033 789.861 M142.033 786.157 Q147.843 786.157 150.899 790.763 Q153.978 795.347 153.978 804.097 Q153.978 812.823 150.899 817.43 Q147.843 822.013 142.033 822.013 Q136.223 822.013 133.144 817.43 Q130.089 812.823 130.089 804.097 Q130.089 795.347 133.144 790.763 Q136.223 786.157 142.033 786.157 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M54.0245 496.58 L61.6634 496.58 L61.6634 470.214 L53.3532 471.881 L53.3532 467.622 L61.6171 465.955 L66.293 465.955 L66.293 496.58 L73.9318 496.58 L73.9318 500.515 L54.0245 500.515 L54.0245 496.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M79.0475 465.955 L97.4039 465.955 L97.4039 469.89 L83.3299 469.89 L83.3299 478.362 Q84.3484 478.015 85.3669 477.853 Q86.3855 477.668 87.404 477.668 Q93.191 477.668 96.5706 480.839 Q99.9502 484.01 99.9502 489.427 Q99.9502 495.006 96.478 498.108 Q93.0058 501.186 86.6864 501.186 Q84.5105 501.186 82.242 500.816 Q79.9966 500.446 77.5892 499.705 L77.5892 495.006 Q79.6725 496.14 81.8947 496.696 Q84.1169 497.251 86.5938 497.251 Q90.5984 497.251 92.9363 495.145 Q95.2743 493.038 95.2743 489.427 Q95.2743 485.816 92.9363 483.71 Q90.5984 481.603 86.5938 481.603 Q84.7188 481.603 82.8438 482.02 Q80.992 482.436 79.0475 483.316 L79.0475 465.955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M115.02 469.034 Q111.408 469.034 109.58 472.598 Q107.774 476.14 107.774 483.27 Q107.774 490.376 109.58 493.941 Q111.408 497.483 115.02 497.483 Q118.654 497.483 120.459 493.941 Q122.288 490.376 122.288 483.27 Q122.288 476.14 120.459 472.598 Q118.654 469.034 115.02 469.034 M115.02 465.33 Q120.83 465.33 123.885 469.936 Q126.964 474.52 126.964 483.27 Q126.964 491.997 123.885 496.603 Q120.83 501.186 115.02 501.186 Q109.209 501.186 106.131 496.603 Q103.075 491.997 103.075 483.27 Q103.075 474.52 106.131 469.936 Q109.209 465.33 115.02 465.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M142.033 469.034 Q138.422 469.034 136.594 472.598 Q134.788 476.14 134.788 483.27 Q134.788 490.376 136.594 493.941 Q138.422 497.483 142.033 497.483 Q145.668 497.483 147.473 493.941 Q149.302 490.376 149.302 483.27 Q149.302 476.14 147.473 472.598 Q145.668 469.034 142.033 469.034 M142.033 465.33 Q147.843 465.33 150.899 469.936 Q153.978 474.52 153.978 483.27 Q153.978 491.997 150.899 496.603 Q147.843 501.186 142.033 501.186 Q136.223 501.186 133.144 496.603 Q130.089 491.997 130.089 483.27 Q130.089 474.52 133.144 469.936 Q136.223 465.33 142.033 465.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M56.6171 175.753 L72.9365 175.753 L72.9365 179.688 L50.9921 179.688 L50.9921 175.753 Q53.6541 172.998 58.2375 168.369 Q62.8439 163.716 64.0245 162.373 Q66.2698 159.85 67.1494 158.114 Q68.0522 156.355 68.0522 154.665 Q68.0522 151.91 66.1078 150.174 Q64.1865 148.438 61.0847 148.438 Q58.8856 148.438 56.4319 149.202 Q54.0014 149.966 51.2236 151.517 L51.2236 146.795 Q54.0477 145.661 56.5014 145.082 Q58.955 144.503 60.9921 144.503 Q66.3624 144.503 69.5568 147.188 Q72.7513 149.873 72.7513 154.364 Q72.7513 156.494 71.9411 158.415 Q71.1541 160.313 69.0476 162.906 Q68.4689 163.577 65.367 166.795 Q62.2652 169.989 56.6171 175.753 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M88.0058 148.207 Q84.3947 148.207 82.566 151.772 Q80.7605 155.313 80.7605 162.443 Q80.7605 169.549 82.566 173.114 Q84.3947 176.656 88.0058 176.656 Q91.6401 176.656 93.4456 173.114 Q95.2743 169.549 95.2743 162.443 Q95.2743 155.313 93.4456 151.772 Q91.6401 148.207 88.0058 148.207 M88.0058 144.503 Q93.816 144.503 96.8715 149.11 Q99.9502 153.693 99.9502 162.443 Q99.9502 171.17 96.8715 175.776 Q93.816 180.359 88.0058 180.359 Q82.1957 180.359 79.117 175.776 Q76.0614 171.17 76.0614 162.443 Q76.0614 153.693 79.117 149.11 Q82.1957 144.503 88.0058 144.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M115.02 148.207 Q111.408 148.207 109.58 151.772 Q107.774 155.313 107.774 162.443 Q107.774 169.549 109.58 173.114 Q111.408 176.656 115.02 176.656 Q118.654 176.656 120.459 173.114 Q122.288 169.549 122.288 162.443 Q122.288 155.313 120.459 151.772 Q118.654 148.207 115.02 148.207 M115.02 144.503 Q120.83 144.503 123.885 149.11 Q126.964 153.693 126.964 162.443 Q126.964 171.17 123.885 175.776 Q120.83 180.359 115.02 180.359 Q109.209 180.359 106.131 175.776 Q103.075 171.17 103.075 162.443 Q103.075 153.693 106.131 149.11 Q109.209 144.503 115.02 144.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip200)\" d=\"M 0 0 M142.033 148.207 Q138.422 148.207 136.594 151.772 Q134.788 155.313 134.788 162.443 Q134.788 169.549 136.594 173.114 Q138.422 176.656 142.033 176.656 Q145.668 176.656 147.473 173.114 Q149.302 169.549 149.302 162.443 Q149.302 155.313 147.473 151.772 Q145.668 148.207 142.033 148.207 M142.033 144.503 Q147.843 144.503 150.899 149.11 Q153.978 153.693 153.978 162.443 Q153.978 171.17 150.899 175.776 Q147.843 180.359 142.033 180.359 Q136.223 180.359 133.144 175.776 Q130.089 171.17 130.089 162.443 Q130.089 153.693 133.144 149.11 Q136.223 144.503 142.033 144.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip202)\" d=\"\nM308.934 185.508 L308.934 1445.72 L347.432 1445.72 L347.432 185.508 L308.934 185.508 L308.934 185.508 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 308.934,185.508 308.934,1445.72 347.432,1445.72 347.432,185.508 308.934,185.508 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM347.432 175.241 L347.432 1445.72 L385.929 1445.72 L385.929 175.241 L347.432 175.241 L347.432 175.241 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 347.432,175.241 347.432,1445.72 385.929,1445.72 385.929,175.241 347.432,175.241 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM385.929 176.524 L385.929 1445.72 L424.426 1445.72 L424.426 176.524 L385.929 176.524 L385.929 176.524 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 385.929,176.524 385.929,1445.72 424.426,1445.72 424.426,176.524 385.929,176.524 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM424.426 113.642 L424.426 1445.72 L462.924 1445.72 L462.924 113.642 L424.426 113.642 L424.426 113.642 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 424.426,113.642 424.426,1445.72 462.924,1445.72 462.924,113.642 424.426,113.642 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM462.924 128.4 L462.924 1445.72 L501.421 1445.72 L501.421 128.4 L462.924 128.4 L462.924 128.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 462.924,128.4 462.924,1445.72 501.421,1445.72 501.421,128.4 462.924,128.4 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM501.421 136.742 L501.421 1445.72 L539.918 1445.72 L539.918 136.742 L501.421 136.742 L501.421 136.742 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 501.421,136.742 501.421,1445.72 539.918,1445.72 539.918,136.742 501.421,136.742 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM539.918 166.9 L539.918 1445.72 L578.415 1445.72 L578.415 166.9 L539.918 166.9 L539.918 166.9 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 539.918,166.9 539.918,1445.72 578.415,1445.72 578.415,166.9 539.918,166.9 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM578.415 198.982 L578.415 1445.72 L616.913 1445.72 L616.913 198.982 L578.415 198.982 L578.415 198.982 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 578.415,198.982 578.415,1445.72 616.913,1445.72 616.913,198.982 578.415,198.982 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM616.913 233.632 L616.913 1445.72 L655.41 1445.72 L655.41 233.632 L616.913 233.632 L616.913 233.632 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.913,233.632 616.913,1445.72 655.41,1445.72 655.41,233.632 616.913,233.632 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM655.41 138.667 L655.41 1445.72 L693.907 1445.72 L693.907 138.667 L655.41 138.667 L655.41 138.667 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 655.41,138.667 655.41,1445.72 693.907,1445.72 693.907,138.667 655.41,138.667 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM693.907 173.316 L693.907 1445.72 L732.405 1445.72 L732.405 173.316 L693.907 173.316 L693.907 173.316 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 693.907,173.316 693.907,1445.72 732.405,1445.72 732.405,173.316 693.907,173.316 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM732.405 211.815 L732.405 1445.72 L770.902 1445.72 L770.902 211.815 L732.405 211.815 L732.405 211.815 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.405,211.815 732.405,1445.72 770.902,1445.72 770.902,211.815 732.405,211.815 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM770.902 153.425 L770.902 1445.72 L809.399 1445.72 L809.399 153.425 L770.902 153.425 L770.902 153.425 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 770.902,153.425 770.902,1445.72 809.399,1445.72 809.399,153.425 770.902,153.425 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM809.399 150.858 L809.399 1445.72 L847.897 1445.72 L847.897 150.858 L809.399 150.858 L809.399 150.858 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 809.399,150.858 809.399,1445.72 847.897,1445.72 847.897,150.858 809.399,150.858 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM847.897 193.207 L847.897 1445.72 L886.394 1445.72 L886.394 193.207 L847.897 193.207 L847.897 193.207 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 847.897,193.207 847.897,1445.72 886.394,1445.72 886.394,193.207 847.897,193.207 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM886.394 151.5 L886.394 1445.72 L924.891 1445.72 L924.891 151.5 L886.394 151.5 L886.394 151.5 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 886.394,151.5 886.394,1445.72 924.891,1445.72 924.891,151.5 886.394,151.5 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM924.891 135.459 L924.891 1445.72 L963.388 1445.72 L963.388 135.459 L924.891 135.459 L924.891 135.459 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 924.891,135.459 924.891,1445.72 963.388,1445.72 963.388,135.459 924.891,135.459 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM963.388 179.733 L963.388 1445.72 L1001.89 1445.72 L1001.89 179.733 L963.388 179.733 L963.388 179.733 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 963.388,179.733 963.388,1445.72 1001.89,1445.72 1001.89,179.733 963.388,179.733 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1001.89 163.05 L1001.89 1445.72 L1040.38 1445.72 L1040.38 163.05 L1001.89 163.05 L1001.89 163.05 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1001.89,163.05 1001.89,1445.72 1040.38,1445.72 1040.38,163.05 1001.89,163.05 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1040.38 166.258 L1040.38 1445.72 L1078.88 1445.72 L1078.88 166.258 L1040.38 166.258 L1040.38 166.258 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1040.38,166.258 1040.38,1445.72 1078.88,1445.72 1078.88,166.258 1040.38,166.258 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1078.88 162.408 L1078.88 1445.72 L1117.38 1445.72 L1117.38 162.408 L1078.88 162.408 L1078.88 162.408 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1078.88,162.408 1078.88,1445.72 1117.38,1445.72 1117.38,162.408 1078.88,162.408 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1117.38 168.183 L1117.38 1445.72 L1155.87 1445.72 L1155.87 168.183 L1117.38 168.183 L1117.38 168.183 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1117.38,168.183 1117.38,1445.72 1155.87,1445.72 1155.87,168.183 1117.38,168.183 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1155.87 176.524 L1155.87 1445.72 L1194.37 1445.72 L1194.37 176.524 L1155.87 176.524 L1155.87 176.524 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1155.87,176.524 1155.87,1445.72 1194.37,1445.72 1194.37,176.524 1155.87,176.524 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1194.37 189.358 L1194.37 1445.72 L1232.87 1445.72 L1232.87 189.358 L1194.37 189.358 L1194.37 189.358 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1194.37,189.358 1194.37,1445.72 1232.87,1445.72 1232.87,189.358 1194.37,189.358 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1232.87 170.108 L1232.87 1445.72 L1271.37 1445.72 L1271.37 170.108 L1232.87 170.108 L1232.87 170.108 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1232.87,170.108 1232.87,1445.72 1271.37,1445.72 1271.37,170.108 1232.87,170.108 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1271.37 149.575 L1271.37 1445.72 L1309.86 1445.72 L1309.86 149.575 L1271.37 149.575 L1271.37 149.575 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1271.37,149.575 1271.37,1445.72 1309.86,1445.72 1309.86,149.575 1271.37,149.575 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1309.86 184.224 L1309.86 1445.72 L1348.36 1445.72 L1348.36 184.224 L1309.86 184.224 L1309.86 184.224 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1309.86,184.224 1309.86,1445.72 1348.36,1445.72 1348.36,184.224 1309.86,184.224 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1348.36 154.067 L1348.36 1445.72 L1386.86 1445.72 L1386.86 154.067 L1348.36 154.067 L1348.36 154.067 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1348.36,154.067 1348.36,1445.72 1386.86,1445.72 1386.86,154.067 1348.36,154.067 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1386.86 163.05 L1386.86 1445.72 L1425.36 1445.72 L1425.36 163.05 L1386.86 163.05 L1386.86 163.05 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1386.86,163.05 1386.86,1445.72 1425.36,1445.72 1425.36,163.05 1386.86,163.05 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1425.36 123.267 L1425.36 1445.72 L1463.85 1445.72 L1463.85 123.267 L1425.36 123.267 L1425.36 123.267 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1425.36,123.267 1425.36,1445.72 1463.85,1445.72 1463.85,123.267 1425.36,123.267 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1463.85 213.099 L1463.85 1445.72 L1502.35 1445.72 L1502.35 213.099 L1463.85 213.099 L1463.85 213.099 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1463.85,213.099 1463.85,1445.72 1502.35,1445.72 1502.35,213.099 1463.85,213.099 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1502.35 87.9763 L1502.35 1445.72 L1540.85 1445.72 L1540.85 87.9763 L1502.35 87.9763 L1502.35 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1502.35,87.9763 1502.35,1445.72 1540.85,1445.72 1540.85,87.9763 1502.35,87.9763 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1540.85 125.834 L1540.85 1445.72 L1579.35 1445.72 L1579.35 125.834 L1540.85 125.834 L1540.85 125.834 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1540.85,125.834 1540.85,1445.72 1579.35,1445.72 1579.35,125.834 1540.85,125.834 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1579.35 143.159 L1579.35 1445.72 L1617.84 1445.72 L1617.84 143.159 L1579.35 143.159 L1579.35 143.159 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1579.35,143.159 1579.35,1445.72 1617.84,1445.72 1617.84,143.159 1579.35,143.159 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1617.84 188.716 L1617.84 1445.72 L1656.34 1445.72 L1656.34 188.716 L1617.84 188.716 L1617.84 188.716 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1617.84,188.716 1617.84,1445.72 1656.34,1445.72 1656.34,188.716 1617.84,188.716 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1656.34 174.6 L1656.34 1445.72 L1694.84 1445.72 L1694.84 174.6 L1656.34 174.6 L1656.34 174.6 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1656.34,174.6 1656.34,1445.72 1694.84,1445.72 1694.84,174.6 1656.34,174.6 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1694.84 149.575 L1694.84 1445.72 L1733.33 1445.72 L1733.33 149.575 L1694.84 149.575 L1694.84 149.575 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1694.84,149.575 1694.84,1445.72 1733.33,1445.72 1733.33,149.575 1694.84,149.575 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1733.33 121.342 L1733.33 1445.72 L1771.83 1445.72 L1771.83 121.342 L1733.33 121.342 L1733.33 121.342 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1733.33,121.342 1733.33,1445.72 1771.83,1445.72 1771.83,121.342 1733.33,121.342 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1771.83 181.016 L1771.83 1445.72 L1810.33 1445.72 L1810.33 181.016 L1771.83 181.016 L1771.83 181.016 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1771.83,181.016 1771.83,1445.72 1810.33,1445.72 1810.33,181.016 1771.83,181.016 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1810.33 163.05 L1810.33 1445.72 L1848.83 1445.72 L1848.83 163.05 L1810.33 163.05 L1810.33 163.05 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1810.33,163.05 1810.33,1445.72 1848.83,1445.72 1848.83,163.05 1810.33,163.05 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1848.83 164.975 L1848.83 1445.72 L1887.32 1445.72 L1887.32 164.975 L1848.83 164.975 L1848.83 164.975 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1848.83,164.975 1848.83,1445.72 1887.32,1445.72 1887.32,164.975 1848.83,164.975 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1887.32 160.483 L1887.32 1445.72 L1925.82 1445.72 L1925.82 160.483 L1887.32 160.483 L1887.32 160.483 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1887.32,160.483 1887.32,1445.72 1925.82,1445.72 1925.82,160.483 1887.32,160.483 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1925.82 107.226 L1925.82 1445.72 L1964.32 1445.72 L1964.32 107.226 L1925.82 107.226 L1925.82 107.226 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1925.82,107.226 1925.82,1445.72 1964.32,1445.72 1964.32,107.226 1925.82,107.226 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM1964.32 188.074 L1964.32 1445.72 L2002.82 1445.72 L2002.82 188.074 L1964.32 188.074 L1964.32 188.074 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1964.32,188.074 1964.32,1445.72 2002.82,1445.72 2002.82,188.074 1964.32,188.074 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM2002.82 183.583 L2002.82 1445.72 L2041.31 1445.72 L2041.31 183.583 L2002.82 183.583 L2002.82 183.583 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2002.82,183.583 2002.82,1445.72 2041.31,1445.72 2041.31,183.583 2002.82,183.583 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM2041.31 183.583 L2041.31 1445.72 L2079.81 1445.72 L2079.81 183.583 L2041.31 183.583 L2041.31 183.583 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2041.31,183.583 2041.31,1445.72 2079.81,1445.72 2079.81,183.583 2041.31,183.583 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM2079.81 197.699 L2079.81 1445.72 L2118.31 1445.72 L2118.31 197.699 L2079.81 197.699 L2079.81 197.699 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2079.81,197.699 2079.81,1445.72 2118.31,1445.72 2118.31,197.699 2079.81,197.699 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM2118.31 128.4 L2118.31 1445.72 L2156.8 1445.72 L2156.8 128.4 L2118.31 128.4 L2118.31 128.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2118.31,128.4 2118.31,1445.72 2156.8,1445.72 2156.8,128.4 2118.31,128.4 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM2156.8 118.134 L2156.8 1445.72 L2195.3 1445.72 L2195.3 118.134 L2156.8 118.134 L2156.8 118.134 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2156.8,118.134 2156.8,1445.72 2195.3,1445.72 2195.3,118.134 2156.8,118.134 \n \"/>\n<path clip-path=\"url(#clip202)\" d=\"\nM2195.3 166.258 L2195.3 1445.72 L2233.8 1445.72 L2233.8 166.258 L2195.3 166.258 L2195.3 166.258 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip202)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2195.3,166.258 2195.3,1445.72 2233.8,1445.72 2233.8,166.258 2195.3,166.258 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "histogram(rand(10^6), bins=50, legend=false)",
"execution_count": 5,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 5,
"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=\"clip240\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip240)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip241\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip240)\" d=\"\nM252.408 1486.45 L2352.76 1486.45 L2352.76 47.2441 L252.408 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip242\">\n <rect x=\"252\" y=\"47\" width=\"2101\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 367.931,1486.45 367.931,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 835.256,1486.45 835.256,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1302.58,1486.45 1302.58,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1769.91,1486.45 1769.91,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2237.23,1486.45 2237.23,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 367.931,1486.45 367.931,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 835.256,1486.45 835.256,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1302.58,1486.45 1302.58,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1769.91,1486.45 1769.91,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2237.23,1486.45 2237.23,1469.18 \n \"/>\n<path clip-path=\"url(#clip240)\" d=\"M 0 0 M335.94 1515.64 Q332.329 1515.64 330.5 1519.2 Q328.695 1522.75 328.695 1529.87 Q328.695 1536.98 330.5 1540.55 Q332.329 1544.09 335.94 1544.09 Q339.574 1544.09 341.38 1540.55 Q343.209 1536.98 343.209 1529.87 Q343.209 1522.75 341.38 1519.2 Q339.574 1515.64 335.94 1515.64 M335.94 1511.93 Q341.75 1511.93 344.806 1516.54 Q347.885 1521.12 347.885 1529.87 Q347.885 1538.6 344.806 1543.21 Q341.75 1547.79 335.94 1547.79 Q330.13 1547.79 327.051 1543.21 Q323.996 1538.6 323.996 1529.87 Q323.996 1521.12 327.051 1516.54 Q330.13 1511.93 335.94 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M352.954 1541.24 L357.838 1541.24 L357.838 1547.12 L352.954 1547.12 L352.954 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M372.908 1515.64 Q369.297 1515.64 367.468 1519.2 Q365.662 1522.75 365.662 1529.87 Q365.662 1536.98 367.468 1540.55 Q369.297 1544.09 372.908 1544.09 Q376.542 1544.09 378.347 1540.55 Q380.176 1536.98 380.176 1529.87 Q380.176 1522.75 378.347 1519.2 Q376.542 1515.64 372.908 1515.64 M372.908 1511.93 Q378.718 1511.93 381.773 1516.54 Q384.852 1521.12 384.852 1529.87 Q384.852 1538.6 381.773 1543.21 Q378.718 1547.79 372.908 1547.79 Q367.097 1547.79 364.019 1543.21 Q360.963 1538.6 360.963 1529.87 Q360.963 1521.12 364.019 1516.54 Q367.097 1511.93 372.908 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M399.921 1515.64 Q396.31 1515.64 394.482 1519.2 Q392.676 1522.75 392.676 1529.87 Q392.676 1536.98 394.482 1540.55 Q396.31 1544.09 399.921 1544.09 Q403.556 1544.09 405.361 1540.55 Q407.19 1536.98 407.19 1529.87 Q407.19 1522.75 405.361 1519.2 Q403.556 1515.64 399.921 1515.64 M399.921 1511.93 Q405.732 1511.93 408.787 1516.54 Q411.866 1521.12 411.866 1529.87 Q411.866 1538.6 408.787 1543.21 Q405.732 1547.79 399.921 1547.79 Q394.111 1547.79 391.033 1543.21 Q387.977 1538.6 387.977 1529.87 Q387.977 1521.12 391.033 1516.54 Q394.111 1511.93 399.921 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M804.562 1515.64 Q800.951 1515.64 799.122 1519.2 Q797.317 1522.75 797.317 1529.87 Q797.317 1536.98 799.122 1540.55 Q800.951 1544.09 804.562 1544.09 Q808.196 1544.09 810.002 1540.55 Q811.831 1536.98 811.831 1529.87 Q811.831 1522.75 810.002 1519.2 Q808.196 1515.64 804.562 1515.64 M804.562 1511.93 Q810.372 1511.93 813.428 1516.54 Q816.506 1521.12 816.506 1529.87 Q816.506 1538.6 813.428 1543.21 Q810.372 1547.79 804.562 1547.79 Q798.752 1547.79 795.673 1543.21 Q792.618 1538.6 792.618 1529.87 Q792.618 1521.12 795.673 1516.54 Q798.752 1511.93 804.562 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M821.576 1541.24 L826.46 1541.24 L826.46 1547.12 L821.576 1547.12 L821.576 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M835.557 1543.18 L851.877 1543.18 L851.877 1547.12 L829.932 1547.12 L829.932 1543.18 Q832.594 1540.43 837.178 1535.8 Q841.784 1531.15 842.965 1529.81 Q845.21 1527.28 846.09 1525.55 Q846.992 1523.79 846.992 1522.1 Q846.992 1519.34 845.048 1517.61 Q843.127 1515.87 840.025 1515.87 Q837.826 1515.87 835.372 1516.63 Q832.942 1517.4 830.164 1518.95 L830.164 1514.23 Q832.988 1513.09 835.442 1512.51 Q837.895 1511.93 839.932 1511.93 Q845.303 1511.93 848.497 1514.62 Q851.691 1517.31 851.691 1521.8 Q851.691 1523.93 850.881 1525.85 Q850.094 1527.74 847.988 1530.34 Q847.409 1531.01 844.307 1534.23 Q841.205 1537.42 835.557 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M856.992 1512.56 L875.349 1512.56 L875.349 1516.5 L861.275 1516.5 L861.275 1524.97 Q862.293 1524.62 863.312 1524.46 Q864.33 1524.27 865.349 1524.27 Q871.136 1524.27 874.515 1527.44 Q877.895 1530.62 877.895 1536.03 Q877.895 1541.61 874.423 1544.71 Q870.951 1547.79 864.631 1547.79 Q862.455 1547.79 860.187 1547.42 Q857.941 1547.05 855.534 1546.31 L855.534 1541.61 Q857.617 1542.74 859.84 1543.3 Q862.062 1543.86 864.539 1543.86 Q868.543 1543.86 870.881 1541.75 Q873.219 1539.64 873.219 1536.03 Q873.219 1532.42 870.881 1530.31 Q868.543 1528.21 864.539 1528.21 Q862.664 1528.21 860.789 1528.62 Q858.937 1529.04 856.992 1529.92 L856.992 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1271.09 1515.64 Q1267.48 1515.64 1265.65 1519.2 Q1263.84 1522.75 1263.84 1529.87 Q1263.84 1536.98 1265.65 1540.55 Q1267.48 1544.09 1271.09 1544.09 Q1274.72 1544.09 1276.53 1540.55 Q1278.36 1536.98 1278.36 1529.87 Q1278.36 1522.75 1276.53 1519.2 Q1274.72 1515.64 1271.09 1515.64 M1271.09 1511.93 Q1276.9 1511.93 1279.95 1516.54 Q1283.03 1521.12 1283.03 1529.87 Q1283.03 1538.6 1279.95 1543.21 Q1276.9 1547.79 1271.09 1547.79 Q1265.28 1547.79 1262.2 1543.21 Q1259.14 1538.6 1259.14 1529.87 Q1259.14 1521.12 1262.2 1516.54 Q1265.28 1511.93 1271.09 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1288.1 1541.24 L1292.99 1541.24 L1292.99 1547.12 L1288.1 1547.12 L1288.1 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1298.1 1512.56 L1316.46 1512.56 L1316.46 1516.5 L1302.39 1516.5 L1302.39 1524.97 Q1303.4 1524.62 1304.42 1524.46 Q1305.44 1524.27 1306.46 1524.27 Q1312.25 1524.27 1315.63 1527.44 Q1319.01 1530.62 1319.01 1536.03 Q1319.01 1541.61 1315.53 1544.71 Q1312.06 1547.79 1305.74 1547.79 Q1303.57 1547.79 1301.3 1547.42 Q1299.05 1547.05 1296.64 1546.31 L1296.64 1541.61 Q1298.73 1542.74 1300.95 1543.3 Q1303.17 1543.86 1305.65 1543.86 Q1309.65 1543.86 1311.99 1541.75 Q1314.33 1539.64 1314.33 1536.03 Q1314.33 1532.42 1311.99 1530.31 Q1309.65 1528.21 1305.65 1528.21 Q1303.77 1528.21 1301.9 1528.62 Q1300.05 1529.04 1298.1 1529.92 L1298.1 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1334.07 1515.64 Q1330.46 1515.64 1328.64 1519.2 Q1326.83 1522.75 1326.83 1529.87 Q1326.83 1536.98 1328.64 1540.55 Q1330.46 1544.09 1334.07 1544.09 Q1337.71 1544.09 1339.51 1540.55 Q1341.34 1536.98 1341.34 1529.87 Q1341.34 1522.75 1339.51 1519.2 Q1337.71 1515.64 1334.07 1515.64 M1334.07 1511.93 Q1339.88 1511.93 1342.94 1516.54 Q1346.02 1521.12 1346.02 1529.87 Q1346.02 1538.6 1342.94 1543.21 Q1339.88 1547.79 1334.07 1547.79 Q1328.26 1547.79 1325.19 1543.21 Q1322.13 1538.6 1322.13 1529.87 Q1322.13 1521.12 1325.19 1516.54 Q1328.26 1511.93 1334.07 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1738.87 1515.64 Q1735.25 1515.64 1733.43 1519.2 Q1731.62 1522.75 1731.62 1529.87 Q1731.62 1536.98 1733.43 1540.55 Q1735.25 1544.09 1738.87 1544.09 Q1742.5 1544.09 1744.31 1540.55 Q1746.13 1536.98 1746.13 1529.87 Q1746.13 1522.75 1744.31 1519.2 Q1742.5 1515.64 1738.87 1515.64 M1738.87 1511.93 Q1744.68 1511.93 1747.73 1516.54 Q1750.81 1521.12 1750.81 1529.87 Q1750.81 1538.6 1747.73 1543.21 Q1744.68 1547.79 1738.87 1547.79 Q1733.06 1547.79 1729.98 1543.21 Q1726.92 1538.6 1726.92 1529.87 Q1726.92 1521.12 1729.98 1516.54 Q1733.06 1511.93 1738.87 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1755.88 1541.24 L1760.76 1541.24 L1760.76 1547.12 L1755.88 1547.12 L1755.88 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1764.65 1512.56 L1786.87 1512.56 L1786.87 1514.55 L1774.33 1547.12 L1769.44 1547.12 L1781.25 1516.5 L1764.65 1516.5 L1764.65 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M1791.99 1512.56 L1810.35 1512.56 L1810.35 1516.5 L1796.27 1516.5 L1796.27 1524.97 Q1797.29 1524.62 1798.31 1524.46 Q1799.33 1524.27 1800.35 1524.27 Q1806.13 1524.27 1809.51 1527.44 Q1812.89 1530.62 1812.89 1536.03 Q1812.89 1541.61 1809.42 1544.71 Q1805.95 1547.79 1799.63 1547.79 Q1797.45 1547.79 1795.19 1547.42 Q1792.94 1547.05 1790.53 1546.31 L1790.53 1541.61 Q1792.62 1542.74 1794.84 1543.3 Q1797.06 1543.86 1799.54 1543.86 Q1803.54 1543.86 1805.88 1541.75 Q1808.22 1539.64 1808.22 1536.03 Q1808.22 1532.42 1805.88 1530.31 Q1803.54 1528.21 1799.54 1528.21 Q1797.66 1528.21 1795.79 1528.62 Q1793.94 1529.04 1791.99 1529.92 L1791.99 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M2195.62 1543.18 L2203.26 1543.18 L2203.26 1516.82 L2194.95 1518.49 L2194.95 1514.23 L2203.22 1512.56 L2207.89 1512.56 L2207.89 1543.18 L2215.53 1543.18 L2215.53 1547.12 L2195.62 1547.12 L2195.62 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M2220.6 1541.24 L2225.49 1541.24 L2225.49 1547.12 L2220.6 1547.12 L2220.6 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M2240.55 1515.64 Q2236.94 1515.64 2235.11 1519.2 Q2233.31 1522.75 2233.31 1529.87 Q2233.31 1536.98 2235.11 1540.55 Q2236.94 1544.09 2240.55 1544.09 Q2244.19 1544.09 2245.99 1540.55 Q2247.82 1536.98 2247.82 1529.87 Q2247.82 1522.75 2245.99 1519.2 Q2244.19 1515.64 2240.55 1515.64 M2240.55 1511.93 Q2246.36 1511.93 2249.42 1516.54 Q2252.5 1521.12 2252.5 1529.87 Q2252.5 1538.6 2249.42 1543.21 Q2246.36 1547.79 2240.55 1547.79 Q2234.74 1547.79 2231.67 1543.21 Q2228.61 1538.6 2228.61 1529.87 Q2228.61 1521.12 2231.67 1516.54 Q2234.74 1511.93 2240.55 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M2267.57 1515.64 Q2263.96 1515.64 2262.13 1519.2 Q2260.32 1522.75 2260.32 1529.87 Q2260.32 1536.98 2262.13 1540.55 Q2263.96 1544.09 2267.57 1544.09 Q2271.2 1544.09 2273.01 1540.55 Q2274.84 1536.98 2274.84 1529.87 Q2274.84 1522.75 2273.01 1519.2 Q2271.2 1515.64 2267.57 1515.64 M2267.57 1511.93 Q2273.38 1511.93 2276.43 1516.54 Q2279.51 1521.12 2279.51 1529.87 Q2279.51 1538.6 2276.43 1543.21 Q2273.38 1547.79 2267.57 1547.79 Q2261.76 1547.79 2258.68 1543.21 Q2255.62 1538.6 2255.62 1529.87 Q2255.62 1521.12 2258.68 1516.54 Q2261.76 1511.93 2267.57 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 252.408,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 252.408,1110.37 2352.76,1110.37 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 252.408,775.028 2352.76,775.028 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 252.408,439.685 2352.76,439.685 \n \"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 252.408,104.341 2352.76,104.341 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,1486.45 252.408,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,1445.72 277.612,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,1110.37 277.612,1110.37 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,775.028 277.612,775.028 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,439.685 277.612,439.685 \n \"/>\n<polyline clip-path=\"url(#clip240)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 252.408,104.341 277.612,104.341 \n \"/>\n<path clip-path=\"url(#clip240)\" d=\"M 0 0 M204.464 1431.51 Q200.852 1431.51 199.024 1435.08 Q197.218 1438.62 197.218 1445.75 Q197.218 1452.86 199.024 1456.42 Q200.852 1459.96 204.464 1459.96 Q208.098 1459.96 209.903 1456.42 Q211.732 1452.86 211.732 1445.75 Q211.732 1438.62 209.903 1435.08 Q208.098 1431.51 204.464 1431.51 M204.464 1427.81 Q210.274 1427.81 213.329 1432.42 Q216.408 1437 216.408 1445.75 Q216.408 1454.48 213.329 1459.08 Q210.274 1463.67 204.464 1463.67 Q198.653 1463.67 195.575 1459.08 Q192.519 1454.48 192.519 1445.75 Q192.519 1437 195.575 1432.42 Q198.653 1427.81 204.464 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M54.0086 1099.54 L72.365 1099.54 L72.365 1103.47 L58.291 1103.47 L58.291 1111.95 Q59.3095 1111.6 60.328 1111.44 Q61.3465 1111.25 62.365 1111.25 Q68.152 1111.25 71.5317 1114.42 Q74.9113 1117.6 74.9113 1123.01 Q74.9113 1128.59 71.4391 1131.69 Q67.9669 1134.77 61.6475 1134.77 Q59.4715 1134.77 57.203 1134.4 Q54.9577 1134.03 52.5503 1133.29 L52.5503 1128.59 Q54.6336 1129.72 56.8558 1130.28 Q59.078 1130.84 61.5549 1130.84 Q65.5595 1130.84 67.8974 1128.73 Q70.2354 1126.62 70.2354 1123.01 Q70.2354 1119.4 67.8974 1117.29 Q65.5595 1115.19 61.5549 1115.19 Q59.6799 1115.19 57.8049 1115.6 Q55.953 1116.02 54.0086 1116.9 L54.0086 1099.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M79.9807 1128.22 L84.8649 1128.22 L84.8649 1134.1 L79.9807 1134.1 L79.9807 1128.22 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M99.9343 1102.62 Q96.3232 1102.62 94.4945 1106.18 Q92.689 1109.72 92.689 1116.85 Q92.689 1123.96 94.4945 1127.53 Q96.3232 1131.07 99.9343 1131.07 Q103.569 1131.07 105.374 1127.53 Q107.203 1123.96 107.203 1116.85 Q107.203 1109.72 105.374 1106.18 Q103.569 1102.62 99.9343 1102.62 M99.9343 1098.91 Q105.744 1098.91 108.8 1103.52 Q111.879 1108.1 111.879 1116.85 Q111.879 1125.58 108.8 1130.19 Q105.744 1134.77 99.9343 1134.77 Q94.1241 1134.77 91.0454 1130.19 Q87.9899 1125.58 87.9899 1116.85 Q87.9899 1108.1 91.0454 1103.52 Q94.1241 1098.91 99.9343 1098.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M145.119 1108.64 L134.541 1119.26 L145.119 1129.84 L142.365 1132.64 L131.74 1122.02 L121.115 1132.64 L118.383 1129.84 L128.939 1119.26 L118.383 1108.64 L121.115 1105.84 L131.74 1116.46 L142.365 1105.84 L145.119 1108.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M150.999 1130.16 L158.638 1130.16 L158.638 1103.8 L150.328 1105.47 L150.328 1101.21 L158.591 1099.54 L163.267 1099.54 L163.267 1130.16 L170.906 1130.16 L170.906 1134.1 L150.999 1134.1 L150.999 1130.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M185.975 1102.62 Q182.364 1102.62 180.536 1106.18 Q178.73 1109.72 178.73 1116.85 Q178.73 1123.96 180.536 1127.53 Q182.364 1131.07 185.975 1131.07 Q189.61 1131.07 191.415 1127.53 Q193.244 1123.96 193.244 1116.85 Q193.244 1109.72 191.415 1106.18 Q189.61 1102.62 185.975 1102.62 M185.975 1098.91 Q191.786 1098.91 194.841 1103.52 Q197.92 1108.1 197.92 1116.85 Q197.92 1125.58 194.841 1130.19 Q191.786 1134.77 185.975 1134.77 Q180.165 1134.77 177.087 1130.19 Q174.031 1125.58 174.031 1116.85 Q174.031 1108.1 177.087 1103.52 Q180.165 1098.91 185.975 1098.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M210.615 1091.55 Q213.342 1092.13 214.866 1093.98 Q216.408 1095.82 216.408 1098.53 Q216.408 1102.68 213.549 1104.96 Q210.69 1107.23 205.424 1107.23 Q203.656 1107.23 201.775 1106.88 Q199.913 1106.54 197.92 1105.84 L197.92 1102.18 Q199.5 1103.1 201.38 1103.57 Q203.261 1104.04 205.311 1104.04 Q208.885 1104.04 210.747 1102.63 Q212.628 1101.22 212.628 1098.53 Q212.628 1096.04 210.878 1094.65 Q209.148 1093.24 206.045 1093.24 L202.772 1093.24 L202.772 1090.12 L206.195 1090.12 Q208.998 1090.12 210.483 1089.01 Q211.969 1087.88 211.969 1085.77 Q211.969 1083.61 210.427 1082.46 Q208.904 1081.3 206.045 1081.3 Q204.484 1081.3 202.697 1081.64 Q200.91 1081.98 198.766 1082.69 L198.766 1079.31 Q200.929 1078.7 202.81 1078.4 Q204.709 1078.1 206.383 1078.1 Q210.709 1078.1 213.229 1080.08 Q215.75 1082.03 215.75 1085.38 Q215.75 1087.71 214.414 1089.33 Q213.079 1090.93 210.615 1091.55 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M53.0292 794.821 L60.668 794.821 L60.668 768.455 L52.3579 770.122 L52.3579 765.863 L60.6217 764.196 L65.2976 764.196 L65.2976 794.821 L72.9365 794.821 L72.9365 798.756 L53.0292 798.756 L53.0292 794.821 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M78.0059 792.876 L82.8901 792.876 L82.8901 798.756 L78.0059 798.756 L78.0059 792.876 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M97.9595 767.275 Q94.3484 767.275 92.5197 770.839 Q90.7141 774.381 90.7141 781.511 Q90.7141 788.617 92.5197 792.182 Q94.3484 795.724 97.9595 795.724 Q101.594 795.724 103.399 792.182 Q105.228 788.617 105.228 781.511 Q105.228 774.381 103.399 770.839 Q101.594 767.275 97.9595 767.275 M97.9595 763.571 Q103.77 763.571 106.825 768.177 Q109.904 772.761 109.904 781.511 Q109.904 790.237 106.825 794.844 Q103.77 799.427 97.9595 799.427 Q92.1493 799.427 89.0706 794.844 Q86.0151 790.237 86.0151 781.511 Q86.0151 772.761 89.0706 768.177 Q92.1493 763.571 97.9595 763.571 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M143.144 773.293 L132.566 783.918 L143.144 794.497 L140.39 797.298 L129.765 786.673 L119.14 797.298 L116.408 794.497 L126.964 783.918 L116.408 773.293 L119.14 770.492 L129.765 781.117 L140.39 770.492 L143.144 773.293 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M149.024 794.821 L156.663 794.821 L156.663 768.455 L148.353 770.122 L148.353 765.863 L156.617 764.196 L161.292 764.196 L161.292 794.821 L168.931 794.821 L168.931 798.756 L149.024 798.756 L149.024 794.821 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M184.001 767.275 Q180.39 767.275 178.561 770.839 Q176.755 774.381 176.755 781.511 Q176.755 788.617 178.561 792.182 Q180.39 795.724 184.001 795.724 Q187.635 795.724 189.44 792.182 Q191.269 788.617 191.269 781.511 Q191.269 774.381 189.44 770.839 Q187.635 767.275 184.001 767.275 M184.001 763.571 Q189.811 763.571 192.866 768.177 Q195.945 772.761 195.945 781.511 Q195.945 790.237 192.866 794.844 Q189.811 799.427 184.001 799.427 Q178.191 799.427 175.112 794.844 Q172.056 790.237 172.056 781.511 Q172.056 772.761 175.112 768.177 Q178.191 763.571 184.001 763.571 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M208.621 746.576 L199.03 761.566 L208.621 761.566 L208.621 746.576 M207.625 743.266 L212.402 743.266 L212.402 761.566 L216.408 761.566 L216.408 764.725 L212.402 764.725 L212.402 771.346 L208.621 771.346 L208.621 764.725 L195.945 764.725 L195.945 761.058 L207.625 743.266 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M54.0245 459.477 L61.6634 459.477 L61.6634 433.112 L53.3532 434.778 L53.3532 430.519 L61.6171 428.852 L66.293 428.852 L66.293 459.477 L73.9318 459.477 L73.9318 463.412 L54.0245 463.412 L54.0245 459.477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M79.0012 457.533 L83.8855 457.533 L83.8855 463.412 L79.0012 463.412 L79.0012 457.533 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M89.0012 428.852 L107.358 428.852 L107.358 432.787 L93.2836 432.787 L93.2836 441.26 Q94.3021 440.912 95.3206 440.75 Q96.3391 440.565 97.3576 440.565 Q103.145 440.565 106.524 443.736 Q109.904 446.908 109.904 452.324 Q109.904 457.903 106.432 461.005 Q102.959 464.084 96.64 464.084 Q94.4641 464.084 92.1956 463.713 Q89.9503 463.343 87.5429 462.602 L87.5429 457.903 Q89.6262 459.037 91.8484 459.593 Q94.0706 460.148 96.5474 460.148 Q100.552 460.148 102.89 458.042 Q105.228 455.935 105.228 452.324 Q105.228 448.713 102.89 446.607 Q100.552 444.5 96.5474 444.5 Q94.6724 444.5 92.7975 444.917 Q90.9456 445.334 89.0012 446.213 L89.0012 428.852 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M143.144 437.949 L132.566 448.574 L143.144 459.153 L140.39 461.954 L129.765 451.329 L119.14 461.954 L116.408 459.153 L126.964 448.574 L116.408 437.949 L119.14 435.149 L129.765 445.774 L140.39 435.149 L143.144 437.949 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M149.024 459.477 L156.663 459.477 L156.663 433.112 L148.353 434.778 L148.353 430.519 L156.617 428.852 L161.292 428.852 L161.292 459.477 L168.931 459.477 L168.931 463.412 L149.024 463.412 L149.024 459.477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M184.001 431.931 Q180.39 431.931 178.561 435.496 Q176.755 439.037 176.755 446.167 Q176.755 453.273 178.561 456.838 Q180.39 460.38 184.001 460.38 Q187.635 460.38 189.44 456.838 Q191.269 453.273 191.269 446.167 Q191.269 439.037 189.44 435.496 Q187.635 431.931 184.001 431.931 M184.001 428.227 Q189.811 428.227 192.866 432.834 Q195.945 437.417 195.945 446.167 Q195.945 454.894 192.866 459.5 Q189.811 464.084 184.001 464.084 Q178.191 464.084 175.112 459.5 Q172.056 454.894 172.056 446.167 Q172.056 437.417 175.112 432.834 Q178.191 428.227 184.001 428.227 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M208.621 411.232 L199.03 426.222 L208.621 426.222 L208.621 411.232 M207.625 407.922 L212.402 407.922 L212.402 426.222 L216.408 426.222 L216.408 429.382 L212.402 429.382 L212.402 436.002 L208.621 436.002 L208.621 429.382 L195.945 429.382 L195.945 425.714 L207.625 407.922 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M56.6171 124.133 L72.9365 124.133 L72.9365 128.069 L50.9921 128.069 L50.9921 124.133 Q53.6541 121.379 58.2375 116.749 Q62.8439 112.097 64.0245 110.754 Q66.2698 108.231 67.1494 106.495 Q68.0522 104.735 68.0522 103.046 Q68.0522 100.291 66.1078 98.5549 Q64.1865 96.8188 61.0847 96.8188 Q58.8856 96.8188 56.4319 97.5827 Q54.0014 98.3466 51.2236 99.8975 L51.2236 95.1753 Q54.0477 94.0411 56.5014 93.4624 Q58.955 92.8837 60.9921 92.8837 Q66.3624 92.8837 69.5568 95.5688 Q72.7513 98.254 72.7513 102.745 Q72.7513 104.874 71.9411 106.796 Q71.1541 108.694 69.0476 111.286 Q68.4689 111.958 65.367 115.175 Q62.2652 118.37 56.6171 124.133 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M78.0059 122.189 L82.8901 122.189 L82.8901 128.069 L78.0059 128.069 L78.0059 122.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M97.9595 96.5873 Q94.3484 96.5873 92.5197 100.152 Q90.7141 103.694 90.7141 110.823 Q90.7141 117.93 92.5197 121.495 Q94.3484 125.036 97.9595 125.036 Q101.594 125.036 103.399 121.495 Q105.228 117.93 105.228 110.823 Q105.228 103.694 103.399 100.152 Q101.594 96.5873 97.9595 96.5873 M97.9595 92.8837 Q103.77 92.8837 106.825 97.4901 Q109.904 102.073 109.904 110.823 Q109.904 119.55 106.825 124.157 Q103.77 128.74 97.9595 128.74 Q92.1493 128.74 89.0706 124.157 Q86.0151 119.55 86.0151 110.823 Q86.0151 102.073 89.0706 97.4901 Q92.1493 92.8837 97.9595 92.8837 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M143.144 102.606 L132.566 113.231 L143.144 123.809 L140.39 126.61 L129.765 115.985 L119.14 126.61 L116.408 123.809 L126.964 113.231 L116.408 102.606 L119.14 99.8049 L129.765 110.43 L140.39 99.8049 L143.144 102.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M149.024 124.133 L156.663 124.133 L156.663 97.7679 L148.353 99.4345 L148.353 95.1753 L156.617 93.5086 L161.292 93.5086 L161.292 124.133 L168.931 124.133 L168.931 128.069 L149.024 128.069 L149.024 124.133 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M184.001 96.5873 Q180.39 96.5873 178.561 100.152 Q176.755 103.694 176.755 110.823 Q176.755 117.93 178.561 121.495 Q180.39 125.036 184.001 125.036 Q187.635 125.036 189.44 121.495 Q191.269 117.93 191.269 110.823 Q191.269 103.694 189.44 100.152 Q187.635 96.5873 184.001 96.5873 M184.001 92.8837 Q189.811 92.8837 192.866 97.4901 Q195.945 102.073 195.945 110.823 Q195.945 119.55 192.866 124.157 Q189.811 128.74 184.001 128.74 Q178.191 128.74 175.112 124.157 Q172.056 119.55 172.056 110.823 Q172.056 102.073 175.112 97.4901 Q178.191 92.8837 184.001 92.8837 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip240)\" d=\"M 0 0 M208.621 75.8884 L199.03 90.8782 L208.621 90.8782 L208.621 75.8884 M207.625 72.5782 L212.402 72.5782 L212.402 90.8782 L216.408 90.8782 L216.408 94.0379 L212.402 94.0379 L212.402 100.658 L208.621 100.658 L208.621 94.0379 L195.945 94.0379 L195.945 90.3704 L207.625 72.5782 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip242)\" d=\"\nM367.931 99.9145 L367.931 1445.72 L405.317 1445.72 L405.317 99.9145 L367.931 99.9145 L367.931 99.9145 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 367.931,99.9145 367.931,1445.72 405.317,1445.72 405.317,99.9145 367.931,99.9145 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM405.317 101.792 L405.317 1445.72 L442.703 1445.72 L442.703 101.792 L405.317 101.792 L405.317 101.792 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 405.317,101.792 405.317,1445.72 442.703,1445.72 442.703,101.792 405.317,101.792 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM442.703 114.871 L442.703 1445.72 L480.089 1445.72 L480.089 114.871 L442.703 114.871 L442.703 114.871 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 442.703,114.871 442.703,1445.72 480.089,1445.72 480.089,114.871 442.703,114.871 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM480.089 96.6952 L480.089 1445.72 L517.475 1445.72 L517.475 96.6952 L480.089 96.6952 L480.089 96.6952 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 480.089,96.6952 480.089,1445.72 517.475,1445.72 517.475,96.6952 480.089,96.6952 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM517.475 99.1768 L517.475 1445.72 L554.861 1445.72 L554.861 99.1768 L517.475 99.1768 L517.475 99.1768 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 517.475,99.1768 517.475,1445.72 554.861,1445.72 554.861,99.1768 517.475,99.1768 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM554.861 100.518 L554.861 1445.72 L592.247 1445.72 L592.247 100.518 L554.861 100.518 L554.861 100.518 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 554.861,100.518 554.861,1445.72 592.247,1445.72 592.247,100.518 554.861,100.518 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM592.247 97.433 L592.247 1445.72 L629.633 1445.72 L629.633 97.433 L592.247 97.433 L592.247 97.433 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 592.247,97.433 592.247,1445.72 629.633,1445.72 629.633,97.433 592.247,97.433 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM629.633 93.543 L629.633 1445.72 L667.019 1445.72 L667.019 93.543 L629.633 93.543 L629.633 93.543 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 629.633,93.543 629.633,1445.72 667.019,1445.72 667.019,93.543 629.633,93.543 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM667.019 106.152 L667.019 1445.72 L704.405 1445.72 L704.405 106.152 L667.019 106.152 L667.019 106.152 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 667.019,106.152 667.019,1445.72 704.405,1445.72 704.405,106.152 667.019,106.152 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM704.405 105.615 L704.405 1445.72 L741.791 1445.72 L741.791 105.615 L704.405 105.615 L704.405 105.615 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 704.405,105.615 704.405,1445.72 741.791,1445.72 741.791,105.615 704.405,105.615 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM741.791 97.2318 L741.791 1445.72 L779.177 1445.72 L779.177 97.2318 L741.791 97.2318 L741.791 97.2318 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 741.791,97.2318 741.791,1445.72 779.177,1445.72 779.177,97.2318 741.791,97.2318 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM779.177 101.994 L779.177 1445.72 L816.563 1445.72 L816.563 101.994 L779.177 101.994 L779.177 101.994 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 779.177,101.994 779.177,1445.72 816.563,1445.72 816.563,101.994 779.177,101.994 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM816.563 91.598 L816.563 1445.72 L853.949 1445.72 L853.949 91.598 L816.563 91.598 L816.563 91.598 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 816.563,91.598 816.563,1445.72 853.949,1445.72 853.949,91.598 816.563,91.598 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM853.949 108.432 L853.949 1445.72 L891.335 1445.72 L891.335 108.432 L853.949 108.432 L853.949 108.432 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 853.949,108.432 853.949,1445.72 891.335,1445.72 891.335,108.432 853.949,108.432 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM891.335 113.462 L891.335 1445.72 L928.721 1445.72 L928.721 113.462 L891.335 113.462 L891.335 113.462 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 891.335,113.462 891.335,1445.72 928.721,1445.72 928.721,113.462 891.335,113.462 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM928.721 101.524 L928.721 1445.72 L966.108 1445.72 L966.108 101.524 L928.721 101.524 L928.721 101.524 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 928.721,101.524 928.721,1445.72 966.108,1445.72 966.108,101.524 928.721,101.524 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM966.108 89.8542 L966.108 1445.72 L1003.49 1445.72 L1003.49 89.8542 L966.108 89.8542 L966.108 89.8542 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 966.108,89.8542 966.108,1445.72 1003.49,1445.72 1003.49,89.8542 966.108,89.8542 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1003.49 100.116 L1003.49 1445.72 L1040.88 1445.72 L1040.88 100.116 L1003.49 100.116 L1003.49 100.116 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1003.49,100.116 1003.49,1445.72 1040.88,1445.72 1040.88,100.116 1003.49,100.116 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1040.88 93.4759 L1040.88 1445.72 L1078.27 1445.72 L1078.27 93.4759 L1040.88 93.4759 L1040.88 93.4759 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1040.88,93.4759 1040.88,1445.72 1078.27,1445.72 1078.27,93.4759 1040.88,93.4759 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1078.27 87.9763 L1078.27 1445.72 L1115.65 1445.72 L1115.65 87.9763 L1078.27 87.9763 L1078.27 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1078.27,87.9763 1078.27,1445.72 1115.65,1445.72 1115.65,87.9763 1078.27,87.9763 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1115.65 111.786 L1115.65 1445.72 L1153.04 1445.72 L1153.04 111.786 L1115.65 111.786 L1115.65 111.786 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1115.65,111.786 1115.65,1445.72 1153.04,1445.72 1153.04,111.786 1115.65,111.786 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1153.04 119.901 L1153.04 1445.72 L1190.42 1445.72 L1190.42 119.901 L1153.04 119.901 L1153.04 119.901 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1153.04,119.901 1153.04,1445.72 1190.42,1445.72 1190.42,119.901 1153.04,119.901 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1190.42 112.658 L1190.42 1445.72 L1227.81 1445.72 L1227.81 112.658 L1190.42 112.658 L1190.42 112.658 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1190.42,112.658 1190.42,1445.72 1227.81,1445.72 1227.81,112.658 1190.42,112.658 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1227.81 107.829 L1227.81 1445.72 L1265.2 1445.72 L1265.2 107.829 L1227.81 107.829 L1227.81 107.829 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1227.81,107.829 1227.81,1445.72 1265.2,1445.72 1265.2,107.829 1227.81,107.829 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1265.2 103.469 L1265.2 1445.72 L1302.58 1445.72 L1302.58 103.469 L1265.2 103.469 L1265.2 103.469 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1265.2,103.469 1265.2,1445.72 1302.58,1445.72 1302.58,103.469 1265.2,103.469 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1302.58 122.651 L1302.58 1445.72 L1339.97 1445.72 L1339.97 122.651 L1302.58 122.651 L1302.58 122.651 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1302.58,122.651 1302.58,1445.72 1339.97,1445.72 1339.97,122.651 1302.58,122.651 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1339.97 100.116 L1339.97 1445.72 L1377.35 1445.72 L1377.35 100.116 L1339.97 100.116 L1339.97 100.116 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1339.97,100.116 1339.97,1445.72 1377.35,1445.72 1377.35,100.116 1339.97,100.116 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1377.35 104.676 L1377.35 1445.72 L1414.74 1445.72 L1414.74 104.676 L1377.35 104.676 L1377.35 104.676 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1377.35,104.676 1377.35,1445.72 1414.74,1445.72 1414.74,104.676 1377.35,104.676 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1414.74 99.1097 L1414.74 1445.72 L1452.13 1445.72 L1452.13 99.1097 L1414.74 99.1097 L1414.74 99.1097 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1414.74,99.1097 1414.74,1445.72 1452.13,1445.72 1452.13,99.1097 1414.74,99.1097 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1452.13 109.103 L1452.13 1445.72 L1489.51 1445.72 L1489.51 109.103 L1452.13 109.103 L1452.13 109.103 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1452.13,109.103 1452.13,1445.72 1489.51,1445.72 1489.51,109.103 1452.13,109.103 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1489.51 123.254 L1489.51 1445.72 L1526.9 1445.72 L1526.9 123.254 L1489.51 123.254 L1489.51 123.254 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1489.51,123.254 1489.51,1445.72 1526.9,1445.72 1526.9,123.254 1489.51,123.254 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1526.9 100.719 L1526.9 1445.72 L1564.28 1445.72 L1564.28 100.719 L1526.9 100.719 L1526.9 100.719 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1526.9,100.719 1526.9,1445.72 1564.28,1445.72 1564.28,100.719 1526.9,100.719 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1564.28 104.945 L1564.28 1445.72 L1601.67 1445.72 L1601.67 104.945 L1564.28 104.945 L1564.28 104.945 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.28,104.945 1564.28,1445.72 1601.67,1445.72 1601.67,104.945 1564.28,104.945 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1601.67 95.1526 L1601.67 1445.72 L1639.06 1445.72 L1639.06 95.1526 L1601.67 95.1526 L1601.67 95.1526 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1601.67,95.1526 1601.67,1445.72 1639.06,1445.72 1639.06,95.1526 1601.67,95.1526 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1639.06 109.774 L1639.06 1445.72 L1676.44 1445.72 L1676.44 109.774 L1639.06 109.774 L1639.06 109.774 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1639.06,109.774 1639.06,1445.72 1676.44,1445.72 1676.44,109.774 1639.06,109.774 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1676.44 111.786 L1676.44 1445.72 L1713.83 1445.72 L1713.83 111.786 L1676.44 111.786 L1676.44 111.786 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1676.44,111.786 1676.44,1445.72 1713.83,1445.72 1713.83,111.786 1676.44,111.786 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1713.83 102.396 L1713.83 1445.72 L1751.21 1445.72 L1751.21 102.396 L1713.83 102.396 L1713.83 102.396 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1713.83,102.396 1713.83,1445.72 1751.21,1445.72 1751.21,102.396 1713.83,102.396 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1751.21 119.297 L1751.21 1445.72 L1788.6 1445.72 L1788.6 119.297 L1751.21 119.297 L1751.21 119.297 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1751.21,119.297 1751.21,1445.72 1788.6,1445.72 1788.6,119.297 1751.21,119.297 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1788.6 97.0976 L1788.6 1445.72 L1825.99 1445.72 L1825.99 97.0976 L1788.6 97.0976 L1788.6 97.0976 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1788.6,97.0976 1788.6,1445.72 1825.99,1445.72 1825.99,97.0976 1788.6,97.0976 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1825.99 104.006 L1825.99 1445.72 L1863.37 1445.72 L1863.37 104.006 L1825.99 104.006 L1825.99 104.006 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1825.99,104.006 1825.99,1445.72 1863.37,1445.72 1863.37,104.006 1825.99,104.006 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1863.37 118.09 L1863.37 1445.72 L1900.76 1445.72 L1900.76 118.09 L1863.37 118.09 L1863.37 118.09 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1863.37,118.09 1863.37,1445.72 1900.76,1445.72 1900.76,118.09 1863.37,118.09 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1900.76 104.14 L1900.76 1445.72 L1938.14 1445.72 L1938.14 104.14 L1900.76 104.14 L1900.76 104.14 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1900.76,104.14 1900.76,1445.72 1938.14,1445.72 1938.14,104.14 1900.76,104.14 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1938.14 104.811 L1938.14 1445.72 L1975.53 1445.72 L1975.53 104.811 L1938.14 104.811 L1938.14 104.811 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1938.14,104.811 1938.14,1445.72 1975.53,1445.72 1975.53,104.811 1938.14,104.811 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM1975.53 102.798 L1975.53 1445.72 L2012.92 1445.72 L2012.92 102.798 L1975.53 102.798 L1975.53 102.798 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.53,102.798 1975.53,1445.72 2012.92,1445.72 2012.92,102.798 1975.53,102.798 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM2012.92 89.5859 L2012.92 1445.72 L2050.3 1445.72 L2050.3 89.5859 L2012.92 89.5859 L2012.92 89.5859 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.92,89.5859 2012.92,1445.72 2050.3,1445.72 2050.3,89.5859 2012.92,89.5859 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM2050.3 93.7442 L2050.3 1445.72 L2087.69 1445.72 L2087.69 93.7442 L2050.3 93.7442 L2050.3 93.7442 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2050.3,93.7442 2050.3,1445.72 2087.69,1445.72 2087.69,93.7442 2050.3,93.7442 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM2087.69 94.8173 L2087.69 1445.72 L2125.07 1445.72 L2125.07 94.8173 L2087.69 94.8173 L2087.69 94.8173 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2087.69,94.8173 2087.69,1445.72 2125.07,1445.72 2125.07,94.8173 2087.69,94.8173 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM2125.07 106.957 L2125.07 1445.72 L2162.46 1445.72 L2162.46 106.957 L2125.07 106.957 L2125.07 106.957 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2125.07,106.957 2125.07,1445.72 2162.46,1445.72 2162.46,106.957 2125.07,106.957 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM2162.46 123.321 L2162.46 1445.72 L2199.85 1445.72 L2199.85 123.321 L2162.46 123.321 L2162.46 123.321 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2162.46,123.321 2162.46,1445.72 2199.85,1445.72 2199.85,123.321 2162.46,123.321 \n \"/>\n<path clip-path=\"url(#clip242)\" d=\"\nM2199.85 117.688 L2199.85 1445.72 L2237.23 1445.72 L2237.23 117.688 L2199.85 117.688 L2199.85 117.688 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip242)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2199.85,117.688 2199.85,1445.72 2237.23,1445.72 2237.23,117.688 2199.85,117.688 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "n, ms = 200, 1.4\nX = rand_orthogonal(n)\nP = scatter(eigvals(X); ms, msc=:auto, size=(520, 500), legend=false)\nH = histogram(angle.(eigvals(X)), bins=range(-π, π, length=51), legend=false)\nY = diagm(exp.(2π*im*rand(n)))\nQ = scatter(eigvals(Y); ms, msc=:auto, size=(520, 500), legend=false)\nK = histogram(angle.(diag(Y)), bins=range(-π, π, length=51), legend=false)\nplot(P, Q, H, K; size=(800, 760))",
"execution_count": 6,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 6,
"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=\"800\" height=\"760\" viewBox=\"0 0 3200 3040\">\n<defs>\n <clipPath id=\"clip280\">\n <rect x=\"0\" y=\"0\" width=\"3200\" height=\"3040\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip280)\" d=\"\nM0 3040 L3200 3040 L3200 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip281\">\n <rect x=\"640\" y=\"160\" width=\"2241\" height=\"2241\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip280)\" d=\"\nM271.118 1335.63 L1552.76 1335.63 L1552.76 47.2441 L271.118 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip282\">\n <rect x=\"271\" y=\"47\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 307.39,1335.63 307.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 609.664,1335.63 609.664,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 911.937,1335.63 911.937,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1214.21,1335.63 1214.21,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1516.48,1335.63 1516.48,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1335.63 1552.76,1335.63 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 307.39,1335.63 307.39,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 609.664,1335.63 609.664,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 911.937,1335.63 911.937,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1214.21,1335.63 1214.21,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1516.48,1335.63 1516.48,1320.17 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M261.175 1385.87 L290.851 1385.87 L290.851 1389.81 L261.175 1389.81 L261.175 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M296.731 1398.76 L304.37 1398.76 L304.37 1372.4 L296.06 1374.07 L296.06 1369.81 L304.323 1368.14 L308.999 1368.14 L308.999 1398.76 L316.638 1398.76 L316.638 1402.7 L296.731 1402.7 L296.731 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M321.708 1396.82 L326.592 1396.82 L326.592 1402.7 L321.708 1402.7 L321.708 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M341.661 1371.22 Q338.05 1371.22 336.221 1374.78 Q334.416 1378.32 334.416 1385.45 Q334.416 1392.56 336.221 1396.13 Q338.05 1399.67 341.661 1399.67 Q345.295 1399.67 347.101 1396.13 Q348.93 1392.56 348.93 1385.45 Q348.93 1378.32 347.101 1374.78 Q345.295 1371.22 341.661 1371.22 M341.661 1367.51 Q347.471 1367.51 350.527 1372.12 Q353.606 1376.7 353.606 1385.45 Q353.606 1394.18 350.527 1398.79 Q347.471 1403.37 341.661 1403.37 Q335.851 1403.37 332.772 1398.79 Q329.717 1394.18 329.717 1385.45 Q329.717 1376.7 332.772 1372.12 Q335.851 1367.51 341.661 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M563.333 1385.87 L593.009 1385.87 L593.009 1389.81 L563.333 1389.81 L563.333 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M608.078 1371.22 Q604.467 1371.22 602.638 1374.78 Q600.833 1378.32 600.833 1385.45 Q600.833 1392.56 602.638 1396.13 Q604.467 1399.67 608.078 1399.67 Q611.712 1399.67 613.518 1396.13 Q615.346 1392.56 615.346 1385.45 Q615.346 1378.32 613.518 1374.78 Q611.712 1371.22 608.078 1371.22 M608.078 1367.51 Q613.888 1367.51 616.944 1372.12 Q620.022 1376.7 620.022 1385.45 Q620.022 1394.18 616.944 1398.79 Q613.888 1403.37 608.078 1403.37 Q602.268 1403.37 599.189 1398.79 Q596.134 1394.18 596.134 1385.45 Q596.134 1376.7 599.189 1372.12 Q602.268 1367.51 608.078 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M625.092 1396.82 L629.976 1396.82 L629.976 1402.7 L625.092 1402.7 L625.092 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M635.092 1368.14 L653.448 1368.14 L653.448 1372.08 L639.374 1372.08 L639.374 1380.55 Q640.393 1380.2 641.411 1380.04 Q642.43 1379.85 643.448 1379.85 Q649.235 1379.85 652.615 1383.02 Q655.994 1386.2 655.994 1391.61 Q655.994 1397.19 652.522 1400.29 Q649.05 1403.37 642.731 1403.37 Q640.555 1403.37 638.286 1403 Q636.041 1402.63 633.633 1401.89 L633.633 1397.19 Q635.717 1398.32 637.939 1398.88 Q640.161 1399.44 642.638 1399.44 Q646.643 1399.44 648.981 1397.33 Q651.319 1395.22 651.319 1391.61 Q651.319 1388 648.981 1385.89 Q646.643 1383.79 642.638 1383.79 Q640.763 1383.79 638.888 1384.2 Q637.036 1384.62 635.092 1385.5 L635.092 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M893.453 1371.22 Q889.842 1371.22 888.013 1374.78 Q886.208 1378.32 886.208 1385.45 Q886.208 1392.56 888.013 1396.13 Q889.842 1399.67 893.453 1399.67 Q897.087 1399.67 898.893 1396.13 Q900.722 1392.56 900.722 1385.45 Q900.722 1378.32 898.893 1374.78 Q897.087 1371.22 893.453 1371.22 M893.453 1367.51 Q899.263 1367.51 902.319 1372.12 Q905.397 1376.7 905.397 1385.45 Q905.397 1394.18 902.319 1398.79 Q899.263 1403.37 893.453 1403.37 Q887.643 1403.37 884.564 1398.79 Q881.509 1394.18 881.509 1385.45 Q881.509 1376.7 884.564 1372.12 Q887.643 1367.51 893.453 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M910.467 1396.82 L915.351 1396.82 L915.351 1402.7 L910.467 1402.7 L910.467 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M930.42 1371.22 Q926.809 1371.22 924.981 1374.78 Q923.175 1378.32 923.175 1385.45 Q923.175 1392.56 924.981 1396.13 Q926.809 1399.67 930.42 1399.67 Q934.055 1399.67 935.86 1396.13 Q937.689 1392.56 937.689 1385.45 Q937.689 1378.32 935.86 1374.78 Q934.055 1371.22 930.42 1371.22 M930.42 1367.51 Q936.231 1367.51 939.286 1372.12 Q942.365 1376.7 942.365 1385.45 Q942.365 1394.18 939.286 1398.79 Q936.231 1403.37 930.42 1403.37 Q924.61 1403.37 921.532 1398.79 Q918.476 1394.18 918.476 1385.45 Q918.476 1376.7 921.532 1372.12 Q924.61 1367.51 930.42 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1196.22 1371.22 Q1192.61 1371.22 1190.78 1374.78 Q1188.98 1378.32 1188.98 1385.45 Q1188.98 1392.56 1190.78 1396.13 Q1192.61 1399.67 1196.22 1399.67 Q1199.86 1399.67 1201.66 1396.13 Q1203.49 1392.56 1203.49 1385.45 Q1203.49 1378.32 1201.66 1374.78 Q1199.86 1371.22 1196.22 1371.22 M1196.22 1367.51 Q1202.03 1367.51 1205.09 1372.12 Q1208.17 1376.7 1208.17 1385.45 Q1208.17 1394.18 1205.09 1398.79 Q1202.03 1403.37 1196.22 1403.37 Q1190.41 1403.37 1187.34 1398.79 Q1184.28 1394.18 1184.28 1385.45 Q1184.28 1376.7 1187.34 1372.12 Q1190.41 1367.51 1196.22 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1213.24 1396.82 L1218.12 1396.82 L1218.12 1402.7 L1213.24 1402.7 L1213.24 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1223.24 1368.14 L1241.59 1368.14 L1241.59 1372.08 L1227.52 1372.08 L1227.52 1380.55 Q1228.54 1380.2 1229.56 1380.04 Q1230.58 1379.85 1231.59 1379.85 Q1237.38 1379.85 1240.76 1383.02 Q1244.14 1386.2 1244.14 1391.61 Q1244.14 1397.19 1240.67 1400.29 Q1237.2 1403.37 1230.88 1403.37 Q1228.7 1403.37 1226.43 1403 Q1224.19 1402.63 1221.78 1401.89 L1221.78 1397.19 Q1223.86 1398.32 1226.08 1398.88 Q1228.31 1399.44 1230.78 1399.44 Q1234.79 1399.44 1237.13 1397.33 Q1239.46 1395.22 1239.46 1391.61 Q1239.46 1388 1237.13 1385.89 Q1234.79 1383.79 1230.78 1383.79 Q1228.91 1383.79 1227.03 1384.2 Q1225.18 1384.62 1223.24 1385.5 L1223.24 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1488.38 1398.76 L1496.02 1398.76 L1496.02 1372.4 L1487.71 1374.07 L1487.71 1369.81 L1495.97 1368.14 L1500.65 1368.14 L1500.65 1398.76 L1508.29 1398.76 L1508.29 1402.7 L1488.38 1402.7 L1488.38 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1513.36 1396.82 L1518.24 1396.82 L1518.24 1402.7 L1513.36 1402.7 L1513.36 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1533.31 1371.22 Q1529.7 1371.22 1527.87 1374.78 Q1526.07 1378.32 1526.07 1385.45 Q1526.07 1392.56 1527.87 1396.13 Q1529.7 1399.67 1533.31 1399.67 Q1536.95 1399.67 1538.75 1396.13 Q1540.58 1392.56 1540.58 1385.45 Q1540.58 1378.32 1538.75 1374.78 Q1536.95 1371.22 1533.31 1371.22 M1533.31 1367.51 Q1539.12 1367.51 1542.18 1372.12 Q1545.26 1376.7 1545.26 1385.45 Q1545.26 1394.18 1542.18 1398.79 Q1539.12 1403.37 1533.31 1403.37 Q1527.5 1403.37 1524.42 1398.79 Q1521.37 1394.18 1521.37 1385.45 Q1521.37 1376.7 1524.42 1372.12 Q1527.5 1367.51 1533.31 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M860.868 1470.21 Q862.937 1470.91 864.878 1473.2 Q866.852 1475.5 868.825 1479.51 L875.35 1492.49 L868.443 1492.49 L862.364 1480.3 Q860.009 1475.53 857.781 1473.97 Q855.584 1472.41 851.765 1472.41 L844.763 1472.41 L844.763 1492.49 L838.333 1492.49 L838.333 1444.97 L852.847 1444.97 Q860.995 1444.97 865.006 1448.38 Q869.016 1451.78 869.016 1458.66 Q869.016 1463.15 866.915 1466.11 Q864.846 1469.07 860.868 1470.21 M844.763 1450.26 L844.763 1467.12 L852.847 1467.12 Q857.494 1467.12 859.849 1464.99 Q862.237 1462.83 862.237 1458.66 Q862.237 1454.49 859.849 1452.39 Q857.494 1450.26 852.847 1450.26 L844.763 1450.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M909.056 1473.2 L909.056 1476.07 L882.129 1476.07 Q882.511 1482.12 885.758 1485.3 Q889.036 1488.45 894.861 1488.45 Q898.235 1488.45 901.386 1487.62 Q904.568 1486.79 907.688 1485.14 L907.688 1490.68 Q904.537 1492.01 901.227 1492.71 Q897.916 1493.41 894.511 1493.41 Q885.981 1493.41 880.984 1488.45 Q876.018 1483.48 876.018 1475.02 Q876.018 1466.27 880.729 1461.14 Q885.471 1455.98 893.492 1455.98 Q900.685 1455.98 904.855 1460.63 Q909.056 1465.25 909.056 1473.2 M903.2 1471.49 Q903.136 1466.68 900.494 1463.81 Q897.885 1460.95 893.556 1460.95 Q888.654 1460.95 885.694 1463.72 Q882.766 1466.49 882.32 1471.52 L903.2 1471.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M929.267 1443.03 Q925.002 1450.35 922.934 1457.51 Q920.865 1464.67 920.865 1472.03 Q920.865 1479.38 922.934 1486.6 Q925.034 1493.8 929.267 1501.09 L924.175 1501.09 Q919.401 1493.61 917.013 1486.38 Q914.658 1479.16 914.658 1472.03 Q914.658 1464.93 917.013 1457.74 Q919.369 1450.54 924.175 1443.03 L929.267 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M965.043 1456.84 L952.152 1474.19 L965.711 1492.49 L958.804 1492.49 L948.428 1478.49 L938.052 1492.49 L931.145 1492.49 L944.991 1473.84 L932.323 1456.84 L939.23 1456.84 L948.683 1469.54 L958.136 1456.84 L965.043 1456.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M970.931 1443.03 L976.024 1443.03 Q980.798 1450.54 983.153 1457.74 Q985.54 1464.93 985.54 1472.03 Q985.54 1479.16 983.153 1486.38 Q980.798 1493.61 976.024 1501.09 L970.931 1501.09 Q975.164 1493.8 977.233 1486.6 Q979.334 1479.38 979.334 1472.03 Q979.334 1464.67 977.233 1457.51 Q975.164 1450.35 970.931 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,1299.17 1552.76,1299.17 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,995.303 1552.76,995.303 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,691.436 1552.76,691.436 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,387.569 1552.76,387.569 \n \"/>\n<polyline clip-path=\"url(#clip282)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,83.7025 1552.76,83.7025 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1335.63 271.118,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1299.17 286.497,1299.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,995.303 286.497,995.303 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,691.436 286.497,691.436 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,387.569 286.497,387.569 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,83.7025 286.497,83.7025 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M130.688 1299.62 L160.363 1299.62 L160.363 1303.56 L130.688 1303.56 L130.688 1299.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M166.243 1312.51 L173.882 1312.51 L173.882 1286.15 L165.572 1287.82 L165.572 1283.56 L173.836 1281.89 L178.511 1281.89 L178.511 1312.51 L186.15 1312.51 L186.15 1316.45 L166.243 1316.45 L166.243 1312.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M191.22 1310.57 L196.104 1310.57 L196.104 1316.45 L191.22 1316.45 L191.22 1310.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M211.173 1284.97 Q207.562 1284.97 205.734 1288.53 Q203.928 1292.07 203.928 1299.2 Q203.928 1306.31 205.734 1309.88 Q207.562 1313.42 211.173 1313.42 Q214.808 1313.42 216.613 1309.88 Q218.442 1306.31 218.442 1299.2 Q218.442 1292.07 216.613 1288.53 Q214.808 1284.97 211.173 1284.97 M211.173 1281.26 Q216.983 1281.26 220.039 1285.87 Q223.118 1290.45 223.118 1299.2 Q223.118 1307.93 220.039 1312.54 Q216.983 1317.12 211.173 1317.12 Q205.363 1317.12 202.284 1312.54 Q199.229 1307.93 199.229 1299.2 Q199.229 1290.45 202.284 1285.87 Q205.363 1281.26 211.173 1281.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M130.456 995.754 L160.132 995.754 L160.132 999.689 L130.456 999.689 L130.456 995.754 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M175.201 981.101 Q171.59 981.101 169.762 984.666 Q167.956 988.208 167.956 995.337 Q167.956 1002.44 169.762 1006.01 Q171.59 1009.55 175.201 1009.55 Q178.836 1009.55 180.641 1006.01 Q182.47 1002.44 182.47 995.337 Q182.47 988.208 180.641 984.666 Q178.836 981.101 175.201 981.101 M175.201 977.398 Q181.011 977.398 184.067 982.004 Q187.146 986.588 187.146 995.337 Q187.146 1004.06 184.067 1008.67 Q181.011 1013.25 175.201 1013.25 Q169.391 1013.25 166.312 1008.67 Q163.257 1004.06 163.257 995.337 Q163.257 986.588 166.312 982.004 Q169.391 977.398 175.201 977.398 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M192.215 1006.7 L197.099 1006.7 L197.099 1012.58 L192.215 1012.58 L192.215 1006.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M202.215 978.023 L220.571 978.023 L220.571 981.958 L206.497 981.958 L206.497 990.43 Q207.516 990.083 208.534 989.921 Q209.553 989.736 210.571 989.736 Q216.358 989.736 219.738 992.907 Q223.118 996.078 223.118 1001.49 Q223.118 1007.07 219.645 1010.18 Q216.173 1013.25 209.854 1013.25 Q207.678 1013.25 205.409 1012.88 Q203.164 1012.51 200.757 1011.77 L200.757 1007.07 Q202.84 1008.21 205.062 1008.76 Q207.284 1009.32 209.761 1009.32 Q213.766 1009.32 216.104 1007.21 Q218.442 1005.11 218.442 1001.49 Q218.442 997.884 216.104 995.777 Q213.766 993.671 209.761 993.671 Q207.886 993.671 206.011 994.087 Q204.159 994.504 202.215 995.384 L202.215 978.023 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M174.206 677.235 Q170.595 677.235 168.766 680.799 Q166.961 684.341 166.961 691.471 Q166.961 698.577 168.766 702.142 Q170.595 705.684 174.206 705.684 Q177.84 705.684 179.646 702.142 Q181.474 698.577 181.474 691.471 Q181.474 684.341 179.646 680.799 Q177.84 677.235 174.206 677.235 M174.206 673.531 Q180.016 673.531 183.072 678.137 Q186.15 682.721 186.15 691.471 Q186.15 700.198 183.072 704.804 Q180.016 709.387 174.206 709.387 Q168.396 709.387 165.317 704.804 Q162.262 700.198 162.262 691.471 Q162.262 682.721 165.317 678.137 Q168.396 673.531 174.206 673.531 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M191.22 702.836 L196.104 702.836 L196.104 708.716 L191.22 708.716 L191.22 702.836 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M211.173 677.235 Q207.562 677.235 205.734 680.799 Q203.928 684.341 203.928 691.471 Q203.928 698.577 205.734 702.142 Q207.562 705.684 211.173 705.684 Q214.808 705.684 216.613 702.142 Q218.442 698.577 218.442 691.471 Q218.442 684.341 216.613 680.799 Q214.808 677.235 211.173 677.235 M211.173 673.531 Q216.983 673.531 220.039 678.137 Q223.118 682.721 223.118 691.471 Q223.118 700.198 220.039 704.804 Q216.983 709.387 211.173 709.387 Q205.363 709.387 202.284 704.804 Q199.229 700.198 199.229 691.471 Q199.229 682.721 202.284 678.137 Q205.363 673.531 211.173 673.531 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M175.201 373.368 Q171.59 373.368 169.762 376.933 Q167.956 380.474 167.956 387.604 Q167.956 394.71 169.762 398.275 Q171.59 401.817 175.201 401.817 Q178.836 401.817 180.641 398.275 Q182.47 394.71 182.47 387.604 Q182.47 380.474 180.641 376.933 Q178.836 373.368 175.201 373.368 M175.201 369.664 Q181.011 369.664 184.067 374.271 Q187.146 378.854 187.146 387.604 Q187.146 396.331 184.067 400.937 Q181.011 405.521 175.201 405.521 Q169.391 405.521 166.312 400.937 Q163.257 396.331 163.257 387.604 Q163.257 378.854 166.312 374.271 Q169.391 369.664 175.201 369.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M192.215 398.97 L197.099 398.97 L197.099 404.849 L192.215 404.849 L192.215 398.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M202.215 370.289 L220.571 370.289 L220.571 374.224 L206.497 374.224 L206.497 382.697 Q207.516 382.349 208.534 382.187 Q209.553 382.002 210.571 382.002 Q216.358 382.002 219.738 385.173 Q223.118 388.345 223.118 393.761 Q223.118 399.34 219.645 402.442 Q216.173 405.521 209.854 405.521 Q207.678 405.521 205.409 405.15 Q203.164 404.78 200.757 404.039 L200.757 399.34 Q202.84 400.474 205.062 401.03 Q207.284 401.585 209.761 401.585 Q213.766 401.585 216.104 399.479 Q218.442 397.372 218.442 393.761 Q218.442 390.15 216.104 388.044 Q213.766 385.937 209.761 385.937 Q207.886 385.937 206.011 386.354 Q204.159 386.771 202.215 387.65 L202.215 370.289 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M166.243 97.0473 L173.882 97.0473 L173.882 70.6817 L165.572 72.3484 L165.572 68.0891 L173.836 66.4225 L178.511 66.4225 L178.511 97.0473 L186.15 97.0473 L186.15 100.982 L166.243 100.982 L166.243 97.0473 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M191.22 95.1029 L196.104 95.1029 L196.104 100.982 L191.22 100.982 L191.22 95.1029 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M211.173 69.5011 Q207.562 69.5011 205.734 73.0659 Q203.928 76.6076 203.928 83.7372 Q203.928 90.8436 205.734 94.4084 Q207.562 97.9501 211.173 97.9501 Q214.808 97.9501 216.613 94.4084 Q218.442 90.8436 218.442 83.7372 Q218.442 76.6076 216.613 73.0659 Q214.808 69.5011 211.173 69.5011 M211.173 65.7975 Q216.983 65.7975 220.039 70.4039 Q223.118 74.9872 223.118 83.7372 Q223.118 92.464 220.039 97.0704 Q216.983 101.654 211.173 101.654 Q205.363 101.654 202.284 97.0704 Q199.229 92.464 199.229 83.7372 Q199.229 74.9872 202.284 70.4039 Q205.363 65.7975 211.173 65.7975 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M20.6802 761.873 L20.6802 755.443 L68.2002 755.443 L68.2002 761.873 L20.6802 761.873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M39.3953 721.546 Q35.4486 719.35 33.5707 716.294 Q31.6928 713.239 31.6928 709.101 Q31.6928 703.531 35.6077 700.507 Q39.4908 697.483 46.6841 697.483 L68.2002 697.483 L68.2002 703.372 L46.875 703.372 Q41.7506 703.372 39.268 705.186 Q36.7854 707 36.7854 710.724 Q36.7854 715.276 39.8091 717.917 Q42.8328 720.559 48.0527 720.559 L68.2002 720.559 L68.2002 726.447 L46.875 726.447 Q41.7188 726.447 39.268 728.262 Q36.7854 730.076 36.7854 733.863 Q36.7854 738.351 39.8409 740.993 Q42.8646 743.635 48.0527 743.635 L68.2002 743.635 L68.2002 749.523 L32.5522 749.523 L32.5522 743.635 L38.0904 743.635 Q34.812 741.63 33.2524 738.829 Q31.6928 736.028 31.6928 732.176 Q31.6928 728.293 33.6662 725.588 Q35.6396 722.851 39.3953 721.546 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M18.7386 677.272 Q26.0592 681.537 33.2206 683.606 Q40.382 685.675 47.7344 685.675 Q55.0868 685.675 62.3119 683.606 Q69.5051 681.505 76.7939 677.272 L76.7939 682.365 Q69.3142 687.139 62.0891 689.526 Q54.864 691.882 47.7344 691.882 Q40.6366 691.882 33.4434 689.526 Q26.2502 687.171 18.7386 682.365 L18.7386 677.272 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M32.5522 641.497 L49.8988 654.388 L68.2002 640.829 L68.2002 647.735 L54.1956 658.112 L68.2002 668.488 L68.2002 675.394 L49.5486 661.549 L32.5522 674.217 L32.5522 667.31 L45.2518 657.857 L32.5522 648.404 L32.5522 641.497 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M18.7386 635.609 L18.7386 630.516 Q26.2502 625.742 33.4434 623.387 Q40.6366 620.999 47.7344 620.999 Q54.864 620.999 62.0891 623.387 Q69.3142 625.742 76.7939 630.516 L76.7939 635.609 Q69.5051 631.376 62.3119 629.307 Q55.0868 627.206 47.7344 627.206 Q40.382 627.206 33.2206 629.307 Q26.0592 631.376 18.7386 635.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip282)\" cx=\"307.39\" cy=\"691.436\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"307.455\" cy=\"700.308\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"307.455\" cy=\"682.564\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"308.099\" cy=\"720.841\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"308.099\" cy=\"662.031\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"310.221\" cy=\"750.181\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"310.221\" cy=\"632.691\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"312.98\" cy=\"773.887\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"312.98\" cy=\"608.985\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"314.263\" cy=\"782.81\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"314.263\" cy=\"600.062\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"317.573\" cy=\"802.506\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"317.573\" cy=\"580.366\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"323.915\" cy=\"832.556\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"323.915\" cy=\"550.316\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"325.68\" cy=\"839.792\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"325.68\" cy=\"543.08\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"330.627\" cy=\"858.308\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"330.627\" cy=\"524.564\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"333.021\" cy=\"866.516\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"333.021\" cy=\"516.356\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"341.857\" cy=\"893.707\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"341.857\" cy=\"489.165\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"344.41\" cy=\"900.837\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"344.41\" cy=\"482.035\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"353.386\" cy=\"923.949\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"353.386\" cy=\"458.923\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"361.458\" cy=\"942.653\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"361.458\" cy=\"440.219\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"371.754\" cy=\"964.305\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"371.754\" cy=\"418.567\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"377.127\" cy=\"974.8\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"377.127\" cy=\"408.072\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"384.548\" cy=\"988.523\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"384.548\" cy=\"394.349\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"394.023\" cy=\"1004.92\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"394.023\" cy=\"377.956\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"405.48\" cy=\"1023.29\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"405.48\" cy=\"359.577\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"433\" cy=\"1062.29\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"433\" cy=\"320.579\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"437.062\" cy=\"1067.53\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"437.062\" cy=\"315.338\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"447.654\" cy=\"1080.67\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"447.654\" cy=\"302.203\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"457.812\" cy=\"1092.6\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"457.812\" cy=\"290.275\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"466.585\" cy=\"1102.42\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"466.585\" cy=\"280.455\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"474.607\" cy=\"1111.03\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"474.607\" cy=\"271.84\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"491.235\" cy=\"1127.87\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"491.235\" cy=\"254.997\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"510.35\" cy=\"1145.71\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"510.35\" cy=\"237.163\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"529.081\" cy=\"1161.77\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"529.081\" cy=\"221.104\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"543.655\" cy=\"1173.38\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"543.655\" cy=\"209.487\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"556.925\" cy=\"1183.34\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"556.925\" cy=\"199.527\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"580.938\" cy=\"1199.98\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"580.938\" cy=\"182.887\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"583.699\" cy=\"1201.79\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"583.699\" cy=\"181.082\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"606.345\" cy=\"1215.81\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"606.345\" cy=\"167.064\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"622.414\" cy=\"1224.94\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"622.414\" cy=\"157.928\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"639.373\" cy=\"1233.9\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"639.373\" cy=\"148.975\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"671.182\" cy=\"1248.9\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"671.182\" cy=\"133.973\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"687.565\" cy=\"1255.76\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"687.565\" cy=\"127.109\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"692.54\" cy=\"1257.74\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"692.54\" cy=\"125.136\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"707.405\" cy=\"1263.33\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"707.405\" cy=\"119.54\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"730.894\" cy=\"1271.28\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"730.894\" cy=\"111.594\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"756.026\" cy=\"1278.61\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"756.026\" cy=\"104.261\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"762.763\" cy=\"1280.38\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"762.763\" cy=\"102.495\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"771.666\" cy=\"1282.58\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"771.666\" cy=\"100.288\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"792.423\" cy=\"1287.18\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"792.423\" cy=\"95.6965\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"823.128\" cy=\"1292.58\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"823.128\" cy=\"90.2957\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"834.161\" cy=\"1294.12\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"834.161\" cy=\"88.7528\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"845.62\" cy=\"1295.5\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"845.62\" cy=\"87.3701\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"862.669\" cy=\"1297.15\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"862.669\" cy=\"85.7239\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"885.58\" cy=\"1298.59\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"885.58\" cy=\"84.2803\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"909.405\" cy=\"1299.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"909.405\" cy=\"83.7078\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"917.226\" cy=\"1299.15\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"917.226\" cy=\"83.7257\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"951.496\" cy=\"1297.87\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"951.496\" cy=\"85.005\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"966.279\" cy=\"1296.71\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"966.279\" cy=\"86.1627\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"976.442\" cy=\"1295.7\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"976.442\" cy=\"87.1718\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1003.48\" cy=\"1292.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1003.48\" cy=\"90.7103\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1020.86\" cy=\"1289.22\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1020.86\" cy=\"93.6475\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1031.08\" cy=\"1287.25\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1031.08\" cy=\"95.622\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1069.58\" cy=\"1278.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1069.58\" cy=\"104.729\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1080.46\" cy=\"1275.08\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1080.46\" cy=\"107.792\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1087.01\" cy=\"1273.13\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1087.01\" cy=\"109.746\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1102.94\" cy=\"1268.04\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1102.94\" cy=\"114.831\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1130.34\" cy=\"1258.12\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1130.34\" cy=\"124.748\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1146.51\" cy=\"1251.55\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1146.51\" cy=\"131.317\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1161.71\" cy=\"1244.88\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1161.71\" cy=\"137.997\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1190.66\" cy=\"1230.73\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1190.66\" cy=\"152.145\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1209\" cy=\"1220.74\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1209\" cy=\"162.134\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1212.11\" cy=\"1218.96\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1212.11\" cy=\"163.909\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1229.99\" cy=\"1208.27\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1229.99\" cy=\"174.604\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1247.13\" cy=\"1197.2\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1247.13\" cy=\"185.668\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1256.9\" cy=\"1190.52\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1256.9\" cy=\"192.355\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1283.69\" cy=\"1170.69\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1283.69\" cy=\"212.185\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1288.76\" cy=\"1166.67\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1288.76\" cy=\"216.206\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1315.21\" cy=\"1144.2\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1315.21\" cy=\"238.674\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1320.47\" cy=\"1139.4\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1320.47\" cy=\"243.471\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1327.79\" cy=\"1132.55\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1327.79\" cy=\"250.326\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1346.38\" cy=\"1114.05\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1346.38\" cy=\"268.822\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1351.52\" cy=\"1108.65\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1351.52\" cy=\"274.221\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1369.92\" cy=\"1088.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1369.92\" cy=\"294.735\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1388.68\" cy=\"1065.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1388.68\" cy=\"317.735\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1401.59\" cy=\"1047.87\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1401.59\" cy=\"335.005\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1406.31\" cy=\"1041.22\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1406.31\" cy=\"341.653\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1413.09\" cy=\"1031.34\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1413.09\" cy=\"351.534\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1427.35\" cy=\"1009.06\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1427.35\" cy=\"373.811\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1434.76\" cy=\"996.569\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1434.76\" cy=\"386.303\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1446.4\" cy=\"975.465\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1446.4\" cy=\"407.407\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1455.28\" cy=\"957.885\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1455.28\" cy=\"424.987\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1460.46\" cy=\"946.94\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1460.46\" cy=\"435.932\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1471.68\" cy=\"921.041\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1471.68\" cy=\"461.831\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1477.81\" cy=\"905.304\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1477.81\" cy=\"477.568\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1481.45\" cy=\"895.315\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1481.45\" cy=\"487.557\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1492.7\" cy=\"860.223\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1492.7\" cy=\"522.649\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1495.43\" cy=\"850.416\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1495.43\" cy=\"532.456\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1501.09\" cy=\"827.718\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1501.09\" cy=\"555.154\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1505.14\" cy=\"808.628\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1505.14\" cy=\"574.244\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1509.74\" cy=\"781.942\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1509.74\" cy=\"600.93\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1511.82\" cy=\"766.804\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1511.82\" cy=\"616.068\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1513\" cy=\"756.612\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1513\" cy=\"626.26\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1515.1\" cy=\"732.569\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1515.1\" cy=\"650.303\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1516.22\" cy=\"709.519\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1516.22\" cy=\"673.353\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip282)\" cx=\"1516.48\" cy=\"691.436\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<path clip-path=\"url(#clip280)\" d=\"\nM1871.12 1335.63 L3152.76 1335.63 L3152.76 47.2441 L1871.12 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip283\">\n <rect x=\"1871\" y=\"47\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1907.39,1335.63 1907.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2209.66,1335.63 2209.66,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2511.94,1335.63 2511.94,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2814.22,1335.63 2814.22,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3116.5,1335.63 3116.5,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1335.63 3152.76,1335.63 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1907.39,1335.63 1907.39,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2209.66,1335.63 2209.66,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2511.94,1335.63 2511.94,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2814.22,1335.63 2814.22,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3116.5,1335.63 3116.5,1320.17 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M1861.17 1385.87 L1890.85 1385.87 L1890.85 1389.81 L1861.17 1389.81 L1861.17 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1896.73 1398.76 L1904.37 1398.76 L1904.37 1372.4 L1896.06 1374.07 L1896.06 1369.81 L1904.32 1368.14 L1908.99 1368.14 L1908.99 1398.76 L1916.63 1398.76 L1916.63 1402.7 L1896.73 1402.7 L1896.73 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1921.7 1396.82 L1926.59 1396.82 L1926.59 1402.7 L1921.7 1402.7 L1921.7 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1941.66 1371.22 Q1938.05 1371.22 1936.22 1374.78 Q1934.41 1378.32 1934.41 1385.45 Q1934.41 1392.56 1936.22 1396.13 Q1938.05 1399.67 1941.66 1399.67 Q1945.29 1399.67 1947.1 1396.13 Q1948.93 1392.56 1948.93 1385.45 Q1948.93 1378.32 1947.1 1374.78 Q1945.29 1371.22 1941.66 1371.22 M1941.66 1367.51 Q1947.47 1367.51 1950.52 1372.12 Q1953.6 1376.7 1953.6 1385.45 Q1953.6 1394.18 1950.52 1398.79 Q1947.47 1403.37 1941.66 1403.37 Q1935.85 1403.37 1932.77 1398.79 Q1929.71 1394.18 1929.71 1385.45 Q1929.71 1376.7 1932.77 1372.12 Q1935.85 1367.51 1941.66 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2163.33 1385.87 L2193.01 1385.87 L2193.01 1389.81 L2163.33 1389.81 L2163.33 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2208.08 1371.22 Q2204.47 1371.22 2202.64 1374.78 Q2200.83 1378.32 2200.83 1385.45 Q2200.83 1392.56 2202.64 1396.13 Q2204.47 1399.67 2208.08 1399.67 Q2211.71 1399.67 2213.52 1396.13 Q2215.35 1392.56 2215.35 1385.45 Q2215.35 1378.32 2213.52 1374.78 Q2211.71 1371.22 2208.08 1371.22 M2208.08 1367.51 Q2213.89 1367.51 2216.94 1372.12 Q2220.02 1376.7 2220.02 1385.45 Q2220.02 1394.18 2216.94 1398.79 Q2213.89 1403.37 2208.08 1403.37 Q2202.27 1403.37 2199.19 1398.79 Q2196.13 1394.18 2196.13 1385.45 Q2196.13 1376.7 2199.19 1372.12 Q2202.27 1367.51 2208.08 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2225.09 1396.82 L2229.98 1396.82 L2229.98 1402.7 L2225.09 1402.7 L2225.09 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2235.09 1368.14 L2253.45 1368.14 L2253.45 1372.08 L2239.38 1372.08 L2239.38 1380.55 Q2240.39 1380.2 2241.41 1380.04 Q2242.43 1379.85 2243.45 1379.85 Q2249.24 1379.85 2252.62 1383.02 Q2256 1386.2 2256 1391.61 Q2256 1397.19 2252.52 1400.29 Q2249.05 1403.37 2242.73 1403.37 Q2240.56 1403.37 2238.29 1403 Q2236.04 1402.63 2233.63 1401.89 L2233.63 1397.19 Q2235.72 1398.32 2237.94 1398.88 Q2240.16 1399.44 2242.64 1399.44 Q2246.64 1399.44 2248.98 1397.33 Q2251.32 1395.22 2251.32 1391.61 Q2251.32 1388 2248.98 1385.89 Q2246.64 1383.79 2242.64 1383.79 Q2240.76 1383.79 2238.89 1384.2 Q2237.04 1384.62 2235.09 1385.5 L2235.09 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2493.46 1371.22 Q2489.85 1371.22 2488.02 1374.78 Q2486.21 1378.32 2486.21 1385.45 Q2486.21 1392.56 2488.02 1396.13 Q2489.85 1399.67 2493.46 1399.67 Q2497.09 1399.67 2498.9 1396.13 Q2500.73 1392.56 2500.73 1385.45 Q2500.73 1378.32 2498.9 1374.78 Q2497.09 1371.22 2493.46 1371.22 M2493.46 1367.51 Q2499.27 1367.51 2502.33 1372.12 Q2505.4 1376.7 2505.4 1385.45 Q2505.4 1394.18 2502.33 1398.79 Q2499.27 1403.37 2493.46 1403.37 Q2487.65 1403.37 2484.57 1398.79 Q2481.52 1394.18 2481.52 1385.45 Q2481.52 1376.7 2484.57 1372.12 Q2487.65 1367.51 2493.46 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2510.47 1396.82 L2515.36 1396.82 L2515.36 1402.7 L2510.47 1402.7 L2510.47 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2530.43 1371.22 Q2526.82 1371.22 2524.99 1374.78 Q2523.18 1378.32 2523.18 1385.45 Q2523.18 1392.56 2524.99 1396.13 Q2526.82 1399.67 2530.43 1399.67 Q2534.06 1399.67 2535.87 1396.13 Q2537.7 1392.56 2537.7 1385.45 Q2537.7 1378.32 2535.87 1374.78 Q2534.06 1371.22 2530.43 1371.22 M2530.43 1367.51 Q2536.24 1367.51 2539.29 1372.12 Q2542.37 1376.7 2542.37 1385.45 Q2542.37 1394.18 2539.29 1398.79 Q2536.24 1403.37 2530.43 1403.37 Q2524.62 1403.37 2521.54 1398.79 Q2518.48 1394.18 2518.48 1385.45 Q2518.48 1376.7 2521.54 1372.12 Q2524.62 1367.51 2530.43 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2796.24 1371.22 Q2792.63 1371.22 2790.8 1374.78 Q2788.99 1378.32 2788.99 1385.45 Q2788.99 1392.56 2790.8 1396.13 Q2792.63 1399.67 2796.24 1399.67 Q2799.87 1399.67 2801.68 1396.13 Q2803.5 1392.56 2803.5 1385.45 Q2803.5 1378.32 2801.68 1374.78 Q2799.87 1371.22 2796.24 1371.22 M2796.24 1367.51 Q2802.05 1367.51 2805.1 1372.12 Q2808.18 1376.7 2808.18 1385.45 Q2808.18 1394.18 2805.1 1398.79 Q2802.05 1403.37 2796.24 1403.37 Q2790.43 1403.37 2787.35 1398.79 Q2784.29 1394.18 2784.29 1385.45 Q2784.29 1376.7 2787.35 1372.12 Q2790.43 1367.51 2796.24 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2813.25 1396.82 L2818.13 1396.82 L2818.13 1402.7 L2813.25 1402.7 L2813.25 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2823.25 1368.14 L2841.61 1368.14 L2841.61 1372.08 L2827.53 1372.08 L2827.53 1380.55 Q2828.55 1380.2 2829.57 1380.04 Q2830.59 1379.85 2831.61 1379.85 Q2837.39 1379.85 2840.77 1383.02 Q2844.15 1386.2 2844.15 1391.61 Q2844.15 1397.19 2840.68 1400.29 Q2837.21 1403.37 2830.89 1403.37 Q2828.71 1403.37 2826.44 1403 Q2824.2 1402.63 2821.79 1401.89 L2821.79 1397.19 Q2823.87 1398.32 2826.1 1398.88 Q2828.32 1399.44 2830.8 1399.44 Q2834.8 1399.44 2837.14 1397.33 Q2839.48 1395.22 2839.48 1391.61 Q2839.48 1388 2837.14 1385.89 Q2834.8 1383.79 2830.8 1383.79 Q2828.92 1383.79 2827.05 1384.2 Q2825.19 1384.62 2823.25 1385.5 L2823.25 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M3088.4 1398.76 L3096.04 1398.76 L3096.04 1372.4 L3087.73 1374.07 L3087.73 1369.81 L3095.99 1368.14 L3100.67 1368.14 L3100.67 1398.76 L3108.31 1398.76 L3108.31 1402.7 L3088.4 1402.7 L3088.4 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M3113.38 1396.82 L3118.26 1396.82 L3118.26 1402.7 L3113.38 1402.7 L3113.38 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M3133.33 1371.22 Q3129.72 1371.22 3127.89 1374.78 Q3126.08 1378.32 3126.08 1385.45 Q3126.08 1392.56 3127.89 1396.13 Q3129.72 1399.67 3133.33 1399.67 Q3136.96 1399.67 3138.77 1396.13 Q3140.6 1392.56 3140.6 1385.45 Q3140.6 1378.32 3138.77 1374.78 Q3136.96 1371.22 3133.33 1371.22 M3133.33 1367.51 Q3139.14 1367.51 3142.2 1372.12 Q3145.27 1376.7 3145.27 1385.45 Q3145.27 1394.18 3142.2 1398.79 Q3139.14 1403.37 3133.33 1403.37 Q3127.52 1403.37 3124.44 1398.79 Q3121.39 1394.18 3121.39 1385.45 Q3121.39 1376.7 3124.44 1372.12 Q3127.52 1367.51 3133.33 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2460.87 1470.21 Q2462.94 1470.91 2464.88 1473.2 Q2466.85 1475.5 2468.83 1479.51 L2475.35 1492.49 L2468.44 1492.49 L2462.36 1480.3 Q2460.01 1475.53 2457.78 1473.97 Q2455.58 1472.41 2451.76 1472.41 L2444.76 1472.41 L2444.76 1492.49 L2438.33 1492.49 L2438.33 1444.97 L2452.85 1444.97 Q2461 1444.97 2465.01 1448.38 Q2469.02 1451.78 2469.02 1458.66 Q2469.02 1463.15 2466.92 1466.11 Q2464.85 1469.07 2460.87 1470.21 M2444.76 1450.26 L2444.76 1467.12 L2452.85 1467.12 Q2457.49 1467.12 2459.85 1464.99 Q2462.24 1462.83 2462.24 1458.66 Q2462.24 1454.49 2459.85 1452.39 Q2457.49 1450.26 2452.85 1450.26 L2444.76 1450.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2509.06 1473.2 L2509.06 1476.07 L2482.13 1476.07 Q2482.51 1482.12 2485.76 1485.3 Q2489.04 1488.45 2494.86 1488.45 Q2498.23 1488.45 2501.39 1487.62 Q2504.57 1486.79 2507.69 1485.14 L2507.69 1490.68 Q2504.54 1492.01 2501.23 1492.71 Q2497.92 1493.41 2494.51 1493.41 Q2485.98 1493.41 2480.98 1488.45 Q2476.02 1483.48 2476.02 1475.02 Q2476.02 1466.27 2480.73 1461.14 Q2485.47 1455.98 2493.49 1455.98 Q2500.69 1455.98 2504.85 1460.63 Q2509.06 1465.25 2509.06 1473.2 M2503.2 1471.49 Q2503.14 1466.68 2500.49 1463.81 Q2497.88 1460.95 2493.56 1460.95 Q2488.65 1460.95 2485.69 1463.72 Q2482.77 1466.49 2482.32 1471.52 L2503.2 1471.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2529.27 1443.03 Q2525 1450.35 2522.93 1457.51 Q2520.86 1464.67 2520.86 1472.03 Q2520.86 1479.38 2522.93 1486.6 Q2525.03 1493.8 2529.27 1501.09 L2524.17 1501.09 Q2519.4 1493.61 2517.01 1486.38 Q2514.66 1479.16 2514.66 1472.03 Q2514.66 1464.93 2517.01 1457.74 Q2519.37 1450.54 2524.17 1443.03 L2529.27 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2565.04 1456.84 L2552.15 1474.19 L2565.71 1492.49 L2558.8 1492.49 L2548.43 1478.49 L2538.05 1492.49 L2531.15 1492.49 L2544.99 1473.84 L2532.32 1456.84 L2539.23 1456.84 L2548.68 1469.54 L2558.14 1456.84 L2565.04 1456.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2570.93 1443.03 L2576.02 1443.03 Q2580.8 1450.54 2583.15 1457.74 Q2585.54 1464.93 2585.54 1472.03 Q2585.54 1479.16 2583.15 1486.38 Q2580.8 1493.61 2576.02 1501.09 L2570.93 1501.09 Q2575.16 1493.8 2577.23 1486.6 Q2579.33 1479.38 2579.33 1472.03 Q2579.33 1464.67 2577.23 1457.51 Q2575.16 1450.35 2570.93 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,1299.34 3152.76,1299.34 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,995.429 3152.76,995.429 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,691.516 3152.76,691.516 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,387.603 3152.76,387.603 \n \"/>\n<polyline clip-path=\"url(#clip283)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,83.6907 3152.76,83.6907 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1335.63 1871.12,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1299.34 1886.5,1299.34 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,995.429 1886.5,995.429 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,691.516 1886.5,691.516 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,387.603 1886.5,387.603 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,83.6907 1886.5,83.6907 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M1730.69 1299.79 L1760.36 1299.79 L1760.36 1303.73 L1730.69 1303.73 L1730.69 1299.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1766.24 1312.69 L1773.88 1312.69 L1773.88 1286.32 L1765.57 1287.99 L1765.57 1283.73 L1773.84 1282.06 L1778.51 1282.06 L1778.51 1312.69 L1786.15 1312.69 L1786.15 1316.62 L1766.24 1316.62 L1766.24 1312.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1791.22 1310.74 L1796.1 1310.74 L1796.1 1316.62 L1791.22 1316.62 L1791.22 1310.74 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1811.17 1285.14 Q1807.56 1285.14 1805.73 1288.71 Q1803.93 1292.25 1803.93 1299.38 Q1803.93 1306.48 1805.73 1310.05 Q1807.56 1313.59 1811.17 1313.59 Q1814.81 1313.59 1816.61 1310.05 Q1818.44 1306.48 1818.44 1299.38 Q1818.44 1292.25 1816.61 1288.71 Q1814.81 1285.14 1811.17 1285.14 M1811.17 1281.44 Q1816.98 1281.44 1820.04 1286.04 Q1823.12 1290.63 1823.12 1299.38 Q1823.12 1308.1 1820.04 1312.71 Q1816.98 1317.29 1811.17 1317.29 Q1805.36 1317.29 1802.28 1312.71 Q1799.23 1308.1 1799.23 1299.38 Q1799.23 1290.63 1802.28 1286.04 Q1805.36 1281.44 1811.17 1281.44 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1730.46 995.88 L1760.13 995.88 L1760.13 999.816 L1730.46 999.816 L1730.46 995.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1775.2 981.228 Q1771.59 981.228 1769.76 984.793 Q1767.96 988.334 1767.96 995.464 Q1767.96 1002.57 1769.76 1006.14 Q1771.59 1009.68 1775.2 1009.68 Q1778.84 1009.68 1780.64 1006.14 Q1782.47 1002.57 1782.47 995.464 Q1782.47 988.334 1780.64 984.793 Q1778.84 981.228 1775.2 981.228 M1775.2 977.524 Q1781.01 977.524 1784.07 982.131 Q1787.15 986.714 1787.15 995.464 Q1787.15 1004.19 1784.07 1008.8 Q1781.01 1013.38 1775.2 1013.38 Q1769.39 1013.38 1766.31 1008.8 Q1763.26 1004.19 1763.26 995.464 Q1763.26 986.714 1766.31 982.131 Q1769.39 977.524 1775.2 977.524 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1792.22 1006.83 L1797.1 1006.83 L1797.1 1012.71 L1792.22 1012.71 L1792.22 1006.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1802.22 978.149 L1820.57 978.149 L1820.57 982.084 L1806.5 982.084 L1806.5 990.556 Q1807.52 990.209 1808.53 990.047 Q1809.55 989.862 1810.57 989.862 Q1816.36 989.862 1819.74 993.033 Q1823.12 996.205 1823.12 1001.62 Q1823.12 1007.2 1819.65 1010.3 Q1816.17 1013.38 1809.85 1013.38 Q1807.68 1013.38 1805.41 1013.01 Q1803.16 1012.64 1800.76 1011.9 L1800.76 1007.2 Q1802.84 1008.33 1805.06 1008.89 Q1807.28 1009.45 1809.76 1009.45 Q1813.77 1009.45 1816.1 1007.34 Q1818.44 1005.23 1818.44 1001.62 Q1818.44 998.01 1816.1 995.904 Q1813.77 993.797 1809.76 993.797 Q1807.89 993.797 1806.01 994.214 Q1804.16 994.63 1802.22 995.51 L1802.22 978.149 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1774.21 677.315 Q1770.59 677.315 1768.77 680.88 Q1766.96 684.421 1766.96 691.551 Q1766.96 698.657 1768.77 702.222 Q1770.59 705.764 1774.21 705.764 Q1777.84 705.764 1779.65 702.222 Q1781.47 698.657 1781.47 691.551 Q1781.47 684.421 1779.65 680.88 Q1777.84 677.315 1774.21 677.315 M1774.21 673.611 Q1780.02 673.611 1783.07 678.218 Q1786.15 682.801 1786.15 691.551 Q1786.15 700.278 1783.07 704.884 Q1780.02 709.468 1774.21 709.468 Q1768.4 709.468 1765.32 704.884 Q1762.26 700.278 1762.26 691.551 Q1762.26 682.801 1765.32 678.218 Q1768.4 673.611 1774.21 673.611 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1791.22 702.917 L1796.1 702.917 L1796.1 708.796 L1791.22 708.796 L1791.22 702.917 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1811.17 677.315 Q1807.56 677.315 1805.73 680.88 Q1803.93 684.421 1803.93 691.551 Q1803.93 698.657 1805.73 702.222 Q1807.56 705.764 1811.17 705.764 Q1814.81 705.764 1816.61 702.222 Q1818.44 698.657 1818.44 691.551 Q1818.44 684.421 1816.61 680.88 Q1814.81 677.315 1811.17 677.315 M1811.17 673.611 Q1816.98 673.611 1820.04 678.218 Q1823.12 682.801 1823.12 691.551 Q1823.12 700.278 1820.04 704.884 Q1816.98 709.468 1811.17 709.468 Q1805.36 709.468 1802.28 704.884 Q1799.23 700.278 1799.23 691.551 Q1799.23 682.801 1802.28 678.218 Q1805.36 673.611 1811.17 673.611 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1775.2 373.402 Q1771.59 373.402 1769.76 376.967 Q1767.96 380.509 1767.96 387.638 Q1767.96 394.745 1769.76 398.309 Q1771.59 401.851 1775.2 401.851 Q1778.84 401.851 1780.64 398.309 Q1782.47 394.745 1782.47 387.638 Q1782.47 380.509 1780.64 376.967 Q1778.84 373.402 1775.2 373.402 M1775.2 369.698 Q1781.01 369.698 1784.07 374.305 Q1787.15 378.888 1787.15 387.638 Q1787.15 396.365 1784.07 400.971 Q1781.01 405.555 1775.2 405.555 Q1769.39 405.555 1766.31 400.971 Q1763.26 396.365 1763.26 387.638 Q1763.26 378.888 1766.31 374.305 Q1769.39 369.698 1775.2 369.698 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1792.22 399.004 L1797.1 399.004 L1797.1 404.883 L1792.22 404.883 L1792.22 399.004 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1802.22 370.323 L1820.57 370.323 L1820.57 374.259 L1806.5 374.259 L1806.5 382.731 Q1807.52 382.384 1808.53 382.222 Q1809.55 382.036 1810.57 382.036 Q1816.36 382.036 1819.74 385.208 Q1823.12 388.379 1823.12 393.796 Q1823.12 399.374 1819.65 402.476 Q1816.17 405.555 1809.85 405.555 Q1807.68 405.555 1805.41 405.184 Q1803.16 404.814 1800.76 404.073 L1800.76 399.374 Q1802.84 400.509 1805.06 401.064 Q1807.28 401.62 1809.76 401.62 Q1813.77 401.62 1816.1 399.513 Q1818.44 397.407 1818.44 393.796 Q1818.44 390.184 1816.1 388.078 Q1813.77 385.972 1809.76 385.972 Q1807.89 385.972 1806.01 386.388 Q1804.16 386.805 1802.22 387.684 L1802.22 370.323 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1766.24 97.0355 L1773.88 97.0355 L1773.88 70.6699 L1765.57 72.3366 L1765.57 68.0773 L1773.84 66.4107 L1778.51 66.4107 L1778.51 97.0355 L1786.15 97.0355 L1786.15 100.971 L1766.24 100.971 L1766.24 97.0355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1791.22 95.0911 L1796.1 95.0911 L1796.1 100.971 L1791.22 100.971 L1791.22 95.0911 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1811.17 69.4894 Q1807.56 69.4894 1805.73 73.0542 Q1803.93 76.5958 1803.93 83.7254 Q1803.93 90.8319 1805.73 94.3967 Q1807.56 97.9383 1811.17 97.9383 Q1814.81 97.9383 1816.61 94.3967 Q1818.44 90.8319 1818.44 83.7254 Q1818.44 76.5958 1816.61 73.0542 Q1814.81 69.4894 1811.17 69.4894 M1811.17 65.7857 Q1816.98 65.7857 1820.04 70.3922 Q1823.12 74.9755 1823.12 83.7254 Q1823.12 92.4522 1820.04 97.0587 Q1816.98 101.642 1811.17 101.642 Q1805.36 101.642 1802.28 97.0587 Q1799.23 92.4522 1799.23 83.7254 Q1799.23 74.9755 1802.28 70.3922 Q1805.36 65.7857 1811.17 65.7857 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1620.68 761.873 L1620.68 755.443 L1668.2 755.443 L1668.2 761.873 L1620.68 761.873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1639.4 721.546 Q1635.45 719.35 1633.57 716.294 Q1631.69 713.239 1631.69 709.101 Q1631.69 703.531 1635.61 700.507 Q1639.49 697.483 1646.68 697.483 L1668.2 697.483 L1668.2 703.372 L1646.88 703.372 Q1641.75 703.372 1639.27 705.186 Q1636.79 707 1636.79 710.724 Q1636.79 715.276 1639.81 717.917 Q1642.83 720.559 1648.05 720.559 L1668.2 720.559 L1668.2 726.447 L1646.88 726.447 Q1641.72 726.447 1639.27 728.262 Q1636.79 730.076 1636.79 733.863 Q1636.79 738.351 1639.84 740.993 Q1642.86 743.635 1648.05 743.635 L1668.2 743.635 L1668.2 749.523 L1632.55 749.523 L1632.55 743.635 L1638.09 743.635 Q1634.81 741.63 1633.25 738.829 Q1631.69 736.028 1631.69 732.176 Q1631.69 728.293 1633.67 725.588 Q1635.64 722.851 1639.4 721.546 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1618.74 677.272 Q1626.06 681.537 1633.22 683.606 Q1640.38 685.675 1647.73 685.675 Q1655.09 685.675 1662.31 683.606 Q1669.51 681.505 1676.79 677.272 L1676.79 682.365 Q1669.31 687.139 1662.09 689.526 Q1654.86 691.882 1647.73 691.882 Q1640.64 691.882 1633.44 689.526 Q1626.25 687.171 1618.74 682.365 L1618.74 677.272 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1632.55 641.497 L1649.9 654.388 L1668.2 640.829 L1668.2 647.735 L1654.2 658.112 L1668.2 668.488 L1668.2 675.394 L1649.55 661.549 L1632.55 674.217 L1632.55 667.31 L1645.25 657.857 L1632.55 648.404 L1632.55 641.497 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1618.74 635.609 L1618.74 630.516 Q1626.25 625.742 1633.44 623.387 Q1640.64 620.999 1647.73 620.999 Q1654.86 620.999 1662.09 623.387 Q1669.31 625.742 1676.79 630.516 L1676.79 635.609 Q1669.51 631.376 1662.31 629.307 Q1655.09 627.206 1647.73 627.206 Q1640.38 627.206 1633.22 629.307 Q1626.06 631.376 1618.74 635.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip283)\" cx=\"1907.39\" cy=\"689.172\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1907.4\" cy=\"695.422\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1907.43\" cy=\"699.038\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1907.49\" cy=\"680.105\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1907.77\" cy=\"669.746\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1908.52\" cy=\"728.649\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1909.01\" cy=\"735.974\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1910.1\" cy=\"748.994\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1910.22\" cy=\"750.287\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1910.82\" cy=\"626.849\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1911.16\" cy=\"759.284\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1911.93\" cy=\"765.907\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1915.29\" cy=\"789.484\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1916.73\" cy=\"797.975\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1919.93\" cy=\"814.684\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1924.4\" cy=\"834.702\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1926.8\" cy=\"844.307\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1927.37\" cy=\"846.49\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1927.43\" cy=\"846.747\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1927.81\" cy=\"534.851\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1928.08\" cy=\"849.173\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1937.09\" cy=\"503.347\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1937.21\" cy=\"880.064\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1943.01\" cy=\"897.073\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1943.32\" cy=\"897.958\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1946.6\" cy=\"476.162\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1950.68\" cy=\"465.643\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1950.84\" cy=\"917.798\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1952.38\" cy=\"461.406\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1954.87\" cy=\"455.376\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1956.77\" cy=\"932.134\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1960.33\" cy=\"442.758\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1965.48\" cy=\"951.51\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1969.64\" cy=\"960.172\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1973.28\" cy=\"415.574\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1979.67\" cy=\"979.723\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1982.19\" cy=\"984.374\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1986.89\" cy=\"992.813\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"1993.61\" cy=\"1004.36\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2001.46\" cy=\"365.888\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2019.46\" cy=\"1044.06\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2019.97\" cy=\"1044.77\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2020.01\" cy=\"1044.83\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2026.31\" cy=\"329.494\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2034.09\" cy=\"319.176\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2038.78\" cy=\"1069.86\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2055.74\" cy=\"1090.36\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2091.48\" cy=\"254.769\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2099.73\" cy=\"1136.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2111.39\" cy=\"1146.78\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2118.31\" cy=\"1152.85\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2122.03\" cy=\"1156.03\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2134.22\" cy=\"1166.1\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2138.28\" cy=\"1169.34\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2139.67\" cy=\"1170.43\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2141.99\" cy=\"210.786\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2157.76\" cy=\"198.922\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2169.54\" cy=\"1192.46\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2177.36\" cy=\"185.263\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2195.68\" cy=\"173.497\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2205.61\" cy=\"1215.53\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2209.33\" cy=\"1217.72\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2228.91\" cy=\"154.418\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2237.15\" cy=\"150.107\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2249.79\" cy=\"143.809\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2262.31\" cy=\"1245.1\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2267.5\" cy=\"135.592\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2268.82\" cy=\"1248.03\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2281.18\" cy=\"129.715\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2287.16\" cy=\"1255.77\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2293.03\" cy=\"124.939\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2299.78\" cy=\"122.35\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2308.99\" cy=\"1264.07\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2310.35\" cy=\"118.478\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2310.76\" cy=\"118.333\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2314.63\" cy=\"116.976\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2314.94\" cy=\"1266.17\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2315.8\" cy=\"116.57\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2316.51\" cy=\"116.326\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2325.31\" cy=\"113.38\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2330.41\" cy=\"111.74\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2340\" cy=\"1274.24\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2354.03\" cy=\"104.792\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2362.07\" cy=\"1280.37\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2366.62\" cy=\"101.513\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2372.49\" cy=\"100.082\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2380.89\" cy=\"1284.89\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2385.52\" cy=\"97.1303\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2389.02\" cy=\"1286.65\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2403.86\" cy=\"93.4839\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2405.91\" cy=\"1289.92\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2433.15\" cy=\"1294.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2436.7\" cy=\"1294.62\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2457.42\" cy=\"86.1675\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2482.66\" cy=\"84.4042\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2483.2\" cy=\"84.3781\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2490.98\" cy=\"1298.98\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2491.08\" cy=\"1298.98\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2497\" cy=\"83.8763\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2516.48\" cy=\"83.7078\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2526.19\" cy=\"83.8594\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2526.56\" cy=\"1299.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2526.81\" cy=\"83.8745\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2535.41\" cy=\"1298.88\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2539.5\" cy=\"84.3224\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2540.09\" cy=\"1298.68\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2557.51\" cy=\"85.4199\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2591.59\" cy=\"88.988\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2594.72\" cy=\"1293.62\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2595.88\" cy=\"1293.46\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2604.99\" cy=\"90.933\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2612.82\" cy=\"92.212\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2647.64\" cy=\"1283.83\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2648.2\" cy=\"99.3297\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2662.69\" cy=\"102.889\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2671.32\" cy=\"1277.84\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2701.65\" cy=\"1268.64\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2705.09\" cy=\"1267.49\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2706.14\" cy=\"115.902\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2707.94\" cy=\"1266.51\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2718.19\" cy=\"120.154\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2722.11\" cy=\"121.602\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2741.78\" cy=\"129.331\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2747.9\" cy=\"131.899\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2758.21\" cy=\"1246.63\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2767.77\" cy=\"1242.24\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2786.43\" cy=\"1233.08\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2795.94\" cy=\"1228.1\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2797.43\" cy=\"1227.3\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2801.81\" cy=\"1224.92\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2807.02\" cy=\"161.011\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2813.81\" cy=\"1218.15\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2818.73\" cy=\"167.768\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2835.22\" cy=\"1205.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2858.32\" cy=\"1189.68\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2864.85\" cy=\"1185.03\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2872.84\" cy=\"203.874\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2873.62\" cy=\"204.456\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2874.87\" cy=\"205.404\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2879.43\" cy=\"1174.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2889.1\" cy=\"216.474\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2907.68\" cy=\"1151.02\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2914.74\" cy=\"238.256\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2916.86\" cy=\"1142.87\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2920.34\" cy=\"1139.69\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2920.38\" cy=\"1139.65\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2923.37\" cy=\"1136.88\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2925.32\" cy=\"247.984\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2928.78\" cy=\"1131.76\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2934.54\" cy=\"1126.17\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2947.21\" cy=\"269.686\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2958.19\" cy=\"281.444\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2982.66\" cy=\"310.101\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"2997.61\" cy=\"329.551\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3002.81\" cy=\"336.712\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3004.37\" cy=\"1044.13\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3012.95\" cy=\"351.33\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3027.59\" cy=\"374.22\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3029.46\" cy=\"1005.71\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3038.25\" cy=\"990.607\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3038.46\" cy=\"392.805\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3041.67\" cy=\"398.594\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3043.46\" cy=\"401.898\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3048.26\" cy=\"972.042\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3050.83\" cy=\"967.022\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3052.11\" cy=\"418.561\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3052.23\" cy=\"964.231\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3055.24\" cy=\"424.898\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3067.55\" cy=\"451.925\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3069.24\" cy=\"455.917\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3073.42\" cy=\"916.853\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3076.41\" cy=\"909.17\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3076.46\" cy=\"473.994\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3076.48\" cy=\"474.038\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3078.52\" cy=\"479.46\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3079.22\" cy=\"901.655\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3081.27\" cy=\"895.966\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3086.6\" cy=\"502.738\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3087.43\" cy=\"877.743\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3089.7\" cy=\"870.493\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3090.82\" cy=\"516.233\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3095.78\" cy=\"533.741\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3095.8\" cy=\"849.203\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3097.16\" cy=\"844.015\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3099.53\" cy=\"834.512\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3101.74\" cy=\"558.034\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3105.53\" cy=\"576.259\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3106.31\" cy=\"580.395\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3107.86\" cy=\"589.089\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3108.26\" cy=\"591.513\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3109.12\" cy=\"596.849\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3109.89\" cy=\"601.889\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3110.09\" cy=\"779.814\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3111.19\" cy=\"611.133\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3112.9\" cy=\"757.722\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3116.12\" cy=\"713.185\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3116.33\" cy=\"706.072\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3116.43\" cy=\"700.979\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3116.48\" cy=\"696.81\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip283)\" cx=\"3116.48\" cy=\"686.849\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<path clip-path=\"url(#clip280)\" d=\"\nM271.118 2897.36 L1552.76 2897.36 L1552.76 1608.98 L271.118 1608.98 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip284\">\n <rect x=\"271\" y=\"1608\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 367.315,2897.36 367.315,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 548.856,2897.36 548.856,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 730.396,2897.36 730.396,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 911.937,2897.36 911.937,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1093.48,2897.36 1093.48,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1275.02,2897.36 1275.02,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1456.56,2897.36 1456.56,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2897.36 1552.76,2897.36 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 367.315,2897.36 367.315,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 548.856,2897.36 548.856,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 730.396,2897.36 730.396,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 911.937,2897.36 911.937,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1093.48,2897.36 1093.48,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1275.02,2897.36 1275.02,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1456.56,2897.36 1456.56,2881.9 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M339.294 2947.6 L368.97 2947.6 L368.97 2951.54 L339.294 2951.54 L339.294 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M388.206 2945.8 Q391.562 2946.52 393.437 2948.78 Q395.336 2951.05 395.336 2954.39 Q395.336 2959.5 391.817 2962.3 Q388.299 2965.1 381.817 2965.1 Q379.641 2965.1 377.326 2964.66 Q375.035 2964.25 372.581 2963.39 L372.581 2958.88 Q374.526 2960.01 376.84 2960.59 Q379.155 2961.17 381.678 2961.17 Q386.076 2961.17 388.368 2959.43 Q390.683 2957.7 390.683 2954.39 Q390.683 2951.33 388.53 2949.62 Q386.4 2947.88 382.581 2947.88 L378.553 2947.88 L378.553 2944.04 L382.766 2944.04 Q386.215 2944.04 388.044 2942.67 Q389.873 2941.28 389.873 2938.69 Q389.873 2936.03 387.975 2934.62 Q386.1 2933.18 382.581 2933.18 Q380.66 2933.18 378.461 2933.6 Q376.262 2934.02 373.623 2934.89 L373.623 2930.73 Q376.285 2929.99 378.6 2929.62 Q380.938 2929.25 382.998 2929.25 Q388.322 2929.25 391.424 2931.68 Q394.525 2934.08 394.525 2938.21 Q394.525 2941.08 392.882 2943.07 Q391.238 2945.03 388.206 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M521.309 2947.6 L550.985 2947.6 L550.985 2951.54 L521.309 2951.54 L521.309 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M560.082 2960.5 L576.402 2960.5 L576.402 2964.43 L554.457 2964.43 L554.457 2960.5 Q557.119 2957.74 561.703 2953.11 Q566.309 2948.46 567.49 2947.12 Q569.735 2944.59 570.615 2942.86 Q571.517 2941.1 571.517 2939.41 Q571.517 2936.65 569.573 2934.92 Q567.652 2933.18 564.55 2933.18 Q562.351 2933.18 559.897 2933.95 Q557.467 2934.71 554.689 2936.26 L554.689 2931.54 Q557.513 2930.4 559.967 2929.83 Q562.42 2929.25 564.457 2929.25 Q569.828 2929.25 573.022 2931.93 Q576.216 2934.62 576.216 2939.11 Q576.216 2941.24 575.406 2943.16 Q574.619 2945.06 572.513 2947.65 Q571.934 2948.32 568.832 2951.54 Q565.73 2954.73 560.082 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M702.665 2947.6 L732.341 2947.6 L732.341 2951.54 L702.665 2951.54 L702.665 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M738.22 2960.5 L745.859 2960.5 L745.859 2934.13 L737.549 2935.8 L737.549 2931.54 L745.813 2929.87 L750.489 2929.87 L750.489 2960.5 L758.128 2960.5 L758.128 2964.43 L738.22 2964.43 L738.22 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M911.937 2932.95 Q908.326 2932.95 906.497 2936.52 Q904.691 2940.06 904.691 2947.19 Q904.691 2954.29 906.497 2957.86 Q908.326 2961.4 911.937 2961.4 Q915.571 2961.4 917.377 2957.86 Q919.205 2954.29 919.205 2947.19 Q919.205 2940.06 917.377 2936.52 Q915.571 2932.95 911.937 2932.95 M911.937 2929.25 Q917.747 2929.25 920.802 2933.85 Q923.881 2938.44 923.881 2947.19 Q923.881 2955.91 920.802 2960.52 Q917.747 2965.1 911.937 2965.1 Q906.127 2965.1 903.048 2960.52 Q899.992 2955.91 899.992 2947.19 Q899.992 2938.44 903.048 2933.85 Q906.127 2929.25 911.937 2929.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1083.86 2960.5 L1091.5 2960.5 L1091.5 2934.13 L1083.19 2935.8 L1083.19 2931.54 L1091.45 2929.87 L1096.13 2929.87 L1096.13 2960.5 L1103.77 2960.5 L1103.77 2964.43 L1083.86 2964.43 L1083.86 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1269.67 2960.5 L1285.99 2960.5 L1285.99 2964.43 L1264.05 2964.43 L1264.05 2960.5 Q1266.71 2957.74 1271.29 2953.11 Q1275.9 2948.46 1277.08 2947.12 Q1279.32 2944.59 1280.2 2942.86 Q1281.11 2941.1 1281.11 2939.41 Q1281.11 2936.65 1279.16 2934.92 Q1277.24 2933.18 1274.14 2933.18 Q1271.94 2933.18 1269.49 2933.95 Q1267.06 2934.71 1264.28 2936.26 L1264.28 2931.54 Q1267.1 2930.4 1269.56 2929.83 Q1272.01 2929.25 1274.05 2929.25 Q1279.42 2929.25 1282.61 2931.93 Q1285.81 2934.62 1285.81 2939.11 Q1285.81 2941.24 1284.99 2943.16 Q1284.21 2945.06 1282.1 2947.65 Q1281.52 2948.32 1278.42 2951.54 Q1275.32 2954.73 1269.67 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1460.81 2945.8 Q1464.16 2946.52 1466.04 2948.78 Q1467.94 2951.05 1467.94 2954.39 Q1467.94 2959.5 1464.42 2962.3 Q1460.9 2965.1 1454.42 2965.1 Q1452.24 2965.1 1449.93 2964.66 Q1447.64 2964.25 1445.18 2963.39 L1445.18 2958.88 Q1447.13 2960.01 1449.44 2960.59 Q1451.76 2961.17 1454.28 2961.17 Q1458.68 2961.17 1460.97 2959.43 Q1463.28 2957.7 1463.28 2954.39 Q1463.28 2951.33 1461.13 2949.62 Q1459 2947.88 1455.18 2947.88 L1451.15 2947.88 L1451.15 2944.04 L1455.37 2944.04 Q1458.82 2944.04 1460.64 2942.67 Q1462.47 2941.28 1462.47 2938.69 Q1462.47 2936.03 1460.57 2934.62 Q1458.7 2933.18 1455.18 2933.18 Q1453.26 2933.18 1451.06 2933.6 Q1448.86 2934.02 1446.22 2934.89 L1446.22 2930.73 Q1448.89 2929.99 1451.2 2929.62 Q1453.54 2929.25 1455.6 2929.25 Q1460.92 2929.25 1464.02 2931.68 Q1467.13 2934.08 1467.13 2938.21 Q1467.13 2941.08 1465.48 2943.07 Q1463.84 2945.03 1460.81 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2860.9 1552.76,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2617.8 1552.76,2617.8 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2374.71 1552.76,2374.71 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2131.62 1552.76,2131.62 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,1888.53 1552.76,1888.53 \n \"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,1645.44 1552.76,1645.44 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2897.36 271.118,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2860.9 286.497,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2617.8 286.497,2617.8 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2374.71 286.497,2374.71 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2131.62 286.497,2131.62 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1888.53 286.497,1888.53 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1645.44 286.497,1645.44 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M211.173 2846.69 Q207.562 2846.69 205.734 2850.26 Q203.928 2853.8 203.928 2860.93 Q203.928 2868.04 205.734 2871.6 Q207.562 2875.14 211.173 2875.14 Q214.808 2875.14 216.613 2871.6 Q218.442 2868.04 218.442 2860.93 Q218.442 2853.8 216.613 2850.26 Q214.808 2846.69 211.173 2846.69 M211.173 2842.99 Q216.983 2842.99 220.039 2847.6 Q223.118 2852.18 223.118 2860.93 Q223.118 2869.66 220.039 2874.26 Q216.983 2878.85 211.173 2878.85 Q205.363 2878.85 202.284 2874.26 Q199.229 2869.66 199.229 2860.93 Q199.229 2852.18 202.284 2847.6 Q205.363 2842.99 211.173 2842.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M203.21 2631.15 L210.849 2631.15 L210.849 2604.78 L202.539 2606.45 L202.539 2602.19 L210.803 2600.52 L215.479 2600.52 L215.479 2631.15 L223.118 2631.15 L223.118 2635.08 L203.21 2635.08 L203.21 2631.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M206.798 2388.06 L223.118 2388.06 L223.118 2391.99 L201.173 2391.99 L201.173 2388.06 Q203.835 2385.3 208.419 2380.67 Q213.025 2376.02 214.206 2374.68 Q216.451 2372.16 217.331 2370.42 Q218.233 2368.66 218.233 2366.97 Q218.233 2364.22 216.289 2362.48 Q214.368 2360.74 211.266 2360.74 Q209.067 2360.74 206.613 2361.51 Q204.183 2362.27 201.405 2363.82 L201.405 2359.1 Q204.229 2357.97 206.683 2357.39 Q209.136 2356.81 211.173 2356.81 Q216.544 2356.81 219.738 2359.49 Q222.933 2362.18 222.933 2366.67 Q222.933 2368.8 222.122 2370.72 Q221.335 2372.62 219.229 2375.21 Q218.65 2375.88 215.548 2379.1 Q212.446 2382.29 206.798 2388.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M215.988 2130.27 Q219.345 2130.99 221.22 2133.25 Q223.118 2135.52 223.118 2138.86 Q223.118 2143.97 219.599 2146.77 Q216.081 2149.57 209.599 2149.57 Q207.423 2149.57 205.109 2149.13 Q202.817 2148.72 200.363 2147.86 L200.363 2143.35 Q202.308 2144.48 204.622 2145.06 Q206.937 2145.64 209.46 2145.64 Q213.858 2145.64 216.15 2143.9 Q218.465 2142.17 218.465 2138.86 Q218.465 2135.8 216.312 2134.09 Q214.183 2132.35 210.363 2132.35 L206.335 2132.35 L206.335 2128.51 L210.548 2128.51 Q213.997 2128.51 215.826 2127.14 Q217.655 2125.75 217.655 2123.16 Q217.655 2120.5 215.757 2119.09 Q213.882 2117.65 210.363 2117.65 Q208.442 2117.65 206.243 2118.07 Q204.044 2118.49 201.405 2119.37 L201.405 2115.2 Q204.067 2114.46 206.382 2114.09 Q208.72 2113.72 210.78 2113.72 Q216.104 2113.72 219.206 2116.15 Q222.308 2118.56 222.308 2122.68 Q222.308 2125.55 220.664 2127.54 Q219.02 2129.5 215.988 2130.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M213.534 1875.33 L201.729 1893.77 L213.534 1893.77 L213.534 1875.33 M212.308 1871.25 L218.187 1871.25 L218.187 1893.77 L223.118 1893.77 L223.118 1897.66 L218.187 1897.66 L218.187 1905.81 L213.534 1905.81 L213.534 1897.66 L197.933 1897.66 L197.933 1893.15 L212.308 1871.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M202.215 1628.16 L220.571 1628.16 L220.571 1632.09 L206.497 1632.09 L206.497 1640.57 Q207.516 1640.22 208.534 1640.06 Q209.553 1639.87 210.571 1639.87 Q216.358 1639.87 219.738 1643.04 Q223.118 1646.22 223.118 1651.63 Q223.118 1657.21 219.645 1660.31 Q216.173 1663.39 209.854 1663.39 Q207.678 1663.39 205.409 1663.02 Q203.164 1662.65 200.757 1661.91 L200.757 1657.21 Q202.84 1658.34 205.062 1658.9 Q207.284 1659.46 209.761 1659.46 Q213.766 1659.46 216.104 1657.35 Q218.442 1655.24 218.442 1651.63 Q218.442 1648.02 216.104 1645.91 Q213.766 1643.81 209.761 1643.81 Q207.886 1643.81 206.011 1644.22 Q204.159 1644.64 202.215 1645.52 L202.215 1628.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip284)\" d=\"\nM341.61 2131.62 L341.61 2860.9 L364.423 2860.9 L364.423 2131.62 L341.61 2131.62 L341.61 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 341.61,2131.62 341.61,2860.9 364.423,2860.9 364.423,2131.62 341.61,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM364.423 1645.44 L364.423 2860.9 L387.236 2860.9 L387.236 1645.44 L364.423 1645.44 L364.423 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 364.423,1645.44 364.423,2860.9 387.236,2860.9 387.236,1645.44 364.423,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM387.236 1888.53 L387.236 2860.9 L410.049 2860.9 L410.049 1888.53 L387.236 1888.53 L387.236 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 387.236,1888.53 387.236,2860.9 410.049,2860.9 410.049,1888.53 387.236,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM410.049 1888.53 L410.049 2860.9 L432.862 2860.9 L432.862 1888.53 L410.049 1888.53 L410.049 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 410.049,1888.53 410.049,2860.9 432.862,2860.9 432.862,1888.53 410.049,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM432.862 2131.62 L432.862 2860.9 L455.675 2860.9 L455.675 2131.62 L432.862 2131.62 L432.862 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 432.862,2131.62 432.862,2860.9 455.675,2860.9 455.675,2131.62 432.862,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM455.675 1645.44 L455.675 2860.9 L478.488 2860.9 L478.488 1645.44 L455.675 1645.44 L455.675 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 455.675,1645.44 455.675,2860.9 478.488,2860.9 478.488,1645.44 455.675,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM478.488 2131.62 L478.488 2860.9 L501.302 2860.9 L501.302 2131.62 L478.488 2131.62 L478.488 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 478.488,2131.62 478.488,2860.9 501.302,2860.9 501.302,2131.62 478.488,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM501.302 1645.44 L501.302 2860.9 L524.115 2860.9 L524.115 1645.44 L501.302 1645.44 L501.302 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 501.302,1645.44 501.302,2860.9 524.115,2860.9 524.115,1645.44 501.302,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM524.115 2131.62 L524.115 2860.9 L546.928 2860.9 L546.928 2131.62 L524.115 2131.62 L524.115 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 524.115,2131.62 524.115,2860.9 546.928,2860.9 546.928,2131.62 524.115,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM546.928 1888.53 L546.928 2860.9 L569.741 2860.9 L569.741 1888.53 L546.928 1888.53 L546.928 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 546.928,1888.53 546.928,2860.9 569.741,2860.9 569.741,1888.53 546.928,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM569.741 1645.44 L569.741 2860.9 L592.554 2860.9 L592.554 1645.44 L569.741 1645.44 L569.741 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 569.741,1645.44 569.741,2860.9 592.554,2860.9 592.554,1645.44 569.741,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM592.554 1888.53 L592.554 2860.9 L615.367 2860.9 L615.367 1888.53 L592.554 1888.53 L592.554 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 592.554,1888.53 592.554,2860.9 615.367,2860.9 615.367,1888.53 592.554,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM615.367 2131.62 L615.367 2860.9 L638.18 2860.9 L638.18 2131.62 L615.367 2131.62 L615.367 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 615.367,2131.62 615.367,2860.9 638.18,2860.9 638.18,2131.62 615.367,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM638.18 1645.44 L638.18 2860.9 L660.993 2860.9 L660.993 1645.44 L638.18 1645.44 L638.18 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 638.18,1645.44 638.18,2860.9 660.993,2860.9 660.993,1645.44 638.18,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM660.993 1888.53 L660.993 2860.9 L683.806 2860.9 L683.806 1888.53 L660.993 1888.53 L660.993 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 660.993,1888.53 660.993,2860.9 683.806,2860.9 683.806,1888.53 660.993,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM683.806 1888.53 L683.806 2860.9 L706.619 2860.9 L706.619 1888.53 L683.806 1888.53 L683.806 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 683.806,1888.53 683.806,2860.9 706.619,2860.9 706.619,1888.53 683.806,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM706.619 1888.53 L706.619 2860.9 L729.432 2860.9 L729.432 1888.53 L706.619 1888.53 L706.619 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 706.619,1888.53 706.619,2860.9 729.432,2860.9 729.432,1888.53 706.619,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM729.432 1888.53 L729.432 2860.9 L752.245 2860.9 L752.245 1888.53 L729.432 1888.53 L729.432 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 729.432,1888.53 729.432,2860.9 752.245,2860.9 752.245,1888.53 729.432,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM752.245 1645.44 L752.245 2860.9 L775.058 2860.9 L775.058 1645.44 L752.245 1645.44 L752.245 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 752.245,1645.44 752.245,2860.9 775.058,2860.9 775.058,1645.44 752.245,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM775.058 2374.71 L775.058 2860.9 L797.871 2860.9 L797.871 2374.71 L775.058 2374.71 L775.058 2374.71 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 775.058,2374.71 775.058,2860.9 797.871,2860.9 797.871,2374.71 775.058,2374.71 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM797.871 1645.44 L797.871 2860.9 L820.685 2860.9 L820.685 1645.44 L797.871 1645.44 L797.871 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 797.871,1645.44 797.871,2860.9 820.685,2860.9 820.685,1645.44 797.871,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM820.685 1888.53 L820.685 2860.9 L843.498 2860.9 L843.498 1888.53 L820.685 1888.53 L820.685 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 820.685,1888.53 820.685,2860.9 843.498,2860.9 843.498,1888.53 820.685,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM843.498 1888.53 L843.498 2860.9 L866.311 2860.9 L866.311 1888.53 L843.498 1888.53 L843.498 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 843.498,1888.53 843.498,2860.9 866.311,2860.9 866.311,1888.53 843.498,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM866.311 2131.62 L866.311 2860.9 L889.124 2860.9 L889.124 2131.62 L866.311 2131.62 L866.311 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 866.311,2131.62 866.311,2860.9 889.124,2860.9 889.124,2131.62 866.311,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM889.124 1888.53 L889.124 2860.9 L911.937 2860.9 L911.937 1888.53 L889.124 1888.53 L889.124 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 889.124,1888.53 889.124,2860.9 911.937,2860.9 911.937,1888.53 889.124,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM911.937 1645.44 L911.937 2860.9 L934.75 2860.9 L934.75 1645.44 L911.937 1645.44 L911.937 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 911.937,1645.44 911.937,2860.9 934.75,2860.9 934.75,1645.44 911.937,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM934.75 2131.62 L934.75 2860.9 L957.563 2860.9 L957.563 2131.62 L934.75 2131.62 L934.75 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 934.75,2131.62 934.75,2860.9 957.563,2860.9 957.563,2131.62 934.75,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM957.563 1888.53 L957.563 2860.9 L980.376 2860.9 L980.376 1888.53 L957.563 1888.53 L957.563 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 957.563,1888.53 957.563,2860.9 980.376,2860.9 980.376,1888.53 957.563,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM980.376 1888.53 L980.376 2860.9 L1003.19 2860.9 L1003.19 1888.53 L980.376 1888.53 L980.376 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 980.376,1888.53 980.376,2860.9 1003.19,2860.9 1003.19,1888.53 980.376,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1003.19 1645.44 L1003.19 2860.9 L1026 2860.9 L1026 1645.44 L1003.19 1645.44 L1003.19 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1003.19,1645.44 1003.19,2860.9 1026,2860.9 1026,1645.44 1003.19,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1026 2374.71 L1026 2860.9 L1048.82 2860.9 L1048.82 2374.71 L1026 2374.71 L1026 2374.71 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1026,2374.71 1026,2860.9 1048.82,2860.9 1048.82,2374.71 1026,2374.71 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1048.82 1645.44 L1048.82 2860.9 L1071.63 2860.9 L1071.63 1645.44 L1048.82 1645.44 L1048.82 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1048.82,1645.44 1048.82,2860.9 1071.63,2860.9 1071.63,1645.44 1048.82,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1071.63 1888.53 L1071.63 2860.9 L1094.44 2860.9 L1094.44 1888.53 L1071.63 1888.53 L1071.63 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1071.63,1888.53 1071.63,2860.9 1094.44,2860.9 1094.44,1888.53 1071.63,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1094.44 1888.53 L1094.44 2860.9 L1117.25 2860.9 L1117.25 1888.53 L1094.44 1888.53 L1094.44 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1094.44,1888.53 1094.44,2860.9 1117.25,2860.9 1117.25,1888.53 1094.44,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1117.25 1888.53 L1117.25 2860.9 L1140.07 2860.9 L1140.07 1888.53 L1117.25 1888.53 L1117.25 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1117.25,1888.53 1117.25,2860.9 1140.07,2860.9 1140.07,1888.53 1117.25,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1140.07 1888.53 L1140.07 2860.9 L1162.88 2860.9 L1162.88 1888.53 L1140.07 1888.53 L1140.07 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1140.07,1888.53 1140.07,2860.9 1162.88,2860.9 1162.88,1888.53 1140.07,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1162.88 1645.44 L1162.88 2860.9 L1185.69 2860.9 L1185.69 1645.44 L1162.88 1645.44 L1162.88 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1162.88,1645.44 1162.88,2860.9 1185.69,2860.9 1185.69,1645.44 1162.88,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1185.69 2131.62 L1185.69 2860.9 L1208.51 2860.9 L1208.51 2131.62 L1185.69 2131.62 L1185.69 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1185.69,2131.62 1185.69,2860.9 1208.51,2860.9 1208.51,2131.62 1185.69,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1208.51 1888.53 L1208.51 2860.9 L1231.32 2860.9 L1231.32 1888.53 L1208.51 1888.53 L1208.51 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1208.51,1888.53 1208.51,2860.9 1231.32,2860.9 1231.32,1888.53 1208.51,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1231.32 1645.44 L1231.32 2860.9 L1254.13 2860.9 L1254.13 1645.44 L1231.32 1645.44 L1231.32 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1231.32,1645.44 1231.32,2860.9 1254.13,2860.9 1254.13,1645.44 1231.32,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1254.13 1888.53 L1254.13 2860.9 L1276.95 2860.9 L1276.95 1888.53 L1254.13 1888.53 L1254.13 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1254.13,1888.53 1254.13,2860.9 1276.95,2860.9 1276.95,1888.53 1254.13,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1276.95 2131.62 L1276.95 2860.9 L1299.76 2860.9 L1299.76 2131.62 L1276.95 2131.62 L1276.95 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1276.95,2131.62 1276.95,2860.9 1299.76,2860.9 1299.76,2131.62 1276.95,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1299.76 1645.44 L1299.76 2860.9 L1322.57 2860.9 L1322.57 1645.44 L1299.76 1645.44 L1299.76 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1299.76,1645.44 1299.76,2860.9 1322.57,2860.9 1322.57,1645.44 1299.76,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1322.57 2131.62 L1322.57 2860.9 L1345.39 2860.9 L1345.39 2131.62 L1322.57 2131.62 L1322.57 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1322.57,2131.62 1322.57,2860.9 1345.39,2860.9 1345.39,2131.62 1322.57,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1345.39 1645.44 L1345.39 2860.9 L1368.2 2860.9 L1368.2 1645.44 L1345.39 1645.44 L1345.39 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1345.39,1645.44 1345.39,2860.9 1368.2,2860.9 1368.2,1645.44 1345.39,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1368.2 2131.62 L1368.2 2860.9 L1391.01 2860.9 L1391.01 2131.62 L1368.2 2131.62 L1368.2 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1368.2,2131.62 1368.2,2860.9 1391.01,2860.9 1391.01,2131.62 1368.2,2131.62 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1391.01 1888.53 L1391.01 2860.9 L1413.82 2860.9 L1413.82 1888.53 L1391.01 1888.53 L1391.01 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1391.01,1888.53 1391.01,2860.9 1413.82,2860.9 1413.82,1888.53 1391.01,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1413.82 1888.53 L1413.82 2860.9 L1436.64 2860.9 L1436.64 1888.53 L1413.82 1888.53 L1413.82 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1413.82,1888.53 1413.82,2860.9 1436.64,2860.9 1436.64,1888.53 1413.82,1888.53 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1436.64 1645.44 L1436.64 2860.9 L1459.45 2860.9 L1459.45 1645.44 L1436.64 1645.44 L1436.64 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1436.64,1645.44 1436.64,2860.9 1459.45,2860.9 1459.45,1645.44 1436.64,1645.44 \n \"/>\n<path clip-path=\"url(#clip284)\" d=\"\nM1459.45 2131.62 L1459.45 2860.9 L1482.26 2860.9 L1482.26 2131.62 L1459.45 2131.62 L1459.45 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip284)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1459.45,2131.62 1459.45,2860.9 1482.26,2860.9 1482.26,2131.62 1459.45,2131.62 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"\nM1871.12 2897.36 L3152.76 2897.36 L3152.76 1608.98 L1871.12 1608.98 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip285\">\n <rect x=\"1871\" y=\"1608\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1967.31,2897.36 1967.31,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2148.86,2897.36 2148.86,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2330.4,2897.36 2330.4,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2511.94,2897.36 2511.94,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2693.48,2897.36 2693.48,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2875.02,2897.36 2875.02,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3056.56,2897.36 3056.56,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2897.36 3152.76,2897.36 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1967.31,2897.36 1967.31,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2148.86,2897.36 2148.86,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2330.4,2897.36 2330.4,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2511.94,2897.36 2511.94,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2693.48,2897.36 2693.48,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2875.02,2897.36 2875.02,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3056.56,2897.36 3056.56,2881.9 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M1939.29 2947.6 L1968.97 2947.6 L1968.97 2951.54 L1939.29 2951.54 L1939.29 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1988.21 2945.8 Q1991.56 2946.52 1993.44 2948.78 Q1995.34 2951.05 1995.34 2954.39 Q1995.34 2959.5 1991.82 2962.3 Q1988.3 2965.1 1981.82 2965.1 Q1979.64 2965.1 1977.33 2964.66 Q1975.03 2964.25 1972.58 2963.39 L1972.58 2958.88 Q1974.53 2960.01 1976.84 2960.59 Q1979.16 2961.17 1981.68 2961.17 Q1986.08 2961.17 1988.37 2959.43 Q1990.68 2957.7 1990.68 2954.39 Q1990.68 2951.33 1988.53 2949.62 Q1986.4 2947.88 1982.58 2947.88 L1978.55 2947.88 L1978.55 2944.04 L1982.77 2944.04 Q1986.22 2944.04 1988.04 2942.67 Q1989.87 2941.28 1989.87 2938.69 Q1989.87 2936.03 1987.97 2934.62 Q1986.1 2933.18 1982.58 2933.18 Q1980.66 2933.18 1978.46 2933.6 Q1976.26 2934.02 1973.62 2934.89 L1973.62 2930.73 Q1976.28 2929.99 1978.6 2929.62 Q1980.94 2929.25 1983 2929.25 Q1988.32 2929.25 1991.42 2931.68 Q1994.53 2934.08 1994.53 2938.21 Q1994.53 2941.08 1992.88 2943.07 Q1991.24 2945.03 1988.21 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2121.31 2947.6 L2150.99 2947.6 L2150.99 2951.54 L2121.31 2951.54 L2121.31 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2160.08 2960.5 L2176.4 2960.5 L2176.4 2964.43 L2154.46 2964.43 L2154.46 2960.5 Q2157.12 2957.74 2161.7 2953.11 Q2166.31 2948.46 2167.49 2947.12 Q2169.74 2944.59 2170.61 2942.86 Q2171.52 2941.1 2171.52 2939.41 Q2171.52 2936.65 2169.57 2934.92 Q2167.65 2933.18 2164.55 2933.18 Q2162.35 2933.18 2159.9 2933.95 Q2157.47 2934.71 2154.69 2936.26 L2154.69 2931.54 Q2157.51 2930.4 2159.97 2929.83 Q2162.42 2929.25 2164.46 2929.25 Q2169.83 2929.25 2173.02 2931.93 Q2176.22 2934.62 2176.22 2939.11 Q2176.22 2941.24 2175.41 2943.16 Q2174.62 2945.06 2172.51 2947.65 Q2171.93 2948.32 2168.83 2951.54 Q2165.73 2954.73 2160.08 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2302.66 2947.6 L2332.34 2947.6 L2332.34 2951.54 L2302.66 2951.54 L2302.66 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2338.22 2960.5 L2345.86 2960.5 L2345.86 2934.13 L2337.55 2935.8 L2337.55 2931.54 L2345.81 2929.87 L2350.49 2929.87 L2350.49 2960.5 L2358.13 2960.5 L2358.13 2964.43 L2338.22 2964.43 L2338.22 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2511.94 2932.95 Q2508.33 2932.95 2506.5 2936.52 Q2504.69 2940.06 2504.69 2947.19 Q2504.69 2954.29 2506.5 2957.86 Q2508.33 2961.4 2511.94 2961.4 Q2515.57 2961.4 2517.38 2957.86 Q2519.21 2954.29 2519.21 2947.19 Q2519.21 2940.06 2517.38 2936.52 Q2515.57 2932.95 2511.94 2932.95 M2511.94 2929.25 Q2517.75 2929.25 2520.8 2933.85 Q2523.88 2938.44 2523.88 2947.19 Q2523.88 2955.91 2520.8 2960.52 Q2517.75 2965.1 2511.94 2965.1 Q2506.13 2965.1 2503.05 2960.52 Q2499.99 2955.91 2499.99 2947.19 Q2499.99 2938.44 2503.05 2933.85 Q2506.13 2929.25 2511.94 2929.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2683.86 2960.5 L2691.5 2960.5 L2691.5 2934.13 L2683.19 2935.8 L2683.19 2931.54 L2691.45 2929.87 L2696.13 2929.87 L2696.13 2960.5 L2703.77 2960.5 L2703.77 2964.43 L2683.86 2964.43 L2683.86 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M2869.67 2960.5 L2885.99 2960.5 L2885.99 2964.43 L2864.05 2964.43 L2864.05 2960.5 Q2866.71 2957.74 2871.29 2953.11 Q2875.9 2948.46 2877.08 2947.12 Q2879.32 2944.59 2880.2 2942.86 Q2881.11 2941.1 2881.11 2939.41 Q2881.11 2936.65 2879.16 2934.92 Q2877.24 2933.18 2874.14 2933.18 Q2871.94 2933.18 2869.49 2933.95 Q2867.06 2934.71 2864.28 2936.26 L2864.28 2931.54 Q2867.1 2930.4 2869.56 2929.83 Q2872.01 2929.25 2874.05 2929.25 Q2879.42 2929.25 2882.61 2931.93 Q2885.81 2934.62 2885.81 2939.11 Q2885.81 2941.24 2884.99 2943.16 Q2884.21 2945.06 2882.1 2947.65 Q2881.52 2948.32 2878.42 2951.54 Q2875.32 2954.73 2869.67 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M3060.81 2945.8 Q3064.16 2946.52 3066.04 2948.78 Q3067.94 2951.05 3067.94 2954.39 Q3067.94 2959.5 3064.42 2962.3 Q3060.9 2965.1 3054.42 2965.1 Q3052.24 2965.1 3049.93 2964.66 Q3047.64 2964.25 3045.18 2963.39 L3045.18 2958.88 Q3047.13 2960.01 3049.44 2960.59 Q3051.76 2961.17 3054.28 2961.17 Q3058.68 2961.17 3060.97 2959.43 Q3063.28 2957.7 3063.28 2954.39 Q3063.28 2951.33 3061.13 2949.62 Q3059 2947.88 3055.18 2947.88 L3051.15 2947.88 L3051.15 2944.04 L3055.37 2944.04 Q3058.82 2944.04 3060.64 2942.67 Q3062.47 2941.28 3062.47 2938.69 Q3062.47 2936.03 3060.57 2934.62 Q3058.7 2933.18 3055.18 2933.18 Q3053.26 2933.18 3051.06 2933.6 Q3048.86 2934.02 3046.22 2934.89 L3046.22 2930.73 Q3048.89 2929.99 3051.2 2929.62 Q3053.54 2929.25 3055.6 2929.25 Q3060.92 2929.25 3064.02 2931.68 Q3067.13 2934.08 3067.13 2938.21 Q3067.13 2941.08 3065.48 2943.07 Q3063.84 2945.03 3060.81 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2860.9 3152.76,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2590.79 3152.76,2590.79 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2320.69 3152.76,2320.69 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2050.59 3152.76,2050.59 \n \"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,1780.49 3152.76,1780.49 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2897.36 1871.12,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2860.9 1886.5,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2590.79 1886.5,2590.79 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2320.69 1886.5,2320.69 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2050.59 1886.5,2050.59 \n \"/>\n<polyline clip-path=\"url(#clip280)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1780.49 1886.5,1780.49 \n \"/>\n<path clip-path=\"url(#clip280)\" d=\"M 0 0 M1811.17 2846.69 Q1807.56 2846.69 1805.73 2850.26 Q1803.93 2853.8 1803.93 2860.93 Q1803.93 2868.04 1805.73 2871.6 Q1807.56 2875.14 1811.17 2875.14 Q1814.81 2875.14 1816.61 2871.6 Q1818.44 2868.04 1818.44 2860.93 Q1818.44 2853.8 1816.61 2850.26 Q1814.81 2846.69 1811.17 2846.69 M1811.17 2842.99 Q1816.98 2842.99 1820.04 2847.6 Q1823.12 2852.18 1823.12 2860.93 Q1823.12 2869.66 1820.04 2874.26 Q1816.98 2878.85 1811.17 2878.85 Q1805.36 2878.85 1802.28 2874.26 Q1799.23 2869.66 1799.23 2860.93 Q1799.23 2852.18 1802.28 2847.6 Q1805.36 2842.99 1811.17 2842.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1806.8 2604.14 L1823.12 2604.14 L1823.12 2608.07 L1801.17 2608.07 L1801.17 2604.14 Q1803.84 2601.38 1808.42 2596.76 Q1813.03 2592.1 1814.21 2590.76 Q1816.45 2588.24 1817.33 2586.5 Q1818.23 2584.74 1818.23 2583.05 Q1818.23 2580.3 1816.29 2578.56 Q1814.37 2576.82 1811.27 2576.82 Q1809.07 2576.82 1806.61 2577.59 Q1804.18 2578.35 1801.4 2579.9 L1801.4 2575.18 Q1804.23 2574.05 1806.68 2573.47 Q1809.14 2572.89 1811.17 2572.89 Q1816.54 2572.89 1819.74 2575.57 Q1822.93 2578.26 1822.93 2582.75 Q1822.93 2584.88 1822.12 2586.8 Q1821.34 2588.7 1819.23 2591.29 Q1818.65 2591.96 1815.55 2595.18 Q1812.45 2598.38 1806.8 2604.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1813.53 2307.49 L1801.73 2325.94 L1813.53 2325.94 L1813.53 2307.49 M1812.31 2303.41 L1818.19 2303.41 L1818.19 2325.94 L1823.12 2325.94 L1823.12 2329.83 L1818.19 2329.83 L1818.19 2337.97 L1813.53 2337.97 L1813.53 2329.83 L1797.93 2329.83 L1797.93 2325.31 L1812.31 2303.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1811.59 2048.73 Q1808.44 2048.73 1806.59 2050.88 Q1804.76 2053.03 1804.76 2056.78 Q1804.76 2060.51 1806.59 2062.69 Q1808.44 2064.84 1811.59 2064.84 Q1814.74 2064.84 1816.57 2062.69 Q1818.42 2060.51 1818.42 2056.78 Q1818.42 2053.03 1816.57 2050.88 Q1814.74 2048.73 1811.59 2048.73 M1820.87 2034.08 L1820.87 2038.34 Q1819.11 2037.5 1817.31 2037.06 Q1815.53 2036.62 1813.77 2036.62 Q1809.14 2036.62 1806.68 2039.75 Q1804.25 2042.87 1803.9 2049.19 Q1805.27 2047.18 1807.33 2046.11 Q1809.39 2045.02 1811.87 2045.02 Q1817.08 2045.02 1820.09 2048.2 Q1823.12 2051.34 1823.12 2056.78 Q1823.12 2062.11 1819.97 2065.33 Q1816.82 2068.54 1811.59 2068.54 Q1805.59 2068.54 1802.42 2063.96 Q1799.25 2059.35 1799.25 2050.63 Q1799.25 2042.43 1803.14 2037.57 Q1807.03 2032.69 1813.58 2032.69 Q1815.34 2032.69 1817.12 2033.03 Q1818.93 2033.38 1820.87 2034.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip280)\" d=\"M 0 0 M1811.27 1781.36 Q1807.93 1781.36 1806.01 1783.14 Q1804.11 1784.92 1804.11 1788.05 Q1804.11 1791.17 1806.01 1792.96 Q1807.93 1794.74 1811.27 1794.74 Q1814.6 1794.74 1816.52 1792.96 Q1818.44 1791.15 1818.44 1788.05 Q1818.44 1784.92 1816.52 1783.14 Q1814.62 1781.36 1811.27 1781.36 M1806.59 1779.37 Q1803.58 1778.63 1801.89 1776.57 Q1800.22 1774.51 1800.22 1771.54 Q1800.22 1767.4 1803.16 1764.99 Q1806.13 1762.59 1811.27 1762.59 Q1816.43 1762.59 1819.37 1764.99 Q1822.31 1767.4 1822.31 1771.54 Q1822.31 1774.51 1820.62 1776.57 Q1818.95 1778.63 1815.96 1779.37 Q1819.34 1780.15 1821.22 1782.45 Q1823.12 1784.74 1823.12 1788.05 Q1823.12 1793.07 1820.04 1795.76 Q1816.98 1798.44 1811.27 1798.44 Q1805.55 1798.44 1802.47 1795.76 Q1799.41 1793.07 1799.41 1788.05 Q1799.41 1784.74 1801.31 1782.45 Q1803.21 1780.15 1806.59 1779.37 M1804.88 1771.98 Q1804.88 1774.67 1806.54 1776.17 Q1808.23 1777.68 1811.27 1777.68 Q1814.28 1777.68 1815.96 1776.17 Q1817.68 1774.67 1817.68 1771.98 Q1817.68 1769.3 1815.96 1767.79 Q1814.28 1766.29 1811.27 1766.29 Q1808.23 1766.29 1806.54 1767.79 Q1804.88 1769.3 1804.88 1771.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip285)\" d=\"\nM1941.61 1780.49 L1941.61 2860.9 L1964.42 2860.9 L1964.42 1780.49 L1941.61 1780.49 L1941.61 1780.49 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1941.61,1780.49 1941.61,2860.9 1964.42,2860.9 1964.42,1780.49 1941.61,1780.49 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM1964.42 2320.69 L1964.42 2860.9 L1987.24 2860.9 L1987.24 2320.69 L1964.42 2320.69 L1964.42 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1964.42,2320.69 1964.42,2860.9 1987.24,2860.9 1987.24,2320.69 1964.42,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM1987.24 1915.54 L1987.24 2860.9 L2010.05 2860.9 L2010.05 1915.54 L1987.24 1915.54 L1987.24 1915.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1987.24,1915.54 1987.24,2860.9 2010.05,2860.9 2010.05,1915.54 1987.24,1915.54 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2010.05 2185.64 L2010.05 2860.9 L2032.86 2860.9 L2032.86 2185.64 L2010.05 2185.64 L2010.05 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2010.05,2185.64 2010.05,2860.9 2032.86,2860.9 2032.86,2185.64 2010.05,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2032.86 2050.59 L2032.86 2860.9 L2055.68 2860.9 L2055.68 2050.59 L2032.86 2050.59 L2032.86 2050.59 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2032.86,2050.59 2032.86,2860.9 2055.68,2860.9 2055.68,2050.59 2032.86,2050.59 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2055.68 2590.79 L2055.68 2860.9 L2078.49 2860.9 L2078.49 2590.79 L2055.68 2590.79 L2055.68 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2055.68,2590.79 2055.68,2860.9 2078.49,2860.9 2078.49,2590.79 2055.68,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2078.49 2320.69 L2078.49 2860.9 L2101.3 2860.9 L2101.3 2320.69 L2078.49 2320.69 L2078.49 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2078.49,2320.69 2078.49,2860.9 2101.3,2860.9 2101.3,2320.69 2078.49,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2101.3 2320.69 L2101.3 2860.9 L2124.11 2860.9 L2124.11 2320.69 L2101.3 2320.69 L2101.3 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2101.3,2320.69 2101.3,2860.9 2124.11,2860.9 2124.11,2320.69 2101.3,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2124.11 2590.79 L2124.11 2860.9 L2146.93 2860.9 L2146.93 2590.79 L2124.11 2590.79 L2124.11 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2124.11,2590.79 2124.11,2860.9 2146.93,2860.9 2146.93,2590.79 2124.11,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2146.93 2185.64 L2146.93 2860.9 L2169.74 2860.9 L2169.74 2185.64 L2146.93 2185.64 L2146.93 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2146.93,2185.64 2146.93,2860.9 2169.74,2860.9 2169.74,2185.64 2146.93,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2169.74 2320.69 L2169.74 2860.9 L2192.55 2860.9 L2192.55 2320.69 L2169.74 2320.69 L2169.74 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2169.74,2320.69 2169.74,2860.9 2192.55,2860.9 2192.55,2320.69 2169.74,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2192.55 2455.74 L2192.55 2860.9 L2215.37 2860.9 L2215.37 2455.74 L2192.55 2455.74 L2192.55 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2192.55,2455.74 2192.55,2860.9 2215.37,2860.9 2215.37,2455.74 2192.55,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2215.37 2185.64 L2215.37 2860.9 L2238.18 2860.9 L2238.18 2185.64 L2215.37 2185.64 L2215.37 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2215.37,2185.64 2215.37,2860.9 2238.18,2860.9 2238.18,2185.64 2215.37,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2238.18 2590.79 L2238.18 2860.9 L2260.99 2860.9 L2260.99 2590.79 L2238.18 2590.79 L2238.18 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2238.18,2590.79 2238.18,2860.9 2260.99,2860.9 2260.99,2590.79 2238.18,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2260.99 2590.79 L2260.99 2860.9 L2283.81 2860.9 L2283.81 2590.79 L2260.99 2590.79 L2260.99 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2260.99,2590.79 2260.99,2860.9 2283.81,2860.9 2283.81,2590.79 2260.99,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2283.81 2185.64 L2283.81 2860.9 L2306.62 2860.9 L2306.62 2185.64 L2283.81 2185.64 L2283.81 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2283.81,2185.64 2283.81,2860.9 2306.62,2860.9 2306.62,2185.64 2283.81,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2306.62 2050.59 L2306.62 2860.9 L2329.43 2860.9 L2329.43 2050.59 L2306.62 2050.59 L2306.62 2050.59 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2306.62,2050.59 2306.62,2860.9 2329.43,2860.9 2329.43,2050.59 2306.62,2050.59 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2329.43 2455.74 L2329.43 2860.9 L2352.25 2860.9 L2352.25 2455.74 L2329.43 2455.74 L2329.43 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2329.43,2455.74 2329.43,2860.9 2352.25,2860.9 2352.25,2455.74 2329.43,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2352.25 1915.54 L2352.25 2860.9 L2375.06 2860.9 L2375.06 1915.54 L2352.25 1915.54 L2352.25 1915.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2352.25,1915.54 2352.25,2860.9 2375.06,2860.9 2375.06,1915.54 2352.25,1915.54 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2375.06 2860.9 L2375.06 2860.9 L2397.87 2860.9 L2397.87 2860.9 L2375.06 2860.9 L2375.06 2860.9 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2375.06,2860.9 2375.06,2860.9 2397.87,2860.9 2375.06,2860.9 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2397.87 2455.74 L2397.87 2860.9 L2420.68 2860.9 L2420.68 2455.74 L2397.87 2455.74 L2397.87 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2397.87,2455.74 2397.87,2860.9 2420.68,2860.9 2420.68,2455.74 2397.87,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2420.68 2320.69 L2420.68 2860.9 L2443.5 2860.9 L2443.5 2320.69 L2420.68 2320.69 L2420.68 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2420.68,2320.69 2420.68,2860.9 2443.5,2860.9 2443.5,2320.69 2420.68,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2443.5 1915.54 L2443.5 2860.9 L2466.31 2860.9 L2466.31 1915.54 L2443.5 1915.54 L2443.5 1915.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2443.5,1915.54 2443.5,2860.9 2466.31,2860.9 2466.31,1915.54 2443.5,1915.54 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2466.31 2590.79 L2466.31 2860.9 L2489.12 2860.9 L2489.12 2590.79 L2466.31 2590.79 L2466.31 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2466.31,2590.79 2466.31,2860.9 2489.12,2860.9 2489.12,2590.79 2466.31,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2489.12 2185.64 L2489.12 2860.9 L2511.94 2860.9 L2511.94 2185.64 L2489.12 2185.64 L2489.12 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2489.12,2185.64 2489.12,2860.9 2511.94,2860.9 2511.94,2185.64 2489.12,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2511.94 2725.85 L2511.94 2860.9 L2534.75 2860.9 L2534.75 2725.85 L2511.94 2725.85 L2511.94 2725.85 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2511.94,2725.85 2511.94,2860.9 2534.75,2860.9 2534.75,2725.85 2511.94,2725.85 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2534.75 1780.49 L2534.75 2860.9 L2557.56 2860.9 L2557.56 1780.49 L2534.75 1780.49 L2534.75 1780.49 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2534.75,1780.49 2534.75,2860.9 2557.56,2860.9 2557.56,1780.49 2534.75,1780.49 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2557.56 2050.59 L2557.56 2860.9 L2580.38 2860.9 L2580.38 2050.59 L2557.56 2050.59 L2557.56 2050.59 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2557.56,2050.59 2557.56,2860.9 2580.38,2860.9 2580.38,2050.59 2557.56,2050.59 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2580.38 2185.64 L2580.38 2860.9 L2603.19 2860.9 L2603.19 2185.64 L2580.38 2185.64 L2580.38 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2580.38,2185.64 2580.38,2860.9 2603.19,2860.9 2603.19,2185.64 2580.38,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2603.19 2185.64 L2603.19 2860.9 L2626 2860.9 L2626 2185.64 L2603.19 2185.64 L2603.19 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2603.19,2185.64 2603.19,2860.9 2626,2860.9 2626,2185.64 2603.19,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2626 2455.74 L2626 2860.9 L2648.82 2860.9 L2648.82 2455.74 L2626 2455.74 L2626 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2626,2455.74 2626,2860.9 2648.82,2860.9 2648.82,2455.74 2626,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2648.82 2455.74 L2648.82 2860.9 L2671.63 2860.9 L2671.63 2455.74 L2648.82 2455.74 L2648.82 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2648.82,2455.74 2648.82,2860.9 2671.63,2860.9 2671.63,2455.74 2648.82,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2671.63 2320.69 L2671.63 2860.9 L2694.44 2860.9 L2694.44 2320.69 L2671.63 2320.69 L2671.63 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2671.63,2320.69 2671.63,2860.9 2694.44,2860.9 2694.44,2320.69 2671.63,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2694.44 2590.79 L2694.44 2860.9 L2717.25 2860.9 L2717.25 2590.79 L2694.44 2590.79 L2694.44 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2694.44,2590.79 2694.44,2860.9 2717.25,2860.9 2717.25,2590.79 2694.44,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2717.25 2185.64 L2717.25 2860.9 L2740.07 2860.9 L2740.07 2185.64 L2717.25 2185.64 L2717.25 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2717.25,2185.64 2717.25,2860.9 2740.07,2860.9 2740.07,2185.64 2717.25,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2740.07 2590.79 L2740.07 2860.9 L2762.88 2860.9 L2762.88 2590.79 L2740.07 2590.79 L2740.07 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2740.07,2590.79 2740.07,2860.9 2762.88,2860.9 2762.88,2590.79 2740.07,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2762.88 2320.69 L2762.88 2860.9 L2785.69 2860.9 L2785.69 2320.69 L2762.88 2320.69 L2762.88 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2762.88,2320.69 2762.88,2860.9 2785.69,2860.9 2785.69,2320.69 2762.88,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2785.69 1915.54 L2785.69 2860.9 L2808.51 2860.9 L2808.51 1915.54 L2785.69 1915.54 L2785.69 1915.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2785.69,1915.54 2785.69,2860.9 2808.51,2860.9 2808.51,1915.54 2785.69,1915.54 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2808.51 2590.79 L2808.51 2860.9 L2831.32 2860.9 L2831.32 2590.79 L2808.51 2590.79 L2808.51 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2808.51,2590.79 2808.51,2860.9 2831.32,2860.9 2831.32,2590.79 2808.51,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2831.32 2050.59 L2831.32 2860.9 L2854.13 2860.9 L2854.13 2050.59 L2831.32 2050.59 L2831.32 2050.59 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2831.32,2050.59 2831.32,2860.9 2854.13,2860.9 2854.13,2050.59 2831.32,2050.59 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2854.13 1645.44 L2854.13 2860.9 L2876.95 2860.9 L2876.95 1645.44 L2854.13 1645.44 L2854.13 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2854.13,1645.44 2854.13,2860.9 2876.95,2860.9 2876.95,1645.44 2854.13,1645.44 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2876.95 2320.69 L2876.95 2860.9 L2899.76 2860.9 L2899.76 2320.69 L2876.95 2320.69 L2876.95 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2876.95,2320.69 2876.95,2860.9 2899.76,2860.9 2899.76,2320.69 2876.95,2320.69 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2899.76 2455.74 L2899.76 2860.9 L2922.57 2860.9 L2922.57 2455.74 L2899.76 2455.74 L2899.76 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2899.76,2455.74 2899.76,2860.9 2922.57,2860.9 2922.57,2455.74 2899.76,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2922.57 2725.85 L2922.57 2860.9 L2945.39 2860.9 L2945.39 2725.85 L2922.57 2725.85 L2922.57 2725.85 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2922.57,2725.85 2922.57,2860.9 2945.39,2860.9 2945.39,2725.85 2922.57,2725.85 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2945.39 2590.79 L2945.39 2860.9 L2968.2 2860.9 L2968.2 2590.79 L2945.39 2590.79 L2945.39 2590.79 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2945.39,2590.79 2945.39,2860.9 2968.2,2860.9 2968.2,2590.79 2945.39,2590.79 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2968.2 2725.85 L2968.2 2860.9 L2991.01 2860.9 L2991.01 2725.85 L2968.2 2725.85 L2968.2 2725.85 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2968.2,2725.85 2968.2,2860.9 2991.01,2860.9 2991.01,2725.85 2968.2,2725.85 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM2991.01 2185.64 L2991.01 2860.9 L3013.82 2860.9 L3013.82 2185.64 L2991.01 2185.64 L2991.01 2185.64 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2991.01,2185.64 2991.01,2860.9 3013.82,2860.9 3013.82,2185.64 2991.01,2185.64 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM3013.82 2455.74 L3013.82 2860.9 L3036.64 2860.9 L3036.64 2455.74 L3013.82 2455.74 L3013.82 2455.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3013.82,2455.74 3013.82,2860.9 3036.64,2860.9 3036.64,2455.74 3013.82,2455.74 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM3036.64 2860.9 L3036.64 2860.9 L3059.45 2860.9 L3059.45 2860.9 L3036.64 2860.9 L3036.64 2860.9 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3036.64,2860.9 3036.64,2860.9 3059.45,2860.9 3036.64,2860.9 \n \"/>\n<path clip-path=\"url(#clip285)\" d=\"\nM3059.45 2320.69 L3059.45 2860.9 L3082.26 2860.9 L3082.26 2320.69 L3059.45 2320.69 L3059.45 2320.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip285)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3059.45,2320.69 3059.45,2860.9 3082.26,2860.9 3082.26,2320.69 3059.45,2320.69 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using RandomMatrices\n\nn, ms = 200, 1.4\nX = rand(Haar(1), n)\nP = scatter(eigvals(X); ms, msc=:auto, size=(520, 500), legend=false)\nH = histogram(angle.(eigvals(X)), bins=range(-π, π, length=51), legend=false)\nY = diagm(exp.(2π*im*rand(n)))\nQ = scatter(eigvals(Y); ms, msc=:auto, size=(520, 500), legend=false)\nK = histogram(angle.(diag(Y)), bins=range(-π, π, length=51), legend=false)\nplot(P, Q, H, K; size=(800, 760))",
"execution_count": 7,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 7,
"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=\"800\" height=\"760\" viewBox=\"0 0 3200 3040\">\n<defs>\n <clipPath id=\"clip320\">\n <rect x=\"0\" y=\"0\" width=\"3200\" height=\"3040\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip320)\" d=\"\nM0 3040 L3200 3040 L3200 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip321\">\n <rect x=\"640\" y=\"160\" width=\"2241\" height=\"2241\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip320)\" d=\"\nM271.118 1335.63 L1552.76 1335.63 L1552.76 47.2441 L271.118 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip322\">\n <rect x=\"271\" y=\"47\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 307.361,1335.63 307.361,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 609.643,1335.63 609.643,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 911.925,1335.63 911.925,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1214.21,1335.63 1214.21,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1516.49,1335.63 1516.49,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1335.63 1552.76,1335.63 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 307.361,1335.63 307.361,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 609.643,1335.63 609.643,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 911.925,1335.63 911.925,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1214.21,1335.63 1214.21,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1516.49,1335.63 1516.49,1320.17 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M261.146 1385.87 L290.822 1385.87 L290.822 1389.81 L261.146 1389.81 L261.146 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M296.701 1398.76 L304.34 1398.76 L304.34 1372.4 L296.03 1374.07 L296.03 1369.81 L304.294 1368.14 L308.97 1368.14 L308.97 1398.76 L316.609 1398.76 L316.609 1402.7 L296.701 1402.7 L296.701 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M321.678 1396.82 L326.562 1396.82 L326.562 1402.7 L321.678 1402.7 L321.678 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M341.632 1371.22 Q338.021 1371.22 336.192 1374.78 Q334.386 1378.32 334.386 1385.45 Q334.386 1392.56 336.192 1396.13 Q338.021 1399.67 341.632 1399.67 Q345.266 1399.67 347.071 1396.13 Q348.9 1392.56 348.9 1385.45 Q348.9 1378.32 347.071 1374.78 Q345.266 1371.22 341.632 1371.22 M341.632 1367.51 Q347.442 1367.51 350.497 1372.12 Q353.576 1376.7 353.576 1385.45 Q353.576 1394.18 350.497 1398.79 Q347.442 1403.37 341.632 1403.37 Q335.821 1403.37 332.743 1398.79 Q329.687 1394.18 329.687 1385.45 Q329.687 1376.7 332.743 1372.12 Q335.821 1367.51 341.632 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M563.312 1385.87 L592.988 1385.87 L592.988 1389.81 L563.312 1389.81 L563.312 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M608.057 1371.22 Q604.446 1371.22 602.618 1374.78 Q600.812 1378.32 600.812 1385.45 Q600.812 1392.56 602.618 1396.13 Q604.446 1399.67 608.057 1399.67 Q611.692 1399.67 613.497 1396.13 Q615.326 1392.56 615.326 1385.45 Q615.326 1378.32 613.497 1374.78 Q611.692 1371.22 608.057 1371.22 M608.057 1367.51 Q613.868 1367.51 616.923 1372.12 Q620.002 1376.7 620.002 1385.45 Q620.002 1394.18 616.923 1398.79 Q613.868 1403.37 608.057 1403.37 Q602.247 1403.37 599.169 1398.79 Q596.113 1394.18 596.113 1385.45 Q596.113 1376.7 599.169 1372.12 Q602.247 1367.51 608.057 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M625.071 1396.82 L629.955 1396.82 L629.955 1402.7 L625.071 1402.7 L625.071 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M635.071 1368.14 L653.428 1368.14 L653.428 1372.08 L639.354 1372.08 L639.354 1380.55 Q640.372 1380.2 641.391 1380.04 Q642.409 1379.85 643.428 1379.85 Q649.215 1379.85 652.594 1383.02 Q655.974 1386.2 655.974 1391.61 Q655.974 1397.19 652.502 1400.29 Q649.029 1403.37 642.71 1403.37 Q640.534 1403.37 638.266 1403 Q636.02 1402.63 633.613 1401.89 L633.613 1397.19 Q635.696 1398.32 637.918 1398.88 Q640.141 1399.44 642.617 1399.44 Q646.622 1399.44 648.96 1397.33 Q651.298 1395.22 651.298 1391.61 Q651.298 1388 648.96 1385.89 Q646.622 1383.79 642.617 1383.79 Q640.742 1383.79 638.867 1384.2 Q637.016 1384.62 635.071 1385.5 L635.071 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M893.441 1371.22 Q889.83 1371.22 888.002 1374.78 Q886.196 1378.32 886.196 1385.45 Q886.196 1392.56 888.002 1396.13 Q889.83 1399.67 893.441 1399.67 Q897.076 1399.67 898.881 1396.13 Q900.71 1392.56 900.71 1385.45 Q900.71 1378.32 898.881 1374.78 Q897.076 1371.22 893.441 1371.22 M893.441 1367.51 Q899.252 1367.51 902.307 1372.12 Q905.386 1376.7 905.386 1385.45 Q905.386 1394.18 902.307 1398.79 Q899.252 1403.37 893.441 1403.37 Q887.631 1403.37 884.553 1398.79 Q881.497 1394.18 881.497 1385.45 Q881.497 1376.7 884.553 1372.12 Q887.631 1367.51 893.441 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M910.455 1396.82 L915.34 1396.82 L915.34 1402.7 L910.455 1402.7 L910.455 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M930.409 1371.22 Q926.798 1371.22 924.969 1374.78 Q923.164 1378.32 923.164 1385.45 Q923.164 1392.56 924.969 1396.13 Q926.798 1399.67 930.409 1399.67 Q934.043 1399.67 935.849 1396.13 Q937.677 1392.56 937.677 1385.45 Q937.677 1378.32 935.849 1374.78 Q934.043 1371.22 930.409 1371.22 M930.409 1367.51 Q936.219 1367.51 939.275 1372.12 Q942.353 1376.7 942.353 1385.45 Q942.353 1394.18 939.275 1398.79 Q936.219 1403.37 930.409 1403.37 Q924.599 1403.37 921.52 1398.79 Q918.464 1394.18 918.464 1385.45 Q918.464 1376.7 921.52 1372.12 Q924.599 1367.51 930.409 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1196.22 1371.22 Q1192.61 1371.22 1190.78 1374.78 Q1188.98 1378.32 1188.98 1385.45 Q1188.98 1392.56 1190.78 1396.13 Q1192.61 1399.67 1196.22 1399.67 Q1199.86 1399.67 1201.66 1396.13 Q1203.49 1392.56 1203.49 1385.45 Q1203.49 1378.32 1201.66 1374.78 Q1199.86 1371.22 1196.22 1371.22 M1196.22 1367.51 Q1202.03 1367.51 1205.09 1372.12 Q1208.17 1376.7 1208.17 1385.45 Q1208.17 1394.18 1205.09 1398.79 Q1202.03 1403.37 1196.22 1403.37 Q1190.41 1403.37 1187.33 1398.79 Q1184.28 1394.18 1184.28 1385.45 Q1184.28 1376.7 1187.33 1372.12 Q1190.41 1367.51 1196.22 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1213.24 1396.82 L1218.12 1396.82 L1218.12 1402.7 L1213.24 1402.7 L1213.24 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1223.23 1368.14 L1241.59 1368.14 L1241.59 1372.08 L1227.52 1372.08 L1227.52 1380.55 Q1228.54 1380.2 1229.55 1380.04 Q1230.57 1379.85 1231.59 1379.85 Q1237.38 1379.85 1240.76 1383.02 Q1244.14 1386.2 1244.14 1391.61 Q1244.14 1397.19 1240.67 1400.29 Q1237.19 1403.37 1230.87 1403.37 Q1228.7 1403.37 1226.43 1403 Q1224.18 1402.63 1221.78 1401.89 L1221.78 1397.19 Q1223.86 1398.32 1226.08 1398.88 Q1228.3 1399.44 1230.78 1399.44 Q1234.79 1399.44 1237.12 1397.33 Q1239.46 1395.22 1239.46 1391.61 Q1239.46 1388 1237.12 1385.89 Q1234.79 1383.79 1230.78 1383.79 Q1228.91 1383.79 1227.03 1384.2 Q1225.18 1384.62 1223.23 1385.5 L1223.23 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1488.39 1398.76 L1496.03 1398.76 L1496.03 1372.4 L1487.72 1374.07 L1487.72 1369.81 L1495.98 1368.14 L1500.66 1368.14 L1500.66 1398.76 L1508.29 1398.76 L1508.29 1402.7 L1488.39 1402.7 L1488.39 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1513.36 1396.82 L1518.25 1396.82 L1518.25 1402.7 L1513.36 1402.7 L1513.36 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1533.32 1371.22 Q1529.71 1371.22 1527.88 1374.78 Q1526.07 1378.32 1526.07 1385.45 Q1526.07 1392.56 1527.88 1396.13 Q1529.71 1399.67 1533.32 1399.67 Q1536.95 1399.67 1538.76 1396.13 Q1540.59 1392.56 1540.59 1385.45 Q1540.59 1378.32 1538.76 1374.78 Q1536.95 1371.22 1533.32 1371.22 M1533.32 1367.51 Q1539.13 1367.51 1542.18 1372.12 Q1545.26 1376.7 1545.26 1385.45 Q1545.26 1394.18 1542.18 1398.79 Q1539.13 1403.37 1533.32 1403.37 Q1527.51 1403.37 1524.43 1398.79 Q1521.37 1394.18 1521.37 1385.45 Q1521.37 1376.7 1524.43 1372.12 Q1527.51 1367.51 1533.32 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M860.868 1470.21 Q862.937 1470.91 864.878 1473.2 Q866.852 1475.5 868.825 1479.51 L875.35 1492.49 L868.443 1492.49 L862.364 1480.3 Q860.009 1475.53 857.781 1473.97 Q855.584 1472.41 851.765 1472.41 L844.763 1472.41 L844.763 1492.49 L838.333 1492.49 L838.333 1444.97 L852.847 1444.97 Q860.995 1444.97 865.006 1448.38 Q869.016 1451.78 869.016 1458.66 Q869.016 1463.15 866.915 1466.11 Q864.846 1469.07 860.868 1470.21 M844.763 1450.26 L844.763 1467.12 L852.847 1467.12 Q857.494 1467.12 859.849 1464.99 Q862.237 1462.83 862.237 1458.66 Q862.237 1454.49 859.849 1452.39 Q857.494 1450.26 852.847 1450.26 L844.763 1450.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M909.056 1473.2 L909.056 1476.07 L882.129 1476.07 Q882.511 1482.12 885.758 1485.3 Q889.036 1488.45 894.861 1488.45 Q898.235 1488.45 901.386 1487.62 Q904.568 1486.79 907.688 1485.14 L907.688 1490.68 Q904.537 1492.01 901.227 1492.71 Q897.916 1493.41 894.511 1493.41 Q885.981 1493.41 880.984 1488.45 Q876.018 1483.48 876.018 1475.02 Q876.018 1466.27 880.729 1461.14 Q885.471 1455.98 893.492 1455.98 Q900.685 1455.98 904.855 1460.63 Q909.056 1465.25 909.056 1473.2 M903.2 1471.49 Q903.136 1466.68 900.494 1463.81 Q897.885 1460.95 893.556 1460.95 Q888.654 1460.95 885.694 1463.72 Q882.766 1466.49 882.32 1471.52 L903.2 1471.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M929.267 1443.03 Q925.002 1450.35 922.934 1457.51 Q920.865 1464.67 920.865 1472.03 Q920.865 1479.38 922.934 1486.6 Q925.034 1493.8 929.267 1501.09 L924.175 1501.09 Q919.401 1493.61 917.013 1486.38 Q914.658 1479.16 914.658 1472.03 Q914.658 1464.93 917.013 1457.74 Q919.369 1450.54 924.175 1443.03 L929.267 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M965.043 1456.84 L952.152 1474.19 L965.711 1492.49 L958.804 1492.49 L948.428 1478.49 L938.052 1492.49 L931.145 1492.49 L944.991 1473.84 L932.323 1456.84 L939.23 1456.84 L948.683 1469.54 L958.136 1456.84 L965.043 1456.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M970.931 1443.03 L976.024 1443.03 Q980.798 1450.54 983.153 1457.74 Q985.54 1464.93 985.54 1472.03 Q985.54 1479.16 983.153 1486.38 Q980.798 1493.61 976.024 1501.09 L970.931 1501.09 Q975.164 1493.8 977.233 1486.6 Q979.334 1479.38 979.334 1472.03 Q979.334 1464.67 977.233 1457.51 Q975.164 1450.35 970.931 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,1299.2 1552.76,1299.2 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,995.32 1552.76,995.32 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,691.436 1552.76,691.436 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,387.552 1552.76,387.552 \n \"/>\n<polyline clip-path=\"url(#clip322)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,83.668 1552.76,83.668 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1335.63 271.118,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1299.2 286.497,1299.2 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,995.32 286.497,995.32 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,691.436 286.497,691.436 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,387.552 286.497,387.552 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,83.668 286.497,83.668 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M130.688 1299.66 L160.363 1299.66 L160.363 1303.59 L130.688 1303.59 L130.688 1299.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M166.243 1312.55 L173.882 1312.55 L173.882 1286.18 L165.572 1287.85 L165.572 1283.59 L173.836 1281.92 L178.511 1281.92 L178.511 1312.55 L186.15 1312.55 L186.15 1316.48 L166.243 1316.48 L166.243 1312.55 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M191.22 1310.6 L196.104 1310.6 L196.104 1316.48 L191.22 1316.48 L191.22 1310.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M211.173 1285 Q207.562 1285 205.734 1288.57 Q203.928 1292.11 203.928 1299.24 Q203.928 1306.35 205.734 1309.91 Q207.562 1313.45 211.173 1313.45 Q214.808 1313.45 216.613 1309.91 Q218.442 1306.35 218.442 1299.24 Q218.442 1292.11 216.613 1288.57 Q214.808 1285 211.173 1285 M211.173 1281.3 Q216.983 1281.3 220.039 1285.91 Q223.118 1290.49 223.118 1299.24 Q223.118 1307.97 220.039 1312.57 Q216.983 1317.16 211.173 1317.16 Q205.363 1317.16 202.284 1312.57 Q199.229 1307.97 199.229 1299.24 Q199.229 1290.49 202.284 1285.91 Q205.363 1281.3 211.173 1281.3 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M130.456 995.771 L160.132 995.771 L160.132 999.707 L130.456 999.707 L130.456 995.771 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M175.201 981.119 Q171.59 981.119 169.762 984.683 Q167.956 988.225 167.956 995.355 Q167.956 1002.46 169.762 1006.03 Q171.59 1009.57 175.201 1009.57 Q178.836 1009.57 180.641 1006.03 Q182.47 1002.46 182.47 995.355 Q182.47 988.225 180.641 984.683 Q178.836 981.119 175.201 981.119 M175.201 977.415 Q181.011 977.415 184.067 982.021 Q187.146 986.605 187.146 995.355 Q187.146 1004.08 184.067 1008.69 Q181.011 1013.27 175.201 1013.27 Q169.391 1013.27 166.312 1008.69 Q163.257 1004.08 163.257 995.355 Q163.257 986.605 166.312 982.021 Q169.391 977.415 175.201 977.415 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M192.215 1006.72 L197.099 1006.72 L197.099 1012.6 L192.215 1012.6 L192.215 1006.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M202.215 978.04 L220.571 978.04 L220.571 981.975 L206.497 981.975 L206.497 990.447 Q207.516 990.1 208.534 989.938 Q209.553 989.753 210.571 989.753 Q216.358 989.753 219.738 992.924 Q223.118 996.095 223.118 1001.51 Q223.118 1007.09 219.645 1010.19 Q216.173 1013.27 209.854 1013.27 Q207.678 1013.27 205.409 1012.9 Q203.164 1012.53 200.757 1011.79 L200.757 1007.09 Q202.84 1008.22 205.062 1008.78 Q207.284 1009.34 209.761 1009.34 Q213.766 1009.34 216.104 1007.23 Q218.442 1005.12 218.442 1001.51 Q218.442 997.901 216.104 995.794 Q213.766 993.688 209.761 993.688 Q207.886 993.688 206.011 994.105 Q204.159 994.521 202.215 995.401 L202.215 978.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M174.206 677.235 Q170.595 677.235 168.766 680.799 Q166.961 684.341 166.961 691.471 Q166.961 698.577 168.766 702.142 Q170.595 705.684 174.206 705.684 Q177.84 705.684 179.646 702.142 Q181.474 698.577 181.474 691.471 Q181.474 684.341 179.646 680.799 Q177.84 677.235 174.206 677.235 M174.206 673.531 Q180.016 673.531 183.072 678.137 Q186.15 682.721 186.15 691.471 Q186.15 700.198 183.072 704.804 Q180.016 709.387 174.206 709.387 Q168.396 709.387 165.317 704.804 Q162.262 700.198 162.262 691.471 Q162.262 682.721 165.317 678.137 Q168.396 673.531 174.206 673.531 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M191.22 702.836 L196.104 702.836 L196.104 708.716 L191.22 708.716 L191.22 702.836 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M211.173 677.235 Q207.562 677.235 205.734 680.799 Q203.928 684.341 203.928 691.471 Q203.928 698.577 205.734 702.142 Q207.562 705.684 211.173 705.684 Q214.808 705.684 216.613 702.142 Q218.442 698.577 218.442 691.471 Q218.442 684.341 216.613 680.799 Q214.808 677.235 211.173 677.235 M211.173 673.531 Q216.983 673.531 220.039 678.137 Q223.118 682.721 223.118 691.471 Q223.118 700.198 220.039 704.804 Q216.983 709.387 211.173 709.387 Q205.363 709.387 202.284 704.804 Q199.229 700.198 199.229 691.471 Q199.229 682.721 202.284 678.137 Q205.363 673.531 211.173 673.531 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M175.201 373.351 Q171.59 373.351 169.762 376.915 Q167.956 380.457 167.956 387.587 Q167.956 394.693 169.762 398.258 Q171.59 401.8 175.201 401.8 Q178.836 401.8 180.641 398.258 Q182.47 394.693 182.47 387.587 Q182.47 380.457 180.641 376.915 Q178.836 373.351 175.201 373.351 M175.201 369.647 Q181.011 369.647 184.067 374.253 Q187.146 378.837 187.146 387.587 Q187.146 396.314 184.067 400.92 Q181.011 405.503 175.201 405.503 Q169.391 405.503 166.312 400.92 Q163.257 396.314 163.257 387.587 Q163.257 378.837 166.312 374.253 Q169.391 369.647 175.201 369.647 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M192.215 398.952 L197.099 398.952 L197.099 404.832 L192.215 404.832 L192.215 398.952 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M202.215 370.272 L220.571 370.272 L220.571 374.207 L206.497 374.207 L206.497 382.679 Q207.516 382.332 208.534 382.17 Q209.553 381.985 210.571 381.985 Q216.358 381.985 219.738 385.156 Q223.118 388.327 223.118 393.744 Q223.118 399.323 219.645 402.425 Q216.173 405.503 209.854 405.503 Q207.678 405.503 205.409 405.133 Q203.164 404.763 200.757 404.022 L200.757 399.323 Q202.84 400.457 205.062 401.013 Q207.284 401.568 209.761 401.568 Q213.766 401.568 216.104 399.462 Q218.442 397.355 218.442 393.744 Q218.442 390.133 216.104 388.027 Q213.766 385.92 209.761 385.92 Q207.886 385.92 206.011 386.337 Q204.159 386.753 202.215 387.633 L202.215 370.272 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M166.243 97.0128 L173.882 97.0128 L173.882 70.6472 L165.572 72.3139 L165.572 68.0547 L173.836 66.388 L178.511 66.388 L178.511 97.0128 L186.15 97.0128 L186.15 100.948 L166.243 100.948 L166.243 97.0128 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M191.22 95.0684 L196.104 95.0684 L196.104 100.948 L191.22 100.948 L191.22 95.0684 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M211.173 69.4667 Q207.562 69.4667 205.734 73.0315 Q203.928 76.5731 203.928 83.7027 Q203.928 90.8092 205.734 94.374 Q207.562 97.9156 211.173 97.9156 Q214.808 97.9156 216.613 94.374 Q218.442 90.8092 218.442 83.7027 Q218.442 76.5731 216.613 73.0315 Q214.808 69.4667 211.173 69.4667 M211.173 65.763 Q216.983 65.763 220.039 70.3695 Q223.118 74.9528 223.118 83.7027 Q223.118 92.4295 220.039 97.036 Q216.983 101.619 211.173 101.619 Q205.363 101.619 202.284 97.036 Q199.229 92.4295 199.229 83.7027 Q199.229 74.9528 202.284 70.3695 Q205.363 65.763 211.173 65.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M20.6802 761.873 L20.6802 755.443 L68.2002 755.443 L68.2002 761.873 L20.6802 761.873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M39.3953 721.546 Q35.4486 719.35 33.5707 716.294 Q31.6928 713.239 31.6928 709.101 Q31.6928 703.531 35.6077 700.507 Q39.4908 697.483 46.6841 697.483 L68.2002 697.483 L68.2002 703.372 L46.875 703.372 Q41.7506 703.372 39.268 705.186 Q36.7854 707 36.7854 710.724 Q36.7854 715.276 39.8091 717.917 Q42.8328 720.559 48.0527 720.559 L68.2002 720.559 L68.2002 726.447 L46.875 726.447 Q41.7188 726.447 39.268 728.262 Q36.7854 730.076 36.7854 733.863 Q36.7854 738.351 39.8409 740.993 Q42.8646 743.635 48.0527 743.635 L68.2002 743.635 L68.2002 749.523 L32.5522 749.523 L32.5522 743.635 L38.0904 743.635 Q34.812 741.63 33.2524 738.829 Q31.6928 736.028 31.6928 732.176 Q31.6928 728.293 33.6662 725.588 Q35.6396 722.851 39.3953 721.546 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M18.7386 677.272 Q26.0592 681.537 33.2206 683.606 Q40.382 685.675 47.7344 685.675 Q55.0868 685.675 62.3119 683.606 Q69.5051 681.505 76.7939 677.272 L76.7939 682.365 Q69.3142 687.139 62.0891 689.526 Q54.864 691.882 47.7344 691.882 Q40.6366 691.882 33.4434 689.526 Q26.2502 687.171 18.7386 682.365 L18.7386 677.272 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M32.5522 641.497 L49.8988 654.388 L68.2002 640.829 L68.2002 647.735 L54.1956 658.112 L68.2002 668.488 L68.2002 675.394 L49.5486 661.549 L32.5522 674.217 L32.5522 667.31 L45.2518 657.857 L32.5522 648.404 L32.5522 641.497 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M18.7386 635.609 L18.7386 630.516 Q26.2502 625.742 33.4434 623.387 Q40.6366 620.999 47.7344 620.999 Q54.864 620.999 62.0891 623.387 Q69.3142 625.742 76.7939 630.516 L76.7939 635.609 Q69.5051 631.376 62.3119 629.307 Q55.0868 627.206 47.7344 627.206 Q40.382 627.206 33.2206 629.307 Q26.0592 631.376 18.7386 635.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip322)\" cx=\"307.39\" cy=\"697.438\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"307.39\" cy=\"685.434\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"307.898\" cy=\"717.038\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"307.898\" cy=\"665.834\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"310.009\" cy=\"748.261\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"310.009\" cy=\"634.611\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"311.496\" cy=\"762.396\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"311.496\" cy=\"620.476\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"312.761\" cy=\"772.487\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"312.761\" cy=\"610.385\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"316.22\" cy=\"795.102\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"316.22\" cy=\"587.77\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"320.304\" cy=\"816.524\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"320.304\" cy=\"566.348\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"325.274\" cy=\"838.285\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"325.274\" cy=\"544.587\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"330.614\" cy=\"858.374\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"330.614\" cy=\"524.498\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"337.213\" cy=\"880.058\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"337.213\" cy=\"502.814\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"343.929\" cy=\"899.604\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"343.929\" cy=\"483.268\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"347.871\" cy=\"910.169\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"347.871\" cy=\"472.703\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"351.893\" cy=\"920.374\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"351.893\" cy=\"462.498\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"359.304\" cy=\"937.903\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"359.304\" cy=\"444.969\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"376.887\" cy=\"974.41\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"376.887\" cy=\"408.462\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"382.937\" cy=\"985.68\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"382.937\" cy=\"397.192\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"390.135\" cy=\"998.394\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"390.135\" cy=\"384.478\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"395.804\" cy=\"1007.93\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"395.804\" cy=\"374.939\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"403.489\" cy=\"1020.26\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"403.489\" cy=\"362.608\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"427.861\" cy=\"1055.54\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"427.861\" cy=\"327.329\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"432.137\" cy=\"1061.22\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"432.137\" cy=\"321.654\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"448.681\" cy=\"1081.96\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"448.681\" cy=\"300.916\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"453.929\" cy=\"1088.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"453.929\" cy=\"294.709\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"462.12\" cy=\"1097.52\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"462.12\" cy=\"285.348\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"481.714\" cy=\"1118.44\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"481.714\" cy=\"264.431\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"498.623\" cy=\"1135\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"498.623\" cy=\"247.873\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"511.785\" cy=\"1147.03\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"511.785\" cy=\"235.84\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"518.979\" cy=\"1153.32\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"518.979\" cy=\"229.554\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"537.442\" cy=\"1168.57\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"537.442\" cy=\"214.305\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"553.546\" cy=\"1180.91\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"553.546\" cy=\"201.965\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"560.852\" cy=\"1186.23\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"560.852\" cy=\"196.643\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"569.857\" cy=\"1192.56\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"569.857\" cy=\"190.31\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"593.923\" cy=\"1208.33\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"593.923\" cy=\"174.539\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"604.649\" cy=\"1214.85\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"604.649\" cy=\"168.024\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"635.751\" cy=\"1232.08\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"635.751\" cy=\"150.789\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"656.684\" cy=\"1242.38\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"656.684\" cy=\"140.49\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"671.103\" cy=\"1248.9\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"671.103\" cy=\"133.968\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"681.961\" cy=\"1253.52\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"681.961\" cy=\"129.354\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"708.798\" cy=\"1263.87\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"708.798\" cy=\"119\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"727.824\" cy=\"1270.34\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"727.824\" cy=\"112.533\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"733.582\" cy=\"1272.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"733.582\" cy=\"110.714\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"756.307\" cy=\"1278.72\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"756.307\" cy=\"104.148\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"774.642\" cy=\"1283.33\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"774.642\" cy=\"99.5449\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"804.284\" cy=\"1289.49\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"804.284\" cy=\"93.379\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"825.491\" cy=\"1292.96\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"825.491\" cy=\"89.9115\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"843.746\" cy=\"1295.33\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"843.746\" cy=\"87.5451\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"856.665\" cy=\"1296.66\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"856.665\" cy=\"86.2122\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"888.786\" cy=\"1298.76\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"888.786\" cy=\"84.1133\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"899.861\" cy=\"1299.08\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"899.861\" cy=\"83.789\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"918.843\" cy=\"1299.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"918.843\" cy=\"83.7078\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"921.997\" cy=\"1299.12\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"921.997\" cy=\"83.7523\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"945.059\" cy=\"1298.29\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"945.059\" cy=\"84.5815\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"971.745\" cy=\"1296.22\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"971.745\" cy=\"86.6505\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1010.88\" cy=\"1291.01\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1010.88\" cy=\"91.8649\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1024.04\" cy=\"1288.66\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1024.04\" cy=\"94.2109\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1038.98\" cy=\"1285.63\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1038.98\" cy=\"97.241\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1050.97\" cy=\"1282.91\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1050.97\" cy=\"99.9617\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1057.24\" cy=\"1281.39\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1057.24\" cy=\"101.485\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1083.09\" cy=\"1274.34\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1083.09\" cy=\"108.534\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1105.43\" cy=\"1267.23\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1105.43\" cy=\"115.641\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1121.19\" cy=\"1261.63\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1121.19\" cy=\"121.238\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1134.47\" cy=\"1256.53\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1134.47\" cy=\"126.344\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1156.75\" cy=\"1247.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1156.75\" cy=\"135.732\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1173.47\" cy=\"1239.38\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1173.47\" cy=\"143.487\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1193.53\" cy=\"1229.24\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1193.53\" cy=\"153.63\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1208.76\" cy=\"1220.9\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1208.76\" cy=\"161.967\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1222.95\" cy=\"1212.6\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1222.95\" cy=\"170.267\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1239.77\" cy=\"1202.08\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1239.77\" cy=\"180.791\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1257.01\" cy=\"1190.47\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1257.01\" cy=\"192.406\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1269.4\" cy=\"1181.57\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1269.4\" cy=\"201.299\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1278.97\" cy=\"1174.37\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1278.97\" cy=\"208.502\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1298.28\" cy=\"1158.9\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1298.28\" cy=\"223.972\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1308.27\" cy=\"1150.37\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1308.27\" cy=\"232.497\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1325.5\" cy=\"1134.74\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1325.5\" cy=\"248.127\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1343.62\" cy=\"1116.93\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1343.62\" cy=\"265.946\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1352.97\" cy=\"1107.12\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1352.97\" cy=\"275.753\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1365.43\" cy=\"1093.35\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1365.43\" cy=\"289.525\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1374.64\" cy=\"1082.59\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1374.64\" cy=\"300.28\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1385.3\" cy=\"1069.48\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1385.3\" cy=\"313.391\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1399.87\" cy=\"1050.27\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1399.87\" cy=\"332.604\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1414.48\" cy=\"1029.28\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1414.48\" cy=\"353.596\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1425.7\" cy=\"1011.77\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1425.7\" cy=\"371.103\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1431.31\" cy=\"1002.49\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1431.31\" cy=\"380.381\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1440.88\" cy=\"985.735\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1440.88\" cy=\"397.137\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1450.35\" cy=\"967.847\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1450.35\" cy=\"415.025\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1456.92\" cy=\"954.517\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1456.92\" cy=\"428.355\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1460.01\" cy=\"947.941\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1460.01\" cy=\"434.931\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1466.6\" cy=\"933.195\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1466.6\" cy=\"449.676\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1481.67\" cy=\"894.708\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1481.67\" cy=\"488.164\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1487.48\" cy=\"877.457\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1487.48\" cy=\"505.415\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1491.49\" cy=\"864.393\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1491.49\" cy=\"518.479\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1493.05\" cy=\"859.045\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1493.05\" cy=\"523.827\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1498.83\" cy=\"837.265\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1498.83\" cy=\"545.607\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1501.8\" cy=\"824.608\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1501.8\" cy=\"558.264\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1506.63\" cy=\"800.732\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1506.63\" cy=\"582.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1510.41\" cy=\"777.383\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1510.41\" cy=\"605.489\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1513.72\" cy=\"749.515\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1513.72\" cy=\"633.356\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1514.77\" cy=\"737.297\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1514.77\" cy=\"645.575\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1516.24\" cy=\"708.805\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1516.24\" cy=\"674.067\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1516.48\" cy=\"694.193\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip322)\" cx=\"1516.48\" cy=\"688.679\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<path clip-path=\"url(#clip320)\" d=\"\nM1871.12 1335.63 L3152.76 1335.63 L3152.76 47.2441 L1871.12 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip323\">\n <rect x=\"1871\" y=\"47\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1907.18,1335.63 1907.18,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2209.51,1335.63 2209.51,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2511.83,1335.63 2511.83,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2814.16,1335.63 2814.16,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3116.49,1335.63 3116.49,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1335.63 3152.76,1335.63 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1907.18,1335.63 1907.18,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2209.51,1335.63 2209.51,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2511.83,1335.63 2511.83,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2814.16,1335.63 2814.16,1320.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3116.49,1335.63 3116.49,1320.17 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M1860.96 1385.87 L1890.64 1385.87 L1890.64 1389.81 L1860.96 1389.81 L1860.96 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1896.52 1398.76 L1904.16 1398.76 L1904.16 1372.4 L1895.84 1374.07 L1895.84 1369.81 L1904.11 1368.14 L1908.78 1368.14 L1908.78 1398.76 L1916.42 1398.76 L1916.42 1402.7 L1896.52 1402.7 L1896.52 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1921.49 1396.82 L1926.38 1396.82 L1926.38 1402.7 L1921.49 1402.7 L1921.49 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1941.45 1371.22 Q1937.84 1371.22 1936.01 1374.78 Q1934.2 1378.32 1934.2 1385.45 Q1934.2 1392.56 1936.01 1396.13 Q1937.84 1399.67 1941.45 1399.67 Q1945.08 1399.67 1946.89 1396.13 Q1948.72 1392.56 1948.72 1385.45 Q1948.72 1378.32 1946.89 1374.78 Q1945.08 1371.22 1941.45 1371.22 M1941.45 1367.51 Q1947.26 1367.51 1950.31 1372.12 Q1953.39 1376.7 1953.39 1385.45 Q1953.39 1394.18 1950.31 1398.79 Q1947.26 1403.37 1941.45 1403.37 Q1935.64 1403.37 1932.56 1398.79 Q1929.5 1394.18 1929.5 1385.45 Q1929.5 1376.7 1932.56 1372.12 Q1935.64 1367.51 1941.45 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2163.17 1385.87 L2192.85 1385.87 L2192.85 1389.81 L2163.17 1389.81 L2163.17 1385.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2207.92 1371.22 Q2204.31 1371.22 2202.48 1374.78 Q2200.67 1378.32 2200.67 1385.45 Q2200.67 1392.56 2202.48 1396.13 Q2204.31 1399.67 2207.92 1399.67 Q2211.55 1399.67 2213.36 1396.13 Q2215.19 1392.56 2215.19 1385.45 Q2215.19 1378.32 2213.36 1374.78 Q2211.55 1371.22 2207.92 1371.22 M2207.92 1367.51 Q2213.73 1367.51 2216.79 1372.12 Q2219.86 1376.7 2219.86 1385.45 Q2219.86 1394.18 2216.79 1398.79 Q2213.73 1403.37 2207.92 1403.37 Q2202.11 1403.37 2199.03 1398.79 Q2195.98 1394.18 2195.98 1385.45 Q2195.98 1376.7 2199.03 1372.12 Q2202.11 1367.51 2207.92 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2224.93 1396.82 L2229.82 1396.82 L2229.82 1402.7 L2224.93 1402.7 L2224.93 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2234.93 1368.14 L2253.29 1368.14 L2253.29 1372.08 L2239.22 1372.08 L2239.22 1380.55 Q2240.23 1380.2 2241.25 1380.04 Q2242.27 1379.85 2243.29 1379.85 Q2249.08 1379.85 2252.46 1383.02 Q2255.84 1386.2 2255.84 1391.61 Q2255.84 1397.19 2252.36 1400.29 Q2248.89 1403.37 2242.57 1403.37 Q2240.4 1403.37 2238.13 1403 Q2235.88 1402.63 2233.48 1401.89 L2233.48 1397.19 Q2235.56 1398.32 2237.78 1398.88 Q2240 1399.44 2242.48 1399.44 Q2246.48 1399.44 2248.82 1397.33 Q2251.16 1395.22 2251.16 1391.61 Q2251.16 1388 2248.82 1385.89 Q2246.48 1383.79 2242.48 1383.79 Q2240.6 1383.79 2238.73 1384.2 Q2236.88 1384.62 2234.93 1385.5 L2234.93 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2493.35 1371.22 Q2489.74 1371.22 2487.91 1374.78 Q2486.11 1378.32 2486.11 1385.45 Q2486.11 1392.56 2487.91 1396.13 Q2489.74 1399.67 2493.35 1399.67 Q2496.99 1399.67 2498.79 1396.13 Q2500.62 1392.56 2500.62 1385.45 Q2500.62 1378.32 2498.79 1374.78 Q2496.99 1371.22 2493.35 1371.22 M2493.35 1367.51 Q2499.16 1367.51 2502.22 1372.12 Q2505.3 1376.7 2505.3 1385.45 Q2505.3 1394.18 2502.22 1398.79 Q2499.16 1403.37 2493.35 1403.37 Q2487.54 1403.37 2484.46 1398.79 Q2481.41 1394.18 2481.41 1385.45 Q2481.41 1376.7 2484.46 1372.12 Q2487.54 1367.51 2493.35 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2510.36 1396.82 L2515.25 1396.82 L2515.25 1402.7 L2510.36 1402.7 L2510.36 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2530.32 1371.22 Q2526.71 1371.22 2524.88 1374.78 Q2523.07 1378.32 2523.07 1385.45 Q2523.07 1392.56 2524.88 1396.13 Q2526.71 1399.67 2530.32 1399.67 Q2533.95 1399.67 2535.76 1396.13 Q2537.59 1392.56 2537.59 1385.45 Q2537.59 1378.32 2535.76 1374.78 Q2533.95 1371.22 2530.32 1371.22 M2530.32 1367.51 Q2536.13 1367.51 2539.18 1372.12 Q2542.26 1376.7 2542.26 1385.45 Q2542.26 1394.18 2539.18 1398.79 Q2536.13 1403.37 2530.32 1403.37 Q2524.51 1403.37 2521.43 1398.79 Q2518.37 1394.18 2518.37 1385.45 Q2518.37 1376.7 2521.43 1372.12 Q2524.51 1367.51 2530.32 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2796.18 1371.22 Q2792.57 1371.22 2790.74 1374.78 Q2788.93 1378.32 2788.93 1385.45 Q2788.93 1392.56 2790.74 1396.13 Q2792.57 1399.67 2796.18 1399.67 Q2799.81 1399.67 2801.62 1396.13 Q2803.45 1392.56 2803.45 1385.45 Q2803.45 1378.32 2801.62 1374.78 Q2799.81 1371.22 2796.18 1371.22 M2796.18 1367.51 Q2801.99 1367.51 2805.04 1372.12 Q2808.12 1376.7 2808.12 1385.45 Q2808.12 1394.18 2805.04 1398.79 Q2801.99 1403.37 2796.18 1403.37 Q2790.37 1403.37 2787.29 1398.79 Q2784.23 1394.18 2784.23 1385.45 Q2784.23 1376.7 2787.29 1372.12 Q2790.37 1367.51 2796.18 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2813.19 1396.82 L2818.08 1396.82 L2818.08 1402.7 L2813.19 1402.7 L2813.19 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2823.19 1368.14 L2841.55 1368.14 L2841.55 1372.08 L2827.47 1372.08 L2827.47 1380.55 Q2828.49 1380.2 2829.51 1380.04 Q2830.53 1379.85 2831.55 1379.85 Q2837.34 1379.85 2840.71 1383.02 Q2844.09 1386.2 2844.09 1391.61 Q2844.09 1397.19 2840.62 1400.29 Q2837.15 1403.37 2830.83 1403.37 Q2828.65 1403.37 2826.39 1403 Q2824.14 1402.63 2821.73 1401.89 L2821.73 1397.19 Q2823.82 1398.32 2826.04 1398.88 Q2828.26 1399.44 2830.74 1399.44 Q2834.74 1399.44 2837.08 1397.33 Q2839.42 1395.22 2839.42 1391.61 Q2839.42 1388 2837.08 1385.89 Q2834.74 1383.79 2830.74 1383.79 Q2828.86 1383.79 2826.99 1384.2 Q2825.14 1384.62 2823.19 1385.5 L2823.19 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M3088.39 1398.76 L3096.03 1398.76 L3096.03 1372.4 L3087.72 1374.07 L3087.72 1369.81 L3095.98 1368.14 L3100.66 1368.14 L3100.66 1398.76 L3108.3 1398.76 L3108.3 1402.7 L3088.39 1402.7 L3088.39 1398.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M3113.37 1396.82 L3118.25 1396.82 L3118.25 1402.7 L3113.37 1402.7 L3113.37 1396.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M3133.32 1371.22 Q3129.71 1371.22 3127.88 1374.78 Q3126.08 1378.32 3126.08 1385.45 Q3126.08 1392.56 3127.88 1396.13 Q3129.71 1399.67 3133.32 1399.67 Q3136.96 1399.67 3138.76 1396.13 Q3140.59 1392.56 3140.59 1385.45 Q3140.59 1378.32 3138.76 1374.78 Q3136.96 1371.22 3133.32 1371.22 M3133.32 1367.51 Q3139.13 1367.51 3142.19 1372.12 Q3145.27 1376.7 3145.27 1385.45 Q3145.27 1394.18 3142.19 1398.79 Q3139.13 1403.37 3133.32 1403.37 Q3127.51 1403.37 3124.43 1398.79 Q3121.38 1394.18 3121.38 1385.45 Q3121.38 1376.7 3124.43 1372.12 Q3127.51 1367.51 3133.32 1367.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2460.87 1470.21 Q2462.94 1470.91 2464.88 1473.2 Q2466.85 1475.5 2468.83 1479.51 L2475.35 1492.49 L2468.44 1492.49 L2462.36 1480.3 Q2460.01 1475.53 2457.78 1473.97 Q2455.58 1472.41 2451.76 1472.41 L2444.76 1472.41 L2444.76 1492.49 L2438.33 1492.49 L2438.33 1444.97 L2452.85 1444.97 Q2461 1444.97 2465.01 1448.38 Q2469.02 1451.78 2469.02 1458.66 Q2469.02 1463.15 2466.92 1466.11 Q2464.85 1469.07 2460.87 1470.21 M2444.76 1450.26 L2444.76 1467.12 L2452.85 1467.12 Q2457.49 1467.12 2459.85 1464.99 Q2462.24 1462.83 2462.24 1458.66 Q2462.24 1454.49 2459.85 1452.39 Q2457.49 1450.26 2452.85 1450.26 L2444.76 1450.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2509.06 1473.2 L2509.06 1476.07 L2482.13 1476.07 Q2482.51 1482.12 2485.76 1485.3 Q2489.04 1488.45 2494.86 1488.45 Q2498.23 1488.45 2501.39 1487.62 Q2504.57 1486.79 2507.69 1485.14 L2507.69 1490.68 Q2504.54 1492.01 2501.23 1492.71 Q2497.92 1493.41 2494.51 1493.41 Q2485.98 1493.41 2480.98 1488.45 Q2476.02 1483.48 2476.02 1475.02 Q2476.02 1466.27 2480.73 1461.14 Q2485.47 1455.98 2493.49 1455.98 Q2500.69 1455.98 2504.85 1460.63 Q2509.06 1465.25 2509.06 1473.2 M2503.2 1471.49 Q2503.14 1466.68 2500.49 1463.81 Q2497.88 1460.95 2493.56 1460.95 Q2488.65 1460.95 2485.69 1463.72 Q2482.77 1466.49 2482.32 1471.52 L2503.2 1471.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2529.27 1443.03 Q2525 1450.35 2522.93 1457.51 Q2520.86 1464.67 2520.86 1472.03 Q2520.86 1479.38 2522.93 1486.6 Q2525.03 1493.8 2529.27 1501.09 L2524.17 1501.09 Q2519.4 1493.61 2517.01 1486.38 Q2514.66 1479.16 2514.66 1472.03 Q2514.66 1464.93 2517.01 1457.74 Q2519.37 1450.54 2524.17 1443.03 L2529.27 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2565.04 1456.84 L2552.15 1474.19 L2565.71 1492.49 L2558.8 1492.49 L2548.43 1478.49 L2538.05 1492.49 L2531.15 1492.49 L2544.99 1473.84 L2532.32 1456.84 L2539.23 1456.84 L2548.68 1469.54 L2558.14 1456.84 L2565.04 1456.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2570.93 1443.03 L2576.02 1443.03 Q2580.8 1450.54 2583.15 1457.74 Q2585.54 1464.93 2585.54 1472.03 Q2585.54 1479.16 2583.15 1486.38 Q2580.8 1493.61 2576.02 1501.09 L2570.93 1501.09 Q2575.16 1493.8 2577.23 1486.6 Q2579.33 1479.38 2579.33 1472.03 Q2579.33 1464.67 2577.23 1457.51 Q2575.16 1450.35 2570.93 1443.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,1299.17 3152.76,1299.17 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,995.288 3152.76,995.288 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,691.408 3152.76,691.408 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,387.529 3152.76,387.529 \n \"/>\n<polyline clip-path=\"url(#clip323)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,83.6489 3152.76,83.6489 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1335.63 1871.12,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1299.17 1886.5,1299.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,995.288 1886.5,995.288 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,691.408 1886.5,691.408 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,387.529 1886.5,387.529 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,83.6489 1886.5,83.6489 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M1730.69 1299.62 L1760.36 1299.62 L1760.36 1303.55 L1730.69 1303.55 L1730.69 1299.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1766.24 1312.51 L1773.88 1312.51 L1773.88 1286.15 L1765.57 1287.81 L1765.57 1283.55 L1773.84 1281.89 L1778.51 1281.89 L1778.51 1312.51 L1786.15 1312.51 L1786.15 1316.45 L1766.24 1316.45 L1766.24 1312.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1791.22 1310.57 L1796.1 1310.57 L1796.1 1316.45 L1791.22 1316.45 L1791.22 1310.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1811.17 1284.97 Q1807.56 1284.97 1805.73 1288.53 Q1803.93 1292.07 1803.93 1299.2 Q1803.93 1306.31 1805.73 1309.87 Q1807.56 1313.42 1811.17 1313.42 Q1814.81 1313.42 1816.61 1309.87 Q1818.44 1306.31 1818.44 1299.2 Q1818.44 1292.07 1816.61 1288.53 Q1814.81 1284.97 1811.17 1284.97 M1811.17 1281.26 Q1816.98 1281.26 1820.04 1285.87 Q1823.12 1290.45 1823.12 1299.2 Q1823.12 1307.93 1820.04 1312.54 Q1816.98 1317.12 1811.17 1317.12 Q1805.36 1317.12 1802.28 1312.54 Q1799.23 1307.93 1799.23 1299.2 Q1799.23 1290.45 1802.28 1285.87 Q1805.36 1281.26 1811.17 1281.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1730.46 995.739 L1760.13 995.739 L1760.13 999.675 L1730.46 999.675 L1730.46 995.739 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1775.2 981.087 Q1771.59 981.087 1769.76 984.651 Q1767.96 988.193 1767.96 995.323 Q1767.96 1002.43 1769.76 1005.99 Q1771.59 1009.54 1775.2 1009.54 Q1778.84 1009.54 1780.64 1005.99 Q1782.47 1002.43 1782.47 995.323 Q1782.47 988.193 1780.64 984.651 Q1778.84 981.087 1775.2 981.087 M1775.2 977.383 Q1781.01 977.383 1784.07 981.989 Q1787.15 986.573 1787.15 995.323 Q1787.15 1004.05 1784.07 1008.66 Q1781.01 1013.24 1775.2 1013.24 Q1769.39 1013.24 1766.31 1008.66 Q1763.26 1004.05 1763.26 995.323 Q1763.26 986.573 1766.31 981.989 Q1769.39 977.383 1775.2 977.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1792.22 1006.69 L1797.1 1006.69 L1797.1 1012.57 L1792.22 1012.57 L1792.22 1006.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1802.22 978.008 L1820.57 978.008 L1820.57 981.943 L1806.5 981.943 L1806.5 990.415 Q1807.52 990.068 1808.53 989.906 Q1809.55 989.721 1810.57 989.721 Q1816.36 989.721 1819.74 992.892 Q1823.12 996.063 1823.12 1001.48 Q1823.12 1007.06 1819.65 1010.16 Q1816.17 1013.24 1809.85 1013.24 Q1807.68 1013.24 1805.41 1012.87 Q1803.16 1012.5 1800.76 1011.76 L1800.76 1007.06 Q1802.84 1008.19 1805.06 1008.75 Q1807.28 1009.3 1809.76 1009.3 Q1813.77 1009.3 1816.1 1007.2 Q1818.44 1005.09 1818.44 1001.48 Q1818.44 997.869 1816.1 995.763 Q1813.77 993.656 1809.76 993.656 Q1807.89 993.656 1806.01 994.073 Q1804.16 994.489 1802.22 995.369 L1802.22 978.008 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1774.21 677.207 Q1770.59 677.207 1768.77 680.772 Q1766.96 684.313 1766.96 691.443 Q1766.96 698.549 1768.77 702.114 Q1770.59 705.656 1774.21 705.656 Q1777.84 705.656 1779.65 702.114 Q1781.47 698.549 1781.47 691.443 Q1781.47 684.313 1779.65 680.772 Q1777.84 677.207 1774.21 677.207 M1774.21 673.503 Q1780.02 673.503 1783.07 678.11 Q1786.15 682.693 1786.15 691.443 Q1786.15 700.17 1783.07 704.776 Q1780.02 709.36 1774.21 709.36 Q1768.4 709.36 1765.32 704.776 Q1762.26 700.17 1762.26 691.443 Q1762.26 682.693 1765.32 678.11 Q1768.4 673.503 1774.21 673.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1791.22 702.809 L1796.1 702.809 L1796.1 708.688 L1791.22 708.688 L1791.22 702.809 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1811.17 677.207 Q1807.56 677.207 1805.73 680.772 Q1803.93 684.313 1803.93 691.443 Q1803.93 698.549 1805.73 702.114 Q1807.56 705.656 1811.17 705.656 Q1814.81 705.656 1816.61 702.114 Q1818.44 698.549 1818.44 691.443 Q1818.44 684.313 1816.61 680.772 Q1814.81 677.207 1811.17 677.207 M1811.17 673.503 Q1816.98 673.503 1820.04 678.11 Q1823.12 682.693 1823.12 691.443 Q1823.12 700.17 1820.04 704.776 Q1816.98 709.36 1811.17 709.36 Q1805.36 709.36 1802.28 704.776 Q1799.23 700.17 1799.23 691.443 Q1799.23 682.693 1802.28 678.11 Q1805.36 673.503 1811.17 673.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1775.2 373.327 Q1771.59 373.327 1769.76 376.892 Q1767.96 380.434 1767.96 387.563 Q1767.96 394.67 1769.76 398.235 Q1771.59 401.776 1775.2 401.776 Q1778.84 401.776 1780.64 398.235 Q1782.47 394.67 1782.47 387.563 Q1782.47 380.434 1780.64 376.892 Q1778.84 373.327 1775.2 373.327 M1775.2 369.624 Q1781.01 369.624 1784.07 374.23 Q1787.15 378.813 1787.15 387.563 Q1787.15 396.29 1784.07 400.897 Q1781.01 405.48 1775.2 405.48 Q1769.39 405.48 1766.31 400.897 Q1763.26 396.29 1763.26 387.563 Q1763.26 378.813 1766.31 374.23 Q1769.39 369.624 1775.2 369.624 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1792.22 398.929 L1797.1 398.929 L1797.1 404.809 L1792.22 404.809 L1792.22 398.929 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1802.22 370.249 L1820.57 370.249 L1820.57 374.184 L1806.5 374.184 L1806.5 382.656 Q1807.52 382.309 1808.53 382.147 Q1809.55 381.961 1810.57 381.961 Q1816.36 381.961 1819.74 385.133 Q1823.12 388.304 1823.12 393.721 Q1823.12 399.299 1819.65 402.401 Q1816.17 405.48 1809.85 405.48 Q1807.68 405.48 1805.41 405.109 Q1803.16 404.739 1800.76 403.998 L1800.76 399.299 Q1802.84 400.434 1805.06 400.989 Q1807.28 401.545 1809.76 401.545 Q1813.77 401.545 1816.1 399.438 Q1818.44 397.332 1818.44 393.721 Q1818.44 390.11 1816.1 388.003 Q1813.77 385.897 1809.76 385.897 Q1807.89 385.897 1806.01 386.313 Q1804.16 386.73 1802.22 387.61 L1802.22 370.249 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1766.24 96.9937 L1773.88 96.9937 L1773.88 70.6281 L1765.57 72.2948 L1765.57 68.0355 L1773.84 66.3689 L1778.51 66.3689 L1778.51 96.9937 L1786.15 96.9937 L1786.15 100.929 L1766.24 100.929 L1766.24 96.9937 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1791.22 95.0493 L1796.1 95.0493 L1796.1 100.929 L1791.22 100.929 L1791.22 95.0493 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1811.17 69.4475 Q1807.56 69.4475 1805.73 73.0123 Q1803.93 76.554 1803.93 83.6836 Q1803.93 90.79 1805.73 94.3548 Q1807.56 97.8965 1811.17 97.8965 Q1814.81 97.8965 1816.61 94.3548 Q1818.44 90.79 1818.44 83.6836 Q1818.44 76.554 1816.61 73.0123 Q1814.81 69.4475 1811.17 69.4475 M1811.17 65.7439 Q1816.98 65.7439 1820.04 70.3503 Q1823.12 74.9336 1823.12 83.6836 Q1823.12 92.4104 1820.04 97.0168 Q1816.98 101.6 1811.17 101.6 Q1805.36 101.6 1802.28 97.0168 Q1799.23 92.4104 1799.23 83.6836 Q1799.23 74.9336 1802.28 70.3503 Q1805.36 65.7439 1811.17 65.7439 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1620.68 761.873 L1620.68 755.443 L1668.2 755.443 L1668.2 761.873 L1620.68 761.873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1639.4 721.546 Q1635.45 719.35 1633.57 716.294 Q1631.69 713.239 1631.69 709.101 Q1631.69 703.531 1635.61 700.507 Q1639.49 697.483 1646.68 697.483 L1668.2 697.483 L1668.2 703.372 L1646.88 703.372 Q1641.75 703.372 1639.27 705.186 Q1636.79 707 1636.79 710.724 Q1636.79 715.276 1639.81 717.917 Q1642.83 720.559 1648.05 720.559 L1668.2 720.559 L1668.2 726.447 L1646.88 726.447 Q1641.72 726.447 1639.27 728.262 Q1636.79 730.076 1636.79 733.863 Q1636.79 738.351 1639.84 740.993 Q1642.86 743.635 1648.05 743.635 L1668.2 743.635 L1668.2 749.523 L1632.55 749.523 L1632.55 743.635 L1638.09 743.635 Q1634.81 741.63 1633.25 738.829 Q1631.69 736.028 1631.69 732.176 Q1631.69 728.293 1633.67 725.588 Q1635.64 722.851 1639.4 721.546 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1618.74 677.272 Q1626.06 681.537 1633.22 683.606 Q1640.38 685.675 1647.73 685.675 Q1655.09 685.675 1662.31 683.606 Q1669.51 681.505 1676.79 677.272 L1676.79 682.365 Q1669.31 687.139 1662.09 689.526 Q1654.86 691.882 1647.73 691.882 Q1640.64 691.882 1633.44 689.526 Q1626.25 687.171 1618.74 682.365 L1618.74 677.272 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1632.55 641.497 L1649.9 654.388 L1668.2 640.829 L1668.2 647.735 L1654.2 658.112 L1668.2 668.488 L1668.2 675.394 L1649.55 661.549 L1632.55 674.217 L1632.55 667.31 L1645.25 657.857 L1632.55 648.404 L1632.55 641.497 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1618.74 635.609 L1618.74 630.516 Q1626.25 625.742 1633.44 623.387 Q1640.64 620.999 1647.73 620.999 Q1654.86 620.999 1662.09 623.387 Q1669.31 625.742 1676.79 630.516 L1676.79 635.609 Q1669.51 631.376 1662.31 629.307 Q1655.09 627.206 1647.73 627.206 Q1640.38 627.206 1633.22 629.307 Q1626.06 631.376 1618.74 635.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip323)\" cx=\"1907.39\" cy=\"707.596\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1908.29\" cy=\"654.48\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1908.95\" cy=\"737.929\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1909.12\" cy=\"740.048\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1909.46\" cy=\"744.212\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1910.52\" cy=\"755.241\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1911.03\" cy=\"622.908\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1911.16\" cy=\"761.029\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1912.89\" cy=\"608.07\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1914.09\" cy=\"599.775\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1914.93\" cy=\"594.42\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1916.29\" cy=\"586.287\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1917.16\" cy=\"581.44\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1919.33\" cy=\"812.664\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1929.41\" cy=\"528.102\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1931.39\" cy=\"861.682\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1941.68\" cy=\"489.029\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1945.94\" cy=\"905.507\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1946.11\" cy=\"905.979\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1948.05\" cy=\"911.064\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1955.26\" cy=\"928.91\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1960.72\" cy=\"441.355\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1962.56\" cy=\"945.512\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1973.64\" cy=\"968.43\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1981.02\" cy=\"982.465\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1986.4\" cy=\"390.66\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"1999.63\" cy=\"368.417\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2005.75\" cy=\"358.814\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2015.61\" cy=\"344.136\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2027.64\" cy=\"327.377\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2029.26\" cy=\"325.213\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2030.36\" cy=\"323.755\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2030.49\" cy=\"1059.23\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2051.96\" cy=\"1086.01\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2058.95\" cy=\"288.719\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2061.39\" cy=\"285.964\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2078.48\" cy=\"1115.25\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2079.13\" cy=\"266.895\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2081.71\" cy=\"1118.56\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2086.62\" cy=\"1123.5\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2101.89\" cy=\"244.656\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2106.06\" cy=\"1141.99\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2124.95\" cy=\"1158.47\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2130.85\" cy=\"1163.35\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2139.02\" cy=\"212.92\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2157.87\" cy=\"198.667\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2171.03\" cy=\"1193.44\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2182.15\" cy=\"1200.88\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2183.8\" cy=\"1201.95\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2186.85\" cy=\"178.897\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2205.1\" cy=\"167.657\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2221.09\" cy=\"158.519\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2224.08\" cy=\"156.885\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2239.02\" cy=\"1233.79\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2240.06\" cy=\"148.497\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2251.81\" cy=\"1240.1\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2258.45\" cy=\"1243.23\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2260.21\" cy=\"138.775\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2269.44\" cy=\"1248.2\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2269.76\" cy=\"134.482\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2270.9\" cy=\"133.979\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2289.89\" cy=\"1256.74\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2290.61\" cy=\"125.785\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2297.06\" cy=\"123.281\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2298.7\" cy=\"1260.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2308.51\" cy=\"1263.78\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2309.85\" cy=\"118.562\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2326.39\" cy=\"112.937\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2344.73\" cy=\"107.32\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2349.59\" cy=\"105.937\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2352.13\" cy=\"1277.58\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2356.41\" cy=\"104.07\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2360.94\" cy=\"102.877\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2365.7\" cy=\"1281.15\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2366.63\" cy=\"101.432\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2378.33\" cy=\"1284.17\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2378.87\" cy=\"1284.29\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2380.61\" cy=\"1284.68\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2389.8\" cy=\"96.1548\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2398.65\" cy=\"94.3911\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2402.73\" cy=\"93.6247\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2417.8\" cy=\"91.0438\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2421.47\" cy=\"90.4745\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2434.83\" cy=\"1294.22\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2439.18\" cy=\"88.0521\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2442.11\" cy=\"87.7036\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2446.39\" cy=\"87.219\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2455.46\" cy=\"86.2959\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2495.94\" cy=\"83.8588\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2500.84\" cy=\"83.7494\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2503.41\" cy=\"83.7078\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2513.89\" cy=\"1299.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2515.56\" cy=\"1299.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2519.16\" cy=\"1299.12\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2541.55\" cy=\"1298.43\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2552.46\" cy=\"85.022\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2562.4\" cy=\"85.7781\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2578.95\" cy=\"1295.41\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2589.08\" cy=\"1294.19\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2611.16\" cy=\"1290.91\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2621.27\" cy=\"1289.13\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2626.68\" cy=\"1288.1\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2629.23\" cy=\"95.2134\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2637.39\" cy=\"1285.92\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2653.18\" cy=\"1282.33\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2658.58\" cy=\"1281\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2660.52\" cy=\"1280.51\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2682.25\" cy=\"1274.53\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2690.07\" cy=\"1272.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2692.23\" cy=\"1271.49\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2741.8\" cy=\"129.318\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2744.44\" cy=\"130.42\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2746.12\" cy=\"1251.69\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2762.59\" cy=\"1244.44\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2767.52\" cy=\"1242.16\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2769.65\" cy=\"141.663\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2782.06\" cy=\"147.716\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2790.6\" cy=\"152.092\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2792.99\" cy=\"153.347\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2801.61\" cy=\"157.989\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2804.22\" cy=\"159.428\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2805.47\" cy=\"1222.69\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2805.78\" cy=\"1222.52\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2808.87\" cy=\"1220.78\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2811.45\" cy=\"1219.31\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2822.84\" cy=\"1212.61\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2823.24\" cy=\"170.448\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2853.4\" cy=\"189.908\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2862.43\" cy=\"1186.58\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2873.73\" cy=\"1178.29\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2880.41\" cy=\"1173.2\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2895.51\" cy=\"1161.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2905.68\" cy=\"1152.56\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2916.71\" cy=\"1142.81\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2921.34\" cy=\"1138.57\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2921.67\" cy=\"1138.26\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2926.82\" cy=\"1133.44\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2931.96\" cy=\"1128.5\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2943.05\" cy=\"265.367\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2943.84\" cy=\"1116.64\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2950.05\" cy=\"1110.17\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2952.89\" cy=\"1107.15\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2962.08\" cy=\"1097.07\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2962.8\" cy=\"286.547\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2963.71\" cy=\"287.581\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2965.29\" cy=\"289.375\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2965.81\" cy=\"1092.85\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2970.44\" cy=\"1087.5\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2970.61\" cy=\"1087.3\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2972.67\" cy=\"1084.88\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2975.43\" cy=\"301.234\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"2990.11\" cy=\"319.554\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3000.96\" cy=\"334.098\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3003.9\" cy=\"1044.61\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3009.26\" cy=\"345.873\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3013.2\" cy=\"1031.14\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3013.46\" cy=\"352.067\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3017.32\" cy=\"357.903\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3020.26\" cy=\"1020.37\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3020.66\" cy=\"1019.74\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3029.53\" cy=\"377.397\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3030.86\" cy=\"379.618\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3037.56\" cy=\"391.175\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3037.62\" cy=\"391.282\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3038.56\" cy=\"392.948\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3045.12\" cy=\"977.852\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3045.81\" cy=\"976.56\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3046.17\" cy=\"975.883\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3049.1\" cy=\"412.57\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3055.95\" cy=\"426.336\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3056.57\" cy=\"427.626\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3056.72\" cy=\"427.942\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3057.76\" cy=\"430.115\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3061.96\" cy=\"943.638\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3069.29\" cy=\"926.811\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3071.49\" cy=\"921.499\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3072.35\" cy=\"463.462\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3085.56\" cy=\"883.311\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3086.11\" cy=\"881.652\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3087.47\" cy=\"505.382\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3088.04\" cy=\"875.634\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3088.76\" cy=\"873.354\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3090.32\" cy=\"868.272\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3090.56\" cy=\"515.322\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3090.58\" cy=\"867.432\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3094\" cy=\"527.191\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3095.23\" cy=\"851.18\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3101.13\" cy=\"555.292\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3103.15\" cy=\"818.379\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3105.57\" cy=\"806.408\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3108.63\" cy=\"593.728\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3112.59\" cy=\"760.315\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3113.47\" cy=\"752.064\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3113.93\" cy=\"635.52\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3115.13\" cy=\"650.604\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3115.15\" cy=\"650.989\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3115.81\" cy=\"662.518\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3116.05\" cy=\"714.785\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3116.43\" cy=\"700.089\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip323)\" cx=\"3116.48\" cy=\"687.895\" r=\"5\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<path clip-path=\"url(#clip320)\" d=\"\nM271.118 2897.36 L1552.76 2897.36 L1552.76 1608.98 L271.118 1608.98 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip324\">\n <rect x=\"271\" y=\"1608\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 367.315,2897.36 367.315,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 548.856,2897.36 548.856,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 730.396,2897.36 730.396,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 911.937,2897.36 911.937,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1093.48,2897.36 1093.48,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1275.02,2897.36 1275.02,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1456.56,2897.36 1456.56,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2897.36 1552.76,2897.36 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 367.315,2897.36 367.315,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 548.856,2897.36 548.856,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 730.396,2897.36 730.396,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 911.937,2897.36 911.937,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1093.48,2897.36 1093.48,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1275.02,2897.36 1275.02,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1456.56,2897.36 1456.56,2881.9 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M339.294 2947.6 L368.97 2947.6 L368.97 2951.54 L339.294 2951.54 L339.294 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M388.206 2945.8 Q391.562 2946.52 393.437 2948.78 Q395.336 2951.05 395.336 2954.39 Q395.336 2959.5 391.817 2962.3 Q388.299 2965.1 381.817 2965.1 Q379.641 2965.1 377.326 2964.66 Q375.035 2964.25 372.581 2963.39 L372.581 2958.88 Q374.526 2960.01 376.84 2960.59 Q379.155 2961.17 381.678 2961.17 Q386.076 2961.17 388.368 2959.43 Q390.683 2957.7 390.683 2954.39 Q390.683 2951.33 388.53 2949.62 Q386.4 2947.88 382.581 2947.88 L378.553 2947.88 L378.553 2944.04 L382.766 2944.04 Q386.215 2944.04 388.044 2942.67 Q389.873 2941.28 389.873 2938.69 Q389.873 2936.03 387.975 2934.62 Q386.1 2933.18 382.581 2933.18 Q380.66 2933.18 378.461 2933.6 Q376.262 2934.02 373.623 2934.89 L373.623 2930.73 Q376.285 2929.99 378.6 2929.62 Q380.938 2929.25 382.998 2929.25 Q388.322 2929.25 391.424 2931.68 Q394.525 2934.08 394.525 2938.21 Q394.525 2941.08 392.882 2943.07 Q391.238 2945.03 388.206 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M521.309 2947.6 L550.985 2947.6 L550.985 2951.54 L521.309 2951.54 L521.309 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M560.082 2960.5 L576.402 2960.5 L576.402 2964.43 L554.457 2964.43 L554.457 2960.5 Q557.119 2957.74 561.703 2953.11 Q566.309 2948.46 567.49 2947.12 Q569.735 2944.59 570.615 2942.86 Q571.517 2941.1 571.517 2939.41 Q571.517 2936.65 569.573 2934.92 Q567.652 2933.18 564.55 2933.18 Q562.351 2933.18 559.897 2933.95 Q557.467 2934.71 554.689 2936.26 L554.689 2931.54 Q557.513 2930.4 559.967 2929.83 Q562.42 2929.25 564.457 2929.25 Q569.828 2929.25 573.022 2931.93 Q576.216 2934.62 576.216 2939.11 Q576.216 2941.24 575.406 2943.16 Q574.619 2945.06 572.513 2947.65 Q571.934 2948.32 568.832 2951.54 Q565.73 2954.73 560.082 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M702.665 2947.6 L732.341 2947.6 L732.341 2951.54 L702.665 2951.54 L702.665 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M738.22 2960.5 L745.859 2960.5 L745.859 2934.13 L737.549 2935.8 L737.549 2931.54 L745.813 2929.87 L750.489 2929.87 L750.489 2960.5 L758.128 2960.5 L758.128 2964.43 L738.22 2964.43 L738.22 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M911.937 2932.95 Q908.326 2932.95 906.497 2936.52 Q904.691 2940.06 904.691 2947.19 Q904.691 2954.29 906.497 2957.86 Q908.326 2961.4 911.937 2961.4 Q915.571 2961.4 917.377 2957.86 Q919.205 2954.29 919.205 2947.19 Q919.205 2940.06 917.377 2936.52 Q915.571 2932.95 911.937 2932.95 M911.937 2929.25 Q917.747 2929.25 920.802 2933.85 Q923.881 2938.44 923.881 2947.19 Q923.881 2955.91 920.802 2960.52 Q917.747 2965.1 911.937 2965.1 Q906.127 2965.1 903.048 2960.52 Q899.992 2955.91 899.992 2947.19 Q899.992 2938.44 903.048 2933.85 Q906.127 2929.25 911.937 2929.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1083.86 2960.5 L1091.5 2960.5 L1091.5 2934.13 L1083.19 2935.8 L1083.19 2931.54 L1091.45 2929.87 L1096.13 2929.87 L1096.13 2960.5 L1103.77 2960.5 L1103.77 2964.43 L1083.86 2964.43 L1083.86 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1269.67 2960.5 L1285.99 2960.5 L1285.99 2964.43 L1264.05 2964.43 L1264.05 2960.5 Q1266.71 2957.74 1271.29 2953.11 Q1275.9 2948.46 1277.08 2947.12 Q1279.32 2944.59 1280.2 2942.86 Q1281.11 2941.1 1281.11 2939.41 Q1281.11 2936.65 1279.16 2934.92 Q1277.24 2933.18 1274.14 2933.18 Q1271.94 2933.18 1269.49 2933.95 Q1267.06 2934.71 1264.28 2936.26 L1264.28 2931.54 Q1267.1 2930.4 1269.56 2929.83 Q1272.01 2929.25 1274.05 2929.25 Q1279.42 2929.25 1282.61 2931.93 Q1285.81 2934.62 1285.81 2939.11 Q1285.81 2941.24 1284.99 2943.16 Q1284.21 2945.06 1282.1 2947.65 Q1281.52 2948.32 1278.42 2951.54 Q1275.32 2954.73 1269.67 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1460.81 2945.8 Q1464.16 2946.52 1466.04 2948.78 Q1467.94 2951.05 1467.94 2954.39 Q1467.94 2959.5 1464.42 2962.3 Q1460.9 2965.1 1454.42 2965.1 Q1452.24 2965.1 1449.93 2964.66 Q1447.64 2964.25 1445.18 2963.39 L1445.18 2958.88 Q1447.13 2960.01 1449.44 2960.59 Q1451.76 2961.17 1454.28 2961.17 Q1458.68 2961.17 1460.97 2959.43 Q1463.28 2957.7 1463.28 2954.39 Q1463.28 2951.33 1461.13 2949.62 Q1459 2947.88 1455.18 2947.88 L1451.15 2947.88 L1451.15 2944.04 L1455.37 2944.04 Q1458.82 2944.04 1460.64 2942.67 Q1462.47 2941.28 1462.47 2938.69 Q1462.47 2936.03 1460.57 2934.62 Q1458.7 2933.18 1455.18 2933.18 Q1453.26 2933.18 1451.06 2933.6 Q1448.86 2934.02 1446.22 2934.89 L1446.22 2930.73 Q1448.89 2929.99 1451.2 2929.62 Q1453.54 2929.25 1455.6 2929.25 Q1460.92 2929.25 1464.02 2931.68 Q1467.13 2934.08 1467.13 2938.21 Q1467.13 2941.08 1465.48 2943.07 Q1463.84 2945.03 1460.81 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2860.9 1552.76,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2617.8 1552.76,2617.8 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2374.71 1552.76,2374.71 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,2131.62 1552.76,2131.62 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,1888.53 1552.76,1888.53 \n \"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 271.118,1645.44 1552.76,1645.44 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2897.36 271.118,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2860.9 286.497,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2617.8 286.497,2617.8 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2374.71 286.497,2374.71 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,2131.62 286.497,2131.62 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1888.53 286.497,1888.53 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 271.118,1645.44 286.497,1645.44 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M211.173 2846.69 Q207.562 2846.69 205.734 2850.26 Q203.928 2853.8 203.928 2860.93 Q203.928 2868.04 205.734 2871.6 Q207.562 2875.14 211.173 2875.14 Q214.808 2875.14 216.613 2871.6 Q218.442 2868.04 218.442 2860.93 Q218.442 2853.8 216.613 2850.26 Q214.808 2846.69 211.173 2846.69 M211.173 2842.99 Q216.983 2842.99 220.039 2847.6 Q223.118 2852.18 223.118 2860.93 Q223.118 2869.66 220.039 2874.26 Q216.983 2878.85 211.173 2878.85 Q205.363 2878.85 202.284 2874.26 Q199.229 2869.66 199.229 2860.93 Q199.229 2852.18 202.284 2847.6 Q205.363 2842.99 211.173 2842.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M203.21 2631.15 L210.849 2631.15 L210.849 2604.78 L202.539 2606.45 L202.539 2602.19 L210.803 2600.52 L215.479 2600.52 L215.479 2631.15 L223.118 2631.15 L223.118 2635.08 L203.21 2635.08 L203.21 2631.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M206.798 2388.06 L223.118 2388.06 L223.118 2391.99 L201.173 2391.99 L201.173 2388.06 Q203.835 2385.3 208.419 2380.67 Q213.025 2376.02 214.206 2374.68 Q216.451 2372.16 217.331 2370.42 Q218.233 2368.66 218.233 2366.97 Q218.233 2364.22 216.289 2362.48 Q214.368 2360.74 211.266 2360.74 Q209.067 2360.74 206.613 2361.51 Q204.183 2362.27 201.405 2363.82 L201.405 2359.1 Q204.229 2357.97 206.683 2357.39 Q209.136 2356.81 211.173 2356.81 Q216.544 2356.81 219.738 2359.49 Q222.933 2362.18 222.933 2366.67 Q222.933 2368.8 222.122 2370.72 Q221.335 2372.62 219.229 2375.21 Q218.65 2375.88 215.548 2379.1 Q212.446 2382.29 206.798 2388.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M215.988 2130.27 Q219.345 2130.99 221.22 2133.25 Q223.118 2135.52 223.118 2138.86 Q223.118 2143.97 219.599 2146.77 Q216.081 2149.57 209.599 2149.57 Q207.423 2149.57 205.109 2149.13 Q202.817 2148.72 200.363 2147.86 L200.363 2143.35 Q202.308 2144.48 204.622 2145.06 Q206.937 2145.64 209.46 2145.64 Q213.858 2145.64 216.15 2143.9 Q218.465 2142.17 218.465 2138.86 Q218.465 2135.8 216.312 2134.09 Q214.183 2132.35 210.363 2132.35 L206.335 2132.35 L206.335 2128.51 L210.548 2128.51 Q213.997 2128.51 215.826 2127.14 Q217.655 2125.75 217.655 2123.16 Q217.655 2120.5 215.757 2119.09 Q213.882 2117.65 210.363 2117.65 Q208.442 2117.65 206.243 2118.07 Q204.044 2118.49 201.405 2119.37 L201.405 2115.2 Q204.067 2114.46 206.382 2114.09 Q208.72 2113.72 210.78 2113.72 Q216.104 2113.72 219.206 2116.15 Q222.308 2118.56 222.308 2122.68 Q222.308 2125.55 220.664 2127.54 Q219.02 2129.5 215.988 2130.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M213.534 1875.33 L201.729 1893.77 L213.534 1893.77 L213.534 1875.33 M212.308 1871.25 L218.187 1871.25 L218.187 1893.77 L223.118 1893.77 L223.118 1897.66 L218.187 1897.66 L218.187 1905.81 L213.534 1905.81 L213.534 1897.66 L197.933 1897.66 L197.933 1893.15 L212.308 1871.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M202.215 1628.16 L220.571 1628.16 L220.571 1632.09 L206.497 1632.09 L206.497 1640.57 Q207.516 1640.22 208.534 1640.06 Q209.553 1639.87 210.571 1639.87 Q216.358 1639.87 219.738 1643.04 Q223.118 1646.22 223.118 1651.63 Q223.118 1657.21 219.645 1660.31 Q216.173 1663.39 209.854 1663.39 Q207.678 1663.39 205.409 1663.02 Q203.164 1662.65 200.757 1661.91 L200.757 1657.21 Q202.84 1658.34 205.062 1658.9 Q207.284 1659.46 209.761 1659.46 Q213.766 1659.46 216.104 1657.35 Q218.442 1655.24 218.442 1651.63 Q218.442 1648.02 216.104 1645.91 Q213.766 1643.81 209.761 1643.81 Q207.886 1643.81 206.011 1644.22 Q204.159 1644.64 202.215 1645.52 L202.215 1628.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip324)\" d=\"\nM341.61 1888.53 L341.61 2860.9 L364.423 2860.9 L364.423 1888.53 L341.61 1888.53 L341.61 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 341.61,1888.53 341.61,2860.9 364.423,2860.9 364.423,1888.53 341.61,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM364.423 1888.53 L364.423 2860.9 L387.236 2860.9 L387.236 1888.53 L364.423 1888.53 L364.423 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 364.423,1888.53 364.423,2860.9 387.236,2860.9 387.236,1888.53 364.423,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM387.236 1888.53 L387.236 2860.9 L410.049 2860.9 L410.049 1888.53 L387.236 1888.53 L387.236 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 387.236,1888.53 387.236,2860.9 410.049,2860.9 410.049,1888.53 387.236,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM410.049 2131.62 L410.049 2860.9 L432.862 2860.9 L432.862 2131.62 L410.049 2131.62 L410.049 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 410.049,2131.62 410.049,2860.9 432.862,2860.9 432.862,2131.62 410.049,2131.62 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM432.862 1888.53 L432.862 2860.9 L455.675 2860.9 L455.675 1888.53 L432.862 1888.53 L432.862 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 432.862,1888.53 432.862,2860.9 455.675,2860.9 455.675,1888.53 432.862,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM455.675 1645.44 L455.675 2860.9 L478.488 2860.9 L478.488 1645.44 L455.675 1645.44 L455.675 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 455.675,1645.44 455.675,2860.9 478.488,2860.9 478.488,1645.44 455.675,1645.44 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM478.488 1888.53 L478.488 2860.9 L501.302 2860.9 L501.302 1888.53 L478.488 1888.53 L478.488 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 478.488,1888.53 478.488,2860.9 501.302,2860.9 501.302,1888.53 478.488,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM501.302 1888.53 L501.302 2860.9 L524.115 2860.9 L524.115 1888.53 L501.302 1888.53 L501.302 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 501.302,1888.53 501.302,2860.9 524.115,2860.9 524.115,1888.53 501.302,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM524.115 2131.62 L524.115 2860.9 L546.928 2860.9 L546.928 2131.62 L524.115 2131.62 L524.115 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 524.115,2131.62 524.115,2860.9 546.928,2860.9 546.928,2131.62 524.115,2131.62 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM546.928 1888.53 L546.928 2860.9 L569.741 2860.9 L569.741 1888.53 L546.928 1888.53 L546.928 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 546.928,1888.53 546.928,2860.9 569.741,2860.9 569.741,1888.53 546.928,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM569.741 1888.53 L569.741 2860.9 L592.554 2860.9 L592.554 1888.53 L569.741 1888.53 L569.741 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 569.741,1888.53 569.741,2860.9 592.554,2860.9 592.554,1888.53 569.741,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM592.554 1888.53 L592.554 2860.9 L615.367 2860.9 L615.367 1888.53 L592.554 1888.53 L592.554 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 592.554,1888.53 592.554,2860.9 615.367,2860.9 615.367,1888.53 592.554,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM615.367 1645.44 L615.367 2860.9 L638.18 2860.9 L638.18 1645.44 L615.367 1645.44 L615.367 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 615.367,1645.44 615.367,2860.9 638.18,2860.9 638.18,1645.44 615.367,1645.44 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM638.18 2131.62 L638.18 2860.9 L660.993 2860.9 L660.993 2131.62 L638.18 2131.62 L638.18 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 638.18,2131.62 638.18,2860.9 660.993,2860.9 660.993,2131.62 638.18,2131.62 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM660.993 1888.53 L660.993 2860.9 L683.806 2860.9 L683.806 1888.53 L660.993 1888.53 L660.993 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 660.993,1888.53 660.993,2860.9 683.806,2860.9 683.806,1888.53 660.993,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM683.806 1888.53 L683.806 2860.9 L706.619 2860.9 L706.619 1888.53 L683.806 1888.53 L683.806 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 683.806,1888.53 683.806,2860.9 706.619,2860.9 706.619,1888.53 683.806,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM706.619 1888.53 L706.619 2860.9 L729.432 2860.9 L729.432 1888.53 L706.619 1888.53 L706.619 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 706.619,1888.53 706.619,2860.9 729.432,2860.9 729.432,1888.53 706.619,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM729.432 1888.53 L729.432 2860.9 L752.245 2860.9 L752.245 1888.53 L729.432 1888.53 L729.432 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 729.432,1888.53 729.432,2860.9 752.245,2860.9 752.245,1888.53 729.432,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM752.245 1888.53 L752.245 2860.9 L775.058 2860.9 L775.058 1888.53 L752.245 1888.53 L752.245 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 752.245,1888.53 752.245,2860.9 775.058,2860.9 775.058,1888.53 752.245,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM775.058 1645.44 L775.058 2860.9 L797.871 2860.9 L797.871 1645.44 L775.058 1645.44 L775.058 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 775.058,1645.44 775.058,2860.9 797.871,2860.9 797.871,1645.44 775.058,1645.44 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM797.871 1888.53 L797.871 2860.9 L820.685 2860.9 L820.685 1888.53 L797.871 1888.53 L797.871 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 797.871,1888.53 797.871,2860.9 820.685,2860.9 820.685,1888.53 797.871,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM820.685 1888.53 L820.685 2860.9 L843.498 2860.9 L843.498 1888.53 L820.685 1888.53 L820.685 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 820.685,1888.53 820.685,2860.9 843.498,2860.9 843.498,1888.53 820.685,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM843.498 1888.53 L843.498 2860.9 L866.311 2860.9 L866.311 1888.53 L843.498 1888.53 L843.498 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 843.498,1888.53 843.498,2860.9 866.311,2860.9 866.311,1888.53 843.498,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM866.311 1888.53 L866.311 2860.9 L889.124 2860.9 L889.124 1888.53 L866.311 1888.53 L866.311 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 866.311,1888.53 866.311,2860.9 889.124,2860.9 889.124,1888.53 866.311,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM889.124 1888.53 L889.124 2860.9 L911.937 2860.9 L911.937 1888.53 L889.124 1888.53 L889.124 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 889.124,1888.53 889.124,2860.9 911.937,2860.9 911.937,1888.53 889.124,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM911.937 1888.53 L911.937 2860.9 L934.75 2860.9 L934.75 1888.53 L911.937 1888.53 L911.937 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 911.937,1888.53 911.937,2860.9 934.75,2860.9 934.75,1888.53 911.937,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM934.75 1888.53 L934.75 2860.9 L957.563 2860.9 L957.563 1888.53 L934.75 1888.53 L934.75 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 934.75,1888.53 934.75,2860.9 957.563,2860.9 957.563,1888.53 934.75,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM957.563 1888.53 L957.563 2860.9 L980.376 2860.9 L980.376 1888.53 L957.563 1888.53 L957.563 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 957.563,1888.53 957.563,2860.9 980.376,2860.9 980.376,1888.53 957.563,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM980.376 1888.53 L980.376 2860.9 L1003.19 2860.9 L1003.19 1888.53 L980.376 1888.53 L980.376 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 980.376,1888.53 980.376,2860.9 1003.19,2860.9 1003.19,1888.53 980.376,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1003.19 1888.53 L1003.19 2860.9 L1026 2860.9 L1026 1888.53 L1003.19 1888.53 L1003.19 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1003.19,1888.53 1003.19,2860.9 1026,2860.9 1026,1888.53 1003.19,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1026 1645.44 L1026 2860.9 L1048.82 2860.9 L1048.82 1645.44 L1026 1645.44 L1026 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1026,1645.44 1026,2860.9 1048.82,2860.9 1048.82,1645.44 1026,1645.44 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1048.82 1888.53 L1048.82 2860.9 L1071.63 2860.9 L1071.63 1888.53 L1048.82 1888.53 L1048.82 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1048.82,1888.53 1048.82,2860.9 1071.63,2860.9 1071.63,1888.53 1048.82,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1071.63 1888.53 L1071.63 2860.9 L1094.44 2860.9 L1094.44 1888.53 L1071.63 1888.53 L1071.63 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1071.63,1888.53 1071.63,2860.9 1094.44,2860.9 1094.44,1888.53 1071.63,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1094.44 1888.53 L1094.44 2860.9 L1117.25 2860.9 L1117.25 1888.53 L1094.44 1888.53 L1094.44 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1094.44,1888.53 1094.44,2860.9 1117.25,2860.9 1117.25,1888.53 1094.44,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1117.25 1888.53 L1117.25 2860.9 L1140.07 2860.9 L1140.07 1888.53 L1117.25 1888.53 L1117.25 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1117.25,1888.53 1117.25,2860.9 1140.07,2860.9 1140.07,1888.53 1117.25,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1140.07 1888.53 L1140.07 2860.9 L1162.88 2860.9 L1162.88 1888.53 L1140.07 1888.53 L1140.07 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1140.07,1888.53 1140.07,2860.9 1162.88,2860.9 1162.88,1888.53 1140.07,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1162.88 2131.62 L1162.88 2860.9 L1185.69 2860.9 L1185.69 2131.62 L1162.88 2131.62 L1162.88 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1162.88,2131.62 1162.88,2860.9 1185.69,2860.9 1185.69,2131.62 1162.88,2131.62 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1185.69 1645.44 L1185.69 2860.9 L1208.51 2860.9 L1208.51 1645.44 L1185.69 1645.44 L1185.69 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1185.69,1645.44 1185.69,2860.9 1208.51,2860.9 1208.51,1645.44 1185.69,1645.44 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1208.51 1888.53 L1208.51 2860.9 L1231.32 2860.9 L1231.32 1888.53 L1208.51 1888.53 L1208.51 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1208.51,1888.53 1208.51,2860.9 1231.32,2860.9 1231.32,1888.53 1208.51,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1231.32 1888.53 L1231.32 2860.9 L1254.13 2860.9 L1254.13 1888.53 L1231.32 1888.53 L1231.32 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1231.32,1888.53 1231.32,2860.9 1254.13,2860.9 1254.13,1888.53 1231.32,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1254.13 1888.53 L1254.13 2860.9 L1276.95 2860.9 L1276.95 1888.53 L1254.13 1888.53 L1254.13 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1254.13,1888.53 1254.13,2860.9 1276.95,2860.9 1276.95,1888.53 1254.13,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1276.95 2131.62 L1276.95 2860.9 L1299.76 2860.9 L1299.76 2131.62 L1276.95 2131.62 L1276.95 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1276.95,2131.62 1276.95,2860.9 1299.76,2860.9 1299.76,2131.62 1276.95,2131.62 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1299.76 1888.53 L1299.76 2860.9 L1322.57 2860.9 L1322.57 1888.53 L1299.76 1888.53 L1299.76 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1299.76,1888.53 1299.76,2860.9 1322.57,2860.9 1322.57,1888.53 1299.76,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1322.57 1888.53 L1322.57 2860.9 L1345.39 2860.9 L1345.39 1888.53 L1322.57 1888.53 L1322.57 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1322.57,1888.53 1322.57,2860.9 1345.39,2860.9 1345.39,1888.53 1322.57,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1345.39 1645.44 L1345.39 2860.9 L1368.2 2860.9 L1368.2 1645.44 L1345.39 1645.44 L1345.39 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1345.39,1645.44 1345.39,2860.9 1368.2,2860.9 1368.2,1645.44 1345.39,1645.44 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1368.2 1888.53 L1368.2 2860.9 L1391.01 2860.9 L1391.01 1888.53 L1368.2 1888.53 L1368.2 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1368.2,1888.53 1368.2,2860.9 1391.01,2860.9 1391.01,1888.53 1368.2,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1391.01 2131.62 L1391.01 2860.9 L1413.82 2860.9 L1413.82 2131.62 L1391.01 2131.62 L1391.01 2131.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1391.01,2131.62 1391.01,2860.9 1413.82,2860.9 1413.82,2131.62 1391.01,2131.62 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1413.82 1888.53 L1413.82 2860.9 L1436.64 2860.9 L1436.64 1888.53 L1413.82 1888.53 L1413.82 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1413.82,1888.53 1413.82,2860.9 1436.64,2860.9 1436.64,1888.53 1413.82,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1436.64 1888.53 L1436.64 2860.9 L1459.45 2860.9 L1459.45 1888.53 L1436.64 1888.53 L1436.64 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1436.64,1888.53 1436.64,2860.9 1459.45,2860.9 1459.45,1888.53 1436.64,1888.53 \n \"/>\n<path clip-path=\"url(#clip324)\" d=\"\nM1459.45 1888.53 L1459.45 2860.9 L1482.26 2860.9 L1482.26 1888.53 L1459.45 1888.53 L1459.45 1888.53 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip324)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1459.45,1888.53 1459.45,2860.9 1482.26,2860.9 1482.26,1888.53 1459.45,1888.53 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"\nM1871.12 2897.36 L3152.76 2897.36 L3152.76 1608.98 L1871.12 1608.98 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip325\">\n <rect x=\"1871\" y=\"1608\" width=\"1283\" height=\"1289\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1967.31,2897.36 1967.31,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2148.86,2897.36 2148.86,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2330.4,2897.36 2330.4,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2511.94,2897.36 2511.94,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2693.48,2897.36 2693.48,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2875.02,2897.36 2875.02,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3056.56,2897.36 3056.56,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2897.36 3152.76,2897.36 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1967.31,2897.36 1967.31,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2148.86,2897.36 2148.86,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2330.4,2897.36 2330.4,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2511.94,2897.36 2511.94,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2693.48,2897.36 2693.48,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2875.02,2897.36 2875.02,2881.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3056.56,2897.36 3056.56,2881.9 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M1939.29 2947.6 L1968.97 2947.6 L1968.97 2951.54 L1939.29 2951.54 L1939.29 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1988.21 2945.8 Q1991.56 2946.52 1993.44 2948.78 Q1995.34 2951.05 1995.34 2954.39 Q1995.34 2959.5 1991.82 2962.3 Q1988.3 2965.1 1981.82 2965.1 Q1979.64 2965.1 1977.33 2964.66 Q1975.03 2964.25 1972.58 2963.39 L1972.58 2958.88 Q1974.53 2960.01 1976.84 2960.59 Q1979.16 2961.17 1981.68 2961.17 Q1986.08 2961.17 1988.37 2959.43 Q1990.68 2957.7 1990.68 2954.39 Q1990.68 2951.33 1988.53 2949.62 Q1986.4 2947.88 1982.58 2947.88 L1978.55 2947.88 L1978.55 2944.04 L1982.77 2944.04 Q1986.22 2944.04 1988.04 2942.67 Q1989.87 2941.28 1989.87 2938.69 Q1989.87 2936.03 1987.97 2934.62 Q1986.1 2933.18 1982.58 2933.18 Q1980.66 2933.18 1978.46 2933.6 Q1976.26 2934.02 1973.62 2934.89 L1973.62 2930.73 Q1976.28 2929.99 1978.6 2929.62 Q1980.94 2929.25 1983 2929.25 Q1988.32 2929.25 1991.42 2931.68 Q1994.53 2934.08 1994.53 2938.21 Q1994.53 2941.08 1992.88 2943.07 Q1991.24 2945.03 1988.21 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2121.31 2947.6 L2150.99 2947.6 L2150.99 2951.54 L2121.31 2951.54 L2121.31 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2160.08 2960.5 L2176.4 2960.5 L2176.4 2964.43 L2154.46 2964.43 L2154.46 2960.5 Q2157.12 2957.74 2161.7 2953.11 Q2166.31 2948.46 2167.49 2947.12 Q2169.74 2944.59 2170.61 2942.86 Q2171.52 2941.1 2171.52 2939.41 Q2171.52 2936.65 2169.57 2934.92 Q2167.65 2933.18 2164.55 2933.18 Q2162.35 2933.18 2159.9 2933.95 Q2157.47 2934.71 2154.69 2936.26 L2154.69 2931.54 Q2157.51 2930.4 2159.97 2929.83 Q2162.42 2929.25 2164.46 2929.25 Q2169.83 2929.25 2173.02 2931.93 Q2176.22 2934.62 2176.22 2939.11 Q2176.22 2941.24 2175.41 2943.16 Q2174.62 2945.06 2172.51 2947.65 Q2171.93 2948.32 2168.83 2951.54 Q2165.73 2954.73 2160.08 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2302.66 2947.6 L2332.34 2947.6 L2332.34 2951.54 L2302.66 2951.54 L2302.66 2947.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2338.22 2960.5 L2345.86 2960.5 L2345.86 2934.13 L2337.55 2935.8 L2337.55 2931.54 L2345.81 2929.87 L2350.49 2929.87 L2350.49 2960.5 L2358.13 2960.5 L2358.13 2964.43 L2338.22 2964.43 L2338.22 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2511.94 2932.95 Q2508.33 2932.95 2506.5 2936.52 Q2504.69 2940.06 2504.69 2947.19 Q2504.69 2954.29 2506.5 2957.86 Q2508.33 2961.4 2511.94 2961.4 Q2515.57 2961.4 2517.38 2957.86 Q2519.21 2954.29 2519.21 2947.19 Q2519.21 2940.06 2517.38 2936.52 Q2515.57 2932.95 2511.94 2932.95 M2511.94 2929.25 Q2517.75 2929.25 2520.8 2933.85 Q2523.88 2938.44 2523.88 2947.19 Q2523.88 2955.91 2520.8 2960.52 Q2517.75 2965.1 2511.94 2965.1 Q2506.13 2965.1 2503.05 2960.52 Q2499.99 2955.91 2499.99 2947.19 Q2499.99 2938.44 2503.05 2933.85 Q2506.13 2929.25 2511.94 2929.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2683.86 2960.5 L2691.5 2960.5 L2691.5 2934.13 L2683.19 2935.8 L2683.19 2931.54 L2691.45 2929.87 L2696.13 2929.87 L2696.13 2960.5 L2703.77 2960.5 L2703.77 2964.43 L2683.86 2964.43 L2683.86 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M2869.67 2960.5 L2885.99 2960.5 L2885.99 2964.43 L2864.05 2964.43 L2864.05 2960.5 Q2866.71 2957.74 2871.29 2953.11 Q2875.9 2948.46 2877.08 2947.12 Q2879.32 2944.59 2880.2 2942.86 Q2881.11 2941.1 2881.11 2939.41 Q2881.11 2936.65 2879.16 2934.92 Q2877.24 2933.18 2874.14 2933.18 Q2871.94 2933.18 2869.49 2933.95 Q2867.06 2934.71 2864.28 2936.26 L2864.28 2931.54 Q2867.1 2930.4 2869.56 2929.83 Q2872.01 2929.25 2874.05 2929.25 Q2879.42 2929.25 2882.61 2931.93 Q2885.81 2934.62 2885.81 2939.11 Q2885.81 2941.24 2884.99 2943.16 Q2884.21 2945.06 2882.1 2947.65 Q2881.52 2948.32 2878.42 2951.54 Q2875.32 2954.73 2869.67 2960.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M3060.81 2945.8 Q3064.16 2946.52 3066.04 2948.78 Q3067.94 2951.05 3067.94 2954.39 Q3067.94 2959.5 3064.42 2962.3 Q3060.9 2965.1 3054.42 2965.1 Q3052.24 2965.1 3049.93 2964.66 Q3047.64 2964.25 3045.18 2963.39 L3045.18 2958.88 Q3047.13 2960.01 3049.44 2960.59 Q3051.76 2961.17 3054.28 2961.17 Q3058.68 2961.17 3060.97 2959.43 Q3063.28 2957.7 3063.28 2954.39 Q3063.28 2951.33 3061.13 2949.62 Q3059 2947.88 3055.18 2947.88 L3051.15 2947.88 L3051.15 2944.04 L3055.37 2944.04 Q3058.82 2944.04 3060.64 2942.67 Q3062.47 2941.28 3062.47 2938.69 Q3062.47 2936.03 3060.57 2934.62 Q3058.7 2933.18 3055.18 2933.18 Q3053.26 2933.18 3051.06 2933.6 Q3048.86 2934.02 3046.22 2934.89 L3046.22 2930.73 Q3048.89 2929.99 3051.2 2929.62 Q3053.54 2929.25 3055.6 2929.25 Q3060.92 2929.25 3064.02 2931.68 Q3067.13 2934.08 3067.13 2938.21 Q3067.13 2941.08 3065.48 2943.07 Q3063.84 2945.03 3060.81 2945.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2860.9 3152.76,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2557.03 3152.76,2557.03 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,2253.17 3152.76,2253.17 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,1949.3 3152.76,1949.3 \n \"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1871.12,1645.44 3152.76,1645.44 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2897.36 1871.12,1608.98 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2860.9 1886.5,2860.9 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2557.03 1886.5,2557.03 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,2253.17 1886.5,2253.17 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1949.3 1886.5,1949.3 \n \"/>\n<polyline clip-path=\"url(#clip320)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1871.12,1645.44 1886.5,1645.44 \n \"/>\n<path clip-path=\"url(#clip320)\" d=\"M 0 0 M1811.17 2846.69 Q1807.56 2846.69 1805.73 2850.26 Q1803.93 2853.8 1803.93 2860.93 Q1803.93 2868.04 1805.73 2871.6 Q1807.56 2875.14 1811.17 2875.14 Q1814.81 2875.14 1816.61 2871.6 Q1818.44 2868.04 1818.44 2860.93 Q1818.44 2853.8 1816.61 2850.26 Q1814.81 2846.69 1811.17 2846.69 M1811.17 2842.99 Q1816.98 2842.99 1820.04 2847.6 Q1823.12 2852.18 1823.12 2860.93 Q1823.12 2869.66 1820.04 2874.26 Q1816.98 2878.85 1811.17 2878.85 Q1805.36 2878.85 1802.28 2874.26 Q1799.23 2869.66 1799.23 2860.93 Q1799.23 2852.18 1802.28 2847.6 Q1805.36 2842.99 1811.17 2842.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1806.8 2570.38 L1823.12 2570.38 L1823.12 2574.31 L1801.17 2574.31 L1801.17 2570.38 Q1803.84 2567.62 1808.42 2562.99 Q1813.03 2558.34 1814.21 2557 Q1816.45 2554.47 1817.33 2552.74 Q1818.23 2550.98 1818.23 2549.29 Q1818.23 2546.53 1816.29 2544.8 Q1814.37 2543.06 1811.27 2543.06 Q1809.07 2543.06 1806.61 2543.83 Q1804.18 2544.59 1801.4 2546.14 L1801.4 2541.42 Q1804.23 2540.28 1806.68 2539.71 Q1809.14 2539.13 1811.17 2539.13 Q1816.54 2539.13 1819.74 2541.81 Q1822.93 2544.5 1822.93 2548.99 Q1822.93 2551.12 1822.12 2553.04 Q1821.34 2554.94 1819.23 2557.53 Q1818.65 2558.2 1815.55 2561.42 Q1812.45 2564.61 1806.8 2570.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1813.53 2239.96 L1801.73 2258.41 L1813.53 2258.41 L1813.53 2239.96 M1812.31 2235.89 L1818.19 2235.89 L1818.19 2258.41 L1823.12 2258.41 L1823.12 2262.3 L1818.19 2262.3 L1818.19 2270.45 L1813.53 2270.45 L1813.53 2262.3 L1797.93 2262.3 L1797.93 2257.79 L1812.31 2235.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1811.59 1947.44 Q1808.44 1947.44 1806.59 1949.59 Q1804.76 1951.75 1804.76 1955.5 Q1804.76 1959.22 1806.59 1961.4 Q1808.44 1963.55 1811.59 1963.55 Q1814.74 1963.55 1816.57 1961.4 Q1818.42 1959.22 1818.42 1955.5 Q1818.42 1951.75 1816.57 1949.59 Q1814.74 1947.44 1811.59 1947.44 M1820.87 1932.79 L1820.87 1937.05 Q1819.11 1936.21 1817.31 1935.77 Q1815.53 1935.33 1813.77 1935.33 Q1809.14 1935.33 1806.68 1938.46 Q1804.25 1941.58 1803.9 1947.9 Q1805.27 1945.89 1807.33 1944.82 Q1809.39 1943.74 1811.87 1943.74 Q1817.08 1943.74 1820.09 1946.91 Q1823.12 1950.06 1823.12 1955.5 Q1823.12 1960.82 1819.97 1964.04 Q1816.82 1967.26 1811.59 1967.26 Q1805.59 1967.26 1802.42 1962.67 Q1799.25 1958.07 1799.25 1949.34 Q1799.25 1941.14 1803.14 1936.28 Q1807.03 1931.4 1813.58 1931.4 Q1815.34 1931.4 1817.12 1931.75 Q1818.93 1932.09 1820.87 1932.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip320)\" d=\"M 0 0 M1811.27 1646.31 Q1807.93 1646.31 1806.01 1648.09 Q1804.11 1649.87 1804.11 1653 Q1804.11 1656.12 1806.01 1657.91 Q1807.93 1659.69 1811.27 1659.69 Q1814.6 1659.69 1816.52 1657.91 Q1818.44 1656.1 1818.44 1653 Q1818.44 1649.87 1816.52 1648.09 Q1814.62 1646.31 1811.27 1646.31 M1806.59 1644.32 Q1803.58 1643.58 1801.89 1641.52 Q1800.22 1639.46 1800.22 1636.49 Q1800.22 1632.35 1803.16 1629.94 Q1806.13 1627.53 1811.27 1627.53 Q1816.43 1627.53 1819.37 1629.94 Q1822.31 1632.35 1822.31 1636.49 Q1822.31 1639.46 1820.62 1641.52 Q1818.95 1643.58 1815.96 1644.32 Q1819.34 1645.1 1821.22 1647.4 Q1823.12 1649.69 1823.12 1653 Q1823.12 1658.02 1820.04 1660.71 Q1816.98 1663.39 1811.27 1663.39 Q1805.55 1663.39 1802.47 1660.71 Q1799.41 1658.02 1799.41 1653 Q1799.41 1649.69 1801.31 1647.4 Q1803.21 1645.1 1806.59 1644.32 M1804.88 1636.93 Q1804.88 1639.62 1806.54 1641.12 Q1808.23 1642.63 1811.27 1642.63 Q1814.28 1642.63 1815.96 1641.12 Q1817.68 1639.62 1817.68 1636.93 Q1817.68 1634.25 1815.96 1632.74 Q1814.28 1631.24 1811.27 1631.24 Q1808.23 1631.24 1806.54 1632.74 Q1804.88 1634.25 1804.88 1636.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip325)\" d=\"\nM1941.61 1949.3 L1941.61 2860.9 L1964.42 2860.9 L1964.42 1949.3 L1941.61 1949.3 L1941.61 1949.3 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1941.61,1949.3 1941.61,2860.9 1964.42,2860.9 1964.42,1949.3 1941.61,1949.3 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM1964.42 2708.96 L1964.42 2860.9 L1987.24 2860.9 L1987.24 2708.96 L1964.42 2708.96 L1964.42 2708.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1964.42,2708.96 1964.42,2860.9 1987.24,2860.9 1987.24,2708.96 1964.42,2708.96 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM1987.24 2253.17 L1987.24 2860.9 L2010.05 2860.9 L2010.05 2253.17 L1987.24 2253.17 L1987.24 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1987.24,2253.17 1987.24,2860.9 2010.05,2860.9 2010.05,2253.17 1987.24,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2010.05 2253.17 L2010.05 2860.9 L2032.86 2860.9 L2032.86 2253.17 L2010.05 2253.17 L2010.05 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2010.05,2253.17 2010.05,2860.9 2032.86,2860.9 2032.86,2253.17 2010.05,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2032.86 2860.9 L2032.86 2860.9 L2055.68 2860.9 L2055.68 2860.9 L2032.86 2860.9 L2032.86 2860.9 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2032.86,2860.9 2032.86,2860.9 2055.68,2860.9 2032.86,2860.9 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2055.68 2557.03 L2055.68 2860.9 L2078.49 2860.9 L2078.49 2557.03 L2055.68 2557.03 L2055.68 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2055.68,2557.03 2055.68,2860.9 2078.49,2860.9 2078.49,2557.03 2055.68,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2078.49 2101.24 L2078.49 2860.9 L2101.3 2860.9 L2101.3 2101.24 L2078.49 2101.24 L2078.49 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2078.49,2101.24 2078.49,2860.9 2101.3,2860.9 2101.3,2101.24 2078.49,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2101.3 2253.17 L2101.3 2860.9 L2124.11 2860.9 L2124.11 2253.17 L2101.3 2253.17 L2101.3 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2101.3,2253.17 2101.3,2860.9 2124.11,2860.9 2124.11,2253.17 2101.3,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2124.11 2557.03 L2124.11 2860.9 L2146.93 2860.9 L2146.93 2557.03 L2124.11 2557.03 L2124.11 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2124.11,2557.03 2124.11,2860.9 2146.93,2860.9 2146.93,2557.03 2124.11,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2146.93 2101.24 L2146.93 2860.9 L2169.74 2860.9 L2169.74 2101.24 L2146.93 2101.24 L2146.93 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2146.93,2101.24 2146.93,2860.9 2169.74,2860.9 2169.74,2101.24 2146.93,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2169.74 2101.24 L2169.74 2860.9 L2192.55 2860.9 L2192.55 2101.24 L2169.74 2101.24 L2169.74 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2169.74,2101.24 2169.74,2860.9 2192.55,2860.9 2192.55,2101.24 2169.74,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2192.55 2708.96 L2192.55 2860.9 L2215.37 2860.9 L2215.37 2708.96 L2192.55 2708.96 L2192.55 2708.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2192.55,2708.96 2192.55,2860.9 2215.37,2860.9 2215.37,2708.96 2192.55,2708.96 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2215.37 2253.17 L2215.37 2860.9 L2238.18 2860.9 L2238.18 2253.17 L2215.37 2253.17 L2215.37 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2215.37,2253.17 2215.37,2860.9 2238.18,2860.9 2238.18,2253.17 2215.37,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2238.18 2253.17 L2238.18 2860.9 L2260.99 2860.9 L2260.99 2253.17 L2238.18 2253.17 L2238.18 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2238.18,2253.17 2238.18,2860.9 2260.99,2860.9 2260.99,2253.17 2238.18,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2260.99 1645.44 L2260.99 2860.9 L2283.81 2860.9 L2283.81 1645.44 L2260.99 1645.44 L2260.99 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2260.99,1645.44 2260.99,2860.9 2283.81,2860.9 2283.81,1645.44 2260.99,1645.44 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2283.81 2405.1 L2283.81 2860.9 L2306.62 2860.9 L2306.62 2405.1 L2283.81 2405.1 L2283.81 2405.1 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2283.81,2405.1 2283.81,2860.9 2306.62,2860.9 2306.62,2405.1 2283.81,2405.1 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2306.62 2101.24 L2306.62 2860.9 L2329.43 2860.9 L2329.43 2101.24 L2306.62 2101.24 L2306.62 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2306.62,2101.24 2306.62,2860.9 2329.43,2860.9 2329.43,2101.24 2306.62,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2329.43 2253.17 L2329.43 2860.9 L2352.25 2860.9 L2352.25 2253.17 L2329.43 2253.17 L2329.43 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2329.43,2253.17 2329.43,2860.9 2352.25,2860.9 2352.25,2253.17 2329.43,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2352.25 1645.44 L2352.25 2860.9 L2375.06 2860.9 L2375.06 1645.44 L2352.25 1645.44 L2352.25 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2352.25,1645.44 2352.25,2860.9 2375.06,2860.9 2375.06,1645.44 2352.25,1645.44 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2375.06 1949.3 L2375.06 2860.9 L2397.87 2860.9 L2397.87 1949.3 L2375.06 1949.3 L2375.06 1949.3 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2375.06,1949.3 2375.06,2860.9 2397.87,2860.9 2397.87,1949.3 2375.06,1949.3 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2397.87 2253.17 L2397.87 2860.9 L2420.68 2860.9 L2420.68 2253.17 L2397.87 2253.17 L2397.87 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2397.87,2253.17 2397.87,2860.9 2420.68,2860.9 2420.68,2253.17 2397.87,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2420.68 1949.3 L2420.68 2860.9 L2443.5 2860.9 L2443.5 1949.3 L2420.68 1949.3 L2420.68 1949.3 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2420.68,1949.3 2420.68,2860.9 2443.5,2860.9 2443.5,1949.3 2420.68,1949.3 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2443.5 1797.37 L2443.5 2860.9 L2466.31 2860.9 L2466.31 1797.37 L2443.5 1797.37 L2443.5 1797.37 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2443.5,1797.37 2443.5,2860.9 2466.31,2860.9 2466.31,1797.37 2443.5,1797.37 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2466.31 2557.03 L2466.31 2860.9 L2489.12 2860.9 L2489.12 2557.03 L2466.31 2557.03 L2466.31 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2466.31,2557.03 2466.31,2860.9 2489.12,2860.9 2489.12,2557.03 2466.31,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2489.12 2253.17 L2489.12 2860.9 L2511.94 2860.9 L2511.94 2253.17 L2489.12 2253.17 L2489.12 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2489.12,2253.17 2489.12,2860.9 2511.94,2860.9 2511.94,2253.17 2489.12,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2511.94 2101.24 L2511.94 2860.9 L2534.75 2860.9 L2534.75 2101.24 L2511.94 2101.24 L2511.94 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2511.94,2101.24 2511.94,2860.9 2534.75,2860.9 2534.75,2101.24 2511.94,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2534.75 2557.03 L2534.75 2860.9 L2557.56 2860.9 L2557.56 2557.03 L2534.75 2557.03 L2534.75 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2534.75,2557.03 2534.75,2860.9 2557.56,2860.9 2557.56,2557.03 2534.75,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2557.56 2405.1 L2557.56 2860.9 L2580.38 2860.9 L2580.38 2405.1 L2557.56 2405.1 L2557.56 2405.1 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2557.56,2405.1 2557.56,2860.9 2580.38,2860.9 2580.38,2405.1 2557.56,2405.1 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2580.38 1949.3 L2580.38 2860.9 L2603.19 2860.9 L2603.19 1949.3 L2580.38 1949.3 L2580.38 1949.3 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2580.38,1949.3 2580.38,2860.9 2603.19,2860.9 2603.19,1949.3 2580.38,1949.3 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2603.19 1645.44 L2603.19 2860.9 L2626 2860.9 L2626 1645.44 L2603.19 1645.44 L2603.19 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2603.19,1645.44 2603.19,2860.9 2626,2860.9 2626,1645.44 2603.19,1645.44 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2626 1949.3 L2626 2860.9 L2648.82 2860.9 L2648.82 1949.3 L2626 1949.3 L2626 1949.3 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2626,1949.3 2626,2860.9 2648.82,2860.9 2648.82,1949.3 2626,1949.3 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2648.82 2708.96 L2648.82 2860.9 L2671.63 2860.9 L2671.63 2708.96 L2648.82 2708.96 L2648.82 2708.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2648.82,2708.96 2648.82,2860.9 2671.63,2860.9 2671.63,2708.96 2648.82,2708.96 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2671.63 2708.96 L2671.63 2860.9 L2694.44 2860.9 L2694.44 2708.96 L2671.63 2708.96 L2671.63 2708.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2671.63,2708.96 2671.63,2860.9 2694.44,2860.9 2694.44,2708.96 2671.63,2708.96 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2694.44 1797.37 L2694.44 2860.9 L2717.25 2860.9 L2717.25 1797.37 L2694.44 1797.37 L2694.44 1797.37 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2694.44,1797.37 2694.44,2860.9 2717.25,2860.9 2717.25,1797.37 2694.44,1797.37 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2717.25 2557.03 L2717.25 2860.9 L2740.07 2860.9 L2740.07 2557.03 L2717.25 2557.03 L2717.25 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2717.25,2557.03 2717.25,2860.9 2740.07,2860.9 2740.07,2557.03 2717.25,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2740.07 2708.96 L2740.07 2860.9 L2762.88 2860.9 L2762.88 2708.96 L2740.07 2708.96 L2740.07 2708.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2740.07,2708.96 2740.07,2860.9 2762.88,2860.9 2762.88,2708.96 2740.07,2708.96 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2762.88 2557.03 L2762.88 2860.9 L2785.69 2860.9 L2785.69 2557.03 L2762.88 2557.03 L2762.88 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2762.88,2557.03 2762.88,2860.9 2785.69,2860.9 2785.69,2557.03 2762.88,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2785.69 2405.1 L2785.69 2860.9 L2808.51 2860.9 L2808.51 2405.1 L2785.69 2405.1 L2785.69 2405.1 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2785.69,2405.1 2785.69,2860.9 2808.51,2860.9 2808.51,2405.1 2785.69,2405.1 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2808.51 1645.44 L2808.51 2860.9 L2831.32 2860.9 L2831.32 1645.44 L2808.51 1645.44 L2808.51 1645.44 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2808.51,1645.44 2808.51,2860.9 2831.32,2860.9 2831.32,1645.44 2808.51,1645.44 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2831.32 1797.37 L2831.32 2860.9 L2854.13 2860.9 L2854.13 1797.37 L2831.32 1797.37 L2831.32 1797.37 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2831.32,1797.37 2831.32,2860.9 2854.13,2860.9 2854.13,1797.37 2831.32,1797.37 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2854.13 1949.3 L2854.13 2860.9 L2876.95 2860.9 L2876.95 1949.3 L2854.13 1949.3 L2854.13 1949.3 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2854.13,1949.3 2854.13,2860.9 2876.95,2860.9 2876.95,1949.3 2854.13,1949.3 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2876.95 2253.17 L2876.95 2860.9 L2899.76 2860.9 L2899.76 2253.17 L2876.95 2253.17 L2876.95 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2876.95,2253.17 2876.95,2860.9 2899.76,2860.9 2899.76,2253.17 2876.95,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2899.76 2405.1 L2899.76 2860.9 L2922.57 2860.9 L2922.57 2405.1 L2899.76 2405.1 L2899.76 2405.1 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2899.76,2405.1 2899.76,2860.9 2922.57,2860.9 2922.57,2405.1 2899.76,2405.1 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2922.57 2557.03 L2922.57 2860.9 L2945.39 2860.9 L2945.39 2557.03 L2922.57 2557.03 L2922.57 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2922.57,2557.03 2922.57,2860.9 2945.39,2860.9 2945.39,2557.03 2922.57,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2945.39 2101.24 L2945.39 2860.9 L2968.2 2860.9 L2968.2 2101.24 L2945.39 2101.24 L2945.39 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2945.39,2101.24 2945.39,2860.9 2968.2,2860.9 2968.2,2101.24 2945.39,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2968.2 2253.17 L2968.2 2860.9 L2991.01 2860.9 L2991.01 2253.17 L2968.2 2253.17 L2968.2 2253.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2968.2,2253.17 2968.2,2860.9 2991.01,2860.9 2991.01,2253.17 2968.2,2253.17 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM2991.01 2708.96 L2991.01 2860.9 L3013.82 2860.9 L3013.82 2708.96 L2991.01 2708.96 L2991.01 2708.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2991.01,2708.96 2991.01,2860.9 3013.82,2860.9 3013.82,2708.96 2991.01,2708.96 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM3013.82 2557.03 L3013.82 2860.9 L3036.64 2860.9 L3036.64 2557.03 L3013.82 2557.03 L3013.82 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3013.82,2557.03 3013.82,2860.9 3036.64,2860.9 3036.64,2557.03 3013.82,2557.03 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM3036.64 2101.24 L3036.64 2860.9 L3059.45 2860.9 L3059.45 2101.24 L3036.64 2101.24 L3036.64 2101.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3036.64,2101.24 3036.64,2860.9 3059.45,2860.9 3059.45,2101.24 3036.64,2101.24 \n \"/>\n<path clip-path=\"url(#clip325)\" d=\"\nM3059.45 2557.03 L3059.45 2860.9 L3082.26 2860.9 L3082.26 2557.03 L3059.45 2557.03 L3059.45 2557.03 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip325)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3059.45,2557.03 3059.45,2860.9 3082.26,2860.9 3082.26,2557.03 3059.45,2557.03 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"@webio": {
"lastKernelId": null,
"lastCommId": null
},
"_draft": {
"nbviewer_url": "https://gist.github.com/5be24cabb0064ef093ac4b787a32c3d7"
},
"gist": {
"id": "5be24cabb0064ef093ac4b787a32c3d7",
"data": {
"description": "random orthogonal matrix",
"public": true
}
},
"kernelspec": {
"name": "julia-1.6-depwarn-o3",
"display_name": "Julia 1.6.0-rc1 depwarn -O3",
"language": "julia"
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.6.0"
},
"toc": {
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"base_numbering": 1,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment