diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex index bcebcb0e0ac912dd3bb17b5033f75a7151135928..a87630fe926f3647c169b9b14e725ab4c4278744 100644 --- a/doc/handbook/0_dumux-handbook.tex +++ b/doc/handbook/0_dumux-handbook.tex @@ -42,12 +42,12 @@ % Dune and Dumux logo \newcommand{\Dune}{{DUNE}\xspace} \newcommand{\Dumux}{\texorpdfstring{Du\-Mu$^\text{x}$\xspace}{DuMuX\xspace}} -\newcommand{\DumuxVersion}{3.6} -\newcommand{\DumuxOldVersion}{3.5} +\newcommand{\DumuxVersion}{3.7} +\newcommand{\DumuxOldVersion}{3.6} \definecolor{dumuxYellow}{HTML}{E19417} \definecolor{dumuxBlue}{HTML}{0C73CF} -\newcommand{\DuneVersion}{2.8} -\newcommand{\DuneOldVersion}{2.7} +\newcommand{\DuneVersion}{2.9} +\newcommand{\DuneOldVersion}{2.8} % styles \newcommand{\nextline}{\par\phantom{a}\vspace*{0.1\textwidth}} diff --git a/doc/handbook/6_spatialdiscretizations.tex b/doc/handbook/6_spatialdiscretizations.tex index 6cc262bb807fb440f654b713c4f3f81fddca1dfc..63f5371801ecbf64a4b2df3b86d678026ffac5d9 100644 --- a/doc/handbook/6_spatialdiscretizations.tex +++ b/doc/handbook/6_spatialdiscretizations.tex @@ -56,7 +56,7 @@ with the tensor $\mathbf{\Lambda}_K$ associated with control volume $K$, the dis \begin{figure} [ht] \centering -\includegraphics[width=0.4\linewidth,keepaspectratio]{png/cctpfa.png} +\includegraphics[width=0.7\linewidth,keepaspectratio]{png/cctpfa.png} \caption{Two neighboring control volumes sharing the face $\sigma$.} \label{pc:cctpfa} \end{figure} @@ -107,8 +107,8 @@ Using these conditions, the intermediate face unknowns ${u}_\sigma$ can be elimi \begin{figure} [ht] \centering -\includegraphics[width=0.8\linewidth,keepaspectratio]{pdf/mpfa_iv.pdf} -\caption{Interaction region for the Mpfa-O method. The graphic on the right illustrates how the sub-control volume $L^v$ and face $\sigma^v_2$ are embedded in cell $L$. Note that the face stencils for all sub-control volume faces in the depicted interaction region are $\mathcal{S}_{\sigma^v_i} = \{ K,L,M \}$, meaning that the fluxes over the sub-control volume faces depend on the three cell unknowns $u_K, u_L, u_M$.} +\includegraphics[width=0.8\linewidth,keepaspectratio]{png/mpfa_iv.png} +\caption{Interaction region for the Mpfa-O method. The graphic on the right illustrates how the sub-control volume $L_v$ and face $\sigma^v_2$ are embedded in cell $L$. Note that the face stencils for all sub-control volume faces in the depicted interaction region are $\mathcal{S}_{\sigma^v_i} = \{ K,L,M \}$, meaning that the fluxes over the sub-control volume faces depend on the three cell unknowns $u_K, u_L, u_M$.} \label{pc:interactionRegion_mpfa} \end{figure} @@ -120,19 +120,19 @@ with $t_{K,\sigma},t_{L,\sigma}$ as defined in equation \eqref{eq:conormalDecTpf In the following, a multi-point flux approximation method (Mpfa-O method), which was introduced in \citet{A3:aavatsmark:2002}, is presented. The main difference to the Tpfa scheme is the fact that a consistent discrete gradient is constructed, i.e. the term $\nabla u \cdot \mathbf{d}^{\bot}_{K,\sigma}$ is not neglected. -For this scheme, a dual grid is created by connecting the barycenters of the cells with the barycenters of the faces ($d=2$) or the barycenters of the faces and edges ($d=3$). This divides each cell into sub-control volumes $K^v$. Analogously, each face is sub-divided into sub-control volume faces $\sigma^v$, see Figure \ref{pc:interactionRegion_mpfa}. We allow for piecewise constant $\mathbf{\Lambda}$ (denoted as $\mathbf{\Lambda}_K$ for each cell $K$) and construct discrete gradients $\nabla_\mathcal{D}^{K^v} u$ (per sub-control volume $K^v$). +For this scheme, a dual grid is created by connecting the barycenters of the cells with the barycenters of the faces ($d=2$) or the barycenters of the faces and edges ($d=3$). This divides each cell into sub-control volumes $K_v$. Analogously, each face is sub-divided into sub-control volume faces $\sigma^v$, see Figure \ref{pc:interactionRegion_mpfa}. Note that for the Tpfa method sub-control volumes and control volumes coincide. Also, we allow for piecewise constant $\mathbf{\Lambda}$ (denoted as $\mathbf{\Lambda}_K$ for each cell $K$) and construct discrete gradients $\nabla_\mathcal{D}^{K_v} u$ (per sub-control volume $K_v$). In the following, we restrict our discussion to the two-dimensional setup that is shown in Figure \ref{pc:interactionRegion_mpfa}. Here, the discrete gradients are constructed to be consistent such that the following conditions hold: \begin{equation} -\nabla_\mathcal{D}^{K^v} u \cdot (\mathbf{x}_{\sigma^v_1}- \mathbf{x}_{K}) = u_{\sigma^v_1} - u_K, \quad \nabla_\mathcal{D}^{K^v} u \cdot (\mathbf{x}_{\sigma^v_3}- \mathbf{x}_{K}) = u_{\sigma^v_3} - u_K. +\nabla_\mathcal{D}^{K_v} u \cdot (\mathbf{x}_{\sigma^v_1}- \mathbf{x}_{K}) = u_{\sigma^v_1} - u_K, \quad \nabla_\mathcal{D}^{K_v} u \cdot (\mathbf{x}_{\sigma^v_3}- \mathbf{x}_{K}) = u_{\sigma^v_3} - u_K. \end{equation} -Thus, a discrete gradient (for sub-control volume $K^v$) that fulfills these conditions is given as +Thus, a discrete gradient (for sub-control volume $K_v$) that fulfills these conditions is given as \begin{equation} -\nabla_\mathcal{D}^{K^v} u = \mathbb{D}^{-T}_{K^v} +\nabla_\mathcal{D}^{K_v} u = \mathbb{D}^{-T}_{K_v} \begin{bmatrix} u_{\sigma^v_1} - u_K \\ u_{\sigma^v_3} - u_K - \end{bmatrix}, \qquad \text{ with }\; \mathbb{D}_{K^v} := + \end{bmatrix}, \qquad \text{ with }\; \mathbb{D}_{K_v} := \begin{bmatrix} \mathbf{x}_{\sigma^v_1}- \mathbf{x}_K & \mathbf{x}_{\sigma^v_3} - \mathbf{x}_K \end{bmatrix}. @@ -141,7 +141,7 @@ Thus, a discrete gradient (for sub-control volume $K^v$) that fulfills these co This enables us to write the discrete flux across $\sigma^v_1$ from cell $K$ as follows: \begin{equation} - F_{K, \sigma^v_1} := - |\sigma^v_1| \mathbf{n}_{\sigma^v_1}^T \mathbf{\Lambda}_K \nabla_\mathcal{D}^{K^v} u. + F_{K, \sigma^v_1} := - |\sigma^v_1| \mathbf{n}_{\sigma^v_1}^T \mathbf{\Lambda}_K \nabla_\mathcal{D}^{K_v} u. \label{eq:discreteFlux} \end{equation} Inserting the discrete gradient, yields @@ -149,7 +149,7 @@ Inserting the discrete gradient, yields F_{K, \sigma^v_1} = \omega_{K,\sigma^v_1\sigma^v_1}(u_K - u_{\sigma^v_1}) + \omega_{K,\sigma^v_1 \sigma^v_3}(u_K - u_{\sigma^v_3}), \label{eq:discreteFluxRef} \end{equation} -with $(\omega_{K,\sigma^v_1\sigma^v_1},\omega_{K,\sigma^v_1 \sigma^v_3})^T = |\sigma^v_1| \mathbb{D}^{-1}_{K^v}\mathbf{\Lambda}_K \mathbf{n}_{\sigma^v_1}$. These values are calculated in \Dumux by using the function \texttt{computeMpfaTransmissibility}. +with $(\omega_{K,\sigma^v_1\sigma^v_1},\omega_{K,\sigma^v_1 \sigma^v_3})^T = |\sigma^v_1| \mathbb{D}^{-1}_{K_v}\mathbf{\Lambda}_K \mathbf{n}_{\sigma^v_1}$. These values are calculated in \Dumux by using the function \texttt{computeMpfaTransmissibility}. \\ \ \\ To deduce a cell-centered scheme, the introduced face unknowns $u_{\sigma^v_i}$ have to be eliminated. This is done by enforcing flux continuity for each sub-control volume face, i.e. \begin{align} @@ -173,35 +173,31 @@ for each cell $K$ and sub-control volume face $\sigma^v_i$. The so called box method unites the advantages of the finite-volume (FV) and finite-element (FE) methods. -First, the model domain $\Omega$ is discretized with a FE mesh consisting of nodes -$i$ and corresponding elements $E_k$. Then, a secondary FV mesh is constructed -by connecting the midpoints and barycenters of the elements surrounding node -$i$ creating a box $B_i$ around node $i$ (see Figure \ref{pc:box}a). +First, the model domain $\Omega$ is discretized using a FE mesh consisting of nodes and elements, see the primary grid in Figure \ref{pc:box}. Then, a secondary FV mesh is constructed +by connecting the face barycenters and element barycenters, thus creating a control volume $B_v$, also called box, with node $v$ in the center (see Figure \ref{pc:box}). When referring to faces, we mean entities of codimension 1 with respect to the element dimension. \begin{figure} [ht] -\includegraphics[width=0.8\linewidth,keepaspectratio]{png/box_disc.png} -\caption{\label{pc:box} Discretization of the box method} +\centering +\includegraphics[width=0.8\linewidth,keepaspectratio]{png/box.png} +\caption{\label{pc:box} Control volume for the box method.} \end{figure} -The FE mesh divides the box $B_i$ into subcontrolvolumes (scv's) $b^k_i$ -(see Figure \ref{pc:box}b). Figure \ref{pc:box}c shows the finite element $E_k$ -and the scv's $b^k_i$ inside $E_k$, which belong to four different boxes $B_i$. -Also necessary for the discretization are the faces of the subcontrolvolumes (scvf's) -$e^k_{ij}$ between the scv's $b^k_i$ and $b^k_j$, where $|e^k_{ij}|$ is the length -of the scvf. The integration points $x^k_{ij}$ on $e^k_{ij}$ and the outer normal -vector $\mathbf n^k_{ij}$ are also to be defined (see Figure \ref{pc:box}c). +Control volumes $B_v$ are partitioned into sub-control volumes (scvs) such that each sub-control volume is the intersection of the control volume with a different primal grid element, $M_v = +B_v \cap M$, see Figure \ref{pc:box}. The faces of $B_v$ are partitioned into sub-control volume faces $\sigma_k$ analogously and $|\sigma_k|$ denotes the measure of sub-control volume face $k$. +Finally, the integration points $x_k$ which lie on the scvfs and the outer normal +vectors $\mathbf n_{\sigma_k}$ also need to be defined, see Figure \ref{pc:box} for reference. The advantage of the FE method is that unstructured grids can be used, while the FV method is mass conservative. The idea is to apply the FV method (balance of -fluxes across the interfaces) to each FV box $B_i$ and to get the fluxes across -the interfaces $e^k_{ij}$ at the integration points $x^k_{ij}$ from the FE approach. +fluxes across the interfaces) to each control volume and to get the fluxes across +the sub-control volume faces at the integration points $x_k$ from the FE approach. Consequently, at each scvf the following expression results: \begin{equation} - f(\tilde u(x^k_{ij})) \cdot \mathbf n^k_{ij} \: |e^k_{ij}| \qquad \textrm{with} - \qquad \tilde u(x^k_{ij}) = \sum_i N_i(x^k_{ij}) \cdot \hat u_i . + f(\tilde u(x_k)) \cdot \mathbf n_{\sigma_k} \: |\sigma_k| \qquad \textrm{with} + \qquad \tilde u(x_k) = \sum_i N_i(x_k) \cdot \hat u_i, \end{equation} - +where $N_i$ represents the basis function of the finite element ansatz at node $i$. The basis functions are defined such that $N_i(x_j)=\delta_{ij}$ with $\delta_{ij}$ being the Kronecker delta. In the following, the discretization of the balance equation is going to be derived. From the \textsc{Reynolds} transport theorem follows the general balance equation: @@ -294,7 +290,7 @@ Inserting definition \eqref{eq:weightingFunctions} into equation \eqref{eq:weigh \int_{B_j} \frac{\partial \tilde u}{\partial t} \, \mathrm{d}x + \int_{\partial B_j} F(\tilde u) \cdot \mathbf n \, \mathrm{d}\Gamma_{B_j} - \int_{B_j} q \, \mathrm{d}x \overset {!}{=} \: 0, \label{eq:BoxMassBlance} \end{equation} -which has to hold for every box $B_j$. +which has to hold for every control volume $B_j$. The first term in equation \eqref{eq:BoxMassBlance} can be written as \begin{equation} @@ -308,7 +304,7 @@ are replaced by some mass lumped terms $M^{lump}_{i,j}$ which are defined as 0 &j \neq i,\\ \end{cases} \end{equation} -where $|B_j|$ is the volume of the FV box $B_j$ associated with node $j$. +where $|B_j|$ is the volume of the FV control volume $B_j$ associated with node $j$. The application of this assumption yields \begin{equation} diff --git a/doc/handbook/png/box.png b/doc/handbook/png/box.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5da63065acbef8058d79243e68dfecaada96c0 Binary files /dev/null and b/doc/handbook/png/box.png differ diff --git a/doc/handbook/png/cctpfa.png b/doc/handbook/png/cctpfa.png index ef61ef9cba8a11c77cda9f2fa847b91c5a26f12e..5efd154f776e86a6ee02abd8bcee3603078ef9dc 100644 Binary files a/doc/handbook/png/cctpfa.png and b/doc/handbook/png/cctpfa.png differ diff --git a/doc/handbook/png/mpfa_iv.png b/doc/handbook/png/mpfa_iv.png new file mode 100644 index 0000000000000000000000000000000000000000..2303b8fdd667f63a7a14b50812fa73bc254fd2a3 Binary files /dev/null and b/doc/handbook/png/mpfa_iv.png differ diff --git a/doc/handbook/svg/box.svg b/doc/handbook/svg/box.svg new file mode 100644 index 0000000000000000000000000000000000000000..f58f0f2cd91959fb2a49a0363f657e49ac958874 --- /dev/null +++ b/doc/handbook/svg/box.svg @@ -0,0 +1,5431 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + inkscape:export-ydpi="500" + inkscape:export-xdpi="500" + inkscape:export-filename="../png/box.png" + sodipodi:docname="box.svg" + inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)" + id="svg87529" + version="1.1" + viewBox="0 0 40.551994 25.400103" + height="25.400103mm" + width="40.551994mm" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:ns0="http://www.iki.fi/pav/software/textext/"> + <sodipodi:namedview + id="namedview87531" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + showgrid="false" + inkscape:zoom="6.19321" + inkscape:cx="93.489483" + inkscape:cy="43.838333" + inkscape:window-width="1920" + inkscape:window-height="999" + inkscape:window-x="1920" + inkscape:window-y="737" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /> + <defs + id="defs87526"> + <g + id="g4932"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4935" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path4938" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4941" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path4944" /> + </symbol> + </g> + <g + id="g5641"> + <symbol + id="textext-4c2d31a6-0" + overflow="visible" + style="overflow:visible"> + <path + id="path5644" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-1" + overflow="visible" + style="overflow:visible"> + <path + id="path5647" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-2" + overflow="visible" + style="overflow:visible"> + <path + id="path5650" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-3" + overflow="visible" + style="overflow:visible"> + <path + id="path5653" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g6370"> + <symbol + overflow="visible" + id="textext-3762459b-0" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6373" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-1" + style="overflow:visible"> + <path + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path6376" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-2" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6379" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-3" + style="overflow:visible"> + <path + style="stroke:none" + d="m 7.109375,-4.1875 c 0.0625,-0.265625 0.078125,-0.328125 0.59375,-0.328125 0.15625,0 0.234375,0 0.234375,-0.140625 0,-0.109375 -0.078125,-0.109375 -0.203125,-0.109375 H 6.78125 c -0.203125,0 -0.203125,0.015625 -0.296875,0.140625 l -2.6875,3.984375 -0.6875,-3.9375 c -0.03125,-0.171875 -0.03125,-0.1875 -0.25,-0.1875 H 1.875 c -0.140625,0 -0.234375,0 -0.234375,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.875,3.5 c -0.0625,0.234375 -0.171875,0.484375 -0.734375,0.5 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.5,-0.03125 0.71875,-0.03125 C 1.515625,-0.03125 1.921875,0 2.078125,0 2.125,0 2.21875,0 2.21875,-0.15625 2.21875,-0.25 2.125,-0.25 2.0625,-0.25 1.625,-0.265625 1.625,-0.453125 1.625,-0.546875 c 0,-0.03125 0,-0.0625 0.03125,-0.171875 l 0.921875,-3.703125 0.75,4.234375 C 3.359375,-0.0625 3.359375,0 3.46875,0 3.5625,0 3.625,-0.078125 3.671875,-0.15625 L 6.59375,-4.5 6.609375,-4.484375 5.625,-0.546875 C 5.5625,-0.3125 5.546875,-0.25 5.015625,-0.25 c -0.125,0 -0.21875,0 -0.21875,0.15625 0,0 0,0.09375 0.109375,0.09375 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 C 5.984375,-0.03125 6.46875,0 6.671875,0 6.703125,0 6.8125,0 6.8125,-0.15625 6.8125,-0.25 6.734375,-0.25 6.59375,-0.25 c -0.015625,0 -0.140625,0 -0.265625,-0.015625 -0.15625,-0.015625 -0.15625,-0.03125 -0.15625,-0.109375 0,-0.03125 0.015625,-0.109375 0.015625,-0.140625 z m 0,0" + id="path6382" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g8578"> + <symbol + id="textext-c00f1f1c-0" + overflow="visible" + style="overflow:visible"> + <path + id="path8581" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-c00f1f1c-1" + overflow="visible" + style="overflow:visible"> + <path + id="path8584" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g11671"> + <symbol + id="textext-24ed3c40-0" + overflow="visible" + style="overflow:visible"> + <path + id="path11674" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-1" + overflow="visible" + style="overflow:visible"> + <path + id="path11677" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-2" + overflow="visible" + style="overflow:visible"> + <path + id="path11680" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-3" + overflow="visible" + style="overflow:visible"> + <path + id="path11683" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-4" + overflow="visible" + style="overflow:visible"> + <path + id="path11686" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-5" + overflow="visible" + style="overflow:visible"> + <path + id="path11689" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g13461"> + <symbol + id="symbol13463" + overflow="visible" + style="overflow:visible"> + <path + id="path13465" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13467" + overflow="visible" + style="overflow:visible"> + <path + id="path13469" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13471" + overflow="visible" + style="overflow:visible"> + <path + id="path13473" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13475" + overflow="visible" + style="overflow:visible"> + <path + id="path13477" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13479" + overflow="visible" + style="overflow:visible"> + <path + id="path13481" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13483" + overflow="visible" + style="overflow:visible"> + <path + id="path13485" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g15176"> + <symbol + overflow="visible" + id="textext-ea05e2ce-0" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15179" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-1" + style="overflow:visible"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path15182" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-2" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15185" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-3" + style="overflow:visible"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path15188" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-4" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15191" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-5" + style="overflow:visible"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="path15194" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g18370"> + <symbol + id="textext-33addb0b-0" + overflow="visible" + style="overflow:visible"> + <path + id="path18373" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-1" + overflow="visible" + style="overflow:visible"> + <path + id="path18376" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-2" + overflow="visible" + style="overflow:visible"> + <path + id="path18379" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-3" + overflow="visible" + style="overflow:visible"> + <path + id="path18382" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g19391"> + <symbol + overflow="visible" + id="textext-a424de31-0"> + <path + style="stroke:none" + d="" + id="path19394" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-1"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="path19397" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-2"> + <path + style="stroke:none" + d="" + id="path19400" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-3"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path19403" /> + </symbol> + </g> + <g + id="g20324"> + <symbol + id="textext-86e6737c-0" + overflow="visible"> + <path + id="path20327" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-1" + overflow="visible"> + <path + id="path20330" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-2" + overflow="visible"> + <path + id="path20333" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-3" + overflow="visible"> + <path + id="path20336" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g21370"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21373" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path21376" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21379" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path21382" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21385" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-5"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + id="path21388" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21391" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-7"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.640625,-1.65625 c 0.46875,0 0.765625,0.296875 0.765625,0.78125 0,0.515625 -0.3125,0.78125 -0.75,0.78125 -0.0625,0 -0.65625,0 -0.90625,-0.265625 0.203125,-0.03125 0.265625,-0.171875 0.265625,-0.296875 0,-0.1875 -0.140625,-0.3125 -0.3125,-0.3125 -0.15625,0 -0.296875,0.109375 -0.296875,0.328125 0,0.515625 0.578125,0.75 1.265625,0.75 0.8125,0 1.3125,-0.5 1.3125,-0.984375 0,-0.40625 -0.359375,-0.75 -0.921875,-0.875 0.59375,-0.203125 0.75,-0.578125 0.75,-0.859375 0,-0.40625 -0.5,-0.703125 -1.125,-0.703125 -0.625,0 -1.109375,0.25 -1.109375,0.703125 0,0.234375 0.1875,0.296875 0.28125,0.296875 0.140625,0 0.28125,-0.109375 0.28125,-0.296875 0,-0.109375 -0.0625,-0.25 -0.234375,-0.28125 C 1.109375,-3.109375 1.5625,-3.125 1.671875,-3.125 c 0.359375,0 0.609375,0.171875 0.609375,0.515625 0,0.296875 -0.1875,0.75 -0.703125,0.78125 -0.140625,0 -0.15625,0 -0.296875,0.015625 -0.046875,0 -0.109375,0 -0.109375,0.078125 0,0.078125 0.046875,0.078125 0.140625,0.078125 z m 0,0" + id="path21394" /> + </symbol> + </g> + <g + id="g22481"> + <symbol + id="textext-c80c61a3-0" + overflow="visible"> + <path + id="path22484" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-1" + overflow="visible"> + <path + id="path22487" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-2" + overflow="visible"> + <path + id="path22490" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-3" + overflow="visible"> + <path + id="path22493" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-4" + overflow="visible"> + <path + id="path22496" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-5" + overflow="visible"> + <path + id="path22499" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-6" + overflow="visible"> + <path + id="path22502" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-7" + overflow="visible"> + <path + id="path22505" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g24721"> + <symbol + id="textext-9bb8b9da-0" + overflow="visible"> + <path + id="path24724" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-1" + overflow="visible"> + <path + id="path24727" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-2" + overflow="visible"> + <path + id="path24730" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-3" + overflow="visible"> + <path + id="path24733" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-4" + overflow="visible"> + <path + id="path24736" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-5" + overflow="visible"> + <path + id="path24739" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-6" + overflow="visible"> + <path + id="path24742" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-7" + overflow="visible"> + <path + id="path24745" + d="M 2.9375,-0.96875 H 2.71875 c 0,0.09375 -0.0625,0.40625 -0.140625,0.453125 -0.03125,0.03125 -0.453125,0.03125 -0.53125,0.03125 H 1.078125 C 1.40625,-0.71875 1.765625,-1 2.0625,-1.203125 c 0.453125,-0.3125 0.875,-0.59375 0.875,-1.125 0,-0.640625 -0.609375,-0.984375 -1.3125,-0.984375 -0.671875,0 -1.171875,0.375 -1.171875,0.875 0,0.25 0.21875,0.296875 0.296875,0.296875 0.125,0 0.28125,-0.09375 0.28125,-0.296875 0,-0.171875 -0.125,-0.28125 -0.28125,-0.28125 0.140625,-0.234375 0.4375,-0.375 0.765625,-0.375 0.484375,0 0.890625,0.28125 0.890625,0.765625 0,0.421875 -0.296875,0.75 -0.671875,1.0625 l -1.21875,1.03125 C 0.46875,-0.1875 0.453125,-0.1875 0.453125,-0.15625 V 0 h 2.3125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="520.922" + x2="245.28424" + y1="519.79968" + x1="255.17828" + id="linearGradient5857" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + id="linearGradient5851" + inkscape:collect="always"> + <stop + id="stop5853" + offset="0" + style="stop-color:#006600;stop-opacity:1;" /> + <stop + id="stop5855" + offset="1" + style="stop-color:#006600;stop-opacity:0;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="501.49594" + x2="287.59021" + y1="509.26846" + x1="278.66565" + id="linearGradient5895" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="521.49799" + x2="322.27444" + y1="529.2735" + x1="313.73505" + id="linearGradient5978" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="519.9848" + x2="246.49393" + y1="519.79968" + x1="255.17828" + id="linearGradient5857-6" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-29.619358,-104.51541)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="585.60724" + x2="263.92542" + y1="575.33026" + x1="270.29593" + id="linearGradient6338" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="566.99493" + x2="323.09808" + y1="558.29376" + x1="312.16949" + id="linearGradient6457" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientTransform="matrix(0.28222223,0,0,0.28222223,-28.0984,-113.71923)" + gradientUnits="userSpaceOnUse" + y2="490.98294" + x2="256.31219" + y1="498.23041" + x1="260.56091" + id="linearGradient5244" + xlink:href="#linearGradient5238" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5238" + inkscape:collect="always"> + <stop + id="stop5240" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop5242" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(0.28222223,0,0,0.28222223,-28.0984,-113.71923)" + gradientUnits="userSpaceOnUse" + y2="492.49277" + x2="267.51883" + y1="498.70392" + x1="260.29568" + id="linearGradient5164" + xlink:href="#linearGradient5238" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="508.93021" + x2="307.27963" + y1="516.16058" + x1="299.24631" + id="linearGradient5172" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="586.11371" + x2="288.01828" + y1="574.40222" + x1="294.49619" + id="linearGradient5204" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="585.11365" + x2="242.88976" + y1="575.93823" + x1="246.63487" + id="linearGradient5212" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="575.44562" + x2="238.20656" + y1="575.68256" + x1="246.71516" + id="linearGradient5220" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientTransform="matrix(0.28222223,0,0,0.28222223,-28.0984,-113.71923)" + gradientUnits="userSpaceOnUse" + y2="500.57123" + x2="250.07574" + y1="498.57767" + x1="260.29785" + id="linearGradient5236" + xlink:href="#linearGradient5238" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="534.25848" + x2="337.98065" + y1="543.18219" + x1="328.27145" + id="linearGradient5180" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="581.95972" + x2="304.6731" + y1="574.9389" + x1="294.65863" + id="linearGradient5196" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="552.27863" + x2="338.70917" + y1="543.84515" + x1="328.52731" + id="linearGradient5188" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.793892,-115.0252)" /> + <linearGradient + gradientTransform="matrix(0.28222223,0,0,0.28222223,-27.781201,-115.47263)" + gradientUnits="userSpaceOnUse" + y2="542.21362" + x2="239.67636" + y1="541.47437" + x1="250.10336" + id="linearGradient5366-7" + xlink:href="#linearGradient5238" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="495.11441" + x2="295.0936" + y1="490.86441" + x1="307.30145" + id="linearGradient5031" + xlink:href="#linearGradient5851" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,-0.28222223,-20.435183,172.13138)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="495.11441" + x2="295.0936" + y1="490.86441" + x1="307.30145" + id="linearGradient5031-5" + xlink:href="#linearGradient5238" + inkscape:collect="always" + gradientTransform="matrix(0.28222223,0,0,-0.28222223,-24.549433,168.26366)" /> + <g + id="g4932-8"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-0-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4935-2" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-1-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path4938-6" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-2-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4941-1" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-3-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path4944-4" /> + </symbol> + </g> + <g + id="g5641-2"> + <symbol + id="textext-4c2d31a6-0-7" + overflow="visible" + style="overflow:visible"> + <path + id="path5644-4" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-1-0" + overflow="visible" + style="overflow:visible"> + <path + id="path5647-3" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-2-2" + overflow="visible" + style="overflow:visible"> + <path + id="path5650-8" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-3-0" + overflow="visible" + style="overflow:visible"> + <path + id="path5653-3" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g6370-7"> + <symbol + overflow="visible" + id="textext-3762459b-0-0" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6373-0" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-1-3" + style="overflow:visible"> + <path + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path6376-4" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-2-9" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6379-2" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-3-7" + style="overflow:visible"> + <path + style="stroke:none" + d="m 7.109375,-4.1875 c 0.0625,-0.265625 0.078125,-0.328125 0.59375,-0.328125 0.15625,0 0.234375,0 0.234375,-0.140625 0,-0.109375 -0.078125,-0.109375 -0.203125,-0.109375 H 6.78125 c -0.203125,0 -0.203125,0.015625 -0.296875,0.140625 l -2.6875,3.984375 -0.6875,-3.9375 c -0.03125,-0.171875 -0.03125,-0.1875 -0.25,-0.1875 H 1.875 c -0.140625,0 -0.234375,0 -0.234375,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.875,3.5 c -0.0625,0.234375 -0.171875,0.484375 -0.734375,0.5 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.5,-0.03125 0.71875,-0.03125 C 1.515625,-0.03125 1.921875,0 2.078125,0 2.125,0 2.21875,0 2.21875,-0.15625 2.21875,-0.25 2.125,-0.25 2.0625,-0.25 1.625,-0.265625 1.625,-0.453125 1.625,-0.546875 c 0,-0.03125 0,-0.0625 0.03125,-0.171875 l 0.921875,-3.703125 0.75,4.234375 C 3.359375,-0.0625 3.359375,0 3.46875,0 3.5625,0 3.625,-0.078125 3.671875,-0.15625 L 6.59375,-4.5 6.609375,-4.484375 5.625,-0.546875 C 5.5625,-0.3125 5.546875,-0.25 5.015625,-0.25 c -0.125,0 -0.21875,0 -0.21875,0.15625 0,0 0,0.09375 0.109375,0.09375 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 C 5.984375,-0.03125 6.46875,0 6.671875,0 6.703125,0 6.8125,0 6.8125,-0.15625 6.8125,-0.25 6.734375,-0.25 6.59375,-0.25 c -0.015625,0 -0.140625,0 -0.265625,-0.015625 -0.15625,-0.015625 -0.15625,-0.03125 -0.15625,-0.109375 0,-0.03125 0.015625,-0.109375 0.015625,-0.140625 z m 0,0" + id="path6382-4" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g8578-2"> + <symbol + id="textext-c00f1f1c-0-5" + overflow="visible" + style="overflow:visible"> + <path + id="path8581-2" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-c00f1f1c-1-4" + overflow="visible" + style="overflow:visible"> + <path + id="path8584-4" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g11671-3"> + <symbol + id="textext-24ed3c40-0-8" + overflow="visible" + style="overflow:visible"> + <path + id="path11674-6" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-1-0" + overflow="visible" + style="overflow:visible"> + <path + id="path11677-8" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-2-9" + overflow="visible" + style="overflow:visible"> + <path + id="path11680-2" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-3-2" + overflow="visible" + style="overflow:visible"> + <path + id="path11683-3" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-4-1" + overflow="visible" + style="overflow:visible"> + <path + id="path11686-8" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-5-3" + overflow="visible" + style="overflow:visible"> + <path + id="path11689-4" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g13461-2"> + <symbol + id="symbol13463-2" + overflow="visible" + style="overflow:visible"> + <path + id="path13465-4" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13467-5" + overflow="visible" + style="overflow:visible"> + <path + id="path13469-1" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13471-7" + overflow="visible" + style="overflow:visible"> + <path + id="path13473-5" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13475-7" + overflow="visible" + style="overflow:visible"> + <path + id="path13477-1" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13479-6" + overflow="visible" + style="overflow:visible"> + <path + id="path13481-9" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13483-8" + overflow="visible" + style="overflow:visible"> + <path + id="path13485-1" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g15176-3"> + <symbol + overflow="visible" + id="textext-ea05e2ce-0-3" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15179-3" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-1-7" + style="overflow:visible"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path15182-9" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-2-8" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15185-6" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-3-7" + style="overflow:visible"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path15188-0" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-4-4" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15191-8" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-5-4" + style="overflow:visible"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="path15194-8" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g18370-1"> + <symbol + id="textext-33addb0b-0-6" + overflow="visible" + style="overflow:visible"> + <path + id="path18373-8" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-1-5" + overflow="visible" + style="overflow:visible"> + <path + id="path18376-2" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-2-1" + overflow="visible" + style="overflow:visible"> + <path + id="path18379-9" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-3-9" + overflow="visible" + style="overflow:visible"> + <path + id="path18382-6" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g19391-0"> + <symbol + overflow="visible" + id="textext-a424de31-0-6"> + <path + style="stroke:none" + d="" + id="path19394-4" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-1-9"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="path19397-9" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-2-0"> + <path + style="stroke:none" + d="" + id="path19400-8" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-3-9"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path19403-3" /> + </symbol> + </g> + <g + id="g20324-1"> + <symbol + id="textext-86e6737c-0-4" + overflow="visible"> + <path + id="path20327-8" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-1-9" + overflow="visible"> + <path + id="path20330-6" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-2-7" + overflow="visible"> + <path + id="path20333-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-3-3" + overflow="visible"> + <path + id="path20336-7" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g21370-1"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-0-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21373-2" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-1-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path21376-5" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-2-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21379-9" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-3-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path21382-4" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-4-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21385-1" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-5-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + id="path21388-7" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-6-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21391-1" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-7-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.640625,-1.65625 c 0.46875,0 0.765625,0.296875 0.765625,0.78125 0,0.515625 -0.3125,0.78125 -0.75,0.78125 -0.0625,0 -0.65625,0 -0.90625,-0.265625 0.203125,-0.03125 0.265625,-0.171875 0.265625,-0.296875 0,-0.1875 -0.140625,-0.3125 -0.3125,-0.3125 -0.15625,0 -0.296875,0.109375 -0.296875,0.328125 0,0.515625 0.578125,0.75 1.265625,0.75 0.8125,0 1.3125,-0.5 1.3125,-0.984375 0,-0.40625 -0.359375,-0.75 -0.921875,-0.875 0.59375,-0.203125 0.75,-0.578125 0.75,-0.859375 0,-0.40625 -0.5,-0.703125 -1.125,-0.703125 -0.625,0 -1.109375,0.25 -1.109375,0.703125 0,0.234375 0.1875,0.296875 0.28125,0.296875 0.140625,0 0.28125,-0.109375 0.28125,-0.296875 0,-0.109375 -0.0625,-0.25 -0.234375,-0.28125 C 1.109375,-3.109375 1.5625,-3.125 1.671875,-3.125 c 0.359375,0 0.609375,0.171875 0.609375,0.515625 0,0.296875 -0.1875,0.75 -0.703125,0.78125 -0.140625,0 -0.15625,0 -0.296875,0.015625 -0.046875,0 -0.109375,0 -0.109375,0.078125 0,0.078125 0.046875,0.078125 0.140625,0.078125 z m 0,0" + id="path21394-3" /> + </symbol> + </g> + <g + id="g22481-0"> + <symbol + id="textext-c80c61a3-0-3" + overflow="visible"> + <path + id="path22484-2" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-1-1" + overflow="visible"> + <path + id="path22487-7" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-2-5" + overflow="visible"> + <path + id="path22490-6" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-3-5" + overflow="visible"> + <path + id="path22493-4" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-4-2" + overflow="visible"> + <path + id="path22496-2" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-5-1" + overflow="visible"> + <path + id="path22499-7" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-6-2" + overflow="visible"> + <path + id="path22502-4" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-7-1" + overflow="visible"> + <path + id="path22505-6" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g24721-5"> + <symbol + id="textext-9bb8b9da-0-7" + overflow="visible"> + <path + id="path24724-8" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-1-5" + overflow="visible"> + <path + id="path24727-9" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-2-2" + overflow="visible"> + <path + id="path24730-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-3-3" + overflow="visible"> + <path + id="path24733-6" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-4-4" + overflow="visible"> + <path + id="path24736-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-5-9" + overflow="visible"> + <path + id="path24739-7" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-6-2" + overflow="visible"> + <path + id="path24742-2" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-7-1" + overflow="visible"> + <path + id="path24745-6" + d="M 2.9375,-0.96875 H 2.71875 c 0,0.09375 -0.0625,0.40625 -0.140625,0.453125 -0.03125,0.03125 -0.453125,0.03125 -0.53125,0.03125 H 1.078125 C 1.40625,-0.71875 1.765625,-1 2.0625,-1.203125 c 0.453125,-0.3125 0.875,-0.59375 0.875,-1.125 0,-0.640625 -0.609375,-0.984375 -1.3125,-0.984375 -0.671875,0 -1.171875,0.375 -1.171875,0.875 0,0.25 0.21875,0.296875 0.296875,0.296875 0.125,0 0.28125,-0.09375 0.28125,-0.296875 0,-0.171875 -0.125,-0.28125 -0.28125,-0.28125 0.140625,-0.234375 0.4375,-0.375 0.765625,-0.375 0.484375,0 0.890625,0.28125 0.890625,0.765625 0,0.421875 -0.296875,0.75 -0.671875,1.0625 l -1.21875,1.03125 C 0.46875,-0.1875 0.453125,-0.1875 0.453125,-0.15625 V 0 h 2.3125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-4"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-6"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-6" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-0"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-2" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-5"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-8" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-9"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-5" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-0"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-5"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-8" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-5"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-5" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-0"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-7" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-3"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-8" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-1"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-9"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-0" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-8"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-9" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-8"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-80" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-37"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-0" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-2"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-7"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-1" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-58"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-8" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-4"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-5" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-6"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-56" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-45"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-0"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-5" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-7"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-3" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-2"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-72" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-1"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-3" /> + </symbol> + </g> + <marker + style="overflow:visible" + id="Arrow3" + refX="0" + refY="0" + orient="auto-start-reverse" + inkscape:stockid="Arrow3" + markerWidth="4.2071066" + markerHeight="6.9999995" + viewBox="0 0 4.2071068 7" + inkscape:isstock="true" + inkscape:collect="always" + preserveAspectRatio="xMidYMid"> + <path + style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:round" + d="M 3,-3 0,0 3,3" + id="arrow3" + transform="rotate(180,0.125,0)" + sodipodi:nodetypes="ccc" /> + </marker> + <g + id="id-82d5f8cb-1501-4c5f-8de6-2058f5433981"> + <symbol + overflow="visible" + id="id-a647b50e-5646-444d-8cb7-0b811b7bf1eb"> + <path + style="stroke:none" + d="" + id="id-732ff8c8-b8a5-4a07-864f-64e1fc46aad8" /> + </symbol> + <symbol + overflow="visible" + id="id-a3cbbab4-3b73-432b-8ad6-602e9fc5a0f5"> + <path + style="stroke:none" + d="M 1.09375,-3.421875 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.78125,0.4375 V 0 c 0.359375,-0.015625 0.859375,-0.03125 1.140625,-0.03125 0.25,0 0.765625,0.015625 1.109375,0.03125 v -0.3125 c -0.671875,0 -0.78125,0 -0.78125,-0.4375 V -2.59375 C 1.78125,-3.625 2.5,-4.1875 3.125,-4.1875 c 0.640625,0 0.75,0.53125 0.75,1.109375 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.78125,0.4375 V 0 c 0.34375,-0.015625 0.859375,-0.03125 1.125,-0.03125 0.25,0 0.78125,0.015625 1.109375,0.03125 v -0.3125 c -0.515625,0 -0.765625,0 -0.765625,-0.296875 v -1.90625 c 0,-0.859375 0,-1.15625 -0.3125,-1.515625 -0.140625,-0.171875 -0.46875,-0.375 -1.046875,-0.375 C 2.46875,-4.40625 2,-3.984375 1.71875,-3.359375 V -4.40625 L 0.3125,-4.296875 v 0.3125 c 0.703125,0 0.78125,0.0625 0.78125,0.5625 z m 0,0" + id="id-d78b5673-1b77-43fd-802d-a6d3cad8e3a2" /> + </symbol> + <symbol + overflow="visible" + id="id-0be17b4e-4185-4fc2-bb5e-b7f36e0097ad"> + <path + style="stroke:none" + d="" + id="id-308f8a57-0536-4139-b840-3e739ae2c059" /> + </symbol> + <symbol + overflow="visible" + id="id-821fd2fa-bea7-4b12-a902-a692a0aab4c2"> + <path + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-650e3c1c-522b-4e0d-849e-5c20325a2819" /> + </symbol> + <symbol + overflow="visible" + id="id-eb9ac451-f9d0-417f-99c6-ff3cdbd0c3ff"> + <path + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="id-626d06a7-8a13-498c-9090-ff4cd6c9681d" /> + </symbol> + <symbol + overflow="visible" + id="id-04b46951-5078-4b17-a3b4-19b7b2e4192b"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-4477b218-3e2c-42fa-9509-5331ac5630d1" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-9"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-9"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-5" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-2"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-1" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-3"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-0" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-9"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-9" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-8"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-95"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-53" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-8"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-6" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-0"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-3" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-3"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-6" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-0"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-0"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-4" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-5"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-4" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-2"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-4" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-99"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-94" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-1"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-5"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-6" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-1"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-7" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-22"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-9" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-2"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-8" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-2"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-3"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-7" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-25"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-3" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-7"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-6" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-8"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-1" /> + </symbol> + </g> + <g + id="g97899-0"> + <symbol + id="symbol97893-2" + overflow="visible" + style="overflow:visible"> + <path + id="path97891-4" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol97897-9" + overflow="visible" + style="overflow:visible"> + <path + id="path97895-0" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g98030-3"> + <symbol + id="symbol98016-9" + overflow="visible" + style="overflow:visible"> + <path + id="path98014-0" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol98020-8" + overflow="visible" + style="overflow:visible"> + <path + id="path98018-3" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol98024-8" + overflow="visible" + style="overflow:visible"> + <path + id="path98022-7" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol98028-3" + overflow="visible" + style="overflow:visible"> + <path + id="path98026-1" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g98055-0"> + <symbol + overflow="visible" + id="symbol98041-1"> + <path + style="stroke:none" + d="" + id="path98039-7" /> + </symbol> + <symbol + overflow="visible" + id="symbol98045-9"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="path98043-1" /> + </symbol> + <symbol + overflow="visible" + id="symbol98049-0"> + <path + style="stroke:none" + d="" + id="path98047-3" /> + </symbol> + <symbol + overflow="visible" + id="symbol98053-5"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path98051-9" /> + </symbol> + </g> + <g + id="g98080-0"> + <symbol + id="symbol98066-3" + overflow="visible"> + <path + id="path98064-0" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="symbol98070-3" + overflow="visible"> + <path + id="path98068-3" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="symbol98074-7" + overflow="visible"> + <path + id="path98072-9" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="symbol98078-4" + overflow="visible"> + <path + id="path98076-9" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-9"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-56"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-11" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-4"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-37" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-27"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-3" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-39"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-2" /> + </symbol> + </g> + <g + id="id-a4b24f8f-cd85-421a-8b34-988f78c52899-9"> + <symbol + overflow="visible" + id="id-389214b8-fe2c-4b13-aa54-94341fb5773d-5"> + <path + style="stroke:none" + d="" + id="id-933a14d1-60f6-4b60-8a4e-b97543282cfd-4" /> + </symbol> + <symbol + overflow="visible" + id="id-d6f63924-4de9-42da-b3c1-800cc3e723d6-3"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-99c7ea08-0453-4bb5-958a-ff0d46d0a97c-9" /> + </symbol> + <symbol + overflow="visible" + id="id-a389e895-bc38-4763-978d-0dbcc49e3138-4"> + <path + style="stroke:none" + d="" + id="id-76bacb0e-0cf9-4cb6-811f-7f3bd30f0eb8-9" /> + </symbol> + <symbol + overflow="visible" + id="id-dbdde9be-a921-4668-996e-aa7ca2af446b-5"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-ebd710e2-aa60-472d-9431-af35ddac2ce7-5" /> + </symbol> + </g> + <g + id="id-d7f960e8-2f71-46ed-abd4-3c796ee9ef60-0"> + <symbol + overflow="visible" + id="id-f03884ab-863b-4d44-a34c-0e1f5bda6971-5"> + <path + style="stroke:none" + d="" + id="id-2e6605fa-b88e-4ab4-a7ef-06af3124acb3-0" /> + </symbol> + <symbol + overflow="visible" + id="id-2d540200-f17d-43f1-955f-4b95ddfe7136-4"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-f79cffeb-94d3-4f05-8ca6-890316b7f8ab-1" /> + </symbol> + <symbol + overflow="visible" + id="id-eb1786b8-f22e-4cd3-a73d-369530b3a5ab-7"> + <path + style="stroke:none" + d="" + id="id-29748943-a363-43e2-a457-d9e75468a92d-9" /> + </symbol> + <symbol + overflow="visible" + id="id-d6a81696-42a9-4e7f-9def-e4a9ff60b44a-3"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-5678161d-7785-40d7-bd44-854327360634-6" /> + </symbol> + </g> + <g + id="id-cbe51bd3-75ba-4657-8131-5409c0234c7a-7"> + <symbol + overflow="visible" + id="id-9fc09f94-928f-40b2-9e3a-de77a020b207-0"> + <path + style="stroke:none" + d="" + id="id-a722f50b-d7ee-46cf-af75-168d704b8c9c-5" /> + </symbol> + <symbol + overflow="visible" + id="id-becf3203-07b2-491f-b753-55028e0e428a-2"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-d3c897ea-41b8-44e9-afbb-88df3f1e0eb3-7" /> + </symbol> + <symbol + overflow="visible" + id="id-dd398e61-cedc-4426-8f0c-53432c7a541c-9"> + <path + style="stroke:none" + d="" + id="id-89d9da41-baaa-4c84-89d5-f8d0dab448b9-1" /> + </symbol> + <symbol + overflow="visible" + id="id-664ff8da-319f-43eb-9701-78c2cda4d94b-9"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-592ae063-f3cc-418e-89fe-f7a8a3096c59-6" /> + </symbol> + </g> + <g + id="id-accfa80c-310b-4f5e-b7ef-8880d553740a-4"> + <symbol + overflow="visible" + id="id-3df923a8-9c76-40d3-a51a-fe551738e8ab-1"> + <path + style="stroke:none" + d="" + id="id-2c3a2c97-2955-4857-8b28-ef22a3a028f1-0" /> + </symbol> + <symbol + overflow="visible" + id="id-473ccc86-74b1-468d-af1b-f6b1e9de494f-0"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-46618fe5-8703-4f28-9081-764659d87685-6" /> + </symbol> + <symbol + overflow="visible" + id="id-8c7c7663-3a41-4d3d-8e47-6866fc052719-4"> + <path + style="stroke:none" + d="" + id="id-8feb8fab-483f-4a93-8703-f7a22ab2668e-4" /> + </symbol> + <symbol + overflow="visible" + id="id-7ef58151-6933-4583-a199-1716ccd22554-3"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-c57b8084-c2b9-451d-88fa-2ae90b8e0e27-7" /> + </symbol> + </g> + <g + id="id-6493f1c5-784f-47ed-8cc3-6b70ed3fa70c-8"> + <symbol + overflow="visible" + id="id-307449d8-ee95-424f-a8e6-753d918dca84-9"> + <path + style="stroke:none" + d="" + id="id-d40fc6f7-3c92-4376-8b00-6f31bd8efa0e-5" /> + </symbol> + <symbol + overflow="visible" + id="id-923e6f21-03b9-410e-a940-468b4e957187-5"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-910d1b32-e7a0-42ad-8ffc-0626e953861e-2" /> + </symbol> + <symbol + overflow="visible" + id="id-2db5d085-c4e9-4002-9929-c64cf67be154-1"> + <path + style="stroke:none" + d="" + id="id-fd2d08bf-4714-4e4f-acf4-82f059fae14e-5" /> + </symbol> + <symbol + overflow="visible" + id="id-ea81113f-fb8f-4e02-927b-74c64603e30b-9"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-c8606388-b047-4473-be81-41cae148a5e7-9" /> + </symbol> + </g> + <g + id="id-97f97fc8-69da-40dd-8e5e-c7cc99b23c3f-1"> + <symbol + overflow="visible" + id="id-45b726ef-e19c-443b-b035-d51592c5c9ab-2"> + <path + style="stroke:none" + d="" + id="id-7b082f1e-6ab4-4917-a668-90d619e7b026-9" /> + </symbol> + <symbol + overflow="visible" + id="id-18d74f7d-b208-4865-aff2-fc66a091f019-7"> + <path + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="id-4489e571-d622-4c4f-8d5c-c2278a8a14d6-3" /> + </symbol> + <symbol + overflow="visible" + id="id-898aadaf-e6bf-4d3d-b433-6e92bfdcf635-8"> + <path + style="stroke:none" + d="" + id="id-befca68b-a7cc-4eec-9505-c85cf6f240ab-0" /> + </symbol> + <symbol + overflow="visible" + id="id-e91938fe-229b-4ec2-aaed-c707af74c197-9"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-e1eeead1-641a-4595-9a33-fcc17f4e5e5b-2" /> + </symbol> + <symbol + overflow="visible" + id="id-4063630d-c5a4-46b0-ba88-28912bfb9d60-3"> + <path + style="stroke:none" + d="" + id="id-ee54087b-6b7f-4296-aefa-a4ca6e7ebfd3-1" /> + </symbol> + <symbol + overflow="visible" + id="id-407d3456-1dd2-432e-a093-4c25a54ef2b0-8"> + <path + style="stroke:none" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + id="id-4af74c94-5ba3-45fe-b06c-232bb6ea232c-7" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-5"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-6"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-2" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-52"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-69" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-1"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-33" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-1"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-5" /> + </symbol> + </g> + <g + id="id-bd77c4b2-b59e-44fc-9b75-b8a0431a4aa5-3"> + <symbol + overflow="visible" + id="id-a2a339af-d6d1-4966-b1ac-b5810226716c-7"> + <path + style="stroke:none" + d="" + id="id-8233b0f5-13fc-4984-ab16-b35510137b28-9" /> + </symbol> + <symbol + overflow="visible" + id="id-2f9362b8-de82-40ae-983e-8300aef8eefa-0"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-3902b690-992e-4273-9f4c-63c3bb936043-0" /> + </symbol> + <symbol + overflow="visible" + id="id-f8dc3972-fde2-405b-b1b3-817b0c590b2d-2"> + <path + style="stroke:none" + d="" + id="id-eef79803-2c8c-4479-a013-67c5a7dc93be-2" /> + </symbol> + <symbol + overflow="visible" + id="id-0712d658-7276-40f1-91a4-3a6c5bd6b189-6"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-a02f2fa4-e730-459a-8c45-74679ba6b1c4-9" /> + </symbol> + </g> + <g + id="id-942e1d97-5873-4ad5-89c0-5d043f6e2e71-6"> + <symbol + overflow="visible" + id="id-251e3013-a619-4a7f-80c4-2868a1212ca6-0"> + <path + style="stroke:none" + d="" + id="id-eaa8f144-53d1-4e7a-8f36-9153484de00f-4" /> + </symbol> + <symbol + overflow="visible" + id="id-46d5798c-db61-42df-a9ab-72997d525689-1"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-c4ab8fec-276e-476b-ba18-9109423507f1-3" /> + </symbol> + <symbol + overflow="visible" + id="id-6e83a473-221c-443d-992a-1e12b09e8c63-0"> + <path + style="stroke:none" + d="" + id="id-3a4d0de9-24e0-4875-ab96-4aa3c21e4595-2" /> + </symbol> + <symbol + overflow="visible" + id="id-0984f512-8688-439f-b28a-49cf7c79c50d-9"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-80ff8c28-2548-4f83-b0ff-1c6857221b97-6" /> + </symbol> + </g> + <g + id="id-2b984101-b27e-4012-b96a-0fdb928f3b60-1"> + <symbol + overflow="visible" + id="id-25285b63-b04f-4897-b57b-54655dab2997-9"> + <path + style="stroke:none" + d="" + id="id-7ec7f973-c3df-42ad-b2f6-c4a0176f107e-1" /> + </symbol> + <symbol + overflow="visible" + id="id-fef1a1ac-68f0-4db1-a0ce-0fb2b442119f-0"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-0e2e0b40-6149-4e4e-b7b4-cd596d45788b-9" /> + </symbol> + <symbol + overflow="visible" + id="id-f7b6c25c-bd1c-4671-b4d4-258c25bb0035-4"> + <path + style="stroke:none" + d="" + id="id-202a110e-2fac-4772-aaa8-4c3afbc71f24-5" /> + </symbol> + <symbol + overflow="visible" + id="id-aed6c221-b81c-4c88-91c6-c7e7adb004dd-6"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-b5ad85e4-d5fa-4b79-b3ff-bc27d311d941-2" /> + </symbol> + </g> + <g + id="id-2e692cd3-41d9-4235-9939-39688c42314c-1"> + <symbol + overflow="visible" + id="id-7fe4bda2-a431-40f3-aea5-80f1684de3ba-3"> + <path + style="stroke:none" + d="" + id="id-51ec4180-04c8-4a85-97e5-b01086f3b6db-8" /> + </symbol> + <symbol + overflow="visible" + id="id-23c83268-29a1-494e-bbc4-d462ab30472b-7"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-e8f1bbba-726e-42f0-b740-87ad28a23114-4" /> + </symbol> + <symbol + overflow="visible" + id="id-8a8c4647-fbb5-4286-8b10-5b12eb2285b4-9"> + <path + style="stroke:none" + d="" + id="id-119dc405-45fc-47eb-816b-cfd7c81a4c3f-3" /> + </symbol> + <symbol + overflow="visible" + id="id-2bfc935d-03d2-4da3-aa7b-323dce0569c0-1"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-1f7fa589-d07d-4410-a7d8-7a2fadf8a842-3" /> + </symbol> + </g> + <g + id="id-f7e25b85-c0ac-4a8e-a358-98023c8d1d74-8"> + <symbol + overflow="visible" + id="id-43c6bd91-9543-420f-af9d-d4f2dd626ed3-6"> + <path + style="stroke:none" + d="" + id="id-7d4bb7f2-9b73-416e-ad73-c0de5aa51a7f-8" /> + </symbol> + <symbol + overflow="visible" + id="id-d49e7134-2518-480b-80d9-fa481d5fe00f-2"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-035263a5-ec73-4536-98f8-4310fdf5f6c8-3" /> + </symbol> + <symbol + overflow="visible" + id="id-a771482c-6ed4-479c-9f95-b645b24d3799-8"> + <path + style="stroke:none" + d="" + id="id-dfa1020a-fa60-4a20-a38e-28ae01fbe970-5" /> + </symbol> + <symbol + overflow="visible" + id="id-47fe08b8-0488-4765-a3a1-c215fb31f832-0"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-f032a05f-9eca-4fd6-b4be-27fa6aa0198e-5" /> + </symbol> + </g> + <g + id="g97899-7"> + <symbol + id="symbol97893-28" + overflow="visible" + style="overflow:visible"> + <path + id="path97891-1" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol97897-7" + overflow="visible" + style="overflow:visible"> + <path + id="path97895-7" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g98030-9"> + <symbol + id="symbol98016-8" + overflow="visible" + style="overflow:visible"> + <path + id="path98014-05" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol98020-2" + overflow="visible" + style="overflow:visible"> + <path + id="path98018-0" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol98024-2" + overflow="visible" + style="overflow:visible"> + <path + id="path98022-4" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol98028-37" + overflow="visible" + style="overflow:visible"> + <path + id="path98026-3" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g98055-04"> + <symbol + overflow="visible" + id="symbol98041-7"> + <path + style="stroke:none" + d="" + id="path98039-5" /> + </symbol> + <symbol + overflow="visible" + id="symbol98045-3"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="path98043-14" /> + </symbol> + <symbol + overflow="visible" + id="symbol98049-2"> + <path + style="stroke:none" + d="" + id="path98047-0" /> + </symbol> + <symbol + overflow="visible" + id="symbol98053-1"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path98051-3" /> + </symbol> + </g> + <g + id="g98080-2"> + <symbol + id="symbol98066-4" + overflow="visible"> + <path + id="path98064-5" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="symbol98070-8" + overflow="visible"> + <path + id="path98068-4" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="symbol98074-0" + overflow="visible"> + <path + id="path98072-8" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="symbol98078-42" + overflow="visible"> + <path + id="path98076-5" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a-8"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361-66"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9-00" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64-9"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925-1" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb-26"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004-9" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7-4"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676-82" /> + </symbol> + </g> + <g + id="id-a4b24f8f-cd85-421a-8b34-988f78c52899-4"> + <symbol + overflow="visible" + id="id-389214b8-fe2c-4b13-aa54-94341fb5773d-54"> + <path + style="stroke:none" + d="" + id="id-933a14d1-60f6-4b60-8a4e-b97543282cfd-2" /> + </symbol> + <symbol + overflow="visible" + id="id-d6f63924-4de9-42da-b3c1-800cc3e723d6-2"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-99c7ea08-0453-4bb5-958a-ff0d46d0a97c-3" /> + </symbol> + <symbol + overflow="visible" + id="id-a389e895-bc38-4763-978d-0dbcc49e3138-9"> + <path + style="stroke:none" + d="" + id="id-76bacb0e-0cf9-4cb6-811f-7f3bd30f0eb8-6" /> + </symbol> + <symbol + overflow="visible" + id="id-dbdde9be-a921-4668-996e-aa7ca2af446b-57"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-ebd710e2-aa60-472d-9431-af35ddac2ce7-4" /> + </symbol> + </g> + <g + id="id-d7f960e8-2f71-46ed-abd4-3c796ee9ef60-8"> + <symbol + overflow="visible" + id="id-f03884ab-863b-4d44-a34c-0e1f5bda6971-4"> + <path + style="stroke:none" + d="" + id="id-2e6605fa-b88e-4ab4-a7ef-06af3124acb3-3" /> + </symbol> + <symbol + overflow="visible" + id="id-2d540200-f17d-43f1-955f-4b95ddfe7136-1"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-f79cffeb-94d3-4f05-8ca6-890316b7f8ab-11" /> + </symbol> + <symbol + overflow="visible" + id="id-eb1786b8-f22e-4cd3-a73d-369530b3a5ab-9"> + <path + style="stroke:none" + d="" + id="id-29748943-a363-43e2-a457-d9e75468a92d-0" /> + </symbol> + <symbol + overflow="visible" + id="id-d6a81696-42a9-4e7f-9def-e4a9ff60b44a-0"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-5678161d-7785-40d7-bd44-854327360634-0" /> + </symbol> + </g> + <g + id="id-cbe51bd3-75ba-4657-8131-5409c0234c7a-6"> + <symbol + overflow="visible" + id="id-9fc09f94-928f-40b2-9e3a-de77a020b207-5"> + <path + style="stroke:none" + d="" + id="id-a722f50b-d7ee-46cf-af75-168d704b8c9c-1" /> + </symbol> + <symbol + overflow="visible" + id="id-becf3203-07b2-491f-b753-55028e0e428a-1"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-d3c897ea-41b8-44e9-afbb-88df3f1e0eb3-4" /> + </symbol> + <symbol + overflow="visible" + id="id-dd398e61-cedc-4426-8f0c-53432c7a541c-8"> + <path + style="stroke:none" + d="" + id="id-89d9da41-baaa-4c84-89d5-f8d0dab448b9-5" /> + </symbol> + <symbol + overflow="visible" + id="id-664ff8da-319f-43eb-9701-78c2cda4d94b-7"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-592ae063-f3cc-418e-89fe-f7a8a3096c59-66" /> + </symbol> + </g> + <g + id="id-accfa80c-310b-4f5e-b7ef-8880d553740a-6"> + <symbol + overflow="visible" + id="id-3df923a8-9c76-40d3-a51a-fe551738e8ab-0"> + <path + style="stroke:none" + d="" + id="id-2c3a2c97-2955-4857-8b28-ef22a3a028f1-9" /> + </symbol> + <symbol + overflow="visible" + id="id-473ccc86-74b1-468d-af1b-f6b1e9de494f-07"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-46618fe5-8703-4f28-9081-764659d87685-66" /> + </symbol> + <symbol + overflow="visible" + id="id-8c7c7663-3a41-4d3d-8e47-6866fc052719-8"> + <path + style="stroke:none" + d="" + id="id-8feb8fab-483f-4a93-8703-f7a22ab2668e-7" /> + </symbol> + <symbol + overflow="visible" + id="id-7ef58151-6933-4583-a199-1716ccd22554-7"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-c57b8084-c2b9-451d-88fa-2ae90b8e0e27-6" /> + </symbol> + </g> + <g + id="id-6493f1c5-784f-47ed-8cc3-6b70ed3fa70c-4"> + <symbol + overflow="visible" + id="id-307449d8-ee95-424f-a8e6-753d918dca84-0"> + <path + style="stroke:none" + d="" + id="id-d40fc6f7-3c92-4376-8b00-6f31bd8efa0e-7" /> + </symbol> + <symbol + overflow="visible" + id="id-923e6f21-03b9-410e-a940-468b4e957187-54"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-910d1b32-e7a0-42ad-8ffc-0626e953861e-0" /> + </symbol> + <symbol + overflow="visible" + id="id-2db5d085-c4e9-4002-9929-c64cf67be154-12"> + <path + style="stroke:none" + d="" + id="id-fd2d08bf-4714-4e4f-acf4-82f059fae14e-8" /> + </symbol> + <symbol + overflow="visible" + id="id-ea81113f-fb8f-4e02-927b-74c64603e30b-0"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-c8606388-b047-4473-be81-41cae148a5e7-1" /> + </symbol> + </g> + <g + id="id-97f97fc8-69da-40dd-8e5e-c7cc99b23c3f-9"> + <symbol + overflow="visible" + id="id-45b726ef-e19c-443b-b035-d51592c5c9ab-8"> + <path + style="stroke:none" + d="" + id="id-7b082f1e-6ab4-4917-a668-90d619e7b026-6" /> + </symbol> + <symbol + overflow="visible" + id="id-18d74f7d-b208-4865-aff2-fc66a091f019-2"> + <path + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="id-4489e571-d622-4c4f-8d5c-c2278a8a14d6-2" /> + </symbol> + <symbol + overflow="visible" + id="id-898aadaf-e6bf-4d3d-b433-6e92bfdcf635-5"> + <path + style="stroke:none" + d="" + id="id-befca68b-a7cc-4eec-9505-c85cf6f240ab-2" /> + </symbol> + <symbol + overflow="visible" + id="id-e91938fe-229b-4ec2-aaed-c707af74c197-3"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-e1eeead1-641a-4595-9a33-fcc17f4e5e5b-27" /> + </symbol> + <symbol + overflow="visible" + id="id-4063630d-c5a4-46b0-ba88-28912bfb9d60-39"> + <path + style="stroke:none" + d="" + id="id-ee54087b-6b7f-4296-aefa-a4ca6e7ebfd3-0" /> + </symbol> + <symbol + overflow="visible" + id="id-407d3456-1dd2-432e-a093-4c25a54ef2b0-1"> + <path + style="stroke:none" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + id="id-4af74c94-5ba3-45fe-b06c-232bb6ea232c-5" /> + </symbol> + </g> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0-6"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932-36"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39-0" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a-4"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1-49" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83-6"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e-64" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d-19"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670-80" /> + </symbol> + </g> + <g + id="id-bd77c4b2-b59e-44fc-9b75-b8a0431a4aa5-2"> + <symbol + overflow="visible" + id="id-a2a339af-d6d1-4966-b1ac-b5810226716c-8"> + <path + style="stroke:none" + d="" + id="id-8233b0f5-13fc-4984-ab16-b35510137b28-8" /> + </symbol> + <symbol + overflow="visible" + id="id-2f9362b8-de82-40ae-983e-8300aef8eefa-4"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-3902b690-992e-4273-9f4c-63c3bb936043-9" /> + </symbol> + <symbol + overflow="visible" + id="id-f8dc3972-fde2-405b-b1b3-817b0c590b2d-8"> + <path + style="stroke:none" + d="" + id="id-eef79803-2c8c-4479-a013-67c5a7dc93be-3" /> + </symbol> + <symbol + overflow="visible" + id="id-0712d658-7276-40f1-91a4-3a6c5bd6b189-4"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-a02f2fa4-e730-459a-8c45-74679ba6b1c4-4" /> + </symbol> + </g> + <g + id="id-942e1d97-5873-4ad5-89c0-5d043f6e2e71-5"> + <symbol + overflow="visible" + id="id-251e3013-a619-4a7f-80c4-2868a1212ca6-5"> + <path + style="stroke:none" + d="" + id="id-eaa8f144-53d1-4e7a-8f36-9153484de00f-0" /> + </symbol> + <symbol + overflow="visible" + id="id-46d5798c-db61-42df-a9ab-72997d525689-5"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-c4ab8fec-276e-476b-ba18-9109423507f1-2" /> + </symbol> + <symbol + overflow="visible" + id="id-6e83a473-221c-443d-992a-1e12b09e8c63-9"> + <path + style="stroke:none" + d="" + id="id-3a4d0de9-24e0-4875-ab96-4aa3c21e4595-7" /> + </symbol> + <symbol + overflow="visible" + id="id-0984f512-8688-439f-b28a-49cf7c79c50d-7"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-80ff8c28-2548-4f83-b0ff-1c6857221b97-68" /> + </symbol> + </g> + <g + id="id-2b984101-b27e-4012-b96a-0fdb928f3b60-3"> + <symbol + overflow="visible" + id="id-25285b63-b04f-4897-b57b-54655dab2997-8"> + <path + style="stroke:none" + d="" + id="id-7ec7f973-c3df-42ad-b2f6-c4a0176f107e-0" /> + </symbol> + <symbol + overflow="visible" + id="id-fef1a1ac-68f0-4db1-a0ce-0fb2b442119f-4"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-0e2e0b40-6149-4e4e-b7b4-cd596d45788b-97" /> + </symbol> + <symbol + overflow="visible" + id="id-f7b6c25c-bd1c-4671-b4d4-258c25bb0035-9"> + <path + style="stroke:none" + d="" + id="id-202a110e-2fac-4772-aaa8-4c3afbc71f24-7" /> + </symbol> + <symbol + overflow="visible" + id="id-aed6c221-b81c-4c88-91c6-c7e7adb004dd-5"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-b5ad85e4-d5fa-4b79-b3ff-bc27d311d941-1" /> + </symbol> + </g> + <g + id="id-2e692cd3-41d9-4235-9939-39688c42314c-2"> + <symbol + overflow="visible" + id="id-7fe4bda2-a431-40f3-aea5-80f1684de3ba-7"> + <path + style="stroke:none" + d="" + id="id-51ec4180-04c8-4a85-97e5-b01086f3b6db-3" /> + </symbol> + <symbol + overflow="visible" + id="id-23c83268-29a1-494e-bbc4-d462ab30472b-3"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-e8f1bbba-726e-42f0-b740-87ad28a23114-2" /> + </symbol> + <symbol + overflow="visible" + id="id-8a8c4647-fbb5-4286-8b10-5b12eb2285b4-3"> + <path + style="stroke:none" + d="" + id="id-119dc405-45fc-47eb-816b-cfd7c81a4c3f-8" /> + </symbol> + <symbol + overflow="visible" + id="id-2bfc935d-03d2-4da3-aa7b-323dce0569c0-6"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-1f7fa589-d07d-4410-a7d8-7a2fadf8a842-1" /> + </symbol> + </g> + <g + id="id-f7e25b85-c0ac-4a8e-a358-98023c8d1d74-4"> + <symbol + overflow="visible" + id="id-43c6bd91-9543-420f-af9d-d4f2dd626ed3-9"> + <path + style="stroke:none" + d="" + id="id-7d4bb7f2-9b73-416e-ad73-c0de5aa51a7f-6" /> + </symbol> + <symbol + overflow="visible" + id="id-d49e7134-2518-480b-80d9-fa481d5fe00f-8"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-035263a5-ec73-4536-98f8-4310fdf5f6c8-2" /> + </symbol> + <symbol + overflow="visible" + id="id-a771482c-6ed4-479c-9f95-b645b24d3799-4"> + <path + style="stroke:none" + d="" + id="id-dfa1020a-fa60-4a20-a38e-28ae01fbe970-6" /> + </symbol> + <symbol + overflow="visible" + id="id-47fe08b8-0488-4765-a3a1-c215fb31f832-5"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-f032a05f-9eca-4fd6-b4be-27fa6aa0198e-3" /> + </symbol> + </g> + <g + id="g8578-6"> + <symbol + id="textext-c00f1f1c-0-7" + overflow="visible" + style="overflow:visible"> + <path + id="path8581-5" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-c00f1f1c-1-3" + overflow="visible" + style="overflow:visible"> + <path + id="path8584-5" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="id-dc2e81fc-f96d-4c15-99d2-fe024f1a0687-7"> + <symbol + overflow="visible" + id="id-00fe0ad1-ade5-4645-bb46-f38d0ddc1f0c-5"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-f2efe91d-c4c8-4e3c-b90e-c1213cf5f337-3" /> + </symbol> + <symbol + overflow="visible" + id="id-1324aaba-7a64-4ce5-9730-2e2f08c4604d-5"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-a67175cf-0b9a-4c51-8997-438d2063eae4-6" /> + </symbol> + </g> + </defs> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-39.4487, -24.8949)"> + <path + style="fill:#748888;stroke:#000000;stroke-width:0.113;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.25340599" + d="m 56.696445,30.557817 -5.448071,7.187231 4.054555,9.315194 9.616441,-8.745787 z" + id="path7745" /> + <path + style="display:inline;fill:#748888;fill-opacity:0.253406;stroke:none;stroke-width:0.0529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 45.288295,26.973065 -2.474451,10.412363 8.421032,0.295842 5.39862,-7.191903 z" + id="path1535" /> + <path + style="fill:#748888;stroke:#000000;stroke-width:0.113;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.25" + d="M 42.888079,37.379273 41.808996,47.4112 55.277352,47.052506 51.263448,37.6975 Z" + id="path7743" /> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:#840073;stroke-width:0.141;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 47.704901,43.090103 -0.912106,-5.540105 2.010275,-5.16156 5.348264,1.485982 3.301204,4.059338 -4.286851,4.047024 z" + id="path138536" /> + <path + inkscape:connector-curvature="0" + id="path5834" + d="M 48.787739,32.35376 44.243332,31.709108" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#006600;stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-7" + d="M 44.240121,31.696295 41.372867,32.103" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5857);stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-0-9" + d="m 53.404133,26.455527 -2.613561,2.285422" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5895);stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3-6" + d="m 47.695937,43.08567 0.726852,4.169616" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#006600;stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3-6-0" + d="m 57.473306,37.916784 2.78053,4.586896" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#006600;stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3-6-0-6" + d="m 57.437899,37.94298 3.279433,-3.557697" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#006600;stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3-6-0-6-2" + d="m 60.727574,34.40518 2.535804,-2.203667" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5978);stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-7-7" + d="m 42.414656,42.206085 -2.401804,-0.0033" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5857-6);stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3-6-4" + d="M 48.499147,47.28155 46.71147,50.294992" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6338);stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3-6-9-2-0-9-2-7-2-9-4-6-3-2-0" + d="m 60.32079,42.550009 3.125327,2.50875" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6457);stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5248-2" + d="m 42.811746,37.36183 8.468038,0.31739" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path5049" + d="m 42.876759,37.380037 2.457698,-10.372539 11.328824,3.514572 -5.41898,7.152691" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5059" + d="M 45.365084,27.052822 C 44.724648,25.887482 44.702745,25.919085 44.227672,24.91911" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5244);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m 47.420601,25.276507 c -0.904824,0.760409 -0.901367,0.746202 -2.037698,1.705043" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5164);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m 58.923596,28.649314 -2.313768,1.908392" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5172);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5065" + d="m 55.318026,47.074966 -1.746795,3.140888" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5204);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5067" + d="m 41.820914,47.464796 -0.975258,2.565753" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5212);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5129" + d="m 56.663281,30.52207 8.303172,7.839908" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5131" + d="m 55.27348,47.092782 9.586068,-8.802076" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5133" + d="m 41.834594,47.442842 -2.385235,-0.02842" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5220);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5137" + d="M 45.373993,27.008277 42.424771,27.55086" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5236);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152" + d="m 64.841728,38.299615 2.723049,-2.539181" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5180);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5154" + d="m 55.309116,47.057146 2.920904,2.271861" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5196);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5156" + d="m 64.877364,38.272889 2.901425,2.565324" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5188);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5246" + d="M 41.784197,47.44698 55.309116,47.074966" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5250" + d="M 55.309116,47.128419 51.234654,37.648738" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5252" + d="M 41.803095,47.520414 42.878458,37.349421" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5135-36" + d="m 42.832492,37.368147 -2.95516,0.183958" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5366-7);stroke-width:0.112889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path4213-5-3-5" + d="m 42.862142,37.781385 0.0504,-0.851256" + style="display:inline;opacity:0.495;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.0282222;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.945098" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-0" + d="M 50.801787,28.715323 48.726822,32.37456" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#006600;stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5834-3" + d="m 47.694317,43.092793 -5.31771,-0.8809" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#006600;stroke-width:0.0846667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0846667, 0.169333;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccc" + inkscape:connector-curvature="0" + id="path5023" + d="m 63.208429,32.45262 c 0.687917,0.07643 1.293204,-0.129351 1.905,0.176389 0.57717,0.336121 0.427612,0.694117 1.217083,0.9525" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5031);stroke-width:0.0564444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccc" + inkscape:connector-curvature="0" + id="path5023-6" + d="m 59.094179,28.584908 c 0.687917,0.07643 1.293205,-0.129351 1.905,0.176389 0.57717,0.336121 0.427612,0.694117 1.217084,0.952497" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5031-5);stroke-width:0.0564444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <ellipse + cy="37.669514" + cx="51.249107" + id="path5370-6-2-5" + style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" + rx="0.23117414" + ry="0.23117416" /> + <g + transform="matrix(0.02014188,0,0,0.02014183,60.873322,26.672824)" + id="g5499" + style="display:inline"> + <g + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:14.0117;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.433;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="g5501" + transform="matrix(1.0629921,0,0,-1.0629921,-186.02362,789.27165)" + xml:space="preserve" + stroke-miterlimit="10.433" + font-style="normal" + font-variant="normal" + font-weight="normal" + font-stretch="normal" + font-size-adjust="none" + letter-spacing="normal" + word-spacing="normal"><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 474.93,408.74 v -3.29 l 7.32,0.55 v 1.54 c -3.48,0 -3.88,0.35 -3.88,2.79 v 30.24 l -7.18,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -10.76 c -1.45,1.79 -3.59,3.09 -6.28,3.09 l 0.2,-1.1 c 1.75,0 3.84,-0.74 5.38,-2.99 0.55,-0.84 0.55,-0.95 0.55,-1.84 v 0 -10.21 c 0,-0.9 0,-1 -0.55,-1.84 -1.49,-2.4 -3.74,-3.49 -5.88,-3.49 -2.24,0 -4.03,1.29 -5.23,3.18 -1.29,2.05 -1.44,4.89 -1.44,6.93 0,1.84 0.1,4.83 1.54,7.07 1.05,1.55 2.94,3.19 5.63,3.19 l -0.2,1.1 c -5.87,0 -11.1,-4.88 -11.1,-11.31 0,-6.33 4.87,-11.26 10.55,-11.26 3.19,0 5.43,1.69 6.68,3.29 z" + id="path5503" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 502.48,409.93 v -4.48 l 7.17,0.55 v 1.54 c -3.49,0 -3.88,0.35 -3.88,2.79 v 17.69 l -7.33,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -8.87 c 0,-4.34 -2.39,-7.72 -6.03,-7.72 -4.18,0 -4.38,2.34 -4.38,4.93 v 16.54 l -7.33,-0.55 v -1.54 c 3.89,0 3.89,-0.15 3.89,-4.59 v -7.47 c 0,-3.89 0,-8.42 7.57,-8.42 2.79,0 4.98,1.4 6.43,4.48 z" + id="path5505" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 527.59,409.79 0.02,-0.19 0.03,-0.19 0.03,-0.19 0.04,-0.18 0.05,-0.19 0.06,-0.18 0.06,-0.18 0.07,-0.18 0.07,-0.18 0.08,-0.18 0.09,-0.17 0.1,-0.16 0.1,-0.17 0.1,-0.15 0.12,-0.16 0.12,-0.14 0.12,-0.15 0.13,-0.13 0.14,-0.13 0.15,-0.12 0.15,-0.12 0.15,-0.1 0.17,-0.1 0.17,-0.09 0.17,-0.08 0.18,-0.07 0.19,-0.07 0.19,-0.05 0.2,-0.04 0.21,-0.03 0.21,-0.01 0.21,-0.01 c 1.05,0 4.09,0.7 4.09,4.73 v 2.79 h -1.25 v -2.79 c 0,-2.89 -1.24,-3.18 -1.79,-3.18 -1.64,0 -1.84,2.24 -1.84,2.48 v 9.97 c 0,2.09 0,4.03 -1.8,5.88 -1.94,1.94 -4.43,2.74 -6.82,2.74 -4.09,0 -7.53,-2.34 -7.53,-5.63 0,-1.5 1,-2.34 2.3,-2.34 1.39,0 2.29,0.99 2.29,2.29 0,0.59 -0.25,2.24 -2.54,2.29 1.35,1.74 3.78,2.29 5.38,2.29 2.44,0 5.28,-1.94 5.28,-6.38 v -1.84 -1.04 -4.99 c 0,-4.73 -3.59,-6.42 -5.83,-6.42 -2.44,0 -4.48,1.74 -4.48,4.23 0,2.74 2.09,6.88 10.31,7.18 v 0 1.04 c -2.54,-0.15 -6.03,-0.3 -9.17,-1.79 -3.73,-1.69 -4.98,-4.28 -4.98,-6.48 0,-4.03 4.84,-5.28 7.97,-5.28 3.29,0 5.58,2 6.53,4.34 z" + id="path5507" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 544.82,440.57 -7.17,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -25.9 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 11.05 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 z" + id="path5509" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 571.28,412.62 v 0.03 0.02 0.04 0.03 0.04 l 0.01,0.05 v 0.05 0.05 l 0.01,0.06 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.01,0.08 0.02,0.08 0.02,0.08 0.02,0.08 0.02,0.08 0.03,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.09 c 1.94,-1.39 3.98,-1.54 4.93,-1.54 v 1.15 c -4.33,0 -4.33,4.98 -4.33,6.13 0,1.34 0.04,2.93 0.79,4.18 0.4,0.6 1.55,1.99 3.54,1.99 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.95 -0.8,-4.19 -0.39,-0.6 -1.54,-1.99 -3.53,-1.99 v 0 -1.15 c 4.63,0 8.07,3.44 8.07,7.28 0,1.84 -0.8,3.68 -2.04,4.83 1.79,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.55,-0.2 -0.8,-0.75 -0.8,-1.35 0,-0.84 0.65,-1.44 1.45,-1.44 0.5,0 1.44,0.35 1.44,1.49 0,0.85 -0.6,2.45 -2.54,2.45 -1,0 -3.19,-0.3 -5.28,-2.35 -2.09,1.65 -4.18,1.8 -5.28,1.8 -4.63,0 -8.07,-3.44 -8.07,-7.27 0,-2.2 1.1,-4.09 2.34,-5.14 -0.65,-0.74 -1.55,-2.39 -1.55,-4.13 0,-1.55 0.65,-3.44 2.2,-4.43 -2.99,-0.85 -4.58,-2.99 -4.58,-4.98 0,-3.59 4.93,-6.33 11,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.29 1.9,4.13 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.54 11.06,6.42 0,1.75 -0.69,4.29 -3.24,5.68 -2.63,1.4 -5.52,1.4 -8.56,1.4 -1.25,0 -3.39,0 -3.74,0.05 -1.59,0.2 -2.64,1.74 -2.64,3.33 z" + id="path5511" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 599.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + id="path5513" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 619.82,428.02 -6.98,-0.55 v -1.54 c 3.24,0 3.69,-0.31 3.69,-2.75 v -13.39 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 10.65 v 1.54 c -3.28,0 -3.48,0.25 -3.48,2.19 z" + id="path5515" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 620.02,436.68 -0.01,0.15 -0.01,0.15 -0.02,0.14 -0.02,0.13 -0.03,0.14 -0.04,0.13 -0.04,0.13 -0.05,0.12 -0.06,0.12 -0.06,0.11 -0.06,0.11 -0.07,0.11 -0.08,0.1 -0.08,0.1 -0.08,0.09 -0.09,0.09 -0.09,0.09 -0.1,0.07 -0.1,0.08 -0.11,0.07 -0.1,0.06 -0.11,0.06 -0.12,0.06 -0.11,0.05 -0.12,0.04 -0.12,0.04 -0.13,0.03 -0.12,0.03 -0.13,0.02 -0.13,0.01 -0.12,0.01 h -0.13 c -1.55,0 -2.65,-1.34 -2.65,-2.64 0,-1.34 1.1,-2.64 2.65,-2.64 1.39,0 2.64,1.05 2.64,2.64 z" + id="path5517" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 643.93,408.74 v -3.29 l 7.32,0.55 v 1.54 c -3.48,0 -3.88,0.35 -3.88,2.79 v 30.24 l -7.18,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -10.76 c -1.45,1.79 -3.59,3.09 -6.28,3.09 l 0.2,-1.1 c 1.75,0 3.84,-0.74 5.38,-2.99 0.55,-0.84 0.55,-0.95 0.55,-1.84 v 0 -10.21 c 0,-0.9 0,-1 -0.55,-1.84 -1.49,-2.4 -3.73,-3.49 -5.88,-3.49 -2.24,0 -4.03,1.29 -5.23,3.18 -1.29,2.05 -1.44,4.89 -1.44,6.93 0,1.84 0.1,4.83 1.54,7.07 1.05,1.55 2.94,3.19 5.63,3.19 l -0.2,1.1 c -5.87,0 -11.1,-4.88 -11.1,-11.31 0,-6.33 4.87,-11.26 10.55,-11.26 3.19,0 5.43,1.69 6.68,3.29 z" + id="path5519" /></g> + </g> + <g + id="g6095" + transform="matrix(0.00922563,0,0,0.00922561,59.78723,26.802912)" + style="display:inline"> + <g + word-spacing="normal" + letter-spacing="normal" + font-size-adjust="none" + font-stretch="normal" + font-weight="normal" + font-variant="normal" + font-style="normal" + stroke-miterlimit="10.433" + xml:space="preserve" + transform="matrix(2.3207796,0,0,-2.3207796,-761.32304,1287.0293)" + id="g6097" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:14.0117;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.433;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"><path + id="path6099" + d="m 464.57,424.73 v 3.29 l -7.18,-0.55 v -1.54 c 3.54,0 3.89,-0.31 3.89,-2.5 v -23.31 c 0,-2.24 -0.55,-2.24 -3.89,-2.24 v -1.54 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.24 v 8.37 0.45 l 0.69,0.65 c -0.69,1.04 -0.69,1.09 -0.69,2.09 v 0 11.11 c 1.44,2.54 3.88,3.98 6.42,3.98 3.64,0 6.68,-4.38 6.68,-10.01 0,-6.03 -3.49,-10.21 -7.18,-10.21 -1.99,0 -3.88,0.99 -5.23,3.04 l -0.69,-0.65 c 0.24,-0.8 2.34,-3.49 6.12,-3.49 5.93,0 11.11,4.88 11.11,11.31 0,6.33 -4.83,11.26 -10.41,11.26 -3.88,0 -5.98,-2.2 -6.97,-3.29 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6101" + d="m 491.32,422.54 v 5.48 l -6.93,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 12.01 v 1.54 h -1.04 c -3.69,0 -3.79,0.55 -3.79,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.44,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.04,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6103" + d="m 511.82,428.02 -6.98,-0.55 v -1.54 c 3.24,0 3.69,-0.31 3.69,-2.75 v -13.39 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 10.66 v 1.54 c -3.28,0 -3.48,0.25 -3.48,2.19 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6105" + d="m 512.02,436.68 -0.01,0.15 -0.01,0.15 -0.02,0.14 -0.02,0.13 -0.03,0.14 -0.04,0.13 -0.04,0.13 -0.05,0.12 -0.06,0.12 -0.06,0.11 -0.06,0.11 -0.07,0.11 -0.08,0.1 -0.08,0.1 -0.08,0.09 -0.09,0.09 -0.09,0.09 -0.1,0.07 -0.1,0.08 -0.11,0.07 -0.1,0.06 -0.11,0.06 -0.12,0.06 -0.11,0.05 -0.12,0.04 -0.12,0.04 -0.13,0.03 -0.12,0.03 -0.13,0.02 -0.13,0.01 -0.12,0.01 h -0.13 c -1.55,0 -2.65,-1.34 -2.65,-2.64 0,-1.34 1.1,-2.64 2.65,-2.64 1.39,0 2.64,1.05 2.64,2.64 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6107" + d="m 522.48,423.14 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.29 0,5.83 -1.54,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -4.19,0 -6.38,-2.99 -7.23,-4.88 -0.69,4.33 -4.38,4.88 -6.62,4.88 -3.64,0 -5.98,-2.14 -7.37,-5.23 v 5.23 l -7.03,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6109" + d="m 574.59,409.79 0.02,-0.19 0.03,-0.19 0.03,-0.19 0.04,-0.18 0.05,-0.19 0.06,-0.18 0.06,-0.18 0.07,-0.18 0.07,-0.18 0.08,-0.18 0.09,-0.17 0.1,-0.16 0.1,-0.17 0.1,-0.15 0.12,-0.16 0.12,-0.14 0.12,-0.15 0.13,-0.13 0.14,-0.13 0.15,-0.12 0.15,-0.12 0.15,-0.1 0.17,-0.1 0.17,-0.09 0.17,-0.08 0.18,-0.07 0.19,-0.07 0.19,-0.05 0.2,-0.04 0.21,-0.03 0.21,-0.01 0.21,-0.01 c 1.05,0 4.09,0.7 4.09,4.73 v 2.79 h -1.25 v -2.79 c 0,-2.89 -1.24,-3.18 -1.79,-3.18 -1.64,0 -1.84,2.24 -1.84,2.48 v 9.97 c 0,2.09 0,4.03 -1.8,5.88 -1.94,1.94 -4.43,2.74 -6.82,2.74 -4.09,0 -7.53,-2.34 -7.53,-5.63 0,-1.5 1,-2.34 2.3,-2.34 1.39,0 2.29,0.99 2.29,2.29 0,0.59 -0.25,2.24 -2.54,2.29 1.35,1.74 3.78,2.29 5.38,2.29 2.44,0 5.28,-1.94 5.28,-6.38 v -1.84 -1.04 -4.99 c 0,-4.73 -3.59,-6.42 -5.83,-6.42 -2.44,0 -4.48,1.74 -4.48,4.23 0,2.74 2.09,6.88 10.31,7.18 v 0 1.04 c -2.54,-0.15 -6.03,-0.3 -9.17,-1.79 -3.73,-1.69 -4.98,-4.28 -4.98,-6.48 0,-4.03 4.84,-5.28 7.97,-5.28 3.29,0 5.58,2 6.53,4.34 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6111" + d="m 591.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6113" + d="m 623.67,422.74 0.06,0.14 0.07,0.14 0.06,0.14 0.07,0.13 0.07,0.13 0.07,0.12 0.07,0.12 0.07,0.12 0.15,0.21 0.15,0.21 0.16,0.19 0.16,0.17 0.16,0.16 0.17,0.15 0.17,0.13 0.17,0.13 0.17,0.11 0.17,0.1 0.17,0.09 0.17,0.08 0.16,0.07 0.17,0.06 0.16,0.06 0.16,0.04 0.16,0.04 0.15,0.04 0.15,0.03 0.14,0.02 0.13,0.02 0.13,0.01 0.13,0.01 0.11,0.01 h 0.11 0.1 l 0.09,0.01 h 0.07 v 1.54 h -8.07 v -1.54 c 1.55,-0.05 2.35,-0.9 2.35,-2.14 0,-0.5 -0.05,-0.61 -0.3,-1.2 l -5.03,-12.26 -5.53,13.4 c -0.2,0.5 -0.3,0.7 -0.3,0.9 0,1.3 1.84,1.3 2.79,1.3 v 1.54 h -10.26 v -1.54 c 2.39,0 3.33,0 4.03,-1.75 L 615.45,406 c -0.25,-0.65 -0.94,-2.29 -1.24,-2.94 -1.1,-2.74 -2.49,-6.18 -5.68,-6.18 -0.25,0 -1.4,0 -2.34,0.9 1.54,0.2 1.94,1.29 1.94,2.09 0,1.3 -0.95,2.09 -2.09,2.09 -1,0 -2.09,-0.64 -2.09,-2.14 0,-2.24 2.09,-4.03 4.58,-4.03 3.14,0 5.18,2.84 6.38,5.68 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6115" + d="m 650.28,412.62 v 0.03 0.02 0.04 0.03 0.04 l 0.01,0.05 v 0.05 0.05 l 0.01,0.06 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.01,0.08 0.02,0.08 0.02,0.08 0.02,0.08 0.02,0.08 0.03,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.09 c 1.94,-1.39 3.98,-1.54 4.93,-1.54 v 1.15 c -4.33,0 -4.33,4.98 -4.33,6.13 0,1.34 0.04,2.93 0.79,4.18 0.4,0.6 1.55,1.99 3.54,1.99 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.95 -0.8,-4.19 -0.39,-0.6 -1.54,-1.99 -3.53,-1.99 v 0 -1.15 c 4.63,0 8.07,3.44 8.07,7.28 0,1.84 -0.8,3.68 -2.04,4.83 1.79,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.55,-0.2 -0.8,-0.75 -0.8,-1.35 0,-0.84 0.65,-1.44 1.45,-1.44 0.5,0 1.44,0.35 1.44,1.49 0,0.85 -0.6,2.45 -2.54,2.45 -1,0 -3.19,-0.3 -5.28,-2.35 -2.09,1.65 -4.18,1.8 -5.28,1.8 -4.63,0 -8.07,-3.44 -8.07,-7.27 0,-2.2 1.1,-4.09 2.34,-5.14 -0.65,-0.74 -1.55,-2.39 -1.55,-4.13 0,-1.55 0.65,-3.44 2.2,-4.43 -2.99,-0.85 -4.58,-2.99 -4.58,-4.98 0,-3.59 4.93,-6.33 11,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.29 1.9,4.13 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.54 11.06,6.42 0,1.75 -0.69,4.29 -3.24,5.68 -2.63,1.4 -5.52,1.4 -8.56,1.4 -1.25,0 -3.39,0 -3.74,0.05 -1.59,0.2 -2.64,1.74 -2.64,3.33 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6117" + d="m 678.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6119" + d="m 698.82,428.02 -6.98,-0.55 v -1.54 c 3.24,0 3.69,-0.31 3.69,-2.75 v -13.39 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 10.65 v 1.54 c -3.28,0 -3.48,0.25 -3.48,2.19 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6121" + d="m 699.02,436.68 -0.01,0.15 -0.01,0.15 -0.02,0.14 -0.02,0.13 -0.03,0.14 -0.04,0.13 -0.04,0.13 -0.05,0.12 -0.06,0.12 -0.06,0.11 -0.06,0.11 -0.07,0.11 -0.08,0.1 -0.08,0.1 -0.08,0.09 -0.09,0.09 -0.09,0.09 -0.1,0.07 -0.1,0.08 -0.11,0.07 -0.1,0.06 -0.11,0.06 -0.12,0.06 -0.11,0.05 -0.12,0.04 -0.12,0.04 -0.13,0.03 -0.12,0.03 -0.13,0.02 -0.13,0.01 -0.12,0.01 h -0.13 c -1.55,0 -2.65,-1.34 -2.65,-2.64 0,-1.34 1.1,-2.64 2.65,-2.64 1.39,0 2.64,1.05 2.64,2.64 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6123" + d="m 722.93,408.74 v -3.29 l 7.32,0.55 v 1.54 c -3.48,0 -3.88,0.35 -3.88,2.79 v 30.24 l -7.18,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -10.76 c -1.45,1.79 -3.59,3.09 -6.28,3.09 l 0.2,-1.1 c 1.75,0 3.84,-0.74 5.38,-2.99 0.55,-0.84 0.55,-0.95 0.55,-1.84 v 0 -10.21 c 0,-0.9 0,-1 -0.55,-1.84 -1.49,-2.4 -3.73,-3.49 -5.88,-3.49 -2.24,0 -4.03,1.29 -5.23,3.18 -1.29,2.05 -1.44,4.89 -1.44,6.93 0,1.84 0.1,4.83 1.54,7.07 1.05,1.55 2.94,3.19 5.63,3.19 l -0.2,1.1 c -5.87,0 -11.1,-4.88 -11.1,-11.31 0,-6.33 4.87,-11.26 10.55,-11.26 3.19,0 5.43,1.69 6.68,3.29 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /></g> + </g> + <g + id="g7409" + transform="matrix(0.0216969,0,0,0.02169684,59.328644,37.667725)" + style="display:inline"> + <g + word-spacing="normal" + letter-spacing="normal" + font-size-adjust="none" + font-stretch="normal" + font-weight="normal" + font-variant="normal" + font-style="normal" + stroke-miterlimit="10.433" + xml:space="preserve" + transform="matrix(1.0629921,0,0,-1.0629921,-186.02362,789.27165)" + id="g7411" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:13.0075;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.433;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"><path + id="path7413" + d="m 466.36,415.66 0.11,-0.02 0.13,-0.02 0.14,-0.03 0.16,-0.03 0.17,-0.04 0.18,-0.05 0.18,-0.05 0.2,-0.05 0.21,-0.06 0.21,-0.07 0.21,-0.08 0.22,-0.09 0.22,-0.09 0.22,-0.1 0.22,-0.12 0.22,-0.12 0.22,-0.13 0.21,-0.14 0.2,-0.15 0.2,-0.16 0.19,-0.18 0.18,-0.19 0.17,-0.2 0.16,-0.21 0.14,-0.22 0.07,-0.12 0.06,-0.12 0.06,-0.13 0.05,-0.12 0.05,-0.13 0.05,-0.14 0.04,-0.14 0.03,-0.14 0.03,-0.15 0.03,-0.15 0.02,-0.15 0.01,-0.16 0.01,-0.16 v -0.17 c 0,-2.54 -1.74,-4.53 -5.63,-4.53 -4.18,0 -5.98,2.84 -6.92,7.07 -0.15,0.65 -0.2,0.85 -0.7,0.85 -0.65,0 -0.65,-0.35 -0.65,-1.25 v -6.57 c 0,-0.85 0,-1.2 0.55,-1.2 0.25,0 0.3,0.05 1.25,1 0.1,0.1 0.1,0.2 0.99,1.14 2.19,-2.09 4.44,-2.14 5.48,-2.14 5.73,0 8.02,3.34 8.02,6.93 0,2.64 -1.49,4.13 -2.09,4.73 -1.64,1.59 -3.59,1.99 -5.68,2.39 -2.79,0.55 -6.12,1.2 -6.12,4.09 0,1.74 1.29,3.78 5.57,3.78 5.48,0 5.73,-4.48 5.83,-6.03 0.05,-0.45 0.5,-0.45 0.6,-0.45 0.65,0 0.65,0.25 0.65,1.2 v 5.03 c 0,0.85 0,1.2 -0.55,1.2 -0.25,0 -0.35,0 -1,-0.6 -0.15,-0.2 -0.64,-0.65 -0.84,-0.8 -1.9,1.4 -3.94,1.4 -4.69,1.4 -6.07,0 -7.97,-3.34 -7.97,-6.13 0,-1.74 0.8,-3.14 2.15,-4.23 1.59,-1.3 2.98,-1.6 6.57,-2.3 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7415" + d="m 494.48,409.93 v -4.48 l 7.17,0.55 v 1.54 c -3.49,0 -3.88,0.35 -3.88,2.79 v 17.69 l -7.33,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -8.87 c 0,-4.34 -2.39,-7.72 -6.03,-7.72 -4.18,0 -4.38,2.34 -4.38,4.93 v 16.54 l -7.33,-0.55 v -1.54 c 3.89,0 3.89,-0.15 3.89,-4.59 v -7.47 c 0,-3.89 0,-8.42 7.57,-8.42 2.79,0 4.98,1.4 6.43,4.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7417" + d="m 511.57,424.78 v 15.79 l -7.18,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 V 406 h 1.25 c 0.04,0.05 0.44,0.75 1.79,3.09 0.75,-1.15 2.84,-3.64 6.52,-3.64 l -0.19,1.1 c -2.25,0 -4.04,1.19 -5.24,3.04 -0.69,1.04 -0.69,1.19 -0.69,2.09 v 0 10.26 c 0,0.95 0,1 0.55,1.79 1.94,2.79 4.68,3.19 5.88,3.19 2.24,0 4.03,-1.3 5.23,-3.19 1.29,-2.04 1.44,-4.88 1.44,-6.92 0,-1.85 -0.1,-4.83 -1.55,-7.08 -1.04,-1.54 -2.93,-3.18 -5.62,-3.18 l 0.19,-1.1 c 5.93,0 11.11,4.88 11.11,11.31 0,6.33 -4.88,11.26 -10.56,11.26 -3.88,0 -6.03,-2.34 -6.82,-3.24 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><polygon + id="polygon7419" + points="531.55,418.2 531.55,415.32 544.75,415.32 544.75,418.2 " + style="fill:#000000;stroke-width:0" /><path + id="path7421" + d="m 552.83,416.86 v 0.38 l 0.01,0.36 0.01,0.36 0.02,0.35 0.03,0.34 0.03,0.34 0.04,0.32 0.04,0.32 0.05,0.31 0.05,0.3 0.05,0.29 0.06,0.29 0.14,0.54 0.15,0.52 0.16,0.49 0.19,0.46 0.19,0.43 0.21,0.4 0.22,0.37 0.23,0.35 0.24,0.33 0.25,0.3 0.26,0.28 0.26,0.25 0.27,0.23 0.28,0.21 0.27,0.19 0.28,0.17 0.29,0.15 0.28,0.13 0.28,0.11 0.28,0.09 0.28,0.08 0.28,0.06 0.27,0.05 0.26,0.03 0.26,0.02 0.25,0.01 c 0.45,0 3.59,-0.05 5.33,-1.84 -2.04,-0.15 -2.34,-1.64 -2.34,-2.29 0,-1.3 0.9,-2.3 2.29,-2.3 1.3,0 2.29,0.85 2.29,2.34 0,3.4 -3.78,5.34 -7.62,5.34 -6.22,0 -10.8,-5.38 -10.8,-11.56 0,-6.38 4.92,-11.31 10.7,-11.31 6.68,0 8.27,5.98 8.27,6.48 0,0.5 -0.49,0.5 -0.65,0.5 -0.44,0 -0.54,-0.2 -0.64,-0.5 -1.45,-4.63 -4.68,-5.23 -6.53,-5.23 -2.64,0 -7.02,2.14 -7.02,10.16 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7423" + d="m 592.46,416.66 -0.01,0.59 -0.05,0.59 -0.07,0.58 -0.09,0.57 -0.13,0.56 -0.15,0.55 -0.17,0.54 -0.2,0.53 -0.22,0.52 -0.25,0.5 -0.26,0.49 -0.29,0.47 -0.31,0.46 -0.33,0.44 -0.35,0.42 -0.36,0.41 -0.39,0.39 -0.4,0.36 -0.41,0.35 -0.44,0.33 -0.44,0.3 -0.46,0.29 -0.48,0.26 -0.48,0.23 -0.5,0.21 -0.51,0.19 -0.52,0.16 -0.53,0.13 -0.54,0.1 -0.55,0.08 -0.56,0.04 -0.56,0.02 -0.05,-1.1 c 2.19,0 4.34,-1.1 5.63,-3.24 1.3,-2.14 1.3,-5.03 1.3,-6.92 0,-1.79 0,-4.49 -1.1,-6.68 -1.09,-2.24 -3.28,-3.68 -5.78,-3.68 v 0 c -2.14,0 -4.33,1.04 -5.68,3.34 -1.24,2.19 -1.24,5.23 -1.24,7.02 0,1.94 0,4.63 1.2,6.82 1.34,2.3 3.68,3.34 5.67,3.34 l 0.05,1.1 c -6.22,0 -11.05,-5.43 -11.05,-11.66 0,-6.43 5.17,-11.21 11,-11.21 6.03,0 11.06,4.88 11.06,11.21 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7425" + d="m 599.48,423.14 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -2.59,0 -3.84,0 -3.88,1.5 v 9.51 c 0,4.29 0,5.83 -1.55,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -3.64,0 -5.98,-2.14 -7.37,-5.23 v 5.23 l -7.03,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7427" + d="m 629.62,425.93 h 7.12 v 1.54 h -7.12 v 9.17 h -1.25 c -0.05,-4.09 -1.54,-9.42 -6.42,-9.62 v -1.09 h 4.23 v -13.75 c 0,-6.13 4.63,-6.73 6.42,-6.73 3.55,0 4.94,3.54 4.94,6.73 v 2.84 h -1.25 v -2.74 c 0,-3.69 -1.49,-5.58 -3.33,-5.58 -3.34,0 -3.34,4.53 -3.34,5.38 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7429" + d="m 648.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7431" + d="m 682.46,416.66 -0.01,0.59 -0.05,0.59 -0.07,0.58 -0.09,0.57 -0.13,0.56 -0.15,0.55 -0.17,0.54 -0.2,0.53 -0.22,0.52 -0.25,0.5 -0.26,0.49 -0.29,0.47 -0.31,0.46 -0.33,0.44 -0.35,0.42 -0.36,0.41 -0.39,0.39 -0.4,0.36 -0.41,0.35 -0.44,0.33 -0.44,0.3 -0.46,0.29 -0.48,0.26 -0.48,0.23 -0.5,0.21 -0.51,0.19 -0.52,0.16 -0.53,0.13 -0.54,0.1 -0.55,0.08 -0.56,0.04 -0.56,0.02 -0.05,-1.1 c 2.19,0 4.34,-1.1 5.63,-3.24 1.3,-2.14 1.3,-5.03 1.3,-6.92 0,-1.79 0,-4.49 -1.1,-6.68 -1.09,-2.24 -3.28,-3.68 -5.78,-3.68 v 0 c -2.14,0 -4.33,1.04 -5.68,3.34 -1.24,2.19 -1.24,5.23 -1.24,7.02 0,1.94 0,4.63 1.2,6.82 1.34,2.3 3.68,3.34 5.67,3.34 l 0.05,1.1 c -6.22,0 -11.05,-5.43 -11.05,-11.66 0,-6.43 5.17,-11.21 11,-11.21 6.03,0 11.06,4.88 11.06,11.21 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7433" + d="m 692.82,440.57 -7.17,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -25.9 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 11.05 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7435" + d="m 735.72,422.59 0.05,0.11 0.04,0.11 0.05,0.12 0.05,0.13 0.06,0.13 0.06,0.13 0.07,0.13 0.07,0.14 0.07,0.13 0.08,0.14 0.09,0.14 0.09,0.13 0.1,0.14 0.11,0.13 0.12,0.14 0.12,0.13 0.13,0.12 0.14,0.13 0.15,0.12 0.16,0.11 0.17,0.11 0.18,0.1 0.18,0.1 0.2,0.08 0.22,0.08 0.22,0.08 0.23,0.06 0.25,0.05 0.26,0.05 0.14,0.02 0.14,0.01 0.14,0.02 0.14,0.01 h 0.15 l 0.15,0.01 v 1.54 h -8.07 v -1.54 c 1.85,-0.05 2.39,-1.2 2.39,-2.14 0,-0.45 -0.09,-0.65 -0.29,-1.2 l -5.08,-12.7 -5.58,13.9 c -0.3,0.64 -0.3,0.74 -0.3,0.84 0,1.3 1.94,1.3 2.84,1.3 v 1.54 h -10.26 v -1.54 c 3.14,0 3.33,-0.31 3.98,-1.85 l 7.17,-17.68 c 0.3,-0.7 0.4,-0.95 1.05,-0.95 0.65,0 0.85,0.45 1.05,0.95 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7437" + d="m 763.46,416.66 -0.01,0.59 -0.05,0.59 -0.07,0.58 -0.09,0.57 -0.13,0.56 -0.15,0.55 -0.17,0.54 -0.2,0.53 -0.22,0.52 -0.25,0.5 -0.26,0.49 -0.29,0.47 -0.31,0.46 -0.33,0.44 -0.35,0.42 -0.36,0.41 -0.39,0.39 -0.4,0.36 -0.41,0.35 -0.44,0.33 -0.44,0.3 -0.46,0.29 -0.48,0.26 -0.48,0.23 -0.5,0.21 -0.51,0.19 -0.52,0.16 -0.53,0.13 -0.54,0.1 -0.55,0.08 -0.56,0.04 -0.56,0.02 -0.05,-1.1 c 2.19,0 4.34,-1.1 5.63,-3.24 1.3,-2.14 1.3,-5.03 1.3,-6.92 0,-1.79 0,-4.49 -1.1,-6.68 -1.09,-2.24 -3.28,-3.68 -5.78,-3.68 v 0 c -2.14,0 -4.33,1.04 -5.68,3.34 -1.24,2.19 -1.24,5.23 -1.24,7.02 0,1.94 0,4.63 1.2,6.82 1.34,2.3 3.68,3.34 5.67,3.34 l 0.05,1.1 c -6.22,0 -11.05,-5.43 -11.05,-11.66 0,-6.43 5.17,-11.21 11,-11.21 6.03,0 11.06,4.88 11.06,11.21 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7439" + d="m 772.82,440.57 -7.17,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -25.9 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 11.05 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7441" + d="m 797.48,409.93 v -4.48 l 7.17,0.55 v 1.54 c -3.49,0 -3.88,0.35 -3.88,2.79 v 17.69 l -7.33,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -8.87 c 0,-4.34 -2.39,-7.72 -6.03,-7.72 -4.18,0 -4.38,2.34 -4.38,4.93 v 16.54 l -7.33,-0.55 v -1.54 c 3.89,0 3.89,-0.15 3.89,-4.59 v -7.47 c 0,-3.89 0,-8.42 7.57,-8.42 2.79,0 4.98,1.4 6.43,4.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7443" + d="m 811.48,423.14 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.29 0,5.83 -1.54,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -4.19,0 -6.38,-2.99 -7.23,-4.88 -0.69,4.33 -4.38,4.88 -6.62,4.88 -3.64,0 -5.98,-2.14 -7.37,-5.23 v 5.23 l -7.03,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7445" + d="m 853.53,417.51 0.05,1.04 c 0.3,7.43 4.48,8.67 6.18,8.67 5.13,0 5.63,-6.72 5.63,-8.67 h -11.81 l -0.05,-1.04 h 13.9 c 1.09,0 1.24,0 1.24,1.04 0,4.93 -2.69,9.77 -8.91,9.77 -5.78,0 -10.36,-5.14 -10.36,-11.36 0,-6.67 5.22,-11.51 10.95,-11.51 6.08,0 8.32,5.53 8.32,6.48 0,0.5 -0.4,0.6 -0.65,0.6 -0.44,0 -0.54,-0.3 -0.64,-0.7 -1.75,-5.13 -6.23,-5.13 -6.73,-5.13 -2.49,0 -4.48,1.49 -5.63,3.34 -1.49,2.39 -1.49,5.67 -1.49,7.47 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7447" + d="m 894.72,427.47 v 5.78 c 0,4.38 2.39,6.77 4.58,6.77 0.15,0 0.9,0 1.65,-0.35 -0.6,-0.2 -1.5,-0.84 -1.5,-2.09 0,-1.14 0.8,-2.14 2.14,-2.14 1.44,0 2.19,1 2.19,2.19 0,1.84 -1.84,3.49 -4.48,3.49 -3.49,0 -7.72,-2.64 -7.72,-7.92 v -5.73 h -3.93 v -1.54 h 3.93 v -16.14 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 16.04 h 5.68 v 1.54 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7449" + d="m 918.59,409.79 0.02,-0.19 0.03,-0.19 0.03,-0.19 0.04,-0.18 0.05,-0.19 0.06,-0.18 0.06,-0.18 0.07,-0.18 0.07,-0.18 0.08,-0.18 0.09,-0.17 0.1,-0.16 0.1,-0.17 0.1,-0.15 0.12,-0.16 0.12,-0.14 0.12,-0.15 0.13,-0.13 0.14,-0.13 0.15,-0.12 0.15,-0.12 0.15,-0.1 0.17,-0.1 0.17,-0.09 0.17,-0.08 0.18,-0.07 0.19,-0.07 0.19,-0.05 0.2,-0.04 0.21,-0.03 0.21,-0.01 0.21,-0.01 c 1.05,0 4.09,0.7 4.09,4.73 v 2.79 h -1.25 v -2.79 c 0,-2.89 -1.24,-3.18 -1.79,-3.18 -1.64,0 -1.84,2.24 -1.84,2.48 v 9.97 c 0,2.09 0,4.03 -1.8,5.88 -1.94,1.94 -4.43,2.74 -6.82,2.74 -4.09,0 -7.53,-2.34 -7.53,-5.63 0,-1.5 1,-2.34 2.3,-2.34 1.39,0 2.29,0.99 2.29,2.29 0,0.59 -0.25,2.24 -2.54,2.29 1.35,1.74 3.78,2.29 5.38,2.29 2.44,0 5.28,-1.94 5.28,-6.38 v -1.84 -1.04 -4.99 c 0,-4.73 -3.59,-6.42 -5.83,-6.42 -2.44,0 -4.48,1.74 -4.48,4.23 0,2.74 2.09,6.88 10.31,7.18 v 0 1.04 c -2.54,-0.15 -6.03,-0.3 -9.17,-1.79 -3.73,-1.69 -4.98,-4.28 -4.98,-6.48 0,-4.03 4.84,-5.28 7.97,-5.28 3.29,0 5.58,2 6.53,4.34 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7451" + d="m 931.83,416.86 v 0.38 l 0.01,0.36 0.01,0.36 0.02,0.35 0.03,0.34 0.03,0.34 0.04,0.32 0.04,0.32 0.05,0.31 0.05,0.3 0.05,0.29 0.06,0.29 0.14,0.54 0.15,0.52 0.16,0.49 0.19,0.46 0.19,0.43 0.21,0.4 0.22,0.37 0.23,0.35 0.24,0.33 0.25,0.3 0.26,0.28 0.26,0.25 0.27,0.23 0.28,0.21 0.27,0.19 0.28,0.17 0.29,0.15 0.28,0.13 0.28,0.11 0.28,0.09 0.28,0.08 0.28,0.06 0.27,0.05 0.26,0.03 0.26,0.02 0.25,0.01 c 0.45,0 3.59,-0.05 5.33,-1.84 -2.04,-0.15 -2.34,-1.64 -2.34,-2.29 0,-1.3 0.9,-2.3 2.29,-2.3 1.3,0 2.29,0.85 2.29,2.34 0,3.4 -3.78,5.34 -7.62,5.34 -6.22,0 -10.8,-5.38 -10.8,-11.56 0,-6.38 4.92,-11.31 10.7,-11.31 6.68,0 8.27,5.98 8.27,6.48 0,0.5 -0.49,0.5 -0.65,0.5 -0.44,0 -0.54,-0.2 -0.64,-0.5 -1.45,-4.63 -4.68,-5.23 -6.53,-5.23 -2.64,0 -7.02,2.14 -7.02,10.16 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path7453" + d="m 954.53,417.51 0.05,1.04 c 0.3,7.43 4.48,8.67 6.18,8.67 5.13,0 5.63,-6.72 5.63,-8.67 h -11.81 l -0.05,-1.04 h 13.9 c 1.09,0 1.24,0 1.24,1.04 0,4.93 -2.69,9.77 -8.91,9.77 -5.78,0 -10.36,-5.14 -10.36,-11.36 0,-6.67 5.22,-11.51 10.95,-11.51 6.08,0 8.32,5.53 8.32,6.48 0,0.5 -0.4,0.6 -0.65,0.6 -0.44,0 -0.54,-0.3 -0.64,-0.7 -1.75,-5.13 -6.23,-5.13 -6.73,-5.13 -2.49,0 -4.48,1.49 -5.63,3.34 -1.49,2.39 -1.49,5.67 -1.49,7.47 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /></g> + </g> + <g + style="display:inline" + transform="matrix(0.02203666,0,0,0.02203663,56.415162,40.69122)" + id="g6692"> + <g + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:12.807;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.433;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="g9776" + transform="matrix(1.0629921,0,0,-1.0629921,-186.02362,789.27165)" + xml:space="preserve" + stroke-miterlimit="10.433" + font-style="normal" + font-variant="normal" + font-weight="normal" + font-stretch="normal" + font-size-adjust="none" + letter-spacing="normal" + word-spacing="normal"><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 466.36,415.66 0.11,-0.02 0.13,-0.02 0.14,-0.03 0.16,-0.03 0.17,-0.04 0.18,-0.05 0.18,-0.05 0.2,-0.05 0.21,-0.06 0.21,-0.07 0.21,-0.08 0.22,-0.09 0.22,-0.09 0.22,-0.1 0.22,-0.12 0.22,-0.12 0.22,-0.13 0.21,-0.14 0.2,-0.15 0.2,-0.16 0.19,-0.18 0.18,-0.19 0.17,-0.2 0.16,-0.21 0.14,-0.22 0.07,-0.12 0.06,-0.12 0.06,-0.13 0.05,-0.12 0.05,-0.13 0.05,-0.14 0.04,-0.14 0.03,-0.14 0.03,-0.15 0.03,-0.15 0.02,-0.15 0.01,-0.16 0.01,-0.16 v -0.17 c 0,-2.54 -1.74,-4.53 -5.63,-4.53 -4.18,0 -5.98,2.84 -6.92,7.07 -0.15,0.65 -0.2,0.85 -0.7,0.85 -0.65,0 -0.65,-0.35 -0.65,-1.25 v -6.57 c 0,-0.85 0,-1.2 0.55,-1.2 0.25,0 0.3,0.05 1.25,1 0.1,0.1 0.1,0.2 0.99,1.14 2.19,-2.09 4.44,-2.14 5.48,-2.14 5.73,0 8.02,3.34 8.02,6.93 0,2.64 -1.49,4.13 -2.09,4.73 -1.64,1.59 -3.59,1.99 -5.68,2.39 -2.79,0.55 -6.12,1.2 -6.12,4.09 0,1.74 1.29,3.78 5.57,3.78 5.48,0 5.73,-4.48 5.83,-6.03 0.05,-0.45 0.5,-0.45 0.6,-0.45 0.65,0 0.65,0.25 0.65,1.2 v 5.03 c 0,0.85 0,1.2 -0.55,1.2 -0.25,0 -0.35,0 -1,-0.6 -0.15,-0.2 -0.64,-0.65 -0.84,-0.8 -1.9,1.4 -3.94,1.4 -4.69,1.4 -6.07,0 -7.97,-3.34 -7.97,-6.13 0,-1.74 0.8,-3.14 2.15,-4.23 1.59,-1.3 2.98,-1.6 6.57,-2.3 z" + id="path6695" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 494.48,409.93 v -4.48 l 7.17,0.55 v 1.54 c -3.49,0 -3.88,0.35 -3.88,2.79 v 17.69 l -7.33,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -8.87 c 0,-4.34 -2.39,-7.72 -6.03,-7.72 -4.18,0 -4.38,2.34 -4.38,4.93 v 16.54 l -7.33,-0.55 v -1.54 c 3.89,0 3.89,-0.15 3.89,-4.59 v -7.47 c 0,-3.89 0,-8.42 7.57,-8.42 2.79,0 4.98,1.4 6.43,4.48 z" + id="path6697" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 511.57,424.78 v 15.79 l -7.18,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 V 406 h 1.25 c 0.04,0.05 0.44,0.75 1.79,3.09 0.75,-1.15 2.84,-3.64 6.52,-3.64 l -0.19,1.1 c -2.25,0 -4.04,1.19 -5.24,3.04 -0.69,1.04 -0.69,1.19 -0.69,2.09 v 0 10.26 c 0,0.95 0,1 0.55,1.79 1.94,2.79 4.68,3.19 5.88,3.19 2.24,0 4.03,-1.3 5.23,-3.19 1.29,-2.04 1.44,-4.88 1.44,-6.92 0,-1.85 -0.1,-4.83 -1.55,-7.08 -1.04,-1.54 -2.93,-3.18 -5.62,-3.18 l 0.19,-1.1 c 5.93,0 11.11,4.88 11.11,11.31 0,6.33 -4.88,11.26 -10.56,11.26 -3.88,0 -6.03,-2.34 -6.82,-3.24 z" + id="path6699" /><polygon + style="fill:#000000;stroke-width:0" + points="531.55,418.2 531.55,415.32 544.75,415.32 544.75,418.2 " + id="polygon6701" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 552.83,416.86 v 0.38 l 0.01,0.36 0.01,0.36 0.02,0.35 0.03,0.34 0.03,0.34 0.04,0.32 0.04,0.32 0.05,0.31 0.05,0.3 0.05,0.29 0.06,0.29 0.14,0.54 0.15,0.52 0.16,0.49 0.19,0.46 0.19,0.43 0.21,0.4 0.22,0.37 0.23,0.35 0.24,0.33 0.25,0.3 0.26,0.28 0.26,0.25 0.27,0.23 0.28,0.21 0.27,0.19 0.28,0.17 0.29,0.15 0.28,0.13 0.28,0.11 0.28,0.09 0.28,0.08 0.28,0.06 0.27,0.05 0.26,0.03 0.26,0.02 0.25,0.01 c 0.45,0 3.59,-0.05 5.33,-1.84 -2.04,-0.15 -2.34,-1.64 -2.34,-2.29 0,-1.3 0.9,-2.3 2.29,-2.3 1.3,0 2.29,0.85 2.29,2.34 0,3.4 -3.78,5.34 -7.62,5.34 -6.22,0 -10.8,-5.38 -10.8,-11.56 0,-6.38 4.92,-11.31 10.7,-11.31 6.68,0 8.27,5.98 8.27,6.48 0,0.5 -0.49,0.5 -0.65,0.5 -0.44,0 -0.54,-0.2 -0.64,-0.5 -1.45,-4.63 -4.68,-5.23 -6.53,-5.23 -2.64,0 -7.02,2.14 -7.02,10.16 z" + id="path6703" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 592.46,416.66 -0.01,0.59 -0.05,0.59 -0.07,0.58 -0.09,0.57 -0.13,0.56 -0.15,0.55 -0.17,0.54 -0.2,0.53 -0.22,0.52 -0.25,0.5 -0.26,0.49 -0.29,0.47 -0.31,0.46 -0.33,0.44 -0.35,0.42 -0.36,0.41 -0.39,0.39 -0.4,0.36 -0.41,0.35 -0.44,0.33 -0.44,0.3 -0.46,0.29 -0.48,0.26 -0.48,0.23 -0.5,0.21 -0.51,0.19 -0.52,0.16 -0.53,0.13 -0.54,0.1 -0.55,0.08 -0.56,0.04 -0.56,0.02 -0.05,-1.1 c 2.19,0 4.34,-1.1 5.63,-3.24 1.3,-2.14 1.3,-5.03 1.3,-6.92 0,-1.79 0,-4.49 -1.1,-6.68 -1.09,-2.24 -3.28,-3.68 -5.78,-3.68 v 0 c -2.14,0 -4.33,1.04 -5.68,3.34 -1.24,2.19 -1.24,5.23 -1.24,7.02 0,1.94 0,4.63 1.2,6.82 1.34,2.3 3.68,3.34 5.67,3.34 l 0.05,1.1 c -6.22,0 -11.05,-5.43 -11.05,-11.66 0,-6.43 5.17,-11.21 11,-11.21 6.03,0 11.06,4.88 11.06,11.21 z" + id="path6705" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 599.48,423.14 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -2.59,0 -3.84,0 -3.88,1.5 v 9.51 c 0,4.29 0,5.83 -1.55,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -3.64,0 -5.98,-2.14 -7.37,-5.23 v 5.23 l -7.03,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" + id="path6707" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 629.62,425.93 h 7.12 v 1.54 h -7.12 v 9.17 h -1.25 c -0.05,-4.09 -1.54,-9.42 -6.42,-9.62 v -1.09 h 4.23 v -13.75 c 0,-6.13 4.63,-6.73 6.42,-6.73 3.55,0 4.94,3.54 4.94,6.73 v 2.84 h -1.25 v -2.74 c 0,-3.69 -1.49,-5.58 -3.33,-5.58 -3.34,0 -3.34,4.53 -3.34,5.38 z" + id="path6709" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 648.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + id="path6711" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 682.46,416.66 -0.01,0.59 -0.05,0.59 -0.07,0.58 -0.09,0.57 -0.13,0.56 -0.15,0.55 -0.17,0.54 -0.2,0.53 -0.22,0.52 -0.25,0.5 -0.26,0.49 -0.29,0.47 -0.31,0.46 -0.33,0.44 -0.35,0.42 -0.36,0.41 -0.39,0.39 -0.4,0.36 -0.41,0.35 -0.44,0.33 -0.44,0.3 -0.46,0.29 -0.48,0.26 -0.48,0.23 -0.5,0.21 -0.51,0.19 -0.52,0.16 -0.53,0.13 -0.54,0.1 -0.55,0.08 -0.56,0.04 -0.56,0.02 -0.05,-1.1 c 2.19,0 4.34,-1.1 5.63,-3.24 1.3,-2.14 1.3,-5.03 1.3,-6.92 0,-1.79 0,-4.49 -1.1,-6.68 -1.09,-2.24 -3.28,-3.68 -5.78,-3.68 v 0 c -2.14,0 -4.33,1.04 -5.68,3.34 -1.24,2.19 -1.24,5.23 -1.24,7.02 0,1.94 0,4.63 1.2,6.82 1.34,2.3 3.68,3.34 5.67,3.34 l 0.05,1.1 c -6.22,0 -11.05,-5.43 -11.05,-11.66 0,-6.43 5.17,-11.21 11,-11.21 6.03,0 11.06,4.88 11.06,11.21 z" + id="path6713" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 692.82,440.57 -7.17,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -25.9 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 11.05 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 z" + id="path6715" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 735.72,422.59 0.05,0.11 0.04,0.11 0.05,0.12 0.05,0.13 0.06,0.13 0.06,0.13 0.07,0.13 0.07,0.14 0.07,0.13 0.08,0.14 0.09,0.14 0.09,0.13 0.1,0.14 0.11,0.13 0.12,0.14 0.12,0.13 0.13,0.12 0.14,0.13 0.15,0.12 0.16,0.11 0.17,0.11 0.18,0.1 0.18,0.1 0.2,0.08 0.22,0.08 0.22,0.08 0.23,0.06 0.25,0.05 0.26,0.05 0.14,0.02 0.14,0.01 0.14,0.02 0.14,0.01 h 0.15 l 0.15,0.01 v 1.54 h -8.07 v -1.54 c 1.85,-0.05 2.39,-1.2 2.39,-2.14 0,-0.45 -0.09,-0.65 -0.29,-1.2 l -5.08,-12.7 -5.58,13.9 c -0.3,0.64 -0.3,0.74 -0.3,0.84 0,1.3 1.94,1.3 2.84,1.3 v 1.54 h -10.26 v -1.54 c 3.14,0 3.33,-0.31 3.98,-1.85 l 7.17,-17.68 c 0.3,-0.7 0.4,-0.95 1.05,-0.95 0.65,0 0.85,0.45 1.05,0.95 z" + id="path6717" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 763.46,416.66 -0.01,0.59 -0.05,0.59 -0.07,0.58 -0.09,0.57 -0.13,0.56 -0.15,0.55 -0.17,0.54 -0.2,0.53 -0.22,0.52 -0.25,0.5 -0.26,0.49 -0.29,0.47 -0.31,0.46 -0.33,0.44 -0.35,0.42 -0.36,0.41 -0.39,0.39 -0.4,0.36 -0.41,0.35 -0.44,0.33 -0.44,0.3 -0.46,0.29 -0.48,0.26 -0.48,0.23 -0.5,0.21 -0.51,0.19 -0.52,0.16 -0.53,0.13 -0.54,0.1 -0.55,0.08 -0.56,0.04 -0.56,0.02 -0.05,-1.1 c 2.19,0 4.34,-1.1 5.63,-3.24 1.3,-2.14 1.3,-5.03 1.3,-6.92 0,-1.79 0,-4.49 -1.1,-6.68 -1.09,-2.24 -3.28,-3.68 -5.78,-3.68 v 0 c -2.14,0 -4.33,1.04 -5.68,3.34 -1.24,2.19 -1.24,5.23 -1.24,7.02 0,1.94 0,4.63 1.2,6.82 1.34,2.3 3.68,3.34 5.67,3.34 l 0.05,1.1 c -6.22,0 -11.05,-5.43 -11.05,-11.66 0,-6.43 5.17,-11.21 11,-11.21 6.03,0 11.06,4.88 11.06,11.21 z" + id="path6719" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 772.82,440.57 -7.17,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -25.9 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 11.05 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 z" + id="path6721" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 797.48,409.93 v -4.48 l 7.17,0.55 v 1.54 c -3.49,0 -3.88,0.35 -3.88,2.79 v 17.69 l -7.33,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -8.87 c 0,-4.34 -2.39,-7.72 -6.03,-7.72 -4.18,0 -4.38,2.34 -4.38,4.93 v 16.54 l -7.33,-0.55 v -1.54 c 3.89,0 3.89,-0.15 3.89,-4.59 v -7.47 c 0,-3.89 0,-8.42 7.57,-8.42 2.79,0 4.98,1.4 6.43,4.48 z" + id="path6723" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 811.48,423.14 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.29 0,5.83 -1.54,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -4.19,0 -6.38,-2.99 -7.23,-4.88 -0.69,4.33 -4.38,4.88 -6.62,4.88 -3.64,0 -5.98,-2.14 -7.37,-5.23 v 5.23 l -7.03,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" + id="path6725" /><path + style="fill:#000000;stroke-width:0" + inkscape:connector-curvature="0" + d="m 853.53,417.51 0.05,1.04 c 0.3,7.43 4.48,8.67 6.18,8.67 5.13,0 5.63,-6.72 5.63,-8.67 h -11.81 l -0.05,-1.04 h 13.9 c 1.09,0 1.24,0 1.24,1.04 0,4.93 -2.69,9.77 -8.91,9.77 -5.78,0 -10.36,-5.14 -10.36,-11.36 0,-6.67 5.22,-11.51 10.95,-11.51 6.08,0 8.32,5.53 8.32,6.48 0,0.5 -0.4,0.6 -0.65,0.6 -0.44,0 -0.54,-0.3 -0.64,-0.7 -1.75,-5.13 -6.23,-5.13 -6.73,-5.13 -2.49,0 -4.48,1.49 -5.63,3.34 -1.49,2.39 -1.49,5.67 -1.49,7.47 z" + id="path6727" /></g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,46.45939,42.06146)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\textcolor{Fuchsia}{$\\sigma_1$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g102926"> + <defs + id="id-07180d73-8ecb-415b-b0a4-95576736f8b9"> + <g + id="id-be38b667-79a9-40bd-b31d-717fffe1938a"> + <symbol + overflow="visible" + id="id-061219a3-edd7-4c50-b9db-a64516f21361"> + <path + style="stroke:none" + d="" + id="id-a5865522-ae4b-47a2-9864-028a84488cb9" /> + </symbol> + <symbol + overflow="visible" + id="id-17017352-c3d9-4e17-accc-f17f86b46e64"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-60693b5d-466a-4094-93b9-66a6f8a10925" /> + </symbol> + <symbol + overflow="visible" + id="id-c8c292a5-b83b-4d97-b3f8-b3a32de196eb"> + <path + style="stroke:none" + d="" + id="id-888f509d-a6f8-4a75-bad8-5e0538a23004" /> + </symbol> + <symbol + overflow="visible" + id="id-36b338cc-75c1-413f-a790-2ca66caf1ec7"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-be0b0c0a-ab15-4a22-85a2-0f971c81b676" /> + </symbol> + </g> + </defs> + <g + id="id-b1b64b47-64b4-48ce-8d2f-a9f8cc4038e1" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-33682eed-8c11-4b7a-a92e-85b0c70b11f6"> + <g + transform="translate(148.712,134.765)" + id="g104445"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-f0e67819-17de-4c1b-a568-45f9cd8b94e5" /> + </g> + </g> + <g + style="fill:#87238c;fill-opacity:1" + id="id-ec122b8d-4794-46c1-9848-596aa8c4e490"> + <g + transform="translate(154.405,136.259)" + id="g104449"> + <path + style="stroke:none" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-988e9ba0-8b83-46fb-9a4e-615b2433a0c5" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,48.177743,43.121003)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\textcolor{Fuchsia}{$\\sigma_2$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g102926-0"> + <defs + id="id-bd870bcf-8699-46f7-a090-41814511bb76"> + <g + id="id-a4b24f8f-cd85-421a-8b34-988f78c52899"> + <symbol + overflow="visible" + id="id-389214b8-fe2c-4b13-aa54-94341fb5773d"> + <path + style="stroke:none" + d="" + id="id-933a14d1-60f6-4b60-8a4e-b97543282cfd" /> + </symbol> + <symbol + overflow="visible" + id="id-d6f63924-4de9-42da-b3c1-800cc3e723d6"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-99c7ea08-0453-4bb5-958a-ff0d46d0a97c" /> + </symbol> + <symbol + overflow="visible" + id="id-a389e895-bc38-4763-978d-0dbcc49e3138"> + <path + style="stroke:none" + d="" + id="id-76bacb0e-0cf9-4cb6-811f-7f3bd30f0eb8" /> + </symbol> + <symbol + overflow="visible" + id="id-dbdde9be-a921-4668-996e-aa7ca2af446b"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-ebd710e2-aa60-472d-9431-af35ddac2ce7" /> + </symbol> + </g> + </defs> + <g + id="id-b5b158af-adb6-4a2c-8dee-48a352508d05" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-d0ea74d9-1648-452d-9c70-6258a11e42d3"> + <g + transform="translate(148.712,134.765)" + id="g108372"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-f2a2bbc7-e73f-40c6-be43-34ea7cc06a39" /> + </g> + </g> + <g + style="fill:#87238c;fill-opacity:1" + id="id-1f4d02bc-faa2-4656-892e-53891e42535f"> + <g + transform="translate(154.405,136.259)" + id="g108376"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-8ac43a1a-feb1-48dc-92ab-a717287eaeba" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,56.956782,38.577777)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\textcolor{Fuchsia}{$\\sigma_3$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g102926-2"> + <defs + id="id-f148bbbc-9006-4ea5-a43b-1311a4d7cc10"> + <g + id="id-d7f960e8-2f71-46ed-abd4-3c796ee9ef60"> + <symbol + overflow="visible" + id="id-f03884ab-863b-4d44-a34c-0e1f5bda6971"> + <path + style="stroke:none" + d="" + id="id-2e6605fa-b88e-4ab4-a7ef-06af3124acb3" /> + </symbol> + <symbol + overflow="visible" + id="id-2d540200-f17d-43f1-955f-4b95ddfe7136"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-f79cffeb-94d3-4f05-8ca6-890316b7f8ab" /> + </symbol> + <symbol + overflow="visible" + id="id-eb1786b8-f22e-4cd3-a73d-369530b3a5ab"> + <path + style="stroke:none" + d="" + id="id-29748943-a363-43e2-a457-d9e75468a92d" /> + </symbol> + <symbol + overflow="visible" + id="id-d6a81696-42a9-4e7f-9def-e4a9ff60b44a"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-5678161d-7785-40d7-bd44-854327360634" /> + </symbol> + </g> + </defs> + <g + id="id-de8aaa8d-af41-4ea5-98f4-69686b8996b0" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-b0102853-d204-4a25-8600-0cf96593dc37"> + <g + transform="translate(148.712,134.765)" + id="g110105"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-7c5ef5be-5beb-4e5e-8277-35630f92725a" /> + </g> + </g> + <g + style="fill:#87238c;fill-opacity:1" + id="id-a0fd5929-f34e-4125-ac71-79080b929351"> + <g + transform="translate(154.405,136.259)" + id="g110109"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-86fe04d7-2553-4b80-820c-a7f48b86060f" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,57.014306,36.618765)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\textcolor{Fuchsia}{$\\sigma_4$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g102926-9"> + <defs + id="id-416a5dea-c9e1-4a65-ba38-f3341d01d63d"> + <g + id="id-cbe51bd3-75ba-4657-8131-5409c0234c7a"> + <symbol + overflow="visible" + id="id-9fc09f94-928f-40b2-9e3a-de77a020b207"> + <path + style="stroke:none" + d="" + id="id-a722f50b-d7ee-46cf-af75-168d704b8c9c" /> + </symbol> + <symbol + overflow="visible" + id="id-becf3203-07b2-491f-b753-55028e0e428a"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-d3c897ea-41b8-44e9-afbb-88df3f1e0eb3" /> + </symbol> + <symbol + overflow="visible" + id="id-dd398e61-cedc-4426-8f0c-53432c7a541c"> + <path + style="stroke:none" + d="" + id="id-89d9da41-baaa-4c84-89d5-f8d0dab448b9" /> + </symbol> + <symbol + overflow="visible" + id="id-664ff8da-319f-43eb-9701-78c2cda4d94b"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-592ae063-f3cc-418e-89fe-f7a8a3096c59" /> + </symbol> + </g> + </defs> + <g + id="id-5e125975-b9c2-45b6-b91d-dd05d73f68c8" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-aded7ab9-396e-46c8-86ad-5e063ac1a245"> + <g + transform="translate(148.712,134.765)" + id="g111892"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-6727eff4-2a82-4d47-9d70-1077ce22ea27" /> + </g> + </g> + <g + style="fill:#87238c;fill-opacity:1" + id="id-f1f6c8ba-07e1-4e05-b981-024d6ab6fed5"> + <g + transform="translate(154.405,136.259)" + id="g111896"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-3f6ca265-310c-4691-a3d6-d9732c5d8d98" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,49.211401,31.767275)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\textcolor{Fuchsia}{$\\sigma_5$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g102926-7"> + <defs + id="id-ee88e8d5-c07d-41a1-b2c7-005fb0c5d92e"> + <g + id="id-accfa80c-310b-4f5e-b7ef-8880d553740a"> + <symbol + overflow="visible" + id="id-3df923a8-9c76-40d3-a51a-fe551738e8ab"> + <path + style="stroke:none" + d="" + id="id-2c3a2c97-2955-4857-8b28-ef22a3a028f1" /> + </symbol> + <symbol + overflow="visible" + id="id-473ccc86-74b1-468d-af1b-f6b1e9de494f"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-46618fe5-8703-4f28-9081-764659d87685" /> + </symbol> + <symbol + overflow="visible" + id="id-8c7c7663-3a41-4d3d-8e47-6866fc052719"> + <path + style="stroke:none" + d="" + id="id-8feb8fab-483f-4a93-8703-f7a22ab2668e" /> + </symbol> + <symbol + overflow="visible" + id="id-7ef58151-6933-4583-a199-1716ccd22554"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-c57b8084-c2b9-451d-88fa-2ae90b8e0e27" /> + </symbol> + </g> + </defs> + <g + id="id-abc0396f-c3a3-4b06-87d5-d08a5a40c8da" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-2b00960c-afdc-4d10-ae87-876a40e5f577"> + <g + transform="translate(148.712,134.765)" + id="g113733"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-e2ba08af-32c7-4442-b7bf-ff0037fbc7c1" /> + </g> + </g> + <g + style="fill:#87238c;fill-opacity:1" + id="id-a914db97-a2f6-4f2d-8445-1858bcd4ecb0"> + <g + transform="translate(154.405,136.259)" + id="g113737"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-873bb310-2d11-418f-a127-265d93eca077" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,47.280568,32.613265)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\textcolor{Fuchsia}{$\\sigma_6$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g102926-5"> + <defs + id="id-d2444285-307c-42cf-9d84-c2134c74dd13"> + <g + id="id-6493f1c5-784f-47ed-8cc3-6b70ed3fa70c"> + <symbol + overflow="visible" + id="id-307449d8-ee95-424f-a8e6-753d918dca84"> + <path + style="stroke:none" + d="" + id="id-d40fc6f7-3c92-4376-8b00-6f31bd8efa0e" /> + </symbol> + <symbol + overflow="visible" + id="id-923e6f21-03b9-410e-a940-468b4e957187"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-910d1b32-e7a0-42ad-8ffc-0626e953861e" /> + </symbol> + <symbol + overflow="visible" + id="id-2db5d085-c4e9-4002-9929-c64cf67be154"> + <path + style="stroke:none" + d="" + id="id-fd2d08bf-4714-4e4f-acf4-82f059fae14e" /> + </symbol> + <symbol + overflow="visible" + id="id-ea81113f-fb8f-4e02-927b-74c64603e30b"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-c8606388-b047-4473-be81-41cae148a5e7" /> + </symbol> + </g> + </defs> + <g + id="id-694b267e-e8e7-49e7-9357-446b473ba501" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-5e11da9a-7357-4800-8644-3efe57c9e277"> + <g + transform="translate(148.712,134.765)" + id="g115628"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-4c56817f-469a-4211-a733-3742ecaf2ad5" /> + </g> + </g> + <g + style="fill:#87238c;fill-opacity:1" + id="id-a4965cbd-d74c-4fa4-835b-0d2097e2e1df"> + <g + transform="translate(154.405,136.259)" + id="g115632"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-183ebeaa-a8aa-4d62-98c8-7a901c876429" /> + </g> + </g> + </g> + </g> + <path + style="fill:none;stroke:#000000;stroke-width:0.0700003;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow3)" + d="m 46.851959,38.219021 -1.433243,0.220454" + id="path6396-8" /> + <g + id="g85540" + transform="matrix(0.27449042,0.06560792,-0.06560792,0.27449042,-42.775912,-51.283316)"> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 380.79481,235.33574 -0.70517,-1.68793" + id="path6396-8-0-62" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 382.44305,234.54462 -0.70517,-1.68792" + id="path6396-8-0-62-8" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 380.81728,235.27294 1.68788,-0.7052" + id="path6396-8-0-62-9" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 380.02948,233.62378 1.68788,-0.7052" + id="path6396-8-0-62-6" /> + <ellipse + style="fill:#000000;fill-opacity:0.990234;stroke:#000000;stroke-width:0.09375;stroke-dasharray:none;stroke-opacity:1" + id="path76515" + cx="362.66895" + cy="261.9166" + rx="0.11186659" + ry="0.12056256" + transform="matrix(0.99721009,-0.07464602,0.07464218,0.99721038,0,0)" /> + </g> + <circle + r="0.23117416" + cy="40.321629" + cx="47.245113" + id="path5370-6-2-3" + style="display:inline;fill:#000002;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.23117416" + cy="42.530945" + cx="50.397118" + id="path5370-6-2-3-4" + style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.23117416" + cy="34.590134" + cx="47.939426" + id="path5370-6-2-3-4-1" + style="display:inline;fill:#000002;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.23117416" + cy="33.043621" + cx="51.278675" + id="path5370-6-2-3-4-2" + style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.23117416" + cy="35.914822" + cx="55.81245" + id="path5370-6-2-3-4-21" + style="display:inline;fill:#000002;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.23117416" + cy="39.844517" + cx="55.402489" + id="path5370-6-2-3-4-6" + style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.102096;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.102096, 0.204192;stroke-dashoffset:0;stroke-opacity:1" /> + <g + transform="matrix(0.0687551,-0.0158368,0.0158368,0.0687551,45.784375,38.523524)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{n}_{\\sigma_1}$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.07055542509438945" + id="g125846"> + <defs + id="id-66f2de0d-8294-4384-ac13-7447817ca0d6"> + <g + id="id-97f97fc8-69da-40dd-8e5e-c7cc99b23c3f"> + <symbol + overflow="visible" + id="id-45b726ef-e19c-443b-b035-d51592c5c9ab"> + <path + style="stroke:none" + d="" + id="id-7b082f1e-6ab4-4917-a668-90d619e7b026" /> + </symbol> + <symbol + overflow="visible" + id="id-18d74f7d-b208-4865-aff2-fc66a091f019"> + <path + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="id-4489e571-d622-4c4f-8d5c-c2278a8a14d6" /> + </symbol> + <symbol + overflow="visible" + id="id-898aadaf-e6bf-4d3d-b433-6e92bfdcf635"> + <path + style="stroke:none" + d="" + id="id-befca68b-a7cc-4eec-9505-c85cf6f240ab" /> + </symbol> + <symbol + overflow="visible" + id="id-e91938fe-229b-4ec2-aaed-c707af74c197"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-e1eeead1-641a-4595-9a33-fcc17f4e5e5b" /> + </symbol> + <symbol + overflow="visible" + id="id-4063630d-c5a4-46b0-ba88-28912bfb9d60"> + <path + style="stroke:none" + d="" + id="id-ee54087b-6b7f-4296-aefa-a4ca6e7ebfd3" /> + </symbol> + <symbol + overflow="visible" + id="id-407d3456-1dd2-432e-a093-4c25a54ef2b0"> + <path + style="stroke:none" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + id="id-4af74c94-5ba3-45fe-b06c-232bb6ea232c" /> + </symbol> + </g> + </defs> + <g + id="id-837d1285-35c7-4e38-b3af-b4dba70f5052" + transform="translate(-149.165,-130.281)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-9fc3a185-2752-43fd-8f55-aeecaaf893d6"> + <g + transform="translate(148.712,134.765)" + id="g160892"> + <path + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="id-a24025db-be31-4d3e-9af0-0d5024ea01ab" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-a562fe0b-3bb2-4ec1-ae75-ac92c6f61530"> + <g + transform="translate(155.077,136.259)" + id="g160896"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-90b79f36-c3fa-4164-b925-f04a9f4a2ec2" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-5162eeab-da0f-4ac5-886e-a6d5f95f848a"> + <g + transform="translate(159.694,137.255)" + id="g160900"> + <path + style="stroke:none" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + id="id-e854a4b8-269a-4422-af9e-415260021bbb" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.0705556,0,0,0.0705556,46.279858,40.2428)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_1$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.0705556" + id="g162898"> + <defs + id="id-090c4fc3-46a8-4321-bca4-15ed36289124"> + <g + id="id-8740f8fd-6ae4-491a-9104-163bff3f12b0"> + <symbol + overflow="visible" + id="id-1fb2330c-7d3e-4a2d-8e41-28a9c9a29932"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-a15da847-86a6-4d38-ad6e-7709c047df39" /> + </symbol> + <symbol + overflow="visible" + id="id-4bb0152e-5e29-421d-b64b-ec5d595ba23a"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-29e0e241-602c-4770-b331-c4e5b5f20dd1" /> + </symbol> + <symbol + overflow="visible" + id="id-769846de-e004-43d5-9ce7-1b0ae0373b83"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-68baf0c1-92c7-40fd-9d16-4c893d579f2e" /> + </symbol> + <symbol + overflow="visible" + id="id-a5665582-f8a9-433b-ae17-06fe5395b27d"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-6ddcb67d-f846-480c-abe8-8d5e9ccef670" /> + </symbol> + </g> + </defs> + <g + id="id-e0c1c2a3-8fb7-408d-a8b6-dea74d450d84" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-20c90033-e1a3-4bc1-94a0-ecfdc8858c45"> + <g + transform="translate(148.712,134.765)" + id="g162890"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-07dd209f-e3f9-49d4-956a-c87bea4522c8" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-c3b7b0f0-8ba6-4cfb-ad8f-ebb00e9ff5cf"> + <g + transform="translate(154.759,136.259)" + id="g162894"> + <path + style="stroke:none;stroke-width:0" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + id="id-2bc7a615-bbb2-4c2b-bcd5-4c190c682e1d" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.0705556,0,0,0.0705556,50.171577,42.925428)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_2$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.0705556" + id="g162898-6"> + <defs + id="id-6efef57c-a6ea-4669-b99e-037a3eebe7cc"> + <g + id="id-bd77c4b2-b59e-44fc-9b75-b8a0431a4aa5"> + <symbol + overflow="visible" + id="id-a2a339af-d6d1-4966-b1ac-b5810226716c"> + <path + style="stroke:none" + d="" + id="id-8233b0f5-13fc-4984-ab16-b35510137b28" /> + </symbol> + <symbol + overflow="visible" + id="id-2f9362b8-de82-40ae-983e-8300aef8eefa"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-3902b690-992e-4273-9f4c-63c3bb936043" /> + </symbol> + <symbol + overflow="visible" + id="id-f8dc3972-fde2-405b-b1b3-817b0c590b2d"> + <path + style="stroke:none" + d="" + id="id-eef79803-2c8c-4479-a013-67c5a7dc93be" /> + </symbol> + <symbol + overflow="visible" + id="id-0712d658-7276-40f1-91a4-3a6c5bd6b189"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-a02f2fa4-e730-459a-8c45-74679ba6b1c4" /> + </symbol> + </g> + </defs> + <g + id="id-fc9f5272-5b43-4dcd-be75-f34171d0f4d4" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-77f27a76-e4ee-4f1f-b0a3-77979f1ece17"> + <g + transform="translate(148.712,134.765)" + id="g166284"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-be97837e-c6af-4a0c-9712-e32e2cc085c1" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-bf302a82-57c8-4f5e-8164-b7cc888ab8fa"> + <g + transform="translate(154.759,136.259)" + id="g166288"> + <path + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-1976c7a9-5cb8-4a31-b525-c9ea50dacbd6" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.0705556,0,0,0.0705556,55.633321,40.133525)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_3$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.0705556" + id="g162898-3"> + <defs + id="id-48a46340-6374-49ea-af2c-04169cbcc330"> + <g + id="id-942e1d97-5873-4ad5-89c0-5d043f6e2e71"> + <symbol + overflow="visible" + id="id-251e3013-a619-4a7f-80c4-2868a1212ca6"> + <path + style="stroke:none" + d="" + id="id-eaa8f144-53d1-4e7a-8f36-9153484de00f" /> + </symbol> + <symbol + overflow="visible" + id="id-46d5798c-db61-42df-a9ab-72997d525689"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-c4ab8fec-276e-476b-ba18-9109423507f1" /> + </symbol> + <symbol + overflow="visible" + id="id-6e83a473-221c-443d-992a-1e12b09e8c63"> + <path + style="stroke:none" + d="" + id="id-3a4d0de9-24e0-4875-ab96-4aa3c21e4595" /> + </symbol> + <symbol + overflow="visible" + id="id-0984f512-8688-439f-b28a-49cf7c79c50d"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-80ff8c28-2548-4f83-b0ff-1c6857221b97" /> + </symbol> + </g> + </defs> + <g + id="id-8214a9a7-1b31-4ab6-ac7e-b4bb8e36c9a0" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-d657dad9-025f-4748-99e7-9f8c0a90bdd9"> + <g + transform="translate(148.712,134.765)" + id="g168185"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-c80c8e70-1bd3-4942-9564-75dc10c8bf1b" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-08311742-7cda-476f-9e98-3a8b801b83ff"> + <g + transform="translate(154.759,136.259)" + id="g168189"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="id-8fc95ce2-7181-4782-9ea9-0ff5679931e2" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.0705556,0,0,0.0705556,56.233437,35.635565)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_4$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.0705556" + id="g162898-0"> + <defs + id="id-b2113531-a785-463b-96d0-536ead1b48a2"> + <g + id="id-2b984101-b27e-4012-b96a-0fdb928f3b60"> + <symbol + overflow="visible" + id="id-25285b63-b04f-4897-b57b-54655dab2997"> + <path + style="stroke:none" + d="" + id="id-7ec7f973-c3df-42ad-b2f6-c4a0176f107e" /> + </symbol> + <symbol + overflow="visible" + id="id-fef1a1ac-68f0-4db1-a0ce-0fb2b442119f"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-0e2e0b40-6149-4e4e-b7b4-cd596d45788b" /> + </symbol> + <symbol + overflow="visible" + id="id-f7b6c25c-bd1c-4671-b4d4-258c25bb0035"> + <path + style="stroke:none" + d="" + id="id-202a110e-2fac-4772-aaa8-4c3afbc71f24" /> + </symbol> + <symbol + overflow="visible" + id="id-aed6c221-b81c-4c88-91c6-c7e7adb004dd"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-b5ad85e4-d5fa-4b79-b3ff-bc27d311d941" /> + </symbol> + </g> + </defs> + <g + id="id-0964948a-79e5-425e-a429-7ced922dccbc" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-d05c3199-1006-4bcb-9a64-b755ca5bc46d"> + <g + transform="translate(148.712,134.765)" + id="g170140"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-e1b12333-008b-4464-9460-89adb34b46dd" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-30a230d5-9ac4-4593-8a40-776006b9765f"> + <g + transform="translate(154.759,136.259)" + id="g170144"> + <path + style="stroke:none" + d="m 3.6875,-1.140625 v -0.25 H 2.90625 V -4.5 c 0,-0.140625 0,-0.203125 -0.140625,-0.203125 -0.09375,0 -0.125,0 -0.1875,0.109375 l -2.3125,3.203125 v 0.25 h 2.0625 v 0.5625 c 0,0.25 0,0.328125 -0.578125,0.328125 H 1.5625 V 0 C 1.921875,-0.015625 2.359375,-0.03125 2.609375,-0.03125 2.875,-0.03125 3.3125,-0.015625 3.671875,0 v -0.25 h -0.1875 C 2.90625,-0.25 2.90625,-0.328125 2.90625,-0.578125 v -0.5625 z M 2.375,-3.9375 v 2.546875 H 0.53125 Z m 0,0" + id="id-af87f0e2-5d60-4f99-b12c-175e679d892b" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.0705556,0,0,0.0705556,51.241752,32.325523)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_5$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.0705556" + id="g162898-34"> + <defs + id="id-ffe10cb3-83a7-41fe-a39c-7ccda521d091"> + <g + id="id-2e692cd3-41d9-4235-9939-39688c42314c"> + <symbol + overflow="visible" + id="id-7fe4bda2-a431-40f3-aea5-80f1684de3ba"> + <path + style="stroke:none" + d="" + id="id-51ec4180-04c8-4a85-97e5-b01086f3b6db" /> + </symbol> + <symbol + overflow="visible" + id="id-23c83268-29a1-494e-bbc4-d462ab30472b"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-e8f1bbba-726e-42f0-b740-87ad28a23114" /> + </symbol> + <symbol + overflow="visible" + id="id-8a8c4647-fbb5-4286-8b10-5b12eb2285b4"> + <path + style="stroke:none" + d="" + id="id-119dc405-45fc-47eb-816b-cfd7c81a4c3f" /> + </symbol> + <symbol + overflow="visible" + id="id-2bfc935d-03d2-4da3-aa7b-323dce0569c0"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-1f7fa589-d07d-4410-a7d8-7a2fadf8a842" /> + </symbol> + </g> + </defs> + <g + id="id-b024d08b-cf1c-4f03-bfcd-605cfe68e400" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-cae4f170-ff8e-406a-9690-10d069878e68"> + <g + transform="translate(148.712,134.765)" + id="g172149"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-25527dc3-56a9-4bba-9d93-be86b32db828" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-4c99f9d7-b7a6-443b-b67a-9b5476787db6"> + <g + transform="translate(154.759,136.259)" + id="g172153"> + <path + style="stroke:none" + d="m 1.078125,-3.890625 c 0.359375,0.09375 0.5625,0.09375 0.671875,0.09375 0.921875,0 1.46875,-0.625 1.46875,-0.734375 0,-0.078125 -0.046875,-0.09375 -0.078125,-0.09375 -0.015625,0 -0.03125,0 -0.0625,0.015625 -0.171875,0.0625 -0.53125,0.203125 -1.046875,0.203125 -0.203125,0 -0.5625,-0.015625 -1.015625,-0.1875 C 0.9375,-4.625 0.921875,-4.625 0.921875,-4.625 c -0.09375,0 -0.09375,0.078125 -0.09375,0.1875 v 2.046875 c 0,0.125 0,0.203125 0.109375,0.203125 0.0625,0 0.078125,0 0.140625,-0.09375 0.296875,-0.375 0.734375,-0.4375 0.96875,-0.4375 0.421875,0 0.609375,0.328125 0.640625,0.390625 0.125,0.234375 0.171875,0.5 0.171875,0.90625 0,0.203125 0,0.609375 -0.21875,0.921875 -0.171875,0.25 -0.46875,0.421875 -0.8125,0.421875 -0.453125,0 -0.921875,-0.25 -1.09375,-0.71875 0.265625,0.015625 0.40625,-0.15625 0.40625,-0.34375 0,-0.296875 -0.265625,-0.34375 -0.359375,-0.34375 0,0 -0.34375,0 -0.34375,0.375 0,0.625 0.578125,1.25 1.40625,1.25 0.890625,0 1.671875,-0.65625 1.671875,-1.546875 0,-0.78125 -0.59375,-1.5 -1.453125,-1.5 -0.3125,0 -0.671875,0.0625 -0.984375,0.328125 z m 0,0" + id="id-b35db373-843b-476d-8934-549764fb90e4" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.0705556,0,0,0.0705556,46.855194,34.218757)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_6$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.20000001371477769" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.0705556" + id="g162898-7"> + <defs + id="id-5f467499-ee1e-4da1-8103-5ee117b5d5fb"> + <g + id="id-f7e25b85-c0ac-4a8e-a358-98023c8d1d74"> + <symbol + overflow="visible" + id="id-43c6bd91-9543-420f-af9d-d4f2dd626ed3"> + <path + style="stroke:none" + d="" + id="id-7d4bb7f2-9b73-416e-ad73-c0de5aa51a7f" /> + </symbol> + <symbol + overflow="visible" + id="id-d49e7134-2518-480b-80d9-fa481d5fe00f"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-035263a5-ec73-4536-98f8-4310fdf5f6c8" /> + </symbol> + <symbol + overflow="visible" + id="id-a771482c-6ed4-479c-9f95-b645b24d3799"> + <path + style="stroke:none" + d="" + id="id-dfa1020a-fa60-4a20-a38e-28ae01fbe970" /> + </symbol> + <symbol + overflow="visible" + id="id-47fe08b8-0488-4765-a3a1-c215fb31f832"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-f032a05f-9eca-4fd6-b4be-27fa6aa0198e" /> + </symbol> + </g> + </defs> + <g + id="id-d9f00100-2218-4e70-9b8a-92a3d0332540" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-9522bff6-12de-49c5-b9be-0a7ce36a0783"> + <g + transform="translate(148.712,134.765)" + id="g174212"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-ee02019d-48ff-43e6-82c8-3f986aa4cdde" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-baf6dedc-e2dd-4fd9-ae56-b45263d0a9e9"> + <g + transform="translate(154.759,136.259)" + id="g174216"> + <path + style="stroke:none" + d="m 1.046875,-2.28125 c 0,-0.5625 0.046875,-1.078125 0.3125,-1.515625 0.234375,-0.375 0.609375,-0.625 1.0625,-0.625 0.203125,0 0.484375,0.046875 0.625,0.234375 C 2.875,-4.171875 2.71875,-4.046875 2.71875,-3.84375 c 0,0.171875 0.125,0.328125 0.328125,0.328125 0.21875,0 0.34375,-0.140625 0.34375,-0.34375 0,-0.40625 -0.296875,-0.765625 -0.984375,-0.765625 -1,0 -2.03125,0.921875 -2.03125,2.421875 0,1.796875 0.84375,2.34375 1.625,2.34375 0.84375,0 1.578125,-0.65625 1.578125,-1.5625 0,-0.890625 -0.703125,-1.546875 -1.515625,-1.546875 -0.5625,0 -0.859375,0.375 -1.015625,0.6875 z M 2,-0.078125 c -0.359375,0 -0.625,-0.203125 -0.78125,-0.515625 C 1.125,-0.796875 1.0625,-1.15625 1.0625,-1.5625 c 0,-0.6875 0.40625,-1.203125 0.96875,-1.203125 0.3125,0 0.53125,0.125 0.703125,0.375 0.171875,0.265625 0.171875,0.5625 0.171875,0.96875 0,0.390625 0,0.6875 -0.1875,0.96875 -0.15625,0.234375 -0.390625,0.375 -0.71875,0.375 z m 0,0" + id="id-4695bb3e-fc0d-4e48-b0c5-03d9b88228d5" /> + </g> + </g> + </g> + </g> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:#840073;stroke-width:0.046;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 68.783838,42.599435 -0.218181,-1.325462 0.480871,-1.234896 1.279339,0.355519 0.78967,0.971191 -1.025443,0.968245 z" + id="path138536-0" /> + <path + style="fill:none;stroke:#840073;stroke-width:0.067;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 65.08391,44.14166 0.249679,1.756412" + id="path184122" /> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 59.752016,47.067034 2.050542,0.0667 0.850185,1.973088 -2.456982,0.50328 z" + id="path184607" /> + <text + xml:space="preserve" + style="font-size:1.05833px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';stroke-width:0.264583" + x="71.613686" + y="41.648106" + id="text3089"><tspan + sodipodi:role="line" + id="tspan3087" + style="font-size:1.05833px;stroke-width:0.264583" + x="71.613686" + y="41.648106">control volume</tspan></text> + <g + transform="matrix(0.105833 0 0 0.105833 49.5212 34.6986)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$M_v$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g197047"> + <defs + id="id-14d40be6-e0df-40d3-8bfb-9d2138c040e0"> + <g + id="id-d8096c27-932b-4086-a9ce-f88df6989170"> + <symbol + overflow="visible" + id="id-8de7b686-0fde-4b0e-97c2-a2bc5c77b2ba"> + <path + style="stroke:none" + d="" + id="id-e5dcf351-aab0-47d7-b929-91b91175b138" /> + </symbol> + <symbol + overflow="visible" + id="id-cdf75a9f-1a03-4ff7-be3f-f7839f18028e"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-2b967936-0e41-4f78-8c2d-73446e81091e" /> + </symbol> + <symbol + overflow="visible" + id="id-72239310-3032-47f8-a6bc-10ed8be1d253"> + <path + style="stroke:none" + d="" + id="id-8a943be0-4805-4fb3-b940-f05a525a2db2" /> + </symbol> + <symbol + overflow="visible" + id="id-8ee65d0f-fb81-4841-b2e6-4ffdac3fdda1"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-010dc6f0-be64-44ef-bfdf-ab71f8b5f5d2" /> + </symbol> + </g> + </defs> + <g + id="id-e136da9b-317f-4a67-8797-40380922917a" + transform="translate(-149.134, -127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-867b5f23-e952-4449-99ab-bd8a3f4eb555"> + <g + transform="translate(148.712, 134.765)" + id="g9363"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-a91627a0-81eb-4315-babc-39149985b060" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-6e103f2c-2932-4fec-b7dc-c8b0343df83d"> + <g + transform="translate(158.377, 136.259)" + id="g9367"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-408bbe19-1acf-459e-9bac-2bbb20055211" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833 0 0 0.105833 49.2216 39.5783)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$K_v$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g194594"> + <defs + id="id-39407aca-fde2-4ad2-ad99-5f3ef4fde898"> + <g + id="id-2891c1c0-a574-4034-b2c4-5f0a50d64ddf"> + <symbol + overflow="visible" + id="id-bd1cc243-fc03-4326-bc33-0fca9fb065f7"> + <path + style="stroke:none" + d="" + id="id-115305fd-6fb3-4b66-8baa-eb2ec0752478" /> + </symbol> + <symbol + overflow="visible" + id="id-8e3cec2f-0dde-4f38-8c61-a2a551e0aa71"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-eb89e3d2-99b4-4f02-b79f-e7118bc5966f" /> + </symbol> + <symbol + overflow="visible" + id="id-87acfaf1-0e90-4387-96a9-8b06d8336f00"> + <path + style="stroke:none" + d="" + id="id-95ccb096-2bb4-427a-b62c-77f18743cb97" /> + </symbol> + <symbol + overflow="visible" + id="id-70f78600-f9f5-42e6-82a0-1408ec897e01"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-694b22c6-6f61-4401-bdf9-1e12cf580cbc" /> + </symbol> + </g> + </defs> + <g + id="id-e7660ff4-8c45-4b95-bcd8-bb7d5401493a" + transform="translate(-149.087, -127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-a6319526-1ae1-48b9-b79c-ed7c2f3e3329"> + <g + transform="translate(148.712, 134.765)" + id="g11733"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-1f11af53-1c0f-43ae-b0f3-3d5b05caa63e" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-7aa6a104-1f5e-4a8c-83ca-41d73384233b"> + <g + transform="translate(157.174, 136.259)" + id="g11737"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-997da8e3-2df1-4b2f-8ce6-74db79458824" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833 0 0 0.105833 53.6405 37.2931)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$L_v$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g199536"> + <defs + id="id-d7d2c616-5fb1-425c-a27e-a3b0187b3131"> + <g + id="id-fd217650-b10c-41db-9d21-90eff3bcb40e"> + <symbol + overflow="visible" + id="id-7a132aa7-d2ad-4d6f-90e2-a17fe590a0e4"> + <path + style="stroke:none" + d="" + id="id-4e4aeed5-70ad-446d-abfe-b5707d4451c5" /> + </symbol> + <symbol + overflow="visible" + id="id-6cb33529-75a2-4b2d-a17b-2c67a0b14dac"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-f40cbded-dc00-4c64-9ad5-e53d66dfe9eb" /> + </symbol> + <symbol + overflow="visible" + id="id-d42c11e6-6ea9-402f-9423-38601a3dee82"> + <path + style="stroke:none" + d="" + id="id-1d9e126e-2876-43ec-b13f-0a9dbba30031" /> + </symbol> + <symbol + overflow="visible" + id="id-ff61cb9c-3110-48d1-b6ba-a5cb6c9cbf02"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-25243074-510a-41db-a80b-094dd68e83d0" /> + </symbol> + </g> + </defs> + <g + id="id-7a2f38d4-212d-471b-b07b-fc74765c88b6" + transform="translate(-149.103, -127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-b96a47c3-3114-49f5-8e4e-3317509a417c"> + <g + transform="translate(148.712, 134.765)" + id="g14103"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-3539b045-038d-45fa-8877-aa9b3f115a47" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-135108f4-14a7-4483-9945-be95f8b8706c"> + <g + transform="translate(155.492, 136.259)" + id="g14107"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-7f161265-36a2-4b85-91ef-98d22723e3f4" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,45.530588,27.972876)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$M$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g16525"> + <defs + id="id-e7c6fcdd-3a5b-4a0c-a114-be9656e087f4"> + <g + id="id-c5b05bb5-ca79-4b42-9c28-109e0c86c11e"> + <symbol + overflow="visible" + id="id-20f3e7a7-051a-41c3-bf57-d672f8d63c1e"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-1932f97e-782f-4739-9156-feabe03678f4" /> + </symbol> + <symbol + overflow="visible" + id="id-27a3f998-fb6a-4171-825d-25f490e80db6"> + <path + style="stroke:none;stroke-width:0" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-bc265d2c-2d6e-440c-a8f0-d9bf6371719c" /> + </symbol> + </g> + </defs> + <g + id="id-743f3b48-5038-49e4-8cac-417fcbcc0006" + transform="translate(-149.134,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-b2d6c58e-2205-4ae9-bbb7-c6b916ece795"> + <g + transform="translate(148.712,134.765)" + id="g16521"> + <path + style="stroke:none;stroke-width:0" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-70436b5d-ed98-4cf3-8998-0ccfeb28ef24" /> + </g> + </g> + </g> + </g> + <path + style="display:inline;fill:#738787;fill-opacity:0.348613;stroke:none;stroke-width:0.0529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 69.53626,36.104042 -0.465926,1.960595 1.585637,0.05571 1.016534,-1.354201 z" + id="path1535-3" /> + <text + xml:space="preserve" + style="font-size:1.05833px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';display:inline;stroke-width:0.264583" + x="72.273468" + y="37.833214" + id="text1677"><tspan + sodipodi:role="line" + id="tspan1675" + style="font-size:1.05833px;stroke-width:0.264583" + x="72.273468" + y="37.833214">element</tspan></text> + <g + id="g8574" + style="fill:#000000;fill-opacity:1;stroke:#840073;stroke-opacity:1" + transform="matrix(0.14349668,0,0,0.14349668,19.568619,18.721851)" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + ns0:text="$v$"> + <defs + id="defs8576"> + <g + id="g19109"> + <symbol + id="symbol19103" + overflow="visible" + style="overflow:visible"> + <path + id="path19101" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol19107" + overflow="visible" + style="overflow:visible"> + <path + id="path19105" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + </defs> + <g + id="textext-c00f1f1c-2" + style="fill:#000000;fill-opacity:1;stroke:#840073;stroke-opacity:1"> + <g + id="g8587" + style="fill:#000000;fill-opacity:1;stroke:#840073;stroke-opacity:1"> + <use + id="use8589" + y="134.765" + x="223.43201" + xlink:href="#textext-c00f1f1c-1-3" + width="100%" + height="100%" + style="fill:#000000;fill-opacity:1;stroke:#840073;stroke-opacity:1" /> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,42.517807,45.927391)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$K$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g3808"> + <defs + id="id-1e1a4c00-4e71-40a4-a5c7-59fa32844bec"> + <g + id="id-dc2e81fc-f96d-4c15-99d2-fe024f1a0687"> + <symbol + overflow="visible" + id="id-00fe0ad1-ade5-4645-bb46-f38d0ddc1f0c"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-f2efe91d-c4c8-4e3c-b90e-c1213cf5f337" /> + </symbol> + <symbol + overflow="visible" + id="id-1324aaba-7a64-4ce5-9730-2e2f08c4604d"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-a67175cf-0b9a-4c51-8997-438d2063eae4" /> + </symbol> + </g> + </defs> + <g + id="id-4b57d739-724e-4b02-be24-4067e80fbab8" + transform="translate(-149.087,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-27740816-fb6d-4be0-98d5-81cc54b0b7bc"> + <g + transform="translate(148.712,134.765)" + id="g3804"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-68af1224-aaa4-4879-84b9-f778b10e36db" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.105833,0,0,0.105833,63.151477,37.884783)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$L$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.105833" + id="g3808-3"> + <defs + id="id-1177ff45-d0cf-4f69-9d64-7595249b5592"> + <g + id="id-6e075f4e-8c04-4a47-adfe-5837a7514deb"> + <symbol + overflow="visible" + id="id-3f7b2f87-5055-4075-a41a-4bb6eb041736"> + <path + style="stroke:none" + d="" + id="id-17857c2b-a4db-48a6-a451-c9e99c5234c1" /> + </symbol> + <symbol + overflow="visible" + id="id-dd566016-b3f9-4692-a1a0-179bd5227ba9"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-1f58978f-10e4-4b4e-9629-acecba6c6052" /> + </symbol> + </g> + </defs> + <g + id="id-bc36f225-b650-4d79-bb66-3a9fdd02f3ec" + transform="translate(-149.103,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-ac7e20c8-8e6d-4c0d-b715-1a35414b0d23"> + <g + transform="translate(148.712,134.765)" + id="g6431"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-0515d9c1-4ea2-4206-b3bd-c9a421f9f361" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/doc/handbook/svg/box_disc.svg b/doc/handbook/svg/box_disc.svg deleted file mode 100755 index 66576620d4632fc9daa44fa305033fe18a7233ee..0000000000000000000000000000000000000000 --- a/doc/handbook/svg/box_disc.svg +++ /dev/null @@ -1,733 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1052.3622" - height="744.09448" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.48.0 r9654" - version="1.0" - sodipodi:docname="box_disc.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <marker - inkscape:stockid="Arrow1Sstart" - orient="auto" - refY="0.0" - refX="0.0" - id="Arrow1Sstart" - style="overflow:visible"> - <path - id="path3538" - d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " - style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none" - transform="scale(0.2) translate(6,0)" /> - </marker> - <marker - inkscape:stockid="Arrow1Mstart" - orient="auto" - refY="0.0" - refX="0.0" - id="Arrow1Mstart" - style="overflow:visible"> - <path - id="path3532" - d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " - style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none" - transform="scale(0.4) translate(10,0)" /> - </marker> - <marker - inkscape:stockid="Arrow1Mend" - orient="auto" - refY="0.0" - refX="0.0" - id="Arrow1Mend" - style="overflow:visible;"> - <path - id="path3727" - d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " - style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" - transform="scale(0.4) rotate(180) translate(10,0)" /> - </marker> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 526.18109 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="744.09448 : 526.18109 : 1" - inkscape:persp3d-origin="372.04724 : 350.78739 : 1" - id="perspective10" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="0.74" - inkscape:cx="526.18109" - inkscape:cy="381.46306" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1280" - inkscape:window-height="963" - inkscape:window-x="0" - inkscape:window-y="17" - inkscape:window-maximized="0"> - <inkscape:grid - type="xygrid" - id="grid2385" - visible="true" - enabled="true" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1"> - <flowRoot - xml:space="preserve" - id="flowRoot5192" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(312.64918,-277.68247)"><flowRegion - id="flowRegion5194"><rect - id="rect5196" - width="83.980377" - height="54.214508" - x="509.61661" - y="493.35226" - style="fill:#0000ff;fill-opacity:1" /></flowRegion><flowPara - id="flowPara5198">scv</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot5200" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(278.08736,-204.1169)"><flowRegion - id="flowRegion5202"><rect - id="rect5204" - width="29.818018" - height="28.462643" - x="608.55817" - y="444.55917" - style="fill:#0000ff;fill-opacity:1" /></flowRegion><flowPara - id="flowPara5206" - style="font-size:20px;fill:#0000ff;fill-opacity:1">i</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot5216" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(281.25248,-235.98661)"><flowRegion - id="flowRegion5218"><rect - id="rect5220" - width="29.818018" - height="28.462643" - x="608.55817" - y="444.55917" - style="fill:#0000ff;fill-opacity:1" /></flowRegion><flowPara - id="flowPara5222" - style="font-size:20px;fill:#0000ff;fill-opacity:1">k</flowPara></flowRoot> <g - id="g3686"> - <rect - ry="1.2165556" - y="124.64518" - x="59.951752" - height="399.42368" - width="399.94101" - id="rect2383" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2389" - d="M 260,123.33807 L 258.8744,525.88098" - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> - <path - id="path2391" - d="M 60,324.09448 L 460,324.09448" - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> - </g> - <g - id="g5054"> - <path - id="path3163" - d="M 161.28824,64.094482 L 160,586.87233" - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:12, 3;stroke-dashoffset:0;stroke-opacity:1" /> - <path - id="path3165" - d="M -1.3553634,224.09448 L 520,224.99032" - style="fill:#800080;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:12, 3;stroke-dashoffset:0;stroke-opacity:1" /> - <path - id="path3676" - d="M 0.90744595,424.09448 L 522.26286,424.99032" - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:12, 3;stroke-dashoffset:0;stroke-opacity:1" /> - </g> - <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:12, 3;stroke-dashoffset:0;stroke-opacity:1" - d="M 362.39396,64.094482 L 361.10572,586.87233" - id="path3678" /> - <flowRoot - xml:space="preserve" - id="flowRoot3695" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(-487.86472,28.082659)"><flowRegion - id="flowRegion3697"><rect - id="rect3699" - width="242.61003" - height="29.817987" - x="440.4931" - y="25.751904" /></flowRegion><flowPara - id="flowPara3701" - style="font-size:24px">FE mesh</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3703" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(-273.66406,-5.987759)"><flowRegion - id="flowRegion3705"><rect - id="rect3707" - width="261.58514" - height="31.173353" - x="440.4931" - y="25.751904" /></flowRegion><flowPara - id="flowPara3709" - style="font-size:24px">secondary FV mesh</flowPara></flowRoot> <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 78.265175,87.068982 L 103.04528,117.84893" - id="path3711" /> - <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 304.65694,51.290483 L 350.68269,98.802518" - id="path3713" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path5008" - sodipodi:cx="261.58511" - sodipodi:cy="329.3533" - sodipodi:rx="13.553634" - sodipodi:ry="13.553634" - d="M 275.13875,329.3533 A 13.553634,13.553634 0 1 1 248.03148,329.3533 A 13.553634,13.553634 0 1 1 275.13875,329.3533 z" - transform="translate(0,-6)" /> - <flowRoot - xml:space="preserve" - id="flowRoot5010" - style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(-122.80934,-5.4214534)"><flowRegion - id="flowRegion5012"><rect - id="rect5014" - width="86.743225" - height="32.528732" - x="295.46921" - y="284.62631" - style="font-size:24px" /></flowRegion><flowPara - id="flowPara5016">node i</flowPara></flowRoot> <g - id="g5069"> - <flowRoot - transform="translate(-56.925781,-169.42042)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5018" - xml:space="preserve"><flowRegion - id="flowRegion5020"><rect - y="493.35226" - x="509.61661" - height="54.214523" - width="66.412804" - id="rect5022" /></flowRegion><flowPara - id="flowPara5024">E</flowPara></flowRoot> <flowRoot - transform="translate(-119.27198,-96.941526)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5026" - xml:space="preserve"><flowRegion - id="flowRegion5028"><rect - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5030" /></flowRegion><flowPara - style="font-size:20px" - id="flowPara5032">k</flowPara></flowRoot> </g> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5034" - width="199.23842" - height="197.88306" - x="261.58511" - y="325.2872" - ry="1.2165556" /> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5036" - width="199.23842" - height="197.88306" - x="160.6929" - y="224.99031" - ry="1.2165556" /> - <g - id="g5059" - transform="translate(2.7107267,0)"> - <flowRoot - transform="translate(-161.31878,-270.23563)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5038" - xml:space="preserve"><flowRegion - id="flowRegion5040"><rect - style="fill:#0000ff;fill-opacity:1" - y="493.35226" - x="509.61661" - height="54.214523" - width="66.412804" - id="rect5042" /></flowRegion><flowPara - id="flowPara5044">B</flowPara></flowRoot> <flowRoot - transform="translate(-225.8806,-196.67006)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5046" - xml:space="preserve"><flowRegion - id="flowRegion5048"><rect - style="fill:#0000ff;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5050" /></flowRegion><flowPara - style="font-size:20px;fill:#0000ff;fill-opacity:1" - id="flowPara5052">i</flowPara></flowRoot> </g> - <g - id="g5081" - transform="translate(365.08079,20.301186)"> - <flowRoot - transform="translate(-56.925781,-169.42042)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5083" - xml:space="preserve"><flowRegion - id="flowRegion5085"><rect - y="493.35226" - x="509.61661" - height="54.214523" - width="66.412804" - id="rect5087" /></flowRegion><flowPara - id="flowPara5089">E</flowPara></flowRoot> <flowRoot - transform="translate(-119.27198,-96.941526)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5091" - xml:space="preserve"><flowRegion - id="flowRegion5093"><rect - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5095" /></flowRegion><flowPara - style="font-size:20px" - id="flowPara5097">k</flowPara></flowRoot> </g> - <path - style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:2.75723743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:11.02894999, 2.7572375;stroke-dashoffset:0;stroke-opacity:1" - d="M 588.32046,462.50936 L 858.51314,462.50936" - id="path5101" /> - <path - style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:2.84685826;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:11.38743312, 2.84685828;stroke-dashoffset:0;stroke-opacity:1" - d="M 719.92343,327.55321 L 721.46033,588.23818" - id="path5103" /> - <g - id="g5113" - transform="translate(-16.90383,274.90485)"> - <rect - ry="1.2165556" - y="86.211426" - x="641.76453" - height="197.88306" - width="199.23842" - id="rect5079" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - <path - transform="translate(380.41489,-48.793085)" - d="m 275.13875,329.3533 c 0,7.48547 -6.06817,13.55364 -13.55364,13.55364 -7.48546,0 -13.55363,-6.06817 -13.55363,-13.55364 0,-7.48546 6.06817,-13.55363 13.55363,-13.55363 7.48547,0 13.55364,6.06817 13.55364,13.55363 z" - sodipodi:ry="13.553634" - sodipodi:rx="13.553634" - sodipodi:cy="329.3533" - sodipodi:cx="261.58511" - id="path5105" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - sodipodi:type="arc" /> - <path - transform="translate(574.67408,-47.437724)" - d="m 275.13875,329.3533 c 0,7.48547 -6.06817,13.55364 -13.55364,13.55364 -7.48546,0 -13.55363,-6.06817 -13.55363,-13.55364 0,-7.48546 6.06817,-13.55363 13.55363,-13.55363 7.48547,0 13.55364,6.06817 13.55364,13.55363 z" - sodipodi:ry="13.553634" - sodipodi:rx="13.553634" - sodipodi:cy="329.3533" - sodipodi:cx="261.58511" - id="path5107" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - sodipodi:type="arc" /> - <path - inkscape:transform-center-y="15.053634" - transform="translate(576.67408,-244.61005)" - d="m 275.13875,329.3533 c 0,7.48547 -6.06817,13.55364 -13.55364,13.55364 -7.48546,0 -13.55363,-6.06817 -13.55363,-13.55364 0,-7.48546 6.06817,-13.55363 13.55363,-13.55363 7.48547,0 13.55364,6.06817 13.55364,13.55363 z" - sodipodi:ry="13.553634" - sodipodi:rx="13.553634" - sodipodi:cy="329.3533" - sodipodi:cx="261.58511" - id="path5109" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - sodipodi:type="arc" /> - <path - inkscape:transform-center-y="15.053634" - transform="translate(379.50176,-242.61004)" - d="m 275.13875,329.3533 c 0,7.48547 -6.06817,13.55364 -13.55364,13.55364 -7.48546,0 -13.55363,-6.06817 -13.55363,-13.55364 0,-7.48546 6.06817,-13.55363 13.55363,-13.55363 7.48547,0 13.55364,6.06817 13.55364,13.55363 z" - sodipodi:ry="13.553634" - sodipodi:rx="13.553634" - sodipodi:cy="329.3533" - sodipodi:cx="261.58511" - id="path5111" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - sodipodi:type="arc" /> - </g> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5124" - width="199.23842" - height="197.88306" - x="620" - y="67.768166" - ry="1.2165556" /> - <g - id="g5126" - transform="translate(468.83473,-158.08537)"> - <flowRoot - transform="translate(-161.31878,-270.23563)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5128" - xml:space="preserve"><flowRegion - id="flowRegion5130"><rect - style="fill:#0000ff;fill-opacity:1" - y="493.35226" - x="509.61661" - height="54.214523" - width="66.412804" - id="rect5132" /></flowRegion><flowPara - id="flowPara5134">B</flowPara></flowRoot> <flowRoot - transform="translate(-225.8806,-196.67006)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5136" - xml:space="preserve"><flowRegion - id="flowRegion5138"><rect - style="fill:#0000ff;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5140" /></flowRegion><flowPara - style="font-size:20px;fill:#0000ff;fill-opacity:1" - id="flowPara5142">i</flowPara></flowRoot> </g> - <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.77284336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="M 586.6497,164.09448 L 859.9096,164.09448" - id="path5146" /> - <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" - d="M 721.05331,42.016264 L 718.34258,298.17994" - id="path5154" /> - <flowRoot - xml:space="preserve" - id="flowRoot5158" - style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(388.86722,-154.7741)"><flowRegion - id="flowRegion5160"><rect - id="rect5162" - width="20.330421" - height="32.528717" - x="295.46921" - y="284.62631" - style="font-size:24px" /></flowRegion><flowPara - id="flowPara5164">i</flowPara></flowRoot> <rect - style="opacity:1;fill:#00a3ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5186" - width="94.875458" - height="97.490631" - x="721.05334" - y="164.80521" - ry="1.1825171" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path5188" - sodipodi:cx="261.58511" - sodipodi:cy="329.3533" - sodipodi:rx="13.553634" - sodipodi:ry="13.553634" - d="M 275.13875,329.3533 A 13.553634,13.553634 0 1 1 248.03148,329.3533 A 13.553634,13.553634 0 1 1 275.13875,329.3533 z" - transform="translate(456.75746,-165.25882)" /> - <flowRoot - xml:space="preserve" - id="flowRoot5224" - style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(293.26953,44.832497)"><flowRegion - id="flowRegion5226"><rect - id="rect5228" - width="20.330421" - height="32.528717" - x="295.46921" - y="284.62631" - style="font-size:24px" /></flowRegion><flowPara - id="flowPara5230">i</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot5232" - style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(292.0629,275.5475)"><flowRegion - id="flowRegion5234"><rect - id="rect5236" - width="20.330421" - height="32.528717" - x="295.46921" - y="284.62631" - style="font-size:24px" /></flowRegion><flowPara - id="flowPara5238">j</flowPara></flowRoot> <path - style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 628.24396,462.1789 L 720.40867,462.1789" - id="path5358" /> - <g - id="g5398" - transform="translate(-343.58331,-18.217817)"> - <flowRoot - transform="translate(364.22784,7.914998)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5362" - xml:space="preserve"><flowRegion - id="flowRegion5364"><rect - style="fill:#000000;fill-opacity:1" - y="493.35226" - x="509.61661" - height="54.214523" - width="66.412804" - id="rect5366" /></flowRegion><flowPara - id="flowPara5368">x</flowPara></flowRoot> <flowRoot - transform="translate(299.66602,81.480568)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5370" - xml:space="preserve"><flowRegion - id="flowRegion5372"><rect - style="fill:#000000;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5374" /></flowRegion><flowPara - style="font-size:20px;fill:#000000;fill-opacity:1" - id="flowPara5376">ij</flowPara></flowRoot> <flowRoot - transform="translate(296.83114,49.610858)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot5378" - xml:space="preserve"><flowRegion - id="flowRegion5380"><rect - style="fill:#000000;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5382" /></flowRegion><flowPara - style="font-size:20px;fill:#000000;fill-opacity:1" - id="flowPara5384">k</flowPara></flowRoot> </g> - <g - id="g5450" - transform="translate(-321.60139,-88.611075)"> - <flowRoot - transform="translate(330.68379,-21.17828)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - id="flowRoot5414" - xml:space="preserve"><flowRegion - id="flowRegion5416"><rect - style="fill:#0000ff;fill-opacity:1" - y="493.35226" - x="509.61661" - height="54.214508" - width="85.331734" - id="rect5418" /></flowRegion><flowPara - id="flowPara5420">e</flowPara></flowRoot> <flowRoot - transform="translate(278.12197,52.38729)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - id="flowRoot5422" - xml:space="preserve"><flowRegion - id="flowRegion5424"><rect - style="fill:#0000ff;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5426" /></flowRegion><flowPara - style="font-size:20px;fill:#0000ff;fill-opacity:1" - id="flowPara5428">ij</flowPara></flowRoot> <flowRoot - transform="translate(275.28709,20.51758)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - id="flowRoot5430" - xml:space="preserve"><flowRegion - id="flowRegion5432"><rect - style="fill:#0000ff;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect5434" /></flowRegion><flowPara - style="font-size:20px;fill:#0000ff;fill-opacity:1" - id="flowPara5436">k</flowPara></flowRoot> </g> - <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 591.26887,421.518 C 596.3425,420.12834 604.10437,422.71162 610.24396,424.09448 C 616.3176,425.46249 623.65841,426.32084 629.21904,431.00554 C 640,440.08825 640.16512,442.43779 642.77268,445.91454 C 645.16174,449.09996 641.75951,451.34942 642.77268,455.40209" - id="path5464" - sodipodi:nodetypes="csssc" /> - <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.79728961;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 588.66891,514.42274 C 595.98004,515.79437 606.94533,512.61565 615.6496,510.84144 C 624.26038,509.08628 634.70475,507.85588 642.42818,502.40286 C 657.40241,491.83054 657.52869,489.19166 661.09078,485.20028 C 664.35438,481.54336 659.39032,479.14712 660.64841,474.5687" - id="path7526" - sodipodi:nodetypes="csssc" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path7528" - sodipodi:cx="666.89191" - sodipodi:cy="460.98639" - sodipodi:rx="8.7837839" - sodipodi:ry="10.135136" - d="M 675.67569,460.98639 A 8.7837839,10.135136 0 1 1 658.10812,460.98639 A 8.7837839,10.135136 0 1 1 675.67569,460.98639 z" - transform="translate(4,0)" /> - <flowRoot - xml:space="preserve" - id="flowRoot7550" - style="font-size:24;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(-75.675676,-574.32432)"><flowRegion - id="flowRegion7552"><rect - id="rect7554" - width="78.37838" - height="113.51351" - x="60.81081" - y="575.17554" - style="font-size:24" /></flowRegion><flowPara - id="flowPara7556">a)</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot7558" - style="font-size:24;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(472.3939,-571.93744)"><flowRegion - id="flowRegion7560"><rect - id="rect7562" - width="78.37838" - height="113.51351" - x="60.81081" - y="575.17554" - style="font-size:24" /></flowRegion><flowPara - id="flowPara7564">b)</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot7566" - style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - transform="translate(474.85167,-275.12663)"><flowRegion - id="flowRegion7568"><rect - id="rect7570" - width="78.37838" - height="113.51351" - x="60.81081" - y="575.17554" - style="font-size:24px" /></flowRegion><flowPara - id="flowPara7572">c)</flowPara></flowRoot> <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.95269799;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Arrow1Sstart);marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 670.41494,504.68449 L 670.23212,469.62547 L 670.23212,469.62547 L 670.23212,469.62547 L 670.23212,469.62547" - id="path2552" /> - <g - id="g4730" - transform="translate(162.10811,-110.37838)"> - <flowRoot - transform="translate(-9.52871,93.700078)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot4694" - xml:space="preserve"><flowRegion - id="flowRegion4696"><rect - style="fill:#000000;fill-opacity:1" - y="493.35226" - x="509.61661" - height="54.214523" - width="66.412804" - id="rect4698" /></flowRegion><flowPara - style="font-weight:bold" - id="flowPara4700">n</flowPara></flowRoot> <flowRoot - transform="translate(-74.09053,167.26565)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - id="flowRoot4702" - xml:space="preserve"><flowRegion - id="flowRegion4704"><rect - style="fill:#000000;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect4706" /></flowRegion><flowPara - style="font-size:20px;fill:#000000;fill-opacity:1" - id="flowPara4708">ij</flowPara></flowRoot> <flowRoot - transform="translate(-76.92541,135.39594)" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" - id="flowRoot4710" - xml:space="preserve"><flowRegion - id="flowRegion4712"><rect - style="fill:#000000;fill-opacity:1" - y="444.55917" - x="608.55817" - height="28.462643" - width="29.818018" - id="rect4714" /></flowRegion><flowPara - style="font-size:20px;fill:#000000;fill-opacity:1" - id="flowPara4716">k</flowPara></flowRoot> </g> - <flowRoot - xml:space="preserve" - id="flowRoot2580" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - transform="translate(125.01676,-115.57119)"><flowRegion - id="flowRegion2582"><rect - id="rect2584" - width="83.980377" - height="54.214508" - x="509.61661" - y="493.35226" - style="fill:#0000ff;fill-opacity:1" /></flowRegion><flowPara - id="flowPara2586">b</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot2588" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - transform="translate(68.45494,-40.00562)"><flowRegion - id="flowRegion2590"><rect - id="rect2592" - width="29.818018" - height="28.462643" - x="608.55817" - y="444.55917" - style="fill:#0000ff;fill-opacity:1" /></flowRegion><flowPara - id="flowPara2594" - style="font-size:20px;fill:#0000ff;fill-opacity:1">i</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot2596" - style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" - transform="translate(71.62006,-71.87533)"><flowRegion - id="flowRegion2598"><rect - id="rect2600" - width="29.818018" - height="28.462643" - x="608.55817" - y="444.55917" - style="fill:#0000ff;fill-opacity:1" /></flowRegion><flowPara - id="flowPara2602" - style="font-size:20px;fill:#0000ff;fill-opacity:1">k</flowPara></flowRoot> </g> -</svg> diff --git a/doc/handbook/svg/cctpfa.svg b/doc/handbook/svg/cctpfa.svg index 490ab0a792c6faf5e8f196c3df9696449fb35c7d..2d55490dfd7402deb8e946f25b7d966140f81142 100644 --- a/doc/handbook/svg/cctpfa.svg +++ b/doc/handbook/svg/cctpfa.svg @@ -2,26 +2,25 @@ <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg - xmlns:ns0="http://www.iki.fi/pav/software/textext/" - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="71.802628mm" - height="40.243732mm" - viewBox="0 0 254.41874 142.5959" + width="38.113949mm" + height="25.3484mm" + viewBox="0 0 135.04941 89.817163" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)" sodipodi:docname="cctpfa.svg" - inkscape:export-filename="/temp/martins/DUMUX-3.0/dumux/doc/handbook/PNG/cctpfa.png" + inkscape:export-filename="../png/cctpfa.png" inkscape:export-xdpi="600" - inkscape:export-ydpi="600"> + inkscape:export-ydpi="600" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:ns0="http://www.iki.fi/pav/software/textext/"> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -29,54 +28,95 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="1.979899" - inkscape:cx="44.448389" - inkscape:cy="49.744113" + inkscape:zoom="11.313709" + inkscape:cx="34.20629" + inkscape:cy="55.110135" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1920" - inkscape:window-height="1015" + inkscape:window-height="1043" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" - fit-margin-bottom="0" /> + fit-margin-bottom="0" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" /> <defs id="defs4"> + <marker + style="overflow:visible" + id="Arrow3" + refX="0" + refY="0" + orient="auto-start-reverse" + inkscape:stockid="Arrow3" + markerWidth="4.2071066" + markerHeight="6.9999995" + viewBox="0 0 4.2071068 7" + inkscape:isstock="true" + inkscape:collect="always" + preserveAspectRatio="xMidYMid"> + <path + style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:round" + d="M 3,-3 0,0 3,3" + id="arrow3" + transform="rotate(180,0.125,0)" + sodipodi:nodetypes="ccc" /> + </marker> + <inkscape:path-effect + effect="bspline" + id="path-effect3356" + is_visible="true" + lpeversion="1" + weight="33.333333" + steps="2" + helper_size="0" + apply_no_weight="true" + apply_with_weight="true" + only_selected="false" /> <inkscape:path-effect is_visible="true" id="path-effect4310" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <inkscape:path-effect is_visible="true" id="path-effect4306" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <inkscape:path-effect is_visible="true" id="path-effect4294" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <inkscape:path-effect is_visible="true" id="path-effect4290" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <inkscape:path-effect is_visible="true" id="path-effect4274" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <inkscape:path-effect is_visible="true" id="path-effect4362" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <inkscape:path-effect is_visible="true" id="path-effect4346" - effect="spiro" /> + effect="spiro" + lpeversion="0" /> <linearGradient id="linearGradient8369" - osb:paint="solid"> + inkscape:swatch="solid"> <stop style="stop-color:#000000;stop-opacity:1;" offset="0" @@ -95,7 +135,7 @@ id="path5803" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" - transform="scale(0.6,0.6)" /> + transform="scale(0.6)" /> </marker> <marker inkscape:stockid="Arrow1Lend" @@ -108,7 +148,7 @@ <path inkscape:connector-curvature="0" id="path5782" - d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z" + d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" transform="matrix(-0.8,0,0,-0.8,-10,0)" /> </marker> @@ -125,8 +165,2453 @@ id="path5803-6" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" - transform="scale(0.6,0.6)" /> + transform="scale(0.6)" /> + </marker> + <inkscape:path-effect + is_visible="true" + id="path-effect4290-7" + effect="spiro" + lpeversion="0" /> + <inkscape:path-effect + is_visible="true" + id="path-effect4310-3" + effect="spiro" + lpeversion="0" /> + <inkscape:path-effect + is_visible="true" + id="path-effect4290-6" + effect="spiro" + lpeversion="0" /> + <inkscape:path-effect + is_visible="true" + id="path-effect4310-9" + effect="spiro" + lpeversion="0" /> + <marker + inkscape:stockid="Arrow2Mstart" + orient="auto" + refY="0" + refX="0" + id="Arrow2Mstart-7" + style="overflow:visible" + inkscape:isstock="true"> + <path + inkscape:connector-curvature="0" + id="path5803-0" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" + d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" + transform="scale(0.6)" /> + </marker> + <marker + inkscape:stockid="Arrow2Mstart" + orient="auto" + refY="0" + refX="0" + id="Arrow2Mstart-2-9" + style="overflow:visible" + inkscape:isstock="true"> + <path + inkscape:connector-curvature="0" + id="path5803-6-3" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" + d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" + transform="scale(0.6)" /> + </marker> + <g + id="g4938-6"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-dc706633-0-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4941-8" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-dc706633-1-7"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="path4944-9" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-dc706633-2-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4947-0" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-dc706633-3-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path4950-3" /> + </symbol> + </g> + <g + id="g5123-7"> + <symbol + style="overflow:visible" + id="textext-96de7a1a-0-3" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path5126-6" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="textext-96de7a1a-1-1" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path5129-2" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="textext-96de7a1a-2-9" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path5132-3" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="textext-96de7a1a-3-1" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path5135-9" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g5346-6"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6fb24ff5-0-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path5349-0" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6fb24ff5-1-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path5352-3" /> + </symbol> + </g> + <g + id="g6361-7"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-0eee0e28-0-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path6364-5" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-0eee0e28-1-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="path6367-9" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-0eee0e28-2-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path6370-7" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-0eee0e28-3-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path6373-5" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-0eee0e28-4-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="path6376-5" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-0eee0e28-5-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path6379-7" /> + </symbol> + </g> + <g + id="g9103-3"> + <symbol + id="textext-e8b43e81-0-1" + overflow="visible" + style="overflow:visible"> + <path + id="path9106-4" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-e8b43e81-1-9" + overflow="visible" + style="overflow:visible"> + <path + id="path9109-2" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g9486-6"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-c69f47de-0-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path9489-4" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-c69f47de-1-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="path9492-5" /> + </symbol> + </g> + <g + id="g4505-2"> + <symbol + id="textext-fcd1e4d0-0-7" + overflow="visible" + style="overflow:visible"> + <path + id="path4508-2" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-fcd1e4d0-1-2" + overflow="visible" + style="overflow:visible"> + <path + id="path4511-6" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-fcd1e4d0-2-1" + overflow="visible" + style="overflow:visible"> + <path + id="path4514-0" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-fcd1e4d0-3-6" + overflow="visible" + style="overflow:visible"> + <path + id="path4517-1" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g6114-7"> + <symbol + id="textext-411cea76-0-1" + overflow="visible" + style="overflow:visible"> + <path + id="path6117-1" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-411cea76-1-5" + overflow="visible" + style="overflow:visible"> + <path + id="path6120-9" + d="m 3.296875,-6.15625 v 0.4375 c 0.546875,0 0.609375,0 0.609375,0.359375 V -3.625 c -0.390625,-0.296875 -0.8125,-0.40625 -1.25,-0.40625 -1.453125,0 -2.3125,0.890625 -2.3125,2.046875 0,1.1875 0.84375,2.03125 2.21875,2.03125 0.5625,0 1,-0.203125 1.296875,-0.4375 v 0.4375 L 5.515625,0 v -0.4375 c -0.53125,0 -0.609375,0 -0.609375,-0.359375 V -6.21875 Z m 0.5625,5.171875 C 3.65625,-0.65625 3.234375,-0.3125 2.65625,-0.3125 c -1.109375,0 -1.109375,-1.0625 -1.109375,-1.65625 0,-0.53125 0,-0.90625 0.234375,-1.234375 0.234375,-0.359375 0.671875,-0.46875 0.984375,-0.46875 0.4375,0 0.8125,0.1875 1.09375,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-411cea76-2-7" + overflow="visible" + style="overflow:visible"> + <path + id="path6123-7" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-411cea76-3-6" + overflow="visible" + style="overflow:visible"> + <path + id="path6126-7" + d="m 3.625,-2.40625 c 0,0 -0.03125,-0.0625 -0.03125,-0.078125 0,0 0.015625,0 0.109375,-0.078125 0.609375,-0.40625 1.40625,-0.96875 1.75,-1.125 0.203125,-0.09375 0.375,-0.15625 0.5625,-0.15625 C 6.078125,-3.859375 6.15625,-3.859375 6.15625,-4 6.15625,-4.046875 6.125,-4.078125 6.078125,-4.078125 5.9375,-4.078125 5.78125,-4.0625 5.625,-4.0625 c -0.078125,0 -0.28125,0 -0.375,0 -0.078125,-0.015625 -0.296875,-0.03125 -0.359375,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.078125 0.09375,0.09375 0.109375,0.09375 C 5,-3.84375 5,-3.796875 5,-3.765625 5,-3.6875 4.875,-3.59375 4.84375,-3.578125 4.828125,-3.5625 4.828125,-3.5625 4.8125,-3.546875 c 0,0 -0.0625,0.03125 -0.078125,0.046875 l -2.59375,1.765625 0.46875,-1.875 c 0.046875,-0.1875 0.046875,-0.234375 0.53125,-0.234375 0.109375,0 0.1875,0 0.1875,-0.15625 0,-0.03125 -0.015625,-0.09375 -0.09375,-0.09375 -0.125,0 -0.265625,0.03125 -0.40625,0.03125 -0.125,0 -0.265625,0 -0.40625,0 -0.125,0 -0.265625,0 -0.40625,0 -0.125,0 -0.28125,-0.03125 -0.40625,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.1875,0.09375 0.109375,0 0.265625,0 0.390625,0.03125 0,0.0625 0,0.109375 -0.03125,0.203125 L 1.234375,-0.5 c -0.046875,0.21875 -0.0625,0.265625 -0.515625,0.265625 -0.125,0 -0.203125,0 -0.203125,0.140625 0,0.046875 0.03125,0.09375 0.09375,0.09375 0.125,0 0.265625,-0.015625 0.40625,-0.015625 0.140625,0 0.265625,-0.015625 0.390625,-0.015625 0.140625,0 0.28125,0.015625 0.421875,0.015625 C 1.953125,-0.015625 2.109375,0 2.234375,0 2.28125,0 2.375,0 2.375,-0.15625 c 0,-0.078125 -0.078125,-0.078125 -0.203125,-0.078125 -0.015625,0 -0.125,0 -0.234375,-0.015625 C 1.828125,-0.265625 1.796875,-0.265625 1.796875,-0.328125 1.796875,-0.359375 1.828125,-0.5 1.84375,-0.59375 1.875,-0.6875 1.875,-0.703125 1.921875,-0.84375 2,-1.15625 2,-1.171875 2.0625,-1.453125 l 1.046875,-0.703125 0.984375,1.75 c 0,0.078125 0,0.15625 -0.28125,0.171875 -0.0625,0 -0.15625,0 -0.15625,0.140625 C 3.65625,-0.046875 3.6875,0 3.765625,0 3.9375,0 4.375,-0.03125 4.546875,-0.03125 c 0.109375,0 0.203125,0.015625 0.3125,0.015625 C 4.953125,-0.015625 5.0625,0 5.171875,0 c 0.0625,0 0.125,-0.03125 0.125,-0.15625 0,-0.078125 -0.09375,-0.078125 -0.140625,-0.078125 C 4.84375,-0.25 4.796875,-0.328125 4.71875,-0.453125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-411cea76-4-3" + overflow="visible" + style="overflow:visible"> + <path + id="path6129-6" + d="m 1.375,-0.078125 c 0,0.5625 -0.296875,0.890625 -0.453125,1.03125 C 0.875,1 0.84375,1.015625 0.84375,1.046875 c 0,0.0625 0.0625,0.109375 0.109375,0.109375 0.078125,0 0.625,-0.46875 0.625,-1.203125 0,-0.390625 -0.15625,-0.671875 -0.453125,-0.671875 -0.234375,0 -0.359375,0.1875 -0.359375,0.359375 C 0.765625,-0.1875 0.890625,0 1.140625,0 1.234375,0 1.3125,-0.03125 1.375,-0.078125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-411cea76-5-5" + overflow="visible" + style="overflow:visible"> + <path + id="path6132-6" + d="m 3.734375,-2.15625 c 0.0625,0 0.328125,0 0.328125,-0.25 0,-0.171875 -0.171875,-0.171875 -0.28125,-0.171875 H 2.171875 c -0.984375,0 -1.734375,0.90625 -1.734375,1.640625 0,0.609375 0.484375,1 1.078125,1 0.828125,0 1.6875,-0.703125 1.6875,-1.578125 C 3.203125,-1.796875 3.125,-2 3.015625,-2.15625 Z M 1.53125,-0.140625 c -0.203125,0 -0.640625,-0.078125 -0.640625,-0.65625 0,-0.375 0.203125,-1.359375 1.1875,-1.359375 0.34375,0 0.65625,0.125 0.65625,0.578125 0,0.171875 -0.078125,0.703125 -0.390625,1.046875 -0.234375,0.25 -0.546875,0.390625 -0.8125,0.390625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <inkscape:path-effect + is_visible="true" + id="path-effect4290-6-9" + effect="spiro" + lpeversion="0" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="534.25848" + x2="337.98065" + y1="543.18219" + x1="328.27145" + id="linearGradient5180" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="matrix(-0.30068856,0,0,2.5365914,560.52817,-1465.5357)" /> + <linearGradient + id="linearGradient5174" + inkscape:collect="always"> + <stop + id="stop5176" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop5178" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient16919" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9381838,0,0,0.25070376,-502.90722,-224.12593)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient17273" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4962017,0,0,-0.35654927,-338.64341,245.30046)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient17717" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.30068856,0,0,-2.5365914,382.17684,1429.3539)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient25627" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.05909715,0,0,-1.4982527,211.02687,847.54467)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient26161" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.05720916,0,0,1.4553588,245.74803,-869.24998)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient26487" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.4785248,0,0,0.04127549,712.56818,-101.2096)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5174" + id="linearGradient26693" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.5703162,0,0,0.36425196,746.03315,-164.32539)" + x1="328.27145" + y1="543.18219" + x2="337.98065" + y2="534.25848" /> + <linearGradient + gradientTransform="translate(96.095299,-351.34877)" + gradientUnits="userSpaceOnUse" + y2="490.98294" + x2="256.31219" + y1="498.23041" + x1="260.56091" + id="linearGradient5244" + xlink:href="#linearGradient5174" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(96.095299,-351.34877)" + gradientUnits="userSpaceOnUse" + y2="492.49277" + x2="267.51883" + y1="498.70392" + x1="260.29568" + id="linearGradient5164" + xlink:href="#linearGradient5174" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="508.93021" + x2="307.27963" + y1="516.16058" + x1="299.24631" + id="linearGradient5172" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="586.11371" + x2="288.01828" + y1="574.40222" + x1="294.49619" + id="linearGradient5204" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="585.11365" + x2="242.88976" + y1="575.93823" + x1="246.63487" + id="linearGradient5212" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="575.44562" + x2="238.20656" + y1="575.68256" + x1="246.71516" + id="linearGradient5220" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientTransform="translate(96.095299,-351.34877)" + gradientUnits="userSpaceOnUse" + y2="500.57123" + x2="250.07574" + y1="498.57767" + x1="260.29785" + id="linearGradient5236" + xlink:href="#linearGradient5174" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="534.25848" + x2="337.98065" + y1="543.18219" + x1="328.27145" + id="linearGradient5180-3" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="581.95972" + x2="304.6731" + y1="574.9389" + x1="294.65863" + id="linearGradient5196" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="552.27863" + x2="338.70917" + y1="543.84515" + x1="328.52731" + id="linearGradient5188" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="translate(97.174265,-355.97621)" /> + <linearGradient + gradientTransform="translate(97.219231,-357.5616)" + gradientUnits="userSpaceOnUse" + y2="542.21362" + x2="239.67636" + y1="541.47437" + x1="250.10336" + id="linearGradient5366-7" + xlink:href="#linearGradient5174" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="495.11441" + x2="295.0936" + y1="490.86441" + x1="307.30145" + id="linearGradient5031-5" + xlink:href="#linearGradient5174" + inkscape:collect="always" + gradientTransform="matrix(1,0,0,-1,108.67038,647.80319)" /> + <g + id="g4932"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4935" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path4938" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4941-9" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path4944-1" /> + </symbol> + </g> + <g + id="g5641"> + <symbol + id="textext-4c2d31a6-0" + overflow="visible" + style="overflow:visible"> + <path + id="path5644" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-1" + overflow="visible" + style="overflow:visible"> + <path + id="path5647" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-2" + overflow="visible" + style="overflow:visible"> + <path + id="path5650" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-3" + overflow="visible" + style="overflow:visible"> + <path + id="path5653" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g6370"> + <symbol + overflow="visible" + id="textext-3762459b-0" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6373-2" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-1" + style="overflow:visible"> + <path + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path6376-7" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-2" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6379-0" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-3" + style="overflow:visible"> + <path + style="stroke:none" + d="m 7.109375,-4.1875 c 0.0625,-0.265625 0.078125,-0.328125 0.59375,-0.328125 0.15625,0 0.234375,0 0.234375,-0.140625 0,-0.109375 -0.078125,-0.109375 -0.203125,-0.109375 H 6.78125 c -0.203125,0 -0.203125,0.015625 -0.296875,0.140625 l -2.6875,3.984375 -0.6875,-3.9375 c -0.03125,-0.171875 -0.03125,-0.1875 -0.25,-0.1875 H 1.875 c -0.140625,0 -0.234375,0 -0.234375,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.875,3.5 c -0.0625,0.234375 -0.171875,0.484375 -0.734375,0.5 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.5,-0.03125 0.71875,-0.03125 C 1.515625,-0.03125 1.921875,0 2.078125,0 2.125,0 2.21875,0 2.21875,-0.15625 2.21875,-0.25 2.125,-0.25 2.0625,-0.25 1.625,-0.265625 1.625,-0.453125 1.625,-0.546875 c 0,-0.03125 0,-0.0625 0.03125,-0.171875 l 0.921875,-3.703125 0.75,4.234375 C 3.359375,-0.0625 3.359375,0 3.46875,0 3.5625,0 3.625,-0.078125 3.671875,-0.15625 L 6.59375,-4.5 6.609375,-4.484375 5.625,-0.546875 C 5.5625,-0.3125 5.546875,-0.25 5.015625,-0.25 c -0.125,0 -0.21875,0 -0.21875,0.15625 0,0 0,0.09375 0.109375,0.09375 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 C 5.984375,-0.03125 6.46875,0 6.671875,0 6.703125,0 6.8125,0 6.8125,-0.15625 6.8125,-0.25 6.734375,-0.25 6.59375,-0.25 c -0.015625,0 -0.140625,0 -0.265625,-0.015625 -0.15625,-0.015625 -0.15625,-0.03125 -0.15625,-0.109375 0,-0.03125 0.015625,-0.109375 0.015625,-0.140625 z m 0,0" + id="path6382" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g8578"> + <symbol + id="textext-c00f1f1c-0" + overflow="visible" + style="overflow:visible"> + <path + id="path8581" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-c00f1f1c-1" + overflow="visible" + style="overflow:visible"> + <path + id="path8584" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g11671"> + <symbol + id="textext-24ed3c40-0" + overflow="visible" + style="overflow:visible"> + <path + id="path11674" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-1" + overflow="visible" + style="overflow:visible"> + <path + id="path11677" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-2" + overflow="visible" + style="overflow:visible"> + <path + id="path11680" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-3" + overflow="visible" + style="overflow:visible"> + <path + id="path11683" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-4" + overflow="visible" + style="overflow:visible"> + <path + id="path11686" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-5" + overflow="visible" + style="overflow:visible"> + <path + id="path11689" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g13461"> + <symbol + id="symbol13463" + overflow="visible" + style="overflow:visible"> + <path + id="path13465" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13467" + overflow="visible" + style="overflow:visible"> + <path + id="path13469" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13471" + overflow="visible" + style="overflow:visible"> + <path + id="path13473" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13475" + overflow="visible" + style="overflow:visible"> + <path + id="path13477" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13479" + overflow="visible" + style="overflow:visible"> + <path + id="path13481" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13483" + overflow="visible" + style="overflow:visible"> + <path + id="path13485" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g15176"> + <symbol + overflow="visible" + id="textext-ea05e2ce-0" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15179" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-1" + style="overflow:visible"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path15182" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-2" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15185" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-3" + style="overflow:visible"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path15188" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-4" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15191" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-5" + style="overflow:visible"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="path15194" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g18370"> + <symbol + id="textext-33addb0b-0" + overflow="visible" + style="overflow:visible"> + <path + id="path18373" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-1" + overflow="visible" + style="overflow:visible"> + <path + id="path18376" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-2" + overflow="visible" + style="overflow:visible"> + <path + id="path18379" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-3" + overflow="visible" + style="overflow:visible"> + <path + id="path18382" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g19391"> + <symbol + overflow="visible" + id="textext-a424de31-0"> + <path + style="stroke:none" + d="" + id="path19394" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-1"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="path19397" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-2"> + <path + style="stroke:none" + d="" + id="path19400" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-3"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path19403" /> + </symbol> + </g> + <g + id="g20324"> + <symbol + id="textext-86e6737c-0" + overflow="visible"> + <path + id="path20327" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-1" + overflow="visible"> + <path + id="path20330" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-2" + overflow="visible"> + <path + id="path20333" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-3" + overflow="visible"> + <path + id="path20336" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g21370"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21373" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path21376" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21379" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path21382" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21385" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-5"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + id="path21388" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21391" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-7"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.640625,-1.65625 c 0.46875,0 0.765625,0.296875 0.765625,0.78125 0,0.515625 -0.3125,0.78125 -0.75,0.78125 -0.0625,0 -0.65625,0 -0.90625,-0.265625 0.203125,-0.03125 0.265625,-0.171875 0.265625,-0.296875 0,-0.1875 -0.140625,-0.3125 -0.3125,-0.3125 -0.15625,0 -0.296875,0.109375 -0.296875,0.328125 0,0.515625 0.578125,0.75 1.265625,0.75 0.8125,0 1.3125,-0.5 1.3125,-0.984375 0,-0.40625 -0.359375,-0.75 -0.921875,-0.875 0.59375,-0.203125 0.75,-0.578125 0.75,-0.859375 0,-0.40625 -0.5,-0.703125 -1.125,-0.703125 -0.625,0 -1.109375,0.25 -1.109375,0.703125 0,0.234375 0.1875,0.296875 0.28125,0.296875 0.140625,0 0.28125,-0.109375 0.28125,-0.296875 0,-0.109375 -0.0625,-0.25 -0.234375,-0.28125 C 1.109375,-3.109375 1.5625,-3.125 1.671875,-3.125 c 0.359375,0 0.609375,0.171875 0.609375,0.515625 0,0.296875 -0.1875,0.75 -0.703125,0.78125 -0.140625,0 -0.15625,0 -0.296875,0.015625 -0.046875,0 -0.109375,0 -0.109375,0.078125 0,0.078125 0.046875,0.078125 0.140625,0.078125 z m 0,0" + id="path21394" /> + </symbol> + </g> + <g + id="g22481"> + <symbol + id="textext-c80c61a3-0" + overflow="visible"> + <path + id="path22484" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-1" + overflow="visible"> + <path + id="path22487" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-2" + overflow="visible"> + <path + id="path22490" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-3" + overflow="visible"> + <path + id="path22493" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-4" + overflow="visible"> + <path + id="path22496" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-5" + overflow="visible"> + <path + id="path22499" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-6" + overflow="visible"> + <path + id="path22502" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-7" + overflow="visible"> + <path + id="path22505" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g24721"> + <symbol + id="textext-9bb8b9da-0" + overflow="visible"> + <path + id="path24724" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-1" + overflow="visible"> + <path + id="path24727" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-2" + overflow="visible"> + <path + id="path24730" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-3" + overflow="visible"> + <path + id="path24733" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-4" + overflow="visible"> + <path + id="path24736" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-5" + overflow="visible"> + <path + id="path24739" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-6" + overflow="visible"> + <path + id="path24742" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-7" + overflow="visible"> + <path + id="path24745" + d="M 2.9375,-0.96875 H 2.71875 c 0,0.09375 -0.0625,0.40625 -0.140625,0.453125 -0.03125,0.03125 -0.453125,0.03125 -0.53125,0.03125 H 1.078125 C 1.40625,-0.71875 1.765625,-1 2.0625,-1.203125 c 0.453125,-0.3125 0.875,-0.59375 0.875,-1.125 0,-0.640625 -0.609375,-0.984375 -1.3125,-0.984375 -0.671875,0 -1.171875,0.375 -1.171875,0.875 0,0.25 0.21875,0.296875 0.296875,0.296875 0.125,0 0.28125,-0.09375 0.28125,-0.296875 0,-0.171875 -0.125,-0.28125 -0.28125,-0.28125 0.140625,-0.234375 0.4375,-0.375 0.765625,-0.375 0.484375,0 0.890625,0.28125 0.890625,0.765625 0,0.421875 -0.296875,0.75 -0.671875,1.0625 l -1.21875,1.03125 C 0.46875,-0.1875 0.453125,-0.1875 0.453125,-0.15625 V 0 h 2.3125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g4932-9"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-0-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4935-1" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-1-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path4938-4" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-2-7"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path4941-84" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-6ab7fae3-3-5"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path4944-0" /> + </symbol> + </g> + <g + id="g6370-0"> + <symbol + overflow="visible" + id="textext-3762459b-0-6" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6373-1" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-1-5" + style="overflow:visible"> + <path + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path6376-54" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-2-7" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path6379-6" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-3762459b-3-5" + style="overflow:visible"> + <path + style="stroke:none" + d="m 7.109375,-4.1875 c 0.0625,-0.265625 0.078125,-0.328125 0.59375,-0.328125 0.15625,0 0.234375,0 0.234375,-0.140625 0,-0.109375 -0.078125,-0.109375 -0.203125,-0.109375 H 6.78125 c -0.203125,0 -0.203125,0.015625 -0.296875,0.140625 l -2.6875,3.984375 -0.6875,-3.9375 c -0.03125,-0.171875 -0.03125,-0.1875 -0.25,-0.1875 H 1.875 c -0.140625,0 -0.234375,0 -0.234375,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.875,3.5 c -0.0625,0.234375 -0.171875,0.484375 -0.734375,0.5 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.5,-0.03125 0.71875,-0.03125 C 1.515625,-0.03125 1.921875,0 2.078125,0 2.125,0 2.21875,0 2.21875,-0.15625 2.21875,-0.25 2.125,-0.25 2.0625,-0.25 1.625,-0.265625 1.625,-0.453125 1.625,-0.546875 c 0,-0.03125 0,-0.0625 0.03125,-0.171875 l 0.921875,-3.703125 0.75,4.234375 C 3.359375,-0.0625 3.359375,0 3.46875,0 3.5625,0 3.625,-0.078125 3.671875,-0.15625 L 6.59375,-4.5 6.609375,-4.484375 5.625,-0.546875 C 5.5625,-0.3125 5.546875,-0.25 5.015625,-0.25 c -0.125,0 -0.21875,0 -0.21875,0.15625 0,0 0,0.09375 0.109375,0.09375 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 0.140625,0 0.296875,-0.015625 0.4375,-0.015625 C 5.984375,-0.03125 6.46875,0 6.671875,0 6.703125,0 6.8125,0 6.8125,-0.15625 6.8125,-0.25 6.734375,-0.25 6.59375,-0.25 c -0.015625,0 -0.140625,0 -0.265625,-0.015625 -0.15625,-0.015625 -0.15625,-0.03125 -0.15625,-0.109375 0,-0.03125 0.015625,-0.109375 0.015625,-0.140625 z m 0,0" + id="path6382-6" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g8578-4"> + <symbol + id="textext-c00f1f1c-0-7" + overflow="visible" + style="overflow:visible"> + <path + id="path8581-4" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-c00f1f1c-1-4" + overflow="visible" + style="overflow:visible"> + <path + id="path8584-3" + d="m 4.671875,-3.703125 c 0,-0.546875 -0.265625,-0.703125 -0.4375,-0.703125 -0.25,0 -0.5,0.265625 -0.5,0.484375 0,0.125 0.046875,0.1875 0.15625,0.296875 0.21875,0.203125 0.34375,0.453125 0.34375,0.8125 0,0.421875 -0.609375,2.703125 -1.765625,2.703125 -0.515625,0 -0.75,-0.34375 -0.75,-0.875 0,-0.546875 0.28125,-1.28125 0.578125,-2.109375 0.078125,-0.171875 0.125,-0.3125 0.125,-0.5 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.9375,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.296875,-1 0.71875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.53125 -0.171875,0.703125 -0.4375,1.15625 -0.5625,1.609375 -0.5625,2.046875 0,1.078125 0.875,1.234375 1.328125,1.234375 1.671875,0 2.25,-3.296875 2.25,-3.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g11671-8"> + <symbol + id="textext-24ed3c40-0-4" + overflow="visible" + style="overflow:visible"> + <path + id="path11674-3" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-1-1" + overflow="visible" + style="overflow:visible"> + <path + id="path11677-4" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-2-9" + overflow="visible" + style="overflow:visible"> + <path + id="path11680-2" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-3-0" + overflow="visible" + style="overflow:visible"> + <path + id="path11683-6" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-4-8" + overflow="visible" + style="overflow:visible"> + <path + id="path11686-9" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-24ed3c40-5-2" + overflow="visible" + style="overflow:visible"> + <path + id="path11689-6" + d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g13461-7"> + <symbol + id="symbol13463-2" + overflow="visible" + style="overflow:visible"> + <path + id="path13465-7" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13467-2" + overflow="visible" + style="overflow:visible"> + <path + id="path13469-2" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13471-6" + overflow="visible" + style="overflow:visible"> + <path + id="path13473-1" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13475-0" + overflow="visible" + style="overflow:visible"> + <path + id="path13477-6" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13479-1" + overflow="visible" + style="overflow:visible"> + <path + id="path13481-5" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13483-9" + overflow="visible" + style="overflow:visible"> + <path + id="path13485-4" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g15176-6"> + <symbol + overflow="visible" + id="textext-ea05e2ce-0-7" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15179-3" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-1-6" + style="overflow:visible"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path15182-5" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-2-6" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15185-3" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-3-9" + style="overflow:visible"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path15188-4" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-4-8" + style="overflow:visible"> + <path + style="stroke:none" + d="" + id="path15191-1" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + overflow="visible" + id="textext-ea05e2ce-5-2" + style="overflow:visible"> + <path + style="stroke:none" + d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0" + id="path15194-9" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g18370-3"> + <symbol + id="textext-33addb0b-0-8" + overflow="visible" + style="overflow:visible"> + <path + id="path18373-5" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-1-6" + overflow="visible" + style="overflow:visible"> + <path + id="path18376-1" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-2-1" + overflow="visible" + style="overflow:visible"> + <path + id="path18379-5" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-33addb0b-3-9" + overflow="visible" + style="overflow:visible"> + <path + id="path18382-8" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g19391-4"> + <symbol + overflow="visible" + id="textext-a424de31-0-4"> + <path + style="stroke:none" + d="" + id="path19394-4" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-1-7"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="path19397-6" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-2-3"> + <path + style="stroke:none" + d="" + id="path19400-1" /> + </symbol> + <symbol + overflow="visible" + id="textext-a424de31-3-7"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="path19403-5" /> + </symbol> + </g> + <g + id="g20324-7"> + <symbol + id="textext-86e6737c-0-4" + overflow="visible"> + <path + id="path20327-1" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-1-8" + overflow="visible"> + <path + id="path20330-5" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-2-9" + overflow="visible"> + <path + id="path20333-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-86e6737c-3-5" + overflow="visible"> + <path + id="path20336-3" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g21370-4"> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-0-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21373-3" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-1-3"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="path21376-8" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-2-6"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21379-0" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-3-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path21382-8" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-4-8"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21385-8" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-5-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + id="path21388-7" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-6-7"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path21391-6" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="textext-bd0a76ae-7-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.640625,-1.65625 c 0.46875,0 0.765625,0.296875 0.765625,0.78125 0,0.515625 -0.3125,0.78125 -0.75,0.78125 -0.0625,0 -0.65625,0 -0.90625,-0.265625 0.203125,-0.03125 0.265625,-0.171875 0.265625,-0.296875 0,-0.1875 -0.140625,-0.3125 -0.3125,-0.3125 -0.15625,0 -0.296875,0.109375 -0.296875,0.328125 0,0.515625 0.578125,0.75 1.265625,0.75 0.8125,0 1.3125,-0.5 1.3125,-0.984375 0,-0.40625 -0.359375,-0.75 -0.921875,-0.875 0.59375,-0.203125 0.75,-0.578125 0.75,-0.859375 0,-0.40625 -0.5,-0.703125 -1.125,-0.703125 -0.625,0 -1.109375,0.25 -1.109375,0.703125 0,0.234375 0.1875,0.296875 0.28125,0.296875 0.140625,0 0.28125,-0.109375 0.28125,-0.296875 0,-0.109375 -0.0625,-0.25 -0.234375,-0.28125 C 1.109375,-3.109375 1.5625,-3.125 1.671875,-3.125 c 0.359375,0 0.609375,0.171875 0.609375,0.515625 0,0.296875 -0.1875,0.75 -0.703125,0.78125 -0.140625,0 -0.15625,0 -0.296875,0.015625 -0.046875,0 -0.109375,0 -0.109375,0.078125 0,0.078125 0.046875,0.078125 0.140625,0.078125 z m 0,0" + id="path21394-3" /> + </symbol> + </g> + <g + id="g22481-6"> + <symbol + id="textext-c80c61a3-0-9" + overflow="visible"> + <path + id="path22484-2" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-1-2" + overflow="visible"> + <path + id="path22487-4" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-2-7" + overflow="visible"> + <path + id="path22490-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-3-5" + overflow="visible"> + <path + id="path22493-4" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-4-8" + overflow="visible"> + <path + id="path22496-1" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-5-2" + overflow="visible"> + <path + id="path22499-8" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-6-9" + overflow="visible"> + <path + id="path22502-3" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-7-6" + overflow="visible"> + <path + id="path22505-8" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g24721-6"> + <symbol + id="textext-9bb8b9da-0-4" + overflow="visible"> + <path + id="path24724-6" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-1-2" + overflow="visible"> + <path + id="path24727-5" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-2-8" + overflow="visible"> + <path + id="path24730-6" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-3-2" + overflow="visible"> + <path + id="path24733-8" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-4-4" + overflow="visible"> + <path + id="path24736-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-5-2" + overflow="visible"> + <path + id="path24739-4" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-6-0" + overflow="visible"> + <path + id="path24742-6" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-9bb8b9da-7-2" + overflow="visible"> + <path + id="path24745-9" + d="M 2.9375,-0.96875 H 2.71875 c 0,0.09375 -0.0625,0.40625 -0.140625,0.453125 -0.03125,0.03125 -0.453125,0.03125 -0.53125,0.03125 H 1.078125 C 1.40625,-0.71875 1.765625,-1 2.0625,-1.203125 c 0.453125,-0.3125 0.875,-0.59375 0.875,-1.125 0,-0.640625 -0.609375,-0.984375 -1.3125,-0.984375 -0.671875,0 -1.171875,0.375 -1.171875,0.875 0,0.25 0.21875,0.296875 0.296875,0.296875 0.125,0 0.28125,-0.09375 0.28125,-0.296875 0,-0.171875 -0.125,-0.28125 -0.28125,-0.28125 0.140625,-0.234375 0.4375,-0.375 0.765625,-0.375 0.484375,0 0.890625,0.28125 0.890625,0.765625 0,0.421875 -0.296875,0.75 -0.671875,1.0625 l -1.21875,1.03125 C 0.46875,-0.1875 0.453125,-0.1875 0.453125,-0.15625 V 0 h 2.3125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g5641-3"> + <symbol + id="textext-4c2d31a6-0-9" + overflow="visible" + style="overflow:visible"> + <path + id="path5644-1" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-1-9" + overflow="visible" + style="overflow:visible"> + <path + id="path5647-6" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-2-9" + overflow="visible" + style="overflow:visible"> + <path + id="path5650-3" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="textext-4c2d31a6-3-3" + overflow="visible" + style="overflow:visible"> + <path + id="path5653-8" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <inkscape:path-effect + is_visible="true" + id="path-effect4290-6-0" + effect="spiro" + lpeversion="0" /> + <marker + inkscape:stockid="Arrow2Mstart" + orient="auto" + refY="0" + refX="0" + id="Arrow2Mstart-7-0" + style="overflow:visible" + inkscape:isstock="true"> + <path + inkscape:connector-curvature="0" + id="path5803-0-4" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" + d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" + transform="scale(0.6)" /> + </marker> + <marker + inkscape:stockid="Arrow2Mstart" + orient="auto" + refY="0" + refX="0" + id="Arrow2Mstart-2-9-6" + style="overflow:visible" + inkscape:isstock="true"> + <path + inkscape:connector-curvature="0" + id="path5803-6-3-2" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" + d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" + transform="scale(0.6)" /> </marker> + <g + id="g13860-8"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13846-2"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13844-9" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13850-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="path13848-6" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13854-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13852-2" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13858-7"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path13856-6" /> + </symbol> + </g> + <g + id="g13885-1"> + <symbol + style="overflow:visible" + id="symbol13871-4" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13869-9" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="symbol13875-1" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13873-0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="symbol13879-7" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13877-5" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="symbol13883-8" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13881-7" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="g13902-6"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13896-1"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13894-0" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13900-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path13898-2" /> + </symbol> + </g> + <g + id="g13934-9"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13912-0"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13910-2" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13916-8"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="path13914-3" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13920-8"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13918-0" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13924-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path13922-0" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13928-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="path13926-1" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13932-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path13930-6" /> + </symbol> + </g> + <g + id="g13954-0"> + <symbol + id="symbol13948-2" + overflow="visible" + style="overflow:visible"> + <path + id="path13946-9" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13952-4" + overflow="visible" + style="overflow:visible"> + <path + id="path13950-3" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g13969-1"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13963-4"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13961-6" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13967-9"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="path13965-4" /> + </symbol> + </g> + <g + id="g13993-2"> + <symbol + id="symbol13979-8" + overflow="visible" + style="overflow:visible"> + <path + id="path13977-8" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13983-9" + overflow="visible" + style="overflow:visible"> + <path + id="path13981-2" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13987-8" + overflow="visible" + style="overflow:visible"> + <path + id="path13985-8" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13991-8" + overflow="visible" + style="overflow:visible"> + <path + id="path13989-6" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g14027-4"> + <symbol + id="symbol14005-7" + overflow="visible" + style="overflow:visible"> + <path + id="path14003-6" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14009-8" + overflow="visible" + style="overflow:visible"> + <path + id="path14007-9" + d="m 3.296875,-6.15625 v 0.4375 c 0.546875,0 0.609375,0 0.609375,0.359375 V -3.625 c -0.390625,-0.296875 -0.8125,-0.40625 -1.25,-0.40625 -1.453125,0 -2.3125,0.890625 -2.3125,2.046875 0,1.1875 0.84375,2.03125 2.21875,2.03125 0.5625,0 1,-0.203125 1.296875,-0.4375 v 0.4375 L 5.515625,0 v -0.4375 c -0.53125,0 -0.609375,0 -0.609375,-0.359375 V -6.21875 Z m 0.5625,5.171875 C 3.65625,-0.65625 3.234375,-0.3125 2.65625,-0.3125 c -1.109375,0 -1.109375,-1.0625 -1.109375,-1.65625 0,-0.53125 0,-0.90625 0.234375,-1.234375 0.234375,-0.359375 0.671875,-0.46875 0.984375,-0.46875 0.4375,0 0.8125,0.1875 1.09375,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14013-0" + overflow="visible" + style="overflow:visible"> + <path + id="path14011-6" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14017-8" + overflow="visible" + style="overflow:visible"> + <path + id="path14015-7" + d="m 3.625,-2.40625 c 0,0 -0.03125,-0.0625 -0.03125,-0.078125 0,0 0.015625,0 0.109375,-0.078125 0.609375,-0.40625 1.40625,-0.96875 1.75,-1.125 0.203125,-0.09375 0.375,-0.15625 0.5625,-0.15625 C 6.078125,-3.859375 6.15625,-3.859375 6.15625,-4 6.15625,-4.046875 6.125,-4.078125 6.078125,-4.078125 5.9375,-4.078125 5.78125,-4.0625 5.625,-4.0625 c -0.078125,0 -0.28125,0 -0.375,0 -0.078125,-0.015625 -0.296875,-0.03125 -0.359375,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.078125 0.09375,0.09375 0.109375,0.09375 C 5,-3.84375 5,-3.796875 5,-3.765625 5,-3.6875 4.875,-3.59375 4.84375,-3.578125 4.828125,-3.5625 4.828125,-3.5625 4.8125,-3.546875 c 0,0 -0.0625,0.03125 -0.078125,0.046875 l -2.59375,1.765625 0.46875,-1.875 c 0.046875,-0.1875 0.046875,-0.234375 0.53125,-0.234375 0.109375,0 0.1875,0 0.1875,-0.15625 0,-0.03125 -0.015625,-0.09375 -0.09375,-0.09375 -0.125,0 -0.265625,0.03125 -0.40625,0.03125 -0.125,0 -0.265625,0 -0.40625,0 -0.125,0 -0.265625,0 -0.40625,0 -0.125,0 -0.28125,-0.03125 -0.40625,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.1875,0.09375 0.109375,0 0.265625,0 0.390625,0.03125 0,0.0625 0,0.109375 -0.03125,0.203125 L 1.234375,-0.5 c -0.046875,0.21875 -0.0625,0.265625 -0.515625,0.265625 -0.125,0 -0.203125,0 -0.203125,0.140625 0,0.046875 0.03125,0.09375 0.09375,0.09375 0.125,0 0.265625,-0.015625 0.40625,-0.015625 0.140625,0 0.265625,-0.015625 0.390625,-0.015625 0.140625,0 0.28125,0.015625 0.421875,0.015625 C 1.953125,-0.015625 2.109375,0 2.234375,0 2.28125,0 2.375,0 2.375,-0.15625 c 0,-0.078125 -0.078125,-0.078125 -0.203125,-0.078125 -0.015625,0 -0.125,0 -0.234375,-0.015625 C 1.828125,-0.265625 1.796875,-0.265625 1.796875,-0.328125 1.796875,-0.359375 1.828125,-0.5 1.84375,-0.59375 1.875,-0.6875 1.875,-0.703125 1.921875,-0.84375 2,-1.15625 2,-1.171875 2.0625,-1.453125 l 1.046875,-0.703125 0.984375,1.75 c 0,0.078125 0,0.15625 -0.28125,0.171875 -0.0625,0 -0.15625,0 -0.15625,0.140625 C 3.65625,-0.046875 3.6875,0 3.765625,0 3.9375,0 4.375,-0.03125 4.546875,-0.03125 c 0.109375,0 0.203125,0.015625 0.3125,0.015625 C 4.953125,-0.015625 5.0625,0 5.171875,0 c 0.0625,0 0.125,-0.03125 0.125,-0.15625 0,-0.078125 -0.09375,-0.078125 -0.140625,-0.078125 C 4.84375,-0.25 4.796875,-0.328125 4.71875,-0.453125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14021-9" + overflow="visible" + style="overflow:visible"> + <path + id="path14019-0" + d="m 1.375,-0.078125 c 0,0.5625 -0.296875,0.890625 -0.453125,1.03125 C 0.875,1 0.84375,1.015625 0.84375,1.046875 c 0,0.0625 0.0625,0.109375 0.109375,0.109375 0.078125,0 0.625,-0.46875 0.625,-1.203125 0,-0.390625 -0.15625,-0.671875 -0.453125,-0.671875 -0.234375,0 -0.359375,0.1875 -0.359375,0.359375 C 0.765625,-0.1875 0.890625,0 1.140625,0 1.234375,0 1.3125,-0.03125 1.375,-0.078125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14025-3" + overflow="visible" + style="overflow:visible"> + <path + id="path14023-3" + d="m 3.734375,-2.15625 c 0.0625,0 0.328125,0 0.328125,-0.25 0,-0.171875 -0.171875,-0.171875 -0.28125,-0.171875 H 2.171875 c -0.984375,0 -1.734375,0.90625 -1.734375,1.640625 0,0.609375 0.484375,1 1.078125,1 0.828125,0 1.6875,-0.703125 1.6875,-1.578125 C 3.203125,-1.796875 3.125,-2 3.015625,-2.15625 Z M 1.53125,-0.140625 c -0.203125,0 -0.640625,-0.078125 -0.640625,-0.65625 0,-0.375 0.203125,-1.359375 1.1875,-1.359375 0.34375,0 0.65625,0.125 0.65625,0.578125 0,0.171875 -0.078125,0.703125 -0.390625,1.046875 -0.234375,0.25 -0.546875,0.390625 -0.8125,0.390625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + <g + id="g22481-4"> + <symbol + id="textext-c80c61a3-0-5" + overflow="visible"> + <path + id="path22484-9" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-1-3" + overflow="visible"> + <path + id="path22487-5" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-2-70" + overflow="visible"> + <path + id="path22490-8" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-3-1" + overflow="visible"> + <path + id="path22493-9" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-4-9" + overflow="visible"> + <path + id="path22496-7" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-5-8" + overflow="visible"> + <path + id="path22499-2" + d="m 3.1875,-1.78125 c 0,-0.328125 -0.171875,-0.421875 -0.28125,-0.421875 -0.140625,0 -0.296875,0.15625 -0.296875,0.28125 0,0.09375 0.078125,0.140625 0.109375,0.171875 0.046875,0.046875 0.1875,0.15625 0.1875,0.375 0,0.28125 -0.375,1.265625 -0.96875,1.265625 -0.265625,0 -0.484375,-0.109375 -0.484375,-0.46875 0,-0.25 0.125,-0.578125 0.28125,-0.9375 0.03125,-0.078125 0.0625,-0.171875 0.0625,-0.25 0,-0.25 -0.234375,-0.4375 -0.546875,-0.4375 -0.515625,0 -0.796875,0.640625 -0.796875,0.765625 0,0.078125 0.078125,0.078125 0.109375,0.078125 0.078125,0 0.078125,-0.03125 0.109375,-0.09375 C 0.765625,-1.796875 1,-2.03125 1.234375,-2.03125 c 0.09375,0 0.15625,0.046875 0.15625,0.1875 0,0.09375 -0.03125,0.15625 -0.09375,0.296875 -0.1875,0.484375 -0.265625,0.71875 -0.265625,0.90625 0,0.484375 0.390625,0.703125 0.875,0.703125 0.40625,0 0.703125,-0.296875 0.875,-0.578125 C 3.140625,-1.046875 3.1875,-1.6875 3.1875,-1.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-6-5" + overflow="visible"> + <path + id="path22502-34" + d="" + style="stroke:none" /> + </symbol> + <symbol + id="textext-c80c61a3-7-9" + overflow="visible"> + <path + id="path22505-0" + d="M 1.984375,-3.171875 C 1.984375,-3.3125 1.96875,-3.3125 1.796875,-3.3125 1.453125,-3 0.890625,-3 0.796875,-3 H 0.71875 v 0.21875 h 0.078125 c 0.109375,0 0.4375,-0.015625 0.734375,-0.140625 v 2.5 c 0,0.140625 0,0.203125 -0.53125,0.203125 H 0.75 V 0 c 0.265625,-0.015625 0.71875,-0.015625 1,-0.015625 0.296875,0 0.734375,0 1.015625,0.015625 v -0.21875 h -0.25 c -0.53125,0 -0.53125,-0.0625 -0.53125,-0.203125 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <g + id="id-a90c8637-d925-4f84-8a9b-2fe986800e85-1"> + <symbol + overflow="visible" + id="id-8946220a-24ac-4829-baeb-2e2f8d8adc2b-1"> + <path + style="stroke:none" + d="" + id="id-bc56386a-7ad5-4793-9d97-a481b790f0de-9" /> + </symbol> + <symbol + overflow="visible" + id="id-c380250e-4a78-4a99-a05c-5865c3f4bdd1-0"> + <path + style="stroke:none" + d="M 3.484375,-0.5625 C 3.59375,-0.15625 3.953125,0.109375 4.375,0.109375 4.71875,0.109375 4.953125,-0.125 5.109375,-0.4375 5.28125,-0.796875 5.40625,-1.40625 5.40625,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.046875 -0.140625,0.1875 -0.140625,0.5625 -0.328125,1.234375 -0.75,1.234375 -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.21875 0.125,-0.6875 0.203125,-1.046875 L 4.578125,-2.6875 C 4.609375,-2.828125 4.703125,-3.203125 4.75,-3.359375 4.796875,-3.59375 4.890625,-3.96875 4.890625,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.28125,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 -0.1875,0.734375 -0.625,2.484375 -0.75,3 -0.015625,0.046875 -0.40625,0.84375 -1.140625,0.84375 -0.515625,0 -0.609375,-0.453125 -0.609375,-0.8125 0,-0.5625 0.28125,-1.34375 0.53125,-2.03125 0.125,-0.3125 0.171875,-0.453125 0.171875,-0.640625 0,-0.4375 -0.3125,-0.8125 -0.8125,-0.8125 -0.953125,0 -1.3125,1.453125 -1.3125,1.53125 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.1875 0.25,-0.859375 0.640625,-1.234375 1.015625,-1.234375 0.09375,0 0.25,0.015625 0.25,0.328125 0,0.234375 -0.109375,0.53125 -0.171875,0.671875 -0.375,1 -0.578125,1.609375 -0.578125,2.09375 0,0.953125 0.6875,1.203125 1.21875,1.203125 0.65625,0 1.015625,-0.453125 1.1875,-0.671875 z m 0,0" + id="id-0d64e0c8-d26c-41ca-b758-ba4dc52c36d4-5" /> + </symbol> + <symbol + overflow="visible" + id="id-334f0160-2e24-4e8b-ba40-3623c4ac2458-6"> + <path + style="stroke:none" + d="" + id="id-2ce2b795-878a-45ec-9e67-5f648bc350eb-7" /> + </symbol> + <symbol + overflow="visible" + id="id-325d43f9-c90e-4f80-bda0-605f47bcc204-7"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-14674cb7-a4cf-423b-b5ad-dea4166a5a85-4" /> + </symbol> + </g> + <g + id="id-6ee9865e-21a6-438b-9890-b737ce62b2d6-2"> + <symbol + overflow="visible" + id="id-883f592d-18d0-407f-ad70-9276fead6cd6-2"> + <path + style="stroke:none" + d="" + id="id-1931f803-e3ca-40aa-9bda-69a85cbc33b4-9" /> + </symbol> + <symbol + overflow="visible" + id="id-392d866c-28bc-499f-92a3-855bd73277d1-7"> + <path + style="stroke:none" + d="M 4.171875,-0.421875 V 0.0625 L 5.984375,0 v -0.46875 c -0.609375,0 -0.6875,0 -0.6875,-0.390625 v -6.0625 L 3.53125,-6.84375 V -6.375 c 0.625,0 0.703125,0 0.703125,0.390625 v 1.953125 c -0.5,-0.390625 -1.03125,-0.453125 -1.359375,-0.453125 -1.453125,0 -2.5,0.875 -2.5,2.28125 0,1.3125 0.921875,2.265625 2.390625,2.265625 0.609375,0 1.09375,-0.234375 1.40625,-0.484375 z m 0,-3.09375 V -1.03125 C 4.03125,-0.84375 3.625,-0.296875 2.875,-0.296875 c -1.21875,0 -1.21875,-1.203125 -1.21875,-1.90625 0,-0.484375 0,-1.015625 0.25,-1.40625 C 2.203125,-4.03125 2.671875,-4.125 2.984375,-4.125 c 0.5625,0 0.96875,0.3125 1.1875,0.609375 z m 0,0" + id="id-31774252-035b-4843-b209-724471ddf5be-4" /> + </symbol> + <symbol + overflow="visible" + id="id-921db769-73ba-46f8-8bbf-c5013860b66e-3"> + <path + style="stroke:none" + d="" + id="id-f05e5686-1cb9-4793-8a04-1afb4509760e-5" /> + </symbol> + <symbol + overflow="visible" + id="id-8fd7c5ab-43dc-4c79-a08b-4a302dca8d1e-6"> + <path + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-29e8dba8-a6a4-47a7-82f7-cb8083d72d1e-1" /> + </symbol> + <symbol + overflow="visible" + id="id-d34a3321-f708-4021-8ffb-c3c4f40ee0b1-4"> + <path + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="id-63567592-fb48-4a1e-bd0a-c1fabb1c35ac-0" /> + </symbol> + <symbol + overflow="visible" + id="id-97b82ed4-d430-4533-bf5d-2ed861b9024a-3"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-f4599d76-23a3-4d76-bc9e-236838e65085-1" /> + </symbol> + </g> </defs> <metadata id="metadata7"> @@ -136,37 +2621,42 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> </cc:Work> </rdf:RDF> </metadata> <g - transform="translate(-208.76986,-105.29102)" + transform="translate(-335.435, -139.804)" inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> <path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 209.28571,114.8622 3.44253,112.36607 85.84319,20.13393 44.64286,-19.46428 -27.18448,-110.92737 z" + d="m 220.83652,-259.16033 3.44253,112.36607 85.84319,20.13393 44.64286,-19.46428 -27.18448,-110.92737 z" id="path4152" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a56800;fill-opacity:0.211765;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 226.97965,-78.813981 3.44253,112.36607 85.84319,20.13393 44.64286,-19.46428 -27.18448,-110.92737 z" + id="path4152-3" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> <ellipse - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.36899948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.369;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4287" - cx="273.60333" - cy="173.65892" + cx="285.15414" + cy="-200.36362" rx="3.5" ry="3.325" /> <ellipse - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.36899948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.369;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4287-3" - cx="394.74966" - cy="166.06581" + cx="406.30051" + cy="-207.95673" rx="3.5" ry="3.325" /> <g - transform="matrix(2,0,0,2,-187.0287,-79.592661)" + transform="matrix(2,0,0,2,-175.47789,-453.6152)" ns0:text="$\\mathbf{x}_K$" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" id="g4934"> @@ -191,7 +2681,7 @@ <path inkscape:connector-curvature="0" style="stroke:none" - d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 l 0,-0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 l 0,0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 l -0.828125,0.9375 -0.984375,-1.140625 0.40625,0 0,-0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 l 0,0.46875 0.71875,0 1.546875,1.828125 -1.3125,1.46875 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 l 0,0.46875 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 l 0,-0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 -0.390625,0 0,0.46875 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 l 0,-0.46875 -0.703125,0 z m 0,0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" id="path4944" /> </symbol> <symbol @@ -244,7 +2734,7 @@ </g> <g id="g5119" - transform="matrix(2,0,0,2,-50.45217,-88.701173)" + transform="matrix(2,0,0,2,-38.901363,-462.72371)" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" ns0:text="$\\mathbf{x}_L$"> <defs @@ -268,7 +2758,7 @@ <path inkscape:connector-curvature="0" id="path5129" - d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 l 0,-0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 l 0,0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 l -0.828125,0.9375 -0.984375,-1.140625 0.40625,0 0,-0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 l 0,0.46875 0.71875,0 1.546875,1.828125 -1.3125,1.46875 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 l 0,0.46875 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 l 0,-0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 -0.390625,0 0,0.46875 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 l 0,-0.46875 -0.703125,0 z m 0,0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" style="stroke:none" /> </symbol> <symbol @@ -288,7 +2778,7 @@ <path inkscape:connector-curvature="0" id="path5135" - d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 l 3.5,0 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 l -0.796875,0 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" style="stroke:none" /> </symbol> </g> @@ -322,7 +2812,7 @@ <g ns0:text="$\\sigma$" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" - transform="matrix(2,0,0,2,-143.52759,-131.71097)" + transform="matrix(2,0,0,2,-131.97678,-505.73351)" id="g5342"> <defs id="defs5344"> @@ -345,7 +2835,7 @@ <path inkscape:connector-curvature="0" style="stroke:none" - d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 l -2.28125,0 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" id="path5352" /> </symbol> </g> @@ -368,12 +2858,12 @@ <path inkscape:connector-curvature="0" id="path5454-9-5" - d="m 359.89296,187.5634 -24.88086,6.12185" + d="m 371.44377,-186.45913 -24.88086,6.12185" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Mstart)" /> <g ns0:text="$\\mathbf{n}_{K,\\sigma}$" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" - transform="matrix(2,0,0,2,-100.82684,-65.431384)" + transform="matrix(2,0,0,2,-89.276033,-439.45392)" id="g6357"> <defs id="defs6359"> @@ -396,7 +2886,7 @@ <path inkscape:connector-curvature="0" style="stroke:none" - d="m 1.140625,-3.546875 0,3.078125 -0.6875,0 0,0.46875 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 l 0,-0.46875 -0.6875,0 0,-2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 l 0,2.6875 -0.6875,0 0,0.46875 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 l 0,-0.46875 -0.6875,0 0,-2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 l 0,-1.078125 -1.703125,0.078125 0,0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" id="path6367" /> </symbol> <symbol @@ -436,7 +2926,7 @@ <path inkscape:connector-curvature="0" style="stroke:none" - d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 l -1.78125,0 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" id="path6379" /> </symbol> </g> @@ -487,7 +2977,7 @@ </g> <g id="g9099" - transform="matrix(2,0,0,2,-224.08727,-51.656381)" + transform="matrix(2,0,0,2,-212.53646,-425.67892)" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" ns0:text="$K$"> <defs @@ -534,7 +3024,7 @@ <g ns0:text="$L$" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" - transform="matrix(2,0,0,2,-28.007272,-122.06873)" + transform="matrix(2,0,0,2,-16.456473,-496.09127)" id="g9482"> <defs id="defs9484"> @@ -557,7 +3047,7 @@ <path inkscape:connector-curvature="0" style="stroke:none" - d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 l 4.625,0 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 l -0.9375,0 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" id="path9492" /> </symbol> </g> @@ -579,28 +3069,44 @@ </g> <path inkscape:connector-curvature="0" - inkscape:original-d="M 316.13027,116.97598 444.41964,105.8643" + inkscape:original-d="m 328.15459,-256.57304 128.28937,-11.11169" inkscape:path-effect="#path-effect4290" id="path4288" - d="M 316.13027,116.97598 444.41964,105.8643" + d="m 328.15459,-256.57304 128.28937,-11.11169" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path inkscape:connector-curvature="0" - inkscape:original-d="m 342.89931,227.0826 119.70308,17.67767 -19.1929,-139.40105" + id="path4288-2" + d="m 333.60281,-76.734541 27.29968,110.91934 120.15806,17.50222 -19.34576,-139.57467 z" + style="fill:#a56800;fill-opacity:0.21;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:original-d="m 333.60281,-76.734541 27.29968,110.91934 120.15806,17.50222 -19.34576,-139.57467 z" + inkscape:path-effect="#path-effect4290-6" + sodipodi:nodetypes="ccccc" /> + <path + inkscape:connector-curvature="0" + id="path4288-2-0" + d="m 499.87294,-36.835151 6.57335,26.70769 28.93223,4.2142698 -4.65817,-33.6074498 z" + style="fill:#a56800;fill-opacity:0.211765;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:original-d="m 499.87294,-36.835151 6.57335,26.70769 28.93223,4.2142698 -4.65817,-33.6074498 z" + inkscape:path-effect="#path-effect4290-6-9" + sodipodi:nodetypes="ccccc" /> + <path + inkscape:connector-curvature="0" + inkscape:original-d="m 354.45012,-146.93993 119.70308,17.67767 -19.1929,-139.40106" inkscape:path-effect="#path-effect4310" id="path4308" - d="m 342.89931,227.0826 119.70308,17.67767 -19.1929,-139.40105" + d="m 354.45012,-146.93993 119.70308,17.67767 -19.1929,-139.40106" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <ellipse - style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.36899948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.369;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4287-36" - cx="329.09641" - cy="168.97037" + cx="340.64725" + cy="-205.05217" rx="3.5" ry="3.325" /> <g id="g4501" - transform="matrix(2,0,0,2,-118.32126,-107.70481)" + transform="matrix(2,0,0,2,-106.77046,-481.72735)" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" ns0:text="$\\mathbf{x}_\\sigma$"> <defs @@ -623,7 +3129,7 @@ style="overflow:visible"> <path id="path4511" - d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 l 0,-0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 l 0,0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 l -0.828125,0.9375 -0.984375,-1.140625 0.40625,0 0,-0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 l 0,0.46875 0.71875,0 1.546875,1.828125 -1.3125,1.46875 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 l 0,0.46875 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 l 0,-0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 -0.390625,0 0,0.46875 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 l 0,-0.46875 -0.703125,0 z m 0,0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" style="stroke:none" inkscape:connector-curvature="0" /> </symbol> @@ -643,7 +3149,7 @@ style="overflow:visible"> <path id="path4517" - d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 l -1.78125,0 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" style="stroke:none" inkscape:connector-curvature="0" /> </symbol> @@ -678,12 +3184,12 @@ <path inkscape:connector-curvature="0" id="path5454-9-5-1" - d="m 324.39742,169.50716 -48.43061,3.1601" + d="m 335.94823,-204.51537 -48.43061,3.1601" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Mstart-2)" sodipodi:nodetypes="cc" /> <g id="g6110" - transform="matrix(1.5529801,0,0,1.5529801,-63.745926,-43.974706)" + transform="matrix(1.5529801,0,0,1.5529801,-52.195123,-417.99724)" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" ns0:text="\\small$\\mathbf{d}_{K,\\sigma}$"> <defs @@ -706,7 +3212,7 @@ style="overflow:visible"> <path id="path6120" - d="m 3.296875,-6.15625 0,0.4375 c 0.546875,0 0.609375,0 0.609375,0.359375 l 0,1.734375 c -0.390625,-0.296875 -0.8125,-0.40625 -1.25,-0.40625 -1.453125,0 -2.3125,0.890625 -2.3125,2.046875 0,1.1875 0.84375,2.03125 2.21875,2.03125 0.5625,0 1,-0.203125 1.296875,-0.4375 l 0,0.4375 L 5.515625,0 l 0,-0.4375 c -0.53125,0 -0.609375,0 -0.609375,-0.359375 l 0,-5.421875 z m 0.5625,5.171875 C 3.65625,-0.65625 3.234375,-0.3125 2.65625,-0.3125 c -1.109375,0 -1.109375,-1.0625 -1.109375,-1.65625 0,-0.53125 0,-0.90625 0.234375,-1.234375 0.234375,-0.359375 0.671875,-0.46875 0.984375,-0.46875 0.4375,0 0.8125,0.1875 1.09375,0.546875 z m 0,0" + d="m 3.296875,-6.15625 v 0.4375 c 0.546875,0 0.609375,0 0.609375,0.359375 V -3.625 c -0.390625,-0.296875 -0.8125,-0.40625 -1.25,-0.40625 -1.453125,0 -2.3125,0.890625 -2.3125,2.046875 0,1.1875 0.84375,2.03125 2.21875,2.03125 0.5625,0 1,-0.203125 1.296875,-0.4375 v 0.4375 L 5.515625,0 v -0.4375 c -0.53125,0 -0.609375,0 -0.609375,-0.359375 V -6.21875 Z m 0.5625,5.171875 C 3.65625,-0.65625 3.234375,-0.3125 2.65625,-0.3125 c -1.109375,0 -1.109375,-1.0625 -1.109375,-1.65625 0,-0.53125 0,-0.90625 0.234375,-1.234375 0.234375,-0.359375 0.671875,-0.46875 0.984375,-0.46875 0.4375,0 0.8125,0.1875 1.09375,0.546875 z m 0,0" style="stroke:none" inkscape:connector-curvature="0" /> </symbol> @@ -746,7 +3252,7 @@ style="overflow:visible"> <path id="path6132" - d="m 3.734375,-2.15625 c 0.0625,0 0.328125,0 0.328125,-0.25 0,-0.171875 -0.171875,-0.171875 -0.28125,-0.171875 l -1.609375,0 c -0.984375,0 -1.734375,0.90625 -1.734375,1.640625 0,0.609375 0.484375,1 1.078125,1 0.828125,0 1.6875,-0.703125 1.6875,-1.578125 C 3.203125,-1.796875 3.125,-2 3.015625,-2.15625 Z M 1.53125,-0.140625 c -0.203125,0 -0.640625,-0.078125 -0.640625,-0.65625 0,-0.375 0.203125,-1.359375 1.1875,-1.359375 0.34375,0 0.65625,0.125 0.65625,0.578125 0,0.171875 -0.078125,0.703125 -0.390625,1.046875 -0.234375,0.25 -0.546875,0.390625 -0.8125,0.390625 z m 0,0" + d="m 3.734375,-2.15625 c 0.0625,0 0.328125,0 0.328125,-0.25 0,-0.171875 -0.171875,-0.171875 -0.28125,-0.171875 H 2.171875 c -0.984375,0 -1.734375,0.90625 -1.734375,1.640625 0,0.609375 0.484375,1 1.078125,1 0.828125,0 1.6875,-0.703125 1.6875,-1.578125 C 3.203125,-1.796875 3.125,-2 3.015625,-2.15625 Z M 1.53125,-0.140625 c -0.203125,0 -0.640625,-0.078125 -0.640625,-0.65625 0,-0.375 0.203125,-1.359375 1.1875,-1.359375 0.34375,0 0.65625,0.125 0.65625,0.578125 0,0.171875 -0.078125,0.703125 -0.390625,1.046875 -0.234375,0.25 -0.546875,0.390625 -0.8125,0.390625 z m 0,0" style="stroke:none" inkscape:connector-curvature="0" /> </symbol> @@ -796,5 +3302,1637 @@ </g> </g> </g> + <ellipse + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.369;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4287-6" + cx="290.69324" + cy="-18.915525" + rx="3.5" + ry="3.325" /> + <ellipse + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.369;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4287-3-0" + cx="411.83957" + cy="-26.508635" + rx="3.5" + ry="3.325" /> + <g + transform="matrix(2,0,0,2,-169.93876,-272.16713)" + ns0:text="$\\mathbf{x}_K$" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + id="g4934-6"> + <defs + id="defs4936-2"> + <g + id="g13860"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13846"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13844" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13850"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="path13848" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13854"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13852" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13858"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path13856" /> + </symbol> + </g> + </defs> + <g + id="textext-dc706633-4-7"> + <g + style="fill:#000000;fill-opacity:1" + id="g4953-5"> + <use + height="100%" + width="100%" + xlink:href="#textext-dc706633-1-7" + x="223.43201" + y="134.765" + id="use4955-9" /> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="g4957-2"> + <use + height="100%" + width="100%" + xlink:href="#textext-dc706633-3-2" + x="229.479" + y="136.259" + id="use4959-2" /> + </g> + </g> + </g> + <g + id="g5119-8" + transform="matrix(2,0,0,2,-33.362242,-281.27565)" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + ns0:text="$\\mathbf{x}_L$"> + <defs + id="defs5121-9"> + <g + id="g13885"> + <symbol + style="overflow:visible" + id="symbol13871" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13869" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="symbol13875" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13873" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="symbol13879" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13877" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="symbol13883" + overflow="visible"> + <path + inkscape:connector-curvature="0" + id="path13881" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + </defs> + <g + id="textext-96de7a1a-4-4"> + <g + id="g5138-7" + style="fill:#000000;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use5140-8" + y="134.765" + x="223.43201" + xlink:href="#textext-96de7a1a-1-1" /> + </g> + <g + id="g5142-4" + style="fill:#000000;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use5144-5" + y="136.259" + x="229.479" + xlink:href="#textext-96de7a1a-3-1" /> + </g> + </g> + </g> + <g + ns0:text="$\\sigma$" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + transform="matrix(2,0,0,2,-126.43765,-324.28544)" + id="g5342-0"> + <defs + id="defs5344-3"> + <g + id="g13902"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13896"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13894" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13900"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="path13898" /> + </symbol> + </g> + </defs> + <g + id="textext-6fb24ff5-2-2"> + <g + style="fill:#000000;fill-opacity:1" + id="g5355-0"> + <use + height="100%" + width="100%" + xlink:href="#textext-6fb24ff5-1-6" + x="223.43201" + y="134.765" + id="use5357-6" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + id="path5454-9-5-15" + d="m 376.9829,-5.0110812 -24.88086,6.12185" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Mstart-7)" /> + <g + ns0:text="$\\mathbf{n}_{K,\\sigma}$" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + transform="matrix(2,0,0,2,-83.736905,-258.00586)" + id="g6357-5"> + <defs + id="defs6359-4"> + <g + id="g13934"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13912"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13910" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13916"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="path13914" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13920"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13918" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13924"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="path13922" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13928"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="path13926" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13932"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="path13930" /> + </symbol> + </g> + </defs> + <g + id="textext-0eee0e28-6-4"> + <g + style="fill:#000000;fill-opacity:1" + id="g6382-4"> + <use + height="100%" + width="100%" + xlink:href="#textext-0eee0e28-1-6" + x="223.43201" + y="134.765" + id="use6384-3" /> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="g6386-0"> + <use + height="100%" + width="100%" + xlink:href="#textext-0eee0e28-3-4" + x="229.797" + y="136.259" + id="use6388-7" /> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="g6390-8"> + <use + height="100%" + width="100%" + xlink:href="#textext-0eee0e28-4-2" + x="236.55391" + y="136.259" + id="use6392-6" /> + <use + height="100%" + width="100%" + xlink:href="#textext-0eee0e28-5-4" + x="238.92012" + y="136.259" + id="use6394-8" /> + </g> + </g> + </g> + <g + id="g9099-8" + transform="matrix(2,0,0,2,-206.99733,-244.23086)" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + ns0:text="$K$"> + <defs + id="defs9101-4"> + <g + id="g13954"> + <symbol + id="symbol13948" + overflow="visible" + style="overflow:visible"> + <path + id="path13946" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13952" + overflow="visible" + style="overflow:visible"> + <path + id="path13950" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + </defs> + <g + id="textext-e8b43e81-2-0"> + <g + id="g9112-6" + style="fill:#000000;fill-opacity:1"> + <use + id="use9114-8" + y="134.765" + x="223.43201" + xlink:href="#textext-e8b43e81-1-9" + width="100%" + height="100%" /> + </g> + </g> + </g> + <g + ns0:text="$L$" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + transform="matrix(2,0,0,2,-10.917344,-314.6432)" + id="g9482-9"> + <defs + id="defs9484-2"> + <g + id="g13969"> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13963"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="" + id="path13961" /> + </symbol> + <symbol + style="overflow:visible" + overflow="visible" + id="symbol13967"> + <path + inkscape:connector-curvature="0" + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="path13965" /> + </symbol> + </g> + </defs> + <g + id="textext-c69f47de-2-0"> + <g + style="fill:#000000;fill-opacity:1" + id="g9495-4"> + <use + height="100%" + width="100%" + xlink:href="#textext-c69f47de-1-9" + x="223.43201" + y="134.765" + id="use9497-8" /> + </g> + </g> + </g> + <g + id="g4501-1" + transform="matrix(2,0,0,2,-101.23132,-300.27928)" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + ns0:text="$\\mathbf{x}_\\sigma$"> + <defs + id="defs4503-7"> + <g + id="g13993"> + <symbol + id="symbol13979" + overflow="visible" + style="overflow:visible"> + <path + id="path13977" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13983" + overflow="visible" + style="overflow:visible"> + <path + id="path13981" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13987" + overflow="visible" + style="overflow:visible"> + <path + id="path13985" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol13991" + overflow="visible" + style="overflow:visible"> + <path + id="path13989" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + </defs> + <g + id="textext-fcd1e4d0-4-5"> + <g + id="g4520-9" + style="fill:#000000;fill-opacity:1"> + <use + id="use4522-4" + y="134.765" + x="223.43201" + xlink:href="#textext-fcd1e4d0-1-2" + width="100%" + height="100%" /> + </g> + <g + id="g4524-9" + style="fill:#000000;fill-opacity:1"> + <use + id="use4526-0" + y="136.259" + x="229.479" + xlink:href="#textext-fcd1e4d0-3-6" + width="100%" + height="100%" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + id="path5454-9-5-1-9" + d="m 341.48736,-23.067321 -48.43061,3.1601" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Mstart-2-9)" + sodipodi:nodetypes="cc" /> + <g + id="g6110-1" + transform="matrix(1.5529801,0,0,1.5529801,-46.655998,-236.54918)" + ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" + ns0:text="\\small$\\mathbf{d}_{K,\\sigma}$"> + <defs + id="defs6112-7"> + <g + id="g14027"> + <symbol + id="symbol14005" + overflow="visible" + style="overflow:visible"> + <path + id="path14003" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14009" + overflow="visible" + style="overflow:visible"> + <path + id="path14007" + d="m 3.296875,-6.15625 v 0.4375 c 0.546875,0 0.609375,0 0.609375,0.359375 V -3.625 c -0.390625,-0.296875 -0.8125,-0.40625 -1.25,-0.40625 -1.453125,0 -2.3125,0.890625 -2.3125,2.046875 0,1.1875 0.84375,2.03125 2.21875,2.03125 0.5625,0 1,-0.203125 1.296875,-0.4375 v 0.4375 L 5.515625,0 v -0.4375 c -0.53125,0 -0.609375,0 -0.609375,-0.359375 V -6.21875 Z m 0.5625,5.171875 C 3.65625,-0.65625 3.234375,-0.3125 2.65625,-0.3125 c -1.109375,0 -1.109375,-1.0625 -1.109375,-1.65625 0,-0.53125 0,-0.90625 0.234375,-1.234375 0.234375,-0.359375 0.671875,-0.46875 0.984375,-0.46875 0.4375,0 0.8125,0.1875 1.09375,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14013" + overflow="visible" + style="overflow:visible"> + <path + id="path14011" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14017" + overflow="visible" + style="overflow:visible"> + <path + id="path14015" + d="m 3.625,-2.40625 c 0,0 -0.03125,-0.0625 -0.03125,-0.078125 0,0 0.015625,0 0.109375,-0.078125 0.609375,-0.40625 1.40625,-0.96875 1.75,-1.125 0.203125,-0.09375 0.375,-0.15625 0.5625,-0.15625 C 6.078125,-3.859375 6.15625,-3.859375 6.15625,-4 6.15625,-4.046875 6.125,-4.078125 6.078125,-4.078125 5.9375,-4.078125 5.78125,-4.0625 5.625,-4.0625 c -0.078125,0 -0.28125,0 -0.375,0 -0.078125,-0.015625 -0.296875,-0.03125 -0.359375,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.078125 0.09375,0.09375 0.109375,0.09375 C 5,-3.84375 5,-3.796875 5,-3.765625 5,-3.6875 4.875,-3.59375 4.84375,-3.578125 4.828125,-3.5625 4.828125,-3.5625 4.8125,-3.546875 c 0,0 -0.0625,0.03125 -0.078125,0.046875 l -2.59375,1.765625 0.46875,-1.875 c 0.046875,-0.1875 0.046875,-0.234375 0.53125,-0.234375 0.109375,0 0.1875,0 0.1875,-0.15625 0,-0.03125 -0.015625,-0.09375 -0.09375,-0.09375 -0.125,0 -0.265625,0.03125 -0.40625,0.03125 -0.125,0 -0.265625,0 -0.40625,0 -0.125,0 -0.265625,0 -0.40625,0 -0.125,0 -0.28125,-0.03125 -0.40625,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.1875,0.09375 0.109375,0 0.265625,0 0.390625,0.03125 0,0.0625 0,0.109375 -0.03125,0.203125 L 1.234375,-0.5 c -0.046875,0.21875 -0.0625,0.265625 -0.515625,0.265625 -0.125,0 -0.203125,0 -0.203125,0.140625 0,0.046875 0.03125,0.09375 0.09375,0.09375 0.125,0 0.265625,-0.015625 0.40625,-0.015625 0.140625,0 0.265625,-0.015625 0.390625,-0.015625 0.140625,0 0.28125,0.015625 0.421875,0.015625 C 1.953125,-0.015625 2.109375,0 2.234375,0 2.28125,0 2.375,0 2.375,-0.15625 c 0,-0.078125 -0.078125,-0.078125 -0.203125,-0.078125 -0.015625,0 -0.125,0 -0.234375,-0.015625 C 1.828125,-0.265625 1.796875,-0.265625 1.796875,-0.328125 1.796875,-0.359375 1.828125,-0.5 1.84375,-0.59375 1.875,-0.6875 1.875,-0.703125 1.921875,-0.84375 2,-1.15625 2,-1.171875 2.0625,-1.453125 l 1.046875,-0.703125 0.984375,1.75 c 0,0.078125 0,0.15625 -0.28125,0.171875 -0.0625,0 -0.15625,0 -0.15625,0.140625 C 3.65625,-0.046875 3.6875,0 3.765625,0 3.9375,0 4.375,-0.03125 4.546875,-0.03125 c 0.109375,0 0.203125,0.015625 0.3125,0.015625 C 4.953125,-0.015625 5.0625,0 5.171875,0 c 0.0625,0 0.125,-0.03125 0.125,-0.15625 0,-0.078125 -0.09375,-0.078125 -0.140625,-0.078125 C 4.84375,-0.25 4.796875,-0.328125 4.71875,-0.453125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14021" + overflow="visible" + style="overflow:visible"> + <path + id="path14019" + d="m 1.375,-0.078125 c 0,0.5625 -0.296875,0.890625 -0.453125,1.03125 C 0.875,1 0.84375,1.015625 0.84375,1.046875 c 0,0.0625 0.0625,0.109375 0.109375,0.109375 0.078125,0 0.625,-0.46875 0.625,-1.203125 0,-0.390625 -0.15625,-0.671875 -0.453125,-0.671875 -0.234375,0 -0.359375,0.1875 -0.359375,0.359375 C 0.765625,-0.1875 0.890625,0 1.140625,0 1.234375,0 1.3125,-0.03125 1.375,-0.078125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + <symbol + id="symbol14025" + overflow="visible" + style="overflow:visible"> + <path + id="path14023" + d="m 3.734375,-2.15625 c 0.0625,0 0.328125,0 0.328125,-0.25 0,-0.171875 -0.171875,-0.171875 -0.28125,-0.171875 H 2.171875 c -0.984375,0 -1.734375,0.90625 -1.734375,1.640625 0,0.609375 0.484375,1 1.078125,1 0.828125,0 1.6875,-0.703125 1.6875,-1.578125 C 3.203125,-1.796875 3.125,-2 3.015625,-2.15625 Z M 1.53125,-0.140625 c -0.203125,0 -0.640625,-0.078125 -0.640625,-0.65625 0,-0.375 0.203125,-1.359375 1.1875,-1.359375 0.34375,0 0.65625,0.125 0.65625,0.578125 0,0.171875 -0.078125,0.703125 -0.390625,1.046875 -0.234375,0.25 -0.546875,0.390625 -0.8125,0.390625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + </symbol> + </g> + </defs> + <g + id="textext-411cea76-6-3"> + <g + id="g6135-9" + style="fill:#000000;fill-opacity:1"> + <use + id="use6137-4" + y="134.765" + x="223.43201" + xlink:href="#textext-411cea76-1-5" + width="100%" + height="100%" /> + </g> + <g + id="g6139-8" + style="fill:#000000;fill-opacity:1"> + <use + id="use6141-1" + y="135.761" + x="229.327" + xlink:href="#textext-411cea76-3-6" + width="100%" + height="100%" /> + </g> + <g + id="g6143-2" + style="fill:#000000;fill-opacity:1"> + <use + id="use6145-9" + y="135.761" + x="235.48213" + xlink:href="#textext-411cea76-4-3" + width="100%" + height="100%" /> + <use + id="use6147-3" + y="135.761" + x="237.75124" + xlink:href="#textext-411cea76-5-5" + width="100%" + height="100%" /> + </g> + </g> + </g> + <path + style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.59375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 333.60745,-76.883351 27.29194,111.08039" + id="path12921" /> + <path + style="fill:none;stroke:#850075;stroke-width:1.59375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 523.78397,11.637369 6.1961,26.8699" + id="path12921-8" /> + <text + xml:space="preserve" + style="font-size:17.5px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';stroke-width:0.9375" + x="549.26996" + y="-17.499113" + id="text12977"><tspan + sodipodi:role="line" + id="tspan12975" + style="stroke-width:0.9375" + x="549.26996" + y="-17.499113">control volume</tspan></text> + <text + xml:space="preserve" + style="font-size:17.5px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';stroke-width:0.9375" + x="550.40955" + y="32.452209" + id="text12981"><tspan + sodipodi:role="line" + id="tspan12979" + style="stroke-width:0.9375" + x="550.40955" + y="32.452209">control volume face</tspan></text> + <ellipse + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.369;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4287-36-7" + cx="346.18631" + cy="-23.604094" + rx="3.5" + ry="3.325" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152" + d="m 461.83124,-87.464321 -2.90122,-22.821969" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5180);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-6" + d="m 480.87378,51.282599 2.90122,22.82197" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient17717);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-6-4" + d="M 230.59813,33.564259 215.4468,30.287039" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient26693);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-6-8" + d="m 227.26247,-78.785581 -14.26567,-0.37136" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient26487);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-0" + d="m 461.51167,-87.924401 28.34932,-2.2556" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient16919);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-0-3" + d="m 480.70091,51.595499 24.08482,3.2079" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient17273);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-6-5" + d="m 230.42471,33.578799 0.5702,13.4799" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient25627);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-6-5-2" + d="m 226.96991,-78.587371 -0.55199,-13.09397" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient26161);stroke-width:1.00031;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5248-2" + d="m 347.35171,183.97782 30.00486,1.12461" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path5049" + d="m 347.58207,184.04233 8.70838,-36.75309 40.1415,12.45321 -19.20111,25.34418" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5059" + d="m 356.39897,147.44984 c -2.26926,-4.12916 -2.34687,-4.01718 -4.0302,-7.5604" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5244);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m 363.6823,141.15581 c -3.20607,2.69436 -3.19382,2.64402 -7.22019,6.04149" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5164);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m 404.44094,153.1067 -8.19839,6.76202" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5172);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5065" + d="m 391.6653,218.39444 -6.18943,11.12913" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5204);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5067" + d="m 343.84089,219.77573 -3.45564,9.09125" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5212);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5129-5" + d="m 396.43195,159.74245 29.42069,27.7792" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5131" + d="m 391.50746,218.45757 33.96638,-31.18846" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5133" + d="m 343.88936,219.69794 -8.45162,-0.10072" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5220);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5137" + d="m 356.43054,147.292 -10.45,1.92254" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5236);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5152-3" + d="m 425.4107,187.30068 9.6486,-8.9971" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5180-3);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5154" + d="m 391.63373,218.3313 10.34966,8.0499" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5196);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5156" + d="m 425.53697,187.20598 10.28064,9.08973" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5188);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5246" + d="m 343.71079,219.7126 47.92294,-1.31816" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5250" + d="M 391.63373,218.58384 377.19666,184.99442" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path5252" + d="m 343.77775,219.9728 3.81034,-36.03895" + style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5135-36" + d="m 347.42522,184.0002 -10.47104,0.65182" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5366-7);stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path4213-5-3-5" + d="m 347.53028,185.46443 0.17858,-3.01626" + style="display:inline;opacity:0.495;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.945098" /> + <path + sodipodi:nodetypes="ccc" + inkscape:connector-curvature="0" + id="path5023-6" + d="m 405.04537,152.87849 c 2.4375,0.27083 4.58222,-0.45833 6.75,0.625 2.04509,1.19098 1.51516,2.45947 4.3125,3.37499" + style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient5031-5);stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6095" + transform="matrix(0.03268924,0,0,0.03268917,407.50106,146.56433)" + style="display:inline"> + <g + word-spacing="normal" + letter-spacing="normal" + font-size-adjust="none" + font-stretch="normal" + font-weight="normal" + font-variant="normal" + font-style="normal" + stroke-miterlimit="10.433" + xml:space="preserve" + transform="matrix(2.3207796,0,0,-2.3207796,-761.32304,1287.0293)" + id="g6097" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:14.0117;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.433;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"><path + id="path6099" + d="m 464.57,424.73 v 3.29 l -7.18,-0.55 v -1.54 c 3.54,0 3.89,-0.31 3.89,-2.5 v -23.31 c 0,-2.24 -0.55,-2.24 -3.89,-2.24 v -1.54 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.24 v 8.37 0.45 l 0.69,0.65 c -0.69,1.04 -0.69,1.09 -0.69,2.09 v 0 11.11 c 1.44,2.54 3.88,3.98 6.42,3.98 3.64,0 6.68,-4.38 6.68,-10.01 0,-6.03 -3.49,-10.21 -7.18,-10.21 -1.99,0 -3.88,0.99 -5.23,3.04 l -0.69,-0.65 c 0.24,-0.8 2.34,-3.49 6.12,-3.49 5.93,0 11.11,4.88 11.11,11.31 0,6.33 -4.83,11.26 -10.41,11.26 -3.88,0 -5.98,-2.2 -6.97,-3.29 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6101" + d="m 491.32,422.54 v 5.48 l -6.93,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 12.01 v 1.54 h -1.04 c -3.69,0 -3.79,0.55 -3.79,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.44,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.04,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6103" + d="m 511.82,428.02 -6.98,-0.55 v -1.54 c 3.24,0 3.69,-0.31 3.69,-2.75 v -13.39 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 10.66 v 1.54 c -3.28,0 -3.48,0.25 -3.48,2.19 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6105" + d="m 512.02,436.68 -0.01,0.15 -0.01,0.15 -0.02,0.14 -0.02,0.13 -0.03,0.14 -0.04,0.13 -0.04,0.13 -0.05,0.12 -0.06,0.12 -0.06,0.11 -0.06,0.11 -0.07,0.11 -0.08,0.1 -0.08,0.1 -0.08,0.09 -0.09,0.09 -0.09,0.09 -0.1,0.07 -0.1,0.08 -0.11,0.07 -0.1,0.06 -0.11,0.06 -0.12,0.06 -0.11,0.05 -0.12,0.04 -0.12,0.04 -0.13,0.03 -0.12,0.03 -0.13,0.02 -0.13,0.01 -0.12,0.01 h -0.13 c -1.55,0 -2.65,-1.34 -2.65,-2.64 0,-1.34 1.1,-2.64 2.65,-2.64 1.39,0 2.64,1.05 2.64,2.64 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6107" + d="m 522.48,423.14 v -13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.33,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -3.34,0 -3.88,0 -3.88,2.25 v 9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 v -11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 V 406 h 11.21 v 1.54 c -2.59,0 -3.84,0 -3.89,1.5 v 9.51 c 0,4.29 0,5.83 -1.54,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -4.19,0 -6.38,-2.99 -7.23,-4.88 -0.69,4.33 -4.38,4.88 -6.62,4.88 -3.64,0 -5.98,-2.14 -7.37,-5.23 v 5.23 l -7.03,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6109" + d="m 574.59,409.79 0.02,-0.19 0.03,-0.19 0.03,-0.19 0.04,-0.18 0.05,-0.19 0.06,-0.18 0.06,-0.18 0.07,-0.18 0.07,-0.18 0.08,-0.18 0.09,-0.17 0.1,-0.16 0.1,-0.17 0.1,-0.15 0.12,-0.16 0.12,-0.14 0.12,-0.15 0.13,-0.13 0.14,-0.13 0.15,-0.12 0.15,-0.12 0.15,-0.1 0.17,-0.1 0.17,-0.09 0.17,-0.08 0.18,-0.07 0.19,-0.07 0.19,-0.05 0.2,-0.04 0.21,-0.03 0.21,-0.01 0.21,-0.01 c 1.05,0 4.09,0.7 4.09,4.73 v 2.79 h -1.25 v -2.79 c 0,-2.89 -1.24,-3.18 -1.79,-3.18 -1.64,0 -1.84,2.24 -1.84,2.48 v 9.97 c 0,2.09 0,4.03 -1.8,5.88 -1.94,1.94 -4.43,2.74 -6.82,2.74 -4.09,0 -7.53,-2.34 -7.53,-5.63 0,-1.5 1,-2.34 2.3,-2.34 1.39,0 2.29,0.99 2.29,2.29 0,0.59 -0.25,2.24 -2.54,2.29 1.35,1.74 3.78,2.29 5.38,2.29 2.44,0 5.28,-1.94 5.28,-6.38 v -1.84 -1.04 -4.99 c 0,-4.73 -3.59,-6.42 -5.83,-6.42 -2.44,0 -4.48,1.74 -4.48,4.23 0,2.74 2.09,6.88 10.31,7.18 v 0 1.04 c -2.54,-0.15 -6.03,-0.3 -9.17,-1.79 -3.73,-1.69 -4.98,-4.28 -4.98,-6.48 0,-4.03 4.84,-5.28 7.97,-5.28 3.29,0 5.58,2 6.53,4.34 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6111" + d="m 591.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6113" + d="m 623.67,422.74 0.06,0.14 0.07,0.14 0.06,0.14 0.07,0.13 0.07,0.13 0.07,0.12 0.07,0.12 0.07,0.12 0.15,0.21 0.15,0.21 0.16,0.19 0.16,0.17 0.16,0.16 0.17,0.15 0.17,0.13 0.17,0.13 0.17,0.11 0.17,0.1 0.17,0.09 0.17,0.08 0.16,0.07 0.17,0.06 0.16,0.06 0.16,0.04 0.16,0.04 0.15,0.04 0.15,0.03 0.14,0.02 0.13,0.02 0.13,0.01 0.13,0.01 0.11,0.01 h 0.11 0.1 l 0.09,0.01 h 0.07 v 1.54 h -8.07 v -1.54 c 1.55,-0.05 2.35,-0.9 2.35,-2.14 0,-0.5 -0.05,-0.61 -0.3,-1.2 l -5.03,-12.26 -5.53,13.4 c -0.2,0.5 -0.3,0.7 -0.3,0.9 0,1.3 1.84,1.3 2.79,1.3 v 1.54 h -10.26 v -1.54 c 2.39,0 3.33,0 4.03,-1.75 L 615.45,406 c -0.25,-0.65 -0.94,-2.29 -1.24,-2.94 -1.1,-2.74 -2.49,-6.18 -5.68,-6.18 -0.25,0 -1.4,0 -2.34,0.9 1.54,0.2 1.94,1.29 1.94,2.09 0,1.3 -0.95,2.09 -2.09,2.09 -1,0 -2.09,-0.64 -2.09,-2.14 0,-2.24 2.09,-4.03 4.58,-4.03 3.14,0 5.18,2.84 6.38,5.68 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6115" + d="m 650.28,412.62 v 0.03 0.02 0.04 0.03 0.04 l 0.01,0.05 v 0.05 0.05 l 0.01,0.06 0.01,0.07 0.01,0.06 0.01,0.07 0.01,0.07 0.01,0.08 0.02,0.08 0.02,0.08 0.02,0.08 0.02,0.08 0.03,0.09 0.03,0.09 0.03,0.09 0.04,0.09 0.04,0.09 0.04,0.1 0.05,0.09 0.05,0.1 0.05,0.09 0.06,0.1 0.06,0.09 0.07,0.1 0.07,0.09 0.08,0.09 c 1.94,-1.39 3.98,-1.54 4.93,-1.54 v 1.15 c -4.33,0 -4.33,4.98 -4.33,6.13 0,1.34 0.04,2.93 0.79,4.18 0.4,0.6 1.55,1.99 3.54,1.99 4.33,0 4.33,-4.98 4.33,-6.12 0,-1.35 -0.05,-2.95 -0.8,-4.19 -0.39,-0.6 -1.54,-1.99 -3.53,-1.99 v 0 -1.15 c 4.63,0 8.07,3.44 8.07,7.28 0,1.84 -0.8,3.68 -2.04,4.83 1.79,1.69 3.58,1.94 4.48,1.94 0.1,0 0.35,0 0.5,-0.05 -0.55,-0.2 -0.8,-0.75 -0.8,-1.35 0,-0.84 0.65,-1.44 1.45,-1.44 0.5,0 1.44,0.35 1.44,1.49 0,0.85 -0.6,2.45 -2.54,2.45 -1,0 -3.19,-0.3 -5.28,-2.35 -2.09,1.65 -4.18,1.8 -5.28,1.8 -4.63,0 -8.07,-3.44 -8.07,-7.27 0,-2.2 1.1,-4.09 2.34,-5.14 -0.65,-0.74 -1.55,-2.39 -1.55,-4.13 0,-1.55 0.65,-3.44 2.2,-4.43 -2.99,-0.85 -4.58,-2.99 -4.58,-4.98 0,-3.59 4.93,-6.33 11,-6.33 l 0.05,1.14 c -5.03,0 -8.47,2.55 -8.47,5.19 0,2.29 1.9,4.13 4.09,4.28 h 2.94 c 4.28,0 9.86,0 9.86,-4.28 0,-2.69 -3.53,-5.19 -8.42,-5.19 v 0 l -0.05,-1.14 c 5.88,0 11.06,2.54 11.06,6.42 0,1.75 -0.69,4.29 -3.24,5.68 -2.63,1.4 -5.52,1.4 -8.56,1.4 -1.25,0 -3.39,0 -3.74,0.05 -1.59,0.2 -2.64,1.74 -2.64,3.33 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6117-6" + d="m 678.32,422.54 v 5.48 l -6.92,-0.55 v -1.54 c 3.48,0 3.88,-0.35 3.88,-2.79 v -13.35 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 12 v 1.54 h -1.05 c -3.68,0 -3.78,0.55 -3.78,2.35 v 7.66 c 0,4.94 2.09,9.37 5.88,9.37 0.34,0 0.45,0 0.54,-0.05 -0.15,-0.05 -1.14,-0.65 -1.14,-1.94 0,-1.39 1.05,-2.14 2.14,-2.14 0.9,0 2.14,0.59 2.14,2.19 0,1.59 -1.54,3.04 -3.68,3.04 -3.64,0 -5.43,-3.34 -6.13,-5.48 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6119" + d="m 698.82,428.02 -6.98,-0.55 v -1.54 c 3.24,0 3.69,-0.31 3.69,-2.75 v -13.39 c 0,-2.25 -0.55,-2.25 -3.88,-2.25 V 406 h 10.65 v 1.54 c -3.28,0 -3.48,0.25 -3.48,2.19 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6121" + d="m 699.02,436.68 -0.01,0.15 -0.01,0.15 -0.02,0.14 -0.02,0.13 -0.03,0.14 -0.04,0.13 -0.04,0.13 -0.05,0.12 -0.06,0.12 -0.06,0.11 -0.06,0.11 -0.07,0.11 -0.08,0.1 -0.08,0.1 -0.08,0.09 -0.09,0.09 -0.09,0.09 -0.1,0.07 -0.1,0.08 -0.11,0.07 -0.1,0.06 -0.11,0.06 -0.12,0.06 -0.11,0.05 -0.12,0.04 -0.12,0.04 -0.13,0.03 -0.12,0.03 -0.13,0.02 -0.13,0.01 -0.12,0.01 h -0.13 c -1.55,0 -2.65,-1.34 -2.65,-2.64 0,-1.34 1.1,-2.64 2.65,-2.64 1.39,0 2.64,1.05 2.64,2.64 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /><path + id="path6123-2" + d="m 722.93,408.74 v -3.29 l 7.32,0.55 v 1.54 c -3.48,0 -3.88,0.35 -3.88,2.79 v 30.24 l -7.18,-0.55 v -1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 v -10.76 c -1.45,1.79 -3.59,3.09 -6.28,3.09 l 0.2,-1.1 c 1.75,0 3.84,-0.74 5.38,-2.99 0.55,-0.84 0.55,-0.95 0.55,-1.84 v 0 -10.21 c 0,-0.9 0,-1 -0.55,-1.84 -1.49,-2.4 -3.73,-3.49 -5.88,-3.49 -2.24,0 -4.03,1.29 -5.23,3.18 -1.29,2.05 -1.44,4.89 -1.44,6.93 0,1.84 0.1,4.83 1.54,7.07 1.05,1.55 2.94,3.19 5.63,3.19 l -0.2,1.1 c -5.87,0 -11.1,-4.88 -11.1,-11.31 0,-6.33 4.87,-11.26 10.55,-11.26 3.19,0 5.43,1.69 6.68,3.29 z" + inkscape:connector-curvature="0" + style="fill:#000000;stroke-width:0" /></g> + </g> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:#000000;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 356.29585,147.25565 40.13934,12.49105 -19.18276,25.35069 -29.65861,-1.09616 z" + id="path5459" /> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:#000000;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 347.52387,183.96545 29.80091,1.11575 14.29226,33.31962 -47.86733,1.29964 z" + id="path6045" /> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:#000000;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 425.49102,187.12297 -33.89987,31.25176 -14.27112,-33.30028 19.13809,-25.3423 z" + id="path6047" /> + <path + style="fill:none;stroke:#840074;stroke-width:0.46875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="M 391.58005,218.39294 377.31127,185.10547" + id="path6396" /> + <path + style="fill:none;stroke:#840074;stroke-width:0.468749;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 425.92495,212.05981 -3.62789,-8.72937" + id="path6396-6" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow3)" + d="m 386.82946,206.75203 5.56559,-2.22466" + id="path6396-8" /> + <text + xml:space="preserve" + style="font-size:5px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';stroke-width:0.9375" + x="421.65683" + y="222.75572" + id="text9421"><tspan + sodipodi:role="line" + id="tspan9419" + style="font-size:5px;stroke-width:0.9375" + x="421.65683" + y="222.75572">control volume</tspan></text> + <path + style="fill:#a56800;fill-opacity:0.211765;stroke:none;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 418.24346,220.00605 -5.85296,5.39575 -2.46397,-5.74944 3.30428,-4.37545 z" + id="path6047-9" /> + <text + xml:space="preserve" + style="font-size:5px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';stroke-width:0.9375" + x="428.17764" + y="209.40947" + id="text10275"><tspan + sodipodi:role="line" + id="tspan10273" + style="stroke-width:0.9375" + x="428.17764" + y="209.40947">control volume face</tspan></text> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path4213-5-3-5-2" + d="m 347.65448,185.5305 0.17858,-3.01626" + style="display:inline;opacity:0.495;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.945098" /> + <circle + r="0.81912094" + cy="204.47798" + cx="364.67773" + id="path5370-7" + style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.361758;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.361758, 0.723516;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.81912094" + cy="186.09779" + cx="399.40985" + id="path5370-9-5" + style="display:inline;fill:#030000;fill-opacity:1;stroke:none;stroke-width:0.361758;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.361758, 0.723516;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="0.81912094" + cy="195.46837" + cx="381.80997" + id="path5370-6-2-0" + style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.361758;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.361758, 0.723516;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow3)" + d="m 364.78124,204.47672 15.93874,-8.51431" + id="path21446" /> + <g + transform="matrix(0.533333,0,0,0.533333,375.02197,187.8303)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="\\color{Fuchsia}{$\\sigma$}" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.4" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.533333" + id="g40531-7"> + <defs + id="id-3fb52da6-0f40-414e-a002-e006ff0c99af"> + <g + id="id-c3740295-23a3-4c87-a734-b6eccc080e8f"> + <symbol + overflow="visible" + id="id-5ae2ec8c-2326-45eb-b6b4-f82871a6a418"> + <path + style="stroke:none" + d="" + id="id-416b8d96-5c22-466c-9340-fc4686af2922" /> + </symbol> + <symbol + overflow="visible" + id="id-10b6669a-2c5d-40bf-9acc-fa4931785cc9"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-1c5aaa8d-2f4e-4177-bf25-da1cc576fb7e" /> + </symbol> + </g> + </defs> + <g + id="id-a18baabb-4429-435d-9312-29d09a0bb7ac" + transform="translate(-149.087,-130.468)"> + <g + style="fill:#87238c;fill-opacity:1" + id="id-04ff5bc4-d8ee-4a8b-8857-42bf2aaf4bca"> + <g + transform="translate(148.712,134.765)" + id="g60877"> + <path + style="stroke:none" + d="m 5.15625,-3.71875 c 0.140625,0 0.5,0 0.5,-0.34375 0,-0.234375 -0.21875,-0.234375 -0.390625,-0.234375 h -2.28125 c -1.5,0 -2.609375,1.640625 -2.609375,2.828125 0,0.875 0.59375,1.578125 1.5,1.578125 1.171875,0 2.5,-1.203125 2.5,-2.734375 0,-0.171875 0,-0.65625 -0.3125,-1.09375 z M 1.890625,-0.109375 C 1.390625,-0.109375 1,-0.46875 1,-1.1875 c 0,-0.296875 0.109375,-1.109375 0.46875,-1.703125 0.421875,-0.6875 1.015625,-0.828125 1.359375,-0.828125 0.828125,0 0.90625,0.65625 0.90625,0.96875 0,0.46875 -0.203125,1.28125 -0.53125,1.796875 -0.390625,0.578125 -0.9375,0.84375 -1.3125,0.84375 z m 0,0" + id="id-bbded548-eccf-4e1c-8a80-da870aec31b2" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.533332,0,0,0.533332,349.94939,188.01017)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$K$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.4" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.533332" + id="g65257"> + <defs + id="id-8cc3c59a-2b93-4775-9737-28139d4a8aae"> + <g + id="id-0327eed5-9529-4cb0-8062-16270d3528f8"> + <symbol + overflow="visible" + id="id-2ea32eee-5ca4-46f8-9dda-8fb3ad85c070"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-1b20f204-f185-4030-b6e4-936a7591a52f" /> + </symbol> + <symbol + overflow="visible" + id="id-7e575038-93fa-42da-ae17-c1f6190dfd37"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-9f84ce05-0fbb-4f5b-aa47-16b2fde9cef8" /> + </symbol> + </g> + </defs> + <g + id="id-7126ddc5-a074-40bc-854f-6604b3097f1a" + transform="translate(-149.087,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-45581573-d184-452e-83da-d8c3eb5b2ac4"> + <g + transform="translate(148.712,134.765)" + id="g65253"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-854c0518-2e28-4054-811f-111dd16bd0ee" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.533332,0,0,0.533332,394.92193,163.33663)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$L$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.4" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.533332" + id="g69635"> + <defs + id="id-b25e7d40-d6ca-48b2-bff2-823b3379be04"> + <g + id="id-1df18b05-4e00-4990-a7ac-329634265c7b"> + <symbol + overflow="visible" + id="id-19500ecc-78f9-4eb7-aed8-3e07b9a56a4e"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-5f26611d-b7de-40d5-9509-298c00db6827" /> + </symbol> + <symbol + overflow="visible" + id="id-1445731e-0286-406c-99f7-6c9bde501bca"> + <path + style="stroke:none;stroke-width:0" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-3bac11ac-ddeb-4bd4-abfe-fdd291d5c454" /> + </symbol> + </g> + </defs> + <g + id="id-1df07c91-7692-4b62-99cd-29dc29396467" + transform="translate(-149.103,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-8bdd8775-c3ec-4f3c-ad10-fa07a4931ea6"> + <g + transform="translate(148.712,134.765)" + id="g69631"> + <path + style="stroke:none;stroke-width:0" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-df727dd9-08d6-4ad9-beef-d4f2eaafd839" /> + </g> + </g> + </g> + </g> + <g + id="g85540" + transform="translate(6.038112,-28.675943)"> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 380.79481,235.33574 -0.70517,-1.68793" + id="path6396-8-0-62" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 382.44305,234.54462 -0.70517,-1.68792" + id="path6396-8-0-62-8" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 380.81728,235.27294 1.68788,-0.7052" + id="path6396-8-0-62-9" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.09375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 380.02948,233.62378 1.68788,-0.7052" + id="path6396-8-0-62-6" /> + <ellipse + style="fill:#000000;fill-opacity:0.990234;stroke:#000000;stroke-width:0.09375;stroke-dasharray:none;stroke-opacity:1" + id="path76515" + cx="362.66895" + cy="261.9166" + rx="0.11186659" + ry="0.12056256" + transform="matrix(0.99721009,-0.07464602,0.07464218,0.99721038,0,0)" /> + </g> + <g + transform="matrix(0.533332 0 0 0.533332 388.367 206.778)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{n}_{K,\\sigma}$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.4" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.533332" + id="g72942"> + <defs + id="id-b101fcde-232b-4084-acfc-9af3c26dd08b"> + <g + id="id-43e5dbb2-44ed-42dd-95e3-32fccc273350"> + <symbol + overflow="visible" + id="id-7f1c2879-15a8-44c8-b5a6-40e0e9c34fec"> + <path + style="stroke:none" + d="" + id="id-1e7c7f89-5f46-49d2-a0f7-703c77dfb9ff" /> + </symbol> + <symbol + overflow="visible" + id="id-140aa56d-940e-4c7d-8b30-b67b472b955e"> + <path + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="id-6c14da21-ff3d-47f5-a2ee-e27ccf1e04fc" /> + </symbol> + <symbol + overflow="visible" + id="id-de4486d5-8014-49a6-be34-4d2a2824ed51"> + <path + style="stroke:none" + d="" + id="id-44dc3e90-7943-46b8-8aee-78f7127889f6" /> + </symbol> + <symbol + overflow="visible" + id="id-5c107859-86d4-4661-a4df-69281fee5a57"> + <path + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-ee5652d8-d25a-452c-a68c-ff862ff1b0b8" /> + </symbol> + <symbol + overflow="visible" + id="id-d9ad6e4c-f92e-464a-934e-0fc0df78b6d1"> + <path + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="id-9bc6986e-cf60-4199-945d-f58b9736d5cd" /> + </symbol> + <symbol + overflow="visible" + id="id-f0faa09a-cadd-4ede-84ed-013d5c2519ef"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-f110df5e-de0d-4a4a-aed6-5d12698a64a7" /> + </symbol> + </g> + </defs> + <g + id="id-500a7495-6214-4a54-b975-52fe5990484b" + transform="translate(-149.165, -130.281)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-82547d85-d117-4b3b-a0e1-ec2c14c6fb0d"> + <g + transform="translate(148.712, 134.765)" + id="g131891"> + <path + style="stroke:none" + d="m 1.140625,-3.546875 v 3.078125 h -0.6875 V 0 c 0.28125,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 v -0.46875 h -0.6875 v -2.078125 c 0,-1.09375 0.859375,-1.578125 1.5,-1.578125 0.328125,0 0.546875,0.203125 0.546875,0.96875 v 2.6875 H 3.625 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.25,-0.03125 0.390625,0 0.984375,0.015625 1.25,0.03125 V -0.46875 H 5.4375 v -2.578125 c 0,-1.046875 -0.53125,-1.4375 -1.53125,-1.4375 -0.953125,0 -1.484375,0.5625 -1.75,1.078125 V -4.484375 L 0.453125,-4.40625 v 0.46875 c 0.609375,0 0.6875,0 0.6875,0.390625 z m 0,0" + id="id-2718b89b-5a14-42e5-83de-cd0fe85ecc29" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-7d70817f-c9d9-47a6-9269-cf63d6a27557"> + <g + transform="translate(155.077, 136.259)" + id="g131895"> + <path + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-4ca748d2-da11-45c6-aa5f-8a1684acb28b" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-447a88ca-aca7-49dd-ba38-7aa59f2c033d"> + <g + transform="translate(161.834, 136.259)" + id="g131899"> + <path + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="id-32ba1cfd-b9aa-4bde-b604-a11b55562adc" /> + </g> + <g + transform="translate(164.2, 136.259)" + id="g131902"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-99434334-6ac6-4135-a9f8-a6286b86cf2c" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.350113 -0.193446 0.193446 0.350113 367.276 198.248)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{d}_{K,\\sigma}$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3000004384543671" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.40000058460582283" + id="g24633"> + <defs + id="id-3970df53-ec7f-48c1-8f45-165632c43841"> + <g + id="id-6ee9865e-21a6-438b-9890-b737ce62b2d6"> + <symbol + overflow="visible" + id="id-883f592d-18d0-407f-ad70-9276fead6cd6"> + <path + style="stroke:none" + d="" + id="id-1931f803-e3ca-40aa-9bda-69a85cbc33b4" /> + </symbol> + <symbol + overflow="visible" + id="id-392d866c-28bc-499f-92a3-855bd73277d1"> + <path + style="stroke:none" + d="M 4.171875,-0.421875 V 0.0625 L 5.984375,0 v -0.46875 c -0.609375,0 -0.6875,0 -0.6875,-0.390625 v -6.0625 L 3.53125,-6.84375 V -6.375 c 0.625,0 0.703125,0 0.703125,0.390625 v 1.953125 c -0.5,-0.390625 -1.03125,-0.453125 -1.359375,-0.453125 -1.453125,0 -2.5,0.875 -2.5,2.28125 0,1.3125 0.921875,2.265625 2.390625,2.265625 0.609375,0 1.09375,-0.234375 1.40625,-0.484375 z m 0,-3.09375 V -1.03125 C 4.03125,-0.84375 3.625,-0.296875 2.875,-0.296875 c -1.21875,0 -1.21875,-1.203125 -1.21875,-1.90625 0,-0.484375 0,-1.015625 0.25,-1.40625 C 2.203125,-4.03125 2.671875,-4.125 2.984375,-4.125 c 0.5625,0 0.96875,0.3125 1.1875,0.609375 z m 0,0" + id="id-31774252-035b-4843-b209-724471ddf5be" /> + </symbol> + <symbol + overflow="visible" + id="id-921db769-73ba-46f8-8bbf-c5013860b66e"> + <path + style="stroke:none" + d="" + id="id-f05e5686-1cb9-4793-8a04-1afb4509760e" /> + </symbol> + <symbol + overflow="visible" + id="id-8fd7c5ab-43dc-4c79-a08b-4a302dca8d1e"> + <path + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-29e8dba8-a6a4-47a7-82f7-cb8083d72d1e" /> + </symbol> + <symbol + overflow="visible" + id="id-d34a3321-f708-4021-8ffb-c3c4f40ee0b1"> + <path + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="id-63567592-fb48-4a1e-bd0a-c1fabb1c35ac" /> + </symbol> + <symbol + overflow="visible" + id="id-97b82ed4-d430-4533-bf5d-2ed861b9024a"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-f4599d76-23a3-4d76-bc9e-236838e65085" /> + </symbol> + </g> + </defs> + <g + id="id-721ecab1-9575-4035-becc-413d909e343a" + transform="translate(-149.087, -127.843)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-206749ce-803e-421c-9f2d-46e41b92b77b"> + <g + transform="translate(148.712, 134.765)" + id="g134006"> + <path + style="stroke:none" + d="M 4.171875,-0.421875 V 0.0625 L 5.984375,0 v -0.46875 c -0.609375,0 -0.6875,0 -0.6875,-0.390625 v -6.0625 L 3.53125,-6.84375 V -6.375 c 0.625,0 0.703125,0 0.703125,0.390625 v 1.953125 c -0.5,-0.390625 -1.03125,-0.453125 -1.359375,-0.453125 -1.453125,0 -2.5,0.875 -2.5,2.28125 0,1.3125 0.921875,2.265625 2.390625,2.265625 0.609375,0 1.09375,-0.234375 1.40625,-0.484375 z m 0,-3.09375 V -1.03125 C 4.03125,-0.84375 3.625,-0.296875 2.875,-0.296875 c -1.21875,0 -1.21875,-1.203125 -1.21875,-1.90625 0,-0.484375 0,-1.015625 0.25,-1.40625 C 2.203125,-4.03125 2.671875,-4.125 2.984375,-4.125 c 0.5625,0 0.96875,0.3125 1.1875,0.609375 z m 0,0" + id="id-c3e1a33b-c332-46b9-83b8-3e0e3ac3ecca" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-f97acbde-fc99-4eb9-8681-dda60d2065fc"> + <g + transform="translate(155.077, 136.259)" + id="g134010"> + <path + style="stroke:none" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-50ca34f4-5f9f-4cff-b38c-66b66105289f" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-42aaeca5-4d9f-488e-9dc4-30236ec70180"> + <g + transform="translate(161.834, 136.259)" + id="g134014"> + <path + style="stroke:none" + d="m 1.46875,-0.109375 c 0,0.375 -0.0625,0.828125 -0.546875,1.265625 C 0.90625,1.1875 0.875,1.21875 0.875,1.25 c 0,0.046875 0.0625,0.09375 0.09375,0.09375 0.109375,0 0.703125,-0.5625 0.703125,-1.390625 0,-0.421875 -0.171875,-0.75 -0.5,-0.75 -0.21875,0 -0.390625,0.171875 -0.390625,0.390625 C 0.78125,-0.1875 0.9375,0 1.1875,0 1.359375,0 1.46875,-0.109375 1.46875,-0.109375 Z m 0,0" + id="id-cc95e4a9-ef4c-4fcd-ac1f-da11ff4bc9d3" /> + </g> + <g + transform="translate(164.2, 136.259)" + id="g134017"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-0567134b-b949-42a9-87bf-2742747de4bc" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.399999,0,0,0.399999,362.23309,206.0061)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_K$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.399999" + id="g147207"> + <defs + id="id-7b128f6c-1988-4e83-8c26-398566a067f4"> + <g + id="id-e4aca7a6-42cb-48c2-9172-ed2a33917db5"> + <symbol + overflow="visible" + id="id-b47b2fdf-54cc-49e5-8fc9-7a4e326e375a"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-93872a6e-1991-4ecb-9a38-b7b0b1e7e50c" /> + </symbol> + <symbol + overflow="visible" + id="id-7e45221e-b5c8-4837-acf6-37efec06f0e5"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-bcd6ee54-300e-4b0a-bb75-56b03d9655d5" /> + </symbol> + <symbol + overflow="visible" + id="id-2c342ce7-a5f6-47dd-9904-2e534140b1f2"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-c2d8eee9-157a-4ea9-ab98-e72f64b0eceb" /> + </symbol> + <symbol + overflow="visible" + id="id-8d552687-6a9d-4ae0-a995-ce1ad0759ff1"> + <path + style="stroke:none;stroke-width:0" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-98af4bd9-8d36-411e-b4e5-5b7d5c8b43ae" /> + </symbol> + </g> + </defs> + <g + id="id-21f5dc4c-e870-431d-a98a-64aeedafe074" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-bb281b19-1c0d-4423-87b1-deb6bb6949fa"> + <g + transform="translate(148.712,134.765)" + id="g147199"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-dfc1d781-c175-4283-a8b9-d9ec53af854c" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-d9236bf6-9665-4d56-8372-c3b356b8d117"> + <g + transform="translate(154.759,136.259)" + id="g147203"> + <path + style="stroke:none;stroke-width:0" + d="M 3.984375,-2.796875 C 3.953125,-2.859375 3.9375,-2.875 3.9375,-2.890625 c 0,-0.015625 0.015625,-0.015625 0.171875,-0.125 l 0.703125,-0.5 c 0.921875,-0.640625 1.359375,-0.953125 1.84375,-1 0.078125,0 0.171875,0 0.171875,-0.140625 0,-0.0625 -0.046875,-0.09375 -0.09375,-0.09375 -0.15625,0 -0.328125,0.015625 -0.484375,0.015625 -0.1875,0 -0.65625,-0.03125 -0.84375,-0.03125 -0.046875,0 -0.140625,0 -0.140625,0.15625 0,0.015625 0,0.09375 0.09375,0.09375 0.09375,0.015625 0.1875,0.03125 0.1875,0.109375 0,0.125 -0.21875,0.28125 -0.3125,0.34375 L 2.328125,-2.015625 2.875,-4.21875 c 0.0625,-0.234375 0.078125,-0.296875 0.609375,-0.296875 0.125,0 0.21875,0 0.21875,-0.140625 0,-0.0625 -0.046875,-0.109375 -0.109375,-0.109375 -0.203125,0 -0.71875,0.03125 -0.921875,0.03125 -0.109375,0 -0.359375,0 -0.484375,0 C 2.0625,-4.75 1.890625,-4.765625 1.75,-4.765625 c -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.234375,0.09375 0.109375,0 0.140625,0 0.265625,0.015625 0.140625,0.015625 0.15625,0.03125 0.15625,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.25,-0.3125 1.234375,-0.25 0.6875,-0.25 c -0.125,0 -0.203125,0 -0.203125,0.15625 0,0 0,0.09375 0.109375,0.09375 0.203125,0 0.703125,-0.03125 0.90625,-0.03125 0.109375,0 0.359375,0 0.484375,0.015625 C 2.125,-0.015625 2.296875,0 2.421875,0 2.46875,0 2.578125,0 2.578125,-0.15625 2.578125,-0.25 2.484375,-0.25 2.34375,-0.25 c 0,0 -0.140625,0 -0.265625,-0.015625 C 1.921875,-0.28125 1.921875,-0.296875 1.921875,-0.375 1.921875,-0.421875 2,-0.6875 2.25,-1.703125 l 1.15625,-0.8125 1.015625,1.953125 c 0.046875,0.09375 0.046875,0.09375 0.046875,0.125 0,0.171875 -0.203125,0.1875 -0.328125,0.1875 -0.078125,0 -0.171875,0 -0.171875,0.15625 0,0 0,0.09375 0.109375,0.09375 C 4.28125,0 4.78125,-0.03125 4.96875,-0.03125 5.1875,-0.03125 5.46875,0 5.65625,0 5.75,0 5.796875,-0.046875 5.796875,-0.140625 5.796875,-0.25 5.703125,-0.25 5.640625,-0.25 c -0.125,0 -0.34375,-0.015625 -0.46875,-0.234375 z m 0,0" + id="id-002451c3-64fa-412e-8054-7123eebfb8aa" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.4,0,0,0.4,383.07339,194.31425)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_{\\sigma}$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.4" + id="g40531"> + <defs + id="id-76e8c2e6-78b8-4a23-ae75-0d3fedeb4efe"> + <g + id="id-c037256f-287c-41ef-ab89-264e813decf6"> + <symbol + overflow="visible" + id="id-5b6cb2ad-470b-430b-a19e-40075c31ea2c"> + <path + style="stroke:none" + d="" + id="id-07116ccb-b18f-40b1-b400-3e4a68d6f6cd" /> + </symbol> + <symbol + overflow="visible" + id="id-cd275b8f-c2e5-4521-9ca0-8ab9f7ebeedd"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-99492c7f-d188-46f6-9fe4-d30a21891551" /> + </symbol> + <symbol + overflow="visible" + id="id-cf0b8668-064c-4e3b-9a99-803bcbf018e6"> + <path + style="stroke:none" + d="" + id="id-0ce2adf5-d3d2-476c-8137-8b3f7faf250e" /> + </symbol> + <symbol + overflow="visible" + id="id-91ef1d05-4302-4f32-84bc-9d0b4bf981a3"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-80b89187-806d-45f4-ba5d-7a4406491876" /> + </symbol> + </g> + </defs> + <g + id="id-55ccc47c-e108-49ea-b1ce-eddd1d3b7f40" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-a95962a9-4dd8-4b6f-ba4f-3d284612a417"> + <g + transform="translate(148.712,134.765)" + id="g154143"> + <path + style="stroke:none" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-adfb29f9-597a-48e7-a045-ed6ff9469282" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-ef2309fb-8805-4a4b-9115-5ac7d2304a9b"> + <g + transform="translate(154.759,136.259)" + id="g154147"> + <path + style="stroke:none" + d="m 4.078125,-2.53125 c 0.109375,0 0.1875,0 0.25,-0.046875 0.09375,-0.078125 0.125,-0.1875 0.125,-0.234375 C 4.453125,-3 4.265625,-3 4.140625,-3 H 2.359375 C 1.25,-3 0.40625,-1.90625 0.40625,-1.0625 c 0,0.640625 0.484375,1.125 1.203125,1.125 0.875,0 1.875,-0.78125 1.875,-1.859375 0,-0.109375 0,-0.421875 -0.203125,-0.734375 z M 1.609375,-0.125 c -0.375,0 -0.6875,-0.25 -0.6875,-0.75 0,-0.203125 0.125,-1.65625 1.328125,-1.65625 0.34375,0 0.71875,0.140625 0.71875,0.65625 0,0.140625 -0.0625,0.765625 -0.40625,1.234375 C 2.265625,-0.265625 1.875,-0.125 1.609375,-0.125 Z m 0,0" + id="id-83daa601-c3e5-4677-9620-7ced9e4ac72a" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.399999,0,0,0.399999,401.19097,186.67218)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$\\textbf{x}_L$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.399999" + id="g156303"> + <defs + id="id-0029b4da-f27c-47d6-bafb-1ff913490a2c"> + <g + id="id-2c1ef171-e55f-46c8-b904-74c85490a54f"> + <symbol + overflow="visible" + id="id-25145a05-2dd7-4152-a5b7-df49735546a3"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-73e6958c-ec55-4cff-94a6-46946fe18793" /> + </symbol> + <symbol + overflow="visible" + id="id-87f6d75a-4426-4f7f-9d5d-50aaa4bf86f0"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-05278745-ce09-4e84-94c2-796ca1cf085e" /> + </symbol> + <symbol + overflow="visible" + id="id-111be13b-2919-4082-a52e-181c595d0114"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-da9486bf-41c9-4d06-a532-c99655d111d4" /> + </symbol> + <symbol + overflow="visible" + id="id-81c69b71-3615-4650-ac77-c8f67177ce87"> + <path + style="stroke:none;stroke-width:0" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + id="id-3e27e118-6404-4493-94eb-4e41864fbf22" /> + </symbol> + </g> + </defs> + <g + id="id-545f020e-3e34-4f1f-87e9-1d6de91b9935" + transform="translate(-148.931,-130.343)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-07525868-59a8-4a2c-8ccd-91415fe8772e"> + <g + transform="translate(148.712,134.765)" + id="g156295"> + <path + style="stroke:none;stroke-width:0" + d="M 3.453125,-2.453125 4.609375,-3.75 C 4.75,-3.890625 4.8125,-3.953125 5.625,-3.953125 v -0.46875 c -0.34375,0.015625 -0.859375,0.03125 -0.90625,0.03125 -0.25,0 -0.75,-0.03125 -1.03125,-0.03125 v 0.46875 c 0.140625,0 0.265625,0.015625 0.375,0.078125 -0.03125,0.0625 -0.03125,0.09375 -0.078125,0.125 L 3.15625,-2.8125 2.171875,-3.953125 h 0.40625 v -0.46875 c -0.265625,0 -0.890625,0.03125 -1.21875,0.03125 -0.3125,0 -0.765625,-0.03125 -1.09375,-0.03125 v 0.46875 h 0.71875 L 2.53125,-2.125 1.21875,-0.65625 c -0.15625,0.1875 -0.515625,0.1875 -1,0.1875 V 0 c 0.34375,-0.015625 0.875,-0.03125 0.921875,-0.03125 0.25,0 0.828125,0.015625 1.015625,0.03125 v -0.46875 c -0.171875,0 -0.359375,-0.046875 -0.359375,-0.109375 0,-0.015625 0,-0.015625 0.0625,-0.09375 l 0.96875,-1.09375 1.09375,1.296875 H 3.53125 V 0 c 0.265625,-0.015625 0.875,-0.03125 1.203125,-0.03125 0.3125,0 0.765625,0.015625 1.09375,0.03125 V -0.46875 H 5.125 Z m 0,0" + id="id-42975413-dbbd-4f5d-938d-c75a20685a7c" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-b8721cce-243e-434f-bfff-c63842905563"> + <g + transform="translate(154.759,136.259)" + id="g156299"> + <path + style="stroke:none;stroke-width:0" + d="m 2.875,-4.1875 c 0.0625,-0.25 0.078125,-0.328125 0.71875,-0.328125 0.21875,0 0.28125,0 0.28125,-0.140625 0,-0.015625 0,-0.109375 -0.109375,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.03125 -0.171875,0 -0.390625,0 -0.5625,0 -0.140625,0 -0.328125,0 -0.484375,0 -0.140625,0 -0.3125,-0.03125 -0.453125,-0.03125 -0.03125,0 -0.140625,0 -0.140625,0.15625 0,0.09375 0.078125,0.09375 0.21875,0.09375 0.015625,0 0.140625,0 0.265625,0.015625 0.15625,0.015625 0.171875,0.03125 0.171875,0.109375 0,0 0,0.046875 -0.03125,0.140625 l -0.9375,3.703125 C 1.234375,-0.3125 1.21875,-0.25 0.6875,-0.25 c -0.109375,0 -0.203125,0 -0.203125,0.140625 C 0.484375,0 0.5625,0 0.6875,0 h 3.5 c 0.1875,0 0.1875,0 0.25,-0.140625 0.0625,-0.1875 0.59375,-1.53125 0.59375,-1.59375 0,-0.015625 -0.015625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.09375,0.03125 -0.140625,0.140625 C 4.5,-1.03125 4.1875,-0.25 2.921875,-0.25 H 2.125 c -0.203125,0 -0.21875,-0.015625 -0.21875,-0.078125 0,0 0,-0.03125 0.03125,-0.140625 z m 0,0" + id="id-b458d977-b82d-4ff2-8290-7a48d624e4fb" /> + </g> + </g> + </g> + </g> </g> </svg> diff --git a/doc/handbook/svg/mpfa_iv.svg b/doc/handbook/svg/mpfa_iv.svg index 5642e339cdb545b4a545efc3cea73f21c3886c51..7213663c1b03aee9b06e72b048e82dc00bc06c05 100644 --- a/doc/handbook/svg/mpfa_iv.svg +++ b/doc/handbook/svg/mpfa_iv.svg @@ -2,25 +2,25 @@ <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg - xmlns:ns0="http://www.iki.fi/pav/software/textext/" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="40.551994mm" - height="25.4217mm" - viewBox="0 0 143.68817 90.076891" - id="svg4484" - version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="mpfa_iv.svg" - inkscape:export-filename="/temp/martins/DUMUX-3.0/dumux/doc/handbook/PNG/mpfa_iv.png" + inkscape:export-ydpi="600" inkscape:export-xdpi="600" - inkscape:export-ydpi="600"> + inkscape:export-filename="../png/mpfa_iv.png" + sodipodi:docname="mpfa_iv.svg" + inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)" + version="1.1" + id="svg4484" + viewBox="0 0 143.68817 90.076891" + height="25.4217mm" + width="40.551994mm" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:ns0="http://www.iki.fi/pav/software/textext/"> <sodipodi:namedview inkscape:current-layer="svg4484" fit-margin-bottom="0" @@ -34,17 +34,20 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6568545" - inkscape:cx="29.562883" - inkscape:cy="47.337235" + inkscape:cx="82.554713" + inkscape:cy="53.298171" inkscape:document-units="px" showgrid="false" inkscape:window-width="1920" - inkscape:window-height="1015" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:window-height="999" + inkscape:window-x="1920" + inkscape:window-y="737" inkscape:window-maximized="1" inkscape:lockguides="false" - inkscape:snap-global="false"> + inkscape:snap-global="false" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1"> <inkscape:grid id="grid5254" type="xygrid" @@ -618,6 +621,152 @@ xlink:href="#linearGradient5158" inkscape:collect="always" gradientTransform="matrix(1,0,0,-1,11.496113,1003.7794)" /> + <g + id="id-443573de-a83f-4ddb-905a-af052aaf687a-9"> + <symbol + overflow="visible" + id="id-8dff5c7a-df50-4fa1-bcd8-d2b6c9c03ab5-3"> + <path + style="stroke:none" + d="" + id="id-61ce9bd5-8d9e-4afc-bd3f-5d7d98a975f6-6" /> + </symbol> + <symbol + overflow="visible" + id="id-889e3d3b-1aa6-4503-8207-d8673f61804a-0"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-137736f1-6883-4c46-ad48-c1ae8c95035a-6" /> + </symbol> + <symbol + overflow="visible" + id="id-24f8d99b-2a9b-4ae6-a060-4b42abaab5f5-2"> + <path + style="stroke:none" + d="" + id="id-265e82a2-a041-409e-b7db-938b5c2a4315-6" /> + </symbol> + <symbol + overflow="visible" + id="id-5d3bd458-87d7-48ba-864a-d2fa52c235e3-1"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-4c89f128-a3c5-4afe-a189-32e19918ff5c-8" /> + </symbol> + </g> + <g + id="id-443573de-a83f-4ddb-905a-af052aaf687a-2"> + <symbol + overflow="visible" + id="id-8dff5c7a-df50-4fa1-bcd8-d2b6c9c03ab5-2"> + <path + style="stroke:none" + d="" + id="id-61ce9bd5-8d9e-4afc-bd3f-5d7d98a975f6-8" /> + </symbol> + <symbol + overflow="visible" + id="id-889e3d3b-1aa6-4503-8207-d8673f61804a-9"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-137736f1-6883-4c46-ad48-c1ae8c95035a-7" /> + </symbol> + <symbol + overflow="visible" + id="id-24f8d99b-2a9b-4ae6-a060-4b42abaab5f5-3"> + <path + style="stroke:none" + d="" + id="id-265e82a2-a041-409e-b7db-938b5c2a4315-61" /> + </symbol> + <symbol + overflow="visible" + id="id-5d3bd458-87d7-48ba-864a-d2fa52c235e3-2"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-4c89f128-a3c5-4afe-a189-32e19918ff5c-9" /> + </symbol> + </g> + <g + id="id-dc2e81fc-f96d-4c15-99d2-fe024f1a0687"> + <symbol + overflow="visible" + id="id-00fe0ad1-ade5-4645-bb46-f38d0ddc1f0c"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-f2efe91d-c4c8-4e3c-b90e-c1213cf5f337" /> + </symbol> + <symbol + overflow="visible" + id="id-1324aaba-7a64-4ce5-9730-2e2f08c4604d"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-a67175cf-0b9a-4c51-8997-438d2063eae4" /> + </symbol> + </g> + <g + id="id-6e075f4e-8c04-4a47-adfe-5837a7514deb"> + <symbol + overflow="visible" + id="id-3f7b2f87-5055-4075-a41a-4bb6eb041736"> + <path + style="stroke:none" + d="" + id="id-17857c2b-a4db-48a6-a451-c9e99c5234c1" /> + </symbol> + <symbol + overflow="visible" + id="id-dd566016-b3f9-4692-a1a0-179bd5227ba9"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-1f58978f-10e4-4b4e-9629-acecba6c6052" /> + </symbol> + </g> + <g + id="id-692c96aa-cdd2-4ac9-8e3b-436558babe37-3"> + <symbol + overflow="visible" + id="id-7f20851d-f663-4207-85a0-cb6b1497140c-6"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-61f16f6b-b730-4cd0-acf6-3228db4c641a-1" /> + </symbol> + <symbol + overflow="visible" + id="id-2d0e3af7-06c6-4bd6-a6b7-b754648b8df6-0"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-c3a16496-fbf1-4626-bd8c-0d5bbd6d0ba2-6" /> + </symbol> + </g> + <g + id="id-692c96aa-cdd2-4ac9-8e3b-436558babe37-5"> + <symbol + overflow="visible" + id="id-7f20851d-f663-4207-85a0-cb6b1497140c-4"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-61f16f6b-b730-4cd0-acf6-3228db4c641a-7" /> + </symbol> + <symbol + overflow="visible" + id="id-2d0e3af7-06c6-4bd6-a6b7-b754648b8df6-6"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-c3a16496-fbf1-4626-bd8c-0d5bbd6d0ba2-5" /> + </symbol> + </g> </defs> <metadata id="metadata4489"> @@ -631,12 +780,24 @@ </cc:Work> </rdf:RDF> </metadata> + <path + style="fill:#748888;stroke:#000000;stroke-width:0.1875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.25340611" + d="M 60.934226,20.018092 41.870957,45.47076 56.283156,78.872487 90.193558,47.460651 Z" + id="path16312" /> + <path + style="fill:#748888;stroke:#000000;stroke-width:0.1875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.25340611" + d="M 12.189495,44.084162 8.3659941,79.934851 56.184856,78.599365 41.823921,45.251785 Z" + id="path16154" /> <g style="display:inline" id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1" transform="translate(-238.2611,-495.77983)"> + <path + style="fill:#748888;stroke:none;stroke-width:0.1875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.25340608;stroke-dasharray:none" + d="m 259.09968,503.14636 -8.76774,36.8942 29.8383,1.04826 19.12897,-25.48312 z" + id="path1535" /> <path style="opacity:1;fill:#a76800;fill-opacity:0.21176471;stroke:none;stroke-width:1.51181102;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 267.90207,559.91339 c -0.11054,-0.10146 -0.28152,-0.20058 -0.37995,-0.22026 -0.0984,-0.0197 -0.17896,-0.0506 -0.17896,-0.0688 0,-0.0181 -0.72609,-4.369 -1.61354,-9.66865 -0.88746,-5.29963 -1.60558,-9.66592 -1.59583,-9.70282 0.0128,-0.0481 2.28821,0.0125 8.0595,0.21455 4.423,0.15491 8.0532,0.29304 8.06711,0.30696 0.0139,0.0139 0.80376,1.83006 1.75523,4.03586 l 1.72992,4.01056 -0.1101,0.18239 c -0.31331,0.51896 -0.058,1.16607 0.52108,1.32095 0.15874,0.0425 0.28276,0.11866 0.3175,0.19507 0.34796,0.7656 2.50842,5.82692 2.49358,5.84176 -0.0109,0.0109 -4.20515,0.84446 -9.32058,1.85235 -5.11542,1.00789 -9.35549,1.84423 -9.42236,1.8585 -0.0763,0.0163 -0.19631,-0.0426 -0.3226,-0.1585 z" @@ -647,11 +808,6 @@ d="m 274.88956,540.86532 c -2.15415,-0.0766 -5.52236,-0.19406 -7.48489,-0.26095 -1.96253,-0.0668 -3.58211,-0.13499 -3.59908,-0.15132 -0.0169,-0.0163 1.62836,-3.99109 3.65626,-8.83282 3.45244,-8.24291 3.6965,-8.80311 3.8353,-8.80311 0.19572,0 0.48466,-0.14755 0.6003,-0.30654 0.0733,-0.10086 0.12958,-0.11883 0.26799,-0.0858 0.28962,0.0691 18.51339,5.3123 18.53588,5.33299 0.0114,0.0105 -0.71038,0.95091 -1.60405,2.08975 -1.62047,2.06503 -1.62547,2.0706 -1.85478,2.07082 -0.26558,2.5e-4 -0.58197,0.16693 -0.73004,0.38458 -0.11018,0.16196 -0.14733,0.50944 -0.0805,0.75282 0.0356,0.12982 -0.36489,0.66632 -3.01738,4.04156 l -3.05849,3.89187 -0.77494,0.008 c -0.42621,0.004 -2.53742,-0.055 -4.69159,-0.13159 z" id="path2271" inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - id="path7894" - d="m 285.33612,553.50582 -1.23255,-2.87207 0.1346,-0.18902 c 0.39226,-0.55088 0.1324,-1.20854 -0.54555,-1.38068 l -0.29948,-0.0761 -1.70023,-3.96078 -1.70024,-3.9608 5.00593,-6.60654 c 2.75328,-3.6336 5.02913,-6.6151 5.05747,-6.62556 0.0283,-0.0104 2.641,3.04651 5.80591,6.79324 5.68902,6.73485 5.75326,6.81397 5.65441,6.96484 -0.0682,0.10403 -0.0928,0.25912 -0.0774,0.48729 l 0.0226,0.33469 -7.40399,6.98175 c -4.0722,3.83997 -7.42309,6.98175 -7.44644,6.98175 -0.0233,0 -0.59709,-1.29243 -1.275,-2.87207 z" - style="opacity:0.21199999;fill:#a76600;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <path sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" @@ -860,6 +1016,17 @@ cx="271.35223" id="path5370-1" style="opacity:1;fill:#950000;fill-opacity:1;stroke:none;stroke-width:0.36175817;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.36175817, 0.72351635;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="fill:#a56800;stroke:none;stroke-width:0.9375px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.21176471" + d="m 290.24546,527.74699 -10.12062,13.40471 6.61953,15.37649 15.27412,-14.49224 z" + id="path91347" /> + <path + style="display:inline;fill:#a56800;fill-opacity:0.211765;stroke:none;stroke-width:0.937499px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 315.89307,571.30568 -3.92897,5.2039 2.56979,5.96937 5.92964,-5.62609 z" + id="path91347-0" + inkscape:export-filename="../pdf/mpfa_iv.pdf" + inkscape:export-xdpi="600" + inkscape:export-ydpi="600" /> <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" @@ -890,11 +1057,6 @@ cx="286.6434" id="path5370-6-2" style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0.36175817;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.36175817, 0.72351635;stroke-dashoffset:0;stroke-opacity:1" /> - <path - inkscape:connector-curvature="0" - id="path7894-1" - d="m 314.77547,581.21088 -0.46751,-1.0894 0.0511,-0.0717 c 0.14879,-0.20895 0.0502,-0.45841 -0.20693,-0.5237 l -0.1136,-0.0289 -0.64491,-1.50235 -0.64491,-1.50236 1.89879,-2.50591 c 1.04433,-1.37826 1.90758,-2.50916 1.91833,-2.51313 0.0107,-0.004 1.00175,1.15557 2.20223,2.57673 2.15789,2.55458 2.18225,2.58459 2.14476,2.64182 -0.0259,0.0395 -0.0352,0.0983 -0.0293,0.18483 l 0.009,0.12695 -2.80839,2.64823 c -1.54462,1.45653 -2.81564,2.64823 -2.8245,2.64823 -0.009,0 -0.22648,-0.49023 -0.48361,-1.0894 z" - style="opacity:0.21199999;fill:#a76600;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" @@ -969,6 +1131,21 @@ style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.36175817;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.36175817, 0.72351635;stroke-dashoffset:0;stroke-opacity:1" rx="0.81912094" ry="0.819121" /> + <path + style="display:inline;fill:#738787;fill-opacity:0.34861296;stroke:none;stroke-width:0.1875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" + d="m 347.07052,534.96264 -1.65092,6.94699 5.6184,0.19739 3.60189,-4.79835 z" + id="path1535-3" /> + <text + xml:space="preserve" + style="font-size:3.75px;line-height:1.25;font-family:'CMU Serif';-inkscape-font-specification:'CMU Serif';stroke-width:0.9375" + x="356.54416" + y="539.6886" + id="text1677"><tspan + sodipodi:role="line" + id="tspan1675" + style="font-size:3.75px;stroke-width:0.9375" + x="356.54416" + y="539.6886">control volume</tspan></text> </g> <g style="display:none" @@ -981,8 +1158,7 @@ y="561.89935" x="268.43735" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="561.89935" x="268.43735" @@ -993,8 +1169,7 @@ y="542.43317" x="303.88229" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="542.43317" x="303.88229" @@ -1005,8 +1180,7 @@ y="521.48505" x="272.81381" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="521.48505" x="272.81381" @@ -1017,8 +1191,7 @@ y="546.00702" x="283.21143" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="546.00702" x="283.21143" @@ -1029,8 +1202,7 @@ y="536.96051" x="285.45306" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="536.96051" x="285.45306" @@ -1041,8 +1213,7 @@ y="553.08307" x="286.09006" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="553.08307" x="286.09006" @@ -1053,8 +1224,7 @@ y="571.84045" x="356.35568" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="571.84045" x="356.35568" @@ -1065,8 +1235,7 @@ y="584.7547" x="336.60547" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="584.7547" x="336.60547" @@ -1077,8 +1246,7 @@ y="598.94989" x="324.27731" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="598.94989" x="324.27731" @@ -1089,8 +1257,7 @@ y="491.0112" x="308.02261" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="491.0112" x="308.02261" @@ -1101,8 +1268,7 @@ y="498.22592" x="327.2836" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="498.22592" x="327.2836" @@ -1113,8 +1279,7 @@ y="538.25848" x="252.31363" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - xml:space="preserve" - sodipodi:linespacing="0%"><tspan + xml:space="preserve"><tspan style="font-size:1.25px;line-height:1.25" y="538.25848" x="252.31363" @@ -1178,7 +1343,8 @@ style="fill:#000000;stroke-width:0" inkscape:connector-curvature="0" d="m 643.93,408.74 0,-3.29 7.32,0.55 0,1.54 c -3.48,0 -3.88,0.35 -3.88,2.79 l 0,30.24 -7.18,-0.55 0,-1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 l 0,-10.76 c -1.45,1.79 -3.59,3.09 -6.28,3.09 l 0.2,-1.1 c 1.75,0 3.84,-0.74 5.38,-2.99 0.55,-0.84 0.55,-0.95 0.55,-1.84 l 0,0 0,-10.21 c 0,-0.9 0,-1 -0.55,-1.84 -1.49,-2.4 -3.73,-3.49 -5.88,-3.49 -2.24,0 -4.03,1.29 -5.23,3.18 -1.29,2.05 -1.44,4.89 -1.44,6.93 0,1.84 0.1,4.83 1.54,7.07 1.05,1.55 2.94,3.19 5.63,3.19 l -0.2,1.1 c -5.87,0 -11.1,-4.88 -11.1,-11.31 0,-6.33 4.87,-11.26 10.55,-11.26 3.19,0 5.43,1.69 6.68,3.29 z" - id="path5519" /></g> </g> + id="path5519" /></g> + </g> <g id="g6095" transform="matrix(0.03268924,0,0,0.03268917,310.3268,502.54054)"> @@ -1246,7 +1412,8 @@ id="path6123" d="m 722.93,408.74 0,-3.29 7.32,0.55 0,1.54 c -3.48,0 -3.88,0.35 -3.88,2.79 l 0,30.24 -7.18,-0.55 0,-1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 l 0,-10.76 c -1.45,1.79 -3.59,3.09 -6.28,3.09 l 0.2,-1.1 c 1.75,0 3.84,-0.74 5.38,-2.99 0.55,-0.84 0.55,-0.95 0.55,-1.84 l 0,0 0,-10.21 c 0,-0.9 0,-1 -0.55,-1.84 -1.49,-2.4 -3.73,-3.49 -5.88,-3.49 -2.24,0 -4.03,1.29 -5.23,3.18 -1.29,2.05 -1.44,4.89 -1.44,6.93 0,1.84 0.1,4.83 1.54,7.07 1.05,1.55 2.94,3.19 5.63,3.19 l -0.2,1.1 c -5.87,0 -11.1,-4.88 -11.1,-11.31 0,-6.33 4.87,-11.26 10.55,-11.26 3.19,0 5.43,1.69 6.68,3.29 z" inkscape:connector-curvature="0" - style="fill:#000000;stroke-width:0" /></g> </g> + style="fill:#000000;stroke-width:0" /></g> + </g> <g id="g7409" transform="matrix(0.07687878,0,0,0.07687857,308.70189,541.03791)"> @@ -1345,7 +1512,8 @@ id="path7453" d="m 954.53,417.51 0.05,1.04 c 0.3,7.43 4.48,8.67 6.18,8.67 5.13,0 5.63,-6.72 5.63,-8.67 l -11.81,0 -0.05,-1.04 13.9,0 c 1.09,0 1.24,0 1.24,1.04 0,4.93 -2.69,9.77 -8.91,9.77 -5.78,0 -10.36,-5.14 -10.36,-11.36 0,-6.67 5.22,-11.51 10.95,-11.51 6.08,0 8.32,5.53 8.32,6.48 0,0.5 -0.4,0.6 -0.65,0.6 -0.44,0 -0.54,-0.3 -0.64,-0.7 -1.75,-5.13 -6.23,-5.13 -6.73,-5.13 -2.49,0 -4.48,1.49 -5.63,3.34 -1.49,2.39 -1.49,5.67 -1.49,7.47 z" inkscape:connector-curvature="0" - style="fill:#000000;stroke-width:0" /></g> </g> + style="fill:#000000;stroke-width:0" /></g> + </g> <g transform="matrix(0.07341573,0,0,0.07341554,330.15779,528.75607)" id="g8143"> @@ -1441,7 +1609,8 @@ style="fill:#000000;stroke-width:0" inkscape:connector-curvature="0" d="m 817.48,423.14 0,-13.35 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 l 0,-1.54 11.21,0 0,1.54 c -3.33,0 -3.88,0 -3.88,2.25 l 0,9.16 c 0,5.18 3.53,7.97 6.72,7.97 3.14,0 3.69,-2.69 3.69,-5.53 l 0,-11.6 c 0,-2.25 -0.55,-2.25 -3.89,-2.25 l 0,-1.54 11.21,0 0,1.54 c -2.59,0 -3.84,0 -3.88,1.5 l 0,9.51 c 0,4.29 0,5.83 -1.55,7.63 -0.7,0.84 -2.34,1.84 -5.23,1.84 -3.64,0 -5.98,-2.14 -7.37,-5.23 l 0,5.23 -7.03,-0.55 0,-1.54 c 3.49,0 3.89,-0.35 3.89,-2.79 z" - id="path8185" /></g> </g> + id="path8185" /></g> + </g> <g style="display:inline" transform="matrix(0.07808264,0,0,0.07808253,298.37853,551.75108)" @@ -1525,7 +1694,8 @@ style="fill:#000000;stroke-width:0" inkscape:connector-curvature="0" d="m 853.53,417.51 0.05,1.04 c 0.3,7.43 4.48,8.67 6.18,8.67 5.13,0 5.63,-6.72 5.63,-8.67 l -11.81,0 -0.05,-1.04 13.9,0 c 1.09,0 1.24,0 1.24,1.04 0,4.93 -2.69,9.77 -8.91,9.77 -5.78,0 -10.36,-5.14 -10.36,-11.36 0,-6.67 5.22,-11.51 10.95,-11.51 6.08,0 8.32,5.53 8.32,6.48 0,0.5 -0.4,0.6 -0.65,0.6 -0.44,0 -0.54,-0.3 -0.64,-0.7 -1.75,-5.13 -6.23,-5.13 -6.73,-5.13 -2.49,0 -4.48,1.49 -5.63,3.34 -1.49,2.39 -1.49,5.67 -1.49,7.47 z" - id="path6727" /></g> </g> + id="path6727" /></g> + </g> </g> <g style="fill:#940000;fill-opacity:1" @@ -1773,7 +1943,7 @@ <g id="g8574" style="fill:#000000;fill-opacity:1;stroke:#840073;stroke-opacity:1" - transform="matrix(0.50845278,0,0,0.50845278,-73.960369,-25.141862)" + transform="matrix(0.50845278,0,0,0.50845278,-70.520286,-22.051392)" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" ns0:text="$v$"> <defs @@ -2164,216 +2334,6 @@ </g> </g> </g> - <g - id="g18366" - style="fill:#800080;fill-opacity:1;stroke:#840073;stroke-opacity:1" - transform="matrix(0.32729163,0,0,0.32729163,-38.662407,-9.46496)" - ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" - ns0:text="$M^v$"> - <defs - id="defs18368"> - <g - id="g18370"> - <symbol - id="textext-33addb0b-0" - overflow="visible" - style="overflow:visible"> - <path - id="path18373" - d="" - style="stroke:none" - inkscape:connector-curvature="0" /> - </symbol> - <symbol - id="textext-33addb0b-1" - overflow="visible" - style="overflow:visible"> - <path - id="path18376" - d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 l -1.3125,0 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 l -1.359375,0 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 l 1.359375,-5.421875 0.015625,0 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 0.015625,0 -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" - style="stroke:none" - inkscape:connector-curvature="0" /> - </symbol> - <symbol - id="textext-33addb0b-2" - overflow="visible" - style="overflow:visible"> - <path - id="path18379" - d="" - style="stroke:none" - inkscape:connector-curvature="0" /> - </symbol> - <symbol - id="textext-33addb0b-3" - overflow="visible" - style="overflow:visible"> - <path - id="path18382" - d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" - style="stroke:none" - inkscape:connector-curvature="0" /> - </symbol> - </g> - </defs> - <g - id="textext-33addb0b-4"> - <g - id="g18385" - style="fill:#000000;fill-opacity:1"> - <use - id="use18387" - y="134.765" - x="223.43201" - xlink:href="#textext-33addb0b-1" - width="100%" - height="100%" /> - </g> - <g - id="g18389" - style="fill:#000000;fill-opacity:1"> - <use - id="use18391" - y="131.14999" - x="234.183" - xlink:href="#textext-33addb0b-3" - width="100%" - height="100%" /> - </g> - </g> - </g> - <g - ns0:text="$K^v$" - ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" - transform="matrix(0.32729163,0,0,0.32729163,-39.689378,11.08427)" - style="fill:#800080;fill-opacity:1;stroke:#840073;stroke-opacity:1" - id="g19387"> - <defs - id="defs19389"> - <g - id="g19391"> - <symbol - overflow="visible" - id="textext-a424de31-0"> - <path - style="stroke:none;" - d="" - id="path19394" /> - </symbol> - <symbol - overflow="visible" - id="textext-a424de31-1"> - <path - style="stroke:none;" - d="M 5.078125 -4.03125 C 5.0625 -4.0625 5.03125 -4.140625 5.03125 -4.171875 C 5.03125 -4.171875 5.203125 -4.3125 5.3125 -4.390625 L 7.0625 -5.734375 C 8 -6.4375 8.390625 -6.46875 8.6875 -6.5 C 8.765625 -6.515625 8.859375 -6.515625 8.859375 -6.703125 C 8.859375 -6.734375 8.828125 -6.8125 8.75 -6.8125 C 8.53125 -6.8125 8.28125 -6.78125 8.046875 -6.78125 C 7.6875 -6.78125 7.296875 -6.8125 6.9375 -6.8125 C 6.875 -6.8125 6.75 -6.8125 6.75 -6.609375 C 6.75 -6.546875 6.796875 -6.515625 6.875 -6.5 C 7.09375 -6.484375 7.171875 -6.4375 7.171875 -6.296875 C 7.171875 -6.109375 6.875 -5.875 6.8125 -5.828125 L 2.9375 -2.84375 L 3.734375 -6.046875 C 3.8125 -6.40625 3.84375 -6.5 4.5625 -6.5 C 4.8125 -6.5 4.90625 -6.5 4.90625 -6.703125 C 4.90625 -6.78125 4.828125 -6.8125 4.765625 -6.8125 C 4.484375 -6.8125 3.765625 -6.78125 3.484375 -6.78125 C 3.203125 -6.78125 2.5 -6.8125 2.203125 -6.8125 C 2.140625 -6.8125 2 -6.8125 2 -6.625 C 2 -6.5 2.09375 -6.5 2.296875 -6.5 C 2.421875 -6.5 2.609375 -6.484375 2.71875 -6.484375 C 2.875 -6.453125 2.9375 -6.4375 2.9375 -6.3125 C 2.9375 -6.28125 2.9375 -6.25 2.90625 -6.125 L 1.5625 -0.78125 C 1.46875 -0.390625 1.453125 -0.3125 0.65625 -0.3125 C 0.484375 -0.3125 0.375 -0.3125 0.375 -0.125 C 0.375 0 0.5 0 0.53125 0 C 0.8125 0 1.515625 -0.03125 1.796875 -0.03125 C 2 -0.03125 2.21875 -0.015625 2.4375 -0.015625 C 2.65625 -0.015625 2.875 0 3.078125 0 C 3.15625 0 3.28125 0 3.28125 -0.203125 C 3.28125 -0.3125 3.1875 -0.3125 3 -0.3125 C 2.625 -0.3125 2.359375 -0.3125 2.359375 -0.484375 C 2.359375 -0.5625 2.40625 -0.78125 2.4375 -0.921875 C 2.578125 -1.453125 2.71875 -1.96875 2.84375 -2.5 L 4.328125 -3.65625 L 5.484375 -0.96875 C 5.609375 -0.703125 5.609375 -0.671875 5.609375 -0.625 C 5.609375 -0.3125 5.171875 -0.3125 5.078125 -0.3125 C 4.96875 -0.3125 4.859375 -0.3125 4.859375 -0.109375 C 4.859375 0 4.984375 0 5 0 C 5.40625 0 5.828125 -0.03125 6.21875 -0.03125 C 6.4375 -0.03125 6.984375 0 7.203125 0 C 7.25 0 7.375 0 7.375 -0.203125 C 7.375 -0.3125 7.265625 -0.3125 7.171875 -0.3125 C 6.765625 -0.3125 6.640625 -0.40625 6.484375 -0.75 Z M 5.078125 -4.03125 " - id="path19397" /> - </symbol> - <symbol - overflow="visible" - id="textext-a424de31-2"> - <path - style="stroke:none;" - d="" - id="path19400" /> - </symbol> - <symbol - overflow="visible" - id="textext-a424de31-3"> - <path - style="stroke:none;" - d="M 3.71875 -2.53125 C 3.71875 -3.078125 3.390625 -3.078125 3.375 -3.078125 C 3.1875 -3.078125 3 -2.890625 3 -2.703125 C 3 -2.59375 3.0625 -2.53125 3.109375 -2.5 C 3.234375 -2.390625 3.375 -2.21875 3.375 -1.9375 C 3.375 -1.625 2.90625 -0.125 2.078125 -0.125 C 1.515625 -0.125 1.515625 -0.625 1.515625 -0.75 C 1.515625 -1.0625 1.640625 -1.453125 1.90625 -2.109375 C 1.953125 -2.25 2 -2.359375 2 -2.46875 C 2 -2.84375 1.6875 -3.078125 1.34375 -3.078125 C 0.640625 -3.078125 0.328125 -2.125 0.328125 -2 C 0.328125 -1.921875 0.421875 -1.921875 0.453125 -1.921875 C 0.546875 -1.921875 0.546875 -1.953125 0.578125 -2.03125 C 0.734375 -2.59375 1.03125 -2.875 1.3125 -2.875 C 1.4375 -2.875 1.484375 -2.796875 1.484375 -2.640625 C 1.484375 -2.46875 1.4375 -2.328125 1.359375 -2.171875 C 1.0625 -1.390625 0.984375 -1.09375 0.984375 -0.84375 C 0.984375 -0.15625 1.53125 0.0625 2.0625 0.0625 C 3.234375 0.0625 3.71875 -1.953125 3.71875 -2.53125 Z M 3.71875 -2.53125 " - id="path19403" /> - </symbol> - </g> - </defs> - <g - id="textext-a424de31-4"> - <g - style="fill:rgb(0%,0%,0%);fill-opacity:1;" - id="g19406"> - <use - xlink:href="#textext-a424de31-1" - x="223.432" - y="134.765" - id="use19408" /> - </g> - <g - style="fill:rgb(0%,0%,0%);fill-opacity:1;" - id="g19410"> - <use - xlink:href="#textext-a424de31-3" - x="232.606" - y="131.15" - id="use19412" /> - </g> - </g> - </g> - <g - id="g20320" - style="fill:#800080;fill-opacity:1;stroke:#840073;stroke-opacity:1" - transform="matrix(0.32729163,0,0,0.32729163,-22.189379,1.3342707)" - ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" - ns0:text="$L^v$"> - <defs - id="defs20322"> - <g - id="g20324"> - <symbol - id="textext-86e6737c-0" - overflow="visible"> - <path - id="path20327" - d="" - style="stroke:none;" /> - </symbol> - <symbol - id="textext-86e6737c-1" - overflow="visible"> - <path - id="path20330" - d="M 3.734375 -6.03125 C 3.8125 -6.390625 3.84375 -6.5 4.78125 -6.5 C 5.078125 -6.5 5.15625 -6.5 5.15625 -6.6875 C 5.15625 -6.8125 5.046875 -6.8125 5 -6.8125 C 4.671875 -6.8125 3.859375 -6.78125 3.53125 -6.78125 C 3.234375 -6.78125 2.5 -6.8125 2.203125 -6.8125 C 2.140625 -6.8125 2.015625 -6.8125 2.015625 -6.609375 C 2.015625 -6.5 2.109375 -6.5 2.296875 -6.5 C 2.3125 -6.5 2.5 -6.5 2.671875 -6.484375 C 2.84375 -6.453125 2.9375 -6.453125 2.9375 -6.3125 C 2.9375 -6.28125 2.9375 -6.25 2.90625 -6.125 L 1.5625 -0.78125 C 1.46875 -0.390625 1.453125 -0.3125 0.65625 -0.3125 C 0.484375 -0.3125 0.390625 -0.3125 0.390625 -0.109375 C 0.390625 0 0.484375 0 0.65625 0 L 5.28125 0 C 5.515625 0 5.515625 0 5.578125 -0.171875 L 6.375 -2.328125 C 6.40625 -2.4375 6.40625 -2.453125 6.40625 -2.46875 C 6.40625 -2.5 6.375 -2.578125 6.296875 -2.578125 C 6.203125 -2.578125 6.1875 -2.515625 6.125 -2.359375 C 5.78125 -1.453125 5.34375 -0.3125 3.625 -0.3125 L 2.6875 -0.3125 C 2.546875 -0.3125 2.515625 -0.3125 2.46875 -0.3125 C 2.359375 -0.328125 2.328125 -0.34375 2.328125 -0.421875 C 2.328125 -0.453125 2.328125 -0.46875 2.375 -0.640625 Z M 3.734375 -6.03125 " - style="stroke:none;" /> - </symbol> - <symbol - id="textext-86e6737c-2" - overflow="visible"> - <path - id="path20333" - d="" - style="stroke:none;" /> - </symbol> - <symbol - id="textext-86e6737c-3" - overflow="visible"> - <path - id="path20336" - d="M 3.71875 -2.53125 C 3.71875 -3.078125 3.390625 -3.078125 3.375 -3.078125 C 3.1875 -3.078125 3 -2.890625 3 -2.703125 C 3 -2.59375 3.0625 -2.53125 3.109375 -2.5 C 3.234375 -2.390625 3.375 -2.21875 3.375 -1.9375 C 3.375 -1.625 2.90625 -0.125 2.078125 -0.125 C 1.515625 -0.125 1.515625 -0.625 1.515625 -0.75 C 1.515625 -1.0625 1.640625 -1.453125 1.90625 -2.109375 C 1.953125 -2.25 2 -2.359375 2 -2.46875 C 2 -2.84375 1.6875 -3.078125 1.34375 -3.078125 C 0.640625 -3.078125 0.328125 -2.125 0.328125 -2 C 0.328125 -1.921875 0.421875 -1.921875 0.453125 -1.921875 C 0.546875 -1.921875 0.546875 -1.953125 0.578125 -2.03125 C 0.734375 -2.59375 1.03125 -2.875 1.3125 -2.875 C 1.4375 -2.875 1.484375 -2.796875 1.484375 -2.640625 C 1.484375 -2.46875 1.4375 -2.328125 1.359375 -2.171875 C 1.0625 -1.390625 0.984375 -1.09375 0.984375 -0.84375 C 0.984375 -0.15625 1.53125 0.0625 2.0625 0.0625 C 3.234375 0.0625 3.71875 -1.953125 3.71875 -2.53125 Z M 3.71875 -2.53125 " - style="stroke:none;" /> - </symbol> - </g> - </defs> - <g - id="textext-86e6737c-4"> - <g - id="g20339" - style="fill:rgb(0%,0%,0%);fill-opacity:1;"> - <use - id="use20341" - y="134.765" - x="223.432" - xlink:href="#textext-86e6737c-1" /> - </g> - <g - id="g20343" - style="fill:rgb(0%,0%,0%);fill-opacity:1;"> - <use - id="use20345" - y="131.15" - x="230.212" - xlink:href="#textext-86e6737c-3" /> - </g> - </g> - </g> <g ns0:text="$u_{\\sigma^v_3}$" ns0:preamble="/temp/martins/GIT_Paper/SchneiderPromo/pics/k3/preamble.txt" @@ -2761,4 +2721,400 @@ </g> </g> </g> + <g + transform="matrix(0.333333,0,0,0.333333,35.187569,34.154083)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$M_v$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.25" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.333333" + id="g22901"> + <defs + id="id-66e6e697-1f49-4b4d-a07e-58a727da60f1"> + <g + id="id-443573de-a83f-4ddb-905a-af052aaf687a"> + <symbol + overflow="visible" + id="id-8dff5c7a-df50-4fa1-bcd8-d2b6c9c03ab5"> + <path + style="stroke:none" + d="" + id="id-61ce9bd5-8d9e-4afc-bd3f-5d7d98a975f6" /> + </symbol> + <symbol + overflow="visible" + id="id-889e3d3b-1aa6-4503-8207-d8673f61804a"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-137736f1-6883-4c46-ad48-c1ae8c95035a" /> + </symbol> + <symbol + overflow="visible" + id="id-24f8d99b-2a9b-4ae6-a060-4b42abaab5f5"> + <path + style="stroke:none" + d="" + id="id-265e82a2-a041-409e-b7db-938b5c2a4315" /> + </symbol> + <symbol + overflow="visible" + id="id-5d3bd458-87d7-48ba-864a-d2fa52c235e3"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-4c89f128-a3c5-4afe-a189-32e19918ff5c" /> + </symbol> + </g> + </defs> + <g + id="id-c4e9903d-37fc-4d76-bbfa-f0d548628c2c" + transform="translate(-149.134,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-fc0ceda2-ed2f-4ddb-a7da-d5bd3e021d0b"> + <g + transform="translate(148.712,134.765)" + id="g25468"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-004cfb40-154b-429c-9a60-7af9c2d70784" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-21f0c84f-c00b-4fa8-9716-757d5c93e0e7"> + <g + transform="translate(158.377,136.259)" + id="g25472"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-08289e6e-2935-49de-801a-b490466528e5" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.333333 0 0 0.333333 33.9741 52.7333)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$K_v$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.25" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.333333" + id="g22901-5"> + <defs + id="id-676e2b28-b7b5-48a6-8461-da1d48d03231"> + <g + id="id-b52411be-ec2b-41d8-9129-d6030b829685"> + <symbol + overflow="visible" + id="id-f713c8c4-9979-4a76-af7a-f63a0d9c9c62"> + <path + style="stroke:none" + d="" + id="id-ecd7605b-441e-4f59-8b71-6537864112c2" /> + </symbol> + <symbol + overflow="visible" + id="id-f983f03a-8e1c-4feb-9f6f-9e7708d80729"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-8fc57fb0-6f2a-4250-9266-d2ad41750456" /> + </symbol> + <symbol + overflow="visible" + id="id-86860939-6c70-405c-85ce-92db5ff64000"> + <path + style="stroke:none" + d="" + id="id-af4e5618-f7ec-48ff-91b4-2f7780c2117d" /> + </symbol> + <symbol + overflow="visible" + id="id-74ec4490-7b4d-4caf-aea1-fdb301a34c6d"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-bed7339b-aeb2-4a62-bb0b-19f1a511d8d6" /> + </symbol> + </g> + </defs> + <g + id="id-ea516cda-772d-4d71-ab1d-95aaae222636" + transform="translate(-149.087,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-504c75c2-1617-4ead-abe5-e449ef58f515"> + <g + transform="translate(148.712,134.765)" + id="g27599"> + <path + style="stroke:none" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-223b51fc-ded5-4140-a739-def2427fed27" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-de4777c5-276a-4aaf-b859-a3c0d2975ae8"> + <g + transform="translate(157.174,136.259)" + id="g27603"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-dc17a144-1fc1-4c75-a2c1-a27700e87508" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.333333,0,0,0.333333,51.584214,43.775415)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$L_v$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.25" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.333333" + id="g22901-7"> + <defs + id="id-3910b8ee-d2d6-421f-8080-d44f400e082e"> + <g + id="id-cbe012f5-1342-44a2-8cb7-28618faf563b"> + <symbol + overflow="visible" + id="id-01a39f44-e8eb-469d-a5ef-30da58a3473e"> + <path + style="stroke:none" + d="" + id="id-b18dc931-346a-4368-9e34-4fbcf9f00417" /> + </symbol> + <symbol + overflow="visible" + id="id-52620327-26e5-4b5b-82f1-0773e8644d4e"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-02363453-9578-43b0-957f-5abbbd5cff66" /> + </symbol> + <symbol + overflow="visible" + id="id-18a6a54c-4351-491e-a91a-39193ec2069b"> + <path + style="stroke:none" + d="" + id="id-2a31cdd1-ffd3-4885-948c-e2d48c683f57" /> + </symbol> + <symbol + overflow="visible" + id="id-3e86c87d-03ac-4780-9f86-2c71959897ab"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-405ffa8d-8898-4799-abb7-681db950ea7c" /> + </symbol> + </g> + </defs> + <g + id="id-b4f35562-c600-4980-b004-5fd3b8e1ae01" + transform="translate(-149.103,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-20f5b116-f629-40b5-9734-1dcb7746dfb6"> + <g + transform="translate(148.712,134.765)" + id="g28994"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-a72b29c2-49f0-46b9-9305-d054164cd80f" /> + </g> + </g> + <g + style="fill:#000000;fill-opacity:1" + id="id-8f6f8707-19df-4cb9-911e-c870148164f3"> + <g + transform="translate(155.492,136.259)" + id="g28998"> + <path + style="stroke:none" + d="m 3.71875,-2.53125 c 0,-0.546875 -0.328125,-0.546875 -0.34375,-0.546875 -0.1875,0 -0.375,0.1875 -0.375,0.375 0,0.109375 0.0625,0.171875 0.109375,0.203125 0.125,0.109375 0.265625,0.28125 0.265625,0.5625 0,0.3125 -0.46875,1.8125 -1.296875,1.8125 -0.5625,0 -0.5625,-0.5 -0.5625,-0.625 0,-0.3125 0.125,-0.703125 0.390625,-1.359375 C 1.953125,-2.25 2,-2.359375 2,-2.46875 2,-2.84375 1.6875,-3.078125 1.34375,-3.078125 0.640625,-3.078125 0.328125,-2.125 0.328125,-2 c 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.03125 0.125,-0.109375 C 0.734375,-2.59375 1.03125,-2.875 1.3125,-2.875 c 0.125,0 0.171875,0.078125 0.171875,0.234375 0,0.171875 -0.046875,0.3125 -0.125,0.46875 -0.296875,0.78125 -0.375,1.078125 -0.375,1.328125 0,0.6875 0.546875,0.90625 1.078125,0.90625 1.171875,0 1.65625,-2.015625 1.65625,-2.59375 z m 0,0" + id="id-acceb738-9023-4d9e-a654-3a570df1fa61" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.399999,0,0,0.399999,10.932563,75.104879)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$K$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.399999" + id="g42773"> + <defs + id="id-960401f7-b68e-41f4-8b61-5ebac7f5a950"> + <g + id="id-692c96aa-cdd2-4ac9-8e3b-436558babe37"> + <symbol + overflow="visible" + id="id-7f20851d-f663-4207-85a0-cb6b1497140c"> + <path + style="stroke:none;stroke-width:0" + d="" + id="id-61f16f6b-b730-4cd0-acf6-3228db4c641a" /> + </symbol> + <symbol + overflow="visible" + id="id-2d0e3af7-06c6-4bd6-a6b7-b754648b8df6"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-c3a16496-fbf1-4626-bd8c-0d5bbd6d0ba2" /> + </symbol> + </g> + </defs> + <g + id="id-b39968b9-e429-444c-a20d-7d0b63051ab7" + transform="translate(-149.087,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-bace6255-e0cf-42f7-bbed-0657dea1e5de"> + <g + transform="translate(148.712,134.765)" + id="g42769"> + <path + style="stroke:none;stroke-width:0" + d="M 5.078125,-4.03125 C 5.0625,-4.0625 5.03125,-4.140625 5.03125,-4.171875 c 0,0 0.171875,-0.140625 0.28125,-0.21875 l 1.75,-1.34375 C 8,-6.4375 8.390625,-6.46875 8.6875,-6.5 8.765625,-6.515625 8.859375,-6.515625 8.859375,-6.703125 8.859375,-6.734375 8.828125,-6.8125 8.75,-6.8125 c -0.21875,0 -0.46875,0.03125 -0.703125,0.03125 -0.359375,0 -0.75,-0.03125 -1.109375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.0625 0.046875,0.09375 0.125,0.109375 0.21875,0.015625 0.296875,0.0625 0.296875,0.203125 0,0.1875 -0.296875,0.421875 -0.359375,0.46875 L 2.9375,-2.84375 3.734375,-6.046875 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.25,0 0.34375,0 0.34375,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 C 3.203125,-6.78125 2.5,-6.8125 2.203125,-6.8125 2.140625,-6.8125 2,-6.8125 2,-6.625 2,-6.5 2.09375,-6.5 2.296875,-6.5 c 0.125,0 0.3125,0.015625 0.421875,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.078125 0.046875,-0.296875 0.078125,-0.4375 C 2.578125,-1.453125 2.71875,-1.96875 2.84375,-2.5 l 1.484375,-1.15625 1.15625,2.6875 c 0.125,0.265625 0.125,0.296875 0.125,0.34375 0,0.3125 -0.4375,0.3125 -0.53125,0.3125 -0.109375,0 -0.21875,0 -0.21875,0.203125 C 4.859375,0 4.984375,0 5,0 5.40625,0 5.828125,-0.03125 6.21875,-0.03125 6.4375,-0.03125 6.984375,0 7.203125,0 7.25,0 7.375,0 7.375,-0.203125 7.375,-0.3125 7.265625,-0.3125 7.171875,-0.3125 c -0.40625,0 -0.53125,-0.09375 -0.6875,-0.4375 z m 0,0" + id="id-26972af3-b74a-4713-afc5-4a8855c26328" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.399999,0,0,0.399999,22.020159,11.335427)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$M$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.399999" + id="g42773-1"> + <defs + id="id-39a599f3-4efe-4914-9d0e-7503b4c4f0af"> + <g + id="id-b5005427-ef3a-4c30-8bcc-f78829073de4"> + <symbol + overflow="visible" + id="id-ffe326b4-6176-4c2d-9392-d476e1764ebf"> + <path + style="stroke:none" + d="" + id="id-2a4b0932-e2af-4872-83de-954b9a3f325a" /> + </symbol> + <symbol + overflow="visible" + id="id-35b0da3d-39a7-4bc2-b78b-493fe918793c"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-64863864-9807-4aa6-9936-e58c31a08db2" /> + </symbol> + </g> + </defs> + <g + id="id-e2deb86b-627b-414d-a2f3-8e6a2ac835da" + transform="translate(-149.134,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-83b905bf-7284-4d35-927d-a75055c4734d"> + <g + transform="translate(148.712,134.765)" + id="g45122"> + <path + style="stroke:none" + d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0" + id="id-9349dd61-f34f-4a68-9eb3-4eb9fa516fae" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.399999,0,0,0.399999,83.813199,45.687354)" + ns0:version="1.8.2" + ns0:texconverter="pdflatex" + ns0:pdfconverter="inkscape" + ns0:text="$L$" + ns0:preamble="/home/ivbu/.config/inkscape/extensions/textext/default_packages.tex" + ns0:scale="0.3" + ns0:alignment="middle center" + ns0:stroke-to-path="0" + ns0:inkscapeversion="1.2.2" + ns0:jacobian_sqrt="0.399999" + id="g42773-5"> + <defs + id="id-4901c69c-0c03-4555-86bd-941d4fdbda24"> + <g + id="id-003c0518-1335-4b8c-a1e7-eb5a9dcdbe09"> + <symbol + overflow="visible" + id="id-aef078af-8c58-46c6-baae-c2748081796e"> + <path + style="stroke:none" + d="" + id="id-8297d585-1eed-4839-b094-3db76792d51f" /> + </symbol> + <symbol + overflow="visible" + id="id-fb7dabe2-6aaa-485e-9dc3-87d1a537dd20"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-3ebd03e2-1cb0-4abe-8e01-e7bd771acc4d" /> + </symbol> + </g> + </defs> + <g + id="id-0d399757-edd9-4571-8cf1-feabf57139f6" + transform="translate(-149.103,-127.953)"> + <g + style="fill:#000000;fill-opacity:1" + id="id-6e1922a4-72e1-4e69-9aae-b6eda147e73d"> + <g + transform="translate(148.712,134.765)" + id="g46519"> + <path + style="stroke:none" + d="M 3.734375,-6.03125 C 3.8125,-6.390625 3.84375,-6.5 4.78125,-6.5 c 0.296875,0 0.375,0 0.375,-0.1875 0,-0.125 -0.109375,-0.125 -0.15625,-0.125 -0.328125,0 -1.140625,0.03125 -1.46875,0.03125 -0.296875,0 -1.03125,-0.03125 -1.328125,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.484375,0 0.65625,0 h 4.625 C 5.515625,0 5.515625,0 5.578125,-0.171875 L 6.375,-2.328125 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.140625 0,-0.03125 -0.03125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.0625 -0.171875,0.21875 -0.34375,0.90625 -0.78125,2.046875 -2.5,2.046875 H 2.6875 c -0.140625,0 -0.171875,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.046875,-0.21875 z m 0,0" + id="id-cd37039d-5094-474a-ac43-be93b5686e1b" /> + </g> + </g> + </g> + </g> </svg>