Compare commits

...

10 Commits

Author SHA1 Message Date
7074b2bf04 Better LaTeX setup 2025-02-04 23:10:59 +01:00
a8e88ce746 Add all figures 2025-02-04 18:13:47 +01:00
d1460c5d1d All written reports are pasted and it compiles 2025-02-04 18:11:58 +01:00
893fabe70b Use luatex, verify glossary 2024-04-12 09:32:02 +02:00
bba8128daa First draft 2023-02-07 09:35:47 +01:00
7a0ab2ac5b Update config 2023-01-26 09:35:16 +01:00
67611045ed Add paragraphs 2021-12-09 17:22:40 +01:00
ae421a2701 Add list of publications 2021-12-09 16:54:46 +01:00
5503446869 Add figures 2021-12-09 15:57:18 +01:00
3eaf040139 Ignore mtc files 2021-12-09 15:57:04 +01:00
1030 changed files with 874806 additions and 606 deletions

4
.gitignore vendored
View File

@ -1,5 +1,9 @@
*.mlf*
*.mlt*
## Core latex/pdflatex auxiliary files:
*.aux
*.mtc
*.lof
*.log
*.lot

View File

@ -19,7 +19,7 @@
# 3: dvi conversion, as specified by the $dvipdf variable (useless)
# 4: lualatex, as specified by the $lualatex variable (best)
# 5: xelatex, as specified by the $xelatex variable (second best)
$pdf_mode = 1;
$pdf_mode = 4;
# Treat undefined references and citations as well as multiply defined references as
# ERRORS instead of WARNINGS.

View File

@ -1,33 +1,3 @@
\usepackage[french,english]{babel}
\usepackage{graphicx}
\graphicspath{{figs/}}
\usepackage{subcaption}
\captionsetup{subrefformat=parens}
\usepackage[ %
acronym, % Separate acronyms and glossary
toc, % appear in ToC
automake, % auto-use the makeglossaries command (requires shell-escape)
nonumberlist, % don't back reference pages
nogroupskip, % don't group by letter
nopostdot % don't add a dot at the end of each element
]{glossaries}
\usepackage[stylemods=longextra]{glossaries-extra}
\setabbreviationstyle[acronym]{long-short}
\setglossarystyle{long-name-desc}
\usepackage[olditem,oldenum]{paralist}
\RequirePackage{setspace}
\onehalfspacing
\usepackage{booktabs}
\usepackage{multirow}
\usepackage[binary-units=true]{siunitx}
\sisetup{%
@ -44,6 +14,7 @@
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{bm}
\usepackage{dsfont}
\let\originalleft\left
@ -51,123 +22,16 @@
\renewcommand{\left}{\mathopen{}\mathclose\bgroup\originalleft}
\renewcommand{\right}{\aftergroup\egroup\originalright}
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
\usepackage[ %
acronym, % Separate acronyms and glossary
toc, % appear in ToC
automake, % auto-use the makeglossaries command (requires shell-escape)
nonumberlist, % don't back reference pages
nogroupskip, % don't group by letter
nopostdot % don't add a dot at the end of each element
]{glossaries}
\usepackage{scrlayer-scrpage}
\usepackage[stylemods=longextra]{glossaries-extra}
\pagestyle{scrheadings}
\renewcommand{\partformat}{\huge\partname~\thepart\autodot}
\renewcommand{\raggedpart}{\flushleft}
\setkomafont{part}{\normalfont\huge\scshape}
\setkomafont{sectioning}{\normalfont\scshape}
\setkomafont{descriptionlabel}{\normalfont\bfseries}
\setkomafont{caption}{\small}
\setkomafont{captionlabel}{\usekomafont{caption}}
% Large number for chapter
\renewcommand*{\chapterformat}{%
\fontsize{50}{55}\selectfont\thechapter\autodot\enskip
}
\makeatletter
\renewcommand*{\chapterformat}{ \mbox{\chapappifchapterprefix{\nobreakspace}{\color{BrickRed}\fontsize{40}{45}\selectfont\thechapter}\autodot\enskip}}
\renewcommand\@seccntformat[1]{\color{BrickRed} {\csname the#1\endcsname}\hspace{0.3em}}
\makeatother
\renewcommand{\floatpagefraction}{.8}%
\usepackage{etoolbox}
\usepackage[ %
colorlinks=true, %
citecolor=BrickRed, %
linkcolor=BrickRed, %
urlcolor=BrickRed, %
unicode %
]{hyperref}
\usepackage{bookmark}
\bookmarksetup{depth=2}
\usepackage[ % use biblatex for bibliography
backend=biber, % use biber backend (bibtex replacement) or bibtex
style=ieee, % bib style
hyperref=true, % activate hyperref support
backref=true, % activate backrefs
isbn=false, % don't show isbn tags
url=false, % don't show url tags
doi=false, % don't show doi tags
urldate=long, % display type for dates
maxnames=3, %
minnames=1, %
maxbibnames=5, %
minbibnames=3, %
maxcitenames=2, %
mincitenames=1 %
]{biblatex}
\addbibresource{ref.bib}
\AtEveryBibitem{%
\clearfield{urlyear}
\clearfield{urlmonth}
\clearfield{note}
\clearfield{issn} % Remove issn
\clearfield{doi} % Remove doi
\ifentrytype{online}{}{% Remove url except for @online
\clearfield{url}
}
}
\setlength\bibitemsep{1.1\itemsep}
\renewcommand*{\bibfont}{\footnotesize}
\usepackage[sf, scaled=0.9]{quattrocento}
\usepackage{crimson}
\usepackage[oldstyle, scale=0.7]{sourcecodepro}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{csquotes}
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip1em
\hbox{}\nobreak\hfill #1%
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
\newsavebox\mybox
\newenvironment{aquote}[1]
{\savebox\mybox{#1}\begin{quote}\openautoquote\hspace*{-.7ex}}
{\unskip\closeautoquote\vspace*{1mm}\signed{\usebox\mybox}\end{quote}}
\usepackage{setspace}
\setstretch{1.25}
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
\usepackage{floatrow}
\floatsetup[table]{font={footnotesize,sf},capposition=top}
\numberwithin{equation}{chapter}
\usepackage{listings}
\usepackage{minted}
\setminted{autogobble=true,fontsize=\small,baselinestretch=0.8}
\setminted[python]{python3=true,tabsize=4}
\usemintedstyle{trac}
\lstset{abovecaptionskip=0}
\renewcommand{\listingscaption}{Code Snippet}
\AtEndEnvironment{listing}{\vspace{-16pt}}
\usepackage{scrhack}
\setabbreviationstyle[acronym]{long-short}
\setglossarystyle{long-name-desc}

View File

@ -1,2 +1,241 @@
\usepackage[french,english]{babel}
\usepackage{graphicx}
\graphicspath{{figs/}}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup{subrefformat=parens}
\captionsetup[figure]{labelfont=bf}
\captionsetup[subfigure]{labelfont=bf}
\captionsetup[listing]{labelfont=bf}
\captionsetup[table]{labelfont=bf}
\usepackage[olditem,oldenum]{paralist}
\RequirePackage{setspace}
\onehalfspacing
\usepackage{tocloft}
\setlength{\cftfignumwidth}{2.5em} % Adjust this value as needed
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{floatrow}
\floatsetup[table]{font={footnotesize,sf},capposition=top}
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
\renewcommand{\floatpagefraction}{.8}%
\usepackage{etoolbox}
\pretocmd{\section}{\clearpage}{}{}
\makeatletter
\preto\Gin@extensions{png,}
\DeclareGraphicsRule{.png}{pdf}{.pdf}{\noexpand\Gin@base.pdf}
\preto\Gin@extensions{gif,}
\DeclareGraphicsRule{.gif}{png}{.png}{\noexpand\Gin@base.png}
\makeatother
\usepackage{xpatch} % Recommanded for biblatex
\usepackage[ % use biblatex for bibliography
backend=biber, % use biber backend (bibtex replacement) or bibtex
style=ieee, % bib style
hyperref=true, % activate hyperref support
backref=true, % activate backrefs
isbn=false, % don't show isbn tags
url=false, % don't show url tags
doi=false, % don't show doi tags
urldate=long, % display type for dates
maxnames=3, %
minnames=1, %
maxbibnames=5, %
minbibnames=3, %
maxcitenames=2, %
mincitenames=1 %
]{biblatex}
\defbibenvironment{mypubs}
{\list
{}
{\setlength{\leftmargin}{\bibhang}%
\setlength{\itemindent}{-\leftmargin}%
\setlength{\itemsep}{\bibitemsep}%
\setlength{\parsep}{\bibparsep}}}
{\endlist}
{\item}
\AtEveryBibitem{%
\clearfield{urlyear}
\clearfield{urlmonth}
\clearfield{note}
\clearfield{issn} % Remove issn
\clearfield{doi} % Remove doi
\ifentrytype{online}{}{% Remove url except for @online
\clearfield{url}
}
}
\setlength\bibitemsep{1.1\itemsep}
\renewcommand*{\bibfont}{\footnotesize}
\usepackage{minitoc}
% Change section font
\renewcommand{\mtcSfont}{\small}
% Change indentation
\setlength{\mtcindent}{0pt}
% \usepackage[nottoc]{tocbibind}
\ifxetexorluatex
% \usepackage{unicode-math} % It seems I don't need that as I don't want to use unicode char
\usepackage{fontspec}
\setmainfont{EB Garamond}
% \setmathfont{Garamond Math}
% % Load some missing symbols from another font.
% \setmathfont{STIX Two Math}[%
% range = {
% \sharp,
% \natural,
% \flat,
% \clubsuit,
% \spadesuit,
% \checkmark
% }
% ]
% \setmonofont[Scale=MatchLowercase]{Source Code Pro}
\else
% \usepackage[lf]{ebgaramond} % https://tug.org/FontCatalogue/quattrocento/
\usepackage[oldstyle,scale=0.7]{sourcecodepro} % https://tug.org/FontCatalogue/sourcecodepro/
\singlespacing
\fi
\usepackage[usenames,dvipsnames]{xcolor}
\definecolor{my-blue}{HTML}{6b7adb}
\definecolor{my-pale-blue}{HTML}{e6e9f9}
\definecolor{my-red}{HTML}{db6b6b}
\definecolor{my-pale-red}{HTML}{f9e6e6}
\definecolor{my-green}{HTML}{6bdbb6}
\definecolor{my-pale-green}{HTML}{e6f9f3}
\definecolor{my-yellow}{HTML}{dbd26b}
\definecolor{my-pale-yellow}{HTML}{f9f7e6}
\definecolor{my-orange}{HTML}{dba76b}
\definecolor{my-pale-orange}{HTML}{f9f0e6}
\definecolor{my-grey}{HTML}{a3a3a3}
\definecolor{my-pale-grey}{HTML}{f0f0f0}
\definecolor{my-turq}{HTML}{6bc7db}
\definecolor{my-pale-turq}{HTML}{e6f6f9}
\usepackage{csquotes}
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip1em
\hbox{}\nobreak\hfill #1%
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
\newsavebox\mybox
\newenvironment{aquote}[1]
{\savebox\mybox{#1}\begin{quote}\openautoquote\hspace*{-.7ex}}
{\unskip\closeautoquote\vspace*{1mm}\signed{\usebox\mybox}\end{quote}}
\usepackage{setspace}
\setstretch{1.25}
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
\numberwithin{equation}{chapter}
\usepackage{listings}
\usepackage{minted}
\setminted{autogobble=true,fontsize=\small,baselinestretch=0.8}
\setminted[python]{python3=true,tabsize=4}
\usemintedstyle{trac}
\lstset{abovecaptionskip=0}
\renewcommand{\listingscaption}{Code Snippet}
\AtEndEnvironment{listing}{\vspace{-16pt}}
\let\OldTexttt\texttt
\renewcommand{\texttt}[1]{{\ttfamily\hl{\mbox{\,#1\,}}}}
\usepackage{scrhack}
\usepackage{float}
\usepackage{enumitem}
% highlight
\usepackage{soul}
\sethlcolor{my-pale-grey}
% \usepackage[headsepline]{scrlayer-scrpage}
% \pagestyle{scrheadings}
\usepackage[autooneside=false,headsepline]{scrlayer-scrpage}
% \pagestyle{scrheadings}
% \automark[section]{chapter}
% Clear default header styles
\clearpairofpagestyles
\automark[section]{chapter}
% Set the header content
\ihead{\headmark} % Chapter (or section on even pages) aligned to the left
\ohead{\pagemark} % Page number aligned to the right
% Enable the page style
\pagestyle{scrheadings}
\setkomafont{headsepline}{\color{black}} % Change color if desired
\ModifyLayer[addvoffset=\dp\strutbox]{headsepline} % Fine-tune position
% \automark{section}
% \renewhead*{headings}{
% \ifstr{\headmark}{}{}{%
% \headmark\hfill
% }
% }
\renewcommand{\partformat}{\huge\partname~\thepart\autodot}
\renewcommand{\raggedpart}{\flushleft}
\setkomafont{part}{\normalfont\huge\scshape}
\setkomafont{sectioning}{\normalfont\scshape}
\setkomafont{descriptionlabel}{\normalfont\bfseries}
\setkomafont{caption}{\small}
\setkomafont{captionlabel}{\usekomafont{caption}}
\setcounter{secnumdepth}{\subsubsectionnumdepth}
\makeatletter
\renewcommand*{\chapterformat}{ \mbox{\chapappifchapterprefix{\nobreakspace}{\color{BrickRed}\fontsize{40}{45}\selectfont\thechapter}\autodot\enskip}}
% Section with color
% \renewcommand\@seccntformat[1]{\color{BrickRed} {\csname the#1\endcsname}\hspace{0.3em}}
\renewcommand\@seccntformat[1]{{\csname the#1\endcsname}\hspace{0.3em}}
\makeatother
\usepackage[ %
colorlinks=true, %
citecolor=BrickRed, %
linkcolor=BrickRed, %
urlcolor=BrickRed, %
unicode %
]{hyperref}
\usepackage{hypcap}
\usepackage{bookmark}
\bookmarksetup{depth=2}
\makeindex
\makeglossaries

475
example-phd.org Normal file
View File

@ -0,0 +1,475 @@
#+TITLE: PhD Thesis
:DRAWER:
#+SUBTITLE: My subtitle
#+LANGUAGE: en
#+EMAIL: dehaeze.thomas@gmail.com
#+AUTHOR: Dehaeze Thomas
#+STARTUP: overview
#+DATE: {{{time(%Y-%m-%d)}}}
#+LATEX_CLASS: scrreprt
#+LATEX_CLASS_OPTIONS: [a4paper, twoside, 11pt, onecolumn, bibliography=totoc, openright, appendixprefix=true]
#+OPTIONS: num:t toc:nil ':t *:t -:t ::t <:nil author:t date:t tags:nil todo:nil |:t H:4 title:nil
#+SELECT_TAGS: export
#+EXCLUDE_TAGS: noexport
#+BIND: org-latex-bib-compiler "biber"
#+LATEX_HEADER: \input{config.tex}
#+LATEX_HEADER_EXTRA: \input{config_extra.tex}
#+LATEX_HEADER_EXTRA: \addbibresource{ref.bib}
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/tikz/org/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100
#+PROPERTY: header-args:latex+ :results file raw replace
#+PROPERTY: header-args:latex+ :buffer no
#+PROPERTY: header-args:latex+ :eval no-export
#+PROPERTY: header-args:latex+ :exports results
#+PROPERTY: header-args:latex+ :mkdirp yes
#+PROPERTY: header-args:latex+ :output-dir figs
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
:END:
* Build :noexport:
#+NAME: startblock
#+BEGIN_SRC emacs-lisp :results none
(add-to-list 'org-latex-classes
'("scrreprt"
"\\documentclass{scrreprt}"
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
))
;; Remove automatic org heading labels
(defun my-latex-filter-removeOrgAutoLabels (text backend info)
"Org-mode automatically generates labels for headings despite explicit use of `#+LABEL`. This filter forcibly removes all automatically generated org-labels in headings."
(when (org-export-derived-backend-p backend 'latex)
(replace-regexp-in-string "\\\\label{sec:org[a-f0-9]+}\n" "" text)))
(add-to-list 'org-export-filter-headline-functions
'my-latex-filter-removeOrgAutoLabels)
;; Remove all org comments in the output LaTeX file
(defun delete-org-comments (backend)
(loop for comment in (reverse (org-element-map (org-element-parse-buffer)
'comment 'identity))
do
(setf (buffer-substring (org-element-property :begin comment)
(org-element-property :end comment))
"")))
(add-hook 'org-export-before-processing-hook 'delete-org-comments)
;; Use no package by default
(setq org-latex-packages-alist nil)
(setq org-latex-default-packages-alist nil)
;; Do not include the subtitle inside the title
(setq org-latex-subtitle-separate t)
(setq org-latex-subtitle-format "\\subtitle{%s}")
(setq org-export-before-parsing-hook '(org-ref-glossary-before-parsing
org-ref-acronyms-before-parsing))
#+END_SRC
* Glossary and Acronyms - Tables :ignore:
#+name: glossary
| label | name | description |
|-------+-------------------+-----------------------|
| ka | \ensuremath{k_a} | Actuator Stiffness in |
| phi | \ensuremath{\phi} | A woody bush |
#+name: acronyms
| key | abbreviation | full form |
|------+--------------+----------------------------------|
| mimo | MIMO | Multiple-Inputs Multiple-Outputs |
| siso | SISO | Single-Input Single-Output |
| nass | NASS | Nano Active Stabilization System |
| lti | LTI | Linear Time Invariant |
* Title Page :ignore:
#+begin_export latex
\begin{titlepage}
\vspace*{5cm}
\makeatletter
\begin{center}
\begin{Huge}
\@title
\end{Huge}\\[0.1cm]
%
\begin{Large}
\@subtitle
\end{Large}\\
%
\emph{by}\\
\@author
%
\vfill
A document submitted in partial fulfillment
of the requirements for the degree of\\
\emph{Technical Report}\\
at\\
\textsc{Miskatonic University}
\end{center}
\makeatother
\end{titlepage}
\newpage
\null
\thispagestyle{empty}
\newpage
#+end_export
* Abstract
:PROPERTIES:
:UNNUMBERED: notoc
:END:
* Résumé
:PROPERTIES:
:UNNUMBERED: notoc
:END:
* Acknowledgments
:PROPERTIES:
:UNNUMBERED: notoc
:END:
* Table of Contents :ignore:
#+begin_export latex
\dominitoc
\tableofcontents
\listoftables
\listoffigures
#+end_export
* Introduction
* Test
\minitoc
**** Abstract
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
** Test
A list:
- acronyms acrshort:nass acrshort:mimo acrshort:lti [[acrfull:siso][Single-Input Single-Output (SISO)]]
- glossary terms gls:ka, gls:phi.
- Bibliography citations: [[cite:&dehaeze21_activ_dampin_rotat_platf_using;&dehaeze21_mechat_approac_devel_nano_activ_stabil_system]].
A definition list:
- this :: means that
- that :: means this
Some Footnote[fn:1]
** Section
*** Sub section
This is a sub section.
*** Sub section
Start of the sub section
**** Paragraph
This is a paragraph
**** lksdfjasd
**** lksdfjasd
** blabla
* Source Blocks
\minitoc
** Matlab Init :noexport:ignore:
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
<<matlab-dir>>
#+end_src
#+begin_src matlab :exports none :results silent :noweb yes
<<matlab-init>>
#+end_src
** Figures
#+begin_src matlab
t = 0:0.01:5; % Time [s]
x = sin(2*pi*t); % Output Voltage [V]
#+end_src
#+begin_src matlab
figure;
plot(t, x);
xlabel('Time [s]'); ylabel('Voltage [V]');
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/matlab_fig_example.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:matlab_fig_example
#+caption: Matlab Figure
#+RESULTS:
[[file:figs/matlab_fig_example.png]]
** Table Result
#+begin_src matlab
x = 1:10;
y = x.^2;
#+end_src
#+begin_src matlab :exports results :results value table replace :tangle no :post addhdr(*this*)
data2orgtable([x', y'], {}, {'$x$', '$y = x^2$'}, ' %.0f ');
#+end_src
#+name: tab:table_name
#+caption: Table caption
#+RESULTS:
| $x$ | $y = x^2$ |
|-----+-----------|
| 1 | 1 |
| 2 | 4 |
| 3 | 9 |
| 4 | 16 |
| 5 | 25 |
| 6 | 36 |
| 7 | 49 |
| 8 | 64 |
| 9 | 81 |
| 10 | 100 |
** Inline Results
Results can be automatically outputed as shown below.
#+begin_src matlab :results value replace
sqrt(2)
#+end_src
#+RESULTS:
: 1.4142
#+begin_src matlab :results output replace
y
#+end_src
#+RESULTS:
: y =
: 1 4 9 16 25 36 49 64 81 100
** Caption and Reference
Captions can be added to code blocks.
Moreover, we can link to specific bode blocks (Listing [[lst:matlab_figure]] or [[lst:matlab_svd]]).
#+name: lst:matlab_figure
#+caption: Code to produce a nice contour plot
#+begin_src matlab
figure;
[X,Y,Z] = peaks;
contour(X,Y,Z,20)
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/matlab_logo.pdf', 'width', 'small', 'height', 'normal');
#+end_src
#+name: fig:matlab_logo
#+caption: Obtained Contour Plot
#+RESULTS:
[[file:figs/matlab_logo.png]]
#+name: lst:matlab_svd
#+caption: Code to compute the Singular Value Decomposition
#+begin_src matlab :results output replace
A = [1 2; 3 4; 5 6; 7 8]
[U,S,V] = svd(A)
#+end_src
#+RESULTS:
#+begin_example
A = [1 2; 3 4; 5 6; 7 8]
A =
1 2
3 4
5 6
7 8
[U,S,V] = svd(A)
U =
-0.152483233310201 -0.82264747222566 -0.394501022283829 -0.379959133877596
-0.349918371807964 -0.42137528768458 0.242796545704357 0.800655879510063
-0.547353510305727 -0.0201031031435029 0.697909975442776 -0.461434357387336
-0.74478864880349 0.381169081397575 -0.546205498863303 0.0407376117548695
S =
14.2690954992615 0
0 0.626828232417541
0 0
0 0
V =
-0.641423027995072 0.767187395072177
-0.767187395072177 -0.641423027995072
#+end_example
** Source Blocks with Line Numbers
Citation [[cite:&taghirad13_paral;&dehaeze21_activ_dampin_rotat_platf_using]]
The Listing [[lst:matlab_line_numbers]] has line numbers as the =-n= option was used.
Specific lines of codes can be referenced.
For instance, the code used to specify the wanted the vertical label is on line [[(test)]].
#+name: lst:matlab_line_numbers
#+caption: Specify Labels
#+begin_src matlab +n -r
figure;
plot(t, x)
xlabel('Time [s]');
ylabel('Output [V]'); (ref:test)
#+end_src
Numbering can be continued by using =+n= option as shown below.
#+begin_src matlab +n
figure;
plot(t, u)
xlabel('Time [s]');
ylabel('Input [V]');
#+end_src
* Images
\minitoc
** Normal Image
Figure [[fig:general_control_names]] shows the results of the Tikz code of listing [[lst:tikz_test]].
#+name: lst:tikz_test
#+caption: Tikz code that is used to generate Figure [[fig:general_control_names]]
#+begin_src latex :file general_control_names.pdf :exports both
\begin{tikzpicture}
% Blocs
\node[block={2.0cm}{2.0cm}] (P) {$P$};
\node[block={1.5cm}{1.5cm}, below=0.7 of P] (K) {$K$};
% Input and outputs coordinates
\coordinate[] (inputw) at ($(P.south west)!0.75!(P.north west)$);
\coordinate[] (inputu) at ($(P.south west)!0.25!(P.north west)$);
\coordinate[] (outputz) at ($(P.south east)!0.75!(P.north east)$);
\coordinate[] (outputv) at ($(P.south east)!0.25!(P.north east)$);
% Connections and labels
\draw[<-] (inputw) -- ++(-1.5, 0);
\draw[<-] (inputu) -- ++(-0.8, 0) |- (K.west);
\draw[->] (outputz) -- ++(1.5, 0);
\draw[->] (outputv) -- ++(0.8, 0) |- (K.east);
\end{tikzpicture}
#+end_src
#+name: fig:general_control_names
#+caption: General Control Configuration
#+RESULTS: lst:tikz_test
[[file:figs/general_control_names.png]]
** Sub Images
Link to subfigure [[fig:general_control_names_1]].
#+name: fig:subfigure
#+caption: Subfigure Caption
#+attr_latex: :environment subfigure :width 0.49\linewidth :align c
| file:figs/general_control_names.png | file:figs/general_control_names.png |
| <<fig:general_control_names_1>> sub figure caption | <<fig:general_control_names_2>> sub figure caption |
* Tables
\minitoc
Table [[tab:table_with_equations]] shows a table with some mathematics inside.
#+name: tab:table_with_equations
#+caption: A Simple table with included math
| $N$ | $N^2$ | $N^3$ | $N^4$ | $\sqrt n$ | $\sqrt[4]N$ |
|-----+-------+-------+-------+-----------+-------------|
| 1 | 1 | 1 | 1 | 1 | 1 |
| 2 | 4 | 8 | 16 | 1.4142136 | 1.1892071 |
| 3 | 9 | 27 | 81 | 1.7320508 | 1.3160740 |
#+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1)))
#+name: tab:table_without_head
#+caption: Table without Head
| | *1* | *2* | *3* | *4* | *5* |
| *1* | 1 | 2 | 3 | 4 | 5 |
| *2* | 2 | 4 | 6 | 8 | 10 |
| *3* | 3 | 6 | 9 | 12 | 15 |
| *4* | 4 | 8 | 12 | 16 | 20 |
| *5* | 5 | 10 | 15 | 20 | 25 |
#+name: tab:table_multiple_heads
#+ATTR_LATEX: :font \footnotesize
#+caption: Table with multiples groups
| | *Classical Control* | *Modern Control* |
| <l> | <c> | <c> |
|-------------------------+------------------------------------+--------------------------------------|
| *Date* | 1930- | 1960- |
|-------------------------+------------------------------------+--------------------------------------|
| *Tools* | Transfer Functions | State Space formulation |
| | Nyquist Plots | Riccati Equations |
| | Bode Plots | |
| | Phase and Gain margins | |
|-------------------------+------------------------------------+--------------------------------------|
| *Control Architectures* | Proportional, Integral, Derivative | Full State Feedback |
| | Leads, Lags | LQR, LQG |
| | | Kalman Filters |
|-------------------------+------------------------------------+--------------------------------------|
| *Advantages* | Study Stability | Automatic Synthesis |
| | Simple | MIMO |
| | Natural | Optimization Problem |
| | | |
| | | |
|-------------------------+------------------------------------+--------------------------------------|
| *Disadvantages* | Manual Method | No Guaranteed Robustness |
| | Only SISO | Difficult Rejection of Perturbations |
* Appendix :ignore:
#+latex: \appendix
* Mathematical formulas
* Comments on something
* Bibliography :ignore:
#+latex: \printbibliography[heading=bibintoc,title={Bibliography}]
* List of Publications
:PROPERTIES:
:UNNUMBERED: notoc
:END:
#+begin_export latex
\begin{refsection}[ref.bib]
% List all papers even if not cited
\nocite{*}
% Sort by year
\newrefcontext[sorting=ynt]
% Articles
\printbibliography[keyword={publication},heading={subbibliography},title={Articles},env=mypubs,type={article}]
% Proceedings
\printbibliography[keyword={publication},heading={subbibliography},title={In Proceedings},env=mypubs,type={inproceedings}]
\end{refsection}
#+end_export
* Glossary :ignore:
#+latex: \printglossary[type=\acronymtype]
#+latex: \printglossary
* Footnotes
[fn:1]this is a footnote with citation [[cite:&dehaeze21_mechat_approac_devel_nano_activ_stabil_system]].

BIN
figs/chapter1_overview.pdf Normal file

Binary file not shown.

BIN
figs/chapter1_overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

2073
figs/chapter1_overview.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 287 KiB

BIN
figs/chapter2_overview.pdf Normal file

Binary file not shown.

BIN
figs/chapter2_overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

14863
figs/chapter2_overview.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.2 MiB

BIN
figs/chapter3_overview.pdf Normal file

Binary file not shown.

BIN
figs/chapter3_overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 KiB

352
figs/chapter3_overview.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 MiB

View File

@ -0,0 +1,853 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="115.16077mm"
height="103.02014mm"
viewBox="0 0 115.16077 103.02014"
version="1.1"
id="svg5"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
sodipodi:docname="LION_metrology_interferometers.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:snap-center="true"
inkscape:snap-midpoints="true"
inkscape:snap-smooth-nodes="true"
inkscape:zoom="2.8284271"
inkscape:cx="284.96403"
inkscape:cy="189.15106"
inkscape:window-width="2560"
inkscape:window-height="1413"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1" />
<defs
id="defs2">
<marker
style="overflow:visible"
id="marker12109"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107" />
</marker>
<marker
style="overflow:visible"
id="marker11850"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path11848" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mend"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4375" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mend-5"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4375-9" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-2"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-4" />
</marker>
<marker
style="overflow:visible"
id="marker12109-0"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-6" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-9"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-9" />
</marker>
<marker
style="overflow:visible"
id="marker12109-08"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-1" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-0"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-3" />
</marker>
<marker
style="overflow:visible"
id="marker12109-9"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-19" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-93"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-38" />
</marker>
<marker
style="overflow:visible"
id="marker12109-05"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-66" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-04"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-6" />
</marker>
<marker
style="overflow:visible"
id="marker11850-2"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path11848-6" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-5"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-69" />
</marker>
<marker
style="overflow:visible"
id="marker12109-8"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-7" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-9-3"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-9-5" />
</marker>
<marker
style="overflow:visible"
id="marker12109-08-6"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-1-2" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart-9-1"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4372-9-2" />
</marker>
<marker
style="overflow:visible"
id="marker12109-08-7"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path12107-1-0" />
</marker>
<clipPath
id="clipPath5860">
<path
clip-rule="nonzero"
d="M 0,0 H 5 V 9.964844 H 0 Z m 0,0"
id="path6007" />
</clipPath>
<clipPath
id="clipPath8716">
<path
clip-rule="nonzero"
d="m 16,0 h 4 v 9.964844 h -4 z m 0,0"
id="path7608" />
</clipPath>
<clipPath
id="clipPath6965">
<path
clip-rule="nonzero"
d="M 0,0 H 5 V 9.964844 H 0 Z m 0,0"
id="path2801" />
</clipPath>
<clipPath
id="clipPath5154">
<path
clip-rule="nonzero"
d="m 13,0 h 5 v 9.964844 h -5 z m 0,0"
id="path5813" />
</clipPath>
<clipPath
id="clipPath8870">
<path
clip-rule="nonzero"
d="M 0,0 H 9 V 6.808594 H 0 Z m 0,0"
id="path8473" />
</clipPath>
<clipPath
id="clipPath9351">
<path
clip-rule="nonzero"
d="M 3,3 H 7 V 8.414062 H 3 Z m 0,0"
id="path3510" />
</clipPath>
<clipPath
id="clipPath9047">
<path
clip-rule="nonzero"
d="M 3,3 H 7 V 8.414062 H 3 Z m 0,0"
id="path4334" />
</clipPath>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.13477, -11.885)">
<path
style="fill:#e6e6e6;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 1.05833;stroke-dashoffset:0;stroke-opacity:1"
d="m 85.622994,91.845589 -52.749548,-10e-7 -2e-6,-73.277871 h 52.74955 z"
id="path11668"
sodipodi:nodetypes="ccc" />
<path
style="fill:#e9afaf;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 85.575303,108.05249 V 97.052408 H 67.158661 l 0.0058,-7.865948 c 1.300417,-1.179001 2.110891,-2.892927 2.110891,-4.796149 v 3e-6 h 8e-6 c 0,-1.898539 -0.806489,-3.608711 -2.106107,-4.814613 l -0.01164,-32.701679 c 1.301448,-1.187863 2.117598,-2.907138 2.117598,-4.817039 v 4.3e-5 c 0,-3.623088 -2.937013,-6.56018 -6.56,-6.56018 -3.62299,0 -6.56,2.937092 -6.56,6.56018 0,1.914557 0.820132,3.637555 2.122363,4.819943 l -0.0016,32.678801 c -1.302081,1.199608 -2.12099,2.921442 -2.12099,4.834544 0,1.915837 0.821253,3.639859 2.123794,4.812768 l -0.0071,7.849326 -18.416661,-10e-7 -10e-6,11.000083 z"
id="path2607"
sodipodi:nodetypes="ccccsssccssssccsccccc" />
<rect
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
id="rect684"
width="114.89619"
height="6.6719956"
x="5.2670584"
y="108.10084" />
<circle
style="fill:none;stroke:#d95218;stroke-width:0.264583px;-inkscape-stroke:none;stop-color:#000000"
id="path846-5"
cx="62.715153"
cy="42.056984"
r="0.83341068" />
<circle
style="fill:#0072bd;stroke:none;stroke-width:0.264583px;-inkscape-stroke:none;stop-color:#000000"
id="path846-5-1"
cx="62.715153"
cy="51.804604"
r="0.83341068" />
<circle
style="fill:none;stroke:#d95218;stroke-width:0.264583px;-inkscape-stroke:none;stop-color:#000000"
id="path846-5-0"
cx="62.715153"
cy="84.390312"
r="0.83341068" />
<path
style="fill:none;stroke:#d95218;stroke-width:0.264583px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-start:url(#Arrow2Mstart);marker-end:url(#marker12109)"
d="M 62.715153,18.942231 V 35.093068"
id="path3952-2"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d95218;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow2Mstart);marker-end:url(#marker11850)"
d="M 85.341745,84.390311 H 69.24466"
id="path3952-9"
sodipodi:nodetypes="cc" />
<g
id="g10585"
transform="translate(23.450234,11.648382)">
<g
id="g4909"
transform="translate(-3.5428151)">
<circle
style="fill:none;stroke:#000000;stroke-width:0.264583px;-inkscape-stroke:none;stop-color:#000000"
id="path846-5-0-6"
cx="82.535706"
cy="86.66922"
r="0.83341068" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-end:url(#Arrow2Mend)"
d="M 82.538244,86.67176 H 92.2408"
id="path4346" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-end:url(#Arrow2Mend-5)"
d="M 82.538244,86.67176 V 76.969204"
id="path4346-4" />
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="91.686829"
y="90.213036"
id="text6564"><tspan
sodipodi:role="line"
id="tspan6562"
style="stroke-width:0.264583"
x="91.686829"
y="90.213036">x</tspan></text>
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="84.553871"
y="78.826828"
id="text7832"><tspan
sodipodi:role="line"
id="tspan7830"
style="stroke-width:0.264583"
x="84.553871"
y="78.826828">z</tspan></text>
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="82.408424"
y="90.213036"
id="text9918"><tspan
sodipodi:role="line"
id="tspan9916"
style="stroke-width:0.264583"
x="82.408424"
y="90.213036">y</tspan></text>
</g>
</g>
<path
id="path11263"
style="fill:#999999;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 32.873446,18.567717 h 52.749548 m -52.749548,0 -2e-6,-6.550439 H 92.556865 V 91.845589 H 85.622994 V 18.567717"
sodipodi:nodetypes="cccccccc" />
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#d95218;stroke-width:0.264583"
x="64.861717"
y="41.314678"
id="text17008"><tspan
sodipodi:role="line"
id="tspan17006"
style="fill:#d95218;stroke-width:0.264583"
x="64.861717"
y="41.314678">1</tspan></text>
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#d95218;stroke-width:0.264583"
x="64.517036"
y="88.433037"
id="text17008-9"><tspan
sodipodi:role="line"
id="tspan17006-3"
style="fill:#d95218;stroke-width:0.264583"
x="64.517036"
y="88.433037">2</tspan></text>
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#d95218;stroke-width:0.264583"
x="77.482063"
y="41.260349"
id="text17008-6"><tspan
sodipodi:role="line"
id="tspan17006-8"
style="fill:#d95218;stroke-width:0.264583"
x="77.482063"
y="41.260349">3</tspan></text>
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#d95218;stroke-width:0.264583"
x="77.356216"
y="83.424606"
id="text17008-0"><tspan
sodipodi:role="line"
id="tspan17006-2"
style="fill:#d95218;stroke-width:0.264583"
x="77.356216"
y="83.424606">4</tspan></text>
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#d95218;stroke-width:0.264583"
x="64.4459"
y="29.563591"
id="text17008-1"><tspan
sodipodi:role="line"
id="tspan17006-0"
style="fill:#d95218;stroke-width:0.264583"
x="64.4459"
y="29.563591">5</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 0.529165, 0.264584, 0.529165;stroke-dashoffset:0;stroke-opacity:1"
d="m 40.64614,42.05081 29.405704,0.0062"
id="path24603-1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 0.529165, 0.264584, 0.529165;stroke-dashoffset:0;stroke-opacity:1"
d="m 35.092874,51.804605 28.973684,0"
id="path24603-1-6"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 0.529165, 0.264584, 0.529165;stroke-dashoffset:0;stroke-opacity:1"
d="M 45.182201,84.390312 H 70.051842"
id="path24603-1-0-8"
sodipodi:nodetypes="cc" />
<path
style="font-variation-settings:normal;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.793749, 0.793749;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-start:url(#Arrow2Mstart-9);marker-end:url(#marker12109-08);stop-color:#000000"
d="M 46.959957,84.173333 V 51.804605"
id="path25078-3"
sodipodi:nodetypes="cc" />
<path
style="font-variation-settings:normal;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.793749, 0.793749;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-start:url(#Arrow2Mstart-9-1);marker-end:url(#marker12109-08-7);stop-color:#000000"
d="m 42.164842,51.804605 0,-9.53568"
id="path25078-3-93"
sodipodi:nodetypes="cc" />
<path
style="font-variation-settings:normal;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.793749, 0.793749;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker-start:url(#Arrow2Mstart-9-3);marker-end:url(#marker12109-08-6);stop-color:#000000"
d="M 38.030855,107.83437 38.141711,51.936897"
id="path25078-3-9"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.793749, 0.793749;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Arrow2Mstart);marker-end:url(#marker12109)"
d="m 67.420032,80.357494 -9.353225,8.075543"
id="path27304"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:4.9389px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;stroke-width:0.264583"
x="67.464447"
y="83.935783"
id="text28151"><tspan
sodipodi:role="line"
id="tspan28149"
style="stroke-width:0.264583"
x="67.464447"
y="83.935783">r</tspan></text>
<path
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 0.529165, 0.264584, 0.529165;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
d="m 62.715153,35.496805 -2e-6,67.264015"
id="path1192" />
<path
style="fill:none;stroke:#d95218;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow2Mstart);marker-end:url(#marker11850)"
d="M 85.519412,42.056983 H 69.439772"
id="path3952"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 101.80531,97.679786 1.27562,1.275625"
id="path1206" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 101.80531,98.955411 1.27562,-1.275625"
id="path1208" />
<circle
style="fill:#0072bd;stroke:none;stroke-width:0.264583px;-inkscape-stroke:none;stop-color:#000000"
id="path846-5-1-5"
cx="62.715149"
cy="108.05249"
r="0.83341068" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 58.278776,89.203081 8.885685,-0.01662"
id="path1272" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 58.275974,79.555769 8.893278,0.01992"
id="path1274" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 58.277572,46.876968 8.880041,-0.0029"
id="path1276" />
<g
inkscape:label=""
transform="translate(63.766706,108.75191)"
id="g1979"
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
clip-path="url(#clipPath5860)"
id="g27"
transform="matrix(0.352778,0,0,0.352778,-0.253559,0.00436558)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
fill="#000000"
fill-opacity="1"
id="g25"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
id="use23"
transform="translate(0,7.4720001)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<path
d="m 2.828125,-6.15625 c 0,-0.390625 0.25,-1.03125 1.34375,-1.09375 C 4.21875,-7.265625 4.25,-7.3125 4.25,-7.359375 c 0,-0.125 -0.078125,-0.125 -0.1875,-0.125 -0.984375,0 -1.90625,0.515625 -1.90625,1.25 v 2.28125 c 0,0.390625 0,0.703125 -0.40625,1.03125 -0.34375,0.296875 -0.71875,0.3125 -0.9375,0.3125 C 0.75,-2.59375 0.71875,-2.546875 0.71875,-2.5 c 0,0.109375 0.0625,0.109375 0.15625,0.125 0.65625,0.03125 1.140625,0.390625 1.25,0.875 0.03125,0.109375 0.03125,0.140625 0.03125,0.5 v 1.96875 c 0,0.421875 0,0.734375 0.46875,1.109375 C 3.015625,2.375 3.671875,2.5 4.0625,2.5 4.171875,2.5 4.25,2.5 4.25,2.375 4.25,2.28125 4.203125,2.28125 4.09375,2.265625 3.46875,2.234375 2.984375,1.90625 2.84375,1.40625 2.828125,1.3125 2.828125,1.296875 2.828125,0.9375 v -2.09375 c 0,-0.453125 -0.09375,-0.625 -0.40625,-0.953125 C 2.21875,-2.3125 1.921875,-2.40625 1.640625,-2.5 c 0.828125,-0.21875 1.1875,-0.6875 1.1875,-1.265625 z m 0,0"
id="path43"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
</g>
</g>
</g>
<g
fill="#000000"
fill-opacity="1"
id="g31"
transform="matrix(0.352778,0,0,0.352778,-0.253559,0.00436558)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
id="use29"
transform="translate(4.9809999,7.4720001)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<path
d="M 9.234375,-6.046875 C 9.328125,-6.40625 9.34375,-6.5 10.09375,-6.5 c 0.21875,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.09375,-0.109375 -0.265625,-0.109375 h -1.3125 c -0.265625,0 -0.28125,0 -0.390625,0.1875 L 4.796875,-0.9375 4.015625,-6.578125 C 3.984375,-6.8125 3.96875,-6.8125 3.703125,-6.8125 H 2.34375 c -0.1875,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.09375,0.125 0.28125,0.125 0.140625,0 0.3125,0.015625 0.4375,0.015625 0.15625,0.03125 0.21875,0.046875 0.21875,0.171875 0,0.03125 -0.015625,0.0625 -0.046875,0.1875 l -1.265625,5.0625 c -0.09375,0.40625 -0.265625,0.71875 -1.078125,0.75 -0.046875,0 -0.171875,0.015625 -0.171875,0.1875 0,0.09375 0.0625,0.125 0.140625,0.125 0.3125,0 0.65625,-0.03125 1,-0.03125 C 1.890625,-0.03125 2.25,0 2.578125,0 c 0.046875,0 0.1875,0 0.1875,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.1875,-0.109375 -0.5625,0 -0.671875,-0.203125 -0.671875,-0.4375 0,-0.0625 0,-0.125 0.03125,-0.234375 L 3.296875,-6.40625 H 3.3125 l 0.859375,6.171875 C 4.1875,-0.109375 4.203125,0 4.3125,0 4.421875,0 4.484375,-0.109375 4.53125,-0.171875 l 4.03125,-6.3125 h 0.015625 l -1.4375,5.703125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.15625,0 -0.265625,0 -0.265625,0.1875 C 5.96875,0 6.078125,0 6.109375,0 6.390625,0 7.0625,-0.03125 7.34375,-0.03125 7.75,-0.03125 8.1875,0 8.59375,0 8.65625,0 8.78125,0 8.78125,-0.203125 8.78125,-0.3125 8.6875,-0.3125 8.5,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.046875 0,-0.0625 0.046875,-0.25 z m 0,0"
id="path47"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
</g>
</g>
<g
clip-path="url(#clipPath8716)"
id="g37"
transform="matrix(0.352778,0,0,0.352778,-0.253559,0.00436558)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
fill="#000000"
fill-opacity="1"
id="g35"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
id="use33"
transform="translate(15.733,7.4720001)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<path
d="m 2.15625,1.171875 c 0,0.390625 -0.265625,1.03125 -1.34375,1.09375 C 0.75,2.28125 0.71875,2.328125 0.71875,2.375 0.71875,2.5 0.828125,2.5 0.921875,2.5 1.890625,2.5 2.8125,2 2.828125,1.25 v -2.28125 c 0,-0.390625 0,-0.703125 0.390625,-1.03125 C 3.5625,-2.359375 3.953125,-2.375 4.171875,-2.375 4.21875,-2.390625 4.25,-2.4375 4.25,-2.5 4.25,-2.59375 4.203125,-2.59375 4.09375,-2.609375 3.4375,-2.640625 2.953125,-3 2.84375,-3.484375 2.828125,-3.59375 2.828125,-3.625 2.828125,-3.984375 v -1.96875 c 0,-0.421875 0,-0.734375 -0.484375,-1.109375 C 1.9375,-7.375 1.25,-7.484375 0.921875,-7.484375 c -0.09375,0 -0.203125,0 -0.203125,0.125 0,0.09375 0.0625,0.09375 0.15625,0.109375 0.625,0.03125 1.125,0.359375 1.25,0.859375 0.03125,0.09375 0.03125,0.109375 0.03125,0.46875 v 2.09375 c 0,0.453125 0.078125,0.625 0.390625,0.953125 0.21875,0.203125 0.5,0.296875 0.78125,0.375 -0.8125,0.234375 -1.171875,0.703125 -1.171875,1.28125 z m 0,0"
id="path51"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.74999858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
</g>
</g>
</g>
</g>
<g
inkscape:label=""
transform="translate(64.235023,50.174843)"
id="g2421"
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
clip-path="url(#clipPath6965)"
id="g2405"
transform="matrix(0.352778,0,0,0.352778,-0.253559,0.00436558)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
fill="#000000"
fill-opacity="1"
id="g2403"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
id="g2401"
transform="translate(0,7.4720001)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<path
d="m 2.828125,-6.15625 c 0,-0.390625 0.25,-1.03125 1.34375,-1.09375 C 4.21875,-7.265625 4.25,-7.3125 4.25,-7.359375 c 0,-0.125 -0.078125,-0.125 -0.1875,-0.125 -0.984375,0 -1.90625,0.515625 -1.90625,1.25 v 2.28125 c 0,0.390625 0,0.703125 -0.40625,1.03125 -0.34375,0.296875 -0.71875,0.3125 -0.9375,0.3125 C 0.75,-2.59375 0.71875,-2.546875 0.71875,-2.5 c 0,0.109375 0.0625,0.109375 0.15625,0.125 0.65625,0.03125 1.140625,0.390625 1.25,0.875 0.03125,0.109375 0.03125,0.140625 0.03125,0.5 v 1.96875 c 0,0.421875 0,0.734375 0.46875,1.109375 C 3.015625,2.375 3.671875,2.5 4.0625,2.5 4.171875,2.5 4.25,2.5 4.25,2.375 4.25,2.28125 4.203125,2.28125 4.09375,2.265625 3.46875,2.234375 2.984375,1.90625 2.84375,1.40625 2.828125,1.3125 2.828125,1.296875 2.828125,0.9375 v -2.09375 c 0,-0.453125 -0.09375,-0.625 -0.40625,-0.953125 C 2.21875,-2.3125 1.921875,-2.40625 1.640625,-2.5 c 0.828125,-0.21875 1.1875,-0.6875 1.1875,-1.265625 z m 0,0"
id="path2399"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
</g>
</g>
</g>
<g
fill="#000000"
fill-opacity="1"
id="g2411"
transform="matrix(0.352778,0,0,0.352778,-0.253559,0.00436558)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
id="g2409"
transform="translate(4.9809999,7.4720001)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<path
d="M 1.59375,-0.78125 C 1.5,-0.390625 1.46875,-0.3125 0.6875,-0.3125 c -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.421875,0 0.515625,0 0.6875,0 H 4.25 C 5.828125,0 7,-1.171875 7,-2.15625 7,-2.875 6.421875,-3.453125 5.453125,-3.5625 6.484375,-3.75 7.53125,-4.484375 7.53125,-5.4375 c 0,-0.734375 -0.65625,-1.375 -1.84375,-1.375 H 2.328125 c -0.1875,0 -0.28125,0 -0.28125,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 -0.015625,0.0625 -0.03125,0.1875 z m 1.5,-2.875 0.625,-2.46875 C 3.8125,-6.46875 3.828125,-6.5 4.25,-6.5 h 1.296875 c 0.875,0 1.078125,0.59375 1.078125,1.03125 0,0.875 -0.859375,1.8125 -2.0625,1.8125 z m -0.4375,3.34375 c -0.140625,0 -0.15625,0 -0.21875,0 -0.109375,-0.015625 -0.140625,-0.03125 -0.140625,-0.109375 0,-0.03125 0,-0.046875 0.0625,-0.21875 l 0.6875,-2.78125 h 1.875 c 0.953125,0 1.15625,0.734375 1.15625,1.15625 C 6.078125,-1.28125 5.1875,-0.3125 4,-0.3125 Z m 0,0"
id="path2407"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
</g>
</g>
<g
clip-path="url(#clipPath5154)"
id="g2419"
transform="matrix(0.352778,0,0,0.352778,-0.253559,0.00436558)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
fill="#000000"
fill-opacity="1"
id="g2417"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<g
id="g2415"
transform="translate(13.038,7.4720001)"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1">
<path
d="m 2.15625,1.171875 c 0,0.390625 -0.265625,1.03125 -1.34375,1.09375 C 0.75,2.28125 0.71875,2.328125 0.71875,2.375 0.71875,2.5 0.828125,2.5 0.921875,2.5 1.890625,2.5 2.8125,2 2.828125,1.25 v -2.28125 c 0,-0.390625 0,-0.703125 0.390625,-1.03125 C 3.5625,-2.359375 3.953125,-2.375 4.171875,-2.375 4.21875,-2.390625 4.25,-2.4375 4.25,-2.5 4.25,-2.59375 4.203125,-2.59375 4.09375,-2.609375 3.4375,-2.640625 2.953125,-3 2.84375,-3.484375 2.828125,-3.59375 2.828125,-3.625 2.828125,-3.984375 v -1.96875 c 0,-0.421875 0,-0.734375 -0.484375,-1.109375 C 1.9375,-7.375 1.25,-7.484375 0.921875,-7.484375 c -0.09375,0 -0.203125,0 -0.203125,0.125 0,0.09375 0.0625,0.09375 0.15625,0.109375 0.625,0.03125 1.125,0.359375 1.25,0.859375 0.03125,0.09375 0.03125,0.109375 0.03125,0.46875 v 2.09375 c 0,0.453125 0.078125,0.625 0.390625,0.953125 0.21875,0.203125 0.5,0.296875 0.78125,0.375 -0.8125,0.234375 -1.171875,0.703125 -1.171875,1.28125 z m 0,0"
id="path2413"
style="font-variation-settings:normal;vector-effect:none;fill:#0072bd;fill-opacity:1;stroke:none;stroke-width:0.749999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
</g>
</g>
</g>
</g>
<g
inkscape:label=""
transform="translate(34.438303,78.678471)"
id="g2850">
<g
clip-path="url(#clipPath8870)"
id="g17"
transform="matrix(0.352778,0,0,0.352778,-0.137804,0.00158747)">
<g
fill="#000000"
fill-opacity="1"
id="g15">
<g
id="use13"
transform="translate(0,6.8080001)">
<path
d="M 7.609375,-6.046875 C 7.703125,-6.40625 7.71875,-6.5 8.4375,-6.5 c 0.265625,0 0.34375,0 0.34375,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 -0.28125,0 -0.984375,-0.03125 -1.28125,-0.03125 -0.078125,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.1875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.046875 -0.03125,0.1875 L 6.1875,-3.703125 H 3.140625 l 0.59375,-2.34375 C 3.8125,-6.40625 3.84375,-6.5 4.5625,-6.5 c 0.265625,0 0.34375,0 0.34375,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.140625,-0.109375 -0.28125,0 -1,0.03125 -1.28125,0.03125 -0.28125,0 -0.984375,-0.03125 -1.28125,-0.03125 -0.078125,0 -0.1875,0 -0.1875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.015625,0 0.203125,0 0.375,0.015625 0.171875,0.03125 0.265625,0.03125 0.265625,0.171875 0,0.03125 0,0.0625 -0.03125,0.1875 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.265625,0 -0.265625,0.203125 C 0.390625,0 0.515625,0 0.53125,0 0.8125,0 1.515625,-0.03125 1.796875,-0.03125 2,-0.03125 2.21875,-0.015625 2.4375,-0.015625 2.65625,-0.015625 2.875,0 3.078125,0 3.15625,0 3.28125,0 3.28125,-0.203125 3.28125,-0.3125 3.1875,-0.3125 3,-0.3125 c -0.375,0 -0.640625,0 -0.640625,-0.171875 0,-0.0625 0.015625,-0.109375 0.015625,-0.171875 l 0.6875,-2.734375 h 3.03125 c -0.40625,1.65625 -0.640625,2.609375 -0.6875,2.75 C 5.3125,-0.3125 5.125,-0.3125 4.5,-0.3125 c -0.140625,0 -0.234375,0 -0.234375,0.203125 C 4.265625,0 4.390625,0 4.40625,0 4.6875,0 5.390625,-0.03125 5.671875,-0.03125 5.875,-0.03125 6.09375,-0.015625 6.3125,-0.015625 6.53125,-0.015625 6.75,0 6.953125,0 7.03125,0 7.15625,0 7.15625,-0.203125 7.15625,-0.3125 7.0625,-0.3125 6.875,-0.3125 c -0.359375,0 -0.640625,0 -0.640625,-0.171875 0,-0.0625 0.015625,-0.109375 0.03125,-0.171875 z m 0,0"
id="path23" />
</g>
</g>
</g>
</g>
<g
inkscape:label=""
transform="translate(47.600311,66.04869)"
id="g3259">
<g
fill="#000000"
fill-opacity="1"
id="g19"
transform="matrix(0.352778,0,0,0.352778,-0.15434,0.00101418)">
<g
id="use17"
transform="translate(0,6.9190001)">
<path
d="m 2.578125,-6.8125 c 0,0 0,-0.109375 -0.140625,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.203125 0,0.109375 0.109375,0.109375 0.25,0.109375 0.484375,0 0.5,0.09375 0.5,0.171875 L 1.75,-6.125 0.484375,-1.140625 C 0.453125,-1.03125 0.4375,-0.96875 0.4375,-0.8125 c 0,0.578125 0.4375,0.921875 0.90625,0.921875 0.328125,0 0.578125,-0.203125 0.75,-0.5625 0.171875,-0.375 0.296875,-0.953125 0.296875,-0.96875 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.125,0.1875 C 1.96875,-0.703125 1.78125,-0.109375 1.375,-0.109375 c -0.296875,0 -0.296875,-0.3125 -0.296875,-0.453125 0,-0.25 0.015625,-0.296875 0.0625,-0.484375 z m 0,0"
id="path31" />
</g>
</g>
<g
clip-path="url(#clipPath9351)"
id="g3257"
transform="matrix(0.352778,0,0,0.352778,-0.15434,0.00101418)">
<g
fill="#000000"
fill-opacity="1"
id="g23">
<g
id="use21"
transform="translate(2.973,8.4130001)">
<path
d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0"
id="path35" />
</g>
</g>
</g>
</g>
<g
inkscape:label=""
transform="translate(39.389783,45.258455)"
id="g3697">
<g
fill="#000000"
fill-opacity="1"
id="g3687"
transform="matrix(0.352778,0,0,0.352778,-0.15434,0.00101418)">
<g
id="g3685"
transform="translate(0,6.9190001)">
<path
d="m 2.578125,-6.8125 c 0,0 0,-0.109375 -0.140625,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.203125 0,0.109375 0.109375,0.109375 0.25,0.109375 0.484375,0 0.5,0.09375 0.5,0.171875 L 1.75,-6.125 0.484375,-1.140625 C 0.453125,-1.03125 0.4375,-0.96875 0.4375,-0.8125 c 0,0.578125 0.4375,0.921875 0.90625,0.921875 0.328125,0 0.578125,-0.203125 0.75,-0.5625 0.171875,-0.375 0.296875,-0.953125 0.296875,-0.96875 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.125,0.1875 C 1.96875,-0.703125 1.78125,-0.109375 1.375,-0.109375 c -0.296875,0 -0.296875,-0.3125 -0.296875,-0.453125 0,-0.25 0.015625,-0.296875 0.0625,-0.484375 z m 0,0"
id="path3683" />
</g>
</g>
<g
clip-path="url(#clipPath9047)"
id="g3695"
transform="matrix(0.352778,0,0,0.352778,-0.15434,0.00101418)">
<g
fill="#000000"
fill-opacity="1"
id="g3693">
<g
id="g3691"
transform="translate(2.973,8.4130001)">
<path
d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0"
id="path3689" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -0,0 +1,865 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="87.184654mm"
height="43.560799mm"
viewBox="0 0 87.184656 43.560799"
version="1.1"
id="svg12460"
sodipodi:docname="apa_model_schematic.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<defs
id="defs12454">
<marker
style="overflow:visible"
id="DotS"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="DotS"
inkscape:isstock="true">
<path
transform="matrix(0.2,0,0,0.2,1.48,0.2)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
id="path13178" />
</marker>
<marker
style="overflow:visible"
id="DotM"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="DotM"
inkscape:isstock="true">
<path
transform="matrix(0.4,0,0,0.4,2.96,0.4)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
id="path13175" />
</marker>
<marker
style="overflow:visible"
id="marker15648"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path15646" />
</marker>
<marker
style="overflow:visible"
id="marker15246"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true">
<path
transform="scale(0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path15244" />
</marker>
<marker
style="overflow:visible"
id="marker15200"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true"
inkscape:collect="always">
<path
transform="scale(-0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path15198" />
</marker>
<marker
style="overflow:visible"
id="marker15140"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true"
inkscape:collect="always">
<path
transform="scale(-0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path15138" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mstart"
inkscape:isstock="true"
inkscape:collect="always">
<path
transform="scale(0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path13135" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mend"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true"
inkscape:collect="always">
<path
transform="scale(-0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path13138" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Mend-8"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path13138-1" />
</marker>
<g
id="g5428">
<symbol
overflow="visible"
id="symbol1303">
<path
style="stroke:none"
d=""
id="path1601" />
</symbol>
<symbol
overflow="visible"
id="symbol9573">
<path
style="stroke:none"
d="M 6.265625,-5.671875 C 6.75,-6.453125 7.171875,-6.484375 7.53125,-6.5 c 0.125,-0.015625 0.140625,-0.171875 0.140625,-0.1875 0,-0.078125 -0.0625,-0.125 -0.140625,-0.125 -0.25,0 -0.546875,0.03125 -0.8125,0.03125 -0.328125,0 -0.671875,-0.03125 -0.984375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.1875 0,0.109375 0.078125,0.125 0.15625,0.125 0.265625,0.015625 0.453125,0.125 0.453125,0.328125 0,0.15625 -0.140625,0.375 -0.140625,0.375 l -3.0625,4.875 -0.6875,-5.28125 C 2.265625,-6.375 2.5,-6.5 2.953125,-6.5 c 0.140625,0 0.25,0 0.25,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.125,-0.109375 -0.40625,0 -0.828125,0.03125 -1.25,0.03125 -0.171875,0 -0.359375,0 -0.546875,0 -0.171875,0 -0.359375,-0.03125 -0.53125,-0.03125 -0.078125,0 -0.1875,0 -0.1875,0.1875 0,0.125 0.078125,0.125 0.25,0.125 0.546875,0 0.5625,0.09375 0.59375,0.34375 L 2.1875,-0.015625 C 2.21875,0.1875 2.265625,0.21875 2.390625,0.21875 c 0.15625,0 0.203125,-0.046875 0.28125,-0.171875 z m 0,0"
id="path9181" />
</symbol>
<symbol
overflow="visible"
id="symbol6777">
<path
style="stroke:none"
d=""
id="path4046" />
</symbol>
<symbol
overflow="visible"
id="symbol2918">
<path
style="stroke:none"
d="m 3,-2.625 c -0.171875,0.046875 -0.296875,0.1875 -0.296875,0.328125 0,0.171875 0.140625,0.234375 0.234375,0.234375 0.078125,0 0.34375,-0.046875 0.34375,-0.40625 0,-0.453125 -0.5,-0.609375 -0.9375,-0.609375 -1.078125,0 -1.28125,0.8125 -1.28125,1.015625 0,0.265625 0.15625,0.4375 0.25,0.515625 0.171875,0.140625 0.296875,0.171875 0.78125,0.25 0.15625,0.03125 0.59375,0.109375 0.59375,0.453125 0,0.125 -0.078125,0.390625 -0.359375,0.5625 C 2.046875,-0.125 1.703125,-0.125 1.625,-0.125 1.34375,-0.125 0.953125,-0.1875 0.78125,-0.421875 1.015625,-0.453125 1.171875,-0.625 1.171875,-0.8125 c 0,-0.171875 -0.125,-0.265625 -0.265625,-0.265625 -0.203125,0 -0.40625,0.171875 -0.40625,0.46875 0,0.421875 0.4375,0.671875 1.109375,0.671875 1.296875,0 1.53125,-0.875 1.53125,-1.140625 0,-0.640625 -0.703125,-0.765625 -0.96875,-0.8125 -0.0625,-0.015625 -0.234375,-0.046875 -0.28125,-0.0625 -0.25,-0.046875 -0.375,-0.1875 -0.375,-0.34375 0,-0.15625 0.125,-0.34375 0.28125,-0.453125 0.1875,-0.109375 0.421875,-0.125 0.546875,-0.125 0.140625,0 0.5,0.015625 0.65625,0.25 z m 0,0"
id="path3004" />
</symbol>
</g>
<g
id="g8838">
<symbol
overflow="visible"
id="symbol4697">
<path
style="stroke:none"
d=""
id="path6382" />
</symbol>
<symbol
overflow="visible"
id="symbol316">
<path
style="stroke:none"
d="m 5.796875,-5.0625 c 0.359375,-0.578125 0.671875,-0.75 1.09375,-0.78125 0.109375,-0.015625 0.1875,-0.015625 0.1875,-0.171875 0,-0.0625 -0.0625,-0.109375 -0.125,-0.109375 -0.03125,0 -0.25,0.03125 -0.734375,0.03125 -0.28125,0 -0.59375,-0.03125 -0.859375,-0.03125 -0.0625,0 -0.171875,0.015625 -0.171875,0.15625 0,0.109375 0.109375,0.125 0.125,0.125 0.09375,0 0.421875,0.015625 0.421875,0.28125 0,0.078125 -0.03125,0.140625 -0.0625,0.203125 C 5.625,-5.28125 5.609375,-5.25 5.578125,-5.1875 l -2.8125,4.359375 -0.671875,-4.75 c 0,-0.078125 0.0625,-0.265625 0.609375,-0.265625 0.109375,0 0.21875,0 0.21875,-0.171875 0,-0.09375 -0.09375,-0.109375 -0.140625,-0.109375 -0.15625,0 -0.34375,0.015625 -0.515625,0.015625 -0.1875,0 -0.375,0.015625 -0.578125,0.015625 -0.15625,0 -0.40625,0 -0.484375,-0.015625 -0.078125,0 -0.4375,-0.015625 -0.515625,-0.015625 -0.03125,0 -0.15625,0 -0.15625,0.15625 0,0.125 0.09375,0.125 0.203125,0.125 0.5,0 0.515625,0.078125 0.546875,0.296875 l 0.796875,5.515625 c 0.015625,0.171875 0.03125,0.234375 0.1875,0.234375 0.140625,0 0.1875,-0.078125 0.25,-0.1875 z m 0,0"
id="path9851" />
</symbol>
<symbol
overflow="visible"
id="symbol5540">
<path
style="stroke:none"
d=""
id="path6606" />
</symbol>
<symbol
overflow="visible"
id="symbol6739">
<path
style="stroke:none"
d="M 2.734375,-2.25 C 2.5625,-2.203125 2.5,-2.0625 2.5,-1.96875 c 0,0.09375 0.0625,0.203125 0.203125,0.203125 0.125,0 0.296875,-0.09375 0.296875,-0.34375 0,-0.40625 -0.453125,-0.53125 -0.84375,-0.53125 -0.921875,0 -1.140625,0.609375 -1.140625,0.859375 0,0.484375 0.546875,0.578125 0.703125,0.609375 0.453125,0.078125 0.796875,0.140625 0.796875,0.4375 0,0.125 -0.09375,0.34375 -0.3125,0.453125 -0.234375,0.125 -0.484375,0.140625 -0.671875,0.140625 -0.203125,0 -0.578125,-0.015625 -0.75,-0.21875 0.21875,-0.03125 0.3125,-0.203125 0.3125,-0.34375 0,-0.125 -0.078125,-0.21875 -0.25,-0.21875 -0.15625,0 -0.34375,0.125 -0.34375,0.40625 0,0.328125 0.328125,0.578125 1.03125,0.578125 1.125,0 1.359375,-0.703125 1.359375,-0.96875 0,-0.203125 -0.078125,-0.34375 -0.21875,-0.453125 C 2.484375,-1.53125 2.25,-1.5625 1.96875,-1.609375 1.671875,-1.671875 1.390625,-1.71875 1.390625,-1.953125 c 0,0 0,-0.484375 0.75,-0.484375 0.15625,0 0.453125,0.015625 0.59375,0.1875 z m 0,0"
id="path9686" />
</symbol>
</g>
<g
id="g9737">
<symbol
overflow="visible"
id="symbol8307">
<path
style="stroke:none"
d=""
id="path915" />
</symbol>
<symbol
overflow="visible"
id="symbol2168">
<path
style="stroke:none"
d="M 4.5625,-3.359375 C 4.578125,-3.390625 4.640625,-3.453125 4.6875,-3.5 4.9375,-3.8125 5.140625,-3.84375 5.375,-3.84375 5.453125,-3.859375 5.484375,-3.9375 5.484375,-4 5.46875,-4.015625 5.46875,-4.09375 5.390625,-4.09375 c -0.15625,0 -0.34375,0.03125 -0.515625,0.03125 -0.140625,0 -0.5,-0.03125 -0.640625,-0.03125 -0.09375,0 -0.125,0.078125 -0.125,0.15625 0,0.078125 0.078125,0.09375 0.125,0.09375 0.03125,0 0.234375,0.015625 0.234375,0.15625 0,0.078125 -0.0625,0.1875 -0.109375,0.234375 L 2.34375,-0.5625 1.734375,-3.609375 C 1.71875,-3.671875 1.71875,-3.6875 1.71875,-3.703125 c 0,-0.078125 0.125,-0.140625 0.40625,-0.140625 0.078125,0 0.15625,0 0.15625,-0.15625 0,-0.015625 0,-0.09375 -0.09375,-0.09375 -0.125,0 -0.265625,0.03125 -0.40625,0.03125 -0.125,0 -0.25,0 -0.390625,0 0,0 -0.34375,0 -0.34375,0 -0.109375,0 -0.234375,-0.03125 -0.34375,-0.03125 -0.0625,0 -0.140625,0.03125 -0.140625,0.15625 0,0.09375 0.09375,0.09375 0.171875,0.09375 0.34375,0 0.359375,0.046875 0.390625,0.171875 L 1.84375,-0.03125 C 1.859375,0.078125 1.875,0.125 2,0.125 2.125,0.125 2.15625,0.078125 2.21875,0 Z m 0,0"
id="path1471" />
</symbol>
<symbol
overflow="visible"
id="symbol8935">
<path
style="stroke:none"
d=""
id="path4927" />
</symbol>
<symbol
overflow="visible"
id="symbol1020">
<path
style="stroke:none"
d="m 2.53125,-1.890625 c -0.171875,0.0625 -0.203125,0.203125 -0.203125,0.25 0,0.125 0.109375,0.1875 0.1875,0.1875 0.0625,0 0.265625,-0.046875 0.265625,-0.3125 0,-0.328125 -0.390625,-0.4375 -0.765625,-0.4375 -0.84375,0 -1,0.515625 -1,0.6875 0,0.1875 0.09375,0.296875 0.1875,0.359375 0.140625,0.09375 0.296875,0.125 0.5625,0.171875 0.3125,0.046875 0.65625,0.09375 0.65625,0.34375 0,0.015625 0,0.53125 -0.921875,0.53125 -0.1875,0 -0.5,-0.015625 -0.65625,-0.171875 0.1875,-0.046875 0.265625,-0.1875 0.265625,-0.3125 0,-0.140625 -0.109375,-0.203125 -0.21875,-0.203125 -0.171875,0 -0.3125,0.140625 -0.3125,0.359375 0,0.5 0.765625,0.5 0.921875,0.5 1.015625,0 1.1875,-0.59375 1.1875,-0.796875 C 2.6875,-1.1875 2.140625,-1.265625 1.890625,-1.3125 1.53125,-1.375 1.28125,-1.40625 1.28125,-1.609375 c 0,-0.015625 0,-0.421875 0.71875,-0.421875 0.140625,0 0.390625,0 0.53125,0.140625 z m 0,0"
id="path1338" />
</symbol>
</g>
<g
id="g5204">
<symbol
overflow="visible"
id="symbol8507">
<path
style="stroke:none"
d=""
id="path7557" />
</symbol>
<symbol
overflow="visible"
id="symbol5202">
<path
style="stroke:none"
d="M 6.265625,-5.671875 C 6.75,-6.453125 7.171875,-6.484375 7.53125,-6.5 c 0.125,-0.015625 0.140625,-0.171875 0.140625,-0.1875 0,-0.078125 -0.0625,-0.125 -0.140625,-0.125 -0.25,0 -0.546875,0.03125 -0.8125,0.03125 -0.328125,0 -0.671875,-0.03125 -0.984375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.1875 0,0.109375 0.078125,0.125 0.15625,0.125 0.265625,0.015625 0.453125,0.125 0.453125,0.328125 0,0.15625 -0.140625,0.375 -0.140625,0.375 l -3.0625,4.875 -0.6875,-5.28125 C 2.265625,-6.375 2.5,-6.5 2.953125,-6.5 c 0.140625,0 0.25,0 0.25,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.125,-0.109375 -0.40625,0 -0.828125,0.03125 -1.25,0.03125 -0.171875,0 -0.359375,0 -0.546875,0 -0.171875,0 -0.359375,-0.03125 -0.53125,-0.03125 -0.078125,0 -0.1875,0 -0.1875,0.1875 0,0.125 0.078125,0.125 0.25,0.125 0.546875,0 0.5625,0.09375 0.59375,0.34375 L 2.1875,-0.015625 C 2.21875,0.1875 2.265625,0.21875 2.390625,0.21875 c 0.15625,0 0.203125,-0.046875 0.28125,-0.171875 z m 0,0"
id="path4623" />
</symbol>
<symbol
overflow="visible"
id="symbol473">
<path
style="stroke:none"
d=""
id="path9706" />
</symbol>
<symbol
overflow="visible"
id="symbol8237">
<path
style="stroke:none"
d="m 3,-2.625 c -0.171875,0.046875 -0.296875,0.1875 -0.296875,0.328125 0,0.171875 0.140625,0.234375 0.234375,0.234375 0.078125,0 0.34375,-0.046875 0.34375,-0.40625 0,-0.453125 -0.5,-0.609375 -0.9375,-0.609375 -1.078125,0 -1.28125,0.8125 -1.28125,1.015625 0,0.265625 0.15625,0.4375 0.25,0.515625 0.171875,0.140625 0.296875,0.171875 0.78125,0.25 0.15625,0.03125 0.59375,0.109375 0.59375,0.453125 0,0.125 -0.078125,0.390625 -0.359375,0.5625 C 2.046875,-0.125 1.703125,-0.125 1.625,-0.125 1.34375,-0.125 0.953125,-0.1875 0.78125,-0.421875 1.015625,-0.453125 1.171875,-0.625 1.171875,-0.8125 c 0,-0.171875 -0.125,-0.265625 -0.265625,-0.265625 -0.203125,0 -0.40625,0.171875 -0.40625,0.46875 0,0.421875 0.4375,0.671875 1.109375,0.671875 1.296875,0 1.53125,-0.875 1.53125,-1.140625 0,-0.640625 -0.703125,-0.765625 -0.96875,-0.8125 -0.0625,-0.015625 -0.234375,-0.046875 -0.28125,-0.0625 -0.25,-0.046875 -0.375,-0.1875 -0.375,-0.34375 0,-0.15625 0.125,-0.34375 0.28125,-0.453125 0.1875,-0.109375 0.421875,-0.125 0.546875,-0.125 0.140625,0 0.5,0.015625 0.65625,0.25 z m 0,0"
id="path9913" />
</symbol>
</g>
<g
id="g8859">
<symbol
overflow="visible"
id="symbol379">
<path
style="stroke:none"
d=""
id="path3593" />
</symbol>
<symbol
overflow="visible"
id="symbol4753">
<path
style="stroke:none"
d="M 6.265625,-5.671875 C 6.75,-6.453125 7.171875,-6.484375 7.53125,-6.5 c 0.125,-0.015625 0.140625,-0.171875 0.140625,-0.1875 0,-0.078125 -0.0625,-0.125 -0.140625,-0.125 -0.25,0 -0.546875,0.03125 -0.8125,0.03125 -0.328125,0 -0.671875,-0.03125 -0.984375,-0.03125 -0.0625,0 -0.1875,0 -0.1875,0.1875 0,0.109375 0.078125,0.125 0.15625,0.125 0.265625,0.015625 0.453125,0.125 0.453125,0.328125 0,0.15625 -0.140625,0.375 -0.140625,0.375 l -3.0625,4.875 -0.6875,-5.28125 C 2.265625,-6.375 2.5,-6.5 2.953125,-6.5 c 0.140625,0 0.25,0 0.25,-0.203125 0,-0.078125 -0.078125,-0.109375 -0.125,-0.109375 -0.40625,0 -0.828125,0.03125 -1.25,0.03125 -0.171875,0 -0.359375,0 -0.546875,0 -0.171875,0 -0.359375,-0.03125 -0.53125,-0.03125 -0.078125,0 -0.1875,0 -0.1875,0.1875 0,0.125 0.078125,0.125 0.25,0.125 0.546875,0 0.5625,0.09375 0.59375,0.34375 L 2.1875,-0.015625 C 2.21875,0.1875 2.265625,0.21875 2.390625,0.21875 c 0.15625,0 0.203125,-0.046875 0.28125,-0.171875 z m 0,0"
id="path314" />
</symbol>
<symbol
overflow="visible"
id="symbol5860">
<path
style="stroke:none"
d=""
id="path1166" />
</symbol>
<symbol
overflow="visible"
id="symbol4304">
<path
style="stroke:none"
d="m 2.9375,-2.65625 c -0.140625,-0.234375 -0.375,-0.421875 -0.71875,-0.421875 -0.890625,0 -1.796875,0.984375 -1.796875,1.984375 0,0.6875 0.453125,1.15625 1.0625,1.15625 0.375,0 0.703125,-0.203125 0.984375,-0.484375 C 2.59375,0 3,0.0625 3.1875,0.0625 c 0.25,0 0.421875,-0.140625 0.546875,-0.359375 0.15625,-0.28125 0.25,-0.671875 0.25,-0.703125 0,-0.09375 -0.09375,-0.09375 -0.109375,-0.09375 -0.109375,0 -0.109375,0.03125 -0.15625,0.21875 C 3.625,-0.53125 3.5,-0.125 3.203125,-0.125 3.03125,-0.125 2.96875,-0.28125 2.96875,-0.46875 c 0,-0.109375 0.0625,-0.375 0.109375,-0.546875 0.046875,-0.1875 0.125,-0.46875 0.15625,-0.625 L 3.375,-2.171875 C 3.421875,-2.359375 3.5,-2.6875 3.5,-2.71875 3.5,-2.875 3.375,-2.9375 3.265625,-2.9375 c -0.125,0 -0.28125,0.078125 -0.328125,0.28125 z M 2.5,-0.875 C 2.453125,-0.671875 2.296875,-0.53125 2.140625,-0.40625 2.078125,-0.34375 1.796875,-0.125 1.5,-0.125 c -0.265625,0 -0.515625,-0.1875 -0.515625,-0.671875 0,-0.375 0.203125,-1.140625 0.375,-1.421875 0.3125,-0.5625 0.671875,-0.65625 0.859375,-0.65625 0.484375,0 0.625,0.53125 0.625,0.609375 0,0.015625 -0.015625,0.078125 -0.015625,0.09375 z m 0,0"
id="path3919" />
</symbol>
</g>
<g
id="g8703">
<symbol
overflow="visible"
id="symbol6053">
<path
style="stroke:none"
d=""
id="path5544" />
</symbol>
<symbol
overflow="visible"
id="symbol5569">
<path
style="stroke:none"
d="m 3.015625,-3.234375 h 0.96875 c 0.75,0 0.828125,0.15625 0.828125,0.4375 0,0.078125 0,0.1875 -0.0625,0.5 C 4.71875,-2.25 4.71875,-2.21875 4.71875,-2.1875 c 0,0.078125 0.0625,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.03125 0.15625,-0.203125 L 5.53125,-4.453125 C 5.5625,-4.5625 5.5625,-4.578125 5.5625,-4.609375 5.5625,-4.625 5.546875,-4.71875 5.4375,-4.71875 5.34375,-4.71875 5.328125,-4.671875 5.296875,-4.5 5.078125,-3.734375 4.859375,-3.546875 4,-3.546875 H 3.09375 l 0.640625,-2.53125 C 3.828125,-6.4375 3.84375,-6.46875 4.28125,-6.46875 h 1.3125 c 1.21875,0 1.453125,0.328125 1.453125,1.09375 0,0.234375 0,0.265625 -0.03125,0.546875 C 7,-4.703125 7,-4.6875 7,-4.65625 c 0,0.046875 0.03125,0.125 0.125,0.125 0.109375,0 0.109375,-0.0625 0.125,-0.25 L 7.453125,-6.515625 C 7.484375,-6.78125 7.4375,-6.78125 7.1875,-6.78125 H 2.296875 c -0.1875,0 -0.296875,0 -0.296875,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.375,0 0.65625,0 0.65625,0.171875 0,0.046875 0,0.0625 -0.0625,0.25 L 1.5625,-0.78125 c -0.09375,0.390625 -0.109375,0.46875 -0.90625,0.46875 -0.171875,0 -0.28125,0 -0.28125,0.1875 C 0.375,0 0.5,0 0.53125,0 0.8125,0 1.5625,-0.03125 1.84375,-0.03125 2.171875,-0.03125 3,0 3.328125,0 3.421875,0 3.53125,0 3.53125,-0.1875 3.53125,-0.265625 3.484375,-0.296875 3.484375,-0.296875 3.453125,-0.3125 3.421875,-0.3125 3.203125,-0.3125 c -0.21875,0 -0.265625,0 -0.515625,-0.015625 -0.296875,-0.03125 -0.328125,-0.078125 -0.328125,-0.203125 0,-0.015625 0,-0.078125 0.046875,-0.21875 z m 0,0"
id="path2178" />
</symbol>
<symbol
overflow="visible"
id="symbol6391">
<path
style="stroke:none"
d=""
id="path973" />
</symbol>
<symbol
overflow="visible"
id="symbol7145">
<path
style="stroke:none"
d="m 2.9375,-2.65625 c -0.140625,-0.234375 -0.375,-0.421875 -0.71875,-0.421875 -0.890625,0 -1.796875,0.984375 -1.796875,1.984375 0,0.6875 0.453125,1.15625 1.0625,1.15625 0.375,0 0.703125,-0.203125 0.984375,-0.484375 C 2.59375,0 3,0.0625 3.1875,0.0625 c 0.25,0 0.421875,-0.140625 0.546875,-0.359375 0.15625,-0.28125 0.25,-0.671875 0.25,-0.703125 0,-0.09375 -0.09375,-0.09375 -0.109375,-0.09375 -0.109375,0 -0.109375,0.03125 -0.15625,0.21875 C 3.625,-0.53125 3.5,-0.125 3.203125,-0.125 3.03125,-0.125 2.96875,-0.28125 2.96875,-0.46875 c 0,-0.109375 0.0625,-0.375 0.109375,-0.546875 0.046875,-0.1875 0.125,-0.46875 0.15625,-0.625 L 3.375,-2.171875 C 3.421875,-2.359375 3.5,-2.6875 3.5,-2.71875 3.5,-2.875 3.375,-2.9375 3.265625,-2.9375 c -0.125,0 -0.28125,0.078125 -0.328125,0.28125 z M 2.5,-0.875 C 2.453125,-0.671875 2.296875,-0.53125 2.140625,-0.40625 2.078125,-0.34375 1.796875,-0.125 1.5,-0.125 c -0.265625,0 -0.515625,-0.1875 -0.515625,-0.671875 0,-0.375 0.203125,-1.140625 0.375,-1.421875 0.3125,-0.5625 0.671875,-0.65625 0.859375,-0.65625 0.484375,0 0.625,0.53125 0.625,0.609375 0,0.015625 -0.015625,0.078125 -0.015625,0.09375 z m 0,0"
id="path8873" />
</symbol>
</g>
<g
id="g2752">
<symbol
overflow="visible"
id="symbol7388">
<path
style="stroke:none"
d=""
id="path8492" />
</symbol>
<symbol
overflow="visible"
id="symbol1058">
<path
style="stroke:none"
d="m 5.140625,-6.8125 c 0,0 0,-0.109375 -0.125,-0.109375 -0.15625,0 -1.09375,0.09375 -1.265625,0.109375 -0.078125,0.015625 -0.140625,0.0625 -0.140625,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 4.3125,-6.125 3.71875,-3.765625 C 3.53125,-4.140625 3.25,-4.40625 2.796875,-4.40625 c -1.15625,0 -2.390625,1.46875 -2.390625,2.921875 0,0.9375 0.546875,1.59375 1.3125,1.59375 0.203125,0 0.703125,-0.046875 1.296875,-0.75 0.078125,0.421875 0.4375,0.75 0.90625,0.75 0.359375,0 0.578125,-0.234375 0.75,-0.546875 0.15625,-0.359375 0.296875,-0.96875 0.296875,-0.984375 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.171875,0.640625 -0.34375,1.234375 -0.75,1.234375 -0.28125,0 -0.296875,-0.265625 -0.296875,-0.453125 0,-0.25 0.015625,-0.3125 0.046875,-0.484375 z m -2.0625,5.625 C 3.015625,-1 3.015625,-0.984375 2.875,-0.8125 2.4375,-0.265625 2.03125,-0.109375 1.75,-0.109375 c -0.5,0 -0.640625,-0.546875 -0.640625,-0.9375 0,-0.5 0.3125,-1.71875 0.546875,-2.1875 0.3125,-0.578125 0.75,-0.953125 1.15625,-0.953125 0.640625,0 0.78125,0.8125 0.78125,0.875 0,0.0625 -0.015625,0.125 -0.03125,0.171875 z m 0,0"
id="path3941" />
</symbol>
<symbol
overflow="visible"
id="symbol4676">
<path
style="stroke:none"
d="m 2.578125,-6.8125 c 0,0 0,-0.109375 -0.140625,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.203125 0,0.109375 0.109375,0.109375 0.25,0.109375 0.484375,0 0.5,0.09375 0.5,0.171875 L 1.75,-6.125 0.484375,-1.140625 C 0.453125,-1.03125 0.4375,-0.96875 0.4375,-0.8125 c 0,0.578125 0.4375,0.921875 0.90625,0.921875 0.328125,0 0.578125,-0.203125 0.75,-0.5625 0.171875,-0.375 0.296875,-0.953125 0.296875,-0.96875 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.125,0.1875 C 1.96875,-0.703125 1.78125,-0.109375 1.375,-0.109375 c -0.296875,0 -0.296875,-0.3125 -0.296875,-0.453125 0,-0.25 0.015625,-0.296875 0.0625,-0.484375 z m 0,0"
id="path9316" />
</symbol>
</g>
<g
id="g3329">
<symbol
overflow="visible"
id="symbol8920">
<path
style="stroke:none"
d=""
id="path2563" />
</symbol>
<symbol
overflow="visible"
id="symbol3120">
<path
style="stroke:none"
d="m 5.140625,-6.8125 c 0,0 0,-0.109375 -0.125,-0.109375 -0.15625,0 -1.09375,0.09375 -1.265625,0.109375 -0.078125,0.015625 -0.140625,0.0625 -0.140625,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 4.3125,-6.125 3.71875,-3.765625 C 3.53125,-4.140625 3.25,-4.40625 2.796875,-4.40625 c -1.15625,0 -2.390625,1.46875 -2.390625,2.921875 0,0.9375 0.546875,1.59375 1.3125,1.59375 0.203125,0 0.703125,-0.046875 1.296875,-0.75 0.078125,0.421875 0.4375,0.75 0.90625,0.75 0.359375,0 0.578125,-0.234375 0.75,-0.546875 0.15625,-0.359375 0.296875,-0.96875 0.296875,-0.984375 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.171875,0.640625 -0.34375,1.234375 -0.75,1.234375 -0.28125,0 -0.296875,-0.265625 -0.296875,-0.453125 0,-0.25 0.015625,-0.3125 0.046875,-0.484375 z m -2.0625,5.625 C 3.015625,-1 3.015625,-0.984375 2.875,-0.8125 2.4375,-0.265625 2.03125,-0.109375 1.75,-0.109375 c -0.5,0 -0.640625,-0.546875 -0.640625,-0.9375 0,-0.5 0.3125,-1.71875 0.546875,-2.1875 0.3125,-0.578125 0.75,-0.953125 1.15625,-0.953125 0.640625,0 0.78125,0.8125 0.78125,0.875 0,0.0625 -0.015625,0.125 -0.03125,0.171875 z m 0,0"
id="path316" />
</symbol>
<symbol
overflow="visible"
id="symbol763">
<path
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.15625,0 0.3125,-0.125 0.359375,-0.265625 l 0.1875,-0.75 0.21875,-0.890625 C 1.671875,-2.03125 1.734375,-2.25 1.78125,-2.46875 1.796875,-2.53125 1.890625,-2.859375 1.890625,-2.921875 1.921875,-3.015625 2.234375,-3.5625 2.578125,-3.84375 2.796875,-4 3.09375,-4.1875 3.53125,-4.1875 c 0.421875,0 0.53125,0.34375 0.53125,0.703125 0,0.53125 -0.375,1.625 -0.609375,2.234375 C 3.375,-1.03125 3.3125,-0.90625 3.3125,-0.703125 c 0,0.46875 0.359375,0.8125 0.828125,0.8125 0.9375,0 1.296875,-1.453125 1.296875,-1.53125 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.03125 -0.15625,0.1875 -0.140625,0.53125 -0.46875,1.234375 -1.015625,1.234375 -0.171875,0 -0.234375,-0.09375 -0.234375,-0.328125 0,-0.25 0.078125,-0.484375 0.171875,-0.703125 0.15625,-0.4375 0.609375,-1.625 0.609375,-2.203125 0,-0.640625 -0.390625,-1.0625 -1.140625,-1.0625 -0.625,0 -1.109375,0.3125 -1.484375,0.765625 z m 0,0"
id="path9661" />
</symbol>
</g>
<g
id="g1863">
<symbol
overflow="visible"
id="symbol7724">
<path
style="stroke:none"
d=""
id="path2989" />
</symbol>
<symbol
overflow="visible"
id="symbol5179">
<path
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.15625,0 0.3125,-0.125 0.359375,-0.265625 l 0.1875,-0.75 0.21875,-0.890625 C 1.671875,-2.03125 1.734375,-2.25 1.78125,-2.46875 1.796875,-2.53125 1.890625,-2.859375 1.890625,-2.921875 1.921875,-3.015625 2.234375,-3.5625 2.578125,-3.84375 2.796875,-4 3.09375,-4.1875 3.53125,-4.1875 c 0.421875,0 0.53125,0.34375 0.53125,0.703125 0,0.53125 -0.375,1.625 -0.609375,2.234375 C 3.375,-1.03125 3.3125,-0.90625 3.3125,-0.703125 c 0,0.46875 0.359375,0.8125 0.828125,0.8125 0.9375,0 1.296875,-1.453125 1.296875,-1.53125 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.03125 -0.15625,0.1875 -0.140625,0.53125 -0.46875,1.234375 -1.015625,1.234375 -0.171875,0 -0.234375,-0.09375 -0.234375,-0.328125 0,-0.25 0.078125,-0.484375 0.171875,-0.703125 0.15625,-0.4375 0.609375,-1.625 0.609375,-2.203125 0,-0.640625 -0.390625,-1.0625 -1.140625,-1.0625 -0.625,0 -1.109375,0.3125 -1.484375,0.765625 z m 0,0"
id="path178" />
</symbol>
</g>
<g
id="g4806">
<symbol
overflow="visible"
id="symbol4859">
<path
style="stroke:none"
d=""
id="path1343" />
</symbol>
<symbol
overflow="visible"
id="symbol8925">
<path
style="stroke:none"
d="m 2.578125,-6.8125 c 0,0 0,-0.109375 -0.140625,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.203125 0,0.109375 0.109375,0.109375 0.25,0.109375 0.484375,0 0.5,0.09375 0.5,0.171875 L 1.75,-6.125 0.484375,-1.140625 C 0.453125,-1.03125 0.4375,-0.96875 0.4375,-0.8125 c 0,0.578125 0.4375,0.921875 0.90625,0.921875 0.328125,0 0.578125,-0.203125 0.75,-0.5625 0.171875,-0.375 0.296875,-0.953125 0.296875,-0.96875 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.125,0.1875 C 1.96875,-0.703125 1.78125,-0.109375 1.375,-0.109375 c -0.296875,0 -0.296875,-0.3125 -0.296875,-0.453125 0,-0.25 0.015625,-0.296875 0.0625,-0.484375 z m 0,0"
id="path6610" />
</symbol>
</g>
<marker
style="overflow:visible"
id="DotS-1"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="DotS"
inkscape:isstock="true">
<path
transform="matrix(0.2,0,0,0.2,1.48,0.2)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
id="path13178-1" />
</marker>
<marker
style="overflow:visible"
id="marker15648-0"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Mend"
inkscape:isstock="true">
<path
transform="scale(-0.6)"
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"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
id="path15646-3" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="191.74953"
inkscape:cy="83.782039"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
inkscape:snap-midpoints="true"
inkscape:window-width="2536"
inkscape:window-height="1371"
inkscape:window-x="12"
inkscape:window-y="57"
inkscape:window-maximized="1" />
<metadata
id="metadata12457">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-72.722178,-119.76865)">
<rect
y="139.81499"
x="131.80875"
height="8.221777"
width="20.871469"
id="rect875-6-3"
style="display:inline;fill:#d95218;fill-opacity:0.651021;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000" />
<ellipse
style="display:inline;fill:#ffffff;fill-opacity:0.361354;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
id="circle1164-4-3-7-90"
cx="133.85052"
cy="141.62025"
rx="1.2161307"
ry="1.2232009" />
<rect
y="139.81499"
x="111.43915"
height="8.2217684"
width="20.369598"
id="rect875-5-5"
style="display:inline;fill:#d95218;fill-opacity:0.651021;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000" />
<ellipse
style="display:inline;fill:#ffffff;fill-opacity:0.361354;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
id="circle1164-4-3-6-11"
cx="113.40358"
cy="141.6843"
rx="1.2161307"
ry="1.2232009" />
<path
sodipodi:nodetypes="cc"
id="path1025-7"
d="m 113.34766,141.87904 c 3.45171,2.04215 18.77934,1.34483 20.44453,-0.21017"
style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1" />
<path
id="path845-3"
style="display:inline;fill:#000000;fill-opacity:0.36;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 117.24833,124.65455 v 1.61549 h -1.50436 l -29.689278,10.4706 c -0.853238,0.69224 -1.937516,2.60885 -2.079438,3.51967 v 3.66608 3.66605 c 0.141943,0.9108 1.2262,2.82639 2.079438,3.51865 l 29.689278,10.4706 h 1.50436 v 1.61547 h 4.62707 4.62608 v -1.61547 h 1.50436 l 29.68928,-10.4706 c 0.85324,-0.69226 1.93752,-2.60785 2.07942,-3.51865 v -3.66605 -3.66608 c -0.14194,-0.91082 -1.22618,-2.82743 -2.07942,-3.51967 l -29.68928,-10.4706 h -1.50436 v -1.61549 h -4.62608 z m -0.57406,4.56594 h 5.20113 5.20116 l 27.96913,9.59121 v 1.00329 h -2.36547 v 4.1114 4.11035 h 2.36547 v 1.00329 l -27.96913,9.59223 h -5.20116 -5.20113 l -27.970163,-9.59223 v -1.00329 h 2.365463 v -4.11035 -4.1114 h -2.365463 v -1.00329 z"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccc" />
<rect
style="display:inline;fill:#0072bd;fill-opacity:0.651021;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
id="rect875-67"
width="20.369598"
height="8.2217684"
x="91.069534"
y="139.81499" />
<ellipse
cy="141.66734"
cx="92.933205"
id="circle1164-4-3-73"
style="display:inline;fill:#ffffff;fill-opacity:0.361354;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
rx="1.2161307"
ry="1.2232009" />
<path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 113.34766,141.87904 c -14.347375,3.05891 -14.052339,15.78192 -40.492982,15.78192"
id="path1008-3-6"
sodipodi:nodetypes="cc" />
<path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 92.928253,141.65988 c -10.762133,2.66709 -6.376563,7.88869 -19.992597,7.88869"
id="path1008-3-6-2"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend)"
d="m 148.36661,143.92587 h 3.88331"
id="path13094-9" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-8)"
d="m 115.80969,143.92718 h -3.88331"
id="path13094-9-0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 1.05833;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.24834,163.19664 h 41.02012"
id="path14490" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 1.05833;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.24834,124.65403 h 41.02012"
id="path14490-0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 1.05833;stroke-dashoffset:0;stroke-opacity:1"
d="m 111.43915,139.81499 v -4.59304"
id="path14507" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833, 1.05833;stroke-dashoffset:0;stroke-opacity:1"
d="m 91.069534,139.81499 v -4.59304"
id="path14507-3" />
<g
inkscape:label=""
transform="matrix(0.48099286,0,0,0.48099286,-71.940788,102.98002)"
id="g14588"
style="stroke-width:2.07903">
<g
id="g5398"
style="stroke-width:2.07903">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g3713">
<use
xlink:href="#symbol5202"
x="300.965"
y="93.917999"
id="use3252"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g7002">
<use
xlink:href="#symbol8237"
x="306.77701"
y="95.412003"
id="use4338"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="matrix(0.48099286,0,0,0.48099286,-71.715344,111.09639)"
id="g14686"
style="stroke-width:2.07903">
<g
id="g5153"
style="stroke-width:2.07903">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g8636">
<use
xlink:href="#symbol4753"
x="300.68399"
y="93.917999"
id="use697"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g5868">
<use
xlink:href="#symbol4304"
x="306.496"
y="95.412003"
id="use1875"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="matrix(0.48099286,0,0,0.48099286,-28.699267,100.30587)"
id="g14799"
style="stroke-width:2.07903">
<g
id="g9076"
style="stroke-width:2.07903">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g9130">
<use
xlink:href="#symbol5569"
x="300.38699"
y="93.917999"
id="use5910"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g417">
<use
xlink:href="#symbol7145"
x="306.793"
y="95.412003"
id="use5992"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="matrix(0.48099286,0,0,0.48099286,-33.429441,91.320837)"
id="g14924"
style="stroke-width:2.07903">
<g
id="g9851"
style="stroke-width:2.07903">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g9235">
<use
xlink:href="#symbol1058"
x="301.823"
y="93.917999"
id="use4180"
width="100%"
height="100%"
style="stroke-width:2.07903" />
<use
xlink:href="#symbol4676"
x="307.00854"
y="93.917999"
id="use9393"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="matrix(0.48099286,0,0,0.48099286,6.3506372,78.028468)"
id="g15058"
style="stroke-width:2.07903">
<g
id="g8811"
style="stroke-width:2.07903">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g9254">
<use
xlink:href="#symbol3120"
x="300.53699"
y="93.917999"
id="use2620"
width="100%"
height="100%"
style="stroke-width:2.07903" />
<use
xlink:href="#symbol763"
x="305.72253"
y="93.917999"
id="use7380"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="matrix(0.48099287,0,0,0.48099287,-1.461061,100.41168)"
id="g14799-6"
style="stroke-width:2.07903">
<g
id="g9076-1"
style="stroke-width:2.07903">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g9130-8">
<use
xlink:href="#symbol5569"
x="300.38699"
y="93.917999"
id="use5910-7"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.07903"
id="g417-0">
<use
xlink:href="#symbol7145"
x="306.793"
y="95.412003"
id="use5992-5"
width="100%"
height="100%"
style="stroke-width:2.07903" />
</g>
</g>
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow2Mstart);marker-end:url(#marker15140)"
d="M 91.559858,137.51847 H 110.97558"
id="path15104"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15246);marker-end:url(#marker15200)"
d="m 157.21012,125.03725 v 37.72998"
id="path15196"
sodipodi:nodetypes="cc" />
<g
inkscape:label=""
transform="matrix(0.48500215,0,0,0.48500215,6.5478515,83.511208)"
id="g15463"
style="stroke-width:2.06185">
<g
id="g7492"
style="stroke-width:2.06185">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.06185"
id="g15622">
<use
xlink:href="#symbol5179"
x="303.13"
y="93.917999"
id="use4575"
width="100%"
height="100%"
style="stroke-width:2.06185" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="matrix(0.48500215,0,0,0.48500215,-46.729961,91.294117)"
id="g15629"
style="stroke-width:2.06185">
<g
id="g9025"
style="stroke-width:2.06185">
<g
style="fill:#000000;fill-opacity:1;stroke-width:2.06185"
id="g6106">
<use
xlink:href="#symbol8925"
x="304.41599"
y="93.917999"
id="use3138"
width="100%"
height="100%"
style="stroke-width:2.06185" />
</g>
</g>
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#DotS);marker-end:url(#marker15648)"
d="m 157.20738,124.61252 v -4.44386"
id="path15644"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#DotS-1);marker-end:url(#marker15648-0)"
d="m 111.43915,137.51847 h 3.83263"
id="path15644-0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 46 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 130 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

@ -0,0 +1,242 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="455.539pt" height="193.683pt" viewBox="0 0 455.539 193.683" version="1.2">
<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 4.96875 -1.84375 C 4.96875 -2.84375 4.3125 -3.65625 3.46875 -3.859375 L 2.203125 -4.171875 C 1.578125 -4.3125 1.1875 -4.859375 1.1875 -5.4375 C 1.1875 -6.125 1.734375 -6.734375 2.515625 -6.734375 C 4.171875 -6.734375 4.390625 -5.109375 4.453125 -4.65625 C 4.453125 -4.59375 4.453125 -4.53125 4.5625 -4.53125 C 4.703125 -4.53125 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.015625 4.59375 -7.015625 C 4.515625 -7.015625 4.515625 -7 4.4375 -6.890625 L 4.09375 -6.3125 C 3.796875 -6.609375 3.390625 -7.015625 2.5 -7.015625 C 1.390625 -7.015625 0.5625 -6.140625 0.5625 -5.09375 C 0.5625 -4.265625 1.078125 -3.53125 1.859375 -3.265625 C 1.96875 -3.21875 2.484375 -3.109375 3.171875 -2.9375 C 3.4375 -2.859375 3.75 -2.796875 4.015625 -2.421875 C 4.234375 -2.171875 4.328125 -1.84375 4.328125 -1.515625 C 4.328125 -0.8125 3.828125 -0.09375 3 -0.09375 C 2.703125 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.84375 Z M 4.96875 -1.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.4375 L 4.5625 -1.4375 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.828125 -0.703125 3.828125 -0.75 L 3.828125 -2.734375 C 3.828125 -3.15625 3.828125 -3.546875 3.46875 -3.90625 C 3.078125 -4.296875 2.59375 -4.453125 2.109375 -4.453125 C 1.296875 -4.453125 0.609375 -3.984375 0.609375 -3.328125 C 0.609375 -3.03125 0.8125 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.0625 1.515625 -3.328125 C 1.515625 -3.4375 1.46875 -3.765625 1.015625 -3.78125 C 1.28125 -4.125 1.765625 -4.234375 2.09375 -4.234375 C 2.578125 -4.234375 3.140625 -3.859375 3.140625 -2.96875 L 3.140625 -2.59375 C 2.640625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.03125 -0.28125 3.21875 -0.75 C 3.25 -0.359375 3.515625 0.0625 3.984375 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.140625 -1.390625 C 3.140625 -0.453125 2.421875 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.328125 3.140625 -2.390625 Z M 3.140625 -1.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 8.09375 0 L 8.09375 -0.3125 C 7.578125 -0.3125 7.328125 -0.3125 7.3125 -0.609375 L 7.3125 -2.515625 C 7.3125 -3.359375 7.3125 -3.671875 7 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.125 -4.40625 4.6875 -3.796875 4.515625 -3.421875 C 4.375 -4.296875 3.640625 -4.40625 3.1875 -4.40625 C 2.46875 -4.40625 2 -3.96875 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.484375 -4.1875 3.125 -4.1875 C 3.75 -4.1875 3.859375 -3.640625 3.859375 -3.078125 L 3.859375 -0.75 C 3.859375 -0.3125 3.75 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 L 5.328125 0 L 5.328125 -0.3125 C 4.65625 -0.3125 4.546875 -0.3125 4.546875 -0.75 L 4.546875 -2.59375 C 4.546875 -3.625 5.25 -4.1875 5.890625 -4.1875 C 6.515625 -4.1875 6.625 -3.640625 6.625 -3.078125 L 6.625 -0.75 C 6.625 -0.3125 6.515625 -0.3125 5.859375 -0.3125 L 5.859375 0 L 6.984375 -0.03125 Z M 8.09375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.40625 4.21875 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 L 1.390625 1.90625 L 2.515625 1.9375 L 2.515625 1.625 C 1.84375 1.625 1.734375 1.625 1.734375 1.171875 L 1.734375 -0.59375 C 1.796875 -0.421875 2.203125 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.859375 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -0.953125 3.65625 -0.109375 2.921875 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.875 -0.71875 C 1.734375 -0.921875 1.734375 -0.9375 1.734375 -1.140625 L 1.734375 -3.359375 C 2.03125 -3.859375 2.515625 -4.15625 3.03125 -4.15625 C 3.75 -4.15625 4.359375 -3.28125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 2.53125 0 L 2.53125 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.90625 L 0.328125 -6.796875 L 0.328125 -6.484375 C 1.03125 -6.484375 1.109375 -6.421875 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.53125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 4.125 -1.1875 C 4.125 -1.28125 4.046875 -1.296875 4 -1.296875 C 3.90625 -1.296875 3.890625 -1.25 3.875 -1.171875 C 3.515625 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.875 -2.296875 C 4.09375 -2.296875 4.125 -2.296875 4.125 -2.515625 C 4.125 -3.5 3.59375 -4.453125 2.34375 -4.453125 C 1.1875 -4.453125 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.125 -1 4.125 -1.1875 Z M 3.46875 -2.515625 L 1.109375 -2.515625 C 1.171875 -3.984375 2.015625 -4.234375 2.34375 -4.234375 C 3.375 -4.234375 3.46875 -2.890625 3.46875 -2.515625 Z M 3.46875 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 7.21875 0 L 7.21875 -0.3125 L 7.03125 -0.3125 C 6.515625 -0.3125 6.3125 -0.359375 6.09375 -0.671875 L 4 -3.84375 L 5.359375 -5.84375 C 5.578125 -6.15625 5.921875 -6.484375 6.8125 -6.484375 L 6.8125 -6.796875 L 5.703125 -6.765625 C 5.3125 -6.765625 4.828125 -6.765625 4.421875 -6.796875 L 4.421875 -6.484375 C 4.828125 -6.484375 5.046875 -6.265625 5.046875 -6.03125 C 5.046875 -5.9375 5.03125 -5.90625 4.953125 -5.796875 L 3.828125 -4.125 L 2.53125 -6.046875 C 2.515625 -6.078125 2.46875 -6.15625 2.46875 -6.1875 C 2.46875 -6.3125 2.6875 -6.484375 3.109375 -6.484375 L 3.109375 -6.796875 C 2.765625 -6.765625 2.046875 -6.765625 1.65625 -6.765625 L 0.375 -6.796875 L 0.375 -6.484375 L 0.5625 -6.484375 C 1.109375 -6.484375 1.296875 -6.421875 1.484375 -6.140625 L 3.3125 -3.375 L 1.6875 -0.96875 C 1.546875 -0.765625 1.25 -0.3125 0.234375 -0.3125 L 0.234375 0 L 1.34375 -0.03125 C 1.71875 -0.03125 2.265625 -0.03125 2.625 0 L 2.625 -0.3125 C 2.15625 -0.3125 1.984375 -0.59375 1.984375 -0.765625 C 1.984375 -0.859375 2.015625 -0.890625 2.09375 -1 L 3.5 -3.09375 L 5.078125 -0.71875 C 5.09375 -0.671875 5.125 -0.640625 5.125 -0.609375 C 5.125 -0.484375 4.90625 -0.3125 4.484375 -0.3125 L 4.484375 0 C 4.828125 -0.03125 5.546875 -0.03125 5.9375 -0.03125 Z M 7.21875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 2.75 -1.859375 L 2.75 -2.4375 L 0.109375 -2.4375 L 0.109375 -1.859375 Z M 2.75 -1.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.65625 -3.296875 L 1.65625 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.96875 -3.984375 1.0625 -3.90625 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.125 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.96875 -4.1875 3 -4.171875 C 2.96875 -4.15625 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.5 2.96875 -3.359375 3.1875 -3.359375 C 3.375 -3.359375 3.625 -3.46875 3.625 -3.796875 Z M 3.625 -3.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.265625 4.53125 -4.265625 4.3125 -4.265625 L 3.4375 -4.296875 L 3.4375 -3.984375 C 3.75 -3.96875 3.90625 -3.796875 3.90625 -3.546875 C 3.90625 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.859375 L 1.734375 -3.546875 C 1.703125 -3.640625 1.6875 -3.6875 1.6875 -3.71875 C 1.6875 -3.984375 2.046875 -3.984375 2.234375 -3.984375 L 2.234375 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.265625 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.484375 0 L 2.234375 0.59375 C 2.015625 1.140625 1.734375 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 L 4.125 -3.34375 C 4.390625 -3.96875 4.890625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 6.203125 -4.953125 C 6.203125 -5.921875 5.21875 -6.796875 3.859375 -6.796875 L 0.34375 -6.796875 L 0.34375 -6.484375 L 0.59375 -6.484375 C 1.359375 -6.484375 1.375 -6.375 1.375 -6.015625 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.703125 -0.03125 1.4375 -0.03125 1.8125 -0.03125 C 2.1875 -0.03125 2.9375 -0.03125 3.28125 0 L 3.28125 -0.3125 L 3.046875 -0.3125 C 2.28125 -0.3125 2.265625 -0.421875 2.265625 -0.78125 L 2.265625 -3.140625 L 3.9375 -3.140625 C 5.140625 -3.140625 6.203125 -3.953125 6.203125 -4.953125 Z M 5.1875 -4.953125 C 5.1875 -4.484375 5.1875 -3.40625 3.609375 -3.40625 L 2.234375 -3.40625 L 2.234375 -6.09375 C 2.234375 -6.421875 2.25 -6.484375 2.71875 -6.484375 L 3.609375 -6.484375 C 5.1875 -6.484375 5.1875 -5.4375 5.1875 -4.953125 Z M 5.1875 -4.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 4.6875 -2.125 C 4.6875 -3.40625 3.6875 -4.453125 2.484375 -4.453125 C 1.25 -4.453125 0.28125 -3.375 0.28125 -2.125 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.859375 4.6875 -2.125 Z M 3.859375 -2.203125 C 3.859375 -1.84375 3.859375 -1.3125 3.640625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.484375 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.84375 1.109375 -2.203125 C 1.109375 -2.59375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.234375 2.484375 -4.234375 C 2.921875 -4.234375 3.34375 -4.015625 3.609375 -3.59375 C 3.859375 -3.171875 3.859375 -2.59375 3.859375 -2.203125 Z M 3.859375 -2.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 3.578125 -1.28125 C 3.578125 -1.796875 3.28125 -2.09375 3.171875 -2.21875 C 2.84375 -2.53125 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.859375 1.0625 -4.265625 1.921875 -4.265625 C 3.015625 -4.265625 3.0625 -3.375 3.078125 -3.0625 C 3.09375 -2.96875 3.203125 -2.96875 3.203125 -2.96875 C 3.328125 -2.96875 3.328125 -3.03125 3.328125 -3.21875 L 3.328125 -4.21875 C 3.328125 -4.390625 3.328125 -4.453125 3.21875 -4.453125 C 3.171875 -4.453125 3.15625 -4.453125 3.03125 -4.34375 C 3 -4.296875 2.890625 -4.203125 2.859375 -4.1875 C 2.484375 -4.453125 2.0625 -4.453125 1.921875 -4.453125 C 0.703125 -4.453125 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.125 1.359375 -2.0625 2.0625 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.5 2.75 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.515625 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.4375 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.765625 0.109375 1.984375 0.109375 C 3.125 0.109375 3.578125 -0.5625 3.578125 -1.28125 Z M 3.578125 -1.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 2.453125 0 L 2.453125 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.765625 -0.03125 2.125 -0.015625 2.453125 0 Z M 1.90625 -6.015625 C 1.90625 -6.28125 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.484375 1.375 -5.484375 C 1.71875 -5.484375 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 3.296875 -1.234375 L 3.296875 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.75 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.140625 -3.984375 L 3.140625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.234375 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.03125 0.109375 3.296875 -0.59375 3.296875 -1.234375 Z M 3.296875 -1.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.546875 -0.609375 L 4.546875 -2.515625 C 4.546875 -3.359375 4.546875 -3.671875 4.234375 -4.03125 C 4.09375 -4.203125 3.765625 -4.40625 3.1875 -4.40625 C 2.46875 -4.40625 2 -3.96875 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.484375 -4.1875 3.125 -4.1875 C 3.75 -4.1875 3.859375 -3.640625 3.859375 -3.078125 L 3.859375 -0.75 C 3.859375 -0.3125 3.75 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 Z M 5.328125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 4.828125 -4.015625 C 4.828125 -4.1875 4.703125 -4.515625 4.3125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.421875 -4.40625 2.203125 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.125 1.0625 -1.921875 C 0.9375 -1.765625 0.75 -1.4375 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.1875 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.546875 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.015625 -1.484375 2.203125 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.296875 3.65625 -3.671875 3.40625 -3.90625 C 3.765625 -4.234375 4.125 -4.296875 4.3125 -4.296875 C 4.3125 -4.296875 4.375 -4.296875 4.40625 -4.28125 C 4.296875 -4.234375 4.25 -4.125 4.25 -4.015625 C 4.25 -3.84375 4.375 -3.71875 4.53125 -3.71875 C 4.640625 -3.71875 4.828125 -3.796875 4.828125 -4.015625 Z M 3.078125 -2.953125 C 3.078125 -2.671875 3.0625 -2.359375 2.921875 -2.109375 C 2.84375 -1.984375 2.609375 -1.71875 2.203125 -1.71875 C 1.34375 -1.71875 1.34375 -2.703125 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.515625 1.5 -3.765625 C 1.578125 -3.890625 1.8125 -4.171875 2.203125 -4.171875 C 3.078125 -4.171875 3.078125 -3.171875 3.078125 -2.953125 Z M 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.484375 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 Z M 4.171875 0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 7.3125 -2.40625 L 7.3125 -2.71875 L 6.09375 -2.6875 C 5.703125 -2.6875 4.859375 -2.6875 4.5 -2.71875 L 4.5 -2.40625 L 4.8125 -2.40625 C 5.71875 -2.40625 5.75 -2.296875 5.75 -1.9375 L 5.75 -1.296875 C 5.75 -0.171875 4.484375 -0.09375 4.203125 -0.09375 C 3.546875 -0.09375 1.578125 -0.4375 1.578125 -3.40625 C 1.578125 -6.375 3.546875 -6.703125 4.140625 -6.703125 C 5.203125 -6.703125 6.109375 -5.8125 6.3125 -4.34375 C 6.328125 -4.203125 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.203125 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.015625 6.515625 -7.015625 C 6.484375 -7.015625 6.4375 -7.015625 6.359375 -6.890625 L 5.859375 -6.15625 C 5.546875 -6.484375 5 -7.015625 4.015625 -7.015625 C 2.171875 -7.015625 0.5625 -5.4375 0.5625 -3.40625 C 0.5625 -1.359375 2.15625 0.21875 4.046875 0.21875 C 4.765625 0.21875 5.5625 -0.046875 5.90625 -0.625 C 6.03125 -0.40625 6.421875 -0.015625 6.546875 -0.015625 C 6.625 -0.015625 6.625 -0.09375 6.625 -0.234375 L 6.625 -1.96875 C 6.625 -2.359375 6.671875 -2.40625 7.3125 -2.40625 Z M 7.3125 -2.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 6.078125 -4.53125 L 5.796875 -6.765625 L 0.328125 -6.765625 L 0.328125 -6.453125 L 0.5625 -6.453125 C 1.328125 -6.453125 1.359375 -6.34375 1.359375 -5.984375 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.453125 -0.03125 1.84375 -0.03125 C 2.25 -0.03125 3.15625 -0.03125 3.515625 0 L 3.515625 -0.3125 L 3.1875 -0.3125 C 2.234375 -0.3125 2.234375 -0.4375 2.234375 -0.78125 L 2.234375 -3.234375 L 3.09375 -3.234375 C 4.046875 -3.234375 4.15625 -2.921875 4.15625 -2.0625 L 4.40625 -2.0625 L 4.40625 -4.703125 L 4.15625 -4.703125 C 4.15625 -3.875 4.046875 -3.546875 3.09375 -3.546875 L 2.234375 -3.546875 L 2.234375 -6.0625 C 2.234375 -6.390625 2.265625 -6.453125 2.734375 -6.453125 L 3.921875 -6.453125 C 5.421875 -6.453125 5.65625 -5.90625 5.828125 -4.53125 Z M 6.078125 -4.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 4.125 -1.1875 C 4.125 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.90625 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.578125 -0.265625 2.9375 -0.140625 2.5625 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.203125 2.515625 -4.203125 C 2.59375 -4.203125 3.21875 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.28125 -2.921875 3.5625 -2.921875 C 3.828125 -2.921875 4.015625 -3.09375 4.015625 -3.390625 C 4.015625 -4.078125 3.265625 -4.453125 2.5 -4.453125 C 1.25 -4.453125 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.125 -1.078125 4.125 -1.1875 Z M 4.125 -1.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.625 -0.3125 4.546875 -0.375 4.546875 -0.859375 L 4.546875 -4.40625 L 3.078125 -4.296875 L 3.078125 -3.984375 C 3.78125 -3.984375 3.859375 -3.90625 3.859375 -3.421875 L 3.859375 -1.65625 C 3.859375 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.0625 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 L 3.890625 0.109375 Z M 5.328125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 7.171875 -3.375 C 7.171875 -5.40625 5.671875 -7.015625 3.859375 -7.015625 C 2.078125 -7.015625 0.5625 -5.421875 0.5625 -3.375 C 0.5625 -1.328125 2.09375 0.21875 3.859375 0.21875 C 5.671875 0.21875 7.171875 -1.359375 7.171875 -3.375 Z M 6.15625 -3.515625 C 6.15625 -0.875 4.78125 -0.046875 3.875 -0.046875 C 2.921875 -0.046875 1.578125 -0.921875 1.578125 -3.515625 C 1.578125 -6.09375 3.03125 -6.765625 3.859375 -6.765625 C 4.734375 -6.765625 6.15625 -6.0625 6.15625 -3.515625 Z M 6.15625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 3.3125 0 L 3.3125 -0.3125 L 3.0625 -0.3125 C 2.265625 -0.3125 2.234375 -0.421875 2.234375 -0.78125 L 2.234375 -6.015625 C 2.234375 -6.375 2.265625 -6.484375 3.0625 -6.484375 L 3.3125 -6.484375 L 3.3125 -6.796875 C 2.96875 -6.765625 2.1875 -6.765625 1.796875 -6.765625 C 1.40625 -6.765625 0.625 -6.765625 0.28125 -6.796875 L 0.28125 -6.484375 L 0.53125 -6.484375 C 1.328125 -6.484375 1.359375 -6.375 1.359375 -6.015625 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.53125 -0.3125 L 0.28125 -0.3125 L 0.28125 0 C 0.625 -0.03125 1.40625 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.96875 -0.03125 3.3125 0 Z M 3.3125 0 "/>
</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 4.328125 -1.421875 C 4.328125 -1.46875 4.296875 -1.515625 4.203125 -1.515625 C 4.125 -1.515625 4.09375 -1.46875 4.078125 -1.390625 C 3.84375 -0.75 3.203125 -0.5625 2.875 -0.5625 C 2.671875 -0.5625 2.5 -0.609375 2.296875 -0.6875 C 1.953125 -0.8125 1.796875 -0.859375 1.59375 -0.859375 C 1.59375 -0.859375 1.40625 -0.859375 1.328125 -0.828125 C 1.859375 -1.40625 2.15625 -1.65625 2.515625 -1.953125 C 2.515625 -1.953125 3.125 -2.5 3.484375 -2.859375 C 4.421875 -3.78125 4.640625 -4.265625 4.640625 -4.296875 C 4.640625 -4.40625 4.53125 -4.40625 4.53125 -4.40625 C 4.46875 -4.40625 4.4375 -4.375 4.390625 -4.296875 C 4.09375 -3.8125 3.875 -3.65625 3.640625 -3.65625 C 3.40625 -3.65625 3.28125 -3.796875 3.140625 -3.96875 C 2.953125 -4.203125 2.78125 -4.40625 2.453125 -4.40625 C 1.703125 -4.40625 1.25 -3.46875 1.25 -3.265625 C 1.25 -3.21875 1.28125 -3.15625 1.359375 -3.15625 C 1.453125 -3.15625 1.46875 -3.203125 1.5 -3.265625 C 1.6875 -3.71875 2.265625 -3.734375 2.34375 -3.734375 C 2.546875 -3.734375 2.734375 -3.65625 2.96875 -3.578125 C 3.359375 -3.4375 3.46875 -3.4375 3.734375 -3.4375 C 3.375 -3 2.53125 -2.296875 2.34375 -2.125 L 1.453125 -1.296875 C 0.78125 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.375 1.234375 -0.640625 1.546875 -0.640625 C 1.78125 -0.640625 1.875 -0.546875 2.125 -0.265625 C 2.296875 -0.046875 2.484375 0.109375 2.765625 0.109375 C 3.75 0.109375 4.328125 -1.15625 4.328125 -1.421875 Z M 4.328125 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 4.9375 -1.421875 C 4.9375 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.734375 -1.515625 4.703125 -1.484375 4.6875 -1.40625 C 4.359375 -0.34375 3.6875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.984375 -1.640625 L 3.328125 -3 C 3.390625 -3.265625 3.609375 -4.1875 4.3125 -4.1875 C 4.359375 -4.1875 4.59375 -4.1875 4.8125 -4.046875 C 4.53125 -4 4.328125 -3.75 4.328125 -3.515625 C 4.328125 -3.359375 4.4375 -3.171875 4.703125 -3.171875 C 4.921875 -3.171875 5.25 -3.34375 5.25 -3.75 C 5.25 -4.265625 4.65625 -4.40625 4.3125 -4.40625 C 3.75 -4.40625 3.390625 -3.875 3.28125 -3.640625 C 3.03125 -4.296875 2.484375 -4.40625 2.203125 -4.40625 C 1.171875 -4.40625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.9375 1.84375 -4.1875 2.1875 -4.1875 C 2.375 -4.1875 2.71875 -4.09375 2.71875 -3.515625 C 2.71875 -3.203125 2.546875 -2.53125 2.1875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.953125 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.84375 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.59375 2.265625 -0.640625 C 2.390625 -0.28125 2.75 0.109375 3.34375 0.109375 C 4.375 0.109375 4.9375 -1.171875 4.9375 -1.421875 Z M 4.9375 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 4.84375 -3.796875 C 4.875 -3.9375 4.875 -3.953125 4.875 -4.015625 C 4.875 -4.203125 4.734375 -4.296875 4.59375 -4.296875 C 4.484375 -4.296875 4.328125 -4.234375 4.234375 -4.078125 C 4.21875 -4.03125 4.140625 -3.71875 4.09375 -3.546875 L 3.90625 -2.75 L 3.453125 -0.953125 C 3.40625 -0.8125 2.984375 -0.109375 2.328125 -0.109375 C 1.828125 -0.109375 1.71875 -0.546875 1.71875 -0.921875 C 1.71875 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.28125 2.421875 -3.390625 2.421875 -3.578125 C 2.421875 -4.03125 2.09375 -4.40625 1.609375 -4.40625 C 0.65625 -4.40625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.953125 C 0.84375 -3.875 1.234375 -4.1875 1.578125 -4.1875 C 1.65625 -4.1875 1.828125 -4.1875 1.828125 -3.859375 C 1.828125 -3.609375 1.71875 -3.359375 1.65625 -3.171875 C 1.25 -2.109375 1.078125 -1.546875 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.296875 0.109375 C 2.671875 0.109375 3.015625 -0.0625 3.296875 -0.34375 C 3.171875 0.171875 3.046875 0.671875 2.640625 1.1875 C 2.390625 1.53125 2.015625 1.828125 1.546875 1.828125 C 1.40625 1.828125 0.96875 1.796875 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.328125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.0625 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.046875 1.546875 2.046875 C 2.578125 2.046875 3.609375 1.140625 3.875 0.015625 Z M 4.84375 -3.796875 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 0.140625 163 L 454.9375 163 L 454.9375 193 L 0.140625 193 Z M 0.140625 163 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(69.999695%,69.999695%,69.999695%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.30716 46.207646 L 45.295857 47.099729 L 44.732437 57.855585 L -34.533805 53.700358 L -33.966471 42.944502 L -16.981687 43.836584 L -15.201434 9.867015 L 30.087413 12.238077 Z M 28.30716 46.207646 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -61.769715 31.836507 C -54.719132 28.244701 -47.351624 25.267179 -39.780659 22.950894 L 53.164183 27.822135 C 60.453438 30.917036 67.464894 34.645785 74.10465 38.957518 L 73.036499 59.338477 L 47.561278 58.004266 L 48.273379 44.415655 L -36.650545 39.96698 L -37.362646 53.551678 L -62.837867 52.217466 Z M -61.769715 31.836507 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -32.268384 53.82165 L -32.659649 61.294799 L 42.075752 65.211355 L 42.467016 57.738206 Z M -32.268384 53.82165 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -26.931539 82.031809 L -27.252376 88.14727 L 33.890502 91.351725 L 34.211339 85.236263 Z M -26.931539 82.031809 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.706095 63.251121 L 27.219445 84.868475 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.706095 63.251121 L -19.939645 82.399597 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -25.667755 61.658675 L -19.939645 82.399597 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -25.667755 61.658675 L 3.637944 83.63208 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.079946 64.843566 L 3.637944 83.63208 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.079946 64.843566 L 27.219445 84.868475 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -13.667678 88.859371 L -15.447931 122.828941 L 18.525552 124.609193 L 20.305804 90.639624 Z M -13.667678 88.859371 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="214.216682" y="41.578948"/>
<use xlink:href="#glyph0-2" x="219.742858" y="41.578948"/>
<use xlink:href="#glyph0-3" x="224.716018" y="41.578948"/>
<use xlink:href="#glyph0-4" x="233.004287" y="41.578948"/>
<use xlink:href="#glyph0-5" x="238.530463" y="41.578948"/>
<use xlink:href="#glyph0-6" x="241.293551" y="41.578948"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,59.999084%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -85.042118 -10.204846 L -85.042118 -5.102759 L 85.040488 -5.102759 L 85.040488 -10.204846 Z M -85.042118 -10.204846 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(89.99939%,89.99939%,89.99939%);fill-opacity:0.5;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -85.042118 -3.400759 L -85.042118 40.819936 L 85.040488 40.819936 L 85.040488 -3.400759 L 59.530054 -3.400759 L 59.530054 17.007589 L -59.52777 17.007589 L -59.52777 -3.400759 Z M -85.042118 -3.400759 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -65.482814 6.803415 C -65.482814 10.559553 -68.52685 13.607502 -72.282988 13.607502 C -76.043038 13.607502 -79.087074 10.559553 -79.087074 6.803415 C -79.087074 3.047277 -76.043038 -0.000671732 -72.282988 -0.000671732 C -68.52685 -0.000671732 -65.482814 3.047277 -65.482814 6.803415 Z M -65.482814 6.803415 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 79.089358 6.803415 C 79.089358 10.559553 76.041409 13.607502 72.285271 13.607502 C 68.529133 13.607502 65.481184 10.559553 65.481184 6.803415 C 65.481184 3.047277 68.529133 -0.000671732 72.285271 -0.000671732 C 76.041409 -0.000671732 79.089358 3.047277 79.089358 6.803415 Z M 79.089358 6.803415 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -40.774471 19.699487 C -50.869091 22.786563 -60.592009 27.016131 -69.731944 32.290374 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 40.776754 19.699487 C 50.867461 22.786563 60.594293 27.016131 69.734228 32.290374 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.428937 106.732326 L 206.524151 106.732326 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -6.053417 -0.000234063 L -1.608654 1.682203 L -3.087633 -0.000234063 L -1.608654 -1.682671 Z M -6.053417 -0.000234063 " transform="matrix(0.998366,0,0,-0.998366,291.094307,47.323985)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 231.457031 47.324219 C 231.457031 46.5 230.789062 45.832031 229.964844 45.832031 C 229.140625 45.832031 228.472656 46.5 228.472656 47.324219 C 228.472656 48.148438 229.140625 48.816406 229.964844 48.816406 C 230.789062 48.816406 231.457031 48.148438 231.457031 47.324219 Z M 231.457031 47.324219 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="278.785003" y="41.578948"/>
<use xlink:href="#glyph0-8" x="286.244744" y="41.578948"/>
<use xlink:href="#glyph0-9" x="289.559853" y="41.578948"/>
<use xlink:href="#glyph0-2" x="293.455827" y="41.578948"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="298.15049" y="41.578948"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -59.52777 102.048892 L -59.52777 120.094003 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.052533 -0.00156957 L 1.60777 1.68478 L 3.086749 -0.00156957 L 1.60777 -1.684006 Z M 6.052533 -0.00156957 " transform="matrix(0,-0.998366,-0.998366,0,168.107808,36.819987)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="171.920907" y="31.50244"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -59.52777 102.048892 L -77.572882 102.048892 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054274 -0.000591859 L 1.609512 1.681845 L 3.088491 -0.000591859 L 1.609512 -1.683028 Z M 6.054274 -0.000591859 " transform="matrix(-0.998366,0,0,0.998366,152.927194,52.000591)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="142.625854" y="48.189129"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -58.397017 102.048892 C -58.397017 102.674915 -58.901747 103.183558 -59.52777 103.183558 C -60.153793 103.183558 -60.662437 102.674915 -60.662437 102.048892 C -60.662437 101.422869 -60.153793 100.914225 -59.52777 100.914225 C -58.901747 100.914225 -58.397017 101.422869 -58.397017 102.048892 Z M -58.397017 102.048892 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -54.993017 102.048892 C -54.993017 104.552984 -57.023679 106.583645 -59.52777 106.583645 C -62.035775 106.583645 -64.066437 104.552984 -64.066437 102.048892 C -64.066437 99.5448 -62.035775 97.514138 -59.52777 97.514138 C -57.023679 97.514138 -54.993017 99.5448 -54.993017 102.048892 Z M -54.993017 102.048892 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="176.945683" y="53.175967"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -102.050378 -17.008932 L 102.048749 -17.008932 L 102.048749 136.065413 L -102.050378 136.065413 Z M -102.050378 -17.008932 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-11" x="185.86209" y="11.797691"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="192.353059" y="11.797691"/>
<use xlink:href="#glyph0-13" x="197.326219" y="11.797691"/>
<use xlink:href="#glyph0-14" x="201.250043" y="11.797691"/>
<use xlink:href="#glyph0-15" x="204.013131" y="11.797691"/>
<use xlink:href="#glyph0-14" x="207.881255" y="11.797691"/>
<use xlink:href="#glyph0-12" x="210.644343" y="11.797691"/>
<use xlink:href="#glyph0-16" x="215.617503" y="11.797691"/>
<use xlink:href="#glyph0-14" x="221.143679" y="11.797691"/>
<use xlink:href="#glyph0-16" x="223.906767" y="11.797691"/>
<use xlink:href="#glyph0-17" x="229.432943" y="11.797691"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="237.718228" y="11.797691"/>
<use xlink:href="#glyph0-15" x="243.244404" y="11.797691"/>
<use xlink:href="#glyph0-2" x="247.112528" y="11.797691"/>
<use xlink:href="#glyph0-15" x="252.085689" y="11.797691"/>
<use xlink:href="#glyph0-14" x="255.953813" y="11.797691"/>
<use xlink:href="#glyph0-12" x="258.716901" y="11.797691"/>
<use xlink:href="#glyph0-16" x="263.690061" y="11.797691"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,69.999695%,69.999695%);fill-opacity:1;" d="M 1.136719 192.371094 L 1.136719 164.070312 L 453.945312 164.070312 L 453.945312 192.371094 Z M 1.136719 192.371094 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -226.77371 -38.551947 L -226.77371 -10.204846 L 226.775993 -10.204846 L 226.775993 -38.551947 Z M -226.77371 -38.551947 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-18" x="195.635094" y="181.645701"/>
<use xlink:href="#glyph0-9" x="203.439972" y="181.645701"/>
<use xlink:href="#glyph0-2" x="207.335946" y="181.645701"/>
<use xlink:href="#glyph0-16" x="212.309107" y="181.645701"/>
<use xlink:href="#glyph0-14" x="217.835282" y="181.645701"/>
<use xlink:href="#glyph0-15" x="220.59837" y="181.645701"/>
<use xlink:href="#glyph0-6" x="224.466495" y="181.645701"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="232.199759" y="181.645701"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="237.867173" y="181.645701"/>
<use xlink:href="#glyph0-2" x="241.763147" y="181.645701"/>
<use xlink:href="#glyph0-3" x="246.736307" y="181.645701"/>
<use xlink:href="#glyph0-6" x="255.024576" y="181.645701"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(79.998779%,79.998779%,79.998779%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 184.253386 74.836457 L 184.253386 131.530659 L 155.906285 131.530659 L 155.906285 74.836457 Z M 184.253386 74.836457 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 170.081791 -10.204846 L 170.081791 -4.535425 L 167.589438 -3.040796 L 172.570232 -0.0515361 L 167.589438 2.937723 L 172.570232 5.926983 L 167.589438 8.91233 L 172.570232 11.901589 L 167.589438 14.890849 L 172.570232 17.880108 L 167.589438 20.869368 L 172.570232 23.858627 L 167.589438 26.847887 L 172.570232 29.837146 L 167.589438 32.826406 L 172.570232 35.811753 L 167.589438 38.801012 L 172.570232 41.790272 L 167.589438 44.779531 L 172.570232 47.768791 L 167.589438 50.75805 L 172.570232 53.74731 L 167.589438 56.736569 L 172.570232 59.725829 L 167.589438 62.711176 L 172.570232 65.700435 L 170.081791 67.195065 L 170.081791 74.836457 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 147.404111 -15.874266 L 192.759472 -15.874266 L 192.759472 137.20008 L 147.404111 137.20008 Z M 147.404111 -15.874266 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="362.541919" y="10.665544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="368.209332" y="10.665544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="373.451043" y="10.665544"/>
<use xlink:href="#glyph0-21" x="377.872183" y="10.665544"/>
<use xlink:href="#glyph0-13" x="383.398359" y="10.665544"/>
<use xlink:href="#glyph0-14" x="387.322183" y="10.665544"/>
<use xlink:href="#glyph0-16" x="390.085271" y="10.665544"/>
<use xlink:href="#glyph0-17" x="395.611446" y="10.665544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="403.906678" y="10.665544"/>
<use xlink:href="#glyph0-4" x="411.642926" y="10.665544"/>
<use xlink:href="#glyph0-15" x="417.169102" y="10.665544"/>
<use xlink:href="#glyph0-14" x="421.037227" y="10.665544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="423.790368" y="10.665544"/>
<use xlink:href="#glyph0-13" x="428.211508" y="10.665544"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(79.998779%,79.998779%,79.998779%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -184.255015 74.836457 L -184.255015 131.530659 L -155.907914 131.530659 L -155.907914 74.836457 Z M -184.255015 74.836457 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -170.079508 -10.204846 L -170.079508 -4.535425 L -172.571862 -3.040796 L -167.591067 -0.0515361 L -172.571862 2.937723 L -167.591067 5.926983 L -172.571862 8.91233 L -167.591067 11.901589 L -172.571862 14.890849 L -167.591067 17.880108 L -172.571862 20.869368 L -167.591067 23.858627 L -172.571862 26.847887 L -167.591067 29.837146 L -172.571862 32.826406 L -167.591067 35.811753 L -172.571862 38.801012 L -167.591067 41.790272 L -172.571862 44.779531 L -167.591067 47.768791 L -172.571862 50.75805 L -167.591067 53.74731 L -172.571862 56.736569 L -167.591067 59.725829 L -172.571862 62.711176 L -167.591067 65.700435 L -170.079508 67.195065 L -170.079508 74.836457 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -192.757189 -15.874266 L -147.401827 -15.874266 L -147.401827 137.20008 L -192.757189 137.20008 Z M -192.757189 -15.874266 " transform="matrix(0.998366,0,0,-0.998366,227.539876,153.882142)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="22.747059" y="10.665544"/>
<use xlink:href="#glyph0-3" x="26.338676" y="10.665544"/>
<use xlink:href="#glyph0-2" x="34.626945" y="10.665544"/>
<use xlink:href="#glyph0-17" x="39.600105" y="10.665544"/>
<use xlink:href="#glyph0-6" x="44.573266" y="10.665544"/>
<use xlink:href="#glyph0-9" x="48.994405" y="10.665544"/>
<use xlink:href="#glyph0-10" x="52.890379" y="10.665544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="61.452172" y="10.665544"/>
<use xlink:href="#glyph0-10" x="66.978348" y="10.665544"/>
<use xlink:href="#glyph0-13" x="72.228016" y="10.665544"/>
<use xlink:href="#glyph0-15" x="76.15184" y="10.665544"/>
<use xlink:href="#glyph0-6" x="80.019964" y="10.665544"/>
<use xlink:href="#glyph0-3" x="84.441104" y="10.665544"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 46 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 361 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 101 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 813 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 165 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 631 KiB

View File

@ -0,0 +1,559 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="384.822pt" height="208.048pt" viewBox="0 0 384.822 208.048" version="1.2">
<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 4.15625 0 L 4.15625 -0.3125 L 3.84375 -0.3125 C 2.953125 -0.3125 2.921875 -0.421875 2.921875 -0.78125 L 2.921875 -6.34375 C 2.921875 -6.59375 2.921875 -6.609375 2.6875 -6.609375 C 2.078125 -5.96875 1.203125 -5.96875 0.890625 -5.96875 L 0.890625 -5.671875 C 1.078125 -5.671875 1.671875 -5.671875 2.1875 -5.921875 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.9375 -0.3125 L 0.9375 0 C 1.296875 -0.03125 2.15625 -0.03125 2.546875 -0.03125 C 2.953125 -0.03125 3.8125 -0.03125 4.15625 0 Z M 4.15625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.5625 -3.171875 C 4.5625 -3.96875 4.515625 -4.765625 4.171875 -5.5 C 3.703125 -6.453125 2.890625 -6.609375 2.484375 -6.609375 C 1.890625 -6.609375 1.15625 -6.34375 0.75 -5.421875 C 0.4375 -4.75 0.390625 -3.96875 0.390625 -3.171875 C 0.390625 -2.4375 0.421875 -1.53125 0.828125 -0.78125 C 1.265625 0.015625 1.984375 0.21875 2.46875 0.21875 C 3 0.21875 3.765625 0.015625 4.203125 -0.9375 C 4.515625 -1.625 4.5625 -2.390625 4.5625 -3.171875 Z M 3.734375 -3.296875 C 3.734375 -2.546875 3.734375 -1.875 3.625 -1.234375 C 3.484375 -0.296875 2.921875 0 2.46875 0 C 2.078125 0 1.5 -0.25 1.3125 -1.203125 C 1.203125 -1.796875 1.203125 -2.703125 1.203125 -3.296875 C 1.203125 -3.921875 1.203125 -4.578125 1.296875 -5.125 C 1.484375 -6.296875 2.21875 -6.390625 2.46875 -6.390625 C 2.796875 -6.390625 3.453125 -6.21875 3.640625 -5.234375 C 3.734375 -4.671875 3.734375 -3.921875 3.734375 -3.296875 Z M 3.734375 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.046875 1.375 -1.046875 C 1.09375 -1.046875 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.375 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 7.015625 -3.328125 C 7.015625 -5.21875 5.671875 -6.78125 3.984375 -6.78125 L 0.34375 -6.78125 L 0.34375 -6.46875 L 0.578125 -6.46875 C 1.34375 -6.46875 1.375 -6.359375 1.375 -6 L 1.375 -0.78125 C 1.375 -0.421875 1.34375 -0.3125 0.578125 -0.3125 L 0.34375 -0.3125 L 0.34375 0 L 3.984375 0 C 5.640625 0 7.015625 -1.46875 7.015625 -3.328125 Z M 6.015625 -3.328125 C 6.015625 -2.234375 5.828125 -1.640625 5.484375 -1.15625 C 5.28125 -0.890625 4.71875 -0.3125 3.703125 -0.3125 L 2.703125 -0.3125 C 2.25 -0.3125 2.21875 -0.375 2.21875 -0.703125 L 2.21875 -6.078125 C 2.21875 -6.40625 2.25 -6.46875 2.703125 -6.46875 L 3.703125 -6.46875 C 4.3125 -6.46875 5 -6.25 5.5 -5.546875 C 5.9375 -4.953125 6.015625 -4.109375 6.015625 -3.328125 Z M 6.015625 -3.328125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 2.453125 0 L 2.453125 -0.3125 C 1.796875 -0.3125 1.75 -0.359375 1.75 -0.75 L 1.75 -4.390625 L 0.359375 -4.28125 L 0.359375 -3.96875 C 1.015625 -3.96875 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.765625 -0.03125 2.109375 -0.015625 2.453125 0 Z M 1.90625 -6 C 1.90625 -6.265625 1.671875 -6.515625 1.375 -6.515625 C 1.046875 -6.515625 0.84375 -6.234375 0.84375 -6 C 0.84375 -5.71875 1.078125 -5.46875 1.375 -5.46875 C 1.703125 -5.46875 1.90625 -5.75 1.90625 -6 Z M 1.90625 -6 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 3.578125 -1.265625 C 3.578125 -1.796875 3.28125 -2.09375 3.15625 -2.21875 C 2.828125 -2.53125 2.4375 -2.609375 2.03125 -2.6875 C 1.46875 -2.796875 0.796875 -2.921875 0.796875 -3.5 C 0.796875 -3.84375 1.0625 -4.25 1.921875 -4.25 C 3 -4.25 3.0625 -3.359375 3.078125 -3.0625 C 3.078125 -2.96875 3.1875 -2.96875 3.1875 -2.96875 C 3.328125 -2.96875 3.328125 -3.015625 3.328125 -3.203125 L 3.328125 -4.203125 C 3.328125 -4.375 3.328125 -4.4375 3.21875 -4.4375 C 3.171875 -4.4375 3.140625 -4.4375 3.015625 -4.328125 C 2.984375 -4.28125 2.890625 -4.203125 2.84375 -4.171875 C 2.46875 -4.4375 2.0625 -4.4375 1.921875 -4.4375 C 0.703125 -4.4375 0.328125 -3.78125 0.328125 -3.21875 C 0.328125 -2.875 0.484375 -2.59375 0.75 -2.375 C 1.078125 -2.125 1.34375 -2.0625 2.0625 -1.921875 C 2.28125 -1.890625 3.09375 -1.71875 3.09375 -1.015625 C 3.09375 -0.5 2.75 -0.109375 1.96875 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.515625 C 0.5625 -1.640625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.4375 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.3125 0.09375 1.765625 0.109375 1.96875 0.109375 C 3.109375 0.109375 3.578125 -0.5625 3.578125 -1.265625 Z M 3.578125 -1.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 3.296875 -1.234375 L 3.296875 -1.796875 L 3.046875 -1.796875 L 3.046875 -1.25 C 3.046875 -0.515625 2.75 -0.140625 2.375 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.203125 L 1.71875 -3.96875 L 3.140625 -3.96875 L 3.140625 -4.28125 L 1.71875 -4.28125 L 1.71875 -6.109375 L 1.46875 -6.109375 C 1.453125 -5.28125 1.15625 -4.234375 0.1875 -4.1875 L 0.1875 -3.96875 L 1.03125 -3.96875 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.015625 0.109375 3.296875 -0.59375 3.296875 -1.234375 Z M 3.296875 -1.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 5.3125 0 L 5.3125 -0.3125 C 4.609375 -0.3125 4.53125 -0.375 4.53125 -0.859375 L 4.53125 -4.390625 L 3.078125 -4.28125 L 3.078125 -3.96875 C 3.765625 -3.96875 3.84375 -3.90625 3.84375 -3.40625 L 3.84375 -1.640625 C 3.84375 -0.78125 3.375 -0.109375 2.65625 -0.109375 C 1.8125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.390625 L 0.3125 -4.28125 L 0.3125 -3.96875 C 1.09375 -3.96875 1.09375 -3.9375 1.09375 -3.0625 L 1.09375 -1.5625 C 1.09375 -0.796875 1.09375 0.109375 2.59375 0.109375 C 3.15625 0.109375 3.59375 -0.171875 3.875 -0.78125 L 3.875 0.109375 Z M 5.3125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 3.609375 -3.78125 C 3.609375 -4.09375 3.296875 -4.390625 2.875 -4.390625 C 2.15625 -4.390625 1.796875 -3.71875 1.65625 -3.296875 L 1.65625 -4.390625 L 0.28125 -4.28125 L 0.28125 -3.96875 C 0.96875 -3.96875 1.046875 -3.90625 1.046875 -3.40625 L 1.046875 -0.75 C 1.046875 -0.3125 0.9375 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.8125 -0.03125 2.265625 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.453125 -0.3125 C 1.71875 -0.3125 1.703125 -0.421875 1.703125 -0.78125 L 1.703125 -2.296875 C 1.703125 -3.28125 2.125 -4.171875 2.875 -4.171875 C 2.953125 -4.171875 2.96875 -4.171875 2.984375 -4.15625 C 2.953125 -4.140625 2.765625 -4.03125 2.765625 -3.765625 C 2.765625 -3.5 2.96875 -3.34375 3.1875 -3.34375 C 3.359375 -3.34375 3.609375 -3.46875 3.609375 -3.78125 Z M 3.609375 -3.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 5.171875 -2.140625 C 5.171875 -3.40625 4.203125 -4.390625 3.0625 -4.390625 C 2.296875 -4.390625 1.859375 -3.921875 1.703125 -3.734375 L 1.703125 -6.890625 L 0.28125 -6.78125 L 0.28125 -6.46875 C 0.96875 -6.46875 1.046875 -6.40625 1.046875 -5.90625 L 1.046875 0 L 1.296875 0 L 1.65625 -0.609375 C 1.8125 -0.390625 2.21875 0.109375 2.953125 0.109375 C 4.140625 0.109375 5.171875 -0.859375 5.171875 -2.140625 Z M 4.34375 -2.15625 C 4.34375 -1.78125 4.328125 -1.1875 4.03125 -0.75 C 3.828125 -0.4375 3.453125 -0.109375 2.921875 -0.109375 C 2.46875 -0.109375 2.109375 -0.34375 1.875 -0.71875 C 1.734375 -0.921875 1.734375 -0.953125 1.734375 -1.125 L 1.734375 -3.171875 C 1.734375 -3.359375 1.734375 -3.375 1.84375 -3.53125 C 2.234375 -4.09375 2.78125 -4.171875 3.015625 -4.171875 C 3.46875 -4.171875 3.8125 -3.90625 4.0625 -3.53125 C 4.3125 -3.125 4.34375 -2.5625 4.34375 -2.15625 Z M 4.34375 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 4.796875 -0.890625 L 4.796875 -1.4375 L 4.546875 -1.4375 L 4.546875 -0.890625 C 4.546875 -0.3125 4.296875 -0.25 4.1875 -0.25 C 3.859375 -0.25 3.8125 -0.6875 3.8125 -0.75 L 3.8125 -2.734375 C 3.8125 -3.140625 3.8125 -3.53125 3.46875 -3.90625 C 3.078125 -4.28125 2.578125 -4.4375 2.109375 -4.4375 C 1.296875 -4.4375 0.609375 -3.984375 0.609375 -3.328125 C 0.609375 -3.03125 0.796875 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.0625 1.515625 -3.3125 C 1.515625 -3.4375 1.46875 -3.765625 1.015625 -3.765625 C 1.28125 -4.125 1.765625 -4.234375 2.078125 -4.234375 C 2.5625 -4.234375 3.140625 -3.84375 3.140625 -2.953125 L 3.140625 -2.59375 C 2.625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.890625 0.3125 -1.375 0.3125 -0.9375 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.015625 -0.28125 3.203125 -0.75 C 3.25 -0.359375 3.515625 0.0625 3.984375 0.0625 C 4.1875 0.0625 4.796875 -0.078125 4.796875 -0.890625 Z M 3.140625 -1.390625 C 3.140625 -0.453125 2.421875 -0.109375 1.96875 -0.109375 C 1.484375 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.328125 3.140625 -2.375 Z M 3.140625 -1.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 5.3125 0 L 5.3125 -0.3125 C 4.796875 -0.3125 4.546875 -0.3125 4.53125 -0.609375 L 4.53125 -2.5 C 4.53125 -3.359375 4.53125 -3.65625 4.234375 -4.015625 C 4.09375 -4.1875 3.765625 -4.390625 3.1875 -4.390625 C 2.453125 -4.390625 2 -3.953125 1.71875 -3.34375 L 1.71875 -4.390625 L 0.3125 -4.28125 L 0.3125 -3.96875 C 1.015625 -3.96875 1.09375 -3.90625 1.09375 -3.40625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.546875 0 L 2.546875 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.578125 C 1.78125 -3.609375 2.484375 -4.171875 3.109375 -4.171875 C 3.734375 -4.171875 3.84375 -3.625 3.84375 -3.0625 L 3.84375 -0.75 C 3.84375 -0.3125 3.734375 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 Z M 5.3125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 4.125 -1.1875 C 4.125 -1.28125 4.015625 -1.28125 3.984375 -1.28125 C 3.90625 -1.28125 3.875 -1.234375 3.859375 -1.1875 C 3.578125 -0.265625 2.921875 -0.140625 2.5625 -0.140625 C 2.03125 -0.140625 1.15625 -0.5625 1.15625 -2.15625 C 1.15625 -3.78125 1.96875 -4.203125 2.5 -4.203125 C 2.59375 -4.203125 3.21875 -4.1875 3.5625 -3.828125 C 3.15625 -3.796875 3.09375 -3.5 3.09375 -3.375 C 3.09375 -3.109375 3.28125 -2.921875 3.546875 -2.921875 C 3.8125 -2.921875 4.015625 -3.078125 4.015625 -3.390625 C 4.015625 -4.0625 3.25 -4.4375 2.484375 -4.4375 C 1.25 -4.4375 0.34375 -3.375 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.46875 0.109375 C 3.796875 0.109375 4.125 -1.078125 4.125 -1.1875 Z M 4.125 -1.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 4.125 -1.1875 C 4.125 -1.28125 4.03125 -1.296875 3.984375 -1.296875 C 3.90625 -1.296875 3.875 -1.234375 3.859375 -1.15625 C 3.515625 -0.140625 2.625 -0.140625 2.515625 -0.140625 C 2.03125 -0.140625 1.625 -0.4375 1.40625 -0.796875 C 1.09375 -1.28125 1.09375 -1.9375 1.09375 -2.296875 L 3.875 -2.296875 C 4.09375 -2.296875 4.125 -2.296875 4.125 -2.5 C 4.125 -3.484375 3.578125 -4.4375 2.34375 -4.4375 C 1.1875 -4.4375 0.28125 -3.421875 0.28125 -2.1875 C 0.28125 -0.859375 1.3125 0.109375 2.453125 0.109375 C 3.671875 0.109375 4.125 -0.984375 4.125 -1.1875 Z M 3.46875 -2.5 L 1.109375 -2.5 C 1.171875 -3.984375 2 -4.234375 2.34375 -4.234375 C 3.359375 -4.234375 3.46875 -2.890625 3.46875 -2.5 Z M 3.46875 -2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 7.265625 -0.875 C 7.265625 -0.9375 7.265625 -1.046875 7.140625 -1.046875 C 7.03125 -1.046875 7.03125 -0.953125 7.015625 -0.890625 C 6.953125 -0.171875 6.609375 0 6.359375 0 C 5.875 0 5.796875 -0.5 5.65625 -1.421875 L 5.53125 -2.21875 C 5.34375 -2.859375 4.859375 -3.1875 4.3125 -3.375 C 5.28125 -3.609375 6.046875 -4.21875 6.046875 -4.984375 C 6.046875 -5.9375 4.921875 -6.78125 3.46875 -6.78125 L 0.34375 -6.78125 L 0.34375 -6.46875 L 0.578125 -6.46875 C 1.34375 -6.46875 1.375 -6.359375 1.375 -6 L 1.375 -0.78125 C 1.375 -0.421875 1.34375 -0.3125 0.578125 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.703125 -0.03125 1.40625 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.890625 -0.03125 3.25 0 L 3.25 -0.3125 L 3 -0.3125 C 2.25 -0.3125 2.21875 -0.421875 2.21875 -0.78125 L 2.21875 -3.28125 L 3.359375 -3.28125 C 3.515625 -3.28125 3.9375 -3.28125 4.28125 -2.953125 C 4.65625 -2.59375 4.65625 -2.28125 4.65625 -1.625 C 4.65625 -0.96875 4.65625 -0.578125 5.0625 -0.203125 C 5.484375 0.15625 6.015625 0.21875 6.3125 0.21875 C 7.09375 0.21875 7.265625 -0.59375 7.265625 -0.875 Z M 5.03125 -4.984375 C 5.03125 -4.3125 4.796875 -3.5 3.328125 -3.5 L 2.21875 -3.5 L 2.21875 -6.078125 C 2.21875 -6.296875 2.21875 -6.421875 2.4375 -6.453125 C 2.546875 -6.46875 2.828125 -6.46875 3.03125 -6.46875 C 3.921875 -6.46875 5.03125 -6.421875 5.03125 -4.984375 Z M 5.03125 -4.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 2.078125 0.5 L 2.078125 -4.390625 L 0.578125 -4.28125 L 0.578125 -3.96875 C 1.34375 -3.96875 1.421875 -3.90625 1.421875 -3.40625 L 1.421875 0.515625 C 1.421875 0.96875 1.34375 1.8125 0.703125 1.8125 C 0.65625 1.8125 0.421875 1.8125 0.171875 1.6875 C 0.3125 1.640625 0.515625 1.515625 0.515625 1.234375 C 0.515625 0.984375 0.34375 0.78125 0.0625 0.78125 C -0.21875 0.78125 -0.390625 0.984375 -0.390625 1.234375 C -0.390625 1.75 0.15625 2.03125 0.71875 2.03125 C 1.46875 2.03125 2.078125 1.40625 2.078125 0.5 Z M 2.078125 -6 C 2.078125 -6.265625 1.859375 -6.515625 1.5625 -6.515625 C 1.21875 -6.515625 1.015625 -6.234375 1.015625 -6 C 1.015625 -5.71875 1.25 -5.46875 1.546875 -5.46875 C 1.890625 -5.46875 2.078125 -5.75 2.078125 -6 Z M 2.078125 -6 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 4.671875 -2.125 C 4.671875 -3.390625 3.6875 -4.4375 2.484375 -4.4375 C 1.234375 -4.4375 0.28125 -3.359375 0.28125 -2.125 C 0.28125 -0.84375 1.3125 0.109375 2.46875 0.109375 C 3.671875 0.109375 4.671875 -0.859375 4.671875 -2.125 Z M 3.84375 -2.203125 C 3.84375 -1.84375 3.84375 -1.3125 3.625 -0.875 C 3.40625 -0.421875 2.96875 -0.140625 2.484375 -0.140625 C 2.046875 -0.140625 1.625 -0.34375 1.34375 -0.796875 C 1.09375 -1.234375 1.09375 -1.84375 1.09375 -2.203125 C 1.09375 -2.59375 1.09375 -3.125 1.34375 -3.5625 C 1.609375 -4.015625 2.078125 -4.234375 2.46875 -4.234375 C 2.90625 -4.234375 3.328125 -4.015625 3.59375 -3.578125 C 3.84375 -3.15625 3.84375 -2.578125 3.84375 -2.203125 Z M 3.84375 -2.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 4.953125 -1.84375 C 4.953125 -2.84375 4.296875 -3.65625 3.46875 -3.84375 L 2.1875 -4.15625 C 1.578125 -4.3125 1.1875 -4.84375 1.1875 -5.421875 C 1.1875 -6.109375 1.71875 -6.71875 2.5 -6.71875 C 4.15625 -6.71875 4.375 -5.09375 4.4375 -4.640625 C 4.4375 -4.578125 4.4375 -4.53125 4.546875 -4.53125 C 4.6875 -4.53125 4.6875 -4.578125 4.6875 -4.765625 L 4.6875 -6.75 C 4.6875 -6.921875 4.6875 -7 4.578125 -7 C 4.5 -7 4.5 -6.984375 4.421875 -6.859375 L 4.078125 -6.296875 C 3.78125 -6.59375 3.375 -7 2.484375 -7 C 1.390625 -7 0.5625 -6.125 0.5625 -5.0625 C 0.5625 -4.25 1.078125 -3.515625 1.859375 -3.25 C 1.96875 -3.21875 2.46875 -3.09375 3.171875 -2.921875 C 3.4375 -2.859375 3.734375 -2.78125 4.015625 -2.421875 C 4.21875 -2.15625 4.3125 -1.828125 4.3125 -1.515625 C 4.3125 -0.796875 3.8125 -0.09375 2.984375 -0.09375 C 2.703125 -0.09375 1.9375 -0.140625 1.421875 -0.625 C 0.84375 -1.15625 0.8125 -1.796875 0.796875 -2.15625 C 0.796875 -2.25 0.71875 -2.25 0.6875 -2.25 C 0.5625 -2.25 0.5625 -2.1875 0.5625 -2 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.46875 C 1.484375 -0.140625 2.109375 0.21875 3 0.21875 C 4.15625 0.21875 4.953125 -0.75 4.953125 -1.84375 Z M 4.953125 -1.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 7.109375 -6.46875 L 7.109375 -6.78125 L 5.9375 -6.75 L 4.78125 -6.78125 L 4.78125 -6.46875 C 5.796875 -6.46875 5.796875 -6 5.796875 -5.734375 L 5.796875 -1.5 L 2.296875 -6.640625 C 2.21875 -6.765625 2.203125 -6.78125 2.015625 -6.78125 L 0.328125 -6.78125 L 0.328125 -6.46875 L 0.609375 -6.46875 C 0.765625 -6.46875 0.96875 -6.453125 1.109375 -6.453125 C 1.34375 -6.421875 1.34375 -6.40625 1.34375 -6.21875 L 1.34375 -1.046875 C 1.34375 -0.78125 1.34375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.484375 -0.03125 L 2.65625 0 L 2.65625 -0.3125 C 1.625 -0.3125 1.625 -0.78125 1.625 -1.046875 L 1.625 -6.203125 C 1.671875 -6.15625 1.6875 -6.140625 1.71875 -6.078125 L 5.78125 -0.125 C 5.859375 -0.015625 5.875 0 5.9375 0 C 6.078125 0 6.078125 -0.0625 6.078125 -0.265625 L 6.078125 -5.734375 C 6.078125 -6 6.078125 -6.46875 7.109375 -6.46875 Z M 7.109375 -6.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 6.046875 -4.515625 L 5.78125 -6.75 L 0.328125 -6.75 L 0.328125 -6.4375 L 0.5625 -6.4375 C 1.328125 -6.4375 1.34375 -6.328125 1.34375 -5.96875 L 1.34375 -0.78125 C 1.34375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.453125 -0.03125 1.828125 -0.03125 C 2.25 -0.03125 3.140625 -0.03125 3.5 0 L 3.5 -0.3125 L 3.171875 -0.3125 C 2.234375 -0.3125 2.234375 -0.4375 2.234375 -0.78125 L 2.234375 -3.21875 L 3.078125 -3.21875 C 4.03125 -3.21875 4.140625 -2.90625 4.140625 -2.0625 L 4.390625 -2.0625 L 4.390625 -4.6875 L 4.140625 -4.6875 C 4.140625 -3.859375 4.03125 -3.53125 3.078125 -3.53125 L 2.234375 -3.53125 L 2.234375 -6.046875 C 2.234375 -6.375 2.25 -6.4375 2.71875 -6.4375 L 3.90625 -6.4375 C 5.390625 -6.4375 5.640625 -5.890625 5.796875 -4.515625 Z M 6.046875 -4.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 2.53125 0 L 2.53125 -0.3125 C 1.859375 -0.3125 1.75 -0.3125 1.75 -0.75 L 1.75 -6.890625 L 0.328125 -6.78125 L 0.328125 -6.46875 C 1.015625 -6.46875 1.09375 -6.40625 1.09375 -5.90625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 Z M 2.53125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 4.8125 -4.015625 C 4.8125 -4.171875 4.6875 -4.5 4.3125 -4.5 C 4.109375 -4.5 3.671875 -4.4375 3.25 -4.03125 C 2.84375 -4.359375 2.421875 -4.390625 2.203125 -4.390625 C 1.28125 -4.390625 0.59375 -3.703125 0.59375 -2.9375 C 0.59375 -2.5 0.8125 -2.125 1.0625 -1.921875 C 0.9375 -1.765625 0.75 -1.4375 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.1875 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.46875 2.046875 C 3.640625 2.046875 4.671875 1.53125 4.671875 0.765625 C 4.671875 0.421875 4.53125 -0.09375 4.03125 -0.359375 C 3.5 -0.640625 2.921875 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.640625 -0.640625 1.578125 -0.65625 C 1.265625 -0.6875 1.046875 -1 1.046875 -1.3125 C 1.046875 -1.359375 1.046875 -1.59375 1.21875 -1.78125 C 1.609375 -1.515625 2.015625 -1.484375 2.203125 -1.484375 C 3.125 -1.484375 3.8125 -2.15625 3.8125 -2.921875 C 3.8125 -3.296875 3.65625 -3.65625 3.40625 -3.890625 C 3.765625 -4.234375 4.125 -4.28125 4.296875 -4.28125 C 4.296875 -4.28125 4.359375 -4.28125 4.390625 -4.265625 C 4.28125 -4.234375 4.234375 -4.125 4.234375 -4 C 4.234375 -3.828125 4.359375 -3.703125 4.53125 -3.703125 C 4.625 -3.703125 4.8125 -3.78125 4.8125 -4.015625 Z M 3.0625 -2.9375 C 3.0625 -2.671875 3.0625 -2.34375 2.90625 -2.109375 C 2.828125 -1.984375 2.59375 -1.703125 2.203125 -1.703125 C 1.34375 -1.703125 1.34375 -2.703125 1.34375 -2.921875 C 1.34375 -3.1875 1.34375 -3.515625 1.5 -3.765625 C 1.578125 -3.875 1.8125 -4.15625 2.203125 -4.15625 C 3.0625 -4.15625 3.0625 -3.171875 3.0625 -2.9375 Z M 4.15625 0.78125 C 4.15625 1.3125 3.453125 1.8125 2.484375 1.8125 C 1.484375 1.8125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.1875 -0.0625 C 3.046875 -0.0625 4.15625 -0.0625 4.15625 0.78125 Z M 4.15625 0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 5.234375 0 L 5.234375 -0.3125 C 4.53125 -0.3125 4.453125 -0.375 4.453125 -0.859375 L 4.453125 -6.890625 L 3.03125 -6.78125 L 3.03125 -6.46875 C 3.71875 -6.46875 3.796875 -6.40625 3.796875 -5.90625 L 3.796875 -3.765625 C 3.515625 -4.125 3.078125 -4.390625 2.546875 -4.390625 C 1.375 -4.390625 0.34375 -3.40625 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.4375 0.109375 C 3.078125 0.109375 3.515625 -0.234375 3.765625 -0.546875 L 3.765625 0.109375 Z M 3.765625 -1.171875 C 3.765625 -0.984375 3.765625 -0.96875 3.65625 -0.796875 C 3.359375 -0.328125 2.921875 -0.109375 2.484375 -0.109375 C 2.046875 -0.109375 1.6875 -0.359375 1.453125 -0.75 C 1.1875 -1.15625 1.15625 -1.71875 1.15625 -2.125 C 1.15625 -2.484375 1.1875 -3.078125 1.46875 -3.53125 C 1.671875 -3.84375 2.046875 -4.171875 2.59375 -4.171875 C 2.9375 -4.171875 3.359375 -4.015625 3.65625 -3.578125 C 3.765625 -3.40625 3.765625 -3.390625 3.765625 -3.203125 Z M 3.765625 -1.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 5.234375 0 L 5.234375 -0.3125 C 4.5625 -0.3125 4.453125 -0.3125 4.453125 -0.75 L 4.453125 -4.390625 L 3.203125 -4.3125 C 3.046875 -4.296875 3.03125 -4.28125 3.03125 -4.28125 C 3 -4.28125 2.984375 -4.28125 2.84375 -4.28125 L 1.671875 -4.28125 L 1.671875 -5.390625 C 1.671875 -6.375 2.53125 -6.78125 3.140625 -6.78125 C 3.4375 -6.78125 3.796875 -6.671875 4 -6.453125 C 3.59375 -6.421875 3.53125 -6.15625 3.53125 -6 C 3.53125 -5.671875 3.796875 -5.53125 3.984375 -5.53125 C 4.203125 -5.53125 4.4375 -5.6875 4.4375 -6 C 4.4375 -6.578125 3.890625 -7 3.15625 -7 C 2.234375 -7 1.046875 -6.484375 1.046875 -5.40625 L 1.046875 -4.28125 L 0.265625 -4.28125 L 0.265625 -3.96875 L 1.046875 -3.96875 L 1.046875 -0.75 C 1.046875 -0.3125 0.9375 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.375 -0.03125 L 2.484375 0 L 2.484375 -0.3125 C 1.8125 -0.3125 1.703125 -0.3125 1.703125 -0.75 L 1.703125 -3.96875 L 3.28125 -3.96875 C 3.734375 -3.96875 3.796875 -3.84375 3.796875 -3.4375 L 3.796875 -0.75 C 3.796875 -0.3125 3.6875 -0.3125 3.03125 -0.3125 L 3.03125 0 L 4.125 -0.03125 Z M 5.234375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-25">
<path style="stroke:none;" d="M 5.171875 -2.140625 C 5.171875 -3.40625 4.203125 -4.390625 3.09375 -4.390625 C 2.328125 -4.390625 1.90625 -3.953125 1.703125 -3.734375 L 1.703125 -4.390625 L 0.28125 -4.28125 L 0.28125 -3.96875 C 0.984375 -3.96875 1.046875 -3.90625 1.046875 -3.46875 L 1.046875 1.171875 C 1.046875 1.625 0.9375 1.625 0.28125 1.625 L 0.28125 1.921875 L 1.390625 1.890625 L 2.515625 1.921875 L 2.515625 1.625 C 1.84375 1.625 1.734375 1.625 1.734375 1.171875 L 1.734375 -0.578125 C 1.78125 -0.421875 2.203125 0.109375 2.953125 0.109375 C 4.140625 0.109375 5.171875 -0.859375 5.171875 -2.140625 Z M 4.34375 -2.140625 C 4.34375 -0.9375 3.65625 -0.109375 2.921875 -0.109375 C 2.515625 -0.109375 2.140625 -0.3125 1.875 -0.71875 C 1.734375 -0.921875 1.734375 -0.9375 1.734375 -1.125 L 1.734375 -3.34375 C 2.03125 -3.84375 2.515625 -4.140625 3.015625 -4.140625 C 3.734375 -4.140625 4.34375 -3.265625 4.34375 -2.140625 Z M 4.34375 -2.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-26">
<path style="stroke:none;" d="M 6.796875 -4.484375 L 6.609375 -6.71875 L 0.546875 -6.71875 L 0.359375 -4.484375 L 0.609375 -4.484375 C 0.75 -6.078125 0.890625 -6.40625 2.390625 -6.40625 C 2.5625 -6.40625 2.828125 -6.40625 2.921875 -6.390625 C 3.140625 -6.34375 3.140625 -6.234375 3.140625 -6.015625 L 3.140625 -0.78125 C 3.140625 -0.453125 3.140625 -0.3125 2.09375 -0.3125 L 1.703125 -0.3125 L 1.703125 0 C 2.109375 -0.03125 3.109375 -0.03125 3.578125 -0.03125 C 4.03125 -0.03125 5.046875 -0.03125 5.453125 0 L 5.453125 -0.3125 L 5.0625 -0.3125 C 4.015625 -0.3125 4.015625 -0.453125 4.015625 -0.78125 L 4.015625 -6.015625 C 4.015625 -6.21875 4.015625 -6.34375 4.203125 -6.390625 C 4.3125 -6.40625 4.578125 -6.40625 4.765625 -6.40625 C 6.265625 -6.40625 6.40625 -6.078125 6.546875 -4.484375 Z M 6.796875 -4.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-27">
<path style="stroke:none;" d="M 8.0625 0 L 8.0625 -0.3125 C 7.546875 -0.3125 7.296875 -0.3125 7.296875 -0.609375 L 7.296875 -2.5 C 7.296875 -3.359375 7.296875 -3.65625 6.984375 -4.015625 C 6.84375 -4.1875 6.515625 -4.390625 5.9375 -4.390625 C 5.109375 -4.390625 4.671875 -3.796875 4.5 -3.40625 C 4.359375 -4.28125 3.625 -4.390625 3.1875 -4.390625 C 2.453125 -4.390625 2 -3.953125 1.71875 -3.34375 L 1.71875 -4.390625 L 0.3125 -4.28125 L 0.3125 -3.96875 C 1.015625 -3.96875 1.09375 -3.90625 1.09375 -3.40625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.546875 0 L 2.546875 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.578125 C 1.78125 -3.609375 2.484375 -4.171875 3.109375 -4.171875 C 3.734375 -4.171875 3.84375 -3.625 3.84375 -3.0625 L 3.84375 -0.75 C 3.84375 -0.3125 3.734375 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 L 5.3125 0 L 5.3125 -0.3125 C 4.640625 -0.3125 4.53125 -0.3125 4.53125 -0.75 L 4.53125 -2.578125 C 4.53125 -3.609375 5.234375 -4.171875 5.875 -4.171875 C 6.5 -4.171875 6.609375 -3.625 6.609375 -3.0625 L 6.609375 -0.75 C 6.609375 -0.3125 6.5 -0.3125 5.828125 -0.3125 L 5.828125 0 L 6.953125 -0.03125 Z M 8.0625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-28">
<path style="stroke:none;" d="M 5.234375 1.921875 L 5.234375 1.625 C 4.5625 1.625 4.453125 1.625 4.453125 1.171875 L 4.453125 -4.390625 L 4.234375 -4.390625 L 3.859375 -3.484375 C 3.734375 -3.765625 3.328125 -4.390625 2.53125 -4.390625 C 1.375 -4.390625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.890625 1.296875 0.109375 2.453125 0.109375 C 3.140625 0.109375 3.546875 -0.3125 3.765625 -0.609375 L 3.765625 1.171875 C 3.765625 1.625 3.65625 1.625 3 1.625 L 3 1.921875 L 4.109375 1.890625 Z M 3.796875 -1.34375 C 3.796875 -1.03125 3.625 -0.75 3.40625 -0.515625 C 3.28125 -0.375 2.953125 -0.109375 2.484375 -0.109375 C 1.765625 -0.109375 1.15625 -0.984375 1.15625 -2.140625 C 1.15625 -3.3125 1.859375 -4.140625 2.59375 -4.140625 C 3.390625 -4.140625 3.796875 -3.28125 3.796875 -2.75 Z M 3.796875 -1.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-29">
<path style="stroke:none;" d="M 5.046875 -3.96875 L 5.046875 -4.28125 C 4.8125 -4.25 4.53125 -4.25 4.296875 -4.25 L 3.4375 -4.28125 L 3.4375 -3.96875 C 3.734375 -3.953125 3.90625 -3.796875 3.90625 -3.546875 C 3.90625 -3.4375 3.890625 -3.421875 3.84375 -3.296875 L 2.84375 -0.859375 L 1.734375 -3.53125 C 1.703125 -3.625 1.671875 -3.671875 1.671875 -3.703125 C 1.671875 -3.96875 2.046875 -3.96875 2.234375 -3.96875 L 2.234375 -4.28125 L 1.15625 -4.25 C 0.890625 -4.25 0.484375 -4.25 0.1875 -4.28125 L 0.1875 -3.96875 C 0.671875 -3.96875 0.859375 -3.96875 0.984375 -3.625 L 2.484375 0 L 2.234375 0.578125 C 2.015625 1.125 1.734375 1.8125 1.09375 1.8125 C 1.046875 1.8125 0.828125 1.8125 0.640625 1.640625 C 0.9375 1.59375 1.015625 1.375 1.015625 1.21875 C 1.015625 0.96875 0.828125 0.796875 0.609375 0.796875 C 0.40625 0.796875 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.671875 0.609375 2.03125 1.09375 2.03125 C 1.71875 2.03125 2.140625 1.46875 2.375 0.90625 L 4.125 -3.328125 C 4.375 -3.953125 4.875 -3.96875 5.046875 -3.96875 Z M 5.046875 -3.96875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-30">
<path style="stroke:none;" d="M 2.53125 2.484375 L 2.53125 2.078125 L 1.5625 2.078125 L 1.5625 -7.046875 L 2.53125 -7.046875 L 2.53125 -7.4375 L 1.171875 -7.4375 L 1.171875 2.484375 Z M 2.53125 2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-31">
<path style="stroke:none;" d="M 7.109375 0 L 7.109375 -0.3125 L 6.859375 -0.3125 C 6.109375 -0.3125 6.078125 -0.421875 6.078125 -0.78125 L 6.078125 -6 C 6.078125 -6.359375 6.109375 -6.46875 6.859375 -6.46875 L 7.109375 -6.46875 L 7.109375 -6.78125 C 6.75 -6.75 6.015625 -6.75 5.640625 -6.75 C 5.265625 -6.75 4.53125 -6.75 4.171875 -6.78125 L 4.171875 -6.46875 L 4.421875 -6.46875 C 5.171875 -6.46875 5.203125 -6.359375 5.203125 -6 L 5.203125 -3.6875 L 2.234375 -3.6875 L 2.234375 -6 C 2.234375 -6.359375 2.25 -6.46875 3.015625 -6.46875 L 3.25 -6.46875 L 3.25 -6.78125 C 2.90625 -6.75 2.171875 -6.75 1.796875 -6.75 C 1.421875 -6.75 0.671875 -6.75 0.328125 -6.78125 L 0.328125 -6.46875 L 0.5625 -6.46875 C 1.328125 -6.46875 1.34375 -6.359375 1.34375 -6 L 1.34375 -0.78125 C 1.34375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.40625 -0.03125 1.78125 -0.03125 C 2.15625 -0.03125 2.90625 -0.03125 3.25 0 L 3.25 -0.3125 L 3.015625 -0.3125 C 2.25 -0.3125 2.234375 -0.421875 2.234375 -0.78125 L 2.234375 -3.375 L 5.203125 -3.375 L 5.203125 -0.78125 C 5.203125 -0.421875 5.171875 -0.3125 4.421875 -0.3125 L 4.171875 -0.3125 L 4.171875 0 C 4.53125 -0.03125 5.265625 -0.03125 5.640625 -0.03125 C 6.015625 -0.03125 6.75 -0.03125 7.109375 0 Z M 7.109375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-32">
<path style="stroke:none;" d="M 3.984375 -1.859375 L 3.734375 -1.859375 C 3.640625 -0.6875 3.4375 -0.25 2.28125 -0.25 L 1.109375 -0.25 L 3.875 -3.984375 C 3.953125 -4.09375 3.953125 -4.109375 3.953125 -4.140625 C 3.953125 -4.28125 3.875 -4.28125 3.703125 -4.28125 L 0.53125 -4.28125 L 0.421875 -2.671875 L 0.671875 -2.671875 C 0.71875 -3.6875 0.90625 -4.0625 2 -4.0625 L 3.140625 -4.0625 L 0.359375 -0.3125 C 0.28125 -0.203125 0.28125 -0.1875 0.28125 -0.140625 C 0.28125 0 0.34375 0 0.53125 0 L 3.8125 0 Z M 3.984375 -1.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-33">
<path style="stroke:none;" d="M 1.578125 2.484375 L 1.578125 -7.4375 L 0.21875 -7.4375 L 0.21875 -7.046875 L 1.1875 -7.046875 L 1.1875 2.078125 L 0.21875 2.078125 L 0.21875 2.484375 Z M 1.578125 2.484375 "/>
</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 -1.8125 -6.453125 C -2.671875 -6.453125 -3.421875 -5.640625 -3.546875 -4.546875 C -3.734375 -5.5 -4.359375 -6.1875 -5.09375 -6.1875 C -5.96875 -6.1875 -6.78125 -5.28125 -6.78125 -3.984375 L -6.78125 -0.359375 L -6.46875 -0.359375 L -6.46875 -0.59375 C -6.46875 -1.359375 -6.359375 -1.375 -6 -1.375 L -0.78125 -1.375 C -0.421875 -1.375 -0.3125 -1.359375 -0.3125 -0.59375 L -0.3125 -0.359375 L 0 -0.359375 L 0 -4.25 C 0 -5.5625 -0.890625 -6.453125 -1.8125 -6.453125 Z M -5.09375 -5.234375 C -4.46875 -5.234375 -3.625 -4.75 -3.625 -3.640625 L -3.625 -2.203125 L -6.078125 -2.203125 C -6.40625 -2.203125 -6.46875 -2.21875 -6.46875 -2.6875 L -6.46875 -3.921875 C -6.46875 -4.875 -5.625 -5.234375 -5.09375 -5.234375 Z M -1.828125 -5.46875 C -1.125 -5.46875 -0.3125 -4.953125 -0.3125 -3.921875 L -0.3125 -2.6875 C -0.3125 -2.21875 -0.375 -2.203125 -0.703125 -2.203125 L -3.40625 -2.203125 L -3.40625 -4.0625 C -3.40625 -5.046875 -2.484375 -5.46875 -1.828125 -5.46875 Z M -1.828125 -5.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M -0.890625 -4.796875 L -1.4375 -4.796875 L -1.4375 -4.546875 L -0.890625 -4.546875 C -0.3125 -4.546875 -0.25 -4.296875 -0.25 -4.1875 C -0.25 -3.859375 -0.6875 -3.8125 -0.75 -3.8125 L -2.734375 -3.8125 C -3.140625 -3.8125 -3.53125 -3.8125 -3.90625 -3.46875 C -4.28125 -3.078125 -4.4375 -2.578125 -4.4375 -2.109375 C -4.4375 -1.296875 -3.984375 -0.609375 -3.328125 -0.609375 C -3.03125 -0.609375 -2.859375 -0.796875 -2.859375 -1.0625 C -2.859375 -1.34375 -3.0625 -1.515625 -3.3125 -1.515625 C -3.4375 -1.515625 -3.765625 -1.46875 -3.765625 -1.015625 C -4.125 -1.28125 -4.234375 -1.765625 -4.234375 -2.078125 C -4.234375 -2.5625 -3.84375 -3.140625 -2.953125 -3.140625 L -2.59375 -3.140625 C -2.5625 -2.625 -2.53125 -1.9375 -2.234375 -1.3125 C -1.890625 -0.5625 -1.375 -0.3125 -0.9375 -0.3125 C -0.140625 -0.3125 0.109375 -1.28125 0.109375 -1.90625 C 0.109375 -2.5625 -0.28125 -3.015625 -0.75 -3.203125 C -0.359375 -3.25 0.0625 -3.515625 0.0625 -3.984375 C 0.0625 -4.1875 -0.078125 -4.796875 -0.890625 -4.796875 Z M -1.390625 -3.140625 C -0.453125 -3.140625 -0.109375 -2.421875 -0.109375 -1.96875 C -0.109375 -1.484375 -0.453125 -1.078125 -0.953125 -1.078125 C -1.5 -1.078125 -2.328125 -1.5 -2.375 -3.140625 Z M -1.390625 -3.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 0 -5.3125 L -0.3125 -5.3125 C -0.3125 -4.796875 -0.3125 -4.546875 -0.609375 -4.53125 L -2.5 -4.53125 C -3.359375 -4.53125 -3.65625 -4.53125 -4.015625 -4.234375 C -4.1875 -4.09375 -4.390625 -3.765625 -4.390625 -3.1875 C -4.390625 -2.453125 -3.953125 -2 -3.34375 -1.71875 L -4.390625 -1.71875 L -4.28125 -0.3125 L -3.96875 -0.3125 C -3.96875 -1.015625 -3.90625 -1.09375 -3.40625 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 L -0.03125 -1.4375 L 0 -2.546875 L -0.3125 -2.546875 C -0.3125 -1.890625 -0.3125 -1.78125 -0.75 -1.78125 L -2.578125 -1.78125 C -3.609375 -1.78125 -4.171875 -2.484375 -4.171875 -3.109375 C -4.171875 -3.734375 -3.625 -3.84375 -3.0625 -3.84375 L -0.75 -3.84375 C -0.3125 -3.84375 -0.3125 -3.734375 -0.3125 -3.078125 L 0 -3.078125 L -0.03125 -4.203125 Z M 0 -5.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 0 -5.234375 L -0.3125 -5.234375 C -0.3125 -4.53125 -0.375 -4.453125 -0.859375 -4.453125 L -6.890625 -4.453125 L -6.78125 -3.03125 L -6.46875 -3.03125 C -6.46875 -3.71875 -6.40625 -3.796875 -5.90625 -3.796875 L -3.765625 -3.796875 C -4.125 -3.515625 -4.390625 -3.078125 -4.390625 -2.546875 C -4.390625 -1.375 -3.40625 -0.34375 -2.140625 -0.34375 C -0.875 -0.34375 0.109375 -1.3125 0.109375 -2.4375 C 0.109375 -3.078125 -0.234375 -3.515625 -0.546875 -3.765625 L 0.109375 -3.765625 Z M -1.171875 -3.765625 C -0.984375 -3.765625 -0.96875 -3.765625 -0.796875 -3.65625 C -0.328125 -3.359375 -0.109375 -2.921875 -0.109375 -2.484375 C -0.109375 -2.046875 -0.359375 -1.6875 -0.75 -1.453125 C -1.15625 -1.1875 -1.71875 -1.15625 -2.125 -1.15625 C -2.484375 -1.15625 -3.078125 -1.1875 -3.53125 -1.46875 C -3.84375 -1.671875 -4.171875 -2.046875 -4.171875 -2.59375 C -4.171875 -2.9375 -4.015625 -3.359375 -3.578125 -3.65625 C -3.40625 -3.765625 -3.390625 -3.765625 -3.203125 -3.765625 Z M -1.171875 -3.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M -3.96875 -6.96875 L -4.28125 -6.96875 C -4.25 -6.75 -4.25 -6.46875 -4.25 -6.25 L -4.28125 -5.328125 L -3.96875 -5.328125 C -3.953125 -5.6875 -3.78125 -5.90625 -3.5 -5.90625 C -3.4375 -5.90625 -3.40625 -5.90625 -3.28125 -5.859375 L -0.75 -4.953125 L -3.515625 -3.96875 C -3.625 -3.921875 -3.65625 -3.921875 -3.703125 -3.921875 C -3.96875 -3.921875 -3.96875 -4.3125 -3.96875 -4.5 L -4.28125 -4.5 L -4.25 -3.46875 C -4.25 -3.171875 -4.25 -2.890625 -4.28125 -2.59375 L -3.96875 -2.59375 C -3.96875 -2.953125 -3.953125 -3.109375 -3.8125 -3.21875 C -3.765625 -3.265625 -3.46875 -3.375 -3.28125 -3.4375 L -0.875 -2.59375 L -3.515625 -1.640625 C -3.640625 -1.59375 -3.65625 -1.59375 -3.703125 -1.59375 C -3.96875 -1.59375 -3.96875 -1.984375 -3.96875 -2.1875 L -4.28125 -2.1875 L -4.25 -1.09375 L -4.28125 -0.171875 L -3.96875 -0.171875 C -3.96875 -0.671875 -3.9375 -0.796875 -3.625 -0.90625 L -0.109375 -2.15625 C 0.03125 -2.21875 0.109375 -2.25 0.109375 -2.375 C 0.109375 -2.5 0.046875 -2.515625 -0.09375 -2.5625 L -2.890625 -3.578125 L -0.078125 -4.578125 C 0.03125 -4.625 0.109375 -4.65625 0.109375 -4.78125 C 0.109375 -4.90625 0.015625 -4.9375 -0.078125 -4.984375 L -3.328125 -6.140625 C -3.828125 -6.3125 -3.953125 -6.625 -3.96875 -6.96875 Z M -3.96875 -6.96875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 0 -2.453125 L -0.3125 -2.453125 C -0.3125 -1.796875 -0.359375 -1.75 -0.75 -1.75 L -4.390625 -1.75 L -4.28125 -0.359375 L -3.96875 -0.359375 C -3.96875 -1.015625 -3.90625 -1.09375 -3.421875 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.328125 L 0 -0.328125 L -0.03125 -1.421875 C -0.03125 -1.765625 -0.015625 -2.109375 0 -2.453125 Z M -6 -1.90625 C -6.265625 -1.90625 -6.515625 -1.671875 -6.515625 -1.375 C -6.515625 -1.046875 -6.234375 -0.84375 -6 -0.84375 C -5.71875 -0.84375 -5.46875 -1.078125 -5.46875 -1.375 C -5.46875 -1.703125 -5.75 -1.90625 -6 -1.90625 Z M -6 -1.90625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M -1.234375 -3.296875 L -1.796875 -3.296875 L -1.796875 -3.046875 L -1.25 -3.046875 C -0.515625 -3.046875 -0.140625 -2.75 -0.140625 -2.375 C -0.140625 -1.71875 -1.046875 -1.71875 -1.203125 -1.71875 L -3.96875 -1.71875 L -3.96875 -3.140625 L -4.28125 -3.140625 L -4.28125 -1.71875 L -6.109375 -1.71875 L -6.109375 -1.46875 C -5.28125 -1.453125 -4.234375 -1.15625 -4.1875 -0.1875 L -3.96875 -0.1875 L -3.96875 -1.03125 L -1.234375 -1.03125 C -0.015625 -1.03125 0.109375 -1.953125 0.109375 -2.3125 C 0.109375 -3.015625 -0.59375 -3.296875 -1.234375 -3.296875 Z M -1.234375 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 0 -5.3125 L -0.3125 -5.3125 C -0.3125 -4.796875 -0.3125 -4.546875 -0.609375 -4.53125 L -2.5 -4.53125 C -3.359375 -4.53125 -3.65625 -4.53125 -4.015625 -4.234375 C -4.1875 -4.09375 -4.390625 -3.765625 -4.390625 -3.1875 C -4.390625 -2.34375 -3.796875 -1.921875 -3.4375 -1.75 L -6.890625 -1.75 L -6.78125 -0.3125 L -6.46875 -0.3125 C -6.46875 -1.015625 -6.40625 -1.09375 -5.90625 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 L -0.03125 -1.4375 L 0 -2.546875 L -0.3125 -2.546875 C -0.3125 -1.890625 -0.3125 -1.78125 -0.75 -1.78125 L -2.578125 -1.78125 C -3.609375 -1.78125 -4.171875 -2.484375 -4.171875 -3.109375 C -4.171875 -3.734375 -3.625 -3.84375 -3.0625 -3.84375 L -0.75 -3.84375 C -0.3125 -3.84375 -0.3125 -3.734375 -0.3125 -3.078125 L 0 -3.078125 L -0.03125 -4.203125 Z M 0 -5.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M -2.5625 -5.78125 L -2.5625 -5.53125 C -1.546875 -5.421875 -0.3125 -5.28125 -0.3125 -3.53125 L -0.3125 -2.71875 C -0.3125 -2.25 -0.375 -2.234375 -0.703125 -2.234375 L -6 -2.234375 C -6.328125 -2.234375 -6.46875 -2.234375 -6.46875 -3.171875 L -6.46875 -3.5 L -6.78125 -3.5 C -6.75 -3.140625 -6.75 -2.25 -6.75 -1.828125 C -6.75 -1.453125 -6.75 -0.671875 -6.78125 -0.328125 L -6.46875 -0.328125 L -6.46875 -0.5625 C -6.46875 -1.328125 -6.359375 -1.34375 -6 -1.34375 L -0.78125 -1.34375 C -0.421875 -1.34375 -0.3125 -1.328125 -0.3125 -0.5625 L -0.3125 -0.328125 L 0 -0.328125 L 0 -5.5 Z M -2.5625 -5.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-10">
<path style="stroke:none;" d="M -2.125 -4.671875 C -3.390625 -4.671875 -4.4375 -3.6875 -4.4375 -2.484375 C -4.4375 -1.234375 -3.359375 -0.28125 -2.125 -0.28125 C -0.84375 -0.28125 0.109375 -1.3125 0.109375 -2.46875 C 0.109375 -3.671875 -0.859375 -4.671875 -2.125 -4.671875 Z M -2.203125 -3.84375 C -1.84375 -3.84375 -1.3125 -3.84375 -0.875 -3.625 C -0.421875 -3.40625 -0.140625 -2.96875 -0.140625 -2.484375 C -0.140625 -2.046875 -0.34375 -1.625 -0.796875 -1.34375 C -1.234375 -1.09375 -1.84375 -1.09375 -2.203125 -1.09375 C -2.59375 -1.09375 -3.125 -1.09375 -3.5625 -1.34375 C -4.015625 -1.609375 -4.234375 -2.078125 -4.234375 -2.46875 C -4.234375 -2.90625 -4.015625 -3.328125 -3.578125 -3.59375 C -3.15625 -3.84375 -2.578125 -3.84375 -2.203125 -3.84375 Z M -2.203125 -3.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-11">
<path style="stroke:none;" d="M -2.140625 -5.171875 C -3.40625 -5.171875 -4.390625 -4.203125 -4.390625 -3.09375 C -4.390625 -2.328125 -3.953125 -1.90625 -3.734375 -1.703125 L -4.390625 -1.703125 L -4.28125 -0.28125 L -3.96875 -0.28125 C -3.96875 -0.984375 -3.90625 -1.046875 -3.46875 -1.046875 L 1.171875 -1.046875 C 1.625 -1.046875 1.625 -0.9375 1.625 -0.28125 L 1.921875 -0.28125 L 1.890625 -1.390625 L 1.921875 -2.515625 L 1.625 -2.515625 C 1.625 -1.84375 1.625 -1.734375 1.171875 -1.734375 L -0.578125 -1.734375 C -0.421875 -1.78125 0.109375 -2.203125 0.109375 -2.953125 C 0.109375 -4.140625 -0.859375 -5.171875 -2.140625 -5.171875 Z M -2.140625 -4.34375 C -0.9375 -4.34375 -0.109375 -3.65625 -0.109375 -2.921875 C -0.109375 -2.515625 -0.3125 -2.140625 -0.71875 -1.875 C -0.921875 -1.734375 -0.9375 -1.734375 -1.125 -1.734375 L -3.34375 -1.734375 C -3.84375 -2.03125 -4.140625 -2.515625 -4.140625 -3.015625 C -4.140625 -3.734375 -3.265625 -4.34375 -2.140625 -4.34375 Z M -2.140625 -4.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-12">
<path style="stroke:none;" d="M -2.40625 -7.296875 L -2.703125 -7.296875 L -2.671875 -6.078125 C -2.671875 -5.6875 -2.671875 -4.84375 -2.703125 -4.484375 L -2.40625 -4.484375 L -2.40625 -4.796875 C -2.40625 -5.6875 -2.296875 -5.71875 -1.921875 -5.71875 L -1.296875 -5.71875 C -0.171875 -5.71875 -0.09375 -4.46875 -0.09375 -4.1875 C -0.09375 -3.546875 -0.4375 -1.578125 -3.390625 -1.578125 C -6.359375 -1.578125 -6.6875 -3.53125 -6.6875 -4.125 C -6.6875 -5.1875 -5.796875 -6.09375 -4.328125 -6.296875 C -4.203125 -6.3125 -4.171875 -6.3125 -4.171875 -6.453125 C -4.171875 -6.609375 -4.203125 -6.609375 -4.40625 -6.609375 L -6.75 -6.609375 C -6.921875 -6.609375 -7 -6.609375 -7 -6.5 C -7 -6.453125 -7 -6.421875 -6.875 -6.34375 L -6.140625 -5.84375 C -6.453125 -5.53125 -7 -4.984375 -7 -4.015625 C -7 -2.15625 -5.421875 -0.5625 -3.390625 -0.5625 C -1.359375 -0.5625 0.21875 -2.140625 0.21875 -4.03125 C 0.21875 -4.75 -0.046875 -5.546875 -0.625 -5.890625 C -0.40625 -6.015625 -0.015625 -6.40625 -0.015625 -6.515625 C -0.015625 -6.609375 -0.09375 -6.609375 -0.234375 -6.609375 L -1.96875 -6.609375 C -2.34375 -6.609375 -2.40625 -6.640625 -2.40625 -7.296875 Z M -2.40625 -7.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-13">
<path style="stroke:none;" d="M -3.4375 -7.15625 C -3.640625 -7.15625 -3.640625 -6.96875 -3.640625 -6.828125 L -3.640625 -0.890625 C -3.640625 -0.75 -3.640625 -0.5625 -3.4375 -0.5625 C -3.25 -0.5625 -3.25 -0.75 -3.25 -0.890625 L -3.25 -6.8125 C -3.25 -6.96875 -3.25 -7.15625 -3.4375 -7.15625 Z M -1.515625 -7.15625 C -1.71875 -7.15625 -1.71875 -6.96875 -1.71875 -6.8125 L -1.71875 -0.890625 C -1.71875 -0.75 -1.71875 -0.5625 -1.515625 -0.5625 C -1.3125 -0.5625 -1.3125 -0.75 -1.3125 -0.890625 L -1.3125 -6.828125 C -1.3125 -6.96875 -1.3125 -7.15625 -1.515625 -7.15625 Z M -1.515625 -7.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-14">
<path style="stroke:none;" d="M -1.1875 -4.125 C -1.28125 -4.125 -1.28125 -4.015625 -1.28125 -3.984375 C -1.28125 -3.90625 -1.234375 -3.875 -1.1875 -3.859375 C -0.265625 -3.578125 -0.140625 -2.921875 -0.140625 -2.5625 C -0.140625 -2.03125 -0.5625 -1.15625 -2.15625 -1.15625 C -3.78125 -1.15625 -4.203125 -1.96875 -4.203125 -2.5 C -4.203125 -2.59375 -4.1875 -3.21875 -3.828125 -3.5625 C -3.796875 -3.15625 -3.5 -3.09375 -3.375 -3.09375 C -3.109375 -3.09375 -2.921875 -3.28125 -2.921875 -3.546875 C -2.921875 -3.8125 -3.078125 -4.015625 -3.390625 -4.015625 C -4.0625 -4.015625 -4.4375 -3.25 -4.4375 -2.484375 C -4.4375 -1.25 -3.375 -0.34375 -2.140625 -0.34375 C -0.875 -0.34375 0.109375 -1.3125 0.109375 -2.46875 C 0.109375 -3.796875 -1.078125 -4.125 -1.1875 -4.125 Z M -1.1875 -4.125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-15">
<path style="stroke:none;" d="M -3.78125 -3.609375 C -4.09375 -3.609375 -4.390625 -3.296875 -4.390625 -2.875 C -4.390625 -2.15625 -3.71875 -1.796875 -3.296875 -1.65625 L -4.390625 -1.65625 L -4.28125 -0.28125 L -3.96875 -0.28125 C -3.96875 -0.96875 -3.90625 -1.046875 -3.40625 -1.046875 L -0.75 -1.046875 C -0.3125 -1.046875 -0.3125 -0.9375 -0.3125 -0.28125 L 0 -0.28125 L -0.03125 -1.40625 C -0.03125 -1.8125 -0.03125 -2.265625 0 -2.671875 L -0.3125 -2.671875 L -0.3125 -2.453125 C -0.3125 -1.71875 -0.421875 -1.703125 -0.78125 -1.703125 L -2.296875 -1.703125 C -3.28125 -1.703125 -4.171875 -2.125 -4.171875 -2.875 C -4.171875 -2.953125 -4.171875 -2.96875 -4.15625 -2.984375 C -4.140625 -2.953125 -4.03125 -2.765625 -3.765625 -2.765625 C -3.5 -2.765625 -3.34375 -2.96875 -3.34375 -3.1875 C -3.34375 -3.359375 -3.46875 -3.609375 -3.78125 -3.609375 Z M -3.78125 -3.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-16">
<path style="stroke:none;" d="M -0.53125 -1.90625 C -0.8125 -1.90625 -1.046875 -1.671875 -1.046875 -1.375 C -1.046875 -1.09375 -0.8125 -0.859375 -0.53125 -0.859375 C -0.234375 -0.859375 0 -1.09375 0 -1.375 C 0 -1.671875 -0.234375 -1.90625 -0.53125 -1.90625 Z M -0.53125 -1.90625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-17">
<path style="stroke:none;" d="M 0 -2.53125 L -0.3125 -2.53125 C -0.3125 -1.859375 -0.3125 -1.75 -0.75 -1.75 L -6.890625 -1.75 L -6.78125 -0.328125 L -6.46875 -0.328125 C -6.46875 -1.015625 -6.40625 -1.09375 -5.90625 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.328125 L 0 -0.328125 L -0.03125 -1.421875 Z M 0 -2.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-18">
<path style="stroke:none;" d="M 2.484375 -2.53125 L 2.078125 -2.53125 L 2.078125 -1.5625 L -7.046875 -1.5625 L -7.046875 -2.53125 L -7.4375 -2.53125 L -7.4375 -1.171875 L 2.484375 -1.171875 Z M 2.484375 -2.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-19">
<path style="stroke:none;" d="M -1.859375 -2.734375 L -2.4375 -2.734375 L -2.4375 -0.109375 L -1.859375 -0.109375 Z M -1.859375 -2.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-20">
<path style="stroke:none;" d="M 2.484375 -1.578125 L -7.4375 -1.578125 L -7.4375 -0.21875 L -7.046875 -0.21875 L -7.046875 -1.1875 L 2.078125 -1.1875 L 2.078125 -0.21875 L 2.484375 -0.21875 Z M 2.484375 -1.578125 "/>
</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 9.34375 1.78125 C 9.140625 1.34375 9.03125 0.890625 9.03125 0.421875 C 9.03125 -0.203125 9.21875 -0.828125 9.59375 -1.375 L 9.609375 -1.421875 C 9.609375 -1.453125 9.609375 -1.484375 9.578125 -1.515625 L 9.453125 -1.625 C 9.4375 -1.640625 9.40625 -1.671875 9.375 -1.671875 C 9.34375 -1.671875 9.3125 -1.640625 9.28125 -1.625 C 8.875 -1.015625 8.65625 -0.3125 8.65625 0.40625 C 8.65625 0.609375 8.65625 0.796875 8.703125 0.984375 L 0.890625 -6.8125 C 0.84375 -6.859375 0.796875 -6.875 0.75 -6.875 C 0.640625 -6.875 0.546875 -6.78125 0.546875 -6.671875 C 0.546875 -6.625 0.5625 -6.578125 0.609375 -6.53125 L 8.40625 1.28125 C 8.21875 1.234375 8.03125 1.234375 7.828125 1.234375 C 7.109375 1.234375 6.40625 1.453125 5.796875 1.859375 C 5.78125 1.890625 5.75 1.921875 5.75 1.953125 C 5.75 1.984375 5.78125 2.015625 5.796875 2.03125 L 5.90625 2.15625 C 5.9375 2.171875 5.96875 2.1875 6 2.1875 C 6.015625 2.1875 6.046875 2.1875 6.0625 2.171875 C 6.59375 1.796875 7.21875 1.609375 7.84375 1.609375 C 8.296875 1.609375 8.765625 1.703125 9.203125 1.921875 C 9.3125 1.921875 9.359375 1.875 9.34375 1.78125 Z M 9.34375 1.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 9.609375 -3.53125 L 9.59375 -3.59375 C 9.21875 -4.125 9.03125 -4.75 9.03125 -5.375 C 9.03125 -5.84375 9.140625 -6.296875 9.34375 -6.734375 C 9.359375 -6.84375 9.3125 -6.890625 9.203125 -6.875 C 8.765625 -6.671875 8.296875 -6.5625 7.84375 -6.5625 C 7.21875 -6.5625 6.59375 -6.75 6.0625 -7.140625 C 6.046875 -7.140625 6.015625 -7.15625 6 -7.15625 C 5.96875 -7.15625 5.9375 -7.140625 5.90625 -7.109375 L 5.796875 -7 C 5.78125 -6.96875 5.75 -6.9375 5.75 -6.921875 C 5.75 -6.875 5.78125 -6.84375 5.796875 -6.828125 C 6.40625 -6.40625 7.109375 -6.1875 7.828125 -6.1875 C 8.03125 -6.1875 8.21875 -6.203125 8.40625 -6.234375 L 0.609375 1.5625 C 0.5625 1.625 0.546875 1.671875 0.546875 1.703125 C 0.546875 1.8125 0.640625 1.921875 0.75 1.921875 C 0.796875 1.921875 0.84375 1.890625 0.890625 1.859375 L 8.703125 -5.953125 C 8.65625 -5.765625 8.65625 -5.5625 8.65625 -5.375 C 8.65625 -4.65625 8.875 -3.9375 9.28125 -3.34375 C 9.3125 -3.3125 9.34375 -3.296875 9.375 -3.296875 C 9.40625 -3.296875 9.4375 -3.3125 9.453125 -3.328125 L 9.578125 -3.453125 C 9.609375 -3.46875 9.609375 -3.5 9.609375 -3.53125 Z M 9.609375 -3.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 7.15625 -4.484375 C 7.15625 -4.6875 7.078125 -4.78125 7.015625 -4.78125 C 6.921875 -4.78125 6.890625 -4.609375 6.875 -4.515625 C 6.84375 -3.84375 6.140625 -3.421875 5.5 -3.421875 C 4.90625 -3.421875 4.46875 -3.71875 3.796875 -4.171875 C 3.359375 -4.4375 2.84375 -4.796875 2.203125 -4.796875 C 1.296875 -4.796875 0.5625 -4.09375 0.5625 -3.171875 C 0.5625 -2.953125 0.625 -2.875 0.6875 -2.875 C 0.796875 -2.875 0.828125 -3.0625 0.828125 -3.109375 C 0.890625 -3.9375 1.703125 -4.234375 2.203125 -4.234375 C 2.796875 -4.234375 3.25 -3.9375 3.921875 -3.5 C 4.34375 -3.21875 4.875 -2.875 5.5 -2.875 C 6.421875 -2.875 7.15625 -3.5625 7.15625 -4.484375 Z M 7.15625 -2.15625 C 7.15625 -2.375 7.078125 -2.46875 7.015625 -2.46875 C 6.90625 -2.46875 6.890625 -2.296875 6.875 -2.15625 C 6.828125 -1.59375 6.21875 -1.109375 5.5 -1.109375 C 4.90625 -1.109375 4.46875 -1.40625 3.796875 -1.859375 C 3.359375 -2.140625 2.84375 -2.484375 2.203125 -2.484375 C 1.296875 -2.484375 0.5625 -1.78125 0.5625 -0.859375 C 0.5625 -0.640625 0.625 -0.5625 0.6875 -0.5625 C 0.796875 -0.5625 0.828125 -0.75 0.828125 -0.796875 C 0.890625 -1.625 1.703125 -1.921875 2.203125 -1.921875 C 2.796875 -1.921875 3.25 -1.625 3.921875 -1.1875 C 4.34375 -0.90625 4.875 -0.5625 5.5 -0.5625 C 6.4375 -0.5625 7.15625 -1.28125 7.15625 -2.15625 Z M 7.15625 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 6.5625 14.46875 C 6.5625 14.34375 6.5625 14.296875 6.515625 14.265625 C 6.046875 13.96875 4.765625 13.140625 4.5 11.1875 C 4.46875 10.96875 4.46875 10.953125 4.46875 10.828125 L 4.46875 3.21875 C 4.46875 2.40625 3.984375 0.75 2.0625 -0.265625 C 1.828125 -0.390625 1.8125 -0.390625 1.671875 -0.390625 C 1.4375 -0.390625 1.421875 -0.390625 1.421875 -0.171875 C 1.421875 -0.015625 1.421875 0.015625 1.5 0.0625 C 3.390625 1.1875 3.515625 2.84375 3.515625 3.21875 L 3.515625 10.828125 C 3.515625 11.921875 4.265625 13.609375 6 14.46875 C 4.921875 15.046875 3.640625 16.21875 3.515625 18.0625 L 3.515625 25 C 3.515625 25.8125 3.515625 26 3.4375 26.375 C 3.25 27.171875 2.78125 28.140625 1.515625 28.890625 C 1.4375 28.9375 1.421875 28.953125 1.421875 29.125 C 1.421875 29.359375 1.4375 29.359375 1.671875 29.359375 C 1.828125 29.359375 1.859375 29.359375 2.125 29.203125 C 4.34375 27.9375 4.46875 26.09375 4.46875 25.75 L 4.46875 18.6875 C 4.46875 17.984375 4.46875 17.171875 4.984375 16.265625 C 5.421875 15.484375 5.9375 15.078125 6.40625 14.75 C 6.546875 14.671875 6.5625 14.65625 6.5625 14.46875 Z M 6.5625 14.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 6.5625 29.125 C 6.5625 28.953125 6.546875 28.9375 6.515625 28.921875 C 6.078125 28.65625 4.78125 27.875 4.515625 26.140625 C 4.46875 25.890625 4.46875 25.859375 4.46875 25.734375 L 4.46875 18.125 C 4.46875 17.03125 3.71875 15.359375 2 14.484375 C 3.0625 13.90625 4.34375 12.75 4.46875 10.890625 L 4.46875 3.953125 C 4.46875 3.140625 4.46875 2.96875 4.546875 2.59375 C 4.734375 1.796875 5.203125 0.8125 6.46875 0.0625 C 6.546875 0.015625 6.5625 0.015625 6.5625 -0.171875 C 6.5625 -0.390625 6.546875 -0.390625 6.328125 -0.390625 C 6.15625 -0.390625 6.125 -0.390625 5.859375 -0.234375 C 3.640625 1.015625 3.515625 2.875 3.515625 3.21875 L 3.515625 10.265625 C 3.515625 10.984375 3.515625 11.78125 3 12.703125 C 2.546875 13.515625 2 13.921875 1.578125 14.203125 C 1.4375 14.296875 1.421875 14.3125 1.421875 14.46875 C 1.421875 14.65625 1.4375 14.671875 1.515625 14.71875 C 2.359375 15.265625 3.265625 16.15625 3.484375 17.765625 C 3.515625 17.984375 3.515625 18.015625 3.515625 18.125 L 3.515625 25.75 C 3.515625 26.546875 4.015625 28.21875 5.921875 29.234375 C 6.15625 29.359375 6.171875 29.359375 6.328125 29.359375 C 6.546875 29.359375 6.5625 29.34375 6.5625 29.125 Z M 6.5625 29.125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph4-1">
<path style="stroke:none;" d="M 4.40625 -7.25 C 4.40625 -7.359375 4.3125 -7.4375 4.203125 -7.4375 C 4.140625 -7.4375 4.0625 -7.40625 4.03125 -7.359375 L 0.59375 2.109375 C 0.546875 2.234375 0.546875 2.28125 0.546875 2.28125 C 0.546875 2.390625 0.640625 2.484375 0.75 2.484375 C 0.875 2.484375 0.90625 2.40625 0.96875 2.25 L 4.359375 -7.0625 C 4.40625 -7.1875 4.40625 -7.25 4.40625 -7.25 Z M 4.40625 -7.25 "/>
</symbol>
<symbol overflow="visible" id="glyph4-2">
<path style="stroke:none;" d="M 5.484375 -6.3125 C 5.484375 -6.765625 5.015625 -7 4.609375 -7 C 4.28125 -7 3.65625 -6.8125 3.359375 -5.828125 C 3.296875 -5.625 3.265625 -5.53125 3.03125 -4.28125 L 2.34375 -4.28125 C 2.15625 -4.28125 2.046875 -4.28125 2.046875 -4.09375 C 2.046875 -3.96875 2.140625 -3.96875 2.328125 -3.96875 L 2.96875 -3.96875 L 2.234375 -0.046875 C 2.046875 0.90625 1.890625 1.8125 1.375 1.8125 C 1.328125 1.8125 1.078125 1.8125 0.890625 1.640625 C 1.34375 1.609375 1.4375 1.25 1.4375 1.09375 C 1.4375 0.875 1.265625 0.75 1.078125 0.75 C 0.8125 0.75 0.53125 0.96875 0.53125 1.34375 C 0.53125 1.796875 0.96875 2.03125 1.375 2.03125 C 1.921875 2.03125 2.3125 1.453125 2.484375 1.078125 C 2.8125 0.453125 3.03125 -0.75 3.046875 -0.828125 L 3.640625 -3.96875 L 4.5 -3.96875 C 4.6875 -3.96875 4.796875 -3.96875 4.796875 -4.171875 C 4.796875 -4.28125 4.6875 -4.28125 4.53125 -4.28125 L 3.703125 -4.28125 C 3.8125 -4.859375 3.796875 -4.828125 3.90625 -5.40625 C 3.953125 -5.609375 4.09375 -6.3125 4.140625 -6.4375 C 4.234375 -6.625 4.40625 -6.78125 4.609375 -6.78125 C 4.65625 -6.78125 4.90625 -6.78125 5.09375 -6.59375 C 4.65625 -6.5625 4.5625 -6.21875 4.5625 -6.0625 C 4.5625 -5.828125 4.75 -5.71875 4.9375 -5.71875 C 5.1875 -5.71875 5.484375 -5.9375 5.484375 -6.3125 Z M 5.484375 -6.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph5-1">
<path style="stroke:none;" d="M 3.265625 -1.90625 C 3.265625 -2.71875 2.703125 -3.0625 2.234375 -3.0625 C 1.859375 -3.0625 1.5625 -2.859375 1.359375 -2.671875 L 1.828125 -4.609375 C 1.84375 -4.625 1.859375 -4.71875 1.859375 -4.71875 C 1.859375 -4.75 1.828125 -4.8125 1.75 -4.8125 C 1.609375 -4.8125 1.03125 -4.765625 0.859375 -4.75 C 0.8125 -4.734375 0.703125 -4.734375 0.703125 -4.578125 C 0.703125 -4.484375 0.8125 -4.484375 0.890625 -4.484375 C 1.21875 -4.484375 1.21875 -4.4375 1.21875 -4.390625 C 1.21875 -4.34375 1.15625 -4.0625 1.109375 -3.90625 L 0.953125 -3.265625 L 0.5 -1.421875 C 0.453125 -1.25 0.453125 -1.15625 0.453125 -1.078125 C 0.453125 -0.375 0.90625 0.0625 1.484375 0.0625 C 2.34375 0.0625 3.265625 -0.875 3.265625 -1.90625 Z M 2.71875 -2.1875 C 2.71875 -1.90625 2.5625 -1.203125 2.359375 -0.796875 C 2.1875 -0.453125 1.84375 -0.125 1.484375 -0.125 C 1.140625 -0.125 0.953125 -0.421875 0.953125 -0.828125 C 0.953125 -1.09375 1.015625 -1.328125 1.203125 -2.109375 C 1.25 -2.234375 1.25 -2.25 1.375 -2.40625 C 1.640625 -2.71875 1.953125 -2.859375 2.203125 -2.859375 C 2.484375 -2.859375 2.71875 -2.65625 2.71875 -2.1875 Z M 2.71875 -2.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph6-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph6-1">
<path style="stroke:none;" d="M 2.15625 -1.578125 L -7.109375 -1.578125 C -7.25 -1.578125 -7.4375 -1.578125 -7.4375 -1.375 C -7.4375 -1.1875 -7.25 -1.1875 -7.109375 -1.1875 L 2.15625 -1.1875 C 2.296875 -1.1875 2.484375 -1.1875 2.484375 -1.375 C 2.484375 -1.578125 2.296875 -1.578125 2.15625 -1.578125 Z M 2.15625 -1.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph6-2">
<path style="stroke:none;" d="M -0.28125 -6.25 C -0.359375 -6.25 -0.390625 -6.234375 -0.5 -6.125 L -2.484375 -4.140625 L -4.46875 -6.125 C -4.578125 -6.234375 -4.59375 -6.25 -4.671875 -6.25 C -4.78125 -6.25 -4.875 -6.15625 -4.875 -6.046875 C -4.875 -5.96875 -4.828125 -5.9375 -4.75 -5.84375 L -2.765625 -3.859375 L -4.75 -1.859375 C -4.859375 -1.75 -4.875 -1.734375 -4.875 -1.65625 C -4.875 -1.5625 -4.78125 -1.453125 -4.671875 -1.453125 C -4.59375 -1.453125 -4.546875 -1.5 -4.46875 -1.59375 L -2.484375 -3.5625 L -0.5 -1.59375 C -0.40625 -1.484375 -0.34375 -1.453125 -0.28125 -1.453125 C -0.171875 -1.453125 -0.09375 -1.5625 -0.09375 -1.65625 C -0.09375 -1.734375 -0.109375 -1.75 -0.21875 -1.859375 L -2.203125 -3.84375 L -0.21875 -5.828125 C -0.125 -5.9375 -0.09375 -6 -0.09375 -6.046875 C -0.09375 -6.171875 -0.171875 -6.25 -0.28125 -6.25 Z M -0.28125 -6.25 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 44 8 L 383.855469 8 L 383.855469 177 L 44 177 Z M 44 8 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 44 6 L 383.855469 6 L 383.855469 177 L 44 177 Z M 44 6 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 43 175 L 383.855469 175 L 383.855469 177 L 43 177 Z M 43 175 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 44.261719 91 L 382.867188 91 L 382.867188 93 L 44.261719 93 Z M 44.261719 91 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 44.261719 6.925781 L 382.867188 6.925781 L 382.867188 170 L 44.261719 170 Z M 44.261719 6.925781 "/>
</clipPath>
<clipPath id="clip6">
<path d="M 248 6.925781 L 250 6.925781 L 250 176.226562 L 248 176.226562 Z M 248 6.925781 "/>
</clipPath>
</defs>
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 44.261719 176.226562 L 382.867188 176.226562 L 382.867188 6.925781 L 44.261719 6.925781 Z M 44.261719 176.226562 "/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(89.99939%,89.99939%,89.99939%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 0.00180733 85.037527 M 31.022011 -85.037952 L 31.022011 85.037527 M 49.167163 -85.037952 L 49.167163 85.037527 M 62.042215 -85.037952 L 62.042215 85.037527 M 72.025188 -85.037952 L 72.025188 85.037527 M 80.187367 -85.037952 L 80.187367 85.037527 M 87.085978 -85.037952 L 87.085978 85.037527 M 93.062419 -85.037952 L 93.062419 85.037527 M 98.332519 -85.037952 L 98.332519 85.037527 M 103.045392 -85.037952 L 103.045392 85.037527 M 134.065596 -85.037952 L 134.065596 85.037527 M 152.214672 -85.037952 L 152.214672 85.037527 M 165.0858 -85.037952 L 165.0858 85.037527 M 175.072697 -85.037952 L 175.072697 85.037527 M 183.234876 -85.037952 L 183.234876 85.037527 M 190.133487 -85.037952 L 190.133487 85.037527 M 196.106004 -85.037952 L 196.106004 85.037527 M 201.380027 -85.037952 L 201.380027 85.037527 M 206.092901 -85.037952 L 206.092901 85.037527 M 237.113105 -85.037952 L 237.113105 85.037527 M 255.258257 -85.037952 L 255.258257 85.037527 M 268.133309 -85.037952 L 268.133309 85.037527 M 278.120206 -85.037952 L 278.120206 85.037527 M 286.278461 -85.037952 L 286.278461 85.037527 M 293.177071 -85.037952 L 293.177071 85.037527 M 299.153513 -85.037952 L 299.153513 85.037527 M 304.423612 -85.037952 L 304.423612 85.037527 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(69.999695%,69.999695%,69.999695%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 0.00180733 85.037527 M 103.045392 -85.037952 L 103.045392 85.037527 M 206.092901 -85.037952 L 206.092901 85.037527 M 309.14041 -85.037952 L 309.14041 85.037527 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(89.99939%,89.99939%,89.99939%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 340.15669 -85.037952 M 0.00180733 -72.237458 L 340.15669 -72.237458 M 0.00180733 -64.750228 L 340.15669 -64.750228 M 0.00180733 -59.440888 L 340.15669 -59.440888 M 0.00180733 -55.320557 L 340.15669 -55.320557 M 0.00180733 -51.953658 L 340.15669 -51.953658 M 0.00180733 -49.104744 L 340.15669 -49.104744 M 0.00180733 -46.640394 L 340.15669 -46.640394 M 0.00180733 -44.466429 L 340.15669 -44.466429 M 0.00180733 -42.520063 L 340.15669 -42.520063 M 0.00180733 -29.719569 L 340.15669 -29.719569 M 0.00180733 -22.23234 L 340.15669 -22.23234 M 0.00180733 -16.919075 L 340.15669 -16.919075 M 0.00180733 -12.798744 L 340.15669 -12.798744 M 0.00180733 -9.431845 L 340.15669 -9.431845 M 0.00180733 -6.586855 L 340.15669 -6.586855 M 0.00180733 -4.122505 L 340.15669 -4.122505 M 0.00180733 -1.944616 L 340.15669 -1.944616 M 0.00180733 0.00174979 L 340.15669 0.00174979 M 0.00180733 12.79832 L 340.15669 12.79832 M 0.00180733 20.285549 L 340.15669 20.285549 M 0.00180733 25.598814 L 340.15669 25.598814 M 0.00180733 29.719144 L 340.15669 29.719144 M 0.00180733 33.086043 L 340.15669 33.086043 M 0.00180733 35.934958 L 340.15669 35.934958 M 0.00180733 38.399308 L 340.15669 38.399308 M 0.00180733 40.573273 L 340.15669 40.573273 M 0.00180733 42.519639 L 340.15669 42.519639 M 0.00180733 55.320133 L 340.15669 55.320133 M 0.00180733 62.807362 L 340.15669 62.807362 M 0.00180733 68.120627 L 340.15669 68.120627 M 0.00180733 72.240957 L 340.15669 72.240957 M 0.00180733 75.607856 L 340.15669 75.607856 M 0.00180733 78.452846 L 340.15669 78.452846 M 0.00180733 80.917197 L 340.15669 80.917197 M 0.00180733 83.095086 L 340.15669 83.095086 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(69.999695%,69.999695%,69.999695%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 340.15669 -85.037952 M 0.00180733 -42.520063 L 340.15669 -42.520063 M 0.00180733 0.00174979 L 340.15669 0.00174979 M 0.00180733 42.519639 L 340.15669 42.519639 M 0.00180733 85.037527 L 340.15669 85.037527 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
</g>
<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 0.00180733 -82.204734 M 31.022011 -85.037952 L 31.022011 -82.204734 M 49.167163 -85.037952 L 49.167163 -82.204734 M 62.042215 -85.037952 L 62.042215 -82.204734 M 72.025188 -85.037952 L 72.025188 -82.204734 M 80.187367 -85.037952 L 80.187367 -82.204734 M 87.085978 -85.037952 L 87.085978 -82.204734 M 93.062419 -85.037952 L 93.062419 -82.204734 M 98.332519 -85.037952 L 98.332519 -82.204734 M 103.045392 -85.037952 L 103.045392 -82.204734 M 134.065596 -85.037952 L 134.065596 -82.204734 M 152.214672 -85.037952 L 152.214672 -82.204734 M 165.0858 -85.037952 L 165.0858 -82.204734 M 175.072697 -85.037952 L 175.072697 -82.204734 M 183.234876 -85.037952 L 183.234876 -82.204734 M 190.133487 -85.037952 L 190.133487 -82.204734 M 196.106004 -85.037952 L 196.106004 -82.204734 M 201.380027 -85.037952 L 201.380027 -82.204734 M 206.092901 -85.037952 L 206.092901 -82.204734 M 237.113105 -85.037952 L 237.113105 -82.204734 M 255.258257 -85.037952 L 255.258257 -82.204734 M 268.133309 -85.037952 L 268.133309 -82.204734 M 278.120206 -85.037952 L 278.120206 -82.204734 M 286.278461 -85.037952 L 286.278461 -82.204734 M 293.177071 -85.037952 L 293.177071 -82.204734 M 299.153513 -85.037952 L 299.153513 -82.204734 M 304.423612 -85.037952 L 304.423612 -82.204734 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 0.00180733 -80.792049 M 103.045392 -85.037952 L 103.045392 -80.792049 M 206.092901 -85.037952 L 206.092901 -80.792049 M 309.14041 -85.037952 L 309.14041 -80.792049 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 2.827177 -85.037952 M 0.00180733 -72.237458 L 2.827177 -72.237458 M 0.00180733 -64.750228 L 2.827177 -64.750228 M 0.00180733 -59.440888 L 2.827177 -59.440888 M 0.00180733 -55.320557 L 2.827177 -55.320557 M 0.00180733 -51.953658 L 2.827177 -51.953658 M 0.00180733 -49.104744 L 2.827177 -49.104744 M 0.00180733 -46.640394 L 2.827177 -46.640394 M 0.00180733 -44.466429 L 2.827177 -44.466429 M 0.00180733 -42.520063 L 2.827177 -42.520063 M 0.00180733 -29.719569 L 2.827177 -29.719569 M 0.00180733 -22.23234 L 2.827177 -22.23234 M 0.00180733 -16.919075 L 2.827177 -16.919075 M 0.00180733 -12.798744 L 2.827177 -12.798744 M 0.00180733 -9.431845 L 2.827177 -9.431845 M 0.00180733 -6.586855 L 2.827177 -6.586855 M 0.00180733 -4.122505 L 2.827177 -4.122505 M 0.00180733 -1.944616 L 2.827177 -1.944616 M 0.00180733 0.00174979 L 2.827177 0.00174979 M 0.00180733 12.79832 L 2.827177 12.79832 M 0.00180733 20.285549 L 2.827177 20.285549 M 0.00180733 25.598814 L 2.827177 25.598814 M 0.00180733 29.719144 L 2.827177 29.719144 M 0.00180733 33.086043 L 2.827177 33.086043 M 0.00180733 35.934958 L 2.827177 35.934958 M 0.00180733 38.399308 L 2.827177 38.399308 M 0.00180733 40.573273 L 2.827177 40.573273 M 0.00180733 42.519639 L 2.827177 42.519639 M 0.00180733 55.320133 L 2.827177 55.320133 M 0.00180733 62.807362 L 2.827177 62.807362 M 0.00180733 68.120627 L 2.827177 68.120627 M 0.00180733 72.240957 L 2.827177 72.240957 M 0.00180733 75.607856 L 2.827177 75.607856 M 0.00180733 78.452846 L 2.827177 78.452846 M 0.00180733 80.917197 L 2.827177 80.917197 M 0.00180733 83.095086 L 2.827177 83.095086 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 4.239862 -85.037952 M 0.00180733 -42.520063 L 4.239862 -42.520063 M 0.00180733 0.00174979 L 4.239862 0.00174979 M 0.00180733 42.519639 L 4.239862 42.519639 M 0.00180733 85.037527 L 4.239862 85.037527 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 340.15669 -85.037952 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 -85.037952 L 0.00180733 85.037527 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="41.780266" y="186.273637"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="141.877236" y="186.273637"/>
<use xlink:href="#glyph0-2" x="146.835846" y="186.273637"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="241.974205" y="186.273637"/>
<use xlink:href="#glyph0-2" x="246.932815" y="186.273637"/>
<use xlink:href="#glyph0-2" x="251.891425" y="186.273637"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="342.071175" y="186.273637"/>
<use xlink:href="#glyph0-2" x="347.029785" y="186.273637"/>
<use xlink:href="#glyph0-2" x="351.988395" y="186.273637"/>
<use xlink:href="#glyph0-2" x="356.947005" y="186.273637"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="22.827989" y="179.349321"/>
<use xlink:href="#glyph0-3" x="27.786599" y="179.349321"/>
<use xlink:href="#glyph0-2" x="30.541603" y="179.349321"/>
<use xlink:href="#glyph0-1" x="35.500213" y="179.349321"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="27.786301" y="137.023996"/>
<use xlink:href="#glyph0-3" x="32.744911" y="137.023996"/>
<use xlink:href="#glyph0-1" x="35.499915" y="137.023996"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="35.500004" y="94.698671"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="30.541692" y="52.373347"/>
<use xlink:href="#glyph0-2" x="35.500302" y="52.373347"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="25.582386" y="10.048022"/>
<use xlink:href="#glyph0-2" x="30.540996" y="10.048022"/>
<use xlink:href="#glyph0-2" x="35.499606" y="10.048022"/>
</g>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 0.00180733 0.00174979 L 340.15669 0.00174979 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
</g>
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.59404;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.096741%,32.157898%,9.411621%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00180733 85.037527 L 206.092901 0.00174979 L 340.15669 -55.320557 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 251.398438 91.574219 C 251.398438 90.480469 250.511719 89.59375 249.414062 89.59375 C 248.320312 89.59375 247.429688 90.480469 247.429688 91.574219 C 247.429688 92.671875 248.320312 93.558594 249.414062 93.558594 C 250.511719 93.558594 251.398438 92.671875 251.398438 91.574219 Z M 251.398438 91.574219 "/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.014163 67.606566 L 31.014163 4.632217 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053504 0.0019069 L 1.607471 1.681432 L 3.086866 0.0019069 L 1.607471 -1.681543 Z M 6.053504 0.0019069 " transform="matrix(0,-0.995445,-0.995445,0,75.134711,27.104055)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053721 -0.0019069 L 1.607688 1.681543 L 3.087083 -0.0019069 L 1.607688 -1.681432 Z M 6.053721 -0.0019069 " transform="matrix(0,0.995445,0.995445,0,75.134711,84.137916)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="78.93525" y="73.945635"/>
<use xlink:href="#glyph0-5" x="86.511014" y="73.945635"/>
<use xlink:href="#glyph0-6" x="89.266018" y="73.945635"/>
<use xlink:href="#glyph0-7" x="93.178361" y="73.945635"/>
<use xlink:href="#glyph0-8" x="97.035168" y="73.945635"/>
<use xlink:href="#glyph0-9" x="102.545176" y="73.945635"/>
<use xlink:href="#glyph0-10" x="106.429751" y="73.945635"/>
<use xlink:href="#glyph0-11" x="111.939759" y="73.945635"/>
<use xlink:href="#glyph0-12" x="116.898369" y="73.945635"/>
<use xlink:href="#glyph0-13" x="122.408376" y="73.945635"/>
<use xlink:href="#glyph0-14" x="126.81658" y="73.945635"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="78.93525" y="85.847175"/>
<use xlink:href="#glyph0-14" x="86.235316" y="85.847175"/>
<use xlink:href="#glyph0-16" x="90.64352" y="85.847175"/>
<use xlink:href="#glyph0-14" x="93.674222" y="85.847175"/>
<use xlink:href="#glyph0-13" x="98.082427" y="85.847175"/>
<use xlink:href="#glyph0-7" x="102.490631" y="85.847175"/>
<use xlink:href="#glyph0-14" x="106.347438" y="85.847175"/>
<use xlink:href="#glyph0-13" x="110.755642" y="85.847175"/>
<use xlink:href="#glyph0-7" x="115.163847" y="85.847175"/>
<use xlink:href="#glyph0-5" x="119.020654" y="85.847175"/>
<use xlink:href="#glyph0-17" x="121.775657" y="85.847175"/>
<use xlink:href="#glyph0-12" x="126.734267" y="85.847175"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 309.14041 -37.885672 L 309.14041 -4.632641 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.05215 -0.000200193 L 1.610041 1.683249 L 3.089436 -0.000200193 L 1.610041 -1.68365 Z M 6.05215 -0.000200193 " transform="matrix(0,0.995445,0.995445,0,351.992387,126.463699)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053297 0.000200193 L 1.607264 1.68365 L 3.086659 0.000200193 L 1.607264 -1.683249 Z M 6.053297 0.000200193 " transform="matrix(0,-0.995445,-0.995445,0,351.992387,99.014005)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-18" x="293.228672" y="102.209304"/>
<use xlink:href="#glyph0-14" x="298.738679" y="102.209304"/>
<use xlink:href="#glyph0-12" x="303.146884" y="102.209304"/>
<use xlink:href="#glyph0-6" x="308.656891" y="102.209304"/>
<use xlink:href="#glyph0-17" x="312.569234" y="102.209304"/>
<use xlink:href="#glyph0-9" x="317.527844" y="102.209304"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="324.714854" y="102.209304"/>
<use xlink:href="#glyph0-17" x="332.152769" y="102.209304"/>
<use xlink:href="#glyph0-5" x="337.111379" y="102.209304"/>
<use xlink:href="#glyph0-6" x="339.866383" y="102.209304"/>
<use xlink:href="#glyph0-14" x="343.778726" y="102.209304"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="310.832121" y="114.109848"/>
<use xlink:href="#glyph0-5" x="317.306082" y="114.109848"/>
<use xlink:href="#glyph0-21" x="320.061086" y="114.109848"/>
<use xlink:href="#glyph0-7" x="322.816089" y="114.109848"/>
<use xlink:href="#glyph0-14" x="326.672896" y="114.109848"/>
<use xlink:href="#glyph0-9" x="331.081101" y="114.109848"/>
<use xlink:href="#glyph0-5" x="334.965676" y="114.109848"/>
<use xlink:href="#glyph0-12" x="337.72068" y="114.109848"/>
<use xlink:href="#glyph0-22" x="343.230687" y="114.109848"/>
</g>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 206.092901 -85.037952 L 206.092901 85.037527 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="260.045513" y="172.426002"/>
<use xlink:href="#glyph1-2" x="260.045513" y="165.401635"/>
<use xlink:href="#glyph1-3" x="260.045513" y="160.443024"/>
<use xlink:href="#glyph1-4" x="260.045513" y="154.933017"/>
<use xlink:href="#glyph1-5" x="260.045513" y="149.423009"/>
<use xlink:href="#glyph1-4" x="260.045513" y="142.260793"/>
<use xlink:href="#glyph1-6" x="260.045513" y="136.750786"/>
<use xlink:href="#glyph1-7" x="260.045513" y="133.995782"/>
<use xlink:href="#glyph1-8" x="260.045513" y="130.138975"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 191.444144 55.316208 L 219.603662 55.316208 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053944 0.00117152 L 1.607911 1.684621 L 3.087306 0.00117152 L 1.607911 -1.682278 Z M 6.053944 0.00117152 " transform="matrix(-0.995445,0,0,0.995445,237.65918,36.510553)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.055164 -0.00117152 L 1.609131 1.682278 L 3.088525 -0.00117152 L 1.609131 -1.684621 Z M 6.055164 -0.00117152 " transform="matrix(0.995445,0,0,-0.995445,260.038824,36.510553)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="155.811475" y="31.45407"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="168.483489" y="31.45407"/>
<use xlink:href="#glyph0-5" x="173.993497" y="31.45407"/>
<use xlink:href="#glyph0-6" x="176.7485" y="31.45407"/>
<use xlink:href="#glyph0-7" x="180.660844" y="31.45407"/>
<use xlink:href="#glyph0-3" x="184.517651" y="31.45407"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="191.6759" y="31.45407"/>
<use xlink:href="#glyph0-14" x="195.560475" y="31.45407"/>
<use xlink:href="#glyph0-16" x="199.96868" y="31.45407"/>
<use xlink:href="#glyph0-14" x="202.999382" y="31.45407"/>
<use xlink:href="#glyph0-13" x="207.407586" y="31.45407"/>
<use xlink:href="#glyph0-7" x="211.815791" y="31.45407"/>
<use xlink:href="#glyph0-3" x="215.672598" y="31.45407"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="155.811475" y="46.33"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="168.483489" y="46.33"/>
<use xlink:href="#glyph0-17" x="173.993497" y="46.33"/>
<use xlink:href="#glyph0-5" x="178.952107" y="46.33"/>
<use xlink:href="#glyph0-6" x="181.70711" y="46.33"/>
<use xlink:href="#glyph0-14" x="185.619454" y="46.33"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-24" x="193.330092" y="46.33"/>
<use xlink:href="#glyph0-21" x="198.8401" y="46.33"/>
<use xlink:href="#glyph0-7" x="201.595104" y="46.33"/>
<use xlink:href="#glyph0-3" x="205.451911" y="46.33"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="218.428945" y="22.032184"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="271.275128" y="22.032184"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="279.26457" y="32.227531"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-23" x="291.936584" y="32.227531"/>
<use xlink:href="#glyph0-5" x="297.446592" y="32.227531"/>
<use xlink:href="#glyph0-6" x="300.201595" y="32.227531"/>
<use xlink:href="#glyph0-7" x="304.113939" y="32.227531"/>
<use xlink:href="#glyph0-3" x="307.970746" y="32.227531"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="315.128995" y="32.227531"/>
<use xlink:href="#glyph0-14" x="319.01357" y="32.227531"/>
<use xlink:href="#glyph0-16" x="323.421775" y="32.227531"/>
<use xlink:href="#glyph0-14" x="326.452477" y="32.227531"/>
<use xlink:href="#glyph0-13" x="330.860681" y="32.227531"/>
<use xlink:href="#glyph0-7" x="335.268886" y="32.227531"/>
<use xlink:href="#glyph0-3" x="339.125693" y="32.227531"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="279.26457" y="46.508185"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="291.936584" y="46.508185"/>
<use xlink:href="#glyph0-17" x="297.446592" y="46.508185"/>
<use xlink:href="#glyph0-5" x="302.405202" y="46.508185"/>
<use xlink:href="#glyph0-6" x="305.160205" y="46.508185"/>
<use xlink:href="#glyph0-14" x="309.072549" y="46.508185"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-24" x="316.783187" y="46.508185"/>
<use xlink:href="#glyph0-21" x="322.293195" y="46.508185"/>
<use xlink:href="#glyph0-7" x="325.048199" y="46.508185"/>
<use xlink:href="#glyph0-3" x="328.905006" y="46.508185"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 251.398438 36.511719 C 251.398438 35.414062 250.511719 34.527344 249.414062 34.527344 C 248.320312 34.527344 247.429688 35.414062 247.429688 36.511719 C 247.429688 37.605469 248.320312 38.492188 249.414062 38.492188 C 250.511719 38.492188 251.398438 37.605469 251.398438 36.511719 Z M 251.398438 36.511719 "/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 134.061672 -29.719569 C 162.951076 -29.719569 182.457899 -22.361836 202.769168 -3.231729 " transform="matrix(0.995445,0,0,-0.995445,44.25992,91.575961)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054609 -0.00147675 L 1.609602 1.681401 L 3.08793 -0.00171495 L 1.607858 -1.682162 Z M 6.054609 -0.00147675 " transform="matrix(0.715028,-0.692531,-0.692531,-0.715028,244.072106,96.750542)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="75.291921" y="123.641234"/>
<use xlink:href="#glyph0-14" x="82.591987" y="123.641234"/>
<use xlink:href="#glyph0-6" x="87.000191" y="123.641234"/>
<use xlink:href="#glyph0-25" x="90.912535" y="123.641234"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="96.700224" y="123.641234"/>
<use xlink:href="#glyph0-12" x="101.658834" y="123.641234"/>
<use xlink:href="#glyph0-6" x="107.168842" y="123.641234"/>
<use xlink:href="#glyph0-14" x="111.081185" y="123.641234"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-26" x="118.791824" y="123.641234"/>
<use xlink:href="#glyph0-5" x="125.95404" y="123.641234"/>
<use xlink:href="#glyph0-27" x="128.709044" y="123.641234"/>
<use xlink:href="#glyph0-14" x="136.973064" y="123.641234"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="144.685386" y="123.641234"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="155.153485" y="123.641234"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="160.111797" y="123.641234"/>
<use xlink:href="#glyph4-2" x="165.070407" y="123.641234"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-1" x="169.925889" y="125.129424"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="181.109713" y="200.818083"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="186.760545" y="200.818083"/>
<use xlink:href="#glyph0-14" x="190.64512" y="200.818083"/>
<use xlink:href="#glyph0-28" x="195.053325" y="200.818083"/>
<use xlink:href="#glyph0-8" x="200.287633" y="200.818083"/>
<use xlink:href="#glyph0-14" x="205.797641" y="200.818083"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="210.195928" y="200.818083"/>
<use xlink:href="#glyph0-13" x="215.705936" y="200.818083"/>
<use xlink:href="#glyph0-29" x="220.11414" y="200.818083"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-30" x="228.6608" y="200.818083"/>
<use xlink:href="#glyph0-31" x="231.415804" y="200.818083"/>
<use xlink:href="#glyph0-32" x="238.853719" y="200.818083"/>
<use xlink:href="#glyph0-33" x="243.261923" y="200.818083"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-9" x="12.028407" y="160.150174"/>
<use xlink:href="#glyph1-10" x="12.028407" y="153.951912"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-10" x="12.028407" y="148.715619"/>
<use xlink:href="#glyph1-11" x="12.028407" y="143.757009"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-12" x="12.028407" y="134.944567"/>
<use xlink:href="#glyph1-2" x="12.028407" y="127.162525"/>
<use xlink:href="#glyph1-6" x="12.028407" y="122.203915"/>
<use xlink:href="#glyph1-3" x="12.028407" y="119.448911"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-13" x="12.028407" y="110.632759"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="12.028407" y="100.16466"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-14" x="12.028407" y="97.409268"/>
<use xlink:href="#glyph1-10" x="12.028407" y="93.001064"/>
<use xlink:href="#glyph1-3" x="12.028407" y="88.042454"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="12.028407" y="82.810128"/>
<use xlink:href="#glyph1-15" x="12.028407" y="78.953321"/>
<use xlink:href="#glyph1-16" x="12.028407" y="75.068746"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-2" x="12.028407" y="70.10919"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-11" x="12.028407" y="60.192567"/>
<use xlink:href="#glyph1-17" x="12.028407" y="54.682559"/>
<use xlink:href="#glyph1-2" x="12.028407" y="51.927556"/>
<use xlink:href="#glyph1-3" x="12.028407" y="46.968946"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="12.028407" y="41.73662"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="12.028407" y="37.878672"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-18" x="12.028407" y="31.817408"/>
<use xlink:href="#glyph1-19" x="12.028407" y="29.062404"/>
<use xlink:href="#glyph1-20" x="12.028407" y="25.756995"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 84 KiB

30672
figs/good-svg/mesh_APA.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 2.2 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.2 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1005 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 194 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.5 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 378 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -0,0 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="318.608pt" height="116.385pt" viewBox="0 0 318.608 116.385" version="1.2">
<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.484375 -3 C 6.484375 -4.6875 5.25 -6.09375 3.671875 -6.09375 L 0.359375 -6.09375 L 0.359375 -5.8125 L 0.5625 -5.8125 C 1.25 -5.8125 1.265625 -5.71875 1.265625 -5.390625 L 1.265625 -0.703125 C 1.265625 -0.375 1.25 -0.28125 0.5625 -0.28125 L 0.359375 -0.28125 L 0.359375 0 L 3.671875 0 C 5.21875 0 6.484375 -1.328125 6.484375 -3 Z M 5.609375 -3 C 5.609375 -2.625 5.609375 -1.6875 5.109375 -1.078125 C 4.640625 -0.46875 4 -0.28125 3.4375 -0.28125 L 2.484375 -0.28125 C 2.0625 -0.28125 2.046875 -0.34375 2.046875 -0.640625 L 2.046875 -5.453125 C 2.046875 -5.75 2.0625 -5.8125 2.484375 -5.8125 L 3.4375 -5.8125 C 4.296875 -5.8125 4.828125 -5.359375 5.078125 -5.046875 C 5.46875 -4.515625 5.609375 -3.875 5.609375 -3 Z M 5.609375 -3 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.4375 -0.796875 L 4.4375 -1.296875 L 4.1875 -1.296875 L 4.1875 -0.796875 C 4.1875 -0.703125 4.1875 -0.265625 3.859375 -0.265625 C 3.546875 -0.265625 3.546875 -0.6875 3.546875 -0.828125 L 3.546875 -2.390625 C 3.546875 -2.90625 3.546875 -3.203125 3.140625 -3.5625 C 2.8125 -3.859375 2.375 -4 1.9375 -4 C 1.1875 -4 0.5625 -3.625 0.5625 -3.046875 C 0.5625 -2.78125 0.75 -2.625 0.984375 -2.625 C 1.21875 -2.625 1.390625 -2.796875 1.390625 -3.03125 C 1.390625 -3.421875 0.984375 -3.46875 0.984375 -3.46875 C 1.234375 -3.6875 1.65625 -3.78125 1.921875 -3.78125 C 2.375 -3.78125 2.875 -3.4375 2.875 -2.65625 L 2.875 -2.359375 C 2.40625 -2.34375 1.734375 -2.296875 1.140625 -2 C 0.484375 -1.6875 0.296875 -1.234375 0.296875 -0.875 C 0.296875 -0.140625 1.15625 0.09375 1.75 0.09375 C 2.5 0.09375 2.84375 -0.390625 2.96875 -0.640625 C 3 -0.265625 3.265625 0.046875 3.65625 0.046875 C 3.875 0.046875 4.4375 -0.078125 4.4375 -0.796875 Z M 2.875 -1.265625 C 2.875 -0.390625 2.21875 -0.125 1.8125 -0.125 C 1.40625 -0.125 1.015625 -0.421875 1.015625 -0.875 C 1.015625 -1.46875 1.515625 -2.09375 2.875 -2.140625 Z M 2.875 -1.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 7.4375 0 L 7.4375 -0.28125 C 6.984375 -0.28125 6.75 -0.28125 6.75 -0.546875 L 6.75 -2.265625 C 6.75 -3.046875 6.75 -3.296875 6.453125 -3.625 C 6.265625 -3.84375 5.90625 -3.9375 5.5 -3.9375 C 4.859375 -3.9375 4.421875 -3.5625 4.171875 -3.09375 C 4.0625 -3.625 3.703125 -3.9375 2.953125 -3.9375 C 2.234375 -3.9375 1.796875 -3.484375 1.609375 -3.0625 L 1.609375 -3.9375 L 0.3125 -3.84375 L 0.3125 -3.5625 C 0.921875 -3.5625 1 -3.5 1 -3.0625 L 1 -0.6875 C 1 -0.28125 0.90625 -0.28125 0.3125 -0.28125 L 0.3125 0 C 0.734375 -0.015625 0.90625 -0.03125 1.328125 -0.03125 C 1.75 -0.03125 1.875 -0.015625 2.34375 0 L 2.34375 -0.28125 C 1.75 -0.28125 1.65625 -0.28125 1.65625 -0.6875 L 1.65625 -2.3125 C 1.65625 -3.28125 2.359375 -3.71875 2.890625 -3.71875 C 3.375 -3.71875 3.546875 -3.375 3.546875 -2.75 L 3.546875 -0.6875 C 3.546875 -0.28125 3.4375 -0.28125 2.859375 -0.28125 L 2.859375 0 C 3.28125 -0.015625 3.4375 -0.03125 3.875 -0.03125 C 4.296875 -0.03125 4.421875 -0.015625 4.890625 0 L 4.890625 -0.28125 C 4.296875 -0.28125 4.203125 -0.28125 4.203125 -0.6875 L 4.203125 -2.3125 C 4.203125 -3.28125 4.890625 -3.71875 5.4375 -3.71875 C 5.921875 -3.71875 6.078125 -3.375 6.078125 -2.75 L 6.078125 -0.6875 C 6.078125 -0.28125 5.984375 -0.28125 5.390625 -0.28125 L 5.390625 0 C 5.8125 -0.015625 5.984375 -0.03125 6.421875 -0.03125 C 6.84375 -0.03125 6.953125 -0.015625 7.4375 0 Z M 7.4375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.78125 -1.921875 C 4.78125 -3.046875 3.90625 -3.9375 2.859375 -3.9375 C 2.375 -3.9375 1.921875 -3.75 1.59375 -3.375 L 1.59375 -3.9375 L 0.265625 -3.84375 L 0.265625 -3.5625 C 0.90625 -3.5625 0.953125 -3.515625 0.953125 -3.125 L 0.953125 1.046875 C 0.953125 1.453125 0.859375 1.453125 0.265625 1.453125 L 0.265625 1.734375 C 0.6875 1.71875 0.859375 1.703125 1.28125 1.703125 C 1.71875 1.703125 1.828125 1.71875 2.296875 1.734375 L 2.296875 1.453125 C 1.71875 1.453125 1.609375 1.453125 1.609375 1.046875 L 1.609375 -0.421875 C 1.84375 -0.203125 2.15625 0.09375 2.734375 0.09375 C 3.796875 0.09375 4.78125 -0.765625 4.78125 -1.921875 Z M 4.015625 -1.921875 C 4.015625 -0.90625 3.40625 -0.125 2.6875 -0.125 C 2.28125 -0.125 1.9375 -0.359375 1.734375 -0.671875 C 1.609375 -0.84375 1.609375 -0.859375 1.609375 -1.03125 L 1.609375 -3 C 1.921875 -3.515625 2.40625 -3.6875 2.78125 -3.6875 C 3.484375 -3.6875 4.015625 -2.890625 4.015625 -1.921875 Z M 4.015625 -1.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 3.8125 -1.0625 C 3.8125 -1.125 3.765625 -1.171875 3.6875 -1.171875 C 3.59375 -1.171875 3.5625 -1.109375 3.5625 -1.078125 C 3.25 -0.171875 2.46875 -0.15625 2.328125 -0.15625 C 1.90625 -0.15625 1.53125 -0.390625 1.328125 -0.703125 C 1.03125 -1.140625 1.03125 -1.671875 1.03125 -2.046875 L 3.5625 -2.046875 C 3.765625 -2.046875 3.8125 -2.046875 3.8125 -2.234375 C 3.8125 -3.15625 3.3125 -4 2.171875 -4 C 1.09375 -4 0.265625 -3.0625 0.265625 -1.96875 C 0.265625 -0.796875 1.203125 0.09375 2.28125 0.09375 C 3.375 0.09375 3.8125 -0.859375 3.8125 -1.0625 Z M 3.203125 -2.25 L 1.03125 -2.25 C 1.109375 -3.625 1.921875 -3.78125 2.171875 -3.78125 C 2.65625 -3.78125 3.1875 -3.40625 3.203125 -2.25 Z M 3.203125 -2.25 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 4.8125 0 L 4.8125 -0.28125 C 4.21875 -0.28125 4.125 -0.34375 4.125 -0.78125 L 4.125 -6.1875 L 2.8125 -6.09375 L 2.8125 -5.8125 C 3.421875 -5.8125 3.5 -5.75 3.5 -5.3125 L 3.5 -3.421875 C 3.453125 -3.46875 3.046875 -3.9375 2.359375 -3.9375 C 1.265625 -3.9375 0.296875 -3.0625 0.296875 -1.921875 C 0.296875 -0.796875 1.203125 0.09375 2.25 0.09375 C 2.90625 0.09375 3.3125 -0.28125 3.46875 -0.46875 L 3.46875 0.09375 Z M 3.46875 -1.078125 C 3.46875 -0.90625 3.46875 -0.890625 3.34375 -0.703125 C 3.0625 -0.296875 2.65625 -0.125 2.296875 -0.125 C 1.90625 -0.125 1.546875 -0.34375 1.328125 -0.71875 C 1.09375 -1.09375 1.078125 -1.625 1.078125 -1.90625 C 1.078125 -2.328125 1.125 -2.796875 1.359375 -3.15625 C 1.546875 -3.4375 1.921875 -3.71875 2.390625 -3.71875 C 2.765625 -3.71875 3.125 -3.53125 3.359375 -3.1875 C 3.46875 -3.046875 3.46875 -3.046875 3.46875 -2.875 Z M 3.46875 -1.078125 "/>
</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 6.1875 -4.921875 C 6.1875 -5.890625 5.203125 -6.765625 3.84375 -6.765625 L 0.34375 -6.765625 L 0.34375 -6.453125 L 0.578125 -6.453125 C 1.34375 -6.453125 1.359375 -6.34375 1.359375 -6 L 1.359375 -0.765625 C 1.359375 -0.421875 1.34375 -0.3125 0.578125 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.6875 -0.03125 1.421875 -0.03125 1.796875 -0.03125 C 2.171875 -0.03125 2.921875 -0.03125 3.265625 0 L 3.265625 -0.3125 L 3.03125 -0.3125 C 2.265625 -0.3125 2.25 -0.421875 2.25 -0.765625 L 2.25 -3.125 L 3.921875 -3.125 C 5.109375 -3.125 6.1875 -3.9375 6.1875 -4.921875 Z M 5.15625 -4.921875 C 5.15625 -4.453125 5.15625 -3.390625 3.59375 -3.390625 L 2.21875 -3.390625 L 2.21875 -6.0625 C 2.21875 -6.390625 2.234375 -6.453125 2.703125 -6.453125 L 3.59375 -6.453125 C 5.15625 -6.453125 5.15625 -5.40625 5.15625 -4.921875 Z M 5.15625 -4.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 2.53125 0 L 2.53125 -0.3125 C 1.859375 -0.3125 1.75 -0.3125 1.75 -0.75 L 1.75 -6.875 L 0.328125 -6.765625 L 0.328125 -6.453125 C 1.015625 -6.453125 1.09375 -6.390625 1.09375 -5.90625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 Z M 2.53125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 4.78125 -0.875 L 4.78125 -1.4375 L 4.53125 -1.4375 L 4.53125 -0.875 C 4.53125 -0.3125 4.296875 -0.25 4.1875 -0.25 C 3.859375 -0.25 3.8125 -0.6875 3.8125 -0.75 L 3.8125 -2.71875 C 3.8125 -3.140625 3.8125 -3.53125 3.453125 -3.890625 C 3.078125 -4.28125 2.578125 -4.4375 2.09375 -4.4375 C 1.28125 -4.4375 0.609375 -3.96875 0.609375 -3.3125 C 0.609375 -3.015625 0.796875 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.046875 1.515625 -3.3125 C 1.515625 -3.421875 1.46875 -3.75 1.015625 -3.765625 C 1.28125 -4.109375 1.765625 -4.21875 2.078125 -4.21875 C 2.5625 -4.21875 3.125 -3.828125 3.125 -2.953125 L 3.125 -2.578125 C 2.625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.890625 0.3125 -1.375 0.3125 -0.9375 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.015625 -0.28125 3.203125 -0.75 C 3.234375 -0.359375 3.5 0.0625 3.96875 0.0625 C 4.1875 0.0625 4.78125 -0.078125 4.78125 -0.875 Z M 3.125 -1.390625 C 3.125 -0.453125 2.421875 -0.109375 1.96875 -0.109375 C 1.484375 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.3125 3.125 -2.375 Z M 3.125 -1.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 5.296875 0 L 5.296875 -0.3125 C 4.78125 -0.3125 4.53125 -0.3125 4.53125 -0.609375 L 4.53125 -2.5 C 4.53125 -3.34375 4.53125 -3.65625 4.21875 -4.015625 C 4.078125 -4.1875 3.75 -4.375 3.1875 -4.375 C 2.453125 -4.375 1.984375 -3.953125 1.71875 -3.34375 L 1.71875 -4.375 L 0.3125 -4.265625 L 0.3125 -3.96875 C 1.015625 -3.96875 1.09375 -3.890625 1.09375 -3.40625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -2.578125 C 1.765625 -3.609375 2.484375 -4.15625 3.109375 -4.15625 C 3.734375 -4.15625 3.84375 -3.625 3.84375 -3.0625 L 3.84375 -0.75 C 3.84375 -0.3125 3.734375 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.1875 -0.03125 Z M 5.296875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 3.28125 -1.234375 L 3.28125 -1.796875 L 3.046875 -1.796875 L 3.046875 -1.25 C 3.046875 -0.515625 2.75 -0.140625 2.375 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.203125 L 1.71875 -3.96875 L 3.125 -3.96875 L 3.125 -4.265625 L 1.71875 -4.265625 L 1.71875 -6.09375 L 1.46875 -6.09375 C 1.453125 -5.28125 1.15625 -4.21875 0.1875 -4.1875 L 0.1875 -3.96875 L 1.03125 -3.96875 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.015625 0.109375 3.28125 -0.59375 3.28125 -1.234375 Z M 3.28125 -1.234375 "/>
</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 8.0625 -2.984375 C 8.0625 -3.203125 7.875 -3.203125 7.6875 -3.203125 L 4.515625 -3.203125 L 4.515625 -6.375 C 4.515625 -6.546875 4.515625 -6.75 4.3125 -6.75 C 4.09375 -6.75 4.09375 -6.5625 4.09375 -6.375 L 4.09375 -3.203125 L 0.921875 -3.203125 C 0.75 -3.203125 0.546875 -3.203125 0.546875 -3 C 0.546875 -2.78125 0.75 -2.78125 0.921875 -2.78125 L 4.09375 -2.78125 L 4.09375 0.390625 C 4.09375 0.5625 4.09375 0.765625 4.296875 0.765625 C 4.515625 0.765625 4.515625 0.578125 4.515625 0.390625 L 4.515625 -2.78125 L 7.6875 -2.78125 C 7.859375 -2.78125 8.0625 -2.78125 8.0625 -2.984375 Z M 8.0625 -2.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 5.828125 -4.15625 C 6.5 -4.625 8.3125 -5.90625 8.65625 -6.078125 C 8.890625 -6.203125 9.09375 -6.3125 9.59375 -6.328125 C 9.78125 -6.34375 9.9375 -6.34375 9.9375 -6.625 C 9.9375 -6.703125 9.859375 -6.796875 9.75 -6.796875 C 9.515625 -6.796875 9.21875 -6.765625 8.96875 -6.765625 C 8.5625 -6.765625 8.140625 -6.796875 7.734375 -6.796875 C 7.640625 -6.796875 7.453125 -6.796875 7.453125 -6.515625 C 7.453125 -6.328125 7.625 -6.328125 7.6875 -6.328125 C 7.765625 -6.328125 7.96875 -6.3125 8.140625 -6.265625 L 3.625 -3.140625 L 4.40625 -6.296875 C 4.625 -6.328125 4.96875 -6.328125 5.078125 -6.328125 C 5.203125 -6.328125 5.40625 -6.328125 5.453125 -6.359375 C 5.546875 -6.421875 5.5625 -6.609375 5.5625 -6.625 C 5.5625 -6.75 5.453125 -6.796875 5.34375 -6.796875 C 5.09375 -6.796875 4.828125 -6.78125 4.59375 -6.78125 C 4.34375 -6.78125 4.09375 -6.765625 3.84375 -6.765625 C 3.59375 -6.765625 3.328125 -6.78125 3.078125 -6.78125 C 2.828125 -6.78125 2.5625 -6.796875 2.296875 -6.796875 C 2.203125 -6.796875 2.015625 -6.796875 2.015625 -6.515625 C 2.015625 -6.328125 2.140625 -6.328125 2.421875 -6.328125 C 2.640625 -6.328125 2.828125 -6.3125 3.03125 -6.3125 L 1.609375 -0.65625 C 1.578125 -0.5 1.5625 -0.5 1.390625 -0.46875 C 1.21875 -0.46875 1.015625 -0.46875 0.859375 -0.46875 C 0.609375 -0.46875 0.578125 -0.46875 0.546875 -0.453125 C 0.421875 -0.375 0.421875 -0.21875 0.421875 -0.171875 C 0.421875 -0.15625 0.4375 0 0.640625 0 C 0.890625 0 1.15625 -0.015625 1.390625 -0.015625 C 1.640625 -0.015625 1.90625 -0.03125 2.15625 -0.03125 C 2.40625 -0.03125 2.671875 -0.015625 2.90625 -0.015625 C 3.171875 -0.015625 3.4375 0 3.6875 0 C 3.78125 0 3.859375 0 3.90625 -0.0625 C 3.953125 -0.125 3.96875 -0.265625 3.96875 -0.28125 C 3.96875 -0.46875 3.828125 -0.46875 3.5625 -0.46875 C 3.359375 -0.46875 3.171875 -0.46875 2.96875 -0.484375 L 3.484375 -2.546875 L 4.703125 -3.390625 L 6.1875 -0.53125 C 5.984375 -0.46875 5.6875 -0.46875 5.640625 -0.46875 C 5.515625 -0.46875 5.453125 -0.46875 5.40625 -0.390625 C 5.359375 -0.34375 5.34375 -0.203125 5.34375 -0.171875 C 5.34375 -0.171875 5.34375 0 5.546875 0 C 5.875 0 6.6875 -0.03125 7.015625 -0.03125 C 7.21875 -0.03125 7.4375 -0.015625 7.640625 -0.015625 C 7.84375 -0.015625 8.046875 0 8.234375 0 C 8.3125 0 8.515625 0 8.515625 -0.28125 C 8.515625 -0.46875 8.34375 -0.46875 8.1875 -0.46875 C 7.734375 -0.46875 7.71875 -0.5 7.640625 -0.65625 Z M 5.828125 -4.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 5.96875 -6.140625 C 6 -6.296875 6.015625 -6.296875 6.078125 -6.3125 C 6.203125 -6.328125 6.34375 -6.328125 6.453125 -6.328125 C 6.71875 -6.328125 6.875 -6.328125 6.875 -6.625 C 6.875 -6.640625 6.859375 -6.796875 6.671875 -6.796875 C 6.46875 -6.796875 6.25 -6.78125 6.046875 -6.78125 C 5.828125 -6.78125 5.59375 -6.765625 5.359375 -6.765625 C 4.96875 -6.765625 4.015625 -6.796875 3.640625 -6.796875 C 3.515625 -6.796875 3.34375 -6.796875 3.34375 -6.515625 C 3.34375 -6.328125 3.5 -6.328125 3.671875 -6.328125 L 4.015625 -6.328125 C 4.40625 -6.328125 4.421875 -6.328125 4.671875 -6.296875 L 3.46875 -1.5 C 3.21875 -0.484375 2.59375 -0.1875 2.140625 -0.1875 C 2.046875 -0.1875 1.625 -0.203125 1.328125 -0.421875 C 1.859375 -0.5625 2.046875 -1.015625 2.046875 -1.28125 C 2.046875 -1.609375 1.765625 -1.859375 1.4375 -1.859375 C 1.046875 -1.859375 0.5625 -1.53125 0.5625 -0.90625 C 0.5625 -0.234375 1.234375 0.171875 2.1875 0.171875 C 3.296875 0.171875 4.5 -0.28125 4.78125 -1.453125 Z M 5.96875 -6.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 3.453125 -3.453125 L 5.296875 -3.453125 C 5.5 -3.453125 5.625 -3.453125 5.78125 -3.59375 C 5.984375 -3.765625 5.984375 -4 5.984375 -4.015625 C 5.984375 -4.390625 5.625 -4.390625 5.453125 -4.390625 L 2.203125 -4.390625 C 1.984375 -4.390625 1.5625 -4.390625 1.046875 -3.921875 C 0.6875 -3.609375 0.3125 -3.09375 0.3125 -3 C 0.3125 -2.859375 0.421875 -2.859375 0.53125 -2.859375 C 0.6875 -2.859375 0.6875 -2.875 0.78125 -2.984375 C 1.15625 -3.453125 1.8125 -3.453125 2 -3.453125 L 2.890625 -3.453125 L 2.53125 -2.390625 C 2.453125 -2.15625 2.234375 -1.515625 2.15625 -1.265625 C 2.046875 -0.953125 1.859375 -0.421875 1.859375 -0.3125 C 1.859375 -0.046875 2.078125 0.125 2.3125 0.125 C 2.390625 0.125 2.890625 0.125 2.984375 -0.53125 Z M 3.453125 -3.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-4">
<path style="stroke:none;" d="M 3.5625 -2.109375 C 3.703125 -2.109375 3.9375 -2.109375 3.9375 -2.359375 C 3.9375 -2.578125 3.75 -2.578125 3.5625 -2.578125 L 1.875 -2.578125 C 2.03125 -3.1875 2.390625 -3.9375 3.578125 -3.9375 L 4 -3.9375 C 4.125 -3.9375 4.390625 -3.9375 4.390625 -4.1875 C 4.390625 -4.265625 4.34375 -4.390625 4.203125 -4.390625 L 3.78125 -4.390625 C 3.25 -4.390625 2.203125 -4.390625 1.34375 -3.625 C 0.875 -3.203125 0.5 -2.5625 0.5 -1.765625 C 0.5 -0.421875 1.640625 0.078125 2.796875 0.078125 C 2.9375 0.078125 3.265625 0.078125 3.71875 -0.09375 C 3.765625 -0.09375 4.3125 -0.3125 4.3125 -0.46875 C 4.3125 -0.578125 4.265625 -0.765625 4.125 -0.765625 C 4.09375 -0.765625 4.078125 -0.765625 3.96875 -0.6875 C 3.375 -0.34375 3.078125 -0.28125 2.828125 -0.28125 C 2.578125 -0.28125 1.640625 -0.328125 1.640625 -1.359375 C 1.640625 -1.609375 1.6875 -1.859375 1.75 -2.109375 Z M 3.5625 -2.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-5">
<path style="stroke:none;" d="M 5.578125 -3.140625 C 5.640625 -3.421875 5.765625 -3.890625 5.765625 -3.96875 C 5.765625 -4.171875 5.609375 -4.390625 5.296875 -4.390625 C 5.140625 -4.390625 4.78125 -4.3125 4.640625 -3.875 C 4.609375 -3.734375 4.15625 -1.9375 4.078125 -1.609375 C 4.015625 -1.390625 3.953125 -1.09375 3.9375 -0.921875 C 3.75 -0.6875 3.375 -0.28125 2.859375 -0.28125 C 2.28125 -0.28125 2.265625 -0.765625 2.265625 -1 C 2.265625 -1.609375 2.578125 -2.375 2.859375 -3.09375 C 2.953125 -3.34375 2.984375 -3.421875 2.984375 -3.59375 C 2.984375 -4.15625 2.40625 -4.484375 1.859375 -4.484375 C 0.8125 -4.484375 0.3125 -3.125 0.3125 -2.9375 C 0.3125 -2.796875 0.46875 -2.796875 0.5625 -2.796875 C 0.671875 -2.796875 0.75 -2.796875 0.78125 -2.921875 C 1.109375 -4.015625 1.640625 -4.125 1.796875 -4.125 C 1.875 -4.125 1.96875 -4.125 1.96875 -3.90625 C 1.96875 -3.6875 1.859375 -3.40625 1.8125 -3.28125 C 1.390625 -2.25 1.203125 -1.6875 1.203125 -1.203125 C 1.203125 -0.078125 2.203125 0.078125 2.78125 0.078125 C 3.078125 0.078125 3.5 0.046875 4.046875 -0.46875 C 4.359375 0.015625 4.9375 0.078125 5.171875 0.078125 C 5.53125 0.078125 5.828125 -0.125 6.03125 -0.484375 C 6.28125 -0.875 6.40625 -1.421875 6.40625 -1.46875 C 6.40625 -1.609375 6.265625 -1.609375 6.171875 -1.609375 C 6.0625 -1.609375 6.015625 -1.609375 5.96875 -1.5625 C 5.953125 -1.53125 5.953125 -1.515625 5.890625 -1.265625 C 5.703125 -0.5 5.484375 -0.28125 5.21875 -0.28125 C 5.078125 -0.28125 5 -0.375 5 -0.640625 C 5 -0.8125 5.03125 -0.96875 5.125 -1.359375 C 5.203125 -1.640625 5.296875 -2.046875 5.34375 -2.265625 Z M 5.578125 -3.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-6">
<path style="stroke:none;" d="M 4.390625 -3.984375 C 3.859375 -3.875 3.796875 -3.390625 3.796875 -3.28125 C 3.796875 -3.078125 3.96875 -2.828125 4.296875 -2.828125 C 4.625 -2.828125 5 -3.109375 5 -3.609375 C 5 -4.078125 4.640625 -4.484375 4.03125 -4.484375 C 3.484375 -4.484375 3.015625 -4.203125 2.71875 -3.890625 C 2.484375 -4.34375 1.90625 -4.484375 1.5625 -4.484375 C 1.1875 -4.484375 0.90625 -4.265625 0.6875 -3.90625 C 0.453125 -3.53125 0.3125 -2.984375 0.3125 -2.9375 C 0.3125 -2.796875 0.46875 -2.796875 0.5625 -2.796875 C 0.65625 -2.796875 0.703125 -2.796875 0.75 -2.84375 C 0.765625 -2.859375 0.765625 -2.875 0.828125 -3.125 C 1.015625 -3.890625 1.234375 -4.125 1.5 -4.125 C 1.65625 -4.125 1.734375 -4.015625 1.734375 -3.765625 C 1.734375 -3.59375 1.703125 -3.484375 1.59375 -3.015625 C 1.546875 -2.84375 1.390625 -2.1875 1.3125 -1.9375 C 1.28125 -1.75 1.171875 -1.3125 1.125 -1.125 C 1.0625 -0.875 0.9375 -0.421875 0.9375 -0.359375 C 0.9375 -0.15625 1.09375 0.078125 1.40625 0.078125 C 1.609375 0.078125 1.953125 -0.046875 2.0625 -0.453125 C 2.078125 -0.46875 2.75 -3.171875 2.75 -3.234375 C 2.796875 -3.375 2.796875 -3.390625 2.921875 -3.546875 C 3.15625 -3.828125 3.515625 -4.125 4.015625 -4.125 C 4.265625 -4.125 4.375 -4.015625 4.390625 -3.984375 Z M 4.390625 -3.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph4-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph4-1">
<path style="stroke:none;" d="M 2.0625 0 L 2.0625 -0.21875 L 1.90625 -0.21875 C 1.484375 -0.21875 1.484375 -0.265625 1.484375 -0.421875 L 1.484375 -2.96875 C 1.484375 -3.109375 1.484375 -3.171875 1.90625 -3.171875 L 2.0625 -3.171875 L 2.0625 -3.390625 L 1.21875 -3.359375 L 0.375 -3.390625 L 0.375 -3.171875 L 0.546875 -3.171875 C 0.953125 -3.171875 0.953125 -3.109375 0.953125 -2.96875 L 0.953125 -0.421875 C 0.953125 -0.265625 0.953125 -0.21875 0.546875 -0.21875 L 0.375 -0.21875 L 0.375 0 L 1.21875 -0.015625 Z M 2.0625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph4-2">
<path style="stroke:none;" d="M 3.890625 -2.1875 L 3.71875 -3.359375 L 0.40625 -3.359375 L 0.40625 -3.140625 L 0.5625 -3.140625 C 0.953125 -3.140625 0.953125 -3.09375 0.953125 -2.9375 L 0.953125 -0.421875 C 0.953125 -0.265625 0.953125 -0.21875 0.5625 -0.21875 L 0.40625 -0.21875 L 0.40625 0 L 1.25 -0.015625 C 1.53125 -0.015625 1.890625 -0.015625 2.171875 0 L 2.171875 -0.21875 L 1.96875 -0.21875 C 1.484375 -0.21875 1.484375 -0.265625 1.484375 -0.421875 L 1.484375 -1.578125 L 2.046875 -1.578125 C 2.53125 -1.578125 2.65625 -1.46875 2.65625 -1 L 2.875 -1 L 2.875 -2.375 L 2.65625 -2.375 C 2.65625 -1.90625 2.53125 -1.796875 2.046875 -1.796875 L 1.484375 -1.796875 L 1.484375 -2.953125 C 1.484375 -3.109375 1.484375 -3.140625 1.734375 -3.140625 L 2.546875 -3.140625 C 3.34375 -3.140625 3.578125 -2.953125 3.671875 -2.1875 Z M 3.890625 -2.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph5-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph5-1">
<path style="stroke:none;" d="M 5.125 -0.984375 C 5.125 -1.015625 5.09375 -1.046875 5.046875 -1.046875 C 4.9375 -1.046875 4.5 -0.875 4.40625 -0.609375 C 4.3125 -0.3125 4.21875 -0.3125 4.0625 -0.3125 C 3.6875 -0.3125 3.1875 -0.4375 2.828125 -0.53125 C 2.484375 -0.625 2.109375 -0.703125 1.734375 -0.703125 C 1.71875 -0.703125 1.578125 -0.703125 1.484375 -0.6875 C 1.859375 -1.234375 1.953125 -1.5625 2.0625 -2 C 2.203125 -2.53125 2.40625 -3.25 2.75 -3.828125 C 3.078125 -4.375 3.25 -4.421875 3.484375 -4.421875 C 3.8125 -4.421875 4.03125 -4.171875 4.03125 -3.828125 C 4.03125 -3.71875 4.015625 -3.640625 4.015625 -3.625 C 4.015625 -3.578125 4.03125 -3.5625 4.09375 -3.5625 C 4.125 -3.5625 4.28125 -3.578125 4.53125 -3.75 C 4.6875 -3.859375 4.75 -3.921875 4.75 -4.203125 C 4.75 -4.453125 4.609375 -4.875 4.046875 -4.875 C 3.4375 -4.875 2.78125 -4.46875 2.421875 -4.03125 C 1.953125 -3.515625 1.640625 -2.8125 1.359375 -1.671875 C 1.1875 -1.03125 0.9375 -0.5 0.609375 -0.234375 C 0.546875 -0.171875 0.359375 0 0.359375 0.09375 C 0.359375 0.140625 0.421875 0.140625 0.4375 0.140625 C 0.6875 0.140625 1 -0.15625 1.09375 -0.25 C 1.296875 -0.25 1.5625 -0.234375 2.203125 -0.078125 C 2.734375 0.0625 3.109375 0.140625 3.5 0.140625 C 4.359375 0.140625 5.125 -0.65625 5.125 -0.984375 Z M 5.125 -0.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph5-2">
<path style="stroke:none;" d="M 5.3125 -0.6875 C 5.3125 -0.734375 5.25 -0.734375 5.21875 -0.734375 C 5.109375 -0.734375 4.828125 -0.625 4.6875 -0.421875 C 4.453125 -0.421875 4.203125 -0.421875 4.078125 -1.046875 L 3.875 -2.46875 C 3.875 -2.484375 3.875 -2.5 3.90625 -2.515625 L 4.140625 -2.65625 C 6.203125 -3.78125 6.203125 -4.09375 6.203125 -4.328125 C 6.203125 -4.53125 6.09375 -4.734375 5.8125 -4.734375 C 5.59375 -4.734375 5.25 -4.5 5.25 -4.375 C 5.25 -4.328125 5.28125 -4.328125 5.328125 -4.3125 C 5.515625 -4.296875 5.5625 -4.140625 5.5625 -4.015625 C 5.5625 -3.859375 5.5625 -3.78125 4.9375 -3.390625 C 4.796875 -3.296875 4.65625 -3.21875 3.84375 -2.765625 C 3.75 -3.28125 3.6875 -3.84375 3.640625 -4.078125 C 3.5 -4.640625 3.25 -4.734375 2.953125 -4.734375 C 2.171875 -4.734375 1.78125 -4.234375 1.78125 -4.0625 C 1.78125 -4 1.828125 -4 1.859375 -4 C 1.984375 -4 2.265625 -4.125 2.390625 -4.3125 C 2.625 -4.3125 2.859375 -4.3125 3 -3.75 L 3.1875 -2.421875 C 2.78125 -2.21875 2.0625 -1.828125 1.640625 -1.5625 C 0.546875 -0.890625 0.484375 -0.625 0.484375 -0.40625 C 0.484375 -0.203125 0.59375 0 0.875 0 C 1.09375 0 1.4375 -0.234375 1.4375 -0.375 C 1.4375 -0.421875 1.390625 -0.421875 1.359375 -0.421875 C 1.203125 -0.4375 1.125 -0.5625 1.125 -0.734375 C 1.125 -0.875 1.125 -0.984375 1.984375 -1.484375 L 3.21875 -2.15625 C 3.3125 -1.609375 3.390625 -0.921875 3.421875 -0.78125 C 3.53125 -0.3125 3.640625 0 4.140625 0 C 4.890625 0 5.3125 -0.5 5.3125 -0.6875 Z M 5.3125 -0.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph5-3">
<path style="stroke:none;" d="M 2.078125 -3.5 C 2.078125 -3.71875 1.890625 -3.875 1.671875 -3.875 C 1.390625 -3.875 1.3125 -3.65625 1.296875 -3.5625 L 0.375 -0.5625 L 0.328125 -0.4375 C 0.328125 -0.359375 0.546875 -0.28125 0.609375 -0.28125 C 0.65625 -0.28125 0.6875 -0.3125 0.703125 -0.390625 L 2.015625 -3.28125 C 2.046875 -3.34375 2.078125 -3.40625 2.078125 -3.5 Z M 2.078125 -3.5 "/>
</symbol>
<symbol overflow="visible" id="glyph6-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph6-1">
<path style="stroke:none;" d="M 6.875 -2.484375 C 6.875 -2.671875 6.6875 -2.671875 6.546875 -2.671875 L 1.15625 -2.671875 C 1.015625 -2.671875 0.828125 -2.671875 0.828125 -2.484375 C 0.828125 -2.28125 1.015625 -2.28125 1.15625 -2.28125 L 6.546875 -2.28125 C 6.6875 -2.28125 6.875 -2.28125 6.875 -2.484375 Z M 6.875 -2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph7-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph7-1">
<path style="stroke:none;" d="M 7.703125 -1.0625 C 7.703125 -1.171875 7.59375 -1.1875 7.53125 -1.1875 C 7.375 -1.1875 7.03125 -1.078125 6.75 -0.859375 C 6.359375 -0.859375 6.046875 -0.859375 5.890625 -2.09375 L 5.71875 -3.609375 C 8.328125 -5.046875 8.984375 -5.703125 8.984375 -6.21875 C 8.984375 -6.625 8.625 -6.796875 8.328125 -6.796875 C 7.875 -6.796875 7.1875 -6.3125 7.1875 -6.0625 C 7.1875 -6.015625 7.21875 -5.9375 7.359375 -5.9375 C 7.671875 -5.90625 7.703125 -5.65625 7.703125 -5.59375 C 7.703125 -5.484375 7.65625 -5.421875 7.4375 -5.25 C 7.015625 -4.9375 6.3125 -4.546875 5.65625 -4.1875 C 5.515625 -5.09375 5.515625 -5.5625 5.40625 -6.015625 C 5.171875 -6.796875 4.65625 -6.796875 4.34375 -6.796875 C 3 -6.796875 2.40625 -5.984375 2.40625 -5.734375 C 2.40625 -5.625 2.53125 -5.609375 2.578125 -5.609375 C 2.578125 -5.609375 2.921875 -5.609375 3.359375 -5.9375 C 3.671875 -5.9375 4.046875 -5.9375 4.1875 -4.96875 L 4.375 -3.484375 C 3.6875 -3.109375 2.78125 -2.609375 2.046875 -2.140625 C 1.609375 -1.859375 0.5625 -1.171875 0.5625 -0.578125 C 0.5625 -0.171875 0.90625 0 1.21875 0 C 1.65625 0 2.34375 -0.484375 2.34375 -0.734375 C 2.34375 -0.84375 2.234375 -0.859375 2.15625 -0.859375 C 1.96875 -0.875 1.84375 -1.015625 1.84375 -1.203125 C 1.84375 -1.3125 1.875 -1.359375 2.15625 -1.5625 C 2.625 -1.90625 3.375 -2.328125 4.421875 -2.90625 C 4.640625 -1.125 4.65625 -1 4.6875 -0.875 C 4.90625 0 5.4375 0 5.765625 0 C 7.125 0 7.703125 -0.828125 7.703125 -1.0625 Z M 7.703125 -1.0625 "/>
</symbol>
</g>
<clipPath id="clip2">
<path d="M 7 81 L 106 81 L 106 85.035156 L 7 85.035156 Z M 7 81 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 5.882812 63.210938 L 27.441406 63.210938 L 27.441406 85.035156 L 5.882812 85.035156 Z M 5.882812 63.210938 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 85.234375 63.210938 L 109.835938 63.210938 L 109.835938 85.035156 L 85.234375 85.035156 Z M 85.234375 63.210938 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 0.824219 36 L 17 36 L 17 51 L 0.824219 51 Z M 0.824219 36 "/>
</clipPath>
<clipPath id="clip6">
<path d="M 98 36 L 113.617188 36 L 113.617188 51 L 98 51 Z M 98 36 "/>
</clipPath>
<clipPath id="clip7">
<path d="M 47 0.742188 L 68 0.742188 L 68 17 L 47 17 Z M 47 0.742188 "/>
</clipPath>
<clipPath id="clip8">
<path d="M 69 0.742188 L 89 0.742188 L 89 18 L 69 18 Z M 69 0.742188 "/>
</clipPath>
<clipPath id="clip1">
<rect x="0" y="0" width="114" height="86"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<path style="fill-rule:nonzero;fill:rgb(86.273193%,86.273193%,86.273193%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 121.091056 92.752664 L 138.014899 92.773145 L 138.021726 82.054939 L 59.061998 81.979843 L 59.048344 92.691222 L 75.972187 92.711703 L 75.938052 126.545735 L 121.056922 126.60035 L 121.091056 92.759491 Z M 121.091056 92.752664 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(86.273193%,86.273193%,86.273193%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.839664 102.248858 C 37.652893 106.194797 44.814293 109.53997 52.207807 112.243415 L 144.807648 112.338992 C 152.207989 109.6492 159.383043 106.317681 166.209926 102.392223 L 166.230407 82.089073 L 140.841229 82.061766 L 140.834402 95.599474 L 56.228841 95.510725 L 56.242495 81.973016 L 30.860144 81.945709 Z M 30.839664 102.248858 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(86.273193%,86.273193%,86.273193%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 61.314869 81.979843 L 61.321696 74.531714 L 135.775682 74.606809 L 135.768855 82.054939 Z M 61.314869 81.979843 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(86.273193%,86.273193%,86.273193%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.114445 54.235391 L 68.121271 48.145811 L 129.030721 48.207253 L 129.023894 54.296833 Z M 68.114445 54.235391 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.548689 74.572675 L 122.060474 54.290006 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.548689 74.572675 L 75.084692 54.242217 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.291944 74.538541 L 75.084692 54.242217 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.291944 74.538541 L 98.56917 54.262698 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 128.812261 74.599982 L 98.56917 54.262698 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 128.812261 74.599982 L 122.060474 54.290006 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.292969%,75.292969%,75.292969%);fill-opacity:1;" d="M 8.0625 82.269531 L 104.882812 82.269531 L 104.882812 84.75 L 8.0625 84.75 Z M 8.0625 82.269531 "/>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.652847 -142.486507 L 181.863969 -142.486507 L 181.863969 -146.821577 L 12.652847 -146.821577 Z M 12.652847 -142.486507 " transform="matrix(0.572186,0,0,-0.572186,0.822712,0.740681)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.2;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.652847 -140.79344 L 12.652847 -96.801006 L 181.863969 -96.801006 L 181.863969 -140.79344 L 156.481618 -140.79344 L 156.481618 -120.49029 L 38.042025 -120.49029 L 38.042025 -140.79344 Z M 12.652847 -140.79344 " transform="matrix(0.572186,0,0,-0.572186,0.822712,0.740681)"/>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.97347,2.97347;stroke-miterlimit:10;" d="M 32.116291 -130.641865 C 32.116291 -126.90756 29.085155 -123.876424 25.35085 -123.876424 C 21.609718 -123.876424 18.578582 -126.90756 18.578582 -130.641865 C 18.578582 -134.37617 21.609718 -137.407306 25.35085 -137.407306 C 29.085155 -137.407306 32.116291 -134.37617 32.116291 -130.641865 Z M 32.116291 -130.641865 " transform="matrix(0.572186,0,0,-0.572186,0.822712,0.740681)"/>
</g>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.97347,2.97347;stroke-miterlimit:10;" d="M 175.938234 -130.641865 C 175.938234 -126.90756 172.913925 -123.876424 169.172793 -123.876424 C 165.438488 -123.876424 162.407352 -126.90756 162.407352 -130.641865 C 162.407352 -134.37617 165.438488 -137.407306 169.172793 -137.407306 C 172.913925 -137.407306 175.938234 -134.37617 175.938234 -130.641865 Z M 175.938234 -130.641865 " transform="matrix(0.572186,0,0,-0.572186,0.822712,0.740681)"/>
</g>
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.97347,2.97347;stroke-miterlimit:10;" d="M 56.693069 -117.814152 C 46.657551 -114.742054 36.977031 -110.536694 27.883623 -105.286821 " transform="matrix(0.572186,0,0,-0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.97347,2.97347;stroke-miterlimit:10;" d="M 137.830573 -117.814152 C 147.866091 -114.742054 157.539785 -110.536694 166.64002 -105.286821 " transform="matrix(0.572186,0,0,-0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.991;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,44.7052%,74.116516%);stroke-opacity:1;stroke-miterlimit:10;" d="M 125.453435 44.814292 L 98.596477 31.256103 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.991;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,44.7052%,74.116516%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.582823 44.793811 L 120.394714 31.276583 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.991;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,44.7052%,74.116516%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.582823 44.793811 L 76.79824 31.228795 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.991;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,44.7052%,74.116516%);stroke-opacity:1;stroke-miterlimit:10;" d="M 71.705385 44.766504 L 76.79824 31.228795 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.991;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,44.7052%,74.116516%);stroke-opacity:1;stroke-miterlimit:10;" d="M 71.705385 44.766504 L 98.596477 31.256103 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill:none;stroke-width:0.991;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,44.7052%,74.116516%);stroke-opacity:1;stroke-miterlimit:10;" d="M 125.453435 44.814292 L 120.394714 31.276583 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(79.998779%,92.155457%,100%);fill-opacity:1;stroke-width:0.991;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.121271 48.145811 L 68.128098 44.759677 L 129.037548 44.821119 L 129.030721 48.207253 Z M 68.121271 48.145811 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(79.998779%,92.155457%,100%);fill-opacity:1;stroke-width:0.991;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.214126 31.228795 L 73.220953 27.842661 L 123.978828 27.897276 L 123.978828 31.28341 Z M 73.214126 31.228795 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.03772%,86.665344%,81.959534%);fill-opacity:1;" d="M 12.167969 36.964844 L 15.890625 41.890625 L 4.832031 50.253906 L 1.105469 45.328125 Z M 12.167969 36.964844 "/>
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.790585;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 49.829192 17.833849 L 58.437611 17.834219 L 58.443182 37.165335 L 49.831478 37.16931 Z M 49.829192 17.833849 " transform="matrix(0.432468,0.572186,-0.572186,0.432468,0.822712,0.740681)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(85.096741%,32.156372%,9.411621%);fill-opacity:1;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.096741%,32.156372%,9.411621%);stroke-opacity:1;stroke-dasharray:3,1.5,0.75,1.5;stroke-miterlimit:4;" d="M 69.472994 32.259654 L 23.084325 67.616081 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill-rule:nonzero;fill:rgb(98.03772%,86.665344%,81.959534%);fill-opacity:1;stroke-width:0.790585;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -45.148312 143.179749 L -36.536608 143.175775 L -36.538666 162.507952 L -45.147086 162.507581 Z M -45.148312 143.179749 " transform="matrix(-0.432468,0.572186,0.572186,0.432468,0.822712,0.740681)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(85.096741%,32.156372%,9.411621%);fill-opacity:1;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(85.096741%,32.156372%,9.411621%);stroke-opacity:1;stroke-dasharray:3,1.5,0.75,1.5;stroke-miterlimit:4;" d="M 127.658518 32.020713 L 174.047188 67.370313 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(98.03772%,86.665344%,81.959534%);fill-opacity:1;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 72.347112 27.719777 L 72.347112 32.416673 L 74.135755 32.416673 L 74.135755 34.471564 L 72.053556 34.471564 C 69.527609 34.471564 68.264636 32.22552 68.264636 27.719777 Z M 72.347112 27.719777 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style="fill-rule:nonzero;fill:rgb(98.03772%,86.665344%,81.959534%);fill-opacity:1;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 124.845842 27.774392 L 124.845842 32.471288 L 123.057199 32.471288 L 123.057199 34.526179 L 125.139398 34.526179 C 127.665345 34.526179 128.935145 32.280135 128.935145 27.774392 Z M 124.845842 27.774392 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(86.273193%,86.273193%,86.273193%);fill-opacity:1;" d="M 47.578125 1.023438 L 66.921875 1.023438 L 66.921875 16.679688 L 47.578125 16.679688 Z M 47.578125 1.023438 "/>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 81.713595 0.494168 L 115.52032 0.494168 L 115.52032 27.856315 L 81.713595 27.856315 Z M 81.713595 0.494168 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
</g>
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.616958 13.813417 L 183.215691 13.813417 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 78.007812 8.644531 L 80.539062 7.6875 L 79.695312 8.644531 L 80.539062 9.601562 Z M 78.007812 8.644531 "/>
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99116;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 134.895014 13.813417 L 139.318834 12.14083 L 137.844227 13.813417 L 139.318834 15.486003 Z M 134.895014 13.813417 " transform="matrix(0.572186,0,0,0.572186,0.822712,0.740681)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 58.101562 8.6875 C 58.125 8.21875 57.765625 7.820312 57.296875 7.792969 C 56.824219 7.769531 56.425781 8.128906 56.402344 8.597656 C 56.375 9.066406 56.734375 9.46875 57.207031 9.492188 C 57.675781 9.519531 58.074219 9.15625 58.101562 8.6875 Z M 58.101562 8.6875 "/>
</g>
<clipPath id="clip9">
<path d="M 24 68 L 310 68 L 310 115.773438 L 24 115.773438 Z M 24 68 "/>
</clipPath>
<clipPath id="clip10">
<path d="M 0.640625 42 L 32 42 L 32 74 L 0.640625 74 Z M 0.640625 42 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(89.99939%,89.99939%,89.99939%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -104.277555 -51.524344 L 71.51759 -51.524344 L 71.51759 57.19557 L -104.277555 57.19557 Z M -104.277555 -51.524344 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="131.790387" y="93.945574"/>
<use xlink:href="#glyph0-2" x="138.792013" y="93.945574"/>
<use xlink:href="#glyph0-3" x="143.375625" y="93.945574"/>
<use xlink:href="#glyph0-4" x="151.014087" y="93.945574"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="156.365649" y="93.945574"/>
<use xlink:href="#glyph0-6" x="160.443538" y="93.945574"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="131.790387" y="105.837734"/>
<use xlink:href="#glyph1-2" x="138.535291" y="105.837734"/>
<use xlink:href="#glyph1-3" x="141.288354" y="105.837734"/>
<use xlink:href="#glyph1-4" x="146.24347" y="105.837734"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="151.472109" y="105.837734"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -59.683777 -45.359125 L 59.68194 -45.359125 L 59.68194 45.359919 L -59.683777 45.359919 Z M -59.683777 -45.359125 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<use xlink:href="#surface5" transform="matrix(1,0,0,1,175,15)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -77.189858 0.000397055 C -77.189858 3.852677 -80.311737 6.974556 -84.164017 6.974556 C -88.016298 6.974556 -91.138176 3.852677 -91.138176 0.000397055 C -91.138176 -3.851883 -88.016298 -6.973762 -84.164017 -6.973762 C -80.311737 -6.973762 -77.189858 -3.851883 -77.189858 0.000397055 Z M -77.189858 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="144.183897" y="60.787786"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -98.112335 18.810207 L -70.211772 18.810207 L -70.211772 41.488004 L -98.112335 41.488004 Z M -98.112335 18.810207 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="137.924971" y="30.552555"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="147.55011" y="32.039696"/>
<use xlink:href="#glyph4-2" x="149.999919" y="32.039696"/>
<use xlink:href="#glyph4-2" x="154.287581" y="32.039696"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -142.658991 -11.340465 L -119.981193 -11.340465 L -119.981193 11.337332 L -142.658991 11.337332 Z M -142.658991 -11.340465 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="93.783224" y="60.543079"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-1" x="103.407368" y="62.029226"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -183.341585 -11.340465 L -160.663788 -11.340465 L -160.663788 11.337332 L -183.341585 11.337332 Z M -183.341585 -11.340465 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="57.494978" y="61.286153"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -200.847667 0.000397055 C -200.847667 3.852677 -203.969545 6.974556 -207.821826 6.974556 C -211.674106 6.974556 -214.795985 3.852677 -214.795985 0.000397055 C -214.795985 -3.851883 -211.674106 -6.973762 -207.821826 -6.973762 C -203.969545 -6.973762 -200.847667 -3.851883 -200.847667 0.000397055 Z M -200.847667 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="21.176889" y="60.787786"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="15.801295" y="72.58644"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 60.180655 27.516125 L 65.851086 27.516125 L 65.851086 51.525138 L -84.164017 51.525138 L -84.164017 46.620451 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054003 -0.00126724 L 1.608762 1.683369 L 3.0892 -0.00126724 L 1.608762 -1.681977 Z M 6.054003 -0.00126724 " transform="matrix(0,0.994744,0.994744,0,148.497354,8.688757)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-3" x="294.471748" y="38.720394"/>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 60.180655 -27.515331 L 77.188022 -27.515331 L 77.188022 -57.194775 L -207.821826 -57.194775 L -207.821826 -11.607494 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.0546 0.000365912 L 1.609359 1.685002 L 3.08587 0.000365912 L 1.609359 -1.68427 Z M 6.0546 0.000365912 " transform="matrix(0,-0.994744,-0.994744,0,25.488645,72.25715)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph7-1" x="304.224215" y="81.457563"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -200.847667 0.000397055 L -188.474032 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053462 0.000397055 L 1.608221 1.681107 L 3.088659 0.000397055 L 1.608221 -1.684239 Z M 6.053462 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,41.911951,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-4" x="34.896393" y="52.602041"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-2" x="39.687078" y="54.088188"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -160.165072 0.000397055 L -147.791438 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054016 0.000397055 L 1.608775 1.681107 L 3.089213 0.000397055 L 1.608775 -1.684239 Z M 6.054016 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,82.38015,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-4" x="75.966372" y="52.602041"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-1" x="80.756062" y="54.088188"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -119.482478 0.000397055 L -95.771908 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.052936 0.000397055 L 1.607695 1.681107 L 3.088133 0.000397055 L 1.607695 -1.684239 Z M 6.052936 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,134.127318,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-5" x="115.648683" y="54.088188"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-3" x="122.397023" y="50.49219"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -77.189858 0.000397055 L -64.812297 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.05258 0.000397055 L 1.607339 1.681107 L 3.087777 0.000397055 L 1.607339 -1.684239 Z M 6.05258 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,164.920641,57.887114)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-5" x="160.520571" y="54.088188"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -84.164017 18.311491 L -84.164017 11.608288 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053816 -0.00126724 L 1.608575 1.683369 L 3.089013 -0.00126724 L 1.608575 -1.681977 Z M 6.053816 -0.00126724 " transform="matrix(0,0.994744,0.994744,0,148.497354,43.517068)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -219.429717 0.000397055 L -231.803351 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,232.21771,57.887114)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 17.140625 57.886719 L 12.71875 56.214844 L 14.191406 57.886719 L 12.71875 59.5625 Z M 17.140625 57.886719 "/>
<g clip-path="url(#clip10)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053837 0.000397055 L 1.608596 1.681107 L 3.089034 0.000397055 L 1.608596 -1.684239 Z M 6.053837 0.000397055 " transform="matrix(0.994744,0,0,-0.994744,11.118609,57.887114)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-6" x="7.316132" y="54.088188"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 121 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 349 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.7 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.7 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 3.5 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 121 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 311 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 103 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,216 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="177.34pt" height="161.019pt" viewBox="0 0 177.34 161.019" version="1.2">
<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.6875 -4.703125 L 6.953125 -6.421875 C 6.96875 -6.46875 6.96875 -6.5625 6.96875 -6.59375 C 6.96875 -6.703125 6.875 -6.703125 6.703125 -6.703125 L 1.203125 -6.703125 C 0.96875 -6.703125 0.953125 -6.703125 0.890625 -6.515625 L 0.296875 -4.765625 C 0.28125 -4.75 0.234375 -4.59375 0.234375 -4.59375 C 0.234375 -4.53125 0.28125 -4.484375 0.359375 -4.484375 C 0.453125 -4.484375 0.46875 -4.53125 0.53125 -4.6875 C 1.0625 -6.21875 1.3125 -6.40625 2.78125 -6.40625 L 3.171875 -6.40625 C 3.453125 -6.40625 3.453125 -6.359375 3.453125 -6.28125 C 3.453125 -6.21875 3.421875 -6.109375 3.40625 -6.078125 L 2.078125 -0.78125 C 1.984375 -0.421875 1.96875 -0.3125 0.90625 -0.3125 C 0.546875 -0.3125 0.484375 -0.3125 0.484375 -0.125 C 0.484375 0 0.59375 0 0.65625 0 C 0.921875 0 1.203125 -0.015625 1.46875 -0.015625 L 2.3125 -0.03125 L 3.125 -0.015625 C 3.421875 -0.015625 3.71875 0 4 0 C 4.09375 0 4.203125 0 4.203125 -0.203125 C 4.203125 -0.3125 4.125 -0.3125 3.875 -0.3125 C 3.625 -0.3125 3.5 -0.3125 3.234375 -0.328125 C 2.953125 -0.359375 2.875 -0.390625 2.875 -0.546875 C 2.875 -0.546875 2.875 -0.609375 2.90625 -0.75 L 4.234375 -6.015625 C 4.296875 -6.296875 4.34375 -6.34375 4.453125 -6.375 C 4.546875 -6.40625 4.875 -6.40625 5.078125 -6.40625 C 6.078125 -6.40625 6.53125 -6.359375 6.53125 -5.59375 C 6.53125 -5.4375 6.484375 -5.046875 6.453125 -4.796875 C 6.4375 -4.75 6.421875 -4.640625 6.421875 -4.609375 C 6.421875 -4.546875 6.453125 -4.484375 6.53125 -4.484375 C 6.640625 -4.484375 6.671875 -4.5625 6.6875 -4.703125 Z M 6.6875 -4.703125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.5 -4.953125 C 4.5 -5.609375 4.328125 -6.984375 3.3125 -6.984375 C 1.9375 -6.984375 0.421875 -4.1875 0.421875 -1.921875 C 0.421875 -0.984375 0.703125 0.109375 1.609375 0.109375 C 3 0.109375 4.5 -2.734375 4.5 -4.953125 Z M 3.53125 -3.59375 L 1.46875 -3.59375 C 1.640625 -4.234375 1.828125 -5.015625 2.234375 -5.71875 C 2.5 -6.21875 2.859375 -6.765625 3.3125 -6.765625 C 3.796875 -6.765625 3.859375 -6.125 3.859375 -5.5625 C 3.859375 -5.078125 3.78125 -4.578125 3.53125 -3.59375 Z M 3.453125 -3.28125 C 3.34375 -2.828125 3.125 -1.984375 2.75 -1.265625 C 2.40625 -0.59375 2.03125 -0.109375 1.609375 -0.109375 C 1.28125 -0.109375 1.0625 -0.390625 1.0625 -1.3125 C 1.0625 -1.734375 1.125 -2.3125 1.390625 -3.28125 Z M 3.453125 -3.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 4.3125 -1.421875 C 4.3125 -1.46875 4.265625 -1.515625 4.1875 -1.515625 C 4.09375 -1.515625 4.078125 -1.453125 4.046875 -1.390625 C 3.828125 -0.75 3.1875 -0.5625 2.859375 -0.5625 C 2.671875 -0.5625 2.484375 -0.609375 2.28125 -0.6875 C 1.9375 -0.8125 1.796875 -0.859375 1.578125 -0.859375 C 1.578125 -0.859375 1.40625 -0.859375 1.3125 -0.828125 C 1.859375 -1.390625 2.140625 -1.640625 2.5 -1.953125 C 2.5 -1.953125 3.109375 -2.484375 3.46875 -2.84375 C 4.40625 -3.765625 4.625 -4.234375 4.625 -4.28125 C 4.625 -4.375 4.515625 -4.375 4.515625 -4.375 C 4.453125 -4.375 4.421875 -4.359375 4.375 -4.265625 C 4.078125 -3.796875 3.859375 -3.640625 3.625 -3.640625 C 3.390625 -3.640625 3.265625 -3.78125 3.125 -3.953125 C 2.9375 -4.1875 2.765625 -4.375 2.4375 -4.375 C 1.6875 -4.375 1.234375 -3.453125 1.234375 -3.25 C 1.234375 -3.203125 1.265625 -3.140625 1.359375 -3.140625 C 1.453125 -3.140625 1.46875 -3.1875 1.484375 -3.25 C 1.671875 -3.703125 2.25 -3.71875 2.328125 -3.71875 C 2.53125 -3.71875 2.71875 -3.640625 2.953125 -3.5625 C 3.34375 -3.421875 3.453125 -3.421875 3.71875 -3.421875 C 3.359375 -2.984375 2.53125 -2.28125 2.34375 -2.125 L 1.453125 -1.28125 C 0.765625 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.359375 1.234375 -0.640625 1.546875 -0.640625 C 1.765625 -0.640625 1.875 -0.546875 2.125 -0.25 C 2.28125 -0.046875 2.46875 0.109375 2.75 0.109375 C 3.734375 0.109375 4.3125 -1.15625 4.3125 -1.421875 Z M 4.3125 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.90625 -1.421875 C 4.90625 -1.515625 4.828125 -1.515625 4.796875 -1.515625 C 4.703125 -1.515625 4.6875 -1.46875 4.671875 -1.40625 C 4.34375 -0.34375 3.671875 -0.109375 3.34375 -0.109375 C 2.96875 -0.109375 2.796875 -0.421875 2.796875 -0.765625 C 2.796875 -0.984375 2.859375 -1.203125 2.96875 -1.640625 L 3.3125 -2.984375 C 3.375 -3.25 3.59375 -4.15625 4.296875 -4.15625 C 4.34375 -4.15625 4.578125 -4.15625 4.78125 -4.03125 C 4.5 -3.984375 4.3125 -3.734375 4.3125 -3.5 C 4.3125 -3.34375 4.421875 -3.15625 4.6875 -3.15625 C 4.90625 -3.15625 5.21875 -3.328125 5.21875 -3.71875 C 5.21875 -4.234375 4.640625 -4.375 4.296875 -4.375 C 3.71875 -4.375 3.375 -3.859375 3.265625 -3.625 C 3.015625 -4.28125 2.484375 -4.375 2.1875 -4.375 C 1.15625 -4.375 0.59375 -3.09375 0.59375 -2.859375 C 0.59375 -2.75 0.71875 -2.75 0.71875 -2.75 C 0.796875 -2.75 0.828125 -2.78125 0.84375 -2.859375 C 1.171875 -3.90625 1.828125 -4.15625 2.171875 -4.15625 C 2.359375 -4.15625 2.703125 -4.078125 2.703125 -3.5 C 2.703125 -3.1875 2.53125 -2.53125 2.171875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.765625 C 1.203125 -1.046875 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.578125 2.265625 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.34375 0.109375 4.90625 -1.171875 4.90625 -1.421875 Z M 4.90625 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 4.8125 -3.78125 C 4.859375 -3.90625 4.859375 -3.9375 4.859375 -4 C 4.859375 -4.1875 4.71875 -4.265625 4.5625 -4.265625 C 4.46875 -4.265625 4.3125 -4.203125 4.21875 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.078125 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.390625 -0.796875 2.96875 -0.109375 2.3125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.359375 1.875 -1.984375 2.203125 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4.015625 2.09375 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.859375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.859375 1.234375 -4.15625 1.5625 -4.15625 C 1.640625 -4.15625 1.8125 -4.15625 1.8125 -3.84375 C 1.8125 -3.59375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.09375 1.0625 -1.53125 1.0625 -1.0625 C 1.0625 -0.1875 1.6875 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.65625 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.953125 1.78125 0.796875 1.390625 C 0.953125 1.390625 1.078125 1.390625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.859375 0.015625 Z M 4.8125 -3.78125 "/>
</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 3.859375 -2.609375 C 3.890625 -2.71875 3.890625 -2.71875 3.890625 -2.765625 C 3.890625 -2.90625 3.78125 -2.984375 3.65625 -2.984375 C 3.578125 -2.984375 3.453125 -2.953125 3.375 -2.828125 C 3.34375 -2.78125 3.296875 -2.5625 3.265625 -2.421875 L 3.109375 -1.84375 L 2.84375 -0.734375 C 2.84375 -0.734375 2.53125 -0.125 1.984375 -0.125 C 1.515625 -0.125 1.515625 -0.578125 1.515625 -0.703125 C 1.515625 -1.078125 1.671875 -1.515625 1.875 -2.046875 C 1.96875 -2.265625 2 -2.359375 2 -2.46875 C 2 -2.796875 1.71875 -3.0625 1.34375 -3.0625 C 0.640625 -3.0625 0.328125 -2.109375 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.9375 0.5625 -2.015625 C 0.75 -2.59375 1.046875 -2.859375 1.3125 -2.859375 C 1.4375 -2.859375 1.484375 -2.78125 1.484375 -2.625 C 1.484375 -2.46875 1.421875 -2.3125 1.390625 -2.21875 C 1.0625 -1.375 0.984375 -1.109375 0.984375 -0.8125 C 0.984375 -0.6875 0.984375 -0.375 1.265625 -0.140625 C 1.484375 0.03125 1.765625 0.0625 1.953125 0.0625 C 2.234375 0.0625 2.484375 -0.03125 2.71875 -0.25 C 2.625 0.140625 2.546875 0.4375 2.25 0.78125 C 2.0625 0.984375 1.796875 1.21875 1.421875 1.21875 C 1.375 1.21875 1.046875 1.21875 0.90625 0.984375 C 1.28125 0.953125 1.28125 0.609375 1.28125 0.609375 C 1.28125 0.390625 1.078125 0.34375 1 0.34375 C 0.828125 0.34375 0.609375 0.484375 0.609375 0.8125 C 0.609375 1.15625 0.9375 1.421875 1.421875 1.421875 C 2.125 1.421875 2.984375 0.875 3.203125 0 Z M 3.859375 -2.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 3.453125 -1 C 3.453125 -1.09375 3.375 -1.09375 3.34375 -1.09375 C 3.25 -1.09375 3.234375 -1.0625 3.21875 -0.984375 C 3.078125 -0.640625 2.671875 -0.46875 2.328125 -0.46875 C 2.171875 -0.46875 2 -0.5 1.828125 -0.546875 C 1.5 -0.625 1.453125 -0.625 1.328125 -0.625 C 1.328125 -0.625 1.203125 -0.625 1.171875 -0.609375 C 1.34375 -0.796875 1.46875 -0.921875 2.0625 -1.390625 C 2.203125 -1.515625 2.71875 -1.921875 2.921875 -2.125 C 3.34375 -2.546875 3.609375 -2.890625 3.609375 -2.96875 C 3.609375 -3.0625 3.53125 -3.0625 3.5 -3.0625 C 3.4375 -3.0625 3.40625 -3.046875 3.375 -2.984375 C 3.15625 -2.671875 3.015625 -2.5625 2.84375 -2.5625 C 2.765625 -2.5625 2.65625 -2.578125 2.453125 -2.78125 C 2.21875 -3.015625 2.0625 -3.0625 1.90625 -3.0625 C 1.359375 -3.0625 0.984375 -2.453125 0.984375 -2.25 C 0.984375 -2.1875 1.046875 -2.171875 1.09375 -2.171875 C 1.171875 -2.171875 1.1875 -2.1875 1.21875 -2.265625 C 1.328125 -2.5 1.71875 -2.515625 1.828125 -2.515625 C 1.984375 -2.515625 2.171875 -2.484375 2.265625 -2.453125 C 2.640625 -2.375 2.6875 -2.375 2.859375 -2.375 C 2.6875 -2.1875 2.5625 -2.0625 1.90625 -1.53125 C 1.359375 -1.109375 1.171875 -0.921875 1.046875 -0.796875 C 0.625 -0.375 0.421875 -0.078125 0.421875 -0.015625 C 0.421875 0.0625 0.515625 0.0625 0.546875 0.0625 C 0.609375 0.0625 0.625 0.0625 0.65625 0 C 0.84375 -0.265625 1.0625 -0.421875 1.296875 -0.421875 C 1.375 -0.421875 1.484375 -0.421875 1.671875 -0.25 C 1.890625 -0.03125 2.03125 0.0625 2.25 0.0625 C 2.984375 0.0625 3.453125 -0.765625 3.453125 -1 Z M 3.453125 -1 "/>
</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 7.1875 0 L 7.1875 -0.3125 L 7 -0.3125 C 6.484375 -0.3125 6.28125 -0.359375 6.078125 -0.65625 L 3.984375 -3.828125 L 5.34375 -5.8125 C 5.5625 -6.125 5.890625 -6.453125 6.78125 -6.453125 L 6.78125 -6.765625 L 5.671875 -6.734375 C 5.28125 -6.734375 4.796875 -6.734375 4.40625 -6.765625 L 4.40625 -6.453125 C 4.796875 -6.453125 5.015625 -6.234375 5.015625 -6 C 5.015625 -5.90625 5 -5.890625 4.9375 -5.78125 L 3.796875 -4.09375 L 2.53125 -6.015625 C 2.5 -6.046875 2.453125 -6.125 2.453125 -6.15625 C 2.453125 -6.28125 2.671875 -6.453125 3.09375 -6.453125 L 3.09375 -6.765625 C 2.75 -6.734375 2.03125 -6.734375 1.65625 -6.734375 L 0.359375 -6.765625 L 0.359375 -6.453125 L 0.5625 -6.453125 C 1.09375 -6.453125 1.28125 -6.390625 1.46875 -6.109375 L 3.296875 -3.359375 L 1.671875 -0.953125 C 1.53125 -0.765625 1.234375 -0.3125 0.234375 -0.3125 L 0.234375 0 L 1.34375 -0.03125 C 1.703125 -0.03125 2.25 -0.03125 2.609375 0 L 2.609375 -0.3125 C 2.15625 -0.3125 1.984375 -0.578125 1.984375 -0.765625 C 1.984375 -0.859375 2.015625 -0.890625 2.078125 -1 L 3.484375 -3.078125 L 5.046875 -0.71875 C 5.078125 -0.671875 5.109375 -0.640625 5.109375 -0.609375 C 5.109375 -0.484375 4.890625 -0.3125 4.453125 -0.3125 L 4.453125 0 C 4.796875 -0.03125 5.53125 -0.03125 5.90625 -0.03125 Z M 7.1875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 2.734375 -1.859375 L 2.734375 -2.421875 L 0.109375 -2.421875 L 0.109375 -1.859375 Z M 2.734375 -1.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 3.609375 -3.78125 C 3.609375 -4.09375 3.296875 -4.375 2.875 -4.375 C 2.15625 -4.375 1.796875 -3.71875 1.65625 -3.28125 L 1.65625 -4.375 L 0.28125 -4.265625 L 0.28125 -3.96875 C 0.96875 -3.96875 1.046875 -3.890625 1.046875 -3.40625 L 1.046875 -0.75 C 1.046875 -0.3125 0.9375 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.796875 -0.03125 2.265625 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.453125 -0.3125 C 1.71875 -0.3125 1.703125 -0.421875 1.703125 -0.765625 L 1.703125 -2.296875 C 1.703125 -3.28125 2.125 -4.15625 2.875 -4.15625 C 2.9375 -4.15625 2.96875 -4.15625 2.984375 -4.15625 C 2.953125 -4.140625 2.75 -4.015625 2.75 -3.765625 C 2.75 -3.484375 2.96875 -3.34375 3.1875 -3.34375 C 3.359375 -3.34375 3.609375 -3.453125 3.609375 -3.78125 Z M 3.609375 -3.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 4.78125 -0.875 L 4.78125 -1.4375 L 4.53125 -1.4375 L 4.53125 -0.875 C 4.53125 -0.3125 4.296875 -0.25 4.1875 -0.25 C 3.859375 -0.25 3.8125 -0.6875 3.8125 -0.75 L 3.8125 -2.71875 C 3.8125 -3.140625 3.8125 -3.53125 3.453125 -3.890625 C 3.078125 -4.28125 2.578125 -4.4375 2.09375 -4.4375 C 1.28125 -4.4375 0.609375 -3.96875 0.609375 -3.3125 C 0.609375 -3.015625 0.796875 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.046875 1.515625 -3.3125 C 1.515625 -3.421875 1.46875 -3.75 1.015625 -3.765625 C 1.28125 -4.109375 1.765625 -4.21875 2.078125 -4.21875 C 2.5625 -4.21875 3.125 -3.828125 3.125 -2.953125 L 3.125 -2.578125 C 2.625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.890625 0.3125 -1.375 0.3125 -0.9375 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.015625 -0.28125 3.203125 -0.75 C 3.234375 -0.359375 3.5 0.0625 3.96875 0.0625 C 4.1875 0.0625 4.78125 -0.078125 4.78125 -0.875 Z M 3.125 -1.390625 C 3.125 -0.453125 2.421875 -0.109375 1.96875 -0.109375 C 1.484375 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.3125 3.125 -2.375 Z M 3.125 -1.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.03125 -3.96875 L 5.03125 -4.265625 C 4.796875 -4.25 4.515625 -4.234375 4.296875 -4.234375 L 3.421875 -4.265625 L 3.421875 -3.96875 C 3.734375 -3.953125 3.890625 -3.78125 3.890625 -3.53125 C 3.890625 -3.4375 3.890625 -3.421875 3.828125 -3.296875 L 2.828125 -0.859375 L 1.734375 -3.53125 C 1.6875 -3.625 1.671875 -3.671875 1.671875 -3.703125 C 1.671875 -3.96875 2.046875 -3.96875 2.234375 -3.96875 L 2.234375 -4.265625 L 1.15625 -4.234375 C 0.875 -4.234375 0.484375 -4.25 0.1875 -4.265625 L 0.1875 -3.96875 C 0.65625 -3.96875 0.859375 -3.96875 0.984375 -3.609375 L 2.484375 0 L 2.234375 0.578125 C 2.015625 1.125 1.734375 1.8125 1.09375 1.8125 C 1.046875 1.8125 0.828125 1.8125 0.640625 1.640625 C 0.9375 1.59375 1.015625 1.375 1.015625 1.21875 C 1.015625 0.953125 0.828125 0.796875 0.609375 0.796875 C 0.40625 0.796875 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.671875 0.609375 2.03125 1.09375 2.03125 C 1.71875 2.03125 2.125 1.46875 2.375 0.90625 L 4.109375 -3.328125 C 4.375 -3.953125 4.875 -3.96875 5.03125 -3.96875 Z M 5.03125 -3.96875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 4.15625 0 L 4.15625 -0.3125 L 3.828125 -0.3125 C 2.9375 -0.3125 2.90625 -0.421875 2.90625 -0.78125 L 2.90625 -6.34375 C 2.90625 -6.578125 2.90625 -6.59375 2.6875 -6.59375 C 2.078125 -5.96875 1.203125 -5.96875 0.875 -5.96875 L 0.875 -5.65625 C 1.078125 -5.65625 1.671875 -5.65625 2.171875 -5.90625 L 2.171875 -0.78125 C 2.171875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.9375 -0.3125 L 0.9375 0 C 1.28125 -0.03125 2.15625 -0.03125 2.546875 -0.03125 C 2.9375 -0.03125 3.796875 -0.03125 4.15625 0 Z M 4.15625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-7">
<path style="stroke:none;" d="M 4.453125 -1.71875 L 4.203125 -1.71875 C 4.15625 -1.421875 4.078125 -0.984375 3.984375 -0.84375 C 3.90625 -0.765625 3.265625 -0.765625 3.046875 -0.765625 L 1.265625 -0.765625 L 2.3125 -1.78125 C 3.859375 -3.15625 4.453125 -3.6875 4.453125 -4.671875 C 4.453125 -5.8125 3.5625 -6.59375 2.34375 -6.59375 C 1.234375 -6.59375 0.5 -5.6875 0.5 -4.796875 C 0.5 -4.25 0.984375 -4.25 1.015625 -4.25 C 1.1875 -4.25 1.53125 -4.375 1.53125 -4.78125 C 1.53125 -5.03125 1.359375 -5.296875 1.015625 -5.296875 C 0.9375 -5.296875 0.90625 -5.296875 0.875 -5.28125 C 1.109375 -5.921875 1.640625 -6.296875 2.21875 -6.296875 C 3.125 -6.296875 3.546875 -5.484375 3.546875 -4.671875 C 3.546875 -3.890625 3.046875 -3.09375 2.5 -2.484375 L 0.609375 -0.359375 C 0.5 -0.25 0.5 -0.234375 0.5 0 L 4.171875 0 Z M 4.453125 -1.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-8">
<path style="stroke:none;" d="M 4.53125 -1.6875 C 4.53125 -2.5 3.90625 -3.28125 2.875 -3.484375 C 3.6875 -3.75 4.265625 -4.453125 4.265625 -5.234375 C 4.265625 -6.046875 3.390625 -6.59375 2.4375 -6.59375 C 1.4375 -6.59375 0.6875 -6 0.6875 -5.25 C 0.6875 -4.921875 0.90625 -4.734375 1.1875 -4.734375 C 1.5 -4.734375 1.6875 -4.953125 1.6875 -5.234375 C 1.6875 -5.734375 1.234375 -5.734375 1.078125 -5.734375 C 1.390625 -6.21875 2.046875 -6.34375 2.390625 -6.34375 C 2.796875 -6.34375 3.34375 -6.125 3.34375 -5.234375 C 3.34375 -5.125 3.328125 -4.546875 3.078125 -4.109375 C 2.78125 -3.640625 2.4375 -3.609375 2.1875 -3.59375 C 2.109375 -3.59375 1.875 -3.5625 1.796875 -3.5625 C 1.71875 -3.5625 1.65625 -3.546875 1.65625 -3.453125 C 1.65625 -3.34375 1.71875 -3.34375 1.890625 -3.34375 L 2.328125 -3.34375 C 3.140625 -3.34375 3.5 -2.671875 3.5 -1.6875 C 3.5 -0.34375 2.828125 -0.0625 2.390625 -0.0625 C 1.96875 -0.0625 1.21875 -0.234375 0.875 -0.8125 C 1.21875 -0.765625 1.53125 -0.984375 1.53125 -1.359375 C 1.53125 -1.71875 1.265625 -1.90625 0.96875 -1.90625 C 0.734375 -1.90625 0.421875 -1.765625 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.421875 0.21875 C 3.625 0.21875 4.53125 -0.6875 4.53125 -1.6875 Z M 4.53125 -1.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-9">
<path style="stroke:none;" d="M 4.671875 -1.640625 L 4.671875 -1.9375 L 3.671875 -1.9375 L 3.671875 -6.453125 C 3.671875 -6.640625 3.671875 -6.703125 3.515625 -6.703125 C 3.421875 -6.703125 3.390625 -6.703125 3.3125 -6.59375 L 0.28125 -1.9375 L 0.28125 -1.640625 L 2.90625 -1.640625 L 2.90625 -0.765625 C 2.90625 -0.421875 2.890625 -0.3125 2.15625 -0.3125 L 1.953125 -0.3125 L 1.953125 0 C 2.359375 -0.03125 2.875 -0.03125 3.28125 -0.03125 C 3.703125 -0.03125 4.234375 -0.03125 4.640625 0 L 4.640625 -0.3125 L 4.421875 -0.3125 C 3.6875 -0.3125 3.671875 -0.421875 3.671875 -0.765625 L 3.671875 -1.640625 Z M 2.96875 -1.9375 L 0.5625 -1.9375 L 2.96875 -5.640625 Z M 2.96875 -1.9375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-10">
<path style="stroke:none;" d="M 4.453125 -1.984375 C 4.453125 -3.171875 3.640625 -4.15625 2.5625 -4.15625 C 2.09375 -4.15625 1.671875 -4 1.3125 -3.65625 L 1.3125 -5.59375 C 1.5 -5.53125 1.828125 -5.453125 2.15625 -5.453125 C 3.375 -5.453125 4.0625 -6.359375 4.0625 -6.484375 C 4.0625 -6.546875 4.03125 -6.59375 3.96875 -6.59375 C 3.96875 -6.59375 3.9375 -6.59375 3.890625 -6.5625 C 3.6875 -6.484375 3.203125 -6.28125 2.53125 -6.28125 C 2.140625 -6.28125 1.6875 -6.34375 1.21875 -6.5625 C 1.140625 -6.59375 1.09375 -6.59375 1.09375 -6.59375 C 1 -6.59375 1 -6.515625 1 -6.34375 L 1 -3.421875 C 1 -3.234375 1 -3.15625 1.140625 -3.15625 C 1.203125 -3.15625 1.234375 -3.1875 1.265625 -3.25 C 1.375 -3.40625 1.75 -3.9375 2.546875 -3.9375 C 3.0625 -3.9375 3.3125 -3.484375 3.390625 -3.3125 C 3.546875 -2.9375 3.5625 -2.5625 3.5625 -2.0625 C 3.5625 -1.71875 3.5625 -1.125 3.328125 -0.703125 C 3.09375 -0.3125 2.71875 -0.0625 2.265625 -0.0625 C 1.546875 -0.0625 0.984375 -0.578125 0.8125 -1.171875 C 0.84375 -1.15625 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.46875 -1.390625 1.46875 -1.640625 C 1.46875 -1.875 1.3125 -2.125 0.984375 -2.125 C 0.84375 -2.125 0.5 -2.046875 0.5 -1.59375 C 0.5 -0.75 1.171875 0.21875 2.28125 0.21875 C 3.4375 0.21875 4.453125 -0.734375 4.453125 -1.984375 Z M 4.453125 -1.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-11">
<path style="stroke:none;" d="M 4.53125 -2.015625 C 4.53125 -3.28125 3.640625 -4.234375 2.546875 -4.234375 C 1.875 -4.234375 1.5 -3.71875 1.3125 -3.25 L 1.3125 -3.484375 C 1.3125 -6 2.53125 -6.34375 3.046875 -6.34375 C 3.28125 -6.34375 3.6875 -6.296875 3.90625 -5.953125 C 3.765625 -5.953125 3.375 -5.953125 3.375 -5.515625 C 3.375 -5.203125 3.609375 -5.046875 3.828125 -5.046875 C 3.984375 -5.046875 4.28125 -5.140625 4.28125 -5.53125 C 4.28125 -6.125 3.84375 -6.59375 3.015625 -6.59375 C 1.75 -6.59375 0.421875 -5.3125 0.421875 -3.125 C 0.421875 -0.484375 1.5625 0.21875 2.484375 0.21875 C 3.59375 0.21875 4.53125 -0.71875 4.53125 -2.015625 Z M 3.640625 -2.03125 C 3.640625 -1.5625 3.640625 -1.0625 3.46875 -0.703125 C 3.171875 -0.109375 2.71875 -0.0625 2.484375 -0.0625 C 1.859375 -0.0625 1.5625 -0.65625 1.5 -0.796875 C 1.328125 -1.265625 1.328125 -2.0625 1.328125 -2.234375 C 1.328125 -3.015625 1.640625 -4 2.53125 -4 C 2.6875 -4 3.15625 -4 3.453125 -3.390625 C 3.640625 -3.015625 3.640625 -2.515625 3.640625 -2.03125 Z M 3.640625 -2.03125 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 12 56 L 176.476562 56 L 176.476562 122 L 12 122 Z M 12 56 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 0.207031 102 L 38 102 L 38 144 L 0.207031 144 Z M 0.207031 102 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 139 102 L 176.476562 102 L 176.476562 144 L 139 144 Z M 139 102 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 142 88 L 176.476562 88 L 176.476562 125 L 142 125 Z M 142 88 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 76 9 L 113 9 L 113 160.042969 L 76 160.042969 Z M 76 9 "/>
</clipPath>
<clipPath id="clip6">
<path d="M 77 129 L 110 129 L 110 160.042969 L 77 160.042969 Z M 77 129 "/>
</clipPath>
<clipPath id="clip7">
<path d="M 0.207031 12 L 27 12 L 27 45 L 0.207031 45 Z M 0.207031 12 "/>
</clipPath>
<clipPath id="clip8">
<path d="M 0.207031 119 L 38 119 L 38 160.042969 L 0.207031 160.042969 Z M 0.207031 119 "/>
</clipPath>
<clipPath id="clip9">
<path d="M 0.207031 77 L 34 77 L 34 120 L 0.207031 120 Z M 0.207031 77 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(69.999695%,69.999695%,69.999695%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.307335 46.208675 L 45.293005 47.100796 L 44.731008 57.857339 L -34.530212 53.703277 L -33.968215 42.946734 L -16.982545 43.834925 L -15.202233 9.867515 L 30.087647 12.241264 Z M 28.307335 46.208675 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;" d="M 27.144531 98.253906 C 34.15625 101.824219 41.476562 104.785156 49.003906 107.085938 L 141.386719 102.242188 C 148.628906 99.167969 155.601562 95.460938 162.199219 91.175781 L 161.140625 70.917969 L 135.816406 72.242188 L 136.523438 85.75 L 52.113281 90.171875 L 51.40625 76.667969 L 26.085938 77.996094 L 27.148438 98.253906 Z M 27.144531 98.253906 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -61.77331 31.836487 C -54.718872 28.244422 -47.353961 25.265446 -39.780757 22.950647 L 53.164893 27.823907 C 60.451203 30.916855 67.46634 34.646472 74.104192 38.957735 L 73.039149 59.338967 L 47.560643 58.006681 L 48.271982 44.416573 L -36.652439 39.967757 L -37.363777 53.553936 L -62.838353 52.217719 L -61.769379 31.836487 Z M -61.77331 31.836487 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -32.266504 53.821179 L -32.659509 61.292201 L 42.074295 65.21046 L 42.4673 57.735507 Z M -32.266504 53.821179 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -26.933428 82.031068 L -27.251762 88.146224 L 33.891934 91.349213 L 34.210268 85.237988 Z M -26.933428 82.031068 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.707393 63.253296 L 27.218712 84.868563 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.707393 63.253296 L -19.937942 82.396562 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -25.667953 61.661626 L -19.937942 82.396562 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -25.667953 61.661626 L 3.63842 83.634528 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.082739 64.844965 L 3.63842 83.634528 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.082739 64.844965 L 27.218712 84.868563 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -13.665584 88.857562 L -15.445896 122.828903 L 18.525444 124.609215 L 20.305756 90.637874 Z M -13.665584 88.857562 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,59.999084%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -85.039197 -10.203243 L -85.039197 -5.10204 L 85.041517 -5.10204 L 85.041517 -10.203243 Z M -85.039197 -10.203243 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill-rule:nonzero;fill:rgb(89.99939%,89.99939%,89.99939%);fill-opacity:0.5;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -85.039197 -3.400329 L -85.039197 40.820578 L 85.041517 40.820578 L 85.041517 -3.400329 L 59.527641 -3.400329 L 59.527641 17.008413 L -59.529252 17.008413 L -59.529252 -3.400329 Z M -85.039197 -3.400329 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -65.483275 6.802077 C -65.483275 10.559204 -68.529063 13.604991 -72.28619 13.604991 C -76.043316 13.604991 -79.089104 10.559204 -79.089104 6.802077 C -79.089104 3.044951 -76.043316 -0.000837069 -72.28619 -0.000837069 C -68.529063 -0.000837069 -65.483275 3.044951 -65.483275 6.802077 Z M -65.483275 6.802077 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 79.087493 6.802077 C 79.087493 10.559204 76.041706 13.604991 72.284579 13.604991 C 68.527453 13.604991 65.481665 10.559204 65.481665 6.802077 C 65.481665 3.044951 68.527453 -0.000837069 72.284579 -0.000837069 C 76.041706 -0.000837069 79.087493 3.044951 79.087493 6.802077 Z M 79.087493 6.802077 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.420363 23.811328 C 73.420363 24.436205 72.909457 24.943182 72.284579 24.943182 C 71.659701 24.943182 71.152725 24.436205 71.152725 23.811328 C 71.152725 23.18645 71.659701 22.675544 72.284579 22.675544 C 72.909457 22.675544 73.420363 23.18645 73.420363 23.811328 Z M 73.420363 23.811328 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 76.536892 23.811328 C 76.536892 26.161497 74.634748 28.06364 72.284579 28.06364 C 69.93834 28.06364 68.032267 26.161497 68.032267 23.811328 C 68.032267 21.461158 69.93834 19.559015 72.284579 19.559015 C 74.634748 19.559015 76.536892 21.461158 76.536892 23.811328 Z M 76.536892 23.811328 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="141.327189" y="108.19781"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="147.113933" y="109.683757"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -40.77506 19.700497 C -50.867425 22.785585 -60.594295 27.014317 -69.731658 32.292373 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(39.99939%,39.99939%,39.99939%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 40.777379 19.700497 C 50.869744 22.785585 60.592685 27.014317 69.733978 32.292373 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 2.427965 106.731424 L 2.427965 -29.33079 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M 2.427965 106.731424 L 9.549213 -29.146078 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00123707 -0.000587949 C -4.068837 -0.782668 -5.460075 -2.515819 -3.113836 -3.871686 C -0.763667 -5.227553 4.435788 -5.691298 8.503388 -4.909219 C 12.570988 -4.127139 13.966156 -2.393988 11.615987 -1.038121 C 10.869277 -0.605815 9.796374 -0.248181 11.340883 -0.546865 " transform="matrix(0.993944,0,0,-0.993944,90.802011,98.640041)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 99.253906 98.640625 L 103.335938 101.765625 L 102.074219 99.183594 L 104.203125 97.25 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="107.27664" y="104.165378"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="111.924324" y="105.650331"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.427965 -15.724962 C 4.565911 -15.724962 6.703858 -15.669941 4.212207 -15.799633 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 95.921875 145.433594 L 91.421875 143.996094 L 92.976562 145.589844 L 91.59375 147.335938 Z M 95.921875 145.433594 "/>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.055353 0.000894605 L 1.610326 1.681817 L 3.088284 -0.00107278 L 1.607228 -1.682417 Z M 6.055353 0.000894605 " transform="matrix(0.992702,-0.0520032,-0.0520032,-0.992702,89.910761,145.749379)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="101.124124" y="147.383076"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.772802" y="148.868029"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.427965 106.731424 L 87.470287 106.731424 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -6.054194 -0.00113644 L -1.609309 1.684854 L -3.087007 -0.00113644 L -1.609309 -1.683197 Z M -6.054194 -0.00113644 " transform="matrix(0.993944,0,0,-0.993944,133.220657,23.81137)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 92.441406 23.8125 C 92.441406 22.992188 91.777344 22.324219 90.957031 22.324219 C 90.136719 22.324219 89.472656 22.992188 89.472656 23.8125 C 89.472656 24.632812 90.136719 25.296875 90.957031 25.296875 C 91.777344 25.296875 92.441406 24.632812 92.441406 23.8125 Z M 92.441406 23.8125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="120.966237" y="18.091777"/>
<use xlink:href="#glyph2-2" x="128.39294" y="18.091777"/>
<use xlink:href="#glyph2-3" x="131.693367" y="18.091777"/>
<use xlink:href="#glyph2-4" x="135.572086" y="18.091777"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="140.245958" y="18.091777"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -59.529252 102.046806 L -59.529252 120.093589 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054619 -0.0000882533 L 1.609734 1.681973 L 3.087432 -0.0000882533 L 1.609734 -1.682149 Z M 6.054619 -0.0000882533 " transform="matrix(0,-0.993944,-0.993944,0,29.374912,13.353892)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="33.171124" y="8.060889"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -59.529252 102.046806 L -77.572105 102.046806 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 8.246094 28.46875 L 12.664062 30.140625 L 11.191406 28.46875 L 12.664062 26.792969 Z M 8.246094 28.46875 "/>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.052085 0.0014944 L 1.6072 1.683555 L 3.088828 0.0014944 L 1.6072 -1.684496 Z M 6.052085 0.0014944 " transform="matrix(-0.993944,0,0,0.993944,14.26153,28.467265)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="4.006806" y="24.673677"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -58.393468 102.046806 C -58.393468 102.675613 -58.904374 103.18259 -59.529252 103.18259 C -60.154129 103.18259 -60.665036 102.675613 -60.665036 102.046806 C -60.665036 101.421928 -60.154129 100.914952 -59.529252 100.914952 C -58.904374 100.914952 -58.393468 101.421928 -58.393468 102.046806 Z M -58.393468 102.046806 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -54.993976 102.046806 C -54.993976 104.554177 -57.025811 106.582082 -59.529252 106.582082 C -62.032693 106.582082 -64.064528 104.554177 -64.064528 102.046806 C -64.064528 99.543365 -62.032693 97.511529 -59.529252 97.511529 C -57.025811 97.511529 -54.993976 99.543365 -54.993976 102.046806 Z M -54.993976 102.046806 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="38.17464" y="29.638429"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 23.484375 140.039062 C 23.484375 136.304688 20.457031 133.277344 16.722656 133.277344 C 12.988281 133.277344 9.960938 136.304688 9.960938 140.039062 C 9.960938 143.777344 12.988281 146.804688 16.722656 146.804688 C 20.457031 146.804688 23.484375 143.777344 23.484375 140.039062 Z M 23.484375 140.039062 "/>
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -65.455765 -10.203243 C -65.455765 -6.446117 -68.501553 -3.400329 -72.258679 -3.400329 C -76.015806 -3.400329 -79.061593 -6.446117 -79.061593 -10.203243 C -79.061593 -13.9643 -76.015806 -17.010088 -72.258679 -17.010088 C -68.501553 -17.010088 -65.455765 -13.9643 -65.455765 -10.203243 Z M -65.455765 -10.203243 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="14.247416" y="143.158812"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 19.765625 98.308594 C 19.765625 94.574219 16.734375 91.546875 13 91.546875 C 9.265625 91.546875 6.238281 94.574219 6.238281 98.308594 C 6.238281 102.042969 9.265625 105.070312 13 105.070312 C 16.734375 105.070312 19.765625 102.042969 19.765625 98.308594 Z M 19.765625 98.308594 "/>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -69.197171 31.781466 C -69.197171 35.538593 -72.246889 38.58438 -76.004016 38.58438 C -79.761142 38.58438 -82.80693 35.538593 -82.80693 31.781466 C -82.80693 28.02434 -79.761142 24.978552 -76.004016 24.978552 C -72.246889 24.978552 -69.197171 28.02434 -69.197171 31.781466 Z M -69.197171 31.781466 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-7" x="10.527082" y="101.427061"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 70.802951 50.303785 C 70.802951 54.060912 67.757163 57.1067 64.000037 57.1067 C 60.24291 57.1067 57.197123 54.060912 57.197123 50.303785 C 57.197123 46.546659 60.24291 43.496941 64.000037 43.496941 C 67.757163 43.496941 70.802951 46.546659 70.802951 50.303785 Z M 70.802951 50.303785 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-8" x="149.680298" y="83.018216"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.328376 48.967569 C 45.328376 52.724695 42.282588 55.770483 38.525462 55.770483 C 34.768335 55.770483 31.718617 52.724695 31.718617 48.967569 C 31.718617 45.210442 34.768335 42.164655 38.525462 42.164655 C 42.282588 42.164655 45.328376 45.210442 45.328376 48.967569 Z M 45.328376 48.967569 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-9" x="124.358569" y="84.346126"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -28.780551 72.029094 C -28.780551 75.786221 -31.826339 78.832008 -35.583465 78.832008 C -39.340592 78.832008 -42.38638 75.786221 -42.38638 72.029094 C -42.38638 68.271968 -39.340592 65.22618 -35.583465 65.22618 C -31.826339 65.22618 -28.780551 68.271968 -28.780551 72.029094 Z M -28.780551 72.029094 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-10" x="50.700328" y="61.423779"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.39613 113.789791 C 0.39613 117.546917 -2.653588 120.592705 -6.410714 120.592705 C -10.167841 120.592705 -13.213629 117.546917 -13.213629 113.789791 C -13.213629 110.032664 -10.167841 106.986877 -6.410714 106.986877 C -2.653588 106.986877 0.39613 110.032664 0.39613 113.789791 Z M 0.39613 113.789791 " transform="matrix(0.993944,0,0,-0.993944,88.543769,129.897605)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-11" x="79.697663" y="19.916659"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 247 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 135 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 12 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 250 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 396 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 5.0 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 MiB

View File

@ -0,0 +1,654 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 202.92925 215.4065"
width="202.92926"
height="215.40649"
version="1.1"
id="svg94"
sodipodi:docname="test_joints_iso.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview94"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="2.9102683"
inkscape:cx="109.9555"
inkscape:cy="121.12285"
inkscape:window-width="2534"
inkscape:window-height="1367"
inkscape:window-x="2571"
inkscape:window-y="60"
inkscape:window-maximized="1"
inkscape:current-layer="g94" />
<desc
id="desc1">bis.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
<defs
id="defs4">
<marker
style="overflow:visible"
id="marker23"
refX="0"
refY="0"
orient="auto-start-reverse"
inkscape:stockid="Concave triangle arrow"
markerWidth="1"
markerHeight="1"
viewBox="0 0 1 1"
inkscape:isstock="true"
inkscape:collect="always"
preserveAspectRatio="xMidYMid">
<path
transform="scale(0.7)"
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
id="path23" />
</marker>
<marker
style="overflow:visible"
id="marker21"
refX="0"
refY="0"
orient="auto-start-reverse"
inkscape:stockid="Concave triangle arrow"
markerWidth="1"
markerHeight="1"
viewBox="0 0 1 1"
inkscape:isstock="true"
inkscape:collect="always"
preserveAspectRatio="xMidYMid">
<path
transform="scale(0.7)"
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
id="path21" />
</marker>
<marker
id="DistanceX"
orient="auto"
refX="0"
refY="0"
style="overflow:visible">
<path
d="M 3,-3 -3,3 M 0,-5 V 5"
style="stroke:#000000;stroke-width:0.5"
id="path1" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path2" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path3" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path4" />
</pattern>
<symbol
id="*Model_Space" />
<symbol
id="*Paper_Space" />
<symbol
id="*Paper_Space0" />
<marker
style="overflow:visible"
id="ConcaveTriangle"
refX="0"
refY="0"
orient="auto-start-reverse"
inkscape:stockid="Concave triangle arrow"
markerWidth="1"
markerHeight="1"
viewBox="0 0 1 1"
inkscape:isstock="true"
inkscape:collect="always"
preserveAspectRatio="xMidYMid">
<path
transform="scale(0.7)"
d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
id="path102" />
</marker>
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g94"
transform="translate(94.104811,-1020.303)">
<path
style="fill:#0072bd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -51.674104,1193.3648 68.409001,38.9648 c 0,0 1.736831,-7.0675 1.80508,-7.4221 0.06825,-0.3546 1.133099,-7.7761 1.133099,-7.7761 l 0.469248,-6.5756 -0.373903,-8.3573 c 0,0 -0.731452,-5.9483 -0.822623,-6.5306 -0.09117,-0.5823 -1.409741,-6.7802 -1.409741,-6.7802 0,0 -0.80116,-2.936 -0.80116,-2.936 l -9.236649,-5.267 -7.86668,2.7829 c 0,0 -6.637334,1.5118 -6.637334,1.5118 0,0 -6.968176,0.9082 -6.968176,0.9082 0,0 -5.341315,0.2913 -5.341315,0.2913 l -10.677506,-0.5226 c 0,0 -6.874655,-1.1269 -6.874655,-1.1269 l -8.009203,-2.2546 -4.36416,-1.7126 -0.554586,3.7296 -0.661938,3.7407 -0.639771,2.9055 -0.57691,2.4239 z"
id="path13" />
<path
style="fill:#edb120;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -2.299398,1046.6996 c 0,0 -0.05466,-14.0453 -0.211458,-13.4053 -0.156798,0.64 -2.148115,3.6507 -2.148115,3.6507 l -2.668317,2.0785 -5.456096,2.2728 c 0,0 -2.06265,0.5614 -3.174407,0.6898 -1.111758,0.1285 -5.618853,0.3257 -5.618853,0.3257 l -3.369555,-0.2482 -4.247948,-0.8948 -1.947173,-0.6633 -3.393619,-1.7086 c 0,0 -1.977271,-1.5738 -1.977271,-1.5738 l -1.498707,-1.7368 -0.845681,-1.8745 -0.191226,14.2159 1.036933,2.5112 1.498704,1.737 1.977275,1.5738 2.498966,1.3111 2.841837,1.0607 2.075502,0.5221 3.290602,0.4817 2.251399,0.1392 4.507095,-0.1972 3.262967,-0.5392 c 0,0 2.04632,-0.5582 2.04632,-0.5582 l 3.255403,-1.287 2.624258,-1.699 1.773652,-1.6507 1.596093,-3.0862 z"
id="path12" />
<path
style="fill:#edb120;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -46.03045,1093.8684 1.238434,3.6987 2.814604,3.4069 3.333561,2.3449 4.116601,1.8989 5.980919,1.6032 6.493047,0.7055 7.884022,-0.4721 4.945271,-1.0813 4.442485,-1.6433 4.525067,-2.7447 3.184281,-3.2996 c 0,0 1.509616,-3.6659 1.509616,-3.6659 0,0 -0.41436,-4.5033 -0.41436,-4.5033 l -2.174012,-3.5559 -2.88497,-2.5304 -1.263705,-0.8231 -0.05447,-4.1387 -1.752892,3.7261 c 0,0 -1.666185,1.7015 -2.443261,2.1723 -0.777077,0.4708 -6.233173,2.7436 -6.233173,2.7436 0,0 -5.397923,0.9467 -6.528989,0.9968 -1.131066,0.05 -5.633826,-0.2287 -6.72003,-0.415 -1.086204,-0.1863 -4.214264,-0.9744 -5.108917,-1.3717 -0.894652,-0.3974 -4.206345,-2.1732 -4.788617,-2.7278 -0.582273,-0.5546 -2.08098,-2.2915 -2.408194,-2.9103 -0.327213,-0.6187 -0.762107,-2.5381 -0.762107,-2.5381 l -0.05458,4.4628 -2.043144,1.4342 -1.442496,1.2652 -1.741779,2.0344 -1.370984,2.9144 -0.277233,3.0133 -0.03472,0.1739 z"
id="path5" />
<path
style="fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
d="m -64.292946,1235.2095 -21.723061,-12.3736"
id="path103" />
<path
style="fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
d="m -64.292946,1235.2095 v -23.2798"
id="path101" />
<g
id="g6"
transform="matrix(3.8196855,0,0,3.8196855,-411.58271,843.32694)"
style="stroke-width:0.989487">
<path
style="fill:#d95319;fill-opacity:0.3;stroke:#000000;stroke-width:0.261801px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 105.37665,85.81703 1.68145,-1.61722 c 0,0 1.70184,-2.10042 1.70184,-2.10042 l 1.51456,-2.24073 0.45267,-1.39099 0.009,-0.64828 0.23624,-0.13364 c 0,0 0.37326,1.61099 0.37326,1.61099 0,0 2.68883,1.35816 2.68883,1.35816 l 0.35322,-1.45513 V 68.665835 c 0,0 -0.54366,0.347716 -0.4971,0.430451 0.0466,0.08271 -0.60717,1.101355 -0.60717,1.101355 0,0 -1.48641,1.386709 -1.48641,1.386709 0,0 -1.93223,0.73546 -1.97457,0.94218 -0.0423,0.20672 -2.47675,1.05346 -2.47675,1.05346 l -3.65722,0.57963 c 0,0 -2.8523,-0.009 -2.8523,-0.009 l -1.407003,-0.14314 -5.111221,2.73849 -0.218797,1.11072 -0.583792,0.26303 0.02913,-1.22709 -0.829914,-1.92177 -1.17383,-2.39935 -1.274963,-4.150361 0.08661,11.358511 0.65541,1.58128 1.025121,1.22325 1.765432,1.2778 1.846401,0.85506 2.096455,0.64127 2.282121,0.38399 3.6297,0.1253 z"
id="path97" />
<path
style="fill:#edb120;fill-opacity:0.3;stroke:#000000;stroke-width:0.261801px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 102.32662,46.463987 0.82178,0.05106 c 0,0 1.04127,0.201375 1.04127,0.201375 0,0 1.1203,0.451088 1.12188,0.45167 0.002,0 0.81978,0.49694 0.98762,0.636508 0.16784,0.139541 0.44076,0.440081 0.54377,0.598778 0.10301,0.158645 0.239,0.488024 0.27095,0.656194 0.032,0.168195 -0.0182,0.674052 -0.0182,0.674052 0,0 0.0625,3.405928 0.0553,3.510545 -0.007,0.104642 -0.25008,0.872304 -0.25008,0.872304 l -0.0514,0.609283 v 5.157973 c 0,0 1.55186,0.466963 1.61328,0.484161 0.0614,0.0172 1.22601,0.34618 1.27832,0.541549 0.0523,0.195368 1.11846,0.60235 1.11846,0.60235 l 0.91033,0.588989 1.03245,0.871088 c 0,0 0.95136,1.196604 0.95136,1.196604 0,0 0.26184,0.504693 0.35847,0.762 0.0966,0.257334 0.22015,0.77896 0.22015,0.77896 l 0.0553,1.044787 v 0.584253 l -0.1405,1.045686 -0.43785,1.056375 c 0,0 -0.95664,1.241169 -0.95664,1.241169 0,0 -1.67767,1.13112 -1.67767,1.13112 l -2.09672,1.02422 c 0,0 -1.60216,0.5197 -2.0265,0.6227 -0.42433,0.103 -2.42169,0.61725 -2.42169,0.61725 l -2.05841,-0.069 -2.20864,0.10909 -0.990417,-0.3119 c 0,0 -4.675262,2.62501 -4.675262,2.62501 l -0.637088,0.75542 -0.134122,0.54893 c 0,0 -0.25342,-0.1411 -0.25342,-0.1411 0,0 -0.328868,-0.83342 -0.346903,-1.12893 -0.01804,-0.29551 -1.284806,-2.80937 -1.284806,-2.80937 0,0 -0.650658,-2.01131 -0.674156,-2.08412 -0.0235,-0.0728 -1.101124,-3.585456 -1.101124,-3.585456 l 0.01992,-2.013691 0.474578,-1.552442 0.870202,-1.216449 1.426622,-1.158875 1.828325,-1.126675 c 0,0 1.454575,-0.601953 1.847054,-0.727181 0.39248,-0.125201 1.071402,-0.306572 1.071402,-0.306572 l 9e-6,-5.685235 -0.287529,-0.80772 2.91e-4,-3.909642 0.244481,-0.998326 c 0,0 0.90983,-0.816715 0.90983,-0.816715 l 1.085997,-0.705406 0.954346,-0.313849 z"
id="path96" />
<path
style="fill:#0072bd;fill-opacity:0.3;stroke:#000000;stroke-width:0.261801px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 112.13426,102.57576 7.24912,-4.12909 c 0,0 0,-14.58245 0,-14.58245 v -0.97007 l -4.9958,-2.84721 c 0,0 0.002,1.2799 -0.36737,0.83426 -0.3695,-0.44561 -2.67468,-1.58454 -2.67468,-1.58454 l -0.19983,-1.09905 -0.58391,-0.26964 0.0313,1.23465 -0.63709,1.39198 -0.73256,0.91596 -0.92691,1.25754 c 0,0 -0.57383,1.02335 -0.98103,1.21359 -0.4072,0.19023 -1.38368,1.09691 -1.38368,1.09691 l -0.7076,0.63452 -3.14253,0.38918 -2.526395,-0.3718 c 0,0 -1.814154,-0.33208 -2.247597,-0.44519 -0.433443,-0.11313 -2.104677,-0.50927 -2.104677,-0.50927 l -2.024935,-1.06841 c 0,0 -1.332357,-1.06968 -1.5451,-1.30283 -0.212743,-0.23313 -0.870176,-1.21431 -0.870176,-1.21431 l -0.387213,-1.02679 -0.05632,3.35801 0.563872,1.56437 0.509161,0.74576 0.673995,0.7021 0.797884,0.6586 1.271856,0.78306 0.712101,0.34703 c 0,0 -0.03939,0.38978 -0.04927,0.45632 -0.0099,0.0666 -0.255646,1.50553 -0.255646,1.50553 l -0.167493,0.76068 -0.151036,0.63458 1e-5,0.73461 z"
id="path95" />
<path
d="m 98.913453,47.412306 -0.101619,0.05972 -0.379467,0.260323 -0.320433,0.284904 -0.256543,0.305144 -0.188764,0.320807 -0.118123,0.331629 -0.04569,0.337317 0.02743,0.337979 0.100141,0.333507 0.17133,0.324009 0.239924,0.309509 0.30488,0.29038 0.365213,0.266833 0.420012,0.239236 0.468443,0.208068 0.509773,0.173646 0.54338,0.136658 0.56874,0.0976 0.58548,0.05705 0.59335,0.01587 0.59223,-0.02593 0.58212,-0.06726 0.5632,-0.107526 0.53573,-0.146156 0.50014,-0.18251 0.45697,-0.216164 0.40688,-0.246513 0.35061,-0.273103 0.28904,-0.295619 0.22308,-0.313584 0.15373,-0.326813 0.0821,-0.335095 0.009,-0.338323 -0.0639,-0.336364 -0.13599,-0.32938 -0.20602,-0.317341 -0.27292,-0.300541 -0.33568,-0.279108 -0.39336,-0.253551 v 0"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path5-3" />
<path
d="m 105.31155,47.168122 -0.41515,-0.207407 -0.45911,-0.17473 -0.49523,-0.139092 -0.52288,-0.101124 -0.54156,-0.06141 -0.551,-0.02037 -0.55099,0.02037 -0.54157,0.06138 -0.52287,0.101097 -0.49524,0.139118 -0.459114,0.174731 -0.415148,0.207407 -0.364076,0.236458 -0.306772,0.261541 -0.244222,0.282072 -0.177491,0.297868 -0.107725,0.308504 -0.03611,0.313849 0.03611,0.313848 0.107725,0.308505 0.177491,0.297867 0.244222,0.282046 0.306772,0.261567 0.364076,0.236432 0.415148,0.207407 0.459114,0.174757 0.49524,0.139092 0.52287,0.101097 0.54157,0.06141 0.55099,0.02037 0.551,-0.02037 0.54156,-0.06141 0.52288,-0.101097 0.49523,-0.139092 0.45911,-0.174757 0.41515,-0.207407 0.36408,-0.236432 0.30677,-0.261567 0.24422,-0.282046 0.17749,-0.297867 0.10773,-0.308505 0.0361,-0.313848 -0.0361,-0.313849 -0.10773,-0.308504 -0.17749,-0.297868 -0.24422,-0.282072 -0.30677,-0.261541 -0.36408,-0.236458"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path6" />
<path
d="m 97.502241,53.242929 0.02801,0.295698 0.10014,0.333508 0.171331,0.323929 0.239923,0.309563 0.30488,0.290406 0.365214,0.266806 0.420012,0.239236 0.468443,0.208042 0.509776,0.173673 0.54337,0.136683 0.56874,0.09758 0.58549,0.05704 0.59335,0.01587 0.59223,-0.02593 0.58212,-0.06728 0.56319,-0.107526 0.53573,-0.14613 0.50014,-0.182509 0.45698,-0.216165 0.40688,-0.246512 0.35061,-0.273103 0.28904,-0.295593 0.22307,-0.313584 0.15374,-0.32684 0.0821,-0.335121 0.0143,-0.211376"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path7" />
<path
d="m 103.39267,48.261195 -0.25409,-0.116363 -0.29206,-0.0825 -0.31637,-0.04482 -0.32589,-0.005 -0.32016,0.035 -0.29947,0.07337 -0.26478,0.108347 -0.2177,0.138245 -0.16045,0.161608 -0.0957,0.177561 -0.0265,0.185076 0.044,0.184018 0.11242,0.174281 0.17558,0.156475 0.23052,0.131312 0.27469,0.100039 0.306,0.06403 0.32302,0.0254 0.32493,-0.01508 0.31165,-0.05445 0.28378,-0.09141 0.24267,-0.124037 0.19019,-0.150786 0.12882,-0.170603 0.0614,-0.182378 -0.009,-0.185631 -0.0787,-0.180208 -0.14485,-0.16637 -0.20424,-0.144727"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path8" />
<path
d="m 97.803764,61.262926 0.0022,0.08094 0.05345,0.322104 0.123902,0.315727 0.192398,0.304403 0.25786,0.28829 0.319255,0.267573 0.375615,0.242729 0.426052,0.213916 0.469774,0.181901 0.50607,0.14687 0.53441,0.109564 0.55431,0.07059 0.56546,0.03059 0.56771,-0.01032 0.56099,-0.05062 0.54543,-0.0903 0.52127,-0.128455 0.48889,-0.164704 0.4488,-0.198331 0.40162,-0.228733 0.34812,-0.25564 0.28913,-0.278474 0.22558,-0.296968 0.15846,-0.3107 0.0888,-0.319564 0.0201,-0.242438"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path9" />
<path
d="m 93.793701,61.511132 -0.315862,0.18706 -0.601392,0.399547 -0.545935,0.424577 -0.487274,0.447173 -0.425753,0.467095 -0.361734,0.484293 -0.295592,0.498608 -0.227716,0.510063 -0.158502,0.518504 -0.08836,0.523875 -0.0177,0.52623 0.05307,0.525383 0.123522,0.5216 0.193251,0.514641 0.261846,0.504719 0.328904,0.491834 0.394033,0.476038 0.456849,0.457465 0.516983,0.436165 0.574085,0.412378 0.627817,0.38613 0.677865,0.35764 0.723935,0.32703 0.765757,0.29448 0.803085,0.26022 0.835699,0.22447 0.86341,0.18735 0.886054,0.14917 0.903504,0.11004 0.91564,0.0704 0.92241,0.0303 0.92376,-0.0103 0.9197,-0.0504 0.91024,-0.0903 0.89543,-0.1297 0.87538,-0.16838 0.85017,-0.20606 0.82,-0.24254 0.785,-0.27752 0.74539,-0.31099 0.70141,-0.34259 0.65332,-0.37216 0.6014,-0.39955 0.54593,-0.424601 0.48727,-0.447146 0.42576,-0.467095 0.36173,-0.484267 0.29559,-0.498634 0.22772,-0.51009 0.1585,-0.518477 0.0884,-0.523875 0.0177,-0.52623 -0.0531,-0.525383 -0.12352,-0.521646 -0.19325,-0.514641 -0.26185,-0.504693 -0.3289,-0.49186 -0.39403,-0.476012 -0.45685,-0.457491 -0.51699,-0.436139 -0.57408,-0.412406 -0.62782,-0.386133 v 0"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path10" />
<path
d="m 97.803764,59.883733 -0.678922,0.181371 -0.784959,0.250429 -0.748048,0.284691 -0.706527,0.317262 -0.660648,0.347901 -0.610697,0.376317 -0.55698,0.402457 -0.49983,0.426112 -0.439598,0.447146 -0.376656,0.465402 -0.311391,0.480774 -0.244207,0.493236 -0.175517,0.502629 -0.105745,0.508926 -0.03532,0.512101 0.03532,0.512075 0.105745,0.508926 0.175517,0.502629 0.244207,0.493263 0.311391,0.480747 0.376656,0.465402 0.439598,0.447173 0.49983,0.426085 0.55698,0.402457 0.610697,0.376317 0.660648,0.347899 0.706527,0.31726 0.748048,0.28472 0.784959,0.25038 0.817029,0.21457 0.844063,0.17738 0.865892,0.13909 0.882384,0.10004 0.89343,0.0602 0.89898,0.0201 0.89898,-0.0201 0.89343,-0.0602 0.88239,-0.10004 0.86589,-0.13909 0.84406,-0.17738 0.81703,-0.21457 0.78496,-0.25038 0.74805,-0.28472 0.70652,-0.31726 0.66065,-0.347899 0.6107,-0.376317 0.55698,-0.402457 0.49983,-0.426085 0.4396,-0.447173 0.37665,-0.465402 0.31139,-0.480747 0.24421,-0.493263 0.17552,-0.502629 0.10574,-0.508926 0.0353,-0.512075 -0.0353,-0.512101 -0.10574,-0.508926 -0.17552,-0.502629 -0.24421,-0.493236 -0.31139,-0.480774 -0.37665,-0.465402 -0.4396,-0.447146 -0.49983,-0.426112 -0.55698,-0.402457 -0.6107,-0.376317 v 0"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path11" />
<path
d="m 92.577074,79.46846 c 0.120674,-0.0164 0.23855,-0.0605 0.345196,-0.12978 0.106647,-0.0694 0.202755,-0.16307 0.286225,-0.28086 0.08347,-0.11779 0.152295,-0.25744 0.203947,-0.41439 0.05165,-0.1569 0.0868,-0.33454 0.1028,-0.52361 0.01599,-0.18902 0.0135,-0.38947 -0.0077,-0.60158 -0.02121,-0.21212 -0.06114,-0.43246 -0.117351,-0.65495 -0.05621,-0.22249 -0.130089,-0.45194 -0.216891,-0.6781 -0.0868,-0.22622 -0.185924,-0.44887 -0.295537,-0.66876"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path12-6" />
<path
d="m 92.658323,79.69216 c -0.0052,0 -0.01088,1.9e-4 -0.01677,0 -0.0077,-0.003 -0.01594,-0.007 -0.02406,-0.0127 -0.0082,-0.006 -0.01644,-0.0148 -0.02412,-0.0243 -0.0077,-0.01 -0.015,-0.0206 -0.02133,-0.0329 -0.0063,-0.0119 -0.01177,-0.0249 -0.01599,-0.0374 -0.0042,-0.0124 -0.0072,-0.0257 -0.0089,-0.0374 -10e-4,-0.008 -0.0015,-0.0145 -0.0015,-0.0214 0,-0.0108 0.0013,-0.0206 0.004,-0.0286 0.0026,-0.008 0.0065,-0.0148 0.01139,-0.019 0.0045,-0.005 0.01003,-0.007 0.0161,-0.008"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path13-0" />
<path
d="m 92.98533,75.45507 c 0.119253,0.23437 0.227451,0.47199 0.322383,0.71398 0.09493,0.24204 0.17525,0.48598 0.236656,0.72369 0.06141,0.2377 0.10521,0.47458 0.128283,0.70075 0.02307,0.22624 0.02587,0.44095 0.0083,0.64407 -0.01755,0.20317 -0.05591,0.39314 -0.112291,0.56176 -0.05638,0.16868 -0.131988,0.31989 -0.222833,0.44665 -0.09085,0.12673 -0.19553,0.22831 -0.31185,0.30379 -0.116319,0.0755 -0.244459,0.12388 -0.375678,0.1424"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path14-6" />
<path
d="m 94.697282,76.43024 0.687156,-0.39182 0.722664,-0.41198 0.754477,-0.43013 0.782429,-0.44604 0.80638,-0.45968 0.826206,-0.47096"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path16" />
<path
d="m 95.116175,81.09223 c -0.17656,-0.19418 -0.335005,-0.40323 -0.476596,-0.62638 -0.14159,-0.22309 -0.262894,-0.45534 -0.363623,-0.69016 -0.100728,-0.23487 -0.182396,-0.47678 -0.242103,-0.71236 -0.05971,-0.23559 -0.09845,-0.46586 -0.116633,-0.69025 -0.01818,-0.22439 -0.01497,-0.44037 0.0089,-0.63849 0.02383,-0.1981 0.06811,-0.38158 0.134122,-0.54893 0.06602,-0.16735 0.151596,-0.31335 0.257637,-0.43958 0.106041,-0.12623 0.23432,-0.2331 0.379449,-0.31584"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path17-2" />
<path
d="m 95.226419,80.97761 c 0.0053,0.006 0.01024,0.0114 0.01475,0.0185 0.0078,0.0111 0.01443,0.023 0.0192,0.0349 0.0047,0.0114 0.0078,0.0241 0.0089,0.0351 0.0011,0.0111 3.96e-4,0.022 -0.0021,0.0316 -0.0025,0.01 -0.0069,0.0177 -0.01269,0.0246 -0.0059,0.007 -0.01336,0.0119 -0.02187,0.0151 -0.0086,0.003 -0.01849,0.004 -0.02883,0.004 -0.01045,0 -0.02166,-0.003 -0.0327,-0.008 -0.01111,-0.004 -0.02235,-0.0111 -0.03281,-0.0193 -0.0078,-0.006 -0.01525,-0.013 -0.02208,-0.0204"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path18-6" />
<path
d="m 94.830926,76.62903 c -0.137824,0.0786 -0.259202,0.17941 -0.359789,0.29826 -0.100587,0.11888 -0.182853,0.25816 -0.245253,0.41495 -0.0624,0.15679 -0.104319,0.32821 -0.126851,0.51456 -0.02254,0.18629 -0.02503,0.38931 -0.0076,0.5969 0.01745,0.20756 0.05425,0.42185 0.111623,0.64254 0.05737,0.22069 0.134159,0.44241 0.229619,0.66024 0.09546,0.21783 0.211815,0.43572 0.344651,0.64103 0.132836,0.20535 0.281966,0.39913 0.449075,0.5801"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path19-1" />
<path
d="m 99.429063,74.00769 -0.827113,0.47146 -0.808165,0.4607 -0.785108,0.44757 -0.758058,0.43217 -0.72715,0.41457 -0.692543,0.39487"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path20" />
<path
d="m 114.38636,67.241451 0.001,0.06025 -0.0326,0.542819 -0.10774,0.539644 -0.18224,0.533162 -0.25561,0.523213 -0.32737,0.510143 -0.3971,0.493819 -0.46434,0.474389 -0.52867,0.45199 -0.58971,0.42683 -0.64705,0.39894 -0.70036,0.36859 -0.74928,0.33589 -0.79352,0.30117 -0.83281,0.26451 -0.86689,0.22619 -0.89554,0.1865 -0.91861,0.1456 -0.93593,0.1038 -0.9474,0.0613 -0.95295,0.0185 -0.95255,-0.0243 -0.94618,-0.0672 -0.933917,-0.10953"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path21-8" />
<path
d="m 99.372544,73.80523 0.902406,0.10912 0.91442,0.0695 0.92106,0.0296 0.92234,-0.0109 0.9182,-0.0508 0.90869,-0.0906 0.89388,-0.12991 0.87383,-0.16849 0.84867,-0.206 0.81854,-0.24239 0.78362,-0.27731 0.74413,-0.31057 0.70027,-0.3421 0.65232,-0.37156 0.60056,-0.39891 0.54527,-0.42389 0.48681,-0.446351 0.42548,-0.466249 0.36168,-0.483446 0.29576,-0.497761 0.2281,-0.509191 0.15911,-0.51763 0.0892,-0.523029 0.0207,-0.402219"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path22-7" />
<path
d="m 99.276594,73.81963 c 0.0034,-0.003 0.007,-0.004 0.01077,-0.005 0.01146,-0.005 0.02429,-0.008 0.03758,-0.01 0.01509,-0.003 0.03113,-0.003 0.047,0 2.04e-4,2e-5 3.94e-4,8e-5 6.24e-4,1e-4"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path23-9" />
<path
d="m 105.2807,85.85949 -0.90241,0.10912 -0.91442,0.0695 -0.92106,0.0296 -0.92233,-0.0109 -0.9182,-0.0508 -0.908702,-0.0906 -0.893878,-0.12996 -0.873828,-0.16846 -0.848668,-0.20603 -0.81854,-0.24234 -0.783626,-0.27733 -0.744125,-0.3106 -0.700272,-0.34208 -0.652321,-0.37158 -0.600556,-0.39888 -0.545274,-0.42386 -0.486805,-0.44638 -0.425486,-0.46628 -0.361678,-0.48342 -0.295755,-0.49776 -0.228101,-0.50916 -0.159112,-0.51763 -0.08919,-0.52306 -0.01948,-0.4994"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path24" />
<path
d="m 105.37665,85.81697 c -0.003,0.003 -0.007,0.006 -0.0108,0.008 -0.0115,0.008 -0.0243,0.0153 -0.0376,0.0206 -0.0151,0.006 -0.0311,0.0109 -0.047,0.0127 -1.9e-4,2e-5 -3.7e-4,8e-5 -6.6e-4,10e-5"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path25" />
<path
d="m 109.53707,76.26514 c 0.17656,0.0442 0.335,0.11012 0.47659,0.19979 0.14159,0.0897 0.2629,0.20148 0.36363,0.33348 0.10072,0.13195 0.18239,0.28702 0.2421,0.45818 0.0597,0.17113 0.0984,0.35849 0.11663,0.56274 0.0182,0.20424 0.015,0.42381 -0.009,0.64826 -0.0238,0.22445 -0.0681,0.45688 -0.13412,0.69503 -0.066,0.23813 -0.1516,0.47437 -0.25764,0.70792 -0.10604,0.2335 -0.23432,0.46628 -0.37945,0.68406"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path26" />
<path
d="m 109.42682,76.47231 c -0.005,0 -0.0102,-0.003 -0.0147,-0.006 -0.008,-0.004 -0.0144,-0.0111 -0.0192,-0.0191 -0.005,-0.008 -0.008,-0.0175 -0.009,-0.0276 -0.001,-0.0103 -3.7e-4,-0.0217 0.002,-0.0331 0.002,-0.0111 0.007,-0.0233 0.0127,-0.0349 0.006,-0.0114 0.0134,-0.0228 0.0219,-0.0331 0.009,-0.0106 0.0185,-0.0198 0.0288,-0.0276 0.0104,-0.008 0.0217,-0.0145 0.0327,-0.019 0.0111,-0.005 0.0224,-0.008 0.0328,-0.008 0.008,0 0.0153,8e-5 0.0221,0.003"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path27" />
<path
d="m 109.82232,80.47837 c 0.13782,-0.20309 0.2592,-0.41934 0.35978,-0.63653 0.10059,-0.21728 0.18286,-0.44022 0.24526,-0.66144 0.0624,-0.22124 0.10432,-0.43717 0.12685,-0.64746 0.0225,-0.21026 0.025,-0.41598 0.008,-0.60497 -0.0174,-0.18902 -0.0542,-0.36404 -0.11162,-0.5252 -0.0574,-0.16113 -0.13416,-0.30421 -0.22962,-0.42791 -0.0955,-0.12366 -0.21182,-0.22981 -0.34465,-0.31369 -0.13284,-0.0839 -0.28197,-0.14652 -0.44908,-0.18886"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path28-2" />
<path
d="m 90.265671,79.00408 0.03274,0.50586 0.10774,0.53967 0.182243,0.53311 0.255609,0.52327 0.327375,0.51014 0.397097,0.49377 0.464336,0.47439 0.528674,0.45204 0.589706,0.4268 0.647053,0.39897 0.700356,0.36854 0.749282,0.33594 0.793525,0.30109 0.832807,0.26451 0.866886,0.22624 0.895545,0.18648 0.918608,0.1456 0.935927,0.10377 0.9474,0.0614 0.95296,0.0185 0.95254,-0.0243 0.94619,-0.0672 0.93391,-0.10953"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path29-0" />
<path
d="m 111.77549,79.36585 0.51023,0.29096 0.45957,0.26215 0.40658,0.23193 0.35151,0.20059 0.29466,0.16819 0.2363,0.13491"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path30-2" />
<path
d="m 112.07617,74.96321 c -0.12068,0.20508 -0.23855,0.42325 -0.3452,0.64389 -0.10665,0.22064 -0.20275,0.44426 -0.28622,0.67186 -0.0835,0.22764 -0.1523,0.45444 -0.20395,0.67593 -0.0516,0.22153 -0.0868,0.44196 -0.1028,0.6505 -0.016,0.20855 -0.0135,0.406 0.008,0.59222 0.0212,0.18619 0.0611,0.35774 0.11735,0.50959 0.0562,0.15179 0.13009,0.28694 0.21689,0.39793 0.0868,0.11089 0.18593,0.1982 0.29554,0.26072"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path31-3" />
<path
d="m 111.99492,74.8651 c 0.005,-0.009 0.0109,-0.0167 0.0168,-0.0243 0.008,-0.01 0.0159,-0.0177 0.0241,-0.0241 0.008,-0.006 0.0164,-0.0108 0.0241,-0.0132 0.008,-0.003 0.015,-0.003 0.0213,0 0.006,0.003 0.0118,0.006 0.016,0.0122 0.004,0.006 0.007,0.014 0.009,0.0233 0.001,0.006 0.002,0.0119 0.002,0.0188 0,0.0108 -0.001,0.0228 -0.004,0.035 -0.003,0.0122 -0.007,0.0249 -0.0114,0.0372 -0.005,0.0111 -0.01,0.0228 -0.0161,0.0329"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path32-7" />
<path
d="m 111.66791,79.57942 c -0.11925,-0.068 -0.22745,-0.16256 -0.32238,-0.28276 -0.0949,-0.12017 -0.17525,-0.26538 -0.23666,-0.42878 -0.0614,-0.16338 -0.10521,-0.34875 -0.12828,-0.5479 -0.0231,-0.19913 -0.0259,-0.41056 -0.008,-0.63429 0.0175,-0.22376 0.0559,-0.4586 0.11229,-0.69508 0.0564,-0.23649 0.13199,-0.47993 0.22283,-0.72213 0.0908,-0.24225 0.19553,-0.48064 0.31185,-0.71631 0.11632,-0.23564 0.24446,-0.4681 0.37568,-0.68707"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path33-5" />
<path
d="m 114.02021,80.8812 c -0.004,0.01 -0.009,0.0175 -0.0129,0.0217 -0.004,0.005 -0.008,0.006 -0.0117,0.004"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path34-9" />
<path
d="m 90.265671,82.89253 0.01335,0.32325 0.08042,0.53186 0.152673,0.52665 0.224,0.51838 0.293974,0.50683 0.362174,0.49234 0.428187,0.47487 0.491616,0.45442 0.552076,0.43141 0.609203,0.4056 0.662653,0.37746 0.712101,0.34703 0.75725,0.31445 0.797829,0.28006 0.83359,0.24392 0.864318,0.2063 0.889829,0.16745 0.909967,0.12759 0.924609,0.087 0.93368,0.0458 0.9371,0.004 0.93487,-0.0371 0.92699,-0.0783 0.91352,-0.11906 0.89453,-0.15912 0.87015,-0.1982 0.8405,-0.23609 0.80579,-0.27255 0.76621,-0.30734 0.72201,-0.34033 0.67343,-0.37124 0.62081,-0.39984"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path35-2" />
<path
d="m 95.693098,65.880487 0.0091,0.19775 0.07258,0.393356 0.144362,0.386874 0.214564,0.376158 0.282415,0.361315 0.347171,0.342529 0.408125,0.319987 0.464606,0.293926 0.515998,0.264663 0.561736,0.232463 0.601319,0.197776 0.634315,0.160866 0.660361,0.122211 0.67917,0.08223 0.69054,0.04133 h 0.69434 l 0.69054,-0.04133 0.67917,-0.08223 0.66036,-0.122211 0.63432,-0.160866 0.60132,-0.197776 0.56173,-0.232463 0.516,-0.264663 0.46461,-0.293926 0.40812,-0.319987 0.34717,-0.342529 0.28242,-0.361315 0.21456,-0.376158 0.14436,-0.386874 0.0726,-0.393356 0.009,-0.19775"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path36-2" />
<path
d="m 97.803764,60.549636 -0.137137,0.245057 -0.118123,0.331602 -0.04569,0.337344 0.02743,0.337952 0.100141,0.333508 0.17133,0.323982 0.239924,0.309536 0.30488,0.29038 0.365213,0.266859 0.420012,0.239236 0.468443,0.208042 0.509773,0.173646 0.54338,0.13671 0.56874,0.09755 0.58548,0.05707 0.59335,0.01588 0.59223,-0.02619 0.58212,-0.06726 0.5632,-0.107527 0.53573,-0.146129 0.50014,-0.182563 0.45697,-0.216138 0.40688,-0.246512 0.35061,-0.273103 0.28904,-0.295619 0.22308,-0.313558 0.15373,-0.326813 0.0821,-0.335121 0.009,-0.338323 -0.0639,-0.336365 -0.13599,-0.32938 -0.0965,-0.163618"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path37-8" />
<path
d="m 97.502241,65.394395 0.02801,0.295698 0.10014,0.333507 0.171331,0.323983 0.239923,0.309536 0.30488,0.290353 0.365214,0.266833 0.420012,0.239236 0.468443,0.208042 0.509776,0.173672 0.54337,0.136658 0.56874,0.0976 0.58549,0.05705 0.59335,0.01587 0.59223,-0.02646 0.58212,-0.06726 0.56319,-0.107553 0.53573,-0.146129 0.50014,-0.18251 0.45698,-0.216164 0.40688,-0.246513 0.35061,-0.273129 0.28904,-0.295593 0.22307,-0.313557 0.15374,-0.32684 0.0821,-0.335095 0.0143,-0.211428"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path38-9" />
<path
d="m 97.502241,62.800975 -0.330836,0.215477 -0.408125,0.319987 -0.347171,0.342477 -0.282415,0.361368 -0.214564,0.376158 -0.144362,0.386847 -0.07258,0.393383 v 0.395499 l 0.07258,0.393329 0.144362,0.386901 0.214564,0.376184 0.282415,0.361289 0.347171,0.342556 0.408125,0.31996 0.464607,0.293926 0.515998,0.264663 0.561735,0.232489 0.601319,0.197723 0.634315,0.160893 0.660361,0.122211 0.67917,0.08223 0.69054,0.04135 h 0.69434 l 0.69054,-0.04135 0.67917,-0.08223 0.66036,-0.122211 0.63432,-0.160893 0.60132,-0.197723 0.56173,-0.232489 0.516,-0.264663 0.46461,-0.293926 0.40812,-0.31996 0.34717,-0.342556 0.28242,-0.361289 0.21456,-0.376184 0.14436,-0.386901 0.0726,-0.393329 v -0.395499 l -0.0726,-0.393383 -0.14436,-0.386847 -0.21456,-0.376158 -0.28242,-0.361368 -0.34717,-0.342477 -0.40812,-0.319987 -0.33084,-0.215477"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path39-7" />
<path
d="m 116.61166,97.59474 -0.0249,-0.24704 -0.0736,-0.20709 -0.11885,-0.15743 -0.15853,-0.10049 -0.1908,-0.0388 -0.21415,0.0249 -0.22748,0.0871 -0.23018,0.1453 -0.22212,0.19683 -0.20367,0.2391 -0.17569,0.27017 -0.1395,0.28866 -0.0968,0.29361 -0.0495,0.28482 v 0.26281 l 0.0495,0.22839 0.0968,0.18333 0.1395,0.12972 0.17569,0.07 0.20367,0.007 0.22212,-0.0562 0.23018,-0.11691 0.22748,-0.17209 0.21415,-0.21926 0.1908,-0.25612 0.15853,-0.28104 0.11885,-0.29286 0.0736,-0.29091 0.0249,-0.27543"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path40-3" />
<path
d="m 116.61166,88.84569 -0.0249,-0.24705 -0.0736,-0.20709 -0.11885,-0.15745 -0.15853,-0.10049 -0.1908,-0.0387 -0.21415,0.0251 -0.22748,0.0871 -0.23018,0.14534 -0.22212,0.19682 -0.20367,0.23908 -0.17569,0.27019 -0.1395,0.28861 -0.0968,0.29366 -0.0495,0.28483 v 0.26275 l 0.0495,0.22839 0.0968,0.18336 0.1395,0.1297 0.17569,0.07 0.20367,0.007 0.22212,-0.0562 0.23018,-0.1169 0.22748,-0.17205 0.21415,-0.21927 0.1908,-0.25614 0.15853,-0.28109 0.11885,-0.29282 0.0736,-0.29093 0.0249,-0.27543"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path41-6" />
<path
d="m 106.50553,91.59277 c 0,-0.13496 0.0104,-0.26035 0.0308,-0.37658 0.0204,-0.11615 0.0514,-0.22423 0.092,-0.31972 0.0406,-0.0955 0.0904,-0.17843 0.14974,-0.2491 0.0593,-0.0707 0.12865,-0.12902 0.20506,-0.17257 0.15283,-0.0871 0.34017,-0.11842 0.54693,-0.0926 0.20676,0.0259 0.4374,0.10938 0.67116,0.24243 0.11688,0.0665 0.23686,0.14669 0.35411,0.23683 0.11724,0.0901 0.23238,0.1904 0.34522,0.30081 0.11284,0.11041 0.2229,0.23098 0.32557,0.35681 0.10268,0.12589 0.19925,0.25824 0.28911,0.39762 0.0899,0.13933 0.17003,0.28101 0.24056,0.42524 0.0705,0.1442 0.13193,0.2925 0.18126,0.43926 0.0493,0.14669 0.0867,0.29128 0.11202,0.43389 0.0253,0.14258 0.0383,0.28395 0.0384,0.41725 1e-4,0.26659 -0.0519,0.51154 -0.14973,0.71138 -0.0978,0.1999 -0.24336,0.35875 -0.4206,0.46017 -0.0886,0.0507 -0.18689,0.0881 -0.28983,0.11012 -0.10294,0.022 -0.21091,0.0293 -0.32365,0.0214 -0.11275,-0.008 -0.23008,-0.0312 -0.34692,-0.0691 -0.11684,-0.0378 -0.23446,-0.09 -0.35282,-0.15729 -0.11836,-0.0673 -0.2337,-0.14751 -0.34587,-0.23992 -0.11217,-0.0924 -0.22241,-0.19834 -0.32654,-0.31383 -0.10412,-0.11541 -0.20183,-0.2396 -0.29349,-0.37227 -0.0917,-0.13266 -0.17758,-0.27476 -0.25406,-0.41939 -0.15295,-0.28919 -0.27421,-0.59973 -0.35506,-0.90119 -0.0808,-0.30144 -0.12335,-0.59976 -0.12335,-0.86966 z"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path42-1" />
<path
d="m 101.26065,89.71579 c -9.4e-4,0 -0.002,0.003 -0.003,0.004 -0.0506,0.0775 -0.12204,0.13139 -0.19625,0.17938 -0.0742,0.048 -0.15117,0.09 -0.23427,0.12028 -0.0834,0.0303 -0.17304,0.0486 -0.26599,0.0562 -0.093,0.008 -0.18922,0.005 -0.28777,-0.01 -0.0984,-0.0145 -0.19897,-0.0401 -0.299988,-0.077 -0.101021,-0.0368 -0.20245,-0.0846 -0.303482,-0.14139 -0.100538,-0.0564 -0.20068,-0.12158 -0.296535,-0.20164 -0.05007,-0.0418 -0.09896,-0.0877 -0.147861,-0.13362"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path43-2" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 105.73979,47.411195 -0.42665,-0.242491"
id="path44-9" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 99.3401,47.168704 -0.426644,0.242491"
id="path45" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 97.502244,49.35448 v 3.889693"
id="path46" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 107.151,53.244173 V 49.35448"
id="path47" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 98.913456,55.184336 0.213326,0.122819"
id="path48" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 105.52646,55.307155 0.21333,-0.122819"
id="path49" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 97.803773,54.198498 v 7.064481"
id="path50" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 106.84947,61.262979 V 54.198498"
id="path51" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 110.85953,61.511793 110.43288,61.26925"
id="path52" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 94.220362,61.26925 -0.426654,0.242543"
id="path53-3" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 114.38758,67.143185 V 66.365257"
id="path57" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 114.38758,79.00443 V 67.338474"
id="path58-9" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 114.38758,83.37918 V 79.19972"
id="path59-4" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 97.502244,61.50547 v 3.889718"
id="path60-7" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 107.151,65.395188 V 61.50547"
id="path61-8" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 95.693099,65.395188 v 0.485035"
id="path62-4" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 108.96014,65.880223 V 65.395188"
id="path63-5" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 109.82066,76.62651 -0.43281,-0.24566"
id="path64-0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 92.878908,79.36664 0.582285,-0.33385"
id="path65-3" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 113.99555,80.90676 -2.32764,-1.32594"
id="path66-6" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 111.6651,87.24054 v 0.48503"
id="path67-1" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 99.429062,74.00925 0.276364,-0.15748"
id="path68-0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 111.19422,79.03594 2.84013,1.61888"
id="path70-3" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 111.6651,87.72557 0.46916,0.26771"
id="path71-2" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 112.13426,89.70034 V 87.99328"
id="path72-0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 112.13426,89.70034 -2.41817,-1.37951"
id="path73-6" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 112.13426,102.57576 v -0.73385"
id="path74-1" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 112.13426,87.99328 7.24912,-4.12906"
id="path75-5" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 119.38338,98.44667 V 82.89415"
id="path76" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 119.38338,98.44667 -7.24912,4.12909"
id="path77" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 119.38338,82.89415 -4.9958,-2.84721"
id="path78" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 112.13426,101.84191 94.22467,91.64048"
id="path79" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="M 112.13426,102.57576 94.22467,92.37435"
id="path80-5" />
<path
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
d="m 94.22467,91.64048 v 0.73387"
id="path81" />
<path
d="m 99.126776,55.306758 a 6.8777402,6.7881541 0 0 0 6.399694,0"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path82" />
<path
d="m 110.42858,61.265387 a 13.960795,13.778948 0 0 0 -3.5791,-1.381654"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path83" />
<path
d="M 90.657694,68.910072 A 26.495425,26.150309 0 0 0 92.98533,75.45507"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path84" />
<path
d="m 90.618902,68.989183 a 26.266269,25.924137 0 0 0 2.258852,6.527247"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path87" />
<path
d="m 105.37665,85.81697 a 26.499854,26.154678 0 0 0 4.57931,-5.26237"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path88" />
<path
d="m 105.22418,85.67312 a 26.270847,25.928656 0 0 0 4.59814,-5.19475"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path89" />
<path
d="m 114.03434,80.65458 a 4.1982895,4.1436046 0 0 0 0.35323,-1.6505"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path90" />
<path
d="m 114.02021,80.8812 a 4.2021847,4.147449 0 0 0 0.36615,-1.77991"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path91" />
<path
d="m 111.66509,87.72647 a 5.5668139,5.4943033 0 0 0 2.72248,-4.34787"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path92" />
<path
d="m 112.13426,101.84154 a 22.159061,21.870429 0 0 0 0,-12.14181"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path93" />
<path
d="m 94.22466,91.63974 a 30.892181,30.489794 0 0 0 0.637058,-3.351"
style="fill:none;stroke:#000000;stroke-width:0.261801;stroke-linecap:round;stroke-dasharray:none"
id="path94" />
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.999999px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
d="m -64.292946,1235.2095 27.398292,-15.606"
id="path99" />
<path
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d95319;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
d="m -78.691938,1156.3908 24.64981,-14.0405"
id="path99-9"
sodipodi:nodetypes="cc" />
<g
inkscape:label=""
transform="translate(-39.931394,1211.3498)"
id="g104">
<g
fill="#000000"
fill-opacity="1"
id="g3"
transform="matrix(1.33333,0,0,1.33333,-158.552,-10.5885)">
<g
id="use1"
transform="translate(118.664,11.457)">
<path
d="M 4,-3.171875 C 3.640625,-3.09375 3.625,-2.78125 3.625,-2.75 c 0,0.171875 0.140625,0.296875 0.3125,0.296875 0.171875,0 0.4375,-0.140625 0.4375,-0.484375 0,-0.453125 -0.5,-0.578125 -0.796875,-0.578125 C 3.21875,-3.515625 2.90625,-3.25 2.71875,-2.9375 2.546875,-3.359375 2.140625,-3.515625 1.8125,-3.515625 c -0.875,0 -1.359375,1 -1.359375,1.21875 0,0.078125 0.0625,0.109375 0.125,0.109375 0.09375,0 0.109375,-0.046875 0.125,-0.140625 0.1875,-0.578125 0.671875,-0.96875 1.078125,-0.96875 0.3125,0 0.46875,0.234375 0.46875,0.515625 C 2.25,-2.625 2.15625,-2.25 2.09375,-2 c -0.0625,0.234375 -0.234375,0.9375 -0.28125,1.09375 -0.109375,0.421875 -0.390625,0.765625 -0.75,0.765625 -0.03125,0 -0.234375,0 -0.40625,-0.109375 0.359375,-0.09375 0.359375,-0.421875 0.359375,-0.4375 0,-0.1875 -0.140625,-0.296875 -0.3125,-0.296875 -0.21875,0 -0.453125,0.1875 -0.453125,0.484375 0,0.375 0.390625,0.578125 0.796875,0.578125 0.421875,0 0.71875,-0.3125 0.859375,-0.578125 0.1875,0.390625 0.546875,0.578125 0.9375,0.578125 0.859375,0 1.34375,-1 1.34375,-1.21875 C 4.1875,-1.21875 4.125,-1.25 4.0625,-1.25 c -0.09375,0 -0.109375,0.0625 -0.140625,0.140625 -0.15625,0.53125 -0.609375,0.96875 -1.0625,0.96875 -0.265625,0 -0.453125,-0.171875 -0.453125,-0.515625 0,-0.15625 0.046875,-0.34375 0.15625,-0.78125 0.046875,-0.25 0.21875,-0.9375 0.265625,-1.09375 0.109375,-0.421875 0.390625,-0.765625 0.75,-0.765625 0.046875,0 0.25,0 0.421875,0.125 z m 0,0"
id="path104" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="translate(-94.104914,1224.2866)"
id="g107">
<g
fill="#000000"
fill-opacity="1"
id="g106"
transform="matrix(1.33333,0,0,1.33333,-158.728,-10.5885)">
<g
id="g105"
transform="translate(118.812,11.457)">
<path
d="m 4.125,-3 c 0.03125,-0.109375 0.03125,-0.125 0.03125,-0.1875 0,-0.203125 -0.15625,-0.25 -0.25,-0.25 -0.046875,0 -0.21875,0.015625 -0.328125,0.21875 -0.015625,0.046875 -0.09375,0.328125 -0.125,0.5 L 2.96875,-0.8125 c 0,0.03125 -0.34375,0.671875 -0.921875,0.671875 -0.390625,0 -0.53125,-0.296875 -0.53125,-0.640625 0,-0.46875 0.265625,-1.171875 0.453125,-1.640625 C 2.046875,-2.625 2.078125,-2.6875 2.078125,-2.84375 c 0,-0.4375 -0.359375,-0.671875 -0.71875,-0.671875 -0.796875,0 -1.125,1.125 -1.125,1.21875 0,0.078125 0.0625,0.109375 0.125,0.109375 0.109375,0 0.109375,-0.046875 0.140625,-0.125 0.203125,-0.703125 0.546875,-0.984375 0.828125,-0.984375 0.125,0 0.1875,0.078125 0.1875,0.265625 0,0.171875 -0.0625,0.359375 -0.109375,0.5 -0.328125,0.84375 -0.46875,1.25 -0.46875,1.625 0,0.78125 0.59375,0.984375 1.0625,0.984375 0.375,0 0.640625,-0.171875 0.84375,-0.34375 -0.125,0.4375 -0.203125,0.75 -0.5,1.140625 C 2.078125,1.1875 1.765625,1.40625 1.40625,1.40625 1.265625,1.40625 0.96875,1.375 0.8125,1.140625 1.234375,1.109375 1.265625,0.75 1.265625,0.703125 c 0,-0.1875 -0.15625,-0.296875 -0.3125,-0.296875 C 0.765625,0.40625 0.5,0.546875 0.5,0.9375 0.5,1.3125 0.84375,1.625 1.40625,1.625 2.21875,1.625 3.125,0.96875 3.375,0.015625 Z m 0,0"
id="path105" />
</g>
</g>
</g>
<g
inkscape:label=""
transform="translate(-72.374634,1206.5582)"
id="g110">
<g
fill="#000000"
fill-opacity="1"
id="g109"
transform="matrix(1.33333,0,0,1.33333,-159.005,-10.5885)">
<g
id="g108"
transform="translate(118.91,11.457)">
<path
d="M 1.15625,-0.6875 C 1.4375,-0.984375 1.53125,-1.078125 2.234375,-1.65625 2.3125,-1.734375 2.875,-2.1875 3.09375,-2.40625 c 0.5,-0.484375 0.8125,-0.921875 0.8125,-1.015625 0,-0.0625 -0.0625,-0.09375 -0.125,-0.09375 -0.078125,0 -0.078125,0.015625 -0.15625,0.140625 -0.25,0.359375 -0.421875,0.421875 -0.578125,0.421875 -0.140625,0 -0.234375,-0.0625 -0.40625,-0.21875 C 2.4375,-3.375 2.28125,-3.515625 2.03125,-3.515625 c -0.640625,0 -1.046875,0.71875 -1.046875,0.9375 0,0 0,0.09375 0.125,0.09375 0.078125,0 0.109375,-0.03125 0.140625,-0.125 0.09375,-0.234375 0.4375,-0.3125 0.671875,-0.3125 0.1875,0 0.375,0.046875 0.578125,0.109375 0.328125,0.09375 0.40625,0.09375 0.578125,0.09375 -0.15625,0.171875 -0.390625,0.390625 -1,0.890625 C 1.75,-1.546875 1.40625,-1.28125 1.1875,-1.0625 c -0.578125,0.578125 -0.84375,0.96875 -0.84375,1.046875 0,0.078125 0.0625,0.09375 0.125,0.09375 C 0.546875,0.078125 0.5625,0.0625 0.609375,0 c 0.15625,-0.234375 0.40625,-0.484375 0.703125,-0.484375 0.1875,0 0.265625,0.0625 0.421875,0.21875 0.25,0.25 0.390625,0.34375 0.625,0.34375 0.828125,0 1.328125,-0.984375 1.328125,-1.234375 0,-0.078125 -0.046875,-0.109375 -0.125,-0.109375 -0.078125,0 -0.09375,0.046875 -0.125,0.140625 C 3.28125,-0.734375 2.84375,-0.515625 2.453125,-0.515625 2.296875,-0.515625 2.125,-0.5625 1.875,-0.625 1.546875,-0.703125 1.46875,-0.703125 1.34375,-0.703125 c -0.078125,0 -0.125,0 -0.1875,0.015625 z m 0,0"
id="path107" />
</g>
</g>
</g>
<text
xml:space="preserve"
style="font-size:10.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal'"
x="57.208298"
y="1039.6989"
id="text13"><tspan
sodipodi:role="line"
id="tspan13"
x="57.208298"
y="1039.6989">Interface</tspan><tspan
sodipodi:role="line"
x="57.208298"
y="1053.0322"
id="tspan16">with plates </tspan></text>
<text
xml:space="preserve"
style="font-size:10.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal'"
x="57.208298"
y="1202.6643"
id="text14"><tspan
sodipodi:role="line"
id="tspan14"
x="57.208298"
y="1202.6643">Interface</tspan><tspan
sodipodi:role="line"
x="57.208298"
y="1215.9977"
id="tspan15">with APA</tspan></text>
<path
style="fill:none;stroke:#d95319;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3, 3;stroke-dashoffset:0;stroke-opacity:1"
d="m 11.067231,1140.8772 56.974441,32.453"
id="path103-5"
sodipodi:nodetypes="cc" />
<path
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d95319;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
d="m 26.117574,1096.6916 41.207633,-23.4719"
id="path14"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d95319;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3, 3;stroke-dashoffset:0;stroke-opacity:1"
d="m -78.789974,1089.694 11.765093,6.7015"
id="path15"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:10.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal'"
x="-525.85742"
y="970.15125"
id="text17"
transform="rotate(-30)"><tspan
sodipodi:role="line"
id="tspan17"
x="-525.85742"
y="970.15125">x rotation</tspan></text>
<text
xml:space="preserve"
style="font-size:10.6667px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal'"
x="597.44928"
y="978.13995"
id="text18"
transform="rotate(30)"><tspan
sodipodi:role="line"
id="tspan18"
x="597.44928"
y="978.13995">y rotation</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker21)"
d="M 53.403997,1043.6402 H -4.099793"
id="path18"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker21)"
d="m 21.360599,1043.6402 -26.337025,45.6171"
id="path19" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker23)"
d="M 53.403997,1205.6297 H 18.094809"
id="path22"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 53 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,258 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="23.878057mm"
height="56.972549mm"
viewBox="0 0 23.878058 56.972544"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="flex_yz_plane.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="2.0578704"
inkscape:cx="0"
inkscape:cy="98.402698"
inkscape:window-width="2534"
inkscape:window-height="1367"
inkscape:window-x="2571"
inkscape:window-y="60"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-60.311542,-45.726681)">
<g
id="g5">
<path
style="fill:#0072bd;fill-opacity:0.3;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 61.062417,85.074432 v 0.564283 h -0.618585 l -0.0065,16.967655 23.619942,-0.0394 V 85.638713 l -0.618585,9e-6 0.0054,-0.544922 z"
id="path3"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#edb120;fill-opacity:0.3;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 61.056978,66.093696 v -10e-7 l 0.559688,-0.562159 h 4.477432 v -0.562158 h 1.679041 v -4.49429 L 68.052985,60.19252 V 51.197988 L 67.773139,50.918396 V 46.42113 l 0.55969,-0.562158 h 7.835483 l 0.559689,0.562158 v 4.497266 l -0.279846,0.279592 v 8.994532 l 0.279846,0.282568 v 4.49429 h 1.679041 v 0.562158 h 4.47743 l 0.559691,0.562159 v 10e-7 z"
id="path1"
sodipodi:nodetypes="ccccccccccccccccccccccccc" />
<path
d="m 61.192838,71.328461 c -0.02971,0.127989 -0.05211,0.275436 -0.06939,0.442696 -0.01728,0.167231 -0.02919,0.352797 -0.03761,0.549482 -0.0085,0.196716 -0.01354,0.409162 -0.01684,0.627879 -0.0033,0.218746 -0.0049,0.442785 -0.0056,0.672207 -7.52e-4,0.229392 -6.2e-4,0.463516 3.57e-4,0.690364 9.34e-4,0.22685 0.0029,0.450149 0.0067,0.667831 0.0038,0.217652 0.0096,0.422823 0.01894,0.615901 0.0094,0.193078 0.02259,0.375302 0.0412,0.536532"
style="fill:none;stroke:none;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path12" />
<path
d="m 61.173808,71.143456 c 1.27e-4,0 2.55e-4,0 3.85e-4,-0.0029 0.0015,-0.0067 0.0033,-0.01182 0.005,-0.01448 0.0018,-0.0029 0.0037,-0.0035 0.0057,-0.0029 0.0019,0 0.0038,0.0049 0.0056,0.01036 0.0018,0.0053 0.0035,0.01302 0.0049,0.02218 0.0014,0.0089 0.0026,0.01952 0.0035,0.03102 8.42e-4,0.01123 0.0014,0.02365 0.0016,0.03617 2.07e-4,0.01242 7.3e-5,0.02514 -3.85e-4,0.03708 -4.43e-4,0.01213 -0.0012,0.02365 -0.0023,0.0341 -0.001,0.01036 -0.0024,0.01981 -0.0039,0.0275 -3.56e-4,0.0029 -7.54e-4,0.0035 -10e-4,0.0049"
style="fill:none;stroke:none;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path13" />
<path
d="m 61.113509,76.289417 c -0.01758,-0.174034 -0.02916,-0.368706 -0.03694,-0.575712 -0.0077,-0.207038 -0.012,-0.431255 -0.0145,-0.663397 -0.0025,-0.232173 -0.0034,-0.470644 -0.0038,-0.715384 -4.43e-4,-0.244769 -4.88e-4,-0.496518 -1.49e-4,-0.740666 3.27e-4,-0.24412 9.34e-4,-0.483802 0.0031,-0.718873 0.0021,-0.235099 0.0057,-0.45973 0.0125,-0.670048 0.0068,-0.210319 0.01722,-0.409871 0.03318,-0.588073 0.01595,-0.178204 0.03736,-0.336178 0.06694,-0.473808"
style="fill:none;stroke:none;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path14" />
<path
d="m 83.327334,71.143456 c 0.02945,0.137009 0.05098,0.295102 0.06705,0.474931 0.01607,0.179828 0.02628,0.377608 0.03313,0.588458 0.0068,0.210881 0.01041,0.439119 0.01249,0.672946 0.0021,0.233799 0.0028,0.473866 0.0031,0.720292 3.17e-4,0.246426 3.17e-4,0.496815 -2.11e-4,0.739722 -4.22e-4,0.242906 -0.0013,0.482027 -0.0039,0.715117 -0.0025,0.233089 -0.0066,0.452837 -0.01449,0.659667 -0.0078,0.206802 -0.01946,0.402035 -0.03691,0.574828"
style="fill:none;stroke:none;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path17" />
<path
d="m 83.308304,71.328461 c -8.9e-4,-0.0041 -0.0018,-0.0089 -0.0026,-0.0139 -0.0014,-0.0089 -0.0026,-0.01952 -0.0035,-0.03102 -8.42e-4,-0.01123 -0.0014,-0.02365 -0.0016,-0.03614 -2.11e-4,-0.01242 -8.5e-5,-0.02514 4.23e-4,-0.03712 4.23e-4,-0.01213 0.0012,-0.02365 0.0023,-0.0341 0.001,-0.01036 0.0024,-0.01981 0.0039,-0.0275 0.0015,-0.0077 0.0033,-0.0139 0.005,-0.01804 0.0019,-0.0041 0.0038,-0.0063 0.0057,-0.0063 0.0019,0 0.0038,0.0029 0.0056,0.0065 0.0012,0.0032 0.0026,0.0074 0.0037,0.01272"
style="fill:none;stroke:none;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path18" />
<path
d="m 83.370526,76.131353 c 0.0187,-0.161967 0.0319,-0.344223 0.04125,-0.537448 0.0093,-0.193255 0.01514,-0.401444 0.01897,-0.61877 0.0038,-0.217298 0.0057,-0.440007 0.0066,-0.667979 8.9e-4,-0.228001 10e-4,-0.462983 3.18e-4,-0.690954 -7.54e-4,-0.227974 -0.0023,-0.451777 -0.0057,-0.671293 -0.0033,-0.219515 -0.0085,-0.42924 -0.01685,-0.62557 -0.0085,-0.196331 -0.02042,-0.382577 -0.03762,-0.548863 -0.0172,-0.166254 -0.03952,-0.313642 -0.06933,-0.442015"
style="fill:none;stroke:none;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path19" />
<path
style="fill:#0072bd;fill-opacity:0.3;stroke:#000000;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 81.863183,80.847299 H 62.637959 c -0.0044,0 -0.0088,8.89e-4 -0.0131,-0.0022 -0.0086,-0.0031 -0.01688,-0.0089 -0.02428,-0.01747 -0.0033,-0.004 -0.0065,-0.0073 -0.0094,-0.01232 -0.812335,-1.385193 -1.372853,-3.237168 -1.534204,-4.834278 v 9.11278 h 22.387183 v -9.112773 c -0.161349,1.597106 -0.721868,3.449086 -1.534203,4.834288 -0.0016,0.0031 -0.0034,0.0056 -0.0052,0.008 -0.0056,0.0077 -0.0118,0.01361 -0.01828,0.01773 -0.0074,0.0048 -0.02327,0.0062 -0.02327,0.0062 l 0.0096,-8.89e-4"
id="path37"
sodipodi:nodetypes="ccccccccccccsc" />
<path
style="fill:#edb120;fill-opacity:0.3;stroke:#000000;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 72.390898,73.872768 c 0.0017,-0.126177 0.01051,-0.251921 0.02621,-0.375714 0.03082,-0.242906 0.08805,-0.482029 0.172152,-0.715117 0.0841,-0.233118 0.19227,-0.452869 0.323662,-0.659669 0.131392,-0.206828 0.288093,-0.402063 0.461122,-0.575135 l 4.532712,-4.524869 c 0.0029,-0.0029 0.0058,-0.0064 0.0089,-0.0088 0.0095,-0.0077 0.02008,-0.0136 0.03105,-0.01774 0.01245,-0.0048 0.02619,-0.0069 0.03921,-0.006 h 5.458235 V 66.093696 H 61.056978 v 0.896039 h 5.458236 c 0.01408,0 0.0284,0.002 0.04173,0.0069 0.01355,0.0053 0.02656,0.0149 0.03743,0.02555 l 4.532715,4.524868 c 0.174082,0.174136 0.327506,0.365113 0.459971,0.573332 0.132466,0.208188 0.242074,0.431903 0.325182,0.662477 0.08311,0.230575 0.141519,0.473334 0.172255,0.717838 0.01551,0.123394 0.02414,0.246894 0.02589,0.370507"
id="path2" />
<path
style="font-variation-settings:normal;fill:#d95319;fill-opacity:0.3;stroke:#000000;stroke-width:0.264582;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 72.11039,73.871331 c 0.0017,0.121353 -0.0032,0.242815 -0.01479,0.364393 -0.02335,0.245421 -0.0744,0.489658 -0.150478,0.72254 -0.07608,0.232913 -0.178836,0.459759 -0.30496,0.671881 -0.126123,0.212153 -0.27366,0.407596 -0.442256,0.586446 -0.168597,0.178857 -0.358716,0.340321 -0.560297,0.476827 -0.008,0.0053 -0.01673,0.0098 -0.0258,0.01303 -0.01187,0.004 -0.02459,0.0063 -0.03714,0.0063 -0.01264,0 -0.02546,-0.0031 -0.03738,-0.0065 -0.01194,-0.004 -0.02333,-0.01063 -0.03319,-0.01863 -0.0098,-0.008 -0.01837,-0.01773 -0.02496,-0.02867 -0.0065,-0.01062 -0.01129,-0.02276 -0.01389,-0.03497 -0.0016,-0.0077 -0.0024,-0.01538 -0.0024,-0.02307 0,-0.01245 0.0021,-0.02484 0.0063,-0.03666 0.0041,-0.01156 0.01017,-0.02276 0.01782,-0.03249 0.0071,-0.0089 0.01566,-0.01685 0.0251,-0.02325 0.187937,-0.127203 0.365538,-0.277993 0.522686,-0.444693 0.157147,-0.166669 0.295038,-0.349129 0.41308,-0.547678 0.118045,-0.198576 0.213415,-0.40922 0.284506,-0.626783 0.07109,-0.217563 0.118829,-0.446424 0.140557,-0.674959 0.02173,-0.228564 0.01837,-0.457334 -0.01048,-0.686313 -0.02884,-0.228978 -0.08318,-0.454259 -0.160762,-0.669455 -0.07758,-0.215199 -0.180377,-0.424778 -0.30373,-0.618593 -0.123371,-0.193886 -0.266398,-0.372029 -0.429011,-0.533908 L 66.46893,67.211595 h -5.411887 v 8.716765 c 0.183576,1.590239 0.780745,3.325602 1.608813,4.696756 h 19.169563 c 0.828067,-1.371154 1.425236,-3.106517 1.608811,-4.696756 v -8.716765 h -5.411885 l -4.499928,4.494481 c -0.162199,0.161466 -0.308306,0.343689 -0.430976,0.536944 -0.122672,0.193226 -0.224858,0.401444 -0.302932,0.618741 -0.07807,0.217326 -0.131225,0.440006 -0.159808,0.668008 -0.02858,0.228002 -0.03178,0.462984 -0.0096,0.690957 0.02215,0.227972 0.0689,0.451776 0.140854,0.671289 0.07196,0.219516 0.167652,0.429215 0.28453,0.625541 0.116877,0.196331 0.257592,0.382609 0.414732,0.548865 0.15714,0.166283 0.330556,0.313672 0.520088,0.442044 0.006,0.004 0.01161,0.0086 0.01672,0.0139 0.0089,0.0089 0.01633,0.01951 0.02173,0.03107 0.0053,0.01124 0.0088,0.02364 0.01008,0.03613 0.0012,0.0124 4.24e-4,0.02515 -0.0024,0.03706 -0.0029,0.01214 -0.0078,0.02364 -0.01435,0.03413 -0.0066,0.01036 -0.01512,0.01982 -0.02477,0.02751 -0.0098,0.0077 -0.02097,0.0139 -0.03272,0.01805 -0.01189,0.004 -0.02464,0.0063 -0.03721,0.0063 -0.01266,0 -0.0255,-0.0031 -0.03746,-0.0065 -0.0089,-0.0031 -0.01744,-0.0074 -0.02527,-0.01262 -0.202282,-0.136905 -0.388719,-0.295027 -0.558493,-0.474856 -0.169774,-0.179803 -0.31877,-0.377583 -0.444131,-0.58846 -0.125361,-0.210878 -0.228983,-0.439088 -0.30527,-0.672917 -0.07628,-0.233828 -0.126461,-0.473896 -0.149997,-0.720321 -0.01153,-0.120824 -0.01642,-0.242599 -0.01476,-0.363976"
id="path5"
sodipodi:nodetypes="cccccccsccccscccccsscscccccccccccccsssscccccccccscccsssc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 83.444163,66.093696 -0.55969,-0.562159"
id="path28" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 61.616666,65.531537 -0.559688,0.562159"
id="path29" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 66.094098,64.969378 v 0.562159"
id="path30" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 78.407043,65.531537 V 64.969378"
id="path31" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 67.773139,60.475088 v 4.49429"
id="path32" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 76.728001,64.969378 v -4.49429"
id="path33" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 67.773139,46.42113 v 4.497266"
id="path34" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 76.728001,50.918396 V 46.42113"
id="path35" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 67.773139,50.918396 0.279846,0.279592"
id="path36" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 76.448156,51.197988 0.279845,-0.279592"
id="path37-5" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 76.728001,46.42113 76.168312,45.858972"
id="path38" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 68.332829,45.858972 -0.55969,0.562158"
id="path39" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 76.728001,60.475088 76.448156,60.19252"
id="path40" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 68.052985,60.19252 -0.279846,0.282568"
id="path41" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 68.052985,51.197988 V 60.19252"
id="path42" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 76.448156,60.19252 V 51.197988"
id="path43" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 61.056978,66.093696 H 83.444163"
id="path44" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 61.616666,65.531537 H 82.884473"
id="path58" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 66.094098,64.969378 H 78.407043"
id="path59" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 67.773139,60.475088 h 8.954862"
id="path60" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 67.773139,50.918396 h 8.954862"
id="path61" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 67.773139,46.42113 h 8.954862"
id="path62" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 68.052985,51.197988 h 8.395171"
id="path63" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 68.332829,45.858972 h 7.835483"
id="path64" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="m 68.052985,60.19252 h 8.395171"
id="path65" />
<path
d="m 73.656136,89.871662 c 0,0.183639 -0.03541,0.364366 -0.104809,0.534448 -0.0347,0.08498 -0.07726,0.165878 -0.12766,0.242482 -0.0504,0.07662 -0.109342,0.149611 -0.173984,0.215148 -0.12928,0.131132 -0.286179,0.237504 -0.456254,0.308979 -0.170075,0.07143 -0.35669,0.109225 -0.541558,0.109452 -0.184871,1.48e-4 -0.37091,-0.03698 -0.542026,-0.10855 -0.171117,-0.07154 -0.326494,-0.176358 -0.457397,-0.308859 -0.130901,-0.13246 -0.232967,-0.288103 -0.302392,-0.458038 -0.06942,-0.169941 -0.105057,-0.351379 -0.105057,-0.535049"
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
id="path21" />
<path
d="m 75.511482,94.667359 c 0,-0.156638 0.01532,-0.310675 0.04536,-0.46217 0.03002,-0.151518 0.07547,-0.302048 0.134754,-0.445499 0.05928,-0.143452 0.13182,-0.279544 0.217495,-0.408276 0.08568,-0.128768 0.185346,-0.25061 0.294197,-0.359795 0.217699,-0.218425 0.480973,-0.394965 0.765058,-0.513151 0.284087,-0.118238 0.594973,-0.180571 0.903202,-0.180749 0.154112,-7.1e-5 0.310669,0.0152 0.462131,0.04557 0.151465,0.03017 0.29871,0.07504 0.44172,0.134346 0.143009,0.05932 0.281153,0.133513 0.409036,0.219228 0.127887,0.08576 0.247149,0.183616 0.357422,0.294179 0.110274,0.110576 0.207909,0.230157 0.293429,0.358378 0.08553,0.128265 0.159522,0.266801 0.218805,0.410253 0.05928,0.143488 0.104001,0.291186 0.134268,0.443096 0.03027,0.151904 0.04577,0.30904 0.04583,0.463719 1.14e-4,0.309385 -0.06172,0.621361 -0.179299,0.906626 -0.117578,0.285247 -0.293246,0.549581 -0.510725,0.76824 -0.108734,0.109355 -0.23007,0.20945 -0.358284,0.29552 -0.128216,0.0861 -0.263715,0.158981 -0.406581,0.218605 -0.142867,0.05958 -0.292892,0.10539 -0.443828,0.135608 -0.150935,0.03016 -0.304368,0.04585 -0.460406,0.04594 -0.156036,1.5e-4 -0.309731,-0.01522 -0.46072,-0.0451 -0.15099,-0.03007 -0.300986,-0.07545 -0.444038,-0.134833 -0.143053,-0.0593 -0.278711,-0.132041 -0.407069,-0.217886 C 76.434876,96.553391 76.31336,96.453455 76.204422,96.344303 75.986546,96.126 75.810435,95.861978 75.692381,95.57698 75.574328,95.292009 75.511483,94.980692 75.511483,94.667363 Z"
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
id="path22" />
<path
d="m 64.266957,94.667359 c 0,-0.156638 0.01532,-0.310675 0.04536,-0.46217 0.03002,-0.151518 0.07547,-0.302048 0.134755,-0.445499 0.05928,-0.143452 0.131817,-0.279544 0.217495,-0.408276 0.08568,-0.128768 0.185346,-0.25061 0.294197,-0.359795 0.217699,-0.218425 0.480972,-0.394965 0.765058,-0.513151 0.284086,-0.118238 0.59497,-0.180571 0.903199,-0.180749 0.154114,-7.1e-5 0.310671,0.0152 0.462135,0.04557 0.151463,0.03017 0.298709,0.07504 0.441719,0.134346 0.143009,0.05932 0.281151,0.133513 0.409036,0.219228 0.127886,0.08576 0.247148,0.183616 0.357421,0.294179 0.110275,0.110576 0.20791,0.230157 0.293429,0.358378 0.08552,0.128265 0.159521,0.266801 0.218805,0.410253 0.05928,0.143488 0.104,0.291186 0.134269,0.443096 0.03026,0.151904 0.04577,0.30904 0.04583,0.463719 1.13e-4,0.309385 -0.06171,0.621361 -0.179299,0.906626 -0.117577,0.285247 -0.293246,0.549581 -0.510724,0.76824 -0.108735,0.109355 -0.230071,0.20945 -0.358285,0.29552 -0.128215,0.0861 -0.263715,0.158981 -0.406582,0.218605 -0.142865,0.05958 -0.292892,0.10539 -0.443828,0.135608 -0.150935,0.03016 -0.304367,0.04585 -0.460405,0.04594 -0.156036,1.5e-4 -0.309732,-0.01522 -0.46072,-0.0451 -0.15099,-0.03007 -0.300986,-0.07545 -0.444038,-0.134833 -0.143053,-0.0593 -0.278711,-0.132041 -0.407069,-0.217886 C 65.190356,96.553388 65.06884,96.453455 64.959902,96.344303 64.742022,96.126 64.56591,95.861978 64.447857,95.57698 64.329803,95.292009 64.266958,94.980692 64.266958,94.667363 Z"
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
id="path23" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="m 83.438724,85.074432 v 0.564283"
id="path53" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 61.062417,85.638715 V 85.074432"
id="path55" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 84.057309,102.56694 V 85.638715"
id="path66" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 84.057309,102.56694 H 60.443832"
id="path67" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 60.443832,85.638715 V 102.56694"
id="path68" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 84.057309,101.71305 H 60.443832"
id="path69" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 70.845005,89.872263 V 87.050895"
id="path70" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="m 73.656136,87.050895 v 2.821368"
id="path71" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 84.057309,87.621137 H 73.656136"
id="path72" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="M 70.845005,87.621137 H 60.443832"
id="path73" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="m 83.438724,85.638715 h 0.618585"
id="path74" />
<path
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
d="m 60.443832,85.638715 h 0.618585"
id="path75" />
<path
d="m 73.656136,87.050628 a 1.4055659,1.4105084 0 0 0 -2.811131,0"
style="fill:none;stroke:#000000;stroke-width:0.264581;stroke-linecap:round;stroke-dasharray:none"
id="path80" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 4.8 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 526 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 251 KiB

View File

@ -0,0 +1,248 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="299.383" height="166.445" viewBox="0 0 299.383 166.445">
<defs>
<g>
<g id="glyph-0-0">
</g>
<g id="glyph-0-1">
<path d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.828125 -1.515625 4.796875 -1.515625 C 4.71875 -1.515625 4.6875 -1.484375 4.671875 -1.40625 C 4.34375 -0.34375 3.671875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.96875 -1.640625 L 3.3125 -3 C 3.375 -3.25 3.609375 -4.171875 4.296875 -4.171875 C 4.34375 -4.171875 4.578125 -4.171875 4.796875 -4.03125 C 4.515625 -3.984375 4.3125 -3.734375 4.3125 -3.5 C 4.3125 -3.34375 4.421875 -3.15625 4.6875 -3.15625 C 4.90625 -3.15625 5.234375 -3.328125 5.234375 -3.734375 C 5.234375 -4.25 4.640625 -4.390625 4.3125 -4.390625 C 3.734375 -4.390625 3.390625 -3.859375 3.265625 -3.625 C 3.015625 -4.28125 2.484375 -4.390625 2.1875 -4.390625 C 1.15625 -4.390625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.921875 1.828125 -4.171875 2.171875 -4.171875 C 2.359375 -4.171875 2.703125 -4.078125 2.703125 -3.5 C 2.703125 -3.1875 2.546875 -2.53125 2.171875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.578125 2.265625 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.359375 0.109375 4.921875 -1.171875 4.921875 -1.421875 Z M 4.921875 -1.421875 "/>
</g>
<g id="glyph-0-2">
<path d="M 6.703125 -4.71875 L 6.96875 -6.4375 C 6.96875 -6.484375 6.984375 -6.578125 6.984375 -6.609375 C 6.984375 -6.71875 6.890625 -6.71875 6.71875 -6.71875 L 1.203125 -6.71875 C 0.96875 -6.71875 0.96875 -6.703125 0.890625 -6.515625 L 0.296875 -4.765625 C 0.28125 -4.75 0.234375 -4.59375 0.234375 -4.59375 C 0.234375 -4.53125 0.28125 -4.484375 0.359375 -4.484375 C 0.453125 -4.484375 0.46875 -4.53125 0.53125 -4.6875 C 1.0625 -6.234375 1.3125 -6.40625 2.78125 -6.40625 L 3.171875 -6.40625 C 3.453125 -6.40625 3.453125 -6.375 3.453125 -6.296875 C 3.453125 -6.234375 3.421875 -6.109375 3.40625 -6.078125 L 2.078125 -0.78125 C 2 -0.421875 1.96875 -0.3125 0.90625 -0.3125 C 0.546875 -0.3125 0.484375 -0.3125 0.484375 -0.125 C 0.484375 0 0.59375 0 0.65625 0 C 0.921875 0 1.203125 -0.015625 1.46875 -0.015625 L 2.3125 -0.03125 L 3.140625 -0.015625 C 3.421875 -0.015625 3.71875 0 4 0 C 4.09375 0 4.21875 0 4.21875 -0.203125 C 4.21875 -0.3125 4.140625 -0.3125 3.875 -0.3125 C 3.625 -0.3125 3.5 -0.3125 3.25 -0.328125 C 2.953125 -0.359375 2.875 -0.390625 2.875 -0.546875 C 2.875 -0.546875 2.875 -0.609375 2.921875 -0.75 L 4.234375 -6.015625 C 4.3125 -6.296875 4.34375 -6.359375 4.46875 -6.390625 C 4.546875 -6.40625 4.875 -6.40625 5.09375 -6.40625 C 6.09375 -6.40625 6.53125 -6.375 6.53125 -5.59375 C 6.53125 -5.453125 6.5 -5.0625 6.453125 -4.796875 C 6.453125 -4.765625 6.421875 -4.640625 6.421875 -4.609375 C 6.421875 -4.546875 6.453125 -4.484375 6.546875 -4.484375 C 6.65625 -4.484375 6.671875 -4.5625 6.703125 -4.71875 Z M 6.703125 -4.71875 "/>
</g>
<g id="glyph-0-3">
<path d="M 4.515625 -4.953125 C 4.515625 -5.609375 4.328125 -7 3.328125 -7 C 1.9375 -7 0.421875 -4.203125 0.421875 -1.921875 C 0.421875 -0.984375 0.703125 0.109375 1.609375 0.109375 C 3 0.109375 4.515625 -2.734375 4.515625 -4.953125 Z M 3.546875 -3.609375 L 1.46875 -3.609375 C 1.640625 -4.234375 1.828125 -5.03125 2.234375 -5.734375 C 2.5 -6.21875 2.875 -6.78125 3.3125 -6.78125 C 3.796875 -6.78125 3.859375 -6.140625 3.859375 -5.578125 C 3.859375 -5.09375 3.78125 -4.578125 3.546875 -3.609375 Z M 3.453125 -3.28125 C 3.34375 -2.828125 3.140625 -1.984375 2.765625 -1.265625 C 2.40625 -0.59375 2.03125 -0.109375 1.609375 -0.109375 C 1.28125 -0.109375 1.078125 -0.390625 1.078125 -1.3125 C 1.078125 -1.734375 1.125 -2.3125 1.390625 -3.28125 Z M 3.453125 -3.28125 "/>
</g>
<g id="glyph-0-4">
<path d="M 4.3125 -1.421875 C 4.3125 -1.46875 4.28125 -1.515625 4.203125 -1.515625 C 4.109375 -1.515625 4.09375 -1.453125 4.0625 -1.390625 C 3.828125 -0.75 3.1875 -0.5625 2.875 -0.5625 C 2.671875 -0.5625 2.484375 -0.609375 2.28125 -0.6875 C 1.9375 -0.8125 1.796875 -0.859375 1.59375 -0.859375 C 1.59375 -0.859375 1.40625 -0.859375 1.3125 -0.828125 C 1.859375 -1.40625 2.140625 -1.640625 2.5 -1.953125 C 2.5 -1.953125 3.109375 -2.484375 3.46875 -2.84375 C 4.421875 -3.765625 4.640625 -4.25 4.640625 -4.28125 C 4.640625 -4.390625 4.53125 -4.390625 4.53125 -4.390625 C 4.453125 -4.390625 4.421875 -4.359375 4.375 -4.28125 C 4.078125 -3.796875 3.875 -3.640625 3.625 -3.640625 C 3.390625 -3.640625 3.28125 -3.796875 3.125 -3.953125 C 2.9375 -4.1875 2.765625 -4.390625 2.4375 -4.390625 C 1.703125 -4.390625 1.234375 -3.46875 1.234375 -3.25 C 1.234375 -3.203125 1.265625 -3.140625 1.359375 -3.140625 C 1.453125 -3.140625 1.46875 -3.1875 1.484375 -3.25 C 1.671875 -3.703125 2.25 -3.71875 2.328125 -3.71875 C 2.546875 -3.71875 2.734375 -3.65625 2.953125 -3.578125 C 3.359375 -3.421875 3.46875 -3.421875 3.71875 -3.421875 C 3.359375 -3 2.53125 -2.28125 2.34375 -2.125 L 1.453125 -1.296875 C 0.78125 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.359375 1.234375 -0.640625 1.546875 -0.640625 C 1.78125 -0.640625 1.875 -0.546875 2.125 -0.265625 C 2.296875 -0.046875 2.46875 0.109375 2.765625 0.109375 C 3.734375 0.109375 4.3125 -1.15625 4.3125 -1.421875 Z M 4.3125 -1.421875 "/>
</g>
<g id="glyph-0-5">
<path d="M 4.828125 -3.78125 C 4.859375 -3.921875 4.859375 -3.9375 4.859375 -4.015625 C 4.859375 -4.1875 4.71875 -4.28125 4.578125 -4.28125 C 4.46875 -4.28125 4.3125 -4.21875 4.234375 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.09375 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.40625 -0.796875 2.96875 -0.109375 2.328125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.578125 C 2.40625 -4.015625 2.09375 -4.390625 1.59375 -4.390625 C 0.65625 -4.390625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.875 1.234375 -4.171875 1.5625 -4.171875 C 1.640625 -4.171875 1.8125 -4.171875 1.8125 -3.84375 C 1.8125 -3.609375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.109375 1.078125 -1.53125 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.671875 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.96875 1.78125 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.875 0.015625 Z M 4.828125 -3.78125 "/>
</g>
<g id="glyph-1-0">
</g>
<g id="glyph-1-1">
<path d="M 4.3125 -1 C 4.3125 -1.078125 4.21875 -1.078125 4.203125 -1.078125 C 4.109375 -1.078125 4.09375 -1.046875 4.0625 -0.96875 C 3.90625 -0.40625 3.609375 -0.125 3.328125 -0.125 C 3.1875 -0.125 3.15625 -0.21875 3.15625 -0.375 C 3.15625 -0.53125 3.1875 -0.625 3.3125 -0.9375 C 3.40625 -1.140625 3.6875 -1.890625 3.6875 -2.28125 C 3.6875 -2.390625 3.6875 -2.671875 3.421875 -2.875 C 3.3125 -2.96875 3.109375 -3.0625 2.78125 -3.0625 C 2.28125 -3.0625 1.90625 -2.78125 1.640625 -2.484375 L 2.171875 -4.609375 C 2.1875 -4.625 2.203125 -4.734375 2.203125 -4.734375 C 2.203125 -4.765625 2.171875 -4.828125 2.09375 -4.828125 C 1.953125 -4.828125 1.375 -4.765625 1.203125 -4.75 C 1.140625 -4.75 1.046875 -4.734375 1.046875 -4.59375 C 1.046875 -4.5 1.140625 -4.5 1.234375 -4.5 C 1.5625 -4.5 1.5625 -4.453125 1.5625 -4.390625 C 1.5625 -4.34375 1.546875 -4.296875 1.53125 -4.234375 L 0.5625 -0.3125 C 0.515625 -0.1875 0.515625 -0.15625 0.515625 -0.15625 C 0.515625 -0.046875 0.609375 0.0625 0.765625 0.0625 C 0.828125 0.0625 0.96875 0.03125 1.046875 -0.109375 C 1.0625 -0.15625 1.125 -0.40625 1.15625 -0.546875 L 1.328125 -1.171875 C 1.34375 -1.265625 1.40625 -1.53125 1.4375 -1.640625 C 1.5 -1.90625 1.5 -1.90625 1.640625 -2.140625 C 1.859375 -2.46875 2.21875 -2.875 2.75 -2.875 C 3.140625 -2.875 3.15625 -2.546875 3.15625 -2.390625 C 3.15625 -1.96875 2.859375 -1.203125 2.75 -0.90625 C 2.671875 -0.703125 2.65625 -0.640625 2.65625 -0.53125 C 2.65625 -0.15625 2.953125 0.0625 3.3125 0.0625 C 4 0.0625 4.3125 -0.890625 4.3125 -1 Z M 4.3125 -1 "/>
</g>
<g id="glyph-1-2">
<path d="M 3.859375 -2.625 C 3.890625 -2.71875 3.890625 -2.734375 3.890625 -2.78125 C 3.890625 -2.90625 3.78125 -3 3.671875 -3 C 3.59375 -3 3.453125 -2.96875 3.375 -2.828125 C 3.359375 -2.78125 3.296875 -2.5625 3.265625 -2.421875 L 3.125 -1.84375 L 2.84375 -0.734375 C 2.84375 -0.734375 2.53125 -0.125 1.984375 -0.125 C 1.515625 -0.125 1.515625 -0.578125 1.515625 -0.703125 C 1.515625 -1.078125 1.671875 -1.515625 1.890625 -2.046875 C 1.96875 -2.28125 2 -2.359375 2 -2.46875 C 2 -2.8125 1.71875 -3.0625 1.34375 -3.0625 C 0.640625 -3.0625 0.328125 -2.125 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.953125 0.5625 -2.015625 C 0.75 -2.59375 1.046875 -2.875 1.328125 -2.875 C 1.4375 -2.875 1.5 -2.796875 1.5 -2.625 C 1.5 -2.46875 1.4375 -2.3125 1.390625 -2.21875 C 1.0625 -1.375 1 -1.125 1 -0.8125 C 1 -0.703125 1 -0.375 1.265625 -0.140625 C 1.484375 0.03125 1.765625 0.0625 1.953125 0.0625 C 2.234375 0.0625 2.484375 -0.03125 2.71875 -0.25 C 2.625 0.140625 2.546875 0.4375 2.265625 0.78125 C 2.078125 1 1.796875 1.21875 1.421875 1.21875 C 1.375 1.21875 1.046875 1.21875 0.90625 1 C 1.28125 0.953125 1.28125 0.609375 1.28125 0.609375 C 1.28125 0.390625 1.078125 0.34375 1.015625 0.34375 C 0.828125 0.34375 0.609375 0.484375 0.609375 0.8125 C 0.609375 1.15625 0.9375 1.421875 1.4375 1.421875 C 2.140625 1.421875 2.984375 0.875 3.203125 0 Z M 3.859375 -2.625 "/>
</g>
<g id="glyph-1-3">
<path d="M 2.9375 0.46875 L 3.703125 -2.5625 C 3.734375 -2.671875 3.734375 -2.71875 3.734375 -2.71875 C 3.734375 -2.859375 3.609375 -2.9375 3.484375 -2.9375 C 3.328125 -2.9375 3.203125 -2.796875 3.171875 -2.671875 C 3.046875 -2.859375 2.8125 -3.0625 2.453125 -3.0625 C 1.578125 -3.0625 0.671875 -2.140625 0.671875 -1.140625 C 0.671875 -0.421875 1.15625 0 1.734375 0 C 2.046875 0 2.359375 -0.15625 2.59375 -0.375 C 2.484375 0.0625 2.5625 -0.1875 2.453125 0.25 C 2.375 0.546875 2.328125 0.734375 2.0625 0.96875 C 1.75 1.21875 1.453125 1.21875 1.28125 1.21875 C 0.953125 1.21875 0.875 1.203125 0.75 1.171875 C 0.921875 1.09375 0.96875 0.921875 0.96875 0.828125 C 0.96875 0.65625 0.828125 0.5625 0.703125 0.5625 C 0.5 0.5625 0.296875 0.734375 0.296875 1 C 0.296875 1.40625 0.890625 1.421875 1.28125 1.421875 C 2.375 1.421875 2.84375 0.859375 2.9375 0.46875 Z M 2.734375 -0.921875 C 2.71875 -0.828125 2.71875 -0.8125 2.59375 -0.671875 C 2.34375 -0.375 2.015625 -0.1875 1.75 -0.1875 C 1.390625 -0.1875 1.234375 -0.5 1.234375 -0.859375 C 1.234375 -1.15625 1.421875 -1.9375 1.59375 -2.25 C 1.890625 -2.734375 2.21875 -2.875 2.453125 -2.875 C 2.9375 -2.875 3.078125 -2.34375 3.078125 -2.28125 C 3.078125 -2.28125 3.078125 -2.25 3.046875 -2.171875 Z M 2.734375 -0.921875 "/>
</g>
<g id="glyph-1-4">
<path d="M 4.203125 -4.40625 C 4.203125 -4.71875 3.859375 -4.890625 3.5 -4.890625 C 3.203125 -4.890625 2.859375 -4.71875 2.671875 -4.375 C 2.53125 -4.109375 2.46875 -3.796875 2.328125 -3 L 1.78125 -3 C 1.640625 -3 1.546875 -3 1.546875 -2.84375 C 1.546875 -2.75 1.640625 -2.75 1.765625 -2.75 L 2.28125 -2.75 L 1.671875 0.546875 C 1.640625 0.703125 1.515625 1.21875 1.1875 1.21875 C 1.1875 1.21875 1.015625 1.21875 0.875 1.140625 C 1.15625 1.046875 1.1875 0.796875 1.1875 0.765625 C 1.1875 0.609375 1.0625 0.5 0.90625 0.5 C 0.71875 0.5 0.5 0.65625 0.5 0.921875 C 0.5 1.234375 0.828125 1.421875 1.1875 1.421875 C 1.625 1.421875 1.9375 0.953125 2.015625 0.8125 C 2.265625 0.34375 2.421875 -0.515625 2.4375 -0.59375 L 2.828125 -2.75 L 3.515625 -2.75 C 3.65625 -2.75 3.734375 -2.75 3.734375 -2.90625 C 3.734375 -3 3.65625 -3 3.53125 -3 L 2.875 -3 C 3.03125 -3.875 3.09375 -4.203125 3.15625 -4.40625 C 3.1875 -4.546875 3.34375 -4.703125 3.5 -4.703125 C 3.5 -4.703125 3.703125 -4.703125 3.828125 -4.609375 C 3.546875 -4.53125 3.53125 -4.28125 3.53125 -4.234375 C 3.53125 -4.078125 3.640625 -3.984375 3.796875 -3.984375 C 3.984375 -3.984375 4.203125 -4.140625 4.203125 -4.40625 Z M 4.203125 -4.40625 "/>
</g>
<g id="glyph-1-5">
<path d="M 3.46875 -1.015625 C 3.46875 -1.09375 3.390625 -1.09375 3.34375 -1.09375 C 3.265625 -1.09375 3.25 -1.0625 3.21875 -0.984375 C 3.09375 -0.640625 2.671875 -0.46875 2.34375 -0.46875 C 2.171875 -0.46875 2 -0.5 1.828125 -0.546875 C 1.515625 -0.625 1.453125 -0.625 1.328125 -0.625 C 1.328125 -0.625 1.203125 -0.625 1.171875 -0.609375 C 1.34375 -0.796875 1.46875 -0.921875 2.0625 -1.390625 C 2.21875 -1.515625 2.734375 -1.9375 2.9375 -2.125 C 3.359375 -2.546875 3.625 -2.90625 3.625 -2.984375 C 3.625 -3.0625 3.53125 -3.0625 3.5 -3.0625 C 3.4375 -3.0625 3.421875 -3.046875 3.390625 -3 C 3.171875 -2.671875 3.03125 -2.578125 2.859375 -2.578125 C 2.78125 -2.578125 2.671875 -2.578125 2.46875 -2.78125 C 2.21875 -3.015625 2.078125 -3.0625 1.90625 -3.0625 C 1.359375 -3.0625 0.984375 -2.46875 0.984375 -2.25 C 0.984375 -2.1875 1.046875 -2.171875 1.09375 -2.171875 C 1.1875 -2.171875 1.203125 -2.1875 1.21875 -2.265625 C 1.328125 -2.515625 1.71875 -2.53125 1.828125 -2.53125 C 1.984375 -2.53125 2.171875 -2.484375 2.265625 -2.46875 C 2.65625 -2.375 2.703125 -2.375 2.875 -2.375 C 2.6875 -2.1875 2.5625 -2.0625 1.90625 -1.53125 C 1.359375 -1.109375 1.171875 -0.9375 1.046875 -0.796875 C 0.625 -0.375 0.421875 -0.078125 0.421875 -0.015625 C 0.421875 0.0625 0.515625 0.0625 0.546875 0.0625 C 0.609375 0.0625 0.625 0.0625 0.65625 0 C 0.84375 -0.265625 1.0625 -0.421875 1.296875 -0.421875 C 1.390625 -0.421875 1.484375 -0.421875 1.671875 -0.25 C 1.890625 -0.03125 2.03125 0.0625 2.25 0.0625 C 3 0.0625 3.46875 -0.765625 3.46875 -1.015625 Z M 3.46875 -1.015625 "/>
</g>
<g id="glyph-2-0">
</g>
<g id="glyph-2-1">
<path d="M 3.15625 -1.96875 C 3.15625 -2.09375 3.046875 -2.25 2.8125 -2.25 C 2.6875 -2.25 2.421875 -2.21875 2.171875 -2.015625 C 2.046875 -2.09375 1.828125 -2.203125 1.515625 -2.203125 C 0.9375 -2.203125 0.53125 -1.84375 0.53125 -1.46875 C 0.53125 -1.21875 0.703125 -1.03125 0.78125 -0.96875 C 0.671875 -0.828125 0.640625 -0.671875 0.640625 -0.5625 C 0.640625 -0.296875 0.8125 -0.140625 0.84375 -0.109375 C 0.59375 -0.046875 0.3125 0.125 0.3125 0.375 C 0.3125 0.78125 0.96875 1.03125 1.6875 1.03125 C 2.359375 1.03125 3.0625 0.8125 3.0625 0.375 C 3.0625 0.15625 2.9375 -0.09375 2.6875 -0.203125 C 2.359375 -0.375 2.046875 -0.375 1.515625 -0.375 C 1.390625 -0.375 1.171875 -0.375 1.140625 -0.375 C 0.90625 -0.40625 0.84375 -0.609375 0.84375 -0.703125 C 0.84375 -0.796875 0.90625 -0.875 0.921875 -0.875 C 0.921875 -0.875 0.9375 -0.875 0.953125 -0.875 C 1.140625 -0.765625 1.34375 -0.734375 1.515625 -0.734375 C 2.109375 -0.734375 2.515625 -1.078125 2.515625 -1.46875 C 2.515625 -1.703125 2.34375 -1.875 2.28125 -1.9375 C 2.53125 -2.078125 2.75 -2.078125 2.828125 -2.09375 C 2.8125 -2.0625 2.78125 -2.03125 2.78125 -1.96875 C 2.78125 -1.875 2.859375 -1.78125 2.96875 -1.78125 C 3.09375 -1.78125 3.15625 -1.875 3.15625 -1.96875 Z M 2.078125 -1.46875 C 2.078125 -1.1875 1.953125 -0.90625 1.515625 -0.90625 C 1.078125 -0.90625 0.96875 -1.1875 0.96875 -1.46875 C 0.96875 -1.734375 1.078125 -2.03125 1.515625 -2.03125 C 1.953125 -2.03125 2.078125 -1.75 2.078125 -1.46875 Z M 2.71875 0.375 C 2.71875 0.625 2.28125 0.859375 1.6875 0.859375 C 1.125 0.859375 0.65625 0.640625 0.65625 0.375 C 0.65625 0.21875 0.828125 0.015625 1.203125 0.015625 L 1.53125 0.015625 C 2.015625 0.015625 2.71875 0.015625 2.71875 0.375 Z M 2.71875 0.375 "/>
</g>
<g id="glyph-2-2">
<path d="M 2.71875 -0.59375 C 2.71875 -0.671875 2.640625 -0.671875 2.609375 -0.671875 C 2.53125 -0.671875 2.53125 -0.65625 2.5 -0.59375 C 2.359375 -0.25 2 -0.125 1.71875 -0.125 C 1.3125 -0.125 1.09375 -0.34375 1.015625 -0.4375 C 0.8125 -0.671875 0.8125 -0.984375 0.8125 -1.125 L 2.5625 -1.125 C 2.671875 -1.125 2.71875 -1.125 2.71875 -1.234375 C 2.71875 -1.5625 2.53125 -2.21875 1.609375 -2.21875 C 0.859375 -2.21875 0.328125 -1.6875 0.328125 -1.09375 C 0.328125 -0.46875 0.921875 0.046875 1.6875 0.046875 C 2.46875 0.046875 2.71875 -0.5 2.71875 -0.59375 Z M 2.328125 -1.265625 L 0.828125 -1.265625 C 0.890625 -1.921875 1.375 -2.0625 1.609375 -2.0625 C 2.296875 -2.0625 2.328125 -1.421875 2.328125 -1.265625 Z M 2.328125 -1.265625 "/>
</g>
<g id="glyph-2-3">
<path d="M 3.0625 -1.0625 C 3.0625 -1.671875 2.46875 -2.21875 1.6875 -2.21875 C 0.90625 -2.21875 0.328125 -1.671875 0.328125 -1.0625 C 0.328125 -0.46875 0.921875 0.046875 1.6875 0.046875 C 2.46875 0.046875 3.0625 -0.46875 3.0625 -1.0625 Z M 2.5625 -1.109375 C 2.5625 -0.859375 2.5625 -0.125 1.6875 -0.125 C 0.8125 -0.125 0.8125 -0.859375 0.8125 -1.109375 C 0.8125 -1.328125 0.8125 -2.0625 1.6875 -2.0625 C 2.5625 -2.0625 2.5625 -1.328125 2.5625 -1.109375 Z M 2.5625 -1.109375 "/>
</g>
<g id="glyph-2-4">
<path d="M 3.359375 -1.078125 C 3.359375 -1.671875 2.8125 -2.203125 2.078125 -2.203125 C 1.6875 -2.203125 1.375 -2.0625 1.21875 -1.90625 L 1.21875 -2.203125 L 0.375 -2.140625 L 0.375 -1.921875 C 0.734375 -1.921875 0.796875 -1.921875 0.796875 -1.703125 L 0.796875 0.546875 C 0.796875 0.703125 0.796875 0.75 0.46875 0.75 L 0.375 0.75 L 0.375 0.96875 C 0.59375 0.953125 0.796875 0.9375 1.015625 0.9375 C 1.21875 0.9375 1.4375 0.953125 1.640625 0.96875 L 1.640625 0.75 L 1.5625 0.75 C 1.234375 0.75 1.234375 0.703125 1.234375 0.546875 L 1.234375 -0.234375 C 1.453125 -0.046875 1.71875 0.046875 2 0.046875 C 2.75 0.046875 3.359375 -0.453125 3.359375 -1.078125 Z M 2.859375 -1.078125 C 2.859375 -0.53125 2.453125 -0.109375 1.96875 -0.109375 C 1.734375 -0.109375 1.46875 -0.203125 1.296875 -0.421875 C 1.234375 -0.515625 1.234375 -0.515625 1.234375 -0.609375 L 1.234375 -1.65625 C 1.453125 -1.953125 1.828125 -2.015625 2.015625 -2.015625 C 2.515625 -2.015625 2.859375 -1.578125 2.859375 -1.078125 Z M 2.859375 -1.078125 "/>
</g>
<g id="glyph-2-5">
<path d="M 3.390625 0 L 3.390625 -0.21875 L 3.296875 -0.21875 C 2.984375 -0.21875 2.984375 -0.265625 2.984375 -0.421875 L 2.984375 -1.5 C 2.984375 -2.046875 2.609375 -2.203125 2.140625 -2.203125 C 1.578125 -2.203125 1.3125 -1.859375 1.234375 -1.75 L 1.234375 -3.453125 L 0.40625 -3.390625 L 0.40625 -3.171875 C 0.78125 -3.171875 0.8125 -3.140625 0.8125 -2.890625 L 0.8125 -0.421875 C 0.8125 -0.265625 0.8125 -0.21875 0.5 -0.21875 L 0.40625 -0.21875 L 0.40625 0 C 0.625 -0.015625 0.828125 -0.015625 1.046875 -0.015625 C 1.25 -0.015625 1.46875 -0.015625 1.671875 0 L 1.671875 -0.21875 L 1.578125 -0.21875 C 1.265625 -0.21875 1.265625 -0.265625 1.265625 -0.421875 L 1.265625 -1.28125 C 1.265625 -1.84375 1.78125 -2.03125 2.09375 -2.03125 C 2.453125 -2.03125 2.53125 -1.828125 2.53125 -1.5 L 2.53125 -0.421875 C 2.53125 -0.265625 2.53125 -0.21875 2.21875 -0.21875 L 2.125 -0.21875 L 2.125 0 C 2.34375 -0.015625 2.546875 -0.015625 2.765625 -0.015625 C 2.96875 -0.015625 3.1875 -0.015625 3.390625 0 Z M 3.390625 0 "/>
</g>
<g id="glyph-2-6">
<path d="M 3.390625 0 L 3.390625 -0.21875 L 3.296875 -0.21875 C 2.984375 -0.21875 2.984375 -0.265625 2.984375 -0.421875 L 2.984375 -1.5 C 2.984375 -2.046875 2.609375 -2.203125 2.140625 -2.203125 C 1.609375 -2.203125 1.34375 -1.90625 1.21875 -1.703125 L 1.21875 -2.203125 L 0.40625 -2.140625 L 0.40625 -1.921875 C 0.78125 -1.921875 0.8125 -1.890625 0.8125 -1.640625 L 0.8125 -0.421875 C 0.8125 -0.265625 0.8125 -0.21875 0.5 -0.21875 L 0.40625 -0.21875 L 0.40625 0 C 0.625 -0.015625 0.828125 -0.015625 1.046875 -0.015625 C 1.25 -0.015625 1.46875 -0.015625 1.671875 0 L 1.671875 -0.21875 L 1.578125 -0.21875 C 1.265625 -0.21875 1.265625 -0.265625 1.265625 -0.421875 L 1.265625 -1.28125 C 1.265625 -1.84375 1.78125 -2.03125 2.09375 -2.03125 C 2.453125 -2.03125 2.53125 -1.828125 2.53125 -1.5 L 2.53125 -0.421875 C 2.53125 -0.265625 2.53125 -0.21875 2.21875 -0.21875 L 2.125 -0.21875 L 2.125 0 C 2.34375 -0.015625 2.546875 -0.015625 2.765625 -0.015625 C 2.96875 -0.015625 3.1875 -0.015625 3.390625 0 Z M 3.390625 0 "/>
</g>
<g id="glyph-3-0">
</g>
<g id="glyph-3-1">
<path d="M 7.296875 -2.40625 L 7.296875 -2.703125 L 6.078125 -2.671875 C 5.6875 -2.671875 4.84375 -2.671875 4.484375 -2.703125 L 4.484375 -2.40625 L 4.796875 -2.40625 C 5.6875 -2.40625 5.71875 -2.296875 5.71875 -1.921875 L 5.71875 -1.296875 C 5.71875 -0.171875 4.46875 -0.09375 4.1875 -0.09375 C 3.546875 -0.09375 1.578125 -0.4375 1.578125 -3.390625 C 1.578125 -6.359375 3.53125 -6.6875 4.125 -6.6875 C 5.1875 -6.6875 6.09375 -5.796875 6.296875 -4.328125 C 6.3125 -4.203125 6.3125 -4.171875 6.453125 -4.171875 C 6.609375 -4.171875 6.609375 -4.203125 6.609375 -4.40625 L 6.609375 -6.75 C 6.609375 -6.921875 6.609375 -7 6.5 -7 C 6.453125 -7 6.421875 -7 6.34375 -6.875 L 5.84375 -6.140625 C 5.53125 -6.453125 4.984375 -7 4.015625 -7 C 2.15625 -7 0.5625 -5.421875 0.5625 -3.390625 C 0.5625 -1.359375 2.140625 0.21875 4.03125 0.21875 C 4.75 0.21875 5.546875 -0.046875 5.890625 -0.625 C 6.015625 -0.40625 6.40625 -0.015625 6.515625 -0.015625 C 6.609375 -0.015625 6.609375 -0.09375 6.609375 -0.234375 L 6.609375 -1.96875 C 6.609375 -2.34375 6.640625 -2.40625 7.296875 -2.40625 Z M 7.296875 -2.40625 "/>
</g>
<g id="glyph-3-2">
<path d="M 3.609375 -3.78125 C 3.609375 -4.09375 3.296875 -4.390625 2.875 -4.390625 C 2.15625 -4.390625 1.796875 -3.71875 1.65625 -3.296875 L 1.65625 -4.390625 L 0.28125 -4.28125 L 0.28125 -3.96875 C 0.96875 -3.96875 1.046875 -3.90625 1.046875 -3.40625 L 1.046875 -0.75 C 1.046875 -0.3125 0.9375 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.8125 -0.03125 2.265625 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.453125 -0.3125 C 1.71875 -0.3125 1.703125 -0.421875 1.703125 -0.78125 L 1.703125 -2.296875 C 1.703125 -3.28125 2.125 -4.171875 2.875 -4.171875 C 2.953125 -4.171875 2.96875 -4.171875 2.984375 -4.15625 C 2.953125 -4.140625 2.765625 -4.03125 2.765625 -3.765625 C 2.765625 -3.5 2.96875 -3.34375 3.1875 -3.34375 C 3.359375 -3.34375 3.609375 -3.46875 3.609375 -3.78125 Z M 3.609375 -3.78125 "/>
</g>
<g id="glyph-3-3">
<path d="M 4.796875 -0.890625 L 4.796875 -1.4375 L 4.546875 -1.4375 L 4.546875 -0.890625 C 4.546875 -0.3125 4.296875 -0.25 4.1875 -0.25 C 3.859375 -0.25 3.8125 -0.6875 3.8125 -0.75 L 3.8125 -2.734375 C 3.8125 -3.140625 3.8125 -3.53125 3.46875 -3.90625 C 3.078125 -4.28125 2.578125 -4.4375 2.109375 -4.4375 C 1.296875 -4.4375 0.609375 -3.984375 0.609375 -3.328125 C 0.609375 -3.03125 0.796875 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.0625 1.515625 -3.3125 C 1.515625 -3.4375 1.46875 -3.765625 1.015625 -3.765625 C 1.28125 -4.125 1.765625 -4.234375 2.078125 -4.234375 C 2.5625 -4.234375 3.140625 -3.84375 3.140625 -2.953125 L 3.140625 -2.59375 C 2.625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.890625 0.3125 -1.375 0.3125 -0.9375 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.015625 -0.28125 3.203125 -0.75 C 3.25 -0.359375 3.515625 0.0625 3.984375 0.0625 C 4.1875 0.0625 4.796875 -0.078125 4.796875 -0.890625 Z M 3.140625 -1.390625 C 3.140625 -0.453125 2.421875 -0.109375 1.96875 -0.109375 C 1.484375 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.328125 3.140625 -2.375 Z M 3.140625 -1.390625 "/>
</g>
<g id="glyph-3-4">
<path d="M 5.3125 0 L 5.3125 -0.3125 C 4.796875 -0.3125 4.546875 -0.3125 4.53125 -0.609375 L 4.53125 -2.5 C 4.53125 -3.359375 4.53125 -3.65625 4.234375 -4.015625 C 4.09375 -4.1875 3.765625 -4.390625 3.1875 -4.390625 C 2.453125 -4.390625 2 -3.953125 1.71875 -3.34375 L 1.71875 -4.390625 L 0.3125 -4.28125 L 0.3125 -3.96875 C 1.015625 -3.96875 1.09375 -3.90625 1.09375 -3.40625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.546875 0 L 2.546875 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.578125 C 1.78125 -3.609375 2.484375 -4.171875 3.109375 -4.171875 C 3.734375 -4.171875 3.84375 -3.625 3.84375 -3.0625 L 3.84375 -0.75 C 3.84375 -0.3125 3.734375 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 Z M 5.3125 0 "/>
</g>
<g id="glyph-3-5">
<path d="M 2.453125 0 L 2.453125 -0.3125 C 1.796875 -0.3125 1.75 -0.359375 1.75 -0.75 L 1.75 -4.390625 L 0.359375 -4.28125 L 0.359375 -3.96875 C 1.015625 -3.96875 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.765625 -0.03125 2.109375 -0.015625 2.453125 0 Z M 1.90625 -6 C 1.90625 -6.265625 1.671875 -6.515625 1.375 -6.515625 C 1.046875 -6.515625 0.84375 -6.234375 0.84375 -6 C 0.84375 -5.71875 1.078125 -5.46875 1.375 -5.46875 C 1.703125 -5.46875 1.90625 -5.75 1.90625 -6 Z M 1.90625 -6 "/>
</g>
<g id="glyph-3-6">
<path d="M 3.296875 -1.234375 L 3.296875 -1.796875 L 3.046875 -1.796875 L 3.046875 -1.25 C 3.046875 -0.515625 2.75 -0.140625 2.375 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.203125 L 1.71875 -3.96875 L 3.140625 -3.96875 L 3.140625 -4.28125 L 1.71875 -4.28125 L 1.71875 -6.109375 L 1.46875 -6.109375 C 1.453125 -5.28125 1.15625 -4.234375 0.1875 -4.1875 L 0.1875 -3.96875 L 1.03125 -3.96875 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.015625 0.109375 3.296875 -0.59375 3.296875 -1.234375 Z M 3.296875 -1.234375 "/>
</g>
<g id="glyph-3-7">
<path d="M 4.125 -1.1875 C 4.125 -1.28125 4.03125 -1.296875 3.984375 -1.296875 C 3.90625 -1.296875 3.875 -1.234375 3.859375 -1.15625 C 3.515625 -0.140625 2.625 -0.140625 2.515625 -0.140625 C 2.03125 -0.140625 1.625 -0.4375 1.40625 -0.796875 C 1.09375 -1.28125 1.09375 -1.9375 1.09375 -2.296875 L 3.875 -2.296875 C 4.09375 -2.296875 4.125 -2.296875 4.125 -2.5 C 4.125 -3.484375 3.578125 -4.4375 2.34375 -4.4375 C 1.1875 -4.4375 0.28125 -3.421875 0.28125 -2.1875 C 0.28125 -0.859375 1.3125 0.109375 2.453125 0.109375 C 3.671875 0.109375 4.125 -0.984375 4.125 -1.1875 Z M 3.46875 -2.5 L 1.109375 -2.5 C 1.171875 -3.984375 2 -4.234375 2.34375 -4.234375 C 3.359375 -4.234375 3.46875 -2.890625 3.46875 -2.5 Z M 3.46875 -2.5 "/>
</g>
</g>
<clipPath id="clip-0">
<path clip-rule="nonzero" d="M 258 96 L 298.578125 96 L 298.578125 127 L 258 127 Z M 258 96 "/>
</clipPath>
<clipPath id="clip-1">
<path clip-rule="nonzero" d="M 0.191406 123 L 273 123 L 273 165.890625 L 0.191406 165.890625 Z M 0.191406 123 "/>
</clipPath>
<clipPath id="clip-2">
<path clip-rule="nonzero" d="M 221 145 L 256 145 L 256 165.890625 L 221 165.890625 Z M 221 145 "/>
</clipPath>
<clipPath id="clip-3">
<path clip-rule="nonzero" d="M 244 145 L 278 145 L 278 165.890625 L 244 165.890625 Z M 244 145 "/>
</clipPath>
<clipPath id="clip-4">
<path clip-rule="nonzero" d="M 256 135 L 288 135 L 288 165.890625 L 256 165.890625 Z M 256 135 "/>
</clipPath>
<clipPath id="clip-5">
<path clip-rule="nonzero" d="M 258 136 L 298.578125 136 L 298.578125 165.890625 L 258 165.890625 Z M 258 136 "/>
</clipPath>
<clipPath id="clip-6">
<path clip-rule="nonzero" d="M 0.191406 13 L 33 13 L 33 46 L 0.191406 46 Z M 0.191406 13 "/>
</clipPath>
</defs>
<path fill-rule="nonzero" fill="rgb(69.999695%, 69.999695%, 69.999695%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 22.677305 44.875463 L 39.686959 44.875463 L 39.686959 55.645631 L -39.686201 55.645631 L -39.686201 44.875463 L -22.676547 44.875463 L -22.676547 10.860074 L 22.677305 10.860074 Z M 22.677305 44.875463 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(39.99939%, 39.99939%, 39.99939%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -68.030399 35.237965 C -61.175587 31.279497 -53.975878 27.920678 -46.537094 25.212459 L 46.537852 25.212459 C 53.976636 27.920678 61.176344 31.279497 68.031157 35.237965 L 68.031157 55.645631 L 42.520595 55.645631 L 42.520595 42.041827 L -42.519837 42.041827 L -42.519837 55.645631 L -68.030399 55.645631 Z M -68.030399 35.237965 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -37.416941 55.645631 L -37.416941 63.131446 L 37.417698 63.131446 L 37.417698 55.645631 Z M -37.416941 55.645631 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.613079 83.539112 L -30.613079 89.66102 L 30.613837 89.66102 L 30.613837 83.539112 Z M -30.613079 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.000378714 63.131446 L 23.610092 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.000378714 63.131446 L -23.609335 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.417116 63.131446 L -23.609335 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.417116 63.131446 L 0.000378714 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 30.413954 63.131446 L 0.000378714 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 30.413954 63.131446 L 23.610092 83.539112 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M -14.17172 95.234229 L -14.17172 92.596557 C -14.17172 92.541687 -14.140366 92.467221 -14.101173 92.428028 L -11.408631 89.731567 C -11.369438 89.692374 -11.30673 89.692374 -11.267537 89.731567 L -8.574995 92.428028 C -8.535803 92.467221 -8.504448 92.541687 -8.504448 92.596557 L -8.504448 95.234229 C -8.504448 95.289099 -8.54756 95.332211 -8.60243 95.332211 L -14.073738 95.332211 C -14.128608 95.332211 -14.17172 95.289099 -14.17172 95.234229 Z M -14.17172 95.234229 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 8.505206 95.234229 L 8.505206 92.596557 C 8.505206 92.541687 8.53656 92.467221 8.575753 92.428028 L 11.268295 89.731567 C 11.307487 89.692374 11.370196 89.692374 11.409389 89.731567 L 14.101931 92.428028 C 14.141123 92.467221 14.172478 92.541687 14.172478 92.596557 L 14.172478 95.234229 C 14.172478 95.289099 14.129366 95.332211 14.074496 95.332211 L 8.603188 95.332211 C 8.548318 95.332211 8.505206 95.289099 8.505206 95.234229 Z M 8.505206 95.234229 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 17.010033 100.999483 L 17.010033 106.670674 L 22.677305 106.670674 L 22.677305 100.999483 Z M 17.010033 100.999483 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 24.170548 103.837038 C 24.170548 104.660086 23.504272 105.330282 22.677305 105.330282 C 21.850338 105.330282 21.184061 104.660086 21.184061 103.837038 C 21.184061 103.010071 21.850338 102.339875 22.677305 102.339875 C 23.504272 102.339875 24.170548 103.010071 24.170548 103.837038 Z M 24.170548 103.837038 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 22.677305 103.837038 C 29.414539 103.837038 32.949725 100.999483 39.686959 100.999483 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="170.939649" y="8.083048"/>
</g>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-1-1" x="176.614726" y="9.572083"/>
</g>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M -17.009275 95.332211 L -17.009275 112.341865 L 17.010033 112.341865 L 17.010033 95.332211 Z M -17.009275 95.332211 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="123.10814" y="11.780718"/>
<use xlink:href="#glyph-2-2" x="126.487146" y="11.780718"/>
<use xlink:href="#glyph-2-3" x="129.521102" y="11.780718"/>
<use xlink:href="#glyph-2-4" x="132.900108" y="11.780718"/>
<use xlink:href="#glyph-2-5" x="136.623667" y="11.780718"/>
<use xlink:href="#glyph-2-3" x="140.347226" y="11.780718"/>
<use xlink:href="#glyph-2-6" x="143.726232" y="11.780718"/>
<use xlink:href="#glyph-2-2" x="147.449791" y="11.780718"/>
</g>
<path fill-rule="nonzero" fill="rgb(59.999084%, 59.999084%, 59.999084%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -85.040053 -10.20603 L -85.040053 -5.103134 L 85.040811 -5.103134 L 85.040811 -10.20603 Z M -85.040053 -10.20603 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(89.99939%, 89.99939%, 89.99939%)" fill-opacity="0.5" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -85.040053 -3.402168 L -85.040053 40.819013 L 85.040811 40.819013 L 85.040811 -3.402168 L 59.530249 -3.402168 L 59.530249 17.009416 L -59.529491 17.009416 L -59.529491 -3.402168 Z M -85.040053 -3.402168 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -65.48287 6.803624 C -65.48287 10.562209 -68.528147 13.607486 -72.286732 13.607486 C -76.041397 13.607486 -79.086674 10.562209 -79.086674 6.803624 C -79.086674 3.045039 -76.041397 -0.000237593 -72.286732 -0.000237593 C -68.528147 -0.000237593 -65.48287 3.045039 -65.48287 6.803624 Z M -65.48287 6.803624 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 79.087432 6.803624 C 79.087432 10.562209 76.042155 13.607486 72.28357 13.607486 C 68.528904 13.607486 65.483628 10.562209 65.483628 6.803624 C 65.483628 3.045039 68.528904 -0.000237593 72.28357 -0.000237593 C 76.042155 -0.000237593 79.087432 3.045039 79.087432 6.803624 Z M 79.087432 6.803624 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 73.42016 6.803624 C 73.42016 7.430708 72.910654 7.936295 72.28357 7.936295 C 71.660405 7.936295 71.1509 7.430708 71.1509 6.803624 C 71.1509 6.17654 71.660405 5.670954 72.28357 5.670954 C 72.910654 5.670954 73.42016 6.17654 73.42016 6.803624 Z M 73.42016 6.803624 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 76.535984 6.803624 C 76.535984 9.15127 74.635135 11.056038 72.28357 11.056038 C 69.935924 11.056038 68.031157 9.15127 68.031157 6.803624 C 68.031157 4.455978 69.935924 2.551211 72.28357 2.551211 C 74.635135 2.551211 76.535984 4.455978 76.535984 6.803624 Z M 76.535984 6.803624 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2" x="203.551906" y="95.88129"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2" x="209.354557" y="97.370325"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -40.77576 19.701959 C -50.867893 22.786428 -60.595534 27.015326 -69.731365 32.29067 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 40.776517 19.701959 C 50.868651 22.786428 60.592372 27.015326 69.732122 32.29067 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 99.21291 -4.63674 L 99.21291 -7.270493 C 99.21291 -7.325363 99.244264 -7.403748 99.283456 -7.439022 L 101.979918 -10.135483 C 102.015191 -10.174676 102.081819 -10.174676 102.121012 -10.135483 L 104.813554 -7.439022 C 104.852746 -7.403748 104.884101 -7.325363 104.884101 -7.270493 L 104.884101 -4.63674 C 104.884101 -4.58187 104.837069 -4.534839 104.782199 -4.534839 L 99.314811 -4.534839 C 99.259941 -4.534839 99.21291 -4.58187 99.21291 -4.63674 Z M 99.21291 -4.63674 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 121.889835 -4.63674 L 121.889835 -7.270493 C 121.889835 -7.325363 121.92119 -7.403748 121.960382 -7.439022 L 124.656844 -10.135483 C 124.696036 -10.174676 124.758745 -10.174676 124.797938 -10.135483 L 127.49048 -7.439022 C 127.529672 -7.403748 127.561027 -7.325363 127.561027 -7.270493 L 127.561027 -4.63674 C 127.561027 -4.58187 127.517915 -4.534839 127.463045 -4.534839 L 121.991737 -4.534839 C 121.936867 -4.534839 121.889835 -4.58187 121.889835 -4.63674 Z M 121.889835 -4.63674 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 130.394662 1.132433 L 130.394662 6.803624 L 136.065854 6.803624 L 136.065854 1.132433 Z M 130.394662 1.132433 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 137.559097 3.969988 C 137.559097 4.793036 136.888901 5.463232 136.065854 5.463232 C 135.238887 5.463232 134.568691 4.793036 134.568691 3.969988 C 134.568691 3.143021 135.238887 2.472825 136.065854 2.472825 C 136.888901 2.472825 137.559097 3.143021 137.559097 3.969988 Z M 137.559097 3.969988 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g clip-path="url(#clip-0)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 136.065854 3.969988 C 142.803088 3.969988 146.334354 1.132433 153.071588 1.132433 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
</g>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="284.210954" y="106.265664"/>
</g>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-1-3" x="289.88603" y="107.755696"/>
</g>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 96.379274 -4.534839 L 96.379274 12.470896 L 130.394662 12.470896 L 130.394662 -4.534839 Z M 96.379274 -4.534839 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="236.117319" y="111.314828"/>
<use xlink:href="#glyph-2-2" x="239.496324" y="111.314828"/>
<use xlink:href="#glyph-2-3" x="242.53028" y="111.314828"/>
<use xlink:href="#glyph-2-4" x="245.909286" y="111.314828"/>
<use xlink:href="#glyph-2-5" x="249.632845" y="111.314828"/>
<use xlink:href="#glyph-2-3" x="253.356404" y="111.314828"/>
<use xlink:href="#glyph-2-6" x="256.73541" y="111.314828"/>
<use xlink:href="#glyph-2-2" x="260.458969" y="111.314828"/>
</g>
<path fill-rule="nonzero" fill="rgb(59.999084%, 59.999084%, 59.999084%)" fill-opacity="1" d="M 1.183594 124.214844 L 1.183594 164.898438 L 272.410156 164.898438 L 272.410156 124.214844 Z M 1.183594 124.214844 "/>
<g clip-path="url(#clip-1)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -136.065096 -10.20603 L -136.065096 -51.025281 L 136.065854 -51.025281 L 136.065854 -10.20603 Z M -136.065096 -10.20603 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1" x="120.198841" y="147.975585"/>
<use xlink:href="#glyph-3-2" x="127.990513" y="147.975585"/>
<use xlink:href="#glyph-3-3" x="131.879894" y="147.975585"/>
<use xlink:href="#glyph-3-4" x="136.84464" y="147.975585"/>
<use xlink:href="#glyph-3-5" x="142.361465" y="147.975585"/>
<use xlink:href="#glyph-3-6" x="145.119877" y="147.975585"/>
<use xlink:href="#glyph-3-7" x="148.981456" y="147.975585"/>
</g>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" d="M 235.679688 159.347656 L 235.679688 161.972656 C 235.679688 162.027344 235.710938 162.105469 235.75 162.140625 L 238.4375 164.828125 C 238.472656 164.867188 238.539062 164.867188 238.578125 164.828125 L 241.261719 162.140625 C 241.300781 162.105469 241.332031 162.027344 241.332031 161.972656 L 241.332031 159.347656 C 241.332031 159.292969 241.285156 159.246094 241.230469 159.246094 L 235.78125 159.246094 C 235.726562 159.246094 235.679688 159.292969 235.679688 159.347656 Z M 235.679688 159.347656 "/>
<g clip-path="url(#clip-2)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 99.21291 -45.455991 L 99.21291 -48.089744 C 99.21291 -48.144613 99.244264 -48.222999 99.283456 -48.258272 L 101.979918 -50.954734 C 102.015191 -50.993926 102.081819 -50.993926 102.121012 -50.954734 L 104.813554 -48.258272 C 104.852746 -48.222999 104.884101 -48.144613 104.884101 -48.089744 L 104.884101 -45.455991 C 104.884101 -45.401121 104.837069 -45.354089 104.782199 -45.354089 L 99.314811 -45.354089 C 99.259941 -45.354089 99.21291 -45.401121 99.21291 -45.455991 Z M 99.21291 -45.455991 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
</g>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" d="M 258.28125 159.347656 L 258.28125 161.972656 C 258.28125 162.027344 258.3125 162.105469 258.351562 162.140625 L 261.039062 164.828125 C 261.078125 164.867188 261.140625 164.867188 261.179688 164.828125 L 263.863281 162.140625 C 263.902344 162.105469 263.933594 162.027344 263.933594 161.972656 L 263.933594 159.347656 C 263.933594 159.292969 263.890625 159.246094 263.835938 159.246094 L 258.382812 159.246094 C 258.328125 159.246094 258.28125 159.292969 258.28125 159.347656 Z M 258.28125 159.347656 "/>
<g clip-path="url(#clip-3)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 121.889835 -45.455991 L 121.889835 -48.089744 C 121.889835 -48.144613 121.92119 -48.222999 121.960382 -48.258272 L 124.656844 -50.954734 C 124.696036 -50.993926 124.758745 -50.993926 124.797938 -50.954734 L 127.49048 -48.258272 C 127.529672 -48.222999 127.561027 -48.144613 127.561027 -48.089744 L 127.561027 -45.455991 C 127.561027 -45.401121 127.517915 -45.354089 127.463045 -45.354089 L 121.991737 -45.354089 C 121.936867 -45.354089 121.889835 -45.401121 121.889835 -45.455991 Z M 121.889835 -45.455991 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
</g>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 130.394662 -39.686818 L 130.394662 -34.015626 L 136.065854 -34.015626 L 136.065854 -39.686818 Z M 130.394662 -39.686818 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1" d="M 273.898438 150.769531 C 273.898438 149.949219 273.230469 149.28125 272.410156 149.28125 C 271.585938 149.28125 270.917969 149.949219 270.917969 150.769531 C 270.917969 151.59375 271.585938 152.261719 272.410156 152.261719 C 273.230469 152.261719 273.898438 151.59375 273.898438 150.769531 Z M 273.898438 150.769531 "/>
<g clip-path="url(#clip-4)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 137.559097 -36.849262 C 137.559097 -36.026215 136.888901 -35.356019 136.065854 -35.356019 C 135.238887 -35.356019 134.568691 -36.026215 134.568691 -36.849262 C 134.568691 -37.676229 135.238887 -38.346426 136.065854 -38.346426 C 136.888901 -38.346426 137.559097 -37.676229 137.559097 -36.849262 Z M 137.559097 -36.849262 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
</g>
<g clip-path="url(#clip-5)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 136.065854 -36.849262 C 142.803088 -36.849262 146.334354 -39.686818 153.071588 -39.686818 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
</g>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="283.946834" y="146.949008"/>
</g>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="289.621911" y="148.438043"/>
</g>
<path fill-rule="nonzero" fill="rgb(98.50769%, 93.215942%, 90.940857%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(85.096741%, 32.157898%, 9.411621%)" stroke-opacity="1" stroke-miterlimit="10" d="M 96.379274 -45.354089 L 96.379274 -28.348355 L 130.394662 -28.348355 L 130.394662 -45.354089 Z M 96.379274 -45.354089 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g fill="rgb(85.096741%, 32.157898%, 9.411621%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="236.117319" y="151.998172"/>
<use xlink:href="#glyph-2-2" x="239.496324" y="151.998172"/>
<use xlink:href="#glyph-2-3" x="242.53028" y="151.998172"/>
<use xlink:href="#glyph-2-4" x="245.909286" y="151.998172"/>
<use xlink:href="#glyph-2-5" x="249.632845" y="151.998172"/>
<use xlink:href="#glyph-2-3" x="253.356404" y="151.998172"/>
<use xlink:href="#glyph-2-6" x="256.73541" y="151.998172"/>
<use xlink:href="#glyph-2-2" x="260.458969" y="151.998172"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 0.000378714 10.860074 L 0.000378714 78.890852 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.0000348088 0.00078728 C -4.068242 -0.783068 -5.459585 -2.515387 -3.111939 -3.871457 C -0.764293 -5.227526 4.436585 -5.693919 8.504792 -4.910064 C 12.573 -4.126209 13.964343 -2.39389 11.616697 -1.037821 C 11.522634 -0.982951 11.424652 -0.932 11.318832 -0.87713 " transform="matrix(0.996677, 0, 0, -0.996677, 132.558628, 63.090628)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 141.035156 63.089844 L 144.136719 67.203125 L 143.613281 64.371094 L 146.183594 63.078125 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3" x="149.077547" y="68.630157"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="153.739004" y="70.119192"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -102.049707 85.040194 L -102.049707 103.084537 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052643 0.000127276 L 1.608185 1.681496 L 3.085751 0.000127276 L 1.608185 -1.681242 Z M 6.052643 0.000127276 " transform="matrix(0, -0.996677, -0.996677, 0, 35.086064, 14.130184)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4" x="38.892951" y="8.821585"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -102.049707 85.040194 L -120.09405 85.040194 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 13.898438 29.285156 L 18.328125 30.960938 L 16.855469 29.285156 L 18.328125 27.609375 Z M 13.898438 29.285156 "/>
<g clip-path="url(#clip-6)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052816 0.0000456941 L 1.608358 1.681415 L 3.085924 0.0000456941 L 1.608358 -1.681323 Z M 6.052816 0.0000456941 " transform="matrix(-0.996677, 0, 0, 0.996677, 19.931137, 29.285111)"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="9.647468" y="25.480038"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -100.917037 85.040194 C -100.917037 85.667278 -101.422623 86.172865 -102.049707 86.172865 C -102.676791 86.172865 -103.182378 85.667278 -103.182378 85.040194 C -103.182378 84.41311 -102.676791 83.907524 -102.049707 83.907524 C -101.422623 83.907524 -100.917037 84.41311 -100.917037 85.040194 Z M -100.917037 85.040194 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -97.515106 85.040194 C -97.515106 87.544611 -99.54529 89.574796 -102.049707 89.574796 C -104.554124 89.574796 -106.584309 87.544611 -106.584309 85.040194 C -106.584309 82.535777 -104.554124 80.505593 -102.049707 80.505593 C -99.54529 80.505593 -97.515106 82.535777 -97.515106 85.040194 Z M -97.515106 85.040194 " transform="matrix(0.996677, 0, 0, -0.996677, 136.796498, 114.042732)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5" x="43.910221" y="30.458438"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,186 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="296.601" height="193.75" viewBox="0 0 296.601 193.75">
<defs>
<g>
<g id="glyph-0-0">
</g>
<g id="glyph-0-1">
<path d="M -1.96875 -3.15625 C -2.09375 -3.15625 -2.25 -3.046875 -2.25 -2.8125 C -2.25 -2.6875 -2.21875 -2.421875 -2.015625 -2.171875 C -2.09375 -2.046875 -2.203125 -1.828125 -2.203125 -1.515625 C -2.203125 -0.9375 -1.84375 -0.53125 -1.46875 -0.53125 C -1.21875 -0.53125 -1.03125 -0.703125 -0.96875 -0.78125 C -0.828125 -0.671875 -0.671875 -0.640625 -0.5625 -0.640625 C -0.296875 -0.640625 -0.140625 -0.8125 -0.109375 -0.84375 C -0.046875 -0.59375 0.125 -0.3125 0.375 -0.3125 C 0.78125 -0.3125 1.03125 -0.96875 1.03125 -1.6875 C 1.03125 -2.359375 0.8125 -3.0625 0.375 -3.0625 C 0.15625 -3.0625 -0.09375 -2.9375 -0.203125 -2.6875 C -0.375 -2.359375 -0.375 -2.046875 -0.375 -1.515625 C -0.375 -1.390625 -0.375 -1.171875 -0.375 -1.140625 C -0.40625 -0.90625 -0.609375 -0.84375 -0.703125 -0.84375 C -0.796875 -0.84375 -0.875 -0.90625 -0.875 -0.921875 C -0.875 -0.921875 -0.875 -0.9375 -0.875 -0.953125 C -0.765625 -1.140625 -0.734375 -1.34375 -0.734375 -1.515625 C -0.734375 -2.109375 -1.078125 -2.515625 -1.46875 -2.515625 C -1.703125 -2.515625 -1.875 -2.34375 -1.9375 -2.28125 C -2.078125 -2.53125 -2.078125 -2.75 -2.09375 -2.828125 C -2.0625 -2.8125 -2.03125 -2.78125 -1.96875 -2.78125 C -1.875 -2.78125 -1.78125 -2.859375 -1.78125 -2.96875 C -1.78125 -3.09375 -1.875 -3.15625 -1.96875 -3.15625 Z M -1.46875 -2.078125 C -1.1875 -2.078125 -0.90625 -1.953125 -0.90625 -1.515625 C -0.90625 -1.078125 -1.1875 -0.96875 -1.46875 -0.96875 C -1.734375 -0.96875 -2.03125 -1.078125 -2.03125 -1.515625 C -2.03125 -1.953125 -1.75 -2.078125 -1.46875 -2.078125 Z M 0.375 -2.71875 C 0.625 -2.71875 0.859375 -2.28125 0.859375 -1.6875 C 0.859375 -1.125 0.640625 -0.65625 0.375 -0.65625 C 0.21875 -0.65625 0.015625 -0.828125 0.015625 -1.203125 L 0.015625 -1.53125 C 0.015625 -2.015625 0.015625 -2.71875 0.375 -2.71875 Z M 0.375 -2.71875 "/>
</g>
<g id="glyph-0-2">
<path d="M -0.59375 -2.71875 C -0.671875 -2.71875 -0.671875 -2.640625 -0.671875 -2.609375 C -0.671875 -2.53125 -0.65625 -2.53125 -0.59375 -2.5 C -0.25 -2.359375 -0.125 -2 -0.125 -1.71875 C -0.125 -1.3125 -0.34375 -1.09375 -0.4375 -1.015625 C -0.671875 -0.8125 -0.984375 -0.8125 -1.125 -0.8125 L -1.125 -2.5625 C -1.125 -2.671875 -1.125 -2.71875 -1.234375 -2.71875 C -1.5625 -2.71875 -2.21875 -2.53125 -2.21875 -1.609375 C -2.21875 -0.859375 -1.6875 -0.328125 -1.09375 -0.328125 C -0.46875 -0.328125 0.046875 -0.921875 0.046875 -1.6875 C 0.046875 -2.46875 -0.5 -2.71875 -0.59375 -2.71875 Z M -1.265625 -2.328125 L -1.265625 -0.828125 C -1.921875 -0.890625 -2.0625 -1.375 -2.0625 -1.609375 C -2.0625 -2.296875 -1.421875 -2.328125 -1.265625 -2.328125 Z M -1.265625 -2.328125 "/>
</g>
<g id="glyph-0-3">
<path d="M -1.0625 -3.0625 C -1.671875 -3.0625 -2.21875 -2.46875 -2.21875 -1.6875 C -2.21875 -0.90625 -1.671875 -0.328125 -1.0625 -0.328125 C -0.46875 -0.328125 0.046875 -0.921875 0.046875 -1.6875 C 0.046875 -2.46875 -0.46875 -3.0625 -1.0625 -3.0625 Z M -1.109375 -2.5625 C -0.859375 -2.5625 -0.125 -2.5625 -0.125 -1.6875 C -0.125 -0.8125 -0.859375 -0.8125 -1.109375 -0.8125 C -1.328125 -0.8125 -2.0625 -0.8125 -2.0625 -1.6875 C -2.0625 -2.5625 -1.328125 -2.5625 -1.109375 -2.5625 Z M -1.109375 -2.5625 "/>
</g>
<g id="glyph-0-4">
<path d="M -1.078125 -3.359375 C -1.671875 -3.359375 -2.203125 -2.8125 -2.203125 -2.078125 C -2.203125 -1.6875 -2.0625 -1.375 -1.90625 -1.21875 L -2.203125 -1.21875 L -2.140625 -0.375 L -1.921875 -0.375 C -1.921875 -0.734375 -1.921875 -0.796875 -1.703125 -0.796875 L 0.546875 -0.796875 C 0.703125 -0.796875 0.75 -0.796875 0.75 -0.46875 L 0.75 -0.375 L 0.96875 -0.375 C 0.953125 -0.59375 0.9375 -0.796875 0.9375 -1.015625 C 0.9375 -1.21875 0.953125 -1.4375 0.96875 -1.640625 L 0.75 -1.640625 L 0.75 -1.5625 C 0.75 -1.234375 0.703125 -1.234375 0.546875 -1.234375 L -0.234375 -1.234375 C -0.046875 -1.453125 0.046875 -1.71875 0.046875 -2 C 0.046875 -2.75 -0.453125 -3.359375 -1.078125 -3.359375 Z M -1.078125 -2.859375 C -0.53125 -2.859375 -0.109375 -2.453125 -0.109375 -1.96875 C -0.109375 -1.734375 -0.203125 -1.46875 -0.421875 -1.296875 C -0.515625 -1.234375 -0.515625 -1.234375 -0.609375 -1.234375 L -1.65625 -1.234375 C -1.953125 -1.453125 -2.015625 -1.828125 -2.015625 -2.015625 C -2.015625 -2.515625 -1.578125 -2.859375 -1.078125 -2.859375 Z M -1.078125 -2.859375 "/>
</g>
<g id="glyph-0-5">
<path d="M 0 -3.390625 L -0.21875 -3.390625 L -0.21875 -3.296875 C -0.21875 -2.984375 -0.265625 -2.984375 -0.421875 -2.984375 L -1.5 -2.984375 C -2.046875 -2.984375 -2.203125 -2.609375 -2.203125 -2.140625 C -2.203125 -1.578125 -1.859375 -1.3125 -1.75 -1.234375 L -3.453125 -1.234375 L -3.390625 -0.40625 L -3.171875 -0.40625 C -3.171875 -0.78125 -3.140625 -0.8125 -2.890625 -0.8125 L -0.421875 -0.8125 C -0.265625 -0.8125 -0.21875 -0.8125 -0.21875 -0.5 L -0.21875 -0.40625 L 0 -0.40625 C -0.015625 -0.625 -0.015625 -0.828125 -0.015625 -1.046875 C -0.015625 -1.25 -0.015625 -1.46875 0 -1.671875 L -0.21875 -1.671875 L -0.21875 -1.578125 C -0.21875 -1.265625 -0.265625 -1.265625 -0.421875 -1.265625 L -1.28125 -1.265625 C -1.84375 -1.265625 -2.03125 -1.78125 -2.03125 -2.09375 C -2.03125 -2.453125 -1.828125 -2.53125 -1.5 -2.53125 L -0.421875 -2.53125 C -0.265625 -2.53125 -0.21875 -2.53125 -0.21875 -2.21875 L -0.21875 -2.125 L 0 -2.125 C -0.015625 -2.34375 -0.015625 -2.546875 -0.015625 -2.765625 C -0.015625 -2.96875 -0.015625 -3.1875 0 -3.390625 Z M 0 -3.390625 "/>
</g>
<g id="glyph-0-6">
<path d="M 0 -3.390625 L -0.21875 -3.390625 L -0.21875 -3.296875 C -0.21875 -2.984375 -0.265625 -2.984375 -0.421875 -2.984375 L -1.5 -2.984375 C -2.046875 -2.984375 -2.203125 -2.609375 -2.203125 -2.140625 C -2.203125 -1.609375 -1.90625 -1.34375 -1.703125 -1.21875 L -2.203125 -1.21875 L -2.140625 -0.40625 L -1.921875 -0.40625 C -1.921875 -0.78125 -1.890625 -0.8125 -1.640625 -0.8125 L -0.421875 -0.8125 C -0.265625 -0.8125 -0.21875 -0.8125 -0.21875 -0.5 L -0.21875 -0.40625 L 0 -0.40625 C -0.015625 -0.625 -0.015625 -0.828125 -0.015625 -1.046875 C -0.015625 -1.25 -0.015625 -1.46875 0 -1.671875 L -0.21875 -1.671875 L -0.21875 -1.578125 C -0.21875 -1.265625 -0.265625 -1.265625 -0.421875 -1.265625 L -1.28125 -1.265625 C -1.84375 -1.265625 -2.03125 -1.78125 -2.03125 -2.09375 C -2.03125 -2.453125 -1.828125 -2.53125 -1.5 -2.53125 L -0.421875 -2.53125 C -0.265625 -2.53125 -0.21875 -2.53125 -0.21875 -2.21875 L -0.21875 -2.125 L 0 -2.125 C -0.015625 -2.34375 -0.015625 -2.546875 -0.015625 -2.765625 C -0.015625 -2.96875 -0.015625 -3.1875 0 -3.390625 Z M 0 -3.390625 "/>
</g>
<g id="glyph-1-0">
</g>
<g id="glyph-1-1">
<path d="M 4.9375 -1.421875 C 4.9375 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.734375 -1.515625 4.703125 -1.484375 4.6875 -1.40625 C 4.359375 -0.34375 3.6875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.984375 -1.640625 L 3.328125 -3 C 3.390625 -3.265625 3.609375 -4.1875 4.3125 -4.1875 C 4.359375 -4.1875 4.59375 -4.1875 4.8125 -4.046875 C 4.53125 -4 4.328125 -3.75 4.328125 -3.515625 C 4.328125 -3.359375 4.4375 -3.171875 4.703125 -3.171875 C 4.921875 -3.171875 5.25 -3.34375 5.25 -3.75 C 5.25 -4.265625 4.65625 -4.40625 4.3125 -4.40625 C 3.75 -4.40625 3.390625 -3.875 3.28125 -3.640625 C 3.03125 -4.296875 2.484375 -4.40625 2.203125 -4.40625 C 1.171875 -4.40625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.9375 1.84375 -4.1875 2.1875 -4.1875 C 2.375 -4.1875 2.71875 -4.09375 2.71875 -3.515625 C 2.71875 -3.203125 2.546875 -2.53125 2.1875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.953125 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.84375 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.59375 2.265625 -0.640625 C 2.390625 -0.28125 2.75 0.109375 3.34375 0.109375 C 4.375 0.109375 4.9375 -1.171875 4.9375 -1.421875 Z M 4.9375 -1.421875 "/>
</g>
<g id="glyph-1-2">
<path d="M 7.25 -4.78125 L 7.4375 -6.5 C 7.46875 -6.765625 7.421875 -6.765625 7.171875 -6.765625 L 2.296875 -6.765625 C 2.09375 -6.765625 2 -6.765625 2 -6.5625 C 2 -6.453125 2.09375 -6.453125 2.28125 -6.453125 C 2.640625 -6.453125 2.921875 -6.453125 2.921875 -6.28125 C 2.921875 -6.234375 2.921875 -6.21875 2.875 -6.046875 L 1.5625 -0.78125 C 1.46875 -0.390625 1.4375 -0.3125 0.65625 -0.3125 C 0.484375 -0.3125 0.375 -0.3125 0.375 -0.125 C 0.375 0 0.5 0 0.53125 0 L 1.84375 -0.03125 L 3.328125 0 C 3.40625 0 3.53125 0 3.53125 -0.1875 C 3.53125 -0.265625 3.46875 -0.296875 3.46875 -0.296875 C 3.4375 -0.3125 3.421875 -0.3125 3.1875 -0.3125 C 2.96875 -0.3125 2.921875 -0.3125 2.671875 -0.328125 C 2.390625 -0.359375 2.359375 -0.390625 2.359375 -0.53125 C 2.359375 -0.53125 2.359375 -0.609375 2.40625 -0.75 L 3.015625 -3.234375 L 3.984375 -3.234375 C 4.734375 -3.234375 4.8125 -3.078125 4.8125 -2.78125 C 4.8125 -2.71875 4.8125 -2.59375 4.734375 -2.296875 C 4.71875 -2.25 4.703125 -2.1875 4.703125 -2.1875 C 4.703125 -2.109375 4.765625 -2.0625 4.828125 -2.0625 C 4.921875 -2.0625 4.921875 -2.09375 4.96875 -2.28125 L 5.53125 -4.4375 C 5.546875 -4.546875 5.546875 -4.5625 5.546875 -4.59375 C 5.546875 -4.59375 5.53125 -4.703125 5.4375 -4.703125 C 5.328125 -4.703125 5.328125 -4.65625 5.28125 -4.5 C 5.078125 -3.71875 4.84375 -3.546875 4 -3.546875 L 3.09375 -3.546875 L 3.734375 -6.078125 C 3.828125 -6.421875 3.828125 -6.453125 4.265625 -6.453125 L 5.578125 -6.453125 C 6.8125 -6.453125 7.03125 -6.125 7.03125 -5.359375 C 7.03125 -5.140625 7.03125 -5.09375 7 -4.828125 C 6.984375 -4.703125 6.984375 -4.671875 6.984375 -4.640625 C 6.984375 -4.59375 7.015625 -4.53125 7.109375 -4.53125 C 7.21875 -4.53125 7.21875 -4.59375 7.25 -4.78125 Z M 7.25 -4.78125 "/>
</g>
<g id="glyph-1-3">
<path d="M 4.328125 -1.421875 C 4.328125 -1.46875 4.296875 -1.515625 4.203125 -1.515625 C 4.125 -1.515625 4.09375 -1.46875 4.078125 -1.390625 C 3.84375 -0.75 3.203125 -0.5625 2.875 -0.5625 C 2.671875 -0.5625 2.5 -0.609375 2.296875 -0.6875 C 1.953125 -0.8125 1.796875 -0.859375 1.59375 -0.859375 C 1.59375 -0.859375 1.40625 -0.859375 1.328125 -0.828125 C 1.859375 -1.40625 2.15625 -1.65625 2.515625 -1.953125 C 2.515625 -1.953125 3.125 -2.5 3.484375 -2.859375 C 4.421875 -3.78125 4.640625 -4.265625 4.640625 -4.296875 C 4.640625 -4.40625 4.53125 -4.40625 4.53125 -4.40625 C 4.46875 -4.40625 4.4375 -4.375 4.390625 -4.296875 C 4.09375 -3.8125 3.875 -3.65625 3.640625 -3.65625 C 3.40625 -3.65625 3.28125 -3.796875 3.140625 -3.96875 C 2.953125 -4.203125 2.78125 -4.40625 2.453125 -4.40625 C 1.703125 -4.40625 1.25 -3.46875 1.25 -3.265625 C 1.25 -3.21875 1.28125 -3.15625 1.359375 -3.15625 C 1.453125 -3.15625 1.46875 -3.203125 1.5 -3.265625 C 1.6875 -3.71875 2.265625 -3.734375 2.34375 -3.734375 C 2.546875 -3.734375 2.734375 -3.65625 2.96875 -3.578125 C 3.359375 -3.4375 3.46875 -3.4375 3.734375 -3.4375 C 3.375 -3 2.53125 -2.296875 2.34375 -2.125 L 1.453125 -1.296875 C 0.78125 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.375 1.234375 -0.640625 1.546875 -0.640625 C 1.78125 -0.640625 1.875 -0.546875 2.125 -0.265625 C 2.296875 -0.046875 2.484375 0.109375 2.765625 0.109375 C 3.75 0.109375 4.328125 -1.15625 4.328125 -1.421875 Z M 4.328125 -1.421875 "/>
</g>
<g id="glyph-1-4">
<path d="M 4.84375 -3.796875 C 4.875 -3.9375 4.875 -3.953125 4.875 -4.015625 C 4.875 -4.203125 4.734375 -4.296875 4.59375 -4.296875 C 4.484375 -4.296875 4.328125 -4.234375 4.234375 -4.078125 C 4.21875 -4.03125 4.140625 -3.71875 4.09375 -3.546875 L 3.90625 -2.75 L 3.453125 -0.953125 C 3.40625 -0.8125 2.984375 -0.109375 2.328125 -0.109375 C 1.828125 -0.109375 1.71875 -0.546875 1.71875 -0.921875 C 1.71875 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.28125 2.421875 -3.390625 2.421875 -3.578125 C 2.421875 -4.03125 2.09375 -4.40625 1.609375 -4.40625 C 0.65625 -4.40625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.953125 C 0.84375 -3.875 1.234375 -4.1875 1.578125 -4.1875 C 1.65625 -4.1875 1.828125 -4.1875 1.828125 -3.859375 C 1.828125 -3.609375 1.71875 -3.359375 1.65625 -3.171875 C 1.25 -2.109375 1.078125 -1.546875 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.296875 0.109375 C 2.671875 0.109375 3.015625 -0.0625 3.296875 -0.34375 C 3.171875 0.171875 3.046875 0.671875 2.640625 1.1875 C 2.390625 1.53125 2.015625 1.828125 1.546875 1.828125 C 1.40625 1.828125 0.96875 1.796875 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.328125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.0625 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.046875 1.546875 2.046875 C 2.578125 2.046875 3.609375 1.140625 3.875 0.015625 Z M 4.84375 -3.796875 "/>
</g>
<g id="glyph-2-0">
</g>
<g id="glyph-2-1">
<path d="M 4.328125 -1 C 4.328125 -1.09375 4.234375 -1.09375 4.203125 -1.09375 C 4.109375 -1.09375 4.109375 -1.046875 4.078125 -0.96875 C 3.921875 -0.40625 3.609375 -0.125 3.34375 -0.125 C 3.1875 -0.125 3.15625 -0.21875 3.15625 -0.375 C 3.15625 -0.53125 3.203125 -0.625 3.328125 -0.9375 C 3.40625 -1.15625 3.6875 -1.890625 3.6875 -2.28125 C 3.6875 -2.390625 3.6875 -2.6875 3.4375 -2.890625 C 3.3125 -2.96875 3.109375 -3.078125 2.78125 -3.078125 C 2.28125 -3.078125 1.90625 -2.796875 1.65625 -2.5 L 2.1875 -4.625 C 2.1875 -4.640625 2.203125 -4.734375 2.203125 -4.734375 C 2.203125 -4.78125 2.1875 -4.84375 2.09375 -4.84375 C 1.953125 -4.84375 1.375 -4.78125 1.203125 -4.765625 C 1.15625 -4.765625 1.046875 -4.75 1.046875 -4.609375 C 1.046875 -4.515625 1.15625 -4.515625 1.234375 -4.515625 C 1.5625 -4.515625 1.5625 -4.453125 1.5625 -4.40625 C 1.5625 -4.359375 1.546875 -4.3125 1.546875 -4.25 L 0.5625 -0.3125 C 0.515625 -0.1875 0.515625 -0.15625 0.515625 -0.15625 C 0.515625 -0.046875 0.609375 0.0625 0.765625 0.0625 C 0.84375 0.0625 0.96875 0.03125 1.046875 -0.109375 C 1.0625 -0.15625 1.125 -0.40625 1.15625 -0.546875 L 1.328125 -1.171875 C 1.34375 -1.28125 1.421875 -1.546875 1.4375 -1.640625 C 1.5 -1.90625 1.5 -1.921875 1.640625 -2.140625 C 1.875 -2.484375 2.21875 -2.875 2.765625 -2.875 C 3.15625 -2.875 3.171875 -2.5625 3.171875 -2.390625 C 3.171875 -1.96875 2.875 -1.203125 2.765625 -0.90625 C 2.6875 -0.703125 2.65625 -0.640625 2.65625 -0.53125 C 2.65625 -0.15625 2.96875 0.0625 3.3125 0.0625 C 4.015625 0.0625 4.328125 -0.890625 4.328125 -1 Z M 4.328125 -1 "/>
</g>
<g id="glyph-2-2">
<path d="M 2.953125 0.46875 L 3.703125 -2.578125 C 3.734375 -2.671875 3.734375 -2.71875 3.734375 -2.71875 C 3.734375 -2.875 3.609375 -2.9375 3.5 -2.9375 C 3.34375 -2.9375 3.203125 -2.8125 3.171875 -2.671875 C 3.0625 -2.859375 2.828125 -3.078125 2.453125 -3.078125 C 1.59375 -3.078125 0.671875 -2.140625 0.671875 -1.140625 C 0.671875 -0.421875 1.15625 0 1.734375 0 C 2.0625 0 2.359375 -0.15625 2.609375 -0.375 C 2.5 0.0625 2.5625 -0.1875 2.453125 0.25 C 2.375 0.546875 2.328125 0.734375 2.0625 0.96875 C 1.75 1.21875 1.453125 1.21875 1.28125 1.21875 C 0.96875 1.21875 0.875 1.203125 0.75 1.171875 C 0.921875 1.09375 0.96875 0.921875 0.96875 0.828125 C 0.96875 0.65625 0.84375 0.578125 0.703125 0.578125 C 0.5 0.578125 0.296875 0.734375 0.296875 1 C 0.296875 1.421875 0.90625 1.421875 1.296875 1.421875 C 2.390625 1.421875 2.84375 0.859375 2.953125 0.46875 Z M 2.75 -0.921875 C 2.71875 -0.828125 2.71875 -0.8125 2.59375 -0.671875 C 2.359375 -0.375 2.015625 -0.1875 1.75 -0.1875 C 1.40625 -0.1875 1.234375 -0.5 1.234375 -0.859375 C 1.234375 -1.15625 1.421875 -1.9375 1.609375 -2.25 C 1.890625 -2.734375 2.21875 -2.875 2.453125 -2.875 C 2.953125 -2.875 3.078125 -2.359375 3.078125 -2.28125 C 3.078125 -2.28125 3.078125 -2.265625 3.0625 -2.1875 Z M 2.75 -0.921875 "/>
</g>
<g id="glyph-3-0">
</g>
<g id="glyph-3-1">
<path d="M 7.3125 -2.40625 L 7.3125 -2.71875 L 6.09375 -2.6875 C 5.703125 -2.6875 4.859375 -2.6875 4.5 -2.71875 L 4.5 -2.40625 L 4.8125 -2.40625 C 5.71875 -2.40625 5.75 -2.296875 5.75 -1.9375 L 5.75 -1.296875 C 5.75 -0.171875 4.484375 -0.09375 4.203125 -0.09375 C 3.546875 -0.09375 1.578125 -0.4375 1.578125 -3.40625 C 1.578125 -6.375 3.546875 -6.703125 4.140625 -6.703125 C 5.203125 -6.703125 6.109375 -5.8125 6.3125 -4.34375 C 6.328125 -4.203125 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.203125 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.015625 6.515625 -7.015625 C 6.484375 -7.015625 6.4375 -7.015625 6.359375 -6.890625 L 5.859375 -6.15625 C 5.546875 -6.484375 5 -7.015625 4.015625 -7.015625 C 2.171875 -7.015625 0.5625 -5.4375 0.5625 -3.40625 C 0.5625 -1.359375 2.15625 0.21875 4.046875 0.21875 C 4.765625 0.21875 5.5625 -0.046875 5.90625 -0.625 C 6.03125 -0.40625 6.421875 -0.015625 6.546875 -0.015625 C 6.625 -0.015625 6.625 -0.09375 6.625 -0.234375 L 6.625 -1.96875 C 6.625 -2.359375 6.671875 -2.40625 7.3125 -2.40625 Z M 7.3125 -2.40625 "/>
</g>
<g id="glyph-3-2">
<path d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.65625 -3.296875 L 1.65625 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.96875 -3.984375 1.0625 -3.90625 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.125 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.96875 -4.1875 3 -4.171875 C 2.96875 -4.15625 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.5 2.96875 -3.359375 3.1875 -3.359375 C 3.375 -3.359375 3.625 -3.46875 3.625 -3.796875 Z M 3.625 -3.796875 "/>
</g>
<g id="glyph-3-3">
<path d="M 4.8125 -0.890625 L 4.8125 -1.4375 L 4.5625 -1.4375 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.828125 -0.703125 3.828125 -0.75 L 3.828125 -2.734375 C 3.828125 -3.15625 3.828125 -3.546875 3.46875 -3.90625 C 3.078125 -4.296875 2.59375 -4.453125 2.109375 -4.453125 C 1.296875 -4.453125 0.609375 -3.984375 0.609375 -3.328125 C 0.609375 -3.03125 0.8125 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.0625 1.515625 -3.328125 C 1.515625 -3.4375 1.46875 -3.765625 1.015625 -3.78125 C 1.28125 -4.125 1.765625 -4.234375 2.09375 -4.234375 C 2.578125 -4.234375 3.140625 -3.859375 3.140625 -2.96875 L 3.140625 -2.59375 C 2.640625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.03125 -0.28125 3.21875 -0.75 C 3.25 -0.359375 3.515625 0.0625 3.984375 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.140625 -1.390625 C 3.140625 -0.453125 2.421875 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.328125 3.140625 -2.390625 Z M 3.140625 -1.390625 "/>
</g>
<g id="glyph-3-4">
<path d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.546875 -0.609375 L 4.546875 -2.515625 C 4.546875 -3.359375 4.546875 -3.671875 4.234375 -4.03125 C 4.09375 -4.203125 3.765625 -4.40625 3.1875 -4.40625 C 2.46875 -4.40625 2 -3.96875 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.484375 -4.1875 3.125 -4.1875 C 3.75 -4.1875 3.859375 -3.640625 3.859375 -3.078125 L 3.859375 -0.75 C 3.859375 -0.3125 3.75 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.203125 -0.03125 Z M 5.328125 0 "/>
</g>
<g id="glyph-3-5">
<path d="M 2.453125 0 L 2.453125 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.765625 -0.03125 2.125 -0.015625 2.453125 0 Z M 1.90625 -6.015625 C 1.90625 -6.28125 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.484375 1.375 -5.484375 C 1.71875 -5.484375 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
</g>
<g id="glyph-3-6">
<path d="M 3.296875 -1.234375 L 3.296875 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.75 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.140625 -3.984375 L 3.140625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.234375 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.03125 0.109375 3.296875 -0.59375 3.296875 -1.234375 Z M 3.296875 -1.234375 "/>
</g>
<g id="glyph-3-7">
<path d="M 4.125 -1.1875 C 4.125 -1.28125 4.046875 -1.296875 4 -1.296875 C 3.90625 -1.296875 3.890625 -1.25 3.875 -1.171875 C 3.515625 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.875 -2.296875 C 4.09375 -2.296875 4.125 -2.296875 4.125 -2.515625 C 4.125 -3.5 3.59375 -4.453125 2.34375 -4.453125 C 1.1875 -4.453125 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.125 -1 4.125 -1.1875 Z M 3.46875 -2.515625 L 1.109375 -2.515625 C 1.171875 -3.984375 2.015625 -4.234375 2.34375 -4.234375 C 3.375 -4.234375 3.46875 -2.890625 3.46875 -2.515625 Z M 3.46875 -2.515625 "/>
</g>
</g>
<clipPath id="clip-0">
<path clip-rule="nonzero" d="M 136 0.00390625 L 171 0.00390625 L 171 33 L 136 33 Z M 136 0.00390625 "/>
</clipPath>
<clipPath id="clip-1">
<path clip-rule="nonzero" d="M 139 0.00390625 L 180 0.00390625 L 180 27 L 139 27 Z M 139 0.00390625 "/>
</clipPath>
</defs>
<path fill-rule="nonzero" fill="rgb(69.999695%, 69.999695%, 69.999695%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 22.676886 44.876637 L 39.688021 44.876637 L 39.688021 55.64501 L -39.688147 55.64501 L -39.688147 44.876637 L -22.677012 44.876637 L -22.677012 10.85828 L 22.676886 10.85828 Z M 22.676886 44.876637 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(39.99939%, 39.99939%, 39.99939%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -68.030911 35.238689 C -61.177955 31.280246 -53.976874 27.920264 -46.537192 25.213502 L 46.537066 25.213502 C 53.976748 27.920264 61.177829 31.280246 68.030785 35.238689 L 68.030785 55.64501 L 42.519951 55.64501 L 42.519951 42.040796 L -42.520076 42.040796 L -42.520076 55.64501 L -68.030911 55.64501 Z M -68.030911 35.238689 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -37.419474 55.64501 L -37.419474 63.13163 L 37.419348 63.13163 L 37.419348 55.64501 Z M -37.419474 55.64501 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.613456 83.541863 L -30.613456 89.663368 L 30.61333 89.663368 L 30.61333 83.541863 Z M -30.613456 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00189284 63.13163 L 23.611736 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00189284 63.13163 L -23.611862 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.413969 63.13163 L -23.611862 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -30.413969 63.13163 L 0.00189284 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 30.413843 63.13163 L 0.00189284 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 30.413843 63.13163 L 23.611736 83.541863 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(94.665527%, 96.705627%, 91.842651%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(46.665955%, 67.059326%, 18.429565%)" stroke-opacity="1" stroke-miterlimit="10" d="M -8.50563 89.663368 L -8.50563 123.677814 L 8.505504 123.677814 L 8.505504 89.663368 Z M -8.50563 89.663368 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="154.93158" y="48.731764"/>
<use xlink:href="#glyph-0-2" x="154.93158" y="45.346046"/>
<use xlink:href="#glyph-0-3" x="154.93158" y="42.306063"/>
<use xlink:href="#glyph-0-4" x="154.93158" y="38.920345"/>
<use xlink:href="#glyph-0-5" x="154.93158" y="35.189389"/>
<use xlink:href="#glyph-0-3" x="154.93158" y="31.458433"/>
<use xlink:href="#glyph-0-6" x="154.93158" y="28.072715"/>
<use xlink:href="#glyph-0-2" x="154.93158" y="24.341759"/>
</g>
<path fill-rule="nonzero" fill="rgb(94.665527%, 96.705627%, 91.842651%)" fill-opacity="1" d="M 150.871094 17.929688 L 150.871094 15.296875 C 150.871094 15.242188 150.902344 15.167969 150.941406 15.128906 L 153.632812 12.4375 C 153.667969 12.398438 153.734375 12.398438 153.773438 12.4375 L 156.460938 15.128906 C 156.5 15.167969 156.53125 15.242188 156.53125 15.296875 L 156.53125 17.929688 C 156.53125 17.984375 156.488281 18.03125 156.433594 18.03125 L 150.96875 18.03125 C 150.914062 18.03125 150.871094 17.984375 150.871094 17.929688 Z M 150.871094 17.929688 "/>
<g clip-path="url(#clip-0)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(46.665955%, 67.059326%, 18.429565%)" stroke-opacity="1" stroke-miterlimit="10" d="M -2.833948 123.779513 L -2.833948 126.415867 C -2.833948 126.470628 -2.802656 126.544947 -2.763541 126.584062 L -0.0685143 129.279089 C -0.0333107 129.318204 0.0331849 129.318204 0.0722999 129.279089 L 2.763415 126.584062 C 2.80253 126.544947 2.833822 126.470628 2.833822 126.415867 L 2.833822 123.779513 C 2.833822 123.724752 2.790796 123.677814 2.736035 123.677814 L -2.736161 123.677814 C -2.790922 123.677814 -2.833948 123.724752 -2.833948 123.779513 Z M -2.833948 123.779513 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
</g>
<path fill-rule="nonzero" fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1" d="M 155.195312 12.367188 C 155.195312 11.542969 154.527344 10.875 153.703125 10.875 C 152.878906 10.875 152.207031 11.542969 152.207031 12.367188 C 152.207031 13.191406 152.878906 13.859375 153.703125 13.859375 C 154.527344 13.859375 155.195312 13.191406 155.195312 12.367188 Z M 155.195312 12.367188 "/>
<g clip-path="url(#clip-1)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(46.665955%, 67.059326%, 18.429565%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00189284 129.349496 C 0.00189284 134.309284 6.377646 135.017266 11.337434 135.017266 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
</g>
<g fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1">
<use xlink:href="#glyph-1-1" x="168.837872" y="8.104418"/>
</g>
<g fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="174.524223" y="9.597409"/>
</g>
<path fill-rule="nonzero" fill="rgb(89.99939%, 94.468689%, 97.410583%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -56.69537 101.769475 L -56.69537 105.903936 C -56.69537 106.013458 -56.605405 106.103423 -56.495883 106.103423 L -28.54427 106.103423 C -28.434747 106.103423 -28.348694 106.013458 -28.348694 105.903936 L -28.348694 101.769475 C -28.348694 101.656042 -28.434747 101.569988 -28.54427 101.569988 L -56.495883 101.569988 C -56.605405 101.569988 -56.69537 101.656042 -56.69537 101.769475 Z M -56.69537 101.769475 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(89.99939%, 94.468689%, 97.410583%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -28.348694 94.11466 L -28.348694 112.142786 C -28.348694 112.252308 -28.25873 112.342273 -28.149208 112.342273 L -22.876499 112.342273 C -22.766977 112.342273 -22.677012 112.252308 -22.677012 112.142786 L -22.677012 94.11466 C -22.677012 94.005138 -22.766977 93.915173 -22.876499 93.915173 L -28.149208 93.915173 C -28.25873 93.915173 -28.348694 94.005138 -28.348694 94.11466 Z M -28.348694 94.11466 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -26.928818 93.715687 L -26.928818 89.862854 C -26.928818 89.753332 -26.838853 89.663368 -26.729331 89.663368 L -24.292464 89.663368 C -24.182942 89.663368 -24.096889 89.753332 -24.096889 89.862854 L -24.096889 93.715687 C -24.096889 93.825209 -24.182942 93.915173 -24.292464 93.915173 L -26.729331 93.915173 C -26.838853 93.915173 -26.928818 93.825209 -26.928818 93.715687 Z M -26.928818 93.715687 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -56.69537 103.83475 C -63.430981 103.83475 -66.96307 101.00282 -73.702593 101.00282 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1">
<use xlink:href="#glyph-1-2" x="74.323018" y="35.372735"/>
</g>
<g fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="80.72141" y="36.865727"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1" d="M 98.578125 37.847656 C 98.578125 37.023438 97.90625 36.355469 97.082031 36.355469 C 96.257812 36.355469 95.589844 37.023438 95.589844 37.847656 C 95.589844 38.671875 96.257812 39.339844 97.082031 39.339844 C 97.90625 39.339844 98.578125 38.671875 98.578125 37.847656 Z M 98.578125 37.847656 "/>
<path fill-rule="nonzero" fill="rgb(59.999084%, 59.999084%, 59.999084%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -85.042046 -10.205174 L -85.042046 -5.104572 L 85.04192 -5.104572 L 85.04192 -10.205174 Z M -85.042046 -10.205174 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(89.99939%, 89.99939%, 89.99939%)" fill-opacity="0.5" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -85.042046 -3.403067 L -85.042046 40.820407 L 85.04192 40.820407 L 85.04192 -3.403067 L 59.531085 -3.403067 L 59.531085 17.007165 L -59.531211 17.007165 L -59.531211 -3.403067 Z M -85.042046 -3.403067 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -65.48061 6.802049 C -65.48061 10.561005 -68.527672 13.608067 -72.286628 13.608067 C -76.041673 13.608067 -79.088735 10.561005 -79.088735 6.802049 C -79.088735 3.047004 -76.041673 -0.0000579592 -72.286628 -0.0000579592 C -68.527672 -0.0000579592 -65.48061 3.047004 -65.48061 6.802049 Z M -65.48061 6.802049 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 79.088609 6.802049 C 79.088609 10.561005 76.041547 13.608067 72.286502 13.608067 C 68.527546 13.608067 65.480484 10.561005 65.480484 6.802049 C 65.480484 3.047004 68.527546 -0.0000579592 72.286502 -0.0000579592 C 76.041547 -0.0000579592 79.088609 3.047004 79.088609 6.802049 Z M 79.088609 6.802049 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -40.775545 19.702192 C -50.867228 22.788369 -60.59514 27.012795 -69.732416 32.289415 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(39.99939%, 39.99939%, 39.99939%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M 40.775419 19.702192 C 50.867102 22.788369 60.595014 27.012795 69.73229 32.289415 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(94.665527%, 96.705627%, 91.842651%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(46.665955%, 67.059326%, 18.429565%)" stroke-opacity="1" stroke-miterlimit="10" d="M 104.884984 -10.205174 L 104.884984 23.809272 L 121.892207 23.809272 L 121.892207 -10.205174 Z M 104.884984 -10.205174 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="268.165253" y="148.4646"/>
<use xlink:href="#glyph-0-2" x="268.165253" y="145.078881"/>
<use xlink:href="#glyph-0-3" x="268.165253" y="142.038898"/>
<use xlink:href="#glyph-0-4" x="268.165253" y="138.65318"/>
<use xlink:href="#glyph-0-5" x="268.165253" y="134.922224"/>
<use xlink:href="#glyph-0-3" x="268.165253" y="131.191268"/>
<use xlink:href="#glyph-0-6" x="268.165253" y="127.80555"/>
<use xlink:href="#glyph-0-2" x="268.165253" y="124.074594"/>
</g>
<path fill-rule="nonzero" fill="rgb(94.665527%, 96.705627%, 91.842651%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(46.665955%, 67.059326%, 18.429565%)" stroke-opacity="1" stroke-miterlimit="10" d="M 110.552754 23.910971 L 110.552754 26.547325 C 110.552754 26.602087 110.584046 26.676405 110.623161 26.71552 L 113.318188 29.410547 C 113.357303 29.449662 113.419887 29.449662 113.459003 29.410547 L 116.150118 26.71552 C 116.189233 26.676405 116.220525 26.602087 116.220525 26.547325 L 116.220525 23.910971 C 116.220525 23.85621 116.177498 23.809272 116.122737 23.809272 L 110.650542 23.809272 C 110.595781 23.809272 110.552754 23.85621 110.552754 23.910971 Z M 110.552754 23.910971 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1" d="M 268.429688 112.101562 C 268.429688 111.277344 267.761719 110.609375 266.9375 110.609375 C 266.113281 110.609375 265.445312 111.277344 265.445312 112.101562 C 265.445312 112.925781 266.113281 113.59375 266.9375 113.59375 C 267.761719 113.59375 268.429688 112.925781 268.429688 112.101562 Z M 268.429688 112.101562 "/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(46.665955%, 67.059326%, 18.429565%)" stroke-opacity="1" stroke-miterlimit="10" d="M 113.388595 29.480954 C 113.388595 34.444654 119.764348 35.148725 124.724136 35.148725 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1">
<use xlink:href="#glyph-1-1" x="282.071546" y="107.160164"/>
</g>
<g fill="rgb(46.665955%, 67.059326%, 18.429565%)" fill-opacity="1">
<use xlink:href="#glyph-2-2" x="287.757896" y="108.652157"/>
</g>
<path fill-rule="nonzero" fill="rgb(89.99939%, 94.468689%, 97.410583%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -127.560103 1.900933 L -127.560103 6.035394 C -127.560103 6.148828 -127.470139 6.234881 -127.360617 6.234881 L -99.412914 6.234881 C -99.303392 6.234881 -99.213428 6.148828 -99.213428 6.035394 L -99.213428 1.900933 C -99.213428 1.791411 -99.303392 1.701447 -99.412914 1.701447 L -127.360617 1.701447 C -127.470139 1.701447 -127.560103 1.791411 -127.560103 1.900933 Z M -127.560103 1.900933 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(89.99939%, 94.468689%, 97.410583%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -99.213428 -5.753882 L -99.213428 12.274244 C -99.213428 12.383766 -99.123463 12.473731 -99.013941 12.473731 L -93.745144 12.473731 C -93.635622 12.473731 -93.545657 12.383766 -93.545657 12.274244 L -93.545657 -5.753882 C -93.545657 -5.863404 -93.635622 -5.953368 -93.745144 -5.953368 L -99.013941 -5.953368 C -99.123463 -5.953368 -99.213428 -5.863404 -99.213428 -5.753882 Z M -99.213428 -5.753882 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -97.797463 -6.152855 L -97.797463 -10.005687 C -97.797463 -10.11521 -97.707498 -10.205174 -97.597976 -10.205174 L -95.161109 -10.205174 C -95.051587 -10.205174 -94.961622 -10.11521 -94.961622 -10.005687 L -94.961622 -6.152855 C -94.961622 -6.043333 -95.051587 -5.953368 -95.161109 -5.953368 L -97.597976 -5.953368 C -97.707498 -5.953368 -97.797463 -6.043333 -97.797463 -6.152855 Z M -97.797463 -6.152855 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.706726%, 74.116516%)" stroke-opacity="1" stroke-miterlimit="10" d="M -127.560103 3.970119 C -134.299626 3.970119 -137.831715 1.134278 -144.567326 1.134278 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1">
<use xlink:href="#glyph-1-2" x="3.814868" y="133.751392"/>
</g>
<g fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1">
<use xlink:href="#glyph-2-2" x="10.213261" y="135.243385"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 44.706726%, 74.116516%)" fill-opacity="1" d="M 27.804688 137.578125 C 27.804688 136.753906 27.136719 136.085938 26.3125 136.085938 C 25.488281 136.085938 24.820312 136.753906 24.820312 137.578125 C 24.820312 138.402344 25.488281 139.070312 26.3125 139.070312 C 27.136719 139.070312 27.804688 138.402344 27.804688 137.578125 Z M 27.804688 137.578125 "/>
<path fill-rule="nonzero" fill="rgb(59.999084%, 59.999084%, 59.999084%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -136.063715 -10.205174 L -136.063715 -51.025639 L 136.063589 -51.025639 L 136.063589 -10.205174 Z M -136.063715 -10.205174 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1" x="137.071606" y="175.543172"/>
<use xlink:href="#glyph-3-2" x="144.878755" y="175.543172"/>
<use xlink:href="#glyph-3-3" x="148.775863" y="175.543172"/>
<use xlink:href="#glyph-3-4" x="153.750471" y="175.543172"/>
<use xlink:href="#glyph-3-5" x="159.278255" y="175.543172"/>
<use xlink:href="#glyph-3-6" x="162.042148" y="175.543172"/>
<use xlink:href="#glyph-3-7" x="165.911398" y="175.543172"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -102.049269 85.039969 L -102.049269 103.083741 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.053298 -0.000311301 L 1.609828 1.681636 L 3.088377 -0.000311301 L 1.609828 -1.682258 Z M 6.053298 -0.000311301 " transform="matrix(0, -0.998657, -0.998657, 0, 51.788752, 41.431884)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3" x="55.604199" y="36.113739"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -102.049269 85.039969 L -120.093041 85.039969 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.053258 0.000271016 L 1.609788 1.682218 L 3.088337 0.000271016 L 1.609788 -1.681676 Z M 6.053258 0.000271016 " transform="matrix(-0.998657, 0, 0, 0.998657, 36.603719, 56.616917)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1" x="26.300619" y="52.805284"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -100.914932 85.039969 C -100.914932 85.66581 -101.423428 86.174305 -102.049269 86.174305 C -102.675109 86.174305 -103.183605 85.66581 -103.183605 85.039969 C -103.183605 84.414128 -102.675109 83.905633 -102.049269 83.905633 C -101.423428 83.905633 -100.914932 84.414128 -100.914932 85.039969 Z M -100.914932 85.039969 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -97.515835 85.039969 C -97.515835 87.543332 -99.545906 89.577315 -102.049269 89.577315 C -104.552632 89.577315 -106.586614 87.543332 -106.586614 85.039969 C -106.586614 82.536606 -104.552632 80.506535 -102.049269 80.506535 C -99.545906 80.506535 -97.515835 82.536606 -97.515835 85.039969 Z M -97.515835 85.039969 " transform="matrix(0.998657, 0, 0, -0.998657, 153.701235, 141.542911)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="60.630437" y="57.792575"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,139 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="226.2" height="173.621" viewBox="0 0 226.2 173.621">
<defs>
<g>
<g id="glyph-0-0">
<path d="M 4.390625 -2.484375 C 4.390625 -3.546875 3.515625 -4.40625 2.484375 -4.40625 C 1.40625 -4.40625 0.5625 -3.515625 0.5625 -2.484375 C 0.5625 -1.421875 1.421875 -0.5625 2.46875 -0.5625 C 3.546875 -0.5625 4.390625 -1.4375 4.390625 -2.484375 Z M 4.390625 -2.484375 "/>
</g>
<g id="glyph-0-1">
<path d="M 4.234375 2.375 C 4.234375 2.265625 4.171875 2.265625 4.078125 2.265625 C 3.296875 2.21875 2.921875 1.765625 2.84375 1.40625 C 2.8125 1.296875 2.8125 1.28125 2.8125 0.9375 L 2.8125 -0.5625 C 2.8125 -0.859375 2.8125 -1.359375 2.78125 -1.453125 C 2.65625 -2.109375 2.03125 -2.375 1.640625 -2.484375 C 2.8125 -2.8125 2.8125 -3.515625 2.8125 -3.796875 L 2.8125 -5.59375 C 2.8125 -6.296875 2.8125 -6.515625 3.046875 -6.765625 C 3.21875 -6.9375 3.453125 -7.1875 4.140625 -7.21875 C 4.203125 -7.234375 4.234375 -7.265625 4.234375 -7.328125 C 4.234375 -7.4375 4.15625 -7.4375 4.03125 -7.4375 C 3.046875 -7.4375 2.15625 -6.9375 2.140625 -6.21875 L 2.140625 -4.40625 C 2.140625 -3.46875 2.140625 -3.3125 1.890625 -3.03125 C 1.75 -2.890625 1.484375 -2.625 0.859375 -2.59375 C 0.78125 -2.59375 0.71875 -2.578125 0.71875 -2.484375 C 0.71875 -2.375 0.78125 -2.375 0.875 -2.375 C 1.296875 -2.34375 2.140625 -2.140625 2.140625 -1.140625 L 2.140625 0.828125 C 2.140625 1.40625 2.140625 1.734375 2.65625 2.109375 C 3.078125 2.40625 3.734375 2.484375 4.03125 2.484375 C 4.15625 2.484375 4.234375 2.484375 4.234375 2.375 Z M 4.234375 2.375 "/>
</g>
<g id="glyph-0-2">
<path d="M 4.234375 -2.484375 C 4.234375 -2.578125 4.171875 -2.578125 4.078125 -2.59375 C 3.65625 -2.625 2.8125 -2.828125 2.8125 -3.8125 L 2.8125 -5.78125 C 2.8125 -6.359375 2.8125 -6.703125 2.296875 -7.0625 C 1.859375 -7.359375 1.234375 -7.4375 0.90625 -7.4375 C 0.8125 -7.4375 0.71875 -7.4375 0.71875 -7.328125 C 0.71875 -7.234375 0.78125 -7.234375 0.875 -7.21875 C 1.65625 -7.171875 2.03125 -6.734375 2.109375 -6.375 C 2.140625 -6.265625 2.140625 -6.234375 2.140625 -5.890625 L 2.140625 -4.40625 C 2.140625 -4.109375 2.140625 -3.609375 2.15625 -3.5 C 2.296875 -2.84375 2.921875 -2.59375 3.3125 -2.484375 C 2.140625 -2.140625 2.140625 -1.4375 2.140625 -1.15625 L 2.140625 0.625 C 2.140625 1.34375 2.140625 1.5625 1.90625 1.8125 C 1.71875 1.984375 1.5 2.21875 0.796875 2.265625 C 0.75 2.265625 0.71875 2.3125 0.71875 2.375 C 0.71875 2.484375 0.8125 2.484375 0.90625 2.484375 C 1.90625 2.484375 2.78125 1.96875 2.8125 1.265625 L 2.8125 -0.5625 C 2.8125 -1.484375 2.8125 -1.640625 3.0625 -1.921875 C 3.203125 -2.0625 3.46875 -2.328125 4.09375 -2.375 C 4.171875 -2.375 4.234375 -2.375 4.234375 -2.484375 Z M 4.234375 -2.484375 "/>
</g>
<g id="glyph-1-0">
<path d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.828125 -1.515625 4.796875 -1.515625 C 4.71875 -1.515625 4.6875 -1.484375 4.671875 -1.40625 C 4.34375 -0.34375 3.671875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.96875 -1.640625 L 3.3125 -3 C 3.375 -3.25 3.609375 -4.171875 4.296875 -4.171875 C 4.34375 -4.171875 4.578125 -4.171875 4.796875 -4.03125 C 4.515625 -3.984375 4.3125 -3.734375 4.3125 -3.5 C 4.3125 -3.34375 4.421875 -3.15625 4.6875 -3.15625 C 4.90625 -3.15625 5.234375 -3.328125 5.234375 -3.734375 C 5.234375 -4.25 4.640625 -4.390625 4.3125 -4.390625 C 3.734375 -4.390625 3.390625 -3.859375 3.265625 -3.625 C 3.015625 -4.28125 2.484375 -4.390625 2.1875 -4.390625 C 1.15625 -4.390625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.921875 1.828125 -4.171875 2.171875 -4.171875 C 2.359375 -4.171875 2.703125 -4.078125 2.703125 -3.5 C 2.703125 -3.1875 2.546875 -2.53125 2.171875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.578125 2.265625 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.359375 0.109375 4.921875 -1.171875 4.921875 -1.421875 Z M 4.921875 -1.421875 "/>
</g>
<g id="glyph-1-1">
<path d="M 4.828125 -3.78125 C 4.859375 -3.921875 4.859375 -3.9375 4.859375 -4.015625 C 4.859375 -4.1875 4.71875 -4.28125 4.578125 -4.28125 C 4.46875 -4.28125 4.3125 -4.21875 4.234375 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.09375 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.40625 -0.796875 2.96875 -0.109375 2.328125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.578125 C 2.40625 -4.015625 2.09375 -4.390625 1.59375 -4.390625 C 0.65625 -4.390625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.875 1.234375 -4.171875 1.5625 -4.171875 C 1.640625 -4.171875 1.8125 -4.171875 1.8125 -3.84375 C 1.8125 -3.609375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.109375 1.078125 -1.53125 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.671875 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.96875 1.78125 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.875 0.015625 Z M 4.828125 -3.78125 "/>
</g>
<g id="glyph-1-2">
<path d="M 4.3125 -1.421875 C 4.3125 -1.46875 4.28125 -1.515625 4.203125 -1.515625 C 4.109375 -1.515625 4.09375 -1.453125 4.0625 -1.390625 C 3.828125 -0.75 3.1875 -0.5625 2.875 -0.5625 C 2.671875 -0.5625 2.484375 -0.609375 2.28125 -0.6875 C 1.9375 -0.8125 1.796875 -0.859375 1.59375 -0.859375 C 1.59375 -0.859375 1.40625 -0.859375 1.3125 -0.828125 C 1.859375 -1.40625 2.140625 -1.640625 2.5 -1.953125 C 2.5 -1.953125 3.109375 -2.484375 3.46875 -2.84375 C 4.421875 -3.765625 4.640625 -4.25 4.640625 -4.28125 C 4.640625 -4.390625 4.53125 -4.390625 4.53125 -4.390625 C 4.453125 -4.390625 4.421875 -4.359375 4.375 -4.28125 C 4.078125 -3.796875 3.875 -3.640625 3.625 -3.640625 C 3.390625 -3.640625 3.28125 -3.796875 3.125 -3.953125 C 2.9375 -4.1875 2.765625 -4.390625 2.4375 -4.390625 C 1.703125 -4.390625 1.234375 -3.46875 1.234375 -3.25 C 1.234375 -3.203125 1.265625 -3.140625 1.359375 -3.140625 C 1.453125 -3.140625 1.46875 -3.1875 1.484375 -3.25 C 1.671875 -3.703125 2.25 -3.71875 2.328125 -3.71875 C 2.546875 -3.71875 2.734375 -3.65625 2.953125 -3.578125 C 3.359375 -3.421875 3.46875 -3.421875 3.71875 -3.421875 C 3.359375 -3 2.53125 -2.28125 2.34375 -2.125 L 1.453125 -1.296875 C 0.78125 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.359375 1.234375 -0.640625 1.546875 -0.640625 C 1.78125 -0.640625 1.875 -0.546875 2.125 -0.265625 C 2.296875 -0.046875 2.46875 0.109375 2.765625 0.109375 C 3.734375 0.109375 4.3125 -1.15625 4.3125 -1.421875 Z M 4.3125 -1.421875 "/>
</g>
<g id="glyph-1-3">
<path d="M 7.34375 -4.328125 C 7.34375 -5.921875 6.296875 -7 4.8125 -7 C 2.671875 -7 0.484375 -4.75 0.484375 -2.4375 C 0.484375 -0.78125 1.59375 0.21875 3.03125 0.21875 C 5.125 0.21875 7.34375 -1.953125 7.34375 -4.328125 Z M 6.453125 -4.71875 C 6.453125 -4 6.1875 -2.453125 5.203125 -1.234375 C 4.734375 -0.625 3.921875 -0.046875 3.078125 -0.046875 C 2.109375 -0.046875 1.40625 -0.84375 1.40625 -2.15625 C 1.40625 -2.59375 1.546875 -4.03125 2.3125 -5.203125 C 3 -6.234375 3.96875 -6.75 4.75 -6.75 C 5.5625 -6.75 6.453125 -6.1875 6.453125 -4.71875 Z M 6.453125 -4.71875 "/>
</g>
<g id="glyph-1-4">
<path d="M 6.203125 -6.109375 C 6.203125 -6.203125 6.125 -6.25 6.0625 -6.296875 C 5.84375 -6.453125 5.734375 -6.625 5.65625 -6.859375 C 5.640625 -6.953125 5.59375 -7.078125 5.453125 -7.078125 C 5.3125 -7.078125 5.265625 -6.953125 5.265625 -6.875 C 5.265625 -6.828125 5.34375 -6.515625 5.5 -6.296875 L 2.15625 -6.296875 C 1.984375 -6.296875 1.8125 -6.296875 1.8125 -6.109375 C 1.8125 -5.90625 1.984375 -5.90625 2.15625 -5.90625 L 5.328125 -5.90625 C 5.1875 -5.78125 4.859375 -5.5 4.859375 -5.3125 C 4.859375 -5.21875 4.953125 -5.125 5.0625 -5.125 C 5.15625 -5.125 5.203125 -5.1875 5.25 -5.25 C 5.375 -5.390625 5.59375 -5.671875 6.03125 -5.890625 C 6.109375 -5.9375 6.203125 -5.984375 6.203125 -6.109375 Z M 6.203125 -6.109375 "/>
</g>
<g id="glyph-1-5">
<path d="M 4.859375 -2.796875 C 4.859375 -3.734375 4.296875 -4.390625 3.546875 -4.390625 C 3.046875 -4.390625 2.5625 -4.03125 2.25 -3.640625 C 2.140625 -4.171875 1.71875 -4.390625 1.34375 -4.390625 C 0.890625 -4.390625 0.703125 -4 0.609375 -3.8125 C 0.4375 -3.484375 0.3125 -2.890625 0.3125 -2.859375 C 0.3125 -2.765625 0.421875 -2.765625 0.421875 -2.765625 C 0.53125 -2.765625 0.53125 -2.765625 0.59375 -2.984375 C 0.765625 -3.6875 0.96875 -4.171875 1.3125 -4.171875 C 1.484375 -4.171875 1.625 -4.09375 1.625 -3.703125 C 1.625 -3.484375 1.59375 -3.375 1.5625 -3.203125 L 0.453125 1.203125 C 0.359375 1.546875 0.34375 1.625 -0.09375 1.625 C -0.203125 1.625 -0.3125 1.625 -0.3125 1.8125 C -0.3125 1.890625 -0.265625 1.921875 -0.1875 1.921875 C 0.078125 1.921875 0.359375 1.890625 0.640625 1.890625 C 0.96875 1.890625 1.3125 1.921875 1.625 1.921875 C 1.671875 1.921875 1.8125 1.921875 1.8125 1.71875 C 1.8125 1.625 1.703125 1.625 1.5625 1.625 C 1.078125 1.625 1.078125 1.546875 1.078125 1.453125 C 1.078125 1.34375 1.484375 -0.28125 1.5625 -0.53125 C 1.6875 -0.234375 1.96875 0.109375 2.46875 0.109375 C 3.625 0.109375 4.859375 -1.34375 4.859375 -2.796875 Z M 3.640625 -1.125 C 3.296875 -0.4375 2.828125 -0.109375 2.453125 -0.109375 C 1.8125 -0.109375 1.671875 -0.9375 1.671875 -0.984375 C 1.671875 -0.984375 1.671875 -1.03125 1.703125 -1.15625 L 2.1875 -3.09375 C 2.265625 -3.359375 2.53125 -3.640625 2.703125 -3.796875 C 3.0625 -4.09375 3.34375 -4.171875 3.515625 -4.171875 C 3.90625 -4.171875 4.140625 -3.8125 4.140625 -3.234375 C 4.140625 -2.65625 3.8125 -1.515625 3.640625 -1.125 Z M 3.640625 -1.125 "/>
</g>
<g id="glyph-1-6">
<path d="M 3.8125 -1.8125 C 3.90625 -2.140625 3.953125 -2.484375 3.953125 -2.8125 C 3.953125 -2.96875 3.953125 -3.125 3.921875 -3.28125 C 3.84375 -3.734375 3.625 -4.140625 3.359375 -4.484375 C 2.921875 -5.046875 2.296875 -5.828125 2.296875 -6.28125 C 2.296875 -6.34375 2.296875 -6.40625 2.328125 -6.453125 C 2.375 -6.53125 2.453125 -6.625 2.546875 -6.671875 C 2.65625 -6.734375 2.765625 -6.734375 2.875 -6.734375 C 3.3125 -6.71875 3.59375 -6.40625 3.96875 -6.234375 C 4.015625 -6.234375 4.046875 -6.21875 4.078125 -6.21875 C 4.21875 -6.21875 4.359375 -6.3125 4.4375 -6.4375 C 4.46875 -6.5 4.484375 -6.5625 4.484375 -6.625 C 4.484375 -6.75 4.40625 -6.84375 4.28125 -6.875 C 3.90625 -6.96875 3.5 -7.0625 3.140625 -7.0625 C 3.046875 -7.0625 2.953125 -7.046875 2.875 -7.046875 C 2.734375 -7.015625 2.59375 -6.96875 2.453125 -6.890625 C 2.328125 -6.8125 2.21875 -6.6875 2.140625 -6.546875 C 2.046875 -6.40625 2.03125 -6.234375 2.03125 -6.046875 C 2.03125 -5.515625 2.328125 -4.875 2.625 -4.328125 C 2.21875 -4.234375 1.828125 -4.03125 1.484375 -3.734375 C 0.984375 -3.296875 0.640625 -2.734375 0.5 -2.15625 C 0.453125 -1.953125 0.421875 -1.75 0.421875 -1.5625 C 0.421875 -1.1875 0.515625 -0.859375 0.703125 -0.5625 C 0.96875 -0.15625 1.4375 0.109375 2 0.109375 C 2.875 0.109375 3.578125 -0.828125 3.8125 -1.8125 Z M 3.171875 -1.625 C 2.984375 -0.890625 2.625 -0.109375 2 -0.109375 C 1.59375 -0.109375 1.296875 -0.34375 1.15625 -0.671875 C 1.078125 -0.859375 1.03125 -1.0625 1.03125 -1.28125 C 1.03125 -1.546875 1.09375 -1.828125 1.15625 -2.109375 C 1.296875 -2.625 1.484375 -3.15625 1.890625 -3.578125 C 2.125 -3.828125 2.4375 -4.03125 2.734375 -4.125 L 2.765625 -4.0625 C 2.96875 -3.703125 3.140625 -3.328125 3.21875 -2.921875 C 3.265625 -2.765625 3.28125 -2.59375 3.28125 -2.421875 C 3.28125 -2.15625 3.25 -1.890625 3.171875 -1.625 Z M 3.171875 -1.625 "/>
</g>
<g id="glyph-2-0">
<path d="M 3.28125 0 L 3.28125 -0.25 L 3.03125 -0.25 C 2.328125 -0.25 2.328125 -0.34375 2.328125 -0.5625 L 2.328125 -4.421875 C 2.328125 -4.609375 2.3125 -4.609375 2.125 -4.609375 C 1.671875 -4.171875 1.046875 -4.171875 0.765625 -4.171875 L 0.765625 -3.921875 C 0.921875 -3.921875 1.390625 -3.921875 1.765625 -4.109375 L 1.765625 -0.5625 C 1.765625 -0.34375 1.765625 -0.25 1.078125 -0.25 L 0.8125 -0.25 L 0.8125 0 L 2.046875 -0.03125 Z M 3.28125 0 "/>
</g>
<g id="glyph-2-1">
<path d="M 3.515625 -1.265625 L 3.28125 -1.265625 C 3.25 -1.109375 3.1875 -0.703125 3.09375 -0.625 C 3.03125 -0.59375 2.5 -0.59375 2.40625 -0.59375 L 1.125 -0.59375 C 1.859375 -1.234375 2.09375 -1.4375 2.515625 -1.765625 C 3.03125 -2.171875 3.515625 -2.59375 3.515625 -3.265625 C 3.515625 -4.109375 2.78125 -4.609375 1.890625 -4.609375 C 1.015625 -4.609375 0.4375 -4.015625 0.4375 -3.375 C 0.4375 -3.015625 0.734375 -2.984375 0.8125 -2.984375 C 0.96875 -2.984375 1.171875 -3.09375 1.171875 -3.34375 C 1.171875 -3.484375 1.125 -3.71875 0.765625 -3.71875 C 0.984375 -4.21875 1.453125 -4.359375 1.78125 -4.359375 C 2.46875 -4.359375 2.84375 -3.828125 2.84375 -3.265625 C 2.84375 -2.65625 2.40625 -2.171875 2.1875 -1.921875 L 0.5 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.296875 0 Z M 3.515625 -1.265625 "/>
</g>
<g id="glyph-3-0">
<path d="M 3.890625 -1 C 3.890625 -1.078125 3.796875 -1.078125 3.78125 -1.078125 C 3.6875 -1.078125 3.671875 -1.046875 3.65625 -0.96875 C 3.5 -0.484375 3.09375 -0.125 2.703125 -0.125 C 2.421875 -0.125 2.28125 -0.3125 2.28125 -0.578125 C 2.28125 -0.765625 2.4375 -1.390625 2.640625 -2.15625 C 2.78125 -2.703125 3.09375 -2.875 3.3125 -2.875 C 3.3125 -2.875 3.546875 -2.875 3.6875 -2.78125 C 3.46875 -2.71875 3.390625 -2.515625 3.390625 -2.390625 C 3.390625 -2.234375 3.5 -2.140625 3.671875 -2.140625 C 3.828125 -2.140625 4.046875 -2.265625 4.046875 -2.5625 C 4.046875 -2.953125 3.609375 -3.0625 3.328125 -3.0625 C 2.984375 -3.0625 2.703125 -2.84375 2.546875 -2.578125 C 2.421875 -2.859375 2.109375 -3.0625 1.71875 -3.0625 C 0.9375 -3.0625 0.5 -2.21875 0.5 -2 C 0.5 -1.90625 0.59375 -1.90625 0.609375 -1.90625 C 0.703125 -1.90625 0.703125 -1.9375 0.75 -2.03125 C 0.921875 -2.578125 1.359375 -2.875 1.703125 -2.875 C 1.921875 -2.875 2.109375 -2.75 2.109375 -2.40625 C 2.109375 -2.28125 2.03125 -1.921875 1.96875 -1.6875 L 1.734375 -0.734375 C 1.65625 -0.5 1.4375 -0.125 1.078125 -0.125 C 1.0625 -0.125 0.84375 -0.125 0.703125 -0.21875 C 0.984375 -0.3125 1.015625 -0.5625 1.015625 -0.609375 C 1.015625 -0.765625 0.890625 -0.859375 0.734375 -0.859375 C 0.53125 -0.859375 0.328125 -0.703125 0.328125 -0.4375 C 0.328125 -0.09375 0.71875 0.0625 1.0625 0.0625 C 1.390625 0.0625 1.671875 -0.125 1.84375 -0.421875 C 2.015625 -0.0625 2.390625 0.0625 2.671875 0.0625 C 3.46875 0.0625 3.890625 -0.796875 3.890625 -1 Z M 3.890625 -1 "/>
</g>
</g>
<clipPath id="clip-0">
<path clip-rule="nonzero" d="M 0 0.117188 L 186 0.117188 L 186 173.125 L 0 173.125 Z M 0 0.117188 "/>
</clipPath>
<clipPath id="clip-1">
<path clip-rule="nonzero" d="M 202 99 L 225.402344 99 L 225.402344 132 L 202 132 Z M 202 99 "/>
</clipPath>
</defs>
<path fill-rule="nonzero" fill="rgb(69.999695%, 69.999695%, 100%)" fill-opacity="1" d="M 171.53125 84.34375 L 168.945312 75.460938 C 168.511719 73.964844 167.808594 71.535156 167.378906 70.035156 L 164.988281 61.679688 C 164.5625 60.179688 163.777344 57.773438 163.242188 56.308594 L 160.207031 48.019531 C 159.671875 46.554688 158.523438 44.320312 157.644531 43.035156 L 152.621094 35.683594 C 151.742188 34.394531 150.203125 32.394531 149.179688 31.214844 L 143.265625 24.375 C 142.242188 23.195312 140.363281 21.535156 139.066406 20.667969 L 131.523438 15.625 C 130.226562 14.753906 127.972656 13.664062 126.488281 13.1875 L 117.917969 10.4375 C 116.433594 9.960938 114.078125 9.054688 112.652344 8.414062 L 104.335938 4.675781 C 102.910156 4.035156 100.496094 3.421875 98.941406 3.304688 L 89.84375 2.625 C 88.289062 2.507812 85.769531 2.304688 84.214844 2.171875 L 74.6875 1.351562 C 73.132812 1.21875 70.75 1.6875 69.363281 2.398438 L 60.796875 6.796875 C 59.410156 7.507812 57.203125 8.742188 55.871094 9.550781 L 48.222656 14.191406 C 46.886719 15.003906 44.664062 16.195312 43.25 16.859375 L 34.953125 20.75 C 33.539062 21.410156 31.617188 22.945312 30.65625 24.171875 L 25.039062 31.355469 C 24.078125 32.582031 22.363281 34.429688 21.207031 35.476562 L 14.160156 41.878906 C 13.007812 42.929688 11.902344 45.03125 11.691406 46.578125 L 10.382812 56.222656 C 10.171875 57.765625 9.554688 60.203125 9.007812 61.664062 L 5.890625 69.929688 C 5.339844 71.390625 4.839844 73.835938 4.773438 75.394531 L 4.398438 84.234375 C 4.332031 85.792969 4.011719 88.292969 3.679688 89.816406 L 1.589844 99.464844 C 1.261719 100.988281 1.359375 103.4375 1.8125 104.929688 L 4.574219 114.066406 C 5.023438 115.558594 5.992188 117.882812 6.738281 119.253906 L 11.238281 127.554688 C 11.980469 128.925781 13.421875 130.984375 14.453125 132.152344 L 20.601562 139.109375 C 21.632812 140.28125 23.472656 142 24.707031 142.953125 L 31.824219 148.453125 C 33.058594 149.40625 35.074219 150.933594 36.328125 151.863281 L 43.359375 157.082031 C 44.613281 158.011719 46.773438 159.300781 48.183594 159.964844 L 56.140625 163.695312 C 57.550781 164.359375 59.808594 165.5 61.179688 166.242188 L 69.546875 170.785156 C 70.914062 171.53125 73.289062 172.046875 74.84375 171.941406 L 84.210938 171.304688 C 85.765625 171.199219 88.285156 170.957031 89.832031 170.765625 L 98.730469 169.667969 C 100.277344 169.476562 102.746094 168.957031 104.238281 168.507812 L 112.738281 165.941406 C 114.234375 165.488281 116.679688 164.863281 118.207031 164.542969 L 127.53125 162.582031 C 129.058594 162.257812 131.179688 161.09375 132.265625 159.972656 L 138.855469 153.195312 C 139.945312 152.074219 141.832031 150.402344 143.070312 149.453125 L 150.417969 143.847656 C 151.660156 142.898438 153.425781 141.125 154.367188 139.878906 L 159.996094 132.421875 C 160.9375 131.175781 161.914062 128.921875 162.183594 127.382812 L 163.820312 117.964844 C 164.085938 116.429688 164.757812 114 165.3125 112.542969 L 168.492188 104.234375 C 169.050781 102.777344 169.742188 100.355469 170.039062 98.824219 L 171.78125 89.828125 C 172.078125 88.296875 171.964844 85.839844 171.53125 84.34375 Z M 171.53125 84.34375 "/>
<g clip-path="url(#clip-0)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 84.801903 2.721474 L 82.20682 11.635702 C 81.771693 13.137087 81.066081 15.575368 80.634874 17.080673 L 78.235794 25.465692 C 77.808507 26.970998 77.020574 29.385758 76.483525 30.855782 L 73.437634 39.174161 C 72.900585 40.644185 71.748086 42.886462 70.866072 44.176164 L 65.824868 51.553726 C 64.942853 52.847348 63.398347 54.854421 62.37129 56.038281 L 56.436312 62.902315 C 55.409254 64.086175 53.523703 65.752203 52.222241 66.622457 L 44.652596 71.683261 C 43.351134 72.557436 41.089256 73.651134 39.599631 74.129382 L 30.999008 76.889108 C 29.509384 77.367356 27.145584 78.276811 25.714761 78.919702 L 17.368942 82.671204 C 15.938118 83.314095 13.515518 83.929545 11.955332 84.047147 L 2.8255 84.729238 C 1.265314 84.84684 -1.263128 85.050684 -2.823314 85.183966 L -12.384353 86.00718 C -13.944539 86.140462 -16.335779 85.670054 -17.727402 84.956602 L -26.324105 80.542609 C -27.715728 79.829157 -29.930565 78.590416 -31.267307 77.778963 L -38.942795 73.121925 C -40.283457 72.306552 -42.513974 71.110932 -43.933038 70.444521 L -52.259257 66.540136 C -53.67832 65.877645 -55.606992 64.337059 -56.571328 63.106159 L -62.208382 55.897159 C -63.172718 54.666258 -64.893627 52.812067 -66.053966 51.76149 L -73.125764 45.336503 C -74.282183 44.282005 -75.391561 42.17301 -75.603245 40.620665 L -76.916467 30.942024 C -77.12815 29.393598 -77.747521 26.947477 -78.29633 25.481373 L -81.424542 17.186515 C -81.977271 15.72041 -82.479039 13.26645 -82.54568 11.702344 L -82.922007 2.831236 C -82.988648 1.26713 -83.310093 -1.241712 -83.643299 -2.770537 L -85.740533 -12.453098 C -86.069819 -13.981924 -85.971817 -16.439805 -85.51709 -17.93727 L -82.745604 -27.106302 C -82.294796 -28.603767 -81.32262 -30.936206 -80.573888 -32.312149 L -76.057972 -40.642287 C -75.31316 -42.01823 -73.866656 -44.084104 -72.831759 -45.256204 L -66.661576 -52.23784 C -65.626679 -53.41386 -63.780328 -55.138688 -62.541588 -56.095184 L -55.399229 -61.614636 C -54.160488 -62.571132 -52.137734 -64.103877 -50.879394 -65.036853 L -43.823276 -70.27406 C -42.564935 -71.207036 -40.397139 -72.500657 -38.981996 -73.167068 L -30.996823 -76.91073 C -29.581679 -77.577142 -27.315882 -78.721801 -25.939939 -79.466613 L -17.543159 -84.025649 C -16.171136 -84.774381 -13.787737 -85.29183 -12.227551 -85.185988 L -2.827234 -84.547018 C -1.267048 -84.441176 1.261394 -84.198132 2.81374 -84.006049 L 11.743648 -82.90451 C 13.295994 -82.712427 15.773475 -82.191058 17.27094 -81.740251 L 25.801002 -79.164768 C 27.302387 -78.71004 29.756348 -78.08283 31.289093 -77.761385 L 40.646289 -75.793512 C 42.179034 -75.468146 44.30763 -74.299967 45.397408 -73.174908 L 52.010558 -66.373595 C 53.104256 -65.248536 54.997648 -63.570749 56.240308 -62.618173 L 63.613951 -56.992879 C 64.860532 -56.040303 66.632401 -54.260594 67.577137 -53.010093 L 73.225951 -45.526688 C 74.170687 -44.276188 75.150703 -42.01431 75.421187 -40.469804 L 77.063695 -31.018527 C 77.330259 -29.477941 78.00451 -27.039661 78.56116 -25.577477 L 81.752093 -17.239498 C 82.312662 -15.777314 83.006514 -13.346873 83.304438 -11.810208 L 85.052788 -2.782297 C 85.350713 -1.245632 85.237031 1.220089 84.801903 2.721474 Z M 84.801903 2.721474 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="197.532389" y="117.507933"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 113.387019 -28.345043 L 131.431079 -28.345043 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" d="M 221.199219 115.300781 L 216.769531 113.625 L 218.246094 115.300781 L 216.769531 116.980469 Z M 221.199219 115.300781 "/>
<g clip-path="url(#clip-1)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052833 0.00175737 L 1.607479 1.683465 L 3.089263 0.00175737 L 1.607479 -1.683871 Z M 6.052833 0.00175737 " transform="matrix(0.996476, 0, 0, -0.996476, 215.167718, 115.302532)"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="213.133213" y="111.496194"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 113.387019 -28.345043 L 113.387019 -10.300982 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054811 0.000221101 L 1.609457 1.681929 L 3.087322 0.000221101 L 1.609457 -1.681487 Z M 6.054811 0.000221101 " transform="matrix(0, -0.996476, -0.996476, 0, 200.015845, 100.15066)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1" x="203.820151" y="100.78408"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 114.519918 -28.345043 C 114.519918 -27.721752 114.014229 -27.212144 113.387019 -27.212144 C 112.759808 -27.212144 112.25412 -27.721752 112.25412 -28.345043 C 112.25412 -28.972253 112.759808 -29.481862 113.387019 -29.481862 C 114.014229 -29.481862 114.519918 -28.972253 114.519918 -28.345043 Z M 114.519918 -28.345043 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 117.922534 -28.345043 C 117.922534 -25.840121 115.891941 -23.809527 113.387019 -23.809527 C 110.882097 -23.809527 108.851503 -25.840121 108.851503 -28.345043 C 108.851503 -30.849964 110.882097 -32.880558 113.387019 -32.880558 C 115.891941 -32.880558 117.922534 -30.849964 117.922534 -28.345043 Z M 117.922534 -28.345043 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2" x="186.140678" y="117.439176"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="203.820151" y="126.552943"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3" x="208.783596" y="126.552943"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2" x="216.63184" y="126.552943"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -42.521815 42.521896 L -18.80542 42.521896 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054493 0.00169619 L 1.609139 1.683404 L 3.087004 0.00169619 L 1.609139 -1.683932 Z M 6.054493 0.00169619 " transform="matrix(0.996476, 0, 0, -0.996476, 65.459031, 44.685284)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="42.176833" y="46.891681"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="40.013485" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="39.934065" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="44.9291" y="40.4395"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6" x="63.536292" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="68.325313" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="73.318694" y="40.4395"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="77.820772" y="40.4395"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 42.52008 42.521896 L 66.232555 42.521896 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.052078 0.00169619 L 1.610644 1.683404 L 3.088509 0.00169619 L 1.610644 -1.683932 Z M 6.052078 0.00169619 " transform="matrix(0.996476, 0, 0, -0.996476, 150.19972, 44.685284)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="126.916137" y="46.891681"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="124.753784" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="124.674364" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="129.668403" y="40.4395"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6" x="148.275595" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="153.064616" y="38.949769"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="158.057997" y="40.4395"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="162.560075" y="40.4395"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="2.98883 2.98883" stroke-miterlimit="10" d="M -70.867806 42.521896 L 99.212063 42.521896 " transform="matrix(0.996476, 0, 0, -0.996476, 87.028208, 87.055633)"/>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
figs/modal_impact_x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

BIN
figs/modal_impact_y.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

BIN
figs/modal_impact_z.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,187 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="174.219" height="173.715" viewBox="0 0 174.219 173.715">
<defs>
<g>
<g id="glyph-0-0">
<path d="M 4.390625 -2.484375 C 4.390625 -3.546875 3.515625 -4.40625 2.484375 -4.40625 C 1.40625 -4.40625 0.5625 -3.515625 0.5625 -2.484375 C 0.5625 -1.421875 1.421875 -0.5625 2.46875 -0.5625 C 3.546875 -0.5625 4.390625 -1.4375 4.390625 -2.484375 Z M 4.390625 -2.484375 "/>
</g>
<g id="glyph-0-1">
<path d="M 4.234375 2.375 C 4.234375 2.265625 4.171875 2.265625 4.078125 2.265625 C 3.296875 2.21875 2.921875 1.765625 2.84375 1.40625 C 2.8125 1.296875 2.8125 1.28125 2.8125 0.9375 L 2.8125 -0.5625 C 2.8125 -0.859375 2.8125 -1.359375 2.78125 -1.453125 C 2.65625 -2.109375 2.03125 -2.375 1.640625 -2.484375 C 2.8125 -2.8125 2.8125 -3.515625 2.8125 -3.796875 L 2.8125 -5.59375 C 2.8125 -6.296875 2.8125 -6.515625 3.046875 -6.765625 C 3.21875 -6.9375 3.453125 -7.1875 4.140625 -7.21875 C 4.203125 -7.234375 4.234375 -7.265625 4.234375 -7.328125 C 4.234375 -7.4375 4.15625 -7.4375 4.03125 -7.4375 C 3.046875 -7.4375 2.15625 -6.9375 2.140625 -6.21875 L 2.140625 -4.40625 C 2.140625 -3.46875 2.140625 -3.3125 1.890625 -3.03125 C 1.75 -2.890625 1.484375 -2.625 0.859375 -2.59375 C 0.78125 -2.59375 0.71875 -2.578125 0.71875 -2.484375 C 0.71875 -2.375 0.78125 -2.375 0.875 -2.375 C 1.296875 -2.34375 2.140625 -2.140625 2.140625 -1.140625 L 2.140625 0.828125 C 2.140625 1.40625 2.140625 1.734375 2.65625 2.109375 C 3.078125 2.40625 3.734375 2.484375 4.03125 2.484375 C 4.15625 2.484375 4.234375 2.484375 4.234375 2.375 Z M 4.234375 2.375 "/>
</g>
<g id="glyph-0-2">
<path d="M 4.234375 -2.484375 C 4.234375 -2.578125 4.171875 -2.578125 4.078125 -2.59375 C 3.65625 -2.625 2.8125 -2.828125 2.8125 -3.8125 L 2.8125 -5.78125 C 2.8125 -6.359375 2.8125 -6.703125 2.296875 -7.0625 C 1.859375 -7.359375 1.234375 -7.4375 0.90625 -7.4375 C 0.8125 -7.4375 0.71875 -7.4375 0.71875 -7.328125 C 0.71875 -7.234375 0.78125 -7.234375 0.875 -7.21875 C 1.65625 -7.171875 2.03125 -6.734375 2.109375 -6.375 C 2.140625 -6.265625 2.140625 -6.234375 2.140625 -5.890625 L 2.140625 -4.40625 C 2.140625 -4.109375 2.140625 -3.609375 2.15625 -3.5 C 2.296875 -2.84375 2.921875 -2.59375 3.3125 -2.484375 C 2.140625 -2.140625 2.140625 -1.4375 2.140625 -1.15625 L 2.140625 0.625 C 2.140625 1.34375 2.140625 1.5625 1.90625 1.8125 C 1.71875 1.984375 1.5 2.21875 0.796875 2.265625 C 0.75 2.265625 0.71875 2.3125 0.71875 2.375 C 0.71875 2.484375 0.8125 2.484375 0.90625 2.484375 C 1.90625 2.484375 2.78125 1.96875 2.8125 1.265625 L 2.8125 -0.5625 C 2.8125 -1.484375 2.8125 -1.640625 3.0625 -1.921875 C 3.203125 -2.0625 3.46875 -2.328125 4.09375 -2.375 C 4.171875 -2.375 4.234375 -2.375 4.234375 -2.484375 Z M 4.234375 -2.484375 "/>
</g>
<g id="glyph-1-0">
<path d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.828125 -1.515625 4.796875 -1.515625 C 4.71875 -1.515625 4.6875 -1.484375 4.671875 -1.40625 C 4.34375 -0.34375 3.671875 -0.109375 3.359375 -0.109375 C 2.96875 -0.109375 2.8125 -0.421875 2.8125 -0.765625 C 2.8125 -0.984375 2.875 -1.203125 2.96875 -1.640625 L 3.3125 -3 C 3.375 -3.25 3.609375 -4.171875 4.296875 -4.171875 C 4.34375 -4.171875 4.578125 -4.171875 4.796875 -4.03125 C 4.515625 -3.984375 4.3125 -3.734375 4.3125 -3.5 C 4.3125 -3.34375 4.421875 -3.15625 4.6875 -3.15625 C 4.90625 -3.15625 5.234375 -3.328125 5.234375 -3.734375 C 5.234375 -4.25 4.640625 -4.390625 4.3125 -4.390625 C 3.734375 -4.390625 3.390625 -3.859375 3.265625 -3.625 C 3.015625 -4.28125 2.484375 -4.390625 2.1875 -4.390625 C 1.15625 -4.390625 0.59375 -3.109375 0.59375 -2.859375 C 0.59375 -2.765625 0.71875 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.78125 0.84375 -2.875 C 1.1875 -3.921875 1.828125 -4.171875 2.171875 -4.171875 C 2.359375 -4.171875 2.703125 -4.078125 2.703125 -3.5 C 2.703125 -3.1875 2.546875 -2.53125 2.171875 -1.140625 C 2.015625 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.9375 -0.109375 0.734375 -0.234375 C 0.984375 -0.28125 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.828125 -1.125 C 0.53125 -1.125 0.28125 -0.859375 0.28125 -0.546875 C 0.28125 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.875 0.109375 2.234375 -0.578125 2.265625 -0.640625 C 2.375 -0.28125 2.734375 0.109375 3.328125 0.109375 C 4.359375 0.109375 4.921875 -1.171875 4.921875 -1.421875 Z M 4.921875 -1.421875 "/>
</g>
<g id="glyph-1-1">
<path d="M 4.828125 -3.78125 C 4.859375 -3.921875 4.859375 -3.9375 4.859375 -4.015625 C 4.859375 -4.1875 4.71875 -4.28125 4.578125 -4.28125 C 4.46875 -4.28125 4.3125 -4.21875 4.234375 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.09375 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.40625 -0.796875 2.96875 -0.109375 2.328125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.375 1.875 -1.984375 2.21875 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.578125 C 2.40625 -4.015625 2.09375 -4.390625 1.59375 -4.390625 C 0.65625 -4.390625 0.28125 -2.953125 0.28125 -2.859375 C 0.28125 -2.765625 0.40625 -2.765625 0.40625 -2.765625 C 0.5 -2.765625 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.875 1.234375 -4.171875 1.5625 -4.171875 C 1.640625 -4.171875 1.8125 -4.171875 1.8125 -3.84375 C 1.8125 -3.609375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.109375 1.078125 -1.53125 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.671875 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.96875 1.78125 0.796875 1.40625 C 0.953125 1.40625 1.078125 1.40625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.875 0.015625 Z M 4.828125 -3.78125 "/>
</g>
<g id="glyph-1-2">
<path d="M 4.3125 -1.421875 C 4.3125 -1.46875 4.28125 -1.515625 4.203125 -1.515625 C 4.109375 -1.515625 4.09375 -1.453125 4.0625 -1.390625 C 3.828125 -0.75 3.1875 -0.5625 2.875 -0.5625 C 2.671875 -0.5625 2.484375 -0.609375 2.28125 -0.6875 C 1.9375 -0.8125 1.796875 -0.859375 1.59375 -0.859375 C 1.59375 -0.859375 1.40625 -0.859375 1.3125 -0.828125 C 1.859375 -1.40625 2.140625 -1.640625 2.5 -1.953125 C 2.5 -1.953125 3.109375 -2.484375 3.46875 -2.84375 C 4.421875 -3.765625 4.640625 -4.25 4.640625 -4.28125 C 4.640625 -4.390625 4.53125 -4.390625 4.53125 -4.390625 C 4.453125 -4.390625 4.421875 -4.359375 4.375 -4.28125 C 4.078125 -3.796875 3.875 -3.640625 3.625 -3.640625 C 3.390625 -3.640625 3.28125 -3.796875 3.125 -3.953125 C 2.9375 -4.1875 2.765625 -4.390625 2.4375 -4.390625 C 1.703125 -4.390625 1.234375 -3.46875 1.234375 -3.25 C 1.234375 -3.203125 1.265625 -3.140625 1.359375 -3.140625 C 1.453125 -3.140625 1.46875 -3.1875 1.484375 -3.25 C 1.671875 -3.703125 2.25 -3.71875 2.328125 -3.71875 C 2.546875 -3.71875 2.734375 -3.65625 2.953125 -3.578125 C 3.359375 -3.421875 3.46875 -3.421875 3.71875 -3.421875 C 3.359375 -3 2.53125 -2.28125 2.34375 -2.125 L 1.453125 -1.296875 C 0.78125 -0.625 0.421875 -0.0625 0.421875 0.015625 C 0.421875 0.109375 0.546875 0.109375 0.546875 0.109375 C 0.625 0.109375 0.640625 0.09375 0.703125 -0.015625 C 0.9375 -0.359375 1.234375 -0.640625 1.546875 -0.640625 C 1.78125 -0.640625 1.875 -0.546875 2.125 -0.265625 C 2.296875 -0.046875 2.46875 0.109375 2.765625 0.109375 C 3.734375 0.109375 4.3125 -1.15625 4.3125 -1.421875 Z M 4.3125 -1.421875 "/>
</g>
<g id="glyph-1-3">
<path d="M 7.34375 -4.328125 C 7.34375 -5.921875 6.296875 -7 4.8125 -7 C 2.671875 -7 0.484375 -4.75 0.484375 -2.4375 C 0.484375 -0.78125 1.59375 0.21875 3.03125 0.21875 C 5.125 0.21875 7.34375 -1.953125 7.34375 -4.328125 Z M 6.453125 -4.71875 C 6.453125 -4 6.1875 -2.453125 5.203125 -1.234375 C 4.734375 -0.625 3.921875 -0.046875 3.078125 -0.046875 C 2.109375 -0.046875 1.40625 -0.84375 1.40625 -2.15625 C 1.40625 -2.59375 1.546875 -4.03125 2.3125 -5.203125 C 3 -6.234375 3.96875 -6.75 4.75 -6.75 C 5.5625 -6.75 6.453125 -6.1875 6.453125 -4.71875 Z M 6.453125 -4.71875 "/>
</g>
<g id="glyph-1-4">
<path d="M 6.203125 -6.109375 C 6.203125 -6.203125 6.125 -6.25 6.0625 -6.296875 C 5.84375 -6.453125 5.734375 -6.625 5.65625 -6.859375 C 5.640625 -6.953125 5.59375 -7.078125 5.453125 -7.078125 C 5.3125 -7.078125 5.265625 -6.953125 5.265625 -6.875 C 5.265625 -6.828125 5.34375 -6.515625 5.5 -6.296875 L 2.15625 -6.296875 C 1.984375 -6.296875 1.8125 -6.296875 1.8125 -6.109375 C 1.8125 -5.90625 1.984375 -5.90625 2.15625 -5.90625 L 5.328125 -5.90625 C 5.1875 -5.78125 4.859375 -5.5 4.859375 -5.3125 C 4.859375 -5.21875 4.953125 -5.125 5.0625 -5.125 C 5.15625 -5.125 5.203125 -5.1875 5.25 -5.25 C 5.375 -5.390625 5.59375 -5.671875 6.03125 -5.890625 C 6.109375 -5.9375 6.203125 -5.984375 6.203125 -6.109375 Z M 6.203125 -6.109375 "/>
</g>
<g id="glyph-1-5">
<path d="M 4.859375 -2.796875 C 4.859375 -3.734375 4.296875 -4.390625 3.546875 -4.390625 C 3.046875 -4.390625 2.5625 -4.03125 2.25 -3.640625 C 2.140625 -4.171875 1.71875 -4.390625 1.34375 -4.390625 C 0.890625 -4.390625 0.703125 -4 0.609375 -3.8125 C 0.4375 -3.484375 0.3125 -2.890625 0.3125 -2.859375 C 0.3125 -2.765625 0.421875 -2.765625 0.421875 -2.765625 C 0.53125 -2.765625 0.53125 -2.765625 0.59375 -2.984375 C 0.765625 -3.6875 0.96875 -4.171875 1.3125 -4.171875 C 1.484375 -4.171875 1.625 -4.09375 1.625 -3.703125 C 1.625 -3.484375 1.59375 -3.375 1.5625 -3.203125 L 0.453125 1.203125 C 0.359375 1.546875 0.34375 1.625 -0.09375 1.625 C -0.203125 1.625 -0.3125 1.625 -0.3125 1.8125 C -0.3125 1.890625 -0.265625 1.921875 -0.1875 1.921875 C 0.078125 1.921875 0.359375 1.890625 0.640625 1.890625 C 0.96875 1.890625 1.3125 1.921875 1.625 1.921875 C 1.671875 1.921875 1.8125 1.921875 1.8125 1.71875 C 1.8125 1.625 1.703125 1.625 1.5625 1.625 C 1.078125 1.625 1.078125 1.546875 1.078125 1.453125 C 1.078125 1.34375 1.484375 -0.28125 1.5625 -0.53125 C 1.6875 -0.234375 1.96875 0.109375 2.46875 0.109375 C 3.625 0.109375 4.859375 -1.34375 4.859375 -2.796875 Z M 3.640625 -1.125 C 3.296875 -0.4375 2.828125 -0.109375 2.453125 -0.109375 C 1.8125 -0.109375 1.671875 -0.9375 1.671875 -0.984375 C 1.671875 -0.984375 1.671875 -1.03125 1.703125 -1.15625 L 2.1875 -3.09375 C 2.265625 -3.359375 2.53125 -3.640625 2.703125 -3.796875 C 3.0625 -4.09375 3.34375 -4.171875 3.515625 -4.171875 C 3.90625 -4.171875 4.140625 -3.8125 4.140625 -3.234375 C 4.140625 -2.65625 3.8125 -1.515625 3.640625 -1.125 Z M 3.640625 -1.125 "/>
</g>
<g id="glyph-1-6">
<path d="M 3.8125 -1.8125 C 3.90625 -2.140625 3.953125 -2.484375 3.953125 -2.8125 C 3.953125 -2.96875 3.953125 -3.125 3.921875 -3.28125 C 3.84375 -3.734375 3.625 -4.140625 3.359375 -4.484375 C 2.921875 -5.046875 2.296875 -5.828125 2.296875 -6.28125 C 2.296875 -6.34375 2.296875 -6.40625 2.328125 -6.453125 C 2.375 -6.53125 2.453125 -6.625 2.546875 -6.671875 C 2.65625 -6.734375 2.765625 -6.734375 2.875 -6.734375 C 3.3125 -6.71875 3.59375 -6.40625 3.96875 -6.234375 C 4.015625 -6.234375 4.046875 -6.21875 4.078125 -6.21875 C 4.21875 -6.21875 4.359375 -6.3125 4.4375 -6.4375 C 4.46875 -6.5 4.484375 -6.5625 4.484375 -6.625 C 4.484375 -6.75 4.40625 -6.84375 4.28125 -6.875 C 3.90625 -6.96875 3.5 -7.0625 3.140625 -7.0625 C 3.046875 -7.0625 2.953125 -7.046875 2.875 -7.046875 C 2.734375 -7.015625 2.59375 -6.96875 2.453125 -6.890625 C 2.328125 -6.8125 2.21875 -6.6875 2.140625 -6.546875 C 2.046875 -6.40625 2.03125 -6.234375 2.03125 -6.046875 C 2.03125 -5.515625 2.328125 -4.875 2.625 -4.328125 C 2.21875 -4.234375 1.828125 -4.03125 1.484375 -3.734375 C 0.984375 -3.296875 0.640625 -2.734375 0.5 -2.15625 C 0.453125 -1.953125 0.421875 -1.75 0.421875 -1.5625 C 0.421875 -1.1875 0.515625 -0.859375 0.703125 -0.5625 C 0.96875 -0.15625 1.4375 0.109375 2 0.109375 C 2.875 0.109375 3.578125 -0.828125 3.8125 -1.8125 Z M 3.171875 -1.625 C 2.984375 -0.890625 2.625 -0.109375 2 -0.109375 C 1.59375 -0.109375 1.296875 -0.34375 1.15625 -0.671875 C 1.078125 -0.859375 1.03125 -1.0625 1.03125 -1.28125 C 1.03125 -1.546875 1.09375 -1.828125 1.15625 -2.109375 C 1.296875 -2.625 1.484375 -3.15625 1.890625 -3.578125 C 2.125 -3.828125 2.4375 -4.03125 2.734375 -4.125 L 2.765625 -4.0625 C 2.96875 -3.703125 3.140625 -3.328125 3.21875 -2.921875 C 3.265625 -2.765625 3.28125 -2.59375 3.28125 -2.421875 C 3.28125 -2.15625 3.25 -1.890625 3.171875 -1.625 Z M 3.171875 -1.625 "/>
</g>
<g id="glyph-2-0">
<path d="M 3.28125 0 L 3.28125 -0.25 L 3.015625 -0.25 C 2.328125 -0.25 2.328125 -0.34375 2.328125 -0.5625 L 2.328125 -4.40625 C 2.328125 -4.59375 2.3125 -4.609375 2.109375 -4.609375 C 1.671875 -4.171875 1.046875 -4.15625 0.75 -4.15625 L 0.75 -3.90625 C 0.921875 -3.90625 1.375 -3.90625 1.765625 -4.109375 L 1.765625 -0.5625 C 1.765625 -0.34375 1.765625 -0.25 1.0625 -0.25 L 0.8125 -0.25 L 0.8125 0 L 2.046875 -0.03125 Z M 3.28125 0 "/>
</g>
<g id="glyph-2-1">
<path d="M 3.5 -1.265625 L 3.265625 -1.265625 C 3.25 -1.109375 3.171875 -0.703125 3.09375 -0.625 C 3.03125 -0.59375 2.5 -0.59375 2.40625 -0.59375 L 1.125 -0.59375 C 1.859375 -1.234375 2.09375 -1.421875 2.515625 -1.75 C 3.03125 -2.171875 3.5 -2.59375 3.5 -3.25 C 3.5 -4.09375 2.765625 -4.609375 1.875 -4.609375 C 1.015625 -4.609375 0.4375 -4 0.4375 -3.359375 C 0.4375 -3.015625 0.734375 -2.96875 0.8125 -2.96875 C 0.96875 -2.96875 1.171875 -3.09375 1.171875 -3.34375 C 1.171875 -3.46875 1.125 -3.71875 0.765625 -3.71875 C 0.984375 -4.203125 1.453125 -4.359375 1.78125 -4.359375 C 2.46875 -4.359375 2.828125 -3.8125 2.828125 -3.25 C 2.828125 -2.65625 2.40625 -2.171875 2.171875 -1.921875 L 0.5 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.296875 0 Z M 3.5 -1.265625 "/>
</g>
<g id="glyph-2-2">
<path d="M 3.5625 -1.203125 C 3.5625 -1.734375 3.125 -2.28125 2.359375 -2.4375 C 3.09375 -2.703125 3.34375 -3.21875 3.34375 -3.65625 C 3.34375 -4.203125 2.71875 -4.609375 1.953125 -4.609375 C 1.171875 -4.609375 0.59375 -4.234375 0.59375 -3.671875 C 0.59375 -3.4375 0.75 -3.3125 0.953125 -3.3125 C 1.171875 -3.3125 1.296875 -3.46875 1.296875 -3.65625 C 1.296875 -3.859375 1.171875 -4.015625 0.953125 -4.03125 C 1.1875 -4.328125 1.671875 -4.40625 1.921875 -4.40625 C 2.234375 -4.40625 2.671875 -4.25 2.671875 -3.65625 C 2.671875 -3.359375 2.578125 -3.03125 2.40625 -2.828125 C 2.171875 -2.5625 1.984375 -2.546875 1.625 -2.53125 C 1.453125 -2.515625 1.4375 -2.515625 1.40625 -2.5 C 1.40625 -2.5 1.34375 -2.484375 1.34375 -2.421875 C 1.34375 -2.3125 1.40625 -2.3125 1.515625 -2.3125 L 1.890625 -2.3125 C 2.4375 -2.3125 2.828125 -1.9375 2.828125 -1.203125 C 2.828125 -0.34375 2.328125 -0.078125 1.921875 -0.078125 C 1.640625 -0.078125 1.03125 -0.15625 0.75 -0.5625 C 1.0625 -0.578125 1.140625 -0.8125 1.140625 -0.953125 C 1.140625 -1.171875 0.984375 -1.34375 0.765625 -1.34375 C 0.5625 -1.34375 0.375 -1.21875 0.375 -0.9375 C 0.375 -0.28125 1.09375 0.140625 1.9375 0.140625 C 2.90625 0.140625 3.5625 -0.5 3.5625 -1.203125 Z M 3.5625 -1.203125 "/>
</g>
<g id="glyph-2-3">
<path d="M 3.671875 -1.140625 L 3.671875 -1.390625 L 2.90625 -1.390625 L 2.90625 -4.484375 C 2.90625 -4.625 2.90625 -4.671875 2.75 -4.671875 C 2.65625 -4.671875 2.640625 -4.671875 2.5625 -4.578125 L 0.265625 -1.390625 L 0.265625 -1.140625 L 2.3125 -1.140625 L 2.3125 -0.5625 C 2.3125 -0.328125 2.3125 -0.25 1.75 -0.25 L 1.5625 -0.25 L 1.5625 0 L 2.609375 -0.03125 L 3.65625 0 L 3.65625 -0.25 L 3.46875 -0.25 C 2.90625 -0.25 2.90625 -0.328125 2.90625 -0.5625 L 2.90625 -1.140625 Z M 2.359375 -1.390625 L 0.53125 -1.390625 L 2.359375 -3.921875 Z M 2.359375 -1.390625 "/>
</g>
</g>
<clipPath id="clip-0">
<path clip-rule="nonzero" d="M 0 0.246094 L 173.441406 0.246094 L 173.441406 173.183594 L 0 173.183594 Z M 0 0.246094 "/>
</clipPath>
</defs>
<path fill-rule="nonzero" fill="rgb(69.999695%, 69.999695%, 100%)" fill-opacity="1" d="M 171 84.011719 L 169.988281 75.003906 C 169.816406 73.453125 169.535156 70.941406 169.363281 69.394531 L 168.320312 60.050781 C 168.148438 58.503906 167.417969 56.128906 166.6875 54.753906 L 162.289062 46.46875 C 161.558594 45.09375 160.101562 43.054688 159.039062 41.914062 L 152.726562 35.144531 C 151.664062 34.007812 150.160156 31.992188 149.371094 30.648438 L 144.425781 22.238281 C 143.636719 20.894531 141.800781 19.398438 140.324219 18.894531 L 131.015625 15.710938 C 129.539062 15.207031 127.292969 14.097656 125.992188 13.238281 L 118.316406 8.15625 C 117.015625 7.292969 114.78125 6.148438 113.324219 5.59375 L 104.492188 2.238281 C 103.035156 1.6875 100.609375 1.457031 99.074219 1.726562 L 89.542969 3.394531 C 88.007812 3.664062 85.507812 3.753906 83.957031 3.597656 L 74.683594 2.660156 C 73.132812 2.503906 70.722656 2.890625 69.296875 3.527344 L 60.824219 7.316406 C 59.398438 7.949219 57.042969 8.847656 55.558594 9.320312 L 46.808594 12.097656 C 45.324219 12.570312 43.125 13.734375 41.902344 14.699219 L 34.695312 20.378906 C 33.472656 21.339844 31.621094 23.054688 30.566406 24.199219 L 24.449219 30.847656 C 23.394531 31.996094 21.90625 34.019531 21.128906 35.371094 L 16.675781 43.09375 C 15.898438 44.445312 14.566406 46.589844 13.703125 47.886719 L 8.644531 55.46875 C 7.78125 56.761719 6.902344 59.066406 6.679688 60.609375 L 5.390625 69.605469 C 5.171875 71.148438 4.652344 73.617188 4.238281 75.117188 L 1.746094 84.097656 C 1.332031 85.601562 1.117188 88.074219 1.265625 89.625 L 2.171875 98.875 C 2.320312 100.425781 2.707031 102.921875 3.027344 104.445312 L 4.960938 113.617188 C 5.285156 115.144531 6.164062 117.480469 6.929688 118.839844 L 11.527344 126.996094 C 12.292969 128.355469 13.574219 130.53125 14.390625 131.859375 L 19.28125 139.800781 C 20.097656 141.125 21.75 142.988281 22.972656 143.957031 L 30.273438 149.75 C 31.496094 150.71875 33.519531 152.226562 34.800781 153.117188 L 42.246094 158.304688 C 43.523438 159.195312 45.710938 160.433594 47.132812 161.074219 L 55.386719 164.792969 C 56.808594 165.433594 59.195312 166.226562 60.714844 166.566406 L 69.496094 168.519531 C 71.015625 168.859375 73.496094 169.339844 75.035156 169.59375 L 83.980469 171.074219 C 85.519531 171.332031 88.027344 171.59375 89.582031 171.660156 L 99 172.070312 C 100.554688 172.136719 103 171.75 104.460938 171.207031 L 113.277344 167.917969 C 114.738281 167.371094 116.953125 166.199219 118.226562 165.300781 L 125.753906 159.972656 C 127.027344 159.070312 129.230469 157.867188 130.675781 157.285156 L 139.421875 153.746094 C 140.867188 153.160156 142.738281 151.636719 143.601562 150.339844 L 148.804688 142.539062 C 149.667969 141.242188 151.019531 139.105469 151.820312 137.769531 L 156.328125 130.238281 C 157.128906 128.902344 158.578125 126.839844 159.566406 125.636719 L 165.558594 118.332031 C 166.546875 117.125 167.777344 114.960938 168.300781 113.492188 L 171.496094 104.582031 C 172.023438 103.113281 172.355469 100.667969 172.238281 99.113281 L 171.527344 89.632812 C 171.410156 88.078125 171.175781 85.5625 171 84.011719 Z M 171 84.011719 "/>
<g clip-path="url(#clip-0)">
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 84.61357 2.818538 L 83.597316 11.866732 C 83.42467 13.424465 83.142159 15.947443 82.969514 17.501253 L 81.921869 26.88689 C 81.749224 28.440699 81.015481 30.826346 80.281737 32.20751 L 75.863582 40.529807 C 75.129839 41.910971 73.666276 43.959175 72.599013 45.104913 L 66.258215 51.904791 C 65.190952 53.046605 63.680304 55.071266 62.887704 56.42104 L 57.920222 64.868898 C 57.127623 66.218672 55.283455 67.721472 53.800273 68.227637 L 44.44995 71.425503 C 42.966768 71.931668 40.710606 73.046016 39.403993 73.909244 L 31.693803 79.014057 C 30.38719 79.881208 28.142799 81.03087 26.679236 81.588044 L 17.807612 84.958555 C 16.344049 85.511805 13.907393 85.743307 12.365355 85.472568 L 2.791378 83.797122 C 1.24934 83.526382 -1.261868 83.436136 -2.819601 83.593086 L -12.13461 84.534789 C -13.692343 84.691739 -16.113304 84.303287 -17.545477 83.663714 L -26.056115 79.857666 C -27.488287 79.222016 -29.854315 78.319551 -31.345345 77.844776 L -40.13457 75.054982 C -41.625599 74.580207 -43.834677 73.410926 -45.062814 72.441757 L -52.302153 66.736608 C -53.53029 65.771363 -55.390153 64.048832 -56.449569 62.89917 L -62.594179 56.220928 C -63.653594 55.067342 -65.148547 53.034834 -65.929376 51.677213 L -70.402463 43.919937 C -71.183292 42.562316 -72.521295 40.408171 -73.388446 39.105482 L -78.469716 31.489461 C -79.336868 30.190697 -80.219714 27.875677 -80.443368 26.325792 L -81.73821 17.28937 C -81.95794 15.739484 -82.4798 13.259667 -82.895719 11.752943 L -85.399079 2.732216 C -85.814997 1.221568 -86.030804 -1.262173 -85.881701 -2.819906 L -84.971389 -12.111373 C -84.822286 -13.669106 -84.433833 -16.176389 -84.112085 -17.706656 L -82.169823 -26.919648 C -81.844151 -28.453838 -80.961305 -30.800247 -80.192248 -32.165716 L -75.573981 -40.35853 C -74.804924 -41.723998 -73.51793 -43.909533 -72.697864 -45.243612 L -67.785315 -53.220619 C -66.965249 -54.550774 -65.305498 -56.422408 -64.07736 -57.395501 L -56.743851 -63.214438 C -55.515714 -64.187531 -53.483205 -65.702103 -52.196212 -66.596721 L -44.717523 -71.807475 C -43.434453 -72.702093 -41.237147 -73.945925 -39.808898 -74.589422 L -31.51799 -78.324843 C -30.089741 -78.96834 -27.692323 -79.764863 -26.16598 -80.10623 L -17.345365 -82.068111 C -15.819022 -82.409478 -13.327433 -82.892101 -11.781471 -83.147145 L -2.796058 -84.634251 C -1.250096 -84.893219 1.268958 -85.156111 2.830615 -85.222815 L 12.290803 -85.63481 C 13.85246 -85.701514 16.308735 -85.313061 17.776222 -84.767659 L 26.632151 -81.463852 C 28.099637 -80.914525 30.32441 -79.737397 31.603556 -78.834932 L 39.164644 -73.482922 C 40.44379 -72.576533 42.656791 -71.368014 44.108583 -70.783374 L 52.893884 -67.228446 C 54.345676 -66.639882 56.225157 -65.109615 57.092309 -63.806926 L 62.318759 -55.971175 C 63.18591 -54.668487 64.543531 -52.522189 65.347902 -51.180263 L 69.875923 -43.615251 C 70.680294 -42.273325 72.136009 -40.201579 73.128721 -38.993061 L 79.14777 -31.655627 C 80.140482 -30.443185 81.376467 -28.269421 81.902251 -26.794087 L 85.111887 -17.843988 C 85.641595 -16.368654 85.975115 -13.912379 85.857402 -12.350722 L 85.143277 -2.827754 C 85.025565 -1.266097 84.790139 1.260805 84.61357 2.818538 Z M 84.61357 2.818538 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="84.284166" y="89.021798"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00158346 0.00127797 L 18.043037 0.00127797 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.055062 0.00127797 L 1.60944 1.684572 L 3.088698 0.00127797 L 1.60944 -1.682016 Z M 6.055062 0.00127797 " transform="matrix(0.995537, 0, 0, -0.995537, 101.901649, 86.817679)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="99.8693" y="83.015722"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00158346 0.00127797 L 0.00158346 18.042732 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054756 -0.00158346 L 1.609135 1.68171 L 3.088393 -0.00158346 L 1.609135 -1.684877 Z M 6.054756 -0.00158346 " transform="matrix(0, -0.995537, -0.995537, 0, 86.764049, 71.680078)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1" x="90.565009" y="72.313698"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 1.13555 0.00127797 C 1.13555 0.625156 0.625461 1.135245 0.00158346 1.135245 C -0.626218 1.135245 -1.132384 0.625156 -1.132384 0.00127797 C -1.132384 -0.626524 -0.626218 -1.132689 0.00158346 -1.132689 C 0.625461 -1.132689 1.13555 -0.626524 1.13555 0.00127797 Z M 1.13555 0.00127797 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 4.533528 0.00127797 C 4.533528 2.504638 2.504943 4.537146 0.00158346 4.537146 C -2.5057 4.537146 -4.534284 2.504638 -4.534284 0.00127797 C -4.534284 -2.506005 -2.5057 -4.53459 0.00158346 -4.53459 C 2.504943 -4.53459 4.533528 -2.506005 4.533528 0.00127797 Z M 4.533528 0.00127797 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2" x="72.902189" y="88.953106"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="90.565009" y="98.058288"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3" x="95.524775" y="98.058288"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2" x="103.365626" y="98.058288"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -42.520217 -42.520522 L -18.785385 -40.146646 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054883 0.00143888 L 1.609188 1.68425 L 3.089012 -0.00170835 L 1.607653 -1.683395 Z M 6.054883 0.00143888 " transform="matrix(0.99054, -0.099046, -0.099046, -0.99054, 65.252542, 127.065981)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="41.953926" y="131.352037"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="39.793611" y="123.417606"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="39.714266" y="123.417606"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="44.704595" y="124.904939"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6" x="76.455261" y="128.904011"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="81.319117" y="128.904011"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="81.239771" y="128.904011"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="86.229445" y="130.392339"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -42.520217 42.519154 L -53.075134 34.07522 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054812 0.000956149 L 1.607544 1.684401 L 3.087512 -0.00209871 L 1.607534 -1.682461 Z M 6.054812 0.000956149 " transform="matrix(-0.777335, 0.621872, 0.621872, 0.777335, 36.131806, 51.128468)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="41.953926" y="46.691558"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="39.793611" y="38.758123"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="39.714266" y="38.758123"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="44.704595" y="40.245455"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6" x="23.21294" y="66.663029"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="28.076795" y="66.663029"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="27.997449" y="66.663029"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="32.986128" y="68.151357"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 42.51946 42.519154 L 24.438768 40.259068 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.05485 -0.00164313 L 1.607436 1.685177 L 3.089435 0.00124024 L 1.609425 -1.684193 Z M 6.05485 -0.00164313 " transform="matrix(-0.987832, 0.123467, 0.123467, 0.987832, 113.899345, 46.386864)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="126.614405" y="46.691558"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="124.453094" y="38.758123"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="124.373749" y="38.758123"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-2" x="129.364078" y="40.245455"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6" x="99.406375" y="58.197977"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="104.27023" y="58.197977"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="104.190885" y="58.197977"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-2" x="109.179563" y="59.685309"/>
</g>
<path fill="none" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 42.51946 -42.520522 L 52.391643 -38.573218 " transform="matrix(0.995537, 0, 0, -0.995537, 86.764049, 86.817679)"/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="1" stroke-width="0.99628" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 6.054946 0.000779225 L 1.609415 1.681761 L 3.087865 0.0000340403 L 1.607977 -1.681709 Z M 6.054946 0.000779225 " transform="matrix(0.924297, -0.369713, -0.369713, -0.924297, 136.298254, 126.266654)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="126.614405" y="131.352037"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="124.453094" y="123.417606"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="124.373749" y="123.417606"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-3" x="129.364078" y="124.904939"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6" x="136.091919" y="134.391412"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4" x="140.955774" y="134.391412"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5" x="140.876428" y="134.391412"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-3" x="145.866102" y="135.878744"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Some files were not shown because too many files have changed in this diff Show More