diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex index 3a5c3174e0744b39102a7afa1a4b1f36b188022c..40d0e0c637287564a34eba169a6e8e6c8733628e 100644 --- a/doc/handbook/0_dumux-handbook.tex +++ b/doc/handbook/0_dumux-handbook.tex @@ -42,10 +42,12 @@ % Dune and Dumux logo \newcommand{\Dune}{{DUNE}\xspace} \newcommand{\Dumux}{\texorpdfstring{Du\-Mu$^\text{x}$\xspace}{DuMuX\xspace}} -\newcommand{\DumuxVersion}{3.4} +\newcommand{\DumuxVersion}{3.5} \newcommand{\DumuxOldVersion}{3.3} \definecolor{dumuxYellow}{HTML}{E19417} \definecolor{dumuxBlue}{HTML}{0C73CF} +\newcommand{\DuneVersion}{2.8} +\newcommand{\DuneOldVersion}{2.7} % sytles \newcommand{\nextline}{\par\phantom{a}\vspace*{0.1\textwidth}} diff --git a/doc/handbook/2_quickinstall.tex b/doc/handbook/2_quickinstall.tex index 67b9bc6b7de5700a3d9bfb9fcbf6ed11ba74fec1..461dcecdad65b795d2231feb41c2f0491b9bc662 100644 --- a/doc/handbook/2_quickinstall.tex +++ b/doc/handbook/2_quickinstall.tex @@ -25,7 +25,7 @@ After the download is complete, execute the script. This can be done with $ python installdumux.py \end{lstlisting} -This script will download each of the \Dune-modules that \Dumux depends on at their 2.7 release, +This script will download each of the \Dune-modules that \Dumux depends on at their \DuneVersion{} release, as well as \Dumux's \DumuxVersion{} release. After these individual modules are downloaded, \Dune and \Dumux are automatically configured using the command-line script \texttt{dunecontrol}, located in \texttt{dune-common/bin/dunecontrol}, optimized using configure options defined in the \texttt{cmake.opts} @@ -56,7 +56,7 @@ make test_1p_tpfa paraview *pvd \end{lstlisting} \item Advance ParaView to the next frame (green arrow button) and rescale to data range -(green double arrow on top right) to admire the colorful pressure distribution. +(green double arrow on top left) to admire the colorful pressure distribution. \end{enumerate} For further information on how to get started with dumux, see section \ref{chp:tutorial}. diff --git a/doc/handbook/3_detailedinstall.tex b/doc/handbook/3_detailedinstall.tex index d8fd86e534eb44be2371a49686b80441b7dd7747..7142775f59cef0d4ec8404db8d6219b0a4317946 100644 --- a/doc/handbook/3_detailedinstall.tex +++ b/doc/handbook/3_detailedinstall.tex @@ -15,7 +15,7 @@ Details regarding the installation of \Dune are provided on the \Dune website \c \section{Obtaining Source Code for \Dune and \Dumux} \label{sc:ObtainingSourceCode} The \Dumux release and trunk (developer tree) are based on the most recent -\Dune release 2.7, comprising the core modules \texttt{dune-common}, \texttt{dune-geometry}, +\Dune release \DuneVersion, comprising the core modules \texttt{dune-common}, \texttt{dune-geometry}, \texttt{dune-grid}, \texttt{dune-istl} and \texttt{dune-localfunctions}. For working with \Dumux, these modules are required. All \Dune modules, including the \Dumux module, get extracted into a common root directory, as it @@ -50,17 +50,17 @@ one for \Dune and one for \Dumux. \begin{lstlisting}[style=Bash,escapechar=\%] $ mkdir DUMUX $ cd DUMUX -$ git clone -b releases/2.7 https://gitlab.dune-project.org/core/dune-common.git -$ git clone -b releases/2.7 https://gitlab.dune-project.org/core/dune-geometry.git -$ git clone -b releases/2.7 https://gitlab.dune-project.org/core/dune-grid.git -$ git clone -b releases/2.7 https://gitlab.dune-project.org/core/dune-istl.git -$ git clone -b releases/2.7 https://gitlab.dune-project.org/core/dune-localfunctions.git +$ git clone -b releases/%\DuneVersion% https://gitlab.dune-project.org/core/dune-common.git +$ git clone -b releases/%\DuneVersion% https://gitlab.dune-project.org/core/dune-geometry.git +$ git clone -b releases/%\DuneVersion% https://gitlab.dune-project.org/core/dune-grid.git +$ git clone -b releases/%\DuneVersion% https://gitlab.dune-project.org/core/dune-istl.git +$ git clone -b releases/%\DuneVersion% https://gitlab.dune-project.org/core/dune-localfunctions.git $ git clone -b releases/%\DumuxVersion% https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git \end{lstlisting} The newest and maybe unstable developments of \Dune and \Dumux are also provided in these repositories and can be found in the \emph{master} branch. Please check the \Dune website \cite{DUNE-HP} for further information on the \Dune development. We always try to keep up with the latest developments of \Dune. -However, the current \Dumux release is based on the stable 2.7 release and it might not compile without further adaptations using the newest versions of \Dune. +However, the current \Dumux release is based on the stable \DuneVersion{} release and it might not compile without further adaptations using the newest versions of \Dune. \section{Building \Dune and \Dumux} \label{buildIt} @@ -239,12 +239,12 @@ depending on which modules of \Dune and which external libraries you use. \section{Backwards Compatibility} \label{sec:backwardscompatibility} -Dumux Releases are split into major (e.g. 2.0, 3.0) and minor (e.g. 3.1, 3.2, 3.3, 3.4) releases. +Dumux Releases are split into major (e.g. 2.0, 3.0) and minor (e.g. 3.1, 3.2, 3.3, 3.4, 3.5) releases. Major releases are not required to maintain backwards compatibility but would provide a detailed guide on updating dependent modules. For each minor release, maintaining backwards compatibility is strongly encouraged and recommended. -Maintaining backwards compatibility means for all changes made to the dumux master, each tests and all dumux dependent modules should still compile. In addition, the user should be warned at compile time of any relevant interface changes. This can be done by deprecating the old method with a deprecation message and forwarding it to the new method. Examples of this are shown in the \href{https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/CONTRIBUTING.md}{contribution guide}. Each of these deprecation messages should also include the release in which the interface will be removed, and all changes should be documented thoroughly in the \href{https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/CHANGELOG.md}{changelog.md}. +Maintaining backwards compatibility means for all changes made to the dumux master, each test and all dumux dependent modules should still compile. In addition, the user should be warned at compile time of any relevant interface changes. This can be done by deprecating the old method with a deprecation message and forwarding it to the new method. Examples of this are shown in the \href{https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/CONTRIBUTING.md}{contribution guide}. Each of these deprecation messages should also include the release in which the interface will be removed, and all changes should be documented thoroughly in the \href{https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/CHANGELOG.md}{changelog.md}. Despite the goal of maintaining backwards compatibility across minor releases, for more complicated changes, this is to be decided upon on a case-by-case basis, due to limited developer resources. diff --git a/doc/handbook/5_assemblinglinearsystem.tex b/doc/handbook/5_assemblinglinearsystem.tex index ddb50b41cb14ff400044c9d7305568422356e231..300e3998fbc6269c06a5e5f92a30768a07dac4db 100644 --- a/doc/handbook/5_assemblinglinearsystem.tex +++ b/doc/handbook/5_assemblinglinearsystem.tex @@ -44,14 +44,14 @@ we calculate the direction of maximum growth $\textbf{x}^i$. We subtract it from our current solution to get a new, better solution $\textbf{u}^{i+1} = \textbf{u}^i - \textbf{x}^i$. -We repeat the calculation of of the Jacobian $J_{\textbf{r}(\textbf{u}^i)}$ and the +We repeat the calculation of the Jacobian $J_{\textbf{r}(\textbf{u}^i)}$ and the direction of maximum growth $\textbf{x}^i$ until our approximated solution becomes good enough. \subsection{Structure of matrix and vectors} To understand the meaning of an entry in the matrix or the vector of the linear system, we have -to define their structure. Both have a blocking structure. Each block contains the degrees of +to define their structure. Both have a block structure. Each block contains the degrees of freedom (also called variables or unknowns) for a control volume. The equation index is used -to order of the degrees of freedom. For each control volume we have one block. The mapper is +to order the degrees of freedom. For each control volume we have one block. The mapper is used to order the blocks. \begin{figure}[htbp] diff --git a/doc/handbook/5_restartsimulations.tex b/doc/handbook/5_restartsimulations.tex index e214a999efaf8bf1cbb0382c935db38e4483d2d9..71eac9c4fb1b4233f759f05eac462d161cabf1d2 100644 --- a/doc/handbook/5_restartsimulations.tex +++ b/doc/handbook/5_restartsimulations.tex @@ -11,7 +11,7 @@ a restart using \texttt{BackupRestoreFacility} with plain Dune. For VTK files the output can be read with the free function \texttt{loadSolution}. Grids can be read with the \texttt{Dumux::VTKReader} or you can simply recreate the grid as you did in the first simulation run. -Writing double-precision floating point numbers to VTK files is available with the newest \Dune release 2.7. If you are using that version, it is now possible to specify output precision in the input file using \texttt{Vtk.Precision} followed by either \texttt{Float32}, \texttt{Float64}, \texttt{UInt32}, \texttt{UInt8} or \texttt{Int32}. \texttt{Float32} is set as the default. We especially advice the use of \texttt{Float64} when working with restart files. +Writing double-precision floating point numbers to VTK files is available since \Dune release 2.7. If you are using that version, it is now possible to specify output precision in the input file using \texttt{Vtk.Precision} followed by either \texttt{Float32}, \texttt{Float64}, \texttt{UInt32}, \texttt{UInt8} or \texttt{Int32}. \texttt{Float32} is set as the default. We especially advice the use of \texttt{Float64} when working with restart files. The restart capabilities will hopefully be improved in future versions of \Dumux-3. We are looking forward to any contributions (especially HDF5 / XDMF support, improvement of VTK support). diff --git a/doc/handbook/5_structure.tex b/doc/handbook/5_structure.tex index 903ca3acc34d3bf0f06b21a97bae414ee98d61b1..7cf0f55f485356f155c1e74ac953abd87459ceb8 100644 --- a/doc/handbook/5_structure.tex +++ b/doc/handbook/5_structure.tex @@ -9,7 +9,7 @@ \item \texttt{dumux}: the main folder, containing the source files. See Fig. \ref{fig:dumux-structure} for a visualized structure. For more information on the models, have a look at the Doxygen documentation. -\item \texttt{examples}: well-documented examples of applying \Dumux to typical physical problems. In the \texttt{README.md} files, the setup is explained, the used code is presented and documented and images resulting from the simulation are included. The \texttt{README.md} files are located directly in the subfolders of \texttt{examples} and can be displayed by web browsers. +\item \texttt{examples}: well-documented examples of applying \Dumux to typical physical problems. In the \texttt{README.md} files, the setup is explained, the used code is presented as well as documented and images resulting from the simulation are included. The \texttt{README.md} files are located directly in the subfolders of \texttt{examples} and can be displayed by web browsers. \item \texttt{test}: tests for each numerical model and some functionality. The structure is equivalent to the \texttt{dumux} folder, the \texttt{references} folder contains solutions for the automatic testing. Each test program consist of a main file diff --git a/doc/handbook/6_basics.tex b/doc/handbook/6_basics.tex index 067649de5c192cfc2ea808ae66d4f5adeb319857..f37504ca29e45d8f00523cf3838fda725bc2e984 100644 --- a/doc/handbook/6_basics.tex +++ b/doc/handbook/6_basics.tex @@ -1,5 +1,5 @@ \section{Physical Basics} -Here the basic definitions, the general models concept, and a list of +Here, the basic definitions, the general models concept, and a list of models available in \Dumux are given. The actual differential equations can be found in the local residuals (see Doxygen documentation of the model's \texttt{LocalResidual} class). @@ -363,8 +363,8 @@ As an example, if two volumes of gas A and B at equal pressure are mixed, the pr % The density of the mixture, $\varrho$, can be calculated as follows: \begin{equation} -\varrho = \frac{m}{V} = \frac{m}{V_\mathrm{A} + V_\mathrm{B}} = \frac{m}{\frac{m_\mathrm{A}}{\varrho_\mathrm{A}} \frac{m_\mathrm{B}}{\varrho_\mathrm{B}}} = -\frac{m}{\frac{X_\mathrm{A} m}{\varrho_\mathrm{A}} \frac{X_\mathrm{B} m}{\varrho_\mathrm{B}}} = \frac{1}{\frac{X_\mathrm{A}}{\varrho_\mathrm{A}} \frac{X_\mathrm{B}}{\varrho_\mathrm{B}}}, +\varrho = \frac{m}{V} = \frac{m}{V_\mathrm{A} + V_\mathrm{B}} = \frac{m}{\frac{m_\mathrm{A}}{\varrho_\mathrm{A}} + \frac{m_\mathrm{B}}{\varrho_\mathrm{B}}} = +\frac{m}{\frac{X_\mathrm{A} m}{\varrho_\mathrm{A}} + \frac{X_\mathrm{B} m}{\varrho_\mathrm{B}}} = \frac{1}{\frac{X_\mathrm{A}}{\varrho_\mathrm{A}} + \frac{X_\mathrm{B}}{\varrho_\mathrm{B}}}, \end{equation} % or for an arbitrary number of gases: diff --git a/doc/handbook/6_propertysystem.tex b/doc/handbook/6_propertysystem.tex index d5ef10e03be468aaa688092a9669a26a1fe41213..85d9df6365b8c8b8704307b9662b16b175080fef 100644 --- a/doc/handbook/6_propertysystem.tex +++ b/doc/handbook/6_propertysystem.tex @@ -230,8 +230,8 @@ diagram for the car types above might look like outlined in Figure \node[propertyBox] (speed) [below=of gasUsage] {TopSpeed}; \node[propertyBox] (seats) [below=of speed] {NumSeats}; \node[propertyBox] (automatic) [below=of seats] {AutomaticTransmission}; - \node[propertyBox] (calibre) [below=of automatic] {CannonCalibre}; - \node[propertyBox] (payload) [below=of calibre] {Payload}; + \node[propertyBox] (caliber) [below=of automatic] {CannonCaliber}; + \node[propertyBox] (payload) [below=of caliber] {Payload}; \end{tikzpicture} \label{fig:car-propertynames} } @@ -275,7 +275,7 @@ struct NumSeats { using type = UndefinedProperty; }; // [] template struct AutomaticTransmission { using type = UndefinedProperty; }; // true/false template -struct CanonCaliber { using type = UndefinedProperty; }; // [mm] +struct CannonCaliber { using type = UndefinedProperty; }; // [mm] template struct Payload { using type = UndefinedProperty; }; // [t] \end{lstlisting} @@ -293,7 +293,7 @@ the following: of seats is $2$, it uses $\unitfrac[18]{l}{100km}$ and has a cargo payload of $\unit[35]{t}$. \item A tank exhibits a top speed of $\unitfrac[60]{km}{h}$, uses $\unitfrac[65]{l}{100km}$ - and features a $\unit[120]{mm}$ diameter canon + and features a $\unit[120]{mm}$ diameter cannon \item A sedan has a gas usage of $\unitfrac[7]{l}{100km}$, as well as an automatic transmission, in every other aspect it is like a compact car. \item A pick-up truck has a top speed of $\unitfrac[120]{km}{h}$ and a payload of @@ -337,7 +337,7 @@ template struct GasUsage { static constexpr int value = 65; }; template -struct CanonCaliber { static constexpr int value = 120; }; +struct CannonCaliber { static constexpr int value = 120; }; template struct GasUsage { static constexpr int value = 7; }; diff --git a/doc/handbook/6_spatialdiscretizations.tex b/doc/handbook/6_spatialdiscretizations.tex index a81069bdf9ae88c77571ae1ae5532f7642f07572..6cc262bb807fb440f654b713c4f3f81fddca1dfc 100644 --- a/doc/handbook/6_spatialdiscretizations.tex +++ b/doc/handbook/6_spatialdiscretizations.tex @@ -287,7 +287,7 @@ control volume box $B_j$, i.e. \end{cases} \label{eq:weightingFunctions} \end{equation} -Thus, the Box method is a Petrov-Galerkin scheme, where the weighting functions do not belong to the same function space than the ansatz functions. +Thus, the Box method is a Petrov-Galerkin scheme, where the weighting functions do not belong to the same function space as the ansatz functions. Inserting definition \eqref{eq:weightingFunctions} into equation \eqref{eq:weightedResidual} and using the \textsc{Green-Gaussian} integral theorem results in \begin{equation} diff --git a/doc/handbook/pdf/staggered_grid.pdf b/doc/handbook/pdf/staggered_grid.pdf index 35fd6e39ef023091f7745dc16e306560fc4dce10..57839399667189f190af09eb41324a0bc1ad3adc 100644 Binary files a/doc/handbook/pdf/staggered_grid.pdf and b/doc/handbook/pdf/staggered_grid.pdf differ diff --git a/doc/handbook/svg/staggered_grid.svg b/doc/handbook/svg/staggered_grid.svg index fce64bce78441c35e199bd708ad4fb3d8b6d9f40..108307705cec11412746884a8e27e64f765d51e9 100644 --- a/doc/handbook/svg/staggered_grid.svg +++ b/doc/handbook/svg/staggered_grid.svg @@ -1,6 +1,4 @@ - - - - - + version="1.1"> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + orient="auto"> + orient="auto"> + orient="auto"> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + orient="auto"> + style="overflow:visible"> + 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)" /> + style="overflow:visible"> + 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)" /> + style="overflow:visible"> + 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)" /> + style="overflow:visible"> + 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)" /> + style="overflow:visible"> + 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)" /> + refX="0" + refY="0" + orient="auto"> + refX="0" + refY="0" + orient="auto"> + refX="0" + refY="0" + orient="auto"> + style="overflow:visible"> + style="overflow:visible"> + style="overflow:visible"> + style="overflow:visible"> + style="overflow:visible"> + refX="0" + refY="0" + orient="auto"> + refX="0" + refY="0" + orient="auto"> + refX="0" + refY="0" + orient="auto"> + style="overflow:visible"> + style="overflow:visible"> - - + style="overflow:visible"> + 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.4,0,0,-0.4,-4,0)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + style="overflow:visible"> + transform="scale(0.4)" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-6-9" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-9-1-7" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-9-4-5" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-9-5-3" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-9-1-1-5" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-6-0-1-4" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-4-1-9-4" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-6-0-8" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-4-0-3" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-80-6" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-4-1-2" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-9-49" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-6-4" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-4-17" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-8-2" /> - + orient="auto"> + d="M 5.77,0 -2.88,5 V -5 Z" + id="path9659-1" /> - + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path12490-5" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path20284" /> + orient="auto"> + id="path20294" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path12490-5-0" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path21041" /> + orient="auto"> + id="path21051" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path12490-5-8" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path21041-8" /> + orient="auto"> + id="path21051-9" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path16248-6-7-8" /> + orient="auto"> + id="path17810-0-7-3" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path14958-1-9-3" /> + orient="auto"> + id="path12490-5-8-3" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path22954" /> + orient="auto"> + id="path13292-9-5-8" /> + orient="auto"> + id="path22964" /> + orient="auto"> + id="path11446-7-3-9" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path12490-5-8-2" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path22954-2" /> + orient="auto"> + id="path22964-8" /> + orient="auto"> + orient="auto"> + orient="auto"> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path13292-0" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path12490-5-0-1" /> + style="overflow:visible"> + transform="scale(-0.6)" /> + orient="auto"> + id="path4474" /> + orient="auto"> + id="path4484" /> image/svg+xml - + - + width="41.868259" + height="41.389759" + x="243.16025" + y="783.62341" + d="m 245.16025,783.62341 h 37.86826 a 2,2 45 0 1 2,2 v 37.38976 a 2,2 135 0 1 -2,2 h -37.86826 a 2,2 45 0 1 -2,-2 v -37.38976 a 2,2 135 0 1 2,-2 z" /> + x="284.03955" + y="774.06622" /> + x="264.89981" + y="763.3479" /> + d="m 441.52673,719.39406 v 71.24813" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="M 441.52673,750.01769 H 564.07257" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="M 441.52673,790.84921 H 564.07257" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 533.44894,719.39406 v 71.45515" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 482.35824,719.39406 v 71.45515" + id="path10691-7" /> + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 564.02127,719.39406 v 71.45515" + id="path10697-9" /> + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 441.52673,729.60193 H 564.02127" + id="path10699-2" /> + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.02079;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 564.02127,719.39406 H 441.52673" + id="path10701-0" /> + d="m 441.65433,795.95312 v 71.2482" + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" /> + d="M 441.65433,867.40832 H 564.20017" + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 533.57654,795.95312 v 71.4552" + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" /> + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="m 482.48584,795.95312 v 71.4552" + id="path10691-5-5" /> + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="m 564.14887,795.95312 v 71.4552" + id="path10697-3-9" /> + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="M 564.14887,795.95312 H 441.65433" + id="path10701-5-2" /> + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="M 441.65433,801.05712 H 564.14887" + id="path10703-6-2" /> + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="M 441.65433,816.36892 H 564.14887" + id="path10705-2-8" /> + style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="M 441.65433,846.99262 H 564.14887" + id="path10707-9-9" /> + d="m 441.65433,871.36392 v 71.2481" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" /> + d="M 441.65433,901.98752 H 564.20017" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" /> + d="M 441.65433,942.81902 H 564.20017" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="m 462.07009,871.36392 v 71.4551" + id="path10689-0-1" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="m 508.00554,871.36392 v 71.4551" + id="path10693-9-2" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="m 548.83705,871.36392 v 71.4551" + id="path10695-3-9" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="m 564.14887,871.36392 v 71.4551" + id="path10697-6-3" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="M 441.65433,881.57182 H 564.14887" + id="path10699-0-1" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.510394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.04158, 0.510394;stroke-dashoffset:0;stroke-opacity:1" + d="M 564.14887,871.36392 H 441.65433" + id="path10701-6-9" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02079;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + x="264.1347" + y="772.27942" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02079;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + x="309.56088" + y="757.47852" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02079;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + x="309.56088" + y="802.90198" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02079;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + x="350.90381" + y="772.27942" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02079;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 265.1745,755.95934 v -6.27892" + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Mend-4-8-7)" /> + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker11444-3-6-8)" + d="m 265.1745,766.67753 v -6.27892" + id="path11442-6-3-0" /> + d="m 265.1745,786.07236 v -6.27892" + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6111)" /> + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker12488-5-4-3)" + d="m 265.1745,826.90355 v -6.27892" + id="path12486-9-4-9" /> + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker13290-6-8-8)" + d="m 311.10961,755.95934 v -6.27892" + id="path13284-2-4-4" /> + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker11918-4-1-8)" + d="m 311.10961,786.07236 v -6.27892" + id="path13286-6-4-6" /> + d="m 311.10961,826.90355 v -6.27892" + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker9575)" /> + d="m 351.94081,755.95934 v -6.27892" + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker14152-6-93-0)" /> + d="m 351.94081,786.07236 v -6.27892" + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6515)" /> + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker8773)" + d="m 351.94081,826.90355 v -6.27892" + id="path14150-5-3-4" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker14956-6-3-4)" + d="m 243.55838,758.34712 h 6.27892" + id="path14954-0-1-7" /> + d="m 243.55838,773.65882 h 6.27892" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker15736-8-1-5)" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker19496-2-5-9)" + d="m 243.55838,804.28222 h 6.27892" + id="path16244-8-5-5" /> + d="m 284.38958,758.34712 h 6.27892" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker16970-6-3-1)" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker7905)" + d="m 284.38958,773.65882 h 6.27892" + id="path16966-1-6-8" /> + d="m 284.38958,804.28222 h 6.27892" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker16246-3-7-3)" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker17808-1-6-8)" + d="m 335.93898,758.34712 h 6.27892" + id="path17802-2-1-2" /> + d="m 335.93898,773.65882 h 6.27892" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker7115)" /> + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5815)" + d="m 335.93898,804.28222 h 6.27892" + id="path17806-2-8-9" /> + d="m 366.05199,758.34712 h 6.27892" + style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker18784-5-5-7)" /> + style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6373)" + d="m 366.05199,773.65882 h 6.27892" + id="path18780-6-7-6" /> + d="m 366.05199,804.28222 h 6.27892" + style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker19866-4-7-1)" /> + style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.485635;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + x="210.09329" + y="895.95361" /> + style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.485635;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02079;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 208.61292,845.22136 h 8.15541" + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.03985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6111-3)" /> + d="m 213.48664,859.68766 v -8.1556" + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1.03985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6111-6-2)" /> + y="834.54797" + x="223.30273" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.74193px;line-height:1000%;font-family:sans-serif;-inkscape-font-specification:sans-serif" + id="tspan10703">  + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker13290-68)" + d="m 311.07954,766.67761 v -6.27892" + id="path13284-48" /> + d="m 351.91074,766.67761 v -6.27892" + style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.80059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker14152-98)" /> + style="stroke:none" /> + d="m 0.5625,-3.40625 c 0,2.0625 1.609375,3.625 3.46875,3.625 1.625,0 2.59375,-1.390625 2.59375,-2.546875 C 6.625,-2.421875 6.625,-2.5 6.5,-2.5 6.390625,-2.5 6.390625,-2.4375 6.375,-2.328125 6.296875,-0.90625 5.234375,-0.09375 4.140625,-0.09375 c -0.609375,0 -2.5625,-0.328125 -2.5625,-3.3125 0,-2.96875 1.953125,-3.3125 2.5625,-3.3125 1.078125,0 1.96875,0.90625 2.171875,2.359375 C 6.328125,-4.21875 6.328125,-4.1875 6.46875,-4.1875 6.625,-4.1875 6.625,-4.21875 6.625,-4.421875 V -6.78125 c 0,-0.171875 0,-0.25 -0.109375,-0.25 -0.03125,0 -0.078125,0 -0.15625,0.125 l -0.5,0.734375 C 5.5,-6.53125 4.984375,-7.03125 4.03125,-7.03125 c -1.875,0 -3.46875,1.59375 -3.46875,3.625 z m 0,0" + style="stroke:none" /> + d="M 1.109375,-2.515625 C 1.171875,-4 2.015625,-4.25 2.359375,-4.25 c 1.015625,0 1.125,1.34375 1.125,1.734375 z m 0,0.21875 h 2.78125 c 0.21875,0 0.25,0 0.25,-0.21875 0,-0.984375 -0.546875,-1.953125 -1.78125,-1.953125 -1.15625,0 -2.078125,1.03125 -2.078125,2.28125 0,1.328125 1.046875,2.296875 2.1875,2.296875 C 3.6875,0.109375 4.140625,-1 4.140625,-1.1875 4.140625,-1.28125 4.0625,-1.3125 4,-1.3125 c -0.078125,0 -0.109375,0.0625 -0.125,0.140625 -0.34375,1.03125 -1.25,1.03125 -1.34375,1.03125 -0.5,0 -0.890625,-0.296875 -1.125,-0.671875 -0.296875,-0.46875 -0.296875,-1.125 -0.296875,-1.484375 z m 0,0" + style="stroke:none" /> + d="M 1.765625,-6.921875 0.328125,-6.8125 V -6.5 c 0.703125,0 0.78125,0.0625 0.78125,0.5625 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.78125,0.4375 V 0 C 0.65625,-0.015625 1.1875,-0.03125 1.4375,-0.03125 c 0.25,0 0.734375,0.015625 1.109375,0.03125 v -0.3125 c -0.671875,0 -0.78125,0 -0.78125,-0.4375 z m 0,0" + style="stroke:none" /> + d="M 2.75,-1.859375 V -2.4375 H 0.109375 v 0.578125 z m 0,0" + style="stroke:none" /> + d="m 1.171875,-2.171875 c 0,-1.625 0.8125,-2.046875 1.34375,-2.046875 0.09375,0 0.71875,0.015625 1.0625,0.375 -0.40625,0.03125 -0.46875,0.328125 -0.46875,0.453125 0,0.265625 0.1875,0.453125 0.453125,0.453125 0.265625,0 0.46875,-0.15625 0.46875,-0.46875 0,-0.671875 -0.765625,-1.0625 -1.53125,-1.0625 -1.25,0 -2.15625,1.078125 -2.15625,2.3125 0,1.28125 0.984375,2.265625 2.140625,2.265625 1.328125,0 1.65625,-1.203125 1.65625,-1.296875 0,-0.09375 -0.109375,-0.09375 -0.140625,-0.09375 -0.078125,0 -0.109375,0.03125 -0.125,0.09375 -0.28125,0.921875 -0.9375,1.046875 -1.296875,1.046875 -0.53125,0 -1.40625,-0.421875 -1.40625,-2.03125 z m 0,0" + 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" + style="stroke:none" /> + d="m 1.71875,-3.984375 h 1.4375 v -0.3125 H 1.71875 V -6.125 h -0.25 c 0,0.8125 -0.296875,1.875 -1.28125,1.921875 v 0.21875 h 0.84375 v 2.75 c 0,1.21875 0.9375,1.34375 1.296875,1.34375 0.703125,0 0.984375,-0.703125 0.984375,-1.34375 v -0.5625 h -0.25 V -1.25 c 0,0.734375 -0.296875,1.109375 -0.671875,1.109375 -0.671875,0 -0.671875,-0.90625 -0.671875,-1.078125 z m 0,0" + style="stroke:none" /> + d="M 1.671875,-3.3125 V -4.40625 L 0.28125,-4.296875 v 0.3125 c 0.703125,0 0.78125,0.0625 0.78125,0.5625 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.78125,0.4375 V 0 c 0.390625,-0.015625 0.859375,-0.03125 1.140625,-0.03125 0.390625,0 0.859375,0 1.265625,0.03125 V -0.3125 H 2.46875 c -0.734375,0 -0.75,-0.109375 -0.75,-0.46875 V -2.3125 c 0,-0.984375 0.421875,-1.875 1.171875,-1.875 0.0625,0 0.09375,0 0.109375,0.015625 -0.03125,0 -0.234375,0.125 -0.234375,0.390625 0,0.265625 0.21875,0.421875 0.4375,0.421875 0.171875,0 0.421875,-0.125 0.421875,-0.4375 0,-0.3125 -0.3125,-0.609375 -0.734375,-0.609375 -0.734375,0 -1.09375,0.671875 -1.21875,1.09375 z m 0,0" + style="stroke:none" /> + d="m 3.78125,-0.546875 v 0.65625 L 5.25,0 v -0.3125 c -0.6875,0 -0.78125,-0.0625 -0.78125,-0.5625 V -6.921875 L 3.046875,-6.8125 V -6.5 c 0.6875,0 0.765625,0.0625 0.765625,0.5625 v 2.15625 c -0.28125,-0.359375 -0.71875,-0.625 -1.25,-0.625 -1.171875,0 -2.21875,0.984375 -2.21875,2.265625 0,1.265625 0.96875,2.25 2.109375,2.25 0.640625,0 1.078125,-0.34375 1.328125,-0.65625 z m 0,-2.671875 v 2.046875 c 0,0.171875 0,0.1875 -0.109375,0.359375 C 3.375,-0.328125 2.9375,-0.109375 2.5,-0.109375 2.046875,-0.109375 1.6875,-0.375 1.453125,-0.75 1.203125,-1.15625 1.171875,-1.71875 1.171875,-2.140625 1.171875,-2.5 1.1875,-3.09375 1.46875,-3.546875 1.6875,-3.859375 2.0625,-4.1875 2.609375,-4.1875 c 0.34375,0 0.765625,0.15625 1.0625,0.59375 0.109375,0.171875 0.109375,0.1875 0.109375,0.375 z m 0,0" + style="stroke:none" /> + d="m 1.71875,-3.75 v -0.65625 l -1.4375,0.109375 v 0.3125 c 0.703125,0 0.78125,0.0625 0.78125,0.5 v 4.65625 C 1.0625,1.625 0.953125,1.625 0.28125,1.625 V 1.9375 C 0.625,1.921875 1.140625,1.90625 1.390625,1.90625 c 0.28125,0 0.78125,0.015625 1.125,0.03125 V 1.625 C 1.859375,1.625 1.75,1.625 1.75,1.171875 V -0.59375 c 0.046875,0.171875 0.46875,0.703125 1.21875,0.703125 1.1875,0 2.21875,-0.984375 2.21875,-2.265625 0,-1.265625 -0.953125,-2.25 -2.078125,-2.25 -0.78125,0 -1.203125,0.4375 -1.390625,0.65625 z M 1.75,-1.140625 v -2.21875 C 2.03125,-3.875 2.515625,-4.15625 3.03125,-4.15625 c 0.734375,0 1.328125,0.875 1.328125,2 0,1.203125 -0.6875,2.046875 -1.421875,2.046875 -0.40625,0 -0.78125,-0.203125 -1.046875,-0.609375 C 1.75,-0.921875 1.75,-0.9375 1.75,-1.140625 Z m 0,0" + style="stroke:none" /> + d="M 1.765625,-4.40625 0.375,-4.296875 v 0.3125 c 0.640625,0 0.734375,0.0625 0.734375,0.546875 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.78125,0.4375 V 0 C 0.640625,-0.015625 1.1875,-0.03125 1.421875,-0.03125 1.78125,-0.03125 2.125,-0.015625 2.46875,0 v -0.3125 c -0.671875,0 -0.703125,-0.046875 -0.703125,-0.4375 z m 0.03125,-1.734375 c 0,-0.3125 -0.234375,-0.53125 -0.515625,-0.53125 -0.3125,0 -0.53125,0.265625 -0.53125,0.53125 0,0.265625 0.21875,0.53125 0.53125,0.53125 0.28125,0 0.515625,-0.21875 0.515625,-0.53125 z m 0,0" + 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.65625,0 -0.765625,0 -0.765625,-0.4375 v -1.84375 c 0,-1.03125 0.703125,-1.59375 1.34375,-1.59375 0.625,0 0.734375,0.53125 0.734375,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.265625,0 0.78125,0.015625 1.125,0.03125 v -0.3125 c -0.515625,0 -0.765625,0 -0.78125,-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 -0.828125,0 -1.28125,0.59375 -1.4375,0.984375 C 4.390625,-4.296875 3.65625,-4.40625 3.203125,-4.40625 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" + style="stroke:none" /> + d="m 3.3125,-0.75 c 0.046875,0.390625 0.3125,0.8125 0.78125,0.8125 0.21875,0 0.828125,-0.140625 0.828125,-0.953125 v -0.5625 h -0.25 v 0.5625 c 0,0.578125 -0.25,0.640625 -0.359375,0.640625 -0.328125,0 -0.375,-0.453125 -0.375,-0.5 v -1.984375 c 0,-0.421875 0,-0.8125 -0.359375,-1.1875 C 3.1875,-4.3125 2.6875,-4.46875 2.21875,-4.46875 c -0.828125,0 -1.515625,0.46875 -1.515625,1.125 0,0.296875 0.203125,0.46875 0.46875,0.46875 0.28125,0 0.453125,-0.203125 0.453125,-0.453125 0,-0.125 -0.046875,-0.453125 -0.515625,-0.453125 C 1.390625,-4.140625 1.875,-4.25 2.1875,-4.25 c 0.5,0 1.0625,0.390625 1.0625,1.28125 v 0.359375 c -0.515625,0.03125 -1.203125,0.0625 -1.828125,0.359375 -0.75,0.34375 -1,0.859375 -1,1.296875 0,0.8125 0.96875,1.0625 1.59375,1.0625 0.65625,0 1.109375,-0.40625 1.296875,-0.859375 z M 3.25,-2.390625 v 1 c 0,0.9375 -0.71875,1.28125 -1.171875,1.28125 -0.484375,0 -0.890625,-0.34375 -0.890625,-0.84375 0,-0.546875 0.421875,-1.375 2.0625,-1.4375 z m 0,0" + style="stroke:none" /> + d="m 4.140625,-3.34375 c 0.25,-0.640625 0.765625,-0.640625 0.921875,-0.640625 v -0.3125 c -0.234375,0.015625 -0.515625,0.03125 -0.75,0.03125 -0.171875,0 -0.640625,-0.015625 -0.859375,-0.03125 v 0.3125 c 0.3125,0 0.46875,0.171875 0.46875,0.421875 0,0.109375 -0.015625,0.125 -0.0625,0.25 L 2.84375,-0.875 1.75,-3.546875 C 1.703125,-3.65625 1.6875,-3.6875 1.6875,-3.734375 c 0,-0.25 0.359375,-0.25 0.5625,-0.25 v -0.3125 c -0.265625,0.015625 -0.921875,0.03125 -1.09375,0.03125 -0.265625,0 -0.671875,-0.015625 -0.96875,-0.03125 v 0.3125 c 0.484375,0 0.671875,0 0.8125,0.34375 L 2.5,0 C 2.4375,0.125 2.296875,0.453125 2.25,0.59375 2.03125,1.140625 1.75,1.828125 1.109375,1.828125 c -0.046875,0 -0.28125,0 -0.46875,-0.1875 0.3125,-0.03125 0.390625,-0.25 0.390625,-0.421875 0,-0.25 -0.1875,-0.40625 -0.421875,-0.40625 -0.203125,0 -0.421875,0.125 -0.421875,0.421875 0,0.453125 0.421875,0.8125 0.921875,0.8125 0.625,0 1.03125,-0.578125 1.265625,-1.140625 z m 0,0" + style="stroke:none" /> + d="M 4.140625,-3.3125 C 4.234375,-3.546875 4.40625,-3.984375 5.0625,-3.984375 v -0.3125 c -0.234375,0.015625 -0.515625,0.03125 -0.75,0.03125 -0.234375,0 -0.6875,-0.015625 -0.859375,-0.03125 v 0.3125 c 0.359375,0 0.46875,0.234375 0.46875,0.421875 0,0.09375 -0.015625,0.140625 -0.046875,0.25 L 2.84375,-0.78125 1.734375,-3.5625 c -0.0625,-0.125 -0.0625,-0.140625 -0.0625,-0.171875 0,-0.25 0.390625,-0.25 0.578125,-0.25 v -0.3125 c -0.3125,0.015625 -0.859375,0.03125 -1.09375,0.03125 -0.265625,0 -0.671875,-0.015625 -0.96875,-0.03125 v 0.3125 c 0.625,0 0.671875,0.0625 0.796875,0.359375 l 1.4375,3.546875 C 2.484375,0.0625 2.5,0.109375 2.625,0.109375 c 0.140625,0 0.171875,-0.09375 0.21875,-0.1875 z m 0,0" + style="stroke:none" /> + d="m 1.71875,-3.765625 v -3.15625 L 0.28125,-6.8125 V -6.5 c 0.703125,0 0.78125,0.0625 0.78125,0.5625 V 0 h 0.25 c 0,-0.015625 0.078125,-0.15625 0.359375,-0.625 0.140625,0.234375 0.5625,0.734375 1.296875,0.734375 1.1875,0 2.21875,-0.984375 2.21875,-2.265625 0,-1.265625 -0.96875,-2.25 -2.109375,-2.25 -0.78125,0 -1.203125,0.46875 -1.359375,0.640625 z m 0.03125,2.625 V -3.1875 c 0,-0.1875 0,-0.203125 0.109375,-0.359375 C 2.25,-4.109375 2.796875,-4.1875 3.03125,-4.1875 c 0.453125,0 0.8125,0.265625 1.046875,0.640625 0.265625,0.40625 0.28125,0.96875 0.28125,1.390625 0,0.359375 -0.015625,0.953125 -0.296875,1.40625 -0.21875,0.3125 -0.59375,0.640625 -1.125,0.640625 -0.453125,0 -0.8125,-0.234375 -1.046875,-0.609375 C 1.75,-0.921875 1.75,-0.953125 1.75,-1.140625 Z m 0,0" + style="stroke:none" /> + d="m 2.078125,-1.9375 c 0.21875,0.046875 1.03125,0.203125 1.03125,0.921875 0,0.5 -0.34375,0.90625 -1.125,0.90625 -0.84375,0 -1.203125,-0.5625 -1.390625,-1.421875 C 0.5625,-1.65625 0.5625,-1.6875 0.453125,-1.6875 c -0.125,0 -0.125,0.0625 -0.125,0.234375 V -0.125 c 0,0.171875 0,0.234375 0.109375,0.234375 0.046875,0 0.0625,-0.015625 0.25,-0.203125 0.015625,-0.015625 0.015625,-0.03125 0.203125,-0.21875 0.4375,0.40625 0.890625,0.421875 1.09375,0.421875 1.140625,0 1.609375,-0.671875 1.609375,-1.390625 0,-0.515625 -0.296875,-0.828125 -0.421875,-0.9375 C 2.84375,-2.546875 2.453125,-2.625 2.03125,-2.703125 1.46875,-2.8125 0.8125,-2.9375 0.8125,-3.515625 c 0,-0.359375 0.25,-0.765625 1.109375,-0.765625 1.09375,0 1.15625,0.90625 1.171875,1.203125 0,0.09375 0.09375,0.09375 0.109375,0.09375 0.140625,0 0.140625,-0.046875 0.140625,-0.234375 v -1.015625 c 0,-0.15625 0,-0.234375 -0.109375,-0.234375 -0.046875,0 -0.078125,0 -0.203125,0.125 -0.03125,0.03125 -0.125,0.125 -0.171875,0.15625 -0.375,-0.28125 -0.78125,-0.28125 -0.9375,-0.28125 -1.21875,0 -1.59375,0.671875 -1.59375,1.234375 0,0.34375 0.15625,0.625 0.421875,0.84375 0.328125,0.25 0.609375,0.3125 1.328125,0.453125 z m 0,0" + style="stroke:none" /> + d="m 3.296875,2.390625 c 0,-0.03125 0,-0.046875 -0.171875,-0.21875 C 1.890625,0.921875 1.5625,-0.96875 1.5625,-2.5 c 0,-1.734375 0.375,-3.46875 1.609375,-4.703125 0.125,-0.125 0.125,-0.140625 0.125,-0.171875 0,-0.078125 -0.03125,-0.109375 -0.09375,-0.109375 -0.109375,0 -1,0.6875 -1.59375,1.953125 -0.5,1.09375 -0.625,2.203125 -0.625,3.03125 0,0.78125 0.109375,1.984375 0.65625,3.125 C 2.25,1.84375 3.09375,2.5 3.203125,2.5 c 0.0625,0 0.09375,-0.03125 0.09375,-0.109375 z m 0,0" + style="stroke:none" /> + d="m 2.875,-2.5 c 0,-0.765625 -0.109375,-1.96875 -0.65625,-3.109375 -0.59375,-1.21875 -1.453125,-1.875 -1.546875,-1.875 -0.0625,0 -0.109375,0.046875 -0.109375,0.109375 0,0.03125 0,0.046875 0.1875,0.234375 0.984375,0.984375 1.546875,2.5625 1.546875,4.640625 0,1.71875 -0.359375,3.46875 -1.59375,4.71875 C 0.5625,2.34375 0.5625,2.359375 0.5625,2.390625 0.5625,2.453125 0.609375,2.5 0.671875,2.5 0.765625,2.5 1.671875,1.8125 2.25,0.546875 2.765625,-0.546875 2.875,-1.65625 2.875,-2.5 Z m 0,0" + style="stroke:none" /> + d="m 3.296875,-3.984375 c 0.453125,0 0.515625,0.125 0.515625,0.53125 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.765625,0.4375 V 0 c 0.328125,-0.015625 0.84375,-0.03125 1.09375,-0.03125 0.25,0 0.75,0.015625 1.109375,0.03125 v -0.3125 c -0.671875,0 -0.78125,0 -0.78125,-0.4375 v -3.671875 l -1.25,0.09375 C 3.0625,-4.3125 3.046875,-4.3125 3.046875,-4.3125 3.015625,-4.296875 3,-4.296875 2.859375,-4.296875 H 1.6875 v -1.125 c 0,-0.984375 0.859375,-1.390625 1.46875,-1.390625 0.296875,0 0.65625,0.109375 0.859375,0.328125 -0.40625,0.03125 -0.46875,0.296875 -0.46875,0.46875 C 3.546875,-5.6875 3.8125,-5.5625 4,-5.5625 c 0.234375,0 0.453125,-0.15625 0.453125,-0.453125 0,-0.59375 -0.546875,-1.015625 -1.28125,-1.015625 C 2.25,-7.03125 1.0625,-6.515625 1.0625,-5.4375 v 1.140625 H 0.265625 v 0.3125 H 1.0625 V -0.75 c 0,0.4375 -0.109375,0.4375 -0.78125,0.4375 V 0 C 0.609375,-0.015625 1.140625,-0.03125 1.390625,-0.03125 1.640625,-0.03125 2.125,-0.015625 2.5,0 v -0.3125 c -0.671875,0 -0.78125,0 -0.78125,-0.4375 v -3.234375 z m 0,0" + style="stroke:none" /> + d="M 4.6875,-2.140625 C 4.6875,-3.40625 3.703125,-4.46875 2.5,-4.46875 c -1.25,0 -2.21875,1.09375 -2.21875,2.328125 0,1.296875 1.03125,2.25 2.203125,2.25 1.203125,0 2.203125,-0.984375 2.203125,-2.25 z m -2.1875,2 c -0.4375,0 -0.875,-0.203125 -1.140625,-0.671875 -0.25,-0.4375 -0.25,-1.046875 -0.25,-1.40625 0,-0.390625 0,-0.921875 0.234375,-1.359375 C 1.609375,-4.03125 2.078125,-4.25 2.484375,-4.25 c 0.4375,0 0.859375,0.21875 1.125,0.65625 0.265625,0.421875 0.265625,1 0.265625,1.375 0,0.359375 0,0.90625 -0.21875,1.34375 C 3.421875,-0.421875 2.984375,-0.140625 2.5,-0.140625 Z m 0,0" + style="stroke:none" /> + d="M 3.890625,-0.78125 V 0.109375 L 5.328125,0 V -0.3125 C 4.640625,-0.3125 4.5625,-0.375 4.5625,-0.875 v -3.53125 l -1.46875,0.109375 v 0.3125 c 0.6875,0 0.78125,0.0625 0.78125,0.5625 v 1.765625 c 0,0.875 -0.484375,1.546875 -1.21875,1.546875 -0.828125,0 -0.875,-0.46875 -0.875,-0.984375 v -3.3125 L 0.3125,-4.296875 v 0.3125 c 0.78125,0 0.78125,0.03125 0.78125,0.90625 v 1.5 c 0,0.78125 0,1.6875 1.515625,1.6875 0.5625,0 1,-0.28125 1.28125,-0.890625 z m 0,0" + style="stroke:none" /> + d="m 1.09375,-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 -0.84375,0 -1.28125,0.59375 -1.453125,0.984375 v -3.5 L 0.3125,-6.8125 V -6.5 c 0.703125,0 0.78125,0.0625 0.78125,0.5625 z m 0,0" + style="stroke:none" /> + d="m 1.75,-4.296875 v -1.15625 c 0,-0.875 0.46875,-1.359375 0.90625,-1.359375 0.03125,0 0.1875,0 0.328125,0.078125 C 2.875,-6.703125 2.6875,-6.5625 2.6875,-6.3125 c 0,0.21875 0.15625,0.421875 0.4375,0.421875 0.28125,0 0.4375,-0.203125 0.4375,-0.4375 0,-0.375 -0.375,-0.703125 -0.90625,-0.703125 -0.6875,0 -1.546875,0.53125 -1.546875,1.59375 v 1.140625 h -0.78125 v 0.3125 h 0.78125 V -0.75 C 1.109375,-0.3125 1,-0.3125 0.34375,-0.3125 V 0 c 0.390625,-0.015625 0.859375,-0.03125 1.125,-0.03125 0.40625,0 0.875,0 1.265625,0.03125 V -0.3125 H 2.53125 c -0.734375,0 -0.75,-0.109375 -0.75,-0.46875 v -3.203125 h 1.125 v -0.3125 z m 0,0" + style="stroke:none" /> + d="m 2.21875,-1.71875 c -0.875,0 -0.875,-1 -0.875,-1.21875 0,-0.265625 0.015625,-0.59375 0.15625,-0.84375 0.078125,-0.109375 0.3125,-0.390625 0.71875,-0.390625 0.859375,0 0.859375,0.984375 0.859375,1.21875 0,0.265625 0,0.59375 -0.15625,0.84375 C 2.84375,-2 2.609375,-1.71875 2.21875,-1.71875 Z M 1.0625,-1.328125 c 0,-0.03125 0,-0.265625 0.15625,-0.46875 0.390625,0.28125 0.8125,0.3125 1,0.3125 0.921875,0 1.609375,-0.6875 1.609375,-1.453125 0,-0.375 -0.15625,-0.734375 -0.40625,-0.96875 C 3.78125,-4.25 4.140625,-4.296875 4.3125,-4.296875 c 0.03125,0 0.078125,0 0.109375,0.015625 C 4.3125,-4.25 4.25,-4.140625 4.25,-4.015625 c 0,0.171875 0.140625,0.28125 0.296875,0.28125 0.09375,0 0.28125,-0.0625 0.28125,-0.296875 0,-0.171875 -0.109375,-0.484375 -0.5,-0.484375 -0.203125,0 -0.640625,0.0625 -1.0625,0.46875 C 2.84375,-4.375 2.4375,-4.40625 2.21875,-4.40625 c -0.9375,0 -1.625,0.6875 -1.625,1.453125 0,0.4375 0.21875,0.8125 0.46875,1.03125 -0.125,0.140625 -0.3125,0.46875 -0.3125,0.828125 0,0.3125 0.140625,0.6875 0.453125,0.890625 -0.609375,0.15625 -0.921875,0.59375 -0.921875,0.984375 0,0.71875 0.984375,1.265625 2.203125,1.265625 1.171875,0 2.203125,-0.5 2.203125,-1.28125 0,-0.34375 -0.125,-0.859375 -0.640625,-1.140625 -0.53125,-0.265625 -1.109375,-0.265625 -1.71875,-0.265625 -0.25,0 -0.671875,0 -0.75,-0.015625 C 1.265625,-0.703125 1.0625,-1 1.0625,-1.328125 Z M 2.5,1.828125 c -1.015625,0 -1.703125,-0.515625 -1.703125,-1.046875 0,-0.453125 0.375,-0.828125 0.8125,-0.84375 h 0.59375 c 0.859375,0 1.96875,0 1.96875,0.84375 0,0.546875 -0.703125,1.046875 -1.671875,1.046875 z m 0,0" + style="stroke:none" /> + style="stroke:none" /> + d="M 0.453125,1.21875 C 0.375,1.5625 0.34375,1.625 -0.09375,1.625 c -0.109375,0 -0.21875,0 -0.21875,0.1875 0,0.078125 0.046875,0.125 0.125,0.125 0.265625,0 0.5625,-0.03125 0.828125,-0.03125 0.34375,0 0.671875,0.03125 1,0.03125 0.046875,0 0.171875,0 0.171875,-0.203125 C 1.8125,1.625 1.71875,1.625 1.578125,1.625 c -0.5,0 -0.5,-0.0625 -0.5,-0.15625 0,-0.125 0.421875,-1.75 0.484375,-2 0.125,0.296875 0.40625,0.640625 0.921875,0.640625 1.15625,0 2.40625,-1.453125 2.40625,-2.921875 0,-0.9375 -0.578125,-1.59375 -1.328125,-1.59375 -0.5,0 -0.984375,0.359375 -1.3125,0.75 -0.09375,-0.546875 -0.53125,-0.75 -0.890625,-0.75 -0.46875,0 -0.65625,0.390625 -0.734375,0.5625 C 0.4375,-3.5 0.3125,-2.90625 0.3125,-2.875 c 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.015625 0.171875,-0.234375 0.171875,-0.703125 0.375,-1.1875 0.734375,-1.1875 0.171875,0 0.3125,0.078125 0.3125,0.453125 0,0.234375 -0.03125,0.34375 -0.078125,0.515625 z m 1.75,-4.328125 C 2.265625,-3.375 2.546875,-3.65625 2.71875,-3.8125 c 0.359375,-0.296875 0.640625,-0.375 0.8125,-0.375 0.390625,0 0.640625,0.34375 0.640625,0.9375 0,0.59375 -0.328125,1.734375 -0.515625,2.109375 -0.34375,0.703125 -0.8125,1.03125 -1.1875,1.03125 C 1.8125,-0.109375 1.6875,-0.9375 1.6875,-1 c 0,-0.015625 0,-0.03125 0.03125,-0.15625 z m 0,0" + style="stroke:none" /> + d="m 2.03125,-0.015625 c 0,-0.65625 -0.25,-1.046875 -0.640625,-1.046875 -0.328125,0 -0.53125,0.25 -0.53125,0.53125 C 0.859375,-0.265625 1.0625,0 1.390625,0 1.5,0 1.640625,-0.046875 1.734375,-0.125 1.765625,-0.15625 1.78125,-0.15625 1.78125,-0.15625 c 0.015625,0 0.015625,0 0.015625,0.140625 0,0.75 -0.34375,1.34375 -0.671875,1.671875 -0.109375,0.109375 -0.109375,0.125 -0.109375,0.15625 0,0.078125 0.046875,0.109375 0.09375,0.109375 0.109375,0 0.921875,-0.765625 0.921875,-1.9375 z m 0,0" + style="stroke:none" /> + d="M 3.328125,-3.015625 C 3.390625,-3.265625 3.625,-4.1875 4.3125,-4.1875 c 0.046875,0 0.296875,0 0.5,0.125 C 4.53125,-4 4.34375,-3.765625 4.34375,-3.515625 c 0,0.15625 0.109375,0.34375 0.375,0.34375 0.21875,0 0.53125,-0.171875 0.53125,-0.578125 0,-0.515625 -0.578125,-0.65625 -0.921875,-0.65625 -0.578125,0 -0.921875,0.53125 -1.046875,0.75 -0.25,-0.65625 -0.78125,-0.75 -1.078125,-0.75 -1.03125,0 -1.609375,1.28125 -1.609375,1.53125 0,0.109375 0.109375,0.109375 0.125,0.109375 0.078125,0 0.109375,-0.03125 0.125,-0.109375 0.34375,-1.0625 1,-1.3125 1.34375,-1.3125 0.1875,0 0.53125,0.09375 0.53125,0.671875 0,0.3125 -0.171875,0.96875 -0.53125,2.375 -0.15625,0.609375 -0.515625,1.03125 -0.953125,1.03125 -0.0625,0 -0.28125,0 -0.5,-0.125 0.25,-0.0625 0.46875,-0.265625 0.46875,-0.546875 0,-0.265625 -0.21875,-0.34375 -0.359375,-0.34375 -0.3125,0 -0.546875,0.25 -0.546875,0.578125 0,0.453125 0.484375,0.65625 0.921875,0.65625 0.671875,0 1.03125,-0.703125 1.046875,-0.75 0.125,0.359375 0.484375,0.75 1.078125,0.75 1.03125,0 1.59375,-1.28125 1.59375,-1.53125 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.09375,0 -0.109375,0.046875 -0.140625,0.109375 -0.328125,1.078125 -1,1.3125 -1.3125,1.3125 -0.390625,0 -0.546875,-0.3125 -0.546875,-0.65625 0,-0.21875 0.046875,-0.4375 0.15625,-0.875 z m 0,0" + style="stroke:none" /> + d="m 4.25,-6.046875 c 0.078125,-0.28125 0.109375,-0.34375 0.234375,-0.375 0.09375,-0.015625 0.421875,-0.015625 0.625,-0.015625 1.015625,0 1.453125,0.03125 1.453125,0.8125 0,0.15625 -0.03125,0.546875 -0.078125,0.796875 0,0.046875 -0.03125,0.15625 -0.03125,0.1875 0,0.0625 0.03125,0.140625 0.125,0.140625 0.109375,0 0.125,-0.078125 0.15625,-0.234375 L 7,-6.46875 C 7.015625,-6.515625 7.015625,-6.609375 7.015625,-6.640625 7.015625,-6.75 6.921875,-6.75 6.75,-6.75 H 1.21875 c -0.234375,0 -0.25,0.015625 -0.328125,0.203125 l -0.59375,1.75 c 0,0.015625 -0.0625,0.15625 -0.0625,0.1875 0,0.046875 0.0625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.0625 0.171875,-0.21875 C 1.0625,-6.265625 1.328125,-6.4375 2.796875,-6.4375 H 3.1875 c 0.28125,0 0.28125,0.03125 0.28125,0.125 0,0.046875 -0.03125,0.171875 -0.046875,0.203125 L 2.09375,-0.78125 C 2,-0.421875 1.96875,-0.3125 0.90625,-0.3125 c -0.359375,0 -0.421875,0 -0.421875,0.1875 C 0.484375,0 0.59375,0 0.65625,0 c 0.265625,0 0.546875,-0.015625 0.8125,-0.015625 0.28125,0 0.578125,-0.015625 0.859375,-0.015625 0.28125,0 0.546875,0.015625 0.828125,0.015625 C 3.4375,-0.015625 3.734375,0 4.015625,0 c 0.09375,0 0.21875,0 0.21875,-0.203125 0,-0.109375 -0.078125,-0.109375 -0.34375,-0.109375 -0.234375,0 -0.375,0 -0.625,-0.015625 -0.296875,-0.03125 -0.375,-0.0625 -0.375,-0.21875 0,-0.015625 0,-0.0625 0.046875,-0.203125 z m 0,0" + style="stroke:none" /> + d="m 2.859375,-6.8125 c 0,0 0,-0.109375 -0.125,-0.109375 -0.234375,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.1875 0,0.125 0.09375,0.125 0.234375,0.125 0.484375,0 0.5,0.0625 0.5,0.171875 L 2.03125,-6.125 0.59375,-0.390625 c -0.046875,0.140625 -0.046875,0.15625 -0.046875,0.21875 0,0.234375 0.203125,0.28125 0.296875,0.28125 0.125,0 0.265625,-0.09375 0.328125,-0.203125 0.046875,-0.09375 0.5,-1.9375 0.5625,-2.1875 0.34375,0.03125 1.15625,0.1875 1.15625,0.84375 0,0.078125 0,0.109375 -0.03125,0.21875 -0.015625,0.109375 -0.03125,0.234375 -0.03125,0.34375 0,0.578125 0.390625,0.984375 0.90625,0.984375 0.296875,0 0.578125,-0.15625 0.796875,-0.53125 0.25,-0.4375 0.359375,-0.984375 0.359375,-1 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.203125,0.71875 -0.421875,1.234375 -0.859375,1.234375 -0.203125,0 -0.328125,-0.109375 -0.328125,-0.46875 0,-0.171875 0.046875,-0.40625 0.078125,-0.5625 C 3.5625,-1.3125 3.5625,-1.34375 3.5625,-1.453125 3.5625,-2.09375 2.9375,-2.375 2.078125,-2.5 2.390625,-2.671875 2.71875,-2.984375 2.9375,-3.234375 3.421875,-3.765625 3.875,-4.1875 4.359375,-4.1875 c 0.0625,0 0.078125,0 0.09375,0.015625 0.125,0.015625 0.125,0.015625 0.21875,0.078125 0.015625,0 0.015625,0.015625 0.03125,0.03125 -0.46875,0.03125 -0.5625,0.421875 -0.5625,0.546875 0,0.15625 0.109375,0.34375 0.375,0.34375 0.265625,0 0.546875,-0.21875 0.546875,-0.609375 0,-0.296875 -0.234375,-0.625 -0.671875,-0.625 -0.28125,0 -0.734375,0.078125 -1.453125,0.875 -0.34375,0.375 -0.734375,0.78125 -1.109375,0.921875 z m 0,0" + style="stroke:none" /> + d="m 2.96875,-2.25 c 0.15625,0 0.34375,0 0.34375,-0.171875 C 3.3125,-2.5625 3.1875,-2.5625 3.015625,-2.5625 H 1.40625 c 0.234375,-0.84375 0.796875,-1.421875 1.703125,-1.421875 h 0.3125 c 0.171875,0 0.328125,0 0.328125,-0.171875 0,-0.140625 -0.125,-0.140625 -0.296875,-0.140625 H 3.09375 c -1.296875,0 -2.625,1 -2.625,2.515625 0,1.109375 0.75,1.890625 1.796875,1.890625 0.65625,0 1.296875,-0.40625 1.296875,-0.515625 0,-0.015625 0,-0.125 -0.09375,-0.125 -0.015625,0 -0.046875,0 -0.125,0.046875 -0.3125,0.203125 -0.6875,0.375 -1.046875,0.375 -0.578125,0 -1.078125,-0.421875 -1.078125,-1.296875 0,-0.34375 0.078125,-0.734375 0.109375,-0.84375 z m 0,0" + style="stroke:none" /> + d="m 1.90625,-0.53125 c 0,-0.28125 -0.234375,-0.53125 -0.515625,-0.53125 -0.296875,0 -0.53125,0.25 -0.53125,0.53125 C 0.859375,-0.234375 1.09375,0 1.390625,0 1.671875,0 1.90625,-0.234375 1.90625,-0.53125 Z m 0,0" + style="stroke:none" /> + 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" /> + d="m 4.84375,-3.796875 c 0.046875,-0.140625 0.046875,-0.15625 0.046875,-0.234375 0,-0.171875 -0.140625,-0.265625 -0.296875,-0.265625 -0.09375,0 -0.25,0.0625 -0.34375,0.203125 -0.015625,0.0625 -0.109375,0.359375 -0.140625,0.546875 -0.078125,0.25 -0.140625,0.53125 -0.203125,0.796875 l -0.453125,1.796875 c -0.03125,0.140625 -0.46875,0.84375 -1.125,0.84375 -0.5,0 -0.609375,-0.4375 -0.609375,-0.8125 C 1.71875,-1.375 1.890625,-2 2.21875,-2.875 2.375,-3.28125 2.421875,-3.390625 2.421875,-3.59375 c 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.28125,-0.9375 0.671875,-1.234375 1.015625,-1.234375 0.078125,0 0.25,0 0.25,0.3125 0,0.25 -0.109375,0.515625 -0.171875,0.703125 -0.40625,1.0625 -0.578125,1.625 -0.578125,2.09375 0,0.890625 0.625,1.1875 1.21875,1.1875 0.390625,0 0.71875,-0.171875 1,-0.453125 -0.125,0.515625 -0.25,1.015625 -0.640625,1.546875 -0.265625,0.328125 -0.640625,0.625 -1.09375,0.625 -0.140625,0 -0.59375,-0.03125 -0.765625,-0.421875 0.15625,0 0.296875,0 0.421875,-0.125 C 1.328125,1.203125 1.421875,1.0625 1.421875,0.875 1.421875,0.5625 1.15625,0.53125 1.0625,0.53125 0.828125,0.53125 0.5,0.6875 0.5,1.171875 c 0,0.5 0.4375,0.875 1.0625,0.875 1.015625,0 2.046875,-0.90625 2.328125,-2.03125 z m 0,0" + style="stroke:none" /> + style="stroke:none" /> + d="m 3.8125,-0.984375 c 0.640625,-0.65625 0.890625,-1.59375 0.890625,-1.65625 0,-0.09375 -0.078125,-0.09375 -0.109375,-0.09375 C 4.5,-2.734375 4.5,-2.71875 4.453125,-2.5625 4.328125,-2.109375 4.09375,-1.671875 3.796875,-1.296875 3.796875,-1.40625 3.78125,-1.875 3.765625,-1.9375 3.65625,-2.625 3.140625,-3.078125 2.4375,-3.078125 c -1.015625,0 -2,0.953125 -2,1.9375 0,0.640625 0.46875,1.203125 1.265625,1.203125 0.640625,0 1.21875,-0.28125 1.609375,-0.578125 0.171875,0.5 0.515625,0.578125 0.734375,0.578125 0.40625,0 0.65625,-0.328125 0.65625,-0.484375 C 4.703125,-0.5 4.609375,-0.5 4.578125,-0.5 c -0.09375,0 -0.109375,0.03125 -0.125,0.0625 -0.09375,0.265625 -0.3125,0.3125 -0.390625,0.3125 -0.09375,0 -0.21875,0 -0.25,-0.859375 z M 3.265625,-0.75 C 2.578125,-0.1875 2,-0.125 1.734375,-0.125 c -0.46875,0 -0.71875,-0.3125 -0.71875,-0.78125 0,-0.1875 0.09375,-0.953125 0.453125,-1.4375 C 1.796875,-2.765625 2.1875,-2.875 2.4375,-2.875 c 0.546875,0 0.71875,0.53125 0.765625,0.96875 0.046875,0.296875 0.03125,0.796875 0.0625,1.15625 z m 0,0" + style="stroke:none" /> + d="m 1.84375,-1.765625 c 0.265625,-0.15625 0.59375,-0.40625 0.640625,-0.4375 C 2.96875,-2.5625 3.125,-2.65625 3.359375,-2.734375 3.34375,-2.703125 3.328125,-2.65625 3.328125,-2.625 c 0,0.171875 0.109375,0.265625 0.28125,0.265625 C 3.828125,-2.359375 4,-2.546875 4,-2.734375 4,-2.90625 3.875,-3 3.703125,-3 c -0.46875,0 -0.9375,0.359375 -1.3125,0.640625 -0.546875,0.40625 -0.734375,0.484375 -0.90625,0.53125 0.078125,-0.328125 0.09375,-0.390625 0.125,-0.515625 0.046875,-0.171875 0.125,-0.46875 0.125,-0.5 0,-0.125 -0.09375,-0.234375 -0.234375,-0.234375 -0.140625,0 -0.25,0.109375 -0.296875,0.1875 -0.03125,0.078125 -0.6875,2.6875 -0.6875,2.734375 0,0.15625 0.125,0.21875 0.25,0.21875 0.25,0 0.296875,-0.21875 0.328125,-0.34375 0.015625,-0.03125 0.15625,-0.609375 0.328125,-1.296875 0.359375,0 1.328125,0.03125 1.328125,0.5625 0,0 -0.015625,0.0625 -0.03125,0.15625 C 2.703125,-0.75 2.703125,-0.71875 2.703125,-0.640625 2.703125,-0.15625 3.09375,0.0625 3.4375,0.0625 4.125,0.0625 4.328125,-0.984375 4.328125,-1 c 0,-0.09375 -0.09375,-0.09375 -0.125,-0.09375 -0.09375,0 -0.09375,0.046875 -0.140625,0.171875 C 4,-0.640625 3.8125,-0.125 3.453125,-0.125 c -0.1875,0 -0.234375,-0.171875 -0.234375,-0.359375 0,-0.125 0,-0.140625 0.03125,-0.3125 0.03125,-0.078125 0.046875,-0.15625 0.046875,-0.234375 0,-0.734375 -1.234375,-0.734375 -1.453125,-0.734375 z m 0,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" + style="stroke:none" /> + d="M 1.734375,-0.734375 C 1.671875,-0.5 1.4375,-0.125 1.078125,-0.125 c -0.015625,0 -0.234375,0 -0.375,-0.09375 0.28125,-0.09375 0.3125,-0.34375 0.3125,-0.390625 0,-0.15625 -0.125,-0.25 -0.28125,-0.25 -0.203125,0 -0.40625,0.15625 -0.40625,0.421875 0,0.34375 0.390625,0.5 0.734375,0.5 0.328125,0 0.609375,-0.1875 0.78125,-0.484375 C 2.015625,-0.0625 2.390625,0.0625 2.671875,0.0625 c 0.8125,0 1.234375,-0.859375 1.234375,-1.0625 0,-0.09375 -0.09375,-0.09375 -0.109375,-0.09375 -0.109375,0 -0.109375,0.046875 -0.140625,0.125 -0.140625,0.484375 -0.5625,0.84375 -0.953125,0.84375 -0.28125,0 -0.421875,-0.1875 -0.421875,-0.453125 0,-0.1875 0.171875,-0.8125 0.359375,-1.59375 C 2.78125,-2.703125 3.09375,-2.875 3.328125,-2.875 c 0.015625,0 0.21875,0 0.375,0.09375 -0.21875,0.0625 -0.3125,0.265625 -0.3125,0.390625 0,0.140625 0.125,0.25 0.28125,0.25 0.15625,0 0.390625,-0.125 0.390625,-0.421875 0,-0.390625 -0.453125,-0.515625 -0.71875,-0.515625 -0.359375,0 -0.640625,0.234375 -0.78125,0.5 -0.125,-0.28125 -0.453125,-0.5 -0.84375,-0.5 C 0.9375,-3.078125 0.5,-2.21875 0.5,-2 c 0,0.078125 0.09375,0.078125 0.109375,0.078125 0.09375,0 0.09375,-0.015625 0.140625,-0.109375 C 0.921875,-2.578125 1.359375,-2.875 1.703125,-2.875 1.9375,-2.875 2.125,-2.75 2.125,-2.421875 2.125,-2.28125 2.03125,-1.9375 1.96875,-1.6875 Z m 0,0" + style="stroke:none" /> + d="M 3.875,-2.625 C 3.90625,-2.71875 3.90625,-2.734375 3.90625,-2.78125 3.90625,-2.921875 3.796875,-3 3.671875,-3 3.59375,-3 3.46875,-2.96875 3.390625,-2.84375 3.359375,-2.796875 3.3125,-2.578125 3.28125,-2.4375 L 3.125,-1.859375 c -0.03125,0.171875 -0.25,1.046875 -0.28125,1.125 0,0 -0.3125,0.609375 -0.84375,0.609375 -0.484375,0 -0.484375,-0.453125 -0.484375,-0.578125 0,-0.375 0.15625,-0.8125 0.375,-1.359375 C 1.96875,-2.28125 2,-2.359375 2,-2.484375 2,-2.8125 1.71875,-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.75,-2.609375 1.046875,-2.875 1.328125,-2.875 1.4375,-2.875 1.5,-2.796875 1.5,-2.640625 c 0,0.171875 -0.0625,0.3125 -0.09375,0.40625 C 1.0625,-1.375 1,-1.125 1,-0.8125 1,-0.703125 1,-0.375 1.265625,-0.140625 1.484375,0.03125 1.78125,0.0625 1.96875,0.0625 2.25,0.0625 2.5,-0.03125 2.71875,-0.25 2.640625,0.140625 2.5625,0.4375 2.265625,0.78125 2.078125,1 1.796875,1.21875 1.421875,1.21875 c -0.046875,0 -0.375,0 -0.515625,-0.21875 0.375,-0.046875 0.375,-0.375 0.375,-0.390625 0,-0.21875 -0.203125,-0.265625 -0.265625,-0.265625 -0.171875,0 -0.40625,0.140625 -0.40625,0.46875 0,0.34375 0.328125,0.609375 0.828125,0.609375 C 2.140625,1.421875 3,0.875 3.21875,0 Z m 0,0" + style="stroke:none" /> @@ -2750,1776 +2171,2337 @@ id="textext-e6cead2f-42"> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-1" + width="100%" + height="100%" /> + x="230.62698" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="235.05437" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="237.82198" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="240.58958" + xlink:href="#textext-e6cead2f-4" + width="100%" + height="100%" /> + x="243.91013" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="248.33751" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="252.76488" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="258.02115" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="261.8956" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="266.323" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="270.22534" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="274.65271" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="283.51544" + xlink:href="#textext-e6cead2f-10" + width="100%" + height="100%" /> + x="289.05066" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="292.953" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="295.72061" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="309.00375" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="312.9061" + xlink:href="#textext-e6cead2f-14" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="321.4819" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="326.18228" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="331.16357" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="335.06592" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="337.83353" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="342.81482" + xlink:href="#textext-e6cead2f-16" + width="100%" + height="100%" /> + x="348.35007" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="351.11768" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="355.54504" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="362.80179" + xlink:href="#textext-e6cead2f-18" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-27" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-37" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="377.36301" + xlink:href="#textext-e6cead2f-28" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="381.79437" + xlink:href="#textext-e6cead2f-29" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + y="131.14999" + x="387.48499" + xlink:href="#textext-e6cead2f-38" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="387.48499" + xlink:href="#textext-e6cead2f-37" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="393.16199" + xlink:href="#textext-e6cead2f-28" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="397.59335" + xlink:href="#textext-e6cead2f-30" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="404.2424" + xlink:href="#textext-e6cead2f-28" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="408.67377" + xlink:href="#textext-e6cead2f-31" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="414.16913" + xlink:href="#textext-e6cead2f-28" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="418.60049" + xlink:href="#textext-e6cead2f-32" + width="100%" + height="100%" /> + x="422.64432" + xlink:href="#textext-e6cead2f-33" + width="100%" + height="100%" /> + x="425.41193" + xlink:href="#textext-e6cead2f-33" + width="100%" + height="100%" /> + x="428.17953" + xlink:href="#textext-e6cead2f-33" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-19" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-34" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-37" + width="100%" + height="100%" /> + x="233.44044" + xlink:href="#textext-e6cead2f-39" + width="100%" + height="100%" /> + x="235.80666" + xlink:href="#textext-e6cead2f-40" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-34" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-37" + width="100%" + height="100%" /> + x="233.44044" + xlink:href="#textext-e6cead2f-39" + width="100%" + height="100%" /> + x="235.80666" + xlink:href="#textext-e6cead2f-41" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-20" + width="100%" + height="100%" /> + x="228.96722" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="234.50244" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="237.27005" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="241.1445" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="248.88943" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="253.86874" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="258.85004" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="267.15286" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + x="275.45471" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="283.20959" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + x="291.51141" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="295.93881" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + x="299.86804" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="308.72083" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="313.70212" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="319.23734" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-16" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="229.24617" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="234.22748" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="239.7627" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="245.29791" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + x="250.83313" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="255.81444" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="259.7168" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="262.48441" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="266.91177" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="279.13986" + xlink:href="#textext-e6cead2f-24" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="285.50198" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="289.37643" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + x="294.91165" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="302.66656" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="317.33151" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="321.20596" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="325.10831" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="330.0896" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="336.17477" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="341.15405" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="346.13538" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="348.90298" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="354.4382" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + x="362.74002" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="367.16742" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="374.42416" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="378.85156" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="383.27893" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="388.53519" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="392.40964" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="396.83704" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="400.73938" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="405.16675" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="414.01953" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="419.00082" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="422.90317" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="427.88449" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="433.41971" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="438.95493" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="447.81766" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="451.69211" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + x="457.22733" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="464.97226" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + x="468.90149" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="473.32889" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="478.31018" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="481.07779" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="486.05908" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="493.27899" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="497.98929" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="502.97061" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="506.87296" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="509.64056" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="514.62189" + xlink:href="#textext-e6cead2f-16" + width="100%" + height="100%" /> + x="520.1571" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="522.92468" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="527.35205" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-16" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="229.24617" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="234.22748" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="239.7627" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="245.29791" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + x="250.83313" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="255.81444" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="259.7168" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="262.48441" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="266.91177" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="275.86218" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="280.84348" + xlink:href="#textext-e6cead2f-24" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="288.90921" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="292.78366" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="298.3089" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="307.75745" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="311.69666" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="315.57111" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="320.5524" + xlink:href="#textext-e6cead2f-25" + width="100%" + height="100%" /> + x="325.53369" + xlink:href="#textext-e6cead2f-25" + width="100%" + height="100%" /> + x="330.51501" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="334.94238" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="338.84473" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="343.27213" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="353.82849" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="358.25586" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="363.23715" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="368.49344" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="372.36789" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="376.27023" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="381.25153" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="389.04031" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="394.01959" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="399.00092" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="401.76852" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="407.30374" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + x="415.60556" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="420.03296" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="428.98334" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="431.75098" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="437.0112" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="441.4386" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="446.41989" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="450.29434" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="454.72174" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="465.27811" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="474.16174" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="479.14304" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="484.67828" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="490.2135" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="500.75989" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="504.63437" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + x="510.16959" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="519.6181" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="524.60736" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="529.03473" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="531.80237" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="537.05267" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="541.48004" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="544.24762" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="547.85309" + xlink:href="#textext-e6cead2f-14" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="558.12799" + xlink:href="#textext-e6cead2f-29" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="563.82202" + xlink:href="#textext-e6cead2f-4" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="227.85938" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="232.84068" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + x="241.14252" + xlink:href="#textext-e6cead2f-10" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="246.95668" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="251.93799" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="257.47321" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="261.90057" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="267.15686" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="223.43201" + xlink:href="#textext-e6cead2f-16" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="229.24617" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="234.22748" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="239.7627" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="245.29791" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + x="250.83313" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="255.81444" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="259.7168" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="262.48441" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="266.91177" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="275.90204" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="280.88333" + xlink:href="#textext-e6cead2f-24" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="288.99887" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="292.87332" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + x="298.40854" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="307.89691" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + x="311.82617" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + xlink:href="#textext-e6cead2f-25" + width="100%" + height="100%" /> + x="325.66321" + xlink:href="#textext-e6cead2f-25" + width="100%" + height="100%" /> + x="330.64453" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="335.0719" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="338.97424" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="343.40164" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="354.00781" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="358.43518" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="363.4165" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="372.54721" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="376.44955" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="381.43088" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="389.25949" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="394.24875" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="399.23004" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="401.99765" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="407.52292" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="415.83472" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="420.26208" + xlink:href="#textext-e6cead2f-17" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="429.25235" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="432.01996" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="437.28021" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="441.70758" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="446.68887" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="450.56335" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="454.99072" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="465.58694" + xlink:href="#textext-e6cead2f-13" + width="100%" + height="100%" /> + x="470.56824" + xlink:href="#textext-e6cead2f-8" + width="100%" + height="100%" /> + x="474.47058" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + x="479.4519" + xlink:href="#textext-e6cead2f-22" + width="100%" + height="100%" /> + x="484.98712" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + x="490.52234" + xlink:href="#textext-e6cead2f-9" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="501.12851" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + x="505.00296" + xlink:href="#textext-e6cead2f-23" + width="100%" + height="100%" /> + x="510.53818" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="520.02655" + xlink:href="#textext-e6cead2f-15" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="525.00586" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + x="529.43329" + xlink:href="#textext-e6cead2f-3" + width="100%" + height="100%" /> + x="532.20087" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="537.46112" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + x="541.88849" + xlink:href="#textext-e6cead2f-11" + width="100%" + height="100%" /> + x="544.65613" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="548.25159" + xlink:href="#textext-e6cead2f-14" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="558.58002" + xlink:href="#textext-e6cead2f-35" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + x="563.82202" + xlink:href="#textext-e6cead2f-4" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + y="230.40601" + x="223.43201" + xlink:href="#textext-e6cead2f-5" + width="100%" + height="100%" /> + y="230.40601" + x="227.85938" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + y="230.40601" + x="232.84068" + xlink:href="#textext-e6cead2f-12" + width="100%" + height="100%" /> + y="230.40601" + x="241.14252" + xlink:href="#textext-e6cead2f-10" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + y="230.40601" + x="246.95668" + xlink:href="#textext-e6cead2f-21" + width="100%" + height="100%" /> + y="230.40601" + x="251.93799" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + y="230.40601" + x="257.47321" + xlink:href="#textext-e6cead2f-2" + width="100%" + height="100%" /> + y="230.40601" + x="261.90057" + xlink:href="#textext-e6cead2f-6" + width="100%" + height="100%" /> + style="fill:#000000;fill-opacity:1"> + y="230.40601" + x="267.15686" + xlink:href="#textext-e6cead2f-7" + width="100%" + height="100%" /> + id="flowPara24557" + style="font-size:20px;line-height:1.25">  +