Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save physicshinzui/5b8b0f2b7967ca705d78d23e7666b031 to your computer and use it in GitHub Desktop.
Save physicshinzui/5b8b0f2b7967ca705d78d23e7666b031 to your computer and use it in GitHub Desktop.
perturb_bimodal_distrib_using_noise.ipynb
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using Distributions\nusing Plots",
"execution_count": 1,
"outputs": []
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "Np = 19 # the number of perturbation\nn_samples = 5000\ndist1 = Normal(-5, 1)\ndist2 = Normal(5, 1)\nmixture = MixtureModel(Normal[dist1, dist2], [0.5,0.5])\nxs = rand(mixture, n_samples)\nbins = -8:8\np = histogram(xs, title=\"Original\", bins=bins)\nps = [p]\nfor i in 1:Np\n ϵ = rand(Normal(0,1), n_samples)\n xs = xs + ϵ\n push!(ps, histogram(xs, bins=bins, title=\"$(i)\"))\nend\nplot(ps..., legend=false, size=(800,600))\n",
"execution_count": 2,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 2,
"data": {
"image/svg+xml": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"800\" height=\"600\" viewBox=\"0 0 3200 2400\">\n<defs>\n <clipPath id=\"clip960\">\n <rect x=\"0\" y=\"0\" width=\"3200\" height=\"2400\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip960)\" d=\"M0 2400 L3200 2400 L3200 0 L0 0 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip961\">\n <rect x=\"640\" y=\"0\" width=\"2241\" height=\"2241\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip960)\" d=\"M180.015 474.128 L592.756 474.128 L592.756 131.032 L180.015 131.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip962\">\n <rect x=\"180\" y=\"131\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"248.634,474.128 248.634,131.032 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"317.509,474.128 317.509,131.032 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"386.385,474.128 386.385,131.032 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"455.261,474.128 455.261,131.032 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"524.137,474.128 524.137,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,474.128 592.756,474.128 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,474.128 248.634,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,474.128 317.509,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,474.128 386.385,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,474.128 455.261,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,474.128 524.137,455.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M217.696 526.099 L247.372 526.099 L247.372 530.034 L217.696 530.034 L217.696 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M268.043 523.784 Q264.895 523.784 263.043 525.937 Q261.215 528.09 261.215 531.84 Q261.215 535.567 263.043 537.743 Q264.895 539.895 268.043 539.895 Q271.191 539.895 273.02 537.743 Q274.872 535.567 274.872 531.84 Q274.872 528.09 273.02 525.937 Q271.191 523.784 268.043 523.784 M277.326 509.132 L277.326 513.391 Q275.566 512.558 273.761 512.118 Q271.978 511.678 270.219 511.678 Q265.59 511.678 263.136 514.803 Q260.705 517.928 260.358 524.247 Q261.724 522.234 263.784 521.169 Q265.844 520.081 268.321 520.081 Q273.529 520.081 276.539 523.252 Q279.571 526.4 279.571 531.84 Q279.571 537.164 276.423 540.382 Q273.275 543.599 268.043 543.599 Q262.048 543.599 258.877 539.016 Q255.705 534.409 255.705 525.683 Q255.705 517.488 259.594 512.627 Q263.483 507.743 270.034 507.743 Q271.793 507.743 273.576 508.09 Q275.381 508.437 277.326 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M286.977 526.099 L316.653 526.099 L316.653 530.034 L286.977 530.034 L286.977 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M340.912 524.294 Q344.269 525.011 346.144 527.28 Q348.042 529.548 348.042 532.882 Q348.042 537.997 344.523 540.798 Q341.005 543.599 334.523 543.599 Q332.347 543.599 330.033 543.159 Q327.741 542.743 325.287 541.886 L325.287 537.372 Q327.232 538.507 329.546 539.085 Q331.861 539.664 334.384 539.664 Q338.783 539.664 341.074 537.928 Q343.389 536.192 343.389 532.882 Q343.389 529.826 341.236 528.113 Q339.107 526.377 335.287 526.377 L331.259 526.377 L331.259 522.534 L335.472 522.534 Q338.921 522.534 340.75 521.169 Q342.579 519.78 342.579 517.187 Q342.579 514.525 340.681 513.113 Q338.806 511.678 335.287 511.678 Q333.366 511.678 331.167 512.095 Q328.968 512.511 326.329 513.391 L326.329 509.224 Q328.991 508.484 331.306 508.113 Q333.644 507.743 335.704 507.743 Q341.028 507.743 344.13 510.173 Q347.232 512.581 347.232 516.701 Q347.232 519.572 345.588 521.562 Q343.945 523.53 340.912 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M386.385 511.447 Q382.774 511.447 380.946 515.011 Q379.14 518.553 379.14 525.683 Q379.14 532.789 380.946 536.354 Q382.774 539.895 386.385 539.895 Q390.02 539.895 391.825 536.354 Q393.654 532.789 393.654 525.683 Q393.654 518.553 391.825 515.011 Q390.02 511.447 386.385 511.447 M386.385 507.743 Q392.196 507.743 395.251 512.349 Q398.33 516.933 398.33 525.683 Q398.33 534.409 395.251 539.016 Q392.196 543.599 386.385 543.599 Q380.575 543.599 377.497 539.016 Q374.441 534.409 374.441 525.683 Q374.441 516.933 377.497 512.349 Q380.575 507.743 386.385 507.743 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M459.509 524.294 Q462.865 525.011 464.74 527.28 Q466.639 529.548 466.639 532.882 Q466.639 537.997 463.12 540.798 Q459.602 543.599 453.12 543.599 Q450.944 543.599 448.629 543.159 Q446.338 542.743 443.884 541.886 L443.884 537.372 Q445.828 538.507 448.143 539.085 Q450.458 539.664 452.981 539.664 Q457.379 539.664 459.671 537.928 Q461.986 536.192 461.986 532.882 Q461.986 529.826 459.833 528.113 Q457.703 526.377 453.884 526.377 L449.856 526.377 L449.856 522.534 L454.069 522.534 Q457.518 522.534 459.347 521.169 Q461.176 519.78 461.176 517.187 Q461.176 514.525 459.277 513.113 Q457.402 511.678 453.884 511.678 Q451.963 511.678 449.764 512.095 Q447.565 512.511 444.926 513.391 L444.926 509.224 Q447.588 508.484 449.902 508.113 Q452.24 507.743 454.301 507.743 Q459.625 507.743 462.726 510.173 Q465.828 512.581 465.828 516.701 Q465.828 519.572 464.185 521.562 Q462.541 523.53 459.509 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M524.542 523.784 Q521.394 523.784 519.542 525.937 Q517.714 528.09 517.714 531.84 Q517.714 535.567 519.542 537.743 Q521.394 539.895 524.542 539.895 Q527.69 539.895 529.519 537.743 Q531.371 535.567 531.371 531.84 Q531.371 528.09 529.519 525.937 Q527.69 523.784 524.542 523.784 M533.825 509.132 L533.825 513.391 Q532.065 512.558 530.26 512.118 Q528.477 511.678 526.718 511.678 Q522.089 511.678 519.635 514.803 Q517.204 517.928 516.857 524.247 Q518.223 522.234 520.283 521.169 Q522.343 520.081 524.82 520.081 Q530.028 520.081 533.038 523.252 Q536.07 526.4 536.07 531.84 Q536.07 537.164 532.922 540.382 Q529.774 543.599 524.542 543.599 Q518.547 543.599 515.376 539.016 Q512.204 534.409 512.204 525.683 Q512.204 517.488 516.093 512.627 Q519.982 507.743 526.533 507.743 Q528.292 507.743 530.075 508.09 Q531.88 508.437 533.825 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,464.418 592.756,464.418 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,390.687 592.756,390.687 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,316.957 592.756,316.957 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,243.227 592.756,243.227 \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,169.497 592.756,169.497 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,474.128 180.015,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,464.418 198.912,464.418 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,390.687 198.912,390.687 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,316.957 198.912,316.957 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,243.227 198.912,243.227 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,169.497 198.912,169.497 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M120.07 450.216 Q116.459 450.216 114.631 453.781 Q112.825 457.323 112.825 464.452 Q112.825 471.559 114.631 475.124 Q116.459 478.665 120.07 478.665 Q123.705 478.665 125.51 475.124 Q127.339 471.559 127.339 464.452 Q127.339 457.323 125.51 453.781 Q123.705 450.216 120.07 450.216 M120.07 446.513 Q125.881 446.513 128.936 451.119 Q132.015 455.702 132.015 464.452 Q132.015 473.179 128.936 477.786 Q125.881 482.369 120.07 482.369 Q114.26 482.369 111.182 477.786 Q108.126 473.179 108.126 464.452 Q108.126 455.702 111.182 451.119 Q114.26 446.513 120.07 446.513 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M53.7745 404.032 L70.0939 404.032 L70.0939 407.967 L48.1495 407.967 L48.1495 404.032 Q50.8115 401.278 55.3949 396.648 Q60.0013 391.995 61.1819 390.653 Q63.4272 388.13 64.3068 386.394 Q65.2096 384.634 65.2096 382.944 Q65.2096 380.19 63.2652 378.454 Q61.3439 376.718 58.2421 376.718 Q56.043 376.718 53.5893 377.482 Q51.1588 378.245 48.381 379.796 L48.381 375.074 Q51.2051 373.94 53.6588 373.361 Q56.1124 372.782 58.1495 372.782 Q63.5198 372.782 66.7142 375.468 Q69.9087 378.153 69.9087 382.644 Q69.9087 384.773 69.0985 386.694 Q68.3115 388.593 66.205 391.185 Q65.6263 391.856 62.5245 395.074 Q59.4226 398.268 53.7745 404.032 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 376.486 Q86.2975 376.486 84.4688 380.051 Q82.6632 383.593 82.6632 390.722 Q82.6632 397.829 84.4688 401.393 Q86.2975 404.935 89.9086 404.935 Q93.5428 404.935 95.3483 401.393 Q97.177 397.829 97.177 390.722 Q97.177 383.593 95.3483 380.051 Q93.5428 376.486 89.9086 376.486 M89.9086 372.782 Q95.7187 372.782 98.7743 377.389 Q101.853 381.972 101.853 390.722 Q101.853 399.449 98.7743 404.055 Q95.7187 408.639 89.9086 408.639 Q84.0984 408.639 81.0197 404.055 Q77.9642 399.449 77.9642 390.722 Q77.9642 381.972 81.0197 377.389 Q84.0984 372.782 89.9086 372.782 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 376.486 Q116.459 376.486 114.631 380.051 Q112.825 383.593 112.825 390.722 Q112.825 397.829 114.631 401.393 Q116.459 404.935 120.07 404.935 Q123.705 404.935 125.51 401.393 Q127.339 397.829 127.339 390.722 Q127.339 383.593 125.51 380.051 Q123.705 376.486 120.07 376.486 M120.07 372.782 Q125.881 372.782 128.936 377.389 Q132.015 381.972 132.015 390.722 Q132.015 399.449 128.936 404.055 Q125.881 408.639 120.07 408.639 Q114.26 408.639 111.182 404.055 Q108.126 399.449 108.126 390.722 Q108.126 381.972 111.182 377.389 Q114.26 372.782 120.07 372.782 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M62.5939 303.751 L50.7884 322.2 L62.5939 322.2 L62.5939 303.751 M61.367 299.677 L67.2466 299.677 L67.2466 322.2 L72.1772 322.2 L72.1772 326.089 L67.2466 326.089 L67.2466 334.237 L62.5939 334.237 L62.5939 326.089 L46.9921 326.089 L46.9921 321.575 L61.367 299.677 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 302.756 Q86.2975 302.756 84.4688 306.321 Q82.6632 309.863 82.6632 316.992 Q82.6632 324.099 84.4688 327.663 Q86.2975 331.205 89.9086 331.205 Q93.5428 331.205 95.3483 327.663 Q97.177 324.099 97.177 316.992 Q97.177 309.863 95.3483 306.321 Q93.5428 302.756 89.9086 302.756 M89.9086 299.052 Q95.7187 299.052 98.7743 303.659 Q101.853 308.242 101.853 316.992 Q101.853 325.719 98.7743 330.325 Q95.7187 334.909 89.9086 334.909 Q84.0984 334.909 81.0197 330.325 Q77.9642 325.719 77.9642 316.992 Q77.9642 308.242 81.0197 303.659 Q84.0984 299.052 89.9086 299.052 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 302.756 Q116.459 302.756 114.631 306.321 Q112.825 309.863 112.825 316.992 Q112.825 324.099 114.631 327.663 Q116.459 331.205 120.07 331.205 Q123.705 331.205 125.51 327.663 Q127.339 324.099 127.339 316.992 Q127.339 309.863 125.51 306.321 Q123.705 302.756 120.07 302.756 M120.07 299.052 Q125.881 299.052 128.936 303.659 Q132.015 308.242 132.015 316.992 Q132.015 325.719 128.936 330.325 Q125.881 334.909 120.07 334.909 Q114.26 334.909 111.182 330.325 Q108.126 325.719 108.126 316.992 Q108.126 308.242 111.182 303.659 Q114.26 299.052 120.07 299.052 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M60.3254 241.364 Q57.1773 241.364 55.3254 243.517 Q53.4967 245.669 53.4967 249.419 Q53.4967 253.146 55.3254 255.322 Q57.1773 257.475 60.3254 257.475 Q63.4735 257.475 65.3022 255.322 Q67.1541 253.146 67.1541 249.419 Q67.1541 245.669 65.3022 243.517 Q63.4735 241.364 60.3254 241.364 M69.6077 226.711 L69.6077 230.97 Q67.8485 230.137 66.0429 229.697 Q64.2606 229.257 62.5013 229.257 Q57.8717 229.257 55.418 232.382 Q52.9875 235.507 52.6402 241.827 Q54.006 239.813 56.0662 238.748 Q58.1263 237.66 60.6032 237.66 Q65.8115 237.66 68.8207 240.831 Q71.8531 243.98 71.8531 249.419 Q71.8531 254.743 68.705 257.961 Q65.5568 261.179 60.3254 261.179 Q54.33 261.179 51.1588 256.595 Q47.9875 251.989 47.9875 243.262 Q47.9875 235.068 51.8764 230.206 Q55.7652 225.322 62.3161 225.322 Q64.0754 225.322 65.8578 225.669 Q67.6633 226.017 69.6077 226.711 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 229.026 Q86.2975 229.026 84.4688 232.591 Q82.6632 236.132 82.6632 243.262 Q82.6632 250.368 84.4688 253.933 Q86.2975 257.475 89.9086 257.475 Q93.5428 257.475 95.3483 253.933 Q97.177 250.368 97.177 243.262 Q97.177 236.132 95.3483 232.591 Q93.5428 229.026 89.9086 229.026 M89.9086 225.322 Q95.7187 225.322 98.7743 229.929 Q101.853 234.512 101.853 243.262 Q101.853 251.989 98.7743 256.595 Q95.7187 261.179 89.9086 261.179 Q84.0984 261.179 81.0197 256.595 Q77.9642 251.989 77.9642 243.262 Q77.9642 234.512 81.0197 229.929 Q84.0984 225.322 89.9086 225.322 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 229.026 Q116.459 229.026 114.631 232.591 Q112.825 236.132 112.825 243.262 Q112.825 250.368 114.631 253.933 Q116.459 257.475 120.07 257.475 Q123.705 257.475 125.51 253.933 Q127.339 250.368 127.339 243.262 Q127.339 236.132 125.51 232.591 Q123.705 229.026 120.07 229.026 M120.07 225.322 Q125.881 225.322 128.936 229.929 Q132.015 234.512 132.015 243.262 Q132.015 251.989 128.936 256.595 Q125.881 261.179 120.07 261.179 Q114.26 261.179 111.182 256.595 Q108.126 251.989 108.126 243.262 Q108.126 234.512 111.182 229.929 Q114.26 225.322 120.07 225.322 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M59.7467 170.365 Q56.4134 170.365 54.4921 172.148 Q52.5939 173.93 52.5939 177.055 Q52.5939 180.18 54.4921 181.962 Q56.4134 183.745 59.7467 183.745 Q63.08 183.745 65.0013 181.962 Q66.9226 180.157 66.9226 177.055 Q66.9226 173.93 65.0013 172.148 Q63.1032 170.365 59.7467 170.365 M55.0708 168.374 Q52.0615 167.634 50.3717 165.574 Q48.7051 163.513 48.7051 160.55 Q48.7051 156.407 51.6449 154 Q54.6078 151.592 59.7467 151.592 Q64.9087 151.592 67.8485 154 Q70.7883 156.407 70.7883 160.55 Q70.7883 163.513 69.0985 165.574 Q67.4318 167.634 64.4457 168.374 Q67.8253 169.161 69.7003 171.453 Q71.5985 173.745 71.5985 177.055 Q71.5985 182.078 68.5198 184.763 Q65.4642 187.448 59.7467 187.448 Q54.0291 187.448 50.9504 184.763 Q47.8949 182.078 47.8949 177.055 Q47.8949 173.745 49.793 171.453 Q51.6912 169.161 55.0708 168.374 M53.3578 160.99 Q53.3578 163.675 55.0245 165.18 Q56.7143 166.685 59.7467 166.685 Q62.7559 166.685 64.4457 165.18 Q66.1587 163.675 66.1587 160.99 Q66.1587 158.305 64.4457 156.8 Q62.7559 155.296 59.7467 155.296 Q56.7143 155.296 55.0245 156.8 Q53.3578 158.305 53.3578 160.99 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 155.296 Q86.2975 155.296 84.4688 158.861 Q82.6632 162.402 82.6632 169.532 Q82.6632 176.638 84.4688 180.203 Q86.2975 183.745 89.9086 183.745 Q93.5428 183.745 95.3483 180.203 Q97.177 176.638 97.177 169.532 Q97.177 162.402 95.3483 158.861 Q93.5428 155.296 89.9086 155.296 M89.9086 151.592 Q95.7187 151.592 98.7743 156.199 Q101.853 160.782 101.853 169.532 Q101.853 178.259 98.7743 182.865 Q95.7187 187.448 89.9086 187.448 Q84.0984 187.448 81.0197 182.865 Q77.9642 178.259 77.9642 169.532 Q77.9642 160.782 81.0197 156.199 Q84.0984 151.592 89.9086 151.592 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 155.296 Q116.459 155.296 114.631 158.861 Q112.825 162.402 112.825 169.532 Q112.825 176.638 114.631 180.203 Q116.459 183.745 120.07 183.745 Q123.705 183.745 125.51 180.203 Q127.339 176.638 127.339 169.532 Q127.339 162.402 125.51 158.861 Q123.705 155.296 120.07 155.296 M120.07 151.592 Q125.881 151.592 128.936 156.199 Q132.015 160.782 132.015 169.532 Q132.015 178.259 128.936 182.865 Q125.881 187.448 120.07 187.448 Q114.26 187.448 111.182 182.865 Q108.126 178.259 108.126 169.532 Q108.126 160.782 111.182 156.199 Q114.26 151.592 120.07 151.592 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M258.316 17.6457 Q249.404 17.6457 244.138 24.2892 Q238.912 30.9327 238.912 42.3968 Q238.912 53.8203 244.138 60.4638 Q249.404 67.1073 258.316 67.1073 Q267.228 67.1073 272.413 60.4638 Q277.639 53.8203 277.639 42.3968 Q277.639 30.9327 272.413 24.2892 Q267.228 17.6457 258.316 17.6457 M258.316 11.0023 Q271.036 11.0023 278.652 19.5497 Q286.267 28.0566 286.267 42.3968 Q286.267 56.6965 278.652 65.2439 Q271.036 73.7508 258.316 73.7508 Q245.556 73.7508 237.899 65.2439 Q230.284 56.737 230.284 42.3968 Q230.284 28.0566 237.899 19.5497 Q245.556 11.0023 258.316 11.0023 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M325.034 34.1734 Q323.779 33.4443 322.28 33.1202 Q320.821 32.7556 319.039 32.7556 Q312.72 32.7556 309.317 36.8875 Q305.955 40.9789 305.955 48.6757 L305.955 72.576 L298.46 72.576 L298.46 27.2059 L305.955 27.2059 L305.955 34.2544 Q308.304 30.1225 312.072 28.1376 Q315.839 26.1121 321.227 26.1121 Q321.996 26.1121 322.928 26.2337 Q323.86 26.3147 324.994 26.5172 L325.034 34.1734 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M332.853 27.2059 L340.306 27.2059 L340.306 72.576 L332.853 72.576 L332.853 27.2059 M332.853 9.54393 L340.306 9.54393 L340.306 18.9825 L332.853 18.9825 L332.853 9.54393 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M385.757 49.3643 Q385.757 41.2625 382.395 36.8065 Q379.073 32.3505 373.038 32.3505 Q367.042 32.3505 363.68 36.8065 Q360.358 41.2625 360.358 49.3643 Q360.358 57.4256 363.68 61.8816 Q367.042 66.3376 373.038 66.3376 Q379.073 66.3376 382.395 61.8816 Q385.757 57.4256 385.757 49.3643 M393.211 66.9452 Q393.211 78.5308 388.066 84.1616 Q382.922 89.8329 372.308 89.8329 Q368.379 89.8329 364.895 89.2252 Q361.412 88.6581 358.13 87.4428 L358.13 80.1917 Q361.412 81.9741 364.612 82.8248 Q367.812 83.6755 371.134 83.6755 Q378.466 83.6755 382.112 79.8271 Q385.757 76.0193 385.757 68.282 L385.757 64.5957 Q383.448 68.6061 379.843 70.5911 Q376.238 72.576 371.215 72.576 Q362.87 72.576 357.766 66.2161 Q352.662 59.8562 352.662 49.3643 Q352.662 38.832 357.766 32.472 Q362.87 26.1121 371.215 26.1121 Q376.238 26.1121 379.843 28.0971 Q383.448 30.082 385.757 34.0924 L385.757 27.2059 L393.211 27.2059 L393.211 66.9452 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M408.564 27.2059 L416.018 27.2059 L416.018 72.576 L408.564 72.576 L408.564 27.2059 M408.564 9.54393 L416.018 9.54393 L416.018 18.9825 L408.564 18.9825 L408.564 9.54393 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M469.328 45.1919 L469.328 72.576 L461.874 72.576 L461.874 45.4349 Q461.874 38.994 459.362 35.7938 Q456.851 32.5936 451.828 32.5936 Q445.792 32.5936 442.308 36.4419 Q438.824 40.2903 438.824 46.9338 L438.824 72.576 L431.33 72.576 L431.33 27.2059 L438.824 27.2059 L438.824 34.2544 Q441.498 30.163 445.103 28.1376 Q448.749 26.1121 453.489 26.1121 Q461.307 26.1121 465.317 30.9732 Q469.328 35.7938 469.328 45.1919 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M504.814 49.7694 Q495.78 49.7694 492.296 51.8354 Q488.812 53.9013 488.812 58.8839 Q488.812 62.8538 491.405 65.2034 Q494.038 67.5124 498.535 67.5124 Q504.733 67.5124 508.459 63.1374 Q512.227 58.7219 512.227 51.4303 L512.227 49.7694 L504.814 49.7694 M519.68 46.6907 L519.68 72.576 L512.227 72.576 L512.227 65.6895 Q509.675 69.8214 505.867 71.8063 Q502.059 73.7508 496.55 73.7508 Q489.582 73.7508 485.45 69.8619 Q481.359 65.9325 481.359 59.3701 Q481.359 51.7138 486.463 47.825 Q491.608 43.9361 501.775 43.9361 L512.227 43.9361 L512.227 43.2069 Q512.227 38.0623 508.824 35.2672 Q505.462 32.4315 499.345 32.4315 Q495.456 32.4315 491.77 33.3632 Q488.083 34.295 484.681 36.1584 L484.681 29.2718 Q488.772 27.692 492.62 26.9223 Q496.469 26.1121 500.114 26.1121 Q509.958 26.1121 514.819 31.2163 Q519.68 36.3204 519.68 46.6907 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M535.033 9.54393 L542.487 9.54393 L542.487 72.576 L535.033 72.576 L535.033 9.54393 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip962)\" d=\"M202.716 446.722 L202.716 464.418 L225.675 464.418 L225.675 446.722 L202.716 446.722 L202.716 446.722 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"202.716,446.722 202.716,464.418 225.675,464.418 225.675,446.722 202.716,446.722 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M225.675 341.288 L225.675 464.418 L248.634 464.418 L248.634 341.288 L225.675 341.288 L225.675 341.288 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"225.675,341.288 225.675,464.418 248.634,464.418 248.634,341.288 225.675,341.288 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M248.634 159.544 L248.634 464.418 L271.592 464.418 L271.592 159.544 L248.634 159.544 L248.634 159.544 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,159.544 248.634,464.418 271.592,464.418 271.592,159.544 248.634,159.544 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M271.592 145.903 L271.592 464.418 L294.551 464.418 L294.551 145.903 L271.592 145.903 L271.592 145.903 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"271.592,145.903 271.592,464.418 294.551,464.418 294.551,145.903 271.592,145.903 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M294.551 349.399 L294.551 464.418 L317.509 464.418 L317.509 349.399 L294.551 349.399 L294.551 349.399 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"294.551,349.399 294.551,464.418 317.509,464.418 317.509,349.399 294.551,349.399 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M317.509 441.193 L317.509 464.418 L340.468 464.418 L340.468 441.193 L317.509 441.193 L317.509 441.193 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,441.193 317.509,464.418 340.468,464.418 340.468,441.193 317.509,441.193 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M340.468 462.943 L340.468 464.418 L363.427 464.418 L363.427 462.943 L340.468 462.943 L340.468 462.943 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"340.468,462.943 340.468,464.418 363.427,464.418 363.427,462.943 340.468,462.943 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M363.427 464.049 L363.427 464.418 L386.385 464.418 L386.385 464.049 L363.427 464.049 L363.427 464.049 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"363.427,464.049 363.427,464.418 386.385,464.418 386.385,464.049 363.427,464.049 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M386.385 464.418 L386.385 464.418 L409.344 464.418 L409.344 464.418 L386.385 464.418 L386.385 464.418 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,464.418 386.385,464.418 409.344,464.418 386.385,464.418 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M409.344 462.574 L409.344 464.418 L432.303 464.418 L432.303 462.574 L409.344 462.574 L409.344 462.574 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"409.344,462.574 409.344,464.418 432.303,464.418 432.303,462.574 409.344,462.574 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M432.303 444.879 L432.303 464.418 L455.261 464.418 L455.261 444.879 L432.303 444.879 L432.303 444.879 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"432.303,444.879 432.303,464.418 455.261,464.418 455.261,444.879 432.303,444.879 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M455.261 332.441 L455.261 464.418 L478.22 464.418 L478.22 332.441 L455.261 332.441 L455.261 332.441 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,332.441 455.261,464.418 478.22,464.418 478.22,332.441 455.261,332.441 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M478.22 156.226 L478.22 464.418 L501.179 464.418 L501.179 156.226 L478.22 156.226 L478.22 156.226 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"478.22,156.226 478.22,464.418 501.179,464.418 501.179,156.226 478.22,156.226 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M501.179 140.742 L501.179 464.418 L524.137 464.418 L524.137 140.742 L501.179 140.742 L501.179 140.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"501.179,140.742 501.179,464.418 524.137,464.418 524.137,140.742 501.179,140.742 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M524.137 336.496 L524.137 464.418 L547.096 464.418 L547.096 336.496 L524.137 336.496 L524.137 336.496 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,336.496 524.137,464.418 547.096,464.418 547.096,336.496 524.137,336.496 \"/>\n<path clip-path=\"url(#clip962)\" d=\"M547.096 441.93 L547.096 464.418 L570.054 464.418 L570.054 441.93 L547.096 441.93 L547.096 441.93 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"547.096,441.93 547.096,464.418 570.054,464.418 570.054,441.93 547.096,441.93 \"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"214.196\" cy=\"446.722\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"237.154\" cy=\"341.288\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"260.113\" cy=\"159.544\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"283.072\" cy=\"145.903\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"306.03\" cy=\"349.399\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"328.989\" cy=\"441.193\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"351.947\" cy=\"462.943\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"374.906\" cy=\"464.049\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"397.865\" cy=\"464.418\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"420.823\" cy=\"462.574\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"443.782\" cy=\"444.879\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"466.741\" cy=\"332.441\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"489.699\" cy=\"156.226\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"512.658\" cy=\"140.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"535.616\" cy=\"336.496\" r=\"2\"/>\n<circle clip-path=\"url(#clip962)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"558.575\" cy=\"441.93\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M820.015 474.128 L1232.76 474.128 L1232.76 131.032 L820.015 131.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip963\">\n <rect x=\"820\" y=\"131\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"888.634,474.128 888.634,131.032 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"957.509,474.128 957.509,131.032 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1026.39,474.128 1026.39,131.032 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1095.26,474.128 1095.26,131.032 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1164.14,474.128 1164.14,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,474.128 1232.76,474.128 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,474.128 888.634,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,474.128 957.509,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,474.128 1026.39,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,474.128 1095.26,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,474.128 1164.14,455.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M857.696 526.099 L887.372 526.099 L887.372 530.034 L857.696 530.034 L857.696 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M908.043 523.784 Q904.895 523.784 903.043 525.937 Q901.215 528.09 901.215 531.84 Q901.215 535.567 903.043 537.743 Q904.895 539.895 908.043 539.895 Q911.191 539.895 913.02 537.743 Q914.872 535.567 914.872 531.84 Q914.872 528.09 913.02 525.937 Q911.191 523.784 908.043 523.784 M917.326 509.132 L917.326 513.391 Q915.566 512.558 913.761 512.118 Q911.978 511.678 910.219 511.678 Q905.59 511.678 903.136 514.803 Q900.705 517.928 900.358 524.247 Q901.724 522.234 903.784 521.169 Q905.844 520.081 908.321 520.081 Q913.529 520.081 916.539 523.252 Q919.571 526.4 919.571 531.84 Q919.571 537.164 916.423 540.382 Q913.275 543.599 908.043 543.599 Q902.048 543.599 898.877 539.016 Q895.705 534.409 895.705 525.683 Q895.705 517.488 899.594 512.627 Q903.483 507.743 910.034 507.743 Q911.793 507.743 913.576 508.09 Q915.381 508.437 917.326 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M926.977 526.099 L956.653 526.099 L956.653 530.034 L926.977 530.034 L926.977 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M980.912 524.294 Q984.269 525.011 986.144 527.28 Q988.042 529.548 988.042 532.882 Q988.042 537.997 984.523 540.798 Q981.005 543.599 974.523 543.599 Q972.347 543.599 970.033 543.159 Q967.741 542.743 965.287 541.886 L965.287 537.372 Q967.232 538.507 969.546 539.085 Q971.861 539.664 974.384 539.664 Q978.783 539.664 981.074 537.928 Q983.389 536.192 983.389 532.882 Q983.389 529.826 981.236 528.113 Q979.107 526.377 975.287 526.377 L971.259 526.377 L971.259 522.534 L975.472 522.534 Q978.921 522.534 980.75 521.169 Q982.579 519.78 982.579 517.187 Q982.579 514.525 980.681 513.113 Q978.806 511.678 975.287 511.678 Q973.366 511.678 971.167 512.095 Q968.968 512.511 966.329 513.391 L966.329 509.224 Q968.991 508.484 971.306 508.113 Q973.644 507.743 975.704 507.743 Q981.028 507.743 984.13 510.173 Q987.232 512.581 987.232 516.701 Q987.232 519.572 985.588 521.562 Q983.945 523.53 980.912 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1026.39 511.447 Q1022.77 511.447 1020.95 515.011 Q1019.14 518.553 1019.14 525.683 Q1019.14 532.789 1020.95 536.354 Q1022.77 539.895 1026.39 539.895 Q1030.02 539.895 1031.83 536.354 Q1033.65 532.789 1033.65 525.683 Q1033.65 518.553 1031.83 515.011 Q1030.02 511.447 1026.39 511.447 M1026.39 507.743 Q1032.2 507.743 1035.25 512.349 Q1038.33 516.933 1038.33 525.683 Q1038.33 534.409 1035.25 539.016 Q1032.2 543.599 1026.39 543.599 Q1020.58 543.599 1017.5 539.016 Q1014.44 534.409 1014.44 525.683 Q1014.44 516.933 1017.5 512.349 Q1020.58 507.743 1026.39 507.743 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1099.51 524.294 Q1102.87 525.011 1104.74 527.28 Q1106.64 529.548 1106.64 532.882 Q1106.64 537.997 1103.12 540.798 Q1099.6 543.599 1093.12 543.599 Q1090.94 543.599 1088.63 543.159 Q1086.34 542.743 1083.88 541.886 L1083.88 537.372 Q1085.83 538.507 1088.14 539.085 Q1090.46 539.664 1092.98 539.664 Q1097.38 539.664 1099.67 537.928 Q1101.99 536.192 1101.99 532.882 Q1101.99 529.826 1099.83 528.113 Q1097.7 526.377 1093.88 526.377 L1089.86 526.377 L1089.86 522.534 L1094.07 522.534 Q1097.52 522.534 1099.35 521.169 Q1101.18 519.78 1101.18 517.187 Q1101.18 514.525 1099.28 513.113 Q1097.4 511.678 1093.88 511.678 Q1091.96 511.678 1089.76 512.095 Q1087.56 512.511 1084.93 513.391 L1084.93 509.224 Q1087.59 508.484 1089.9 508.113 Q1092.24 507.743 1094.3 507.743 Q1099.62 507.743 1102.73 510.173 Q1105.83 512.581 1105.83 516.701 Q1105.83 519.572 1104.18 521.562 Q1102.54 523.53 1099.51 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1164.54 523.784 Q1161.39 523.784 1159.54 525.937 Q1157.71 528.09 1157.71 531.84 Q1157.71 535.567 1159.54 537.743 Q1161.39 539.895 1164.54 539.895 Q1167.69 539.895 1169.52 537.743 Q1171.37 535.567 1171.37 531.84 Q1171.37 528.09 1169.52 525.937 Q1167.69 523.784 1164.54 523.784 M1173.82 509.132 L1173.82 513.391 Q1172.07 512.558 1170.26 512.118 Q1168.48 511.678 1166.72 511.678 Q1162.09 511.678 1159.63 514.803 Q1157.2 517.928 1156.86 524.247 Q1158.22 522.234 1160.28 521.169 Q1162.34 520.081 1164.82 520.081 Q1170.03 520.081 1173.04 523.252 Q1176.07 526.4 1176.07 531.84 Q1176.07 537.164 1172.92 540.382 Q1169.77 543.599 1164.54 543.599 Q1158.55 543.599 1155.38 539.016 Q1152.2 534.409 1152.2 525.683 Q1152.2 517.488 1156.09 512.627 Q1159.98 507.743 1166.53 507.743 Q1168.29 507.743 1170.07 508.09 Q1171.88 508.437 1173.82 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,464.418 1232.76,464.418 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,416.036 1232.76,416.036 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,367.654 1232.76,367.654 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,319.272 1232.76,319.272 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,270.89 1232.76,270.89 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,222.508 1232.76,222.508 \"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,174.126 1232.76,174.126 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,474.128 820.015,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,464.418 838.912,464.418 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,416.036 838.912,416.036 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,367.654 838.912,367.654 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,319.272 838.912,319.272 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,270.89 838.912,270.89 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,222.508 838.912,222.508 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,174.126 838.912,174.126 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M760.07 450.216 Q756.459 450.216 754.631 453.781 Q752.825 457.323 752.825 464.452 Q752.825 471.559 754.631 475.124 Q756.459 478.665 760.07 478.665 Q763.705 478.665 765.51 475.124 Q767.339 471.559 767.339 464.452 Q767.339 457.323 765.51 453.781 Q763.705 450.216 760.07 450.216 M760.07 446.513 Q765.881 446.513 768.936 451.119 Q772.015 455.702 772.015 464.452 Q772.015 473.179 768.936 477.786 Q765.881 482.369 760.07 482.369 Q754.26 482.369 751.182 477.786 Q748.126 473.179 748.126 464.452 Q748.126 455.702 751.182 451.119 Q754.26 446.513 760.07 446.513 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M690.557 429.381 L698.196 429.381 L698.196 403.015 L689.886 404.682 L689.886 400.422 L698.149 398.756 L702.825 398.756 L702.825 429.381 L710.464 429.381 L710.464 433.316 L690.557 433.316 L690.557 429.381 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 401.834 Q726.297 401.834 724.469 405.399 Q722.663 408.941 722.663 416.07 Q722.663 423.177 724.469 426.742 Q726.297 430.283 729.909 430.283 Q733.543 430.283 735.348 426.742 Q737.177 423.177 737.177 416.07 Q737.177 408.941 735.348 405.399 Q733.543 401.834 729.909 401.834 M729.909 398.131 Q735.719 398.131 738.774 402.737 Q741.853 407.32 741.853 416.07 Q741.853 424.797 738.774 429.404 Q735.719 433.987 729.909 433.987 Q724.098 433.987 721.02 429.404 Q717.964 424.797 717.964 416.07 Q717.964 407.32 721.02 402.737 Q724.098 398.131 729.909 398.131 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 401.834 Q756.459 401.834 754.631 405.399 Q752.825 408.941 752.825 416.07 Q752.825 423.177 754.631 426.742 Q756.459 430.283 760.07 430.283 Q763.705 430.283 765.51 426.742 Q767.339 423.177 767.339 416.07 Q767.339 408.941 765.51 405.399 Q763.705 401.834 760.07 401.834 M760.07 398.131 Q765.881 398.131 768.936 402.737 Q772.015 407.32 772.015 416.07 Q772.015 424.797 768.936 429.404 Q765.881 433.987 760.07 433.987 Q754.26 433.987 751.182 429.404 Q748.126 424.797 748.126 416.07 Q748.126 407.32 751.182 402.737 Q754.26 398.131 760.07 398.131 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M693.774 380.999 L710.094 380.999 L710.094 384.934 L688.15 384.934 L688.15 380.999 Q690.812 378.244 695.395 373.614 Q700.001 368.962 701.182 367.619 Q703.427 365.096 704.307 363.36 Q705.21 361.601 705.21 359.911 Q705.21 357.156 703.265 355.42 Q701.344 353.684 698.242 353.684 Q696.043 353.684 693.589 354.448 Q691.159 355.212 688.381 356.763 L688.381 352.04 Q691.205 350.906 693.659 350.327 Q696.112 349.749 698.149 349.749 Q703.52 349.749 706.714 352.434 Q709.909 355.119 709.909 359.61 Q709.909 361.739 709.098 363.661 Q708.311 365.559 706.205 368.151 Q705.626 368.823 702.524 372.04 Q699.423 375.235 693.774 380.999 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 353.452 Q726.297 353.452 724.469 357.017 Q722.663 360.559 722.663 367.688 Q722.663 374.795 724.469 378.36 Q726.297 381.901 729.909 381.901 Q733.543 381.901 735.348 378.36 Q737.177 374.795 737.177 367.688 Q737.177 360.559 735.348 357.017 Q733.543 353.452 729.909 353.452 M729.909 349.749 Q735.719 349.749 738.774 354.355 Q741.853 358.938 741.853 367.688 Q741.853 376.415 738.774 381.022 Q735.719 385.605 729.909 385.605 Q724.098 385.605 721.02 381.022 Q717.964 376.415 717.964 367.688 Q717.964 358.938 721.02 354.355 Q724.098 349.749 729.909 349.749 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 353.452 Q756.459 353.452 754.631 357.017 Q752.825 360.559 752.825 367.688 Q752.825 374.795 754.631 378.36 Q756.459 381.901 760.07 381.901 Q763.705 381.901 765.51 378.36 Q767.339 374.795 767.339 367.688 Q767.339 360.559 765.51 357.017 Q763.705 353.452 760.07 353.452 M760.07 349.749 Q765.881 349.749 768.936 354.355 Q772.015 358.938 772.015 367.688 Q772.015 376.415 768.936 381.022 Q765.881 385.605 760.07 385.605 Q754.26 385.605 751.182 381.022 Q748.126 376.415 748.126 367.688 Q748.126 358.938 751.182 354.355 Q754.26 349.749 760.07 349.749 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M703.913 317.918 Q707.27 318.635 709.145 320.904 Q711.043 323.172 711.043 326.506 Q711.043 331.621 707.524 334.422 Q704.006 337.223 697.524 337.223 Q695.349 337.223 693.034 336.783 Q690.742 336.367 688.288 335.51 L688.288 330.996 Q690.233 332.13 692.548 332.709 Q694.862 333.288 697.386 333.288 Q701.784 333.288 704.075 331.552 Q706.39 329.816 706.39 326.506 Q706.39 323.45 704.237 321.737 Q702.108 320.001 698.288 320.001 L694.261 320.001 L694.261 316.158 L698.474 316.158 Q701.923 316.158 703.751 314.793 Q705.58 313.404 705.58 310.811 Q705.58 308.149 703.682 306.737 Q701.807 305.302 698.288 305.302 Q696.367 305.302 694.168 305.719 Q691.969 306.135 689.33 307.015 L689.33 302.848 Q691.992 302.108 694.307 301.737 Q696.645 301.367 698.705 301.367 Q704.029 301.367 707.131 303.797 Q710.233 306.205 710.233 310.325 Q710.233 313.195 708.589 315.186 Q706.946 317.154 703.913 317.918 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 305.07 Q726.297 305.07 724.469 308.635 Q722.663 312.177 722.663 319.306 Q722.663 326.413 724.469 329.978 Q726.297 333.519 729.909 333.519 Q733.543 333.519 735.348 329.978 Q737.177 326.413 737.177 319.306 Q737.177 312.177 735.348 308.635 Q733.543 305.07 729.909 305.07 M729.909 301.367 Q735.719 301.367 738.774 305.973 Q741.853 310.557 741.853 319.306 Q741.853 328.033 738.774 332.64 Q735.719 337.223 729.909 337.223 Q724.098 337.223 721.02 332.64 Q717.964 328.033 717.964 319.306 Q717.964 310.557 721.02 305.973 Q724.098 301.367 729.909 301.367 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 305.07 Q756.459 305.07 754.631 308.635 Q752.825 312.177 752.825 319.306 Q752.825 326.413 754.631 329.978 Q756.459 333.519 760.07 333.519 Q763.705 333.519 765.51 329.978 Q767.339 326.413 767.339 319.306 Q767.339 312.177 765.51 308.635 Q763.705 305.07 760.07 305.07 M760.07 301.367 Q765.881 301.367 768.936 305.973 Q772.015 310.557 772.015 319.306 Q772.015 328.033 768.936 332.64 Q765.881 337.223 760.07 337.223 Q754.26 337.223 751.182 332.64 Q748.126 328.033 748.126 319.306 Q748.126 310.557 751.182 305.973 Q754.26 301.367 760.07 301.367 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M702.594 257.684 L690.788 276.133 L702.594 276.133 L702.594 257.684 M701.367 253.61 L707.247 253.61 L707.247 276.133 L712.177 276.133 L712.177 280.022 L707.247 280.022 L707.247 288.17 L702.594 288.17 L702.594 280.022 L686.992 280.022 L686.992 275.508 L701.367 253.61 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 256.689 Q726.297 256.689 724.469 260.253 Q722.663 263.795 722.663 270.925 Q722.663 278.031 724.469 281.596 Q726.297 285.137 729.909 285.137 Q733.543 285.137 735.348 281.596 Q737.177 278.031 737.177 270.925 Q737.177 263.795 735.348 260.253 Q733.543 256.689 729.909 256.689 M729.909 252.985 Q735.719 252.985 738.774 257.591 Q741.853 262.175 741.853 270.925 Q741.853 279.651 738.774 284.258 Q735.719 288.841 729.909 288.841 Q724.098 288.841 721.02 284.258 Q717.964 279.651 717.964 270.925 Q717.964 262.175 721.02 257.591 Q724.098 252.985 729.909 252.985 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 256.689 Q756.459 256.689 754.631 260.253 Q752.825 263.795 752.825 270.925 Q752.825 278.031 754.631 281.596 Q756.459 285.137 760.07 285.137 Q763.705 285.137 765.51 281.596 Q767.339 278.031 767.339 270.925 Q767.339 263.795 765.51 260.253 Q763.705 256.689 760.07 256.689 M760.07 252.985 Q765.881 252.985 768.936 257.591 Q772.015 262.175 772.015 270.925 Q772.015 279.651 768.936 284.258 Q765.881 288.841 760.07 288.841 Q754.26 288.841 751.182 284.258 Q748.126 279.651 748.126 270.925 Q748.126 262.175 751.182 257.591 Q754.26 252.985 760.07 252.985 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M689.793 205.228 L708.149 205.228 L708.149 209.163 L694.075 209.163 L694.075 217.635 Q695.094 217.288 696.112 217.126 Q697.131 216.941 698.149 216.941 Q703.936 216.941 707.316 220.112 Q710.696 223.283 710.696 228.7 Q710.696 234.279 707.223 237.38 Q703.751 240.459 697.432 240.459 Q695.256 240.459 692.987 240.089 Q690.742 239.718 688.335 238.978 L688.335 234.279 Q690.418 235.413 692.64 235.968 Q694.862 236.524 697.339 236.524 Q701.344 236.524 703.682 234.418 Q706.02 232.311 706.02 228.7 Q706.02 225.089 703.682 222.982 Q701.344 220.876 697.339 220.876 Q695.464 220.876 693.589 221.293 Q691.737 221.709 689.793 222.589 L689.793 205.228 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 208.307 Q726.297 208.307 724.469 211.871 Q722.663 215.413 722.663 222.543 Q722.663 229.649 724.469 233.214 Q726.297 236.755 729.909 236.755 Q733.543 236.755 735.348 233.214 Q737.177 229.649 737.177 222.543 Q737.177 215.413 735.348 211.871 Q733.543 208.307 729.909 208.307 M729.909 204.603 Q735.719 204.603 738.774 209.209 Q741.853 213.793 741.853 222.543 Q741.853 231.269 738.774 235.876 Q735.719 240.459 729.909 240.459 Q724.098 240.459 721.02 235.876 Q717.964 231.269 717.964 222.543 Q717.964 213.793 721.02 209.209 Q724.098 204.603 729.909 204.603 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 208.307 Q756.459 208.307 754.631 211.871 Q752.825 215.413 752.825 222.543 Q752.825 229.649 754.631 233.214 Q756.459 236.755 760.07 236.755 Q763.705 236.755 765.51 233.214 Q767.339 229.649 767.339 222.543 Q767.339 215.413 765.51 211.871 Q763.705 208.307 760.07 208.307 M760.07 204.603 Q765.881 204.603 768.936 209.209 Q772.015 213.793 772.015 222.543 Q772.015 231.269 768.936 235.876 Q765.881 240.459 760.07 240.459 Q754.26 240.459 751.182 235.876 Q748.126 231.269 748.126 222.543 Q748.126 213.793 751.182 209.209 Q754.26 204.603 760.07 204.603 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M700.325 172.263 Q697.177 172.263 695.325 174.415 Q693.497 176.568 693.497 180.318 Q693.497 184.045 695.325 186.221 Q697.177 188.374 700.325 188.374 Q703.474 188.374 705.302 186.221 Q707.154 184.045 707.154 180.318 Q707.154 176.568 705.302 174.415 Q703.474 172.263 700.325 172.263 M709.608 157.61 L709.608 161.869 Q707.848 161.036 706.043 160.596 Q704.261 160.156 702.501 160.156 Q697.872 160.156 695.418 163.281 Q692.987 166.406 692.64 172.725 Q694.006 170.712 696.066 169.647 Q698.126 168.559 700.603 168.559 Q705.811 168.559 708.821 171.73 Q711.853 174.878 711.853 180.318 Q711.853 185.642 708.705 188.86 Q705.557 192.077 700.325 192.077 Q694.33 192.077 691.159 187.494 Q687.987 182.887 687.987 174.161 Q687.987 165.966 691.876 161.105 Q695.765 156.221 702.316 156.221 Q704.075 156.221 705.858 156.568 Q707.663 156.915 709.608 157.61 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 159.925 Q726.297 159.925 724.469 163.489 Q722.663 167.031 722.663 174.161 Q722.663 181.267 724.469 184.832 Q726.297 188.374 729.909 188.374 Q733.543 188.374 735.348 184.832 Q737.177 181.267 737.177 174.161 Q737.177 167.031 735.348 163.489 Q733.543 159.925 729.909 159.925 M729.909 156.221 Q735.719 156.221 738.774 160.827 Q741.853 165.411 741.853 174.161 Q741.853 182.887 738.774 187.494 Q735.719 192.077 729.909 192.077 Q724.098 192.077 721.02 187.494 Q717.964 182.887 717.964 174.161 Q717.964 165.411 721.02 160.827 Q724.098 156.221 729.909 156.221 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 159.925 Q756.459 159.925 754.631 163.489 Q752.825 167.031 752.825 174.161 Q752.825 181.267 754.631 184.832 Q756.459 188.374 760.07 188.374 Q763.705 188.374 765.51 184.832 Q767.339 181.267 767.339 174.161 Q767.339 167.031 765.51 163.489 Q763.705 159.925 760.07 159.925 M760.07 156.221 Q765.881 156.221 768.936 160.827 Q772.015 165.411 772.015 174.161 Q772.015 182.887 768.936 187.494 Q765.881 192.077 760.07 192.077 Q754.26 192.077 751.182 187.494 Q748.126 182.887 748.126 174.161 Q748.126 165.411 751.182 160.827 Q754.26 156.221 760.07 156.221 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1009.55 65.6895 L1022.92 65.6895 L1022.92 19.5497 L1008.38 22.4663 L1008.38 15.0127 L1022.84 12.096 L1031.02 12.096 L1031.02 65.6895 L1044.39 65.6895 L1044.39 72.576 L1009.55 72.576 L1009.55 65.6895 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip963)\" d=\"M842.716 395.715 L842.716 464.418 L865.675 464.418 L865.675 395.715 L842.716 395.715 L842.716 395.715 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"842.716,395.715 842.716,464.418 865.675,464.418 865.675,395.715 842.716,395.715 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M865.675 269.438 L865.675 464.418 L888.634 464.418 L888.634 269.438 L865.675 269.438 L865.675 269.438 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"865.675,269.438 865.675,464.418 888.634,464.418 888.634,269.438 865.675,269.438 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M888.634 158.644 L888.634 464.418 L911.592 464.418 L911.592 158.644 L888.634 158.644 L888.634 158.644 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,158.644 888.634,464.418 911.592,464.418 911.592,158.644 888.634,158.644 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M911.592 154.773 L911.592 464.418 L934.551 464.418 L934.551 154.773 L911.592 154.773 L911.592 154.773 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"911.592,154.773 911.592,464.418 934.551,464.418 934.551,154.773 911.592,154.773 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M934.551 261.697 L934.551 464.418 L957.509 464.418 L957.509 261.697 L934.551 261.697 L934.551 261.697 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"934.551,261.697 934.551,464.418 957.509,464.418 957.509,261.697 934.551,261.697 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M957.509 396.199 L957.509 464.418 L980.468 464.418 L980.468 396.199 L957.509 396.199 L957.509 396.199 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,396.199 957.509,464.418 980.468,464.418 980.468,396.199 957.509,396.199 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M980.468 450.871 L980.468 464.418 L1003.43 464.418 L1003.43 450.871 L980.468 450.871 L980.468 450.871 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"980.468,450.871 980.468,464.418 1003.43,464.418 1003.43,450.871 980.468,450.871 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1003.43 462.482 L1003.43 464.418 L1026.39 464.418 L1026.39 462.482 L1003.43 462.482 L1003.43 462.482 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1003.43,462.482 1003.43,464.418 1026.39,464.418 1026.39,462.482 1003.43,462.482 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1026.39 461.515 L1026.39 464.418 L1049.34 464.418 L1049.34 461.515 L1026.39 461.515 L1026.39 461.515 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,461.515 1026.39,464.418 1049.34,464.418 1049.34,461.515 1026.39,461.515 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1049.34 447.968 L1049.34 464.418 L1072.3 464.418 L1072.3 447.968 L1049.34 447.968 L1049.34 447.968 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1049.34,447.968 1049.34,464.418 1072.3,464.418 1072.3,447.968 1049.34,447.968 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1072.3 384.587 L1072.3 464.418 L1095.26 464.418 L1095.26 384.587 L1072.3 384.587 L1072.3 384.587 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1072.3,384.587 1072.3,464.418 1095.26,464.418 1095.26,384.587 1072.3,384.587 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1095.26 258.311 L1095.26 464.418 L1118.22 464.418 L1118.22 258.311 L1095.26 258.311 L1095.26 258.311 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,258.311 1095.26,464.418 1118.22,464.418 1118.22,258.311 1095.26,258.311 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1118.22 140.742 L1118.22 464.418 L1141.18 464.418 L1141.18 140.742 L1118.22 140.742 L1118.22 140.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1118.22,140.742 1118.22,464.418 1141.18,464.418 1141.18,140.742 1118.22,140.742 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1141.18 154.289 L1141.18 464.418 L1164.14 464.418 L1164.14 154.289 L1141.18 154.289 L1141.18 154.289 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1141.18,154.289 1141.18,464.418 1164.14,464.418 1164.14,154.289 1141.18,154.289 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1164.14 266.052 L1164.14 464.418 L1187.1 464.418 L1187.1 266.052 L1164.14 266.052 L1164.14 266.052 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,266.052 1164.14,464.418 1187.1,464.418 1187.1,266.052 1164.14,266.052 \"/>\n<path clip-path=\"url(#clip963)\" d=\"M1187.1 389.909 L1187.1 464.418 L1210.05 464.418 L1210.05 389.909 L1187.1 389.909 L1187.1 389.909 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip963)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1187.1,389.909 1187.1,464.418 1210.05,464.418 1210.05,389.909 1187.1,389.909 \"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"854.196\" cy=\"395.715\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"877.154\" cy=\"269.438\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"900.113\" cy=\"158.644\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"923.072\" cy=\"154.773\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"946.03\" cy=\"261.697\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"968.989\" cy=\"396.199\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"991.947\" cy=\"450.871\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1014.91\" cy=\"462.482\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1037.86\" cy=\"461.515\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1060.82\" cy=\"447.968\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1083.78\" cy=\"384.587\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1106.74\" cy=\"258.311\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1129.7\" cy=\"140.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1152.66\" cy=\"154.289\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1175.62\" cy=\"266.052\" r=\"2\"/>\n<circle clip-path=\"url(#clip963)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1198.58\" cy=\"389.909\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M1460.01 474.128 L1872.76 474.128 L1872.76 131.032 L1460.01 131.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip964\">\n <rect x=\"1460\" y=\"131\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1528.63,474.128 1528.63,131.032 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1597.51,474.128 1597.51,131.032 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1666.39,474.128 1666.39,131.032 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1735.26,474.128 1735.26,131.032 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1804.14,474.128 1804.14,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,474.128 1872.76,474.128 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,474.128 1528.63,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,474.128 1597.51,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,474.128 1666.39,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,474.128 1735.26,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,474.128 1804.14,455.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1497.7 526.099 L1527.37 526.099 L1527.37 530.034 L1497.7 530.034 L1497.7 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1548.04 523.784 Q1544.9 523.784 1543.04 525.937 Q1541.21 528.09 1541.21 531.84 Q1541.21 535.567 1543.04 537.743 Q1544.9 539.895 1548.04 539.895 Q1551.19 539.895 1553.02 537.743 Q1554.87 535.567 1554.87 531.84 Q1554.87 528.09 1553.02 525.937 Q1551.19 523.784 1548.04 523.784 M1557.33 509.132 L1557.33 513.391 Q1555.57 512.558 1553.76 512.118 Q1551.98 511.678 1550.22 511.678 Q1545.59 511.678 1543.14 514.803 Q1540.71 517.928 1540.36 524.247 Q1541.72 522.234 1543.78 521.169 Q1545.84 520.081 1548.32 520.081 Q1553.53 520.081 1556.54 523.252 Q1559.57 526.4 1559.57 531.84 Q1559.57 537.164 1556.42 540.382 Q1553.27 543.599 1548.04 543.599 Q1542.05 543.599 1538.88 539.016 Q1535.71 534.409 1535.71 525.683 Q1535.71 517.488 1539.59 512.627 Q1543.48 507.743 1550.03 507.743 Q1551.79 507.743 1553.58 508.09 Q1555.38 508.437 1557.33 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1566.98 526.099 L1596.65 526.099 L1596.65 530.034 L1566.98 530.034 L1566.98 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1620.91 524.294 Q1624.27 525.011 1626.14 527.28 Q1628.04 529.548 1628.04 532.882 Q1628.04 537.997 1624.52 540.798 Q1621 543.599 1614.52 543.599 Q1612.35 543.599 1610.03 543.159 Q1607.74 542.743 1605.29 541.886 L1605.29 537.372 Q1607.23 538.507 1609.55 539.085 Q1611.86 539.664 1614.38 539.664 Q1618.78 539.664 1621.07 537.928 Q1623.39 536.192 1623.39 532.882 Q1623.39 529.826 1621.24 528.113 Q1619.11 526.377 1615.29 526.377 L1611.26 526.377 L1611.26 522.534 L1615.47 522.534 Q1618.92 522.534 1620.75 521.169 Q1622.58 519.78 1622.58 517.187 Q1622.58 514.525 1620.68 513.113 Q1618.81 511.678 1615.29 511.678 Q1613.37 511.678 1611.17 512.095 Q1608.97 512.511 1606.33 513.391 L1606.33 509.224 Q1608.99 508.484 1611.31 508.113 Q1613.64 507.743 1615.7 507.743 Q1621.03 507.743 1624.13 510.173 Q1627.23 512.581 1627.23 516.701 Q1627.23 519.572 1625.59 521.562 Q1623.94 523.53 1620.91 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1666.39 511.447 Q1662.77 511.447 1660.95 515.011 Q1659.14 518.553 1659.14 525.683 Q1659.14 532.789 1660.95 536.354 Q1662.77 539.895 1666.39 539.895 Q1670.02 539.895 1671.83 536.354 Q1673.65 532.789 1673.65 525.683 Q1673.65 518.553 1671.83 515.011 Q1670.02 511.447 1666.39 511.447 M1666.39 507.743 Q1672.2 507.743 1675.25 512.349 Q1678.33 516.933 1678.33 525.683 Q1678.33 534.409 1675.25 539.016 Q1672.2 543.599 1666.39 543.599 Q1660.58 543.599 1657.5 539.016 Q1654.44 534.409 1654.44 525.683 Q1654.44 516.933 1657.5 512.349 Q1660.58 507.743 1666.39 507.743 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1739.51 524.294 Q1742.87 525.011 1744.74 527.28 Q1746.64 529.548 1746.64 532.882 Q1746.64 537.997 1743.12 540.798 Q1739.6 543.599 1733.12 543.599 Q1730.94 543.599 1728.63 543.159 Q1726.34 542.743 1723.88 541.886 L1723.88 537.372 Q1725.83 538.507 1728.14 539.085 Q1730.46 539.664 1732.98 539.664 Q1737.38 539.664 1739.67 537.928 Q1741.99 536.192 1741.99 532.882 Q1741.99 529.826 1739.83 528.113 Q1737.7 526.377 1733.88 526.377 L1729.86 526.377 L1729.86 522.534 L1734.07 522.534 Q1737.52 522.534 1739.35 521.169 Q1741.18 519.78 1741.18 517.187 Q1741.18 514.525 1739.28 513.113 Q1737.4 511.678 1733.88 511.678 Q1731.96 511.678 1729.76 512.095 Q1727.56 512.511 1724.93 513.391 L1724.93 509.224 Q1727.59 508.484 1729.9 508.113 Q1732.24 507.743 1734.3 507.743 Q1739.62 507.743 1742.73 510.173 Q1745.83 512.581 1745.83 516.701 Q1745.83 519.572 1744.18 521.562 Q1742.54 523.53 1739.51 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1804.54 523.784 Q1801.39 523.784 1799.54 525.937 Q1797.71 528.09 1797.71 531.84 Q1797.71 535.567 1799.54 537.743 Q1801.39 539.895 1804.54 539.895 Q1807.69 539.895 1809.52 537.743 Q1811.37 535.567 1811.37 531.84 Q1811.37 528.09 1809.52 525.937 Q1807.69 523.784 1804.54 523.784 M1813.82 509.132 L1813.82 513.391 Q1812.07 512.558 1810.26 512.118 Q1808.48 511.678 1806.72 511.678 Q1802.09 511.678 1799.63 514.803 Q1797.2 517.928 1796.86 524.247 Q1798.22 522.234 1800.28 521.169 Q1802.34 520.081 1804.82 520.081 Q1810.03 520.081 1813.04 523.252 Q1816.07 526.4 1816.07 531.84 Q1816.07 537.164 1812.92 540.382 Q1809.77 543.599 1804.54 543.599 Q1798.55 543.599 1795.38 539.016 Q1792.2 534.409 1792.2 525.683 Q1792.2 517.488 1796.09 512.627 Q1799.98 507.743 1806.53 507.743 Q1808.29 507.743 1810.07 508.09 Q1811.88 508.437 1813.82 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,464.418 1872.76,464.418 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,405.674 1872.76,405.674 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,346.931 1872.76,346.931 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,288.188 1872.76,288.188 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,229.445 1872.76,229.445 \"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,170.701 1872.76,170.701 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,474.128 1460.01,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,464.418 1478.91,464.418 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,405.674 1478.91,405.674 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,346.931 1478.91,346.931 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,288.188 1478.91,288.188 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,229.445 1478.91,229.445 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,170.701 1478.91,170.701 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1400.07 450.216 Q1396.46 450.216 1394.63 453.781 Q1392.83 457.323 1392.83 464.452 Q1392.83 471.559 1394.63 475.124 Q1396.46 478.665 1400.07 478.665 Q1403.7 478.665 1405.51 475.124 Q1407.34 471.559 1407.34 464.452 Q1407.34 457.323 1405.51 453.781 Q1403.7 450.216 1400.07 450.216 M1400.07 446.513 Q1405.88 446.513 1408.94 451.119 Q1412.01 455.702 1412.01 464.452 Q1412.01 473.179 1408.94 477.786 Q1405.88 482.369 1400.07 482.369 Q1394.26 482.369 1391.18 477.786 Q1388.13 473.179 1388.13 464.452 Q1388.13 455.702 1391.18 451.119 Q1394.26 446.513 1400.07 446.513 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1330.56 419.019 L1338.2 419.019 L1338.2 392.654 L1329.89 394.32 L1329.89 390.061 L1338.15 388.394 L1342.83 388.394 L1342.83 419.019 L1350.46 419.019 L1350.46 422.954 L1330.56 422.954 L1330.56 419.019 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 391.473 Q1366.3 391.473 1364.47 395.038 Q1362.66 398.58 1362.66 405.709 Q1362.66 412.816 1364.47 416.38 Q1366.3 419.922 1369.91 419.922 Q1373.54 419.922 1375.35 416.38 Q1377.18 412.816 1377.18 405.709 Q1377.18 398.58 1375.35 395.038 Q1373.54 391.473 1369.91 391.473 M1369.91 387.769 Q1375.72 387.769 1378.77 392.376 Q1381.85 396.959 1381.85 405.709 Q1381.85 414.436 1378.77 419.042 Q1375.72 423.626 1369.91 423.626 Q1364.1 423.626 1361.02 419.042 Q1357.96 414.436 1357.96 405.709 Q1357.96 396.959 1361.02 392.376 Q1364.1 387.769 1369.91 387.769 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 391.473 Q1396.46 391.473 1394.63 395.038 Q1392.83 398.58 1392.83 405.709 Q1392.83 412.816 1394.63 416.38 Q1396.46 419.922 1400.07 419.922 Q1403.7 419.922 1405.51 416.38 Q1407.34 412.816 1407.34 405.709 Q1407.34 398.58 1405.51 395.038 Q1403.7 391.473 1400.07 391.473 M1400.07 387.769 Q1405.88 387.769 1408.94 392.376 Q1412.01 396.959 1412.01 405.709 Q1412.01 414.436 1408.94 419.042 Q1405.88 423.626 1400.07 423.626 Q1394.26 423.626 1391.18 419.042 Q1388.13 414.436 1388.13 405.709 Q1388.13 396.959 1391.18 392.376 Q1394.26 387.769 1400.07 387.769 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1333.77 360.276 L1350.09 360.276 L1350.09 364.211 L1328.15 364.211 L1328.15 360.276 Q1330.81 357.521 1335.39 352.892 Q1340 348.239 1341.18 346.896 Q1343.43 344.373 1344.31 342.637 Q1345.21 340.878 1345.21 339.188 Q1345.21 336.434 1343.27 334.697 Q1341.34 332.961 1338.24 332.961 Q1336.04 332.961 1333.59 333.725 Q1331.16 334.489 1328.38 336.04 L1328.38 331.318 Q1331.21 330.184 1333.66 329.605 Q1336.11 329.026 1338.15 329.026 Q1343.52 329.026 1346.71 331.711 Q1349.91 334.396 1349.91 338.887 Q1349.91 341.017 1349.1 342.938 Q1348.31 344.836 1346.2 347.429 Q1345.63 348.1 1342.52 351.318 Q1339.42 354.512 1333.77 360.276 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 332.73 Q1366.3 332.73 1364.47 336.295 Q1362.66 339.836 1362.66 346.966 Q1362.66 354.072 1364.47 357.637 Q1366.3 361.179 1369.91 361.179 Q1373.54 361.179 1375.35 357.637 Q1377.18 354.072 1377.18 346.966 Q1377.18 339.836 1375.35 336.295 Q1373.54 332.73 1369.91 332.73 M1369.91 329.026 Q1375.72 329.026 1378.77 333.633 Q1381.85 338.216 1381.85 346.966 Q1381.85 355.693 1378.77 360.299 Q1375.72 364.882 1369.91 364.882 Q1364.1 364.882 1361.02 360.299 Q1357.96 355.693 1357.96 346.966 Q1357.96 338.216 1361.02 333.633 Q1364.1 329.026 1369.91 329.026 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 332.73 Q1396.46 332.73 1394.63 336.295 Q1392.83 339.836 1392.83 346.966 Q1392.83 354.072 1394.63 357.637 Q1396.46 361.179 1400.07 361.179 Q1403.7 361.179 1405.51 357.637 Q1407.34 354.072 1407.34 346.966 Q1407.34 339.836 1405.51 336.295 Q1403.7 332.73 1400.07 332.73 M1400.07 329.026 Q1405.88 329.026 1408.94 333.633 Q1412.01 338.216 1412.01 346.966 Q1412.01 355.693 1408.94 360.299 Q1405.88 364.882 1400.07 364.882 Q1394.26 364.882 1391.18 360.299 Q1388.13 355.693 1388.13 346.966 Q1388.13 338.216 1391.18 333.633 Q1394.26 329.026 1400.07 329.026 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1343.91 286.834 Q1347.27 287.551 1349.14 289.82 Q1351.04 292.088 1351.04 295.422 Q1351.04 300.537 1347.52 303.338 Q1344.01 306.139 1337.52 306.139 Q1335.35 306.139 1333.03 305.699 Q1330.74 305.283 1328.29 304.426 L1328.29 299.912 Q1330.23 301.047 1332.55 301.625 Q1334.86 302.204 1337.39 302.204 Q1341.78 302.204 1344.08 300.468 Q1346.39 298.732 1346.39 295.422 Q1346.39 292.366 1344.24 290.653 Q1342.11 288.917 1338.29 288.917 L1334.26 288.917 L1334.26 285.074 L1338.47 285.074 Q1341.92 285.074 1343.75 283.709 Q1345.58 282.32 1345.58 279.727 Q1345.58 277.065 1343.68 275.653 Q1341.81 274.218 1338.29 274.218 Q1336.37 274.218 1334.17 274.635 Q1331.97 275.051 1329.33 275.931 L1329.33 271.764 Q1331.99 271.024 1334.31 270.653 Q1336.64 270.283 1338.71 270.283 Q1344.03 270.283 1347.13 272.713 Q1350.23 275.121 1350.23 279.241 Q1350.23 282.112 1348.59 284.102 Q1346.95 286.07 1343.91 286.834 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 273.987 Q1366.3 273.987 1364.47 277.551 Q1362.66 281.093 1362.66 288.223 Q1362.66 295.329 1364.47 298.894 Q1366.3 302.436 1369.91 302.436 Q1373.54 302.436 1375.35 298.894 Q1377.18 295.329 1377.18 288.223 Q1377.18 281.093 1375.35 277.551 Q1373.54 273.987 1369.91 273.987 M1369.91 270.283 Q1375.72 270.283 1378.77 274.889 Q1381.85 279.473 1381.85 288.223 Q1381.85 296.949 1378.77 301.556 Q1375.72 306.139 1369.91 306.139 Q1364.1 306.139 1361.02 301.556 Q1357.96 296.949 1357.96 288.223 Q1357.96 279.473 1361.02 274.889 Q1364.1 270.283 1369.91 270.283 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 273.987 Q1396.46 273.987 1394.63 277.551 Q1392.83 281.093 1392.83 288.223 Q1392.83 295.329 1394.63 298.894 Q1396.46 302.436 1400.07 302.436 Q1403.7 302.436 1405.51 298.894 Q1407.34 295.329 1407.34 288.223 Q1407.34 281.093 1405.51 277.551 Q1403.7 273.987 1400.07 273.987 M1400.07 270.283 Q1405.88 270.283 1408.94 274.889 Q1412.01 279.473 1412.01 288.223 Q1412.01 296.949 1408.94 301.556 Q1405.88 306.139 1400.07 306.139 Q1394.26 306.139 1391.18 301.556 Q1388.13 296.949 1388.13 288.223 Q1388.13 279.473 1391.18 274.889 Q1394.26 270.283 1400.07 270.283 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1342.59 216.239 L1330.79 234.688 L1342.59 234.688 L1342.59 216.239 M1341.37 212.165 L1347.25 212.165 L1347.25 234.688 L1352.18 234.688 L1352.18 238.577 L1347.25 238.577 L1347.25 246.725 L1342.59 246.725 L1342.59 238.577 L1326.99 238.577 L1326.99 234.063 L1341.37 212.165 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 215.243 Q1366.3 215.243 1364.47 218.808 Q1362.66 222.35 1362.66 229.479 Q1362.66 236.586 1364.47 240.151 Q1366.3 243.692 1369.91 243.692 Q1373.54 243.692 1375.35 240.151 Q1377.18 236.586 1377.18 229.479 Q1377.18 222.35 1375.35 218.808 Q1373.54 215.243 1369.91 215.243 M1369.91 211.54 Q1375.72 211.54 1378.77 216.146 Q1381.85 220.729 1381.85 229.479 Q1381.85 238.206 1378.77 242.813 Q1375.72 247.396 1369.91 247.396 Q1364.1 247.396 1361.02 242.813 Q1357.96 238.206 1357.96 229.479 Q1357.96 220.729 1361.02 216.146 Q1364.1 211.54 1369.91 211.54 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 215.243 Q1396.46 215.243 1394.63 218.808 Q1392.83 222.35 1392.83 229.479 Q1392.83 236.586 1394.63 240.151 Q1396.46 243.692 1400.07 243.692 Q1403.7 243.692 1405.51 240.151 Q1407.34 236.586 1407.34 229.479 Q1407.34 222.35 1405.51 218.808 Q1403.7 215.243 1400.07 215.243 M1400.07 211.54 Q1405.88 211.54 1408.94 216.146 Q1412.01 220.729 1412.01 229.479 Q1412.01 238.206 1408.94 242.813 Q1405.88 247.396 1400.07 247.396 Q1394.26 247.396 1391.18 242.813 Q1388.13 238.206 1388.13 229.479 Q1388.13 220.729 1391.18 216.146 Q1394.26 211.54 1400.07 211.54 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1329.79 153.421 L1348.15 153.421 L1348.15 157.357 L1334.08 157.357 L1334.08 165.829 Q1335.09 165.482 1336.11 165.32 Q1337.13 165.134 1338.15 165.134 Q1343.94 165.134 1347.32 168.306 Q1350.7 171.477 1350.7 176.894 Q1350.7 182.472 1347.22 185.574 Q1343.75 188.653 1337.43 188.653 Q1335.26 188.653 1332.99 188.282 Q1330.74 187.912 1328.33 187.171 L1328.33 182.472 Q1330.42 183.606 1332.64 184.162 Q1334.86 184.718 1337.34 184.718 Q1341.34 184.718 1343.68 182.611 Q1346.02 180.505 1346.02 176.894 Q1346.02 173.282 1343.68 171.176 Q1341.34 169.069 1337.34 169.069 Q1335.46 169.069 1333.59 169.486 Q1331.74 169.903 1329.79 170.782 L1329.79 153.421 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 156.5 Q1366.3 156.5 1364.47 160.065 Q1362.66 163.607 1362.66 170.736 Q1362.66 177.843 1364.47 181.407 Q1366.3 184.949 1369.91 184.949 Q1373.54 184.949 1375.35 181.407 Q1377.18 177.843 1377.18 170.736 Q1377.18 163.607 1375.35 160.065 Q1373.54 156.5 1369.91 156.5 M1369.91 152.796 Q1375.72 152.796 1378.77 157.403 Q1381.85 161.986 1381.85 170.736 Q1381.85 179.463 1378.77 184.069 Q1375.72 188.653 1369.91 188.653 Q1364.1 188.653 1361.02 184.069 Q1357.96 179.463 1357.96 170.736 Q1357.96 161.986 1361.02 157.403 Q1364.1 152.796 1369.91 152.796 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 156.5 Q1396.46 156.5 1394.63 160.065 Q1392.83 163.607 1392.83 170.736 Q1392.83 177.843 1394.63 181.407 Q1396.46 184.949 1400.07 184.949 Q1403.7 184.949 1405.51 181.407 Q1407.34 177.843 1407.34 170.736 Q1407.34 163.607 1405.51 160.065 Q1403.7 156.5 1400.07 156.5 M1400.07 152.796 Q1405.88 152.796 1408.94 157.403 Q1412.01 161.986 1412.01 170.736 Q1412.01 179.463 1408.94 184.069 Q1405.88 188.653 1400.07 188.653 Q1394.26 188.653 1391.18 184.069 Q1388.13 179.463 1388.13 170.736 Q1388.13 161.986 1391.18 157.403 Q1394.26 152.796 1400.07 152.796 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1657.03 65.6895 L1685.59 65.6895 L1685.59 72.576 L1647.18 72.576 L1647.18 65.6895 Q1651.84 60.8689 1659.86 52.7671 Q1667.92 44.6248 1669.99 42.2752 Q1673.92 37.8598 1675.46 34.8216 Q1677.04 31.7429 1677.04 28.7857 Q1677.04 23.9651 1673.64 20.927 Q1670.27 17.8888 1664.85 17.8888 Q1661 17.8888 1656.7 19.2256 Q1652.45 20.5624 1647.59 23.2765 L1647.59 15.0127 Q1652.53 13.0277 1656.83 12.015 Q1661.12 11.0023 1664.68 11.0023 Q1674.08 11.0023 1679.67 15.7013 Q1685.26 20.4004 1685.26 28.2591 Q1685.26 31.9859 1683.84 35.3482 Q1682.47 38.6699 1678.78 43.2069 Q1677.77 44.3817 1672.34 50.0125 Q1666.91 55.6027 1657.03 65.6895 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip964)\" d=\"M1482.72 343.994 L1482.72 464.418 L1505.67 464.418 L1505.67 343.994 L1482.72 343.994 L1482.72 343.994 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1482.72,343.994 1482.72,464.418 1505.67,464.418 1505.67,343.994 1482.72,343.994 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1505.67 217.696 L1505.67 464.418 L1528.63 464.418 L1528.63 217.696 L1505.67 217.696 L1505.67 217.696 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1505.67,217.696 1505.67,464.418 1528.63,464.418 1528.63,217.696 1505.67,217.696 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1528.63 156.603 L1528.63 464.418 L1551.59 464.418 L1551.59 156.603 L1528.63 156.603 L1528.63 156.603 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,156.603 1528.63,464.418 1551.59,464.418 1551.59,156.603 1528.63,156.603 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1551.59 140.742 L1551.59 464.418 L1574.55 464.418 L1574.55 140.742 L1551.59 140.742 L1551.59 140.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1551.59,140.742 1551.59,464.418 1574.55,464.418 1574.55,140.742 1551.59,140.742 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1574.55 244.13 L1574.55 464.418 L1597.51 464.418 L1597.51 244.13 L1574.55 244.13 L1574.55 244.13 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1574.55,244.13 1574.55,464.418 1597.51,464.418 1597.51,244.13 1574.55,244.13 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1597.51 343.994 L1597.51 464.418 L1620.47 464.418 L1620.47 343.994 L1597.51 343.994 L1597.51 343.994 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,343.994 1597.51,464.418 1620.47,464.418 1620.47,343.994 1597.51,343.994 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1620.47 422.122 L1620.47 464.418 L1643.43 464.418 L1643.43 422.122 L1620.47 422.122 L1620.47 422.122 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1620.47,422.122 1620.47,464.418 1643.43,464.418 1643.43,422.122 1620.47,422.122 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1643.43 451.494 L1643.43 464.418 L1666.39 464.418 L1666.39 451.494 L1643.43 451.494 L1643.43 451.494 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1643.43,451.494 1643.43,464.418 1666.39,464.418 1666.39,451.494 1643.43,451.494 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1666.39 455.019 L1666.39 464.418 L1689.34 464.418 L1689.34 455.019 L1666.39 455.019 L1666.39 455.019 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,455.019 1666.39,464.418 1689.34,464.418 1689.34,455.019 1666.39,455.019 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1689.34 415.073 L1689.34 464.418 L1712.3 464.418 L1712.3 415.073 L1689.34 415.073 L1689.34 415.073 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1689.34,415.073 1689.34,464.418 1712.3,464.418 1712.3,415.073 1689.34,415.073 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1712.3 339.882 L1712.3 464.418 L1735.26 464.418 L1735.26 339.882 L1712.3 339.882 L1712.3 339.882 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1712.3,339.882 1712.3,464.418 1735.26,464.418 1735.26,339.882 1712.3,339.882 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1735.26 217.109 L1735.26 464.418 L1758.22 464.418 L1758.22 217.109 L1735.26 217.109 L1735.26 217.109 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,217.109 1735.26,464.418 1758.22,464.418 1758.22,217.109 1735.26,217.109 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1758.22 147.204 L1758.22 464.418 L1781.18 464.418 L1781.18 147.204 L1758.22 147.204 L1758.22 147.204 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1758.22,147.204 1758.22,464.418 1781.18,464.418 1781.18,147.204 1758.22,147.204 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1781.18 146.617 L1781.18 464.418 L1804.14 464.418 L1804.14 146.617 L1781.18 146.617 L1781.18 146.617 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1781.18,146.617 1781.18,464.418 1804.14,464.418 1804.14,146.617 1781.18,146.617 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1804.14 230.032 L1804.14 464.418 L1827.1 464.418 L1827.1 230.032 L1804.14 230.032 L1804.14 230.032 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,230.032 1804.14,464.418 1827.1,464.418 1827.1,230.032 1804.14,230.032 \"/>\n<path clip-path=\"url(#clip964)\" d=\"M1827.1 331.07 L1827.1 464.418 L1850.05 464.418 L1850.05 331.07 L1827.1 331.07 L1827.1 331.07 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip964)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1827.1,331.07 1827.1,464.418 1850.05,464.418 1850.05,331.07 1827.1,331.07 \"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1494.2\" cy=\"343.994\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1517.15\" cy=\"217.696\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1540.11\" cy=\"156.603\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1563.07\" cy=\"140.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1586.03\" cy=\"244.13\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1608.99\" cy=\"343.994\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1631.95\" cy=\"422.122\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1654.91\" cy=\"451.494\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1677.86\" cy=\"455.019\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1700.82\" cy=\"415.073\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1723.78\" cy=\"339.882\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1746.74\" cy=\"217.109\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1769.7\" cy=\"147.204\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1792.66\" cy=\"146.617\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1815.62\" cy=\"230.032\" r=\"2\"/>\n<circle clip-path=\"url(#clip964)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1838.58\" cy=\"331.07\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2100.01 474.128 L2512.76 474.128 L2512.76 131.032 L2100.01 131.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip965\">\n <rect x=\"2100\" y=\"131\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2168.63,474.128 2168.63,131.032 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2237.51,474.128 2237.51,131.032 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2306.39,474.128 2306.39,131.032 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2375.26,474.128 2375.26,131.032 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2444.14,474.128 2444.14,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,474.128 2512.76,474.128 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,474.128 2168.63,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,474.128 2237.51,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,474.128 2306.39,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,474.128 2375.26,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,474.128 2444.14,455.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2137.7 526.099 L2167.37 526.099 L2167.37 530.034 L2137.7 530.034 L2137.7 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2188.04 523.784 Q2184.9 523.784 2183.04 525.937 Q2181.21 528.09 2181.21 531.84 Q2181.21 535.567 2183.04 537.743 Q2184.9 539.895 2188.04 539.895 Q2191.19 539.895 2193.02 537.743 Q2194.87 535.567 2194.87 531.84 Q2194.87 528.09 2193.02 525.937 Q2191.19 523.784 2188.04 523.784 M2197.33 509.132 L2197.33 513.391 Q2195.57 512.558 2193.76 512.118 Q2191.98 511.678 2190.22 511.678 Q2185.59 511.678 2183.14 514.803 Q2180.71 517.928 2180.36 524.247 Q2181.72 522.234 2183.78 521.169 Q2185.84 520.081 2188.32 520.081 Q2193.53 520.081 2196.54 523.252 Q2199.57 526.4 2199.57 531.84 Q2199.57 537.164 2196.42 540.382 Q2193.27 543.599 2188.04 543.599 Q2182.05 543.599 2178.88 539.016 Q2175.71 534.409 2175.71 525.683 Q2175.71 517.488 2179.59 512.627 Q2183.48 507.743 2190.03 507.743 Q2191.79 507.743 2193.58 508.09 Q2195.38 508.437 2197.33 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2206.98 526.099 L2236.65 526.099 L2236.65 530.034 L2206.98 530.034 L2206.98 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2260.91 524.294 Q2264.27 525.011 2266.14 527.28 Q2268.04 529.548 2268.04 532.882 Q2268.04 537.997 2264.52 540.798 Q2261 543.599 2254.52 543.599 Q2252.35 543.599 2250.03 543.159 Q2247.74 542.743 2245.29 541.886 L2245.29 537.372 Q2247.23 538.507 2249.55 539.085 Q2251.86 539.664 2254.38 539.664 Q2258.78 539.664 2261.07 537.928 Q2263.39 536.192 2263.39 532.882 Q2263.39 529.826 2261.24 528.113 Q2259.11 526.377 2255.29 526.377 L2251.26 526.377 L2251.26 522.534 L2255.47 522.534 Q2258.92 522.534 2260.75 521.169 Q2262.58 519.78 2262.58 517.187 Q2262.58 514.525 2260.68 513.113 Q2258.81 511.678 2255.29 511.678 Q2253.37 511.678 2251.17 512.095 Q2248.97 512.511 2246.33 513.391 L2246.33 509.224 Q2248.99 508.484 2251.31 508.113 Q2253.64 507.743 2255.7 507.743 Q2261.03 507.743 2264.13 510.173 Q2267.23 512.581 2267.23 516.701 Q2267.23 519.572 2265.59 521.562 Q2263.94 523.53 2260.91 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2306.39 511.447 Q2302.77 511.447 2300.95 515.011 Q2299.14 518.553 2299.14 525.683 Q2299.14 532.789 2300.95 536.354 Q2302.77 539.895 2306.39 539.895 Q2310.02 539.895 2311.83 536.354 Q2313.65 532.789 2313.65 525.683 Q2313.65 518.553 2311.83 515.011 Q2310.02 511.447 2306.39 511.447 M2306.39 507.743 Q2312.2 507.743 2315.25 512.349 Q2318.33 516.933 2318.33 525.683 Q2318.33 534.409 2315.25 539.016 Q2312.2 543.599 2306.39 543.599 Q2300.58 543.599 2297.5 539.016 Q2294.44 534.409 2294.44 525.683 Q2294.44 516.933 2297.5 512.349 Q2300.58 507.743 2306.39 507.743 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2379.51 524.294 Q2382.87 525.011 2384.74 527.28 Q2386.64 529.548 2386.64 532.882 Q2386.64 537.997 2383.12 540.798 Q2379.6 543.599 2373.12 543.599 Q2370.94 543.599 2368.63 543.159 Q2366.34 542.743 2363.88 541.886 L2363.88 537.372 Q2365.83 538.507 2368.14 539.085 Q2370.46 539.664 2372.98 539.664 Q2377.38 539.664 2379.67 537.928 Q2381.99 536.192 2381.99 532.882 Q2381.99 529.826 2379.83 528.113 Q2377.7 526.377 2373.88 526.377 L2369.86 526.377 L2369.86 522.534 L2374.07 522.534 Q2377.52 522.534 2379.35 521.169 Q2381.18 519.78 2381.18 517.187 Q2381.18 514.525 2379.28 513.113 Q2377.4 511.678 2373.88 511.678 Q2371.96 511.678 2369.76 512.095 Q2367.56 512.511 2364.93 513.391 L2364.93 509.224 Q2367.59 508.484 2369.9 508.113 Q2372.24 507.743 2374.3 507.743 Q2379.62 507.743 2382.73 510.173 Q2385.83 512.581 2385.83 516.701 Q2385.83 519.572 2384.18 521.562 Q2382.54 523.53 2379.51 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2444.54 523.784 Q2441.39 523.784 2439.54 525.937 Q2437.71 528.09 2437.71 531.84 Q2437.71 535.567 2439.54 537.743 Q2441.39 539.895 2444.54 539.895 Q2447.69 539.895 2449.52 537.743 Q2451.37 535.567 2451.37 531.84 Q2451.37 528.09 2449.52 525.937 Q2447.69 523.784 2444.54 523.784 M2453.82 509.132 L2453.82 513.391 Q2452.07 512.558 2450.26 512.118 Q2448.48 511.678 2446.72 511.678 Q2442.09 511.678 2439.63 514.803 Q2437.2 517.928 2436.86 524.247 Q2438.22 522.234 2440.28 521.169 Q2442.34 520.081 2444.82 520.081 Q2450.03 520.081 2453.04 523.252 Q2456.07 526.4 2456.07 531.84 Q2456.07 537.164 2452.92 540.382 Q2449.77 543.599 2444.54 543.599 Q2438.55 543.599 2435.38 539.016 Q2432.2 534.409 2432.2 525.683 Q2432.2 517.488 2436.09 512.627 Q2439.98 507.743 2446.53 507.743 Q2448.29 507.743 2450.07 508.09 Q2451.88 508.437 2453.82 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,464.418 2512.76,464.418 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,400.324 2512.76,400.324 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,336.229 2512.76,336.229 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,272.135 2512.76,272.135 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,208.041 2512.76,208.041 \"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,143.947 2512.76,143.947 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,474.128 2100.01,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,464.418 2118.91,464.418 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,400.324 2118.91,400.324 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,336.229 2118.91,336.229 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,272.135 2118.91,272.135 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,208.041 2118.91,208.041 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,143.947 2118.91,143.947 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2040.07 450.216 Q2036.46 450.216 2034.63 453.781 Q2032.83 457.323 2032.83 464.452 Q2032.83 471.559 2034.63 475.124 Q2036.46 478.665 2040.07 478.665 Q2043.7 478.665 2045.51 475.124 Q2047.34 471.559 2047.34 464.452 Q2047.34 457.323 2045.51 453.781 Q2043.7 450.216 2040.07 450.216 M2040.07 446.513 Q2045.88 446.513 2048.94 451.119 Q2052.01 455.702 2052.01 464.452 Q2052.01 473.179 2048.94 477.786 Q2045.88 482.369 2040.07 482.369 Q2034.26 482.369 2031.18 477.786 Q2028.13 473.179 2028.13 464.452 Q2028.13 455.702 2031.18 451.119 Q2034.26 446.513 2040.07 446.513 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1970.56 413.668 L1978.2 413.668 L1978.2 387.303 L1969.89 388.969 L1969.89 384.71 L1978.15 383.044 L1982.83 383.044 L1982.83 413.668 L1990.46 413.668 L1990.46 417.604 L1970.56 417.604 L1970.56 413.668 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 386.122 Q2006.3 386.122 2004.47 389.687 Q2002.66 393.229 2002.66 400.358 Q2002.66 407.465 2004.47 411.029 Q2006.3 414.571 2009.91 414.571 Q2013.54 414.571 2015.35 411.029 Q2017.18 407.465 2017.18 400.358 Q2017.18 393.229 2015.35 389.687 Q2013.54 386.122 2009.91 386.122 M2009.91 382.419 Q2015.72 382.419 2018.77 387.025 Q2021.85 391.608 2021.85 400.358 Q2021.85 409.085 2018.77 413.691 Q2015.72 418.275 2009.91 418.275 Q2004.1 418.275 2001.02 413.691 Q1997.96 409.085 1997.96 400.358 Q1997.96 391.608 2001.02 387.025 Q2004.1 382.419 2009.91 382.419 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 386.122 Q2036.46 386.122 2034.63 389.687 Q2032.83 393.229 2032.83 400.358 Q2032.83 407.465 2034.63 411.029 Q2036.46 414.571 2040.07 414.571 Q2043.7 414.571 2045.51 411.029 Q2047.34 407.465 2047.34 400.358 Q2047.34 393.229 2045.51 389.687 Q2043.7 386.122 2040.07 386.122 M2040.07 382.419 Q2045.88 382.419 2048.94 387.025 Q2052.01 391.608 2052.01 400.358 Q2052.01 409.085 2048.94 413.691 Q2045.88 418.275 2040.07 418.275 Q2034.26 418.275 2031.18 413.691 Q2028.13 409.085 2028.13 400.358 Q2028.13 391.608 2031.18 387.025 Q2034.26 382.419 2040.07 382.419 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1973.77 349.574 L1990.09 349.574 L1990.09 353.509 L1968.15 353.509 L1968.15 349.574 Q1970.81 346.82 1975.39 342.19 Q1980 337.537 1981.18 336.195 Q1983.43 333.672 1984.31 331.935 Q1985.21 330.176 1985.21 328.486 Q1985.21 325.732 1983.27 323.996 Q1981.34 322.26 1978.24 322.26 Q1976.04 322.26 1973.59 323.023 Q1971.16 323.787 1968.38 325.338 L1968.38 320.616 Q1971.21 319.482 1973.66 318.903 Q1976.11 318.324 1978.15 318.324 Q1983.52 318.324 1986.71 321.01 Q1989.91 323.695 1989.91 328.185 Q1989.91 330.315 1989.1 332.236 Q1988.31 334.135 1986.2 336.727 Q1985.63 337.398 1982.52 340.616 Q1979.42 343.81 1973.77 349.574 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 322.028 Q2006.3 322.028 2004.47 325.593 Q2002.66 329.135 2002.66 336.264 Q2002.66 343.371 2004.47 346.935 Q2006.3 350.477 2009.91 350.477 Q2013.54 350.477 2015.35 346.935 Q2017.18 343.371 2017.18 336.264 Q2017.18 329.135 2015.35 325.593 Q2013.54 322.028 2009.91 322.028 M2009.91 318.324 Q2015.72 318.324 2018.77 322.931 Q2021.85 327.514 2021.85 336.264 Q2021.85 344.991 2018.77 349.597 Q2015.72 354.181 2009.91 354.181 Q2004.1 354.181 2001.02 349.597 Q1997.96 344.991 1997.96 336.264 Q1997.96 327.514 2001.02 322.931 Q2004.1 318.324 2009.91 318.324 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 322.028 Q2036.46 322.028 2034.63 325.593 Q2032.83 329.135 2032.83 336.264 Q2032.83 343.371 2034.63 346.935 Q2036.46 350.477 2040.07 350.477 Q2043.7 350.477 2045.51 346.935 Q2047.34 343.371 2047.34 336.264 Q2047.34 329.135 2045.51 325.593 Q2043.7 322.028 2040.07 322.028 M2040.07 318.324 Q2045.88 318.324 2048.94 322.931 Q2052.01 327.514 2052.01 336.264 Q2052.01 344.991 2048.94 349.597 Q2045.88 354.181 2040.07 354.181 Q2034.26 354.181 2031.18 349.597 Q2028.13 344.991 2028.13 336.264 Q2028.13 327.514 2031.18 322.931 Q2034.26 318.324 2040.07 318.324 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1983.91 270.781 Q1987.27 271.499 1989.14 273.767 Q1991.04 276.036 1991.04 279.369 Q1991.04 284.485 1987.52 287.286 Q1984.01 290.087 1977.52 290.087 Q1975.35 290.087 1973.03 289.647 Q1970.74 289.23 1968.29 288.374 L1968.29 283.86 Q1970.23 284.994 1972.55 285.573 Q1974.86 286.151 1977.39 286.151 Q1981.78 286.151 1984.08 284.415 Q1986.39 282.679 1986.39 279.369 Q1986.39 276.314 1984.24 274.601 Q1982.11 272.864 1978.29 272.864 L1974.26 272.864 L1974.26 269.022 L1978.47 269.022 Q1981.92 269.022 1983.75 267.656 Q1985.58 266.267 1985.58 263.675 Q1985.58 261.013 1983.68 259.601 Q1981.81 258.165 1978.29 258.165 Q1976.37 258.165 1974.17 258.582 Q1971.97 258.999 1969.33 259.878 L1969.33 255.712 Q1971.99 254.971 1974.31 254.601 Q1976.64 254.23 1978.71 254.23 Q1984.03 254.23 1987.13 256.661 Q1990.23 259.068 1990.23 263.189 Q1990.23 266.059 1988.59 268.05 Q1986.95 270.017 1983.91 270.781 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 257.934 Q2006.3 257.934 2004.47 261.499 Q2002.66 265.04 2002.66 272.17 Q2002.66 279.276 2004.47 282.841 Q2006.3 286.383 2009.91 286.383 Q2013.54 286.383 2015.35 282.841 Q2017.18 279.276 2017.18 272.17 Q2017.18 265.04 2015.35 261.499 Q2013.54 257.934 2009.91 257.934 M2009.91 254.23 Q2015.72 254.23 2018.77 258.837 Q2021.85 263.42 2021.85 272.17 Q2021.85 280.897 2018.77 285.503 Q2015.72 290.087 2009.91 290.087 Q2004.1 290.087 2001.02 285.503 Q1997.96 280.897 1997.96 272.17 Q1997.96 263.42 2001.02 258.837 Q2004.1 254.23 2009.91 254.23 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 257.934 Q2036.46 257.934 2034.63 261.499 Q2032.83 265.04 2032.83 272.17 Q2032.83 279.276 2034.63 282.841 Q2036.46 286.383 2040.07 286.383 Q2043.7 286.383 2045.51 282.841 Q2047.34 279.276 2047.34 272.17 Q2047.34 265.04 2045.51 261.499 Q2043.7 257.934 2040.07 257.934 M2040.07 254.23 Q2045.88 254.23 2048.94 258.837 Q2052.01 263.42 2052.01 272.17 Q2052.01 280.897 2048.94 285.503 Q2045.88 290.087 2040.07 290.087 Q2034.26 290.087 2031.18 285.503 Q2028.13 280.897 2028.13 272.17 Q2028.13 263.42 2031.18 258.837 Q2034.26 254.23 2040.07 254.23 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1982.59 194.835 L1970.79 213.284 L1982.59 213.284 L1982.59 194.835 M1981.37 190.761 L1987.25 190.761 L1987.25 213.284 L1992.18 213.284 L1992.18 217.173 L1987.25 217.173 L1987.25 225.321 L1982.59 225.321 L1982.59 217.173 L1966.99 217.173 L1966.99 212.659 L1981.37 190.761 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 193.84 Q2006.3 193.84 2004.47 197.405 Q2002.66 200.946 2002.66 208.076 Q2002.66 215.182 2004.47 218.747 Q2006.3 222.289 2009.91 222.289 Q2013.54 222.289 2015.35 218.747 Q2017.18 215.182 2017.18 208.076 Q2017.18 200.946 2015.35 197.405 Q2013.54 193.84 2009.91 193.84 M2009.91 190.136 Q2015.72 190.136 2018.77 194.743 Q2021.85 199.326 2021.85 208.076 Q2021.85 216.803 2018.77 221.409 Q2015.72 225.992 2009.91 225.992 Q2004.1 225.992 2001.02 221.409 Q1997.96 216.803 1997.96 208.076 Q1997.96 199.326 2001.02 194.743 Q2004.1 190.136 2009.91 190.136 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 193.84 Q2036.46 193.84 2034.63 197.405 Q2032.83 200.946 2032.83 208.076 Q2032.83 215.182 2034.63 218.747 Q2036.46 222.289 2040.07 222.289 Q2043.7 222.289 2045.51 218.747 Q2047.34 215.182 2047.34 208.076 Q2047.34 200.946 2045.51 197.405 Q2043.7 193.84 2040.07 193.84 M2040.07 190.136 Q2045.88 190.136 2048.94 194.743 Q2052.01 199.326 2052.01 208.076 Q2052.01 216.803 2048.94 221.409 Q2045.88 225.992 2040.07 225.992 Q2034.26 225.992 2031.18 221.409 Q2028.13 216.803 2028.13 208.076 Q2028.13 199.326 2031.18 194.743 Q2034.26 190.136 2040.07 190.136 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1969.79 126.667 L1988.15 126.667 L1988.15 130.602 L1974.08 130.602 L1974.08 139.074 Q1975.09 138.727 1976.11 138.565 Q1977.13 138.38 1978.15 138.38 Q1983.94 138.38 1987.32 141.551 Q1990.7 144.723 1990.7 150.139 Q1990.7 155.718 1987.22 158.82 Q1983.75 161.898 1977.43 161.898 Q1975.26 161.898 1972.99 161.528 Q1970.74 161.158 1968.33 160.417 L1968.33 155.718 Q1970.42 156.852 1972.64 157.408 Q1974.86 157.963 1977.34 157.963 Q1981.34 157.963 1983.68 155.857 Q1986.02 153.75 1986.02 150.139 Q1986.02 146.528 1983.68 144.422 Q1981.34 142.315 1977.34 142.315 Q1975.46 142.315 1973.59 142.732 Q1971.74 143.148 1969.79 144.028 L1969.79 126.667 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 129.746 Q2006.3 129.746 2004.47 133.311 Q2002.66 136.852 2002.66 143.982 Q2002.66 151.088 2004.47 154.653 Q2006.3 158.195 2009.91 158.195 Q2013.54 158.195 2015.35 154.653 Q2017.18 151.088 2017.18 143.982 Q2017.18 136.852 2015.35 133.311 Q2013.54 129.746 2009.91 129.746 M2009.91 126.042 Q2015.72 126.042 2018.77 130.649 Q2021.85 135.232 2021.85 143.982 Q2021.85 152.709 2018.77 157.315 Q2015.72 161.898 2009.91 161.898 Q2004.1 161.898 2001.02 157.315 Q1997.96 152.709 1997.96 143.982 Q1997.96 135.232 2001.02 130.649 Q2004.1 126.042 2009.91 126.042 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 129.746 Q2036.46 129.746 2034.63 133.311 Q2032.83 136.852 2032.83 143.982 Q2032.83 151.088 2034.63 154.653 Q2036.46 158.195 2040.07 158.195 Q2043.7 158.195 2045.51 154.653 Q2047.34 151.088 2047.34 143.982 Q2047.34 136.852 2045.51 133.311 Q2043.7 129.746 2040.07 129.746 M2040.07 126.042 Q2045.88 126.042 2048.94 130.649 Q2052.01 135.232 2052.01 143.982 Q2052.01 152.709 2048.94 157.315 Q2045.88 161.898 2040.07 161.898 Q2034.26 161.898 2031.18 157.315 Q2028.13 152.709 2028.13 143.982 Q2028.13 135.232 2031.18 130.649 Q2034.26 126.042 2040.07 126.042 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2313.82 39.9662 Q2319.69 41.222 2322.97 45.1919 Q2326.3 49.1618 2326.3 54.9951 Q2326.3 63.9476 2320.14 68.8492 Q2313.98 73.7508 2302.64 73.7508 Q2298.83 73.7508 2294.78 72.9811 Q2290.77 72.2519 2286.48 70.7531 L2286.48 62.8538 Q2289.88 64.8388 2293.93 65.8515 Q2297.98 66.8642 2302.4 66.8642 Q2310.09 66.8642 2314.1 63.826 Q2318.15 60.7879 2318.15 54.9951 Q2318.15 49.6479 2314.39 46.6502 Q2310.66 43.612 2303.98 43.612 L2296.93 43.612 L2296.93 36.8875 L2304.3 36.8875 Q2310.33 36.8875 2313.54 34.4975 Q2316.74 32.067 2316.74 27.5299 Q2316.74 22.8714 2313.41 20.4004 Q2310.13 17.8888 2303.98 17.8888 Q2300.61 17.8888 2296.76 18.618 Q2292.92 19.3471 2288.3 20.8865 L2288.3 13.5948 Q2292.96 12.2985 2297.01 11.6504 Q2301.1 11.0023 2304.7 11.0023 Q2314.02 11.0023 2319.45 15.2557 Q2324.88 19.4686 2324.88 26.6793 Q2324.88 31.7024 2322 35.1862 Q2319.13 38.6294 2313.82 39.9662 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip965)\" d=\"M2122.72 318.924 L2122.72 464.418 L2145.67 464.418 L2145.67 318.924 L2122.72 318.924 L2122.72 318.924 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2122.72,318.924 2122.72,464.418 2145.67,464.418 2145.67,318.924 2122.72,318.924 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2145.67 201.632 L2145.67 464.418 L2168.63 464.418 L2168.63 201.632 L2145.67 201.632 L2145.67 201.632 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2145.67,201.632 2145.67,464.418 2168.63,464.418 2168.63,201.632 2145.67,201.632 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2168.63 158.048 L2168.63 464.418 L2191.59 464.418 L2191.59 158.048 L2168.63 158.048 L2168.63 158.048 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,158.048 2168.63,464.418 2191.59,464.418 2191.59,158.048 2168.63,158.048 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2191.59 168.944 L2191.59 464.418 L2214.55 464.418 L2214.55 168.944 L2191.59 168.944 L2191.59 168.944 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2191.59,168.944 2191.59,464.418 2214.55,464.418 2214.55,168.944 2191.59,168.944 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2214.55 231.115 L2214.55 464.418 L2237.51 464.418 L2237.51 231.115 L2214.55 231.115 L2214.55 231.115 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2214.55,231.115 2214.55,464.418 2237.51,464.418 2237.51,231.115 2214.55,231.115 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2237.51 327.256 L2237.51 464.418 L2260.47 464.418 L2260.47 327.256 L2237.51 327.256 L2237.51 327.256 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,327.256 2237.51,464.418 2260.47,464.418 2260.47,327.256 2237.51,327.256 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2260.47 393.914 L2260.47 464.418 L2283.43 464.418 L2283.43 393.914 L2260.47 393.914 L2260.47 393.914 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2260.47,393.914 2260.47,464.418 2283.43,464.418 2283.43,393.914 2260.47,393.914 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2283.43 431.089 L2283.43 464.418 L2306.39 464.418 L2306.39 431.089 L2283.43 431.089 L2283.43 431.089 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2283.43,431.089 2283.43,464.418 2306.39,464.418 2306.39,431.089 2283.43,431.089 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2306.39 431.089 L2306.39 464.418 L2329.34 464.418 L2329.34 431.089 L2306.39 431.089 L2306.39 431.089 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,431.089 2306.39,464.418 2329.34,464.418 2329.34,431.089 2306.39,431.089 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2329.34 383.018 L2329.34 464.418 L2352.3 464.418 L2352.3 383.018 L2329.34 383.018 L2329.34 383.018 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2329.34,383.018 2329.34,464.418 2352.3,464.418 2352.3,383.018 2329.34,383.018 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2352.3 324.052 L2352.3 464.418 L2375.26 464.418 L2375.26 324.052 L2352.3 324.052 L2352.3 324.052 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2352.3,324.052 2352.3,464.418 2375.26,464.418 2375.26,324.052 2352.3,324.052 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2375.26 218.937 L2375.26 464.418 L2398.22 464.418 L2398.22 218.937 L2375.26 218.937 L2375.26 218.937 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,218.937 2375.26,464.418 2398.22,464.418 2398.22,218.937 2375.26,218.937 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2398.22 140.742 L2398.22 464.418 L2421.18 464.418 L2421.18 140.742 L2398.22 140.742 L2398.22 140.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2398.22,140.742 2398.22,464.418 2421.18,464.418 2421.18,140.742 2398.22,140.742 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2421.18 163.175 L2421.18 464.418 L2444.14 464.418 L2444.14 163.175 L2421.18 163.175 L2421.18 163.175 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2421.18,163.175 2421.18,464.418 2444.14,464.418 2444.14,163.175 2421.18,163.175 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2444.14 211.887 L2444.14 464.418 L2467.1 464.418 L2467.1 211.887 L2444.14 211.887 L2444.14 211.887 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,211.887 2444.14,464.418 2467.1,464.418 2467.1,211.887 2444.14,211.887 \"/>\n<path clip-path=\"url(#clip965)\" d=\"M2467.1 325.974 L2467.1 464.418 L2490.05 464.418 L2490.05 325.974 L2467.1 325.974 L2467.1 325.974 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip965)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2467.1,325.974 2467.1,464.418 2490.05,464.418 2490.05,325.974 2467.1,325.974 \"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2134.2\" cy=\"318.924\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2157.15\" cy=\"201.632\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2180.11\" cy=\"158.048\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2203.07\" cy=\"168.944\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2226.03\" cy=\"231.115\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2248.99\" cy=\"327.256\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2271.95\" cy=\"393.914\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2294.91\" cy=\"431.089\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2317.86\" cy=\"431.089\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2340.82\" cy=\"383.018\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2363.78\" cy=\"324.052\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2386.74\" cy=\"218.937\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2409.7\" cy=\"140.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2432.66\" cy=\"163.175\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2455.62\" cy=\"211.887\" r=\"2\"/>\n<circle clip-path=\"url(#clip965)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2478.58\" cy=\"325.974\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2740.01 474.128 L3152.76 474.128 L3152.76 131.032 L2740.01 131.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip966\">\n <rect x=\"2740\" y=\"131\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2808.63,474.128 2808.63,131.032 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2877.51,474.128 2877.51,131.032 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2946.39,474.128 2946.39,131.032 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3015.26,474.128 3015.26,131.032 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3084.14,474.128 3084.14,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,474.128 3152.76,474.128 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,474.128 2808.63,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,474.128 2877.51,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,474.128 2946.39,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,474.128 3015.26,455.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,474.128 3084.14,455.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2777.7 526.099 L2807.37 526.099 L2807.37 530.034 L2777.7 530.034 L2777.7 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2828.04 523.784 Q2824.9 523.784 2823.04 525.937 Q2821.21 528.09 2821.21 531.84 Q2821.21 535.567 2823.04 537.743 Q2824.9 539.895 2828.04 539.895 Q2831.19 539.895 2833.02 537.743 Q2834.87 535.567 2834.87 531.84 Q2834.87 528.09 2833.02 525.937 Q2831.19 523.784 2828.04 523.784 M2837.33 509.132 L2837.33 513.391 Q2835.57 512.558 2833.76 512.118 Q2831.98 511.678 2830.22 511.678 Q2825.59 511.678 2823.14 514.803 Q2820.71 517.928 2820.36 524.247 Q2821.72 522.234 2823.78 521.169 Q2825.84 520.081 2828.32 520.081 Q2833.53 520.081 2836.54 523.252 Q2839.57 526.4 2839.57 531.84 Q2839.57 537.164 2836.42 540.382 Q2833.27 543.599 2828.04 543.599 Q2822.05 543.599 2818.88 539.016 Q2815.71 534.409 2815.71 525.683 Q2815.71 517.488 2819.59 512.627 Q2823.48 507.743 2830.03 507.743 Q2831.79 507.743 2833.58 508.09 Q2835.38 508.437 2837.33 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2846.98 526.099 L2876.65 526.099 L2876.65 530.034 L2846.98 530.034 L2846.98 526.099 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2900.91 524.294 Q2904.27 525.011 2906.14 527.28 Q2908.04 529.548 2908.04 532.882 Q2908.04 537.997 2904.52 540.798 Q2901 543.599 2894.52 543.599 Q2892.35 543.599 2890.03 543.159 Q2887.74 542.743 2885.29 541.886 L2885.29 537.372 Q2887.23 538.507 2889.55 539.085 Q2891.86 539.664 2894.38 539.664 Q2898.78 539.664 2901.07 537.928 Q2903.39 536.192 2903.39 532.882 Q2903.39 529.826 2901.24 528.113 Q2899.11 526.377 2895.29 526.377 L2891.26 526.377 L2891.26 522.534 L2895.47 522.534 Q2898.92 522.534 2900.75 521.169 Q2902.58 519.78 2902.58 517.187 Q2902.58 514.525 2900.68 513.113 Q2898.81 511.678 2895.29 511.678 Q2893.37 511.678 2891.17 512.095 Q2888.97 512.511 2886.33 513.391 L2886.33 509.224 Q2888.99 508.484 2891.31 508.113 Q2893.64 507.743 2895.7 507.743 Q2901.03 507.743 2904.13 510.173 Q2907.23 512.581 2907.23 516.701 Q2907.23 519.572 2905.59 521.562 Q2903.94 523.53 2900.91 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2946.39 511.447 Q2942.77 511.447 2940.95 515.011 Q2939.14 518.553 2939.14 525.683 Q2939.14 532.789 2940.95 536.354 Q2942.77 539.895 2946.39 539.895 Q2950.02 539.895 2951.83 536.354 Q2953.65 532.789 2953.65 525.683 Q2953.65 518.553 2951.83 515.011 Q2950.02 511.447 2946.39 511.447 M2946.39 507.743 Q2952.2 507.743 2955.25 512.349 Q2958.33 516.933 2958.33 525.683 Q2958.33 534.409 2955.25 539.016 Q2952.2 543.599 2946.39 543.599 Q2940.58 543.599 2937.5 539.016 Q2934.44 534.409 2934.44 525.683 Q2934.44 516.933 2937.5 512.349 Q2940.58 507.743 2946.39 507.743 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3019.51 524.294 Q3022.87 525.011 3024.74 527.28 Q3026.64 529.548 3026.64 532.882 Q3026.64 537.997 3023.12 540.798 Q3019.6 543.599 3013.12 543.599 Q3010.94 543.599 3008.63 543.159 Q3006.34 542.743 3003.88 541.886 L3003.88 537.372 Q3005.83 538.507 3008.14 539.085 Q3010.46 539.664 3012.98 539.664 Q3017.38 539.664 3019.67 537.928 Q3021.99 536.192 3021.99 532.882 Q3021.99 529.826 3019.83 528.113 Q3017.7 526.377 3013.88 526.377 L3009.86 526.377 L3009.86 522.534 L3014.07 522.534 Q3017.52 522.534 3019.35 521.169 Q3021.18 519.78 3021.18 517.187 Q3021.18 514.525 3019.28 513.113 Q3017.4 511.678 3013.88 511.678 Q3011.96 511.678 3009.76 512.095 Q3007.56 512.511 3004.93 513.391 L3004.93 509.224 Q3007.59 508.484 3009.9 508.113 Q3012.24 507.743 3014.3 507.743 Q3019.62 507.743 3022.73 510.173 Q3025.83 512.581 3025.83 516.701 Q3025.83 519.572 3024.18 521.562 Q3022.54 523.53 3019.51 524.294 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3084.54 523.784 Q3081.39 523.784 3079.54 525.937 Q3077.71 528.09 3077.71 531.84 Q3077.71 535.567 3079.54 537.743 Q3081.39 539.895 3084.54 539.895 Q3087.69 539.895 3089.52 537.743 Q3091.37 535.567 3091.37 531.84 Q3091.37 528.09 3089.52 525.937 Q3087.69 523.784 3084.54 523.784 M3093.82 509.132 L3093.82 513.391 Q3092.07 512.558 3090.26 512.118 Q3088.48 511.678 3086.72 511.678 Q3082.09 511.678 3079.63 514.803 Q3077.2 517.928 3076.86 524.247 Q3078.22 522.234 3080.28 521.169 Q3082.34 520.081 3084.82 520.081 Q3090.03 520.081 3093.04 523.252 Q3096.07 526.4 3096.07 531.84 Q3096.07 537.164 3092.92 540.382 Q3089.77 543.599 3084.54 543.599 Q3078.55 543.599 3075.38 539.016 Q3072.2 534.409 3072.2 525.683 Q3072.2 517.488 3076.09 512.627 Q3079.98 507.743 3086.53 507.743 Q3088.29 507.743 3090.07 508.09 Q3091.88 508.437 3093.82 509.132 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,464.418 3152.76,464.418 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,397.125 3152.76,397.125 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,329.833 3152.76,329.833 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,262.541 3152.76,262.541 \"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,195.249 3152.76,195.249 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,474.128 2740.01,131.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,464.418 2758.91,464.418 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,397.125 2758.91,397.125 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,329.833 2758.91,329.833 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,262.541 2758.91,262.541 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,195.249 2758.91,195.249 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2680.07 450.216 Q2676.46 450.216 2674.63 453.781 Q2672.83 457.323 2672.83 464.452 Q2672.83 471.559 2674.63 475.124 Q2676.46 478.665 2680.07 478.665 Q2683.7 478.665 2685.51 475.124 Q2687.34 471.559 2687.34 464.452 Q2687.34 457.323 2685.51 453.781 Q2683.7 450.216 2680.07 450.216 M2680.07 446.513 Q2685.88 446.513 2688.94 451.119 Q2692.01 455.702 2692.01 464.452 Q2692.01 473.179 2688.94 477.786 Q2685.88 482.369 2680.07 482.369 Q2674.26 482.369 2671.18 477.786 Q2668.13 473.179 2668.13 464.452 Q2668.13 455.702 2671.18 451.119 Q2674.26 446.513 2680.07 446.513 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2610.56 410.47 L2618.2 410.47 L2618.2 384.105 L2609.89 385.771 L2609.89 381.512 L2618.15 379.845 L2622.83 379.845 L2622.83 410.47 L2630.46 410.47 L2630.46 414.405 L2610.56 414.405 L2610.56 410.47 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 382.924 Q2646.3 382.924 2644.47 386.489 Q2642.66 390.031 2642.66 397.16 Q2642.66 404.267 2644.47 407.831 Q2646.3 411.373 2649.91 411.373 Q2653.54 411.373 2655.35 407.831 Q2657.18 404.267 2657.18 397.16 Q2657.18 390.031 2655.35 386.489 Q2653.54 382.924 2649.91 382.924 M2649.91 379.22 Q2655.72 379.22 2658.77 383.827 Q2661.85 388.41 2661.85 397.16 Q2661.85 405.887 2658.77 410.493 Q2655.72 415.077 2649.91 415.077 Q2644.1 415.077 2641.02 410.493 Q2637.96 405.887 2637.96 397.16 Q2637.96 388.41 2641.02 383.827 Q2644.1 379.22 2649.91 379.22 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 382.924 Q2676.46 382.924 2674.63 386.489 Q2672.83 390.031 2672.83 397.16 Q2672.83 404.267 2674.63 407.831 Q2676.46 411.373 2680.07 411.373 Q2683.7 411.373 2685.51 407.831 Q2687.34 404.267 2687.34 397.16 Q2687.34 390.031 2685.51 386.489 Q2683.7 382.924 2680.07 382.924 M2680.07 379.22 Q2685.88 379.22 2688.94 383.827 Q2692.01 388.41 2692.01 397.16 Q2692.01 405.887 2688.94 410.493 Q2685.88 415.077 2680.07 415.077 Q2674.26 415.077 2671.18 410.493 Q2668.13 405.887 2668.13 397.16 Q2668.13 388.41 2671.18 383.827 Q2674.26 379.22 2680.07 379.22 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2613.77 343.178 L2630.09 343.178 L2630.09 347.113 L2608.15 347.113 L2608.15 343.178 Q2610.81 340.424 2615.39 335.794 Q2620 331.141 2621.18 329.799 Q2623.43 327.275 2624.31 325.539 Q2625.21 323.78 2625.21 322.09 Q2625.21 319.336 2623.27 317.6 Q2621.34 315.863 2618.24 315.863 Q2616.04 315.863 2613.59 316.627 Q2611.16 317.391 2608.38 318.942 L2608.38 314.22 Q2611.21 313.086 2613.66 312.507 Q2616.11 311.928 2618.15 311.928 Q2623.52 311.928 2626.71 314.613 Q2629.91 317.299 2629.91 321.789 Q2629.91 323.919 2629.1 325.84 Q2628.31 327.738 2626.2 330.331 Q2625.63 331.002 2622.52 334.22 Q2619.42 337.414 2613.77 343.178 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 315.632 Q2646.3 315.632 2644.47 319.197 Q2642.66 322.738 2642.66 329.868 Q2642.66 336.974 2644.47 340.539 Q2646.3 344.081 2649.91 344.081 Q2653.54 344.081 2655.35 340.539 Q2657.18 336.974 2657.18 329.868 Q2657.18 322.738 2655.35 319.197 Q2653.54 315.632 2649.91 315.632 M2649.91 311.928 Q2655.72 311.928 2658.77 316.535 Q2661.85 321.118 2661.85 329.868 Q2661.85 338.595 2658.77 343.201 Q2655.72 347.785 2649.91 347.785 Q2644.1 347.785 2641.02 343.201 Q2637.96 338.595 2637.96 329.868 Q2637.96 321.118 2641.02 316.535 Q2644.1 311.928 2649.91 311.928 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 315.632 Q2676.46 315.632 2674.63 319.197 Q2672.83 322.738 2672.83 329.868 Q2672.83 336.974 2674.63 340.539 Q2676.46 344.081 2680.07 344.081 Q2683.7 344.081 2685.51 340.539 Q2687.34 336.974 2687.34 329.868 Q2687.34 322.738 2685.51 319.197 Q2683.7 315.632 2680.07 315.632 M2680.07 311.928 Q2685.88 311.928 2688.94 316.535 Q2692.01 321.118 2692.01 329.868 Q2692.01 338.595 2688.94 343.201 Q2685.88 347.785 2680.07 347.785 Q2674.26 347.785 2671.18 343.201 Q2668.13 338.595 2668.13 329.868 Q2668.13 321.118 2671.18 316.535 Q2674.26 311.928 2680.07 311.928 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2623.91 261.187 Q2627.27 261.905 2629.14 264.173 Q2631.04 266.442 2631.04 269.775 Q2631.04 274.891 2627.52 277.692 Q2624.01 280.492 2617.52 280.492 Q2615.35 280.492 2613.03 280.053 Q2610.74 279.636 2608.29 278.78 L2608.29 274.266 Q2610.23 275.4 2612.55 275.979 Q2614.86 276.557 2617.39 276.557 Q2621.78 276.557 2624.08 274.821 Q2626.39 273.085 2626.39 269.775 Q2626.39 266.719 2624.24 265.006 Q2622.11 263.27 2618.29 263.27 L2614.26 263.27 L2614.26 259.428 L2618.47 259.428 Q2621.92 259.428 2623.75 258.062 Q2625.58 256.673 2625.58 254.081 Q2625.58 251.419 2623.68 250.007 Q2621.81 248.571 2618.29 248.571 Q2616.37 248.571 2614.17 248.988 Q2611.97 249.405 2609.33 250.284 L2609.33 246.118 Q2611.99 245.377 2614.31 245.007 Q2616.64 244.636 2618.71 244.636 Q2624.03 244.636 2627.13 247.067 Q2630.23 249.474 2630.23 253.594 Q2630.23 256.465 2628.59 258.456 Q2626.95 260.423 2623.91 261.187 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 248.34 Q2646.3 248.34 2644.47 251.905 Q2642.66 255.446 2642.66 262.576 Q2642.66 269.682 2644.47 273.247 Q2646.3 276.789 2649.91 276.789 Q2653.54 276.789 2655.35 273.247 Q2657.18 269.682 2657.18 262.576 Q2657.18 255.446 2655.35 251.905 Q2653.54 248.34 2649.91 248.34 M2649.91 244.636 Q2655.72 244.636 2658.77 249.243 Q2661.85 253.826 2661.85 262.576 Q2661.85 271.303 2658.77 275.909 Q2655.72 280.492 2649.91 280.492 Q2644.1 280.492 2641.02 275.909 Q2637.96 271.303 2637.96 262.576 Q2637.96 253.826 2641.02 249.243 Q2644.1 244.636 2649.91 244.636 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 248.34 Q2676.46 248.34 2674.63 251.905 Q2672.83 255.446 2672.83 262.576 Q2672.83 269.682 2674.63 273.247 Q2676.46 276.789 2680.07 276.789 Q2683.7 276.789 2685.51 273.247 Q2687.34 269.682 2687.34 262.576 Q2687.34 255.446 2685.51 251.905 Q2683.7 248.34 2680.07 248.34 M2680.07 244.636 Q2685.88 244.636 2688.94 249.243 Q2692.01 253.826 2692.01 262.576 Q2692.01 271.303 2688.94 275.909 Q2685.88 280.492 2680.07 280.492 Q2674.26 280.492 2671.18 275.909 Q2668.13 271.303 2668.13 262.576 Q2668.13 253.826 2671.18 249.243 Q2674.26 244.636 2680.07 244.636 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2622.59 182.043 L2610.79 200.492 L2622.59 200.492 L2622.59 182.043 M2621.37 177.969 L2627.25 177.969 L2627.25 200.492 L2632.18 200.492 L2632.18 204.381 L2627.25 204.381 L2627.25 212.529 L2622.59 212.529 L2622.59 204.381 L2606.99 204.381 L2606.99 199.867 L2621.37 177.969 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 181.048 Q2646.3 181.048 2644.47 184.613 Q2642.66 188.154 2642.66 195.284 Q2642.66 202.39 2644.47 205.955 Q2646.3 209.497 2649.91 209.497 Q2653.54 209.497 2655.35 205.955 Q2657.18 202.39 2657.18 195.284 Q2657.18 188.154 2655.35 184.613 Q2653.54 181.048 2649.91 181.048 M2649.91 177.344 Q2655.72 177.344 2658.77 181.95 Q2661.85 186.534 2661.85 195.284 Q2661.85 204.011 2658.77 208.617 Q2655.72 213.2 2649.91 213.2 Q2644.1 213.2 2641.02 208.617 Q2637.96 204.011 2637.96 195.284 Q2637.96 186.534 2641.02 181.95 Q2644.1 177.344 2649.91 177.344 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 181.048 Q2676.46 181.048 2674.63 184.613 Q2672.83 188.154 2672.83 195.284 Q2672.83 202.39 2674.63 205.955 Q2676.46 209.497 2680.07 209.497 Q2683.7 209.497 2685.51 205.955 Q2687.34 202.39 2687.34 195.284 Q2687.34 188.154 2685.51 184.613 Q2683.7 181.048 2680.07 181.048 M2680.07 177.344 Q2685.88 177.344 2688.94 181.95 Q2692.01 186.534 2692.01 195.284 Q2692.01 204.011 2688.94 208.617 Q2685.88 213.2 2680.07 213.2 Q2674.26 213.2 2671.18 208.617 Q2668.13 204.011 2668.13 195.284 Q2668.13 186.534 2671.18 181.95 Q2674.26 177.344 2680.07 177.344 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2951.65 19.2256 L2930.99 51.5113 L2951.65 51.5113 L2951.65 19.2256 M2949.5 12.096 L2959.79 12.096 L2959.79 51.5113 L2968.42 51.5113 L2968.42 58.3168 L2959.79 58.3168 L2959.79 72.576 L2951.65 72.576 L2951.65 58.3168 L2924.35 58.3168 L2924.35 50.4176 L2949.5 12.096 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip966)\" d=\"M2762.72 276.673 L2762.72 464.418 L2785.67 464.418 L2785.67 276.673 L2762.72 276.673 L2762.72 276.673 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2762.72,276.673 2762.72,464.418 2785.67,464.418 2785.67,276.673 2762.72,276.673 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2785.67 235.624 L2785.67 464.418 L2808.63 464.418 L2808.63 235.624 L2785.67 235.624 L2785.67 235.624 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2785.67,235.624 2785.67,464.418 2808.63,464.418 2808.63,235.624 2785.67,235.624 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2808.63 180.445 L2808.63 464.418 L2831.59 464.418 L2831.59 180.445 L2808.63 180.445 L2808.63 180.445 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,180.445 2808.63,464.418 2831.59,464.418 2831.59,180.445 2808.63,180.445 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2831.59 181.118 L2831.59 464.418 L2854.55 464.418 L2854.55 181.118 L2831.59 181.118 L2831.59 181.118 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2831.59,181.118 2831.59,464.418 2854.55,464.418 2854.55,181.118 2831.59,181.118 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2854.55 226.876 L2854.55 464.418 L2877.51 464.418 L2877.51 226.876 L2854.55 226.876 L2854.55 226.876 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2854.55,226.876 2854.55,464.418 2877.51,464.418 2877.51,226.876 2854.55,226.876 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2877.51 315.029 L2877.51 464.418 L2900.47 464.418 L2900.47 315.029 L2877.51 315.029 L2877.51 315.029 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,315.029 2877.51,464.418 2900.47,464.418 2900.47,315.029 2877.51,315.029 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2900.47 371.554 L2900.47 464.418 L2923.43 464.418 L2923.43 371.554 L2900.47 371.554 L2900.47 371.554 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2900.47,371.554 2900.47,464.418 2923.43,464.418 2923.43,371.554 2900.47,371.554 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2923.43 413.276 L2923.43 464.418 L2946.39 464.418 L2946.39 413.276 L2923.43 413.276 L2923.43 413.276 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2923.43,413.276 2923.43,464.418 2946.39,464.418 2946.39,413.276 2923.43,413.276 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2946.39 404.528 L2946.39 464.418 L2969.34 464.418 L2969.34 404.528 L2946.39 404.528 L2946.39 404.528 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,404.528 2946.39,464.418 2969.34,464.418 2969.34,404.528 2946.39,404.528 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2969.34 369.536 L2969.34 464.418 L2992.3 464.418 L2992.3 369.536 L2969.34 369.536 L2969.34 369.536 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2969.34,369.536 2969.34,464.418 2992.3,464.418 2992.3,369.536 2969.34,369.536 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M2992.3 313.01 L2992.3 464.418 L3015.26 464.418 L3015.26 313.01 L2992.3 313.01 L2992.3 313.01 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2992.3,313.01 2992.3,464.418 3015.26,464.418 3015.26,313.01 2992.3,313.01 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M3015.26 233.606 L3015.26 464.418 L3038.22 464.418 L3038.22 233.606 L3015.26 233.606 L3015.26 233.606 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,233.606 3015.26,464.418 3038.22,464.418 3038.22,233.606 3015.26,233.606 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M3038.22 140.742 L3038.22 464.418 L3061.18 464.418 L3061.18 140.742 L3038.22 140.742 L3038.22 140.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3038.22,140.742 3038.22,464.418 3061.18,464.418 3061.18,140.742 3038.22,140.742 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M3061.18 171.697 L3061.18 464.418 L3084.14 464.418 L3084.14 171.697 L3061.18 171.697 L3061.18 171.697 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3061.18,171.697 3061.18,464.418 3084.14,464.418 3084.14,171.697 3061.18,171.697 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M3084.14 217.455 L3084.14 464.418 L3107.1 464.418 L3107.1 217.455 L3084.14 217.455 L3084.14 217.455 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,217.455 3084.14,464.418 3107.1,464.418 3107.1,217.455 3084.14,217.455 \"/>\n<path clip-path=\"url(#clip966)\" d=\"M3107.1 302.244 L3107.1 464.418 L3130.05 464.418 L3130.05 302.244 L3107.1 302.244 L3107.1 302.244 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip966)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3107.1,302.244 3107.1,464.418 3130.05,464.418 3130.05,302.244 3107.1,302.244 \"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2774.2\" cy=\"276.673\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2797.15\" cy=\"235.624\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2820.11\" cy=\"180.445\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2843.07\" cy=\"181.118\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2866.03\" cy=\"226.876\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2888.99\" cy=\"315.029\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2911.95\" cy=\"371.554\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2934.91\" cy=\"413.276\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2957.86\" cy=\"404.528\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2980.82\" cy=\"369.536\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3003.78\" cy=\"313.01\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3026.74\" cy=\"233.606\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3049.7\" cy=\"140.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3072.66\" cy=\"171.697\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3095.62\" cy=\"217.455\" r=\"2\"/>\n<circle clip-path=\"url(#clip966)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3118.58\" cy=\"302.244\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M180.015 1074.13 L592.756 1074.13 L592.756 731.032 L180.015 731.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip967\">\n <rect x=\"180\" y=\"731\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"248.634,1074.13 248.634,731.032 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"317.509,1074.13 317.509,731.032 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"386.385,1074.13 386.385,731.032 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"455.261,1074.13 455.261,731.032 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"524.137,1074.13 524.137,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1074.13 592.756,1074.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,1074.13 248.634,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,1074.13 317.509,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,1074.13 386.385,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,1074.13 455.261,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,1074.13 524.137,1055.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M217.696 1126.1 L247.372 1126.1 L247.372 1130.03 L217.696 1130.03 L217.696 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M268.043 1123.78 Q264.895 1123.78 263.043 1125.94 Q261.215 1128.09 261.215 1131.84 Q261.215 1135.57 263.043 1137.74 Q264.895 1139.9 268.043 1139.9 Q271.191 1139.9 273.02 1137.74 Q274.872 1135.57 274.872 1131.84 Q274.872 1128.09 273.02 1125.94 Q271.191 1123.78 268.043 1123.78 M277.326 1109.13 L277.326 1113.39 Q275.566 1112.56 273.761 1112.12 Q271.978 1111.68 270.219 1111.68 Q265.59 1111.68 263.136 1114.8 Q260.705 1117.93 260.358 1124.25 Q261.724 1122.23 263.784 1121.17 Q265.844 1120.08 268.321 1120.08 Q273.529 1120.08 276.539 1123.25 Q279.571 1126.4 279.571 1131.84 Q279.571 1137.16 276.423 1140.38 Q273.275 1143.6 268.043 1143.6 Q262.048 1143.6 258.877 1139.02 Q255.705 1134.41 255.705 1125.68 Q255.705 1117.49 259.594 1112.63 Q263.483 1107.74 270.034 1107.74 Q271.793 1107.74 273.576 1108.09 Q275.381 1108.44 277.326 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M286.977 1126.1 L316.653 1126.1 L316.653 1130.03 L286.977 1130.03 L286.977 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M340.912 1124.29 Q344.269 1125.01 346.144 1127.28 Q348.042 1129.55 348.042 1132.88 Q348.042 1138 344.523 1140.8 Q341.005 1143.6 334.523 1143.6 Q332.347 1143.6 330.033 1143.16 Q327.741 1142.74 325.287 1141.89 L325.287 1137.37 Q327.232 1138.51 329.546 1139.09 Q331.861 1139.66 334.384 1139.66 Q338.783 1139.66 341.074 1137.93 Q343.389 1136.19 343.389 1132.88 Q343.389 1129.83 341.236 1128.11 Q339.107 1126.38 335.287 1126.38 L331.259 1126.38 L331.259 1122.53 L335.472 1122.53 Q338.921 1122.53 340.75 1121.17 Q342.579 1119.78 342.579 1117.19 Q342.579 1114.53 340.681 1113.11 Q338.806 1111.68 335.287 1111.68 Q333.366 1111.68 331.167 1112.09 Q328.968 1112.51 326.329 1113.39 L326.329 1109.22 Q328.991 1108.48 331.306 1108.11 Q333.644 1107.74 335.704 1107.74 Q341.028 1107.74 344.13 1110.17 Q347.232 1112.58 347.232 1116.7 Q347.232 1119.57 345.588 1121.56 Q343.945 1123.53 340.912 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M386.385 1111.45 Q382.774 1111.45 380.946 1115.01 Q379.14 1118.55 379.14 1125.68 Q379.14 1132.79 380.946 1136.35 Q382.774 1139.9 386.385 1139.9 Q390.02 1139.9 391.825 1136.35 Q393.654 1132.79 393.654 1125.68 Q393.654 1118.55 391.825 1115.01 Q390.02 1111.45 386.385 1111.45 M386.385 1107.74 Q392.196 1107.74 395.251 1112.35 Q398.33 1116.93 398.33 1125.68 Q398.33 1134.41 395.251 1139.02 Q392.196 1143.6 386.385 1143.6 Q380.575 1143.6 377.497 1139.02 Q374.441 1134.41 374.441 1125.68 Q374.441 1116.93 377.497 1112.35 Q380.575 1107.74 386.385 1107.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M459.509 1124.29 Q462.865 1125.01 464.74 1127.28 Q466.639 1129.55 466.639 1132.88 Q466.639 1138 463.12 1140.8 Q459.602 1143.6 453.12 1143.6 Q450.944 1143.6 448.629 1143.16 Q446.338 1142.74 443.884 1141.89 L443.884 1137.37 Q445.828 1138.51 448.143 1139.09 Q450.458 1139.66 452.981 1139.66 Q457.379 1139.66 459.671 1137.93 Q461.986 1136.19 461.986 1132.88 Q461.986 1129.83 459.833 1128.11 Q457.703 1126.38 453.884 1126.38 L449.856 1126.38 L449.856 1122.53 L454.069 1122.53 Q457.518 1122.53 459.347 1121.17 Q461.176 1119.78 461.176 1117.19 Q461.176 1114.53 459.277 1113.11 Q457.402 1111.68 453.884 1111.68 Q451.963 1111.68 449.764 1112.09 Q447.565 1112.51 444.926 1113.39 L444.926 1109.22 Q447.588 1108.48 449.902 1108.11 Q452.24 1107.74 454.301 1107.74 Q459.625 1107.74 462.726 1110.17 Q465.828 1112.58 465.828 1116.7 Q465.828 1119.57 464.185 1121.56 Q462.541 1123.53 459.509 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M524.542 1123.78 Q521.394 1123.78 519.542 1125.94 Q517.714 1128.09 517.714 1131.84 Q517.714 1135.57 519.542 1137.74 Q521.394 1139.9 524.542 1139.9 Q527.69 1139.9 529.519 1137.74 Q531.371 1135.57 531.371 1131.84 Q531.371 1128.09 529.519 1125.94 Q527.69 1123.78 524.542 1123.78 M533.825 1109.13 L533.825 1113.39 Q532.065 1112.56 530.26 1112.12 Q528.477 1111.68 526.718 1111.68 Q522.089 1111.68 519.635 1114.8 Q517.204 1117.93 516.857 1124.25 Q518.223 1122.23 520.283 1121.17 Q522.343 1120.08 524.82 1120.08 Q530.028 1120.08 533.038 1123.25 Q536.07 1126.4 536.07 1131.84 Q536.07 1137.16 532.922 1140.38 Q529.774 1143.6 524.542 1143.6 Q518.547 1143.6 515.376 1139.02 Q512.204 1134.41 512.204 1125.68 Q512.204 1117.49 516.093 1112.63 Q519.982 1107.74 526.533 1107.74 Q528.292 1107.74 530.075 1108.09 Q531.88 1108.44 533.825 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,1064.42 592.756,1064.42 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,989.493 592.756,989.493 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,914.568 592.756,914.568 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,839.643 592.756,839.643 \"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,764.718 592.756,764.718 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1074.13 180.015,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1064.42 198.912,1064.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,989.493 198.912,989.493 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,914.568 198.912,914.568 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,839.643 198.912,839.643 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,764.718 198.912,764.718 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M120.07 1050.22 Q116.459 1050.22 114.631 1053.78 Q112.825 1057.32 112.825 1064.45 Q112.825 1071.56 114.631 1075.12 Q116.459 1078.67 120.07 1078.67 Q123.705 1078.67 125.51 1075.12 Q127.339 1071.56 127.339 1064.45 Q127.339 1057.32 125.51 1053.78 Q123.705 1050.22 120.07 1050.22 M120.07 1046.51 Q125.881 1046.51 128.936 1051.12 Q132.015 1055.7 132.015 1064.45 Q132.015 1073.18 128.936 1077.79 Q125.881 1082.37 120.07 1082.37 Q114.26 1082.37 111.182 1077.79 Q108.126 1073.18 108.126 1064.45 Q108.126 1055.7 111.182 1051.12 Q114.26 1046.51 120.07 1046.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M50.5569 1002.84 L58.1958 1002.84 L58.1958 976.472 L49.8856 978.139 L49.8856 973.879 L58.1495 972.213 L62.8254 972.213 L62.8254 1002.84 L70.4642 1002.84 L70.4642 1006.77 L50.5569 1006.77 L50.5569 1002.84 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 975.291 Q86.2975 975.291 84.4688 978.856 Q82.6632 982.398 82.6632 989.528 Q82.6632 996.634 84.4688 1000.2 Q86.2975 1003.74 89.9086 1003.74 Q93.5428 1003.74 95.3483 1000.2 Q97.177 996.634 97.177 989.528 Q97.177 982.398 95.3483 978.856 Q93.5428 975.291 89.9086 975.291 M89.9086 971.588 Q95.7187 971.588 98.7743 976.194 Q101.853 980.778 101.853 989.528 Q101.853 998.254 98.7743 1002.86 Q95.7187 1007.44 89.9086 1007.44 Q84.0984 1007.44 81.0197 1002.86 Q77.9642 998.254 77.9642 989.528 Q77.9642 980.778 81.0197 976.194 Q84.0984 971.588 89.9086 971.588 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 975.291 Q116.459 975.291 114.631 978.856 Q112.825 982.398 112.825 989.528 Q112.825 996.634 114.631 1000.2 Q116.459 1003.74 120.07 1003.74 Q123.705 1003.74 125.51 1000.2 Q127.339 996.634 127.339 989.528 Q127.339 982.398 125.51 978.856 Q123.705 975.291 120.07 975.291 M120.07 971.588 Q125.881 971.588 128.936 976.194 Q132.015 980.778 132.015 989.528 Q132.015 998.254 128.936 1002.86 Q125.881 1007.44 120.07 1007.44 Q114.26 1007.44 111.182 1002.86 Q108.126 998.254 108.126 989.528 Q108.126 980.778 111.182 976.194 Q114.26 971.588 120.07 971.588 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M53.7745 927.913 L70.0939 927.913 L70.0939 931.848 L48.1495 931.848 L48.1495 927.913 Q50.8115 925.158 55.3949 920.529 Q60.0013 915.876 61.1819 914.533 Q63.4272 912.01 64.3068 910.274 Q65.2096 908.515 65.2096 906.825 Q65.2096 904.07 63.2652 902.334 Q61.3439 900.598 58.2421 900.598 Q56.043 900.598 53.5893 901.362 Q51.1588 902.126 48.381 903.677 L48.381 898.955 Q51.2051 897.82 53.6588 897.242 Q56.1124 896.663 58.1495 896.663 Q63.5198 896.663 66.7142 899.348 Q69.9087 902.033 69.9087 906.524 Q69.9087 908.654 69.0985 910.575 Q68.3115 912.473 66.205 915.066 Q65.6263 915.737 62.5245 918.955 Q59.4226 922.149 53.7745 927.913 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 900.367 Q86.2975 900.367 84.4688 903.931 Q82.6632 907.473 82.6632 914.603 Q82.6632 921.709 84.4688 925.274 Q86.2975 928.816 89.9086 928.816 Q93.5428 928.816 95.3483 925.274 Q97.177 921.709 97.177 914.603 Q97.177 907.473 95.3483 903.931 Q93.5428 900.367 89.9086 900.367 M89.9086 896.663 Q95.7187 896.663 98.7743 901.269 Q101.853 905.853 101.853 914.603 Q101.853 923.329 98.7743 927.936 Q95.7187 932.519 89.9086 932.519 Q84.0984 932.519 81.0197 927.936 Q77.9642 923.329 77.9642 914.603 Q77.9642 905.853 81.0197 901.269 Q84.0984 896.663 89.9086 896.663 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 900.367 Q116.459 900.367 114.631 903.931 Q112.825 907.473 112.825 914.603 Q112.825 921.709 114.631 925.274 Q116.459 928.816 120.07 928.816 Q123.705 928.816 125.51 925.274 Q127.339 921.709 127.339 914.603 Q127.339 907.473 125.51 903.931 Q123.705 900.367 120.07 900.367 M120.07 896.663 Q125.881 896.663 128.936 901.269 Q132.015 905.853 132.015 914.603 Q132.015 923.329 128.936 927.936 Q125.881 932.519 120.07 932.519 Q114.26 932.519 111.182 927.936 Q108.126 923.329 108.126 914.603 Q108.126 905.853 111.182 901.269 Q114.26 896.663 120.07 896.663 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M63.9133 838.289 Q67.2698 839.007 69.1448 841.275 Q71.0429 843.544 71.0429 846.877 Q71.0429 851.993 67.5244 854.794 Q64.0059 857.594 57.5245 857.594 Q55.3486 857.594 53.0338 857.155 Q50.7421 856.738 48.2884 855.881 L48.2884 851.368 Q50.2328 852.502 52.5477 853.081 Q54.8625 853.659 57.3856 853.659 Q61.7837 853.659 64.0754 851.923 Q66.3902 850.187 66.3902 846.877 Q66.3902 843.821 64.2374 842.108 Q62.1078 840.372 58.2884 840.372 L54.2606 840.372 L54.2606 836.53 L58.4735 836.53 Q61.9226 836.53 63.7513 835.164 Q65.58 833.775 65.58 831.183 Q65.58 828.521 63.6819 827.108 Q61.8069 825.673 58.2884 825.673 Q56.3671 825.673 54.168 826.09 Q51.969 826.507 49.3301 827.386 L49.3301 823.22 Q51.9921 822.479 54.3069 822.109 Q56.6449 821.738 58.705 821.738 Q64.0291 821.738 67.1309 824.169 Q70.2327 826.576 70.2327 830.696 Q70.2327 833.567 68.5892 835.558 Q66.9457 837.525 63.9133 838.289 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 825.442 Q86.2975 825.442 84.4688 829.007 Q82.6632 832.548 82.6632 839.678 Q82.6632 846.784 84.4688 850.349 Q86.2975 853.891 89.9086 853.891 Q93.5428 853.891 95.3483 850.349 Q97.177 846.784 97.177 839.678 Q97.177 832.548 95.3483 829.007 Q93.5428 825.442 89.9086 825.442 M89.9086 821.738 Q95.7187 821.738 98.7743 826.345 Q101.853 830.928 101.853 839.678 Q101.853 848.405 98.7743 853.011 Q95.7187 857.594 89.9086 857.594 Q84.0984 857.594 81.0197 853.011 Q77.9642 848.405 77.9642 839.678 Q77.9642 830.928 81.0197 826.345 Q84.0984 821.738 89.9086 821.738 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 825.442 Q116.459 825.442 114.631 829.007 Q112.825 832.548 112.825 839.678 Q112.825 846.784 114.631 850.349 Q116.459 853.891 120.07 853.891 Q123.705 853.891 125.51 850.349 Q127.339 846.784 127.339 839.678 Q127.339 832.548 125.51 829.007 Q123.705 825.442 120.07 825.442 M120.07 821.738 Q125.881 821.738 128.936 826.345 Q132.015 830.928 132.015 839.678 Q132.015 848.405 128.936 853.011 Q125.881 857.594 120.07 857.594 Q114.26 857.594 111.182 853.011 Q108.126 848.405 108.126 839.678 Q108.126 830.928 111.182 826.345 Q114.26 821.738 120.07 821.738 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M62.5939 751.512 L50.7884 769.961 L62.5939 769.961 L62.5939 751.512 M61.367 747.438 L67.2466 747.438 L67.2466 769.961 L72.1772 769.961 L72.1772 773.85 L67.2466 773.85 L67.2466 781.998 L62.5939 781.998 L62.5939 773.85 L46.9921 773.85 L46.9921 769.336 L61.367 747.438 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 750.517 Q86.2975 750.517 84.4688 754.082 Q82.6632 757.623 82.6632 764.753 Q82.6632 771.859 84.4688 775.424 Q86.2975 778.966 89.9086 778.966 Q93.5428 778.966 95.3483 775.424 Q97.177 771.859 97.177 764.753 Q97.177 757.623 95.3483 754.082 Q93.5428 750.517 89.9086 750.517 M89.9086 746.813 Q95.7187 746.813 98.7743 751.42 Q101.853 756.003 101.853 764.753 Q101.853 773.48 98.7743 778.086 Q95.7187 782.67 89.9086 782.67 Q84.0984 782.67 81.0197 778.086 Q77.9642 773.48 77.9642 764.753 Q77.9642 756.003 81.0197 751.42 Q84.0984 746.813 89.9086 746.813 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 750.517 Q116.459 750.517 114.631 754.082 Q112.825 757.623 112.825 764.753 Q112.825 771.859 114.631 775.424 Q116.459 778.966 120.07 778.966 Q123.705 778.966 125.51 775.424 Q127.339 771.859 127.339 764.753 Q127.339 757.623 125.51 754.082 Q123.705 750.517 120.07 750.517 M120.07 746.813 Q125.881 746.813 128.936 751.42 Q132.015 756.003 132.015 764.753 Q132.015 773.48 128.936 778.086 Q125.881 782.67 120.07 782.67 Q114.26 782.67 111.182 778.086 Q108.126 773.48 108.126 764.753 Q108.126 756.003 111.182 751.42 Q114.26 746.813 120.07 746.813 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M369.372 612.096 L401.495 612.096 L401.495 618.983 L376.866 618.983 L376.866 633.809 Q378.648 633.201 380.431 632.918 Q382.213 632.594 383.995 632.594 Q394.123 632.594 400.037 638.143 Q405.951 643.693 405.951 653.172 Q405.951 662.935 399.875 668.363 Q393.799 673.751 382.74 673.751 Q378.932 673.751 374.962 673.103 Q371.032 672.454 366.819 671.158 L366.819 662.935 Q370.465 664.92 374.354 665.892 Q378.243 666.864 382.578 666.864 Q389.586 666.864 393.677 663.178 Q397.768 659.492 397.768 653.172 Q397.768 646.853 393.677 643.166 Q389.586 639.48 382.578 639.48 Q379.296 639.48 376.015 640.209 Q372.774 640.938 369.372 642.478 L369.372 612.096 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip967)\" d=\"M202.716 874.858 L202.716 1064.42 L225.675 1064.42 L225.675 874.858 L202.716 874.858 L202.716 874.858 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"202.716,874.858 202.716,1064.42 225.675,1064.42 225.675,874.858 202.716,874.858 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M225.675 799.933 L225.675 1064.42 L248.634 1064.42 L248.634 799.933 L225.675 799.933 L225.675 799.933 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"225.675,799.933 225.675,1064.42 248.634,1064.42 248.634,799.933 225.675,799.933 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M248.634 757.226 L248.634 1064.42 L271.592 1064.42 L271.592 757.226 L248.634 757.226 L248.634 757.226 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,757.226 248.634,1064.42 271.592,1064.42 271.592,757.226 248.634,757.226 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M271.592 773.709 L271.592 1064.42 L294.551 1064.42 L294.551 773.709 L271.592 773.709 L271.592 773.709 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"271.592,773.709 271.592,1064.42 294.551,1064.42 294.551,773.709 271.592,773.709 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M294.551 823.909 L294.551 1064.42 L317.509 1064.42 L317.509 823.909 L294.551 823.909 L294.551 823.909 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"294.551,823.909 294.551,1064.42 317.509,1064.42 317.509,823.909 294.551,823.909 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M317.509 889.094 L317.509 1064.42 L340.468 1064.42 L340.468 889.094 L317.509 889.094 L317.509 889.094 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,889.094 317.509,1064.42 340.468,1064.42 340.468,889.094 317.509,889.094 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M340.468 957.275 L340.468 1064.42 L363.427 1064.42 L363.427 957.275 L340.468 957.275 L340.468 957.275 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"340.468,957.275 340.468,1064.42 363.427,1064.42 363.427,957.275 340.468,957.275 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M363.427 987.245 L363.427 1064.42 L386.385 1064.42 L386.385 987.245 L363.427 987.245 L363.427 987.245 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"363.427,987.245 363.427,1064.42 386.385,1064.42 386.385,987.245 363.427,987.245 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M386.385 984.248 L386.385 1064.42 L409.344 1064.42 L409.344 984.248 L386.385 984.248 L386.385 984.248 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,984.248 386.385,1064.42 409.344,1064.42 409.344,984.248 386.385,984.248 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M409.344 931.051 L409.344 1064.42 L432.303 1064.42 L432.303 931.051 L409.344 931.051 L409.344 931.051 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"409.344,931.051 409.344,1064.42 432.303,1064.42 432.303,931.051 409.344,931.051 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M432.303 901.831 L432.303 1064.42 L455.261 1064.42 L455.261 901.831 L432.303 901.831 L432.303 901.831 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"432.303,901.831 432.303,1064.42 455.261,1064.42 455.261,901.831 432.303,901.831 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M455.261 829.154 L455.261 1064.42 L478.22 1064.42 L478.22 829.154 L455.261 829.154 L455.261 829.154 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,829.154 455.261,1064.42 478.22,1064.42 478.22,829.154 455.261,829.154 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M478.22 740.742 L478.22 1064.42 L501.179 1064.42 L501.179 740.742 L478.22 740.742 L478.22 740.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"478.22,740.742 478.22,1064.42 501.179,1064.42 501.179,740.742 478.22,740.742 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M501.179 750.483 L501.179 1064.42 L524.137 1064.42 L524.137 750.483 L501.179 750.483 L501.179 750.483 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"501.179,750.483 501.179,1064.42 524.137,1064.42 524.137,750.483 501.179,750.483 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M524.137 813.419 L524.137 1064.42 L547.096 1064.42 L547.096 813.419 L524.137 813.419 L524.137 813.419 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,813.419 524.137,1064.42 547.096,1064.42 547.096,813.419 524.137,813.419 \"/>\n<path clip-path=\"url(#clip967)\" d=\"M547.096 872.61 L547.096 1064.42 L570.054 1064.42 L570.054 872.61 L547.096 872.61 L547.096 872.61 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip967)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"547.096,872.61 547.096,1064.42 570.054,1064.42 570.054,872.61 547.096,872.61 \"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"214.196\" cy=\"874.858\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"237.154\" cy=\"799.933\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"260.113\" cy=\"757.226\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"283.072\" cy=\"773.709\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"306.03\" cy=\"823.909\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"328.989\" cy=\"889.094\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"351.947\" cy=\"957.275\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"374.906\" cy=\"987.245\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"397.865\" cy=\"984.248\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"420.823\" cy=\"931.051\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"443.782\" cy=\"901.831\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"466.741\" cy=\"829.154\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"489.699\" cy=\"740.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"512.658\" cy=\"750.483\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"535.616\" cy=\"813.419\" r=\"2\"/>\n<circle clip-path=\"url(#clip967)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"558.575\" cy=\"872.61\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M820.015 1074.13 L1232.76 1074.13 L1232.76 731.032 L820.015 731.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip968\">\n <rect x=\"820\" y=\"731\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"888.634,1074.13 888.634,731.032 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"957.509,1074.13 957.509,731.032 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1026.39,1074.13 1026.39,731.032 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1095.26,1074.13 1095.26,731.032 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1164.14,1074.13 1164.14,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1074.13 1232.76,1074.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,1074.13 888.634,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,1074.13 957.509,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,1074.13 1026.39,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,1074.13 1095.26,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,1074.13 1164.14,1055.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M857.696 1126.1 L887.372 1126.1 L887.372 1130.03 L857.696 1130.03 L857.696 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M908.043 1123.78 Q904.895 1123.78 903.043 1125.94 Q901.215 1128.09 901.215 1131.84 Q901.215 1135.57 903.043 1137.74 Q904.895 1139.9 908.043 1139.9 Q911.191 1139.9 913.02 1137.74 Q914.872 1135.57 914.872 1131.84 Q914.872 1128.09 913.02 1125.94 Q911.191 1123.78 908.043 1123.78 M917.326 1109.13 L917.326 1113.39 Q915.566 1112.56 913.761 1112.12 Q911.978 1111.68 910.219 1111.68 Q905.59 1111.68 903.136 1114.8 Q900.705 1117.93 900.358 1124.25 Q901.724 1122.23 903.784 1121.17 Q905.844 1120.08 908.321 1120.08 Q913.529 1120.08 916.539 1123.25 Q919.571 1126.4 919.571 1131.84 Q919.571 1137.16 916.423 1140.38 Q913.275 1143.6 908.043 1143.6 Q902.048 1143.6 898.877 1139.02 Q895.705 1134.41 895.705 1125.68 Q895.705 1117.49 899.594 1112.63 Q903.483 1107.74 910.034 1107.74 Q911.793 1107.74 913.576 1108.09 Q915.381 1108.44 917.326 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M926.977 1126.1 L956.653 1126.1 L956.653 1130.03 L926.977 1130.03 L926.977 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M980.912 1124.29 Q984.269 1125.01 986.144 1127.28 Q988.042 1129.55 988.042 1132.88 Q988.042 1138 984.523 1140.8 Q981.005 1143.6 974.523 1143.6 Q972.347 1143.6 970.033 1143.16 Q967.741 1142.74 965.287 1141.89 L965.287 1137.37 Q967.232 1138.51 969.546 1139.09 Q971.861 1139.66 974.384 1139.66 Q978.783 1139.66 981.074 1137.93 Q983.389 1136.19 983.389 1132.88 Q983.389 1129.83 981.236 1128.11 Q979.107 1126.38 975.287 1126.38 L971.259 1126.38 L971.259 1122.53 L975.472 1122.53 Q978.921 1122.53 980.75 1121.17 Q982.579 1119.78 982.579 1117.19 Q982.579 1114.53 980.681 1113.11 Q978.806 1111.68 975.287 1111.68 Q973.366 1111.68 971.167 1112.09 Q968.968 1112.51 966.329 1113.39 L966.329 1109.22 Q968.991 1108.48 971.306 1108.11 Q973.644 1107.74 975.704 1107.74 Q981.028 1107.74 984.13 1110.17 Q987.232 1112.58 987.232 1116.7 Q987.232 1119.57 985.588 1121.56 Q983.945 1123.53 980.912 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1026.39 1111.45 Q1022.77 1111.45 1020.95 1115.01 Q1019.14 1118.55 1019.14 1125.68 Q1019.14 1132.79 1020.95 1136.35 Q1022.77 1139.9 1026.39 1139.9 Q1030.02 1139.9 1031.83 1136.35 Q1033.65 1132.79 1033.65 1125.68 Q1033.65 1118.55 1031.83 1115.01 Q1030.02 1111.45 1026.39 1111.45 M1026.39 1107.74 Q1032.2 1107.74 1035.25 1112.35 Q1038.33 1116.93 1038.33 1125.68 Q1038.33 1134.41 1035.25 1139.02 Q1032.2 1143.6 1026.39 1143.6 Q1020.58 1143.6 1017.5 1139.02 Q1014.44 1134.41 1014.44 1125.68 Q1014.44 1116.93 1017.5 1112.35 Q1020.58 1107.74 1026.39 1107.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1099.51 1124.29 Q1102.87 1125.01 1104.74 1127.28 Q1106.64 1129.55 1106.64 1132.88 Q1106.64 1138 1103.12 1140.8 Q1099.6 1143.6 1093.12 1143.6 Q1090.94 1143.6 1088.63 1143.16 Q1086.34 1142.74 1083.88 1141.89 L1083.88 1137.37 Q1085.83 1138.51 1088.14 1139.09 Q1090.46 1139.66 1092.98 1139.66 Q1097.38 1139.66 1099.67 1137.93 Q1101.99 1136.19 1101.99 1132.88 Q1101.99 1129.83 1099.83 1128.11 Q1097.7 1126.38 1093.88 1126.38 L1089.86 1126.38 L1089.86 1122.53 L1094.07 1122.53 Q1097.52 1122.53 1099.35 1121.17 Q1101.18 1119.78 1101.18 1117.19 Q1101.18 1114.53 1099.28 1113.11 Q1097.4 1111.68 1093.88 1111.68 Q1091.96 1111.68 1089.76 1112.09 Q1087.56 1112.51 1084.93 1113.39 L1084.93 1109.22 Q1087.59 1108.48 1089.9 1108.11 Q1092.24 1107.74 1094.3 1107.74 Q1099.62 1107.74 1102.73 1110.17 Q1105.83 1112.58 1105.83 1116.7 Q1105.83 1119.57 1104.18 1121.56 Q1102.54 1123.53 1099.51 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1164.54 1123.78 Q1161.39 1123.78 1159.54 1125.94 Q1157.71 1128.09 1157.71 1131.84 Q1157.71 1135.57 1159.54 1137.74 Q1161.39 1139.9 1164.54 1139.9 Q1167.69 1139.9 1169.52 1137.74 Q1171.37 1135.57 1171.37 1131.84 Q1171.37 1128.09 1169.52 1125.94 Q1167.69 1123.78 1164.54 1123.78 M1173.82 1109.13 L1173.82 1113.39 Q1172.07 1112.56 1170.26 1112.12 Q1168.48 1111.68 1166.72 1111.68 Q1162.09 1111.68 1159.63 1114.8 Q1157.2 1117.93 1156.86 1124.25 Q1158.22 1122.23 1160.28 1121.17 Q1162.34 1120.08 1164.82 1120.08 Q1170.03 1120.08 1173.04 1123.25 Q1176.07 1126.4 1176.07 1131.84 Q1176.07 1137.16 1172.92 1140.38 Q1169.77 1143.6 1164.54 1143.6 Q1158.55 1143.6 1155.38 1139.02 Q1152.2 1134.41 1152.2 1125.68 Q1152.2 1117.49 1156.09 1112.63 Q1159.98 1107.74 1166.53 1107.74 Q1168.29 1107.74 1170.07 1108.09 Q1171.88 1108.44 1173.82 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,1064.42 1232.76,1064.42 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,988.259 1232.76,988.259 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,912.1 1232.76,912.1 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,835.941 1232.76,835.941 \"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,759.782 1232.76,759.782 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1074.13 820.015,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1064.42 838.912,1064.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,988.259 838.912,988.259 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,912.1 838.912,912.1 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,835.941 838.912,835.941 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,759.782 838.912,759.782 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M760.07 1050.22 Q756.459 1050.22 754.631 1053.78 Q752.825 1057.32 752.825 1064.45 Q752.825 1071.56 754.631 1075.12 Q756.459 1078.67 760.07 1078.67 Q763.705 1078.67 765.51 1075.12 Q767.339 1071.56 767.339 1064.45 Q767.339 1057.32 765.51 1053.78 Q763.705 1050.22 760.07 1050.22 M760.07 1046.51 Q765.881 1046.51 768.936 1051.12 Q772.015 1055.7 772.015 1064.45 Q772.015 1073.18 768.936 1077.79 Q765.881 1082.37 760.07 1082.37 Q754.26 1082.37 751.182 1077.79 Q748.126 1073.18 748.126 1064.45 Q748.126 1055.7 751.182 1051.12 Q754.26 1046.51 760.07 1046.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M690.557 1001.6 L698.196 1001.6 L698.196 975.238 L689.886 976.905 L689.886 972.645 L698.149 970.979 L702.825 970.979 L702.825 1001.6 L710.464 1001.6 L710.464 1005.54 L690.557 1005.54 L690.557 1001.6 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 974.057 Q726.297 974.057 724.469 977.622 Q722.663 981.164 722.663 988.293 Q722.663 995.4 724.469 998.965 Q726.297 1002.51 729.909 1002.51 Q733.543 1002.51 735.348 998.965 Q737.177 995.4 737.177 988.293 Q737.177 981.164 735.348 977.622 Q733.543 974.057 729.909 974.057 M729.909 970.354 Q735.719 970.354 738.774 974.96 Q741.853 979.544 741.853 988.293 Q741.853 997.02 738.774 1001.63 Q735.719 1006.21 729.909 1006.21 Q724.098 1006.21 721.02 1001.63 Q717.964 997.02 717.964 988.293 Q717.964 979.544 721.02 974.96 Q724.098 970.354 729.909 970.354 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 974.057 Q756.459 974.057 754.631 977.622 Q752.825 981.164 752.825 988.293 Q752.825 995.4 754.631 998.965 Q756.459 1002.51 760.07 1002.51 Q763.705 1002.51 765.51 998.965 Q767.339 995.4 767.339 988.293 Q767.339 981.164 765.51 977.622 Q763.705 974.057 760.07 974.057 M760.07 970.354 Q765.881 970.354 768.936 974.96 Q772.015 979.544 772.015 988.293 Q772.015 997.02 768.936 1001.63 Q765.881 1006.21 760.07 1006.21 Q754.26 1006.21 751.182 1001.63 Q748.126 997.02 748.126 988.293 Q748.126 979.544 751.182 974.96 Q754.26 970.354 760.07 970.354 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M693.774 925.445 L710.094 925.445 L710.094 929.38 L688.15 929.38 L688.15 925.445 Q690.812 922.69 695.395 918.06 Q700.001 913.408 701.182 912.065 Q703.427 909.542 704.307 907.806 Q705.21 906.047 705.21 904.357 Q705.21 901.602 703.265 899.866 Q701.344 898.13 698.242 898.13 Q696.043 898.13 693.589 898.894 Q691.159 899.658 688.381 901.209 L688.381 896.487 Q691.205 895.352 693.659 894.774 Q696.112 894.195 698.149 894.195 Q703.52 894.195 706.714 896.88 Q709.909 899.565 709.909 904.056 Q709.909 906.186 709.098 908.107 Q708.311 910.005 706.205 912.598 Q705.626 913.269 702.524 916.486 Q699.423 919.681 693.774 925.445 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 897.899 Q726.297 897.899 724.469 901.463 Q722.663 905.005 722.663 912.135 Q722.663 919.241 724.469 922.806 Q726.297 926.347 729.909 926.347 Q733.543 926.347 735.348 922.806 Q737.177 919.241 737.177 912.135 Q737.177 905.005 735.348 901.463 Q733.543 897.899 729.909 897.899 M729.909 894.195 Q735.719 894.195 738.774 898.801 Q741.853 903.385 741.853 912.135 Q741.853 920.861 738.774 925.468 Q735.719 930.051 729.909 930.051 Q724.098 930.051 721.02 925.468 Q717.964 920.861 717.964 912.135 Q717.964 903.385 721.02 898.801 Q724.098 894.195 729.909 894.195 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 897.899 Q756.459 897.899 754.631 901.463 Q752.825 905.005 752.825 912.135 Q752.825 919.241 754.631 922.806 Q756.459 926.347 760.07 926.347 Q763.705 926.347 765.51 922.806 Q767.339 919.241 767.339 912.135 Q767.339 905.005 765.51 901.463 Q763.705 897.899 760.07 897.899 M760.07 894.195 Q765.881 894.195 768.936 898.801 Q772.015 903.385 772.015 912.135 Q772.015 920.861 768.936 925.468 Q765.881 930.051 760.07 930.051 Q754.26 930.051 751.182 925.468 Q748.126 920.861 748.126 912.135 Q748.126 903.385 751.182 898.801 Q754.26 894.195 760.07 894.195 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M703.913 834.587 Q707.27 835.304 709.145 837.573 Q711.043 839.841 711.043 843.175 Q711.043 848.29 707.524 851.091 Q704.006 853.892 697.524 853.892 Q695.349 853.892 693.034 853.452 Q690.742 853.036 688.288 852.179 L688.288 847.665 Q690.233 848.8 692.548 849.378 Q694.862 849.957 697.386 849.957 Q701.784 849.957 704.075 848.221 Q706.39 846.485 706.39 843.175 Q706.39 840.119 704.237 838.406 Q702.108 836.67 698.288 836.67 L694.261 836.67 L694.261 832.828 L698.474 832.828 Q701.923 832.828 703.751 831.462 Q705.58 830.073 705.58 827.48 Q705.58 824.818 703.682 823.406 Q701.807 821.971 698.288 821.971 Q696.367 821.971 694.168 822.388 Q691.969 822.804 689.33 823.684 L689.33 819.517 Q691.992 818.777 694.307 818.406 Q696.645 818.036 698.705 818.036 Q704.029 818.036 707.131 820.467 Q710.233 822.874 710.233 826.994 Q710.233 829.865 708.589 831.855 Q706.946 833.823 703.913 834.587 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 821.74 Q726.297 821.74 724.469 825.304 Q722.663 828.846 722.663 835.976 Q722.663 843.082 724.469 846.647 Q726.297 850.189 729.909 850.189 Q733.543 850.189 735.348 846.647 Q737.177 843.082 737.177 835.976 Q737.177 828.846 735.348 825.304 Q733.543 821.74 729.909 821.74 M729.909 818.036 Q735.719 818.036 738.774 822.642 Q741.853 827.226 741.853 835.976 Q741.853 844.703 738.774 849.309 Q735.719 853.892 729.909 853.892 Q724.098 853.892 721.02 849.309 Q717.964 844.703 717.964 835.976 Q717.964 827.226 721.02 822.642 Q724.098 818.036 729.909 818.036 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 821.74 Q756.459 821.74 754.631 825.304 Q752.825 828.846 752.825 835.976 Q752.825 843.082 754.631 846.647 Q756.459 850.189 760.07 850.189 Q763.705 850.189 765.51 846.647 Q767.339 843.082 767.339 835.976 Q767.339 828.846 765.51 825.304 Q763.705 821.74 760.07 821.74 M760.07 818.036 Q765.881 818.036 768.936 822.642 Q772.015 827.226 772.015 835.976 Q772.015 844.703 768.936 849.309 Q765.881 853.892 760.07 853.892 Q754.26 853.892 751.182 849.309 Q748.126 844.703 748.126 835.976 Q748.126 827.226 751.182 822.642 Q754.26 818.036 760.07 818.036 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M702.594 746.576 L690.788 765.025 L702.594 765.025 L702.594 746.576 M701.367 742.502 L707.247 742.502 L707.247 765.025 L712.177 765.025 L712.177 768.914 L707.247 768.914 L707.247 777.062 L702.594 777.062 L702.594 768.914 L686.992 768.914 L686.992 764.4 L701.367 742.502 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 745.581 Q726.297 745.581 724.469 749.146 Q722.663 752.687 722.663 759.817 Q722.663 766.923 724.469 770.488 Q726.297 774.03 729.909 774.03 Q733.543 774.03 735.348 770.488 Q737.177 766.923 737.177 759.817 Q737.177 752.687 735.348 749.146 Q733.543 745.581 729.909 745.581 M729.909 741.877 Q735.719 741.877 738.774 746.484 Q741.853 751.067 741.853 759.817 Q741.853 768.544 738.774 773.15 Q735.719 777.733 729.909 777.733 Q724.098 777.733 721.02 773.15 Q717.964 768.544 717.964 759.817 Q717.964 751.067 721.02 746.484 Q724.098 741.877 729.909 741.877 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 745.581 Q756.459 745.581 754.631 749.146 Q752.825 752.687 752.825 759.817 Q752.825 766.923 754.631 770.488 Q756.459 774.03 760.07 774.03 Q763.705 774.03 765.51 770.488 Q767.339 766.923 767.339 759.817 Q767.339 752.687 765.51 749.146 Q763.705 745.581 760.07 745.581 M760.07 741.877 Q765.881 741.877 768.936 746.484 Q772.015 751.067 772.015 759.817 Q772.015 768.544 768.936 773.15 Q765.881 777.733 760.07 777.733 Q754.26 777.733 751.182 773.15 Q748.126 768.544 748.126 759.817 Q748.126 751.067 751.182 746.484 Q754.26 741.877 760.07 741.877 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1027.09 639.075 Q1021.59 639.075 1018.34 642.842 Q1015.14 646.61 1015.14 653.172 Q1015.14 659.694 1018.34 663.502 Q1021.59 667.269 1027.09 667.269 Q1032.6 667.269 1035.8 663.502 Q1039.04 659.694 1039.04 653.172 Q1039.04 646.61 1035.8 642.842 Q1032.6 639.075 1027.09 639.075 M1043.34 613.433 L1043.34 620.886 Q1040.26 619.428 1037.1 618.658 Q1033.98 617.889 1030.9 617.889 Q1022.8 617.889 1018.51 623.358 Q1014.25 628.826 1013.65 639.885 Q1016.04 636.361 1019.64 634.498 Q1023.25 632.594 1027.58 632.594 Q1036.69 632.594 1041.96 638.143 Q1047.27 643.653 1047.27 653.172 Q1047.27 662.489 1041.76 668.12 Q1036.25 673.751 1027.09 673.751 Q1016.6 673.751 1011.05 665.73 Q1005.5 657.669 1005.5 642.397 Q1005.5 628.057 1012.31 619.55 Q1019.11 611.002 1030.58 611.002 Q1033.66 611.002 1036.78 611.61 Q1039.94 612.218 1043.34 613.433 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip968)\" d=\"M842.716 865.643 L842.716 1064.42 L865.675 1064.42 L865.675 865.643 L842.716 865.643 L842.716 865.643 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"842.716,865.643 842.716,1064.42 865.675,1064.42 865.675,865.643 842.716,865.643 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M865.675 821.471 L865.675 1064.42 L888.634 1064.42 L888.634 821.471 L865.675 821.471 L865.675 821.471 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"865.675,821.471 865.675,1064.42 888.634,1064.42 888.634,821.471 865.675,821.471 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M888.634 794.054 L888.634 1064.42 L911.592 1064.42 L911.592 794.054 L888.634 794.054 L888.634 794.054 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,794.054 888.634,1064.42 911.592,1064.42 911.592,794.054 888.634,794.054 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M911.592 766.636 L911.592 1064.42 L934.551 1064.42 L934.551 766.636 L911.592 766.636 L911.592 766.636 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"911.592,766.636 911.592,1064.42 934.551,1064.42 934.551,766.636 911.592,766.636 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M934.551 829.087 L934.551 1064.42 L957.509 1064.42 L957.509 829.087 L934.551 829.087 L934.551 829.087 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"934.551,829.087 934.551,1064.42 957.509,1064.42 957.509,829.087 934.551,829.087 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M957.509 886.967 L957.509 1064.42 L980.468 1064.42 L980.468 886.967 L957.509 886.967 L957.509 886.967 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,886.967 957.509,1064.42 980.468,1064.42 980.468,886.967 957.509,886.967 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M980.468 945.61 L980.468 1064.42 L1003.43 1064.42 L1003.43 945.61 L980.468 945.61 L980.468 945.61 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"980.468,945.61 980.468,1064.42 1003.43,1064.42 1003.43,945.61 980.468,945.61 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1003.43 969.219 L1003.43 1064.42 L1026.39 1064.42 L1026.39 969.219 L1003.43 969.219 L1003.43 969.219 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1003.43,969.219 1003.43,1064.42 1026.39,1064.42 1026.39,969.219 1003.43,969.219 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1026.39 968.457 L1026.39 1064.42 L1049.34 1064.42 L1049.34 968.457 L1026.39 968.457 L1026.39 968.457 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,968.457 1026.39,1064.42 1049.34,1064.42 1049.34,968.457 1026.39,968.457 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1049.34 929.616 L1049.34 1064.42 L1072.3 1064.42 L1072.3 929.616 L1049.34 929.616 L1049.34 929.616 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1049.34,929.616 1049.34,1064.42 1072.3,1064.42 1072.3,929.616 1049.34,929.616 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1072.3 879.352 L1072.3 1064.42 L1095.26 1064.42 L1095.26 879.352 L1072.3 879.352 L1072.3 879.352 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1072.3,879.352 1072.3,1064.42 1095.26,1064.42 1095.26,879.352 1072.3,879.352 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1095.26 828.325 L1095.26 1064.42 L1118.22 1064.42 L1118.22 828.325 L1095.26 828.325 L1095.26 828.325 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,828.325 1095.26,1064.42 1118.22,1064.42 1118.22,828.325 1095.26,828.325 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1118.22 788.722 L1118.22 1064.42 L1141.18 1064.42 L1141.18 788.722 L1118.22 788.722 L1118.22 788.722 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1118.22,788.722 1118.22,1064.42 1141.18,1064.42 1141.18,788.722 1118.22,788.722 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1141.18 740.742 L1141.18 1064.42 L1164.14 1064.42 L1164.14 740.742 L1141.18 740.742 L1141.18 740.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1141.18,740.742 1141.18,1064.42 1164.14,1064.42 1164.14,740.742 1141.18,740.742 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1164.14 804.716 L1164.14 1064.42 L1187.1 1064.42 L1187.1 804.716 L1164.14 804.716 L1164.14 804.716 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,804.716 1164.14,1064.42 1187.1,1064.42 1187.1,804.716 1164.14,804.716 \"/>\n<path clip-path=\"url(#clip968)\" d=\"M1187.1 880.875 L1187.1 1064.42 L1210.05 1064.42 L1210.05 880.875 L1187.1 880.875 L1187.1 880.875 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip968)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1187.1,880.875 1187.1,1064.42 1210.05,1064.42 1210.05,880.875 1187.1,880.875 \"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"854.196\" cy=\"865.643\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"877.154\" cy=\"821.471\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"900.113\" cy=\"794.054\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"923.072\" cy=\"766.636\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"946.03\" cy=\"829.087\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"968.989\" cy=\"886.967\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"991.947\" cy=\"945.61\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1014.91\" cy=\"969.219\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1037.86\" cy=\"968.457\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1060.82\" cy=\"929.616\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1083.78\" cy=\"879.352\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1106.74\" cy=\"828.325\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1129.7\" cy=\"788.722\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1152.66\" cy=\"740.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1175.62\" cy=\"804.716\" r=\"2\"/>\n<circle clip-path=\"url(#clip968)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1198.58\" cy=\"880.875\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M1460.01 1074.13 L1872.76 1074.13 L1872.76 731.032 L1460.01 731.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip969\">\n <rect x=\"1460\" y=\"731\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1528.63,1074.13 1528.63,731.032 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1597.51,1074.13 1597.51,731.032 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1666.39,1074.13 1666.39,731.032 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1735.26,1074.13 1735.26,731.032 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1804.14,1074.13 1804.14,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1074.13 1872.76,1074.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,1074.13 1528.63,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,1074.13 1597.51,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,1074.13 1666.39,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,1074.13 1735.26,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,1074.13 1804.14,1055.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1497.7 1126.1 L1527.37 1126.1 L1527.37 1130.03 L1497.7 1130.03 L1497.7 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1548.04 1123.78 Q1544.9 1123.78 1543.04 1125.94 Q1541.21 1128.09 1541.21 1131.84 Q1541.21 1135.57 1543.04 1137.74 Q1544.9 1139.9 1548.04 1139.9 Q1551.19 1139.9 1553.02 1137.74 Q1554.87 1135.57 1554.87 1131.84 Q1554.87 1128.09 1553.02 1125.94 Q1551.19 1123.78 1548.04 1123.78 M1557.33 1109.13 L1557.33 1113.39 Q1555.57 1112.56 1553.76 1112.12 Q1551.98 1111.68 1550.22 1111.68 Q1545.59 1111.68 1543.14 1114.8 Q1540.71 1117.93 1540.36 1124.25 Q1541.72 1122.23 1543.78 1121.17 Q1545.84 1120.08 1548.32 1120.08 Q1553.53 1120.08 1556.54 1123.25 Q1559.57 1126.4 1559.57 1131.84 Q1559.57 1137.16 1556.42 1140.38 Q1553.27 1143.6 1548.04 1143.6 Q1542.05 1143.6 1538.88 1139.02 Q1535.71 1134.41 1535.71 1125.68 Q1535.71 1117.49 1539.59 1112.63 Q1543.48 1107.74 1550.03 1107.74 Q1551.79 1107.74 1553.58 1108.09 Q1555.38 1108.44 1557.33 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1566.98 1126.1 L1596.65 1126.1 L1596.65 1130.03 L1566.98 1130.03 L1566.98 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1620.91 1124.29 Q1624.27 1125.01 1626.14 1127.28 Q1628.04 1129.55 1628.04 1132.88 Q1628.04 1138 1624.52 1140.8 Q1621 1143.6 1614.52 1143.6 Q1612.35 1143.6 1610.03 1143.16 Q1607.74 1142.74 1605.29 1141.89 L1605.29 1137.37 Q1607.23 1138.51 1609.55 1139.09 Q1611.86 1139.66 1614.38 1139.66 Q1618.78 1139.66 1621.07 1137.93 Q1623.39 1136.19 1623.39 1132.88 Q1623.39 1129.83 1621.24 1128.11 Q1619.11 1126.38 1615.29 1126.38 L1611.26 1126.38 L1611.26 1122.53 L1615.47 1122.53 Q1618.92 1122.53 1620.75 1121.17 Q1622.58 1119.78 1622.58 1117.19 Q1622.58 1114.53 1620.68 1113.11 Q1618.81 1111.68 1615.29 1111.68 Q1613.37 1111.68 1611.17 1112.09 Q1608.97 1112.51 1606.33 1113.39 L1606.33 1109.22 Q1608.99 1108.48 1611.31 1108.11 Q1613.64 1107.74 1615.7 1107.74 Q1621.03 1107.74 1624.13 1110.17 Q1627.23 1112.58 1627.23 1116.7 Q1627.23 1119.57 1625.59 1121.56 Q1623.94 1123.53 1620.91 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1666.39 1111.45 Q1662.77 1111.45 1660.95 1115.01 Q1659.14 1118.55 1659.14 1125.68 Q1659.14 1132.79 1660.95 1136.35 Q1662.77 1139.9 1666.39 1139.9 Q1670.02 1139.9 1671.83 1136.35 Q1673.65 1132.79 1673.65 1125.68 Q1673.65 1118.55 1671.83 1115.01 Q1670.02 1111.45 1666.39 1111.45 M1666.39 1107.74 Q1672.2 1107.74 1675.25 1112.35 Q1678.33 1116.93 1678.33 1125.68 Q1678.33 1134.41 1675.25 1139.02 Q1672.2 1143.6 1666.39 1143.6 Q1660.58 1143.6 1657.5 1139.02 Q1654.44 1134.41 1654.44 1125.68 Q1654.44 1116.93 1657.5 1112.35 Q1660.58 1107.74 1666.39 1107.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1739.51 1124.29 Q1742.87 1125.01 1744.74 1127.28 Q1746.64 1129.55 1746.64 1132.88 Q1746.64 1138 1743.12 1140.8 Q1739.6 1143.6 1733.12 1143.6 Q1730.94 1143.6 1728.63 1143.16 Q1726.34 1142.74 1723.88 1141.89 L1723.88 1137.37 Q1725.83 1138.51 1728.14 1139.09 Q1730.46 1139.66 1732.98 1139.66 Q1737.38 1139.66 1739.67 1137.93 Q1741.99 1136.19 1741.99 1132.88 Q1741.99 1129.83 1739.83 1128.11 Q1737.7 1126.38 1733.88 1126.38 L1729.86 1126.38 L1729.86 1122.53 L1734.07 1122.53 Q1737.52 1122.53 1739.35 1121.17 Q1741.18 1119.78 1741.18 1117.19 Q1741.18 1114.53 1739.28 1113.11 Q1737.4 1111.68 1733.88 1111.68 Q1731.96 1111.68 1729.76 1112.09 Q1727.56 1112.51 1724.93 1113.39 L1724.93 1109.22 Q1727.59 1108.48 1729.9 1108.11 Q1732.24 1107.74 1734.3 1107.74 Q1739.62 1107.74 1742.73 1110.17 Q1745.83 1112.58 1745.83 1116.7 Q1745.83 1119.57 1744.18 1121.56 Q1742.54 1123.53 1739.51 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1804.54 1123.78 Q1801.39 1123.78 1799.54 1125.94 Q1797.71 1128.09 1797.71 1131.84 Q1797.71 1135.57 1799.54 1137.74 Q1801.39 1139.9 1804.54 1139.9 Q1807.69 1139.9 1809.52 1137.74 Q1811.37 1135.57 1811.37 1131.84 Q1811.37 1128.09 1809.52 1125.94 Q1807.69 1123.78 1804.54 1123.78 M1813.82 1109.13 L1813.82 1113.39 Q1812.07 1112.56 1810.26 1112.12 Q1808.48 1111.68 1806.72 1111.68 Q1802.09 1111.68 1799.63 1114.8 Q1797.2 1117.93 1796.86 1124.25 Q1798.22 1122.23 1800.28 1121.17 Q1802.34 1120.08 1804.82 1120.08 Q1810.03 1120.08 1813.04 1123.25 Q1816.07 1126.4 1816.07 1131.84 Q1816.07 1137.16 1812.92 1140.38 Q1809.77 1143.6 1804.54 1143.6 Q1798.55 1143.6 1795.38 1139.02 Q1792.2 1134.41 1792.2 1125.68 Q1792.2 1117.49 1796.09 1112.63 Q1799.98 1107.74 1806.53 1107.74 Q1808.29 1107.74 1810.07 1108.09 Q1811.88 1108.44 1813.82 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,1064.42 1872.76,1064.42 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,977.408 1872.76,977.408 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,890.399 1872.76,890.399 \"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,803.389 1872.76,803.389 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1074.13 1460.01,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1064.42 1478.91,1064.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,977.408 1478.91,977.408 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,890.399 1478.91,890.399 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,803.389 1478.91,803.389 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1400.07 1050.22 Q1396.46 1050.22 1394.63 1053.78 Q1392.83 1057.32 1392.83 1064.45 Q1392.83 1071.56 1394.63 1075.12 Q1396.46 1078.67 1400.07 1078.67 Q1403.7 1078.67 1405.51 1075.12 Q1407.34 1071.56 1407.34 1064.45 Q1407.34 1057.32 1405.51 1053.78 Q1403.7 1050.22 1400.07 1050.22 M1400.07 1046.51 Q1405.88 1046.51 1408.94 1051.12 Q1412.01 1055.7 1412.01 1064.45 Q1412.01 1073.18 1408.94 1077.79 Q1405.88 1082.37 1400.07 1082.37 Q1394.26 1082.37 1391.18 1077.79 Q1388.13 1073.18 1388.13 1064.45 Q1388.13 1055.7 1391.18 1051.12 Q1394.26 1046.51 1400.07 1046.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1330.56 990.753 L1338.2 990.753 L1338.2 964.387 L1329.89 966.054 L1329.89 961.795 L1338.15 960.128 L1342.83 960.128 L1342.83 990.753 L1350.46 990.753 L1350.46 994.688 L1330.56 994.688 L1330.56 990.753 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 963.207 Q1366.3 963.207 1364.47 966.772 Q1362.66 970.313 1362.66 977.443 Q1362.66 984.549 1364.47 988.114 Q1366.3 991.656 1369.91 991.656 Q1373.54 991.656 1375.35 988.114 Q1377.18 984.549 1377.18 977.443 Q1377.18 970.313 1375.35 966.772 Q1373.54 963.207 1369.91 963.207 M1369.91 959.503 Q1375.72 959.503 1378.77 964.11 Q1381.85 968.693 1381.85 977.443 Q1381.85 986.17 1378.77 990.776 Q1375.72 995.359 1369.91 995.359 Q1364.1 995.359 1361.02 990.776 Q1357.96 986.17 1357.96 977.443 Q1357.96 968.693 1361.02 964.11 Q1364.1 959.503 1369.91 959.503 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 963.207 Q1396.46 963.207 1394.63 966.772 Q1392.83 970.313 1392.83 977.443 Q1392.83 984.549 1394.63 988.114 Q1396.46 991.656 1400.07 991.656 Q1403.7 991.656 1405.51 988.114 Q1407.34 984.549 1407.34 977.443 Q1407.34 970.313 1405.51 966.772 Q1403.7 963.207 1400.07 963.207 M1400.07 959.503 Q1405.88 959.503 1408.94 964.11 Q1412.01 968.693 1412.01 977.443 Q1412.01 986.17 1408.94 990.776 Q1405.88 995.359 1400.07 995.359 Q1394.26 995.359 1391.18 990.776 Q1388.13 986.17 1388.13 977.443 Q1388.13 968.693 1391.18 964.11 Q1394.26 959.503 1400.07 959.503 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1333.77 903.744 L1350.09 903.744 L1350.09 907.679 L1328.15 907.679 L1328.15 903.744 Q1330.81 900.989 1335.39 896.359 Q1340 891.707 1341.18 890.364 Q1343.43 887.841 1344.31 886.105 Q1345.21 884.345 1345.21 882.656 Q1345.21 879.901 1343.27 878.165 Q1341.34 876.429 1338.24 876.429 Q1336.04 876.429 1333.59 877.193 Q1331.16 877.957 1328.38 879.508 L1328.38 874.785 Q1331.21 873.651 1333.66 873.072 Q1336.11 872.494 1338.15 872.494 Q1343.52 872.494 1346.71 875.179 Q1349.91 877.864 1349.91 882.355 Q1349.91 884.484 1349.1 886.406 Q1348.31 888.304 1346.2 890.896 Q1345.63 891.568 1342.52 894.785 Q1339.42 897.98 1333.77 903.744 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 876.197 Q1366.3 876.197 1364.47 879.762 Q1362.66 883.304 1362.66 890.433 Q1362.66 897.54 1364.47 901.105 Q1366.3 904.646 1369.91 904.646 Q1373.54 904.646 1375.35 901.105 Q1377.18 897.54 1377.18 890.433 Q1377.18 883.304 1375.35 879.762 Q1373.54 876.197 1369.91 876.197 M1369.91 872.494 Q1375.72 872.494 1378.77 877.1 Q1381.85 881.683 1381.85 890.433 Q1381.85 899.16 1378.77 903.767 Q1375.72 908.35 1369.91 908.35 Q1364.1 908.35 1361.02 903.767 Q1357.96 899.16 1357.96 890.433 Q1357.96 881.683 1361.02 877.1 Q1364.1 872.494 1369.91 872.494 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 876.197 Q1396.46 876.197 1394.63 879.762 Q1392.83 883.304 1392.83 890.433 Q1392.83 897.54 1394.63 901.105 Q1396.46 904.646 1400.07 904.646 Q1403.7 904.646 1405.51 901.105 Q1407.34 897.54 1407.34 890.433 Q1407.34 883.304 1405.51 879.762 Q1403.7 876.197 1400.07 876.197 M1400.07 872.494 Q1405.88 872.494 1408.94 877.1 Q1412.01 881.683 1412.01 890.433 Q1412.01 899.16 1408.94 903.767 Q1405.88 908.35 1400.07 908.35 Q1394.26 908.35 1391.18 903.767 Q1388.13 899.16 1388.13 890.433 Q1388.13 881.683 1391.18 877.1 Q1394.26 872.494 1400.07 872.494 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1343.91 802.035 Q1347.27 802.753 1349.14 805.021 Q1351.04 807.29 1351.04 810.623 Q1351.04 815.739 1347.52 818.54 Q1344.01 821.34 1337.52 821.34 Q1335.35 821.34 1333.03 820.901 Q1330.74 820.484 1328.29 819.628 L1328.29 815.114 Q1330.23 816.248 1332.55 816.827 Q1334.86 817.405 1337.39 817.405 Q1341.78 817.405 1344.08 815.669 Q1346.39 813.933 1346.39 810.623 Q1346.39 807.567 1344.24 805.854 Q1342.11 804.118 1338.29 804.118 L1334.26 804.118 L1334.26 800.276 L1338.47 800.276 Q1341.92 800.276 1343.75 798.91 Q1345.58 797.521 1345.58 794.929 Q1345.58 792.267 1343.68 790.855 Q1341.81 789.419 1338.29 789.419 Q1336.37 789.419 1334.17 789.836 Q1331.97 790.253 1329.33 791.132 L1329.33 786.966 Q1331.99 786.225 1334.31 785.855 Q1336.64 785.484 1338.71 785.484 Q1344.03 785.484 1347.13 787.915 Q1350.23 790.322 1350.23 794.442 Q1350.23 797.313 1348.59 799.304 Q1346.95 801.271 1343.91 802.035 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 789.188 Q1366.3 789.188 1364.47 792.753 Q1362.66 796.294 1362.66 803.424 Q1362.66 810.53 1364.47 814.095 Q1366.3 817.637 1369.91 817.637 Q1373.54 817.637 1375.35 814.095 Q1377.18 810.53 1377.18 803.424 Q1377.18 796.294 1375.35 792.753 Q1373.54 789.188 1369.91 789.188 M1369.91 785.484 Q1375.72 785.484 1378.77 790.091 Q1381.85 794.674 1381.85 803.424 Q1381.85 812.151 1378.77 816.757 Q1375.72 821.34 1369.91 821.34 Q1364.1 821.34 1361.02 816.757 Q1357.96 812.151 1357.96 803.424 Q1357.96 794.674 1361.02 790.091 Q1364.1 785.484 1369.91 785.484 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 789.188 Q1396.46 789.188 1394.63 792.753 Q1392.83 796.294 1392.83 803.424 Q1392.83 810.53 1394.63 814.095 Q1396.46 817.637 1400.07 817.637 Q1403.7 817.637 1405.51 814.095 Q1407.34 810.53 1407.34 803.424 Q1407.34 796.294 1405.51 792.753 Q1403.7 789.188 1400.07 789.188 M1400.07 785.484 Q1405.88 785.484 1408.94 790.091 Q1412.01 794.674 1412.01 803.424 Q1412.01 812.151 1408.94 816.757 Q1405.88 821.34 1400.07 821.34 Q1394.26 821.34 1391.18 816.757 Q1388.13 812.151 1388.13 803.424 Q1388.13 794.674 1391.18 790.091 Q1394.26 785.484 1400.07 785.484 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1646.94 612.096 L1685.83 612.096 L1685.83 615.58 L1663.87 672.576 L1655.33 672.576 L1675.99 618.983 L1646.94 618.983 L1646.94 612.096 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip969)\" d=\"M1482.72 844.284 L1482.72 1064.42 L1505.67 1064.42 L1505.67 844.284 L1482.72 844.284 L1482.72 844.284 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1482.72,844.284 1482.72,1064.42 1505.67,1064.42 1505.67,844.284 1482.72,844.284 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1505.67 788.598 L1505.67 1064.42 L1528.63 1064.42 L1528.63 788.598 L1505.67 788.598 L1505.67 788.598 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1505.67,788.598 1505.67,1064.42 1528.63,1064.42 1528.63,788.598 1505.67,788.598 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1528.63 762.495 L1528.63 1064.42 L1551.59 1064.42 L1551.59 762.495 L1528.63 762.495 L1528.63 762.495 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,762.495 1528.63,1064.42 1551.59,1064.42 1551.59,762.495 1528.63,762.495 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1551.59 772.066 L1551.59 1064.42 L1574.55 1064.42 L1574.55 772.066 L1551.59 772.066 L1551.59 772.066 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1551.59,772.066 1551.59,1064.42 1574.55,1064.42 1574.55,772.066 1551.59,772.066 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1574.55 785.117 L1574.55 1064.42 L1597.51 1064.42 L1597.51 785.117 L1574.55 785.117 L1574.55 785.117 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1574.55,785.117 1574.55,1064.42 1597.51,1064.42 1597.51,785.117 1574.55,785.117 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1597.51 855.595 L1597.51 1064.42 L1620.47 1064.42 L1620.47 855.595 L1597.51 855.595 L1597.51 855.595 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,855.595 1597.51,1064.42 1620.47,1064.42 1620.47,855.595 1597.51,855.595 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1620.47 919.112 L1620.47 1064.42 L1643.43 1064.42 L1643.43 919.112 L1620.47 919.112 L1620.47 919.112 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1620.47,919.112 1620.47,1064.42 1643.43,1064.42 1643.43,919.112 1620.47,919.112 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1643.43 952.175 L1643.43 1064.42 L1666.39 1064.42 L1666.39 952.175 L1643.43 952.175 L1643.43 952.175 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1643.43,952.175 1643.43,1064.42 1666.39,1064.42 1666.39,952.175 1643.43,952.175 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1666.39 936.514 L1666.39 1064.42 L1689.34 1064.42 L1689.34 936.514 L1666.39 936.514 L1666.39 936.514 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,936.514 1666.39,1064.42 1689.34,1064.42 1689.34,936.514 1666.39,936.514 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1689.34 906.06 L1689.34 1064.42 L1712.3 1064.42 L1712.3 906.06 L1689.34 906.06 L1689.34 906.06 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1689.34,906.06 1689.34,1064.42 1712.3,1064.42 1712.3,906.06 1689.34,906.06 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1712.3 849.504 L1712.3 1064.42 L1735.26 1064.42 L1735.26 849.504 L1712.3 849.504 L1712.3 849.504 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1712.3,849.504 1712.3,1064.42 1735.26,1064.42 1735.26,849.504 1712.3,849.504 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1735.26 794.688 L1735.26 1064.42 L1758.22 1064.42 L1758.22 794.688 L1735.26 794.688 L1735.26 794.688 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,794.688 1735.26,1064.42 1758.22,1064.42 1758.22,794.688 1735.26,794.688 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1758.22 756.404 L1758.22 1064.42 L1781.18 1064.42 L1781.18 756.404 L1758.22 756.404 L1758.22 756.404 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1758.22,756.404 1758.22,1064.42 1781.18,1064.42 1781.18,756.404 1758.22,756.404 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1781.18 740.742 L1781.18 1064.42 L1804.14 1064.42 L1804.14 740.742 L1781.18 740.742 L1781.18 740.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1781.18,740.742 1781.18,1064.42 1804.14,1064.42 1804.14,740.742 1781.18,740.742 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1804.14 780.767 L1804.14 1064.42 L1827.1 1064.42 L1827.1 780.767 L1804.14 780.767 L1804.14 780.767 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,780.767 1804.14,1064.42 1827.1,1064.42 1827.1,780.767 1804.14,780.767 \"/>\n<path clip-path=\"url(#clip969)\" d=\"M1827.1 848.634 L1827.1 1064.42 L1850.05 1064.42 L1850.05 848.634 L1827.1 848.634 L1827.1 848.634 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip969)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1827.1,848.634 1827.1,1064.42 1850.05,1064.42 1850.05,848.634 1827.1,848.634 \"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1494.2\" cy=\"844.284\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1517.15\" cy=\"788.598\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1540.11\" cy=\"762.495\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1563.07\" cy=\"772.066\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1586.03\" cy=\"785.117\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1608.99\" cy=\"855.595\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1631.95\" cy=\"919.112\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1654.91\" cy=\"952.175\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1677.86\" cy=\"936.514\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1700.82\" cy=\"906.06\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1723.78\" cy=\"849.504\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1746.74\" cy=\"794.688\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1769.7\" cy=\"756.404\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1792.66\" cy=\"740.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1815.62\" cy=\"780.767\" r=\"2\"/>\n<circle clip-path=\"url(#clip969)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1838.58\" cy=\"848.634\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2100.01 1074.13 L2512.76 1074.13 L2512.76 731.032 L2100.01 731.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9610\">\n <rect x=\"2100\" y=\"731\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2168.63,1074.13 2168.63,731.032 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2237.51,1074.13 2237.51,731.032 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2306.39,1074.13 2306.39,731.032 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2375.26,1074.13 2375.26,731.032 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2444.14,1074.13 2444.14,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1074.13 2512.76,1074.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,1074.13 2168.63,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,1074.13 2237.51,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,1074.13 2306.39,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,1074.13 2375.26,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,1074.13 2444.14,1055.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2137.7 1126.1 L2167.37 1126.1 L2167.37 1130.03 L2137.7 1130.03 L2137.7 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2188.04 1123.78 Q2184.9 1123.78 2183.04 1125.94 Q2181.21 1128.09 2181.21 1131.84 Q2181.21 1135.57 2183.04 1137.74 Q2184.9 1139.9 2188.04 1139.9 Q2191.19 1139.9 2193.02 1137.74 Q2194.87 1135.57 2194.87 1131.84 Q2194.87 1128.09 2193.02 1125.94 Q2191.19 1123.78 2188.04 1123.78 M2197.33 1109.13 L2197.33 1113.39 Q2195.57 1112.56 2193.76 1112.12 Q2191.98 1111.68 2190.22 1111.68 Q2185.59 1111.68 2183.14 1114.8 Q2180.71 1117.93 2180.36 1124.25 Q2181.72 1122.23 2183.78 1121.17 Q2185.84 1120.08 2188.32 1120.08 Q2193.53 1120.08 2196.54 1123.25 Q2199.57 1126.4 2199.57 1131.84 Q2199.57 1137.16 2196.42 1140.38 Q2193.27 1143.6 2188.04 1143.6 Q2182.05 1143.6 2178.88 1139.02 Q2175.71 1134.41 2175.71 1125.68 Q2175.71 1117.49 2179.59 1112.63 Q2183.48 1107.74 2190.03 1107.74 Q2191.79 1107.74 2193.58 1108.09 Q2195.38 1108.44 2197.33 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2206.98 1126.1 L2236.65 1126.1 L2236.65 1130.03 L2206.98 1130.03 L2206.98 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2260.91 1124.29 Q2264.27 1125.01 2266.14 1127.28 Q2268.04 1129.55 2268.04 1132.88 Q2268.04 1138 2264.52 1140.8 Q2261 1143.6 2254.52 1143.6 Q2252.35 1143.6 2250.03 1143.16 Q2247.74 1142.74 2245.29 1141.89 L2245.29 1137.37 Q2247.23 1138.51 2249.55 1139.09 Q2251.86 1139.66 2254.38 1139.66 Q2258.78 1139.66 2261.07 1137.93 Q2263.39 1136.19 2263.39 1132.88 Q2263.39 1129.83 2261.24 1128.11 Q2259.11 1126.38 2255.29 1126.38 L2251.26 1126.38 L2251.26 1122.53 L2255.47 1122.53 Q2258.92 1122.53 2260.75 1121.17 Q2262.58 1119.78 2262.58 1117.19 Q2262.58 1114.53 2260.68 1113.11 Q2258.81 1111.68 2255.29 1111.68 Q2253.37 1111.68 2251.17 1112.09 Q2248.97 1112.51 2246.33 1113.39 L2246.33 1109.22 Q2248.99 1108.48 2251.31 1108.11 Q2253.64 1107.74 2255.7 1107.74 Q2261.03 1107.74 2264.13 1110.17 Q2267.23 1112.58 2267.23 1116.7 Q2267.23 1119.57 2265.59 1121.56 Q2263.94 1123.53 2260.91 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2306.39 1111.45 Q2302.77 1111.45 2300.95 1115.01 Q2299.14 1118.55 2299.14 1125.68 Q2299.14 1132.79 2300.95 1136.35 Q2302.77 1139.9 2306.39 1139.9 Q2310.02 1139.9 2311.83 1136.35 Q2313.65 1132.79 2313.65 1125.68 Q2313.65 1118.55 2311.83 1115.01 Q2310.02 1111.45 2306.39 1111.45 M2306.39 1107.74 Q2312.2 1107.74 2315.25 1112.35 Q2318.33 1116.93 2318.33 1125.68 Q2318.33 1134.41 2315.25 1139.02 Q2312.2 1143.6 2306.39 1143.6 Q2300.58 1143.6 2297.5 1139.02 Q2294.44 1134.41 2294.44 1125.68 Q2294.44 1116.93 2297.5 1112.35 Q2300.58 1107.74 2306.39 1107.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2379.51 1124.29 Q2382.87 1125.01 2384.74 1127.28 Q2386.64 1129.55 2386.64 1132.88 Q2386.64 1138 2383.12 1140.8 Q2379.6 1143.6 2373.12 1143.6 Q2370.94 1143.6 2368.63 1143.16 Q2366.34 1142.74 2363.88 1141.89 L2363.88 1137.37 Q2365.83 1138.51 2368.14 1139.09 Q2370.46 1139.66 2372.98 1139.66 Q2377.38 1139.66 2379.67 1137.93 Q2381.99 1136.19 2381.99 1132.88 Q2381.99 1129.83 2379.83 1128.11 Q2377.7 1126.38 2373.88 1126.38 L2369.86 1126.38 L2369.86 1122.53 L2374.07 1122.53 Q2377.52 1122.53 2379.35 1121.17 Q2381.18 1119.78 2381.18 1117.19 Q2381.18 1114.53 2379.28 1113.11 Q2377.4 1111.68 2373.88 1111.68 Q2371.96 1111.68 2369.76 1112.09 Q2367.56 1112.51 2364.93 1113.39 L2364.93 1109.22 Q2367.59 1108.48 2369.9 1108.11 Q2372.24 1107.74 2374.3 1107.74 Q2379.62 1107.74 2382.73 1110.17 Q2385.83 1112.58 2385.83 1116.7 Q2385.83 1119.57 2384.18 1121.56 Q2382.54 1123.53 2379.51 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2444.54 1123.78 Q2441.39 1123.78 2439.54 1125.94 Q2437.71 1128.09 2437.71 1131.84 Q2437.71 1135.57 2439.54 1137.74 Q2441.39 1139.9 2444.54 1139.9 Q2447.69 1139.9 2449.52 1137.74 Q2451.37 1135.57 2451.37 1131.84 Q2451.37 1128.09 2449.52 1125.94 Q2447.69 1123.78 2444.54 1123.78 M2453.82 1109.13 L2453.82 1113.39 Q2452.07 1112.56 2450.26 1112.12 Q2448.48 1111.68 2446.72 1111.68 Q2442.09 1111.68 2439.63 1114.8 Q2437.2 1117.93 2436.86 1124.25 Q2438.22 1122.23 2440.28 1121.17 Q2442.34 1120.08 2444.82 1120.08 Q2450.03 1120.08 2453.04 1123.25 Q2456.07 1126.4 2456.07 1131.84 Q2456.07 1137.16 2452.92 1140.38 Q2449.77 1143.6 2444.54 1143.6 Q2438.55 1143.6 2435.38 1139.02 Q2432.2 1134.41 2432.2 1125.68 Q2432.2 1117.49 2436.09 1112.63 Q2439.98 1107.74 2446.53 1107.74 Q2448.29 1107.74 2450.07 1108.09 Q2451.88 1108.44 2453.82 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1064.42 2512.76,1064.42 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,971.407 2512.76,971.407 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,878.397 2512.76,878.397 \"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,785.387 2512.76,785.387 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1074.13 2100.01,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1064.42 2118.91,1064.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,971.407 2118.91,971.407 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,878.397 2118.91,878.397 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,785.387 2118.91,785.387 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2040.07 1050.22 Q2036.46 1050.22 2034.63 1053.78 Q2032.83 1057.32 2032.83 1064.45 Q2032.83 1071.56 2034.63 1075.12 Q2036.46 1078.67 2040.07 1078.67 Q2043.7 1078.67 2045.51 1075.12 Q2047.34 1071.56 2047.34 1064.45 Q2047.34 1057.32 2045.51 1053.78 Q2043.7 1050.22 2040.07 1050.22 M2040.07 1046.51 Q2045.88 1046.51 2048.94 1051.12 Q2052.01 1055.7 2052.01 1064.45 Q2052.01 1073.18 2048.94 1077.79 Q2045.88 1082.37 2040.07 1082.37 Q2034.26 1082.37 2031.18 1077.79 Q2028.13 1073.18 2028.13 1064.45 Q2028.13 1055.7 2031.18 1051.12 Q2034.26 1046.51 2040.07 1046.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1970.56 984.752 L1978.2 984.752 L1978.2 958.387 L1969.89 960.053 L1969.89 955.794 L1978.15 954.127 L1982.83 954.127 L1982.83 984.752 L1990.46 984.752 L1990.46 988.687 L1970.56 988.687 L1970.56 984.752 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 957.206 Q2006.3 957.206 2004.47 960.771 Q2002.66 964.313 2002.66 971.442 Q2002.66 978.549 2004.47 982.113 Q2006.3 985.655 2009.91 985.655 Q2013.54 985.655 2015.35 982.113 Q2017.18 978.549 2017.18 971.442 Q2017.18 964.313 2015.35 960.771 Q2013.54 957.206 2009.91 957.206 M2009.91 953.502 Q2015.72 953.502 2018.77 958.109 Q2021.85 962.692 2021.85 971.442 Q2021.85 980.169 2018.77 984.775 Q2015.72 989.359 2009.91 989.359 Q2004.1 989.359 2001.02 984.775 Q1997.96 980.169 1997.96 971.442 Q1997.96 962.692 2001.02 958.109 Q2004.1 953.502 2009.91 953.502 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 957.206 Q2036.46 957.206 2034.63 960.771 Q2032.83 964.313 2032.83 971.442 Q2032.83 978.549 2034.63 982.113 Q2036.46 985.655 2040.07 985.655 Q2043.7 985.655 2045.51 982.113 Q2047.34 978.549 2047.34 971.442 Q2047.34 964.313 2045.51 960.771 Q2043.7 957.206 2040.07 957.206 M2040.07 953.502 Q2045.88 953.502 2048.94 958.109 Q2052.01 962.692 2052.01 971.442 Q2052.01 980.169 2048.94 984.775 Q2045.88 989.359 2040.07 989.359 Q2034.26 989.359 2031.18 984.775 Q2028.13 980.169 2028.13 971.442 Q2028.13 962.692 2031.18 958.109 Q2034.26 953.502 2040.07 953.502 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1973.77 891.742 L1990.09 891.742 L1990.09 895.677 L1968.15 895.677 L1968.15 891.742 Q1970.81 888.988 1975.39 884.358 Q1980 879.705 1981.18 878.363 Q1983.43 875.84 1984.31 874.103 Q1985.21 872.344 1985.21 870.654 Q1985.21 867.9 1983.27 866.164 Q1981.34 864.428 1978.24 864.428 Q1976.04 864.428 1973.59 865.191 Q1971.16 865.955 1968.38 867.506 L1968.38 862.784 Q1971.21 861.65 1973.66 861.071 Q1976.11 860.492 1978.15 860.492 Q1983.52 860.492 1986.71 863.178 Q1989.91 865.863 1989.91 870.353 Q1989.91 872.483 1989.1 874.404 Q1988.31 876.302 1986.2 878.895 Q1985.63 879.566 1982.52 882.784 Q1979.42 885.978 1973.77 891.742 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 864.196 Q2006.3 864.196 2004.47 867.761 Q2002.66 871.302 2002.66 878.432 Q2002.66 885.539 2004.47 889.103 Q2006.3 892.645 2009.91 892.645 Q2013.54 892.645 2015.35 889.103 Q2017.18 885.539 2017.18 878.432 Q2017.18 871.302 2015.35 867.761 Q2013.54 864.196 2009.91 864.196 M2009.91 860.492 Q2015.72 860.492 2018.77 865.099 Q2021.85 869.682 2021.85 878.432 Q2021.85 887.159 2018.77 891.765 Q2015.72 896.349 2009.91 896.349 Q2004.1 896.349 2001.02 891.765 Q1997.96 887.159 1997.96 878.432 Q1997.96 869.682 2001.02 865.099 Q2004.1 860.492 2009.91 860.492 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 864.196 Q2036.46 864.196 2034.63 867.761 Q2032.83 871.302 2032.83 878.432 Q2032.83 885.539 2034.63 889.103 Q2036.46 892.645 2040.07 892.645 Q2043.7 892.645 2045.51 889.103 Q2047.34 885.539 2047.34 878.432 Q2047.34 871.302 2045.51 867.761 Q2043.7 864.196 2040.07 864.196 M2040.07 860.492 Q2045.88 860.492 2048.94 865.099 Q2052.01 869.682 2052.01 878.432 Q2052.01 887.159 2048.94 891.765 Q2045.88 896.349 2040.07 896.349 Q2034.26 896.349 2031.18 891.765 Q2028.13 887.159 2028.13 878.432 Q2028.13 869.682 2031.18 865.099 Q2034.26 860.492 2040.07 860.492 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1983.91 784.033 Q1987.27 784.751 1989.14 787.019 Q1991.04 789.288 1991.04 792.621 Q1991.04 797.737 1987.52 800.538 Q1984.01 803.339 1977.52 803.339 Q1975.35 803.339 1973.03 802.899 Q1970.74 802.482 1968.29 801.626 L1968.29 797.112 Q1970.23 798.246 1972.55 798.825 Q1974.86 799.403 1977.39 799.403 Q1981.78 799.403 1984.08 797.667 Q1986.39 795.931 1986.39 792.621 Q1986.39 789.565 1984.24 787.853 Q1982.11 786.116 1978.29 786.116 L1974.26 786.116 L1974.26 782.274 L1978.47 782.274 Q1981.92 782.274 1983.75 780.908 Q1985.58 779.519 1985.58 776.927 Q1985.58 774.265 1983.68 772.853 Q1981.81 771.417 1978.29 771.417 Q1976.37 771.417 1974.17 771.834 Q1971.97 772.251 1969.33 773.13 L1969.33 768.964 Q1971.99 768.223 1974.31 767.853 Q1976.64 767.482 1978.71 767.482 Q1984.03 767.482 1987.13 769.913 Q1990.23 772.32 1990.23 776.441 Q1990.23 779.311 1988.59 781.302 Q1986.95 783.269 1983.91 784.033 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 771.186 Q2006.3 771.186 2004.47 774.751 Q2002.66 778.292 2002.66 785.422 Q2002.66 792.528 2004.47 796.093 Q2006.3 799.635 2009.91 799.635 Q2013.54 799.635 2015.35 796.093 Q2017.18 792.528 2017.18 785.422 Q2017.18 778.292 2015.35 774.751 Q2013.54 771.186 2009.91 771.186 M2009.91 767.482 Q2015.72 767.482 2018.77 772.089 Q2021.85 776.672 2021.85 785.422 Q2021.85 794.149 2018.77 798.755 Q2015.72 803.339 2009.91 803.339 Q2004.1 803.339 2001.02 798.755 Q1997.96 794.149 1997.96 785.422 Q1997.96 776.672 2001.02 772.089 Q2004.1 767.482 2009.91 767.482 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 771.186 Q2036.46 771.186 2034.63 774.751 Q2032.83 778.292 2032.83 785.422 Q2032.83 792.528 2034.63 796.093 Q2036.46 799.635 2040.07 799.635 Q2043.7 799.635 2045.51 796.093 Q2047.34 792.528 2047.34 785.422 Q2047.34 778.292 2045.51 774.751 Q2043.7 771.186 2040.07 771.186 M2040.07 767.482 Q2045.88 767.482 2048.94 772.089 Q2052.01 776.672 2052.01 785.422 Q2052.01 794.149 2048.94 798.755 Q2045.88 803.339 2040.07 803.339 Q2034.26 803.339 2031.18 798.755 Q2028.13 794.149 2028.13 785.422 Q2028.13 776.672 2031.18 772.089 Q2034.26 767.482 2040.07 767.482 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2306.39 643.855 Q2300.55 643.855 2297.19 646.974 Q2293.87 650.093 2293.87 655.562 Q2293.87 661.031 2297.19 664.15 Q2300.55 667.269 2306.39 667.269 Q2312.22 667.269 2315.58 664.15 Q2318.94 660.99 2318.94 655.562 Q2318.94 650.093 2315.58 646.974 Q2312.26 643.855 2306.39 643.855 M2298.2 640.371 Q2292.94 639.075 2289.98 635.47 Q2287.06 631.864 2287.06 626.679 Q2287.06 619.428 2292.21 615.215 Q2297.39 611.002 2306.39 611.002 Q2315.42 611.002 2320.56 615.215 Q2325.71 619.428 2325.71 626.679 Q2325.71 631.864 2322.75 635.47 Q2319.83 639.075 2314.61 640.371 Q2320.52 641.749 2323.8 645.759 Q2327.13 649.769 2327.13 655.562 Q2327.13 664.353 2321.74 669.052 Q2316.39 673.751 2306.39 673.751 Q2296.38 673.751 2290.99 669.052 Q2285.64 664.353 2285.64 655.562 Q2285.64 649.769 2288.97 645.759 Q2292.29 641.749 2298.2 640.371 M2295.2 627.449 Q2295.2 632.148 2298.12 634.781 Q2301.08 637.414 2306.39 637.414 Q2311.65 637.414 2314.61 634.781 Q2317.61 632.148 2317.61 627.449 Q2317.61 622.75 2314.61 620.117 Q2311.65 617.484 2306.39 617.484 Q2301.08 617.484 2298.12 620.117 Q2295.2 622.75 2295.2 627.449 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9610)\" d=\"M2122.72 816.081 L2122.72 1064.42 L2145.67 1064.42 L2145.67 816.081 L2122.72 816.081 L2122.72 816.081 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2122.72,816.081 2122.72,1064.42 2145.67,1064.42 2145.67,816.081 2122.72,816.081 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2145.67 786.317 L2145.67 1064.42 L2168.63 1064.42 L2168.63 786.317 L2145.67 786.317 L2145.67 786.317 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2145.67,786.317 2145.67,1064.42 2168.63,1064.42 2168.63,786.317 2145.67,786.317 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2168.63 743.533 L2168.63 1064.42 L2191.59 1064.42 L2191.59 743.533 L2168.63 743.533 L2168.63 743.533 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,743.533 2168.63,1064.42 2191.59,1064.42 2191.59,743.533 2168.63,743.533 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2191.59 759.344 L2191.59 1064.42 L2214.55 1064.42 L2214.55 759.344 L2191.59 759.344 L2191.59 759.344 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2191.59,759.344 2191.59,1064.42 2214.55,1064.42 2214.55,759.344 2191.59,759.344 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2214.55 785.387 L2214.55 1064.42 L2237.51 1064.42 L2237.51 785.387 L2214.55 785.387 L2214.55 785.387 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2214.55,785.387 2214.55,1064.42 2237.51,1064.42 2237.51,785.387 2214.55,785.387 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2237.51 860.725 L2237.51 1064.42 L2260.47 1064.42 L2260.47 860.725 L2237.51 860.725 L2237.51 860.725 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,860.725 2237.51,1064.42 2260.47,1064.42 2260.47,860.725 2237.51,860.725 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2260.47 896.069 L2260.47 1064.42 L2283.43 1064.42 L2283.43 896.069 L2260.47 896.069 L2260.47 896.069 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2260.47,896.069 2260.47,1064.42 2283.43,1064.42 2283.43,896.069 2260.47,896.069 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2283.43 929.553 L2283.43 1064.42 L2306.39 1064.42 L2306.39 929.553 L2283.43 929.553 L2283.43 929.553 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2283.43,929.553 2283.43,1064.42 2306.39,1064.42 2306.39,929.553 2283.43,929.553 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2306.39 909.091 L2306.39 1064.42 L2329.34 1064.42 L2329.34 909.091 L2306.39 909.091 L2306.39 909.091 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,909.091 2306.39,1064.42 2329.34,1064.42 2329.34,909.091 2306.39,909.091 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2329.34 885.838 L2329.34 1064.42 L2352.3 1064.42 L2352.3 885.838 L2329.34 885.838 L2329.34 885.838 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2329.34,885.838 2329.34,1064.42 2352.3,1064.42 2352.3,885.838 2329.34,885.838 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2352.3 827.242 L2352.3 1064.42 L2375.26 1064.42 L2375.26 827.242 L2352.3 827.242 L2352.3 827.242 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2352.3,827.242 2352.3,1064.42 2375.26,1064.42 2375.26,827.242 2352.3,827.242 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2375.26 792.828 L2375.26 1064.42 L2398.22 1064.42 L2398.22 792.828 L2375.26 792.828 L2375.26 792.828 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,792.828 2375.26,1064.42 2398.22,1064.42 2398.22,792.828 2375.26,792.828 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2398.22 740.742 L2398.22 1064.42 L2421.18 1064.42 L2421.18 740.742 L2398.22 740.742 L2398.22 740.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2398.22,740.742 2398.22,1064.42 2421.18,1064.42 2421.18,740.742 2398.22,740.742 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2421.18 756.554 L2421.18 1064.42 L2444.14 1064.42 L2444.14 756.554 L2421.18 756.554 L2421.18 756.554 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2421.18,756.554 2421.18,1064.42 2444.14,1064.42 2444.14,756.554 2421.18,756.554 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2444.14 789.108 L2444.14 1064.42 L2467.1 1064.42 L2467.1 789.108 L2444.14 789.108 L2444.14 789.108 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,789.108 2444.14,1064.42 2467.1,1064.42 2467.1,789.108 2444.14,789.108 \"/>\n<path clip-path=\"url(#clip9610)\" d=\"M2467.1 821.661 L2467.1 1064.42 L2490.05 1064.42 L2490.05 821.661 L2467.1 821.661 L2467.1 821.661 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9610)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2467.1,821.661 2467.1,1064.42 2490.05,1064.42 2490.05,821.661 2467.1,821.661 \"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2134.2\" cy=\"816.081\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2157.15\" cy=\"786.317\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2180.11\" cy=\"743.533\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2203.07\" cy=\"759.344\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2226.03\" cy=\"785.387\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2248.99\" cy=\"860.725\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2271.95\" cy=\"896.069\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2294.91\" cy=\"929.553\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2317.86\" cy=\"909.091\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2340.82\" cy=\"885.838\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2363.78\" cy=\"827.242\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2386.74\" cy=\"792.828\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2409.7\" cy=\"740.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2432.66\" cy=\"756.554\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2455.62\" cy=\"789.108\" r=\"2\"/>\n<circle clip-path=\"url(#clip9610)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2478.58\" cy=\"821.661\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2740.01 1074.13 L3152.76 1074.13 L3152.76 731.032 L2740.01 731.032 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9611\">\n <rect x=\"2740\" y=\"731\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2808.63,1074.13 2808.63,731.032 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2877.51,1074.13 2877.51,731.032 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2946.39,1074.13 2946.39,731.032 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3015.26,1074.13 3015.26,731.032 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3084.14,1074.13 3084.14,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1074.13 3152.76,1074.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,1074.13 2808.63,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,1074.13 2877.51,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,1074.13 2946.39,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,1074.13 3015.26,1055.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,1074.13 3084.14,1055.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2777.7 1126.1 L2807.37 1126.1 L2807.37 1130.03 L2777.7 1130.03 L2777.7 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2828.04 1123.78 Q2824.9 1123.78 2823.04 1125.94 Q2821.21 1128.09 2821.21 1131.84 Q2821.21 1135.57 2823.04 1137.74 Q2824.9 1139.9 2828.04 1139.9 Q2831.19 1139.9 2833.02 1137.74 Q2834.87 1135.57 2834.87 1131.84 Q2834.87 1128.09 2833.02 1125.94 Q2831.19 1123.78 2828.04 1123.78 M2837.33 1109.13 L2837.33 1113.39 Q2835.57 1112.56 2833.76 1112.12 Q2831.98 1111.68 2830.22 1111.68 Q2825.59 1111.68 2823.14 1114.8 Q2820.71 1117.93 2820.36 1124.25 Q2821.72 1122.23 2823.78 1121.17 Q2825.84 1120.08 2828.32 1120.08 Q2833.53 1120.08 2836.54 1123.25 Q2839.57 1126.4 2839.57 1131.84 Q2839.57 1137.16 2836.42 1140.38 Q2833.27 1143.6 2828.04 1143.6 Q2822.05 1143.6 2818.88 1139.02 Q2815.71 1134.41 2815.71 1125.68 Q2815.71 1117.49 2819.59 1112.63 Q2823.48 1107.74 2830.03 1107.74 Q2831.79 1107.74 2833.58 1108.09 Q2835.38 1108.44 2837.33 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2846.98 1126.1 L2876.65 1126.1 L2876.65 1130.03 L2846.98 1130.03 L2846.98 1126.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2900.91 1124.29 Q2904.27 1125.01 2906.14 1127.28 Q2908.04 1129.55 2908.04 1132.88 Q2908.04 1138 2904.52 1140.8 Q2901 1143.6 2894.52 1143.6 Q2892.35 1143.6 2890.03 1143.16 Q2887.74 1142.74 2885.29 1141.89 L2885.29 1137.37 Q2887.23 1138.51 2889.55 1139.09 Q2891.86 1139.66 2894.38 1139.66 Q2898.78 1139.66 2901.07 1137.93 Q2903.39 1136.19 2903.39 1132.88 Q2903.39 1129.83 2901.24 1128.11 Q2899.11 1126.38 2895.29 1126.38 L2891.26 1126.38 L2891.26 1122.53 L2895.47 1122.53 Q2898.92 1122.53 2900.75 1121.17 Q2902.58 1119.78 2902.58 1117.19 Q2902.58 1114.53 2900.68 1113.11 Q2898.81 1111.68 2895.29 1111.68 Q2893.37 1111.68 2891.17 1112.09 Q2888.97 1112.51 2886.33 1113.39 L2886.33 1109.22 Q2888.99 1108.48 2891.31 1108.11 Q2893.64 1107.74 2895.7 1107.74 Q2901.03 1107.74 2904.13 1110.17 Q2907.23 1112.58 2907.23 1116.7 Q2907.23 1119.57 2905.59 1121.56 Q2903.94 1123.53 2900.91 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2946.39 1111.45 Q2942.77 1111.45 2940.95 1115.01 Q2939.14 1118.55 2939.14 1125.68 Q2939.14 1132.79 2940.95 1136.35 Q2942.77 1139.9 2946.39 1139.9 Q2950.02 1139.9 2951.83 1136.35 Q2953.65 1132.79 2953.65 1125.68 Q2953.65 1118.55 2951.83 1115.01 Q2950.02 1111.45 2946.39 1111.45 M2946.39 1107.74 Q2952.2 1107.74 2955.25 1112.35 Q2958.33 1116.93 2958.33 1125.68 Q2958.33 1134.41 2955.25 1139.02 Q2952.2 1143.6 2946.39 1143.6 Q2940.58 1143.6 2937.5 1139.02 Q2934.44 1134.41 2934.44 1125.68 Q2934.44 1116.93 2937.5 1112.35 Q2940.58 1107.74 2946.39 1107.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3019.51 1124.29 Q3022.87 1125.01 3024.74 1127.28 Q3026.64 1129.55 3026.64 1132.88 Q3026.64 1138 3023.12 1140.8 Q3019.6 1143.6 3013.12 1143.6 Q3010.94 1143.6 3008.63 1143.16 Q3006.34 1142.74 3003.88 1141.89 L3003.88 1137.37 Q3005.83 1138.51 3008.14 1139.09 Q3010.46 1139.66 3012.98 1139.66 Q3017.38 1139.66 3019.67 1137.93 Q3021.99 1136.19 3021.99 1132.88 Q3021.99 1129.83 3019.83 1128.11 Q3017.7 1126.38 3013.88 1126.38 L3009.86 1126.38 L3009.86 1122.53 L3014.07 1122.53 Q3017.52 1122.53 3019.35 1121.17 Q3021.18 1119.78 3021.18 1117.19 Q3021.18 1114.53 3019.28 1113.11 Q3017.4 1111.68 3013.88 1111.68 Q3011.96 1111.68 3009.76 1112.09 Q3007.56 1112.51 3004.93 1113.39 L3004.93 1109.22 Q3007.59 1108.48 3009.9 1108.11 Q3012.24 1107.74 3014.3 1107.74 Q3019.62 1107.74 3022.73 1110.17 Q3025.83 1112.58 3025.83 1116.7 Q3025.83 1119.57 3024.18 1121.56 Q3022.54 1123.53 3019.51 1124.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3084.54 1123.78 Q3081.39 1123.78 3079.54 1125.94 Q3077.71 1128.09 3077.71 1131.84 Q3077.71 1135.57 3079.54 1137.74 Q3081.39 1139.9 3084.54 1139.9 Q3087.69 1139.9 3089.52 1137.74 Q3091.37 1135.57 3091.37 1131.84 Q3091.37 1128.09 3089.52 1125.94 Q3087.69 1123.78 3084.54 1123.78 M3093.82 1109.13 L3093.82 1113.39 Q3092.07 1112.56 3090.26 1112.12 Q3088.48 1111.68 3086.72 1111.68 Q3082.09 1111.68 3079.63 1114.8 Q3077.2 1117.93 3076.86 1124.25 Q3078.22 1122.23 3080.28 1121.17 Q3082.34 1120.08 3084.82 1120.08 Q3090.03 1120.08 3093.04 1123.25 Q3096.07 1126.4 3096.07 1131.84 Q3096.07 1137.16 3092.92 1140.38 Q3089.77 1143.6 3084.54 1143.6 Q3078.55 1143.6 3075.38 1139.02 Q3072.2 1134.41 3072.2 1125.68 Q3072.2 1117.49 3076.09 1112.63 Q3079.98 1107.74 3086.53 1107.74 Q3088.29 1107.74 3090.07 1108.09 Q3091.88 1108.44 3093.82 1109.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1064.42 3152.76,1064.42 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,965.131 3152.76,965.131 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,865.844 3152.76,865.844 \"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,766.557 3152.76,766.557 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1074.13 2740.01,731.032 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1064.42 2758.91,1064.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,965.131 2758.91,965.131 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,865.844 2758.91,865.844 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,766.557 2758.91,766.557 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2680.07 1050.22 Q2676.46 1050.22 2674.63 1053.78 Q2672.83 1057.32 2672.83 1064.45 Q2672.83 1071.56 2674.63 1075.12 Q2676.46 1078.67 2680.07 1078.67 Q2683.7 1078.67 2685.51 1075.12 Q2687.34 1071.56 2687.34 1064.45 Q2687.34 1057.32 2685.51 1053.78 Q2683.7 1050.22 2680.07 1050.22 M2680.07 1046.51 Q2685.88 1046.51 2688.94 1051.12 Q2692.01 1055.7 2692.01 1064.45 Q2692.01 1073.18 2688.94 1077.79 Q2685.88 1082.37 2680.07 1082.37 Q2674.26 1082.37 2671.18 1077.79 Q2668.13 1073.18 2668.13 1064.45 Q2668.13 1055.7 2671.18 1051.12 Q2674.26 1046.51 2680.07 1046.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2610.56 978.476 L2618.2 978.476 L2618.2 952.11 L2609.89 953.777 L2609.89 949.517 L2618.15 947.851 L2622.83 947.851 L2622.83 978.476 L2630.46 978.476 L2630.46 982.411 L2610.56 982.411 L2610.56 978.476 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 950.929 Q2646.3 950.929 2644.47 954.494 Q2642.66 958.036 2642.66 965.165 Q2642.66 972.272 2644.47 975.837 Q2646.3 979.378 2649.91 979.378 Q2653.54 979.378 2655.35 975.837 Q2657.18 972.272 2657.18 965.165 Q2657.18 958.036 2655.35 954.494 Q2653.54 950.929 2649.91 950.929 M2649.91 947.226 Q2655.72 947.226 2658.77 951.832 Q2661.85 956.416 2661.85 965.165 Q2661.85 973.892 2658.77 978.499 Q2655.72 983.082 2649.91 983.082 Q2644.1 983.082 2641.02 978.499 Q2637.96 973.892 2637.96 965.165 Q2637.96 956.416 2641.02 951.832 Q2644.1 947.226 2649.91 947.226 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 950.929 Q2676.46 950.929 2674.63 954.494 Q2672.83 958.036 2672.83 965.165 Q2672.83 972.272 2674.63 975.837 Q2676.46 979.378 2680.07 979.378 Q2683.7 979.378 2685.51 975.837 Q2687.34 972.272 2687.34 965.165 Q2687.34 958.036 2685.51 954.494 Q2683.7 950.929 2680.07 950.929 M2680.07 947.226 Q2685.88 947.226 2688.94 951.832 Q2692.01 956.416 2692.01 965.165 Q2692.01 973.892 2688.94 978.499 Q2685.88 983.082 2680.07 983.082 Q2674.26 983.082 2671.18 978.499 Q2668.13 973.892 2668.13 965.165 Q2668.13 956.416 2671.18 951.832 Q2674.26 947.226 2680.07 947.226 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2613.77 879.189 L2630.09 879.189 L2630.09 883.124 L2608.15 883.124 L2608.15 879.189 Q2610.81 876.434 2615.39 871.804 Q2620 867.152 2621.18 865.809 Q2623.43 863.286 2624.31 861.55 Q2625.21 859.791 2625.21 858.101 Q2625.21 855.346 2623.27 853.61 Q2621.34 851.874 2618.24 851.874 Q2616.04 851.874 2613.59 852.638 Q2611.16 853.402 2608.38 854.953 L2608.38 850.231 Q2611.21 849.096 2613.66 848.518 Q2616.11 847.939 2618.15 847.939 Q2623.52 847.939 2626.71 850.624 Q2629.91 853.309 2629.91 857.8 Q2629.91 859.93 2629.1 861.851 Q2628.31 863.749 2626.2 866.342 Q2625.63 867.013 2622.52 870.23 Q2619.42 873.425 2613.77 879.189 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 851.643 Q2646.3 851.643 2644.47 855.207 Q2642.66 858.749 2642.66 865.879 Q2642.66 872.985 2644.47 876.55 Q2646.3 880.091 2649.91 880.091 Q2653.54 880.091 2655.35 876.55 Q2657.18 872.985 2657.18 865.879 Q2657.18 858.749 2655.35 855.207 Q2653.54 851.643 2649.91 851.643 M2649.91 847.939 Q2655.72 847.939 2658.77 852.545 Q2661.85 857.129 2661.85 865.879 Q2661.85 874.605 2658.77 879.212 Q2655.72 883.795 2649.91 883.795 Q2644.1 883.795 2641.02 879.212 Q2637.96 874.605 2637.96 865.879 Q2637.96 857.129 2641.02 852.545 Q2644.1 847.939 2649.91 847.939 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 851.643 Q2676.46 851.643 2674.63 855.207 Q2672.83 858.749 2672.83 865.879 Q2672.83 872.985 2674.63 876.55 Q2676.46 880.091 2680.07 880.091 Q2683.7 880.091 2685.51 876.55 Q2687.34 872.985 2687.34 865.879 Q2687.34 858.749 2685.51 855.207 Q2683.7 851.643 2680.07 851.643 M2680.07 847.939 Q2685.88 847.939 2688.94 852.545 Q2692.01 857.129 2692.01 865.879 Q2692.01 874.605 2688.94 879.212 Q2685.88 883.795 2680.07 883.795 Q2674.26 883.795 2671.18 879.212 Q2668.13 874.605 2668.13 865.879 Q2668.13 857.129 2671.18 852.545 Q2674.26 847.939 2680.07 847.939 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2623.91 765.203 Q2627.27 765.92 2629.14 768.189 Q2631.04 770.457 2631.04 773.791 Q2631.04 778.906 2627.52 781.707 Q2624.01 784.508 2617.52 784.508 Q2615.35 784.508 2613.03 784.068 Q2610.74 783.652 2608.29 782.795 L2608.29 778.281 Q2610.23 779.416 2612.55 779.994 Q2614.86 780.573 2617.39 780.573 Q2621.78 780.573 2624.08 778.837 Q2626.39 777.101 2626.39 773.791 Q2626.39 770.735 2624.24 769.022 Q2622.11 767.286 2618.29 767.286 L2614.26 767.286 L2614.26 763.444 L2618.47 763.444 Q2621.92 763.444 2623.75 762.078 Q2625.58 760.689 2625.58 758.096 Q2625.58 755.434 2623.68 754.022 Q2621.81 752.587 2618.29 752.587 Q2616.37 752.587 2614.17 753.004 Q2611.97 753.42 2609.33 754.3 L2609.33 750.133 Q2611.99 749.393 2614.31 749.022 Q2616.64 748.652 2618.71 748.652 Q2624.03 748.652 2627.13 751.083 Q2630.23 753.49 2630.23 757.61 Q2630.23 760.481 2628.59 762.471 Q2626.95 764.439 2623.91 765.203 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 752.356 Q2646.3 752.356 2644.47 755.92 Q2642.66 759.462 2642.66 766.592 Q2642.66 773.698 2644.47 777.263 Q2646.3 780.805 2649.91 780.805 Q2653.54 780.805 2655.35 777.263 Q2657.18 773.698 2657.18 766.592 Q2657.18 759.462 2655.35 755.92 Q2653.54 752.356 2649.91 752.356 M2649.91 748.652 Q2655.72 748.652 2658.77 753.258 Q2661.85 757.842 2661.85 766.592 Q2661.85 775.318 2658.77 779.925 Q2655.72 784.508 2649.91 784.508 Q2644.1 784.508 2641.02 779.925 Q2637.96 775.318 2637.96 766.592 Q2637.96 757.842 2641.02 753.258 Q2644.1 748.652 2649.91 748.652 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 752.356 Q2676.46 752.356 2674.63 755.92 Q2672.83 759.462 2672.83 766.592 Q2672.83 773.698 2674.63 777.263 Q2676.46 780.805 2680.07 780.805 Q2683.7 780.805 2685.51 777.263 Q2687.34 773.698 2687.34 766.592 Q2687.34 759.462 2685.51 755.92 Q2683.7 752.356 2680.07 752.356 M2680.07 748.652 Q2685.88 748.652 2688.94 753.258 Q2692.01 757.842 2692.01 766.592 Q2692.01 775.318 2688.94 779.925 Q2685.88 784.508 2680.07 784.508 Q2674.26 784.508 2671.18 779.925 Q2668.13 775.318 2668.13 766.592 Q2668.13 757.842 2671.18 753.258 Q2674.26 748.652 2680.07 748.652 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2929.41 671.32 L2929.41 663.867 Q2932.49 665.325 2935.65 666.095 Q2938.81 666.864 2941.85 666.864 Q2949.95 666.864 2954.2 661.436 Q2958.5 655.967 2959.11 644.868 Q2956.76 648.352 2953.15 650.215 Q2949.55 652.078 2945.17 652.078 Q2936.1 652.078 2930.79 646.61 Q2925.52 641.1 2925.52 631.581 Q2925.52 622.264 2931.03 616.633 Q2936.54 611.002 2945.7 611.002 Q2956.19 611.002 2961.7 619.064 Q2967.25 627.084 2967.25 642.397 Q2967.25 656.696 2960.44 665.244 Q2953.68 673.751 2942.21 673.751 Q2939.13 673.751 2935.97 673.143 Q2932.81 672.535 2929.41 671.32 M2945.7 645.678 Q2951.21 645.678 2954.41 641.911 Q2957.65 638.143 2957.65 631.581 Q2957.65 625.059 2954.41 621.292 Q2951.21 617.484 2945.7 617.484 Q2940.19 617.484 2936.95 621.292 Q2933.75 625.059 2933.75 631.581 Q2933.75 638.143 2936.95 641.911 Q2940.19 645.678 2945.7 645.678 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9611)\" d=\"M2762.72 820.172 L2762.72 1064.42 L2785.67 1064.42 L2785.67 820.172 L2762.72 820.172 L2762.72 820.172 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2762.72,820.172 2762.72,1064.42 2785.67,1064.42 2785.67,820.172 2762.72,820.172 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2785.67 740.742 L2785.67 1064.42 L2808.63 1064.42 L2808.63 740.742 L2785.67 740.742 L2785.67 740.742 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2785.67,740.742 2785.67,1064.42 2808.63,1064.42 2808.63,740.742 2785.67,740.742 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2808.63 757.621 L2808.63 1064.42 L2831.59 1064.42 L2831.59 757.621 L2808.63 757.621 L2808.63 757.621 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,757.621 2808.63,1064.42 2831.59,1064.42 2831.59,757.621 2808.63,757.621 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2831.59 759.607 L2831.59 1064.42 L2854.55 1064.42 L2854.55 759.607 L2831.59 759.607 L2831.59 759.607 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2831.59,759.607 2831.59,1064.42 2854.55,1064.42 2854.55,759.607 2831.59,759.607 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2854.55 779.464 L2854.55 1064.42 L2877.51 1064.42 L2877.51 779.464 L2854.55 779.464 L2854.55 779.464 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2854.55,779.464 2854.55,1064.42 2877.51,1064.42 2877.51,779.464 2854.55,779.464 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2877.51 845.986 L2877.51 1064.42 L2900.47 1064.42 L2900.47 845.986 L2877.51 845.986 L2877.51 845.986 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,845.986 2877.51,1064.42 2900.47,1064.42 2900.47,845.986 2877.51,845.986 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2900.47 883.715 L2900.47 1064.42 L2923.43 1064.42 L2923.43 883.715 L2900.47 883.715 L2900.47 883.715 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2900.47,883.715 2900.47,1064.42 2923.43,1064.42 2923.43,883.715 2900.47,883.715 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2923.43 892.651 L2923.43 1064.42 L2946.39 1064.42 L2946.39 892.651 L2923.43 892.651 L2923.43 892.651 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2923.43,892.651 2923.43,1064.42 2946.39,1064.42 2946.39,892.651 2923.43,892.651 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2946.39 894.637 L2946.39 1064.42 L2969.34 1064.42 L2969.34 894.637 L2946.39 894.637 L2946.39 894.637 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,894.637 2946.39,1064.42 2969.34,1064.42 2969.34,894.637 2946.39,894.637 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2969.34 843.008 L2969.34 1064.42 L2992.3 1064.42 L2992.3 843.008 L2969.34 843.008 L2969.34 843.008 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2969.34,843.008 2969.34,1064.42 2992.3,1064.42 2992.3,843.008 2969.34,843.008 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M2992.3 831.093 L2992.3 1064.42 L3015.26 1064.42 L3015.26 831.093 L2992.3 831.093 L2992.3 831.093 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2992.3,831.093 2992.3,1064.42 3015.26,1064.42 3015.26,831.093 2992.3,831.093 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M3015.26 761.593 L3015.26 1064.42 L3038.22 1064.42 L3038.22 761.593 L3015.26 761.593 L3015.26 761.593 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,761.593 3015.26,1064.42 3038.22,1064.42 3038.22,761.593 3015.26,761.593 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M3038.22 744.714 L3038.22 1064.42 L3061.18 1064.42 L3061.18 744.714 L3038.22 744.714 L3038.22 744.714 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3038.22,744.714 3038.22,1064.42 3061.18,1064.42 3061.18,744.714 3038.22,744.714 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M3061.18 776.486 L3061.18 1064.42 L3084.14 1064.42 L3084.14 776.486 L3061.18 776.486 L3061.18 776.486 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3061.18,776.486 3061.18,1064.42 3084.14,1064.42 3084.14,776.486 3061.18,776.486 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M3084.14 771.521 L3084.14 1064.42 L3107.1 1064.42 L3107.1 771.521 L3084.14 771.521 L3084.14 771.521 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,771.521 3084.14,1064.42 3107.1,1064.42 3107.1,771.521 3084.14,771.521 \"/>\n<path clip-path=\"url(#clip9611)\" d=\"M3107.1 812.229 L3107.1 1064.42 L3130.05 1064.42 L3130.05 812.229 L3107.1 812.229 L3107.1 812.229 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9611)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3107.1,812.229 3107.1,1064.42 3130.05,1064.42 3130.05,812.229 3107.1,812.229 \"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2774.2\" cy=\"820.172\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2797.15\" cy=\"740.742\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2820.11\" cy=\"757.621\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2843.07\" cy=\"759.607\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2866.03\" cy=\"779.464\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2888.99\" cy=\"845.986\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2911.95\" cy=\"883.715\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2934.91\" cy=\"892.651\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2957.86\" cy=\"894.637\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2980.82\" cy=\"843.008\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3003.78\" cy=\"831.093\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3026.74\" cy=\"761.593\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3049.7\" cy=\"744.714\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3072.66\" cy=\"776.486\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3095.62\" cy=\"771.521\" r=\"2\"/>\n<circle clip-path=\"url(#clip9611)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3118.58\" cy=\"812.229\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M180.015 1674.13 L592.756 1674.13 L592.756 1331.03 L180.015 1331.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9612\">\n <rect x=\"180\" y=\"1331\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"248.634,1674.13 248.634,1331.03 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"317.509,1674.13 317.509,1331.03 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"386.385,1674.13 386.385,1331.03 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"455.261,1674.13 455.261,1331.03 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"524.137,1674.13 524.137,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1674.13 592.756,1674.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,1674.13 248.634,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,1674.13 317.509,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,1674.13 386.385,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,1674.13 455.261,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,1674.13 524.137,1655.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M217.696 1726.1 L247.372 1726.1 L247.372 1730.03 L217.696 1730.03 L217.696 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M268.043 1723.78 Q264.895 1723.78 263.043 1725.94 Q261.215 1728.09 261.215 1731.84 Q261.215 1735.57 263.043 1737.74 Q264.895 1739.9 268.043 1739.9 Q271.191 1739.9 273.02 1737.74 Q274.872 1735.57 274.872 1731.84 Q274.872 1728.09 273.02 1725.94 Q271.191 1723.78 268.043 1723.78 M277.326 1709.13 L277.326 1713.39 Q275.566 1712.56 273.761 1712.12 Q271.978 1711.68 270.219 1711.68 Q265.59 1711.68 263.136 1714.8 Q260.705 1717.93 260.358 1724.25 Q261.724 1722.23 263.784 1721.17 Q265.844 1720.08 268.321 1720.08 Q273.529 1720.08 276.539 1723.25 Q279.571 1726.4 279.571 1731.84 Q279.571 1737.16 276.423 1740.38 Q273.275 1743.6 268.043 1743.6 Q262.048 1743.6 258.877 1739.02 Q255.705 1734.41 255.705 1725.68 Q255.705 1717.49 259.594 1712.63 Q263.483 1707.74 270.034 1707.74 Q271.793 1707.74 273.576 1708.09 Q275.381 1708.44 277.326 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M286.977 1726.1 L316.653 1726.1 L316.653 1730.03 L286.977 1730.03 L286.977 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M340.912 1724.29 Q344.269 1725.01 346.144 1727.28 Q348.042 1729.55 348.042 1732.88 Q348.042 1738 344.523 1740.8 Q341.005 1743.6 334.523 1743.6 Q332.347 1743.6 330.033 1743.16 Q327.741 1742.74 325.287 1741.89 L325.287 1737.37 Q327.232 1738.51 329.546 1739.09 Q331.861 1739.66 334.384 1739.66 Q338.783 1739.66 341.074 1737.93 Q343.389 1736.19 343.389 1732.88 Q343.389 1729.83 341.236 1728.11 Q339.107 1726.38 335.287 1726.38 L331.259 1726.38 L331.259 1722.53 L335.472 1722.53 Q338.921 1722.53 340.75 1721.17 Q342.579 1719.78 342.579 1717.19 Q342.579 1714.53 340.681 1713.11 Q338.806 1711.68 335.287 1711.68 Q333.366 1711.68 331.167 1712.09 Q328.968 1712.51 326.329 1713.39 L326.329 1709.22 Q328.991 1708.48 331.306 1708.11 Q333.644 1707.74 335.704 1707.74 Q341.028 1707.74 344.13 1710.17 Q347.232 1712.58 347.232 1716.7 Q347.232 1719.57 345.588 1721.56 Q343.945 1723.53 340.912 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M386.385 1711.45 Q382.774 1711.45 380.946 1715.01 Q379.14 1718.55 379.14 1725.68 Q379.14 1732.79 380.946 1736.35 Q382.774 1739.9 386.385 1739.9 Q390.02 1739.9 391.825 1736.35 Q393.654 1732.79 393.654 1725.68 Q393.654 1718.55 391.825 1715.01 Q390.02 1711.45 386.385 1711.45 M386.385 1707.74 Q392.196 1707.74 395.251 1712.35 Q398.33 1716.93 398.33 1725.68 Q398.33 1734.41 395.251 1739.02 Q392.196 1743.6 386.385 1743.6 Q380.575 1743.6 377.497 1739.02 Q374.441 1734.41 374.441 1725.68 Q374.441 1716.93 377.497 1712.35 Q380.575 1707.74 386.385 1707.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M459.509 1724.29 Q462.865 1725.01 464.74 1727.28 Q466.639 1729.55 466.639 1732.88 Q466.639 1738 463.12 1740.8 Q459.602 1743.6 453.12 1743.6 Q450.944 1743.6 448.629 1743.16 Q446.338 1742.74 443.884 1741.89 L443.884 1737.37 Q445.828 1738.51 448.143 1739.09 Q450.458 1739.66 452.981 1739.66 Q457.379 1739.66 459.671 1737.93 Q461.986 1736.19 461.986 1732.88 Q461.986 1729.83 459.833 1728.11 Q457.703 1726.38 453.884 1726.38 L449.856 1726.38 L449.856 1722.53 L454.069 1722.53 Q457.518 1722.53 459.347 1721.17 Q461.176 1719.78 461.176 1717.19 Q461.176 1714.53 459.277 1713.11 Q457.402 1711.68 453.884 1711.68 Q451.963 1711.68 449.764 1712.09 Q447.565 1712.51 444.926 1713.39 L444.926 1709.22 Q447.588 1708.48 449.902 1708.11 Q452.24 1707.74 454.301 1707.74 Q459.625 1707.74 462.726 1710.17 Q465.828 1712.58 465.828 1716.7 Q465.828 1719.57 464.185 1721.56 Q462.541 1723.53 459.509 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M524.542 1723.78 Q521.394 1723.78 519.542 1725.94 Q517.714 1728.09 517.714 1731.84 Q517.714 1735.57 519.542 1737.74 Q521.394 1739.9 524.542 1739.9 Q527.69 1739.9 529.519 1737.74 Q531.371 1735.57 531.371 1731.84 Q531.371 1728.09 529.519 1725.94 Q527.69 1723.78 524.542 1723.78 M533.825 1709.13 L533.825 1713.39 Q532.065 1712.56 530.26 1712.12 Q528.477 1711.68 526.718 1711.68 Q522.089 1711.68 519.635 1714.8 Q517.204 1717.93 516.857 1724.25 Q518.223 1722.23 520.283 1721.17 Q522.343 1720.08 524.82 1720.08 Q530.028 1720.08 533.038 1723.25 Q536.07 1726.4 536.07 1731.84 Q536.07 1737.16 532.922 1740.38 Q529.774 1743.6 524.542 1743.6 Q518.547 1743.6 515.376 1739.02 Q512.204 1734.41 512.204 1725.68 Q512.204 1717.49 516.093 1712.63 Q519.982 1707.74 526.533 1707.74 Q528.292 1707.74 530.075 1708.09 Q531.88 1708.44 533.825 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,1664.42 592.756,1664.42 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,1561.01 592.756,1561.01 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,1457.6 592.756,1457.6 \"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,1354.19 592.756,1354.19 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1674.13 180.015,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1664.42 198.912,1664.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1561.01 198.912,1561.01 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1457.6 198.912,1457.6 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1354.19 198.912,1354.19 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M120.07 1650.22 Q116.459 1650.22 114.631 1653.78 Q112.825 1657.32 112.825 1664.45 Q112.825 1671.56 114.631 1675.12 Q116.459 1678.67 120.07 1678.67 Q123.705 1678.67 125.51 1675.12 Q127.339 1671.56 127.339 1664.45 Q127.339 1657.32 125.51 1653.78 Q123.705 1650.22 120.07 1650.22 M120.07 1646.51 Q125.881 1646.51 128.936 1651.12 Q132.015 1655.7 132.015 1664.45 Q132.015 1673.18 128.936 1677.79 Q125.881 1682.37 120.07 1682.37 Q114.26 1682.37 111.182 1677.79 Q108.126 1673.18 108.126 1664.45 Q108.126 1655.7 111.182 1651.12 Q114.26 1646.51 120.07 1646.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M50.5569 1574.35 L58.1958 1574.35 L58.1958 1547.99 L49.8856 1549.65 L49.8856 1545.39 L58.1495 1543.73 L62.8254 1543.73 L62.8254 1574.35 L70.4642 1574.35 L70.4642 1578.29 L50.5569 1578.29 L50.5569 1574.35 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 1546.81 Q86.2975 1546.81 84.4688 1550.37 Q82.6632 1553.91 82.6632 1561.04 Q82.6632 1568.15 84.4688 1571.71 Q86.2975 1575.25 89.9086 1575.25 Q93.5428 1575.25 95.3483 1571.71 Q97.177 1568.15 97.177 1561.04 Q97.177 1553.91 95.3483 1550.37 Q93.5428 1546.81 89.9086 1546.81 M89.9086 1543.1 Q95.7187 1543.1 98.7743 1547.71 Q101.853 1552.29 101.853 1561.04 Q101.853 1569.77 98.7743 1574.37 Q95.7187 1578.96 89.9086 1578.96 Q84.0984 1578.96 81.0197 1574.37 Q77.9642 1569.77 77.9642 1561.04 Q77.9642 1552.29 81.0197 1547.71 Q84.0984 1543.1 89.9086 1543.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 1546.81 Q116.459 1546.81 114.631 1550.37 Q112.825 1553.91 112.825 1561.04 Q112.825 1568.15 114.631 1571.71 Q116.459 1575.25 120.07 1575.25 Q123.705 1575.25 125.51 1571.71 Q127.339 1568.15 127.339 1561.04 Q127.339 1553.91 125.51 1550.37 Q123.705 1546.81 120.07 1546.81 M120.07 1543.1 Q125.881 1543.1 128.936 1547.71 Q132.015 1552.29 132.015 1561.04 Q132.015 1569.77 128.936 1574.37 Q125.881 1578.96 120.07 1578.96 Q114.26 1578.96 111.182 1574.37 Q108.126 1569.77 108.126 1561.04 Q108.126 1552.29 111.182 1547.71 Q114.26 1543.1 120.07 1543.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M53.7745 1470.94 L70.0939 1470.94 L70.0939 1474.88 L48.1495 1474.88 L48.1495 1470.94 Q50.8115 1468.19 55.3949 1463.56 Q60.0013 1458.9 61.1819 1457.56 Q63.4272 1455.04 64.3068 1453.3 Q65.2096 1451.54 65.2096 1449.85 Q65.2096 1447.1 63.2652 1445.36 Q61.3439 1443.63 58.2421 1443.63 Q56.043 1443.63 53.5893 1444.39 Q51.1588 1445.15 48.381 1446.71 L48.381 1441.98 Q51.2051 1440.85 53.6588 1440.27 Q56.1124 1439.69 58.1495 1439.69 Q63.5198 1439.69 66.7142 1442.38 Q69.9087 1445.06 69.9087 1449.55 Q69.9087 1451.68 69.0985 1453.6 Q68.3115 1455.5 66.205 1458.09 Q65.6263 1458.77 62.5245 1461.98 Q59.4226 1465.18 53.7745 1470.94 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 1443.4 Q86.2975 1443.4 84.4688 1446.96 Q82.6632 1450.5 82.6632 1457.63 Q82.6632 1464.74 84.4688 1468.3 Q86.2975 1471.84 89.9086 1471.84 Q93.5428 1471.84 95.3483 1468.3 Q97.177 1464.74 97.177 1457.63 Q97.177 1450.5 95.3483 1446.96 Q93.5428 1443.4 89.9086 1443.4 M89.9086 1439.69 Q95.7187 1439.69 98.7743 1444.3 Q101.853 1448.88 101.853 1457.63 Q101.853 1466.36 98.7743 1470.96 Q95.7187 1475.55 89.9086 1475.55 Q84.0984 1475.55 81.0197 1470.96 Q77.9642 1466.36 77.9642 1457.63 Q77.9642 1448.88 81.0197 1444.3 Q84.0984 1439.69 89.9086 1439.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 1443.4 Q116.459 1443.4 114.631 1446.96 Q112.825 1450.5 112.825 1457.63 Q112.825 1464.74 114.631 1468.3 Q116.459 1471.84 120.07 1471.84 Q123.705 1471.84 125.51 1468.3 Q127.339 1464.74 127.339 1457.63 Q127.339 1450.5 125.51 1446.96 Q123.705 1443.4 120.07 1443.4 M120.07 1439.69 Q125.881 1439.69 128.936 1444.3 Q132.015 1448.88 132.015 1457.63 Q132.015 1466.36 128.936 1470.96 Q125.881 1475.55 120.07 1475.55 Q114.26 1475.55 111.182 1470.96 Q108.126 1466.36 108.126 1457.63 Q108.126 1448.88 111.182 1444.3 Q114.26 1439.69 120.07 1439.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M63.9133 1352.83 Q67.2698 1353.55 69.1448 1355.82 Q71.0429 1358.09 71.0429 1361.42 Q71.0429 1366.54 67.5244 1369.34 Q64.0059 1372.14 57.5245 1372.14 Q55.3486 1372.14 53.0338 1371.7 Q50.7421 1371.28 48.2884 1370.42 L48.2884 1365.91 Q50.2328 1367.04 52.5477 1367.62 Q54.8625 1368.2 57.3856 1368.2 Q61.7837 1368.2 64.0754 1366.47 Q66.3902 1364.73 66.3902 1361.42 Q66.3902 1358.36 64.2374 1356.65 Q62.1078 1354.91 58.2884 1354.91 L54.2606 1354.91 L54.2606 1351.07 L58.4735 1351.07 Q61.9226 1351.07 63.7513 1349.71 Q65.58 1348.32 65.58 1345.73 Q65.58 1343.06 63.6819 1341.65 Q61.8069 1340.22 58.2884 1340.22 Q56.3671 1340.22 54.168 1340.63 Q51.969 1341.05 49.3301 1341.93 L49.3301 1337.76 Q51.9921 1337.02 54.3069 1336.65 Q56.6449 1336.28 58.705 1336.28 Q64.0291 1336.28 67.1309 1338.71 Q70.2327 1341.12 70.2327 1345.24 Q70.2327 1348.11 68.5892 1350.1 Q66.9457 1352.07 63.9133 1352.83 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 1339.98 Q86.2975 1339.98 84.4688 1343.55 Q82.6632 1347.09 82.6632 1354.22 Q82.6632 1361.33 84.4688 1364.89 Q86.2975 1368.43 89.9086 1368.43 Q93.5428 1368.43 95.3483 1364.89 Q97.177 1361.33 97.177 1354.22 Q97.177 1347.09 95.3483 1343.55 Q93.5428 1339.98 89.9086 1339.98 M89.9086 1336.28 Q95.7187 1336.28 98.7743 1340.89 Q101.853 1345.47 101.853 1354.22 Q101.853 1362.95 98.7743 1367.55 Q95.7187 1372.14 89.9086 1372.14 Q84.0984 1372.14 81.0197 1367.55 Q77.9642 1362.95 77.9642 1354.22 Q77.9642 1345.47 81.0197 1340.89 Q84.0984 1336.28 89.9086 1336.28 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 1339.98 Q116.459 1339.98 114.631 1343.55 Q112.825 1347.09 112.825 1354.22 Q112.825 1361.33 114.631 1364.89 Q116.459 1368.43 120.07 1368.43 Q123.705 1368.43 125.51 1364.89 Q127.339 1361.33 127.339 1354.22 Q127.339 1347.09 125.51 1343.55 Q123.705 1339.98 120.07 1339.98 M120.07 1336.28 Q125.881 1336.28 128.936 1340.89 Q132.015 1345.47 132.015 1354.22 Q132.015 1362.95 128.936 1367.55 Q125.881 1372.14 120.07 1372.14 Q114.26 1372.14 111.182 1367.55 Q108.126 1362.95 108.126 1354.22 Q108.126 1345.47 111.182 1340.89 Q114.26 1336.28 120.07 1336.28 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M342.089 1265.69 L355.457 1265.69 L355.457 1219.55 L340.914 1222.47 L340.914 1215.01 L355.376 1212.1 L363.559 1212.1 L363.559 1265.69 L376.927 1265.69 L376.927 1272.58 L342.089 1272.58 L342.089 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M410.954 1217.48 Q404.635 1217.48 401.434 1223.72 Q398.275 1229.92 398.275 1242.4 Q398.275 1254.83 401.434 1261.07 Q404.635 1267.27 410.954 1267.27 Q417.314 1267.27 420.474 1261.07 Q423.674 1254.83 423.674 1242.4 Q423.674 1229.92 420.474 1223.72 Q417.314 1217.48 410.954 1217.48 M410.954 1211 Q421.122 1211 426.469 1219.06 Q431.857 1227.08 431.857 1242.4 Q431.857 1257.67 426.469 1265.73 Q421.122 1273.75 410.954 1273.75 Q400.786 1273.75 395.399 1265.73 Q390.051 1257.67 390.051 1242.4 Q390.051 1227.08 395.399 1219.06 Q400.786 1211 410.954 1211 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9612)\" d=\"M202.716 1399.69 L202.716 1664.42 L225.675 1664.42 L225.675 1399.69 L202.716 1399.69 L202.716 1399.69 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"202.716,1399.69 202.716,1664.42 225.675,1664.42 225.675,1399.69 202.716,1399.69 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M225.675 1371.77 L225.675 1664.42 L248.634 1664.42 L248.634 1371.77 L225.675 1371.77 L225.675 1371.77 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"225.675,1371.77 225.675,1664.42 248.634,1664.42 248.634,1371.77 225.675,1371.77 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M248.634 1340.74 L248.634 1664.42 L271.592 1664.42 L271.592 1340.74 L248.634 1340.74 L248.634 1340.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,1340.74 248.634,1664.42 271.592,1664.42 271.592,1340.74 248.634,1340.74 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M271.592 1369.7 L271.592 1664.42 L294.551 1664.42 L294.551 1369.7 L271.592 1369.7 L271.592 1369.7 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"271.592,1369.7 271.592,1664.42 294.551,1664.42 294.551,1369.7 271.592,1369.7 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M294.551 1390.38 L294.551 1664.42 L317.509 1664.42 L317.509 1390.38 L294.551 1390.38 L294.551 1390.38 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"294.551,1390.38 294.551,1664.42 317.509,1664.42 317.509,1390.38 294.551,1390.38 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M317.509 1437.95 L317.509 1664.42 L340.468 1664.42 L340.468 1437.95 L317.509 1437.95 L317.509 1437.95 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,1437.95 317.509,1664.42 340.468,1664.42 340.468,1437.95 317.509,1437.95 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M340.468 1471.04 L340.468 1664.42 L363.427 1664.42 L363.427 1471.04 L340.468 1471.04 L340.468 1471.04 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"340.468,1471.04 340.468,1664.42 363.427,1664.42 363.427,1471.04 340.468,1471.04 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M363.427 1467.94 L363.427 1664.42 L386.385 1664.42 L386.385 1467.94 L363.427 1467.94 L363.427 1467.94 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"363.427,1467.94 363.427,1664.42 386.385,1664.42 386.385,1467.94 363.427,1467.94 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M386.385 1479.31 L386.385 1664.42 L409.344 1664.42 L409.344 1479.31 L386.385 1479.31 L386.385 1479.31 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,1479.31 386.385,1664.42 409.344,1664.42 409.344,1479.31 386.385,1479.31 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M409.344 1420.37 L409.344 1664.42 L432.303 1664.42 L432.303 1420.37 L409.344 1420.37 L409.344 1420.37 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"409.344,1420.37 409.344,1664.42 432.303,1664.42 432.303,1420.37 409.344,1420.37 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M432.303 1394.52 L432.303 1664.42 L455.261 1664.42 L455.261 1394.52 L432.303 1394.52 L432.303 1394.52 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"432.303,1394.52 432.303,1664.42 455.261,1664.42 455.261,1394.52 432.303,1394.52 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M455.261 1394.52 L455.261 1664.42 L478.22 1664.42 L478.22 1394.52 L455.261 1394.52 L455.261 1394.52 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,1394.52 455.261,1664.42 478.22,1664.42 478.22,1394.52 455.261,1394.52 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M478.22 1346.95 L478.22 1664.42 L501.179 1664.42 L501.179 1346.95 L478.22 1346.95 L478.22 1346.95 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"478.22,1346.95 478.22,1664.42 501.179,1664.42 501.179,1346.95 478.22,1346.95 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M501.179 1349.02 L501.179 1664.42 L524.137 1664.42 L524.137 1349.02 L501.179 1349.02 L501.179 1349.02 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"501.179,1349.02 501.179,1664.42 524.137,1664.42 524.137,1349.02 501.179,1349.02 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M524.137 1391.41 L524.137 1664.42 L547.096 1664.42 L547.096 1391.41 L524.137 1391.41 L524.137 1391.41 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,1391.41 524.137,1664.42 547.096,1664.42 547.096,1391.41 524.137,1391.41 \"/>\n<path clip-path=\"url(#clip9612)\" d=\"M547.096 1430.71 L547.096 1664.42 L570.054 1664.42 L570.054 1430.71 L547.096 1430.71 L547.096 1430.71 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9612)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"547.096,1430.71 547.096,1664.42 570.054,1664.42 570.054,1430.71 547.096,1430.71 \"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"214.196\" cy=\"1399.69\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"237.154\" cy=\"1371.77\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"260.113\" cy=\"1340.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"283.072\" cy=\"1369.7\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"306.03\" cy=\"1390.38\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"328.989\" cy=\"1437.95\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"351.947\" cy=\"1471.04\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"374.906\" cy=\"1467.94\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"397.865\" cy=\"1479.31\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"420.823\" cy=\"1420.37\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"443.782\" cy=\"1394.52\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"466.741\" cy=\"1394.52\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"489.699\" cy=\"1346.95\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"512.658\" cy=\"1349.02\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"535.616\" cy=\"1391.41\" r=\"2\"/>\n<circle clip-path=\"url(#clip9612)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"558.575\" cy=\"1430.71\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M820.015 1674.13 L1232.76 1674.13 L1232.76 1331.03 L820.015 1331.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9613\">\n <rect x=\"820\" y=\"1331\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"888.634,1674.13 888.634,1331.03 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"957.509,1674.13 957.509,1331.03 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1026.39,1674.13 1026.39,1331.03 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1095.26,1674.13 1095.26,1331.03 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1164.14,1674.13 1164.14,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1674.13 1232.76,1674.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,1674.13 888.634,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,1674.13 957.509,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,1674.13 1026.39,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,1674.13 1095.26,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,1674.13 1164.14,1655.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M857.696 1726.1 L887.372 1726.1 L887.372 1730.03 L857.696 1730.03 L857.696 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M908.043 1723.78 Q904.895 1723.78 903.043 1725.94 Q901.215 1728.09 901.215 1731.84 Q901.215 1735.57 903.043 1737.74 Q904.895 1739.9 908.043 1739.9 Q911.191 1739.9 913.02 1737.74 Q914.872 1735.57 914.872 1731.84 Q914.872 1728.09 913.02 1725.94 Q911.191 1723.78 908.043 1723.78 M917.326 1709.13 L917.326 1713.39 Q915.566 1712.56 913.761 1712.12 Q911.978 1711.68 910.219 1711.68 Q905.59 1711.68 903.136 1714.8 Q900.705 1717.93 900.358 1724.25 Q901.724 1722.23 903.784 1721.17 Q905.844 1720.08 908.321 1720.08 Q913.529 1720.08 916.539 1723.25 Q919.571 1726.4 919.571 1731.84 Q919.571 1737.16 916.423 1740.38 Q913.275 1743.6 908.043 1743.6 Q902.048 1743.6 898.877 1739.02 Q895.705 1734.41 895.705 1725.68 Q895.705 1717.49 899.594 1712.63 Q903.483 1707.74 910.034 1707.74 Q911.793 1707.74 913.576 1708.09 Q915.381 1708.44 917.326 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M926.977 1726.1 L956.653 1726.1 L956.653 1730.03 L926.977 1730.03 L926.977 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M980.912 1724.29 Q984.269 1725.01 986.144 1727.28 Q988.042 1729.55 988.042 1732.88 Q988.042 1738 984.523 1740.8 Q981.005 1743.6 974.523 1743.6 Q972.347 1743.6 970.033 1743.16 Q967.741 1742.74 965.287 1741.89 L965.287 1737.37 Q967.232 1738.51 969.546 1739.09 Q971.861 1739.66 974.384 1739.66 Q978.783 1739.66 981.074 1737.93 Q983.389 1736.19 983.389 1732.88 Q983.389 1729.83 981.236 1728.11 Q979.107 1726.38 975.287 1726.38 L971.259 1726.38 L971.259 1722.53 L975.472 1722.53 Q978.921 1722.53 980.75 1721.17 Q982.579 1719.78 982.579 1717.19 Q982.579 1714.53 980.681 1713.11 Q978.806 1711.68 975.287 1711.68 Q973.366 1711.68 971.167 1712.09 Q968.968 1712.51 966.329 1713.39 L966.329 1709.22 Q968.991 1708.48 971.306 1708.11 Q973.644 1707.74 975.704 1707.74 Q981.028 1707.74 984.13 1710.17 Q987.232 1712.58 987.232 1716.7 Q987.232 1719.57 985.588 1721.56 Q983.945 1723.53 980.912 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1026.39 1711.45 Q1022.77 1711.45 1020.95 1715.01 Q1019.14 1718.55 1019.14 1725.68 Q1019.14 1732.79 1020.95 1736.35 Q1022.77 1739.9 1026.39 1739.9 Q1030.02 1739.9 1031.83 1736.35 Q1033.65 1732.79 1033.65 1725.68 Q1033.65 1718.55 1031.83 1715.01 Q1030.02 1711.45 1026.39 1711.45 M1026.39 1707.74 Q1032.2 1707.74 1035.25 1712.35 Q1038.33 1716.93 1038.33 1725.68 Q1038.33 1734.41 1035.25 1739.02 Q1032.2 1743.6 1026.39 1743.6 Q1020.58 1743.6 1017.5 1739.02 Q1014.44 1734.41 1014.44 1725.68 Q1014.44 1716.93 1017.5 1712.35 Q1020.58 1707.74 1026.39 1707.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1099.51 1724.29 Q1102.87 1725.01 1104.74 1727.28 Q1106.64 1729.55 1106.64 1732.88 Q1106.64 1738 1103.12 1740.8 Q1099.6 1743.6 1093.12 1743.6 Q1090.94 1743.6 1088.63 1743.16 Q1086.34 1742.74 1083.88 1741.89 L1083.88 1737.37 Q1085.83 1738.51 1088.14 1739.09 Q1090.46 1739.66 1092.98 1739.66 Q1097.38 1739.66 1099.67 1737.93 Q1101.99 1736.19 1101.99 1732.88 Q1101.99 1729.83 1099.83 1728.11 Q1097.7 1726.38 1093.88 1726.38 L1089.86 1726.38 L1089.86 1722.53 L1094.07 1722.53 Q1097.52 1722.53 1099.35 1721.17 Q1101.18 1719.78 1101.18 1717.19 Q1101.18 1714.53 1099.28 1713.11 Q1097.4 1711.68 1093.88 1711.68 Q1091.96 1711.68 1089.76 1712.09 Q1087.56 1712.51 1084.93 1713.39 L1084.93 1709.22 Q1087.59 1708.48 1089.9 1708.11 Q1092.24 1707.74 1094.3 1707.74 Q1099.62 1707.74 1102.73 1710.17 Q1105.83 1712.58 1105.83 1716.7 Q1105.83 1719.57 1104.18 1721.56 Q1102.54 1723.53 1099.51 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1164.54 1723.78 Q1161.39 1723.78 1159.54 1725.94 Q1157.71 1728.09 1157.71 1731.84 Q1157.71 1735.57 1159.54 1737.74 Q1161.39 1739.9 1164.54 1739.9 Q1167.69 1739.9 1169.52 1737.74 Q1171.37 1735.57 1171.37 1731.84 Q1171.37 1728.09 1169.52 1725.94 Q1167.69 1723.78 1164.54 1723.78 M1173.82 1709.13 L1173.82 1713.39 Q1172.07 1712.56 1170.26 1712.12 Q1168.48 1711.68 1166.72 1711.68 Q1162.09 1711.68 1159.63 1714.8 Q1157.2 1717.93 1156.86 1724.25 Q1158.22 1722.23 1160.28 1721.17 Q1162.34 1720.08 1164.82 1720.08 Q1170.03 1720.08 1173.04 1723.25 Q1176.07 1726.4 1176.07 1731.84 Q1176.07 1737.16 1172.92 1740.38 Q1169.77 1743.6 1164.54 1743.6 Q1158.55 1743.6 1155.38 1739.02 Q1152.2 1734.41 1152.2 1725.68 Q1152.2 1717.49 1156.09 1712.63 Q1159.98 1707.74 1166.53 1707.74 Q1168.29 1707.74 1170.07 1708.09 Q1171.88 1708.44 1173.82 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,1664.42 1232.76,1664.42 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,1553.95 1232.76,1553.95 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,1443.48 1232.76,1443.48 \"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,1333.01 1232.76,1333.01 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1674.13 820.015,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1664.42 838.912,1664.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1553.95 838.912,1553.95 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1443.48 838.912,1443.48 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1333.01 838.912,1333.01 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M760.07 1650.22 Q756.459 1650.22 754.631 1653.78 Q752.825 1657.32 752.825 1664.45 Q752.825 1671.56 754.631 1675.12 Q756.459 1678.67 760.07 1678.67 Q763.705 1678.67 765.51 1675.12 Q767.339 1671.56 767.339 1664.45 Q767.339 1657.32 765.51 1653.78 Q763.705 1650.22 760.07 1650.22 M760.07 1646.51 Q765.881 1646.51 768.936 1651.12 Q772.015 1655.7 772.015 1664.45 Q772.015 1673.18 768.936 1677.79 Q765.881 1682.37 760.07 1682.37 Q754.26 1682.37 751.182 1677.79 Q748.126 1673.18 748.126 1664.45 Q748.126 1655.7 751.182 1651.12 Q754.26 1646.51 760.07 1646.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M690.557 1567.29 L698.196 1567.29 L698.196 1540.93 L689.886 1542.59 L689.886 1538.33 L698.149 1536.67 L702.825 1536.67 L702.825 1567.29 L710.464 1567.29 L710.464 1571.23 L690.557 1571.23 L690.557 1567.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 1539.75 Q726.297 1539.75 724.469 1543.31 Q722.663 1546.85 722.663 1553.98 Q722.663 1561.09 724.469 1564.65 Q726.297 1568.2 729.909 1568.2 Q733.543 1568.2 735.348 1564.65 Q737.177 1561.09 737.177 1553.98 Q737.177 1546.85 735.348 1543.31 Q733.543 1539.75 729.909 1539.75 M729.909 1536.04 Q735.719 1536.04 738.774 1540.65 Q741.853 1545.23 741.853 1553.98 Q741.853 1562.71 738.774 1567.32 Q735.719 1571.9 729.909 1571.9 Q724.098 1571.9 721.02 1567.32 Q717.964 1562.71 717.964 1553.98 Q717.964 1545.23 721.02 1540.65 Q724.098 1536.04 729.909 1536.04 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 1539.75 Q756.459 1539.75 754.631 1543.31 Q752.825 1546.85 752.825 1553.98 Q752.825 1561.09 754.631 1564.65 Q756.459 1568.2 760.07 1568.2 Q763.705 1568.2 765.51 1564.65 Q767.339 1561.09 767.339 1553.98 Q767.339 1546.85 765.51 1543.31 Q763.705 1539.75 760.07 1539.75 M760.07 1536.04 Q765.881 1536.04 768.936 1540.65 Q772.015 1545.23 772.015 1553.98 Q772.015 1562.71 768.936 1567.32 Q765.881 1571.9 760.07 1571.9 Q754.26 1571.9 751.182 1567.32 Q748.126 1562.71 748.126 1553.98 Q748.126 1545.23 751.182 1540.65 Q754.26 1536.04 760.07 1536.04 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M693.774 1456.82 L710.094 1456.82 L710.094 1460.76 L688.15 1460.76 L688.15 1456.82 Q690.812 1454.07 695.395 1449.44 Q700.001 1444.79 701.182 1443.44 Q703.427 1440.92 704.307 1439.18 Q705.21 1437.43 705.21 1435.74 Q705.21 1432.98 703.265 1431.25 Q701.344 1429.51 698.242 1429.51 Q696.043 1429.51 693.589 1430.27 Q691.159 1431.04 688.381 1432.59 L688.381 1427.87 Q691.205 1426.73 693.659 1426.15 Q696.112 1425.57 698.149 1425.57 Q703.52 1425.57 706.714 1428.26 Q709.909 1430.94 709.909 1435.43 Q709.909 1437.56 709.098 1439.49 Q708.311 1441.38 706.205 1443.98 Q705.626 1444.65 702.524 1447.87 Q699.423 1451.06 693.774 1456.82 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 1429.28 Q726.297 1429.28 724.469 1432.84 Q722.663 1436.38 722.663 1443.51 Q722.663 1450.62 724.469 1454.18 Q726.297 1457.73 729.909 1457.73 Q733.543 1457.73 735.348 1454.18 Q737.177 1450.62 737.177 1443.51 Q737.177 1436.38 735.348 1432.84 Q733.543 1429.28 729.909 1429.28 M729.909 1425.57 Q735.719 1425.57 738.774 1430.18 Q741.853 1434.76 741.853 1443.51 Q741.853 1452.24 738.774 1456.85 Q735.719 1461.43 729.909 1461.43 Q724.098 1461.43 721.02 1456.85 Q717.964 1452.24 717.964 1443.51 Q717.964 1434.76 721.02 1430.18 Q724.098 1425.57 729.909 1425.57 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 1429.28 Q756.459 1429.28 754.631 1432.84 Q752.825 1436.38 752.825 1443.51 Q752.825 1450.62 754.631 1454.18 Q756.459 1457.73 760.07 1457.73 Q763.705 1457.73 765.51 1454.18 Q767.339 1450.62 767.339 1443.51 Q767.339 1436.38 765.51 1432.84 Q763.705 1429.28 760.07 1429.28 M760.07 1425.57 Q765.881 1425.57 768.936 1430.18 Q772.015 1434.76 772.015 1443.51 Q772.015 1452.24 768.936 1456.85 Q765.881 1461.43 760.07 1461.43 Q754.26 1461.43 751.182 1456.85 Q748.126 1452.24 748.126 1443.51 Q748.126 1434.76 751.182 1430.18 Q754.26 1425.57 760.07 1425.57 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M703.913 1331.66 Q707.27 1332.37 709.145 1334.64 Q711.043 1336.91 711.043 1340.24 Q711.043 1345.36 707.524 1348.16 Q704.006 1350.96 697.524 1350.96 Q695.349 1350.96 693.034 1350.52 Q690.742 1350.1 688.288 1349.25 L688.288 1344.73 Q690.233 1345.87 692.548 1346.45 Q694.862 1347.03 697.386 1347.03 Q701.784 1347.03 704.075 1345.29 Q706.39 1343.55 706.39 1340.24 Q706.39 1337.19 704.237 1335.47 Q702.108 1333.74 698.288 1333.74 L694.261 1333.74 L694.261 1329.9 L698.474 1329.9 Q701.923 1329.9 703.751 1328.53 Q705.58 1327.14 705.58 1324.55 Q705.58 1321.89 703.682 1320.47 Q701.807 1319.04 698.288 1319.04 Q696.367 1319.04 694.168 1319.46 Q691.969 1319.87 689.33 1320.75 L689.33 1316.59 Q691.992 1315.85 694.307 1315.47 Q696.645 1315.1 698.705 1315.1 Q704.029 1315.1 707.131 1317.54 Q710.233 1319.94 710.233 1324.06 Q710.233 1326.93 708.589 1328.92 Q706.946 1330.89 703.913 1331.66 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 1318.81 Q726.297 1318.81 724.469 1322.37 Q722.663 1325.91 722.663 1333.04 Q722.663 1340.15 724.469 1343.72 Q726.297 1347.26 729.909 1347.26 Q733.543 1347.26 735.348 1343.72 Q737.177 1340.15 737.177 1333.04 Q737.177 1325.91 735.348 1322.37 Q733.543 1318.81 729.909 1318.81 M729.909 1315.1 Q735.719 1315.1 738.774 1319.71 Q741.853 1324.29 741.853 1333.04 Q741.853 1341.77 738.774 1346.38 Q735.719 1350.96 729.909 1350.96 Q724.098 1350.96 721.02 1346.38 Q717.964 1341.77 717.964 1333.04 Q717.964 1324.29 721.02 1319.71 Q724.098 1315.1 729.909 1315.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 1318.81 Q756.459 1318.81 754.631 1322.37 Q752.825 1325.91 752.825 1333.04 Q752.825 1340.15 754.631 1343.72 Q756.459 1347.26 760.07 1347.26 Q763.705 1347.26 765.51 1343.72 Q767.339 1340.15 767.339 1333.04 Q767.339 1325.91 765.51 1322.37 Q763.705 1318.81 760.07 1318.81 M760.07 1315.1 Q765.881 1315.1 768.936 1319.71 Q772.015 1324.29 772.015 1333.04 Q772.015 1341.77 768.936 1346.38 Q765.881 1350.96 760.07 1350.96 Q754.26 1350.96 751.182 1346.38 Q748.126 1341.77 748.126 1333.04 Q748.126 1324.29 751.182 1319.71 Q754.26 1315.1 760.07 1315.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M983.162 1265.69 L996.53 1265.69 L996.53 1219.55 L981.987 1222.47 L981.987 1215.01 L996.449 1212.1 L1004.63 1212.1 L1004.63 1265.69 L1018 1265.69 L1018 1272.58 L983.162 1272.58 L983.162 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1035.95 1265.69 L1049.31 1265.69 L1049.31 1219.55 L1034.77 1222.47 L1034.77 1215.01 L1049.23 1212.1 L1057.42 1212.1 L1057.42 1265.69 L1070.78 1265.69 L1070.78 1272.58 L1035.95 1272.58 L1035.95 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9613)\" d=\"M842.716 1386.03 L842.716 1664.42 L865.675 1664.42 L865.675 1386.03 L842.716 1386.03 L842.716 1386.03 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"842.716,1386.03 842.716,1664.42 865.675,1664.42 865.675,1386.03 842.716,1386.03 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M865.675 1377.2 L865.675 1664.42 L888.634 1664.42 L888.634 1377.2 L865.675 1377.2 L865.675 1377.2 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"865.675,1377.2 865.675,1664.42 888.634,1664.42 888.634,1377.2 865.675,1377.2 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M888.634 1340.74 L888.634 1664.42 L911.592 1664.42 L911.592 1340.74 L888.634 1340.74 L888.634 1340.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,1340.74 888.634,1664.42 911.592,1664.42 911.592,1340.74 888.634,1340.74 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M911.592 1350.68 L911.592 1664.42 L934.551 1664.42 L934.551 1350.68 L911.592 1350.68 L911.592 1350.68 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"911.592,1350.68 911.592,1664.42 934.551,1664.42 934.551,1350.68 911.592,1350.68 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M934.551 1355.1 L934.551 1664.42 L957.509 1664.42 L957.509 1355.1 L934.551 1355.1 L934.551 1355.1 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"934.551,1355.1 934.551,1664.42 957.509,1664.42 957.509,1355.1 934.551,1355.1 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M957.509 1414.76 L957.509 1664.42 L980.468 1664.42 L980.468 1414.76 L957.509 1414.76 L957.509 1414.76 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,1414.76 957.509,1664.42 980.468,1664.42 980.468,1414.76 957.509,1414.76 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M980.468 1467.78 L980.468 1664.42 L1003.43 1664.42 L1003.43 1467.78 L980.468 1467.78 L980.468 1467.78 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"980.468,1467.78 980.468,1664.42 1003.43,1664.42 1003.43,1467.78 980.468,1467.78 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1003.43 1467.78 L1003.43 1664.42 L1026.39 1664.42 L1026.39 1467.78 L1003.43 1467.78 L1003.43 1467.78 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1003.43,1467.78 1003.43,1664.42 1026.39,1664.42 1026.39,1467.78 1003.43,1467.78 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1026.39 1415.86 L1026.39 1664.42 L1049.34 1664.42 L1049.34 1415.86 L1026.39 1415.86 L1026.39 1415.86 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,1415.86 1026.39,1664.42 1049.34,1664.42 1049.34,1415.86 1026.39,1415.86 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1049.34 1408.13 L1049.34 1664.42 L1072.3 1664.42 L1072.3 1408.13 L1049.34 1408.13 L1049.34 1408.13 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1049.34,1408.13 1049.34,1664.42 1072.3,1664.42 1072.3,1408.13 1049.34,1408.13 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1072.3 1403.71 L1072.3 1664.42 L1095.26 1664.42 L1095.26 1403.71 L1072.3 1403.71 L1072.3 1403.71 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1072.3,1403.71 1072.3,1664.42 1095.26,1664.42 1095.26,1403.71 1072.3,1403.71 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1095.26 1350.68 L1095.26 1664.42 L1118.22 1664.42 L1118.22 1350.68 L1095.26 1350.68 L1095.26 1350.68 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,1350.68 1095.26,1664.42 1118.22,1664.42 1118.22,1350.68 1095.26,1350.68 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1118.22 1356.21 L1118.22 1664.42 L1141.18 1664.42 L1141.18 1356.21 L1118.22 1356.21 L1118.22 1356.21 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1118.22,1356.21 1118.22,1664.42 1141.18,1664.42 1141.18,1356.21 1118.22,1356.21 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1141.18 1342.95 L1141.18 1664.42 L1164.14 1664.42 L1164.14 1342.95 L1141.18 1342.95 L1141.18 1342.95 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1141.18,1342.95 1141.18,1664.42 1164.14,1664.42 1164.14,1342.95 1141.18,1342.95 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1164.14 1342.95 L1164.14 1664.42 L1187.1 1664.42 L1187.1 1342.95 L1164.14 1342.95 L1164.14 1342.95 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,1342.95 1164.14,1664.42 1187.1,1664.42 1187.1,1342.95 1164.14,1342.95 \"/>\n<path clip-path=\"url(#clip9613)\" d=\"M1187.1 1431.33 L1187.1 1664.42 L1210.05 1664.42 L1210.05 1431.33 L1187.1 1431.33 L1187.1 1431.33 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9613)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1187.1,1431.33 1187.1,1664.42 1210.05,1664.42 1210.05,1431.33 1187.1,1431.33 \"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"854.196\" cy=\"1386.03\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"877.154\" cy=\"1377.2\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"900.113\" cy=\"1340.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"923.072\" cy=\"1350.68\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"946.03\" cy=\"1355.1\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"968.989\" cy=\"1414.76\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"991.947\" cy=\"1467.78\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1014.91\" cy=\"1467.78\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1037.86\" cy=\"1415.86\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1060.82\" cy=\"1408.13\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1083.78\" cy=\"1403.71\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1106.74\" cy=\"1350.68\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1129.7\" cy=\"1356.21\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1152.66\" cy=\"1342.95\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1175.62\" cy=\"1342.95\" r=\"2\"/>\n<circle clip-path=\"url(#clip9613)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1198.58\" cy=\"1431.33\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M1460.01 1674.13 L1872.76 1674.13 L1872.76 1331.03 L1460.01 1331.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9614\">\n <rect x=\"1460\" y=\"1331\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1528.63,1674.13 1528.63,1331.03 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1597.51,1674.13 1597.51,1331.03 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1666.39,1674.13 1666.39,1331.03 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1735.26,1674.13 1735.26,1331.03 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1804.14,1674.13 1804.14,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1674.13 1872.76,1674.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,1674.13 1528.63,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,1674.13 1597.51,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,1674.13 1666.39,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,1674.13 1735.26,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,1674.13 1804.14,1655.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1497.7 1726.1 L1527.37 1726.1 L1527.37 1730.03 L1497.7 1730.03 L1497.7 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1548.04 1723.78 Q1544.9 1723.78 1543.04 1725.94 Q1541.21 1728.09 1541.21 1731.84 Q1541.21 1735.57 1543.04 1737.74 Q1544.9 1739.9 1548.04 1739.9 Q1551.19 1739.9 1553.02 1737.74 Q1554.87 1735.57 1554.87 1731.84 Q1554.87 1728.09 1553.02 1725.94 Q1551.19 1723.78 1548.04 1723.78 M1557.33 1709.13 L1557.33 1713.39 Q1555.57 1712.56 1553.76 1712.12 Q1551.98 1711.68 1550.22 1711.68 Q1545.59 1711.68 1543.14 1714.8 Q1540.71 1717.93 1540.36 1724.25 Q1541.72 1722.23 1543.78 1721.17 Q1545.84 1720.08 1548.32 1720.08 Q1553.53 1720.08 1556.54 1723.25 Q1559.57 1726.4 1559.57 1731.84 Q1559.57 1737.16 1556.42 1740.38 Q1553.27 1743.6 1548.04 1743.6 Q1542.05 1743.6 1538.88 1739.02 Q1535.71 1734.41 1535.71 1725.68 Q1535.71 1717.49 1539.59 1712.63 Q1543.48 1707.74 1550.03 1707.74 Q1551.79 1707.74 1553.58 1708.09 Q1555.38 1708.44 1557.33 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1566.98 1726.1 L1596.65 1726.1 L1596.65 1730.03 L1566.98 1730.03 L1566.98 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1620.91 1724.29 Q1624.27 1725.01 1626.14 1727.28 Q1628.04 1729.55 1628.04 1732.88 Q1628.04 1738 1624.52 1740.8 Q1621 1743.6 1614.52 1743.6 Q1612.35 1743.6 1610.03 1743.16 Q1607.74 1742.74 1605.29 1741.89 L1605.29 1737.37 Q1607.23 1738.51 1609.55 1739.09 Q1611.86 1739.66 1614.38 1739.66 Q1618.78 1739.66 1621.07 1737.93 Q1623.39 1736.19 1623.39 1732.88 Q1623.39 1729.83 1621.24 1728.11 Q1619.11 1726.38 1615.29 1726.38 L1611.26 1726.38 L1611.26 1722.53 L1615.47 1722.53 Q1618.92 1722.53 1620.75 1721.17 Q1622.58 1719.78 1622.58 1717.19 Q1622.58 1714.53 1620.68 1713.11 Q1618.81 1711.68 1615.29 1711.68 Q1613.37 1711.68 1611.17 1712.09 Q1608.97 1712.51 1606.33 1713.39 L1606.33 1709.22 Q1608.99 1708.48 1611.31 1708.11 Q1613.64 1707.74 1615.7 1707.74 Q1621.03 1707.74 1624.13 1710.17 Q1627.23 1712.58 1627.23 1716.7 Q1627.23 1719.57 1625.59 1721.56 Q1623.94 1723.53 1620.91 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1666.39 1711.45 Q1662.77 1711.45 1660.95 1715.01 Q1659.14 1718.55 1659.14 1725.68 Q1659.14 1732.79 1660.95 1736.35 Q1662.77 1739.9 1666.39 1739.9 Q1670.02 1739.9 1671.83 1736.35 Q1673.65 1732.79 1673.65 1725.68 Q1673.65 1718.55 1671.83 1715.01 Q1670.02 1711.45 1666.39 1711.45 M1666.39 1707.74 Q1672.2 1707.74 1675.25 1712.35 Q1678.33 1716.93 1678.33 1725.68 Q1678.33 1734.41 1675.25 1739.02 Q1672.2 1743.6 1666.39 1743.6 Q1660.58 1743.6 1657.5 1739.02 Q1654.44 1734.41 1654.44 1725.68 Q1654.44 1716.93 1657.5 1712.35 Q1660.58 1707.74 1666.39 1707.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1739.51 1724.29 Q1742.87 1725.01 1744.74 1727.28 Q1746.64 1729.55 1746.64 1732.88 Q1746.64 1738 1743.12 1740.8 Q1739.6 1743.6 1733.12 1743.6 Q1730.94 1743.6 1728.63 1743.16 Q1726.34 1742.74 1723.88 1741.89 L1723.88 1737.37 Q1725.83 1738.51 1728.14 1739.09 Q1730.46 1739.66 1732.98 1739.66 Q1737.38 1739.66 1739.67 1737.93 Q1741.99 1736.19 1741.99 1732.88 Q1741.99 1729.83 1739.83 1728.11 Q1737.7 1726.38 1733.88 1726.38 L1729.86 1726.38 L1729.86 1722.53 L1734.07 1722.53 Q1737.52 1722.53 1739.35 1721.17 Q1741.18 1719.78 1741.18 1717.19 Q1741.18 1714.53 1739.28 1713.11 Q1737.4 1711.68 1733.88 1711.68 Q1731.96 1711.68 1729.76 1712.09 Q1727.56 1712.51 1724.93 1713.39 L1724.93 1709.22 Q1727.59 1708.48 1729.9 1708.11 Q1732.24 1707.74 1734.3 1707.74 Q1739.62 1707.74 1742.73 1710.17 Q1745.83 1712.58 1745.83 1716.7 Q1745.83 1719.57 1744.18 1721.56 Q1742.54 1723.53 1739.51 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1804.54 1723.78 Q1801.39 1723.78 1799.54 1725.94 Q1797.71 1728.09 1797.71 1731.84 Q1797.71 1735.57 1799.54 1737.74 Q1801.39 1739.9 1804.54 1739.9 Q1807.69 1739.9 1809.52 1737.74 Q1811.37 1735.57 1811.37 1731.84 Q1811.37 1728.09 1809.52 1725.94 Q1807.69 1723.78 1804.54 1723.78 M1813.82 1709.13 L1813.82 1713.39 Q1812.07 1712.56 1810.26 1712.12 Q1808.48 1711.68 1806.72 1711.68 Q1802.09 1711.68 1799.63 1714.8 Q1797.2 1717.93 1796.86 1724.25 Q1798.22 1722.23 1800.28 1721.17 Q1802.34 1720.08 1804.82 1720.08 Q1810.03 1720.08 1813.04 1723.25 Q1816.07 1726.4 1816.07 1731.84 Q1816.07 1737.16 1812.92 1740.38 Q1809.77 1743.6 1804.54 1743.6 Q1798.55 1743.6 1795.38 1739.02 Q1792.2 1734.41 1792.2 1725.68 Q1792.2 1717.49 1796.09 1712.63 Q1799.98 1707.74 1806.53 1707.74 Q1808.29 1707.74 1810.07 1708.09 Q1811.88 1708.44 1813.82 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,1664.42 1872.76,1664.42 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,1555.07 1872.76,1555.07 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,1445.72 1872.76,1445.72 \"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,1336.37 1872.76,1336.37 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1674.13 1460.01,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1664.42 1478.91,1664.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1555.07 1478.91,1555.07 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1445.72 1478.91,1445.72 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1336.37 1478.91,1336.37 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1400.07 1650.22 Q1396.46 1650.22 1394.63 1653.78 Q1392.83 1657.32 1392.83 1664.45 Q1392.83 1671.56 1394.63 1675.12 Q1396.46 1678.67 1400.07 1678.67 Q1403.7 1678.67 1405.51 1675.12 Q1407.34 1671.56 1407.34 1664.45 Q1407.34 1657.32 1405.51 1653.78 Q1403.7 1650.22 1400.07 1650.22 M1400.07 1646.51 Q1405.88 1646.51 1408.94 1651.12 Q1412.01 1655.7 1412.01 1664.45 Q1412.01 1673.18 1408.94 1677.79 Q1405.88 1682.37 1400.07 1682.37 Q1394.26 1682.37 1391.18 1677.79 Q1388.13 1673.18 1388.13 1664.45 Q1388.13 1655.7 1391.18 1651.12 Q1394.26 1646.51 1400.07 1646.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1330.56 1568.41 L1338.2 1568.41 L1338.2 1542.05 L1329.89 1543.71 L1329.89 1539.45 L1338.15 1537.79 L1342.83 1537.79 L1342.83 1568.41 L1350.46 1568.41 L1350.46 1572.35 L1330.56 1572.35 L1330.56 1568.41 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 1540.87 Q1366.3 1540.87 1364.47 1544.43 Q1362.66 1547.97 1362.66 1555.1 Q1362.66 1562.21 1364.47 1565.77 Q1366.3 1569.32 1369.91 1569.32 Q1373.54 1569.32 1375.35 1565.77 Q1377.18 1562.21 1377.18 1555.1 Q1377.18 1547.97 1375.35 1544.43 Q1373.54 1540.87 1369.91 1540.87 M1369.91 1537.16 Q1375.72 1537.16 1378.77 1541.77 Q1381.85 1546.35 1381.85 1555.1 Q1381.85 1563.83 1378.77 1568.44 Q1375.72 1573.02 1369.91 1573.02 Q1364.1 1573.02 1361.02 1568.44 Q1357.96 1563.83 1357.96 1555.1 Q1357.96 1546.35 1361.02 1541.77 Q1364.1 1537.16 1369.91 1537.16 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 1540.87 Q1396.46 1540.87 1394.63 1544.43 Q1392.83 1547.97 1392.83 1555.1 Q1392.83 1562.21 1394.63 1565.77 Q1396.46 1569.32 1400.07 1569.32 Q1403.7 1569.32 1405.51 1565.77 Q1407.34 1562.21 1407.34 1555.1 Q1407.34 1547.97 1405.51 1544.43 Q1403.7 1540.87 1400.07 1540.87 M1400.07 1537.16 Q1405.88 1537.16 1408.94 1541.77 Q1412.01 1546.35 1412.01 1555.1 Q1412.01 1563.83 1408.94 1568.44 Q1405.88 1573.02 1400.07 1573.02 Q1394.26 1573.02 1391.18 1568.44 Q1388.13 1563.83 1388.13 1555.1 Q1388.13 1546.35 1391.18 1541.77 Q1394.26 1537.16 1400.07 1537.16 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1333.77 1459.06 L1350.09 1459.06 L1350.09 1463 L1328.15 1463 L1328.15 1459.06 Q1330.81 1456.31 1335.39 1451.68 Q1340 1447.03 1341.18 1445.68 Q1343.43 1443.16 1344.31 1441.42 Q1345.21 1439.66 1345.21 1437.98 Q1345.21 1435.22 1343.27 1433.48 Q1341.34 1431.75 1338.24 1431.75 Q1336.04 1431.75 1333.59 1432.51 Q1331.16 1433.28 1328.38 1434.83 L1328.38 1430.1 Q1331.21 1428.97 1333.66 1428.39 Q1336.11 1427.81 1338.15 1427.81 Q1343.52 1427.81 1346.71 1430.5 Q1349.91 1433.18 1349.91 1437.67 Q1349.91 1439.8 1349.1 1441.73 Q1348.31 1443.62 1346.2 1446.22 Q1345.63 1446.89 1342.52 1450.1 Q1339.42 1453.3 1333.77 1459.06 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 1431.52 Q1366.3 1431.52 1364.47 1435.08 Q1362.66 1438.62 1362.66 1445.75 Q1362.66 1452.86 1364.47 1456.42 Q1366.3 1459.97 1369.91 1459.97 Q1373.54 1459.97 1375.35 1456.42 Q1377.18 1452.86 1377.18 1445.75 Q1377.18 1438.62 1375.35 1435.08 Q1373.54 1431.52 1369.91 1431.52 M1369.91 1427.81 Q1375.72 1427.81 1378.77 1432.42 Q1381.85 1437 1381.85 1445.75 Q1381.85 1454.48 1378.77 1459.09 Q1375.72 1463.67 1369.91 1463.67 Q1364.1 1463.67 1361.02 1459.09 Q1357.96 1454.48 1357.96 1445.75 Q1357.96 1437 1361.02 1432.42 Q1364.1 1427.81 1369.91 1427.81 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 1431.52 Q1396.46 1431.52 1394.63 1435.08 Q1392.83 1438.62 1392.83 1445.75 Q1392.83 1452.86 1394.63 1456.42 Q1396.46 1459.97 1400.07 1459.97 Q1403.7 1459.97 1405.51 1456.42 Q1407.34 1452.86 1407.34 1445.75 Q1407.34 1438.62 1405.51 1435.08 Q1403.7 1431.52 1400.07 1431.52 M1400.07 1427.81 Q1405.88 1427.81 1408.94 1432.42 Q1412.01 1437 1412.01 1445.75 Q1412.01 1454.48 1408.94 1459.09 Q1405.88 1463.67 1400.07 1463.67 Q1394.26 1463.67 1391.18 1459.09 Q1388.13 1454.48 1388.13 1445.75 Q1388.13 1437 1391.18 1432.42 Q1394.26 1427.81 1400.07 1427.81 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1343.91 1335.01 Q1347.27 1335.73 1349.14 1338 Q1351.04 1340.27 1351.04 1343.6 Q1351.04 1348.72 1347.52 1351.52 Q1344.01 1354.32 1337.52 1354.32 Q1335.35 1354.32 1333.03 1353.88 Q1330.74 1353.46 1328.29 1352.61 L1328.29 1348.09 Q1330.23 1349.23 1332.55 1349.81 Q1334.86 1350.38 1337.39 1350.38 Q1341.78 1350.38 1344.08 1348.65 Q1346.39 1346.91 1346.39 1343.6 Q1346.39 1340.55 1344.24 1338.83 Q1342.11 1337.1 1338.29 1337.1 L1334.26 1337.1 L1334.26 1333.25 L1338.47 1333.25 Q1341.92 1333.25 1343.75 1331.89 Q1345.58 1330.5 1345.58 1327.91 Q1345.58 1325.25 1343.68 1323.83 Q1341.81 1322.4 1338.29 1322.4 Q1336.37 1322.4 1334.17 1322.82 Q1331.97 1323.23 1329.33 1324.11 L1329.33 1319.94 Q1331.99 1319.2 1334.31 1318.83 Q1336.64 1318.46 1338.71 1318.46 Q1344.03 1318.46 1347.13 1320.89 Q1350.23 1323.3 1350.23 1327.42 Q1350.23 1330.29 1348.59 1332.28 Q1346.95 1334.25 1343.91 1335.01 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 1322.17 Q1366.3 1322.17 1364.47 1325.73 Q1362.66 1329.27 1362.66 1336.4 Q1362.66 1343.51 1364.47 1347.07 Q1366.3 1350.62 1369.91 1350.62 Q1373.54 1350.62 1375.35 1347.07 Q1377.18 1343.51 1377.18 1336.4 Q1377.18 1329.27 1375.35 1325.73 Q1373.54 1322.17 1369.91 1322.17 M1369.91 1318.46 Q1375.72 1318.46 1378.77 1323.07 Q1381.85 1327.65 1381.85 1336.4 Q1381.85 1345.13 1378.77 1349.74 Q1375.72 1354.32 1369.91 1354.32 Q1364.1 1354.32 1361.02 1349.74 Q1357.96 1345.13 1357.96 1336.4 Q1357.96 1327.65 1361.02 1323.07 Q1364.1 1318.46 1369.91 1318.46 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 1322.17 Q1396.46 1322.17 1394.63 1325.73 Q1392.83 1329.27 1392.83 1336.4 Q1392.83 1343.51 1394.63 1347.07 Q1396.46 1350.62 1400.07 1350.62 Q1403.7 1350.62 1405.51 1347.07 Q1407.34 1343.51 1407.34 1336.4 Q1407.34 1329.27 1405.51 1325.73 Q1403.7 1322.17 1400.07 1322.17 M1400.07 1318.46 Q1405.88 1318.46 1408.94 1323.07 Q1412.01 1327.65 1412.01 1336.4 Q1412.01 1345.13 1408.94 1349.74 Q1405.88 1354.32 1400.07 1354.32 Q1394.26 1354.32 1391.18 1349.74 Q1388.13 1345.13 1388.13 1336.4 Q1388.13 1327.65 1391.18 1323.07 Q1394.26 1318.46 1400.07 1318.46 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1623.49 1265.69 L1636.85 1265.69 L1636.85 1219.55 L1622.31 1222.47 L1622.31 1215.01 L1636.77 1212.1 L1644.96 1212.1 L1644.96 1265.69 L1658.32 1265.69 L1658.32 1272.58 L1623.49 1272.58 L1623.49 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1681.9 1265.69 L1710.46 1265.69 L1710.46 1272.58 L1672.06 1272.58 L1672.06 1265.69 Q1676.72 1260.87 1684.74 1252.77 Q1692.8 1244.62 1694.86 1242.28 Q1698.79 1237.86 1700.33 1234.82 Q1701.91 1231.74 1701.91 1228.79 Q1701.91 1223.97 1698.51 1220.93 Q1695.15 1217.89 1689.72 1217.89 Q1685.87 1217.89 1681.58 1219.23 Q1677.32 1220.56 1672.46 1223.28 L1672.46 1215.01 Q1677.4 1213.03 1681.7 1212.01 Q1685.99 1211 1689.56 1211 Q1698.95 1211 1704.54 1215.7 Q1710.14 1220.4 1710.14 1228.26 Q1710.14 1231.99 1708.72 1235.35 Q1707.34 1238.67 1703.65 1243.21 Q1702.64 1244.38 1697.21 1250.01 Q1691.78 1255.6 1681.9 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9614)\" d=\"M1482.72 1397.6 L1482.72 1664.42 L1505.67 1664.42 L1505.67 1397.6 L1482.72 1397.6 L1482.72 1397.6 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1482.72,1397.6 1482.72,1664.42 1505.67,1664.42 1505.67,1397.6 1482.72,1397.6 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1505.67 1379.01 L1505.67 1664.42 L1528.63 1664.42 L1528.63 1379.01 L1505.67 1379.01 L1505.67 1379.01 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1505.67,1379.01 1505.67,1664.42 1528.63,1664.42 1528.63,1379.01 1505.67,1379.01 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1528.63 1346.21 L1528.63 1664.42 L1551.59 1664.42 L1551.59 1346.21 L1528.63 1346.21 L1528.63 1346.21 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,1346.21 1528.63,1664.42 1551.59,1664.42 1551.59,1346.21 1528.63,1346.21 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1551.59 1370.27 L1551.59 1664.42 L1574.55 1664.42 L1574.55 1370.27 L1551.59 1370.27 L1551.59 1370.27 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1551.59,1370.27 1551.59,1664.42 1574.55,1664.42 1574.55,1370.27 1551.59,1370.27 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1574.55 1407.45 L1574.55 1664.42 L1597.51 1664.42 L1597.51 1407.45 L1574.55 1407.45 L1574.55 1407.45 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1574.55,1407.45 1574.55,1664.42 1597.51,1664.42 1597.51,1407.45 1574.55,1407.45 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1597.51 1412.91 L1597.51 1664.42 L1620.47 1664.42 L1620.47 1412.91 L1597.51 1412.91 L1597.51 1412.91 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,1412.91 1597.51,1664.42 1620.47,1664.42 1620.47,1412.91 1597.51,1412.91 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1620.47 1449 L1620.47 1664.42 L1643.43 1664.42 L1643.43 1449 L1620.47 1449 L1620.47 1449 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1620.47,1449 1620.47,1664.42 1643.43,1664.42 1643.43,1449 1620.47,1449 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1643.43 1443.53 L1643.43 1664.42 L1666.39 1664.42 L1666.39 1443.53 L1643.43 1443.53 L1643.43 1443.53 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1643.43,1443.53 1643.43,1664.42 1666.39,1664.42 1666.39,1443.53 1643.43,1443.53 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1666.39 1424.94 L1666.39 1664.42 L1689.34 1664.42 L1689.34 1424.94 L1666.39 1424.94 L1666.39 1424.94 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,1424.94 1666.39,1664.42 1689.34,1664.42 1689.34,1424.94 1666.39,1424.94 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1689.34 1412.91 L1689.34 1664.42 L1712.3 1664.42 L1712.3 1412.91 L1689.34 1412.91 L1689.34 1412.91 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1689.34,1412.91 1689.34,1664.42 1712.3,1664.42 1712.3,1412.91 1689.34,1412.91 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1712.3 1411.82 L1712.3 1664.42 L1735.26 1664.42 L1735.26 1411.82 L1712.3 1411.82 L1712.3 1411.82 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1712.3,1411.82 1712.3,1664.42 1735.26,1664.42 1735.26,1411.82 1712.3,1411.82 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1735.26 1340.74 L1735.26 1664.42 L1758.22 1664.42 L1758.22 1340.74 L1735.26 1340.74 L1735.26 1340.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,1340.74 1735.26,1664.42 1758.22,1664.42 1758.22,1340.74 1735.26,1340.74 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1758.22 1359.33 L1758.22 1664.42 L1781.18 1664.42 L1781.18 1359.33 L1758.22 1359.33 L1758.22 1359.33 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1758.22,1359.33 1758.22,1664.42 1781.18,1664.42 1781.18,1359.33 1758.22,1359.33 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1781.18 1363.71 L1781.18 1664.42 L1804.14 1664.42 L1804.14 1363.71 L1781.18 1363.71 L1781.18 1363.71 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1781.18,1363.71 1781.18,1664.42 1804.14,1664.42 1804.14,1363.71 1781.18,1363.71 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1804.14 1377.92 L1804.14 1664.42 L1827.1 1664.42 L1827.1 1377.92 L1804.14 1377.92 L1804.14 1377.92 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,1377.92 1804.14,1664.42 1827.1,1664.42 1827.1,1377.92 1804.14,1377.92 \"/>\n<path clip-path=\"url(#clip9614)\" d=\"M1827.1 1400.88 L1827.1 1664.42 L1850.05 1664.42 L1850.05 1400.88 L1827.1 1400.88 L1827.1 1400.88 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9614)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1827.1,1400.88 1827.1,1664.42 1850.05,1664.42 1850.05,1400.88 1827.1,1400.88 \"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1494.2\" cy=\"1397.6\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1517.15\" cy=\"1379.01\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1540.11\" cy=\"1346.21\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1563.07\" cy=\"1370.27\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1586.03\" cy=\"1407.45\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1608.99\" cy=\"1412.91\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1631.95\" cy=\"1449\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1654.91\" cy=\"1443.53\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1677.86\" cy=\"1424.94\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1700.82\" cy=\"1412.91\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1723.78\" cy=\"1411.82\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1746.74\" cy=\"1340.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1769.7\" cy=\"1359.33\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1792.66\" cy=\"1363.71\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1815.62\" cy=\"1377.92\" r=\"2\"/>\n<circle clip-path=\"url(#clip9614)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1838.58\" cy=\"1400.88\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2100.01 1674.13 L2512.76 1674.13 L2512.76 1331.03 L2100.01 1331.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9615\">\n <rect x=\"2100\" y=\"1331\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2168.63,1674.13 2168.63,1331.03 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2237.51,1674.13 2237.51,1331.03 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2306.39,1674.13 2306.39,1331.03 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2375.26,1674.13 2375.26,1331.03 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2444.14,1674.13 2444.14,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1674.13 2512.76,1674.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,1674.13 2168.63,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,1674.13 2237.51,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,1674.13 2306.39,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,1674.13 2375.26,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,1674.13 2444.14,1655.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2137.7 1726.1 L2167.37 1726.1 L2167.37 1730.03 L2137.7 1730.03 L2137.7 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2188.04 1723.78 Q2184.9 1723.78 2183.04 1725.94 Q2181.21 1728.09 2181.21 1731.84 Q2181.21 1735.57 2183.04 1737.74 Q2184.9 1739.9 2188.04 1739.9 Q2191.19 1739.9 2193.02 1737.74 Q2194.87 1735.57 2194.87 1731.84 Q2194.87 1728.09 2193.02 1725.94 Q2191.19 1723.78 2188.04 1723.78 M2197.33 1709.13 L2197.33 1713.39 Q2195.57 1712.56 2193.76 1712.12 Q2191.98 1711.68 2190.22 1711.68 Q2185.59 1711.68 2183.14 1714.8 Q2180.71 1717.93 2180.36 1724.25 Q2181.72 1722.23 2183.78 1721.17 Q2185.84 1720.08 2188.32 1720.08 Q2193.53 1720.08 2196.54 1723.25 Q2199.57 1726.4 2199.57 1731.84 Q2199.57 1737.16 2196.42 1740.38 Q2193.27 1743.6 2188.04 1743.6 Q2182.05 1743.6 2178.88 1739.02 Q2175.71 1734.41 2175.71 1725.68 Q2175.71 1717.49 2179.59 1712.63 Q2183.48 1707.74 2190.03 1707.74 Q2191.79 1707.74 2193.58 1708.09 Q2195.38 1708.44 2197.33 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2206.98 1726.1 L2236.65 1726.1 L2236.65 1730.03 L2206.98 1730.03 L2206.98 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2260.91 1724.29 Q2264.27 1725.01 2266.14 1727.28 Q2268.04 1729.55 2268.04 1732.88 Q2268.04 1738 2264.52 1740.8 Q2261 1743.6 2254.52 1743.6 Q2252.35 1743.6 2250.03 1743.16 Q2247.74 1742.74 2245.29 1741.89 L2245.29 1737.37 Q2247.23 1738.51 2249.55 1739.09 Q2251.86 1739.66 2254.38 1739.66 Q2258.78 1739.66 2261.07 1737.93 Q2263.39 1736.19 2263.39 1732.88 Q2263.39 1729.83 2261.24 1728.11 Q2259.11 1726.38 2255.29 1726.38 L2251.26 1726.38 L2251.26 1722.53 L2255.47 1722.53 Q2258.92 1722.53 2260.75 1721.17 Q2262.58 1719.78 2262.58 1717.19 Q2262.58 1714.53 2260.68 1713.11 Q2258.81 1711.68 2255.29 1711.68 Q2253.37 1711.68 2251.17 1712.09 Q2248.97 1712.51 2246.33 1713.39 L2246.33 1709.22 Q2248.99 1708.48 2251.31 1708.11 Q2253.64 1707.74 2255.7 1707.74 Q2261.03 1707.74 2264.13 1710.17 Q2267.23 1712.58 2267.23 1716.7 Q2267.23 1719.57 2265.59 1721.56 Q2263.94 1723.53 2260.91 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2306.39 1711.45 Q2302.77 1711.45 2300.95 1715.01 Q2299.14 1718.55 2299.14 1725.68 Q2299.14 1732.79 2300.95 1736.35 Q2302.77 1739.9 2306.39 1739.9 Q2310.02 1739.9 2311.83 1736.35 Q2313.65 1732.79 2313.65 1725.68 Q2313.65 1718.55 2311.83 1715.01 Q2310.02 1711.45 2306.39 1711.45 M2306.39 1707.74 Q2312.2 1707.74 2315.25 1712.35 Q2318.33 1716.93 2318.33 1725.68 Q2318.33 1734.41 2315.25 1739.02 Q2312.2 1743.6 2306.39 1743.6 Q2300.58 1743.6 2297.5 1739.02 Q2294.44 1734.41 2294.44 1725.68 Q2294.44 1716.93 2297.5 1712.35 Q2300.58 1707.74 2306.39 1707.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2379.51 1724.29 Q2382.87 1725.01 2384.74 1727.28 Q2386.64 1729.55 2386.64 1732.88 Q2386.64 1738 2383.12 1740.8 Q2379.6 1743.6 2373.12 1743.6 Q2370.94 1743.6 2368.63 1743.16 Q2366.34 1742.74 2363.88 1741.89 L2363.88 1737.37 Q2365.83 1738.51 2368.14 1739.09 Q2370.46 1739.66 2372.98 1739.66 Q2377.38 1739.66 2379.67 1737.93 Q2381.99 1736.19 2381.99 1732.88 Q2381.99 1729.83 2379.83 1728.11 Q2377.7 1726.38 2373.88 1726.38 L2369.86 1726.38 L2369.86 1722.53 L2374.07 1722.53 Q2377.52 1722.53 2379.35 1721.17 Q2381.18 1719.78 2381.18 1717.19 Q2381.18 1714.53 2379.28 1713.11 Q2377.4 1711.68 2373.88 1711.68 Q2371.96 1711.68 2369.76 1712.09 Q2367.56 1712.51 2364.93 1713.39 L2364.93 1709.22 Q2367.59 1708.48 2369.9 1708.11 Q2372.24 1707.74 2374.3 1707.74 Q2379.62 1707.74 2382.73 1710.17 Q2385.83 1712.58 2385.83 1716.7 Q2385.83 1719.57 2384.18 1721.56 Q2382.54 1723.53 2379.51 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2444.54 1723.78 Q2441.39 1723.78 2439.54 1725.94 Q2437.71 1728.09 2437.71 1731.84 Q2437.71 1735.57 2439.54 1737.74 Q2441.39 1739.9 2444.54 1739.9 Q2447.69 1739.9 2449.52 1737.74 Q2451.37 1735.57 2451.37 1731.84 Q2451.37 1728.09 2449.52 1725.94 Q2447.69 1723.78 2444.54 1723.78 M2453.82 1709.13 L2453.82 1713.39 Q2452.07 1712.56 2450.26 1712.12 Q2448.48 1711.68 2446.72 1711.68 Q2442.09 1711.68 2439.63 1714.8 Q2437.2 1717.93 2436.86 1724.25 Q2438.22 1722.23 2440.28 1721.17 Q2442.34 1720.08 2444.82 1720.08 Q2450.03 1720.08 2453.04 1723.25 Q2456.07 1726.4 2456.07 1731.84 Q2456.07 1737.16 2452.92 1740.38 Q2449.77 1743.6 2444.54 1743.6 Q2438.55 1743.6 2435.38 1739.02 Q2432.2 1734.41 2432.2 1725.68 Q2432.2 1717.49 2436.09 1712.63 Q2439.98 1707.74 2446.53 1707.74 Q2448.29 1707.74 2450.07 1708.09 Q2451.88 1708.44 2453.82 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1664.42 2512.76,1664.42 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1608.61 2512.76,1608.61 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1552.81 2512.76,1552.81 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1497 2512.76,1497 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1441.19 2512.76,1441.19 \"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1385.39 2512.76,1385.39 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1674.13 2100.01,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1664.42 2118.91,1664.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1608.61 2118.91,1608.61 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1552.81 2118.91,1552.81 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1497 2118.91,1497 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1441.19 2118.91,1441.19 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1385.39 2118.91,1385.39 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2040.07 1650.22 Q2036.46 1650.22 2034.63 1653.78 Q2032.83 1657.32 2032.83 1664.45 Q2032.83 1671.56 2034.63 1675.12 Q2036.46 1678.67 2040.07 1678.67 Q2043.7 1678.67 2045.51 1675.12 Q2047.34 1671.56 2047.34 1664.45 Q2047.34 1657.32 2045.51 1653.78 Q2043.7 1650.22 2040.07 1650.22 M2040.07 1646.51 Q2045.88 1646.51 2048.94 1651.12 Q2052.01 1655.7 2052.01 1664.45 Q2052.01 1673.18 2048.94 1677.79 Q2045.88 1682.37 2040.07 1682.37 Q2034.26 1682.37 2031.18 1677.79 Q2028.13 1673.18 2028.13 1664.45 Q2028.13 1655.7 2031.18 1651.12 Q2034.26 1646.51 2040.07 1646.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1999.95 1591.33 L2018.31 1591.33 L2018.31 1595.27 L2004.24 1595.27 L2004.24 1603.74 Q2005.26 1603.39 2006.27 1603.23 Q2007.29 1603.04 2008.31 1603.04 Q2014.1 1603.04 2017.48 1606.22 Q2020.86 1609.39 2020.86 1614.8 Q2020.86 1620.38 2017.39 1623.48 Q2013.91 1626.56 2007.59 1626.56 Q2005.42 1626.56 2003.15 1626.19 Q2000.9 1625.82 1998.5 1625.08 L1998.5 1620.38 Q2000.58 1621.52 2002.8 1622.07 Q2005.02 1622.63 2007.5 1622.63 Q2011.51 1622.63 2013.84 1620.52 Q2016.18 1618.41 2016.18 1614.8 Q2016.18 1611.19 2013.84 1609.09 Q2011.51 1606.98 2007.5 1606.98 Q2005.63 1606.98 2003.75 1607.4 Q2001.9 1607.81 1999.95 1608.69 L1999.95 1591.33 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 1594.41 Q2036.46 1594.41 2034.63 1597.98 Q2032.83 1601.52 2032.83 1608.65 Q2032.83 1615.75 2034.63 1619.32 Q2036.46 1622.86 2040.07 1622.86 Q2043.7 1622.86 2045.51 1619.32 Q2047.34 1615.75 2047.34 1608.65 Q2047.34 1601.52 2045.51 1597.98 Q2043.7 1594.41 2040.07 1594.41 M2040.07 1590.71 Q2045.88 1590.71 2048.94 1595.31 Q2052.01 1599.9 2052.01 1608.65 Q2052.01 1617.37 2048.94 1621.98 Q2045.88 1626.56 2040.07 1626.56 Q2034.26 1626.56 2031.18 1621.98 Q2028.13 1617.37 2028.13 1608.65 Q2028.13 1599.9 2031.18 1595.31 Q2034.26 1590.71 2040.07 1590.71 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1970.56 1566.15 L1978.2 1566.15 L1978.2 1539.78 L1969.89 1541.45 L1969.89 1537.19 L1978.15 1535.53 L1982.83 1535.53 L1982.83 1566.15 L1990.46 1566.15 L1990.46 1570.09 L1970.56 1570.09 L1970.56 1566.15 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 1538.6 Q2006.3 1538.6 2004.47 1542.17 Q2002.66 1545.71 2002.66 1552.84 Q2002.66 1559.95 2004.47 1563.51 Q2006.3 1567.05 2009.91 1567.05 Q2013.54 1567.05 2015.35 1563.51 Q2017.18 1559.95 2017.18 1552.84 Q2017.18 1545.71 2015.35 1542.17 Q2013.54 1538.6 2009.91 1538.6 M2009.91 1534.9 Q2015.72 1534.9 2018.77 1539.51 Q2021.85 1544.09 2021.85 1552.84 Q2021.85 1561.57 2018.77 1566.17 Q2015.72 1570.76 2009.91 1570.76 Q2004.1 1570.76 2001.02 1566.17 Q1997.96 1561.57 1997.96 1552.84 Q1997.96 1544.09 2001.02 1539.51 Q2004.1 1534.9 2009.91 1534.9 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 1538.6 Q2036.46 1538.6 2034.63 1542.17 Q2032.83 1545.71 2032.83 1552.84 Q2032.83 1559.95 2034.63 1563.51 Q2036.46 1567.05 2040.07 1567.05 Q2043.7 1567.05 2045.51 1563.51 Q2047.34 1559.95 2047.34 1552.84 Q2047.34 1545.71 2045.51 1542.17 Q2043.7 1538.6 2040.07 1538.6 M2040.07 1534.9 Q2045.88 1534.9 2048.94 1539.51 Q2052.01 1544.09 2052.01 1552.84 Q2052.01 1561.57 2048.94 1566.17 Q2045.88 1570.76 2040.07 1570.76 Q2034.26 1570.76 2031.18 1566.17 Q2028.13 1561.57 2028.13 1552.84 Q2028.13 1544.09 2031.18 1539.51 Q2034.26 1534.9 2040.07 1534.9 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1970.56 1510.34 L1978.2 1510.34 L1978.2 1483.98 L1969.89 1485.65 L1969.89 1481.39 L1978.15 1479.72 L1982.83 1479.72 L1982.83 1510.34 L1990.46 1510.34 L1990.46 1514.28 L1970.56 1514.28 L1970.56 1510.34 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1999.95 1479.72 L2018.31 1479.72 L2018.31 1483.65 L2004.24 1483.65 L2004.24 1492.13 Q2005.26 1491.78 2006.27 1491.62 Q2007.29 1491.43 2008.31 1491.43 Q2014.1 1491.43 2017.48 1494.6 Q2020.86 1497.77 2020.86 1503.19 Q2020.86 1508.77 2017.39 1511.87 Q2013.91 1514.95 2007.59 1514.95 Q2005.42 1514.95 2003.15 1514.58 Q2000.9 1514.21 1998.5 1513.47 L1998.5 1508.77 Q2000.58 1509.9 2002.8 1510.46 Q2005.02 1511.02 2007.5 1511.02 Q2011.51 1511.02 2013.84 1508.91 Q2016.18 1506.8 2016.18 1503.19 Q2016.18 1499.58 2013.84 1497.47 Q2011.51 1495.37 2007.5 1495.37 Q2005.63 1495.37 2003.75 1495.78 Q2001.9 1496.2 1999.95 1497.08 L1999.95 1479.72 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 1482.8 Q2036.46 1482.8 2034.63 1486.36 Q2032.83 1489.9 2032.83 1497.03 Q2032.83 1504.14 2034.63 1507.71 Q2036.46 1511.25 2040.07 1511.25 Q2043.7 1511.25 2045.51 1507.71 Q2047.34 1504.14 2047.34 1497.03 Q2047.34 1489.9 2045.51 1486.36 Q2043.7 1482.8 2040.07 1482.8 M2040.07 1479.09 Q2045.88 1479.09 2048.94 1483.7 Q2052.01 1488.28 2052.01 1497.03 Q2052.01 1505.76 2048.94 1510.37 Q2045.88 1514.95 2040.07 1514.95 Q2034.26 1514.95 2031.18 1510.37 Q2028.13 1505.76 2028.13 1497.03 Q2028.13 1488.28 2031.18 1483.7 Q2034.26 1479.09 2040.07 1479.09 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1973.77 1454.54 L1990.09 1454.54 L1990.09 1458.47 L1968.15 1458.47 L1968.15 1454.54 Q1970.81 1451.78 1975.39 1447.15 Q1980 1442.5 1981.18 1441.16 Q1983.43 1438.64 1984.31 1436.9 Q1985.21 1435.14 1985.21 1433.45 Q1985.21 1430.7 1983.27 1428.96 Q1981.34 1427.22 1978.24 1427.22 Q1976.04 1427.22 1973.59 1427.99 Q1971.16 1428.75 1968.38 1430.3 L1968.38 1425.58 Q1971.21 1424.45 1973.66 1423.87 Q1976.11 1423.29 1978.15 1423.29 Q1983.52 1423.29 1986.71 1425.97 Q1989.91 1428.66 1989.91 1433.15 Q1989.91 1435.28 1989.1 1437.2 Q1988.31 1439.1 1986.2 1441.69 Q1985.63 1442.36 1982.52 1445.58 Q1979.42 1448.77 1973.77 1454.54 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 1426.99 Q2006.3 1426.99 2004.47 1430.56 Q2002.66 1434.1 2002.66 1441.23 Q2002.66 1448.33 2004.47 1451.9 Q2006.3 1455.44 2009.91 1455.44 Q2013.54 1455.44 2015.35 1451.9 Q2017.18 1448.33 2017.18 1441.23 Q2017.18 1434.1 2015.35 1430.56 Q2013.54 1426.99 2009.91 1426.99 M2009.91 1423.29 Q2015.72 1423.29 2018.77 1427.89 Q2021.85 1432.48 2021.85 1441.23 Q2021.85 1449.95 2018.77 1454.56 Q2015.72 1459.14 2009.91 1459.14 Q2004.1 1459.14 2001.02 1454.56 Q1997.96 1449.95 1997.96 1441.23 Q1997.96 1432.48 2001.02 1427.89 Q2004.1 1423.29 2009.91 1423.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 1426.99 Q2036.46 1426.99 2034.63 1430.56 Q2032.83 1434.1 2032.83 1441.23 Q2032.83 1448.33 2034.63 1451.9 Q2036.46 1455.44 2040.07 1455.44 Q2043.7 1455.44 2045.51 1451.9 Q2047.34 1448.33 2047.34 1441.23 Q2047.34 1434.1 2045.51 1430.56 Q2043.7 1426.99 2040.07 1426.99 M2040.07 1423.29 Q2045.88 1423.29 2048.94 1427.89 Q2052.01 1432.48 2052.01 1441.23 Q2052.01 1449.95 2048.94 1454.56 Q2045.88 1459.14 2040.07 1459.14 Q2034.26 1459.14 2031.18 1454.56 Q2028.13 1449.95 2028.13 1441.23 Q2028.13 1432.48 2031.18 1427.89 Q2034.26 1423.29 2040.07 1423.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1973.77 1398.73 L1990.09 1398.73 L1990.09 1402.67 L1968.15 1402.67 L1968.15 1398.73 Q1970.81 1395.98 1975.39 1391.35 Q1980 1386.7 1981.18 1385.35 Q1983.43 1382.83 1984.31 1381.09 Q1985.21 1379.33 1985.21 1377.64 Q1985.21 1374.89 1983.27 1373.15 Q1981.34 1371.42 1978.24 1371.42 Q1976.04 1371.42 1973.59 1372.18 Q1971.16 1372.95 1968.38 1374.5 L1968.38 1369.77 Q1971.21 1368.64 1973.66 1368.06 Q1976.11 1367.48 1978.15 1367.48 Q1983.52 1367.48 1986.71 1370.17 Q1989.91 1372.85 1989.91 1377.34 Q1989.91 1379.47 1989.1 1381.39 Q1988.31 1383.29 1986.2 1385.88 Q1985.63 1386.56 1982.52 1389.77 Q1979.42 1392.97 1973.77 1398.73 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1999.95 1368.11 L2018.31 1368.11 L2018.31 1372.04 L2004.24 1372.04 L2004.24 1380.51 Q2005.26 1380.17 2006.27 1380.01 Q2007.29 1379.82 2008.31 1379.82 Q2014.1 1379.82 2017.48 1382.99 Q2020.86 1386.16 2020.86 1391.58 Q2020.86 1397.16 2017.39 1400.26 Q2013.91 1403.34 2007.59 1403.34 Q2005.42 1403.34 2003.15 1402.97 Q2000.9 1402.6 1998.5 1401.86 L1998.5 1397.16 Q2000.58 1398.29 2002.8 1398.85 Q2005.02 1399.4 2007.5 1399.4 Q2011.51 1399.4 2013.84 1397.3 Q2016.18 1395.19 2016.18 1391.58 Q2016.18 1387.97 2013.84 1385.86 Q2011.51 1383.76 2007.5 1383.76 Q2005.63 1383.76 2003.75 1384.17 Q2001.9 1384.59 1999.95 1385.47 L1999.95 1368.11 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 1371.19 Q2036.46 1371.19 2034.63 1374.75 Q2032.83 1378.29 2032.83 1385.42 Q2032.83 1392.53 2034.63 1396.09 Q2036.46 1399.63 2040.07 1399.63 Q2043.7 1399.63 2045.51 1396.09 Q2047.34 1392.53 2047.34 1385.42 Q2047.34 1378.29 2045.51 1374.75 Q2043.7 1371.19 2040.07 1371.19 M2040.07 1367.48 Q2045.88 1367.48 2048.94 1372.09 Q2052.01 1376.67 2052.01 1385.42 Q2052.01 1394.15 2048.94 1398.76 Q2045.88 1403.34 2040.07 1403.34 Q2034.26 1403.34 2031.18 1398.76 Q2028.13 1394.15 2028.13 1385.42 Q2028.13 1376.67 2031.18 1372.09 Q2034.26 1367.48 2040.07 1367.48 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2262.66 1265.69 L2276.02 1265.69 L2276.02 1219.55 L2261.48 1222.47 L2261.48 1215.01 L2275.94 1212.1 L2284.13 1212.1 L2284.13 1265.69 L2297.49 1265.69 L2297.49 1272.58 L2262.66 1272.58 L2262.66 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2338.81 1239.97 Q2344.69 1241.22 2347.97 1245.19 Q2351.29 1249.16 2351.29 1255 Q2351.29 1263.95 2345.13 1268.85 Q2338.97 1273.75 2327.63 1273.75 Q2323.82 1273.75 2319.77 1272.98 Q2315.76 1272.25 2311.47 1270.75 L2311.47 1262.85 Q2314.87 1264.84 2318.92 1265.85 Q2322.97 1266.86 2327.39 1266.86 Q2335.09 1266.86 2339.1 1263.83 Q2343.15 1260.79 2343.15 1255 Q2343.15 1249.65 2339.38 1246.65 Q2335.65 1243.61 2328.97 1243.61 L2321.92 1243.61 L2321.92 1236.89 L2329.29 1236.89 Q2335.33 1236.89 2338.53 1234.5 Q2341.73 1232.07 2341.73 1227.53 Q2341.73 1222.87 2338.41 1220.4 Q2335.13 1217.89 2328.97 1217.89 Q2325.61 1217.89 2321.76 1218.62 Q2317.91 1219.35 2313.29 1220.89 L2313.29 1213.59 Q2317.95 1212.3 2322 1211.65 Q2326.09 1211 2329.7 1211 Q2339.02 1211 2344.44 1215.26 Q2349.87 1219.47 2349.87 1226.68 Q2349.87 1231.7 2347 1235.19 Q2344.12 1238.63 2338.81 1239.97 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9615)\" d=\"M2122.72 1415.52 L2122.72 1664.42 L2145.67 1664.42 L2145.67 1415.52 L2122.72 1415.52 L2122.72 1415.52 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2122.72,1415.52 2122.72,1664.42 2145.67,1664.42 2145.67,1415.52 2122.72,1415.52 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2145.67 1356.37 L2145.67 1664.42 L2168.63 1664.42 L2168.63 1356.37 L2145.67 1356.37 L2145.67 1356.37 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2145.67,1356.37 2145.67,1664.42 2168.63,1664.42 2168.63,1356.37 2145.67,1356.37 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2168.63 1368.65 L2168.63 1664.42 L2191.59 1664.42 L2191.59 1368.65 L2168.63 1368.65 L2168.63 1368.65 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,1368.65 2168.63,1664.42 2191.59,1664.42 2191.59,1368.65 2168.63,1368.65 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2191.59 1384.27 L2191.59 1664.42 L2214.55 1664.42 L2214.55 1384.27 L2191.59 1384.27 L2191.59 1384.27 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2191.59,1384.27 2191.59,1664.42 2214.55,1664.42 2214.55,1384.27 2191.59,1384.27 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2214.55 1398.78 L2214.55 1664.42 L2237.51 1664.42 L2237.51 1398.78 L2214.55 1398.78 L2214.55 1398.78 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2214.55,1398.78 2214.55,1664.42 2237.51,1664.42 2237.51,1398.78 2214.55,1398.78 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2237.51 1401.01 L2237.51 1664.42 L2260.47 1664.42 L2260.47 1401.01 L2237.51 1401.01 L2237.51 1401.01 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,1401.01 2237.51,1664.42 2260.47,1664.42 2260.47,1401.01 2237.51,1401.01 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2260.47 1426.68 L2260.47 1664.42 L2283.43 1664.42 L2283.43 1426.68 L2260.47 1426.68 L2260.47 1426.68 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2260.47,1426.68 2260.47,1664.42 2283.43,1664.42 2283.43,1426.68 2260.47,1426.68 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2283.43 1434.5 L2283.43 1664.42 L2306.39 1664.42 L2306.39 1434.5 L2283.43 1434.5 L2283.43 1434.5 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2283.43,1434.5 2283.43,1664.42 2306.39,1664.42 2306.39,1434.5 2283.43,1434.5 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2306.39 1409.94 L2306.39 1664.42 L2329.34 1664.42 L2329.34 1409.94 L2306.39 1409.94 L2306.39 1409.94 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,1409.94 2306.39,1664.42 2329.34,1664.42 2329.34,1409.94 2306.39,1409.94 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2329.34 1396.55 L2329.34 1664.42 L2352.3 1664.42 L2352.3 1396.55 L2329.34 1396.55 L2329.34 1396.55 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2329.34,1396.55 2329.34,1664.42 2352.3,1664.42 2352.3,1396.55 2329.34,1396.55 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2352.3 1385.39 L2352.3 1664.42 L2375.26 1664.42 L2375.26 1385.39 L2352.3 1385.39 L2352.3 1385.39 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2352.3,1385.39 2352.3,1664.42 2375.26,1664.42 2375.26,1385.39 2352.3,1385.39 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2375.26 1385.39 L2375.26 1664.42 L2398.22 1664.42 L2398.22 1385.39 L2375.26 1385.39 L2375.26 1385.39 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,1385.39 2375.26,1664.42 2398.22,1664.42 2398.22,1385.39 2375.26,1385.39 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2398.22 1353.02 L2398.22 1664.42 L2421.18 1664.42 L2421.18 1353.02 L2398.22 1353.02 L2398.22 1353.02 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2398.22,1353.02 2398.22,1664.42 2421.18,1664.42 2421.18,1353.02 2398.22,1353.02 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2421.18 1340.74 L2421.18 1664.42 L2444.14 1664.42 L2444.14 1340.74 L2421.18 1340.74 L2421.18 1340.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2421.18,1340.74 2421.18,1664.42 2444.14,1664.42 2444.14,1340.74 2421.18,1340.74 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2444.14 1380.92 L2444.14 1664.42 L2467.1 1664.42 L2467.1 1380.92 L2444.14 1380.92 L2444.14 1380.92 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,1380.92 2444.14,1664.42 2467.1,1664.42 2467.1,1380.92 2444.14,1380.92 \"/>\n<path clip-path=\"url(#clip9615)\" d=\"M2467.1 1416.64 L2467.1 1664.42 L2490.05 1664.42 L2490.05 1416.64 L2467.1 1416.64 L2467.1 1416.64 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9615)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2467.1,1416.64 2467.1,1664.42 2490.05,1664.42 2490.05,1416.64 2467.1,1416.64 \"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2134.2\" cy=\"1415.52\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2157.15\" cy=\"1356.37\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2180.11\" cy=\"1368.65\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2203.07\" cy=\"1384.27\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2226.03\" cy=\"1398.78\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2248.99\" cy=\"1401.01\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2271.95\" cy=\"1426.68\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2294.91\" cy=\"1434.5\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2317.86\" cy=\"1409.94\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2340.82\" cy=\"1396.55\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2363.78\" cy=\"1385.39\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2386.74\" cy=\"1385.39\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2409.7\" cy=\"1353.02\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2432.66\" cy=\"1340.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2455.62\" cy=\"1380.92\" r=\"2\"/>\n<circle clip-path=\"url(#clip9615)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2478.58\" cy=\"1416.64\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2740.01 1674.13 L3152.76 1674.13 L3152.76 1331.03 L2740.01 1331.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9616\">\n <rect x=\"2740\" y=\"1331\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2808.63,1674.13 2808.63,1331.03 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2877.51,1674.13 2877.51,1331.03 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2946.39,1674.13 2946.39,1331.03 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3015.26,1674.13 3015.26,1331.03 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3084.14,1674.13 3084.14,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1674.13 3152.76,1674.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,1674.13 2808.63,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,1674.13 2877.51,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,1674.13 2946.39,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,1674.13 3015.26,1655.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,1674.13 3084.14,1655.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2777.7 1726.1 L2807.37 1726.1 L2807.37 1730.03 L2777.7 1730.03 L2777.7 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2828.04 1723.78 Q2824.9 1723.78 2823.04 1725.94 Q2821.21 1728.09 2821.21 1731.84 Q2821.21 1735.57 2823.04 1737.74 Q2824.9 1739.9 2828.04 1739.9 Q2831.19 1739.9 2833.02 1737.74 Q2834.87 1735.57 2834.87 1731.84 Q2834.87 1728.09 2833.02 1725.94 Q2831.19 1723.78 2828.04 1723.78 M2837.33 1709.13 L2837.33 1713.39 Q2835.57 1712.56 2833.76 1712.12 Q2831.98 1711.68 2830.22 1711.68 Q2825.59 1711.68 2823.14 1714.8 Q2820.71 1717.93 2820.36 1724.25 Q2821.72 1722.23 2823.78 1721.17 Q2825.84 1720.08 2828.32 1720.08 Q2833.53 1720.08 2836.54 1723.25 Q2839.57 1726.4 2839.57 1731.84 Q2839.57 1737.16 2836.42 1740.38 Q2833.27 1743.6 2828.04 1743.6 Q2822.05 1743.6 2818.88 1739.02 Q2815.71 1734.41 2815.71 1725.68 Q2815.71 1717.49 2819.59 1712.63 Q2823.48 1707.74 2830.03 1707.74 Q2831.79 1707.74 2833.58 1708.09 Q2835.38 1708.44 2837.33 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2846.98 1726.1 L2876.65 1726.1 L2876.65 1730.03 L2846.98 1730.03 L2846.98 1726.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2900.91 1724.29 Q2904.27 1725.01 2906.14 1727.28 Q2908.04 1729.55 2908.04 1732.88 Q2908.04 1738 2904.52 1740.8 Q2901 1743.6 2894.52 1743.6 Q2892.35 1743.6 2890.03 1743.16 Q2887.74 1742.74 2885.29 1741.89 L2885.29 1737.37 Q2887.23 1738.51 2889.55 1739.09 Q2891.86 1739.66 2894.38 1739.66 Q2898.78 1739.66 2901.07 1737.93 Q2903.39 1736.19 2903.39 1732.88 Q2903.39 1729.83 2901.24 1728.11 Q2899.11 1726.38 2895.29 1726.38 L2891.26 1726.38 L2891.26 1722.53 L2895.47 1722.53 Q2898.92 1722.53 2900.75 1721.17 Q2902.58 1719.78 2902.58 1717.19 Q2902.58 1714.53 2900.68 1713.11 Q2898.81 1711.68 2895.29 1711.68 Q2893.37 1711.68 2891.17 1712.09 Q2888.97 1712.51 2886.33 1713.39 L2886.33 1709.22 Q2888.99 1708.48 2891.31 1708.11 Q2893.64 1707.74 2895.7 1707.74 Q2901.03 1707.74 2904.13 1710.17 Q2907.23 1712.58 2907.23 1716.7 Q2907.23 1719.57 2905.59 1721.56 Q2903.94 1723.53 2900.91 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2946.39 1711.45 Q2942.77 1711.45 2940.95 1715.01 Q2939.14 1718.55 2939.14 1725.68 Q2939.14 1732.79 2940.95 1736.35 Q2942.77 1739.9 2946.39 1739.9 Q2950.02 1739.9 2951.83 1736.35 Q2953.65 1732.79 2953.65 1725.68 Q2953.65 1718.55 2951.83 1715.01 Q2950.02 1711.45 2946.39 1711.45 M2946.39 1707.74 Q2952.2 1707.74 2955.25 1712.35 Q2958.33 1716.93 2958.33 1725.68 Q2958.33 1734.41 2955.25 1739.02 Q2952.2 1743.6 2946.39 1743.6 Q2940.58 1743.6 2937.5 1739.02 Q2934.44 1734.41 2934.44 1725.68 Q2934.44 1716.93 2937.5 1712.35 Q2940.58 1707.74 2946.39 1707.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3019.51 1724.29 Q3022.87 1725.01 3024.74 1727.28 Q3026.64 1729.55 3026.64 1732.88 Q3026.64 1738 3023.12 1740.8 Q3019.6 1743.6 3013.12 1743.6 Q3010.94 1743.6 3008.63 1743.16 Q3006.34 1742.74 3003.88 1741.89 L3003.88 1737.37 Q3005.83 1738.51 3008.14 1739.09 Q3010.46 1739.66 3012.98 1739.66 Q3017.38 1739.66 3019.67 1737.93 Q3021.99 1736.19 3021.99 1732.88 Q3021.99 1729.83 3019.83 1728.11 Q3017.7 1726.38 3013.88 1726.38 L3009.86 1726.38 L3009.86 1722.53 L3014.07 1722.53 Q3017.52 1722.53 3019.35 1721.17 Q3021.18 1719.78 3021.18 1717.19 Q3021.18 1714.53 3019.28 1713.11 Q3017.4 1711.68 3013.88 1711.68 Q3011.96 1711.68 3009.76 1712.09 Q3007.56 1712.51 3004.93 1713.39 L3004.93 1709.22 Q3007.59 1708.48 3009.9 1708.11 Q3012.24 1707.74 3014.3 1707.74 Q3019.62 1707.74 3022.73 1710.17 Q3025.83 1712.58 3025.83 1716.7 Q3025.83 1719.57 3024.18 1721.56 Q3022.54 1723.53 3019.51 1724.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3084.54 1723.78 Q3081.39 1723.78 3079.54 1725.94 Q3077.71 1728.09 3077.71 1731.84 Q3077.71 1735.57 3079.54 1737.74 Q3081.39 1739.9 3084.54 1739.9 Q3087.69 1739.9 3089.52 1737.74 Q3091.37 1735.57 3091.37 1731.84 Q3091.37 1728.09 3089.52 1725.94 Q3087.69 1723.78 3084.54 1723.78 M3093.82 1709.13 L3093.82 1713.39 Q3092.07 1712.56 3090.26 1712.12 Q3088.48 1711.68 3086.72 1711.68 Q3082.09 1711.68 3079.63 1714.8 Q3077.2 1717.93 3076.86 1724.25 Q3078.22 1722.23 3080.28 1721.17 Q3082.34 1720.08 3084.82 1720.08 Q3090.03 1720.08 3093.04 1723.25 Q3096.07 1726.4 3096.07 1731.84 Q3096.07 1737.16 3092.92 1740.38 Q3089.77 1743.6 3084.54 1743.6 Q3078.55 1743.6 3075.38 1739.02 Q3072.2 1734.41 3072.2 1725.68 Q3072.2 1717.49 3076.09 1712.63 Q3079.98 1707.74 3086.53 1707.74 Q3088.29 1707.74 3090.07 1708.09 Q3091.88 1708.44 3093.82 1709.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1664.42 3152.76,1664.42 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1608.03 3152.76,1608.03 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1551.64 3152.76,1551.64 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1495.25 3152.76,1495.25 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1438.86 3152.76,1438.86 \"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1382.47 3152.76,1382.47 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1674.13 2740.01,1331.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1664.42 2758.91,1664.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1608.03 2758.91,1608.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1551.64 2758.91,1551.64 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1495.25 2758.91,1495.25 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1438.86 2758.91,1438.86 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1382.47 2758.91,1382.47 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2680.07 1650.22 Q2676.46 1650.22 2674.63 1653.78 Q2672.83 1657.32 2672.83 1664.45 Q2672.83 1671.56 2674.63 1675.12 Q2676.46 1678.67 2680.07 1678.67 Q2683.7 1678.67 2685.51 1675.12 Q2687.34 1671.56 2687.34 1664.45 Q2687.34 1657.32 2685.51 1653.78 Q2683.7 1650.22 2680.07 1650.22 M2680.07 1646.51 Q2685.88 1646.51 2688.94 1651.12 Q2692.01 1655.7 2692.01 1664.45 Q2692.01 1673.18 2688.94 1677.79 Q2685.88 1682.37 2680.07 1682.37 Q2674.26 1682.37 2671.18 1677.79 Q2668.13 1673.18 2668.13 1664.45 Q2668.13 1655.7 2671.18 1651.12 Q2674.26 1646.51 2680.07 1646.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2639.95 1590.75 L2658.31 1590.75 L2658.31 1594.68 L2644.24 1594.68 L2644.24 1603.16 Q2645.26 1602.81 2646.27 1602.65 Q2647.29 1602.46 2648.31 1602.46 Q2654.1 1602.46 2657.48 1605.63 Q2660.86 1608.8 2660.86 1614.22 Q2660.86 1619.8 2657.39 1622.9 Q2653.91 1625.98 2647.59 1625.98 Q2645.42 1625.98 2643.15 1625.61 Q2640.9 1625.24 2638.5 1624.5 L2638.5 1619.8 Q2640.58 1620.93 2642.8 1621.49 Q2645.02 1622.04 2647.5 1622.04 Q2651.51 1622.04 2653.84 1619.94 Q2656.18 1617.83 2656.18 1614.22 Q2656.18 1610.61 2653.84 1608.5 Q2651.51 1606.4 2647.5 1606.4 Q2645.63 1606.4 2643.75 1606.81 Q2641.9 1607.23 2639.95 1608.11 L2639.95 1590.75 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 1593.83 Q2676.46 1593.83 2674.63 1597.39 Q2672.83 1600.93 2672.83 1608.06 Q2672.83 1615.17 2674.63 1618.73 Q2676.46 1622.28 2680.07 1622.28 Q2683.7 1622.28 2685.51 1618.73 Q2687.34 1615.17 2687.34 1608.06 Q2687.34 1600.93 2685.51 1597.39 Q2683.7 1593.83 2680.07 1593.83 M2680.07 1590.12 Q2685.88 1590.12 2688.94 1594.73 Q2692.01 1599.31 2692.01 1608.06 Q2692.01 1616.79 2688.94 1621.4 Q2685.88 1625.98 2680.07 1625.98 Q2674.26 1625.98 2671.18 1621.4 Q2668.13 1616.79 2668.13 1608.06 Q2668.13 1599.31 2671.18 1594.73 Q2674.26 1590.12 2680.07 1590.12 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2610.56 1564.98 L2618.2 1564.98 L2618.2 1538.62 L2609.89 1540.28 L2609.89 1536.03 L2618.15 1534.36 L2622.83 1534.36 L2622.83 1564.98 L2630.46 1564.98 L2630.46 1568.92 L2610.56 1568.92 L2610.56 1564.98 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 1537.44 Q2646.3 1537.44 2644.47 1541 Q2642.66 1544.54 2642.66 1551.67 Q2642.66 1558.78 2644.47 1562.34 Q2646.3 1565.89 2649.91 1565.89 Q2653.54 1565.89 2655.35 1562.34 Q2657.18 1558.78 2657.18 1551.67 Q2657.18 1544.54 2655.35 1541 Q2653.54 1537.44 2649.91 1537.44 M2649.91 1533.73 Q2655.72 1533.73 2658.77 1538.34 Q2661.85 1542.92 2661.85 1551.67 Q2661.85 1560.4 2658.77 1565.01 Q2655.72 1569.59 2649.91 1569.59 Q2644.1 1569.59 2641.02 1565.01 Q2637.96 1560.4 2637.96 1551.67 Q2637.96 1542.92 2641.02 1538.34 Q2644.1 1533.73 2649.91 1533.73 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 1537.44 Q2676.46 1537.44 2674.63 1541 Q2672.83 1544.54 2672.83 1551.67 Q2672.83 1558.78 2674.63 1562.34 Q2676.46 1565.89 2680.07 1565.89 Q2683.7 1565.89 2685.51 1562.34 Q2687.34 1558.78 2687.34 1551.67 Q2687.34 1544.54 2685.51 1541 Q2683.7 1537.44 2680.07 1537.44 M2680.07 1533.73 Q2685.88 1533.73 2688.94 1538.34 Q2692.01 1542.92 2692.01 1551.67 Q2692.01 1560.4 2688.94 1565.01 Q2685.88 1569.59 2680.07 1569.59 Q2674.26 1569.59 2671.18 1565.01 Q2668.13 1560.4 2668.13 1551.67 Q2668.13 1542.92 2671.18 1538.34 Q2674.26 1533.73 2680.07 1533.73 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2610.56 1508.59 L2618.2 1508.59 L2618.2 1482.23 L2609.89 1483.9 L2609.89 1479.64 L2618.15 1477.97 L2622.83 1477.97 L2622.83 1508.59 L2630.46 1508.59 L2630.46 1512.53 L2610.56 1512.53 L2610.56 1508.59 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2639.95 1477.97 L2658.31 1477.97 L2658.31 1481.9 L2644.24 1481.9 L2644.24 1490.38 Q2645.26 1490.03 2646.27 1489.87 Q2647.29 1489.68 2648.31 1489.68 Q2654.1 1489.68 2657.48 1492.85 Q2660.86 1496.02 2660.86 1501.44 Q2660.86 1507.02 2657.39 1510.12 Q2653.91 1513.2 2647.59 1513.2 Q2645.42 1513.2 2643.15 1512.83 Q2640.9 1512.46 2638.5 1511.72 L2638.5 1507.02 Q2640.58 1508.15 2642.8 1508.71 Q2645.02 1509.27 2647.5 1509.27 Q2651.51 1509.27 2653.84 1507.16 Q2656.18 1505.05 2656.18 1501.44 Q2656.18 1497.83 2653.84 1495.72 Q2651.51 1493.62 2647.5 1493.62 Q2645.63 1493.62 2643.75 1494.03 Q2641.9 1494.45 2639.95 1495.33 L2639.95 1477.97 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 1481.05 Q2676.46 1481.05 2674.63 1484.61 Q2672.83 1488.15 2672.83 1495.28 Q2672.83 1502.39 2674.63 1505.96 Q2676.46 1509.5 2680.07 1509.5 Q2683.7 1509.5 2685.51 1505.96 Q2687.34 1502.39 2687.34 1495.28 Q2687.34 1488.15 2685.51 1484.61 Q2683.7 1481.05 2680.07 1481.05 M2680.07 1477.34 Q2685.88 1477.34 2688.94 1481.95 Q2692.01 1486.53 2692.01 1495.28 Q2692.01 1504.01 2688.94 1508.62 Q2685.88 1513.2 2680.07 1513.2 Q2674.26 1513.2 2671.18 1508.62 Q2668.13 1504.01 2668.13 1495.28 Q2668.13 1486.53 2671.18 1481.95 Q2674.26 1477.34 2680.07 1477.34 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2613.77 1452.2 L2630.09 1452.2 L2630.09 1456.14 L2608.15 1456.14 L2608.15 1452.2 Q2610.81 1449.45 2615.39 1444.82 Q2620 1440.17 2621.18 1438.83 Q2623.43 1436.3 2624.31 1434.57 Q2625.21 1432.81 2625.21 1431.12 Q2625.21 1428.36 2623.27 1426.63 Q2621.34 1424.89 2618.24 1424.89 Q2616.04 1424.89 2613.59 1425.65 Q2611.16 1426.42 2608.38 1427.97 L2608.38 1423.25 Q2611.21 1422.11 2613.66 1421.53 Q2616.11 1420.95 2618.15 1420.95 Q2623.52 1420.95 2626.71 1423.64 Q2629.91 1426.33 2629.91 1430.82 Q2629.91 1432.95 2629.1 1434.87 Q2628.31 1436.77 2626.2 1439.36 Q2625.63 1440.03 2622.52 1443.25 Q2619.42 1446.44 2613.77 1452.2 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 1424.66 Q2646.3 1424.66 2644.47 1428.22 Q2642.66 1431.77 2642.66 1438.89 Q2642.66 1446 2644.47 1449.57 Q2646.3 1453.11 2649.91 1453.11 Q2653.54 1453.11 2655.35 1449.57 Q2657.18 1446 2657.18 1438.89 Q2657.18 1431.77 2655.35 1428.22 Q2653.54 1424.66 2649.91 1424.66 M2649.91 1420.95 Q2655.72 1420.95 2658.77 1425.56 Q2661.85 1430.14 2661.85 1438.89 Q2661.85 1447.62 2658.77 1452.23 Q2655.72 1456.81 2649.91 1456.81 Q2644.1 1456.81 2641.02 1452.23 Q2637.96 1447.62 2637.96 1438.89 Q2637.96 1430.14 2641.02 1425.56 Q2644.1 1420.95 2649.91 1420.95 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 1424.66 Q2676.46 1424.66 2674.63 1428.22 Q2672.83 1431.77 2672.83 1438.89 Q2672.83 1446 2674.63 1449.57 Q2676.46 1453.11 2680.07 1453.11 Q2683.7 1453.11 2685.51 1449.57 Q2687.34 1446 2687.34 1438.89 Q2687.34 1431.77 2685.51 1428.22 Q2683.7 1424.66 2680.07 1424.66 M2680.07 1420.95 Q2685.88 1420.95 2688.94 1425.56 Q2692.01 1430.14 2692.01 1438.89 Q2692.01 1447.62 2688.94 1452.23 Q2685.88 1456.81 2680.07 1456.81 Q2674.26 1456.81 2671.18 1452.23 Q2668.13 1447.62 2668.13 1438.89 Q2668.13 1430.14 2671.18 1425.56 Q2674.26 1420.95 2680.07 1420.95 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2613.77 1395.82 L2630.09 1395.82 L2630.09 1399.75 L2608.15 1399.75 L2608.15 1395.82 Q2610.81 1393.06 2615.39 1388.43 Q2620 1383.78 2621.18 1382.44 Q2623.43 1379.91 2624.31 1378.18 Q2625.21 1376.42 2625.21 1374.73 Q2625.21 1371.97 2623.27 1370.24 Q2621.34 1368.5 2618.24 1368.5 Q2616.04 1368.5 2613.59 1369.26 Q2611.16 1370.03 2608.38 1371.58 L2608.38 1366.86 Q2611.21 1365.72 2613.66 1365.14 Q2616.11 1364.57 2618.15 1364.57 Q2623.52 1364.57 2626.71 1367.25 Q2629.91 1369.94 2629.91 1374.43 Q2629.91 1376.56 2629.1 1378.48 Q2628.31 1380.38 2626.2 1382.97 Q2625.63 1383.64 2622.52 1386.86 Q2619.42 1390.05 2613.77 1395.82 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2639.95 1365.19 L2658.31 1365.19 L2658.31 1369.13 L2644.24 1369.13 L2644.24 1377.6 Q2645.26 1377.25 2646.27 1377.09 Q2647.29 1376.9 2648.31 1376.9 Q2654.1 1376.9 2657.48 1380.07 Q2660.86 1383.25 2660.86 1388.66 Q2660.86 1394.24 2657.39 1397.34 Q2653.91 1400.42 2647.59 1400.42 Q2645.42 1400.42 2643.15 1400.05 Q2640.9 1399.68 2638.5 1398.94 L2638.5 1394.24 Q2640.58 1395.38 2642.8 1395.93 Q2645.02 1396.49 2647.5 1396.49 Q2651.51 1396.49 2653.84 1394.38 Q2656.18 1392.27 2656.18 1388.66 Q2656.18 1385.05 2653.84 1382.95 Q2651.51 1380.84 2647.5 1380.84 Q2645.63 1380.84 2643.75 1381.26 Q2641.9 1381.67 2639.95 1382.55 L2639.95 1365.19 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 1368.27 Q2676.46 1368.27 2674.63 1371.83 Q2672.83 1375.38 2672.83 1382.51 Q2672.83 1389.61 2674.63 1393.18 Q2676.46 1396.72 2680.07 1396.72 Q2683.7 1396.72 2685.51 1393.18 Q2687.34 1389.61 2687.34 1382.51 Q2687.34 1375.38 2685.51 1371.83 Q2683.7 1368.27 2680.07 1368.27 M2680.07 1364.57 Q2685.88 1364.57 2688.94 1369.17 Q2692.01 1373.76 2692.01 1382.51 Q2692.01 1391.23 2688.94 1395.84 Q2685.88 1400.42 2680.07 1400.42 Q2674.26 1400.42 2671.18 1395.84 Q2668.13 1391.23 2668.13 1382.51 Q2668.13 1373.76 2671.18 1369.17 Q2674.26 1364.57 2680.07 1364.57 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2901.66 1265.69 L2915.03 1265.69 L2915.03 1219.55 L2900.49 1222.47 L2900.49 1215.01 L2914.95 1212.1 L2923.13 1212.1 L2923.13 1265.69 L2936.5 1265.69 L2936.5 1272.58 L2901.66 1272.58 L2901.66 1265.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2975.51 1219.23 L2954.85 1251.51 L2975.51 1251.51 L2975.51 1219.23 M2973.36 1212.1 L2983.65 1212.1 L2983.65 1251.51 L2992.28 1251.51 L2992.28 1258.32 L2983.65 1258.32 L2983.65 1272.58 L2975.51 1272.58 L2975.51 1258.32 L2948.21 1258.32 L2948.21 1250.42 L2973.36 1212.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9616)\" d=\"M2762.72 1415.18 L2762.72 1664.42 L2785.67 1664.42 L2785.67 1415.18 L2762.72 1415.18 L2762.72 1415.18 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2762.72,1415.18 2762.72,1664.42 2785.67,1664.42 2785.67,1415.18 2762.72,1415.18 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2785.67 1394.88 L2785.67 1664.42 L2808.63 1664.42 L2808.63 1394.88 L2785.67 1394.88 L2785.67 1394.88 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2785.67,1394.88 2785.67,1664.42 2808.63,1664.42 2808.63,1394.88 2785.67,1394.88 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2808.63 1340.74 L2808.63 1664.42 L2831.59 1664.42 L2831.59 1340.74 L2808.63 1340.74 L2808.63 1340.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,1340.74 2808.63,1664.42 2831.59,1664.42 2831.59,1340.74 2808.63,1340.74 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2831.59 1389.24 L2831.59 1664.42 L2854.55 1664.42 L2854.55 1389.24 L2831.59 1389.24 L2831.59 1389.24 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2831.59,1389.24 2831.59,1664.42 2854.55,1664.42 2854.55,1389.24 2831.59,1389.24 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2854.55 1397.13 L2854.55 1664.42 L2877.51 1664.42 L2877.51 1397.13 L2854.55 1397.13 L2854.55 1397.13 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2854.55,1397.13 2854.55,1664.42 2877.51,1664.42 2877.51,1397.13 2854.55,1397.13 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2877.51 1414.05 L2877.51 1664.42 L2900.47 1664.42 L2900.47 1414.05 L2877.51 1414.05 L2877.51 1414.05 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,1414.05 2877.51,1664.42 2900.47,1664.42 2900.47,1414.05 2877.51,1414.05 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2900.47 1391.49 L2900.47 1664.42 L2923.43 1664.42 L2923.43 1391.49 L2900.47 1391.49 L2900.47 1391.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2900.47,1391.49 2900.47,1664.42 2923.43,1664.42 2923.43,1391.49 2900.47,1391.49 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2923.43 1421.94 L2923.43 1664.42 L2946.39 1664.42 L2946.39 1421.94 L2923.43 1421.94 L2923.43 1421.94 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2923.43,1421.94 2923.43,1664.42 2946.39,1664.42 2946.39,1421.94 2923.43,1421.94 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2946.39 1426.45 L2946.39 1664.42 L2969.34 1664.42 L2969.34 1426.45 L2946.39 1426.45 L2946.39 1426.45 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,1426.45 2946.39,1664.42 2969.34,1664.42 2969.34,1426.45 2946.39,1426.45 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2969.34 1391.49 L2969.34 1664.42 L2992.3 1664.42 L2992.3 1391.49 L2969.34 1391.49 L2969.34 1391.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2969.34,1391.49 2969.34,1664.42 2992.3,1664.42 2992.3,1391.49 2969.34,1391.49 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M2992.3 1391.49 L2992.3 1664.42 L3015.26 1664.42 L3015.26 1391.49 L2992.3 1391.49 L2992.3 1391.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2992.3,1391.49 2992.3,1664.42 3015.26,1664.42 3015.26,1391.49 2992.3,1391.49 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M3015.26 1363.3 L3015.26 1664.42 L3038.22 1664.42 L3038.22 1363.3 L3015.26 1363.3 L3015.26 1363.3 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,1363.3 3015.26,1664.42 3038.22,1664.42 3038.22,1363.3 3015.26,1363.3 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M3038.22 1366.68 L3038.22 1664.42 L3061.18 1664.42 L3061.18 1366.68 L3038.22 1366.68 L3038.22 1366.68 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3038.22,1366.68 3038.22,1664.42 3061.18,1664.42 3061.18,1366.68 3038.22,1366.68 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M3061.18 1353.15 L3061.18 1664.42 L3084.14 1664.42 L3084.14 1353.15 L3061.18 1353.15 L3061.18 1353.15 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3061.18,1353.15 3061.18,1664.42 3084.14,1664.42 3084.14,1353.15 3061.18,1353.15 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M3084.14 1385.85 L3084.14 1664.42 L3107.1 1664.42 L3107.1 1385.85 L3084.14 1385.85 L3084.14 1385.85 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,1385.85 3084.14,1664.42 3107.1,1664.42 3107.1,1385.85 3084.14,1385.85 \"/>\n<path clip-path=\"url(#clip9616)\" d=\"M3107.1 1408.41 L3107.1 1664.42 L3130.05 1664.42 L3130.05 1408.41 L3107.1 1408.41 L3107.1 1408.41 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9616)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3107.1,1408.41 3107.1,1664.42 3130.05,1664.42 3130.05,1408.41 3107.1,1408.41 \"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2774.2\" cy=\"1415.18\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2797.15\" cy=\"1394.88\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2820.11\" cy=\"1340.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2843.07\" cy=\"1389.24\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2866.03\" cy=\"1397.13\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2888.99\" cy=\"1414.05\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2911.95\" cy=\"1391.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2934.91\" cy=\"1421.94\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2957.86\" cy=\"1426.45\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2980.82\" cy=\"1391.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3003.78\" cy=\"1391.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3026.74\" cy=\"1363.3\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3049.7\" cy=\"1366.68\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3072.66\" cy=\"1353.15\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3095.62\" cy=\"1385.85\" r=\"2\"/>\n<circle clip-path=\"url(#clip9616)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3118.58\" cy=\"1408.41\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M180.015 2274.13 L592.756 2274.13 L592.756 1931.03 L180.015 1931.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9617\">\n <rect x=\"180\" y=\"1931\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"248.634,2274.13 248.634,1931.03 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"317.509,2274.13 317.509,1931.03 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"386.385,2274.13 386.385,1931.03 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"455.261,2274.13 455.261,1931.03 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"524.137,2274.13 524.137,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2274.13 592.756,2274.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,2274.13 248.634,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,2274.13 317.509,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,2274.13 386.385,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,2274.13 455.261,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,2274.13 524.137,2255.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M217.696 2326.1 L247.372 2326.1 L247.372 2330.03 L217.696 2330.03 L217.696 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M268.043 2323.78 Q264.895 2323.78 263.043 2325.94 Q261.215 2328.09 261.215 2331.84 Q261.215 2335.57 263.043 2337.74 Q264.895 2339.9 268.043 2339.9 Q271.191 2339.9 273.02 2337.74 Q274.872 2335.57 274.872 2331.84 Q274.872 2328.09 273.02 2325.94 Q271.191 2323.78 268.043 2323.78 M277.326 2309.13 L277.326 2313.39 Q275.566 2312.56 273.761 2312.12 Q271.978 2311.68 270.219 2311.68 Q265.59 2311.68 263.136 2314.8 Q260.705 2317.93 260.358 2324.25 Q261.724 2322.23 263.784 2321.17 Q265.844 2320.08 268.321 2320.08 Q273.529 2320.08 276.539 2323.25 Q279.571 2326.4 279.571 2331.84 Q279.571 2337.16 276.423 2340.38 Q273.275 2343.6 268.043 2343.6 Q262.048 2343.6 258.877 2339.02 Q255.705 2334.41 255.705 2325.68 Q255.705 2317.49 259.594 2312.63 Q263.483 2307.74 270.034 2307.74 Q271.793 2307.74 273.576 2308.09 Q275.381 2308.44 277.326 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M286.977 2326.1 L316.653 2326.1 L316.653 2330.03 L286.977 2330.03 L286.977 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M340.912 2324.29 Q344.269 2325.01 346.144 2327.28 Q348.042 2329.55 348.042 2332.88 Q348.042 2338 344.523 2340.8 Q341.005 2343.6 334.523 2343.6 Q332.347 2343.6 330.033 2343.16 Q327.741 2342.74 325.287 2341.89 L325.287 2337.37 Q327.232 2338.51 329.546 2339.09 Q331.861 2339.66 334.384 2339.66 Q338.783 2339.66 341.074 2337.93 Q343.389 2336.19 343.389 2332.88 Q343.389 2329.83 341.236 2328.11 Q339.107 2326.38 335.287 2326.38 L331.259 2326.38 L331.259 2322.53 L335.472 2322.53 Q338.921 2322.53 340.75 2321.17 Q342.579 2319.78 342.579 2317.19 Q342.579 2314.53 340.681 2313.11 Q338.806 2311.68 335.287 2311.68 Q333.366 2311.68 331.167 2312.09 Q328.968 2312.51 326.329 2313.39 L326.329 2309.22 Q328.991 2308.48 331.306 2308.11 Q333.644 2307.74 335.704 2307.74 Q341.028 2307.74 344.13 2310.17 Q347.232 2312.58 347.232 2316.7 Q347.232 2319.57 345.588 2321.56 Q343.945 2323.53 340.912 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M386.385 2311.45 Q382.774 2311.45 380.946 2315.01 Q379.14 2318.55 379.14 2325.68 Q379.14 2332.79 380.946 2336.35 Q382.774 2339.9 386.385 2339.9 Q390.02 2339.9 391.825 2336.35 Q393.654 2332.79 393.654 2325.68 Q393.654 2318.55 391.825 2315.01 Q390.02 2311.45 386.385 2311.45 M386.385 2307.74 Q392.196 2307.74 395.251 2312.35 Q398.33 2316.93 398.33 2325.68 Q398.33 2334.41 395.251 2339.02 Q392.196 2343.6 386.385 2343.6 Q380.575 2343.6 377.497 2339.02 Q374.441 2334.41 374.441 2325.68 Q374.441 2316.93 377.497 2312.35 Q380.575 2307.74 386.385 2307.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M459.509 2324.29 Q462.865 2325.01 464.74 2327.28 Q466.639 2329.55 466.639 2332.88 Q466.639 2338 463.12 2340.8 Q459.602 2343.6 453.12 2343.6 Q450.944 2343.6 448.629 2343.16 Q446.338 2342.74 443.884 2341.89 L443.884 2337.37 Q445.828 2338.51 448.143 2339.09 Q450.458 2339.66 452.981 2339.66 Q457.379 2339.66 459.671 2337.93 Q461.986 2336.19 461.986 2332.88 Q461.986 2329.83 459.833 2328.11 Q457.703 2326.38 453.884 2326.38 L449.856 2326.38 L449.856 2322.53 L454.069 2322.53 Q457.518 2322.53 459.347 2321.17 Q461.176 2319.78 461.176 2317.19 Q461.176 2314.53 459.277 2313.11 Q457.402 2311.68 453.884 2311.68 Q451.963 2311.68 449.764 2312.09 Q447.565 2312.51 444.926 2313.39 L444.926 2309.22 Q447.588 2308.48 449.902 2308.11 Q452.24 2307.74 454.301 2307.74 Q459.625 2307.74 462.726 2310.17 Q465.828 2312.58 465.828 2316.7 Q465.828 2319.57 464.185 2321.56 Q462.541 2323.53 459.509 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M524.542 2323.78 Q521.394 2323.78 519.542 2325.94 Q517.714 2328.09 517.714 2331.84 Q517.714 2335.57 519.542 2337.74 Q521.394 2339.9 524.542 2339.9 Q527.69 2339.9 529.519 2337.74 Q531.371 2335.57 531.371 2331.84 Q531.371 2328.09 529.519 2325.94 Q527.69 2323.78 524.542 2323.78 M533.825 2309.13 L533.825 2313.39 Q532.065 2312.56 530.26 2312.12 Q528.477 2311.68 526.718 2311.68 Q522.089 2311.68 519.635 2314.8 Q517.204 2317.93 516.857 2324.25 Q518.223 2322.23 520.283 2321.17 Q522.343 2320.08 524.82 2320.08 Q530.028 2320.08 533.038 2323.25 Q536.07 2326.4 536.07 2331.84 Q536.07 2337.16 532.922 2340.38 Q529.774 2343.6 524.542 2343.6 Q518.547 2343.6 515.376 2339.02 Q512.204 2334.41 512.204 2325.68 Q512.204 2317.49 516.093 2312.63 Q519.982 2307.74 526.533 2307.74 Q528.292 2307.74 530.075 2308.09 Q531.88 2308.44 533.825 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,2264.42 592.756,2264.42 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,2205.99 592.756,2205.99 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,2147.57 592.756,2147.57 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,2089.14 592.756,2089.14 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,2030.72 592.756,2030.72 \"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"180.015,1972.29 592.756,1972.29 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2274.13 180.015,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2264.42 198.912,2264.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2205.99 198.912,2205.99 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2147.57 198.912,2147.57 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2089.14 198.912,2089.14 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,2030.72 198.912,2030.72 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"180.015,1972.29 198.912,1972.29 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M120.07 2250.22 Q116.459 2250.22 114.631 2253.78 Q112.825 2257.32 112.825 2264.45 Q112.825 2271.56 114.631 2275.12 Q116.459 2278.67 120.07 2278.67 Q123.705 2278.67 125.51 2275.12 Q127.339 2271.56 127.339 2264.45 Q127.339 2257.32 125.51 2253.78 Q123.705 2250.22 120.07 2250.22 M120.07 2246.51 Q125.881 2246.51 128.936 2251.12 Q132.015 2255.7 132.015 2264.45 Q132.015 2273.18 128.936 2277.79 Q125.881 2282.37 120.07 2282.37 Q114.26 2282.37 111.182 2277.79 Q108.126 2273.18 108.126 2264.45 Q108.126 2255.7 111.182 2251.12 Q114.26 2246.51 120.07 2246.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M79.9549 2188.71 L98.3113 2188.71 L98.3113 2192.65 L84.2373 2192.65 L84.2373 2201.12 Q85.2558 2200.77 86.2743 2200.61 Q87.2928 2200.43 88.3113 2200.43 Q94.0984 2200.43 97.478 2203.6 Q100.858 2206.77 100.858 2212.18 Q100.858 2217.76 97.3854 2220.87 Q93.9132 2223.94 87.5938 2223.94 Q85.4178 2223.94 83.1493 2223.57 Q80.904 2223.2 78.4966 2222.46 L78.4966 2217.76 Q80.5799 2218.9 82.8021 2219.45 Q85.0243 2220.01 87.5012 2220.01 Q91.5058 2220.01 93.8437 2217.9 Q96.1817 2215.8 96.1817 2212.18 Q96.1817 2208.57 93.8437 2206.47 Q91.5058 2204.36 87.5012 2204.36 Q85.6262 2204.36 83.7512 2204.78 Q81.8993 2205.19 79.9549 2206.07 L79.9549 2188.71 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 2191.79 Q116.459 2191.79 114.631 2195.36 Q112.825 2198.9 112.825 2206.03 Q112.825 2213.13 114.631 2216.7 Q116.459 2220.24 120.07 2220.24 Q123.705 2220.24 125.51 2216.7 Q127.339 2213.13 127.339 2206.03 Q127.339 2198.9 125.51 2195.36 Q123.705 2191.79 120.07 2191.79 M120.07 2188.09 Q125.881 2188.09 128.936 2192.69 Q132.015 2197.28 132.015 2206.03 Q132.015 2214.75 128.936 2219.36 Q125.881 2223.94 120.07 2223.94 Q114.26 2223.94 111.182 2219.36 Q108.126 2214.75 108.126 2206.03 Q108.126 2197.28 111.182 2192.69 Q114.26 2188.09 120.07 2188.09 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M50.5569 2160.91 L58.1958 2160.91 L58.1958 2134.55 L49.8856 2136.21 L49.8856 2131.95 L58.1495 2130.29 L62.8254 2130.29 L62.8254 2160.91 L70.4642 2160.91 L70.4642 2164.85 L50.5569 2164.85 L50.5569 2160.91 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 2133.37 Q86.2975 2133.37 84.4688 2136.93 Q82.6632 2140.47 82.6632 2147.6 Q82.6632 2154.71 84.4688 2158.27 Q86.2975 2161.81 89.9086 2161.81 Q93.5428 2161.81 95.3483 2158.27 Q97.177 2154.71 97.177 2147.6 Q97.177 2140.47 95.3483 2136.93 Q93.5428 2133.37 89.9086 2133.37 M89.9086 2129.66 Q95.7187 2129.66 98.7743 2134.27 Q101.853 2138.85 101.853 2147.6 Q101.853 2156.33 98.7743 2160.94 Q95.7187 2165.52 89.9086 2165.52 Q84.0984 2165.52 81.0197 2160.94 Q77.9642 2156.33 77.9642 2147.6 Q77.9642 2138.85 81.0197 2134.27 Q84.0984 2129.66 89.9086 2129.66 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 2133.37 Q116.459 2133.37 114.631 2136.93 Q112.825 2140.47 112.825 2147.6 Q112.825 2154.71 114.631 2158.27 Q116.459 2161.81 120.07 2161.81 Q123.705 2161.81 125.51 2158.27 Q127.339 2154.71 127.339 2147.6 Q127.339 2140.47 125.51 2136.93 Q123.705 2133.37 120.07 2133.37 M120.07 2129.66 Q125.881 2129.66 128.936 2134.27 Q132.015 2138.85 132.015 2147.6 Q132.015 2156.33 128.936 2160.94 Q125.881 2165.52 120.07 2165.52 Q114.26 2165.52 111.182 2160.94 Q108.126 2156.33 108.126 2147.6 Q108.126 2138.85 111.182 2134.27 Q114.26 2129.66 120.07 2129.66 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M50.5569 2102.49 L58.1958 2102.49 L58.1958 2076.12 L49.8856 2077.79 L49.8856 2073.53 L58.1495 2071.86 L62.8254 2071.86 L62.8254 2102.49 L70.4642 2102.49 L70.4642 2106.42 L50.5569 2106.42 L50.5569 2102.49 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M79.9549 2071.86 L98.3113 2071.86 L98.3113 2075.8 L84.2373 2075.8 L84.2373 2084.27 Q85.2558 2083.92 86.2743 2083.76 Q87.2928 2083.58 88.3113 2083.58 Q94.0984 2083.58 97.478 2086.75 Q100.858 2089.92 100.858 2095.33 Q100.858 2100.91 97.3854 2104.01 Q93.9132 2107.09 87.5938 2107.09 Q85.4178 2107.09 83.1493 2106.72 Q80.904 2106.35 78.4966 2105.61 L78.4966 2100.91 Q80.5799 2102.05 82.8021 2102.6 Q85.0243 2103.16 87.5012 2103.16 Q91.5058 2103.16 93.8437 2101.05 Q96.1817 2098.95 96.1817 2095.33 Q96.1817 2091.72 93.8437 2089.62 Q91.5058 2087.51 87.5012 2087.51 Q85.6262 2087.51 83.7512 2087.93 Q81.8993 2088.34 79.9549 2089.22 L79.9549 2071.86 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 2074.94 Q116.459 2074.94 114.631 2078.51 Q112.825 2082.05 112.825 2089.18 Q112.825 2096.28 114.631 2099.85 Q116.459 2103.39 120.07 2103.39 Q123.705 2103.39 125.51 2099.85 Q127.339 2096.28 127.339 2089.18 Q127.339 2082.05 125.51 2078.51 Q123.705 2074.94 120.07 2074.94 M120.07 2071.24 Q125.881 2071.24 128.936 2075.84 Q132.015 2080.43 132.015 2089.18 Q132.015 2097.9 128.936 2102.51 Q125.881 2107.09 120.07 2107.09 Q114.26 2107.09 111.182 2102.51 Q108.126 2097.9 108.126 2089.18 Q108.126 2080.43 111.182 2075.84 Q114.26 2071.24 120.07 2071.24 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M53.7745 2044.06 L70.0939 2044.06 L70.0939 2048 L48.1495 2048 L48.1495 2044.06 Q50.8115 2041.31 55.3949 2036.68 Q60.0013 2032.02 61.1819 2030.68 Q63.4272 2028.16 64.3068 2026.42 Q65.2096 2024.66 65.2096 2022.97 Q65.2096 2020.22 63.2652 2018.48 Q61.3439 2016.75 58.2421 2016.75 Q56.043 2016.75 53.5893 2017.51 Q51.1588 2018.28 48.381 2019.83 L48.381 2015.1 Q51.2051 2013.97 53.6588 2013.39 Q56.1124 2012.81 58.1495 2012.81 Q63.5198 2012.81 66.7142 2015.5 Q69.9087 2018.18 69.9087 2022.67 Q69.9087 2024.8 69.0985 2026.72 Q68.3115 2028.62 66.205 2031.21 Q65.6263 2031.89 62.5245 2035.1 Q59.4226 2038.3 53.7745 2044.06 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M89.9086 2016.52 Q86.2975 2016.52 84.4688 2020.08 Q82.6632 2023.62 82.6632 2030.75 Q82.6632 2037.86 84.4688 2041.42 Q86.2975 2044.96 89.9086 2044.96 Q93.5428 2044.96 95.3483 2041.42 Q97.177 2037.86 97.177 2030.75 Q97.177 2023.62 95.3483 2020.08 Q93.5428 2016.52 89.9086 2016.52 M89.9086 2012.81 Q95.7187 2012.81 98.7743 2017.42 Q101.853 2022 101.853 2030.75 Q101.853 2039.48 98.7743 2044.09 Q95.7187 2048.67 89.9086 2048.67 Q84.0984 2048.67 81.0197 2044.09 Q77.9642 2039.48 77.9642 2030.75 Q77.9642 2022 81.0197 2017.42 Q84.0984 2012.81 89.9086 2012.81 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 2016.52 Q116.459 2016.52 114.631 2020.08 Q112.825 2023.62 112.825 2030.75 Q112.825 2037.86 114.631 2041.42 Q116.459 2044.96 120.07 2044.96 Q123.705 2044.96 125.51 2041.42 Q127.339 2037.86 127.339 2030.75 Q127.339 2023.62 125.51 2020.08 Q123.705 2016.52 120.07 2016.52 M120.07 2012.81 Q125.881 2012.81 128.936 2017.42 Q132.015 2022 132.015 2030.75 Q132.015 2039.48 128.936 2044.09 Q125.881 2048.67 120.07 2048.67 Q114.26 2048.67 111.182 2044.09 Q108.126 2039.48 108.126 2030.75 Q108.126 2022 111.182 2017.42 Q114.26 2012.81 120.07 2012.81 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M53.7745 1985.64 L70.0939 1985.64 L70.0939 1989.57 L48.1495 1989.57 L48.1495 1985.64 Q50.8115 1982.88 55.3949 1978.25 Q60.0013 1973.6 61.1819 1972.26 Q63.4272 1969.73 64.3068 1968 Q65.2096 1966.24 65.2096 1964.55 Q65.2096 1961.79 63.2652 1960.06 Q61.3439 1958.32 58.2421 1958.32 Q56.043 1958.32 53.5893 1959.09 Q51.1588 1959.85 48.381 1961.4 L48.381 1956.68 Q51.2051 1955.54 53.6588 1954.97 Q56.1124 1954.39 58.1495 1954.39 Q63.5198 1954.39 66.7142 1957.07 Q69.9087 1959.76 69.9087 1964.25 Q69.9087 1966.38 69.0985 1968.3 Q68.3115 1970.2 66.205 1972.79 Q65.6263 1973.46 62.5245 1976.68 Q59.4226 1979.87 53.7745 1985.64 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M79.9549 1955.01 L98.3113 1955.01 L98.3113 1958.95 L84.2373 1958.95 L84.2373 1967.42 Q85.2558 1967.07 86.2743 1966.91 Q87.2928 1966.72 88.3113 1966.72 Q94.0984 1966.72 97.478 1969.9 Q100.858 1973.07 100.858 1978.48 Q100.858 1984.06 97.3854 1987.16 Q93.9132 1990.24 87.5938 1990.24 Q85.4178 1990.24 83.1493 1989.87 Q80.904 1989.5 78.4966 1988.76 L78.4966 1984.06 Q80.5799 1985.2 82.8021 1985.75 Q85.0243 1986.31 87.5012 1986.31 Q91.5058 1986.31 93.8437 1984.2 Q96.1817 1982.1 96.1817 1978.48 Q96.1817 1974.87 93.8437 1972.77 Q91.5058 1970.66 87.5012 1970.66 Q85.6262 1970.66 83.7512 1971.08 Q81.8993 1971.49 79.9549 1972.37 L79.9549 1955.01 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M120.07 1958.09 Q116.459 1958.09 114.631 1961.66 Q112.825 1965.2 112.825 1972.33 Q112.825 1979.43 114.631 1983 Q116.459 1986.54 120.07 1986.54 Q123.705 1986.54 125.51 1983 Q127.339 1979.43 127.339 1972.33 Q127.339 1965.2 125.51 1961.66 Q123.705 1958.09 120.07 1958.09 M120.07 1954.39 Q125.881 1954.39 128.936 1958.99 Q132.015 1963.58 132.015 1972.33 Q132.015 1981.05 128.936 1985.66 Q125.881 1990.24 120.07 1990.24 Q114.26 1990.24 111.182 1985.66 Q108.126 1981.05 108.126 1972.33 Q108.126 1963.58 111.182 1958.99 Q114.26 1954.39 120.07 1954.39 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M342.96 1865.69 L356.328 1865.69 L356.328 1819.55 L341.785 1822.47 L341.785 1815.01 L356.247 1812.1 L364.429 1812.1 L364.429 1865.69 L377.797 1865.69 L377.797 1872.58 L342.96 1872.58 L342.96 1865.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M394.406 1812.1 L426.53 1812.1 L426.53 1818.98 L401.9 1818.98 L401.9 1833.81 Q403.683 1833.2 405.465 1832.92 Q407.248 1832.59 409.03 1832.59 Q419.157 1832.59 425.071 1838.14 Q430.986 1843.69 430.986 1853.17 Q430.986 1862.93 424.909 1868.36 Q418.833 1873.75 407.774 1873.75 Q403.966 1873.75 399.996 1873.1 Q396.067 1872.45 391.854 1871.16 L391.854 1862.93 Q395.5 1864.92 399.389 1865.89 Q403.278 1866.86 407.612 1866.86 Q414.62 1866.86 418.712 1863.18 Q422.803 1859.49 422.803 1853.17 Q422.803 1846.85 418.712 1843.17 Q414.62 1839.48 407.612 1839.48 Q404.331 1839.48 401.05 1840.21 Q397.809 1840.94 394.406 1842.48 L394.406 1812.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9617)\" d=\"M202.716 2022.54 L202.716 2264.42 L225.675 2264.42 L225.675 2022.54 L202.716 2022.54 L202.716 2022.54 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"202.716,2022.54 202.716,2264.42 225.675,2264.42 225.675,2022.54 202.716,2022.54 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M225.675 1955.93 L225.675 2264.42 L248.634 2264.42 L248.634 1955.93 L225.675 1955.93 L225.675 1955.93 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"225.675,1955.93 225.675,2264.42 248.634,2264.42 248.634,1955.93 225.675,1955.93 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M248.634 1948.92 L248.634 2264.42 L271.592 2264.42 L271.592 1948.92 L248.634 1948.92 L248.634 1948.92 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"248.634,1948.92 248.634,2264.42 271.592,2264.42 271.592,1948.92 248.634,1948.92 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M271.592 1992.16 L271.592 2264.42 L294.551 2264.42 L294.551 1992.16 L271.592 1992.16 L271.592 1992.16 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"271.592,1992.16 271.592,2264.42 294.551,2264.42 294.551,1992.16 271.592,1992.16 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M294.551 1988.65 L294.551 2264.42 L317.509 2264.42 L317.509 1988.65 L294.551 1988.65 L294.551 1988.65 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"294.551,1988.65 294.551,2264.42 317.509,2264.42 317.509,1988.65 294.551,1988.65 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M317.509 1979.3 L317.509 2264.42 L340.468 2264.42 L340.468 1979.3 L317.509 1979.3 L317.509 1979.3 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"317.509,1979.3 317.509,2264.42 340.468,2264.42 340.468,1979.3 317.509,1979.3 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M340.468 2005.01 L340.468 2264.42 L363.427 2264.42 L363.427 2005.01 L340.468 2005.01 L340.468 2005.01 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"340.468,2005.01 340.468,2264.42 363.427,2264.42 363.427,2005.01 340.468,2005.01 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M363.427 2010.85 L363.427 2264.42 L386.385 2264.42 L386.385 2010.85 L363.427 2010.85 L363.427 2010.85 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"363.427,2010.85 363.427,2264.42 386.385,2264.42 386.385,2010.85 363.427,2010.85 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M386.385 1994.49 L386.385 2264.42 L409.344 2264.42 L409.344 1994.49 L386.385 1994.49 L386.385 1994.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"386.385,1994.49 386.385,2264.42 409.344,2264.42 409.344,1994.49 386.385,1994.49 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M409.344 1982.81 L409.344 2264.42 L432.303 2264.42 L432.303 1982.81 L409.344 1982.81 L409.344 1982.81 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"409.344,1982.81 409.344,2264.42 432.303,2264.42 432.303,1982.81 409.344,1982.81 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M432.303 1998 L432.303 2264.42 L455.261 2264.42 L455.261 1998 L432.303 1998 L432.303 1998 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"432.303,1998 432.303,2264.42 455.261,2264.42 455.261,1998 432.303,1998 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M455.261 1940.74 L455.261 2264.42 L478.22 2264.42 L478.22 1940.74 L455.261 1940.74 L455.261 1940.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"455.261,1940.74 455.261,2264.42 478.22,2264.42 478.22,1940.74 455.261,1940.74 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M478.22 1967.62 L478.22 2264.42 L501.179 2264.42 L501.179 1967.62 L478.22 1967.62 L478.22 1967.62 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"478.22,1967.62 478.22,2264.42 501.179,2264.42 501.179,1967.62 478.22,1967.62 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M501.179 1951.26 L501.179 2264.42 L524.137 2264.42 L524.137 1951.26 L501.179 1951.26 L501.179 1951.26 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"501.179,1951.26 501.179,2264.42 524.137,2264.42 524.137,1951.26 501.179,1951.26 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M524.137 1959.44 L524.137 2264.42 L547.096 2264.42 L547.096 1959.44 L524.137 1959.44 L524.137 1959.44 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"524.137,1959.44 524.137,2264.42 547.096,2264.42 547.096,1959.44 524.137,1959.44 \"/>\n<path clip-path=\"url(#clip9617)\" d=\"M547.096 2026.04 L547.096 2264.42 L570.054 2264.42 L570.054 2026.04 L547.096 2026.04 L547.096 2026.04 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9617)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"547.096,2026.04 547.096,2264.42 570.054,2264.42 570.054,2026.04 547.096,2026.04 \"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"214.196\" cy=\"2022.54\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"237.154\" cy=\"1955.93\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"260.113\" cy=\"1948.92\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"283.072\" cy=\"1992.16\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"306.03\" cy=\"1988.65\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"328.989\" cy=\"1979.3\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"351.947\" cy=\"2005.01\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"374.906\" cy=\"2010.85\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"397.865\" cy=\"1994.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"420.823\" cy=\"1982.81\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"443.782\" cy=\"1998\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"466.741\" cy=\"1940.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"489.699\" cy=\"1967.62\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"512.658\" cy=\"1951.26\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"535.616\" cy=\"1959.44\" r=\"2\"/>\n<circle clip-path=\"url(#clip9617)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"558.575\" cy=\"2026.04\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M820.015 2274.13 L1232.76 2274.13 L1232.76 1931.03 L820.015 1931.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9618\">\n <rect x=\"820\" y=\"1931\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"888.634,2274.13 888.634,1931.03 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"957.509,2274.13 957.509,1931.03 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1026.39,2274.13 1026.39,1931.03 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1095.26,2274.13 1095.26,1931.03 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1164.14,2274.13 1164.14,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2274.13 1232.76,2274.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,2274.13 888.634,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,2274.13 957.509,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,2274.13 1026.39,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,2274.13 1095.26,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,2274.13 1164.14,2255.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M857.696 2326.1 L887.372 2326.1 L887.372 2330.03 L857.696 2330.03 L857.696 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M908.043 2323.78 Q904.895 2323.78 903.043 2325.94 Q901.215 2328.09 901.215 2331.84 Q901.215 2335.57 903.043 2337.74 Q904.895 2339.9 908.043 2339.9 Q911.191 2339.9 913.02 2337.74 Q914.872 2335.57 914.872 2331.84 Q914.872 2328.09 913.02 2325.94 Q911.191 2323.78 908.043 2323.78 M917.326 2309.13 L917.326 2313.39 Q915.566 2312.56 913.761 2312.12 Q911.978 2311.68 910.219 2311.68 Q905.59 2311.68 903.136 2314.8 Q900.705 2317.93 900.358 2324.25 Q901.724 2322.23 903.784 2321.17 Q905.844 2320.08 908.321 2320.08 Q913.529 2320.08 916.539 2323.25 Q919.571 2326.4 919.571 2331.84 Q919.571 2337.16 916.423 2340.38 Q913.275 2343.6 908.043 2343.6 Q902.048 2343.6 898.877 2339.02 Q895.705 2334.41 895.705 2325.68 Q895.705 2317.49 899.594 2312.63 Q903.483 2307.74 910.034 2307.74 Q911.793 2307.74 913.576 2308.09 Q915.381 2308.44 917.326 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M926.977 2326.1 L956.653 2326.1 L956.653 2330.03 L926.977 2330.03 L926.977 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M980.912 2324.29 Q984.269 2325.01 986.144 2327.28 Q988.042 2329.55 988.042 2332.88 Q988.042 2338 984.523 2340.8 Q981.005 2343.6 974.523 2343.6 Q972.347 2343.6 970.033 2343.16 Q967.741 2342.74 965.287 2341.89 L965.287 2337.37 Q967.232 2338.51 969.546 2339.09 Q971.861 2339.66 974.384 2339.66 Q978.783 2339.66 981.074 2337.93 Q983.389 2336.19 983.389 2332.88 Q983.389 2329.83 981.236 2328.11 Q979.107 2326.38 975.287 2326.38 L971.259 2326.38 L971.259 2322.53 L975.472 2322.53 Q978.921 2322.53 980.75 2321.17 Q982.579 2319.78 982.579 2317.19 Q982.579 2314.53 980.681 2313.11 Q978.806 2311.68 975.287 2311.68 Q973.366 2311.68 971.167 2312.09 Q968.968 2312.51 966.329 2313.39 L966.329 2309.22 Q968.991 2308.48 971.306 2308.11 Q973.644 2307.74 975.704 2307.74 Q981.028 2307.74 984.13 2310.17 Q987.232 2312.58 987.232 2316.7 Q987.232 2319.57 985.588 2321.56 Q983.945 2323.53 980.912 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1026.39 2311.45 Q1022.77 2311.45 1020.95 2315.01 Q1019.14 2318.55 1019.14 2325.68 Q1019.14 2332.79 1020.95 2336.35 Q1022.77 2339.9 1026.39 2339.9 Q1030.02 2339.9 1031.83 2336.35 Q1033.65 2332.79 1033.65 2325.68 Q1033.65 2318.55 1031.83 2315.01 Q1030.02 2311.45 1026.39 2311.45 M1026.39 2307.74 Q1032.2 2307.74 1035.25 2312.35 Q1038.33 2316.93 1038.33 2325.68 Q1038.33 2334.41 1035.25 2339.02 Q1032.2 2343.6 1026.39 2343.6 Q1020.58 2343.6 1017.5 2339.02 Q1014.44 2334.41 1014.44 2325.68 Q1014.44 2316.93 1017.5 2312.35 Q1020.58 2307.74 1026.39 2307.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1099.51 2324.29 Q1102.87 2325.01 1104.74 2327.28 Q1106.64 2329.55 1106.64 2332.88 Q1106.64 2338 1103.12 2340.8 Q1099.6 2343.6 1093.12 2343.6 Q1090.94 2343.6 1088.63 2343.16 Q1086.34 2342.74 1083.88 2341.89 L1083.88 2337.37 Q1085.83 2338.51 1088.14 2339.09 Q1090.46 2339.66 1092.98 2339.66 Q1097.38 2339.66 1099.67 2337.93 Q1101.99 2336.19 1101.99 2332.88 Q1101.99 2329.83 1099.83 2328.11 Q1097.7 2326.38 1093.88 2326.38 L1089.86 2326.38 L1089.86 2322.53 L1094.07 2322.53 Q1097.52 2322.53 1099.35 2321.17 Q1101.18 2319.78 1101.18 2317.19 Q1101.18 2314.53 1099.28 2313.11 Q1097.4 2311.68 1093.88 2311.68 Q1091.96 2311.68 1089.76 2312.09 Q1087.56 2312.51 1084.93 2313.39 L1084.93 2309.22 Q1087.59 2308.48 1089.9 2308.11 Q1092.24 2307.74 1094.3 2307.74 Q1099.62 2307.74 1102.73 2310.17 Q1105.83 2312.58 1105.83 2316.7 Q1105.83 2319.57 1104.18 2321.56 Q1102.54 2323.53 1099.51 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1164.54 2323.78 Q1161.39 2323.78 1159.54 2325.94 Q1157.71 2328.09 1157.71 2331.84 Q1157.71 2335.57 1159.54 2337.74 Q1161.39 2339.9 1164.54 2339.9 Q1167.69 2339.9 1169.52 2337.74 Q1171.37 2335.57 1171.37 2331.84 Q1171.37 2328.09 1169.52 2325.94 Q1167.69 2323.78 1164.54 2323.78 M1173.82 2309.13 L1173.82 2313.39 Q1172.07 2312.56 1170.26 2312.12 Q1168.48 2311.68 1166.72 2311.68 Q1162.09 2311.68 1159.63 2314.8 Q1157.2 2317.93 1156.86 2324.25 Q1158.22 2322.23 1160.28 2321.17 Q1162.34 2320.08 1164.82 2320.08 Q1170.03 2320.08 1173.04 2323.25 Q1176.07 2326.4 1176.07 2331.84 Q1176.07 2337.16 1172.92 2340.38 Q1169.77 2343.6 1164.54 2343.6 Q1158.55 2343.6 1155.38 2339.02 Q1152.2 2334.41 1152.2 2325.68 Q1152.2 2317.49 1156.09 2312.63 Q1159.98 2307.74 1166.53 2307.74 Q1168.29 2307.74 1170.07 2308.09 Q1171.88 2308.44 1173.82 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,2264.42 1232.76,2264.42 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,2207.03 1232.76,2207.03 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,2149.64 1232.76,2149.64 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,2092.25 1232.76,2092.25 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,2034.86 1232.76,2034.86 \"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"820.015,1977.47 1232.76,1977.47 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2274.13 820.015,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2264.42 838.912,2264.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2207.03 838.912,2207.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2149.64 838.912,2149.64 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2092.25 838.912,2092.25 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,2034.86 838.912,2034.86 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"820.015,1977.47 838.912,1977.47 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M760.07 2250.22 Q756.459 2250.22 754.631 2253.78 Q752.825 2257.32 752.825 2264.45 Q752.825 2271.56 754.631 2275.12 Q756.459 2278.67 760.07 2278.67 Q763.705 2278.67 765.51 2275.12 Q767.339 2271.56 767.339 2264.45 Q767.339 2257.32 765.51 2253.78 Q763.705 2250.22 760.07 2250.22 M760.07 2246.51 Q765.881 2246.51 768.936 2251.12 Q772.015 2255.7 772.015 2264.45 Q772.015 2273.18 768.936 2277.79 Q765.881 2282.37 760.07 2282.37 Q754.26 2282.37 751.182 2277.79 Q748.126 2273.18 748.126 2264.45 Q748.126 2255.7 751.182 2251.12 Q754.26 2246.51 760.07 2246.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M719.955 2189.75 L738.311 2189.75 L738.311 2193.68 L724.237 2193.68 L724.237 2202.16 Q725.256 2201.81 726.274 2201.65 Q727.293 2201.46 728.311 2201.46 Q734.098 2201.46 737.478 2204.63 Q740.858 2207.8 740.858 2213.22 Q740.858 2218.8 737.385 2221.9 Q733.913 2224.98 727.594 2224.98 Q725.418 2224.98 723.149 2224.61 Q720.904 2224.24 718.497 2223.5 L718.497 2218.8 Q720.58 2219.93 722.802 2220.49 Q725.024 2221.04 727.501 2221.04 Q731.506 2221.04 733.844 2218.94 Q736.182 2216.83 736.182 2213.22 Q736.182 2209.61 733.844 2207.5 Q731.506 2205.4 727.501 2205.4 Q725.626 2205.4 723.751 2205.81 Q721.899 2206.23 719.955 2207.11 L719.955 2189.75 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 2192.83 Q756.459 2192.83 754.631 2196.39 Q752.825 2199.93 752.825 2207.06 Q752.825 2214.17 754.631 2217.73 Q756.459 2221.28 760.07 2221.28 Q763.705 2221.28 765.51 2217.73 Q767.339 2214.17 767.339 2207.06 Q767.339 2199.93 765.51 2196.39 Q763.705 2192.83 760.07 2192.83 M760.07 2189.12 Q765.881 2189.12 768.936 2193.73 Q772.015 2198.31 772.015 2207.06 Q772.015 2215.79 768.936 2220.4 Q765.881 2224.98 760.07 2224.98 Q754.26 2224.98 751.182 2220.4 Q748.126 2215.79 748.126 2207.06 Q748.126 2198.31 751.182 2193.73 Q754.26 2189.12 760.07 2189.12 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M690.557 2162.98 L698.196 2162.98 L698.196 2136.62 L689.886 2138.29 L689.886 2134.03 L698.149 2132.36 L702.825 2132.36 L702.825 2162.98 L710.464 2162.98 L710.464 2166.92 L690.557 2166.92 L690.557 2162.98 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 2135.44 Q726.297 2135.44 724.469 2139 Q722.663 2142.54 722.663 2149.67 Q722.663 2156.78 724.469 2160.35 Q726.297 2163.89 729.909 2163.89 Q733.543 2163.89 735.348 2160.35 Q737.177 2156.78 737.177 2149.67 Q737.177 2142.54 735.348 2139 Q733.543 2135.44 729.909 2135.44 M729.909 2131.73 Q735.719 2131.73 738.774 2136.34 Q741.853 2140.92 741.853 2149.67 Q741.853 2158.4 738.774 2163.01 Q735.719 2167.59 729.909 2167.59 Q724.098 2167.59 721.02 2163.01 Q717.964 2158.4 717.964 2149.67 Q717.964 2140.92 721.02 2136.34 Q724.098 2131.73 729.909 2131.73 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 2135.44 Q756.459 2135.44 754.631 2139 Q752.825 2142.54 752.825 2149.67 Q752.825 2156.78 754.631 2160.35 Q756.459 2163.89 760.07 2163.89 Q763.705 2163.89 765.51 2160.35 Q767.339 2156.78 767.339 2149.67 Q767.339 2142.54 765.51 2139 Q763.705 2135.44 760.07 2135.44 M760.07 2131.73 Q765.881 2131.73 768.936 2136.34 Q772.015 2140.92 772.015 2149.67 Q772.015 2158.4 768.936 2163.01 Q765.881 2167.59 760.07 2167.59 Q754.26 2167.59 751.182 2163.01 Q748.126 2158.4 748.126 2149.67 Q748.126 2140.92 751.182 2136.34 Q754.26 2131.73 760.07 2131.73 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M690.557 2105.59 L698.196 2105.59 L698.196 2079.23 L689.886 2080.9 L689.886 2076.64 L698.149 2074.97 L702.825 2074.97 L702.825 2105.59 L710.464 2105.59 L710.464 2109.53 L690.557 2109.53 L690.557 2105.59 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M719.955 2074.97 L738.311 2074.97 L738.311 2078.91 L724.237 2078.91 L724.237 2087.38 Q725.256 2087.03 726.274 2086.87 Q727.293 2086.68 728.311 2086.68 Q734.098 2086.68 737.478 2089.85 Q740.858 2093.03 740.858 2098.44 Q740.858 2104.02 737.385 2107.12 Q733.913 2110.2 727.594 2110.2 Q725.418 2110.2 723.149 2109.83 Q720.904 2109.46 718.497 2108.72 L718.497 2104.02 Q720.58 2105.15 722.802 2105.71 Q725.024 2106.27 727.501 2106.27 Q731.506 2106.27 733.844 2104.16 Q736.182 2102.05 736.182 2098.44 Q736.182 2094.83 733.844 2092.72 Q731.506 2090.62 727.501 2090.62 Q725.626 2090.62 723.751 2091.03 Q721.899 2091.45 719.955 2092.33 L719.955 2074.97 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 2078.05 Q756.459 2078.05 754.631 2081.61 Q752.825 2085.16 752.825 2092.28 Q752.825 2099.39 754.631 2102.96 Q756.459 2106.5 760.07 2106.5 Q763.705 2106.5 765.51 2102.96 Q767.339 2099.39 767.339 2092.28 Q767.339 2085.16 765.51 2081.61 Q763.705 2078.05 760.07 2078.05 M760.07 2074.34 Q765.881 2074.34 768.936 2078.95 Q772.015 2083.53 772.015 2092.28 Q772.015 2101.01 768.936 2105.62 Q765.881 2110.2 760.07 2110.2 Q754.26 2110.2 751.182 2105.62 Q748.126 2101.01 748.126 2092.28 Q748.126 2083.53 751.182 2078.95 Q754.26 2074.34 760.07 2074.34 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M693.774 2048.21 L710.094 2048.21 L710.094 2052.14 L688.15 2052.14 L688.15 2048.21 Q690.812 2045.45 695.395 2040.82 Q700.001 2036.17 701.182 2034.83 Q703.427 2032.3 704.307 2030.57 Q705.21 2028.81 705.21 2027.12 Q705.21 2024.36 703.265 2022.63 Q701.344 2020.89 698.242 2020.89 Q696.043 2020.89 693.589 2021.65 Q691.159 2022.42 688.381 2023.97 L688.381 2019.25 Q691.205 2018.11 693.659 2017.53 Q696.112 2016.96 698.149 2016.96 Q703.52 2016.96 706.714 2019.64 Q709.909 2022.33 709.909 2026.82 Q709.909 2028.95 709.098 2030.87 Q708.311 2032.77 706.205 2035.36 Q705.626 2036.03 702.524 2039.25 Q699.423 2042.44 693.774 2048.21 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M729.909 2020.66 Q726.297 2020.66 724.469 2024.22 Q722.663 2027.77 722.663 2034.9 Q722.663 2042 724.469 2045.57 Q726.297 2049.11 729.909 2049.11 Q733.543 2049.11 735.348 2045.57 Q737.177 2042 737.177 2034.9 Q737.177 2027.77 735.348 2024.22 Q733.543 2020.66 729.909 2020.66 M729.909 2016.96 Q735.719 2016.96 738.774 2021.56 Q741.853 2026.15 741.853 2034.9 Q741.853 2043.62 738.774 2048.23 Q735.719 2052.81 729.909 2052.81 Q724.098 2052.81 721.02 2048.23 Q717.964 2043.62 717.964 2034.9 Q717.964 2026.15 721.02 2021.56 Q724.098 2016.96 729.909 2016.96 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 2020.66 Q756.459 2020.66 754.631 2024.22 Q752.825 2027.77 752.825 2034.9 Q752.825 2042 754.631 2045.57 Q756.459 2049.11 760.07 2049.11 Q763.705 2049.11 765.51 2045.57 Q767.339 2042 767.339 2034.9 Q767.339 2027.77 765.51 2024.22 Q763.705 2020.66 760.07 2020.66 M760.07 2016.96 Q765.881 2016.96 768.936 2021.56 Q772.015 2026.15 772.015 2034.9 Q772.015 2043.62 768.936 2048.23 Q765.881 2052.81 760.07 2052.81 Q754.26 2052.81 751.182 2048.23 Q748.126 2043.62 748.126 2034.9 Q748.126 2026.15 751.182 2021.56 Q754.26 2016.96 760.07 2016.96 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M693.774 1990.82 L710.094 1990.82 L710.094 1994.75 L688.15 1994.75 L688.15 1990.82 Q690.812 1988.06 695.395 1983.43 Q700.001 1978.78 701.182 1977.44 Q703.427 1974.91 704.307 1973.18 Q705.21 1971.42 705.21 1969.73 Q705.21 1966.97 703.265 1965.24 Q701.344 1963.5 698.242 1963.5 Q696.043 1963.5 693.589 1964.27 Q691.159 1965.03 688.381 1966.58 L688.381 1961.86 Q691.205 1960.72 693.659 1960.15 Q696.112 1959.57 698.149 1959.57 Q703.52 1959.57 706.714 1962.25 Q709.909 1964.94 709.909 1969.43 Q709.909 1971.56 709.098 1973.48 Q708.311 1975.38 706.205 1977.97 Q705.626 1978.64 702.524 1981.86 Q699.423 1985.05 693.774 1990.82 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M719.955 1960.19 L738.311 1960.19 L738.311 1964.13 L724.237 1964.13 L724.237 1972.6 Q725.256 1972.25 726.274 1972.09 Q727.293 1971.9 728.311 1971.9 Q734.098 1971.9 737.478 1975.08 Q740.858 1978.25 740.858 1983.66 Q740.858 1989.24 737.385 1992.34 Q733.913 1995.42 727.594 1995.42 Q725.418 1995.42 723.149 1995.05 Q720.904 1994.68 718.497 1993.94 L718.497 1989.24 Q720.58 1990.38 722.802 1990.93 Q725.024 1991.49 727.501 1991.49 Q731.506 1991.49 733.844 1989.38 Q736.182 1987.27 736.182 1983.66 Q736.182 1980.05 733.844 1977.95 Q731.506 1975.84 727.501 1975.84 Q725.626 1975.84 723.751 1976.26 Q721.899 1976.67 719.955 1977.55 L719.955 1960.19 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M760.07 1963.27 Q756.459 1963.27 754.631 1966.83 Q752.825 1970.38 752.825 1977.51 Q752.825 1984.61 754.631 1988.18 Q756.459 1991.72 760.07 1991.72 Q763.705 1991.72 765.51 1988.18 Q767.339 1984.61 767.339 1977.51 Q767.339 1970.38 765.51 1966.83 Q763.705 1963.27 760.07 1963.27 M760.07 1959.57 Q765.881 1959.57 768.936 1964.17 Q772.015 1968.76 772.015 1977.51 Q772.015 1986.23 768.936 1990.84 Q765.881 1995.42 760.07 1995.42 Q754.26 1995.42 751.182 1990.84 Q748.126 1986.23 748.126 1977.51 Q748.126 1968.76 751.182 1964.17 Q754.26 1959.57 760.07 1959.57 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M981.947 1865.69 L995.315 1865.69 L995.315 1819.55 L980.772 1822.47 L980.772 1815.01 L995.234 1812.1 L1003.42 1812.1 L1003.42 1865.69 L1016.78 1865.69 L1016.78 1872.58 L981.947 1872.58 L981.947 1865.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1051.83 1839.08 Q1046.32 1839.08 1043.08 1842.84 Q1039.87 1846.61 1039.87 1853.17 Q1039.87 1859.69 1043.08 1863.5 Q1046.32 1867.27 1051.83 1867.27 Q1057.33 1867.27 1060.53 1863.5 Q1063.78 1859.69 1063.78 1853.17 Q1063.78 1846.61 1060.53 1842.84 Q1057.33 1839.08 1051.83 1839.08 M1068.07 1813.43 L1068.07 1820.89 Q1064.99 1819.43 1061.83 1818.66 Q1058.71 1817.89 1055.63 1817.89 Q1047.53 1817.89 1043.24 1823.36 Q1038.98 1828.83 1038.38 1839.89 Q1040.77 1836.36 1044.37 1834.5 Q1047.98 1832.59 1052.31 1832.59 Q1061.43 1832.59 1066.69 1838.14 Q1072 1843.65 1072 1853.17 Q1072 1862.49 1066.49 1868.12 Q1060.98 1873.75 1051.83 1873.75 Q1041.33 1873.75 1035.78 1865.73 Q1030.23 1857.67 1030.23 1842.4 Q1030.23 1828.06 1037.04 1819.55 Q1043.84 1811 1055.31 1811 Q1058.39 1811 1061.51 1811.61 Q1064.67 1812.22 1068.07 1813.43 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9618)\" d=\"M842.716 2001.57 L842.716 2264.42 L865.675 2264.42 L865.675 2001.57 L842.716 2001.57 L842.716 2001.57 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"842.716,2001.57 842.716,2264.42 865.675,2264.42 865.675,2001.57 842.716,2001.57 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M865.675 1993.54 L865.675 2264.42 L888.634 2264.42 L888.634 1993.54 L865.675 1993.54 L865.675 1993.54 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"865.675,1993.54 865.675,2264.42 888.634,2264.42 888.634,1993.54 865.675,1993.54 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M888.634 1967.14 L888.634 2264.42 L911.592 2264.42 L911.592 1967.14 L888.634 1967.14 L888.634 1967.14 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"888.634,1967.14 888.634,2264.42 911.592,2264.42 911.592,1967.14 888.634,1967.14 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M911.592 2010.76 L911.592 2264.42 L934.551 2264.42 L934.551 2010.76 L911.592 2010.76 L911.592 2010.76 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"911.592,2010.76 911.592,2264.42 934.551,2264.42 934.551,2010.76 911.592,2010.76 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M934.551 1978.62 L934.551 2264.42 L957.509 2264.42 L957.509 1978.62 L934.551 1978.62 L934.551 1978.62 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"934.551,1978.62 934.551,2264.42 957.509,2264.42 957.509,1978.62 934.551,1978.62 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M957.509 1991.24 L957.509 2264.42 L980.468 2264.42 L980.468 1991.24 L957.509 1991.24 L957.509 1991.24 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"957.509,1991.24 957.509,2264.42 980.468,2264.42 980.468,1991.24 957.509,1991.24 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M980.468 1995.84 L980.468 2264.42 L1003.43 2264.42 L1003.43 1995.84 L980.468 1995.84 L980.468 1995.84 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"980.468,1995.84 980.468,2264.42 1003.43,2264.42 1003.43,1995.84 980.468,1995.84 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1003.43 1993.54 L1003.43 2264.42 L1026.39 2264.42 L1026.39 1993.54 L1003.43 1993.54 L1003.43 1993.54 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1003.43,1993.54 1003.43,2264.42 1026.39,2264.42 1026.39,1993.54 1003.43,1993.54 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1026.39 2018.79 L1026.39 2264.42 L1049.34 2264.42 L1049.34 2018.79 L1026.39 2018.79 L1026.39 2018.79 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1026.39,2018.79 1026.39,2264.42 1049.34,2264.42 1049.34,2018.79 1026.39,2018.79 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1049.34 2006.17 L1049.34 2264.42 L1072.3 2264.42 L1072.3 2006.17 L1049.34 2006.17 L1049.34 2006.17 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1049.34,2006.17 1049.34,2264.42 1072.3,2264.42 1072.3,2006.17 1049.34,2006.17 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1072.3 1982.06 L1072.3 2264.42 L1095.26 2264.42 L1095.26 1982.06 L1072.3 1982.06 L1072.3 1982.06 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1072.3,1982.06 1072.3,2264.42 1095.26,2264.42 1095.26,1982.06 1072.3,1982.06 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1095.26 1940.74 L1095.26 2264.42 L1118.22 2264.42 L1118.22 1940.74 L1095.26 1940.74 L1095.26 1940.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1095.26,1940.74 1095.26,2264.42 1118.22,2264.42 1118.22,1940.74 1095.26,1940.74 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1118.22 1979.77 L1118.22 2264.42 L1141.18 2264.42 L1141.18 1979.77 L1118.22 1979.77 L1118.22 1979.77 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1118.22,1979.77 1118.22,2264.42 1141.18,2264.42 1141.18,1979.77 1118.22,1979.77 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1141.18 1991.24 L1141.18 2264.42 L1164.14 2264.42 L1164.14 1991.24 L1141.18 1991.24 L1141.18 1991.24 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1141.18,1991.24 1141.18,2264.42 1164.14,2264.42 1164.14,1991.24 1141.18,1991.24 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1164.14 1960.25 L1164.14 2264.42 L1187.1 2264.42 L1187.1 1960.25 L1164.14 1960.25 L1164.14 1960.25 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1164.14,1960.25 1164.14,2264.42 1187.1,2264.42 1187.1,1960.25 1164.14,1960.25 \"/>\n<path clip-path=\"url(#clip9618)\" d=\"M1187.1 2034.86 L1187.1 2264.42 L1210.05 2264.42 L1210.05 2034.86 L1187.1 2034.86 L1187.1 2034.86 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9618)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1187.1,2034.86 1187.1,2264.42 1210.05,2264.42 1210.05,2034.86 1187.1,2034.86 \"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"854.196\" cy=\"2001.57\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"877.154\" cy=\"1993.54\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"900.113\" cy=\"1967.14\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"923.072\" cy=\"2010.76\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"946.03\" cy=\"1978.62\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"968.989\" cy=\"1991.24\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"991.947\" cy=\"1995.84\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1014.91\" cy=\"1993.54\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1037.86\" cy=\"2018.79\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1060.82\" cy=\"2006.17\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1083.78\" cy=\"1982.06\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1106.74\" cy=\"1940.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1129.7\" cy=\"1979.77\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1152.66\" cy=\"1991.24\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1175.62\" cy=\"1960.25\" r=\"2\"/>\n<circle clip-path=\"url(#clip9618)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1198.58\" cy=\"2034.86\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M1460.01 2274.13 L1872.76 2274.13 L1872.76 1931.03 L1460.01 1931.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9619\">\n <rect x=\"1460\" y=\"1931\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1528.63,2274.13 1528.63,1931.03 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1597.51,2274.13 1597.51,1931.03 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1666.39,2274.13 1666.39,1931.03 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1735.26,2274.13 1735.26,1931.03 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1804.14,2274.13 1804.14,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2274.13 1872.76,2274.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,2274.13 1528.63,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,2274.13 1597.51,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,2274.13 1666.39,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,2274.13 1735.26,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,2274.13 1804.14,2255.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1497.7 2326.1 L1527.37 2326.1 L1527.37 2330.03 L1497.7 2330.03 L1497.7 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1548.04 2323.78 Q1544.9 2323.78 1543.04 2325.94 Q1541.21 2328.09 1541.21 2331.84 Q1541.21 2335.57 1543.04 2337.74 Q1544.9 2339.9 1548.04 2339.9 Q1551.19 2339.9 1553.02 2337.74 Q1554.87 2335.57 1554.87 2331.84 Q1554.87 2328.09 1553.02 2325.94 Q1551.19 2323.78 1548.04 2323.78 M1557.33 2309.13 L1557.33 2313.39 Q1555.57 2312.56 1553.76 2312.12 Q1551.98 2311.68 1550.22 2311.68 Q1545.59 2311.68 1543.14 2314.8 Q1540.71 2317.93 1540.36 2324.25 Q1541.72 2322.23 1543.78 2321.17 Q1545.84 2320.08 1548.32 2320.08 Q1553.53 2320.08 1556.54 2323.25 Q1559.57 2326.4 1559.57 2331.84 Q1559.57 2337.16 1556.42 2340.38 Q1553.27 2343.6 1548.04 2343.6 Q1542.05 2343.6 1538.88 2339.02 Q1535.71 2334.41 1535.71 2325.68 Q1535.71 2317.49 1539.59 2312.63 Q1543.48 2307.74 1550.03 2307.74 Q1551.79 2307.74 1553.58 2308.09 Q1555.38 2308.44 1557.33 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1566.98 2326.1 L1596.65 2326.1 L1596.65 2330.03 L1566.98 2330.03 L1566.98 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1620.91 2324.29 Q1624.27 2325.01 1626.14 2327.28 Q1628.04 2329.55 1628.04 2332.88 Q1628.04 2338 1624.52 2340.8 Q1621 2343.6 1614.52 2343.6 Q1612.35 2343.6 1610.03 2343.16 Q1607.74 2342.74 1605.29 2341.89 L1605.29 2337.37 Q1607.23 2338.51 1609.55 2339.09 Q1611.86 2339.66 1614.38 2339.66 Q1618.78 2339.66 1621.07 2337.93 Q1623.39 2336.19 1623.39 2332.88 Q1623.39 2329.83 1621.24 2328.11 Q1619.11 2326.38 1615.29 2326.38 L1611.26 2326.38 L1611.26 2322.53 L1615.47 2322.53 Q1618.92 2322.53 1620.75 2321.17 Q1622.58 2319.78 1622.58 2317.19 Q1622.58 2314.53 1620.68 2313.11 Q1618.81 2311.68 1615.29 2311.68 Q1613.37 2311.68 1611.17 2312.09 Q1608.97 2312.51 1606.33 2313.39 L1606.33 2309.22 Q1608.99 2308.48 1611.31 2308.11 Q1613.64 2307.74 1615.7 2307.74 Q1621.03 2307.74 1624.13 2310.17 Q1627.23 2312.58 1627.23 2316.7 Q1627.23 2319.57 1625.59 2321.56 Q1623.94 2323.53 1620.91 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1666.39 2311.45 Q1662.77 2311.45 1660.95 2315.01 Q1659.14 2318.55 1659.14 2325.68 Q1659.14 2332.79 1660.95 2336.35 Q1662.77 2339.9 1666.39 2339.9 Q1670.02 2339.9 1671.83 2336.35 Q1673.65 2332.79 1673.65 2325.68 Q1673.65 2318.55 1671.83 2315.01 Q1670.02 2311.45 1666.39 2311.45 M1666.39 2307.74 Q1672.2 2307.74 1675.25 2312.35 Q1678.33 2316.93 1678.33 2325.68 Q1678.33 2334.41 1675.25 2339.02 Q1672.2 2343.6 1666.39 2343.6 Q1660.58 2343.6 1657.5 2339.02 Q1654.44 2334.41 1654.44 2325.68 Q1654.44 2316.93 1657.5 2312.35 Q1660.58 2307.74 1666.39 2307.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1739.51 2324.29 Q1742.87 2325.01 1744.74 2327.28 Q1746.64 2329.55 1746.64 2332.88 Q1746.64 2338 1743.12 2340.8 Q1739.6 2343.6 1733.12 2343.6 Q1730.94 2343.6 1728.63 2343.16 Q1726.34 2342.74 1723.88 2341.89 L1723.88 2337.37 Q1725.83 2338.51 1728.14 2339.09 Q1730.46 2339.66 1732.98 2339.66 Q1737.38 2339.66 1739.67 2337.93 Q1741.99 2336.19 1741.99 2332.88 Q1741.99 2329.83 1739.83 2328.11 Q1737.7 2326.38 1733.88 2326.38 L1729.86 2326.38 L1729.86 2322.53 L1734.07 2322.53 Q1737.52 2322.53 1739.35 2321.17 Q1741.18 2319.78 1741.18 2317.19 Q1741.18 2314.53 1739.28 2313.11 Q1737.4 2311.68 1733.88 2311.68 Q1731.96 2311.68 1729.76 2312.09 Q1727.56 2312.51 1724.93 2313.39 L1724.93 2309.22 Q1727.59 2308.48 1729.9 2308.11 Q1732.24 2307.74 1734.3 2307.74 Q1739.62 2307.74 1742.73 2310.17 Q1745.83 2312.58 1745.83 2316.7 Q1745.83 2319.57 1744.18 2321.56 Q1742.54 2323.53 1739.51 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1804.54 2323.78 Q1801.39 2323.78 1799.54 2325.94 Q1797.71 2328.09 1797.71 2331.84 Q1797.71 2335.57 1799.54 2337.74 Q1801.39 2339.9 1804.54 2339.9 Q1807.69 2339.9 1809.52 2337.74 Q1811.37 2335.57 1811.37 2331.84 Q1811.37 2328.09 1809.52 2325.94 Q1807.69 2323.78 1804.54 2323.78 M1813.82 2309.13 L1813.82 2313.39 Q1812.07 2312.56 1810.26 2312.12 Q1808.48 2311.68 1806.72 2311.68 Q1802.09 2311.68 1799.63 2314.8 Q1797.2 2317.93 1796.86 2324.25 Q1798.22 2322.23 1800.28 2321.17 Q1802.34 2320.08 1804.82 2320.08 Q1810.03 2320.08 1813.04 2323.25 Q1816.07 2326.4 1816.07 2331.84 Q1816.07 2337.16 1812.92 2340.38 Q1809.77 2343.6 1804.54 2343.6 Q1798.55 2343.6 1795.38 2339.02 Q1792.2 2334.41 1792.2 2325.68 Q1792.2 2317.49 1796.09 2312.63 Q1799.98 2307.74 1806.53 2307.74 Q1808.29 2307.74 1810.07 2308.09 Q1811.88 2308.44 1813.82 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,2264.42 1872.76,2264.42 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,2201.93 1872.76,2201.93 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,2139.45 1872.76,2139.45 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,2076.96 1872.76,2076.96 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,2014.48 1872.76,2014.48 \"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"1460.01,1951.99 1872.76,1951.99 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2274.13 1460.01,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2264.42 1478.91,2264.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2201.93 1478.91,2201.93 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2139.45 1478.91,2139.45 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2076.96 1478.91,2076.96 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,2014.48 1478.91,2014.48 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1460.01,1951.99 1478.91,1951.99 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M1400.07 2250.22 Q1396.46 2250.22 1394.63 2253.78 Q1392.83 2257.32 1392.83 2264.45 Q1392.83 2271.56 1394.63 2275.12 Q1396.46 2278.67 1400.07 2278.67 Q1403.7 2278.67 1405.51 2275.12 Q1407.34 2271.56 1407.34 2264.45 Q1407.34 2257.32 1405.51 2253.78 Q1403.7 2250.22 1400.07 2250.22 M1400.07 2246.51 Q1405.88 2246.51 1408.94 2251.12 Q1412.01 2255.7 1412.01 2264.45 Q1412.01 2273.18 1408.94 2277.79 Q1405.88 2282.37 1400.07 2282.37 Q1394.26 2282.37 1391.18 2277.79 Q1388.13 2273.18 1388.13 2264.45 Q1388.13 2255.7 1391.18 2251.12 Q1394.26 2246.51 1400.07 2246.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1359.95 2184.65 L1378.31 2184.65 L1378.31 2188.59 L1364.24 2188.59 L1364.24 2197.06 Q1365.26 2196.71 1366.27 2196.55 Q1367.29 2196.36 1368.31 2196.36 Q1374.1 2196.36 1377.48 2199.54 Q1380.86 2202.71 1380.86 2208.12 Q1380.86 2213.7 1377.39 2216.8 Q1373.91 2219.88 1367.59 2219.88 Q1365.42 2219.88 1363.15 2219.51 Q1360.9 2219.14 1358.5 2218.4 L1358.5 2213.7 Q1360.58 2214.84 1362.8 2215.39 Q1365.02 2215.95 1367.5 2215.95 Q1371.51 2215.95 1373.84 2213.84 Q1376.18 2211.74 1376.18 2208.12 Q1376.18 2204.51 1373.84 2202.41 Q1371.51 2200.3 1367.5 2200.3 Q1365.63 2200.3 1363.75 2200.72 Q1361.9 2201.13 1359.95 2202.01 L1359.95 2184.65 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 2187.73 Q1396.46 2187.73 1394.63 2191.3 Q1392.83 2194.84 1392.83 2201.97 Q1392.83 2209.07 1394.63 2212.64 Q1396.46 2216.18 1400.07 2216.18 Q1403.7 2216.18 1405.51 2212.64 Q1407.34 2209.07 1407.34 2201.97 Q1407.34 2194.84 1405.51 2191.3 Q1403.7 2187.73 1400.07 2187.73 M1400.07 2184.03 Q1405.88 2184.03 1408.94 2188.63 Q1412.01 2193.22 1412.01 2201.97 Q1412.01 2210.69 1408.94 2215.3 Q1405.88 2219.88 1400.07 2219.88 Q1394.26 2219.88 1391.18 2215.3 Q1388.13 2210.69 1388.13 2201.97 Q1388.13 2193.22 1391.18 2188.63 Q1394.26 2184.03 1400.07 2184.03 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1330.56 2152.79 L1338.2 2152.79 L1338.2 2126.43 L1329.89 2128.09 L1329.89 2123.83 L1338.15 2122.17 L1342.83 2122.17 L1342.83 2152.79 L1350.46 2152.79 L1350.46 2156.73 L1330.56 2156.73 L1330.56 2152.79 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 2125.25 Q1366.3 2125.25 1364.47 2128.81 Q1362.66 2132.35 1362.66 2139.48 Q1362.66 2146.59 1364.47 2150.15 Q1366.3 2153.69 1369.91 2153.69 Q1373.54 2153.69 1375.35 2150.15 Q1377.18 2146.59 1377.18 2139.48 Q1377.18 2132.35 1375.35 2128.81 Q1373.54 2125.25 1369.91 2125.25 M1369.91 2121.54 Q1375.72 2121.54 1378.77 2126.15 Q1381.85 2130.73 1381.85 2139.48 Q1381.85 2148.21 1378.77 2152.81 Q1375.72 2157.4 1369.91 2157.4 Q1364.1 2157.4 1361.02 2152.81 Q1357.96 2148.21 1357.96 2139.48 Q1357.96 2130.73 1361.02 2126.15 Q1364.1 2121.54 1369.91 2121.54 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 2125.25 Q1396.46 2125.25 1394.63 2128.81 Q1392.83 2132.35 1392.83 2139.48 Q1392.83 2146.59 1394.63 2150.15 Q1396.46 2153.69 1400.07 2153.69 Q1403.7 2153.69 1405.51 2150.15 Q1407.34 2146.59 1407.34 2139.48 Q1407.34 2132.35 1405.51 2128.81 Q1403.7 2125.25 1400.07 2125.25 M1400.07 2121.54 Q1405.88 2121.54 1408.94 2126.15 Q1412.01 2130.73 1412.01 2139.48 Q1412.01 2148.21 1408.94 2152.81 Q1405.88 2157.4 1400.07 2157.4 Q1394.26 2157.4 1391.18 2152.81 Q1388.13 2148.21 1388.13 2139.48 Q1388.13 2130.73 1391.18 2126.15 Q1394.26 2121.54 1400.07 2121.54 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1330.56 2090.31 L1338.2 2090.31 L1338.2 2063.94 L1329.89 2065.61 L1329.89 2061.35 L1338.15 2059.68 L1342.83 2059.68 L1342.83 2090.31 L1350.46 2090.31 L1350.46 2094.24 L1330.56 2094.24 L1330.56 2090.31 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1359.95 2059.68 L1378.31 2059.68 L1378.31 2063.62 L1364.24 2063.62 L1364.24 2072.09 Q1365.26 2071.74 1366.27 2071.58 Q1367.29 2071.39 1368.31 2071.39 Q1374.1 2071.39 1377.48 2074.57 Q1380.86 2077.74 1380.86 2083.15 Q1380.86 2088.73 1377.39 2091.83 Q1373.91 2094.91 1367.59 2094.91 Q1365.42 2094.91 1363.15 2094.54 Q1360.9 2094.17 1358.5 2093.43 L1358.5 2088.73 Q1360.58 2089.87 1362.8 2090.42 Q1365.02 2090.98 1367.5 2090.98 Q1371.51 2090.98 1373.84 2088.87 Q1376.18 2086.76 1376.18 2083.15 Q1376.18 2079.54 1373.84 2077.44 Q1371.51 2075.33 1367.5 2075.33 Q1365.63 2075.33 1363.75 2075.75 Q1361.9 2076.16 1359.95 2077.04 L1359.95 2059.68 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 2062.76 Q1396.46 2062.76 1394.63 2066.32 Q1392.83 2069.87 1392.83 2077 Q1392.83 2084.1 1394.63 2087.67 Q1396.46 2091.21 1400.07 2091.21 Q1403.7 2091.21 1405.51 2087.67 Q1407.34 2084.1 1407.34 2077 Q1407.34 2069.87 1405.51 2066.32 Q1403.7 2062.76 1400.07 2062.76 M1400.07 2059.06 Q1405.88 2059.06 1408.94 2063.66 Q1412.01 2068.25 1412.01 2077 Q1412.01 2085.72 1408.94 2090.33 Q1405.88 2094.91 1400.07 2094.91 Q1394.26 2094.91 1391.18 2090.33 Q1388.13 2085.72 1388.13 2077 Q1388.13 2068.25 1391.18 2063.66 Q1394.26 2059.06 1400.07 2059.06 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1333.77 2027.82 L1350.09 2027.82 L1350.09 2031.76 L1328.15 2031.76 L1328.15 2027.82 Q1330.81 2025.07 1335.39 2020.44 Q1340 2015.78 1341.18 2014.44 Q1343.43 2011.92 1344.31 2010.18 Q1345.21 2008.42 1345.21 2006.73 Q1345.21 2003.98 1343.27 2002.24 Q1341.34 2000.51 1338.24 2000.51 Q1336.04 2000.51 1333.59 2001.27 Q1331.16 2002.03 1328.38 2003.58 L1328.38 1998.86 Q1331.21 1997.73 1333.66 1997.15 Q1336.11 1996.57 1338.15 1996.57 Q1343.52 1996.57 1346.71 1999.26 Q1349.91 2001.94 1349.91 2006.43 Q1349.91 2008.56 1349.1 2010.48 Q1348.31 2012.38 1346.2 2014.97 Q1345.63 2015.64 1342.52 2018.86 Q1339.42 2022.06 1333.77 2027.82 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1369.91 2000.27 Q1366.3 2000.27 1364.47 2003.84 Q1362.66 2007.38 1362.66 2014.51 Q1362.66 2021.62 1364.47 2025.18 Q1366.3 2028.72 1369.91 2028.72 Q1373.54 2028.72 1375.35 2025.18 Q1377.18 2021.62 1377.18 2014.51 Q1377.18 2007.38 1375.35 2003.84 Q1373.54 2000.27 1369.91 2000.27 M1369.91 1996.57 Q1375.72 1996.57 1378.77 2001.18 Q1381.85 2005.76 1381.85 2014.51 Q1381.85 2023.24 1378.77 2027.84 Q1375.72 2032.43 1369.91 2032.43 Q1364.1 2032.43 1361.02 2027.84 Q1357.96 2023.24 1357.96 2014.51 Q1357.96 2005.76 1361.02 2001.18 Q1364.1 1996.57 1369.91 1996.57 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 2000.27 Q1396.46 2000.27 1394.63 2003.84 Q1392.83 2007.38 1392.83 2014.51 Q1392.83 2021.62 1394.63 2025.18 Q1396.46 2028.72 1400.07 2028.72 Q1403.7 2028.72 1405.51 2025.18 Q1407.34 2021.62 1407.34 2014.51 Q1407.34 2007.38 1405.51 2003.84 Q1403.7 2000.27 1400.07 2000.27 M1400.07 1996.57 Q1405.88 1996.57 1408.94 2001.18 Q1412.01 2005.76 1412.01 2014.51 Q1412.01 2023.24 1408.94 2027.84 Q1405.88 2032.43 1400.07 2032.43 Q1394.26 2032.43 1391.18 2027.84 Q1388.13 2023.24 1388.13 2014.51 Q1388.13 2005.76 1391.18 2001.18 Q1394.26 1996.57 1400.07 1996.57 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1333.77 1965.33 L1350.09 1965.33 L1350.09 1969.27 L1328.15 1969.27 L1328.15 1965.33 Q1330.81 1962.58 1335.39 1957.95 Q1340 1953.3 1341.18 1951.96 Q1343.43 1949.43 1344.31 1947.7 Q1345.21 1945.94 1345.21 1944.25 Q1345.21 1941.49 1343.27 1939.76 Q1341.34 1938.02 1338.24 1938.02 Q1336.04 1938.02 1333.59 1938.78 Q1331.16 1939.55 1328.38 1941.1 L1328.38 1936.38 Q1331.21 1935.24 1333.66 1934.66 Q1336.11 1934.08 1338.15 1934.08 Q1343.52 1934.08 1346.71 1936.77 Q1349.91 1939.46 1349.91 1943.95 Q1349.91 1946.08 1349.1 1948 Q1348.31 1949.89 1346.2 1952.49 Q1345.63 1953.16 1342.52 1956.38 Q1339.42 1959.57 1333.77 1965.33 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1359.95 1934.71 L1378.31 1934.71 L1378.31 1938.64 L1364.24 1938.64 L1364.24 1947.12 Q1365.26 1946.77 1366.27 1946.61 Q1367.29 1946.42 1368.31 1946.42 Q1374.1 1946.42 1377.48 1949.59 Q1380.86 1952.77 1380.86 1958.18 Q1380.86 1963.76 1377.39 1966.86 Q1373.91 1969.94 1367.59 1969.94 Q1365.42 1969.94 1363.15 1969.57 Q1360.9 1969.2 1358.5 1968.46 L1358.5 1963.76 Q1360.58 1964.89 1362.8 1965.45 Q1365.02 1966.01 1367.5 1966.01 Q1371.51 1966.01 1373.84 1963.9 Q1376.18 1961.79 1376.18 1958.18 Q1376.18 1954.57 1373.84 1952.46 Q1371.51 1950.36 1367.5 1950.36 Q1365.63 1950.36 1363.75 1950.77 Q1361.9 1951.19 1359.95 1952.07 L1359.95 1934.71 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1400.07 1937.79 Q1396.46 1937.79 1394.63 1941.35 Q1392.83 1944.89 1392.83 1952.02 Q1392.83 1959.13 1394.63 1962.7 Q1396.46 1966.24 1400.07 1966.24 Q1403.7 1966.24 1405.51 1962.7 Q1407.34 1959.13 1407.34 1952.02 Q1407.34 1944.89 1405.51 1941.35 Q1403.7 1937.79 1400.07 1937.79 M1400.07 1934.08 Q1405.88 1934.08 1408.94 1938.69 Q1412.01 1943.27 1412.01 1952.02 Q1412.01 1960.75 1408.94 1965.36 Q1405.88 1969.94 1400.07 1969.94 Q1394.26 1969.94 1391.18 1965.36 Q1388.13 1960.75 1388.13 1952.02 Q1388.13 1943.27 1391.18 1938.69 Q1394.26 1934.08 1400.07 1934.08 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1622.88 1865.69 L1636.25 1865.69 L1636.25 1819.55 L1621.7 1822.47 L1621.7 1815.01 L1636.17 1812.1 L1644.35 1812.1 L1644.35 1865.69 L1657.72 1865.69 L1657.72 1872.58 L1622.88 1872.58 L1622.88 1865.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1672.18 1812.1 L1711.07 1812.1 L1711.07 1815.58 L1689.11 1872.58 L1680.56 1872.58 L1701.22 1818.98 L1672.18 1818.98 L1672.18 1812.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9619)\" d=\"M1482.72 1998.23 L1482.72 2264.42 L1505.67 2264.42 L1505.67 1998.23 L1482.72 1998.23 L1482.72 1998.23 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1482.72,1998.23 1482.72,2264.42 1505.67,2264.42 1505.67,1998.23 1482.72,1998.23 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1505.67 1959.49 L1505.67 2264.42 L1528.63 2264.42 L1528.63 1959.49 L1505.67 1959.49 L1505.67 1959.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1505.67,1959.49 1505.67,2264.42 1528.63,2264.42 1528.63,1959.49 1505.67,1959.49 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1528.63 1985.73 L1528.63 2264.42 L1551.59 2264.42 L1551.59 1985.73 L1528.63 1985.73 L1528.63 1985.73 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1528.63,1985.73 1528.63,2264.42 1551.59,2264.42 1551.59,1985.73 1528.63,1985.73 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1551.59 1961.99 L1551.59 2264.42 L1574.55 2264.42 L1574.55 1961.99 L1551.59 1961.99 L1551.59 1961.99 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1551.59,1961.99 1551.59,2264.42 1574.55,2264.42 1574.55,1961.99 1551.59,1961.99 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1574.55 1945.74 L1574.55 2264.42 L1597.51 2264.42 L1597.51 1945.74 L1574.55 1945.74 L1574.55 1945.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1574.55,1945.74 1574.55,2264.42 1597.51,2264.42 1597.51,1945.74 1574.55,1945.74 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1597.51 1959.49 L1597.51 2264.42 L1620.47 2264.42 L1620.47 1959.49 L1597.51 1959.49 L1597.51 1959.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1597.51,1959.49 1597.51,2264.42 1620.47,2264.42 1620.47,1959.49 1597.51,1959.49 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1620.47 1983.23 L1620.47 2264.42 L1643.43 2264.42 L1643.43 1983.23 L1620.47 1983.23 L1620.47 1983.23 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1620.47,1983.23 1620.47,2264.42 1643.43,2264.42 1643.43,1983.23 1620.47,1983.23 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1643.43 1963.24 L1643.43 2264.42 L1666.39 2264.42 L1666.39 1963.24 L1643.43 1963.24 L1643.43 1963.24 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1643.43,1963.24 1643.43,2264.42 1666.39,2264.42 1666.39,1963.24 1643.43,1963.24 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1666.39 1989.48 L1666.39 2264.42 L1689.34 2264.42 L1689.34 1989.48 L1666.39 1989.48 L1666.39 1989.48 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1666.39,1989.48 1666.39,2264.42 1689.34,2264.42 1689.34,1989.48 1666.39,1989.48 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1689.34 1979.48 L1689.34 2264.42 L1712.3 2264.42 L1712.3 1979.48 L1689.34 1979.48 L1689.34 1979.48 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1689.34,1979.48 1689.34,2264.42 1712.3,2264.42 1712.3,1979.48 1689.34,1979.48 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1712.3 1964.49 L1712.3 2264.42 L1735.26 2264.42 L1735.26 1964.49 L1712.3 1964.49 L1712.3 1964.49 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1712.3,1964.49 1712.3,2264.42 1735.26,2264.42 1735.26,1964.49 1712.3,1964.49 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1735.26 1948.24 L1735.26 2264.42 L1758.22 2264.42 L1758.22 1948.24 L1735.26 1948.24 L1735.26 1948.24 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1735.26,1948.24 1735.26,2264.42 1758.22,2264.42 1758.22,1948.24 1735.26,1948.24 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1758.22 1940.74 L1758.22 2264.42 L1781.18 2264.42 L1781.18 1940.74 L1758.22 1940.74 L1758.22 1940.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1758.22,1940.74 1758.22,2264.42 1781.18,2264.42 1781.18,1940.74 1758.22,1940.74 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1781.18 1946.99 L1781.18 2264.42 L1804.14 2264.42 L1804.14 1946.99 L1781.18 1946.99 L1781.18 1946.99 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1781.18,1946.99 1781.18,2264.42 1804.14,2264.42 1804.14,1946.99 1781.18,1946.99 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1804.14 1976.98 L1804.14 2264.42 L1827.1 2264.42 L1827.1 1976.98 L1804.14 1976.98 L1804.14 1976.98 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1804.14,1976.98 1804.14,2264.42 1827.1,2264.42 1827.1,1976.98 1804.14,1976.98 \"/>\n<path clip-path=\"url(#clip9619)\" d=\"M1827.1 1989.48 L1827.1 2264.42 L1850.05 2264.42 L1850.05 1989.48 L1827.1 1989.48 L1827.1 1989.48 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9619)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"1827.1,1989.48 1827.1,2264.42 1850.05,2264.42 1850.05,1989.48 1827.1,1989.48 \"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1494.2\" cy=\"1998.23\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1517.15\" cy=\"1959.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1540.11\" cy=\"1985.73\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1563.07\" cy=\"1961.99\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1586.03\" cy=\"1945.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1608.99\" cy=\"1959.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1631.95\" cy=\"1983.23\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1654.91\" cy=\"1963.24\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1677.86\" cy=\"1989.48\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1700.82\" cy=\"1979.48\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1723.78\" cy=\"1964.49\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1746.74\" cy=\"1948.24\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1769.7\" cy=\"1940.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1792.66\" cy=\"1946.99\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1815.62\" cy=\"1976.98\" r=\"2\"/>\n<circle clip-path=\"url(#clip9619)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1838.58\" cy=\"1989.48\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2100.01 2274.13 L2512.76 2274.13 L2512.76 1931.03 L2100.01 1931.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9620\">\n <rect x=\"2100\" y=\"1931\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2168.63,2274.13 2168.63,1931.03 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2237.51,2274.13 2237.51,1931.03 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2306.39,2274.13 2306.39,1931.03 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2375.26,2274.13 2375.26,1931.03 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2444.14,2274.13 2444.14,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2274.13 2512.76,2274.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,2274.13 2168.63,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,2274.13 2237.51,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,2274.13 2306.39,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,2274.13 2375.26,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,2274.13 2444.14,2255.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2137.7 2326.1 L2167.37 2326.1 L2167.37 2330.03 L2137.7 2330.03 L2137.7 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2188.04 2323.78 Q2184.9 2323.78 2183.04 2325.94 Q2181.21 2328.09 2181.21 2331.84 Q2181.21 2335.57 2183.04 2337.74 Q2184.9 2339.9 2188.04 2339.9 Q2191.19 2339.9 2193.02 2337.74 Q2194.87 2335.57 2194.87 2331.84 Q2194.87 2328.09 2193.02 2325.94 Q2191.19 2323.78 2188.04 2323.78 M2197.33 2309.13 L2197.33 2313.39 Q2195.57 2312.56 2193.76 2312.12 Q2191.98 2311.68 2190.22 2311.68 Q2185.59 2311.68 2183.14 2314.8 Q2180.71 2317.93 2180.36 2324.25 Q2181.72 2322.23 2183.78 2321.17 Q2185.84 2320.08 2188.32 2320.08 Q2193.53 2320.08 2196.54 2323.25 Q2199.57 2326.4 2199.57 2331.84 Q2199.57 2337.16 2196.42 2340.38 Q2193.27 2343.6 2188.04 2343.6 Q2182.05 2343.6 2178.88 2339.02 Q2175.71 2334.41 2175.71 2325.68 Q2175.71 2317.49 2179.59 2312.63 Q2183.48 2307.74 2190.03 2307.74 Q2191.79 2307.74 2193.58 2308.09 Q2195.38 2308.44 2197.33 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2206.98 2326.1 L2236.65 2326.1 L2236.65 2330.03 L2206.98 2330.03 L2206.98 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2260.91 2324.29 Q2264.27 2325.01 2266.14 2327.28 Q2268.04 2329.55 2268.04 2332.88 Q2268.04 2338 2264.52 2340.8 Q2261 2343.6 2254.52 2343.6 Q2252.35 2343.6 2250.03 2343.16 Q2247.74 2342.74 2245.29 2341.89 L2245.29 2337.37 Q2247.23 2338.51 2249.55 2339.09 Q2251.86 2339.66 2254.38 2339.66 Q2258.78 2339.66 2261.07 2337.93 Q2263.39 2336.19 2263.39 2332.88 Q2263.39 2329.83 2261.24 2328.11 Q2259.11 2326.38 2255.29 2326.38 L2251.26 2326.38 L2251.26 2322.53 L2255.47 2322.53 Q2258.92 2322.53 2260.75 2321.17 Q2262.58 2319.78 2262.58 2317.19 Q2262.58 2314.53 2260.68 2313.11 Q2258.81 2311.68 2255.29 2311.68 Q2253.37 2311.68 2251.17 2312.09 Q2248.97 2312.51 2246.33 2313.39 L2246.33 2309.22 Q2248.99 2308.48 2251.31 2308.11 Q2253.64 2307.74 2255.7 2307.74 Q2261.03 2307.74 2264.13 2310.17 Q2267.23 2312.58 2267.23 2316.7 Q2267.23 2319.57 2265.59 2321.56 Q2263.94 2323.53 2260.91 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2306.39 2311.45 Q2302.77 2311.45 2300.95 2315.01 Q2299.14 2318.55 2299.14 2325.68 Q2299.14 2332.79 2300.95 2336.35 Q2302.77 2339.9 2306.39 2339.9 Q2310.02 2339.9 2311.83 2336.35 Q2313.65 2332.79 2313.65 2325.68 Q2313.65 2318.55 2311.83 2315.01 Q2310.02 2311.45 2306.39 2311.45 M2306.39 2307.74 Q2312.2 2307.74 2315.25 2312.35 Q2318.33 2316.93 2318.33 2325.68 Q2318.33 2334.41 2315.25 2339.02 Q2312.2 2343.6 2306.39 2343.6 Q2300.58 2343.6 2297.5 2339.02 Q2294.44 2334.41 2294.44 2325.68 Q2294.44 2316.93 2297.5 2312.35 Q2300.58 2307.74 2306.39 2307.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2379.51 2324.29 Q2382.87 2325.01 2384.74 2327.28 Q2386.64 2329.55 2386.64 2332.88 Q2386.64 2338 2383.12 2340.8 Q2379.6 2343.6 2373.12 2343.6 Q2370.94 2343.6 2368.63 2343.16 Q2366.34 2342.74 2363.88 2341.89 L2363.88 2337.37 Q2365.83 2338.51 2368.14 2339.09 Q2370.46 2339.66 2372.98 2339.66 Q2377.38 2339.66 2379.67 2337.93 Q2381.99 2336.19 2381.99 2332.88 Q2381.99 2329.83 2379.83 2328.11 Q2377.7 2326.38 2373.88 2326.38 L2369.86 2326.38 L2369.86 2322.53 L2374.07 2322.53 Q2377.52 2322.53 2379.35 2321.17 Q2381.18 2319.78 2381.18 2317.19 Q2381.18 2314.53 2379.28 2313.11 Q2377.4 2311.68 2373.88 2311.68 Q2371.96 2311.68 2369.76 2312.09 Q2367.56 2312.51 2364.93 2313.39 L2364.93 2309.22 Q2367.59 2308.48 2369.9 2308.11 Q2372.24 2307.74 2374.3 2307.74 Q2379.62 2307.74 2382.73 2310.17 Q2385.83 2312.58 2385.83 2316.7 Q2385.83 2319.57 2384.18 2321.56 Q2382.54 2323.53 2379.51 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2444.54 2323.78 Q2441.39 2323.78 2439.54 2325.94 Q2437.71 2328.09 2437.71 2331.84 Q2437.71 2335.57 2439.54 2337.74 Q2441.39 2339.9 2444.54 2339.9 Q2447.69 2339.9 2449.52 2337.74 Q2451.37 2335.57 2451.37 2331.84 Q2451.37 2328.09 2449.52 2325.94 Q2447.69 2323.78 2444.54 2323.78 M2453.82 2309.13 L2453.82 2313.39 Q2452.07 2312.56 2450.26 2312.12 Q2448.48 2311.68 2446.72 2311.68 Q2442.09 2311.68 2439.63 2314.8 Q2437.2 2317.93 2436.86 2324.25 Q2438.22 2322.23 2440.28 2321.17 Q2442.34 2320.08 2444.82 2320.08 Q2450.03 2320.08 2453.04 2323.25 Q2456.07 2326.4 2456.07 2331.84 Q2456.07 2337.16 2452.92 2340.38 Q2449.77 2343.6 2444.54 2343.6 Q2438.55 2343.6 2435.38 2339.02 Q2432.2 2334.41 2432.2 2325.68 Q2432.2 2317.49 2436.09 2312.63 Q2439.98 2307.74 2446.53 2307.74 Q2448.29 2307.74 2450.07 2308.09 Q2451.88 2308.44 2453.82 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,2264.42 2512.76,2264.42 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,2202.41 2512.76,2202.41 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,2140.4 2512.76,2140.4 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,2078.4 2512.76,2078.4 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,2016.39 2512.76,2016.39 \"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2100.01,1954.38 2512.76,1954.38 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2274.13 2100.01,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2264.42 2118.91,2264.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2202.41 2118.91,2202.41 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2140.4 2118.91,2140.4 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2078.4 2118.91,2078.4 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,2016.39 2118.91,2016.39 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2100.01,1954.38 2118.91,1954.38 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2040.07 2250.22 Q2036.46 2250.22 2034.63 2253.78 Q2032.83 2257.32 2032.83 2264.45 Q2032.83 2271.56 2034.63 2275.12 Q2036.46 2278.67 2040.07 2278.67 Q2043.7 2278.67 2045.51 2275.12 Q2047.34 2271.56 2047.34 2264.45 Q2047.34 2257.32 2045.51 2253.78 Q2043.7 2250.22 2040.07 2250.22 M2040.07 2246.51 Q2045.88 2246.51 2048.94 2251.12 Q2052.01 2255.7 2052.01 2264.45 Q2052.01 2273.18 2048.94 2277.79 Q2045.88 2282.37 2040.07 2282.37 Q2034.26 2282.37 2031.18 2277.79 Q2028.13 2273.18 2028.13 2264.45 Q2028.13 2255.7 2031.18 2251.12 Q2034.26 2246.51 2040.07 2246.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1999.95 2185.13 L2018.31 2185.13 L2018.31 2189.07 L2004.24 2189.07 L2004.24 2197.54 Q2005.26 2197.19 2006.27 2197.03 Q2007.29 2196.84 2008.31 2196.84 Q2014.1 2196.84 2017.48 2200.02 Q2020.86 2203.19 2020.86 2208.6 Q2020.86 2214.18 2017.39 2217.28 Q2013.91 2220.36 2007.59 2220.36 Q2005.42 2220.36 2003.15 2219.99 Q2000.9 2219.62 1998.5 2218.88 L1998.5 2214.18 Q2000.58 2215.32 2002.8 2215.87 Q2005.02 2216.43 2007.5 2216.43 Q2011.51 2216.43 2013.84 2214.32 Q2016.18 2212.21 2016.18 2208.6 Q2016.18 2204.99 2013.84 2202.89 Q2011.51 2200.78 2007.5 2200.78 Q2005.63 2200.78 2003.75 2201.2 Q2001.9 2201.61 1999.95 2202.49 L1999.95 2185.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 2188.21 Q2036.46 2188.21 2034.63 2191.77 Q2032.83 2195.32 2032.83 2202.45 Q2032.83 2209.55 2034.63 2213.12 Q2036.46 2216.66 2040.07 2216.66 Q2043.7 2216.66 2045.51 2213.12 Q2047.34 2209.55 2047.34 2202.45 Q2047.34 2195.32 2045.51 2191.77 Q2043.7 2188.21 2040.07 2188.21 M2040.07 2184.51 Q2045.88 2184.51 2048.94 2189.11 Q2052.01 2193.7 2052.01 2202.45 Q2052.01 2211.17 2048.94 2215.78 Q2045.88 2220.36 2040.07 2220.36 Q2034.26 2220.36 2031.18 2215.78 Q2028.13 2211.17 2028.13 2202.45 Q2028.13 2193.7 2031.18 2189.11 Q2034.26 2184.51 2040.07 2184.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1970.56 2153.75 L1978.2 2153.75 L1978.2 2127.38 L1969.89 2129.05 L1969.89 2124.79 L1978.15 2123.12 L1982.83 2123.12 L1982.83 2153.75 L1990.46 2153.75 L1990.46 2157.68 L1970.56 2157.68 L1970.56 2153.75 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 2126.2 Q2006.3 2126.2 2004.47 2129.77 Q2002.66 2133.31 2002.66 2140.44 Q2002.66 2147.55 2004.47 2151.11 Q2006.3 2154.65 2009.91 2154.65 Q2013.54 2154.65 2015.35 2151.11 Q2017.18 2147.55 2017.18 2140.44 Q2017.18 2133.31 2015.35 2129.77 Q2013.54 2126.2 2009.91 2126.2 M2009.91 2122.5 Q2015.72 2122.5 2018.77 2127.11 Q2021.85 2131.69 2021.85 2140.44 Q2021.85 2149.17 2018.77 2153.77 Q2015.72 2158.36 2009.91 2158.36 Q2004.1 2158.36 2001.02 2153.77 Q1997.96 2149.17 1997.96 2140.44 Q1997.96 2131.69 2001.02 2127.11 Q2004.1 2122.5 2009.91 2122.5 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 2126.2 Q2036.46 2126.2 2034.63 2129.77 Q2032.83 2133.31 2032.83 2140.44 Q2032.83 2147.55 2034.63 2151.11 Q2036.46 2154.65 2040.07 2154.65 Q2043.7 2154.65 2045.51 2151.11 Q2047.34 2147.55 2047.34 2140.44 Q2047.34 2133.31 2045.51 2129.77 Q2043.7 2126.2 2040.07 2126.2 M2040.07 2122.5 Q2045.88 2122.5 2048.94 2127.11 Q2052.01 2131.69 2052.01 2140.44 Q2052.01 2149.17 2048.94 2153.77 Q2045.88 2158.36 2040.07 2158.36 Q2034.26 2158.36 2031.18 2153.77 Q2028.13 2149.17 2028.13 2140.44 Q2028.13 2131.69 2031.18 2127.11 Q2034.26 2122.5 2040.07 2122.5 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1970.56 2091.74 L1978.2 2091.74 L1978.2 2065.38 L1969.89 2067.04 L1969.89 2062.78 L1978.15 2061.12 L1982.83 2061.12 L1982.83 2091.74 L1990.46 2091.74 L1990.46 2095.68 L1970.56 2095.68 L1970.56 2091.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1999.95 2061.12 L2018.31 2061.12 L2018.31 2065.05 L2004.24 2065.05 L2004.24 2073.52 Q2005.26 2073.18 2006.27 2073.02 Q2007.29 2072.83 2008.31 2072.83 Q2014.1 2072.83 2017.48 2076 Q2020.86 2079.17 2020.86 2084.59 Q2020.86 2090.17 2017.39 2093.27 Q2013.91 2096.35 2007.59 2096.35 Q2005.42 2096.35 2003.15 2095.98 Q2000.9 2095.61 1998.5 2094.87 L1998.5 2090.17 Q2000.58 2091.3 2002.8 2091.86 Q2005.02 2092.41 2007.5 2092.41 Q2011.51 2092.41 2013.84 2090.31 Q2016.18 2088.2 2016.18 2084.59 Q2016.18 2080.98 2013.84 2078.87 Q2011.51 2076.77 2007.5 2076.77 Q2005.63 2076.77 2003.75 2077.18 Q2001.9 2077.6 1999.95 2078.48 L1999.95 2061.12 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 2064.2 Q2036.46 2064.2 2034.63 2067.76 Q2032.83 2071.3 2032.83 2078.43 Q2032.83 2085.54 2034.63 2089.1 Q2036.46 2092.64 2040.07 2092.64 Q2043.7 2092.64 2045.51 2089.1 Q2047.34 2085.54 2047.34 2078.43 Q2047.34 2071.3 2045.51 2067.76 Q2043.7 2064.2 2040.07 2064.2 M2040.07 2060.49 Q2045.88 2060.49 2048.94 2065.1 Q2052.01 2069.68 2052.01 2078.43 Q2052.01 2087.16 2048.94 2091.77 Q2045.88 2096.35 2040.07 2096.35 Q2034.26 2096.35 2031.18 2091.77 Q2028.13 2087.16 2028.13 2078.43 Q2028.13 2069.68 2031.18 2065.1 Q2034.26 2060.49 2040.07 2060.49 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1973.77 2029.74 L1990.09 2029.74 L1990.09 2033.67 L1968.15 2033.67 L1968.15 2029.74 Q1970.81 2026.98 1975.39 2022.35 Q1980 2017.7 1981.18 2016.36 Q1983.43 2013.83 1984.31 2012.1 Q1985.21 2010.34 1985.21 2008.65 Q1985.21 2005.89 1983.27 2004.16 Q1981.34 2002.42 1978.24 2002.42 Q1976.04 2002.42 1973.59 2003.18 Q1971.16 2003.95 1968.38 2005.5 L1968.38 2000.78 Q1971.21 1999.64 1973.66 1999.06 Q1976.11 1998.49 1978.15 1998.49 Q1983.52 1998.49 1986.71 2001.17 Q1989.91 2003.86 1989.91 2008.35 Q1989.91 2010.48 1989.1 2012.4 Q1988.31 2014.3 1986.2 2016.89 Q1985.63 2017.56 1982.52 2020.78 Q1979.42 2023.97 1973.77 2029.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2009.91 2002.19 Q2006.3 2002.19 2004.47 2005.75 Q2002.66 2009.3 2002.66 2016.43 Q2002.66 2023.53 2004.47 2027.1 Q2006.3 2030.64 2009.91 2030.64 Q2013.54 2030.64 2015.35 2027.1 Q2017.18 2023.53 2017.18 2016.43 Q2017.18 2009.3 2015.35 2005.75 Q2013.54 2002.19 2009.91 2002.19 M2009.91 1998.49 Q2015.72 1998.49 2018.77 2003.09 Q2021.85 2007.68 2021.85 2016.43 Q2021.85 2025.15 2018.77 2029.76 Q2015.72 2034.34 2009.91 2034.34 Q2004.1 2034.34 2001.02 2029.76 Q1997.96 2025.15 1997.96 2016.43 Q1997.96 2007.68 2001.02 2003.09 Q2004.1 1998.49 2009.91 1998.49 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 2002.19 Q2036.46 2002.19 2034.63 2005.75 Q2032.83 2009.3 2032.83 2016.43 Q2032.83 2023.53 2034.63 2027.1 Q2036.46 2030.64 2040.07 2030.64 Q2043.7 2030.64 2045.51 2027.1 Q2047.34 2023.53 2047.34 2016.43 Q2047.34 2009.3 2045.51 2005.75 Q2043.7 2002.19 2040.07 2002.19 M2040.07 1998.49 Q2045.88 1998.49 2048.94 2003.09 Q2052.01 2007.68 2052.01 2016.43 Q2052.01 2025.15 2048.94 2029.76 Q2045.88 2034.34 2040.07 2034.34 Q2034.26 2034.34 2031.18 2029.76 Q2028.13 2025.15 2028.13 2016.43 Q2028.13 2007.68 2031.18 2003.09 Q2034.26 1998.49 2040.07 1998.49 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1973.77 1967.73 L1990.09 1967.73 L1990.09 1971.66 L1968.15 1971.66 L1968.15 1967.73 Q1970.81 1964.97 1975.39 1960.34 Q1980 1955.69 1981.18 1954.35 Q1983.43 1951.83 1984.31 1950.09 Q1985.21 1948.33 1985.21 1946.64 Q1985.21 1943.89 1983.27 1942.15 Q1981.34 1940.41 1978.24 1940.41 Q1976.04 1940.41 1973.59 1941.18 Q1971.16 1941.94 1968.38 1943.49 L1968.38 1938.77 Q1971.21 1937.64 1973.66 1937.06 Q1976.11 1936.48 1978.15 1936.48 Q1983.52 1936.48 1986.71 1939.16 Q1989.91 1941.85 1989.91 1946.34 Q1989.91 1948.47 1989.1 1950.39 Q1988.31 1952.29 1986.2 1954.88 Q1985.63 1955.55 1982.52 1958.77 Q1979.42 1961.96 1973.77 1967.73 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M1999.95 1937.1 L2018.31 1937.1 L2018.31 1941.04 L2004.24 1941.04 L2004.24 1949.51 Q2005.26 1949.16 2006.27 1949 Q2007.29 1948.82 2008.31 1948.82 Q2014.1 1948.82 2017.48 1951.99 Q2020.86 1955.16 2020.86 1960.58 Q2020.86 1966.15 2017.39 1969.26 Q2013.91 1972.34 2007.59 1972.34 Q2005.42 1972.34 2003.15 1971.96 Q2000.9 1971.59 1998.5 1970.85 L1998.5 1966.15 Q2000.58 1967.29 2002.8 1967.84 Q2005.02 1968.4 2007.5 1968.4 Q2011.51 1968.4 2013.84 1966.29 Q2016.18 1964.19 2016.18 1960.58 Q2016.18 1956.96 2013.84 1954.86 Q2011.51 1952.75 2007.5 1952.75 Q2005.63 1952.75 2003.75 1953.17 Q2001.9 1953.59 1999.95 1954.46 L1999.95 1937.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2040.07 1940.18 Q2036.46 1940.18 2034.63 1943.75 Q2032.83 1947.29 2032.83 1954.42 Q2032.83 1961.53 2034.63 1965.09 Q2036.46 1968.63 2040.07 1968.63 Q2043.7 1968.63 2045.51 1965.09 Q2047.34 1961.53 2047.34 1954.42 Q2047.34 1947.29 2045.51 1943.75 Q2043.7 1940.18 2040.07 1940.18 M2040.07 1936.48 Q2045.88 1936.48 2048.94 1941.09 Q2052.01 1945.67 2052.01 1954.42 Q2052.01 1963.15 2048.94 1967.75 Q2045.88 1972.34 2040.07 1972.34 Q2034.26 1972.34 2031.18 1967.75 Q2028.13 1963.15 2028.13 1954.42 Q2028.13 1945.67 2031.18 1941.09 Q2034.26 1936.48 2040.07 1936.48 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2262.17 1865.69 L2275.54 1865.69 L2275.54 1819.55 L2260.99 1822.47 L2260.99 1815.01 L2275.46 1812.1 L2283.64 1812.1 L2283.64 1865.69 L2297.01 1865.69 L2297.01 1872.58 L2262.17 1872.58 L2262.17 1865.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2331.04 1843.86 Q2325.2 1843.86 2321.84 1846.97 Q2318.52 1850.09 2318.52 1855.56 Q2318.52 1861.03 2321.84 1864.15 Q2325.2 1867.27 2331.04 1867.27 Q2336.87 1867.27 2340.23 1864.15 Q2343.59 1860.99 2343.59 1855.56 Q2343.59 1850.09 2340.23 1846.97 Q2336.91 1843.86 2331.04 1843.86 M2322.85 1840.37 Q2317.59 1839.08 2314.63 1835.47 Q2311.71 1831.86 2311.71 1826.68 Q2311.71 1819.43 2316.86 1815.22 Q2322.04 1811 2331.04 1811 Q2340.07 1811 2345.21 1815.22 Q2350.36 1819.43 2350.36 1826.68 Q2350.36 1831.86 2347.4 1835.47 Q2344.48 1839.08 2339.26 1840.37 Q2345.17 1841.75 2348.45 1845.76 Q2351.78 1849.77 2351.78 1855.56 Q2351.78 1864.35 2346.39 1869.05 Q2341.04 1873.75 2331.04 1873.75 Q2321.03 1873.75 2315.64 1869.05 Q2310.29 1864.35 2310.29 1855.56 Q2310.29 1849.77 2313.62 1845.76 Q2316.94 1841.75 2322.85 1840.37 M2319.85 1827.45 Q2319.85 1832.15 2322.77 1834.78 Q2325.73 1837.41 2331.04 1837.41 Q2336.3 1837.41 2339.26 1834.78 Q2342.26 1832.15 2342.26 1827.45 Q2342.26 1822.75 2339.26 1820.12 Q2336.3 1817.48 2331.04 1817.48 Q2325.73 1817.48 2322.77 1820.12 Q2319.85 1822.75 2319.85 1827.45 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9620)\" d=\"M2122.72 2018.87 L2122.72 2264.42 L2145.67 2264.42 L2145.67 2018.87 L2122.72 2018.87 L2122.72 2018.87 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2122.72,2018.87 2122.72,2264.42 2145.67,2264.42 2145.67,2018.87 2122.72,2018.87 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2145.67 1971.75 L2145.67 2264.42 L2168.63 2264.42 L2168.63 1971.75 L2145.67 1971.75 L2145.67 1971.75 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2145.67,1971.75 2145.67,2264.42 2168.63,2264.42 2168.63,1971.75 2145.67,1971.75 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2168.63 1975.47 L2168.63 2264.42 L2191.59 2264.42 L2191.59 1975.47 L2168.63 1975.47 L2168.63 1975.47 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2168.63,1975.47 2168.63,2264.42 2191.59,2264.42 2191.59,1975.47 2168.63,1975.47 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2191.59 1950.66 L2191.59 2264.42 L2214.55 2264.42 L2214.55 1950.66 L2191.59 1950.66 L2191.59 1950.66 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2191.59,1950.66 2191.59,2264.42 2214.55,2264.42 2214.55,1950.66 2191.59,1950.66 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2214.55 1946.94 L2214.55 2264.42 L2237.51 2264.42 L2237.51 1946.94 L2214.55 1946.94 L2214.55 1946.94 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2214.55,1946.94 2214.55,2264.42 2237.51,2264.42 2237.51,1946.94 2214.55,1946.94 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2237.51 1980.43 L2237.51 2264.42 L2260.47 2264.42 L2260.47 1980.43 L2237.51 1980.43 L2237.51 1980.43 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2237.51,1980.43 2237.51,2264.42 2260.47,2264.42 2260.47,1980.43 2237.51,1980.43 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2260.47 1987.87 L2260.47 2264.42 L2283.43 2264.42 L2283.43 1987.87 L2260.47 1987.87 L2260.47 1987.87 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2260.47,1987.87 2260.47,2264.42 2283.43,2264.42 2283.43,1987.87 2260.47,1987.87 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2283.43 1972.99 L2283.43 2264.42 L2306.39 2264.42 L2306.39 1972.99 L2283.43 1972.99 L2283.43 1972.99 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2283.43,1972.99 2283.43,2264.42 2306.39,2264.42 2306.39,1972.99 2283.43,1972.99 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2306.39 1981.67 L2306.39 2264.42 L2329.34 2264.42 L2329.34 1981.67 L2306.39 1981.67 L2306.39 1981.67 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2306.39,1981.67 2306.39,2264.42 2329.34,2264.42 2329.34,1981.67 2306.39,1981.67 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2329.34 1960.58 L2329.34 2264.42 L2352.3 2264.42 L2352.3 1960.58 L2329.34 1960.58 L2329.34 1960.58 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2329.34,1960.58 2329.34,2264.42 2352.3,2264.42 2352.3,1960.58 2329.34,1960.58 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2352.3 1949.42 L2352.3 2264.42 L2375.26 2264.42 L2375.26 1949.42 L2352.3 1949.42 L2352.3 1949.42 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2352.3,1949.42 2352.3,2264.42 2375.26,2264.42 2375.26,1949.42 2352.3,1949.42 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2375.26 1966.79 L2375.26 2264.42 L2398.22 2264.42 L2398.22 1966.79 L2375.26 1966.79 L2375.26 1966.79 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2375.26,1966.79 2375.26,2264.42 2398.22,2264.42 2398.22,1966.79 2375.26,1966.79 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2398.22 1958.1 L2398.22 2264.42 L2421.18 2264.42 L2421.18 1958.1 L2398.22 1958.1 L2398.22 1958.1 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2398.22,1958.1 2398.22,2264.42 2421.18,2264.42 2421.18,1958.1 2398.22,1958.1 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2421.18 1940.74 L2421.18 2264.42 L2444.14 2264.42 L2444.14 1940.74 L2421.18 1940.74 L2421.18 1940.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2421.18,1940.74 2421.18,2264.42 2444.14,2264.42 2444.14,1940.74 2421.18,1940.74 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2444.14 2008.95 L2444.14 2264.42 L2467.1 2264.42 L2467.1 2008.95 L2444.14 2008.95 L2444.14 2008.95 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2444.14,2008.95 2444.14,2264.42 2467.1,2264.42 2467.1,2008.95 2444.14,2008.95 \"/>\n<path clip-path=\"url(#clip9620)\" d=\"M2467.1 2012.67 L2467.1 2264.42 L2490.05 2264.42 L2490.05 2012.67 L2467.1 2012.67 L2467.1 2012.67 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9620)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2467.1,2012.67 2467.1,2264.42 2490.05,2264.42 2490.05,2012.67 2467.1,2012.67 \"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2134.2\" cy=\"2018.87\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2157.15\" cy=\"1971.75\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2180.11\" cy=\"1975.47\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2203.07\" cy=\"1950.66\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2226.03\" cy=\"1946.94\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2248.99\" cy=\"1980.43\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2271.95\" cy=\"1987.87\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2294.91\" cy=\"1972.99\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2317.86\" cy=\"1981.67\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2340.82\" cy=\"1960.58\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2363.78\" cy=\"1949.42\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2386.74\" cy=\"1966.79\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2409.7\" cy=\"1958.1\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2432.66\" cy=\"1940.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2455.62\" cy=\"2008.95\" r=\"2\"/>\n<circle clip-path=\"url(#clip9620)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2478.58\" cy=\"2012.67\" r=\"2\"/>\n<path clip-path=\"url(#clip960)\" d=\"M2740.01 2274.13 L3152.76 2274.13 L3152.76 1931.03 L2740.01 1931.03 Z\" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip9621\">\n <rect x=\"2740\" y=\"1931\" width=\"414\" height=\"344\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2808.63,2274.13 2808.63,1931.03 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2877.51,2274.13 2877.51,1931.03 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2946.39,2274.13 2946.39,1931.03 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3015.26,2274.13 3015.26,1931.03 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"3084.14,2274.13 3084.14,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2274.13 3152.76,2274.13 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,2274.13 2808.63,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,2274.13 2877.51,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,2274.13 2946.39,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,2274.13 3015.26,2255.23 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,2274.13 3084.14,2255.23 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2777.7 2326.1 L2807.37 2326.1 L2807.37 2330.03 L2777.7 2330.03 L2777.7 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2828.04 2323.78 Q2824.9 2323.78 2823.04 2325.94 Q2821.21 2328.09 2821.21 2331.84 Q2821.21 2335.57 2823.04 2337.74 Q2824.9 2339.9 2828.04 2339.9 Q2831.19 2339.9 2833.02 2337.74 Q2834.87 2335.57 2834.87 2331.84 Q2834.87 2328.09 2833.02 2325.94 Q2831.19 2323.78 2828.04 2323.78 M2837.33 2309.13 L2837.33 2313.39 Q2835.57 2312.56 2833.76 2312.12 Q2831.98 2311.68 2830.22 2311.68 Q2825.59 2311.68 2823.14 2314.8 Q2820.71 2317.93 2820.36 2324.25 Q2821.72 2322.23 2823.78 2321.17 Q2825.84 2320.08 2828.32 2320.08 Q2833.53 2320.08 2836.54 2323.25 Q2839.57 2326.4 2839.57 2331.84 Q2839.57 2337.16 2836.42 2340.38 Q2833.27 2343.6 2828.04 2343.6 Q2822.05 2343.6 2818.88 2339.02 Q2815.71 2334.41 2815.71 2325.68 Q2815.71 2317.49 2819.59 2312.63 Q2823.48 2307.74 2830.03 2307.74 Q2831.79 2307.74 2833.58 2308.09 Q2835.38 2308.44 2837.33 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2846.98 2326.1 L2876.65 2326.1 L2876.65 2330.03 L2846.98 2330.03 L2846.98 2326.1 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2900.91 2324.29 Q2904.27 2325.01 2906.14 2327.28 Q2908.04 2329.55 2908.04 2332.88 Q2908.04 2338 2904.52 2340.8 Q2901 2343.6 2894.52 2343.6 Q2892.35 2343.6 2890.03 2343.16 Q2887.74 2342.74 2885.29 2341.89 L2885.29 2337.37 Q2887.23 2338.51 2889.55 2339.09 Q2891.86 2339.66 2894.38 2339.66 Q2898.78 2339.66 2901.07 2337.93 Q2903.39 2336.19 2903.39 2332.88 Q2903.39 2329.83 2901.24 2328.11 Q2899.11 2326.38 2895.29 2326.38 L2891.26 2326.38 L2891.26 2322.53 L2895.47 2322.53 Q2898.92 2322.53 2900.75 2321.17 Q2902.58 2319.78 2902.58 2317.19 Q2902.58 2314.53 2900.68 2313.11 Q2898.81 2311.68 2895.29 2311.68 Q2893.37 2311.68 2891.17 2312.09 Q2888.97 2312.51 2886.33 2313.39 L2886.33 2309.22 Q2888.99 2308.48 2891.31 2308.11 Q2893.64 2307.74 2895.7 2307.74 Q2901.03 2307.74 2904.13 2310.17 Q2907.23 2312.58 2907.23 2316.7 Q2907.23 2319.57 2905.59 2321.56 Q2903.94 2323.53 2900.91 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2946.39 2311.45 Q2942.77 2311.45 2940.95 2315.01 Q2939.14 2318.55 2939.14 2325.68 Q2939.14 2332.79 2940.95 2336.35 Q2942.77 2339.9 2946.39 2339.9 Q2950.02 2339.9 2951.83 2336.35 Q2953.65 2332.79 2953.65 2325.68 Q2953.65 2318.55 2951.83 2315.01 Q2950.02 2311.45 2946.39 2311.45 M2946.39 2307.74 Q2952.2 2307.74 2955.25 2312.35 Q2958.33 2316.93 2958.33 2325.68 Q2958.33 2334.41 2955.25 2339.02 Q2952.2 2343.6 2946.39 2343.6 Q2940.58 2343.6 2937.5 2339.02 Q2934.44 2334.41 2934.44 2325.68 Q2934.44 2316.93 2937.5 2312.35 Q2940.58 2307.74 2946.39 2307.74 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3019.51 2324.29 Q3022.87 2325.01 3024.74 2327.28 Q3026.64 2329.55 3026.64 2332.88 Q3026.64 2338 3023.12 2340.8 Q3019.6 2343.6 3013.12 2343.6 Q3010.94 2343.6 3008.63 2343.16 Q3006.34 2342.74 3003.88 2341.89 L3003.88 2337.37 Q3005.83 2338.51 3008.14 2339.09 Q3010.46 2339.66 3012.98 2339.66 Q3017.38 2339.66 3019.67 2337.93 Q3021.99 2336.19 3021.99 2332.88 Q3021.99 2329.83 3019.83 2328.11 Q3017.7 2326.38 3013.88 2326.38 L3009.86 2326.38 L3009.86 2322.53 L3014.07 2322.53 Q3017.52 2322.53 3019.35 2321.17 Q3021.18 2319.78 3021.18 2317.19 Q3021.18 2314.53 3019.28 2313.11 Q3017.4 2311.68 3013.88 2311.68 Q3011.96 2311.68 3009.76 2312.09 Q3007.56 2312.51 3004.93 2313.39 L3004.93 2309.22 Q3007.59 2308.48 3009.9 2308.11 Q3012.24 2307.74 3014.3 2307.74 Q3019.62 2307.74 3022.73 2310.17 Q3025.83 2312.58 3025.83 2316.7 Q3025.83 2319.57 3024.18 2321.56 Q3022.54 2323.53 3019.51 2324.29 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M3084.54 2323.78 Q3081.39 2323.78 3079.54 2325.94 Q3077.71 2328.09 3077.71 2331.84 Q3077.71 2335.57 3079.54 2337.74 Q3081.39 2339.9 3084.54 2339.9 Q3087.69 2339.9 3089.52 2337.74 Q3091.37 2335.57 3091.37 2331.84 Q3091.37 2328.09 3089.52 2325.94 Q3087.69 2323.78 3084.54 2323.78 M3093.82 2309.13 L3093.82 2313.39 Q3092.07 2312.56 3090.26 2312.12 Q3088.48 2311.68 3086.72 2311.68 Q3082.09 2311.68 3079.63 2314.8 Q3077.2 2317.93 3076.86 2324.25 Q3078.22 2322.23 3080.28 2321.17 Q3082.34 2320.08 3084.82 2320.08 Q3090.03 2320.08 3093.04 2323.25 Q3096.07 2326.4 3096.07 2331.84 Q3096.07 2337.16 3092.92 2340.38 Q3089.77 2343.6 3084.54 2343.6 Q3078.55 2343.6 3075.38 2339.02 Q3072.2 2334.41 3072.2 2325.68 Q3072.2 2317.49 3076.09 2312.63 Q3079.98 2307.74 3086.53 2307.74 Q3088.29 2307.74 3090.07 2308.09 Q3091.88 2308.44 3093.82 2309.13 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,2264.42 3152.76,2264.42 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,2203.58 3152.76,2203.58 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,2142.74 3152.76,2142.74 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,2081.89 3152.76,2081.89 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,2021.05 3152.76,2021.05 \"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"2740.01,1960.21 3152.76,1960.21 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2274.13 2740.01,1931.03 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2264.42 2758.91,2264.42 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2203.58 2758.91,2203.58 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2142.74 2758.91,2142.74 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2081.89 2758.91,2081.89 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,2021.05 2758.91,2021.05 \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2740.01,1960.21 2758.91,1960.21 \"/>\n<path clip-path=\"url(#clip960)\" d=\"M2680.07 2250.22 Q2676.46 2250.22 2674.63 2253.78 Q2672.83 2257.32 2672.83 2264.45 Q2672.83 2271.56 2674.63 2275.12 Q2676.46 2278.67 2680.07 2278.67 Q2683.7 2278.67 2685.51 2275.12 Q2687.34 2271.56 2687.34 2264.45 Q2687.34 2257.32 2685.51 2253.78 Q2683.7 2250.22 2680.07 2250.22 M2680.07 2246.51 Q2685.88 2246.51 2688.94 2251.12 Q2692.01 2255.7 2692.01 2264.45 Q2692.01 2273.18 2688.94 2277.79 Q2685.88 2282.37 2680.07 2282.37 Q2674.26 2282.37 2671.18 2277.79 Q2668.13 2273.18 2668.13 2264.45 Q2668.13 2255.7 2671.18 2251.12 Q2674.26 2246.51 2680.07 2246.51 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2639.95 2186.3 L2658.31 2186.3 L2658.31 2190.23 L2644.24 2190.23 L2644.24 2198.7 Q2645.26 2198.36 2646.27 2198.19 Q2647.29 2198.01 2648.31 2198.01 Q2654.1 2198.01 2657.48 2201.18 Q2660.86 2204.35 2660.86 2209.77 Q2660.86 2215.35 2657.39 2218.45 Q2653.91 2221.53 2647.59 2221.53 Q2645.42 2221.53 2643.15 2221.16 Q2640.9 2220.79 2638.5 2220.05 L2638.5 2215.35 Q2640.58 2216.48 2642.8 2217.04 Q2645.02 2217.59 2647.5 2217.59 Q2651.51 2217.59 2653.84 2215.49 Q2656.18 2213.38 2656.18 2209.77 Q2656.18 2206.16 2653.84 2204.05 Q2651.51 2201.94 2647.5 2201.94 Q2645.63 2201.94 2643.75 2202.36 Q2641.9 2202.78 2639.95 2203.66 L2639.95 2186.3 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 2189.38 Q2676.46 2189.38 2674.63 2192.94 Q2672.83 2196.48 2672.83 2203.61 Q2672.83 2210.72 2674.63 2214.28 Q2676.46 2217.82 2680.07 2217.82 Q2683.7 2217.82 2685.51 2214.28 Q2687.34 2210.72 2687.34 2203.61 Q2687.34 2196.48 2685.51 2192.94 Q2683.7 2189.38 2680.07 2189.38 M2680.07 2185.67 Q2685.88 2185.67 2688.94 2190.28 Q2692.01 2194.86 2692.01 2203.61 Q2692.01 2212.34 2688.94 2216.94 Q2685.88 2221.53 2680.07 2221.53 Q2674.26 2221.53 2671.18 2216.94 Q2668.13 2212.34 2668.13 2203.61 Q2668.13 2194.86 2671.18 2190.28 Q2674.26 2185.67 2680.07 2185.67 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2610.56 2156.08 L2618.2 2156.08 L2618.2 2129.71 L2609.89 2131.38 L2609.89 2127.12 L2618.15 2125.46 L2622.83 2125.46 L2622.83 2156.08 L2630.46 2156.08 L2630.46 2160.02 L2610.56 2160.02 L2610.56 2156.08 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 2128.53 Q2646.3 2128.53 2644.47 2132.1 Q2642.66 2135.64 2642.66 2142.77 Q2642.66 2149.88 2644.47 2153.44 Q2646.3 2156.98 2649.91 2156.98 Q2653.54 2156.98 2655.35 2153.44 Q2657.18 2149.88 2657.18 2142.77 Q2657.18 2135.64 2655.35 2132.1 Q2653.54 2128.53 2649.91 2128.53 M2649.91 2124.83 Q2655.72 2124.83 2658.77 2129.44 Q2661.85 2134.02 2661.85 2142.77 Q2661.85 2151.5 2658.77 2156.1 Q2655.72 2160.69 2649.91 2160.69 Q2644.1 2160.69 2641.02 2156.1 Q2637.96 2151.5 2637.96 2142.77 Q2637.96 2134.02 2641.02 2129.44 Q2644.1 2124.83 2649.91 2124.83 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 2128.53 Q2676.46 2128.53 2674.63 2132.1 Q2672.83 2135.64 2672.83 2142.77 Q2672.83 2149.88 2674.63 2153.44 Q2676.46 2156.98 2680.07 2156.98 Q2683.7 2156.98 2685.51 2153.44 Q2687.34 2149.88 2687.34 2142.77 Q2687.34 2135.64 2685.51 2132.1 Q2683.7 2128.53 2680.07 2128.53 M2680.07 2124.83 Q2685.88 2124.83 2688.94 2129.44 Q2692.01 2134.02 2692.01 2142.77 Q2692.01 2151.5 2688.94 2156.1 Q2685.88 2160.69 2680.07 2160.69 Q2674.26 2160.69 2671.18 2156.1 Q2668.13 2151.5 2668.13 2142.77 Q2668.13 2134.02 2671.18 2129.44 Q2674.26 2124.83 2680.07 2124.83 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2610.56 2095.24 L2618.2 2095.24 L2618.2 2068.87 L2609.89 2070.54 L2609.89 2066.28 L2618.15 2064.61 L2622.83 2064.61 L2622.83 2095.24 L2630.46 2095.24 L2630.46 2099.17 L2610.56 2099.17 L2610.56 2095.24 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2639.95 2064.61 L2658.31 2064.61 L2658.31 2068.55 L2644.24 2068.55 L2644.24 2077.02 Q2645.26 2076.67 2646.27 2076.51 Q2647.29 2076.33 2648.31 2076.33 Q2654.1 2076.33 2657.48 2079.5 Q2660.86 2082.67 2660.86 2088.09 Q2660.86 2093.66 2657.39 2096.77 Q2653.91 2099.85 2647.59 2099.85 Q2645.42 2099.85 2643.15 2099.47 Q2640.9 2099.1 2638.5 2098.36 L2638.5 2093.66 Q2640.58 2094.8 2642.8 2095.35 Q2645.02 2095.91 2647.5 2095.91 Q2651.51 2095.91 2653.84 2093.8 Q2656.18 2091.7 2656.18 2088.09 Q2656.18 2084.47 2653.84 2082.37 Q2651.51 2080.26 2647.5 2080.26 Q2645.63 2080.26 2643.75 2080.68 Q2641.9 2081.1 2639.95 2081.98 L2639.95 2064.61 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 2067.69 Q2676.46 2067.69 2674.63 2071.26 Q2672.83 2074.8 2672.83 2081.93 Q2672.83 2089.04 2674.63 2092.6 Q2676.46 2096.14 2680.07 2096.14 Q2683.7 2096.14 2685.51 2092.6 Q2687.34 2089.04 2687.34 2081.93 Q2687.34 2074.8 2685.51 2071.26 Q2683.7 2067.69 2680.07 2067.69 M2680.07 2063.99 Q2685.88 2063.99 2688.94 2068.6 Q2692.01 2073.18 2692.01 2081.93 Q2692.01 2090.66 2688.94 2095.26 Q2685.88 2099.85 2680.07 2099.85 Q2674.26 2099.85 2671.18 2095.26 Q2668.13 2090.66 2668.13 2081.93 Q2668.13 2073.18 2671.18 2068.6 Q2674.26 2063.99 2680.07 2063.99 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2613.77 2034.4 L2630.09 2034.4 L2630.09 2038.33 L2608.15 2038.33 L2608.15 2034.4 Q2610.81 2031.64 2615.39 2027.01 Q2620 2022.36 2621.18 2021.02 Q2623.43 2018.49 2624.31 2016.76 Q2625.21 2015 2625.21 2013.31 Q2625.21 2010.56 2623.27 2008.82 Q2621.34 2007.08 2618.24 2007.08 Q2616.04 2007.08 2613.59 2007.85 Q2611.16 2008.61 2608.38 2010.16 L2608.38 2005.44 Q2611.21 2004.31 2613.66 2003.73 Q2616.11 2003.15 2618.15 2003.15 Q2623.52 2003.15 2626.71 2005.83 Q2629.91 2008.52 2629.91 2013.01 Q2629.91 2015.14 2629.1 2017.06 Q2628.31 2018.96 2626.2 2021.55 Q2625.63 2022.22 2622.52 2025.44 Q2619.42 2028.63 2613.77 2034.4 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2649.91 2006.85 Q2646.3 2006.85 2644.47 2010.42 Q2642.66 2013.96 2642.66 2021.09 Q2642.66 2028.19 2644.47 2031.76 Q2646.3 2035.3 2649.91 2035.3 Q2653.54 2035.3 2655.35 2031.76 Q2657.18 2028.19 2657.18 2021.09 Q2657.18 2013.96 2655.35 2010.42 Q2653.54 2006.85 2649.91 2006.85 M2649.91 2003.15 Q2655.72 2003.15 2658.77 2007.75 Q2661.85 2012.34 2661.85 2021.09 Q2661.85 2029.81 2658.77 2034.42 Q2655.72 2039 2649.91 2039 Q2644.1 2039 2641.02 2034.42 Q2637.96 2029.81 2637.96 2021.09 Q2637.96 2012.34 2641.02 2007.75 Q2644.1 2003.15 2649.91 2003.15 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 2006.85 Q2676.46 2006.85 2674.63 2010.42 Q2672.83 2013.96 2672.83 2021.09 Q2672.83 2028.19 2674.63 2031.76 Q2676.46 2035.3 2680.07 2035.3 Q2683.7 2035.3 2685.51 2031.76 Q2687.34 2028.19 2687.34 2021.09 Q2687.34 2013.96 2685.51 2010.42 Q2683.7 2006.85 2680.07 2006.85 M2680.07 2003.15 Q2685.88 2003.15 2688.94 2007.75 Q2692.01 2012.34 2692.01 2021.09 Q2692.01 2029.81 2688.94 2034.42 Q2685.88 2039 2680.07 2039 Q2674.26 2039 2671.18 2034.42 Q2668.13 2029.81 2668.13 2021.09 Q2668.13 2012.34 2671.18 2007.75 Q2674.26 2003.15 2680.07 2003.15 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2613.77 1973.56 L2630.09 1973.56 L2630.09 1977.49 L2608.15 1977.49 L2608.15 1973.56 Q2610.81 1970.8 2615.39 1966.17 Q2620 1961.52 2621.18 1960.18 Q2623.43 1957.65 2624.31 1955.92 Q2625.21 1954.16 2625.21 1952.47 Q2625.21 1949.71 2623.27 1947.98 Q2621.34 1946.24 2618.24 1946.24 Q2616.04 1946.24 2613.59 1947.01 Q2611.16 1947.77 2608.38 1949.32 L2608.38 1944.6 Q2611.21 1943.46 2613.66 1942.89 Q2616.11 1942.31 2618.15 1942.31 Q2623.52 1942.31 2626.71 1944.99 Q2629.91 1947.68 2629.91 1952.17 Q2629.91 1954.3 2629.1 1956.22 Q2628.31 1958.12 2626.2 1960.71 Q2625.63 1961.38 2622.52 1964.6 Q2619.42 1967.79 2613.77 1973.56 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2639.95 1942.93 L2658.31 1942.93 L2658.31 1946.87 L2644.24 1946.87 L2644.24 1955.34 Q2645.26 1954.99 2646.27 1954.83 Q2647.29 1954.64 2648.31 1954.64 Q2654.1 1954.64 2657.48 1957.82 Q2660.86 1960.99 2660.86 1966.4 Q2660.86 1971.98 2657.39 1975.08 Q2653.91 1978.16 2647.59 1978.16 Q2645.42 1978.16 2643.15 1977.79 Q2640.9 1977.42 2638.5 1976.68 L2638.5 1971.98 Q2640.58 1973.12 2642.8 1973.67 Q2645.02 1974.23 2647.5 1974.23 Q2651.51 1974.23 2653.84 1972.12 Q2656.18 1970.01 2656.18 1966.4 Q2656.18 1962.79 2653.84 1960.69 Q2651.51 1958.58 2647.5 1958.58 Q2645.63 1958.58 2643.75 1959 Q2641.9 1959.41 2639.95 1960.29 L2639.95 1942.93 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2680.07 1946.01 Q2676.46 1946.01 2674.63 1949.58 Q2672.83 1953.12 2672.83 1960.25 Q2672.83 1967.35 2674.63 1970.92 Q2676.46 1974.46 2680.07 1974.46 Q2683.7 1974.46 2685.51 1970.92 Q2687.34 1967.35 2687.34 1960.25 Q2687.34 1953.12 2685.51 1949.58 Q2683.7 1946.01 2680.07 1946.01 M2680.07 1942.31 Q2685.88 1942.31 2688.94 1946.91 Q2692.01 1951.5 2692.01 1960.25 Q2692.01 1968.97 2688.94 1973.58 Q2685.88 1978.16 2680.07 1978.16 Q2674.26 1978.16 2671.18 1973.58 Q2668.13 1968.97 2668.13 1960.25 Q2668.13 1951.5 2671.18 1946.91 Q2674.26 1942.31 2680.07 1942.31 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2902.25 1865.69 L2915.62 1865.69 L2915.62 1819.55 L2901.08 1822.47 L2901.08 1815.01 L2915.54 1812.1 L2923.72 1812.1 L2923.72 1865.69 L2937.09 1865.69 L2937.09 1872.58 L2902.25 1872.58 L2902.25 1865.69 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M2953.86 1871.32 L2953.86 1863.87 Q2956.94 1865.32 2960.1 1866.09 Q2963.26 1866.86 2966.3 1866.86 Q2974.4 1866.86 2978.65 1861.44 Q2982.94 1855.97 2983.55 1844.87 Q2981.2 1848.35 2977.6 1850.22 Q2973.99 1852.08 2969.62 1852.08 Q2960.54 1852.08 2955.24 1846.61 Q2949.97 1841.1 2949.97 1831.58 Q2949.97 1822.26 2955.48 1816.63 Q2960.99 1811 2970.14 1811 Q2980.64 1811 2986.14 1819.06 Q2991.69 1827.08 2991.69 1842.4 Q2991.69 1856.7 2984.89 1865.24 Q2978.12 1873.75 2966.66 1873.75 Q2963.58 1873.75 2960.42 1873.14 Q2957.26 1872.54 2953.86 1871.32 M2970.14 1845.68 Q2975.65 1845.68 2978.85 1841.91 Q2982.09 1838.14 2982.09 1831.58 Q2982.09 1825.06 2978.85 1821.29 Q2975.65 1817.48 2970.14 1817.48 Q2964.63 1817.48 2961.39 1821.29 Q2958.19 1825.06 2958.19 1831.58 Q2958.19 1838.14 2961.39 1841.91 Q2964.63 1845.68 2970.14 1845.68 Z\" fill=\"#000000\" fill-rule=\"nonzero\" fill-opacity=\"1\" /><path clip-path=\"url(#clip9621)\" d=\"M2762.72 2006.45 L2762.72 2264.42 L2785.67 2264.42 L2785.67 2006.45 L2762.72 2006.45 L2762.72 2006.45 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2762.72,2006.45 2762.72,2264.42 2785.67,2264.42 2785.67,2006.45 2762.72,2006.45 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2785.67 2018.62 L2785.67 2264.42 L2808.63 2264.42 L2808.63 2018.62 L2785.67 2018.62 L2785.67 2018.62 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2785.67,2018.62 2785.67,2264.42 2808.63,2264.42 2808.63,2018.62 2785.67,2018.62 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2808.63 1957.78 L2808.63 2264.42 L2831.59 2264.42 L2831.59 1957.78 L2808.63 1957.78 L2808.63 1957.78 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2808.63,1957.78 2808.63,2264.42 2831.59,2264.42 2831.59,1957.78 2808.63,1957.78 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2831.59 1955.34 L2831.59 2264.42 L2854.55 2264.42 L2854.55 1955.34 L2831.59 1955.34 L2831.59 1955.34 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2831.59,1955.34 2831.59,2264.42 2854.55,2264.42 2854.55,1955.34 2831.59,1955.34 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2854.55 1960.21 L2854.55 2264.42 L2877.51 2264.42 L2877.51 1960.21 L2854.55 1960.21 L2854.55 1960.21 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2854.55,1960.21 2854.55,2264.42 2877.51,2264.42 2877.51,1960.21 2854.55,1960.21 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2877.51 1991.85 L2877.51 2264.42 L2900.47 2264.42 L2900.47 1991.85 L2877.51 1991.85 L2877.51 1991.85 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2877.51,1991.85 2877.51,2264.42 2900.47,2264.42 2900.47,1991.85 2877.51,1991.85 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2900.47 1984.55 L2900.47 2264.42 L2923.43 2264.42 L2923.43 1984.55 L2900.47 1984.55 L2900.47 1984.55 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2900.47,1984.55 2900.47,2264.42 2923.43,2264.42 2923.43,1984.55 2900.47,1984.55 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2923.43 1976.03 L2923.43 2264.42 L2946.39 2264.42 L2946.39 1976.03 L2923.43 1976.03 L2923.43 1976.03 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2923.43,1976.03 2923.43,2264.42 2946.39,2264.42 2946.39,1976.03 2923.43,1976.03 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2946.39 1977.25 L2946.39 2264.42 L2969.34 2264.42 L2969.34 1977.25 L2946.39 1977.25 L2946.39 1977.25 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2946.39,1977.25 2946.39,2264.42 2969.34,2264.42 2969.34,1977.25 2946.39,1977.25 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2969.34 1996.72 L2969.34 2264.42 L2992.3 2264.42 L2992.3 1996.72 L2969.34 1996.72 L2969.34 1996.72 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2969.34,1996.72 2969.34,2264.42 2992.3,2264.42 2992.3,1996.72 2969.34,1996.72 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M2992.3 1951.69 L2992.3 2264.42 L3015.26 2264.42 L3015.26 1951.69 L2992.3 1951.69 L2992.3 1951.69 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"2992.3,1951.69 2992.3,2264.42 3015.26,2264.42 3015.26,1951.69 2992.3,1951.69 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M3015.26 1940.74 L3015.26 2264.42 L3038.22 2264.42 L3038.22 1940.74 L3015.26 1940.74 L3015.26 1940.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3015.26,1940.74 3015.26,2264.42 3038.22,2264.42 3038.22,1940.74 3015.26,1940.74 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M3038.22 1971.16 L3038.22 2264.42 L3061.18 2264.42 L3061.18 1971.16 L3038.22 1971.16 L3038.22 1971.16 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3038.22,1971.16 3038.22,2264.42 3061.18,2264.42 3061.18,1971.16 3038.22,1971.16 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M3061.18 1972.38 L3061.18 2264.42 L3084.14 2264.42 L3084.14 1972.38 L3061.18 1972.38 L3061.18 1972.38 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3061.18,1972.38 3061.18,2264.42 3084.14,2264.42 3084.14,1972.38 3061.18,1972.38 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M3084.14 2013.75 L3084.14 2264.42 L3107.1 2264.42 L3107.1 2013.75 L3084.14 2013.75 L3084.14 2013.75 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3084.14,2013.75 3084.14,2264.42 3107.1,2264.42 3107.1,2013.75 3084.14,2013.75 \"/>\n<path clip-path=\"url(#clip9621)\" d=\"M3107.1 2041.74 L3107.1 2264.42 L3130.05 2264.42 L3130.05 2041.74 L3107.1 2041.74 L3107.1 2041.74 Z\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip9621)\" style=\"stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"3107.1,2041.74 3107.1,2264.42 3130.05,2264.42 3130.05,2041.74 3107.1,2041.74 \"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2774.2\" cy=\"2006.45\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2797.15\" cy=\"2018.62\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2820.11\" cy=\"1957.78\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2843.07\" cy=\"1955.34\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2866.03\" cy=\"1960.21\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2888.99\" cy=\"1991.85\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2911.95\" cy=\"1984.55\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2934.91\" cy=\"1976.03\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2957.86\" cy=\"1977.25\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"2980.82\" cy=\"1996.72\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3003.78\" cy=\"1951.69\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3026.74\" cy=\"1940.74\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3049.7\" cy=\"1971.16\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3072.66\" cy=\"1972.38\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3095.62\" cy=\"2013.75\" r=\"2\"/>\n<circle clip-path=\"url(#clip9621)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"3118.58\" cy=\"2041.74\" r=\"2\"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "julia-1.8",
"display_name": "Julia 1.8.5",
"language": "julia"
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.8.5"
},
"gist": {
"id": "",
"data": {
"description": "perturb_bimodal_distrib_using_noise.ipynb",
"public": true
}
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment