Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maxentile/34ecd282988dfef811fb7ec77cfe3f2a to your computer and use it in GitHub Desktop.
Save maxentile/34ecd282988dfef811fb7ec77cfe3f2a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Fitting to energies and forces\n",
"\n",
"Fit U to a collection of (x, U(x)) observations as well as (x, -∇ₓU(x)) observations"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Imports"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"using Gen # PPL with programmable inference, https://www.gen.dev/\n",
"import Zygote # automatic differentiation, https://github.com/FluxML/Zygote.jl\n",
"using Plots # plotting library, http://docs.juliaplots.org/latest/\n",
"import Random; Random.seed!(1234); # set random seed"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Define energy model\n",
"\n",
"We assume nature picks a harmonic model with spring constant $k$ log-normally distributed, and reference value $x_0$ normally distributed."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"DynamicDSLFunction{Any}(Dict{Symbol,Any}(), Dict{Symbol,Any}(), Type[], false, Union{Nothing, Some{Any}}[], ##potential_energy_model#260, Bool[], false)"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"@gen function potential_energy_model()\n",
" k = exp(@trace(normal(0, 1), :log_k))\n",
" x₀ = @trace(normal(0, 1), :x₀)\n",
" U(x) = k/2 * (x - x₀)^2\n",
" return U\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Plot samples from prior over potential energy functions"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n",
" <clipPath id=\"clip720\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip721\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M234.82 356.513 L750.549 356.513 L750.549 47.2441 L234.82 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip722\">\n",
" <rect x=\"234\" y=\"47\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 249.416,356.513 249.416,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 371.05,356.513 371.05,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 492.685,356.513 492.685,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 614.319,356.513 614.319,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 735.953,356.513 735.953,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,347.762 750.549,347.762 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,274.984 750.549,274.984 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,202.206 750.549,202.206 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,129.428 750.549,129.428 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip722)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,56.6494 750.549,56.6494 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,356.513 750.549,356.513 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,356.513 234.82,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 249.416,356.513 249.416,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 371.05,356.513 371.05,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 492.685,356.513 492.685,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 614.319,356.513 614.319,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 735.953,356.513 735.953,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,347.762 241.009,347.762 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,274.984 241.009,274.984 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,202.206 241.009,202.206 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,129.428 241.009,129.428 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,56.6494 241.009,56.6494 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M230.469 395.101 L242.946 395.101 L242.946 398.897 L230.469 398.897 L230.469 395.101 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M252.043 406.05 L268.363 406.05 L268.363 409.985 L246.418 409.985 L246.418 406.05 Q249.08 403.295 253.664 398.666 Q258.27 394.013 259.451 392.67 Q261.696 390.147 262.576 388.411 Q263.478 386.652 263.478 384.962 Q263.478 382.208 261.534 380.471 Q259.613 378.735 256.511 378.735 Q254.312 378.735 251.858 379.499 Q249.428 380.263 246.65 381.814 L246.65 377.092 Q249.474 375.958 251.928 375.379 Q254.381 374.8 256.418 374.8 Q261.789 374.8 264.983 377.485 Q268.177 380.171 268.177 384.661 Q268.177 386.791 267.367 388.712 Q266.58 390.61 264.474 393.203 Q263.895 393.874 260.793 397.092 Q257.691 400.286 252.043 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M351.918 395.101 L364.395 395.101 L364.395 398.897 L351.918 398.897 L351.918 395.101 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M370.275 406.05 L377.914 406.05 L377.914 379.684 L369.604 381.351 L369.604 377.092 L377.867 375.425 L382.543 375.425 L382.543 406.05 L390.182 406.05 L390.182 409.985 L370.275 409.985 L370.275 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M492.685 378.504 Q489.073 378.504 487.245 382.069 Q485.439 385.61 485.439 392.74 Q485.439 399.846 487.245 403.411 Q489.073 406.953 492.685 406.953 Q496.319 406.953 498.124 403.411 Q499.953 399.846 499.953 392.74 Q499.953 385.61 498.124 382.069 Q496.319 378.504 492.685 378.504 M492.685 374.8 Q498.495 374.8 501.55 379.407 Q504.629 383.99 504.629 392.74 Q504.629 401.467 501.55 406.073 Q498.495 410.656 492.685 410.656 Q486.874 410.656 483.796 406.073 Q480.74 401.467 480.74 392.74 Q480.74 383.99 483.796 379.407 Q486.874 374.8 492.685 374.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M604.701 406.05 L612.34 406.05 L612.34 379.684 L604.029 381.351 L604.029 377.092 L612.293 375.425 L616.969 375.425 L616.969 406.05 L624.608 406.05 L624.608 409.985 L604.701 409.985 L604.701 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M730.606 406.05 L746.925 406.05 L746.925 409.985 L724.981 409.985 L724.981 406.05 Q727.643 403.295 732.226 398.666 Q736.833 394.013 738.013 392.67 Q740.259 390.147 741.138 388.411 Q742.041 386.652 742.041 384.962 Q742.041 382.208 740.097 380.471 Q738.175 378.735 735.073 378.735 Q732.874 378.735 730.421 379.499 Q727.99 380.263 725.212 381.814 L725.212 377.092 Q728.036 375.958 730.49 375.379 Q732.944 374.8 734.981 374.8 Q740.351 374.8 743.546 377.485 Q746.74 380.171 746.74 384.661 Q746.74 386.791 745.93 388.712 Q745.143 390.61 743.036 393.203 Q742.458 393.874 739.356 397.092 Q736.254 400.286 730.606 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M161.908 333.561 Q158.297 333.561 156.468 337.126 Q154.663 340.667 154.663 347.797 Q154.663 354.903 156.468 358.468 Q158.297 362.01 161.908 362.01 Q165.542 362.01 167.348 358.468 Q169.177 354.903 169.177 347.797 Q169.177 340.667 167.348 337.126 Q165.542 333.561 161.908 333.561 M161.908 329.857 Q167.718 329.857 170.774 334.464 Q173.852 339.047 173.852 347.797 Q173.852 356.524 170.774 361.13 Q167.718 365.713 161.908 365.713 Q156.098 365.713 153.019 361.13 Q149.964 356.524 149.964 347.797 Q149.964 339.047 153.019 334.464 Q156.098 329.857 161.908 329.857 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M178.922 359.163 L183.806 359.163 L183.806 365.042 L178.922 365.042 L178.922 359.163 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M198.876 333.561 Q195.264 333.561 193.436 337.126 Q191.63 340.667 191.63 347.797 Q191.63 354.903 193.436 358.468 Q195.264 362.01 198.876 362.01 Q202.51 362.01 204.315 358.468 Q206.144 354.903 206.144 347.797 Q206.144 340.667 204.315 337.126 Q202.51 333.561 198.876 333.561 M198.876 329.857 Q204.686 329.857 207.741 334.464 Q210.82 339.047 210.82 347.797 Q210.82 356.524 207.741 361.13 Q204.686 365.713 198.876 365.713 Q193.065 365.713 189.987 361.13 Q186.931 356.524 186.931 347.797 Q186.931 339.047 189.987 334.464 Q193.065 329.857 198.876 329.857 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M158.529 288.329 L174.848 288.329 L174.848 292.264 L152.904 292.264 L152.904 288.329 Q155.566 285.574 160.149 280.945 Q164.755 276.292 165.936 274.949 Q168.181 272.426 169.061 270.69 Q169.964 268.931 169.964 267.241 Q169.964 264.486 168.019 262.75 Q166.098 261.014 162.996 261.014 Q160.797 261.014 158.343 261.778 Q155.913 262.542 153.135 264.093 L153.135 259.371 Q155.959 258.236 158.413 257.658 Q160.866 257.079 162.903 257.079 Q168.274 257.079 171.468 259.764 Q174.663 262.449 174.663 266.94 Q174.663 269.07 173.852 270.991 Q173.065 272.889 170.959 275.482 Q170.38 276.153 167.278 279.371 Q164.177 282.565 158.529 288.329 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M179.917 286.384 L184.802 286.384 L184.802 292.264 L179.917 292.264 L179.917 286.384 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M189.917 257.704 L208.274 257.704 L208.274 261.639 L194.2 261.639 L194.2 270.111 Q195.218 269.764 196.237 269.602 Q197.255 269.417 198.274 269.417 Q204.061 269.417 207.44 272.588 Q210.82 275.759 210.82 281.176 Q210.82 286.755 207.348 289.857 Q203.875 292.935 197.556 292.935 Q195.38 292.935 193.112 292.565 Q190.866 292.195 188.459 291.454 L188.459 286.755 Q190.542 287.889 192.764 288.445 Q194.987 289 197.463 289 Q201.468 289 203.806 286.894 Q206.144 284.787 206.144 281.176 Q206.144 277.565 203.806 275.459 Q201.468 273.352 197.463 273.352 Q195.588 273.352 193.713 273.769 Q191.862 274.185 189.917 275.065 L189.917 257.704 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M152.95 184.926 L171.306 184.926 L171.306 188.861 L157.232 188.861 L157.232 197.333 Q158.251 196.986 159.269 196.824 Q160.288 196.639 161.306 196.639 Q167.093 196.639 170.473 199.81 Q173.852 202.981 173.852 208.398 Q173.852 213.977 170.38 217.078 Q166.908 220.157 160.589 220.157 Q158.413 220.157 156.144 219.787 Q153.899 219.416 151.492 218.676 L151.492 213.977 Q153.575 215.111 155.797 215.666 Q158.019 216.222 160.496 216.222 Q164.501 216.222 166.839 214.115 Q169.177 212.009 169.177 208.398 Q169.177 204.787 166.839 202.68 Q164.501 200.574 160.496 200.574 Q158.621 200.574 156.746 200.991 Q154.894 201.407 152.95 202.287 L152.95 184.926 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M178.922 213.606 L183.806 213.606 L183.806 219.486 L178.922 219.486 L178.922 213.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M198.876 188.004 Q195.264 188.004 193.436 191.569 Q191.63 195.111 191.63 202.241 Q191.63 209.347 193.436 212.912 Q195.264 216.453 198.876 216.453 Q202.51 216.453 204.315 212.912 Q206.144 209.347 206.144 202.241 Q206.144 195.111 204.315 191.569 Q202.51 188.004 198.876 188.004 M198.876 184.301 Q204.686 184.301 207.741 188.907 Q210.82 193.491 210.82 202.241 Q210.82 210.967 207.741 215.574 Q204.686 220.157 198.876 220.157 Q193.065 220.157 189.987 215.574 Q186.931 210.967 186.931 202.241 Q186.931 193.491 189.987 188.907 Q193.065 184.301 198.876 184.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M152.626 112.148 L174.848 112.148 L174.848 114.138 L162.302 146.708 L157.417 146.708 L169.223 116.083 L152.626 116.083 L152.626 112.148 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M179.917 140.828 L184.802 140.828 L184.802 146.708 L179.917 146.708 L179.917 140.828 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M189.917 112.148 L208.274 112.148 L208.274 116.083 L194.2 116.083 L194.2 124.555 Q195.218 124.208 196.237 124.046 Q197.255 123.861 198.274 123.861 Q204.061 123.861 207.44 127.032 Q210.82 130.203 210.82 135.62 Q210.82 141.198 207.348 144.3 Q203.875 147.379 197.556 147.379 Q195.38 147.379 193.112 147.009 Q190.866 146.638 188.459 145.897 L188.459 141.198 Q190.542 142.333 192.764 142.888 Q194.987 143.444 197.463 143.444 Q201.468 143.444 203.806 141.337 Q206.144 139.231 206.144 135.62 Q206.144 132.009 203.806 129.902 Q201.468 127.796 197.463 127.796 Q195.588 127.796 193.713 128.212 Q191.862 128.629 189.917 129.509 L189.917 112.148 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M126.931 69.9943 L134.57 69.9943 L134.57 43.6287 L126.26 45.2953 L126.26 41.0361 L134.524 39.3694 L139.2 39.3694 L139.2 69.9943 L146.839 69.9943 L146.839 73.9294 L126.931 73.9294 L126.931 69.9943 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M161.908 42.4481 Q158.297 42.4481 156.468 46.0129 Q154.663 49.5546 154.663 56.6842 Q154.663 63.7906 156.468 67.3554 Q158.297 70.897 161.908 70.897 Q165.542 70.897 167.348 67.3554 Q169.177 63.7906 169.177 56.6842 Q169.177 49.5546 167.348 46.0129 Q165.542 42.4481 161.908 42.4481 M161.908 38.7444 Q167.718 38.7444 170.774 43.3509 Q173.852 47.9342 173.852 56.6842 Q173.852 65.411 170.774 70.0174 Q167.718 74.6007 161.908 74.6007 Q156.098 74.6007 153.019 70.0174 Q149.964 65.411 149.964 56.6842 Q149.964 47.9342 153.019 43.3509 Q156.098 38.7444 161.908 38.7444 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M178.922 68.0498 L183.806 68.0498 L183.806 73.9294 L178.922 73.9294 L178.922 68.0498 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M198.876 42.4481 Q195.264 42.4481 193.436 46.0129 Q191.63 49.5546 191.63 56.6842 Q191.63 63.7906 193.436 67.3554 Q195.264 70.897 198.876 70.897 Q202.51 70.897 204.315 67.3554 Q206.144 63.7906 206.144 56.6842 Q206.144 49.5546 204.315 46.0129 Q202.51 42.4481 198.876 42.4481 M198.876 38.7444 Q204.686 38.7444 207.741 43.3509 Q210.82 47.9342 210.82 56.6842 Q210.82 65.411 207.741 70.0174 Q204.686 74.6007 198.876 74.6007 Q193.065 74.6007 189.987 70.0174 Q186.931 65.411 186.931 56.6842 Q186.931 47.9342 189.987 43.3509 Q193.065 38.7444 198.876 38.7444 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M509.299 453.729 L496.408 471.076 L509.967 489.377 L503.061 489.377 L492.685 475.373 L482.308 489.377 L475.402 489.377 L489.247 470.726 L476.579 453.729 L483.486 453.729 L492.939 466.429 L502.392 453.729 L509.299 453.729 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M40.4842 258.311 L40.4842 251.849 L69.3526 251.849 Q76.9915 251.849 80.3653 249.08 Q83.7073 246.311 83.7073 240.105 Q83.7073 233.93 80.3653 231.161 Q76.9915 228.392 69.3526 228.392 L40.4842 228.392 L40.4842 221.931 L70.1484 221.931 Q79.4423 221.931 84.1847 226.546 Q88.9272 231.129 88.9272 240.105 Q88.9272 249.112 84.1847 253.727 Q79.4423 258.311 70.1484 258.311 L40.4842 258.311 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M38.5426 201.719 Q45.8632 205.985 53.0246 208.053 Q60.186 210.122 67.5384 210.122 Q74.8908 210.122 82.1159 208.053 Q89.3091 205.953 96.5979 201.719 L96.5979 206.812 Q89.1182 211.586 81.8931 213.973 Q74.668 216.329 67.5384 216.329 Q60.4406 216.329 53.2474 213.973 Q46.0542 211.618 38.5426 206.812 L38.5426 201.719 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M52.3562 165.944 L69.7028 178.835 L88.0042 165.276 L88.0042 172.183 L73.9996 182.559 L88.0042 192.935 L88.0042 199.842 L69.3526 185.996 L52.3562 198.664 L52.3562 191.757 L65.0558 182.304 L52.3562 172.851 L52.3562 165.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M38.5426 160.056 L38.5426 154.963 Q46.0542 150.189 53.2474 147.834 Q60.4406 145.447 67.5384 145.447 Q74.668 145.447 81.8931 147.834 Q89.1182 150.189 96.5979 154.963 L96.5979 160.056 Q89.3091 155.823 82.1159 153.754 Q74.8908 151.653 67.5384 151.653 Q60.186 151.653 53.0246 153.754 Q45.8632 155.823 38.5426 160.056 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip722)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 249.416,305.967 254.331,308.986 259.245,311.891 264.16,314.684 269.074,317.363 273.989,319.929 278.903,322.382 283.818,324.722 288.732,326.949 293.647,329.062 \n",
" 298.561,331.063 303.476,332.95 308.39,334.724 313.305,336.385 318.219,337.933 323.134,339.368 328.048,340.689 332.963,341.898 337.877,342.993 342.792,343.975 \n",
" 347.706,344.844 352.621,345.6 357.535,346.243 362.45,346.773 367.364,347.189 372.279,347.493 377.193,347.683 382.108,347.76 387.022,347.724 391.937,347.575 \n",
" 396.851,347.313 401.766,346.937 406.68,346.449 411.595,345.847 416.51,345.132 421.424,344.305 426.339,343.363 431.253,342.309 436.168,341.142 441.082,339.861 \n",
" 445.997,338.468 450.911,336.961 455.826,335.341 460.74,333.608 465.655,331.762 470.569,329.803 475.484,327.73 480.398,325.545 485.313,323.246 490.227,320.834 \n",
" 495.142,318.309 500.056,315.671 504.971,312.92 509.885,310.056 514.8,307.078 519.714,303.988 524.629,300.784 529.543,297.467 534.458,294.037 539.372,290.494 \n",
" 544.287,286.837 549.201,283.068 554.116,279.185 559.03,275.19 563.945,271.081 568.859,266.859 573.774,262.524 578.689,258.076 583.603,253.514 588.518,248.84 \n",
" 593.432,244.052 598.347,239.151 603.261,234.137 608.176,229.01 613.09,223.77 618.005,218.417 622.919,212.95 627.834,207.371 632.748,201.678 637.663,195.872 \n",
" 642.577,189.953 647.492,183.921 652.406,177.776 657.321,171.518 662.235,165.146 667.15,158.661 672.064,152.064 676.979,145.353 681.893,138.529 686.808,131.591 \n",
" 691.722,124.541 696.637,117.378 701.551,110.101 706.466,102.711 711.38,95.2084 716.295,87.5923 721.209,79.8632 726.124,72.0209 731.039,64.0655 735.953,55.997 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M625.037 178.513 L733.358 178.513 L733.358 57.5531 L625.037 57.5531 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 625.037,178.513 733.358,178.513 733.358,57.5531 625.037,57.5531 625.037,178.513 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 630.767,118.033 665.149,118.033 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M684.722 137.72 Q682.916 142.35 681.203 143.762 Q679.49 145.174 676.62 145.174 L673.217 145.174 L673.217 141.609 L675.717 141.609 Q677.476 141.609 678.449 140.776 Q679.421 139.943 680.601 136.841 L681.365 134.896 L670.879 109.387 L675.393 109.387 L683.495 129.665 L691.597 109.387 L696.111 109.387 L684.722 137.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M701.99 131.378 L709.629 131.378 L709.629 105.012 L701.319 106.679 L701.319 102.42 L709.583 100.753 L714.259 100.753 L714.259 131.378 L721.898 131.378 L721.898 135.313 L701.99 135.313 L701.99 131.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M1035.92 356.513 L1551.65 356.513 L1551.65 47.2441 L1035.92 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip723\">\n",
" <rect x=\"1035\" y=\"47\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.52,356.513 1050.52,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1172.15,356.513 1172.15,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1293.79,356.513 1293.79,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1415.42,356.513 1415.42,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1537.06,356.513 1537.06,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,347.762 1551.65,347.762 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,290.992 1551.65,290.992 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,234.223 1551.65,234.223 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,177.454 1551.65,177.454 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,120.684 1551.65,120.684 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip723)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,63.9151 1551.65,63.9151 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,356.513 1551.65,356.513 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,356.513 1035.92,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.52,356.513 1050.52,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1172.15,356.513 1172.15,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1293.79,356.513 1293.79,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1415.42,356.513 1415.42,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1537.06,356.513 1537.06,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,347.762 1042.11,347.762 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,290.992 1042.11,290.992 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,234.223 1042.11,234.223 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,177.454 1042.11,177.454 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,120.684 1042.11,120.684 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,63.9151 1042.11,63.9151 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1031.57 395.101 L1044.05 395.101 L1044.05 398.897 L1031.57 398.897 L1031.57 395.101 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1053.15 406.05 L1069.47 406.05 L1069.47 409.985 L1047.52 409.985 L1047.52 406.05 Q1050.18 403.295 1054.77 398.666 Q1059.37 394.013 1060.55 392.67 Q1062.8 390.147 1063.68 388.411 Q1064.58 386.652 1064.58 384.962 Q1064.58 382.208 1062.64 380.471 Q1060.72 378.735 1057.61 378.735 Q1055.42 378.735 1052.96 379.499 Q1050.53 380.263 1047.75 381.814 L1047.75 377.092 Q1050.58 375.958 1053.03 375.379 Q1055.48 374.8 1057.52 374.8 Q1062.89 374.8 1066.09 377.485 Q1069.28 380.171 1069.28 384.661 Q1069.28 386.791 1068.47 388.712 Q1067.68 390.61 1065.58 393.203 Q1065 393.874 1061.9 397.092 Q1058.79 400.286 1053.15 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1153.02 395.101 L1165.5 395.101 L1165.5 398.897 L1153.02 398.897 L1153.02 395.101 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1171.38 406.05 L1179.02 406.05 L1179.02 379.684 L1170.71 381.351 L1170.71 377.092 L1178.97 375.425 L1183.65 375.425 L1183.65 406.05 L1191.29 406.05 L1191.29 409.985 L1171.38 409.985 L1171.38 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1293.79 378.504 Q1290.18 378.504 1288.35 382.069 Q1286.54 385.61 1286.54 392.74 Q1286.54 399.846 1288.35 403.411 Q1290.18 406.953 1293.79 406.953 Q1297.42 406.953 1299.23 403.411 Q1301.06 399.846 1301.06 392.74 Q1301.06 385.61 1299.23 382.069 Q1297.42 378.504 1293.79 378.504 M1293.79 374.8 Q1299.6 374.8 1302.65 379.407 Q1305.73 383.99 1305.73 392.74 Q1305.73 401.467 1302.65 406.073 Q1299.6 410.656 1293.79 410.656 Q1287.98 410.656 1284.9 406.073 Q1281.84 401.467 1281.84 392.74 Q1281.84 383.99 1284.9 379.407 Q1287.98 374.8 1293.79 374.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1405.8 406.05 L1413.44 406.05 L1413.44 379.684 L1405.13 381.351 L1405.13 377.092 L1413.4 375.425 L1418.07 375.425 L1418.07 406.05 L1425.71 406.05 L1425.71 409.985 L1405.8 409.985 L1405.8 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1531.71 406.05 L1548.03 406.05 L1548.03 409.985 L1526.08 409.985 L1526.08 406.05 Q1528.75 403.295 1533.33 398.666 Q1537.94 394.013 1539.12 392.67 Q1541.36 390.147 1542.24 388.411 Q1543.14 386.652 1543.14 384.962 Q1543.14 382.208 1541.2 380.471 Q1539.28 378.735 1536.18 378.735 Q1533.98 378.735 1531.52 379.499 Q1529.09 380.263 1526.32 381.814 L1526.32 377.092 Q1529.14 375.958 1531.59 375.379 Q1534.05 374.8 1536.08 374.8 Q1541.45 374.8 1544.65 377.485 Q1547.84 380.171 1547.84 384.661 Q1547.84 386.791 1547.03 388.712 Q1546.25 390.61 1544.14 393.203 Q1543.56 393.874 1540.46 397.092 Q1537.36 400.286 1531.71 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M963.012 333.56 Q959.4 333.56 957.572 337.125 Q955.766 340.667 955.766 347.796 Q955.766 354.903 957.572 358.468 Q959.4 362.009 963.012 362.009 Q966.646 362.009 968.451 358.468 Q970.28 354.903 970.28 347.796 Q970.28 340.667 968.451 337.125 Q966.646 333.56 963.012 333.56 M963.012 329.857 Q968.822 329.857 971.877 334.463 Q974.956 339.046 974.956 347.796 Q974.956 356.523 971.877 361.13 Q968.822 365.713 963.012 365.713 Q957.201 365.713 954.123 361.13 Q951.067 356.523 951.067 347.796 Q951.067 339.046 954.123 334.463 Q957.201 329.857 963.012 329.857 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M980.025 359.162 L984.91 359.162 L984.91 365.042 L980.025 365.042 L980.025 359.162 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 333.56 Q996.368 333.56 994.539 337.125 Q992.734 340.667 992.734 347.796 Q992.734 354.903 994.539 358.468 Q996.368 362.009 999.979 362.009 Q1003.61 362.009 1005.42 358.468 Q1007.25 354.903 1007.25 347.796 Q1007.25 340.667 1005.42 337.125 Q1003.61 333.56 999.979 333.56 M999.979 329.857 Q1005.79 329.857 1008.84 334.463 Q1011.92 339.046 1011.92 347.796 Q1011.92 356.523 1008.84 361.13 Q1005.79 365.713 999.979 365.713 Q994.169 365.713 991.09 361.13 Q988.035 356.523 988.035 347.796 Q988.035 339.046 991.09 334.463 Q994.169 329.857 999.979 329.857 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M964.007 276.791 Q960.396 276.791 958.567 280.356 Q956.762 283.897 956.762 291.027 Q956.762 298.133 958.567 301.698 Q960.396 305.24 964.007 305.24 Q967.641 305.24 969.447 301.698 Q971.275 298.133 971.275 291.027 Q971.275 283.897 969.447 280.356 Q967.641 276.791 964.007 276.791 M964.007 273.087 Q969.817 273.087 972.873 277.694 Q975.951 282.277 975.951 291.027 Q975.951 299.754 972.873 304.36 Q969.817 308.944 964.007 308.944 Q958.197 308.944 955.118 304.36 Q952.062 299.754 952.062 291.027 Q952.062 282.277 955.118 277.694 Q958.197 273.087 964.007 273.087 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M981.021 302.393 L985.905 302.393 L985.905 308.272 L981.021 308.272 L981.021 302.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M991.021 273.712 L1009.38 273.712 L1009.38 277.647 L995.303 277.647 L995.303 286.12 Q996.322 285.772 997.34 285.61 Q998.359 285.425 999.377 285.425 Q1005.16 285.425 1008.54 288.596 Q1011.92 291.768 1011.92 297.184 Q1011.92 302.763 1008.45 305.865 Q1004.98 308.944 998.659 308.944 Q996.484 308.944 994.215 308.573 Q991.97 308.203 989.562 307.462 L989.562 302.763 Q991.646 303.897 993.868 304.453 Q996.09 305.008 998.567 305.008 Q1002.57 305.008 1004.91 302.902 Q1007.25 300.795 1007.25 297.184 Q1007.25 293.573 1004.91 291.467 Q1002.57 289.36 998.567 289.36 Q996.692 289.36 994.817 289.777 Q992.965 290.194 991.021 291.073 L991.021 273.712 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M955.049 247.568 L962.687 247.568 L962.687 221.202 L954.377 222.869 L954.377 218.61 L962.641 216.943 L967.317 216.943 L967.317 247.568 L974.956 247.568 L974.956 251.503 L955.049 251.503 L955.049 247.568 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M980.025 245.623 L984.91 245.623 L984.91 251.503 L980.025 251.503 L980.025 245.623 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 220.022 Q996.368 220.022 994.539 223.586 Q992.734 227.128 992.734 234.258 Q992.734 241.364 994.539 244.929 Q996.368 248.471 999.979 248.471 Q1003.61 248.471 1005.42 244.929 Q1007.25 241.364 1007.25 234.258 Q1007.25 227.128 1005.42 223.586 Q1003.61 220.022 999.979 220.022 M999.979 216.318 Q1005.79 216.318 1008.84 220.924 Q1011.92 225.508 1011.92 234.258 Q1011.92 242.985 1008.84 247.591 Q1005.79 252.174 999.979 252.174 Q994.169 252.174 991.09 247.591 Q988.035 242.985 988.035 234.258 Q988.035 225.508 991.09 220.924 Q994.169 216.318 999.979 216.318 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M956.044 190.799 L963.683 190.799 L963.683 164.433 L955.373 166.1 L955.373 161.84 L963.637 160.174 L968.312 160.174 L968.312 190.799 L975.951 190.799 L975.951 194.734 L956.044 194.734 L956.044 190.799 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M981.021 188.854 L985.905 188.854 L985.905 194.734 L981.021 194.734 L981.021 188.854 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M991.021 160.174 L1009.38 160.174 L1009.38 164.109 L995.303 164.109 L995.303 172.581 Q996.322 172.234 997.34 172.072 Q998.359 171.887 999.377 171.887 Q1005.16 171.887 1008.54 175.058 Q1011.92 178.229 1011.92 183.646 Q1011.92 189.224 1008.45 192.326 Q1004.98 195.405 998.659 195.405 Q996.484 195.405 994.215 195.035 Q991.97 194.664 989.562 193.924 L989.562 189.224 Q991.646 190.359 993.868 190.914 Q996.09 191.47 998.567 191.47 Q1002.57 191.47 1004.91 189.363 Q1007.25 187.257 1007.25 183.646 Q1007.25 180.035 1004.91 177.928 Q1002.57 175.822 998.567 175.822 Q996.692 175.822 994.817 176.238 Q992.965 176.655 991.021 177.535 L991.021 160.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M958.637 134.029 L974.956 134.029 L974.956 137.964 L953.012 137.964 L953.012 134.029 Q955.674 131.275 960.257 126.645 Q964.863 121.992 966.044 120.65 Q968.289 118.127 969.169 116.39 Q970.072 114.631 970.072 112.941 Q970.072 110.187 968.127 108.451 Q966.206 106.715 963.104 106.715 Q960.905 106.715 958.451 107.478 Q956.021 108.242 953.243 109.793 L953.243 105.071 Q956.067 103.937 958.521 103.358 Q960.974 102.779 963.012 102.779 Q968.382 102.779 971.576 105.465 Q974.771 108.15 974.771 112.64 Q974.771 114.77 973.961 116.691 Q973.173 118.589 971.067 121.182 Q970.488 121.853 967.386 125.071 Q964.285 128.265 958.637 134.029 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M980.025 132.085 L984.91 132.085 L984.91 137.964 L980.025 137.964 L980.025 132.085 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 106.483 Q996.368 106.483 994.539 110.048 Q992.734 113.59 992.734 120.719 Q992.734 127.826 994.539 131.39 Q996.368 134.932 999.979 134.932 Q1003.61 134.932 1005.42 131.39 Q1007.25 127.826 1007.25 120.719 Q1007.25 113.59 1005.42 110.048 Q1003.61 106.483 999.979 106.483 M999.979 102.779 Q1005.79 102.779 1008.84 107.386 Q1011.92 111.969 1011.92 120.719 Q1011.92 129.446 1008.84 134.052 Q1005.79 138.636 999.979 138.636 Q994.169 138.636 991.09 134.052 Q988.035 129.446 988.035 120.719 Q988.035 111.969 991.09 107.386 Q994.169 102.779 999.979 102.779 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M959.632 77.2599 L975.951 77.2599 L975.951 81.1951 L954.007 81.1951 L954.007 77.2599 Q956.669 74.5053 961.252 69.8757 Q965.859 65.2229 967.039 63.8804 Q969.285 61.3572 970.164 59.6211 Q971.067 57.8619 971.067 56.1721 Q971.067 53.4174 969.123 51.6813 Q967.201 49.9452 964.099 49.9452 Q961.9 49.9452 959.447 50.7091 Q957.016 51.473 954.238 53.0239 L954.238 48.3017 Q957.062 47.1675 959.516 46.5888 Q961.97 46.0101 964.007 46.0101 Q969.377 46.0101 972.572 48.6953 Q975.766 51.3804 975.766 55.8711 Q975.766 58.0008 974.956 59.922 Q974.169 61.8202 972.062 64.4128 Q971.484 65.0841 968.382 68.3016 Q965.28 71.4961 959.632 77.2599 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M981.021 75.3155 L985.905 75.3155 L985.905 81.1951 L981.021 81.1951 L981.021 75.3155 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M991.021 46.6351 L1009.38 46.6351 L1009.38 50.5702 L995.303 50.5702 L995.303 59.0424 Q996.322 58.6952 997.34 58.5332 Q998.359 58.348 999.377 58.348 Q1005.16 58.348 1008.54 61.5193 Q1011.92 64.6905 1011.92 70.1072 Q1011.92 75.6858 1008.45 78.7877 Q1004.98 81.8664 998.659 81.8664 Q996.484 81.8664 994.215 81.496 Q991.97 81.1256 989.562 80.3849 L989.562 75.6858 Q991.646 76.8201 993.868 77.3757 Q996.09 77.9312 998.567 77.9312 Q1002.57 77.9312 1004.91 75.8247 Q1007.25 73.7183 1007.25 70.1072 Q1007.25 66.4961 1004.91 64.3896 Q1002.57 62.2831 998.567 62.2831 Q996.692 62.2831 994.817 62.6998 Q992.965 63.1165 991.021 63.9961 L991.021 46.6351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1310.4 453.729 L1297.51 471.076 L1311.07 489.377 L1304.16 489.377 L1293.79 475.373 L1283.41 489.377 L1276.51 489.377 L1290.35 470.726 L1277.68 453.729 L1284.59 453.729 L1294.04 466.429 L1303.5 453.729 L1310.4 453.729 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M865.291 258.311 L865.291 251.849 L894.16 251.849 Q901.798 251.849 905.172 249.08 Q908.514 246.311 908.514 240.105 Q908.514 233.93 905.172 231.161 Q901.798 228.392 894.16 228.392 L865.291 228.392 L865.291 221.931 L894.955 221.931 Q904.249 221.931 908.992 226.546 Q913.734 231.129 913.734 240.105 Q913.734 249.112 908.992 253.727 Q904.249 258.311 894.955 258.311 L865.291 258.311 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M863.35 201.719 Q870.67 205.985 877.832 208.053 Q884.993 210.122 892.345 210.122 Q899.698 210.122 906.923 208.053 Q914.116 205.953 921.405 201.719 L921.405 206.812 Q913.925 211.586 906.7 213.973 Q899.475 216.329 892.345 216.329 Q885.248 216.329 878.054 213.973 Q870.861 211.618 863.35 206.812 L863.35 201.719 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M877.163 165.944 L894.51 178.835 L912.811 165.276 L912.811 172.183 L898.807 182.559 L912.811 192.935 L912.811 199.842 L894.16 185.996 L877.163 198.664 L877.163 191.757 L889.863 182.304 L877.163 172.851 L877.163 165.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M863.35 160.056 L863.35 154.963 Q870.861 150.189 878.054 147.834 Q885.248 145.447 892.345 145.447 Q899.475 145.447 906.7 147.834 Q913.925 150.189 921.405 154.963 L921.405 160.056 Q914.116 155.823 906.923 153.754 Q899.698 151.653 892.345 151.653 Q884.993 151.653 877.832 153.754 Q870.67 155.823 863.35 160.056 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip723)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.52,306.09 1055.43,309.102 1060.35,312.002 1065.26,314.789 1070.18,317.463 1075.09,320.024 1080.01,322.471 1084.92,324.806 1089.84,327.028 1094.75,329.136 \n",
" 1099.66,331.132 1104.58,333.014 1109.49,334.784 1114.41,336.44 1119.32,337.983 1124.24,339.414 1129.15,340.731 1134.07,341.935 1138.98,343.027 1143.9,344.005 \n",
" 1148.81,344.87 1153.72,345.622 1158.64,346.261 1163.55,346.787 1168.47,347.2 1173.38,347.5 1178.3,347.686 1183.21,347.76 1188.13,347.721 1193.04,347.569 \n",
" 1197.95,347.303 1202.87,346.925 1207.78,346.434 1212.7,345.829 1217.61,345.112 1222.53,344.281 1227.44,343.338 1232.36,342.281 1237.27,341.111 1242.19,339.829 \n",
" 1247.1,338.433 1252.01,336.924 1256.93,335.302 1261.84,333.567 1266.76,331.719 1271.67,329.758 1276.59,327.684 1281.5,325.497 1286.42,323.197 1291.33,320.784 \n",
" 1296.25,318.258 1301.16,315.619 1306.07,312.866 1310.99,310.001 1315.9,307.023 1320.82,303.931 1325.73,300.727 1330.65,297.409 1335.56,293.979 1340.48,290.435 \n",
" 1345.39,286.779 1350.3,283.009 1355.22,279.126 1360.13,275.131 1365.05,271.022 1369.96,266.8 1374.88,262.465 1379.79,258.017 1384.71,253.456 1389.62,248.782 \n",
" 1394.54,243.995 1399.45,239.095 1404.36,234.082 1409.28,228.956 1414.19,223.716 1419.11,218.364 1424.02,212.899 1428.94,207.321 1433.85,201.629 1438.77,195.825 \n",
" 1443.68,189.907 1448.6,183.877 1453.51,177.733 1458.42,171.477 1463.34,165.107 1468.25,158.624 1473.17,152.028 1478.08,145.32 1483,138.498 1487.91,131.563 \n",
" 1492.83,124.515 1497.74,117.354 1502.65,110.08 1507.57,102.693 1512.48,95.193 1517.4,87.5799 1522.31,79.8537 1527.23,72.0145 1532.14,64.0623 1537.06,55.997 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M1426.51 178.513 L1534.46 178.513 L1534.46 57.5531 L1426.51 57.5531 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1426.51,178.513 1534.46,178.513 1534.46,57.5531 1426.51,57.5531 1426.51,178.513 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1432.24,118.033 1466.62,118.033 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1486.2 137.72 Q1484.39 142.35 1482.68 143.762 Q1480.96 145.174 1478.09 145.174 L1474.69 145.174 L1474.69 141.609 L1477.19 141.609 Q1478.95 141.609 1479.92 140.776 Q1480.89 139.943 1482.08 136.841 L1482.84 134.896 L1472.35 109.387 L1476.87 109.387 L1484.97 129.665 L1493.07 109.387 L1497.58 109.387 L1486.2 137.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1506.68 131.378 L1523 131.378 L1523 135.313 L1501.06 135.313 L1501.06 131.378 Q1503.72 128.623 1508.3 123.994 Q1512.91 119.341 1514.09 117.998 Q1516.33 115.475 1517.21 113.739 Q1518.12 111.98 1518.12 110.29 Q1518.12 107.535 1516.17 105.799 Q1514.25 104.063 1511.15 104.063 Q1508.95 104.063 1506.5 104.827 Q1504.07 105.591 1501.29 107.142 L1501.29 102.42 Q1504.11 101.285 1506.57 100.707 Q1509.02 100.128 1511.06 100.128 Q1516.43 100.128 1519.62 102.813 Q1522.82 105.498 1522.82 109.989 Q1522.82 112.119 1522.01 114.04 Q1521.22 115.938 1519.11 118.531 Q1518.53 119.202 1515.43 122.42 Q1512.33 125.614 1506.68 131.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M1837.03 356.513 L2352.76 356.513 L2352.76 47.2441 L1837.03 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip724\">\n",
" <rect x=\"1837\" y=\"47\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1851.62,356.513 1851.62,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1973.26,356.513 1973.26,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2094.89,356.513 2094.89,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2216.53,356.513 2216.53,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2338.16,356.513 2338.16,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,348.5 2352.76,348.5 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,279.034 2352.76,279.034 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,209.568 2352.76,209.568 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,140.101 2352.76,140.101 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip724)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,70.6348 2352.76,70.6348 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,356.513 2352.76,356.513 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,356.513 1837.03,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1851.62,356.513 1851.62,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1973.26,356.513 1973.26,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2094.89,356.513 2094.89,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2216.53,356.513 2216.53,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2338.16,356.513 2338.16,352.802 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,348.5 1843.22,348.5 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,279.034 1843.22,279.034 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,209.568 1843.22,209.568 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,140.101 1843.22,140.101 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,70.6348 1843.22,70.6348 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1832.68 395.101 L1845.15 395.101 L1845.15 398.897 L1832.68 398.897 L1832.68 395.101 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1854.25 406.05 L1870.57 406.05 L1870.57 409.985 L1848.63 409.985 L1848.63 406.05 Q1851.29 403.295 1855.87 398.666 Q1860.48 394.013 1861.66 392.67 Q1863.9 390.147 1864.78 388.411 Q1865.69 386.652 1865.69 384.962 Q1865.69 382.208 1863.74 380.471 Q1861.82 378.735 1858.72 378.735 Q1856.52 378.735 1854.06 379.499 Q1851.63 380.263 1848.86 381.814 L1848.86 377.092 Q1851.68 375.958 1854.13 375.379 Q1856.59 374.8 1858.63 374.8 Q1864 374.8 1867.19 377.485 Q1870.38 380.171 1870.38 384.661 Q1870.38 386.791 1869.57 388.712 Q1868.79 390.61 1866.68 393.203 Q1866.1 393.874 1863 397.092 Q1859.9 400.286 1854.25 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1954.13 395.101 L1966.6 395.101 L1966.6 398.897 L1954.13 398.897 L1954.13 395.101 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1972.48 406.05 L1980.12 406.05 L1980.12 379.684 L1971.81 381.351 L1971.81 377.092 L1980.07 375.425 L1984.75 375.425 L1984.75 406.05 L1992.39 406.05 L1992.39 409.985 L1972.48 409.985 L1972.48 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2094.89 378.504 Q2091.28 378.504 2089.45 382.069 Q2087.65 385.61 2087.65 392.74 Q2087.65 399.846 2089.45 403.411 Q2091.28 406.953 2094.89 406.953 Q2098.53 406.953 2100.33 403.411 Q2102.16 399.846 2102.16 392.74 Q2102.16 385.61 2100.33 382.069 Q2098.53 378.504 2094.89 378.504 M2094.89 374.8 Q2100.7 374.8 2103.76 379.407 Q2106.84 383.99 2106.84 392.74 Q2106.84 401.467 2103.76 406.073 Q2100.7 410.656 2094.89 410.656 Q2089.08 410.656 2086 406.073 Q2082.95 401.467 2082.95 392.74 Q2082.95 383.99 2086 379.407 Q2089.08 374.8 2094.89 374.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2206.91 406.05 L2214.55 406.05 L2214.55 379.684 L2206.24 381.351 L2206.24 377.092 L2214.5 375.425 L2219.18 375.425 L2219.18 406.05 L2226.81 406.05 L2226.81 409.985 L2206.91 409.985 L2206.91 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2332.81 406.05 L2349.13 406.05 L2349.13 409.985 L2327.19 409.985 L2327.19 406.05 Q2329.85 403.295 2334.43 398.666 Q2339.04 394.013 2340.22 392.67 Q2342.47 390.147 2343.34 388.411 Q2344.25 386.652 2344.25 384.962 Q2344.25 382.208 2342.3 380.471 Q2340.38 378.735 2337.28 378.735 Q2335.08 378.735 2332.63 379.499 Q2330.2 380.263 2327.42 381.814 L2327.42 377.092 Q2330.24 375.958 2332.7 375.379 Q2335.15 374.8 2337.19 374.8 Q2342.56 374.8 2345.75 377.485 Q2348.95 380.171 2348.95 384.661 Q2348.95 386.791 2348.14 388.712 Q2347.35 390.61 2345.24 393.203 Q2344.66 393.874 2341.56 397.092 Q2338.46 400.286 2332.81 406.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 334.299 Q1797.47 334.299 1795.64 337.864 Q1793.84 341.406 1793.84 348.535 Q1793.84 355.642 1795.64 359.206 Q1797.47 362.748 1801.08 362.748 Q1804.72 362.748 1806.52 359.206 Q1808.35 355.642 1808.35 348.535 Q1808.35 341.406 1806.52 337.864 Q1804.72 334.299 1801.08 334.299 M1801.08 330.595 Q1806.89 330.595 1809.95 335.202 Q1813.03 339.785 1813.03 348.535 Q1813.03 357.262 1809.95 361.868 Q1806.89 366.452 1801.08 366.452 Q1795.27 366.452 1792.19 361.868 Q1789.14 357.262 1789.14 348.535 Q1789.14 339.785 1792.19 335.202 Q1795.27 330.595 1801.08 330.595 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1792.12 261.754 L1810.48 261.754 L1810.48 265.689 L1796.41 265.689 L1796.41 274.161 Q1797.42 273.814 1798.44 273.652 Q1799.46 273.467 1800.48 273.467 Q1806.27 273.467 1809.65 276.638 Q1813.03 279.81 1813.03 285.226 Q1813.03 290.805 1809.55 293.907 Q1806.08 296.985 1799.76 296.985 Q1797.59 296.985 1795.32 296.615 Q1793.07 296.245 1790.67 295.504 L1790.67 290.805 Q1792.75 291.939 1794.97 292.495 Q1797.19 293.05 1799.67 293.05 Q1803.67 293.05 1806.01 290.944 Q1808.35 288.837 1808.35 285.226 Q1808.35 281.615 1806.01 279.509 Q1803.67 277.402 1799.67 277.402 Q1797.8 277.402 1795.92 277.819 Q1794.07 278.235 1792.12 279.115 L1792.12 261.754 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1766.11 222.912 L1773.74 222.912 L1773.74 196.547 L1765.43 198.214 L1765.43 193.954 L1773.7 192.288 L1778.37 192.288 L1778.37 222.912 L1786.01 222.912 L1786.01 226.848 L1766.11 226.848 L1766.11 222.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 195.366 Q1797.47 195.366 1795.64 198.931 Q1793.84 202.473 1793.84 209.602 Q1793.84 216.709 1795.64 220.274 Q1797.47 223.815 1801.08 223.815 Q1804.72 223.815 1806.52 220.274 Q1808.35 216.709 1808.35 209.602 Q1808.35 202.473 1806.52 198.931 Q1804.72 195.366 1801.08 195.366 M1801.08 191.663 Q1806.89 191.663 1809.95 196.269 Q1813.03 200.852 1813.03 209.602 Q1813.03 218.329 1809.95 222.936 Q1806.89 227.519 1801.08 227.519 Q1795.27 227.519 1792.19 222.936 Q1789.14 218.329 1789.14 209.602 Q1789.14 200.852 1792.19 196.269 Q1795.27 191.663 1801.08 191.663 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1767.1 153.446 L1774.74 153.446 L1774.74 127.08 L1766.43 128.747 L1766.43 124.488 L1774.69 122.821 L1779.37 122.821 L1779.37 153.446 L1787.01 153.446 L1787.01 157.381 L1767.1 157.381 L1767.1 153.446 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1792.12 122.821 L1810.48 122.821 L1810.48 126.756 L1796.41 126.756 L1796.41 135.229 Q1797.42 134.881 1798.44 134.719 Q1799.46 134.534 1800.48 134.534 Q1806.27 134.534 1809.65 137.705 Q1813.03 140.877 1813.03 146.293 Q1813.03 151.872 1809.55 154.974 Q1806.08 158.053 1799.76 158.053 Q1797.59 158.053 1795.32 157.682 Q1793.07 157.312 1790.67 156.571 L1790.67 151.872 Q1792.75 153.006 1794.97 153.562 Q1797.19 154.117 1799.67 154.117 Q1803.67 154.117 1806.01 152.011 Q1808.35 149.904 1808.35 146.293 Q1808.35 142.682 1806.01 140.576 Q1803.67 138.469 1799.67 138.469 Q1797.8 138.469 1795.92 138.886 Q1794.07 139.303 1792.12 140.182 L1792.12 122.821 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1769.69 83.9797 L1786.01 83.9797 L1786.01 87.9148 L1764.07 87.9148 L1764.07 83.9797 Q1766.73 81.2251 1771.31 76.5955 Q1775.92 71.9427 1777.1 70.6001 Q1779.35 68.077 1780.23 66.3409 Q1781.13 64.5816 1781.13 62.8918 Q1781.13 60.1372 1779.18 58.4011 Q1777.26 56.665 1774.16 56.665 Q1771.96 56.665 1769.51 57.4289 Q1767.08 58.1928 1764.3 59.7437 L1764.3 55.0215 Q1767.12 53.8872 1769.58 53.3085 Q1772.03 52.7298 1774.07 52.7298 Q1779.44 52.7298 1782.63 55.415 Q1785.83 58.1002 1785.83 62.5909 Q1785.83 64.7205 1785.02 66.6418 Q1784.23 68.5399 1782.12 71.1325 Q1781.55 71.8038 1778.44 75.0214 Q1775.34 78.2158 1769.69 83.9797 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 56.4335 Q1797.47 56.4335 1795.64 59.9983 Q1793.84 63.54 1793.84 70.6696 Q1793.84 77.776 1795.64 81.3408 Q1797.47 84.8824 1801.08 84.8824 Q1804.72 84.8824 1806.52 81.3408 Q1808.35 77.776 1808.35 70.6696 Q1808.35 63.54 1806.52 59.9983 Q1804.72 56.4335 1801.08 56.4335 M1801.08 52.7298 Q1806.89 52.7298 1809.95 57.3363 Q1813.03 61.9196 1813.03 70.6696 Q1813.03 79.3964 1809.95 84.0028 Q1806.89 88.5861 1801.08 88.5861 Q1795.27 88.5861 1792.19 84.0028 Q1789.14 79.3964 1789.14 70.6696 Q1789.14 61.9196 1792.19 57.3363 Q1795.27 52.7298 1801.08 52.7298 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2111.51 453.729 L2098.62 471.076 L2112.17 489.377 L2105.27 489.377 L2094.89 475.373 L2084.52 489.377 L2077.61 489.377 L2091.45 470.726 L2078.79 453.729 L2085.69 453.729 L2095.15 466.429 L2104.6 453.729 L2111.51 453.729 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1678.29 258.311 L1678.29 251.849 L1707.16 251.849 Q1714.8 251.849 1718.17 249.08 Q1721.52 246.311 1721.52 240.105 Q1721.52 233.93 1718.17 231.161 Q1714.8 228.392 1707.16 228.392 L1678.29 228.392 L1678.29 221.931 L1707.96 221.931 Q1717.25 221.931 1721.99 226.546 Q1726.74 231.129 1726.74 240.105 Q1726.74 249.112 1721.99 253.727 Q1717.25 258.311 1707.96 258.311 L1678.29 258.311 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1676.35 201.719 Q1683.67 205.985 1690.83 208.053 Q1697.99 210.122 1705.35 210.122 Q1712.7 210.122 1719.92 208.053 Q1727.12 205.953 1734.41 201.719 L1734.41 206.812 Q1726.93 211.586 1719.7 213.973 Q1712.48 216.329 1705.35 216.329 Q1698.25 216.329 1691.06 213.973 Q1683.86 211.618 1676.35 206.812 L1676.35 201.719 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1690.16 165.944 L1707.51 178.835 L1725.81 165.276 L1725.81 172.183 L1711.81 182.559 L1725.81 192.935 L1725.81 199.842 L1707.16 185.996 L1690.16 198.664 L1690.16 191.757 L1702.86 182.304 L1690.16 172.851 L1690.16 165.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1676.35 160.056 L1676.35 154.963 Q1683.86 150.189 1691.06 147.834 Q1698.25 145.447 1705.35 145.447 Q1712.48 145.447 1719.7 147.834 Q1726.93 150.189 1734.41 154.963 L1734.41 160.056 Q1727.12 155.823 1719.92 153.754 Q1712.7 151.653 1705.35 151.653 Q1697.99 151.653 1690.83 153.754 Q1683.67 155.823 1676.35 160.056 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip724)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1851.62,55.997 1856.54,61.582 1861.45,67.1131 1866.37,72.5904 1871.28,78.0139 1876.2,83.3836 1881.11,88.6994 1886.02,93.9614 1890.94,99.1695 1895.85,104.324 \n",
" 1900.77,109.424 1905.68,114.471 1910.6,119.464 1915.51,124.403 1920.43,129.288 1925.34,134.119 1930.26,138.897 1935.17,143.62 1940.08,148.29 1945,152.906 \n",
" 1949.91,157.468 1954.83,161.976 1959.74,166.431 1964.66,170.832 1969.57,175.178 1974.49,179.471 1979.4,183.71 1984.31,187.896 1989.23,192.027 1994.14,196.105 \n",
" 1999.06,200.129 2003.97,204.099 2008.89,208.015 2013.8,211.877 2018.72,215.685 2023.63,219.44 2028.55,223.141 2033.46,226.788 2038.37,230.381 2043.29,233.92 \n",
" 2048.2,237.406 2053.12,240.837 2058.03,244.215 2062.95,247.539 2067.86,250.809 2072.78,254.025 2077.69,257.188 2082.6,260.296 2087.52,263.351 2092.43,266.352 \n",
" 2097.35,269.299 2102.26,272.192 2107.18,275.032 2112.09,277.818 2117.01,280.549 2121.92,283.227 2126.84,285.851 2131.75,288.422 2136.66,290.938 2141.58,293.401 \n",
" 2146.49,295.809 2151.41,298.164 2156.32,300.465 2161.24,302.713 2166.15,304.906 2171.07,307.046 2175.98,309.131 2180.9,311.163 2185.81,313.141 2190.72,315.066 \n",
" 2195.64,316.936 2200.55,318.753 2205.47,320.515 2210.38,322.224 2215.3,323.879 2220.21,325.481 2225.13,327.028 2230.04,328.522 2234.95,329.961 2239.87,331.347 \n",
" 2244.78,332.679 2249.7,333.958 2254.61,335.182 2259.53,336.353 2264.44,337.469 2269.36,338.532 2274.27,339.541 2279.19,340.497 2284.1,341.398 2289.01,342.246 \n",
" 2293.93,343.039 2298.84,343.779 2303.76,344.465 2308.67,345.097 2313.59,345.676 2318.5,346.2 2323.42,346.671 2328.33,347.088 2333.25,347.451 2338.16,347.76 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M2226.66 178.513 L2335.56 178.513 L2335.56 57.5531 L2226.66 57.5531 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2226.66,178.513 2335.56,178.513 2335.56,57.5531 2226.66,57.5531 2226.66,178.513 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2232.4,118.033 2266.78,118.033 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M2286.35 137.72 Q2284.54 142.35 2282.83 143.762 Q2281.12 145.174 2278.25 145.174 L2274.85 145.174 L2274.85 141.609 L2277.35 141.609 Q2279.1 141.609 2280.08 140.776 Q2281.05 139.943 2282.23 136.841 L2282.99 134.896 L2272.51 109.387 L2277.02 109.387 L2285.12 129.665 L2293.22 109.387 L2297.74 109.387 L2286.35 137.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2316.97 116.679 Q2320.33 117.396 2322.21 119.665 Q2324.1 121.934 2324.1 125.267 Q2324.1 130.383 2320.59 133.183 Q2317.07 135.984 2310.59 135.984 Q2308.41 135.984 2306.1 135.545 Q2303.8 135.128 2301.35 134.271 L2301.35 129.758 Q2303.29 130.892 2305.61 131.47 Q2307.92 132.049 2310.45 132.049 Q2314.85 132.049 2317.14 130.313 Q2319.45 128.577 2319.45 125.267 Q2319.45 122.211 2317.3 120.498 Q2315.17 118.762 2311.35 118.762 L2307.32 118.762 L2307.32 114.92 L2311.53 114.92 Q2314.98 114.92 2316.81 113.554 Q2318.64 112.165 2318.64 109.572 Q2318.64 106.91 2316.74 105.498 Q2314.87 104.063 2311.35 104.063 Q2309.43 104.063 2307.23 104.48 Q2305.03 104.897 2302.39 105.776 L2302.39 101.61 Q2305.05 100.869 2307.37 100.498 Q2309.71 100.128 2311.77 100.128 Q2317.09 100.128 2320.19 102.559 Q2323.29 104.966 2323.29 109.086 Q2323.29 111.957 2321.65 113.947 Q2320.01 115.915 2316.97 116.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M234.82 889.847 L750.549 889.847 L750.549 580.577 L234.82 580.577 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip725\">\n",
" <rect x=\"234\" y=\"580\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 249.416,889.847 249.416,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 371.05,889.847 371.05,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 492.685,889.847 492.685,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 614.319,889.847 614.319,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 735.953,889.847 735.953,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,881.098 750.549,881.098 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,814.731 750.549,814.731 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,748.364 750.549,748.364 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,681.996 750.549,681.996 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip725)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,615.629 750.549,615.629 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,889.847 750.549,889.847 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,889.847 234.82,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 249.416,889.847 249.416,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 371.05,889.847 371.05,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 492.685,889.847 492.685,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 614.319,889.847 614.319,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 735.953,889.847 735.953,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,881.098 241.009,881.098 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,814.731 241.009,814.731 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,748.364 241.009,748.364 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,681.996 241.009,681.996 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,615.629 241.009,615.629 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M230.469 928.434 L242.946 928.434 L242.946 932.231 L230.469 932.231 L230.469 928.434 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M252.043 939.383 L268.363 939.383 L268.363 943.319 L246.418 943.319 L246.418 939.383 Q249.08 936.629 253.664 931.999 Q258.27 927.346 259.451 926.004 Q261.696 923.481 262.576 921.745 Q263.478 919.985 263.478 918.295 Q263.478 915.541 261.534 913.805 Q259.613 912.069 256.511 912.069 Q254.312 912.069 251.858 912.833 Q249.428 913.596 246.65 915.147 L246.65 910.425 Q249.474 909.291 251.928 908.712 Q254.381 908.134 256.418 908.134 Q261.789 908.134 264.983 910.819 Q268.177 913.504 268.177 917.995 Q268.177 920.124 267.367 922.045 Q266.58 923.944 264.474 926.536 Q263.895 927.207 260.793 930.425 Q257.691 933.619 252.043 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M351.918 928.434 L364.395 928.434 L364.395 932.231 L351.918 932.231 L351.918 928.434 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M370.275 939.383 L377.914 939.383 L377.914 913.018 L369.604 914.684 L369.604 910.425 L377.867 908.759 L382.543 908.759 L382.543 939.383 L390.182 939.383 L390.182 943.319 L370.275 943.319 L370.275 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M492.685 911.837 Q489.073 911.837 487.245 915.402 Q485.439 918.944 485.439 926.073 Q485.439 933.18 487.245 936.744 Q489.073 940.286 492.685 940.286 Q496.319 940.286 498.124 936.744 Q499.953 933.18 499.953 926.073 Q499.953 918.944 498.124 915.402 Q496.319 911.837 492.685 911.837 M492.685 908.134 Q498.495 908.134 501.55 912.74 Q504.629 917.323 504.629 926.073 Q504.629 934.8 501.55 939.406 Q498.495 943.99 492.685 943.99 Q486.874 943.99 483.796 939.406 Q480.74 934.8 480.74 926.073 Q480.74 917.323 483.796 912.74 Q486.874 908.134 492.685 908.134 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M604.701 939.383 L612.34 939.383 L612.34 913.018 L604.029 914.684 L604.029 910.425 L612.293 908.759 L616.969 908.759 L616.969 939.383 L624.608 939.383 L624.608 943.319 L604.701 943.319 L604.701 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M730.606 939.383 L746.925 939.383 L746.925 943.319 L724.981 943.319 L724.981 939.383 Q727.643 936.629 732.226 931.999 Q736.833 927.346 738.013 926.004 Q740.259 923.481 741.138 921.745 Q742.041 919.985 742.041 918.295 Q742.041 915.541 740.097 913.805 Q738.175 912.069 735.073 912.069 Q732.874 912.069 730.421 912.833 Q727.99 913.596 725.212 915.147 L725.212 910.425 Q728.036 909.291 730.49 908.712 Q732.944 908.134 734.981 908.134 Q740.351 908.134 743.546 910.819 Q746.74 913.504 746.74 917.995 Q746.74 920.124 745.93 922.045 Q745.143 923.944 743.036 926.536 Q742.458 927.207 739.356 930.425 Q736.254 933.619 730.606 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M198.876 866.897 Q195.264 866.897 193.436 870.462 Q191.63 874.003 191.63 881.133 Q191.63 888.239 193.436 891.804 Q195.264 895.346 198.876 895.346 Q202.51 895.346 204.315 891.804 Q206.144 888.239 206.144 881.133 Q206.144 874.003 204.315 870.462 Q202.51 866.897 198.876 866.897 M198.876 863.193 Q204.686 863.193 207.741 867.8 Q210.82 872.383 210.82 881.133 Q210.82 889.86 207.741 894.466 Q204.686 899.05 198.876 899.05 Q193.065 899.05 189.987 894.466 Q186.931 889.86 186.931 881.133 Q186.931 872.383 189.987 867.8 Q193.065 863.193 198.876 863.193 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M190.913 828.076 L198.551 828.076 L198.551 801.71 L190.241 803.377 L190.241 799.118 L198.505 797.451 L203.181 797.451 L203.181 828.076 L210.82 828.076 L210.82 832.011 L190.913 832.011 L190.913 828.076 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M194.501 761.709 L210.82 761.709 L210.82 765.644 L188.876 765.644 L188.876 761.709 Q191.538 758.954 196.121 754.324 Q200.727 749.672 201.908 748.329 Q204.153 745.806 205.033 744.07 Q205.936 742.31 205.936 740.621 Q205.936 737.866 203.991 736.13 Q202.07 734.394 198.968 734.394 Q196.769 734.394 194.315 735.158 Q191.885 735.922 189.107 737.473 L189.107 732.75 Q191.931 731.616 194.385 731.037 Q196.838 730.459 198.876 730.459 Q204.246 730.459 207.44 733.144 Q210.635 735.829 210.635 740.32 Q210.635 742.449 209.825 744.371 Q209.037 746.269 206.931 748.861 Q206.352 749.533 203.25 752.75 Q200.149 755.945 194.501 761.709 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M203.69 680.642 Q207.047 681.36 208.922 683.628 Q210.82 685.897 210.82 689.23 Q210.82 694.346 207.301 697.147 Q203.783 699.948 197.301 699.948 Q195.126 699.948 192.811 699.508 Q190.519 699.091 188.065 698.235 L188.065 693.721 Q190.01 694.855 192.325 695.434 Q194.639 696.012 197.163 696.012 Q201.561 696.012 203.852 694.276 Q206.167 692.54 206.167 689.23 Q206.167 686.175 204.014 684.462 Q201.885 682.726 198.065 682.726 L194.038 682.726 L194.038 678.883 L198.251 678.883 Q201.7 678.883 203.528 677.517 Q205.357 676.128 205.357 673.536 Q205.357 670.874 203.459 669.462 Q201.584 668.027 198.065 668.027 Q196.144 668.027 193.945 668.443 Q191.746 668.86 189.107 669.739 L189.107 665.573 Q191.769 664.832 194.084 664.462 Q196.422 664.091 198.482 664.091 Q203.806 664.091 206.908 666.522 Q210.01 668.929 210.01 673.05 Q210.01 675.92 208.366 677.911 Q206.723 679.878 203.69 680.642 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M201.237 602.423 L189.431 620.872 L201.237 620.872 L201.237 602.423 M200.01 598.349 L205.889 598.349 L205.889 620.872 L210.82 620.872 L210.82 624.761 L205.889 624.761 L205.889 632.909 L201.237 632.909 L201.237 624.761 L185.635 624.761 L185.635 620.247 L200.01 598.349 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M509.299 987.063 L496.408 1004.41 L509.967 1022.71 L503.061 1022.71 L492.685 1008.71 L482.308 1022.71 L475.402 1022.71 L489.247 1004.06 L476.579 987.063 L483.486 987.063 L492.939 999.762 L502.392 987.063 L509.299 987.063 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M99.8588 791.644 L99.8588 785.183 L128.727 785.183 Q136.366 785.183 139.74 782.414 Q143.082 779.645 143.082 773.438 Q143.082 767.263 139.74 764.494 Q136.366 761.725 128.727 761.725 L99.8588 761.725 L99.8588 755.264 L129.523 755.264 Q138.817 755.264 143.559 759.879 Q148.302 764.462 148.302 773.438 Q148.302 782.446 143.559 787.061 Q138.817 791.644 129.523 791.644 L99.8588 791.644 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M97.9173 735.053 Q105.238 739.318 112.399 741.387 Q119.561 743.456 126.913 743.456 Q134.265 743.456 141.491 741.387 Q148.684 739.286 155.973 735.053 L155.973 740.145 Q148.493 744.92 141.268 747.307 Q134.043 749.662 126.913 749.662 Q119.815 749.662 112.622 747.307 Q105.429 744.951 97.9173 740.145 L97.9173 735.053 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M111.731 699.278 L129.077 712.168 L147.379 698.609 L147.379 705.516 L133.374 715.892 L147.379 726.268 L147.379 733.175 L128.727 719.33 L111.731 731.997 L111.731 725.09 L124.43 715.637 L111.731 706.184 L111.731 699.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M97.9173 693.389 L97.9173 688.297 Q105.429 683.522 112.622 681.167 Q119.815 678.78 126.913 678.78 Q134.043 678.78 141.268 681.167 Q148.493 683.522 155.973 688.297 L155.973 693.389 Q148.684 689.156 141.491 687.087 Q134.265 684.987 126.913 684.987 Q119.561 684.987 112.399 687.087 Q105.238 689.156 97.9173 693.389 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip725)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 249.416,712.232 254.331,720.035 259.245,727.654 264.16,735.088 269.074,742.338 273.989,749.403 278.903,756.283 283.818,762.979 288.732,769.49 293.647,775.817 \n",
" 298.561,781.959 303.476,787.917 308.39,793.69 313.305,799.278 318.219,804.682 323.134,809.901 328.048,814.935 332.963,819.785 337.877,824.45 342.792,828.931 \n",
" 347.706,833.227 352.621,837.339 357.535,841.266 362.45,845.008 367.364,848.566 372.279,851.94 377.193,855.128 382.108,858.132 387.022,860.952 391.937,863.587 \n",
" 396.851,866.037 401.766,868.303 406.68,870.384 411.595,872.28 416.51,873.992 421.424,875.52 426.339,876.863 431.253,878.021 436.168,878.994 441.082,879.783 \n",
" 445.997,880.388 450.911,880.808 455.826,881.043 460.74,881.094 465.655,880.96 470.569,880.641 475.484,880.138 480.398,879.45 485.313,878.578 490.227,877.521 \n",
" 495.142,876.28 500.056,874.854 504.971,873.243 509.885,871.448 514.8,869.468 519.714,867.304 524.629,864.955 529.543,862.421 534.458,859.703 539.372,856.801 \n",
" 544.287,853.713 549.201,850.441 554.116,846.985 559.03,843.344 563.945,839.518 568.859,835.508 573.774,831.313 578.689,826.934 583.603,822.37 588.518,817.621 \n",
" 593.432,812.688 598.347,807.57 603.261,802.268 608.176,796.781 613.09,791.109 618.005,785.253 622.919,779.213 627.834,772.987 632.748,766.577 637.663,759.983 \n",
" 642.577,753.204 647.492,746.24 652.406,739.092 657.321,731.759 662.235,724.242 667.15,716.54 672.064,708.653 676.979,700.582 681.893,692.326 686.808,683.886 \n",
" 691.722,675.261 696.637,666.452 701.551,657.457 706.466,648.279 711.38,638.915 716.295,629.368 721.209,619.635 726.124,609.718 731.039,599.617 735.953,589.33 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M623.324 711.846 L733.358 711.846 L733.358 590.886 L623.324 590.886 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 623.324,711.846 733.358,711.846 733.358,590.886 623.324,590.886 623.324,711.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 629.054,651.366 663.436,651.366 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M683.009 671.054 Q681.203 675.683 679.49 677.095 Q677.777 678.507 674.907 678.507 L671.504 678.507 L671.504 674.943 L674.004 674.943 Q675.763 674.943 676.736 674.109 Q677.708 673.276 678.888 670.174 L679.652 668.23 L669.166 642.721 L673.68 642.721 L681.782 662.998 L689.884 642.721 L694.398 642.721 L683.009 671.054 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M712.314 638.16 L700.509 656.609 L712.314 656.609 L712.314 638.16 M711.087 634.086 L716.967 634.086 L716.967 656.609 L721.898 656.609 L721.898 660.498 L716.967 660.498 L716.967 668.646 L712.314 668.646 L712.314 660.498 L696.712 660.498 L696.712 655.984 L711.087 634.086 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M1035.92 889.847 L1551.65 889.847 L1551.65 580.577 L1035.92 580.577 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip726\">\n",
" <rect x=\"1035\" y=\"580\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.52,889.847 1050.52,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1172.15,889.847 1172.15,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1293.79,889.847 1293.79,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1415.42,889.847 1415.42,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1537.06,889.847 1537.06,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,881.1 1551.65,881.1 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,825.363 1551.65,825.363 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,769.625 1551.65,769.625 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,713.887 1551.65,713.887 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,658.15 1551.65,658.15 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip726)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,602.412 1551.65,602.412 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,889.847 1551.65,889.847 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,889.847 1035.92,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.52,889.847 1050.52,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1172.15,889.847 1172.15,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1293.79,889.847 1293.79,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1415.42,889.847 1415.42,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1537.06,889.847 1537.06,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,881.1 1042.11,881.1 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,825.363 1042.11,825.363 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,769.625 1042.11,769.625 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,713.887 1042.11,713.887 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,658.15 1042.11,658.15 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,602.412 1042.11,602.412 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1031.57 928.434 L1044.05 928.434 L1044.05 932.231 L1031.57 932.231 L1031.57 928.434 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1053.15 939.383 L1069.47 939.383 L1069.47 943.319 L1047.52 943.319 L1047.52 939.383 Q1050.18 936.629 1054.77 931.999 Q1059.37 927.346 1060.55 926.004 Q1062.8 923.481 1063.68 921.745 Q1064.58 919.985 1064.58 918.295 Q1064.58 915.541 1062.64 913.805 Q1060.72 912.069 1057.61 912.069 Q1055.42 912.069 1052.96 912.833 Q1050.53 913.596 1047.75 915.147 L1047.75 910.425 Q1050.58 909.291 1053.03 908.712 Q1055.48 908.134 1057.52 908.134 Q1062.89 908.134 1066.09 910.819 Q1069.28 913.504 1069.28 917.995 Q1069.28 920.124 1068.47 922.045 Q1067.68 923.944 1065.58 926.536 Q1065 927.207 1061.9 930.425 Q1058.79 933.619 1053.15 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1153.02 928.434 L1165.5 928.434 L1165.5 932.231 L1153.02 932.231 L1153.02 928.434 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1171.38 939.383 L1179.02 939.383 L1179.02 913.018 L1170.71 914.684 L1170.71 910.425 L1178.97 908.759 L1183.65 908.759 L1183.65 939.383 L1191.29 939.383 L1191.29 943.319 L1171.38 943.319 L1171.38 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1293.79 911.837 Q1290.18 911.837 1288.35 915.402 Q1286.54 918.944 1286.54 926.073 Q1286.54 933.18 1288.35 936.744 Q1290.18 940.286 1293.79 940.286 Q1297.42 940.286 1299.23 936.744 Q1301.06 933.18 1301.06 926.073 Q1301.06 918.944 1299.23 915.402 Q1297.42 911.837 1293.79 911.837 M1293.79 908.134 Q1299.6 908.134 1302.65 912.74 Q1305.73 917.323 1305.73 926.073 Q1305.73 934.8 1302.65 939.406 Q1299.6 943.99 1293.79 943.99 Q1287.98 943.99 1284.9 939.406 Q1281.84 934.8 1281.84 926.073 Q1281.84 917.323 1284.9 912.74 Q1287.98 908.134 1293.79 908.134 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1405.8 939.383 L1413.44 939.383 L1413.44 913.018 L1405.13 914.684 L1405.13 910.425 L1413.4 908.759 L1418.07 908.759 L1418.07 939.383 L1425.71 939.383 L1425.71 943.319 L1405.8 943.319 L1405.8 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1531.71 939.383 L1548.03 939.383 L1548.03 943.319 L1526.08 943.319 L1526.08 939.383 Q1528.75 936.629 1533.33 931.999 Q1537.94 927.346 1539.12 926.004 Q1541.36 923.481 1542.24 921.745 Q1543.14 919.985 1543.14 918.295 Q1543.14 915.541 1541.2 913.805 Q1539.28 912.069 1536.18 912.069 Q1533.98 912.069 1531.52 912.833 Q1529.09 913.596 1526.32 915.147 L1526.32 910.425 Q1529.14 909.291 1531.59 908.712 Q1534.05 908.134 1536.08 908.134 Q1541.45 908.134 1544.65 910.819 Q1547.84 913.504 1547.84 917.995 Q1547.84 920.124 1547.03 922.045 Q1546.25 923.944 1544.14 926.536 Q1543.56 927.207 1540.46 930.425 Q1537.36 933.619 1531.71 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 866.899 Q996.368 866.899 994.539 870.464 Q992.734 874.005 992.734 881.135 Q992.734 888.241 994.539 891.806 Q996.368 895.348 999.979 895.348 Q1003.61 895.348 1005.42 891.806 Q1007.25 888.241 1007.25 881.135 Q1007.25 874.005 1005.42 870.464 Q1003.61 866.899 999.979 866.899 M999.979 863.195 Q1005.79 863.195 1008.84 867.802 Q1011.92 872.385 1011.92 881.135 Q1011.92 889.862 1008.84 894.468 Q1005.79 899.051 999.979 899.051 Q994.169 899.051 991.09 894.468 Q988.035 889.862 988.035 881.135 Q988.035 872.385 991.09 867.802 Q994.169 863.195 999.979 863.195 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M992.016 838.707 L999.655 838.707 L999.655 812.342 L991.345 814.008 L991.345 809.749 L999.609 808.083 L1004.28 808.083 L1004.28 838.707 L1011.92 838.707 L1011.92 842.643 L992.016 842.643 L992.016 838.707 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M995.604 782.97 L1011.92 782.97 L1011.92 786.905 L989.979 786.905 L989.979 782.97 Q992.641 780.215 997.224 775.586 Q1001.83 770.933 1003.01 769.59 Q1005.26 767.067 1006.14 765.331 Q1007.04 763.572 1007.04 761.882 Q1007.04 759.127 1005.09 757.391 Q1003.17 755.655 1000.07 755.655 Q997.872 755.655 995.419 756.419 Q992.988 757.183 990.21 758.734 L990.21 754.012 Q993.034 752.877 995.488 752.299 Q997.942 751.72 999.979 751.72 Q1005.35 751.72 1008.54 754.405 Q1011.74 757.09 1011.74 761.581 Q1011.74 763.711 1010.93 765.632 Q1010.14 767.53 1008.03 770.123 Q1007.46 770.794 1004.35 774.011 Q1001.25 777.206 995.604 782.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1004.79 712.533 Q1008.15 713.251 1010.03 715.519 Q1011.92 717.788 1011.92 721.121 Q1011.92 726.237 1008.4 729.038 Q1004.89 731.839 998.405 731.839 Q996.229 731.839 993.914 731.399 Q991.622 730.982 989.169 730.126 L989.169 725.612 Q991.113 726.746 993.428 727.325 Q995.743 727.903 998.266 727.903 Q1002.66 727.903 1004.96 726.167 Q1007.27 724.431 1007.27 721.121 Q1007.27 718.065 1005.12 716.353 Q1002.99 714.616 999.169 714.616 L995.141 714.616 L995.141 710.774 L999.354 710.774 Q1002.8 710.774 1004.63 709.408 Q1006.46 708.019 1006.46 705.427 Q1006.46 702.765 1004.56 701.353 Q1002.69 699.917 999.169 699.917 Q997.247 699.917 995.048 700.334 Q992.849 700.751 990.21 701.63 L990.21 697.464 Q992.872 696.723 995.187 696.353 Q997.525 695.982 999.585 695.982 Q1004.91 695.982 1008.01 698.413 Q1011.11 700.82 1011.11 704.941 Q1011.11 707.811 1009.47 709.802 Q1007.83 711.769 1004.79 712.533 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1002.34 644.944 L990.535 663.393 L1002.34 663.393 L1002.34 644.944 M1001.11 640.87 L1006.99 640.87 L1006.99 663.393 L1011.92 663.393 L1011.92 667.282 L1006.99 667.282 L1006.99 675.43 L1002.34 675.43 L1002.34 667.282 L986.738 667.282 L986.738 662.768 L1001.11 640.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M991.021 585.132 L1009.38 585.132 L1009.38 589.067 L995.303 589.067 L995.303 597.539 Q996.322 597.192 997.34 597.03 Q998.359 596.845 999.377 596.845 Q1005.16 596.845 1008.54 600.016 Q1011.92 603.187 1011.92 608.604 Q1011.92 614.183 1008.45 617.285 Q1004.98 620.363 998.659 620.363 Q996.484 620.363 994.215 619.993 Q991.97 619.623 989.562 618.882 L989.562 614.183 Q991.646 615.317 993.868 615.873 Q996.09 616.428 998.567 616.428 Q1002.57 616.428 1004.91 614.322 Q1007.25 612.215 1007.25 608.604 Q1007.25 604.993 1004.91 602.887 Q1002.57 600.78 998.567 600.78 Q996.692 600.78 994.817 601.197 Q992.965 601.613 991.021 602.493 L991.021 585.132 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1310.4 987.063 L1297.51 1004.41 L1311.07 1022.71 L1304.16 1022.71 L1293.79 1008.71 L1283.41 1022.71 L1276.51 1022.71 L1290.35 1004.06 L1277.68 987.063 L1284.59 987.063 L1294.04 999.762 L1303.5 987.063 L1310.4 987.063 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M900.962 791.644 L900.962 785.183 L929.831 785.183 Q937.47 785.183 940.843 782.414 Q944.185 779.645 944.185 773.438 Q944.185 767.263 940.843 764.494 Q937.47 761.725 929.831 761.725 L900.962 761.725 L900.962 755.264 L930.626 755.264 Q939.92 755.264 944.663 759.879 Q949.405 764.462 949.405 773.438 Q949.405 782.446 944.663 787.061 Q939.92 791.644 930.626 791.644 L900.962 791.644 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M899.021 735.053 Q906.341 739.318 913.503 741.387 Q920.664 743.456 928.016 743.456 Q935.369 743.456 942.594 741.387 Q949.787 739.286 957.076 735.053 L957.076 740.145 Q949.596 744.92 942.371 747.307 Q935.146 749.662 928.016 749.662 Q920.919 749.662 913.725 747.307 Q906.532 744.951 899.021 740.145 L899.021 735.053 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M912.834 699.278 L930.181 712.168 L948.482 698.609 L948.482 705.516 L934.478 715.892 L948.482 726.268 L948.482 733.175 L929.831 719.33 L912.834 731.997 L912.834 725.09 L925.534 715.637 L912.834 706.184 L912.834 699.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M899.021 693.389 L899.021 688.297 Q906.532 683.522 913.725 681.167 Q920.919 678.78 928.016 678.78 Q935.146 678.78 942.371 681.167 Q949.596 683.522 957.076 688.297 L957.076 693.389 Q949.787 689.156 942.594 687.087 Q935.369 684.987 928.016 684.987 Q920.664 684.987 913.503 687.087 Q906.341 689.156 899.021 693.389 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip726)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.52,779.809 1055.43,785.253 1060.35,790.547 1065.26,795.69 1070.18,800.683 1075.09,805.526 1080.01,810.218 1084.92,814.76 1089.84,819.151 1094.75,823.392 \n",
" 1099.66,827.483 1104.58,831.423 1109.49,835.213 1114.41,838.853 1119.32,842.342 1124.24,845.681 1129.15,848.87 1134.07,851.908 1138.98,854.796 1143.9,857.533 \n",
" 1148.81,860.12 1153.72,862.557 1158.64,864.843 1163.55,866.979 1168.47,868.965 1173.38,870.8 1178.3,872.485 1183.21,874.019 1188.13,875.403 1193.04,876.637 \n",
" 1197.95,877.72 1202.87,878.653 1207.78,879.436 1212.7,880.068 1217.61,880.55 1222.53,880.882 1227.44,881.063 1232.36,881.094 1237.27,880.974 1242.19,880.704 \n",
" 1247.1,880.284 1252.01,879.713 1256.93,878.992 1261.84,878.12 1266.76,877.099 1271.67,875.927 1276.59,874.604 1281.5,873.131 1286.42,871.508 1291.33,869.734 \n",
" 1296.25,867.81 1301.16,865.736 1306.07,863.511 1310.99,861.136 1315.9,858.61 1320.82,855.934 1325.73,853.108 1330.65,850.132 1335.56,847.005 1340.48,843.727 \n",
" 1345.39,840.299 1350.3,836.721 1355.22,832.993 1360.13,829.114 1365.05,825.085 1369.96,820.905 1374.88,816.575 1379.79,812.095 1384.71,807.464 1389.62,802.683 \n",
" 1394.54,797.752 1399.45,792.67 1404.36,787.438 1409.28,782.056 1414.19,776.523 1419.11,770.839 1424.02,765.006 1428.94,759.022 1433.85,752.887 1438.77,746.603 \n",
" 1443.68,740.168 1448.6,733.582 1453.51,726.846 1458.42,719.96 1463.34,712.923 1468.25,705.736 1473.17,698.399 1478.08,690.911 1483,683.273 1487.91,675.485 \n",
" 1492.83,667.546 1497.74,659.457 1502.65,651.217 1507.57,642.828 1512.48,634.287 1517.4,625.597 1522.31,616.756 1527.23,607.764 1532.14,598.622 1537.06,589.33 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M1425.91 711.846 L1534.46 711.846 L1534.46 590.886 L1425.91 590.886 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1425.91,711.846 1534.46,711.846 1534.46,590.886 1425.91,590.886 1425.91,711.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1431.64,651.366 1466.02,651.366 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1485.59 671.054 Q1483.79 675.683 1482.08 677.095 Q1480.36 678.507 1477.49 678.507 L1474.09 678.507 L1474.09 674.943 L1476.59 674.943 Q1478.35 674.943 1479.32 674.109 Q1480.29 673.276 1481.47 670.174 L1482.24 668.23 L1471.75 642.721 L1476.27 642.721 L1484.37 662.998 L1492.47 642.721 L1496.98 642.721 L1485.59 671.054 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1502.1 634.086 L1520.45 634.086 L1520.45 638.022 L1506.38 638.022 L1506.38 646.494 Q1507.4 646.147 1508.42 645.984 Q1509.44 645.799 1510.45 645.799 Q1516.24 645.799 1519.62 648.971 Q1523 652.142 1523 657.558 Q1523 663.137 1519.53 666.239 Q1516.06 669.318 1509.74 669.318 Q1507.56 669.318 1505.29 668.947 Q1503.05 668.577 1500.64 667.836 L1500.64 663.137 Q1502.72 664.271 1504.95 664.827 Q1507.17 665.383 1509.64 665.383 Q1513.65 665.383 1515.99 663.276 Q1518.32 661.17 1518.32 657.558 Q1518.32 653.947 1515.99 651.841 Q1513.65 649.734 1509.64 649.734 Q1507.77 649.734 1505.89 650.151 Q1504.04 650.568 1502.1 651.447 L1502.1 634.086 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M1837.03 889.847 L2352.76 889.847 L2352.76 580.577 L1837.03 580.577 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip727\">\n",
" <rect x=\"1837\" y=\"580\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1851.62,889.847 1851.62,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1973.26,889.847 1973.26,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2094.89,889.847 2094.89,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2216.53,889.847 2216.53,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2338.16,889.847 2338.16,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,881.094 2352.76,881.094 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,818.429 2352.76,818.429 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,755.764 2352.76,755.764 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,693.099 2352.76,693.099 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip727)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,630.434 2352.76,630.434 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,889.847 2352.76,889.847 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,889.847 1837.03,580.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1851.62,889.847 1851.62,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1973.26,889.847 1973.26,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2094.89,889.847 2094.89,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2216.53,889.847 2216.53,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2338.16,889.847 2338.16,886.135 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,881.094 1843.22,881.094 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,818.429 1843.22,818.429 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,755.764 1843.22,755.764 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,693.099 1843.22,693.099 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,630.434 1843.22,630.434 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1832.68 928.434 L1845.15 928.434 L1845.15 932.231 L1832.68 932.231 L1832.68 928.434 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1854.25 939.383 L1870.57 939.383 L1870.57 943.319 L1848.63 943.319 L1848.63 939.383 Q1851.29 936.629 1855.87 931.999 Q1860.48 927.346 1861.66 926.004 Q1863.9 923.481 1864.78 921.745 Q1865.69 919.985 1865.69 918.295 Q1865.69 915.541 1863.74 913.805 Q1861.82 912.069 1858.72 912.069 Q1856.52 912.069 1854.06 912.833 Q1851.63 913.596 1848.86 915.147 L1848.86 910.425 Q1851.68 909.291 1854.13 908.712 Q1856.59 908.134 1858.63 908.134 Q1864 908.134 1867.19 910.819 Q1870.38 913.504 1870.38 917.995 Q1870.38 920.124 1869.57 922.045 Q1868.79 923.944 1866.68 926.536 Q1866.1 927.207 1863 930.425 Q1859.9 933.619 1854.25 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1954.13 928.434 L1966.6 928.434 L1966.6 932.231 L1954.13 932.231 L1954.13 928.434 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1972.48 939.383 L1980.12 939.383 L1980.12 913.018 L1971.81 914.684 L1971.81 910.425 L1980.07 908.759 L1984.75 908.759 L1984.75 939.383 L1992.39 939.383 L1992.39 943.319 L1972.48 943.319 L1972.48 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2094.89 911.837 Q2091.28 911.837 2089.45 915.402 Q2087.65 918.944 2087.65 926.073 Q2087.65 933.18 2089.45 936.744 Q2091.28 940.286 2094.89 940.286 Q2098.53 940.286 2100.33 936.744 Q2102.16 933.18 2102.16 926.073 Q2102.16 918.944 2100.33 915.402 Q2098.53 911.837 2094.89 911.837 M2094.89 908.134 Q2100.7 908.134 2103.76 912.74 Q2106.84 917.323 2106.84 926.073 Q2106.84 934.8 2103.76 939.406 Q2100.7 943.99 2094.89 943.99 Q2089.08 943.99 2086 939.406 Q2082.95 934.8 2082.95 926.073 Q2082.95 917.323 2086 912.74 Q2089.08 908.134 2094.89 908.134 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2206.91 939.383 L2214.55 939.383 L2214.55 913.018 L2206.24 914.684 L2206.24 910.425 L2214.5 908.759 L2219.18 908.759 L2219.18 939.383 L2226.81 939.383 L2226.81 943.319 L2206.91 943.319 L2206.91 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2332.81 939.383 L2349.13 939.383 L2349.13 943.319 L2327.19 943.319 L2327.19 939.383 Q2329.85 936.629 2334.43 931.999 Q2339.04 927.346 2340.22 926.004 Q2342.47 923.481 2343.34 921.745 Q2344.25 919.985 2344.25 918.295 Q2344.25 915.541 2342.3 913.805 Q2340.38 912.069 2337.28 912.069 Q2335.08 912.069 2332.63 912.833 Q2330.2 913.596 2327.42 915.147 L2327.42 910.425 Q2330.24 909.291 2332.7 908.712 Q2335.15 908.134 2337.19 908.134 Q2342.56 908.134 2345.75 910.819 Q2348.95 913.504 2348.95 917.995 Q2348.95 920.124 2348.14 922.045 Q2347.35 923.944 2345.24 926.536 Q2344.66 927.207 2341.56 930.425 Q2338.46 933.619 2332.81 939.383 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1737.1 866.892 Q1733.49 866.892 1731.66 870.457 Q1729.86 873.999 1729.86 881.128 Q1729.86 888.235 1731.66 891.8 Q1733.49 895.341 1737.1 895.341 Q1740.74 895.341 1742.54 891.8 Q1744.37 888.235 1744.37 881.128 Q1744.37 873.999 1742.54 870.457 Q1740.74 866.892 1737.1 866.892 M1737.1 863.189 Q1742.91 863.189 1745.97 867.795 Q1749.05 872.378 1749.05 881.128 Q1749.05 889.855 1745.97 894.462 Q1742.91 899.045 1737.1 899.045 Q1731.29 899.045 1728.21 894.462 Q1725.16 889.855 1725.16 881.128 Q1725.16 872.378 1728.21 867.795 Q1731.29 863.189 1737.1 863.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1754.11 892.494 L1759 892.494 L1759 898.374 L1754.11 898.374 L1754.11 892.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1774.07 866.892 Q1770.46 866.892 1768.63 870.457 Q1766.82 873.999 1766.82 881.128 Q1766.82 888.235 1768.63 891.8 Q1770.46 895.341 1774.07 895.341 Q1777.7 895.341 1779.51 891.8 Q1781.34 888.235 1781.34 881.128 Q1781.34 873.999 1779.51 870.457 Q1777.7 866.892 1774.07 866.892 M1774.07 863.189 Q1779.88 863.189 1782.93 867.795 Q1786.01 872.378 1786.01 881.128 Q1786.01 889.855 1782.93 894.462 Q1779.88 899.045 1774.07 899.045 Q1768.26 899.045 1765.18 894.462 Q1762.12 889.855 1762.12 881.128 Q1762.12 872.378 1765.18 867.795 Q1768.26 863.189 1774.07 863.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 866.892 Q1797.47 866.892 1795.64 870.457 Q1793.84 873.999 1793.84 881.128 Q1793.84 888.235 1795.64 891.8 Q1797.47 895.341 1801.08 895.341 Q1804.72 895.341 1806.52 891.8 Q1808.35 888.235 1808.35 881.128 Q1808.35 873.999 1806.52 870.457 Q1804.72 866.892 1801.08 866.892 M1801.08 863.189 Q1806.89 863.189 1809.95 867.795 Q1813.03 872.378 1813.03 881.128 Q1813.03 889.855 1809.95 894.462 Q1806.89 899.045 1801.08 899.045 Q1795.27 899.045 1792.19 894.462 Q1789.14 889.855 1789.14 881.128 Q1789.14 872.378 1792.19 867.795 Q1795.27 863.189 1801.08 863.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1739.69 804.227 Q1736.08 804.227 1734.25 807.792 Q1732.45 811.334 1732.45 818.463 Q1732.45 825.57 1734.25 829.135 Q1736.08 832.676 1739.69 832.676 Q1743.33 832.676 1745.13 829.135 Q1746.96 825.57 1746.96 818.463 Q1746.96 811.334 1745.13 807.792 Q1743.33 804.227 1739.69 804.227 M1739.69 800.524 Q1745.5 800.524 1748.56 805.13 Q1751.64 809.713 1751.64 818.463 Q1751.64 827.19 1748.56 831.797 Q1745.5 836.38 1739.69 836.38 Q1733.88 836.38 1730.8 831.797 Q1727.75 827.19 1727.75 818.463 Q1727.75 809.713 1730.8 805.13 Q1733.88 800.524 1739.69 800.524 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1756.71 829.829 L1761.59 829.829 L1761.59 835.709 L1756.71 835.709 L1756.71 829.829 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1770.69 831.773 L1787.01 831.773 L1787.01 835.709 L1765.06 835.709 L1765.06 831.773 Q1767.73 829.019 1772.31 824.389 Q1776.92 819.737 1778.1 818.394 Q1780.34 815.871 1781.22 814.135 Q1782.12 812.375 1782.12 810.686 Q1782.12 807.931 1780.18 806.195 Q1778.26 804.459 1775.16 804.459 Q1772.96 804.459 1770.5 805.223 Q1768.07 805.987 1765.3 807.538 L1765.3 802.815 Q1768.12 801.681 1770.57 801.102 Q1773.03 800.524 1775.06 800.524 Q1780.43 800.524 1783.63 803.209 Q1786.82 805.894 1786.82 810.385 Q1786.82 812.514 1786.01 814.436 Q1785.23 816.334 1783.12 818.926 Q1782.54 819.598 1779.44 822.815 Q1776.34 826.01 1770.69 831.773 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1792.12 801.149 L1810.48 801.149 L1810.48 805.084 L1796.41 805.084 L1796.41 813.556 Q1797.42 813.209 1798.44 813.047 Q1799.46 812.862 1800.48 812.862 Q1806.27 812.862 1809.65 816.033 Q1813.03 819.204 1813.03 824.621 Q1813.03 830.199 1809.55 833.301 Q1806.08 836.38 1799.76 836.38 Q1797.59 836.38 1795.32 836.01 Q1793.07 835.639 1790.67 834.898 L1790.67 830.199 Q1792.75 831.334 1794.97 831.889 Q1797.19 832.445 1799.67 832.445 Q1803.67 832.445 1806.01 830.338 Q1808.35 828.232 1808.35 824.621 Q1808.35 821.01 1806.01 818.903 Q1803.67 816.797 1799.67 816.797 Q1797.8 816.797 1795.92 817.213 Q1794.07 817.63 1792.12 818.51 L1792.12 801.149 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1738.1 741.562 Q1734.49 741.562 1732.66 745.127 Q1730.85 748.669 1730.85 755.798 Q1730.85 762.905 1732.66 766.47 Q1734.49 770.011 1738.1 770.011 Q1741.73 770.011 1743.54 766.47 Q1745.36 762.905 1745.36 755.798 Q1745.36 748.669 1743.54 745.127 Q1741.73 741.562 1738.1 741.562 M1738.1 737.859 Q1743.91 737.859 1746.96 742.465 Q1750.04 747.048 1750.04 755.798 Q1750.04 764.525 1746.96 769.132 Q1743.91 773.715 1738.1 773.715 Q1732.29 773.715 1729.21 769.132 Q1726.15 764.525 1726.15 755.798 Q1726.15 747.048 1729.21 742.465 Q1732.29 737.859 1738.1 737.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1755.11 767.164 L1759.99 767.164 L1759.99 773.044 L1755.11 773.044 L1755.11 767.164 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1765.11 738.484 L1783.47 738.484 L1783.47 742.419 L1769.39 742.419 L1769.39 750.891 Q1770.41 750.544 1771.43 750.382 Q1772.45 750.197 1773.47 750.197 Q1779.25 750.197 1782.63 753.368 Q1786.01 756.539 1786.01 761.956 Q1786.01 767.534 1782.54 770.636 Q1779.07 773.715 1772.75 773.715 Q1770.57 773.715 1768.3 773.345 Q1766.06 772.974 1763.65 772.233 L1763.65 767.534 Q1765.74 768.669 1767.96 769.224 Q1770.18 769.78 1772.66 769.78 Q1776.66 769.78 1779 767.673 Q1781.34 765.567 1781.34 761.956 Q1781.34 758.345 1779 756.238 Q1776.66 754.132 1772.66 754.132 Q1770.78 754.132 1768.91 754.548 Q1767.05 754.965 1765.11 755.845 L1765.11 738.484 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 741.562 Q1797.47 741.562 1795.64 745.127 Q1793.84 748.669 1793.84 755.798 Q1793.84 762.905 1795.64 766.47 Q1797.47 770.011 1801.08 770.011 Q1804.72 770.011 1806.52 766.47 Q1808.35 762.905 1808.35 755.798 Q1808.35 748.669 1806.52 745.127 Q1804.72 741.562 1801.08 741.562 M1801.08 737.859 Q1806.89 737.859 1809.95 742.465 Q1813.03 747.048 1813.03 755.798 Q1813.03 764.525 1809.95 769.132 Q1806.89 773.715 1801.08 773.715 Q1795.27 773.715 1792.19 769.132 Q1789.14 764.525 1789.14 755.798 Q1789.14 747.048 1792.19 742.465 Q1795.27 737.859 1801.08 737.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1739 678.897 Q1735.39 678.897 1733.56 682.462 Q1731.75 686.004 1731.75 693.133 Q1731.75 700.24 1733.56 703.805 Q1735.39 707.346 1739 707.346 Q1742.63 707.346 1744.44 703.805 Q1746.27 700.24 1746.27 693.133 Q1746.27 686.004 1744.44 682.462 Q1742.63 678.897 1739 678.897 M1739 675.194 Q1744.81 675.194 1747.86 679.8 Q1750.94 684.383 1750.94 693.133 Q1750.94 701.86 1747.86 706.467 Q1744.81 711.05 1739 711.05 Q1733.19 711.05 1730.11 706.467 Q1727.05 701.86 1727.05 693.133 Q1727.05 684.383 1730.11 679.8 Q1733.19 675.194 1739 675.194 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1756.01 704.499 L1760.9 704.499 L1760.9 710.379 L1756.01 710.379 L1756.01 704.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1764.79 675.819 L1787.01 675.819 L1787.01 677.809 L1774.46 710.379 L1769.58 710.379 L1781.38 679.754 L1764.79 679.754 L1764.79 675.819 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1792.12 675.819 L1810.48 675.819 L1810.48 679.754 L1796.41 679.754 L1796.41 688.226 Q1797.42 687.879 1798.44 687.717 Q1799.46 687.531 1800.48 687.531 Q1806.27 687.531 1809.65 690.703 Q1813.03 693.874 1813.03 699.291 Q1813.03 704.869 1809.55 707.971 Q1806.08 711.05 1799.76 711.05 Q1797.59 711.05 1795.32 710.68 Q1793.07 710.309 1790.67 709.568 L1790.67 704.869 Q1792.75 706.004 1794.97 706.559 Q1797.19 707.115 1799.67 707.115 Q1803.67 707.115 1806.01 705.008 Q1808.35 702.902 1808.35 699.291 Q1808.35 695.68 1806.01 693.573 Q1803.67 691.467 1799.67 691.467 Q1797.8 691.467 1795.92 691.883 Q1794.07 692.3 1792.12 693.18 L1792.12 675.819 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1729.14 643.778 L1736.78 643.778 L1736.78 617.413 L1728.47 619.079 L1728.47 614.82 L1736.73 613.154 L1741.41 613.154 L1741.41 643.778 L1749.05 643.778 L1749.05 647.714 L1729.14 647.714 L1729.14 643.778 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1754.11 641.834 L1759 641.834 L1759 647.714 L1754.11 647.714 L1754.11 641.834 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1774.07 616.232 Q1770.46 616.232 1768.63 619.797 Q1766.82 623.339 1766.82 630.468 Q1766.82 637.575 1768.63 641.14 Q1770.46 644.681 1774.07 644.681 Q1777.7 644.681 1779.51 641.14 Q1781.34 637.575 1781.34 630.468 Q1781.34 623.339 1779.51 619.797 Q1777.7 616.232 1774.07 616.232 M1774.07 612.529 Q1779.88 612.529 1782.93 617.135 Q1786.01 621.718 1786.01 630.468 Q1786.01 639.195 1782.93 643.802 Q1779.88 648.385 1774.07 648.385 Q1768.26 648.385 1765.18 643.802 Q1762.12 639.195 1762.12 630.468 Q1762.12 621.718 1765.18 617.135 Q1768.26 612.529 1774.07 612.529 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 616.232 Q1797.47 616.232 1795.64 619.797 Q1793.84 623.339 1793.84 630.468 Q1793.84 637.575 1795.64 641.14 Q1797.47 644.681 1801.08 644.681 Q1804.72 644.681 1806.52 641.14 Q1808.35 637.575 1808.35 630.468 Q1808.35 623.339 1806.52 619.797 Q1804.72 616.232 1801.08 616.232 M1801.08 612.529 Q1806.89 612.529 1809.95 617.135 Q1813.03 621.718 1813.03 630.468 Q1813.03 639.195 1809.95 643.802 Q1806.89 648.385 1801.08 648.385 Q1795.27 648.385 1792.19 643.802 Q1789.14 639.195 1789.14 630.468 Q1789.14 621.718 1792.19 617.135 Q1795.27 612.529 1801.08 612.529 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2111.51 987.063 L2098.62 1004.41 L2112.17 1022.71 L2105.27 1022.71 L2094.89 1008.71 L2084.52 1022.71 L2077.61 1022.71 L2091.45 1004.06 L2078.79 987.063 L2085.69 987.063 L2095.15 999.762 L2104.6 987.063 L2111.51 987.063 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1639.38 791.644 L1639.38 785.183 L1668.25 785.183 Q1675.89 785.183 1679.26 782.414 Q1682.6 779.645 1682.6 773.438 Q1682.6 767.263 1679.26 764.494 Q1675.89 761.725 1668.25 761.725 L1639.38 761.725 L1639.38 755.264 L1669.04 755.264 Q1678.34 755.264 1683.08 759.879 Q1687.82 764.462 1687.82 773.438 Q1687.82 782.446 1683.08 787.061 Q1678.34 791.644 1669.04 791.644 L1639.38 791.644 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1637.44 735.053 Q1644.76 739.318 1651.92 741.387 Q1659.08 743.456 1666.44 743.456 Q1673.79 743.456 1681.01 741.387 Q1688.21 739.286 1695.49 735.053 L1695.49 740.145 Q1688.01 744.92 1680.79 747.307 Q1673.56 749.662 1666.44 749.662 Q1659.34 749.662 1652.14 747.307 Q1644.95 744.951 1637.44 740.145 L1637.44 735.053 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1651.25 699.278 L1668.6 712.168 L1686.9 698.609 L1686.9 705.516 L1672.9 715.892 L1686.9 726.268 L1686.9 733.175 L1668.25 719.33 L1651.25 731.997 L1651.25 725.09 L1663.95 715.637 L1651.25 706.184 L1651.25 699.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1637.44 693.389 L1637.44 688.297 Q1644.95 683.522 1652.14 681.167 Q1659.34 678.78 1666.44 678.78 Q1673.56 678.78 1680.79 681.167 Q1688.01 683.522 1695.49 688.297 L1695.49 693.389 Q1688.21 689.156 1681.01 687.087 Q1673.79 684.987 1666.44 684.987 Q1659.08 684.987 1651.92 687.087 Q1644.76 689.156 1637.44 693.389 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip727)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1851.62,600.374 1856.54,611.709 1861.45,622.812 1866.37,633.68 1871.28,644.315 1876.2,654.717 1881.11,664.885 1886.02,674.819 1890.94,684.519 1895.85,693.986 \n",
" 1900.77,703.219 1905.68,712.219 1910.6,720.985 1915.51,729.518 1920.43,737.816 1925.34,745.882 1930.26,753.713 1935.17,761.311 1940.08,768.675 1945,775.806 \n",
" 1949.91,782.703 1954.83,789.367 1959.74,795.797 1964.66,801.993 1969.57,807.955 1974.49,813.684 1979.4,819.18 1984.31,824.442 1989.23,829.47 1994.14,834.264 \n",
" 1999.06,838.825 2003.97,843.152 2008.89,847.246 2013.8,851.106 2018.72,854.732 2023.63,858.125 2028.55,861.284 2033.46,864.21 2038.37,866.902 2043.29,869.36 \n",
" 2048.2,871.585 2053.12,873.576 2058.03,875.333 2062.95,876.857 2067.86,878.147 2072.78,879.204 2077.69,880.027 2082.6,880.616 2087.52,880.972 2092.43,881.094 \n",
" 2097.35,880.982 2102.26,880.637 2107.18,880.058 2112.09,879.246 2117.01,878.2 2121.92,876.92 2126.84,875.407 2131.75,873.66 2136.66,871.679 2141.58,869.465 \n",
" 2146.49,867.017 2151.41,864.336 2156.32,861.421 2161.24,858.272 2166.15,854.89 2171.07,851.274 2175.98,847.425 2180.9,843.342 2185.81,839.025 2190.72,834.475 \n",
" 2195.64,829.691 2200.55,824.673 2205.47,819.422 2210.38,813.937 2215.3,808.219 2220.21,802.267 2225.13,796.081 2230.04,789.661 2234.95,783.009 2239.87,776.122 \n",
" 2244.78,769.002 2249.7,761.648 2254.61,754.061 2259.53,746.24 2264.44,738.185 2269.36,729.897 2274.27,721.375 2279.19,712.619 2284.1,703.63 2289.01,694.407 \n",
" 2293.93,684.951 2298.84,675.261 2303.76,665.337 2308.67,655.18 2313.59,644.789 2318.5,634.165 2323.42,623.306 2328.33,612.215 2333.25,600.889 2338.16,589.33 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M2225.85 711.846 L2335.56 711.846 L2335.56 590.886 L2225.85 590.886 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2225.85,711.846 2335.56,711.846 2335.56,590.886 2225.85,590.886 2225.85,711.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2231.58,651.366 2265.97,651.366 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M2285.54 671.054 Q2283.73 675.683 2282.02 677.095 Q2280.31 678.507 2277.44 678.507 L2274.04 678.507 L2274.04 674.943 L2276.54 674.943 Q2278.29 674.943 2279.27 674.109 Q2280.24 673.276 2281.42 670.174 L2282.18 668.23 L2271.7 642.721 L2276.21 642.721 L2284.31 662.998 L2292.41 642.721 L2296.93 642.721 L2285.54 671.054 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2312.58 649.503 Q2309.43 649.503 2307.58 651.656 Q2305.75 653.809 2305.75 657.558 Q2305.75 661.285 2307.58 663.461 Q2309.43 665.614 2312.58 665.614 Q2315.72 665.614 2317.55 663.461 Q2319.41 661.285 2319.41 657.558 Q2319.41 653.809 2317.55 651.656 Q2315.72 649.503 2312.58 649.503 M2321.86 634.85 L2321.86 639.11 Q2320.1 638.276 2318.29 637.836 Q2316.51 637.397 2314.75 637.397 Q2310.12 637.397 2307.67 640.522 Q2305.24 643.647 2304.89 649.966 Q2306.26 647.952 2308.32 646.887 Q2310.38 645.799 2312.85 645.799 Q2318.06 645.799 2321.07 648.971 Q2324.1 652.119 2324.1 657.558 Q2324.1 662.883 2320.96 666.1 Q2317.81 669.318 2312.58 669.318 Q2306.58 669.318 2303.41 664.734 Q2300.24 660.128 2300.24 651.401 Q2300.24 643.207 2304.13 638.346 Q2308.02 633.461 2314.57 633.461 Q2316.33 633.461 2318.11 633.809 Q2319.91 634.156 2321.86 634.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M234.82 1423.18 L750.549 1423.18 L750.549 1113.91 L234.82 1113.91 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip728\">\n",
" <rect x=\"234\" y=\"1113\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 249.416,1423.18 249.416,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 371.05,1423.18 371.05,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 492.685,1423.18 492.685,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 614.319,1423.18 614.319,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 735.953,1423.18 735.953,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,1414.43 750.549,1414.43 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,1345.26 750.549,1345.26 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,1276.09 750.549,1276.09 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,1206.92 750.549,1206.92 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip728)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 234.82,1137.74 750.549,1137.74 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1423.18 750.549,1423.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1423.18 234.82,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 249.416,1423.18 249.416,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 371.05,1423.18 371.05,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 492.685,1423.18 492.685,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 614.319,1423.18 614.319,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 735.953,1423.18 735.953,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1414.43 241.009,1414.43 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1345.26 241.009,1345.26 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1276.09 241.009,1276.09 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1206.92 241.009,1206.92 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 234.82,1137.74 241.009,1137.74 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M230.469 1461.77 L242.946 1461.77 L242.946 1465.56 L230.469 1465.56 L230.469 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M252.043 1472.72 L268.363 1472.72 L268.363 1476.65 L246.418 1476.65 L246.418 1472.72 Q249.08 1469.96 253.664 1465.33 Q258.27 1460.68 259.451 1459.34 Q261.696 1456.81 262.576 1455.08 Q263.478 1453.32 263.478 1451.63 Q263.478 1448.87 261.534 1447.14 Q259.613 1445.4 256.511 1445.4 Q254.312 1445.4 251.858 1446.17 Q249.428 1446.93 246.65 1448.48 L246.65 1443.76 Q249.474 1442.62 251.928 1442.05 Q254.381 1441.47 256.418 1441.47 Q261.789 1441.47 264.983 1444.15 Q268.177 1446.84 268.177 1451.33 Q268.177 1453.46 267.367 1455.38 Q266.58 1457.28 264.474 1459.87 Q263.895 1460.54 260.793 1463.76 Q257.691 1466.95 252.043 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M351.918 1461.77 L364.395 1461.77 L364.395 1465.56 L351.918 1465.56 L351.918 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M370.275 1472.72 L377.914 1472.72 L377.914 1446.35 L369.604 1448.02 L369.604 1443.76 L377.867 1442.09 L382.543 1442.09 L382.543 1472.72 L390.182 1472.72 L390.182 1476.65 L370.275 1476.65 L370.275 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M492.685 1445.17 Q489.073 1445.17 487.245 1448.74 Q485.439 1452.28 485.439 1459.41 Q485.439 1466.51 487.245 1470.08 Q489.073 1473.62 492.685 1473.62 Q496.319 1473.62 498.124 1470.08 Q499.953 1466.51 499.953 1459.41 Q499.953 1452.28 498.124 1448.74 Q496.319 1445.17 492.685 1445.17 M492.685 1441.47 Q498.495 1441.47 501.55 1446.07 Q504.629 1450.66 504.629 1459.41 Q504.629 1468.13 501.55 1472.74 Q498.495 1477.32 492.685 1477.32 Q486.874 1477.32 483.796 1472.74 Q480.74 1468.13 480.74 1459.41 Q480.74 1450.66 483.796 1446.07 Q486.874 1441.47 492.685 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M604.701 1472.72 L612.34 1472.72 L612.34 1446.35 L604.029 1448.02 L604.029 1443.76 L612.293 1442.09 L616.969 1442.09 L616.969 1472.72 L624.608 1472.72 L624.608 1476.65 L604.701 1476.65 L604.701 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M730.606 1472.72 L746.925 1472.72 L746.925 1476.65 L724.981 1476.65 L724.981 1472.72 Q727.643 1469.96 732.226 1465.33 Q736.833 1460.68 738.013 1459.34 Q740.259 1456.81 741.138 1455.08 Q742.041 1453.32 742.041 1451.63 Q742.041 1448.87 740.097 1447.14 Q738.175 1445.4 735.073 1445.4 Q732.874 1445.4 730.421 1446.17 Q727.99 1446.93 725.212 1448.48 L725.212 1443.76 Q728.036 1442.62 730.49 1442.05 Q732.944 1441.47 734.981 1441.47 Q740.351 1441.47 743.546 1444.15 Q746.74 1446.84 746.74 1451.33 Q746.74 1453.46 745.93 1455.38 Q745.143 1457.28 743.036 1459.87 Q742.458 1460.54 739.356 1463.76 Q736.254 1466.95 730.606 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M198.876 1400.23 Q195.264 1400.23 193.436 1403.79 Q191.63 1407.34 191.63 1414.47 Q191.63 1421.57 193.436 1425.14 Q195.264 1428.68 198.876 1428.68 Q202.51 1428.68 204.315 1425.14 Q206.144 1421.57 206.144 1414.47 Q206.144 1407.34 204.315 1403.79 Q202.51 1400.23 198.876 1400.23 M198.876 1396.53 Q204.686 1396.53 207.741 1401.13 Q210.82 1405.72 210.82 1414.47 Q210.82 1423.19 207.741 1427.8 Q204.686 1432.38 198.876 1432.38 Q193.065 1432.38 189.987 1427.8 Q186.931 1423.19 186.931 1414.47 Q186.931 1405.72 189.987 1401.13 Q193.065 1396.53 198.876 1396.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M194.501 1358.6 L210.82 1358.6 L210.82 1362.54 L188.876 1362.54 L188.876 1358.6 Q191.538 1355.85 196.121 1351.22 Q200.727 1346.57 201.908 1345.22 Q204.153 1342.7 205.033 1340.97 Q205.936 1339.21 205.936 1337.52 Q205.936 1334.76 203.991 1333.03 Q202.07 1331.29 198.968 1331.29 Q196.769 1331.29 194.315 1332.05 Q191.885 1332.82 189.107 1334.37 L189.107 1329.65 Q191.931 1328.51 194.385 1327.93 Q196.838 1327.35 198.876 1327.35 Q204.246 1327.35 207.44 1330.04 Q210.635 1332.72 210.635 1337.22 Q210.635 1339.34 209.825 1341.27 Q209.037 1343.16 206.931 1345.76 Q206.352 1346.43 203.25 1349.65 Q200.149 1352.84 194.501 1358.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M201.237 1262.88 L189.431 1281.33 L201.237 1281.33 L201.237 1262.88 M200.01 1258.81 L205.889 1258.81 L205.889 1281.33 L210.82 1281.33 L210.82 1285.22 L205.889 1285.22 L205.889 1293.37 L201.237 1293.37 L201.237 1285.22 L185.635 1285.22 L185.635 1280.71 L200.01 1258.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M199.292 1205.05 Q196.144 1205.05 194.292 1207.2 Q192.464 1209.36 192.464 1213.11 Q192.464 1216.83 194.292 1219.01 Q196.144 1221.16 199.292 1221.16 Q202.44 1221.16 204.269 1219.01 Q206.121 1216.83 206.121 1213.11 Q206.121 1209.36 204.269 1207.2 Q202.44 1205.05 199.292 1205.05 M208.575 1190.4 L208.575 1194.66 Q206.815 1193.83 205.01 1193.39 Q203.227 1192.95 201.468 1192.95 Q196.838 1192.95 194.385 1196.07 Q191.954 1199.2 191.607 1205.51 Q192.973 1203.5 195.033 1202.44 Q197.093 1201.35 199.57 1201.35 Q204.778 1201.35 207.787 1204.52 Q210.82 1207.67 210.82 1213.11 Q210.82 1218.43 207.672 1221.65 Q204.524 1224.87 199.292 1224.87 Q193.297 1224.87 190.126 1220.28 Q186.954 1215.68 186.954 1206.95 Q186.954 1198.76 190.843 1193.89 Q194.732 1189.01 201.283 1189.01 Q203.042 1189.01 204.825 1189.36 Q206.63 1189.7 208.575 1190.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M198.968 1138.61 Q195.635 1138.61 193.713 1140.39 Q191.815 1142.18 191.815 1145.3 Q191.815 1148.43 193.713 1150.21 Q195.635 1151.99 198.968 1151.99 Q202.301 1151.99 204.223 1150.21 Q206.144 1148.4 206.144 1145.3 Q206.144 1142.18 204.223 1140.39 Q202.325 1138.61 198.968 1138.61 M194.292 1136.62 Q191.283 1135.88 189.593 1133.82 Q187.926 1131.76 187.926 1128.8 Q187.926 1124.65 190.866 1122.25 Q193.829 1119.84 198.968 1119.84 Q204.13 1119.84 207.07 1122.25 Q210.01 1124.65 210.01 1128.8 Q210.01 1131.76 208.32 1133.82 Q206.653 1135.88 203.667 1136.62 Q207.047 1137.41 208.922 1139.7 Q210.82 1141.99 210.82 1145.3 Q210.82 1150.32 207.741 1153.01 Q204.686 1155.69 198.968 1155.69 Q193.251 1155.69 190.172 1153.01 Q187.116 1150.32 187.116 1145.3 Q187.116 1141.99 189.014 1139.7 Q190.913 1137.41 194.292 1136.62 M192.579 1129.24 Q192.579 1131.92 194.246 1133.43 Q195.936 1134.93 198.968 1134.93 Q201.977 1134.93 203.667 1133.43 Q205.38 1131.92 205.38 1129.24 Q205.38 1126.55 203.667 1125.05 Q201.977 1123.54 198.968 1123.54 Q195.936 1123.54 194.246 1125.05 Q192.579 1126.55 192.579 1129.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M509.299 1520.4 L496.408 1537.74 L509.967 1556.04 L503.061 1556.04 L492.685 1542.04 L482.308 1556.04 L475.402 1556.04 L489.247 1537.39 L476.579 1520.4 L483.486 1520.4 L492.939 1533.1 L502.392 1520.4 L509.299 1520.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M99.8588 1324.98 L99.8588 1318.52 L128.727 1318.52 Q136.366 1318.52 139.74 1315.75 Q143.082 1312.98 143.082 1306.77 Q143.082 1300.6 139.74 1297.83 Q136.366 1295.06 128.727 1295.06 L99.8588 1295.06 L99.8588 1288.6 L129.523 1288.6 Q138.817 1288.6 143.559 1293.21 Q148.302 1297.8 148.302 1306.77 Q148.302 1315.78 143.559 1320.39 Q138.817 1324.98 129.523 1324.98 L99.8588 1324.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M97.9173 1268.39 Q105.238 1272.65 112.399 1274.72 Q119.561 1276.79 126.913 1276.79 Q134.265 1276.79 141.491 1274.72 Q148.684 1272.62 155.973 1268.39 L155.973 1273.48 Q148.493 1278.25 141.268 1280.64 Q134.043 1283 126.913 1283 Q119.815 1283 112.622 1280.64 Q105.429 1278.28 97.9173 1273.48 L97.9173 1268.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M111.731 1232.61 L129.077 1245.5 L147.379 1231.94 L147.379 1238.85 L133.374 1249.23 L147.379 1259.6 L147.379 1266.51 L128.727 1252.66 L111.731 1265.33 L111.731 1258.42 L124.43 1248.97 L111.731 1239.52 L111.731 1232.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M97.9173 1226.72 L97.9173 1221.63 Q105.429 1216.86 112.622 1214.5 Q119.815 1212.11 126.913 1212.11 Q134.043 1212.11 141.268 1214.5 Q148.493 1216.86 155.973 1221.63 L155.973 1226.72 Q148.684 1222.49 141.491 1220.42 Q134.265 1218.32 126.913 1218.32 Q119.561 1218.32 112.399 1220.42 Q105.238 1222.49 97.9173 1226.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip728)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 249.416,1122.66 254.331,1128.75 259.245,1134.77 264.16,1140.73 269.074,1146.63 273.989,1152.46 278.903,1158.23 283.818,1163.93 288.732,1169.57 293.647,1175.14 \n",
" 298.561,1180.65 303.476,1186.1 308.39,1191.48 313.305,1196.79 318.219,1202.05 323.134,1207.24 328.048,1212.36 332.963,1217.42 337.877,1222.42 342.792,1227.35 \n",
" 347.706,1232.22 352.621,1237.02 357.535,1241.76 362.45,1246.44 367.364,1251.05 372.279,1255.6 377.193,1260.08 382.108,1264.5 387.022,1268.85 391.937,1273.14 \n",
" 396.851,1277.37 401.766,1281.53 406.68,1285.63 411.595,1289.66 416.51,1293.63 421.424,1297.54 426.339,1301.38 431.253,1305.16 436.168,1308.87 441.082,1312.52 \n",
" 445.997,1316.1 450.911,1319.62 455.826,1323.08 460.74,1326.47 465.655,1329.8 470.569,1333.06 475.484,1336.26 480.398,1339.4 485.313,1342.47 490.227,1345.48 \n",
" 495.142,1348.42 500.056,1351.3 504.971,1354.11 509.885,1356.86 514.8,1359.55 519.714,1362.17 524.629,1364.73 529.543,1367.22 534.458,1369.65 539.372,1372.02 \n",
" 544.287,1374.32 549.201,1376.56 554.116,1378.73 559.03,1380.84 563.945,1382.88 568.859,1384.86 573.774,1386.78 578.689,1388.63 583.603,1390.42 588.518,1392.14 \n",
" 593.432,1393.8 598.347,1395.4 603.261,1396.93 608.176,1398.39 613.09,1399.8 618.005,1401.13 622.919,1402.41 627.834,1403.62 632.748,1404.76 637.663,1405.85 \n",
" 642.577,1406.86 647.492,1407.82 652.406,1408.71 657.321,1409.53 662.235,1410.29 667.15,1410.99 672.064,1411.62 676.979,1412.19 681.893,1412.69 686.808,1413.13 \n",
" 691.722,1413.51 696.637,1413.82 701.551,1414.07 706.466,1414.25 711.38,1414.37 716.295,1414.43 721.209,1414.42 726.124,1414.34 731.039,1414.21 735.953,1414.01 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M624.713 1245.18 L733.358 1245.18 L733.358 1124.22 L624.713 1124.22 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 624.713,1245.18 733.358,1245.18 733.358,1124.22 624.713,1124.22 624.713,1245.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 630.443,1184.7 664.825,1184.7 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M684.398 1204.39 Q682.592 1209.02 680.879 1210.43 Q679.166 1211.84 676.296 1211.84 L672.893 1211.84 L672.893 1208.28 L675.393 1208.28 Q677.152 1208.28 678.125 1207.44 Q679.097 1206.61 680.277 1203.51 L681.041 1201.56 L670.555 1176.05 L675.069 1176.05 L683.171 1196.33 L691.273 1176.05 L695.787 1176.05 L684.398 1204.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M699.675 1167.42 L721.898 1167.42 L721.898 1169.41 L709.351 1201.98 L704.467 1201.98 L716.273 1171.35 L699.675 1171.35 L699.675 1167.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M1035.92 1423.18 L1551.65 1423.18 L1551.65 1113.91 L1035.92 1113.91 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip729\">\n",
" <rect x=\"1035\" y=\"1113\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.52,1423.18 1050.52,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1172.15,1423.18 1172.15,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1293.79,1423.18 1293.79,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1415.42,1423.18 1415.42,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1537.06,1423.18 1537.06,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,1414.43 1551.65,1414.43 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,1339.46 1551.65,1339.46 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,1264.49 1551.65,1264.49 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,1189.52 1551.65,1189.52 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip729)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1035.92,1114.55 1551.65,1114.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1423.18 1551.65,1423.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1423.18 1035.92,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.52,1423.18 1050.52,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1172.15,1423.18 1172.15,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1293.79,1423.18 1293.79,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1415.42,1423.18 1415.42,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1537.06,1423.18 1537.06,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1414.43 1042.11,1414.43 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1339.46 1042.11,1339.46 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1264.49 1042.11,1264.49 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1189.52 1042.11,1189.52 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1035.92,1114.55 1042.11,1114.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1031.57 1461.77 L1044.05 1461.77 L1044.05 1465.56 L1031.57 1465.56 L1031.57 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1053.15 1472.72 L1069.47 1472.72 L1069.47 1476.65 L1047.52 1476.65 L1047.52 1472.72 Q1050.18 1469.96 1054.77 1465.33 Q1059.37 1460.68 1060.55 1459.34 Q1062.8 1456.81 1063.68 1455.08 Q1064.58 1453.32 1064.58 1451.63 Q1064.58 1448.87 1062.64 1447.14 Q1060.72 1445.4 1057.61 1445.4 Q1055.42 1445.4 1052.96 1446.17 Q1050.53 1446.93 1047.75 1448.48 L1047.75 1443.76 Q1050.58 1442.62 1053.03 1442.05 Q1055.48 1441.47 1057.52 1441.47 Q1062.89 1441.47 1066.09 1444.15 Q1069.28 1446.84 1069.28 1451.33 Q1069.28 1453.46 1068.47 1455.38 Q1067.68 1457.28 1065.58 1459.87 Q1065 1460.54 1061.9 1463.76 Q1058.79 1466.95 1053.15 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1153.02 1461.77 L1165.5 1461.77 L1165.5 1465.56 L1153.02 1465.56 L1153.02 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1171.38 1472.72 L1179.02 1472.72 L1179.02 1446.35 L1170.71 1448.02 L1170.71 1443.76 L1178.97 1442.09 L1183.65 1442.09 L1183.65 1472.72 L1191.29 1472.72 L1191.29 1476.65 L1171.38 1476.65 L1171.38 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1293.79 1445.17 Q1290.18 1445.17 1288.35 1448.74 Q1286.54 1452.28 1286.54 1459.41 Q1286.54 1466.51 1288.35 1470.08 Q1290.18 1473.62 1293.79 1473.62 Q1297.42 1473.62 1299.23 1470.08 Q1301.06 1466.51 1301.06 1459.41 Q1301.06 1452.28 1299.23 1448.74 Q1297.42 1445.17 1293.79 1445.17 M1293.79 1441.47 Q1299.6 1441.47 1302.65 1446.07 Q1305.73 1450.66 1305.73 1459.41 Q1305.73 1468.13 1302.65 1472.74 Q1299.6 1477.32 1293.79 1477.32 Q1287.98 1477.32 1284.9 1472.74 Q1281.84 1468.13 1281.84 1459.41 Q1281.84 1450.66 1284.9 1446.07 Q1287.98 1441.47 1293.79 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1405.8 1472.72 L1413.44 1472.72 L1413.44 1446.35 L1405.13 1448.02 L1405.13 1443.76 L1413.4 1442.09 L1418.07 1442.09 L1418.07 1472.72 L1425.71 1472.72 L1425.71 1476.65 L1405.8 1476.65 L1405.8 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1531.71 1472.72 L1548.03 1472.72 L1548.03 1476.65 L1526.08 1476.65 L1526.08 1472.72 Q1528.75 1469.96 1533.33 1465.33 Q1537.94 1460.68 1539.12 1459.34 Q1541.36 1456.81 1542.24 1455.08 Q1543.14 1453.32 1543.14 1451.63 Q1543.14 1448.87 1541.2 1447.14 Q1539.28 1445.4 1536.18 1445.4 Q1533.98 1445.4 1531.52 1446.17 Q1529.09 1446.93 1526.32 1448.48 L1526.32 1443.76 Q1529.14 1442.62 1531.59 1442.05 Q1534.05 1441.47 1536.08 1441.47 Q1541.45 1441.47 1544.65 1444.15 Q1547.84 1446.84 1547.84 1451.33 Q1547.84 1453.46 1547.03 1455.38 Q1546.25 1457.28 1544.14 1459.87 Q1543.56 1460.54 1540.46 1463.76 Q1537.36 1466.95 1531.71 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M935.998 1400.23 Q932.387 1400.23 930.558 1403.8 Q928.752 1407.34 928.752 1414.47 Q928.752 1421.57 930.558 1425.14 Q932.387 1428.68 935.998 1428.68 Q939.632 1428.68 941.438 1425.14 Q943.266 1421.57 943.266 1414.47 Q943.266 1407.34 941.438 1403.8 Q939.632 1400.23 935.998 1400.23 M935.998 1396.53 Q941.808 1396.53 944.863 1401.13 Q947.942 1405.72 947.942 1414.47 Q947.942 1423.19 944.863 1427.8 Q941.808 1432.38 935.998 1432.38 Q930.188 1432.38 927.109 1427.8 Q924.053 1423.19 924.053 1414.47 Q924.053 1405.72 927.109 1401.13 Q930.188 1396.53 935.998 1396.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M953.012 1425.83 L957.896 1425.83 L957.896 1431.71 L953.012 1431.71 L953.012 1425.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M972.965 1400.23 Q969.354 1400.23 967.525 1403.8 Q965.72 1407.34 965.72 1414.47 Q965.72 1421.57 967.525 1425.14 Q969.354 1428.68 972.965 1428.68 Q976.599 1428.68 978.405 1425.14 Q980.234 1421.57 980.234 1414.47 Q980.234 1407.34 978.405 1403.8 Q976.599 1400.23 972.965 1400.23 M972.965 1396.53 Q978.775 1396.53 981.831 1401.13 Q984.91 1405.72 984.91 1414.47 Q984.91 1423.19 981.831 1427.8 Q978.775 1432.38 972.965 1432.38 Q967.155 1432.38 964.076 1427.8 Q961.021 1423.19 961.021 1414.47 Q961.021 1405.72 964.076 1401.13 Q967.155 1396.53 972.965 1396.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 1400.23 Q996.368 1400.23 994.539 1403.8 Q992.734 1407.34 992.734 1414.47 Q992.734 1421.57 994.539 1425.14 Q996.368 1428.68 999.979 1428.68 Q1003.61 1428.68 1005.42 1425.14 Q1007.25 1421.57 1007.25 1414.47 Q1007.25 1407.34 1005.42 1403.8 Q1003.61 1400.23 999.979 1400.23 M999.979 1396.53 Q1005.79 1396.53 1008.84 1401.13 Q1011.92 1405.72 1011.92 1414.47 Q1011.92 1423.19 1008.84 1427.8 Q1005.79 1432.38 999.979 1432.38 Q994.169 1432.38 991.09 1427.8 Q988.035 1423.19 988.035 1414.47 Q988.035 1405.72 991.09 1401.13 Q994.169 1396.53 999.979 1396.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M938.59 1325.26 Q934.979 1325.26 933.151 1328.82 Q931.345 1332.37 931.345 1339.5 Q931.345 1346.6 933.151 1350.17 Q934.979 1353.71 938.59 1353.71 Q942.225 1353.71 944.03 1350.17 Q945.859 1346.6 945.859 1339.5 Q945.859 1332.37 944.03 1328.82 Q942.225 1325.26 938.59 1325.26 M938.59 1321.56 Q944.4 1321.56 947.456 1326.16 Q950.535 1330.75 950.535 1339.5 Q950.535 1348.22 947.456 1352.83 Q944.4 1357.41 938.59 1357.41 Q932.78 1357.41 929.701 1352.83 Q926.646 1348.22 926.646 1339.5 Q926.646 1330.75 929.701 1326.16 Q932.78 1321.56 938.59 1321.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M955.604 1350.86 L960.488 1350.86 L960.488 1356.74 L955.604 1356.74 L955.604 1350.86 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M969.586 1352.81 L985.905 1352.81 L985.905 1356.74 L963.961 1356.74 L963.961 1352.81 Q966.623 1350.05 971.206 1345.42 Q975.812 1340.77 976.993 1339.43 Q979.238 1336.9 980.118 1335.17 Q981.021 1333.41 981.021 1331.72 Q981.021 1328.96 979.076 1327.23 Q977.155 1325.49 974.053 1325.49 Q971.854 1325.49 969.4 1326.25 Q966.97 1327.02 964.192 1328.57 L964.192 1323.85 Q967.016 1322.71 969.47 1322.13 Q971.923 1321.56 973.961 1321.56 Q979.331 1321.56 982.525 1324.24 Q985.72 1326.93 985.72 1331.42 Q985.72 1333.55 984.91 1335.47 Q984.123 1337.37 982.016 1339.96 Q981.437 1340.63 978.335 1343.85 Q975.234 1347.04 969.586 1352.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M991.021 1322.18 L1009.38 1322.18 L1009.38 1326.12 L995.303 1326.12 L995.303 1334.59 Q996.322 1334.24 997.34 1334.08 Q998.359 1333.89 999.377 1333.89 Q1005.16 1333.89 1008.54 1337.06 Q1011.92 1340.24 1011.92 1345.65 Q1011.92 1351.23 1008.45 1354.33 Q1004.98 1357.41 998.659 1357.41 Q996.484 1357.41 994.215 1357.04 Q991.97 1356.67 989.562 1355.93 L989.562 1351.23 Q991.646 1352.37 993.868 1352.92 Q996.09 1353.48 998.567 1353.48 Q1002.57 1353.48 1004.91 1351.37 Q1007.25 1349.26 1007.25 1345.65 Q1007.25 1342.04 1004.91 1339.94 Q1002.57 1337.83 998.567 1337.83 Q996.692 1337.83 994.817 1338.25 Q992.965 1338.66 991.021 1339.54 L991.021 1322.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M936.993 1250.29 Q933.382 1250.29 931.553 1253.85 Q929.748 1257.39 929.748 1264.52 Q929.748 1271.63 931.553 1275.19 Q933.382 1278.74 936.993 1278.74 Q940.627 1278.74 942.433 1275.19 Q944.262 1271.63 944.262 1264.52 Q944.262 1257.39 942.433 1253.85 Q940.627 1250.29 936.993 1250.29 M936.993 1246.58 Q942.803 1246.58 945.859 1251.19 Q948.938 1255.77 948.938 1264.52 Q948.938 1273.25 945.859 1277.86 Q942.803 1282.44 936.993 1282.44 Q931.183 1282.44 928.104 1277.86 Q925.049 1273.25 925.049 1264.52 Q925.049 1255.77 928.104 1251.19 Q931.183 1246.58 936.993 1246.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M954.007 1275.89 L958.891 1275.89 L958.891 1281.77 L954.007 1281.77 L954.007 1275.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M964.007 1247.21 L982.363 1247.21 L982.363 1251.14 L968.289 1251.14 L968.289 1259.62 Q969.308 1259.27 970.326 1259.11 Q971.345 1258.92 972.363 1258.92 Q978.15 1258.92 981.53 1262.09 Q984.91 1265.26 984.91 1270.68 Q984.91 1276.26 981.437 1279.36 Q977.965 1282.44 971.646 1282.44 Q969.47 1282.44 967.201 1282.07 Q964.956 1281.7 962.549 1280.96 L962.549 1276.26 Q964.632 1277.39 966.854 1277.95 Q969.076 1278.51 971.553 1278.51 Q975.558 1278.51 977.896 1276.4 Q980.234 1274.29 980.234 1270.68 Q980.234 1267.07 977.896 1264.96 Q975.558 1262.86 971.553 1262.86 Q969.678 1262.86 967.803 1263.27 Q965.951 1263.69 964.007 1264.57 L964.007 1247.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 1250.29 Q996.368 1250.29 994.539 1253.85 Q992.734 1257.39 992.734 1264.52 Q992.734 1271.63 994.539 1275.19 Q996.368 1278.74 999.979 1278.74 Q1003.61 1278.74 1005.42 1275.19 Q1007.25 1271.63 1007.25 1264.52 Q1007.25 1257.39 1005.42 1253.85 Q1003.61 1250.29 999.979 1250.29 M999.979 1246.58 Q1005.79 1246.58 1008.84 1251.19 Q1011.92 1255.77 1011.92 1264.52 Q1011.92 1273.25 1008.84 1277.86 Q1005.79 1282.44 999.979 1282.44 Q994.169 1282.44 991.09 1277.86 Q988.035 1273.25 988.035 1264.52 Q988.035 1255.77 991.09 1251.19 Q994.169 1246.58 999.979 1246.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M937.896 1175.32 Q934.285 1175.32 932.456 1178.88 Q930.651 1182.42 930.651 1189.55 Q930.651 1196.66 932.456 1200.22 Q934.285 1203.76 937.896 1203.76 Q941.53 1203.76 943.336 1200.22 Q945.164 1196.66 945.164 1189.55 Q945.164 1182.42 943.336 1178.88 Q941.53 1175.32 937.896 1175.32 M937.896 1171.61 Q943.706 1171.61 946.762 1176.22 Q949.84 1180.8 949.84 1189.55 Q949.84 1198.28 946.762 1202.89 Q943.706 1207.47 937.896 1207.47 Q932.086 1207.47 929.007 1202.89 Q925.952 1198.28 925.952 1189.55 Q925.952 1180.8 929.007 1176.22 Q932.086 1171.61 937.896 1171.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M954.91 1200.92 L959.794 1200.92 L959.794 1206.8 L954.91 1206.8 L954.91 1200.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M963.683 1172.24 L985.905 1172.24 L985.905 1174.23 L973.359 1206.8 L968.474 1206.8 L980.28 1176.17 L963.683 1176.17 L963.683 1172.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M991.021 1172.24 L1009.38 1172.24 L1009.38 1176.17 L995.303 1176.17 L995.303 1184.64 Q996.322 1184.3 997.34 1184.14 Q998.359 1183.95 999.377 1183.95 Q1005.16 1183.95 1008.54 1187.12 Q1011.92 1190.29 1011.92 1195.71 Q1011.92 1201.29 1008.45 1204.39 Q1004.98 1207.47 998.659 1207.47 Q996.484 1207.47 994.215 1207.1 Q991.97 1206.73 989.562 1205.99 L989.562 1201.29 Q991.646 1202.42 993.868 1202.98 Q996.09 1203.53 998.567 1203.53 Q1002.57 1203.53 1004.91 1201.43 Q1007.25 1199.32 1007.25 1195.71 Q1007.25 1192.1 1004.91 1189.99 Q1002.57 1187.89 998.567 1187.89 Q996.692 1187.89 994.817 1188.3 Q992.965 1188.72 991.021 1189.6 L991.021 1172.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M928.035 1127.89 L935.674 1127.89 L935.674 1101.52 L927.364 1103.19 L927.364 1098.93 L935.627 1097.27 L940.303 1097.27 L940.303 1127.89 L947.942 1127.89 L947.942 1131.83 L928.035 1131.83 L928.035 1127.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M953.012 1125.95 L957.896 1125.95 L957.896 1131.83 L953.012 1131.83 L953.012 1125.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M972.965 1100.34 Q969.354 1100.34 967.525 1103.91 Q965.72 1107.45 965.72 1114.58 Q965.72 1121.69 967.525 1125.25 Q969.354 1128.79 972.965 1128.79 Q976.599 1128.79 978.405 1125.25 Q980.234 1121.69 980.234 1114.58 Q980.234 1107.45 978.405 1103.91 Q976.599 1100.34 972.965 1100.34 M972.965 1096.64 Q978.775 1096.64 981.831 1101.25 Q984.91 1105.83 984.91 1114.58 Q984.91 1123.31 981.831 1127.91 Q978.775 1132.5 972.965 1132.5 Q967.155 1132.5 964.076 1127.91 Q961.021 1123.31 961.021 1114.58 Q961.021 1105.83 964.076 1101.25 Q967.155 1096.64 972.965 1096.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M999.979 1100.34 Q996.368 1100.34 994.539 1103.91 Q992.734 1107.45 992.734 1114.58 Q992.734 1121.69 994.539 1125.25 Q996.368 1128.79 999.979 1128.79 Q1003.61 1128.79 1005.42 1125.25 Q1007.25 1121.69 1007.25 1114.58 Q1007.25 1107.45 1005.42 1103.91 Q1003.61 1100.34 999.979 1100.34 M999.979 1096.64 Q1005.79 1096.64 1008.84 1101.25 Q1011.92 1105.83 1011.92 1114.58 Q1011.92 1123.31 1008.84 1127.91 Q1005.79 1132.5 999.979 1132.5 Q994.169 1132.5 991.09 1127.91 Q988.035 1123.31 988.035 1114.58 Q988.035 1105.83 991.09 1101.25 Q994.169 1096.64 999.979 1096.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1310.4 1520.4 L1297.51 1537.74 L1311.07 1556.04 L1304.16 1556.04 L1293.79 1542.04 L1283.41 1556.04 L1276.51 1556.04 L1290.35 1537.39 L1277.68 1520.4 L1284.59 1520.4 L1294.04 1533.1 L1303.5 1520.4 L1310.4 1520.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M838.277 1324.98 L838.277 1318.52 L867.146 1318.52 Q874.785 1318.52 878.159 1315.75 Q881.501 1312.98 881.501 1306.77 Q881.501 1300.6 878.159 1297.83 Q874.785 1295.06 867.146 1295.06 L838.277 1295.06 L838.277 1288.6 L867.942 1288.6 Q877.236 1288.6 881.978 1293.21 Q886.72 1297.8 886.72 1306.77 Q886.72 1315.78 881.978 1320.39 Q877.236 1324.98 867.942 1324.98 L838.277 1324.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M836.336 1268.39 Q843.656 1272.65 850.818 1274.72 Q857.979 1276.79 865.332 1276.79 Q872.684 1276.79 879.909 1274.72 Q887.102 1272.62 894.391 1268.39 L894.391 1273.48 Q886.911 1278.25 879.686 1280.64 Q872.461 1283 865.332 1283 Q858.234 1283 851.041 1280.64 Q843.847 1278.28 836.336 1273.48 L836.336 1268.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M850.149 1232.61 L867.496 1245.5 L885.797 1231.94 L885.797 1238.85 L871.793 1249.23 L885.797 1259.6 L885.797 1266.51 L867.146 1252.66 L850.149 1265.33 L850.149 1258.42 L862.849 1248.97 L850.149 1239.52 L850.149 1232.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M836.336 1226.72 L836.336 1221.63 Q843.847 1216.86 851.041 1214.5 Q858.234 1212.11 865.332 1212.11 Q872.461 1212.11 879.686 1214.5 Q886.911 1216.86 894.391 1221.63 L894.391 1226.72 Q887.102 1222.49 879.909 1220.42 Q872.684 1218.32 865.332 1218.32 Q857.979 1218.32 850.818 1220.42 Q843.656 1222.49 836.336 1226.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip729)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.52,1122.66 1055.43,1133.73 1060.35,1144.58 1065.26,1155.22 1070.18,1165.65 1075.09,1175.86 1080.01,1185.85 1084.92,1195.64 1089.84,1205.21 1094.75,1214.56 \n",
" 1099.66,1223.7 1104.58,1232.63 1109.49,1241.34 1114.41,1249.84 1119.32,1258.13 1124.24,1266.2 1129.15,1274.05 1134.07,1281.7 1138.98,1289.13 1143.9,1296.34 \n",
" 1148.81,1303.34 1153.72,1310.13 1158.64,1316.71 1163.55,1323.07 1168.47,1329.21 1173.38,1335.14 1178.3,1340.86 1183.21,1346.36 1188.13,1351.65 1193.04,1356.73 \n",
" 1197.95,1361.59 1202.87,1366.24 1207.78,1370.67 1212.7,1374.89 1217.61,1378.9 1222.53,1382.69 1227.44,1386.27 1232.36,1389.64 1237.27,1392.79 1242.19,1395.72 \n",
" 1247.1,1398.45 1252.01,1400.95 1256.93,1403.25 1261.84,1405.33 1266.76,1407.2 1271.67,1408.85 1276.59,1410.29 1281.5,1411.51 1286.42,1412.52 1291.33,1413.32 \n",
" 1296.25,1413.9 1301.16,1414.27 1306.07,1414.43 1310.99,1414.37 1315.9,1414.1 1320.82,1413.61 1325.73,1412.91 1330.65,1411.99 1335.56,1410.86 1340.48,1409.52 \n",
" 1345.39,1407.97 1350.3,1406.19 1355.22,1404.21 1360.13,1402.01 1365.05,1399.6 1369.96,1396.97 1374.88,1394.13 1379.79,1391.08 1384.71,1387.81 1389.62,1384.33 \n",
" 1394.54,1380.63 1399.45,1376.72 1404.36,1372.6 1409.28,1368.26 1414.19,1363.71 1419.11,1358.94 1424.02,1353.96 1428.94,1348.77 1433.85,1343.36 1438.77,1337.74 \n",
" 1443.68,1331.91 1448.6,1325.86 1453.51,1319.59 1458.42,1313.12 1463.34,1306.42 1468.25,1299.52 1473.17,1292.4 1478.08,1285.07 1483,1277.52 1487.91,1269.76 \n",
" 1492.83,1261.78 1497.74,1253.59 1502.65,1245.19 1507.57,1236.57 1512.48,1227.74 1517.4,1218.7 1522.31,1209.44 1527.23,1199.97 1532.14,1190.28 1537.06,1180.38 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M1425.01 1245.18 L1534.46 1245.18 L1534.46 1124.22 L1425.01 1124.22 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1425.01,1245.18 1534.46,1245.18 1534.46,1124.22 1425.01,1124.22 1425.01,1245.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1430.74,1184.7 1465.12,1184.7 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1484.69 1204.39 Q1482.89 1209.02 1481.17 1210.43 Q1479.46 1211.84 1476.59 1211.84 L1473.19 1211.84 L1473.19 1208.28 L1475.69 1208.28 Q1477.45 1208.28 1478.42 1207.44 Q1479.39 1206.61 1480.57 1203.51 L1481.33 1201.56 L1470.85 1176.05 L1475.36 1176.05 L1483.46 1196.33 L1491.57 1176.05 L1496.08 1176.05 L1484.69 1204.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1511.15 1185.57 Q1507.82 1185.57 1505.89 1187.35 Q1504 1189.13 1504 1192.26 Q1504 1195.38 1505.89 1197.16 Q1507.82 1198.95 1511.15 1198.95 Q1514.48 1198.95 1516.4 1197.16 Q1518.32 1195.36 1518.32 1192.26 Q1518.32 1189.13 1516.4 1187.35 Q1514.51 1185.57 1511.15 1185.57 M1506.47 1183.58 Q1503.46 1182.84 1501.77 1180.78 Q1500.11 1178.72 1500.11 1175.75 Q1500.11 1171.61 1503.05 1169.2 Q1506.01 1166.79 1511.15 1166.79 Q1516.31 1166.79 1519.25 1169.2 Q1522.19 1171.61 1522.19 1175.75 Q1522.19 1178.72 1520.5 1180.78 Q1518.83 1182.84 1515.85 1183.58 Q1519.23 1184.36 1521.1 1186.66 Q1523 1188.95 1523 1192.26 Q1523 1197.28 1519.92 1199.97 Q1516.87 1202.65 1511.15 1202.65 Q1505.43 1202.65 1502.35 1199.97 Q1499.3 1197.28 1499.3 1192.26 Q1499.3 1188.95 1501.2 1186.66 Q1503.09 1184.36 1506.47 1183.58 M1504.76 1176.19 Q1504.76 1178.88 1506.43 1180.38 Q1508.12 1181.89 1511.15 1181.89 Q1514.16 1181.89 1515.85 1180.38 Q1517.56 1178.88 1517.56 1176.19 Q1517.56 1173.51 1515.85 1172 Q1514.16 1170.5 1511.15 1170.5 Q1508.12 1170.5 1506.43 1172 Q1504.76 1173.51 1504.76 1176.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"\n",
"M1837.03 1423.18 L2352.76 1423.18 L2352.76 1113.91 L1837.03 1113.91 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip7210\">\n",
" <rect x=\"1837\" y=\"1113\" width=\"517\" height=\"310\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1851.62,1423.18 1851.62,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1973.26,1423.18 1973.26,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2094.89,1423.18 2094.89,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2216.53,1423.18 2216.53,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2338.16,1423.18 2338.16,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,1414.44 2352.76,1414.44 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,1347.64 2352.76,1347.64 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,1280.85 2352.76,1280.85 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,1214.05 2352.76,1214.05 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip7210)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1837.03,1147.26 2352.76,1147.26 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1423.18 2352.76,1423.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1423.18 1837.03,1113.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1851.62,1423.18 1851.62,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1973.26,1423.18 1973.26,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2094.89,1423.18 2094.89,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2216.53,1423.18 2216.53,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2338.16,1423.18 2338.16,1419.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1414.44 1843.22,1414.44 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1347.64 1843.22,1347.64 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1280.85 1843.22,1280.85 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1214.05 1843.22,1214.05 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1837.03,1147.26 1843.22,1147.26 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M1832.68 1461.77 L1845.15 1461.77 L1845.15 1465.56 L1832.68 1465.56 L1832.68 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1854.25 1472.72 L1870.57 1472.72 L1870.57 1476.65 L1848.63 1476.65 L1848.63 1472.72 Q1851.29 1469.96 1855.87 1465.33 Q1860.48 1460.68 1861.66 1459.34 Q1863.9 1456.81 1864.78 1455.08 Q1865.69 1453.32 1865.69 1451.63 Q1865.69 1448.87 1863.74 1447.14 Q1861.82 1445.4 1858.72 1445.4 Q1856.52 1445.4 1854.06 1446.17 Q1851.63 1446.93 1848.86 1448.48 L1848.86 1443.76 Q1851.68 1442.62 1854.13 1442.05 Q1856.59 1441.47 1858.63 1441.47 Q1864 1441.47 1867.19 1444.15 Q1870.38 1446.84 1870.38 1451.33 Q1870.38 1453.46 1869.57 1455.38 Q1868.79 1457.28 1866.68 1459.87 Q1866.1 1460.54 1863 1463.76 Q1859.9 1466.95 1854.25 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1954.13 1461.77 L1966.6 1461.77 L1966.6 1465.56 L1954.13 1465.56 L1954.13 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1972.48 1472.72 L1980.12 1472.72 L1980.12 1446.35 L1971.81 1448.02 L1971.81 1443.76 L1980.07 1442.09 L1984.75 1442.09 L1984.75 1472.72 L1992.39 1472.72 L1992.39 1476.65 L1972.48 1476.65 L1972.48 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2094.89 1445.17 Q2091.28 1445.17 2089.45 1448.74 Q2087.65 1452.28 2087.65 1459.41 Q2087.65 1466.51 2089.45 1470.08 Q2091.28 1473.62 2094.89 1473.62 Q2098.53 1473.62 2100.33 1470.08 Q2102.16 1466.51 2102.16 1459.41 Q2102.16 1452.28 2100.33 1448.74 Q2098.53 1445.17 2094.89 1445.17 M2094.89 1441.47 Q2100.7 1441.47 2103.76 1446.07 Q2106.84 1450.66 2106.84 1459.41 Q2106.84 1468.13 2103.76 1472.74 Q2100.7 1477.32 2094.89 1477.32 Q2089.08 1477.32 2086 1472.74 Q2082.95 1468.13 2082.95 1459.41 Q2082.95 1450.66 2086 1446.07 Q2089.08 1441.47 2094.89 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2206.91 1472.72 L2214.55 1472.72 L2214.55 1446.35 L2206.24 1448.02 L2206.24 1443.76 L2214.5 1442.09 L2219.18 1442.09 L2219.18 1472.72 L2226.81 1472.72 L2226.81 1476.65 L2206.91 1476.65 L2206.91 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2332.81 1472.72 L2349.13 1472.72 L2349.13 1476.65 L2327.19 1476.65 L2327.19 1472.72 Q2329.85 1469.96 2334.43 1465.33 Q2339.04 1460.68 2340.22 1459.34 Q2342.47 1456.81 2343.34 1455.08 Q2344.25 1453.32 2344.25 1451.63 Q2344.25 1448.87 2342.3 1447.14 Q2340.38 1445.4 2337.28 1445.4 Q2335.08 1445.4 2332.63 1446.17 Q2330.2 1446.93 2327.42 1448.48 L2327.42 1443.76 Q2330.24 1442.62 2332.7 1442.05 Q2335.15 1441.47 2337.19 1441.47 Q2342.56 1441.47 2345.75 1444.15 Q2348.95 1446.84 2348.95 1451.33 Q2348.95 1453.46 2348.14 1455.38 Q2347.35 1457.28 2345.24 1459.87 Q2344.66 1460.54 2341.56 1463.76 Q2338.46 1466.95 2332.81 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1764.11 1400.24 Q1760.5 1400.24 1758.68 1403.8 Q1756.87 1407.34 1756.87 1414.47 Q1756.87 1421.58 1758.68 1425.14 Q1760.5 1428.68 1764.11 1428.68 Q1767.75 1428.68 1769.55 1425.14 Q1771.38 1421.58 1771.38 1414.47 Q1771.38 1407.34 1769.55 1403.8 Q1767.75 1400.24 1764.11 1400.24 M1764.11 1396.53 Q1769.93 1396.53 1772.98 1401.14 Q1776.06 1405.72 1776.06 1414.47 Q1776.06 1423.2 1772.98 1427.81 Q1769.93 1432.39 1764.11 1432.39 Q1758.3 1432.39 1755.23 1427.81 Q1752.17 1423.2 1752.17 1414.47 Q1752.17 1405.72 1755.23 1401.14 Q1758.3 1396.53 1764.11 1396.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1781.13 1425.84 L1786.01 1425.84 L1786.01 1431.72 L1781.13 1431.72 L1781.13 1425.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 1400.24 Q1797.47 1400.24 1795.64 1403.8 Q1793.84 1407.34 1793.84 1414.47 Q1793.84 1421.58 1795.64 1425.14 Q1797.47 1428.68 1801.08 1428.68 Q1804.72 1428.68 1806.52 1425.14 Q1808.35 1421.58 1808.35 1414.47 Q1808.35 1407.34 1806.52 1403.8 Q1804.72 1400.24 1801.08 1400.24 M1801.08 1396.53 Q1806.89 1396.53 1809.95 1401.14 Q1813.03 1405.72 1813.03 1414.47 Q1813.03 1423.2 1809.95 1427.81 Q1806.89 1432.39 1801.08 1432.39 Q1795.27 1432.39 1792.19 1427.81 Q1789.14 1423.2 1789.14 1414.47 Q1789.14 1405.72 1792.19 1401.14 Q1795.27 1396.53 1801.08 1396.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1765.11 1333.44 Q1761.5 1333.44 1759.67 1337.01 Q1757.86 1340.55 1757.86 1347.68 Q1757.86 1354.78 1759.67 1358.35 Q1761.5 1361.89 1765.11 1361.89 Q1768.74 1361.89 1770.55 1358.35 Q1772.38 1354.78 1772.38 1347.68 Q1772.38 1340.55 1770.55 1337.01 Q1768.74 1333.44 1765.11 1333.44 M1765.11 1329.74 Q1770.92 1329.74 1773.98 1334.34 Q1777.05 1338.93 1777.05 1347.68 Q1777.05 1356.4 1773.98 1361.01 Q1770.92 1365.59 1765.11 1365.59 Q1759.3 1365.59 1756.22 1361.01 Q1753.17 1356.4 1753.17 1347.68 Q1753.17 1338.93 1756.22 1334.34 Q1759.3 1329.74 1765.11 1329.74 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1782.12 1359.04 L1787.01 1359.04 L1787.01 1364.92 L1782.12 1364.92 L1782.12 1359.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1792.12 1330.36 L1810.48 1330.36 L1810.48 1334.3 L1796.41 1334.3 L1796.41 1342.77 Q1797.42 1342.42 1798.44 1342.26 Q1799.46 1342.08 1800.48 1342.08 Q1806.27 1342.08 1809.65 1345.25 Q1813.03 1348.42 1813.03 1353.84 Q1813.03 1359.41 1809.55 1362.52 Q1806.08 1365.59 1799.76 1365.59 Q1797.59 1365.59 1795.32 1365.22 Q1793.07 1364.85 1790.67 1364.11 L1790.67 1359.41 Q1792.75 1360.55 1794.97 1361.1 Q1797.19 1361.66 1799.67 1361.66 Q1803.67 1361.66 1806.01 1359.55 Q1808.35 1357.45 1808.35 1353.84 Q1808.35 1350.22 1806.01 1348.12 Q1803.67 1346.01 1799.67 1346.01 Q1797.8 1346.01 1795.92 1346.43 Q1794.07 1346.84 1792.12 1347.72 L1792.12 1330.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1756.15 1294.19 L1763.79 1294.19 L1763.79 1267.83 L1755.48 1269.49 L1755.48 1265.24 L1763.74 1263.57 L1768.42 1263.57 L1768.42 1294.19 L1776.06 1294.19 L1776.06 1298.13 L1756.15 1298.13 L1756.15 1294.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1781.13 1292.25 L1786.01 1292.25 L1786.01 1298.13 L1781.13 1298.13 L1781.13 1292.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 1266.65 Q1797.47 1266.65 1795.64 1270.21 Q1793.84 1273.75 1793.84 1280.88 Q1793.84 1287.99 1795.64 1291.55 Q1797.47 1295.1 1801.08 1295.1 Q1804.72 1295.1 1806.52 1291.55 Q1808.35 1287.99 1808.35 1280.88 Q1808.35 1273.75 1806.52 1270.21 Q1804.72 1266.65 1801.08 1266.65 M1801.08 1262.94 Q1806.89 1262.94 1809.95 1267.55 Q1813.03 1272.13 1813.03 1280.88 Q1813.03 1289.61 1809.95 1294.22 Q1806.89 1298.8 1801.08 1298.8 Q1795.27 1298.8 1792.19 1294.22 Q1789.14 1289.61 1789.14 1280.88 Q1789.14 1272.13 1792.19 1267.55 Q1795.27 1262.94 1801.08 1262.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1757.15 1227.4 L1764.79 1227.4 L1764.79 1201.03 L1756.48 1202.7 L1756.48 1198.44 L1764.74 1196.77 L1769.42 1196.77 L1769.42 1227.4 L1777.05 1227.4 L1777.05 1231.33 L1757.15 1231.33 L1757.15 1227.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1782.12 1225.46 L1787.01 1225.46 L1787.01 1231.33 L1782.12 1231.33 L1782.12 1225.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1792.12 1196.77 L1810.48 1196.77 L1810.48 1200.71 L1796.41 1200.71 L1796.41 1209.18 Q1797.42 1208.83 1798.44 1208.67 Q1799.46 1208.49 1800.48 1208.49 Q1806.27 1208.49 1809.65 1211.66 Q1813.03 1214.83 1813.03 1220.25 Q1813.03 1225.83 1809.55 1228.93 Q1806.08 1232.01 1799.76 1232.01 Q1797.59 1232.01 1795.32 1231.64 Q1793.07 1231.27 1790.67 1230.52 L1790.67 1225.83 Q1792.75 1226.96 1794.97 1227.52 Q1797.19 1228.07 1799.67 1228.07 Q1803.67 1228.07 1806.01 1225.96 Q1808.35 1223.86 1808.35 1220.25 Q1808.35 1216.64 1806.01 1214.53 Q1803.67 1212.42 1799.67 1212.42 Q1797.8 1212.42 1795.92 1212.84 Q1794.07 1213.26 1792.12 1214.14 L1792.12 1196.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1759.74 1160.61 L1776.06 1160.61 L1776.06 1164.54 L1754.11 1164.54 L1754.11 1160.61 Q1756.78 1157.85 1761.36 1153.22 Q1765.97 1148.57 1767.15 1147.23 Q1769.39 1144.7 1770.27 1142.97 Q1771.18 1141.21 1771.18 1139.52 Q1771.18 1136.76 1769.23 1135.03 Q1767.31 1133.29 1764.21 1133.29 Q1762.01 1133.29 1759.55 1134.05 Q1757.12 1134.82 1754.35 1136.37 L1754.35 1131.65 Q1757.17 1130.51 1759.62 1129.93 Q1762.08 1129.36 1764.11 1129.36 Q1769.49 1129.36 1772.68 1132.04 Q1775.87 1134.73 1775.87 1139.22 Q1775.87 1141.35 1775.06 1143.27 Q1774.28 1145.17 1772.17 1147.76 Q1771.59 1148.43 1768.49 1151.65 Q1765.39 1154.84 1759.74 1160.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1781.13 1158.66 L1786.01 1158.66 L1786.01 1164.54 L1781.13 1164.54 L1781.13 1158.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1801.08 1133.06 Q1797.47 1133.06 1795.64 1136.62 Q1793.84 1140.17 1793.84 1147.3 Q1793.84 1154.4 1795.64 1157.97 Q1797.47 1161.51 1801.08 1161.51 Q1804.72 1161.51 1806.52 1157.97 Q1808.35 1154.4 1808.35 1147.3 Q1808.35 1140.17 1806.52 1136.62 Q1804.72 1133.06 1801.08 1133.06 M1801.08 1129.36 Q1806.89 1129.36 1809.95 1133.96 Q1813.03 1138.55 1813.03 1147.3 Q1813.03 1156.02 1809.95 1160.63 Q1806.89 1165.21 1801.08 1165.21 Q1795.27 1165.21 1792.19 1160.63 Q1789.14 1156.02 1789.14 1147.3 Q1789.14 1138.55 1792.19 1133.96 Q1795.27 1129.36 1801.08 1129.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2111.51 1520.4 L2098.62 1537.74 L2112.17 1556.04 L2105.27 1556.04 L2094.89 1542.04 L2084.52 1556.04 L2077.61 1556.04 L2091.45 1537.39 L2078.79 1520.4 L2085.69 1520.4 L2095.15 1533.1 L2104.6 1520.4 L2111.51 1520.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1666.39 1324.98 L1666.39 1318.52 L1695.26 1318.52 Q1702.9 1318.52 1706.28 1315.75 Q1709.62 1312.98 1709.62 1306.77 Q1709.62 1300.6 1706.28 1297.83 Q1702.9 1295.06 1695.26 1295.06 L1666.39 1295.06 L1666.39 1288.6 L1696.06 1288.6 Q1705.35 1288.6 1710.1 1293.21 Q1714.84 1297.8 1714.84 1306.77 Q1714.84 1315.78 1710.1 1320.39 Q1705.35 1324.98 1696.06 1324.98 L1666.39 1324.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1664.45 1268.39 Q1671.77 1272.65 1678.93 1274.72 Q1686.1 1276.79 1693.45 1276.79 Q1700.8 1276.79 1708.03 1274.72 Q1715.22 1272.62 1722.51 1268.39 L1722.51 1273.48 Q1715.03 1278.25 1707.8 1280.64 Q1700.58 1283 1693.45 1283 Q1686.35 1283 1679.16 1280.64 Q1671.96 1278.28 1664.45 1273.48 L1664.45 1268.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1678.27 1232.61 L1695.61 1245.5 L1713.91 1231.94 L1713.91 1238.85 L1699.91 1249.23 L1713.91 1259.6 L1713.91 1266.51 L1695.26 1252.66 L1678.27 1265.33 L1678.27 1258.42 L1690.97 1248.97 L1678.27 1239.52 L1678.27 1232.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M1664.45 1226.72 L1664.45 1221.63 Q1671.96 1216.86 1679.16 1214.5 Q1686.35 1212.11 1693.45 1212.11 Q1700.58 1212.11 1707.8 1214.5 Q1715.03 1216.86 1722.51 1221.63 L1722.51 1226.72 Q1715.22 1222.49 1708.03 1220.42 Q1700.8 1218.32 1693.45 1218.32 Q1686.1 1218.32 1678.93 1220.42 Q1671.77 1222.49 1664.45 1226.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip7210)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1851.62,1122.66 1856.54,1132.53 1861.45,1142.22 1866.37,1151.75 1871.28,1161.1 1876.2,1170.29 1881.11,1179.31 1886.02,1188.15 1890.94,1196.83 1895.85,1205.34 \n",
" 1900.77,1213.68 1905.68,1221.85 1910.6,1229.84 1915.51,1237.67 1920.43,1245.33 1925.34,1252.82 1930.26,1260.14 1935.17,1267.29 1940.08,1274.27 1945,1281.09 \n",
" 1949.91,1287.73 1954.83,1294.2 1959.74,1300.5 1964.66,1306.63 1969.57,1312.6 1974.49,1318.39 1979.4,1324.01 1984.31,1329.47 1989.23,1334.75 1994.14,1339.87 \n",
" 1999.06,1344.81 2003.97,1349.59 2008.89,1354.19 2013.8,1358.63 2018.72,1362.9 2023.63,1366.99 2028.55,1370.92 2033.46,1374.68 2038.37,1378.27 2043.29,1381.68 \n",
" 2048.2,1384.93 2053.12,1388.01 2058.03,1390.92 2062.95,1393.66 2067.86,1396.23 2072.78,1398.63 2077.69,1400.86 2082.6,1402.92 2087.52,1404.82 2092.43,1406.54 \n",
" 2097.35,1408.09 2102.26,1409.47 2107.18,1410.69 2112.09,1411.73 2117.01,1412.6 2121.92,1413.31 2126.84,1413.84 2131.75,1414.21 2136.66,1414.4 2141.58,1414.43 \n",
" 2146.49,1414.28 2151.41,1413.97 2156.32,1413.49 2161.24,1412.83 2166.15,1412.01 2171.07,1411.02 2175.98,1409.86 2180.9,1408.52 2185.81,1407.02 2190.72,1405.35 \n",
" 2195.64,1403.51 2200.55,1401.5 2205.47,1399.32 2210.38,1396.97 2215.3,1394.45 2220.21,1391.76 2225.13,1388.91 2230.04,1385.88 2234.95,1382.68 2239.87,1379.31 \n",
" 2244.78,1375.78 2249.7,1372.07 2254.61,1368.19 2259.53,1364.15 2264.44,1359.93 2269.36,1355.55 2274.27,1350.99 2279.19,1346.27 2284.1,1341.37 2289.01,1336.31 \n",
" 2293.93,1331.08 2298.84,1325.67 2303.76,1320.1 2308.67,1314.36 2313.59,1308.45 2318.5,1302.36 2323.42,1296.11 2328.33,1289.69 2333.25,1283.1 2338.16,1276.34 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"\n",
"M2226.2 1245.18 L2335.56 1245.18 L2335.56 1124.22 L2226.2 1124.22 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2226.2,1245.18 2335.56,1245.18 2335.56,1124.22 2226.2,1124.22 2226.2,1245.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip720)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2231.93,1184.7 2266.31,1184.7 \n",
" \"/>\n",
"<path clip-path=\"url(#clip720)\" d=\"M 0 0 M2285.89 1204.39 Q2284.08 1209.02 2282.37 1210.43 Q2280.66 1211.84 2277.79 1211.84 L2274.38 1211.84 L2274.38 1208.28 L2276.88 1208.28 Q2278.64 1208.28 2279.61 1207.44 Q2280.59 1206.61 2281.77 1203.51 L2282.53 1201.56 L2272.04 1176.05 L2276.56 1176.05 L2284.66 1196.33 L2292.76 1176.05 L2297.28 1176.05 L2285.89 1204.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip720)\" d=\"M 0 0 M2302.48 1201.26 L2302.48 1197 Q2304.24 1197.84 2306.05 1198.28 Q2307.85 1198.72 2309.59 1198.72 Q2314.22 1198.72 2316.65 1195.61 Q2319.1 1192.49 2319.45 1186.15 Q2318.11 1188.14 2316.05 1189.2 Q2313.99 1190.27 2311.49 1190.27 Q2306.3 1190.27 2303.27 1187.14 Q2300.26 1183.99 2300.26 1178.55 Q2300.26 1173.23 2303.41 1170.01 Q2306.56 1166.79 2311.79 1166.79 Q2317.78 1166.79 2320.93 1171.4 Q2324.1 1175.98 2324.1 1184.73 Q2324.1 1192.91 2320.22 1197.79 Q2316.35 1202.65 2309.8 1202.65 Q2308.04 1202.65 2306.23 1202.3 Q2304.43 1201.96 2302.48 1201.26 M2311.79 1186.61 Q2314.94 1186.61 2316.77 1184.46 Q2318.62 1182.3 2318.62 1178.55 Q2318.62 1174.83 2316.77 1172.67 Q2314.94 1170.5 2311.79 1170.5 Q2308.64 1170.5 2306.79 1172.67 Q2304.96 1174.83 2304.96 1178.55 Q2304.96 1182.3 2306.79 1184.46 Q2308.64 1186.61 2311.79 1186.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plots = []\n",
"n_plots = 9\n",
"x_grid = Vector(range(-2, 2, length=100));\n",
"\n",
"for i in 1:n_plots\n",
" U = potential_energy_model() # sample an energy function\n",
" y = U.(x_grid) # apply to the grid of x values\n",
" \n",
" # plot function\n",
" p = plot(x_grid, y, label=\"y$i\")\n",
" xlabel!(p, \"x\")\n",
" ylabel!(p, \"U(x)\")\n",
" \n",
" push!(plots, p)\n",
"end\n",
"plot(plots...)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Define energy and force observation models\n",
"\n",
"Assume observed energies and forces are normally distributed about their true values\n",
"\n",
"```\n",
"σ_energy ~ invgamma\n",
"σ_force ~ invgamma\n",
"\n",
"energyᵢ ~ N(U(xᵢ), σ_energy)\n",
"forceᵢ ~ N(-∇ₓU(xᵢ), σ_force)\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"DynamicDSLFunction{Any}(Dict{Symbol,Any}(), Dict{Symbol,Any}(), Type[Any, Any], false, Union{Nothing, Some{Any}}[nothing, nothing], ##gaussian_force_observations#272, Bool[0, 0], false)"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"@gen function gaussian_function_observations(f, xs)\n",
" \"\"\"generate observations yᵢ ~ N(f(xᵢ), σ)\"\"\"\n",
" \n",
" # sample an observation noise-level σ from inverse gamma distribution\n",
" precision = @trace(gamma(10,10), :precision)\n",
" σ = 1 / sqrt(abs(precision))\n",
" \n",
" # evaluate the function on each x in xs, and add N(0,σ) noise\n",
" fs = zeros(length(xs))\n",
" for (i, x) in enumerate(xs)\n",
" fs[i] = f(x)\n",
" @trace(normal(fs[i], σ), i)\n",
" end\n",
" return fs\n",
"end\n",
"\n",
"@gen function gaussian_energy_observations(U, xs)\n",
" \"\"\"noisy observations of U\"\"\"\n",
" return @trace(gaussian_function_observations(U, xs))\n",
"end\n",
"\n",
"force_from_U(U) = (F(x) = - Zygote.gradient(U, x)[1])\n",
"\n",
"@gen function gaussian_force_observations(U, xs)\n",
" \"\"\" noisy observations of f = -∇ₓU \"\"\"\n",
" # transform program for computing potential energy into a program for computing force\n",
" F = force_from_U(U) \n",
" return @trace(gaussian_function_observations(F, xs))\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Overall model\n",
"* Sample a potential energy function from prior over potential energy functions\n",
"* Observe energies\n",
"* Observe forces"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"DynamicDSLFunction{Any}(Dict{Symbol,Any}(), Dict{Symbol,Any}(), Type[Any], false, Union{Nothing, Some{Any}}[nothing], ##combined_model#273, Bool[0], false)"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"@gen function combined_model(xs)\n",
" # sample a potential energy function from the prior\n",
" U = @trace(potential_energy_model(), :force_field)\n",
" \n",
" # observe energies\n",
" Us = @trace(gaussian_energy_observations(U, xs), :energy_observations)\n",
" \n",
" # observe forces\n",
" Fs = @trace(gaussian_force_observations(U, xs), :force_observations)\n",
" return U\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Sample from the prior of the combined model"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"│\n",
"├── :force_field\n",
"│ │\n",
"│ ├── :log_k : -1.1067299135255761\n",
"│ │\n",
"│ └── :x₀ : -3.2113596499239088\n",
"│\n",
"├── :energy_observations\n",
"│ │\n",
"│ ├── 4 : 0.41148607222429323\n",
"│ │\n",
"│ ├── :precision : 92.73241397250285\n",
"│ │\n",
"│ ├── 2 : 0.45003265355066474\n",
"│ │\n",
"│ ├── 3 : 3.707626785698995\n",
"│ │\n",
"│ ├── 5 : 3.1843322187397303\n",
"│ │\n",
"│ └── 1 : 1.8622272926791559\n",
"│\n",
"└── :force_observations\n",
" │\n",
" ├── 4 : -0.5122827026738511\n",
" │\n",
" ├── :precision : 104.54993618272721\n",
" │\n",
" ├── 2 : -0.550822266805052\n",
" │\n",
" ├── 3 : -1.5279925746245193\n",
" │\n",
" ├── 5 : -1.4775420404276378\n",
" │\n",
" └── 1 : -1.0892077015875907\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"prior trace score: -5.139052688271113"
]
}
],
"source": [
"xs = randn(5)\n",
"prior_trace = Gen.simulate(combined_model, (xs,))\n",
"display(Gen.get_choices(prior_trace))\n",
"print(\"prior trace score: \", get_score(prior_trace))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"So that's an example execution trace that pins the random choices involved between nature picking a force_field model and us measuring energies and forces."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Create observation choicemap\n",
"\n",
"In inference, we wish to compute the conditional distribution over `:force_field` parameters implied by a set of observations."
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"│\n",
"├── :energy_observations\n",
"│ │\n",
"│ ├── 7 : 0.12177378434015286\n",
"│ │\n",
"│ ├── 4 : 0.05458319771491156\n",
"│ │\n",
"│ ├── 9 : 0.09172864784929578\n",
"│ │\n",
"│ ├── 10 : 0.003337728637403557\n",
"│ │\n",
"│ ├── 2 : 0.18128347828440533\n",
"│ │\n",
"│ ├── 3 : 0.03915550368165296\n",
"│ │\n",
"│ ├── 5 : 0.0002454909580198738\n",
"│ │\n",
"│ ├── 8 : 0.03357722272334527\n",
"│ │\n",
"│ ├── 6 : 0.009499386968299663\n",
"│ │\n",
"│ └── 1 : 0.008895824546227582\n",
"│\n",
"└── :force_observations\n",
" │\n",
" ├── 7 : 0.29786549302572357\n",
" │\n",
" ├── 4 : 0.1994218681225883\n",
" │\n",
" ├── 9 : -0.2585209770928759\n",
" │\n",
" ├── 10 : -0.04931383813250732\n",
" │\n",
" ├── 2 : 0.36343136523934344\n",
" │\n",
" ├── 3 : -0.1689039088406904\n",
" │\n",
" ├── 5 : 0.01337399151068901\n",
" │\n",
" ├── 8 : -0.1564104186807415\n",
" │\n",
" ├── 6 : -0.08319382313923517\n",
" │\n",
" └── 1 : 0.08050751046638446\n"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function make_observations(xs, true_U)\n",
" # initialize empty choicemap\n",
" observations = Gen.choicemap()\n",
" \n",
" # transform potential energy function into force function\n",
" true_F = force_from_U(true_U)\n",
" \n",
" # fix the values of each observation\n",
" for (i, x) in enumerate(xs)\n",
" observations[:energy_observations => i] = true_U(x)\n",
" observations[:force_observations => i] = true_F(x)\n",
" end\n",
" \n",
" # return choice_map with observations filled in\n",
" return observations\n",
"end\n",
"\n",
"# let's pretend we can make perfect measurements with nature's true potential energy function\n",
"xs = randn(10)\n",
"true_U = potential_energy_model()\n",
"observations = make_observations(xs, true_U)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Note that we have only specified some of the random choices involved in the program\n",
"\n",
"The remaining choices include:\n",
"* `:energy_observations => :precision`\n",
"* `:force_observations => :precision`\n",
"* `:force_field => :log_k`\n",
"* `:force_field => :x₀`"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Do inference on those remaining choices"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"DynamicSelection(Dict{Any,Selection}(:force_field => DynamicSelection(Dict{Any,Selection}(:log_k => AllSelection(),:x₀ => AllSelection())),:energy_observations => DynamicSelection(Dict{Any,Selection}(:precision => AllSelection())),:force_observations => DynamicSelection(Dict{Any,Selection}(:precision => AllSelection()))))"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"variables = [\n",
" :energy_observations => :precision,\n",
" :force_observations => :precision,\n",
" :force_field => :log_k,\n",
" :force_field => :x₀\n",
"]\n",
"variable_selection = select(variables...)"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"do_inference (generic function with 1 method)"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function do_inference(initial_trace, n_steps)\n",
" traces = [initial_trace]\n",
" acceptances = []\n",
" for i in 1:n_steps\n",
" (trace, accepted) = Gen.mala(last(traces), variable_selection, 0.01)\n",
" push!(traces, trace)\n",
" push!(acceptances, accepted)\n",
" end\n",
" return traces, acceptances\n",
"end"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
"(initial_trace, weight) = Gen.generate(combined_model, (xs,), observations);"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.4522"
]
},
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"(traces, acceptances) = do_inference(initial_trace, 10000);\n",
"sum(acceptances) / length(acceptances)"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"│\n",
"├── :force_field\n",
"│ │\n",
"│ ├── :log_k : -1.2267247260093483\n",
"│ │\n",
"│ └── :x₀ : -0.5417157197543718\n",
"│\n",
"├── :energy_observations\n",
"│ │\n",
"│ ├── 2 : 0.18128347828440533\n",
"│ │\n",
"│ ├── 7 : 0.12177378434015286\n",
"│ │\n",
"│ ├── 9 : 0.09172864784929578\n",
"│ │\n",
"│ ├── 10 : 0.003337728637403557\n",
"│ │\n",
"│ ├── :precision : 75.01903159201106\n",
"│ │\n",
"│ ├── 8 : 0.03357722272334527\n",
"│ │\n",
"│ ├── 6 : 0.009499386968299663\n",
"│ │\n",
"│ ├── 4 : 0.05458319771491156\n",
"│ │\n",
"│ ├── 3 : 0.03915550368165296\n",
"│ │\n",
"│ ├── 5 : 0.0002454909580198738\n",
"│ │\n",
"│ └── 1 : 0.008895824546227582\n",
"│\n",
"└── :force_observations\n",
" │\n",
" ├── 2 : 0.36343136523934344\n",
" │\n",
" ├── 7 : 0.29786549302572357\n",
" │\n",
" ├── 9 : -0.2585209770928759\n",
" │\n",
" ├── 10 : -0.04931383813250732\n",
" │\n",
" ├── :precision : 85.18678660960988\n",
" │\n",
" ├── 8 : -0.1564104186807415\n",
" │\n",
" ├── 6 : -0.08319382313923517\n",
" │\n",
" ├── 4 : 0.1994218681225883\n",
" │\n",
" ├── 3 : -0.1689039088406904\n",
" │\n",
" ├── 5 : 0.01337399151068901\n",
" │\n",
" └── 1 : 0.08050751046638446\n"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"get_choices(first(traces))"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"│\n",
"├── :force_field\n",
"│ │\n",
"│ ├── :log_k : -1.1304280916854617\n",
"│ │\n",
"│ └── :x₀ : -0.3966189279909761\n",
"│\n",
"├── :energy_observations\n",
"│ │\n",
"│ ├── 2 : 0.18128347828440533\n",
"│ │\n",
"│ ├── 7 : 0.12177378434015286\n",
"│ │\n",
"│ ├── 9 : 0.09172864784929578\n",
"│ │\n",
"│ ├── 10 : 0.003337728637403557\n",
"│ │\n",
"│ ├── :precision : 79.7071873042592\n",
"│ │\n",
"│ ├── 8 : 0.03357722272334527\n",
"│ │\n",
"│ ├── 6 : 0.009499386968299663\n",
"│ │\n",
"│ ├── 4 : 0.05458319771491156\n",
"│ │\n",
"│ ├── 3 : 0.03915550368165296\n",
"│ │\n",
"│ ├── 5 : 0.0002454909580198738\n",
"│ │\n",
"│ └── 1 : 0.008895824546227582\n",
"│\n",
"└── :force_observations\n",
" │\n",
" ├── 2 : 0.36343136523934344\n",
" │\n",
" ├── 7 : 0.29786549302572357\n",
" │\n",
" ├── 9 : -0.2585209770928759\n",
" │\n",
" ├── 10 : -0.04931383813250732\n",
" │\n",
" ├── :precision : 106.79176024022742\n",
" │\n",
" ├── 8 : -0.1564104186807415\n",
" │\n",
" ├── 6 : -0.08319382313923517\n",
" │\n",
" ├── 4 : 0.1994218681225883\n",
" │\n",
" ├── 3 : -0.1689039088406904\n",
" │\n",
" ├── 5 : 0.01337399151068901\n",
" │\n",
" └── 1 : 0.08050751046638446\n"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"get_choices(last(traces))"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"scores = collect(map(Gen.get_score, traces));"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n",
" <clipPath id=\"clip760\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip760)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip761\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip760)\" d=\"\n",
"M198.339 1423.18 L2352.76 1423.18 L2352.76 47.2441 L198.339 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip762\">\n",
" <rect x=\"198\" y=\"47\" width=\"2155\" height=\"1377\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 259.109,1423.18 259.109,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 767.227,1423.18 767.227,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1275.34,1423.18 1275.34,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1783.46,1423.18 1783.46,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2291.58,1423.18 2291.58,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 198.339,1269.49 2352.76,1269.49 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 198.339,965.446 2352.76,965.446 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 198.339,661.404 2352.76,661.404 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 198.339,357.361 2352.76,357.361 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip762)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 198.339,53.3188 2352.76,53.3188 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,1423.18 2352.76,1423.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,1423.18 198.339,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 259.109,1423.18 259.109,1406.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 767.227,1423.18 767.227,1406.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1275.34,1423.18 1275.34,1406.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1783.46,1423.18 1783.46,1406.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2291.58,1423.18 2291.58,1406.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,1269.49 224.192,1269.49 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,965.446 224.192,965.446 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,661.404 224.192,661.404 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,357.361 224.192,357.361 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip760)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 198.339,53.3188 224.192,53.3188 \n",
" \"/>\n",
"<path clip-path=\"url(#clip760)\" d=\"M 0 0 M259.109 1445.17 Q255.498 1445.17 253.67 1448.74 Q251.864 1452.28 251.864 1459.41 Q251.864 1466.51 253.67 1470.08 Q255.498 1473.62 259.109 1473.62 Q262.744 1473.62 264.549 1470.08 Q266.378 1466.51 266.378 1459.41 Q266.378 1452.28 264.549 1448.74 Q262.744 1445.17 259.109 1445.17 M259.109 1441.47 Q264.92 1441.47 267.975 1446.07 Q271.054 1450.66 271.054 1459.41 Q271.054 1468.13 267.975 1472.74 Q264.92 1477.32 259.109 1477.32 Q253.299 1477.32 250.221 1472.74 Q247.165 1468.13 247.165 1459.41 Q247.165 1450.66 250.221 1446.07 Q253.299 1441.47 259.109 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M721.857 1472.72 L738.176 1472.72 L738.176 1476.65 L716.232 1476.65 L716.232 1472.72 Q718.894 1469.96 723.477 1465.33 Q728.083 1460.68 729.264 1459.34 Q731.509 1456.81 732.389 1455.08 Q733.292 1453.32 733.292 1451.63 Q733.292 1448.87 731.347 1447.14 Q729.426 1445.4 726.324 1445.4 Q724.125 1445.4 721.671 1446.17 Q719.241 1446.93 716.463 1448.48 L716.463 1443.76 Q719.287 1442.62 721.741 1442.05 Q724.195 1441.47 726.232 1441.47 Q731.602 1441.47 734.796 1444.15 Q737.991 1446.84 737.991 1451.33 Q737.991 1453.46 737.181 1455.38 Q736.394 1457.28 734.287 1459.87 Q733.708 1460.54 730.607 1463.76 Q727.505 1466.95 721.857 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M743.292 1442.09 L761.648 1442.09 L761.648 1446.03 L747.574 1446.03 L747.574 1454.5 Q748.593 1454.15 749.611 1453.99 Q750.63 1453.8 751.648 1453.8 Q757.435 1453.8 760.815 1456.98 Q764.194 1460.15 764.194 1465.56 Q764.194 1471.14 760.722 1474.24 Q757.25 1477.32 750.931 1477.32 Q748.755 1477.32 746.486 1476.95 Q744.241 1476.58 741.833 1475.84 L741.833 1471.14 Q743.917 1472.28 746.139 1472.83 Q748.361 1473.39 750.838 1473.39 Q754.843 1473.39 757.18 1471.28 Q759.518 1469.18 759.518 1465.56 Q759.518 1461.95 757.18 1459.85 Q754.843 1457.74 750.838 1457.74 Q748.963 1457.74 747.088 1458.16 Q745.236 1458.57 743.292 1459.45 L743.292 1442.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M779.264 1445.17 Q775.653 1445.17 773.824 1448.74 Q772.018 1452.28 772.018 1459.41 Q772.018 1466.51 773.824 1470.08 Q775.653 1473.62 779.264 1473.62 Q782.898 1473.62 784.703 1470.08 Q786.532 1466.51 786.532 1459.41 Q786.532 1452.28 784.703 1448.74 Q782.898 1445.17 779.264 1445.17 M779.264 1441.47 Q785.074 1441.47 788.129 1446.07 Q791.208 1450.66 791.208 1459.41 Q791.208 1468.13 788.129 1472.74 Q785.074 1477.32 779.264 1477.32 Q773.454 1477.32 770.375 1472.74 Q767.319 1468.13 767.319 1459.41 Q767.319 1450.66 770.375 1446.07 Q773.454 1441.47 779.264 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M806.277 1445.17 Q802.666 1445.17 800.838 1448.74 Q799.032 1452.28 799.032 1459.41 Q799.032 1466.51 800.838 1470.08 Q802.666 1473.62 806.277 1473.62 Q809.912 1473.62 811.717 1470.08 Q813.546 1466.51 813.546 1459.41 Q813.546 1452.28 811.717 1448.74 Q809.912 1445.17 806.277 1445.17 M806.277 1441.47 Q812.088 1441.47 815.143 1446.07 Q818.222 1450.66 818.222 1459.41 Q818.222 1468.13 815.143 1472.74 Q812.088 1477.32 806.277 1477.32 Q800.467 1477.32 797.389 1472.74 Q794.333 1468.13 794.333 1459.41 Q794.333 1450.66 797.389 1446.07 Q800.467 1441.47 806.277 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1225.1 1442.09 L1243.46 1442.09 L1243.46 1446.03 L1229.38 1446.03 L1229.38 1454.5 Q1230.4 1454.15 1231.42 1453.99 Q1232.44 1453.8 1233.46 1453.8 Q1239.24 1453.8 1242.62 1456.98 Q1246 1460.15 1246 1465.56 Q1246 1471.14 1242.53 1474.24 Q1239.06 1477.32 1232.74 1477.32 Q1230.56 1477.32 1228.3 1476.95 Q1226.05 1476.58 1223.64 1475.84 L1223.64 1471.14 Q1225.73 1472.28 1227.95 1472.83 Q1230.17 1473.39 1232.65 1473.39 Q1236.65 1473.39 1238.99 1471.28 Q1241.33 1469.18 1241.33 1465.56 Q1241.33 1461.95 1238.99 1459.85 Q1236.65 1457.74 1232.65 1457.74 Q1230.77 1457.74 1228.9 1458.16 Q1227.05 1458.57 1225.1 1459.45 L1225.1 1442.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1261.07 1445.17 Q1257.46 1445.17 1255.63 1448.74 Q1253.83 1452.28 1253.83 1459.41 Q1253.83 1466.51 1255.63 1470.08 Q1257.46 1473.62 1261.07 1473.62 Q1264.71 1473.62 1266.51 1470.08 Q1268.34 1466.51 1268.34 1459.41 Q1268.34 1452.28 1266.51 1448.74 Q1264.71 1445.17 1261.07 1445.17 M1261.07 1441.47 Q1266.88 1441.47 1269.94 1446.07 Q1273.02 1450.66 1273.02 1459.41 Q1273.02 1468.13 1269.94 1472.74 Q1266.88 1477.32 1261.07 1477.32 Q1255.26 1477.32 1252.18 1472.74 Q1249.13 1468.13 1249.13 1459.41 Q1249.13 1450.66 1252.18 1446.07 Q1255.26 1441.47 1261.07 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1288.09 1445.17 Q1284.48 1445.17 1282.65 1448.74 Q1280.84 1452.28 1280.84 1459.41 Q1280.84 1466.51 1282.65 1470.08 Q1284.48 1473.62 1288.09 1473.62 Q1291.72 1473.62 1293.53 1470.08 Q1295.36 1466.51 1295.36 1459.41 Q1295.36 1452.28 1293.53 1448.74 Q1291.72 1445.17 1288.09 1445.17 M1288.09 1441.47 Q1293.9 1441.47 1296.95 1446.07 Q1300.03 1450.66 1300.03 1459.41 Q1300.03 1468.13 1296.95 1472.74 Q1293.9 1477.32 1288.09 1477.32 Q1282.28 1477.32 1279.2 1472.74 Q1276.14 1468.13 1276.14 1459.41 Q1276.14 1450.66 1279.2 1446.07 Q1282.28 1441.47 1288.09 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1315.1 1445.17 Q1311.49 1445.17 1309.66 1448.74 Q1307.86 1452.28 1307.86 1459.41 Q1307.86 1466.51 1309.66 1470.08 Q1311.49 1473.62 1315.1 1473.62 Q1318.73 1473.62 1320.54 1470.08 Q1322.37 1466.51 1322.37 1459.41 Q1322.37 1452.28 1320.54 1448.74 Q1318.73 1445.17 1315.1 1445.17 M1315.1 1441.47 Q1320.91 1441.47 1323.97 1446.07 Q1327.05 1450.66 1327.05 1459.41 Q1327.05 1468.13 1323.97 1472.74 Q1320.91 1477.32 1315.1 1477.32 Q1309.29 1477.32 1306.21 1472.74 Q1303.16 1468.13 1303.16 1459.41 Q1303.16 1450.66 1306.21 1446.07 Q1309.29 1441.47 1315.1 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1732.33 1442.09 L1754.55 1442.09 L1754.55 1444.08 L1742 1476.65 L1737.12 1476.65 L1748.92 1446.03 L1732.33 1446.03 L1732.33 1442.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1759.67 1442.09 L1778.02 1442.09 L1778.02 1446.03 L1763.95 1446.03 L1763.95 1454.5 Q1764.97 1454.15 1765.98 1453.99 Q1767 1453.8 1768.02 1453.8 Q1773.81 1453.8 1777.19 1456.98 Q1780.57 1460.15 1780.57 1465.56 Q1780.57 1471.14 1777.1 1474.24 Q1773.62 1477.32 1767.3 1477.32 Q1765.13 1477.32 1762.86 1476.95 Q1760.61 1476.58 1758.21 1475.84 L1758.21 1471.14 Q1760.29 1472.28 1762.51 1472.83 Q1764.73 1473.39 1767.21 1473.39 Q1771.22 1473.39 1773.55 1471.28 Q1775.89 1469.18 1775.89 1465.56 Q1775.89 1461.95 1773.55 1459.85 Q1771.22 1457.74 1767.21 1457.74 Q1765.34 1457.74 1763.46 1458.16 Q1761.61 1458.57 1759.67 1459.45 L1759.67 1442.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1795.64 1445.17 Q1792.03 1445.17 1790.2 1448.74 Q1788.39 1452.28 1788.39 1459.41 Q1788.39 1466.51 1790.2 1470.08 Q1792.03 1473.62 1795.64 1473.62 Q1799.27 1473.62 1801.08 1470.08 Q1802.91 1466.51 1802.91 1459.41 Q1802.91 1452.28 1801.08 1448.74 Q1799.27 1445.17 1795.64 1445.17 M1795.64 1441.47 Q1801.45 1441.47 1804.5 1446.07 Q1807.58 1450.66 1807.58 1459.41 Q1807.58 1468.13 1804.5 1472.74 Q1801.45 1477.32 1795.64 1477.32 Q1789.83 1477.32 1786.75 1472.74 Q1783.69 1468.13 1783.69 1459.41 Q1783.69 1450.66 1786.75 1446.07 Q1789.83 1441.47 1795.64 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1822.65 1445.17 Q1819.04 1445.17 1817.21 1448.74 Q1815.41 1452.28 1815.41 1459.41 Q1815.41 1466.51 1817.21 1470.08 Q1819.04 1473.62 1822.65 1473.62 Q1826.29 1473.62 1828.09 1470.08 Q1829.92 1466.51 1829.92 1459.41 Q1829.92 1452.28 1828.09 1448.74 Q1826.29 1445.17 1822.65 1445.17 M1822.65 1441.47 Q1828.46 1441.47 1831.52 1446.07 Q1834.6 1450.66 1834.6 1459.41 Q1834.6 1468.13 1831.52 1472.74 Q1828.46 1477.32 1822.65 1477.32 Q1816.84 1477.32 1813.76 1472.74 Q1810.71 1468.13 1810.71 1459.41 Q1810.71 1450.66 1813.76 1446.07 Q1816.84 1441.47 1822.65 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M2227.93 1472.72 L2235.57 1472.72 L2235.57 1446.35 L2227.26 1448.02 L2227.26 1443.76 L2235.53 1442.09 L2240.2 1442.09 L2240.2 1472.72 L2247.84 1472.72 L2247.84 1476.65 L2227.93 1476.65 L2227.93 1472.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M2262.91 1445.17 Q2259.3 1445.17 2257.47 1448.74 Q2255.66 1452.28 2255.66 1459.41 Q2255.66 1466.51 2257.47 1470.08 Q2259.3 1473.62 2262.91 1473.62 Q2266.54 1473.62 2268.35 1470.08 Q2270.18 1466.51 2270.18 1459.41 Q2270.18 1452.28 2268.35 1448.74 Q2266.54 1445.17 2262.91 1445.17 M2262.91 1441.47 Q2268.72 1441.47 2271.78 1446.07 Q2274.85 1450.66 2274.85 1459.41 Q2274.85 1468.13 2271.78 1472.74 Q2268.72 1477.32 2262.91 1477.32 Q2257.1 1477.32 2254.02 1472.74 Q2250.97 1468.13 2250.97 1459.41 Q2250.97 1450.66 2254.02 1446.07 Q2257.1 1441.47 2262.91 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M2289.92 1445.17 Q2286.31 1445.17 2284.48 1448.74 Q2282.68 1452.28 2282.68 1459.41 Q2282.68 1466.51 2284.48 1470.08 Q2286.31 1473.62 2289.92 1473.62 Q2293.56 1473.62 2295.36 1470.08 Q2297.19 1466.51 2297.19 1459.41 Q2297.19 1452.28 2295.36 1448.74 Q2293.56 1445.17 2289.92 1445.17 M2289.92 1441.47 Q2295.73 1441.47 2298.79 1446.07 Q2301.87 1450.66 2301.87 1459.41 Q2301.87 1468.13 2298.79 1472.74 Q2295.73 1477.32 2289.92 1477.32 Q2284.11 1477.32 2281.03 1472.74 Q2277.98 1468.13 2277.98 1459.41 Q2277.98 1450.66 2281.03 1446.07 Q2284.11 1441.47 2289.92 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M2316.94 1445.17 Q2313.33 1445.17 2311.5 1448.74 Q2309.69 1452.28 2309.69 1459.41 Q2309.69 1466.51 2311.5 1470.08 Q2313.33 1473.62 2316.94 1473.62 Q2320.57 1473.62 2322.38 1470.08 Q2324.21 1466.51 2324.21 1459.41 Q2324.21 1452.28 2322.38 1448.74 Q2320.57 1445.17 2316.94 1445.17 M2316.94 1441.47 Q2322.75 1441.47 2325.8 1446.07 Q2328.88 1450.66 2328.88 1459.41 Q2328.88 1468.13 2325.8 1472.74 Q2322.75 1477.32 2316.94 1477.32 Q2311.13 1477.32 2308.05 1472.74 Q2304.99 1468.13 2304.99 1459.41 Q2304.99 1450.66 2308.05 1446.07 Q2311.13 1441.47 2316.94 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M2343.95 1445.17 Q2340.34 1445.17 2338.51 1448.74 Q2336.71 1452.28 2336.71 1459.41 Q2336.71 1466.51 2338.51 1470.08 Q2340.34 1473.62 2343.95 1473.62 Q2347.59 1473.62 2349.39 1470.08 Q2351.22 1466.51 2351.22 1459.41 Q2351.22 1452.28 2349.39 1448.74 Q2347.59 1445.17 2343.95 1445.17 M2343.95 1441.47 Q2349.76 1441.47 2352.82 1446.07 Q2355.9 1450.66 2355.9 1459.41 Q2355.9 1468.13 2352.82 1472.74 Q2349.76 1477.32 2343.95 1477.32 Q2338.14 1477.32 2335.06 1472.74 Q2332.01 1468.13 2332.01 1459.41 Q2332.01 1450.66 2335.06 1446.07 Q2338.14 1441.47 2343.95 1441.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M162.487 1270.36 Q159.153 1270.36 157.232 1272.14 Q155.334 1273.92 155.334 1277.05 Q155.334 1280.17 157.232 1281.95 Q159.153 1283.74 162.487 1283.74 Q165.82 1283.74 167.741 1281.95 Q169.663 1280.15 169.663 1277.05 Q169.663 1273.92 167.741 1272.14 Q165.843 1270.36 162.487 1270.36 M157.811 1268.37 Q154.802 1267.63 153.112 1265.56 Q151.445 1263.5 151.445 1260.54 Q151.445 1256.4 154.385 1253.99 Q157.348 1251.58 162.487 1251.58 Q167.649 1251.58 170.589 1253.99 Q173.528 1256.4 173.528 1260.54 Q173.528 1263.5 171.839 1265.56 Q170.172 1267.63 167.186 1268.37 Q170.565 1269.15 172.44 1271.44 Q174.339 1273.74 174.339 1277.05 Q174.339 1282.07 171.26 1284.75 Q168.204 1287.44 162.487 1287.44 Q156.769 1287.44 153.691 1284.75 Q150.635 1282.07 150.635 1277.05 Q150.635 1273.74 152.533 1271.44 Q154.431 1269.15 157.811 1268.37 M156.098 1260.98 Q156.098 1263.67 157.765 1265.17 Q159.454 1266.68 162.487 1266.68 Q165.496 1266.68 167.186 1265.17 Q168.899 1263.67 168.899 1260.98 Q168.899 1258.3 167.186 1256.79 Q165.496 1255.29 162.487 1255.29 Q159.454 1255.29 157.765 1256.79 Q156.098 1258.3 156.098 1260.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M127.418 978.791 L135.056 978.791 L135.056 952.425 L126.746 954.092 L126.746 949.833 L135.01 948.166 L139.686 948.166 L139.686 978.791 L147.325 978.791 L147.325 982.726 L127.418 982.726 L127.418 978.791 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M162.394 951.245 Q158.783 951.245 156.954 954.81 Q155.149 958.351 155.149 965.481 Q155.149 972.587 156.954 976.152 Q158.783 979.694 162.394 979.694 Q166.028 979.694 167.834 976.152 Q169.663 972.587 169.663 965.481 Q169.663 958.351 167.834 954.81 Q166.028 951.245 162.394 951.245 M162.394 947.541 Q168.204 947.541 171.26 952.147 Q174.339 956.731 174.339 965.481 Q174.339 974.208 171.26 978.814 Q168.204 983.397 162.394 983.397 Q156.584 983.397 153.505 978.814 Q150.45 974.208 150.45 965.481 Q150.45 956.731 153.505 952.147 Q156.584 947.541 162.394 947.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M129.015 674.748 L136.654 674.748 L136.654 648.383 L128.343 650.05 L128.343 645.79 L136.607 644.124 L141.283 644.124 L141.283 674.748 L148.922 674.748 L148.922 678.684 L129.015 678.684 L129.015 674.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M158.019 674.748 L174.339 674.748 L174.339 678.684 L152.394 678.684 L152.394 674.748 Q155.056 671.994 159.64 667.364 Q164.246 662.711 165.427 661.369 Q167.672 658.846 168.552 657.11 Q169.454 655.35 169.454 653.661 Q169.454 650.906 167.51 649.17 Q165.589 647.434 162.487 647.434 Q160.288 647.434 157.834 648.198 Q155.404 648.962 152.626 650.512 L152.626 645.79 Q155.45 644.656 157.904 644.077 Q160.357 643.499 162.394 643.499 Q167.765 643.499 170.959 646.184 Q174.153 648.869 174.153 653.36 Q174.153 655.489 173.343 657.411 Q172.556 659.309 170.45 661.901 Q169.871 662.573 166.769 665.79 Q163.667 668.985 158.019 674.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M126.931 370.706 L134.57 370.706 L134.57 344.34 L126.26 346.007 L126.26 341.748 L134.524 340.081 L139.2 340.081 L139.2 370.706 L146.839 370.706 L146.839 374.641 L126.931 374.641 L126.931 370.706 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M164.755 344.155 L152.95 362.604 L164.755 362.604 L164.755 344.155 M163.528 340.081 L169.408 340.081 L169.408 362.604 L174.339 362.604 L174.339 366.493 L169.408 366.493 L169.408 374.641 L164.755 374.641 L164.755 366.493 L149.154 366.493 L149.154 361.979 L163.528 340.081 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M127.256 66.6637 L134.894 66.6637 L134.894 40.2981 L126.584 41.9647 L126.584 37.7055 L134.848 36.0388 L139.524 36.0388 L139.524 66.6637 L147.163 66.6637 L147.163 70.5988 L127.256 70.5988 L127.256 66.6637 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M162.811 51.4554 Q159.663 51.4554 157.811 53.6082 Q155.982 55.7609 155.982 59.5109 Q155.982 63.2377 157.811 65.4137 Q159.663 67.5664 162.811 67.5664 Q165.959 67.5664 167.788 65.4137 Q169.64 63.2377 169.64 59.5109 Q169.64 55.7609 167.788 53.6082 Q165.959 51.4554 162.811 51.4554 M172.093 36.8027 L172.093 41.0619 Q170.334 40.2286 168.528 39.7888 Q166.746 39.349 164.987 39.349 Q160.357 39.349 157.904 42.474 Q155.473 45.599 155.126 51.9184 Q156.491 49.9045 158.552 48.8397 Q160.612 47.7517 163.089 47.7517 Q168.297 47.7517 171.306 50.923 Q174.339 54.0711 174.339 59.5109 Q174.339 64.835 171.19 68.0525 Q168.042 71.2701 162.811 71.2701 Q156.816 71.2701 153.644 66.6868 Q150.473 62.0803 150.473 53.3535 Q150.473 45.1591 154.362 40.2981 Q158.251 35.4138 164.802 35.4138 Q166.561 35.4138 168.343 35.761 Q170.149 36.1083 172.093 36.8027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1157.85 1520.4 L1163.7 1520.4 L1163.7 1556.04 L1157.85 1556.04 L1157.85 1520.4 M1157.85 1506.52 L1163.7 1506.52 L1163.7 1513.93 L1157.85 1513.93 L1157.85 1506.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1175.64 1510.27 L1175.64 1520.4 L1187.7 1520.4 L1187.7 1524.95 L1175.64 1524.95 L1175.64 1544.3 Q1175.64 1548.66 1176.82 1549.9 Q1178.02 1551.14 1181.68 1551.14 L1187.7 1551.14 L1187.7 1556.04 L1181.68 1556.04 Q1174.91 1556.04 1172.33 1553.53 Q1169.75 1550.98 1169.75 1544.3 L1169.75 1524.95 L1165.45 1524.95 L1165.45 1520.4 L1169.75 1520.4 L1169.75 1510.27 L1175.64 1510.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1224.34 1536.76 L1224.34 1539.62 L1197.41 1539.62 Q1197.79 1545.67 1201.04 1548.85 Q1204.31 1552 1210.14 1552 Q1213.51 1552 1216.66 1551.17 Q1219.85 1550.35 1222.97 1548.69 L1222.97 1554.23 Q1219.82 1555.57 1216.51 1556.27 Q1213.2 1556.97 1209.79 1556.97 Q1201.26 1556.97 1196.26 1552 Q1191.3 1547.04 1191.3 1538.57 Q1191.3 1529.82 1196.01 1524.69 Q1200.75 1519.54 1208.77 1519.54 Q1215.96 1519.54 1220.13 1524.18 Q1224.34 1528.8 1224.34 1536.76 M1218.48 1535.04 Q1218.42 1530.23 1215.77 1527.37 Q1213.16 1524.5 1208.83 1524.5 Q1203.93 1524.5 1200.97 1527.27 Q1198.04 1530.04 1197.6 1535.07 L1218.48 1535.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1251.13 1525.87 Q1250.15 1525.3 1248.97 1525.04 Q1247.82 1524.76 1246.42 1524.76 Q1241.46 1524.76 1238.79 1528 Q1236.14 1531.22 1236.14 1537.27 L1236.14 1556.04 L1230.26 1556.04 L1230.26 1520.4 L1236.14 1520.4 L1236.14 1525.93 Q1237.99 1522.69 1240.95 1521.13 Q1243.91 1519.54 1248.14 1519.54 Q1248.75 1519.54 1249.48 1519.63 Q1250.21 1519.7 1251.1 1519.85 L1251.13 1525.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1273.48 1538.12 Q1266.38 1538.12 1263.64 1539.75 Q1260.91 1541.37 1260.91 1545.29 Q1260.91 1548.4 1262.94 1550.25 Q1265.01 1552.07 1268.54 1552.07 Q1273.41 1552.07 1276.34 1548.63 Q1279.3 1545.16 1279.3 1539.43 L1279.3 1538.12 L1273.48 1538.12 M1285.16 1535.71 L1285.16 1556.04 L1279.3 1556.04 L1279.3 1550.63 Q1277.3 1553.88 1274.31 1555.44 Q1271.31 1556.97 1266.99 1556.97 Q1261.51 1556.97 1258.26 1553.91 Q1255.05 1550.82 1255.05 1545.67 Q1255.05 1539.65 1259.06 1536.6 Q1263.1 1533.54 1271.09 1533.54 L1279.3 1533.54 L1279.3 1532.97 Q1279.3 1528.93 1276.63 1526.73 Q1273.99 1524.5 1269.18 1524.5 Q1266.13 1524.5 1263.23 1525.23 Q1260.33 1525.97 1257.66 1527.43 L1257.66 1522.02 Q1260.87 1520.78 1263.9 1520.17 Q1266.92 1519.54 1269.79 1519.54 Q1277.52 1519.54 1281.34 1523.55 Q1285.16 1527.56 1285.16 1535.71 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1297.1 1510.27 L1297.1 1520.4 L1309.16 1520.4 L1309.16 1524.95 L1297.1 1524.95 L1297.1 1544.3 Q1297.1 1548.66 1298.27 1549.9 Q1299.48 1551.14 1303.14 1551.14 L1309.16 1551.14 L1309.16 1556.04 L1303.14 1556.04 Q1296.36 1556.04 1293.79 1553.53 Q1291.21 1550.98 1291.21 1544.3 L1291.21 1524.95 L1286.91 1524.95 L1286.91 1520.4 L1291.21 1520.4 L1291.21 1510.27 L1297.1 1510.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1315.3 1520.4 L1321.16 1520.4 L1321.16 1556.04 L1315.3 1556.04 L1315.3 1520.4 M1315.3 1506.52 L1321.16 1506.52 L1321.16 1513.93 L1315.3 1513.93 L1315.3 1506.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1341.11 1524.5 Q1336.4 1524.5 1333.67 1528.19 Q1330.93 1531.85 1330.93 1538.25 Q1330.93 1544.65 1333.63 1548.34 Q1336.37 1552 1341.11 1552 Q1345.79 1552 1348.53 1548.31 Q1351.27 1544.62 1351.27 1538.25 Q1351.27 1531.92 1348.53 1528.23 Q1345.79 1524.5 1341.11 1524.5 M1341.11 1519.54 Q1348.75 1519.54 1353.11 1524.5 Q1357.47 1529.47 1357.47 1538.25 Q1357.47 1547 1353.11 1552 Q1348.75 1556.97 1341.11 1556.97 Q1333.44 1556.97 1329.08 1552 Q1324.75 1547 1324.75 1538.25 Q1324.75 1529.47 1329.08 1524.5 Q1333.44 1519.54 1341.11 1519.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M1393.25 1534.53 L1393.25 1556.04 L1387.39 1556.04 L1387.39 1534.72 Q1387.39 1529.66 1385.42 1527.14 Q1383.45 1524.63 1379.5 1524.63 Q1374.76 1524.63 1372.02 1527.65 Q1369.28 1530.68 1369.28 1535.9 L1369.28 1556.04 L1363.39 1556.04 L1363.39 1520.4 L1369.28 1520.4 L1369.28 1525.93 Q1371.38 1522.72 1374.22 1521.13 Q1377.08 1519.54 1380.8 1519.54 Q1386.95 1519.54 1390.1 1523.36 Q1393.25 1527.14 1393.25 1534.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M53.4065 788.557 L58.9447 788.557 Q57.6716 791.039 57.035 793.713 Q56.3984 796.386 56.3984 799.251 Q56.3984 803.611 57.7352 805.808 Q59.072 807.972 61.7456 807.972 Q63.7826 807.972 64.9603 806.412 Q66.1061 804.853 67.1565 800.142 L67.6021 798.137 Q68.9389 791.899 71.3897 789.289 Q73.8086 786.647 78.1691 786.647 Q83.1344 786.647 86.0308 790.594 Q88.9272 794.509 88.9272 801.383 Q88.9272 804.248 88.3543 807.367 Q87.8132 810.455 86.6992 813.892 L80.6518 813.892 Q82.3387 810.646 83.198 807.495 Q84.0256 804.344 84.0256 801.256 Q84.0256 797.118 82.6251 794.89 Q81.1929 792.662 78.6147 792.662 Q76.2276 792.662 74.9545 794.286 Q73.6813 795.877 72.5037 801.32 L72.0262 803.357 Q70.8804 808.8 68.5251 811.219 Q66.138 813.637 62.0002 813.637 Q56.9713 813.637 54.2341 810.073 Q51.4968 806.508 51.4968 799.951 Q51.4968 796.705 51.9743 793.84 Q52.4517 790.976 53.4065 788.557 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M53.7248 754.85 L59.1993 754.85 Q57.8307 757.333 57.1623 759.847 Q56.4621 762.33 56.4621 764.876 Q56.4621 770.573 60.0905 773.724 Q63.6872 776.876 70.212 776.876 Q76.7369 776.876 80.3653 773.724 Q83.9619 770.573 83.9619 764.876 Q83.9619 762.33 83.2935 759.847 Q82.5933 757.333 81.2247 754.85 L86.6355 754.85 Q87.7814 757.301 88.3543 759.943 Q88.9272 762.553 88.9272 765.513 Q88.9272 773.565 83.8664 778.308 Q78.8057 783.05 70.212 783.05 Q61.491 783.05 56.4939 778.276 Q51.4968 773.47 51.4968 765.131 Q51.4968 762.425 52.0697 759.847 Q52.6108 757.269 53.7248 754.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M56.4621 734.894 Q56.4621 739.604 60.1542 742.342 Q63.8145 745.079 70.212 745.079 Q76.6095 745.079 80.3017 742.373 Q83.9619 739.636 83.9619 734.894 Q83.9619 730.215 80.2698 727.478 Q76.5777 724.74 70.212 724.74 Q63.8781 724.74 60.186 727.478 Q56.4621 730.215 56.4621 734.894 M51.4968 734.894 Q51.4968 727.255 56.4621 722.894 Q61.4273 718.534 70.212 718.534 Q78.9649 718.534 83.9619 722.894 Q88.9272 727.255 88.9272 734.894 Q88.9272 742.564 83.9619 746.925 Q78.9649 751.254 70.212 751.254 Q61.4273 751.254 56.4621 746.925 Q51.4968 742.564 51.4968 734.894 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M57.8307 691.734 Q57.2578 692.721 57.0032 693.899 Q56.7167 695.044 56.7167 696.445 Q56.7167 701.41 59.9632 704.084 Q63.1779 706.725 69.2253 706.725 L88.0042 706.725 L88.0042 712.614 L52.3562 712.614 L52.3562 706.725 L57.8944 706.725 Q54.6479 704.879 53.0883 701.919 Q51.4968 698.959 51.4968 694.726 Q51.4968 694.121 51.5923 693.389 Q51.656 692.657 51.8151 691.766 L57.8307 691.734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip760)\" d=\"M 0 0 M68.7161 656.532 L71.5806 656.532 L71.5806 683.459 Q77.6281 683.077 80.8109 679.83 Q83.9619 676.552 83.9619 670.727 Q83.9619 667.354 83.1344 664.203 Q82.3069 661.02 80.6518 657.9 L86.1899 657.9 Q87.5267 661.051 88.227 664.362 Q88.9272 667.672 88.9272 671.077 Q88.9272 679.608 83.9619 684.605 Q78.9967 689.57 70.5303 689.57 Q61.7774 689.57 56.6531 684.859 Q51.4968 680.117 51.4968 672.096 Q51.4968 664.903 56.1438 660.733 Q60.7589 656.532 68.7161 656.532 M66.9973 662.388 Q62.1912 662.452 59.3266 665.094 Q56.4621 667.704 56.4621 672.032 Q56.4621 676.934 59.2312 679.894 Q62.0002 682.822 67.0292 683.268 L66.9973 662.388 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip762)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 259.313,485.35 259.516,485.35 259.719,394.875 259.922,353.727 260.126,495.847 260.329,495.847 260.532,665.998 260.735,515.919 260.939,772.072 261.142,511.231 \n",
" 261.345,540.572 261.548,492.382 261.752,503.667 261.955,641.92 262.158,641.92 262.361,907.979 262.565,907.979 262.768,700.325 262.971,1008.3 263.174,1008.3 \n",
" 263.378,1008.3 263.581,342.356 263.784,342.356 263.987,342.356 264.191,342.356 264.394,342.356 264.597,342.356 264.8,342.356 265.004,425.043 265.207,365.986 \n",
" 265.41,604.163 265.613,604.163 265.817,604.163 266.02,347.021 266.223,470.461 266.426,470.461 266.63,470.461 266.833,466.916 267.036,418.192 267.239,418.192 \n",
" 267.443,347.512 267.646,347.512 267.849,532.42 268.052,383.438 268.256,383.438 268.459,356.721 268.662,356.721 268.865,451.043 269.069,444.782 269.272,444.782 \n",
" 269.475,566.556 269.678,566.556 269.882,685.942 270.085,685.942 270.288,741.307 270.491,685.773 270.695,513.464 270.898,513.464 271.101,513.464 271.304,345.46 \n",
" 271.507,419.849 271.711,419.849 271.914,419.849 272.117,526.649 272.32,354.642 272.524,354.642 272.727,354.642 272.93,351.694 273.133,351.428 273.337,351.428 \n",
" 273.54,345.982 273.743,362.428 273.946,362.428 274.15,362.428 274.353,423.311 274.556,423.311 274.759,423.311 274.963,497.2 275.166,497.2 275.369,497.2 \n",
" 275.572,513.517 275.776,555.571 275.979,459.943 276.182,459.943 276.385,340.576 276.589,340.576 276.792,377.608 276.995,472.27 277.198,730.7 277.402,730.7 \n",
" 277.605,730.7 277.808,546.316 278.011,590.512 278.215,590.512 278.418,697.487 278.621,741.76 278.824,694.131 279.028,752.526 279.231,752.526 279.434,752.526 \n",
" 279.637,939.254 279.841,939.254 280.044,939.254 280.247,974.769 280.45,974.769 280.654,974.769 280.857,806.468 281.06,806.468 281.263,903.177 281.467,1088.61 \n",
" 281.67,1147.52 281.873,1104.87 282.076,650.521 282.28,1024.54 282.483,1145.22 282.686,1145.22 282.889,1145.22 283.093,760.722 283.296,458.72 283.499,458.72 \n",
" 283.702,426.325 283.906,403.77 284.109,548.474 284.312,568.771 284.515,568.771 284.719,568.771 284.922,568.771 285.125,568.771 285.328,333.039 285.532,333.039 \n",
" 285.735,344.054 285.938,344.054 286.141,528.295 286.345,783.073 286.548,808.06 286.751,808.06 286.954,808.06 287.158,808.06 287.361,808.06 287.564,808.06 \n",
" 287.767,808.06 287.97,784.523 288.174,784.523 288.377,784.523 288.58,639.621 288.783,639.621 288.987,639.621 289.19,544.93 289.393,544.93 289.596,641.583 \n",
" 289.8,641.583 290.003,641.583 290.206,342.467 290.409,342.467 290.613,342.467 290.816,342.467 291.019,342.467 291.222,342.467 291.426,342.467 291.629,342.467 \n",
" 291.832,658.531 292.035,658.531 292.239,396.844 292.442,340.39 292.645,340.39 292.848,340.39 293.052,340.39 293.255,340.39 293.458,386.6 293.661,386.6 \n",
" 293.865,664.265 294.068,694.099 294.271,672.142 294.474,672.142 294.678,672.142 294.881,391.525 295.084,474.905 295.287,474.905 295.491,474.905 295.694,474.905 \n",
" 295.897,347.613 296.1,347.613 296.304,347.613 296.507,466.574 296.71,466.574 296.913,516.117 297.117,516.117 297.32,746.774 297.523,719.008 297.726,660.026 \n",
" 297.93,515.798 298.133,611.58 298.336,611.58 298.539,611.58 298.743,711.452 298.946,711.452 299.149,711.452 299.352,711.452 299.556,711.452 299.759,704.621 \n",
" 299.962,490.883 300.165,490.883 300.369,490.883 300.572,470.739 300.775,470.739 300.978,470.739 301.182,470.739 301.385,502.956 301.588,360.456 301.791,360.456 \n",
" 301.995,416.025 302.198,416.025 302.401,443.204 302.604,443.204 302.808,443.204 303.011,443.204 303.214,436.946 303.417,436.946 303.621,413.492 303.824,395.565 \n",
" 304.027,395.565 304.23,405.518 304.433,386.149 304.637,386.149 304.84,386.149 305.043,386.149 305.246,386.149 305.45,386.149 305.653,335.138 305.856,447.714 \n",
" 306.059,447.714 306.263,340.693 306.466,410.71 306.669,410.71 306.872,476.915 307.076,526.753 307.279,526.753 307.482,526.753 307.685,526.753 307.889,526.753 \n",
" 308.092,609.827 308.295,860.91 308.498,527.259 308.702,896.053 308.905,1292.17 309.108,1292.17 309.311,1285.82 309.515,1291.83 309.718,1031.43 309.921,899.892 \n",
" 310.124,868.932 310.328,649.526 310.531,649.526 310.734,545.601 310.937,545.601 311.141,545.601 311.344,363.127 311.547,363.127 311.75,443.444 311.954,443.444 \n",
" 312.157,443.444 312.36,431.146 312.563,707.757 312.767,707.757 312.97,644.89 313.173,644.89 313.376,415.757 313.58,509.834 313.783,509.834 313.986,492.33 \n",
" 314.189,305.588 314.393,352.449 314.596,483.103 314.799,417.097 315.002,632.794 315.206,632.794 315.409,558.672 315.612,558.672 315.815,319.005 316.019,319.005 \n",
" 316.222,380.337 316.425,380.337 316.628,401.328 316.832,319.224 317.035,416.222 317.238,364.107 317.441,328.994 317.645,328.994 317.848,309.34 318.051,319.904 \n",
" 318.254,319.904 318.458,303.759 318.661,360.921 318.864,322.91 319.067,322.91 319.271,322.91 319.474,325.512 319.677,325.512 319.88,325.512 320.084,325.512 \n",
" 320.287,325.512 320.49,325.512 320.693,325.512 320.896,380.44 321.1,380.44 321.303,380.44 321.506,380.44 321.709,380.44 321.913,380.44 322.116,356.776 \n",
" 322.319,469.593 322.522,469.593 322.726,469.593 322.929,298.176 323.132,298.176 323.335,298.176 323.539,298.176 323.742,298.176 323.945,298.176 324.148,298.176 \n",
" 324.352,298.176 324.555,371.813 324.758,341.013 324.961,341.013 325.165,341.013 325.368,341.013 325.571,306.533 325.774,306.533 325.978,450.291 326.181,450.291 \n",
" 326.384,478.227 326.587,317.304 326.791,317.304 326.994,392.16 327.197,694.969 327.4,498.104 327.604,639.987 327.807,639.987 328.01,766.021 328.213,556.986 \n",
" 328.417,556.986 328.62,362.913 328.823,473.512 329.026,558.063 329.23,558.063 329.433,695.869 329.636,695.869 329.839,695.869 330.043,565.94 330.246,565.94 \n",
" 330.449,598.427 330.652,491.464 330.856,491.464 331.059,491.464 331.262,532.956 331.465,532.956 331.669,459.222 331.872,459.222 332.075,459.222 332.278,472.304 \n",
" 332.482,326.003 332.685,326.003 332.888,326.003 333.091,321.589 333.295,321.589 333.498,321.589 333.701,321.589 333.904,321.589 334.108,321.589 334.311,321.589 \n",
" 334.514,321.589 334.717,321.589 334.921,321.589 335.124,321.589 335.327,321.589 335.53,492.884 335.734,494.446 335.937,494.446 336.14,494.446 336.343,423.078 \n",
" 336.547,423.078 336.75,482.544 336.953,482.544 337.156,482.544 337.359,482.544 337.563,482.544 337.766,832.42 337.969,523.725 338.172,398.497 338.376,410.338 \n",
" 338.579,387.638 338.782,313.839 338.985,301.759 339.189,301.759 339.392,301.759 339.595,301.759 339.798,474.41 340.002,444.959 340.205,525.474 340.408,325.014 \n",
" 340.611,414.866 340.815,344.713 341.018,666.585 341.221,542.89 341.424,542.89 341.628,400.507 341.831,687.535 342.034,687.535 342.237,517.319 342.441,683.41 \n",
" 342.644,683.41 342.847,458.147 343.05,458.147 343.254,334.234 343.457,334.234 343.66,334.234 343.863,334.234 344.067,334.234 344.27,334.234 344.473,314.182 \n",
" 344.676,339.24 344.88,339.24 345.083,314.672 345.286,314.672 345.489,314.672 345.693,314.672 345.896,503.115 346.099,503.115 346.302,503.115 346.506,503.115 \n",
" 346.709,503.115 346.912,460.149 347.115,460.149 347.319,460.149 347.522,364.431 347.725,364.431 347.928,364.431 348.132,364.431 348.335,345.833 348.538,318.821 \n",
" 348.741,318.821 348.945,309.981 349.148,309.981 349.351,309.981 349.554,309.981 349.758,309.981 349.961,309.981 350.164,309.981 350.367,446.57 350.571,446.57 \n",
" 350.774,816.684 350.977,816.684 351.18,1368.65 351.384,1368.65 351.587,947.565 351.79,947.565 351.993,346.94 352.197,346.94 352.4,382.89 352.603,346.597 \n",
" 352.806,371.553 353.01,371.553 353.213,371.553 353.416,294.496 353.619,299.629 353.822,324.76 354.026,324.76 354.229,439.098 354.432,407.429 354.635,557.522 \n",
" 354.839,369.567 355.042,369.567 355.245,369.567 355.448,369.567 355.652,369.567 355.855,369.567 356.058,369.567 356.261,369.567 356.465,369.567 356.668,341.464 \n",
" 356.871,719.67 357.074,719.67 357.278,533.87 357.481,533.87 357.684,478.394 357.887,478.394 358.091,478.394 358.294,478.394 358.497,478.394 358.7,478.394 \n",
" 358.904,478.394 359.107,478.394 359.31,478.394 359.513,478.394 359.717,439.848 359.92,338.028 360.123,338.028 360.326,338.028 360.53,305.927 360.733,305.927 \n",
" 360.936,305.927 361.139,305.927 361.343,312.408 361.546,524.816 361.749,524.816 361.952,328.828 362.156,328.828 362.359,342.14 362.562,342.14 362.765,529.515 \n",
" 362.969,529.515 363.172,529.515 363.375,529.515 363.578,529.515 363.782,314.315 363.985,314.315 364.188,295.218 364.391,295.218 364.595,295.218 364.798,295.218 \n",
" 365.001,295.218 365.204,295.218 365.408,295.218 365.611,351.044 365.814,296.047 366.017,403.669 366.221,403.669 366.424,403.669 366.627,403.669 366.83,378.498 \n",
" 367.034,378.498 367.237,378.498 367.44,378.498 367.643,378.498 367.847,331.179 368.05,349.201 368.253,349.201 368.456,341.613 368.66,341.613 368.863,341.613 \n",
" 369.066,341.613 369.269,341.613 369.473,341.613 369.676,341.613 369.879,302.718 370.082,302.718 370.285,302.718 370.489,302.718 370.692,394.667 370.895,342.14 \n",
" 371.098,370.974 371.302,370.974 371.505,308.243 371.708,308.243 371.911,390.531 372.115,420.53 372.318,420.53 372.521,420.53 372.724,420.53 372.928,359.522 \n",
" 373.131,404.642 373.334,404.642 373.537,439.017 373.741,439.017 373.944,439.017 374.147,439.017 374.35,588.957 374.554,588.957 374.757,588.957 374.96,588.957 \n",
" 375.163,362.243 375.367,300.069 375.57,300.069 375.773,300.069 375.976,300.069 376.18,300.069 376.383,300.069 376.586,342.768 376.789,342.768 376.993,342.768 \n",
" 377.196,342.768 377.399,306.505 377.602,306.505 377.806,306.505 378.009,306.505 378.212,306.505 378.415,306.505 378.619,306.505 378.822,312.913 379.025,312.913 \n",
" 379.228,312.913 379.432,312.913 379.635,312.913 379.838,300.867 380.041,300.867 380.245,300.867 380.448,300.867 380.651,300.867 380.854,300.867 381.058,300.867 \n",
" 381.261,308.436 381.464,308.436 381.667,322.725 381.871,322.725 382.074,322.725 382.277,317.713 382.48,321.32 382.684,424.782 382.887,357.798 383.09,357.798 \n",
" 383.293,1067.14 383.497,389.891 383.7,389.891 383.903,389.891 384.106,304.117 384.31,304.117 384.513,318.559 384.716,569.723 384.919,327.196 385.123,412.489 \n",
" 385.326,397.894 385.529,807.865 385.732,807.865 385.936,807.865 386.139,807.865 386.342,410.347 386.545,857.445 386.748,1007.13 386.952,1097 387.155,1001.01 \n",
" 387.358,1001.01 387.561,1001.01 387.765,770.782 387.968,531.898 388.171,531.898 388.374,530.866 388.578,529.938 388.781,410.278 388.984,410.278 389.187,410.278 \n",
" 389.391,402.513 389.594,402.513 389.797,402.513 390,423.788 390.204,335.829 390.407,335.829 390.61,357.581 390.813,324.718 391.017,324.718 391.22,324.718 \n",
" 391.423,324.718 391.626,717.114 391.83,390.653 392.033,390.653 392.236,390.653 392.439,343.84 392.643,475.611 392.846,297.496 393.049,297.496 393.252,274.568 \n",
" 393.456,339.95 393.659,339.95 393.862,339.95 394.065,339.95 394.269,505.551 394.472,288.962 394.675,275.438 394.878,275.438 395.082,275.438 395.285,275.438 \n",
" 395.488,436.054 395.691,572.455 395.895,572.455 396.098,572.455 396.301,572.455 396.504,572.455 396.708,300.933 396.911,300.933 397.114,267.047 397.317,337.625 \n",
" 397.521,296.757 397.724,296.757 397.927,296.757 398.13,296.757 398.334,296.757 398.537,296.757 398.74,296.757 398.943,296.757 399.147,296.757 399.35,296.757 \n",
" 399.553,296.757 399.756,296.757 399.96,296.757 400.163,296.757 400.366,296.757 400.569,296.757 400.773,283.361 400.976,410.273 401.179,410.273 401.382,460.197 \n",
" 401.586,398.805 401.789,297.456 401.992,297.456 402.195,297.456 402.399,297.456 402.602,297.456 402.805,418.126 403.008,482.082 403.211,482.082 403.415,482.082 \n",
" 403.618,482.082 403.821,482.082 404.024,482.082 404.228,482.082 404.431,471.348 404.634,471.348 404.837,377.505 405.041,377.505 405.244,377.505 405.447,377.505 \n",
" 405.65,509.205 405.854,509.205 406.057,305.773 406.26,279.555 406.463,279.555 406.667,279.555 406.87,279.555 407.073,279.555 407.276,279.555 407.48,279.555 \n",
" 407.683,279.555 407.886,280.738 408.089,280.738 408.293,280.738 408.496,311.382 408.699,449.245 408.902,658.237 409.106,658.237 409.309,314.222 409.512,314.222 \n",
" 409.715,314.222 409.919,314.222 410.122,314.222 410.325,394.456 410.528,440.156 410.732,440.156 410.935,440.156 411.138,440.156 411.341,474.64 411.545,430.322 \n",
" 411.748,880.224 411.951,798.339 412.154,1272.67 412.358,1126.27 412.561,1004.31 412.764,1051.17 412.967,1051.17 413.171,1051.17 413.374,1051.17 413.577,1051.17 \n",
" 413.78,1051.17 413.984,1051.17 414.187,1051.17 414.39,954.702 414.593,954.702 414.797,954.702 415,954.702 415.203,954.702 415.406,954.702 415.61,850.129 \n",
" 415.813,669.184 416.016,291.445 416.219,360.743 416.423,592.228 416.626,503.328 416.829,503.328 417.032,783.939 417.236,783.939 417.439,783.939 417.642,834.82 \n",
" 417.845,823.914 418.049,690.946 418.252,420.339 418.455,420.339 418.658,319.35 418.862,319.35 419.065,319.35 419.268,319.35 419.471,355.008 419.674,457.023 \n",
" 419.878,457.023 420.081,445.432 420.284,373.638 420.487,425.124 420.691,423.526 420.894,423.526 421.097,301.551 421.3,301.551 421.504,301.551 421.707,295.952 \n",
" 421.91,400.31 422.113,400.31 422.317,400.31 422.52,455.98 422.723,455.98 422.926,590.457 423.13,688.886 423.333,688.886 423.536,564.421 423.739,564.421 \n",
" 423.943,312.486 424.146,383.524 424.349,383.524 424.552,383.524 424.756,383.188 424.959,339.349 425.162,339.349 425.365,314.825 425.569,314.825 425.772,314.825 \n",
" 425.975,314.825 426.178,397.828 426.382,397.828 426.585,397.828 426.788,535.286 426.991,535.286 427.195,311.957 427.398,342.945 427.601,342.945 427.804,606.966 \n",
" 428.008,606.966 428.211,606.966 428.414,606.966 428.617,454.158 428.821,454.158 429.024,560.242 429.227,547.38 429.43,449.035 429.634,397.892 429.837,397.892 \n",
" 430.04,397.892 430.243,397.892 430.447,397.892 430.65,397.892 430.853,397.892 431.056,397.892 431.26,397.892 431.463,397.892 431.666,397.892 431.869,357.369 \n",
" 432.073,623.153 432.276,623.153 432.479,623.153 432.682,623.153 432.886,666.555 433.089,748.267 433.292,717.11 433.495,717.11 433.699,717.11 433.902,495.24 \n",
" 434.105,495.24 434.308,364.566 434.512,354.353 434.715,354.353 434.918,324.073 435.121,324.073 435.325,324.073 435.528,324.073 435.731,314.002 435.934,314.002 \n",
" 436.137,314.002 436.341,377.029 436.544,377.029 436.747,377.029 436.95,377.029 437.154,417.427 437.357,417.427 437.56,403.113 437.763,403.113 437.967,403.113 \n",
" 438.17,426.54 438.373,426.54 438.576,417.826 438.78,417.826 438.983,417.826 439.186,445.401 439.389,445.401 439.593,445.401 439.796,445.401 439.999,703.931 \n",
" 440.202,390.896 440.406,390.896 440.609,336.809 440.812,294.468 441.015,294.468 441.219,294.468 441.422,294.468 441.625,309.69 441.828,345.222 442.032,381.396 \n",
" 442.235,381.396 442.438,381.396 442.641,381.396 442.845,466.347 443.048,466.347 443.251,319 443.454,319 443.658,511.052 443.861,457.309 444.064,449.073 \n",
" 444.267,449.073 444.471,449.565 444.674,302.207 444.877,412.147 445.08,425.752 445.284,354.486 445.487,354.486 445.69,354.486 445.893,357.489 446.097,357.489 \n",
" 446.3,357.489 446.503,478.037 446.706,478.037 446.91,811.994 447.113,830.241 447.316,920.45 447.519,687.551 447.723,676.888 447.926,676.888 448.129,676.888 \n",
" 448.332,676.888 448.536,623.57 448.739,623.57 448.942,319.948 449.145,415.229 449.349,415.229 449.552,415.229 449.755,522.132 449.958,614.94 450.162,425.077 \n",
" 450.365,362.449 450.568,362.449 450.771,362.449 450.975,311.697 451.178,311.697 451.381,311.697 451.584,311.697 451.788,350.402 451.991,386.04 452.194,424.798 \n",
" 452.397,344.694 452.6,328.156 452.804,328.156 453.007,328.156 453.21,515.864 453.413,515.864 453.617,515.864 453.82,515.864 454.023,541.081 454.226,639.262 \n",
" 454.43,665.611 454.633,665.611 454.836,391.148 455.039,348.646 455.243,348.646 455.446,348.646 455.649,293.159 455.852,293.159 456.056,293.159 456.259,293.159 \n",
" 456.462,293.159 456.665,293.159 456.869,293.159 457.072,293.159 457.275,293.159 457.478,412.338 457.682,412.338 457.885,485.34 458.088,300.645 458.291,300.645 \n",
" 458.495,300.645 458.698,300.645 458.901,296.073 459.104,296.073 459.308,296.073 459.511,296.073 459.714,296.073 459.917,296.073 460.121,296.073 460.324,296.073 \n",
" 460.527,296.073 460.73,296.073 460.934,353.374 461.137,405.057 461.34,431.55 461.543,431.55 461.747,431.55 461.95,402.339 462.153,402.339 462.356,326.693 \n",
" 462.56,326.693 462.763,326.693 462.966,302.146 463.169,302.146 463.373,302.146 463.576,302.146 463.779,456.856 463.982,483.09 464.186,483.09 464.389,497.486 \n",
" 464.592,413.751 464.795,464.385 464.999,464.385 465.202,464.385 465.405,464.385 465.608,298.93 465.812,488.276 466.015,307.772 466.218,307.772 466.421,307.772 \n",
" 466.625,307.772 466.828,307.772 467.031,453.667 467.234,580.869 467.438,580.869 467.641,581.553 467.844,581.553 468.047,581.553 468.251,581.553 468.454,581.52 \n",
" 468.657,581.52 468.86,581.52 469.063,581.52 469.267,611.446 469.47,858.58 469.673,838.777 469.876,781.737 470.08,372.554 470.283,372.554 470.486,372.554 \n",
" 470.689,372.554 470.893,353.657 471.096,353.657 471.299,353.657 471.502,353.657 471.706,353.657 471.909,353.657 472.112,353.657 472.315,413.398 472.519,422.422 \n",
" 472.722,422.422 472.925,422.422 473.128,362.019 473.332,406.12 473.535,406.12 473.738,406.12 473.941,438.216 474.145,438.216 474.348,279.616 474.551,279.616 \n",
" 474.754,480.398 474.958,480.398 475.161,925.872 475.364,925.872 475.567,925.872 475.771,773.468 475.974,773.468 476.177,296.843 476.38,296.843 476.584,296.843 \n",
" 476.787,296.843 476.99,296.843 477.193,296.843 477.397,395.351 477.6,395.351 477.803,332.137 478.006,332.137 478.21,332.137 478.413,430.758 478.616,430.758 \n",
" 478.819,430.758 479.023,303.791 479.226,303.791 479.429,315.964 479.632,315.964 479.836,315.964 480.039,296.58 480.242,332.633 480.445,332.713 480.649,377.617 \n",
" 480.852,482.01 481.055,661.123 481.258,436.509 481.462,436.509 481.665,436.509 481.868,384.126 482.071,384.126 482.275,384.126 482.478,384.126 482.681,384.126 \n",
" 482.884,298.524 483.088,323.991 483.291,300.296 483.494,300.296 483.697,300.296 483.901,305.417 484.104,275.616 484.307,275.616 484.51,275.616 484.714,275.616 \n",
" 484.917,463.166 485.12,463.166 485.323,278.693 485.526,288.016 485.73,288.016 485.933,288.016 486.136,288.016 486.339,342.467 486.543,342.467 486.746,342.467 \n",
" 486.949,342.467 487.152,396.158 487.356,326.023 487.559,628.971 487.762,383.042 487.965,383.042 488.169,383.042 488.372,383.042 488.575,383.042 488.778,671.347 \n",
" 488.982,409.232 489.185,409.232 489.388,409.232 489.591,547.548 489.795,639.745 489.998,639.745 490.201,426.698 490.404,426.698 490.608,426.698 490.811,426.698 \n",
" 491.014,426.698 491.217,328.561 491.421,328.561 491.624,328.561 491.827,359.291 492.03,359.291 492.234,359.291 492.437,364.435 492.64,364.435 492.843,364.435 \n",
" 493.047,364.435 493.25,582.98 493.453,582.98 493.656,276.287 493.86,363.257 494.063,363.257 494.266,363.257 494.469,363.257 494.673,414.708 494.876,337.797 \n",
" 495.079,337.797 495.282,337.797 495.486,334.161 495.689,334.161 495.892,334.161 496.095,312.645 496.299,357.207 496.502,347.554 496.705,347.554 496.908,430.318 \n",
" 497.112,538.506 497.315,410.951 497.518,564.179 497.721,466.718 497.925,466.718 498.128,466.718 498.331,350.158 498.534,430.868 498.738,430.868 498.941,366.512 \n",
" 499.144,310.37 499.347,310.37 499.551,310.37 499.754,310.37 499.957,310.37 500.16,356.883 500.364,367.82 500.567,367.82 500.77,367.82 500.973,367.82 \n",
" 501.177,367.82 501.38,379.558 501.583,379.558 501.786,338.943 501.989,338.943 502.193,338.943 502.396,338.943 502.599,338.943 502.802,361.338 503.006,361.338 \n",
" 503.209,338.78 503.412,338.78 503.615,331.096 503.819,646.494 504.022,646.494 504.225,646.494 504.428,646.494 504.632,364.642 504.835,577.891 505.038,569.857 \n",
" 505.241,344.966 505.445,376.47 505.648,376.47 505.851,376.47 506.054,369.925 506.258,369.925 506.461,314.373 506.664,314.373 506.867,332.787 507.071,474.268 \n",
" 507.274,474.268 507.477,474.268 507.68,292.383 507.884,292.383 508.087,292.383 508.29,292.383 508.493,292.383 508.697,292.383 508.9,292.383 509.103,292.383 \n",
" 509.306,292.383 509.51,292.383 509.713,292.383 509.916,436.289 510.119,436.289 510.323,436.289 510.526,436.289 510.729,411.318 510.932,749.247 511.136,832.833 \n",
" 511.339,832.833 511.542,783.258 511.745,783.258 511.949,783.258 512.152,783.258 512.355,675.702 512.558,675.702 512.762,675.702 512.965,497.394 513.168,328.77 \n",
" 513.371,461.886 513.575,694.883 513.778,764.891 513.981,764.891 514.184,764.891 514.388,737.749 514.591,737.749 514.794,737.749 514.997,400.128 515.201,400.128 \n",
" 515.404,400.128 515.607,372.565 515.81,364.819 516.014,364.819 516.217,329.002 516.42,329.002 516.623,329.002 516.827,329.002 517.03,329.002 517.233,348.48 \n",
" 517.436,322.64 517.64,450.147 517.843,420.963 518.046,437.402 518.249,437.402 518.452,437.402 518.656,839.806 518.859,338.891 519.062,338.891 519.265,338.891 \n",
" 519.469,339.24 519.672,340.932 519.875,362.504 520.078,369.056 520.282,369.056 520.485,468.384 520.688,377.791 520.891,377.791 521.095,377.791 521.298,426.212 \n",
" 521.501,426.212 521.704,426.212 521.908,433.776 522.111,433.776 522.314,348.669 522.517,348.669 522.721,348.669 522.924,348.669 523.127,348.669 523.33,348.669 \n",
" 523.534,365.456 523.737,365.456 523.94,365.456 524.143,675.108 524.347,675.108 524.55,675.108 524.753,675.108 524.956,675.108 525.16,675.108 525.363,871.913 \n",
" 525.566,871.913 525.769,871.913 525.973,471.419 526.176,406.648 526.379,406.648 526.582,406.648 526.786,406.648 526.989,409.741 527.192,660.53 527.395,660.53 \n",
" 527.599,406.028 527.802,586.64 528.005,676.162 528.208,506.964 528.412,506.964 528.615,506.964 528.818,506.964 529.021,550.991 529.225,396.104 529.428,396.104 \n",
" 529.631,396.104 529.834,396.104 530.038,396.104 530.241,396.104 530.444,396.104 530.647,396.104 530.851,370.24 531.054,382.86 531.257,434.31 531.46,416.115 \n",
" 531.664,416.115 531.867,416.115 532.07,563.614 532.273,503.251 532.477,503.251 532.68,407.079 532.883,407.079 533.086,407.079 533.29,407.079 533.493,407.079 \n",
" 533.696,407.079 533.899,495.648 534.103,495.648 534.306,495.648 534.509,596.274 534.712,375.978 534.915,356.113 535.119,312.075 535.322,358.368 535.525,385.827 \n",
" 535.728,385.827 535.932,385.827 536.135,525.053 536.338,525.053 536.541,337.08 536.745,414.069 536.948,408.458 537.151,300.602 537.354,300.602 537.558,300.602 \n",
" 537.761,300.602 537.964,300.602 538.167,300.602 538.371,622.392 538.574,640.01 538.777,495.889 538.98,495.889 539.184,495.889 539.387,495.889 539.59,495.889 \n",
" 539.793,328.12 539.997,347.17 540.2,347.17 540.403,347.17 540.606,347.17 540.81,575.486 541.013,355.084 541.216,418.817 541.419,396.619 541.623,396.619 \n",
" 541.826,465.053 542.029,566.737 542.232,596.95 542.436,640.784 542.639,838.604 542.842,838.604 543.045,1151.77 543.249,722.985 543.452,350.472 543.655,306.941 \n",
" 543.858,306.941 544.062,306.941 544.265,306.941 544.468,306.941 544.671,377.538 544.875,356.91 545.078,356.91 545.281,356.91 545.484,401.238 545.688,416.821 \n",
" 545.891,416.821 546.094,416.821 546.297,416.821 546.501,432.522 546.704,485.235 546.907,435.68 547.11,310.311 547.314,310.311 547.517,401.431 547.72,927.167 \n",
" 547.923,1103.49 548.127,656.066 548.33,439.461 548.533,274.284 548.736,571.941 548.94,571.941 549.143,584.117 549.346,589.78 549.549,589.78 549.753,385.015 \n",
" 549.956,385.015 550.159,308.715 550.362,308.715 550.566,326.436 550.769,326.436 550.972,409.224 551.175,409.224 551.378,325.257 551.582,314.751 551.785,347.391 \n",
" 551.988,328.782 552.191,290.713 552.395,290.713 552.598,394.134 552.801,437.63 553.004,321.583 553.208,321.583 553.411,477.275 553.614,295.242 553.817,295.242 \n",
" 554.021,295.242 554.224,295.242 554.427,295.242 554.63,399.52 554.834,399.52 555.037,399.52 555.24,357.681 555.443,357.681 555.647,357.681 555.85,487.005 \n",
" 556.053,487.005 556.256,487.005 556.46,487.005 556.663,487.005 556.866,390.385 557.069,390.385 557.273,390.385 557.476,390.385 557.679,546.271 557.882,546.271 \n",
" 558.086,335.351 558.289,335.351 558.492,421.769 558.695,421.769 558.899,308.491 559.102,300.796 559.305,300.796 559.508,358.891 559.712,358.891 559.915,389.582 \n",
" 560.118,389.582 560.321,565.934 560.525,565.934 560.728,669.638 560.931,669.638 561.134,589.736 561.338,589.736 561.541,526.061 561.744,357.931 561.947,326.55 \n",
" 562.151,326.55 562.354,326.55 562.557,326.55 562.76,326.55 562.964,326.55 563.167,326.55 563.37,326.55 563.573,315.781 563.777,315.781 563.98,306.908 \n",
" 564.183,306.908 564.386,306.908 564.59,306.908 564.793,306.908 564.996,343.857 565.199,313.57 565.403,313.57 565.606,301.02 565.809,312.308 566.012,427.188 \n",
" 566.216,427.188 566.419,427.188 566.622,580.018 566.825,516.361 567.029,379.7 567.232,379.7 567.435,324.641 567.638,324.641 567.841,324.641 568.045,325.339 \n",
" 568.248,325.339 568.451,341.752 568.654,371.657 568.858,371.657 569.061,371.657 569.264,371.657 569.467,371.657 569.671,371.657 569.874,402.103 570.077,381.483 \n",
" 570.28,381.483 570.484,381.483 570.687,445.955 570.89,445.955 571.093,445.955 571.297,445.955 571.5,445.955 571.703,445.955 571.906,445.955 572.11,445.955 \n",
" 572.313,445.955 572.516,445.955 572.719,459.816 572.923,573.011 573.126,431.394 573.329,431.394 573.532,506.735 573.736,578.02 573.939,578.02 574.142,606.032 \n",
" 574.345,502.776 574.549,502.776 574.752,462.858 574.955,462.858 575.158,462.858 575.362,462.858 575.565,410.866 575.768,410.866 575.971,410.866 576.175,410.866 \n",
" 576.378,410.866 576.581,410.866 576.784,410.866 576.988,395.249 577.191,729.645 577.394,710.907 577.597,710.907 577.801,435.779 578.004,445.058 578.207,325.058 \n",
" 578.41,400.398 578.614,613.648 578.817,444.924 579.02,444.924 579.223,444.007 579.427,415.713 579.63,415.713 579.833,415.713 580.036,415.713 580.24,415.713 \n",
" 580.443,403.022 580.646,403.022 580.849,403.022 581.053,403.022 581.256,463.825 581.459,463.825 581.662,463.825 581.866,463.825 582.069,463.825 582.272,463.825 \n",
" 582.475,697.793 582.679,697.793 582.882,697.793 583.085,697.793 583.288,674.056 583.492,674.056 583.695,537.641 583.898,376.665 584.101,376.665 584.304,376.665 \n",
" 584.508,376.665 584.711,376.665 584.914,500.073 585.117,359.313 585.321,517.443 585.524,517.443 585.727,592.77 585.93,592.77 586.134,739.719 586.337,1026.04 \n",
" 586.54,1026.04 586.743,1026.04 586.947,1026.04 587.15,583.51 587.353,463.535 587.556,338.524 587.76,384.967 587.963,384.967 588.166,384.967 588.369,384.967 \n",
" 588.573,384.967 588.776,436.552 588.979,436.552 589.182,361.626 589.386,361.626 589.589,361.626 589.792,451.01 589.995,451.01 590.199,451.01 590.402,416.767 \n",
" 590.605,656.432 590.808,656.432 591.012,342.372 591.215,342.372 591.418,342.372 591.621,460.754 591.825,332.897 592.028,332.897 592.231,332.897 592.434,470.349 \n",
" 592.638,348.219 592.841,457.46 593.044,334.602 593.247,334.602 593.451,329.713 593.654,329.713 593.857,329.713 594.06,489.257 594.264,617.172 594.467,617.172 \n",
" 594.67,493.547 594.873,434.276 595.077,351.051 595.28,509.333 595.483,565.711 595.686,466.373 595.89,377.618 596.093,425.056 596.296,425.056 596.499,425.056 \n",
" 596.703,612.105 596.906,612.105 597.109,372.972 597.312,372.972 597.516,353.577 597.719,353.577 597.922,672.228 598.125,672.228 598.329,316.309 598.532,316.309 \n",
" 598.735,538.085 598.938,538.085 599.142,538.085 599.345,344.798 599.548,344.798 599.751,344.798 599.955,344.798 600.158,318.553 600.361,372.896 600.564,372.896 \n",
" 600.767,522.041 600.971,522.041 601.174,485.442 601.377,479.563 601.58,519.656 601.784,519.656 601.987,519.656 602.19,519.656 602.393,566.335 602.597,458.637 \n",
" 602.8,315.366 603.003,315.366 603.206,397.843 603.41,397.843 603.613,347.262 603.816,347.262 604.019,387.363 604.223,387.363 604.426,480.116 604.629,480.116 \n",
" 604.832,517.273 605.036,517.273 605.239,587.302 605.442,587.302 605.645,587.302 605.849,578.347 606.052,578.347 606.255,352.684 606.458,352.745 606.662,319.381 \n",
" 606.865,307.916 607.068,307.916 607.271,307.916 607.475,307.916 607.678,307.916 607.881,307.916 608.084,384.085 608.288,384.085 608.491,501.355 608.694,501.355 \n",
" 608.897,501.355 609.101,393.592 609.304,429.447 609.507,429.447 609.71,429.447 609.914,420.001 610.117,420.001 610.32,420.001 610.523,417.027 610.727,579.961 \n",
" 610.93,579.961 611.133,579.961 611.336,452.37 611.54,452.37 611.743,452.37 611.946,832.087 612.149,832.087 612.353,678.497 612.556,358.602 612.759,358.602 \n",
" 612.962,316.144 613.166,316.144 613.369,316.144 613.572,316.144 613.775,316.144 613.979,384.406 614.182,459.751 614.385,459.751 614.588,459.751 614.792,645.994 \n",
" 614.995,645.994 615.198,645.994 615.401,645.994 615.605,645.994 615.808,645.994 616.011,645.994 616.214,562.885 616.418,562.885 616.621,562.885 616.824,562.885 \n",
" 617.027,581.65 617.23,581.65 617.434,695.775 617.637,695.775 617.84,670.649 618.043,670.649 618.247,343.662 618.45,343.662 618.653,343.662 618.856,516.035 \n",
" 619.06,516.035 619.263,516.035 619.466,531.287 619.669,531.287 619.873,472.924 620.076,472.924 620.279,410.128 620.482,342.737 620.686,342.737 620.889,319.826 \n",
" 621.092,605.199 621.295,331.913 621.499,450.817 621.702,450.817 621.905,450.817 622.108,450.817 622.312,450.817 622.515,450.817 622.718,450.817 622.921,430.285 \n",
" 623.125,470.297 623.328,693.873 623.531,693.873 623.734,499.331 623.938,499.331 624.141,499.331 624.344,609.755 624.547,787.947 624.751,612.532 624.954,612.532 \n",
" 625.157,776.558 625.36,422.367 625.564,516.292 625.767,566.221 625.97,566.221 626.173,566.221 626.377,566.221 626.58,759.242 626.783,711.486 626.986,711.486 \n",
" 627.19,878.447 627.393,878.447 627.596,396.871 627.799,396.871 628.003,396.871 628.206,446.307 628.409,446.307 628.612,446.307 628.816,426.774 629.019,426.774 \n",
" 629.222,426.774 629.425,426.774 629.629,426.774 629.832,458.611 630.035,628.217 630.238,628.217 630.442,628.217 630.645,628.217 630.848,691.76 631.051,744.01 \n",
" 631.255,400.291 631.458,348.811 631.661,348.811 631.864,348.811 632.068,348.811 632.271,348.811 632.474,398.586 632.677,406.348 632.881,406.348 633.084,406.348 \n",
" 633.287,548.8 633.49,343.247 633.693,343.247 633.897,343.247 634.1,307.313 634.303,369.266 634.506,369.266 634.71,369.266 634.913,369.266 635.116,369.266 \n",
" 635.319,369.266 635.523,369.266 635.726,394.232 635.929,321.714 636.132,303.007 636.336,303.007 636.539,406.075 636.742,387.255 636.945,475.503 637.149,475.503 \n",
" 637.352,389.444 637.555,320.544 637.758,311.966 637.962,311.966 638.165,311.966 638.368,311.966 638.571,311.966 638.775,311.966 638.978,412.94 639.181,396.203 \n",
" 639.384,396.203 639.588,366.066 639.791,366.066 639.994,366.066 640.197,366.066 640.401,417.943 640.604,394.571 640.807,535.984 641.01,1133.62 641.214,395.209 \n",
" 641.417,395.209 641.62,322.275 641.823,322.275 642.027,310.333 642.23,310.333 642.433,310.333 642.636,310.333 642.84,310.333 643.043,418.024 643.246,574.016 \n",
" 643.449,401.647 643.653,343.727 643.856,343.727 644.059,290.974 644.262,290.974 644.466,290.974 644.669,290.974 644.872,377.539 645.075,377.539 645.279,377.539 \n",
" 645.482,353.388 645.685,359.841 645.888,359.841 646.092,359.841 646.295,359.841 646.498,359.841 646.701,359.841 646.905,359.841 647.108,359.841 647.311,359.841 \n",
" 647.514,359.841 647.718,359.841 647.921,359.841 648.124,352.554 648.327,352.554 648.531,377.512 648.734,332.609 648.937,332.609 649.14,332.609 649.344,332.609 \n",
" 649.547,332.609 649.75,327.51 649.953,327.51 650.156,346.94 650.36,346.94 650.563,346.94 650.766,346.94 650.969,346.94 651.173,346.94 651.376,357.66 \n",
" 651.579,369.955 651.782,294.877 651.986,531.968 652.189,475.165 652.392,475.165 652.595,475.165 652.799,370.943 653.002,331.873 653.205,331.873 653.408,422.165 \n",
" 653.612,422.165 653.815,422.165 654.018,316.697 654.221,316.697 654.425,333.21 654.628,464.186 654.831,464.186 655.034,464.186 655.238,334.076 655.441,334.076 \n",
" 655.644,311.058 655.847,367.496 656.051,367.496 656.254,367.496 656.457,305.598 656.66,305.598 656.864,370.123 657.067,370.123 657.27,370.123 657.473,370.123 \n",
" 657.677,495.424 657.88,341.406 658.083,398.771 658.286,326.75 658.49,339.367 658.693,625.005 658.896,608.56 659.099,461.623 659.303,461.623 659.506,403.872 \n",
" 659.709,314.12 659.912,312.097 660.116,520.289 660.319,520.289 660.522,450.601 660.725,450.601 660.929,450.601 661.132,450.601 661.335,824.997 661.538,824.997 \n",
" 661.742,824.997 661.945,763.703 662.148,771.295 662.351,805.794 662.555,732.798 662.758,732.798 662.961,514.516 663.164,538.907 663.368,538.907 663.571,489.588 \n",
" 663.774,560.339 663.977,510.499 664.181,510.499 664.384,510.499 664.587,375.196 664.79,487.574 664.994,729.141 665.197,554.443 665.4,674.792 665.603,415.185 \n",
" 665.807,457.412 666.01,410.197 666.213,410.197 666.416,447.357 666.619,447.357 666.823,326.074 667.026,337.235 667.229,375.843 667.432,326.788 667.636,460.069 \n",
" 667.839,457.133 668.042,652.728 668.245,652.728 668.449,651.941 668.652,625.244 668.855,508.955 669.058,554.57 669.262,554.57 669.465,554.57 669.668,625.827 \n",
" 669.871,590.612 670.075,348.387 670.278,348.387 670.481,529.62 670.684,529.62 670.888,529.62 671.091,529.62 671.294,529.62 671.497,529.62 671.701,529.62 \n",
" 671.904,334.859 672.107,394.979 672.31,394.979 672.514,394.979 672.717,394.979 672.92,394.979 673.123,394.979 673.327,542.256 673.53,492.73 673.733,470.052 \n",
" 673.936,343.828 674.14,364.055 674.343,368.473 674.546,368.473 674.749,368.473 674.953,368.473 675.156,375.768 675.359,554.977 675.562,554.977 675.766,554.977 \n",
" 675.969,554.977 676.172,526.524 676.375,526.524 676.579,526.524 676.782,526.524 676.985,526.524 677.188,526.524 677.392,462.941 677.595,353.263 677.798,353.263 \n",
" 678.001,353.263 678.205,353.263 678.408,353.263 678.611,447.239 678.814,437.805 679.018,437.805 679.221,758.625 679.424,758.625 679.627,480.602 679.831,480.602 \n",
" 680.034,521.709 680.237,521.709 680.44,521.709 680.644,521.709 680.847,521.709 681.05,521.709 681.253,521.709 681.457,521.709 681.66,521.709 681.863,510.626 \n",
" 682.066,502.654 682.27,378.917 682.473,378.917 682.676,378.917 682.879,378.917 683.082,376.284 683.286,366.001 683.489,462.708 683.692,462.708 683.895,547.345 \n",
" 684.099,547.345 684.302,612.627 684.505,612.627 684.708,612.627 684.912,533.852 685.115,488.255 685.318,434.733 685.521,434.733 685.725,357.848 685.928,357.848 \n",
" 686.131,345.771 686.334,342.721 686.538,358.712 686.741,346.884 686.944,402.684 687.147,482.827 687.351,482.827 687.554,482.827 687.757,482.827 687.96,316.343 \n",
" 688.164,348.869 688.367,348.869 688.57,348.869 688.773,492.258 688.977,467.208 689.18,469.851 689.383,707.277 689.586,661.582 689.79,442.696 689.993,442.696 \n",
" 690.196,442.696 690.399,442.696 690.603,324.649 690.806,340.212 691.009,340.212 691.212,340.212 691.416,340.212 691.619,340.212 691.822,343.238 692.025,758.808 \n",
" 692.229,767.285 692.432,858.466 692.635,858.466 692.838,858.466 693.042,363.496 693.245,646.855 693.448,599.775 693.651,408.778 693.855,408.778 694.058,469.325 \n",
" 694.261,326.949 694.464,367.388 694.668,367.388 694.871,367.388 695.074,367.388 695.277,666.813 695.481,647.317 695.684,647.317 695.887,723.196 696.09,930.89 \n",
" 696.294,930.89 696.497,937.966 696.7,861.51 696.903,861.51 697.107,861.51 697.31,861.51 697.513,861.51 697.716,813.929 697.92,813.929 698.123,813.929 \n",
" 698.326,729.501 698.529,406.056 698.733,583.667 698.936,583.667 699.139,583.667 699.342,583.667 699.545,337.532 699.749,335.815 699.952,335.815 700.155,335.815 \n",
" 700.358,413.633 700.562,520.762 700.765,521.457 700.968,332.329 701.171,332.329 701.375,406.91 701.578,589.736 701.781,587.51 701.984,761.971 702.188,761.971 \n",
" 702.391,786.246 702.594,850.819 702.797,727.856 703.001,810.342 703.204,844.078 703.407,1183.43 703.61,486.129 703.814,401.506 704.017,426.487 704.22,449.491 \n",
" 704.423,420.269 704.627,625.425 704.83,625.425 705.033,625.425 705.236,532.204 705.44,540.585 705.643,540.585 705.846,540.585 706.049,540.585 706.253,446.148 \n",
" 706.456,358.433 706.659,358.433 706.862,358.433 707.066,358.433 707.269,358.433 707.472,358.433 707.675,400.846 707.879,400.846 708.082,389.054 708.285,389.054 \n",
" 708.488,354.199 708.692,332.941 708.895,332.941 709.098,332.941 709.301,332.941 709.505,332.941 709.708,355.302 709.911,355.302 710.114,350.527 710.318,350.527 \n",
" 710.521,350.527 710.724,350.527 710.927,350.527 711.131,359.903 711.334,359.903 711.537,359.903 711.74,359.903 711.944,404.505 712.147,404.505 712.35,404.505 \n",
" 712.553,404.505 712.757,373.975 712.96,373.975 713.163,373.975 713.366,373.975 713.57,373.975 713.773,380.581 713.976,380.581 714.179,380.581 714.383,380.581 \n",
" 714.586,380.581 714.789,380.581 714.992,380.581 715.196,380.581 715.399,402.129 715.602,402.129 715.805,402.129 716.008,342.598 716.212,342.598 716.415,342.598 \n",
" 716.618,342.598 716.821,342.598 717.025,342.598 717.228,342.598 717.431,619.524 717.634,619.524 717.838,410.845 718.041,410.845 718.244,410.845 718.447,410.845 \n",
" 718.651,410.845 718.854,397.927 719.057,397.927 719.26,510.707 719.464,510.707 719.667,510.707 719.87,463.298 720.073,470.973 720.277,470.973 720.48,588.656 \n",
" 720.683,588.656 720.886,588.656 721.09,703.228 721.293,621.102 721.496,539.123 721.699,539.123 721.903,650.364 722.106,432.816 722.309,339.261 722.512,339.261 \n",
" 722.716,339.261 722.919,339.261 723.122,458.494 723.325,479.989 723.529,493.707 723.732,493.707 723.935,493.707 724.138,493.707 724.342,493.707 724.545,493.707 \n",
" 724.748,493.707 724.951,363.274 725.155,363.274 725.358,363.274 725.561,363.274 725.764,363.274 725.968,363.274 726.171,363.274 726.374,363.274 726.577,400.375 \n",
" 726.781,400.375 726.984,400.375 727.187,333.63 727.39,333.63 727.594,333.63 727.797,345.331 728,345.331 728.203,341.726 728.407,336.568 728.61,336.262 \n",
" 728.813,336.262 729.016,336.262 729.22,336.262 729.423,336.262 729.626,336.262 729.829,364.459 730.033,364.459 730.236,465.783 730.439,621.173 730.642,454.73 \n",
" 730.846,454.73 731.049,454.73 731.252,554.144 731.455,400.3 731.659,400.3 731.862,400.3 732.065,632.317 732.268,494.762 732.471,753.661 732.675,913.327 \n",
" 732.878,913.327 733.081,913.327 733.284,778.188 733.488,617.244 733.691,704.827 733.894,400.636 734.097,479.069 734.301,479.069 734.504,479.069 734.707,460.643 \n",
" 734.91,639.108 735.114,399.604 735.317,326.313 735.52,326.313 735.723,326.313 735.927,326.313 736.13,326.313 736.333,319.03 736.536,319.03 736.74,319.03 \n",
" 736.943,319.03 737.146,351.069 737.349,351.069 737.553,497.485 737.756,694.019 737.959,694.019 738.162,694.019 738.366,694.019 738.569,694.019 738.772,581.619 \n",
" 738.975,581.619 739.179,581.619 739.382,409.825 739.585,409.825 739.788,412.313 739.992,412.313 740.195,412.313 740.398,337.059 740.601,337.059 740.805,337.059 \n",
" 741.008,337.059 741.211,502.597 741.414,337.028 741.618,337.028 741.821,337.028 742.024,337.028 742.227,337.028 742.431,337.028 742.634,337.028 742.837,337.028 \n",
" 743.04,350.947 743.244,350.947 743.447,403.145 743.65,403.145 743.853,403.145 744.057,403.145 744.26,403.145 744.463,403.145 744.666,493 744.87,493 \n",
" 745.073,493 745.276,493 745.479,415.392 745.683,385.025 745.886,385.025 746.089,385.025 746.292,371.212 746.496,371.212 746.699,371.212 746.902,371.212 \n",
" 747.105,453.777 747.309,408.842 747.512,428.183 747.715,428.183 747.918,383.118 748.122,409.189 748.325,406.351 748.528,406.351 748.731,406.351 748.934,406.351 \n",
" 749.138,378.251 749.341,378.251 749.544,389.091 749.747,360.618 749.951,365.603 750.154,365.603 750.357,365.603 750.56,365.603 750.764,347.496 750.967,393.546 \n",
" 751.17,542.445 751.373,355.065 751.577,355.065 751.78,355.065 751.983,355.065 752.186,355.065 752.39,371.27 752.593,547.811 752.796,547.811 752.999,487.288 \n",
" 753.203,487.288 753.406,487.288 753.609,487.288 753.812,487.288 754.016,487.288 754.219,387.975 754.422,467.697 754.625,467.697 754.829,509.445 755.032,509.445 \n",
" 755.235,509.445 755.438,335.405 755.642,335.405 755.845,335.405 756.048,354.736 756.251,536.846 756.455,536.846 756.658,640.552 756.861,466.686 757.064,391.256 \n",
" 757.268,376.86 757.471,376.86 757.674,376.86 757.877,376.86 758.081,355.586 758.284,398.161 758.487,398.161 758.69,546.426 758.894,546.426 759.097,820.612 \n",
" 759.3,733.467 759.503,733.467 759.707,733.467 759.91,733.467 760.113,848.221 760.316,418.084 760.52,349.473 760.723,353.786 760.926,387.825 761.129,373.033 \n",
" 761.333,373.033 761.536,373.033 761.739,395.647 761.942,395.647 762.146,395.647 762.349,395.647 762.552,395.647 762.755,395.647 762.959,514.761 763.162,399.862 \n",
" 763.365,399.862 763.568,399.862 763.772,399.862 763.975,399.862 764.178,399.862 764.381,353.47 764.585,353.47 764.788,353.47 764.991,353.47 765.194,418.84 \n",
" 765.397,418.84 765.601,450.095 765.804,462.078 766.007,428.837 766.21,341.69 766.414,341.69 766.617,471.784 766.82,471.784 767.023,471.784 767.227,400.504 \n",
" 767.43,629.963 767.633,629.963 767.836,629.963 768.04,629.963 768.243,491.568 768.446,491.568 768.649,487.382 768.853,487.382 769.056,374.044 769.259,528.239 \n",
" 769.462,396.329 769.666,396.329 769.869,468.188 770.072,468.188 770.275,398.568 770.479,397.66 770.682,397.66 770.885,397.66 771.088,397.66 771.292,596.336 \n",
" 771.495,596.336 771.698,591.36 771.901,672.986 772.105,676.514 772.308,824.332 772.511,824.332 772.714,824.332 772.918,841.249 773.121,659.108 773.324,884.136 \n",
" 773.527,738.645 773.731,890.91 773.934,890.91 774.137,890.91 774.34,812.426 774.544,812.426 774.747,936.808 774.95,1199.76 775.153,1199.76 775.357,1199.76 \n",
" 775.56,1199.76 775.763,1199.76 775.966,1199.76 776.17,1199.76 776.373,1202.99 776.576,1281.65 776.779,1075.59 776.983,1075.59 777.186,1032.87 777.389,1032.87 \n",
" 777.592,914.643 777.796,876.247 777.999,841.967 778.202,800.108 778.405,800.108 778.609,800.108 778.812,800.108 779.015,800.108 779.218,917.679 779.422,917.679 \n",
" 779.625,458.68 779.828,538.851 780.031,648.849 780.235,358.726 780.438,358.726 780.641,358.726 780.844,358.726 781.048,358.726 781.251,358.726 781.454,358.726 \n",
" 781.657,422.981 781.86,422.981 782.064,459.146 782.267,638.649 782.47,638.649 782.673,449.13 782.877,449.13 783.08,449.13 783.283,449.13 783.486,449.13 \n",
" 783.69,564.916 783.893,564.916 784.096,564.916 784.299,355.411 784.503,392.667 784.706,392.667 784.909,350.932 785.112,537.126 785.316,610.743 785.519,610.743 \n",
" 785.722,610.743 785.925,610.743 786.129,610.743 786.332,610.743 786.535,610.743 786.738,422.144 786.942,581.647 787.145,581.647 787.348,581.647 787.551,581.647 \n",
" 787.755,892.822 787.958,892.822 788.161,932.993 788.364,932.993 788.568,1384.24 788.771,1337.8 788.974,1210.19 789.177,1210.19 789.381,849.551 789.584,849.551 \n",
" 789.787,849.551 789.99,697.631 790.194,697.631 790.397,723.364 790.6,471.418 790.803,471.418 791.007,471.418 791.21,426.233 791.413,535.323 791.616,526.24 \n",
" 791.82,421.934 792.023,381.844 792.226,381.844 792.429,381.844 792.633,381.844 792.836,473.276 793.039,437.265 793.242,500.834 793.446,431.815 793.649,431.815 \n",
" 793.852,431.815 794.055,431.815 794.259,378.563 794.462,378.563 794.665,467.947 794.868,417.977 795.072,417.977 795.275,417.977 795.478,378.745 795.681,378.745 \n",
" 795.885,422.512 796.088,422.512 796.291,422.512 796.494,422.512 796.698,422.512 796.901,422.512 797.104,439.945 797.307,439.945 797.511,458.46 797.714,458.46 \n",
" 797.917,458.46 798.12,458.46 798.323,473.009 798.527,473.009 798.73,374.02 798.933,397.297 799.136,560.207 799.34,442.321 799.543,648.44 799.746,638.571 \n",
" 799.949,638.571 800.153,531.632 800.356,758.97 800.559,758.97 800.762,750.616 800.966,684.87 801.169,523.457 801.372,529.089 801.575,529.089 801.779,529.089 \n",
" 801.982,529.089 802.185,529.089 802.388,812.932 802.592,423.348 802.795,423.348 802.998,423.348 803.201,405.11 803.405,572.391 803.608,572.391 803.811,407.538 \n",
" 804.014,475.428 804.218,475.294 804.421,475.294 804.624,374.496 804.827,374.496 805.031,374.496 805.234,374.496 805.437,374.496 805.64,374.496 805.844,374.496 \n",
" 806.047,374.489 806.25,374.489 806.453,374.489 806.657,374.489 806.86,374.489 807.063,374.489 807.266,342.309 807.47,336.144 807.673,336.144 807.876,336.144 \n",
" 808.079,336.144 808.283,336.144 808.486,349.12 808.689,349.12 808.892,379.161 809.096,411.889 809.299,411.889 809.502,364.351 809.705,364.351 809.909,364.351 \n",
" 810.112,364.351 810.315,463.233 810.518,723.422 810.722,723.422 810.925,521.392 811.128,517.675 811.331,517.675 811.535,517.675 811.738,361.974 811.941,547.742 \n",
" 812.144,392.616 812.348,392.616 812.551,392.616 812.754,643.405 812.957,643.405 813.161,643.405 813.364,643.405 813.567,693.134 813.77,693.134 813.974,693.134 \n",
" 814.177,649.911 814.38,649.911 814.583,449.418 814.786,422.978 814.99,422.978 815.193,437.04 815.396,437.04 815.599,840.642 815.803,840.642 816.006,840.642 \n",
" 816.209,840.642 816.412,735.306 816.616,411.104 816.819,411.104 817.022,411.104 817.225,430.498 817.429,430.498 817.632,479.396 817.835,479.396 818.038,709.315 \n",
" 818.242,604.253 818.445,942.366 818.648,942.366 818.851,985.406 819.055,985.406 819.258,985.406 819.461,783.092 819.664,783.092 819.868,822.742 820.071,822.742 \n",
" 820.274,876.645 820.477,814.306 820.681,814.306 820.884,351.381 821.087,351.381 821.29,351.381 821.494,349.279 821.697,353.554 821.9,342.837 822.103,342.837 \n",
" 822.307,342.837 822.51,342.837 822.713,342.837 822.916,351.295 823.12,616.332 823.323,616.332 823.526,616.332 823.729,616.332 823.933,692.104 824.136,604.904 \n",
" 824.339,604.904 824.542,604.904 824.746,544.159 824.949,655.688 825.152,871.955 825.355,942.788 825.559,942.788 825.762,942.788 825.965,623.791 826.168,623.791 \n",
" 826.372,428.883 826.575,428.883 826.778,649.36 826.981,768.415 827.185,768.415 827.388,917.41 827.591,917.072 827.794,860.776 827.998,560.188 828.201,560.188 \n",
" 828.404,580.84 828.607,489.938 828.811,489.938 829.014,489.938 829.217,489.938 829.42,404.776 829.624,458.171 829.827,458.171 830.03,453.555 830.233,453.555 \n",
" 830.437,353.475 830.64,353.475 830.843,379.856 831.046,379.856 831.249,586.173 831.453,552.577 831.656,552.577 831.859,465.252 832.062,465.252 832.266,465.252 \n",
" 832.469,465.252 832.672,465.252 832.875,465.252 833.079,465.252 833.282,351.606 833.485,351.606 833.688,365.819 833.892,328.992 834.095,328.992 834.298,390.599 \n",
" 834.501,390.599 834.705,390.599 834.908,390.599 835.111,390.599 835.314,390.599 835.518,390.599 835.721,338.57 835.924,338.57 836.127,351.319 836.331,351.546 \n",
" 836.534,351.546 836.737,351.546 836.94,474.112 837.144,570.082 837.347,498.529 837.55,347.164 837.753,347.164 837.957,369.87 838.16,439.077 838.363,440.485 \n",
" 838.566,326.055 838.77,326.055 838.973,326.055 839.176,326.055 839.379,326.055 839.583,326.055 839.786,326.055 839.989,326.055 840.192,346.943 840.396,509.185 \n",
" 840.599,509.185 840.802,430.598 841.005,416.579 841.209,416.579 841.412,456.323 841.615,456.323 841.818,456.323 842.022,456.323 842.225,456.323 842.428,456.323 \n",
" 842.631,456.323 842.835,366.501 843.038,366.501 843.241,366.501 843.444,366.501 843.648,366.501 843.851,366.501 844.054,366.501 844.257,366.501 844.461,366.501 \n",
" 844.664,347.616 844.867,347.616 845.07,687.838 845.274,687.838 845.477,687.838 845.68,649.201 845.883,649.201 846.087,649.201 846.29,384.165 846.493,384.165 \n",
" 846.696,384.165 846.9,1083.66 847.103,1083.66 847.306,1083.66 847.509,1083.66 847.712,529.206 847.916,322.781 848.119,322.781 848.322,322.781 848.525,359.788 \n",
" 848.729,359.788 848.932,317.122 849.135,344.711 849.338,344.711 849.542,329.917 849.745,329.917 849.948,463.407 850.151,714.188 850.355,353.092 850.558,358.384 \n",
" 850.761,554.32 850.964,554.32 851.168,554.32 851.371,572.399 851.574,572.399 851.777,391.813 851.981,598.459 852.184,598.459 852.387,598.459 852.59,581.202 \n",
" 852.794,581.202 852.997,508.794 853.2,371.386 853.403,371.386 853.607,425.073 853.81,353.165 854.013,603.924 854.216,603.924 854.42,603.924 854.623,373.02 \n",
" 854.826,373.02 855.029,373.02 855.233,373.02 855.436,373.02 855.639,391.874 855.842,449.46 856.046,449.46 856.249,449.46 856.452,449.46 856.655,473.2 \n",
" 856.859,473.2 857.062,473.2 857.265,473.2 857.468,473.2 857.672,418.206 857.875,379.958 858.078,379.668 858.281,379.668 858.485,379.668 858.688,379.668 \n",
" 858.891,391.822 859.094,405.743 859.298,405.743 859.501,405.743 859.704,405.743 859.907,476.008 860.111,366.624 860.314,366.624 860.517,366.624 860.72,366.624 \n",
" 860.924,366.624 861.127,441.966 861.33,441.966 861.533,340.665 861.737,340.665 861.94,340.665 862.143,366.241 862.346,366.241 862.55,340.897 862.753,340.897 \n",
" 862.956,354.852 863.159,354.852 863.363,354.852 863.566,354.852 863.769,584.896 863.972,584.896 864.175,693.206 864.379,693.206 864.582,478.015 864.785,376.948 \n",
" 864.988,376.948 865.192,376.948 865.395,376.948 865.598,376.948 865.801,357.963 866.005,357.963 866.208,351.046 866.411,378.653 866.614,378.653 866.818,399.77 \n",
" 867.021,399.77 867.224,448.272 867.427,448.272 867.631,448.272 867.834,435.03 868.037,344.393 868.24,457.545 868.444,363.579 868.647,363.579 868.85,400.269 \n",
" 869.053,347.338 869.257,560.797 869.46,560.797 869.663,366.087 869.866,366.087 870.07,368.73 870.273,377.482 870.476,377.482 870.679,398.559 870.883,398.559 \n",
" 871.086,716.642 871.289,632.818 871.492,632.818 871.696,632.818 871.899,632.818 872.102,429.137 872.305,360.91 872.509,360.91 872.712,360.91 872.915,360.91 \n",
" 873.118,360.91 873.322,360.91 873.525,360.91 873.728,360.91 873.931,360.91 874.135,428.218 874.338,329.514 874.541,329.514 874.744,329.514 874.948,329.514 \n",
" 875.151,329.514 875.354,329.514 875.557,524.932 875.761,532.054 875.964,515.536 876.167,515.536 876.37,450.396 876.574,450.396 876.777,450.396 876.98,450.396 \n",
" 877.183,450.396 877.387,450.396 877.59,450.396 877.793,452.776 877.996,388.416 878.2,412.055 878.403,424.201 878.606,424.201 878.809,708.813 879.013,708.813 \n",
" 879.216,708.813 879.419,454.336 879.622,502.925 879.826,405.399 880.029,406.741 880.232,406.741 880.435,406.741 880.638,406.741 880.842,326.364 881.045,326.364 \n",
" 881.248,326.364 881.451,317.861 881.655,375.517 881.858,375.517 882.061,375.517 882.264,392.199 882.468,364.178 882.671,364.178 882.874,408.7 883.077,453.799 \n",
" 883.281,423.375 883.484,423.375 883.687,423.375 883.89,423.375 884.094,423.375 884.297,423.375 884.5,359.901 884.703,359.901 884.907,359.901 885.11,389.383 \n",
" 885.313,389.383 885.516,389.383 885.72,389.383 885.923,389.383 886.126,389.383 886.329,389.383 886.533,438.31 886.736,426.896 886.939,426.896 887.142,426.896 \n",
" 887.346,426.896 887.549,426.896 887.752,506.767 887.955,438.181 888.159,438.181 888.362,438.181 888.565,480.612 888.768,480.612 888.972,782.902 889.175,867.762 \n",
" 889.378,867.762 889.581,867.762 889.785,929.335 889.988,929.335 890.191,929.335 890.394,722.825 890.598,931.74 890.801,931.74 891.004,571.829 891.207,571.829 \n",
" 891.411,571.829 891.614,571.829 891.817,571.829 892.02,484.638 892.224,484.638 892.427,484.638 892.63,497.998 892.833,497.998 893.037,471.8 893.24,471.8 \n",
" 893.443,471.8 893.646,448.159 893.85,448.159 894.053,448.159 894.256,448.159 894.459,448.159 894.663,377.888 894.866,377.888 895.069,340.248 895.272,340.248 \n",
" 895.476,428.188 895.679,334.509 895.882,334.509 896.085,370.975 896.289,370.975 896.492,389.348 896.695,389.348 896.898,419.751 897.101,419.751 897.305,353.18 \n",
" 897.508,353.18 897.711,353.18 897.914,365.016 898.118,365.016 898.321,456.262 898.524,456.262 898.727,456.262 898.931,475.097 899.134,475.097 899.337,415.126 \n",
" 899.54,415.126 899.744,415.126 899.947,415.126 900.15,331.692 900.353,331.692 900.557,331.692 900.76,344.943 900.963,344.943 901.166,344.943 901.37,344.943 \n",
" 901.573,390.219 901.776,390.219 901.979,390.219 902.183,437.481 902.386,437.481 902.589,437.481 902.792,437.481 902.996,339.295 903.199,339.295 903.402,339.295 \n",
" 903.605,533.936 903.809,424.416 904.012,411.793 904.215,386.868 904.418,386.868 904.622,427.87 904.825,427.87 905.028,427.87 905.231,427.87 905.435,427.87 \n",
" 905.638,350.551 905.841,350.551 906.044,350.551 906.248,300.428 906.451,407.229 906.654,474.477 906.857,474.477 907.061,308.358 907.264,308.358 907.467,462.757 \n",
" 907.67,326.11 907.874,326.11 908.077,674.938 908.28,727.68 908.483,727.68 908.687,727.68 908.89,391.849 909.093,359.339 909.296,370.49 909.5,378.218 \n",
" 909.703,378.218 909.906,360.744 910.109,464.469 910.313,464.469 910.516,384.543 910.719,556.447 910.922,585.314 911.126,302.386 911.329,302.386 911.532,302.386 \n",
" 911.735,302.386 911.939,302.386 912.142,302.386 912.345,302.386 912.548,330.783 912.752,350.608 912.955,375.358 913.158,412.957 913.361,412.957 913.564,412.957 \n",
" 913.768,412.957 913.971,412.957 914.174,412.957 914.377,531.733 914.581,531.733 914.784,370.295 914.987,449.301 915.19,442.547 915.394,450.784 915.597,348.571 \n",
" 915.8,346.622 916.003,553.358 916.207,553.358 916.41,525.617 916.613,412.997 916.816,301.832 917.02,301.832 917.223,301.832 917.426,410.984 917.629,288.542 \n",
" 917.833,480.287 918.036,480.287 918.239,480.287 918.442,533.876 918.646,390.261 918.849,744.373 919.052,744.373 919.255,744.373 919.459,420.97 919.662,420.97 \n",
" 919.865,368.844 920.068,368.844 920.272,368.844 920.475,520.009 920.678,520.009 920.881,520.009 921.085,450.234 921.288,450.234 921.491,419.917 921.694,419.917 \n",
" 921.898,474.227 922.101,442.408 922.304,442.408 922.507,442.408 922.711,320.061 922.914,320.061 923.117,320.061 923.32,320.061 923.524,320.061 923.727,320.061 \n",
" 923.93,320.061 924.133,320.061 924.337,320.061 924.54,320.061 924.743,325.691 924.946,454.118 925.15,454.118 925.353,392.167 925.556,392.167 925.759,392.167 \n",
" 925.963,392.167 926.166,664.616 926.369,664.616 926.572,612.145 926.776,711.11 926.979,711.11 927.182,695.926 927.385,333.049 927.589,376.046 927.792,376.046 \n",
" 927.995,273.874 928.198,273.874 928.402,273.874 928.605,273.874 928.808,325.847 929.011,339.371 929.215,359.179 929.418,490.822 929.621,490.822 929.824,490.822 \n",
" 930.027,348.485 930.231,388.946 930.434,388.946 930.637,388.946 930.84,388.946 931.044,317.957 931.247,295.208 931.45,321.679 931.653,321.679 931.857,284.17 \n",
" 932.06,284.17 932.263,284.17 932.466,324.356 932.67,387.841 932.873,387.841 933.076,291.247 933.279,378.12 933.483,378.12 933.686,280.688 933.889,274.454 \n",
" 934.092,287.343 934.296,287.343 934.499,390.147 934.702,390.147 934.905,384.91 935.109,384.91 935.312,384.91 935.515,570.947 935.718,570.947 935.922,570.947 \n",
" 936.125,570.947 936.328,590.375 936.531,555.358 936.735,678.088 936.938,573.13 937.141,573.13 937.344,573.13 937.548,573.13 937.751,573.13 937.954,573.13 \n",
" 938.157,573.13 938.361,458.327 938.564,530.099 938.767,327.02 938.97,327.02 939.174,327.02 939.377,343.639 939.58,344.317 939.783,344.317 939.987,344.317 \n",
" 940.19,344.317 940.393,344.317 940.596,414.64 940.8,414.64 941.003,414.64 941.206,545.381 941.409,643.241 941.613,587.022 941.816,586.218 942.019,586.218 \n",
" 942.222,586.218 942.426,591.76 942.629,545.112 942.832,620.198 943.035,524.192 943.239,585.854 943.442,516.71 943.645,516.71 943.848,516.71 944.052,441.115 \n",
" 944.255,441.115 944.458,541.414 944.661,541.414 944.865,548.623 945.068,548.623 945.271,287.478 945.474,287.478 945.678,287.478 945.881,287.478 946.084,287.478 \n",
" 946.287,287.478 946.49,274.34 946.694,274.34 946.897,270.061 947.1,389.585 947.303,275.865 947.507,275.865 947.71,276.989 947.913,308.652 948.116,308.652 \n",
" 948.32,308.652 948.523,308.652 948.726,308.652 948.929,324.331 949.133,273.955 949.336,273.955 949.539,273.955 949.742,273.955 949.946,273.955 950.149,273.955 \n",
" 950.352,273.955 950.555,273.955 950.759,273.955 950.962,273.632 951.165,273.632 951.368,273.632 951.572,334.3 951.775,334.3 951.978,342.193 952.181,293.141 \n",
" 952.385,412.422 952.588,412.422 952.791,388.576 952.994,484.824 953.198,272.721 953.401,475.452 953.604,604.803 953.807,604.803 954.011,604.803 954.214,496.624 \n",
" 954.417,389.279 954.62,389.279 954.824,418.748 955.027,418.748 955.23,418.748 955.433,511.289 955.637,511.289 955.84,635.638 956.043,638.644 956.246,851.552 \n",
" 956.45,552.546 956.653,468.424 956.856,414.006 957.059,353.358 957.263,333.693 957.466,341.575 957.669,380.359 957.872,380.359 958.076,380.359 958.279,706.18 \n",
" 958.482,706.18 958.685,706.18 958.889,706.18 959.092,891.856 959.295,891.856 959.498,891.856 959.702,891.856 959.905,891.856 960.108,616.168 960.311,616.168 \n",
" 960.515,616.168 960.718,616.168 960.921,721.873 961.124,605.258 961.328,653.263 961.531,625.356 961.734,358.366 961.937,412.288 962.141,412.288 962.344,412.288 \n",
" 962.547,412.288 962.75,364.171 962.953,364.171 963.157,364.171 963.36,303.305 963.563,303.305 963.766,303.305 963.97,303.305 964.173,303.305 964.376,303.305 \n",
" 964.579,303.305 964.783,303.305 964.986,395.169 965.189,395.169 965.392,395.169 965.596,395.169 965.799,395.169 966.002,423.674 966.205,280.57 966.409,280.57 \n",
" 966.612,310.757 966.815,388.052 967.018,457.882 967.222,457.882 967.425,419.906 967.628,406.91 967.831,353.91 968.035,353.91 968.238,349.618 968.441,349.618 \n",
" 968.644,340.739 968.848,340.739 969.051,340.739 969.254,340.739 969.457,340.739 969.661,340.739 969.864,307.593 970.067,307.593 970.27,286.949 970.474,286.949 \n",
" 970.677,286.949 970.88,286.949 971.083,286.949 971.287,286.949 971.49,386.18 971.693,386.18 971.896,386.18 972.1,386.18 972.303,386.18 972.506,386.18 \n",
" 972.709,386.18 972.913,716.281 973.116,402.587 973.319,354.392 973.522,295.369 973.726,295.369 973.929,295.369 974.132,443.739 974.335,495.874 974.539,495.874 \n",
" 974.742,495.874 974.945,495.874 975.148,291.394 975.352,291.394 975.555,382.294 975.758,382.294 975.961,358.234 976.165,358.234 976.368,479.305 976.571,479.305 \n",
" 976.774,336.693 976.978,336.693 977.181,336.693 977.384,327.581 977.587,327.581 977.791,369.949 977.994,369.949 978.197,369.949 978.4,369.949 978.604,419.101 \n",
" 978.807,419.101 979.01,419.101 979.213,419.101 979.416,419.101 979.62,475.328 979.823,524.347 980.026,682.521 980.229,366.041 980.433,300.163 980.636,339.019 \n",
" 980.839,339.019 981.042,339.019 981.246,339.019 981.449,421.682 981.652,314.557 981.855,288.712 982.059,288.712 982.262,455.794 982.465,312.344 982.668,312.344 \n",
" 982.872,312.344 983.075,312.344 983.278,312.344 983.481,320.024 983.685,320.024 983.888,320.024 984.091,300.58 984.294,275.782 984.498,274.544 984.701,274.544 \n",
" 984.904,358.732 985.107,330.371 985.311,327.628 985.514,748.056 985.717,419.82 985.92,419.82 986.124,419.82 986.327,383.683 986.53,383.683 986.733,383.683 \n",
" 986.937,383.683 987.14,293.095 987.343,293.095 987.546,291.955 987.75,291.955 987.953,291.955 988.156,403.491 988.359,451.33 988.563,318.959 988.766,331.189 \n",
" 988.969,364.661 989.172,429.803 989.376,429.803 989.579,429.803 989.782,480.531 989.985,480.531 990.189,428.261 990.392,400.986 990.595,400.986 990.798,304.138 \n",
" 991.002,391.991 991.205,508.726 991.408,508.726 991.611,508.726 991.815,377.634 992.018,377.634 992.221,377.634 992.424,377.634 992.628,565.483 992.831,565.483 \n",
" 993.034,565.483 993.237,565.483 993.441,565.483 993.644,565.483 993.847,565.483 994.05,361.042 994.254,419.141 994.457,361.44 994.66,361.44 994.863,361.44 \n",
" 995.067,472.138 995.27,454.142 995.473,454.142 995.676,424.759 995.879,424.759 996.083,470.118 996.286,597.375 996.489,597.375 996.692,597.375 996.896,382.035 \n",
" 997.099,512.098 997.302,438.691 997.505,391.669 997.709,391.669 997.912,391.669 998.115,391.669 998.318,391.669 998.522,391.669 998.725,391.669 998.928,344.013 \n",
" 999.131,344.013 999.335,344.013 999.538,344.013 999.741,344.013 999.944,304.599 1000.15,304.599 1000.35,304.599 1000.55,304.599 1000.76,418.024 1000.96,474.4 \n",
" 1001.16,435.107 1001.37,435.107 1001.57,453.514 1001.77,505.276 1001.98,428.242 1002.18,428.242 1002.38,428.242 1002.59,584.795 1002.79,584.795 1002.99,584.795 \n",
" 1003.2,584.795 1003.4,584.795 1003.6,584.795 1003.81,409.151 1004.01,412.781 1004.21,412.781 1004.42,292.045 1004.62,285.715 1004.82,502.406 1005.03,327.408 \n",
" 1005.23,310.047 1005.43,310.047 1005.64,290.433 1005.84,320.021 1006.04,320.021 1006.25,320.021 1006.45,293.62 1006.65,288.206 1006.85,288.206 1007.06,355.227 \n",
" 1007.26,354.814 1007.46,410.61 1007.67,444.028 1007.87,369.032 1008.07,636.773 1008.28,472.607 1008.48,500.404 1008.68,500.404 1008.89,500.404 1009.09,305.13 \n",
" 1009.29,305.13 1009.5,305.13 1009.7,305.13 1009.9,305.13 1010.11,305.13 1010.31,285.647 1010.51,293.923 1010.72,290.658 1010.92,290.658 1011.12,466.907 \n",
" 1011.33,598.068 1011.53,394.697 1011.73,394.697 1011.94,394.697 1012.14,394.697 1012.34,394.697 1012.55,346.398 1012.75,310.404 1012.95,284.837 1013.16,297.295 \n",
" 1013.36,297.295 1013.56,297.295 1013.77,347.78 1013.97,296.582 1014.17,296.582 1014.37,296.582 1014.58,272.192 1014.78,272.192 1014.98,272.192 1015.19,272.192 \n",
" 1015.39,272.192 1015.59,272.192 1015.8,281.272 1016,509.754 1016.2,509.754 1016.41,267.686 1016.61,276.58 1016.81,351.553 1017.02,351.553 1017.22,519.715 \n",
" 1017.42,519.715 1017.63,480.724 1017.83,523.398 1018.03,523.398 1018.24,324.87 1018.44,306.447 1018.64,306.447 1018.85,306.447 1019.05,306.447 1019.25,330.107 \n",
" 1019.46,330.107 1019.66,330.107 1019.86,486.408 1020.07,705.094 1020.27,366.693 1020.47,366.693 1020.68,366.693 1020.88,366.693 1021.08,300.681 1021.29,300.681 \n",
" 1021.49,329.141 1021.69,329.141 1021.9,282.43 1022.1,282.43 1022.3,282.43 1022.5,336.386 1022.71,336.386 1022.91,293.321 1023.11,293.321 1023.32,293.321 \n",
" 1023.52,293.321 1023.72,275.633 1023.93,275.633 1024.13,552.74 1024.33,552.74 1024.54,552.74 1024.74,552.74 1024.94,552.74 1025.15,552.74 1025.35,552.74 \n",
" 1025.55,552.74 1025.76,552.74 1025.96,552.74 1026.16,552.74 1026.37,596.869 1026.57,596.869 1026.77,596.869 1026.98,578.847 1027.18,578.847 1027.38,373.346 \n",
" 1027.59,373.346 1027.79,373.346 1027.99,373.346 1028.2,373.346 1028.4,373.346 1028.6,373.346 1028.81,373.346 1029.01,306.349 1029.21,306.349 1029.42,500.566 \n",
" 1029.62,265.053 1029.82,265.053 1030.02,265.053 1030.23,265.053 1030.43,265.053 1030.63,265.053 1030.84,261.188 1031.04,261.188 1031.24,417.692 1031.45,417.692 \n",
" 1031.65,633.596 1031.85,584.872 1032.06,559.005 1032.26,559.005 1032.46,761.124 1032.67,761.124 1032.87,510.52 1033.07,510.52 1033.28,510.52 1033.48,511.738 \n",
" 1033.68,511.738 1033.89,459.436 1034.09,419.888 1034.29,419.888 1034.5,353.819 1034.7,353.819 1034.9,277.827 1035.11,277.827 1035.31,277.827 1035.51,277.827 \n",
" 1035.72,248.839 1035.92,254.758 1036.12,317.582 1036.33,284.098 1036.53,284.098 1036.73,364.018 1036.94,274.102 1037.14,274.102 1037.34,274.102 1037.55,274.102 \n",
" 1037.75,274.102 1037.95,274.102 1038.15,274.102 1038.36,274.102 1038.56,309.294 1038.76,309.294 1038.97,354.897 1039.17,425.042 1039.37,425.042 1039.58,425.042 \n",
" 1039.78,425.042 1039.98,425.042 1040.19,425.042 1040.39,425.042 1040.59,425.042 1040.8,425.042 1041,425.042 1041.2,425.042 1041.41,425.042 1041.61,367.732 \n",
" 1041.81,367.732 1042.02,367.732 1042.22,359.158 1042.42,359.158 1042.63,359.158 1042.83,495.475 1043.03,495.475 1043.24,495.475 1043.44,273.641 1043.64,273.641 \n",
" 1043.85,273.641 1044.05,273.641 1044.25,273.641 1044.46,323.907 1044.66,323.907 1044.86,335.484 1045.07,335.484 1045.27,335.484 1045.47,335.484 1045.67,245.235 \n",
" 1045.88,279.86 1046.08,656.025 1046.28,613.232 1046.49,478.762 1046.69,478.762 1046.89,538.848 1047.1,538.848 1047.3,609.688 1047.5,266.258 1047.71,284.539 \n",
" 1047.91,284.539 1048.11,284.539 1048.32,289.079 1048.52,637.318 1048.72,877.077 1048.93,877.077 1049.13,883.252 1049.33,859.965 1049.54,859.965 1049.74,859.965 \n",
" 1049.94,859.965 1050.15,859.965 1050.35,859.965 1050.55,859.965 1050.76,1045.08 1050.96,1004.73 1051.16,1004.73 1051.37,843.111 1051.57,790.956 1051.77,800.443 \n",
" 1051.98,753.415 1052.18,753.415 1052.38,753.415 1052.59,753.415 1052.79,753.415 1052.99,753.415 1053.2,753.415 1053.4,940.049 1053.6,864.605 1053.8,527.908 \n",
" 1054.01,527.908 1054.21,701.72 1054.41,631.563 1054.62,509.168 1054.82,509.168 1055.02,509.168 1055.23,509.168 1055.43,480.826 1055.63,628.352 1055.84,651.132 \n",
" 1056.04,651.132 1056.24,568.073 1056.45,568.073 1056.65,568.073 1056.85,568.073 1057.06,364.085 1057.26,364.085 1057.46,661.169 1057.67,661.169 1057.87,674.093 \n",
" 1058.07,422.617 1058.28,422.617 1058.48,270.709 1058.68,313.392 1058.89,613.103 1059.09,561.075 1059.29,561.075 1059.5,561.075 1059.7,561.075 1059.9,370.223 \n",
" 1060.11,370.223 1060.31,370.223 1060.51,370.223 1060.72,370.223 1060.92,370.223 1061.12,370.223 1061.33,370.772 1061.53,370.772 1061.73,303.862 1061.93,303.862 \n",
" 1062.14,252.148 1062.34,252.148 1062.54,252.148 1062.75,584.278 1062.95,363.171 1063.15,363.171 1063.36,270.91 1063.56,270.91 1063.76,270.91 1063.97,270.91 \n",
" 1064.17,270.91 1064.37,386.599 1064.58,403.523 1064.78,403.523 1064.98,272.997 1065.19,272.997 1065.39,257.377 1065.59,257.377 1065.8,257.377 1066,257.377 \n",
" 1066.2,257.377 1066.41,424.945 1066.61,424.945 1066.81,424.945 1067.02,424.945 1067.22,251.346 1067.42,251.346 1067.63,271.275 1067.83,271.829 1068.03,271.829 \n",
" 1068.24,323.76 1068.44,323.76 1068.64,323.76 1068.85,419.002 1069.05,419.002 1069.25,419.002 1069.45,305.767 1069.66,333.069 1069.86,333.069 1070.06,409.063 \n",
" 1070.27,409.063 1070.47,440.224 1070.67,440.224 1070.88,440.224 1071.08,543.479 1071.28,543.479 1071.49,543.479 1071.69,543.479 1071.89,543.479 1072.1,543.479 \n",
" 1072.3,494.317 1072.5,494.317 1072.71,387.867 1072.91,387.867 1073.11,310.749 1073.32,310.749 1073.52,310.749 1073.72,277.287 1073.93,277.287 1074.13,277.287 \n",
" 1074.33,277.287 1074.54,277.287 1074.74,316.492 1074.94,414.338 1075.15,281.102 1075.35,281.102 1075.55,281.102 1075.76,299.431 1075.96,392.71 1076.16,311.652 \n",
" 1076.37,311.652 1076.57,311.652 1076.77,311.652 1076.98,311.652 1077.18,311.652 1077.38,364.767 1077.58,395.631 1077.79,395.631 1077.99,533.284 1078.19,533.284 \n",
" 1078.4,482.428 1078.6,482.428 1078.8,410.722 1079.01,755.707 1079.21,729.184 1079.41,498.791 1079.62,261.962 1079.82,261.962 1080.02,487.116 1080.23,679.239 \n",
" 1080.43,679.239 1080.63,679.239 1080.84,679.239 1081.04,679.239 1081.24,679.239 1081.45,550.061 1081.65,459.766 1081.85,459.766 1082.06,459.766 1082.26,488.283 \n",
" 1082.46,488.283 1082.67,416.214 1082.87,462.506 1083.07,462.506 1083.28,613.357 1083.48,613.357 1083.68,613.357 1083.89,613.357 1084.09,613.357 1084.29,867.968 \n",
" 1084.5,867.968 1084.7,925.078 1084.9,925.078 1085.1,612.115 1085.31,735.571 1085.51,735.571 1085.71,573.102 1085.92,573.102 1086.12,567.98 1086.32,292.251 \n",
" 1086.53,267.742 1086.73,529.023 1086.93,542.681 1087.14,350.602 1087.34,880.078 1087.54,407.132 1087.75,407.132 1087.95,407.132 1088.15,306.733 1088.36,305.016 \n",
" 1088.56,305.016 1088.76,268.92 1088.97,286.627 1089.17,286.627 1089.37,286.627 1089.58,286.627 1089.78,286.627 1089.98,245.176 1090.19,245.176 1090.39,245.176 \n",
" 1090.59,245.176 1090.8,255.816 1091,420.686 1091.2,420.686 1091.41,420.686 1091.61,420.686 1091.81,420.686 1092.02,420.686 1092.22,435.872 1092.42,283.957 \n",
" 1092.63,283.957 1092.83,432.652 1093.03,441.645 1093.23,441.645 1093.44,374.028 1093.64,374.028 1093.84,374.028 1094.05,374.028 1094.25,374.028 1094.45,374.028 \n",
" 1094.66,374.028 1094.86,374.028 1095.06,374.028 1095.27,374.028 1095.47,306.141 1095.67,399.964 1095.88,399.964 1096.08,315.238 1096.28,453.185 1096.49,453.185 \n",
" 1096.69,360.537 1096.89,396.909 1097.1,325.322 1097.3,325.322 1097.5,391.2 1097.71,391.2 1097.91,252.879 1098.11,252.879 1098.32,252.879 1098.52,277.267 \n",
" 1098.72,406.779 1098.93,406.779 1099.13,406.779 1099.33,406.779 1099.54,406.779 1099.74,406.779 1099.94,406.779 1100.15,406.779 1100.35,621.633 1100.55,352.677 \n",
" 1100.75,314.018 1100.96,314.018 1101.16,248.862 1101.36,248.862 1101.57,458.603 1101.77,255.69 1101.97,255.69 1102.18,399.411 1102.38,399.411 1102.58,401.049 \n",
" 1102.79,401.049 1102.99,419.05 1103.19,409.162 1103.4,409.162 1103.6,409.162 1103.8,253.74 1104.01,344.091 1104.21,319.069 1104.41,319.069 1104.62,255.518 \n",
" 1104.82,257.518 1105.02,257.518 1105.23,257.518 1105.43,265.749 1105.63,265.749 1105.84,536.688 1106.04,492.549 1106.24,464.019 1106.45,464.019 1106.65,377.968 \n",
" 1106.85,377.968 1107.06,377.968 1107.26,377.968 1107.46,245.009 1107.67,512.623 1107.87,347.394 1108.07,347.394 1108.28,600.699 1108.48,339.465 1108.68,233.855 \n",
" 1108.88,276.072 1109.09,236.794 1109.29,240.467 1109.49,305.932 1109.7,305.932 1109.9,290.202 1110.1,265.817 1110.31,691.153 1110.51,524.336 1110.71,587.528 \n",
" 1110.92,277.407 1111.12,403.203 1111.32,403.203 1111.53,403.203 1111.73,403.203 1111.93,256.674 1112.14,256.674 1112.34,256.674 1112.54,245.111 1112.75,319.662 \n",
" 1112.95,478.198 1113.15,478.198 1113.36,416.782 1113.56,353.114 1113.76,404.324 1113.97,404.324 1114.17,430.227 1114.37,430.227 1114.58,370.498 1114.78,397.592 \n",
" 1114.98,1101.43 1115.19,1353.86 1115.39,542.945 1115.59,783.069 1115.8,783.069 1116,639.115 1116.2,991.513 1116.4,885.459 1116.61,885.459 1116.81,840.547 \n",
" 1117.01,840.547 1117.22,862.292 1117.42,749.896 1117.62,717.782 1117.83,717.782 1118.03,717.782 1118.23,986.85 1118.44,1138.52 1118.64,1138.52 1118.84,1138.52 \n",
" 1119.05,971.241 1119.25,670.053 1119.45,487.524 1119.66,487.524 1119.86,279.473 1120.06,275.362 1120.27,360.882 1120.47,360.882 1120.67,366.739 1120.88,353.729 \n",
" 1121.08,345.782 1121.28,345.782 1121.49,345.782 1121.69,345.782 1121.89,441.614 1122.1,441.614 1122.3,302.634 1122.5,273.064 1122.71,273.064 1122.91,273.064 \n",
" 1123.11,273.064 1123.32,273.064 1123.52,389.738 1123.72,389.738 1123.93,324.335 1124.13,323.608 1124.33,323.608 1124.53,323.608 1124.74,309.276 1124.94,318.75 \n",
" 1125.14,400.208 1125.35,400.208 1125.55,400.208 1125.75,400.208 1125.96,260.811 1126.16,334.414 1126.36,334.414 1126.57,400.898 1126.77,450.097 1126.97,450.097 \n",
" 1127.18,450.097 1127.38,450.097 1127.58,446.28 1127.79,604.521 1127.99,374.549 1128.19,295.418 1128.4,354.645 1128.6,413.553 1128.8,421.892 1129.01,421.892 \n",
" 1129.21,421.892 1129.41,266.608 1129.62,413.569 1129.82,370.957 1130.02,370.957 1130.23,277.205 1130.43,490.498 1130.63,490.498 1130.84,490.498 1131.04,490.498 \n",
" 1131.24,490.498 1131.45,490.498 1131.65,490.498 1131.85,490.498 1132.05,490.498 1132.26,490.498 1132.46,490.498 1132.66,490.498 1132.87,490.626 1133.07,490.626 \n",
" 1133.27,352.006 1133.48,580.36 1133.68,603.193 1133.88,309.885 1134.09,376.604 1134.29,376.604 1134.49,323.018 1134.7,308.911 1134.9,457.35 1135.1,307.585 \n",
" 1135.31,315.322 1135.51,432.174 1135.71,432.174 1135.92,432.174 1136.12,432.174 1136.32,520.068 1136.53,468.667 1136.73,331.623 1136.93,331.623 1137.14,337.942 \n",
" 1137.34,337.942 1137.54,337.942 1137.75,337.942 1137.95,337.942 1138.15,337.942 1138.36,634.002 1138.56,634.002 1138.76,383.873 1138.97,383.873 1139.17,285.861 \n",
" 1139.37,269.699 1139.58,269.699 1139.78,269.699 1139.98,276.018 1140.18,326.045 1140.39,326.045 1140.59,326.045 1140.79,326.045 1141,326.045 1141.2,326.045 \n",
" 1141.4,346.932 1141.61,346.932 1141.81,346.932 1142.01,346.932 1142.22,346.932 1142.42,701.819 1142.62,800.834 1142.83,800.834 1143.03,800.834 1143.23,799.648 \n",
" 1143.44,597.885 1143.64,571.571 1143.84,690.581 1144.05,657.292 1144.25,657.292 1144.45,657.292 1144.66,720.561 1144.86,376.662 1145.06,269.637 1145.27,273.95 \n",
" 1145.47,275.136 1145.67,275.136 1145.88,416.087 1146.08,416.087 1146.28,416.087 1146.49,409.958 1146.69,409.958 1146.89,307.038 1147.1,307.038 1147.3,366.541 \n",
" 1147.5,358.116 1147.7,284.093 1147.91,284.093 1148.11,284.093 1148.31,284.093 1148.52,355.078 1148.72,355.078 1148.92,355.078 1149.13,355.078 1149.33,567.092 \n",
" 1149.53,567.092 1149.74,864.909 1149.94,864.909 1150.14,864.909 1150.35,733.039 1150.55,281.484 1150.75,459.921 1150.96,605.414 1151.16,605.414 1151.36,633.081 \n",
" 1151.57,498.233 1151.77,322.521 1151.97,410.679 1152.18,410.679 1152.38,315.272 1152.58,315.272 1152.79,369.369 1152.99,843.195 1153.19,843.195 1153.4,835.145 \n",
" 1153.6,593.762 1153.8,516.313 1154.01,655.413 1154.21,325.08 1154.41,342.684 1154.62,320.165 1154.82,272.006 1155.02,272.006 1155.23,272.006 1155.43,272.006 \n",
" 1155.63,297.88 1155.83,297.88 1156.04,297.88 1156.24,281.206 1156.44,352.74 1156.65,352.74 1156.85,352.74 1157.05,352.74 1157.26,353.008 1157.46,346.552 \n",
" 1157.66,346.552 1157.87,346.552 1158.07,397.715 1158.27,281.935 1158.48,281.935 1158.68,281.935 1158.88,281.935 1159.09,269.535 1159.29,269.535 1159.49,269.535 \n",
" 1159.7,269.535 1159.9,269.535 1160.1,269.535 1160.31,269.535 1160.51,269.535 1160.71,472.287 1160.92,308.084 1161.12,308.084 1161.32,304.206 1161.53,304.206 \n",
" 1161.73,304.206 1161.93,304.206 1162.14,270.792 1162.34,270.792 1162.54,270.792 1162.75,270.792 1162.95,270.792 1163.15,270.792 1163.35,452.756 1163.56,452.756 \n",
" 1163.76,499.234 1163.96,499.234 1164.17,499.234 1164.37,499.234 1164.57,495.319 1164.78,769.805 1164.98,769.805 1165.18,769.805 1165.39,514.579 1165.59,514.579 \n",
" 1165.79,514.579 1166,356.133 1166.2,356.133 1166.4,276.694 1166.61,340.704 1166.81,340.704 1167.01,340.704 1167.22,533.399 1167.42,302.073 1167.62,302.073 \n",
" 1167.83,302.073 1168.03,302.073 1168.23,515.527 1168.44,515.527 1168.64,392.165 1168.84,409.349 1169.05,409.349 1169.25,578.721 1169.45,481.709 1169.66,481.709 \n",
" 1169.86,669.817 1170.06,669.817 1170.27,269.642 1170.47,269.642 1170.67,269.642 1170.88,269.642 1171.08,387.393 1171.28,387.393 1171.48,273.242 1171.69,273.242 \n",
" 1171.89,273.242 1172.09,273.242 1172.3,273.242 1172.5,273.242 1172.7,333.512 1172.91,382.132 1173.11,269.301 1173.31,269.301 1173.52,269.301 1173.72,269.301 \n",
" 1173.92,269.301 1174.13,269.301 1174.33,269.301 1174.53,419.394 1174.74,419.394 1174.94,419.394 1175.14,383.089 1175.35,383.089 1175.55,392.143 1175.75,392.143 \n",
" 1175.96,392.143 1176.16,434.029 1176.36,434.029 1176.57,434.029 1176.77,450.156 1176.97,422.676 1177.18,422.676 1177.38,343.808 1177.58,447.846 1177.79,234.91 \n",
" 1177.99,234.91 1178.19,234.91 1178.4,249.284 1178.6,249.284 1178.8,249.284 1179,258.08 1179.21,258.08 1179.41,258.08 1179.61,258.08 1179.82,538.411 \n",
" 1180.02,538.411 1180.22,532.83 1180.43,638.087 1180.63,467.93 1180.83,229.914 1181.04,229.914 1181.24,281.901 1181.44,281.901 1181.65,281.901 1181.85,267.266 \n",
" 1182.05,390.042 1182.26,390.042 1182.46,390.042 1182.66,419.079 1182.87,357.384 1183.07,357.384 1183.27,357.384 1183.48,315.971 1183.68,315.971 1183.88,250.191 \n",
" 1184.09,250.191 1184.29,316.064 1184.49,316.064 1184.7,400.103 1184.9,400.103 1185.1,400.103 1185.31,400.103 1185.51,518.564 1185.71,440.037 1185.92,351.428 \n",
" 1186.12,351.428 1186.32,351.428 1186.53,403.795 1186.73,670.959 1186.93,670.959 1187.13,670.959 1187.34,505.266 1187.54,505.266 1187.74,505.266 1187.95,505.266 \n",
" 1188.15,505.266 1188.35,505.266 1188.56,505.266 1188.76,505.266 1188.96,612.475 1189.17,612.475 1189.37,283.603 1189.57,400.769 1189.78,327.353 1189.98,350.357 \n",
" 1190.18,339.742 1190.39,349.625 1190.59,317.987 1190.79,238.937 1191,238.937 1191.2,238.937 1191.4,238.937 1191.61,316.606 1191.81,236.686 1192.01,236.686 \n",
" 1192.22,236.686 1192.42,212.631 1192.62,212.631 1192.83,212.631 1193.03,212.631 1193.23,212.631 1193.44,212.631 1193.64,348.384 1193.84,256.942 1194.05,256.942 \n",
" 1194.25,302.98 1194.45,364.333 1194.65,399.901 1194.86,251.084 1195.06,454.896 1195.26,454.896 1195.47,362.338 1195.67,331.238 1195.87,308.715 1196.08,308.715 \n",
" 1196.28,308.715 1196.48,308.715 1196.69,308.715 1196.89,308.715 1197.09,311.195 1197.3,328.281 1197.5,348.561 1197.7,348.561 1197.91,412.338 1198.11,418.808 \n",
" 1198.31,418.808 1198.52,218.759 1198.72,218.759 1198.92,218.759 1199.13,218.759 1199.33,239.333 1199.53,239.333 1199.74,239.333 1199.94,243.872 1200.14,221.499 \n",
" 1200.35,221.499 1200.55,221.499 1200.75,256.95 1200.96,256.95 1201.16,246.67 1201.36,246.67 1201.57,246.67 1201.77,628.334 1201.97,628.334 1202.18,581.99 \n",
" 1202.38,581.99 1202.58,581.99 1202.78,487.914 1202.99,487.914 1203.19,487.914 1203.39,487.914 1203.6,487.914 1203.8,523.457 1204,523.457 1204.21,523.457 \n",
" 1204.41,523.457 1204.61,523.457 1204.82,523.457 1205.02,523.457 1205.22,523.457 1205.43,523.457 1205.63,493.502 1205.83,333.582 1206.04,333.582 1206.24,285.598 \n",
" 1206.44,285.598 1206.65,285.598 1206.85,252.701 1207.05,252.701 1207.26,252.701 1207.46,252.701 1207.66,252.701 1207.87,293.076 1208.07,293.076 1208.27,293.076 \n",
" 1208.48,293.076 1208.68,293.076 1208.88,293.076 1209.09,293.076 1209.29,241.202 1209.49,241.202 1209.7,302.112 1209.9,302.112 1210.1,302.112 1210.3,302.112 \n",
" 1210.51,302.112 1210.71,302.112 1210.91,302.112 1211.12,345.051 1211.32,248.792 1211.52,209.659 1211.73,212.17 1211.93,212.17 1212.13,212.17 1212.34,212.17 \n",
" 1212.54,212.17 1212.74,325.913 1212.95,330.624 1213.15,317.738 1213.35,317.738 1213.56,321.411 1213.76,321.411 1213.96,321.411 1214.17,321.411 1214.37,453.126 \n",
" 1214.57,466.692 1214.78,355.551 1214.98,246.085 1215.18,246.085 1215.39,246.085 1215.59,228.84 1215.79,228.84 1216,228.84 1216.2,220.67 1216.4,220.357 \n",
" 1216.61,220.357 1216.81,220.357 1217.01,220.357 1217.22,220.357 1217.42,390.522 1217.62,390.522 1217.83,339.136 1218.03,531.082 1218.23,534.029 1218.43,534.029 \n",
" 1218.64,483.699 1218.84,483.699 1219.04,483.699 1219.25,483.699 1219.45,462.386 1219.65,462.386 1219.86,490.631 1220.06,490.631 1220.26,247.082 1220.47,247.082 \n",
" 1220.67,247.082 1220.87,225.261 1221.08,225.261 1221.28,349.628 1221.48,424.143 1221.69,751.638 1221.89,419.944 1222.09,419.944 1222.3,314.371 1222.5,314.371 \n",
" 1222.7,350.982 1222.91,279.243 1223.11,279.243 1223.31,267.424 1223.52,267.424 1223.72,267.424 1223.92,267.424 1224.13,527.775 1224.33,315.792 1224.53,315.792 \n",
" 1224.74,315.792 1224.94,315.792 1225.14,315.792 1225.35,299.879 1225.55,299.879 1225.75,248.423 1225.96,248.423 1226.16,248.423 1226.36,248.423 1226.56,224.866 \n",
" 1226.77,224.866 1226.97,224.866 1227.17,224.866 1227.38,745.975 1227.58,745.975 1227.78,472.861 1227.99,472.861 1228.19,472.861 1228.39,391.914 1228.6,391.914 \n",
" 1228.8,600.189 1229,600.189 1229.21,214.19 1229.41,214.19 1229.61,214.19 1229.82,225.584 1230.02,348.087 1230.22,348.087 1230.43,308.947 1230.63,308.947 \n",
" 1230.83,353.83 1231.04,353.83 1231.24,337.837 1231.44,376.524 1231.65,376.524 1231.85,283.908 1232.05,251.688 1232.26,251.688 1232.46,251.688 1232.66,251.688 \n",
" 1232.87,327.676 1233.07,217.662 1233.27,327.746 1233.48,327.746 1233.68,228.318 1233.88,228.318 1234.08,264.374 1234.29,264.374 1234.49,264.374 1234.69,264.374 \n",
" 1234.9,264.374 1235.1,264.374 1235.3,547.028 1235.51,220.54 1235.71,220.54 1235.91,246.62 1236.12,246.62 1236.32,262.97 1236.52,301.967 1236.73,309.638 \n",
" 1236.93,309.638 1237.13,237.615 1237.34,249.136 1237.54,220.061 1237.74,220.061 1237.95,220.061 1238.15,207.574 1238.35,219.639 1238.56,219.639 1238.76,219.639 \n",
" 1238.96,308.52 1239.17,308.52 1239.37,280.301 1239.57,280.301 1239.78,280.301 1239.98,199.944 1240.18,199.944 1240.39,199.944 1240.59,199.944 1240.79,214.852 \n",
" 1241,214.852 1241.2,214.852 1241.4,214.852 1241.61,214.852 1241.81,261.035 1242.01,266.795 1242.21,266.795 1242.42,266.795 1242.62,599.617 1242.82,418.755 \n",
" 1243.03,507.093 1243.23,380.475 1243.43,380.475 1243.64,378.573 1243.84,378.573 1244.04,465 1244.25,465 1244.45,465 1244.65,420.392 1244.86,420.392 \n",
" 1245.06,292.063 1245.26,292.063 1245.47,292.786 1245.67,292.786 1245.87,395.009 1246.08,395.009 1246.28,395.009 1246.48,395.009 1246.69,204.492 1246.89,204.492 \n",
" 1247.09,396.584 1247.3,264.81 1247.5,264.81 1247.7,226.837 1247.91,215.225 1248.11,215.225 1248.31,636.939 1248.52,400.586 1248.72,400.586 1248.92,400.586 \n",
" 1249.13,400.586 1249.33,215.476 1249.53,215.476 1249.73,215.476 1249.94,215.476 1250.14,215.476 1250.34,215.476 1250.55,215.476 1250.75,238.977 1250.95,238.977 \n",
" 1251.16,238.977 1251.36,328.222 1251.56,193.837 1251.77,193.837 1251.97,193.837 1252.17,199.414 1252.38,210.234 1252.58,203.255 1252.78,203.255 1252.99,203.255 \n",
" 1253.19,242.423 1253.39,242.423 1253.6,350.344 1253.8,380.68 1254,444.211 1254.21,444.211 1254.41,444.211 1254.61,444.211 1254.82,444.211 1255.02,218.45 \n",
" 1255.22,218.45 1255.43,255.675 1255.63,238.524 1255.83,307.121 1256.04,307.121 1256.24,307.121 1256.44,307.121 1256.65,307.121 1256.85,307.121 1257.05,307.121 \n",
" 1257.26,307.121 1257.46,307.121 1257.66,323.101 1257.86,945.63 1258.07,634.709 1258.27,634.709 1258.47,289.006 1258.68,338.772 1258.88,338.772 1259.08,388.03 \n",
" 1259.29,237.539 1259.49,295.008 1259.69,295.008 1259.9,295.008 1260.1,428.594 1260.3,428.594 1260.51,428.594 1260.71,280.351 1260.91,280.351 1261.12,288.633 \n",
" 1261.32,288.633 1261.52,288.633 1261.73,288.633 1261.93,288.633 1262.13,288.633 1262.34,286.736 1262.54,300.153 1262.74,554.483 1262.95,828.139 1263.15,828.139 \n",
" 1263.35,717.907 1263.56,549.996 1263.76,549.996 1263.96,528.009 1264.17,423.415 1264.37,337.212 1264.57,337.212 1264.78,478.688 1264.98,478.688 1265.18,459.741 \n",
" 1265.38,459.741 1265.59,613.245 1265.79,613.245 1265.99,618.775 1266.2,618.775 1266.4,618.775 1266.6,618.775 1266.81,681.32 1267.01,805.142 1267.21,805.142 \n",
" 1267.42,805.142 1267.62,653.024 1267.82,678.817 1268.03,731.323 1268.23,731.323 1268.43,731.323 1268.64,731.323 1268.84,731.323 1269.04,731.323 1269.25,731.323 \n",
" 1269.45,791.828 1269.65,791.828 1269.86,550.563 1270.06,641.666 1270.26,426.548 1270.47,426.548 1270.67,272.022 1270.87,272.022 1271.08,351.891 1271.28,351.891 \n",
" 1271.48,351.891 1271.69,351.891 1271.89,351.891 1272.09,395.474 1272.3,605.607 1272.5,577.496 1272.7,577.496 1272.91,577.496 1273.11,577.496 1273.31,258.224 \n",
" 1273.51,288.131 1273.72,288.131 1273.92,263.79 1274.12,306.558 1274.33,306.558 1274.53,305.841 1274.73,305.841 1274.94,440.959 1275.14,415.808 1275.34,278.977 \n",
" 1275.55,278.977 1275.75,406.519 1275.95,429.909 1276.16,429.909 1276.36,487.523 1276.56,487.523 1276.77,500.617 1276.97,567.15 1277.17,567.15 1277.38,567.15 \n",
" 1277.58,567.15 1277.78,567.15 1277.99,514.148 1278.19,514.148 1278.39,461.261 1278.6,461.261 1278.8,461.261 1279,333.265 1279.21,428.076 1279.41,428.076 \n",
" 1279.61,428.076 1279.82,347.223 1280.02,372.84 1280.22,372.84 1280.43,372.84 1280.63,372.84 1280.83,330.524 1281.03,301.471 1281.24,301.471 1281.44,309.196 \n",
" 1281.64,309.196 1281.85,309.196 1282.05,309.196 1282.25,309.196 1282.46,309.196 1282.66,281.886 1282.86,350.266 1283.07,350.266 1283.27,350.266 1283.47,350.266 \n",
" 1283.68,257.696 1283.88,257.696 1284.08,257.696 1284.29,209.896 1284.49,209.896 1284.69,209.896 1284.9,428.018 1285.1,397.579 1285.3,300.686 1285.51,363.772 \n",
" 1285.71,363.772 1285.91,363.772 1286.12,383.7 1286.32,305.248 1286.52,459.718 1286.73,459.718 1286.93,419.682 1287.13,431.504 1287.34,431.504 1287.54,431.504 \n",
" 1287.74,431.504 1287.95,264.447 1288.15,215.555 1288.35,215.555 1288.56,215.555 1288.76,215.555 1288.96,215.555 1289.16,215.555 1289.37,296.502 1289.57,296.502 \n",
" 1289.77,296.502 1289.98,296.502 1290.18,296.502 1290.38,212.257 1290.59,212.257 1290.79,212.257 1290.99,212.257 1291.2,330.799 1291.4,330.799 1291.6,287.543 \n",
" 1291.81,387.538 1292.01,522.269 1292.21,322.135 1292.42,322.135 1292.62,322.135 1292.82,322.135 1293.03,261.15 1293.23,261.15 1293.43,261.15 1293.64,360.354 \n",
" 1293.84,347.015 1294.04,347.015 1294.25,347.015 1294.45,419.058 1294.65,419.058 1294.86,419.058 1295.06,367.076 1295.26,364.68 1295.47,422.904 1295.67,422.904 \n",
" 1295.87,422.904 1296.08,422.904 1296.28,376.71 1296.48,400.851 1296.68,334.622 1296.89,334.622 1297.09,510.996 1297.29,510.996 1297.5,317.272 1297.7,317.272 \n",
" 1297.9,317.272 1298.11,317.272 1298.31,317.272 1298.51,317.272 1298.72,256.552 1298.92,256.552 1299.12,456.844 1299.33,322.222 1299.53,375.77 1299.73,375.77 \n",
" 1299.94,375.77 1300.14,375.77 1300.34,255.007 1300.55,255.007 1300.75,255.007 1300.95,195.559 1301.16,195.559 1301.36,411.77 1301.56,402.197 1301.77,402.197 \n",
" 1301.97,402.197 1302.17,402.197 1302.38,402.197 1302.58,402.197 1302.78,244.215 1302.99,608.925 1303.19,608.925 1303.39,608.925 1303.6,519.984 1303.8,519.984 \n",
" 1304,795.779 1304.21,795.779 1304.41,704.884 1304.61,704.884 1304.81,288.562 1305.02,288.562 1305.22,288.562 1305.42,288.562 1305.63,288.562 1305.83,288.562 \n",
" 1306.03,288.562 1306.24,288.562 1306.44,227.481 1306.64,204.373 1306.85,204.373 1307.05,204.373 1307.25,186.09 1307.46,186.09 1307.66,249.619 1307.86,249.619 \n",
" 1308.07,249.619 1308.27,249.619 1308.47,427.039 1308.68,260.442 1308.88,260.442 1309.08,211.209 1309.29,477.133 1309.49,477.133 1309.69,617.194 1309.9,291.363 \n",
" 1310.1,235.516 1310.3,235.516 1310.51,235.516 1310.71,235.516 1310.91,198.286 1311.12,293.515 1311.32,293.515 1311.52,293.515 1311.73,252.978 1311.93,205.66 \n",
" 1312.13,205.66 1312.33,192.823 1312.54,192.823 1312.74,192.823 1312.94,192.823 1313.15,192.823 1313.35,194.286 1313.55,194.286 1313.76,356.678 1313.96,375.87 \n",
" 1314.16,251.732 1314.37,251.732 1314.57,606.991 1314.77,606.991 1314.98,534.037 1315.18,534.037 1315.38,534.037 1315.59,368.035 1315.79,368.035 1315.99,328.348 \n",
" 1316.2,271.234 1316.4,426.478 1316.6,426.478 1316.81,289.013 1317.01,289.385 1317.21,271.91 1317.42,319.817 1317.62,241.645 1317.82,222.335 1318.03,222.335 \n",
" 1318.23,222.335 1318.43,251.651 1318.64,248.269 1318.84,248.269 1319.04,257.469 1319.25,257.469 1319.45,252.033 1319.65,252.033 1319.86,253.286 1320.06,253.286 \n",
" 1320.26,253.286 1320.46,253.286 1320.67,274.945 1320.87,274.945 1321.07,232.962 1321.28,232.962 1321.48,301.916 1321.68,373.432 1321.89,373.432 1322.09,373.432 \n",
" 1322.29,373.432 1322.5,373.432 1322.7,373.432 1322.9,223.252 1323.11,246.412 1323.31,246.412 1323.51,278.834 1323.72,278.834 1323.92,190.96 1324.12,177.897 \n",
" 1324.33,177.897 1324.53,177.897 1324.73,177.897 1324.94,443.6 1325.14,463.676 1325.34,463.676 1325.55,463.676 1325.75,463.676 1325.95,463.676 1326.16,342.704 \n",
" 1326.36,342.704 1326.56,342.704 1326.77,248.874 1326.97,256.891 1327.17,248.1 1327.38,248.1 1327.58,231.819 1327.78,199.404 1327.98,199.404 1328.19,199.404 \n",
" 1328.39,495.983 1328.59,453.566 1328.8,453.566 1329,424.139 1329.2,424.139 1329.41,284.275 1329.61,455.653 1329.81,455.653 1330.02,246.112 1330.22,444.019 \n",
" 1330.42,444.019 1330.63,444.019 1330.83,494.415 1331.03,389.252 1331.24,389.252 1331.44,389.252 1331.64,389.252 1331.85,484.635 1332.05,484.635 1332.25,484.635 \n",
" 1332.46,399.05 1332.66,399.05 1332.86,399.05 1333.07,203.012 1333.27,203.012 1333.47,203.012 1333.68,243.664 1333.88,243.664 1334.08,332.701 1334.29,523.181 \n",
" 1334.49,311.16 1334.69,239.937 1334.9,239.937 1335.1,239.937 1335.3,239.937 1335.51,239.937 1335.71,239.189 1335.91,179.089 1336.11,248.871 1336.32,261.129 \n",
" 1336.52,174.187 1336.72,174.187 1336.93,174.187 1337.13,174.187 1337.33,174.187 1337.54,174.187 1337.74,174.187 1337.94,174.187 1338.15,174.187 1338.35,160.968 \n",
" 1338.55,173.667 1338.76,206.963 1338.96,206.963 1339.16,356.96 1339.37,356.96 1339.57,356.96 1339.77,207.82 1339.98,207.82 1340.18,232.392 1340.38,232.392 \n",
" 1340.59,232.392 1340.79,379.008 1340.99,379.008 1341.2,403.074 1341.4,231.987 1341.6,324.666 1341.81,345.633 1342.01,351.751 1342.21,351.751 1342.42,351.751 \n",
" 1342.62,281.038 1342.82,422.542 1343.03,627.268 1343.23,566.121 1343.43,474.273 1343.63,338.117 1343.84,338.117 1344.04,255.328 1344.24,255.328 1344.45,255.328 \n",
" 1344.65,255.328 1344.85,255.328 1345.06,198.329 1345.26,206.031 1345.46,419.394 1345.67,454.008 1345.87,413.638 1346.07,488.823 1346.28,488.823 1346.48,494.912 \n",
" 1346.68,182.354 1346.89,182.354 1347.09,182.354 1347.29,182.354 1347.5,286.564 1347.7,353.781 1347.9,243.041 1348.11,243.041 1348.31,175.131 1348.51,175.131 \n",
" 1348.72,175.131 1348.92,175.131 1349.12,422.224 1349.33,214.735 1349.53,203.336 1349.73,229.965 1349.94,218.117 1350.14,218.117 1350.34,218.117 1350.55,218.117 \n",
" 1350.75,351.597 1350.95,351.597 1351.16,351.597 1351.36,194.423 1351.56,233.67 1351.76,233.67 1351.97,169.416 1352.17,170.461 1352.37,170.461 1352.58,170.461 \n",
" 1352.78,170.461 1352.98,244.684 1353.19,265.934 1353.39,225.746 1353.59,225.746 1353.8,345.991 1354,345.991 1354.2,345.991 1354.41,345.991 1354.61,473.849 \n",
" 1354.81,500.029 1355.02,500.029 1355.22,500.029 1355.42,500.029 1355.63,500.029 1355.83,500.029 1356.03,500.029 1356.24,518.97 1356.44,241.898 1356.64,241.898 \n",
" 1356.85,241.898 1357.05,355.879 1357.25,355.879 1357.46,355.879 1357.66,355.879 1357.86,400.198 1358.07,258.246 1358.27,252.877 1358.47,252.877 1358.68,684.889 \n",
" 1358.88,684.889 1359.08,201.642 1359.28,286.128 1359.49,286.128 1359.69,196.689 1359.89,196.689 1360.1,196.689 1360.3,196.689 1360.5,196.689 1360.71,513.898 \n",
" 1360.91,498.184 1361.11,498.184 1361.32,622.037 1361.52,622.037 1361.72,544.614 1361.93,544.614 1362.13,544.614 1362.33,544.614 1362.54,544.614 1362.74,414.605 \n",
" 1362.94,285.149 1363.15,206.188 1363.35,206.188 1363.55,206.188 1363.76,177.628 1363.96,294.894 1364.16,294.894 1364.37,294.894 1364.57,294.894 1364.77,186.54 \n",
" 1364.98,227.804 1365.18,227.804 1365.38,227.804 1365.59,227.804 1365.79,153.306 1365.99,153.306 1366.2,153.306 1366.4,170.946 1366.6,170.946 1366.81,170.946 \n",
" 1367.01,306.321 1367.21,306.321 1367.41,286.486 1367.62,286.486 1367.82,493.398 1368.02,316.011 1368.23,316.011 1368.43,250.956 1368.63,250.956 1368.84,216.614 \n",
" 1369.04,254.952 1369.24,254.952 1369.45,254.952 1369.65,254.952 1369.85,259.934 1370.06,259.934 1370.26,259.934 1370.46,259.934 1370.67,259.934 1370.87,259.934 \n",
" 1371.07,173.727 1371.28,173.727 1371.48,188.968 1371.68,188.968 1371.89,188.968 1372.09,188.968 1372.29,188.968 1372.5,188.968 1372.7,188.968 1372.9,188.968 \n",
" 1373.11,188.968 1373.31,188.968 1373.51,188.968 1373.72,188.968 1373.92,188.968 1374.12,162.907 1374.33,162.907 1374.53,162.907 1374.73,162.907 1374.93,231.12 \n",
" 1375.14,231.12 1375.34,175.119 1375.54,408.335 1375.75,408.335 1375.95,408.335 1376.15,408.335 1376.36,405.37 1376.56,405.37 1376.76,425.941 1376.97,416.003 \n",
" 1377.17,416.003 1377.37,432.323 1377.58,561.381 1377.78,561.381 1377.98,561.381 1378.19,206.702 1378.39,206.702 1378.59,177.743 1378.8,177.743 1379,177.743 \n",
" 1379.2,177.743 1379.41,661.256 1379.61,661.256 1379.81,259.722 1380.02,259.722 1380.22,259.722 1380.42,305.967 1380.63,288.787 1380.83,288.787 1381.03,196.671 \n",
" 1381.24,196.671 1381.44,168.804 1381.64,226.498 1381.85,226.498 1382.05,226.498 1382.25,146.496 1382.46,148.902 1382.66,148.902 1382.86,234.579 1383.06,234.579 \n",
" 1383.27,234.579 1383.47,234.696 1383.67,234.696 1383.88,201.129 1384.08,201.129 1384.28,201.129 1384.49,201.129 1384.69,201.129 1384.89,201.129 1385.1,201.129 \n",
" 1385.3,201.129 1385.5,243.975 1385.71,360.419 1385.91,170.426 1386.11,170.426 1386.32,170.426 1386.52,170.426 1386.72,163.843 1386.93,357.405 1387.13,266.757 \n",
" 1387.33,266.757 1387.54,266.757 1387.74,266.757 1387.94,218.734 1388.15,361.252 1388.35,361.252 1388.55,361.252 1388.76,265.885 1388.96,265.885 1389.16,265.885 \n",
" 1389.37,481.137 1389.57,520.144 1389.77,460.18 1389.98,460.18 1390.18,582.927 1390.38,582.927 1390.59,582.927 1390.79,454.689 1390.99,454.689 1391.19,454.689 \n",
" 1391.4,454.689 1391.6,454.689 1391.8,328.827 1392.01,272.634 1392.21,212.756 1392.41,245.992 1392.62,245.992 1392.82,245.992 1393.02,312.244 1393.23,171.205 \n",
" 1393.43,159.381 1393.63,159.381 1393.84,159.381 1394.04,140.728 1394.24,140.728 1394.45,140.728 1394.65,140.728 1394.85,140.728 1395.06,140.728 1395.26,153.791 \n",
" 1395.46,153.791 1395.67,153.791 1395.87,153.791 1396.07,153.791 1396.28,153.791 1396.48,156.937 1396.68,156.937 1396.89,156.937 1397.09,400.956 1397.29,400.956 \n",
" 1397.5,400.956 1397.7,185.024 1397.9,227.558 1398.11,227.558 1398.31,227.558 1398.51,227.558 1398.71,337.418 1398.92,389.142 1399.12,406.445 1399.32,234.378 \n",
" 1399.53,248.531 1399.73,137.487 1399.93,201.416 1400.14,201.416 1400.34,201.416 1400.54,201.416 1400.75,399.947 1400.95,399.947 1401.15,435.194 1401.36,283.192 \n",
" 1401.56,318.651 1401.76,222.73 1401.97,359.144 1402.17,332.574 1402.37,449.583 1402.58,762.732 1402.78,587.345 1402.98,587.345 1403.19,587.345 1403.39,587.345 \n",
" 1403.59,1062.21 1403.8,915.776 1404,940.949 1404.2,797.081 1404.41,436.227 1404.61,436.227 1404.81,221.917 1405.02,221.917 1405.22,221.917 1405.42,295.428 \n",
" 1405.63,469.333 1405.83,469.333 1406.03,207.165 1406.24,186.681 1406.44,186.681 1406.64,290.144 1406.84,290.144 1407.05,352.638 1407.25,434.833 1407.45,434.833 \n",
" 1407.66,434.833 1407.86,434.833 1408.06,565.22 1408.27,565.22 1408.47,856.235 1408.67,839.97 1408.88,839.97 1409.08,839.97 1409.28,839.97 1409.49,772.475 \n",
" 1409.69,1021.02 1409.89,1021.02 1410.1,1021.02 1410.3,1021.02 1410.5,1021.02 1410.71,1021.02 1410.91,624.93 1411.11,500.644 1411.32,455.434 1411.52,455.434 \n",
" 1411.72,455.434 1411.93,455.434 1412.13,455.434 1412.33,276.174 1412.54,211.698 1412.74,223.959 1412.94,223.959 1413.15,196.762 1413.35,196.762 1413.55,125.482 \n",
" 1413.76,143.11 1413.96,143.11 1414.16,143.11 1414.36,143.11 1414.57,186.666 1414.77,229.628 1414.97,369.69 1415.18,137.936 1415.38,137.936 1415.58,137.936 \n",
" 1415.79,134.858 1415.99,134.858 1416.19,134.858 1416.4,134.858 1416.6,134.858 1416.8,134.858 1417.01,134.858 1417.21,134.858 1417.41,134.858 1417.62,152.944 \n",
" 1417.82,152.944 1418.02,152.944 1418.23,203.541 1418.43,203.541 1418.63,203.541 1418.84,203.541 1419.04,203.541 1419.24,357.813 1419.45,127.483 1419.65,129.047 \n",
" 1419.85,129.047 1420.06,129.047 1420.26,129.047 1420.46,129.047 1420.67,129.047 1420.87,139.931 1421.07,139.931 1421.28,269.346 1421.48,216.603 1421.68,222.059 \n",
" 1421.89,222.059 1422.09,317.816 1422.29,146.097 1422.49,146.097 1422.7,146.097 1422.9,146.097 1423.1,142.714 1423.31,142.714 1423.51,178.976 1423.71,178.976 \n",
" 1423.92,178.976 1424.12,226.351 1424.32,226.351 1424.53,224.844 1424.73,161.946 1424.93,169.974 1425.14,169.974 1425.34,165.878 1425.54,155.396 1425.75,155.396 \n",
" 1425.95,155.396 1426.15,151.515 1426.36,151.515 1426.56,151.515 1426.76,151.515 1426.97,151.515 1427.17,151.515 1427.37,305.748 1427.58,216.816 1427.78,195.508 \n",
" 1427.98,212.26 1428.19,212.26 1428.39,228.071 1428.59,228.071 1428.8,302.871 1429,389.086 1429.2,389.086 1429.41,241.472 1429.61,241.472 1429.81,229.818 \n",
" 1430.01,568.832 1430.22,550.049 1430.42,541.633 1430.62,393.207 1430.83,437.654 1431.03,519.78 1431.23,532.783 1431.44,532.783 1431.64,532.783 1431.84,736.385 \n",
" 1432.05,715.803 1432.25,715.803 1432.45,715.803 1432.66,715.803 1432.86,715.803 1433.06,715.803 1433.27,570.961 1433.47,931.922 1433.67,297.697 1433.88,263.449 \n",
" 1434.08,263.449 1434.28,263.449 1434.49,208.998 1434.69,208.998 1434.89,208.998 1435.1,208.998 1435.3,208.998 1435.5,168.56 1435.71,168.56 1435.91,176.66 \n",
" 1436.11,176.66 1436.32,320.844 1436.52,320.844 1436.72,320.844 1436.93,320.844 1437.13,320.844 1437.33,320.844 1437.54,320.844 1437.74,320.844 1437.94,213.235 \n",
" 1438.14,213.235 1438.35,213.235 1438.55,220.357 1438.75,220.357 1438.96,220.357 1439.16,220.357 1439.36,177.437 1439.57,177.437 1439.77,523.606 1439.97,510.702 \n",
" 1440.18,510.702 1440.38,510.702 1440.58,594.212 1440.79,771.412 1440.99,771.412 1441.19,281.95 1441.4,281.95 1441.6,281.95 1441.8,281.95 1442.01,281.95 \n",
" 1442.21,281.95 1442.41,433.976 1442.62,433.976 1442.82,433.976 1443.02,433.976 1443.23,174.063 1443.43,156.704 1443.63,156.704 1443.84,156.704 1444.04,237.986 \n",
" 1444.24,323.847 1444.45,301.658 1444.65,129.239 1444.85,129.239 1445.06,129.239 1445.26,129.239 1445.46,144.393 1445.66,144.393 1445.87,144.393 1446.07,210.034 \n",
" 1446.27,210.034 1446.48,210.034 1446.68,372.305 1446.88,628.091 1447.09,628.091 1447.29,628.091 1447.49,599.717 1447.7,510.937 1447.9,443.741 1448.1,415.126 \n",
" 1448.31,193.762 1448.51,120.568 1448.71,120.568 1448.92,120.568 1449.12,120.568 1449.32,120.568 1449.53,120.568 1449.73,120.568 1449.93,120.568 1450.14,149.463 \n",
" 1450.34,149.463 1450.54,149.463 1450.75,149.463 1450.95,235.295 1451.15,317.845 1451.36,317.845 1451.56,253.119 1451.76,241.94 1451.97,261.716 1452.17,261.716 \n",
" 1452.37,261.716 1452.58,182.304 1452.78,182.304 1452.98,274.054 1453.19,232.183 1453.39,232.183 1453.59,325.824 1453.79,325.824 1454,325.824 1454.2,397.648 \n",
" 1454.4,365.939 1454.61,201.282 1454.81,201.282 1455.01,201.282 1455.22,201.282 1455.42,172.661 1455.62,172.661 1455.83,172.661 1456.03,621.893 1456.23,621.893 \n",
" 1456.44,872.092 1456.64,872.092 1456.84,374.926 1457.05,308.365 1457.25,308.365 1457.45,683.867 1457.66,357.516 1457.86,168.073 1458.06,168.073 1458.27,157.767 \n",
" 1458.47,157.767 1458.67,169.979 1458.88,169.979 1459.08,169.979 1459.28,169.979 1459.49,230.371 1459.69,230.371 1459.89,157.964 1460.1,157.964 1460.3,157.964 \n",
" 1460.5,374.341 1460.71,441.811 1460.91,473.011 1461.11,156.194 1461.31,147.692 1461.52,147.692 1461.72,147.692 1461.92,124.859 1462.13,124.859 1462.33,147.601 \n",
" 1462.53,147.601 1462.74,137.128 1462.94,354.123 1463.14,354.123 1463.35,522.021 1463.55,123.93 1463.75,123.93 1463.96,123.93 1464.16,149.372 1464.36,189.733 \n",
" 1464.57,397.046 1464.77,397.046 1464.97,225.439 1465.18,225.439 1465.38,128.297 1465.58,128.297 1465.79,128.297 1465.99,153.403 1466.19,128.745 1466.4,128.745 \n",
" 1466.6,285.107 1466.8,458.842 1467.01,314.482 1467.21,275.475 1467.41,338.824 1467.62,338.824 1467.82,338.824 1468.02,308.69 1468.23,488.958 1468.43,488.958 \n",
" 1468.63,488.958 1468.84,435.951 1469.04,435.951 1469.24,435.951 1469.44,435.951 1469.65,435.951 1469.85,435.951 1470.05,435.951 1470.26,431.906 1470.46,431.906 \n",
" 1470.66,442.067 1470.87,224.675 1471.07,224.675 1471.27,224.675 1471.48,167.635 1471.68,167.635 1471.88,167.635 1472.09,241.817 1472.29,241.817 1472.49,243.697 \n",
" 1472.7,273.061 1472.9,273.061 1473.1,238.164 1473.31,238.164 1473.51,240.471 1473.71,240.471 1473.92,240.471 1474.12,240.471 1474.32,240.471 1474.53,161.489 \n",
" 1474.73,161.489 1474.93,161.489 1475.14,161.489 1475.34,183.944 1475.54,184.79 1475.75,184.79 1475.95,170.521 1476.15,292.402 1476.36,292.402 1476.56,140.64 \n",
" 1476.76,210.231 1476.96,210.231 1477.17,210.231 1477.37,210.231 1477.57,210.231 1477.78,210.231 1477.98,210.231 1478.18,210.231 1478.39,210.231 1478.59,238.682 \n",
" 1478.79,130.115 1479,130.115 1479.2,130.115 1479.4,130.115 1479.61,130.115 1479.81,130.115 1480.01,130.115 1480.22,130.115 1480.42,130.115 1480.62,298.976 \n",
" 1480.83,298.976 1481.03,253.876 1481.23,253.876 1481.44,253.876 1481.64,279.545 1481.84,279.545 1482.05,279.545 1482.25,265.867 1482.45,265.867 1482.66,265.867 \n",
" 1482.86,235.251 1483.06,235.251 1483.27,252.363 1483.47,252.363 1483.67,252.363 1483.88,442.912 1484.08,442.912 1484.28,442.912 1484.49,672.175 1484.69,672.175 \n",
" 1484.89,672.175 1485.09,322.726 1485.3,322.726 1485.5,303.78 1485.7,303.78 1485.91,303.78 1486.11,303.78 1486.31,303.78 1486.52,269.908 1486.72,132.034 \n",
" 1486.92,132.034 1487.13,132.034 1487.33,132.034 1487.53,132.034 1487.74,132.034 1487.94,137.562 1488.14,211.716 1488.35,605.087 1488.55,594.414 1488.75,594.414 \n",
" 1488.96,454.729 1489.16,454.729 1489.36,454.729 1489.57,220.372 1489.77,220.372 1489.97,201.921 1490.18,201.921 1490.38,201.921 1490.58,201.921 1490.79,221.047 \n",
" 1490.99,221.047 1491.19,300.692 1491.4,181.695 1491.6,181.695 1491.8,181.695 1492.01,181.695 1492.21,181.695 1492.41,181.695 1492.61,181.695 1492.82,185.046 \n",
" 1493.02,185.046 1493.22,157.023 1493.43,157.023 1493.63,157.023 1493.83,157.023 1494.04,157.023 1494.24,157.023 1494.44,157.023 1494.65,149.729 1494.85,149.729 \n",
" 1495.05,149.729 1495.26,167.172 1495.46,167.172 1495.66,166.1 1495.87,320.703 1496.07,348.501 1496.27,366.405 1496.48,371.409 1496.68,371.409 1496.88,333.984 \n",
" 1497.09,176.392 1497.29,176.392 1497.49,176.392 1497.7,176.392 1497.9,287.92 1498.1,287.878 1498.31,137.894 1498.51,346.454 1498.71,173.719 1498.92,642.551 \n",
" 1499.12,642.551 1499.32,476.853 1499.53,239.609 1499.73,258.804 1499.93,258.804 1500.14,258.804 1500.34,258.804 1500.54,185.69 1500.74,185.69 1500.95,185.69 \n",
" 1501.15,179.034 1501.35,179.034 1501.56,337.531 1501.76,346.539 1501.96,373.645 1502.17,373.645 1502.37,373.645 1502.57,373.645 1502.78,373.645 1502.98,239.225 \n",
" 1503.18,222.532 1503.39,222.532 1503.59,222.532 1503.79,203.734 1504,203.734 1504.2,186.071 1504.4,312.145 1504.61,255.208 1504.81,255.208 1505.01,255.208 \n",
" 1505.22,255.208 1505.42,255.208 1505.62,255.208 1505.83,271.206 1506.03,271.206 1506.23,271.206 1506.44,160.26 1506.64,171.163 1506.84,255.266 1507.05,255.266 \n",
" 1507.25,502.052 1507.45,429.508 1507.66,510.577 1507.86,497.251 1508.06,448.566 1508.26,593.378 1508.47,593.378 1508.67,593.378 1508.87,537.171 1509.08,522.491 \n",
" 1509.28,410.606 1509.48,176.785 1509.69,176.785 1509.89,271.962 1510.09,271.962 1510.3,229.301 1510.5,201.942 1510.7,356.123 1510.91,356.123 1511.11,356.123 \n",
" 1511.31,356.123 1511.52,356.123 1511.72,356.123 1511.92,334.681 1512.13,334.681 1512.33,334.681 1512.53,334.681 1512.74,334.681 1512.94,245.645 1513.14,245.645 \n",
" 1513.35,245.645 1513.55,245.645 1513.75,245.645 1513.96,168.997 1514.16,168.997 1514.36,168.997 1514.57,168.997 1514.77,168.997 1514.97,747.587 1515.18,912.089 \n",
" 1515.38,912.089 1515.58,629.774 1515.79,629.774 1515.99,172.326 1516.19,172.326 1516.39,182.921 1516.6,361.798 1516.8,313.436 1517,313.436 1517.21,275.874 \n",
" 1517.41,188.23 1517.61,188.23 1517.82,300.538 1518.02,345.126 1518.22,345.126 1518.43,163.481 1518.63,163.481 1518.83,163.481 1519.04,395.936 1519.24,395.936 \n",
" 1519.44,251.04 1519.65,321.045 1519.85,321.045 1520.05,321.045 1520.26,321.045 1520.46,321.045 1520.66,160.721 1520.87,160.119 1521.07,212.823 1521.27,251.487 \n",
" 1521.48,251.487 1521.68,396.915 1521.88,421.901 1522.09,421.901 1522.29,421.901 1522.49,421.901 1522.7,336.572 1522.9,394.476 1523.1,799.195 1523.31,799.195 \n",
" 1523.51,799.195 1523.71,446.522 1523.91,458.374 1524.12,458.374 1524.32,492.79 1524.52,492.79 1524.73,492.79 1524.93,492.79 1525.13,492.79 1525.34,675.38 \n",
" 1525.54,718.602 1525.74,718.602 1525.95,718.602 1526.15,889.52 1526.35,889.52 1526.56,990.684 1526.76,795.252 1526.96,795.252 1527.17,649.085 1527.37,649.085 \n",
" 1527.57,1216.38 1527.78,1216.38 1527.98,1216.38 1528.18,795.26 1528.39,984.367 1528.59,984.367 1528.79,746.941 1529,686.153 1529.2,358.917 1529.4,440.948 \n",
" 1529.61,440.948 1529.81,458.09 1530.01,458.09 1530.22,458.09 1530.42,370.157 1530.62,370.157 1530.83,370.157 1531.03,370.157 1531.23,370.157 1531.44,370.157 \n",
" 1531.64,370.157 1531.84,224.665 1532.04,224.665 1532.25,224.665 1532.45,224.665 1532.65,270.552 1532.86,270.552 1533.06,352.726 1533.26,394.229 1533.47,355.658 \n",
" 1533.67,355.658 1533.87,355.685 1534.08,355.685 1534.28,236.153 1534.48,138.836 1534.69,163.62 1534.89,163.62 1535.09,360.617 1535.3,276.484 1535.5,334.394 \n",
" 1535.7,293.832 1535.91,175.095 1536.11,390.573 1536.31,418.916 1536.52,470.596 1536.72,423.963 1536.92,423.963 1537.13,474.261 1537.33,693.687 1537.53,734.277 \n",
" 1537.74,734.277 1537.94,697.495 1538.14,827.782 1538.35,827.782 1538.55,864.187 1538.75,578.46 1538.96,455.75 1539.16,541.436 1539.36,426.063 1539.56,445.19 \n",
" 1539.77,313.518 1539.97,313.518 1540.17,144.765 1540.38,144.765 1540.58,144.765 1540.78,144.765 1540.99,144.765 1541.19,293.48 1541.39,249.743 1541.6,194.494 \n",
" 1541.8,268.184 1542,268.184 1542.21,268.184 1542.41,255.742 1542.61,372.749 1542.82,218.194 1543.02,252.825 1543.22,252.825 1543.43,252.825 1543.63,217.378 \n",
" 1543.83,155.571 1544.04,155.571 1544.24,189.236 1544.44,189.236 1544.65,189.236 1544.85,189.236 1545.05,189.236 1545.26,189.236 1545.46,189.236 1545.66,189.236 \n",
" 1545.87,186.958 1546.07,186.958 1546.27,311.902 1546.48,253.704 1546.68,253.704 1546.88,578.049 1547.09,578.049 1547.29,602.62 1547.49,540.869 1547.69,540.869 \n",
" 1547.9,540.869 1548.1,540.869 1548.3,540.869 1548.51,327.09 1548.71,447.924 1548.91,403.104 1549.12,457.999 1549.32,457.999 1549.52,457.999 1549.73,457.999 \n",
" 1549.93,457.999 1550.13,281.304 1550.34,281.304 1550.54,150.676 1550.74,150.248 1550.95,279.127 1551.15,279.127 1551.35,287.732 1551.56,278.541 1551.76,234.997 \n",
" 1551.96,234.997 1552.17,234.997 1552.37,234.997 1552.57,188.094 1552.78,192.549 1552.98,192.549 1553.18,192.549 1553.39,235.054 1553.59,235.054 1553.79,197.22 \n",
" 1554,197.22 1554.2,197.22 1554.4,197.22 1554.61,197.22 1554.81,197.22 1555.01,197.22 1555.22,197.22 1555.42,419.443 1555.62,419.443 1555.82,419.443 \n",
" 1556.03,393.262 1556.23,393.262 1556.43,386.172 1556.64,210.811 1556.84,210.811 1557.04,210.811 1557.25,166.22 1557.45,333.174 1557.65,333.174 1557.86,333.174 \n",
" 1558.06,323.817 1558.26,284.602 1558.47,284.602 1558.67,326.334 1558.87,354.277 1559.08,354.277 1559.28,488.614 1559.48,575.954 1559.69,575.954 1559.89,575.954 \n",
" 1560.09,575.954 1560.3,207.059 1560.5,207.059 1560.7,175.286 1560.91,213.558 1561.11,213.558 1561.31,213.558 1561.52,213.558 1561.72,208.221 1561.92,155.902 \n",
" 1562.13,259.925 1562.33,207.899 1562.53,207.899 1562.74,223.641 1562.94,204.745 1563.14,210.525 1563.34,223.069 1563.55,348.629 1563.75,251.918 1563.95,251.918 \n",
" 1564.16,267.974 1564.36,197.93 1564.56,344.085 1564.77,344.085 1564.97,583.384 1565.17,583.384 1565.38,583.384 1565.58,366.09 1565.78,356.094 1565.99,236.894 \n",
" 1566.19,236.894 1566.39,190.597 1566.6,190.597 1566.8,191.114 1567,191.114 1567.21,191.114 1567.41,191.114 1567.61,191.114 1567.82,191.114 1568.02,191.114 \n",
" 1568.22,195.499 1568.43,195.499 1568.63,195.499 1568.83,216.248 1569.04,295.329 1569.24,295.329 1569.44,295.329 1569.65,295.329 1569.85,251.328 1570.05,251.328 \n",
" 1570.26,174.913 1570.46,166.429 1570.66,166.429 1570.87,166.429 1571.07,334.36 1571.27,334.36 1571.47,334.36 1571.68,334.36 1571.88,167.478 1572.08,295.55 \n",
" 1572.29,295.55 1572.49,187.042 1572.69,187.042 1572.9,187.042 1573.1,226.971 1573.3,226.971 1573.51,226.971 1573.71,226.971 1573.91,226.971 1574.12,226.971 \n",
" 1574.32,382.03 1574.52,333.284 1574.73,333.284 1574.93,527.317 1575.13,342.058 1575.34,411.761 1575.54,179.521 1575.74,337.612 1575.95,653.638 1576.15,515.718 \n",
" 1576.35,992.902 1576.56,992.902 1576.76,992.902 1576.96,837.996 1577.17,827.987 1577.37,827.987 1577.57,824.939 1577.78,824.939 1577.98,537.019 1578.18,537.019 \n",
" 1578.39,537.019 1578.59,570.286 1578.79,570.286 1578.99,384.772 1579.2,384.772 1579.4,384.772 1579.6,675.144 1579.81,675.144 1580.01,384.946 1580.21,384.946 \n",
" 1580.42,552.99 1580.62,814.046 1580.82,814.046 1581.03,814.046 1581.23,814.046 1581.43,456.055 1581.64,456.055 1581.84,456.055 1582.04,262.273 1582.25,355.458 \n",
" 1582.45,355.458 1582.65,179.359 1582.86,225.021 1583.06,225.021 1583.26,175.791 1583.47,228.776 1583.67,205.879 1583.87,205.879 1584.08,148.433 1584.28,191.48 \n",
" 1584.48,304.009 1584.69,384.016 1584.89,384.016 1585.09,384.016 1585.3,384.016 1585.5,384.016 1585.7,384.016 1585.91,408.743 1586.11,150.952 1586.31,533.698 \n",
" 1586.52,533.698 1586.72,533.698 1586.92,283.961 1587.12,417.011 1587.33,388.989 1587.53,388.989 1587.73,515.884 1587.94,515.884 1588.14,253.473 1588.34,253.473 \n",
" 1588.55,253.473 1588.75,423.769 1588.95,134.786 1589.16,134.786 1589.36,134.786 1589.56,134.786 1589.77,134.786 1589.97,149.809 1590.17,187.037 1590.38,187.037 \n",
" 1590.58,184.189 1590.78,184.189 1590.99,184.189 1591.19,184.189 1591.39,184.189 1591.6,133.481 1591.8,133.481 1592,133.481 1592.21,314.007 1592.41,314.007 \n",
" 1592.61,314.007 1592.82,314.007 1593.02,314.007 1593.22,264.252 1593.43,264.252 1593.63,264.252 1593.83,425.62 1594.04,441.408 1594.24,441.408 1594.44,158.562 \n",
" 1594.64,158.562 1594.85,158.562 1595.05,158.562 1595.25,127.84 1595.46,127.84 1595.66,127.84 1595.86,201.035 1596.07,201.035 1596.27,253.058 1596.47,253.058 \n",
" 1596.68,365.849 1596.88,383.808 1597.08,383.808 1597.29,210.485 1597.49,210.485 1597.69,128.983 1597.9,132.837 1598.1,132.837 1598.3,132.837 1598.51,132.837 \n",
" 1598.71,134.442 1598.91,243.129 1599.12,243.129 1599.32,243.129 1599.52,243.129 1599.73,336.392 1599.93,256.42 1600.13,145.047 1600.34,145.047 1600.54,145.047 \n",
" 1600.74,145.047 1600.95,184.336 1601.15,167.726 1601.35,167.726 1601.56,385.238 1601.76,385.238 1601.96,453.693 1602.17,453.693 1602.37,453.693 1602.57,355 \n",
" 1602.77,234.28 1602.98,308.334 1603.18,308.334 1603.38,271.701 1603.59,256.227 1603.79,256.227 1603.99,361.357 1604.2,626.407 1604.4,626.407 1604.6,626.407 \n",
" 1604.81,769.738 1605.01,828.461 1605.21,368.35 1605.42,364.791 1605.62,256.869 1605.82,256.869 1606.03,256.869 1606.23,210.417 1606.43,320.482 1606.64,320.482 \n",
" 1606.84,451.859 1607.04,451.859 1607.25,200.918 1607.45,403.062 1607.65,403.062 1607.86,403.062 1608.06,403.062 1608.26,403.062 1608.47,403.062 1608.67,210.803 \n",
" 1608.87,210.803 1609.08,451.559 1609.28,451.559 1609.48,401.783 1609.69,334.649 1609.89,118.166 1610.09,201.775 1610.29,201.775 1610.5,201.775 1610.7,365.082 \n",
" 1610.9,242.24 1611.11,242.24 1611.31,245.194 1611.51,245.194 1611.72,245.194 1611.92,168.856 1612.12,168.856 1612.33,168.856 1612.53,168.856 1612.73,168.856 \n",
" 1612.94,217.02 1613.14,217.02 1613.34,183.583 1613.55,420.648 1613.75,262.468 1613.95,175.207 1614.16,175.207 1614.36,175.207 1614.56,247.632 1614.77,260.956 \n",
" 1614.97,260.956 1615.17,500.685 1615.38,500.685 1615.58,500.685 1615.78,500.685 1615.99,500.685 1616.19,655.508 1616.39,322.121 1616.6,306.006 1616.8,400.048 \n",
" 1617,446.52 1617.21,446.52 1617.41,448.983 1617.61,387.714 1617.82,461.059 1618.02,461.059 1618.22,469.715 1618.42,469.715 1618.63,178.869 1618.83,233.943 \n",
" 1619.03,233.943 1619.24,251.15 1619.44,251.15 1619.64,251.15 1619.85,175.158 1620.05,175.158 1620.25,175.158 1620.46,161.584 1620.66,154.601 1620.86,265.912 \n",
" 1621.07,142.388 1621.27,142.388 1621.47,142.388 1621.68,225.048 1621.88,225.048 1622.08,225.048 1622.29,277.216 1622.49,277.216 1622.69,277.216 1622.9,277.216 \n",
" 1623.1,277.216 1623.3,277.216 1623.51,273.547 1623.71,273.547 1623.91,273.547 1624.12,273.547 1624.32,323.18 1624.52,323.18 1624.73,323.18 1624.93,162.335 \n",
" 1625.13,166.755 1625.34,137.522 1625.54,137.522 1625.74,137.522 1625.94,181.856 1626.15,181.856 1626.35,181.856 1626.55,181.856 1626.76,181.856 1626.96,181.856 \n",
" 1627.16,149.706 1627.37,240.227 1627.57,240.227 1627.77,117.835 1627.98,314.817 1628.18,314.817 1628.38,314.817 1628.59,300.863 1628.79,249.358 1628.99,249.358 \n",
" 1629.2,249.358 1629.4,249.358 1629.6,249.358 1629.81,249.358 1630.01,249.358 1630.21,249.358 1630.42,198.253 1630.62,181.701 1630.82,181.701 1631.03,205.259 \n",
" 1631.23,205.259 1631.43,316.504 1631.64,435.366 1631.84,435.366 1632.04,435.366 1632.25,435.366 1632.45,435.366 1632.65,267.002 1632.86,217.099 1633.06,217.099 \n",
" 1633.26,217.099 1633.47,292.468 1633.67,292.468 1633.87,195.895 1634.07,195.895 1634.28,130.76 1634.48,130.76 1634.68,130.76 1634.89,130.76 1635.09,130.76 \n",
" 1635.29,364.54 1635.5,233.665 1635.7,233.665 1635.9,311.294 1636.11,311.294 1636.31,311.294 1636.51,311.294 1636.72,311.294 1636.92,311.294 1637.12,311.294 \n",
" 1637.33,311.294 1637.53,311.294 1637.73,311.294 1637.94,366.425 1638.14,366.425 1638.34,366.425 1638.55,451.802 1638.75,451.802 1638.95,451.802 1639.16,451.802 \n",
" 1639.36,451.802 1639.56,451.802 1639.77,354.316 1639.97,133.961 1640.17,133.961 1640.38,232.114 1640.58,391.117 1640.78,297.484 1640.99,148.003 1641.19,148.003 \n",
" 1641.39,148.003 1641.59,113.418 1641.8,244.672 1642,244.672 1642.2,126.306 1642.41,126.306 1642.61,126.306 1642.81,126.306 1643.02,209.4 1643.22,209.4 \n",
" 1643.42,129.491 1643.63,232.866 1643.83,267.397 1644.03,134.935 1644.24,134.935 1644.44,197.806 1644.64,197.806 1644.85,208.725 1645.05,362.447 1645.25,156.67 \n",
" 1645.46,156.67 1645.66,262.684 1645.86,262.684 1646.07,242.872 1646.27,184.447 1646.47,135.665 1646.68,201.3 1646.88,201.3 1647.08,378.72 1647.29,123.228 \n",
" 1647.49,123.228 1647.69,123.228 1647.9,123.228 1648.1,123.228 1648.3,123.228 1648.51,125.362 1648.71,125.362 1648.91,95.279 1649.12,95.279 1649.32,136.21 \n",
" 1649.52,136.21 1649.72,158.472 1649.93,149.581 1650.13,149.581 1650.33,289.941 1650.54,289.941 1650.74,612.141 1650.94,612.141 1651.15,399.919 1651.35,343.639 \n",
" 1651.55,343.639 1651.76,343.639 1651.96,224.072 1652.16,224.072 1652.37,224.072 1652.57,385.596 1652.77,382.059 1652.98,297.762 1653.18,335.864 1653.38,335.864 \n",
" 1653.59,335.864 1653.79,335.864 1653.99,583.856 1654.2,626.25 1654.4,843.377 1654.6,680.325 1654.81,777.445 1655.01,777.445 1655.21,385.293 1655.42,385.293 \n",
" 1655.62,385.293 1655.82,385.293 1656.03,385.293 1656.23,511.801 1656.43,511.801 1656.64,354.265 1656.84,258.627 1657.04,258.627 1657.24,258.627 1657.45,258.627 \n",
" 1657.65,377.918 1657.85,301.62 1658.06,392.699 1658.26,633.953 1658.46,548.306 1658.67,548.306 1658.87,548.306 1659.07,548.306 1659.28,982.867 1659.48,982.867 \n",
" 1659.68,1165.07 1659.89,1163.96 1660.09,938.873 1660.29,790.207 1660.5,587.441 1660.7,666.028 1660.9,666.028 1661.11,666.028 1661.31,481.028 1661.51,481.028 \n",
" 1661.72,307.005 1661.92,127.829 1662.12,474.202 1662.33,474.202 1662.53,474.202 1662.73,474.202 1662.94,466.612 1663.14,192.739 1663.34,192.739 1663.55,192.739 \n",
" 1663.75,192.739 1663.95,206.24 1664.16,206.24 1664.36,254.557 1664.56,592.788 1664.77,467.509 1664.97,563.169 1665.17,534.158 1665.37,534.158 1665.58,561.612 \n",
" 1665.78,561.612 1665.98,412.795 1666.19,412.795 1666.39,309.047 1666.59,295.391 1666.8,295.391 1667,295.391 1667.2,445.964 1667.41,320.548 1667.61,320.548 \n",
" 1667.81,100.874 1668.02,316.105 1668.22,148.589 1668.42,148.589 1668.63,224.686 1668.83,250.07 1669.03,250.07 1669.24,250.07 1669.44,250.07 1669.64,256.987 \n",
" 1669.85,172.467 1670.05,172.467 1670.25,108.392 1670.46,109.662 1670.66,109.662 1670.86,503.637 1671.07,503.637 1671.27,503.637 1671.47,636.563 1671.68,636.563 \n",
" 1671.88,668.448 1672.08,275.212 1672.29,287.803 1672.49,262.685 1672.69,199.693 1672.89,199.693 1673.1,177.041 1673.3,177.041 1673.5,177.041 1673.71,147.415 \n",
" 1673.91,147.415 1674.11,236.512 1674.32,236.512 1674.52,236.512 1674.72,236.512 1674.93,236.512 1675.13,149.687 1675.33,186.323 1675.54,186.323 1675.74,327.56 \n",
" 1675.94,327.56 1676.15,213.343 1676.35,213.343 1676.55,213.343 1676.76,209.761 1676.96,266.727 1677.16,266.727 1677.37,111.658 1677.57,111.658 1677.77,111.658 \n",
" 1677.98,185.299 1678.18,216.767 1678.38,216.767 1678.59,216.767 1678.79,193.441 1678.99,193.441 1679.2,314.332 1679.4,314.332 1679.6,198.58 1679.81,198.58 \n",
" 1680.01,198.58 1680.21,198.58 1680.42,198.58 1680.62,198.58 1680.82,198.58 1681.02,321.758 1681.23,196.545 1681.43,234.703 1681.63,234.703 1681.84,234.703 \n",
" 1682.04,238.006 1682.24,238.006 1682.45,238.006 1682.65,238.006 1682.85,238.006 1683.06,109.956 1683.26,109.956 1683.46,109.956 1683.67,354.785 1683.87,354.785 \n",
" 1684.07,354.785 1684.28,164.612 1684.48,164.612 1684.68,164.612 1684.89,186.544 1685.09,186.544 1685.29,446.95 1685.5,446.95 1685.7,446.95 1685.9,446.95 \n",
" 1686.11,414.764 1686.31,414.764 1686.51,564.191 1686.72,406.802 1686.92,406.802 1687.12,406.802 1687.33,406.802 1687.53,177.19 1687.73,177.19 1687.94,177.19 \n",
" 1688.14,579.517 1688.34,579.517 1688.54,343.218 1688.75,259.53 1688.95,461.022 1689.15,504.103 1689.36,343.564 1689.56,151.458 1689.76,367.119 1689.97,103.242 \n",
" 1690.17,103.242 1690.37,103.242 1690.58,103.242 1690.78,103.242 1690.98,103.242 1691.19,103.242 1691.39,103.242 1691.59,103.242 1691.8,103.242 1692,103.242 \n",
" 1692.2,103.242 1692.41,245.464 1692.61,245.464 1692.81,245.464 1693.02,245.464 1693.22,245.464 1693.42,245.464 1693.63,245.464 1693.83,245.464 1694.03,256.91 \n",
" 1694.24,382.722 1694.44,382.722 1694.64,568.738 1694.85,568.738 1695.05,568.738 1695.25,192.807 1695.46,192.807 1695.66,217.986 1695.86,217.986 1696.07,217.986 \n",
" 1696.27,161.205 1696.47,497.234 1696.67,712.853 1696.88,712.853 1697.08,679.376 1697.28,679.376 1697.49,679.376 1697.69,385.494 1697.89,387.373 1698.1,387.373 \n",
" 1698.3,387.373 1698.5,387.373 1698.71,305 1698.91,305 1699.11,310.331 1699.32,125.555 1699.52,125.555 1699.72,173.839 1699.93,173.839 1700.13,173.839 \n",
" 1700.33,157.729 1700.54,157.729 1700.74,157.729 1700.94,157.729 1701.15,174.296 1701.35,435.535 1701.55,435.535 1701.76,127.408 1701.96,139.189 1702.16,418.818 \n",
" 1702.37,449.069 1702.57,449.069 1702.77,449.069 1702.98,449.069 1703.18,283.487 1703.38,231.433 1703.59,254.699 1703.79,386.087 1703.99,386.087 1704.19,386.087 \n",
" 1704.4,364.673 1704.6,364.673 1704.8,327.41 1705.01,371.781 1705.21,371.781 1705.41,371.781 1705.62,166.77 1705.82,166.77 1706.02,139.654 1706.23,139.092 \n",
" 1706.43,139.092 1706.63,328.908 1706.84,137.875 1707.04,363.39 1707.24,431.404 1707.45,663.058 1707.65,663.058 1707.85,663.058 1708.06,880.632 1708.26,880.632 \n",
" 1708.46,880.632 1708.67,880.632 1708.87,831.468 1709.07,831.468 1709.28,693.223 1709.48,152.602 1709.68,127.476 1709.89,127.476 1710.09,127.476 1710.29,205.234 \n",
" 1710.5,131.767 1710.7,131.767 1710.9,131.767 1711.11,200.726 1711.31,243.101 1711.51,248.011 1711.72,248.011 1711.92,131.879 1712.12,138.089 1712.32,138.089 \n",
" 1712.53,138.089 1712.73,138.089 1712.93,138.089 1713.14,138.089 1713.34,800.657 1713.54,800.657 1713.75,800.657 1713.95,800.657 1714.15,627.951 1714.36,688.26 \n",
" 1714.56,688.26 1714.76,656.359 1714.97,656.359 1715.17,656.359 1715.37,488.881 1715.58,488.881 1715.78,488.881 1715.98,361.861 1716.19,361.861 1716.39,361.861 \n",
" 1716.59,361.861 1716.8,294.122 1717,338.598 1717.2,262.988 1717.41,262.988 1717.61,262.988 1717.81,262.988 1718.02,262.988 1718.22,262.988 1718.42,262.988 \n",
" 1718.63,240.781 1718.83,240.781 1719.03,240.781 1719.24,483.137 1719.44,483.137 1719.64,566.135 1719.85,566.135 1720.05,566.135 1720.25,566.135 1720.45,237.126 \n",
" 1720.66,236.533 1720.86,228.737 1721.06,228.737 1721.27,217.403 1721.47,217.403 1721.67,239.04 1721.88,209.176 1722.08,209.176 1722.28,107.794 1722.49,107.794 \n",
" 1722.69,147.922 1722.89,147.922 1723.1,317.437 1723.3,210.34 1723.5,210.34 1723.71,210.34 1723.91,210.34 1724.11,210.34 1724.32,190.982 1724.52,214.564 \n",
" 1724.72,625.662 1724.93,625.662 1725.13,625.662 1725.33,649.705 1725.54,649.705 1725.74,108.109 1725.94,145.593 1726.15,296.489 1726.35,177.057 1726.55,177.057 \n",
" 1726.76,142.29 1726.96,142.29 1727.16,203.601 1727.37,184.31 1727.57,184.31 1727.77,190.729 1727.97,190.729 1728.18,159.883 1728.38,243.802 1728.58,243.802 \n",
" 1728.79,185.554 1728.99,333.712 1729.19,385.282 1729.4,131.731 1729.6,131.731 1729.8,131.731 1730.01,131.731 1730.21,131.731 1730.41,131.731 1730.62,131.731 \n",
" 1730.82,131.731 1731.02,131.731 1731.23,131.731 1731.43,131.731 1731.63,131.731 1731.84,146.024 1732.04,234.919 1732.24,234.919 1732.45,277.382 1732.65,250.779 \n",
" 1732.85,250.779 1733.06,146.259 1733.26,146.259 1733.46,141.583 1733.67,141.583 1733.87,141.583 1734.07,210.61 1734.28,210.61 1734.48,210.61 1734.68,210.61 \n",
" 1734.89,124.359 1735.09,171.69 1735.29,171.69 1735.5,171.69 1735.7,171.69 1735.9,449.803 1736.1,449.803 1736.31,238.275 1736.51,195.952 1736.71,195.952 \n",
" 1736.92,274.124 1737.12,274.124 1737.32,274.124 1737.53,274.124 1737.73,274.124 1737.93,274.124 1738.14,274.124 1738.34,274.124 1738.54,265.627 1738.75,265.627 \n",
" 1738.95,338.945 1739.15,326.314 1739.36,326.314 1739.56,261.363 1739.76,701.169 1739.97,685.9 1740.17,225.111 1740.37,455.615 1740.58,455.615 1740.78,440.121 \n",
" 1740.98,1050.64 1741.19,1050.64 1741.39,1050.64 1741.59,911.001 1741.8,911.001 1742,911.001 1742.2,911.001 1742.41,1070.76 1742.61,330.3 1742.81,330.3 \n",
" 1743.02,561.397 1743.22,227.523 1743.42,227.523 1743.62,174.189 1743.83,213.16 1744.03,213.16 1744.23,213.16 1744.44,261.851 1744.64,322.604 1744.84,201.659 \n",
" 1745.05,201.659 1745.25,301.752 1745.45,301.752 1745.66,289.75 1745.86,289.75 1746.06,289.75 1746.27,289.75 1746.47,289.75 1746.67,289.75 1746.88,289.75 \n",
" 1747.08,289.75 1747.28,284.378 1747.49,254.068 1747.69,254.068 1747.89,442.307 1748.1,459.702 1748.3,377.366 1748.5,271.536 1748.71,271.536 1748.91,271.536 \n",
" 1749.11,244.038 1749.32,244.038 1749.52,713.925 1749.72,357.267 1749.93,231.493 1750.13,128.605 1750.33,128.605 1750.54,128.605 1750.74,128.605 1750.94,128.605 \n",
" 1751.15,132.811 1751.35,132.811 1751.55,132.811 1751.75,132.811 1751.96,208.695 1752.16,259.319 1752.36,259.319 1752.57,378.428 1752.77,319.542 1752.97,319.542 \n",
" 1753.18,314.403 1753.38,314.403 1753.58,226.581 1753.79,226.581 1753.99,226.581 1754.19,357.19 1754.4,357.19 1754.6,357.19 1754.8,357.19 1755.01,142.752 \n",
" 1755.21,225.695 1755.41,225.695 1755.62,225.695 1755.82,225.695 1756.02,225.695 1756.23,225.695 1756.43,225.695 1756.63,225.695 1756.84,225.695 1757.04,225.695 \n",
" 1757.24,203.934 1757.45,203.934 1757.65,203.934 1757.85,203.934 1758.06,115.131 1758.26,115.131 1758.46,115.131 1758.67,115.131 1758.87,115.131 1759.07,115.131 \n",
" 1759.27,115.131 1759.48,115.131 1759.68,134.491 1759.88,134.491 1760.09,134.491 1760.29,134.491 1760.49,134.491 1760.7,324.402 1760.9,324.402 1761.1,299.731 \n",
" 1761.31,299.731 1761.51,299.731 1761.71,215.462 1761.92,215.462 1762.12,154.806 1762.32,154.806 1762.53,154.806 1762.73,118.667 1762.93,118.667 1763.14,118.667 \n",
" 1763.34,118.667 1763.54,118.667 1763.75,150.207 1763.95,231.66 1764.15,231.66 1764.36,243.621 1764.56,243.621 1764.76,239.353 1764.97,239.353 1765.17,239.353 \n",
" 1765.37,239.353 1765.58,239.353 1765.78,239.353 1765.98,239.353 1766.19,239.353 1766.39,301.532 1766.59,301.532 1766.8,329.348 1767,199.945 1767.2,128.48 \n",
" 1767.4,128.48 1767.61,128.48 1767.81,265.47 1768.01,265.47 1768.22,191.998 1768.42,209.658 1768.62,112.551 1768.83,112.551 1769.03,112.551 1769.23,164.118 \n",
" 1769.44,164.118 1769.64,164.118 1769.84,164.118 1770.05,164.118 1770.25,442.043 1770.45,442.043 1770.66,442.043 1770.86,442.043 1771.06,442.043 1771.27,115.558 \n",
" 1771.47,115.558 1771.67,115.558 1771.88,115.558 1772.08,98.6246 1772.28,98.6246 1772.49,98.6246 1772.69,98.6246 1772.89,98.6246 1773.1,188.537 1773.3,146.888 \n",
" 1773.5,199.475 1773.71,199.475 1773.91,116.571 1774.11,116.571 1774.32,116.571 1774.52,116.571 1774.72,116.571 1774.92,116.571 1775.13,116.571 1775.33,116.571 \n",
" 1775.53,116.571 1775.74,116.571 1775.94,116.571 1776.14,116.571 1776.35,116.571 1776.55,116.571 1776.75,137.314 1776.96,137.314 1777.16,137.314 1777.36,139.058 \n",
" 1777.57,139.058 1777.77,139.058 1777.97,196.273 1778.18,196.273 1778.38,196.273 1778.58,183.851 1778.79,183.851 1778.99,183.851 1779.19,447.2 1779.4,148.977 \n",
" 1779.6,148.977 1779.8,148.977 1780.01,148.977 1780.21,153.766 1780.41,153.766 1780.62,153.766 1780.82,324.398 1781.02,462.317 1781.23,462.317 1781.43,462.317 \n",
" 1781.63,462.317 1781.84,413.578 1782.04,413.578 1782.24,212.71 1782.45,409.824 1782.65,234.777 1782.85,318.036 1783.05,318.036 1783.26,235.585 1783.46,405.195 \n",
" 1783.66,405.195 1783.87,259.878 1784.07,259.878 1784.27,273.013 1784.48,273.013 1784.68,175.561 1784.88,186.595 1785.09,186.595 1785.29,285.671 1785.49,285.671 \n",
" 1785.7,285.671 1785.9,285.671 1786.1,285.671 1786.31,285.671 1786.51,285.671 1786.71,432.802 1786.92,432.802 1787.12,362.094 1787.32,283.954 1787.53,283.954 \n",
" 1787.73,283.954 1787.93,283.954 1788.14,283.954 1788.34,318.852 1788.54,318.852 1788.75,318.852 1788.95,318.852 1789.15,292.388 1789.36,369.015 1789.56,211.124 \n",
" 1789.76,211.124 1789.97,211.124 1790.17,211.124 1790.37,142.913 1790.57,119.345 1790.78,276.776 1790.98,116.459 1791.18,116.459 1791.39,239.533 1791.59,219.117 \n",
" 1791.79,389.887 1792,431.539 1792.2,331.261 1792.4,293.685 1792.61,329.594 1792.81,228.102 1793.01,228.102 1793.22,474.691 1793.42,275.482 1793.62,347.816 \n",
" 1793.83,347.816 1794.03,347.816 1794.23,347.816 1794.44,347.816 1794.64,347.816 1794.84,214.453 1795.05,214.453 1795.25,214.453 1795.45,214.453 1795.66,295.6 \n",
" 1795.86,295.6 1796.06,198.008 1796.27,398.301 1796.47,277.847 1796.67,234.81 1796.88,234.81 1797.08,234.81 1797.28,234.81 1797.49,167.497 1797.69,294.84 \n",
" 1797.89,291.362 1798.1,291.362 1798.3,312.4 1798.5,312.4 1798.7,312.4 1798.91,188.927 1799.11,114.007 1799.31,114.007 1799.52,114.007 1799.72,114.007 \n",
" 1799.92,114.007 1800.13,114.007 1800.33,228.794 1800.53,228.794 1800.74,299.958 1800.94,305.486 1801.14,305.486 1801.35,232.264 1801.55,232.264 1801.75,143.013 \n",
" 1801.96,248.175 1802.16,248.175 1802.36,248.175 1802.57,248.175 1802.77,89.935 1802.97,89.935 1803.18,89.935 1803.38,89.935 1803.58,89.935 1803.79,94.3384 \n",
" 1803.99,106.616 1804.19,106.616 1804.4,106.616 1804.6,106.616 1804.8,106.616 1805.01,106.616 1805.21,106.616 1805.41,106.616 1805.62,106.616 1805.82,106.616 \n",
" 1806.02,588.928 1806.22,389.128 1806.43,91.1201 1806.63,91.1201 1806.83,91.1201 1807.04,217.53 1807.24,217.53 1807.44,109.021 1807.65,242.239 1807.85,340.54 \n",
" 1808.05,340.54 1808.26,340.54 1808.46,340.54 1808.66,320.71 1808.87,320.71 1809.07,164.132 1809.27,164.132 1809.48,164.132 1809.68,103.134 1809.88,103.134 \n",
" 1810.09,156.113 1810.29,156.113 1810.49,156.113 1810.7,93.7 1810.9,92.0194 1811.1,133.331 1811.31,133.331 1811.51,133.331 1811.71,133.331 1811.92,301.212 \n",
" 1812.12,133.873 1812.32,111.471 1812.53,111.471 1812.73,111.471 1812.93,101.157 1813.14,272.341 1813.34,272.341 1813.54,272.341 1813.75,272.341 1813.95,299.713 \n",
" 1814.15,299.713 1814.35,299.713 1814.56,299.713 1814.76,299.713 1814.96,299.713 1815.17,299.713 1815.37,115.508 1815.57,115.508 1815.78,115.508 1815.98,112.462 \n",
" 1816.18,112.462 1816.39,112.462 1816.59,203.705 1816.79,460 1817,140.415 1817.2,175.569 1817.4,175.569 1817.61,248.408 1817.81,184.708 1818.01,113.557 \n",
" 1818.22,113.557 1818.42,150.15 1818.62,320.54 1818.83,172.506 1819.03,172.506 1819.23,112.022 1819.44,112.022 1819.64,112.022 1819.84,164.307 1820.05,164.307 \n",
" 1820.25,237.561 1820.45,237.561 1820.66,237.561 1820.86,288.061 1821.06,234.53 1821.27,154.01 1821.47,132.363 1821.67,132.363 1821.87,132.363 1822.08,132.363 \n",
" 1822.28,132.363 1822.48,132.756 1822.69,132.756 1822.89,132.756 1823.09,224.902 1823.3,224.902 1823.5,380.174 1823.7,380.174 1823.91,380.174 1824.11,106.552 \n",
" 1824.31,205.94 1824.52,208.232 1824.72,208.232 1824.92,208.232 1825.13,208.232 1825.33,304.597 1825.53,304.597 1825.74,304.597 1825.94,304.597 1826.14,304.597 \n",
" 1826.35,304.597 1826.55,304.597 1826.75,304.597 1826.96,304.597 1827.16,304.597 1827.36,304.597 1827.57,304.597 1827.77,148.385 1827.97,148.385 1828.18,148.385 \n",
" 1828.38,226.246 1828.58,360.431 1828.79,440.751 1828.99,440.751 1829.19,440.751 1829.4,440.751 1829.6,552.497 1829.8,594.819 1830,391.332 1830.21,446.139 \n",
" 1830.41,140.668 1830.61,168.471 1830.82,123.16 1831.02,123.16 1831.22,123.16 1831.43,123.16 1831.63,123.16 1831.83,142.391 1832.04,142.391 1832.24,142.391 \n",
" 1832.44,109.438 1832.65,109.438 1832.85,123.82 1833.05,123.82 1833.26,123.82 1833.46,168.146 1833.66,138.554 1833.87,181.502 1834.07,181.502 1834.27,181.502 \n",
" 1834.48,153.385 1834.68,153.385 1834.88,153.385 1835.09,153.385 1835.29,466.949 1835.49,436.994 1835.7,459.077 1835.9,459.077 1836.1,300.697 1836.31,109.91 \n",
" 1836.51,107.151 1836.71,175.65 1836.92,175.65 1837.12,175.65 1837.32,175.65 1837.52,144.15 1837.73,142.744 1837.93,142.744 1838.13,142.744 1838.34,211.84 \n",
" 1838.54,211.84 1838.74,211.84 1838.95,438.207 1839.15,298.317 1839.35,298.317 1839.56,298.317 1839.76,295.596 1839.96,295.596 1840.17,295.596 1840.37,509.531 \n",
" 1840.57,509.531 1840.78,509.531 1840.98,131.74 1841.18,131.74 1841.39,131.74 1841.59,328.274 1841.79,328.274 1842,328.274 1842.2,121.23 1842.4,281.43 \n",
" 1842.61,281.43 1842.81,281.43 1843.01,281.43 1843.22,281.43 1843.42,137.737 1843.62,137.737 1843.83,408.698 1844.03,324.257 1844.23,141.88 1844.44,141.88 \n",
" 1844.64,205.171 1844.84,205.171 1845.05,205.171 1845.25,237.325 1845.45,237.325 1845.65,237.325 1845.86,326.013 1846.06,326.013 1846.26,326.013 1846.47,326.013 \n",
" 1846.67,108.444 1846.87,160.816 1847.08,160.816 1847.28,137.56 1847.48,137.56 1847.69,137.56 1847.89,160.356 1848.09,160.356 1848.3,112.03 1848.5,112.03 \n",
" 1848.7,112.03 1848.91,116.174 1849.11,116.174 1849.31,137.29 1849.52,137.29 1849.72,137.29 1849.92,137.29 1850.13,137.29 1850.33,137.29 1850.53,198.349 \n",
" 1850.74,198.349 1850.94,198.349 1851.14,210.488 1851.35,210.488 1851.55,210.488 1851.75,210.488 1851.96,132.65 1852.16,132.65 1852.36,132.65 1852.57,105.246 \n",
" 1852.77,105.246 1852.97,105.246 1853.17,105.246 1853.38,212.136 1853.58,212.136 1853.78,212.136 1853.99,212.136 1854.19,188.001 1854.39,188.001 1854.6,456.377 \n",
" 1854.8,456.377 1855,423.976 1855.21,306.885 1855.41,306.885 1855.61,306.885 1855.82,306.885 1856.02,358.3 1856.22,597.586 1856.43,365.773 1856.63,365.773 \n",
" 1856.83,535.157 1857.04,427.291 1857.24,434.29 1857.44,346.684 1857.65,128.934 1857.85,280.414 1858.05,280.414 1858.26,280.414 1858.46,158.351 1858.66,158.351 \n",
" 1858.87,138.245 1859.07,138.245 1859.27,138.245 1859.48,138.245 1859.68,138.245 1859.88,166.878 1860.09,132.059 1860.29,107.905 1860.49,198.885 1860.7,198.885 \n",
" 1860.9,194.191 1861.1,107.07 1861.3,192.496 1861.51,192.496 1861.71,172.605 1861.91,172.605 1862.12,172.605 1862.32,172.605 1862.52,108.906 1862.73,108.906 \n",
" 1862.93,108.906 1863.13,108.906 1863.34,130.171 1863.54,130.171 1863.74,130.171 1863.95,130.171 1864.15,235.704 1864.35,296.812 1864.56,631.081 1864.76,631.081 \n",
" 1864.96,631.081 1865.17,556.223 1865.37,556.223 1865.57,1000.72 1865.78,1190.74 1865.98,1325.05 1866.18,938.749 1866.39,938.749 1866.59,938.749 1866.79,938.749 \n",
" 1867,938.749 1867.2,336.099 1867.4,336.099 1867.61,336.099 1867.81,336.099 1868.01,357.789 1868.22,502.45 1868.42,502.45 1868.62,174.562 1868.83,174.562 \n",
" 1869.03,174.562 1869.23,539.683 1869.43,539.683 1869.64,372.991 1869.84,372.991 1870.04,372.991 1870.25,402.3 1870.45,402.3 1870.65,154.791 1870.86,154.791 \n",
" 1871.06,154.791 1871.26,154.791 1871.47,154.791 1871.67,154.791 1871.87,154.791 1872.08,154.791 1872.28,255.508 1872.48,255.508 1872.69,255.508 1872.89,298.095 \n",
" 1873.09,568.128 1873.3,568.128 1873.5,568.128 1873.7,568.128 1873.91,531.707 1874.11,531.707 1874.31,531.707 1874.52,531.707 1874.72,732.053 1874.92,732.053 \n",
" 1875.13,732.053 1875.33,732.053 1875.53,660.552 1875.74,660.552 1875.94,595.158 1876.14,595.158 1876.35,109.924 1876.55,139.685 1876.75,256.819 1876.95,256.819 \n",
" 1877.16,336.518 1877.36,331.945 1877.56,331.945 1877.77,378.879 1877.97,232.211 1878.17,232.211 1878.38,232.211 1878.58,232.211 1878.78,232.211 1878.99,290.583 \n",
" 1879.19,203.256 1879.39,203.256 1879.6,334.979 1879.8,292.809 1880,292.809 1880.21,279.281 1880.41,279.281 1880.61,279.281 1880.82,279.281 1881.02,279.281 \n",
" 1881.22,162.037 1881.43,162.037 1881.63,162.037 1881.83,96.9554 1882.04,96.9554 1882.24,224.042 1882.44,224.042 1882.65,224.042 1882.85,224.042 1883.05,224.042 \n",
" 1883.26,224.042 1883.46,99.8311 1883.66,99.8311 1883.87,99.8311 1884.07,99.8311 1884.27,213.401 1884.48,213.401 1884.68,213.401 1884.88,213.401 1885.08,213.401 \n",
" 1885.29,138.012 1885.49,138.012 1885.69,198.497 1885.9,106.653 1886.1,173.974 1886.3,173.974 1886.51,173.974 1886.71,160.29 1886.91,317.605 1887.12,317.605 \n",
" 1887.32,317.605 1887.52,564.382 1887.73,564.382 1887.93,557.873 1888.13,501.279 1888.34,501.279 1888.54,501.279 1888.74,501.279 1888.95,544.597 1889.15,508.823 \n",
" 1889.35,293.779 1889.56,293.779 1889.76,293.779 1889.96,293.779 1890.17,232.821 1890.37,232.821 1890.57,232.821 1890.78,232.821 1890.98,288.615 1891.18,288.615 \n",
" 1891.39,335.12 1891.59,373.999 1891.79,373.999 1892,373.999 1892.2,373.999 1892.4,373.999 1892.6,252.738 1892.81,252.738 1893.01,179.812 1893.21,253.799 \n",
" 1893.42,391.649 1893.62,113.103 1893.82,113.103 1894.03,267.62 1894.23,267.62 1894.43,267.62 1894.64,106.321 1894.84,141.556 1895.04,222.666 1895.25,222.666 \n",
" 1895.45,222.666 1895.65,222.666 1895.86,222.666 1896.06,222.666 1896.26,252.331 1896.47,129.182 1896.67,129.182 1896.87,129.182 1897.08,129.182 1897.28,129.182 \n",
" 1897.48,129.182 1897.69,191.582 1897.89,191.582 1898.09,190.076 1898.3,214.941 1898.5,214.941 1898.7,214.941 1898.91,297.714 1899.11,297.714 1899.31,504.105 \n",
" 1899.52,433.723 1899.72,433.723 1899.92,433.723 1900.13,433.723 1900.33,585.456 1900.53,585.926 1900.73,496.346 1900.94,417.02 1901.14,395.655 1901.34,556.041 \n",
" 1901.55,370.44 1901.75,467.058 1901.95,280.139 1902.16,280.139 1902.36,280.139 1902.56,280.139 1902.77,280.139 1902.97,280.139 1903.17,280.139 1903.38,532.231 \n",
" 1903.58,624.582 1903.78,444.994 1903.99,444.994 1904.19,298.521 1904.39,298.521 1904.6,274.646 1904.8,218.186 1905,141.958 1905.21,160.138 1905.41,160.138 \n",
" 1905.61,160.138 1905.82,160.138 1906.02,351.193 1906.22,351.193 1906.43,342.239 1906.63,342.239 1906.83,342.239 1907.04,237.384 1907.24,237.384 1907.44,237.384 \n",
" 1907.65,467.833 1907.85,624.651 1908.05,521.081 1908.25,521.081 1908.46,346.511 1908.66,346.511 1908.86,371.612 1909.07,656.465 1909.27,333.22 1909.47,333.22 \n",
" 1909.68,414.768 1909.88,414.768 1910.08,393.351 1910.29,385.059 1910.49,385.059 1910.69,385.059 1910.9,385.059 1911.1,385.059 1911.3,379.467 1911.51,379.467 \n",
" 1911.71,445.465 1911.91,168.947 1912.12,168.947 1912.32,168.947 1912.52,168.947 1912.73,271.569 1912.93,271.569 1913.13,271.569 1913.34,117.424 1913.54,127.778 \n",
" 1913.74,127.778 1913.95,157.563 1914.15,270.925 1914.35,169.524 1914.56,169.524 1914.76,169.524 1914.96,322.502 1915.17,263.579 1915.37,263.579 1915.57,295.741 \n",
" 1915.78,194.15 1915.98,194.15 1916.18,150.43 1916.38,150.43 1916.59,150.43 1916.79,159.118 1916.99,159.118 1917.2,159.118 1917.4,376.942 1917.6,376.942 \n",
" 1917.81,380.707 1918.01,536.295 1918.21,536.295 1918.42,129.5 1918.62,129.5 1918.82,129.5 1919.03,137.273 1919.23,137.273 1919.43,137.273 1919.64,137.273 \n",
" 1919.84,137.273 1920.04,137.273 1920.25,137.273 1920.45,137.273 1920.65,305.958 1920.86,305.958 1921.06,166.031 1921.26,205.405 1921.47,205.405 1921.67,205.405 \n",
" 1921.87,351.183 1922.08,342.457 1922.28,234.12 1922.48,276.617 1922.69,276.617 1922.89,265.2 1923.09,265.2 1923.3,373.985 1923.5,492.46 1923.7,287.343 \n",
" 1923.9,287.343 1924.11,287.343 1924.31,287.343 1924.51,106.238 1924.72,365.41 1924.92,365.41 1925.12,589.824 1925.33,299.22 1925.53,299.22 1925.73,299.22 \n",
" 1925.94,299.22 1926.14,176.062 1926.34,176.062 1926.55,125.198 1926.75,125.198 1926.95,125.198 1927.16,125.198 1927.36,125.198 1927.56,125.198 1927.77,185.032 \n",
" 1927.97,188.935 1928.17,188.935 1928.38,188.935 1928.58,188.935 1928.78,188.935 1928.99,188.935 1929.19,202.24 1929.39,409.949 1929.6,256.216 1929.8,256.216 \n",
" 1930,179.714 1930.21,179.714 1930.41,197.152 1930.61,197.152 1930.82,197.152 1931.02,332.004 1931.22,125.593 1931.43,125.593 1931.63,125.593 1931.83,125.593 \n",
" 1932.03,206.697 1932.24,123.613 1932.44,123.613 1932.64,123.613 1932.85,123.613 1933.05,115.05 1933.25,115.05 1933.46,115.05 1933.66,177.276 1933.86,303.683 \n",
" 1934.07,479.021 1934.27,475.213 1934.47,475.213 1934.68,263.127 1934.88,263.127 1935.08,263.127 1935.29,263.127 1935.49,263.127 1935.69,223.466 1935.9,223.466 \n",
" 1936.1,340.864 1936.3,184.459 1936.51,110.2 1936.71,110.2 1936.91,110.2 1937.12,325.356 1937.32,156.825 1937.52,189.301 1937.73,189.301 1937.93,189.301 \n",
" 1938.13,189.301 1938.34,215.544 1938.54,202.092 1938.74,106.495 1938.95,106.495 1939.15,106.495 1939.35,106.495 1939.55,251.699 1939.76,251.699 1939.96,170.571 \n",
" 1940.16,170.571 1940.37,170.571 1940.57,170.571 1940.77,113.922 1940.98,113.922 1941.18,113.922 1941.38,113.922 1941.59,113.922 1941.79,113.922 1941.99,113.922 \n",
" 1942.2,113.922 1942.4,113.922 1942.6,113.922 1942.81,113.922 1943.01,152.706 1943.21,152.706 1943.42,152.706 1943.62,152.706 1943.82,303.879 1944.03,303.879 \n",
" 1944.23,303.879 1944.43,323.463 1944.64,323.463 1944.84,195.719 1945.04,195.719 1945.25,195.719 1945.45,129.42 1945.65,129.42 1945.86,275.899 1946.06,275.899 \n",
" 1946.26,275.899 1946.47,275.899 1946.67,275.899 1946.87,275.899 1947.08,403.866 1947.28,403.866 1947.48,148.677 1947.68,148.729 1947.89,226.776 1948.09,125.793 \n",
" 1948.29,120.156 1948.5,228.802 1948.7,227.946 1948.9,475.523 1949.11,590.779 1949.31,590.779 1949.51,559.545 1949.72,612.812 1949.92,612.812 1950.12,367.992 \n",
" 1950.33,367.992 1950.53,367.992 1950.73,367.992 1950.94,367.992 1951.14,336.632 1951.34,336.632 1951.55,155.479 1951.75,155.479 1951.95,223.792 1952.16,223.792 \n",
" 1952.36,223.792 1952.56,223.792 1952.77,147.995 1952.97,147.995 1953.17,147.995 1953.38,147.995 1953.58,105.687 1953.78,105.687 1953.99,105.687 1954.19,213.984 \n",
" 1954.39,130.016 1954.6,133.856 1954.8,133.856 1955,133.856 1955.2,98.1257 1955.41,194.237 1955.61,194.237 1955.81,194.237 1956.02,194.237 1956.22,351.953 \n",
" 1956.42,435.612 1956.63,435.612 1956.83,435.612 1957.03,637.571 1957.24,659.309 1957.44,659.309 1957.64,659.309 1957.85,659.309 1958.05,591.72 1958.25,343.185 \n",
" 1958.46,161.186 1958.66,161.186 1958.86,124.277 1959.07,124.277 1959.27,124.277 1959.47,124.277 1959.68,124.277 1959.88,120.003 1960.08,120.003 1960.29,120.003 \n",
" 1960.49,117.132 1960.69,117.132 1960.9,117.132 1961.1,116.425 1961.3,116.425 1961.51,116.425 1961.71,116.425 1961.91,171.631 1962.12,152.89 1962.32,152.89 \n",
" 1962.52,152.89 1962.73,152.89 1962.93,280.479 1963.13,280.479 1963.33,280.479 1963.54,280.479 1963.74,433.306 1963.94,433.306 1964.15,433.306 1964.35,433.306 \n",
" 1964.55,395.443 1964.76,313.418 1964.96,214.373 1965.16,214.373 1965.37,214.373 1965.57,214.373 1965.77,214.373 1965.98,214.373 1966.18,165.418 1966.38,165.418 \n",
" 1966.59,169.707 1966.79,169.707 1966.99,169.707 1967.2,169.707 1967.4,169.707 1967.6,169.707 1967.81,193.805 1968.01,193.805 1968.21,114.213 1968.42,114.213 \n",
" 1968.62,114.213 1968.82,114.213 1969.03,308.791 1969.23,308.791 1969.43,298.995 1969.64,239.376 1969.84,239.376 1970.04,350.635 1970.25,324.894 1970.45,324.894 \n",
" 1970.65,324.894 1970.85,324.894 1971.06,396.794 1971.26,565.149 1971.46,296.964 1971.67,296.964 1971.87,296.964 1972.07,296.964 1972.28,309.914 1972.48,309.914 \n",
" 1972.68,309.914 1972.89,309.914 1973.09,309.914 1973.29,309.914 1973.5,300.584 1973.7,504.506 1973.9,219.121 1974.11,232.832 1974.31,232.832 1974.51,232.832 \n",
" 1974.72,232.832 1974.92,232.832 1975.12,414.959 1975.33,472.989 1975.53,472.989 1975.73,478.566 1975.94,478.566 1976.14,121.999 1976.34,121.999 1976.55,174.01 \n",
" 1976.75,174.01 1976.95,174.01 1977.16,174.01 1977.36,97.4972 1977.56,97.4972 1977.77,101.021 1977.97,557.555 1978.17,339.523 1978.38,339.523 1978.58,339.523 \n",
" 1978.78,339.523 1978.98,339.523 1979.19,339.523 1979.39,339.523 1979.59,644.612 1979.8,224.906 1980,224.906 1980.2,224.906 1980.41,224.906 1980.61,559.948 \n",
" 1980.81,559.948 1981.02,559.948 1981.22,353.106 1981.42,111.059 1981.63,111.059 1981.83,111.059 1982.03,111.059 1982.24,111.059 1982.44,330.354 1982.64,330.354 \n",
" 1982.85,330.354 1983.05,330.354 1983.25,330.354 1983.46,330.354 1983.66,330.354 1983.86,330.354 1984.07,330.354 1984.27,330.354 1984.47,330.354 1984.68,330.354 \n",
" 1984.88,206.312 1985.08,206.312 1985.29,206.312 1985.49,206.312 1985.69,207.886 1985.9,207.886 1986.1,207.105 1986.3,200.612 1986.5,200.612 1986.71,200.612 \n",
" 1986.91,200.612 1987.11,200.612 1987.32,200.612 1987.52,200.612 1987.72,200.612 1987.93,263.232 1988.13,263.232 1988.33,263.232 1988.54,263.232 1988.74,242.955 \n",
" 1988.94,242.955 1989.15,242.955 1989.35,612.784 1989.55,612.784 1989.76,612.784 1989.96,144.382 1990.16,415.782 1990.37,315.139 1990.57,315.139 1990.77,315.139 \n",
" 1990.98,315.139 1991.18,216.871 1991.38,216.871 1991.59,216.871 1991.79,216.871 1991.99,216.871 1992.2,175.262 1992.4,175.262 1992.6,175.262 1992.81,164.996 \n",
" 1993.01,431.666 1993.21,311.812 1993.42,388.525 1993.62,595.201 1993.82,595.201 1994.03,729.805 1994.23,911.305 1994.43,911.305 1994.63,911.305 1994.84,564.754 \n",
" 1995.04,564.754 1995.24,145.613 1995.45,145.613 1995.65,824.996 1995.85,824.996 1996.06,717.243 1996.26,717.243 1996.46,262.217 1996.67,262.217 1996.87,189.49 \n",
" 1997.07,189.49 1997.28,189.49 1997.48,639.778 1997.68,86.1857 1997.89,86.1857 1998.09,86.1857 1998.29,86.1857 1998.5,105.749 1998.7,105.749 1998.9,105.749 \n",
" 1999.11,251.962 1999.31,421.275 1999.51,421.275 1999.72,264.009 1999.92,264.009 2000.12,264.009 2000.33,264.009 2000.53,91.7894 2000.73,120.502 2000.94,120.502 \n",
" 2001.14,260.248 2001.34,260.248 2001.55,260.248 2001.75,180.527 2001.95,180.527 2002.15,214.679 2002.36,391.332 2002.56,391.332 2002.76,344.598 2002.97,301.968 \n",
" 2003.17,181.744 2003.37,325.428 2003.58,325.428 2003.78,325.428 2003.98,187.458 2004.19,118.758 2004.39,118.758 2004.59,118.758 2004.8,124.851 2005,124.851 \n",
" 2005.2,323.965 2005.41,353.24 2005.61,328.725 2005.81,328.725 2006.02,200.521 2006.22,200.521 2006.42,200.521 2006.63,200.521 2006.83,260.856 2007.03,296.089 \n",
" 2007.24,335.896 2007.44,335.896 2007.64,335.896 2007.85,375.126 2008.05,375.126 2008.25,329.153 2008.46,174.905 2008.66,174.905 2008.86,174.905 2009.07,174.905 \n",
" 2009.27,271.545 2009.47,271.545 2009.68,271.545 2009.88,416.977 2010.08,304.685 2010.28,334.326 2010.49,334.326 2010.69,334.326 2010.89,334.326 2011.1,334.326 \n",
" 2011.3,334.326 2011.5,397.526 2011.71,397.526 2011.91,169.949 2012.11,169.949 2012.32,141.678 2012.52,141.678 2012.72,141.678 2012.93,238.379 2013.13,287.105 \n",
" 2013.33,287.105 2013.54,174.466 2013.74,144.925 2013.94,213.206 2014.15,120.964 2014.35,120.964 2014.55,120.964 2014.76,451.949 2014.96,451.949 2015.16,350.656 \n",
" 2015.37,255.261 2015.57,255.261 2015.77,255.261 2015.98,176.069 2016.18,176.069 2016.38,204.719 2016.59,266.776 2016.79,266.776 2016.99,97.6007 2017.2,97.6007 \n",
" 2017.4,143.772 2017.6,143.772 2017.8,198.367 2018.01,198.367 2018.21,205.869 2018.41,205.869 2018.62,116.259 2018.82,116.259 2019.02,116.259 2019.23,116.259 \n",
" 2019.43,137.746 2019.63,137.746 2019.84,137.746 2020.04,137.746 2020.24,137.746 2020.45,196.328 2020.65,196.328 2020.85,312.358 2021.06,312.358 2021.26,195.118 \n",
" 2021.46,195.118 2021.67,149.22 2021.87,149.22 2022.07,132.104 2022.28,109.92 2022.48,109.92 2022.68,109.92 2022.89,109.92 2023.09,109.92 2023.29,109.92 \n",
" 2023.5,109.92 2023.7,109.92 2023.9,109.92 2024.11,109.92 2024.31,189.837 2024.51,189.837 2024.72,189.837 2024.92,277.041 2025.12,233.521 2025.33,106.252 \n",
" 2025.53,284.985 2025.73,325.106 2025.93,424.097 2026.14,217.817 2026.34,217.817 2026.54,217.817 2026.75,274.606 2026.95,246.322 2027.15,246.322 2027.36,401.599 \n",
" 2027.56,401.599 2027.76,401.599 2027.97,401.599 2028.17,401.599 2028.37,401.599 2028.58,227.453 2028.78,227.453 2028.98,227.453 2029.19,227.453 2029.39,227.453 \n",
" 2029.59,227.453 2029.8,227.453 2030,444.657 2030.2,444.657 2030.41,403.618 2030.61,403.618 2030.81,403.618 2031.02,403.618 2031.22,159.371 2031.42,167.594 \n",
" 2031.63,167.594 2031.83,167.594 2032.03,167.594 2032.24,167.594 2032.44,161.028 2032.64,656.49 2032.85,248.482 2033.05,240.728 2033.25,240.728 2033.46,139.044 \n",
" 2033.66,223.491 2033.86,437.181 2034.06,437.181 2034.27,437.181 2034.47,437.181 2034.67,396.12 2034.88,420.64 2035.08,499.664 2035.28,476.085 2035.49,476.085 \n",
" 2035.69,354.915 2035.89,354.915 2036.1,331.221 2036.3,266.112 2036.5,266.112 2036.71,266.112 2036.91,266.112 2037.11,507.718 2037.32,507.718 2037.52,507.718 \n",
" 2037.72,507.718 2037.93,456.688 2038.13,456.688 2038.33,365.116 2038.54,240.25 2038.74,276.805 2038.94,276.805 2039.15,276.805 2039.35,276.805 2039.55,276.805 \n",
" 2039.76,253.317 2039.96,465.213 2040.16,465.213 2040.37,465.213 2040.57,465.213 2040.77,465.213 2040.98,193.939 2041.18,193.939 2041.38,193.939 2041.58,193.939 \n",
" 2041.79,193.939 2041.99,136.609 2042.19,136.609 2042.4,136.609 2042.6,136.609 2042.8,136.609 2043.01,235.646 2043.21,264.773 2043.41,264.773 2043.62,158.994 \n",
" 2043.82,170.816 2044.02,145.158 2044.23,288.564 2044.43,621.722 2044.63,139.244 2044.84,139.244 2045.04,176.528 2045.24,176.528 2045.45,198.408 2045.65,188.123 \n",
" 2045.85,188.123 2046.06,170.028 2046.26,142.548 2046.46,261.503 2046.67,261.503 2046.87,398.158 2047.07,651.844 2047.28,651.844 2047.48,651.844 2047.68,592.948 \n",
" 2047.89,592.948 2048.09,592.948 2048.29,382.466 2048.5,157.282 2048.7,157.282 2048.9,225.225 2049.11,151.884 2049.31,151.884 2049.51,151.884 2049.71,222.152 \n",
" 2049.92,155.468 2050.12,155.468 2050.32,155.468 2050.53,321.724 2050.73,832.075 2050.93,832.075 2051.14,400.761 2051.34,400.761 2051.54,381.175 2051.75,220.431 \n",
" 2051.95,175.519 2052.15,175.519 2052.36,175.519 2052.56,209.025 2052.76,209.025 2052.97,209.025 2053.17,209.025 2053.37,209.025 2053.58,209.025 2053.78,209.025 \n",
" 2053.98,196.151 2054.19,196.151 2054.39,196.151 2054.59,196.151 2054.8,196.151 2055,196.151 2055.2,196.151 2055.41,196.151 2055.61,196.151 2055.81,196.151 \n",
" 2056.02,159.204 2056.22,370.182 2056.42,268.999 2056.63,203.587 2056.83,491.681 2057.03,127.366 2057.23,127.366 2057.44,127.366 2057.64,177.587 2057.84,142.546 \n",
" 2058.05,142.546 2058.25,227.701 2058.45,249.377 2058.66,249.377 2058.86,249.377 2059.06,181.197 2059.27,138.283 2059.47,154.871 2059.67,154.871 2059.88,154.871 \n",
" 2060.08,154.871 2060.28,581.139 2060.49,581.139 2060.69,350.716 2060.89,297.53 2061.1,568.072 2061.3,568.072 2061.5,590.614 2061.71,590.614 2061.91,847.055 \n",
" 2062.11,312.273 2062.32,312.273 2062.52,312.273 2062.72,312.273 2062.93,312.273 2063.13,158.651 2063.33,158.651 2063.54,158.651 2063.74,158.651 2063.94,158.651 \n",
" 2064.15,168.052 2064.35,141.058 2064.55,141.058 2064.76,141.244 2064.96,371.385 2065.16,371.385 2065.36,178.681 2065.57,178.681 2065.77,178.681 2065.97,178.681 \n",
" 2066.18,153.923 2066.38,153.923 2066.58,153.923 2066.79,153.923 2066.99,153.923 2067.19,153.923 2067.4,162.756 2067.6,279.823 2067.8,279.823 2068.01,279.823 \n",
" 2068.21,142.399 2068.41,142.399 2068.62,142.399 2068.82,170.529 2069.02,170.529 2069.23,242.525 2069.43,242.525 2069.63,242.525 2069.84,237.792 2070.04,399.564 \n",
" 2070.24,399.564 2070.45,194.908 2070.65,194.908 2070.85,194.908 2071.06,194.908 2071.26,172.671 2071.46,172.671 2071.67,172.671 2071.87,172.671 2072.07,172.671 \n",
" 2072.28,143.779 2072.48,166.755 2072.68,166.755 2072.88,166.755 2073.09,560.142 2073.29,560.142 2073.49,560.142 2073.7,560.142 2073.9,451.265 2074.1,451.265 \n",
" 2074.31,475.416 2074.51,401.823 2074.71,143.676 2074.92,150.901 2075.12,150.901 2075.32,150.901 2075.53,150.901 2075.73,150.901 2075.93,150.901 2076.14,150.901 \n",
" 2076.34,150.901 2076.54,150.901 2076.75,121.306 2076.95,124.368 2077.15,314.324 2077.36,131.958 2077.56,186.817 2077.76,186.817 2077.97,389.338 2078.17,389.338 \n",
" 2078.37,199.349 2078.58,157.699 2078.78,157.699 2078.98,157.699 2079.19,159.512 2079.39,159.512 2079.59,297.978 2079.8,297.978 2080,254.401 2080.2,160.088 \n",
" 2080.41,159.796 2080.61,450.047 2080.81,396.307 2081.01,396.307 2081.22,396.307 2081.42,323.058 2081.62,323.058 2081.83,323.058 2082.03,323.058 2082.23,388.078 \n",
" 2082.44,388.078 2082.64,388.078 2082.84,388.078 2083.05,388.078 2083.25,530.845 2083.45,530.845 2083.66,157.323 2083.86,294.061 2084.06,303.125 2084.27,381.706 \n",
" 2084.47,370.852 2084.67,370.852 2084.88,370.852 2085.08,370.852 2085.28,279.988 2085.49,279.988 2085.69,279.988 2085.89,279.988 2086.1,279.988 2086.3,287.363 \n",
" 2086.5,319.616 2086.71,319.616 2086.91,319.616 2087.11,319.616 2087.32,476.189 2087.52,535.8 2087.72,586.816 2087.93,586.816 2088.13,586.816 2088.33,534.717 \n",
" 2088.53,534.717 2088.74,534.717 2088.94,534.717 2089.14,534.717 2089.35,419.381 2089.55,360.363 2089.75,200.369 2089.96,200.369 2090.16,220.237 2090.36,148.427 \n",
" 2090.57,148.427 2090.77,148.427 2090.97,148.427 2091.18,148.427 2091.38,148.427 2091.58,148.427 2091.79,240.496 2091.99,213.395 2092.19,208.952 2092.4,208.952 \n",
" 2092.6,208.952 2092.8,131.393 2093.01,131.393 2093.21,131.393 2093.41,334.298 2093.62,192.731 2093.82,622.961 2094.02,622.961 2094.23,162.192 2094.43,127.331 \n",
" 2094.63,127.331 2094.84,127.331 2095.04,204.477 2095.24,139.79 2095.45,139.79 2095.65,123.466 2095.85,123.466 2096.06,123.466 2096.26,288.026 2096.46,288.026 \n",
" 2096.66,288.026 2096.87,288.026 2097.07,288.026 2097.27,288.026 2097.48,288.026 2097.68,288.026 2097.88,362.709 2098.09,362.709 2098.29,362.709 2098.49,392.279 \n",
" 2098.7,669.07 2098.9,669.07 2099.1,669.07 2099.31,669.07 2099.51,390.601 2099.71,241.38 2099.92,428.937 2100.12,428.937 2100.32,116.975 2100.53,116.975 \n",
" 2100.73,116.975 2100.93,116.975 2101.14,116.975 2101.34,116.975 2101.54,116.975 2101.75,116.975 2101.95,260.426 2102.15,135.167 2102.36,277.364 2102.56,277.364 \n",
" 2102.76,277.364 2102.97,277.364 2103.17,299.16 2103.37,326.739 2103.58,326.739 2103.78,326.739 2103.98,153.854 2104.18,251.023 2104.39,194.714 2104.59,275.935 \n",
" 2104.79,275.935 2105,275.935 2105.2,275.935 2105.4,275.935 2105.61,275.935 2105.81,275.935 2106.01,178.178 2106.22,135.76 2106.42,135.76 2106.62,135.76 \n",
" 2106.83,256.503 2107.03,248.105 2107.23,248.105 2107.44,116.102 2107.64,116.102 2107.84,116.102 2108.05,116.102 2108.25,251.469 2108.45,251.469 2108.66,388.762 \n",
" 2108.86,388.762 2109.06,388.762 2109.27,147.76 2109.47,433.281 2109.67,569.342 2109.88,569.342 2110.08,962.772 2110.28,797.27 2110.49,797.27 2110.69,797.27 \n",
" 2110.89,797.27 2111.1,797.27 2111.3,312.63 2111.5,312.63 2111.71,312.63 2111.91,312.63 2112.11,312.63 2112.31,135.838 2112.52,135.838 2112.72,135.838 \n",
" 2112.92,135.838 2113.13,135.838 2113.33,309.416 2113.53,309.416 2113.74,309.416 2113.94,135.588 2114.14,185.538 2114.35,185.538 2114.55,185.538 2114.75,185.538 \n",
" 2114.96,185.538 2115.16,185.538 2115.36,148.678 2115.57,148.678 2115.77,148.678 2115.97,148.678 2116.18,148.678 2116.38,187.332 2116.58,187.332 2116.79,253.982 \n",
" 2116.99,253.982 2117.19,253.982 2117.4,253.982 2117.6,211.198 2117.8,368.185 2118.01,368.185 2118.21,273.781 2118.41,273.781 2118.62,273.781 2118.82,273.781 \n",
" 2119.02,144.996 2119.23,144.996 2119.43,144.996 2119.63,168.647 2119.83,168.647 2120.04,124.036 2120.24,124.036 2120.44,124.036 2120.65,124.036 2120.85,124.036 \n",
" 2121.05,124.036 2121.26,124.036 2121.46,200.753 2121.66,200.753 2121.87,139.154 2122.07,139.154 2122.27,155.965 2122.48,488.281 2122.68,607.507 2122.88,281.505 \n",
" 2123.09,552.919 2123.29,552.919 2123.49,227.806 2123.7,360.461 2123.9,467.569 2124.1,467.569 2124.31,467.569 2124.51,467.569 2124.71,467.569 2124.92,467.569 \n",
" 2125.12,467.569 2125.32,610.454 2125.53,610.454 2125.73,610.454 2125.93,396.998 2126.14,396.998 2126.34,396.998 2126.54,396.998 2126.75,313.388 2126.95,313.388 \n",
" 2127.15,313.388 2127.36,136.079 2127.56,136.079 2127.76,136.079 2127.96,136.079 2128.17,174.695 2128.37,174.695 2128.57,203.69 2128.78,248.307 2128.98,248.307 \n",
" 2129.18,248.307 2129.39,248.307 2129.59,380.592 2129.79,322.706 2130,234.596 2130.2,354.121 2130.4,464.859 2130.61,400.524 2130.81,400.524 2131.01,168.614 \n",
" 2131.22,168.614 2131.42,168.614 2131.62,168.614 2131.83,168.614 2132.03,317.144 2132.23,291.182 2132.44,291.182 2132.64,291.182 2132.84,291.182 2133.05,291.182 \n",
" 2133.25,262.22 2133.45,262.22 2133.66,272.42 2133.86,128.698 2134.06,128.698 2134.27,128.698 2134.47,128.698 2134.67,128.698 2134.88,128.698 2135.08,136.164 \n",
" 2135.28,430.671 2135.48,368.916 2135.69,206.574 2135.89,408.177 2136.09,408.177 2136.3,408.177 2136.5,385.002 2136.7,385.002 2136.91,385.002 2137.11,385.002 \n",
" 2137.31,147.269 2137.52,147.269 2137.72,147.269 2137.92,147.269 2138.13,537.202 2138.33,658.803 2138.53,533.61 2138.74,144.601 2138.94,152.519 2139.14,152.519 \n",
" 2139.35,327.168 2139.55,327.168 2139.75,333.479 2139.96,333.479 2140.16,333.479 2140.36,333.479 2140.57,333.479 2140.77,291.334 2140.97,408.867 2141.18,169.918 \n",
" 2141.38,169.918 2141.58,224.507 2141.79,200.061 2141.99,155.509 2142.19,263.424 2142.4,263.424 2142.6,263.424 2142.8,313.54 2143.01,252.098 2143.21,285.393 \n",
" 2143.41,249.939 2143.61,175.646 2143.82,175.646 2144.02,175.646 2144.22,175.646 2144.43,175.646 2144.63,175.646 2144.83,175.646 2145.04,175.646 2145.24,175.646 \n",
" 2145.44,324.694 2145.65,324.694 2145.85,324.694 2146.05,312.024 2146.26,168.536 2146.46,168.536 2146.66,168.536 2146.87,208.801 2147.07,166.678 2147.27,166.678 \n",
" 2147.48,166.678 2147.68,201.126 2147.88,201.126 2148.09,353.729 2148.29,537.869 2148.49,537.869 2148.7,537.869 2148.9,537.869 2149.1,537.869 2149.31,537.869 \n",
" 2149.51,537.869 2149.71,537.869 2149.92,537.869 2150.12,537.869 2150.32,537.869 2150.53,431.266 2150.73,295.709 2150.93,295.709 2151.13,295.709 2151.34,295.709 \n",
" 2151.54,295.709 2151.74,153.128 2151.95,153.128 2152.15,153.128 2152.35,153.128 2152.56,280.345 2152.76,225.591 2152.96,225.591 2153.17,225.591 2153.37,618.637 \n",
" 2153.57,1246.2 2153.78,1246.2 2153.98,1246.2 2154.18,1246.2 2154.39,1246.2 2154.59,1246.2 2154.79,1246.2 2155,1246.2 2155.2,657.068 2155.4,657.068 \n",
" 2155.61,657.068 2155.81,944.111 2156.01,944.111 2156.22,490.128 2156.42,490.128 2156.62,357.742 2156.83,357.742 2157.03,357.742 2157.23,318.769 2157.44,509.873 \n",
" 2157.64,509.873 2157.84,349.885 2158.05,168.913 2158.25,279.78 2158.45,572.965 2158.66,572.965 2158.86,463.156 2159.06,206.433 2159.26,206.433 2159.47,181.187 \n",
" 2159.67,197.685 2159.87,197.685 2160.08,197.685 2160.28,197.685 2160.48,197.685 2160.69,197.685 2160.89,197.685 2161.09,197.685 2161.3,197.685 2161.5,197.685 \n",
" 2161.7,501.22 2161.91,501.22 2162.11,501.22 2162.31,501.22 2162.52,370.615 2162.72,370.615 2162.92,370.615 2163.13,370.615 2163.33,370.615 2163.53,370.615 \n",
" 2163.74,268.897 2163.94,268.897 2164.14,268.897 2164.35,268.897 2164.55,268.897 2164.75,234.077 2164.96,234.077 2165.16,234.077 2165.36,234.077 2165.57,234.077 \n",
" 2165.77,234.077 2165.97,234.077 2166.18,234.077 2166.38,275.774 2166.58,275.774 2166.78,275.774 2166.99,275.774 2167.19,271.484 2167.39,256.04 2167.6,267.024 \n",
" 2167.8,267.024 2168,187.069 2168.21,187.069 2168.41,187.069 2168.61,178.611 2168.82,178.611 2169.02,178.611 2169.22,178.611 2169.43,178.611 2169.63,282.718 \n",
" 2169.83,282.718 2170.04,250.176 2170.24,379.32 2170.44,379.32 2170.65,379.32 2170.85,144.455 2171.05,142.408 2171.26,142.408 2171.46,142.408 2171.66,142.408 \n",
" 2171.87,142.408 2172.07,297.136 2172.27,225.461 2172.48,304.499 2172.68,260.505 2172.88,260.505 2173.09,260.505 2173.29,153.529 2173.49,153.529 2173.7,153.529 \n",
" 2173.9,153.718 2174.1,153.718 2174.31,153.718 2174.51,153.718 2174.71,273.644 2174.91,181.95 2175.12,181.95 2175.32,181.95 2175.52,181.95 2175.73,193.804 \n",
" 2175.93,193.804 2176.13,193.804 2176.34,193.804 2176.54,217.138 2176.74,217.138 2176.95,283.489 2177.15,283.489 2177.35,346.844 2177.56,288.195 2177.76,354.898 \n",
" 2177.96,354.898 2178.17,295.193 2178.37,295.193 2178.57,295.193 2178.78,295.193 2178.98,295.193 2179.18,266.529 2179.39,285.888 2179.59,617.998 2179.79,617.998 \n",
" 2180,617.998 2180.2,709.174 2180.4,667.837 2180.61,667.837 2180.81,667.837 2181.01,567.432 2181.22,567.432 2181.42,746.603 2181.62,242.892 2181.83,242.892 \n",
" 2182.03,242.892 2182.23,225.689 2182.43,225.689 2182.64,304.831 2182.84,304.831 2183.04,205.25 2183.25,205.25 2183.45,205.25 2183.65,171.446 2183.86,171.446 \n",
" 2184.06,171.446 2184.26,176.757 2184.47,189.735 2184.67,234.771 2184.87,234.771 2185.08,234.771 2185.28,211.732 2185.48,211.732 2185.69,211.732 2185.89,211.732 \n",
" 2186.09,367.395 2186.3,367.395 2186.5,416.897 2186.7,416.897 2186.91,416.897 2187.11,253.414 2187.31,253.414 2187.52,253.414 2187.72,141.165 2187.92,141.165 \n",
" 2188.13,412.23 2188.33,412.23 2188.53,412.23 2188.74,412.23 2188.94,412.23 2189.14,412.23 2189.35,412.23 2189.55,139.93 2189.75,139.93 2189.96,308.22 \n",
" 2190.16,317.892 2190.36,180.793 2190.56,297.407 2190.77,297.407 2190.97,297.407 2191.17,350.776 2191.38,423.993 2191.58,423.993 2191.78,423.993 2191.99,423.993 \n",
" 2192.19,423.993 2192.39,423.993 2192.6,711.315 2192.8,627.099 2193,627.099 2193.21,627.099 2193.41,328.292 2193.61,328.292 2193.82,477.342 2194.02,477.342 \n",
" 2194.22,444.74 2194.43,156.179 2194.63,156.179 2194.83,365.606 2195.04,365.606 2195.24,447.108 2195.44,447.108 2195.65,447.108 2195.85,447.108 2196.05,447.108 \n",
" 2196.26,447.108 2196.46,431.493 2196.66,431.493 2196.87,431.493 2197.07,327.741 2197.27,327.741 2197.48,327.741 2197.68,174.717 2197.88,174.717 2198.09,138.066 \n",
" 2198.29,138.066 2198.49,138.066 2198.69,138.066 2198.9,251.912 2199.1,251.912 2199.3,253.547 2199.51,232.747 2199.71,232.747 2199.91,232.747 2200.12,232.747 \n",
" 2200.32,350.759 2200.52,350.759 2200.73,350.759 2200.93,372.669 2201.13,372.669 2201.34,368.679 2201.54,368.679 2201.74,128.751 2201.95,142.749 2202.15,142.749 \n",
" 2202.35,450.519 2202.56,178.938 2202.76,178.938 2202.96,178.938 2203.17,178.938 2203.37,178.938 2203.57,318.204 2203.78,318.204 2203.98,264.272 2204.18,264.272 \n",
" 2204.39,264.272 2204.59,264.272 2204.79,264.272 2205,417.826 2205.2,339.826 2205.4,163.156 2205.61,163.156 2205.81,163.156 2206.01,163.156 2206.21,163.156 \n",
" 2206.42,163.156 2206.62,232.567 2206.82,232.567 2207.03,147.772 2207.23,147.772 2207.43,151.558 2207.64,151.558 2207.84,151.558 2208.04,263.032 2208.25,263.032 \n",
" 2208.45,352.641 2208.65,130.878 2208.86,372.404 2209.06,141.501 2209.26,282.713 2209.47,282.713 2209.67,282.713 2209.87,388.98 2210.08,443.007 2210.28,218.266 \n",
" 2210.48,259.467 2210.69,259.467 2210.89,231.954 2211.09,303.477 2211.3,207.963 2211.5,207.963 2211.7,207.963 2211.91,207.963 2212.11,120.612 2212.31,120.612 \n",
" 2212.52,120.612 2212.72,120.612 2212.92,120.612 2213.13,120.612 2213.33,120.612 2213.53,114.915 2213.74,114.915 2213.94,114.915 2214.14,340.939 2214.34,340.939 \n",
" 2214.55,308.261 2214.75,308.261 2214.95,202.17 2215.16,202.17 2215.36,202.17 2215.56,202.17 2215.77,202.17 2215.97,146.901 2216.17,146.901 2216.38,146.901 \n",
" 2216.58,130.51 2216.78,130.51 2216.99,130.51 2217.19,130.51 2217.39,130.51 2217.6,115.67 2217.8,115.67 2218,189.299 2218.21,214.17 2218.41,170.498 \n",
" 2218.61,170.498 2218.82,166.813 2219.02,215.746 2219.22,351.887 2219.43,351.887 2219.63,351.887 2219.83,351.887 2220.04,351.887 2220.24,351.887 2220.44,284.827 \n",
" 2220.65,167.744 2220.85,167.744 2221.05,167.744 2221.26,167.744 2221.46,177.316 2221.66,140.811 2221.86,140.811 2222.07,142.126 2222.27,142.126 2222.47,142.126 \n",
" 2222.68,300.498 2222.88,300.498 2223.08,206.091 2223.29,119.912 2223.49,119.912 2223.69,188.286 2223.9,188.286 2224.1,179.123 2224.3,135.763 2224.51,215.233 \n",
" 2224.71,181.487 2224.91,181.487 2225.12,231.243 2225.32,176.747 2225.52,176.747 2225.73,176.747 2225.93,176.747 2226.13,176.747 2226.34,176.747 2226.54,176.747 \n",
" 2226.74,438.965 2226.95,423.486 2227.15,423.486 2227.35,423.486 2227.56,423.486 2227.76,288.302 2227.96,336.825 2228.17,336.825 2228.37,196.727 2228.57,196.727 \n",
" 2228.78,630.851 2228.98,130.655 2229.18,130.655 2229.39,136.345 2229.59,141.425 2229.79,141.425 2229.99,256.391 2230.2,256.391 2230.4,256.391 2230.6,256.391 \n",
" 2230.81,350.312 2231.01,121.19 2231.21,121.19 2231.42,121.19 2231.62,119.788 2231.82,119.788 2232.03,120.027 2232.23,120.027 2232.43,266.468 2232.64,266.468 \n",
" 2232.84,266.468 2233.04,277.758 2233.25,288.641 2233.45,288.641 2233.65,288.641 2233.86,235.536 2234.06,235.536 2234.26,235.536 2234.47,199.279 2234.67,199.279 \n",
" 2234.87,199.279 2235.08,199.279 2235.28,210.67 2235.48,210.67 2235.69,210.67 2235.89,210.503 2236.09,210.503 2236.3,210.503 2236.5,182.752 2236.7,182.752 \n",
" 2236.91,182.752 2237.11,182.752 2237.31,182.752 2237.51,182.752 2237.72,182.752 2237.92,147.399 2238.12,169.401 2238.33,169.401 2238.53,325.265 2238.73,325.265 \n",
" 2238.94,186.328 2239.14,186.328 2239.34,277.654 2239.55,132.875 2239.75,132.875 2239.95,132.875 2240.16,132.875 2240.36,132.875 2240.56,132.875 2240.77,132.875 \n",
" 2240.97,176.358 2241.17,243.559 2241.38,243.559 2241.58,243.559 2241.78,243.559 2241.99,243.559 2242.19,393.291 2242.39,393.291 2242.6,393.291 2242.8,393.291 \n",
" 2243,178.388 2243.21,178.388 2243.41,146.099 2243.61,146.099 2243.82,146.099 2244.02,137.98 2244.22,137.98 2244.43,119.925 2244.63,119.925 2244.83,119.925 \n",
" 2245.04,119.925 2245.24,119.925 2245.44,119.925 2245.64,119.925 2245.85,119.925 2246.05,118.64 2246.25,475.167 2246.46,362.042 2246.66,362.042 2246.86,526.161 \n",
" 2247.07,459.368 2247.27,247.76 2247.47,359.875 2247.68,213.501 2247.88,213.501 2248.08,213.501 2248.29,213.501 2248.49,253.645 2248.69,244.07 2248.9,244.07 \n",
" 2249.1,244.07 2249.3,264.391 2249.51,264.391 2249.71,261.515 2249.91,292.237 2250.12,292.237 2250.32,292.237 2250.52,292.237 2250.73,357.607 2250.93,357.607 \n",
" 2251.13,357.607 2251.34,405.433 2251.54,448.276 2251.74,448.276 2251.95,412.212 2252.15,412.212 2252.35,412.212 2252.56,412.212 2252.76,412.212 2252.96,167.755 \n",
" 2253.16,167.755 2253.37,129.629 2253.57,263.725 2253.77,263.725 2253.98,294.146 2254.18,120.215 2254.38,230.383 2254.59,230.383 2254.79,230.383 2254.99,230.383 \n",
" 2255.2,230.383 2255.4,226.434 2255.6,170.758 2255.81,170.758 2256.01,170.758 2256.21,168.806 2256.42,168.806 2256.62,168.806 2256.82,168.806 2257.03,168.806 \n",
" 2257.23,249.692 2257.43,648.652 2257.64,495.983 2257.84,383.84 2258.04,150.572 2258.25,196.643 2258.45,196.643 2258.65,120.503 2258.86,120.503 2259.06,236.578 \n",
" 2259.26,185.316 2259.47,185.316 2259.67,185.316 2259.87,157.112 2260.08,157.112 2260.28,157.112 2260.48,157.112 2260.69,220.086 2260.89,220.086 2261.09,232.975 \n",
" 2261.29,232.975 2261.5,209.198 2261.7,373.601 2261.9,373.601 2262.11,373.601 2262.31,373.601 2262.51,373.601 2262.72,373.601 2262.92,373.601 2263.12,373.601 \n",
" 2263.33,373.601 2263.53,373.601 2263.73,345.693 2263.94,345.693 2264.14,387.273 2264.34,387.273 2264.55,387.273 2264.75,387.273 2264.95,489.92 2265.16,489.92 \n",
" 2265.36,263.337 2265.56,263.337 2265.77,263.337 2265.97,263.337 2266.17,263.337 2266.38,263.337 2266.58,263.337 2266.78,263.337 2266.99,263.337 2267.19,241.016 \n",
" 2267.39,241.016 2267.6,224.812 2267.8,224.812 2268,224.812 2268.21,209.086 2268.41,209.086 2268.61,475.563 2268.81,475.563 2269.02,121.88 2269.22,121.88 \n",
" 2269.42,186.354 2269.63,186.354 2269.83,186.354 2270.03,136.767 2270.24,136.767 2270.44,136.767 2270.64,136.767 2270.85,136.767 2271.05,136.767 2271.25,136.767 \n",
" 2271.46,136.767 2271.66,136.767 2271.86,150.709 2272.07,150.709 2272.27,150.709 2272.47,150.709 2272.68,150.709 2272.88,150.709 2273.08,282.87 2273.29,189.269 \n",
" 2273.49,410.381 2273.69,248.573 2273.9,330.093 2274.1,269.305 2274.3,212.412 2274.51,346.645 2274.71,167.735 2274.91,223.6 2275.12,191.669 2275.32,191.669 \n",
" 2275.52,191.669 2275.73,191.669 2275.93,287.381 2276.13,543.366 2276.34,543.366 2276.54,685.188 2276.74,685.188 2276.94,345.384 2277.15,345.384 2277.35,312.515 \n",
" 2277.55,128.349 2277.76,437.427 2277.96,437.427 2278.16,437.427 2278.37,205.767 2278.57,145.711 2278.77,145.711 2278.98,145.711 2279.18,145.711 2279.38,145.711 \n",
" 2279.59,145.711 2279.79,128.902 2279.99,128.902 2280.2,128.902 2280.4,128.902 2280.6,128.902 2280.81,337.159 2281.01,337.159 2281.21,337.159 2281.42,288.787 \n",
" 2281.62,346.932 2281.82,196.673 2282.03,298.057 2282.23,298.057 2282.43,298.057 2282.64,298.057 2282.84,298.057 2283.04,298.057 2283.25,298.057 2283.45,253.215 \n",
" 2283.65,184.014 2283.86,184.014 2284.06,248.044 2284.26,248.044 2284.46,248.044 2284.67,219.651 2284.87,138.916 2285.07,138.916 2285.28,138.916 2285.48,138.916 \n",
" 2285.68,138.916 2285.89,138.916 2286.09,165.681 2286.29,165.681 2286.5,165.681 2286.7,165.681 2286.9,165.681 2287.11,165.681 2287.31,461.942 2287.51,251.484 \n",
" 2287.72,142.532 2287.92,156.94 2288.12,261.43 2288.33,219.229 2288.53,219.229 2288.73,219.229 2288.94,219.229 2289.14,159.792 2289.34,159.792 2289.55,159.792 \n",
" 2289.75,199.836 2289.95,199.836 2290.16,187.218 2290.36,214.812 2290.56,290.03 2290.77,207.812 2290.97,207.812 2291.17,207.812 2291.38,207.812 2291.58,207.812 \n",
" 2291.78,372.249 \n",
" \"/>\n",
"</svg>\n"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plot(scores, label=nothing)\n",
"xlabel!(\"iteration\")\n",
"ylabel!(\"score\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Inspect results"
]
},
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
"x_grid = Vector(range(-2, 2, length=100));"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Plot samples from prior"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
"prior_traces = [Gen.generate(combined_model, (xs,), observations)[1] for _ in 1:16]\n",
"prior_ys = [get_retval(prior_trace).(x_grid) for prior_trace in prior_traces];"
]
},
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n",
" <clipPath id=\"clip800\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip801\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M148.334 286.448 L555.649 286.448 L555.649 47.2441 L148.334 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip802\">\n",
" <rect x=\"148\" y=\"47\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 159.862,286.448 159.862,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 255.927,286.448 255.927,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 351.992,286.448 351.992,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 448.057,286.448 448.057,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 544.122,286.448 544.122,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,279.678 555.649,279.678 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,245.41 555.649,245.41 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,211.143 555.649,211.143 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,176.875 555.649,176.875 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,142.607 555.649,142.607 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,108.339 555.649,108.339 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,74.0716 555.649,74.0716 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,286.448 555.649,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,286.448 148.334,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,286.448 159.862,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 255.927,286.448 255.927,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 351.992,286.448 351.992,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 448.057,286.448 448.057,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 544.122,286.448 544.122,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,279.678 153.222,279.678 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,245.41 153.222,245.41 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,211.143 153.222,211.143 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,176.875 153.222,176.875 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,142.607 153.222,142.607 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,108.339 153.222,108.339 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,74.0716 153.222,74.0716 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M140.916 325.036 L153.392 325.036 L153.392 328.832 L140.916 328.832 L140.916 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M162.489 335.985 L178.809 335.985 L178.809 339.92 L156.865 339.92 L156.865 335.985 Q159.527 333.23 164.11 328.6 Q168.716 323.948 169.897 322.605 Q172.142 320.082 173.022 318.346 Q173.925 316.587 173.925 314.897 Q173.925 312.142 171.98 310.406 Q170.059 308.67 166.957 308.67 Q164.758 308.67 162.304 309.434 Q159.874 310.198 157.096 311.749 L157.096 307.027 Q159.92 305.892 162.374 305.314 Q164.827 304.735 166.864 304.735 Q172.235 304.735 175.429 307.42 Q178.624 310.105 178.624 314.596 Q178.624 316.726 177.813 318.647 Q177.026 320.545 174.92 323.138 Q174.341 323.809 171.239 327.026 Q168.138 330.221 162.489 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M236.795 325.036 L249.272 325.036 L249.272 328.832 L236.795 328.832 L236.795 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M255.152 335.985 L262.79 335.985 L262.79 309.619 L254.48 311.286 L254.48 307.027 L262.744 305.36 L267.42 305.36 L267.42 335.985 L275.059 335.985 L275.059 339.92 L255.152 339.92 L255.152 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M351.992 308.439 Q348.381 308.439 346.552 312.003 Q344.747 315.545 344.747 322.675 Q344.747 329.781 346.552 333.346 Q348.381 336.887 351.992 336.887 Q355.626 336.887 357.432 333.346 Q359.26 329.781 359.26 322.675 Q359.26 315.545 357.432 312.003 Q355.626 308.439 351.992 308.439 M351.992 304.735 Q357.802 304.735 360.858 309.341 Q363.936 313.925 363.936 322.675 Q363.936 331.401 360.858 336.008 Q357.802 340.591 351.992 340.591 Q346.182 340.591 343.103 336.008 Q340.048 331.401 340.048 322.675 Q340.048 313.925 343.103 309.341 Q346.182 304.735 351.992 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M438.439 335.985 L446.078 335.985 L446.078 309.619 L437.767 311.286 L437.767 307.027 L446.031 305.36 L450.707 305.36 L450.707 335.985 L458.346 335.985 L458.346 339.92 L438.439 339.92 L438.439 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M538.774 335.985 L555.094 335.985 L555.094 339.92 L533.149 339.92 L533.149 335.985 Q535.811 333.23 540.395 328.6 Q545.001 323.948 546.182 322.605 Q548.427 320.082 549.307 318.346 Q550.21 316.587 550.21 314.897 Q550.21 312.142 548.265 310.406 Q546.344 308.67 543.242 308.67 Q541.043 308.67 538.589 309.434 Q536.159 310.198 533.381 311.749 L533.381 307.027 Q536.205 305.892 538.659 305.314 Q541.112 304.735 543.149 304.735 Q548.52 304.735 551.714 307.42 Q554.909 310.105 554.909 314.596 Q554.909 316.726 554.098 318.647 Q553.311 320.545 551.205 323.138 Q550.626 323.809 547.524 327.026 Q544.423 330.221 538.774 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 265.477 Q108.779 265.477 106.95 269.041 Q105.145 272.583 105.145 279.713 Q105.145 286.819 106.95 290.384 Q108.779 293.926 112.39 293.926 Q116.024 293.926 117.83 290.384 Q119.658 286.819 119.658 279.713 Q119.658 272.583 117.83 269.041 Q116.024 265.477 112.39 265.477 M112.39 261.773 Q118.2 261.773 121.256 266.379 Q124.334 270.963 124.334 279.713 Q124.334 288.439 121.256 293.046 Q118.2 297.629 112.39 297.629 Q106.58 297.629 103.501 293.046 Q100.446 288.439 100.446 279.713 Q100.446 270.963 103.501 266.379 Q106.58 261.773 112.39 261.773 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M108.015 258.755 L124.334 258.755 L124.334 262.69 L102.39 262.69 L102.39 258.755 Q105.052 256 109.635 251.371 Q114.242 246.718 115.422 245.376 Q117.668 242.852 118.547 241.116 Q119.45 239.357 119.45 237.667 Q119.45 234.913 117.506 233.177 Q115.584 231.44 112.483 231.44 Q110.284 231.44 107.83 232.204 Q105.399 232.968 102.622 234.519 L102.622 229.797 Q105.446 228.663 107.899 228.084 Q110.353 227.505 112.39 227.505 Q117.76 227.505 120.955 230.19 Q124.149 232.876 124.149 237.366 Q124.149 239.496 123.339 241.417 Q122.552 243.315 120.446 245.908 Q119.867 246.579 116.765 249.797 Q113.663 252.991 108.015 258.755 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M114.751 197.937 L102.946 216.386 L114.751 216.386 L114.751 197.937 M113.524 193.863 L119.404 193.863 L119.404 216.386 L124.334 216.386 L124.334 220.274 L119.404 220.274 L119.404 228.423 L114.751 228.423 L114.751 220.274 L99.1493 220.274 L99.1493 215.761 L113.524 193.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.807 175.011 Q109.659 175.011 107.807 177.164 Q105.978 179.317 105.978 183.067 Q105.978 186.794 107.807 188.97 Q109.659 191.122 112.807 191.122 Q115.955 191.122 117.783 188.97 Q119.635 186.794 119.635 183.067 Q119.635 179.317 117.783 177.164 Q115.955 175.011 112.807 175.011 M122.089 160.359 L122.089 164.618 Q120.33 163.785 118.524 163.345 Q116.742 162.905 114.983 162.905 Q110.353 162.905 107.899 166.03 Q105.469 169.155 105.122 175.474 Q106.487 173.46 108.547 172.396 Q110.608 171.308 113.084 171.308 Q118.293 171.308 121.302 174.479 Q124.334 177.627 124.334 183.067 Q124.334 188.391 121.186 191.609 Q118.038 194.826 112.807 194.826 Q106.811 194.826 103.64 190.243 Q100.469 185.636 100.469 176.91 Q100.469 168.715 104.358 163.854 Q108.247 158.97 114.797 158.97 Q116.557 158.97 118.339 159.317 Q120.145 159.664 122.089 160.359 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.483 143.475 Q109.149 143.475 107.228 145.258 Q105.33 147.04 105.33 150.165 Q105.33 153.29 107.228 155.072 Q109.149 156.855 112.483 156.855 Q115.816 156.855 117.737 155.072 Q119.658 153.267 119.658 150.165 Q119.658 147.04 117.737 145.258 Q115.839 143.475 112.483 143.475 M107.807 141.484 Q104.797 140.744 103.108 138.683 Q101.441 136.623 101.441 133.66 Q101.441 129.517 104.381 127.109 Q107.344 124.702 112.483 124.702 Q117.645 124.702 120.584 127.109 Q123.524 129.517 123.524 133.66 Q123.524 136.623 121.834 138.683 Q120.168 140.744 117.182 141.484 Q120.561 142.271 122.436 144.563 Q124.334 146.855 124.334 150.165 Q124.334 155.188 121.256 157.873 Q118.2 160.558 112.483 160.558 Q106.765 160.558 103.686 157.873 Q100.631 155.188 100.631 150.165 Q100.631 146.855 102.529 144.563 Q104.427 142.271 107.807 141.484 M106.094 134.1 Q106.094 136.785 107.76 138.29 Q109.45 139.795 112.483 139.795 Q115.492 139.795 117.182 138.29 Q118.895 136.785 118.895 134.1 Q118.895 131.415 117.182 129.91 Q115.492 128.406 112.483 128.406 Q109.45 128.406 107.76 129.91 Q106.094 131.415 106.094 134.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M77.4133 121.684 L85.0522 121.684 L85.0522 95.3186 L76.7421 96.9853 L76.7421 92.726 L85.0059 91.0594 L89.6818 91.0594 L89.6818 121.684 L97.3206 121.684 L97.3206 125.619 L77.4133 125.619 L77.4133 121.684 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 94.138 Q108.779 94.138 106.95 97.7028 Q105.145 101.244 105.145 108.374 Q105.145 115.481 106.95 119.045 Q108.779 122.587 112.39 122.587 Q116.024 122.587 117.83 119.045 Q119.658 115.481 119.658 108.374 Q119.658 101.244 117.83 97.7028 Q116.024 94.138 112.39 94.138 M112.39 90.4344 Q118.2 90.4344 121.256 95.0408 Q124.334 99.6241 124.334 108.374 Q124.334 117.101 121.256 121.707 Q118.2 126.291 112.39 126.291 Q106.58 126.291 103.501 121.707 Q100.446 117.101 100.446 108.374 Q100.446 99.6241 103.501 95.0408 Q106.58 90.4344 112.39 90.4344 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M79.0106 87.4165 L86.6494 87.4165 L86.6494 61.0509 L78.3393 62.7175 L78.3393 58.4583 L86.6031 56.7916 L91.279 56.7916 L91.279 87.4165 L98.9179 87.4165 L98.9179 91.3516 L79.0106 91.3516 L79.0106 87.4165 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M108.015 87.4165 L124.334 87.4165 L124.334 91.3516 L102.39 91.3516 L102.39 87.4165 Q105.052 84.6619 109.635 80.0323 Q114.242 75.3795 115.422 74.0369 Q117.668 71.5138 118.547 69.7777 Q119.45 68.0184 119.45 66.3286 Q119.45 63.574 117.506 61.8379 Q115.584 60.1018 112.483 60.1018 Q110.284 60.1018 107.83 60.8657 Q105.399 61.6296 102.622 63.1805 L102.622 58.4583 Q105.446 57.324 107.899 56.7453 Q110.353 56.1666 112.39 56.1666 Q117.76 56.1666 120.955 58.8518 Q124.149 61.537 124.149 66.0277 Q124.149 68.1573 123.339 70.0786 Q122.552 71.9767 120.446 74.5693 Q119.867 75.2406 116.765 78.4582 Q113.663 81.6526 108.015 87.4165 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip802)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,54.014 163.744,59.2328 167.625,64.3906 171.506,69.4873 175.388,74.523 179.269,79.4976 183.151,84.4111 187.032,89.2636 190.913,94.055 194.795,98.7854 \n",
" 198.676,103.455 202.558,108.063 206.439,112.61 210.32,117.096 214.202,121.522 218.083,125.886 221.965,130.189 225.846,134.431 229.728,138.611 233.609,142.731 \n",
" 237.49,146.79 241.372,150.788 245.253,154.724 249.135,158.6 253.016,162.415 256.897,166.168 260.779,169.861 264.66,173.492 268.542,177.062 272.423,180.572 \n",
" 276.304,184.02 280.186,187.407 284.067,190.733 287.949,193.998 291.83,197.202 295.711,200.345 299.593,203.427 303.474,206.448 307.356,209.408 311.237,212.307 \n",
" 315.119,215.144 319,217.921 322.881,220.636 326.763,223.291 330.644,225.884 334.526,228.417 338.407,230.888 342.288,233.298 346.17,235.648 350.051,237.936 \n",
" 353.933,240.163 357.814,242.329 361.695,244.434 365.577,246.478 369.458,248.461 373.34,250.383 377.221,252.244 381.102,254.044 384.984,255.782 388.865,257.46 \n",
" 392.747,259.077 396.628,260.632 400.51,262.127 404.391,263.56 408.272,264.932 412.154,266.244 416.035,267.494 419.917,268.683 423.798,269.811 427.679,270.878 \n",
" 431.561,271.885 435.442,272.83 439.324,273.713 443.205,274.536 447.086,275.298 450.968,275.999 454.849,276.639 458.731,277.217 462.612,277.735 466.493,278.192 \n",
" 470.375,278.587 474.256,278.922 478.138,279.195 482.019,279.407 485.9,279.559 489.782,279.649 493.663,279.678 497.545,279.646 501.426,279.553 505.308,279.399 \n",
" 509.189,279.184 513.07,278.908 516.952,278.571 520.833,278.173 524.715,277.713 528.596,277.193 532.477,276.612 536.359,275.969 540.24,275.266 544.122,274.501 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M751.228 286.448 L1158.54 286.448 L1158.54 47.2441 L751.228 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip803\">\n",
" <rect x=\"751\" y=\"47\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 762.756,286.448 762.756,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 858.821,286.448 858.821,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 954.885,286.448 954.885,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.95,286.448 1050.95,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1147.02,286.448 1147.02,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,281.557 1158.54,281.557 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,229.57 1158.54,229.57 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,177.584 1158.54,177.584 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,125.598 1158.54,125.598 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip803)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,73.6112 1158.54,73.6112 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,286.448 1158.54,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,286.448 751.228,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,286.448 762.756,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 858.821,286.448 858.821,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 954.885,286.448 954.885,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.95,286.448 1050.95,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1147.02,286.448 1147.02,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,281.557 756.116,281.557 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,229.57 756.116,229.57 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,177.584 756.116,177.584 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,125.598 756.116,125.598 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,73.6112 756.116,73.6112 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M743.809 325.036 L756.286 325.036 L756.286 328.832 L743.809 328.832 L743.809 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M765.383 335.985 L781.702 335.985 L781.702 339.92 L759.758 339.92 L759.758 335.985 Q762.42 333.23 767.003 328.6 Q771.61 323.948 772.79 322.605 Q775.036 320.082 775.915 318.346 Q776.818 316.587 776.818 314.897 Q776.818 312.142 774.874 310.406 Q772.952 308.67 769.851 308.67 Q767.651 308.67 765.198 309.434 Q762.767 310.198 759.989 311.749 L759.989 307.027 Q762.814 305.892 765.267 305.314 Q767.721 304.735 769.758 304.735 Q775.128 304.735 778.323 307.42 Q781.517 310.105 781.517 314.596 Q781.517 316.726 780.707 318.647 Q779.92 320.545 777.813 323.138 Q777.235 323.809 774.133 327.026 Q771.031 330.221 765.383 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M839.689 325.036 L852.165 325.036 L852.165 328.832 L839.689 328.832 L839.689 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M858.045 335.985 L865.684 335.985 L865.684 309.619 L857.374 311.286 L857.374 307.027 L865.638 305.36 L870.314 305.36 L870.314 335.985 L877.952 335.985 L877.952 339.92 L858.045 339.92 L858.045 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M954.885 308.439 Q951.274 308.439 949.446 312.003 Q947.64 315.545 947.64 322.675 Q947.64 329.781 949.446 333.346 Q951.274 336.887 954.885 336.887 Q958.52 336.887 960.325 333.346 Q962.154 329.781 962.154 322.675 Q962.154 315.545 960.325 312.003 Q958.52 308.439 954.885 308.439 M954.885 304.735 Q960.696 304.735 963.751 309.341 Q966.83 313.925 966.83 322.675 Q966.83 331.401 963.751 336.008 Q960.696 340.591 954.885 340.591 Q949.075 340.591 945.997 336.008 Q942.941 331.401 942.941 322.675 Q942.941 313.925 945.997 309.341 Q949.075 304.735 954.885 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1041.33 335.985 L1048.97 335.985 L1048.97 309.619 L1040.66 311.286 L1040.66 307.027 L1048.92 305.36 L1053.6 305.36 L1053.6 335.985 L1061.24 335.985 L1061.24 339.92 L1041.33 339.92 L1041.33 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1141.67 335.985 L1157.99 335.985 L1157.99 339.92 L1136.04 339.92 L1136.04 335.985 Q1138.7 333.23 1143.29 328.6 Q1147.89 323.948 1149.08 322.605 Q1151.32 320.082 1152.2 318.346 Q1153.1 316.587 1153.1 314.897 Q1153.1 312.142 1151.16 310.406 Q1149.24 308.67 1146.14 308.67 Q1143.94 308.67 1141.48 309.434 Q1139.05 310.198 1136.27 311.749 L1136.27 307.027 Q1139.1 305.892 1141.55 305.314 Q1144.01 304.735 1146.04 304.735 Q1151.41 304.735 1154.61 307.42 Q1157.8 310.105 1157.8 314.596 Q1157.8 316.726 1156.99 318.647 Q1156.2 320.545 1154.1 323.138 Q1153.52 323.809 1150.42 327.026 Q1147.32 330.221 1141.67 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 267.355 Q711.672 267.355 709.844 270.92 Q708.038 274.462 708.038 281.591 Q708.038 288.698 709.844 292.263 Q711.672 295.804 715.284 295.804 Q718.918 295.804 720.723 292.263 Q722.552 288.698 722.552 281.591 Q722.552 274.462 720.723 270.92 Q718.918 267.355 715.284 267.355 M715.284 263.652 Q721.094 263.652 724.149 268.258 Q727.228 272.841 727.228 281.591 Q727.228 290.318 724.149 294.925 Q721.094 299.508 715.284 299.508 Q709.473 299.508 706.395 294.925 Q703.339 290.318 703.339 281.591 Q703.339 272.841 706.395 268.258 Q709.473 263.652 715.284 263.652 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M706.325 212.29 L724.682 212.29 L724.682 216.225 L710.608 216.225 L710.608 224.698 Q711.626 224.35 712.645 224.188 Q713.663 224.003 714.682 224.003 Q720.469 224.003 723.848 227.174 Q727.228 230.346 727.228 235.762 Q727.228 241.341 723.756 244.443 Q720.283 247.522 713.964 247.522 Q711.788 247.522 709.52 247.151 Q707.274 246.781 704.867 246.04 L704.867 241.341 Q706.95 242.475 709.172 243.031 Q711.395 243.586 713.871 243.586 Q717.876 243.586 720.214 241.48 Q722.552 239.373 722.552 235.762 Q722.552 232.151 720.214 230.045 Q717.876 227.938 713.871 227.938 Q711.996 227.938 710.122 228.355 Q708.27 228.772 706.325 229.651 L706.325 212.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M680.307 190.929 L687.946 190.929 L687.946 164.563 L679.636 166.23 L679.636 161.971 L687.899 160.304 L692.575 160.304 L692.575 190.929 L700.214 190.929 L700.214 194.864 L680.307 194.864 L680.307 190.929 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 163.383 Q711.672 163.383 709.844 166.947 Q708.038 170.489 708.038 177.619 Q708.038 184.725 709.844 188.29 Q711.672 191.832 715.284 191.832 Q718.918 191.832 720.723 188.29 Q722.552 184.725 722.552 177.619 Q722.552 170.489 720.723 166.947 Q718.918 163.383 715.284 163.383 M715.284 159.679 Q721.094 159.679 724.149 164.285 Q727.228 168.869 727.228 177.619 Q727.228 186.345 724.149 190.952 Q721.094 195.535 715.284 195.535 Q709.473 195.535 706.395 190.952 Q703.339 186.345 703.339 177.619 Q703.339 168.869 706.395 164.285 Q709.473 159.679 715.284 159.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M681.302 138.942 L688.941 138.942 L688.941 112.577 L680.631 114.243 L680.631 109.984 L688.895 108.318 L693.571 108.318 L693.571 138.942 L701.21 138.942 L701.21 142.878 L681.302 142.878 L681.302 138.942 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M706.325 108.318 L724.682 108.318 L724.682 112.253 L710.608 112.253 L710.608 120.725 Q711.626 120.378 712.645 120.216 Q713.663 120.03 714.682 120.03 Q720.469 120.03 723.848 123.202 Q727.228 126.373 727.228 131.79 Q727.228 137.368 723.756 140.47 Q720.283 143.549 713.964 143.549 Q711.788 143.549 709.52 143.178 Q707.274 142.808 704.867 142.067 L704.867 137.368 Q706.95 138.503 709.172 139.058 Q711.395 139.614 713.871 139.614 Q717.876 139.614 720.214 137.507 Q722.552 135.401 722.552 131.79 Q722.552 128.179 720.214 126.072 Q717.876 123.966 713.871 123.966 Q711.996 123.966 710.122 124.382 Q708.27 124.799 706.325 125.679 L706.325 108.318 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M683.895 86.9561 L700.214 86.9561 L700.214 90.8912 L678.27 90.8912 L678.27 86.9561 Q680.932 84.2014 685.515 79.5718 Q690.122 74.9191 691.302 73.5765 Q693.548 71.0534 694.427 69.3173 Q695.33 67.558 695.33 65.8682 Q695.33 63.1136 693.385 61.3775 Q691.464 59.6414 688.362 59.6414 Q686.163 59.6414 683.71 60.4053 Q681.279 61.1692 678.501 62.7201 L678.501 57.9979 Q681.325 56.8636 683.779 56.2849 Q686.233 55.7062 688.27 55.7062 Q693.64 55.7062 696.835 58.3914 Q700.029 61.0766 700.029 65.5673 Q700.029 67.6969 699.219 69.6182 Q698.432 71.5163 696.325 74.1089 Q695.747 74.7802 692.645 77.9978 Q689.543 81.1922 683.895 86.9561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 59.4099 Q711.672 59.4099 709.844 62.9747 Q708.038 66.5164 708.038 73.6459 Q708.038 80.7524 709.844 84.3172 Q711.672 87.8588 715.284 87.8588 Q718.918 87.8588 720.723 84.3172 Q722.552 80.7524 722.552 73.6459 Q722.552 66.5164 720.723 62.9747 Q718.918 59.4099 715.284 59.4099 M715.284 55.7062 Q721.094 55.7062 724.149 60.3127 Q727.228 64.896 727.228 73.6459 Q727.228 82.3728 724.149 86.9792 Q721.094 91.5625 715.284 91.5625 Q709.473 91.5625 706.395 86.9792 Q703.339 82.3728 703.339 73.6459 Q703.339 64.896 706.395 60.3127 Q709.473 55.7062 715.284 55.7062 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip803)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,54.014 766.637,58.174 770.518,62.2955 774.4,66.3787 778.281,70.4235 782.163,74.43 786.044,78.398 789.926,82.3277 793.807,86.219 797.688,90.072 \n",
" 801.57,93.8865 805.451,97.6627 809.333,101.4 813.214,105.1 817.095,108.761 820.977,112.384 824.858,115.968 828.74,119.514 832.621,123.021 836.502,126.49 \n",
" 840.384,129.921 844.265,133.314 848.147,136.668 852.028,139.983 855.909,143.261 859.791,146.499 863.672,149.7 867.554,152.862 871.435,155.986 875.317,159.071 \n",
" 879.198,162.118 883.079,165.127 886.961,168.097 890.842,171.029 894.724,173.922 898.605,176.777 902.486,179.594 906.368,182.372 910.249,185.112 914.131,187.814 \n",
" 918.012,190.477 921.893,193.102 925.775,195.689 929.656,198.237 933.538,200.746 937.419,203.218 941.3,205.651 945.182,208.045 949.063,210.401 952.945,212.719 \n",
" 956.826,214.999 960.708,217.24 964.589,219.442 968.47,221.607 972.352,223.733 976.233,225.82 980.115,227.869 983.996,229.88 987.877,231.852 991.759,233.786 \n",
" 995.64,235.682 999.522,237.539 1003.4,239.358 1007.28,241.139 1011.17,242.881 1015.05,244.585 1018.93,246.25 1022.81,247.877 1026.69,249.466 1030.57,251.016 \n",
" 1034.45,252.528 1038.34,254.001 1042.22,255.437 1046.1,256.833 1049.98,258.192 1053.86,259.512 1057.74,260.793 1061.62,262.036 1065.51,263.241 1069.39,264.408 \n",
" 1073.27,265.536 1077.15,266.626 1081.03,267.677 1084.91,268.69 1088.79,269.665 1092.68,270.601 1096.56,271.499 1100.44,272.358 1104.32,273.179 1108.2,273.962 \n",
" 1112.08,274.706 1115.96,275.412 1119.85,276.08 1123.73,276.709 1127.61,277.3 1131.49,277.852 1135.37,278.366 1139.25,278.842 1143.13,279.279 1147.02,279.678 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1342.55 286.448 L1749.86 286.448 L1749.86 47.2441 L1342.55 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip804\">\n",
" <rect x=\"1342\" y=\"47\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1354.08,286.448 1354.08,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1450.14,286.448 1450.14,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1546.2,286.448 1546.2,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1642.27,286.448 1642.27,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1738.33,286.448 1738.33,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,279.679 1749.86,279.679 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,210.619 1749.86,210.619 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,141.56 1749.86,141.56 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip804)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,72.5006 1749.86,72.5006 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,286.448 1749.86,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,286.448 1342.55,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,286.448 1354.08,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1450.14,286.448 1450.14,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1546.2,286.448 1546.2,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1642.27,286.448 1642.27,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1738.33,286.448 1738.33,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,279.679 1347.44,279.679 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,210.619 1347.44,210.619 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,141.56 1347.44,141.56 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,72.5006 1347.44,72.5006 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1335.13 325.036 L1347.61 325.036 L1347.61 328.832 L1335.13 328.832 L1335.13 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1356.7 335.985 L1373.02 335.985 L1373.02 339.92 L1351.08 339.92 L1351.08 335.985 Q1353.74 333.23 1358.32 328.6 Q1362.93 323.948 1364.11 322.605 Q1366.36 320.082 1367.23 318.346 Q1368.14 316.587 1368.14 314.897 Q1368.14 312.142 1366.19 310.406 Q1364.27 308.67 1361.17 308.67 Q1358.97 308.67 1356.52 309.434 Q1354.09 310.198 1351.31 311.749 L1351.31 307.027 Q1354.13 305.892 1356.59 305.314 Q1359.04 304.735 1361.08 304.735 Q1366.45 304.735 1369.64 307.42 Q1372.84 310.105 1372.84 314.596 Q1372.84 316.726 1372.03 318.647 Q1371.24 320.545 1369.13 323.138 Q1368.55 323.809 1365.45 327.026 Q1362.35 330.221 1356.7 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1431.01 325.036 L1443.48 325.036 L1443.48 328.832 L1431.01 328.832 L1431.01 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1449.36 335.985 L1457 335.985 L1457 309.619 L1448.69 311.286 L1448.69 307.027 L1456.96 305.36 L1461.63 305.36 L1461.63 335.985 L1469.27 335.985 L1469.27 339.92 L1449.36 339.92 L1449.36 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1546.2 308.439 Q1542.59 308.439 1540.77 312.003 Q1538.96 315.545 1538.96 322.675 Q1538.96 329.781 1540.77 333.346 Q1542.59 336.887 1546.2 336.887 Q1549.84 336.887 1551.64 333.346 Q1553.47 329.781 1553.47 322.675 Q1553.47 315.545 1551.64 312.003 Q1549.84 308.439 1546.2 308.439 M1546.2 304.735 Q1552.02 304.735 1555.07 309.341 Q1558.15 313.925 1558.15 322.675 Q1558.15 331.401 1555.07 336.008 Q1552.02 340.591 1546.2 340.591 Q1540.39 340.591 1537.32 336.008 Q1534.26 331.401 1534.26 322.675 Q1534.26 313.925 1537.32 309.341 Q1540.39 304.735 1546.2 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1632.65 335.985 L1640.29 335.985 L1640.29 309.619 L1631.98 311.286 L1631.98 307.027 L1640.24 305.36 L1644.92 305.36 L1644.92 335.985 L1652.56 335.985 L1652.56 339.92 L1632.65 339.92 L1632.65 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1732.99 335.985 L1749.31 335.985 L1749.31 339.92 L1727.36 339.92 L1727.36 335.985 Q1730.02 333.23 1734.61 328.6 Q1739.21 323.948 1740.39 322.605 Q1742.64 320.082 1743.52 318.346 Q1744.42 316.587 1744.42 314.897 Q1744.42 312.142 1742.48 310.406 Q1740.56 308.67 1737.45 308.67 Q1735.26 308.67 1732.8 309.434 Q1730.37 310.198 1727.59 311.749 L1727.59 307.027 Q1730.42 305.892 1732.87 305.314 Q1735.33 304.735 1737.36 304.735 Q1742.73 304.735 1745.93 307.42 Q1749.12 310.105 1749.12 314.596 Q1749.12 316.726 1748.31 318.647 Q1747.52 320.545 1745.42 323.138 Q1744.84 323.809 1741.74 327.026 Q1738.64 330.221 1732.99 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 265.478 Q1302.99 265.478 1301.16 269.042 Q1299.36 272.584 1299.36 279.714 Q1299.36 286.82 1301.16 290.385 Q1302.99 293.927 1306.6 293.927 Q1310.24 293.927 1312.04 290.385 Q1313.87 286.82 1313.87 279.714 Q1313.87 272.584 1312.04 269.042 Q1310.24 265.478 1306.6 265.478 M1306.6 261.774 Q1312.41 261.774 1315.47 266.38 Q1318.55 270.964 1318.55 279.714 Q1318.55 288.44 1315.47 293.047 Q1312.41 297.63 1306.6 297.63 Q1300.79 297.63 1297.71 293.047 Q1294.66 288.44 1294.66 279.714 Q1294.66 270.964 1297.71 266.38 Q1300.79 261.774 1306.6 261.774 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1297.64 193.339 L1316 193.339 L1316 197.275 L1301.93 197.275 L1301.93 205.747 Q1302.95 205.4 1303.96 205.238 Q1304.98 205.052 1306 205.052 Q1311.79 205.052 1315.17 208.224 Q1318.55 211.395 1318.55 216.812 Q1318.55 222.39 1315.08 225.492 Q1311.6 228.571 1305.28 228.571 Q1303.11 228.571 1300.84 228.2 Q1298.59 227.83 1296.19 227.089 L1296.19 222.39 Q1298.27 223.524 1300.49 224.08 Q1302.71 224.636 1305.19 224.636 Q1309.2 224.636 1311.53 222.529 Q1313.87 220.423 1313.87 216.812 Q1313.87 213.2 1311.53 211.094 Q1309.2 208.988 1305.19 208.988 Q1303.32 208.988 1301.44 209.404 Q1299.59 209.821 1297.64 210.7 L1297.64 193.339 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1271.63 154.905 L1279.27 154.905 L1279.27 128.539 L1270.96 130.206 L1270.96 125.947 L1279.22 124.28 L1283.89 124.28 L1283.89 154.905 L1291.53 154.905 L1291.53 158.84 L1271.63 158.84 L1271.63 154.905 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 127.359 Q1302.99 127.359 1301.16 130.924 Q1299.36 134.465 1299.36 141.595 Q1299.36 148.701 1301.16 152.266 Q1302.99 155.808 1306.6 155.808 Q1310.24 155.808 1312.04 152.266 Q1313.87 148.701 1313.87 141.595 Q1313.87 134.465 1312.04 130.924 Q1310.24 127.359 1306.6 127.359 M1306.6 123.655 Q1312.41 123.655 1315.47 128.261 Q1318.55 132.845 1318.55 141.595 Q1318.55 150.322 1315.47 154.928 Q1312.41 159.511 1306.6 159.511 Q1300.79 159.511 1297.71 154.928 Q1294.66 150.322 1294.66 141.595 Q1294.66 132.845 1297.71 128.261 Q1300.79 123.655 1306.6 123.655 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1272.62 85.8454 L1280.26 85.8454 L1280.26 59.4798 L1271.95 61.1465 L1271.95 56.8873 L1280.21 55.2206 L1284.89 55.2206 L1284.89 85.8454 L1292.53 85.8454 L1292.53 89.7806 L1272.62 89.7806 L1272.62 85.8454 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1297.64 55.2206 L1316 55.2206 L1316 59.1558 L1301.93 59.1558 L1301.93 67.628 Q1302.95 67.2807 1303.96 67.1187 Q1304.98 66.9335 1306 66.9335 Q1311.79 66.9335 1315.17 70.1048 Q1318.55 73.2761 1318.55 78.6927 Q1318.55 84.2714 1315.08 87.3732 Q1311.6 90.4519 1305.28 90.4519 Q1303.11 90.4519 1300.84 90.0815 Q1298.59 89.7112 1296.19 88.9704 L1296.19 84.2714 Q1298.27 85.4056 1300.49 85.9612 Q1302.71 86.5167 1305.19 86.5167 Q1309.2 86.5167 1311.53 84.4103 Q1313.87 82.3038 1313.87 78.6927 Q1313.87 75.0816 1311.53 72.9751 Q1309.2 70.8687 1305.19 70.8687 Q1303.32 70.8687 1301.44 71.2853 Q1299.59 71.702 1297.64 72.5816 L1297.64 55.2206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip804)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,54.014 1357.96,60.6865 1361.84,67.2588 1365.72,73.731 1369.6,80.1031 1373.48,86.375 1377.36,92.5468 1381.25,98.6185 1385.13,104.59 1389.01,110.461 \n",
" 1392.89,116.233 1396.77,121.904 1400.65,127.475 1404.53,132.946 1408.41,138.317 1412.3,143.587 1416.18,148.758 1420.06,153.828 1423.94,158.798 1427.82,163.668 \n",
" 1431.7,168.438 1435.58,173.108 1439.47,177.678 1443.35,182.147 1447.23,186.517 1451.11,190.786 1454.99,194.955 1458.87,199.024 1462.75,202.993 1466.64,206.862 \n",
" 1470.52,210.631 1474.4,214.299 1478.28,217.868 1482.16,221.336 1486.04,224.704 1489.92,227.972 1493.81,231.14 1497.69,234.207 1501.57,237.175 1505.45,240.043 \n",
" 1509.33,242.81 1513.21,245.477 1517.09,248.044 1520.98,250.511 1524.86,252.878 1528.74,255.145 1532.62,257.311 1536.5,259.377 1540.38,261.344 1544.26,263.21 \n",
" 1548.15,264.976 1552.03,266.642 1555.91,268.208 1559.79,269.673 1563.67,271.039 1567.55,272.304 1571.43,273.469 1575.32,274.534 1579.2,275.499 1583.08,276.364 \n",
" 1586.96,277.129 1590.84,277.793 1594.72,278.358 1598.6,278.822 1602.49,279.186 1606.37,279.45 1610.25,279.614 1614.13,279.678 1618.01,279.642 1621.89,279.505 \n",
" 1625.77,279.268 1629.66,278.932 1633.54,278.495 1637.42,277.958 1641.3,277.321 1645.18,276.583 1649.06,275.746 1652.94,274.808 1656.83,273.771 1660.71,272.633 \n",
" 1664.59,271.395 1668.47,270.057 1672.35,268.619 1676.23,267.08 1680.11,265.442 1683.99,263.703 1687.88,261.865 1691.76,259.926 1695.64,257.887 1699.52,255.748 \n",
" 1703.4,253.508 1707.28,251.169 1711.16,248.73 1715.05,246.19 1718.93,243.55 1722.81,240.81 1726.69,237.97 1730.57,235.03 1734.45,231.99 1738.33,228.849 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1945.44 286.448 L2352.76 286.448 L2352.76 47.2441 L1945.44 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip805\">\n",
" <rect x=\"1945\" y=\"47\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1956.97,286.448 1956.97,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2053.03,286.448 2053.03,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2149.1,286.448 2149.1,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2245.16,286.448 2245.16,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2341.23,286.448 2341.23,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,279.685 2352.76,279.685 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,219.294 2352.76,219.294 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,158.903 2352.76,158.903 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip805)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,98.5116 2352.76,98.5116 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,286.448 2352.76,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,286.448 1945.44,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,286.448 1956.97,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2053.03,286.448 2053.03,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2149.1,286.448 2149.1,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2245.16,286.448 2245.16,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2341.23,286.448 2341.23,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,279.685 1950.33,279.685 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,219.294 1950.33,219.294 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,158.903 1950.33,158.903 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,98.5116 1950.33,98.5116 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1938.02 325.036 L1950.5 325.036 L1950.5 328.832 L1938.02 328.832 L1938.02 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1959.6 335.985 L1975.92 335.985 L1975.92 339.92 L1953.97 339.92 L1953.97 335.985 Q1956.63 333.23 1961.22 328.6 Q1965.82 323.948 1967 322.605 Q1969.25 320.082 1970.13 318.346 Q1971.03 316.587 1971.03 314.897 Q1971.03 312.142 1969.09 310.406 Q1967.17 308.67 1964.06 308.67 Q1961.86 308.67 1959.41 309.434 Q1956.98 310.198 1954.2 311.749 L1954.2 307.027 Q1957.03 305.892 1959.48 305.314 Q1961.93 304.735 1963.97 304.735 Q1969.34 304.735 1972.54 307.42 Q1975.73 310.105 1975.73 314.596 Q1975.73 316.726 1974.92 318.647 Q1974.13 320.545 1972.03 323.138 Q1971.45 323.809 1968.35 327.026 Q1965.24 330.221 1959.6 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2033.9 325.036 L2046.38 325.036 L2046.38 328.832 L2033.9 328.832 L2033.9 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2052.26 335.985 L2059.9 335.985 L2059.9 309.619 L2051.59 311.286 L2051.59 307.027 L2059.85 305.36 L2064.53 305.36 L2064.53 335.985 L2072.17 335.985 L2072.17 339.92 L2052.26 339.92 L2052.26 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2149.1 308.439 Q2145.49 308.439 2143.66 312.003 Q2141.85 315.545 2141.85 322.675 Q2141.85 329.781 2143.66 333.346 Q2145.49 336.887 2149.1 336.887 Q2152.73 336.887 2154.54 333.346 Q2156.37 329.781 2156.37 322.675 Q2156.37 315.545 2154.54 312.003 Q2152.73 308.439 2149.1 308.439 M2149.1 304.735 Q2154.91 304.735 2157.96 309.341 Q2161.04 313.925 2161.04 322.675 Q2161.04 331.401 2157.96 336.008 Q2154.91 340.591 2149.1 340.591 Q2143.29 340.591 2140.21 336.008 Q2137.15 331.401 2137.15 322.675 Q2137.15 313.925 2140.21 309.341 Q2143.29 304.735 2149.1 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2235.55 335.985 L2243.18 335.985 L2243.18 309.619 L2234.87 311.286 L2234.87 307.027 L2243.14 305.36 L2247.81 305.36 L2247.81 335.985 L2255.45 335.985 L2255.45 339.92 L2235.55 339.92 L2235.55 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2335.88 335.985 L2352.2 335.985 L2352.2 339.92 L2330.26 339.92 L2330.26 335.985 Q2332.92 333.23 2337.5 328.6 Q2342.11 323.948 2343.29 322.605 Q2345.53 320.082 2346.41 318.346 Q2347.32 316.587 2347.32 314.897 Q2347.32 312.142 2345.37 310.406 Q2343.45 308.67 2340.35 308.67 Q2338.15 308.67 2335.7 309.434 Q2333.27 310.198 2330.49 311.749 L2330.49 307.027 Q2333.31 305.892 2335.77 305.314 Q2338.22 304.735 2340.26 304.735 Q2345.63 304.735 2348.82 307.42 Q2352.02 310.105 2352.02 314.596 Q2352.02 316.726 2351.2 318.647 Q2350.42 320.545 2348.31 323.138 Q2347.73 323.809 2344.63 327.026 Q2341.53 330.221 2335.88 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1872.53 265.484 Q1868.92 265.484 1867.09 269.049 Q1865.28 272.59 1865.28 279.72 Q1865.28 286.826 1867.09 290.391 Q1868.92 293.933 1872.53 293.933 Q1876.16 293.933 1877.97 290.391 Q1879.8 286.826 1879.8 279.72 Q1879.8 272.59 1877.97 269.049 Q1876.16 265.484 1872.53 265.484 M1872.53 261.78 Q1878.34 261.78 1881.39 266.387 Q1884.47 270.97 1884.47 279.72 Q1884.47 288.447 1881.39 293.053 Q1878.34 297.637 1872.53 297.637 Q1866.72 297.637 1863.64 293.053 Q1860.58 288.447 1860.58 279.72 Q1860.58 270.97 1863.64 266.387 Q1866.72 261.78 1872.53 261.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.54 291.086 L1894.43 291.086 L1894.43 296.965 L1889.54 296.965 L1889.54 291.086 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 265.484 Q1905.89 265.484 1904.06 269.049 Q1902.25 272.59 1902.25 279.72 Q1902.25 286.826 1904.06 290.391 Q1905.89 293.933 1909.5 293.933 Q1913.13 293.933 1914.94 290.391 Q1916.76 286.826 1916.76 279.72 Q1916.76 272.59 1914.94 269.049 Q1913.13 265.484 1909.5 265.484 M1909.5 261.78 Q1915.31 261.78 1918.36 266.387 Q1921.44 270.97 1921.44 279.72 Q1921.44 288.447 1918.36 293.053 Q1915.31 297.637 1909.5 297.637 Q1903.69 297.637 1900.61 293.053 Q1897.55 288.447 1897.55 279.72 Q1897.55 270.97 1900.61 266.387 Q1903.69 261.78 1909.5 261.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1873.52 205.093 Q1869.91 205.093 1868.08 208.658 Q1866.28 212.199 1866.28 219.329 Q1866.28 226.435 1868.08 230 Q1869.91 233.542 1873.52 233.542 Q1877.16 233.542 1878.96 230 Q1880.79 226.435 1880.79 219.329 Q1880.79 212.199 1878.96 208.658 Q1877.16 205.093 1873.52 205.093 M1873.52 201.389 Q1879.33 201.389 1882.39 205.996 Q1885.47 210.579 1885.47 219.329 Q1885.47 228.056 1882.39 232.662 Q1879.33 237.245 1873.52 237.245 Q1867.71 237.245 1864.64 232.662 Q1861.58 228.056 1861.58 219.329 Q1861.58 210.579 1864.64 205.996 Q1867.71 201.389 1873.52 201.389 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1890.54 230.694 L1895.42 230.694 L1895.42 236.574 L1890.54 236.574 L1890.54 230.694 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1900.54 202.014 L1918.89 202.014 L1918.89 205.949 L1904.82 205.949 L1904.82 214.421 Q1905.84 214.074 1906.86 213.912 Q1907.88 213.727 1908.89 213.727 Q1914.68 213.727 1918.06 216.898 Q1921.44 220.07 1921.44 225.486 Q1921.44 231.065 1917.97 234.167 Q1914.5 237.245 1908.18 237.245 Q1906 237.245 1903.73 236.875 Q1901.49 236.505 1899.08 235.764 L1899.08 231.065 Q1901.16 232.199 1903.39 232.755 Q1905.61 233.31 1908.08 233.31 Q1912.09 233.31 1914.43 231.204 Q1916.76 229.097 1916.76 225.486 Q1916.76 221.875 1914.43 219.769 Q1912.09 217.662 1908.08 217.662 Q1906.21 217.662 1904.33 218.079 Q1902.48 218.495 1900.54 219.375 L1900.54 202.014 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1864.57 172.248 L1872.21 172.248 L1872.21 145.882 L1863.89 147.549 L1863.89 143.29 L1872.16 141.623 L1876.83 141.623 L1876.83 172.248 L1884.47 172.248 L1884.47 176.183 L1864.57 176.183 L1864.57 172.248 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.54 170.303 L1894.43 170.303 L1894.43 176.183 L1889.54 176.183 L1889.54 170.303 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 144.702 Q1905.89 144.702 1904.06 148.266 Q1902.25 151.808 1902.25 158.938 Q1902.25 166.044 1904.06 169.609 Q1905.89 173.15 1909.5 173.15 Q1913.13 173.15 1914.94 169.609 Q1916.76 166.044 1916.76 158.938 Q1916.76 151.808 1914.94 148.266 Q1913.13 144.702 1909.5 144.702 M1909.5 140.998 Q1915.31 140.998 1918.36 145.604 Q1921.44 150.188 1921.44 158.938 Q1921.44 167.664 1918.36 172.271 Q1915.31 176.854 1909.5 176.854 Q1903.69 176.854 1900.61 172.271 Q1897.55 167.664 1897.55 158.938 Q1897.55 150.188 1900.61 145.604 Q1903.69 140.998 1909.5 140.998 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1865.56 111.856 L1873.2 111.856 L1873.2 85.4909 L1864.89 87.1575 L1864.89 82.8983 L1873.15 81.2316 L1877.83 81.2316 L1877.83 111.856 L1885.47 111.856 L1885.47 115.792 L1865.56 115.792 L1865.56 111.856 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1890.54 109.912 L1895.42 109.912 L1895.42 115.792 L1890.54 115.792 L1890.54 109.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1900.54 81.2316 L1918.89 81.2316 L1918.89 85.1668 L1904.82 85.1668 L1904.82 93.639 Q1905.84 93.2918 1906.86 93.1297 Q1907.88 92.9445 1908.89 92.9445 Q1914.68 92.9445 1918.06 96.1158 Q1921.44 99.2871 1921.44 104.704 Q1921.44 110.282 1917.97 113.384 Q1914.5 116.463 1908.18 116.463 Q1906 116.463 1903.73 116.093 Q1901.49 115.722 1899.08 114.981 L1899.08 110.282 Q1901.16 111.417 1903.39 111.972 Q1905.61 112.528 1908.08 112.528 Q1912.09 112.528 1914.43 110.421 Q1916.76 108.315 1916.76 104.704 Q1916.76 101.093 1914.43 98.9862 Q1912.09 96.8797 1908.08 96.8797 Q1906.21 96.8797 1904.33 97.2964 Q1902.48 97.713 1900.54 98.5927 L1900.54 81.2316 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip805)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,54.014 1960.85,60.8653 1964.73,67.6109 1968.61,74.251 1972.49,80.7854 1976.38,87.2143 1980.26,93.5375 1984.14,99.7551 1988.02,105.867 1991.9,111.874 \n",
" 1995.78,117.774 1999.66,123.569 2003.55,129.259 2007.43,134.843 2011.31,140.321 2015.19,145.694 2019.07,150.961 2022.95,156.123 2026.83,161.179 2030.72,166.129 \n",
" 2034.6,170.974 2038.48,175.713 2042.36,180.346 2046.24,184.874 2050.12,189.296 2054,193.613 2057.89,197.824 2061.77,201.929 2065.65,205.929 2069.53,209.823 \n",
" 2073.41,213.612 2077.29,217.295 2081.17,220.872 2085.06,224.344 2088.94,227.71 2092.82,230.971 2096.7,234.126 2100.58,237.175 2104.46,240.119 2108.34,242.957 \n",
" 2112.23,245.689 2116.11,248.316 2119.99,250.837 2123.87,253.253 2127.75,255.563 2131.63,257.767 2135.51,259.866 2139.39,261.859 2143.28,263.747 2147.16,265.529 \n",
" 2151.04,267.205 2154.92,268.776 2158.8,270.241 2162.68,271.601 2166.56,272.855 2170.45,274.003 2174.33,275.046 2178.21,275.983 2182.09,276.815 2185.97,277.54 \n",
" 2189.85,278.161 2193.73,278.675 2197.62,279.084 2201.5,279.388 2205.38,279.586 2209.26,279.678 2213.14,279.665 2217.02,279.546 2220.9,279.321 2224.79,278.991 \n",
" 2228.67,278.555 2232.55,278.014 2236.43,277.367 2240.31,276.614 2244.19,275.756 2248.07,274.792 2251.96,273.722 2255.84,272.547 2259.72,271.266 2263.6,269.88 \n",
" 2267.48,268.388 2271.36,266.791 2275.24,265.088 2279.13,263.279 2283.01,261.364 2286.89,259.345 2290.77,257.219 2294.65,254.988 2298.53,252.651 2302.41,250.209 \n",
" 2306.3,247.661 2310.18,245.007 2314.06,242.248 2317.94,239.383 2321.82,236.412 2325.7,233.336 2329.58,230.155 2333.47,226.867 2337.35,223.474 2341.23,219.976 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M148.334 686.448 L555.649 686.448 L555.649 447.244 L148.334 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip806\">\n",
" <rect x=\"148\" y=\"447\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 159.862,686.448 159.862,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 255.927,686.448 255.927,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 351.992,686.448 351.992,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 448.057,686.448 448.057,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 544.122,686.448 544.122,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,679.681 555.649,679.681 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,645.797 555.649,645.797 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,611.913 555.649,611.913 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,578.03 555.649,578.03 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,544.146 555.649,544.146 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,510.262 555.649,510.262 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip806)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,476.378 555.649,476.378 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,686.448 555.649,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,686.448 148.334,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,686.448 159.862,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 255.927,686.448 255.927,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 351.992,686.448 351.992,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 448.057,686.448 448.057,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 544.122,686.448 544.122,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,679.681 153.222,679.681 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,645.797 153.222,645.797 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,611.913 153.222,611.913 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,578.03 153.222,578.03 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,544.146 153.222,544.146 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,510.262 153.222,510.262 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,476.378 153.222,476.378 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M140.916 725.036 L153.392 725.036 L153.392 728.832 L140.916 728.832 L140.916 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M162.489 735.985 L178.809 735.985 L178.809 739.92 L156.865 739.92 L156.865 735.985 Q159.527 733.23 164.11 728.6 Q168.716 723.948 169.897 722.605 Q172.142 720.082 173.022 718.346 Q173.925 716.587 173.925 714.897 Q173.925 712.142 171.98 710.406 Q170.059 708.67 166.957 708.67 Q164.758 708.67 162.304 709.434 Q159.874 710.198 157.096 711.749 L157.096 707.027 Q159.92 705.892 162.374 705.314 Q164.827 704.735 166.864 704.735 Q172.235 704.735 175.429 707.42 Q178.624 710.105 178.624 714.596 Q178.624 716.726 177.813 718.647 Q177.026 720.545 174.92 723.138 Q174.341 723.809 171.239 727.026 Q168.138 730.221 162.489 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M236.795 725.036 L249.272 725.036 L249.272 728.832 L236.795 728.832 L236.795 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M255.152 735.985 L262.79 735.985 L262.79 709.619 L254.48 711.286 L254.48 707.027 L262.744 705.36 L267.42 705.36 L267.42 735.985 L275.059 735.985 L275.059 739.92 L255.152 739.92 L255.152 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M351.992 708.439 Q348.381 708.439 346.552 712.003 Q344.747 715.545 344.747 722.675 Q344.747 729.781 346.552 733.346 Q348.381 736.887 351.992 736.887 Q355.626 736.887 357.432 733.346 Q359.26 729.781 359.26 722.675 Q359.26 715.545 357.432 712.003 Q355.626 708.439 351.992 708.439 M351.992 704.735 Q357.802 704.735 360.858 709.341 Q363.936 713.925 363.936 722.675 Q363.936 731.401 360.858 736.008 Q357.802 740.591 351.992 740.591 Q346.182 740.591 343.103 736.008 Q340.048 731.401 340.048 722.675 Q340.048 713.925 343.103 709.341 Q346.182 704.735 351.992 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M438.439 735.985 L446.078 735.985 L446.078 709.619 L437.767 711.286 L437.767 707.027 L446.031 705.36 L450.707 705.36 L450.707 735.985 L458.346 735.985 L458.346 739.92 L438.439 739.92 L438.439 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M538.774 735.985 L555.094 735.985 L555.094 739.92 L533.149 739.92 L533.149 735.985 Q535.811 733.23 540.395 728.6 Q545.001 723.948 546.182 722.605 Q548.427 720.082 549.307 718.346 Q550.21 716.587 550.21 714.897 Q550.21 712.142 548.265 710.406 Q546.344 708.67 543.242 708.67 Q541.043 708.67 538.589 709.434 Q536.159 710.198 533.381 711.749 L533.381 707.027 Q536.205 705.892 538.659 705.314 Q541.112 704.735 543.149 704.735 Q548.52 704.735 551.714 707.42 Q554.909 710.105 554.909 714.596 Q554.909 716.726 554.098 718.647 Q553.311 720.545 551.205 723.138 Q550.626 723.809 547.524 727.026 Q544.423 730.221 538.774 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 665.48 Q108.779 665.48 106.95 669.044 Q105.145 672.586 105.145 679.716 Q105.145 686.822 106.95 690.387 Q108.779 693.928 112.39 693.928 Q116.024 693.928 117.83 690.387 Q119.658 686.822 119.658 679.716 Q119.658 672.586 117.83 669.044 Q116.024 665.48 112.39 665.48 M112.39 661.776 Q118.2 661.776 121.256 666.382 Q124.334 670.966 124.334 679.716 Q124.334 688.442 121.256 693.049 Q118.2 697.632 112.39 697.632 Q106.58 697.632 103.501 693.049 Q100.446 688.442 100.446 679.716 Q100.446 670.966 103.501 666.382 Q106.58 661.776 112.39 661.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M108.015 659.142 L124.334 659.142 L124.334 663.077 L102.39 663.077 L102.39 659.142 Q105.052 656.387 109.635 651.758 Q114.242 647.105 115.422 645.762 Q117.668 643.239 118.547 641.503 Q119.45 639.744 119.45 638.054 Q119.45 635.299 117.506 633.563 Q115.584 631.827 112.483 631.827 Q110.284 631.827 107.83 632.591 Q105.399 633.355 102.622 634.906 L102.622 630.184 Q105.446 629.05 107.899 628.471 Q110.353 627.892 112.39 627.892 Q117.76 627.892 120.955 630.577 Q124.149 633.262 124.149 637.753 Q124.149 639.883 123.339 641.804 Q122.552 643.702 120.446 646.295 Q119.867 646.966 116.765 650.184 Q113.663 653.378 108.015 659.142 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M114.751 598.707 L102.946 617.156 L114.751 617.156 L114.751 598.707 M113.524 594.633 L119.404 594.633 L119.404 617.156 L124.334 617.156 L124.334 621.045 L119.404 621.045 L119.404 629.193 L114.751 629.193 L114.751 621.045 L99.1493 621.045 L99.1493 616.531 L113.524 594.633 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.807 576.166 Q109.659 576.166 107.807 578.319 Q105.978 580.472 105.978 584.222 Q105.978 587.949 107.807 590.124 Q109.659 592.277 112.807 592.277 Q115.955 592.277 117.783 590.124 Q119.635 587.949 119.635 584.222 Q119.635 580.472 117.783 578.319 Q115.955 576.166 112.807 576.166 M122.089 561.513 L122.089 565.773 Q120.33 564.939 118.524 564.5 Q116.742 564.06 114.983 564.06 Q110.353 564.06 107.899 567.185 Q105.469 570.31 105.122 576.629 Q106.487 574.615 108.547 573.55 Q110.608 572.462 113.084 572.462 Q118.293 572.462 121.302 575.634 Q124.334 578.782 124.334 584.222 Q124.334 589.546 121.186 592.763 Q118.038 595.981 112.807 595.981 Q106.811 595.981 103.64 591.398 Q100.469 586.791 100.469 578.064 Q100.469 569.87 104.358 565.009 Q108.247 560.125 114.797 560.125 Q116.557 560.125 118.339 560.472 Q120.145 560.819 122.089 561.513 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.483 545.014 Q109.149 545.014 107.228 546.796 Q105.33 548.579 105.33 551.704 Q105.33 554.829 107.228 556.611 Q109.149 558.393 112.483 558.393 Q115.816 558.393 117.737 556.611 Q119.658 554.805 119.658 551.704 Q119.658 548.579 117.737 546.796 Q115.839 545.014 112.483 545.014 M107.807 543.023 Q104.797 542.282 103.108 540.222 Q101.441 538.162 101.441 535.199 Q101.441 531.056 104.381 528.648 Q107.344 526.241 112.483 526.241 Q117.645 526.241 120.584 528.648 Q123.524 531.056 123.524 535.199 Q123.524 538.162 121.834 540.222 Q120.168 542.282 117.182 543.023 Q120.561 543.81 122.436 546.102 Q124.334 548.393 124.334 551.704 Q124.334 556.727 121.256 559.412 Q118.2 562.097 112.483 562.097 Q106.765 562.097 103.686 559.412 Q100.631 556.727 100.631 551.704 Q100.631 548.393 102.529 546.102 Q104.427 543.81 107.807 543.023 M106.094 535.639 Q106.094 538.324 107.76 539.829 Q109.45 541.333 112.483 541.333 Q115.492 541.333 117.182 539.829 Q118.895 538.324 118.895 535.639 Q118.895 532.954 117.182 531.449 Q115.492 529.945 112.483 529.945 Q109.45 529.945 107.76 531.449 Q106.094 532.954 106.094 535.639 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M77.4133 523.607 L85.0522 523.607 L85.0522 497.241 L76.7421 498.908 L76.7421 494.649 L85.0059 492.982 L89.6818 492.982 L89.6818 523.607 L97.3206 523.607 L97.3206 527.542 L77.4133 527.542 L77.4133 523.607 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 496.061 Q108.779 496.061 106.95 499.626 Q105.145 503.167 105.145 510.297 Q105.145 517.403 106.95 520.968 Q108.779 524.51 112.39 524.51 Q116.024 524.51 117.83 520.968 Q119.658 517.403 119.658 510.297 Q119.658 503.167 117.83 499.626 Q116.024 496.061 112.39 496.061 M112.39 492.357 Q118.2 492.357 121.256 496.964 Q124.334 501.547 124.334 510.297 Q124.334 519.024 121.256 523.63 Q118.2 528.213 112.39 528.213 Q106.58 528.213 103.501 523.63 Q100.446 519.024 100.446 510.297 Q100.446 501.547 103.501 496.964 Q106.58 492.357 112.39 492.357 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M79.0106 489.723 L86.6494 489.723 L86.6494 463.358 L78.3393 465.024 L78.3393 460.765 L86.6031 459.098 L91.279 459.098 L91.279 489.723 L98.9179 489.723 L98.9179 493.658 L79.0106 493.658 L79.0106 489.723 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M108.015 489.723 L124.334 489.723 L124.334 493.658 L102.39 493.658 L102.39 489.723 Q105.052 486.969 109.635 482.339 Q114.242 477.686 115.422 476.344 Q117.668 473.82 118.547 472.084 Q119.45 470.325 119.45 468.635 Q119.45 465.881 117.506 464.145 Q115.584 462.408 112.483 462.408 Q110.284 462.408 107.83 463.172 Q105.399 463.936 102.622 465.487 L102.622 460.765 Q105.446 459.631 107.899 459.052 Q110.353 458.473 112.39 458.473 Q117.76 458.473 120.955 461.158 Q124.149 463.844 124.149 468.334 Q124.149 470.464 123.339 472.385 Q122.552 474.283 120.446 476.876 Q119.867 477.547 116.765 480.765 Q113.663 483.959 108.015 489.723 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip806)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,454.014 163.744,458.964 167.625,463.859 171.506,468.7 175.388,473.485 179.269,478.216 183.151,482.891 187.032,487.512 190.913,492.078 194.795,496.589 \n",
" 198.676,501.045 202.558,505.446 206.439,509.792 210.32,514.084 214.202,518.32 218.083,522.502 221.965,526.628 225.846,530.7 229.728,534.717 233.609,538.679 \n",
" 237.49,542.586 241.372,546.438 245.253,550.236 249.135,553.978 253.016,557.665 256.897,561.298 260.779,564.876 264.66,568.399 268.542,571.867 272.423,575.28 \n",
" 276.304,578.638 280.186,581.941 284.067,585.189 287.949,588.383 291.83,591.521 295.711,594.605 299.593,597.634 303.474,600.608 307.356,603.527 311.237,606.391 \n",
" 315.119,609.2 319,611.954 322.881,614.654 326.763,617.298 330.644,619.888 334.526,622.423 338.407,624.902 342.288,627.327 346.17,629.697 350.051,632.012 \n",
" 353.933,634.273 357.814,636.478 361.695,638.629 365.577,640.724 369.458,642.765 373.34,644.75 377.221,646.681 381.102,648.557 384.984,650.378 388.865,652.145 \n",
" 392.747,653.856 396.628,655.512 400.51,657.114 404.391,658.66 408.272,660.152 412.154,661.589 416.035,662.971 419.917,664.298 423.798,665.57 427.679,666.787 \n",
" 431.561,667.95 435.442,669.057 439.324,670.11 443.205,671.107 447.086,672.05 450.968,672.938 454.849,673.771 458.731,674.549 462.612,675.272 466.493,675.94 \n",
" 470.375,676.554 474.256,677.112 478.138,677.616 482.019,678.065 485.9,678.458 489.782,678.797 493.663,679.081 497.545,679.31 501.426,679.485 505.308,679.604 \n",
" 509.189,679.668 513.07,679.678 516.952,679.633 520.833,679.532 524.715,679.377 528.596,679.167 532.477,678.902 536.359,678.582 540.24,678.208 544.122,677.778 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M751.228 686.448 L1158.54 686.448 L1158.54 447.244 L751.228 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip807\">\n",
" <rect x=\"751\" y=\"447\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 762.756,686.448 762.756,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 858.821,686.448 858.821,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 954.885,686.448 954.885,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.95,686.448 1050.95,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1147.02,686.448 1147.02,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,679.687 1158.54,679.687 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,620.968 1158.54,620.968 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,562.249 1158.54,562.249 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip807)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,503.53 1158.54,503.53 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,686.448 1158.54,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,686.448 751.228,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,686.448 762.756,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 858.821,686.448 858.821,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 954.885,686.448 954.885,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.95,686.448 1050.95,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1147.02,686.448 1147.02,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,679.687 756.116,679.687 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,620.968 756.116,620.968 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,562.249 756.116,562.249 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,503.53 756.116,503.53 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M743.809 725.036 L756.286 725.036 L756.286 728.832 L743.809 728.832 L743.809 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M765.383 735.985 L781.702 735.985 L781.702 739.92 L759.758 739.92 L759.758 735.985 Q762.42 733.23 767.003 728.6 Q771.61 723.948 772.79 722.605 Q775.036 720.082 775.915 718.346 Q776.818 716.587 776.818 714.897 Q776.818 712.142 774.874 710.406 Q772.952 708.67 769.851 708.67 Q767.651 708.67 765.198 709.434 Q762.767 710.198 759.989 711.749 L759.989 707.027 Q762.814 705.892 765.267 705.314 Q767.721 704.735 769.758 704.735 Q775.128 704.735 778.323 707.42 Q781.517 710.105 781.517 714.596 Q781.517 716.726 780.707 718.647 Q779.92 720.545 777.813 723.138 Q777.235 723.809 774.133 727.026 Q771.031 730.221 765.383 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M839.689 725.036 L852.165 725.036 L852.165 728.832 L839.689 728.832 L839.689 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M858.045 735.985 L865.684 735.985 L865.684 709.619 L857.374 711.286 L857.374 707.027 L865.638 705.36 L870.314 705.36 L870.314 735.985 L877.952 735.985 L877.952 739.92 L858.045 739.92 L858.045 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M954.885 708.439 Q951.274 708.439 949.446 712.003 Q947.64 715.545 947.64 722.675 Q947.64 729.781 949.446 733.346 Q951.274 736.887 954.885 736.887 Q958.52 736.887 960.325 733.346 Q962.154 729.781 962.154 722.675 Q962.154 715.545 960.325 712.003 Q958.52 708.439 954.885 708.439 M954.885 704.735 Q960.696 704.735 963.751 709.341 Q966.83 713.925 966.83 722.675 Q966.83 731.401 963.751 736.008 Q960.696 740.591 954.885 740.591 Q949.075 740.591 945.997 736.008 Q942.941 731.401 942.941 722.675 Q942.941 713.925 945.997 709.341 Q949.075 704.735 954.885 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1041.33 735.985 L1048.97 735.985 L1048.97 709.619 L1040.66 711.286 L1040.66 707.027 L1048.92 705.36 L1053.6 705.36 L1053.6 735.985 L1061.24 735.985 L1061.24 739.92 L1041.33 739.92 L1041.33 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1141.67 735.985 L1157.99 735.985 L1157.99 739.92 L1136.04 739.92 L1136.04 735.985 Q1138.7 733.23 1143.29 728.6 Q1147.89 723.948 1149.08 722.605 Q1151.32 720.082 1152.2 718.346 Q1153.1 716.587 1153.1 714.897 Q1153.1 712.142 1151.16 710.406 Q1149.24 708.67 1146.14 708.67 Q1143.94 708.67 1141.48 709.434 Q1139.05 710.198 1136.27 711.749 L1136.27 707.027 Q1139.1 705.892 1141.55 705.314 Q1144.01 704.735 1146.04 704.735 Q1151.41 704.735 1154.61 707.42 Q1157.8 710.105 1157.8 714.596 Q1157.8 716.726 1156.99 718.647 Q1156.2 720.545 1154.1 723.138 Q1153.52 723.809 1150.42 727.026 Q1147.32 730.221 1141.67 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M678.316 665.486 Q674.705 665.486 672.876 669.05 Q671.071 672.592 671.071 679.722 Q671.071 686.828 672.876 690.393 Q674.705 693.934 678.316 693.934 Q681.95 693.934 683.756 690.393 Q685.585 686.828 685.585 679.722 Q685.585 672.592 683.756 669.05 Q681.95 665.486 678.316 665.486 M678.316 661.782 Q684.126 661.782 687.182 666.388 Q690.26 670.972 690.26 679.722 Q690.26 688.448 687.182 693.055 Q684.126 697.638 678.316 697.638 Q672.506 697.638 669.427 693.055 Q666.372 688.448 666.372 679.722 Q666.372 670.972 669.427 666.388 Q672.506 661.782 678.316 661.782 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M695.33 691.087 L700.214 691.087 L700.214 696.967 L695.33 696.967 L695.33 691.087 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 665.486 Q711.672 665.486 709.844 669.05 Q708.038 672.592 708.038 679.722 Q708.038 686.828 709.844 690.393 Q711.672 693.934 715.284 693.934 Q718.918 693.934 720.723 690.393 Q722.552 686.828 722.552 679.722 Q722.552 672.592 720.723 669.05 Q718.918 665.486 715.284 665.486 M715.284 661.782 Q721.094 661.782 724.149 666.388 Q727.228 670.972 727.228 679.722 Q727.228 688.448 724.149 693.055 Q721.094 697.638 715.284 697.638 Q709.473 697.638 706.395 693.055 Q703.339 688.448 703.339 679.722 Q703.339 670.972 706.395 666.388 Q709.473 661.782 715.284 661.782 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M679.913 606.767 Q676.302 606.767 674.474 610.331 Q672.668 613.873 672.668 621.003 Q672.668 628.109 674.474 631.674 Q676.302 635.215 679.913 635.215 Q683.548 635.215 685.353 631.674 Q687.182 628.109 687.182 621.003 Q687.182 613.873 685.353 610.331 Q683.548 606.767 679.913 606.767 M679.913 603.063 Q685.723 603.063 688.779 607.669 Q691.858 612.253 691.858 621.003 Q691.858 629.729 688.779 634.336 Q685.723 638.919 679.913 638.919 Q674.103 638.919 671.024 634.336 Q667.969 629.729 667.969 621.003 Q667.969 612.253 671.024 607.669 Q674.103 603.063 679.913 603.063 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M696.927 632.368 L701.811 632.368 L701.811 638.248 L696.927 638.248 L696.927 632.368 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M710.909 634.313 L727.228 634.313 L727.228 638.248 L705.284 638.248 L705.284 634.313 Q707.946 631.558 712.529 626.928 Q717.135 622.276 718.316 620.933 Q720.561 618.41 721.441 616.674 Q722.344 614.915 722.344 613.225 Q722.344 610.47 720.399 608.734 Q718.478 606.998 715.376 606.998 Q713.177 606.998 710.723 607.762 Q708.293 608.526 705.515 610.077 L705.515 605.354 Q708.339 604.22 710.793 603.642 Q713.246 603.063 715.284 603.063 Q720.654 603.063 723.848 605.748 Q727.043 608.433 727.043 612.924 Q727.043 615.054 726.233 616.975 Q725.445 618.873 723.339 621.466 Q722.76 622.137 719.658 625.354 Q716.557 628.549 710.909 634.313 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M677.83 548.047 Q674.219 548.047 672.39 551.612 Q670.585 555.154 670.585 562.284 Q670.585 569.39 672.39 572.955 Q674.219 576.496 677.83 576.496 Q681.464 576.496 683.27 572.955 Q685.098 569.39 685.098 562.284 Q685.098 555.154 683.27 551.612 Q681.464 548.047 677.83 548.047 M677.83 544.344 Q683.64 544.344 686.696 548.95 Q689.774 553.534 689.774 562.284 Q689.774 571.01 686.696 575.617 Q683.64 580.2 677.83 580.2 Q672.02 580.2 668.941 575.617 Q665.886 571.01 665.886 562.284 Q665.886 553.534 668.941 548.95 Q672.02 544.344 677.83 544.344 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M694.844 573.649 L699.728 573.649 L699.728 579.529 L694.844 579.529 L694.844 573.649 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M717.645 549.043 L705.839 567.492 L717.645 567.492 L717.645 549.043 M716.418 544.969 L722.297 544.969 L722.297 567.492 L727.228 567.492 L727.228 571.381 L722.297 571.381 L722.297 579.529 L717.645 579.529 L717.645 571.381 L702.043 571.381 L702.043 566.867 L716.418 544.969 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M678.154 489.328 Q674.543 489.328 672.714 492.893 Q670.909 496.435 670.909 503.564 Q670.909 510.671 672.714 514.236 Q674.543 517.777 678.154 517.777 Q681.788 517.777 683.594 514.236 Q685.423 510.671 685.423 503.564 Q685.423 496.435 683.594 492.893 Q681.788 489.328 678.154 489.328 M678.154 485.625 Q683.964 485.625 687.02 490.231 Q690.098 494.815 690.098 503.564 Q690.098 512.291 687.02 516.898 Q683.964 521.481 678.154 521.481 Q672.344 521.481 669.265 516.898 Q666.21 512.291 666.21 503.564 Q666.21 494.815 669.265 490.231 Q672.344 485.625 678.154 485.625 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M695.168 514.93 L700.052 514.93 L700.052 520.81 L695.168 520.81 L695.168 514.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.7 501.666 Q712.552 501.666 710.7 503.819 Q708.872 505.972 708.872 509.722 Q708.872 513.449 710.7 515.625 Q712.552 517.777 715.7 517.777 Q718.848 517.777 720.677 515.625 Q722.529 513.449 722.529 509.722 Q722.529 505.972 720.677 503.819 Q718.848 501.666 715.7 501.666 M724.983 487.014 L724.983 491.273 Q723.223 490.44 721.418 490 Q719.635 489.56 717.876 489.56 Q713.246 489.56 710.793 492.685 Q708.362 495.81 708.015 502.129 Q709.381 500.115 711.441 499.051 Q713.501 497.963 715.978 497.963 Q721.186 497.963 724.196 501.134 Q727.228 504.282 727.228 509.722 Q727.228 515.046 724.08 518.263 Q720.932 521.481 715.7 521.481 Q709.705 521.481 706.534 516.898 Q703.362 512.291 703.362 503.564 Q703.362 495.37 707.251 490.509 Q711.14 485.625 717.691 485.625 Q719.45 485.625 721.233 485.972 Q723.038 486.319 724.983 487.014 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip807)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,560.763 766.637,566.406 770.518,571.913 774.4,577.282 778.281,582.514 782.163,587.608 786.044,592.566 789.926,597.386 793.807,602.07 797.688,606.616 \n",
" 801.57,611.024 805.451,615.296 809.333,619.431 813.214,623.428 817.095,627.288 820.977,631.011 824.858,634.597 828.74,638.046 832.621,641.357 836.502,644.531 \n",
" 840.384,647.568 844.265,650.468 848.147,653.231 852.028,655.856 855.909,658.345 859.791,660.696 863.672,662.91 867.554,664.987 871.435,666.927 875.317,668.729 \n",
" 879.198,670.394 883.079,671.922 886.961,673.313 890.842,674.567 894.724,675.684 898.605,676.663 902.486,677.505 906.368,678.21 910.249,678.778 914.131,679.209 \n",
" 918.012,679.502 921.893,679.659 925.775,679.678 929.656,679.56 933.538,679.305 937.419,678.912 941.3,678.383 945.182,677.716 949.063,676.912 952.945,675.971 \n",
" 956.826,674.893 960.708,673.677 964.589,672.325 968.47,670.835 972.352,669.208 976.233,667.444 980.115,665.542 983.996,663.504 987.877,661.328 991.759,659.015 \n",
" 995.64,656.565 999.522,653.978 1003.4,651.254 1007.28,648.392 1011.17,645.393 1015.05,642.257 1018.93,638.984 1022.81,635.574 1026.69,632.026 1030.57,628.342 \n",
" 1034.45,624.52 1038.34,620.561 1042.22,616.465 1046.1,612.231 1049.98,607.861 1053.86,603.353 1057.74,598.708 1061.62,593.926 1065.51,589.007 1069.39,583.95 \n",
" 1073.27,578.757 1077.15,573.426 1081.03,567.958 1084.91,562.353 1088.79,556.61 1092.68,550.731 1096.56,544.714 1100.44,538.56 1104.32,532.269 1108.2,525.841 \n",
" 1112.08,519.276 1115.96,512.573 1119.85,505.733 1123.73,498.756 1127.61,491.642 1131.49,484.391 1135.37,477.003 1139.25,469.477 1143.13,461.814 1147.02,454.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1342.55 686.448 L1749.86 686.448 L1749.86 447.244 L1342.55 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip808\">\n",
" <rect x=\"1342\" y=\"447\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1354.08,686.448 1354.08,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1450.14,686.448 1450.14,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1546.2,686.448 1546.2,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1642.27,686.448 1642.27,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1738.33,686.448 1738.33,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,679.68 1749.86,679.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,624.64 1749.86,624.64 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,569.6 1749.86,569.6 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,514.56 1749.86,514.56 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip808)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,459.52 1749.86,459.52 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,686.448 1749.86,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,686.448 1342.55,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,686.448 1354.08,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1450.14,686.448 1450.14,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1546.2,686.448 1546.2,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1642.27,686.448 1642.27,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1738.33,686.448 1738.33,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,679.68 1347.44,679.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,624.64 1347.44,624.64 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,569.6 1347.44,569.6 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,514.56 1347.44,514.56 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,459.52 1347.44,459.52 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1335.13 725.036 L1347.61 725.036 L1347.61 728.832 L1335.13 728.832 L1335.13 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1356.7 735.985 L1373.02 735.985 L1373.02 739.92 L1351.08 739.92 L1351.08 735.985 Q1353.74 733.23 1358.32 728.6 Q1362.93 723.948 1364.11 722.605 Q1366.36 720.082 1367.23 718.346 Q1368.14 716.587 1368.14 714.897 Q1368.14 712.142 1366.19 710.406 Q1364.27 708.67 1361.17 708.67 Q1358.97 708.67 1356.52 709.434 Q1354.09 710.198 1351.31 711.749 L1351.31 707.027 Q1354.13 705.892 1356.59 705.314 Q1359.04 704.735 1361.08 704.735 Q1366.45 704.735 1369.64 707.42 Q1372.84 710.105 1372.84 714.596 Q1372.84 716.726 1372.03 718.647 Q1371.24 720.545 1369.13 723.138 Q1368.55 723.809 1365.45 727.026 Q1362.35 730.221 1356.7 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1431.01 725.036 L1443.48 725.036 L1443.48 728.832 L1431.01 728.832 L1431.01 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1449.36 735.985 L1457 735.985 L1457 709.619 L1448.69 711.286 L1448.69 707.027 L1456.96 705.36 L1461.63 705.36 L1461.63 735.985 L1469.27 735.985 L1469.27 739.92 L1449.36 739.92 L1449.36 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1546.2 708.439 Q1542.59 708.439 1540.77 712.003 Q1538.96 715.545 1538.96 722.675 Q1538.96 729.781 1540.77 733.346 Q1542.59 736.887 1546.2 736.887 Q1549.84 736.887 1551.64 733.346 Q1553.47 729.781 1553.47 722.675 Q1553.47 715.545 1551.64 712.003 Q1549.84 708.439 1546.2 708.439 M1546.2 704.735 Q1552.02 704.735 1555.07 709.341 Q1558.15 713.925 1558.15 722.675 Q1558.15 731.401 1555.07 736.008 Q1552.02 740.591 1546.2 740.591 Q1540.39 740.591 1537.32 736.008 Q1534.26 731.401 1534.26 722.675 Q1534.26 713.925 1537.32 709.341 Q1540.39 704.735 1546.2 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1632.65 735.985 L1640.29 735.985 L1640.29 709.619 L1631.98 711.286 L1631.98 707.027 L1640.24 705.36 L1644.92 705.36 L1644.92 735.985 L1652.56 735.985 L1652.56 739.92 L1632.65 739.92 L1632.65 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1732.99 735.985 L1749.31 735.985 L1749.31 739.92 L1727.36 739.92 L1727.36 735.985 Q1730.02 733.23 1734.61 728.6 Q1739.21 723.948 1740.39 722.605 Q1742.64 720.082 1743.52 718.346 Q1744.42 716.587 1744.42 714.897 Q1744.42 712.142 1742.48 710.406 Q1740.56 708.67 1737.45 708.67 Q1735.26 708.67 1732.8 709.434 Q1730.37 710.198 1727.59 711.749 L1727.59 707.027 Q1730.42 705.892 1732.87 705.314 Q1735.33 704.735 1737.36 704.735 Q1742.73 704.735 1745.93 707.42 Q1749.12 710.105 1749.12 714.596 Q1749.12 716.726 1748.31 718.647 Q1747.52 720.545 1745.42 723.138 Q1744.84 723.809 1741.74 727.026 Q1738.64 730.221 1732.99 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 665.479 Q1302.99 665.479 1301.16 669.044 Q1299.36 672.585 1299.36 679.715 Q1299.36 686.821 1301.16 690.386 Q1302.99 693.928 1306.6 693.928 Q1310.24 693.928 1312.04 690.386 Q1313.87 686.821 1313.87 679.715 Q1313.87 672.585 1312.04 669.044 Q1310.24 665.479 1306.6 665.479 M1306.6 661.775 Q1312.41 661.775 1315.47 666.382 Q1318.55 670.965 1318.55 679.715 Q1318.55 688.442 1315.47 693.048 Q1312.41 697.631 1306.6 697.631 Q1300.79 697.631 1297.71 693.048 Q1294.66 688.442 1294.66 679.715 Q1294.66 670.965 1297.71 666.382 Q1300.79 661.775 1306.6 661.775 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1302.23 637.985 L1318.55 637.985 L1318.55 641.92 L1296.6 641.92 L1296.6 637.985 Q1299.27 635.23 1303.85 630.601 Q1308.45 625.948 1309.64 624.605 Q1311.88 622.082 1312.76 620.346 Q1313.66 618.587 1313.66 616.897 Q1313.66 614.142 1311.72 612.406 Q1309.8 610.67 1306.7 610.67 Q1304.5 610.67 1302.04 611.434 Q1299.61 612.198 1296.83 613.749 L1296.83 609.027 Q1299.66 607.892 1302.11 607.314 Q1304.57 606.735 1306.6 606.735 Q1311.97 606.735 1315.17 609.42 Q1318.36 612.105 1318.36 616.596 Q1318.36 618.726 1317.55 620.647 Q1316.76 622.545 1314.66 625.138 Q1314.08 625.809 1310.98 629.027 Q1307.88 632.221 1302.23 637.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1308.96 556.394 L1297.16 574.843 L1308.96 574.843 L1308.96 556.394 M1307.74 552.32 L1313.62 552.32 L1313.62 574.843 L1318.55 574.843 L1318.55 578.732 L1313.62 578.732 L1313.62 586.88 L1308.96 586.88 L1308.96 578.732 L1293.36 578.732 L1293.36 574.218 L1307.74 552.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1307.02 512.697 Q1303.87 512.697 1302.02 514.849 Q1300.19 517.002 1300.19 520.752 Q1300.19 524.479 1302.02 526.655 Q1303.87 528.808 1307.02 528.808 Q1310.17 528.808 1312 526.655 Q1313.85 524.479 1313.85 520.752 Q1313.85 517.002 1312 514.849 Q1310.17 512.697 1307.02 512.697 M1316.3 498.044 L1316.3 502.303 Q1314.54 501.47 1312.74 501.03 Q1310.95 500.59 1309.2 500.59 Q1304.57 500.59 1302.11 503.715 Q1299.68 506.84 1299.33 513.16 Q1300.7 511.146 1302.76 510.081 Q1304.82 508.993 1307.3 508.993 Q1312.51 508.993 1315.51 512.164 Q1318.55 515.312 1318.55 520.752 Q1318.55 526.076 1315.4 529.294 Q1312.25 532.511 1307.02 532.511 Q1301.02 532.511 1297.85 527.928 Q1294.68 523.322 1294.68 514.595 Q1294.68 506.4 1298.57 501.539 Q1302.46 496.655 1309.01 496.655 Q1310.77 496.655 1312.55 497.002 Q1314.36 497.349 1316.3 498.044 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.7 460.388 Q1303.36 460.388 1301.44 462.17 Q1299.54 463.953 1299.54 467.078 Q1299.54 470.203 1301.44 471.985 Q1303.36 473.768 1306.7 473.768 Q1310.03 473.768 1311.95 471.985 Q1313.87 470.18 1313.87 467.078 Q1313.87 463.953 1311.95 462.17 Q1310.05 460.388 1306.7 460.388 M1302.02 458.397 Q1299.01 457.657 1297.32 455.596 Q1295.65 453.536 1295.65 450.573 Q1295.65 446.43 1298.59 444.022 Q1301.56 441.615 1306.7 441.615 Q1311.86 441.615 1314.8 444.022 Q1317.74 446.43 1317.74 450.573 Q1317.74 453.536 1316.05 455.596 Q1314.38 457.657 1311.39 458.397 Q1314.77 459.184 1316.65 461.476 Q1318.55 463.768 1318.55 467.078 Q1318.55 472.101 1315.47 474.786 Q1312.41 477.471 1306.7 477.471 Q1300.98 477.471 1297.9 474.786 Q1294.84 472.101 1294.84 467.078 Q1294.84 463.768 1296.74 461.476 Q1298.64 459.184 1302.02 458.397 M1300.31 451.013 Q1300.31 453.698 1301.97 455.203 Q1303.66 456.707 1306.7 456.707 Q1309.7 456.707 1311.39 455.203 Q1313.11 453.698 1313.11 451.013 Q1313.11 448.328 1311.39 446.823 Q1309.7 445.319 1306.7 445.319 Q1303.66 445.319 1301.97 446.823 Q1300.31 448.328 1300.31 451.013 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip808)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,454.014 1357.96,460.435 1361.84,466.764 1365.72,473 1369.6,479.143 1373.48,485.193 1377.36,491.151 1381.25,497.016 1385.13,502.789 1389.01,508.468 \n",
" 1392.89,514.055 1396.77,519.55 1400.65,524.952 1404.53,530.261 1408.41,535.477 1412.3,540.601 1416.18,545.632 1420.06,550.57 1423.94,555.416 1427.82,560.169 \n",
" 1431.7,564.829 1435.58,569.397 1439.47,573.872 1443.35,578.254 1447.23,582.543 1451.11,586.74 1454.99,590.844 1458.87,594.856 1462.75,598.775 1466.64,602.601 \n",
" 1470.52,606.335 1474.4,609.975 1478.28,613.524 1482.16,616.979 1486.04,620.342 1489.92,623.612 1493.81,626.789 1497.69,629.874 1501.57,632.866 1505.45,635.766 \n",
" 1509.33,638.572 1513.21,641.286 1517.09,643.908 1520.98,646.436 1524.86,648.872 1528.74,651.216 1532.62,653.466 1536.5,655.624 1540.38,657.69 1544.26,659.662 \n",
" 1548.15,661.542 1552.03,663.329 1555.91,665.024 1559.79,666.626 1563.67,668.135 1567.55,669.552 1571.43,670.875 1575.32,672.107 1579.2,673.245 1583.08,674.291 \n",
" 1586.96,675.244 1590.84,676.104 1594.72,676.872 1598.6,677.547 1602.49,678.13 1606.37,678.619 1610.25,679.017 1614.13,679.321 1618.01,679.533 1621.89,679.652 \n",
" 1625.77,679.678 1629.66,679.612 1633.54,679.453 1637.42,679.201 1641.3,678.857 1645.18,678.419 1649.06,677.89 1652.94,677.267 1656.83,676.552 1660.71,675.744 \n",
" 1664.59,674.844 1668.47,673.851 1672.35,672.765 1676.23,671.587 1680.11,670.315 1683.99,668.952 1687.88,667.495 1691.76,665.946 1695.64,664.304 1699.52,662.569 \n",
" 1703.4,660.742 1707.28,658.822 1711.16,656.81 1715.05,654.704 1718.93,652.506 1722.81,650.216 1726.69,647.832 1730.57,645.356 1734.45,642.788 1738.33,640.126 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1945.44 686.448 L2352.76 686.448 L2352.76 447.244 L1945.44 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip809\">\n",
" <rect x=\"1945\" y=\"447\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1956.97,686.448 1956.97,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2053.03,686.448 2053.03,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2149.1,686.448 2149.1,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2245.16,686.448 2245.16,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2341.23,686.448 2341.23,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,679.686 2352.76,679.686 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,627.096 2352.76,627.096 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,574.506 2352.76,574.506 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,521.916 2352.76,521.916 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip809)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,469.327 2352.76,469.327 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,686.448 2352.76,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,686.448 1945.44,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,686.448 1956.97,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2053.03,686.448 2053.03,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2149.1,686.448 2149.1,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2245.16,686.448 2245.16,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2341.23,686.448 2341.23,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,679.686 1950.33,679.686 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,627.096 1950.33,627.096 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,574.506 1950.33,574.506 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,521.916 1950.33,521.916 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,469.327 1950.33,469.327 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1938.02 725.036 L1950.5 725.036 L1950.5 728.832 L1938.02 728.832 L1938.02 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1959.6 735.985 L1975.92 735.985 L1975.92 739.92 L1953.97 739.92 L1953.97 735.985 Q1956.63 733.23 1961.22 728.6 Q1965.82 723.948 1967 722.605 Q1969.25 720.082 1970.13 718.346 Q1971.03 716.587 1971.03 714.897 Q1971.03 712.142 1969.09 710.406 Q1967.17 708.67 1964.06 708.67 Q1961.86 708.67 1959.41 709.434 Q1956.98 710.198 1954.2 711.749 L1954.2 707.027 Q1957.03 705.892 1959.48 705.314 Q1961.93 704.735 1963.97 704.735 Q1969.34 704.735 1972.54 707.42 Q1975.73 710.105 1975.73 714.596 Q1975.73 716.726 1974.92 718.647 Q1974.13 720.545 1972.03 723.138 Q1971.45 723.809 1968.35 727.026 Q1965.24 730.221 1959.6 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2033.9 725.036 L2046.38 725.036 L2046.38 728.832 L2033.9 728.832 L2033.9 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2052.26 735.985 L2059.9 735.985 L2059.9 709.619 L2051.59 711.286 L2051.59 707.027 L2059.85 705.36 L2064.53 705.36 L2064.53 735.985 L2072.17 735.985 L2072.17 739.92 L2052.26 739.92 L2052.26 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2149.1 708.439 Q2145.49 708.439 2143.66 712.003 Q2141.85 715.545 2141.85 722.675 Q2141.85 729.781 2143.66 733.346 Q2145.49 736.887 2149.1 736.887 Q2152.73 736.887 2154.54 733.346 Q2156.37 729.781 2156.37 722.675 Q2156.37 715.545 2154.54 712.003 Q2152.73 708.439 2149.1 708.439 M2149.1 704.735 Q2154.91 704.735 2157.96 709.341 Q2161.04 713.925 2161.04 722.675 Q2161.04 731.401 2157.96 736.008 Q2154.91 740.591 2149.1 740.591 Q2143.29 740.591 2140.21 736.008 Q2137.15 731.401 2137.15 722.675 Q2137.15 713.925 2140.21 709.341 Q2143.29 704.735 2149.1 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2235.55 735.985 L2243.18 735.985 L2243.18 709.619 L2234.87 711.286 L2234.87 707.027 L2243.14 705.36 L2247.81 705.36 L2247.81 735.985 L2255.45 735.985 L2255.45 739.92 L2235.55 739.92 L2235.55 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2335.88 735.985 L2352.2 735.985 L2352.2 739.92 L2330.26 739.92 L2330.26 735.985 Q2332.92 733.23 2337.5 728.6 Q2342.11 723.948 2343.29 722.605 Q2345.53 720.082 2346.41 718.346 Q2347.32 716.587 2347.32 714.897 Q2347.32 712.142 2345.37 710.406 Q2343.45 708.67 2340.35 708.67 Q2338.15 708.67 2335.7 709.434 Q2333.27 710.198 2330.49 711.749 L2330.49 707.027 Q2333.31 705.892 2335.77 705.314 Q2338.22 704.735 2340.26 704.735 Q2345.63 704.735 2348.82 707.42 Q2352.02 710.105 2352.02 714.596 Q2352.02 716.726 2351.2 718.647 Q2350.42 720.545 2348.31 723.138 Q2347.73 723.809 2344.63 727.026 Q2341.53 730.221 2335.88 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 665.484 Q1905.89 665.484 1904.06 669.049 Q1902.25 672.591 1902.25 679.72 Q1902.25 686.827 1904.06 690.392 Q1905.89 693.933 1909.5 693.933 Q1913.13 693.933 1914.94 690.392 Q1916.76 686.827 1916.76 679.72 Q1916.76 672.591 1914.94 669.049 Q1913.13 665.484 1909.5 665.484 M1909.5 661.781 Q1915.31 661.781 1918.36 666.387 Q1921.44 670.97 1921.44 679.72 Q1921.44 688.447 1918.36 693.054 Q1915.31 697.637 1909.5 697.637 Q1903.69 697.637 1900.61 693.054 Q1897.55 688.447 1897.55 679.72 Q1897.55 670.97 1900.61 666.387 Q1903.69 661.781 1909.5 661.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1905.12 640.441 L1921.44 640.441 L1921.44 644.376 L1899.5 644.376 L1899.5 640.441 Q1902.16 637.686 1906.74 633.056 Q1911.35 628.404 1912.53 627.061 Q1914.77 624.538 1915.65 622.802 Q1916.56 621.043 1916.56 619.353 Q1916.56 616.598 1914.61 614.862 Q1912.69 613.126 1909.59 613.126 Q1907.39 613.126 1904.94 613.89 Q1902.51 614.654 1899.73 616.205 L1899.73 611.483 Q1902.55 610.348 1905.01 609.77 Q1907.46 609.191 1909.5 609.191 Q1914.87 609.191 1918.06 611.876 Q1921.26 614.561 1921.26 619.052 Q1921.26 621.182 1920.45 623.103 Q1919.66 625.001 1917.55 627.594 Q1916.97 628.265 1913.87 631.482 Q1910.77 634.677 1905.12 640.441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1911.86 561.3 L1900.05 579.749 L1911.86 579.749 L1911.86 561.3 M1910.63 557.226 L1916.51 557.226 L1916.51 579.749 L1921.44 579.749 L1921.44 583.638 L1916.51 583.638 L1916.51 591.786 L1911.86 591.786 L1911.86 583.638 L1896.26 583.638 L1896.26 579.124 L1910.63 557.226 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.91 520.053 Q1906.77 520.053 1904.91 522.206 Q1903.08 524.358 1903.08 528.108 Q1903.08 531.835 1904.91 534.011 Q1906.77 536.164 1909.91 536.164 Q1913.06 536.164 1914.89 534.011 Q1916.74 531.835 1916.74 528.108 Q1916.74 524.358 1914.89 522.206 Q1913.06 520.053 1909.91 520.053 M1919.2 505.4 L1919.2 509.659 Q1917.44 508.826 1915.63 508.386 Q1913.85 507.946 1912.09 507.946 Q1907.46 507.946 1905.01 511.071 Q1902.58 514.196 1902.23 520.516 Q1903.59 518.502 1905.65 517.437 Q1907.71 516.349 1910.19 516.349 Q1915.4 516.349 1918.41 519.52 Q1921.44 522.669 1921.44 528.108 Q1921.44 533.432 1918.29 536.65 Q1915.14 539.868 1909.91 539.868 Q1903.92 539.868 1900.75 535.284 Q1897.58 530.678 1897.58 521.951 Q1897.58 513.757 1901.46 508.896 Q1905.35 504.011 1911.9 504.011 Q1913.66 504.011 1915.45 504.359 Q1917.25 504.706 1919.2 505.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.59 470.195 Q1906.26 470.195 1904.33 471.977 Q1902.44 473.759 1902.44 476.884 Q1902.44 480.009 1904.33 481.792 Q1906.26 483.574 1909.59 483.574 Q1912.92 483.574 1914.84 481.792 Q1916.76 479.986 1916.76 476.884 Q1916.76 473.759 1914.84 471.977 Q1912.95 470.195 1909.59 470.195 M1904.91 468.204 Q1901.9 467.463 1900.21 465.403 Q1898.55 463.343 1898.55 460.38 Q1898.55 456.236 1901.49 453.829 Q1904.45 451.422 1909.59 451.422 Q1914.75 451.422 1917.69 453.829 Q1920.63 456.236 1920.63 460.38 Q1920.63 463.343 1918.94 465.403 Q1917.27 467.463 1914.29 468.204 Q1917.67 468.991 1919.54 471.283 Q1921.44 473.574 1921.44 476.884 Q1921.44 481.907 1918.36 484.593 Q1915.31 487.278 1909.59 487.278 Q1903.87 487.278 1900.79 484.593 Q1897.74 481.907 1897.74 476.884 Q1897.74 473.574 1899.64 471.283 Q1901.53 468.991 1904.91 468.204 M1903.2 460.82 Q1903.2 463.505 1904.87 465.009 Q1906.56 466.514 1909.59 466.514 Q1912.6 466.514 1914.29 465.009 Q1916 463.505 1916 460.82 Q1916 458.134 1914.29 456.63 Q1912.6 455.125 1909.59 455.125 Q1906.56 455.125 1904.87 456.63 Q1903.2 458.134 1903.2 460.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip809)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,454.014 1960.85,459.653 1964.73,465.221 1968.61,470.717 1972.49,476.142 1976.38,481.496 1980.26,486.778 1984.14,491.989 1988.02,497.128 1991.9,502.197 \n",
" 1995.78,507.194 1999.66,512.119 2003.55,516.973 2007.43,521.756 2011.31,526.468 2015.19,531.108 2019.07,535.677 2022.95,540.174 2026.83,544.6 2030.72,548.955 \n",
" 2034.6,553.238 2038.48,557.45 2042.36,561.591 2046.24,565.661 2050.12,569.659 2054,573.585 2057.89,577.441 2061.77,581.225 2065.65,584.937 2069.53,588.578 \n",
" 2073.41,592.148 2077.29,595.647 2081.17,599.074 2085.06,602.43 2088.94,605.715 2092.82,608.928 2096.7,612.07 2100.58,615.14 2104.46,618.139 2108.34,621.067 \n",
" 2112.23,623.924 2116.11,626.709 2119.99,629.423 2123.87,632.065 2127.75,634.636 2131.63,637.136 2135.51,639.564 2139.39,641.921 2143.28,644.207 2147.16,646.421 \n",
" 2151.04,648.564 2154.92,650.636 2158.8,652.636 2162.68,654.565 2166.56,656.423 2170.45,658.209 2174.33,659.924 2178.21,661.568 2182.09,663.14 2185.97,664.641 \n",
" 2189.85,666.07 2193.73,667.428 2197.62,668.715 2201.5,669.931 2205.38,671.075 2209.26,672.148 2213.14,673.149 2217.02,674.079 2220.9,674.938 2224.79,675.725 \n",
" 2228.67,676.441 2232.55,677.086 2236.43,677.66 2240.31,678.162 2244.19,678.592 2248.07,678.952 2251.96,679.24 2255.84,679.456 2259.72,679.601 2263.6,679.675 \n",
" 2267.48,679.678 2271.36,679.609 2275.24,679.469 2279.13,679.258 2283.01,678.975 2286.89,678.621 2290.77,678.195 2294.65,677.698 2298.53,677.13 2302.41,676.491 \n",
" 2306.3,675.78 2310.18,674.997 2314.06,674.144 2317.94,673.219 2321.82,672.223 2325.7,671.155 2329.58,670.016 2333.47,668.806 2337.35,667.524 2341.23,666.171 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M148.334 1086.45 L555.649 1086.45 L555.649 847.244 L148.334 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8010\">\n",
" <rect x=\"148\" y=\"847\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 159.862,1086.45 159.862,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 255.927,1086.45 255.927,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 351.992,1086.45 351.992,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 448.057,1086.45 448.057,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 544.122,1086.45 544.122,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1079.68 555.649,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1038.53 555.649,1038.53 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,997.377 555.649,997.377 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,956.225 555.649,956.225 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,915.074 555.649,915.074 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8010)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,873.922 555.649,873.922 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1086.45 555.649,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1086.45 148.334,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,1086.45 159.862,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 255.927,1086.45 255.927,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 351.992,1086.45 351.992,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 448.057,1086.45 448.057,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 544.122,1086.45 544.122,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1079.68 153.222,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1038.53 153.222,1038.53 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,997.377 153.222,997.377 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,956.225 153.222,956.225 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,915.074 153.222,915.074 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,873.922 153.222,873.922 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M140.916 1125.04 L153.392 1125.04 L153.392 1128.83 L140.916 1128.83 L140.916 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M162.489 1135.98 L178.809 1135.98 L178.809 1139.92 L156.865 1139.92 L156.865 1135.98 Q159.527 1133.23 164.11 1128.6 Q168.716 1123.95 169.897 1122.61 Q172.142 1120.08 173.022 1118.35 Q173.925 1116.59 173.925 1114.9 Q173.925 1112.14 171.98 1110.41 Q170.059 1108.67 166.957 1108.67 Q164.758 1108.67 162.304 1109.43 Q159.874 1110.2 157.096 1111.75 L157.096 1107.03 Q159.92 1105.89 162.374 1105.31 Q164.827 1104.73 166.864 1104.73 Q172.235 1104.73 175.429 1107.42 Q178.624 1110.11 178.624 1114.6 Q178.624 1116.73 177.813 1118.65 Q177.026 1120.54 174.92 1123.14 Q174.341 1123.81 171.239 1127.03 Q168.138 1130.22 162.489 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M236.795 1125.04 L249.272 1125.04 L249.272 1128.83 L236.795 1128.83 L236.795 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M255.152 1135.98 L262.79 1135.98 L262.79 1109.62 L254.48 1111.29 L254.48 1107.03 L262.744 1105.36 L267.42 1105.36 L267.42 1135.98 L275.059 1135.98 L275.059 1139.92 L255.152 1139.92 L255.152 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M351.992 1108.44 Q348.381 1108.44 346.552 1112 Q344.747 1115.55 344.747 1122.67 Q344.747 1129.78 346.552 1133.35 Q348.381 1136.89 351.992 1136.89 Q355.626 1136.89 357.432 1133.35 Q359.26 1129.78 359.26 1122.67 Q359.26 1115.55 357.432 1112 Q355.626 1108.44 351.992 1108.44 M351.992 1104.73 Q357.802 1104.73 360.858 1109.34 Q363.936 1113.92 363.936 1122.67 Q363.936 1131.4 360.858 1136.01 Q357.802 1140.59 351.992 1140.59 Q346.182 1140.59 343.103 1136.01 Q340.048 1131.4 340.048 1122.67 Q340.048 1113.92 343.103 1109.34 Q346.182 1104.73 351.992 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M438.439 1135.98 L446.078 1135.98 L446.078 1109.62 L437.767 1111.29 L437.767 1107.03 L446.031 1105.36 L450.707 1105.36 L450.707 1135.98 L458.346 1135.98 L458.346 1139.92 L438.439 1139.92 L438.439 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M538.774 1135.98 L555.094 1135.98 L555.094 1139.92 L533.149 1139.92 L533.149 1135.98 Q535.811 1133.23 540.395 1128.6 Q545.001 1123.95 546.182 1122.61 Q548.427 1120.08 549.307 1118.35 Q550.21 1116.59 550.21 1114.9 Q550.21 1112.14 548.265 1110.41 Q546.344 1108.67 543.242 1108.67 Q541.043 1108.67 538.589 1109.43 Q536.159 1110.2 533.381 1111.75 L533.381 1107.03 Q536.205 1105.89 538.659 1105.31 Q541.112 1104.73 543.149 1104.73 Q548.52 1104.73 551.714 1107.42 Q554.909 1110.11 554.909 1114.6 Q554.909 1116.73 554.098 1118.65 Q553.311 1120.54 551.205 1123.14 Q550.626 1123.81 547.524 1127.03 Q544.423 1130.22 538.774 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M75.4226 1065.48 Q71.8115 1065.48 69.9828 1069.04 Q68.1773 1072.59 68.1773 1079.71 Q68.1773 1086.82 69.9828 1090.39 Q71.8115 1093.93 75.4226 1093.93 Q79.0569 1093.93 80.8624 1090.39 Q82.6911 1086.82 82.6911 1079.71 Q82.6911 1072.59 80.8624 1069.04 Q79.0569 1065.48 75.4226 1065.48 M75.4226 1061.78 Q81.2328 1061.78 84.2883 1066.38 Q87.367 1070.96 87.367 1079.71 Q87.367 1088.44 84.2883 1093.05 Q81.2328 1097.63 75.4226 1097.63 Q69.6125 1097.63 66.5338 1093.05 Q63.4782 1088.44 63.4782 1079.71 Q63.4782 1070.96 66.5338 1066.38 Q69.6125 1061.78 75.4226 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M92.4364 1091.08 L97.3206 1091.08 L97.3206 1096.96 L92.4364 1096.96 L92.4364 1091.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 1065.48 Q108.779 1065.48 106.95 1069.04 Q105.145 1072.59 105.145 1079.71 Q105.145 1086.82 106.95 1090.39 Q108.779 1093.93 112.39 1093.93 Q116.024 1093.93 117.83 1090.39 Q119.658 1086.82 119.658 1079.71 Q119.658 1072.59 117.83 1069.04 Q116.024 1065.48 112.39 1065.48 M112.39 1061.78 Q118.2 1061.78 121.256 1066.38 Q124.334 1070.96 124.334 1079.71 Q124.334 1088.44 121.256 1093.05 Q118.2 1097.63 112.39 1097.63 Q106.58 1097.63 103.501 1093.05 Q100.446 1088.44 100.446 1079.71 Q100.446 1070.96 103.501 1066.38 Q106.58 1061.78 112.39 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M76.418 1024.33 Q72.8069 1024.33 70.9782 1027.89 Q69.1726 1031.43 69.1726 1038.56 Q69.1726 1045.67 70.9782 1049.23 Q72.8069 1052.78 76.418 1052.78 Q80.0522 1052.78 81.8578 1049.23 Q83.6865 1045.67 83.6865 1038.56 Q83.6865 1031.43 81.8578 1027.89 Q80.0522 1024.33 76.418 1024.33 M76.418 1020.62 Q82.2281 1020.62 85.2837 1025.23 Q88.3624 1029.81 88.3624 1038.56 Q88.3624 1047.29 85.2837 1051.9 Q82.2281 1056.48 76.418 1056.48 Q70.6078 1056.48 67.5291 1051.9 Q64.4736 1047.29 64.4736 1038.56 Q64.4736 1029.81 67.5291 1025.23 Q70.6078 1020.62 76.418 1020.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M93.4318 1049.93 L98.316 1049.93 L98.316 1055.81 L93.4318 1055.81 L93.4318 1049.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M103.432 1021.25 L121.788 1021.25 L121.788 1025.18 L107.714 1025.18 L107.714 1033.66 Q108.733 1033.31 109.751 1033.15 Q110.77 1032.96 111.788 1032.96 Q117.575 1032.96 120.955 1036.13 Q124.334 1039.3 124.334 1044.72 Q124.334 1050.3 120.862 1053.4 Q117.39 1056.48 111.071 1056.48 Q108.895 1056.48 106.626 1056.11 Q104.381 1055.74 101.973 1055 L101.973 1050.3 Q104.057 1051.43 106.279 1051.99 Q108.501 1052.54 110.978 1052.54 Q114.983 1052.54 117.321 1050.44 Q119.658 1048.33 119.658 1044.72 Q119.658 1041.11 117.321 1039 Q114.983 1036.9 110.978 1036.9 Q109.103 1036.9 107.228 1037.31 Q105.376 1037.73 103.432 1038.61 L103.432 1021.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M67.4597 1010.72 L75.0985 1010.72 L75.0985 984.356 L66.7884 986.023 L66.7884 981.763 L75.0522 980.097 L79.7281 980.097 L79.7281 1010.72 L87.367 1010.72 L87.367 1014.66 L67.4597 1014.66 L67.4597 1010.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M92.4364 1008.78 L97.3206 1008.78 L97.3206 1014.66 L92.4364 1014.66 L92.4364 1008.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 983.176 Q108.779 983.176 106.95 986.74 Q105.145 990.282 105.145 997.412 Q105.145 1004.52 106.95 1008.08 Q108.779 1011.62 112.39 1011.62 Q116.024 1011.62 117.83 1008.08 Q119.658 1004.52 119.658 997.412 Q119.658 990.282 117.83 986.74 Q116.024 983.176 112.39 983.176 M112.39 979.472 Q118.2 979.472 121.256 984.078 Q124.334 988.662 124.334 997.412 Q124.334 1006.14 121.256 1010.74 Q118.2 1015.33 112.39 1015.33 Q106.58 1015.33 103.501 1010.74 Q100.446 1006.14 100.446 997.412 Q100.446 988.662 103.501 984.078 Q106.58 979.472 112.39 979.472 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M68.4551 969.57 L76.0939 969.57 L76.0939 943.204 L67.7838 944.871 L67.7838 940.612 L76.0476 938.945 L80.7235 938.945 L80.7235 969.57 L88.3624 969.57 L88.3624 973.505 L68.4551 973.505 L68.4551 969.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M93.4318 967.626 L98.316 967.626 L98.316 973.505 L93.4318 973.505 L93.4318 967.626 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M103.432 938.945 L121.788 938.945 L121.788 942.88 L107.714 942.88 L107.714 951.353 Q108.733 951.005 109.751 950.843 Q110.77 950.658 111.788 950.658 Q117.575 950.658 120.955 953.829 Q124.334 957.001 124.334 962.417 Q124.334 967.996 120.862 971.098 Q117.39 974.176 111.071 974.176 Q108.895 974.176 106.626 973.806 Q104.381 973.436 101.973 972.695 L101.973 967.996 Q104.057 969.13 106.279 969.686 Q108.501 970.241 110.978 970.241 Q114.983 970.241 117.321 968.135 Q119.658 966.028 119.658 962.417 Q119.658 958.806 117.321 956.7 Q114.983 954.593 110.978 954.593 Q109.103 954.593 107.228 955.01 Q105.376 955.427 103.432 956.306 L103.432 938.945 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M71.0476 928.418 L87.367 928.418 L87.367 932.354 L65.4227 932.354 L65.4227 928.418 Q68.0847 925.664 72.668 921.034 Q77.2745 916.381 78.455 915.039 Q80.7004 912.516 81.58 910.78 Q82.4828 909.02 82.4828 907.331 Q82.4828 904.576 80.5383 902.84 Q78.617 901.104 75.5152 901.104 Q73.3161 901.104 70.8625 901.868 Q68.4319 902.631 65.6541 904.182 L65.6541 899.46 Q68.4782 898.326 70.9319 897.747 Q73.3856 897.169 75.4226 897.169 Q80.793 897.169 83.9874 899.854 Q87.1818 902.539 87.1818 907.03 Q87.1818 909.159 86.3716 911.08 Q85.5846 912.979 83.4781 915.571 Q82.8994 916.242 79.7976 919.46 Q76.6958 922.654 71.0476 928.418 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M92.4364 926.474 L97.3206 926.474 L97.3206 932.354 L92.4364 932.354 L92.4364 926.474 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 900.872 Q108.779 900.872 106.95 904.437 Q105.145 907.979 105.145 915.108 Q105.145 922.215 106.95 925.779 Q108.779 929.321 112.39 929.321 Q116.024 929.321 117.83 925.779 Q119.658 922.215 119.658 915.108 Q119.658 907.979 117.83 904.437 Q116.024 900.872 112.39 900.872 M112.39 897.169 Q118.2 897.169 121.256 901.775 Q124.334 906.358 124.334 915.108 Q124.334 923.835 121.256 928.442 Q118.2 933.025 112.39 933.025 Q106.58 933.025 103.501 928.442 Q100.446 923.835 100.446 915.108 Q100.446 906.358 103.501 901.775 Q106.58 897.169 112.39 897.169 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M72.043 887.267 L88.3624 887.267 L88.3624 891.202 L66.418 891.202 L66.418 887.267 Q69.0801 884.512 73.6634 879.882 Q78.2698 875.23 79.4504 873.887 Q81.6957 871.364 82.5754 869.628 Q83.4781 867.869 83.4781 866.179 Q83.4781 863.424 81.5337 861.688 Q79.6124 859.952 76.5106 859.952 Q74.3115 859.952 71.8578 860.716 Q69.4273 861.48 66.6495 863.031 L66.6495 858.309 Q69.4736 857.174 71.9273 856.596 Q74.381 856.017 76.418 856.017 Q81.7883 856.017 84.9827 858.702 Q88.1772 861.387 88.1772 865.878 Q88.1772 868.008 87.367 869.929 Q86.58 871.827 84.4735 874.42 Q83.8948 875.091 80.793 878.308 Q77.6911 881.503 72.043 887.267 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M93.4318 885.322 L98.316 885.322 L98.316 891.202 L93.4318 891.202 L93.4318 885.322 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M103.432 856.642 L121.788 856.642 L121.788 860.577 L107.714 860.577 L107.714 869.049 Q108.733 868.702 109.751 868.54 Q110.77 868.355 111.788 868.355 Q117.575 868.355 120.955 871.526 Q124.334 874.697 124.334 880.114 Q124.334 885.693 120.862 888.794 Q117.39 891.873 111.071 891.873 Q108.895 891.873 106.626 891.503 Q104.381 891.132 101.973 890.392 L101.973 885.693 Q104.057 886.827 106.279 887.382 Q108.501 887.938 110.978 887.938 Q114.983 887.938 117.321 885.832 Q119.658 883.725 119.658 880.114 Q119.658 876.503 117.321 874.396 Q114.983 872.29 110.978 872.29 Q109.103 872.29 107.228 872.707 Q105.376 873.123 103.432 874.003 L103.432 856.642 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8010)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,854.014 163.744,860.091 167.625,866.084 171.506,871.995 175.388,877.823 179.269,883.568 183.151,889.23 187.032,894.809 190.913,900.305 194.795,905.718 \n",
" 198.676,911.048 202.558,916.295 206.439,921.46 210.32,926.541 214.202,931.54 218.083,936.455 221.965,941.288 225.846,946.037 229.728,950.704 233.609,955.288 \n",
" 237.49,959.789 241.372,964.207 245.253,968.542 249.135,972.794 253.016,976.963 256.897,981.049 260.779,985.052 264.66,988.973 268.542,992.81 272.423,996.565 \n",
" 276.304,1000.24 280.186,1003.82 284.067,1007.33 287.949,1010.75 291.83,1014.09 295.711,1017.35 299.593,1020.52 303.474,1023.61 307.356,1026.62 311.237,1029.55 \n",
" 315.119,1032.39 319,1035.15 322.881,1037.83 326.763,1040.42 330.644,1042.93 334.526,1045.36 338.407,1047.7 342.288,1049.96 346.17,1052.14 350.051,1054.24 \n",
" 353.933,1056.25 357.814,1058.18 361.695,1060.03 365.577,1061.79 369.458,1063.47 373.34,1065.07 377.221,1066.59 381.102,1068.02 384.984,1069.37 388.865,1070.63 \n",
" 392.747,1071.82 396.628,1072.92 400.51,1073.94 404.391,1074.87 408.272,1075.72 412.154,1076.49 416.035,1077.18 419.917,1077.78 423.798,1078.3 427.679,1078.74 \n",
" 431.561,1079.09 435.442,1079.36 439.324,1079.55 443.205,1079.66 447.086,1079.68 450.968,1079.62 454.849,1079.47 458.731,1079.25 462.612,1078.94 466.493,1078.55 \n",
" 470.375,1078.07 474.256,1077.51 478.138,1076.87 482.019,1076.15 485.9,1075.34 489.782,1074.45 493.663,1073.48 497.545,1072.42 501.426,1071.28 505.308,1070.06 \n",
" 509.189,1068.76 513.07,1067.37 516.952,1065.9 520.833,1064.35 524.715,1062.71 528.596,1060.99 532.477,1059.19 536.359,1057.3 540.24,1055.34 544.122,1053.28 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M751.228 1086.45 L1158.54 1086.45 L1158.54 847.244 L751.228 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8011\">\n",
" <rect x=\"751\" y=\"847\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 762.756,1086.45 762.756,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 858.821,1086.45 858.821,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 954.885,1086.45 954.885,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.95,1086.45 1050.95,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1147.02,1086.45 1147.02,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1079.68 1158.54,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1041.29 1158.54,1041.29 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1002.91 1158.54,1002.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,964.524 1158.54,964.524 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,926.139 1158.54,926.139 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,887.755 1158.54,887.755 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8011)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,849.37 1158.54,849.37 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1086.45 1158.54,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1086.45 751.228,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,1086.45 762.756,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 858.821,1086.45 858.821,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 954.885,1086.45 954.885,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.95,1086.45 1050.95,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1147.02,1086.45 1147.02,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1079.68 756.116,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1041.29 756.116,1041.29 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1002.91 756.116,1002.91 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,964.524 756.116,964.524 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,926.139 756.116,926.139 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,887.755 756.116,887.755 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,849.37 756.116,849.37 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M743.809 1125.04 L756.286 1125.04 L756.286 1128.83 L743.809 1128.83 L743.809 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M765.383 1135.98 L781.702 1135.98 L781.702 1139.92 L759.758 1139.92 L759.758 1135.98 Q762.42 1133.23 767.003 1128.6 Q771.61 1123.95 772.79 1122.61 Q775.036 1120.08 775.915 1118.35 Q776.818 1116.59 776.818 1114.9 Q776.818 1112.14 774.874 1110.41 Q772.952 1108.67 769.851 1108.67 Q767.651 1108.67 765.198 1109.43 Q762.767 1110.2 759.989 1111.75 L759.989 1107.03 Q762.814 1105.89 765.267 1105.31 Q767.721 1104.73 769.758 1104.73 Q775.128 1104.73 778.323 1107.42 Q781.517 1110.11 781.517 1114.6 Q781.517 1116.73 780.707 1118.65 Q779.92 1120.54 777.813 1123.14 Q777.235 1123.81 774.133 1127.03 Q771.031 1130.22 765.383 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M839.689 1125.04 L852.165 1125.04 L852.165 1128.83 L839.689 1128.83 L839.689 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M858.045 1135.98 L865.684 1135.98 L865.684 1109.62 L857.374 1111.29 L857.374 1107.03 L865.638 1105.36 L870.314 1105.36 L870.314 1135.98 L877.952 1135.98 L877.952 1139.92 L858.045 1139.92 L858.045 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M954.885 1108.44 Q951.274 1108.44 949.446 1112 Q947.64 1115.55 947.64 1122.67 Q947.64 1129.78 949.446 1133.35 Q951.274 1136.89 954.885 1136.89 Q958.52 1136.89 960.325 1133.35 Q962.154 1129.78 962.154 1122.67 Q962.154 1115.55 960.325 1112 Q958.52 1108.44 954.885 1108.44 M954.885 1104.73 Q960.696 1104.73 963.751 1109.34 Q966.83 1113.92 966.83 1122.67 Q966.83 1131.4 963.751 1136.01 Q960.696 1140.59 954.885 1140.59 Q949.075 1140.59 945.997 1136.01 Q942.941 1131.4 942.941 1122.67 Q942.941 1113.92 945.997 1109.34 Q949.075 1104.73 954.885 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1041.33 1135.98 L1048.97 1135.98 L1048.97 1109.62 L1040.66 1111.29 L1040.66 1107.03 L1048.92 1105.36 L1053.6 1105.36 L1053.6 1135.98 L1061.24 1135.98 L1061.24 1139.92 L1041.33 1139.92 L1041.33 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1141.67 1135.98 L1157.99 1135.98 L1157.99 1139.92 L1136.04 1139.92 L1136.04 1135.98 Q1138.7 1133.23 1143.29 1128.6 Q1147.89 1123.95 1149.08 1122.61 Q1151.32 1120.08 1152.2 1118.35 Q1153.1 1116.59 1153.1 1114.9 Q1153.1 1112.14 1151.16 1110.41 Q1149.24 1108.67 1146.14 1108.67 Q1143.94 1108.67 1141.48 1109.43 Q1139.05 1110.2 1136.27 1111.75 L1136.27 1107.03 Q1139.1 1105.89 1141.55 1105.31 Q1144.01 1104.73 1146.04 1104.73 Q1151.41 1104.73 1154.61 1107.42 Q1157.8 1110.11 1157.8 1114.6 Q1157.8 1116.73 1156.99 1118.65 Q1156.2 1120.54 1154.1 1123.14 Q1153.52 1123.81 1150.42 1127.03 Q1147.32 1130.22 1141.67 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 1065.48 Q711.672 1065.48 709.844 1069.04 Q708.038 1072.58 708.038 1079.71 Q708.038 1086.82 709.844 1090.38 Q711.672 1093.93 715.284 1093.93 Q718.918 1093.93 720.723 1090.38 Q722.552 1086.82 722.552 1079.71 Q722.552 1072.58 720.723 1069.04 Q718.918 1065.48 715.284 1065.48 M715.284 1061.77 Q721.094 1061.77 724.149 1066.38 Q727.228 1070.96 727.228 1079.71 Q727.228 1088.44 724.149 1093.05 Q721.094 1097.63 715.284 1097.63 Q709.473 1097.63 706.395 1093.05 Q703.339 1088.44 703.339 1079.71 Q703.339 1070.96 706.395 1066.38 Q709.473 1061.77 715.284 1061.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M707.321 1054.64 L714.959 1054.64 L714.959 1028.27 L706.649 1029.94 L706.649 1025.68 L714.913 1024.01 L719.589 1024.01 L719.589 1054.64 L727.228 1054.64 L727.228 1058.57 L707.321 1058.57 L707.321 1054.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M710.909 1016.25 L727.228 1016.25 L727.228 1020.19 L705.284 1020.19 L705.284 1016.25 Q707.946 1013.5 712.529 1008.87 Q717.135 1004.22 718.316 1002.87 Q720.561 1000.35 721.441 998.615 Q722.344 996.856 722.344 995.166 Q722.344 992.411 720.399 990.675 Q718.478 988.939 715.376 988.939 Q713.177 988.939 710.723 989.703 Q708.293 990.467 705.515 992.018 L705.515 987.295 Q708.339 986.161 710.793 985.582 Q713.246 985.004 715.284 985.004 Q720.654 985.004 723.848 987.689 Q727.043 990.374 727.043 994.865 Q727.043 996.994 726.233 998.916 Q725.445 1000.81 723.339 1003.41 Q722.76 1004.08 719.658 1007.3 Q716.557 1010.49 710.909 1016.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M720.098 963.17 Q723.455 963.887 725.33 966.156 Q727.228 968.424 727.228 971.758 Q727.228 976.873 723.709 979.674 Q720.191 982.475 713.709 982.475 Q711.534 982.475 709.219 982.035 Q706.927 981.619 704.473 980.762 L704.473 976.248 Q706.418 977.383 708.733 977.961 Q711.047 978.54 713.571 978.54 Q717.969 978.54 720.26 976.804 Q722.575 975.068 722.575 971.758 Q722.575 968.702 720.422 966.989 Q718.293 965.253 714.473 965.253 L710.446 965.253 L710.446 961.411 L714.659 961.411 Q718.108 961.411 719.936 960.045 Q721.765 958.656 721.765 956.063 Q721.765 953.401 719.867 951.989 Q717.992 950.554 714.473 950.554 Q712.552 950.554 710.353 950.971 Q708.154 951.387 705.515 952.267 L705.515 948.1 Q708.177 947.36 710.492 946.989 Q712.83 946.619 714.89 946.619 Q720.214 946.619 723.316 949.05 Q726.418 951.457 726.418 955.577 Q726.418 958.448 724.774 960.438 Q723.131 962.406 720.098 963.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M717.645 912.933 L705.839 931.382 L717.645 931.382 L717.645 912.933 M716.418 908.859 L722.297 908.859 L722.297 931.382 L727.228 931.382 L727.228 935.271 L722.297 935.271 L722.297 943.419 L717.645 943.419 L717.645 935.271 L702.043 935.271 L702.043 930.757 L716.418 908.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M706.325 870.475 L724.682 870.475 L724.682 874.41 L710.608 874.41 L710.608 882.882 Q711.626 882.535 712.645 882.373 Q713.663 882.187 714.682 882.187 Q720.469 882.187 723.848 885.359 Q727.228 888.53 727.228 893.947 Q727.228 899.525 723.756 902.627 Q720.283 905.706 713.964 905.706 Q711.788 905.706 709.52 905.335 Q707.274 904.965 704.867 904.224 L704.867 899.525 Q706.95 900.66 709.172 901.215 Q711.395 901.771 713.871 901.771 Q717.876 901.771 720.214 899.664 Q722.552 897.558 722.552 893.947 Q722.552 890.336 720.214 888.229 Q717.876 886.123 713.871 886.123 Q711.996 886.123 710.122 886.539 Q708.27 886.956 706.325 887.836 L706.325 870.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.7 847.506 Q712.552 847.506 710.7 849.659 Q708.872 851.812 708.872 855.562 Q708.872 859.289 710.7 861.465 Q712.552 863.617 715.7 863.617 Q718.848 863.617 720.677 861.465 Q722.529 859.289 722.529 855.562 Q722.529 851.812 720.677 849.659 Q718.848 847.506 715.7 847.506 M724.983 832.854 L724.983 837.113 Q723.223 836.28 721.418 835.84 Q719.635 835.4 717.876 835.4 Q713.246 835.4 710.793 838.525 Q708.362 841.65 708.015 847.969 Q709.381 845.955 711.441 844.891 Q713.501 843.803 715.978 843.803 Q721.186 843.803 724.196 846.974 Q727.228 850.122 727.228 855.562 Q727.228 860.886 724.08 864.104 Q720.932 867.321 715.7 867.321 Q709.705 867.321 706.534 862.738 Q703.362 858.131 703.362 849.405 Q703.362 841.21 707.251 836.349 Q711.14 831.465 717.691 831.465 Q719.45 831.465 721.233 831.812 Q723.038 832.159 724.983 832.854 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8011)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,1022.93 766.637,1026.31 770.518,1029.59 774.4,1032.76 778.281,1035.83 782.163,1038.8 786.044,1041.66 789.926,1044.41 793.807,1047.07 797.688,1049.62 \n",
" 801.57,1052.07 805.451,1054.41 809.333,1056.65 813.214,1058.78 817.095,1060.81 820.977,1062.74 824.858,1064.56 828.74,1066.28 832.621,1067.9 836.502,1069.41 \n",
" 840.384,1070.82 844.265,1072.12 848.147,1073.32 852.028,1074.42 855.909,1075.41 859.791,1076.3 863.672,1077.09 867.554,1077.77 871.435,1078.35 875.317,1078.82 \n",
" 879.198,1079.19 883.079,1079.46 886.961,1079.62 890.842,1079.68 894.724,1079.63 898.605,1079.48 902.486,1079.23 906.368,1078.87 910.249,1078.41 914.131,1077.85 \n",
" 918.012,1077.18 921.893,1076.41 925.775,1075.53 929.656,1074.55 933.538,1073.47 937.419,1072.28 941.3,1070.99 945.182,1069.6 949.063,1068.1 952.945,1066.5 \n",
" 956.826,1064.79 960.708,1062.98 964.589,1061.07 968.47,1059.05 972.352,1056.93 976.233,1054.7 980.115,1052.37 983.996,1049.94 987.877,1047.4 991.759,1044.76 \n",
" 995.64,1042.02 999.522,1039.17 1003.4,1036.22 1007.28,1033.16 1011.17,1030 1015.05,1026.74 1018.93,1023.37 1022.81,1019.9 1026.69,1016.33 1030.57,1012.65 \n",
" 1034.45,1008.87 1038.34,1004.98 1042.22,1000.99 1046.1,996.895 1049.98,992.697 1053.86,988.396 1057.74,983.99 1061.62,979.481 1065.51,974.868 1069.39,970.151 \n",
" 1073.27,965.331 1077.15,960.406 1081.03,955.378 1084.91,950.246 1088.79,945.01 1092.68,939.67 1096.56,934.227 1100.44,928.679 1104.32,923.028 1108.2,917.273 \n",
" 1112.08,911.415 1115.96,905.452 1119.85,899.386 1123.73,893.215 1127.61,886.941 1131.49,880.564 1135.37,874.082 1139.25,867.496 1143.13,860.807 1147.02,854.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1342.55 1086.45 L1749.86 1086.45 L1749.86 847.244 L1342.55 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8012\">\n",
" <rect x=\"1342\" y=\"847\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1354.08,1086.45 1354.08,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1450.14,1086.45 1450.14,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1546.2,1086.45 1546.2,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1642.27,1086.45 1642.27,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1738.33,1086.45 1738.33,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,1079.68 1749.86,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,1008.13 1749.86,1008.13 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,936.575 1749.86,936.575 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8012)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,865.023 1749.86,865.023 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1086.45 1749.86,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1086.45 1342.55,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,1086.45 1354.08,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1450.14,1086.45 1450.14,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1546.2,1086.45 1546.2,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1642.27,1086.45 1642.27,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1738.33,1086.45 1738.33,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1079.68 1347.44,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1008.13 1347.44,1008.13 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,936.575 1347.44,936.575 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,865.023 1347.44,865.023 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1335.13 1125.04 L1347.61 1125.04 L1347.61 1128.83 L1335.13 1128.83 L1335.13 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1356.7 1135.98 L1373.02 1135.98 L1373.02 1139.92 L1351.08 1139.92 L1351.08 1135.98 Q1353.74 1133.23 1358.32 1128.6 Q1362.93 1123.95 1364.11 1122.61 Q1366.36 1120.08 1367.23 1118.35 Q1368.14 1116.59 1368.14 1114.9 Q1368.14 1112.14 1366.19 1110.41 Q1364.27 1108.67 1361.17 1108.67 Q1358.97 1108.67 1356.52 1109.43 Q1354.09 1110.2 1351.31 1111.75 L1351.31 1107.03 Q1354.13 1105.89 1356.59 1105.31 Q1359.04 1104.73 1361.08 1104.73 Q1366.45 1104.73 1369.64 1107.42 Q1372.84 1110.11 1372.84 1114.6 Q1372.84 1116.73 1372.03 1118.65 Q1371.24 1120.54 1369.13 1123.14 Q1368.55 1123.81 1365.45 1127.03 Q1362.35 1130.22 1356.7 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1431.01 1125.04 L1443.48 1125.04 L1443.48 1128.83 L1431.01 1128.83 L1431.01 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1449.36 1135.98 L1457 1135.98 L1457 1109.62 L1448.69 1111.29 L1448.69 1107.03 L1456.96 1105.36 L1461.63 1105.36 L1461.63 1135.98 L1469.27 1135.98 L1469.27 1139.92 L1449.36 1139.92 L1449.36 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1546.2 1108.44 Q1542.59 1108.44 1540.77 1112 Q1538.96 1115.55 1538.96 1122.67 Q1538.96 1129.78 1540.77 1133.35 Q1542.59 1136.89 1546.2 1136.89 Q1549.84 1136.89 1551.64 1133.35 Q1553.47 1129.78 1553.47 1122.67 Q1553.47 1115.55 1551.64 1112 Q1549.84 1108.44 1546.2 1108.44 M1546.2 1104.73 Q1552.02 1104.73 1555.07 1109.34 Q1558.15 1113.92 1558.15 1122.67 Q1558.15 1131.4 1555.07 1136.01 Q1552.02 1140.59 1546.2 1140.59 Q1540.39 1140.59 1537.32 1136.01 Q1534.26 1131.4 1534.26 1122.67 Q1534.26 1113.92 1537.32 1109.34 Q1540.39 1104.73 1546.2 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1632.65 1135.98 L1640.29 1135.98 L1640.29 1109.62 L1631.98 1111.29 L1631.98 1107.03 L1640.24 1105.36 L1644.92 1105.36 L1644.92 1135.98 L1652.56 1135.98 L1652.56 1139.92 L1632.65 1139.92 L1632.65 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1732.99 1135.98 L1749.31 1135.98 L1749.31 1139.92 L1727.36 1139.92 L1727.36 1135.98 Q1730.02 1133.23 1734.61 1128.6 Q1739.21 1123.95 1740.39 1122.61 Q1742.64 1120.08 1743.52 1118.35 Q1744.42 1116.59 1744.42 1114.9 Q1744.42 1112.14 1742.48 1110.41 Q1740.56 1108.67 1737.45 1108.67 Q1735.26 1108.67 1732.8 1109.43 Q1730.37 1110.2 1727.59 1111.75 L1727.59 1107.03 Q1730.42 1105.89 1732.87 1105.31 Q1735.33 1104.73 1737.36 1104.73 Q1742.73 1104.73 1745.93 1107.42 Q1749.12 1110.11 1749.12 1114.6 Q1749.12 1116.73 1748.31 1118.65 Q1747.52 1120.54 1745.42 1123.14 Q1744.84 1123.81 1741.74 1127.03 Q1738.64 1130.22 1732.99 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 1065.48 Q1302.99 1065.48 1301.16 1069.04 Q1299.36 1072.58 1299.36 1079.71 Q1299.36 1086.82 1301.16 1090.38 Q1302.99 1093.93 1306.6 1093.93 Q1310.24 1093.93 1312.04 1090.38 Q1313.87 1086.82 1313.87 1079.71 Q1313.87 1072.58 1312.04 1069.04 Q1310.24 1065.48 1306.6 1065.48 M1306.6 1061.77 Q1312.41 1061.77 1315.47 1066.38 Q1318.55 1070.96 1318.55 1079.71 Q1318.55 1088.44 1315.47 1093.05 Q1312.41 1097.63 1306.6 1097.63 Q1300.79 1097.63 1297.71 1093.05 Q1294.66 1088.44 1294.66 1079.71 Q1294.66 1070.96 1297.71 1066.38 Q1300.79 1061.77 1306.6 1061.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1271.63 1021.47 L1279.27 1021.47 L1279.27 995.106 L1270.96 996.772 L1270.96 992.513 L1279.22 990.846 L1283.89 990.846 L1283.89 1021.47 L1291.53 1021.47 L1291.53 1025.41 L1271.63 1025.41 L1271.63 1021.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 993.925 Q1302.99 993.925 1301.16 997.49 Q1299.36 1001.03 1299.36 1008.16 Q1299.36 1015.27 1301.16 1018.83 Q1302.99 1022.37 1306.6 1022.37 Q1310.24 1022.37 1312.04 1018.83 Q1313.87 1015.27 1313.87 1008.16 Q1313.87 1001.03 1312.04 997.49 Q1310.24 993.925 1306.6 993.925 M1306.6 990.221 Q1312.41 990.221 1315.47 994.828 Q1318.55 999.411 1318.55 1008.16 Q1318.55 1016.89 1315.47 1021.49 Q1312.41 1026.08 1306.6 1026.08 Q1300.79 1026.08 1297.71 1021.49 Q1294.66 1016.89 1294.66 1008.16 Q1294.66 999.411 1297.71 994.828 Q1300.79 990.221 1306.6 990.221 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1275.21 949.919 L1291.53 949.919 L1291.53 953.855 L1269.59 953.855 L1269.59 949.919 Q1272.25 947.165 1276.83 942.535 Q1281.44 937.882 1282.62 936.54 Q1284.87 934.017 1285.75 932.281 Q1286.65 930.521 1286.65 928.832 Q1286.65 926.077 1284.7 924.341 Q1282.78 922.605 1279.68 922.605 Q1277.48 922.605 1275.03 923.369 Q1272.6 924.132 1269.82 925.683 L1269.82 920.961 Q1272.64 919.827 1275.1 919.248 Q1277.55 918.67 1279.59 918.67 Q1284.96 918.67 1288.15 921.355 Q1291.35 924.04 1291.35 928.531 Q1291.35 930.66 1290.54 932.582 Q1289.75 934.48 1287.64 937.072 Q1287.07 937.744 1283.96 940.961 Q1280.86 944.156 1275.21 949.919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 922.373 Q1302.99 922.373 1301.16 925.938 Q1299.36 929.48 1299.36 936.609 Q1299.36 943.716 1301.16 947.281 Q1302.99 950.822 1306.6 950.822 Q1310.24 950.822 1312.04 947.281 Q1313.87 943.716 1313.87 936.609 Q1313.87 929.48 1312.04 925.938 Q1310.24 922.373 1306.6 922.373 M1306.6 918.67 Q1312.41 918.67 1315.47 923.276 Q1318.55 927.859 1318.55 936.609 Q1318.55 945.336 1315.47 949.943 Q1312.41 954.526 1306.6 954.526 Q1300.79 954.526 1297.71 949.943 Q1294.66 945.336 1294.66 936.609 Q1294.66 927.859 1297.71 923.276 Q1300.79 918.67 1306.6 918.67 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1284.4 863.669 Q1287.76 864.386 1289.64 866.655 Q1291.53 868.923 1291.53 872.256 Q1291.53 877.372 1288.02 880.173 Q1284.5 882.974 1278.02 882.974 Q1275.84 882.974 1273.52 882.534 Q1271.23 882.117 1268.78 881.261 L1268.78 876.747 Q1270.72 877.881 1273.04 878.46 Q1275.35 879.039 1277.88 879.039 Q1282.27 879.039 1284.57 877.303 Q1286.88 875.567 1286.88 872.256 Q1286.88 869.201 1284.73 867.488 Q1282.6 865.752 1278.78 865.752 L1274.75 865.752 L1274.75 861.909 L1278.96 861.909 Q1282.41 861.909 1284.24 860.544 Q1286.07 859.155 1286.07 856.562 Q1286.07 853.9 1284.17 852.488 Q1282.3 851.053 1278.78 851.053 Q1276.86 851.053 1274.66 851.47 Q1272.46 851.886 1269.82 852.766 L1269.82 848.599 Q1272.48 847.858 1274.8 847.488 Q1277.14 847.118 1279.2 847.118 Q1284.52 847.118 1287.62 849.548 Q1290.72 851.956 1290.72 856.076 Q1290.72 858.946 1289.08 860.937 Q1287.44 862.905 1284.4 863.669 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 850.821 Q1302.99 850.821 1301.16 854.386 Q1299.36 857.928 1299.36 865.057 Q1299.36 872.164 1301.16 875.729 Q1302.99 879.27 1306.6 879.27 Q1310.24 879.27 1312.04 875.729 Q1313.87 872.164 1313.87 865.057 Q1313.87 857.928 1312.04 854.386 Q1310.24 850.821 1306.6 850.821 M1306.6 847.118 Q1312.41 847.118 1315.47 851.724 Q1318.55 856.307 1318.55 865.057 Q1318.55 873.784 1315.47 878.391 Q1312.41 882.974 1306.6 882.974 Q1300.79 882.974 1297.71 878.391 Q1294.66 873.784 1294.66 865.057 Q1294.66 856.307 1297.71 851.724 Q1300.79 847.118 1306.6 847.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8012)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,1079.68 1357.96,1079.65 1361.84,1079.57 1365.72,1079.45 1369.6,1079.29 1373.48,1079.08 1377.36,1078.82 1381.25,1078.51 1385.13,1078.16 1389.01,1077.77 \n",
" 1392.89,1077.33 1396.77,1076.84 1400.65,1076.3 1404.53,1075.72 1408.41,1075.1 1412.3,1074.43 1416.18,1073.71 1420.06,1072.95 1423.94,1072.14 1427.82,1071.28 \n",
" 1431.7,1070.38 1435.58,1069.43 1439.47,1068.44 1443.35,1067.4 1447.23,1066.31 1451.11,1065.18 1454.99,1064.01 1458.87,1062.78 1462.75,1061.51 1466.64,1060.2 \n",
" 1470.52,1058.84 1474.4,1057.43 1478.28,1055.98 1482.16,1054.48 1486.04,1052.94 1489.92,1051.35 1493.81,1049.71 1497.69,1048.03 1501.57,1046.3 1505.45,1044.53 \n",
" 1509.33,1042.71 1513.21,1040.84 1517.09,1038.93 1520.98,1036.97 1524.86,1034.97 1528.74,1032.92 1532.62,1030.82 1536.5,1028.68 1540.38,1026.49 1544.26,1024.26 \n",
" 1548.15,1021.98 1552.03,1019.65 1555.91,1017.28 1559.79,1014.86 1563.67,1012.4 1567.55,1009.89 1571.43,1007.34 1575.32,1004.74 1579.2,1002.09 1583.08,999.397 \n",
" 1586.96,996.658 1590.84,993.873 1594.72,991.043 1598.6,988.166 1602.49,985.243 1606.37,982.275 1610.25,979.26 1614.13,976.2 1618.01,973.094 1621.89,969.942 \n",
" 1625.77,966.743 1629.66,963.499 1633.54,960.209 1637.42,956.873 1641.3,953.491 1645.18,950.064 1649.06,946.59 1652.94,943.07 1656.83,939.504 1660.71,935.893 \n",
" 1664.59,932.235 1668.47,928.532 1672.35,924.782 1676.23,920.987 1680.11,917.146 1683.99,913.258 1687.88,909.325 1691.76,905.346 1695.64,901.321 1699.52,897.25 \n",
" 1703.4,893.133 1707.28,888.97 1711.16,884.762 1715.05,880.507 1718.93,876.206 1722.81,871.86 1726.69,867.467 1730.57,863.029 1734.45,858.544 1738.33,854.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1945.44 1086.45 L2352.76 1086.45 L2352.76 847.244 L1945.44 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8013\">\n",
" <rect x=\"1945\" y=\"847\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1956.97,1086.45 1956.97,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2053.03,1086.45 2053.03,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2149.1,1086.45 2149.1,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2245.16,1086.45 2245.16,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2341.23,1086.45 2341.23,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1079.68 2352.76,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1034 2352.76,1034 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,988.326 2352.76,988.326 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,942.649 2352.76,942.649 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,896.972 2352.76,896.972 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8013)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,851.295 2352.76,851.295 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1086.45 2352.76,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1086.45 1945.44,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,1086.45 1956.97,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2053.03,1086.45 2053.03,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2149.1,1086.45 2149.1,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2245.16,1086.45 2245.16,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2341.23,1086.45 2341.23,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1079.68 1950.33,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1034 1950.33,1034 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,988.326 1950.33,988.326 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,942.649 1950.33,942.649 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,896.972 1950.33,896.972 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,851.295 1950.33,851.295 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1938.02 1125.04 L1950.5 1125.04 L1950.5 1128.83 L1938.02 1128.83 L1938.02 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1959.6 1135.98 L1975.92 1135.98 L1975.92 1139.92 L1953.97 1139.92 L1953.97 1135.98 Q1956.63 1133.23 1961.22 1128.6 Q1965.82 1123.95 1967 1122.61 Q1969.25 1120.08 1970.13 1118.35 Q1971.03 1116.59 1971.03 1114.9 Q1971.03 1112.14 1969.09 1110.41 Q1967.17 1108.67 1964.06 1108.67 Q1961.86 1108.67 1959.41 1109.43 Q1956.98 1110.2 1954.2 1111.75 L1954.2 1107.03 Q1957.03 1105.89 1959.48 1105.31 Q1961.93 1104.73 1963.97 1104.73 Q1969.34 1104.73 1972.54 1107.42 Q1975.73 1110.11 1975.73 1114.6 Q1975.73 1116.73 1974.92 1118.65 Q1974.13 1120.54 1972.03 1123.14 Q1971.45 1123.81 1968.35 1127.03 Q1965.24 1130.22 1959.6 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2033.9 1125.04 L2046.38 1125.04 L2046.38 1128.83 L2033.9 1128.83 L2033.9 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2052.26 1135.98 L2059.9 1135.98 L2059.9 1109.62 L2051.59 1111.29 L2051.59 1107.03 L2059.85 1105.36 L2064.53 1105.36 L2064.53 1135.98 L2072.17 1135.98 L2072.17 1139.92 L2052.26 1139.92 L2052.26 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2149.1 1108.44 Q2145.49 1108.44 2143.66 1112 Q2141.85 1115.55 2141.85 1122.67 Q2141.85 1129.78 2143.66 1133.35 Q2145.49 1136.89 2149.1 1136.89 Q2152.73 1136.89 2154.54 1133.35 Q2156.37 1129.78 2156.37 1122.67 Q2156.37 1115.55 2154.54 1112 Q2152.73 1108.44 2149.1 1108.44 M2149.1 1104.73 Q2154.91 1104.73 2157.96 1109.34 Q2161.04 1113.92 2161.04 1122.67 Q2161.04 1131.4 2157.96 1136.01 Q2154.91 1140.59 2149.1 1140.59 Q2143.29 1140.59 2140.21 1136.01 Q2137.15 1131.4 2137.15 1122.67 Q2137.15 1113.92 2140.21 1109.34 Q2143.29 1104.73 2149.1 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2235.55 1135.98 L2243.18 1135.98 L2243.18 1109.62 L2234.87 1111.29 L2234.87 1107.03 L2243.14 1105.36 L2247.81 1105.36 L2247.81 1135.98 L2255.45 1135.98 L2255.45 1139.92 L2235.55 1139.92 L2235.55 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2335.88 1135.98 L2352.2 1135.98 L2352.2 1139.92 L2330.26 1139.92 L2330.26 1135.98 Q2332.92 1133.23 2337.5 1128.6 Q2342.11 1123.95 2343.29 1122.61 Q2345.53 1120.08 2346.41 1118.35 Q2347.32 1116.59 2347.32 1114.9 Q2347.32 1112.14 2345.37 1110.41 Q2343.45 1108.67 2340.35 1108.67 Q2338.15 1108.67 2335.7 1109.43 Q2333.27 1110.2 2330.49 1111.75 L2330.49 1107.03 Q2333.31 1105.89 2335.77 1105.31 Q2338.22 1104.73 2340.26 1104.73 Q2345.63 1104.73 2348.82 1107.42 Q2352.02 1110.11 2352.02 1114.6 Q2352.02 1116.73 2351.2 1118.65 Q2350.42 1120.54 2348.31 1123.14 Q2347.73 1123.81 2344.63 1127.03 Q2341.53 1130.22 2335.88 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1872.53 1065.48 Q1868.92 1065.48 1867.09 1069.04 Q1865.28 1072.59 1865.28 1079.72 Q1865.28 1086.82 1867.09 1090.39 Q1868.92 1093.93 1872.53 1093.93 Q1876.16 1093.93 1877.97 1090.39 Q1879.8 1086.82 1879.8 1079.72 Q1879.8 1072.59 1877.97 1069.04 Q1876.16 1065.48 1872.53 1065.48 M1872.53 1061.78 Q1878.34 1061.78 1881.39 1066.38 Q1884.47 1070.97 1884.47 1079.72 Q1884.47 1088.44 1881.39 1093.05 Q1878.34 1097.63 1872.53 1097.63 Q1866.72 1097.63 1863.64 1093.05 Q1860.58 1088.44 1860.58 1079.72 Q1860.58 1070.97 1863.64 1066.38 Q1866.72 1061.78 1872.53 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.54 1091.08 L1894.43 1091.08 L1894.43 1096.96 L1889.54 1096.96 L1889.54 1091.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 1065.48 Q1905.89 1065.48 1904.06 1069.04 Q1902.25 1072.59 1902.25 1079.72 Q1902.25 1086.82 1904.06 1090.39 Q1905.89 1093.93 1909.5 1093.93 Q1913.13 1093.93 1914.94 1090.39 Q1916.76 1086.82 1916.76 1079.72 Q1916.76 1072.59 1914.94 1069.04 Q1913.13 1065.48 1909.5 1065.48 M1909.5 1061.78 Q1915.31 1061.78 1918.36 1066.38 Q1921.44 1070.97 1921.44 1079.72 Q1921.44 1088.44 1918.36 1093.05 Q1915.31 1097.63 1909.5 1097.63 Q1903.69 1097.63 1900.61 1093.05 Q1897.55 1088.44 1897.55 1079.72 Q1897.55 1070.97 1900.61 1066.38 Q1903.69 1061.78 1909.5 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1873.52 1019.8 Q1869.91 1019.8 1868.08 1023.37 Q1866.28 1026.91 1866.28 1034.04 Q1866.28 1041.14 1868.08 1044.71 Q1869.91 1048.25 1873.52 1048.25 Q1877.16 1048.25 1878.96 1044.71 Q1880.79 1041.14 1880.79 1034.04 Q1880.79 1026.91 1878.96 1023.37 Q1877.16 1019.8 1873.52 1019.8 M1873.52 1016.1 Q1879.33 1016.1 1882.39 1020.7 Q1885.47 1025.29 1885.47 1034.04 Q1885.47 1042.76 1882.39 1047.37 Q1879.33 1051.95 1873.52 1051.95 Q1867.71 1051.95 1864.64 1047.37 Q1861.58 1042.76 1861.58 1034.04 Q1861.58 1025.29 1864.64 1020.7 Q1867.71 1016.1 1873.52 1016.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1890.54 1045.4 L1895.42 1045.4 L1895.42 1051.28 L1890.54 1051.28 L1890.54 1045.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1900.54 1016.72 L1918.89 1016.72 L1918.89 1020.66 L1904.82 1020.66 L1904.82 1029.13 Q1905.84 1028.78 1906.86 1028.62 Q1907.88 1028.44 1908.89 1028.44 Q1914.68 1028.44 1918.06 1031.61 Q1921.44 1034.78 1921.44 1040.2 Q1921.44 1045.77 1917.97 1048.88 Q1914.5 1051.95 1908.18 1051.95 Q1906 1051.95 1903.73 1051.58 Q1901.49 1051.21 1899.08 1050.47 L1899.08 1045.77 Q1901.16 1046.91 1903.39 1047.46 Q1905.61 1048.02 1908.08 1048.02 Q1912.09 1048.02 1914.43 1045.91 Q1916.76 1043.81 1916.76 1040.2 Q1916.76 1036.58 1914.43 1034.48 Q1912.09 1032.37 1908.08 1032.37 Q1906.21 1032.37 1904.33 1032.79 Q1902.48 1033.2 1900.54 1034.08 L1900.54 1016.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1864.57 1001.67 L1872.21 1001.67 L1872.21 975.305 L1863.89 976.972 L1863.89 972.713 L1872.16 971.046 L1876.83 971.046 L1876.83 1001.67 L1884.47 1001.67 L1884.47 1005.61 L1864.57 1005.61 L1864.57 1001.67 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.54 999.727 L1894.43 999.727 L1894.43 1005.61 L1889.54 1005.61 L1889.54 999.727 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 974.125 Q1905.89 974.125 1904.06 977.69 Q1902.25 981.231 1902.25 988.361 Q1902.25 995.467 1904.06 999.032 Q1905.89 1002.57 1909.5 1002.57 Q1913.13 1002.57 1914.94 999.032 Q1916.76 995.467 1916.76 988.361 Q1916.76 981.231 1914.94 977.69 Q1913.13 974.125 1909.5 974.125 M1909.5 970.421 Q1915.31 970.421 1918.36 975.028 Q1921.44 979.611 1921.44 988.361 Q1921.44 997.088 1918.36 1001.69 Q1915.31 1006.28 1909.5 1006.28 Q1903.69 1006.28 1900.61 1001.69 Q1897.55 997.088 1897.55 988.361 Q1897.55 979.611 1900.61 975.028 Q1903.69 970.421 1909.5 970.421 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1865.56 955.994 L1873.2 955.994 L1873.2 929.628 L1864.89 931.295 L1864.89 927.036 L1873.15 925.369 L1877.83 925.369 L1877.83 955.994 L1885.47 955.994 L1885.47 959.929 L1865.56 959.929 L1865.56 955.994 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1890.54 954.049 L1895.42 954.049 L1895.42 959.929 L1890.54 959.929 L1890.54 954.049 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1900.54 925.369 L1918.89 925.369 L1918.89 929.304 L1904.82 929.304 L1904.82 937.776 Q1905.84 937.429 1906.86 937.267 Q1907.88 937.082 1908.89 937.082 Q1914.68 937.082 1918.06 940.253 Q1921.44 943.424 1921.44 948.841 Q1921.44 954.42 1917.97 957.522 Q1914.5 960.6 1908.18 960.6 Q1906 960.6 1903.73 960.23 Q1901.49 959.86 1899.08 959.119 L1899.08 954.42 Q1901.16 955.554 1903.39 956.11 Q1905.61 956.665 1908.08 956.665 Q1912.09 956.665 1914.43 954.559 Q1916.76 952.452 1916.76 948.841 Q1916.76 945.23 1914.43 943.123 Q1912.09 941.017 1908.08 941.017 Q1906.21 941.017 1904.33 941.434 Q1902.48 941.85 1900.54 942.73 L1900.54 925.369 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1868.15 910.317 L1884.47 910.317 L1884.47 914.252 L1862.53 914.252 L1862.53 910.317 Q1865.19 907.562 1869.77 902.932 Q1874.38 898.28 1875.56 896.937 Q1877.81 894.414 1878.69 892.678 Q1879.59 890.919 1879.59 889.229 Q1879.59 886.474 1877.64 884.738 Q1875.72 883.002 1872.62 883.002 Q1870.42 883.002 1867.97 883.766 Q1865.54 884.53 1862.76 886.081 L1862.76 881.358 Q1865.58 880.224 1868.04 879.646 Q1870.49 879.067 1872.53 879.067 Q1877.9 879.067 1881.09 881.752 Q1884.29 884.437 1884.29 888.928 Q1884.29 891.057 1883.48 892.979 Q1882.69 894.877 1880.58 897.469 Q1880.01 898.141 1876.9 901.358 Q1873.8 904.553 1868.15 910.317 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.54 908.372 L1894.43 908.372 L1894.43 914.252 L1889.54 914.252 L1889.54 908.372 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 882.77 Q1905.89 882.77 1904.06 886.335 Q1902.25 889.877 1902.25 897.007 Q1902.25 904.113 1904.06 907.678 Q1905.89 911.219 1909.5 911.219 Q1913.13 911.219 1914.94 907.678 Q1916.76 904.113 1916.76 897.007 Q1916.76 889.877 1914.94 886.335 Q1913.13 882.77 1909.5 882.77 M1909.5 879.067 Q1915.31 879.067 1918.36 883.673 Q1921.44 888.257 1921.44 897.007 Q1921.44 905.733 1918.36 910.34 Q1915.31 914.923 1909.5 914.923 Q1903.69 914.923 1900.61 910.34 Q1897.55 905.733 1897.55 897.007 Q1897.55 888.257 1900.61 883.673 Q1903.69 879.067 1909.5 879.067 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1869.15 864.639 L1885.47 864.639 L1885.47 868.575 L1863.52 868.575 L1863.52 864.639 Q1866.19 861.885 1870.77 857.255 Q1875.38 852.603 1876.56 851.26 Q1878.8 848.737 1879.68 847.001 Q1880.58 845.241 1880.58 843.552 Q1880.58 840.797 1878.64 839.061 Q1876.72 837.325 1873.62 837.325 Q1871.42 837.325 1868.96 838.089 Q1866.53 838.853 1863.76 840.404 L1863.76 835.681 Q1866.58 834.547 1869.03 833.968 Q1871.49 833.39 1873.52 833.39 Q1878.89 833.39 1882.09 836.075 Q1885.28 838.76 1885.28 843.251 Q1885.28 845.38 1884.47 847.302 Q1883.69 849.2 1881.58 851.792 Q1881 852.464 1877.9 855.681 Q1874.8 858.876 1869.15 864.639 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1890.54 862.695 L1895.42 862.695 L1895.42 868.575 L1890.54 868.575 L1890.54 862.695 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1900.54 834.015 L1918.89 834.015 L1918.89 837.95 L1904.82 837.95 L1904.82 846.422 Q1905.84 846.075 1906.86 845.913 Q1907.88 845.728 1908.89 845.728 Q1914.68 845.728 1918.06 848.899 Q1921.44 852.07 1921.44 857.487 Q1921.44 863.065 1917.97 866.167 Q1914.5 869.246 1908.18 869.246 Q1906 869.246 1903.73 868.876 Q1901.49 868.505 1899.08 867.764 L1899.08 863.065 Q1901.16 864.2 1903.39 864.755 Q1905.61 865.311 1908.08 865.311 Q1912.09 865.311 1914.43 863.204 Q1916.76 861.098 1916.76 857.487 Q1916.76 853.876 1914.43 851.769 Q1912.09 849.663 1908.08 849.663 Q1906.21 849.663 1904.33 850.079 Q1902.48 850.496 1900.54 851.376 L1900.54 834.015 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8013)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,933.104 1960.85,939.664 1964.73,946.074 1968.61,952.334 1972.49,958.444 1976.38,964.403 1980.26,970.213 1984.14,975.872 1988.02,981.381 1991.9,986.739 \n",
" 1995.78,991.948 1999.66,997.006 2003.55,1001.91 2007.43,1006.67 2011.31,1011.28 2015.19,1015.74 2019.07,1020.05 2022.95,1024.2 2026.83,1028.21 2030.72,1032.07 \n",
" 2034.6,1035.77 2038.48,1039.33 2042.36,1042.74 2046.24,1045.99 2050.12,1049.1 2054,1052.05 2057.89,1054.86 2061.77,1057.51 2065.65,1060.02 2069.53,1062.38 \n",
" 2073.41,1064.58 2077.29,1066.63 2081.17,1068.54 2085.06,1070.29 2088.94,1071.9 2092.82,1073.35 2096.7,1074.65 2100.58,1075.81 2104.46,1076.81 2108.34,1077.66 \n",
" 2112.23,1078.37 2116.11,1078.92 2119.99,1079.32 2123.87,1079.58 2127.75,1079.68 2131.63,1079.63 2135.51,1079.43 2139.39,1079.08 2143.28,1078.59 2147.16,1077.94 \n",
" 2151.04,1077.14 2154.92,1076.19 2158.8,1075.09 2162.68,1073.84 2166.56,1072.44 2170.45,1070.89 2174.33,1069.19 2178.21,1067.34 2182.09,1065.34 2185.97,1063.19 \n",
" 2189.85,1060.89 2193.73,1058.44 2197.62,1055.84 2201.5,1053.08 2205.38,1050.18 2209.26,1047.13 2213.14,1043.93 2217.02,1040.58 2220.9,1037.08 2224.79,1033.42 \n",
" 2228.67,1029.62 2232.55,1025.67 2236.43,1021.56 2240.31,1017.31 2244.19,1012.91 2248.07,1008.35 2251.96,1003.65 2255.84,998.797 2259.72,993.793 2263.6,988.639 \n",
" 2267.48,983.334 2271.36,977.88 2275.24,972.275 2279.13,966.52 2283.01,960.615 2286.89,954.559 2290.77,948.354 2294.65,941.998 2298.53,935.492 2302.41,928.836 \n",
" 2306.3,922.029 2310.18,915.073 2314.06,907.966 2317.94,900.709 2321.82,893.302 2325.7,885.745 2329.58,878.037 2333.47,870.18 2337.35,862.172 2341.23,854.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M148.334 1486.45 L555.649 1486.45 L555.649 1247.24 L148.334 1247.24 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8014\">\n",
" <rect x=\"148\" y=\"1247\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 159.862,1486.45 159.862,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 255.927,1486.45 255.927,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 351.992,1486.45 351.992,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 448.057,1486.45 448.057,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 544.122,1486.45 544.122,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1479.68 555.649,1479.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1432.86 555.649,1432.86 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1386.04 555.649,1386.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1339.22 555.649,1339.22 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8014)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 148.334,1292.4 555.649,1292.4 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1486.45 555.649,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1486.45 148.334,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,1486.45 159.862,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 255.927,1486.45 255.927,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 351.992,1486.45 351.992,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 448.057,1486.45 448.057,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 544.122,1486.45 544.122,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1479.68 153.222,1479.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1432.86 153.222,1432.86 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1386.04 153.222,1386.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1339.22 153.222,1339.22 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 148.334,1292.4 153.222,1292.4 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M140.916 1525.04 L153.392 1525.04 L153.392 1528.83 L140.916 1528.83 L140.916 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M162.489 1535.98 L178.809 1535.98 L178.809 1539.92 L156.865 1539.92 L156.865 1535.98 Q159.527 1533.23 164.11 1528.6 Q168.716 1523.95 169.897 1522.61 Q172.142 1520.08 173.022 1518.35 Q173.925 1516.59 173.925 1514.9 Q173.925 1512.14 171.98 1510.41 Q170.059 1508.67 166.957 1508.67 Q164.758 1508.67 162.304 1509.43 Q159.874 1510.2 157.096 1511.75 L157.096 1507.03 Q159.92 1505.89 162.374 1505.31 Q164.827 1504.73 166.864 1504.73 Q172.235 1504.73 175.429 1507.42 Q178.624 1510.11 178.624 1514.6 Q178.624 1516.73 177.813 1518.65 Q177.026 1520.54 174.92 1523.14 Q174.341 1523.81 171.239 1527.03 Q168.138 1530.22 162.489 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M236.795 1525.04 L249.272 1525.04 L249.272 1528.83 L236.795 1528.83 L236.795 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M255.152 1535.98 L262.79 1535.98 L262.79 1509.62 L254.48 1511.29 L254.48 1507.03 L262.744 1505.36 L267.42 1505.36 L267.42 1535.98 L275.059 1535.98 L275.059 1539.92 L255.152 1539.92 L255.152 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M351.992 1508.44 Q348.381 1508.44 346.552 1512 Q344.747 1515.55 344.747 1522.67 Q344.747 1529.78 346.552 1533.35 Q348.381 1536.89 351.992 1536.89 Q355.626 1536.89 357.432 1533.35 Q359.26 1529.78 359.26 1522.67 Q359.26 1515.55 357.432 1512 Q355.626 1508.44 351.992 1508.44 M351.992 1504.73 Q357.802 1504.73 360.858 1509.34 Q363.936 1513.92 363.936 1522.67 Q363.936 1531.4 360.858 1536.01 Q357.802 1540.59 351.992 1540.59 Q346.182 1540.59 343.103 1536.01 Q340.048 1531.4 340.048 1522.67 Q340.048 1513.92 343.103 1509.34 Q346.182 1504.73 351.992 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M438.439 1535.98 L446.078 1535.98 L446.078 1509.62 L437.767 1511.29 L437.767 1507.03 L446.031 1505.36 L450.707 1505.36 L450.707 1535.98 L458.346 1535.98 L458.346 1539.92 L438.439 1539.92 L438.439 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M538.774 1535.98 L555.094 1535.98 L555.094 1539.92 L533.149 1539.92 L533.149 1535.98 Q535.811 1533.23 540.395 1528.6 Q545.001 1523.95 546.182 1522.61 Q548.427 1520.08 549.307 1518.35 Q550.21 1516.59 550.21 1514.9 Q550.21 1512.14 548.265 1510.41 Q546.344 1508.67 543.242 1508.67 Q541.043 1508.67 538.589 1509.43 Q536.159 1510.2 533.381 1511.75 L533.381 1507.03 Q536.205 1505.89 538.659 1505.31 Q541.112 1504.73 543.149 1504.73 Q548.52 1504.73 551.714 1507.42 Q554.909 1510.11 554.909 1514.6 Q554.909 1516.73 554.098 1518.65 Q553.311 1520.54 551.205 1523.14 Q550.626 1523.81 547.524 1527.03 Q544.423 1530.22 538.774 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M75.4226 1465.48 Q71.8115 1465.48 69.9828 1469.05 Q68.1773 1472.59 68.1773 1479.72 Q68.1773 1486.82 69.9828 1490.39 Q71.8115 1493.93 75.4226 1493.93 Q79.0569 1493.93 80.8624 1490.39 Q82.6911 1486.82 82.6911 1479.72 Q82.6911 1472.59 80.8624 1469.05 Q79.0569 1465.48 75.4226 1465.48 M75.4226 1461.78 Q81.2328 1461.78 84.2883 1466.38 Q87.367 1470.97 87.367 1479.72 Q87.367 1488.45 84.2883 1493.05 Q81.2328 1497.63 75.4226 1497.63 Q69.6125 1497.63 66.5338 1493.05 Q63.4782 1488.45 63.4782 1479.72 Q63.4782 1470.97 66.5338 1466.38 Q69.6125 1461.78 75.4226 1461.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M92.4364 1491.08 L97.3206 1491.08 L97.3206 1496.96 L92.4364 1496.96 L92.4364 1491.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M112.39 1465.48 Q108.779 1465.48 106.95 1469.05 Q105.145 1472.59 105.145 1479.72 Q105.145 1486.82 106.95 1490.39 Q108.779 1493.93 112.39 1493.93 Q116.024 1493.93 117.83 1490.39 Q119.658 1486.82 119.658 1479.72 Q119.658 1472.59 117.83 1469.05 Q116.024 1465.48 112.39 1465.48 M112.39 1461.78 Q118.2 1461.78 121.256 1466.38 Q124.334 1470.97 124.334 1479.72 Q124.334 1488.45 121.256 1493.05 Q118.2 1497.63 112.39 1497.63 Q106.58 1497.63 103.501 1493.05 Q100.446 1488.45 100.446 1479.72 Q100.446 1470.97 103.501 1466.38 Q106.58 1461.78 112.39 1461.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M76.6495 1418.66 Q73.0384 1418.66 71.2097 1422.23 Q69.4041 1425.77 69.4041 1432.9 Q69.4041 1440 71.2097 1443.57 Q73.0384 1447.11 76.6495 1447.11 Q80.2837 1447.11 82.0892 1443.57 Q83.9179 1440 83.9179 1432.9 Q83.9179 1425.77 82.0892 1422.23 Q80.2837 1418.66 76.6495 1418.66 M76.6495 1414.96 Q82.4596 1414.96 85.5152 1419.56 Q88.5938 1424.15 88.5938 1432.9 Q88.5938 1441.62 85.5152 1446.23 Q82.4596 1450.81 76.6495 1450.81 Q70.8393 1450.81 67.7606 1446.23 Q64.7051 1441.62 64.7051 1432.9 Q64.7051 1424.15 67.7606 1419.56 Q70.8393 1414.96 76.6495 1414.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M93.6633 1444.26 L98.5475 1444.26 L98.5475 1450.14 L93.6633 1450.14 L93.6633 1444.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M104.427 1446.21 L112.066 1446.21 L112.066 1419.84 L103.756 1421.51 L103.756 1417.25 L112.02 1415.58 L116.696 1415.58 L116.696 1446.21 L124.334 1446.21 L124.334 1450.14 L104.427 1450.14 L104.427 1446.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M77.0198 1371.84 Q73.4087 1371.84 71.58 1375.41 Q69.7745 1378.95 69.7745 1386.08 Q69.7745 1393.18 71.58 1396.75 Q73.4087 1400.29 77.0198 1400.29 Q80.6541 1400.29 82.4596 1396.75 Q84.2883 1393.18 84.2883 1386.08 Q84.2883 1378.95 82.4596 1375.41 Q80.6541 1371.84 77.0198 1371.84 M77.0198 1368.14 Q82.83 1368.14 85.8855 1372.74 Q88.9642 1377.33 88.9642 1386.08 Q88.9642 1394.8 85.8855 1399.41 Q82.83 1403.99 77.0198 1403.99 Q71.2097 1403.99 68.131 1399.41 Q65.0754 1394.8 65.0754 1386.08 Q65.0754 1377.33 68.131 1372.74 Q71.2097 1368.14 77.0198 1368.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M94.0336 1397.44 L98.9179 1397.44 L98.9179 1403.32 L94.0336 1403.32 L94.0336 1397.44 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M108.015 1399.39 L124.334 1399.39 L124.334 1403.32 L102.39 1403.32 L102.39 1399.39 Q105.052 1396.63 109.635 1392 Q114.242 1387.35 115.422 1386.01 Q117.668 1383.48 118.547 1381.75 Q119.45 1379.99 119.45 1378.3 Q119.45 1375.54 117.506 1373.81 Q115.584 1372.07 112.483 1372.07 Q110.284 1372.07 107.83 1372.84 Q105.399 1373.6 102.622 1375.15 L102.622 1370.43 Q105.446 1369.29 107.899 1368.72 Q110.353 1368.14 112.39 1368.14 Q117.76 1368.14 120.955 1370.82 Q124.149 1373.51 124.149 1378 Q124.149 1380.13 123.339 1382.05 Q122.552 1383.95 120.446 1386.54 Q119.867 1387.21 116.765 1390.43 Q113.663 1393.62 108.015 1399.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M76.0708 1325.02 Q72.4597 1325.02 70.631 1328.59 Q68.8254 1332.13 68.8254 1339.26 Q68.8254 1346.36 70.631 1349.93 Q72.4597 1353.47 76.0708 1353.47 Q79.705 1353.47 81.5105 1349.93 Q83.3392 1346.36 83.3392 1339.26 Q83.3392 1332.13 81.5105 1328.59 Q79.705 1325.02 76.0708 1325.02 M76.0708 1321.32 Q81.8809 1321.32 84.9365 1325.92 Q88.0151 1330.51 88.0151 1339.26 Q88.0151 1347.98 84.9365 1352.59 Q81.8809 1357.17 76.0708 1357.17 Q70.2606 1357.17 67.1819 1352.59 Q64.1264 1347.98 64.1264 1339.26 Q64.1264 1330.51 67.1819 1325.92 Q70.2606 1321.32 76.0708 1321.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M93.0846 1350.62 L97.9688 1350.62 L97.9688 1356.5 L93.0846 1356.5 L93.0846 1350.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M117.205 1337.87 Q120.561 1338.59 122.436 1340.85 Q124.334 1343.12 124.334 1346.46 Q124.334 1351.57 120.816 1354.37 Q117.297 1357.17 110.816 1357.17 Q108.64 1357.17 106.325 1356.73 Q104.034 1356.32 101.58 1355.46 L101.58 1350.95 Q103.524 1352.08 105.839 1352.66 Q108.154 1353.24 110.677 1353.24 Q115.075 1353.24 117.367 1351.5 Q119.682 1349.77 119.682 1346.46 Q119.682 1343.4 117.529 1341.69 Q115.399 1339.95 111.58 1339.95 L107.552 1339.95 L107.552 1336.11 L111.765 1336.11 Q115.214 1336.11 117.043 1334.74 Q118.871 1333.35 118.871 1330.76 Q118.871 1328.1 116.973 1326.69 Q115.098 1325.25 111.58 1325.25 Q109.659 1325.25 107.459 1325.67 Q105.26 1326.09 102.622 1326.96 L102.622 1322.8 Q105.284 1322.06 107.598 1321.69 Q109.936 1321.32 111.996 1321.32 Q117.321 1321.32 120.422 1323.75 Q123.524 1326.15 123.524 1330.27 Q123.524 1333.15 121.881 1335.14 Q120.237 1337.1 117.205 1337.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M74.9365 1278.2 Q71.3254 1278.2 69.4967 1281.76 Q67.6912 1285.31 67.6912 1292.44 Q67.6912 1299.54 69.4967 1303.11 Q71.3254 1306.65 74.9365 1306.65 Q78.5707 1306.65 80.3763 1303.11 Q82.205 1299.54 82.205 1292.44 Q82.205 1285.31 80.3763 1281.76 Q78.5707 1278.2 74.9365 1278.2 M74.9365 1274.5 Q80.7467 1274.5 83.8022 1279.1 Q86.8809 1283.69 86.8809 1292.44 Q86.8809 1301.16 83.8022 1305.77 Q80.7467 1310.35 74.9365 1310.35 Q69.1264 1310.35 66.0477 1305.77 Q62.9921 1301.16 62.9921 1292.44 Q62.9921 1283.69 66.0477 1279.1 Q69.1264 1274.5 74.9365 1274.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M91.9503 1303.8 L96.8345 1303.8 L96.8345 1309.68 L91.9503 1309.68 L91.9503 1303.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M114.751 1279.19 L102.946 1297.64 L114.751 1297.64 L114.751 1279.19 M113.524 1275.12 L119.404 1275.12 L119.404 1297.64 L124.334 1297.64 L124.334 1301.53 L119.404 1301.53 L119.404 1309.68 L114.751 1309.68 L114.751 1301.53 L99.1493 1301.53 L99.1493 1297.02 L113.524 1275.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8014)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 159.862,1254.01 163.744,1260.83 167.625,1267.55 171.506,1274.16 175.388,1280.67 179.269,1287.07 183.151,1293.36 187.032,1299.56 190.913,1305.64 194.795,1311.63 \n",
" 198.676,1317.51 202.558,1323.28 206.439,1328.95 210.32,1334.51 214.202,1339.97 218.083,1345.33 221.965,1350.58 225.846,1355.72 229.728,1360.76 233.609,1365.7 \n",
" 237.49,1370.53 241.372,1375.26 245.253,1379.88 249.135,1384.4 253.016,1388.81 256.897,1393.12 260.779,1397.33 264.66,1401.43 268.542,1405.42 272.423,1409.31 \n",
" 276.304,1413.1 280.186,1416.78 284.067,1420.35 287.949,1423.82 291.83,1427.19 295.711,1430.45 299.593,1433.61 303.474,1436.66 307.356,1439.61 311.237,1442.46 \n",
" 315.119,1445.19 319,1447.83 322.881,1450.36 326.763,1452.78 330.644,1455.1 334.526,1457.32 338.407,1459.43 342.288,1461.44 346.17,1463.34 350.051,1465.14 \n",
" 353.933,1466.83 357.814,1468.42 361.695,1469.9 365.577,1471.28 369.458,1472.55 373.34,1473.72 377.221,1474.79 381.102,1475.75 384.984,1476.6 388.865,1477.35 \n",
" 392.747,1478 396.628,1478.54 400.51,1478.98 404.391,1479.31 408.272,1479.54 412.154,1479.66 416.035,1479.68 419.917,1479.59 423.798,1479.4 427.679,1479.1 \n",
" 431.561,1478.7 435.442,1478.2 439.324,1477.59 443.205,1476.88 447.086,1476.06 450.968,1475.13 454.849,1474.1 458.731,1472.97 462.612,1471.73 466.493,1470.39 \n",
" 470.375,1468.95 474.256,1467.39 478.138,1465.74 482.019,1463.98 485.9,1462.11 489.782,1460.14 493.663,1458.07 497.545,1455.89 501.426,1453.6 505.308,1451.22 \n",
" 509.189,1448.72 513.07,1446.12 516.952,1443.42 520.833,1440.61 524.715,1437.7 528.596,1434.69 532.477,1431.57 536.359,1428.34 540.24,1425.01 544.122,1421.57 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M751.228 1486.45 L1158.54 1486.45 L1158.54 1247.24 L751.228 1247.24 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8015\">\n",
" <rect x=\"751\" y=\"1247\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 762.756,1486.45 762.756,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 858.821,1486.45 858.821,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 954.885,1486.45 954.885,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1050.95,1486.45 1050.95,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1147.02,1486.45 1147.02,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1479.69 1158.54,1479.69 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1426.58 1158.54,1426.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1373.47 1158.54,1373.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1320.36 1158.54,1320.36 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8015)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 751.228,1267.25 1158.54,1267.25 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1486.45 1158.54,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1486.45 751.228,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,1486.45 762.756,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 858.821,1486.45 858.821,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 954.885,1486.45 954.885,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.95,1486.45 1050.95,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1147.02,1486.45 1147.02,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1479.69 756.116,1479.69 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1426.58 756.116,1426.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1373.47 756.116,1373.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1320.36 756.116,1320.36 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 751.228,1267.25 756.116,1267.25 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M743.809 1525.04 L756.286 1525.04 L756.286 1528.83 L743.809 1528.83 L743.809 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M765.383 1535.98 L781.702 1535.98 L781.702 1539.92 L759.758 1539.92 L759.758 1535.98 Q762.42 1533.23 767.003 1528.6 Q771.61 1523.95 772.79 1522.61 Q775.036 1520.08 775.915 1518.35 Q776.818 1516.59 776.818 1514.9 Q776.818 1512.14 774.874 1510.41 Q772.952 1508.67 769.851 1508.67 Q767.651 1508.67 765.198 1509.43 Q762.767 1510.2 759.989 1511.75 L759.989 1507.03 Q762.814 1505.89 765.267 1505.31 Q767.721 1504.73 769.758 1504.73 Q775.128 1504.73 778.323 1507.42 Q781.517 1510.11 781.517 1514.6 Q781.517 1516.73 780.707 1518.65 Q779.92 1520.54 777.813 1523.14 Q777.235 1523.81 774.133 1527.03 Q771.031 1530.22 765.383 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M839.689 1525.04 L852.165 1525.04 L852.165 1528.83 L839.689 1528.83 L839.689 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M858.045 1535.98 L865.684 1535.98 L865.684 1509.62 L857.374 1511.29 L857.374 1507.03 L865.638 1505.36 L870.314 1505.36 L870.314 1535.98 L877.952 1535.98 L877.952 1539.92 L858.045 1539.92 L858.045 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M954.885 1508.44 Q951.274 1508.44 949.446 1512 Q947.64 1515.55 947.64 1522.67 Q947.64 1529.78 949.446 1533.35 Q951.274 1536.89 954.885 1536.89 Q958.52 1536.89 960.325 1533.35 Q962.154 1529.78 962.154 1522.67 Q962.154 1515.55 960.325 1512 Q958.52 1508.44 954.885 1508.44 M954.885 1504.73 Q960.696 1504.73 963.751 1509.34 Q966.83 1513.92 966.83 1522.67 Q966.83 1531.4 963.751 1536.01 Q960.696 1540.59 954.885 1540.59 Q949.075 1540.59 945.997 1536.01 Q942.941 1531.4 942.941 1522.67 Q942.941 1513.92 945.997 1509.34 Q949.075 1504.73 954.885 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1041.33 1535.98 L1048.97 1535.98 L1048.97 1509.62 L1040.66 1511.29 L1040.66 1507.03 L1048.92 1505.36 L1053.6 1505.36 L1053.6 1535.98 L1061.24 1535.98 L1061.24 1539.92 L1041.33 1539.92 L1041.33 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1141.67 1535.98 L1157.99 1535.98 L1157.99 1539.92 L1136.04 1539.92 L1136.04 1535.98 Q1138.7 1533.23 1143.29 1528.6 Q1147.89 1523.95 1149.08 1522.61 Q1151.32 1520.08 1152.2 1518.35 Q1153.1 1516.59 1153.1 1514.9 Q1153.1 1512.14 1151.16 1510.41 Q1149.24 1508.67 1146.14 1508.67 Q1143.94 1508.67 1141.48 1509.43 Q1139.05 1510.2 1136.27 1511.75 L1136.27 1507.03 Q1139.1 1505.89 1141.55 1505.31 Q1144.01 1504.73 1146.04 1504.73 Q1151.41 1504.73 1154.61 1507.42 Q1157.8 1510.11 1157.8 1514.6 Q1157.8 1516.73 1156.99 1518.65 Q1156.2 1520.54 1154.1 1523.14 Q1153.52 1523.81 1150.42 1527.03 Q1147.32 1530.22 1141.67 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M678.316 1465.49 Q674.705 1465.49 672.876 1469.05 Q671.071 1472.59 671.071 1479.72 Q671.071 1486.83 672.876 1490.39 Q674.705 1493.94 678.316 1493.94 Q681.95 1493.94 683.756 1490.39 Q685.585 1486.83 685.585 1479.72 Q685.585 1472.59 683.756 1469.05 Q681.95 1465.49 678.316 1465.49 M678.316 1461.78 Q684.126 1461.78 687.182 1466.39 Q690.26 1470.97 690.26 1479.72 Q690.26 1488.45 687.182 1493.06 Q684.126 1497.64 678.316 1497.64 Q672.506 1497.64 669.427 1493.06 Q666.372 1488.45 666.372 1479.72 Q666.372 1470.97 669.427 1466.39 Q672.506 1461.78 678.316 1461.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M695.33 1491.09 L700.214 1491.09 L700.214 1496.97 L695.33 1496.97 L695.33 1491.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 1465.49 Q711.672 1465.49 709.844 1469.05 Q708.038 1472.59 708.038 1479.72 Q708.038 1486.83 709.844 1490.39 Q711.672 1493.94 715.284 1493.94 Q718.918 1493.94 720.723 1490.39 Q722.552 1486.83 722.552 1479.72 Q722.552 1472.59 720.723 1469.05 Q718.918 1465.49 715.284 1465.49 M715.284 1461.78 Q721.094 1461.78 724.149 1466.39 Q727.228 1470.97 727.228 1479.72 Q727.228 1488.45 724.149 1493.06 Q721.094 1497.64 715.284 1497.64 Q709.473 1497.64 706.395 1493.06 Q703.339 1488.45 703.339 1479.72 Q703.339 1470.97 706.395 1466.39 Q709.473 1461.78 715.284 1461.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M679.311 1412.38 Q675.7 1412.38 673.872 1415.94 Q672.066 1419.48 672.066 1426.61 Q672.066 1433.72 673.872 1437.28 Q675.7 1440.83 679.311 1440.83 Q682.946 1440.83 684.751 1437.28 Q686.58 1433.72 686.58 1426.61 Q686.58 1419.48 684.751 1415.94 Q682.946 1412.38 679.311 1412.38 M679.311 1408.67 Q685.122 1408.67 688.177 1413.28 Q691.256 1417.86 691.256 1426.61 Q691.256 1435.34 688.177 1439.95 Q685.122 1444.53 679.311 1444.53 Q673.501 1444.53 670.423 1439.95 Q667.367 1435.34 667.367 1426.61 Q667.367 1417.86 670.423 1413.28 Q673.501 1408.67 679.311 1408.67 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M696.325 1437.98 L701.21 1437.98 L701.21 1443.86 L696.325 1443.86 L696.325 1437.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M706.325 1409.3 L724.682 1409.3 L724.682 1413.23 L710.608 1413.23 L710.608 1421.7 Q711.626 1421.36 712.645 1421.2 Q713.663 1421.01 714.682 1421.01 Q720.469 1421.01 723.848 1424.18 Q727.228 1427.35 727.228 1432.77 Q727.228 1438.35 723.756 1441.45 Q720.283 1444.53 713.964 1444.53 Q711.788 1444.53 709.52 1444.16 Q707.274 1443.79 704.867 1443.05 L704.867 1438.35 Q706.95 1439.48 709.172 1440.04 Q711.395 1440.59 713.871 1440.59 Q717.876 1440.59 720.214 1438.49 Q722.552 1436.38 722.552 1432.77 Q722.552 1429.16 720.214 1427.05 Q717.876 1424.95 713.871 1424.95 Q711.996 1424.95 710.122 1425.36 Q708.27 1425.78 706.325 1426.66 L706.325 1409.3 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M670.353 1386.81 L677.992 1386.81 L677.992 1360.45 L669.682 1362.11 L669.682 1357.85 L677.946 1356.19 L682.622 1356.19 L682.622 1386.81 L690.26 1386.81 L690.26 1390.75 L670.353 1390.75 L670.353 1386.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M695.33 1384.87 L700.214 1384.87 L700.214 1390.75 L695.33 1390.75 L695.33 1384.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 1359.27 Q711.672 1359.27 709.844 1362.83 Q708.038 1366.37 708.038 1373.5 Q708.038 1380.61 709.844 1384.17 Q711.672 1387.71 715.284 1387.71 Q718.918 1387.71 720.723 1384.17 Q722.552 1380.61 722.552 1373.5 Q722.552 1366.37 720.723 1362.83 Q718.918 1359.27 715.284 1359.27 M715.284 1355.56 Q721.094 1355.56 724.149 1360.17 Q727.228 1364.75 727.228 1373.5 Q727.228 1382.23 724.149 1386.83 Q721.094 1391.42 715.284 1391.42 Q709.473 1391.42 706.395 1386.83 Q703.339 1382.23 703.339 1373.5 Q703.339 1364.75 706.395 1360.17 Q709.473 1355.56 715.284 1355.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M671.349 1333.7 L678.987 1333.7 L678.987 1307.34 L670.677 1309 L670.677 1304.74 L678.941 1303.08 L683.617 1303.08 L683.617 1333.7 L691.256 1333.7 L691.256 1337.64 L671.349 1337.64 L671.349 1333.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M696.325 1331.76 L701.21 1331.76 L701.21 1337.64 L696.325 1337.64 L696.325 1331.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M706.325 1303.08 L724.682 1303.08 L724.682 1307.01 L710.608 1307.01 L710.608 1315.48 Q711.626 1315.14 712.645 1314.97 Q713.663 1314.79 714.682 1314.79 Q720.469 1314.79 723.848 1317.96 Q727.228 1321.13 727.228 1326.55 Q727.228 1332.13 723.756 1335.23 Q720.283 1338.31 713.964 1338.31 Q711.788 1338.31 709.52 1337.94 Q707.274 1337.57 704.867 1336.83 L704.867 1332.13 Q706.95 1333.26 709.172 1333.82 Q711.395 1334.37 713.871 1334.37 Q717.876 1334.37 720.214 1332.27 Q722.552 1330.16 722.552 1326.55 Q722.552 1322.94 720.214 1320.83 Q717.876 1318.72 713.871 1318.72 Q711.996 1318.72 710.122 1319.14 Q708.27 1319.56 706.325 1320.44 L706.325 1303.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M673.941 1280.59 L690.26 1280.59 L690.26 1284.53 L668.316 1284.53 L668.316 1280.59 Q670.978 1277.84 675.562 1273.21 Q680.168 1268.55 681.349 1267.21 Q683.594 1264.69 684.473 1262.95 Q685.376 1261.19 685.376 1259.5 Q685.376 1256.75 683.432 1255.01 Q681.511 1253.28 678.409 1253.28 Q676.21 1253.28 673.756 1254.04 Q671.325 1254.8 668.548 1256.35 L668.548 1251.63 Q671.372 1250.5 673.825 1249.92 Q676.279 1249.34 678.316 1249.34 Q683.686 1249.34 686.881 1252.03 Q690.075 1254.71 690.075 1259.2 Q690.075 1261.33 689.265 1263.25 Q688.478 1265.15 686.372 1267.74 Q685.793 1268.41 682.691 1271.63 Q679.589 1274.83 673.941 1280.59 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M695.33 1278.65 L700.214 1278.65 L700.214 1284.53 L695.33 1284.53 L695.33 1278.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M715.284 1253.04 Q711.672 1253.04 709.844 1256.61 Q708.038 1260.15 708.038 1267.28 Q708.038 1274.39 709.844 1277.95 Q711.672 1281.49 715.284 1281.49 Q718.918 1281.49 720.723 1277.95 Q722.552 1274.39 722.552 1267.28 Q722.552 1260.15 720.723 1256.61 Q718.918 1253.04 715.284 1253.04 M715.284 1249.34 Q721.094 1249.34 724.149 1253.95 Q727.228 1258.53 727.228 1267.28 Q727.228 1276.01 724.149 1280.61 Q721.094 1285.2 715.284 1285.2 Q709.473 1285.2 706.395 1280.61 Q703.339 1276.01 703.339 1267.28 Q703.339 1258.53 706.395 1253.95 Q709.473 1249.34 715.284 1249.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8015)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 762.756,1274.18 766.637,1282.59 770.518,1290.83 774.4,1298.89 778.281,1306.78 782.163,1314.49 786.044,1322.03 789.926,1329.39 793.807,1336.57 797.688,1343.58 \n",
" 801.57,1350.41 805.451,1357.06 809.333,1363.54 813.214,1369.85 817.095,1375.97 820.977,1381.93 824.858,1387.7 828.74,1393.3 832.621,1398.73 836.502,1403.98 \n",
" 840.384,1409.05 844.265,1413.95 848.147,1418.67 852.028,1423.21 855.909,1427.58 859.791,1431.77 863.672,1435.79 867.554,1439.63 871.435,1443.3 875.317,1446.79 \n",
" 879.198,1450.1 883.079,1453.24 886.961,1456.2 890.842,1458.99 894.724,1461.6 898.605,1464.03 902.486,1466.29 906.368,1468.38 910.249,1470.28 914.131,1472.01 \n",
" 918.012,1473.57 921.893,1474.95 925.775,1476.15 929.656,1477.18 933.538,1478.03 937.419,1478.71 941.3,1479.21 945.182,1479.53 949.063,1479.68 952.945,1479.65 \n",
" 956.826,1479.45 960.708,1479.07 964.589,1478.51 968.47,1477.78 972.352,1476.87 976.233,1475.79 980.115,1474.53 983.996,1473.1 987.877,1471.49 991.759,1469.7 \n",
" 995.64,1467.74 999.522,1465.6 1003.4,1463.28 1007.28,1460.79 1011.17,1458.13 1015.05,1455.29 1018.93,1452.27 1022.81,1449.07 1026.69,1445.7 1030.57,1442.16 \n",
" 1034.45,1438.44 1038.34,1434.54 1042.22,1430.47 1046.1,1426.22 1049.98,1421.79 1053.86,1417.19 1057.74,1412.42 1061.62,1407.46 1065.51,1402.34 1069.39,1397.03 \n",
" 1073.27,1391.55 1077.15,1385.9 1081.03,1380.06 1084.91,1374.06 1088.79,1367.87 1092.68,1361.51 1096.56,1354.98 1100.44,1348.27 1104.32,1341.38 1108.2,1334.32 \n",
" 1112.08,1327.08 1115.96,1319.66 1119.85,1312.07 1123.73,1304.31 1127.61,1296.36 1131.49,1288.25 1135.37,1279.95 1139.25,1271.48 1143.13,1262.84 1147.02,1254.01 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1342.55 1486.45 L1749.86 1486.45 L1749.86 1247.24 L1342.55 1247.24 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8016\">\n",
" <rect x=\"1342\" y=\"1247\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1354.08,1486.45 1354.08,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1450.14,1486.45 1450.14,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1546.2,1486.45 1546.2,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1642.27,1486.45 1642.27,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1738.33,1486.45 1738.33,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,1479.68 1749.86,1479.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,1414.87 1749.86,1414.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,1350.06 1749.86,1350.06 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8016)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1342.55,1285.26 1749.86,1285.26 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1486.45 1749.86,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1486.45 1342.55,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,1486.45 1354.08,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1450.14,1486.45 1450.14,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1546.2,1486.45 1546.2,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1642.27,1486.45 1642.27,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1738.33,1486.45 1738.33,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1479.68 1347.44,1479.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1414.87 1347.44,1414.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1350.06 1347.44,1350.06 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1342.55,1285.26 1347.44,1285.26 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1335.13 1525.04 L1347.61 1525.04 L1347.61 1528.83 L1335.13 1528.83 L1335.13 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1356.7 1535.98 L1373.02 1535.98 L1373.02 1539.92 L1351.08 1539.92 L1351.08 1535.98 Q1353.74 1533.23 1358.32 1528.6 Q1362.93 1523.95 1364.11 1522.61 Q1366.36 1520.08 1367.23 1518.35 Q1368.14 1516.59 1368.14 1514.9 Q1368.14 1512.14 1366.19 1510.41 Q1364.27 1508.67 1361.17 1508.67 Q1358.97 1508.67 1356.52 1509.43 Q1354.09 1510.2 1351.31 1511.75 L1351.31 1507.03 Q1354.13 1505.89 1356.59 1505.31 Q1359.04 1504.73 1361.08 1504.73 Q1366.45 1504.73 1369.64 1507.42 Q1372.84 1510.11 1372.84 1514.6 Q1372.84 1516.73 1372.03 1518.65 Q1371.24 1520.54 1369.13 1523.14 Q1368.55 1523.81 1365.45 1527.03 Q1362.35 1530.22 1356.7 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1431.01 1525.04 L1443.48 1525.04 L1443.48 1528.83 L1431.01 1528.83 L1431.01 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1449.36 1535.98 L1457 1535.98 L1457 1509.62 L1448.69 1511.29 L1448.69 1507.03 L1456.96 1505.36 L1461.63 1505.36 L1461.63 1535.98 L1469.27 1535.98 L1469.27 1539.92 L1449.36 1539.92 L1449.36 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1546.2 1508.44 Q1542.59 1508.44 1540.77 1512 Q1538.96 1515.55 1538.96 1522.67 Q1538.96 1529.78 1540.77 1533.35 Q1542.59 1536.89 1546.2 1536.89 Q1549.84 1536.89 1551.64 1533.35 Q1553.47 1529.78 1553.47 1522.67 Q1553.47 1515.55 1551.64 1512 Q1549.84 1508.44 1546.2 1508.44 M1546.2 1504.73 Q1552.02 1504.73 1555.07 1509.34 Q1558.15 1513.92 1558.15 1522.67 Q1558.15 1531.4 1555.07 1536.01 Q1552.02 1540.59 1546.2 1540.59 Q1540.39 1540.59 1537.32 1536.01 Q1534.26 1531.4 1534.26 1522.67 Q1534.26 1513.92 1537.32 1509.34 Q1540.39 1504.73 1546.2 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1632.65 1535.98 L1640.29 1535.98 L1640.29 1509.62 L1631.98 1511.29 L1631.98 1507.03 L1640.24 1505.36 L1644.92 1505.36 L1644.92 1535.98 L1652.56 1535.98 L1652.56 1539.92 L1632.65 1539.92 L1632.65 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1732.99 1535.98 L1749.31 1535.98 L1749.31 1539.92 L1727.36 1539.92 L1727.36 1535.98 Q1730.02 1533.23 1734.61 1528.6 Q1739.21 1523.95 1740.39 1522.61 Q1742.64 1520.08 1743.52 1518.35 Q1744.42 1516.59 1744.42 1514.9 Q1744.42 1512.14 1742.48 1510.41 Q1740.56 1508.67 1737.45 1508.67 Q1735.26 1508.67 1732.8 1509.43 Q1730.37 1510.2 1727.59 1511.75 L1727.59 1507.03 Q1730.42 1505.89 1732.87 1505.31 Q1735.33 1504.73 1737.36 1504.73 Q1742.73 1504.73 1745.93 1507.42 Q1749.12 1510.11 1749.12 1514.6 Q1749.12 1516.73 1748.31 1518.65 Q1747.52 1520.54 1745.42 1523.14 Q1744.84 1523.81 1741.74 1527.03 Q1738.64 1530.22 1732.99 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 1465.48 Q1302.99 1465.48 1301.16 1469.04 Q1299.36 1472.58 1299.36 1479.71 Q1299.36 1486.82 1301.16 1490.38 Q1302.99 1493.93 1306.6 1493.93 Q1310.24 1493.93 1312.04 1490.38 Q1313.87 1486.82 1313.87 1479.71 Q1313.87 1472.58 1312.04 1469.04 Q1310.24 1465.48 1306.6 1465.48 M1306.6 1461.77 Q1312.41 1461.77 1315.47 1466.38 Q1318.55 1470.96 1318.55 1479.71 Q1318.55 1488.44 1315.47 1493.05 Q1312.41 1497.63 1306.6 1497.63 Q1300.79 1497.63 1297.71 1493.05 Q1294.66 1488.44 1294.66 1479.71 Q1294.66 1470.96 1297.71 1466.38 Q1300.79 1461.77 1306.6 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1297.64 1397.59 L1316 1397.59 L1316 1401.53 L1301.93 1401.53 L1301.93 1410 Q1302.95 1409.65 1303.96 1409.49 Q1304.98 1409.3 1306 1409.3 Q1311.79 1409.3 1315.17 1412.48 Q1318.55 1415.65 1318.55 1421.06 Q1318.55 1426.64 1315.08 1429.74 Q1311.6 1432.82 1305.28 1432.82 Q1303.11 1432.82 1300.84 1432.45 Q1298.59 1432.08 1296.19 1431.34 L1296.19 1426.64 Q1298.27 1427.78 1300.49 1428.33 Q1302.71 1428.89 1305.19 1428.89 Q1309.2 1428.89 1311.53 1426.78 Q1313.87 1424.67 1313.87 1421.06 Q1313.87 1417.45 1311.53 1415.35 Q1309.2 1413.24 1305.19 1413.24 Q1303.32 1413.24 1301.44 1413.66 Q1299.59 1414.07 1297.64 1414.95 L1297.64 1397.59 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1271.63 1363.41 L1279.27 1363.41 L1279.27 1337.04 L1270.96 1338.71 L1270.96 1334.45 L1279.22 1332.78 L1283.89 1332.78 L1283.89 1363.41 L1291.53 1363.41 L1291.53 1367.34 L1271.63 1367.34 L1271.63 1363.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1306.6 1335.86 Q1302.99 1335.86 1301.16 1339.43 Q1299.36 1342.97 1299.36 1350.1 Q1299.36 1357.21 1301.16 1360.77 Q1302.99 1364.31 1306.6 1364.31 Q1310.24 1364.31 1312.04 1360.77 Q1313.87 1357.21 1313.87 1350.1 Q1313.87 1342.97 1312.04 1339.43 Q1310.24 1335.86 1306.6 1335.86 M1306.6 1332.16 Q1312.41 1332.16 1315.47 1336.77 Q1318.55 1341.35 1318.55 1350.1 Q1318.55 1358.83 1315.47 1363.43 Q1312.41 1368.02 1306.6 1368.02 Q1300.79 1368.02 1297.71 1363.43 Q1294.66 1358.83 1294.66 1350.1 Q1294.66 1341.35 1297.71 1336.77 Q1300.79 1332.16 1306.6 1332.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1272.62 1298.6 L1280.26 1298.6 L1280.26 1272.24 L1271.95 1273.9 L1271.95 1269.64 L1280.21 1267.98 L1284.89 1267.98 L1284.89 1298.6 L1292.53 1298.6 L1292.53 1302.54 L1272.62 1302.54 L1272.62 1298.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1297.64 1267.98 L1316 1267.98 L1316 1271.91 L1301.93 1271.91 L1301.93 1280.38 Q1302.95 1280.04 1303.96 1279.88 Q1304.98 1279.69 1306 1279.69 Q1311.79 1279.69 1315.17 1282.86 Q1318.55 1286.03 1318.55 1291.45 Q1318.55 1297.03 1315.08 1300.13 Q1311.6 1303.21 1305.28 1303.21 Q1303.11 1303.21 1300.84 1302.84 Q1298.59 1302.47 1296.19 1301.73 L1296.19 1297.03 Q1298.27 1298.16 1300.49 1298.72 Q1302.71 1299.27 1305.19 1299.27 Q1309.2 1299.27 1311.53 1297.17 Q1313.87 1295.06 1313.87 1291.45 Q1313.87 1287.84 1311.53 1285.73 Q1309.2 1283.63 1305.19 1283.63 Q1303.32 1283.63 1301.44 1284.04 Q1299.59 1284.46 1297.64 1285.34 L1297.64 1267.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8016)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1354.08,1254.01 1357.96,1262.3 1361.84,1270.43 1365.72,1278.41 1369.6,1286.23 1373.48,1293.89 1377.36,1301.4 1381.25,1308.76 1385.13,1315.96 1389.01,1323.01 \n",
" 1392.89,1329.9 1396.77,1336.63 1400.65,1343.22 1404.53,1349.64 1408.41,1355.91 1412.3,1362.03 1416.18,1367.99 1420.06,1373.8 1423.94,1379.45 1427.82,1384.94 \n",
" 1431.7,1390.28 1435.58,1395.47 1439.47,1400.5 1443.35,1405.38 1447.23,1410.1 1451.11,1414.67 1454.99,1419.08 1458.87,1423.33 1462.75,1427.44 1466.64,1431.38 \n",
" 1470.52,1435.17 1474.4,1438.81 1478.28,1442.29 1482.16,1445.62 1486.04,1448.79 1489.92,1451.81 1493.81,1454.67 1497.69,1457.37 1501.57,1459.93 1505.45,1462.32 \n",
" 1509.33,1464.57 1513.21,1466.65 1517.09,1468.58 1520.98,1470.36 1524.86,1471.98 1528.74,1473.45 1532.62,1474.76 1536.5,1475.92 1540.38,1476.92 1544.26,1477.77 \n",
" 1548.15,1478.46 1552.03,1479 1555.91,1479.38 1559.79,1479.61 1563.67,1479.68 1567.55,1479.6 1571.43,1479.36 1575.32,1478.96 1579.2,1478.42 1583.08,1477.71 \n",
" 1586.96,1476.86 1590.84,1475.84 1594.72,1474.68 1598.6,1473.35 1602.49,1471.88 1606.37,1470.24 1610.25,1468.46 1614.13,1466.51 1618.01,1464.42 1621.89,1462.16 \n",
" 1625.77,1459.76 1629.66,1457.19 1633.54,1454.48 1637.42,1451.6 1641.3,1448.58 1645.18,1445.39 1649.06,1442.06 1652.94,1438.56 1656.83,1434.92 1660.71,1431.12 \n",
" 1664.59,1427.16 1668.47,1423.05 1672.35,1418.78 1676.23,1414.36 1680.11,1409.78 1683.99,1405.05 1687.88,1400.16 1691.76,1395.12 1695.64,1389.92 1699.52,1384.57 \n",
" 1703.4,1379.06 1707.28,1373.4 1711.16,1367.58 1715.05,1361.61 1718.93,1355.49 1722.81,1349.2 1726.69,1342.77 1730.57,1336.17 1734.45,1329.43 1738.33,1322.53 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"\n",
"M1945.44 1486.45 L2352.76 1486.45 L2352.76 1247.24 L1945.44 1247.24 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8017\">\n",
" <rect x=\"1945\" y=\"1247\" width=\"408\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1956.97,1486.45 1956.97,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2053.03,1486.45 2053.03,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2149.1,1486.45 2149.1,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2245.16,1486.45 2245.16,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2341.23,1486.45 2341.23,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1479.68 2352.76,1479.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1427.08 2352.76,1427.08 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1374.49 2352.76,1374.49 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1321.89 2352.76,1321.89 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8017)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1945.44,1269.3 2352.76,1269.3 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1486.45 1945.44,1247.24 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,1486.45 1956.97,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2053.03,1486.45 2053.03,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2149.1,1486.45 2149.1,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2245.16,1486.45 2245.16,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2341.23,1486.45 2341.23,1483.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1479.68 1950.33,1479.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1427.08 1950.33,1427.08 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1374.49 1950.33,1374.49 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1321.89 1950.33,1321.89 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1945.44,1269.3 1950.33,1269.3 \n",
" \"/>\n",
"<path clip-path=\"url(#clip800)\" d=\"M 0 0 M1938.02 1525.04 L1950.5 1525.04 L1950.5 1528.83 L1938.02 1528.83 L1938.02 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1959.6 1535.98 L1975.92 1535.98 L1975.92 1539.92 L1953.97 1539.92 L1953.97 1535.98 Q1956.63 1533.23 1961.22 1528.6 Q1965.82 1523.95 1967 1522.61 Q1969.25 1520.08 1970.13 1518.35 Q1971.03 1516.59 1971.03 1514.9 Q1971.03 1512.14 1969.09 1510.41 Q1967.17 1508.67 1964.06 1508.67 Q1961.86 1508.67 1959.41 1509.43 Q1956.98 1510.2 1954.2 1511.75 L1954.2 1507.03 Q1957.03 1505.89 1959.48 1505.31 Q1961.93 1504.73 1963.97 1504.73 Q1969.34 1504.73 1972.54 1507.42 Q1975.73 1510.11 1975.73 1514.6 Q1975.73 1516.73 1974.92 1518.65 Q1974.13 1520.54 1972.03 1523.14 Q1971.45 1523.81 1968.35 1527.03 Q1965.24 1530.22 1959.6 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2033.9 1525.04 L2046.38 1525.04 L2046.38 1528.83 L2033.9 1528.83 L2033.9 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2052.26 1535.98 L2059.9 1535.98 L2059.9 1509.62 L2051.59 1511.29 L2051.59 1507.03 L2059.85 1505.36 L2064.53 1505.36 L2064.53 1535.98 L2072.17 1535.98 L2072.17 1539.92 L2052.26 1539.92 L2052.26 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2149.1 1508.44 Q2145.49 1508.44 2143.66 1512 Q2141.85 1515.55 2141.85 1522.67 Q2141.85 1529.78 2143.66 1533.35 Q2145.49 1536.89 2149.1 1536.89 Q2152.73 1536.89 2154.54 1533.35 Q2156.37 1529.78 2156.37 1522.67 Q2156.37 1515.55 2154.54 1512 Q2152.73 1508.44 2149.1 1508.44 M2149.1 1504.73 Q2154.91 1504.73 2157.96 1509.34 Q2161.04 1513.92 2161.04 1522.67 Q2161.04 1531.4 2157.96 1536.01 Q2154.91 1540.59 2149.1 1540.59 Q2143.29 1540.59 2140.21 1536.01 Q2137.15 1531.4 2137.15 1522.67 Q2137.15 1513.92 2140.21 1509.34 Q2143.29 1504.73 2149.1 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2235.55 1535.98 L2243.18 1535.98 L2243.18 1509.62 L2234.87 1511.29 L2234.87 1507.03 L2243.14 1505.36 L2247.81 1505.36 L2247.81 1535.98 L2255.45 1535.98 L2255.45 1539.92 L2235.55 1539.92 L2235.55 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M2335.88 1535.98 L2352.2 1535.98 L2352.2 1539.92 L2330.26 1539.92 L2330.26 1535.98 Q2332.92 1533.23 2337.5 1528.6 Q2342.11 1523.95 2343.29 1522.61 Q2345.53 1520.08 2346.41 1518.35 Q2347.32 1516.59 2347.32 1514.9 Q2347.32 1512.14 2345.37 1510.41 Q2343.45 1508.67 2340.35 1508.67 Q2338.15 1508.67 2335.7 1509.43 Q2333.27 1510.2 2330.49 1511.75 L2330.49 1507.03 Q2333.31 1505.89 2335.77 1505.31 Q2338.22 1504.73 2340.26 1504.73 Q2345.63 1504.73 2348.82 1507.42 Q2352.02 1510.11 2352.02 1514.6 Q2352.02 1516.73 2351.2 1518.65 Q2350.42 1520.54 2348.31 1523.14 Q2347.73 1523.81 2344.63 1527.03 Q2341.53 1530.22 2335.88 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1872.53 1465.48 Q1868.92 1465.48 1867.09 1469.04 Q1865.28 1472.58 1865.28 1479.71 Q1865.28 1486.82 1867.09 1490.38 Q1868.92 1493.93 1872.53 1493.93 Q1876.16 1493.93 1877.97 1490.38 Q1879.8 1486.82 1879.8 1479.71 Q1879.8 1472.58 1877.97 1469.04 Q1876.16 1465.48 1872.53 1465.48 M1872.53 1461.77 Q1878.34 1461.77 1881.39 1466.38 Q1884.47 1470.96 1884.47 1479.71 Q1884.47 1488.44 1881.39 1493.05 Q1878.34 1497.63 1872.53 1497.63 Q1866.72 1497.63 1863.64 1493.05 Q1860.58 1488.44 1860.58 1479.71 Q1860.58 1470.96 1863.64 1466.38 Q1866.72 1461.77 1872.53 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.54 1491.08 L1894.43 1491.08 L1894.43 1496.96 L1889.54 1496.96 L1889.54 1491.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.5 1465.48 Q1905.89 1465.48 1904.06 1469.04 Q1902.25 1472.58 1902.25 1479.71 Q1902.25 1486.82 1904.06 1490.38 Q1905.89 1493.93 1909.5 1493.93 Q1913.13 1493.93 1914.94 1490.38 Q1916.76 1486.82 1916.76 1479.71 Q1916.76 1472.58 1914.94 1469.04 Q1913.13 1465.48 1909.5 1465.48 M1909.5 1461.77 Q1915.31 1461.77 1918.36 1466.38 Q1921.44 1470.96 1921.44 1479.71 Q1921.44 1488.44 1918.36 1493.05 Q1915.31 1497.63 1909.5 1497.63 Q1903.69 1497.63 1900.61 1493.05 Q1897.55 1488.44 1897.55 1479.71 Q1897.55 1470.96 1900.61 1466.38 Q1903.69 1461.77 1909.5 1461.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1874.13 1412.88 Q1870.52 1412.88 1868.69 1416.45 Q1866.88 1419.99 1866.88 1427.12 Q1866.88 1434.22 1868.69 1437.79 Q1870.52 1441.33 1874.13 1441.33 Q1877.76 1441.33 1879.57 1437.79 Q1881.39 1434.22 1881.39 1427.12 Q1881.39 1419.99 1879.57 1416.45 Q1877.76 1412.88 1874.13 1412.88 M1874.13 1409.18 Q1879.94 1409.18 1882.99 1413.78 Q1886.07 1418.37 1886.07 1427.12 Q1886.07 1435.84 1882.99 1440.45 Q1879.94 1445.03 1874.13 1445.03 Q1868.32 1445.03 1865.24 1440.45 Q1862.18 1435.84 1862.18 1427.12 Q1862.18 1418.37 1865.24 1413.78 Q1868.32 1409.18 1874.13 1409.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1891.14 1438.48 L1896.02 1438.48 L1896.02 1444.36 L1891.14 1444.36 L1891.14 1438.48 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1905.12 1440.43 L1921.44 1440.43 L1921.44 1444.36 L1899.5 1444.36 L1899.5 1440.43 Q1902.16 1437.67 1906.74 1433.04 Q1911.35 1428.39 1912.53 1427.05 Q1914.77 1424.53 1915.65 1422.79 Q1916.56 1421.03 1916.56 1419.34 Q1916.56 1416.59 1914.61 1414.85 Q1912.69 1413.11 1909.59 1413.11 Q1907.39 1413.11 1904.94 1413.88 Q1902.51 1414.64 1899.73 1416.19 L1899.73 1411.47 Q1902.55 1410.34 1905.01 1409.76 Q1907.46 1409.18 1909.5 1409.18 Q1914.87 1409.18 1918.06 1411.86 Q1921.26 1414.55 1921.26 1419.04 Q1921.26 1421.17 1920.45 1423.09 Q1919.66 1424.99 1917.55 1427.58 Q1916.97 1428.25 1913.87 1431.47 Q1910.77 1434.66 1905.12 1440.43 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1872.04 1360.29 Q1868.43 1360.29 1866.6 1363.85 Q1864.8 1367.39 1864.8 1374.52 Q1864.8 1381.63 1866.6 1385.19 Q1868.43 1388.74 1872.04 1388.74 Q1875.68 1388.74 1877.48 1385.19 Q1879.31 1381.63 1879.31 1374.52 Q1879.31 1367.39 1877.48 1363.85 Q1875.68 1360.29 1872.04 1360.29 M1872.04 1356.58 Q1877.85 1356.58 1880.91 1361.19 Q1883.99 1365.77 1883.99 1374.52 Q1883.99 1383.25 1880.91 1387.86 Q1877.85 1392.44 1872.04 1392.44 Q1866.23 1392.44 1863.15 1387.86 Q1860.1 1383.25 1860.1 1374.52 Q1860.1 1365.77 1863.15 1361.19 Q1866.23 1356.58 1872.04 1356.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.06 1385.89 L1893.94 1385.89 L1893.94 1391.77 L1889.06 1391.77 L1889.06 1385.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1911.86 1361.28 L1900.05 1379.73 L1911.86 1379.73 L1911.86 1361.28 M1910.63 1357.21 L1916.51 1357.21 L1916.51 1379.73 L1921.44 1379.73 L1921.44 1383.62 L1916.51 1383.62 L1916.51 1391.77 L1911.86 1391.77 L1911.86 1383.62 L1896.26 1383.62 L1896.26 1379.11 L1910.63 1357.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1872.37 1307.69 Q1868.76 1307.69 1866.93 1311.26 Q1865.12 1314.8 1865.12 1321.93 Q1865.12 1329.04 1866.93 1332.6 Q1868.76 1336.14 1872.37 1336.14 Q1876 1336.14 1877.81 1332.6 Q1879.64 1329.04 1879.64 1321.93 Q1879.64 1314.8 1877.81 1311.26 Q1876 1307.69 1872.37 1307.69 M1872.37 1303.99 Q1878.18 1303.99 1881.23 1308.6 Q1884.31 1313.18 1884.31 1321.93 Q1884.31 1330.66 1881.23 1335.26 Q1878.18 1339.85 1872.37 1339.85 Q1866.56 1339.85 1863.48 1335.26 Q1860.42 1330.66 1860.42 1321.93 Q1860.42 1313.18 1863.48 1308.6 Q1866.56 1303.99 1872.37 1303.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.38 1333.29 L1894.27 1333.29 L1894.27 1339.17 L1889.38 1339.17 L1889.38 1333.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.91 1320.03 Q1906.77 1320.03 1904.91 1322.18 Q1903.08 1324.34 1903.08 1328.09 Q1903.08 1331.81 1904.91 1333.99 Q1906.77 1336.14 1909.91 1336.14 Q1913.06 1336.14 1914.89 1333.99 Q1916.74 1331.81 1916.74 1328.09 Q1916.74 1324.34 1914.89 1322.18 Q1913.06 1320.03 1909.91 1320.03 M1919.2 1305.38 L1919.2 1309.64 Q1917.44 1308.8 1915.63 1308.36 Q1913.85 1307.92 1912.09 1307.92 Q1907.46 1307.92 1905.01 1311.05 Q1902.58 1314.17 1902.23 1320.49 Q1903.59 1318.48 1905.65 1317.41 Q1907.71 1316.33 1910.19 1316.33 Q1915.4 1316.33 1918.41 1319.5 Q1921.44 1322.65 1921.44 1328.09 Q1921.44 1333.41 1918.29 1336.63 Q1915.14 1339.85 1909.91 1339.85 Q1903.92 1339.85 1900.75 1335.26 Q1897.58 1330.66 1897.58 1321.93 Q1897.58 1313.73 1901.46 1308.87 Q1905.35 1303.99 1911.9 1303.99 Q1913.66 1303.99 1915.45 1304.34 Q1917.25 1304.68 1919.2 1305.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1872.62 1255.1 Q1869.01 1255.1 1867.18 1258.66 Q1865.38 1262.2 1865.38 1269.33 Q1865.38 1276.44 1867.18 1280.01 Q1869.01 1283.55 1872.62 1283.55 Q1876.26 1283.55 1878.06 1280.01 Q1879.89 1276.44 1879.89 1269.33 Q1879.89 1262.2 1878.06 1258.66 Q1876.26 1255.1 1872.62 1255.1 M1872.62 1251.39 Q1878.43 1251.39 1881.49 1256 Q1884.57 1260.58 1884.57 1269.33 Q1884.57 1278.06 1881.49 1282.67 Q1878.43 1287.25 1872.62 1287.25 Q1866.81 1287.25 1863.73 1282.67 Q1860.68 1278.06 1860.68 1269.33 Q1860.68 1260.58 1863.73 1256 Q1866.81 1251.39 1872.62 1251.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1889.64 1280.7 L1894.52 1280.7 L1894.52 1286.58 L1889.64 1286.58 L1889.64 1280.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip800)\" d=\"M 0 0 M1909.59 1270.17 Q1906.26 1270.17 1904.33 1271.95 Q1902.44 1273.73 1902.44 1276.86 Q1902.44 1279.98 1904.33 1281.76 Q1906.26 1283.55 1909.59 1283.55 Q1912.92 1283.55 1914.84 1281.76 Q1916.76 1279.96 1916.76 1276.86 Q1916.76 1273.73 1914.84 1271.95 Q1912.95 1270.17 1909.59 1270.17 M1904.91 1268.18 Q1901.9 1267.44 1900.21 1265.38 Q1898.55 1263.32 1898.55 1260.35 Q1898.55 1256.21 1901.49 1253.8 Q1904.45 1251.39 1909.59 1251.39 Q1914.75 1251.39 1917.69 1253.8 Q1920.63 1256.21 1920.63 1260.35 Q1920.63 1263.32 1918.94 1265.38 Q1917.27 1267.44 1914.29 1268.18 Q1917.67 1268.96 1919.54 1271.26 Q1921.44 1273.55 1921.44 1276.86 Q1921.44 1281.88 1918.36 1284.57 Q1915.31 1287.25 1909.59 1287.25 Q1903.87 1287.25 1900.79 1284.57 Q1897.74 1281.88 1897.74 1276.86 Q1897.74 1273.55 1899.64 1271.26 Q1901.53 1268.96 1904.91 1268.18 M1903.2 1260.79 Q1903.2 1263.48 1904.87 1264.98 Q1906.56 1266.49 1909.59 1266.49 Q1912.6 1266.49 1914.29 1264.98 Q1916 1263.48 1916 1260.79 Q1916 1258.11 1914.29 1256.6 Q1912.6 1255.1 1909.59 1255.1 Q1906.56 1255.1 1904.87 1256.6 Q1903.2 1258.11 1903.2 1260.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8017)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1956.97,1384.21 1960.85,1389.04 1964.73,1393.74 1968.61,1398.32 1972.49,1402.78 1976.38,1407.11 1980.26,1411.31 1984.14,1415.39 1988.02,1419.34 1991.9,1423.17 \n",
" 1995.78,1426.87 1999.66,1430.45 2003.55,1433.9 2007.43,1437.23 2011.31,1440.43 2015.19,1443.5 2019.07,1446.45 2022.95,1449.28 2026.83,1451.98 2030.72,1454.55 \n",
" 2034.6,1457 2038.48,1459.32 2042.36,1461.52 2046.24,1463.59 2050.12,1465.54 2054,1467.36 2057.89,1469.05 2061.77,1470.62 2065.65,1472.07 2069.53,1473.39 \n",
" 2073.41,1474.58 2077.29,1475.65 2081.17,1476.59 2085.06,1477.41 2088.94,1478.1 2092.82,1478.67 2096.7,1479.11 2100.58,1479.42 2104.46,1479.61 2108.34,1479.68 \n",
" 2112.23,1479.62 2116.11,1479.43 2119.99,1479.12 2123.87,1478.68 2127.75,1478.12 2131.63,1477.43 2135.51,1476.62 2139.39,1475.68 2143.28,1474.62 2147.16,1473.43 \n",
" 2151.04,1472.11 2154.92,1470.67 2158.8,1469.1 2162.68,1467.41 2166.56,1465.6 2170.45,1463.65 2174.33,1461.59 2178.21,1459.39 2182.09,1457.07 2185.97,1454.63 \n",
" 2189.85,1452.06 2193.73,1449.37 2197.62,1446.55 2201.5,1443.6 2205.38,1440.53 2209.26,1437.33 2213.14,1434.01 2217.02,1430.56 2220.9,1426.99 2224.79,1423.29 \n",
" 2228.67,1419.47 2232.55,1415.52 2236.43,1411.44 2240.31,1407.24 2244.19,1402.92 2248.07,1398.47 2251.96,1393.89 2255.84,1389.19 2259.72,1384.36 2263.6,1379.41 \n",
" 2267.48,1374.33 2271.36,1369.13 2275.24,1363.8 2279.13,1358.34 2283.01,1352.76 2286.89,1347.06 2290.77,1341.23 2294.65,1335.27 2298.53,1329.19 2302.41,1322.98 \n",
" 2306.3,1316.65 2310.18,1310.19 2314.06,1303.61 2317.94,1296.9 2321.82,1290.07 2325.7,1283.11 2329.58,1276.02 2333.47,1268.81 2337.35,1261.48 2341.23,1254.01 \n",
" \n",
" \"/>\n",
"</svg>\n"
]
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plots = []\n",
"for y in prior_ys\n",
" push!(plots, plot(x_grid, y))\n",
"end\n",
"plot(plots..., legend=false)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Or, put everything on one plot"
]
},
{
"cell_type": "code",
"execution_count": 19,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n",
" <clipPath id=\"clip840\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip840)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip841\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip840)\" d=\"\n",
"M136.76 1486.45 L2352.76 1486.45 L2352.76 47.2441 L136.76 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip842\">\n",
" <rect x=\"136\" y=\"47\" width=\"2217\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 199.477,1486.45 199.477,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 722.118,1486.45 722.118,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1244.76,1486.45 1244.76,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1767.4,1486.45 1767.4,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2290.04,1486.45 2290.04,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 136.76,1445.72 2352.76,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 136.76,1015.21 2352.76,1015.21 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 136.76,584.713 2352.76,584.713 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 136.76,154.211 2352.76,154.211 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 136.76,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 136.76,1486.45 136.76,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1486.45 199.477,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 722.118,1486.45 722.118,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1244.76,1486.45 1244.76,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1767.4,1486.45 1767.4,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2290.04,1486.45 2290.04,1469.18 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 136.76,1445.72 163.352,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 136.76,1015.21 163.352,1015.21 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 136.76,584.713 163.352,584.713 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip840)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 136.76,154.211 163.352,154.211 \n",
" \"/>\n",
"<path clip-path=\"url(#clip840)\" d=\"M 0 0 M180.531 1525.04 L193.007 1525.04 L193.007 1528.83 L180.531 1528.83 L180.531 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M202.105 1535.98 L218.424 1535.98 L218.424 1539.92 L196.48 1539.92 L196.48 1535.98 Q199.142 1533.23 203.725 1528.6 Q208.331 1523.95 209.512 1522.61 Q211.757 1520.08 212.637 1518.35 Q213.54 1516.59 213.54 1514.9 Q213.54 1512.14 211.595 1510.41 Q209.674 1508.67 206.572 1508.67 Q204.373 1508.67 201.919 1509.43 Q199.489 1510.2 196.711 1511.75 L196.711 1507.03 Q199.535 1505.89 201.989 1505.31 Q204.442 1504.73 206.48 1504.73 Q211.85 1504.73 215.044 1507.42 Q218.239 1510.11 218.239 1514.6 Q218.239 1516.73 217.429 1518.65 Q216.641 1520.54 214.535 1523.14 Q213.956 1523.81 210.854 1527.03 Q207.753 1530.22 202.105 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M702.986 1525.04 L715.463 1525.04 L715.463 1528.83 L702.986 1528.83 L702.986 1525.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M721.342 1535.98 L728.981 1535.98 L728.981 1509.62 L720.671 1511.29 L720.671 1507.03 L728.935 1505.36 L733.611 1505.36 L733.611 1535.98 L741.25 1535.98 L741.25 1539.92 L721.342 1539.92 L721.342 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M1244.76 1508.44 Q1241.15 1508.44 1239.32 1512 Q1237.51 1515.55 1237.51 1522.67 Q1237.51 1529.78 1239.32 1533.35 Q1241.15 1536.89 1244.76 1536.89 Q1248.39 1536.89 1250.2 1533.35 Q1252.03 1529.78 1252.03 1522.67 Q1252.03 1515.55 1250.2 1512 Q1248.39 1508.44 1244.76 1508.44 M1244.76 1504.73 Q1250.57 1504.73 1253.62 1509.34 Q1256.7 1513.92 1256.7 1522.67 Q1256.7 1531.4 1253.62 1536.01 Q1250.57 1540.59 1244.76 1540.59 Q1238.95 1540.59 1235.87 1536.01 Q1232.81 1531.4 1232.81 1522.67 Q1232.81 1513.92 1235.87 1509.34 Q1238.95 1504.73 1244.76 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M1757.78 1535.98 L1765.42 1535.98 L1765.42 1509.62 L1757.11 1511.29 L1757.11 1507.03 L1765.37 1505.36 L1770.05 1505.36 L1770.05 1535.98 L1777.69 1535.98 L1777.69 1539.92 L1757.78 1539.92 L1757.78 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M2284.69 1535.98 L2301.01 1535.98 L2301.01 1539.92 L2279.07 1539.92 L2279.07 1535.98 Q2281.73 1533.23 2286.31 1528.6 Q2290.92 1523.95 2292.1 1522.61 Q2294.34 1520.08 2295.22 1518.35 Q2296.13 1516.59 2296.13 1514.9 Q2296.13 1512.14 2294.18 1510.41 Q2292.26 1508.67 2289.16 1508.67 Q2286.96 1508.67 2284.51 1509.43 Q2282.08 1510.2 2279.3 1511.75 L2279.3 1507.03 Q2282.12 1505.89 2284.58 1505.31 Q2287.03 1504.73 2289.07 1504.73 Q2294.44 1504.73 2297.63 1507.42 Q2300.83 1510.11 2300.83 1514.6 Q2300.83 1516.73 2300.02 1518.65 Q2299.23 1520.54 2297.12 1523.14 Q2296.54 1523.81 2293.44 1527.03 Q2290.34 1530.22 2284.69 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M100.816 1431.51 Q97.2049 1431.51 95.3762 1435.08 Q93.5707 1438.62 93.5707 1445.75 Q93.5707 1452.86 95.3762 1456.42 Q97.2049 1459.96 100.816 1459.96 Q104.45 1459.96 106.256 1456.42 Q108.084 1452.86 108.084 1445.75 Q108.084 1438.62 106.256 1435.08 Q104.45 1431.51 100.816 1431.51 M100.816 1427.81 Q106.626 1427.81 109.682 1432.42 Q112.76 1437 112.76 1445.75 Q112.76 1454.48 109.682 1459.08 Q106.626 1463.67 100.816 1463.67 Q95.0058 1463.67 91.9272 1459.08 Q88.8716 1454.48 88.8716 1445.75 Q88.8716 1437 91.9272 1432.42 Q95.0058 1427.81 100.816 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M65.8393 1028.56 L73.4782 1028.56 L73.4782 1002.19 L65.168 1003.86 L65.168 999.601 L73.4319 997.934 L78.1078 997.934 L78.1078 1028.56 L85.7466 1028.56 L85.7466 1032.49 L65.8393 1032.49 L65.8393 1028.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M100.816 1001.01 Q97.2049 1001.01 95.3762 1004.58 Q93.5707 1008.12 93.5707 1015.25 Q93.5707 1022.36 95.3762 1025.92 Q97.2049 1029.46 100.816 1029.46 Q104.45 1029.46 106.256 1025.92 Q108.084 1022.36 108.084 1015.25 Q108.084 1008.12 106.256 1004.58 Q104.45 1001.01 100.816 1001.01 M100.816 997.309 Q106.626 997.309 109.682 1001.92 Q112.76 1006.5 112.76 1015.25 Q112.76 1023.98 109.682 1028.58 Q106.626 1033.17 100.816 1033.17 Q95.0058 1033.17 91.9272 1028.58 Q88.8716 1023.98 88.8716 1015.25 Q88.8716 1006.5 91.9272 1001.92 Q95.0058 997.309 100.816 997.309 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M69.4273 598.058 L85.7466 598.058 L85.7466 601.993 L63.8023 601.993 L63.8023 598.058 Q66.4643 595.303 71.0476 590.673 Q75.6541 586.021 76.8346 584.678 Q79.08 582.155 79.9596 580.419 Q80.8624 578.66 80.8624 576.97 Q80.8624 574.215 78.918 572.479 Q76.9967 570.743 73.8948 570.743 Q71.6958 570.743 69.2421 571.507 Q66.8115 572.271 64.0338 573.822 L64.0338 569.099 Q66.8578 567.965 69.3115 567.386 Q71.7652 566.808 73.8023 566.808 Q79.1726 566.808 82.367 569.493 Q85.5614 572.178 85.5614 576.669 Q85.5614 578.798 84.7513 580.72 Q83.9642 582.618 81.8578 585.21 Q81.2791 585.882 78.1772 589.099 Q75.0754 592.294 69.4273 598.058 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M100.816 570.511 Q97.2049 570.511 95.3762 574.076 Q93.5707 577.618 93.5707 584.748 Q93.5707 591.854 95.3762 595.419 Q97.2049 598.96 100.816 598.96 Q104.45 598.96 106.256 595.419 Q108.084 591.854 108.084 584.748 Q108.084 577.618 106.256 574.076 Q104.45 570.511 100.816 570.511 M100.816 566.808 Q106.626 566.808 109.682 571.414 Q112.76 575.998 112.76 584.748 Q112.76 593.474 109.682 598.081 Q106.626 602.664 100.816 602.664 Q95.0058 602.664 91.9272 598.081 Q88.8716 593.474 88.8716 584.748 Q88.8716 575.998 91.9272 571.414 Q95.0058 566.808 100.816 566.808 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M78.617 152.857 Q81.9735 153.575 83.8485 155.843 Q85.7466 158.112 85.7466 161.445 Q85.7466 166.561 82.2281 169.362 Q78.7096 172.163 72.2282 172.163 Q70.0523 172.163 67.7375 171.723 Q65.4458 171.306 62.9921 170.45 L62.9921 165.936 Q64.9366 167.07 67.2514 167.649 Q69.5662 168.227 72.0893 168.227 Q76.4874 168.227 78.7791 166.491 Q81.0939 164.755 81.0939 161.445 Q81.0939 158.39 78.9411 156.677 Q76.8115 154.941 72.9921 154.941 L68.9643 154.941 L68.9643 151.098 L73.1773 151.098 Q76.6263 151.098 78.455 149.732 Q80.2837 148.343 80.2837 145.751 Q80.2837 143.089 78.3856 141.677 Q76.5106 140.242 72.9921 140.242 Q71.0708 140.242 68.8717 140.658 Q66.6727 141.075 64.0338 141.954 L64.0338 137.788 Q66.6958 137.047 69.0106 136.677 Q71.3486 136.306 73.4087 136.306 Q78.7328 136.306 81.8346 138.737 Q84.9365 141.144 84.9365 145.265 Q84.9365 148.135 83.2929 150.126 Q81.6494 152.093 78.617 152.857 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip840)\" d=\"M 0 0 M100.816 140.01 Q97.2049 140.01 95.3762 143.575 Q93.5707 147.116 93.5707 154.246 Q93.5707 161.353 95.3762 164.917 Q97.2049 168.459 100.816 168.459 Q104.45 168.459 106.256 164.917 Q108.084 161.353 108.084 154.246 Q108.084 147.116 106.256 143.575 Q104.45 140.01 100.816 140.01 M100.816 136.306 Q106.626 136.306 109.682 140.913 Q112.76 145.496 112.76 154.246 Q112.76 162.973 109.682 167.579 Q106.626 172.163 100.816 172.163 Q95.0058 172.163 91.9272 167.579 Q88.8716 162.973 88.8716 154.246 Q88.8716 145.496 91.9272 140.913 Q95.0058 136.306 100.816 136.306 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip842)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,878.718 220.594,891.83 241.711,904.79 262.828,917.595 283.944,930.248 305.061,942.747 326.178,955.093 347.295,967.285 368.412,979.324 389.528,991.209 \n",
" 410.645,1002.94 431.762,1014.52 452.879,1025.95 473.995,1037.22 495.112,1048.34 516.229,1059.3 537.346,1070.11 558.463,1080.77 579.579,1091.28 600.696,1101.63 \n",
" 621.813,1111.82 642.93,1121.87 664.047,1131.76 685.163,1141.5 706.28,1151.08 727.397,1160.51 748.514,1169.79 769.63,1178.92 790.747,1187.89 811.864,1196.7 \n",
" 832.981,1205.37 854.098,1213.88 875.214,1222.23 896.331,1230.44 917.448,1238.49 938.565,1246.39 959.682,1254.13 980.798,1261.72 1001.92,1269.16 1023.03,1276.44 \n",
" 1044.15,1283.57 1065.27,1290.55 1086.38,1297.37 1107.5,1304.04 1128.62,1310.56 1149.73,1316.92 1170.85,1323.13 1191.97,1329.18 1213.08,1335.09 1234.2,1340.84 \n",
" 1255.32,1346.43 1276.43,1351.87 1297.55,1357.16 1318.67,1362.3 1339.78,1367.28 1360.9,1372.11 1382.02,1376.79 1403.13,1381.31 1424.25,1385.68 1445.37,1389.89 \n",
" 1466.48,1393.95 1487.6,1397.86 1508.72,1401.62 1529.83,1405.22 1550.95,1408.67 1572.07,1411.96 1593.19,1415.1 1614.3,1418.09 1635.42,1420.93 1656.54,1423.61 \n",
" 1677.65,1426.13 1698.77,1428.51 1719.89,1430.73 1741,1432.8 1762.12,1434.71 1783.24,1436.47 1804.35,1438.08 1825.47,1439.53 1846.59,1440.83 1867.7,1441.98 \n",
" 1888.82,1442.97 1909.94,1443.82 1931.05,1444.5 1952.17,1445.04 1973.29,1445.42 1994.4,1445.64 2015.52,1445.72 2036.64,1445.64 2057.75,1445.4 2078.87,1445.02 \n",
" 2099.99,1444.47 2121.1,1443.78 2142.22,1442.93 2163.34,1441.93 2184.46,1440.78 2205.57,1439.47 2226.69,1438.01 2247.81,1436.4 2268.92,1434.63 2290.04,1432.71 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,503.57 220.594,520.794 241.711,537.86 262.828,554.766 283.944,571.514 305.061,588.103 326.178,604.533 347.295,620.804 368.412,636.916 389.528,652.869 \n",
" 410.645,668.663 431.762,684.298 452.879,699.775 473.995,715.092 495.112,730.251 516.229,745.251 537.346,760.091 558.463,774.773 579.579,789.296 600.696,803.66 \n",
" 621.813,817.866 642.93,831.912 664.047,845.799 685.163,859.528 706.28,873.097 727.397,886.508 748.514,899.76 769.63,912.853 790.747,925.787 811.864,938.562 \n",
" 832.981,951.178 854.098,963.635 875.214,975.933 896.331,988.073 917.448,1000.05 938.565,1011.87 959.682,1023.54 980.798,1035.04 1001.92,1046.39 1023.03,1057.57 \n",
" 1044.15,1068.6 1065.27,1079.47 1086.38,1090.18 1107.5,1100.73 1128.62,1111.12 1149.73,1121.35 1170.85,1131.43 1191.97,1141.34 1213.08,1151.1 1234.2,1160.69 \n",
" 1255.32,1170.13 1276.43,1179.41 1297.55,1188.53 1318.67,1197.49 1339.78,1206.29 1360.9,1214.94 1382.02,1223.42 1403.13,1231.75 1424.25,1239.91 1445.37,1247.92 \n",
" 1466.48,1255.77 1487.6,1263.46 1508.72,1270.99 1529.83,1278.37 1550.95,1285.58 1572.07,1292.63 1593.19,1299.53 1614.3,1306.27 1635.42,1312.84 1656.54,1319.26 \n",
" 1677.65,1325.52 1698.77,1331.62 1719.89,1337.57 1741,1343.35 1762.12,1348.97 1783.24,1354.44 1804.35,1359.74 1825.47,1364.89 1846.59,1369.88 1867.7,1374.71 \n",
" 1888.82,1379.38 1909.94,1383.89 1931.05,1388.25 1952.17,1392.44 1973.29,1396.48 1994.4,1400.35 2015.52,1404.07 2036.64,1407.63 2057.75,1411.03 2078.87,1414.27 \n",
" 2099.99,1417.35 2121.1,1420.27 2142.22,1423.04 2163.34,1425.64 2184.46,1428.09 2205.57,1430.38 2226.69,1432.51 2247.81,1434.47 2268.92,1436.29 2290.04,1437.94 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,742.343 220.594,763.14 241.711,783.625 262.828,803.799 283.944,823.66 305.061,843.209 326.178,862.445 347.295,881.37 368.412,899.983 389.528,918.283 \n",
" 410.645,936.272 431.762,953.948 452.879,971.312 473.995,988.364 495.112,1005.1 516.229,1021.53 537.346,1037.65 558.463,1053.45 579.579,1068.94 600.696,1084.12 \n",
" 621.813,1098.99 642.93,1113.55 664.047,1127.79 685.163,1141.72 706.28,1155.34 727.397,1168.65 748.514,1181.64 769.63,1194.32 790.747,1206.69 811.864,1218.75 \n",
" 832.981,1230.5 854.098,1241.93 875.214,1253.06 896.331,1263.87 917.448,1274.36 938.565,1284.55 959.682,1294.42 980.798,1303.99 1001.92,1313.24 1023.03,1322.17 \n",
" 1044.15,1330.8 1065.27,1339.11 1086.38,1347.11 1107.5,1354.8 1128.62,1362.18 1149.73,1369.24 1170.85,1376 1191.97,1382.44 1213.08,1388.57 1234.2,1394.38 \n",
" 1255.32,1399.89 1276.43,1405.08 1297.55,1409.96 1318.67,1414.53 1339.78,1418.78 1360.9,1422.73 1382.02,1426.36 1403.13,1429.68 1424.25,1432.69 1445.37,1435.38 \n",
" 1466.48,1437.77 1487.6,1439.84 1508.72,1441.6 1529.83,1443.05 1550.95,1444.18 1572.07,1445 1593.19,1445.51 1614.3,1445.71 1635.42,1445.6 1656.54,1445.17 \n",
" 1677.65,1444.44 1698.77,1443.39 1719.89,1442.03 1741,1440.35 1762.12,1438.37 1783.24,1436.07 1804.35,1433.46 1825.47,1430.54 1846.59,1427.3 1867.7,1423.75 \n",
" 1888.82,1419.9 1909.94,1415.73 1931.05,1411.24 1952.17,1406.45 1973.29,1401.34 1994.4,1395.92 2015.52,1390.19 2036.64,1384.15 2057.75,1377.79 2078.87,1371.12 \n",
" 2099.99,1364.15 2121.1,1356.85 2142.22,1349.25 2163.34,1341.33 2184.46,1333.11 2205.57,1324.57 2226.69,1315.71 2247.81,1306.55 2268.92,1297.07 2290.04,1287.29 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#c271d2; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1365.28 220.594,1367.72 241.711,1370.13 262.828,1372.49 283.944,1374.82 305.061,1377.11 326.178,1379.37 347.295,1381.58 368.412,1383.76 389.528,1385.9 \n",
" 410.645,1388.01 431.762,1390.07 452.879,1392.1 473.995,1394.09 495.112,1396.04 516.229,1397.96 537.346,1399.83 558.463,1401.67 579.579,1403.48 600.696,1405.24 \n",
" 621.813,1406.97 642.93,1408.66 664.047,1410.31 685.163,1411.92 706.28,1413.5 727.397,1415.04 748.514,1416.54 769.63,1418 790.747,1419.43 811.864,1420.81 \n",
" 832.981,1422.17 854.098,1423.48 875.214,1424.75 896.331,1425.99 917.448,1427.19 938.565,1428.35 959.682,1429.48 980.798,1430.56 1001.92,1431.61 1023.03,1432.62 \n",
" 1044.15,1433.6 1065.27,1434.53 1086.38,1435.43 1107.5,1436.29 1128.62,1437.12 1149.73,1437.9 1170.85,1438.65 1191.97,1439.36 1213.08,1440.03 1234.2,1440.67 \n",
" 1255.32,1441.27 1276.43,1441.83 1297.55,1442.35 1318.67,1442.83 1339.78,1443.28 1360.9,1443.69 1382.02,1444.06 1403.13,1444.4 1424.25,1444.69 1445.37,1444.95 \n",
" 1466.48,1445.17 1487.6,1445.36 1508.72,1445.5 1529.83,1445.61 1550.95,1445.68 1572.07,1445.71 1593.19,1445.71 1614.3,1445.67 1635.42,1445.59 1656.54,1445.47 \n",
" 1677.65,1445.31 1698.77,1445.12 1719.89,1444.89 1741,1444.62 1762.12,1444.32 1783.24,1443.97 1804.35,1443.59 1825.47,1443.17 1846.59,1442.71 1867.7,1442.22 \n",
" 1888.82,1441.69 1909.94,1441.12 1931.05,1440.51 1952.17,1439.87 1973.29,1439.19 1994.4,1438.47 2015.52,1437.71 2036.64,1436.91 2057.75,1436.08 2078.87,1435.21 \n",
" 2099.99,1434.3 2121.1,1433.36 2142.22,1432.37 2163.34,1431.35 2184.46,1430.29 2205.57,1429.2 2226.69,1428.06 2247.81,1426.89 2268.92,1425.68 2290.04,1424.43 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,872.285 220.594,884.864 241.711,897.303 262.828,909.602 283.944,921.762 305.061,933.783 326.178,945.664 347.295,957.405 368.412,969.007 389.528,980.47 \n",
" 410.645,991.793 431.762,1002.98 452.879,1014.02 473.995,1024.92 495.112,1035.69 516.229,1046.32 537.346,1056.8 558.463,1067.15 579.579,1077.36 600.696,1087.42 \n",
" 621.813,1097.35 642.93,1107.14 664.047,1116.79 685.163,1126.3 706.28,1135.67 727.397,1144.9 748.514,1153.99 769.63,1162.94 790.747,1171.75 811.864,1180.43 \n",
" 832.981,1188.96 854.098,1197.35 875.214,1205.61 896.331,1213.72 917.448,1221.7 938.565,1229.53 959.682,1237.23 980.798,1244.79 1001.92,1252.2 1023.03,1259.48 \n",
" 1044.15,1266.62 1065.27,1273.62 1086.38,1280.48 1107.5,1287.2 1128.62,1293.78 1149.73,1300.22 1170.85,1306.52 1191.97,1312.68 1213.08,1318.71 1234.2,1324.59 \n",
" 1255.32,1330.33 1276.43,1335.94 1297.55,1341.4 1318.67,1346.72 1339.78,1351.91 1360.9,1356.96 1382.02,1361.86 1403.13,1366.63 1424.25,1371.26 1445.37,1375.74 \n",
" 1466.48,1380.09 1487.6,1384.3 1508.72,1388.37 1529.83,1392.3 1550.95,1396.09 1572.07,1399.74 1593.19,1403.25 1614.3,1406.63 1635.42,1409.86 1656.54,1412.95 \n",
" 1677.65,1415.91 1698.77,1418.72 1719.89,1421.39 1741,1423.93 1762.12,1426.33 1783.24,1428.58 1804.35,1430.7 1825.47,1432.68 1846.59,1434.51 1867.7,1436.21 \n",
" 1888.82,1437.77 1909.94,1439.19 1931.05,1440.47 1952.17,1441.61 1973.29,1442.61 1994.4,1443.47 2015.52,1444.19 2036.64,1444.77 2057.75,1445.22 2078.87,1445.52 \n",
" 2099.99,1445.68 2121.1,1445.71 2142.22,1445.59 2163.34,1445.34 2184.46,1444.94 2205.57,1444.41 2226.69,1443.74 2247.81,1442.92 2268.92,1441.97 2290.04,1440.88 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1428.28 220.594,1429.11 241.711,1429.91 262.828,1430.7 283.944,1431.47 305.061,1432.21 326.178,1432.94 347.295,1433.65 368.412,1434.33 389.528,1435 \n",
" 410.645,1435.65 431.762,1436.27 452.879,1436.88 473.995,1437.47 495.112,1438.03 516.229,1438.58 537.346,1439.1 558.463,1439.61 579.579,1440.1 600.696,1440.56 \n",
" 621.813,1441.01 642.93,1441.43 664.047,1441.84 685.163,1442.22 706.28,1442.59 727.397,1442.93 748.514,1443.26 769.63,1443.56 790.747,1443.84 811.864,1444.11 \n",
" 832.981,1444.35 854.098,1444.58 875.214,1444.78 896.331,1444.96 917.448,1445.13 938.565,1445.27 959.682,1445.4 980.798,1445.5 1001.92,1445.58 1023.03,1445.65 \n",
" 1044.15,1445.69 1065.27,1445.71 1086.38,1445.71 1107.5,1445.7 1128.62,1445.66 1149.73,1445.6 1170.85,1445.52 1191.97,1445.43 1213.08,1445.31 1234.2,1445.17 \n",
" 1255.32,1445.01 1276.43,1444.83 1297.55,1444.64 1318.67,1444.42 1339.78,1444.18 1360.9,1443.92 1382.02,1443.64 1403.13,1443.34 1424.25,1443.02 1445.37,1442.68 \n",
" 1466.48,1442.33 1487.6,1441.95 1508.72,1441.55 1529.83,1441.13 1550.95,1440.69 1572.07,1440.23 1593.19,1439.75 1614.3,1439.25 1635.42,1438.73 1656.54,1438.19 \n",
" 1677.65,1437.63 1698.77,1437.05 1719.89,1436.45 1741,1435.82 1762.12,1435.18 1783.24,1434.52 1804.35,1433.84 1825.47,1433.14 1846.59,1432.42 1867.7,1431.68 \n",
" 1888.82,1430.92 1909.94,1430.13 1931.05,1429.33 1952.17,1428.51 1973.29,1427.67 1994.4,1426.81 2015.52,1425.92 2036.64,1425.02 2057.75,1424.1 2078.87,1423.16 \n",
" 2099.99,1422.19 2121.1,1421.21 2142.22,1420.21 2163.34,1419.19 2184.46,1418.14 2205.57,1417.08 2226.69,1416 2247.81,1414.89 2268.92,1413.77 2290.04,1412.63 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#ed5d92; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1092.7 220.594,1102.75 241.711,1112.65 262.828,1122.4 283.944,1132.01 305.061,1141.48 326.178,1150.8 347.295,1159.97 368.412,1169 389.528,1177.89 \n",
" 410.645,1186.63 431.762,1195.22 452.879,1203.67 473.995,1211.98 495.112,1220.14 516.229,1228.15 537.346,1236.02 558.463,1243.75 579.579,1251.33 600.696,1258.76 \n",
" 621.813,1266.05 642.93,1273.2 664.047,1280.2 685.163,1287.05 706.28,1293.76 727.397,1300.33 748.514,1306.75 769.63,1313.02 790.747,1319.15 811.864,1325.14 \n",
" 832.981,1330.98 854.098,1336.68 875.214,1342.23 896.331,1347.63 917.448,1352.89 938.565,1358.01 959.682,1362.98 980.798,1367.8 1001.92,1372.48 1023.03,1377.02 \n",
" 1044.15,1381.41 1065.27,1385.66 1086.38,1389.76 1107.5,1393.71 1128.62,1397.52 1149.73,1401.19 1170.85,1404.71 1191.97,1408.08 1213.08,1411.32 1234.2,1414.4 \n",
" 1255.32,1417.34 1276.43,1420.14 1297.55,1422.79 1318.67,1425.29 1339.78,1427.66 1360.9,1429.87 1382.02,1431.94 1403.13,1433.87 1424.25,1435.65 1445.37,1437.29 \n",
" 1466.48,1438.78 1487.6,1440.12 1508.72,1441.32 1529.83,1442.38 1550.95,1443.29 1572.07,1444.06 1593.19,1444.68 1614.3,1445.15 1635.42,1445.48 1656.54,1445.67 \n",
" 1677.65,1445.71 1698.77,1445.61 1719.89,1445.36 1741,1444.97 1762.12,1444.43 1783.24,1443.74 1804.35,1442.91 1825.47,1441.94 1846.59,1440.82 1867.7,1439.56 \n",
" 1888.82,1438.15 1909.94,1436.6 1931.05,1434.9 1952.17,1433.05 1973.29,1431.07 1994.4,1428.93 2015.52,1426.65 2036.64,1424.23 2057.75,1421.66 2078.87,1418.95 \n",
" 2099.99,1416.09 2121.1,1413.09 2142.22,1409.94 2163.34,1406.65 2184.46,1403.21 2205.57,1399.62 2226.69,1395.9 2247.81,1392.02 2268.92,1388 2290.04,1383.84 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#c68125; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1076.24 220.594,1085.48 241.711,1094.59 262.828,1103.59 283.944,1112.47 305.061,1121.24 326.178,1129.89 347.295,1138.42 368.412,1146.83 389.528,1155.13 \n",
" 410.645,1163.31 431.762,1171.37 452.879,1179.32 473.995,1187.15 495.112,1194.87 516.229,1202.46 537.346,1209.94 558.463,1217.31 579.579,1224.55 600.696,1231.68 \n",
" 621.813,1238.7 642.93,1245.59 664.047,1252.37 685.163,1259.03 706.28,1265.58 727.397,1272.01 748.514,1278.32 769.63,1284.51 790.747,1290.59 811.864,1296.55 \n",
" 832.981,1302.4 854.098,1308.13 875.214,1313.74 896.331,1319.23 917.448,1324.61 938.565,1329.87 959.682,1335.01 980.798,1340.04 1001.92,1344.95 1023.03,1349.75 \n",
" 1044.15,1354.42 1065.27,1358.98 1086.38,1363.42 1107.5,1367.75 1128.62,1371.96 1149.73,1376.05 1170.85,1380.03 1191.97,1383.89 1213.08,1387.63 1234.2,1391.26 \n",
" 1255.32,1394.76 1276.43,1398.16 1297.55,1401.43 1318.67,1404.59 1339.78,1407.63 1360.9,1410.55 1382.02,1413.36 1403.13,1416.05 1424.25,1418.63 1445.37,1421.08 \n",
" 1466.48,1423.42 1487.6,1425.65 1508.72,1427.76 1529.83,1429.75 1550.95,1431.62 1572.07,1433.37 1593.19,1435.01 1614.3,1436.54 1635.42,1437.94 1656.54,1439.23 \n",
" 1677.65,1440.4 1698.77,1441.46 1719.89,1442.4 1741,1443.22 1762.12,1443.93 1783.24,1444.51 1804.35,1444.99 1825.47,1445.34 1846.59,1445.58 1867.7,1445.7 \n",
" 1888.82,1445.7 1909.94,1445.59 1931.05,1445.36 1952.17,1445.01 1973.29,1444.55 1994.4,1443.97 2015.52,1443.28 2036.64,1442.46 2057.75,1441.53 2078.87,1440.48 \n",
" 2099.99,1439.32 2121.1,1438.04 2142.22,1436.64 2163.34,1435.13 2184.46,1433.5 2205.57,1431.75 2226.69,1429.88 2247.81,1427.9 2268.92,1425.8 2290.04,1423.59 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#00a98d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1327.68 220.594,1330.86 241.711,1333.99 262.828,1337.08 283.944,1340.13 305.061,1343.14 326.178,1346.1 347.295,1349.02 368.412,1351.89 389.528,1354.72 \n",
" 410.645,1357.51 431.762,1360.25 452.879,1362.96 473.995,1365.61 495.112,1368.23 516.229,1370.8 537.346,1373.33 558.463,1375.81 579.579,1378.25 600.696,1380.65 \n",
" 621.813,1383 642.93,1385.32 664.047,1387.58 685.163,1389.81 706.28,1391.99 727.397,1394.13 748.514,1396.22 769.63,1398.27 790.747,1400.28 811.864,1402.24 \n",
" 832.981,1404.16 854.098,1406.04 875.214,1407.87 896.331,1409.66 917.448,1411.41 938.565,1413.11 959.682,1414.77 980.798,1416.39 1001.92,1417.96 1023.03,1419.49 \n",
" 1044.15,1420.98 1065.27,1422.42 1086.38,1423.82 1107.5,1425.18 1128.62,1426.49 1149.73,1427.76 1170.85,1428.99 1191.97,1430.17 1213.08,1431.31 1234.2,1432.41 \n",
" 1255.32,1433.46 1276.43,1434.47 1297.55,1435.44 1318.67,1436.36 1339.78,1437.24 1360.9,1438.07 1382.02,1438.87 1403.13,1439.62 1424.25,1440.32 1445.37,1440.98 \n",
" 1466.48,1441.6 1487.6,1442.18 1508.72,1442.71 1529.83,1443.2 1550.95,1443.65 1572.07,1444.05 1593.19,1444.41 1614.3,1444.72 1635.42,1444.99 1656.54,1445.22 \n",
" 1677.65,1445.41 1698.77,1445.55 1719.89,1445.65 1741,1445.7 1762.12,1445.71 1783.24,1445.68 1804.35,1445.61 1825.47,1445.49 1846.59,1445.33 1867.7,1445.12 \n",
" 1888.82,1444.87 1909.94,1444.58 1931.05,1444.25 1952.17,1443.87 1973.29,1443.45 1994.4,1442.98 2015.52,1442.47 2036.64,1441.92 2057.75,1441.32 2078.87,1440.68 \n",
" 2099.99,1440 2121.1,1439.28 2142.22,1438.51 2163.34,1437.69 2184.46,1436.84 2205.57,1435.94 2226.69,1435 2247.81,1434.01 2268.92,1432.98 2290.04,1431.91 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#8e971d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1382.07 220.594,1385.86 241.711,1389.54 262.828,1393.1 283.944,1396.54 305.061,1399.86 326.178,1403.07 347.295,1406.17 368.412,1409.14 389.528,1412 \n",
" 410.645,1414.75 431.762,1417.37 452.879,1419.88 473.995,1422.28 495.112,1424.56 516.229,1426.72 537.346,1428.76 558.463,1430.69 579.579,1432.5 600.696,1434.2 \n",
" 621.813,1435.78 642.93,1437.24 664.047,1438.59 685.163,1439.82 706.28,1440.93 727.397,1441.93 748.514,1442.81 769.63,1443.57 790.747,1444.22 811.864,1444.75 \n",
" 832.981,1445.17 854.098,1445.47 875.214,1445.65 896.331,1445.72 917.448,1445.66 938.565,1445.5 959.682,1445.21 980.798,1444.81 1001.92,1444.3 1023.03,1443.66 \n",
" 1044.15,1442.92 1065.27,1442.05 1086.38,1441.07 1107.5,1439.97 1128.62,1438.75 1149.73,1437.42 1170.85,1435.97 1191.97,1434.41 1213.08,1432.73 1234.2,1430.93 \n",
" 1255.32,1429.02 1276.43,1426.99 1297.55,1424.84 1318.67,1422.58 1339.78,1420.2 1360.9,1417.7 1382.02,1415.09 1403.13,1412.36 1424.25,1409.52 1445.37,1406.56 \n",
" 1466.48,1403.48 1487.6,1400.28 1508.72,1396.97 1529.83,1393.55 1550.95,1390 1572.07,1386.34 1593.19,1382.57 1614.3,1378.67 1635.42,1374.66 1656.54,1370.54 \n",
" 1677.65,1366.3 1698.77,1361.94 1719.89,1357.46 1741,1352.87 1762.12,1348.16 1783.24,1343.34 1804.35,1338.4 1825.47,1333.34 1846.59,1328.17 1867.7,1322.88 \n",
" 1888.82,1317.47 1909.94,1311.95 1931.05,1306.31 1952.17,1300.55 1973.29,1294.68 1994.4,1288.69 2015.52,1282.59 2036.64,1276.36 2057.75,1270.03 2078.87,1263.57 \n",
" 2099.99,1257 2121.1,1250.31 2142.22,1243.51 2163.34,1236.59 2184.46,1229.55 2205.57,1222.4 2226.69,1215.13 2247.81,1207.74 2268.92,1200.24 2290.04,1192.62 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#00a8cb; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1445.71 220.594,1445.54 241.711,1445.09 262.828,1444.37 283.944,1443.37 305.061,1442.09 326.178,1440.54 347.295,1438.71 368.412,1436.6 389.528,1434.22 \n",
" 410.645,1431.56 431.762,1428.62 452.879,1425.41 473.995,1421.92 495.112,1418.16 516.229,1414.12 537.346,1409.8 558.463,1405.21 579.579,1400.34 600.696,1395.19 \n",
" 621.813,1389.77 642.93,1384.07 664.047,1378.09 685.163,1371.84 706.28,1365.31 727.397,1358.51 748.514,1351.43 769.63,1344.07 790.747,1336.43 811.864,1328.52 \n",
" 832.981,1320.34 854.098,1311.87 875.214,1303.13 896.331,1294.12 917.448,1284.83 938.565,1275.26 959.682,1265.41 980.798,1255.29 1001.92,1244.89 1023.03,1234.22 \n",
" 1044.15,1223.27 1065.27,1212.04 1086.38,1200.54 1107.5,1188.76 1128.62,1176.7 1149.73,1164.37 1170.85,1151.76 1191.97,1138.87 1213.08,1125.71 1234.2,1112.27 \n",
" 1255.32,1098.56 1276.43,1084.57 1297.55,1070.3 1318.67,1055.76 1339.78,1040.94 1360.9,1025.84 1382.02,1010.47 1403.13,994.819 1424.25,978.893 1445.37,962.691 \n",
" 1466.48,946.213 1487.6,929.458 1508.72,912.427 1529.83,895.119 1550.95,877.535 1572.07,859.675 1593.19,841.538 1614.3,823.125 1635.42,804.436 1656.54,785.47 \n",
" 1677.65,766.228 1698.77,746.709 1719.89,726.914 1741,706.843 1762.12,686.495 1783.24,665.871 1804.35,644.97 1825.47,623.794 1846.59,602.34 1867.7,580.611 \n",
" 1888.82,558.604 1909.94,536.322 1931.05,513.763 1952.17,490.928 1973.29,467.816 1994.4,444.428 2015.52,420.764 2036.64,396.823 2057.75,372.606 2078.87,348.113 \n",
" 2099.99,323.343 2121.1,298.296 2142.22,272.974 2163.34,247.375 2184.46,221.499 2205.57,195.347 2226.69,168.919 2247.81,142.215 2268.92,115.234 2290.04,87.9763 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#9b7fe8; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1376.64 220.594,1379.73 241.711,1382.75 262.828,1385.7 283.944,1388.58 305.061,1391.39 326.178,1394.13 347.295,1396.8 368.412,1399.39 389.528,1401.92 \n",
" 410.645,1404.37 431.762,1406.76 452.879,1409.07 473.995,1411.31 495.112,1413.48 516.229,1415.58 537.346,1417.61 558.463,1419.57 579.579,1421.46 600.696,1423.28 \n",
" 621.813,1425.02 642.93,1426.7 664.047,1428.31 685.163,1429.84 706.28,1431.3 727.397,1432.7 748.514,1434.02 769.63,1435.27 790.747,1436.45 811.864,1437.56 \n",
" 832.981,1438.6 854.098,1439.57 875.214,1440.47 896.331,1441.29 917.448,1442.05 938.565,1442.73 959.682,1443.35 980.798,1443.89 1001.92,1444.36 1023.03,1444.77 \n",
" 1044.15,1445.1 1065.27,1445.36 1086.38,1445.55 1107.5,1445.67 1128.62,1445.71 1149.73,1445.69 1170.85,1445.6 1191.97,1445.43 1213.08,1445.2 1234.2,1444.89 \n",
" 1255.32,1444.52 1276.43,1444.07 1297.55,1443.55 1318.67,1442.96 1339.78,1442.3 1360.9,1441.57 1382.02,1440.77 1403.13,1439.9 1424.25,1438.96 1445.37,1437.94 \n",
" 1466.48,1436.86 1487.6,1435.71 1508.72,1434.48 1529.83,1433.18 1550.95,1431.82 1572.07,1430.38 1593.19,1428.87 1614.3,1427.29 1635.42,1425.64 1656.54,1423.92 \n",
" 1677.65,1422.13 1698.77,1420.26 1719.89,1418.33 1741,1416.32 1762.12,1414.25 1783.24,1412.1 1804.35,1409.89 1825.47,1407.6 1846.59,1405.24 1867.7,1402.81 \n",
" 1888.82,1400.31 1909.94,1397.74 1931.05,1395.1 1952.17,1392.39 1973.29,1389.61 1994.4,1386.75 2015.52,1383.83 2036.64,1380.83 2057.75,1377.77 2078.87,1374.63 \n",
" 2099.99,1371.42 2121.1,1368.15 2142.22,1364.8 2163.34,1361.38 2184.46,1357.89 2205.57,1354.32 2226.69,1350.69 2247.81,1346.99 2268.92,1343.22 2290.04,1339.37 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#608cf6; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1424.97 220.594,1425.59 241.711,1426.21 262.828,1426.82 283.944,1427.42 305.061,1428.01 326.178,1428.58 347.295,1429.15 368.412,1429.71 389.528,1430.26 \n",
" 410.645,1430.8 431.762,1431.33 452.879,1431.86 473.995,1432.37 495.112,1432.87 516.229,1433.36 537.346,1433.84 558.463,1434.32 579.579,1434.78 600.696,1435.24 \n",
" 621.813,1435.68 642.93,1436.11 664.047,1436.54 685.163,1436.95 706.28,1437.36 727.397,1437.76 748.514,1438.14 769.63,1438.52 790.747,1438.89 811.864,1439.25 \n",
" 832.981,1439.59 854.098,1439.93 875.214,1440.26 896.331,1440.58 917.448,1440.89 938.565,1441.19 959.682,1441.48 980.798,1441.76 1001.92,1442.03 1023.03,1442.29 \n",
" 1044.15,1442.54 1065.27,1442.79 1086.38,1443.02 1107.5,1443.24 1128.62,1443.46 1149.73,1443.66 1170.85,1443.85 1191.97,1444.04 1213.08,1444.21 1234.2,1444.38 \n",
" 1255.32,1444.53 1276.43,1444.68 1297.55,1444.82 1318.67,1444.94 1339.78,1445.06 1360.9,1445.17 1382.02,1445.27 1403.13,1445.35 1424.25,1445.43 1445.37,1445.5 \n",
" 1466.48,1445.56 1487.6,1445.61 1508.72,1445.65 1529.83,1445.68 1550.95,1445.7 1572.07,1445.71 1593.19,1445.72 1614.3,1445.71 1635.42,1445.69 1656.54,1445.66 \n",
" 1677.65,1445.63 1698.77,1445.58 1719.89,1445.52 1741,1445.46 1762.12,1445.38 1783.24,1445.3 1804.35,1445.2 1825.47,1445.1 1846.59,1444.98 1867.7,1444.86 \n",
" 1888.82,1444.73 1909.94,1444.59 1931.05,1444.43 1952.17,1444.27 1973.29,1444.1 1994.4,1443.92 2015.52,1443.73 2036.64,1443.53 2057.75,1443.32 2078.87,1443.1 \n",
" 2099.99,1442.87 2121.1,1442.63 2142.22,1442.38 2163.34,1442.12 2184.46,1441.86 2205.57,1441.58 2226.69,1441.29 2247.81,1440.99 2268.92,1440.69 2290.04,1440.37 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#f05f73; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1362.43 220.594,1365.84 241.711,1369.17 262.828,1372.44 283.944,1375.64 305.061,1378.76 326.178,1381.82 347.295,1384.8 368.412,1387.71 389.528,1390.55 \n",
" 410.645,1393.32 431.762,1396.02 452.879,1398.64 473.995,1401.2 495.112,1403.68 516.229,1406.09 537.346,1408.44 558.463,1410.71 579.579,1412.9 600.696,1415.03 \n",
" 621.813,1417.09 642.93,1419.07 664.047,1420.98 685.163,1422.83 706.28,1424.6 727.397,1426.3 748.514,1427.93 769.63,1429.48 790.747,1430.97 811.864,1432.38 \n",
" 832.981,1433.73 854.098,1435 875.214,1436.2 896.331,1437.33 917.448,1438.38 938.565,1439.37 959.682,1440.29 980.798,1441.13 1001.92,1441.9 1023.03,1442.61 \n",
" 1044.15,1443.24 1065.27,1443.79 1086.38,1444.28 1107.5,1444.7 1128.62,1445.04 1149.73,1445.32 1170.85,1445.52 1191.97,1445.65 1213.08,1445.71 1234.2,1445.7 \n",
" 1255.32,1445.62 1276.43,1445.46 1297.55,1445.24 1318.67,1444.94 1339.78,1444.57 1360.9,1444.14 1382.02,1443.63 1403.13,1443.04 1424.25,1442.39 1445.37,1441.67 \n",
" 1466.48,1440.87 1487.6,1440.01 1508.72,1439.07 1529.83,1438.06 1550.95,1436.98 1572.07,1435.83 1593.19,1434.6 1614.3,1433.31 1635.42,1431.94 1656.54,1430.51 \n",
" 1677.65,1429 1698.77,1427.42 1719.89,1425.77 1741,1424.05 1762.12,1422.25 1783.24,1420.39 1804.35,1418.45 1825.47,1416.44 1846.59,1414.37 1867.7,1412.22 \n",
" 1888.82,1410 1909.94,1407.7 1931.05,1405.34 1952.17,1402.9 1973.29,1400.4 1994.4,1397.82 2015.52,1395.17 2036.64,1392.45 2057.75,1389.66 2078.87,1386.8 \n",
" 2099.99,1383.86 2121.1,1380.86 2142.22,1377.78 2163.34,1374.64 2184.46,1371.42 2205.57,1368.13 2226.69,1364.76 2247.81,1361.33 2268.92,1357.83 2290.04,1354.25 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#dd64b5; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,696.19 220.594,723.711 241.711,750.717 262.828,777.208 283.944,803.184 305.061,828.646 326.178,853.593 347.295,878.025 368.412,901.942 389.528,925.345 \n",
" 410.645,948.233 431.762,970.606 452.879,992.465 473.995,1013.81 495.112,1034.64 516.229,1054.95 537.346,1074.75 558.463,1094.04 579.579,1112.81 600.696,1131.06 \n",
" 621.813,1148.8 642.93,1166.03 664.047,1182.74 685.163,1198.94 706.28,1214.62 727.397,1229.78 748.514,1244.44 769.63,1258.57 790.747,1272.2 811.864,1285.3 \n",
" 832.981,1297.9 854.098,1309.98 875.214,1321.54 896.331,1332.59 917.448,1343.12 938.565,1353.14 959.682,1362.65 980.798,1371.64 1001.92,1380.11 1023.03,1388.07 \n",
" 1044.15,1395.52 1065.27,1402.45 1086.38,1408.87 1107.5,1414.77 1128.62,1420.16 1149.73,1425.03 1170.85,1429.39 1191.97,1433.23 1213.08,1436.56 1234.2,1439.37 \n",
" 1255.32,1441.67 1276.43,1443.45 1297.55,1444.72 1318.67,1445.48 1339.78,1445.72 1360.9,1445.44 1382.02,1444.65 1403.13,1443.35 1424.25,1441.53 1445.37,1439.19 \n",
" 1466.48,1436.34 1487.6,1432.98 1508.72,1429.1 1529.83,1424.71 1550.95,1419.8 1572.07,1414.38 1593.19,1408.44 1614.3,1401.99 1635.42,1395.02 1656.54,1387.54 \n",
" 1677.65,1379.55 1698.77,1371.03 1719.89,1362.01 1741,1352.47 1762.12,1342.41 1783.24,1331.84 1804.35,1320.76 1825.47,1309.16 1846.59,1297.05 1867.7,1284.42 \n",
" 1888.82,1271.27 1909.94,1257.62 1931.05,1243.44 1952.17,1228.76 1973.29,1213.55 1994.4,1197.84 2015.52,1181.6 2036.64,1164.86 2057.75,1147.6 2078.87,1129.82 \n",
" 2099.99,1111.53 2121.1,1092.72 2142.22,1073.4 2163.34,1053.57 2184.46,1033.22 2205.57,1012.35 2226.69,990.975 2247.81,969.081 2268.92,946.672 2290.04,923.749 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip842)\" style=\"stroke:#6b9e32; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.477,1430.09 220.594,1430.88 241.711,1431.65 262.828,1432.4 283.944,1433.13 305.061,1433.84 326.178,1434.52 347.295,1435.19 368.412,1435.84 389.528,1436.47 \n",
" 410.645,1437.07 431.762,1437.66 452.879,1438.22 473.995,1438.77 495.112,1439.29 516.229,1439.79 537.346,1440.28 558.463,1440.74 579.579,1441.18 600.696,1441.6 \n",
" 621.813,1442 642.93,1442.38 664.047,1442.74 685.163,1443.08 706.28,1443.4 727.397,1443.7 748.514,1443.98 769.63,1444.23 790.747,1444.47 811.864,1444.69 \n",
" 832.981,1444.88 854.098,1445.06 875.214,1445.21 896.331,1445.34 917.448,1445.46 938.565,1445.55 959.682,1445.62 980.798,1445.67 1001.92,1445.71 1023.03,1445.72 \n",
" 1044.15,1445.71 1065.27,1445.68 1086.38,1445.62 1107.5,1445.55 1128.62,1445.46 1149.73,1445.35 1170.85,1445.21 1191.97,1445.06 1213.08,1444.89 1234.2,1444.69 \n",
" 1255.32,1444.48 1276.43,1444.24 1297.55,1443.98 1318.67,1443.71 1339.78,1443.41 1360.9,1443.09 1382.02,1442.75 1403.13,1442.39 1424.25,1442.02 1445.37,1441.62 \n",
" 1466.48,1441.19 1487.6,1440.75 1508.72,1440.29 1529.83,1439.81 1550.95,1439.31 1572.07,1438.78 1593.19,1438.24 1614.3,1437.68 1635.42,1437.09 1656.54,1436.48 \n",
" 1677.65,1435.86 1698.77,1435.21 1719.89,1434.55 1741,1433.86 1762.12,1433.15 1783.24,1432.42 1804.35,1431.67 1825.47,1430.9 1846.59,1430.11 1867.7,1429.3 \n",
" 1888.82,1428.47 1909.94,1427.62 1931.05,1426.75 1952.17,1425.85 1973.29,1424.94 1994.4,1424.01 2015.52,1423.05 2036.64,1422.08 2057.75,1421.08 2078.87,1420.06 \n",
" 2099.99,1419.03 2121.1,1417.97 2142.22,1416.89 2163.34,1415.79 2184.46,1414.68 2205.57,1413.54 2226.69,1412.38 2247.81,1411.2 2268.92,1409.99 2290.04,1408.77 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"845.044\" cy=\"1445.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"439.146\" cy=\"1437.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"1202.86\" cy=\"1444.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"674.443\" cy=\"1443.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"941.357\" cy=\"1445.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"1079.9\" cy=\"1445.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"533.211\" cy=\"1440.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"1184.94\" cy=\"1444.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"1331.43\" cy=\"1441.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip842)\" cx=\"1031.29\" cy=\"1445.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"</svg>\n"
]
},
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"p = plot()\n",
"for y in prior_ys\n",
" plot!(p, x_grid, y; label=nothing)\n",
"end\n",
"scatter!(p, xs, true_U.(xs), label=nothing)\n",
"p"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Plot samples from posterior"
]
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"16"
]
},
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"learned_traces = traces[1000:200:4000];\n",
"length(learned_traces)"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n",
" <clipPath id=\"clip880\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip881\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M174.862 286.448 L552.756 286.448 L552.756 47.2441 L174.862 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip882\">\n",
" <rect x=\"174\" y=\"47\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 185.557,286.448 185.557,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 274.683,286.448 274.683,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 363.809,286.448 363.809,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 452.935,286.448 452.935,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 542.061,286.448 542.061,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,279.686 552.756,279.686 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,244.376 552.756,244.376 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,209.066 552.756,209.066 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,173.756 552.756,173.756 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,138.447 552.756,138.447 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,103.137 552.756,103.137 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip882)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,67.827 552.756,67.827 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,286.448 552.756,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,286.448 174.862,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 185.557,286.448 185.557,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 274.683,286.448 274.683,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 363.809,286.448 363.809,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 452.935,286.448 452.935,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 542.061,286.448 542.061,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,279.686 179.397,279.686 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,244.376 179.397,244.376 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,209.066 179.397,209.066 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,173.756 179.397,173.756 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,138.447 179.397,138.447 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,103.137 179.397,103.137 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,67.827 179.397,67.827 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M166.61 325.036 L179.087 325.036 L179.087 328.832 L166.61 328.832 L166.61 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M188.184 335.985 L204.504 335.985 L204.504 339.92 L182.559 339.92 L182.559 335.985 Q185.221 333.23 189.805 328.6 Q194.411 323.948 195.592 322.605 Q197.837 320.082 198.717 318.346 Q199.62 316.587 199.62 314.897 Q199.62 312.142 197.675 310.406 Q195.754 308.67 192.652 308.67 Q190.453 308.67 187.999 309.434 Q185.569 310.198 182.791 311.749 L182.791 307.027 Q185.615 305.892 188.069 305.314 Q190.522 304.735 192.559 304.735 Q197.93 304.735 201.124 307.42 Q204.319 310.105 204.319 314.596 Q204.319 316.726 203.508 318.647 Q202.721 320.545 200.615 323.138 Q200.036 323.809 196.934 327.026 Q193.833 330.221 188.184 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M255.551 325.036 L268.028 325.036 L268.028 328.832 L255.551 328.832 L255.551 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M273.908 335.985 L281.546 335.985 L281.546 309.619 L273.236 311.286 L273.236 307.027 L281.5 305.36 L286.176 305.36 L286.176 335.985 L293.815 335.985 L293.815 339.92 L273.908 339.92 L273.908 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M363.809 308.439 Q360.198 308.439 358.369 312.003 Q356.564 315.545 356.564 322.675 Q356.564 329.781 358.369 333.346 Q360.198 336.887 363.809 336.887 Q367.443 336.887 369.249 333.346 Q371.077 329.781 371.077 322.675 Q371.077 315.545 369.249 312.003 Q367.443 308.439 363.809 308.439 M363.809 304.735 Q369.619 304.735 372.675 309.341 Q375.753 313.925 375.753 322.675 Q375.753 331.401 372.675 336.008 Q369.619 340.591 363.809 340.591 Q357.999 340.591 354.92 336.008 Q351.865 331.401 351.865 322.675 Q351.865 313.925 354.92 309.341 Q357.999 304.735 363.809 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M443.317 335.985 L450.956 335.985 L450.956 309.619 L442.646 311.286 L442.646 307.027 L450.909 305.36 L455.585 305.36 L455.585 335.985 L463.224 335.985 L463.224 339.92 L443.317 339.92 L443.317 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M536.714 335.985 L553.033 335.985 L553.033 339.92 L531.089 339.92 L531.089 335.985 Q533.751 333.23 538.334 328.6 Q542.94 323.948 544.121 322.605 Q546.366 320.082 547.246 318.346 Q548.149 316.587 548.149 314.897 Q548.149 312.142 546.204 310.406 Q544.283 308.67 541.181 308.67 Q538.982 308.67 536.528 309.434 Q534.098 310.198 531.32 311.749 L531.32 307.027 Q534.144 305.892 536.598 305.314 Q539.052 304.735 541.089 304.735 Q546.459 304.735 549.653 307.42 Q552.848 310.105 552.848 314.596 Q552.848 316.726 552.038 318.647 Q551.251 320.545 549.144 323.138 Q548.565 323.809 545.464 327.026 Q542.362 330.221 536.714 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M101.95 265.484 Q98.3392 265.484 96.5105 269.049 Q94.7049 272.591 94.7049 279.72 Q94.7049 286.827 96.5105 290.392 Q98.3392 293.933 101.95 293.933 Q105.584 293.933 107.39 290.392 Q109.219 286.827 109.219 279.72 Q109.219 272.591 107.39 269.049 Q105.584 265.484 101.95 265.484 M101.95 261.781 Q107.76 261.781 110.816 266.387 Q113.895 270.97 113.895 279.72 Q113.895 288.447 110.816 293.054 Q107.76 297.637 101.95 297.637 Q96.1401 297.637 93.0614 293.054 Q90.0059 288.447 90.0059 279.72 Q90.0059 270.97 93.0614 266.387 Q96.1401 261.781 101.95 261.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.964 291.086 L123.848 291.086 L123.848 296.966 L118.964 296.966 L118.964 291.086 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M138.918 265.484 Q135.307 265.484 133.478 269.049 Q131.672 272.591 131.672 279.72 Q131.672 286.827 133.478 290.392 Q135.307 293.933 138.918 293.933 Q142.552 293.933 144.357 290.392 Q146.186 286.827 146.186 279.72 Q146.186 272.591 144.357 269.049 Q142.552 265.484 138.918 265.484 M138.918 261.781 Q144.728 261.781 147.783 266.387 Q150.862 270.97 150.862 279.72 Q150.862 288.447 147.783 293.054 Q144.728 297.637 138.918 297.637 Q133.107 297.637 130.029 293.054 Q126.973 288.447 126.973 279.72 Q126.973 270.97 130.029 266.387 Q133.107 261.781 138.918 261.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M103.547 230.175 Q99.9364 230.175 98.1077 233.739 Q96.3021 237.281 96.3021 244.411 Q96.3021 251.517 98.1077 255.082 Q99.9364 258.624 103.547 258.624 Q107.182 258.624 108.987 255.082 Q110.816 251.517 110.816 244.411 Q110.816 237.281 108.987 233.739 Q107.182 230.175 103.547 230.175 M103.547 226.471 Q109.358 226.471 112.413 231.077 Q115.492 235.661 115.492 244.411 Q115.492 253.137 112.413 257.744 Q109.358 262.327 103.547 262.327 Q97.7373 262.327 94.6586 257.744 Q91.6031 253.137 91.6031 244.411 Q91.6031 235.661 94.6586 231.077 Q97.7373 226.471 103.547 226.471 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M120.561 255.776 L125.445 255.776 L125.445 261.656 L120.561 261.656 L120.561 255.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M134.543 257.721 L150.862 257.721 L150.862 261.656 L128.918 261.656 L128.918 257.721 Q131.58 254.966 136.163 250.337 Q140.769 245.684 141.95 244.341 Q144.195 241.818 145.075 240.082 Q145.978 238.323 145.978 236.633 Q145.978 233.878 144.033 232.142 Q142.112 230.406 139.01 230.406 Q136.811 230.406 134.357 231.17 Q131.927 231.934 129.149 233.485 L129.149 228.763 Q131.973 227.628 134.427 227.05 Q136.881 226.471 138.918 226.471 Q144.288 226.471 147.482 229.156 Q150.677 231.841 150.677 236.332 Q150.677 238.462 149.867 240.383 Q149.08 242.281 146.973 244.874 Q146.394 245.545 143.293 248.762 Q140.191 251.957 134.543 257.721 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M101.464 194.865 Q97.8531 194.865 96.0244 198.43 Q94.2188 201.971 94.2188 209.101 Q94.2188 216.207 96.0244 219.772 Q97.8531 223.314 101.464 223.314 Q105.098 223.314 106.904 219.772 Q108.733 216.207 108.733 209.101 Q108.733 201.971 106.904 198.43 Q105.098 194.865 101.464 194.865 M101.464 191.161 Q107.274 191.161 110.33 195.768 Q113.409 200.351 113.409 209.101 Q113.409 217.828 110.33 222.434 Q107.274 227.017 101.464 227.017 Q95.654 227.017 92.5753 222.434 Q89.5198 217.828 89.5198 209.101 Q89.5198 200.351 92.5753 195.768 Q95.654 191.161 101.464 191.161 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.478 220.467 L123.362 220.467 L123.362 226.346 L118.478 226.346 L118.478 220.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M141.279 195.86 L129.473 214.309 L141.279 214.309 L141.279 195.86 M140.052 191.786 L145.931 191.786 L145.931 214.309 L150.862 214.309 L150.862 218.198 L145.931 218.198 L145.931 226.346 L141.279 226.346 L141.279 218.198 L125.677 218.198 L125.677 213.684 L140.052 191.786 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M101.788 159.555 Q98.1771 159.555 96.3484 163.12 Q94.5429 166.662 94.5429 173.791 Q94.5429 180.898 96.3484 184.462 Q98.1771 188.004 101.788 188.004 Q105.422 188.004 107.228 184.462 Q109.057 180.898 109.057 173.791 Q109.057 166.662 107.228 163.12 Q105.422 159.555 101.788 159.555 M101.788 155.851 Q107.598 155.851 110.654 160.458 Q113.733 165.041 113.733 173.791 Q113.733 182.518 110.654 187.124 Q107.598 191.708 101.788 191.708 Q95.9781 191.708 92.8994 187.124 Q89.8438 182.518 89.8438 173.791 Q89.8438 165.041 92.8994 160.458 Q95.9781 155.851 101.788 155.851 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.802 185.157 L123.686 185.157 L123.686 191.036 L118.802 191.036 L118.802 185.157 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M139.334 171.893 Q136.186 171.893 134.334 174.046 Q132.506 176.199 132.506 179.948 Q132.506 183.675 134.334 185.851 Q136.186 188.004 139.334 188.004 Q142.482 188.004 144.311 185.851 Q146.163 183.675 146.163 179.948 Q146.163 176.199 144.311 174.046 Q142.482 171.893 139.334 171.893 M148.617 157.24 L148.617 161.5 Q146.857 160.666 145.052 160.226 Q143.269 159.787 141.51 159.787 Q136.881 159.787 134.427 162.912 Q131.996 166.037 131.649 172.356 Q133.015 170.342 135.075 169.277 Q137.135 168.189 139.612 168.189 Q144.82 168.189 147.83 171.361 Q150.862 174.509 150.862 179.948 Q150.862 185.273 147.714 188.49 Q144.566 191.708 139.334 191.708 Q133.339 191.708 130.168 187.124 Q126.996 182.518 126.996 173.791 Q126.996 165.597 130.885 160.736 Q134.774 155.851 141.325 155.851 Q143.084 155.851 144.867 156.199 Q146.672 156.546 148.617 157.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M102.043 124.245 Q98.4318 124.245 96.6031 127.81 Q94.7975 131.352 94.7975 138.481 Q94.7975 145.588 96.6031 149.153 Q98.4318 152.694 102.043 152.694 Q105.677 152.694 107.483 149.153 Q109.311 145.588 109.311 138.481 Q109.311 131.352 107.483 127.81 Q105.677 124.245 102.043 124.245 M102.043 120.542 Q107.853 120.542 110.909 125.148 Q113.987 129.731 113.987 138.481 Q113.987 147.208 110.909 151.815 Q107.853 156.398 102.043 156.398 Q96.2327 156.398 93.154 151.815 Q90.0985 147.208 90.0985 138.481 Q90.0985 129.731 93.154 125.148 Q96.2327 120.542 102.043 120.542 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M119.057 149.847 L123.941 149.847 L123.941 155.727 L119.057 155.727 L119.057 149.847 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M139.01 139.315 Q135.677 139.315 133.756 141.097 Q131.857 142.879 131.857 146.004 Q131.857 149.129 133.756 150.912 Q135.677 152.694 139.01 152.694 Q142.344 152.694 144.265 150.912 Q146.186 149.106 146.186 146.004 Q146.186 142.879 144.265 141.097 Q142.367 139.315 139.01 139.315 M134.334 137.324 Q131.325 136.583 129.635 134.523 Q127.969 132.463 127.969 129.5 Q127.969 125.356 130.908 122.949 Q133.871 120.542 139.01 120.542 Q144.172 120.542 147.112 122.949 Q150.052 125.356 150.052 129.5 Q150.052 132.463 148.362 134.523 Q146.695 136.583 143.709 137.324 Q147.089 138.111 148.964 140.403 Q150.862 142.694 150.862 146.004 Q150.862 151.028 147.783 153.713 Q144.728 156.398 139.01 156.398 Q133.293 156.398 130.214 153.713 Q127.158 151.028 127.158 146.004 Q127.158 142.694 129.057 140.403 Q130.955 138.111 134.334 137.324 M132.621 129.94 Q132.621 132.625 134.288 134.13 Q135.978 135.634 139.01 135.634 Q142.019 135.634 143.709 134.13 Q145.422 132.625 145.422 129.94 Q145.422 127.255 143.709 125.75 Q142.019 124.245 139.01 124.245 Q135.978 124.245 134.288 125.75 Q132.621 127.255 132.621 129.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M93.9873 116.482 L101.626 116.482 L101.626 90.1161 L93.316 91.7827 L93.316 87.5235 L101.58 85.8568 L106.256 85.8568 L106.256 116.482 L113.895 116.482 L113.895 120.417 L93.9873 120.417 L93.9873 116.482 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.964 114.537 L123.848 114.537 L123.848 120.417 L118.964 120.417 L118.964 114.537 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M138.918 88.9355 Q135.307 88.9355 133.478 92.5003 Q131.672 96.042 131.672 103.172 Q131.672 110.278 133.478 113.843 Q135.307 117.384 138.918 117.384 Q142.552 117.384 144.357 113.843 Q146.186 110.278 146.186 103.172 Q146.186 96.042 144.357 92.5003 Q142.552 88.9355 138.918 88.9355 M138.918 85.2318 Q144.728 85.2318 147.783 89.8383 Q150.862 94.4216 150.862 103.172 Q150.862 111.898 147.783 116.505 Q144.728 121.088 138.918 121.088 Q133.107 121.088 130.029 116.505 Q126.973 111.898 126.973 103.172 Q126.973 94.4216 130.029 89.8383 Q133.107 85.2318 138.918 85.2318 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M95.5845 81.1719 L103.223 81.1719 L103.223 54.8063 L94.9133 56.4729 L94.9133 52.2137 L103.177 50.547 L107.853 50.547 L107.853 81.1719 L115.492 81.1719 L115.492 85.107 L95.5845 85.107 L95.5845 81.1719 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M120.561 79.2275 L125.445 79.2275 L125.445 85.107 L120.561 85.107 L120.561 79.2275 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M134.543 81.1719 L150.862 81.1719 L150.862 85.107 L128.918 85.107 L128.918 81.1719 Q131.58 78.4173 136.163 73.7877 Q140.769 69.1349 141.95 67.7923 Q144.195 65.2692 145.075 63.5331 Q145.978 61.7738 145.978 60.084 Q145.978 57.3294 144.033 55.5933 Q142.112 53.8572 139.01 53.8572 Q136.811 53.8572 134.357 54.6211 Q131.927 55.385 129.149 56.9359 L129.149 52.2137 Q131.973 51.0795 134.427 50.5008 Q136.881 49.9221 138.918 49.9221 Q144.288 49.9221 147.482 52.6072 Q150.677 55.2924 150.677 59.7831 Q150.677 61.9127 149.867 63.834 Q149.08 65.7322 146.973 68.3247 Q146.394 68.996 143.293 72.2136 Q140.191 75.408 134.543 81.1719 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip882)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 185.557,214.416 189.158,218.132 192.759,221.739 196.36,225.237 199.961,228.626 203.562,231.907 207.163,235.078 210.764,238.141 214.366,241.094 217.967,243.939 \n",
" 221.568,246.675 225.169,249.302 228.77,251.82 232.371,254.229 235.972,256.529 239.573,258.721 243.174,260.803 246.775,262.776 250.376,264.641 253.977,266.397 \n",
" 257.578,268.044 261.179,269.582 264.78,271.011 268.381,272.331 271.982,273.542 275.583,274.644 279.184,275.638 282.785,276.522 286.386,277.298 289.988,277.965 \n",
" 293.589,278.522 297.19,278.971 300.791,279.311 304.392,279.542 307.993,279.665 311.594,279.678 315.195,279.582 318.796,279.378 322.397,279.064 325.998,278.642 \n",
" 329.599,278.111 333.2,277.471 336.801,276.722 340.402,275.864 344.003,274.897 347.604,273.821 351.205,272.637 354.806,271.343 358.407,269.941 362.008,268.43 \n",
" 365.609,266.809 369.211,265.08 372.812,263.242 376.413,261.295 380.014,259.239 383.615,257.075 387.216,254.801 390.817,252.419 394.418,249.927 398.019,247.327 \n",
" 401.62,244.618 405.221,241.799 408.822,238.872 412.423,235.836 416.024,232.692 419.625,229.438 423.226,226.075 426.827,222.604 430.428,219.023 434.029,215.334 \n",
" 437.63,211.536 441.231,207.628 444.833,203.612 448.434,199.487 452.035,195.254 455.636,190.911 459.237,186.459 462.838,181.899 466.439,177.229 470.04,172.451 \n",
" 473.641,167.563 477.242,162.567 480.843,157.462 484.444,152.248 488.045,146.925 491.646,141.494 495.247,135.953 498.848,130.303 502.449,124.545 506.05,118.677 \n",
" 509.651,112.701 513.252,106.616 516.853,100.422 520.455,94.1189 524.056,87.707 527.657,81.1862 531.258,74.5565 534.859,67.8179 538.46,60.9704 542.061,54.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M774.862 286.448 L1152.76 286.448 L1152.76 47.2441 L774.862 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip883\">\n",
" <rect x=\"774\" y=\"47\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 785.557,286.448 785.557,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 874.683,286.448 874.683,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 963.809,286.448 963.809,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1052.93,286.448 1052.93,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1142.06,286.448 1142.06,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,279.687 1152.76,279.687 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,239.57 1152.76,239.57 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,199.452 1152.76,199.452 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,159.335 1152.76,159.335 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,119.218 1152.76,119.218 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip883)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,79.1013 1152.76,79.1013 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,286.448 1152.76,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,286.448 774.862,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 785.557,286.448 785.557,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 874.683,286.448 874.683,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 963.809,286.448 963.809,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1052.93,286.448 1052.93,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1142.06,286.448 1142.06,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,279.687 779.397,279.687 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,239.57 779.397,239.57 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,199.452 779.397,199.452 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,159.335 779.397,159.335 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,119.218 779.397,119.218 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,79.1013 779.397,79.1013 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M766.61 325.036 L779.087 325.036 L779.087 328.832 L766.61 328.832 L766.61 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M788.184 335.985 L804.504 335.985 L804.504 339.92 L782.559 339.92 L782.559 335.985 Q785.221 333.23 789.805 328.6 Q794.411 323.948 795.592 322.605 Q797.837 320.082 798.717 318.346 Q799.62 316.587 799.62 314.897 Q799.62 312.142 797.675 310.406 Q795.754 308.67 792.652 308.67 Q790.453 308.67 787.999 309.434 Q785.569 310.198 782.791 311.749 L782.791 307.027 Q785.615 305.892 788.069 305.314 Q790.522 304.735 792.559 304.735 Q797.93 304.735 801.124 307.42 Q804.319 310.105 804.319 314.596 Q804.319 316.726 803.508 318.647 Q802.721 320.545 800.615 323.138 Q800.036 323.809 796.934 327.026 Q793.833 330.221 788.184 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M855.551 325.036 L868.028 325.036 L868.028 328.832 L855.551 328.832 L855.551 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M873.908 335.985 L881.546 335.985 L881.546 309.619 L873.236 311.286 L873.236 307.027 L881.5 305.36 L886.176 305.36 L886.176 335.985 L893.815 335.985 L893.815 339.92 L873.908 339.92 L873.908 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M963.809 308.439 Q960.198 308.439 958.369 312.003 Q956.564 315.545 956.564 322.675 Q956.564 329.781 958.369 333.346 Q960.198 336.887 963.809 336.887 Q967.443 336.887 969.249 333.346 Q971.077 329.781 971.077 322.675 Q971.077 315.545 969.249 312.003 Q967.443 308.439 963.809 308.439 M963.809 304.735 Q969.619 304.735 972.675 309.341 Q975.753 313.925 975.753 322.675 Q975.753 331.401 972.675 336.008 Q969.619 340.591 963.809 340.591 Q957.999 340.591 954.92 336.008 Q951.865 331.401 951.865 322.675 Q951.865 313.925 954.92 309.341 Q957.999 304.735 963.809 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1043.32 335.985 L1050.96 335.985 L1050.96 309.619 L1042.65 311.286 L1042.65 307.027 L1050.91 305.36 L1055.59 305.36 L1055.59 335.985 L1063.22 335.985 L1063.22 339.92 L1043.32 339.92 L1043.32 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1136.71 335.985 L1153.03 335.985 L1153.03 339.92 L1131.09 339.92 L1131.09 335.985 Q1133.75 333.23 1138.33 328.6 Q1142.94 323.948 1144.12 322.605 Q1146.37 320.082 1147.25 318.346 Q1148.15 316.587 1148.15 314.897 Q1148.15 312.142 1146.2 310.406 Q1144.28 308.67 1141.18 308.67 Q1138.98 308.67 1136.53 309.434 Q1134.1 310.198 1131.32 311.749 L1131.32 307.027 Q1134.14 305.892 1136.6 305.314 Q1139.05 304.735 1141.09 304.735 Q1146.46 304.735 1149.65 307.42 Q1152.85 310.105 1152.85 314.596 Q1152.85 316.726 1152.04 318.647 Q1151.25 320.545 1149.14 323.138 Q1148.57 323.809 1145.46 327.026 Q1142.36 330.221 1136.71 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M674.937 265.485 Q671.325 265.485 669.497 269.05 Q667.691 272.592 667.691 279.721 Q667.691 286.828 669.497 290.393 Q671.325 293.934 674.937 293.934 Q678.571 293.934 680.376 290.393 Q682.205 286.828 682.205 279.721 Q682.205 272.592 680.376 269.05 Q678.571 265.485 674.937 265.485 M674.937 261.782 Q680.747 261.782 683.802 266.388 Q686.881 270.971 686.881 279.721 Q686.881 288.448 683.802 293.055 Q680.747 297.638 674.937 297.638 Q669.126 297.638 666.048 293.055 Q662.992 288.448 662.992 279.721 Q662.992 270.971 666.048 266.388 Q669.126 261.782 674.937 261.782 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M691.95 291.087 L696.835 291.087 L696.835 296.967 L691.95 296.967 L691.95 291.087 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M711.904 265.485 Q708.293 265.485 706.464 269.05 Q704.659 272.592 704.659 279.721 Q704.659 286.828 706.464 290.393 Q708.293 293.934 711.904 293.934 Q715.538 293.934 717.344 290.393 Q719.172 286.828 719.172 279.721 Q719.172 272.592 717.344 269.05 Q715.538 265.485 711.904 265.485 M711.904 261.782 Q717.714 261.782 720.77 266.388 Q723.848 270.971 723.848 279.721 Q723.848 288.448 720.77 293.055 Q717.714 297.638 711.904 297.638 Q706.094 297.638 703.015 293.055 Q699.96 288.448 699.96 279.721 Q699.96 270.971 703.015 266.388 Q706.094 261.782 711.904 261.782 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 265.485 Q735.307 265.485 733.478 269.05 Q731.672 272.592 731.672 279.721 Q731.672 286.828 733.478 290.393 Q735.307 293.934 738.918 293.934 Q742.552 293.934 744.357 290.393 Q746.186 286.828 746.186 279.721 Q746.186 272.592 744.357 269.05 Q742.552 265.485 738.918 265.485 M738.918 261.782 Q744.728 261.782 747.783 266.388 Q750.862 270.971 750.862 279.721 Q750.862 288.448 747.783 293.055 Q744.728 297.638 738.918 297.638 Q733.107 297.638 730.029 293.055 Q726.973 288.448 726.973 279.721 Q726.973 270.971 730.029 266.388 Q733.107 261.782 738.918 261.782 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M677.529 225.368 Q673.918 225.368 672.089 228.933 Q670.284 232.475 670.284 239.604 Q670.284 246.711 672.089 250.275 Q673.918 253.817 677.529 253.817 Q681.163 253.817 682.969 250.275 Q684.798 246.711 684.798 239.604 Q684.798 232.475 682.969 228.933 Q681.163 225.368 677.529 225.368 M677.529 221.665 Q683.339 221.665 686.395 226.271 Q689.473 230.854 689.473 239.604 Q689.473 248.331 686.395 252.937 Q683.339 257.521 677.529 257.521 Q671.719 257.521 668.64 252.937 Q665.585 248.331 665.585 239.604 Q665.585 230.854 668.64 226.271 Q671.719 221.665 677.529 221.665 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M694.543 250.97 L699.427 250.97 L699.427 256.85 L694.543 256.85 L694.543 250.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M708.524 252.914 L724.844 252.914 L724.844 256.85 L702.899 256.85 L702.899 252.914 Q705.561 250.16 710.145 245.53 Q714.751 240.877 715.932 239.535 Q718.177 237.012 719.057 235.276 Q719.959 233.516 719.959 231.826 Q719.959 229.072 718.015 227.336 Q716.094 225.6 712.992 225.6 Q710.793 225.6 708.339 226.364 Q705.909 227.127 703.131 228.678 L703.131 223.956 Q705.955 222.822 708.409 222.243 Q710.862 221.665 712.899 221.665 Q718.27 221.665 721.464 224.35 Q724.658 227.035 724.658 231.526 Q724.658 233.655 723.848 235.576 Q723.061 237.475 720.955 240.067 Q720.376 240.738 717.274 243.956 Q714.172 247.15 708.524 252.914 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M729.959 222.29 L748.316 222.29 L748.316 226.225 L734.242 226.225 L734.242 234.697 Q735.26 234.35 736.279 234.188 Q737.297 234.002 738.316 234.002 Q744.103 234.002 747.482 237.174 Q750.862 240.345 750.862 245.762 Q750.862 251.34 747.39 254.442 Q743.918 257.521 737.598 257.521 Q735.422 257.521 733.154 257.15 Q730.908 256.78 728.501 256.039 L728.501 251.34 Q730.584 252.475 732.807 253.03 Q735.029 253.586 737.506 253.586 Q741.51 253.586 743.848 251.479 Q746.186 249.373 746.186 245.762 Q746.186 242.151 743.848 240.044 Q741.51 237.938 737.506 237.938 Q735.631 237.938 733.756 238.354 Q731.904 238.771 729.959 239.651 L729.959 222.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M675.932 185.251 Q672.321 185.251 670.492 188.816 Q668.687 192.358 668.687 199.487 Q668.687 206.594 670.492 210.158 Q672.321 213.7 675.932 213.7 Q679.566 213.7 681.372 210.158 Q683.2 206.594 683.2 199.487 Q683.2 192.358 681.372 188.816 Q679.566 185.251 675.932 185.251 M675.932 181.547 Q681.742 181.547 684.798 186.154 Q687.876 190.737 687.876 199.487 Q687.876 208.214 684.798 212.82 Q681.742 217.404 675.932 217.404 Q670.122 217.404 667.043 212.82 Q663.987 208.214 663.987 199.487 Q663.987 190.737 667.043 186.154 Q670.122 181.547 675.932 181.547 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M692.946 210.853 L697.83 210.853 L697.83 216.732 L692.946 216.732 L692.946 210.853 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M702.946 182.172 L721.302 182.172 L721.302 186.108 L707.228 186.108 L707.228 194.58 Q708.247 194.233 709.265 194.071 Q710.284 193.885 711.302 193.885 Q717.089 193.885 720.469 197.057 Q723.848 200.228 723.848 205.645 Q723.848 211.223 720.376 214.325 Q716.904 217.404 710.584 217.404 Q708.409 217.404 706.14 217.033 Q703.895 216.663 701.487 215.922 L701.487 211.223 Q703.571 212.357 705.793 212.913 Q708.015 213.469 710.492 213.469 Q714.496 213.469 716.834 211.362 Q719.172 209.256 719.172 205.645 Q719.172 202.033 716.834 199.927 Q714.496 197.821 710.492 197.821 Q708.617 197.821 706.742 198.237 Q704.89 198.654 702.946 199.533 L702.946 182.172 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 185.251 Q735.307 185.251 733.478 188.816 Q731.672 192.358 731.672 199.487 Q731.672 206.594 733.478 210.158 Q735.307 213.7 738.918 213.7 Q742.552 213.7 744.357 210.158 Q746.186 206.594 746.186 199.487 Q746.186 192.358 744.357 188.816 Q742.552 185.251 738.918 185.251 M738.918 181.547 Q744.728 181.547 747.783 186.154 Q750.862 190.737 750.862 199.487 Q750.862 208.214 747.783 212.82 Q744.728 217.404 738.918 217.404 Q733.107 217.404 730.029 212.82 Q726.973 208.214 726.973 199.487 Q726.973 190.737 730.029 186.154 Q733.107 181.547 738.918 181.547 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M676.835 145.134 Q673.224 145.134 671.395 148.699 Q669.589 152.241 669.589 159.37 Q669.589 166.477 671.395 170.041 Q673.224 173.583 676.835 173.583 Q680.469 173.583 682.274 170.041 Q684.103 166.477 684.103 159.37 Q684.103 152.241 682.274 148.699 Q680.469 145.134 676.835 145.134 M676.835 141.43 Q682.645 141.43 685.7 146.037 Q688.779 150.62 688.779 159.37 Q688.779 168.097 685.7 172.703 Q682.645 177.287 676.835 177.287 Q671.024 177.287 667.946 172.703 Q664.89 168.097 664.89 159.37 Q664.89 150.62 667.946 146.037 Q671.024 141.43 676.835 141.43 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M693.848 170.736 L698.733 170.736 L698.733 176.615 L693.848 176.615 L693.848 170.736 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M702.622 142.055 L724.844 142.055 L724.844 144.046 L712.297 176.615 L707.413 176.615 L719.219 145.991 L702.622 145.991 L702.622 142.055 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M729.959 142.055 L748.316 142.055 L748.316 145.991 L734.242 145.991 L734.242 154.463 Q735.26 154.115 736.279 153.953 Q737.297 153.768 738.316 153.768 Q744.103 153.768 747.482 156.94 Q750.862 160.111 750.862 165.527 Q750.862 171.106 747.39 174.208 Q743.918 177.287 737.598 177.287 Q735.422 177.287 733.154 176.916 Q730.908 176.546 728.501 175.805 L728.501 171.106 Q730.584 172.24 732.807 172.796 Q735.029 173.352 737.506 173.352 Q741.51 173.352 743.848 171.245 Q746.186 169.139 746.186 165.527 Q746.186 161.916 743.848 159.81 Q741.51 157.703 737.506 157.703 Q735.631 157.703 733.756 158.12 Q731.904 158.537 729.959 159.416 L729.959 142.055 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M666.974 132.563 L674.612 132.563 L674.612 106.198 L666.302 107.864 L666.302 103.605 L674.566 101.938 L679.242 101.938 L679.242 132.563 L686.881 132.563 L686.881 136.498 L666.974 136.498 L666.974 132.563 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M691.95 130.619 L696.835 130.619 L696.835 136.498 L691.95 136.498 L691.95 130.619 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M711.904 105.017 Q708.293 105.017 706.464 108.582 Q704.659 112.123 704.659 119.253 Q704.659 126.359 706.464 129.924 Q708.293 133.466 711.904 133.466 Q715.538 133.466 717.344 129.924 Q719.172 126.359 719.172 119.253 Q719.172 112.123 717.344 108.582 Q715.538 105.017 711.904 105.017 M711.904 101.313 Q717.714 101.313 720.77 105.92 Q723.848 110.503 723.848 119.253 Q723.848 127.98 720.77 132.586 Q717.714 137.17 711.904 137.17 Q706.094 137.17 703.015 132.586 Q699.96 127.98 699.96 119.253 Q699.96 110.503 703.015 105.92 Q706.094 101.313 711.904 101.313 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 105.017 Q735.307 105.017 733.478 108.582 Q731.672 112.123 731.672 119.253 Q731.672 126.359 733.478 129.924 Q735.307 133.466 738.918 133.466 Q742.552 133.466 744.357 129.924 Q746.186 126.359 746.186 119.253 Q746.186 112.123 744.357 108.582 Q742.552 105.017 738.918 105.017 M738.918 101.313 Q744.728 101.313 747.783 105.92 Q750.862 110.503 750.862 119.253 Q750.862 127.98 747.783 132.586 Q744.728 137.17 738.918 137.17 Q733.107 137.17 730.029 132.586 Q726.973 127.98 726.973 119.253 Q726.973 110.503 730.029 105.92 Q733.107 101.313 738.918 101.313 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M669.566 92.4461 L677.205 92.4461 L677.205 66.0805 L668.895 67.7471 L668.895 63.4879 L677.159 61.8213 L681.835 61.8213 L681.835 92.4461 L689.473 92.4461 L689.473 96.3813 L669.566 96.3813 L669.566 92.4461 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M694.543 90.5017 L699.427 90.5017 L699.427 96.3813 L694.543 96.3813 L694.543 90.5017 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M708.524 92.4461 L724.844 92.4461 L724.844 96.3813 L702.899 96.3813 L702.899 92.4461 Q705.561 89.6915 710.145 85.0619 Q714.751 80.4091 715.932 79.0665 Q718.177 76.5434 719.057 74.8073 Q719.959 73.048 719.959 71.3582 Q719.959 68.6036 718.015 66.8675 Q716.094 65.1314 712.992 65.1314 Q710.793 65.1314 708.339 65.8953 Q705.909 66.6592 703.131 68.2101 L703.131 63.4879 Q705.955 62.3537 708.409 61.775 Q710.862 61.1963 712.899 61.1963 Q718.27 61.1963 721.464 63.8814 Q724.658 66.5666 724.658 71.0573 Q724.658 73.1869 723.848 75.1082 Q723.061 77.0064 720.955 79.5989 Q720.376 80.2702 717.274 83.4878 Q714.172 86.6822 708.524 92.4461 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M729.959 61.8213 L748.316 61.8213 L748.316 65.7564 L734.242 65.7564 L734.242 74.2286 Q735.26 73.8814 736.279 73.7193 Q737.297 73.5342 738.316 73.5342 Q744.103 73.5342 747.482 76.7054 Q750.862 79.8767 750.862 85.2933 Q750.862 90.872 747.39 93.9739 Q743.918 97.0525 737.598 97.0525 Q735.422 97.0525 733.154 96.6822 Q730.908 96.3118 728.501 95.5711 L728.501 90.872 Q730.584 92.0063 732.807 92.5618 Q735.029 93.1174 737.506 93.1174 Q741.51 93.1174 743.848 91.0109 Q746.186 88.9044 746.186 85.2933 Q746.186 81.6823 743.848 79.5758 Q741.51 77.4693 737.506 77.4693 Q735.631 77.4693 733.756 77.886 Q731.904 78.3026 729.959 79.1823 L729.959 61.8213 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip883)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 785.557,214.532 789.158,218.244 792.759,221.846 796.36,225.34 799.961,228.725 803.562,232.001 807.163,235.169 810.764,238.227 814.366,241.177 817.967,244.018 \n",
" 821.568,246.75 825.169,249.373 828.77,251.887 832.371,254.292 835.972,256.589 839.573,258.777 843.174,260.856 846.775,262.826 850.376,264.687 853.977,266.44 \n",
" 857.578,268.083 861.179,269.618 864.78,271.044 868.381,272.361 871.982,273.57 875.583,274.669 879.184,275.66 882.785,276.542 886.386,277.315 889.988,277.979 \n",
" 893.589,278.534 897.19,278.98 900.791,279.318 904.392,279.547 907.993,279.667 911.594,279.678 915.195,279.58 918.796,279.374 922.397,279.058 925.998,278.634 \n",
" 929.599,278.101 933.2,277.459 936.801,276.708 940.402,275.849 944.003,274.881 947.604,273.803 951.205,272.617 954.806,271.322 958.407,269.919 962.008,268.406 \n",
" 965.609,266.785 969.211,265.054 972.812,263.215 976.413,261.267 980.014,259.211 983.615,257.045 987.216,254.771 990.817,252.388 994.418,249.895 998.019,247.295 \n",
" 1001.62,244.585 1005.22,241.766 1008.82,238.839 1012.42,235.803 1016.02,232.657 1019.63,229.404 1023.23,226.041 1026.83,222.569 1030.43,218.989 1034.03,215.3 \n",
" 1037.63,211.502 1041.23,207.595 1044.83,203.579 1048.43,199.454 1052.03,195.221 1055.64,190.879 1059.24,186.427 1062.84,181.868 1066.44,177.199 1070.04,172.421 \n",
" 1073.64,167.535 1077.24,162.539 1080.84,157.435 1084.44,152.222 1088.05,146.901 1091.65,141.47 1095.25,135.931 1098.85,130.282 1102.45,124.525 1106.05,118.659 \n",
" 1109.65,112.685 1113.25,106.601 1116.85,100.408 1120.45,94.1072 1124.06,87.6971 1127.66,81.1782 1131.26,74.5504 1134.86,67.8138 1138.46,60.9683 1142.06,54.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M1374.86 286.448 L1752.76 286.448 L1752.76 47.2441 L1374.86 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip884\">\n",
" <rect x=\"1374\" y=\"47\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1385.56,286.448 1385.56,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1474.68,286.448 1474.68,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1563.81,286.448 1563.81,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1652.93,286.448 1652.93,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1742.06,286.448 1742.06,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,279.685 1752.76,279.685 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,245.313 1752.76,245.313 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,210.941 1752.76,210.941 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,176.569 1752.76,176.569 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,142.197 1752.76,142.197 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,107.825 1752.76,107.825 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip884)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,73.4531 1752.76,73.4531 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,286.448 1752.76,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,286.448 1374.86,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1385.56,286.448 1385.56,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1474.68,286.448 1474.68,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1563.81,286.448 1563.81,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1652.93,286.448 1652.93,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1742.06,286.448 1742.06,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,279.685 1379.4,279.685 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,245.313 1379.4,245.313 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,210.941 1379.4,210.941 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,176.569 1379.4,176.569 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,142.197 1379.4,142.197 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,107.825 1379.4,107.825 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,73.4531 1379.4,73.4531 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M1366.61 325.036 L1379.09 325.036 L1379.09 328.832 L1366.61 328.832 L1366.61 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1388.18 335.985 L1404.5 335.985 L1404.5 339.92 L1382.56 339.92 L1382.56 335.985 Q1385.22 333.23 1389.8 328.6 Q1394.41 323.948 1395.59 322.605 Q1397.84 320.082 1398.72 318.346 Q1399.62 316.587 1399.62 314.897 Q1399.62 312.142 1397.68 310.406 Q1395.75 308.67 1392.65 308.67 Q1390.45 308.67 1388 309.434 Q1385.57 310.198 1382.79 311.749 L1382.79 307.027 Q1385.62 305.892 1388.07 305.314 Q1390.52 304.735 1392.56 304.735 Q1397.93 304.735 1401.12 307.42 Q1404.32 310.105 1404.32 314.596 Q1404.32 316.726 1403.51 318.647 Q1402.72 320.545 1400.61 323.138 Q1400.04 323.809 1396.93 327.026 Q1393.83 330.221 1388.18 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1455.55 325.036 L1468.03 325.036 L1468.03 328.832 L1455.55 328.832 L1455.55 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1473.91 335.985 L1481.55 335.985 L1481.55 309.619 L1473.24 311.286 L1473.24 307.027 L1481.5 305.36 L1486.18 305.36 L1486.18 335.985 L1493.81 335.985 L1493.81 339.92 L1473.91 339.92 L1473.91 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1563.81 308.439 Q1560.2 308.439 1558.37 312.003 Q1556.56 315.545 1556.56 322.675 Q1556.56 329.781 1558.37 333.346 Q1560.2 336.887 1563.81 336.887 Q1567.44 336.887 1569.25 333.346 Q1571.08 329.781 1571.08 322.675 Q1571.08 315.545 1569.25 312.003 Q1567.44 308.439 1563.81 308.439 M1563.81 304.735 Q1569.62 304.735 1572.67 309.341 Q1575.75 313.925 1575.75 322.675 Q1575.75 331.401 1572.67 336.008 Q1569.62 340.591 1563.81 340.591 Q1558 340.591 1554.92 336.008 Q1551.86 331.401 1551.86 322.675 Q1551.86 313.925 1554.92 309.341 Q1558 304.735 1563.81 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1643.32 335.985 L1650.96 335.985 L1650.96 309.619 L1642.65 311.286 L1642.65 307.027 L1650.91 305.36 L1655.59 305.36 L1655.59 335.985 L1663.22 335.985 L1663.22 339.92 L1643.32 339.92 L1643.32 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1736.71 335.985 L1753.03 335.985 L1753.03 339.92 L1731.09 339.92 L1731.09 335.985 Q1733.75 333.23 1738.33 328.6 Q1742.94 323.948 1744.12 322.605 Q1746.37 320.082 1747.25 318.346 Q1748.15 316.587 1748.15 314.897 Q1748.15 312.142 1746.2 310.406 Q1744.28 308.67 1741.18 308.67 Q1738.98 308.67 1736.53 309.434 Q1734.1 310.198 1731.32 311.749 L1731.32 307.027 Q1734.14 305.892 1736.6 305.314 Q1739.05 304.735 1741.09 304.735 Q1746.46 304.735 1749.65 307.42 Q1752.85 310.105 1752.85 314.596 Q1752.85 316.726 1752.04 318.647 Q1751.25 320.545 1749.14 323.138 Q1748.57 323.809 1745.46 327.026 Q1742.36 330.221 1736.71 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1301.95 265.484 Q1298.34 265.484 1296.51 269.049 Q1294.7 272.591 1294.7 279.72 Q1294.7 286.827 1296.51 290.391 Q1298.34 293.933 1301.95 293.933 Q1305.58 293.933 1307.39 290.391 Q1309.22 286.827 1309.22 279.72 Q1309.22 272.591 1307.39 269.049 Q1305.58 265.484 1301.95 265.484 M1301.95 261.78 Q1307.76 261.78 1310.82 266.387 Q1313.89 270.97 1313.89 279.72 Q1313.89 288.447 1310.82 293.053 Q1307.76 297.637 1301.95 297.637 Q1296.14 297.637 1293.06 293.053 Q1290.01 288.447 1290.01 279.72 Q1290.01 270.97 1293.06 266.387 Q1296.14 261.78 1301.95 261.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.96 291.086 L1323.85 291.086 L1323.85 296.965 L1318.96 296.965 L1318.96 291.086 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1338.92 265.484 Q1335.31 265.484 1333.48 269.049 Q1331.67 272.591 1331.67 279.72 Q1331.67 286.827 1333.48 290.391 Q1335.31 293.933 1338.92 293.933 Q1342.55 293.933 1344.36 290.391 Q1346.19 286.827 1346.19 279.72 Q1346.19 272.591 1344.36 269.049 Q1342.55 265.484 1338.92 265.484 M1338.92 261.78 Q1344.73 261.78 1347.78 266.387 Q1350.86 270.97 1350.86 279.72 Q1350.86 288.447 1347.78 293.053 Q1344.73 297.637 1338.92 297.637 Q1333.11 297.637 1330.03 293.053 Q1326.97 288.447 1326.97 279.72 Q1326.97 270.97 1330.03 266.387 Q1333.11 261.78 1338.92 261.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1303.55 231.112 Q1299.94 231.112 1298.11 234.677 Q1296.3 238.218 1296.3 245.348 Q1296.3 252.455 1298.11 256.019 Q1299.94 259.561 1303.55 259.561 Q1307.18 259.561 1308.99 256.019 Q1310.82 252.455 1310.82 245.348 Q1310.82 238.218 1308.99 234.677 Q1307.18 231.112 1303.55 231.112 M1303.55 227.408 Q1309.36 227.408 1312.41 232.015 Q1315.49 236.598 1315.49 245.348 Q1315.49 254.075 1312.41 258.681 Q1309.36 263.265 1303.55 263.265 Q1297.74 263.265 1294.66 258.681 Q1291.6 254.075 1291.6 245.348 Q1291.6 236.598 1294.66 232.015 Q1297.74 227.408 1303.55 227.408 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1320.56 256.714 L1325.45 256.714 L1325.45 262.593 L1320.56 262.593 L1320.56 256.714 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1334.54 258.658 L1350.86 258.658 L1350.86 262.593 L1328.92 262.593 L1328.92 258.658 Q1331.58 255.904 1336.16 251.274 Q1340.77 246.621 1341.95 245.279 Q1344.2 242.756 1345.08 241.019 Q1345.98 239.26 1345.98 237.57 Q1345.98 234.816 1344.03 233.08 Q1342.11 231.344 1339.01 231.344 Q1336.81 231.344 1334.36 232.107 Q1331.93 232.871 1329.15 234.422 L1329.15 229.7 Q1331.97 228.566 1334.43 227.987 Q1336.88 227.408 1338.92 227.408 Q1344.29 227.408 1347.48 230.094 Q1350.68 232.779 1350.68 237.269 Q1350.68 239.399 1349.87 241.32 Q1349.08 243.218 1346.97 245.811 Q1346.39 246.482 1343.29 249.7 Q1340.19 252.894 1334.54 258.658 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1301.46 196.74 Q1297.85 196.74 1296.02 200.305 Q1294.22 203.846 1294.22 210.976 Q1294.22 218.082 1296.02 221.647 Q1297.85 225.189 1301.46 225.189 Q1305.1 225.189 1306.9 221.647 Q1308.73 218.082 1308.73 210.976 Q1308.73 203.846 1306.9 200.305 Q1305.1 196.74 1301.46 196.74 M1301.46 193.036 Q1307.27 193.036 1310.33 197.643 Q1313.41 202.226 1313.41 210.976 Q1313.41 219.703 1310.33 224.309 Q1307.27 228.893 1301.46 228.893 Q1295.65 228.893 1292.58 224.309 Q1289.52 219.703 1289.52 210.976 Q1289.52 202.226 1292.58 197.643 Q1295.65 193.036 1301.46 193.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.48 222.342 L1323.36 222.342 L1323.36 228.221 L1318.48 228.221 L1318.48 222.342 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1341.28 197.735 L1329.47 216.184 L1341.28 216.184 L1341.28 197.735 M1340.05 193.661 L1345.93 193.661 L1345.93 216.184 L1350.86 216.184 L1350.86 220.073 L1345.93 220.073 L1345.93 228.221 L1341.28 228.221 L1341.28 220.073 L1325.68 220.073 L1325.68 215.559 L1340.05 193.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1301.79 162.368 Q1298.18 162.368 1296.35 165.933 Q1294.54 169.474 1294.54 176.604 Q1294.54 183.71 1296.35 187.275 Q1298.18 190.817 1301.79 190.817 Q1305.42 190.817 1307.23 187.275 Q1309.06 183.71 1309.06 176.604 Q1309.06 169.474 1307.23 165.933 Q1305.42 162.368 1301.79 162.368 M1301.79 158.664 Q1307.6 158.664 1310.65 163.271 Q1313.73 167.854 1313.73 176.604 Q1313.73 185.331 1310.65 189.937 Q1307.6 194.521 1301.79 194.521 Q1295.98 194.521 1292.9 189.937 Q1289.84 185.331 1289.84 176.604 Q1289.84 167.854 1292.9 163.271 Q1295.98 158.664 1301.79 158.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.8 187.97 L1323.69 187.97 L1323.69 193.849 L1318.8 193.849 L1318.8 187.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1339.33 174.706 Q1336.19 174.706 1334.33 176.859 Q1332.51 179.011 1332.51 182.761 Q1332.51 186.488 1334.33 188.664 Q1336.19 190.817 1339.33 190.817 Q1342.48 190.817 1344.31 188.664 Q1346.16 186.488 1346.16 182.761 Q1346.16 179.011 1344.31 176.859 Q1342.48 174.706 1339.33 174.706 M1348.62 160.053 L1348.62 164.312 Q1346.86 163.479 1345.05 163.039 Q1343.27 162.599 1341.51 162.599 Q1336.88 162.599 1334.43 165.724 Q1332 168.849 1331.65 175.169 Q1333.01 173.155 1335.08 172.09 Q1337.14 171.002 1339.61 171.002 Q1344.82 171.002 1347.83 174.173 Q1350.86 177.322 1350.86 182.761 Q1350.86 188.085 1347.71 191.303 Q1344.57 194.521 1339.33 194.521 Q1333.34 194.521 1330.17 189.937 Q1327 185.331 1327 176.604 Q1327 168.41 1330.89 163.549 Q1334.77 158.664 1341.33 158.664 Q1343.08 158.664 1344.87 159.011 Q1346.67 159.359 1348.62 160.053 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1302.04 127.996 Q1298.43 127.996 1296.6 131.561 Q1294.8 135.102 1294.8 142.232 Q1294.8 149.338 1296.6 152.903 Q1298.43 156.445 1302.04 156.445 Q1305.68 156.445 1307.48 152.903 Q1309.31 149.338 1309.31 142.232 Q1309.31 135.102 1307.48 131.561 Q1305.68 127.996 1302.04 127.996 M1302.04 124.292 Q1307.85 124.292 1310.91 128.899 Q1313.99 133.482 1313.99 142.232 Q1313.99 150.959 1310.91 155.565 Q1307.85 160.149 1302.04 160.149 Q1296.23 160.149 1293.15 155.565 Q1290.1 150.959 1290.1 142.232 Q1290.1 133.482 1293.15 128.899 Q1296.23 124.292 1302.04 124.292 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1319.06 153.598 L1323.94 153.598 L1323.94 159.477 L1319.06 159.477 L1319.06 153.598 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1339.01 143.065 Q1335.68 143.065 1333.76 144.848 Q1331.86 146.63 1331.86 149.755 Q1331.86 152.88 1333.76 154.662 Q1335.68 156.445 1339.01 156.445 Q1342.34 156.445 1344.26 154.662 Q1346.19 152.857 1346.19 149.755 Q1346.19 146.63 1344.26 144.848 Q1342.37 143.065 1339.01 143.065 M1334.33 141.075 Q1331.33 140.334 1329.64 138.274 Q1327.97 136.213 1327.97 133.251 Q1327.97 129.107 1330.91 126.7 Q1333.87 124.292 1339.01 124.292 Q1344.17 124.292 1347.11 126.7 Q1350.05 129.107 1350.05 133.251 Q1350.05 136.213 1348.36 138.274 Q1346.7 140.334 1343.71 141.075 Q1347.09 141.862 1348.96 144.153 Q1350.86 146.445 1350.86 149.755 Q1350.86 154.778 1347.78 157.463 Q1344.73 160.149 1339.01 160.149 Q1333.29 160.149 1330.21 157.463 Q1327.16 154.778 1327.16 149.755 Q1327.16 146.445 1329.06 144.153 Q1330.95 141.862 1334.33 141.075 M1332.62 133.69 Q1332.62 136.375 1334.29 137.88 Q1335.98 139.385 1339.01 139.385 Q1342.02 139.385 1343.71 137.88 Q1345.42 136.375 1345.42 133.69 Q1345.42 131.005 1343.71 129.501 Q1342.02 127.996 1339.01 127.996 Q1335.98 127.996 1334.29 129.501 Q1332.62 131.005 1332.62 133.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1293.99 121.17 L1301.63 121.17 L1301.63 94.8044 L1293.32 96.4711 L1293.32 92.2118 L1301.58 90.5452 L1306.26 90.5452 L1306.26 121.17 L1313.89 121.17 L1313.89 125.105 L1293.99 125.105 L1293.99 121.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.96 119.226 L1323.85 119.226 L1323.85 125.105 L1318.96 125.105 L1318.96 119.226 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1338.92 93.6239 Q1335.31 93.6239 1333.48 97.1887 Q1331.67 100.73 1331.67 107.86 Q1331.67 114.966 1333.48 118.531 Q1335.31 122.073 1338.92 122.073 Q1342.55 122.073 1344.36 118.531 Q1346.19 114.966 1346.19 107.86 Q1346.19 100.73 1344.36 97.1887 Q1342.55 93.6239 1338.92 93.6239 M1338.92 89.9202 Q1344.73 89.9202 1347.78 94.5266 Q1350.86 99.1099 1350.86 107.86 Q1350.86 116.587 1347.78 121.193 Q1344.73 125.776 1338.92 125.776 Q1333.11 125.776 1330.03 121.193 Q1326.97 116.587 1326.97 107.86 Q1326.97 99.1099 1330.03 94.5266 Q1333.11 89.9202 1338.92 89.9202 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1295.58 86.798 L1303.22 86.798 L1303.22 60.4324 L1294.91 62.099 L1294.91 57.8398 L1303.18 56.1731 L1307.85 56.1731 L1307.85 86.798 L1315.49 86.798 L1315.49 90.7331 L1295.58 90.7331 L1295.58 86.798 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1320.56 84.8535 L1325.45 84.8535 L1325.45 90.7331 L1320.56 90.7331 L1320.56 84.8535 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1334.54 86.798 L1350.86 86.798 L1350.86 90.7331 L1328.92 90.7331 L1328.92 86.798 Q1331.58 84.0433 1336.16 79.4137 Q1340.77 74.761 1341.95 73.4184 Q1344.2 70.8953 1345.08 69.1592 Q1345.98 67.3999 1345.98 65.7101 Q1345.98 62.9555 1344.03 61.2194 Q1342.11 59.4833 1339.01 59.4833 Q1336.81 59.4833 1334.36 60.2472 Q1331.93 61.0111 1329.15 62.562 L1329.15 57.8398 Q1331.97 56.7055 1334.43 56.1268 Q1336.88 55.5481 1338.92 55.5481 Q1344.29 55.5481 1347.48 58.2333 Q1350.68 60.9185 1350.68 65.4092 Q1350.68 67.5388 1349.87 69.4601 Q1349.08 71.3582 1346.97 73.9508 Q1346.39 74.6221 1343.29 77.8397 Q1340.19 81.0341 1334.54 86.798 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip884)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1385.56,203.649 1389.16,207.774 1392.76,211.784 1396.36,215.678 1399.96,219.458 1403.56,223.123 1407.16,226.673 1410.76,230.108 1414.37,233.427 1417.97,236.632 \n",
" 1421.57,239.722 1425.17,242.696 1428.77,245.556 1432.37,248.3 1435.97,250.93 1439.57,253.444 1443.17,255.844 1446.77,258.128 1450.38,260.298 1453.98,262.352 \n",
" 1457.58,264.292 1461.18,266.116 1464.78,267.825 1468.38,269.42 1471.98,270.899 1475.58,272.263 1479.18,273.512 1482.79,274.647 1486.39,275.666 1489.99,276.57 \n",
" 1493.59,277.359 1497.19,278.033 1500.79,278.592 1504.39,279.036 1507.99,279.365 1511.59,279.579 1515.19,279.678 1518.8,279.662 1522.4,279.531 1526,279.285 \n",
" 1529.6,278.923 1533.2,278.447 1536.8,277.856 1540.4,277.15 1544,276.328 1547.6,275.392 1551.21,274.341 1554.81,273.174 1558.41,271.893 1562.01,270.497 \n",
" 1565.61,268.985 1569.21,267.359 1572.81,265.617 1576.41,263.76 1580.01,261.789 1583.61,259.702 1587.22,257.501 1590.82,255.184 1594.42,252.752 1598.02,250.206 \n",
" 1601.62,247.544 1605.22,244.767 1608.82,241.875 1612.42,238.868 1616.02,235.747 1619.63,232.51 1623.23,229.158 1626.83,225.691 1630.43,222.109 1634.03,218.412 \n",
" 1637.63,214.6 1641.23,210.673 1644.83,206.631 1648.43,202.474 1652.03,198.202 1655.64,193.814 1659.24,189.312 1662.84,184.695 1666.44,179.963 1670.04,175.115 \n",
" 1673.64,170.153 1677.24,165.076 1680.84,159.883 1684.44,154.576 1688.05,149.154 1691.65,143.616 1695.25,137.964 1698.85,132.196 1702.45,126.314 1706.05,120.316 \n",
" 1709.65,114.204 1713.25,107.976 1716.85,101.633 1720.45,95.1756 1724.06,88.6029 1727.66,81.9152 1731.26,75.1124 1734.86,68.1947 1738.46,61.1619 1742.06,54.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M1974.86 286.448 L2352.76 286.448 L2352.76 47.2441 L1974.86 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip885\">\n",
" <rect x=\"1974\" y=\"47\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1985.56,286.448 1985.56,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2074.68,286.448 2074.68,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2163.81,286.448 2163.81,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2252.93,286.448 2252.93,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2342.06,286.448 2342.06,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,279.682 2352.76,279.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,229.942 2352.76,229.942 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,180.202 2352.76,180.202 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,130.462 2352.76,130.462 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip885)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,80.7224 2352.76,80.7224 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,286.448 2352.76,286.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,286.448 1974.86,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.56,286.448 1985.56,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2074.68,286.448 2074.68,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2163.81,286.448 2163.81,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2252.93,286.448 2252.93,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2342.06,286.448 2342.06,283.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,279.682 1979.4,279.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,229.942 1979.4,229.942 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,180.202 1979.4,180.202 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,130.462 1979.4,130.462 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,80.7224 1979.4,80.7224 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M1966.61 325.036 L1979.09 325.036 L1979.09 328.832 L1966.61 328.832 L1966.61 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1988.18 335.985 L2004.5 335.985 L2004.5 339.92 L1982.56 339.92 L1982.56 335.985 Q1985.22 333.23 1989.8 328.6 Q1994.41 323.948 1995.59 322.605 Q1997.84 320.082 1998.72 318.346 Q1999.62 316.587 1999.62 314.897 Q1999.62 312.142 1997.68 310.406 Q1995.75 308.67 1992.65 308.67 Q1990.45 308.67 1988 309.434 Q1985.57 310.198 1982.79 311.749 L1982.79 307.027 Q1985.62 305.892 1988.07 305.314 Q1990.52 304.735 1992.56 304.735 Q1997.93 304.735 2001.12 307.42 Q2004.32 310.105 2004.32 314.596 Q2004.32 316.726 2003.51 318.647 Q2002.72 320.545 2000.61 323.138 Q2000.04 323.809 1996.93 327.026 Q1993.83 330.221 1988.18 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2055.55 325.036 L2068.03 325.036 L2068.03 328.832 L2055.55 328.832 L2055.55 325.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2073.91 335.985 L2081.55 335.985 L2081.55 309.619 L2073.24 311.286 L2073.24 307.027 L2081.5 305.36 L2086.18 305.36 L2086.18 335.985 L2093.81 335.985 L2093.81 339.92 L2073.91 339.92 L2073.91 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2163.81 308.439 Q2160.2 308.439 2158.37 312.003 Q2156.56 315.545 2156.56 322.675 Q2156.56 329.781 2158.37 333.346 Q2160.2 336.887 2163.81 336.887 Q2167.44 336.887 2169.25 333.346 Q2171.08 329.781 2171.08 322.675 Q2171.08 315.545 2169.25 312.003 Q2167.44 308.439 2163.81 308.439 M2163.81 304.735 Q2169.62 304.735 2172.67 309.341 Q2175.75 313.925 2175.75 322.675 Q2175.75 331.401 2172.67 336.008 Q2169.62 340.591 2163.81 340.591 Q2158 340.591 2154.92 336.008 Q2151.86 331.401 2151.86 322.675 Q2151.86 313.925 2154.92 309.341 Q2158 304.735 2163.81 304.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2243.32 335.985 L2250.96 335.985 L2250.96 309.619 L2242.65 311.286 L2242.65 307.027 L2250.91 305.36 L2255.59 305.36 L2255.59 335.985 L2263.22 335.985 L2263.22 339.92 L2243.32 339.92 L2243.32 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2336.71 335.985 L2353.03 335.985 L2353.03 339.92 L2331.09 339.92 L2331.09 335.985 Q2333.75 333.23 2338.33 328.6 Q2342.94 323.948 2344.12 322.605 Q2346.37 320.082 2347.25 318.346 Q2348.15 316.587 2348.15 314.897 Q2348.15 312.142 2346.2 310.406 Q2344.28 308.67 2341.18 308.67 Q2338.98 308.67 2336.53 309.434 Q2334.1 310.198 2331.32 311.749 L2331.32 307.027 Q2334.14 305.892 2336.6 305.314 Q2339.05 304.735 2341.09 304.735 Q2346.46 304.735 2349.65 307.42 Q2352.85 310.105 2352.85 314.596 Q2352.85 316.726 2352.04 318.647 Q2351.25 320.545 2349.14 323.138 Q2348.57 323.809 2345.46 327.026 Q2342.36 330.221 2336.71 335.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1874.94 265.481 Q1871.33 265.481 1869.5 269.046 Q1867.69 272.587 1867.69 279.717 Q1867.69 286.824 1869.5 290.388 Q1871.33 293.93 1874.94 293.93 Q1878.57 293.93 1880.38 290.388 Q1882.2 286.824 1882.2 279.717 Q1882.2 272.587 1880.38 269.046 Q1878.57 265.481 1874.94 265.481 M1874.94 261.777 Q1880.75 261.777 1883.8 266.384 Q1886.88 270.967 1886.88 279.717 Q1886.88 288.444 1883.8 293.05 Q1880.75 297.634 1874.94 297.634 Q1869.13 297.634 1866.05 293.05 Q1862.99 288.444 1862.99 279.717 Q1862.99 270.967 1866.05 266.384 Q1869.13 261.777 1874.94 261.777 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1891.95 291.083 L1896.83 291.083 L1896.83 296.962 L1891.95 296.962 L1891.95 291.083 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1911.9 265.481 Q1908.29 265.481 1906.46 269.046 Q1904.66 272.587 1904.66 279.717 Q1904.66 286.824 1906.46 290.388 Q1908.29 293.93 1911.9 293.93 Q1915.54 293.93 1917.34 290.388 Q1919.17 286.824 1919.17 279.717 Q1919.17 272.587 1917.34 269.046 Q1915.54 265.481 1911.9 265.481 M1911.9 261.777 Q1917.71 261.777 1920.77 266.384 Q1923.85 270.967 1923.85 279.717 Q1923.85 288.444 1920.77 293.05 Q1917.71 297.634 1911.9 297.634 Q1906.09 297.634 1903.02 293.05 Q1899.96 288.444 1899.96 279.717 Q1899.96 270.967 1903.02 266.384 Q1906.09 261.777 1911.9 261.777 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1938.92 265.481 Q1935.31 265.481 1933.48 269.046 Q1931.67 272.587 1931.67 279.717 Q1931.67 286.824 1933.48 290.388 Q1935.31 293.93 1938.92 293.93 Q1942.55 293.93 1944.36 290.388 Q1946.19 286.824 1946.19 279.717 Q1946.19 272.587 1944.36 269.046 Q1942.55 265.481 1938.92 265.481 M1938.92 261.777 Q1944.73 261.777 1947.78 266.384 Q1950.86 270.967 1950.86 279.717 Q1950.86 288.444 1947.78 293.05 Q1944.73 297.634 1938.92 297.634 Q1933.11 297.634 1930.03 293.05 Q1926.97 288.444 1926.97 279.717 Q1926.97 270.967 1930.03 266.384 Q1933.11 261.777 1938.92 261.777 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1877.53 215.741 Q1873.92 215.741 1872.09 219.306 Q1870.28 222.847 1870.28 229.977 Q1870.28 237.084 1872.09 240.648 Q1873.92 244.19 1877.53 244.19 Q1881.16 244.19 1882.97 240.648 Q1884.8 237.084 1884.8 229.977 Q1884.8 222.847 1882.97 219.306 Q1881.16 215.741 1877.53 215.741 M1877.53 212.037 Q1883.34 212.037 1886.39 216.644 Q1889.47 221.227 1889.47 229.977 Q1889.47 238.704 1886.39 243.31 Q1883.34 247.894 1877.53 247.894 Q1871.72 247.894 1868.64 243.31 Q1865.58 238.704 1865.58 229.977 Q1865.58 221.227 1868.64 216.644 Q1871.72 212.037 1877.53 212.037 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1894.54 241.343 L1899.43 241.343 L1899.43 247.222 L1894.54 247.222 L1894.54 241.343 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1908.52 243.287 L1924.84 243.287 L1924.84 247.222 L1902.9 247.222 L1902.9 243.287 Q1905.56 240.533 1910.14 235.903 Q1914.75 231.25 1915.93 229.908 Q1918.18 227.385 1919.06 225.648 Q1919.96 223.889 1919.96 222.199 Q1919.96 219.445 1918.01 217.709 Q1916.09 215.973 1912.99 215.973 Q1910.79 215.973 1908.34 216.736 Q1905.91 217.5 1903.13 219.051 L1903.13 214.329 Q1905.95 213.195 1908.41 212.616 Q1910.86 212.037 1912.9 212.037 Q1918.27 212.037 1921.46 214.723 Q1924.66 217.408 1924.66 221.898 Q1924.66 224.028 1923.85 225.949 Q1923.06 227.847 1920.95 230.44 Q1920.38 231.111 1917.27 234.329 Q1914.17 237.523 1908.52 243.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1929.96 212.662 L1948.32 212.662 L1948.32 216.598 L1934.24 216.598 L1934.24 225.07 Q1935.26 224.722 1936.28 224.56 Q1937.3 224.375 1938.32 224.375 Q1944.1 224.375 1947.48 227.547 Q1950.86 230.718 1950.86 236.134 Q1950.86 241.713 1947.39 244.815 Q1943.92 247.894 1937.6 247.894 Q1935.42 247.894 1933.15 247.523 Q1930.91 247.153 1928.5 246.412 L1928.5 241.713 Q1930.58 242.847 1932.81 243.403 Q1935.03 243.958 1937.51 243.958 Q1941.51 243.958 1943.85 241.852 Q1946.19 239.746 1946.19 236.134 Q1946.19 232.523 1943.85 230.417 Q1941.51 228.31 1937.51 228.31 Q1935.63 228.31 1933.76 228.727 Q1931.9 229.144 1929.96 230.023 L1929.96 212.662 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1875.93 166.001 Q1872.32 166.001 1870.49 169.566 Q1868.69 173.108 1868.69 180.237 Q1868.69 187.344 1870.49 190.908 Q1872.32 194.45 1875.93 194.45 Q1879.57 194.45 1881.37 190.908 Q1883.2 187.344 1883.2 180.237 Q1883.2 173.108 1881.37 169.566 Q1879.57 166.001 1875.93 166.001 M1875.93 162.297 Q1881.74 162.297 1884.8 166.904 Q1887.88 171.487 1887.88 180.237 Q1887.88 188.964 1884.8 193.57 Q1881.74 198.154 1875.93 198.154 Q1870.12 198.154 1867.04 193.57 Q1863.99 188.964 1863.99 180.237 Q1863.99 171.487 1867.04 166.904 Q1870.12 162.297 1875.93 162.297 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1892.95 191.603 L1897.83 191.603 L1897.83 197.482 L1892.95 197.482 L1892.95 191.603 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1902.95 162.922 L1921.3 162.922 L1921.3 166.858 L1907.23 166.858 L1907.23 175.33 Q1908.25 174.983 1909.27 174.82 Q1910.28 174.635 1911.3 174.635 Q1917.09 174.635 1920.47 177.807 Q1923.85 180.978 1923.85 186.394 Q1923.85 191.973 1920.38 195.075 Q1916.9 198.154 1910.58 198.154 Q1908.41 198.154 1906.14 197.783 Q1903.89 197.413 1901.49 196.672 L1901.49 191.973 Q1903.57 193.107 1905.79 193.663 Q1908.02 194.219 1910.49 194.219 Q1914.5 194.219 1916.83 192.112 Q1919.17 190.006 1919.17 186.394 Q1919.17 182.783 1916.83 180.677 Q1914.5 178.57 1910.49 178.57 Q1908.62 178.57 1906.74 178.987 Q1904.89 179.404 1902.95 180.283 L1902.95 162.922 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1938.92 166.001 Q1935.31 166.001 1933.48 169.566 Q1931.67 173.108 1931.67 180.237 Q1931.67 187.344 1933.48 190.908 Q1935.31 194.45 1938.92 194.45 Q1942.55 194.45 1944.36 190.908 Q1946.19 187.344 1946.19 180.237 Q1946.19 173.108 1944.36 169.566 Q1942.55 166.001 1938.92 166.001 M1938.92 162.297 Q1944.73 162.297 1947.78 166.904 Q1950.86 171.487 1950.86 180.237 Q1950.86 188.964 1947.78 193.57 Q1944.73 198.154 1938.92 198.154 Q1933.11 198.154 1930.03 193.57 Q1926.97 188.964 1926.97 180.237 Q1926.97 171.487 1930.03 166.904 Q1933.11 162.297 1938.92 162.297 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1876.83 116.261 Q1873.22 116.261 1871.39 119.826 Q1869.59 123.368 1869.59 130.497 Q1869.59 137.604 1871.39 141.168 Q1873.22 144.71 1876.83 144.71 Q1880.47 144.71 1882.27 141.168 Q1884.1 137.604 1884.1 130.497 Q1884.1 123.368 1882.27 119.826 Q1880.47 116.261 1876.83 116.261 M1876.83 112.557 Q1882.64 112.557 1885.7 117.164 Q1888.78 121.747 1888.78 130.497 Q1888.78 139.224 1885.7 143.83 Q1882.64 148.414 1876.83 148.414 Q1871.02 148.414 1867.95 143.83 Q1864.89 139.224 1864.89 130.497 Q1864.89 121.747 1867.95 117.164 Q1871.02 112.557 1876.83 112.557 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1893.85 141.863 L1898.73 141.863 L1898.73 147.742 L1893.85 147.742 L1893.85 141.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1902.62 113.182 L1924.84 113.182 L1924.84 115.173 L1912.3 147.742 L1907.41 147.742 L1919.22 117.118 L1902.62 117.118 L1902.62 113.182 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1929.96 113.182 L1948.32 113.182 L1948.32 117.118 L1934.24 117.118 L1934.24 125.59 Q1935.26 125.243 1936.28 125.08 Q1937.3 124.895 1938.32 124.895 Q1944.1 124.895 1947.48 128.067 Q1950.86 131.238 1950.86 136.654 Q1950.86 142.233 1947.39 145.335 Q1943.92 148.414 1937.6 148.414 Q1935.42 148.414 1933.15 148.043 Q1930.91 147.673 1928.5 146.932 L1928.5 142.233 Q1930.58 143.367 1932.81 143.923 Q1935.03 144.479 1937.51 144.479 Q1941.51 144.479 1943.85 142.372 Q1946.19 140.266 1946.19 136.654 Q1946.19 133.043 1943.85 130.937 Q1941.51 128.83 1937.51 128.83 Q1935.63 128.83 1933.76 129.247 Q1931.9 129.664 1929.96 130.543 L1929.96 113.182 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1866.97 94.0673 L1874.61 94.0673 L1874.61 67.7017 L1866.3 69.3683 L1866.3 65.1091 L1874.57 63.4424 L1879.24 63.4424 L1879.24 94.0673 L1886.88 94.0673 L1886.88 98.0024 L1866.97 98.0024 L1866.97 94.0673 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1891.95 92.1228 L1896.83 92.1228 L1896.83 98.0024 L1891.95 98.0024 L1891.95 92.1228 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1911.9 66.5211 Q1908.29 66.5211 1906.46 70.0859 Q1904.66 73.6275 1904.66 80.7571 Q1904.66 87.8636 1906.46 91.4284 Q1908.29 94.97 1911.9 94.97 Q1915.54 94.97 1917.34 91.4284 Q1919.17 87.8636 1919.17 80.7571 Q1919.17 73.6275 1917.34 70.0859 Q1915.54 66.5211 1911.9 66.5211 M1911.9 62.8174 Q1917.71 62.8174 1920.77 67.4239 Q1923.85 72.0072 1923.85 80.7571 Q1923.85 89.4839 1920.77 94.0904 Q1917.71 98.6737 1911.9 98.6737 Q1906.09 98.6737 1903.02 94.0904 Q1899.96 89.4839 1899.96 80.7571 Q1899.96 72.0072 1903.02 67.4239 Q1906.09 62.8174 1911.9 62.8174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1938.92 66.5211 Q1935.31 66.5211 1933.48 70.0859 Q1931.67 73.6275 1931.67 80.7571 Q1931.67 87.8636 1933.48 91.4284 Q1935.31 94.97 1938.92 94.97 Q1942.55 94.97 1944.36 91.4284 Q1946.19 87.8636 1946.19 80.7571 Q1946.19 73.6275 1944.36 70.0859 Q1942.55 66.5211 1938.92 66.5211 M1938.92 62.8174 Q1944.73 62.8174 1947.78 67.4239 Q1950.86 72.0072 1950.86 80.7571 Q1950.86 89.4839 1947.78 94.0904 Q1944.73 98.6737 1938.92 98.6737 Q1933.11 98.6737 1930.03 94.0904 Q1926.97 89.4839 1926.97 80.7571 Q1926.97 72.0072 1930.03 67.4239 Q1933.11 62.8174 1938.92 62.8174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip885)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.56,194.109 1989.16,198.585 1992.76,202.941 1996.36,207.176 1999.96,211.292 2003.56,215.287 2007.16,219.162 2010.76,222.916 2014.37,226.551 2017.97,230.065 \n",
" 2021.57,233.459 2025.17,236.733 2028.77,239.886 2032.37,242.919 2035.97,245.833 2039.57,248.625 2043.17,251.298 2046.77,253.85 2050.38,256.283 2053.98,258.594 \n",
" 2057.58,260.786 2061.18,262.858 2064.78,264.809 2068.38,266.64 2071.98,268.351 2075.58,269.941 2079.18,271.412 2082.79,272.762 2086.39,273.992 2089.99,275.101 \n",
" 2093.59,276.091 2097.19,276.96 2100.79,277.709 2104.39,278.338 2107.99,278.846 2111.59,279.234 2115.19,279.502 2118.8,279.65 2122.4,279.678 2126,279.585 \n",
" 2129.6,279.373 2133.2,279.039 2136.8,278.586 2140.4,278.013 2144,277.319 2147.6,276.505 2151.21,275.571 2154.81,274.516 2158.41,273.342 2162.01,272.047 \n",
" 2165.61,270.632 2169.21,269.096 2172.81,267.441 2176.41,265.665 2180.01,263.769 2183.61,261.753 2187.22,259.616 2190.82,257.36 2194.42,254.983 2198.02,252.486 \n",
" 2201.62,249.868 2205.22,247.131 2208.82,244.273 2212.42,241.295 2216.02,238.196 2219.63,234.978 2223.23,231.639 2226.83,228.18 2230.43,224.601 2234.03,220.902 \n",
" 2237.63,217.082 2241.23,213.142 2244.83,209.082 2248.43,204.902 2252.03,200.601 2255.64,196.18 2259.24,191.639 2262.84,186.978 2266.44,182.197 2270.04,177.295 \n",
" 2273.64,172.273 2277.24,167.131 2280.84,161.869 2284.44,156.486 2288.05,150.983 2291.65,145.36 2295.25,139.617 2298.85,133.754 2302.45,127.77 2306.05,121.666 \n",
" 2309.65,115.442 2313.25,109.097 2316.85,102.633 2320.45,96.0479 2324.06,89.3428 2327.66,82.5175 2331.26,75.572 2334.86,68.5062 2338.46,61.3202 2342.06,54.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M174.862 686.448 L552.756 686.448 L552.756 447.244 L174.862 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip886\">\n",
" <rect x=\"174\" y=\"447\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 185.557,686.448 185.557,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 274.683,686.448 274.683,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 363.809,686.448 363.809,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 452.935,686.448 452.935,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 542.061,686.448 542.061,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,679.678 552.756,679.678 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,625.279 552.756,625.279 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,570.88 552.756,570.88 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,516.481 552.756,516.481 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip886)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,462.081 552.756,462.081 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,686.448 552.756,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,686.448 174.862,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 185.557,686.448 185.557,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 274.683,686.448 274.683,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 363.809,686.448 363.809,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 452.935,686.448 452.935,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 542.061,686.448 542.061,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,679.678 179.397,679.678 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,625.279 179.397,625.279 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,570.88 179.397,570.88 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,516.481 179.397,516.481 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,462.081 179.397,462.081 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M166.61 725.036 L179.087 725.036 L179.087 728.832 L166.61 728.832 L166.61 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M188.184 735.985 L204.504 735.985 L204.504 739.92 L182.559 739.92 L182.559 735.985 Q185.221 733.23 189.805 728.6 Q194.411 723.948 195.592 722.605 Q197.837 720.082 198.717 718.346 Q199.62 716.587 199.62 714.897 Q199.62 712.142 197.675 710.406 Q195.754 708.67 192.652 708.67 Q190.453 708.67 187.999 709.434 Q185.569 710.198 182.791 711.749 L182.791 707.027 Q185.615 705.892 188.069 705.314 Q190.522 704.735 192.559 704.735 Q197.93 704.735 201.124 707.42 Q204.319 710.105 204.319 714.596 Q204.319 716.726 203.508 718.647 Q202.721 720.545 200.615 723.138 Q200.036 723.809 196.934 727.026 Q193.833 730.221 188.184 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M255.551 725.036 L268.028 725.036 L268.028 728.832 L255.551 728.832 L255.551 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M273.908 735.985 L281.546 735.985 L281.546 709.619 L273.236 711.286 L273.236 707.027 L281.5 705.36 L286.176 705.36 L286.176 735.985 L293.815 735.985 L293.815 739.92 L273.908 739.92 L273.908 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M363.809 708.439 Q360.198 708.439 358.369 712.003 Q356.564 715.545 356.564 722.675 Q356.564 729.781 358.369 733.346 Q360.198 736.887 363.809 736.887 Q367.443 736.887 369.249 733.346 Q371.077 729.781 371.077 722.675 Q371.077 715.545 369.249 712.003 Q367.443 708.439 363.809 708.439 M363.809 704.735 Q369.619 704.735 372.675 709.341 Q375.753 713.925 375.753 722.675 Q375.753 731.401 372.675 736.008 Q369.619 740.591 363.809 740.591 Q357.999 740.591 354.92 736.008 Q351.865 731.401 351.865 722.675 Q351.865 713.925 354.92 709.341 Q357.999 704.735 363.809 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M443.317 735.985 L450.956 735.985 L450.956 709.619 L442.646 711.286 L442.646 707.027 L450.909 705.36 L455.585 705.36 L455.585 735.985 L463.224 735.985 L463.224 739.92 L443.317 739.92 L443.317 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M536.714 735.985 L553.033 735.985 L553.033 739.92 L531.089 739.92 L531.089 735.985 Q533.751 733.23 538.334 728.6 Q542.94 723.948 544.121 722.605 Q546.366 720.082 547.246 718.346 Q548.149 716.587 548.149 714.897 Q548.149 712.142 546.204 710.406 Q544.283 708.67 541.181 708.67 Q538.982 708.67 536.528 709.434 Q534.098 710.198 531.32 711.749 L531.32 707.027 Q534.144 705.892 536.598 705.314 Q539.052 704.735 541.089 704.735 Q546.459 704.735 549.653 707.42 Q552.848 710.105 552.848 714.596 Q552.848 716.726 552.038 718.647 Q551.251 720.545 549.144 723.138 Q548.565 723.809 545.464 727.026 Q542.362 730.221 536.714 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M74.9365 665.477 Q71.3254 665.477 69.4967 669.041 Q67.6912 672.583 67.6912 679.713 Q67.6912 686.819 69.4967 690.384 Q71.3254 693.926 74.9365 693.926 Q78.5707 693.926 80.3763 690.384 Q82.205 686.819 82.205 679.713 Q82.205 672.583 80.3763 669.041 Q78.5707 665.477 74.9365 665.477 M74.9365 661.773 Q80.7467 661.773 83.8022 666.379 Q86.8809 670.963 86.8809 679.713 Q86.8809 688.44 83.8022 693.046 Q80.7467 697.629 74.9365 697.629 Q69.1264 697.629 66.0477 693.046 Q62.9921 688.44 62.9921 679.713 Q62.9921 670.963 66.0477 666.379 Q69.1264 661.773 74.9365 661.773 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M91.9503 691.078 L96.8345 691.078 L96.8345 696.958 L91.9503 696.958 L91.9503 691.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M111.904 665.477 Q108.293 665.477 106.464 669.041 Q104.659 672.583 104.659 679.713 Q104.659 686.819 106.464 690.384 Q108.293 693.926 111.904 693.926 Q115.538 693.926 117.344 690.384 Q119.172 686.819 119.172 679.713 Q119.172 672.583 117.344 669.041 Q115.538 665.477 111.904 665.477 M111.904 661.773 Q117.714 661.773 120.77 666.379 Q123.848 670.963 123.848 679.713 Q123.848 688.44 120.77 693.046 Q117.714 697.629 111.904 697.629 Q106.094 697.629 103.015 693.046 Q99.9595 688.44 99.9595 679.713 Q99.9595 670.963 103.015 666.379 Q106.094 661.773 111.904 661.773 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M138.918 665.477 Q135.307 665.477 133.478 669.041 Q131.672 672.583 131.672 679.713 Q131.672 686.819 133.478 690.384 Q135.307 693.926 138.918 693.926 Q142.552 693.926 144.357 690.384 Q146.186 686.819 146.186 679.713 Q146.186 672.583 144.357 669.041 Q142.552 665.477 138.918 665.477 M138.918 661.773 Q144.728 661.773 147.783 666.379 Q150.862 670.963 150.862 679.713 Q150.862 688.44 147.783 693.046 Q144.728 697.629 138.918 697.629 Q133.107 697.629 130.029 693.046 Q126.973 688.44 126.973 679.713 Q126.973 670.963 130.029 666.379 Q133.107 661.773 138.918 661.773 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M77.5291 611.078 Q73.918 611.078 72.0893 614.642 Q70.2838 618.184 70.2838 625.314 Q70.2838 632.42 72.0893 635.985 Q73.918 639.526 77.5291 639.526 Q81.1633 639.526 82.9689 635.985 Q84.7976 632.42 84.7976 625.314 Q84.7976 618.184 82.9689 614.642 Q81.1633 611.078 77.5291 611.078 M77.5291 607.374 Q83.3392 607.374 86.3948 611.98 Q89.4735 616.564 89.4735 625.314 Q89.4735 634.04 86.3948 638.647 Q83.3392 643.23 77.5291 643.23 Q71.7189 643.23 68.6402 638.647 Q65.5847 634.04 65.5847 625.314 Q65.5847 616.564 68.6402 611.98 Q71.7189 607.374 77.5291 607.374 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M94.5429 636.679 L99.4271 636.679 L99.4271 642.559 L94.5429 642.559 L94.5429 636.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M108.524 638.624 L124.844 638.624 L124.844 642.559 L102.899 642.559 L102.899 638.624 Q105.561 635.869 110.145 631.239 Q114.751 626.587 115.932 625.244 Q118.177 622.721 119.057 620.985 Q119.959 619.226 119.959 617.536 Q119.959 614.781 118.015 613.045 Q116.094 611.309 112.992 611.309 Q110.793 611.309 108.339 612.073 Q105.909 612.837 103.131 614.388 L103.131 609.665 Q105.955 608.531 108.409 607.953 Q110.862 607.374 112.899 607.374 Q118.27 607.374 121.464 610.059 Q124.658 612.744 124.658 617.235 Q124.658 619.365 123.848 621.286 Q123.061 623.184 120.955 625.777 Q120.376 626.448 117.274 629.665 Q114.172 632.86 108.524 638.624 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M129.959 607.999 L148.316 607.999 L148.316 611.934 L134.242 611.934 L134.242 620.406 Q135.26 620.059 136.279 619.897 Q137.297 619.712 138.316 619.712 Q144.103 619.712 147.482 622.883 Q150.862 626.054 150.862 631.471 Q150.862 637.05 147.39 640.151 Q143.918 643.23 137.598 643.23 Q135.422 643.23 133.154 642.86 Q130.908 642.489 128.501 641.749 L128.501 637.05 Q130.584 638.184 132.807 638.739 Q135.029 639.295 137.506 639.295 Q141.51 639.295 143.848 637.188 Q146.186 635.082 146.186 631.471 Q146.186 627.86 143.848 625.753 Q141.51 623.647 137.506 623.647 Q135.631 623.647 133.756 624.064 Q131.904 624.48 129.959 625.36 L129.959 607.999 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M75.9319 556.678 Q72.3208 556.678 70.4921 560.243 Q68.6865 563.785 68.6865 570.914 Q68.6865 578.021 70.4921 581.586 Q72.3208 585.127 75.9319 585.127 Q79.5661 585.127 81.3717 581.586 Q83.2004 578.021 83.2004 570.914 Q83.2004 563.785 81.3717 560.243 Q79.5661 556.678 75.9319 556.678 M75.9319 552.975 Q81.742 552.975 84.7976 557.581 Q87.8763 562.164 87.8763 570.914 Q87.8763 579.641 84.7976 584.248 Q81.742 588.831 75.9319 588.831 Q70.1217 588.831 67.043 584.248 Q63.9875 579.641 63.9875 570.914 Q63.9875 562.164 67.043 557.581 Q70.1217 552.975 75.9319 552.975 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M92.9457 582.28 L97.8299 582.28 L97.8299 588.16 L92.9457 588.16 L92.9457 582.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M102.946 553.6 L121.302 553.6 L121.302 557.535 L107.228 557.535 L107.228 566.007 Q108.247 565.66 109.265 565.498 Q110.284 565.313 111.302 565.313 Q117.089 565.313 120.469 568.484 Q123.848 571.655 123.848 577.072 Q123.848 582.65 120.376 585.752 Q116.904 588.831 110.584 588.831 Q108.409 588.831 106.14 588.461 Q103.895 588.09 101.487 587.35 L101.487 582.65 Q103.571 583.785 105.793 584.34 Q108.015 584.896 110.492 584.896 Q114.496 584.896 116.834 582.789 Q119.172 580.683 119.172 577.072 Q119.172 573.461 116.834 571.354 Q114.496 569.248 110.492 569.248 Q108.617 569.248 106.742 569.664 Q104.89 570.081 102.946 570.961 L102.946 553.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M138.918 556.678 Q135.307 556.678 133.478 560.243 Q131.672 563.785 131.672 570.914 Q131.672 578.021 133.478 581.586 Q135.307 585.127 138.918 585.127 Q142.552 585.127 144.357 581.586 Q146.186 578.021 146.186 570.914 Q146.186 563.785 144.357 560.243 Q142.552 556.678 138.918 556.678 M138.918 552.975 Q144.728 552.975 147.783 557.581 Q150.862 562.164 150.862 570.914 Q150.862 579.641 147.783 584.248 Q144.728 588.831 138.918 588.831 Q133.107 588.831 130.029 584.248 Q126.973 579.641 126.973 570.914 Q126.973 562.164 130.029 557.581 Q133.107 552.975 138.918 552.975 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M76.8346 502.279 Q73.2236 502.279 71.3949 505.844 Q69.5893 509.386 69.5893 516.515 Q69.5893 523.622 71.3949 527.186 Q73.2236 530.728 76.8346 530.728 Q80.4689 530.728 82.2744 527.186 Q84.1031 523.622 84.1031 516.515 Q84.1031 509.386 82.2744 505.844 Q80.4689 502.279 76.8346 502.279 M76.8346 498.576 Q82.6448 498.576 85.7003 503.182 Q88.779 507.765 88.779 516.515 Q88.779 525.242 85.7003 529.849 Q82.6448 534.432 76.8346 534.432 Q71.0245 534.432 67.9458 529.849 Q64.8903 525.242 64.8903 516.515 Q64.8903 507.765 67.9458 503.182 Q71.0245 498.576 76.8346 498.576 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M93.8484 527.881 L98.7327 527.881 L98.7327 533.761 L93.8484 533.761 L93.8484 527.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M102.622 499.201 L124.844 499.201 L124.844 501.191 L112.297 533.761 L107.413 533.761 L119.219 503.136 L102.622 503.136 L102.622 499.201 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M129.959 499.201 L148.316 499.201 L148.316 503.136 L134.242 503.136 L134.242 511.608 Q135.26 511.261 136.279 511.099 Q137.297 510.913 138.316 510.913 Q144.103 510.913 147.482 514.085 Q150.862 517.256 150.862 522.673 Q150.862 528.251 147.39 531.353 Q143.918 534.432 137.598 534.432 Q135.422 534.432 133.154 534.061 Q130.908 533.691 128.501 532.95 L128.501 528.251 Q130.584 529.386 132.807 529.941 Q135.029 530.497 137.506 530.497 Q141.51 530.497 143.848 528.39 Q146.186 526.284 146.186 522.673 Q146.186 519.062 143.848 516.955 Q141.51 514.849 137.506 514.849 Q135.631 514.849 133.756 515.265 Q131.904 515.682 129.959 516.562 L129.959 499.201 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M66.9736 475.426 L74.6124 475.426 L74.6124 449.061 L66.3023 450.727 L66.3023 446.468 L74.5661 444.801 L79.242 444.801 L79.242 475.426 L86.8809 475.426 L86.8809 479.361 L66.9736 479.361 L66.9736 475.426 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M91.9503 473.482 L96.8345 473.482 L96.8345 479.361 L91.9503 479.361 L91.9503 473.482 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M111.904 447.88 Q108.293 447.88 106.464 451.445 Q104.659 454.987 104.659 462.116 Q104.659 469.223 106.464 472.787 Q108.293 476.329 111.904 476.329 Q115.538 476.329 117.344 472.787 Q119.172 469.223 119.172 462.116 Q119.172 454.987 117.344 451.445 Q115.538 447.88 111.904 447.88 M111.904 444.176 Q117.714 444.176 120.77 448.783 Q123.848 453.366 123.848 462.116 Q123.848 470.843 120.77 475.449 Q117.714 480.033 111.904 480.033 Q106.094 480.033 103.015 475.449 Q99.9595 470.843 99.9595 462.116 Q99.9595 453.366 103.015 448.783 Q106.094 444.176 111.904 444.176 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M138.918 447.88 Q135.307 447.88 133.478 451.445 Q131.672 454.987 131.672 462.116 Q131.672 469.223 133.478 472.787 Q135.307 476.329 138.918 476.329 Q142.552 476.329 144.357 472.787 Q146.186 469.223 146.186 462.116 Q146.186 454.987 144.357 451.445 Q142.552 447.88 138.918 447.88 M138.918 444.176 Q144.728 444.176 147.783 448.783 Q150.862 453.366 150.862 462.116 Q150.862 470.843 147.783 475.449 Q144.728 480.033 138.918 480.033 Q133.107 480.033 130.029 475.449 Q126.973 470.843 126.973 462.116 Q126.973 453.366 130.029 448.783 Q133.107 444.176 138.918 444.176 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip886)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 185.557,623.154 189.158,626.525 192.759,629.793 196.36,632.958 199.961,636.018 203.562,638.975 207.163,641.829 210.764,644.578 214.366,647.224 217.967,649.766 \n",
" 221.568,652.205 225.169,654.54 228.77,656.771 232.371,658.899 235.972,660.923 239.573,662.843 243.174,664.659 246.775,666.372 250.376,667.981 253.977,669.487 \n",
" 257.578,670.889 261.179,672.187 264.78,673.381 268.381,674.472 271.982,675.459 275.583,676.343 279.184,677.123 282.785,677.799 286.386,678.371 289.988,678.84 \n",
" 293.589,679.205 297.19,679.466 300.791,679.624 304.392,679.678 307.993,679.628 311.594,679.475 315.195,679.218 318.796,678.857 322.397,678.393 325.998,677.825 \n",
" 329.599,677.153 333.2,676.378 336.801,675.499 340.402,674.516 344.003,673.43 347.604,672.239 351.205,670.946 354.806,669.548 358.407,668.047 362.008,666.442 \n",
" 365.609,664.734 369.211,662.922 372.812,661.006 376.413,658.986 380.014,656.863 383.615,654.636 387.216,652.306 390.817,649.872 394.418,647.334 398.019,644.692 \n",
" 401.62,641.947 405.221,639.098 408.822,636.145 412.423,633.089 416.024,629.929 419.625,626.665 423.226,623.298 426.827,619.827 430.428,616.252 434.029,612.574 \n",
" 437.63,608.792 441.231,604.906 444.833,600.917 448.434,596.824 452.035,592.627 455.636,588.327 459.237,583.923 462.838,579.415 466.439,574.804 470.04,570.088 \n",
" 473.641,565.27 477.242,560.347 480.843,555.321 484.444,550.191 488.045,544.958 491.646,539.621 495.247,534.18 498.848,528.635 502.449,522.987 506.05,517.235 \n",
" 509.651,511.38 513.252,505.42 516.853,499.357 520.455,493.191 524.056,486.92 527.657,480.547 531.258,474.069 534.859,467.488 538.46,460.803 542.061,454.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M774.862 686.448 L1152.76 686.448 L1152.76 447.244 L774.862 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip887\">\n",
" <rect x=\"774\" y=\"447\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 785.557,686.448 785.557,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 874.683,686.448 874.683,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 963.809,686.448 963.809,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1052.93,686.448 1052.93,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1142.06,686.448 1142.06,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,679.689 1152.76,679.689 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,622.14 1152.76,622.14 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,564.591 1152.76,564.591 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,507.042 1152.76,507.042 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip887)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,449.492 1152.76,449.492 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,686.448 1152.76,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,686.448 774.862,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 785.557,686.448 785.557,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 874.683,686.448 874.683,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 963.809,686.448 963.809,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1052.93,686.448 1052.93,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1142.06,686.448 1142.06,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,679.689 779.397,679.689 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,622.14 779.397,622.14 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,564.591 779.397,564.591 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,507.042 779.397,507.042 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,449.492 779.397,449.492 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M766.61 725.036 L779.087 725.036 L779.087 728.832 L766.61 728.832 L766.61 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M788.184 735.985 L804.504 735.985 L804.504 739.92 L782.559 739.92 L782.559 735.985 Q785.221 733.23 789.805 728.6 Q794.411 723.948 795.592 722.605 Q797.837 720.082 798.717 718.346 Q799.62 716.587 799.62 714.897 Q799.62 712.142 797.675 710.406 Q795.754 708.67 792.652 708.67 Q790.453 708.67 787.999 709.434 Q785.569 710.198 782.791 711.749 L782.791 707.027 Q785.615 705.892 788.069 705.314 Q790.522 704.735 792.559 704.735 Q797.93 704.735 801.124 707.42 Q804.319 710.105 804.319 714.596 Q804.319 716.726 803.508 718.647 Q802.721 720.545 800.615 723.138 Q800.036 723.809 796.934 727.026 Q793.833 730.221 788.184 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M855.551 725.036 L868.028 725.036 L868.028 728.832 L855.551 728.832 L855.551 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M873.908 735.985 L881.546 735.985 L881.546 709.619 L873.236 711.286 L873.236 707.027 L881.5 705.36 L886.176 705.36 L886.176 735.985 L893.815 735.985 L893.815 739.92 L873.908 739.92 L873.908 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M963.809 708.439 Q960.198 708.439 958.369 712.003 Q956.564 715.545 956.564 722.675 Q956.564 729.781 958.369 733.346 Q960.198 736.887 963.809 736.887 Q967.443 736.887 969.249 733.346 Q971.077 729.781 971.077 722.675 Q971.077 715.545 969.249 712.003 Q967.443 708.439 963.809 708.439 M963.809 704.735 Q969.619 704.735 972.675 709.341 Q975.753 713.925 975.753 722.675 Q975.753 731.401 972.675 736.008 Q969.619 740.591 963.809 740.591 Q957.999 740.591 954.92 736.008 Q951.865 731.401 951.865 722.675 Q951.865 713.925 954.92 709.341 Q957.999 704.735 963.809 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1043.32 735.985 L1050.96 735.985 L1050.96 709.619 L1042.65 711.286 L1042.65 707.027 L1050.91 705.36 L1055.59 705.36 L1055.59 735.985 L1063.22 735.985 L1063.22 739.92 L1043.32 739.92 L1043.32 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1136.71 735.985 L1153.03 735.985 L1153.03 739.92 L1131.09 739.92 L1131.09 735.985 Q1133.75 733.23 1138.33 728.6 Q1142.94 723.948 1144.12 722.605 Q1146.37 720.082 1147.25 718.346 Q1148.15 716.587 1148.15 714.897 Q1148.15 712.142 1146.2 710.406 Q1144.28 708.67 1141.18 708.67 Q1138.98 708.67 1136.53 709.434 Q1134.1 710.198 1131.32 711.749 L1131.32 707.027 Q1134.14 705.892 1136.6 705.314 Q1139.05 704.735 1141.09 704.735 Q1146.46 704.735 1149.65 707.42 Q1152.85 710.105 1152.85 714.596 Q1152.85 716.726 1152.04 718.647 Q1151.25 720.545 1149.14 723.138 Q1148.57 723.809 1145.46 727.026 Q1142.36 730.221 1136.71 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M674.937 665.488 Q671.325 665.488 669.497 669.052 Q667.691 672.594 667.691 679.724 Q667.691 686.83 669.497 690.395 Q671.325 693.936 674.937 693.936 Q678.571 693.936 680.376 690.395 Q682.205 686.83 682.205 679.724 Q682.205 672.594 680.376 669.052 Q678.571 665.488 674.937 665.488 M674.937 661.784 Q680.747 661.784 683.802 666.39 Q686.881 670.974 686.881 679.724 Q686.881 688.45 683.802 693.057 Q680.747 697.64 674.937 697.64 Q669.126 697.64 666.048 693.057 Q662.992 688.45 662.992 679.724 Q662.992 670.974 666.048 666.39 Q669.126 661.784 674.937 661.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M691.95 691.089 L696.835 691.089 L696.835 696.969 L691.95 696.969 L691.95 691.089 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M711.904 665.488 Q708.293 665.488 706.464 669.052 Q704.659 672.594 704.659 679.724 Q704.659 686.83 706.464 690.395 Q708.293 693.936 711.904 693.936 Q715.538 693.936 717.344 690.395 Q719.172 686.83 719.172 679.724 Q719.172 672.594 717.344 669.052 Q715.538 665.488 711.904 665.488 M711.904 661.784 Q717.714 661.784 720.77 666.39 Q723.848 670.974 723.848 679.724 Q723.848 688.45 720.77 693.057 Q717.714 697.64 711.904 697.64 Q706.094 697.64 703.015 693.057 Q699.96 688.45 699.96 679.724 Q699.96 670.974 703.015 666.39 Q706.094 661.784 711.904 661.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 665.488 Q735.307 665.488 733.478 669.052 Q731.672 672.594 731.672 679.724 Q731.672 686.83 733.478 690.395 Q735.307 693.936 738.918 693.936 Q742.552 693.936 744.357 690.395 Q746.186 686.83 746.186 679.724 Q746.186 672.594 744.357 669.052 Q742.552 665.488 738.918 665.488 M738.918 661.784 Q744.728 661.784 747.783 666.39 Q750.862 670.974 750.862 679.724 Q750.862 688.45 747.783 693.057 Q744.728 697.64 738.918 697.64 Q733.107 697.64 730.029 693.057 Q726.973 688.45 726.973 679.724 Q726.973 670.974 730.029 666.39 Q733.107 661.784 738.918 661.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M677.529 607.938 Q673.918 607.938 672.089 611.503 Q670.284 615.045 670.284 622.174 Q670.284 629.281 672.089 632.846 Q673.918 636.387 677.529 636.387 Q681.163 636.387 682.969 632.846 Q684.798 629.281 684.798 622.174 Q684.798 615.045 682.969 611.503 Q681.163 607.938 677.529 607.938 M677.529 604.235 Q683.339 604.235 686.395 608.841 Q689.473 613.425 689.473 622.174 Q689.473 630.901 686.395 635.508 Q683.339 640.091 677.529 640.091 Q671.719 640.091 668.64 635.508 Q665.585 630.901 665.585 622.174 Q665.585 613.425 668.64 608.841 Q671.719 604.235 677.529 604.235 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M694.543 633.54 L699.427 633.54 L699.427 639.42 L694.543 639.42 L694.543 633.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M708.524 635.485 L724.844 635.485 L724.844 639.42 L702.899 639.42 L702.899 635.485 Q705.561 632.73 710.145 628.1 Q714.751 623.448 715.932 622.105 Q718.177 619.582 719.057 617.846 Q719.959 616.087 719.959 614.397 Q719.959 611.642 718.015 609.906 Q716.094 608.17 712.992 608.17 Q710.793 608.17 708.339 608.934 Q705.909 609.698 703.131 611.249 L703.131 606.526 Q705.955 605.392 708.409 604.813 Q710.862 604.235 712.899 604.235 Q718.27 604.235 721.464 606.92 Q724.658 609.605 724.658 614.096 Q724.658 616.225 723.848 618.147 Q723.061 620.045 720.955 622.637 Q720.376 623.309 717.274 626.526 Q714.172 629.721 708.524 635.485 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M729.959 604.86 L748.316 604.86 L748.316 608.795 L734.242 608.795 L734.242 617.267 Q735.26 616.92 736.279 616.758 Q737.297 616.573 738.316 616.573 Q744.103 616.573 747.482 619.744 Q750.862 622.915 750.862 628.332 Q750.862 633.911 747.39 637.012 Q743.918 640.091 737.598 640.091 Q735.422 640.091 733.154 639.721 Q730.908 639.35 728.501 638.61 L728.501 633.911 Q730.584 635.045 732.807 635.6 Q735.029 636.156 737.506 636.156 Q741.51 636.156 743.848 634.049 Q746.186 631.943 746.186 628.332 Q746.186 624.721 743.848 622.614 Q741.51 620.508 737.506 620.508 Q735.631 620.508 733.756 620.924 Q731.904 621.341 729.959 622.221 L729.959 604.86 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M675.932 550.389 Q672.321 550.389 670.492 553.954 Q668.687 557.496 668.687 564.625 Q668.687 571.732 670.492 575.297 Q672.321 578.838 675.932 578.838 Q679.566 578.838 681.372 575.297 Q683.2 571.732 683.2 564.625 Q683.2 557.496 681.372 553.954 Q679.566 550.389 675.932 550.389 M675.932 546.686 Q681.742 546.686 684.798 551.292 Q687.876 555.875 687.876 564.625 Q687.876 573.352 684.798 577.959 Q681.742 582.542 675.932 582.542 Q670.122 582.542 667.043 577.959 Q663.987 573.352 663.987 564.625 Q663.987 555.875 667.043 551.292 Q670.122 546.686 675.932 546.686 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M692.946 575.991 L697.83 575.991 L697.83 581.871 L692.946 581.871 L692.946 575.991 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M702.946 547.311 L721.302 547.311 L721.302 551.246 L707.228 551.246 L707.228 559.718 Q708.247 559.371 709.265 559.209 Q710.284 559.024 711.302 559.024 Q717.089 559.024 720.469 562.195 Q723.848 565.366 723.848 570.783 Q723.848 576.361 720.376 579.463 Q716.904 582.542 710.584 582.542 Q708.409 582.542 706.14 582.172 Q703.895 581.801 701.487 581.06 L701.487 576.361 Q703.571 577.496 705.793 578.051 Q708.015 578.607 710.492 578.607 Q714.496 578.607 716.834 576.5 Q719.172 574.394 719.172 570.783 Q719.172 567.172 716.834 565.065 Q714.496 562.959 710.492 562.959 Q708.617 562.959 706.742 563.375 Q704.89 563.792 702.946 564.672 L702.946 547.311 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 550.389 Q735.307 550.389 733.478 553.954 Q731.672 557.496 731.672 564.625 Q731.672 571.732 733.478 575.297 Q735.307 578.838 738.918 578.838 Q742.552 578.838 744.357 575.297 Q746.186 571.732 746.186 564.625 Q746.186 557.496 744.357 553.954 Q742.552 550.389 738.918 550.389 M738.918 546.686 Q744.728 546.686 747.783 551.292 Q750.862 555.875 750.862 564.625 Q750.862 573.352 747.783 577.959 Q744.728 582.542 738.918 582.542 Q733.107 582.542 730.029 577.959 Q726.973 573.352 726.973 564.625 Q726.973 555.875 730.029 551.292 Q733.107 546.686 738.918 546.686 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M676.835 492.84 Q673.224 492.84 671.395 496.405 Q669.589 499.947 669.589 507.076 Q669.589 514.183 671.395 517.748 Q673.224 521.289 676.835 521.289 Q680.469 521.289 682.274 517.748 Q684.103 514.183 684.103 507.076 Q684.103 499.947 682.274 496.405 Q680.469 492.84 676.835 492.84 M676.835 489.137 Q682.645 489.137 685.7 493.743 Q688.779 498.326 688.779 507.076 Q688.779 515.803 685.7 520.41 Q682.645 524.993 676.835 524.993 Q671.024 524.993 667.946 520.41 Q664.89 515.803 664.89 507.076 Q664.89 498.326 667.946 493.743 Q671.024 489.137 676.835 489.137 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M693.848 518.442 L698.733 518.442 L698.733 524.322 L693.848 524.322 L693.848 518.442 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M702.622 489.762 L724.844 489.762 L724.844 491.752 L712.297 524.322 L707.413 524.322 L719.219 493.697 L702.622 493.697 L702.622 489.762 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M729.959 489.762 L748.316 489.762 L748.316 493.697 L734.242 493.697 L734.242 502.169 Q735.26 501.822 736.279 501.66 Q737.297 501.474 738.316 501.474 Q744.103 501.474 747.482 504.646 Q750.862 507.817 750.862 513.234 Q750.862 518.812 747.39 521.914 Q743.918 524.993 737.598 524.993 Q735.422 524.993 733.154 524.622 Q730.908 524.252 728.501 523.511 L728.501 518.812 Q730.584 519.947 732.807 520.502 Q735.029 521.058 737.506 521.058 Q741.51 521.058 743.848 518.951 Q746.186 516.845 746.186 513.234 Q746.186 509.623 743.848 507.516 Q741.51 505.41 737.506 505.41 Q735.631 505.41 733.756 505.826 Q731.904 506.243 729.959 507.123 L729.959 489.762 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M666.974 462.837 L674.612 462.837 L674.612 436.472 L666.302 438.138 L666.302 433.879 L674.566 432.212 L679.242 432.212 L679.242 462.837 L686.881 462.837 L686.881 466.772 L666.974 466.772 L666.974 462.837 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M691.95 460.893 L696.835 460.893 L696.835 466.772 L691.95 466.772 L691.95 460.893 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M711.904 435.291 Q708.293 435.291 706.464 438.856 Q704.659 442.398 704.659 449.527 Q704.659 456.634 706.464 460.198 Q708.293 463.74 711.904 463.74 Q715.538 463.74 717.344 460.198 Q719.172 456.634 719.172 449.527 Q719.172 442.398 717.344 438.856 Q715.538 435.291 711.904 435.291 M711.904 431.587 Q717.714 431.587 720.77 436.194 Q723.848 440.777 723.848 449.527 Q723.848 458.254 720.77 462.86 Q717.714 467.444 711.904 467.444 Q706.094 467.444 703.015 462.86 Q699.96 458.254 699.96 449.527 Q699.96 440.777 703.015 436.194 Q706.094 431.587 711.904 431.587 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 435.291 Q735.307 435.291 733.478 438.856 Q731.672 442.398 731.672 449.527 Q731.672 456.634 733.478 460.198 Q735.307 463.74 738.918 463.74 Q742.552 463.74 744.357 460.198 Q746.186 456.634 746.186 449.527 Q746.186 442.398 744.357 438.856 Q742.552 435.291 738.918 435.291 M738.918 431.587 Q744.728 431.587 747.783 436.194 Q750.862 440.777 750.862 449.527 Q750.862 458.254 747.783 462.86 Q744.728 467.444 738.918 467.444 Q733.107 467.444 730.029 462.86 Q726.973 458.254 726.973 449.527 Q726.973 440.777 730.029 436.194 Q733.107 431.587 738.918 431.587 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip887)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 785.557,587.673 789.158,592.381 792.759,596.966 796.36,601.427 799.961,605.764 803.562,609.978 807.163,614.068 810.764,618.034 814.366,621.877 817.967,625.596 \n",
" 821.568,629.192 825.169,632.664 828.77,636.012 832.371,639.236 835.972,642.337 839.573,645.315 843.174,648.168 846.775,650.898 850.376,653.505 853.977,655.988 \n",
" 857.578,658.347 861.179,660.582 864.78,662.694 868.381,664.682 871.982,666.547 875.583,668.288 879.184,669.905 882.785,671.398 886.386,672.768 889.988,674.015 \n",
" 893.589,675.137 897.19,676.136 900.791,677.012 904.392,677.764 907.993,678.392 911.594,678.896 915.195,679.277 918.796,679.534 922.397,679.668 925.998,679.678 \n",
" 929.599,679.564 933.2,679.327 936.801,678.966 940.402,678.481 944.003,677.873 947.604,677.141 951.205,676.286 954.806,675.306 958.407,674.204 962.008,672.977 \n",
" 965.609,671.627 969.211,670.153 972.812,668.556 976.413,666.835 980.014,664.99 983.615,663.022 987.216,660.93 990.817,658.715 994.418,656.375 998.019,653.913 \n",
" 1001.62,651.326 1005.22,648.616 1008.82,645.782 1012.42,642.825 1016.02,639.744 1019.63,636.539 1023.23,633.211 1026.83,629.759 1030.43,626.183 1034.03,622.484 \n",
" 1037.63,618.661 1041.23,614.714 1044.83,610.644 1048.43,606.45 1052.03,602.133 1055.64,597.692 1059.24,593.127 1062.84,588.439 1066.44,583.627 1070.04,578.691 \n",
" 1073.64,573.632 1077.24,568.449 1080.84,563.142 1084.44,557.712 1088.05,552.158 1091.65,546.481 1095.25,540.68 1098.85,534.755 1102.45,528.707 1106.05,522.535 \n",
" 1109.65,516.239 1113.25,509.82 1116.85,503.277 1120.45,496.61 1124.06,489.82 1127.66,482.906 1131.26,475.868 1134.86,468.707 1138.46,461.422 1142.06,454.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M1374.86 686.448 L1752.76 686.448 L1752.76 447.244 L1374.86 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip888\">\n",
" <rect x=\"1374\" y=\"447\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1385.56,686.448 1385.56,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1474.68,686.448 1474.68,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1563.81,686.448 1563.81,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1652.93,686.448 1652.93,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1742.06,686.448 1742.06,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,679.679 1752.76,679.679 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,632.805 1752.76,632.805 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,585.931 1752.76,585.931 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,539.056 1752.76,539.056 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip888)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,492.182 1752.76,492.182 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,686.448 1752.76,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,686.448 1374.86,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1385.56,686.448 1385.56,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1474.68,686.448 1474.68,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1563.81,686.448 1563.81,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1652.93,686.448 1652.93,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1742.06,686.448 1742.06,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,679.679 1379.4,679.679 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,632.805 1379.4,632.805 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,585.931 1379.4,585.931 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,539.056 1379.4,539.056 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,492.182 1379.4,492.182 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M1366.61 725.036 L1379.09 725.036 L1379.09 728.832 L1366.61 728.832 L1366.61 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1388.18 735.985 L1404.5 735.985 L1404.5 739.92 L1382.56 739.92 L1382.56 735.985 Q1385.22 733.23 1389.8 728.6 Q1394.41 723.948 1395.59 722.605 Q1397.84 720.082 1398.72 718.346 Q1399.62 716.587 1399.62 714.897 Q1399.62 712.142 1397.68 710.406 Q1395.75 708.67 1392.65 708.67 Q1390.45 708.67 1388 709.434 Q1385.57 710.198 1382.79 711.749 L1382.79 707.027 Q1385.62 705.892 1388.07 705.314 Q1390.52 704.735 1392.56 704.735 Q1397.93 704.735 1401.12 707.42 Q1404.32 710.105 1404.32 714.596 Q1404.32 716.726 1403.51 718.647 Q1402.72 720.545 1400.61 723.138 Q1400.04 723.809 1396.93 727.026 Q1393.83 730.221 1388.18 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1455.55 725.036 L1468.03 725.036 L1468.03 728.832 L1455.55 728.832 L1455.55 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1473.91 735.985 L1481.55 735.985 L1481.55 709.619 L1473.24 711.286 L1473.24 707.027 L1481.5 705.36 L1486.18 705.36 L1486.18 735.985 L1493.81 735.985 L1493.81 739.92 L1473.91 739.92 L1473.91 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1563.81 708.439 Q1560.2 708.439 1558.37 712.003 Q1556.56 715.545 1556.56 722.675 Q1556.56 729.781 1558.37 733.346 Q1560.2 736.887 1563.81 736.887 Q1567.44 736.887 1569.25 733.346 Q1571.08 729.781 1571.08 722.675 Q1571.08 715.545 1569.25 712.003 Q1567.44 708.439 1563.81 708.439 M1563.81 704.735 Q1569.62 704.735 1572.67 709.341 Q1575.75 713.925 1575.75 722.675 Q1575.75 731.401 1572.67 736.008 Q1569.62 740.591 1563.81 740.591 Q1558 740.591 1554.92 736.008 Q1551.86 731.401 1551.86 722.675 Q1551.86 713.925 1554.92 709.341 Q1558 704.735 1563.81 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1643.32 735.985 L1650.96 735.985 L1650.96 709.619 L1642.65 711.286 L1642.65 707.027 L1650.91 705.36 L1655.59 705.36 L1655.59 735.985 L1663.22 735.985 L1663.22 739.92 L1643.32 739.92 L1643.32 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1736.71 735.985 L1753.03 735.985 L1753.03 739.92 L1731.09 739.92 L1731.09 735.985 Q1733.75 733.23 1738.33 728.6 Q1742.94 723.948 1744.12 722.605 Q1746.37 720.082 1747.25 718.346 Q1748.15 716.587 1748.15 714.897 Q1748.15 712.142 1746.2 710.406 Q1744.28 708.67 1741.18 708.67 Q1738.98 708.67 1736.53 709.434 Q1734.1 710.198 1731.32 711.749 L1731.32 707.027 Q1734.14 705.892 1736.6 705.314 Q1739.05 704.735 1741.09 704.735 Q1746.46 704.735 1749.65 707.42 Q1752.85 710.105 1752.85 714.596 Q1752.85 716.726 1752.04 718.647 Q1751.25 720.545 1749.14 723.138 Q1748.57 723.809 1745.46 727.026 Q1742.36 730.221 1736.71 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1301.95 665.478 Q1298.34 665.478 1296.51 669.043 Q1294.7 672.584 1294.7 679.714 Q1294.7 686.821 1296.51 690.385 Q1298.34 693.927 1301.95 693.927 Q1305.58 693.927 1307.39 690.385 Q1309.22 686.821 1309.22 679.714 Q1309.22 672.584 1307.39 669.043 Q1305.58 665.478 1301.95 665.478 M1301.95 661.774 Q1307.76 661.774 1310.82 666.381 Q1313.89 670.964 1313.89 679.714 Q1313.89 688.441 1310.82 693.047 Q1307.76 697.631 1301.95 697.631 Q1296.14 697.631 1293.06 693.047 Q1290.01 688.441 1290.01 679.714 Q1290.01 670.964 1293.06 666.381 Q1296.14 661.774 1301.95 661.774 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.96 691.08 L1323.85 691.08 L1323.85 696.959 L1318.96 696.959 L1318.96 691.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1338.92 665.478 Q1335.31 665.478 1333.48 669.043 Q1331.67 672.584 1331.67 679.714 Q1331.67 686.821 1333.48 690.385 Q1335.31 693.927 1338.92 693.927 Q1342.55 693.927 1344.36 690.385 Q1346.19 686.821 1346.19 679.714 Q1346.19 672.584 1344.36 669.043 Q1342.55 665.478 1338.92 665.478 M1338.92 661.774 Q1344.73 661.774 1347.78 666.381 Q1350.86 670.964 1350.86 679.714 Q1350.86 688.441 1347.78 693.047 Q1344.73 697.631 1338.92 697.631 Q1333.11 697.631 1330.03 693.047 Q1326.97 688.441 1326.97 679.714 Q1326.97 670.964 1330.03 666.381 Q1333.11 661.774 1338.92 661.774 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1303.55 618.604 Q1299.94 618.604 1298.11 622.169 Q1296.3 625.71 1296.3 632.84 Q1296.3 639.946 1298.11 643.511 Q1299.94 647.053 1303.55 647.053 Q1307.18 647.053 1308.99 643.511 Q1310.82 639.946 1310.82 632.84 Q1310.82 625.71 1308.99 622.169 Q1307.18 618.604 1303.55 618.604 M1303.55 614.9 Q1309.36 614.9 1312.41 619.506 Q1315.49 624.09 1315.49 632.84 Q1315.49 641.567 1312.41 646.173 Q1309.36 650.756 1303.55 650.756 Q1297.74 650.756 1294.66 646.173 Q1291.6 641.567 1291.6 632.84 Q1291.6 624.09 1294.66 619.506 Q1297.74 614.9 1303.55 614.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1320.56 644.205 L1325.45 644.205 L1325.45 650.085 L1320.56 650.085 L1320.56 644.205 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1334.54 646.15 L1350.86 646.15 L1350.86 650.085 L1328.92 650.085 L1328.92 646.15 Q1331.58 643.395 1336.16 638.766 Q1340.77 634.113 1341.95 632.77 Q1344.2 630.247 1345.08 628.511 Q1345.98 626.752 1345.98 625.062 Q1345.98 622.307 1344.03 620.571 Q1342.11 618.835 1339.01 618.835 Q1336.81 618.835 1334.36 619.599 Q1331.93 620.363 1329.15 621.914 L1329.15 617.192 Q1331.97 616.057 1334.43 615.479 Q1336.88 614.9 1338.92 614.9 Q1344.29 614.9 1347.48 617.585 Q1350.68 620.27 1350.68 624.761 Q1350.68 626.891 1349.87 628.812 Q1349.08 630.71 1346.97 633.303 Q1346.39 633.974 1343.29 637.192 Q1340.19 640.386 1334.54 646.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1301.46 571.729 Q1297.85 571.729 1296.02 575.294 Q1294.22 578.836 1294.22 585.965 Q1294.22 593.072 1296.02 596.637 Q1297.85 600.178 1301.46 600.178 Q1305.1 600.178 1306.9 596.637 Q1308.73 593.072 1308.73 585.965 Q1308.73 578.836 1306.9 575.294 Q1305.1 571.729 1301.46 571.729 M1301.46 568.026 Q1307.27 568.026 1310.33 572.632 Q1313.41 577.215 1313.41 585.965 Q1313.41 594.692 1310.33 599.299 Q1307.27 603.882 1301.46 603.882 Q1295.65 603.882 1292.58 599.299 Q1289.52 594.692 1289.52 585.965 Q1289.52 577.215 1292.58 572.632 Q1295.65 568.026 1301.46 568.026 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.48 597.331 L1323.36 597.331 L1323.36 603.211 L1318.48 603.211 L1318.48 597.331 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1341.28 572.725 L1329.47 591.174 L1341.28 591.174 L1341.28 572.725 M1340.05 568.651 L1345.93 568.651 L1345.93 591.174 L1350.86 591.174 L1350.86 595.063 L1345.93 595.063 L1345.93 603.211 L1341.28 603.211 L1341.28 595.063 L1325.68 595.063 L1325.68 590.549 L1340.05 568.651 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1301.79 524.855 Q1298.18 524.855 1296.35 528.42 Q1294.54 531.962 1294.54 539.091 Q1294.54 546.198 1296.35 549.762 Q1298.18 553.304 1301.79 553.304 Q1305.42 553.304 1307.23 549.762 Q1309.06 546.198 1309.06 539.091 Q1309.06 531.962 1307.23 528.42 Q1305.42 524.855 1301.79 524.855 M1301.79 521.151 Q1307.6 521.151 1310.65 525.758 Q1313.73 530.341 1313.73 539.091 Q1313.73 547.818 1310.65 552.424 Q1307.6 557.008 1301.79 557.008 Q1295.98 557.008 1292.9 552.424 Q1289.84 547.818 1289.84 539.091 Q1289.84 530.341 1292.9 525.758 Q1295.98 521.151 1301.79 521.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1318.8 550.457 L1323.69 550.457 L1323.69 556.336 L1318.8 556.336 L1318.8 550.457 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1339.33 537.193 Q1336.19 537.193 1334.33 539.346 Q1332.51 541.499 1332.51 545.249 Q1332.51 548.975 1334.33 551.151 Q1336.19 553.304 1339.33 553.304 Q1342.48 553.304 1344.31 551.151 Q1346.16 548.975 1346.16 545.249 Q1346.16 541.499 1344.31 539.346 Q1342.48 537.193 1339.33 537.193 M1348.62 522.54 L1348.62 526.8 Q1346.86 525.966 1345.05 525.526 Q1343.27 525.087 1341.51 525.087 Q1336.88 525.087 1334.43 528.212 Q1332 531.337 1331.65 537.656 Q1333.01 535.642 1335.08 534.577 Q1337.14 533.489 1339.61 533.489 Q1344.82 533.489 1347.83 536.661 Q1350.86 539.809 1350.86 545.249 Q1350.86 550.573 1347.71 553.79 Q1344.57 557.008 1339.33 557.008 Q1333.34 557.008 1330.17 552.424 Q1327 547.818 1327 539.091 Q1327 530.897 1330.89 526.036 Q1334.77 521.151 1341.33 521.151 Q1343.08 521.151 1344.87 521.499 Q1346.67 521.846 1348.62 522.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1302.04 477.981 Q1298.43 477.981 1296.6 481.546 Q1294.8 485.087 1294.8 492.217 Q1294.8 499.323 1296.6 502.888 Q1298.43 506.43 1302.04 506.43 Q1305.68 506.43 1307.48 502.888 Q1309.31 499.323 1309.31 492.217 Q1309.31 485.087 1307.48 481.546 Q1305.68 477.981 1302.04 477.981 M1302.04 474.277 Q1307.85 474.277 1310.91 478.884 Q1313.99 483.467 1313.99 492.217 Q1313.99 500.944 1310.91 505.55 Q1307.85 510.133 1302.04 510.133 Q1296.23 510.133 1293.15 505.55 Q1290.1 500.944 1290.1 492.217 Q1290.1 483.467 1293.15 478.884 Q1296.23 474.277 1302.04 474.277 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1319.06 503.583 L1323.94 503.583 L1323.94 509.462 L1319.06 509.462 L1319.06 503.583 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1339.01 493.05 Q1335.68 493.05 1333.76 494.833 Q1331.86 496.615 1331.86 499.74 Q1331.86 502.865 1333.76 504.647 Q1335.68 506.43 1339.01 506.43 Q1342.34 506.43 1344.26 504.647 Q1346.19 502.842 1346.19 499.74 Q1346.19 496.615 1344.26 494.833 Q1342.37 493.05 1339.01 493.05 M1334.33 491.059 Q1331.33 490.319 1329.64 488.259 Q1327.97 486.198 1327.97 483.235 Q1327.97 479.092 1330.91 476.685 Q1333.87 474.277 1339.01 474.277 Q1344.17 474.277 1347.11 476.685 Q1350.05 479.092 1350.05 483.235 Q1350.05 486.198 1348.36 488.259 Q1346.7 490.319 1343.71 491.059 Q1347.09 491.846 1348.96 494.138 Q1350.86 496.43 1350.86 499.74 Q1350.86 504.763 1347.78 507.448 Q1344.73 510.133 1339.01 510.133 Q1333.29 510.133 1330.21 507.448 Q1327.16 504.763 1327.16 499.74 Q1327.16 496.43 1329.06 494.138 Q1330.95 491.846 1334.33 491.059 M1332.62 483.675 Q1332.62 486.36 1334.29 487.865 Q1335.98 489.37 1339.01 489.37 Q1342.02 489.37 1343.71 487.865 Q1345.42 486.36 1345.42 483.675 Q1345.42 480.99 1343.71 479.485 Q1342.02 477.981 1339.01 477.981 Q1335.98 477.981 1334.29 479.485 Q1332.62 480.99 1332.62 483.675 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip888)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1385.56,590.971 1389.16,595.561 1392.76,600.028 1396.36,604.374 1399.96,608.598 1403.56,612.7 1407.16,616.68 1410.76,620.538 1414.37,624.274 1417.97,627.888 \n",
" 1421.57,631.38 1425.17,634.751 1428.77,638 1432.37,641.126 1435.97,644.131 1439.57,647.014 1443.17,649.775 1446.77,652.414 1450.38,654.931 1453.98,657.327 \n",
" 1457.58,659.6 1461.18,661.752 1464.78,663.781 1468.38,665.689 1471.98,667.475 1475.58,669.139 1479.18,670.681 1482.79,672.101 1486.39,673.399 1489.99,674.576 \n",
" 1493.59,675.63 1497.19,676.563 1500.79,677.374 1504.39,678.062 1507.99,678.629 1511.59,679.074 1515.19,679.397 1518.8,679.599 1522.4,679.678 1526,679.635 \n",
" 1529.6,679.471 1533.2,679.185 1536.8,678.776 1540.4,678.246 1544,677.594 1547.6,676.82 1551.21,675.924 1554.81,674.907 1558.41,673.767 1562.01,672.506 \n",
" 1565.61,671.122 1569.21,669.617 1572.81,667.99 1576.41,666.241 1580.01,664.37 1583.61,662.377 1587.22,660.262 1590.82,658.025 1594.42,655.667 1598.02,653.186 \n",
" 1601.62,650.584 1605.22,647.86 1608.82,645.013 1612.42,642.045 1616.02,638.955 1619.63,635.744 1623.23,632.41 1626.83,628.954 1630.43,625.377 1634.03,621.677 \n",
" 1637.63,617.856 1641.23,613.913 1644.83,609.848 1648.43,605.661 1652.03,601.352 1655.64,596.921 1659.24,592.368 1662.84,587.694 1666.44,582.897 1670.04,577.979 \n",
" 1673.64,572.939 1677.24,567.777 1680.84,562.493 1684.44,557.087 1688.05,551.559 1691.65,545.909 1695.25,540.138 1698.85,534.244 1702.45,528.229 1706.05,522.091 \n",
" 1709.65,515.832 1713.25,509.451 1716.85,502.948 1720.45,496.323 1724.06,489.576 1727.66,482.708 1731.26,475.717 1734.86,468.605 1738.46,461.37 1742.06,454.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M1974.86 686.448 L2352.76 686.448 L2352.76 447.244 L1974.86 447.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip889\">\n",
" <rect x=\"1974\" y=\"447\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1985.56,686.448 1985.56,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2074.68,686.448 2074.68,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2163.81,686.448 2163.81,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2252.93,686.448 2252.93,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2342.06,686.448 2342.06,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,679.682 2352.76,679.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,632.497 2352.76,632.497 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,585.312 2352.76,585.312 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,538.127 2352.76,538.127 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip889)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1974.86,490.942 2352.76,490.942 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,686.448 2352.76,686.448 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,686.448 1974.86,447.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.56,686.448 1985.56,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2074.68,686.448 2074.68,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2163.81,686.448 2163.81,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2252.93,686.448 2252.93,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2342.06,686.448 2342.06,683.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,679.682 1979.4,679.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,632.497 1979.4,632.497 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,585.312 1979.4,585.312 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,538.127 1979.4,538.127 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1974.86,490.942 1979.4,490.942 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M1966.61 725.036 L1979.09 725.036 L1979.09 728.832 L1966.61 728.832 L1966.61 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1988.18 735.985 L2004.5 735.985 L2004.5 739.92 L1982.56 739.92 L1982.56 735.985 Q1985.22 733.23 1989.8 728.6 Q1994.41 723.948 1995.59 722.605 Q1997.84 720.082 1998.72 718.346 Q1999.62 716.587 1999.62 714.897 Q1999.62 712.142 1997.68 710.406 Q1995.75 708.67 1992.65 708.67 Q1990.45 708.67 1988 709.434 Q1985.57 710.198 1982.79 711.749 L1982.79 707.027 Q1985.62 705.892 1988.07 705.314 Q1990.52 704.735 1992.56 704.735 Q1997.93 704.735 2001.12 707.42 Q2004.32 710.105 2004.32 714.596 Q2004.32 716.726 2003.51 718.647 Q2002.72 720.545 2000.61 723.138 Q2000.04 723.809 1996.93 727.026 Q1993.83 730.221 1988.18 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2055.55 725.036 L2068.03 725.036 L2068.03 728.832 L2055.55 728.832 L2055.55 725.036 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2073.91 735.985 L2081.55 735.985 L2081.55 709.619 L2073.24 711.286 L2073.24 707.027 L2081.5 705.36 L2086.18 705.36 L2086.18 735.985 L2093.81 735.985 L2093.81 739.92 L2073.91 739.92 L2073.91 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2163.81 708.439 Q2160.2 708.439 2158.37 712.003 Q2156.56 715.545 2156.56 722.675 Q2156.56 729.781 2158.37 733.346 Q2160.2 736.887 2163.81 736.887 Q2167.44 736.887 2169.25 733.346 Q2171.08 729.781 2171.08 722.675 Q2171.08 715.545 2169.25 712.003 Q2167.44 708.439 2163.81 708.439 M2163.81 704.735 Q2169.62 704.735 2172.67 709.341 Q2175.75 713.925 2175.75 722.675 Q2175.75 731.401 2172.67 736.008 Q2169.62 740.591 2163.81 740.591 Q2158 740.591 2154.92 736.008 Q2151.86 731.401 2151.86 722.675 Q2151.86 713.925 2154.92 709.341 Q2158 704.735 2163.81 704.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2243.32 735.985 L2250.96 735.985 L2250.96 709.619 L2242.65 711.286 L2242.65 707.027 L2250.91 705.36 L2255.59 705.36 L2255.59 735.985 L2263.22 735.985 L2263.22 739.92 L2243.32 739.92 L2243.32 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M2336.71 735.985 L2353.03 735.985 L2353.03 739.92 L2331.09 739.92 L2331.09 735.985 Q2333.75 733.23 2338.33 728.6 Q2342.94 723.948 2344.12 722.605 Q2346.37 720.082 2347.25 718.346 Q2348.15 716.587 2348.15 714.897 Q2348.15 712.142 2346.2 710.406 Q2344.28 708.67 2341.18 708.67 Q2338.98 708.67 2336.53 709.434 Q2334.1 710.198 2331.32 711.749 L2331.32 707.027 Q2334.14 705.892 2336.6 705.314 Q2339.05 704.735 2341.09 704.735 Q2346.46 704.735 2349.65 707.42 Q2352.85 710.105 2352.85 714.596 Q2352.85 716.726 2352.04 718.647 Q2351.25 720.545 2349.14 723.138 Q2348.57 723.809 2345.46 727.026 Q2342.36 730.221 2336.71 735.985 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1874.94 665.481 Q1871.33 665.481 1869.5 669.046 Q1867.69 672.587 1867.69 679.717 Q1867.69 686.823 1869.5 690.388 Q1871.33 693.93 1874.94 693.93 Q1878.57 693.93 1880.38 690.388 Q1882.2 686.823 1882.2 679.717 Q1882.2 672.587 1880.38 669.046 Q1878.57 665.481 1874.94 665.481 M1874.94 661.777 Q1880.75 661.777 1883.8 666.384 Q1886.88 670.967 1886.88 679.717 Q1886.88 688.444 1883.8 693.05 Q1880.75 697.634 1874.94 697.634 Q1869.13 697.634 1866.05 693.05 Q1862.99 688.444 1862.99 679.717 Q1862.99 670.967 1866.05 666.384 Q1869.13 661.777 1874.94 661.777 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1891.95 691.083 L1896.83 691.083 L1896.83 696.962 L1891.95 696.962 L1891.95 691.083 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1911.9 665.481 Q1908.29 665.481 1906.46 669.046 Q1904.66 672.587 1904.66 679.717 Q1904.66 686.823 1906.46 690.388 Q1908.29 693.93 1911.9 693.93 Q1915.54 693.93 1917.34 690.388 Q1919.17 686.823 1919.17 679.717 Q1919.17 672.587 1917.34 669.046 Q1915.54 665.481 1911.9 665.481 M1911.9 661.777 Q1917.71 661.777 1920.77 666.384 Q1923.85 670.967 1923.85 679.717 Q1923.85 688.444 1920.77 693.05 Q1917.71 697.634 1911.9 697.634 Q1906.09 697.634 1903.02 693.05 Q1899.96 688.444 1899.96 679.717 Q1899.96 670.967 1903.02 666.384 Q1906.09 661.777 1911.9 661.777 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1938.92 665.481 Q1935.31 665.481 1933.48 669.046 Q1931.67 672.587 1931.67 679.717 Q1931.67 686.823 1933.48 690.388 Q1935.31 693.93 1938.92 693.93 Q1942.55 693.93 1944.36 690.388 Q1946.19 686.823 1946.19 679.717 Q1946.19 672.587 1944.36 669.046 Q1942.55 665.481 1938.92 665.481 M1938.92 661.777 Q1944.73 661.777 1947.78 666.384 Q1950.86 670.967 1950.86 679.717 Q1950.86 688.444 1947.78 693.05 Q1944.73 697.634 1938.92 697.634 Q1933.11 697.634 1930.03 693.05 Q1926.97 688.444 1926.97 679.717 Q1926.97 670.967 1930.03 666.384 Q1933.11 661.777 1938.92 661.777 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1877.53 618.296 Q1873.92 618.296 1872.09 621.861 Q1870.28 625.402 1870.28 632.532 Q1870.28 639.638 1872.09 643.203 Q1873.92 646.745 1877.53 646.745 Q1881.16 646.745 1882.97 643.203 Q1884.8 639.638 1884.8 632.532 Q1884.8 625.402 1882.97 621.861 Q1881.16 618.296 1877.53 618.296 M1877.53 614.592 Q1883.34 614.592 1886.39 619.199 Q1889.47 623.782 1889.47 632.532 Q1889.47 641.259 1886.39 645.865 Q1883.34 650.449 1877.53 650.449 Q1871.72 650.449 1868.64 645.865 Q1865.58 641.259 1865.58 632.532 Q1865.58 623.782 1868.64 619.199 Q1871.72 614.592 1877.53 614.592 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1894.54 643.898 L1899.43 643.898 L1899.43 649.777 L1894.54 649.777 L1894.54 643.898 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1908.52 645.842 L1924.84 645.842 L1924.84 649.777 L1902.9 649.777 L1902.9 645.842 Q1905.56 643.088 1910.14 638.458 Q1914.75 633.805 1915.93 632.463 Q1918.18 629.939 1919.06 628.203 Q1919.96 626.444 1919.96 624.754 Q1919.96 622 1918.01 620.264 Q1916.09 618.527 1912.99 618.527 Q1910.79 618.527 1908.34 619.291 Q1905.91 620.055 1903.13 621.606 L1903.13 616.884 Q1905.95 615.75 1908.41 615.171 Q1910.86 614.592 1912.9 614.592 Q1918.27 614.592 1921.46 617.277 Q1924.66 619.963 1924.66 624.453 Q1924.66 626.583 1923.85 628.504 Q1923.06 630.402 1920.95 632.995 Q1920.38 633.666 1917.27 636.884 Q1914.17 640.078 1908.52 645.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1929.96 615.217 L1948.32 615.217 L1948.32 619.152 L1934.24 619.152 L1934.24 627.625 Q1935.26 627.277 1936.28 627.115 Q1937.3 626.93 1938.32 626.93 Q1944.1 626.93 1947.48 630.101 Q1950.86 633.273 1950.86 638.689 Q1950.86 644.268 1947.39 647.37 Q1943.92 650.449 1937.6 650.449 Q1935.42 650.449 1933.15 650.078 Q1930.91 649.708 1928.5 648.967 L1928.5 644.268 Q1930.58 645.402 1932.81 645.958 Q1935.03 646.513 1937.51 646.513 Q1941.51 646.513 1943.85 644.407 Q1946.19 642.301 1946.19 638.689 Q1946.19 635.078 1943.85 632.972 Q1941.51 630.865 1937.51 630.865 Q1935.63 630.865 1933.76 631.282 Q1931.9 631.699 1929.96 632.578 L1929.96 615.217 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1875.93 571.111 Q1872.32 571.111 1870.49 574.676 Q1868.69 578.217 1868.69 585.347 Q1868.69 592.454 1870.49 596.018 Q1872.32 599.56 1875.93 599.56 Q1879.57 599.56 1881.37 596.018 Q1883.2 592.454 1883.2 585.347 Q1883.2 578.217 1881.37 574.676 Q1879.57 571.111 1875.93 571.111 M1875.93 567.407 Q1881.74 567.407 1884.8 572.014 Q1887.88 576.597 1887.88 585.347 Q1887.88 594.074 1884.8 598.68 Q1881.74 603.264 1875.93 603.264 Q1870.12 603.264 1867.04 598.68 Q1863.99 594.074 1863.99 585.347 Q1863.99 576.597 1867.04 572.014 Q1870.12 567.407 1875.93 567.407 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1892.95 596.713 L1897.83 596.713 L1897.83 602.592 L1892.95 602.592 L1892.95 596.713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1902.95 568.032 L1921.3 568.032 L1921.3 571.968 L1907.23 571.968 L1907.23 580.44 Q1908.25 580.092 1909.27 579.93 Q1910.28 579.745 1911.3 579.745 Q1917.09 579.745 1920.47 582.917 Q1923.85 586.088 1923.85 591.504 Q1923.85 597.083 1920.38 600.185 Q1916.9 603.264 1910.58 603.264 Q1908.41 603.264 1906.14 602.893 Q1903.89 602.523 1901.49 601.782 L1901.49 597.083 Q1903.57 598.217 1905.79 598.773 Q1908.02 599.328 1910.49 599.328 Q1914.5 599.328 1916.83 597.222 Q1919.17 595.116 1919.17 591.504 Q1919.17 587.893 1916.83 585.787 Q1914.5 583.68 1910.49 583.68 Q1908.62 583.68 1906.74 584.097 Q1904.89 584.514 1902.95 585.393 L1902.95 568.032 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1938.92 571.111 Q1935.31 571.111 1933.48 574.676 Q1931.67 578.217 1931.67 585.347 Q1931.67 592.454 1933.48 596.018 Q1935.31 599.56 1938.92 599.56 Q1942.55 599.56 1944.36 596.018 Q1946.19 592.454 1946.19 585.347 Q1946.19 578.217 1944.36 574.676 Q1942.55 571.111 1938.92 571.111 M1938.92 567.407 Q1944.73 567.407 1947.78 572.014 Q1950.86 576.597 1950.86 585.347 Q1950.86 594.074 1947.78 598.68 Q1944.73 603.264 1938.92 603.264 Q1933.11 603.264 1930.03 598.68 Q1926.97 594.074 1926.97 585.347 Q1926.97 576.597 1930.03 572.014 Q1933.11 567.407 1938.92 567.407 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1876.83 523.926 Q1873.22 523.926 1871.39 527.491 Q1869.59 531.033 1869.59 538.162 Q1869.59 545.269 1871.39 548.833 Q1873.22 552.375 1876.83 552.375 Q1880.47 552.375 1882.27 548.833 Q1884.1 545.269 1884.1 538.162 Q1884.1 531.033 1882.27 527.491 Q1880.47 523.926 1876.83 523.926 M1876.83 520.222 Q1882.64 520.222 1885.7 524.829 Q1888.78 529.412 1888.78 538.162 Q1888.78 546.889 1885.7 551.495 Q1882.64 556.079 1876.83 556.079 Q1871.02 556.079 1867.95 551.495 Q1864.89 546.889 1864.89 538.162 Q1864.89 529.412 1867.95 524.829 Q1871.02 520.222 1876.83 520.222 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1893.85 549.528 L1898.73 549.528 L1898.73 555.407 L1893.85 555.407 L1893.85 549.528 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1902.62 520.847 L1924.84 520.847 L1924.84 522.838 L1912.3 555.407 L1907.41 555.407 L1919.22 524.783 L1902.62 524.783 L1902.62 520.847 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1929.96 520.847 L1948.32 520.847 L1948.32 524.783 L1934.24 524.783 L1934.24 533.255 Q1935.26 532.908 1936.28 532.746 Q1937.3 532.56 1938.32 532.56 Q1944.1 532.56 1947.48 535.732 Q1950.86 538.903 1950.86 544.32 Q1950.86 549.898 1947.39 553 Q1943.92 556.079 1937.6 556.079 Q1935.42 556.079 1933.15 555.708 Q1930.91 555.338 1928.5 554.597 L1928.5 549.898 Q1930.58 551.032 1932.81 551.588 Q1935.03 552.144 1937.51 552.144 Q1941.51 552.144 1943.85 550.037 Q1946.19 547.931 1946.19 544.32 Q1946.19 540.708 1943.85 538.602 Q1941.51 536.495 1937.51 536.495 Q1935.63 536.495 1933.76 536.912 Q1931.9 537.329 1929.96 538.208 L1929.96 520.847 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1866.97 504.287 L1874.61 504.287 L1874.61 477.922 L1866.3 479.588 L1866.3 475.329 L1874.57 473.662 L1879.24 473.662 L1879.24 504.287 L1886.88 504.287 L1886.88 508.222 L1866.97 508.222 L1866.97 504.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1891.95 502.343 L1896.83 502.343 L1896.83 508.222 L1891.95 508.222 L1891.95 502.343 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1911.9 476.741 Q1908.29 476.741 1906.46 480.306 Q1904.66 483.848 1904.66 490.977 Q1904.66 498.084 1906.46 501.648 Q1908.29 505.19 1911.9 505.19 Q1915.54 505.19 1917.34 501.648 Q1919.17 498.084 1919.17 490.977 Q1919.17 483.848 1917.34 480.306 Q1915.54 476.741 1911.9 476.741 M1911.9 473.037 Q1917.71 473.037 1920.77 477.644 Q1923.85 482.227 1923.85 490.977 Q1923.85 499.704 1920.77 504.31 Q1917.71 508.894 1911.9 508.894 Q1906.09 508.894 1903.02 504.31 Q1899.96 499.704 1899.96 490.977 Q1899.96 482.227 1903.02 477.644 Q1906.09 473.037 1911.9 473.037 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1938.92 476.741 Q1935.31 476.741 1933.48 480.306 Q1931.67 483.848 1931.67 490.977 Q1931.67 498.084 1933.48 501.648 Q1935.31 505.19 1938.92 505.19 Q1942.55 505.19 1944.36 501.648 Q1946.19 498.084 1946.19 490.977 Q1946.19 483.848 1944.36 480.306 Q1942.55 476.741 1938.92 476.741 M1938.92 473.037 Q1944.73 473.037 1947.78 477.644 Q1950.86 482.227 1950.86 490.977 Q1950.86 499.704 1947.78 504.31 Q1944.73 508.894 1938.92 508.894 Q1933.11 508.894 1930.03 504.31 Q1926.97 499.704 1926.97 490.977 Q1926.97 482.227 1930.03 477.644 Q1933.11 473.037 1938.92 473.037 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip889)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.56,613.848 1989.16,617.586 1992.76,621.214 1996.36,624.733 1999.96,628.143 2003.56,631.444 2007.16,634.636 2010.76,637.718 2014.37,640.691 2017.97,643.555 \n",
" 2021.57,646.31 2025.17,648.956 2028.77,651.492 2032.37,653.919 2035.97,656.237 2039.57,658.445 2043.17,660.544 2046.77,662.535 2050.38,664.415 2053.98,666.187 \n",
" 2057.58,667.849 2061.18,669.403 2064.78,670.847 2068.38,672.181 2071.98,673.407 2075.58,674.523 2079.18,675.53 2082.79,676.428 2086.39,677.216 2089.99,677.896 \n",
" 2093.59,678.466 2097.19,678.927 2100.79,679.278 2104.39,679.521 2107.99,679.654 2111.59,679.678 2115.19,679.593 2118.8,679.398 2122.4,679.094 2126,678.682 \n",
" 2129.6,678.159 2133.2,677.528 2136.8,676.787 2140.4,675.937 2144,674.978 2147.6,673.91 2151.21,672.732 2154.81,671.446 2158.41,670.05 2162.01,668.544 \n",
" 2165.61,666.93 2169.21,665.206 2172.81,663.373 2176.41,661.431 2180.01,659.38 2183.61,657.219 2187.22,654.949 2190.82,652.57 2194.42,650.082 2198.02,647.484 \n",
" 2201.62,644.777 2205.22,641.961 2208.82,639.036 2212.42,636.002 2216.02,632.858 2219.63,629.605 2223.23,626.243 2226.83,622.772 2230.43,619.191 2234.03,615.501 \n",
" 2237.63,611.702 2241.23,607.794 2244.83,603.776 2248.43,599.649 2252.03,595.413 2255.64,591.068 2259.24,586.614 2262.84,582.05 2266.44,577.377 2270.04,572.595 \n",
" 2273.64,567.704 2277.24,562.703 2280.84,557.593 2284.44,552.374 2288.05,547.046 2291.65,541.608 2295.25,536.062 2298.85,530.406 2302.45,524.64 2306.05,518.766 \n",
" 2309.65,512.782 2313.25,506.689 2316.85,500.487 2320.45,494.176 2324.06,487.755 2327.66,481.226 2331.26,474.587 2334.86,467.838 2338.46,460.981 2342.06,454.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M174.862 1086.45 L552.756 1086.45 L552.756 847.244 L174.862 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8810\">\n",
" <rect x=\"174\" y=\"847\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 185.557,1086.45 185.557,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 274.683,1086.45 274.683,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 363.809,1086.45 363.809,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 452.935,1086.45 452.935,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 542.061,1086.45 542.061,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,1079.68 552.756,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,1031.77 552.756,1031.77 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,983.854 552.756,983.854 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,935.942 552.756,935.942 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8810)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 174.862,888.03 552.756,888.03 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,1086.45 552.756,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,1086.45 174.862,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 185.557,1086.45 185.557,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 274.683,1086.45 274.683,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 363.809,1086.45 363.809,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 452.935,1086.45 452.935,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 542.061,1086.45 542.061,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,1079.68 179.397,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,1031.77 179.397,1031.77 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,983.854 179.397,983.854 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,935.942 179.397,935.942 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 174.862,888.03 179.397,888.03 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M166.61 1125.04 L179.087 1125.04 L179.087 1128.83 L166.61 1128.83 L166.61 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M188.184 1135.98 L204.504 1135.98 L204.504 1139.92 L182.559 1139.92 L182.559 1135.98 Q185.221 1133.23 189.805 1128.6 Q194.411 1123.95 195.592 1122.61 Q197.837 1120.08 198.717 1118.35 Q199.62 1116.59 199.62 1114.9 Q199.62 1112.14 197.675 1110.41 Q195.754 1108.67 192.652 1108.67 Q190.453 1108.67 187.999 1109.43 Q185.569 1110.2 182.791 1111.75 L182.791 1107.03 Q185.615 1105.89 188.069 1105.31 Q190.522 1104.73 192.559 1104.73 Q197.93 1104.73 201.124 1107.42 Q204.319 1110.11 204.319 1114.6 Q204.319 1116.73 203.508 1118.65 Q202.721 1120.54 200.615 1123.14 Q200.036 1123.81 196.934 1127.03 Q193.833 1130.22 188.184 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M255.551 1125.04 L268.028 1125.04 L268.028 1128.83 L255.551 1128.83 L255.551 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M273.908 1135.98 L281.546 1135.98 L281.546 1109.62 L273.236 1111.29 L273.236 1107.03 L281.5 1105.36 L286.176 1105.36 L286.176 1135.98 L293.815 1135.98 L293.815 1139.92 L273.908 1139.92 L273.908 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M363.809 1108.44 Q360.198 1108.44 358.369 1112 Q356.564 1115.55 356.564 1122.67 Q356.564 1129.78 358.369 1133.35 Q360.198 1136.89 363.809 1136.89 Q367.443 1136.89 369.249 1133.35 Q371.077 1129.78 371.077 1122.67 Q371.077 1115.55 369.249 1112 Q367.443 1108.44 363.809 1108.44 M363.809 1104.73 Q369.619 1104.73 372.675 1109.34 Q375.753 1113.92 375.753 1122.67 Q375.753 1131.4 372.675 1136.01 Q369.619 1140.59 363.809 1140.59 Q357.999 1140.59 354.92 1136.01 Q351.865 1131.4 351.865 1122.67 Q351.865 1113.92 354.92 1109.34 Q357.999 1104.73 363.809 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M443.317 1135.98 L450.956 1135.98 L450.956 1109.62 L442.646 1111.29 L442.646 1107.03 L450.909 1105.36 L455.585 1105.36 L455.585 1135.98 L463.224 1135.98 L463.224 1139.92 L443.317 1139.92 L443.317 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M536.714 1135.98 L553.033 1135.98 L553.033 1139.92 L531.089 1139.92 L531.089 1135.98 Q533.751 1133.23 538.334 1128.6 Q542.94 1123.95 544.121 1122.61 Q546.366 1120.08 547.246 1118.35 Q548.149 1116.59 548.149 1114.9 Q548.149 1112.14 546.204 1110.41 Q544.283 1108.67 541.181 1108.67 Q538.982 1108.67 536.528 1109.43 Q534.098 1110.2 531.32 1111.75 L531.32 1107.03 Q534.144 1105.89 536.598 1105.31 Q539.052 1104.73 541.089 1104.73 Q546.459 1104.73 549.653 1107.42 Q552.848 1110.11 552.848 1114.6 Q552.848 1116.73 552.038 1118.65 Q551.251 1120.54 549.144 1123.14 Q548.565 1123.81 545.464 1127.03 Q542.362 1130.22 536.714 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M101.95 1065.48 Q98.3392 1065.48 96.5105 1069.04 Q94.7049 1072.58 94.7049 1079.71 Q94.7049 1086.82 96.5105 1090.38 Q98.3392 1093.93 101.95 1093.93 Q105.584 1093.93 107.39 1090.38 Q109.219 1086.82 109.219 1079.71 Q109.219 1072.58 107.39 1069.04 Q105.584 1065.48 101.95 1065.48 M101.95 1061.77 Q107.76 1061.77 110.816 1066.38 Q113.895 1070.96 113.895 1079.71 Q113.895 1088.44 110.816 1093.05 Q107.76 1097.63 101.95 1097.63 Q96.1401 1097.63 93.0614 1093.05 Q90.0059 1088.44 90.0059 1079.71 Q90.0059 1070.96 93.0614 1066.38 Q96.1401 1061.77 101.95 1061.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.964 1091.08 L123.848 1091.08 L123.848 1096.96 L118.964 1096.96 L118.964 1091.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M138.918 1065.48 Q135.307 1065.48 133.478 1069.04 Q131.672 1072.58 131.672 1079.71 Q131.672 1086.82 133.478 1090.38 Q135.307 1093.93 138.918 1093.93 Q142.552 1093.93 144.357 1090.38 Q146.186 1086.82 146.186 1079.71 Q146.186 1072.58 144.357 1069.04 Q142.552 1065.48 138.918 1065.48 M138.918 1061.77 Q144.728 1061.77 147.783 1066.38 Q150.862 1070.96 150.862 1079.71 Q150.862 1088.44 147.783 1093.05 Q144.728 1097.63 138.918 1097.63 Q133.107 1097.63 130.029 1093.05 Q126.973 1088.44 126.973 1079.71 Q126.973 1070.96 130.029 1066.38 Q133.107 1061.77 138.918 1061.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M103.547 1017.57 Q99.9364 1017.57 98.1077 1021.13 Q96.3021 1024.67 96.3021 1031.8 Q96.3021 1038.91 98.1077 1042.47 Q99.9364 1046.01 103.547 1046.01 Q107.182 1046.01 108.987 1042.47 Q110.816 1038.91 110.816 1031.8 Q110.816 1024.67 108.987 1021.13 Q107.182 1017.57 103.547 1017.57 M103.547 1013.86 Q109.358 1013.86 112.413 1018.47 Q115.492 1023.05 115.492 1031.8 Q115.492 1040.53 112.413 1045.13 Q109.358 1049.72 103.547 1049.72 Q97.7373 1049.72 94.6586 1045.13 Q91.6031 1040.53 91.6031 1031.8 Q91.6031 1023.05 94.6586 1018.47 Q97.7373 1013.86 103.547 1013.86 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M120.561 1043.17 L125.445 1043.17 L125.445 1049.05 L120.561 1049.05 L120.561 1043.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M134.543 1045.11 L150.862 1045.11 L150.862 1049.05 L128.918 1049.05 L128.918 1045.11 Q131.58 1042.36 136.163 1037.73 Q140.769 1033.07 141.95 1031.73 Q144.195 1029.21 145.075 1027.47 Q145.978 1025.71 145.978 1024.02 Q145.978 1021.27 144.033 1019.53 Q142.112 1017.8 139.01 1017.8 Q136.811 1017.8 134.357 1018.56 Q131.927 1019.32 129.149 1020.88 L129.149 1016.15 Q131.973 1015.02 134.427 1014.44 Q136.881 1013.86 138.918 1013.86 Q144.288 1013.86 147.482 1016.55 Q150.677 1019.23 150.677 1023.72 Q150.677 1025.85 149.867 1027.77 Q149.08 1029.67 146.973 1032.26 Q146.394 1032.94 143.293 1036.15 Q140.191 1039.35 134.543 1045.11 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M101.464 969.653 Q97.8531 969.653 96.0244 973.218 Q94.2188 976.76 94.2188 983.889 Q94.2188 990.996 96.0244 994.56 Q97.8531 998.102 101.464 998.102 Q105.098 998.102 106.904 994.56 Q108.733 990.996 108.733 983.889 Q108.733 976.76 106.904 973.218 Q105.098 969.653 101.464 969.653 M101.464 965.949 Q107.274 965.949 110.33 970.556 Q113.409 975.139 113.409 983.889 Q113.409 992.616 110.33 997.222 Q107.274 1001.81 101.464 1001.81 Q95.654 1001.81 92.5753 997.222 Q89.5198 992.616 89.5198 983.889 Q89.5198 975.139 92.5753 970.556 Q95.654 965.949 101.464 965.949 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.478 995.255 L123.362 995.255 L123.362 1001.13 L118.478 1001.13 L118.478 995.255 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M141.279 970.648 L129.473 989.097 L141.279 989.097 L141.279 970.648 M140.052 966.574 L145.931 966.574 L145.931 989.097 L150.862 989.097 L150.862 992.986 L145.931 992.986 L145.931 1001.13 L141.279 1001.13 L141.279 992.986 L125.677 992.986 L125.677 988.472 L140.052 966.574 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M101.788 921.741 Q98.1771 921.741 96.3484 925.306 Q94.5429 928.847 94.5429 935.977 Q94.5429 943.083 96.3484 946.648 Q98.1771 950.19 101.788 950.19 Q105.422 950.19 107.228 946.648 Q109.057 943.083 109.057 935.977 Q109.057 928.847 107.228 925.306 Q105.422 921.741 101.788 921.741 M101.788 918.037 Q107.598 918.037 110.654 922.644 Q113.733 927.227 113.733 935.977 Q113.733 944.704 110.654 949.31 Q107.598 953.894 101.788 953.894 Q95.9781 953.894 92.8994 949.31 Q89.8438 944.704 89.8438 935.977 Q89.8438 927.227 92.8994 922.644 Q95.9781 918.037 101.788 918.037 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M118.802 947.343 L123.686 947.343 L123.686 953.222 L118.802 953.222 L118.802 947.343 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M139.334 934.079 Q136.186 934.079 134.334 936.232 Q132.506 938.384 132.506 942.134 Q132.506 945.861 134.334 948.037 Q136.186 950.19 139.334 950.19 Q142.482 950.19 144.311 948.037 Q146.163 945.861 146.163 942.134 Q146.163 938.384 144.311 936.232 Q142.482 934.079 139.334 934.079 M148.617 919.426 L148.617 923.685 Q146.857 922.852 145.052 922.412 Q143.269 921.972 141.51 921.972 Q136.881 921.972 134.427 925.097 Q131.996 928.222 131.649 934.542 Q133.015 932.528 135.075 931.463 Q137.135 930.375 139.612 930.375 Q144.82 930.375 147.83 933.546 Q150.862 936.695 150.862 942.134 Q150.862 947.458 147.714 950.676 Q144.566 953.894 139.334 953.894 Q133.339 953.894 130.168 949.31 Q126.996 944.704 126.996 935.977 Q126.996 927.783 130.885 922.922 Q134.774 918.037 141.325 918.037 Q143.084 918.037 144.867 918.385 Q146.672 918.732 148.617 919.426 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M102.043 873.829 Q98.4318 873.829 96.6031 877.394 Q94.7975 880.935 94.7975 888.065 Q94.7975 895.171 96.6031 898.736 Q98.4318 902.278 102.043 902.278 Q105.677 902.278 107.483 898.736 Q109.311 895.171 109.311 888.065 Q109.311 880.935 107.483 877.394 Q105.677 873.829 102.043 873.829 M102.043 870.125 Q107.853 870.125 110.909 874.732 Q113.987 879.315 113.987 888.065 Q113.987 896.792 110.909 901.398 Q107.853 905.981 102.043 905.981 Q96.2327 905.981 93.154 901.398 Q90.0985 896.792 90.0985 888.065 Q90.0985 879.315 93.154 874.732 Q96.2327 870.125 102.043 870.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M119.057 899.431 L123.941 899.431 L123.941 905.31 L119.057 905.31 L119.057 899.431 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M139.01 888.898 Q135.677 888.898 133.756 890.681 Q131.857 892.463 131.857 895.588 Q131.857 898.713 133.756 900.495 Q135.677 902.278 139.01 902.278 Q142.344 902.278 144.265 900.495 Q146.186 898.69 146.186 895.588 Q146.186 892.463 144.265 890.681 Q142.367 888.898 139.01 888.898 M134.334 886.907 Q131.325 886.167 129.635 884.107 Q127.969 882.046 127.969 879.083 Q127.969 874.94 130.908 872.533 Q133.871 870.125 139.01 870.125 Q144.172 870.125 147.112 872.533 Q150.052 874.94 150.052 879.083 Q150.052 882.046 148.362 884.107 Q146.695 886.167 143.709 886.907 Q147.089 887.695 148.964 889.986 Q150.862 892.278 150.862 895.588 Q150.862 900.611 147.783 903.296 Q144.728 905.981 139.01 905.981 Q133.293 905.981 130.214 903.296 Q127.158 900.611 127.158 895.588 Q127.158 892.278 129.057 889.986 Q130.955 887.695 134.334 886.907 M132.621 879.523 Q132.621 882.208 134.288 883.713 Q135.978 885.218 139.01 885.218 Q142.019 885.218 143.709 883.713 Q145.422 882.208 145.422 879.523 Q145.422 876.838 143.709 875.333 Q142.019 873.829 139.01 873.829 Q135.978 873.829 134.288 875.333 Q132.621 876.838 132.621 879.523 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8810)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 185.557,976.897 189.158,981.986 192.759,986.945 196.36,991.775 199.961,996.476 203.562,1001.05 207.163,1005.49 210.764,1009.8 214.366,1013.99 217.967,1018.04 \n",
" 221.568,1021.97 225.169,1025.77 228.77,1029.43 232.371,1032.97 235.972,1036.38 239.573,1039.66 243.174,1042.81 246.775,1045.83 250.376,1048.73 253.977,1051.49 \n",
" 257.578,1054.12 261.179,1056.63 264.78,1059 268.381,1061.25 271.982,1063.37 275.583,1065.36 279.184,1067.22 282.785,1068.95 286.386,1070.55 289.988,1072.02 \n",
" 293.589,1073.36 297.19,1074.57 300.791,1075.66 304.392,1076.61 307.993,1077.44 311.594,1078.13 315.195,1078.7 318.796,1079.14 322.397,1079.45 325.998,1079.63 \n",
" 329.599,1079.68 333.2,1079.6 336.801,1079.39 340.402,1079.05 344.003,1078.59 347.604,1077.99 351.205,1077.27 354.806,1076.41 358.407,1075.43 362.008,1074.32 \n",
" 365.609,1073.08 369.211,1071.71 372.812,1070.21 376.413,1068.58 380.014,1066.82 383.615,1064.93 387.216,1062.92 390.817,1060.77 394.418,1058.5 398.019,1056.09 \n",
" 401.62,1053.56 405.221,1050.9 408.822,1048.11 412.423,1045.19 416.024,1042.14 419.625,1038.96 423.226,1035.65 426.827,1032.21 430.428,1028.65 434.029,1024.95 \n",
" 437.63,1021.13 441.231,1017.17 444.833,1013.09 448.434,1008.88 452.035,1004.54 455.636,1000.06 459.237,995.465 462.838,990.736 466.439,985.877 470.04,980.89 \n",
" 473.641,975.773 477.242,970.527 480.843,965.153 484.444,959.648 488.045,954.015 491.646,948.253 495.247,942.361 498.848,936.34 502.449,930.19 506.05,923.911 \n",
" 509.651,917.502 513.252,910.965 516.853,904.298 520.455,897.502 524.056,890.577 527.657,883.523 531.258,876.339 534.859,869.027 538.46,861.585 542.061,854.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M774.862 1086.45 L1152.76 1086.45 L1152.76 847.244 L774.862 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8811\">\n",
" <rect x=\"774\" y=\"847\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 785.557,1086.45 785.557,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 874.683,1086.45 874.683,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 963.809,1086.45 963.809,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1052.93,1086.45 1052.93,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1142.06,1086.45 1142.06,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,1079.68 1152.76,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,1027.37 1152.76,1027.37 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,975.063 1152.76,975.063 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,922.755 1152.76,922.755 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8811)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 774.862,870.447 1152.76,870.447 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,1086.45 1152.76,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,1086.45 774.862,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 785.557,1086.45 785.557,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 874.683,1086.45 874.683,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 963.809,1086.45 963.809,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1052.93,1086.45 1052.93,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1142.06,1086.45 1142.06,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,1079.68 779.397,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,1027.37 779.397,1027.37 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,975.063 779.397,975.063 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,922.755 779.397,922.755 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 774.862,870.447 779.397,870.447 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M766.61 1125.04 L779.087 1125.04 L779.087 1128.83 L766.61 1128.83 L766.61 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M788.184 1135.98 L804.504 1135.98 L804.504 1139.92 L782.559 1139.92 L782.559 1135.98 Q785.221 1133.23 789.805 1128.6 Q794.411 1123.95 795.592 1122.61 Q797.837 1120.08 798.717 1118.35 Q799.62 1116.59 799.62 1114.9 Q799.62 1112.14 797.675 1110.41 Q795.754 1108.67 792.652 1108.67 Q790.453 1108.67 787.999 1109.43 Q785.569 1110.2 782.791 1111.75 L782.791 1107.03 Q785.615 1105.89 788.069 1105.31 Q790.522 1104.73 792.559 1104.73 Q797.93 1104.73 801.124 1107.42 Q804.319 1110.11 804.319 1114.6 Q804.319 1116.73 803.508 1118.65 Q802.721 1120.54 800.615 1123.14 Q800.036 1123.81 796.934 1127.03 Q793.833 1130.22 788.184 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M855.551 1125.04 L868.028 1125.04 L868.028 1128.83 L855.551 1128.83 L855.551 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M873.908 1135.98 L881.546 1135.98 L881.546 1109.62 L873.236 1111.29 L873.236 1107.03 L881.5 1105.36 L886.176 1105.36 L886.176 1135.98 L893.815 1135.98 L893.815 1139.92 L873.908 1139.92 L873.908 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M963.809 1108.44 Q960.198 1108.44 958.369 1112 Q956.564 1115.55 956.564 1122.67 Q956.564 1129.78 958.369 1133.35 Q960.198 1136.89 963.809 1136.89 Q967.443 1136.89 969.249 1133.35 Q971.077 1129.78 971.077 1122.67 Q971.077 1115.55 969.249 1112 Q967.443 1108.44 963.809 1108.44 M963.809 1104.73 Q969.619 1104.73 972.675 1109.34 Q975.753 1113.92 975.753 1122.67 Q975.753 1131.4 972.675 1136.01 Q969.619 1140.59 963.809 1140.59 Q957.999 1140.59 954.92 1136.01 Q951.865 1131.4 951.865 1122.67 Q951.865 1113.92 954.92 1109.34 Q957.999 1104.73 963.809 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1043.32 1135.98 L1050.96 1135.98 L1050.96 1109.62 L1042.65 1111.29 L1042.65 1107.03 L1050.91 1105.36 L1055.59 1105.36 L1055.59 1135.98 L1063.22 1135.98 L1063.22 1139.92 L1043.32 1139.92 L1043.32 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1136.71 1135.98 L1153.03 1135.98 L1153.03 1139.92 L1131.09 1139.92 L1131.09 1135.98 Q1133.75 1133.23 1138.33 1128.6 Q1142.94 1123.95 1144.12 1122.61 Q1146.37 1120.08 1147.25 1118.35 Q1148.15 1116.59 1148.15 1114.9 Q1148.15 1112.14 1146.2 1110.41 Q1144.28 1108.67 1141.18 1108.67 Q1138.98 1108.67 1136.53 1109.43 Q1134.1 1110.2 1131.32 1111.75 L1131.32 1107.03 Q1134.14 1105.89 1136.6 1105.31 Q1139.05 1104.73 1141.09 1104.73 Q1146.46 1104.73 1149.65 1107.42 Q1152.85 1110.11 1152.85 1114.6 Q1152.85 1116.73 1152.04 1118.65 Q1151.25 1120.54 1149.14 1123.14 Q1148.57 1123.81 1145.46 1127.03 Q1142.36 1130.22 1136.71 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M701.95 1065.48 Q698.339 1065.48 696.51 1069.04 Q694.705 1072.58 694.705 1079.71 Q694.705 1086.82 696.51 1090.38 Q698.339 1093.93 701.95 1093.93 Q705.584 1093.93 707.39 1090.38 Q709.219 1086.82 709.219 1079.71 Q709.219 1072.58 707.39 1069.04 Q705.584 1065.48 701.95 1065.48 M701.95 1061.77 Q707.76 1061.77 710.816 1066.38 Q713.895 1070.96 713.895 1079.71 Q713.895 1088.44 710.816 1093.05 Q707.76 1097.63 701.95 1097.63 Q696.14 1097.63 693.061 1093.05 Q690.006 1088.44 690.006 1079.71 Q690.006 1070.96 693.061 1066.38 Q696.14 1061.77 701.95 1061.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M718.964 1091.08 L723.848 1091.08 L723.848 1096.96 L718.964 1096.96 L718.964 1091.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M738.918 1065.48 Q735.307 1065.48 733.478 1069.04 Q731.672 1072.58 731.672 1079.71 Q731.672 1086.82 733.478 1090.38 Q735.307 1093.93 738.918 1093.93 Q742.552 1093.93 744.357 1090.38 Q746.186 1086.82 746.186 1079.71 Q746.186 1072.58 744.357 1069.04 Q742.552 1065.48 738.918 1065.48 M738.918 1061.77 Q744.728 1061.77 747.783 1066.38 Q750.862 1070.96 750.862 1079.71 Q750.862 1088.44 747.783 1093.05 Q744.728 1097.63 738.918 1097.63 Q733.107 1097.63 730.029 1093.05 Q726.973 1088.44 726.973 1079.71 Q726.973 1070.96 730.029 1066.38 Q733.107 1061.77 738.918 1061.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M703.547 1013.17 Q699.936 1013.17 698.108 1016.73 Q696.302 1020.28 696.302 1027.41 Q696.302 1034.51 698.108 1038.08 Q699.936 1041.62 703.547 1041.62 Q707.182 1041.62 708.987 1038.08 Q710.816 1034.51 710.816 1027.41 Q710.816 1020.28 708.987 1016.73 Q707.182 1013.17 703.547 1013.17 M703.547 1009.47 Q709.358 1009.47 712.413 1014.07 Q715.492 1018.66 715.492 1027.41 Q715.492 1036.13 712.413 1040.74 Q709.358 1045.32 703.547 1045.32 Q697.737 1045.32 694.659 1040.74 Q691.603 1036.13 691.603 1027.41 Q691.603 1018.66 694.659 1014.07 Q697.737 1009.47 703.547 1009.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M720.561 1038.77 L725.445 1038.77 L725.445 1044.65 L720.561 1044.65 L720.561 1038.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M734.543 1040.72 L750.862 1040.72 L750.862 1044.65 L728.918 1044.65 L728.918 1040.72 Q731.58 1037.96 736.163 1033.33 Q740.769 1028.68 741.95 1027.34 Q744.195 1024.81 745.075 1023.08 Q745.978 1021.32 745.978 1019.63 Q745.978 1016.87 744.033 1015.14 Q742.112 1013.4 739.01 1013.4 Q736.811 1013.4 734.357 1014.16 Q731.927 1014.93 729.149 1016.48 L729.149 1011.76 Q731.973 1010.62 734.427 1010.04 Q736.881 1009.47 738.918 1009.47 Q744.288 1009.47 747.482 1012.15 Q750.677 1014.84 750.677 1019.33 Q750.677 1021.46 749.867 1023.38 Q749.08 1025.28 746.973 1027.87 Q746.394 1028.54 743.293 1031.76 Q740.191 1034.95 734.543 1040.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M701.464 960.861 Q697.853 960.861 696.024 964.426 Q694.219 967.968 694.219 975.097 Q694.219 982.204 696.024 985.769 Q697.853 989.31 701.464 989.31 Q705.098 989.31 706.904 985.769 Q708.733 982.204 708.733 975.097 Q708.733 967.968 706.904 964.426 Q705.098 960.861 701.464 960.861 M701.464 957.158 Q707.274 957.158 710.33 961.764 Q713.409 966.347 713.409 975.097 Q713.409 983.824 710.33 988.431 Q707.274 993.014 701.464 993.014 Q695.654 993.014 692.575 988.431 Q689.52 983.824 689.52 975.097 Q689.52 966.347 692.575 961.764 Q695.654 957.158 701.464 957.158 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M718.478 986.463 L723.362 986.463 L723.362 992.343 L718.478 992.343 L718.478 986.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M741.279 961.857 L729.473 980.306 L741.279 980.306 L741.279 961.857 M740.052 957.783 L745.931 957.783 L745.931 980.306 L750.862 980.306 L750.862 984.194 L745.931 984.194 L745.931 992.343 L741.279 992.343 L741.279 984.194 L725.677 984.194 L725.677 979.681 L740.052 957.783 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M701.788 908.554 Q698.177 908.554 696.348 912.118 Q694.543 915.66 694.543 922.79 Q694.543 929.896 696.348 933.461 Q698.177 937.002 701.788 937.002 Q705.422 937.002 707.228 933.461 Q709.057 929.896 709.057 922.79 Q709.057 915.66 707.228 912.118 Q705.422 908.554 701.788 908.554 M701.788 904.85 Q707.598 904.85 710.654 909.456 Q713.733 914.04 713.733 922.79 Q713.733 931.516 710.654 936.123 Q707.598 940.706 701.788 940.706 Q695.978 940.706 692.899 936.123 Q689.844 931.516 689.844 922.79 Q689.844 914.04 692.899 909.456 Q695.978 904.85 701.788 904.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M718.802 934.155 L723.686 934.155 L723.686 940.035 L718.802 940.035 L718.802 934.155 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M739.334 920.891 Q736.186 920.891 734.334 923.044 Q732.506 925.197 732.506 928.947 Q732.506 932.674 734.334 934.85 Q736.186 937.002 739.334 937.002 Q742.482 937.002 744.311 934.85 Q746.163 932.674 746.163 928.947 Q746.163 925.197 744.311 923.044 Q742.482 920.891 739.334 920.891 M748.617 906.239 L748.617 910.498 Q746.857 909.665 745.052 909.225 Q743.269 908.785 741.51 908.785 Q736.881 908.785 734.427 911.91 Q731.996 915.035 731.649 921.354 Q733.015 919.341 735.075 918.276 Q737.135 917.188 739.612 917.188 Q744.82 917.188 747.83 920.359 Q750.862 923.507 750.862 928.947 Q750.862 934.271 747.714 937.489 Q744.566 940.706 739.334 940.706 Q733.339 940.706 730.168 936.123 Q726.996 931.516 726.996 922.79 Q726.996 914.595 730.885 909.734 Q734.774 904.85 741.325 904.85 Q743.084 904.85 744.867 905.197 Q746.672 905.544 748.617 906.239 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M702.043 856.246 Q698.432 856.246 696.603 859.811 Q694.798 863.352 694.798 870.482 Q694.798 877.588 696.603 881.153 Q698.432 884.695 702.043 884.695 Q705.677 884.695 707.483 881.153 Q709.311 877.588 709.311 870.482 Q709.311 863.352 707.483 859.811 Q705.677 856.246 702.043 856.246 M702.043 852.542 Q707.853 852.542 710.909 857.149 Q713.987 861.732 713.987 870.482 Q713.987 879.209 710.909 883.815 Q707.853 888.398 702.043 888.398 Q696.233 888.398 693.154 883.815 Q690.098 879.209 690.098 870.482 Q690.098 861.732 693.154 857.149 Q696.233 852.542 702.043 852.542 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M719.057 881.848 L723.941 881.848 L723.941 887.727 L719.057 887.727 L719.057 881.848 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M739.01 871.315 Q735.677 871.315 733.756 873.098 Q731.857 874.88 731.857 878.005 Q731.857 881.13 733.756 882.912 Q735.677 884.695 739.01 884.695 Q742.344 884.695 744.265 882.912 Q746.186 881.107 746.186 878.005 Q746.186 874.88 744.265 873.098 Q742.367 871.315 739.01 871.315 M734.334 869.324 Q731.325 868.584 729.635 866.524 Q727.969 864.463 727.969 861.5 Q727.969 857.357 730.908 854.95 Q733.871 852.542 739.01 852.542 Q744.172 852.542 747.112 854.95 Q750.052 857.357 750.052 861.5 Q750.052 864.463 748.362 866.524 Q746.695 868.584 743.709 869.324 Q747.089 870.111 748.964 872.403 Q750.862 874.695 750.862 878.005 Q750.862 883.028 747.783 885.713 Q744.728 888.398 739.01 888.398 Q733.293 888.398 730.214 885.713 Q727.158 883.028 727.158 878.005 Q727.158 874.695 729.057 872.403 Q730.955 870.111 734.334 869.324 M732.621 861.94 Q732.621 864.625 734.288 866.13 Q735.978 867.635 739.01 867.635 Q742.019 867.635 743.709 866.13 Q745.422 864.625 745.422 861.94 Q745.422 859.255 743.709 857.75 Q742.019 856.246 739.01 856.246 Q735.978 856.246 734.288 857.75 Q732.621 859.255 732.621 861.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip8811)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 785.557,999.109 789.158,1003.4 792.759,1007.58 796.36,1011.63 799.961,1015.58 803.562,1019.4 807.163,1023.1 810.764,1026.69 814.366,1030.16 817.967,1033.51 \n",
" 821.568,1036.75 825.169,1039.87 828.77,1042.87 832.371,1045.75 835.972,1048.52 839.573,1051.16 843.174,1053.69 846.775,1056.11 850.376,1058.4 853.977,1060.58 \n",
" 857.578,1062.64 861.179,1064.58 864.78,1066.41 868.381,1068.11 871.982,1069.7 875.583,1071.18 879.184,1072.53 882.785,1073.77 886.386,1074.89 889.988,1075.89 \n",
" 893.589,1076.77 897.19,1077.54 900.791,1078.19 904.392,1078.72 907.993,1079.14 911.594,1079.44 915.195,1079.62 918.796,1079.68 922.397,1079.62 925.998,1079.45 \n",
" 929.599,1079.16 933.2,1078.75 936.801,1078.23 940.402,1077.58 944.003,1076.82 947.604,1075.94 951.205,1074.95 954.806,1073.84 958.407,1072.61 962.008,1071.26 \n",
" 965.609,1069.79 969.211,1068.21 972.812,1066.51 976.413,1064.69 980.014,1062.75 983.615,1060.7 987.216,1058.53 990.817,1056.24 994.418,1053.84 998.019,1051.31 \n",
" 1001.62,1048.67 1005.22,1045.91 1008.82,1043.04 1012.42,1040.04 1016.02,1036.93 1019.63,1033.71 1023.23,1030.36 1026.83,1026.9 1030.43,1023.31 1034.03,1019.62 \n",
" 1037.63,1015.8 1041.23,1011.87 1044.83,1007.82 1048.43,1003.65 1052.03,999.361 1055.64,994.957 1059.24,990.436 1062.84,985.798 1066.44,981.041 1070.04,976.168 \n",
" 1073.64,971.176 1077.24,966.068 1080.84,960.841 1084.44,955.498 1088.05,950.036 1091.65,944.457 1095.25,938.761 1098.85,932.947 1102.45,927.016 1106.05,920.967 \n",
" 1109.65,914.8 1113.25,908.516 1116.85,902.115 1120.45,895.596 1124.06,888.959 1127.66,882.205 1131.26,875.334 1134.86,868.345 1138.46,861.238 1142.06,854.014 \n",
" \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"\n",
"M1374.86 1086.45 L1752.76 1086.45 L1752.76 847.244 L1374.86 847.244 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip8812\">\n",
" <rect x=\"1374\" y=\"847\" width=\"379\" height=\"240\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1385.56,1086.45 1385.56,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1474.68,1086.45 1474.68,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1563.81,1086.45 1563.81,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1652.93,1086.45 1652.93,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1742.06,1086.45 1742.06,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,1079.68 1752.76,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,1039.55 1752.76,1039.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,999.425 1752.76,999.425 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,959.297 1752.76,959.297 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,919.168 1752.76,919.168 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip8812)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1374.86,879.039 1752.76,879.039 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,1086.45 1752.76,1086.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,1086.45 1374.86,847.244 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1385.56,1086.45 1385.56,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1474.68,1086.45 1474.68,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1563.81,1086.45 1563.81,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1652.93,1086.45 1652.93,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1742.06,1086.45 1742.06,1083.58 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,1079.68 1379.4,1079.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,1039.55 1379.4,1039.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,999.425 1379.4,999.425 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,959.297 1379.4,959.297 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,919.168 1379.4,919.168 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip880)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1374.86,879.039 1379.4,879.039 \n",
" \"/>\n",
"<path clip-path=\"url(#clip880)\" d=\"M 0 0 M1366.61 1125.04 L1379.09 1125.04 L1379.09 1128.83 L1366.61 1128.83 L1366.61 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1388.18 1135.98 L1404.5 1135.98 L1404.5 1139.92 L1382.56 1139.92 L1382.56 1135.98 Q1385.22 1133.23 1389.8 1128.6 Q1394.41 1123.95 1395.59 1122.61 Q1397.84 1120.08 1398.72 1118.35 Q1399.62 1116.59 1399.62 1114.9 Q1399.62 1112.14 1397.68 1110.41 Q1395.75 1108.67 1392.65 1108.67 Q1390.45 1108.67 1388 1109.43 Q1385.57 1110.2 1382.79 1111.75 L1382.79 1107.03 Q1385.62 1105.89 1388.07 1105.31 Q1390.52 1104.73 1392.56 1104.73 Q1397.93 1104.73 1401.12 1107.42 Q1404.32 1110.11 1404.32 1114.6 Q1404.32 1116.73 1403.51 1118.65 Q1402.72 1120.54 1400.61 1123.14 Q1400.04 1123.81 1396.93 1127.03 Q1393.83 1130.22 1388.18 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1455.55 1125.04 L1468.03 1125.04 L1468.03 1128.83 L1455.55 1128.83 L1455.55 1125.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1473.91 1135.98 L1481.55 1135.98 L1481.55 1109.62 L1473.24 1111.29 L1473.24 1107.03 L1481.5 1105.36 L1486.18 1105.36 L1486.18 1135.98 L1493.81 1135.98 L1493.81 1139.92 L1473.91 1139.92 L1473.91 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1563.81 1108.44 Q1560.2 1108.44 1558.37 1112 Q1556.56 1115.55 1556.56 1122.67 Q1556.56 1129.78 1558.37 1133.35 Q1560.2 1136.89 1563.81 1136.89 Q1567.44 1136.89 1569.25 1133.35 Q1571.08 1129.78 1571.08 1122.67 Q1571.08 1115.55 1569.25 1112 Q1567.44 1108.44 1563.81 1108.44 M1563.81 1104.73 Q1569.62 1104.73 1572.67 1109.34 Q1575.75 1113.92 1575.75 1122.67 Q1575.75 1131.4 1572.67 1136.01 Q1569.62 1140.59 1563.81 1140.59 Q1558 1140.59 1554.92 1136.01 Q1551.86 1131.4 1551.86 1122.67 Q1551.86 1113.92 1554.92 1109.34 Q1558 1104.73 1563.81 1104.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1643.32 1135.98 L1650.96 1135.98 L1650.96 1109.62 L1642.65 1111.29 L1642.65 1107.03 L1650.91 1105.36 L1655.59 1105.36 L1655.59 1135.98 L1663.22 1135.98 L1663.22 1139.92 L1643.32 1139.92 L1643.32 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1736.71 1135.98 L1753.03 1135.98 L1753.03 1139.92 L1731.09 1139.92 L1731.09 1135.98 Q1733.75 1133.23 1738.33 1128.6 Q1742.94 1123.95 1744.12 1122.61 Q1746.37 1120.08 1747.25 1118.35 Q1748.15 1116.59 1748.15 1114.9 Q1748.15 1112.14 1746.2 1110.41 Q1744.28 1108.67 1741.18 1108.67 Q1738.98 1108.67 1736.53 1109.43 Q1734.1 1110.2 1731.32 1111.75 L1731.32 1107.03 Q1734.14 1105.89 1736.6 1105.31 Q1739.05 1104.73 1741.09 1104.73 Q1746.46 1104.73 1749.65 1107.42 Q1752.85 1110.11 1752.85 1114.6 Q1752.85 1116.73 1752.04 1118.65 Q1751.25 1120.54 1749.14 1123.14 Q1748.57 1123.81 1745.46 1127.03 Q1742.36 1130.22 1736.71 1135.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1274.94 1065.48 Q1271.33 1065.48 1269.5 1069.05 Q1267.69 1072.59 1267.69 1079.72 Q1267.69 1086.82 1269.5 1090.39 Q1271.33 1093.93 1274.94 1093.93 Q1278.57 1093.93 1280.38 1090.39 Q1282.2 1086.82 1282.2 1079.72 Q1282.2 1072.59 1280.38 1069.05 Q1278.57 1065.48 1274.94 1065.48 M1274.94 1061.78 Q1280.75 1061.78 1283.8 1066.38 Q1286.88 1070.97 1286.88 1079.72 Q1286.88 1088.44 1283.8 1093.05 Q1280.75 1097.63 1274.94 1097.63 Q1269.13 1097.63 1266.05 1093.05 Q1262.99 1088.44 1262.99 1079.72 Q1262.99 1070.97 1266.05 1066.38 Q1269.13 1061.78 1274.94 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1291.95 1091.08 L1296.83 1091.08 L1296.83 1096.96 L1291.95 1096.96 L1291.95 1091.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1311.9 1065.48 Q1308.29 1065.48 1306.46 1069.05 Q1304.66 1072.59 1304.66 1079.72 Q1304.66 1086.82 1306.46 1090.39 Q1308.29 1093.93 1311.9 1093.93 Q1315.54 1093.93 1317.34 1090.39 Q1319.17 1086.82 1319.17 1079.72 Q1319.17 1072.59 1317.34 1069.05 Q1315.54 1065.48 1311.9 1065.48 M1311.9 1061.78 Q1317.71 1061.78 1320.77 1066.38 Q1323.85 1070.97 1323.85 1079.72 Q1323.85 1088.44 1320.77 1093.05 Q1317.71 1097.63 1311.9 1097.63 Q1306.09 1097.63 1303.02 1093.05 Q1299.96 1088.44 1299.96 1079.72 Q1299.96 1070.97 1303.02 1066.38 Q1306.09 1061.78 1311.9 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1338.92 1065.48 Q1335.31 1065.48 1333.48 1069.05 Q1331.67 1072.59 1331.67 1079.72 Q1331.67 1086.82 1333.48 1090.39 Q1335.31 1093.93 1338.92 1093.93 Q1342.55 1093.93 1344.36 1090.39 Q1346.19 1086.82 1346.19 1079.72 Q1346.19 1072.59 1344.36 1069.05 Q1342.55 1065.48 1338.92 1065.48 M1338.92 1061.78 Q1344.73 1061.78 1347.78 1066.38 Q1350.86 1070.97 1350.86 1079.72 Q1350.86 1088.44 1347.78 1093.05 Q1344.73 1097.63 1338.92 1097.63 Q1333.11 1097.63 1330.03 1093.05 Q1326.97 1088.44 1326.97 1079.72 Q1326.97 1070.97 1330.03 1066.38 Q1333.11 1061.78 1338.92 1061.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1277.53 1025.35 Q1273.92 1025.35 1272.09 1028.92 Q1270.28 1032.46 1270.28 1039.59 Q1270.28 1046.7 1272.09 1050.26 Q1273.92 1053.8 1277.53 1053.8 Q1281.16 1053.8 1282.97 1050.26 Q1284.8 1046.7 1284.8 1039.59 Q1284.8 1032.46 1282.97 1028.92 Q1281.16 1025.35 1277.53 1025.35 M1277.53 1021.65 Q1283.34 1021.65 1286.39 1026.26 Q1289.47 1030.84 1289.47 1039.59 Q1289.47 1048.32 1286.39 1052.92 Q1283.34 1057.51 1277.53 1057.51 Q1271.72 1057.51 1268.64 1052.92 Q1265.58 1048.32 1265.58 1039.59 Q1265.58 1030.84 1268.64 1026.26 Q1271.72 1021.65 1277.53 1021.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1294.54 1050.95 L1299.43 1050.95 L1299.43 1056.83 L1294.54 1056.83 L1294.54 1050.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1308.52 1052.9 L1324.84 1052.9 L1324.84 1056.83 L1302.9 1056.83 L1302.9 1052.9 Q1305.56 1050.14 1310.14 1045.51 Q1314.75 1040.86 1315.93 1039.52 Q1318.18 1037 1319.06 1035.26 Q1319.96 1033.5 1319.96 1031.81 Q1319.96 1029.06 1318.01 1027.32 Q1316.09 1025.58 1312.99 1025.58 Q1310.79 1025.58 1308.34 1026.35 Q1305.91 1027.11 1303.13 1028.66 L1303.13 1023.94 Q1305.95 1022.81 1308.41 1022.23 Q1310.86 1021.65 1312.9 1021.65 Q1318.27 1021.65 1321.46 1024.33 Q1324.66 1027.02 1324.66 1031.51 Q1324.66 1033.64 1323.85 1035.56 Q1323.06 1037.46 1320.95 1040.05 Q1320.38 1040.72 1317.27 1043.94 Q1314.17 1047.14 1308.52 1052.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1329.96 1022.27 L1348.32 1022.27 L1348.32 1026.21 L1334.24 1026.21 L1334.24 1034.68 Q1335.26 1034.33 1336.28 1034.17 Q1337.3 1033.99 1338.32 1033.99 Q1344.1 1033.99 1347.48 1037.16 Q1350.86 1040.33 1350.86 1045.75 Q1350.86 1051.32 1347.39 1054.43 Q1343.92 1057.51 1337.6 1057.51 Q1335.42 1057.51 1333.15 1057.14 Q1330.91 1056.76 1328.5 1056.02 L1328.5 1051.32 Q1330.58 1052.46 1332.81 1053.01 Q1335.03 1053.57 1337.51 1053.57 Q1341.51 1053.57 1343.85 1051.46 Q1346.19 1049.36 1346.19 1045.75 Q1346.19 1042.14 1343.85 1040.03 Q1341.51 1037.92 1337.51 1037.92 Q1335.63 1037.92 1333.76 1038.34 Q1331.9 1038.76 1329.96 1039.64 L1329.96 1022.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1275.93 985.224 Q1272.32 985.224 1270.49 988.789 Q1268.69 992.331 1268.69 999.46 Q1268.69 1006.57 1270.49 1010.13 Q1272.32 1013.67 1275.93 1013.67 Q1279.57 1013.67 1281.37 1010.13 Q1283.2 1006.57 1283.2 999.46 Q1283.2 992.331 1281.37 988.789 Q1279.57 985.224 1275.93 985.224 M1275.93 981.52 Q1281.74 981.52 1284.8 986.127 Q1287.88 990.71 1287.88 999.46 Q1287.88 1008.19 1284.8 1012.79 Q1281.74 1017.38 1275.93 1017.38 Q1270.12 1017.38 1267.04 1012.79 Q1263.99 1008.19 1263.99 999.46 Q1263.99 990.71 1267.04 986.127 Q1270.12 981.52 1275.93 981.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1292.95 1010.83 L1297.83 1010.83 L1297.83 1016.71 L1292.95 1016.71 L1292.95 1010.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1302.95 982.145 L1321.3 982.145 L1321.3 986.081 L1307.23 986.081 L1307.23 994.553 Q1308.25 994.206 1309.27 994.043 Q1310.28 993.858 1311.3 993.858 Q1317.09 993.858 1320.47 997.03 Q1323.85 1000.2 1323.85 1005.62 Q1323.85 1011.2 1320.38 1014.3 Q1316.9 1017.38 1310.58 1017.38 Q1308.41 1017.38 1306.14 1017.01 Q1303.89 1016.64 1301.49 1015.9 L1301.49 1011.2 Q1303.57 1012.33 1305.79 1012.89 Q1308.02 1013.44 1310.49 1013.44 Q1314.5 1013.44 1316.83 1011.34 Q1319.17 1009.23 1319.17 1005.62 Q1319.17 1002.01 1316.83 999.9 Q1314.5 997.793 1310.49 997.793 Q1308.62 997.793 1306.74 998.21 Q1304.89 998.627 1302.95 999.506 L1302.95 982.145 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1338.92 985.224 Q1335.31 985.224 1333.48 988.789 Q1331.67 992.331 1331.67 999.46 Q1331.67 1006.57 1333.48 1010.13 Q1335.31 1013.67 1338.92 1013.67 Q1342.55 1013.67 1344.36 1010.13 Q1346.19 1006.57 1346.19 999.46 Q1346.19 992.331 1344.36 988.789 Q1342.55 985.224 1338.92 985.224 M1338.92 981.52 Q1344.73 981.52 1347.78 986.127 Q1350.86 990.71 1350.86 999.46 Q1350.86 1008.19 1347.78 1012.79 Q1344.73 1017.38 1338.92 1017.38 Q1333.11 1017.38 1330.03 1012.79 Q1326.97 1008.19 1326.97 999.46 Q1326.97 990.71 1330.03 986.127 Q1333.11 981.52 1338.92 981.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1276.83 945.095 Q1273.22 945.095 1271.39 948.66 Q1269.59 952.202 1269.59 959.331 Q1269.59 966.438 1271.39 970.003 Q1273.22 973.544 1276.83 973.544 Q1280.47 973.544 1282.27 970.003 Q1284.1 966.438 1284.1 959.331 Q1284.1 952.202 1282.27 948.66 Q1280.47 945.095 1276.83 945.095 M1276.83 941.392 Q1282.64 941.392 1285.7 945.998 Q1288.78 950.581 1288.78 959.331 Q1288.78 968.058 1285.7 972.665 Q1282.64 977.248 1276.83 977.248 Q1271.02 977.248 1267.95 972.665 Q1264.89 968.058 1264.89 959.331 Q1264.89 950.581 1267.95 945.998 Q1271.02 941.392 1276.83 941.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1293.85 970.697 L1298.73 970.697 L1298.73 976.577 L1293.85 976.577 L1293.85 970.697 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1302.62 942.017 L1324.84 942.017 L1324.84 944.007 L1312.3 976.577 L1307.41 976.577 L1319.22 945.952 L1302.62 945.952 L1302.62 942.017 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1329.96 942.017 L1348.32 942.017 L1348.32 945.952 L1334.24 945.952 L1334.24 954.424 Q1335.26 954.077 1336.28 953.915 Q1337.3 953.729 1338.32 953.729 Q1344.1 953.729 1347.48 956.901 Q1350.86 960.072 1350.86 965.489 Q1350.86 971.067 1347.39 974.169 Q1343.92 977.248 1337.6 977.248 Q1335.42 977.248 1333.15 976.877 Q1330.91 976.507 1328.5 975.766 L1328.5 971.067 Q1330.58 972.202 1332.81 972.757 Q1335.03 973.313 1337.51 973.313 Q1341.51 973.313 1343.85 971.206 Q1346.19 969.1 1346.19 965.489 Q1346.19 961.878 1343.85 959.771 Q1341.51 957.665 1337.51 957.665 Q1335.63 957.665 1333.76 958.081 Q1331.9 958.498 1329.96 959.378 L1329.96 942.017 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1266.97 932.513 L1274.61 932.513 L1274.61 906.147 L1266.3 907.814 L1266.3 903.554 L1274.57 901.888 L1279.24 901.888 L1279.24 932.513 L1286.88 932.513 L1286.88 936.448 L1266.97 936.448 L1266.97 932.513 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1291.95 930.568 L1296.83 930.568 L1296.83 936.448 L1291.95 936.448 L1291.95 930.568 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1311.9 904.966 Q1308.29 904.966 1306.46 908.531 Q1304.66 912.073 1304.66 919.202 Q1304.66 926.309 1306.46 929.874 Q1308.29 933.415 1311.9 933.415 Q1315.54 933.415 1317.34 929.874 Q1319.17 926.309 1319.17 919.202 Q1319.17 912.073 1317.34 908.531 Q1315.54 904.966 1311.9 904.966 M1311.9 901.263 Q1317.71 901.263 1320.77 905.869 Q1323.85 910.453 1323.85 919.202 Q1323.85 927.929 1320.77 932.536 Q1317.71 937.119 1311.9 937.119 Q1306.09 937.119 1303.02 932.536 Q1299.96 927.929 1299.96 919.202 Q1299.96 910.453 1303.02 905.869 Q1306.09 901.263 1311.9 901.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1338.92 904.966 Q1335.31 904.966 1333.48 908.531 Q1331.67 912.073 1331.67 919.202 Q1331.67 926.309 1333.48 929.874 Q1335.31 933.415 1338.92 933.415 Q1342.55 933.415 1344.36 929.874 Q1346.19 926.309 1346.19 919.202 Q1346.19 912.073 1344.36 908.531 Q1342.55 904.966 1338.92 904.966 M1338.92 901.263 Q1344.73 901.263 1347.78 905.869 Q1350.86 910.453 1350.86 919.202 Q1350.86 927.929 1347.78 932.536 Q1344.73 937.119 1338.92 937.119 Q1333.11 937.119 1330.03 932.536 Q1326.97 927.929 1326.97 919.202 Q1326.97 910.453 1330.03 905.869 Q1333.11 901.263 1338.92 901.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1269.57 892.384 L1277.21 892.384 L1277.21 866.018 L1268.89 867.685 L1268.89 863.426 L1277.16 861.759 L1281.83 861.759 L1281.83 892.384 L1289.47 892.384 L1289.47 896.319 L1269.57 896.319 L1269.57 892.384 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip880)\" d=\"M 0 0 M1294.54 890.439 L1299.43 890.439
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment