\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus
Please login to create an exam or a quiz.
Graph the function \(\displaystyle f(x)=\begin{cases} - 2 x - 10,& x \leq -5\\ 10 - \left(x + 1\right)^{2},& -5 < x < 3\\ 1 - \frac{4 x}{5},& x \geq 3 \\ \end{cases}\)
The graph has three parts. It is a line on \(\displaystyle (-\infty, -5]\), a parabola on \(\displaystyle (-5,3)\), and a line on \(\displaystyle [3, \infty)\). Graphing each part gives:
\begin{tikzpicture}[font=\Large, scale=.4]
\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10);
\draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$};
\draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$};
\foreach \x in { -10,-8,...,10 }{
\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
}
\foreach \y in { -10,-8,...,10 }{
\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
}
\draw[thick, color=blue, domain={-10.0}:{-5.0}, latex-, samples =350] plot(\x, {-2*(\x) - 10});
\draw[thick, color=blue, domain={-5.0}:{3.0}, samples =350] plot(\x, {10 - ((\x) + 1)^2});
\draw[thick, color=blue, domain={3.0}:{10.0}, -latex, samples =350] plot(\x, {1 - 4*(\x)/5});
\draw[fill=black] (-5,0) circle (5pt);
\draw[fill=white] (-5,-6) circle (5pt);
\draw[fill=white] (3,-6) circle (5pt);
\draw[fill=black] (3,-7/5) circle (5pt);
\end{tikzpicture}
\begin{question}Graph the function $f(x)=\begin{cases} - 2 x - 10,& x \leq -5\\ 10 - \left(x + 1\right)^{2},& -5 < x < 3\\ 1 - \frac{4 x}{5},& x \geq 3 \\ \end{cases}$\newline
\begin{tikzpicture}[font=\Large, scale=.4]
\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10);
\draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$};
\draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$};
\foreach \x in { -10,-8,...,10 }{
\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
}
\foreach \y in { -10,-8,...,10 }{
\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
}
\end{tikzpicture}
\soln{0cm}{The graph has three parts. It is a line on $(-\infty, -5]$, a parabola on $(-5,3)$, and a line on $[3, \infty)$. Graphing each part gives:\newline
\begin{tikzpicture}[font=\Large, scale=.4]
\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10);
\draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$};
\draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$};
\foreach \x in { -10,-8,...,10 }{
\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
}
\foreach \y in { -10,-8,...,10 }{
\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
}
\draw[thick, color=blue, domain={-10.0}:{-5.0}, latex-, samples =350] plot(\x, {-2*(\x) - 10});
\draw[thick, color=blue, domain={-5.0}:{3.0}, samples =350] plot(\x, {10 - ((\x) + 1)^2});
\draw[thick, color=blue, domain={3.0}:{10.0}, -latex, samples =350] plot(\x, {1 - 4*(\x)/5});
\draw[fill=black] (-5,0) circle (5pt);
\draw[fill=white] (-5,-6) circle (5pt);
\draw[fill=white] (3,-6) circle (5pt);
\draw[fill=black] (3,-7/5) circle (5pt);
\end{tikzpicture}
}
\end{question}
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}
\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}
\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}
\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue
\begin{document}\begin{question}(10pts) The question goes here!
\soln{9cm}{The solution goes here.}
\end{question}\end{document}<p> <p>Graph the function <img class="equation_image" title=" \displaystyle f(x)=\begin{cases} - 2 x - 10,& x \leq -5\\ 10 - \left(x + 1\right)^{2},& -5 < x < 3\\ 1 - \frac{4 x}{5},& x \geq 3 \\ \end{cases} " src="/equation_images/%20%5Cdisplaystyle%20f%28x%29%3D%5Cbegin%7Bcases%7D%20-%202%20x%20-%2010%2C%26%20x%20%5Cleq%20-5%5C%5C%2010%20-%20%5Cleft%28x%20%2B%201%5Cright%29%5E%7B2%7D%2C%26%20-5%20%3C%20x%20%3C%203%5C%5C%201%20-%20%5Cfrac%7B4%20x%7D%7B5%7D%2C%26%20x%20%5Cgeq%203%20%5C%5C%20%5Cend%7Bcases%7D%20" alt="LaTeX: \displaystyle f(x)=\begin{cases} - 2 x - 10,& x \leq -5\\ 10 - \left(x + 1\right)^{2},& -5 < x < 3\\ 1 - \frac{4 x}{5},& x \geq 3 \\ \end{cases} " data-equation-content=" \displaystyle f(x)=\begin{cases} - 2 x - 10,& x \leq -5\\ 10 - \left(x + 1\right)^{2},& -5 < x < 3\\ 1 - \frac{4 x}{5},& x \geq 3 \\ \end{cases} " /> <br>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.448pt" height="256.049pt" viewBox="0 0 262.448 256.049" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.796875 -5.859375 C 6.34375 -5.765625 6.171875 -5.421875 6.171875 -5.15625 C 6.171875 -4.8125 6.4375 -4.6875 6.640625 -4.6875 C 7.078125 -4.6875 7.375 -5.0625 7.375 -5.453125 C 7.375 -6.046875 6.6875 -6.328125 6.078125 -6.328125 C 5.203125 -6.328125 4.71875 -5.46875 4.59375 -5.1875 C 4.265625 -6.265625 3.375 -6.328125 3.109375 -6.328125 C 1.65625 -6.328125 0.875 -4.453125 0.875 -4.125 C 0.875 -4.078125 0.9375 -4 1.03125 -4 C 1.140625 -4 1.171875 -4.09375 1.203125 -4.140625 C 1.6875 -5.734375 2.65625 -6.03125 3.0625 -6.03125 C 3.71875 -6.03125 3.84375 -5.4375 3.84375 -5.09375 C 3.84375 -4.78125 3.765625 -4.453125 3.578125 -3.765625 L 3.09375 -1.796875 C 2.890625 -0.9375 2.46875 -0.140625 1.703125 -0.140625 C 1.640625 -0.140625 1.28125 -0.140625 0.96875 -0.328125 C 1.484375 -0.4375 1.609375 -0.859375 1.609375 -1.03125 C 1.609375 -1.3125 1.390625 -1.484375 1.125 -1.484375 C 0.78125 -1.484375 0.40625 -1.1875 0.40625 -0.734375 C 0.40625 -0.125 1.078125 0.140625 1.6875 0.140625 C 2.375 0.140625 2.875 -0.40625 3.171875 -0.984375 C 3.40625 -0.140625 4.109375 0.140625 4.640625 0.140625 C 6.109375 0.140625 6.890625 -1.734375 6.890625 -2.046875 C 6.890625 -2.125 6.828125 -2.1875 6.734375 -2.1875 C 6.609375 -2.1875 6.59375 -2.109375 6.5625 -2 C 6.171875 -0.734375 5.328125 -0.140625 4.6875 -0.140625 C 4.1875 -0.140625 3.921875 -0.515625 3.921875 -1.109375 C 3.921875 -1.421875 3.96875 -1.65625 4.203125 -2.59375 L 4.703125 -4.546875 C 4.921875 -5.40625 5.40625 -6.03125 6.0625 -6.03125 C 6.09375 -6.03125 6.5 -6.03125 6.796875 -5.859375 Z M 6.796875 -5.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.765625 1.609375 C 3.390625 2.15625 2.828125 2.640625 2.125 2.640625 C 1.953125 2.640625 1.265625 2.609375 1.046875 1.953125 C 1.09375 1.96875 1.15625 1.96875 1.1875 1.96875 C 1.625 1.96875 1.90625 1.59375 1.90625 1.265625 C 1.90625 0.9375 1.640625 0.8125 1.421875 0.8125 C 1.1875 0.8125 0.6875 0.984375 0.6875 1.6875 C 0.6875 2.421875 1.3125 2.921875 2.125 2.921875 C 3.5625 2.921875 5 1.609375 5.40625 0.015625 L 6.8125 -5.578125 C 6.828125 -5.65625 6.859375 -5.734375 6.859375 -5.828125 C 6.859375 -6.03125 6.6875 -6.1875 6.46875 -6.1875 C 6.34375 -6.1875 6.03125 -6.125 5.921875 -5.6875 L 4.859375 -1.484375 C 4.796875 -1.21875 4.796875 -1.1875 4.671875 -1.03125 C 4.390625 -0.625 3.921875 -0.140625 3.234375 -0.140625 C 2.421875 -0.140625 2.359375 -0.9375 2.359375 -1.3125 C 2.359375 -2.140625 2.734375 -3.234375 3.125 -4.28125 C 3.28125 -4.6875 3.375 -4.890625 3.375 -5.171875 C 3.375 -5.78125 2.9375 -6.328125 2.234375 -6.328125 C 0.921875 -6.328125 0.390625 -4.25 0.390625 -4.125 C 0.390625 -4.078125 0.4375 -4 0.546875 -4 C 0.671875 -4 0.6875 -4.0625 0.75 -4.265625 C 1.09375 -5.46875 1.640625 -6.03125 2.1875 -6.03125 C 2.328125 -6.03125 2.5625 -6.03125 2.5625 -5.5625 C 2.5625 -5.1875 2.40625 -4.78125 2.1875 -4.234375 C 1.484375 -2.359375 1.484375 -1.875 1.484375 -1.53125 C 1.484375 -0.171875 2.46875 0.140625 3.1875 0.140625 C 3.59375 0.140625 4.109375 0.015625 4.625 -0.515625 L 4.640625 -0.5 C 4.421875 0.34375 4.28125 0.90625 3.765625 1.609375 Z M 3.765625 1.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 9.453125 -3.296875 C 9.703125 -3.296875 9.953125 -3.296875 9.953125 -3.578125 C 9.953125 -3.875 9.703125 -3.875 9.453125 -3.875 L 1.6875 -3.875 C 1.453125 -3.875 1.1875 -3.875 1.1875 -3.578125 C 1.1875 -3.296875 1.453125 -3.296875 1.6875 -3.296875 Z M 9.453125 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 4.125 -9.1875 C 4.125 -9.53125 4.125 -9.53125 3.84375 -9.53125 C 3.5 -9.15625 2.78125 -8.625 1.3125 -8.625 L 1.3125 -8.203125 C 1.640625 -8.203125 2.359375 -8.203125 3.140625 -8.578125 L 3.140625 -1.109375 C 3.140625 -0.59375 3.09375 -0.421875 1.84375 -0.421875 L 1.390625 -0.421875 L 1.390625 0 C 1.78125 -0.03125 3.171875 -0.03125 3.640625 -0.03125 C 4.109375 -0.03125 5.5 -0.03125 5.875 0 L 5.875 -0.421875 L 5.4375 -0.421875 C 4.171875 -0.421875 4.125 -0.59375 4.125 -1.109375 Z M 4.125 -9.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 6.421875 -4.59375 C 6.421875 -5.78125 6.359375 -6.9375 5.84375 -8.03125 C 5.25 -9.21875 4.21875 -9.53125 3.515625 -9.53125 C 2.6875 -9.53125 1.65625 -9.125 1.140625 -7.9375 C 0.734375 -7.03125 0.59375 -6.140625 0.59375 -4.59375 C 0.59375 -3.203125 0.6875 -2.15625 1.203125 -1.140625 C 1.765625 -0.046875 2.75 0.296875 3.5 0.296875 C 4.75 0.296875 5.46875 -0.4375 5.875 -1.28125 C 6.390625 -2.359375 6.421875 -3.765625 6.421875 -4.59375 Z M 3.5 0.015625 C 3.046875 0.015625 2.109375 -0.25 1.84375 -1.8125 C 1.671875 -2.671875 1.671875 -3.765625 1.671875 -4.765625 C 1.671875 -5.9375 1.671875 -7 1.90625 -7.84375 C 2.15625 -8.8125 2.890625 -9.25 3.5 -9.25 C 4.046875 -9.25 4.875 -8.921875 5.15625 -7.6875 C 5.328125 -6.875 5.328125 -5.734375 5.328125 -4.765625 C 5.328125 -3.796875 5.328125 -2.71875 5.171875 -1.84375 C 4.90625 -0.265625 4 0.015625 3.5 0.015625 Z M 3.5 0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.28125 -5.171875 C 4.984375 -5.5625 6.03125 -6.21875 6.03125 -7.4375 C 6.03125 -8.671875 4.828125 -9.53125 3.515625 -9.53125 C 2.09375 -9.53125 0.96875 -8.484375 0.96875 -7.1875 C 0.96875 -6.703125 1.125 -6.203125 1.515625 -5.71875 C 1.671875 -5.53125 1.6875 -5.515625 2.703125 -4.8125 C 1.3125 -4.171875 0.59375 -3.21875 0.59375 -2.171875 C 0.59375 -0.640625 2.03125 0.296875 3.5 0.296875 C 5.09375 0.296875 6.421875 -0.875 6.421875 -2.375 C 6.421875 -3.84375 5.390625 -4.484375 4.28125 -5.171875 Z M 2.328125 -6.46875 C 2.140625 -6.59375 1.5625 -6.96875 1.5625 -7.671875 C 1.5625 -8.609375 2.53125 -9.1875 3.5 -9.1875 C 4.53125 -9.1875 5.453125 -8.453125 5.453125 -7.421875 C 5.453125 -6.546875 4.8125 -5.84375 3.984375 -5.375 Z M 3 -4.625 L 4.734375 -3.484375 C 5.109375 -3.234375 5.765625 -2.796875 5.765625 -1.921875 C 5.765625 -0.828125 4.65625 -0.09375 3.515625 -0.09375 C 2.296875 -0.09375 1.25 -0.96875 1.25 -2.171875 C 1.25 -3.28125 2.0625 -4.1875 3 -4.625 Z M 3 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.765625 -4.984375 C 1.765625 -8.625 3.53125 -9.1875 4.296875 -9.1875 C 4.8125 -9.1875 5.328125 -9.03125 5.609375 -8.609375 C 5.4375 -8.609375 4.890625 -8.609375 4.890625 -8.015625 C 4.890625 -7.703125 5.109375 -7.4375 5.484375 -7.4375 C 5.84375 -7.4375 6.078125 -7.640625 6.078125 -8.0625 C 6.078125 -8.8125 5.53125 -9.53125 4.28125 -9.53125 C 2.484375 -9.53125 0.59375 -7.6875 0.59375 -4.53125 C 0.59375 -0.59375 2.3125 0.296875 3.53125 0.296875 C 5.09375 0.296875 6.421875 -1.0625 6.421875 -2.921875 C 6.421875 -4.828125 5.09375 -6.109375 3.65625 -6.109375 C 2.375 -6.109375 1.90625 -5 1.765625 -4.609375 Z M 3.53125 -0.09375 C 2.625 -0.09375 2.1875 -0.890625 2.0625 -1.1875 C 1.9375 -1.5625 1.796875 -2.265625 1.796875 -3.265625 C 1.796875 -4.40625 2.3125 -5.828125 3.59375 -5.828125 C 4.390625 -5.828125 4.8125 -5.296875 5.015625 -4.8125 C 5.25 -4.28125 5.25 -3.5625 5.25 -2.9375 C 5.25 -2.203125 5.25 -1.5625 4.984375 -1.015625 C 4.625 -0.328125 4.109375 -0.09375 3.53125 -0.09375 Z M 3.53125 -0.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.171875 -9.34375 C 5.171875 -9.609375 5.171875 -9.6875 4.984375 -9.6875 C 4.859375 -9.6875 4.8125 -9.6875 4.703125 -9.515625 L 0.390625 -2.8125 L 0.390625 -2.390625 L 4.15625 -2.390625 L 4.15625 -1.09375 C 4.15625 -0.5625 4.125 -0.421875 3.078125 -0.421875 L 2.796875 -0.421875 L 2.796875 0 C 3.125 -0.03125 4.265625 -0.03125 4.65625 -0.03125 C 5.0625 -0.03125 6.203125 -0.03125 6.546875 0 L 6.546875 -0.421875 L 6.25 -0.421875 C 5.21875 -0.421875 5.171875 -0.5625 5.171875 -1.09375 L 5.171875 -2.390625 L 6.625 -2.390625 L 6.625 -2.8125 L 5.171875 -2.8125 Z M 4.234375 -8.21875 L 4.234375 -2.8125 L 0.75 -2.8125 Z M 4.234375 -8.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 6.3125 -2.40625 L 6 -2.40625 C 5.953125 -2.171875 5.84375 -1.375 5.6875 -1.140625 C 5.59375 -1.015625 4.78125 -1.015625 4.34375 -1.015625 L 1.6875 -1.015625 C 2.078125 -1.34375 2.953125 -2.265625 3.328125 -2.609375 C 5.515625 -4.625 6.3125 -5.359375 6.3125 -6.78125 C 6.3125 -8.4375 5 -9.53125 3.34375 -9.53125 C 1.671875 -9.53125 0.703125 -8.125 0.703125 -6.890625 C 0.703125 -6.15625 1.328125 -6.15625 1.375 -6.15625 C 1.671875 -6.15625 2.046875 -6.375 2.046875 -6.828125 C 2.046875 -7.234375 1.78125 -7.5 1.375 -7.5 C 1.25 -7.5 1.21875 -7.5 1.171875 -7.484375 C 1.453125 -8.46875 2.21875 -9.125 3.15625 -9.125 C 4.375 -9.125 5.125 -8.109375 5.125 -6.78125 C 5.125 -5.5625 4.421875 -4.5 3.59375 -3.578125 L 0.703125 -0.34375 L 0.703125 0 L 5.9375 0 Z M 6.3125 -2.40625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -113.385125 -113.383812 L 113.384406 -113.383812 M -113.385125 -102.047875 L 113.384406 -102.047875 M -113.385125 -90.708031 L 113.384406 -90.708031 M -113.385125 -79.368187 L 113.384406 -79.368187 M -113.385125 -68.03225 L 113.384406 -68.03225 M -113.385125 -56.692406 L 113.384406 -56.692406 M -113.385125 -45.352562 L 113.384406 -45.352562 M -113.385125 -34.016625 L 113.384406 -34.016625 M -113.385125 -22.676781 L 113.384406 -22.676781 M -113.385125 -11.336937 L 113.384406 -11.336937 M -113.385125 -0.001 L 113.384406 -0.001 M -113.385125 11.338844 L 113.384406 11.338844 M -113.385125 22.678688 L 113.384406 22.678688 M -113.385125 34.014625 L 113.384406 34.014625 M -113.385125 45.354469 L 113.384406 45.354469 M -113.385125 56.694313 L 113.384406 56.694313 M -113.385125 68.03025 L 113.384406 68.03025 M -113.385125 79.370094 L 113.384406 79.370094 M -113.385125 90.709938 L 113.384406 90.709938 M -113.385125 102.045875 L 113.384406 102.045875 M -113.385125 113.381813 L 113.384406 113.381813 M -113.385125 -113.383812 L -113.385125 113.385719 M -102.045281 -113.383812 L -102.045281 113.385719 M -90.709344 -113.383812 L -90.709344 113.385719 M -79.3695 -113.383812 L -79.3695 113.385719 M -68.029656 -113.383812 L -68.029656 113.385719 M -56.693719 -113.383812 L -56.693719 113.385719 M -45.353875 -113.383812 L -45.353875 113.385719 M -34.014031 -113.383812 L -34.014031 113.385719 M -22.678094 -113.383812 L -22.678094 113.385719 M -11.33825 -113.383812 L -11.33825 113.385719 M 0.00159375 -113.383812 L 0.00159375 113.385719 M 11.337531 -113.383812 L 11.337531 113.385719 M 22.677375 -113.383812 L 22.677375 113.385719 M 34.017219 -113.383812 L 34.017219 113.385719 M 45.353156 -113.383812 L 45.353156 113.385719 M 56.693 -113.383812 L 56.693 113.385719 M 68.032844 -113.383812 L 68.032844 113.385719 M 79.368781 -113.383812 L 79.368781 113.385719 M 90.708625 -113.383812 L 90.708625 113.385719 M 102.048469 -113.383812 L 102.048469 113.385719 M 113.3805 -113.383812 L 113.3805 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -112.182 -0.001 L 112.181281 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 11.386719 134.125 C 13.085938 134.441406 15.847656 135.398438 17.761719 136.515625 L 17.761719 131.734375 C 15.847656 132.847656 13.085938 133.804688 11.386719 134.125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 247.226562 134.125 C 245.527344 133.804688 242.765625 132.847656 240.851562 131.734375 L 240.851562 136.515625 C 242.765625 135.398438 245.527344 134.441406 247.226562 134.125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="251.145" y="137.212"/>
</g>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 -112.180687 L 0.00159375 112.182594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 252.042969 C 129.625 250.34375 130.582031 247.582031 131.699219 245.667969 L 126.914062 245.667969 C 128.03125 247.582031 128.988281 250.34375 129.308594 252.042969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 16.203125 C 128.988281 17.902344 128.03125 20.667969 126.914062 22.578125 L 131.699219 22.578125 C 130.582031 20.667969 129.625 17.902344 129.308594 16.203125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="125.625" y="9.497"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -113.385125 2.268531 L -113.385125 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="3.32" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="14.479" y="149.157"/>
<use xlink:href="#glyph2-2" x="21.5029" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -90.709344 2.268531 L -90.709344 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="29.509" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="40.667" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -68.029656 2.268531 L -68.029656 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="52.186" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="63.344" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -45.353875 2.268531 L -45.353875 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="74.863" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="86.021" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -22.678094 2.268531 L -22.678094 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="97.54" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="108.698" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 2.268531 L 0.00159375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.677375 2.268531 L 22.677375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="148.472" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.353156 2.268531 L 45.353156 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="171.149" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.032844 2.268531 L 68.032844 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="193.826" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.708625 2.268531 L 90.708625 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="216.503" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.384406 2.268531 L 113.384406 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="235.668" y="149.157"/>
<use xlink:href="#glyph2-2" x="242.6919" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -113.383812 L -2.267938 -113.383812 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="98.314" y="251.533"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="251.533"/>
<use xlink:href="#glyph2-2" x="116.4969" y="251.533"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -90.708031 L -2.267938 -90.708031 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="228.856"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="228.856"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -68.03225 L -2.267938 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="206.179"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="206.179"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -45.352562 L -2.267938 -45.352562 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="183.503"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="183.503"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -22.676781 L -2.267938 -22.676781 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="160.826"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="160.826"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -0.001 L -2.267938 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 22.678688 L -2.267938 22.678688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="116.07"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 45.354469 L -2.267938 45.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="93.393"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 68.03025 L -2.267938 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="70.716"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 90.709938 L -2.267938 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="48.039"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 113.385719 L -2.267938 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="25.363"/>
<use xlink:href="#glyph2-2" x="116.4969" y="25.363"/>
</g>
</g>
</svg>
</p> </p><p> <p>The graph has three parts. It is a line on <img class="equation_image" title=" \displaystyle (-\infty, -5] " src="/equation_images/%20%5Cdisplaystyle%20%28-%5Cinfty%2C%20-5%5D%20" alt="LaTeX: \displaystyle (-\infty, -5] " data-equation-content=" \displaystyle (-\infty, -5] " /> , a parabola on <img class="equation_image" title=" \displaystyle (-5,3) " src="/equation_images/%20%5Cdisplaystyle%20%28-5%2C3%29%20" alt="LaTeX: \displaystyle (-5,3) " data-equation-content=" \displaystyle (-5,3) " /> , and a line on <img class="equation_image" title=" \displaystyle [3, \infty) " src="/equation_images/%20%5Cdisplaystyle%20%5B3%2C%20%5Cinfty%29%20" alt="LaTeX: \displaystyle [3, \infty) " data-equation-content=" \displaystyle [3, \infty) " /> . Graphing each part gives:<br>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.448pt" height="256.049pt" viewBox="0 0 262.448 256.049" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.796875 -5.859375 C 6.34375 -5.765625 6.171875 -5.421875 6.171875 -5.15625 C 6.171875 -4.8125 6.4375 -4.6875 6.640625 -4.6875 C 7.078125 -4.6875 7.375 -5.0625 7.375 -5.453125 C 7.375 -6.046875 6.6875 -6.328125 6.078125 -6.328125 C 5.203125 -6.328125 4.71875 -5.46875 4.59375 -5.1875 C 4.265625 -6.265625 3.375 -6.328125 3.109375 -6.328125 C 1.65625 -6.328125 0.875 -4.453125 0.875 -4.125 C 0.875 -4.078125 0.9375 -4 1.03125 -4 C 1.140625 -4 1.171875 -4.09375 1.203125 -4.140625 C 1.6875 -5.734375 2.65625 -6.03125 3.0625 -6.03125 C 3.71875 -6.03125 3.84375 -5.4375 3.84375 -5.09375 C 3.84375 -4.78125 3.765625 -4.453125 3.578125 -3.765625 L 3.09375 -1.796875 C 2.890625 -0.9375 2.46875 -0.140625 1.703125 -0.140625 C 1.640625 -0.140625 1.28125 -0.140625 0.96875 -0.328125 C 1.484375 -0.4375 1.609375 -0.859375 1.609375 -1.03125 C 1.609375 -1.3125 1.390625 -1.484375 1.125 -1.484375 C 0.78125 -1.484375 0.40625 -1.1875 0.40625 -0.734375 C 0.40625 -0.125 1.078125 0.140625 1.6875 0.140625 C 2.375 0.140625 2.875 -0.40625 3.171875 -0.984375 C 3.40625 -0.140625 4.109375 0.140625 4.640625 0.140625 C 6.109375 0.140625 6.890625 -1.734375 6.890625 -2.046875 C 6.890625 -2.125 6.828125 -2.1875 6.734375 -2.1875 C 6.609375 -2.1875 6.59375 -2.109375 6.5625 -2 C 6.171875 -0.734375 5.328125 -0.140625 4.6875 -0.140625 C 4.1875 -0.140625 3.921875 -0.515625 3.921875 -1.109375 C 3.921875 -1.421875 3.96875 -1.65625 4.203125 -2.59375 L 4.703125 -4.546875 C 4.921875 -5.40625 5.40625 -6.03125 6.0625 -6.03125 C 6.09375 -6.03125 6.5 -6.03125 6.796875 -5.859375 Z M 6.796875 -5.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.765625 1.609375 C 3.390625 2.15625 2.828125 2.640625 2.125 2.640625 C 1.953125 2.640625 1.265625 2.609375 1.046875 1.953125 C 1.09375 1.96875 1.15625 1.96875 1.1875 1.96875 C 1.625 1.96875 1.90625 1.59375 1.90625 1.265625 C 1.90625 0.9375 1.640625 0.8125 1.421875 0.8125 C 1.1875 0.8125 0.6875 0.984375 0.6875 1.6875 C 0.6875 2.421875 1.3125 2.921875 2.125 2.921875 C 3.5625 2.921875 5 1.609375 5.40625 0.015625 L 6.8125 -5.578125 C 6.828125 -5.65625 6.859375 -5.734375 6.859375 -5.828125 C 6.859375 -6.03125 6.6875 -6.1875 6.46875 -6.1875 C 6.34375 -6.1875 6.03125 -6.125 5.921875 -5.6875 L 4.859375 -1.484375 C 4.796875 -1.21875 4.796875 -1.1875 4.671875 -1.03125 C 4.390625 -0.625 3.921875 -0.140625 3.234375 -0.140625 C 2.421875 -0.140625 2.359375 -0.9375 2.359375 -1.3125 C 2.359375 -2.140625 2.734375 -3.234375 3.125 -4.28125 C 3.28125 -4.6875 3.375 -4.890625 3.375 -5.171875 C 3.375 -5.78125 2.9375 -6.328125 2.234375 -6.328125 C 0.921875 -6.328125 0.390625 -4.25 0.390625 -4.125 C 0.390625 -4.078125 0.4375 -4 0.546875 -4 C 0.671875 -4 0.6875 -4.0625 0.75 -4.265625 C 1.09375 -5.46875 1.640625 -6.03125 2.1875 -6.03125 C 2.328125 -6.03125 2.5625 -6.03125 2.5625 -5.5625 C 2.5625 -5.1875 2.40625 -4.78125 2.1875 -4.234375 C 1.484375 -2.359375 1.484375 -1.875 1.484375 -1.53125 C 1.484375 -0.171875 2.46875 0.140625 3.1875 0.140625 C 3.59375 0.140625 4.109375 0.015625 4.625 -0.515625 L 4.640625 -0.5 C 4.421875 0.34375 4.28125 0.90625 3.765625 1.609375 Z M 3.765625 1.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 9.453125 -3.296875 C 9.703125 -3.296875 9.953125 -3.296875 9.953125 -3.578125 C 9.953125 -3.875 9.703125 -3.875 9.453125 -3.875 L 1.6875 -3.875 C 1.453125 -3.875 1.1875 -3.875 1.1875 -3.578125 C 1.1875 -3.296875 1.453125 -3.296875 1.6875 -3.296875 Z M 9.453125 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 4.125 -9.1875 C 4.125 -9.53125 4.125 -9.53125 3.84375 -9.53125 C 3.5 -9.15625 2.78125 -8.625 1.3125 -8.625 L 1.3125 -8.203125 C 1.640625 -8.203125 2.359375 -8.203125 3.140625 -8.578125 L 3.140625 -1.109375 C 3.140625 -0.59375 3.09375 -0.421875 1.84375 -0.421875 L 1.390625 -0.421875 L 1.390625 0 C 1.78125 -0.03125 3.171875 -0.03125 3.640625 -0.03125 C 4.109375 -0.03125 5.5 -0.03125 5.875 0 L 5.875 -0.421875 L 5.4375 -0.421875 C 4.171875 -0.421875 4.125 -0.59375 4.125 -1.109375 Z M 4.125 -9.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 6.421875 -4.59375 C 6.421875 -5.78125 6.359375 -6.9375 5.84375 -8.03125 C 5.25 -9.21875 4.21875 -9.53125 3.515625 -9.53125 C 2.6875 -9.53125 1.65625 -9.125 1.140625 -7.9375 C 0.734375 -7.03125 0.59375 -6.140625 0.59375 -4.59375 C 0.59375 -3.203125 0.6875 -2.15625 1.203125 -1.140625 C 1.765625 -0.046875 2.75 0.296875 3.5 0.296875 C 4.75 0.296875 5.46875 -0.4375 5.875 -1.28125 C 6.390625 -2.359375 6.421875 -3.765625 6.421875 -4.59375 Z M 3.5 0.015625 C 3.046875 0.015625 2.109375 -0.25 1.84375 -1.8125 C 1.671875 -2.671875 1.671875 -3.765625 1.671875 -4.765625 C 1.671875 -5.9375 1.671875 -7 1.90625 -7.84375 C 2.15625 -8.8125 2.890625 -9.25 3.5 -9.25 C 4.046875 -9.25 4.875 -8.921875 5.15625 -7.6875 C 5.328125 -6.875 5.328125 -5.734375 5.328125 -4.765625 C 5.328125 -3.796875 5.328125 -2.71875 5.171875 -1.84375 C 4.90625 -0.265625 4 0.015625 3.5 0.015625 Z M 3.5 0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.28125 -5.171875 C 4.984375 -5.5625 6.03125 -6.21875 6.03125 -7.4375 C 6.03125 -8.671875 4.828125 -9.53125 3.515625 -9.53125 C 2.09375 -9.53125 0.96875 -8.484375 0.96875 -7.1875 C 0.96875 -6.703125 1.125 -6.203125 1.515625 -5.71875 C 1.671875 -5.53125 1.6875 -5.515625 2.703125 -4.8125 C 1.3125 -4.171875 0.59375 -3.21875 0.59375 -2.171875 C 0.59375 -0.640625 2.03125 0.296875 3.5 0.296875 C 5.09375 0.296875 6.421875 -0.875 6.421875 -2.375 C 6.421875 -3.84375 5.390625 -4.484375 4.28125 -5.171875 Z M 2.328125 -6.46875 C 2.140625 -6.59375 1.5625 -6.96875 1.5625 -7.671875 C 1.5625 -8.609375 2.53125 -9.1875 3.5 -9.1875 C 4.53125 -9.1875 5.453125 -8.453125 5.453125 -7.421875 C 5.453125 -6.546875 4.8125 -5.84375 3.984375 -5.375 Z M 3 -4.625 L 4.734375 -3.484375 C 5.109375 -3.234375 5.765625 -2.796875 5.765625 -1.921875 C 5.765625 -0.828125 4.65625 -0.09375 3.515625 -0.09375 C 2.296875 -0.09375 1.25 -0.96875 1.25 -2.171875 C 1.25 -3.28125 2.0625 -4.1875 3 -4.625 Z M 3 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.765625 -4.984375 C 1.765625 -8.625 3.53125 -9.1875 4.296875 -9.1875 C 4.8125 -9.1875 5.328125 -9.03125 5.609375 -8.609375 C 5.4375 -8.609375 4.890625 -8.609375 4.890625 -8.015625 C 4.890625 -7.703125 5.109375 -7.4375 5.484375 -7.4375 C 5.84375 -7.4375 6.078125 -7.640625 6.078125 -8.0625 C 6.078125 -8.8125 5.53125 -9.53125 4.28125 -9.53125 C 2.484375 -9.53125 0.59375 -7.6875 0.59375 -4.53125 C 0.59375 -0.59375 2.3125 0.296875 3.53125 0.296875 C 5.09375 0.296875 6.421875 -1.0625 6.421875 -2.921875 C 6.421875 -4.828125 5.09375 -6.109375 3.65625 -6.109375 C 2.375 -6.109375 1.90625 -5 1.765625 -4.609375 Z M 3.53125 -0.09375 C 2.625 -0.09375 2.1875 -0.890625 2.0625 -1.1875 C 1.9375 -1.5625 1.796875 -2.265625 1.796875 -3.265625 C 1.796875 -4.40625 2.3125 -5.828125 3.59375 -5.828125 C 4.390625 -5.828125 4.8125 -5.296875 5.015625 -4.8125 C 5.25 -4.28125 5.25 -3.5625 5.25 -2.9375 C 5.25 -2.203125 5.25 -1.5625 4.984375 -1.015625 C 4.625 -0.328125 4.109375 -0.09375 3.53125 -0.09375 Z M 3.53125 -0.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.171875 -9.34375 C 5.171875 -9.609375 5.171875 -9.6875 4.984375 -9.6875 C 4.859375 -9.6875 4.8125 -9.6875 4.703125 -9.515625 L 0.390625 -2.8125 L 0.390625 -2.390625 L 4.15625 -2.390625 L 4.15625 -1.09375 C 4.15625 -0.5625 4.125 -0.421875 3.078125 -0.421875 L 2.796875 -0.421875 L 2.796875 0 C 3.125 -0.03125 4.265625 -0.03125 4.65625 -0.03125 C 5.0625 -0.03125 6.203125 -0.03125 6.546875 0 L 6.546875 -0.421875 L 6.25 -0.421875 C 5.21875 -0.421875 5.171875 -0.5625 5.171875 -1.09375 L 5.171875 -2.390625 L 6.625 -2.390625 L 6.625 -2.8125 L 5.171875 -2.8125 Z M 4.234375 -8.21875 L 4.234375 -2.8125 L 0.75 -2.8125 Z M 4.234375 -8.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 6.3125 -2.40625 L 6 -2.40625 C 5.953125 -2.171875 5.84375 -1.375 5.6875 -1.140625 C 5.59375 -1.015625 4.78125 -1.015625 4.34375 -1.015625 L 1.6875 -1.015625 C 2.078125 -1.34375 2.953125 -2.265625 3.328125 -2.609375 C 5.515625 -4.625 6.3125 -5.359375 6.3125 -6.78125 C 6.3125 -8.4375 5 -9.53125 3.34375 -9.53125 C 1.671875 -9.53125 0.703125 -8.125 0.703125 -6.890625 C 0.703125 -6.15625 1.328125 -6.15625 1.375 -6.15625 C 1.671875 -6.15625 2.046875 -6.375 2.046875 -6.828125 C 2.046875 -7.234375 1.78125 -7.5 1.375 -7.5 C 1.25 -7.5 1.21875 -7.5 1.171875 -7.484375 C 1.453125 -8.46875 2.21875 -9.125 3.15625 -9.125 C 4.375 -9.125 5.125 -8.109375 5.125 -6.78125 C 5.125 -5.5625 4.421875 -4.5 3.59375 -3.578125 L 0.703125 -0.34375 L 0.703125 0 L 5.9375 0 Z M 6.3125 -2.40625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -113.385125 -113.383812 L 113.384406 -113.383812 M -113.385125 -102.047875 L 113.384406 -102.047875 M -113.385125 -90.708031 L 113.384406 -90.708031 M -113.385125 -79.368187 L 113.384406 -79.368187 M -113.385125 -68.03225 L 113.384406 -68.03225 M -113.385125 -56.692406 L 113.384406 -56.692406 M -113.385125 -45.352562 L 113.384406 -45.352562 M -113.385125 -34.016625 L 113.384406 -34.016625 M -113.385125 -22.676781 L 113.384406 -22.676781 M -113.385125 -11.336937 L 113.384406 -11.336937 M -113.385125 -0.001 L 113.384406 -0.001 M -113.385125 11.338844 L 113.384406 11.338844 M -113.385125 22.678688 L 113.384406 22.678688 M -113.385125 34.014625 L 113.384406 34.014625 M -113.385125 45.354469 L 113.384406 45.354469 M -113.385125 56.694313 L 113.384406 56.694313 M -113.385125 68.03025 L 113.384406 68.03025 M -113.385125 79.370094 L 113.384406 79.370094 M -113.385125 90.709938 L 113.384406 90.709938 M -113.385125 102.045875 L 113.384406 102.045875 M -113.385125 113.381813 L 113.384406 113.381813 M -113.385125 -113.383812 L -113.385125 113.385719 M -102.045281 -113.383812 L -102.045281 113.385719 M -90.709344 -113.383812 L -90.709344 113.385719 M -79.3695 -113.383812 L -79.3695 113.385719 M -68.029656 -113.383812 L -68.029656 113.385719 M -56.693719 -113.383812 L -56.693719 113.385719 M -45.353875 -113.383812 L -45.353875 113.385719 M -34.014031 -113.383812 L -34.014031 113.385719 M -22.678094 -113.383812 L -22.678094 113.385719 M -11.33825 -113.383812 L -11.33825 113.385719 M 0.00159375 -113.383812 L 0.00159375 113.385719 M 11.337531 -113.383812 L 11.337531 113.385719 M 22.677375 -113.383812 L 22.677375 113.385719 M 34.017219 -113.383812 L 34.017219 113.385719 M 45.353156 -113.383812 L 45.353156 113.385719 M 56.693 -113.383812 L 56.693 113.385719 M 68.032844 -113.383812 L 68.032844 113.385719 M 79.368781 -113.383812 L 79.368781 113.385719 M 90.708625 -113.383812 L 90.708625 113.385719 M 102.048469 -113.383812 L 102.048469 113.385719 M 113.3805 -113.383812 L 113.3805 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -112.182 -0.001 L 112.181281 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 11.386719 134.125 C 13.085938 134.441406 15.847656 135.398438 17.761719 136.515625 L 17.761719 131.734375 C 15.847656 132.847656 13.085938 133.804688 11.386719 134.125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 247.226562 134.125 C 245.527344 133.804688 242.765625 132.847656 240.851562 131.734375 L 240.851562 136.515625 C 242.765625 135.398438 245.527344 134.441406 247.226562 134.125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="251.145" y="137.212"/>
</g>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 -112.180687 L 0.00159375 112.182594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 252.042969 C 129.625 250.34375 130.582031 247.582031 131.699219 245.667969 L 126.914062 245.667969 C 128.03125 247.582031 128.988281 250.34375 129.308594 252.042969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 16.203125 C 128.988281 17.902344 128.03125 20.667969 126.914062 22.578125 L 131.699219 22.578125 C 130.582031 20.667969 129.625 17.902344 129.308594 16.203125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="125.625" y="9.497"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -113.385125 2.268531 L -113.385125 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="3.32" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="14.479" y="149.157"/>
<use xlink:href="#glyph2-2" x="21.5029" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -90.709344 2.268531 L -90.709344 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="29.509" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="40.667" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -68.029656 2.268531 L -68.029656 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="52.186" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="63.344" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -45.353875 2.268531 L -45.353875 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="74.863" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="86.021" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -22.678094 2.268531 L -22.678094 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="97.54" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="108.698" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 2.268531 L 0.00159375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.677375 2.268531 L 22.677375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="148.472" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.353156 2.268531 L 45.353156 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="171.149" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.032844 2.268531 L 68.032844 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="193.826" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.708625 2.268531 L 90.708625 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="216.503" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.384406 2.268531 L 113.384406 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="235.668" y="149.157"/>
<use xlink:href="#glyph2-2" x="242.6919" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -113.383812 L -2.267938 -113.383812 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="98.314" y="251.533"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="251.533"/>
<use xlink:href="#glyph2-2" x="116.4969" y="251.533"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -90.708031 L -2.267938 -90.708031 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="228.856"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="228.856"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -68.03225 L -2.267938 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="206.179"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="206.179"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -45.352562 L -2.267938 -45.352562 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="183.503"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="183.503"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -22.676781 L -2.267938 -22.676781 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="160.826"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="160.826"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -0.001 L -2.267938 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 22.678688 L -2.267938 22.678688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="116.07"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 45.354469 L -2.267938 45.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="93.393"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 68.03025 L -2.267938 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="70.716"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 90.709938 L -2.267938 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="48.039"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 113.385719 L -2.267938 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="25.363"/>
<use xlink:href="#glyph2-2" x="116.4969" y="25.363"/>
</g>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -111.299188 109.213844 L -113.224969 113.0615 L -112.896844 112.413063 L -112.736688 112.088844 L -112.572625 111.760719 L -112.412469 111.4365 L -112.248406 111.112281 L -112.08825 110.788063 L -111.924188 110.463844 L -111.764031 110.139625 L -111.599969 109.815406 L -111.439813 109.491188 L -111.111688 108.84275 L -110.951531 108.518531 L -110.787469 108.190406 L -110.627313 107.866188 L -110.46325 107.541969 L -110.303094 107.21775 L -110.139031 106.893531 L -109.978875 106.569313 L -109.814813 106.245094 L -109.654656 105.920875 L -109.326531 105.272438 L -109.166375 104.948219 L -109.002313 104.624 L -108.842156 104.295875 L -108.678094 103.971656 L -108.517938 103.647438 L -108.353875 103.323219 L -108.193719 102.999 L -108.029656 102.674781 L -107.8695 102.350563 L -107.541375 101.702125 L -107.381219 101.377906 L -107.217156 101.053688 L -107.057 100.725563 L -106.892938 100.401344 L -106.732781 100.077125 L -106.568719 99.752906 L -106.408563 99.428688 L -106.2445 99.104469 L -106.084344 98.78025 L -105.756219 98.131813 L -105.596063 97.807594 L -105.432 97.483375 L -105.271844 97.15525 L -105.107781 96.831031 L -104.947625 96.506813 L -104.783563 96.182594 L -104.623406 95.858375 L -104.459344 95.534156 L -104.299188 95.209938 L -103.971063 94.5615 L -103.810906 94.237281 L -103.646844 93.913063 L -103.486688 93.584938 L -103.322625 93.260719 L -103.162469 92.9365 L -102.998406 92.612281 L -102.83825 92.288063 L -102.674188 91.963844 L -102.514031 91.639625 L -102.185906 90.991188 L -102.02575 90.666969 L -101.861688 90.34275 L -101.701531 90.014625 L -101.537469 89.690406 L -101.377313 89.366188 L -101.21325 89.041969 L -101.053094 88.71775 L -100.889031 88.393531 L -100.728875 88.069313 L -100.40075 87.420875 L -100.240594 87.096656 L -100.076531 86.772438 L -99.916375 86.444313 L -99.752313 86.120094 L -99.592156 85.795875 L -99.428094 85.471656 L -99.267938 85.147438 L -99.103875 84.823219 L -98.943719 84.499 L -98.615594 83.850563 L -98.455438 83.526344 L -98.291375 83.202125 L -98.131219 82.874 L -97.967156 82.549781 L -97.807 82.225563 L -97.642938 81.901344 L -97.482781 81.577125 L -97.318719 81.252906 L -97.158563 80.928688 L -96.830438 80.28025 L -96.670281 79.956031 L -96.506219 79.631813 L -96.346063 79.303688 L -96.182 78.979469 L -96.021844 78.65525 L -95.857781 78.331031 L -95.697625 78.006813 L -95.533563 77.682594 L -95.373406 77.358375 L -95.045281 76.709938 L -94.885125 76.385719 L -94.721063 76.0615 L -94.560906 75.733375 L -94.396844 75.409156 L -94.236688 75.084938 L -94.072625 74.760719 L -93.912469 74.4365 L -93.748406 74.112281 L -93.58825 73.788063 L -93.260125 73.139625 L -93.099969 72.815406 L -92.935906 72.491188 L -92.77575 72.163063 L -92.611688 71.838844 L -92.451531 71.514625 L -92.287469 71.190406 L -92.127313 70.866188 L -91.96325 70.541969 L -91.803094 70.21775 L -91.474969 69.569313 L -91.314813 69.245094 L -91.15075 68.920875 L -90.990594 68.59275 L -90.826531 68.268531 L -90.666375 67.944313 L -90.502313 67.620094 L -90.342156 67.295875 L -90.178094 66.971656 L -90.017938 66.647438 L -89.853875 66.323219 L -89.693719 65.999 L -89.365594 65.350563 L -89.205438 65.022438 L -89.041375 64.698219 L -88.881219 64.374 L -88.717156 64.049781 L -88.557 63.725563 L -88.392938 63.401344 L -88.232781 63.077125 L -88.068719 62.752906 L -87.908563 62.428688 L -87.580438 61.78025 L -87.420281 61.452125 L -87.256219 61.127906 L -87.096063 60.803688 L -86.932 60.479469 L -86.771844 60.15525 L -86.607781 59.831031 L -86.447625 59.506813 L -86.283563 59.182594 L -86.123406 58.858375 L -85.795281 58.209938 L -85.635125 57.881813 L -85.471063 57.557594 L -85.310906 57.233375 L -85.146844 56.909156 L -84.986688 56.584938 L -84.822625 56.260719 L -84.662469 55.9365 L -84.498406 55.612281 L -84.33825 55.288063 L -84.010125 54.639625 L -83.849969 54.315406 L -83.685906 53.987281 L -83.52575 53.663063 L -83.361688 53.338844 L -83.201531 53.014625 L -83.037469 52.690406 L -82.877313 52.366188 L -82.71325 52.041969 L -82.553094 51.71775 L -82.224969 51.069313 L -82.064813 50.745094 L -81.90075 50.416969 L -81.740594 50.09275 L -81.576531 49.768531 L -81.416375 49.444313 L -81.252313 49.120094 L -81.092156 48.795875 L -80.928094 48.471656 L -80.767938 48.147438 L -80.439813 47.499 L -80.279656 47.174781 L -80.115594 46.846656 L -79.955438 46.522438 L -79.791375 46.198219 L -79.631219 45.874 L -79.467156 45.549781 L -79.307 45.225563 L -79.142938 44.901344 L -78.982781 44.577125 L -78.654656 43.928688 L -78.4945 43.604469 L -78.330438 43.276344 L -78.170281 42.952125 L -78.006219 42.627906 L -77.846063 42.303688 L -77.682 41.979469 L -77.521844 41.65525 L -77.357781 41.331031 L -77.197625 41.006813 L -76.8695 40.358375 L -76.709344 40.034156 L -76.545281 39.706031 L -76.385125 39.381813 L -76.221063 39.057594 L -76.060906 38.733375 L -75.896844 38.409156 L -75.736688 38.084938 L -75.572625 37.760719 L -75.412469 37.4365 L -75.084344 36.788063 L -74.924188 36.463844 L -74.760125 36.135719 L -74.599969 35.8115 L -74.435906 35.487281 L -74.27575 35.163063 L -74.111688 34.838844 L -73.951531 34.514625 L -73.787469 34.190406 L -73.627313 33.866188 L -73.299188 33.21775 L -73.139031 32.893531 L -72.974969 32.565406 L -72.814813 32.241188 L -72.65075 31.916969 L -72.490594 31.59275 L -72.326531 31.268531 L -72.166375 30.944313 L -72.002313 30.620094 L -71.842156 30.295875 L -71.514031 29.647438 L -71.353875 29.323219 L -71.189813 28.995094 L -71.029656 28.670875 L -70.865594 28.346656 L -70.705438 28.022438 L -70.541375 27.698219 L -70.381219 27.374 L -70.217156 27.049781 L -70.057 26.725563 L -69.728875 26.077125 L -69.568719 25.752906 L -69.404656 25.424781 L -69.2445 25.100563 L -69.080438 24.776344 L -68.920281 24.452125 L -68.756219 24.127906 L -68.596063 23.803688 L -68.432 23.479469 L -68.271844 23.15525 L -67.943719 22.506813 L -67.783563 22.182594 L -67.6195 21.854469 L -67.459344 21.53025 L -67.295281 21.206031 L -67.135125 20.881813 L -66.971063 20.557594 L -66.810906 20.233375 L -66.646844 19.909156 L -66.486688 19.584938 L -66.158563 18.9365 L -65.998406 18.612281 L -65.834344 18.284156 L -65.674188 17.959938 L -65.510125 17.635719 L -65.349969 17.3115 L -65.185906 16.987281 L -65.02575 16.663063 L -64.861688 16.338844 L -64.701531 16.014625 L -64.373406 15.366188 L -64.21325 15.041969 L -64.049188 14.713844 L -63.889031 14.389625 L -63.724969 14.065406 L -63.564813 13.741188 L -63.40075 13.416969 L -63.240594 13.09275 L -63.076531 12.768531 L -62.916375 12.444313 L -62.58825 11.795875 L -62.428094 11.471656 L -62.264031 11.143531 L -62.103875 10.819313 L -61.939813 10.495094 L -61.779656 10.170875 L -61.615594 9.846656 L -61.455438 9.522438 L -61.291375 9.198219 L -61.131219 8.874 L -60.803094 8.225563 L -60.642938 7.901344 L -60.478875 7.573219 L -60.318719 7.249 L -60.154656 6.924781 L -59.9945 6.600563 L -59.830438 6.276344 L -59.670281 5.952125 L -59.506219 5.627906 L -59.346063 5.303688 L -59.017938 4.65525 L -58.857781 4.331031 L -58.693719 4.006813 L -58.533563 3.678688 L -58.3695 3.354469 L -58.209344 3.03025 L -58.045281 2.706031 L -57.885125 2.381813 L -57.721063 2.057594 L -57.560906 1.733375 L -57.232781 1.084938 L -57.072625 0.760719 L -56.908563 0.4365 L -56.748406 0.108375 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 15.921875 20.738281 C 16.308594 22.089844 16.617188 24.445312 16.5 26.242188 L 19.976562 24.503906 C 18.46875 23.519531 16.769531 21.859375 15.921875 20.738281 "/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -56.693719 -68.03225 L -56.432 -65.958031 L -56.174188 -63.895531 L -55.912469 -61.848656 L -55.654656 -59.809594 L -55.392938 -57.786156 L -55.135125 -55.770531 L -54.873406 -53.770531 L -54.615594 -51.78225 L -54.353875 -49.801781 L -54.092156 -47.836937 L -53.834344 -45.883812 L -53.572625 -43.942406 L -53.314813 -42.012719 L -53.053094 -40.09475 L -52.795281 -38.1885 L -52.533563 -36.293969 L -52.27575 -34.411156 L -52.014031 -32.540062 L -51.756219 -30.680687 L -51.4945 -28.836937 L -51.236688 -27.001 L -50.974969 -25.176781 L -50.717156 -23.368187 L -50.455438 -21.567406 L -50.197625 -19.78225 L -49.935906 -18.004906 L -49.678094 -16.243187 L -49.416375 -14.489281 L -49.158563 -12.751 L -48.896844 -11.024437 L -48.635125 -9.309594 L -48.377313 -7.606469 L -48.115594 -5.911156 L -47.857781 -4.231469 L -47.596063 -2.5635 L -47.33825 -0.90725 L -47.076531 0.733375 L -46.818719 2.366188 L -46.557 3.987281 L -46.299188 5.596656 L -46.037469 7.194313 L -45.779656 8.776344 L -45.517938 10.350563 L -45.260125 11.909156 L -44.998406 13.459938 L -44.740594 14.995094 L -44.478875 16.522438 L -44.221063 18.034156 L -43.959344 19.534156 L -43.697625 21.026344 L -43.439813 22.502906 L -43.178094 23.96775 L -42.920281 25.420875 L -42.658563 26.862281 L -42.40075 28.291969 L -42.139031 29.709938 L -41.881219 31.116188 L -41.6195 32.510719 L -41.361688 33.893531 L -41.099969 35.264625 L -40.842156 36.620094 L -40.580438 37.96775 L -40.322625 39.303688 L -40.060906 40.624 L -39.803094 41.9365 L -39.541375 43.233375 L -39.283563 44.522438 L -39.021844 45.795875 L -38.760125 47.057594 L -38.502313 48.3115 L -38.240594 49.549781 L -37.982781 50.776344 L -37.721063 51.991188 L -37.46325 53.194313 L -37.201531 54.385719 L -36.943719 55.565406 L -36.682 56.733375 L -36.424188 57.889625 L -36.162469 59.034156 L -35.904656 60.166969 L -35.642938 61.284156 L -35.385125 62.393531 L -35.123406 63.491188 L -34.865594 64.573219 L -34.603875 65.647438 L -34.346063 66.706031 L -34.084344 67.756813 L -33.826531 68.791969 L -33.564813 69.815406 L -33.303094 70.831031 L -33.045281 71.831031 L -32.783563 72.819313 L -32.52575 73.795875 L -32.264031 74.760719 L -32.006219 75.713844 L -31.7445 76.65525 L -31.486688 77.584938 L -31.224969 78.502906 L -30.967156 79.409156 L -30.705438 80.303688 L -30.447625 81.1865 L -30.185906 82.053688 L -29.928094 82.913063 L -29.666375 83.760719 L -29.408563 84.59275 L -29.146844 85.416969 L -28.889031 86.225563 L -28.627313 87.022438 L -28.365594 87.8115 L -28.107781 88.584938 L -27.846063 89.346656 L -27.58825 90.096656 L -27.326531 90.838844 L -27.068719 91.565406 L -26.807 92.28025 L -26.549188 92.983375 L -26.287469 93.674781 L -26.029656 94.354469 L -25.767938 95.022438 L -25.510125 95.674781 L -25.248406 96.319313 L -24.990594 96.952125 L -24.728875 97.569313 L -24.471063 98.178688 L -24.209344 98.776344 L -23.951531 99.358375 L -23.689813 99.932594 L -23.428094 100.491188 L -23.170281 101.038063 L -22.908563 101.577125 L -22.65075 102.100563 L -22.389031 102.612281 L -22.131219 103.112281 L -21.8695 103.600563 L -21.611688 104.077125 L -21.349969 104.541969 L -21.092156 104.995094 L -20.830438 105.4365 L -20.572625 105.866188 L -20.310906 106.284156 L -20.053094 106.690406 L -19.791375 107.084938 L -19.533563 107.463844 L -19.271844 107.834938 L -19.014031 108.190406 L -18.752313 108.538063 L -18.4945 108.870094 L -18.232781 109.194313 L -17.971063 109.502906 L -17.71325 109.803688 L -17.451531 110.088844 L -17.193719 110.362281 L -16.932 110.624 L -16.674188 110.874 L -16.412469 111.112281 L -16.154656 111.338844 L -15.892938 111.553688 L -15.635125 111.756813 L -15.373406 111.948219 L -15.115594 112.127906 L -14.853875 112.295875 L -14.596063 112.452125 L -14.334344 112.59275 L -14.076531 112.725563 L -13.814813 112.84275 L -13.557 112.952125 L -13.295281 113.049781 L -13.033563 113.131813 L -12.77575 113.202125 L -12.514031 113.264625 L -12.256219 113.3115 L -11.9945 113.346656 L -11.736688 113.370094 L -11.474969 113.385719 L -11.217156 113.385719 L -10.955438 113.374 L -10.697625 113.350563 L -10.435906 113.315406 L -10.178094 113.268531 L -9.916375 113.206031 L -9.658563 113.135719 L -9.396844 113.053688 L -9.139031 112.959938 L -8.877313 112.850563 L -8.6195 112.733375 L -8.357781 112.600563 L -8.096063 112.459938 L -7.83825 112.303688 L -7.576531 112.139625 L -7.318719 111.959938 L -7.057 111.768531 L -6.799188 111.569313 L -6.537469 111.354469 L -6.279656 111.127906 L -6.017938 110.889625 L -5.760125 110.639625 L -5.498406 110.377906 L -5.240594 110.104469 L -4.978875 109.819313 L -4.721063 109.522438 L -4.459344 109.213844 L -4.201531 108.889625 L -3.939813 108.557594 L -3.682 108.213844 L -3.420281 107.854469 L -3.162469 107.487281 L -2.90075 107.104469 L -2.639031 106.713844 L -2.381219 106.307594 L -2.1195 105.893531 L -1.861688 105.463844 L -1.599969 105.022438 L -1.342156 104.573219 L -1.080438 104.108375 L -0.822625 103.631813 L -0.560906 103.143531 L -0.303094 102.643531 L -0.041375 102.131813 L 0.216437 101.608375 L 0.478156 101.073219 L 0.735969 100.522438 L 0.997687 99.963844 L 1.2555 99.393531 L 1.517219 98.8115 L 1.775031 98.213844 L 2.03675 97.608375 L 2.298469 96.987281 L 2.556281 96.358375 L 2.818 95.713844 L 3.075812 95.0615 L 3.337531 94.393531 L 3.595344 93.713844 L 3.857062 93.022438 L 4.114875 92.323219 L 4.376594 91.608375 L 4.634406 90.881813 L 4.896125 90.143531 L 5.153937 89.393531 L 5.415656 88.631813 L 5.935187 87.073219 L 6.193 86.272438 L 6.454719 85.463844 L 6.712531 84.643531 L 6.97425 83.807594 L 7.232062 82.963844 L 7.493781 82.104469 L 7.7555 81.237281 L 8.013312 80.354469 L 8.275031 79.463844 L 8.532844 78.557594 L 8.794562 77.639625 L 9.052375 76.713844 L 9.314094 75.772438 L 9.571906 74.819313 L 9.833625 73.854469 L 10.091437 72.877906 L 10.353156 71.889625 L 10.610969 70.889625 L 10.872687 69.877906 L 11.1305 68.854469 L 11.392219 67.819313 L 11.650031 66.768531 L 11.91175 65.709938 L 12.169562 64.639625 L 12.431281 63.553688 L 12.693 62.459938 L 12.950812 61.350563 L 13.212531 60.233375 L 13.470344 59.100563 L 13.732062 57.959938 L 13.989875 56.803688 L 14.251594 55.635719 L 14.509406 54.456031 L 14.771125 53.268531 L 15.028937 52.065406 L 15.290656 50.850563 L 15.548469 49.624 L 15.810187 48.385719 L 16.068 47.135719 L 16.329719 45.870094 L 16.587531 44.596656 L 16.84925 43.3115 L 17.107062 42.014625 L 17.368781 40.702125 L 17.6305 39.381813 L 17.888312 38.049781 L 18.150031 36.702125 L 18.407844 35.346656 L 18.669562 33.975563 L 18.927375 32.59275 L 19.189094 31.202125 L 19.446906 29.795875 L 19.708625 28.377906 L 19.966437 26.948219 L 20.228156 25.506813 L 20.485969 24.057594 L 20.747687 22.588844 L 21.0055 21.112281 L 21.267219 19.624 L 21.525031 18.124 L 21.78675 16.612281 L 22.044562 15.088844 L 22.306281 13.553688 L 22.564094 12.002906 L 22.825812 10.444313 L 23.087531 8.870094 L 23.345344 7.288063 L 23.607062 5.690406 L 23.864875 4.084938 L 24.126594 2.463844 L 24.384406 0.834938 L 24.646125 -0.809594 L 24.903937 -2.465844 L 25.165656 -4.133812 L 25.423469 -5.8135 L 25.685187 -7.501 L 25.943 -9.204125 L 26.204719 -10.918969 L 26.462531 -12.649437 L 26.72425 -14.387719 L 26.982062 -16.137719 L 27.243781 -17.899437 L 27.501594 -19.672875 L 27.763312 -21.461937 L 28.025031 -23.258812 L 28.282844 -25.067406 L 28.544562 -26.891625 L 28.802375 -28.723656 L 29.064094 -30.571312 L 29.321906 -32.426781 L 29.583625 -34.297875 L 29.841437 -36.180687 L 30.103156 -38.075219 L 30.360969 -39.977562 L 30.622687 -41.895531 L 30.8805 -43.825219 L 31.142219 -45.766625 L 31.400031 -47.71975 L 31.66175 -49.684594 L 31.919562 -51.661156 L 32.181281 -53.649437 L 32.439094 -55.653344 L 32.700812 -57.665062 L 32.962531 -59.6885 L 33.220344 -61.727562 L 33.482062 -63.774437 L 33.739875 -65.833031 L 34.001594 -67.90725 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.017219 -15.872094 L 34.470344 -16.239281 L 34.696906 -16.418969 L 34.923469 -16.602562 L 35.153937 -16.78225 L 35.3805 -16.965844 L 35.607062 -17.145531 L 35.833625 -17.329125 L 36.060187 -17.508812 L 36.290656 -17.692406 L 36.517219 -17.876 L 36.743781 -18.055687 L 36.970344 -18.239281 L 37.196906 -18.418969 L 37.427375 -18.602562 L 37.653937 -18.78225 L 38.107062 -19.149437 L 38.333625 -19.329125 L 38.564094 -19.512719 L 38.790656 -19.692406 L 39.017219 -19.876 L 39.243781 -20.055687 L 39.470344 -20.239281 L 39.700812 -20.418969 L 40.153937 -20.786156 L 40.3805 -20.965844 L 40.607062 -21.149437 L 40.837531 -21.329125 L 41.064094 -21.512719 L 41.290656 -21.692406 L 41.517219 -21.876 L 41.743781 -22.055687 L 41.97425 -22.239281 L 42.200812 -22.422875 L 42.427375 -22.602562 L 42.653937 -22.786156 L 42.8805 -22.965844 L 43.110969 -23.149437 L 43.337531 -23.329125 L 43.790656 -23.696312 L 44.017219 -23.876 L 44.247687 -24.059594 L 44.47425 -24.239281 L 44.700812 -24.422875 L 44.927375 -24.602562 L 45.153937 -24.786156 L 45.384406 -24.965844 L 45.837531 -25.333031 L 46.064094 -25.512719 L 46.290656 -25.696312 L 46.521125 -25.876 L 46.747687 -26.059594 L 46.97425 -26.239281 L 47.200812 -26.422875 L 47.427375 -26.602562 L 47.657844 -26.786156 L 47.884406 -26.96975 L 48.110969 -27.149437 L 48.337531 -27.333031 L 48.564094 -27.512719 L 48.794562 -27.696312 L 49.021125 -27.876 L 49.247687 -28.059594 L 49.47425 -28.239281 L 49.927375 -28.606469 L 50.157844 -28.786156 L 50.384406 -28.96975 L 50.610969 -29.149437 L 50.837531 -29.333031 L 51.064094 -29.512719 L 51.294562 -29.696312 L 51.521125 -29.876 L 51.97425 -30.243187 L 52.200812 -30.422875 L 52.431281 -30.606469 L 52.657844 -30.786156 L 52.884406 -30.96975 L 53.110969 -31.149437 L 53.337531 -31.333031 L 53.568 -31.516625 L 53.794562 -31.696312 L 54.021125 -31.879906 L 54.247687 -32.059594 L 54.47425 -32.243187 L 54.704719 -32.422875 L 54.931281 -32.606469 L 55.157844 -32.786156 L 55.610969 -33.153344 L 55.841437 -33.333031 L 56.068 -33.516625 L 56.294562 -33.696312 L 56.521125 -33.879906 L 56.747687 -34.059594 L 56.978156 -34.243187 L 57.204719 -34.422875 L 57.657844 -34.790062 L 57.884406 -34.96975 L 58.114875 -35.153344 L 58.341437 -35.333031 L 58.568 -35.516625 L 58.794562 -35.696312 L 59.021125 -35.879906 L 59.251594 -36.059594 L 59.704719 -36.426781 L 59.931281 -36.606469 L 60.157844 -36.790062 L 60.388312 -36.96975 L 60.614875 -37.153344 L 60.841437 -37.333031 L 61.294562 -37.700219 L 61.525031 -37.879906 L 61.751594 -38.0635 L 61.978156 -38.243187 L 62.204719 -38.426781 L 62.431281 -38.606469 L 62.66175 -38.790062 L 62.888312 -38.96975 L 63.341437 -39.336937 L 63.568 -39.516625 L 63.798469 -39.700219 L 64.025031 -39.879906 L 64.251594 -40.0635 L 64.478156 -40.243187 L 64.704719 -40.426781 L 64.935187 -40.606469 L 65.388312 -40.973656 L 65.614875 -41.153344 L 65.841437 -41.336937 L 66.071906 -41.516625 L 66.298469 -41.700219 L 66.525031 -41.879906 L 66.978156 -42.247094 L 67.208625 -42.426781 L 67.435187 -42.610375 L 67.66175 -42.790062 L 67.888312 -42.973656 L 68.114875 -43.153344 L 68.345344 -43.336937 L 68.571906 -43.516625 L 69.025031 -43.883812 L 69.251594 -44.0635 L 69.482062 -44.247094 L 69.708625 -44.426781 L 69.935187 -44.610375 L 70.16175 -44.790062 L 70.388312 -44.973656 L 70.618781 -45.153344 L 71.071906 -45.520531 L 71.298469 -45.700219 L 71.525031 -45.883812 L 71.7555 -46.0635 L 71.982062 -46.247094 L 72.208625 -46.426781 L 72.435187 -46.610375 L 72.66175 -46.790062 L 72.892219 -46.973656 L 73.118781 -47.15725 L 73.345344 -47.336937 L 73.571906 -47.520531 L 73.798469 -47.700219 L 74.028937 -47.883812 L 74.2555 -48.0635 L 74.708625 -48.430687 L 74.935187 -48.610375 L 75.165656 -48.793969 L 75.392219 -48.973656 L 75.618781 -49.15725 L 75.845344 -49.336937 L 76.071906 -49.520531 L 76.302375 -49.700219 L 76.7555 -50.067406 L 76.982062 -50.247094 L 77.208625 -50.430687 L 77.439094 -50.610375 L 77.665656 -50.793969 L 77.892219 -50.973656 L 78.118781 -51.15725 L 78.345344 -51.336937 L 78.575812 -51.520531 L 78.802375 -51.704125 L 79.028937 -51.883812 L 79.2555 -52.067406 L 79.482062 -52.247094 L 79.712531 -52.430687 L 79.939094 -52.610375 L 80.165656 -52.793969 L 80.392219 -52.973656 L 80.618781 -53.15725 L 80.84925 -53.340844 L 81.075812 -53.520531 L 81.302375 -53.704125 L 81.528937 -53.883812 L 81.7555 -54.067406 L 81.985969 -54.247094 L 82.439094 -54.614281 L 82.665656 -54.793969 L 82.892219 -54.977562 L 83.122687 -55.15725 L 83.34925 -55.340844 L 83.575812 -55.520531 L 83.802375 -55.704125 L 84.028937 -55.883812 L 84.2555 -56.067406 L 84.485969 -56.251 L 84.712531 -56.430687 L 84.939094 -56.614281 L 85.165656 -56.793969 L 85.392219 -56.977562 L 85.622687 -57.15725 L 85.84925 -57.340844 L 86.075812 -57.520531 L 86.528937 -57.887719 L 86.759406 -58.067406 L 86.985969 -58.251 L 87.212531 -58.430687 L 87.439094 -58.614281 L 87.665656 -58.793969 L 87.896125 -58.977562 L 88.122687 -59.161156 L 88.34925 -59.340844 L 88.575812 -59.524437 L 88.802375 -59.704125 L 89.032844 -59.887719 L 89.259406 -60.067406 L 89.485969 -60.251 L 89.712531 -60.430687 L 89.939094 -60.614281 L 90.169562 -60.793969 L 90.622687 -61.161156 L 90.84925 -61.340844 L 91.075812 -61.524437 L 91.306281 -61.704125 L 91.532844 -61.887719 L 91.759406 -62.067406 L 92.212531 -62.434594 L 92.443 -62.614281 L 92.669562 -62.797875 L 92.896125 -62.977562 L 93.122687 -63.161156 L 93.34925 -63.340844 L 93.579719 -63.524437 L 93.806281 -63.704125 L 94.259406 -64.071312 L 94.485969 -64.251 L 94.716437 -64.434594 L 94.943 -64.614281 L 95.169562 -64.797875 L 95.396125 -64.977562 L 95.622687 -65.161156 L 95.853156 -65.340844 L 96.306281 -65.708031 L 96.532844 -65.887719 L 96.759406 -66.071312 L 96.989875 -66.251 L 97.216437 -66.434594 L 97.443 -66.614281 L 97.896125 -66.981469 L 98.126594 -67.161156 L 98.353156 -67.34475 L 98.579719 -67.524437 L 98.806281 -67.708031 L 99.032844 -67.887719 L 99.263312 -68.071312 L 99.489875 -68.251 L 99.943 -68.618187 L 100.169562 -68.797875 L 100.400031 -68.981469 L 100.626594 -69.161156 L 100.853156 -69.34475 L 101.079719 -69.524437 L 101.306281 -69.708031 L 101.53675 -69.887719 L 101.989875 -70.254906 L 102.216437 -70.434594 L 102.443 -70.618187 L 102.673469 -70.797875 L 102.900031 -70.981469 L 103.126594 -71.161156 L 103.353156 -71.34475 L 103.579719 -71.524437 L 103.810187 -71.708031 L 104.03675 -71.891625 L 104.263312 -72.071312 L 104.489875 -72.254906 L 104.716437 -72.434594 L 104.946906 -72.618187 L 105.173469 -72.797875 L 105.626594 -73.165062 L 105.853156 -73.34475 L 106.083625 -73.528344 L 106.310187 -73.708031 L 106.53675 -73.891625 L 106.763312 -74.071312 L 106.989875 -74.254906 L 107.220344 -74.434594 L 107.673469 -74.801781 L 107.900031 -74.981469 L 108.126594 -75.165062 L 108.357062 -75.34475 L 108.583625 -75.528344 L 108.810187 -75.708031 L 109.03675 -75.891625 L 109.263312 -76.071312 L 109.493781 -76.254906 L 109.720344 -76.4385 L 109.946906 -76.618187 L 110.173469 -76.801781 L 110.400031 -76.981469 L 110.6305 -77.165062 L 110.857062 -77.34475 L 111.083625 -77.528344 L 111.310187 -77.708031 L 111.53675 -77.891625 L 111.767219 -78.075219 L 111.993781 -78.254906 L 112.220344 -78.4385 L 112.446906 -78.618187 L 112.673469 -78.801781 L 112.903937 -78.981469 L 113.1305 -79.165062 L 109.716437 -76.434594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 242.664062 213.472656 C 241.746094 212.40625 240.480469 210.398438 239.832031 208.71875 L 237.40625 211.753906 C 239.183594 212.015625 241.421875 212.808594 242.664062 213.472656 "/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -54.701531 -0.001 C -54.701531 1.100563 -55.592156 1.991188 -56.693719 1.991188 C -57.791375 1.991188 -58.685906 1.100563 -58.685906 -0.001 C -58.685906 -1.098656 -57.791375 -1.993187 -56.693719 -1.993187 C -55.592156 -1.993187 -54.701531 -1.098656 -54.701531 -0.001 Z M -54.701531 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -54.701531 -68.03225 C -54.701531 -66.930687 -55.592156 -66.040062 -56.693719 -66.040062 C -57.791375 -66.040062 -58.685906 -66.930687 -58.685906 -68.03225 C -58.685906 -69.129906 -57.791375 -70.024437 -56.693719 -70.024437 C -55.592156 -70.024437 -54.701531 -69.129906 -54.701531 -68.03225 Z M -54.701531 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.009406 -68.03225 C 36.009406 -66.930687 35.114875 -66.040062 34.017219 -66.040062 C 32.915656 -66.040062 32.025031 -66.930687 32.025031 -68.03225 C 32.025031 -69.129906 32.915656 -70.024437 34.017219 -70.024437 C 35.114875 -70.024437 36.009406 -69.129906 36.009406 -68.03225 Z M 36.009406 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.009406 -15.872094 C 36.009406 -14.774437 35.114875 -13.879906 34.017219 -13.879906 C 32.915656 -13.879906 32.025031 -14.774437 32.025031 -15.872094 C 32.025031 -16.973656 32.915656 -17.868187 34.017219 -17.868187 C 35.114875 -17.868187 36.009406 -16.973656 36.009406 -15.872094 Z M 36.009406 -15.872094 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
</g>
</svg>
</p> </p>