{ "cells": [ { "cell_type": "markdown", "id": "30c29a87-4fd4-45f9-b2c5-ae83fedb3bac", "metadata": {}, "source": [ "# More on Turbulent Jets\n", "\n", "[Previously](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/) I worked through the velocity profiles for turbulent jets and left off claiming that everything else of interest followed simply from those profiles. This time I am going to follow through by sketching out how to derive the concentration profile and volumetric flow rate." ] }, { "cell_type": "markdown", "id": "1d5dbee0-876a-41d3-b7a3-4b2190ba2dcd", "metadata": {}, "source": [ "## Concentration\n", "\n", "For hazard identification, among other purposes, what one often wants is not the velocity distribution of the jet, but the concentration profile. For example, suppose a vessel develops a small hole and a jet of process fluid is exiting out into the air, to determine how bad that is and what sort of hazard is presented (explosive, toxic, etc.) we first need to determine the concentration profile.\n", "\n", "Suppose the concentration of a species *A* is *c<sub>A</sub>*, for the sake of simplicity let this be a time-averaged concentration done in a way that is consistent with Reynold's averaging.\n", "\n", "**Note:** the concentration is given in units of $[[ quantity ]] \\times [[length]]^{-3}$, e.g. kmol/m³\n", "\n", "The continuity equation for species A is given by[^bird]\n", "\n", "$$ {\\mathrm{D} \\over \\mathrm{D}t} c_A = - \\nabla \\cdot \\mathbf{J}_A + r_A $$\n", "\n", "where **J** is the molar flux and *r* is the rate of reaction.\n", "\n", "**Note:** the molar flux **J** is the *time averaged* molar flux and is the sum of both viscous and turbulent terms. $\\mathbf{J}_A = \\mathbf{J}_A^{(v)} + \\mathbf{J}_A^{(t)}$\n", "\n", "In cylindrical coordinates this is:\n", "\n", "$$ {\\partial c_A \\over \\partial t} + \\bar{v}_r {\\partial c_A \\over \\partial r} + {\\bar{v}_{\\theta} \\over r } {\\partial c_A \\over \\partial \\theta} + \\bar{v}_z {\\partial c_A \\over \\partial x} \n", "\\\\ = -\\left[ {1 \\over r} {\\partial \\over \\partial r} \\left(r J_{A,r}\\right) + {1 \\over r} {\\partial \\over \\partial \\theta} J_{A,\\theta} + {\\partial \\over \\partial z} J_{A,z} \\right] + r_A$$\n", "\n", "Making the following assumptions:\n", "1. Steady state ( ${\\partial \\over \\partial t} \\left( \\dots \\right) = 0$ )\n", "1. Axisymmetric ( ${\\partial \\over \\partial \\theta} \\left( \\dots \\right) = 0$ )\n", "1. [Boundary layer approximation](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#fn:boundarylayer) ( $\\vert {\\partial c_A \\over \\partial z} \\vert \\ll \\vert {\\partial c_A \\over \\partial r} \\vert $ )\n", "1. Non-reacting ( $r_A = 0$ )\n", "\n", "This simplifies down to\n", "$$ \\bar{v}_r {\\partial c_A \\over \\partial r} + \\bar{v}_z {\\partial c_A \\over \\partial z} = {-1 \\over r} {\\partial \\over \\partial r} \\left( r J_{A,r} \\right) $$\n", "\n", "We suppose that, much like the velocity profile, the concentration profile is self-similar. That is, at any given downstream distance *z* the profile has the same shape, just scaled and stretched.\n", "\n", "$$ c_A = {k_c \\over z} g\\left(\\xi\\right) $$\n", "\n", "where ξ is *r/z* and *k<sub>c</sub>* is some constant to be determined.\n", "\n", "from this we can work out some useful partial derivatives\n", "\n", "$$ {\\partial c_A \\over \\partial r} = {k_c \\over z^2} g^{\\prime}\\left(\\xi\\right) $$\n", "\n", "$$ {\\partial c_A \\over \\partial z} = {-k_c \\over z^2} \\left[ g\\left(\\xi\\right) + \\xi g^{\\prime}\\left(\\xi\\right) \\right]$$\n", "\n", "recalling the [velocity profiles](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#stokes-stream-function) in terms of *F(ξ)* and substituting into the equation of continuity we arrive at\n", "\n", "$${ k k_c \\over z^2 } {d \\over d\\xi} \\left(F g\\right) = -{ \\partial \\over \\partial r} \\left( r J_{A,r} \\right)$$\n", "\n", "Which gives us our path forward: find a model for $J_{A,r}$ and substitute into the right-hand side of the equation, integrate both sides and solve for *g* in terms of *F* and ξ.\n", "\n", "\n", "[^bird]: B. R. Bird, W. E. Stewart, E. N. Lightfoot, *Transport Phenomena, 2nd Ed.*, John Wiley & Sons, New York (2007)" ] }, { "cell_type": "markdown", "id": "dd020eb6-aef1-46c1-858a-c154ee0a0dea", "metadata": { "tags": [] }, "source": [ "### Prandtl mixing length models\n", "\n", "We are going to assume that the overall molar flux is proportional to the concentration gradient and some mixing length[^bird] *l*, that is\n", "\n", "$$ J_{A,r} = -l_c^2 \\left\\vert \\partial \\bar{v}_z \\over \\partial r \\right\\vert \\left(\\partial c_A \\over \\partial r \\right)$$\n", "\n", "we assume the mixing length is proportional to the downstream distance for the same reasons as when we [derived the velocity profile](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#prandtl-mixing-length) and, anticipating the form of the constants from how it worked out for the velocity distribution, $l_c = a_c^{3/2} z$\n", "\n", "Putting this into the equation of continuity for *A* and doing some re-arranging gives\n", "\n", "$${ k k_c \\over z^2 } {d \\over d\\xi} \\left(F g\\right) = { k k_c \\over z^2 } a_c^3 {d \\over d\\xi}\\left(g^{\\prime}F^{\\prime\\prime} - {g^{\\prime}F^{\\prime} \\over \\xi} \\right)$$\n", "\n", "Canceling some terms and integrating both sides gives us\n", "$$ F g = a_c^3 \\left(g^{\\prime}F^{\\prime\\prime} - {g^{\\prime}F^{\\prime} \\over \\xi} \\right) + \\mathrm{const} $$\n", "\n", "Where we can see from the [boundary conditions](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#boundary-conditions) that the constant of integration is zero. We can separate F and g\n", "\n", "$$ {g^{\\prime} \\over g} = { a_c^{-3} F \\over F^{\\prime \\prime} - {F^{\\prime} \\over \\xi}}$$\n", "\n", "and integrating both sides again, we arrive at\n", "\n", "$$ \\log{c_A \\over c_{A,max}} = \\log{g\\left(\\xi\\right) \\over g\\left(0\\right)} = a_c^{-3} \\int_0^{\\xi} {F \\over F^{\\prime \\prime} - {F^{\\prime} \\over \\xi}} d\\xi$$\n", "\n", "Note that, when setting up [the original ode](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#setting-up-the-ode), we had\n", "\n", "$$ F F^{\\prime} = a^3 \\left( F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} \\right)^2 $$\n", "\n", "or\n", "\n", "$$ F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} = \\sqrt{ F F^{\\prime} \\over a^3 } $$\n", "\n", "Making the substitution gives us an integral entirely in terms of *F*, *F′* and ξ\n", "\n", "$$ \\log{g\\left(\\xi\\right) \\over g\\left(0\\right)} = a_c^{-3} a^{3/2} \\int_0^{\\xi} {F \\over \\sqrt{ F F^{\\prime} }} d\\xi$$\n", "\n", "Taking the exponential of both sides gives us:\n", "\n", "$$ {g\\left(\\xi\\right) \\over g\\left(0\\right)} = \\left( \\exp \\left(\\int_0^{\\xi} {F \\over \\sqrt{ F F^{\\prime} }} d\\xi \\right)\\right)^{ a_c^{-3} a^{3/2}} $$" ] }, { "cell_type": "markdown", "id": "75a898eb-443a-4914-92e6-19f4417ae141", "metadata": { "tags": [] }, "source": [ "Which is something we can compute using [the ode solution from last time](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#solving-the-ode), by importing the code for the ode from the previous notebook and running it get the velocity distribution." ] }, { "cell_type": "code", "execution_count": 1, "id": "c13f57e6-4a76-4be3-83eb-f6d9a9f4b82e", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Success" ] }, { "data": { "text/plain": [ "f_pml (generic function with 1 method)" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# importing just the ODE solution\n", "\n", "using NBInclude\n", "\n", "@nbinclude(\"2022-04-08-turbulent_jet_notes.ipynb\"; counters=[1 3])" ] }, { "cell_type": "markdown", "id": "26f7c795-b6f9-43d9-bed2-780e685c7f4b", "metadata": {}, "source": [ "We can then perform the integration numerically, in this case the cumulative integral" ] }, { "cell_type": "code", "execution_count": 2, "id": "8c37cd29-ed60-453f-86fd-1f81591adcfa", "metadata": {}, "outputs": [], "source": [ "using NumericalIntegration: cumul_integrate\n", "\n", "ϕ, F, F′ = sol.t, sol[1,:], sol[2,:]\n", "\n", "# trim any unphysical values\n", "F[ F.>0 ] .= 0.0\n", "F′[F′.>0] .= 0.0\n", "\n", "\n", "function intgrnd(F, F′) \n", " if F == 0.0\n", " return 0.0\n", " elseif F′ == 0.0\n", " return -Inf\n", " else\n", " return F ./ .√(F.*F′)\n", " end\n", "end\n", " \n", "log_g = cumul_integrate(ϕ, intgrnd.(F, F′));" ] }, { "cell_type": "markdown", "id": "0dfadb9c-5d6a-484e-abbd-6c5f9474b682", "metadata": {}, "source": [ "For some context we can plot the concentration along with the velocity, with the constants $a_c^{-3} a^{3/2} = 1$" ] }, { "cell_type": "code", "execution_count": 3, "id": "7d463927-6525-41d6-945b-8d2aa3842c3f", "metadata": { "jupyter": { "source_hidden": true }, "tags": [] }, "outputs": [ { "data": { "image/svg+xml": [ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<defs>\n", " <clipPath id=\"clip460\">\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip460)\" d=\"\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip461\">\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip460)\" d=\"\n", "M186.274 1423.18 L2352.76 1423.18 L2352.76 47.2441 L186.274 47.2441 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip462\">\n", " <rect x=\"186\" y=\"47\" width=\"2167\" height=\"1377\"/>\n", " </clipPath>\n", "</defs>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,47.2441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 727.894,1423.18 727.894,47.2441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1269.51,1423.18 1269.51,47.2441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1811.14,1423.18 1811.14,47.2441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 2352.76,1423.18 2352.76,47.2441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 2352.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 727.894,1423.18 727.894,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1269.51,1423.18 1269.51,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1811.14,1423.18 1811.14,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2352.76,1423.18 2352.76,1404.28 \n", " \"/>\n", "<path clip-path=\"url(#clip460)\" d=\"M186.274 1454.1 Q182.663 1454.1 180.834 1457.66 Q179.029 1461.2 179.029 1468.33 Q179.029 1475.44 180.834 1479.01 Q182.663 1482.55 186.274 1482.55 Q189.908 1482.55 191.714 1479.01 Q193.542 1475.44 193.542 1468.33 Q193.542 1461.2 191.714 1457.66 Q189.908 1454.1 186.274 1454.1 M186.274 1450.39 Q192.084 1450.39 195.14 1455 Q198.218 1459.58 198.218 1468.33 Q198.218 1477.06 195.14 1481.67 Q192.084 1486.25 186.274 1486.25 Q180.464 1486.25 177.385 1481.67 Q174.33 1477.06 174.33 1468.33 Q174.33 1459.58 177.385 1455 Q180.464 1450.39 186.274 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M718.276 1481.64 L725.915 1481.64 L725.915 1455.28 L717.605 1456.95 L717.605 1452.69 L725.869 1451.02 L730.545 1451.02 L730.545 1481.64 L738.184 1481.64 L738.184 1485.58 L718.276 1485.58 L718.276 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M1264.17 1481.64 L1280.49 1481.64 L1280.49 1485.58 L1258.54 1485.58 L1258.54 1481.64 Q1261.2 1478.89 1265.79 1474.26 Q1270.39 1469.61 1271.58 1468.27 Q1273.82 1465.74 1274.7 1464.01 Q1275.6 1462.25 1275.6 1460.56 Q1275.6 1457.8 1273.66 1456.07 Q1271.74 1454.33 1268.64 1454.33 Q1266.44 1454.33 1263.98 1455.09 Q1261.55 1455.86 1258.77 1457.41 L1258.77 1452.69 Q1261.6 1451.55 1264.05 1450.97 Q1266.51 1450.39 1268.54 1450.39 Q1273.91 1450.39 1277.11 1453.08 Q1280.3 1455.77 1280.3 1460.26 Q1280.3 1462.39 1279.49 1464.31 Q1278.7 1466.2 1276.6 1468.8 Q1276.02 1469.47 1272.92 1472.69 Q1269.82 1475.88 1264.17 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M1815.38 1466.95 Q1818.74 1467.66 1820.61 1469.93 Q1822.51 1472.2 1822.51 1475.53 Q1822.51 1480.65 1818.99 1483.45 Q1815.48 1486.25 1808.99 1486.25 Q1806.82 1486.25 1804.5 1485.81 Q1802.21 1485.39 1799.76 1484.54 L1799.76 1480.02 Q1801.7 1481.16 1804.02 1481.74 Q1806.33 1482.32 1808.86 1482.32 Q1813.25 1482.32 1815.55 1480.58 Q1817.86 1478.84 1817.86 1475.53 Q1817.86 1472.48 1815.71 1470.77 Q1813.58 1469.03 1809.76 1469.03 L1805.73 1469.03 L1805.73 1465.19 L1809.94 1465.19 Q1813.39 1465.19 1815.22 1463.82 Q1817.05 1462.43 1817.05 1459.84 Q1817.05 1457.18 1815.15 1455.77 Q1813.28 1454.33 1809.76 1454.33 Q1807.84 1454.33 1805.64 1454.75 Q1803.44 1455.16 1800.8 1456.04 L1800.8 1451.88 Q1803.46 1451.14 1805.78 1450.77 Q1808.11 1450.39 1810.17 1450.39 Q1815.5 1450.39 1818.6 1452.83 Q1821.7 1455.23 1821.7 1459.35 Q1821.7 1462.22 1820.06 1464.21 Q1818.42 1466.18 1815.38 1466.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2355.77 1455.09 L2343.96 1473.54 L2355.77 1473.54 L2355.77 1455.09 M2354.54 1451.02 L2360.42 1451.02 L2360.42 1473.54 L2365.35 1473.54 L2365.35 1477.43 L2360.42 1477.43 L2360.42 1485.58 L2355.77 1485.58 L2355.77 1477.43 L2340.16 1477.43 L2340.16 1472.92 L2354.54 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M1272.43 1518.52 L1272.43 1531.66 Q1278.76 1531.66 1282.99 1536.53 Q1287.35 1541.5 1287.35 1550.25 Q1287.35 1559 1282.99 1563.97 Q1278.76 1568.84 1272.43 1568.84 L1272.43 1581.6 L1266.6 1581.6 L1266.6 1568.84 Q1260.27 1568.84 1256 1563.97 Q1251.68 1559 1251.68 1550.25 Q1251.68 1541.5 1256 1536.53 Q1260.27 1531.66 1266.6 1531.66 L1266.6 1518.52 L1272.43 1518.52 M1272.43 1563.62 Q1276.02 1563.62 1278.47 1560.34 Q1281.15 1556.68 1281.18 1550.25 Q1281.21 1543.89 1278.47 1540.16 Q1276.02 1536.88 1272.43 1536.88 L1272.43 1563.62 M1266.6 1563.62 L1266.6 1536.88 Q1263.01 1536.88 1260.59 1540.16 Q1257.82 1543.89 1257.85 1550.25 Q1257.88 1556.68 1260.59 1560.34 Q1263.01 1563.62 1266.6 1563.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1384.24 2352.76,1384.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1059.73 2352.76,1059.73 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,735.212 2352.76,735.212 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,410.699 2352.76,410.699 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,86.1857 2352.76,86.1857 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,47.2441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1384.24 205.172,1384.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1059.73 205.172,1059.73 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,735.212 205.172,735.212 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,410.699 205.172,410.699 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,86.1857 205.172,86.1857 \n", " \"/>\n", "<path clip-path=\"url(#clip460)\" d=\"M62.9365 1370.04 Q59.3254 1370.04 57.4967 1373.6 Q55.6912 1377.14 55.6912 1384.27 Q55.6912 1391.38 57.4967 1394.94 Q59.3254 1398.49 62.9365 1398.49 Q66.5707 1398.49 68.3763 1394.94 Q70.205 1391.38 70.205 1384.27 Q70.205 1377.14 68.3763 1373.6 Q66.5707 1370.04 62.9365 1370.04 M62.9365 1366.33 Q68.7467 1366.33 71.8022 1370.94 Q74.8809 1375.52 74.8809 1384.27 Q74.8809 1393 71.8022 1397.61 Q68.7467 1402.19 62.9365 1402.19 Q57.1264 1402.19 54.0477 1397.61 Q50.9921 1393 50.9921 1384.27 Q50.9921 1375.52 54.0477 1370.94 Q57.1264 1366.33 62.9365 1366.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M83.0984 1395.64 L87.9827 1395.64 L87.9827 1401.52 L83.0984 1401.52 L83.0984 1395.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M108.168 1370.04 Q104.557 1370.04 102.728 1373.6 Q100.922 1377.14 100.922 1384.27 Q100.922 1391.38 102.728 1394.94 Q104.557 1398.49 108.168 1398.49 Q111.802 1398.49 113.608 1394.94 Q115.436 1391.38 115.436 1384.27 Q115.436 1377.14 113.608 1373.6 Q111.802 1370.04 108.168 1370.04 M108.168 1366.33 Q113.978 1366.33 117.033 1370.94 Q120.112 1375.52 120.112 1384.27 Q120.112 1393 117.033 1397.61 Q113.978 1402.19 108.168 1402.19 Q102.358 1402.19 99.2789 1397.61 Q96.2234 1393 96.2234 1384.27 Q96.2234 1375.52 99.2789 1370.94 Q102.358 1366.33 108.168 1366.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M138.33 1370.04 Q134.719 1370.04 132.89 1373.6 Q131.084 1377.14 131.084 1384.27 Q131.084 1391.38 132.89 1394.94 Q134.719 1398.49 138.33 1398.49 Q141.964 1398.49 143.769 1394.94 Q145.598 1391.38 145.598 1384.27 Q145.598 1377.14 143.769 1373.6 Q141.964 1370.04 138.33 1370.04 M138.33 1366.33 Q144.14 1366.33 147.195 1370.94 Q150.274 1375.52 150.274 1384.27 Q150.274 1393 147.195 1397.61 Q144.14 1402.19 138.33 1402.19 Q132.519 1402.19 129.441 1397.61 Q126.385 1393 126.385 1384.27 Q126.385 1375.52 129.441 1370.94 Q132.519 1366.33 138.33 1366.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M63.9319 1045.52 Q60.3208 1045.52 58.4921 1049.09 Q56.6865 1052.63 56.6865 1059.76 Q56.6865 1066.87 58.4921 1070.43 Q60.3208 1073.97 63.9319 1073.97 Q67.5661 1073.97 69.3717 1070.43 Q71.2004 1066.87 71.2004 1059.76 Q71.2004 1052.63 69.3717 1049.09 Q67.5661 1045.52 63.9319 1045.52 M63.9319 1041.82 Q69.742 1041.82 72.7976 1046.43 Q75.8763 1051.01 75.8763 1059.76 Q75.8763 1068.49 72.7976 1073.09 Q69.742 1077.68 63.9319 1077.68 Q58.1217 1077.68 55.043 1073.09 Q51.9875 1068.49 51.9875 1059.76 Q51.9875 1051.01 55.043 1046.43 Q58.1217 1041.82 63.9319 1041.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M84.0938 1071.13 L88.978 1071.13 L88.978 1077.01 L84.0938 1077.01 L84.0938 1071.13 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M103.191 1073.07 L119.51 1073.07 L119.51 1077.01 L97.566 1077.01 L97.566 1073.07 Q100.228 1070.32 104.811 1065.69 Q109.418 1061.03 110.598 1059.69 Q112.844 1057.17 113.723 1055.43 Q114.626 1053.67 114.626 1051.98 Q114.626 1049.23 112.682 1047.49 Q110.76 1045.76 107.658 1045.76 Q105.459 1045.76 103.006 1046.52 Q100.575 1047.28 97.7974 1048.83 L97.7974 1044.11 Q100.621 1042.98 103.075 1042.4 Q105.529 1041.82 107.566 1041.82 Q112.936 1041.82 116.131 1044.51 Q119.325 1047.19 119.325 1051.68 Q119.325 1053.81 118.515 1055.73 Q117.728 1057.63 115.621 1060.22 Q115.043 1060.89 111.941 1064.11 Q108.839 1067.31 103.191 1073.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M129.371 1042.45 L147.728 1042.45 L147.728 1046.38 L133.654 1046.38 L133.654 1054.85 Q134.672 1054.51 135.691 1054.34 Q136.709 1054.16 137.728 1054.16 Q143.515 1054.16 146.894 1057.33 Q150.274 1060.5 150.274 1065.92 Q150.274 1071.5 146.802 1074.6 Q143.33 1077.68 137.01 1077.68 Q134.834 1077.68 132.566 1077.31 Q130.32 1076.94 127.913 1076.19 L127.913 1071.5 Q129.996 1072.63 132.219 1073.19 Q134.441 1073.74 136.918 1073.74 Q140.922 1073.74 143.26 1071.63 Q145.598 1069.53 145.598 1065.92 Q145.598 1062.31 143.26 1060.2 Q140.922 1058.09 136.918 1058.09 Q135.043 1058.09 133.168 1058.51 Q131.316 1058.93 129.371 1059.81 L129.371 1042.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M62.9365 721.011 Q59.3254 721.011 57.4967 724.575 Q55.6912 728.117 55.6912 735.247 Q55.6912 742.353 57.4967 745.918 Q59.3254 749.46 62.9365 749.46 Q66.5707 749.46 68.3763 745.918 Q70.205 742.353 70.205 735.247 Q70.205 728.117 68.3763 724.575 Q66.5707 721.011 62.9365 721.011 M62.9365 717.307 Q68.7467 717.307 71.8022 721.913 Q74.8809 726.497 74.8809 735.247 Q74.8809 743.973 71.8022 748.58 Q68.7467 753.163 62.9365 753.163 Q57.1264 753.163 54.0477 748.58 Q50.9921 743.973 50.9921 735.247 Q50.9921 726.497 54.0477 721.913 Q57.1264 717.307 62.9365 717.307 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M83.0984 746.612 L87.9827 746.612 L87.9827 752.492 L83.0984 752.492 L83.0984 746.612 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M98.2141 717.932 L116.57 717.932 L116.57 721.867 L102.496 721.867 L102.496 730.339 Q103.515 729.992 104.534 729.83 Q105.552 729.645 106.571 729.645 Q112.358 729.645 115.737 732.816 Q119.117 735.987 119.117 741.404 Q119.117 746.983 115.645 750.085 Q112.172 753.163 105.853 753.163 Q103.677 753.163 101.409 752.793 Q99.1632 752.423 96.7558 751.682 L96.7558 746.983 Q98.8391 748.117 101.061 748.673 Q103.284 749.228 105.76 749.228 Q109.765 749.228 112.103 747.122 Q114.441 745.015 114.441 741.404 Q114.441 737.793 112.103 735.687 Q109.765 733.58 105.76 733.58 Q103.885 733.58 102.01 733.997 Q100.159 734.413 98.2141 735.293 L98.2141 717.932 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M138.33 721.011 Q134.719 721.011 132.89 724.575 Q131.084 728.117 131.084 735.247 Q131.084 742.353 132.89 745.918 Q134.719 749.46 138.33 749.46 Q141.964 749.46 143.769 745.918 Q145.598 742.353 145.598 735.247 Q145.598 728.117 143.769 724.575 Q141.964 721.011 138.33 721.011 M138.33 717.307 Q144.14 717.307 147.195 721.913 Q150.274 726.497 150.274 735.247 Q150.274 743.973 147.195 748.58 Q144.14 753.163 138.33 753.163 Q132.519 753.163 129.441 748.58 Q126.385 743.973 126.385 735.247 Q126.385 726.497 129.441 721.913 Q132.519 717.307 138.33 717.307 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M63.9319 396.498 Q60.3208 396.498 58.4921 400.062 Q56.6865 403.604 56.6865 410.734 Q56.6865 417.84 58.4921 421.405 Q60.3208 424.946 63.9319 424.946 Q67.5661 424.946 69.3717 421.405 Q71.2004 417.84 71.2004 410.734 Q71.2004 403.604 69.3717 400.062 Q67.5661 396.498 63.9319 396.498 M63.9319 392.794 Q69.742 392.794 72.7976 397.4 Q75.8763 401.984 75.8763 410.734 Q75.8763 419.46 72.7976 424.067 Q69.742 428.65 63.9319 428.65 Q58.1217 428.65 55.043 424.067 Q51.9875 419.46 51.9875 410.734 Q51.9875 401.984 55.043 397.4 Q58.1217 392.794 63.9319 392.794 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M84.0938 422.099 L88.978 422.099 L88.978 427.979 L84.0938 427.979 L84.0938 422.099 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M97.9826 393.419 L120.205 393.419 L120.205 395.41 L107.658 427.979 L102.774 427.979 L114.58 397.354 L97.9826 397.354 L97.9826 393.419 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M129.371 393.419 L147.728 393.419 L147.728 397.354 L133.654 397.354 L133.654 405.826 Q134.672 405.479 135.691 405.317 Q136.709 405.132 137.728 405.132 Q143.515 405.132 146.894 408.303 Q150.274 411.474 150.274 416.891 Q150.274 422.47 146.802 425.571 Q143.33 428.65 137.01 428.65 Q134.834 428.65 132.566 428.28 Q130.32 427.909 127.913 427.169 L127.913 422.47 Q129.996 423.604 132.219 424.159 Q134.441 424.715 136.918 424.715 Q140.922 424.715 143.26 422.608 Q145.598 420.502 145.598 416.891 Q145.598 413.28 143.26 411.173 Q140.922 409.067 136.918 409.067 Q135.043 409.067 133.168 409.484 Q131.316 409.9 129.371 410.78 L129.371 393.419 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M53.7467 99.5305 L61.3856 99.5305 L61.3856 73.1649 L53.0754 74.8316 L53.0754 70.5723 L61.3393 68.9057 L66.0152 68.9057 L66.0152 99.5305 L73.654 99.5305 L73.654 103.466 L53.7467 103.466 L53.7467 99.5305 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M83.0984 97.5861 L87.9827 97.5861 L87.9827 103.466 L83.0984 103.466 L83.0984 97.5861 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M108.168 71.9844 Q104.557 71.9844 102.728 75.5492 Q100.922 79.0908 100.922 86.2204 Q100.922 93.3268 102.728 96.8916 Q104.557 100.433 108.168 100.433 Q111.802 100.433 113.608 96.8916 Q115.436 93.3268 115.436 86.2204 Q115.436 79.0908 113.608 75.5492 Q111.802 71.9844 108.168 71.9844 M108.168 68.2807 Q113.978 68.2807 117.033 72.8871 Q120.112 77.4704 120.112 86.2204 Q120.112 94.9472 117.033 99.5537 Q113.978 104.137 108.168 104.137 Q102.358 104.137 99.2789 99.5537 Q96.2234 94.9472 96.2234 86.2204 Q96.2234 77.4704 99.2789 72.8871 Q102.358 68.2807 108.168 68.2807 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M138.33 71.9844 Q134.719 71.9844 132.89 75.5492 Q131.084 79.0908 131.084 86.2204 Q131.084 93.3268 132.89 96.8916 Q134.719 100.433 138.33 100.433 Q141.964 100.433 143.769 96.8916 Q145.598 93.3268 145.598 86.2204 Q145.598 79.0908 143.769 75.5492 Q141.964 71.9844 138.33 71.9844 M138.33 68.2807 Q144.14 68.2807 147.195 72.8871 Q150.274 77.4704 150.274 86.2204 Q150.274 94.9472 147.195 99.5537 Q144.14 104.137 138.33 104.137 Q132.519 104.137 129.441 99.5537 Q126.385 94.9472 126.385 86.2204 Q126.385 77.4704 129.441 72.8871 Q132.519 68.2807 138.33 68.2807 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip462)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,86.1861 186.328,86.1866 186.558,86.193 187.203,86.2282 188.626,86.3575 191.344,86.732 196.057,87.6547 203.647,89.6679 215.161,93.6551 232.068,101.079 \n", " 256.395,114.316 290.706,136.992 338.348,174.467 392.51,223.503 446.672,277.617 500.834,335.401 554.996,395.723 609.158,457.64 663.32,520.345 717.483,583.143 \n", " 771.645,645.434 825.807,706.695 879.969,766.479 934.131,824.402 988.293,880.138 1042.45,933.418 1096.62,984.02 1150.78,1031.77 1204.94,1076.53 1259.1,1118.21 \n", " 1313.27,1156.73 1367.43,1192.08 1421.59,1224.24 1475.75,1253.24 1529.91,1279.11 1584.08,1301.91 1638.24,1321.71 1692.4,1338.6 1746.56,1352.67 1800.72,1364.02 \n", " 1854.89,1372.76 1909.05,1378.99 1963.21,1382.81 1987.89,1383.71 2008.67,1384.13 2016.95,1384.2 2024.28,1384.24 2034.34,1384.24 2041.6,1384.24 2095.76,1384.24 \n", " 2149.92,1384.24 2204.09,1384.24 2258.25,1384.24 2312.41,1384.24 2366.57,1384.24 2420.74,1384.24 2474.9,1384.24 2529.06,1384.24 2583.22,1384.24 2637.38,1384.24 \n", " 2691.55,1384.24 2745.71,1384.24 2799.87,1384.24 2854.03,1384.24 2908.19,1384.24 2962.36,1384.24 3016.52,1384.24 3070.68,1384.24 3124.84,1384.24 3179,1384.24 \n", " 3233.17,1384.24 3287.33,1384.24 3341.49,1384.24 3395.65,1384.24 3436,1384.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip462)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,86.1857 186.328,86.1862 186.558,86.1929 187.203,86.2289 188.626,86.3603 191.344,86.7392 196.057,87.6697 203.647,89.6963 215.161,93.7042 232.068,101.159 \n", " 256.395,114.444 290.706,137.186 338.348,174.751 392.51,223.85 446.672,277.99 500.834,335.778 554.996,396.09 609.158,457.988 663.32,520.669 717.483,583.439 \n", " 771.645,645.698 825.807,706.926 879.969,766.676 934.131,824.565 988.293,880.267 1042.45,933.514 1096.62,984.085 1150.78,1031.8 1204.94,1076.54 1259.1,1118.18 \n", " 1313.27,1156.69 1367.43,1192.01 1421.59,1224.15 1475.75,1253.13 1529.91,1278.98 1584.08,1301.77 1638.24,1321.56 1692.4,1338.44 1746.56,1352.5 1800.72,1363.84 \n", " 1854.89,1372.58 1909.05,1378.81 1963.21,1382.65 1987.89,1383.63 2008.67,1384.1 2016.95,1384.19 2024.28,1384.23 2034.34,1384.24 2041.6,1384.24 2095.76,1384.24 \n", " 2149.92,1384.24 2204.09,1384.24 2258.25,1384.24 2312.41,1384.24 2366.57,1384.24 2420.74,1384.24 2474.9,1384.24 2529.06,1384.24 2583.22,1384.24 2637.38,1384.24 \n", " 2691.55,1384.24 2745.71,1384.24 2799.87,1384.24 2854.03,1384.24 2908.19,1384.24 2962.36,1384.24 3016.52,1384.24 3070.68,1384.24 3124.84,1384.24 3179,1384.24 \n", " 3233.17,1384.24 3287.33,1384.24 3341.49,1384.24 3395.65,1384.24 3436,1384.24 \n", " \"/>\n", "<path clip-path=\"url(#clip460)\" d=\"\n", "M1948.15 248.629 L2280.54 248.629 L2280.54 93.1086 L1948.15 93.1086 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1948.15,248.629 2280.54,248.629 2280.54,93.1086 1948.15,93.1086 1948.15,248.629 \n", " \"/>\n", "<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1972.23,144.949 2116.66,144.949 \n", " \"/>\n", "<path clip-path=\"url(#clip460)\" d=\"M2159.64 148.965 Q2159.64 144.335 2157.72 141.789 Q2155.82 139.243 2152.37 139.243 Q2148.95 139.243 2147.03 141.789 Q2145.13 144.335 2145.13 148.965 Q2145.13 153.571 2147.03 156.118 Q2148.95 158.664 2152.37 158.664 Q2155.82 158.664 2157.72 156.118 Q2159.64 153.571 2159.64 148.965 M2163.9 159.011 Q2163.9 165.631 2160.96 168.849 Q2158.02 172.09 2151.96 172.09 Q2149.71 172.09 2147.72 171.742 Q2145.73 171.418 2143.85 170.724 L2143.85 166.58 Q2145.73 167.599 2147.56 168.085 Q2149.39 168.571 2151.29 168.571 Q2155.47 168.571 2157.56 166.372 Q2159.64 164.196 2159.64 159.775 L2159.64 157.668 Q2158.32 159.96 2156.26 161.094 Q2154.2 162.229 2151.33 162.229 Q2146.56 162.229 2143.65 158.594 Q2140.73 154.96 2140.73 148.965 Q2140.73 142.946 2143.65 139.312 Q2146.56 135.678 2151.33 135.678 Q2154.2 135.678 2156.26 136.812 Q2158.32 137.946 2159.64 140.238 L2159.64 136.303 L2163.9 136.303 L2163.9 159.011 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2182.91 126.257 Q2179.8 131.581 2178.3 136.789 Q2176.79 141.997 2176.79 147.344 Q2176.79 152.692 2178.3 157.946 Q2179.83 163.178 2182.91 168.479 L2179.2 168.479 Q2175.73 163.039 2173.99 157.784 Q2172.28 152.53 2172.28 147.344 Q2172.28 142.182 2173.99 136.951 Q2175.71 131.72 2179.2 126.257 L2182.91 126.257 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2204.39 126.21 L2204.39 135.77 Q2208.99 135.77 2212.07 139.312 Q2215.24 142.923 2215.24 149.289 Q2215.24 155.655 2212.07 159.266 Q2208.99 162.807 2204.39 162.807 L2204.39 172.09 L2200.15 172.09 L2200.15 162.807 Q2195.54 162.807 2192.44 159.266 Q2189.29 155.655 2189.29 149.289 Q2189.29 142.923 2192.44 139.312 Q2195.54 135.77 2200.15 135.77 L2200.15 126.21 L2204.39 126.21 M2204.39 159.011 Q2207 159.011 2208.78 156.627 Q2210.73 153.965 2210.75 149.289 Q2210.78 144.659 2208.78 141.951 Q2207 139.567 2204.39 139.567 L2204.39 159.011 M2200.15 159.011 L2200.15 139.567 Q2197.53 139.567 2195.78 141.951 Q2193.76 144.659 2193.78 149.289 Q2193.81 153.965 2195.78 156.627 Q2197.53 159.011 2200.15 159.011 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2221.77 126.257 L2225.47 126.257 Q2228.95 131.72 2230.66 136.951 Q2232.4 142.182 2232.4 147.344 Q2232.4 152.53 2230.66 157.784 Q2228.95 163.039 2225.47 168.479 L2221.77 168.479 Q2224.85 163.178 2226.35 157.946 Q2227.88 152.692 2227.88 147.344 Q2227.88 141.997 2226.35 136.789 Q2224.85 131.581 2221.77 126.257 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip460)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1972.23,196.789 2116.66,196.789 \n", " \"/>\n", "<path clip-path=\"url(#clip460)\" d=\"M2157.23 178.05 L2157.23 181.592 L2153.16 181.592 Q2150.87 181.592 2149.97 182.518 Q2149.09 183.444 2149.09 185.851 L2149.09 188.143 L2156.1 188.143 L2156.1 191.453 L2149.09 191.453 L2149.09 214.069 L2144.8 214.069 L2144.8 191.453 L2140.73 191.453 L2140.73 188.143 L2144.8 188.143 L2144.8 186.337 Q2144.8 182.009 2146.82 180.041 Q2148.83 178.05 2153.21 178.05 L2157.23 178.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2171.03 178.097 Q2167.93 183.421 2166.42 188.629 Q2164.92 193.837 2164.92 199.184 Q2164.92 204.532 2166.42 209.786 Q2167.95 215.018 2171.03 220.319 L2167.33 220.319 Q2163.85 214.879 2162.12 209.624 Q2160.41 204.37 2160.41 199.184 Q2160.41 194.022 2162.12 188.791 Q2163.83 183.56 2167.33 178.097 L2171.03 178.097 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2192.51 178.05 L2192.51 187.61 Q2197.12 187.61 2200.2 191.152 Q2203.37 194.763 2203.37 201.129 Q2203.37 207.495 2200.2 211.106 Q2197.12 214.647 2192.51 214.647 L2192.51 223.93 L2188.28 223.93 L2188.28 214.647 Q2183.67 214.647 2180.57 211.106 Q2177.42 207.495 2177.42 201.129 Q2177.42 194.763 2180.57 191.152 Q2183.67 187.61 2188.28 187.61 L2188.28 178.05 L2192.51 178.05 M2192.51 210.851 Q2195.13 210.851 2196.91 208.467 Q2198.85 205.805 2198.88 201.129 Q2198.9 196.499 2196.91 193.791 Q2195.13 191.407 2192.51 191.407 L2192.51 210.851 M2188.28 210.851 L2188.28 191.407 Q2185.66 191.407 2183.9 193.791 Q2181.89 196.499 2181.91 201.129 Q2181.93 205.805 2183.9 208.467 Q2185.66 210.851 2188.28 210.851 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M2209.9 178.097 L2213.6 178.097 Q2217.07 183.56 2218.78 188.791 Q2220.52 194.022 2220.52 199.184 Q2220.52 204.37 2218.78 209.624 Q2217.07 214.879 2213.6 220.319 L2209.9 220.319 Q2212.97 215.018 2214.48 209.786 Q2216.01 204.532 2216.01 199.184 Q2216.01 193.837 2214.48 188.629 Q2212.97 183.421 2209.9 178.097 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#hide\n", "\n", "let\n", "\n", "if !isdefined(Main, :plot)\n", " using Plots:plot, plot!\n", "end\n", " \n", " \n", "f_ϕ = -F′./ϕ\n", "f_ϕ[1] = 1\n", " \n", "plot(ϕ, exp.(log_g), lab=\"g(ϕ)\", xlabel=\"ϕ\", xlim=(0,4))\n", "plot!(ϕ, f_ϕ, lab=\"f(ϕ)\")\n", " \n", " \n", "end" ] }, { "cell_type": "markdown", "id": "3fd9a59b-3501-446e-913a-75e0f4bd9e38", "metadata": {}, "source": [ "Well, that's interesting, it looks like we have arrived at\n", "\n", "$$ {c_A \\over c_{A,max}} = \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{\\mathrm{const}} $$\n", "\n", "Which is, in fact, the case and is generally the case -- the Prandtl mixing length, eddy diffusion, and Gaussian models work out to the same conclusion.\n", "\n", "Consider the following derivative\n", "\n", "$$ {d \\over d\\xi} \\log{f\\left(\\xi\\right)} = {d \\over d\\xi} \\log \\left( -F^{\\prime} \\over \\xi \\right) = {1 \\over F^{\\prime}} \\left( F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} \\right)$$\n", "\n", "Recalling back to our original ode for the Prandtl mixing length velocity distribution, we had the relationship\n", "\n", "$$ F F^{\\prime} = a^3 \\left( F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} \\right)^2 $$\n", "\n", "or\n", "\n", "$$ {F \\over F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} } = a^3 { {F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} } \\over F^{\\prime}} $$\n", "\n", "and so\n", "\n", "$$ {d \\over d\\xi} \\log{f\\left(\\xi\\right)} = a^{-3} {F \\over F^{\\prime\\prime} - {F^{\\prime} \\over \\xi} } $$\n", "\n", "\n", "and recalling that the integral we originally wished to solve was\n", "\n", "$$ \\log{c_A \\over c_{A,max}} = a_c^{-3} \\int_0^{\\xi} {F \\over F^{\\prime \\prime} - {F^{\\prime} \\over \\xi}} d\\xi$$\n", "\n", "we get\n", "\n", "$$ \\log{c_A \\over c_{A,max}} = \\left(a \\over a_c\\right)^{3} \\left[ \\log \\left( f\\left(\\xi\\right) \\over f\\left(0\\right) \\right) \\right] = \\log \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{\\left(a \\over a_c\\right)^{3}} $$\n", "\n", "and finally\n", "\n", "$$ { c_A \\over c_{A,max} } = \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{\\left(a \\over a_c\\right)^{3}}$$\n", "\n", "Where, rather pleasingly, the constant ${\\left(a \\over a_c\\right)^{3}}$ works out to be the ratio of the mixing lengths, all squared\n", "\n", "$$ {\\left(a \\over a_c\\right)^{3}} = \\left( l \\over l_c \\right)^2 $$\n", "\n", "**Note:** suppose an \"equivalent\" eddy viscosity for the Prandtl mixing length model of $\\varepsilon = -l^2 \\left\\vert \\partial \\bar{v}_z \\over \\partial r \\right\\vert$ and eddy diffusivity of $\\mathscr{D}_{AB} = -l_c^2 \\left\\vert \\partial \\bar{v}_z \\over \\partial r \\right\\vert$, the turbulent [Schmidt number](https://en.wikipedia.org/wiki/Schmidt_number) is then $\\mathrm{Sc} = {\\varepsilon \\over \\mathscr{D}_{AB} } = \\left( l \\over l_c \\right)^2$, making the final result ${c_A \\over c_{A,max}} = \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Sc}$" ] }, { "cell_type": "markdown", "id": "86243b18-b836-4a04-ba65-eccdb71c76b6", "metadata": {}, "source": [ "We can now plot the concentration profile along with the velocity profile and see that the two profiles have a similar shape, with the concentration profile stretched to be wider. Concentration spreads out more than velocity." ] }, { "cell_type": "code", "execution_count": 4, "id": "ed76e194-3cc2-41ef-89b0-20ade200e947", "metadata": { "jupyter": { "source_hidden": true }, "tags": [] }, "outputs": [ { "data": { "image/svg+xml": [ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<defs>\n", " <clipPath id=\"clip500\">\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip500)\" d=\"\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip501\">\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip500)\" d=\"\n", "M186.274 1423.18 L2352.76 1423.18 L2352.76 123.472 L186.274 123.472 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip502\">\n", " <rect x=\"186\" y=\"123\" width=\"2167\" height=\"1301\"/>\n", " </clipPath>\n", "</defs>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 697.237,1423.18 697.237,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1208.2,1423.18 1208.2,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1719.16,1423.18 1719.16,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 2230.12,1423.18 2230.12,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 2352.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 697.237,1423.18 697.237,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1208.2,1423.18 1208.2,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1719.16,1423.18 1719.16,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2230.12,1423.18 2230.12,1404.28 \n", " \"/>\n", "<path clip-path=\"url(#clip500)\" d=\"M148.577 1454.1 Q144.966 1454.1 143.138 1457.66 Q141.332 1461.2 141.332 1468.33 Q141.332 1475.44 143.138 1479.01 Q144.966 1482.55 148.577 1482.55 Q152.212 1482.55 154.017 1479.01 Q155.846 1475.44 155.846 1468.33 Q155.846 1461.2 154.017 1457.66 Q152.212 1454.1 148.577 1454.1 M148.577 1450.39 Q154.388 1450.39 157.443 1455 Q160.522 1459.58 160.522 1468.33 Q160.522 1477.06 157.443 1481.67 Q154.388 1486.25 148.577 1486.25 Q142.767 1486.25 139.689 1481.67 Q136.633 1477.06 136.633 1468.33 Q136.633 1459.58 139.689 1455 Q142.767 1450.39 148.577 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M168.739 1479.7 L173.624 1479.7 L173.624 1485.58 L168.739 1485.58 L168.739 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M193.809 1454.1 Q190.198 1454.1 188.369 1457.66 Q186.563 1461.2 186.563 1468.33 Q186.563 1475.44 188.369 1479.01 Q190.198 1482.55 193.809 1482.55 Q197.443 1482.55 199.248 1479.01 Q201.077 1475.44 201.077 1468.33 Q201.077 1461.2 199.248 1457.66 Q197.443 1454.1 193.809 1454.1 M193.809 1450.39 Q199.619 1450.39 202.674 1455 Q205.753 1459.58 205.753 1468.33 Q205.753 1477.06 202.674 1481.67 Q199.619 1486.25 193.809 1486.25 Q187.999 1486.25 184.92 1481.67 Q181.864 1477.06 181.864 1468.33 Q181.864 1459.58 184.92 1455 Q187.999 1450.39 193.809 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M223.971 1454.1 Q220.359 1454.1 218.531 1457.66 Q216.725 1461.2 216.725 1468.33 Q216.725 1475.44 218.531 1479.01 Q220.359 1482.55 223.971 1482.55 Q227.605 1482.55 229.41 1479.01 Q231.239 1475.44 231.239 1468.33 Q231.239 1461.2 229.41 1457.66 Q227.605 1454.1 223.971 1454.1 M223.971 1450.39 Q229.781 1450.39 232.836 1455 Q235.915 1459.58 235.915 1468.33 Q235.915 1477.06 232.836 1481.67 Q229.781 1486.25 223.971 1486.25 Q218.16 1486.25 215.082 1481.67 Q212.026 1477.06 212.026 1468.33 Q212.026 1459.58 215.082 1455 Q218.16 1450.39 223.971 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M660.038 1454.1 Q656.427 1454.1 654.598 1457.66 Q652.793 1461.2 652.793 1468.33 Q652.793 1475.44 654.598 1479.01 Q656.427 1482.55 660.038 1482.55 Q663.672 1482.55 665.478 1479.01 Q667.306 1475.44 667.306 1468.33 Q667.306 1461.2 665.478 1457.66 Q663.672 1454.1 660.038 1454.1 M660.038 1450.39 Q665.848 1450.39 668.904 1455 Q671.982 1459.58 671.982 1468.33 Q671.982 1477.06 668.904 1481.67 Q665.848 1486.25 660.038 1486.25 Q654.228 1486.25 651.149 1481.67 Q648.093 1477.06 648.093 1468.33 Q648.093 1459.58 651.149 1455 Q654.228 1450.39 660.038 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M680.2 1479.7 L685.084 1479.7 L685.084 1485.58 L680.2 1485.58 L680.2 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M705.269 1454.1 Q701.658 1454.1 699.829 1457.66 Q698.024 1461.2 698.024 1468.33 Q698.024 1475.44 699.829 1479.01 Q701.658 1482.55 705.269 1482.55 Q708.903 1482.55 710.709 1479.01 Q712.538 1475.44 712.538 1468.33 Q712.538 1461.2 710.709 1457.66 Q708.903 1454.1 705.269 1454.1 M705.269 1450.39 Q711.079 1450.39 714.135 1455 Q717.213 1459.58 717.213 1468.33 Q717.213 1477.06 714.135 1481.67 Q711.079 1486.25 705.269 1486.25 Q699.459 1486.25 696.38 1481.67 Q693.325 1477.06 693.325 1468.33 Q693.325 1459.58 696.38 1455 Q699.459 1450.39 705.269 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M725.477 1451.02 L743.834 1451.02 L743.834 1454.96 L729.76 1454.96 L729.76 1463.43 Q730.778 1463.08 731.797 1462.92 Q732.815 1462.73 733.834 1462.73 Q739.621 1462.73 743 1465.9 Q746.38 1469.08 746.38 1474.49 Q746.38 1480.07 742.908 1483.17 Q739.436 1486.25 733.116 1486.25 Q730.94 1486.25 728.672 1485.88 Q726.426 1485.51 724.019 1484.77 L724.019 1480.07 Q726.102 1481.2 728.325 1481.76 Q730.547 1482.32 733.024 1482.32 Q737.028 1482.32 739.366 1480.21 Q741.704 1478.1 741.704 1474.49 Q741.704 1470.88 739.366 1468.77 Q737.028 1466.67 733.024 1466.67 Q731.149 1466.67 729.274 1467.08 Q727.422 1467.5 725.477 1468.38 L725.477 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1170.5 1454.1 Q1166.89 1454.1 1165.06 1457.66 Q1163.26 1461.2 1163.26 1468.33 Q1163.26 1475.44 1165.06 1479.01 Q1166.89 1482.55 1170.5 1482.55 Q1174.14 1482.55 1175.94 1479.01 Q1177.77 1475.44 1177.77 1468.33 Q1177.77 1461.2 1175.94 1457.66 Q1174.14 1454.1 1170.5 1454.1 M1170.5 1450.39 Q1176.31 1450.39 1179.37 1455 Q1182.45 1459.58 1182.45 1468.33 Q1182.45 1477.06 1179.37 1481.67 Q1176.31 1486.25 1170.5 1486.25 Q1164.69 1486.25 1161.61 1481.67 Q1158.56 1477.06 1158.56 1468.33 Q1158.56 1459.58 1161.61 1455 Q1164.69 1450.39 1170.5 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1190.66 1479.7 L1195.55 1479.7 L1195.55 1485.58 L1190.66 1485.58 L1190.66 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1206.54 1481.64 L1214.18 1481.64 L1214.18 1455.28 L1205.87 1456.95 L1205.87 1452.69 L1214.14 1451.02 L1218.81 1451.02 L1218.81 1481.64 L1226.45 1481.64 L1226.45 1485.58 L1206.54 1485.58 L1206.54 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1245.9 1454.1 Q1242.28 1454.1 1240.46 1457.66 Q1238.65 1461.2 1238.65 1468.33 Q1238.65 1475.44 1240.46 1479.01 Q1242.28 1482.55 1245.9 1482.55 Q1249.53 1482.55 1251.34 1479.01 Q1253.16 1475.44 1253.16 1468.33 Q1253.16 1461.2 1251.34 1457.66 Q1249.53 1454.1 1245.9 1454.1 M1245.9 1450.39 Q1251.71 1450.39 1254.76 1455 Q1257.84 1459.58 1257.84 1468.33 Q1257.84 1477.06 1254.76 1481.67 Q1251.71 1486.25 1245.9 1486.25 Q1240.09 1486.25 1237.01 1481.67 Q1233.95 1477.06 1233.95 1468.33 Q1233.95 1459.58 1237.01 1455 Q1240.09 1450.39 1245.9 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1681.96 1454.1 Q1678.35 1454.1 1676.52 1457.66 Q1674.72 1461.2 1674.72 1468.33 Q1674.72 1475.44 1676.52 1479.01 Q1678.35 1482.55 1681.96 1482.55 Q1685.6 1482.55 1687.4 1479.01 Q1689.23 1475.44 1689.23 1468.33 Q1689.23 1461.2 1687.4 1457.66 Q1685.6 1454.1 1681.96 1454.1 M1681.96 1450.39 Q1687.77 1450.39 1690.83 1455 Q1693.91 1459.58 1693.91 1468.33 Q1693.91 1477.06 1690.83 1481.67 Q1687.77 1486.25 1681.96 1486.25 Q1676.15 1486.25 1673.07 1481.67 Q1670.02 1477.06 1670.02 1468.33 Q1670.02 1459.58 1673.07 1455 Q1676.15 1450.39 1681.96 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1702.13 1479.7 L1707.01 1479.7 L1707.01 1485.58 L1702.13 1485.58 L1702.13 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1718 1481.64 L1725.64 1481.64 L1725.64 1455.28 L1717.33 1456.95 L1717.33 1452.69 L1725.6 1451.02 L1730.27 1451.02 L1730.27 1481.64 L1737.91 1481.64 L1737.91 1485.58 L1718 1485.58 L1718 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1747.4 1451.02 L1765.76 1451.02 L1765.76 1454.96 L1751.69 1454.96 L1751.69 1463.43 Q1752.7 1463.08 1753.72 1462.92 Q1754.74 1462.73 1755.76 1462.73 Q1761.55 1462.73 1764.93 1465.9 Q1768.31 1469.08 1768.31 1474.49 Q1768.31 1480.07 1764.83 1483.17 Q1761.36 1486.25 1755.04 1486.25 Q1752.87 1486.25 1750.6 1485.88 Q1748.35 1485.51 1745.94 1484.77 L1745.94 1480.07 Q1748.03 1481.2 1750.25 1481.76 Q1752.47 1482.32 1754.95 1482.32 Q1758.95 1482.32 1761.29 1480.21 Q1763.63 1478.1 1763.63 1474.49 Q1763.63 1470.88 1761.29 1468.77 Q1758.95 1466.67 1754.95 1466.67 Q1753.07 1466.67 1751.2 1467.08 Q1749.35 1467.5 1747.4 1468.38 L1747.4 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2192.43 1454.1 Q2188.82 1454.1 2186.99 1457.66 Q2185.18 1461.2 2185.18 1468.33 Q2185.18 1475.44 2186.99 1479.01 Q2188.82 1482.55 2192.43 1482.55 Q2196.06 1482.55 2197.87 1479.01 Q2199.7 1475.44 2199.7 1468.33 Q2199.7 1461.2 2197.87 1457.66 Q2196.06 1454.1 2192.43 1454.1 M2192.43 1450.39 Q2198.24 1450.39 2201.29 1455 Q2204.37 1459.58 2204.37 1468.33 Q2204.37 1477.06 2201.29 1481.67 Q2198.24 1486.25 2192.43 1486.25 Q2186.62 1486.25 2183.54 1481.67 Q2180.48 1477.06 2180.48 1468.33 Q2180.48 1459.58 2183.54 1455 Q2186.62 1450.39 2192.43 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2212.59 1479.7 L2217.47 1479.7 L2217.47 1485.58 L2212.59 1485.58 L2212.59 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2231.69 1481.64 L2248.01 1481.64 L2248.01 1485.58 L2226.06 1485.58 L2226.06 1481.64 Q2228.72 1478.89 2233.31 1474.26 Q2237.91 1469.61 2239.09 1468.27 Q2241.34 1465.74 2242.22 1464.01 Q2243.12 1462.25 2243.12 1460.56 Q2243.12 1457.8 2241.18 1456.07 Q2239.26 1454.33 2236.15 1454.33 Q2233.96 1454.33 2231.5 1455.09 Q2229.07 1455.86 2226.29 1457.41 L2226.29 1452.69 Q2229.12 1451.55 2231.57 1450.97 Q2234.03 1450.39 2236.06 1450.39 Q2241.43 1450.39 2244.63 1453.08 Q2247.82 1455.77 2247.82 1460.26 Q2247.82 1462.39 2247.01 1464.31 Q2246.22 1466.2 2244.12 1468.8 Q2243.54 1469.47 2240.44 1472.69 Q2237.34 1475.88 2231.69 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2267.82 1454.1 Q2264.21 1454.1 2262.38 1457.66 Q2260.58 1461.2 2260.58 1468.33 Q2260.58 1475.44 2262.38 1479.01 Q2264.21 1482.55 2267.82 1482.55 Q2271.46 1482.55 2273.26 1479.01 Q2275.09 1475.44 2275.09 1468.33 Q2275.09 1461.2 2273.26 1457.66 Q2271.46 1454.1 2267.82 1454.1 M2267.82 1450.39 Q2273.63 1450.39 2276.69 1455 Q2279.77 1459.58 2279.77 1468.33 Q2279.77 1477.06 2276.69 1481.67 Q2273.63 1486.25 2267.82 1486.25 Q2262.01 1486.25 2258.93 1481.67 Q2255.88 1477.06 2255.88 1468.33 Q2255.88 1459.58 2258.93 1455 Q2262.01 1450.39 2267.82 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1274.73 1564 Q1278.94 1564.03 1281.45 1566.42 Q1284.12 1568.94 1284.12 1572.75 Q1284.12 1576.41 1281.77 1578.96 Q1279.22 1581.73 1274.03 1581.73 Q1274.03 1579.34 1274.03 1576.92 Q1276.23 1577.08 1277.57 1575.68 Q1278.59 1574.57 1278.59 1573.39 Q1278.59 1571.7 1277.57 1570.3 Q1276.58 1568.97 1274.73 1568.97 Q1254.91 1568.97 1254.91 1555.06 Q1254.91 1545.51 1265.5 1542.71 Q1256.59 1541.56 1256.59 1533.29 Q1256.59 1527.02 1263.59 1524.41 L1256.97 1524.41 L1256.97 1518.52 L1282.09 1518.52 L1282.09 1524.41 Q1262.07 1524.41 1262.07 1533.67 Q1262.07 1539.75 1278.87 1540.03 L1278.87 1545.45 Q1260.73 1544.75 1260.79 1555.06 Q1260.83 1563.68 1274.73 1564 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1390.16 2352.76,1390.16 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1082.68 2352.76,1082.68 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,775.206 2352.76,775.206 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,467.731 2352.76,467.731 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,160.256 2352.76,160.256 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1390.16 205.172,1390.16 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1082.68 205.172,1082.68 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,775.206 205.172,775.206 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,467.731 205.172,467.731 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,160.256 205.172,160.256 \n", " \"/>\n", "<path clip-path=\"url(#clip500)\" d=\"M62.9365 1375.95 Q59.3254 1375.95 57.4967 1379.52 Q55.6912 1383.06 55.6912 1390.19 Q55.6912 1397.3 57.4967 1400.86 Q59.3254 1404.4 62.9365 1404.4 Q66.5707 1404.4 68.3763 1400.86 Q70.205 1397.3 70.205 1390.19 Q70.205 1383.06 68.3763 1379.52 Q66.5707 1375.95 62.9365 1375.95 M62.9365 1372.25 Q68.7467 1372.25 71.8022 1376.86 Q74.8809 1381.44 74.8809 1390.19 Q74.8809 1398.92 71.8022 1403.52 Q68.7467 1408.11 62.9365 1408.11 Q57.1264 1408.11 54.0477 1403.52 Q50.9921 1398.92 50.9921 1390.19 Q50.9921 1381.44 54.0477 1376.86 Q57.1264 1372.25 62.9365 1372.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M83.0984 1401.56 L87.9827 1401.56 L87.9827 1407.44 L83.0984 1407.44 L83.0984 1401.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M108.168 1375.95 Q104.557 1375.95 102.728 1379.52 Q100.922 1383.06 100.922 1390.19 Q100.922 1397.3 102.728 1400.86 Q104.557 1404.4 108.168 1404.4 Q111.802 1404.4 113.608 1400.86 Q115.436 1397.3 115.436 1390.19 Q115.436 1383.06 113.608 1379.52 Q111.802 1375.95 108.168 1375.95 M108.168 1372.25 Q113.978 1372.25 117.033 1376.86 Q120.112 1381.44 120.112 1390.19 Q120.112 1398.92 117.033 1403.52 Q113.978 1408.11 108.168 1408.11 Q102.358 1408.11 99.2789 1403.52 Q96.2234 1398.92 96.2234 1390.19 Q96.2234 1381.44 99.2789 1376.86 Q102.358 1372.25 108.168 1372.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M138.33 1375.95 Q134.719 1375.95 132.89 1379.52 Q131.084 1383.06 131.084 1390.19 Q131.084 1397.3 132.89 1400.86 Q134.719 1404.4 138.33 1404.4 Q141.964 1404.4 143.769 1400.86 Q145.598 1397.3 145.598 1390.19 Q145.598 1383.06 143.769 1379.52 Q141.964 1375.95 138.33 1375.95 M138.33 1372.25 Q144.14 1372.25 147.195 1376.86 Q150.274 1381.44 150.274 1390.19 Q150.274 1398.92 147.195 1403.52 Q144.14 1408.11 138.33 1408.11 Q132.519 1408.11 129.441 1403.52 Q126.385 1398.92 126.385 1390.19 Q126.385 1381.44 129.441 1376.86 Q132.519 1372.25 138.33 1372.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M63.9319 1068.48 Q60.3208 1068.48 58.4921 1072.04 Q56.6865 1075.59 56.6865 1082.72 Q56.6865 1089.82 58.4921 1093.39 Q60.3208 1096.93 63.9319 1096.93 Q67.5661 1096.93 69.3717 1093.39 Q71.2004 1089.82 71.2004 1082.72 Q71.2004 1075.59 69.3717 1072.04 Q67.5661 1068.48 63.9319 1068.48 M63.9319 1064.78 Q69.742 1064.78 72.7976 1069.38 Q75.8763 1073.97 75.8763 1082.72 Q75.8763 1091.44 72.7976 1096.05 Q69.742 1100.63 63.9319 1100.63 Q58.1217 1100.63 55.043 1096.05 Q51.9875 1091.44 51.9875 1082.72 Q51.9875 1073.97 55.043 1069.38 Q58.1217 1064.78 63.9319 1064.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M84.0938 1094.08 L88.978 1094.08 L88.978 1099.96 L84.0938 1099.96 L84.0938 1094.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M103.191 1096.03 L119.51 1096.03 L119.51 1099.96 L97.566 1099.96 L97.566 1096.03 Q100.228 1093.27 104.811 1088.64 Q109.418 1083.99 110.598 1082.65 Q112.844 1080.12 113.723 1078.39 Q114.626 1076.63 114.626 1074.94 Q114.626 1072.18 112.682 1070.45 Q110.76 1068.71 107.658 1068.71 Q105.459 1068.71 103.006 1069.47 Q100.575 1070.24 97.7974 1071.79 L97.7974 1067.07 Q100.621 1065.93 103.075 1065.35 Q105.529 1064.78 107.566 1064.78 Q112.936 1064.78 116.131 1067.46 Q119.325 1070.15 119.325 1074.64 Q119.325 1076.77 118.515 1078.69 Q117.728 1080.59 115.621 1083.18 Q115.043 1083.85 111.941 1087.07 Q108.839 1090.26 103.191 1096.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M129.371 1065.4 L147.728 1065.4 L147.728 1069.34 L133.654 1069.34 L133.654 1077.81 Q134.672 1077.46 135.691 1077.3 Q136.709 1077.11 137.728 1077.11 Q143.515 1077.11 146.894 1080.28 Q150.274 1083.46 150.274 1088.87 Q150.274 1094.45 146.802 1097.55 Q143.33 1100.63 137.01 1100.63 Q134.834 1100.63 132.566 1100.26 Q130.32 1099.89 127.913 1099.15 L127.913 1094.45 Q129.996 1095.59 132.219 1096.14 Q134.441 1096.7 136.918 1096.7 Q140.922 1096.7 143.26 1094.59 Q145.598 1092.48 145.598 1088.87 Q145.598 1085.26 143.26 1083.16 Q140.922 1081.05 136.918 1081.05 Q135.043 1081.05 133.168 1081.47 Q131.316 1081.88 129.371 1082.76 L129.371 1065.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M62.9365 761.005 Q59.3254 761.005 57.4967 764.569 Q55.6912 768.111 55.6912 775.241 Q55.6912 782.347 57.4967 785.912 Q59.3254 789.454 62.9365 789.454 Q66.5707 789.454 68.3763 785.912 Q70.205 782.347 70.205 775.241 Q70.205 768.111 68.3763 764.569 Q66.5707 761.005 62.9365 761.005 M62.9365 757.301 Q68.7467 757.301 71.8022 761.907 Q74.8809 766.491 74.8809 775.241 Q74.8809 783.967 71.8022 788.574 Q68.7467 793.157 62.9365 793.157 Q57.1264 793.157 54.0477 788.574 Q50.9921 783.967 50.9921 775.241 Q50.9921 766.491 54.0477 761.907 Q57.1264 757.301 62.9365 757.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M83.0984 786.606 L87.9827 786.606 L87.9827 792.486 L83.0984 792.486 L83.0984 786.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M98.2141 757.926 L116.57 757.926 L116.57 761.861 L102.496 761.861 L102.496 770.333 Q103.515 769.986 104.534 769.824 Q105.552 769.639 106.571 769.639 Q112.358 769.639 115.737 772.81 Q119.117 775.981 119.117 781.398 Q119.117 786.977 115.645 790.079 Q112.172 793.157 105.853 793.157 Q103.677 793.157 101.409 792.787 Q99.1632 792.416 96.7558 791.676 L96.7558 786.977 Q98.8391 788.111 101.061 788.666 Q103.284 789.222 105.76 789.222 Q109.765 789.222 112.103 787.116 Q114.441 785.009 114.441 781.398 Q114.441 777.787 112.103 775.68 Q109.765 773.574 105.76 773.574 Q103.885 773.574 102.01 773.991 Q100.159 774.407 98.2141 775.287 L98.2141 757.926 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M138.33 761.005 Q134.719 761.005 132.89 764.569 Q131.084 768.111 131.084 775.241 Q131.084 782.347 132.89 785.912 Q134.719 789.454 138.33 789.454 Q141.964 789.454 143.769 785.912 Q145.598 782.347 145.598 775.241 Q145.598 768.111 143.769 764.569 Q141.964 761.005 138.33 761.005 M138.33 757.301 Q144.14 757.301 147.195 761.907 Q150.274 766.491 150.274 775.241 Q150.274 783.967 147.195 788.574 Q144.14 793.157 138.33 793.157 Q132.519 793.157 129.441 788.574 Q126.385 783.967 126.385 775.241 Q126.385 766.491 129.441 761.907 Q132.519 757.301 138.33 757.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M63.9319 453.53 Q60.3208 453.53 58.4921 457.095 Q56.6865 460.636 56.6865 467.766 Q56.6865 474.872 58.4921 478.437 Q60.3208 481.979 63.9319 481.979 Q67.5661 481.979 69.3717 478.437 Q71.2004 474.872 71.2004 467.766 Q71.2004 460.636 69.3717 457.095 Q67.5661 453.53 63.9319 453.53 M63.9319 449.826 Q69.742 449.826 72.7976 454.433 Q75.8763 459.016 75.8763 467.766 Q75.8763 476.493 72.7976 481.099 Q69.742 485.682 63.9319 485.682 Q58.1217 485.682 55.043 481.099 Q51.9875 476.493 51.9875 467.766 Q51.9875 459.016 55.043 454.433 Q58.1217 449.826 63.9319 449.826 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M84.0938 479.132 L88.978 479.132 L88.978 485.011 L84.0938 485.011 L84.0938 479.132 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M97.9826 450.451 L120.205 450.451 L120.205 452.442 L107.658 485.011 L102.774 485.011 L114.58 454.386 L97.9826 454.386 L97.9826 450.451 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M129.371 450.451 L147.728 450.451 L147.728 454.386 L133.654 454.386 L133.654 462.858 Q134.672 462.511 135.691 462.349 Q136.709 462.164 137.728 462.164 Q143.515 462.164 146.894 465.335 Q150.274 468.507 150.274 473.923 Q150.274 479.502 146.802 482.604 Q143.33 485.682 137.01 485.682 Q134.834 485.682 132.566 485.312 Q130.32 484.942 127.913 484.201 L127.913 479.502 Q129.996 480.636 132.219 481.192 Q134.441 481.747 136.918 481.747 Q140.922 481.747 143.26 479.641 Q145.598 477.534 145.598 473.923 Q145.598 470.312 143.26 468.206 Q140.922 466.099 136.918 466.099 Q135.043 466.099 133.168 466.516 Q131.316 466.932 129.371 467.812 L129.371 450.451 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M53.7467 173.601 L61.3856 173.601 L61.3856 147.236 L53.0754 148.902 L53.0754 144.643 L61.3393 142.976 L66.0152 142.976 L66.0152 173.601 L73.654 173.601 L73.654 177.536 L53.7467 177.536 L53.7467 173.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M83.0984 171.657 L87.9827 171.657 L87.9827 177.536 L83.0984 177.536 L83.0984 171.657 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M108.168 146.055 Q104.557 146.055 102.728 149.62 Q100.922 153.161 100.922 160.291 Q100.922 167.397 102.728 170.962 Q104.557 174.504 108.168 174.504 Q111.802 174.504 113.608 170.962 Q115.436 167.397 115.436 160.291 Q115.436 153.161 113.608 149.62 Q111.802 146.055 108.168 146.055 M108.168 142.351 Q113.978 142.351 117.033 146.958 Q120.112 151.541 120.112 160.291 Q120.112 169.018 117.033 173.624 Q113.978 178.208 108.168 178.208 Q102.358 178.208 99.2789 173.624 Q96.2234 169.018 96.2234 160.291 Q96.2234 151.541 99.2789 146.958 Q102.358 142.351 108.168 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M138.33 146.055 Q134.719 146.055 132.89 149.62 Q131.084 153.161 131.084 160.291 Q131.084 167.397 132.89 170.962 Q134.719 174.504 138.33 174.504 Q141.964 174.504 143.769 170.962 Q145.598 167.397 145.598 160.291 Q145.598 153.161 143.769 149.62 Q141.964 146.055 138.33 146.055 M138.33 142.351 Q144.14 142.351 147.195 146.958 Q150.274 151.541 150.274 160.291 Q150.274 169.018 147.195 173.624 Q144.14 178.208 138.33 178.208 Q132.519 178.208 129.441 173.624 Q126.385 169.018 126.385 160.291 Q126.385 151.541 129.441 146.958 Q132.519 142.351 138.33 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M696.92 18.8205 L696.92 41.5461 L707.209 41.5461 Q712.921 41.5461 716.04 38.5889 Q719.159 35.6318 719.159 30.163 Q719.159 24.7348 716.04 21.7777 Q712.921 18.8205 707.209 18.8205 L696.92 18.8205 M688.737 12.096 L707.209 12.096 Q717.377 12.096 722.562 16.714 Q727.788 21.2916 727.788 30.163 Q727.788 39.1155 722.562 43.6931 Q717.377 48.2706 707.209 48.2706 L696.92 48.2706 L696.92 72.576 L688.737 72.576 L688.737 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M763.273 34.1734 Q762.018 33.4443 760.519 33.1202 Q759.061 32.7556 757.278 32.7556 Q750.959 32.7556 747.556 36.8875 Q744.194 40.9789 744.194 48.6757 L744.194 72.576 L736.7 72.576 L736.7 27.2059 L744.194 27.2059 L744.194 34.2544 Q746.543 30.1225 750.311 28.1376 Q754.078 26.1121 759.466 26.1121 Q760.235 26.1121 761.167 26.2337 Q762.099 26.3147 763.233 26.5172 L763.273 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M791.711 49.7694 Q782.677 49.7694 779.194 51.8354 Q775.71 53.9013 775.71 58.8839 Q775.71 62.8538 778.302 65.2034 Q780.935 67.5124 785.432 67.5124 Q791.63 67.5124 795.357 63.1374 Q799.124 58.7219 799.124 51.4303 L799.124 49.7694 L791.711 49.7694 M806.578 46.6907 L806.578 72.576 L799.124 72.576 L799.124 65.6895 Q796.572 69.8214 792.764 71.8063 Q788.956 73.7508 783.447 73.7508 Q776.479 73.7508 772.347 69.8619 Q768.256 65.9325 768.256 59.3701 Q768.256 51.7138 773.36 47.825 Q778.505 43.9361 788.673 43.9361 L799.124 43.9361 L799.124 43.2069 Q799.124 38.0623 795.721 35.2672 Q792.359 32.4315 786.242 32.4315 Q782.353 32.4315 778.667 33.3632 Q774.981 34.295 771.578 36.1584 L771.578 29.2718 Q775.669 27.692 779.518 26.9223 Q783.366 26.1121 787.012 26.1121 Q796.855 26.1121 801.717 31.2163 Q806.578 36.3204 806.578 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M859.644 45.1919 L859.644 72.576 L852.191 72.576 L852.191 45.4349 Q852.191 38.994 849.679 35.7938 Q847.168 32.5936 842.145 32.5936 Q836.109 32.5936 832.625 36.4419 Q829.141 40.2903 829.141 46.9338 L829.141 72.576 L821.647 72.576 L821.647 27.2059 L829.141 27.2059 L829.141 34.2544 Q831.815 30.163 835.42 28.1376 Q839.066 26.1121 843.805 26.1121 Q851.624 26.1121 855.634 30.9732 Q859.644 35.7938 859.644 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M904.366 34.0924 L904.366 9.54393 L911.82 9.54393 L911.82 72.576 L904.366 72.576 L904.366 65.7705 Q902.017 69.8214 898.412 71.8063 Q894.847 73.7508 889.824 73.7508 Q881.6 73.7508 876.415 67.1883 Q871.271 60.6258 871.271 49.9314 Q871.271 39.2371 876.415 32.6746 Q881.6 26.1121 889.824 26.1121 Q894.847 26.1121 898.412 28.0971 Q902.017 30.0415 904.366 34.0924 M878.967 49.9314 Q878.967 58.1548 882.33 62.8538 Q885.732 67.5124 891.647 67.5124 Q897.561 67.5124 900.964 62.8538 Q904.366 58.1548 904.366 49.9314 Q904.366 41.7081 900.964 37.0496 Q897.561 32.3505 891.647 32.3505 Q885.732 32.3505 882.33 37.0496 Q878.967 41.7081 878.967 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M934.546 14.324 L934.546 27.2059 L949.899 27.2059 L949.899 32.9987 L934.546 32.9987 L934.546 57.6282 Q934.546 63.1779 936.045 64.7578 Q937.584 66.3376 942.242 66.3376 L949.899 66.3376 L949.899 72.576 L942.242 72.576 Q933.614 72.576 930.333 69.3758 Q927.052 66.1351 927.052 57.6282 L927.052 32.9987 L921.583 32.9987 L921.583 27.2059 L927.052 27.2059 L927.052 14.324 L934.546 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M959.702 9.54393 L967.155 9.54393 L967.155 72.576 L959.702 72.576 L959.702 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1044.45 35.9153 Q1047.24 30.8922 1051.13 28.5022 Q1055.02 26.1121 1060.29 26.1121 Q1067.37 26.1121 1071.22 31.0947 Q1075.07 36.0368 1075.07 45.1919 L1075.07 72.576 L1067.58 72.576 L1067.58 45.4349 Q1067.58 38.913 1065.27 35.7533 Q1062.96 32.5936 1058.22 32.5936 Q1052.43 32.5936 1049.06 36.4419 Q1045.7 40.2903 1045.7 46.9338 L1045.7 72.576 L1038.21 72.576 L1038.21 45.4349 Q1038.21 38.8725 1035.9 35.7533 Q1033.59 32.5936 1028.77 32.5936 Q1023.06 32.5936 1019.7 36.4824 Q1016.33 40.3308 1016.33 46.9338 L1016.33 72.576 L1008.84 72.576 L1008.84 27.2059 L1016.33 27.2059 L1016.33 34.2544 Q1018.89 30.082 1022.45 28.0971 Q1026.02 26.1121 1030.92 26.1121 Q1035.86 26.1121 1039.3 28.6237 Q1042.79 31.1352 1044.45 35.9153 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1089.94 27.2059 L1097.39 27.2059 L1097.39 72.576 L1089.94 72.576 L1089.94 27.2059 M1089.94 9.54393 L1097.39 9.54393 L1097.39 18.9825 L1089.94 18.9825 L1089.94 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1150.7 27.2059 L1134.3 49.2833 L1151.55 72.576 L1142.76 72.576 L1129.56 54.752 L1116.35 72.576 L1107.56 72.576 L1125.18 48.8377 L1109.06 27.2059 L1117.85 27.2059 L1129.88 43.369 L1141.91 27.2059 L1150.7 27.2059 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1162.08 27.2059 L1169.54 27.2059 L1169.54 72.576 L1162.08 72.576 L1162.08 27.2059 M1162.08 9.54393 L1169.54 9.54393 L1169.54 18.9825 L1162.08 18.9825 L1162.08 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1222.85 45.1919 L1222.85 72.576 L1215.39 72.576 L1215.39 45.4349 Q1215.39 38.994 1212.88 35.7938 Q1210.37 32.5936 1205.35 32.5936 Q1199.31 32.5936 1195.83 36.4419 Q1192.35 40.2903 1192.35 46.9338 L1192.35 72.576 L1184.85 72.576 L1184.85 27.2059 L1192.35 27.2059 L1192.35 34.2544 Q1195.02 30.163 1198.62 28.1376 Q1202.27 26.1121 1207.01 26.1121 Q1214.83 26.1121 1218.84 30.9732 Q1222.85 35.7938 1222.85 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1267.57 49.3643 Q1267.57 41.2625 1264.21 36.8065 Q1260.89 32.3505 1254.85 32.3505 Q1248.86 32.3505 1245.49 36.8065 Q1242.17 41.2625 1242.17 49.3643 Q1242.17 57.4256 1245.49 61.8816 Q1248.86 66.3376 1254.85 66.3376 Q1260.89 66.3376 1264.21 61.8816 Q1267.57 57.4256 1267.57 49.3643 M1275.02 66.9452 Q1275.02 78.5308 1269.88 84.1616 Q1264.73 89.8329 1254.12 89.8329 Q1250.19 89.8329 1246.71 89.2252 Q1243.22 88.6581 1239.94 87.4428 L1239.94 80.1917 Q1243.22 81.9741 1246.42 82.8248 Q1249.63 83.6755 1252.95 83.6755 Q1260.28 83.6755 1263.92 79.8271 Q1267.57 76.0193 1267.57 68.282 L1267.57 64.5957 Q1265.26 68.6061 1261.66 70.5911 Q1258.05 72.576 1253.03 72.576 Q1244.68 72.576 1239.58 66.2161 Q1234.47 59.8562 1234.47 49.3643 Q1234.47 38.832 1239.58 32.472 Q1244.68 26.1121 1253.03 26.1121 Q1258.05 26.1121 1261.66 28.0971 Q1265.26 30.082 1267.57 34.0924 L1267.57 27.2059 L1275.02 27.2059 L1275.02 66.9452 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1316.75 9.54393 L1324.2 9.54393 L1324.2 72.576 L1316.75 72.576 L1316.75 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1378.61 48.0275 L1378.61 51.6733 L1344.34 51.6733 Q1344.82 59.3701 1348.95 63.421 Q1353.13 67.4314 1360.54 67.4314 Q1364.83 67.4314 1368.84 66.3781 Q1372.89 65.3249 1376.86 63.2184 L1376.86 70.267 Q1372.85 71.9684 1368.64 72.8596 Q1364.43 73.7508 1360.09 73.7508 Q1349.24 73.7508 1342.88 67.4314 Q1336.56 61.1119 1336.56 50.3365 Q1336.56 39.1965 1342.55 32.6746 Q1348.59 26.1121 1358.8 26.1121 Q1367.95 26.1121 1373.26 32.0264 Q1378.61 37.9003 1378.61 48.0275 M1371.15 45.84 Q1371.07 39.7232 1367.71 36.0774 Q1364.39 32.4315 1358.88 32.4315 Q1352.64 32.4315 1348.87 35.9558 Q1345.15 39.4801 1344.58 45.8805 L1371.15 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1428.55 45.1919 L1428.55 72.576 L1421.1 72.576 L1421.1 45.4349 Q1421.1 38.994 1418.59 35.7938 Q1416.08 32.5936 1411.05 32.5936 Q1405.02 32.5936 1401.53 36.4419 Q1398.05 40.2903 1398.05 46.9338 L1398.05 72.576 L1390.56 72.576 L1390.56 27.2059 L1398.05 27.2059 L1398.05 34.2544 Q1400.72 30.163 1404.33 28.1376 Q1407.97 26.1121 1412.71 26.1121 Q1420.53 26.1121 1424.54 30.9732 Q1428.55 35.7938 1428.55 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1473.28 49.3643 Q1473.28 41.2625 1469.91 36.8065 Q1466.59 32.3505 1460.56 32.3505 Q1454.56 32.3505 1451.2 36.8065 Q1447.88 41.2625 1447.88 49.3643 Q1447.88 57.4256 1451.2 61.8816 Q1454.56 66.3376 1460.56 66.3376 Q1466.59 66.3376 1469.91 61.8816 Q1473.28 57.4256 1473.28 49.3643 M1480.73 66.9452 Q1480.73 78.5308 1475.58 84.1616 Q1470.44 89.8329 1459.83 89.8329 Q1455.9 89.8329 1452.41 89.2252 Q1448.93 88.6581 1445.65 87.4428 L1445.65 80.1917 Q1448.93 81.9741 1452.13 82.8248 Q1455.33 83.6755 1458.65 83.6755 Q1465.98 83.6755 1469.63 79.8271 Q1473.28 76.0193 1473.28 68.282 L1473.28 64.5957 Q1470.97 68.6061 1467.36 70.5911 Q1463.76 72.576 1458.73 72.576 Q1450.39 72.576 1445.28 66.2161 Q1440.18 59.8562 1440.18 49.3643 Q1440.18 38.832 1445.28 32.472 Q1450.39 26.1121 1458.73 26.1121 Q1463.76 26.1121 1467.36 28.0971 Q1470.97 30.082 1473.28 34.0924 L1473.28 27.2059 L1480.73 27.2059 L1480.73 66.9452 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1503.45 14.324 L1503.45 27.2059 L1518.81 27.2059 L1518.81 32.9987 L1503.45 32.9987 L1503.45 57.6282 Q1503.45 63.1779 1504.95 64.7578 Q1506.49 66.3376 1511.15 66.3376 L1518.81 66.3376 L1518.81 72.576 L1511.15 72.576 Q1502.52 72.576 1499.24 69.3758 Q1495.96 66.1351 1495.96 57.6282 L1495.96 32.9987 L1490.49 32.9987 L1490.49 27.2059 L1495.96 27.2059 L1495.96 14.324 L1503.45 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1566.32 45.1919 L1566.32 72.576 L1558.87 72.576 L1558.87 45.4349 Q1558.87 38.994 1556.36 35.7938 Q1553.85 32.5936 1548.82 32.5936 Q1542.79 32.5936 1539.31 36.4419 Q1535.82 40.2903 1535.82 46.9338 L1535.82 72.576 L1528.33 72.576 L1528.33 9.54393 L1535.82 9.54393 L1535.82 34.2544 Q1538.49 30.163 1542.1 28.1376 Q1545.75 26.1121 1550.49 26.1121 Q1558.3 26.1121 1562.31 30.9732 Q1566.32 35.7938 1566.32 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1642.89 35.9153 Q1645.68 30.8922 1649.57 28.5022 Q1653.46 26.1121 1658.73 26.1121 Q1665.81 26.1121 1669.66 31.0947 Q1673.51 36.0368 1673.51 45.1919 L1673.51 72.576 L1666.02 72.576 L1666.02 45.4349 Q1666.02 38.913 1663.71 35.7533 Q1661.4 32.5936 1656.66 32.5936 Q1650.87 32.5936 1647.5 36.4419 Q1644.14 40.2903 1644.14 46.9338 L1644.14 72.576 L1636.65 72.576 L1636.65 45.4349 Q1636.65 38.8725 1634.34 35.7533 Q1632.03 32.5936 1627.21 32.5936 Q1621.5 32.5936 1618.14 36.4824 Q1614.77 40.3308 1614.77 46.9338 L1614.77 72.576 L1607.28 72.576 L1607.28 27.2059 L1614.77 27.2059 L1614.77 34.2544 Q1617.33 30.082 1620.89 28.0971 Q1624.46 26.1121 1629.36 26.1121 Q1634.3 26.1121 1637.74 28.6237 Q1641.23 31.1352 1642.89 35.9153 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1705.96 32.4315 Q1699.96 32.4315 1696.48 37.1306 Q1693 41.7891 1693 49.9314 Q1693 58.0738 1696.44 62.7728 Q1699.92 67.4314 1705.96 67.4314 Q1711.91 67.4314 1715.4 62.7323 Q1718.88 58.0333 1718.88 49.9314 Q1718.88 41.8701 1715.4 37.1711 Q1711.91 32.4315 1705.96 32.4315 M1705.96 26.1121 Q1715.68 26.1121 1721.23 32.4315 Q1726.78 38.7509 1726.78 49.9314 Q1726.78 61.0714 1721.23 67.4314 Q1715.68 73.7508 1705.96 73.7508 Q1696.2 73.7508 1690.65 67.4314 Q1685.14 61.0714 1685.14 49.9314 Q1685.14 38.7509 1690.65 32.4315 Q1696.2 26.1121 1705.96 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1768.99 34.0924 L1768.99 9.54393 L1776.45 9.54393 L1776.45 72.576 L1768.99 72.576 L1768.99 65.7705 Q1766.64 69.8214 1763.04 71.8063 Q1759.47 73.7508 1754.45 73.7508 Q1746.23 73.7508 1741.04 67.1883 Q1735.9 60.6258 1735.9 49.9314 Q1735.9 39.2371 1741.04 32.6746 Q1746.23 26.1121 1754.45 26.1121 Q1759.47 26.1121 1763.04 28.0971 Q1766.64 30.0415 1768.99 34.0924 M1743.59 49.9314 Q1743.59 58.1548 1746.95 62.8538 Q1750.36 67.5124 1756.27 67.5124 Q1762.19 67.5124 1765.59 62.8538 Q1768.99 58.1548 1768.99 49.9314 Q1768.99 41.7081 1765.59 37.0496 Q1762.19 32.3505 1756.27 32.3505 Q1750.36 32.3505 1746.95 37.0496 Q1743.59 41.7081 1743.59 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1830.61 48.0275 L1830.61 51.6733 L1796.34 51.6733 Q1796.82 59.3701 1800.95 63.421 Q1805.13 67.4314 1812.54 67.4314 Q1816.83 67.4314 1820.84 66.3781 Q1824.89 65.3249 1828.86 63.2184 L1828.86 70.267 Q1824.85 71.9684 1820.64 72.8596 Q1816.43 73.7508 1812.09 73.7508 Q1801.24 73.7508 1794.88 67.4314 Q1788.56 61.1119 1788.56 50.3365 Q1788.56 39.1965 1794.55 32.6746 Q1800.59 26.1121 1810.8 26.1121 Q1819.95 26.1121 1825.26 32.0264 Q1830.61 37.9003 1830.61 48.0275 M1823.15 45.84 Q1823.07 39.7232 1819.71 36.0774 Q1816.39 32.4315 1810.88 32.4315 Q1804.64 32.4315 1800.87 35.9558 Q1797.15 39.4801 1796.58 45.8805 L1823.15 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M1842.84 9.54393 L1850.29 9.54393 L1850.29 72.576 L1842.84 72.576 L1842.84 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip502)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,160.256 194.94,160.847 203.606,161.926 212.272,163.324 220.938,164.978 229.604,166.851 238.27,168.921 246.935,171.168 255.601,173.579 264.267,176.142 \n", " 272.933,178.848 281.599,181.688 290.265,184.655 298.931,187.744 307.597,190.948 316.263,194.262 324.929,197.682 333.595,201.203 342.261,204.822 350.927,208.535 \n", " 359.593,212.339 368.258,216.231 376.924,220.207 385.59,224.265 394.256,228.402 402.922,232.615 411.588,236.903 420.254,241.263 428.92,245.693 437.586,250.191 \n", " 446.252,254.755 454.918,259.382 463.584,264.071 472.25,268.821 480.916,273.629 489.581,278.494 498.247,283.414 506.913,288.388 515.579,293.414 524.245,298.49 \n", " 532.911,303.616 541.577,308.79 550.243,314.009 558.909,319.274 567.575,324.583 576.241,329.935 584.907,335.327 593.573,340.76 602.239,346.231 610.904,351.74 \n", " 619.57,357.286 628.236,362.867 636.902,368.483 645.568,374.132 654.234,379.813 662.9,385.525 671.566,391.267 680.232,397.039 688.898,402.839 697.564,408.666 \n", " 706.23,414.519 714.896,420.398 723.562,426.301 732.227,432.228 740.893,438.177 749.559,444.148 758.225,450.14 766.891,456.152 775.557,462.184 784.223,468.234 \n", " 792.889,474.301 801.555,480.385 810.221,486.486 818.887,492.601 827.553,498.731 836.219,504.875 844.885,511.032 853.55,517.201 862.216,523.382 870.882,529.573 \n", " 879.548,535.775 888.214,541.986 896.88,548.206 905.546,554.434 914.212,560.669 922.878,566.911 931.544,573.159 940.21,579.413 948.876,585.672 957.542,591.935 \n", " 966.207,598.201 974.873,604.47 983.539,610.742 992.205,617.016 1000.87,623.291 1009.54,629.566 1018.2,635.842 1026.87,642.117 1035.53,648.391 1044.2,654.664 \n", " 1052.87,660.934 1061.53,667.202 1070.2,673.466 1078.86,679.727 1087.53,685.983 1096.2,692.235 1104.86,698.482 1113.53,704.723 1122.19,710.957 1130.86,717.185 \n", " 1139.53,723.406 1148.19,729.619 1156.86,735.824 1165.52,742.02 1174.19,748.207 1182.86,754.385 1191.52,760.553 1200.19,766.711 1208.85,772.857 1217.52,778.993 \n", " 1226.19,785.117 1234.85,791.228 1243.52,797.328 1252.18,803.414 1260.85,809.487 1269.51,815.546 1278.18,821.592 1286.85,827.623 1295.51,833.639 1304.18,839.639 \n", " 1312.84,845.625 1321.51,851.594 1330.18,857.547 1338.84,863.483 1347.51,869.402 1356.17,875.304 1364.84,881.188 1373.51,887.054 1382.17,892.902 1390.84,898.731 \n", " 1399.5,904.541 1408.17,910.331 1416.84,916.102 1425.5,921.853 1434.17,927.583 1442.83,933.293 1451.5,938.982 1460.17,944.649 1468.83,950.296 1477.5,955.92 \n", " 1486.16,961.522 1494.83,967.102 1503.49,972.659 1512.16,978.193 1520.83,983.704 1529.49,989.191 1538.16,994.655 1546.82,1000.09 1555.49,1005.51 1564.16,1010.9 \n", " 1572.82,1016.27 1581.49,1021.61 1590.15,1026.92 1598.82,1032.21 1607.49,1037.48 1616.15,1042.72 1624.82,1047.93 1633.48,1053.11 1642.15,1058.27 1650.82,1063.4 \n", " 1659.48,1068.51 1668.15,1073.58 1676.81,1078.63 1685.48,1083.66 1694.15,1088.65 1702.81,1093.61 1711.48,1098.55 1720.14,1103.46 1728.81,1108.34 1737.48,1113.19 \n", " 1746.14,1118.01 1754.81,1122.8 1763.47,1127.56 1772.14,1132.29 1780.8,1136.99 1789.47,1141.66 1798.14,1146.3 1806.8,1150.91 1815.47,1155.49 1824.13,1160.03 \n", " 1832.8,1164.55 1841.47,1169.03 1850.13,1173.49 1858.8,1177.91 1867.46,1182.29 1876.13,1186.65 1884.8,1190.97 1893.46,1195.26 1902.13,1199.52 1910.79,1203.74 \n", " 1919.46,1207.93 1928.13,1212.09 1936.79,1216.21 1945.46,1220.3 1954.12,1224.35 1962.79,1228.38 1971.46,1232.36 1980.12,1236.31 1988.79,1240.23 1997.45,1244.11 \n", " 2006.12,1247.95 2014.78,1251.76 2023.45,1255.53 2032.12,1259.27 2040.78,1262.97 2049.45,1266.63 2058.11,1270.26 2066.78,1273.85 2075.45,1277.4 2084.11,1280.91 \n", " 2092.78,1284.39 2101.44,1287.83 2110.11,1291.22 2118.78,1294.58 2127.44,1297.9 2136.11,1301.18 2144.77,1304.42 2153.44,1307.62 2162.11,1310.78 2170.77,1313.9 \n", " 2179.44,1316.97 2188.1,1320.01 2196.77,1323 2205.44,1325.94 2214.1,1328.85 2222.77,1331.71 2231.43,1334.52 2240.1,1337.29 2248.76,1340.02 2257.43,1342.69 \n", " 2266.1,1345.32 2274.76,1347.9 2283.43,1350.44 2292.09,1352.92 2300.76,1355.35 2309.43,1357.73 2318.09,1360.05 2326.76,1362.32 2335.42,1364.54 2344.09,1366.7 \n", " 2352.76,1368.8 \n", " \"/>\n", "<polyline clip-path=\"url(#clip502)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,160.256 194.94,161.1 203.606,162.642 212.272,164.636 220.938,166.996 229.604,169.667 238.27,172.615 246.935,175.815 255.601,179.244 264.267,182.887 \n", " 272.933,186.73 281.599,190.758 290.265,194.963 298.931,199.335 307.597,203.866 316.263,208.547 324.929,213.371 333.595,218.332 342.261,223.424 350.927,228.641 \n", " 359.593,233.98 368.258,239.433 376.924,244.997 385.59,250.667 394.256,256.438 402.922,262.308 411.588,268.272 420.254,274.326 428.92,280.468 437.586,286.693 \n", " 446.252,292.998 454.918,299.38 463.584,305.836 472.25,312.364 480.916,318.96 489.581,325.621 498.247,332.346 506.913,339.131 515.579,345.973 524.245,352.871 \n", " 532.911,359.821 541.577,366.823 550.243,373.872 558.909,380.968 567.575,388.107 576.241,395.289 584.907,402.509 593.573,409.768 602.239,417.062 610.904,424.39 \n", " 619.57,431.75 628.236,439.14 636.902,446.558 645.568,454.002 654.234,461.471 662.9,468.962 671.566,476.475 680.232,484.008 688.898,491.558 697.564,499.125 \n", " 706.23,506.706 714.896,514.301 723.562,521.908 732.227,529.524 740.893,537.15 749.559,544.783 758.225,552.422 766.891,560.066 775.557,567.713 784.223,575.362 \n", " 792.889,583.012 801.555,590.661 810.221,598.308 818.887,605.953 827.553,613.593 836.219,621.227 844.885,628.856 853.55,636.476 862.216,644.087 870.882,651.689 \n", " 879.548,659.28 888.214,666.858 896.88,674.423 905.546,681.975 914.212,689.511 922.878,697.031 931.544,704.534 940.21,712.019 948.876,719.485 957.542,726.931 \n", " 966.207,734.357 974.873,741.761 983.539,749.142 992.205,756.5 1000.87,763.834 1009.54,771.144 1018.2,778.427 1026.87,785.684 1035.53,792.914 1044.2,800.115 \n", " 1052.87,807.288 1061.53,814.432 1070.2,821.546 1078.86,828.628 1087.53,835.679 1096.2,842.699 1104.86,849.685 1113.53,856.638 1122.19,863.557 1130.86,870.442 \n", " 1139.53,877.291 1148.19,884.104 1156.86,890.882 1165.52,897.622 1174.19,904.325 1182.86,910.991 1191.52,917.618 1200.19,924.206 1208.85,930.755 1217.52,937.264 \n", " 1226.19,943.733 1234.85,950.161 1243.52,956.548 1252.18,962.893 1260.85,969.197 1269.51,975.458 1278.18,981.677 1286.85,987.853 1295.51,993.985 1304.18,1000.07 \n", " 1312.84,1006.12 1321.51,1012.12 1330.18,1018.07 1338.84,1023.98 1347.51,1029.85 1356.17,1035.67 1364.84,1041.44 1373.51,1047.17 1382.17,1052.85 1390.84,1058.48 \n", " 1399.5,1064.07 1408.17,1069.61 1416.84,1075.1 1425.5,1080.55 1434.17,1085.95 1442.83,1091.3 1451.5,1096.6 1460.17,1101.85 1468.83,1107.06 1477.5,1112.22 \n", " 1486.16,1117.32 1494.83,1122.38 1503.49,1127.4 1512.16,1132.36 1520.83,1137.27 1529.49,1142.13 1538.16,1146.95 1546.82,1151.71 1555.49,1156.43 1564.16,1161.09 \n", " 1572.82,1165.71 1581.49,1170.27 1590.15,1174.79 1598.82,1179.26 1607.49,1183.67 1616.15,1188.04 1624.82,1192.36 1633.48,1196.63 1642.15,1200.84 1650.82,1205.01 \n", " 1659.48,1209.13 1668.15,1213.2 1676.81,1217.22 1685.48,1221.18 1694.15,1225.1 1702.81,1228.97 1711.48,1232.79 1720.14,1236.56 1728.81,1240.28 1737.48,1243.95 \n", " 1746.14,1247.57 1754.81,1251.15 1763.47,1254.67 1772.14,1258.14 1780.8,1261.57 1789.47,1264.94 1798.14,1268.27 1806.8,1271.55 1815.47,1274.78 1824.13,1277.96 \n", " 1832.8,1281.09 1841.47,1284.17 1850.13,1287.21 1858.8,1290.19 1867.46,1293.13 1876.13,1296.02 1884.8,1298.87 1893.46,1301.66 1902.13,1304.41 1910.79,1307.11 \n", " 1919.46,1309.76 1928.13,1312.37 1936.79,1314.93 1945.46,1317.45 1954.12,1319.91 1962.79,1322.33 1971.46,1324.71 1980.12,1327.03 1988.79,1329.32 1997.45,1331.55 \n", " 2006.12,1333.75 2014.78,1335.89 2023.45,1337.99 2032.12,1340.05 2040.78,1342.06 2049.45,1344.03 2058.11,1345.95 2066.78,1347.83 2075.45,1349.66 2084.11,1351.45 \n", " 2092.78,1353.2 2101.44,1354.9 2110.11,1356.56 2118.78,1358.18 2127.44,1359.75 2136.11,1361.29 2144.77,1362.78 2153.44,1364.22 2162.11,1365.63 2170.77,1366.99 \n", " 2179.44,1368.32 2188.1,1369.6 2196.77,1370.84 2205.44,1372.04 2214.1,1373.2 2222.77,1374.32 2231.43,1375.4 2240.1,1376.43 2248.76,1377.43 2257.43,1378.39 \n", " 2266.1,1379.31 2274.76,1380.19 2283.43,1381.03 2292.09,1381.84 2300.76,1382.6 2309.43,1383.33 2318.09,1384.02 2326.76,1384.67 2335.42,1385.28 2344.09,1385.86 \n", " 2352.76,1386.4 \n", " \"/>\n", "<path clip-path=\"url(#clip500)\" d=\"\n", "M1952.99 322.316 L2280.54 322.316 L2280.54 166.796 L1952.99 166.796 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1952.99,322.316 2280.54,322.316 2280.54,166.796 1952.99,166.796 1952.99,322.316 \n", " \"/>\n", "<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1977.06,218.636 2121.5,218.636 \n", " \"/>\n", "<path clip-path=\"url(#clip500)\" d=\"M2164.48 222.652 Q2164.48 218.022 2162.56 215.476 Q2160.66 212.93 2157.21 212.93 Q2153.79 212.93 2151.86 215.476 Q2149.97 218.022 2149.97 222.652 Q2149.97 227.258 2151.86 229.805 Q2153.79 232.351 2157.21 232.351 Q2160.66 232.351 2162.56 229.805 Q2164.48 227.258 2164.48 222.652 M2168.74 232.698 Q2168.74 239.318 2165.8 242.536 Q2162.86 245.777 2156.79 245.777 Q2154.55 245.777 2152.56 245.43 Q2150.57 245.105 2148.69 244.411 L2148.69 240.268 Q2150.57 241.286 2152.4 241.772 Q2154.22 242.258 2156.12 242.258 Q2160.31 242.258 2162.4 240.059 Q2164.48 237.883 2164.48 233.462 L2164.48 231.356 Q2163.16 233.647 2161.1 234.781 Q2159.04 235.916 2156.17 235.916 Q2151.4 235.916 2148.48 232.281 Q2145.57 228.647 2145.57 222.652 Q2145.57 216.633 2148.48 212.999 Q2151.4 209.365 2156.17 209.365 Q2159.04 209.365 2161.1 210.499 Q2163.16 211.633 2164.48 213.925 L2164.48 209.99 L2168.74 209.99 L2168.74 232.698 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2187.74 199.944 Q2184.64 205.268 2183.14 210.476 Q2181.63 215.684 2181.63 221.032 Q2181.63 226.379 2183.14 231.633 Q2184.66 236.865 2187.74 242.166 L2184.04 242.166 Q2180.57 236.726 2178.83 231.471 Q2177.12 226.217 2177.12 221.032 Q2177.12 215.87 2178.83 210.638 Q2180.54 205.407 2184.04 199.944 L2187.74 199.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2208.44 232.976 Q2211.49 232.999 2213.32 234.735 Q2215.27 236.564 2215.27 239.342 Q2215.27 242.004 2213.55 243.855 Q2211.7 245.869 2207.93 245.869 Q2207.93 244.133 2207.93 242.374 Q2209.53 242.49 2210.5 241.471 Q2211.24 240.661 2211.24 239.805 Q2211.24 238.578 2210.5 237.559 Q2209.78 236.587 2208.44 236.587 Q2194.02 236.587 2194.02 226.471 Q2194.02 219.527 2201.72 217.49 Q2195.24 216.657 2195.24 210.638 Q2195.24 206.078 2200.34 204.18 L2195.52 204.18 L2195.52 199.897 L2213.78 199.897 L2213.78 204.18 Q2199.22 204.18 2199.22 210.916 Q2199.22 215.337 2211.45 215.545 L2211.45 219.481 Q2198.25 218.971 2198.3 226.471 Q2198.32 232.744 2208.44 232.976 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2221.77 199.944 L2225.47 199.944 Q2228.95 205.407 2230.66 210.638 Q2232.4 215.87 2232.4 221.032 Q2232.4 226.217 2230.66 231.471 Q2228.95 236.726 2225.47 242.166 L2221.77 242.166 Q2224.85 236.865 2226.35 231.633 Q2227.88 226.379 2227.88 221.032 Q2227.88 215.684 2226.35 210.476 Q2224.85 205.268 2221.77 199.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip500)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1977.06,270.476 2121.5,270.476 \n", " \"/>\n", "<path clip-path=\"url(#clip500)\" d=\"M2162.07 251.737 L2162.07 255.279 L2158 255.279 Q2155.71 255.279 2154.8 256.205 Q2153.92 257.131 2153.92 259.538 L2153.92 261.83 L2160.94 261.83 L2160.94 265.14 L2153.92 265.14 L2153.92 287.756 L2149.64 287.756 L2149.64 265.14 L2145.57 265.14 L2145.57 261.83 L2149.64 261.83 L2149.64 260.024 Q2149.64 255.696 2151.66 253.728 Q2153.67 251.737 2158.04 251.737 L2162.07 251.737 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2175.87 251.784 Q2172.77 257.108 2171.26 262.316 Q2169.76 267.524 2169.76 272.872 Q2169.76 278.219 2171.26 283.473 Q2172.79 288.705 2175.87 294.006 L2172.16 294.006 Q2168.69 288.566 2166.96 283.311 Q2165.24 278.057 2165.24 272.872 Q2165.24 267.71 2166.96 262.478 Q2168.67 257.247 2172.16 251.784 L2175.87 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2196.56 284.816 Q2199.62 284.839 2201.45 286.575 Q2203.39 288.404 2203.39 291.182 Q2203.39 293.844 2201.68 295.695 Q2199.83 297.709 2196.05 297.709 Q2196.05 295.973 2196.05 294.214 Q2197.65 294.33 2198.62 293.311 Q2199.36 292.501 2199.36 291.645 Q2199.36 290.418 2198.62 289.399 Q2197.91 288.427 2196.56 288.427 Q2182.14 288.427 2182.14 278.311 Q2182.14 271.367 2189.85 269.33 Q2183.37 268.497 2183.37 262.478 Q2183.37 257.918 2188.46 256.02 L2183.65 256.02 L2183.65 251.737 L2201.91 251.737 L2201.91 256.02 Q2187.35 256.02 2187.35 262.756 Q2187.35 267.177 2199.57 267.385 L2199.57 271.321 Q2186.38 270.811 2186.42 278.311 Q2186.45 284.584 2196.56 284.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M2209.9 251.784 L2213.6 251.784 Q2217.07 257.247 2218.78 262.478 Q2220.52 267.71 2220.52 272.872 Q2220.52 278.057 2218.78 283.311 Q2217.07 288.566 2213.6 294.006 L2209.9 294.006 Q2212.97 288.705 2214.48 283.473 Q2216.01 278.219 2216.01 272.872 Q2216.01 267.524 2214.48 262.316 Q2212.97 257.108 2209.9 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#hide\n", "\n", "let\n", "\n", "if !isdefined(Main, :plot)\n", " using Plots:plot, plot!\n", "end\n", " \n", "g(ξ, Sc=0.7) = f_pml(ξ)^Sc\n", "\n", "b_half = 0.0848\n", "rbs = 0.0:0.01:2.5\n", "ξs = b_half*collect(rbs)\n", " \n", "plot(ξs, g.(ξs), lab=\"g(ξ)\", xlabel=\"ξ\", xlim=(0,2.5*b_half))\n", "plot!(ξs, f_pml.(ξs), lab=\"f(ξ)\")\n", "plot!(title=\"Prandtl mixing length model\")\n", " \n", "end" ] }, { "cell_type": "markdown", "id": "bce835fa-b2ac-49a1-8da4-21ccebeb5794", "metadata": {}, "source": [ "### Eddy diffusivity models\n", "\n", "In the eddy diffusivity model we assume the molar flux is proportional to the concentration gradient with the constant of proportionality being an effective diffusivity, the eddy diffusivity. In some treatments the viscous and turbulent diffusivities are treated separately, in this model we lump it all together into one constant\n", "\n", "$$ J_{A,r} = -\\mathscr{D}_{AB} {\\partial c_A \\over \\partial r} $$\n", "\n", "where $\\mathscr{D}_{AB}$ is the eddy diffusivity for species A. Using the definition of *c<sub>A</sub>* we can work out the right-hand side of the equation of continuity for A\n", "\n", "$$ -{ \\partial \\over \\partial r} \\left( r J_{A,r} \\right) = {k_c \\over z^2} \\mathscr{D}_{AB} {d \\over d\\xi} \\left( \\xi g^{\\prime} \\right) $$\n", "\n", "putting that into the equation of continuity for A, we get\n", "\n", "$${ k k_c \\over z^2 } {d \\over d\\xi} \\left(F g\\right) = {k_c \\over z^2} \\mathscr{D}_{AB} {d \\over d\\xi} \\left( \\xi g^{\\prime} \\right) $$\n", "\n", "canceling some terms and integrating once gives us\n", "\n", "$$k F g = \\mathscr{D}_{AB} \\xi g^{\\prime} + \\mathrm{const}$$\n", "\n", "where, by use of [boundary conditions](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#boundary-conditions), the constant of integration is zero. This can be re-arranged to isolate F and g\n", "\n", "$$ {g^{\\prime} \\over g} = {k \\over \\mathscr{D}_{AB}} {F \\over \\xi} $$\n", "\n", "integrating once more\n", "\n", "$$ \\log \\left( g\\left(\\xi\\right) \\over g\\left(0\\right) \\right) = {k \\over \\mathscr{D}_{AB}} \\int_0^{\\xi} {F \\over \\xi} d\\xi $$\n", "\n", "recalling that, for the eddy diffusivity model\n", "\n", "$$ F\\left( \\xi \\right) = { - c \\left( C_2 \\xi \\right)^2 \\over {1 + \\frac{1}{4} \\left( C_2 \\xi \\right)^2 } } $$\n", "\n", "$$ \\int_0^{\\xi} {F \\over \\xi} d\\xi = {c} \\int_0^{\\xi} { -C_2^2 \\xi \\over {1 + \\frac{1}{4} \\left( C_2 \\xi \\right)^2 } } d\\xi = {c} \\log \\left(1 + \\frac{1}{4} \\left( C_2 \\xi \\right)^2 \\right)^{-2} $$\n", "\n", "and so we have\n", "\n", "$$ \\log \\left( g\\left(\\xi\\right) \\over g\\left(0\\right) \\right) = {k c \\over \\mathscr{D}_{AB}} \\log \\left(1 + \\frac{1}{4} \\left( C_2 \\xi \\right)^2 \\right)^{-2} $$\n", "\n", "recalling that the constant *k* is related to the eddy diffusivity ϵ by *ϵ=ck*, we have\n", "\n", "$$ {c_A \\over c_{A,max}} = \\left( g\\left(\\xi\\right) \\over g\\left(0\\right) \\right) = \\left(1 + \\frac{1}{4} \\left( C_2 \\xi \\right)^2 \\right)^{-2{\\varepsilon \\over \\mathscr{D}_{AB}}} $$\n", "\n", "and, looking back on the definition of *f(ξ)* from the eddy viscosity model, we get\n", "\n", "$$ {c_A \\over c_{A,max}} = \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{\\varepsilon \\over \\mathscr{D}_{AB}} $$\n", "\n", "**Note:** the turbulent [Schmidt number](https://en.wikipedia.org/wiki/Schmidt_number) is defined as the ratio of the eddy viscosity to the eddy diffusivity $\\mathrm{Sc} = {\\varepsilon \\over \\mathscr{D}_{AB} }$ making the final result ${c_A \\over c_{A,max}} = \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Sc}$" ] }, { "cell_type": "markdown", "id": "8fa49c0a-f2e0-416b-b2be-945173e3b17e", "metadata": {}, "source": [ "We can plot the concentration and velocity profiles for the eddy diffusivity model as well, and it is a similar story. The shapes of the profiles are the same but the concentration profile is stretched, such that concentration \"spreads out\" more than velocity does." ] }, { "cell_type": "code", "execution_count": 5, "id": "5d4e2955-5129-41f2-978c-d03e8c9b2c4d", "metadata": { "jupyter": { "source_hidden": true }, "tags": [] }, "outputs": [ { "data": { "image/svg+xml": [ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<defs>\n", " <clipPath id=\"clip540\">\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip540)\" d=\"\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip541\">\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip540)\" d=\"\n", "M156.598 1423.18 L2352.76 1423.18 L2352.76 123.472 L156.598 123.472 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip542\">\n", " <rect x=\"156\" y=\"123\" width=\"2197\" height=\"1301\"/>\n", " </clipPath>\n", "</defs>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 156.598,1423.18 156.598,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 674.56,1423.18 674.56,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1192.52,1423.18 1192.52,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1710.48,1423.18 1710.48,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 2228.45,1423.18 2228.45,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,1423.18 2352.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,1423.18 156.598,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 674.56,1423.18 674.56,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1192.52,1423.18 1192.52,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1710.48,1423.18 1710.48,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2228.45,1423.18 2228.45,1404.28 \n", " \"/>\n", "<path clip-path=\"url(#clip540)\" d=\"M118.902 1454.1 Q115.291 1454.1 113.462 1457.66 Q111.656 1461.2 111.656 1468.33 Q111.656 1475.44 113.462 1479.01 Q115.291 1482.55 118.902 1482.55 Q122.536 1482.55 124.341 1479.01 Q126.17 1475.44 126.17 1468.33 Q126.17 1461.2 124.341 1457.66 Q122.536 1454.1 118.902 1454.1 M118.902 1450.39 Q124.712 1450.39 127.767 1455 Q130.846 1459.58 130.846 1468.33 Q130.846 1477.06 127.767 1481.67 Q124.712 1486.25 118.902 1486.25 Q113.092 1486.25 110.013 1481.67 Q106.957 1477.06 106.957 1468.33 Q106.957 1459.58 110.013 1455 Q113.092 1450.39 118.902 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M139.064 1479.7 L143.948 1479.7 L143.948 1485.58 L139.064 1485.58 L139.064 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M164.133 1454.1 Q160.522 1454.1 158.693 1457.66 Q156.888 1461.2 156.888 1468.33 Q156.888 1475.44 158.693 1479.01 Q160.522 1482.55 164.133 1482.55 Q167.767 1482.55 169.573 1479.01 Q171.401 1475.44 171.401 1468.33 Q171.401 1461.2 169.573 1457.66 Q167.767 1454.1 164.133 1454.1 M164.133 1450.39 Q169.943 1450.39 172.999 1455 Q176.077 1459.58 176.077 1468.33 Q176.077 1477.06 172.999 1481.67 Q169.943 1486.25 164.133 1486.25 Q158.323 1486.25 155.244 1481.67 Q152.189 1477.06 152.189 1468.33 Q152.189 1459.58 155.244 1455 Q158.323 1450.39 164.133 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M194.295 1454.1 Q190.684 1454.1 188.855 1457.66 Q187.049 1461.2 187.049 1468.33 Q187.049 1475.44 188.855 1479.01 Q190.684 1482.55 194.295 1482.55 Q197.929 1482.55 199.735 1479.01 Q201.563 1475.44 201.563 1468.33 Q201.563 1461.2 199.735 1457.66 Q197.929 1454.1 194.295 1454.1 M194.295 1450.39 Q200.105 1450.39 203.16 1455 Q206.239 1459.58 206.239 1468.33 Q206.239 1477.06 203.16 1481.67 Q200.105 1486.25 194.295 1486.25 Q188.485 1486.25 185.406 1481.67 Q182.35 1477.06 182.35 1468.33 Q182.35 1459.58 185.406 1455 Q188.485 1450.39 194.295 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M637.361 1454.1 Q633.75 1454.1 631.921 1457.66 Q630.116 1461.2 630.116 1468.33 Q630.116 1475.44 631.921 1479.01 Q633.75 1482.55 637.361 1482.55 Q640.995 1482.55 642.801 1479.01 Q644.63 1475.44 644.63 1468.33 Q644.63 1461.2 642.801 1457.66 Q640.995 1454.1 637.361 1454.1 M637.361 1450.39 Q643.171 1450.39 646.227 1455 Q649.305 1459.58 649.305 1468.33 Q649.305 1477.06 646.227 1481.67 Q643.171 1486.25 637.361 1486.25 Q631.551 1486.25 628.472 1481.67 Q625.417 1477.06 625.417 1468.33 Q625.417 1459.58 628.472 1455 Q631.551 1450.39 637.361 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M657.523 1479.7 L662.407 1479.7 L662.407 1485.58 L657.523 1485.58 L657.523 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M682.592 1454.1 Q678.981 1454.1 677.153 1457.66 Q675.347 1461.2 675.347 1468.33 Q675.347 1475.44 677.153 1479.01 Q678.981 1482.55 682.592 1482.55 Q686.227 1482.55 688.032 1479.01 Q689.861 1475.44 689.861 1468.33 Q689.861 1461.2 688.032 1457.66 Q686.227 1454.1 682.592 1454.1 M682.592 1450.39 Q688.402 1450.39 691.458 1455 Q694.537 1459.58 694.537 1468.33 Q694.537 1477.06 691.458 1481.67 Q688.402 1486.25 682.592 1486.25 Q676.782 1486.25 673.703 1481.67 Q670.648 1477.06 670.648 1468.33 Q670.648 1459.58 673.703 1455 Q676.782 1450.39 682.592 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M702.801 1451.02 L721.157 1451.02 L721.157 1454.96 L707.083 1454.96 L707.083 1463.43 Q708.101 1463.08 709.12 1462.92 Q710.138 1462.73 711.157 1462.73 Q716.944 1462.73 720.324 1465.9 Q723.703 1469.08 723.703 1474.49 Q723.703 1480.07 720.231 1483.17 Q716.759 1486.25 710.439 1486.25 Q708.263 1486.25 705.995 1485.88 Q703.75 1485.51 701.342 1484.77 L701.342 1480.07 Q703.426 1481.2 705.648 1481.76 Q707.87 1482.32 710.347 1482.32 Q714.351 1482.32 716.689 1480.21 Q719.027 1478.1 719.027 1474.49 Q719.027 1470.88 716.689 1468.77 Q714.351 1466.67 710.347 1466.67 Q708.472 1466.67 706.597 1467.08 Q704.745 1467.5 702.801 1468.38 L702.801 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1154.83 1454.1 Q1151.21 1454.1 1149.39 1457.66 Q1147.58 1461.2 1147.58 1468.33 Q1147.58 1475.44 1149.39 1479.01 Q1151.21 1482.55 1154.83 1482.55 Q1158.46 1482.55 1160.26 1479.01 Q1162.09 1475.44 1162.09 1468.33 Q1162.09 1461.2 1160.26 1457.66 Q1158.46 1454.1 1154.83 1454.1 M1154.83 1450.39 Q1160.64 1450.39 1163.69 1455 Q1166.77 1459.58 1166.77 1468.33 Q1166.77 1477.06 1163.69 1481.67 Q1160.64 1486.25 1154.83 1486.25 Q1149.01 1486.25 1145.94 1481.67 Q1142.88 1477.06 1142.88 1468.33 Q1142.88 1459.58 1145.94 1455 Q1149.01 1450.39 1154.83 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1174.99 1479.7 L1179.87 1479.7 L1179.87 1485.58 L1174.99 1485.58 L1174.99 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1190.87 1481.64 L1198.51 1481.64 L1198.51 1455.28 L1190.2 1456.95 L1190.2 1452.69 L1198.46 1451.02 L1203.14 1451.02 L1203.14 1481.64 L1210.77 1481.64 L1210.77 1485.58 L1190.87 1485.58 L1190.87 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1230.22 1454.1 Q1226.61 1454.1 1224.78 1457.66 Q1222.97 1461.2 1222.97 1468.33 Q1222.97 1475.44 1224.78 1479.01 Q1226.61 1482.55 1230.22 1482.55 Q1233.85 1482.55 1235.66 1479.01 Q1237.49 1475.44 1237.49 1468.33 Q1237.49 1461.2 1235.66 1457.66 Q1233.85 1454.1 1230.22 1454.1 M1230.22 1450.39 Q1236.03 1450.39 1239.08 1455 Q1242.16 1459.58 1242.16 1468.33 Q1242.16 1477.06 1239.08 1481.67 Q1236.03 1486.25 1230.22 1486.25 Q1224.41 1486.25 1221.33 1481.67 Q1218.27 1477.06 1218.27 1468.33 Q1218.27 1459.58 1221.33 1455 Q1224.41 1450.39 1230.22 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1673.28 1454.1 Q1669.67 1454.1 1667.84 1457.66 Q1666.04 1461.2 1666.04 1468.33 Q1666.04 1475.44 1667.84 1479.01 Q1669.67 1482.55 1673.28 1482.55 Q1676.92 1482.55 1678.72 1479.01 Q1680.55 1475.44 1680.55 1468.33 Q1680.55 1461.2 1678.72 1457.66 Q1676.92 1454.1 1673.28 1454.1 M1673.28 1450.39 Q1679.09 1450.39 1682.15 1455 Q1685.23 1459.58 1685.23 1468.33 Q1685.23 1477.06 1682.15 1481.67 Q1679.09 1486.25 1673.28 1486.25 Q1667.47 1486.25 1664.4 1481.67 Q1661.34 1477.06 1661.34 1468.33 Q1661.34 1459.58 1664.4 1455 Q1667.47 1450.39 1673.28 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1693.45 1479.7 L1698.33 1479.7 L1698.33 1485.58 L1693.45 1485.58 L1693.45 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1709.33 1481.64 L1716.96 1481.64 L1716.96 1455.28 L1708.65 1456.95 L1708.65 1452.69 L1716.92 1451.02 L1721.59 1451.02 L1721.59 1481.64 L1729.23 1481.64 L1729.23 1485.58 L1709.33 1485.58 L1709.33 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1738.72 1451.02 L1757.08 1451.02 L1757.08 1454.96 L1743.01 1454.96 L1743.01 1463.43 Q1744.02 1463.08 1745.04 1462.92 Q1746.06 1462.73 1747.08 1462.73 Q1752.87 1462.73 1756.25 1465.9 Q1759.63 1469.08 1759.63 1474.49 Q1759.63 1480.07 1756.15 1483.17 Q1752.68 1486.25 1746.36 1486.25 Q1744.19 1486.25 1741.92 1485.88 Q1739.67 1485.51 1737.27 1484.77 L1737.27 1480.07 Q1739.35 1481.2 1741.57 1481.76 Q1743.79 1482.32 1746.27 1482.32 Q1750.27 1482.32 1752.61 1480.21 Q1754.95 1478.1 1754.95 1474.49 Q1754.95 1470.88 1752.61 1468.77 Q1750.27 1466.67 1746.27 1466.67 Q1744.4 1466.67 1742.52 1467.08 Q1740.67 1467.5 1738.72 1468.38 L1738.72 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2190.75 1454.1 Q2187.14 1454.1 2185.31 1457.66 Q2183.5 1461.2 2183.5 1468.33 Q2183.5 1475.44 2185.31 1479.01 Q2187.14 1482.55 2190.75 1482.55 Q2194.38 1482.55 2196.19 1479.01 Q2198.02 1475.44 2198.02 1468.33 Q2198.02 1461.2 2196.19 1457.66 Q2194.38 1454.1 2190.75 1454.1 M2190.75 1450.39 Q2196.56 1450.39 2199.61 1455 Q2202.69 1459.58 2202.69 1468.33 Q2202.69 1477.06 2199.61 1481.67 Q2196.56 1486.25 2190.75 1486.25 Q2184.94 1486.25 2181.86 1481.67 Q2178.8 1477.06 2178.8 1468.33 Q2178.8 1459.58 2181.86 1455 Q2184.94 1450.39 2190.75 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2210.91 1479.7 L2215.79 1479.7 L2215.79 1485.58 L2210.91 1485.58 L2210.91 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2230.01 1481.64 L2246.33 1481.64 L2246.33 1485.58 L2224.38 1485.58 L2224.38 1481.64 Q2227.04 1478.89 2231.63 1474.26 Q2236.23 1469.61 2237.41 1468.27 Q2239.66 1465.74 2240.54 1464.01 Q2241.44 1462.25 2241.44 1460.56 Q2241.44 1457.8 2239.5 1456.07 Q2237.58 1454.33 2234.48 1454.33 Q2232.28 1454.33 2229.82 1455.09 Q2227.39 1455.86 2224.61 1457.41 L2224.61 1452.69 Q2227.44 1451.55 2229.89 1450.97 Q2232.35 1450.39 2234.38 1450.39 Q2239.75 1450.39 2242.95 1453.08 Q2246.14 1455.77 2246.14 1460.26 Q2246.14 1462.39 2245.33 1464.31 Q2244.54 1466.2 2242.44 1468.8 Q2241.86 1469.47 2238.76 1472.69 Q2235.66 1475.88 2230.01 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2266.14 1454.1 Q2262.53 1454.1 2260.7 1457.66 Q2258.9 1461.2 2258.9 1468.33 Q2258.9 1475.44 2260.7 1479.01 Q2262.53 1482.55 2266.14 1482.55 Q2269.78 1482.55 2271.58 1479.01 Q2273.41 1475.44 2273.41 1468.33 Q2273.41 1461.2 2271.58 1457.66 Q2269.78 1454.1 2266.14 1454.1 M2266.14 1450.39 Q2271.95 1450.39 2275.01 1455 Q2278.09 1459.58 2278.09 1468.33 Q2278.09 1477.06 2275.01 1481.67 Q2271.95 1486.25 2266.14 1486.25 Q2260.33 1486.25 2257.25 1481.67 Q2254.2 1477.06 2254.2 1468.33 Q2254.2 1459.58 2257.25 1455 Q2260.33 1450.39 2266.14 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1259.9 1564 Q1264.1 1564.03 1266.61 1566.42 Q1269.29 1568.94 1269.29 1572.75 Q1269.29 1576.41 1266.93 1578.96 Q1264.38 1581.73 1259.2 1581.73 Q1259.2 1579.34 1259.2 1576.92 Q1261.39 1577.08 1262.73 1575.68 Q1263.75 1574.57 1263.75 1573.39 Q1263.75 1571.7 1262.73 1570.3 Q1261.74 1568.97 1259.9 1568.97 Q1240.07 1568.97 1240.07 1555.06 Q1240.07 1545.51 1250.67 1542.71 Q1241.75 1541.56 1241.75 1533.29 Q1241.75 1527.02 1248.76 1524.41 L1242.14 1524.41 L1242.14 1518.52 L1267.25 1518.52 L1267.25 1524.41 Q1247.23 1524.41 1247.23 1533.67 Q1247.23 1539.75 1264.03 1540.03 L1264.03 1545.45 Q1245.89 1544.75 1245.96 1555.06 Q1245.99 1563.68 1259.9 1564 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 156.598,1225.1 2352.76,1225.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 156.598,958.887 2352.76,958.887 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 156.598,692.677 2352.76,692.677 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 156.598,426.467 2352.76,426.467 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 156.598,160.256 2352.76,160.256 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,1423.18 156.598,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,1225.1 175.496,1225.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,958.887 175.496,958.887 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,692.677 175.496,692.677 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,426.467 175.496,426.467 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,160.256 175.496,160.256 \n", " \"/>\n", "<path clip-path=\"url(#clip540)\" d=\"M65.0198 1210.9 Q61.4087 1210.9 59.58 1214.46 Q57.7745 1218 57.7745 1225.13 Q57.7745 1232.24 59.58 1235.8 Q61.4087 1239.35 65.0198 1239.35 Q68.6541 1239.35 70.4596 1235.8 Q72.2883 1232.24 72.2883 1225.13 Q72.2883 1218 70.4596 1214.46 Q68.6541 1210.9 65.0198 1210.9 M65.0198 1207.19 Q70.83 1207.19 73.8855 1211.8 Q76.9642 1216.38 76.9642 1225.13 Q76.9642 1233.86 73.8855 1238.47 Q70.83 1243.05 65.0198 1243.05 Q59.2097 1243.05 56.131 1238.47 Q53.0754 1233.86 53.0754 1225.13 Q53.0754 1216.38 56.131 1211.8 Q59.2097 1207.19 65.0198 1207.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M85.1818 1236.5 L90.066 1236.5 L90.066 1242.38 L85.1818 1242.38 L85.1818 1236.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M104.279 1238.44 L120.598 1238.44 L120.598 1242.38 L98.6539 1242.38 L98.6539 1238.44 Q101.316 1235.69 105.899 1231.06 Q110.506 1226.41 111.686 1225.06 Q113.932 1222.54 114.811 1220.8 Q115.714 1219.04 115.714 1217.35 Q115.714 1214.6 113.77 1212.86 Q111.848 1211.13 108.746 1211.13 Q106.547 1211.13 104.094 1211.89 Q101.663 1212.66 98.8854 1214.21 L98.8854 1209.48 Q101.709 1208.35 104.163 1207.77 Q106.617 1207.19 108.654 1207.19 Q114.024 1207.19 117.219 1209.88 Q120.413 1212.56 120.413 1217.05 Q120.413 1219.18 119.603 1221.1 Q118.816 1223 116.709 1225.6 Q116.131 1226.27 113.029 1229.48 Q109.927 1232.68 104.279 1238.44 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M62.9365 944.686 Q59.3254 944.686 57.4967 948.251 Q55.6912 951.792 55.6912 958.922 Q55.6912 966.028 57.4967 969.593 Q59.3254 973.135 62.9365 973.135 Q66.5707 973.135 68.3763 969.593 Q70.205 966.028 70.205 958.922 Q70.205 951.792 68.3763 948.251 Q66.5707 944.686 62.9365 944.686 M62.9365 940.982 Q68.7467 940.982 71.8022 945.589 Q74.8809 950.172 74.8809 958.922 Q74.8809 967.649 71.8022 972.255 Q68.7467 976.839 62.9365 976.839 Q57.1264 976.839 54.0477 972.255 Q50.9921 967.649 50.9921 958.922 Q50.9921 950.172 54.0477 945.589 Q57.1264 940.982 62.9365 940.982 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M83.0984 970.288 L87.9827 970.288 L87.9827 976.167 L83.0984 976.167 L83.0984 970.288 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M111.015 945.681 L99.2095 964.13 L111.015 964.13 L111.015 945.681 M109.788 941.607 L115.668 941.607 L115.668 964.13 L120.598 964.13 L120.598 968.019 L115.668 968.019 L115.668 976.167 L111.015 976.167 L111.015 968.019 L95.4132 968.019 L95.4132 963.505 L109.788 941.607 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M63.2606 678.476 Q59.6495 678.476 57.8208 682.04 Q56.0152 685.582 56.0152 692.712 Q56.0152 699.818 57.8208 703.383 Q59.6495 706.925 63.2606 706.925 Q66.8948 706.925 68.7004 703.383 Q70.5291 699.818 70.5291 692.712 Q70.5291 685.582 68.7004 682.04 Q66.8948 678.476 63.2606 678.476 M63.2606 674.772 Q69.0707 674.772 72.1263 679.378 Q75.205 683.962 75.205 692.712 Q75.205 701.439 72.1263 706.045 Q69.0707 710.628 63.2606 710.628 Q57.4504 710.628 54.3717 706.045 Q51.3162 701.439 51.3162 692.712 Q51.3162 683.962 54.3717 679.378 Q57.4504 674.772 63.2606 674.772 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M83.4225 704.077 L88.3067 704.077 L88.3067 709.957 L83.4225 709.957 L83.4225 704.077 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M109.071 690.814 Q105.922 690.814 104.071 692.966 Q102.242 695.119 102.242 698.869 Q102.242 702.596 104.071 704.772 Q105.922 706.925 109.071 706.925 Q112.219 706.925 114.047 704.772 Q115.899 702.596 115.899 698.869 Q115.899 695.119 114.047 692.966 Q112.219 690.814 109.071 690.814 M118.353 676.161 L118.353 680.42 Q116.594 679.587 114.788 679.147 Q113.006 678.707 111.246 678.707 Q106.617 678.707 104.163 681.832 Q101.733 684.957 101.385 691.277 Q102.751 689.263 104.811 688.198 Q106.871 687.11 109.348 687.11 Q114.557 687.11 117.566 690.281 Q120.598 693.429 120.598 698.869 Q120.598 704.193 117.45 707.411 Q114.302 710.628 109.071 710.628 Q103.075 710.628 99.9039 706.045 Q96.7326 701.439 96.7326 692.712 Q96.7326 684.517 100.621 679.656 Q104.51 674.772 111.061 674.772 Q112.82 674.772 114.603 675.119 Q116.408 675.466 118.353 676.161 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M63.5152 412.265 Q59.9041 412.265 58.0754 415.83 Q56.2699 419.372 56.2699 426.501 Q56.2699 433.608 58.0754 437.173 Q59.9041 440.714 63.5152 440.714 Q67.1494 440.714 68.955 437.173 Q70.7837 433.608 70.7837 426.501 Q70.7837 419.372 68.955 415.83 Q67.1494 412.265 63.5152 412.265 M63.5152 408.562 Q69.3254 408.562 72.3809 413.168 Q75.4596 417.751 75.4596 426.501 Q75.4596 435.228 72.3809 439.835 Q69.3254 444.418 63.5152 444.418 Q57.7051 444.418 54.6264 439.835 Q51.5708 435.228 51.5708 426.501 Q51.5708 417.751 54.6264 413.168 Q57.7051 408.562 63.5152 408.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M83.6771 437.867 L88.5614 437.867 L88.5614 443.747 L83.6771 443.747 L83.6771 437.867 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M108.746 427.335 Q105.413 427.335 103.492 429.117 Q101.594 430.899 101.594 434.024 Q101.594 437.149 103.492 438.932 Q105.413 440.714 108.746 440.714 Q112.08 440.714 114.001 438.932 Q115.922 437.126 115.922 434.024 Q115.922 430.899 114.001 429.117 Q112.103 427.335 108.746 427.335 M104.071 425.344 Q101.061 424.603 99.3715 422.543 Q97.7048 420.483 97.7048 417.52 Q97.7048 413.376 100.645 410.969 Q103.608 408.562 108.746 408.562 Q113.908 408.562 116.848 410.969 Q119.788 413.376 119.788 417.52 Q119.788 420.483 118.098 422.543 Q116.432 424.603 113.445 425.344 Q116.825 426.131 118.7 428.423 Q120.598 430.714 120.598 434.024 Q120.598 439.048 117.52 441.733 Q114.464 444.418 108.746 444.418 Q103.029 444.418 99.9502 441.733 Q96.8947 439.048 96.8947 434.024 Q96.8947 430.714 98.7928 428.423 Q100.691 426.131 104.071 425.344 M102.358 417.96 Q102.358 420.645 104.024 422.15 Q105.714 423.654 108.746 423.654 Q111.756 423.654 113.445 422.15 Q115.158 420.645 115.158 417.96 Q115.158 415.275 113.445 413.77 Q111.756 412.265 108.746 412.265 Q105.714 412.265 104.024 413.77 Q102.358 415.275 102.358 417.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M54.2328 173.601 L61.8717 173.601 L61.8717 147.236 L53.5616 148.902 L53.5616 144.643 L61.8254 142.976 L66.5013 142.976 L66.5013 173.601 L74.1402 173.601 L74.1402 177.536 L54.2328 177.536 L54.2328 173.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M83.5845 171.657 L88.4688 171.657 L88.4688 177.536 L83.5845 177.536 L83.5845 171.657 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M108.654 146.055 Q105.043 146.055 103.214 149.62 Q101.409 153.161 101.409 160.291 Q101.409 167.397 103.214 170.962 Q105.043 174.504 108.654 174.504 Q112.288 174.504 114.094 170.962 Q115.922 167.397 115.922 160.291 Q115.922 153.161 114.094 149.62 Q112.288 146.055 108.654 146.055 M108.654 142.351 Q114.464 142.351 117.52 146.958 Q120.598 151.541 120.598 160.291 Q120.598 169.018 117.52 173.624 Q114.464 178.208 108.654 178.208 Q102.844 178.208 99.765 173.624 Q96.7095 169.018 96.7095 160.291 Q96.7095 151.541 99.765 146.958 Q102.844 142.351 108.654 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M800.307 12.096 L838.548 12.096 L838.548 18.9825 L808.49 18.9825 L808.49 36.8875 L837.292 36.8875 L837.292 43.7741 L808.49 43.7741 L808.49 65.6895 L839.277 65.6895 L839.277 72.576 L800.307 72.576 L800.307 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M882.257 34.0924 L882.257 9.54393 L889.711 9.54393 L889.711 72.576 L882.257 72.576 L882.257 65.7705 Q879.908 69.8214 876.302 71.8063 Q872.738 73.7508 867.714 73.7508 Q859.491 73.7508 854.306 67.1883 Q849.161 60.6258 849.161 49.9314 Q849.161 39.2371 854.306 32.6746 Q859.491 26.1121 867.714 26.1121 Q872.738 26.1121 876.302 28.0971 Q879.908 30.0415 882.257 34.0924 M856.858 49.9314 Q856.858 58.1548 860.22 62.8538 Q863.623 67.5124 869.537 67.5124 Q875.452 67.5124 878.854 62.8538 Q882.257 58.1548 882.257 49.9314 Q882.257 41.7081 878.854 37.0496 Q875.452 32.3505 869.537 32.3505 Q863.623 32.3505 860.22 37.0496 Q856.858 41.7081 856.858 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M934.919 34.0924 L934.919 9.54393 L942.373 9.54393 L942.373 72.576 L934.919 72.576 L934.919 65.7705 Q932.569 69.8214 928.964 71.8063 Q925.399 73.7508 920.376 73.7508 Q912.153 73.7508 906.968 67.1883 Q901.823 60.6258 901.823 49.9314 Q901.823 39.2371 906.968 32.6746 Q912.153 26.1121 920.376 26.1121 Q925.399 26.1121 928.964 28.0971 Q932.569 30.0415 934.919 34.0924 M909.52 49.9314 Q909.52 58.1548 912.882 62.8538 Q916.285 67.5124 922.199 67.5124 Q928.113 67.5124 931.516 62.8538 Q934.919 58.1548 934.919 49.9314 Q934.919 41.7081 931.516 37.0496 Q928.113 32.3505 922.199 32.3505 Q916.285 32.3505 912.882 37.0496 Q909.52 41.7081 909.52 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M976.603 76.7889 Q973.443 84.8907 970.445 87.3618 Q967.448 89.8329 962.425 89.8329 L956.47 89.8329 L956.47 83.5945 L960.845 83.5945 Q963.923 83.5945 965.625 82.1361 Q967.326 80.6778 969.392 75.2496 L970.729 71.8468 L952.378 27.2059 L960.278 27.2059 L974.456 62.6918 L988.634 27.2059 L996.533 27.2059 L976.603 76.7889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1063.05 34.0924 L1063.05 9.54393 L1070.5 9.54393 L1070.5 72.576 L1063.05 72.576 L1063.05 65.7705 Q1060.7 69.8214 1057.09 71.8063 Q1053.53 73.7508 1048.51 73.7508 Q1040.28 73.7508 1035.1 67.1883 Q1029.95 60.6258 1029.95 49.9314 Q1029.95 39.2371 1035.1 32.6746 Q1040.28 26.1121 1048.51 26.1121 Q1053.53 26.1121 1057.09 28.0971 Q1060.7 30.0415 1063.05 34.0924 M1037.65 49.9314 Q1037.65 58.1548 1041.01 62.8538 Q1044.41 67.5124 1050.33 67.5124 Q1056.24 67.5124 1059.65 62.8538 Q1063.05 58.1548 1063.05 49.9314 Q1063.05 41.7081 1059.65 37.0496 Q1056.24 32.3505 1050.33 32.3505 Q1044.41 32.3505 1041.01 37.0496 Q1037.65 41.7081 1037.65 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1085.86 27.2059 L1093.31 27.2059 L1093.31 72.576 L1085.86 72.576 L1085.86 27.2059 M1085.86 9.54393 L1093.31 9.54393 L1093.31 18.9825 L1085.86 18.9825 L1085.86 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1131.87 9.54393 L1131.87 15.7418 L1124.74 15.7418 Q1120.73 15.7418 1119.15 17.3622 Q1117.61 18.9825 1117.61 23.1955 L1117.61 27.2059 L1129.89 27.2059 L1129.89 32.9987 L1117.61 32.9987 L1117.61 72.576 L1110.12 72.576 L1110.12 32.9987 L1102.99 32.9987 L1102.99 27.2059 L1110.12 27.2059 L1110.12 24.0462 Q1110.12 16.471 1113.64 13.0277 Q1117.17 9.54393 1124.83 9.54393 L1131.87 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1161.08 9.54393 L1161.08 15.7418 L1153.95 15.7418 Q1149.94 15.7418 1148.36 17.3622 Q1146.82 18.9825 1146.82 23.1955 L1146.82 27.2059 L1159.1 27.2059 L1159.1 32.9987 L1146.82 32.9987 L1146.82 72.576 L1139.33 72.576 L1139.33 32.9987 L1132.2 32.9987 L1132.2 27.2059 L1139.33 27.2059 L1139.33 24.0462 Q1139.33 16.471 1142.85 13.0277 Q1146.38 9.54393 1154.03 9.54393 L1161.08 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1166.55 54.671 L1166.55 27.2059 L1174 27.2059 L1174 54.3874 Q1174 60.8284 1176.51 64.0691 Q1179.03 67.2693 1184.05 67.2693 Q1190.09 67.2693 1193.57 63.421 Q1197.09 59.5726 1197.09 52.9291 L1197.09 27.2059 L1204.55 27.2059 L1204.55 72.576 L1197.09 72.576 L1197.09 65.6084 Q1194.38 69.7404 1190.77 71.7658 Q1187.21 73.7508 1182.47 73.7508 Q1174.65 73.7508 1170.6 68.8897 Q1166.55 64.0286 1166.55 54.671 M1185.31 26.1121 L1185.31 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1248.82 28.5427 L1248.82 35.5912 Q1245.66 33.9709 1242.26 33.1607 Q1238.86 32.3505 1235.21 32.3505 Q1229.66 32.3505 1226.87 34.0519 Q1224.11 35.7533 1224.11 39.156 Q1224.11 41.7486 1226.1 43.2475 Q1228.08 44.7058 1234.08 46.0426 L1236.63 46.6097 Q1244.57 48.3111 1247.89 51.4303 Q1251.25 54.509 1251.25 60.0587 Q1251.25 66.3781 1246.23 70.0644 Q1241.25 73.7508 1232.5 73.7508 Q1228.85 73.7508 1224.88 73.0216 Q1220.95 72.3329 1216.58 70.9151 L1216.58 63.2184 Q1220.71 65.3654 1224.72 66.4591 Q1228.73 67.5124 1232.66 67.5124 Q1237.93 67.5124 1240.76 65.73 Q1243.6 63.9071 1243.6 60.6258 Q1243.6 57.5877 1241.53 55.9673 Q1239.51 54.3469 1232.58 52.8481 L1229.99 52.2405 Q1223.06 50.7821 1219.98 47.7845 Q1216.9 44.7463 1216.9 39.4801 Q1216.9 33.0797 1221.44 29.5959 Q1225.98 26.1121 1234.32 26.1121 Q1238.45 26.1121 1242.1 26.7198 Q1245.74 27.3274 1248.82 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1263.12 27.2059 L1270.58 27.2059 L1270.58 72.576 L1263.12 72.576 L1263.12 27.2059 M1263.12 9.54393 L1270.58 9.54393 L1270.58 18.9825 L1263.12 18.9825 L1263.12 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1280.83 27.2059 L1288.72 27.2059 L1302.9 65.2844 L1317.08 27.2059 L1324.98 27.2059 L1307.97 72.576 L1297.84 72.576 L1280.83 27.2059 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1335.27 27.2059 L1342.72 27.2059 L1342.72 72.576 L1335.27 72.576 L1335.27 27.2059 M1335.27 9.54393 L1342.72 9.54393 L1342.72 18.9825 L1335.27 18.9825 L1335.27 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1365.69 14.324 L1365.69 27.2059 L1381.05 27.2059 L1381.05 32.9987 L1365.69 32.9987 L1365.69 57.6282 Q1365.69 63.1779 1367.19 64.7578 Q1368.73 66.3376 1373.39 66.3376 L1381.05 66.3376 L1381.05 72.576 L1373.39 72.576 Q1364.76 72.576 1361.48 69.3758 Q1358.2 66.1351 1358.2 57.6282 L1358.2 32.9987 L1352.73 32.9987 L1352.73 27.2059 L1358.2 27.2059 L1358.2 14.324 L1365.69 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1409.73 76.7889 Q1406.57 84.8907 1403.57 87.3618 Q1400.57 89.8329 1395.55 89.8329 L1389.59 89.8329 L1389.59 83.5945 L1393.97 83.5945 Q1397.05 83.5945 1398.75 82.1361 Q1400.45 80.6778 1402.51 75.2496 L1403.85 71.8468 L1385.5 27.2059 L1393.4 27.2059 L1407.58 62.6918 L1421.76 27.2059 L1429.66 27.2059 L1409.73 76.7889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1501.64 35.9153 Q1504.44 30.8922 1508.32 28.5022 Q1512.21 26.1121 1517.48 26.1121 Q1524.57 26.1121 1528.42 31.0947 Q1532.27 36.0368 1532.27 45.1919 L1532.27 72.576 L1524.77 72.576 L1524.77 45.4349 Q1524.77 38.913 1522.46 35.7533 Q1520.15 32.5936 1515.41 32.5936 Q1509.62 32.5936 1506.26 36.4419 Q1502.9 40.2903 1502.9 46.9338 L1502.9 72.576 L1495.4 72.576 L1495.4 45.4349 Q1495.4 38.8725 1493.09 35.7533 Q1490.78 32.5936 1485.96 32.5936 Q1480.25 32.5936 1476.89 36.4824 Q1473.53 40.3308 1473.53 46.9338 L1473.53 72.576 L1466.03 72.576 L1466.03 27.2059 L1473.53 27.2059 L1473.53 34.2544 Q1476.08 30.082 1479.64 28.0971 Q1483.21 26.1121 1488.11 26.1121 Q1493.05 26.1121 1496.5 28.6237 Q1499.98 31.1352 1501.64 35.9153 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1564.71 32.4315 Q1558.72 32.4315 1555.23 37.1306 Q1551.75 41.7891 1551.75 49.9314 Q1551.75 58.0738 1555.19 62.7728 Q1558.68 67.4314 1564.71 67.4314 Q1570.67 67.4314 1574.15 62.7323 Q1577.64 58.0333 1577.64 49.9314 Q1577.64 41.8701 1574.15 37.1711 Q1570.67 32.4315 1564.71 32.4315 M1564.71 26.1121 Q1574.44 26.1121 1579.98 32.4315 Q1585.53 38.7509 1585.53 49.9314 Q1585.53 61.0714 1579.98 67.4314 Q1574.44 73.7508 1564.71 73.7508 Q1554.95 73.7508 1549.4 67.4314 Q1543.89 61.0714 1543.89 49.9314 Q1543.89 38.7509 1549.4 32.4315 Q1554.95 26.1121 1564.71 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1627.75 34.0924 L1627.75 9.54393 L1635.2 9.54393 L1635.2 72.576 L1627.75 72.576 L1627.75 65.7705 Q1625.4 69.8214 1621.79 71.8063 Q1618.23 73.7508 1613.2 73.7508 Q1604.98 73.7508 1599.79 67.1883 Q1594.65 60.6258 1594.65 49.9314 Q1594.65 39.2371 1599.79 32.6746 Q1604.98 26.1121 1613.2 26.1121 Q1618.23 26.1121 1621.79 28.0971 Q1625.4 30.0415 1627.75 34.0924 M1602.35 49.9314 Q1602.35 58.1548 1605.71 62.8538 Q1609.11 67.5124 1615.03 67.5124 Q1620.94 67.5124 1624.34 62.8538 Q1627.75 58.1548 1627.75 49.9314 Q1627.75 41.7081 1624.34 37.0496 Q1620.94 32.3505 1615.03 32.3505 Q1609.11 32.3505 1605.71 37.0496 Q1602.35 41.7081 1602.35 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1689.36 48.0275 L1689.36 51.6733 L1655.09 51.6733 Q1655.57 59.3701 1659.71 63.421 Q1663.88 67.4314 1671.29 67.4314 Q1675.59 67.4314 1679.6 66.3781 Q1683.65 65.3249 1687.62 63.2184 L1687.62 70.267 Q1683.61 71.9684 1679.39 72.8596 Q1675.18 73.7508 1670.85 73.7508 Q1659.99 73.7508 1653.63 67.4314 Q1647.31 61.1119 1647.31 50.3365 Q1647.31 39.1965 1653.31 32.6746 Q1659.34 26.1121 1669.55 26.1121 Q1678.71 26.1121 1684.01 32.0264 Q1689.36 37.9003 1689.36 48.0275 M1681.91 45.84 Q1681.82 39.7232 1678.46 36.0774 Q1675.14 32.4315 1669.63 32.4315 Q1663.39 32.4315 1659.63 35.9558 Q1655.9 39.4801 1655.33 45.8805 L1681.91 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M1701.59 9.54393 L1709.05 9.54393 L1709.05 72.576 L1701.59 72.576 L1701.59 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip542)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,160.256 165.383,160.333 174.167,160.562 182.952,160.943 191.737,161.478 200.521,162.164 209.306,163.001 218.091,163.99 226.875,165.13 235.66,166.419 \n", " 244.445,167.857 253.229,169.444 262.014,171.178 270.798,173.059 279.583,175.085 288.368,177.255 297.152,179.568 305.937,182.022 314.722,184.616 323.506,187.35 \n", " 332.291,190.22 341.075,193.226 349.86,196.366 358.645,199.638 367.429,203.04 376.214,206.571 384.999,210.228 393.783,214.01 402.568,217.914 411.353,221.939 \n", " 420.137,226.082 428.922,230.341 437.706,234.714 446.491,239.199 455.276,243.793 464.06,248.494 472.845,253.3 481.63,258.207 490.414,263.215 499.199,268.32 \n", " 507.983,273.521 516.768,278.813 525.553,284.195 534.337,289.665 543.122,295.22 551.907,300.857 560.691,306.573 569.476,312.367 578.261,318.236 587.045,324.176 \n", " 595.83,330.186 604.614,336.263 613.399,342.405 622.184,348.608 630.968,354.871 639.753,361.19 648.538,367.564 657.322,373.989 666.107,380.464 674.891,386.986 \n", " 683.676,393.552 692.461,400.16 701.245,406.808 710.03,413.493 718.815,420.213 727.599,426.966 736.384,433.748 745.168,440.56 753.953,447.396 762.738,454.257 \n", " 771.522,461.139 780.307,468.041 789.092,474.96 797.876,481.894 806.661,488.841 815.446,495.8 824.23,502.768 833.015,509.744 841.799,516.725 850.584,523.71 \n", " 859.369,530.697 868.153,537.684 876.938,544.669 885.723,551.652 894.507,558.629 903.292,565.6 912.076,572.564 920.861,579.518 929.646,586.461 938.43,593.391 \n", " 947.215,600.308 956,607.21 964.784,614.095 973.569,620.963 982.354,627.812 991.138,634.641 999.923,641.448 1008.71,648.233 1017.49,654.995 1026.28,661.732 \n", " 1035.06,668.444 1043.85,675.129 1052.63,681.787 1061.42,688.416 1070.2,695.016 1078.98,701.586 1087.77,708.126 1096.55,714.633 1105.34,721.109 1114.12,727.551 \n", " 1122.91,733.96 1131.69,740.334 1140.48,746.673 1149.26,752.977 1158.05,759.244 1166.83,765.475 1175.62,771.669 1184.4,777.825 1193.18,783.944 1201.97,790.023 \n", " 1210.75,796.064 1219.54,802.066 1228.32,808.028 1237.11,813.95 1245.89,819.832 1254.68,825.674 1263.46,831.475 1272.25,837.235 1281.03,842.954 1289.82,848.631 \n", " 1298.6,854.267 1307.38,859.861 1316.17,865.414 1324.95,870.924 1333.74,876.393 1342.52,881.82 1351.31,887.204 1360.09,892.546 1368.88,897.846 1377.66,903.104 \n", " 1386.45,908.32 1395.23,913.493 1404.02,918.624 1412.8,923.713 1421.59,928.76 1430.37,933.764 1439.15,938.727 1447.94,943.648 1456.72,948.527 1465.51,953.364 \n", " 1474.29,958.16 1483.08,962.914 1491.86,967.627 1500.65,972.298 1509.43,976.929 1518.22,981.519 1527,986.068 1535.79,990.576 1544.57,995.044 1553.35,999.472 \n", " 1562.14,1003.86 1570.92,1008.21 1579.71,1012.52 1588.49,1016.79 1597.28,1021.02 1606.06,1025.21 1614.85,1029.36 1623.63,1033.47 1632.42,1037.55 1641.2,1041.59 \n", " 1649.99,1045.58 1658.77,1049.55 1667.55,1053.47 1676.34,1057.36 1685.12,1061.21 1693.91,1065.03 1702.69,1068.8 1711.48,1072.55 1720.26,1076.25 1729.05,1079.92 \n", " 1737.83,1083.56 1746.62,1087.16 1755.4,1090.73 1764.19,1094.26 1772.97,1097.76 1781.75,1101.22 1790.54,1104.65 1799.32,1108.05 1808.11,1111.41 1816.89,1114.74 \n", " 1825.68,1118.04 1834.46,1121.31 1843.25,1124.54 1852.03,1127.74 1860.82,1130.92 1869.6,1134.06 1878.39,1137.17 1887.17,1140.24 1895.96,1143.29 1904.74,1146.31 \n", " 1913.52,1149.3 1922.31,1152.26 1931.09,1155.19 1939.88,1158.09 1948.66,1160.96 1957.45,1163.81 1966.23,1166.63 1975.02,1169.41 1983.8,1172.17 1992.59,1174.91 \n", " 2001.37,1177.61 2010.16,1180.29 2018.94,1182.95 2027.72,1185.57 2036.51,1188.17 2045.29,1190.75 2054.08,1193.3 2062.86,1195.82 2071.65,1198.32 2080.43,1200.8 \n", " 2089.22,1203.25 2098,1205.67 2106.79,1208.07 2115.57,1210.45 2124.36,1212.8 2133.14,1215.14 2141.92,1217.44 2150.71,1219.73 2159.49,1221.99 2168.28,1224.23 \n", " 2177.06,1226.45 2185.85,1228.64 2194.63,1230.82 2203.42,1232.97 2212.2,1235.1 2220.99,1237.21 2229.77,1239.3 2238.56,1241.37 2247.34,1243.42 2256.12,1245.45 \n", " 2264.91,1247.46 2273.69,1249.44 2282.48,1251.41 2291.26,1253.36 2300.05,1255.29 2308.83,1257.21 2317.62,1259.1 2326.4,1260.97 2335.19,1262.83 2343.97,1264.67 \n", " 2352.76,1266.49 \n", " \"/>\n", "<polyline clip-path=\"url(#clip542)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 156.598,160.256 165.383,160.365 174.167,160.693 182.952,161.238 191.737,162.001 200.521,162.98 209.306,164.176 218.091,165.587 226.875,167.213 235.66,169.051 \n", " 244.445,171.102 253.229,173.362 262.014,175.832 270.798,178.508 279.583,181.389 288.368,184.473 297.152,187.758 305.937,191.241 314.722,194.92 323.506,198.792 \n", " 332.291,202.854 341.075,207.105 349.86,211.54 358.645,216.157 367.429,220.952 376.214,225.923 384.999,231.066 393.783,236.377 402.568,241.853 411.353,247.491 \n", " 420.137,253.287 428.922,259.236 437.706,265.335 446.491,271.581 455.276,277.969 464.06,284.496 472.845,291.157 481.63,297.948 490.414,304.866 499.199,311.905 \n", " 507.983,319.062 516.768,326.334 525.553,333.714 534.337,341.201 543.122,348.788 551.907,356.472 560.691,364.249 569.476,372.115 578.261,380.065 587.045,388.096 \n", " 595.83,396.202 604.614,404.381 613.399,412.628 622.184,420.938 630.968,429.309 639.753,437.735 648.538,446.213 657.322,454.74 666.107,463.31 674.891,471.921 \n", " 683.676,480.569 692.461,489.249 701.245,497.96 710.03,506.695 718.815,515.453 727.599,524.23 736.384,533.023 745.168,541.827 753.953,550.641 762.738,559.46 \n", " 771.522,568.282 780.307,577.103 789.092,585.921 797.876,594.732 806.661,603.535 815.446,612.325 824.23,621.101 833.015,629.86 841.799,638.6 850.584,647.317 \n", " 859.369,656.009 868.153,664.675 876.938,673.312 885.723,681.918 894.507,690.49 903.292,699.027 912.076,707.527 920.861,715.988 929.646,724.409 938.43,732.786 \n", " 947.215,741.12 956,749.407 964.784,757.648 973.569,765.84 982.354,773.981 991.138,782.072 999.923,790.109 1008.71,798.093 1017.49,806.022 1026.28,813.895 \n", " 1035.06,821.71 1043.85,829.468 1052.63,837.167 1061.42,844.807 1070.2,852.385 1078.98,859.903 1087.77,867.359 1096.55,874.752 1105.34,882.083 1114.12,889.349 \n", " 1122.91,896.552 1131.69,903.69 1140.48,910.763 1149.26,917.772 1158.05,924.714 1166.83,931.591 1175.62,938.402 1184.4,945.146 1193.18,951.825 1201.97,958.436 \n", " 1210.75,964.982 1219.54,971.46 1228.32,977.872 1237.11,984.218 1245.89,990.497 1254.68,996.709 1263.46,1002.86 1272.25,1008.94 1281.03,1014.95 1289.82,1020.9 \n", " 1298.6,1026.78 1307.38,1032.6 1316.17,1038.35 1324.95,1044.03 1333.74,1049.66 1342.52,1055.21 1351.31,1060.71 1360.09,1066.14 1368.88,1071.5 1377.66,1076.8 \n", " 1386.45,1082.05 1395.23,1087.22 1404.02,1092.34 1412.8,1097.4 1421.59,1102.39 1430.37,1107.32 1439.15,1112.2 1447.94,1117.01 1456.72,1121.76 1465.51,1126.46 \n", " 1474.29,1131.1 1483.08,1135.68 1491.86,1140.2 1500.65,1144.67 1509.43,1149.08 1518.22,1153.43 1527,1157.73 1535.79,1161.97 1544.57,1166.16 1553.35,1170.3 \n", " 1562.14,1174.38 1570.92,1178.41 1579.71,1182.39 1588.49,1186.32 1597.28,1190.2 1606.06,1194.02 1614.85,1197.8 1623.63,1201.52 1632.42,1205.2 1641.2,1208.83 \n", " 1649.99,1212.41 1658.77,1215.95 1667.55,1219.44 1676.34,1222.88 1685.12,1226.28 1693.91,1229.63 1702.69,1232.94 1711.48,1236.2 1720.26,1239.42 1729.05,1242.59 \n", " 1737.83,1245.73 1746.62,1248.82 1755.4,1251.87 1764.19,1254.88 1772.97,1257.85 1781.75,1260.78 1790.54,1263.67 1799.32,1266.52 1808.11,1269.34 1816.89,1272.11 \n", " 1825.68,1274.85 1834.46,1277.55 1843.25,1280.22 1852.03,1282.84 1860.82,1285.44 1869.6,1287.99 1878.39,1290.52 1887.17,1293.01 1895.96,1295.46 1904.74,1297.89 \n", " 1913.52,1300.27 1922.31,1302.63 1931.09,1304.96 1939.88,1307.25 1948.66,1309.51 1957.45,1311.75 1966.23,1313.95 1975.02,1316.12 1983.8,1318.26 1992.59,1320.37 \n", " 2001.37,1322.46 2010.16,1324.52 2018.94,1326.55 2027.72,1328.55 2036.51,1330.52 2045.29,1332.47 2054.08,1334.39 2062.86,1336.28 2071.65,1338.15 2080.43,1340 \n", " 2089.22,1341.82 2098,1343.61 2106.79,1345.38 2115.57,1347.13 2124.36,1348.85 2133.14,1350.55 2141.92,1352.23 2150.71,1353.89 2159.49,1355.52 2168.28,1357.13 \n", " 2177.06,1358.72 2185.85,1360.29 2194.63,1361.83 2203.42,1363.36 2212.2,1364.86 2220.99,1366.35 2229.77,1367.81 2238.56,1369.26 2247.34,1370.69 2256.12,1372.09 \n", " 2264.91,1373.48 2273.69,1374.85 2282.48,1376.2 2291.26,1377.54 2300.05,1378.85 2308.83,1380.15 2317.62,1381.44 2326.4,1382.7 2335.19,1383.95 2343.97,1385.18 \n", " 2352.76,1386.4 \n", " \"/>\n", "<path clip-path=\"url(#clip540)\" d=\"\n", "M1948.7 322.316 L2279.55 322.316 L2279.55 166.796 L1948.7 166.796 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1948.7,322.316 2279.55,322.316 2279.55,166.796 1948.7,166.796 1948.7,322.316 \n", " \"/>\n", "<polyline clip-path=\"url(#clip540)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1973.11,218.636 2119.52,218.636 \n", " \"/>\n", "<path clip-path=\"url(#clip540)\" d=\"M2162.83 222.652 Q2162.83 218.022 2160.91 215.476 Q2159.01 212.93 2155.56 212.93 Q2152.14 212.93 2150.22 215.476 Q2148.32 218.022 2148.32 222.652 Q2148.32 227.258 2150.22 229.805 Q2152.14 232.351 2155.56 232.351 Q2159.01 232.351 2160.91 229.805 Q2162.83 227.258 2162.83 222.652 M2167.09 232.698 Q2167.09 239.318 2164.15 242.536 Q2161.21 245.777 2155.15 245.777 Q2152.9 245.777 2150.91 245.43 Q2148.92 245.105 2147.04 244.411 L2147.04 240.268 Q2148.92 241.286 2150.75 241.772 Q2152.58 242.258 2154.47 242.258 Q2158.66 242.258 2160.75 240.059 Q2162.83 237.883 2162.83 233.462 L2162.83 231.356 Q2161.51 233.647 2159.45 234.781 Q2157.39 235.916 2154.52 235.916 Q2149.75 235.916 2146.84 232.281 Q2143.92 228.647 2143.92 222.652 Q2143.92 216.633 2146.84 212.999 Q2149.75 209.365 2154.52 209.365 Q2157.39 209.365 2159.45 210.499 Q2161.51 211.633 2162.83 213.925 L2162.83 209.99 L2167.09 209.99 L2167.09 232.698 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2186.09 199.944 Q2182.99 205.268 2181.49 210.476 Q2179.98 215.684 2179.98 221.032 Q2179.98 226.379 2181.49 231.633 Q2183.02 236.865 2186.09 242.166 L2182.39 242.166 Q2178.92 236.726 2177.18 231.471 Q2175.47 226.217 2175.47 221.032 Q2175.47 215.87 2177.18 210.638 Q2178.9 205.407 2182.39 199.944 L2186.09 199.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2206.79 232.976 Q2209.84 232.999 2211.67 234.735 Q2213.62 236.564 2213.62 239.342 Q2213.62 242.004 2211.9 243.855 Q2210.05 245.869 2206.28 245.869 Q2206.28 244.133 2206.28 242.374 Q2207.88 242.49 2208.85 241.471 Q2209.59 240.661 2209.59 239.805 Q2209.59 238.578 2208.85 237.559 Q2208.13 236.587 2206.79 236.587 Q2192.37 236.587 2192.37 226.471 Q2192.37 219.527 2200.08 217.49 Q2193.59 216.657 2193.59 210.638 Q2193.59 206.078 2198.69 204.18 L2193.87 204.18 L2193.87 199.897 L2212.14 199.897 L2212.14 204.18 Q2197.58 204.18 2197.58 210.916 Q2197.58 215.337 2209.8 215.545 L2209.8 219.481 Q2196.6 218.971 2196.65 226.471 Q2196.67 232.744 2206.79 232.976 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2220.12 199.944 L2223.83 199.944 Q2227.3 205.407 2229.01 210.638 Q2230.75 215.87 2230.75 221.032 Q2230.75 226.217 2229.01 231.471 Q2227.3 236.726 2223.83 242.166 L2220.12 242.166 Q2223.2 236.865 2224.71 231.633 Q2226.23 226.379 2226.23 221.032 Q2226.23 215.684 2224.71 210.476 Q2223.2 205.268 2220.12 199.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip540)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1973.11,270.476 2119.52,270.476 \n", " \"/>\n", "<path clip-path=\"url(#clip540)\" d=\"M2160.42 251.737 L2160.42 255.279 L2156.35 255.279 Q2154.06 255.279 2153.15 256.205 Q2152.28 257.131 2152.28 259.538 L2152.28 261.83 L2159.29 261.83 L2159.29 265.14 L2152.28 265.14 L2152.28 287.756 L2147.99 287.756 L2147.99 265.14 L2143.92 265.14 L2143.92 261.83 L2147.99 261.83 L2147.99 260.024 Q2147.99 255.696 2150.01 253.728 Q2152.02 251.737 2156.4 251.737 L2160.42 251.737 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2174.22 251.784 Q2171.12 257.108 2169.61 262.316 Q2168.11 267.524 2168.11 272.872 Q2168.11 278.219 2169.61 283.473 Q2171.14 288.705 2174.22 294.006 L2170.52 294.006 Q2167.04 288.566 2165.31 283.311 Q2163.59 278.057 2163.59 272.872 Q2163.59 267.71 2165.31 262.478 Q2167.02 257.247 2170.52 251.784 L2174.22 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2194.91 284.816 Q2197.97 284.839 2199.8 286.575 Q2201.74 288.404 2201.74 291.182 Q2201.74 293.844 2200.03 295.695 Q2198.18 297.709 2194.4 297.709 Q2194.4 295.973 2194.4 294.214 Q2196 294.33 2196.97 293.311 Q2197.71 292.501 2197.71 291.645 Q2197.71 290.418 2196.97 289.399 Q2196.26 288.427 2194.91 288.427 Q2180.49 288.427 2180.49 278.311 Q2180.49 271.367 2188.2 269.33 Q2181.72 268.497 2181.72 262.478 Q2181.72 257.918 2186.81 256.02 L2182 256.02 L2182 251.737 L2200.26 251.737 L2200.26 256.02 Q2185.7 256.02 2185.7 262.756 Q2185.7 267.177 2197.92 267.385 L2197.92 271.321 Q2184.73 270.811 2184.78 278.311 Q2184.8 284.584 2194.91 284.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M2208.25 251.784 L2211.95 251.784 Q2215.42 257.247 2217.14 262.478 Q2218.87 267.71 2218.87 272.872 Q2218.87 278.057 2217.14 283.311 Q2215.42 288.566 2211.95 294.006 L2208.25 294.006 Q2211.33 288.705 2212.83 283.473 Q2214.36 278.219 2214.36 272.872 Q2214.36 267.524 2212.83 262.316 Q2211.33 257.108 2208.25 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n" ] }, "execution_count": 5, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#hide\n", "\n", "let\n", "\n", "if !isdefined(Main, :plot)\n", " using Plots:plot, plot!\n", "end\n", " \n", "f(ξ; C₂=15.1) = ( 1 + (C₂*ξ/2)^2 )^-2\n", "g(ξ, Sc=0.7) = f(ξ)^Sc\n", "\n", "b_half = 0.0848\n", "rbs = 0.0:0.01:2.5\n", "ξs = b_half*collect(rbs)\n", " \n", "plot(ξs, g.(ξs), lab=\"g(ξ)\", xlabel=\"ξ\", xlim=(0,2.5*b_half))\n", "plot!(ξs, f.(ξs), lab=\"f(ξ)\")\n", "plot!(title=\"Eddy diffusivity model\")\n", " \n", "end" ] }, { "cell_type": "markdown", "id": "4b024e62-d42d-4f5b-a75a-3076d7b52632", "metadata": {}, "source": [ "### Gaussian models\n", "\n", "The [standard Gaussian model](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#empirical-velocity-profiles) was defined as\n", "\n", "$$ f\\left(\\xi\\right) = \\exp \\left( -c \\xi^2 \\right) $$\n", "\n", "where the constant *c* (note: not the concentration) was found to be\n", "\n", "$$ c = \\log{2} \\left(z \\over b_{1/2}\\right)^2 = \\log{2} \\left(1 \\over \\beta\\right)^2 $$\n", "\n", "where I am introducing the constant *β* to represent the spreading constant (i.e. the ratio of *b* to *z*) mostly to cut down on all the constants I call *c* given that I am also using *c* to represent concentrations.\n", "\n", "We can then write the velocity distribution as\n", "\n", "$$ f\\left(\\xi\\right) = \\exp \\left( -c \\xi^2 \\right) = \\exp \\left( -\\log{2} \\left(\\xi \\over \\beta\\right)^2 \\right) = exp^{- \\log 2 \\left(\\xi \\over \\beta\\right)^2}$$\n", "\n", "The concentration distribution is similarly defined empirically in terms of a half-width, $b_{1/2,c}$ and entirely analogously we end up with a distribution\n", "\n", "$$ g\\left(\\xi\\right) = exp^{-\\log 2 \\left(\\xi \\over \\beta_c\\right)^2}$$\n", "\n", "where *β<sub>c</sub>* is the spreading constant for the concentration profile. But it's fairly easy to see that this is equivalent to\n", "\n", "$$ g\\left(\\xi\\right) = exp^{-\\log 2 \\left(\\xi \\over \\beta\\right)^2 \\left(\\beta \\over \\beta_c\\right)^2} = f\\left(\\xi\\right)^{\\left(\\beta \\over \\beta_c\\right)^2} $$\n", "\n", "or\n", "\n", "$$ {c_A \\over c_{A,max}} = \\left({\\bar{v}_z \\over \\bar{v}_{z,max}}\\right)^{\\left(\\beta \\over \\beta_c\\right)^2} $$\n", "\n", "**Note:** we can argue, in a manner analogous to the Prandtl mixing length theory, that the eddy viscosity is proportional to the characteristic length squared, and similarly for the eddy diffusivity and thus the turbulent [Schmidt number](https://en.wikipedia.org/wiki/Schmidt_number) is then $\\mathrm{Sc} = {\\varepsilon \\over \\mathscr{D}_{AB} } = \\left( b_{1/2} \\over b_{1/2,c} \\right)^2 = \\left( \\beta \\over \\beta_c \\right)^2$, thus making the final result ${c_A \\over c_{A,max}} = \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Sc}$." ] }, { "cell_type": "code", "execution_count": 6, "id": "970f43b1-cca1-4ac8-86cd-3c43de48e9d9", "metadata": { "jupyter": { "source_hidden": true }, "tags": [] }, "outputs": [ { "data": { "image/svg+xml": [ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<defs>\n", " <clipPath id=\"clip580\">\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip580)\" d=\"\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip581\">\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip580)\" d=\"\n", "M186.274 1423.18 L2352.76 1423.18 L2352.76 123.472 L186.274 123.472 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip582\">\n", " <rect x=\"186\" y=\"123\" width=\"2167\" height=\"1301\"/>\n", " </clipPath>\n", "</defs>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 697.237,1423.18 697.237,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1208.2,1423.18 1208.2,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1719.16,1423.18 1719.16,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 2230.12,1423.18 2230.12,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 2352.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 697.237,1423.18 697.237,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1208.2,1423.18 1208.2,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1719.16,1423.18 1719.16,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2230.12,1423.18 2230.12,1404.28 \n", " \"/>\n", "<path clip-path=\"url(#clip580)\" d=\"M148.577 1454.1 Q144.966 1454.1 143.138 1457.66 Q141.332 1461.2 141.332 1468.33 Q141.332 1475.44 143.138 1479.01 Q144.966 1482.55 148.577 1482.55 Q152.212 1482.55 154.017 1479.01 Q155.846 1475.44 155.846 1468.33 Q155.846 1461.2 154.017 1457.66 Q152.212 1454.1 148.577 1454.1 M148.577 1450.39 Q154.388 1450.39 157.443 1455 Q160.522 1459.58 160.522 1468.33 Q160.522 1477.06 157.443 1481.67 Q154.388 1486.25 148.577 1486.25 Q142.767 1486.25 139.689 1481.67 Q136.633 1477.06 136.633 1468.33 Q136.633 1459.58 139.689 1455 Q142.767 1450.39 148.577 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M168.739 1479.7 L173.624 1479.7 L173.624 1485.58 L168.739 1485.58 L168.739 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M193.809 1454.1 Q190.198 1454.1 188.369 1457.66 Q186.563 1461.2 186.563 1468.33 Q186.563 1475.44 188.369 1479.01 Q190.198 1482.55 193.809 1482.55 Q197.443 1482.55 199.248 1479.01 Q201.077 1475.44 201.077 1468.33 Q201.077 1461.2 199.248 1457.66 Q197.443 1454.1 193.809 1454.1 M193.809 1450.39 Q199.619 1450.39 202.674 1455 Q205.753 1459.58 205.753 1468.33 Q205.753 1477.06 202.674 1481.67 Q199.619 1486.25 193.809 1486.25 Q187.999 1486.25 184.92 1481.67 Q181.864 1477.06 181.864 1468.33 Q181.864 1459.58 184.92 1455 Q187.999 1450.39 193.809 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M223.971 1454.1 Q220.359 1454.1 218.531 1457.66 Q216.725 1461.2 216.725 1468.33 Q216.725 1475.44 218.531 1479.01 Q220.359 1482.55 223.971 1482.55 Q227.605 1482.55 229.41 1479.01 Q231.239 1475.44 231.239 1468.33 Q231.239 1461.2 229.41 1457.66 Q227.605 1454.1 223.971 1454.1 M223.971 1450.39 Q229.781 1450.39 232.836 1455 Q235.915 1459.58 235.915 1468.33 Q235.915 1477.06 232.836 1481.67 Q229.781 1486.25 223.971 1486.25 Q218.16 1486.25 215.082 1481.67 Q212.026 1477.06 212.026 1468.33 Q212.026 1459.58 215.082 1455 Q218.16 1450.39 223.971 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M660.038 1454.1 Q656.427 1454.1 654.598 1457.66 Q652.793 1461.2 652.793 1468.33 Q652.793 1475.44 654.598 1479.01 Q656.427 1482.55 660.038 1482.55 Q663.672 1482.55 665.478 1479.01 Q667.306 1475.44 667.306 1468.33 Q667.306 1461.2 665.478 1457.66 Q663.672 1454.1 660.038 1454.1 M660.038 1450.39 Q665.848 1450.39 668.904 1455 Q671.982 1459.58 671.982 1468.33 Q671.982 1477.06 668.904 1481.67 Q665.848 1486.25 660.038 1486.25 Q654.228 1486.25 651.149 1481.67 Q648.093 1477.06 648.093 1468.33 Q648.093 1459.58 651.149 1455 Q654.228 1450.39 660.038 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M680.2 1479.7 L685.084 1479.7 L685.084 1485.58 L680.2 1485.58 L680.2 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M705.269 1454.1 Q701.658 1454.1 699.829 1457.66 Q698.024 1461.2 698.024 1468.33 Q698.024 1475.44 699.829 1479.01 Q701.658 1482.55 705.269 1482.55 Q708.903 1482.55 710.709 1479.01 Q712.538 1475.44 712.538 1468.33 Q712.538 1461.2 710.709 1457.66 Q708.903 1454.1 705.269 1454.1 M705.269 1450.39 Q711.079 1450.39 714.135 1455 Q717.213 1459.58 717.213 1468.33 Q717.213 1477.06 714.135 1481.67 Q711.079 1486.25 705.269 1486.25 Q699.459 1486.25 696.38 1481.67 Q693.325 1477.06 693.325 1468.33 Q693.325 1459.58 696.38 1455 Q699.459 1450.39 705.269 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M725.477 1451.02 L743.834 1451.02 L743.834 1454.96 L729.76 1454.96 L729.76 1463.43 Q730.778 1463.08 731.797 1462.92 Q732.815 1462.73 733.834 1462.73 Q739.621 1462.73 743 1465.9 Q746.38 1469.08 746.38 1474.49 Q746.38 1480.07 742.908 1483.17 Q739.436 1486.25 733.116 1486.25 Q730.94 1486.25 728.672 1485.88 Q726.426 1485.51 724.019 1484.77 L724.019 1480.07 Q726.102 1481.2 728.325 1481.76 Q730.547 1482.32 733.024 1482.32 Q737.028 1482.32 739.366 1480.21 Q741.704 1478.1 741.704 1474.49 Q741.704 1470.88 739.366 1468.77 Q737.028 1466.67 733.024 1466.67 Q731.149 1466.67 729.274 1467.08 Q727.422 1467.5 725.477 1468.38 L725.477 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1170.5 1454.1 Q1166.89 1454.1 1165.06 1457.66 Q1163.26 1461.2 1163.26 1468.33 Q1163.26 1475.44 1165.06 1479.01 Q1166.89 1482.55 1170.5 1482.55 Q1174.14 1482.55 1175.94 1479.01 Q1177.77 1475.44 1177.77 1468.33 Q1177.77 1461.2 1175.94 1457.66 Q1174.14 1454.1 1170.5 1454.1 M1170.5 1450.39 Q1176.31 1450.39 1179.37 1455 Q1182.45 1459.58 1182.45 1468.33 Q1182.45 1477.06 1179.37 1481.67 Q1176.31 1486.25 1170.5 1486.25 Q1164.69 1486.25 1161.61 1481.67 Q1158.56 1477.06 1158.56 1468.33 Q1158.56 1459.58 1161.61 1455 Q1164.69 1450.39 1170.5 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1190.66 1479.7 L1195.55 1479.7 L1195.55 1485.58 L1190.66 1485.58 L1190.66 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1206.54 1481.64 L1214.18 1481.64 L1214.18 1455.28 L1205.87 1456.95 L1205.87 1452.69 L1214.14 1451.02 L1218.81 1451.02 L1218.81 1481.64 L1226.45 1481.64 L1226.45 1485.58 L1206.54 1485.58 L1206.54 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1245.9 1454.1 Q1242.28 1454.1 1240.46 1457.66 Q1238.65 1461.2 1238.65 1468.33 Q1238.65 1475.44 1240.46 1479.01 Q1242.28 1482.55 1245.9 1482.55 Q1249.53 1482.55 1251.34 1479.01 Q1253.16 1475.44 1253.16 1468.33 Q1253.16 1461.2 1251.34 1457.66 Q1249.53 1454.1 1245.9 1454.1 M1245.9 1450.39 Q1251.71 1450.39 1254.76 1455 Q1257.84 1459.58 1257.84 1468.33 Q1257.84 1477.06 1254.76 1481.67 Q1251.71 1486.25 1245.9 1486.25 Q1240.09 1486.25 1237.01 1481.67 Q1233.95 1477.06 1233.95 1468.33 Q1233.95 1459.58 1237.01 1455 Q1240.09 1450.39 1245.9 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1681.96 1454.1 Q1678.35 1454.1 1676.52 1457.66 Q1674.72 1461.2 1674.72 1468.33 Q1674.72 1475.44 1676.52 1479.01 Q1678.35 1482.55 1681.96 1482.55 Q1685.6 1482.55 1687.4 1479.01 Q1689.23 1475.44 1689.23 1468.33 Q1689.23 1461.2 1687.4 1457.66 Q1685.6 1454.1 1681.96 1454.1 M1681.96 1450.39 Q1687.77 1450.39 1690.83 1455 Q1693.91 1459.58 1693.91 1468.33 Q1693.91 1477.06 1690.83 1481.67 Q1687.77 1486.25 1681.96 1486.25 Q1676.15 1486.25 1673.07 1481.67 Q1670.02 1477.06 1670.02 1468.33 Q1670.02 1459.58 1673.07 1455 Q1676.15 1450.39 1681.96 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1702.13 1479.7 L1707.01 1479.7 L1707.01 1485.58 L1702.13 1485.58 L1702.13 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1718 1481.64 L1725.64 1481.64 L1725.64 1455.28 L1717.33 1456.95 L1717.33 1452.69 L1725.6 1451.02 L1730.27 1451.02 L1730.27 1481.64 L1737.91 1481.64 L1737.91 1485.58 L1718 1485.58 L1718 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1747.4 1451.02 L1765.76 1451.02 L1765.76 1454.96 L1751.69 1454.96 L1751.69 1463.43 Q1752.7 1463.08 1753.72 1462.92 Q1754.74 1462.73 1755.76 1462.73 Q1761.55 1462.73 1764.93 1465.9 Q1768.31 1469.08 1768.31 1474.49 Q1768.31 1480.07 1764.83 1483.17 Q1761.36 1486.25 1755.04 1486.25 Q1752.87 1486.25 1750.6 1485.88 Q1748.35 1485.51 1745.94 1484.77 L1745.94 1480.07 Q1748.03 1481.2 1750.25 1481.76 Q1752.47 1482.32 1754.95 1482.32 Q1758.95 1482.32 1761.29 1480.21 Q1763.63 1478.1 1763.63 1474.49 Q1763.63 1470.88 1761.29 1468.77 Q1758.95 1466.67 1754.95 1466.67 Q1753.07 1466.67 1751.2 1467.08 Q1749.35 1467.5 1747.4 1468.38 L1747.4 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2192.43 1454.1 Q2188.82 1454.1 2186.99 1457.66 Q2185.18 1461.2 2185.18 1468.33 Q2185.18 1475.44 2186.99 1479.01 Q2188.82 1482.55 2192.43 1482.55 Q2196.06 1482.55 2197.87 1479.01 Q2199.7 1475.44 2199.7 1468.33 Q2199.7 1461.2 2197.87 1457.66 Q2196.06 1454.1 2192.43 1454.1 M2192.43 1450.39 Q2198.24 1450.39 2201.29 1455 Q2204.37 1459.58 2204.37 1468.33 Q2204.37 1477.06 2201.29 1481.67 Q2198.24 1486.25 2192.43 1486.25 Q2186.62 1486.25 2183.54 1481.67 Q2180.48 1477.06 2180.48 1468.33 Q2180.48 1459.58 2183.54 1455 Q2186.62 1450.39 2192.43 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2212.59 1479.7 L2217.47 1479.7 L2217.47 1485.58 L2212.59 1485.58 L2212.59 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2231.69 1481.64 L2248.01 1481.64 L2248.01 1485.58 L2226.06 1485.58 L2226.06 1481.64 Q2228.72 1478.89 2233.31 1474.26 Q2237.91 1469.61 2239.09 1468.27 Q2241.34 1465.74 2242.22 1464.01 Q2243.12 1462.25 2243.12 1460.56 Q2243.12 1457.8 2241.18 1456.07 Q2239.26 1454.33 2236.15 1454.33 Q2233.96 1454.33 2231.5 1455.09 Q2229.07 1455.86 2226.29 1457.41 L2226.29 1452.69 Q2229.12 1451.55 2231.57 1450.97 Q2234.03 1450.39 2236.06 1450.39 Q2241.43 1450.39 2244.63 1453.08 Q2247.82 1455.77 2247.82 1460.26 Q2247.82 1462.39 2247.01 1464.31 Q2246.22 1466.2 2244.12 1468.8 Q2243.54 1469.47 2240.44 1472.69 Q2237.34 1475.88 2231.69 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2267.82 1454.1 Q2264.21 1454.1 2262.38 1457.66 Q2260.58 1461.2 2260.58 1468.33 Q2260.58 1475.44 2262.38 1479.01 Q2264.21 1482.55 2267.82 1482.55 Q2271.46 1482.55 2273.26 1479.01 Q2275.09 1475.44 2275.09 1468.33 Q2275.09 1461.2 2273.26 1457.66 Q2271.46 1454.1 2267.82 1454.1 M2267.82 1450.39 Q2273.63 1450.39 2276.69 1455 Q2279.77 1459.58 2279.77 1468.33 Q2279.77 1477.06 2276.69 1481.67 Q2273.63 1486.25 2267.82 1486.25 Q2262.01 1486.25 2258.93 1481.67 Q2255.88 1477.06 2255.88 1468.33 Q2255.88 1459.58 2258.93 1455 Q2262.01 1450.39 2267.82 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1274.73 1564 Q1278.94 1564.03 1281.45 1566.42 Q1284.12 1568.94 1284.12 1572.75 Q1284.12 1576.41 1281.77 1578.96 Q1279.22 1581.73 1274.03 1581.73 Q1274.03 1579.34 1274.03 1576.92 Q1276.23 1577.08 1277.57 1575.68 Q1278.59 1574.57 1278.59 1573.39 Q1278.59 1571.7 1277.57 1570.3 Q1276.58 1568.97 1274.73 1568.97 Q1254.91 1568.97 1254.91 1555.06 Q1254.91 1545.51 1265.5 1542.71 Q1256.59 1541.56 1256.59 1533.29 Q1256.59 1527.02 1263.59 1524.41 L1256.97 1524.41 L1256.97 1518.52 L1282.09 1518.52 L1282.09 1524.41 Q1262.07 1524.41 1262.07 1533.67 Q1262.07 1539.75 1278.87 1540.03 L1278.87 1545.45 Q1260.73 1544.75 1260.79 1555.06 Q1260.83 1563.68 1274.73 1564 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1402.72 2352.76,1402.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,1092.1 2352.76,1092.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,781.488 2352.76,781.488 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,470.872 2352.76,470.872 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 186.274,160.256 2352.76,160.256 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1423.18 186.274,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1402.72 205.172,1402.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,1092.1 205.172,1092.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,781.488 205.172,781.488 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,470.872 205.172,470.872 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,160.256 205.172,160.256 \n", " \"/>\n", "<path clip-path=\"url(#clip580)\" d=\"M62.9365 1388.52 Q59.3254 1388.52 57.4967 1392.08 Q55.6912 1395.63 55.6912 1402.76 Q55.6912 1409.86 57.4967 1413.43 Q59.3254 1416.97 62.9365 1416.97 Q66.5707 1416.97 68.3763 1413.43 Q70.205 1409.86 70.205 1402.76 Q70.205 1395.63 68.3763 1392.08 Q66.5707 1388.52 62.9365 1388.52 M62.9365 1384.82 Q68.7467 1384.82 71.8022 1389.42 Q74.8809 1394.01 74.8809 1402.76 Q74.8809 1411.48 71.8022 1416.09 Q68.7467 1420.67 62.9365 1420.67 Q57.1264 1420.67 54.0477 1416.09 Q50.9921 1411.48 50.9921 1402.76 Q50.9921 1394.01 54.0477 1389.42 Q57.1264 1384.82 62.9365 1384.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M83.0984 1414.12 L87.9827 1414.12 L87.9827 1420 L83.0984 1420 L83.0984 1414.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M108.168 1388.52 Q104.557 1388.52 102.728 1392.08 Q100.922 1395.63 100.922 1402.76 Q100.922 1409.86 102.728 1413.43 Q104.557 1416.97 108.168 1416.97 Q111.802 1416.97 113.608 1413.43 Q115.436 1409.86 115.436 1402.76 Q115.436 1395.63 113.608 1392.08 Q111.802 1388.52 108.168 1388.52 M108.168 1384.82 Q113.978 1384.82 117.033 1389.42 Q120.112 1394.01 120.112 1402.76 Q120.112 1411.48 117.033 1416.09 Q113.978 1420.67 108.168 1420.67 Q102.358 1420.67 99.2789 1416.09 Q96.2234 1411.48 96.2234 1402.76 Q96.2234 1394.01 99.2789 1389.42 Q102.358 1384.82 108.168 1384.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M138.33 1388.52 Q134.719 1388.52 132.89 1392.08 Q131.084 1395.63 131.084 1402.76 Q131.084 1409.86 132.89 1413.43 Q134.719 1416.97 138.33 1416.97 Q141.964 1416.97 143.769 1413.43 Q145.598 1409.86 145.598 1402.76 Q145.598 1395.63 143.769 1392.08 Q141.964 1388.52 138.33 1388.52 M138.33 1384.82 Q144.14 1384.82 147.195 1389.42 Q150.274 1394.01 150.274 1402.76 Q150.274 1411.48 147.195 1416.09 Q144.14 1420.67 138.33 1420.67 Q132.519 1420.67 129.441 1416.09 Q126.385 1411.48 126.385 1402.76 Q126.385 1394.01 129.441 1389.42 Q132.519 1384.82 138.33 1384.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M63.9319 1077.9 Q60.3208 1077.9 58.4921 1081.47 Q56.6865 1085.01 56.6865 1092.14 Q56.6865 1099.25 58.4921 1102.81 Q60.3208 1106.35 63.9319 1106.35 Q67.5661 1106.35 69.3717 1102.81 Q71.2004 1099.25 71.2004 1092.14 Q71.2004 1085.01 69.3717 1081.47 Q67.5661 1077.9 63.9319 1077.9 M63.9319 1074.2 Q69.742 1074.2 72.7976 1078.81 Q75.8763 1083.39 75.8763 1092.14 Q75.8763 1100.87 72.7976 1105.47 Q69.742 1110.06 63.9319 1110.06 Q58.1217 1110.06 55.043 1105.47 Q51.9875 1100.87 51.9875 1092.14 Q51.9875 1083.39 55.043 1078.81 Q58.1217 1074.2 63.9319 1074.2 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M84.0938 1103.5 L88.978 1103.5 L88.978 1109.38 L84.0938 1109.38 L84.0938 1103.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M103.191 1105.45 L119.51 1105.45 L119.51 1109.38 L97.566 1109.38 L97.566 1105.45 Q100.228 1102.69 104.811 1098.06 Q109.418 1093.41 110.598 1092.07 Q112.844 1089.55 113.723 1087.81 Q114.626 1086.05 114.626 1084.36 Q114.626 1081.61 112.682 1079.87 Q110.76 1078.13 107.658 1078.13 Q105.459 1078.13 103.006 1078.9 Q100.575 1079.66 97.7974 1081.21 L97.7974 1076.49 Q100.621 1075.36 103.075 1074.78 Q105.529 1074.2 107.566 1074.2 Q112.936 1074.2 116.131 1076.88 Q119.325 1079.57 119.325 1084.06 Q119.325 1086.19 118.515 1088.11 Q117.728 1090.01 115.621 1092.6 Q115.043 1093.27 111.941 1096.49 Q108.839 1099.69 103.191 1105.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M129.371 1074.82 L147.728 1074.82 L147.728 1078.76 L133.654 1078.76 L133.654 1087.23 Q134.672 1086.88 135.691 1086.72 Q136.709 1086.54 137.728 1086.54 Q143.515 1086.54 146.894 1089.71 Q150.274 1092.88 150.274 1098.3 Q150.274 1103.88 146.802 1106.98 Q143.33 1110.06 137.01 1110.06 Q134.834 1110.06 132.566 1109.69 Q130.32 1109.31 127.913 1108.57 L127.913 1103.88 Q129.996 1105.01 132.219 1105.56 Q134.441 1106.12 136.918 1106.12 Q140.922 1106.12 143.26 1104.01 Q145.598 1101.91 145.598 1098.3 Q145.598 1094.69 143.26 1092.58 Q140.922 1090.47 136.918 1090.47 Q135.043 1090.47 133.168 1090.89 Q131.316 1091.31 129.371 1092.19 L129.371 1074.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M62.9365 767.287 Q59.3254 767.287 57.4967 770.852 Q55.6912 774.393 55.6912 781.523 Q55.6912 788.63 57.4967 792.194 Q59.3254 795.736 62.9365 795.736 Q66.5707 795.736 68.3763 792.194 Q70.205 788.63 70.205 781.523 Q70.205 774.393 68.3763 770.852 Q66.5707 767.287 62.9365 767.287 M62.9365 763.583 Q68.7467 763.583 71.8022 768.19 Q74.8809 772.773 74.8809 781.523 Q74.8809 790.25 71.8022 794.856 Q68.7467 799.44 62.9365 799.44 Q57.1264 799.44 54.0477 794.856 Q50.9921 790.25 50.9921 781.523 Q50.9921 772.773 54.0477 768.19 Q57.1264 763.583 62.9365 763.583 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M83.0984 792.889 L87.9827 792.889 L87.9827 798.768 L83.0984 798.768 L83.0984 792.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M98.2141 764.208 L116.57 764.208 L116.57 768.144 L102.496 768.144 L102.496 776.616 Q103.515 776.268 104.534 776.106 Q105.552 775.921 106.571 775.921 Q112.358 775.921 115.737 779.093 Q119.117 782.264 119.117 787.68 Q119.117 793.259 115.645 796.361 Q112.172 799.44 105.853 799.44 Q103.677 799.44 101.409 799.069 Q99.1632 798.699 96.7558 797.958 L96.7558 793.259 Q98.8391 794.393 101.061 794.949 Q103.284 795.504 105.76 795.504 Q109.765 795.504 112.103 793.398 Q114.441 791.292 114.441 787.68 Q114.441 784.069 112.103 781.963 Q109.765 779.856 105.76 779.856 Q103.885 779.856 102.01 780.273 Q100.159 780.69 98.2141 781.569 L98.2141 764.208 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M138.33 767.287 Q134.719 767.287 132.89 770.852 Q131.084 774.393 131.084 781.523 Q131.084 788.63 132.89 792.194 Q134.719 795.736 138.33 795.736 Q141.964 795.736 143.769 792.194 Q145.598 788.63 145.598 781.523 Q145.598 774.393 143.769 770.852 Q141.964 767.287 138.33 767.287 M138.33 763.583 Q144.14 763.583 147.195 768.19 Q150.274 772.773 150.274 781.523 Q150.274 790.25 147.195 794.856 Q144.14 799.44 138.33 799.44 Q132.519 799.44 129.441 794.856 Q126.385 790.25 126.385 781.523 Q126.385 772.773 129.441 768.19 Q132.519 763.583 138.33 763.583 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M63.9319 456.671 Q60.3208 456.671 58.4921 460.236 Q56.6865 463.777 56.6865 470.907 Q56.6865 478.013 58.4921 481.578 Q60.3208 485.12 63.9319 485.12 Q67.5661 485.12 69.3717 481.578 Q71.2004 478.013 71.2004 470.907 Q71.2004 463.777 69.3717 460.236 Q67.5661 456.671 63.9319 456.671 M63.9319 452.967 Q69.742 452.967 72.7976 457.574 Q75.8763 462.157 75.8763 470.907 Q75.8763 479.634 72.7976 484.24 Q69.742 488.824 63.9319 488.824 Q58.1217 488.824 55.043 484.24 Q51.9875 479.634 51.9875 470.907 Q51.9875 462.157 55.043 457.574 Q58.1217 452.967 63.9319 452.967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M84.0938 482.273 L88.978 482.273 L88.978 488.152 L84.0938 488.152 L84.0938 482.273 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M97.9826 453.592 L120.205 453.592 L120.205 455.583 L107.658 488.152 L102.774 488.152 L114.58 457.527 L97.9826 457.527 L97.9826 453.592 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M129.371 453.592 L147.728 453.592 L147.728 457.527 L133.654 457.527 L133.654 466 Q134.672 465.652 135.691 465.49 Q136.709 465.305 137.728 465.305 Q143.515 465.305 146.894 468.477 Q150.274 471.648 150.274 477.064 Q150.274 482.643 146.802 485.745 Q143.33 488.824 137.01 488.824 Q134.834 488.824 132.566 488.453 Q130.32 488.083 127.913 487.342 L127.913 482.643 Q129.996 483.777 132.219 484.333 Q134.441 484.888 136.918 484.888 Q140.922 484.888 143.26 482.782 Q145.598 480.676 145.598 477.064 Q145.598 473.453 143.26 471.347 Q140.922 469.24 136.918 469.24 Q135.043 469.24 133.168 469.657 Q131.316 470.074 129.371 470.953 L129.371 453.592 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M53.7467 173.601 L61.3856 173.601 L61.3856 147.236 L53.0754 148.902 L53.0754 144.643 L61.3393 142.976 L66.0152 142.976 L66.0152 173.601 L73.654 173.601 L73.654 177.536 L53.7467 177.536 L53.7467 173.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M83.0984 171.657 L87.9827 171.657 L87.9827 177.536 L83.0984 177.536 L83.0984 171.657 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M108.168 146.055 Q104.557 146.055 102.728 149.62 Q100.922 153.161 100.922 160.291 Q100.922 167.397 102.728 170.962 Q104.557 174.504 108.168 174.504 Q111.802 174.504 113.608 170.962 Q115.436 167.397 115.436 160.291 Q115.436 153.161 113.608 149.62 Q111.802 146.055 108.168 146.055 M108.168 142.351 Q113.978 142.351 117.033 146.958 Q120.112 151.541 120.112 160.291 Q120.112 169.018 117.033 173.624 Q113.978 178.208 108.168 178.208 Q102.358 178.208 99.2789 173.624 Q96.2234 169.018 96.2234 160.291 Q96.2234 151.541 99.2789 146.958 Q102.358 142.351 108.168 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M138.33 146.055 Q134.719 146.055 132.89 149.62 Q131.084 153.161 131.084 160.291 Q131.084 167.397 132.89 170.962 Q134.719 174.504 138.33 174.504 Q141.964 174.504 143.769 170.962 Q145.598 167.397 145.598 160.291 Q145.598 153.161 143.769 149.62 Q141.964 146.055 138.33 146.055 M138.33 142.351 Q144.14 142.351 147.195 146.958 Q150.274 151.541 150.274 160.291 Q150.274 169.018 147.195 173.624 Q144.14 178.208 138.33 178.208 Q132.519 178.208 129.441 173.624 Q126.385 169.018 126.385 160.291 Q126.385 151.541 129.441 146.958 Q132.519 142.351 138.33 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M987.795 63.9476 L987.795 47.7034 L974.427 47.7034 L974.427 40.9789 L995.897 40.9789 L995.897 66.9452 Q991.157 70.3075 985.445 72.0494 Q979.734 73.7508 973.252 73.7508 Q959.074 73.7508 951.053 65.4869 Q943.073 57.1826 943.073 42.3968 Q943.073 27.5705 951.053 19.3066 Q959.074 11.0023 973.252 11.0023 Q979.166 11.0023 984.473 12.4606 Q989.82 13.9189 994.317 16.7545 L994.317 25.464 Q989.78 21.6156 984.676 19.6712 Q979.571 17.7268 973.941 17.7268 Q962.841 17.7268 957.251 23.9246 Q951.701 30.1225 951.701 42.3968 Q951.701 54.6305 957.251 60.8284 Q962.841 67.0263 973.941 67.0263 Q978.275 67.0263 981.678 66.2971 Q985.081 65.5274 987.795 63.9476 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1031.14 49.7694 Q1022.11 49.7694 1018.62 51.8354 Q1015.14 53.9013 1015.14 58.8839 Q1015.14 62.8538 1017.73 65.2034 Q1020.36 67.5124 1024.86 67.5124 Q1031.06 67.5124 1034.79 63.1374 Q1038.55 58.7219 1038.55 51.4303 L1038.55 49.7694 L1031.14 49.7694 M1046.01 46.6907 L1046.01 72.576 L1038.55 72.576 L1038.55 65.6895 Q1036 69.8214 1032.19 71.8063 Q1028.38 73.7508 1022.88 73.7508 Q1015.91 73.7508 1011.78 69.8619 Q1007.68 65.9325 1007.68 59.3701 Q1007.68 51.7138 1012.79 47.825 Q1017.93 43.9361 1028.1 43.9361 L1038.55 43.9361 L1038.55 43.2069 Q1038.55 38.0623 1035.15 35.2672 Q1031.79 32.4315 1025.67 32.4315 Q1021.78 32.4315 1018.1 33.3632 Q1014.41 34.295 1011.01 36.1584 L1011.01 29.2718 Q1015.1 27.692 1018.95 26.9223 Q1022.79 26.1121 1026.44 26.1121 Q1036.28 26.1121 1041.15 31.2163 Q1046.01 36.3204 1046.01 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1060.59 54.671 L1060.59 27.2059 L1068.04 27.2059 L1068.04 54.3874 Q1068.04 60.8284 1070.55 64.0691 Q1073.07 67.2693 1078.09 67.2693 Q1084.13 67.2693 1087.61 63.421 Q1091.13 59.5726 1091.13 52.9291 L1091.13 27.2059 L1098.59 27.2059 L1098.59 72.576 L1091.13 72.576 L1091.13 65.6084 Q1088.42 69.7404 1084.81 71.7658 Q1081.25 73.7508 1076.51 73.7508 Q1068.69 73.7508 1064.64 68.8897 Q1060.59 64.0286 1060.59 54.671 M1079.35 26.1121 L1079.35 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1142.86 28.5427 L1142.86 35.5912 Q1139.7 33.9709 1136.3 33.1607 Q1132.9 32.3505 1129.25 32.3505 Q1123.7 32.3505 1120.91 34.0519 Q1118.15 35.7533 1118.15 39.156 Q1118.15 41.7486 1120.14 43.2475 Q1122.12 44.7058 1128.12 46.0426 L1130.67 46.6097 Q1138.61 48.3111 1141.93 51.4303 Q1145.29 54.509 1145.29 60.0587 Q1145.29 66.3781 1140.27 70.0644 Q1135.29 73.7508 1126.54 73.7508 Q1122.89 73.7508 1118.92 73.0216 Q1114.99 72.3329 1110.62 70.9151 L1110.62 63.2184 Q1114.75 65.3654 1118.76 66.4591 Q1122.77 67.5124 1126.7 67.5124 Q1131.97 67.5124 1134.8 65.73 Q1137.64 63.9071 1137.64 60.6258 Q1137.64 57.5877 1135.57 55.9673 Q1133.55 54.3469 1126.62 52.8481 L1124.03 52.2405 Q1117.1 50.7821 1114.02 47.7845 Q1110.94 44.7463 1110.94 39.4801 Q1110.94 33.0797 1115.48 29.5959 Q1120.02 26.1121 1128.36 26.1121 Q1132.49 26.1121 1136.14 26.7198 Q1139.78 27.3274 1142.86 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1186.09 28.5427 L1186.09 35.5912 Q1182.93 33.9709 1179.52 33.1607 Q1176.12 32.3505 1172.48 32.3505 Q1166.93 32.3505 1164.13 34.0519 Q1161.38 35.7533 1161.38 39.156 Q1161.38 41.7486 1163.36 43.2475 Q1165.35 44.7058 1171.34 46.0426 L1173.89 46.6097 Q1181.83 48.3111 1185.15 51.4303 Q1188.52 54.509 1188.52 60.0587 Q1188.52 66.3781 1183.49 70.0644 Q1178.51 73.7508 1169.76 73.7508 Q1166.12 73.7508 1162.15 73.0216 Q1158.22 72.3329 1153.84 70.9151 L1153.84 63.2184 Q1157.97 65.3654 1161.98 66.4591 Q1165.99 67.5124 1169.92 67.5124 Q1175.19 67.5124 1178.03 65.73 Q1180.86 63.9071 1180.86 60.6258 Q1180.86 57.5877 1178.79 55.9673 Q1176.77 54.3469 1169.84 52.8481 L1167.25 52.2405 Q1160.32 50.7821 1157.24 47.7845 Q1154.17 44.7463 1154.17 39.4801 Q1154.17 33.0797 1158.7 29.5959 Q1163.24 26.1121 1171.58 26.1121 Q1175.72 26.1121 1179.36 26.7198 Q1183.01 27.3274 1186.09 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1200.39 27.2059 L1207.84 27.2059 L1207.84 72.576 L1200.39 72.576 L1200.39 27.2059 M1200.39 9.54393 L1207.84 9.54393 L1207.84 18.9825 L1200.39 18.9825 L1200.39 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1244.06 49.7694 Q1235.02 49.7694 1231.54 51.8354 Q1228.05 53.9013 1228.05 58.8839 Q1228.05 62.8538 1230.65 65.2034 Q1233.28 67.5124 1237.78 67.5124 Q1243.97 67.5124 1247.7 63.1374 Q1251.47 58.7219 1251.47 51.4303 L1251.47 49.7694 L1244.06 49.7694 M1258.92 46.6907 L1258.92 72.576 L1251.47 72.576 L1251.47 65.6895 Q1248.92 69.8214 1245.11 71.8063 Q1241.3 73.7508 1235.79 73.7508 Q1228.82 73.7508 1224.69 69.8619 Q1220.6 65.9325 1220.6 59.3701 Q1220.6 51.7138 1225.7 47.825 Q1230.85 43.9361 1241.02 43.9361 L1251.47 43.9361 L1251.47 43.2069 Q1251.47 38.0623 1248.07 35.2672 Q1244.7 32.4315 1238.59 32.4315 Q1234.7 32.4315 1231.01 33.3632 Q1227.32 34.295 1223.92 36.1584 L1223.92 29.2718 Q1228.01 27.692 1231.86 26.9223 Q1235.71 26.1121 1239.36 26.1121 Q1249.2 26.1121 1254.06 31.2163 Q1258.92 36.3204 1258.92 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1311.99 45.1919 L1311.99 72.576 L1304.54 72.576 L1304.54 45.4349 Q1304.54 38.994 1302.02 35.7938 Q1299.51 32.5936 1294.49 32.5936 Q1288.45 32.5936 1284.97 36.4419 Q1281.49 40.2903 1281.49 46.9338 L1281.49 72.576 L1273.99 72.576 L1273.99 27.2059 L1281.49 27.2059 L1281.49 34.2544 Q1284.16 30.163 1287.76 28.1376 Q1291.41 26.1121 1296.15 26.1121 Q1303.97 26.1121 1307.98 30.9732 Q1311.99 35.7938 1311.99 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1388.55 35.9153 Q1391.35 30.8922 1395.23 28.5022 Q1399.12 26.1121 1404.39 26.1121 Q1411.48 26.1121 1415.33 31.0947 Q1419.18 36.0368 1419.18 45.1919 L1419.18 72.576 L1411.68 72.576 L1411.68 45.4349 Q1411.68 38.913 1409.37 35.7533 Q1407.06 32.5936 1402.32 32.5936 Q1396.53 32.5936 1393.17 36.4419 Q1389.81 40.2903 1389.81 46.9338 L1389.81 72.576 L1382.31 72.576 L1382.31 45.4349 Q1382.31 38.8725 1380 35.7533 Q1377.69 32.5936 1372.87 32.5936 Q1367.16 32.5936 1363.8 36.4824 Q1360.44 40.3308 1360.44 46.9338 L1360.44 72.576 L1352.94 72.576 L1352.94 27.2059 L1360.44 27.2059 L1360.44 34.2544 Q1362.99 30.082 1366.55 28.0971 Q1370.12 26.1121 1375.02 26.1121 Q1379.96 26.1121 1383.41 28.6237 Q1386.89 31.1352 1388.55 35.9153 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1451.62 32.4315 Q1445.63 32.4315 1442.14 37.1306 Q1438.66 41.7891 1438.66 49.9314 Q1438.66 58.0738 1442.1 62.7728 Q1445.59 67.4314 1451.62 67.4314 Q1457.58 67.4314 1461.06 62.7323 Q1464.55 58.0333 1464.55 49.9314 Q1464.55 41.8701 1461.06 37.1711 Q1457.58 32.4315 1451.62 32.4315 M1451.62 26.1121 Q1461.35 26.1121 1466.9 32.4315 Q1472.45 38.7509 1472.45 49.9314 Q1472.45 61.0714 1466.9 67.4314 Q1461.35 73.7508 1451.62 73.7508 Q1441.86 73.7508 1436.31 67.4314 Q1430.8 61.0714 1430.8 49.9314 Q1430.8 38.7509 1436.31 32.4315 Q1441.86 26.1121 1451.62 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1514.66 34.0924 L1514.66 9.54393 L1522.11 9.54393 L1522.11 72.576 L1514.66 72.576 L1514.66 65.7705 Q1512.31 69.8214 1508.7 71.8063 Q1505.14 73.7508 1500.11 73.7508 Q1491.89 73.7508 1486.7 67.1883 Q1481.56 60.6258 1481.56 49.9314 Q1481.56 39.2371 1486.7 32.6746 Q1491.89 26.1121 1500.11 26.1121 Q1505.14 26.1121 1508.7 28.0971 Q1512.31 30.0415 1514.66 34.0924 M1489.26 49.9314 Q1489.26 58.1548 1492.62 62.8538 Q1496.02 67.5124 1501.94 67.5124 Q1507.85 67.5124 1511.25 62.8538 Q1514.66 58.1548 1514.66 49.9314 Q1514.66 41.7081 1511.25 37.0496 Q1507.85 32.3505 1501.94 32.3505 Q1496.02 32.3505 1492.62 37.0496 Q1489.26 41.7081 1489.26 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1576.27 48.0275 L1576.27 51.6733 L1542 51.6733 Q1542.49 59.3701 1546.62 63.421 Q1550.79 67.4314 1558.2 67.4314 Q1562.5 67.4314 1566.51 66.3781 Q1570.56 65.3249 1574.53 63.2184 L1574.53 70.267 Q1570.52 71.9684 1566.3 72.8596 Q1562.09 73.7508 1557.76 73.7508 Q1546.9 73.7508 1540.54 67.4314 Q1534.22 61.1119 1534.22 50.3365 Q1534.22 39.1965 1540.22 32.6746 Q1546.25 26.1121 1556.46 26.1121 Q1565.62 26.1121 1570.92 32.0264 Q1576.27 37.9003 1576.27 48.0275 M1568.82 45.84 Q1568.73 39.7232 1565.37 36.0774 Q1562.05 32.4315 1556.54 32.4315 Q1550.3 32.4315 1546.54 35.9558 Q1542.81 39.4801 1542.24 45.8805 L1568.82 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M1588.5 9.54393 L1595.96 9.54393 L1595.96 72.576 L1588.5 72.576 L1588.5 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip582)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,160.256 194.94,160.317 203.606,160.497 212.272,160.799 220.938,161.22 229.604,161.763 238.27,162.425 246.935,163.207 255.601,164.109 264.267,165.13 \n", " 272.933,166.27 281.599,167.529 290.265,168.907 298.931,170.403 307.597,172.016 316.263,173.747 324.929,175.594 333.595,177.557 342.261,179.636 350.927,181.83 \n", " 359.593,184.138 368.258,186.559 376.924,189.094 385.59,191.741 394.256,194.5 402.922,197.369 411.588,200.348 420.254,203.436 428.92,206.632 437.586,209.935 \n", " 446.252,213.345 454.918,216.86 463.584,220.479 472.25,224.202 480.916,228.027 489.581,231.953 498.247,235.98 506.913,240.105 515.579,244.328 524.245,248.648 \n", " 532.911,253.063 541.577,257.572 550.243,262.175 558.909,266.869 567.575,271.654 576.241,276.527 584.907,281.489 593.573,286.537 602.239,291.67 610.904,296.887 \n", " 619.57,302.186 628.236,307.566 636.902,313.026 645.568,318.563 654.234,324.177 662.9,329.866 671.566,335.629 680.232,341.463 688.898,347.368 697.564,353.343 \n", " 706.23,359.384 714.896,365.492 723.562,371.663 732.227,377.898 740.893,384.193 749.559,390.549 758.225,396.962 766.891,403.431 775.557,409.955 784.223,416.533 \n", " 792.889,423.161 801.555,429.84 810.221,436.567 818.887,443.34 827.553,450.159 836.219,457.021 844.885,463.924 853.55,470.867 862.216,477.849 870.882,484.868 \n", " 879.548,491.922 888.214,499.009 896.88,506.128 905.546,513.277 914.212,520.455 922.878,527.66 931.544,534.891 940.21,542.145 948.876,549.421 957.542,556.718 \n", " 966.207,564.034 974.873,571.367 983.539,578.716 992.205,586.079 1000.87,593.455 1009.54,600.843 1018.2,608.24 1026.87,615.645 1035.53,623.057 1044.2,630.473 \n", " 1052.87,637.894 1061.53,645.317 1070.2,652.74 1078.86,660.163 1087.53,667.584 1096.2,675.001 1104.86,682.413 1113.53,689.819 1122.19,697.217 1130.86,704.607 \n", " 1139.53,711.985 1148.19,719.353 1156.86,726.707 1165.52,734.047 1174.19,741.371 1182.86,748.679 1191.52,755.969 1200.19,763.239 1208.85,770.489 1217.52,777.718 \n", " 1226.19,784.924 1234.85,792.106 1243.52,799.263 1252.18,806.394 1260.85,813.498 1269.51,820.574 1278.18,827.621 1286.85,834.637 1295.51,841.623 1304.18,848.576 \n", " 1312.84,855.496 1321.51,862.382 1330.18,869.234 1338.84,876.049 1347.51,882.828 1356.17,889.57 1364.84,896.273 1373.51,902.937 1382.17,909.562 1390.84,916.145 \n", " 1399.5,922.688 1408.17,929.188 1416.84,935.646 1425.5,942.06 1434.17,948.431 1442.83,954.757 1451.5,961.037 1460.17,967.272 1468.83,973.46 1477.5,979.602 \n", " 1486.16,985.696 1494.83,991.742 1503.49,997.74 1512.16,1003.69 1520.83,1009.59 1529.49,1015.44 1538.16,1021.24 1546.82,1026.99 1555.49,1032.69 1564.16,1038.34 \n", " 1572.82,1043.93 1581.49,1049.48 1590.15,1054.97 1598.82,1060.41 1607.49,1065.8 1616.15,1071.13 1624.82,1076.42 1633.48,1081.65 1642.15,1086.82 1650.82,1091.95 \n", " 1659.48,1097.02 1668.15,1102.03 1676.81,1107 1685.48,1111.91 1694.15,1116.76 1702.81,1121.56 1711.48,1126.31 1720.14,1131 1728.81,1135.64 1737.48,1140.23 \n", " 1746.14,1144.76 1754.81,1149.24 1763.47,1153.67 1772.14,1158.04 1780.8,1162.36 1789.47,1166.62 1798.14,1170.83 1806.8,1174.99 1815.47,1179.1 1824.13,1183.15 \n", " 1832.8,1187.15 1841.47,1191.1 1850.13,1195 1858.8,1198.84 1867.46,1202.64 1876.13,1206.38 1884.8,1210.07 1893.46,1213.71 1902.13,1217.29 1910.79,1220.83 \n", " 1919.46,1224.32 1928.13,1227.76 1936.79,1231.14 1945.46,1234.48 1954.12,1237.77 1962.79,1241.01 1971.46,1244.21 1980.12,1247.35 1988.79,1250.45 1997.45,1253.5 \n", " 2006.12,1256.5 2014.78,1259.46 2023.45,1262.37 2032.12,1265.23 2040.78,1268.05 2049.45,1270.83 2058.11,1273.56 2066.78,1276.24 2075.45,1278.88 2084.11,1281.48 \n", " 2092.78,1284.04 2101.44,1286.55 2110.11,1289.02 2118.78,1291.45 2127.44,1293.83 2136.11,1296.18 2144.77,1298.49 2153.44,1300.75 2162.11,1302.98 2170.77,1305.17 \n", " 2179.44,1307.32 2188.1,1309.43 2196.77,1311.5 2205.44,1313.53 2214.1,1315.53 2222.77,1317.49 2231.43,1319.42 2240.1,1321.31 2248.76,1323.16 2257.43,1324.98 \n", " 2266.1,1326.77 2274.76,1328.52 2283.43,1330.24 2292.09,1331.93 2300.76,1333.58 2309.43,1335.2 2318.09,1336.79 2326.76,1338.35 2335.42,1339.88 2344.09,1341.37 \n", " 2352.76,1342.84 \n", " \"/>\n", "<polyline clip-path=\"url(#clip582)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 186.274,160.256 194.94,160.342 203.606,160.601 212.272,161.031 220.938,161.633 229.604,162.407 238.27,163.353 246.935,164.469 255.601,165.756 264.267,167.213 \n", " 272.933,168.839 281.599,170.633 290.265,172.596 298.931,174.726 307.597,177.022 316.263,179.483 324.929,182.109 333.595,184.898 342.261,187.849 350.927,190.96 \n", " 359.593,194.232 368.258,197.661 376.924,201.247 385.59,204.989 394.256,208.885 402.922,212.933 411.588,217.131 420.254,221.479 428.92,225.973 437.586,230.613 \n", " 446.252,235.397 454.918,240.322 463.584,245.387 472.25,250.59 480.916,255.928 489.581,261.4 498.247,267.003 506.913,272.735 515.579,278.594 524.245,284.578 \n", " 532.911,290.684 541.577,296.91 550.243,303.254 558.909,309.712 567.575,316.284 576.241,322.965 584.907,329.755 593.573,336.649 602.239,343.646 610.904,350.743 \n", " 619.57,357.937 628.236,365.226 636.902,372.606 645.568,380.076 654.234,387.633 662.9,395.273 671.566,402.995 680.232,410.795 688.898,418.67 697.564,426.618 \n", " 706.23,434.636 714.896,442.722 723.562,450.872 732.227,459.083 740.893,467.354 749.559,475.68 758.225,484.06 766.891,492.49 775.557,500.967 784.223,509.49 \n", " 792.889,518.055 801.555,526.659 810.221,535.299 818.887,543.974 827.553,552.68 836.219,561.413 844.885,570.173 853.55,578.956 862.216,587.759 870.882,596.579 \n", " 879.548,605.415 888.214,614.263 896.88,623.121 905.546,631.987 914.212,640.857 922.878,649.73 931.544,658.602 940.21,667.472 948.876,676.336 957.542,685.194 \n", " 966.207,694.041 974.873,702.877 983.539,711.698 992.205,720.503 1000.87,729.288 1009.54,738.053 1018.2,746.795 1026.87,755.511 1035.53,764.2 1044.2,772.86 \n", " 1052.87,781.488 1061.53,790.084 1070.2,798.643 1078.86,807.166 1087.53,815.651 1096.2,824.094 1104.86,832.495 1113.53,840.852 1122.19,849.163 1130.86,857.427 \n", " 1139.53,865.642 1148.19,873.807 1156.86,881.919 1165.52,889.979 1174.19,897.983 1182.86,905.932 1191.52,913.823 1200.19,921.655 1208.85,929.428 1217.52,937.139 \n", " 1226.19,944.789 1234.85,952.375 1243.52,959.897 1252.18,967.353 1260.85,974.744 1269.51,982.067 1278.18,989.322 1286.85,996.509 1295.51,1003.63 1304.18,1010.67 \n", " 1312.84,1017.65 1321.51,1024.55 1330.18,1031.38 1338.84,1038.14 1347.51,1044.83 1356.17,1051.44 1364.84,1057.97 1373.51,1064.44 1382.17,1070.82 1390.84,1077.14 \n", " 1399.5,1083.37 1408.17,1089.53 1416.84,1095.62 1425.5,1101.62 1434.17,1107.55 1442.83,1113.41 1451.5,1119.18 1460.17,1124.88 1468.83,1130.51 1477.5,1136.05 \n", " 1486.16,1141.52 1494.83,1146.92 1503.49,1152.23 1512.16,1157.47 1520.83,1162.64 1529.49,1167.73 1538.16,1172.74 1546.82,1177.67 1555.49,1182.53 1564.16,1187.32 \n", " 1572.82,1192.03 1581.49,1196.67 1590.15,1201.23 1598.82,1205.72 1607.49,1210.13 1616.15,1214.47 1624.82,1218.74 1633.48,1222.94 1642.15,1227.07 1650.82,1231.12 \n", " 1659.48,1235.11 1668.15,1239.02 1676.81,1242.87 1685.48,1246.65 1694.15,1250.36 1702.81,1254 1711.48,1257.57 1720.14,1261.08 1728.81,1264.52 1737.48,1267.9 \n", " 1746.14,1271.21 1754.81,1274.46 1763.47,1277.65 1772.14,1280.78 1780.8,1283.84 1789.47,1286.84 1798.14,1289.78 1806.8,1292.66 1815.47,1295.49 1824.13,1298.25 \n", " 1832.8,1300.96 1841.47,1303.62 1850.13,1306.21 1858.8,1308.75 1867.46,1311.24 1876.13,1313.67 1884.8,1316.05 1893.46,1318.38 1902.13,1320.66 1910.79,1322.89 \n", " 1919.46,1325.07 1928.13,1327.2 1936.79,1329.28 1945.46,1331.31 1954.12,1333.3 1962.79,1335.24 1971.46,1337.13 1980.12,1338.98 1988.79,1340.79 1997.45,1342.55 \n", " 2006.12,1344.28 2014.78,1345.96 2023.45,1347.6 2032.12,1349.2 2040.78,1350.76 2049.45,1352.28 2058.11,1353.77 2066.78,1355.21 2075.45,1356.62 2084.11,1358 \n", " 2092.78,1359.34 2101.44,1360.65 2110.11,1361.92 2118.78,1363.16 2127.44,1364.36 2136.11,1365.54 2144.77,1366.68 2153.44,1367.8 2162.11,1368.88 2170.77,1369.94 \n", " 2179.44,1370.96 2188.1,1371.96 2196.77,1372.93 2205.44,1373.88 2214.1,1374.8 2222.77,1375.69 2231.43,1376.56 2240.1,1377.4 2248.76,1378.22 2257.43,1379.02 \n", " 2266.1,1379.79 2274.76,1380.55 2283.43,1381.28 2292.09,1381.98 2300.76,1382.67 2309.43,1383.34 2318.09,1383.99 2326.76,1384.62 2335.42,1385.23 2344.09,1385.82 \n", " 2352.76,1386.4 \n", " \"/>\n", "<path clip-path=\"url(#clip580)\" d=\"\n", "M1952.99 322.316 L2280.54 322.316 L2280.54 166.796 L1952.99 166.796 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1952.99,322.316 2280.54,322.316 2280.54,166.796 1952.99,166.796 1952.99,322.316 \n", " \"/>\n", "<polyline clip-path=\"url(#clip580)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1977.06,218.636 2121.5,218.636 \n", " \"/>\n", "<path clip-path=\"url(#clip580)\" d=\"M2164.48 222.652 Q2164.48 218.022 2162.56 215.476 Q2160.66 212.93 2157.21 212.93 Q2153.79 212.93 2151.86 215.476 Q2149.97 218.022 2149.97 222.652 Q2149.97 227.258 2151.86 229.805 Q2153.79 232.351 2157.21 232.351 Q2160.66 232.351 2162.56 229.805 Q2164.48 227.258 2164.48 222.652 M2168.74 232.698 Q2168.74 239.318 2165.8 242.536 Q2162.86 245.777 2156.79 245.777 Q2154.55 245.777 2152.56 245.43 Q2150.57 245.105 2148.69 244.411 L2148.69 240.268 Q2150.57 241.286 2152.4 241.772 Q2154.22 242.258 2156.12 242.258 Q2160.31 242.258 2162.4 240.059 Q2164.48 237.883 2164.48 233.462 L2164.48 231.356 Q2163.16 233.647 2161.1 234.781 Q2159.04 235.916 2156.17 235.916 Q2151.4 235.916 2148.48 232.281 Q2145.57 228.647 2145.57 222.652 Q2145.57 216.633 2148.48 212.999 Q2151.4 209.365 2156.17 209.365 Q2159.04 209.365 2161.1 210.499 Q2163.16 211.633 2164.48 213.925 L2164.48 209.99 L2168.74 209.99 L2168.74 232.698 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2187.74 199.944 Q2184.64 205.268 2183.14 210.476 Q2181.63 215.684 2181.63 221.032 Q2181.63 226.379 2183.14 231.633 Q2184.66 236.865 2187.74 242.166 L2184.04 242.166 Q2180.57 236.726 2178.83 231.471 Q2177.12 226.217 2177.12 221.032 Q2177.12 215.87 2178.83 210.638 Q2180.54 205.407 2184.04 199.944 L2187.74 199.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2208.44 232.976 Q2211.49 232.999 2213.32 234.735 Q2215.27 236.564 2215.27 239.342 Q2215.27 242.004 2213.55 243.855 Q2211.7 245.869 2207.93 245.869 Q2207.93 244.133 2207.93 242.374 Q2209.53 242.49 2210.5 241.471 Q2211.24 240.661 2211.24 239.805 Q2211.24 238.578 2210.5 237.559 Q2209.78 236.587 2208.44 236.587 Q2194.02 236.587 2194.02 226.471 Q2194.02 219.527 2201.72 217.49 Q2195.24 216.657 2195.24 210.638 Q2195.24 206.078 2200.34 204.18 L2195.52 204.18 L2195.52 199.897 L2213.78 199.897 L2213.78 204.18 Q2199.22 204.18 2199.22 210.916 Q2199.22 215.337 2211.45 215.545 L2211.45 219.481 Q2198.25 218.971 2198.3 226.471 Q2198.32 232.744 2208.44 232.976 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2221.77 199.944 L2225.47 199.944 Q2228.95 205.407 2230.66 210.638 Q2232.4 215.87 2232.4 221.032 Q2232.4 226.217 2230.66 231.471 Q2228.95 236.726 2225.47 242.166 L2221.77 242.166 Q2224.85 236.865 2226.35 231.633 Q2227.88 226.379 2227.88 221.032 Q2227.88 215.684 2226.35 210.476 Q2224.85 205.268 2221.77 199.944 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip580)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1977.06,270.476 2121.5,270.476 \n", " \"/>\n", "<path clip-path=\"url(#clip580)\" d=\"M2162.07 251.737 L2162.07 255.279 L2158 255.279 Q2155.71 255.279 2154.8 256.205 Q2153.92 257.131 2153.92 259.538 L2153.92 261.83 L2160.94 261.83 L2160.94 265.14 L2153.92 265.14 L2153.92 287.756 L2149.64 287.756 L2149.64 265.14 L2145.57 265.14 L2145.57 261.83 L2149.64 261.83 L2149.64 260.024 Q2149.64 255.696 2151.66 253.728 Q2153.67 251.737 2158.04 251.737 L2162.07 251.737 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2175.87 251.784 Q2172.77 257.108 2171.26 262.316 Q2169.76 267.524 2169.76 272.872 Q2169.76 278.219 2171.26 283.473 Q2172.79 288.705 2175.87 294.006 L2172.16 294.006 Q2168.69 288.566 2166.96 283.311 Q2165.24 278.057 2165.24 272.872 Q2165.24 267.71 2166.96 262.478 Q2168.67 257.247 2172.16 251.784 L2175.87 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2196.56 284.816 Q2199.62 284.839 2201.45 286.575 Q2203.39 288.404 2203.39 291.182 Q2203.39 293.844 2201.68 295.695 Q2199.83 297.709 2196.05 297.709 Q2196.05 295.973 2196.05 294.214 Q2197.65 294.33 2198.62 293.311 Q2199.36 292.501 2199.36 291.645 Q2199.36 290.418 2198.62 289.399 Q2197.91 288.427 2196.56 288.427 Q2182.14 288.427 2182.14 278.311 Q2182.14 271.367 2189.85 269.33 Q2183.37 268.497 2183.37 262.478 Q2183.37 257.918 2188.46 256.02 L2183.65 256.02 L2183.65 251.737 L2201.91 251.737 L2201.91 256.02 Q2187.35 256.02 2187.35 262.756 Q2187.35 267.177 2199.57 267.385 L2199.57 271.321 Q2186.38 270.811 2186.42 278.311 Q2186.45 284.584 2196.56 284.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip580)\" d=\"M2209.9 251.784 L2213.6 251.784 Q2217.07 257.247 2218.78 262.478 Q2220.52 267.71 2220.52 272.872 Q2220.52 278.057 2218.78 283.311 Q2217.07 288.566 2213.6 294.006 L2209.9 294.006 Q2212.97 288.705 2214.48 283.473 Q2216.01 278.219 2216.01 272.872 Q2216.01 267.524 2214.48 262.316 Q2212.97 257.108 2209.9 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#hide\n", "\n", "let\n", "\n", "if !isdefined(Main, :plot)\n", " using Plots:plot, plot!\n", "end\n", " \n", "f(ξ; b=0.0848) = 2^(-(ξ/b)^2)\n", "g(ξ, Sc=0.7) = f(ξ)^Sc\n", "\n", "b_half = 0.0848\n", "rbs = 0.0:0.01:2.5\n", "ξs = b_half*collect(rbs)\n", "\n", "plot(ξs, g.(ξs), lab=\"g(ξ)\", xlabel=\"ξ\", xlim=(0,2.5*b_half))\n", "plot!(ξs, f.(ξs), lab=\"f(ξ)\")\n", "plot!(title=\"Gaussian model\")\n", " \n", "end" ] }, { "cell_type": "markdown", "id": "60c67825-9884-4239-bdcb-f239cb2b2225", "metadata": {}, "source": [ "### Schmidt number\n", "\n", "All three of the turbulent jet models looked at so far ended up with a concentration profile of\n", "\n", "$${c_A \\over c_{A,max} } = \\left( \\bar{v} \\over \\bar{v}_{z,max} \\right)^{Sc} $$\n", "\n", "where I declared the constant *Sc* to be the turbulent Schmidt number. There are, of course, several ways of arriving at this value but literature generally gives $Sc \\approx 0.7$. This also tends to be the same value given for the turbulent Prandtl number, which is convenient.\n", "\n", "| Sc | Reference |\n", "|:-----:|:------------------|\n", "| 0.7 | Bird, 2007[^bird] |\n", "| 0.73 | Kutz, 2018[^kutz] |\n", "\n", "[^kutz]: Kutz, M., *Handbook of Environmental Engineering*, John Wiley & Sons, New York (2018), gives the ratio $${b_c \\over b} = 1.17$$ and taking $$Sc=\\left(b \\over b_c\\right)^2 = 1.17^{-2} = 0.73$$" ] }, { "cell_type": "markdown", "id": "2c38002e-6c16-432d-9a46-08b1236781cf", "metadata": {}, "source": [ "### Mass balance\n", "\n", "Throughout all of this there has been a constant *k<sub>c</sub>* floating around, unaddressed. In practice this is usually a free-parameter determined by fitting with experimental data. However it can also be determined by a mass balance.\n", "\n", "The total molar flux through any plane *z=m* is the same for all *m* (in the region of fully developed flow), which is to say\n", "$$ n_A = \\int_0^{2\\pi} \\int_0^{\\infty} c_A \\bar{v}_z r dr d\\theta = \\mathrm{const} $$\n", "\n", "We also know what total molar flux is from the initial conditions of the jet\n", "$$ n_A = c_0 v_0 {\\pi \\over 4} d_0^2 $$\n", "\n", "and we can write the integral for any downstream distance *z* \n", "$$ n_A = 2\\pi \\int_0^{\\infty} c_A \\bar{v}_z r dr = 2 \\pi k k_c \\int_0^{\\infty} \\left(\\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Sc+1} \\xi d\\xi $$\n", "\n", "and so we can write *k<sub>c</sub>* in terms of the other parameters\n", "$$ k_c = { c_0 v_0 d_0^2 \\over 8 k I_c } $$\n", "\n", "where $I = \\int_0^{\\infty} \\left(\\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Sc+1} \\xi d\\xi$\n", "\n", "[recalling that](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#momentum-balance) $k = {v_0 d_0 \\over \\sqrt{8I}}$ where $I = \\int_0^{\\infty} \\left(\\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{2} \\xi d\\xi$\n", "\n", "we can simplify this to\n", "$$ k_c = \\sqrt{I \\over 8 I_c^2} c_0 d_0 $$\n", "\n", "or\n", "$$ {c_A \\over c_0} = \\sqrt{I \\over 8 I_c^2} {d_0 \\over z} \\left(\\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Sc} $$\n", "\n", "These integrals can get difficult to solve analytically -- except for the Gaussian case which is fairly simple -- but are very easy to estimate numerically.\n", "\n", "**Note:** it is worth keeping in mind when using the empirical constants provided in the literature that they are often fitted parameters and as such mass and momentum conservation is not necessarily guaranteed." ] }, { "cell_type": "markdown", "id": "3a885d2d-a66b-4c18-87da-506025662399", "metadata": {}, "source": [ "As an example, suppose we wish to calculate the constant for the Prandtl mixing length model, we have already imported the solution to the ode for the velocity profile and it is a simple matter to numerically integrate (using the trapezoidal rule) the two integrals in question.\n", "\n", "We still need two parameters to complete the integration, the parameter *a* and *a<sub>c</sub>* or, equivalently, *β* and the Schmidt number *Sc*." ] }, { "cell_type": "code", "execution_count": 7, "id": "54e89015-3bd5-46f1-ac9b-9bf9d9c5ba59", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "5.793131625346911" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "using NumericalIntegration: integrate\n", "\n", "# solutions of the ode\n", "ϕ, F′ = sol.t, sol[2,:]\n", "\n", "# trim any unphysical values\n", "F′[F′.>0] .= 0\n", "\n", "# parameters of the model\n", "β = 0.0848\n", "a = β/1.2277667062444657\n", "Sc = 0.7\n", "f = -F′./ϕ\n", "ξ = a.*ϕ\n", "\n", "# momentum balance integrand\n", "int = (f.^2).*ξ\n", "int[ξ.≤0] .= 0\n", "\n", "# mass balance integrand\n", "int_c = (f.^(Sc+1)).*ξ\n", "int_c[ξ.≤0] .= 0\n", "\n", "I = integrate(ξ, int)\n", "I_c = integrate(ξ, int_c)\n", "\n", "k_c = √(I/(8*I_c^2))" ] }, { "cell_type": "markdown", "id": "54843cf8-4d0a-4e5e-abff-42190dcf0328", "metadata": {}, "source": [ "The other two models could also be integrated numerically, for example the eddy diffusivity model" ] }, { "cell_type": "code", "execution_count": 8, "id": "63608e86-0054-480d-b71c-29046bf063f1", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "5.258197856093409" ] }, "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ "using QuadGK: quadgk\n", "\n", "C₂ = 2*√(√(2)-1)/β\n", "f_ev(ξ) = ( 1 + (C₂*ξ/2)^2 )^-2\n", "\n", "I, err = quadgk((ξ) -> ξ*f_ev(ξ)^2, 0, Inf)\n", "I_c, err = quadgk((ξ) -> ξ*f_ev(ξ)^(Sc+1), 0, Inf)\n", "\n", "k_c = √(I/(8*I_c^2))" ] }, { "cell_type": "markdown", "id": "90056556-eeaa-486b-b6d0-7fb997c9c7cf", "metadata": {}, "source": [ "and the Gaussian model" ] }, { "cell_type": "code", "execution_count": 9, "id": "1fb381c3-d2b9-4180-b602-f40b1042f8ec", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "5.900934664729693" ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "c = log(2)/β^2\n", "f_emp(ξ) = exp(-c*ξ^2)\n", "\n", "I, err = quadgk((ξ) -> ξ*f_emp(ξ)^2, 0, Inf)\n", "I_c, err = quadgk((ξ) -> ξ*f_emp(ξ)^(Sc+1), 0, Inf)\n", "\n", "k_c = √(I/(8*I_c^2))" ] }, { "cell_type": "markdown", "id": "397dc575-a368-4f4c-9256-a8c922761c6c", "metadata": {}, "source": [ "In these cases I followed my convention from the previous notebook of setting each of the velocity distributions to have the same width at half-height, and using the same Schmidt number for the concentration profiles. This makes it more of an \"apples to apples\" comparison.\n", "\n", "Looking at the results we see that the constant for the concentration is smaller than the velocity profiles, indicating that the center-line concentration drops off faster than the velocity. Which makes some sense as we saw above that the concentration also spreads out radially more than the velocity.\n", "\n", "We can combine the velocity and concentration profiles and get a sense of how the jet expands. Note that the plot is looking at the fully-developed jet, in this case ~4 diameters downstream." ] }, { "cell_type": "code", "execution_count": 10, "id": "1dc39cd0-5e9e-4c98-9edf-c0e9552e67ff", "metadata": { "jupyter": { "source_hidden": true }, "tags": [] }, "outputs": [ { "data": { "image/svg+xml": [ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<defs>\n", " <clipPath id=\"clip620\">\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip620)\" d=\"\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip621\">\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip620)\" d=\"\n", "M212.459 1423.18 L2112.76 1423.18 L2112.76 158.032 L212.459 158.032 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip622\">\n", " <rect x=\"212\" y=\"158\" width=\"1901\" height=\"1266\"/>\n", " </clipPath>\n", "</defs>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 212.459,1423.18 212.459,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 529.175,1423.18 529.175,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 845.891,1423.18 845.891,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1162.61,1423.18 1162.61,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1479.32,1423.18 1479.32,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1796.04,1423.18 1796.04,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 2112.76,1423.18 2112.76,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,1423.18 2112.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,1423.18 212.459,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,1423.18 529.175,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,1423.18 845.891,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,1423.18 1162.61,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1423.18 1479.32,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1423.18 1796.04,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1423.18 2112.76,1404.28 \n", " \"/>\n", "<path clip-path=\"url(#clip620)\" d=\"M215.468 1455.09 L203.663 1473.54 L215.468 1473.54 L215.468 1455.09 M214.241 1451.02 L220.121 1451.02 L220.121 1473.54 L225.051 1473.54 L225.051 1477.43 L220.121 1477.43 L220.121 1485.58 L215.468 1485.58 L215.468 1477.43 L199.866 1477.43 L199.866 1472.92 L214.241 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M529.58 1466.44 Q526.432 1466.44 524.58 1468.59 Q522.751 1470.74 522.751 1474.49 Q522.751 1478.22 524.58 1480.39 Q526.432 1482.55 529.58 1482.55 Q532.728 1482.55 534.557 1480.39 Q536.409 1478.22 536.409 1474.49 Q536.409 1470.74 534.557 1468.59 Q532.728 1466.44 529.58 1466.44 M538.863 1451.78 L538.863 1456.04 Q537.103 1455.21 535.298 1454.77 Q533.515 1454.33 531.756 1454.33 Q527.126 1454.33 524.673 1457.45 Q522.242 1460.58 521.895 1466.9 Q523.261 1464.89 525.321 1463.82 Q527.381 1462.73 529.858 1462.73 Q535.066 1462.73 538.075 1465.9 Q541.108 1469.05 541.108 1474.49 Q541.108 1479.82 537.96 1483.03 Q534.812 1486.25 529.58 1486.25 Q523.585 1486.25 520.414 1481.67 Q517.242 1477.06 517.242 1468.33 Q517.242 1460.14 521.131 1455.28 Q525.02 1450.39 531.571 1450.39 Q533.33 1450.39 535.113 1450.74 Q536.918 1451.09 538.863 1451.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M845.891 1469.17 Q842.558 1469.17 840.637 1470.95 Q838.738 1472.73 838.738 1475.86 Q838.738 1478.98 840.637 1480.77 Q842.558 1482.55 845.891 1482.55 Q849.225 1482.55 851.146 1480.77 Q853.067 1478.96 853.067 1475.86 Q853.067 1472.73 851.146 1470.95 Q849.248 1469.17 845.891 1469.17 M841.215 1467.18 Q838.206 1466.44 836.516 1464.38 Q834.85 1462.32 834.85 1459.35 Q834.85 1455.21 837.789 1452.8 Q840.752 1450.39 845.891 1450.39 Q851.053 1450.39 853.993 1452.8 Q856.933 1455.21 856.933 1459.35 Q856.933 1462.32 855.243 1464.38 Q853.576 1466.44 850.59 1467.18 Q853.97 1467.96 855.845 1470.26 Q857.743 1472.55 857.743 1475.86 Q857.743 1480.88 854.664 1483.57 Q851.609 1486.25 845.891 1486.25 Q840.174 1486.25 837.095 1483.57 Q834.039 1480.88 834.039 1475.86 Q834.039 1472.55 835.938 1470.26 Q837.836 1467.96 841.215 1467.18 M839.502 1459.79 Q839.502 1462.48 841.169 1463.98 Q842.859 1465.49 845.891 1465.49 Q848.9 1465.49 850.59 1463.98 Q852.303 1462.48 852.303 1459.79 Q852.303 1457.11 850.59 1455.6 Q848.9 1454.1 845.891 1454.1 Q842.859 1454.1 841.169 1455.6 Q839.502 1457.11 839.502 1459.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1137.3 1481.64 L1144.93 1481.64 L1144.93 1455.28 L1136.62 1456.95 L1136.62 1452.69 L1144.89 1451.02 L1149.56 1451.02 L1149.56 1481.64 L1157.2 1481.64 L1157.2 1485.58 L1137.3 1485.58 L1137.3 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1176.65 1454.1 Q1173.04 1454.1 1171.21 1457.66 Q1169.4 1461.2 1169.4 1468.33 Q1169.4 1475.44 1171.21 1479.01 Q1173.04 1482.55 1176.65 1482.55 Q1180.28 1482.55 1182.09 1479.01 Q1183.92 1475.44 1183.92 1468.33 Q1183.92 1461.2 1182.09 1457.66 Q1180.28 1454.1 1176.65 1454.1 M1176.65 1450.39 Q1182.46 1450.39 1185.51 1455 Q1188.59 1459.58 1188.59 1468.33 Q1188.59 1477.06 1185.51 1481.67 Q1182.46 1486.25 1176.65 1486.25 Q1170.84 1486.25 1167.76 1481.67 Q1164.7 1477.06 1164.7 1468.33 Q1164.7 1459.58 1167.76 1455 Q1170.84 1450.39 1176.65 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1454.81 1481.64 L1462.45 1481.64 L1462.45 1455.28 L1454.14 1456.95 L1454.14 1452.69 L1462.4 1451.02 L1467.08 1451.02 L1467.08 1481.64 L1474.72 1481.64 L1474.72 1485.58 L1454.81 1485.58 L1454.81 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1488.19 1481.64 L1504.51 1481.64 L1504.51 1485.58 L1482.56 1485.58 L1482.56 1481.64 Q1485.23 1478.89 1489.81 1474.26 Q1494.42 1469.61 1495.6 1468.27 Q1497.84 1465.74 1498.72 1464.01 Q1499.62 1462.25 1499.62 1460.56 Q1499.62 1457.8 1497.68 1456.07 Q1495.76 1454.33 1492.66 1454.33 Q1490.46 1454.33 1488 1455.09 Q1485.57 1455.86 1482.8 1457.41 L1482.8 1452.69 Q1485.62 1451.55 1488.07 1450.97 Q1490.53 1450.39 1492.56 1450.39 Q1497.93 1450.39 1501.13 1453.08 Q1504.32 1455.77 1504.32 1460.26 Q1504.32 1462.39 1503.51 1464.31 Q1502.73 1466.2 1500.62 1468.8 Q1500.04 1469.47 1496.94 1472.69 Q1493.84 1475.88 1488.19 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1770.48 1481.64 L1778.12 1481.64 L1778.12 1455.28 L1769.81 1456.95 L1769.81 1452.69 L1778.08 1451.02 L1782.75 1451.02 L1782.75 1481.64 L1790.39 1481.64 L1790.39 1485.58 L1770.48 1485.58 L1770.48 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1812.68 1455.09 L1800.88 1473.54 L1812.68 1473.54 L1812.68 1455.09 M1811.46 1451.02 L1817.34 1451.02 L1817.34 1473.54 L1822.27 1473.54 L1822.27 1477.43 L1817.34 1477.43 L1817.34 1485.58 L1812.68 1485.58 L1812.68 1477.43 L1797.08 1477.43 L1797.08 1472.92 L1811.46 1451.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2087.36 1481.64 L2095 1481.64 L2095 1455.28 L2086.69 1456.95 L2086.69 1452.69 L2094.96 1451.02 L2099.63 1451.02 L2099.63 1481.64 L2107.27 1481.64 L2107.27 1485.58 L2087.36 1485.58 L2087.36 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2127.29 1466.44 Q2124.14 1466.44 2122.29 1468.59 Q2120.46 1470.74 2120.46 1474.49 Q2120.46 1478.22 2122.29 1480.39 Q2124.14 1482.55 2127.29 1482.55 Q2130.44 1482.55 2132.27 1480.39 Q2134.12 1478.22 2134.12 1474.49 Q2134.12 1470.74 2132.27 1468.59 Q2130.44 1466.44 2127.29 1466.44 M2136.58 1451.78 L2136.58 1456.04 Q2134.82 1455.21 2133.01 1454.77 Q2131.23 1454.33 2129.47 1454.33 Q2124.84 1454.33 2122.39 1457.45 Q2119.95 1460.58 2119.61 1466.9 Q2120.97 1464.89 2123.03 1463.82 Q2125.09 1462.73 2127.57 1462.73 Q2132.78 1462.73 2135.79 1465.9 Q2138.82 1469.05 2138.82 1474.49 Q2138.82 1479.82 2135.67 1483.03 Q2132.52 1486.25 2127.29 1486.25 Q2121.3 1486.25 2118.13 1481.67 Q2114.95 1477.06 2114.95 1468.33 Q2114.95 1460.14 2118.84 1455.28 Q2122.73 1450.39 2129.28 1450.39 Q2131.04 1450.39 2132.83 1450.74 Q2134.63 1451.09 2136.58 1451.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M780.776 1525.81 L780.776 1562.76 L788.543 1562.76 Q798.378 1562.76 802.929 1558.3 Q807.512 1553.85 807.512 1544.24 Q807.512 1534.69 802.929 1530.26 Q798.378 1525.81 788.543 1525.81 L780.776 1525.81 M774.347 1520.52 L787.556 1520.52 Q801.369 1520.52 807.831 1526.28 Q814.292 1532.01 814.292 1544.24 Q814.292 1556.52 807.799 1562.28 Q801.306 1568.04 787.556 1568.04 L774.347 1568.04 L774.347 1520.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M838.1 1536.5 Q833.389 1536.5 830.652 1540.19 Q827.914 1543.85 827.914 1550.25 Q827.914 1556.65 830.62 1560.34 Q833.357 1564 838.1 1564 Q842.778 1564 845.516 1560.31 Q848.253 1556.62 848.253 1550.25 Q848.253 1543.92 845.516 1540.23 Q842.778 1536.5 838.1 1536.5 M838.1 1531.54 Q845.738 1531.54 850.099 1536.5 Q854.459 1541.47 854.459 1550.25 Q854.459 1559 850.099 1564 Q845.738 1568.97 838.1 1568.97 Q830.429 1568.97 826.068 1564 Q821.74 1559 821.74 1550.25 Q821.74 1541.47 826.068 1536.5 Q830.429 1531.54 838.1 1531.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M860.762 1532.4 L866.618 1532.4 L873.939 1560.21 L881.227 1532.4 L888.134 1532.4 L895.455 1560.21 L902.743 1532.4 L908.6 1532.4 L899.274 1568.04 L892.367 1568.04 L884.697 1538.83 L876.994 1568.04 L870.087 1568.04 L860.762 1532.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M947.112 1546.53 L947.112 1568.04 L941.256 1568.04 L941.256 1546.72 Q941.256 1541.66 939.282 1539.14 Q937.309 1536.63 933.362 1536.63 Q928.62 1536.63 925.883 1539.65 Q923.145 1542.68 923.145 1547.9 L923.145 1568.04 L917.257 1568.04 L917.257 1532.4 L923.145 1532.4 L923.145 1537.93 Q925.246 1534.72 928.079 1533.13 Q930.943 1531.54 934.667 1531.54 Q940.81 1531.54 943.961 1535.36 Q947.112 1539.14 947.112 1546.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M981.519 1533.45 L981.519 1538.98 Q979.036 1537.71 976.363 1537.07 Q973.689 1536.44 970.825 1536.44 Q966.464 1536.44 964.268 1537.77 Q962.104 1539.11 962.104 1541.79 Q962.104 1543.82 963.663 1545 Q965.223 1546.15 969.933 1547.2 L971.939 1547.64 Q978.177 1548.98 980.787 1551.43 Q983.429 1553.85 983.429 1558.21 Q983.429 1563.17 979.482 1566.07 Q975.567 1568.97 968.692 1568.97 Q965.827 1568.97 962.708 1568.39 Q959.621 1567.85 956.183 1566.74 L956.183 1560.69 Q959.43 1562.38 962.581 1563.24 Q965.732 1564.07 968.819 1564.07 Q972.957 1564.07 975.185 1562.66 Q977.413 1561.23 977.413 1558.65 Q977.413 1556.27 975.79 1554.99 Q974.198 1553.72 968.756 1552.54 L966.719 1552.07 Q961.276 1550.92 958.857 1548.56 Q956.438 1546.18 956.438 1542.04 Q956.438 1537.01 960.003 1534.27 Q963.568 1531.54 970.124 1531.54 Q973.371 1531.54 976.235 1532.01 Q979.1 1532.49 981.519 1533.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M998.547 1522.27 L998.547 1532.4 L1010.61 1532.4 L1010.61 1536.95 L998.547 1536.95 L998.547 1556.3 Q998.547 1560.66 999.725 1561.9 Q1000.93 1563.14 1004.59 1563.14 L1010.61 1563.14 L1010.61 1568.04 L1004.59 1568.04 Q997.815 1568.04 995.237 1565.53 Q992.659 1562.98 992.659 1556.3 L992.659 1536.95 L988.362 1536.95 L988.362 1532.4 L992.659 1532.4 L992.659 1522.27 L998.547 1522.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1038.97 1537.87 Q1037.98 1537.3 1036.81 1537.04 Q1035.66 1536.76 1034.26 1536.76 Q1029.29 1536.76 1026.62 1540 Q1023.98 1543.22 1023.98 1549.27 L1023.98 1568.04 L1018.09 1568.04 L1018.09 1532.4 L1023.98 1532.4 L1023.98 1537.93 Q1025.82 1534.69 1028.78 1533.13 Q1031.74 1531.54 1035.98 1531.54 Q1036.58 1531.54 1037.31 1531.63 Q1038.05 1531.7 1038.94 1531.85 L1038.97 1537.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1074.17 1548.76 L1074.17 1551.62 L1047.24 1551.62 Q1047.63 1557.67 1050.87 1560.85 Q1054.15 1564 1059.98 1564 Q1063.35 1564 1066.5 1563.17 Q1069.68 1562.35 1072.8 1560.69 L1072.8 1566.23 Q1069.65 1567.57 1066.34 1568.27 Q1063.03 1568.97 1059.63 1568.97 Q1051.1 1568.97 1046.1 1564 Q1041.13 1559.04 1041.13 1550.57 Q1041.13 1541.82 1045.84 1536.69 Q1050.59 1531.54 1058.61 1531.54 Q1065.8 1531.54 1069.97 1536.18 Q1074.17 1540.8 1074.17 1548.76 M1068.32 1547.04 Q1068.25 1542.23 1065.61 1539.37 Q1063 1536.5 1058.67 1536.5 Q1053.77 1536.5 1050.81 1539.27 Q1047.88 1542.04 1047.44 1547.07 L1068.32 1547.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1099.98 1550.12 Q1092.89 1550.12 1090.15 1551.75 Q1087.41 1553.37 1087.41 1557.29 Q1087.41 1560.4 1089.45 1562.25 Q1091.52 1564.07 1095.05 1564.07 Q1099.92 1564.07 1102.85 1560.63 Q1105.81 1557.16 1105.81 1551.43 L1105.81 1550.12 L1099.98 1550.12 M1111.67 1547.71 L1111.67 1568.04 L1105.81 1568.04 L1105.81 1562.63 Q1103.8 1565.88 1100.81 1567.44 Q1097.82 1568.97 1093.49 1568.97 Q1088.02 1568.97 1084.77 1565.91 Q1081.56 1562.82 1081.56 1557.67 Q1081.56 1551.65 1085.57 1548.6 Q1089.61 1545.54 1097.6 1545.54 L1105.81 1545.54 L1105.81 1544.97 Q1105.81 1540.93 1103.14 1538.73 Q1100.49 1536.5 1095.69 1536.5 Q1092.63 1536.5 1089.74 1537.23 Q1086.84 1537.97 1084.17 1539.43 L1084.17 1534.02 Q1087.38 1532.78 1090.4 1532.17 Q1093.43 1531.54 1096.29 1531.54 Q1104.03 1531.54 1107.85 1535.55 Q1111.67 1539.56 1111.67 1547.71 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1151.48 1539.24 Q1153.68 1535.29 1156.74 1533.41 Q1159.79 1531.54 1163.93 1531.54 Q1169.5 1531.54 1172.52 1535.45 Q1175.55 1539.33 1175.55 1546.53 L1175.55 1568.04 L1169.66 1568.04 L1169.66 1546.72 Q1169.66 1541.59 1167.84 1539.11 Q1166.03 1536.63 1162.31 1536.63 Q1157.75 1536.63 1155.11 1539.65 Q1152.47 1542.68 1152.47 1547.9 L1152.47 1568.04 L1146.58 1568.04 L1146.58 1546.72 Q1146.58 1541.56 1144.77 1539.11 Q1142.95 1536.63 1139.17 1536.63 Q1134.68 1536.63 1132.04 1539.68 Q1129.39 1542.71 1129.39 1547.9 L1129.39 1568.04 L1123.51 1568.04 L1123.51 1532.4 L1129.39 1532.4 L1129.39 1537.93 Q1131.4 1534.66 1134.2 1533.1 Q1137 1531.54 1140.85 1531.54 Q1144.74 1531.54 1147.44 1533.51 Q1150.18 1535.48 1151.48 1539.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1231.4 1537.81 L1231.4 1518.52 L1237.26 1518.52 L1237.26 1568.04 L1231.4 1568.04 L1231.4 1562.7 Q1229.56 1565.88 1226.73 1567.44 Q1223.93 1568.97 1219.98 1568.97 Q1213.52 1568.97 1209.44 1563.81 Q1205.4 1558.65 1205.4 1550.25 Q1205.4 1541.85 1209.44 1536.69 Q1213.52 1531.54 1219.98 1531.54 Q1223.93 1531.54 1226.73 1533.1 Q1229.56 1534.62 1231.4 1537.81 M1211.45 1550.25 Q1211.45 1556.71 1214.09 1560.4 Q1216.76 1564.07 1221.41 1564.07 Q1226.06 1564.07 1228.73 1560.4 Q1231.4 1556.71 1231.4 1550.25 Q1231.4 1543.79 1228.73 1540.13 Q1226.06 1536.44 1221.41 1536.44 Q1216.76 1536.44 1214.09 1540.13 Q1211.45 1543.79 1211.45 1550.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1249.32 1532.4 L1255.18 1532.4 L1255.18 1568.04 L1249.32 1568.04 L1249.32 1532.4 M1249.32 1518.52 L1255.18 1518.52 L1255.18 1525.93 L1249.32 1525.93 L1249.32 1518.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1290.16 1533.45 L1290.16 1538.98 Q1287.68 1537.71 1285 1537.07 Q1282.33 1536.44 1279.47 1536.44 Q1275.11 1536.44 1272.91 1537.77 Q1270.74 1539.11 1270.74 1541.79 Q1270.74 1543.82 1272.3 1545 Q1273.86 1546.15 1278.57 1547.2 L1280.58 1547.64 Q1286.82 1548.98 1289.43 1551.43 Q1292.07 1553.85 1292.07 1558.21 Q1292.07 1563.17 1288.12 1566.07 Q1284.21 1568.97 1277.33 1568.97 Q1274.47 1568.97 1271.35 1568.39 Q1268.26 1567.85 1264.82 1566.74 L1264.82 1560.69 Q1268.07 1562.38 1271.22 1563.24 Q1274.37 1564.07 1277.46 1564.07 Q1281.6 1564.07 1283.83 1562.66 Q1286.05 1561.23 1286.05 1558.65 Q1286.05 1556.27 1284.43 1554.99 Q1282.84 1553.72 1277.4 1552.54 L1275.36 1552.07 Q1269.92 1550.92 1267.5 1548.56 Q1265.08 1546.18 1265.08 1542.04 Q1265.08 1537.01 1268.64 1534.27 Q1272.21 1531.54 1278.77 1531.54 Q1282.01 1531.54 1284.88 1532.01 Q1287.74 1532.49 1290.16 1533.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1307.19 1522.27 L1307.19 1532.4 L1319.25 1532.4 L1319.25 1536.95 L1307.19 1536.95 L1307.19 1556.3 Q1307.19 1560.66 1308.37 1561.9 Q1309.58 1563.14 1313.24 1563.14 L1319.25 1563.14 L1319.25 1568.04 L1313.24 1568.04 Q1306.46 1568.04 1303.88 1565.53 Q1301.3 1562.98 1301.3 1556.3 L1301.3 1536.95 L1297 1536.95 L1297 1532.4 L1301.3 1532.4 L1301.3 1522.27 L1307.19 1522.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1343.15 1550.12 Q1336.06 1550.12 1333.32 1551.75 Q1330.58 1553.37 1330.58 1557.29 Q1330.58 1560.4 1332.62 1562.25 Q1334.69 1564.07 1338.22 1564.07 Q1343.09 1564.07 1346.02 1560.63 Q1348.98 1557.16 1348.98 1551.43 L1348.98 1550.12 L1343.15 1550.12 M1354.84 1547.71 L1354.84 1568.04 L1348.98 1568.04 L1348.98 1562.63 Q1346.97 1565.88 1343.98 1567.44 Q1340.99 1568.97 1336.66 1568.97 Q1331.19 1568.97 1327.94 1565.91 Q1324.73 1562.82 1324.73 1557.67 Q1324.73 1551.65 1328.74 1548.6 Q1332.78 1545.54 1340.77 1545.54 L1348.98 1545.54 L1348.98 1544.97 Q1348.98 1540.93 1346.31 1538.73 Q1343.66 1536.5 1338.86 1536.5 Q1335.8 1536.5 1332.91 1537.23 Q1330.01 1537.97 1327.34 1539.43 L1327.34 1534.02 Q1330.55 1532.78 1333.57 1532.17 Q1336.6 1531.54 1339.46 1531.54 Q1347.2 1531.54 1351.02 1535.55 Q1354.84 1539.56 1354.84 1547.71 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1396.53 1546.53 L1396.53 1568.04 L1390.67 1568.04 L1390.67 1546.72 Q1390.67 1541.66 1388.7 1539.14 Q1386.73 1536.63 1382.78 1536.63 Q1378.04 1536.63 1375.3 1539.65 Q1372.56 1542.68 1372.56 1547.9 L1372.56 1568.04 L1366.68 1568.04 L1366.68 1532.4 L1372.56 1532.4 L1372.56 1537.93 Q1374.67 1534.72 1377.5 1533.13 Q1380.36 1531.54 1384.09 1531.54 Q1390.23 1531.54 1393.38 1535.36 Q1396.53 1539.14 1396.53 1546.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1433.87 1533.76 L1433.87 1539.24 Q1431.38 1537.87 1428.87 1537.2 Q1426.39 1536.5 1423.84 1536.5 Q1418.14 1536.5 1414.99 1540.13 Q1411.84 1543.73 1411.84 1550.25 Q1411.84 1556.78 1414.99 1560.4 Q1418.14 1564 1423.84 1564 Q1426.39 1564 1428.87 1563.33 Q1431.38 1562.63 1433.87 1561.26 L1433.87 1566.68 Q1431.42 1567.82 1428.77 1568.39 Q1426.16 1568.97 1423.2 1568.97 Q1415.15 1568.97 1410.41 1563.91 Q1405.67 1558.85 1405.67 1550.25 Q1405.67 1541.53 1410.44 1536.53 Q1415.25 1531.54 1423.59 1531.54 Q1426.29 1531.54 1428.87 1532.11 Q1431.45 1532.65 1433.87 1533.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1474.54 1548.76 L1474.54 1551.62 L1447.62 1551.62 Q1448 1557.67 1451.24 1560.85 Q1454.52 1564 1460.35 1564 Q1463.72 1564 1466.87 1563.17 Q1470.06 1562.35 1473.17 1560.69 L1473.17 1566.23 Q1470.02 1567.57 1466.71 1568.27 Q1463.4 1568.97 1460 1568.97 Q1451.47 1568.97 1446.47 1564 Q1441.5 1559.04 1441.5 1550.57 Q1441.5 1541.82 1446.22 1536.69 Q1450.96 1531.54 1458.98 1531.54 Q1466.17 1531.54 1470.34 1536.18 Q1474.54 1540.8 1474.54 1548.76 M1468.69 1547.04 Q1468.62 1542.23 1465.98 1539.37 Q1463.37 1536.5 1459.04 1536.5 Q1454.14 1536.5 1451.18 1539.27 Q1448.25 1542.04 1447.81 1547.07 L1468.69 1547.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1485.65 1559.96 L1492.37 1559.96 L1492.37 1565.43 L1487.15 1575.62 L1483.04 1575.62 L1485.65 1565.43 L1485.65 1559.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1523.05 1532.4 L1550.87 1532.4 L1550.87 1537.74 L1528.84 1563.37 L1550.87 1563.37 L1550.87 1568.04 L1522.25 1568.04 L1522.25 1562.7 L1544.28 1537.07 L1523.05 1537.07 L1523.05 1532.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 212.459,1423.18 2112.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 212.459,1106.89 2112.76,1106.89 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 212.459,790.606 2112.76,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 212.459,474.319 2112.76,474.319 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 212.459,158.032 2112.76,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,1423.18 212.459,158.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,1423.18 229.237,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,1106.89 229.237,1106.89 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,790.606 229.237,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,474.319 229.237,474.319 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,158.032 229.237,158.032 \n", " \"/>\n", "<path clip-path=\"url(#clip620)\" d=\"M114.26 1423.63 L143.936 1423.63 L143.936 1427.57 L114.26 1427.57 L114.26 1423.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M166.876 1409.97 L155.07 1428.42 L166.876 1428.42 L166.876 1409.97 M165.649 1405.9 L171.528 1405.9 L171.528 1428.42 L176.459 1428.42 L176.459 1432.31 L171.528 1432.31 L171.528 1440.46 L166.876 1440.46 L166.876 1432.31 L151.274 1432.31 L151.274 1427.8 L165.649 1405.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M116.343 1107.34 L146.019 1107.34 L146.019 1111.28 L116.343 1111.28 L116.343 1107.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M160.14 1120.24 L176.459 1120.24 L176.459 1124.17 L154.515 1124.17 L154.515 1120.24 Q157.177 1117.48 161.76 1112.85 Q166.366 1108.2 167.547 1106.86 Q169.792 1104.34 170.672 1102.6 Q171.575 1100.84 171.575 1099.15 Q171.575 1096.4 169.63 1094.66 Q167.709 1092.92 164.607 1092.92 Q162.408 1092.92 159.954 1093.69 Q157.524 1094.45 154.746 1096 L154.746 1091.28 Q157.57 1090.15 160.024 1089.57 Q162.477 1088.99 164.515 1088.99 Q169.885 1088.99 173.079 1091.67 Q176.274 1094.36 176.274 1098.85 Q176.274 1100.98 175.464 1102.9 Q174.677 1104.8 172.57 1107.39 Q171.991 1108.06 168.889 1111.28 Q165.788 1114.47 160.14 1120.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M164.515 776.405 Q160.903 776.405 159.075 779.969 Q157.269 783.511 157.269 790.641 Q157.269 797.747 159.075 801.312 Q160.903 804.854 164.515 804.854 Q168.149 804.854 169.954 801.312 Q171.783 797.747 171.783 790.641 Q171.783 783.511 169.954 779.969 Q168.149 776.405 164.515 776.405 M164.515 772.701 Q170.325 772.701 173.38 777.307 Q176.459 781.891 176.459 790.641 Q176.459 799.368 173.38 803.974 Q170.325 808.557 164.515 808.557 Q158.704 808.557 155.626 803.974 Q152.57 799.368 152.57 790.641 Q152.57 781.891 155.626 777.307 Q158.704 772.701 164.515 772.701 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M160.14 487.664 L176.459 487.664 L176.459 491.599 L154.515 491.599 L154.515 487.664 Q157.177 484.909 161.76 480.28 Q166.366 475.627 167.547 474.284 Q169.792 471.761 170.672 470.025 Q171.575 468.266 171.575 466.576 Q171.575 463.821 169.63 462.085 Q167.709 460.349 164.607 460.349 Q162.408 460.349 159.954 461.113 Q157.524 461.877 154.746 463.428 L154.746 458.706 Q157.57 457.571 160.024 456.993 Q162.477 456.414 164.515 456.414 Q169.885 456.414 173.079 459.099 Q176.274 461.784 176.274 466.275 Q176.274 468.405 175.464 470.326 Q174.677 472.224 172.57 474.817 Q171.991 475.488 168.889 478.706 Q165.788 481.9 160.14 487.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M166.876 144.826 L155.07 163.275 L166.876 163.275 L166.876 144.826 M165.649 140.752 L171.528 140.752 L171.528 163.275 L176.459 163.275 L176.459 167.164 L171.528 167.164 L171.528 175.312 L166.876 175.312 L166.876 167.164 L151.274 167.164 L151.274 162.65 L165.649 140.752 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M41.7242 1048.13 Q42.4244 1046.06 44.7161 1044.12 Q47.0077 1042.15 51.0181 1040.17 L64.0042 1033.65 L64.0042 1040.56 L51.8138 1046.63 Q47.0395 1048.99 45.48 1051.22 Q43.9204 1053.41 43.9204 1057.23 L43.9204 1064.24 L64.0042 1064.24 L64.0042 1070.67 L16.4842 1070.67 L16.4842 1056.15 Q16.4842 1048 19.8898 1043.99 Q23.2955 1039.98 30.1704 1039.98 Q34.6582 1039.98 37.6183 1042.08 Q40.5784 1044.15 41.7242 1048.13 M21.7677 1064.24 L38.6368 1064.24 L38.6368 1056.15 Q38.6368 1051.5 36.5043 1049.15 Q34.34 1046.76 30.1704 1046.76 Q26.0009 1046.76 23.9002 1049.15 Q21.7677 1051.5 21.7677 1056.15 L21.7677 1064.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M46.0847 1010.86 Q46.0847 1017.96 47.7079 1020.69 Q49.3312 1023.43 53.2461 1023.43 Q56.3653 1023.43 58.2114 1021.39 Q60.0256 1019.33 60.0256 1015.79 Q60.0256 1010.92 56.5881 1007.99 Q53.1188 1005.03 47.3897 1005.03 L46.0847 1005.03 L46.0847 1010.86 M43.6657 999.178 L64.0042 999.178 L64.0042 1005.03 L58.5933 1005.03 Q61.8398 1007.04 63.3994 1010.03 Q64.9272 1013.02 64.9272 1017.35 Q64.9272 1022.83 61.8716 1026.07 Q58.7843 1029.29 53.6281 1029.29 Q47.6125 1029.29 44.5569 1025.28 Q41.5014 1021.24 41.5014 1013.25 L41.5014 1005.03 L40.9285 1005.03 Q36.8862 1005.03 34.6901 1007.71 Q32.4621 1010.35 32.4621 1015.16 Q32.4621 1018.21 33.1941 1021.11 Q33.9262 1024 35.3903 1026.68 L29.9795 1026.68 Q28.7381 1023.46 28.1334 1020.44 Q27.4968 1017.42 27.4968 1014.55 Q27.4968 1006.82 31.5072 1003 Q35.5176 999.178 43.6657 999.178 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M33.7671 963.658 L14.479 963.658 L14.479 957.801 L64.0042 957.801 L64.0042 963.658 L58.657 963.658 Q61.8398 965.504 63.3994 968.337 Q64.9272 971.137 64.9272 975.084 Q64.9272 981.545 59.771 985.619 Q54.6147 989.662 46.212 989.662 Q37.8093 989.662 32.6531 985.619 Q27.4968 981.545 27.4968 975.084 Q27.4968 971.137 29.0564 968.337 Q30.5842 965.504 33.7671 963.658 M46.212 983.614 Q52.6732 983.614 56.3653 980.972 Q60.0256 978.299 60.0256 973.652 Q60.0256 969.005 56.3653 966.331 Q52.6732 963.658 46.212 963.658 Q39.7508 963.658 36.0905 966.331 Q32.3984 969.005 32.3984 973.652 Q32.3984 978.299 36.0905 980.972 Q39.7508 983.614 46.212 983.614 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M28.3562 945.738 L28.3562 939.882 L64.0042 939.882 L64.0042 945.738 L28.3562 945.738 M14.479 945.738 L14.479 939.882 L21.895 939.882 L21.895 945.738 L14.479 945.738 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M46.0847 911.427 Q46.0847 918.525 47.7079 921.262 Q49.3312 923.999 53.2461 923.999 Q56.3653 923.999 58.2114 921.962 Q60.0256 919.893 60.0256 916.361 Q60.0256 911.491 56.5881 908.563 Q53.1188 905.602 47.3897 905.602 L46.0847 905.602 L46.0847 911.427 M43.6657 899.746 L64.0042 899.746 L64.0042 905.602 L58.5933 905.602 Q61.8398 907.608 63.3994 910.6 Q64.9272 913.591 64.9272 917.92 Q64.9272 923.395 61.8716 926.641 Q58.7843 929.856 53.6281 929.856 Q47.6125 929.856 44.5569 925.845 Q41.5014 921.803 41.5014 913.814 L41.5014 905.602 L40.9285 905.602 Q36.8862 905.602 34.6901 908.276 Q32.4621 910.918 32.4621 915.724 Q32.4621 918.779 33.1941 921.676 Q33.9262 924.572 35.3903 927.246 L29.9795 927.246 Q28.7381 924.031 28.1334 921.007 Q27.4968 917.984 27.4968 915.119 Q27.4968 907.385 31.5072 903.565 Q35.5176 899.746 43.6657 899.746 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M14.479 887.683 L14.479 881.827 L64.0042 881.827 L64.0042 887.683 L14.479 887.683 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M33.7671 825.395 L14.479 825.395 L14.479 819.538 L64.0042 819.538 L64.0042 825.395 L58.657 825.395 Q61.8398 827.241 63.3994 830.073 Q64.9272 832.874 64.9272 836.821 Q64.9272 843.282 59.771 847.356 Q54.6147 851.398 46.212 851.398 Q37.8093 851.398 32.6531 847.356 Q27.4968 843.282 27.4968 836.821 Q27.4968 832.874 29.0564 830.073 Q30.5842 827.241 33.7671 825.395 M46.212 845.351 Q52.6732 845.351 56.3653 842.709 Q60.0256 840.036 60.0256 835.389 Q60.0256 830.742 56.3653 828.068 Q52.6732 825.395 46.212 825.395 Q39.7508 825.395 36.0905 828.068 Q32.3984 830.742 32.3984 835.389 Q32.3984 840.036 36.0905 842.709 Q39.7508 845.351 46.212 845.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M28.3562 807.475 L28.3562 801.619 L64.0042 801.619 L64.0042 807.475 L28.3562 807.475 M14.479 807.475 L14.479 801.619 L21.895 801.619 L21.895 807.475 L14.479 807.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M29.4065 766.639 L34.9447 766.639 Q33.6716 769.122 33.035 771.795 Q32.3984 774.469 32.3984 777.333 Q32.3984 781.694 33.7352 783.89 Q35.072 786.055 37.7456 786.055 Q39.7826 786.055 40.9603 784.495 Q42.1061 782.935 43.1565 778.225 L43.6021 776.219 Q44.9389 769.981 47.3897 767.371 Q49.8086 764.729 54.1691 764.729 Q59.1344 764.729 62.0308 768.676 Q64.9272 772.591 64.9272 779.466 Q64.9272 782.331 64.3543 785.45 Q63.8132 788.537 62.6992 791.975 L56.6518 791.975 Q58.3387 788.728 59.198 785.577 Q60.0256 782.426 60.0256 779.339 Q60.0256 775.201 58.6251 772.973 Q57.1929 770.745 54.6147 770.745 Q52.2276 770.745 50.9545 772.368 Q49.6813 773.96 48.5037 779.402 L48.0262 781.439 Q46.8804 786.882 44.5251 789.301 Q42.138 791.72 38.0002 791.72 Q32.9713 791.72 30.2341 788.155 Q27.4968 784.59 27.4968 778.034 Q27.4968 774.787 27.9743 771.923 Q28.4517 769.058 29.4065 766.639 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M18.2347 749.611 L28.3562 749.611 L28.3562 737.548 L32.9077 737.548 L32.9077 749.611 L52.2594 749.611 Q56.6199 749.611 57.8613 748.433 Q59.1026 747.224 59.1026 743.563 L59.1026 737.548 L64.0042 737.548 L64.0042 743.563 Q64.0042 750.343 61.4897 752.921 Q58.9434 755.499 52.2594 755.499 L32.9077 755.499 L32.9077 759.796 L28.3562 759.796 L28.3562 755.499 L18.2347 755.499 L18.2347 749.611 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M46.0847 713.645 Q46.0847 720.742 47.7079 723.48 Q49.3312 726.217 53.2461 726.217 Q56.3653 726.217 58.2114 724.18 Q60.0256 722.111 60.0256 718.578 Q60.0256 713.708 56.5881 710.78 Q53.1188 707.82 47.3897 707.82 L46.0847 707.82 L46.0847 713.645 M43.6657 701.964 L64.0042 701.964 L64.0042 707.82 L58.5933 707.82 Q61.8398 709.825 63.3994 712.817 Q64.9272 715.809 64.9272 720.138 Q64.9272 725.612 61.8716 728.859 Q58.7843 732.073 53.6281 732.073 Q47.6125 732.073 44.5569 728.063 Q41.5014 724.021 41.5014 716.032 L41.5014 707.82 L40.9285 707.82 Q36.8862 707.82 34.6901 710.494 Q32.4621 713.135 32.4621 717.941 Q32.4621 720.997 33.1941 723.893 Q33.9262 726.79 35.3903 729.463 L29.9795 729.463 Q28.7381 726.249 28.1334 723.225 Q27.4968 720.201 27.4968 717.337 Q27.4968 709.602 31.5072 705.783 Q35.5176 701.964 43.6657 701.964 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M42.4881 660.268 L64.0042 660.268 L64.0042 666.125 L42.679 666.125 Q37.6183 666.125 35.1038 668.098 Q32.5894 670.071 32.5894 674.018 Q32.5894 678.761 35.6131 681.498 Q38.6368 684.235 43.8567 684.235 L64.0042 684.235 L64.0042 690.123 L28.3562 690.123 L28.3562 684.235 L33.8944 684.235 Q30.6797 682.134 29.0883 679.302 Q27.4968 676.437 27.4968 672.713 Q27.4968 666.57 31.3163 663.419 Q35.1038 660.268 42.4881 660.268 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M29.7248 622.933 L35.1993 622.933 Q33.8307 625.416 33.1623 627.93 Q32.4621 630.413 32.4621 632.959 Q32.4621 638.657 36.0905 641.808 Q39.6872 644.959 46.212 644.959 Q52.7369 644.959 56.3653 641.808 Q59.9619 638.657 59.9619 632.959 Q59.9619 630.413 59.2935 627.93 Q58.5933 625.416 57.2247 622.933 L62.6355 622.933 Q63.7814 625.384 64.3543 628.026 Q64.9272 630.636 64.9272 633.596 Q64.9272 641.648 59.8664 646.391 Q54.8057 651.133 46.212 651.133 Q37.491 651.133 32.4939 646.359 Q27.4968 641.553 27.4968 633.214 Q27.4968 630.508 28.0697 627.93 Q28.6108 625.352 29.7248 622.933 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M44.7161 582.256 L47.5806 582.256 L47.5806 609.183 Q53.6281 608.801 56.8109 605.555 Q59.9619 602.277 59.9619 596.452 Q59.9619 593.078 59.1344 589.927 Q58.3069 586.744 56.6518 583.625 L62.1899 583.625 Q63.5267 586.776 64.227 590.086 Q64.9272 593.396 64.9272 596.802 Q64.9272 605.332 59.9619 610.329 Q54.9967 615.294 46.5303 615.294 Q37.7774 615.294 32.6531 610.584 Q27.4968 605.841 27.4968 597.821 Q27.4968 590.627 32.1438 586.458 Q36.7589 582.256 44.7161 582.256 M42.9973 588.113 Q38.1912 588.177 35.3266 590.818 Q32.4621 593.428 32.4621 597.757 Q32.4621 602.658 35.2312 605.619 Q38.0002 608.547 43.0292 608.992 L42.9973 588.113 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M55.9197 571.148 L55.9197 564.432 L61.3942 564.432 L71.5793 569.652 L71.5793 573.758 L61.3942 571.148 L55.9197 571.148 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M33.8307 510.547 Q33.2578 511.533 33.0032 512.711 Q32.7167 513.857 32.7167 515.257 Q32.7167 520.223 35.9632 522.896 Q39.1779 525.538 45.2253 525.538 L64.0042 525.538 L64.0042 531.426 L28.3562 531.426 L28.3562 525.538 L33.8944 525.538 Q30.6479 523.692 29.0883 520.732 Q27.4968 517.772 27.4968 513.539 Q27.4968 512.934 27.5923 512.202 Q27.656 511.47 27.8151 510.579 L33.8307 510.547 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M634.079 25.0443 L634.079 31.8238 Q630.832 28.8 627.14 27.3041 Q623.48 25.8082 619.342 25.8082 Q611.194 25.8082 606.865 30.8052 Q602.537 35.7705 602.537 45.1917 Q602.537 54.5812 606.865 59.5782 Q611.194 64.5435 619.342 64.5435 Q623.48 64.5435 627.14 63.0475 Q630.832 61.5516 634.079 58.5279 L634.079 65.2437 Q630.705 67.5354 626.917 68.6812 Q623.162 69.827 618.96 69.827 Q608.17 69.827 601.964 63.2385 Q595.757 56.6182 595.757 45.1917 Q595.757 33.7335 601.964 27.145 Q608.17 20.5246 618.96 20.5246 Q623.225 20.5246 626.981 21.6705 Q630.769 22.7845 634.079 25.0443 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M657.568 37.3619 Q652.858 37.3619 650.12 41.054 Q647.383 44.7143 647.383 51.1118 Q647.383 57.5094 650.088 61.2015 Q652.826 64.8618 657.568 64.8618 Q662.247 64.8618 664.984 61.1697 Q667.721 57.4776 667.721 51.1118 Q667.721 44.778 664.984 41.0859 Q662.247 37.3619 657.568 37.3619 M657.568 32.3967 Q665.207 32.3967 669.568 37.3619 Q673.928 42.3272 673.928 51.1118 Q673.928 59.8647 669.568 64.8618 Q665.207 69.827 657.568 69.827 Q649.897 69.827 645.537 64.8618 Q641.208 59.8647 641.208 51.1118 Q641.208 42.3272 645.537 37.3619 Q649.897 32.3967 657.568 32.3967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M713.268 47.3879 L713.268 68.904 L707.412 68.904 L707.412 47.5789 Q707.412 42.5181 705.438 40.0037 Q703.465 37.4892 699.518 37.4892 Q694.776 37.4892 692.038 40.5129 Q689.301 43.5367 689.301 48.7565 L689.301 68.904 L683.413 68.904 L683.413 33.256 L689.301 33.256 L689.301 38.7942 Q691.402 35.5795 694.235 33.9881 Q697.099 32.3967 700.823 32.3967 Q706.966 32.3967 710.117 36.2161 Q713.268 40.0037 713.268 47.3879 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M750.603 34.6247 L750.603 40.0992 Q748.12 38.7306 745.606 38.0622 Q743.123 37.3619 740.577 37.3619 Q734.88 37.3619 731.729 40.9904 Q728.578 44.587 728.578 51.1118 Q728.578 57.6367 731.729 61.2652 Q734.88 64.8618 740.577 64.8618 Q743.123 64.8618 745.606 64.1934 Q748.12 63.4931 750.603 62.1245 L750.603 67.5354 Q748.152 68.6812 745.51 69.2541 Q742.9 69.827 739.94 69.827 Q731.888 69.827 727.145 64.7663 Q722.403 59.7056 722.403 51.1118 Q722.403 42.3908 727.177 37.3938 Q731.983 32.3967 740.322 32.3967 Q743.028 32.3967 745.606 32.9696 Q748.184 33.5107 750.603 34.6247 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M791.28 49.6159 L791.28 52.4805 L764.353 52.4805 Q764.735 58.5279 767.981 61.7108 Q771.26 64.8618 777.084 64.8618 Q780.458 64.8618 783.609 64.0342 Q786.792 63.2067 789.911 61.5516 L789.911 67.0898 Q786.76 68.4266 783.45 69.1268 Q780.14 69.827 776.734 69.827 Q768.204 69.827 763.207 64.8618 Q758.242 59.8965 758.242 51.4301 Q758.242 42.6773 762.952 37.5529 Q767.695 32.3967 775.716 32.3967 Q782.909 32.3967 787.078 37.0436 Q791.28 41.6588 791.28 49.6159 M785.423 47.8972 Q785.36 43.0911 782.718 40.2265 Q780.108 37.3619 775.779 37.3619 Q770.878 37.3619 767.918 40.131 Q764.989 42.9001 764.544 47.929 L785.423 47.8972 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M830.524 47.3879 L830.524 68.904 L824.668 68.904 L824.668 47.5789 Q824.668 42.5181 822.695 40.0037 Q820.721 37.4892 816.774 37.4892 Q812.032 37.4892 809.295 40.5129 Q806.558 43.5367 806.558 48.7565 L806.558 68.904 L800.669 68.904 L800.669 33.256 L806.558 33.256 L806.558 38.7942 Q808.658 35.5795 811.491 33.9881 Q814.356 32.3967 818.079 32.3967 Q824.222 32.3967 827.373 36.2161 Q830.524 40.0037 830.524 47.3879 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M847.998 23.1346 L847.998 33.256 L860.061 33.256 L860.061 37.8075 L847.998 37.8075 L847.998 57.1593 Q847.998 61.5198 849.176 62.7611 Q850.385 64.0024 854.046 64.0024 L860.061 64.0024 L860.061 68.904 L854.046 68.904 Q847.266 68.904 844.688 66.3895 Q842.11 63.8433 842.11 57.1593 L842.11 37.8075 L837.813 37.8075 L837.813 33.256 L842.11 33.256 L842.11 23.1346 L847.998 23.1346 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M888.421 38.7306 Q887.434 38.1576 886.256 37.903 Q885.11 37.6166 883.71 37.6166 Q878.745 37.6166 876.071 40.8631 Q873.429 44.0777 873.429 50.1252 L873.429 68.904 L867.541 68.904 L867.541 33.256 L873.429 33.256 L873.429 38.7942 Q875.275 35.5477 878.235 33.9881 Q881.195 32.3967 885.429 32.3967 Q886.033 32.3967 886.765 32.4922 Q887.497 32.5558 888.389 32.715 L888.421 38.7306 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M910.764 50.9845 Q903.666 50.9845 900.929 52.6078 Q898.192 54.231 898.192 58.146 Q898.192 61.2652 900.229 63.1112 Q902.298 64.9254 905.831 64.9254 Q910.7 64.9254 913.629 61.488 Q916.589 58.0186 916.589 52.2895 L916.589 50.9845 L910.764 50.9845 M922.445 48.5656 L922.445 68.904 L916.589 68.904 L916.589 63.4931 Q914.584 66.7397 911.592 68.2993 Q908.6 69.827 904.271 69.827 Q898.797 69.827 895.55 66.7715 Q892.335 63.6841 892.335 58.5279 Q892.335 52.5123 896.346 49.4568 Q900.388 46.4012 908.377 46.4012 L916.589 46.4012 L916.589 45.8283 Q916.589 41.7861 913.915 39.5899 Q911.273 37.3619 906.467 37.3619 Q903.412 37.3619 900.515 38.094 Q897.619 38.826 894.945 40.2901 L894.945 34.8793 Q898.16 33.638 901.184 33.0332 Q904.207 32.3967 907.072 32.3967 Q914.806 32.3967 918.626 36.4071 Q922.445 40.4175 922.445 48.5656 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M940.301 23.1346 L940.301 33.256 L952.364 33.256 L952.364 37.8075 L940.301 37.8075 L940.301 57.1593 Q940.301 61.5198 941.479 62.7611 Q942.688 64.0024 946.348 64.0024 L952.364 64.0024 L952.364 68.904 L946.348 68.904 Q939.569 68.904 936.991 66.3895 Q934.413 63.8433 934.413 57.1593 L934.413 37.8075 L930.116 37.8075 L930.116 33.256 L934.413 33.256 L934.413 23.1346 L940.301 23.1346 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M960.067 33.256 L965.923 33.256 L965.923 68.904 L960.067 68.904 L960.067 33.256 M960.067 19.3788 L965.923 19.3788 L965.923 26.7949 L960.067 26.7949 L960.067 19.3788 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M991.991 37.3619 Q987.28 37.3619 984.543 41.054 Q981.805 44.7143 981.805 51.1118 Q981.805 57.5094 984.511 61.2015 Q987.248 64.8618 991.991 64.8618 Q996.669 64.8618 999.407 61.1697 Q1002.14 57.4776 1002.14 51.1118 Q1002.14 44.778 999.407 41.0859 Q996.669 37.3619 991.991 37.3619 M991.991 32.3967 Q999.629 32.3967 1003.99 37.3619 Q1008.35 42.3272 1008.35 51.1118 Q1008.35 59.8647 1003.99 64.8618 Q999.629 69.827 991.991 69.827 Q984.32 69.827 979.959 64.8618 Q975.631 59.8647 975.631 51.1118 Q975.631 42.3272 979.959 37.3619 Q984.32 32.3967 991.991 32.3967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1047.69 47.3879 L1047.69 68.904 L1041.83 68.904 L1041.83 47.5789 Q1041.83 42.5181 1039.86 40.0037 Q1037.89 37.4892 1033.94 37.4892 Q1029.2 37.4892 1026.46 40.5129 Q1023.72 43.5367 1023.72 48.7565 L1023.72 68.904 L1017.84 68.904 L1017.84 33.256 L1023.72 33.256 L1023.72 38.7942 Q1025.82 35.5795 1028.66 33.9881 Q1031.52 32.3967 1035.25 32.3967 Q1041.39 32.3967 1044.54 36.2161 Q1047.69 40.0037 1047.69 47.3879 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1096.29 50.9845 Q1089.19 50.9845 1086.46 52.6078 Q1083.72 54.231 1083.72 58.146 Q1083.72 61.2652 1085.76 63.1112 Q1087.83 64.9254 1091.36 64.9254 Q1096.23 64.9254 1099.16 61.488 Q1102.12 58.0186 1102.12 52.2895 L1102.12 50.9845 L1096.29 50.9845 M1107.97 48.5656 L1107.97 68.904 L1102.12 68.904 L1102.12 63.4931 Q1100.11 66.7397 1097.12 68.2993 Q1094.13 69.827 1089.8 69.827 Q1084.33 69.827 1081.08 66.7715 Q1077.86 63.6841 1077.86 58.5279 Q1077.86 52.5123 1081.87 49.4568 Q1085.92 46.4012 1093.91 46.4012 L1102.12 46.4012 L1102.12 45.8283 Q1102.12 41.7861 1099.44 39.5899 Q1096.8 37.3619 1092 37.3619 Q1088.94 37.3619 1086.04 38.094 Q1083.15 38.826 1080.47 40.2901 L1080.47 34.8793 Q1083.69 33.638 1086.71 33.0332 Q1089.74 32.3967 1092.6 32.3967 Q1100.33 32.3967 1104.15 36.4071 Q1107.97 40.4175 1107.97 48.5656 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1149.67 47.3879 L1149.67 68.904 L1143.81 68.904 L1143.81 47.5789 Q1143.81 42.5181 1141.84 40.0037 Q1139.87 37.4892 1135.92 37.4892 Q1131.18 37.4892 1128.44 40.5129 Q1125.7 43.5367 1125.7 48.7565 L1125.7 68.904 L1119.81 68.904 L1119.81 33.256 L1125.7 33.256 L1125.7 38.7942 Q1127.8 35.5795 1130.64 33.9881 Q1133.5 32.3967 1137.22 32.3967 Q1143.37 32.3967 1146.52 36.2161 Q1149.67 40.0037 1149.67 47.3879 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1184.81 38.6669 L1184.81 19.3788 L1190.66 19.3788 L1190.66 68.904 L1184.81 68.904 L1184.81 63.5568 Q1182.96 66.7397 1180.13 68.2993 Q1177.33 69.827 1173.38 69.827 Q1166.92 69.827 1162.85 64.6708 Q1158.8 59.5146 1158.8 51.1118 Q1158.8 42.7091 1162.85 37.5529 Q1166.92 32.3967 1173.38 32.3967 Q1177.33 32.3967 1180.13 33.9563 Q1182.96 35.484 1184.81 38.6669 M1164.85 51.1118 Q1164.85 57.573 1167.49 61.2652 Q1170.17 64.9254 1174.81 64.9254 Q1179.46 64.9254 1182.13 61.2652 Q1184.81 57.573 1184.81 51.1118 Q1184.81 44.6507 1182.13 40.9904 Q1179.46 37.2983 1174.81 37.2983 Q1170.17 37.2983 1167.49 40.9904 Q1164.85 44.6507 1164.85 51.1118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1219.25 33.256 L1225.45 33.256 L1236.59 63.1749 L1247.73 33.256 L1253.94 33.256 L1240.57 68.904 L1232.61 68.904 L1219.25 33.256 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1292.52 49.6159 L1292.52 52.4805 L1265.59 52.4805 Q1265.97 58.5279 1269.22 61.7108 Q1272.5 64.8618 1278.32 64.8618 Q1281.69 64.8618 1284.84 64.0342 Q1288.03 63.2067 1291.15 61.5516 L1291.15 67.0898 Q1288 68.4266 1284.69 69.1268 Q1281.38 69.827 1277.97 69.827 Q1269.44 69.827 1264.44 64.8618 Q1259.48 59.8965 1259.48 51.4301 Q1259.48 42.6773 1264.19 37.5529 Q1268.93 32.3967 1276.95 32.3967 Q1284.14 32.3967 1288.31 37.0436 Q1292.52 41.6588 1292.52 49.6159 M1286.66 47.8972 Q1286.6 43.0911 1283.95 40.2265 Q1281.34 37.3619 1277.02 37.3619 Q1272.11 37.3619 1269.15 40.131 Q1266.23 42.9001 1265.78 47.929 L1286.66 47.8972 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1302.13 19.3788 L1307.98 19.3788 L1307.98 68.904 L1302.13 68.904 L1302.13 19.3788 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1334.05 37.3619 Q1329.34 37.3619 1326.6 41.054 Q1323.87 44.7143 1323.87 51.1118 Q1323.87 57.5094 1326.57 61.2015 Q1329.31 64.8618 1334.05 64.8618 Q1338.73 64.8618 1341.47 61.1697 Q1344.21 57.4776 1344.21 51.1118 Q1344.21 44.778 1341.47 41.0859 Q1338.73 37.3619 1334.05 37.3619 M1334.05 32.3967 Q1341.69 32.3967 1346.05 37.3619 Q1350.41 42.3272 1350.41 51.1118 Q1350.41 59.8647 1346.05 64.8618 Q1341.69 69.827 1334.05 69.827 Q1326.38 69.827 1322.02 64.8618 Q1317.69 59.8647 1317.69 51.1118 Q1317.69 42.3272 1322.02 37.3619 Q1326.38 32.3967 1334.05 32.3967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1385.77 34.6247 L1385.77 40.0992 Q1383.29 38.7306 1380.78 38.0622 Q1378.29 37.3619 1375.75 37.3619 Q1370.05 37.3619 1366.9 40.9904 Q1363.75 44.587 1363.75 51.1118 Q1363.75 57.6367 1366.9 61.2652 Q1370.05 64.8618 1375.75 64.8618 Q1378.29 64.8618 1380.78 64.1934 Q1383.29 63.4931 1385.77 62.1245 L1385.77 67.5354 Q1383.32 68.6812 1380.68 69.2541 Q1378.07 69.827 1375.11 69.827 Q1367.06 69.827 1362.32 64.7663 Q1357.57 59.7056 1357.57 51.1118 Q1357.57 42.3908 1362.35 37.3938 Q1367.15 32.3967 1375.49 32.3967 Q1378.2 32.3967 1380.78 32.9696 Q1383.35 33.5107 1385.77 34.6247 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1395.96 33.256 L1401.81 33.256 L1401.81 68.904 L1395.96 68.904 L1395.96 33.256 M1395.96 19.3788 L1401.81 19.3788 L1401.81 26.7949 L1395.96 26.7949 L1395.96 19.3788 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1419.86 23.1346 L1419.86 33.256 L1431.92 33.256 L1431.92 37.8075 L1419.86 37.8075 L1419.86 57.1593 Q1419.86 61.5198 1421.04 62.7611 Q1422.25 64.0024 1425.91 64.0024 L1431.92 64.0024 L1431.92 68.904 L1425.91 68.904 Q1419.13 68.904 1416.55 66.3895 Q1413.97 63.8433 1413.97 57.1593 L1413.97 37.8075 L1409.68 37.8075 L1409.68 33.256 L1413.97 33.256 L1413.97 23.1346 L1419.86 23.1346 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1454.46 72.2142 Q1451.98 78.5799 1449.62 80.5214 Q1447.27 82.463 1443.32 82.463 L1438.64 82.463 L1438.64 77.5614 L1442.08 77.5614 Q1444.5 77.5614 1445.83 76.4155 Q1447.17 75.2697 1448.79 71.0047 L1449.84 68.3311 L1435.43 33.256 L1441.63 33.256 L1452.77 61.1378 L1463.91 33.256 L1470.12 33.256 L1454.46 72.2142 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1504.59 63.5568 L1504.59 82.463 L1498.7 82.463 L1498.7 33.256 L1504.59 33.256 L1504.59 38.6669 Q1506.44 35.484 1509.24 33.9563 Q1512.07 32.3967 1515.98 32.3967 Q1522.48 32.3967 1526.52 37.5529 Q1530.59 42.7091 1530.59 51.1118 Q1530.59 59.5146 1526.52 64.6708 Q1522.48 69.827 1515.98 69.827 Q1512.07 69.827 1509.24 68.2993 Q1506.44 66.7397 1504.59 63.5568 M1524.51 51.1118 Q1524.51 44.6507 1521.84 40.9904 Q1519.2 37.2983 1514.55 37.2983 Q1509.9 37.2983 1507.23 40.9904 Q1504.59 44.6507 1504.59 51.1118 Q1504.59 57.573 1507.23 61.2652 Q1509.9 64.9254 1514.55 64.9254 Q1519.2 64.9254 1521.84 61.2652 Q1524.51 57.573 1524.51 51.1118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1560.96 38.7306 Q1559.97 38.1576 1558.79 37.903 Q1557.65 37.6166 1556.25 37.6166 Q1551.28 37.6166 1548.61 40.8631 Q1545.97 44.0777 1545.97 50.1252 L1545.97 68.904 L1540.08 68.904 L1540.08 33.256 L1545.97 33.256 L1545.97 38.7942 Q1547.81 35.5477 1550.77 33.9881 Q1553.73 32.3967 1557.97 32.3967 Q1558.57 32.3967 1559.3 32.4922 Q1560.03 32.5558 1560.93 32.715 L1560.96 38.7306 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1579.48 37.3619 Q1574.77 37.3619 1572.03 41.054 Q1569.3 44.7143 1569.3 51.1118 Q1569.3 57.5094 1572 61.2015 Q1574.74 64.8618 1579.48 64.8618 Q1584.16 64.8618 1586.9 61.1697 Q1589.63 57.4776 1589.63 51.1118 Q1589.63 44.778 1586.9 41.0859 Q1584.16 37.3619 1579.48 37.3619 M1579.48 32.3967 Q1587.12 32.3967 1591.48 37.3619 Q1595.84 42.3272 1595.84 51.1118 Q1595.84 59.8647 1591.48 64.8618 Q1587.12 69.827 1579.48 69.827 Q1571.81 69.827 1567.45 64.8618 Q1563.12 59.8647 1563.12 51.1118 Q1563.12 42.3272 1567.45 37.3619 Q1571.81 32.3967 1579.48 32.3967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1623.6 19.3788 L1623.6 24.2486 L1617.99 24.2486 Q1614.84 24.2486 1613.6 25.5217 Q1612.39 26.7949 1612.39 30.105 L1612.39 33.256 L1622.04 33.256 L1622.04 37.8075 L1612.39 37.8075 L1612.39 68.904 L1606.5 68.904 L1606.5 37.8075 L1600.9 37.8075 L1600.9 33.256 L1606.5 33.256 L1606.5 30.7734 Q1606.5 24.8215 1609.27 22.1161 Q1612.04 19.3788 1618.06 19.3788 L1623.6 19.3788 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1628.5 33.256 L1634.35 33.256 L1634.35 68.904 L1628.5 68.904 L1628.5 33.256 M1628.5 19.3788 L1634.35 19.3788 L1634.35 26.7949 L1628.5 26.7949 L1628.5 19.3788 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1646.61 19.3788 L1652.46 19.3788 L1652.46 68.904 L1646.61 68.904 L1646.61 19.3788 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1695.21 49.6159 L1695.21 52.4805 L1668.28 52.4805 Q1668.67 58.5279 1671.91 61.7108 Q1675.19 64.8618 1681.01 64.8618 Q1684.39 64.8618 1687.54 64.0342 Q1690.72 63.2067 1693.84 61.5516 L1693.84 67.0898 Q1690.69 68.4266 1687.38 69.1268 Q1684.07 69.827 1680.66 69.827 Q1672.13 69.827 1667.14 64.8618 Q1662.17 59.8965 1662.17 51.4301 Q1662.17 42.6773 1666.88 37.5529 Q1671.63 32.3967 1679.65 32.3967 Q1686.84 32.3967 1691.01 37.0436 Q1695.21 41.6588 1695.21 49.6159 M1689.35 47.8972 Q1689.29 43.0911 1686.65 40.2265 Q1684.04 37.3619 1679.71 37.3619 Q1674.81 37.3619 1671.85 40.131 Q1668.92 42.9001 1668.47 47.929 L1689.35 47.8972 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1727.55 34.3064 L1727.55 39.8445 Q1725.07 38.5714 1722.39 37.9348 Q1719.72 37.2983 1716.85 37.2983 Q1712.49 37.2983 1710.3 38.6351 Q1708.13 39.9719 1708.13 42.6455 Q1708.13 44.6825 1709.69 45.8601 Q1711.25 47.006 1715.96 48.0563 L1717.97 48.5019 Q1724.21 49.8387 1726.82 52.2895 Q1729.46 54.7085 1729.46 59.069 Q1729.46 64.0342 1725.51 66.9306 Q1721.6 69.827 1714.72 69.827 Q1711.86 69.827 1708.74 69.2541 Q1705.65 68.713 1702.21 67.599 L1702.21 61.5516 Q1705.46 63.2385 1708.61 64.0979 Q1711.76 64.9254 1714.85 64.9254 Q1718.99 64.9254 1721.21 63.525 Q1723.44 62.0927 1723.44 59.5146 Q1723.44 57.1274 1721.82 55.8543 Q1720.23 54.5812 1714.78 53.4035 L1712.75 52.9261 Q1707.31 51.7802 1704.89 49.4249 Q1702.47 47.0378 1702.47 42.9001 Q1702.47 37.8712 1706.03 35.1339 Q1709.6 32.3967 1716.15 32.3967 Q1719.4 32.3967 1722.26 32.8741 Q1725.13 33.3515 1727.55 34.3064 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M726.27 97.9475 L726.27 115.803 L734.354 115.803 Q738.842 115.803 741.293 113.48 Q743.744 111.156 743.744 106.86 Q743.744 102.595 741.293 100.271 Q738.842 97.9475 734.354 97.9475 L726.27 97.9475 M719.841 92.664 L734.354 92.664 Q742.343 92.664 746.418 96.2925 Q750.523 99.8891 750.523 106.86 Q750.523 113.894 746.418 117.49 Q742.343 121.087 734.354 121.087 L726.27 121.087 L726.27 140.184 L719.841 140.184 L719.841 92.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M778.405 110.011 Q777.418 109.438 776.241 109.183 Q775.095 108.897 773.695 108.897 Q768.729 108.897 766.056 112.143 Q763.414 115.358 763.414 121.405 L763.414 140.184 L757.526 140.184 L757.526 104.536 L763.414 104.536 L763.414 110.074 Q765.26 106.828 768.22 105.268 Q771.18 103.677 775.413 103.677 Q776.018 103.677 776.75 103.772 Q777.482 103.836 778.373 103.995 L778.405 110.011 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M800.749 122.265 Q793.651 122.265 790.914 123.888 Q788.177 125.511 788.177 129.426 Q788.177 132.545 790.214 134.391 Q792.282 136.205 795.815 136.205 Q800.685 136.205 803.613 132.768 Q806.573 129.299 806.573 123.57 L806.573 122.265 L800.749 122.265 M812.43 119.846 L812.43 140.184 L806.573 140.184 L806.573 134.773 Q804.568 138.02 801.576 139.579 Q798.584 141.107 794.256 141.107 Q788.781 141.107 785.535 138.051 Q782.32 134.964 782.32 129.808 Q782.32 123.792 786.33 120.737 Q790.373 117.681 798.362 117.681 L806.573 117.681 L806.573 117.108 Q806.573 113.066 803.9 110.87 Q801.258 108.642 796.452 108.642 Q793.396 108.642 790.5 109.374 Q787.604 110.106 784.93 111.57 L784.93 106.159 Q788.145 104.918 791.168 104.313 Q794.192 103.677 797.057 103.677 Q804.791 103.677 808.61 107.687 Q812.43 111.697 812.43 119.846 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M854.125 118.668 L854.125 140.184 L848.269 140.184 L848.269 118.859 Q848.269 113.798 846.295 111.284 Q844.322 108.769 840.375 108.769 Q835.633 108.769 832.896 111.793 Q830.158 114.817 830.158 120.037 L830.158 140.184 L824.27 140.184 L824.27 104.536 L830.158 104.536 L830.158 110.074 Q832.259 106.86 835.092 105.268 Q837.956 103.677 841.68 103.677 Q847.823 103.677 850.974 107.496 Q854.125 111.284 854.125 118.668 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M889.264 109.947 L889.264 90.6588 L895.12 90.6588 L895.12 140.184 L889.264 140.184 L889.264 134.837 Q887.418 138.02 884.585 139.579 Q881.784 141.107 877.838 141.107 Q871.376 141.107 867.302 135.951 Q863.26 130.795 863.26 122.392 Q863.26 113.989 867.302 108.833 Q871.376 103.677 877.838 103.677 Q881.784 103.677 884.585 105.236 Q887.418 106.764 889.264 109.947 M869.307 122.392 Q869.307 128.853 871.949 132.545 Q874.623 136.205 879.27 136.205 Q883.917 136.205 886.59 132.545 Q889.264 128.853 889.264 122.392 Q889.264 115.931 886.59 112.27 Q883.917 108.578 879.27 108.578 Q874.623 108.578 871.949 112.27 Q869.307 115.931 869.307 122.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M912.976 94.4146 L912.976 104.536 L925.039 104.536 L925.039 109.088 L912.976 109.088 L912.976 128.439 Q912.976 132.8 914.154 134.041 Q915.363 135.282 919.024 135.282 L925.039 135.282 L925.039 140.184 L919.024 140.184 Q912.244 140.184 909.666 137.67 Q907.088 135.123 907.088 128.439 L907.088 109.088 L902.791 109.088 L902.791 104.536 L907.088 104.536 L907.088 94.4146 L912.976 94.4146 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M932.742 90.6588 L938.598 90.6588 L938.598 140.184 L932.742 140.184 L932.742 90.6588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M999.327 111.379 Q1001.52 107.432 1004.58 105.555 Q1007.63 103.677 1011.77 103.677 Q1017.34 103.677 1020.37 107.592 Q1023.39 111.475 1023.39 118.668 L1023.39 140.184 L1017.5 140.184 L1017.5 118.859 Q1017.5 113.734 1015.69 111.252 Q1013.87 108.769 1010.15 108.769 Q1005.6 108.769 1002.96 111.793 Q1000.31 114.817 1000.31 120.037 L1000.31 140.184 L994.425 140.184 L994.425 118.859 Q994.425 113.703 992.611 111.252 Q990.797 108.769 987.009 108.769 Q982.522 108.769 979.88 111.825 Q977.238 114.848 977.238 120.037 L977.238 140.184 L971.35 140.184 L971.35 104.536 L977.238 104.536 L977.238 110.074 Q979.243 106.796 982.044 105.236 Q984.845 103.677 988.696 103.677 Q992.579 103.677 995.285 105.65 Q998.022 107.623 999.327 111.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1035.07 104.536 L1040.93 104.536 L1040.93 140.184 L1035.07 140.184 L1035.07 104.536 M1035.07 90.6588 L1040.93 90.6588 L1040.93 98.0749 L1035.07 98.0749 L1035.07 90.6588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1082.81 104.536 L1069.92 121.883 L1083.48 140.184 L1076.57 140.184 L1066.2 126.179 L1055.82 140.184 L1048.92 140.184 L1062.76 121.532 L1050.09 104.536 L1057 104.536 L1066.45 117.236 L1075.91 104.536 L1082.81 104.536 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1091.76 104.536 L1097.61 104.536 L1097.61 140.184 L1091.76 140.184 L1091.76 104.536 M1091.76 90.6588 L1097.61 90.6588 L1097.61 98.0749 L1091.76 98.0749 L1091.76 90.6588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1139.5 118.668 L1139.5 140.184 L1133.64 140.184 L1133.64 118.859 Q1133.64 113.798 1131.67 111.284 Q1129.7 108.769 1125.75 108.769 Q1121.01 108.769 1118.27 111.793 Q1115.53 114.817 1115.53 120.037 L1115.53 140.184 L1109.64 140.184 L1109.64 104.536 L1115.53 104.536 L1115.53 110.074 Q1117.63 106.86 1120.47 105.268 Q1123.33 103.677 1127.05 103.677 Q1133.2 103.677 1136.35 107.496 Q1139.5 111.284 1139.5 118.668 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1174.64 121.946 Q1174.64 115.581 1172 112.079 Q1169.39 108.578 1164.64 108.578 Q1159.93 108.578 1157.29 112.079 Q1154.68 115.581 1154.68 121.946 Q1154.68 128.28 1157.29 131.781 Q1159.93 135.282 1164.64 135.282 Q1169.39 135.282 1172 131.781 Q1174.64 128.28 1174.64 121.946 M1180.5 135.76 Q1180.5 144.863 1176.45 149.287 Q1172.41 153.743 1164.07 153.743 Q1160.98 153.743 1158.25 153.266 Q1155.51 152.82 1152.93 151.865 L1152.93 146.168 Q1155.51 147.568 1158.02 148.237 Q1160.54 148.905 1163.15 148.905 Q1168.91 148.905 1171.77 145.881 Q1174.64 142.889 1174.64 136.81 L1174.64 133.914 Q1172.82 137.065 1169.99 138.624 Q1167.16 140.184 1163.21 140.184 Q1156.66 140.184 1152.65 135.187 Q1148.63 130.19 1148.63 121.946 Q1148.63 113.671 1152.65 108.674 Q1156.66 103.677 1163.21 103.677 Q1167.16 103.677 1169.99 105.236 Q1172.82 106.796 1174.64 109.947 L1174.64 104.536 L1180.5 104.536 L1180.5 135.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1213.28 90.6588 L1219.13 90.6588 L1219.13 140.184 L1213.28 140.184 L1213.28 90.6588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1261.88 120.896 L1261.88 123.76 L1234.95 123.76 Q1235.34 129.808 1238.58 132.991 Q1241.86 136.142 1247.69 136.142 Q1251.06 136.142 1254.21 135.314 Q1257.39 134.487 1260.51 132.832 L1260.51 138.37 Q1257.36 139.707 1254.05 140.407 Q1250.74 141.107 1247.33 141.107 Q1238.8 141.107 1233.81 136.142 Q1228.84 131.177 1228.84 122.71 Q1228.84 113.957 1233.55 108.833 Q1238.3 103.677 1246.32 103.677 Q1253.51 103.677 1257.68 108.324 Q1261.88 112.939 1261.88 120.896 M1256.02 119.177 Q1255.96 114.371 1253.32 111.506 Q1250.71 108.642 1246.38 108.642 Q1241.48 108.642 1238.52 111.411 Q1235.59 114.18 1235.14 119.209 L1256.02 119.177 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1301.13 118.668 L1301.13 140.184 L1295.27 140.184 L1295.27 118.859 Q1295.27 113.798 1293.3 111.284 Q1291.32 108.769 1287.38 108.769 Q1282.63 108.769 1279.9 111.793 Q1277.16 114.817 1277.16 120.037 L1277.16 140.184 L1271.27 140.184 L1271.27 104.536 L1277.16 104.536 L1277.16 110.074 Q1279.26 106.86 1282.09 105.268 Q1284.96 103.677 1288.68 103.677 Q1294.82 103.677 1297.97 107.496 Q1301.13 111.284 1301.13 118.668 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1336.26 121.946 Q1336.26 115.581 1333.62 112.079 Q1331.01 108.578 1326.27 108.578 Q1321.56 108.578 1318.92 112.079 Q1316.31 115.581 1316.31 121.946 Q1316.31 128.28 1318.92 131.781 Q1321.56 135.282 1326.27 135.282 Q1331.01 135.282 1333.62 131.781 Q1336.26 128.28 1336.26 121.946 M1342.12 135.76 Q1342.12 144.863 1338.08 149.287 Q1334.04 153.743 1325.7 153.743 Q1322.61 153.743 1319.87 153.266 Q1317.13 152.82 1314.56 151.865 L1314.56 146.168 Q1317.13 147.568 1319.65 148.237 Q1322.16 148.905 1324.77 148.905 Q1330.53 148.905 1333.4 145.881 Q1336.26 142.889 1336.26 136.81 L1336.26 133.914 Q1334.45 137.065 1331.62 138.624 Q1328.78 140.184 1324.84 140.184 Q1318.28 140.184 1314.27 135.187 Q1310.26 130.19 1310.26 121.946 Q1310.26 113.671 1314.27 108.674 Q1318.28 103.677 1324.84 103.677 Q1328.78 103.677 1331.62 105.236 Q1334.45 106.796 1336.26 109.947 L1336.26 104.536 L1342.12 104.536 L1342.12 135.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1359.98 94.4146 L1359.98 104.536 L1372.04 104.536 L1372.04 109.088 L1359.98 109.088 L1359.98 128.439 Q1359.98 132.8 1361.15 134.041 Q1362.36 135.282 1366.02 135.282 L1372.04 135.282 L1372.04 140.184 L1366.02 140.184 Q1359.24 140.184 1356.67 137.67 Q1354.09 135.123 1354.09 128.439 L1354.09 109.088 L1349.79 109.088 L1349.79 104.536 L1354.09 104.536 L1354.09 94.4146 L1359.98 94.4146 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1409.37 118.668 L1409.37 140.184 L1403.52 140.184 L1403.52 118.859 Q1403.52 113.798 1401.54 111.284 Q1399.57 108.769 1395.62 108.769 Q1390.88 108.769 1388.14 111.793 Q1385.41 114.817 1385.41 120.037 L1385.41 140.184 L1379.52 140.184 L1379.52 90.6588 L1385.41 90.6588 L1385.41 110.074 Q1387.51 106.86 1390.34 105.268 Q1393.21 103.677 1396.93 103.677 Q1403.07 103.677 1406.22 107.496 Q1409.37 111.284 1409.37 118.668 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1469.53 111.379 Q1471.73 107.432 1474.78 105.555 Q1477.84 103.677 1481.97 103.677 Q1487.54 103.677 1490.57 107.592 Q1493.59 111.475 1493.59 118.668 L1493.59 140.184 L1487.7 140.184 L1487.7 118.859 Q1487.7 113.734 1485.89 111.252 Q1484.08 108.769 1480.35 108.769 Q1475.8 108.769 1473.16 111.793 Q1470.52 114.817 1470.52 120.037 L1470.52 140.184 L1464.63 140.184 L1464.63 118.859 Q1464.63 113.703 1462.81 111.252 Q1461 108.769 1457.21 108.769 Q1452.72 108.769 1450.08 111.825 Q1447.44 114.848 1447.44 120.037 L1447.44 140.184 L1441.55 140.184 L1441.55 104.536 L1447.44 104.536 L1447.44 110.074 Q1449.45 106.796 1452.25 105.236 Q1455.05 103.677 1458.9 103.677 Q1462.78 103.677 1465.49 105.65 Q1468.22 107.623 1469.53 111.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1519.09 108.642 Q1514.38 108.642 1511.64 112.334 Q1508.9 115.994 1508.9 122.392 Q1508.9 128.789 1511.61 132.481 Q1514.34 136.142 1519.09 136.142 Q1523.77 136.142 1526.5 132.45 Q1529.24 128.758 1529.24 122.392 Q1529.24 116.058 1526.5 112.366 Q1523.77 108.642 1519.09 108.642 M1519.09 103.677 Q1526.73 103.677 1531.09 108.642 Q1535.45 113.607 1535.45 122.392 Q1535.45 131.145 1531.09 136.142 Q1526.73 141.107 1519.09 141.107 Q1511.42 141.107 1507.06 136.142 Q1502.73 131.145 1502.73 122.392 Q1502.73 113.607 1507.06 108.642 Q1511.42 103.677 1519.09 103.677 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1568.61 109.947 L1568.61 90.6588 L1574.47 90.6588 L1574.47 140.184 L1568.61 140.184 L1568.61 134.837 Q1566.77 138.02 1563.93 139.579 Q1561.13 141.107 1557.19 141.107 Q1550.72 141.107 1546.65 135.951 Q1542.61 130.795 1542.61 122.392 Q1542.61 113.989 1546.65 108.833 Q1550.72 103.677 1557.19 103.677 Q1561.13 103.677 1563.93 105.236 Q1566.77 106.764 1568.61 109.947 M1548.66 122.392 Q1548.66 128.853 1551.3 132.545 Q1553.97 136.205 1558.62 136.205 Q1563.26 136.205 1565.94 132.545 Q1568.61 128.853 1568.61 122.392 Q1568.61 115.931 1565.94 112.27 Q1563.26 108.578 1558.62 108.578 Q1553.97 108.578 1551.3 112.27 Q1548.66 115.931 1548.66 122.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1617.02 120.896 L1617.02 123.76 L1590.1 123.76 Q1590.48 129.808 1593.72 132.991 Q1597 136.142 1602.83 136.142 Q1606.2 136.142 1609.35 135.314 Q1612.54 134.487 1615.65 132.832 L1615.65 138.37 Q1612.5 139.707 1609.19 140.407 Q1605.88 141.107 1602.48 141.107 Q1593.95 141.107 1588.95 136.142 Q1583.99 131.177 1583.99 122.71 Q1583.99 113.957 1588.7 108.833 Q1593.44 103.677 1601.46 103.677 Q1608.65 103.677 1612.82 108.324 Q1617.02 112.939 1617.02 120.896 M1611.17 119.177 Q1611.1 114.371 1608.46 111.506 Q1605.85 108.642 1601.52 108.642 Q1596.62 108.642 1593.66 111.411 Q1590.73 114.18 1590.29 119.209 L1611.17 119.177 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1626.64 90.6588 L1632.49 90.6588 L1632.49 140.184 L1626.64 140.184 L1626.64 90.6588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip622)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " -420.973,632.463 -420.839,632.47 -420.705,632.493 -420.571,632.532 -420.436,632.585 -420.302,632.654 -420.168,632.739 -420.033,632.838 -419.899,632.953 -419.765,633.083 \n", " -419.631,633.228 -419.496,633.388 -419.362,633.564 -419.228,633.754 -419.093,633.959 -418.959,634.18 -418.825,634.415 -418.691,634.665 -418.556,634.929 -418.422,635.208 \n", " -418.288,635.502 -418.153,635.81 -418.019,636.133 -417.885,636.47 -417.751,636.821 -417.616,637.186 -417.482,637.565 -417.348,637.958 -417.213,638.365 -417.079,638.786 \n", " -416.945,639.22 -416.811,639.667 -416.676,640.128 -416.542,640.602 -416.408,641.089 -416.273,641.588 -416.139,642.101 -416.005,642.626 -415.871,643.163 -415.736,643.713 \n", " -415.602,644.275 -415.468,644.849 -415.333,645.435 -415.199,646.032 -415.065,646.641 -414.93,647.262 -414.796,647.893 -414.662,648.536 -414.528,649.189 -414.393,649.853 \n", " -414.259,650.528 -414.125,651.212 -413.99,651.907 -413.856,652.612 -413.722,653.327 -413.588,654.051 -413.453,654.784 -413.319,655.527 -413.185,656.279 -413.05,657.039 \n", " -412.916,657.808 -412.782,658.585 -412.648,659.371 -412.513,660.164 -412.379,660.966 -412.245,661.775 -412.11,662.591 -411.976,663.414 -411.842,664.245 -411.708,665.082 \n", " -411.573,665.926 -411.439,666.776 -411.305,667.632 -411.17,668.494 -411.036,669.362 -410.902,670.235 -410.768,671.114 -410.633,671.998 -410.499,672.886 -410.365,673.78 \n", " -410.23,674.678 -410.096,675.58 -409.962,676.486 -409.828,677.396 -409.693,678.309 -409.559,679.226 -409.425,680.147 -409.29,681.07 -409.156,681.996 -409.022,682.925 \n", " -408.888,683.856 -408.753,684.79 -408.619,685.725 -408.485,686.662 -408.35,687.601 -408.216,688.541 -408.082,689.483 -407.948,690.425 -407.813,691.369 -407.679,692.313 \n", " -407.545,693.257 -407.41,694.202 -407.276,695.147 -407.142,696.092 -407.008,697.036 -406.873,697.98 -406.739,698.924 -406.605,699.866 -406.47,700.808 -406.336,701.749 \n", " -406.202,702.688 -406.068,703.625 -405.933,704.562 -405.799,705.496 -405.665,706.428 -405.53,707.358 -405.396,708.286 -405.262,709.211 -405.127,710.134 -404.993,711.054 \n", " -404.859,711.972 -404.725,712.886 -404.59,713.797 -404.456,714.704 -404.322,715.609 -404.187,716.509 -404.053,717.406 -403.919,718.299 -403.785,719.188 -403.65,720.073 \n", " -403.516,720.954 -403.382,721.831 -403.247,722.703 -403.113,723.57 -402.979,724.433 -402.845,725.291 -402.71,726.144 -402.576,726.993 -402.442,727.836 -402.307,728.674 \n", " -402.173,729.506 -402.039,730.334 -401.905,731.156 -401.77,731.972 -401.636,732.783 -401.502,733.588 -401.367,734.388 -401.233,735.181 -401.099,735.969 -400.965,736.751 \n", " -400.83,737.526 -400.696,738.296 -400.562,739.059 -400.427,739.816 -400.293,740.567 -400.159,741.312 -400.025,742.05 -399.89,742.782 -399.756,743.507 -399.622,744.226 \n", " -399.487,744.939 -399.353,745.644 -399.219,746.344 -399.085,747.036 -398.95,747.722 -398.816,748.401 -398.682,749.073 -398.547,749.739 -398.413,750.398 -398.279,751.05 \n", " -398.145,751.695 -398.01,752.334 -397.876,752.966 -397.742,753.59 -397.607,754.208 -397.473,754.82 -397.339,755.424 -397.205,756.021 -397.07,756.612 -396.936,757.196 \n", " -396.802,757.773 -396.667,758.343 -396.533,758.906 -396.399,759.462 -396.265,760.012 -396.13,760.555 -395.996,761.091 -395.862,761.62 -395.727,762.143 -395.593,762.659 \n", " -395.459,763.168 -395.324,763.671 -395.19,764.167 -395.056,764.656 -394.922,765.139 -394.787,765.615 -394.653,766.085 -394.519,766.548 -394.384,767.004 -394.25,767.455 \n", " -394.116,767.899 -393.982,768.336 -393.847,768.767 -393.713,769.192 -393.579,769.611 -393.444,770.024 -393.31,770.43 -393.176,770.83 -393.042,771.224 -392.907,771.613 \n", " -392.773,771.995 -392.639,772.371 -392.504,772.742 -392.37,773.106 -392.236,773.465 -392.102,773.818 -391.967,774.166 -391.833,774.507 -391.699,774.844 -391.564,775.174 \n", " -391.43,775.5 -391.296,775.819 -391.162,776.134 -391.027,776.443 -390.893,776.747 -390.759,777.045 -390.624,777.339 -390.49,777.627 -390.356,777.911 -390.222,778.189 \n", " -390.087,778.463 -389.953,778.731 -389.819,778.995 -389.684,779.254 -389.55,779.508 -389.416,779.758 -389.282,780.003 -389.147,780.244 -389.013,780.48 -388.879,780.712 \n", " -388.744,780.939 -388.61,781.162 -388.476,781.381 -388.342,781.595 -388.207,781.806 -388.073,782.012 -387.939,782.214 -387.804,782.413 -387.67,782.607 -387.536,782.798 \n", " -387.402,782.984 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " -420.973,632.463 -420.839,632.473 -420.705,632.506 -420.571,632.561 -420.436,632.638 -420.302,632.736 -420.168,632.857 -420.033,632.999 -419.899,633.163 -419.765,633.348 \n", " -419.631,633.555 -419.496,633.783 -419.362,634.033 -419.228,634.304 -419.093,634.596 -418.959,634.91 -418.825,635.244 -418.691,635.599 -418.556,635.975 -418.422,636.371 \n", " -418.288,636.787 -418.153,637.223 -418.019,637.68 -417.885,638.156 -417.751,638.652 -417.616,639.167 -417.482,639.702 -417.348,640.255 -417.213,640.827 -417.079,641.418 \n", " -416.945,642.027 -416.811,642.653 -416.676,643.298 -416.542,643.96 -416.408,644.64 -416.273,645.336 -416.139,646.049 -416.005,646.779 -415.871,647.525 -415.736,648.286 \n", " -415.602,649.064 -415.468,649.856 -415.333,650.664 -415.199,651.486 -415.065,652.322 -414.93,653.172 -414.796,654.037 -414.662,654.914 -414.528,655.805 -414.393,656.708 \n", " -414.259,657.624 -414.125,658.551 -413.99,659.491 -413.856,660.442 -413.722,661.403 -413.588,662.376 -413.453,663.359 -413.319,664.352 -413.185,665.354 -413.05,666.366 \n", " -412.916,667.386 -412.782,668.415 -412.648,669.453 -412.513,670.498 -412.379,671.551 -412.245,672.61 -412.11,673.677 -411.976,674.75 -411.842,675.829 -411.708,676.914 \n", " -411.573,678.004 -411.439,679.099 -411.305,680.199 -411.17,681.303 -411.036,682.411 -410.902,683.523 -410.768,684.638 -410.633,685.755 -410.499,686.876 -410.365,687.999 \n", " -410.23,689.123 -410.096,690.249 -409.962,691.377 -409.828,692.505 -409.693,693.634 -409.559,694.764 -409.425,695.893 -409.29,697.022 -409.156,698.15 -409.022,699.278 \n", " -408.888,700.404 -408.753,701.528 -408.619,702.651 -408.485,703.772 -408.35,704.89 -408.216,706.006 -408.082,707.118 -407.948,708.228 -407.813,709.334 -407.679,710.436 \n", " -407.545,711.534 -407.41,712.628 -407.276,713.718 -407.142,714.803 -407.008,715.882 -406.873,716.957 -406.739,718.026 -406.605,719.09 -406.47,720.148 -406.336,721.2 \n", " -406.202,722.246 -406.068,723.285 -405.933,724.317 -405.799,725.343 -405.665,726.362 -405.53,727.374 -405.396,728.378 -405.262,729.375 -405.127,730.364 -404.993,731.346 \n", " -404.859,732.319 -404.725,733.285 -404.59,734.242 -404.456,735.192 -404.322,736.132 -404.187,737.064 -404.053,737.988 -403.919,738.902 -403.785,739.808 -403.65,740.705 \n", " -403.516,741.593 -403.382,742.472 -403.247,743.341 -403.113,744.202 -402.979,745.052 -402.845,745.894 -402.71,746.726 -402.576,747.549 -402.442,748.362 -402.307,749.165 \n", " -402.173,749.959 -402.039,750.743 -401.905,751.517 -401.77,752.282 -401.636,753.036 -401.502,753.782 -401.367,754.517 -401.233,755.242 -401.099,755.958 -400.965,756.664 \n", " -400.83,757.36 -400.696,758.047 -400.562,758.724 -400.427,759.39 -400.293,760.048 -400.159,760.695 -400.025,761.333 -399.89,761.961 -399.756,762.58 -399.622,763.189 \n", " -399.487,763.789 -399.353,764.379 -399.219,764.959 -399.085,765.531 -398.95,766.093 -398.816,766.645 -398.682,767.189 -398.547,767.723 -398.413,768.248 -398.279,768.765 \n", " -398.145,769.272 -398.01,769.77 -397.876,770.26 -397.742,770.741 -397.607,771.213 -397.473,771.676 -397.339,772.131 -397.205,772.578 -397.07,773.016 -396.936,773.446 \n", " -396.802,773.868 -396.667,774.281 -396.533,774.687 -396.399,775.085 -396.265,775.474 -396.13,775.857 -395.996,776.231 -395.862,776.598 -395.727,776.957 -395.593,777.309 \n", " -395.459,777.654 -395.324,777.992 -395.19,778.322 -395.056,778.646 -394.922,778.962 -394.787,779.272 -394.653,779.575 -394.519,779.871 -394.384,780.161 -394.25,780.445 \n", " -394.116,780.722 -393.982,780.993 -393.847,781.258 -393.713,781.517 -393.579,781.769 -393.444,782.016 -393.31,782.258 -393.176,782.493 -393.042,782.723 -392.907,782.948 \n", " -392.773,783.167 -392.639,783.381 -392.504,783.59 -392.37,783.793 -392.236,783.992 -392.102,784.186 -391.967,784.375 -391.833,784.559 -391.699,784.739 -391.564,784.914 \n", " -391.43,785.084 -391.296,785.251 -391.162,785.413 -391.027,785.57 -390.893,785.724 -390.759,785.874 -390.624,786.019 -390.49,786.161 -390.356,786.299 -390.222,786.433 \n", " -390.087,786.564 -389.953,786.691 -389.819,786.815 -389.684,786.935 -389.55,787.052 -389.416,787.166 -389.282,787.276 -389.147,787.383 -389.013,787.488 -388.879,787.589 \n", " -388.744,787.688 -388.61,787.783 -388.476,787.876 -388.342,787.967 -388.207,788.054 -388.073,788.139 -387.939,788.222 -387.804,788.302 -387.67,788.38 -387.536,788.455 \n", " -387.402,788.528 \n", " \"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 1423.18 L212.459 1423.18 L291.638 1423.18 L370.817 1423.18 L449.996 1423.18 L529.175 1423.18 L608.354 1423.18 L687.533 1423.18 L766.712 1423.18 L845.891 1423.18 \n", " L925.07 1423.18 L1004.25 1423.18 L1083.43 1423.18 L1162.61 1423.18 L1241.79 1423.18 L1320.97 1423.18 L1400.14 1423.18 L1479.32 1423.18 L1558.5 1423.18 L1637.68 1423.18 \n", " L1716.86 1423.18 L1796.04 1423.18 L1875.22 1423.18 L1954.4 1423.18 L2033.58 1423.18 L2112.76 1423.18 L2112.76 1423.18 L2112.76 1423.18 L2112.76 1423.18 L2112.76 1407.37 \n", " L2112.76 1391.55 L2112.76 1375.74 L2112.76 1359.92 L2112.76 1344.11 L2112.76 1328.29 L2112.76 1312.48 L2112.76 1296.67 L2112.76 1280.85 L2112.76 1265.04 L2112.76 1249.22 \n", " L2112.76 1233.41 L2112.76 1217.59 L2112.76 1201.78 L2112.76 1185.96 L2112.76 1170.15 L2112.76 1154.34 L2112.76 1138.52 L2112.76 1122.71 L2112.76 1106.89 L2112.76 1091.08 \n", " L2112.76 1075.26 L2112.76 1059.45 L2112.76 1043.64 L2112.76 1027.82 L2112.76 1012.01 L2112.76 996.192 L2112.76 980.378 L2112.76 964.564 L2112.76 948.749 L2112.76 932.935 \n", " L2112.76 917.121 L2112.76 901.306 L2112.76 885.492 L2112.76 869.678 L2112.76 853.863 L2112.76 838.049 L2112.76 822.235 L2112.76 806.42 L2112.76 790.606 L2112.76 774.792 \n", " L2112.76 758.977 L2112.76 743.163 L2112.76 727.349 L2112.76 711.534 L2112.76 695.72 L2112.76 679.906 L2112.76 664.091 L2112.76 648.277 L2112.76 632.463 L2112.76 616.648 \n", " L2112.76 600.834 L2112.76 585.019 L2112.76 569.205 L2112.76 553.391 L2112.76 537.576 L2112.76 521.762 L2112.76 505.948 L2112.76 490.133 L2112.76 474.319 L2112.76 458.505 \n", " L2112.76 442.69 L2112.76 426.876 L2112.76 411.062 L2112.76 395.247 L2112.76 379.433 L2112.76 363.619 L2112.76 347.804 L2112.76 331.99 L2112.76 316.176 L2112.76 300.361 \n", " L2112.76 284.547 L2112.76 268.733 L2112.76 252.918 L2112.76 237.104 L2112.76 221.29 L2112.76 205.475 L2112.76 189.661 L2112.76 173.846 L2112.76 158.032 L2112.76 158.032 \n", " L2112.76 158.032 L2112.76 158.032 L2033.58 158.032 L1954.4 158.032 L1875.22 158.032 L1796.04 158.032 L1716.86 158.032 L1637.68 158.032 L1558.5 158.032 L1479.32 158.032 \n", " L1400.14 158.032 L1320.97 158.032 L1241.79 158.032 L1162.61 158.032 L1083.43 158.032 L1004.25 158.032 L925.07 158.032 L845.891 158.032 L766.712 158.032 L687.533 158.032 \n", " L608.354 158.032 L529.175 158.032 L449.996 158.032 L370.817 158.032 L291.638 158.032 L212.459 158.032 L212.459 158.032 L212.459 158.032 L212.459 158.032 L212.459 173.846 \n", " L212.459 189.661 L212.459 205.475 L212.459 221.29 L212.459 237.104 L212.459 252.918 L212.459 268.733 L212.459 284.547 L212.459 300.361 L212.459 316.176 L212.459 331.99 \n", " L212.459 347.804 L212.459 363.619 L212.459 379.433 L212.459 395.247 L212.459 411.062 L212.459 426.876 L212.459 442.69 L212.459 458.505 L212.459 474.319 L212.459 490.133 \n", " L212.459 505.948 L212.459 521.762 L212.459 537.576 L212.459 553.391 L212.459 569.205 L212.459 585.019 L212.459 600.834 L212.459 616.648 L212.459 632.463 L212.459 648.277 \n", " L212.459 664.091 L212.459 679.906 L212.459 695.72 L212.459 711.534 L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 \n", " L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 L212.459 885.492 L212.459 901.306 L212.459 917.121 L212.459 932.935 L212.459 948.749 L212.459 964.564 \n", " L212.459 980.378 L212.459 996.192 L212.459 1012.01 L212.459 1027.82 L212.459 1043.64 L212.459 1059.45 L212.459 1075.26 L212.459 1091.08 L212.459 1106.89 L212.459 1122.71 \n", " L212.459 1138.52 L212.459 1154.34 L212.459 1170.15 L212.459 1185.96 L212.459 1201.78 L212.459 1217.59 L212.459 1233.41 L212.459 1249.22 L212.459 1265.04 L212.459 1280.85 \n", " L212.459 1296.67 L212.459 1312.48 L212.459 1328.29 L212.459 1344.11 L212.459 1359.92 L212.459 1375.74 L212.459 1391.55 L212.459 1407.37 L212.459 1423.18 L212.459 1423.18 \n", " L212.459 1423.18 Z\n", " \" fill=\"#032333\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M2112.76 1224.05 L2112.76 1233.41 L2112.76 1217.59 L2112.76 1201.78 L2112.76 1185.96 L2112.76 1170.15 L2112.76 1154.34 L2112.76 1138.52 L2112.76 1122.71 L2112.76 1106.89 \n", " L2112.76 1091.08 L2112.76 1075.26 L2112.76 1059.45 L2112.76 1043.64 L2112.76 1027.82 L2112.76 1012.01 L2112.76 996.192 L2112.76 980.378 L2112.76 964.564 L2112.76 948.749 \n", " L2112.76 932.935 L2112.76 917.121 L2112.76 901.306 L2112.76 885.492 L2112.76 869.678 L2112.76 853.863 L2112.76 838.049 L2112.76 822.235 L2112.76 806.42 L2112.76 790.606 \n", " L2112.76 774.792 L2112.76 758.977 L2112.76 743.163 L2112.76 727.349 L2112.76 711.534 L2112.76 695.72 L2112.76 679.906 L2112.76 664.091 L2112.76 648.277 L2112.76 632.463 \n", " L2112.76 616.648 L2112.76 600.834 L2112.76 585.019 L2112.76 569.205 L2112.76 553.391 L2112.76 537.576 L2112.76 521.762 L2112.76 505.948 L2112.76 490.133 L2112.76 474.319 \n", " L2112.76 458.505 L2112.76 442.69 L2112.76 426.876 L2112.76 411.062 L2112.76 395.247 L2112.76 379.433 L2112.76 363.619 L2112.76 363.619 L2112.76 357.163 L2064.29 363.619 \n", " L2033.58 367.43 L1954.4 377.891 L1943.52 379.433 L1875.22 388.415 L1826.59 395.247 L1796.04 399.22 L1716.86 410.252 L1711.48 411.062 L1637.68 421.296 L1600.38 426.876 \n", " L1558.5 432.624 L1490.7 442.69 L1479.32 444.235 L1400.14 455.914 L1384.06 458.505 L1320.97 467.745 L1279.97 474.319 L1241.79 479.86 L1177.41 490.133 L1162.61 492.26 \n", " L1083.43 504.82 L1077.02 505.948 L1004.25 517.409 L979.534 521.762 L925.07 530.284 L883.669 537.576 L845.891 543.444 L789.424 553.391 L766.712 556.89 L696.799 569.205 \n", " L687.533 570.619 L608.354 584.537 L605.972 585.019 L529.175 598.416 L517.347 600.834 L449.996 612.57 L430.274 616.648 L370.817 626.994 L344.713 632.463 L291.638 641.68 \n", " L260.578 648.277 L212.459 656.61 L212.459 664.091 L212.459 664.091 L212.459 679.906 L212.459 695.72 L212.459 711.534 L212.459 727.349 L212.459 743.163 L212.459 758.977 \n", " L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 L212.459 885.492 L212.459 901.306 L212.459 917.121 \n", " L212.459 932.935 L212.459 924.602 L260.578 932.935 L291.638 939.532 L344.713 948.749 L370.817 954.218 L430.274 964.564 L449.996 968.642 L517.347 980.378 L529.175 982.796 \n", " L605.972 996.192 L608.354 996.674 L687.533 1010.59 L696.799 1012.01 L766.712 1024.32 L789.424 1027.82 L845.891 1037.77 L883.669 1043.64 L925.07 1050.93 L979.534 1059.45 \n", " L1004.25 1063.8 L1077.02 1075.26 L1083.43 1076.39 L1162.61 1088.95 L1177.41 1091.08 L1241.79 1101.35 L1279.97 1106.89 L1320.97 1113.47 L1384.06 1122.71 L1400.14 1125.3 \n", " L1479.32 1136.98 L1490.7 1138.52 L1558.5 1148.59 L1600.38 1154.34 L1637.68 1159.92 L1711.48 1170.15 L1716.86 1170.96 L1796.04 1181.99 L1826.59 1185.96 L1875.22 1192.8 \n", " L1943.52 1201.78 L1954.4 1203.32 L2033.58 1213.78 L2064.29 1217.59 L2112.76 1224.05 Z\n", " \" fill=\"#082e56\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M2033.58 1123.68 L2112.76 1129.1 L2112.76 1138.52 L2112.76 1122.71 L2112.76 1106.89 L2112.76 1091.08 L2112.76 1075.26 L2112.76 1059.45 L2112.76 1043.64 L2112.76 1027.82 \n", " L2112.76 1012.01 L2112.76 996.192 L2112.76 980.378 L2112.76 964.564 L2112.76 948.749 L2112.76 932.935 L2112.76 917.121 L2112.76 901.306 L2112.76 885.492 L2112.76 869.678 \n", " L2112.76 853.863 L2112.76 838.049 L2112.76 822.235 L2112.76 806.42 L2112.76 790.606 L2112.76 774.792 L2112.76 758.977 L2112.76 743.163 L2112.76 727.349 L2112.76 711.534 \n", " L2112.76 695.72 L2112.76 679.906 L2112.76 664.091 L2112.76 648.277 L2112.76 632.463 L2112.76 616.648 L2112.76 600.834 L2112.76 585.019 L2112.76 569.205 L2112.76 553.391 \n", " L2112.76 537.576 L2112.76 521.762 L2112.76 505.948 L2112.76 490.133 L2112.76 474.319 L2112.76 458.505 L2112.76 458.505 L2112.76 452.114 L2033.58 457.528 L2020.65 458.505 \n", " L1954.4 463.146 L1875.22 469.081 L1810.06 474.319 L1796.04 475.359 L1716.86 481.821 L1637.68 488.691 L1622.63 490.133 L1558.5 495.751 L1479.32 503.194 L1452.71 505.948 \n", " L1400.14 510.882 L1320.97 518.934 L1295.84 521.762 L1241.79 527.232 L1162.61 535.955 L1149.48 537.576 L1083.43 544.839 L1012.47 553.391 L1004.25 554.267 L925.07 563.779 \n", " L884.746 569.205 L845.891 573.768 L766.712 584.224 L761.498 585.019 L687.533 594.717 L646.946 600.834 L608.354 605.774 L535.154 616.648 L529.175 617.392 L449.996 629.003 \n", " L430.364 632.463 L370.817 641.046 L329.779 648.277 L291.638 653.655 L232.404 664.091 L212.459 666.827 L212.459 679.906 L212.459 679.906 L212.459 695.72 L212.459 711.534 \n", " L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 \n", " L212.459 885.492 L212.459 901.306 L212.459 917.121 L212.459 914.385 L232.404 917.121 L291.638 927.557 L329.779 932.935 L370.817 940.166 L430.364 948.749 L449.996 952.208 \n", " L529.175 963.82 L535.154 964.564 L608.354 975.438 L646.946 980.378 L687.533 986.495 L761.498 996.192 L766.712 996.988 L845.891 1007.44 L884.746 1012.01 L925.07 1017.43 \n", " L1004.25 1026.94 L1012.47 1027.82 L1083.43 1036.37 L1149.48 1043.64 L1162.61 1045.26 L1241.79 1053.98 L1295.84 1059.45 L1320.97 1062.28 L1400.14 1070.33 L1452.71 1075.26 \n", " L1479.32 1078.02 L1558.5 1085.46 L1622.63 1091.08 L1637.68 1092.52 L1716.86 1099.39 L1796.04 1105.85 L1810.06 1106.89 L1875.22 1112.13 L1954.4 1118.07 L2020.65 1122.71 \n", " L2033.58 1123.68 Z\n", " \" fill=\"#1b3381\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M1875.22 1044.11 L1954.4 1045.97 L2033.58 1047.41 L2112.76 1048.44 L2112.76 1059.45 L2112.76 1043.64 L2112.76 1027.82 L2112.76 1012.01 L2112.76 996.192 L2112.76 980.378 \n", " L2112.76 964.564 L2112.76 948.749 L2112.76 932.935 L2112.76 917.121 L2112.76 901.306 L2112.76 885.492 L2112.76 869.678 L2112.76 853.863 L2112.76 838.049 L2112.76 822.235 \n", " L2112.76 806.42 L2112.76 790.606 L2112.76 774.792 L2112.76 758.977 L2112.76 743.163 L2112.76 727.349 L2112.76 711.534 L2112.76 695.72 L2112.76 679.906 L2112.76 664.091 \n", " L2112.76 648.277 L2112.76 632.463 L2112.76 616.648 L2112.76 600.834 L2112.76 585.019 L2112.76 569.205 L2112.76 553.391 L2112.76 537.576 L2112.76 537.576 L2112.76 532.774 \n", " L2033.58 533.799 L1954.4 535.242 L1875.22 537.105 L1859.63 537.576 L1796.04 539.355 L1716.86 542.006 L1637.68 545.073 L1558.5 548.569 L1479.32 552.511 L1464.31 553.391 \n", " L1400.14 556.801 L1320.97 561.508 L1241.79 566.701 L1208.4 569.205 L1162.61 572.276 L1083.43 578.244 L1004.25 584.796 L1001.95 585.019 L925.07 591.565 L845.891 598.973 \n", " L828.83 600.834 L766.712 606.679 L687.533 615.027 L674.536 616.648 L608.354 623.625 L534.895 632.463 L529.175 633.036 L449.996 642.528 L409.767 648.277 L370.817 652.776 \n", " L291.638 663.799 L289.981 664.091 L212.459 674.725 L212.459 679.906 L212.459 679.906 L212.459 695.72 L212.459 711.534 L212.459 727.349 L212.459 743.163 L212.459 758.977 \n", " L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 L212.459 885.492 L212.459 901.306 L212.459 917.121 \n", " L212.459 906.487 L289.981 917.121 L291.638 917.413 L370.817 928.436 L409.767 932.935 L449.996 938.684 L529.175 948.176 L534.895 948.749 L608.354 957.587 L674.536 964.564 \n", " L687.533 966.185 L766.712 974.533 L828.83 980.378 L845.891 982.239 L925.07 989.646 L1001.95 996.192 L1004.25 996.416 L1083.43 1002.97 L1162.61 1008.94 L1208.4 1012.01 \n", " L1241.79 1014.51 L1320.97 1019.7 L1400.14 1024.41 L1464.31 1027.82 L1479.32 1028.7 L1558.5 1032.64 L1637.68 1036.14 L1716.86 1039.21 L1796.04 1041.86 L1859.63 1043.64 \n", " L1875.22 1044.11 Z\n", " \" fill=\"#3f339f\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M1320.97 981.236 L1400.14 982.892 L1479.32 983.988 L1558.5 984.526 L1637.68 984.503 L1716.86 983.914 L1796.04 982.751 L1875.22 981.004 L1897.45 980.378 L1954.4 978.657 \n", " L2033.58 975.69 L2112.76 972.091 L2112.76 980.378 L2112.76 964.564 L2112.76 948.749 L2112.76 932.935 L2112.76 917.121 L2112.76 901.306 L2112.76 885.492 L2112.76 869.678 \n", " L2112.76 853.863 L2112.76 838.049 L2112.76 822.235 L2112.76 806.42 L2112.76 790.606 L2112.76 774.792 L2112.76 758.977 L2112.76 743.163 L2112.76 727.349 L2112.76 711.534 \n", " L2112.76 695.72 L2112.76 679.906 L2112.76 664.091 L2112.76 648.277 L2112.76 632.463 L2112.76 616.648 L2112.76 616.648 L2112.76 609.121 L2033.58 605.522 L1954.4 602.555 \n", " L1897.45 600.834 L1875.22 600.208 L1796.04 598.461 L1716.86 597.298 L1637.68 596.709 L1558.5 596.686 L1479.32 597.224 L1400.14 598.32 L1320.97 599.976 L1291.87 600.834 \n", " L1241.79 602.164 L1162.61 604.873 L1083.43 608.135 L1004.25 611.973 L925.07 616.432 L921.985 616.648 L845.891 621.296 L766.712 626.781 L695.086 632.463 L687.533 632.974 \n", " L608.354 639.492 L529.175 646.861 L516.865 648.277 L449.996 654.58 L370.817 663.248 L364.753 664.091 L291.638 672.117 L233.634 679.906 L212.459 682.084 L212.459 695.72 \n", " L212.459 695.72 L212.459 711.534 L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 \n", " L212.459 853.863 L212.459 869.678 L212.459 885.492 L212.459 901.306 L212.459 899.128 L233.634 901.306 L291.638 909.095 L364.753 917.121 L370.817 917.964 L449.996 926.632 \n", " L516.865 932.935 L529.175 934.351 L608.354 941.72 L687.533 948.238 L695.086 948.749 L766.712 954.431 L845.891 959.916 L921.985 964.564 L925.07 964.78 L1004.25 969.239 \n", " L1083.43 973.077 L1162.61 976.339 L1241.79 979.048 L1291.87 980.378 L1320.97 981.236 Z\n", " \" fill=\"#5c3d9a\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M766.712 935.859 L845.891 939.232 L925.07 941.889 L1004.25 943.856 L1083.43 945.141 L1162.61 945.741 L1241.79 945.647 L1320.97 944.844 L1400.14 943.315 L1479.32 941.04 \n", " L1558.5 937.998 L1637.68 934.17 L1660.02 932.935 L1716.86 929.471 L1796.04 923.885 L1875.22 917.407 L1878.51 917.121 L1954.4 909.776 L2032.15 901.306 L2033.58 901.131 \n", " L2112.76 891.014 L2112.76 901.306 L2112.76 885.492 L2112.76 869.678 L2112.76 853.863 L2112.76 838.049 L2112.76 822.235 L2112.76 806.42 L2112.76 790.606 L2112.76 774.792 \n", " L2112.76 758.977 L2112.76 743.163 L2112.76 727.349 L2112.76 711.534 L2112.76 695.72 L2112.76 695.72 L2112.76 690.198 L2033.58 680.081 L2032.15 679.906 L1954.4 671.436 \n", " L1878.51 664.091 L1875.22 663.805 L1796.04 657.327 L1716.86 651.741 L1660.02 648.277 L1637.68 647.042 L1558.5 643.213 L1479.32 640.172 L1400.14 637.897 L1320.97 636.368 \n", " L1241.79 635.565 L1162.61 635.471 L1083.43 636.071 L1004.25 637.356 L925.07 639.323 L845.891 641.98 L766.712 645.353 L712.54 648.277 L687.533 649.43 L608.354 654.075 \n", " L529.175 659.506 L474.125 664.091 L449.996 665.736 L370.817 672.464 L296.848 679.906 L291.638 680.317 L212.459 688.416 L212.459 695.72 L212.459 695.72 L212.459 711.534 \n", " L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 \n", " L212.459 885.492 L212.459 901.306 L212.459 892.796 L291.638 900.895 L296.848 901.306 L370.817 908.748 L449.996 915.476 L474.125 917.121 L529.175 921.706 L608.354 927.137 \n", " L687.533 931.782 L712.54 932.935 L766.712 935.859 Z\n", " \" fill=\"#734992\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M766.712 918.299 L845.891 919.538 L925.07 919.934 L1004.25 919.483 L1083.43 918.17 L1123.32 917.121 L1162.61 915.971 L1241.79 912.837 L1320.97 908.737 L1400.14 903.635 \n", " L1431.94 901.306 L1479.32 897.375 L1558.5 889.907 L1600.72 885.492 L1637.68 881.042 L1716.86 870.641 L1723.88 869.678 L1796.04 858.054 L1820.82 853.863 L1875.22 842.763 \n", " L1897.82 838.049 L1954.4 823.141 L1957.83 822.235 L2002.59 806.42 L2025.64 790.606 L2002.59 774.792 L1957.83 758.977 L1954.4 758.071 L1897.82 743.163 L1875.22 738.449 \n", " L1820.82 727.349 L1796.04 723.158 L1723.88 711.534 L1716.86 710.571 L1637.68 700.17 L1600.72 695.72 L1558.5 691.304 L1479.32 683.837 L1431.94 679.906 L1400.14 677.577 \n", " L1320.97 672.475 L1241.79 668.375 L1162.61 665.241 L1123.32 664.091 L1083.43 663.042 L1004.25 661.729 L925.07 661.278 L845.891 661.673 L766.712 662.913 L724.439 664.091 \n", " L687.533 664.973 L608.354 667.796 L529.175 671.44 L449.996 675.973 L396.343 679.906 L370.817 681.408 L291.638 687.463 L212.459 694.747 L212.459 695.72 L212.459 695.72 \n", " L212.459 711.534 L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 \n", " L212.459 869.678 L212.459 885.492 L212.459 901.306 L212.459 886.465 L291.638 893.749 L370.817 899.804 L396.343 901.306 L449.996 905.239 L529.175 909.772 L608.354 913.416 \n", " L687.533 916.239 L724.439 917.121 L766.712 918.299 Z\n", " \" fill=\"#8a528c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M766.712 901.344 L770.209 901.306 L845.891 900.4 L925.07 898.422 L1004.25 895.365 L1083.43 891.184 L1162.61 885.834 L1167.17 885.492 L1241.79 879.022 L1320.97 870.841 \n", " L1331.47 869.678 L1400.14 860.683 L1447.68 853.863 L1479.32 848.336 L1535.6 838.049 L1558.5 832.709 L1602.88 822.235 L1637.68 810.737 L1650.95 806.42 L1676.66 790.606 \n", " L1650.95 774.792 L1637.68 770.475 L1602.88 758.977 L1558.5 748.503 L1535.6 743.163 L1479.32 732.876 L1447.68 727.349 L1400.14 720.529 L1331.47 711.534 L1320.97 710.371 \n", " L1241.79 702.19 L1167.17 695.72 L1162.61 695.378 L1083.43 690.028 L1004.25 685.847 L925.07 682.79 L845.891 680.812 L770.209 679.906 L766.712 679.868 L712.625 679.906 \n", " L687.533 679.92 L608.354 680.933 L529.175 682.882 L449.996 685.767 L370.817 689.631 L291.638 694.609 L279.355 695.72 L212.459 700.332 L212.459 711.534 L212.459 711.534 \n", " L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 \n", " L212.459 885.492 L212.459 880.88 L279.355 885.492 L291.638 886.603 L370.817 891.581 L449.996 895.445 L529.175 898.33 L608.354 900.279 L687.533 901.291 L712.625 901.306 \n", " L766.712 901.344 Z\n", " \" fill=\"#a35b86\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M449.996 885.927 L529.175 887.315 L608.354 887.567 L687.533 886.682 L736.091 885.492 L766.712 884.627 L845.891 881.322 L925.07 876.702 L1004.25 870.705 L1016.36 869.678 \n", " L1083.43 862.919 L1159.43 853.863 L1162.61 853.399 L1241.79 841.15 L1260.55 838.049 L1320.97 825.21 L1334.64 822.235 L1387.07 806.42 L1400.14 798.635 L1414.29 790.606 \n", " L1400.14 782.577 L1387.07 774.792 L1334.64 758.977 L1320.97 756.002 L1260.55 743.163 L1241.79 740.062 L1162.61 727.813 L1159.43 727.349 L1083.43 718.293 L1016.36 711.534 \n", " L1004.25 710.507 L925.07 704.51 L845.891 699.89 L766.712 696.585 L736.091 695.72 L687.533 694.53 L608.354 693.645 L529.175 693.897 L449.996 695.285 L438.138 695.72 \n", " L370.817 697.714 L291.638 701.178 L212.459 705.781 L212.459 711.534 L212.459 711.534 L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 \n", " L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 L212.459 885.492 L212.459 875.431 L291.638 880.034 L370.817 883.498 L438.138 885.492 \n", " L449.996 885.927 Z\n", " \" fill=\"#bc627c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 885.492 L212.459 869.983 L291.638 873.571 L370.817 875.814 L449.996 876.803 L529.175 876.541 L608.354 874.99 L687.533 872.095 L734.808 869.678 L766.712 867.733 \n", " L845.891 861.717 L925.07 854.024 L926.601 853.863 L1004.25 843.793 L1043.69 838.049 L1083.43 830.538 L1125.47 822.235 L1162.61 811.762 L1181.66 806.42 L1210.86 790.606 \n", " L1181.66 774.792 L1162.61 769.45 L1125.47 758.977 L1083.43 750.674 L1043.69 743.163 L1004.25 737.419 L926.601 727.349 L925.07 727.188 L845.891 719.495 L766.712 713.479 \n", " L734.808 711.534 L687.533 709.117 L608.354 706.222 L529.175 704.671 L449.996 704.409 L370.817 705.398 L291.638 707.641 L212.459 711.229 L212.459 711.534 L212.459 711.534 \n", " L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 \n", " L212.459 885.492 Z\n", " \" fill=\"#d56b6c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 869.678 L212.459 865.001 L291.638 867.253 L370.817 868.178 L449.996 867.722 L529.175 865.804 L608.354 862.332 L687.533 857.212 L729.165 853.863 L766.712 850.111 \n", " L845.891 840.746 L866.486 838.049 L925.07 828.02 L956.713 822.235 L1004.25 809.717 L1016.75 806.42 L1047.91 790.606 L1016.75 774.792 L1004.25 771.495 L956.713 758.977 \n", " L925.07 753.192 L866.486 743.163 L845.891 740.466 L766.712 731.101 L729.165 727.349 L687.533 724 L608.354 718.88 L529.175 715.408 L449.996 713.49 L370.817 713.034 \n", " L291.638 713.959 L212.459 716.211 L212.459 727.349 L212.459 727.349 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 \n", " L212.459 838.049 L212.459 853.863 L212.459 869.678 Z\n", " \" fill=\"#ea7857\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 869.678 L212.459 860.047 L291.638 861.154 L370.817 860.734 L449.996 858.728 L529.175 855.048 L548.766 853.863 L608.354 849.374 L687.533 841.565 L718.228 838.049 \n", " L766.712 830.732 L817.629 822.235 L845.891 815.371 L882.286 806.42 L914.001 790.606 L882.286 774.792 L845.891 765.841 L817.629 758.977 L766.712 750.48 L718.228 743.163 \n", " L687.533 739.647 L608.354 731.838 L548.766 727.349 L529.175 726.164 L449.996 722.484 L370.817 720.478 L291.638 720.058 L212.459 721.165 L212.459 727.349 L212.459 727.349 \n", " L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 Z\n", " \" fill=\"#f78c45\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 869.678 L212.459 855.093 L291.638 855.055 L348.421 853.863 L370.817 853.283 L449.996 849.616 L529.175 843.895 L590.239 838.049 L608.354 835.745 L687.533 824.252 \n", " L700.276 822.235 L766.712 806.839 L768.483 806.42 L803.48 790.606 L768.483 774.792 L766.712 774.373 L700.276 758.977 L687.533 756.96 L608.354 745.467 L590.239 743.163 \n", " L529.175 737.317 L449.996 731.596 L370.817 727.929 L348.421 727.349 L291.638 726.157 L212.459 726.119 L212.459 727.349 L212.459 727.349 L212.459 743.163 L212.459 758.977 \n", " L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 L212.459 869.678 Z\n", " \" fill=\"#fba53c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 853.863 L212.459 850.282 L291.638 849.003 L370.817 845.751 L449.996 840.367 L477.224 838.049 L529.175 832.15 L600.193 822.235 L608.354 820.544 L673.569 806.42 \n", " L687.533 799.997 L709.189 790.606 L687.533 781.215 L673.569 774.792 L608.354 760.668 L600.193 758.977 L529.175 749.062 L477.224 743.163 L449.996 740.845 L370.817 735.461 \n", " L291.638 732.209 L212.459 730.93 L212.459 743.163 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 \n", " L212.459 853.863 Z\n", " \" fill=\"#f9c13f\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 853.863 L212.459 845.518 L291.638 842.963 L370.817 838.218 L373.125 838.049 L449.996 830.493 L513.859 822.235 L529.175 819.272 L591.601 806.42 L608.354 799.019 \n", " L628.567 790.606 L608.354 782.193 L591.601 774.792 L529.175 761.94 L513.859 758.977 L449.996 750.719 L373.125 743.163 L370.817 742.993 L291.638 738.249 L212.459 735.694 \n", " L212.459 743.163 L212.459 743.163 L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 Z\n", " \" fill=\"#f3dd4b\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip622)\" d=\"\n", "M212.459 853.863 L212.459 840.754 L272.067 838.049 L291.638 835.564 L370.817 830.13 L437.601 822.235 L449.996 819.812 L518.983 806.42 L529.175 802.501 L559.049 790.606 \n", " L529.175 778.711 L518.983 774.792 L449.996 761.399 L437.601 758.977 L370.817 751.082 L291.638 745.648 L272.067 743.163 L212.459 740.458 L212.459 743.163 L212.459 743.163 \n", " L212.459 758.977 L212.459 774.792 L212.459 790.606 L212.459 806.42 L212.459 822.235 L212.459 838.049 L212.459 853.863 Z\n", " \" fill=\"#e7fa5a\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,1423.18 212.459,1423.18 291.638,1423.18 370.817,1423.18 449.996,1423.18 529.175,1423.18 608.354,1423.18 687.533,1423.18 766.712,1423.18 845.891,1423.18 \n", " 925.07,1423.18 1004.25,1423.18 1083.43,1423.18 1162.61,1423.18 1241.79,1423.18 1320.97,1423.18 1400.14,1423.18 1479.32,1423.18 1558.5,1423.18 1637.68,1423.18 \n", " 1716.86,1423.18 1796.04,1423.18 1875.22,1423.18 1954.4,1423.18 2033.58,1423.18 2112.76,1423.18 2112.76,1407.37 \n", " 2112.76,1391.55 2112.76,1375.74 2112.76,1359.92 2112.76,1344.11 2112.76,1328.29 2112.76,1312.48 2112.76,1296.67 2112.76,1280.85 2112.76,1265.04 2112.76,1249.22 \n", " 2112.76,1233.41 2112.76,1217.59 2112.76,1201.78 2112.76,1185.96 2112.76,1170.15 2112.76,1154.34 2112.76,1138.52 2112.76,1122.71 2112.76,1106.89 2112.76,1091.08 \n", " 2112.76,1075.26 2112.76,1059.45 2112.76,1043.64 2112.76,1027.82 2112.76,1012.01 2112.76,996.192 2112.76,980.378 2112.76,964.564 2112.76,948.749 2112.76,932.935 \n", " 2112.76,917.121 2112.76,901.306 2112.76,885.492 2112.76,869.678 2112.76,853.863 2112.76,838.049 2112.76,822.235 2112.76,806.42 2112.76,790.606 2112.76,774.792 \n", " 2112.76,758.977 2112.76,743.163 2112.76,727.349 2112.76,711.534 2112.76,695.72 2112.76,679.906 2112.76,664.091 2112.76,648.277 2112.76,632.463 2112.76,616.648 \n", " 2112.76,600.834 2112.76,585.019 2112.76,569.205 2112.76,553.391 2112.76,537.576 2112.76,521.762 2112.76,505.948 2112.76,490.133 2112.76,474.319 2112.76,458.505 \n", " 2112.76,442.69 2112.76,426.876 2112.76,411.062 2112.76,395.247 2112.76,379.433 2112.76,363.619 2112.76,347.804 2112.76,331.99 2112.76,316.176 2112.76,300.361 \n", " 2112.76,284.547 2112.76,268.733 2112.76,252.918 2112.76,237.104 2112.76,221.29 2112.76,205.475 2112.76,189.661 2112.76,173.846 2112.76,158.032 \n", " 2033.58,158.032 1954.4,158.032 1875.22,158.032 1796.04,158.032 1716.86,158.032 1637.68,158.032 1558.5,158.032 1479.32,158.032 \n", " 1400.14,158.032 1320.97,158.032 1241.79,158.032 1162.61,158.032 1083.43,158.032 1004.25,158.032 925.07,158.032 845.891,158.032 766.712,158.032 687.533,158.032 \n", " 608.354,158.032 529.175,158.032 449.996,158.032 370.817,158.032 291.638,158.032 212.459,158.032 212.459,173.846 \n", " 212.459,189.661 212.459,205.475 212.459,221.29 212.459,237.104 212.459,252.918 212.459,268.733 212.459,284.547 212.459,300.361 212.459,316.176 212.459,331.99 \n", " 212.459,347.804 212.459,363.619 212.459,379.433 212.459,395.247 212.459,411.062 212.459,426.876 212.459,442.69 212.459,458.505 212.459,474.319 212.459,490.133 \n", " 212.459,505.948 212.459,521.762 212.459,537.576 212.459,553.391 212.459,569.205 212.459,585.019 212.459,600.834 212.459,616.648 212.459,632.463 212.459,648.277 \n", " 212.459,664.091 212.459,679.906 212.459,695.72 212.459,711.534 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 \n", " 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 212.459,885.492 212.459,901.306 212.459,917.121 212.459,932.935 212.459,948.749 212.459,964.564 \n", " 212.459,980.378 212.459,996.192 212.459,1012.01 212.459,1027.82 212.459,1043.64 212.459,1059.45 212.459,1075.26 212.459,1091.08 212.459,1106.89 212.459,1122.71 \n", " 212.459,1138.52 212.459,1154.34 212.459,1170.15 212.459,1185.96 212.459,1201.78 212.459,1217.59 212.459,1233.41 212.459,1249.22 212.459,1265.04 212.459,1280.85 \n", " 212.459,1296.67 212.459,1312.48 212.459,1328.29 212.459,1344.11 212.459,1359.92 212.459,1375.74 212.459,1391.55 212.459,1407.37 212.459,1423.18 \n", " \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1224.05 2112.76,1233.41 2112.76,1217.59 2112.76,1201.78 2112.76,1185.96 2112.76,1170.15 2112.76,1154.34 2112.76,1138.52 2112.76,1122.71 2112.76,1106.89 \n", " 2112.76,1091.08 2112.76,1075.26 2112.76,1059.45 2112.76,1043.64 2112.76,1027.82 2112.76,1012.01 2112.76,996.192 2112.76,980.378 2112.76,964.564 2112.76,948.749 \n", " 2112.76,932.935 2112.76,917.121 2112.76,901.306 2112.76,885.492 2112.76,869.678 2112.76,853.863 2112.76,838.049 2112.76,822.235 2112.76,806.42 2112.76,790.606 \n", " 2112.76,774.792 2112.76,758.977 2112.76,743.163 2112.76,727.349 2112.76,711.534 2112.76,695.72 2112.76,679.906 2112.76,664.091 2112.76,648.277 2112.76,632.463 \n", " 2112.76,616.648 2112.76,600.834 2112.76,585.019 2112.76,569.205 2112.76,553.391 2112.76,537.576 2112.76,521.762 2112.76,505.948 2112.76,490.133 2112.76,474.319 \n", " 2112.76,458.505 2112.76,442.69 2112.76,426.876 2112.76,411.062 2112.76,395.247 2112.76,379.433 2112.76,363.619 2112.76,357.163 2064.29,363.619 \n", " 2033.58,367.43 1954.4,377.891 1943.52,379.433 1875.22,388.415 1826.59,395.247 1796.04,399.22 1716.86,410.252 1711.48,411.062 1637.68,421.296 1600.38,426.876 \n", " 1558.5,432.624 1490.7,442.69 1479.32,444.235 1400.14,455.914 1384.06,458.505 1320.97,467.745 1279.97,474.319 1241.79,479.86 1177.41,490.133 1162.61,492.26 \n", " 1083.43,504.82 1077.02,505.948 1004.25,517.409 979.534,521.762 925.07,530.284 883.669,537.576 845.891,543.444 789.424,553.391 766.712,556.89 696.799,569.205 \n", " 687.533,570.619 608.354,584.537 605.972,585.019 529.175,598.416 517.347,600.834 449.996,612.57 430.274,616.648 370.817,626.994 344.713,632.463 291.638,641.68 \n", " 260.578,648.277 212.459,656.61 212.459,664.091 212.459,679.906 212.459,695.72 212.459,711.534 212.459,727.349 212.459,743.163 212.459,758.977 \n", " 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 212.459,885.492 212.459,901.306 212.459,917.121 \n", " 212.459,932.935 212.459,924.602 260.578,932.935 291.638,939.532 344.713,948.749 370.817,954.218 430.274,964.564 449.996,968.642 517.347,980.378 529.175,982.796 \n", " 605.972,996.192 608.354,996.674 687.533,1010.59 696.799,1012.01 766.712,1024.32 789.424,1027.82 845.891,1037.77 883.669,1043.64 925.07,1050.93 979.534,1059.45 \n", " 1004.25,1063.8 1077.02,1075.26 1083.43,1076.39 1162.61,1088.95 1177.41,1091.08 1241.79,1101.35 1279.97,1106.89 1320.97,1113.47 1384.06,1122.71 1400.14,1125.3 \n", " 1479.32,1136.98 1490.7,1138.52 1558.5,1148.59 1600.38,1154.34 1637.68,1159.92 1711.48,1170.15 1716.86,1170.96 1796.04,1181.99 1826.59,1185.96 1875.22,1192.8 \n", " 1943.52,1201.78 1954.4,1203.32 2033.58,1213.78 2064.29,1217.59 2112.76,1224.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1123.68 2112.76,1129.1 2112.76,1138.52 2112.76,1122.71 2112.76,1106.89 2112.76,1091.08 2112.76,1075.26 2112.76,1059.45 2112.76,1043.64 2112.76,1027.82 \n", " 2112.76,1012.01 2112.76,996.192 2112.76,980.378 2112.76,964.564 2112.76,948.749 2112.76,932.935 2112.76,917.121 2112.76,901.306 2112.76,885.492 2112.76,869.678 \n", " 2112.76,853.863 2112.76,838.049 2112.76,822.235 2112.76,806.42 2112.76,790.606 2112.76,774.792 2112.76,758.977 2112.76,743.163 2112.76,727.349 2112.76,711.534 \n", " 2112.76,695.72 2112.76,679.906 2112.76,664.091 2112.76,648.277 2112.76,632.463 2112.76,616.648 2112.76,600.834 2112.76,585.019 2112.76,569.205 2112.76,553.391 \n", " 2112.76,537.576 2112.76,521.762 2112.76,505.948 2112.76,490.133 2112.76,474.319 2112.76,458.505 2112.76,452.114 2033.58,457.528 2020.65,458.505 \n", " 1954.4,463.146 1875.22,469.081 1810.06,474.319 1796.04,475.359 1716.86,481.821 1637.68,488.691 1622.63,490.133 1558.5,495.751 1479.32,503.194 1452.71,505.948 \n", " 1400.14,510.882 1320.97,518.934 1295.84,521.762 1241.79,527.232 1162.61,535.955 1149.48,537.576 1083.43,544.839 1012.47,553.391 1004.25,554.267 925.07,563.779 \n", " 884.746,569.205 845.891,573.768 766.712,584.224 761.498,585.019 687.533,594.717 646.946,600.834 608.354,605.774 535.154,616.648 529.175,617.392 449.996,629.003 \n", " 430.364,632.463 370.817,641.046 329.779,648.277 291.638,653.655 232.404,664.091 212.459,666.827 212.459,679.906 212.459,695.72 212.459,711.534 \n", " 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 \n", " 212.459,885.492 212.459,901.306 212.459,917.121 212.459,914.385 232.404,917.121 291.638,927.557 329.779,932.935 370.817,940.166 430.364,948.749 449.996,952.208 \n", " 529.175,963.82 535.154,964.564 608.354,975.438 646.946,980.378 687.533,986.495 761.498,996.192 766.712,996.988 845.891,1007.44 884.746,1012.01 925.07,1017.43 \n", " 1004.25,1026.94 1012.47,1027.82 1083.43,1036.37 1149.48,1043.64 1162.61,1045.26 1241.79,1053.98 1295.84,1059.45 1320.97,1062.28 1400.14,1070.33 1452.71,1075.26 \n", " 1479.32,1078.02 1558.5,1085.46 1622.63,1091.08 1637.68,1092.52 1716.86,1099.39 1796.04,1105.85 1810.06,1106.89 1875.22,1112.13 1954.4,1118.07 2020.65,1122.71 \n", " 2033.58,1123.68 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1044.11 1954.4,1045.97 2033.58,1047.41 2112.76,1048.44 2112.76,1059.45 2112.76,1043.64 2112.76,1027.82 2112.76,1012.01 2112.76,996.192 2112.76,980.378 \n", " 2112.76,964.564 2112.76,948.749 2112.76,932.935 2112.76,917.121 2112.76,901.306 2112.76,885.492 2112.76,869.678 2112.76,853.863 2112.76,838.049 2112.76,822.235 \n", " 2112.76,806.42 2112.76,790.606 2112.76,774.792 2112.76,758.977 2112.76,743.163 2112.76,727.349 2112.76,711.534 2112.76,695.72 2112.76,679.906 2112.76,664.091 \n", " 2112.76,648.277 2112.76,632.463 2112.76,616.648 2112.76,600.834 2112.76,585.019 2112.76,569.205 2112.76,553.391 2112.76,537.576 2112.76,532.774 \n", " 2033.58,533.799 1954.4,535.242 1875.22,537.105 1859.63,537.576 1796.04,539.355 1716.86,542.006 1637.68,545.073 1558.5,548.569 1479.32,552.511 1464.31,553.391 \n", " 1400.14,556.801 1320.97,561.508 1241.79,566.701 1208.4,569.205 1162.61,572.276 1083.43,578.244 1004.25,584.796 1001.95,585.019 925.07,591.565 845.891,598.973 \n", " 828.83,600.834 766.712,606.679 687.533,615.027 674.536,616.648 608.354,623.625 534.895,632.463 529.175,633.036 449.996,642.528 409.767,648.277 370.817,652.776 \n", " 291.638,663.799 289.981,664.091 212.459,674.725 212.459,679.906 212.459,695.72 212.459,711.534 212.459,727.349 212.459,743.163 212.459,758.977 \n", " 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 212.459,885.492 212.459,901.306 212.459,917.121 \n", " 212.459,906.487 289.981,917.121 291.638,917.413 370.817,928.436 409.767,932.935 449.996,938.684 529.175,948.176 534.895,948.749 608.354,957.587 674.536,964.564 \n", " 687.533,966.185 766.712,974.533 828.83,980.378 845.891,982.239 925.07,989.646 1001.95,996.192 1004.25,996.416 1083.43,1002.97 1162.61,1008.94 1208.4,1012.01 \n", " 1241.79,1014.51 1320.97,1019.7 1400.14,1024.41 1464.31,1027.82 1479.32,1028.7 1558.5,1032.64 1637.68,1036.14 1716.86,1039.21 1796.04,1041.86 1859.63,1043.64 \n", " 1875.22,1044.11 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,981.236 1400.14,982.892 1479.32,983.988 1558.5,984.526 1637.68,984.503 1716.86,983.914 1796.04,982.751 1875.22,981.004 1897.45,980.378 1954.4,978.657 \n", " 2033.58,975.69 2112.76,972.091 2112.76,980.378 2112.76,964.564 2112.76,948.749 2112.76,932.935 2112.76,917.121 2112.76,901.306 2112.76,885.492 2112.76,869.678 \n", " 2112.76,853.863 2112.76,838.049 2112.76,822.235 2112.76,806.42 2112.76,790.606 2112.76,774.792 2112.76,758.977 2112.76,743.163 2112.76,727.349 2112.76,711.534 \n", " 2112.76,695.72 2112.76,679.906 2112.76,664.091 2112.76,648.277 2112.76,632.463 2112.76,616.648 2112.76,609.121 2033.58,605.522 1954.4,602.555 \n", " 1897.45,600.834 1875.22,600.208 1796.04,598.461 1716.86,597.298 1637.68,596.709 1558.5,596.686 1479.32,597.224 1400.14,598.32 1320.97,599.976 1291.87,600.834 \n", " 1241.79,602.164 1162.61,604.873 1083.43,608.135 1004.25,611.973 925.07,616.432 921.985,616.648 845.891,621.296 766.712,626.781 695.086,632.463 687.533,632.974 \n", " 608.354,639.492 529.175,646.861 516.865,648.277 449.996,654.58 370.817,663.248 364.753,664.091 291.638,672.117 233.634,679.906 212.459,682.084 212.459,695.72 \n", " 212.459,711.534 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 \n", " 212.459,853.863 212.459,869.678 212.459,885.492 212.459,901.306 212.459,899.128 233.634,901.306 291.638,909.095 364.753,917.121 370.817,917.964 449.996,926.632 \n", " 516.865,932.935 529.175,934.351 608.354,941.72 687.533,948.238 695.086,948.749 766.712,954.431 845.891,959.916 921.985,964.564 925.07,964.78 1004.25,969.239 \n", " 1083.43,973.077 1162.61,976.339 1241.79,979.048 1291.87,980.378 1320.97,981.236 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,935.859 845.891,939.232 925.07,941.889 1004.25,943.856 1083.43,945.141 1162.61,945.741 1241.79,945.647 1320.97,944.844 1400.14,943.315 1479.32,941.04 \n", " 1558.5,937.998 1637.68,934.17 1660.02,932.935 1716.86,929.471 1796.04,923.885 1875.22,917.407 1878.51,917.121 1954.4,909.776 2032.15,901.306 2033.58,901.131 \n", " 2112.76,891.014 2112.76,901.306 2112.76,885.492 2112.76,869.678 2112.76,853.863 2112.76,838.049 2112.76,822.235 2112.76,806.42 2112.76,790.606 2112.76,774.792 \n", " 2112.76,758.977 2112.76,743.163 2112.76,727.349 2112.76,711.534 2112.76,695.72 2112.76,690.198 2033.58,680.081 2032.15,679.906 1954.4,671.436 \n", " 1878.51,664.091 1875.22,663.805 1796.04,657.327 1716.86,651.741 1660.02,648.277 1637.68,647.042 1558.5,643.213 1479.32,640.172 1400.14,637.897 1320.97,636.368 \n", " 1241.79,635.565 1162.61,635.471 1083.43,636.071 1004.25,637.356 925.07,639.323 845.891,641.98 766.712,645.353 712.54,648.277 687.533,649.43 608.354,654.075 \n", " 529.175,659.506 474.125,664.091 449.996,665.736 370.817,672.464 296.848,679.906 291.638,680.317 212.459,688.416 212.459,695.72 212.459,711.534 \n", " 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 \n", " 212.459,885.492 212.459,901.306 212.459,892.796 291.638,900.895 296.848,901.306 370.817,908.748 449.996,915.476 474.125,917.121 529.175,921.706 608.354,927.137 \n", " 687.533,931.782 712.54,932.935 766.712,935.859 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,918.299 845.891,919.538 925.07,919.934 1004.25,919.483 1083.43,918.17 1123.32,917.121 1162.61,915.971 1241.79,912.837 1320.97,908.737 1400.14,903.635 \n", " 1431.94,901.306 1479.32,897.375 1558.5,889.907 1600.72,885.492 1637.68,881.042 1716.86,870.641 1723.88,869.678 1796.04,858.054 1820.82,853.863 1875.22,842.763 \n", " 1897.82,838.049 1954.4,823.141 1957.83,822.235 2002.59,806.42 2025.64,790.606 2002.59,774.792 1957.83,758.977 1954.4,758.071 1897.82,743.163 1875.22,738.449 \n", " 1820.82,727.349 1796.04,723.158 1723.88,711.534 1716.86,710.571 1637.68,700.17 1600.72,695.72 1558.5,691.304 1479.32,683.837 1431.94,679.906 1400.14,677.577 \n", " 1320.97,672.475 1241.79,668.375 1162.61,665.241 1123.32,664.091 1083.43,663.042 1004.25,661.729 925.07,661.278 845.891,661.673 766.712,662.913 724.439,664.091 \n", " 687.533,664.973 608.354,667.796 529.175,671.44 449.996,675.973 396.343,679.906 370.817,681.408 291.638,687.463 212.459,694.747 212.459,695.72 \n", " 212.459,711.534 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 \n", " 212.459,869.678 212.459,885.492 212.459,901.306 212.459,886.465 291.638,893.749 370.817,899.804 396.343,901.306 449.996,905.239 529.175,909.772 608.354,913.416 \n", " 687.533,916.239 724.439,917.121 766.712,918.299 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,901.344 770.209,901.306 845.891,900.4 925.07,898.422 1004.25,895.365 1083.43,891.184 1162.61,885.834 1167.17,885.492 1241.79,879.022 1320.97,870.841 \n", " 1331.47,869.678 1400.14,860.683 1447.68,853.863 1479.32,848.336 1535.6,838.049 1558.5,832.709 1602.88,822.235 1637.68,810.737 1650.95,806.42 1676.66,790.606 \n", " 1650.95,774.792 1637.68,770.475 1602.88,758.977 1558.5,748.503 1535.6,743.163 1479.32,732.876 1447.68,727.349 1400.14,720.529 1331.47,711.534 1320.97,710.371 \n", " 1241.79,702.19 1167.17,695.72 1162.61,695.378 1083.43,690.028 1004.25,685.847 925.07,682.79 845.891,680.812 770.209,679.906 766.712,679.868 712.625,679.906 \n", " 687.533,679.92 608.354,680.933 529.175,682.882 449.996,685.767 370.817,689.631 291.638,694.609 279.355,695.72 212.459,700.332 212.459,711.534 \n", " 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 \n", " 212.459,885.492 212.459,880.88 279.355,885.492 291.638,886.603 370.817,891.581 449.996,895.445 529.175,898.33 608.354,900.279 687.533,901.291 712.625,901.306 \n", " 766.712,901.344 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,885.927 529.175,887.315 608.354,887.567 687.533,886.682 736.091,885.492 766.712,884.627 845.891,881.322 925.07,876.702 1004.25,870.705 1016.36,869.678 \n", " 1083.43,862.919 1159.43,853.863 1162.61,853.399 1241.79,841.15 1260.55,838.049 1320.97,825.21 1334.64,822.235 1387.07,806.42 1400.14,798.635 1414.29,790.606 \n", " 1400.14,782.577 1387.07,774.792 1334.64,758.977 1320.97,756.002 1260.55,743.163 1241.79,740.062 1162.61,727.813 1159.43,727.349 1083.43,718.293 1016.36,711.534 \n", " 1004.25,710.507 925.07,704.51 845.891,699.89 766.712,696.585 736.091,695.72 687.533,694.53 608.354,693.645 529.175,693.897 449.996,695.285 438.138,695.72 \n", " 370.817,697.714 291.638,701.178 212.459,705.781 212.459,711.534 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 \n", " 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 212.459,885.492 212.459,875.431 291.638,880.034 370.817,883.498 438.138,885.492 \n", " 449.996,885.927 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,885.492 212.459,869.983 291.638,873.571 370.817,875.814 449.996,876.803 529.175,876.541 608.354,874.99 687.533,872.095 734.808,869.678 766.712,867.733 \n", " 845.891,861.717 925.07,854.024 926.601,853.863 1004.25,843.793 1043.69,838.049 1083.43,830.538 1125.47,822.235 1162.61,811.762 1181.66,806.42 1210.86,790.606 \n", " 1181.66,774.792 1162.61,769.45 1125.47,758.977 1083.43,750.674 1043.69,743.163 1004.25,737.419 926.601,727.349 925.07,727.188 845.891,719.495 766.712,713.479 \n", " 734.808,711.534 687.533,709.117 608.354,706.222 529.175,704.671 449.996,704.409 370.817,705.398 291.638,707.641 212.459,711.229 212.459,711.534 \n", " 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 \n", " 212.459,885.492 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,869.678 212.459,865.001 291.638,867.253 370.817,868.178 449.996,867.722 529.175,865.804 608.354,862.332 687.533,857.212 729.165,853.863 766.712,850.111 \n", " 845.891,840.746 866.486,838.049 925.07,828.02 956.713,822.235 1004.25,809.717 1016.75,806.42 1047.91,790.606 1016.75,774.792 1004.25,771.495 956.713,758.977 \n", " 925.07,753.192 866.486,743.163 845.891,740.466 766.712,731.101 729.165,727.349 687.533,724 608.354,718.88 529.175,715.408 449.996,713.49 370.817,713.034 \n", " 291.638,713.959 212.459,716.211 212.459,727.349 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 \n", " 212.459,838.049 212.459,853.863 212.459,869.678 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,869.678 212.459,860.047 291.638,861.154 370.817,860.734 449.996,858.728 529.175,855.048 548.766,853.863 608.354,849.374 687.533,841.565 718.228,838.049 \n", " 766.712,830.732 817.629,822.235 845.891,815.371 882.286,806.42 914.001,790.606 882.286,774.792 845.891,765.841 817.629,758.977 766.712,750.48 718.228,743.163 \n", " 687.533,739.647 608.354,731.838 548.766,727.349 529.175,726.164 449.996,722.484 370.817,720.478 291.638,720.058 212.459,721.165 212.459,727.349 \n", " 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,869.678 212.459,855.093 291.638,855.055 348.421,853.863 370.817,853.283 449.996,849.616 529.175,843.895 590.239,838.049 608.354,835.745 687.533,824.252 \n", " 700.276,822.235 766.712,806.839 768.483,806.42 803.48,790.606 768.483,774.792 766.712,774.373 700.276,758.977 687.533,756.96 608.354,745.467 590.239,743.163 \n", " 529.175,737.317 449.996,731.596 370.817,727.929 348.421,727.349 291.638,726.157 212.459,726.119 212.459,727.349 212.459,743.163 212.459,758.977 \n", " 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 212.459,869.678 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,853.863 212.459,850.282 291.638,849.003 370.817,845.751 449.996,840.367 477.224,838.049 529.175,832.15 600.193,822.235 608.354,820.544 673.569,806.42 \n", " 687.533,799.997 709.189,790.606 687.533,781.215 673.569,774.792 608.354,760.668 600.193,758.977 529.175,749.062 477.224,743.163 449.996,740.845 370.817,735.461 \n", " 291.638,732.209 212.459,730.93 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 \n", " 212.459,853.863 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,853.863 212.459,845.518 291.638,842.963 370.817,838.218 373.125,838.049 449.996,830.493 513.859,822.235 529.175,819.272 591.601,806.42 608.354,799.019 \n", " 628.567,790.606 608.354,782.193 591.601,774.792 529.175,761.94 513.859,758.977 449.996,750.719 373.125,743.163 370.817,742.993 291.638,738.249 212.459,735.694 \n", " 212.459,743.163 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#032333; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,853.863 212.459,840.754 272.067,838.049 291.638,835.564 370.817,830.13 437.601,822.235 449.996,819.812 518.983,806.42 529.175,802.501 559.049,790.606 \n", " 529.175,778.711 518.983,774.792 449.996,761.399 437.601,758.977 370.817,751.082 291.638,745.648 272.067,743.163 212.459,740.458 212.459,743.163 \n", " 212.459,758.977 212.459,774.792 212.459,790.606 212.459,806.42 212.459,822.235 212.459,838.049 212.459,853.863 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,980.378 212.459,908.185 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 194.459,944.185 212.459,908.185 230.459,944.185 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,908.185 212.459,980.378 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,942.424 212.459,852.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 194.459,888.18 212.459,852.18 230.459,888.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,852.18 212.459,942.424 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,904.469 228.865,831.374 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 203.418,862.558 228.865,831.374 238.544,870.442 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 228.865,831.374 212.459,904.469 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,866.515 291.702,875.353 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 257.919,853.473 291.702,875.353 253.928,889.252 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.702,875.353 212.459,866.515 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,828.56 361.985,880.635 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 333.908,851.796 361.985,880.635 322.068,885.793 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 361.985,880.635 212.459,828.56 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,790.606 370.817,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 334.817,772.606 370.817,790.606 334.817,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,790.606 212.459,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,752.652 361.985,700.577 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 322.068,695.419 361.985,700.577 333.908,729.416 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 361.985,700.577 212.459,752.652 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,714.697 291.702,705.859 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 253.928,691.96 291.702,705.859 257.919,727.739 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.702,705.859 212.459,714.697 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,676.743 228.865,749.838 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 238.544,710.77 228.865,749.838 203.418,718.654 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 228.865,749.838 212.459,676.743 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,638.788 212.459,729.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 230.459,693.032 212.459,729.032 194.459,693.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,729.032 212.459,638.788 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,600.834 212.459,673.027 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 230.459,637.027 212.459,673.027 194.459,637.027 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 212.459,673.027 212.459,600.834 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,1004.1 291.638,939.928 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 273.638,975.928 291.638,939.928 309.638,975.928 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,939.928 291.638,1004.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,961.401 291.638,881.185 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 273.638,917.185 291.638,881.185 309.638,917.185 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,881.185 291.638,961.401 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,918.702 306.221,853.729 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 280.774,884.913 306.221,853.729 315.9,892.797 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 306.221,853.729 291.638,918.702 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,876.003 362.076,883.859 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 328.293,861.98 362.076,883.859 324.303,897.758 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 362.076,883.859 291.638,876.003 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,833.305 441.165,885.379 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 413.087,856.54 441.165,885.379 401.247,890.538 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 441.165,885.379 291.638,833.305 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,790.606 449.996,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 413.996,772.606 449.996,790.606 413.996,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,790.606 291.638,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,747.907 441.165,695.833 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 401.247,690.674 441.165,695.833 413.087,724.672 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 441.165,695.833 291.638,747.907 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,705.209 362.076,697.353 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 324.303,683.454 362.076,697.353 328.293,719.232 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 362.076,697.353 291.638,705.209 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,662.51 306.221,727.483 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 315.9,688.415 306.221,727.483 280.774,696.299 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 306.221,727.483 291.638,662.51 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,619.811 291.638,700.027 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 309.638,664.027 291.638,700.027 273.638,664.027 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,700.027 291.638,619.811 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,577.112 291.638,641.284 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 309.638,605.284 291.638,641.284 273.638,605.284 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 291.638,641.284 291.638,577.112 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,1027.82 370.817,970.067 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 352.817,1006.07 370.817,970.067 388.817,1006.07 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,970.067 370.817,1027.82 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,980.378 370.817,908.183 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 352.817,944.183 370.817,908.183 388.817,944.183 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,908.183 370.817,980.378 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,932.935 383.942,874.459 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 358.495,905.643 383.942,874.459 393.621,913.527 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 383.942,874.459 370.817,932.935 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,885.492 434.211,892.562 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 400.428,870.683 434.211,892.562 396.438,906.461 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 434.211,892.562 370.817,885.492 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,838.049 518.967,889.644 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 490.89,860.805 518.967,889.644 479.05,894.803 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 518.967,889.644 370.817,838.049 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,790.606 529.175,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 493.175,772.606 529.175,790.606 493.175,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,790.606 370.817,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,743.163 518.967,691.568 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 479.05,686.409 518.967,691.568 490.89,720.407 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 518.967,691.568 370.817,743.163 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,695.72 434.211,688.65 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 396.438,674.751 434.211,688.65 400.428,710.529 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 434.211,688.65 370.817,695.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,648.277 383.942,706.753 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 393.621,667.685 383.942,706.753 358.495,675.569 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 383.942,706.753 370.817,648.277 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,600.834 370.817,673.029 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 388.817,637.029 370.817,673.029 352.817,637.029 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,673.029 370.817,600.834 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,553.391 370.817,611.145 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 388.817,575.145 370.817,611.145 352.817,575.145 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 370.817,611.145 370.817,553.391 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,1051.54 449.996,999.039 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 431.996,1035.04 449.996,999.039 467.996,1035.04 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,999.039 449.996,1051.54 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,999.355 449.996,933.724 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 431.996,969.724 449.996,933.724 467.996,969.724 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,933.724 449.996,999.355 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,947.168 461.928,894.008 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 436.481,925.192 461.928,894.008 471.607,933.076 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 461.928,894.008 449.996,947.168 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,894.981 507.627,901.408 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 473.844,879.529 507.627,901.408 469.854,915.307 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 507.627,901.408 449.996,894.981 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,842.793 584.678,889.698 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 556.601,860.859 584.678,889.698 544.761,894.856 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 584.678,889.698 449.996,842.793 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,790.606 608.354,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 572.354,772.606 608.354,790.606 572.354,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,790.606 449.996,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,738.419 584.678,691.514 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 544.761,686.355 584.678,691.514 556.601,720.353 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 584.678,691.514 449.996,738.419 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,686.231 507.627,679.804 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 469.854,665.905 507.627,679.804 473.844,701.683 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 507.627,679.804 449.996,686.231 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,634.044 461.928,687.204 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 471.607,648.136 461.928,687.204 436.481,656.02 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 461.928,687.204 449.996,634.044 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,581.857 449.996,647.488 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 467.996,611.488 449.996,647.488 431.996,611.488 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,647.488 449.996,581.857 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,529.669 449.996,582.173 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 467.996,546.173 449.996,582.173 431.996,546.173 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 449.996,582.173 449.996,529.669 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,1075.26 529.175,1027.14 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 511.175,1063.14 529.175,1027.14 547.175,1063.14 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,1027.14 529.175,1075.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,1018.33 529.175,958.17 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 511.175,994.17 529.175,958.17 547.175,994.17 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,958.17 529.175,1018.33 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,961.401 540.112,912.671 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 514.665,943.855 540.112,912.671 549.792,951.739 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 540.112,912.671 529.175,961.401 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,904.469 582.004,910.361 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 548.221,888.482 582.004,910.361 544.23,924.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 582.004,910.361 529.175,904.469 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,847.538 652.634,890.533 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 624.556,861.695 652.634,890.533 612.716,895.692 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 652.634,890.533 529.175,847.538 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,790.606 687.533,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 651.533,772.606 687.533,790.606 651.533,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,790.606 529.175,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,733.674 652.634,690.679 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 612.716,685.52 652.634,690.679 624.556,719.517 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 652.634,690.679 529.175,733.674 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,676.743 582.004,670.851 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 544.23,656.952 582.004,670.851 548.221,692.73 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 582.004,670.851 529.175,676.743 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,619.811 540.112,668.541 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 549.792,629.473 540.112,668.541 514.665,637.357 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 540.112,668.541 529.175,619.811 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,562.879 529.175,623.042 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 547.175,587.042 529.175,623.042 511.175,587.042 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,623.042 529.175,562.879 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,505.948 529.175,554.076 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 547.175,518.076 529.175,554.076 511.175,518.076 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 529.175,554.076 529.175,505.948 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,1098.99 608.354,1054.56 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 590.354,1090.56 608.354,1054.56 626.354,1090.56 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,1054.56 608.354,1098.99 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,1037.31 608.354,981.775 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 590.354,1017.78 608.354,981.775 626.354,1017.78 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,981.775 608.354,1037.31 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,975.634 618.45,930.652 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 593.003,961.836 618.45,930.652 628.129,969.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 618.45,930.652 608.354,975.634 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,913.958 657.119,919.397 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 623.336,897.517 657.119,919.397 619.346,933.295 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 657.119,919.397 608.354,913.958 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,852.282 722.316,891.97 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 694.239,863.132 722.316,891.97 682.399,897.129 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 722.316,891.97 608.354,852.282 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,790.606 766.712,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 730.712,772.606 766.712,790.606 730.712,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,790.606 608.354,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,728.93 722.316,689.242 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 682.399,684.083 722.316,689.242 694.239,718.08 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 722.316,689.242 608.354,728.93 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,667.254 657.119,661.815 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 619.346,647.917 657.119,661.815 623.336,683.695 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 657.119,661.815 608.354,667.254 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,605.578 618.45,650.56 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 628.129,611.492 618.45,650.56 593.003,619.376 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 618.45,650.56 608.354,605.578 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,543.902 608.354,599.437 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 626.354,563.437 608.354,599.437 590.354,563.437 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,599.437 608.354,543.902 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,482.226 608.354,526.653 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 626.354,490.653 608.354,526.653 590.354,490.653 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 608.354,526.653 608.354,482.226 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,1122.71 687.533,1081.45 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 669.533,1117.45 687.533,1081.45 705.533,1117.45 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,1081.45 687.533,1122.71 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,1056.29 687.533,1004.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 669.533,1040.72 687.533,1004.72 705.533,1040.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,1004.72 687.533,1056.29 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,989.867 696.908,948.098 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 671.461,979.282 696.908,948.098 706.587,987.166 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 696.908,948.098 687.533,989.867 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,923.446 732.815,928.497 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 699.032,906.617 732.815,928.497 695.041,942.395 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 732.815,928.497 687.533,923.446 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,857.026 793.355,893.88 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 765.277,865.041 793.355,893.88 753.438,899.038 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 793.355,893.88 687.533,857.026 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,790.606 845.211,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 809.211,772.606 845.211,790.606 809.211,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.211,790.606 687.533,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,724.186 793.355,687.332 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 753.438,682.174 793.355,687.332 765.277,716.171 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 793.355,687.332 687.533,724.186 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,657.765 732.815,652.715 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 695.041,638.816 732.815,652.715 699.032,674.595 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 732.815,652.715 687.533,657.765 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,591.345 696.908,633.114 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 706.587,594.046 696.908,633.114 671.461,601.93 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 696.908,633.114 687.533,591.345 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,524.925 687.533,576.493 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 705.533,540.493 687.533,576.493 669.533,540.493 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,576.493 687.533,524.925 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,458.505 687.533,499.758 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 705.533,463.758 687.533,499.758 669.533,463.758 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 687.533,499.758 687.533,458.505 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,1146.43 766.712,1107.93 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 748.712,1143.93 766.712,1107.93 784.712,1143.93 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,1107.93 766.712,1146.43 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,1075.26 766.712,1027.13 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 748.712,1063.13 766.712,1027.13 784.712,1063.13 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,1027.13 766.712,1075.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,1004.1 775.462,965.116 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 750.015,996.3 775.462,965.116 785.141,1004.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 775.462,965.116 766.712,1004.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,932.935 808.975,937.649 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 775.192,915.769 808.975,937.649 771.202,951.547 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 808.975,937.649 766.712,932.935 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,861.771 865.479,896.167 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 837.402,867.329 865.479,896.167 825.562,901.326 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 865.479,896.167 766.712,861.771 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,790.606 913.878,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 877.878,772.606 913.878,790.606 877.878,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 913.878,790.606 766.712,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,719.441 865.479,685.045 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 825.562,679.886 865.479,685.045 837.402,713.883 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 865.479,685.045 766.712,719.441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,648.277 808.975,643.563 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 771.202,629.665 808.975,643.563 775.192,665.443 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 808.975,643.563 766.712,648.277 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,577.112 775.462,616.096 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 785.141,577.028 775.462,616.096 750.015,584.912 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 775.462,616.096 766.712,577.112 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,505.948 766.712,554.078 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 784.712,518.078 766.712,554.078 748.712,518.078 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,554.078 766.712,505.948 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,434.783 766.712,473.286 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 784.712,437.286 766.712,473.286 748.712,437.286 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 766.712,473.286 766.712,434.783 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,1170.15 845.891,1134.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 827.891,1170.05 845.891,1134.05 863.891,1170.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,1134.05 845.891,1170.15 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,1094.24 845.891,1049.12 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 827.891,1085.12 845.891,1049.12 863.891,1085.12 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,1049.12 845.891,1094.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,1018.33 854.094,981.785 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 828.647,1012.97 854.094,981.785 863.773,1020.85 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 854.094,981.785 845.891,1018.33 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,942.424 885.513,946.843 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 851.73,924.963 885.513,946.843 847.739,960.741 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 885.513,946.843 845.891,942.424 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,866.515 938.485,898.762 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 910.408,869.923 938.485,898.762 898.568,903.92 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 938.485,898.762 845.891,866.515 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,790.606 983.86,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 947.86,772.606 983.86,790.606 947.86,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 983.86,790.606 845.891,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,714.697 938.485,682.45 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 898.568,677.292 938.485,682.45 910.408,711.289 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 938.485,682.45 845.891,714.697 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,638.788 885.513,634.369 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 847.739,620.471 885.513,634.369 851.73,656.249 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 885.513,634.369 845.891,638.788 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,562.879 854.094,599.427 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 863.773,560.359 854.094,599.427 828.647,568.243 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 854.094,599.427 845.891,562.879 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,486.971 845.891,532.092 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 863.891,496.092 845.891,532.092 827.891,496.092 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,532.092 845.891,486.971 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,411.062 845.891,447.158 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 863.891,411.158 845.891,447.158 827.891,411.158 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 845.891,447.158 845.891,411.062 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,1193.87 925.07,1159.9 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 907.07,1195.9 925.07,1159.9 943.07,1195.9 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,1159.9 925.07,1193.87 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,1113.22 925.07,1070.75 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 907.07,1106.75 925.07,1070.75 943.07,1106.75 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,1070.75 925.07,1113.22 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,1032.57 932.791,998.168 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 907.344,1029.35 932.791,998.168 942.47,1037.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 932.791,998.168 925.07,1032.57 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,951.912 962.361,956.071 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 928.578,934.192 962.361,956.071 924.588,969.97 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 962.361,956.071 925.07,951.912 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,871.259 1012.22,901.609 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 984.14,872.771 1012.22,901.609 972.3,906.768 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1012.22,901.609 925.07,871.259 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,790.606 1054.92,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1018.92,772.606 1054.92,790.606 1018.92,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1054.92,790.606 925.07,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,709.953 1012.22,679.603 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 972.3,674.444 1012.22,679.603 984.14,708.441 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1012.22,679.603 925.07,709.953 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,629.3 962.361,625.141 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 924.588,611.242 962.361,625.141 928.578,647.02 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 962.361,625.141 925.07,629.3 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,548.646 932.791,583.044 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 942.47,543.976 932.791,583.044 907.344,551.86 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 932.791,583.044 925.07,548.646 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,467.993 925.07,510.461 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 943.07,474.461 925.07,510.461 907.07,474.461 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,510.461 925.07,467.993 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,387.34 925.07,421.313 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 943.07,385.313 925.07,421.313 907.07,385.313 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 925.07,421.313 925.07,387.34 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,1217.59 1004.25,1185.51 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 986.249,1221.51 1004.25,1185.51 1022.25,1221.51 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,1185.51 1004.25,1217.59 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,1132.2 1004.25,1092.09 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 986.249,1128.09 1004.25,1092.09 1022.25,1128.09 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,1092.09 1004.25,1132.2 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,1046.8 1011.54,1014.31 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 986.094,1045.5 1011.54,1014.31 1021.22,1053.38 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1011.54,1014.31 1004.25,1046.8 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,961.401 1039.47,965.329 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1005.69,943.449 1039.47,965.329 1001.69,979.228 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1039.47,965.329 1004.25,961.401 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,876.003 1086.56,904.667 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1058.48,875.829 1086.56,904.667 1046.64,909.826 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1086.56,904.667 1004.25,876.003 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,790.606 1126.89,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1090.89,772.606 1126.89,790.606 1090.89,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1126.89,790.606 1004.25,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,705.209 1086.56,676.545 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1046.64,671.386 1086.56,676.545 1058.48,705.383 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1086.56,676.545 1004.25,705.209 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,619.811 1039.47,615.883 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1001.69,601.984 1039.47,615.883 1005.69,637.762 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1039.47,615.883 1004.25,619.811 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,534.414 1011.54,566.9 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1021.22,527.832 1011.54,566.9 986.094,535.716 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1011.54,566.9 1004.25,534.414 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,449.016 1004.25,489.124 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1022.25,453.124 1004.25,489.124 986.249,453.124 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,489.124 1004.25,449.016 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,363.619 1004.25,395.704 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1022.25,359.704 1004.25,395.704 986.249,359.704 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1004.25,395.704 1004.25,363.619 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,1241.31 1083.43,1210.92 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1065.43,1246.92 1083.43,1210.92 1101.43,1246.92 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,1210.92 1083.43,1241.31 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,1151.17 1083.43,1113.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1065.43,1149.18 1083.43,1113.18 1101.43,1149.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,1113.18 1083.43,1151.17 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,1061.03 1090.34,1030.25 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1064.89,1061.44 1090.34,1030.25 1100.02,1069.32 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1090.34,1030.25 1083.43,1061.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,970.89 1116.79,974.611 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.01,952.731 1116.79,974.611 1079.02,988.51 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1116.79,974.611 1083.43,970.89 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,880.748 1161.4,907.903 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1133.32,879.064 1161.4,907.903 1121.48,913.062 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1161.4,907.903 1083.43,880.748 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,790.606 1199.61,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1163.61,772.606 1199.61,790.606 1163.61,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1199.61,790.606 1083.43,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,700.464 1161.4,673.309 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1121.48,668.15 1161.4,673.309 1133.32,702.148 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1161.4,673.309 1083.43,700.464 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,610.322 1116.79,606.601 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1079.02,592.702 1116.79,606.601 1083.01,628.481 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1116.79,606.601 1083.43,610.322 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,520.181 1090.34,550.958 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1100.02,511.89 1090.34,550.958 1064.89,519.773 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1090.34,550.958 1083.43,520.181 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,430.039 1083.43,468.036 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1101.43,432.036 1083.43,468.036 1065.43,432.036 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,468.036 1083.43,430.039 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,339.897 1083.43,370.294 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1101.43,334.294 1083.43,370.294 1065.43,334.294 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1083.43,370.294 1083.43,339.897 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,1265.04 1162.61,1236.16 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1144.61,1272.16 1162.61,1236.16 1180.61,1272.16 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,1236.16 1162.61,1265.04 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,1170.15 1162.61,1134.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1144.61,1170.05 1162.61,1134.05 1180.61,1170.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,1134.05 1162.61,1170.15 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,1075.26 1169.17,1046.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1143.72,1077.21 1169.17,1046.03 1178.85,1085.09 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1169.17,1046.03 1162.61,1075.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,980.378 1194.3,983.913 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1160.52,962.034 1194.3,983.913 1156.53,997.812 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1194.3,983.913 1162.61,980.378 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,885.492 1236.68,911.289 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1208.61,882.451 1236.68,911.289 1196.77,916.448 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1236.68,911.289 1162.61,885.492 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,790.606 1272.98,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1236.98,772.606 1272.98,790.606 1236.98,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1272.98,790.606 1162.61,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,695.72 1236.68,669.922 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1196.77,664.764 1236.68,669.922 1208.61,698.761 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1236.68,669.922 1162.61,695.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,600.834 1194.3,597.299 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1156.53,583.4 1194.3,597.299 1160.52,619.178 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1194.3,597.299 1162.61,600.834 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,505.948 1169.17,535.186 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1178.85,496.118 1169.17,535.186 1143.72,504.002 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1169.17,535.186 1162.61,505.948 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,411.062 1162.61,447.159 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1180.61,411.159 1162.61,447.159 1144.61,411.159 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,447.159 1162.61,411.062 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,316.176 1162.61,345.053 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1180.61,309.053 1162.61,345.053 1144.61,309.053 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1162.61,345.053 1162.61,316.176 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,1288.76 1241.79,1261.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1223.79,1297.26 1241.79,1261.26 1259.79,1297.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,1261.26 1241.79,1288.76 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,1189.13 1241.79,1154.75 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1223.79,1190.75 1241.79,1154.75 1259.79,1190.75 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,1154.75 1241.79,1189.13 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,1089.5 1248.04,1061.65 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1222.59,1092.84 1248.04,1061.65 1257.72,1100.72 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1248.04,1061.65 1241.79,1089.5 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,989.867 1271.97,993.234 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1238.19,971.354 1271.97,993.234 1234.2,1007.13 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1271.97,993.234 1241.79,989.867 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,890.236 1312.33,914.805 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1284.26,885.967 1312.33,914.805 1272.42,919.964 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1312.33,914.805 1241.79,890.236 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,790.606 1346.91,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1310.91,772.606 1346.91,790.606 1310.91,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1346.91,790.606 1241.79,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,690.976 1312.33,666.407 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1272.42,661.248 1312.33,666.407 1284.26,695.245 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1312.33,666.407 1241.79,690.976 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,591.345 1271.97,587.978 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1234.2,574.08 1271.97,587.978 1238.19,609.858 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1271.97,587.978 1241.79,591.345 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,491.715 1248.04,519.561 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1257.72,480.493 1248.04,519.561 1222.59,488.377 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1248.04,519.561 1241.79,491.715 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,392.084 1241.79,426.463 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1259.79,390.463 1241.79,426.463 1223.79,390.463 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,426.463 1241.79,392.084 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,292.454 1241.79,319.956 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1259.79,283.956 1241.79,319.956 1223.79,283.956 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1241.79,319.956 1241.79,292.454 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,1312.48 1320.97,1286.23 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1302.97,1322.23 1320.97,1286.23 1338.97,1322.23 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,1286.23 1320.97,1312.48 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,1208.1 1320.97,1175.29 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1302.97,1211.29 1320.97,1175.29 1338.97,1211.29 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,1175.29 1320.97,1208.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,1103.73 1326.93,1077.15 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1301.48,1108.33 1326.93,1077.15 1336.61,1116.22 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1326.93,1077.15 1320.97,1103.73 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,999.355 1349.78,1002.57 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1316,980.69 1349.78,1002.57 1312.01,1016.47 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1349.78,1002.57 1320.97,999.355 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,894.981 1388.31,918.433 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1360.23,889.594 1388.31,918.433 1348.39,923.592 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1388.31,918.433 1320.97,894.981 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,790.606 1421.31,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1385.31,772.606 1421.31,790.606 1385.31,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1421.31,790.606 1320.97,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,686.231 1388.31,662.779 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1348.39,657.62 1388.31,662.779 1360.23,691.618 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1388.31,662.779 1320.97,686.231 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,581.857 1349.78,578.643 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1312.01,564.744 1349.78,578.643 1316,600.522 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1349.78,578.643 1320.97,581.857 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,477.482 1326.93,504.062 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1336.61,464.994 1326.93,504.062 1301.48,472.878 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1326.93,504.062 1320.97,477.482 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,373.107 1320.97,405.923 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1338.97,369.923 1320.97,405.923 1302.97,369.923 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,405.923 1320.97,373.107 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,268.733 1320.97,294.985 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1338.97,258.985 1320.97,294.985 1302.97,258.985 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1320.97,294.985 1320.97,268.733 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,1336.2 1400.14,1311.09 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1382.14,1347.09 1400.14,1311.09 1418.14,1347.09 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,1311.09 1400.14,1336.2 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,1227.08 1400.14,1195.69 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1382.14,1231.69 1400.14,1195.69 1418.14,1231.69 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,1195.69 1400.14,1227.08 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,1117.96 1405.85,1092.54 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1380.4,1123.72 1405.85,1092.54 1415.53,1131.61 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1405.85,1092.54 1400.14,1117.96 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,1008.84 1427.71,1011.92 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1393.92,990.039 1427.71,1011.92 1389.93,1025.82 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1427.71,1011.92 1400.14,1008.84 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,899.725 1464.56,922.158 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1436.48,893.319 1464.56,922.158 1424.64,927.316 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1464.56,922.158 1400.14,899.725 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,790.606 1496.12,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1460.12,772.606 1496.12,790.606 1460.12,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1496.12,790.606 1400.14,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,681.487 1464.56,659.054 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1424.64,653.896 1464.56,659.054 1436.48,687.893 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1464.56,659.054 1400.14,681.487 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,572.368 1427.71,569.294 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1389.93,555.395 1427.71,569.294 1393.92,591.173 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1427.71,569.294 1400.14,572.368 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,463.249 1405.85,488.673 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1415.53,449.605 1405.85,488.673 1380.4,457.489 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1405.85,488.673 1400.14,463.249 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,354.13 1400.14,385.519 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1418.14,349.519 1400.14,385.519 1382.14,349.519 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,385.519 1400.14,354.13 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,245.011 1400.14,270.122 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1418.14,234.122 1400.14,270.122 1382.14,234.122 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1400.14,270.122 1400.14,245.011 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1359.92 1479.32,1335.86 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1461.32,1371.86 1479.32,1335.86 1497.32,1371.86 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1335.86 1479.32,1359.92 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1246.06 1479.32,1215.98 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1461.32,1251.98 1479.32,1215.98 1497.32,1251.98 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1215.98 1479.32,1246.06 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1132.2 1484.79,1107.83 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1459.35,1139.01 1484.79,1107.83 1494.47,1146.9 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1484.79,1107.83 1479.32,1132.2 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,1018.33 1505.74,1021.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1471.95,999.399 1505.74,1021.28 1467.96,1035.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1505.74,1021.28 1479.32,1018.33 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,904.469 1541.05,925.967 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1512.98,897.129 1541.05,925.967 1501.14,931.126 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1541.05,925.967 1479.32,904.469 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,790.606 1571.3,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1535.3,772.606 1571.3,790.606 1535.3,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1571.3,790.606 1479.32,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,676.743 1541.05,655.245 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1501.14,650.086 1541.05,655.245 1512.98,684.083 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1541.05,655.245 1479.32,676.743 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,562.879 1505.74,559.933 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1467.96,546.035 1505.74,559.933 1471.95,581.813 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1505.74,559.933 1479.32,562.879 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,449.016 1484.79,473.381 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1494.47,434.313 1484.79,473.381 1459.35,442.197 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1484.79,473.381 1479.32,449.016 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,335.153 1479.32,365.234 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1497.32,329.234 1479.32,365.234 1461.32,329.234 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,365.234 1479.32,335.153 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,221.29 1479.32,245.354 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1497.32,209.354 1479.32,245.354 1461.32,209.354 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1479.32,245.354 1479.32,221.29 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,1383.64 1558.5,1360.54 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1540.5,1396.54 1558.5,1360.54 1576.5,1396.54 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,1360.54 1558.5,1383.64 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,1265.04 1558.5,1236.16 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1540.5,1272.16 1558.5,1236.16 1576.5,1272.16 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,1236.16 1558.5,1265.04 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,1146.43 1563.75,1123.04 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1538.31,1154.22 1563.75,1123.04 1573.43,1162.11 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1563.75,1123.04 1558.5,1146.43 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,1027.82 1583.86,1030.65 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1550.08,1008.77 1583.86,1030.65 1546.09,1044.55 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1583.86,1030.65 1558.5,1027.82 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,909.214 1617.76,929.852 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1589.69,901.013 1617.76,929.852 1577.85,935.01 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1617.76,929.852 1558.5,909.214 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,790.606 1646.8,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1610.8,772.606 1646.8,790.606 1610.8,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1646.8,790.606 1558.5,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,671.998 1617.76,651.36 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1577.85,646.202 1617.76,651.36 1589.69,680.199 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1617.76,651.36 1558.5,671.998 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,553.391 1583.86,550.563 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1546.09,536.664 1583.86,550.563 1550.08,572.442 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1583.86,550.563 1558.5,553.391 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,434.783 1563.75,458.174 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1573.43,419.106 1563.75,458.174 1538.31,426.99 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1563.75,458.174 1558.5,434.783 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,316.176 1558.5,345.053 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1576.5,309.053 1558.5,345.053 1540.5,309.053 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,345.053 1558.5,316.176 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,197.568 1558.5,220.67 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1576.5,184.67 1558.5,220.67 1540.5,184.67 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1558.5,220.67 1558.5,197.568 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,1407.37 1637.68,1385.15 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1619.68,1421.15 1637.68,1385.15 1655.68,1421.15 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,1385.15 1637.68,1407.37 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,1284.01 1637.68,1256.25 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1619.68,1292.25 1637.68,1256.25 1655.68,1292.25 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,1256.25 1637.68,1284.01 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,1160.66 1642.73,1138.17 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1617.28,1169.35 1642.73,1138.17 1652.41,1177.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1642.73,1138.17 1637.68,1160.66 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,1037.31 1662.06,1040.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1628.28,1018.15 1662.06,1040.03 1624.29,1053.93 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1662.06,1040.03 1637.68,1037.31 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,913.958 1694.66,933.802 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1666.59,904.964 1694.66,933.802 1654.75,938.961 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1694.66,933.802 1637.68,913.958 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,790.606 1722.59,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1686.59,772.606 1722.59,790.606 1686.59,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1722.59,790.606 1637.68,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,667.254 1694.66,647.41 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1654.75,642.251 1694.66,647.41 1666.59,676.248 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1694.66,647.41 1637.68,667.254 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,543.902 1662.06,541.183 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1624.29,527.284 1662.06,541.183 1628.28,563.062 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1662.06,541.183 1637.68,543.902 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,420.55 1642.73,443.041 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1652.41,403.973 1642.73,443.041 1617.28,411.857 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1642.73,443.041 1637.68,420.55 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,297.198 1637.68,324.966 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1655.68,288.966 1637.68,324.966 1619.68,288.966 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,324.966 1637.68,297.198 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,173.846 1637.68,196.06 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1655.68,160.06 1637.68,196.06 1619.68,160.06 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1637.68,196.06 1637.68,173.846 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,1431.09 1716.86,1409.7 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1698.86,1445.7 1716.86,1409.7 1734.86,1445.7 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,1409.7 1716.86,1431.09 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,1302.99 1716.86,1276.25 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1698.86,1312.25 1716.86,1276.25 1734.86,1312.25 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,1276.25 1716.86,1302.99 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,1174.89 1721.72,1153.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1696.27,1184.42 1721.72,1153.24 1731.4,1192.3 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1721.72,1153.24 1716.86,1174.89 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,1046.8 1740.34,1049.42 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1706.56,1027.54 1740.34,1049.42 1702.57,1063.32 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1740.34,1049.42 1716.86,1046.8 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,918.702 1771.73,937.811 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1743.65,908.973 1771.73,937.811 1731.81,942.97 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1771.73,937.811 1716.86,918.702 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,790.606 1798.62,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1762.62,772.606 1798.62,790.606 1762.62,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1798.62,790.606 1716.86,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,662.51 1771.73,643.401 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1731.81,638.242 1771.73,643.401 1743.65,672.239 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1771.73,643.401 1716.86,662.51 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,534.414 1740.34,531.795 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1702.57,517.896 1740.34,531.795 1706.56,553.674 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1740.34,531.795 1716.86,534.414 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,406.317 1721.72,427.975 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1731.4,388.907 1721.72,427.975 1696.27,396.791 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1721.72,427.975 1716.86,406.317 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,278.221 1716.86,304.96 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1734.86,268.96 1716.86,304.96 1698.86,268.96 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,304.96 1716.86,278.221 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,150.125 1716.86,171.516 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1734.86,135.516 1716.86,171.516 1698.86,135.516 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1716.86,171.516 1716.86,150.125 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1454.81 1796.04,1434.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1778.04,1470.18 1796.04,1434.18 1814.04,1470.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1434.18 1796.04,1454.81 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1321.97 1796.04,1296.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1778.04,1332.18 1796.04,1296.18 1814.04,1332.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1296.18 1796.04,1321.97 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1189.13 1800.73,1168.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1775.28,1199.43 1800.73,1168.24 1810.41,1207.31 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1800.73,1168.24 1796.04,1189.13 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,1056.29 1818.68,1058.81 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1784.9,1036.93 1818.68,1058.81 1780.91,1072.71 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1818.68,1058.81 1796.04,1056.29 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,923.446 1848.95,941.873 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1820.87,913.035 1848.95,941.873 1809.03,947.032 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1848.95,941.873 1796.04,923.446 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,790.606 1874.88,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1838.88,772.606 1874.88,790.606 1838.88,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1874.88,790.606 1796.04,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,657.765 1848.95,639.339 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1809.03,634.18 1848.95,639.339 1820.87,668.177 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1848.95,639.339 1796.04,657.765 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,524.925 1818.68,522.4 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1780.91,508.501 1818.68,522.4 1784.9,544.279 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1818.68,522.4 1796.04,524.925 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,392.084 1800.73,412.969 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1810.41,373.901 1800.73,412.969 1775.28,381.785 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1800.73,412.969 1796.04,392.084 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,259.244 1796.04,285.028 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1814.04,249.028 1796.04,285.028 1778.04,249.028 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,285.028 1796.04,259.244 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,126.403 1796.04,147.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1814.04,111.03 1796.04,147.03 1778.04,111.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1796.04,147.03 1796.04,126.403 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1478.53 1875.22,1458.61 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1857.22,1494.61 1875.22,1458.61 1893.22,1494.61 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1458.61 1875.22,1478.53 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1340.95 1875.22,1316.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1857.22,1352.05 1875.22,1316.05 1893.22,1352.05 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1316.05 1875.22,1340.95 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1203.36 1879.74,1183.2 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1854.3,1214.38 1879.74,1183.2 1889.42,1222.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1879.74,1183.2 1875.22,1203.36 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,1065.78 1897.08,1068.21 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1863.3,1046.33 1897.08,1068.21 1859.31,1082.11 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1897.08,1068.21 1875.22,1065.78 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,928.191 1926.31,945.982 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1898.23,917.144 1926.31,945.982 1886.39,951.141 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1926.31,945.982 1875.22,928.191 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,790.606 1951.34,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1915.34,772.606 1951.34,790.606 1915.34,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1951.34,790.606 1875.22,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,653.021 1926.31,635.23 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1886.39,630.071 1926.31,635.23 1898.23,664.068 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1926.31,635.23 1875.22,653.021 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,515.436 1897.08,512.998 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1859.31,499.1 1897.08,512.998 1863.3,534.878 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1897.08,512.998 1875.22,515.436 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,377.852 1879.74,398.016 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1889.42,358.948 1879.74,398.016 1854.3,366.832 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1879.74,398.016 1875.22,377.852 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,240.267 1875.22,265.161 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1893.22,229.161 1875.22,265.161 1857.22,229.161 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,265.161 1875.22,240.267 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,102.682 1875.22,122.597 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1893.22,86.5973 1875.22,122.597 1857.22,86.5973 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1875.22,122.597 1875.22,102.682 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,1502.25 1954.4,1483 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1936.4,1519 1954.4,1483 1972.4,1519 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,1483 1954.4,1502.25 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,1359.92 1954.4,1335.86 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1936.4,1371.86 1954.4,1335.86 1972.4,1371.86 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,1335.86 1954.4,1359.92 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,1217.59 1958.77,1198.1 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1933.33,1229.29 1958.77,1198.1 1968.45,1237.17 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1958.77,1198.1 1954.4,1217.59 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,1075.26 1975.53,1077.62 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1941.75,1055.74 1975.53,1077.62 1937.76,1091.52 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1975.53,1077.62 1954.4,1075.26 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,932.935 2003.78,950.133 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1975.7,921.295 2003.78,950.133 1963.86,955.292 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2003.78,950.133 1954.4,932.935 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,790.606 2027.98,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1991.98,772.606 2027.98,790.606 1991.98,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2027.98,790.606 1954.4,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,648.277 2003.78,631.079 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1963.86,625.92 2003.78,631.079 1975.7,659.917 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2003.78,631.079 1954.4,648.277 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,505.948 1975.53,503.591 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1937.76,489.692 1975.53,503.591 1941.75,525.47 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1975.53,503.591 1954.4,505.948 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,363.619 1958.77,383.111 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1968.45,344.043 1958.77,383.111 1933.33,351.927 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1958.77,383.111 1954.4,363.619 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,221.29 1954.4,245.354 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1972.4,209.354 1954.4,245.354 1936.4,209.354 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,245.354 1954.4,221.29 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,78.9604 1954.4,98.2119 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1972.4,62.2119 1954.4,98.2119 1936.4,62.2119 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1954.4,98.2119 1954.4,78.9604 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1525.97 2033.58,1507.34 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2015.58,1543.34 2033.58,1507.34 2051.58,1543.34 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1507.34 2033.58,1525.97 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1378.9 2033.58,1355.61 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2015.58,1391.61 2033.58,1355.61 2051.58,1391.61 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1355.61 2033.58,1378.9 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1231.83 2037.81,1212.96 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2012.36,1244.15 2037.81,1212.96 2047.49,1252.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2037.81,1212.96 2033.58,1231.83 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,1084.75 2054.03,1087.03 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2020.24,1065.15 2054.03,1087.03 2016.25,1100.93 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2054.03,1087.03 2033.58,1084.75 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,937.679 2081.37,954.323 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2053.29,925.484 2081.37,954.323 2041.45,959.482 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2081.37,954.323 2033.58,937.679 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,790.606 2104.79,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2068.79,772.606 2104.79,790.606 2068.79,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2104.79,790.606 2033.58,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,643.533 2081.37,626.889 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2041.45,621.73 2081.37,626.889 2053.29,655.728 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2081.37,626.889 2033.58,643.533 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,496.459 2054.03,494.178 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2016.25,480.28 2054.03,494.178 2020.24,516.058 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2054.03,494.178 2033.58,496.459 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,349.386 2037.81,368.249 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2047.49,329.181 2037.81,368.249 2012.36,337.065 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2037.81,368.249 2033.58,349.386 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,202.312 2033.58,225.601 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2051.58,189.601 2033.58,225.601 2015.58,189.601 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,225.601 2033.58,202.312 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,55.2389 2033.58,73.8694 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2051.58,37.8694 2033.58,73.8694 2015.58,37.8694 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2033.58,73.8694 2033.58,55.2389 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1549.69 2112.76,1531.65 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2094.76,1567.65 2112.76,1531.65 2130.76,1567.65 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1531.65 2112.76,1549.69 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1397.88 2112.76,1375.32 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2094.76,1411.32 2112.76,1375.32 2130.76,1411.32 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1375.32 2112.76,1397.88 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1246.06 2116.86,1227.79 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2091.41,1258.97 2116.86,1227.79 2126.54,1266.85 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2116.86,1227.79 2112.76,1246.06 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,1094.24 2132.57,1096.45 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2098.78,1074.57 2132.57,1096.45 2094.79,1110.35 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2132.57,1096.45 2112.76,1094.24 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,942.424 2159.05,958.547 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2130.98,929.709 2159.05,958.547 2119.14,963.706 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2159.05,958.547 2112.76,942.424 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,790.606 2181.74,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2145.74,772.606 2181.74,790.606 2145.74,808.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2181.74,790.606 2112.76,790.606 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,638.788 2159.05,622.665 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2119.14,617.506 2159.05,622.665 2130.98,651.503 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2159.05,622.665 2112.76,638.788 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,486.971 2132.57,484.761 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2094.79,470.862 2132.57,484.761 2098.78,506.64 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2132.57,484.761 2112.76,486.971 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,335.153 2116.86,353.427 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2126.54,314.359 2116.86,353.427 2091.41,322.243 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2116.86,353.427 2112.76,335.153 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,183.335 2112.76,205.896 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2130.76,169.896 2112.76,205.896 2094.76,169.896 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,205.896 2112.76,183.335 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,31.5174 2112.76,49.5656 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2130.76,13.5656 2112.76,49.5656 2094.76,13.5656 \n", " \"/>\n", "<polyline clip-path=\"url(#clip622)\" style=\"stroke:#ffffff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2112.76,49.5656 2112.76,31.5174 \n", " \"/>\n", "<defs>\n", " <clipPath id=\"clip623\">\n", " <rect x=\"2160\" y=\"158\" width=\"73\" height=\"1266\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 1423.18 L2232.76 1423.18 L2232.76 1344.11 L2160.76 1344.11 Z\n", " \" fill=\"#032333\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 1344.11 L2232.76 1344.11 L2232.76 1265.04 L2160.76 1265.04 Z\n", " \" fill=\"#082e56\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 1265.04 L2232.76 1265.04 L2232.76 1185.96 L2160.76 1185.96 Z\n", " \" fill=\"#1b3381\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 1185.96 L2232.76 1185.96 L2232.76 1106.89 L2160.76 1106.89 Z\n", " \" fill=\"#3f339f\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 1106.89 L2232.76 1106.89 L2232.76 1027.82 L2160.76 1027.82 Z\n", " \" fill=\"#5c3d9a\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 1027.82 L2232.76 1027.82 L2232.76 948.749 L2160.76 948.749 Z\n", " \" fill=\"#734992\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 948.749 L2232.76 948.749 L2232.76 869.678 L2160.76 869.678 Z\n", " \" fill=\"#8a528c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 869.678 L2232.76 869.678 L2232.76 790.606 L2160.76 790.606 Z\n", " \" fill=\"#a35b86\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 790.606 L2232.76 790.606 L2232.76 711.534 L2160.76 711.534 Z\n", " \" fill=\"#bc627c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 711.534 L2232.76 711.534 L2232.76 632.463 L2160.76 632.463 Z\n", " \" fill=\"#d56b6c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 632.463 L2232.76 632.463 L2232.76 553.391 L2160.76 553.391 Z\n", " \" fill=\"#ea7857\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 553.391 L2232.76 553.391 L2232.76 474.319 L2160.76 474.319 Z\n", " \" fill=\"#f78c45\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 474.319 L2232.76 474.319 L2232.76 395.247 L2160.76 395.247 Z\n", " \" fill=\"#fba53c\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 395.247 L2232.76 395.247 L2232.76 316.176 L2160.76 316.176 Z\n", " \" fill=\"#f9c13f\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 316.176 L2232.76 316.176 L2232.76 237.104 L2160.76 237.104 Z\n", " \" fill=\"#f3dd4b\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip623)\" d=\"\n", "M2160.76 237.104 L2232.76 237.104 L2232.76 158.032 L2160.76 158.032 Z\n", " \" fill=\"#e7fa5a\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<path clip-path=\"url(#clip620)\" d=\"M2280.7 1405.35 Q2277.09 1405.35 2275.26 1408.91 Q2273.45 1412.46 2273.45 1419.59 Q2273.45 1426.69 2275.26 1430.26 Q2277.09 1433.8 2280.7 1433.8 Q2284.33 1433.8 2286.14 1430.26 Q2287.97 1426.69 2287.97 1419.59 Q2287.97 1412.46 2286.14 1408.91 Q2284.33 1405.35 2280.7 1405.35 M2280.7 1401.65 Q2286.51 1401.65 2289.57 1406.25 Q2292.64 1410.84 2292.64 1419.59 Q2292.64 1428.31 2289.57 1432.92 Q2286.51 1437.5 2280.7 1437.5 Q2274.89 1437.5 2271.81 1432.92 Q2268.76 1428.31 2268.76 1419.59 Q2268.76 1410.84 2271.81 1406.25 Q2274.89 1401.65 2280.7 1401.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 1278.83 Q2277.09 1278.83 2275.26 1282.4 Q2273.45 1285.94 2273.45 1293.07 Q2273.45 1300.18 2275.26 1303.74 Q2277.09 1307.28 2280.7 1307.28 Q2284.33 1307.28 2286.14 1303.74 Q2287.97 1300.18 2287.97 1293.07 Q2287.97 1285.94 2286.14 1282.4 Q2284.33 1278.83 2280.7 1278.83 M2280.7 1275.13 Q2286.51 1275.13 2289.57 1279.74 Q2292.64 1284.32 2292.64 1293.07 Q2292.64 1301.8 2289.57 1306.4 Q2286.51 1310.99 2280.7 1310.99 Q2274.89 1310.99 2271.81 1306.4 Q2268.76 1301.8 2268.76 1293.07 Q2268.76 1284.32 2271.81 1279.74 Q2274.89 1275.13 2280.7 1275.13 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 1304.44 L2305.75 1304.44 L2305.75 1310.32 L2300.86 1310.32 L2300.86 1304.44 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2316.74 1306.38 L2324.38 1306.38 L2324.38 1280.02 L2316.07 1281.68 L2316.07 1277.42 L2324.33 1275.76 L2329.01 1275.76 L2329.01 1306.38 L2336.65 1306.38 L2336.65 1310.32 L2316.74 1310.32 L2316.74 1306.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 1152.32 Q2277.09 1152.32 2275.26 1155.88 Q2273.45 1159.43 2273.45 1166.56 Q2273.45 1173.66 2275.26 1177.23 Q2277.09 1180.77 2280.7 1180.77 Q2284.33 1180.77 2286.14 1177.23 Q2287.97 1173.66 2287.97 1166.56 Q2287.97 1159.43 2286.14 1155.88 Q2284.33 1152.32 2280.7 1152.32 M2280.7 1148.62 Q2286.51 1148.62 2289.57 1153.22 Q2292.64 1157.81 2292.64 1166.56 Q2292.64 1175.28 2289.57 1179.89 Q2286.51 1184.47 2280.7 1184.47 Q2274.89 1184.47 2271.81 1179.89 Q2268.76 1175.28 2268.76 1166.56 Q2268.76 1157.81 2271.81 1153.22 Q2274.89 1148.62 2280.7 1148.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 1177.92 L2305.75 1177.92 L2305.75 1183.8 L2300.86 1183.8 L2300.86 1177.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2319.96 1179.87 L2336.28 1179.87 L2336.28 1183.8 L2314.33 1183.8 L2314.33 1179.87 Q2317 1177.11 2321.58 1172.48 Q2326.19 1167.83 2327.37 1166.49 Q2329.61 1163.96 2330.49 1162.23 Q2331.39 1160.47 2331.39 1158.78 Q2331.39 1156.02 2329.45 1154.29 Q2327.53 1152.55 2324.43 1152.55 Q2322.23 1152.55 2319.77 1153.32 Q2317.34 1154.08 2314.57 1155.63 L2314.57 1150.91 Q2317.39 1149.77 2319.84 1149.2 Q2322.3 1148.62 2324.33 1148.62 Q2329.7 1148.62 2332.9 1151.3 Q2336.09 1153.99 2336.09 1158.48 Q2336.09 1160.61 2335.28 1162.53 Q2334.5 1164.43 2332.39 1167.02 Q2331.81 1167.69 2328.71 1170.91 Q2325.61 1174.1 2319.96 1179.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 1025.81 Q2277.09 1025.81 2275.26 1029.37 Q2273.45 1032.91 2273.45 1040.04 Q2273.45 1047.15 2275.26 1050.71 Q2277.09 1054.25 2280.7 1054.25 Q2284.33 1054.25 2286.14 1050.71 Q2287.97 1047.15 2287.97 1040.04 Q2287.97 1032.91 2286.14 1029.37 Q2284.33 1025.81 2280.7 1025.81 M2280.7 1022.1 Q2286.51 1022.1 2289.57 1026.71 Q2292.64 1031.29 2292.64 1040.04 Q2292.64 1048.77 2289.57 1053.37 Q2286.51 1057.96 2280.7 1057.96 Q2274.89 1057.96 2271.81 1053.37 Q2268.76 1048.77 2268.76 1040.04 Q2268.76 1031.29 2271.81 1026.71 Q2274.89 1022.1 2280.7 1022.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 1051.41 L2305.75 1051.41 L2305.75 1057.29 L2300.86 1057.29 L2300.86 1051.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2330.1 1038.65 Q2333.45 1039.37 2335.33 1041.64 Q2337.23 1043.91 2337.23 1047.24 Q2337.23 1052.36 2333.71 1055.16 Q2330.19 1057.96 2323.71 1057.96 Q2321.53 1057.96 2319.22 1057.52 Q2316.93 1057.1 2314.47 1056.25 L2314.47 1051.73 Q2316.42 1052.87 2318.73 1053.44 Q2321.05 1054.02 2323.57 1054.02 Q2327.97 1054.02 2330.26 1052.29 Q2332.58 1050.55 2332.58 1047.24 Q2332.58 1044.18 2330.42 1042.47 Q2328.29 1040.74 2324.47 1040.74 L2320.45 1040.74 L2320.45 1036.89 L2324.66 1036.89 Q2328.11 1036.89 2329.94 1035.53 Q2331.76 1034.14 2331.76 1031.55 Q2331.76 1028.88 2329.87 1027.47 Q2327.99 1026.04 2324.47 1026.04 Q2322.55 1026.04 2320.35 1026.45 Q2318.15 1026.87 2315.51 1027.75 L2315.51 1023.58 Q2318.18 1022.84 2320.49 1022.47 Q2322.83 1022.1 2324.89 1022.1 Q2330.21 1022.1 2333.32 1024.53 Q2336.42 1026.94 2336.42 1031.06 Q2336.42 1033.93 2334.77 1035.92 Q2333.13 1037.89 2330.1 1038.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 899.291 Q2277.09 899.291 2275.26 902.855 Q2273.45 906.397 2273.45 913.527 Q2273.45 920.633 2275.26 924.198 Q2277.09 927.74 2280.7 927.74 Q2284.33 927.74 2286.14 924.198 Q2287.97 920.633 2287.97 913.527 Q2287.97 906.397 2286.14 902.855 Q2284.33 899.291 2280.7 899.291 M2280.7 895.587 Q2286.51 895.587 2289.57 900.193 Q2292.64 904.777 2292.64 913.527 Q2292.64 922.253 2289.57 926.86 Q2286.51 931.443 2280.7 931.443 Q2274.89 931.443 2271.81 926.86 Q2268.76 922.253 2268.76 913.527 Q2268.76 904.777 2271.81 900.193 Q2274.89 895.587 2280.7 895.587 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 924.892 L2305.75 924.892 L2305.75 930.772 L2300.86 930.772 L2300.86 924.892 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2328.78 900.286 L2316.97 918.735 L2328.78 918.735 L2328.78 900.286 M2327.55 896.212 L2333.43 896.212 L2333.43 918.735 L2338.36 918.735 L2338.36 922.624 L2333.43 922.624 L2333.43 930.772 L2328.78 930.772 L2328.78 922.624 L2313.18 922.624 L2313.18 918.11 L2327.55 896.212 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 772.776 Q2277.09 772.776 2275.26 776.341 Q2273.45 779.882 2273.45 787.012 Q2273.45 794.118 2275.26 797.683 Q2277.09 801.225 2280.7 801.225 Q2284.33 801.225 2286.14 797.683 Q2287.97 794.118 2287.97 787.012 Q2287.97 779.882 2286.14 776.341 Q2284.33 772.776 2280.7 772.776 M2280.7 769.072 Q2286.51 769.072 2289.57 773.679 Q2292.64 778.262 2292.64 787.012 Q2292.64 795.739 2289.57 800.345 Q2286.51 804.928 2280.7 804.928 Q2274.89 804.928 2271.81 800.345 Q2268.76 795.739 2268.76 787.012 Q2268.76 778.262 2271.81 773.679 Q2274.89 769.072 2280.7 769.072 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 798.378 L2305.75 798.378 L2305.75 804.257 L2300.86 804.257 L2300.86 798.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2315.98 769.697 L2334.33 769.697 L2334.33 773.632 L2320.26 773.632 L2320.26 782.105 Q2321.28 781.757 2322.3 781.595 Q2323.32 781.41 2324.33 781.41 Q2330.12 781.41 2333.5 784.581 Q2336.88 787.753 2336.88 793.169 Q2336.88 798.748 2333.41 801.85 Q2329.94 804.928 2323.62 804.928 Q2321.44 804.928 2319.17 804.558 Q2316.93 804.188 2314.52 803.447 L2314.52 798.748 Q2316.6 799.882 2318.83 800.438 Q2321.05 800.993 2323.52 800.993 Q2327.53 800.993 2329.87 798.887 Q2332.2 796.78 2332.2 793.169 Q2332.2 789.558 2329.87 787.452 Q2327.53 785.345 2323.52 785.345 Q2321.65 785.345 2319.77 785.762 Q2317.92 786.179 2315.98 787.058 L2315.98 769.697 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 646.261 Q2277.09 646.261 2275.26 649.826 Q2273.45 653.368 2273.45 660.497 Q2273.45 667.604 2275.26 671.168 Q2277.09 674.71 2280.7 674.71 Q2284.33 674.71 2286.14 671.168 Q2287.97 667.604 2287.97 660.497 Q2287.97 653.368 2286.14 649.826 Q2284.33 646.261 2280.7 646.261 M2280.7 642.557 Q2286.51 642.557 2289.57 647.164 Q2292.64 651.747 2292.64 660.497 Q2292.64 669.224 2289.57 673.83 Q2286.51 678.414 2280.7 678.414 Q2274.89 678.414 2271.81 673.83 Q2268.76 669.224 2268.76 660.497 Q2268.76 651.747 2271.81 647.164 Q2274.89 642.557 2280.7 642.557 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 671.863 L2305.75 671.863 L2305.75 677.742 L2300.86 677.742 L2300.86 671.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2326.51 658.599 Q2323.36 658.599 2321.51 660.752 Q2319.68 662.905 2319.68 666.655 Q2319.68 670.381 2321.51 672.557 Q2323.36 674.71 2326.51 674.71 Q2329.66 674.71 2331.49 672.557 Q2333.34 670.381 2333.34 666.655 Q2333.34 662.905 2331.49 660.752 Q2329.66 658.599 2326.51 658.599 M2335.79 643.946 L2335.79 648.206 Q2334.03 647.372 2332.23 646.932 Q2330.45 646.493 2328.69 646.493 Q2324.06 646.493 2321.6 649.618 Q2319.17 652.743 2318.83 659.062 Q2320.19 657.048 2322.25 655.983 Q2324.31 654.895 2326.79 654.895 Q2332 654.895 2335.01 658.067 Q2338.04 661.215 2338.04 666.655 Q2338.04 671.979 2334.89 675.196 Q2331.74 678.414 2326.51 678.414 Q2320.51 678.414 2317.34 673.83 Q2314.17 669.224 2314.17 660.497 Q2314.17 652.303 2318.06 647.442 Q2321.95 642.557 2328.5 642.557 Q2330.26 642.557 2332.04 642.905 Q2333.85 643.252 2335.79 643.946 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 519.746 Q2277.09 519.746 2275.26 523.311 Q2273.45 526.853 2273.45 533.982 Q2273.45 541.089 2275.26 544.654 Q2277.09 548.195 2280.7 548.195 Q2284.33 548.195 2286.14 544.654 Q2287.97 541.089 2287.97 533.982 Q2287.97 526.853 2286.14 523.311 Q2284.33 519.746 2280.7 519.746 M2280.7 516.043 Q2286.51 516.043 2289.57 520.649 Q2292.64 525.232 2292.64 533.982 Q2292.64 542.709 2289.57 547.316 Q2286.51 551.899 2280.7 551.899 Q2274.89 551.899 2271.81 547.316 Q2268.76 542.709 2268.76 533.982 Q2268.76 525.232 2271.81 520.649 Q2274.89 516.043 2280.7 516.043 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 545.348 L2305.75 545.348 L2305.75 551.228 L2300.86 551.228 L2300.86 545.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2314.75 516.668 L2336.97 516.668 L2336.97 518.658 L2324.43 551.228 L2319.54 551.228 L2331.35 520.603 L2314.75 520.603 L2314.75 516.668 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 393.232 Q2277.09 393.232 2275.26 396.796 Q2273.45 400.338 2273.45 407.468 Q2273.45 414.574 2275.26 418.139 Q2277.09 421.68 2280.7 421.68 Q2284.33 421.68 2286.14 418.139 Q2287.97 414.574 2287.97 407.468 Q2287.97 400.338 2286.14 396.796 Q2284.33 393.232 2280.7 393.232 M2280.7 389.528 Q2286.51 389.528 2289.57 394.134 Q2292.64 398.718 2292.64 407.468 Q2292.64 416.194 2289.57 420.801 Q2286.51 425.384 2280.7 425.384 Q2274.89 425.384 2271.81 420.801 Q2268.76 416.194 2268.76 407.468 Q2268.76 398.718 2271.81 394.134 Q2274.89 389.528 2280.7 389.528 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 418.833 L2305.75 418.833 L2305.75 424.713 L2300.86 424.713 L2300.86 418.833 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2325.93 408.301 Q2322.6 408.301 2320.68 410.083 Q2318.78 411.866 2318.78 414.991 Q2318.78 418.116 2320.68 419.898 Q2322.6 421.68 2325.93 421.68 Q2329.26 421.68 2331.19 419.898 Q2333.11 418.093 2333.11 414.991 Q2333.11 411.866 2331.19 410.083 Q2329.29 408.301 2325.93 408.301 M2321.26 406.31 Q2318.25 405.569 2316.56 403.509 Q2314.89 401.449 2314.89 398.486 Q2314.89 394.343 2317.83 391.935 Q2320.79 389.528 2325.93 389.528 Q2331.09 389.528 2334.03 391.935 Q2336.97 394.343 2336.97 398.486 Q2336.97 401.449 2335.28 403.509 Q2333.62 405.569 2330.63 406.31 Q2334.01 407.097 2335.89 409.389 Q2337.78 411.681 2337.78 414.991 Q2337.78 420.014 2334.7 422.699 Q2331.65 425.384 2325.93 425.384 Q2320.21 425.384 2317.14 422.699 Q2314.08 420.014 2314.08 414.991 Q2314.08 411.681 2315.98 409.389 Q2317.88 407.097 2321.26 406.31 M2319.54 398.926 Q2319.54 401.611 2321.21 403.116 Q2322.9 404.62 2325.93 404.62 Q2328.94 404.62 2330.63 403.116 Q2332.34 401.611 2332.34 398.926 Q2332.34 396.241 2330.63 394.736 Q2328.94 393.232 2325.93 393.232 Q2322.9 393.232 2321.21 394.736 Q2319.54 396.241 2319.54 398.926 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2280.7 266.717 Q2277.09 266.717 2275.26 270.282 Q2273.45 273.823 2273.45 280.953 Q2273.45 288.059 2275.26 291.624 Q2277.09 295.166 2280.7 295.166 Q2284.33 295.166 2286.14 291.624 Q2287.97 288.059 2287.97 280.953 Q2287.97 273.823 2286.14 270.282 Q2284.33 266.717 2280.7 266.717 M2280.7 263.013 Q2286.51 263.013 2289.57 267.62 Q2292.64 272.203 2292.64 280.953 Q2292.64 289.68 2289.57 294.286 Q2286.51 298.869 2280.7 298.869 Q2274.89 298.869 2271.81 294.286 Q2268.76 289.68 2268.76 280.953 Q2268.76 272.203 2271.81 267.62 Q2274.89 263.013 2280.7 263.013 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2300.86 292.318 L2305.75 292.318 L2305.75 298.198 L2300.86 298.198 L2300.86 292.318 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2316.07 297.481 L2316.07 293.221 Q2317.83 294.055 2319.64 294.494 Q2321.44 294.934 2323.18 294.934 Q2327.81 294.934 2330.24 291.832 Q2332.69 288.707 2333.04 282.365 Q2331.7 284.356 2329.64 285.42 Q2327.58 286.485 2325.08 286.485 Q2319.89 286.485 2316.86 283.36 Q2313.85 280.212 2313.85 274.772 Q2313.85 269.448 2317 266.231 Q2320.14 263.013 2325.38 263.013 Q2331.37 263.013 2334.52 267.62 Q2337.69 272.203 2337.69 280.953 Q2337.69 289.124 2333.8 294.008 Q2329.94 298.869 2323.39 298.869 Q2321.63 298.869 2319.82 298.522 Q2318.01 298.175 2316.07 297.481 M2325.38 282.828 Q2328.52 282.828 2330.35 280.675 Q2332.2 278.522 2332.2 274.772 Q2332.2 271.045 2330.35 268.893 Q2328.52 266.717 2325.38 266.717 Q2322.23 266.717 2320.38 268.893 Q2318.55 271.045 2318.55 274.772 Q2318.55 278.522 2320.38 280.675 Q2322.23 282.828 2325.38 282.828 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2269.43 167.748 L2277.07 167.748 L2277.07 141.383 L2268.76 143.049 L2268.76 138.79 L2277.02 137.123 L2281.7 137.123 L2281.7 167.748 L2289.33 167.748 L2289.33 171.683 L2269.43 171.683 L2269.43 167.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2298.78 165.804 L2303.66 165.804 L2303.66 171.683 L2298.78 171.683 L2298.78 165.804 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M2323.85 140.202 Q2320.24 140.202 2318.41 143.767 Q2316.6 147.308 2316.6 154.438 Q2316.6 161.544 2318.41 165.109 Q2320.24 168.651 2323.85 168.651 Q2327.48 168.651 2329.29 165.109 Q2331.12 161.544 2331.12 154.438 Q2331.12 147.308 2329.29 143.767 Q2327.48 140.202 2323.85 140.202 M2323.85 136.498 Q2329.66 136.498 2332.71 141.105 Q2335.79 145.688 2335.79 154.438 Q2335.79 163.165 2332.71 167.771 Q2329.66 172.355 2323.85 172.355 Q2318.04 172.355 2314.96 167.771 Q2311.9 163.165 2311.9 154.438 Q2311.9 145.688 2314.96 141.105 Q2318.04 136.498 2323.85 136.498 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2232.76,1423.18 2232.76,1423.18 2256.76,1423.18 2232.76,1423.18 2232.76,1296.67 2256.76,1296.67 2232.76,1296.67 2232.76,1170.15 2256.76,1170.15 2232.76,1170.15 \n", " 2232.76,1043.64 2256.76,1043.64 2232.76,1043.64 2232.76,917.121 2256.76,917.121 2232.76,917.121 2232.76,790.606 2256.76,790.606 2232.76,790.606 2232.76,664.091 \n", " 2256.76,664.091 2232.76,664.091 2232.76,537.576 2256.76,537.576 2232.76,537.576 2232.76,411.062 2256.76,411.062 2232.76,411.062 2232.76,284.547 2256.76,284.547 \n", " 2232.76,284.547 2232.76,158.032 2256.76,158.032 2232.76,158.032 \n", " \"/>\n", "<path clip-path=\"url(#clip620)\" d=\"\n", "M1751.44 355.724 L2049.41 355.724 L2049.41 200.204 L1751.44 200.204 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1751.44,355.724 2049.41,355.724 2049.41,200.204 1751.44,200.204 1751.44,355.724 \n", " \"/>\n", "<polyline clip-path=\"url(#clip620)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1772.55,252.044 1899.24,252.044 \n", " \"/>\n", "<path clip-path=\"url(#clip620)\" d=\"M1939.27 256.06 Q1939.27 251.43 1937.35 248.884 Q1935.45 246.338 1932 246.338 Q1928.57 246.338 1926.65 248.884 Q1924.75 251.43 1924.75 256.06 Q1924.75 260.666 1926.65 263.213 Q1928.57 265.759 1932 265.759 Q1935.45 265.759 1937.35 263.213 Q1939.27 260.666 1939.27 256.06 M1943.53 266.106 Q1943.53 272.726 1940.59 275.944 Q1937.65 279.185 1931.58 279.185 Q1929.34 279.185 1927.35 278.838 Q1925.36 278.513 1923.48 277.819 L1923.48 273.676 Q1925.36 274.694 1927.18 275.18 Q1929.01 275.666 1930.91 275.666 Q1935.1 275.666 1937.18 273.467 Q1939.27 271.291 1939.27 266.87 L1939.27 264.764 Q1937.95 267.055 1935.89 268.189 Q1933.83 269.324 1930.96 269.324 Q1926.19 269.324 1923.27 265.689 Q1920.36 262.055 1920.36 256.06 Q1920.36 250.041 1923.27 246.407 Q1926.19 242.773 1930.96 242.773 Q1933.83 242.773 1935.89 243.907 Q1937.95 245.041 1939.27 247.333 L1939.27 243.398 L1943.53 243.398 L1943.53 266.106 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1962.53 233.352 Q1959.43 238.676 1957.92 243.884 Q1956.42 249.092 1956.42 254.44 Q1956.42 259.787 1957.92 265.041 Q1959.45 270.273 1962.53 275.574 L1958.83 275.574 Q1955.36 270.134 1953.62 264.879 Q1951.91 259.625 1951.91 254.44 Q1951.91 249.278 1953.62 244.046 Q1955.33 238.815 1958.83 233.352 L1962.53 233.352 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1983.23 266.384 Q1986.28 266.407 1988.11 268.143 Q1990.05 269.972 1990.05 272.75 Q1990.05 275.412 1988.34 277.263 Q1986.49 279.277 1982.72 279.277 Q1982.72 277.541 1982.72 275.782 Q1984.31 275.898 1985.29 274.879 Q1986.03 274.069 1986.03 273.213 Q1986.03 271.986 1985.29 270.967 Q1984.57 269.995 1983.23 269.995 Q1968.8 269.995 1968.8 259.879 Q1968.8 252.935 1976.51 250.898 Q1970.03 250.065 1970.03 244.046 Q1970.03 239.486 1975.12 237.588 L1970.31 237.588 L1970.31 233.305 L1988.57 233.305 L1988.57 237.588 Q1974.01 237.588 1974.01 244.324 Q1974.01 248.745 1986.23 248.953 L1986.23 252.889 Q1973.04 252.379 1973.09 259.879 Q1973.11 266.152 1983.23 266.384 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1996.56 233.352 L2000.26 233.352 Q2003.73 238.815 2005.45 244.046 Q2007.18 249.278 2007.18 254.44 Q2007.18 259.625 2005.45 264.879 Q2003.73 270.134 2000.26 275.574 L1996.56 275.574 Q1999.64 270.273 2001.14 265.041 Q2002.67 259.787 2002.67 254.44 Q2002.67 249.092 2001.14 243.884 Q1999.64 238.676 1996.56 233.352 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip620)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1772.55,303.884 1899.24,303.884 \n", " \"/>\n", "<path clip-path=\"url(#clip620)\" d=\"M1936.86 285.145 L1936.86 288.687 L1932.79 288.687 Q1930.49 288.687 1929.59 289.613 Q1928.71 290.539 1928.71 292.946 L1928.71 295.238 L1935.73 295.238 L1935.73 298.548 L1928.71 298.548 L1928.71 321.164 L1924.43 321.164 L1924.43 298.548 L1920.36 298.548 L1920.36 295.238 L1924.43 295.238 L1924.43 293.432 Q1924.43 289.104 1926.44 287.136 Q1928.46 285.145 1932.83 285.145 L1936.86 285.145 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1950.66 285.192 Q1947.55 290.516 1946.05 295.724 Q1944.55 300.932 1944.55 306.28 Q1944.55 311.627 1946.05 316.881 Q1947.58 322.113 1950.66 327.414 L1946.95 327.414 Q1943.48 321.974 1941.74 316.719 Q1940.03 311.465 1940.03 306.28 Q1940.03 301.118 1941.74 295.886 Q1943.46 290.655 1946.95 285.192 L1950.66 285.192 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1971.35 318.224 Q1974.41 318.247 1976.23 319.983 Q1978.18 321.812 1978.18 324.59 Q1978.18 327.252 1976.47 329.103 Q1974.61 331.117 1970.84 331.117 Q1970.84 329.381 1970.84 327.622 Q1972.44 327.738 1973.41 326.719 Q1974.15 325.909 1974.15 325.053 Q1974.15 323.826 1973.41 322.807 Q1972.69 321.835 1971.35 321.835 Q1956.93 321.835 1956.93 311.719 Q1956.93 304.775 1964.64 302.738 Q1958.16 301.905 1958.16 295.886 Q1958.16 291.326 1963.25 289.428 L1958.43 289.428 L1958.43 285.145 L1976.7 285.145 L1976.7 289.428 Q1962.14 289.428 1962.14 296.164 Q1962.14 300.585 1974.36 300.793 L1974.36 304.729 Q1961.17 304.219 1961.21 311.719 Q1961.24 317.992 1971.35 318.224 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip620)\" d=\"M1984.68 285.192 L1988.39 285.192 Q1991.86 290.655 1993.57 295.886 Q1995.31 301.118 1995.31 306.28 Q1995.31 311.465 1993.57 316.719 Q1991.86 321.974 1988.39 327.414 L1984.68 327.414 Q1987.76 322.113 1989.27 316.881 Q1990.8 311.627 1990.8 306.28 Q1990.8 300.932 1989.27 295.724 Q1987.76 290.516 1984.68 285.192 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n" ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#hide\n", "\n", "let\n", "\n", "# solutions of the ode\n", "ϕ, F′ = sol.t, sol[2,:]\n", "\n", "# trim any unphysical values\n", "F′[F′.>0] .= 0\n", "\n", "# paramters of the model\n", "β = 0.0848\n", "a = β/1.2277667062444657\n", "Sc = 0.7\n", "f = -F′./ϕ\n", "ξ = a.*ϕ\n", "\n", "# momentum balance integrand\n", "int = (f.^2).*ξ\n", "int[ξ.≤0] .= 0\n", "I = integrate(ξ, int)\n", "k = 1/√(8*I)\n", "\n", "# mass balance integrand\n", "int_c = (f.^(Sc+1)).*ξ\n", "int_c[ξ.≤0] .= 0\n", "I_c = integrate(ξ, int_c)\n", "k_c = √(I/(8*I_c^2))\n", "\n", "# velocity field\n", "function vz(ξ)\n", " ϕ = abs(ξ)/a\n", " if ϕ >0\n", " F, F′ = sol(ϕ)\n", " F′ = min(F′,0)\n", " f = -F′/ϕ\n", " f = max(f, 0)\n", " else\n", " f = 1\n", " end\n", " return f\n", "end\n", "\n", "function vr(ξ)\n", " ϕ = abs(ξ)/a\n", " if ϕ >0\n", " F, F′ = sol(ϕ)\n", " F, F′ = min(F,0), min(F′,0)\n", " f = (F/ϕ)-F′\n", " else\n", " f = 0\n", " end\n", " return sign(ξ)*f\n", "end\n", "\n", "function vel(z,r)\n", " ξ = z>0 ? r/z : 0\n", " u = (k/z)*vz(ξ)\n", " v = (k/z)*vr(ξ)\n", " norm = √(u^2+v^2)\n", " if norm>1\n", " u = u/norm\n", " v = v/norm\n", " end\n", " return [u, v]\n", "end\n", "\n", "# concentration\n", "function conc(z,r)\n", " ξ = z>0 ? r/z : 0\n", " ϕ = abs(ξ)/a\n", " if ϕ >0\n", " F, F′ = sol(ϕ)\n", " F′ = min(F′,0)\n", " f = -F′/ϕ\n", " f = max(f, 0)\n", " else\n", " f = 1\n", " end\n", " return min(k_c*(f^0.7)/z,1)\n", "end\n", "\n", "zs = 4:0.5:16\n", "ξs = -0.3:0.06:0.3\n", "rs = -4:0.1:4\n", " \n", "xxs = [z for z in zs for ξ in ξs]\n", "yys = [ξ*z for z in zs for ξ in ξs]\n", "\n", "plot!(zs, rs, conc, seriestype=:contour, c=:thermal, fill=true, clim=(0,1))\n", "plot!(xxs, yys, seriestype=:quiver, quiver=vel, color=:white)\n", "plot!(title=\"Concentration and velocity profiles\\n Prandtl mixing length model\",\n", " xlabel=\"Downstream distance, z\", ylabel=\"Radial distance, r\",\n", " titlefontsize=11, xlim=(4,16), ylim=(-4,4))\n", "\n", "\n", "end" ] }, { "cell_type": "markdown", "id": "8fb4439a-4313-4729-81c3-174b879bcda7", "metadata": {}, "source": [ "### Practical considerations\n", "\n", "In most practical cases I've encountered, by far the easiest approach is to use a standard Gaussian model with parameters from literature. That said, there is a lot of variability of recommended parameters and some thought needs to go into what the model is being used for. Consider the following table giving model parameters for various gaseous jets entering into air[^long]\n", "\n", "$$ {c_A \\over c_0} = k_2 {d_0 \\over z} \\sqrt{ \\rho_a \\over \\rho_j} \\exp \\left( - \\left(k_2 {r \\over z} \\right)^2 \\right) $$\n", "\n", "| Jet | Re | $k_2$ | $k_3$ |\n", "|:------------------:|:---------:|:-----:|:-----:|\n", "| CO₂ | 50 000 | 5.4 | 9.2 |\n", "| N₂ | 27 000 | 5.4 | 7.9 |\n", "| He | 3 400 | 4.1 | 5.3 |\n", "| air + 1.1% towngas | 67 000 | 5.3 | 8.8 |\n", "| hot air | 67 000 | 5.3 | 8.8 |\n", "| air + N₂O tracer | 27-57 000 | 4.5 | 7.1 |\n", "| hot air | 18-25 000 | 4.5 | 7.1 |\n", "| hot air | 30-60 000 | 5.3 | 7.8 |\n", "| hot air | 10-20 000 | 5.0 | 6.4 |\n", "| hot air | --- | 4.8 | 7.1 |\n", "| hot air | --- | 5.9 | 7.7 |\n", "\n", "\n", "Below is a plot showing the range of values this generates for the Gaussian jet model, along with the *recommended* parameters for use when estimating the extent of a hazardous area around a vent[^recommended]. The range of values is quite wide.\n", "\n", "\n", "[^long]: Long, V.D., *Estimation of the Extent of Hazard Areas Around a Vent*, Chem. Process Hazard, II, 6, 1963 \n", "\n", "[^recommended]: Clearly the recommendation is a conservative approach, which is what you would want for a hazard analysis." ] }, { "cell_type": "code", "execution_count": 11, "id": "feb96e51-78e5-4d87-9897-dfa53620d26d", "metadata": { "jupyter": { "source_hidden": true }, "tags": [] }, "outputs": [ { "data": { "image/svg+xml": [ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<defs>\n", " <clipPath id=\"clip660\">\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip660)\" d=\"\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip661\">\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " </clipPath>\n", "</defs>\n", "<path clip-path=\"url(#clip660)\" d=\"\n", "M249.542 1423.18 L2352.76 1423.18 L2352.76 123.472 L249.542 123.472 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<defs>\n", " <clipPath id=\"clip662\">\n", " <rect x=\"249\" y=\"123\" width=\"2104\" height=\"1301\"/>\n", " </clipPath>\n", "</defs>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 309.067,1423.18 309.067,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 977.586,1423.18 977.586,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 1646.1,1423.18 1646.1,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 2314.62,1423.18 2314.62,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,1423.18 2352.76,1423.18 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 309.067,1423.18 309.067,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 977.586,1423.18 977.586,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1646.1,1423.18 1646.1,1404.28 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 2314.62,1423.18 2314.62,1404.28 \n", " \"/>\n", "<path clip-path=\"url(#clip660)\" d=\"M286.451 1454.1 Q282.84 1454.1 281.012 1457.66 Q279.206 1461.2 279.206 1468.33 Q279.206 1475.44 281.012 1479.01 Q282.84 1482.55 286.451 1482.55 Q290.086 1482.55 291.891 1479.01 Q293.72 1475.44 293.72 1468.33 Q293.72 1461.2 291.891 1457.66 Q290.086 1454.1 286.451 1454.1 M286.451 1450.39 Q292.261 1450.39 295.317 1455 Q298.396 1459.58 298.396 1468.33 Q298.396 1477.06 295.317 1481.67 Q292.261 1486.25 286.451 1486.25 Q280.641 1486.25 277.562 1481.67 Q274.507 1477.06 274.507 1468.33 Q274.507 1459.58 277.562 1455 Q280.641 1450.39 286.451 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M306.613 1479.7 L311.497 1479.7 L311.497 1485.58 L306.613 1485.58 L306.613 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M331.683 1454.1 Q328.071 1454.1 326.243 1457.66 Q324.437 1461.2 324.437 1468.33 Q324.437 1475.44 326.243 1479.01 Q328.071 1482.55 331.683 1482.55 Q335.317 1482.55 337.122 1479.01 Q338.951 1475.44 338.951 1468.33 Q338.951 1461.2 337.122 1457.66 Q335.317 1454.1 331.683 1454.1 M331.683 1450.39 Q337.493 1450.39 340.548 1455 Q343.627 1459.58 343.627 1468.33 Q343.627 1477.06 340.548 1481.67 Q337.493 1486.25 331.683 1486.25 Q325.872 1486.25 322.794 1481.67 Q319.738 1477.06 319.738 1468.33 Q319.738 1459.58 322.794 1455 Q325.872 1450.39 331.683 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M955.584 1454.1 Q951.973 1454.1 950.144 1457.66 Q948.338 1461.2 948.338 1468.33 Q948.338 1475.44 950.144 1479.01 Q951.973 1482.55 955.584 1482.55 Q959.218 1482.55 961.023 1479.01 Q962.852 1475.44 962.852 1468.33 Q962.852 1461.2 961.023 1457.66 Q959.218 1454.1 955.584 1454.1 M955.584 1450.39 Q961.394 1450.39 964.449 1455 Q967.528 1459.58 967.528 1468.33 Q967.528 1477.06 964.449 1481.67 Q961.394 1486.25 955.584 1486.25 Q949.773 1486.25 946.695 1481.67 Q943.639 1477.06 943.639 1468.33 Q943.639 1459.58 946.695 1455 Q949.773 1450.39 955.584 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M975.746 1479.7 L980.63 1479.7 L980.63 1485.58 L975.746 1485.58 L975.746 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M991.625 1481.64 L999.264 1481.64 L999.264 1455.28 L990.954 1456.95 L990.954 1452.69 L999.218 1451.02 L1003.89 1451.02 L1003.89 1481.64 L1011.53 1481.64 L1011.53 1485.58 L991.625 1485.58 L991.625 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1624.29 1454.1 Q1620.68 1454.1 1618.85 1457.66 Q1617.04 1461.2 1617.04 1468.33 Q1617.04 1475.44 1618.85 1479.01 Q1620.68 1482.55 1624.29 1482.55 Q1627.92 1482.55 1629.73 1479.01 Q1631.56 1475.44 1631.56 1468.33 Q1631.56 1461.2 1629.73 1457.66 Q1627.92 1454.1 1624.29 1454.1 M1624.29 1450.39 Q1630.1 1450.39 1633.15 1455 Q1636.23 1459.58 1636.23 1468.33 Q1636.23 1477.06 1633.15 1481.67 Q1630.1 1486.25 1624.29 1486.25 Q1618.48 1486.25 1615.4 1481.67 Q1612.34 1477.06 1612.34 1468.33 Q1612.34 1459.58 1615.4 1455 Q1618.48 1450.39 1624.29 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1644.45 1479.7 L1649.33 1479.7 L1649.33 1485.58 L1644.45 1485.58 L1644.45 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1663.55 1481.64 L1679.87 1481.64 L1679.87 1485.58 L1657.92 1485.58 L1657.92 1481.64 Q1660.58 1478.89 1665.17 1474.26 Q1669.77 1469.61 1670.95 1468.27 Q1673.2 1465.74 1674.08 1464.01 Q1674.98 1462.25 1674.98 1460.56 Q1674.98 1457.8 1673.04 1456.07 Q1671.12 1454.33 1668.01 1454.33 Q1665.82 1454.33 1663.36 1455.09 Q1660.93 1455.86 1658.15 1457.41 L1658.15 1452.69 Q1660.98 1451.55 1663.43 1450.97 Q1665.88 1450.39 1667.92 1450.39 Q1673.29 1450.39 1676.49 1453.08 Q1679.68 1455.77 1679.68 1460.26 Q1679.68 1462.39 1678.87 1464.31 Q1678.08 1466.2 1675.98 1468.8 Q1675.4 1469.47 1672.3 1472.69 Q1669.19 1475.88 1663.55 1481.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2292.33 1454.1 Q2288.72 1454.1 2286.89 1457.66 Q2285.09 1461.2 2285.09 1468.33 Q2285.09 1475.44 2286.89 1479.01 Q2288.72 1482.55 2292.33 1482.55 Q2295.97 1482.55 2297.77 1479.01 Q2299.6 1475.44 2299.6 1468.33 Q2299.6 1461.2 2297.77 1457.66 Q2295.97 1454.1 2292.33 1454.1 M2292.33 1450.39 Q2298.14 1450.39 2301.2 1455 Q2304.28 1459.58 2304.28 1468.33 Q2304.28 1477.06 2301.2 1481.67 Q2298.14 1486.25 2292.33 1486.25 Q2286.52 1486.25 2283.44 1481.67 Q2280.39 1477.06 2280.39 1468.33 Q2280.39 1459.58 2283.44 1455 Q2286.52 1450.39 2292.33 1450.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2312.49 1479.7 L2317.38 1479.7 L2317.38 1485.58 L2312.49 1485.58 L2312.49 1479.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2341.73 1466.95 Q2345.09 1467.66 2346.96 1469.93 Q2348.86 1472.2 2348.86 1475.53 Q2348.86 1480.65 2345.34 1483.45 Q2341.82 1486.25 2335.34 1486.25 Q2333.17 1486.25 2330.85 1485.81 Q2328.56 1485.39 2326.11 1484.54 L2326.11 1480.02 Q2328.05 1481.16 2330.36 1481.74 Q2332.68 1482.32 2335.2 1482.32 Q2339.6 1482.32 2341.89 1480.58 Q2344.21 1478.84 2344.21 1475.53 Q2344.21 1472.48 2342.05 1470.77 Q2339.92 1469.03 2336.1 1469.03 L2332.08 1469.03 L2332.08 1465.19 L2336.29 1465.19 Q2339.74 1465.19 2341.57 1463.82 Q2343.4 1462.43 2343.4 1459.84 Q2343.4 1457.18 2341.5 1455.77 Q2339.62 1454.33 2336.1 1454.33 Q2334.18 1454.33 2331.98 1454.75 Q2329.79 1455.16 2327.15 1456.04 L2327.15 1451.88 Q2329.81 1451.14 2332.12 1450.77 Q2334.46 1450.39 2336.52 1450.39 Q2341.85 1450.39 2344.95 1452.83 Q2348.05 1455.23 2348.05 1459.35 Q2348.05 1462.22 2346.41 1464.21 Q2344.76 1466.18 2341.73 1466.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1284.9 1537.87 Q1283.91 1537.3 1282.74 1537.04 Q1281.59 1536.76 1280.19 1536.76 Q1275.22 1536.76 1272.55 1540 Q1269.91 1543.22 1269.91 1549.27 L1269.91 1568.04 L1264.02 1568.04 L1264.02 1532.4 L1269.91 1532.4 L1269.91 1537.93 Q1271.76 1534.69 1274.72 1533.13 Q1277.68 1531.54 1281.91 1531.54 Q1282.51 1531.54 1283.25 1531.63 Q1283.98 1531.7 1284.87 1531.85 L1284.9 1537.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1301.45 1520.52 L1306.86 1520.52 L1290.31 1574.09 L1284.9 1574.09 L1301.45 1520.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1310.46 1532.4 L1338.28 1532.4 L1338.28 1537.74 L1316.25 1563.37 L1338.28 1563.37 L1338.28 1568.04 L1309.66 1568.04 L1309.66 1562.7 L1331.69 1537.07 L1310.46 1537.07 L1310.46 1532.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 249.542,1386.88 2352.76,1386.88 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 249.542,1080.22 2352.76,1080.22 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 249.542,773.568 2352.76,773.568 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 249.542,466.912 2352.76,466.912 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", " 249.542,160.256 2352.76,160.256 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,1423.18 249.542,123.472 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,1386.88 268.44,1386.88 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,1080.22 268.44,1080.22 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,773.568 268.44,773.568 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,466.912 268.44,466.912 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 249.542,160.256 268.44,160.256 \n", " \"/>\n", "<path clip-path=\"url(#clip660)\" d=\"M126.205 1372.68 Q122.593 1372.68 120.765 1376.24 Q118.959 1379.79 118.959 1386.91 Q118.959 1394.02 120.765 1397.59 Q122.593 1401.13 126.205 1401.13 Q129.839 1401.13 131.644 1397.59 Q133.473 1394.02 133.473 1386.91 Q133.473 1379.79 131.644 1376.24 Q129.839 1372.68 126.205 1372.68 M126.205 1368.98 Q132.015 1368.98 135.07 1373.58 Q138.149 1378.16 138.149 1386.91 Q138.149 1395.64 135.07 1400.25 Q132.015 1404.83 126.205 1404.83 Q120.394 1404.83 117.316 1400.25 Q114.26 1395.64 114.26 1386.91 Q114.26 1378.16 117.316 1373.58 Q120.394 1368.98 126.205 1368.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M146.366 1398.28 L151.251 1398.28 L151.251 1404.16 L146.366 1404.16 L146.366 1398.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M171.436 1372.68 Q167.825 1372.68 165.996 1376.24 Q164.19 1379.79 164.19 1386.91 Q164.19 1394.02 165.996 1397.59 Q167.825 1401.13 171.436 1401.13 Q175.07 1401.13 176.876 1397.59 Q178.704 1394.02 178.704 1386.91 Q178.704 1379.79 176.876 1376.24 Q175.07 1372.68 171.436 1372.68 M171.436 1368.98 Q177.246 1368.98 180.301 1373.58 Q183.38 1378.16 183.38 1386.91 Q183.38 1395.64 180.301 1400.25 Q177.246 1404.83 171.436 1404.83 Q165.626 1404.83 162.547 1400.25 Q159.491 1395.64 159.491 1386.91 Q159.491 1378.16 162.547 1373.58 Q165.626 1368.98 171.436 1368.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M201.598 1372.68 Q197.987 1372.68 196.158 1376.24 Q194.352 1379.79 194.352 1386.91 Q194.352 1394.02 196.158 1397.59 Q197.987 1401.13 201.598 1401.13 Q205.232 1401.13 207.037 1397.59 Q208.866 1394.02 208.866 1386.91 Q208.866 1379.79 207.037 1376.24 Q205.232 1372.68 201.598 1372.68 M201.598 1368.98 Q207.408 1368.98 210.463 1373.58 Q213.542 1378.16 213.542 1386.91 Q213.542 1395.64 210.463 1400.25 Q207.408 1404.83 201.598 1404.83 Q195.787 1404.83 192.709 1400.25 Q189.653 1395.64 189.653 1386.91 Q189.653 1378.16 192.709 1373.58 Q195.787 1368.98 201.598 1368.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M127.2 1066.02 Q123.589 1066.02 121.76 1069.59 Q119.955 1073.13 119.955 1080.26 Q119.955 1087.37 121.76 1090.93 Q123.589 1094.47 127.2 1094.47 Q130.834 1094.47 132.64 1090.93 Q134.468 1087.37 134.468 1080.26 Q134.468 1073.13 132.64 1069.59 Q130.834 1066.02 127.2 1066.02 M127.2 1062.32 Q133.01 1062.32 136.066 1066.93 Q139.144 1071.51 139.144 1080.26 Q139.144 1088.99 136.066 1093.59 Q133.01 1098.18 127.2 1098.18 Q121.39 1098.18 118.311 1093.59 Q115.256 1088.99 115.256 1080.26 Q115.256 1071.51 118.311 1066.93 Q121.39 1062.32 127.2 1062.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M147.362 1091.62 L152.246 1091.62 L152.246 1097.5 L147.362 1097.5 L147.362 1091.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M166.459 1093.57 L182.778 1093.57 L182.778 1097.5 L160.834 1097.5 L160.834 1093.57 Q163.496 1090.81 168.079 1086.18 Q172.686 1081.53 173.866 1080.19 Q176.112 1077.67 176.991 1075.93 Q177.894 1074.17 177.894 1072.48 Q177.894 1069.73 175.95 1067.99 Q174.028 1066.25 170.927 1066.25 Q168.727 1066.25 166.274 1067.02 Q163.843 1067.78 161.065 1069.33 L161.065 1064.61 Q163.89 1063.48 166.343 1062.9 Q168.797 1062.32 170.834 1062.32 Q176.204 1062.32 179.399 1065 Q182.593 1067.69 182.593 1072.18 Q182.593 1074.31 181.783 1076.23 Q180.996 1078.13 178.889 1080.72 Q178.311 1081.39 175.209 1084.61 Q172.107 1087.81 166.459 1093.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M192.639 1062.94 L210.996 1062.94 L210.996 1066.88 L196.922 1066.88 L196.922 1075.35 Q197.94 1075 198.959 1074.84 Q199.977 1074.66 200.996 1074.66 Q206.783 1074.66 210.162 1077.83 Q213.542 1081 213.542 1086.42 Q213.542 1091.99 210.07 1095.1 Q206.598 1098.18 200.278 1098.18 Q198.102 1098.18 195.834 1097.81 Q193.588 1097.43 191.181 1096.69 L191.181 1091.99 Q193.264 1093.13 195.487 1093.68 Q197.709 1094.24 200.186 1094.24 Q204.19 1094.24 206.528 1092.13 Q208.866 1090.03 208.866 1086.42 Q208.866 1082.81 206.528 1080.7 Q204.19 1078.59 200.186 1078.59 Q198.311 1078.59 196.436 1079.01 Q194.584 1079.43 192.639 1080.31 L192.639 1062.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M126.205 759.367 Q122.593 759.367 120.765 762.932 Q118.959 766.473 118.959 773.603 Q118.959 780.709 120.765 784.274 Q122.593 787.816 126.205 787.816 Q129.839 787.816 131.644 784.274 Q133.473 780.709 133.473 773.603 Q133.473 766.473 131.644 762.932 Q129.839 759.367 126.205 759.367 M126.205 755.663 Q132.015 755.663 135.07 760.27 Q138.149 764.853 138.149 773.603 Q138.149 782.33 135.07 786.936 Q132.015 791.52 126.205 791.52 Q120.394 791.52 117.316 786.936 Q114.26 782.33 114.26 773.603 Q114.26 764.853 117.316 760.27 Q120.394 755.663 126.205 755.663 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M146.366 784.969 L151.251 784.969 L151.251 790.848 L146.366 790.848 L146.366 784.969 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M161.482 756.288 L179.839 756.288 L179.839 760.223 L165.765 760.223 L165.765 768.696 Q166.783 768.348 167.802 768.186 Q168.82 768.001 169.839 768.001 Q175.626 768.001 179.005 771.172 Q182.385 774.344 182.385 779.76 Q182.385 785.339 178.913 788.441 Q175.44 791.52 169.121 791.52 Q166.945 791.52 164.677 791.149 Q162.431 790.779 160.024 790.038 L160.024 785.339 Q162.107 786.473 164.329 787.029 Q166.552 787.584 169.028 787.584 Q173.033 787.584 175.371 785.478 Q177.709 783.371 177.709 779.76 Q177.709 776.149 175.371 774.043 Q173.033 771.936 169.028 771.936 Q167.153 771.936 165.278 772.353 Q163.427 772.77 161.482 773.649 L161.482 756.288 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M201.598 759.367 Q197.987 759.367 196.158 762.932 Q194.352 766.473 194.352 773.603 Q194.352 780.709 196.158 784.274 Q197.987 787.816 201.598 787.816 Q205.232 787.816 207.037 784.274 Q208.866 780.709 208.866 773.603 Q208.866 766.473 207.037 762.932 Q205.232 759.367 201.598 759.367 M201.598 755.663 Q207.408 755.663 210.463 760.27 Q213.542 764.853 213.542 773.603 Q213.542 782.33 210.463 786.936 Q207.408 791.52 201.598 791.52 Q195.787 791.52 192.709 786.936 Q189.653 782.33 189.653 773.603 Q189.653 764.853 192.709 760.27 Q195.787 755.663 201.598 755.663 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M127.2 452.711 Q123.589 452.711 121.76 456.276 Q119.955 459.817 119.955 466.947 Q119.955 474.053 121.76 477.618 Q123.589 481.16 127.2 481.16 Q130.834 481.16 132.64 477.618 Q134.468 474.053 134.468 466.947 Q134.468 459.817 132.64 456.276 Q130.834 452.711 127.2 452.711 M127.2 449.007 Q133.01 449.007 136.066 453.614 Q139.144 458.197 139.144 466.947 Q139.144 475.674 136.066 480.28 Q133.01 484.864 127.2 484.864 Q121.39 484.864 118.311 480.28 Q115.256 475.674 115.256 466.947 Q115.256 458.197 118.311 453.614 Q121.39 449.007 127.2 449.007 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M147.362 478.313 L152.246 478.313 L152.246 484.192 L147.362 484.192 L147.362 478.313 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M161.251 449.632 L183.473 449.632 L183.473 451.623 L170.927 484.192 L166.042 484.192 L177.848 453.567 L161.251 453.567 L161.251 449.632 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M192.639 449.632 L210.996 449.632 L210.996 453.567 L196.922 453.567 L196.922 462.04 Q197.94 461.692 198.959 461.53 Q199.977 461.345 200.996 461.345 Q206.783 461.345 210.162 464.516 Q213.542 467.688 213.542 473.104 Q213.542 478.683 210.07 481.785 Q206.598 484.864 200.278 484.864 Q198.102 484.864 195.834 484.493 Q193.588 484.123 191.181 483.382 L191.181 478.683 Q193.264 479.817 195.487 480.373 Q197.709 480.928 200.186 480.928 Q204.19 480.928 206.528 478.822 Q208.866 476.715 208.866 473.104 Q208.866 469.493 206.528 467.387 Q204.19 465.28 200.186 465.28 Q198.311 465.28 196.436 465.697 Q194.584 466.114 192.639 466.993 L192.639 449.632 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M117.015 173.601 L124.654 173.601 L124.654 147.236 L116.343 148.902 L116.343 144.643 L124.607 142.976 L129.283 142.976 L129.283 173.601 L136.922 173.601 L136.922 177.536 L117.015 177.536 L117.015 173.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M146.366 171.657 L151.251 171.657 L151.251 177.536 L146.366 177.536 L146.366 171.657 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M171.436 146.055 Q167.825 146.055 165.996 149.62 Q164.19 153.161 164.19 160.291 Q164.19 167.397 165.996 170.962 Q167.825 174.504 171.436 174.504 Q175.07 174.504 176.876 170.962 Q178.704 167.397 178.704 160.291 Q178.704 153.161 176.876 149.62 Q175.07 146.055 171.436 146.055 M171.436 142.351 Q177.246 142.351 180.301 146.958 Q183.38 151.541 183.38 160.291 Q183.38 169.018 180.301 173.624 Q177.246 178.208 171.436 178.208 Q165.626 178.208 162.547 173.624 Q159.491 169.018 159.491 160.291 Q159.491 151.541 162.547 146.958 Q165.626 142.351 171.436 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M201.598 146.055 Q197.987 146.055 196.158 149.62 Q194.352 153.161 194.352 160.291 Q194.352 167.397 196.158 170.962 Q197.987 174.504 201.598 174.504 Q205.232 174.504 207.037 170.962 Q208.866 167.397 208.866 160.291 Q208.866 153.161 207.037 149.62 Q205.232 146.055 201.598 146.055 M201.598 142.351 Q207.408 142.351 210.463 146.958 Q213.542 151.541 213.542 160.291 Q213.542 169.018 210.463 173.624 Q207.408 178.208 201.598 178.208 Q195.787 178.208 192.709 173.624 Q189.653 169.018 189.653 160.291 Q189.653 151.541 192.709 146.958 Q195.787 142.351 201.598 142.351 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M29.7248 802.083 L35.1993 802.083 Q33.8307 804.566 33.1623 807.08 Q32.4621 809.563 32.4621 812.109 Q32.4621 817.806 36.0905 820.957 Q39.6872 824.108 46.212 824.108 Q52.7369 824.108 56.3653 820.957 Q59.9619 817.806 59.9619 812.109 Q59.9619 809.563 59.2935 807.08 Q58.5933 804.566 57.2247 802.083 L62.6355 802.083 Q63.7814 804.534 64.3543 807.176 Q64.9272 809.786 64.9272 812.746 Q64.9272 820.798 59.8664 825.541 Q54.8057 830.283 46.212 830.283 Q37.491 830.283 32.4939 825.509 Q27.4968 820.703 27.4968 812.364 Q27.4968 809.658 28.0697 807.08 Q28.6108 804.502 29.7248 802.083 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M16.4842 781.49 L16.4842 776.079 L70.0516 792.63 L70.0516 798.041 L16.4842 781.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M29.7248 744.282 L35.1993 744.282 Q33.8307 746.765 33.1623 749.28 Q32.4621 751.762 32.4621 754.308 Q32.4621 760.006 36.0905 763.157 Q39.6872 766.308 46.212 766.308 Q52.7369 766.308 56.3653 763.157 Q59.9619 760.006 59.9619 754.308 Q59.9619 751.762 59.2935 749.28 Q58.5933 746.765 57.2247 744.282 L62.6355 744.282 Q63.7814 746.733 64.3543 749.375 Q64.9272 751.985 64.9272 754.945 Q64.9272 762.998 59.8664 767.74 Q54.8057 772.483 46.212 772.483 Q37.491 772.483 32.4939 767.708 Q27.4968 762.902 27.4968 754.563 Q27.4968 751.858 28.0697 749.28 Q28.6108 746.701 29.7248 744.282 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M42.4562 722.098 Q39.719 723.689 39.719 726.904 Q39.719 730.119 42.4562 731.71 Q45.1935 733.333 50.668 733.333 Q56.1743 733.333 58.9116 731.71 Q61.6488 730.119 61.6488 726.904 Q61.6488 723.689 58.9116 722.098 Q56.1743 720.475 50.668 720.475 Q45.1935 720.475 42.4562 722.098 M36.8862 726.904 Q36.8862 721.78 40.4192 719.074 Q43.9522 716.369 50.668 716.369 Q57.4157 716.369 60.9486 719.074 Q64.4816 721.78 64.4816 726.904 Q64.4816 732.06 60.9486 734.766 Q57.4157 737.471 50.668 737.471 Q43.9522 737.471 40.4192 734.766 Q36.8862 732.06 36.8862 726.904 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M897.051 16.7545 L897.051 25.383 Q892.919 21.5346 888.22 19.6307 Q883.562 17.7268 878.295 17.7268 Q867.925 17.7268 862.416 24.0867 Q856.907 30.4061 856.907 42.3968 Q856.907 54.3469 862.416 60.7069 Q867.925 67.0263 878.295 67.0263 Q883.562 67.0263 888.22 65.1223 Q892.919 63.2184 897.051 59.3701 L897.051 67.9175 Q892.757 70.8341 887.936 72.2924 Q883.156 73.7508 877.809 73.7508 Q864.077 73.7508 856.177 65.3654 Q848.278 56.9395 848.278 42.3968 Q848.278 27.8135 856.177 19.4281 Q864.077 11.0023 877.809 11.0023 Q883.237 11.0023 888.018 12.4606 Q892.838 13.8784 897.051 16.7545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M926.947 32.4315 Q920.951 32.4315 917.468 37.1306 Q913.984 41.7891 913.984 49.9314 Q913.984 58.0738 917.427 62.7728 Q920.911 67.4314 926.947 67.4314 Q932.902 67.4314 936.385 62.7323 Q939.869 58.0333 939.869 49.9314 Q939.869 41.8701 936.385 37.1711 Q932.902 32.4315 926.947 32.4315 M926.947 26.1121 Q936.669 26.1121 942.219 32.4315 Q947.768 38.7509 947.768 49.9314 Q947.768 61.0714 942.219 67.4314 Q936.669 73.7508 926.947 73.7508 Q917.184 73.7508 911.634 67.4314 Q906.125 61.0714 906.125 49.9314 Q906.125 38.7509 911.634 32.4315 Q917.184 26.1121 926.947 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M997.838 45.1919 L997.838 72.576 L990.384 72.576 L990.384 45.4349 Q990.384 38.994 987.872 35.7938 Q985.361 32.5936 980.338 32.5936 Q974.302 32.5936 970.818 36.4419 Q967.334 40.2903 967.334 46.9338 L967.334 72.576 L959.84 72.576 L959.84 27.2059 L967.334 27.2059 L967.334 34.2544 Q970.008 30.163 973.613 28.1376 Q977.259 26.1121 981.998 26.1121 Q989.817 26.1121 993.827 30.9732 Q997.838 35.7938 997.838 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1045.35 28.9478 L1045.35 35.9153 Q1042.19 34.1734 1038.99 33.3227 Q1035.83 32.4315 1032.59 32.4315 Q1025.34 32.4315 1021.33 37.0496 Q1017.32 41.6271 1017.32 49.9314 Q1017.32 58.2358 1021.33 62.8538 Q1025.34 67.4314 1032.59 67.4314 Q1035.83 67.4314 1038.99 66.5807 Q1042.19 65.6895 1045.35 63.9476 L1045.35 70.8341 Q1042.24 72.2924 1038.87 73.0216 Q1035.55 73.7508 1031.78 73.7508 Q1021.54 73.7508 1015.5 67.3098 Q1009.46 60.8689 1009.46 49.9314 Q1009.46 38.832 1015.54 32.472 Q1021.66 26.1121 1032.27 26.1121 Q1035.71 26.1121 1038.99 26.8413 Q1042.28 27.5299 1045.35 28.9478 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1097.13 48.0275 L1097.13 51.6733 L1062.85 51.6733 Q1063.34 59.3701 1067.47 63.421 Q1071.64 67.4314 1079.06 67.4314 Q1083.35 67.4314 1087.36 66.3781 Q1091.41 65.3249 1095.38 63.2184 L1095.38 70.267 Q1091.37 71.9684 1087.16 72.8596 Q1082.95 73.7508 1078.61 73.7508 Q1067.76 73.7508 1061.4 67.4314 Q1055.08 61.1119 1055.08 50.3365 Q1055.08 39.1965 1061.07 32.6746 Q1067.11 26.1121 1077.32 26.1121 Q1086.47 26.1121 1091.78 32.0264 Q1097.13 37.9003 1097.13 48.0275 M1089.67 45.84 Q1089.59 39.7232 1086.23 36.0774 Q1082.91 32.4315 1077.4 32.4315 Q1071.16 32.4315 1067.39 35.9558 Q1063.66 39.4801 1063.1 45.8805 L1089.67 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1147.07 45.1919 L1147.07 72.576 L1139.62 72.576 L1139.62 45.4349 Q1139.62 38.994 1137.11 35.7938 Q1134.6 32.5936 1129.57 32.5936 Q1123.54 32.5936 1120.05 36.4419 Q1116.57 40.2903 1116.57 46.9338 L1116.57 72.576 L1109.08 72.576 L1109.08 27.2059 L1116.57 27.2059 L1116.57 34.2544 Q1119.24 30.163 1122.85 28.1376 Q1126.49 26.1121 1131.23 26.1121 Q1139.05 26.1121 1143.06 30.9732 Q1147.07 35.7938 1147.07 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1169.31 14.324 L1169.31 27.2059 L1184.67 27.2059 L1184.67 32.9987 L1169.31 32.9987 L1169.31 57.6282 Q1169.31 63.1779 1170.81 64.7578 Q1172.35 66.3376 1177.01 66.3376 L1184.67 66.3376 L1184.67 72.576 L1177.01 72.576 Q1168.38 72.576 1165.1 69.3758 Q1161.82 66.1351 1161.82 57.6282 L1161.82 32.9987 L1156.35 32.9987 L1156.35 27.2059 L1161.82 27.2059 L1161.82 14.324 L1169.31 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1220.76 34.1734 Q1219.5 33.4443 1218 33.1202 Q1216.55 32.7556 1214.76 32.7556 Q1208.44 32.7556 1205.04 36.8875 Q1201.68 40.9789 1201.68 48.6757 L1201.68 72.576 L1194.18 72.576 L1194.18 27.2059 L1201.68 27.2059 L1201.68 34.2544 Q1204.03 30.1225 1207.8 28.1376 Q1211.56 26.1121 1216.95 26.1121 Q1217.72 26.1121 1218.65 26.2337 Q1219.58 26.3147 1220.72 26.5172 L1220.76 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1249.2 49.7694 Q1240.16 49.7694 1236.68 51.8354 Q1233.2 53.9013 1233.2 58.8839 Q1233.2 62.8538 1235.79 65.2034 Q1238.42 67.5124 1242.92 67.5124 Q1249.12 67.5124 1252.84 63.1374 Q1256.61 58.7219 1256.61 51.4303 L1256.61 49.7694 L1249.2 49.7694 M1264.06 46.6907 L1264.06 72.576 L1256.61 72.576 L1256.61 65.6895 Q1254.06 69.8214 1250.25 71.8063 Q1246.44 73.7508 1240.93 73.7508 Q1233.96 73.7508 1229.83 69.8619 Q1225.74 65.9325 1225.74 59.3701 Q1225.74 51.7138 1230.85 47.825 Q1235.99 43.9361 1246.16 43.9361 L1256.61 43.9361 L1256.61 43.2069 Q1256.61 38.0623 1253.21 35.2672 Q1249.84 32.4315 1243.73 32.4315 Q1239.84 32.4315 1236.15 33.3632 Q1232.47 34.295 1229.06 36.1584 L1229.06 29.2718 Q1233.15 27.692 1237 26.9223 Q1240.85 26.1121 1244.5 26.1121 Q1254.34 26.1121 1259.2 31.2163 Q1264.06 36.3204 1264.06 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1286.79 14.324 L1286.79 27.2059 L1302.14 27.2059 L1302.14 32.9987 L1286.79 32.9987 L1286.79 57.6282 Q1286.79 63.1779 1288.29 64.7578 Q1289.83 66.3376 1294.49 66.3376 L1302.14 66.3376 L1302.14 72.576 L1294.49 72.576 Q1285.86 72.576 1282.58 69.3758 Q1279.29 66.1351 1279.29 57.6282 L1279.29 32.9987 L1273.83 32.9987 L1273.83 27.2059 L1279.29 27.2059 L1279.29 14.324 L1286.79 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1311.94 27.2059 L1319.4 27.2059 L1319.4 72.576 L1311.94 72.576 L1311.94 27.2059 M1311.94 9.54393 L1319.4 9.54393 L1319.4 18.9825 L1311.94 18.9825 L1311.94 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1352.58 32.4315 Q1346.58 32.4315 1343.1 37.1306 Q1339.61 41.7891 1339.61 49.9314 Q1339.61 58.0738 1343.06 62.7728 Q1346.54 67.4314 1352.58 67.4314 Q1358.53 67.4314 1362.01 62.7323 Q1365.5 58.0333 1365.5 49.9314 Q1365.5 41.8701 1362.01 37.1711 Q1358.53 32.4315 1352.58 32.4315 M1352.58 26.1121 Q1362.3 26.1121 1367.85 32.4315 Q1373.4 38.7509 1373.4 49.9314 Q1373.4 61.0714 1367.85 67.4314 Q1362.3 73.7508 1352.58 73.7508 Q1342.81 73.7508 1337.26 67.4314 Q1331.75 61.0714 1331.75 49.9314 Q1331.75 38.7509 1337.26 32.4315 Q1342.81 26.1121 1352.58 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1423.47 45.1919 L1423.47 72.576 L1416.01 72.576 L1416.01 45.4349 Q1416.01 38.994 1413.5 35.7938 Q1410.99 32.5936 1405.97 32.5936 Q1399.93 32.5936 1396.45 36.4419 Q1392.96 40.2903 1392.96 46.9338 L1392.96 72.576 L1385.47 72.576 L1385.47 27.2059 L1392.96 27.2059 L1392.96 34.2544 Q1395.64 30.163 1399.24 28.1376 Q1402.89 26.1121 1407.63 26.1121 Q1415.45 26.1121 1419.46 30.9732 Q1423.47 35.7938 1423.47 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1473.21 18.8205 L1473.21 41.5461 L1483.5 41.5461 Q1489.21 41.5461 1492.33 38.5889 Q1495.45 35.6318 1495.45 30.163 Q1495.45 24.7348 1492.33 21.7777 Q1489.21 18.8205 1483.5 18.8205 L1473.21 18.8205 M1465.03 12.096 L1483.5 12.096 Q1493.67 12.096 1498.85 16.714 Q1504.08 21.2916 1504.08 30.163 Q1504.08 39.1155 1498.85 43.6931 Q1493.67 48.2706 1483.5 48.2706 L1473.21 48.2706 L1473.21 72.576 L1465.03 72.576 L1465.03 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1539.56 34.1734 Q1538.31 33.4443 1536.81 33.1202 Q1535.35 32.7556 1533.57 32.7556 Q1527.25 32.7556 1523.85 36.8875 Q1520.49 40.9789 1520.49 48.6757 L1520.49 72.576 L1512.99 72.576 L1512.99 27.2059 L1520.49 27.2059 L1520.49 34.2544 Q1522.83 30.1225 1526.6 28.1376 Q1530.37 26.1121 1535.76 26.1121 Q1536.53 26.1121 1537.46 26.2337 Q1538.39 26.3147 1539.52 26.5172 L1539.56 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1563.14 32.4315 Q1557.15 32.4315 1553.66 37.1306 Q1550.18 41.7891 1550.18 49.9314 Q1550.18 58.0738 1553.62 62.7728 Q1557.11 67.4314 1563.14 67.4314 Q1569.1 67.4314 1572.58 62.7323 Q1576.06 58.0333 1576.06 49.9314 Q1576.06 41.8701 1572.58 37.1711 Q1569.1 32.4315 1563.14 32.4315 M1563.14 26.1121 Q1572.86 26.1121 1578.41 32.4315 Q1583.96 38.7509 1583.96 49.9314 Q1583.96 61.0714 1578.41 67.4314 Q1572.86 73.7508 1563.14 73.7508 Q1553.38 73.7508 1547.83 67.4314 Q1542.32 61.0714 1542.32 49.9314 Q1542.32 38.7509 1547.83 32.4315 Q1553.38 26.1121 1563.14 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1619.29 9.54393 L1619.29 15.7418 L1612.16 15.7418 Q1608.15 15.7418 1606.57 17.3622 Q1605.03 18.9825 1605.03 23.1955 L1605.03 27.2059 L1617.3 27.2059 L1617.3 32.9987 L1605.03 32.9987 L1605.03 72.576 L1597.53 72.576 L1597.53 32.9987 L1590.4 32.9987 L1590.4 27.2059 L1597.53 27.2059 L1597.53 24.0462 Q1597.53 16.471 1601.06 13.0277 Q1604.58 9.54393 1612.24 9.54393 L1619.29 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1625.53 27.2059 L1632.98 27.2059 L1632.98 72.576 L1625.53 72.576 L1625.53 27.2059 M1625.53 9.54393 L1632.98 9.54393 L1632.98 18.9825 L1625.53 18.9825 L1625.53 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1648.57 9.54393 L1656.03 9.54393 L1656.03 72.576 L1648.57 72.576 L1648.57 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1710.43 48.0275 L1710.43 51.6733 L1676.16 51.6733 Q1676.65 59.3701 1680.78 63.421 Q1684.95 67.4314 1692.37 67.4314 Q1696.66 67.4314 1700.67 66.3781 Q1704.72 65.3249 1708.69 63.2184 L1708.69 70.267 Q1704.68 71.9684 1700.47 72.8596 Q1696.25 73.7508 1691.92 73.7508 Q1681.06 73.7508 1674.7 67.4314 Q1668.38 61.1119 1668.38 50.3365 Q1668.38 39.1965 1674.38 32.6746 Q1680.41 26.1121 1690.62 26.1121 Q1699.78 26.1121 1705.08 32.0264 Q1710.43 37.9003 1710.43 48.0275 M1702.98 45.84 Q1702.9 39.7232 1699.54 36.0774 Q1696.21 32.4315 1690.7 32.4315 Q1684.47 32.4315 1680.7 35.9558 Q1676.97 39.4801 1676.4 45.8805 L1702.98 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1751.59 28.5427 L1751.59 35.5912 Q1748.43 33.9709 1745.03 33.1607 Q1741.62 32.3505 1737.98 32.3505 Q1732.43 32.3505 1729.63 34.0519 Q1726.88 35.7533 1726.88 39.156 Q1726.88 41.7486 1728.86 43.2475 Q1730.85 44.7058 1736.84 46.0426 L1739.4 46.6097 Q1747.34 48.3111 1750.66 51.4303 Q1754.02 54.509 1754.02 60.0587 Q1754.02 66.3781 1749 70.0644 Q1744.01 73.7508 1735.26 73.7508 Q1731.62 73.7508 1727.65 73.0216 Q1723.72 72.3329 1719.34 70.9151 L1719.34 63.2184 Q1723.48 65.3654 1727.49 66.4591 Q1731.5 67.5124 1735.43 67.5124 Q1740.69 67.5124 1743.53 65.73 Q1746.36 63.9071 1746.36 60.6258 Q1746.36 57.5877 1744.3 55.9673 Q1742.27 54.3469 1735.35 52.8481 L1732.75 52.2405 Q1725.83 50.7821 1722.75 47.7845 Q1719.67 44.7463 1719.67 39.4801 Q1719.67 33.0797 1724.21 29.5959 Q1728.74 26.1121 1737.09 26.1121 Q1741.22 26.1121 1744.86 26.7198 Q1748.51 27.3274 1751.59 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip662)\" d=\"\n", "M309.067 548.687 L314.736 548.738 L320.405 548.891 L326.074 549.146 L331.743 549.503 L337.412 549.962 L343.081 550.522 L348.75 551.183 L354.419 551.946 L360.088 552.809 \n", " L365.757 553.773 L371.426 554.838 L377.095 556.001 L382.764 557.265 L388.434 558.627 L394.103 560.088 L399.772 561.646 L405.441 563.302 L411.11 565.055 L416.779 566.903 \n", " L422.448 568.847 L428.117 570.886 L433.786 573.019 L439.455 575.245 L445.124 577.564 L450.793 579.974 L456.462 582.475 L462.131 585.065 L467.8 587.745 L473.469 590.513 \n", " L479.138 593.367 L484.807 596.308 L490.476 599.333 L496.145 602.443 L501.814 605.635 L507.483 608.91 L513.152 612.264 L518.821 615.698 L524.49 619.211 L530.16 622.8 \n", " L535.829 626.465 L541.498 630.205 L547.167 634.018 L552.836 637.903 L558.505 641.858 L564.174 645.883 L569.843 649.976 L575.512 654.135 L581.181 658.36 L586.85 662.648 \n", " L592.519 666.999 L598.188 671.411 L603.857 675.882 L609.526 680.412 L615.195 684.998 L620.864 689.639 L626.533 694.333 L632.202 699.08 L637.871 703.878 L643.54 708.724 \n", " L649.209 713.618 L654.878 718.558 L660.547 723.543 L666.216 728.571 L671.886 733.64 L677.555 738.748 L683.224 743.896 L688.893 749.08 L694.562 754.299 L700.231 759.552 \n", " L705.9 764.837 L711.569 770.152 L717.238 775.497 L722.907 780.869 L728.576 786.267 L734.245 791.689 L739.914 797.134 L745.583 802.6 L751.252 808.087 L756.921 813.591 \n", " L762.59 819.112 L768.259 824.649 L773.928 830.199 L779.597 835.762 L785.266 841.335 L790.935 846.918 L796.604 852.509 L802.273 858.106 L807.942 863.708 L813.612 869.314 \n", " L819.281 874.922 L824.95 880.531 L830.619 886.14 L836.288 891.747 L841.957 897.35 L847.626 902.949 L853.295 908.542 L858.964 914.129 L864.633 919.706 L870.302 925.275 \n", " L875.971 930.832 L881.64 936.377 L887.309 941.909 L892.978 947.427 L898.647 952.929 L904.316 958.414 L909.985 963.881 L915.654 969.33 L921.323 974.758 L926.992 980.166 \n", " L932.661 985.551 L938.33 990.913 L943.999 996.251 L949.668 1001.56 L955.338 1006.85 L961.007 1012.11 L966.676 1017.34 L972.345 1022.55 L978.014 1027.72 L983.683 1032.87 \n", " L989.352 1037.98 L995.021 1043.06 L1000.69 1048.11 L1006.36 1053.12 L1012.03 1058.1 L1017.7 1063.05 L1023.37 1067.96 L1029.04 1072.83 L1034.7 1077.67 L1040.37 1082.46 \n", " L1046.04 1087.23 L1051.71 1091.95 L1057.38 1096.63 L1063.05 1101.28 L1068.72 1105.88 L1074.39 1110.44 L1080.06 1114.97 L1085.73 1119.45 L1091.39 1123.88 L1097.06 1128.28 \n", " L1102.73 1132.64 L1108.4 1136.95 L1114.07 1141.22 L1119.74 1145.44 L1125.41 1149.62 L1131.08 1153.76 L1136.75 1157.85 L1142.42 1161.9 L1148.08 1165.9 L1153.75 1169.86 \n", " L1159.42 1173.77 L1165.09 1177.64 L1170.76 1181.47 L1176.43 1185.24 L1182.1 1188.98 L1187.77 1192.66 L1193.44 1196.31 L1199.11 1199.9 L1204.78 1203.45 L1210.44 1206.96 \n", " L1216.11 1210.42 L1221.78 1213.83 L1227.45 1217.2 L1233.12 1220.52 L1238.79 1223.8 L1244.46 1227.04 L1250.13 1230.22 L1255.8 1233.37 L1261.47 1236.47 L1267.13 1239.52 \n", " L1272.8 1242.53 L1278.47 1245.49 L1284.14 1248.41 L1289.81 1251.29 L1295.48 1254.13 L1301.15 1256.92 L1306.82 1259.66 L1312.49 1262.37 L1318.16 1265.03 L1323.83 1267.65 \n", " L1329.49 1270.22 L1335.16 1272.76 L1340.83 1275.25 L1346.5 1277.71 L1352.17 1280.12 L1357.84 1282.49 L1363.51 1284.82 L1369.18 1287.11 L1374.85 1289.36 L1380.52 1291.57 \n", " L1386.18 1293.75 L1391.85 1295.88 L1397.52 1297.98 L1403.19 1300.04 L1408.86 1302.06 L1414.53 1304.04 L1420.2 1305.99 L1425.87 1307.9 L1431.54 1309.78 L1437.21 1311.62 \n", " L1442.87 1313.43 L1448.54 1315.2 L1454.21 1316.93 L1459.88 1318.64 L1465.55 1320.31 L1471.22 1321.94 L1476.89 1323.55 L1482.56 1325.12 L1488.23 1326.66 L1493.9 1328.17 \n", " L1499.57 1329.65 L1505.23 1331.1 L1510.9 1332.51 L1516.57 1333.9 L1522.24 1335.26 L1527.91 1336.59 L1533.58 1337.89 L1539.25 1339.17 L1544.92 1340.42 L1550.59 1341.63 \n", " L1556.26 1342.83 L1561.92 1343.99 L1567.59 1345.14 L1573.26 1346.25 L1578.93 1347.34 L1584.6 1348.41 L1590.27 1349.45 L1595.94 1350.47 L1601.61 1351.46 L1607.28 1352.43 \n", " L1612.95 1353.38 L1618.62 1354.31 L1624.28 1355.21 L1629.95 1356.1 L1635.62 1356.96 L1641.29 1357.8 L1646.96 1358.62 L1652.63 1359.43 L1658.3 1360.21 L1663.97 1360.97 \n", " L1669.64 1361.72 L1675.31 1362.44 L1680.97 1363.15 L1686.64 1363.84 L1692.31 1364.51 L1697.98 1365.17 L1703.65 1365.81 L1709.32 1366.43 L1714.99 1367.04 L1720.66 1367.63 \n", " L1726.33 1368.21 L1732 1368.77 L1737.67 1369.31 L1743.33 1369.84 L1749 1370.36 L1754.67 1370.87 L1760.34 1371.36 L1766.01 1371.83 L1771.68 1372.3 L1777.35 1372.75 \n", " L1783.02 1373.19 L1788.69 1373.62 L1794.36 1374.03 L1800.02 1374.44 L1805.69 1374.83 L1811.36 1375.21 L1817.03 1375.58 L1822.7 1375.94 L1828.37 1376.29 L1834.04 1376.63 \n", " L1839.71 1376.96 L1845.38 1377.28 L1851.05 1377.6 L1856.71 1377.9 L1862.38 1378.19 L1868.05 1378.48 L1873.72 1378.76 L1879.39 1379.03 L1885.06 1379.29 L1890.73 1379.54 \n", " L1896.4 1379.78 L1902.07 1380.02 L1907.74 1380.25 L1913.41 1380.48 L1919.07 1380.7 L1924.74 1380.91 L1930.41 1381.11 L1936.08 1381.31 L1941.75 1381.5 L1947.42 1381.68 \n", " L1953.09 1381.86 L1958.76 1382.04 L1964.43 1382.21 L1970.1 1382.37 L1975.76 1382.53 L1981.43 1382.68 L1987.1 1382.83 L1992.77 1382.97 L1998.44 1383.11 L2004.11 1383.25 \n", " L2009.78 1383.38 L2015.45 1383.5 L2021.12 1383.63 L2026.79 1383.74 L2032.46 1383.86 L2038.12 1383.97 L2043.79 1384.07 L2049.46 1384.18 L2055.13 1384.28 L2060.8 1384.37 \n", " L2066.47 1384.46 L2072.14 1384.55 L2077.81 1384.64 L2083.48 1384.72 L2089.15 1384.8 L2094.81 1384.88 L2100.48 1384.96 L2106.15 1385.03 L2111.82 1385.1 L2117.49 1385.17 \n", " L2123.16 1385.23 L2128.83 1385.3 L2134.5 1385.36 L2140.17 1385.42 L2145.84 1385.47 L2151.5 1385.53 L2157.17 1385.58 L2162.84 1385.63 L2168.51 1385.68 L2174.18 1385.73 \n", " L2179.85 1385.77 L2185.52 1385.82 L2191.19 1385.86 L2196.86 1385.9 L2202.53 1385.94 L2208.2 1385.97 L2213.86 1386.01 L2219.53 1386.05 L2225.2 1386.08 L2230.87 1386.11 \n", " L2236.54 1386.14 L2242.21 1386.17 L2247.88 1386.2 L2253.55 1386.23 L2259.22 1386.26 L2264.89 1386.28 L2270.55 1386.31 L2276.22 1386.33 L2281.89 1386.35 L2287.56 1386.37 \n", " L2293.23 1386.4 L2293.23 1285.31 L2287.56 1283.86 L2281.89 1282.4 L2276.22 1280.93 L2270.55 1279.43 L2264.89 1277.92 L2259.22 1276.4 L2253.55 1274.85 L2247.88 1273.29 \n", " L2242.21 1271.71 L2236.54 1270.12 L2230.87 1268.51 L2225.2 1266.88 L2219.53 1265.23 L2213.86 1263.56 L2208.2 1261.88 L2202.53 1260.18 L2196.86 1258.46 L2191.19 1256.72 \n", " L2185.52 1254.97 L2179.85 1253.2 L2174.18 1251.41 L2168.51 1249.6 L2162.84 1247.77 L2157.17 1245.92 L2151.5 1244.05 L2145.84 1242.17 L2140.17 1240.27 L2134.5 1238.34 \n", " L2128.83 1236.4 L2123.16 1234.44 L2117.49 1232.46 L2111.82 1230.46 L2106.15 1228.44 L2100.48 1226.4 L2094.81 1224.34 L2089.15 1222.26 L2083.48 1220.17 L2077.81 1218.05 \n", " L2072.14 1215.91 L2066.47 1213.75 L2060.8 1211.57 L2055.13 1209.38 L2049.46 1207.16 L2043.79 1204.92 L2038.12 1202.66 L2032.46 1200.38 L2026.79 1198.08 L2021.12 1195.76 \n", " L2015.45 1193.41 L2009.78 1191.05 L2004.11 1188.67 L1998.44 1186.26 L1992.77 1183.84 L1987.1 1181.39 L1981.43 1178.92 L1975.76 1176.43 L1970.1 1173.92 L1964.43 1171.39 \n", " L1958.76 1168.84 L1953.09 1166.26 L1947.42 1163.67 L1941.75 1161.05 L1936.08 1158.41 L1930.41 1155.75 L1924.74 1153.07 L1919.07 1150.37 L1913.41 1147.65 L1907.74 1144.9 \n", " L1902.07 1142.13 L1896.4 1139.34 L1890.73 1136.53 L1885.06 1133.7 L1879.39 1130.84 L1873.72 1127.97 L1868.05 1125.07 L1862.38 1122.15 L1856.71 1119.21 L1851.05 1116.25 \n", " L1845.38 1113.26 L1839.71 1110.26 L1834.04 1107.23 L1828.37 1104.18 L1822.7 1101.11 L1817.03 1098.01 L1811.36 1094.9 L1805.69 1091.76 L1800.02 1088.6 L1794.36 1085.42 \n", " L1788.69 1082.22 L1783.02 1079 L1777.35 1075.75 L1771.68 1072.49 L1766.01 1069.2 L1760.34 1065.89 L1754.67 1062.56 L1749 1059.21 L1743.33 1055.83 L1737.67 1052.44 \n", " L1732 1049.03 L1726.33 1045.59 L1720.66 1042.13 L1714.99 1038.65 L1709.32 1035.15 L1703.65 1031.63 L1697.98 1028.09 L1692.31 1024.53 L1686.64 1020.95 L1680.97 1017.35 \n", " L1675.31 1013.72 L1669.64 1010.08 L1663.97 1006.42 L1658.3 1002.73 L1652.63 999.029 L1646.96 995.306 L1641.29 991.563 L1635.62 987.8 L1629.95 984.017 L1624.28 980.216 \n", " L1618.62 976.394 L1612.95 972.554 L1607.28 968.695 L1601.61 964.817 L1595.94 960.92 L1590.27 957.004 L1584.6 953.07 L1578.93 949.117 L1573.26 945.147 L1567.59 941.158 \n", " L1561.92 937.152 L1556.26 933.128 L1550.59 929.086 L1544.92 925.027 L1539.25 920.951 L1533.58 916.858 L1527.91 912.748 L1522.24 908.622 L1516.57 904.479 L1510.9 900.32 \n", " L1505.23 896.144 L1499.57 891.953 L1493.9 887.747 L1488.23 883.525 L1482.56 879.287 L1476.89 875.035 L1471.22 870.768 L1465.55 866.486 L1459.88 862.19 L1454.21 857.88 \n", " L1448.54 853.557 L1442.87 849.219 L1437.21 844.868 L1431.54 840.504 L1425.87 836.127 L1420.2 831.738 L1414.53 827.336 L1408.86 822.922 L1403.19 818.496 L1397.52 814.058 \n", " L1391.85 809.61 L1386.18 805.15 L1380.52 800.679 L1374.85 796.198 L1369.18 791.707 L1363.51 787.205 L1357.84 782.695 L1352.17 778.174 L1346.5 773.645 L1340.83 769.107 \n", " L1335.16 764.561 L1329.49 760.006 L1323.83 755.444 L1318.16 750.874 L1312.49 746.297 L1306.82 741.713 L1301.15 737.122 L1295.48 732.525 L1289.81 727.923 L1284.14 723.314 \n", " L1278.47 718.701 L1272.8 714.083 L1267.13 709.46 L1261.47 704.833 L1255.8 700.202 L1250.13 695.567 L1244.46 690.929 L1238.79 686.289 L1233.12 681.646 L1227.45 677.001 \n", " L1221.78 672.354 L1216.11 667.706 L1210.44 663.057 L1204.78 658.407 L1199.11 653.758 L1193.44 649.108 L1187.77 644.458 L1182.1 639.81 L1176.43 635.163 L1170.76 630.517 \n", " L1165.09 625.874 L1159.42 621.233 L1153.75 616.594 L1148.08 611.959 L1142.42 607.328 L1136.75 602.7 L1131.08 598.077 L1125.41 593.459 L1119.74 588.846 L1114.07 584.238 \n", " L1108.4 579.637 L1102.73 575.042 L1097.06 570.454 L1091.39 565.873 L1085.73 561.3 L1080.06 556.734 L1074.39 552.178 L1068.72 547.63 L1063.05 543.091 L1057.38 538.562 \n", " L1051.71 534.044 L1046.04 529.536 L1040.37 525.038 L1034.7 520.553 L1029.04 516.079 L1023.37 511.617 L1017.7 507.168 L1012.03 502.732 L1006.36 498.31 L1000.69 493.902 \n", " L995.021 489.508 L989.352 485.129 L983.683 480.765 L978.014 476.416 L972.345 472.084 L966.676 467.769 L961.007 463.47 L955.338 459.189 L949.668 454.925 L943.999 450.68 \n", " L938.33 446.453 L932.661 442.246 L926.992 438.058 L921.323 433.889 L915.654 429.742 L909.985 425.615 L904.316 421.509 L898.647 417.425 L892.978 413.363 L887.309 409.323 \n", " L881.64 405.306 L875.971 401.313 L870.302 397.343 L864.633 393.398 L858.964 389.477 L853.295 385.581 L847.626 381.71 L841.957 377.865 L836.288 374.047 L830.619 370.255 \n", " L824.95 366.49 L819.281 362.752 L813.612 359.043 L807.942 355.361 L802.273 351.708 L796.604 348.085 L790.935 344.49 L785.266 340.926 L779.597 337.391 L773.928 333.888 \n", " L768.259 330.415 L762.59 326.974 L756.921 323.564 L751.252 320.186 L745.583 316.841 L739.914 313.529 L734.245 310.25 L728.576 307.005 L722.907 303.794 L717.238 300.617 \n", " L711.569 297.475 L705.9 294.367 L700.231 291.296 L694.562 288.26 L688.893 285.26 L683.224 282.296 L677.555 279.369 L671.886 276.48 L666.216 273.627 L660.547 270.813 \n", " L654.878 268.037 L649.209 265.299 L643.54 262.599 L637.871 259.939 L632.202 257.318 L626.533 254.737 L620.864 252.196 L615.195 249.695 L609.526 247.234 L603.857 244.814 \n", " L598.188 242.436 L592.519 240.099 L586.85 237.803 L581.181 235.549 L575.512 233.338 L569.843 231.169 L564.174 229.042 L558.505 226.959 L552.836 224.919 L547.167 222.922 \n", " L541.498 220.969 L535.829 219.06 L530.16 217.195 L524.49 215.374 L518.821 213.598 L513.152 211.867 L507.483 210.18 L501.814 208.539 L496.145 206.943 L490.476 205.393 \n", " L484.807 203.888 L479.138 202.43 L473.469 201.017 L467.8 199.651 L462.131 198.332 L456.462 197.058 L450.793 195.832 L445.124 194.653 L439.455 193.52 L433.786 192.435 \n", " L428.117 191.397 L422.448 190.407 L416.779 189.464 L411.11 188.568 L405.441 187.721 L399.772 186.921 L394.103 186.17 L388.434 185.466 L382.764 184.811 L377.095 184.203 \n", " L371.426 183.645 L365.757 183.134 L360.088 182.672 L354.419 182.258 L348.75 181.893 L343.081 181.577 L337.412 181.309 L331.743 181.09 L326.074 180.919 L320.405 180.797 \n", " L314.736 180.724 L309.067 180.7 Z\n", " \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 309.067,364.694 314.736,364.732 320.405,364.848 326.074,365.041 331.743,365.312 337.412,365.659 343.081,366.084 348.75,366.585 354.419,367.163 360.088,367.818 \n", " 365.757,368.55 371.426,369.358 377.095,370.242 382.764,371.202 388.434,372.238 394.103,373.35 399.772,374.537 405.441,375.799 411.11,377.135 416.779,378.547 \n", " 422.448,380.032 428.117,381.591 433.786,383.224 439.455,384.929 445.124,386.708 450.793,388.558 456.462,390.481 462.131,392.475 467.8,394.54 473.469,396.676 \n", " 479.138,398.882 484.807,401.157 490.476,403.502 496.145,405.915 501.814,408.396 507.483,410.944 513.152,413.56 518.821,416.242 524.49,418.99 530.16,421.802 \n", " 535.829,424.68 541.498,427.621 547.167,430.626 552.836,433.693 558.505,436.823 564.174,440.013 569.843,443.265 575.512,446.576 581.181,449.946 586.85,453.375 \n", " 592.519,456.862 598.188,460.405 603.857,464.005 609.526,467.661 615.195,471.371 620.864,475.135 626.533,478.952 632.202,482.822 637.871,486.743 643.54,490.715 \n", " 649.209,494.737 654.878,498.808 660.547,502.927 666.216,507.094 671.886,511.307 677.555,515.566 683.224,519.869 688.893,524.217 694.562,528.608 700.231,533.04 \n", " 705.9,537.515 711.569,542.029 717.238,546.584 722.907,551.176 728.576,555.807 734.245,560.474 739.914,565.177 745.583,569.916 751.252,574.688 756.921,579.494 \n", " 762.59,584.331 768.259,589.2 773.928,594.1 779.597,599.029 785.266,603.986 790.935,608.971 796.604,613.983 802.273,619.021 807.942,624.083 813.612,629.169 \n", " 819.281,634.278 824.95,639.41 830.619,644.562 836.288,649.735 841.957,654.927 847.626,660.137 853.295,665.365 858.964,670.609 864.633,675.869 870.302,681.144 \n", " 875.971,686.432 881.64,691.733 887.309,697.047 892.978,702.371 898.647,707.706 904.316,713.05 909.985,718.403 915.654,723.763 921.323,729.13 926.992,734.503 \n", " 932.661,739.881 938.33,745.263 943.999,750.649 949.668,756.037 955.338,761.426 961.007,766.817 966.676,772.207 972.345,777.597 978.014,782.985 983.683,788.37 \n", " 989.352,793.753 995.021,799.131 1000.69,804.505 1006.36,809.873 1012.03,815.235 1017.7,820.59 1023.37,825.937 1029.04,831.276 1034.7,836.605 1040.37,841.925 \n", " 1046.04,847.233 1051.71,852.531 1057.38,857.817 1063.05,863.089 1068.72,868.349 1074.39,873.595 1080.06,878.825 1085.73,884.041 1091.39,889.241 1097.06,894.424 \n", " 1102.73,899.59 1108.4,904.738 1114.07,909.868 1119.74,914.979 1125.41,920.07 1131.08,925.142 1136.75,930.193 1142.42,935.223 1148.08,940.231 1153.75,945.217 \n", " 1159.42,950.18 1165.09,955.12 1170.76,960.037 1176.43,964.93 1182.1,969.798 1187.77,974.641 1193.44,979.458 1199.11,984.25 1204.78,989.015 1210.44,993.754 \n", " 1216.11,998.466 1221.78,1003.15 1227.45,1007.81 1233.12,1012.43 1238.79,1017.03 1244.46,1021.6 1250.13,1026.15 1255.8,1030.66 1261.47,1035.14 1267.13,1039.59 \n", " 1272.8,1044.01 1278.47,1048.4 1284.14,1052.76 1289.81,1057.09 1295.48,1061.39 1301.15,1065.66 1306.82,1069.89 1312.49,1074.09 1318.16,1078.26 1323.83,1082.4 \n", " 1329.49,1086.5 1335.16,1090.57 1340.83,1094.61 1346.5,1098.61 1352.17,1102.58 1357.84,1106.52 1363.51,1110.43 1369.18,1114.3 1374.85,1118.13 1380.52,1121.94 \n", " 1386.18,1125.7 1391.85,1129.44 1397.52,1133.14 1403.19,1136.8 1408.86,1140.44 1414.53,1144.03 1420.2,1147.6 1425.87,1151.12 1431.54,1154.62 1437.21,1158.08 \n", " 1442.87,1161.5 1448.54,1164.89 1454.21,1168.25 1459.88,1171.57 1465.55,1174.86 1471.22,1178.11 1476.89,1181.33 1482.56,1184.51 1488.23,1187.66 1493.9,1190.78 \n", " 1499.57,1193.86 1505.23,1196.9 1510.9,1199.92 1516.57,1202.9 1522.24,1205.84 1527.91,1208.75 1533.58,1211.63 1539.25,1214.48 1544.92,1217.29 1550.59,1220.07 \n", " 1556.26,1222.81 1561.92,1225.52 1567.59,1228.2 1573.26,1230.85 1578.93,1233.46 1584.6,1236.05 1590.27,1238.6 1595.94,1241.11 1601.61,1243.6 1607.28,1246.05 \n", " 1612.95,1248.47 1618.62,1250.87 1624.28,1253.22 1629.95,1255.55 1635.62,1257.85 1641.29,1260.12 1646.96,1262.36 1652.63,1264.56 1658.3,1266.74 1663.97,1268.88 \n", " 1669.64,1271 1675.31,1273.09 1680.97,1275.15 1686.64,1277.18 1692.31,1279.18 1697.98,1281.15 1703.65,1283.1 1709.32,1285.01 1714.99,1286.9 1720.66,1288.76 \n", " 1726.33,1290.59 1732,1292.4 1737.67,1294.18 1743.33,1295.93 1749,1297.66 1754.67,1299.36 1760.34,1301.03 1766.01,1302.68 1771.68,1304.3 1777.35,1305.9 \n", " 1783.02,1307.48 1788.69,1309.02 1794.36,1310.55 1800.02,1312.05 1805.69,1313.52 1811.36,1314.98 1817.03,1316.4 1822.7,1317.81 1828.37,1319.19 1834.04,1320.55 \n", " 1839.71,1321.89 1845.38,1323.21 1851.05,1324.5 1856.71,1325.77 1862.38,1327.02 1868.05,1328.25 1873.72,1329.46 1879.39,1330.65 1885.06,1331.81 1890.73,1332.96 \n", " 1896.4,1334.09 1902.07,1335.2 1907.74,1336.28 1913.41,1337.35 1919.07,1338.4 1924.74,1339.44 1930.41,1340.45 1936.08,1341.44 1941.75,1342.42 1947.42,1343.38 \n", " 1953.09,1344.32 1958.76,1345.25 1964.43,1346.15 1970.1,1347.04 1975.76,1347.92 1981.43,1348.78 1987.1,1349.62 1992.77,1350.44 1998.44,1351.25 2004.11,1352.05 \n", " 2009.78,1352.83 2015.45,1353.59 2021.12,1354.34 2026.79,1355.08 2032.46,1355.8 2038.12,1356.51 2043.79,1357.2 2049.46,1357.88 2055.13,1358.55 2060.8,1359.2 \n", " 2066.47,1359.84 2072.14,1360.47 2077.81,1361.08 2083.48,1361.68 2089.15,1362.27 2094.81,1362.85 2100.48,1363.42 2106.15,1363.97 2111.82,1364.52 2117.49,1365.05 \n", " 2123.16,1365.57 2128.83,1366.08 2134.5,1366.58 2140.17,1367.07 2145.84,1367.55 2151.5,1368.02 2157.17,1368.47 2162.84,1368.92 2168.51,1369.36 2174.18,1369.79 \n", " 2179.85,1370.21 2185.52,1370.62 2191.19,1371.03 2196.86,1371.42 2202.53,1371.8 2208.2,1372.18 2213.86,1372.55 2219.53,1372.91 2225.2,1373.26 2230.87,1373.6 \n", " 2236.54,1373.94 2242.21,1374.27 2247.88,1374.59 2253.55,1374.91 2259.22,1375.21 2264.89,1375.51 2270.55,1375.81 2276.22,1376.09 2281.89,1376.37 2287.56,1376.64 \n", " 2293.23,1376.91 \n", " \"/>\n", "<polyline clip-path=\"url(#clip662)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 309.067,160.256 314.736,160.278 320.405,160.345 326.074,160.455 331.743,160.609 337.412,160.807 343.081,161.05 348.75,161.336 354.419,161.667 360.088,162.041 \n", " 365.757,162.46 371.426,162.922 377.095,163.428 382.764,163.977 388.434,164.571 394.103,165.208 399.772,165.889 405.441,166.613 411.11,167.38 416.779,168.191 \n", " 422.448,169.045 428.117,169.943 433.786,170.883 439.455,171.866 445.124,172.893 450.793,173.962 456.462,175.073 462.131,176.227 467.8,177.424 473.469,178.662 \n", " 479.138,179.943 484.807,181.266 490.476,182.631 496.145,184.037 501.814,185.485 507.483,186.974 513.152,188.505 518.821,190.077 524.49,191.689 530.16,193.343 \n", " 535.829,195.037 541.498,196.771 547.167,198.545 552.836,200.36 558.505,202.214 564.174,204.108 569.843,206.041 575.512,208.014 581.181,210.026 586.85,212.076 \n", " 592.519,214.165 598.188,216.293 603.857,218.458 609.526,220.662 615.195,222.903 620.864,225.181 626.533,227.497 632.202,229.85 637.871,232.24 643.54,234.666 \n", " 649.209,237.128 654.878,239.627 660.547,242.161 666.216,244.73 671.886,247.335 677.555,249.975 683.224,252.649 688.893,255.358 694.562,258.1 700.231,260.877 \n", " 705.9,263.687 711.569,266.531 717.238,269.407 722.907,272.317 728.576,275.258 734.245,278.232 739.914,281.237 745.583,284.274 751.252,287.342 756.921,290.441 \n", " 762.59,293.571 768.259,296.731 773.928,299.921 779.597,303.14 785.266,306.389 790.935,309.667 796.604,312.973 802.273,316.308 807.942,319.671 813.612,323.061 \n", " 819.281,326.479 824.95,329.924 830.619,333.396 836.288,336.894 841.957,340.418 847.626,343.967 853.295,347.542 858.964,351.142 864.633,354.767 870.302,358.415 \n", " 875.971,362.088 881.64,365.785 887.309,369.504 892.978,373.247 898.647,377.012 904.316,380.799 909.985,384.608 915.654,388.439 921.323,392.291 926.992,396.163 \n", " 932.661,400.056 938.33,403.969 943.999,407.902 949.668,411.853 955.338,415.824 961.007,419.814 966.676,423.822 972.345,427.847 978.014,431.89 983.683,435.951 \n", " 989.352,440.028 995.021,444.121 1000.69,448.231 1006.36,452.356 1012.03,456.496 1017.7,460.652 1023.37,464.822 1029.04,469.006 1034.7,473.204 1040.37,477.416 \n", " 1046.04,481.641 1051.71,485.878 1057.38,490.128 1063.05,494.39 1068.72,498.664 1074.39,502.949 1080.06,507.245 1085.73,511.552 1091.39,515.868 1097.06,520.195 \n", " 1102.73,524.531 1108.4,528.877 1114.07,533.231 1119.74,537.593 1125.41,541.964 1131.08,546.342 1136.75,550.728 1142.42,555.121 1148.08,559.52 1153.75,563.926 \n", " 1159.42,568.338 1165.09,572.755 1170.76,577.178 1176.43,581.606 1182.1,586.038 1187.77,590.474 1193.44,594.915 1199.11,599.358 1204.78,603.805 1210.44,608.255 \n", " 1216.11,612.708 1221.78,617.163 1227.45,621.619 1233.12,626.078 1238.79,630.537 1244.46,634.997 1250.13,639.458 1255.8,643.919 1261.47,648.38 1267.13,652.841 \n", " 1272.8,657.301 1278.47,661.76 1284.14,666.217 1289.81,670.673 1295.48,675.127 1301.15,679.579 1306.82,684.028 1312.49,688.474 1318.16,692.917 1323.83,697.357 \n", " 1329.49,701.793 1335.16,706.224 1340.83,710.652 1346.5,715.075 1352.17,719.492 1357.84,723.905 1363.51,728.312 1369.18,732.713 1374.85,737.109 1380.52,741.498 \n", " 1386.18,745.88 1391.85,750.256 1397.52,754.624 1403.19,758.985 1408.86,763.338 1414.53,767.684 1420.2,772.021 1425.87,776.35 1431.54,780.67 1437.21,784.981 \n", " 1442.87,789.283 1448.54,793.576 1454.21,797.859 1459.88,802.132 1465.55,806.395 1471.22,810.647 1476.89,814.889 1482.56,819.12 1488.23,823.34 1493.9,827.549 \n", " 1499.57,831.747 1505.23,835.932 1510.9,840.106 1516.57,844.268 1522.24,848.417 1527.91,852.554 1533.58,856.678 1539.25,860.789 1544.92,864.888 1550.59,868.972 \n", " 1556.26,873.044 1561.92,877.101 1567.59,881.145 1573.26,885.175 1578.93,889.19 1584.6,893.192 1590.27,897.178 1595.94,901.15 1601.61,905.107 1607.28,909.049 \n", " 1612.95,912.976 1618.62,916.887 1624.28,920.783 1629.95,924.663 1635.62,928.527 1641.29,932.376 1646.96,936.208 1652.63,940.024 1658.3,943.823 1663.97,947.607 \n", " 1669.64,951.373 1675.31,955.123 1680.97,958.856 1686.64,962.571 1692.31,966.27 1697.98,969.951 1703.65,973.615 1709.32,977.262 1714.99,980.891 1720.66,984.502 \n", " 1726.33,988.096 1732,991.671 1737.67,995.229 1743.33,998.769 1749,1002.29 1754.67,1005.79 1760.34,1009.28 1766.01,1012.74 1771.68,1016.19 1777.35,1019.62 \n", " 1783.02,1023.03 1788.69,1026.42 1794.36,1029.8 1800.02,1033.15 1805.69,1036.49 1811.36,1039.8 1817.03,1043.1 1822.7,1046.38 1828.37,1049.64 1834.04,1052.88 \n", " 1839.71,1056.1 1845.38,1059.3 1851.05,1062.48 1856.71,1065.65 1862.38,1068.79 1868.05,1071.91 1873.72,1075.02 1879.39,1078.1 1885.06,1081.17 1890.73,1084.22 \n", " 1896.4,1087.24 1902.07,1090.25 1907.74,1093.24 1913.41,1096.2 1919.07,1099.15 1924.74,1102.08 1930.41,1104.99 1936.08,1107.88 1941.75,1110.75 1947.42,1113.6 \n", " 1953.09,1116.43 1958.76,1119.24 1964.43,1122.03 1970.1,1124.8 1975.76,1127.55 1981.43,1130.28 1987.1,1132.99 1992.77,1135.68 1998.44,1138.36 2004.11,1141.01 \n", " 2009.78,1143.64 2015.45,1146.26 2021.12,1148.85 2026.79,1151.43 2032.46,1153.98 2038.12,1156.52 2043.79,1159.03 2049.46,1161.53 2055.13,1164.01 2060.8,1166.47 \n", " 2066.47,1168.91 2072.14,1171.33 2077.81,1173.73 2083.48,1176.11 2089.15,1178.47 2094.81,1180.81 2100.48,1183.14 2106.15,1185.44 2111.82,1187.73 2117.49,1190 \n", " 2123.16,1192.25 2128.83,1194.48 2134.5,1196.69 2140.17,1198.88 2145.84,1201.06 2151.5,1203.21 2157.17,1205.35 2162.84,1207.47 2168.51,1209.57 2174.18,1211.65 \n", " 2179.85,1213.71 2185.52,1215.76 2191.19,1217.79 2196.86,1219.8 2202.53,1221.79 2208.2,1223.76 2213.86,1225.72 2219.53,1227.65 2225.2,1229.57 2230.87,1231.48 \n", " 2236.54,1233.36 2242.21,1235.23 2247.88,1237.08 2253.55,1238.92 2259.22,1240.73 2264.89,1242.53 2270.55,1244.31 2276.22,1246.08 2281.89,1247.83 2287.56,1249.56 \n", " 2293.23,1251.27 \n", " \"/>\n", "<path clip-path=\"url(#clip660)\" d=\"\n", "M1384.15 322.316 L2282.65 322.316 L2282.65 166.796 L1384.15 166.796 Z\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1384.15,322.316 2282.65,322.316 2282.65,166.796 1384.15,166.796 1384.15,322.316 \n", " \"/>\n", "<polyline clip-path=\"url(#clip660)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1407.52,218.636 1547.73,218.636 \n", " \"/>\n", "<path clip-path=\"url(#clip660)\" d=\"M1587.49 219.712 Q1588.99 220.221 1590.4 221.888 Q1591.84 223.555 1593.28 226.471 L1598.02 235.916 L1593 235.916 L1588.58 227.05 Q1586.86 223.578 1585.24 222.444 Q1583.65 221.309 1580.87 221.309 L1575.78 221.309 L1575.78 235.916 L1571.1 235.916 L1571.1 201.356 L1581.65 201.356 Q1587.58 201.356 1590.5 203.833 Q1593.41 206.309 1593.41 211.309 Q1593.41 214.573 1591.89 216.726 Q1590.38 218.879 1587.49 219.712 M1575.78 205.198 L1575.78 217.467 L1581.65 217.467 Q1585.03 217.467 1586.75 215.916 Q1588.48 214.342 1588.48 211.309 Q1588.48 208.277 1586.75 206.749 Q1585.03 205.198 1581.65 205.198 L1575.78 205.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1614.59 222.883 Q1609.43 222.883 1607.44 224.064 Q1605.45 225.244 1605.45 228.092 Q1605.45 230.36 1606.93 231.703 Q1608.44 233.022 1611.01 233.022 Q1614.55 233.022 1616.68 230.522 Q1618.83 227.999 1618.83 223.832 L1618.83 222.883 L1614.59 222.883 M1623.09 221.124 L1623.09 235.916 L1618.83 235.916 L1618.83 231.981 Q1617.37 234.342 1615.2 235.476 Q1613.02 236.587 1609.87 236.587 Q1605.89 236.587 1603.53 234.365 Q1601.19 232.119 1601.19 228.369 Q1601.19 223.994 1604.11 221.772 Q1607.05 219.55 1612.86 219.55 L1618.83 219.55 L1618.83 219.133 Q1618.83 216.194 1616.89 214.596 Q1614.96 212.976 1611.47 212.976 Q1609.25 212.976 1607.14 213.508 Q1605.03 214.041 1603.09 215.106 L1603.09 211.17 Q1605.43 210.268 1607.63 209.828 Q1609.83 209.365 1611.91 209.365 Q1617.53 209.365 1620.31 212.282 Q1623.09 215.198 1623.09 221.124 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1653.41 220.268 L1653.41 235.916 L1649.15 235.916 L1649.15 220.407 Q1649.15 216.726 1647.72 214.897 Q1646.28 213.069 1643.41 213.069 Q1639.96 213.069 1637.97 215.268 Q1635.98 217.467 1635.98 221.263 L1635.98 235.916 L1631.7 235.916 L1631.7 209.99 L1635.98 209.99 L1635.98 214.018 Q1637.51 211.68 1639.57 210.522 Q1641.65 209.365 1644.36 209.365 Q1648.83 209.365 1651.12 212.143 Q1653.41 214.897 1653.41 220.268 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1678.97 222.652 Q1678.97 218.022 1677.05 215.476 Q1675.15 212.93 1671.7 212.93 Q1668.27 212.93 1666.35 215.476 Q1664.46 218.022 1664.46 222.652 Q1664.46 227.258 1666.35 229.805 Q1668.27 232.351 1671.7 232.351 Q1675.15 232.351 1677.05 229.805 Q1678.97 227.258 1678.97 222.652 M1683.23 232.698 Q1683.23 239.318 1680.29 242.536 Q1677.35 245.777 1671.28 245.777 Q1669.04 245.777 1667.05 245.43 Q1665.06 245.105 1663.18 244.411 L1663.18 240.268 Q1665.06 241.286 1666.89 241.772 Q1668.71 242.258 1670.61 242.258 Q1674.8 242.258 1676.89 240.059 Q1678.97 237.883 1678.97 233.462 L1678.97 231.356 Q1677.65 233.647 1675.59 234.781 Q1673.53 235.916 1670.66 235.916 Q1665.89 235.916 1662.97 232.281 Q1660.06 228.647 1660.06 222.652 Q1660.06 216.633 1662.97 212.999 Q1665.89 209.365 1670.66 209.365 Q1673.53 209.365 1675.59 210.499 Q1677.65 211.633 1678.97 213.925 L1678.97 209.99 L1683.23 209.99 L1683.23 232.698 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1714.18 221.888 L1714.18 223.971 L1694.59 223.971 Q1694.87 228.369 1697.23 230.684 Q1699.62 232.976 1703.85 232.976 Q1706.31 232.976 1708.6 232.374 Q1710.91 231.772 1713.18 230.569 L1713.18 234.596 Q1710.89 235.568 1708.48 236.078 Q1706.08 236.587 1703.6 236.587 Q1697.4 236.587 1693.76 232.976 Q1690.15 229.365 1690.15 223.207 Q1690.15 216.842 1693.58 213.115 Q1697.02 209.365 1702.86 209.365 Q1708.09 209.365 1711.12 212.745 Q1714.18 216.101 1714.18 221.888 M1709.92 220.638 Q1709.87 217.143 1707.95 215.059 Q1706.05 212.976 1702.9 212.976 Q1699.34 212.976 1697.19 214.99 Q1695.06 217.004 1694.73 220.661 L1709.92 220.638 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1746.28 212.976 Q1742.86 212.976 1740.87 215.661 Q1738.88 218.323 1738.88 222.976 Q1738.88 227.629 1740.84 230.314 Q1742.83 232.976 1746.28 232.976 Q1749.69 232.976 1751.68 230.291 Q1753.67 227.606 1753.67 222.976 Q1753.67 218.37 1751.68 215.684 Q1749.69 212.976 1746.28 212.976 M1746.28 209.365 Q1751.84 209.365 1755.01 212.976 Q1758.18 216.587 1758.18 222.976 Q1758.18 229.342 1755.01 232.976 Q1751.84 236.587 1746.28 236.587 Q1740.71 236.587 1737.53 232.976 Q1734.39 229.342 1734.39 222.976 Q1734.39 216.587 1737.53 212.976 Q1740.71 209.365 1746.28 209.365 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1778.37 199.897 L1778.37 203.439 L1774.29 203.439 Q1772 203.439 1771.1 204.365 Q1770.22 205.291 1770.22 207.698 L1770.22 209.99 L1777.23 209.99 L1777.23 213.3 L1770.22 213.3 L1770.22 235.916 L1765.94 235.916 L1765.94 213.3 L1761.86 213.3 L1761.86 209.99 L1765.94 209.99 L1765.94 208.184 Q1765.94 203.856 1767.95 201.888 Q1769.96 199.897 1774.34 199.897 L1778.37 199.897 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1806.1 235.916 L1792.9 201.356 L1797.79 201.356 L1808.74 230.453 L1819.71 201.356 L1824.57 201.356 L1811.4 235.916 L1806.1 235.916 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1837.53 222.883 Q1832.37 222.883 1830.38 224.064 Q1828.39 225.244 1828.39 228.092 Q1828.39 230.36 1829.87 231.703 Q1831.38 233.022 1833.95 233.022 Q1837.49 233.022 1839.62 230.522 Q1841.77 227.999 1841.77 223.832 L1841.77 222.883 L1837.53 222.883 M1846.03 221.124 L1846.03 235.916 L1841.77 235.916 L1841.77 231.981 Q1840.31 234.342 1838.14 235.476 Q1835.96 236.587 1832.81 236.587 Q1828.83 236.587 1826.47 234.365 Q1824.13 232.119 1824.13 228.369 Q1824.13 223.994 1827.05 221.772 Q1829.99 219.55 1835.8 219.55 L1841.77 219.55 L1841.77 219.133 Q1841.77 216.194 1839.82 214.596 Q1837.9 212.976 1834.41 212.976 Q1832.19 212.976 1830.08 213.508 Q1827.97 214.041 1826.03 215.106 L1826.03 211.17 Q1828.37 210.268 1830.57 209.828 Q1832.76 209.365 1834.85 209.365 Q1840.47 209.365 1843.25 212.282 Q1846.03 215.198 1846.03 221.124 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1854.8 199.897 L1859.06 199.897 L1859.06 235.916 L1854.8 235.916 L1854.8 199.897 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1867.53 225.684 L1867.53 209.99 L1871.79 209.99 L1871.79 225.522 Q1871.79 229.203 1873.23 231.055 Q1874.66 232.883 1877.53 232.883 Q1880.98 232.883 1882.97 230.684 Q1884.99 228.485 1884.99 224.689 L1884.99 209.99 L1889.25 209.99 L1889.25 235.916 L1884.99 235.916 L1884.99 231.934 Q1883.44 234.295 1881.38 235.453 Q1879.34 236.587 1876.63 236.587 Q1872.16 236.587 1869.85 233.809 Q1867.53 231.031 1867.53 225.684 M1878.25 209.365 L1878.25 209.365 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1920.19 221.888 L1920.19 223.971 L1900.61 223.971 Q1900.89 228.369 1903.25 230.684 Q1905.63 232.976 1909.87 232.976 Q1912.32 232.976 1914.62 232.374 Q1916.93 231.772 1919.2 230.569 L1919.2 234.596 Q1916.91 235.568 1914.5 236.078 Q1912.09 236.587 1909.62 236.587 Q1903.41 236.587 1899.78 232.976 Q1896.17 229.365 1896.17 223.207 Q1896.17 216.842 1899.59 213.115 Q1903.04 209.365 1908.88 209.365 Q1914.11 209.365 1917.14 212.745 Q1920.19 216.101 1920.19 221.888 M1915.94 220.638 Q1915.89 217.143 1913.97 215.059 Q1912.07 212.976 1908.92 212.976 Q1905.36 212.976 1903.2 214.99 Q1901.07 217.004 1900.75 220.661 L1915.94 220.638 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1943.71 210.754 L1943.71 214.782 Q1941.91 213.856 1939.96 213.393 Q1938.02 212.93 1935.94 212.93 Q1932.76 212.93 1931.17 213.902 Q1929.59 214.874 1929.59 216.819 Q1929.59 218.3 1930.73 219.157 Q1931.86 219.99 1935.29 220.754 L1936.75 221.078 Q1941.28 222.05 1943.18 223.832 Q1945.1 225.592 1945.1 228.763 Q1945.1 232.374 1942.23 234.481 Q1939.38 236.587 1934.38 236.587 Q1932.3 236.587 1930.03 236.17 Q1927.79 235.777 1925.29 234.967 L1925.29 230.569 Q1927.65 231.795 1929.94 232.42 Q1932.23 233.022 1934.48 233.022 Q1937.49 233.022 1939.11 232.004 Q1940.73 230.962 1940.73 229.087 Q1940.73 227.351 1939.55 226.425 Q1938.39 225.499 1934.43 224.643 L1932.95 224.295 Q1928.99 223.462 1927.23 221.749 Q1925.47 220.013 1925.47 217.004 Q1925.47 213.346 1928.07 211.356 Q1930.66 209.365 1935.43 209.365 Q1937.79 209.365 1939.87 209.712 Q1941.95 210.059 1943.71 210.754 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip660)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", " 1407.52,270.476 1547.73,270.476 \n", " \"/>\n", "<path clip-path=\"url(#clip660)\" d=\"M1587.49 271.552 Q1588.99 272.061 1590.4 273.728 Q1591.84 275.395 1593.28 278.311 L1598.02 287.756 L1593 287.756 L1588.58 278.89 Q1586.86 275.418 1585.24 274.284 Q1583.65 273.149 1580.87 273.149 L1575.78 273.149 L1575.78 287.756 L1571.1 287.756 L1571.1 253.196 L1581.65 253.196 Q1587.58 253.196 1590.5 255.673 Q1593.41 258.149 1593.41 263.149 Q1593.41 266.413 1591.89 268.566 Q1590.38 270.719 1587.49 271.552 M1575.78 257.038 L1575.78 269.307 L1581.65 269.307 Q1585.03 269.307 1586.75 267.756 Q1588.48 266.182 1588.48 263.149 Q1588.48 260.117 1586.75 258.589 Q1585.03 257.038 1581.65 257.038 L1575.78 257.038 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1623.9 273.728 L1623.9 275.811 L1604.32 275.811 Q1604.59 280.209 1606.96 282.524 Q1609.34 284.816 1613.58 284.816 Q1616.03 284.816 1618.32 284.214 Q1620.64 283.612 1622.9 282.409 L1622.9 286.436 Q1620.61 287.408 1618.21 287.918 Q1615.8 288.427 1613.32 288.427 Q1607.12 288.427 1603.48 284.816 Q1599.87 281.205 1599.87 275.047 Q1599.87 268.682 1603.3 264.955 Q1606.75 261.205 1612.58 261.205 Q1617.81 261.205 1620.84 264.585 Q1623.9 267.941 1623.9 273.728 M1619.64 272.478 Q1619.59 268.983 1617.67 266.899 Q1615.78 264.816 1612.63 264.816 Q1609.06 264.816 1606.91 266.83 Q1604.78 268.844 1604.46 272.501 L1619.64 272.478 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1649.55 262.825 L1649.55 266.807 Q1647.74 265.811 1645.91 265.325 Q1644.11 264.816 1642.26 264.816 Q1638.11 264.816 1635.82 267.455 Q1633.53 270.071 1633.53 274.816 Q1633.53 279.561 1635.82 282.2 Q1638.11 284.816 1642.26 284.816 Q1644.11 284.816 1645.91 284.33 Q1647.74 283.821 1649.55 282.825 L1649.55 286.76 Q1647.77 287.594 1645.84 288.01 Q1643.95 288.427 1641.79 288.427 Q1635.94 288.427 1632.49 284.746 Q1629.04 281.066 1629.04 274.816 Q1629.04 268.473 1632.51 264.839 Q1636.01 261.205 1642.07 261.205 Q1644.04 261.205 1645.91 261.622 Q1647.79 262.015 1649.55 262.825 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1667 264.816 Q1663.58 264.816 1661.59 267.501 Q1659.59 270.163 1659.59 274.816 Q1659.59 279.469 1661.56 282.154 Q1663.55 284.816 1667 284.816 Q1670.4 284.816 1672.4 282.131 Q1674.39 279.446 1674.39 274.816 Q1674.39 270.21 1672.4 267.524 Q1670.4 264.816 1667 264.816 M1667 261.205 Q1672.56 261.205 1675.73 264.816 Q1678.9 268.427 1678.9 274.816 Q1678.9 281.182 1675.73 284.816 Q1672.56 288.427 1667 288.427 Q1661.42 288.427 1658.25 284.816 Q1655.1 281.182 1655.1 274.816 Q1655.1 268.427 1658.25 264.816 Q1661.42 261.205 1667 261.205 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1706.15 266.807 Q1707.74 263.936 1709.96 262.571 Q1712.19 261.205 1715.2 261.205 Q1719.25 261.205 1721.45 264.052 Q1723.64 266.876 1723.64 272.108 L1723.64 287.756 L1719.36 287.756 L1719.36 272.247 Q1719.36 268.52 1718.04 266.714 Q1716.72 264.909 1714.02 264.909 Q1710.71 264.909 1708.78 267.108 Q1706.86 269.307 1706.86 273.103 L1706.86 287.756 L1702.58 287.756 L1702.58 272.247 Q1702.58 268.497 1701.26 266.714 Q1699.94 264.909 1697.19 264.909 Q1693.92 264.909 1692 267.131 Q1690.08 269.33 1690.08 273.103 L1690.08 287.756 L1685.8 287.756 L1685.8 261.83 L1690.08 261.83 L1690.08 265.858 Q1691.54 263.473 1693.58 262.339 Q1695.61 261.205 1698.41 261.205 Q1701.24 261.205 1703.21 262.64 Q1705.2 264.075 1706.15 266.807 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1752.33 266.807 Q1753.92 263.936 1756.14 262.571 Q1758.37 261.205 1761.38 261.205 Q1765.43 261.205 1767.63 264.052 Q1769.83 266.876 1769.83 272.108 L1769.83 287.756 L1765.54 287.756 L1765.54 272.247 Q1765.54 268.52 1764.22 266.714 Q1762.9 264.909 1760.2 264.909 Q1756.89 264.909 1754.96 267.108 Q1753.04 269.307 1753.04 273.103 L1753.04 287.756 L1748.76 287.756 L1748.76 272.247 Q1748.76 268.497 1747.44 266.714 Q1746.12 264.909 1743.37 264.909 Q1740.1 264.909 1738.18 267.131 Q1736.26 269.33 1736.26 273.103 L1736.26 287.756 L1731.98 287.756 L1731.98 261.83 L1736.26 261.83 L1736.26 265.858 Q1737.72 263.473 1739.76 262.339 Q1741.79 261.205 1744.59 261.205 Q1747.42 261.205 1749.39 262.64 Q1751.38 264.075 1752.33 266.807 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1800.5 273.728 L1800.5 275.811 L1780.91 275.811 Q1781.19 280.209 1783.55 282.524 Q1785.94 284.816 1790.17 284.816 Q1792.63 284.816 1794.92 284.214 Q1797.23 283.612 1799.5 282.409 L1799.5 286.436 Q1797.21 287.408 1794.8 287.918 Q1792.39 288.427 1789.92 288.427 Q1783.71 288.427 1780.08 284.816 Q1776.47 281.205 1776.47 275.047 Q1776.47 268.682 1779.89 264.955 Q1783.34 261.205 1789.18 261.205 Q1794.41 261.205 1797.44 264.585 Q1800.5 267.941 1800.5 273.728 M1796.24 272.478 Q1796.19 268.983 1794.27 266.899 Q1792.37 264.816 1789.22 264.816 Q1785.66 264.816 1783.51 266.83 Q1781.38 268.844 1781.05 272.501 L1796.24 272.478 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1829.04 272.108 L1829.04 287.756 L1824.78 287.756 L1824.78 272.247 Q1824.78 268.566 1823.34 266.737 Q1821.91 264.909 1819.04 264.909 Q1815.59 264.909 1813.6 267.108 Q1811.61 269.307 1811.61 273.103 L1811.61 287.756 L1807.33 287.756 L1807.33 261.83 L1811.61 261.83 L1811.61 265.858 Q1813.14 263.52 1815.2 262.362 Q1817.28 261.205 1819.99 261.205 Q1824.45 261.205 1826.75 263.983 Q1829.04 266.737 1829.04 272.108 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1854.59 265.765 L1854.59 251.737 L1858.85 251.737 L1858.85 287.756 L1854.59 287.756 L1854.59 283.867 Q1853.25 286.182 1851.19 287.316 Q1849.15 288.427 1846.28 288.427 Q1841.58 288.427 1838.62 284.677 Q1835.68 280.927 1835.68 274.816 Q1835.68 268.705 1838.62 264.955 Q1841.58 261.205 1846.28 261.205 Q1849.15 261.205 1851.19 262.339 Q1853.25 263.45 1854.59 265.765 M1840.08 274.816 Q1840.08 279.515 1842 282.2 Q1843.95 284.862 1847.32 284.862 Q1850.7 284.862 1852.65 282.2 Q1854.59 279.515 1854.59 274.816 Q1854.59 270.117 1852.65 267.455 Q1850.7 264.77 1847.32 264.77 Q1843.95 264.77 1842 267.455 Q1840.08 270.117 1840.08 274.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1889.8 273.728 L1889.8 275.811 L1870.22 275.811 Q1870.5 280.209 1872.86 282.524 Q1875.24 284.816 1879.48 284.816 Q1881.93 284.816 1884.22 284.214 Q1886.54 283.612 1888.81 282.409 L1888.81 286.436 Q1886.51 287.408 1884.11 287.918 Q1881.7 288.427 1879.22 288.427 Q1873.02 288.427 1869.38 284.816 Q1865.77 281.205 1865.77 275.047 Q1865.77 268.682 1869.2 264.955 Q1872.65 261.205 1878.48 261.205 Q1883.71 261.205 1886.75 264.585 Q1889.8 267.941 1889.8 273.728 M1885.54 272.478 Q1885.5 268.983 1883.57 266.899 Q1881.68 264.816 1878.53 264.816 Q1874.96 264.816 1872.81 266.83 Q1870.68 268.844 1870.36 272.501 L1885.54 272.478 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1913.85 265.765 L1913.85 251.737 L1918.11 251.737 L1918.11 287.756 L1913.85 287.756 L1913.85 283.867 Q1912.51 286.182 1910.45 287.316 Q1908.41 288.427 1905.54 288.427 Q1900.84 288.427 1897.88 284.677 Q1894.94 280.927 1894.94 274.816 Q1894.94 268.705 1897.88 264.955 Q1900.84 261.205 1905.54 261.205 Q1908.41 261.205 1910.45 262.339 Q1912.51 263.45 1913.85 265.765 M1899.34 274.816 Q1899.34 279.515 1901.26 282.2 Q1903.2 284.862 1906.58 284.862 Q1909.96 284.862 1911.91 282.2 Q1913.85 279.515 1913.85 274.816 Q1913.85 270.117 1911.91 267.455 Q1909.96 264.77 1906.58 264.77 Q1903.2 264.77 1901.26 267.455 Q1899.34 270.117 1899.34 274.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1952.19 251.784 Q1949.08 257.108 1947.58 262.316 Q1946.07 267.524 1946.07 272.872 Q1946.07 278.219 1947.58 283.473 Q1949.11 288.705 1952.19 294.006 L1948.48 294.006 Q1945.01 288.566 1943.27 283.311 Q1941.56 278.057 1941.56 272.872 Q1941.56 267.71 1943.27 262.478 Q1944.99 257.247 1948.48 251.784 L1952.19 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1960.63 253.196 L1965.31 253.196 L1965.31 283.821 L1982.14 283.821 L1982.14 287.756 L1960.63 287.756 L1960.63 253.196 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M1996.07 264.816 Q1992.65 264.816 1990.66 267.501 Q1988.67 270.163 1988.67 274.816 Q1988.67 279.469 1990.63 282.154 Q1992.62 284.816 1996.07 284.816 Q1999.48 284.816 2001.47 282.131 Q2003.46 279.446 2003.46 274.816 Q2003.46 270.21 2001.47 267.524 Q1999.48 264.816 1996.07 264.816 M1996.07 261.205 Q2001.63 261.205 2004.8 264.816 Q2007.97 268.427 2007.97 274.816 Q2007.97 281.182 2004.8 284.816 Q2001.63 288.427 1996.07 288.427 Q1990.5 288.427 1987.32 284.816 Q1984.18 281.182 1984.18 274.816 Q1984.18 268.427 1987.32 264.816 Q1990.5 261.205 1996.07 261.205 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2036.58 272.108 L2036.58 287.756 L2032.32 287.756 L2032.32 272.247 Q2032.32 268.566 2030.89 266.737 Q2029.45 264.909 2026.58 264.909 Q2023.13 264.909 2021.14 267.108 Q2019.15 269.307 2019.15 273.103 L2019.15 287.756 L2014.87 287.756 L2014.87 261.83 L2019.15 261.83 L2019.15 265.858 Q2020.68 263.52 2022.74 262.362 Q2024.82 261.205 2027.53 261.205 Q2032 261.205 2034.29 263.983 Q2036.58 266.737 2036.58 272.108 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2062.14 274.492 Q2062.14 269.862 2060.22 267.316 Q2058.32 264.77 2054.87 264.77 Q2051.44 264.77 2049.52 267.316 Q2047.62 269.862 2047.62 274.492 Q2047.62 279.098 2049.52 281.645 Q2051.44 284.191 2054.87 284.191 Q2058.32 284.191 2060.22 281.645 Q2062.14 279.098 2062.14 274.492 M2066.4 284.538 Q2066.4 291.158 2063.46 294.376 Q2060.52 297.617 2054.45 297.617 Q2052.21 297.617 2050.22 297.27 Q2048.23 296.945 2046.35 296.251 L2046.35 292.108 Q2048.23 293.126 2050.06 293.612 Q2051.88 294.098 2053.78 294.098 Q2057.97 294.098 2060.06 291.899 Q2062.14 289.723 2062.14 285.302 L2062.14 283.196 Q2060.82 285.487 2058.76 286.621 Q2056.7 287.756 2053.83 287.756 Q2049.06 287.756 2046.14 284.121 Q2043.23 280.487 2043.23 274.492 Q2043.23 268.473 2046.14 264.839 Q2049.06 261.205 2053.83 261.205 Q2056.7 261.205 2058.76 262.339 Q2060.82 263.473 2062.14 265.765 L2062.14 261.83 L2066.4 261.83 L2066.4 284.538 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2076.26 281.876 L2081.14 281.876 L2081.14 285.858 L2077.35 293.265 L2074.36 293.265 L2076.26 285.858 L2076.26 281.876 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2106.72 283.821 L2114.36 283.821 L2114.36 257.455 L2106.05 259.122 L2106.05 254.862 L2114.31 253.196 L2118.99 253.196 L2118.99 283.821 L2126.63 283.821 L2126.63 287.756 L2106.72 287.756 L2106.72 283.821 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2136.21 287.038 L2136.21 282.779 Q2137.97 283.612 2139.78 284.052 Q2141.58 284.492 2143.32 284.492 Q2147.95 284.492 2150.38 281.39 Q2152.83 278.265 2153.18 271.922 Q2151.84 273.913 2149.78 274.978 Q2147.72 276.043 2145.22 276.043 Q2140.03 276.043 2137 272.918 Q2133.99 269.77 2133.99 264.33 Q2133.99 259.006 2137.14 255.788 Q2140.29 252.571 2145.52 252.571 Q2151.51 252.571 2154.66 257.177 Q2157.83 261.76 2157.83 270.51 Q2157.83 278.682 2153.94 283.566 Q2150.08 288.427 2143.53 288.427 Q2141.77 288.427 2139.96 288.08 Q2138.16 287.733 2136.21 287.038 M2145.52 272.385 Q2148.67 272.385 2150.49 270.233 Q2152.35 268.08 2152.35 264.33 Q2152.35 260.603 2150.49 258.45 Q2148.67 256.274 2145.52 256.274 Q2142.37 256.274 2140.52 258.45 Q2138.69 260.603 2138.69 264.33 Q2138.69 268.08 2140.52 270.233 Q2142.37 272.385 2145.52 272.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2176.81 268.612 Q2173.67 268.612 2171.81 270.765 Q2169.99 272.918 2169.99 276.668 Q2169.99 280.395 2171.81 282.571 Q2173.67 284.723 2176.81 284.723 Q2179.96 284.723 2181.79 282.571 Q2183.64 280.395 2183.64 276.668 Q2183.64 272.918 2181.79 270.765 Q2179.96 268.612 2176.81 268.612 M2186.1 253.96 L2186.1 258.219 Q2184.34 257.386 2182.53 256.946 Q2180.75 256.506 2178.99 256.506 Q2174.36 256.506 2171.91 259.631 Q2169.48 262.756 2169.13 269.075 Q2170.49 267.061 2172.55 265.997 Q2174.61 264.909 2177.09 264.909 Q2182.3 264.909 2185.31 268.08 Q2188.34 271.228 2188.34 276.668 Q2188.34 281.992 2185.19 285.209 Q2182.05 288.427 2176.81 288.427 Q2170.82 288.427 2167.65 283.844 Q2164.48 279.237 2164.48 270.51 Q2164.48 262.316 2168.36 257.455 Q2172.25 252.571 2178.8 252.571 Q2180.56 252.571 2182.35 252.918 Q2184.15 253.265 2186.1 253.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2210.56 269.122 Q2213.92 269.839 2215.8 272.108 Q2217.69 274.376 2217.69 277.709 Q2217.69 282.825 2214.17 285.626 Q2210.66 288.427 2204.17 288.427 Q2202 288.427 2199.68 287.987 Q2197.39 287.571 2194.94 286.714 L2194.94 282.2 Q2196.88 283.334 2199.2 283.913 Q2201.51 284.492 2204.04 284.492 Q2208.43 284.492 2210.73 282.756 Q2213.04 281.02 2213.04 277.709 Q2213.04 274.654 2210.89 272.941 Q2208.76 271.205 2204.94 271.205 L2200.91 271.205 L2200.91 267.362 L2205.12 267.362 Q2208.57 267.362 2210.4 265.997 Q2212.23 264.608 2212.23 262.015 Q2212.23 259.353 2210.33 257.941 Q2208.46 256.506 2204.94 256.506 Q2203.02 256.506 2200.82 256.923 Q2198.62 257.339 2195.98 258.219 L2195.98 254.052 Q2198.64 253.311 2200.96 252.941 Q2203.3 252.571 2205.36 252.571 Q2210.68 252.571 2213.78 255.001 Q2216.88 257.409 2216.88 261.529 Q2216.88 264.399 2215.24 266.39 Q2213.6 268.358 2210.56 269.122 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip660)\" d=\"M2225.29 251.784 L2228.99 251.784 Q2232.46 257.247 2234.17 262.478 Q2235.91 267.71 2235.91 272.872 Q2235.91 278.057 2234.17 283.311 Q2232.46 288.566 2228.99 294.006 L2225.29 294.006 Q2228.36 288.705 2229.87 283.473 Q2231.4 278.219 2231.4 272.872 Q2231.4 267.524 2229.87 262.316 Q2228.36 257.108 2225.29 251.784 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n" ] }, "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#hide\n", "\n", "let\n", "\n", "if !isdefined(Main, :plot)\n", " using Plots:plot, plot!\n", "end\n", "\n", "b_half = 0.0848\n", "x = b_half*collect(0.0:0.01:3.5)\n", "z = 6\n", "\n", "g(k₁, k₂) = @. (k₁/z)*exp(-(k₂*x)^2)\n", "y = g(5.0, 7.25)\n", "yᵣ= g(6.0, 5.0)\n", "\n", "plot(x, y; lab =\"Range of Values\",\n", " ribbon = ( abs.(y.-g(4.1,9.2)) , abs.(y.-g(5.9,5.3)) ) )\n", "plot!(x, yᵣ; lab=\"Recommended (Long, 1963)\")\n", "plot!(; title=\"Concentration Profiles\", xlabel=\"r/z\", ylabel=\"c/c₀\")\n", "\n", "end" ] }, { "cell_type": "markdown", "id": "2a01ad4c-47b6-4e43-bbe5-d26058290866", "metadata": {}, "source": [ "It is also worth noting that the concentration model breaks down when $z<k_2$, it will register concentrations greater than is possible. The normal way of dealing with this is a so-called top-hat model: chop off any concentrations $c_A > c_0$, though if the region of interest is primarily very close to the hole a different model should be used." ] }, { "cell_type": "markdown", "id": "5be7a538-449c-4b25-b0b3-a07571b41cb0", "metadata": {}, "source": [ "## Temperature\n", "\n", "The temperature profiles follow directly from the velocity profiles in an entirely analogous way concentration. The temperature profile is given by:\n", "\n", "$$ {T - T_a \\over T_0 - T_a} = k_T {d_0 \\over z} \\left( \\bar{v}_z \\over \\bar{v}_{z,max} \\right)^{Pr} $$\n", "\n", "Where *T<sub>a</sub>* is the ambient temperature, *T<sub>0</sub>* is the jet temperature, and *Pr* is a turbulent [Prandtl number](https://en.wikipedia.org/wiki/Turbulent_Prandtl_number). The constant *k<sub>T</sub>* is then determined by an energy balance, again entirely analogously to the case for concentration." ] }, { "cell_type": "markdown", "id": "93e36e5c-eb30-4e94-8ae5-ec0e8f8a0719", "metadata": {}, "source": [ "## Volumetric Flow\n", "\n", "The volumetric flow-rate of the jet grows with the downstream distance, as the jet entrains the surrounding fluid. This can be calculated from an integral of the velocity distribution\n", "\n", "$$ Q = \\int_0^{2\\pi} \\int_0^{\\infty} \\bar{v}_z r dr d\\theta $$\n", "\n", "recalling [the definition](https://aefarrell.github.io/2022/04/08/turbulent_jet_notes/#stokes-stream-function) of $\\bar{v}_z$ in terms of the function *F* and making the change of variables to ξ\n", "$$ Q = \\int_0^{2\\pi} \\int_0^{\\infty} {-k \\over z} {F^{\\prime} \\over \\xi} (z \\xi) z d\\xi d\\theta \\\\\n", "= 2 \\pi k z \\int_0^{\\infty} -F^{\\prime} d\\xi \\\\\n", "= 2 \\pi k z \\left[ -F\\left(\\xi\\right) \\right]_{0}^{\\infty} $$\n", "\n", "let's define the limit\n", "$$ \\lim_{\\xi \\to \\infty} F\\left(\\xi\\right) = F_{\\infty}$$\n", "\n", "and recall that from boundary conditions *F(0)=0*, so\n", "$$ \\left[ -F\\left(\\xi\\right) \\right]_{0}^{\\infty} = -F_{\\infty} $$\n", "\n", "recalling the definition of *k*\n", "$$ k = {v_0 d_0 \\over \\sqrt{8 I} }$$\n", "\n", "and putting it all together we get\n", "$$ Q = -{ 2 \\pi \\over \\sqrt{8 I} } F_{\\infty} v_0 d_0 z $$\n", "\n", "It is often more convenient to put things in in dimensionless terms, so let\n", "$$ Q_0 = {\\pi \\over 4} v_0 d_0^2 $$\n", "\n", "which gives us\n", "$$ {Q \\over Q_0} = - \\sqrt{8 \\over I} F_{\\infty} {z \\over d_0} $$\n", "\n", "we can define a new constant *k<sub>Q</sub>*\n", "$$ k_Q = - \\sqrt{8 \\over I} F_{\\infty} $$\n", "\n", "and finally\n", "$$ {Q \\over Q_0} = k_Q {z \\over d_0} $$\n", "\n", "Where $k_Q$ is some constant defined by the particular model and the corresponding model parameter.\n", "\n", "For the Prandtl mixing length model we can compute this constant numerically" ] }, { "cell_type": "code", "execution_count": 12, "id": "01d86e4a-2766-499c-aed2-a5700104e702", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0.3026710383017731" ] }, "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ "a = β/1.2277667062444657\n", "\n", "I = integrate(ξ, int)\n", "F∞ = a^2*sol[1,end]\n", "\n", "k_Q = -√(8/I)*F∞" ] }, { "cell_type": "markdown", "id": "82472c43-cce0-483e-889d-1ed09c26e755", "metadata": {}, "source": [ "For the eddy viscosity model this can be worked out analytically to be\n", "$$k_Q = {4\\sqrt{3} \\over C_2}$$" ] }, { "cell_type": "code", "execution_count": 13, "id": "713cd359-3de5-4eb2-b86f-c2973ca4c57d", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0.4564301431180997" ] }, "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ "C₂ = 2*√(√(2)-1)/β\n", "\n", "k_Q = 4*√3/C₂" ] }, { "cell_type": "markdown", "id": "90e6b7f9-b162-4278-8c15-a04ac3a87157", "metadata": {}, "source": [ "The Gaussian model can also be worked out analytically, giving\n", "$$k_Q = {4 \\over \\sqrt{2 c}}$$" ] }, { "cell_type": "code", "execution_count": 14, "id": "6c531074-37ad-44f1-a021-0ff6cb400d3a", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0.28808995465769605" ] }, "execution_count": 14, "metadata": {}, "output_type": "execute_result" } ], "source": [ "c = log(2)/β^2\n", "\n", "k_Q = 4/√(2*c)" ] }, { "cell_type": "markdown", "id": "8a55ab0a-4da5-45f0-9b8b-49f9d029b996", "metadata": {}, "source": [ "The literature[^rajaratnam] gives $k_Q = 0.32$ which compares well with the calculations above. Though it's worth noting that the eddy viscosity model over-predicts the volumetric flow rate quite noticeably, this is not surprising considering that it has fatter tails than either the Prandtl mixing length model or the Gaussian model. In the tails is where the eddy viscosity model no longer matches well with the observed data, so this is just a weakness of the model itself.\n", "\n", "[^rajaratnam]: N. Rajaratnam, *Turbulent Jets*, Elsevier, Amsterdam (1974)" ] }, { "cell_type": "markdown", "id": "fe375089-affc-4d8e-a01d-be90da1e2402", "metadata": {}, "source": [ "## Conclusions\n", "\n", "This was just a brief tour of the different parameters that can be calculated from the velocity distribution or stream function, once it is known. In practice, very often the constants encountered along the way are treated like fitting parameters and so it is always worth keeping in mind what the model is being used for and what conditions must be strictly followed or not. For example, if one wants a very accurate fit to concentration, that may result in mass no longer being conserved because a model may not have enough degrees of freedom to fit the one and guarantee the other.\n", "\n", "If you are not fitting data, there is a wide range of parameters given in the literature and I think it is more important to find a set of parameters that work for the situation of interest -- for whichever model they were fit, but generally it is Gaussian -- than it is to fiddle around in the margins of whether or not one should use a Prandtl mixing length model versus an eddy viscosity model. Very often the answer is going to be Gaussian because that's what the best model in the literature was fit to." ] }, { "cell_type": "code", "execution_count": null, "id": "ca4d96ca-d67c-4778-add2-77071ee612b1", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Julia Multithread 1.7.2", "language": "julia", "name": "julia-multithread-1.7" }, "language_info": { "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", "version": "1.7.2" } }, "nbformat": 4, "nbformat_minor": 5 }