diff --git a/attic/ALUG+FSMPI-Background/background.png b/attic/ALUG+FSMPI-Background/background.png
deleted file mode 100644
index e2b488d612a21d1193c7979d0dbe33ad5426fc7b..0000000000000000000000000000000000000000
Binary files a/attic/ALUG+FSMPI-Background/background.png and /dev/null differ
diff --git a/attic/kiss-14ss/.gitignore b/attic/kiss-14ss/.gitignore
deleted file mode 100644
index 8e9cb04dcb524f1b739fbf4b7b4920553ef13b9e..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.aux
-*.log
-*.synctex.gz
diff --git a/attic/kiss-14ss/beamer/beamer-KISS-SS13.tex b/attic/kiss-14ss/beamer/beamer-KISS-SS13.tex
deleted file mode 100644
index ba7a25227b3f1aef9c266beb0756141a873af26b..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/beamer/beamer-KISS-SS13.tex
+++ /dev/null
@@ -1,87 +0,0 @@
-\documentclass{beamer}
-
-\usepackage[ngerman]{babel}
-\usepackage[utf8]{inputenc}
-
-\usetheme{Berkeley}
-\usecolortheme{crane}
-
-%\setbeamertemplate{navigation symbols}{}
-\beamertemplatenavigationsymbolsempty
-
-\begin{document}
-
-\title[Geier]{Geier und andere tolle Vögel}
-\author{Gustav Geier}
-\date{Datum oder so}
-
-\maketitle
-
-\begin{frame}{Inhalt}
-	\tableofcontents
-\end{frame}
-
-\section{Kapitel 1}
-
-\begin{frame}{Der Geier}
-	Geier sind tolle Fachschaftsmaskottchen
-\end{frame}
-
-\begin{frame}{Irgendwelche Fakten über Geier}
-	\begin{itemize}
-		\item<2> 1 Fakt
-		\item<-3> noch ein Fakt
-		\item<4,7> Geier sind toll
-	\end{itemize}
-	\only<3>{Tuxe sind auch toll (wird auf Folie 3}
-	 angezeigt)
-\end{frame}
-
-\begin{frame}[plain]{Bilder einfügen}
-	\includegraphics[width=\textwidth]{geier.eps}
-\end{frame}
-
-\section{noch ein Kapitel}
-
-\begin{frame}{Spalten}
-	\begin{columns}
-		\begin{column}{.5\textwidth}
-			\begin{block}{Titel}
-				linke Spalte
-			\end{block}
-		\end{column}
-		\begin{column}{.3\textwidth}
-			\begin{Beweis}
-			mittlere Spalte
-			\end{Beweis}
-		\end{column}
-		\begin{column}{.2\textwidth}
-			bla
-		\end{column}
-	\end{columns}
-\end{frame}
-
-\begin{frame}{Hühner}
-	Kram\\
-	
-	\hspace{-5cm}Hühner muss man manchmal opfern, damit Dinge funktionieren
-\end{frame}
-
-
-\end{document}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/attic/kiss-14ss/beamer/demo.tex b/attic/kiss-14ss/beamer/demo.tex
deleted file mode 100644
index 84b899335af0a16215b2d3dc5597bede1d043888..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/beamer/demo.tex
+++ /dev/null
@@ -1,71 +0,0 @@
-\documentclass{beamer} %Dieses Dokument wird ein Beamer-Foliensatz.
-%Kommentar
-
-\usepackage[utf8]{inputenc} %usepackage bindet Pakete ein, z.B. für bestimmte Sonderzeichen, Sprachen, ... inputend spezifiziert das Encoding, das wir z.B. für Umlaute brauchen
-\usetheme{Berkeley} %Theme: Gestaltung der Folien, z.B. Navigationsleisten
-\usecolortheme{crane} %Farbschema
-%Themes aussuchen z.B. über http://www.hartwork.org/beamer-theme-matrix/
-
-\begin{document} %hier fangen die eigentlichen Folien an
-
-\title{Tolle Vögel}
-\author{Gustav Geier}
-
-\maketitle %erstelle eine Titelfolie
-
-\AtBeginSection{%zeige diese Folie zu Beginn jedes Abschnitts an
-\begin{frame}{Inhalt} %Folie mit dem Titel Inhalt
-	\tableofcontents[currentsection] %Inhaltsverzeichnis, bei dem der aktuelle Abschnitt hervorgehoben ist
-\end{frame}
-}
-
-\section{Geier}%Beginne neuen Abschnitt
-
-\begin{frame}{Der Geier}
-	\begin{comment}
-		Ganz viel
-		Kommentar
-		Ja, LaTeX kann mehrzeilige Kommentare. Wenn man vorher Hühner geopfert hat. Warum ging das auf der KISS????
-	\end{comment}
-	\begin{itemize} %Stichpunkte
-		\item{Geier fressen Aas}
-		\item{Geier sind tolle Fachschaftsmaskottchen}
-		\item{Geier sind Vögel, darum geht es heir ja auch}
-	\end{itemize}
-	\begin{block}{Das ist eine Box}
-		Das ist Text in einer Box
-	\end{block}
-	\begin{Beispiel} %Beispielbox mit Farbcode. Es gibt auch Satz, Beweis, Lemma und weitere vordefinierte Boxen (siehe Doku für mehr)
-		Beispieltext
-	\end{Beispiel}
-\end{frame}
-
-\begin{frame}{Mathe}
-	$e^{i\pi}$
-		%Text in $ $ ist eine inline math-Umgebung, also mathematische Zeichen innerhalb einer Textzeile. Für Formeln in eigener Zeile: \[ \].
-		%"^" definiert immer Exponenten, obere Indizes etc., "_" untere Indizes.
-		%Griechische Buchstaben werden immer nach dem Schema \pi, \phi, \Pi... erzeugt, manche sehen mit \var schöner aus, z.B. \varphi
-	$\sum\limits_{i=1}^{3} i$ %Summenzeichen. \limits sorgt dafür, dass die Limits über und unter dem Summenzeichen stehen, nicht daneben.
-\end{frame}
-
-\begin{frame}{Animationen}
-Irgendein Text über Vögel
-\pause %alles ab hier wird erst auf der nächsten Folie angezeigt
-Text, den noch nicht jeder sehen soll
-\end{frame}
-
-\begin{frame}{Animationen}
-\only<2>{Text, den noch nicht jeder sehen soll} %Diesen Text nur auf der zweiten Version dieser Folie anzeigen
-\only<1->{Irgendein Text über Vögel} %Diesen Text von der ersten bis zur letzten Version dieser Folie anzeigen
-%Alternativen: \uncover, \visible, \invisible mit verschiedenen Eigenschaften (siehe Doku), oder \item<1>{Text} (für verschiedene Befehle möglich, siehe Doku)
-%andere Angaben für Zahlen (overlay specification): <1,3,20> (auf Folie 1, 3  und 20), <1-3> (auf Folie 1 bis 3)
-\end{frame}
-
-\section{Tuxe}
-
-\begin{frame}{Tuxe}
-	\hspace{-1cm}	Tuxe sind toll, können aber nicht fliegen
-	%mit \vspace und \hspace kann man vertikal, bzw. horizontal, Freiraum einfügen - oder mit negativen Werten wegnehmen. Nur für Notfälle, da aber unentbehrlich
-\end{frame}
-
-\end{document}
diff --git a/attic/kiss-14ss/beamer/geier.eps b/attic/kiss-14ss/beamer/geier.eps
deleted file mode 100644
index ec879f4ae005bde2a365052ec2b0a18cf25105c1..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/beamer/geier.eps
+++ /dev/null
@@ -1,1066 +0,0 @@
-%!PS-Adobe-3.0
-%%Creator: Print plug-in V2.0.2 - 16 May 1998 for GIMP.
-%%CreationDate: Fri Dec 10 17:27:41 1999
-%%Copyright: 1997-1998 by Michael Sweet (mike@easysw.com)
-%%BoundingBox: 18 149 577 692
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 1
-%%Pages: 1
-%%Orientation: Portrait
-%%EndComments
-%%Page: 1
-gsave
-18 692 translate
-3.123 3.121 scale
-/picture 179 string def
-179 174 8
-[ 1 0 0 -1 0 1 ]
-{currentfile picture readhexstring pop} image
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0D2D2D2D2D2D2D2D2D2D0
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFCFA983727478540016160F0000000000000000000000
-16282828285E91A8B5D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFD4B58D54000000131616132871757185A8A8AB8F828575987C7579
-64282828281C0F0000000F89CAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFC17C260A0000307EAACCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD5B5A47834000F16518DCDFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC772
-36000A3B92CFFFFFFFFFFFFFFFFFFFBEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFD4904F160A003684CAFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDEC5590013
-7CB5FFFFFFFFFFFFFFFFFFFFFFFFFF00A6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFF80C7FFFFFFFFFFFFFFFFD5924E00003973B1FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA730000419DC0FF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1677FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFCA0053FFFFFFFFFFFFFFFFFFFFFFFFB96F00001619AFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB64300197FC9FFFFFFD7
-A8B5FFFFFFFFFFFFFFFFFFFFFFFFFF1C71FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFAA005CFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4A057190A26ACDEFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D58004EA4D2FFFFFFC68A1C00
-0075FFFFFFFFFFFFFFFFFFFFFFFFFF5428FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFF88007CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC86500004E94
-D5FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0320051C7FFFFFFFFFFA700004F8B
-D2FFFFFFFFFFFFFFFFFFFFFFFFFFFF7400FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFF7400A7FFFFFFFFFFFFFFFFFFFFFFFFFFE09624C2FFFFFFFFA53700
-008FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3400034B5FFFFFFFFFFFFFF9100BBFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8600D2FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFF4800C3FFFFFFFFFFFFFFFFFFFFFFFFFF5D000086FFFFFFFFFFFF77
-00004799FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFDFA0284A92E0FFFFFFFFFFFFFFFFA800C9FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA800C2FFFFFFFFFFFFFFFFD4B4A4D4FFFF
-FFD2FFFFFF2616FFFFFFFFFFFFFFFFFFFFFFFFFFB600245C98FFFFB5FFFFFFFF
-B9821F004B99FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFD46B0054C0FFFFFFFFFFFFFFFFFFFFFFDA0056FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFCAFFC00013418DD0FFFFFFFF6D0000007CFFFF
-930043FFD7001FFFFFFFFFFFFFFFFFFFFFFFFFFF7C0093FFFFFF7600C0FFFFFF
-FFFFFF84000040C8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFB00032A7FFFFFFFFFFFFFFFFFFFFFFFFFFFF3600B9FF
-FFFFFFFFFFFFFFFFFFFFFFFF5219FFFF190013003CFFFFFFAA0024ACC0FFFF84
-0A0000DBCF00006AB8FFFFFFFFFFFFFFFFFFFFFF3C00D1FFFFFF2A00B2FFFFFF
-FFFFFFFFDF86000087FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFD25D219DFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D001F26
-53FFFFFFFF6E93FFFFFFE35E00C5FFFF0085FF8300ACFFFFB7004FFFFFFF9800
-9CD2D6FF8800000000A0FFFFFFFFFFFFFFFFFFFF1F28FFFFFFDB0A00D1FFFFFF
-FFFFFFFFFFFFC8400044D1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF9A004ADDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA0F0000
-4AFFFFFF740078FFFFFF9D0093FFFFD700B1FFD2009EFFFFFF87009DFFDC0059
-FFFFFFFF7900858B002CFFFFFF7F4053A9FFFF660054FFFFFF850081FFFFFFFF
-FFFFFFFFFFFFFFFF8700007CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFDE4E00A4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF370063
-FFFFFF90164757FFFFFF6316FFFFFFD700A8FFFF0F80FFFFFFFF5413FFC600B2
-FFFFFFFF7600DFFF5300D8FF530000000095D7000000D1FFBE1C0071D9FFFFFF
-FFFFFFFFFFFFFFFFFFC9390039C0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFB62828BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8500A7
-FFFFCA009CCA26FFFFFF0084FFFFFFFF00A6FFFF1674FFFFFFFFB200D3B200D2
-FFFFFFFF3B40FFFF3000D183002CA86700B7FF210000C0D20000000044FFFFFF
-FFFFFFFFFFFFFFFFFFFFDE4A000ABDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFF720072FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5006C
-FFFF9900FFD400D3FFFF16B9FFFFFFFF00A4FFFF6547FFFFFFFFDD00B5B800BF
-FFFFFFB80087FFFF281C9E193BE3FF7246FFFF2600BCFFC00000001F8EFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFA8390087FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFC8302AACFFFFFFE0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE1321
-FFFF4689FFB600BCFFFF009CFFFFFFFF1F77FFFF5700DAFFFFFFD200C0C10083
-FFFFFF8800AAFFE20F409000AAFFFF3972FFC00058FFFFC2004AB9FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFD85D0044D1FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-960063FFFFFFFF8F0FCBFFFFFFFFFFFFFFFFFFFFA8CAFFFFFFFFFFFFFFFF8F00
-C2FF28A5FF93006CFFFF672AD2D3B8FF6C6EFFFF391CFFFFDAAC4E21FFFF5600
-74FFFF4000C7FFC700697200DDFFD900BBFF930093FFFF790093FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A0013ABFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
-0067FFFFFFFFFFB20040FFFFFFFFFFFFFFFFFF6B000FDAFFFFFFFFFFFFFFB500
-96FF00A8FF540028FFFFBF0000000FD67B6DFFFF8858FFFF6F0000ABFFFFDC46
-00B2E00019FFFFA7007F5126FFFF7800FFFF6900ACFFFF2600C1FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA00000B2FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC300
-8FFFFFFFFFFFFFFF87006BFFFFFFFFFFFFFFDC130000CAFFFFFFFFFFFFFFD400
-4AFF584D74001C005FFFFFBB8D6FA9FFDBCAFFFFFFFFFFFFFFA7D2FFFFFFFFFF
-D0FFFF8D78FFFFA000B7870AFF8F0047FFFF1900D8FFB50066FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE000095FFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8300A7
-FFFFFFFFFFFFFFFFFF7A0087FFFFFFFFFFFFFF3C0028FFFFFFFFFFFFFFFFFF46
-00DCB500005DD78A95FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFC65BFFB0000F00005BFFD2004EFFFF84009DFFFFFFFFFFFFFF
-FFFFB5A2CBFFFFFFFFFFFFFFFFFFFFFFFFFFD23E0083FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE26C00BBFF
-FFD8DAFFFFFFFFFFFFFF8500AAFFFFFFFFFFFFE3A7D2FFFFFFFFFFFFFFFFFFB3
-00B5FFDCD0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFAC6FB0A528FFAF0070FFFF2100DDFFFFFFFFFFFFFF
-FF6300001CDBFFFFFFFFFFFFFFFFFFFFFFFFFFDE530076FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6128D9FFFF
-FF911FDCFFFFFFFFFFFFFF5400D0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
-0085FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8FF6F009AFFC0004BFFFFFFFFFFFFFFFF
-FF2A000000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47006AFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7300C8FFFFFF
-FFB80057FFFFFFFFFFFFFFD42A4DFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-C6C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8200BBFF9C006CFFFFFFFFFFFFFFFF
-FF5D000000B8FFFFFFFFFFFFFFFFFFFFFFFFFFBEDBE3630054DBFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5432D1FFFFFFFF
-FFFFAB0064FFFFFFFFFFFFFFDC3054FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4BBFFFF870056FFFFFFFFFFFFFFFF
-FFDE8065AEFFFFFFFFFFFFFFFFFFFFFFFFFF6D00A7FFFF320067FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A2ADCFFFFD33B00
-32C1FFAC0069FFFFFFFFFFFFFFDD2E64FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE3B0078FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF570000C0FFFFDA81006EFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C00D8FFFFFF417BC1
-660099FF96007BFFFFFFFFFFFFFFCF0085FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA46EDBFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6610013B3FFFFFFFFFF8B007BFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB200B2FFFFFFDA37FFFF
-FF8500AFFF7800A0FFFFFFC56C76B7A400A0FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFBE000075DEFFFFFFFFFFFFFF580075FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC700B1FFFFFFFFD128FFFF
-FFFF4B39FFE23900C8FFFF9A000000511900C8FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFDE1C0087FFFFFFFFFFFF9D7DFFFF4000A8FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD32E8FFFFFFFC8A78A00A9FF
-FFFF9F00D2FFD90043FFFF9100909519000040FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFB5A4BEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFB40087FFFFFFFFFFDB630000D0FFD32A0FD9FF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD31F65FFFFFFB6000000003CFF
-FFFFCC00D1FFFFA0006EFFAA00D2FFFFB38576FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFF9300000053C0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFB40064CCFFFFDE8D1F000062FFFFFFC00039DC
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D4BFFFFFFFFE2CDD6C0580065
-FFFF9000FFFFFFFF7700A3A400D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9787587AAE3FFFFFFFFFFFFFFFFFF
-FFFFFFFFB58316000000000028A7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFF44000028342100000ABCFFFFFFFFFFAB0043
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8600C7FFFFDDA2D6FFFFFFFFA000
-3E99166AFFFFFFFFDE3C001600D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC90F000000001C66CAFFFFFFFFFFFFFF
-FFFFDE3B0047160000000000000040AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84160000000090E2FFFFFF9336CAFF8800
-7CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE0095FFFFFF3900007BFFFFFFFFBD
-0A0000C8FFFFFFFFFFD1130000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7900000000000000136AD2FFFFFFFFFF
-FFFF570000774F00000000000000000039C0FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7500002EB8FFFFFFFFFFA80000B0FF4A
-00ACFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E54FFFFFFD993CB670066FFFFFFFF
-D076C7FFFFFFFFFFFFFFBD0000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3260000000000000000000F71D4FFFFFF
-FF7C00000078A8000000000000000000000A74E0FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA31CA1FFFFD4FFFFFFFFFFA00026FFBB
-0040FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF00D8FFFFFFFFFFFFFF6D003CDAFFFF
-FFFFFFFFFFFFFFFFFFFFFF8743FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF960000000000000000000000000094FFFF
-FF1F0000006BD91F00000000000000000000003CDCFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0130016B4FFFFFFFF4D009AFF
-9E007CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD20090FFFF8C77DCFFFFFFFFA0000FBEFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79000000000000000000000000000070CC
-C40000000098FF960000000000000000000000003CDCFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF540000000A78FFFFFF6400A5FF
-FF5700C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C5DFFFFFFB0320092FFFFFFFFD23C136F
-9CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B0000000000000000000000000000000A
-2144300061FFFFFF9500000000000000000000000034C0FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D0FC085160059D6910000B6FF
-FFDE2658FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFF8500D3FFFFFFFFFF6B0064FFFFFFFFDC3700
-64FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2A8C7FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3000000000000000000000000000000000
-00191F433E5CCAFFFF9600000000000000000000000013D1FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC90098DABE2C000000004EFFFF
-FFFFA20095FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFC10092FFFFFFFFFFFFFFAA0A3CD1FFFFFF9D00
-13BEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE590F000000214A7AB3D3FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFD20000000000000000000000000000000000
-0000000000000087FFFFB00A000000000000000000000048FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C001C3E190000006DFFFFFF
-B2DEFF6A00BFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFF7230FFFFE392DCFFFFFFFFDA390087FFFFFFA7
-4000B4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D000000000000000000002666AC
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F00000000000000000000000000000000
-00000000000000003C9EC319004D59160000000000000000AAFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D0000001367C3FFD27321
-0075FFD72439E3FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFBE00B2FFFFFF3C0092FFFFFFFFC800006BFFFFFF
-DC3900C8FFFFFFFFFFFFFFFFFFFFFFFFFFD60A00000000000000000000000000
-39A0FFFFFFFFFFFFFFFFFFFFFFFFFF3000000000000000000000000000000000
-000000000000000000000000478E322A000000000000000079FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA8483D4FFFF81000000
-008CFFFF7E00BAFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF4351FFFFFFFFDF53003EC9FFFFFF30000041DCFF
-FFD4343BFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D00000000000000000000000000
-000053DEFFFFFFFFFFFFFFFFFFFFFF690000002E6A7C4B190000000000000000
-0000000000000000000000004E440016792100000000000079FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2440000269D
-D4FFFFFFE10F59FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFBE00BBFFFFFFFFFFFF91130093FFC7005CA6132CC0
-FFFFFF91DBFFFFFFFFFFFFFFFFFFFFFFFFFFFF85210000000000000000000000
-00000040D2FFFFFFFFFFFFFFFFFFFF880000A6FFFFFFFFFFBDA66C0000000000
-000000000000000000000000130A216B9C2600000000000079FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1000056B3FFFF
-FFFFFFFFFF9500BCFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF3E51FFFFFF9570727ACED35600261F00ABFFD23E00
-91FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB35C130000000000000000
-000000000ABEFFFFFFFFFFFFFFFFFFCA0000D2FFFFFFFFFFFFFFFF4800000000
-00000000000000000000000000001F666E7F82DEBB520F0079FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2432D2FFFFFFFF
-FFFFFFFFFFFF3032FFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFD200A5FFFF93000F16000AADFF7F0A006EFFFFFFFF65
-006AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB75F000000000000
-000000000013D1FFFFFFFFFFFFFFFFFF5C00BFFFFFFFFFFFFFFFFFD08D7388AD
-9B16000000000000000000000000000000164DA4B4E3C62A8FFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC10059FFFFFFFFFF
-FFC37300B8FFAF00C7FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF9000DAFFDB0071FFFFC70F00A4FFFFDAFFFFFFFFFFFF
-A24AFFFFFFFFFFFFFFFFFFFFFFFFFFD2BFA7AAAAAAAAACAFC0C7A43400000000
-00000000000057FFFFFFFFFFFFFFFFFFDC2E5BFFFFFFFFFFFFFFFFFFFFFFFFFF
-FF3000000000000000000000000000000000001992FFFF28C7FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE31C007AD5FFCC84
-2E000000C0FFFF1C57FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFE20090FFFF8500DAFFFFFF1F000FD3FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFF881F0000000000000000000016411F00000000
-0000000000000093FFFFFFFFFFFFFFFFFFFF81A6FFFFFFFFFFFFFFFFFFFFFFFF
-DA13000000000000000000000000000000000000285E5477FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C0000192C0A00
-000058C7FFFFFF9D0098FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF8500E3FFFFBB93FFFFFFB400460078FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFB93200000000000000000000000000000000000000
-0000000000000000CAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-9D0000000000000000000000000000000000000000004DE0FFFFFFFFFFFFFFFF
-FFFFFFFFBF8F77A9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2000000000028
-9DD5FFBB34ACFFD6002AD5FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF008DFFFFFFFFFFFFFFFFB400976521FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF7C0000000000000000000000000000000000000000
-000000000000000079FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
-2600000000000000000000000000000000000057A2DCFFFFFFFFFFFFFFFFFFFF
-FFCA57130000000043DAFFFFFFFFFFFFFFFFFFFFFFFFC5853000000A3075C0FF
-FFFFFFA00000A5FF69006BFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFBA00DAFFFFFFFFFFFFFFFFFF0A7C8221FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFD11C00000000000000000000000000000000000000
-00000000000000001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
-000000000000000000000000001336759EA8C0FFFFFFFFFFFFFFFFFFFFFFFFC0
-67130000000000000016BEFFFFFFFFFFFFFFFFB876260000000A47A7BEFFFFFF
-FFFFFFFFA81636E3B40000CAFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF4D88FFFFC61684D2FFFFFFFF5E000092FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFDA691C0000000000000000000000000000000000
-000000000000000000B5FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9500
-000000000000000000162E67A0DCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB5C00
-0000000000000000000013B3FFFFFFFFFFFFCA0000003C7DA8DBFFB200CAFFFF
-FFFFFFFFFF5300D4FF8C009DFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD90AD0FFFFFFD25F003B9EDCFFFF5443FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92766B36161C1C21000000000000000000
-00000000000000000093FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF940000
-0000000000002E759FDCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD881000000
-00000000000000000000000091FFFFFFFFFFE17587C5FFFFFFFFFFAA0062FFFF
-FFFFFFFFC0000FDDFFC40066FFFFFFFFFFFFFF
-FFFFFFFFFFFFFF985BFFFFFFFFFFFFFF80001362BEFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9908886000000000000000000
-00000000000000000044FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD667000000
-0000000A4BB3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD0A00000000
-000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFFFFFFCA000066D0
-FFCEB092320085FFFFFF4700DAFFFFFFFFFFFF
-FFFFFFFFFFFFFF37B2FFFFFFFFFFFFFFFF67000000A1FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6BA934B3E2E2E1F000000000000000000
-00000000000000000000BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C0A00000000
-001365C9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96000000000000
-00000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFFFFFF9600000F
-1F0000000053E1FFFFFFC700ABFFFFFFFFFFFF
-FFFFFFFFFFFFB237FFFFFF8EC0FFFFFFFFAC006298C5FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFDEAC57260A00000000000000000000000000000000
-0000000000000000000093FFFFFFFFFFFFFFFFFFFFFFFFFFFF6A000000000000
-46D1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA000000000000000
-0000000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFFFFFF8F3E00
-0000000083FFFF986EFFFF1381FFFFFFFFFFFF
-FFFFFFFFFFFF6C7DFFFFFF4000248EBAFFA60092FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFCAA95E000000000000000000000000000000000000000000
-000000000000000000005BFFFFFFFFFFFFFFFFFFFFFFFFFF7B0000000000006B
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA00000000000000000
-000000000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
-9DAAC3E0FFFFC80080FFFF460FFFFFFFFFFFFF
-FFFFFFFFFFDC0FC7FFFFFFE18B190000281300BFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFBF58000000000000000000000000000000000000000000000000
-000000000000000000001FFFFFFFFFFFFFFFFFFFFFFFFF950000000000006AFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A000000000000000000
-00000000000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFCFAD9A36009CFFFFB400BAFFFFFFFFFF
-FFFFFFFFFFAF34FFFFFFFFFFFFFF6A001371ABFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFB84E0000000000000000000000000000000000000000000000000000
-0000000000000000000000AAFFFFFFFFFFFFFFFFFFFF860000000000006AFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC3C00000000000000000000
-0000000000000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFFFFFF
-B9593700000F1F001CD9FFE00099FFFFFFFFFF
-FFFFFFFFFF5C8AFFFFFFFFFFFFFFFF8800BFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFDC5800000000000000000000000000000000000000000000000000000000
-000000000000000000000059FFFFFFFFFFFFFFFFDE6300000000000043FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA390000000000000000000000
-000000000000000000000000000000000000006AFFFFFFFFFFFFFFFFFFFFFF9F
-0000001387E2FF6C007FFFFF4044FFFFFFFFFF
-FFFFFFFFFF24C5FFFFFFFFFFFFFFFFFF5754FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFA1130000000000000000000000000000000000000000000000000000000000
-000000000000000000000000B6FFFFFFFFFFFFCF2800000000000000B6FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE0A000000000000000000000000
-00000000000000000000000000000000000000006BFFFFFFFFFFFFFFFFFFFF4A
-000081FFFFFFFFFF2873FFFF8600D9FFFFFFFF
-FFFFFFFFD00FDBFFFF806D78BCFFFFFF9600FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-9600000000000000000000000000000000000000000000000000000000000000
-00000000000000000000000043FFFFFFFFFFB300000000000000004AFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE0A00000000000000000000000000
-00000000000000000000000000000000000000000092FFFFFFFFFFFFFFFFFF82
-0000268AD8FFFFB10F75FFFFA900AFFFFFFFFF
-FFFFFFFFA444FFFFFFA13400003B87A63256FFFFFFFFFFFFFFFFFFFFFFFFFFDA
-0F00000000000000000000000000000000000000000000000000000000000000
-000000000000000000000000006AFFFFFF9200000000000000000076FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE0A0000000000000000000000000000
-0000000000000000000000000000000000000000000096FFFFFFFFFFFFFFFFFF
-AA1F0000132C2A00009AFFFFCA0098FFFFFFFF
-FFFFFFFF6F7DFFFFFFFFFFAF6728000000B7FFFFFFFFFFFFFFFFFFFFFFFFFFAC
-00000000000000000000000000000A5783190000000000000000000000000000
-000000000000000000000000000069AF590000000000000000000036FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE0A000000000000000000000000000000
-0000000000000000000000003C53000000000000000000D2FFFFFFFFFFFFFFFF
-FFFFAA5D130F0A4D3B371FFFFF3B6EFFFFFFFF
-FFFFFFFF3EBDFFFFFF8C6E80ADFFDDD0DDFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
-00000000000000000000001667A8D8984B000000000000000000000000000000
-00000000000000000000000000000000000000000000000000000000B3FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFD91C00000000000000000000000000000000
-000000000000000000000000399D9400000000000000006CFFFFFFFFFFFFFFFF
-FFFFFFFFFFE3BD7A0F3298FFFF8F0AFFFFFFFF
-FFFFFFDA36FFFFFF82367236004AD8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-2E0000000000000F487AB2E0FFFF910000000000000000000000000000003E94
-CBD4D2B99557130000000000000000000000000000000000000000001CD9FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFDC3C0000000000000000000000000000000000
-000000000000000000000000000097AF2C00000000000000D2FFFFFFFFFFFFFF
-FFFFFFFFFFBB390051CEFFFFFFAA00DEFFFFFF
-FFFFFFCE48FFFFFF66CAFFFF9C0039FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-D4A57C787591B7DCFFFFFFFFCC580000000000000000000000000000007AFFFF
-FFFFFFFFFFFFFFAA5813000000000000000000000000000000000000003CDCFF
-FFFFFFFFFFFFFFFFFFFFFFFFFF57000000000000000000000000000000000000
-000000000000000000000000000000A3DE460000000000009DFFFFFFFFFFFFFF
-FFFFFF9628000076FFFFFFFFFFDA00B4FFFFFF
-FFFFFFBE83FFFFFF289AFFFFFF9C00A0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFD667000000000000000000000000000000006FFFFFFF
-FFFFFFFFFFFFFFFFFFFF6B000000000000000000000000000000000000003CDC
-FFFFFFFFFFFFFFFFFFFFFFFF6F00000000000000000000000000000000000000
-00000000000000000000000000000000A2E04700000000005BFFFFFFFFFFFFFF
-FFCF7E000A2EAAFFFFFFFFFFFFFF3290FFFFFF
-FFFFFF839EFFFFE01C005F9AB2970078FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF8700000000000000000000000000000000003CFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF87000000000000000000000000000000000000003C
-DCFFFFFFFFFFFFFFFFFFFFAC0000000000000000000000000000000000000000
-0000000000000000000000000000000000A9FF6C000000000FDAFFFFFFFFFFCB
-810F000087FFFFFFFFFFFFFFFFFF8273FFFFFF
-FFFFFF5DB8FFFF413E734F1F0000007BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFDA43000000000000000000000000000000000000AAFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFDE1600000000000000000000000000000000000000
-3CDCFFFFFFFFFFFFFFFFFF430000000000000000000000000000000000000000
-000000000000000000000000000000000013D5FF7A0000003CFFFFFFFFFFA200
-1C702400B3FFFFFFFFFFFFFFFFFF8758FFFFFF
-FFFFFF30D1FFFFB7FFFFFFFFFFD2CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFA01600000000000000000000000000000000000059FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFE31F00000000000000000000000000000000000000
-0034C0FFFFFFFFFFFFFF6F00000000000000000000000000135797AF78000000
-00000000000000000000000000000000000047FFFFC39875CAFFFFFFA7190073
-DFFF7500AAFFFFFFFFFFFFFFFFFF9D00DDFFFF
-FFFFFF48FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFE065000000000000000000000000000000000000001CD9FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF930000000000000000000000000000000000000000
-0000007BFFFFFFFFFF9500000000000000000000000A6BB6FFFFFFFFFF5D0000
-000000000000000000000000000000000000006AFFFFFFFFFFFFCC51006FD2FF
-FFFF82009DFFFFFFFFFFFFFFFFFFA700FFFFFF
-FFFFD836FFFFFFD6A887769DAAB5D2FFFF8895FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFD2400000000000000000000000000000000000000000B3FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFDB1C0000000000000000000000000000000000000000
-0000000056D4FFFF910000000000000000000048A8E3FFFFFFFFFFFFFFAA0000
-000000000000000000000000000000000000000087FFFFFFFFC700000AB7FFFF
-FFFF8F006DFFFFFFFFFFFFFFFFFFCE00D4FFFF
-FFFFA600FFFFFF460000000000000021280000A4FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFBE0A00000000000000000000000000000000000000005DFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF93000000000000000000000000000000000000000000
-00000000001966340000000000000000000F92FFFFFFFFFFFFFFFFFFFFDA0F00
-00000000000000000000000000000000000000000096FFFFFFDE8F540000161C
-4EAB850071FFFFFFFFFFFFFFFFFFD100D1FFFF
-FFFFA443FFFFBC0098AFB4A988764724260A0000165BA2FFFFFFFFFFFFFFFFFF
-FFC00A00000000000000000000000A00000000000000001CD9FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF5B000000000000000000000000000000000000000000
-0000000000000000000000000000000056D4FFFFFFFFFFFFFFFFFFFFFFFF3000
-0000000000000000000000000000000000000000000FDAFFFFFFFFFFC3961F00
-0000000016697988A9ADD0D4FFFFDA00AFFFFF
-FFFFA06AFFFFA700FFFFFFFFFFFFFFFFFF83007257190AD6FFFFFFFFFFFFFFFF
-DC370000000000000000000000008B360000000000000093FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFDA0F000000000000000000000000000000000000000000
-0000000000000000000000000000007AFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B00
-0000000000000000000000000000000000000000000093FFFFFFFFFFFFFFE0BE
-A6956B1F00000000000000008CFFDA008FFFFF
-FFFF9C98FFFFFFA6FFFFFFFFFFFFFFFFFFD8A2FFFFFFDEFFFFFFFFFFFFFFFFFF
-47000000000000000000000016B3B80000000000000041FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFA000000000000000000000000000000000000000000000
-0000000000000000000000000000A0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9300
-0000000000000000000000000000000000000000000026E3FFFFFFFFFFFFFFFF
-FFFFFFFFD0B37E5B130000007AFFFF0087FFFF
-FFFF989CFFFFFFDAD3D2D2D1DCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
-000000000000000000000046D5FF4700000000000013D1FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF6900000000000000000000000000000000000000000000
-00000000000000000000000034C0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB500
-0000000000000000000000001F280000000000000000007CFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFD2C6B2FFFFFF0AA4FFFF
-FFFF6AA0FFFF7300000000000052AEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA000
-000000000000000000007AFFFFC700000000000000B3FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF2800000000000000000000000000000000000000000000
-000000000000000000000000BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD200
-0000000000000000000000003B963000000000000000001FFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF599CFFFF
-FFFF62A1FFE213327679652C130037FFDD0F47D3FFFFFFFFFFFFFFFFFFC80000
-00000000000000001FABFFFFFFAA00000000000095FFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFC70000000000000000000000000000000000000000000000
-000000000000000000000078FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
-0000000000000000000000000072BD440000000000000000C7FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C7BFFFF
-FFFF0AA6FFFF41B3FFFFFFFFDDCFDDFFFF6500C7FFFFFFFFFFFFFFFFFF5E0000
-0000000000000053DCFFFFFFFFAC000000000095FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF9D0000000000000000000000000000000000000000000000
-0000000000000000000000C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
-00000000000000000000000000008DE25700000000000000ACFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1657FFFF
-FFFF00A6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2000000
-000000000039AAFFFFFFFFFFFFDC2400000095FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF790000000000000000000000000000000000000000000000
-0000000000000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
-0000000000341C0000000000000000BCFF6E00000000000FDAFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2821E0FF
-FFFF34A3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C000000
-0000000053DEFFFFFFFFFFFFFFFFDC543CADFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF790000000000000000000000000000000000000000000000
-0000000000000000000028FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-1F000000004B6B000000000000000069FFFFB2130000004AFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F28FFFF
-FFFF468DFFFFB5A4A6A7A9AAAAA8A8A8AAA5BED4D2CFFFFFFFFFFFFF7C000000
-0000006AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF750000000000000000000000000000000000000000000000
-0000000000000000000030FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-7C00000000289F260000000000000000D0FFFFD45B003ED4FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2644FFFF
-FFFF628EFFE0210000000000000000000000000000004AFFFFFFFFFFB5000000
-0021A7FFFFFFFFFFFFFFFFFFFFE0A5A8A9A6C4D0CFD0D0DDFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF370000000000000000000000000000000000000000000000
-0000000000000000000030FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FF4100000000B2A400000000000000005EFFFFFFFFD9FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4381FFFF
-FFFF6A87FFFFFFDEFFFF96000087DDC9AAC3C3D0AAA4B5FFFFFFFFFFFF953073
-9DFFFFFFFFFFFFFFFFFFC97A2434000000002630302600000053D8FFFFFFFFFF
-FFFFFFFFFFFFFFFF300000000000000000000000000000000000000000000000
-0000000000000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFD91C00001CDDFF5D0000000000000000CAFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0075FFFF
-FFFF6D6DFFFFFFFFCEA66200001FC5FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF6D0048BBFFFFFFFFFFFFFFFFFFC7A87700A9FFFFFFFFFF
-FFFFFFFFFFFFFFFF300000000000000000000000000000000000000000000000
-0000000000000000000000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFCB5237C0FFFFB6000000000000000085FFFFFFFFFFFFFFFFFF769AA2A6A6
-A89DAAB4C6D2E0E3DBFFDAE3FFFFFF5687FFFF
-FFFF3C3CFFFFD6520000005C6D0000BEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFAB00C3FFFFFFFFFFFFFFFFFFFFFFFFFFE200B3FFFFFFFFFF
-FFFFFFFFFFFFFFFF370000000000000000000000000000000000000000000000
-000000000000000000000079FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF6B0000000000000037FFFFFFFFFFFFFFFFFFB6735F1300
-0000000000000A0F13280F00BEFFFF6EB4FFFF
-FFFF484AFFFF37000047BFFFFF8A000FD1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF8F0AFFFFFFFFFFFFFFFFFFFFFFFFFFFFD100D1FFFFFFFFFF
-FFFFFFFFFFFFFFFF750000000000000000000000000000000000000000000000
-000000000000000000000037FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFC10000000000000013DCFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFDB4300A4AB787765282A00A1FFFF66A2FFFF
-FFFF6B2CFFFFA7B5D4FFFFFFFFFFAA0036FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF5421FFFFFFFFFFFFFFFFFFFFFFFFFFFFD01CE3FFFFFFFFFF
-FFFFFFFFFFFFFFFF790000000000000000000000000000000000000000000000
-000000000000000000000016DDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF7B00000000000000C0FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFF2680FFFFFFFFFFFFFFFFFFFFFF5BA8FFFF
-FFFF7713FFFFFFFFFFFFFFFFFFFFFFBC62FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF2828FFFFFFFFFFFFFFFFFFFFFFFFFFFFB20FFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF880000000000000000000000000000000000000000000000
-000000000000000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF57000000000000C0FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFF0F84FFFFFFFFFFFFFFFFFFFFFF32B6FFFF
-FFFFA500D4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF1C63FFFFFFFFFFFFFFFFFFFFFFFFFFFFA600FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFAC0000000000000000000000000000000000000000000000
-000000000000000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFDB21000000002EFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFF0095FFFFFFFFFFFFFFFFFFFFFF0AB0FFFF
-FFFFA800C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF1674FFFFFFFFFFFFFFFFFFFFFFFFFFFFA443FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFD00000000000000000000000000000000000000000000000
-000000000000000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFC52C00000085FFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFF00A1FFFFFFFFFFFFFFFFFFFFFF28D2FFFF
-FFFFBF00A8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF1677FFFFFFFFFFFFFFFFFFFFFFFFFFFF896AFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF2800000000000000000000000000000000000000000000
-00000000000000000000001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF90130097C3660041DEFFFFFFFFFFFFFFFF776E83BFD2FF
-FFD300D0FFFFFFFFFFFFFFFFFFFFDD61FFFFFF
-FFFFDD0086FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF00A4FFFFFFFFFFFFFFFFFFFFFFCBA5AB3C8BFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF5D00000000000000000000000000000000000000000000
-000000000000000000000037FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFBF3E006B9A0F3C9AD2FFFFFFFFFFFFFFFFFFFF771900000016
-676300ABFFFFFFFFFFFFFFFFFFFFC073FFFFFF
-FFFFFF1971FFFFFFFFFFFFFFCC32C8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD200B4FFFFFFD1FFFFFFFFAFC5BD0F0000003E95FFFFFFFFFF
-FFFFFFFFFFFFFFFFFF6D00000000000000000000000000000000000000000000
-000000000000000000000076FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFD6660041D0FFFFFFA00082FFFFFFFFFFFFFFFFFF8979FFCEB49061
-1C000000134478B4D3D1DDFFFFFF9E83FFFFFF
-FFFFFF1F30FFFFFFFFFFFFFFC50091FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD100D2FFA230007EFFBF24000A1300000000000024DCFFFFFF
-FFFFFFFFFFFFFFFFD61300000000000000000000000000000000000000000000
-000000000000000000000039BDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFA0000091FFFFFFFFFFFFBC0091FFFFFFFFFFFFFFFF3E5BFFFFFFFFFF
-FFD4A07646130000000000C4FFFF839EFFFFFF
-FFFFFF4000DDFFFFFFFFFFFFDD0065FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD200895D00593E3ECA160057791F000000000000007BFFFFFF
-FFFFFFFFFFFFFF9D160000000000000000000000000000000000000000000000
-000000000000000000000000002175C0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFF900047C3FFFFFFFFFFFFFFFFB200BBFFFFFFFFFFFFFF005CFFFFFFFFFF
-FFFFFFFFFFFFCFA0712E19CDFFFF63C2FFFFFF
-FFFFFF7B00C7FFFFFFFFFFFFFF2A13FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD2000039AFE25E5CFF1962FFFFCF2800000000000000D2FFFF
-FFFFFFFFFFC03900000000000000000000000000000000000000000000000000
-000000000000000000000000000000002887DCFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFBE000094FFFFFFFFFFFFFFFFFFFF8500C0FFFFFFFFFFD0009EFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFE32CE0FFFFFF
-FFFFFFB5009CFFFFFFFFFFFFFF4800BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF96D0FFD02A00B2FF8FA8FFFFFFE3AD8F0A00000000ACFFFF
-FFFFFFFF9C0A0000000000000000000000000000000000000000000000000000
-000000000000000000000000000000000000136AB5FFFFFFFFFFFFFFFFFFFFFF
-D4D3D17800009FFFFFFFFFFFFFFFFFFFFF6428DCFFFFFFFFAA0091FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFC51CFFFFFFFF
-FFFFFFD20066FFFFFFFFFFFFFFB30090FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF7B000069B694A4FFFFFFFFFFFF6400000000A7FFFF
-FFFFDE6300000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000003C93FFFFFFFFFFFFFFA03E
-00000F2400008CFFFFFFFFFFFFFFFFFFFFFF3751FFFFFFFF5E000F66ACFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFF8A34FFFFFFFF
-FFFFFFDD002AFFFFFFFFFFFFFFFF6272FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF7B0000000000BEFFFFFFFFFFFF34000000007CFFFF
-FF931C0000000000000000000000000000000000000000000000000000000000
-000000000000000000000000000000000000000000000021A8FFFFFFA01F0000
-00000000000000A3FFFFFFFFFFFFFFFFFFFFA40083FFFFFF2E002619000F81BA
-D4FFFFFFFFFFFFFFFFFFFFFFFF1F88FFFFFFFF
-FFFFFFFF9100CAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCBBBFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFB60000132CB3FFFFFFFFFFFFAA00000000007AFFD2
-4600000000000000000000000000000000000000000000000000000000000000
-00000000000000000A2E301600000000000000000000000000309C6100000000
-0000000000000043FFFFFFFFFFFFFFFFFFC0410086FFFFC10044FFFFB3570000
-004193C7FFFFFFFFFFFFFFFFDC00C0FFFFFFFF
-FFFFFFFFD00091FFFFFFFFFFFFFFFFFFFFFFFFFFFFDAAD77130000A3FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF9C00AFFFFFFFFFFFFFFFFF440000000000547A13
-0000000000000000000000000000000000000000000000000000000000000000
-000000000000000087FFFFDEB36B1C0000000000000000000000000000000000
-0000000000000013DCFFFFFFFFFFFFFF95003EC0FFFFFF830093FFFFFFFFD490
-400A00003990BFFFFFFFFFFFB200C1FFFFFFFF
-FFFFFFFFD40065FFFFFFFFFFFFFFFFFFFFFFFF9653000000439C4762FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF961CC0FFFFFFFFFFFFFFB5000000000000000000
-000000000000000000194B7A7A44000000000000000000000000000000000000
-000000000000003CFFFFFFFFFFFFFFB695540000000000000000000000000000
-000000000000004AFFFFFFFFFFFFFF740078FFFFFFFFFF3900D2FFFFFFFFFFFF
-FFC966240000000071D8FFFF535FFFFFFFFFFF
-FFFFFFFFFF2E1CFFFFFFFFFFFFFFFFFFB4812100002881BFFFFF7416FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF9600004DFFD190FFFFFFFF88000000000000000000
-000000000000000058DBFFFFFFFF580000000000000000000000000000000000
-00000000000000ACFFFFFFFFFFFFFFFFFFFFCC77000000000000000000000000
-0000000000000093FFFFFFFFFFB62E00A9FFFFFFFFFFFFCEC9FFFFFFFFFFFFFF
-FFFFFFFFB6864400006FFFFF0094FFFFFFFFFF
-FFFFFFFFFF7800BFFFFFFFFFFFBE7E1C00000000A5FFFFFFFFFF7416FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF5B00000F260028FFFFFFFF4A000000000000000000
-00000000000032BCFFFFFFFFFFFFAA0000000000000000000000000000000000
-00000000000078FFFFFFFFFFFFFFFFFFFFFFFFFF950000000000000000000000
-286D0000000036DEFFFFFFFF860041D1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFCAA6D4FFBD00E1FFFFFFFFFF
-FFFFFFFFFFB30087FFFFFFBC4D00003E97D46C006DFFFFFFFFFF5C5EFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFDC130000000000A1FFFFFFFF30000000000000000000
-0000000065C5FFFFFFFFFFFFFFFFD00000000000000000000000000000000000
-000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFF6B00000000000000000000
-58E2480000009DFFFFFFFF650090FFFFFFFFFFFFFF985DFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF8236FFFFFFFFFFFF
-FFFFFFFFFFFF1356FFFF910051B2FFFFFFFFFF6A003694AFA0560093FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFD20000003B83CEFFFFFFFFFF30000000000000000000
-00000087FFFFFFFFFFFFFFFFFFFFD20000000000000000000000000000000000
-000000000088FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB300000000000000000000
-BFFFFF6E0000C1FFFFDC3900AAFFFFFFFFFFFFFFFFBC00C7FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFDE367AFFFFFFFFFFFF
-FFFFFFFFFFFF5700C3FFFFFFFFFFFFFFFFFFFFFF7B000000000F6BE3FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF740046DFFFFFFFFFFFFFFF30000000000000000000
-00006DFFFFFFFFFFFFFFFFFFFFFFBF0000000000000000000000000000000000
-000000001CE2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E00000000000000007B
-FFFFFFA300ABFFFFD13900BEFFFFFFFFFFFFFFFFFFFF403EFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFA800CEFFFFFFFFFFFF
-FFFFFFFFFFFFA00097FFFFFFFFFFFFFFFFFFFFFFFFDDB5A8BBFFFFD28748FFFF
-FFFFFFFFFFFFFFFFFFFFFFC30084FFBE36BFFFFFFFFF69000000000000000000
-00A9FFFFFFFFFFFFFFFFFFFFFFFF830000000000000000000000000000000000
-000000005BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0D25F0000000000000051FF
-FFFFA49EFFFFFFB3004FDCFFFFFFFFFFFFFFFFFFFFFFA0009CFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF8C26FFFFFFFFFFFFFF
-FFFFFFFFFFFFFF1644FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB059000077FFFF
-FFFFFFFFFFFFFFFFFFFFFF5E000F26002EFFFFFFFFFF8800000000000000000A
-BEFFFFFFFFFFFFFFFFFFFFFFB35B000000000000000000000000000000000000
-0000000079FFFFFFFFFFFFFFFFFFFFFFFFFFFF6A0F30323030302E3281C3FFFF
-FFE38D2E91D0980069FFFFFFFFFFFFFFFFFFFFFFFFFFFF2100D3FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF137CFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF9F00CAFFFFFFFFFFFFFFFFFFFFFFC187540000217DCBFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF30000000009DFFFFFFFFFFB60000000000000034C0
-FFFFFFFFFFFFFFFFB388671F0000000000000000000000000000000000000000
-0000000043FFFFFFFFFFFFFFFFFFFFFFFFFF8C3EFFFFFFFFFFFFFFFFFFD25316
-A0FFCE0000130090FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA006BFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF9300D6FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF268EFFFFFFFFFFFFFFFFDE944000001671C3FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFA000005F8EFFFFFFFFFFFFFF28000000001679FFFF
-FFFFFFFF9563321F000000000000000000000000000000000000000000000000
-00000000003EB4FFFFFFFFFFFFFFFFFFFFFF8B16FFFFFFFFFFFFFFFFFFFFC128
-009CBD0A000048FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B00C7FFFFFFFFFF
-FFFFFFFFFFFFFFFFFF575BFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF4737FFFFFFFFFFFFDD670F0000000094FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF8B00D2FFFFFFFFFFFFFFDD1C90AB7B9CFFFFFFFF
-FFB35C1300000000000000000000000000000000000000000000000000000000
-000000000000002A81C2FFFFFFFFFFFFFFFFDB0078FFFFFFFFFFFFFF62B1FF58
-0000411C0000AEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF004DFFFFFFFFFF
-FFFFFFFFFFFFFFFFD400B2FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFB50095FFFFFFFF923400137ACB950013D2FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFD5371CFFFFFFFFFFFFFFFFD024FFFFFFFFFFFFD783
-1300000000000000000000000000000000000000000000000000000000000000
-000000000000000000004193FFFFFFFFFFFFFFB20094FFFFFFFFFFFFAF00BD87
-000000A0B2D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B00A0FFFFFFFF
-FFFFFFFFFFFFFFFF8C4BFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF2653FFFF920000419EFFFFFFFF8100BEFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFC3245ED6FFFFFFFFFFFFFFFFD4008EFFFFFFFFA61900
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000001679C9FFFFFFFFFF8700AAFFFFFFFFFFAF00469C
-000016DDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA0000C7FFFFFF
-FFFFFFFFFFFFFFFF00B2FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF9C00CBFF7756C1FFFFFFFFFFD34600DDFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF7059FFFFFFFFFFFFFFFFFFFFFF7B00A9FFE162000000
-0000000000000000000000000000000000000000000000000000000000000000
-00000000000000000000000000000054B9FFFFFFFF6600D9FFFFFFFF4400001F
-2648C0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85005DFFFFFF
-FFFFFFFFFFFFFFA500FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF0075FFFFFFFFFFFFFFD1690A0096FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF6B85FFFFFFFFFFFFFFFFFFFFFFD0007FFF4B00000000
-0000000000000047A2D554000000000000000000000000000000000000000000
-000000000000000000000000000000000044AAFFFFFF3434DCFFFFFF57000054
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B00BFFFFF
-FFFFFFFFFFFFFF0A8FFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF6A00D2FFFFFFFFCD6A000039C0FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFAC00196377747474747185A8AD8000AFB70000000000
-000000003E93CCFFFFDE2A000000000000000000000000000000000000000000
-000000007DDAA143000000000000000000000043DCFFC00054FFFFFF7C0076D7
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF0056FFFF
-FFFFFFFFFFFFAF24FFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFBD0078FFFFFF83000066B5FFFFFFC83475FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFBF62191316161616160F00000019D0740000000000
-000043BDFFFFFFFFDC3C00000000000000000000000000000000000000000000
-0000000088FFFFFFB3460000000000000000000030CCFF9D007BFFFFA100FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF870092FF
-FFFFFFFFFFFF3990FFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF4000D2FFC3003EB6FFFFFFFF96000091FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0D2D0E3DA130000000000
-0087FFFFFFFFFFBF3C0000000000000000000000000000000000000000000000
-000000000064D6FFFFFFA82100000000000000000041FFFF5700B6D73747FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF704AACFFFFFFFF4000C0
-FFFFFFFFFFC634FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF960078FFFFDEFFFFFFFFFF96000FB3FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE31C0000000000
-95FFFFFFFFD66700000000000000000000000000000000000000000000000000
-0000000000000F92FFFFFFFF6A00000000000000000093FFDD3C000069FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8400003EA0FFFFB0004D
-FFFFFFFFFF6B8CFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF4000C7FFFFFFFFE0FFD2003CC5FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C0000000092
-FFFFFFD4760A0000000000000000000000000000000000000000000000000000
-000000000000000043DCFFFFFFB213000000000000002EFFFFD01C83FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA00001C002497DA6700
-A4FFFFFFC434FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFB3005DFFFFFF8D1FFFB0007EFFFFFFCFACCEFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE274282A93FF
-FFC5660000000000282600000000000000000000000000000000000000000000
-00000000000000000039CAFFFFFFCA3900000000000000D2FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E00A0BB5700161F00
-4AFFFFFF3486FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFF6B00AAFFFF8100A8B000001C1913000052FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-7A0000000000006DE25900000000000000000000000000000000000000000000
-0019130000000000000016AAFFFFFFFF6A000000000000D4FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFC0A4D0FFFFFFFFFFFFFFFFFFFFFFC7005BFFFFFFA85421
-0AD6FF832EFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFE31C1CE3FFFF871C16242C44747190CCFFFFFF
-FFFFFFFFFFE0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA40
-0000000000006CFFA90000000000000000000000000000000000000000000000
-00418D0F000000000000000095FFFFFFFFA91600000062FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF3700131C489DACE2FFFFFFFFFFFFFF7800AAFFFFFFFFFF
-E0FFDB0AAAFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFAA0087FFFFFFFFCEFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFB50085AD763EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB31300
-000000000058FFDE1C0000000000000000000000909200000000001F0F000000
-0000C071000000000000000000A0FFFFFFFFD5752887FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFCCA46B1F000000193084C8FFFFFFFFDC0A32E0FFFFFFFF
-FFFF706EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B00D0FFFFFFFFFFFFFFFFFFFFFFB51C2C
-A5FFFFFFBD0000000063FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC000000
-000000001CDDFF58000000000000000000000044FFFF1C00000000AF46000000
-00006BA700000000000000000013D1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFD1DDFFFFFFFFC9A058000000002169B5FFFF8B009DFFFFFFFF
-FFBD00DAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD00056FFFFFFFFFFFFFFFFFFFFDF0A3E76
-51C5FFC2710000000080FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48000000
-0000000095FF8800000000000000000000000088FFFF4B0000002EFF62000000
-000000826A0000000000000000005DFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFA916000078FFFFFFFFFFFFD4D296431300003B8D720028FFFFFFFF
-FF2A8EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9009CFFFFFFFFFFFFFFFFFFD8008DFF
-FFFFC50000000000000051FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD200000000
-00000069FFA400000000002C51000000000000CAFFFF760000005EFF7C000000
-0000003C9916000000000000000000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFF96007FB78C007AFFFFFFFFFFFFFFFFFFFFB4863E000000009BFFFFFF
-8F24FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A00BEFFFFFFC6A6FFFFFFD00077FF
-FFFFFFD6E0B1000075AEB3FFD272D1FFFFFFFFFFFFFFFFFFFFFFFFC100000000
-00001FE0C7000000000000876B000000000048FFFFFF370000007BFF7B000000
-000000006B8900000000000000000037FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFF7432E0FFFFA900B8FFFFFFFFFFFFFFFFFFFFFFFFFFCD926BABFFFFC7
-00BEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE370ADBFFFFA800BBFFE36400AAFF
-FFFFFFACB8FF6600E3FFFFC00000BFFFFFFFFFFFFFFFFFFFFFFFFFFF43000000
-000AC0FF4A0000000000669600000000000079FFFFDA0F0000003BFF7D000000
-0000000000AE8900000000000000001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFC700A4FFFFFF24A5FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
-8EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC70065FFFFDE46001F2E006EFFFF
-FFFF6D004AFFBAB7FFFFC93000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC400000
-39C0FFD100000000001CD46700000000000079FFFFAA0000000024FF80000000
-000000000048DD720000000000000000D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFF9000C5FFFF0FA8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF654E
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF870092FFFFFFC6B6E0D2FFFFFF
-FF6B0024DAFFFFFFFFBE0000A0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBCB2
-FFFFFFB800000000008CFF340000000000009DFFFF7C000000000AD487000000
-000000000000AFFF7B0000000000001FDEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFF440FD89A00DEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA43EDE
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5600B6FFFFFFFFFFFFFFFFDC
-430000BDFFFFFFFFD7190AAAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFDC1300000057FFFF1F000000000000C7FFFF590000000000DEB0000000
-00000000000074FFFFAA160000000093FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFDC360F0024BBD2D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFD716C6FF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B2CDCFFFFFFFFFFFFFF43
-000095FFFFFFFFBE0037D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFF73000043DCFFBC00000000000044FFFFBF000000000000DEB2000000
-0000000000003CFFFFFFCC73160077FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFB3000000000000242E325B789DACC5FFFFFFFFFFFF34A4FFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC3434DCFFFFFFFFC22E00
-52B9FFFFFFFF92003CD4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFD4D1FFFFFFBC00000000000096FFFF6C000000000000DCD1000000
-00000000000077FFFFFFFFFFE3DAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF920037A681651C0000000000000016DCFFFFFF4A73FFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD80054FFFFFFFF7700B3
-FFFFFFFFFF4D00004F816A75FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF2E0000000047FFFFD200000000000036FFFF480000
-000000000000B6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFF8600A3FFFFFFC7B4A69D7E787387FFFFFF7E59FFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA10069FFFFFFDFFFFF
-FFFFFFFF870000000037678DFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFBE28000043DCFFFF870000000000009DFFFFC00A00
-00000000006FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFF6900A0FFFFFFFFFFFFFFFFFFFFFFFF8F32FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0006AFFFFFFFFFF
-FFFFFF960069CC6600D8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFD4D1FFFFFFFF79000000000059FFFFFFFFCB54
-0000000093FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF3000B2FFFFFFFFFFFFFFFFFFFF9100D0FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C006AFFFFFFFF
-FFFFD60058FFFF615DFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA90E3FF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC01600000047DCFFFFFFFFFFFF
-D2ACA6DAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFCE0000A1FFFFFFFFFFFFFFFFAB00B3FFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77006AFFFFFF
-FFCE0059FFFFFF1677FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC1F0054
-CAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB83BDFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF960026FFFFFFFFFFFFFFDA26B8FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65006BFFFF
-FFC96EFFFFFFFF00A4FFFFFFFFC6C5FFFFFFFFFFFFFFFFFFFFFFFFFFFF720000
-21E0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE89FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-C5C5FFFFFFFFFFFFFFFFFFFFFF8A0074FFFFFFFFFFDA398EFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF860057FF
-FFFFFFFFFFFFC700BEFFFFFFFF870058DCFFFFFFFFFFFFFFFFFFFFFFFF1363D3
-D4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC700A8FFFFFFFFFFFFFFFFFFFFFFFFFF88
-0000A3FFFFFFFFFFFFFFFFFFFFFFB200B9FFFFFFDC4AB8FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF920032
-C0FFFFFFFFFFA800D4FFFFFFFFFF57000FA0FFFFFFFFFFFFFFFFFFFFBB00C0FF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F64FFFFFFFFFFFFFFFFFFFFFFFFFF4A
-000079FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA73DBFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8700
-00BDFFFFFFFF8C32FFFFFFFFFFFFFF870A0064D1FFFFFFFFFFFFFFDE2A65FFFF
-FFFFFFFFFFFFFFFFAC6AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6500DAFFFFFFFFFFFFFFFFFFFFFFFFC8
-1F3BCBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA416D2FFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
-2E0096FFFFFF75A5FFFFFFFFFFFFFFFFFFA40A3BFFFFFFFFFFFFFF7500D1FFFF
-FFFFFFFFFFFFFFBF00006CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFE0FFFFFFFFFFFFFFFFA000A0FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D2ED1FFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-C91C007AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4FFFFFFFFFFFFC70087FFFFFF
-FFFFFFFFFFFFFF583EB2CAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF39A2FFFFFFB7FFFFFFD20073FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF582AD3FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFF660053D4FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6900DBFFFFFF
-FFFFFFFFFFFFD200A8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF196AFFFFC00085FFFFFF2630FFFF21A8FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E98FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFF9213009FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD00091FFFFBBFF
-FFFFFFFFFFFF7500FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF1C65FFFFCA0089FFFFFF6500D97500DAFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFDB97DCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFDD71005FDEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4813FFFF9F00A7
-C6D6FFFFFFD00088FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF4100D8FFFFDDFFFFFFFF92004F00A2FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFF7D77FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFB63900A4FFFFFFFFFFFFFFFFFFFFFFFFFFFFB80087FFFF260000
-0000A2FFDC3B007CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF2C004BFFFFDECAFFFFFFC700000096FFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFAB4DA9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFF90004ACAFFFFFFFFFFFFFFFFFFFFFFFF8200DCFF93002C96
-A6004DFFC2000053E2FFFFB28AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFA2000078FFFF4728FFFFFFFF1C1F53008AFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFE3836ADAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFD44F0084FFFFFFFFFFFFFFFFFFFFE20082FFFF0074FFFF
-CD0080FFD40067FFFFFF6C00007CFFC852FFFFFFFFFFBBFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF7A00D0FFFF6300D4FFFFFF5B13DA9600B2FFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFF9D3CD0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFF9B0047C0FFFFFFFFFFFFFFD28300C1FFB500C7FFFF
-A600CAFFAC00A7FFFF6D009E691FFF9D00FFE14E96AF00C3CAFFFFFFFFFFFFFF
-FFFFCB477BFFFFAB00D0FFFF9C00D2FFFFFFB200D1FF9200C5FFFFFFFFFFFFFF
-FFFFFFFFFFC3439EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFF7C006AD4FFFFFFFFC2000000B2FF654DFFFFFF
-653BFFFFA800D2FFAC00B0FFA800D481169D005FFF8E00000063FFAC73BEFFFF
-FFB40F0030FFFFD000ABFFFFC700BEFFFFFFD400A8FFFF9100CEFFFFFFFFFFFF
-FFFFFFFF9019BAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFD46A007ADAFFFFFFDCA14F61C900C6FFFFFF
-00A8FFFF7239FFFF4421FFFFA800DD82000084FFFF78007B8C215D0A0000C2FF
-FF0F7D8300DDFFFF0085FFFFDD00A8FFFFFFFF4A74FFFFFF9C00D7FFFFFFFFFF
-FFFFD33966DEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD26A0057CBFFFFFFFFFFCF95FFFFFFAF
-2EFFFFFF0085FFE3008DFFFFA256FF771CC7FFFFFF4140FFD5001CBB8E00AAFF
-B200DEB000D2FFFF3972FFFFFF0AA4FFFFFFFFA52EFFFFFFFFA0D8FFFFFFFFFF
-E0845DCDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA961658BFFFFFFFFFFFFFFFFF54
-C3FFFFB500CAFFAC00BEFFFF778EFF3B72FFFFFFFF1674FFC800B2FFBF00ABFF
-6F5BFFD400B4FFFF716DFFFFFF6A6FFFFFFFFFFF2ED2FFFFFFFFFFFFFFFFCC86
-5EB6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD46C002EA6FFFFFFFFFFFFC4
-FFFFFFA441FFFF9E00D2FFE130DEFF009BFFFFFFFF1674FFA900DDFFD200A8FF
-876AFFFF1C84FFFF9F63FFFFFF91006ECAFFFFFFE0FFFFFFFFFFFFFFCD828BC2
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD587002A8CDCFFFFFFFF
-FFFFFFBCAFFFFFA800AED657A3FFD300A8FFFFFFFF009AFFA700FFFFBD00A8FF
-AE67FFFF2E53FFFFAB007EA6FFE080B4FFFFFFFFFFFFFFFFFFB87269BEFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB480F74C3FFFF
-FFFFFFFFFFFFFFFF41000090FFFFD100C8FFFFFFD100C6FF9813FFFFB200A9FF
-FF3C9B595352C2FFFF4700AFFFFFFFFFFFFFFFFFFFFFFFB85866B5FFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3C98E346F
-B4FFFFFFFFFFFFFFFFBBD6FFFFFFDA82FFFFFFFFD01CFFFF6F79FFFFD200B4FF
-FFCF63A4FFE3D6FFFFFFFFFFFFFFFFFFFFFFFFCDA0642A87D8FFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD89C
-70577393D1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFFFFAFB8FFFFFF65DCFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9A19148546F9CC7FFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFCDAC92819CC5CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFD2B08F67463E748DAAD8FFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFDAB3716A92B8B4CDCEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFDECAA86A4D26285485A6CBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFDDAF94794837344F7970646C7878787975342C2E2C
-3E4A517D74879FB8D2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDAD8CCB69BADCBCBCBCBCBCFCFCFCC
-E2FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
-grestore
-showpage
-%%EndPage
-%%EOF
diff --git a/attic/kiss-14ss/beamer/handoutws13.pdf b/attic/kiss-14ss/beamer/handoutws13.pdf
deleted file mode 100644
index 432feb511b31d22ac9535d4b532f069a2e50be36..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/beamer/handoutws13.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/Makefile b/attic/kiss-14ss/emacs/Makefile
deleted file mode 100644
index 8edce6ff5fcc814cdae5d4458e476be749fc12bb..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emacs/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-factorial: factorial.c
-	gcc -g -o factorial factorial.c
diff --git a/attic/kiss-14ss/emacs/factorial.c b/attic/kiss-14ss/emacs/factorial.c
deleted file mode 100644
index ee81bcb618c3da8e8b804082e711cda587421c74..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emacs/factorial.c
+++ /dev/null
@@ -1,13 +0,0 @@
-# include <stdio.h>
-
-int main()
-{
-  int i, num, j;
-  printf ("Enter the number: ");
-  scanf ("%d", &num );
-  
-  for (i=1; i<num; i++)
-    j=j*i;    
-  
-  printf("The factorial of %d is %d\n",num,j);
-}
diff --git a/attic/kiss-14ss/emacs/handouts/AIM-519A.pdf b/attic/kiss-14ss/emacs/handouts/AIM-519A.pdf
deleted file mode 100644
index 499335a9e858e77424c537a43f306dde79e0c9c2..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/AIM-519A.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/handouts/README b/attic/kiss-14ss/emacs/handouts/README
deleted file mode 100644
index 0b3ccfc41e46469b92248524c61c6e4e75fc077f..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emacs/handouts/README
+++ /dev/null
@@ -1,32 +0,0 @@
-Hier liegen die "Handouts" zum Emacs workshop (Bitte nicht ausdrucken,
-das waere dumm und sinnlos).
-
-- emacs.pdf, das Big Bad Manual.  Source:
-https://www.gnu.org/software/emacs/manual/emacs.html
-
-- eintr.pdf, Einfuehrung in Emacs Lisp.  Source:
-https://www.gnu.org/software/emacs/manual/eintr.html
-
-	Note: Bei einer vollstaendigen Installation (paket -doc in
-	manchen Paketverwaltungen, oder am besten gleich aus den
-	Sources selber bauen), sind die beiden Dokumente auch direkt
-	aus Emacs herraus erreichbar durch druecken der Taste "F1",
-	gefolgt von der Taste "i".  Das startet den eingebauten info
-	reader, alternativ "M-x info <return>".  "M" heisst Meta und
-	ist auf vielen Systemen gleichzusetzen mit der "ALT" Taste.
-	(Sprich: druecke und halte "ALT", druecke "x", lasse "ALT"
-	los, tippe "info", druecke <enter>)
-
-- refcard.pdf und survival.pdf, manche moegen solche Referenzkarten
-ausgedruckt neben der Tastatur, ich find's eher ueberfluessig, und
-empfehle stattdessen die eingebaute Hilfefunktion (F1) zu
-benutzen. Source: https://www.gnu.org/software/emacs/refcards/
-
-- shortcard.pdf, eine von mir erstelle Uebersicht der allerwichtigsten
-Befehle & Konzepte.  Hilfe zur Selbsthilfe quasi.  
-
-- list-of-all-emacs-features.pdf, eine von mir erstellte komplette
-Liste aller Emacs Features auf einem A4 Blatt, Schwarz auf Weiss,
-absolut nichts wurde ausgelassen.  Habe die .tex Quellen leider
-verloren. Sorry.
-
diff --git a/attic/kiss-14ss/emacs/handouts/eintr.pdf b/attic/kiss-14ss/emacs/handouts/eintr.pdf
deleted file mode 100644
index 896d32d17cf3fd9c73eb991fa46fd962754f74a9..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/eintr.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/handouts/emacs.pdf b/attic/kiss-14ss/emacs/handouts/emacs.pdf
deleted file mode 100644
index 25248b421963660d5c142ba1bc72e90ed71e8c2a..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/emacs.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/handouts/list-of-all-emacs-features.pdf b/attic/kiss-14ss/emacs/handouts/list-of-all-emacs-features.pdf
deleted file mode 100644
index 594967482bf2c970f16fd0d63369e8a4497889ba..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/list-of-all-emacs-features.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/handouts/refcard.pdf b/attic/kiss-14ss/emacs/handouts/refcard.pdf
deleted file mode 100644
index 1d3b630bfc5ffac67970f60647e0b17c64e58f11..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/refcard.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/handouts/shortcard.pdf b/attic/kiss-14ss/emacs/handouts/shortcard.pdf
deleted file mode 100644
index 9b2e390a1737cbdc1b2fe8b27ae1147146649062..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/shortcard.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/handouts/shortcard.tex b/attic/kiss-14ss/emacs/handouts/shortcard.tex
deleted file mode 100644
index 9b0c63cb6d1b10a1fa56d6bc65c61a7b8071a91b..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emacs/handouts/shortcard.tex
+++ /dev/null
@@ -1,144 +0,0 @@
-% -*-LaTeX-*-
-
-\documentclass[12pt,a4paper]{article}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-
-\usepackage[]{savetrees}
-
-\usepackage{tikz}
-\usetikzlibrary{shadows}
-
-\setlength\parindent{0pt}
-
-
-%% Keystroke template stolen from:
-%% https://tex.stackexchange.com/questions/5226/keyboard-font-for-latex
-
-
-\newcommand*\keystroke[1]{%
-  \tikz[baseline=(key.base)]
-    \node[%
-      draw,
-      fill=white,
-      drop shadow={shadow xshift=0.25ex,shadow yshift=-0.25ex,fill=black,opacity=0.75},
-      rectangle,
-      rounded corners=2pt,
-      inner sep=1pt,
-      line width=0.5pt,
-      font=\scriptsize\sffamily
-    ](key) {#1\strut}
-  ;
-}
-
-\begin{document}
-
-\thispagestyle{empty}
-
-\begin{flushright}
-\includegraphics[resolution=420]{emacs-logo.png}
-\end{flushright}
-
-\textbf{Hilfe zur Selbsthilfe}
-
-
-\vspace{\baselineskip}
-\vspace{\baselineskip}
-
-``EMACS is The Extensible, Customizable, Self-Documenting Display
-Editor'' (Richard M. Stallman, 1981)
-
-
-\vspace{\baselineskip}
-
-Hier ein minimales Handout, das sich vor allem auf den oben genannten
-``Self-Documenting'' Aspekt bezieht. Das bedeutet, dass ich hier
-\textit{nicht} erkläre wie man z.B. Navigiert, Copy \& Paste,
-Undo/Redo oder ähnliches macht. Dafür gibt es das Tutorial und die
-Hilfefunktionen. Obwohl es ``Emacs-likes'' wie Sand am Meer gibt, für
-den Workshop bitte unbedingt darauf achten den Original GNU/Emacs zu
-benutzen. Kein XEmacs, kein Aquamacs, kein SXEmacs und auch nicht den
-Torvald'schen ``uEmacs''.
-
-\vspace{\baselineskip}
-
-Tastaturkürzel Konvention:
-
-\begin{itemize}
-
-\item ``M'' steht für ``Meta'' und ist auf fast allen Systemen die
-  \keystroke{Alt} Taste. Sollte aus irgendeinem Grund (z.B. arbeiten
-  über SSH mit `schlecht' konfiguriertem Terminal Emulator) die
-  \keystroke{Alt} Taste nicht funktionieren, kann man stattdessen auch
-  \keystroke{ESC} drücken. Anders als bei \keystroke{Alt}, muss man
-  \keystroke{ESC} nicht gedrückt halten für Kombinationen.
-
-\item ``C'' steht für \keystroke{Control}, also \keystroke{Strg} auf
-  deutschen Tastaturen.
-
-\item Die wichtigsten Tastaturkürzel sind \textit{mnemonisch},
-  d.h. ``p'' steht für ``previous'', ``n'' steht für ``next'', ``b''
-  steht für ``backwards'', ``f'' steht für ``forwards'', und so
-  weiter. Das erleichtert vieles und ist Tastaturlayout-agnostisch. Im
-  Gegensatz zu anderen Editoren geht Emacs \textit{nicht} davon aus,
-  dass alle Menschen US-qwerty benutzen.
-
-\end{itemize}
-
-\vspace{\baselineskip}
-
-Wenn es z.B. heisst ``C-x C-w'' bedeutet das soviel wie: \textit{``drücke und
-halte \keystroke{Ctrl}, dann drücke \keystroke{x}, anschliessend lasse
-\keystroke{Ctrl} wieder los, dann drücke und halte \keystroke{Ctrl},
-gefolgt von \keystroke{w}, und lasse \keystroke{Ctrl} wieder los.''}
-Das Minuszeichen zwischen ``C'' und ``x'' impliziert dass man
-\keystroke{Ctrl} gedrückt halten muss. Eine Leerstelle impliziert dass
-man zuvor gedrückt gehaltene Tasten wieder loslassen soll.
-
-\vspace{\baselineskip}
-
-\begin{itemize}
-\item Zum Starten des Tutorials, drücke \keystroke{F1} gefolgt von \keystroke{t}.
-\item Für eine Übersicht aller Hilfefunktion drücke \keystroke{F1} \keystroke{F1}.
-  \begin{itemize}
-  \item Z.B., um herauszufinden was eine Taste macht, drücke \keystroke{F1} \keystroke{k}.
-  \end{itemize}
-\item Um einen Emacs Befehl oder eine Funktion auszuführen, drücke
-  M-x und bemerke die Eingabeaufforderung am unteren Rand.
-\item \keystroke{TAB} Vervollständigung geht (fast) überall. Benutze
-  \keystroke{TAB} um Tipparbeit zu sparen, aber auch um Unbekanntes zu
-  entdecken. Die Funktionsnamen sind fast immer selbsterklärend und
-  sinnvoll, probiere es aus z.B. durch ``M-x desc<TAB><TAB>''.
-\item Der ``Panic Key'' ist \keystroke{ESC} \keystroke{ESC} \keystroke{ESC}.
-\end{itemize}
-
-\vspace{\baselineskip}
-
-Das war's auch schon. Im Prinzip gibt es also nur 2
-Tasten(kombinationen) die Du Dir unbedingt merken solltest, wenn Du
-mit Emacs arbeiten willst: \keystroke{Alt} + \keystroke{x} und
-\keystroke{TAB}. Das Motto ist learning-by-doing, über das Konzept der
-``Lernkurve'' lässt sich streiten; es gibt Leute die benutzen Emacs
-kaum anders als sie ``notepad.exe'' benutzen würden, es gibt Leute
-deren Konfiguration dermassen angepasst und auf den persönlichen
-Bedarf zugeschnitten ist, dass kein zweiter Mensch damit zurechtkommt,
-und es gibt sicherlich Fälle in denen der \textit{~/.emacs.d/} Ordner
-(in dem die Nutzereinstellungen gespeichert werden) Gigabytegröße
-erreicht oder gar überschritten hat. Zum Abschluss sei noch auf das
-``emacs-starter-kit'' von Phil Hagelberg aka technomancy hingewiesen,
-das eine Reihe von sinnvollen aber nicht intrusiven
-Standardeinstellungen bereitstellt.
-
-\vspace{\baselineskip}
-
-MfG,
-
-\vspace{\baselineskip}
-
-Milan
-
-\vspace{\baselineskip}
-
-milan.santosi@gmail.com GPG Fingerprint: FCF2 0F88 C197 6F1D 5084  80B3 9BF1 EAF3 FB02 3406
-
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/emacs/handouts/survival.pdf b/attic/kiss-14ss/emacs/handouts/survival.pdf
deleted file mode 100644
index 8f2c25902f4486e9235eb4d0041704061a4b63b1..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emacs/handouts/survival.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emacs/presentation-gui.el b/attic/kiss-14ss/emacs/presentation-gui.el
deleted file mode 100644
index 165ed4b1ef5e8e879924e69a4294a563804ce2dc..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emacs/presentation-gui.el
+++ /dev/null
@@ -1,9 +0,0 @@
-;; Lesson One: Always disable tool- menu- and scrollbars. Here,
-;; they're turned on for presentation purposes.
-(dolist (mode '(menu-bar-mode tool-bar-mode)) (when (fboundp mode) (funcall mode 1)))
-
-;; So people can actually see what I'm doing.
-(add-hook 'minibuffer-setup-hook 'my-minibuffer-setup)
-(defun my-minibuffer-setup ()
-       (set (make-local-variable 'face-remapping-alist)
-          '((default :height 1.7))))
diff --git a/attic/kiss-14ss/emailvpn/handout_email_und_vpn.pdf b/attic/kiss-14ss/emailvpn/handout_email_und_vpn.pdf
deleted file mode 100644
index 03e42fb31d09b73f72357335b6507a6b3760fcd7..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emailvpn/handout_email_und_vpn.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emailvpn/handout_email_und_vpn.tex b/attic/kiss-14ss/emailvpn/handout_email_und_vpn.tex
deleted file mode 100644
index 3f619b3ff0893dc09b9f7f8b3e8e6540398712fd..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emailvpn/handout_email_und_vpn.tex
+++ /dev/null
@@ -1,64 +0,0 @@
-\documentclass[fontsize=11pt,oneside,a4paper]{scrartcl}
-%\usepackage[OT1]{fontenc} % Euro fonts: use OT1 font encoding
-\usepackage[utf8x]{inputenc}
-\usepackage{lmodern,textcomp}
-\usepackage{ngerman}
-\usepackage{csquotes}
-\usepackage{savetrees}
-\usepackage{amssymb}
-\usepackage{fancyhdr}
-\pagestyle{fancy}
-
-\nonfrenchspacing
-
-\renewcommand{\headrulewidth}{0pt}
-\renewcommand{\footrulewidth}{0.4pt}
-\fancyhead{}
-\fancyfoot[L]{KISS SS2014}
-\fancyfoot[C]{}
-\fancyfoot[R]{Daniel Schulte (daniel.schulte@rwth-aachen.de)}
-\newcommand{\litem}{\item[--]}
-\begin{document}
-\begin{center}\begin{huge}
-	RWTH E-Mail und VPN
-\end{huge}\end{center}
-\section{E-Mail}
-\begin{itemize}
-	\litem Damit Thunderbird vernünftig mit dem RWTH-Server reden kann Braucht ihr Zugangsdaten:
-	\begin{itemize}
-		\litem Benutzername: \texttt{<timkennung>+rwth-aachen.de} also z.B. \texttt{mm123456+rwth-aachen.de}
-		\litem Passwort: \texttt{Euer Passwort} (wenn ihr das nicht geändert habt ist das das gleiche wie für eduroam)
-	\end{itemize}
-	\litem Thunderbird bzw. Mozilla hat eine Datenbank mit den Daten vieler bekannter E-Mail-Anbieter. Die RWTH-Daten kennt Thunderbird leider nicht. Daher Manuelle konfiguration:
-	\begin{itemize}
-		\litem Imap-Server:
-			\begin{itemize}
-				\litem Server: \texttt{mail.rwth-aachen.de}
-				\litem Port: 993
-				\litem Protokoll: SSL
-				\litem Authentifizierung: \enquote{Passwort, normal}
-			\end{itemize}
-		\litem SMTP-Server:
-		\begin{itemize}
-			\litem Server: \texttt{mail.rwth-aachen.de}
-			\litem Port: 587
-			\litem Protokoll: \texttt{STARTTLS}
-			\litem Authentifizierung: \enquote{Passwort, normal}
-		\end{itemize}
-	\end{itemize}
-\end{itemize}
-\section{VPN}
-Das RWTH VPN könnt ihr konfigurieren, indem ihr auf das Network Manager-Symbol im Tray, oben rechts neben Uhr und Datum klickt und dann im Menü unter \enquote{VPN-Verbindungen} auf \enquote{VPN konfigurieren...} klickt. Dort klickt ihr dann auf \enquote{Hinzufügen}. Dort müsst ihr dann ggf. \enquote{Cisco-kompatibler VPN-Client (vpnc)} auswählen und danach \enquote{Erzeugen...} anklicken. Danach Tragt ihr folgende Einstellungen ein:
-\begin{itemize}
-	\litem Name: beliebig, etwa \enquote{RWTH Full Tunnel}
-	\litem Gateway: vpn.rwth-aachen.de
-	\litem Gruppenname: FullTunnel
-	\litem Benutzerpasswort: [Passwort für WLAN/VPN Account]
-	\litem Gruppenpasswort: medical
-	\litem Benutzername: [in der Form ab123456]
-	\litem Domäne: [leer lassen]
-	\litem Verschlüsselungsmethode: [Vorgabe so lassen]
-	\litem NAT-Traversal: [Vorgabe so lassen]
-\end{itemize}
-Oder alternativ könnt ihr eine Konfigurationsdatei von \verb+http://tinyurl.com/n68obp3+ Herunterladen und importieren.
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/emailvpn/handout_email_und_vpn_en.pdf b/attic/kiss-14ss/emailvpn/handout_email_und_vpn_en.pdf
deleted file mode 100644
index 17691844c7a40184b5deaf74480260e52adb70d3..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/emailvpn/handout_email_und_vpn_en.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/emailvpn/handout_email_und_vpn_en.tex b/attic/kiss-14ss/emailvpn/handout_email_und_vpn_en.tex
deleted file mode 100644
index dc259709aa476c2bfce2b73c8cb9711c2d3c6d50..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/emailvpn/handout_email_und_vpn_en.tex
+++ /dev/null
@@ -1,64 +0,0 @@
-\documentclass[fontsize=11pt,oneside,a4paper]{scrartcl}
-%\usepackage[OT1]{fontenc} % Euro fonts: use OT1 font encoding
-\usepackage[utf8x]{inputenc}
-\usepackage{lmodern,textcomp}
-\usepackage{ngerman}
-\usepackage{csquotes}
-\usepackage{savetrees}
-\usepackage{amssymb}
-\usepackage{fancyhdr}
-\pagestyle{fancy}
-
-\nonfrenchspacing
-
-\renewcommand{\headrulewidth}{0pt}
-\renewcommand{\footrulewidth}{0.4pt}
-\fancyhead{}
-\fancyfoot[L]{KISS SS2014}
-\fancyfoot[C]{}
-\fancyfoot[R]{Daniel Schulte (daniel.schulte@rwth-aachen.de)}
-\newcommand{\litem}{\item[--]}
-\begin{document}
-\begin{center}\begin{huge}
-	RWTH E-Mail and VPN
-\end{huge}\end{center}
-\section{E-Mail}
-\begin{itemize}
-	\litem To get Thunderbird to properly talk to the RWTH-servers you need credentials:
-	\begin{itemize}
-		\litem Username: \texttt{<tim\_id>+rwth-aachen.de} e.G. \texttt{mm123456+rwth-aachen.de}
-		\litem Password: \texttt{Your Password} (if you didn't change it it is the same as for eduroam)
-	\end{itemize}
-	\litem Thunderbird has a database with server settings for the most common email providers. Unfortunately the RWTH isn't in that list so you have to enter the data yourself:
-	\begin{itemize}
-		\litem Imap-Server:
-			\begin{itemize}
-				\litem Server: \texttt{mail.rwth-aachen.de}
-				\litem Port: 993
-				\litem Protocoll: SSL
-				\litem Authentication: \enquote{Password, normal}
-			\end{itemize}
-		\litem SMTP-Server:
-		\begin{itemize}
-			\litem Server: \texttt{mail.rwth-aachen.de}
-			\litem Port: 587
-			\litem Protokoll: \texttt{STARTTLS}
-			\litem Authentication: \enquote{Password, normal}
-		\end{itemize}
-	\end{itemize}
-\end{itemize}
-\section{VPN}
-You can configure the RWTH VPN by clicking on the NetworkManager symbol in the tray on the top right next to the time and date. In the menu select \enquote{VPN connection} and then \enquote{Configure VPN}. There you click \enquote{Add}. There you may need to select \enquote{Cisco compatible VPN-Client (vpnc)} and press \enquote{Create}. There you have to enter the following settings: 
-\begin{itemize}
-	\litem Name: anything, e.g. \enquote{RWTH Full Tunnel}
-	\litem Gateway: vpn.rwth-aachen.de
-	\litem Group name: FullTunnel
-	\litem User password: [Your password for WLAN]
-	\litem Group password: medical
-	\litem Username: [in der Form ab123456]
-	\litem Domain: [empty]
-	\litem Enryptopn method: [Leave as it is]
-	\litem NAT-Traversal: [Leave as it is]
-\end{itemize}
-Alternativly you can download the configuration from \verb+http://tinyurl.com/n68obp3+ and import it.
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/freedom/freedomslides.org b/attic/kiss-14ss/freedom/freedomslides.org
deleted file mode 100644
index bc7bde0d82929b722df97bb23a396d3d8ccaafdd..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/freedom/freedomslides.org
+++ /dev/null
@@ -1,132 +0,0 @@
-#+TITLE:     Free Software, Free Society
-#+AUTHOR:    Milan Santosi
-#+EMAIL:     milan.santosi@gmail.com
-#+DATE:      2012-04-12 Thu
-#+DESCRIPTION: 
-#+KEYWORDS: 
-#+LANGUAGE:  en
-#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
-#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
-#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
-#+EXPORT_SELECT_TAGS: export
-#+EXPORT_EXCLUDE_TAGS: noexport
-#+LINK_UP:   
-#+LINK_HOME: 
-
-#+startup: oddeven
-#+startup: beamer
-#+LaTeX_CLASS: beamer
-#+LaTeX_CLASS_OPTIONS: [bigger]
-#+latex_header: \mode<beamer>{\usetheme{Madrid}}
-#+BEAMER_FRAME_LEVEL: 2
-
-#+COLUMNS: %20ITEM %13BEAMER_env(Env) %6BEAMER_envargs(Args) %4BEAMER_col(Col) %7BEAMER_extra(Extra)
-
-
-* Introduction
-** Overview
-- Understanding software
-- What are the four freedoms of free software?
-- What's the difference between Open Source and Free Software? 
-
-* What is Software?
-** Considerations about Software
-- Source Code is a work of authorship, similar but not identical to
-  works of literature, a cooking recipe, or a musical piece.
-  - Side Note: Legally, works of authorship fall under Copyright.
-- Some form of Instruction set to make a machine do something.
-- Condensed knowledge, or information (hence IT).
-
-** Considerations about Knowledge
-- Information has unique, properties, it is not a real commodity and
-  it cannot easily be contained.
-- From an economic point of view, knowledge is a positive externality.
-  - Software, like all knowledge, should be accessible in a democratic
-    and nondiscriminatory way.
-
-** Intellectual "Property"?
-- Umbrella term for copyright, patent, trademark and other
-  categories law. Those have virtually nothing in common.
-- Commonly misused to actually mean anything.
-- Implies claim to ownership, in particular of ideas.
-
-* Free Software Economics
-** Market implications
-- In a free market economy monopolies are usually seen as dangerous
-  and have to be avoided.
-  - Monopolies on public goods are really, really bad.
-- Software still generates economic value; however, most is generated
-  by use, not sale of software.
-- Software patents are in effect monopolies on ideas.
-  
-* The Four Freedoms
-** Freedom 0
-- You are free to run the program, for any purpose.
-  - Not as obvious as it might seem.
-** Freedom 1
-- You are free to study how the program works, and change it so it
-  does your computing as you wish. Access to the source code is a
-  precondition for this.
-  - The user controls the software, not the other way around.
-** Freedom 2
-- You are free to redistribute copies so you can help your neighbor.
-  - Few people realize how important sharing is, in particular sharing
-    of public goods. Contrary to common propaganda, ideas, techniques, stories,
-    melodies, images etc. are NOT hurt by sharing. On the contrary,
-    sharing keeps them alive.
-** Freedom 3
-- You are free to distribute copies of your modified versions to
-  others. By doing this you can give the whole community a
-  chance to benefit from your changes. Access to the source code is a
-  precondition for this.
-
-* Examples of Licensing
-** F/OSS Licensing 
-Openness of source is less decisive when one or more of the four
-freedoms are formally or effectively taken away.
-The term "Open Source" is usually used synonymous to Free Software, in
-the past the term was coined to avoid misunderstandings. 
-*** GPL
-- Copyleft, restrictive, enforces all four freedoms.
-*** BSD
-- Non-copyleft, permissive, not all rights have to be conserved.
-
-* Conclusion
-** On Flash
-Flash is not actually secret but adobe keeps making new versions which
-are different, faster than anyone can keep up and make free software
-to play those files, so it has almost the same effect as being secret.
-
-** On non-free formats
-It's bad to distribute recordings in mp3 or any other proprietary
-format. Although there is free software to handle those formats,
-distributors legally can not include support for such formats because
-they are patented in many countries. Modern distributions of GNU/Linux
-facilitate use of these formats by letting the user decide, thereby
-avoiding legal issues. Whether or not this is a good thing is a
-question of moral. On the one hand, many of these formats have become
-pseudo-standards and for most users, the short term usability aspect
-prevails. On the other hand, it's a very bad idea if we were hoping to
-get rid of proprietary formats eventually.
-
-
-** Wrap-Up
-- If you want to support freedom, don't distribute recordings in
-  non-free formats. Please use formats such as .ogg, .webm, or .png.
-
-- In an epoch when governments work for the mega corporations instead
-  of reporting to their citizens, every technological change can be
-  taken advantage of to reduce our freedom.
-
-** Further reading
-- Richard Stallman: The GNU Manifesto
-- Ben Klemens: Math you can't use
-- Eric S. Raymond: The Cathedral and the Bazaar
-- Stephan N. Kinsella: Against Intellectual Property
-*** Websites
-- http://stopsoftwarepatents.com
-- http://defectivebydesign.org
-- http://patentabsurdity.com
-- http://fsf.org
-
-
diff --git a/attic/kiss-14ss/freedom/freedomslides.pdf b/attic/kiss-14ss/freedom/freedomslides.pdf
deleted file mode 100644
index 3672ea445941fdc9f591d1ba5af18a7822621a40..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/freedom/freedomslides.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/freedom/freedomslides.tex b/attic/kiss-14ss/freedom/freedomslides.tex
deleted file mode 100644
index 8f2a364d2dbdf7d0431ef31db43286726501d58e..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/freedom/freedomslides.tex
+++ /dev/null
@@ -1,266 +0,0 @@
-% Created 2012-05-07 Mon 18:51
-\documentclass[bigger]{beamer}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage{fixltx2e}
-\usepackage{graphicx}
-\usepackage{longtable}
-\usepackage{float}
-\usepackage{wrapfig}
-\usepackage{soul}
-\usepackage{t1enc}
-\usepackage{textcomp}
-\usepackage{marvosym}
-\usepackage{wasysym}
-\usepackage{latexsym}
-\usepackage{amssymb}
-\usepackage{hyperref}
-\tolerance=1000
-\usepackage{setspace}
-\mode<beamer>{\usetheme{Madrid}}
-\providecommand{\alert}[1]{\textbf{#1}}
-
-\title{Free Software, Free Society}
-\author{Milan Santosi}
-\date{2012-04-12 Thu}
-
-\begin{document}
-
-\maketitle
-
-\begin{frame}
-\frametitle{Outline}
-\setcounter{tocdepth}{3}
-\tableofcontents
-\end{frame}
-
-
-
-
-\section{Introduction}
-\label{sec-1}
-\begin{frame}
-\frametitle{Overview}
-\label{sec-1_1}
-
-\begin{itemize}
-\item Understanding software
-\item What are the four freedoms of free software?
-\item What's the difference between Open Source and Free Software?
-\end{itemize}
-\end{frame}
-\section{What is Software?}
-\label{sec-2}
-\begin{frame}
-\frametitle{Considerations about Software}
-\label{sec-2_1}
-
-\begin{itemize}
-\item Source Code is a work of authorship, similar but not identical to
-  works of literature, a cooking recipe, or a musical piece.
-
-\begin{itemize}
-\item Side Note: Legally, works of authorship fall under Copyright.
-\end{itemize}
-
-\item Some form of Instruction set to make a machine do something.
-\item Condensed knowledge, or information (hence IT).
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Considerations about Knowledge}
-\label{sec-2_2}
-
-\begin{itemize}
-\item Information has unique, properties, it is not a real commodity and
-  it cannot easily be contained.
-\item From an economic point of view, knowledge is a positive externality.
-
-\begin{itemize}
-\item Software, like all knowledge, should be accessible in a democratic
-    and nondiscriminatory way.
-\end{itemize}
-
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Intellectual "Property"?}
-\label{sec-2_3}
-
-\begin{itemize}
-\item Umbrella term for copyright, patent, trademark and other
-  categories law. Those have virtually nothing in common.
-\item Commonly misused to actually mean anything.
-\item Implies claim to ownership, in particular of ideas.
-\end{itemize}
-\end{frame}
-\section{Free Software Economics}
-\label{sec-3}
-\begin{frame}
-\frametitle{Market implications}
-\label{sec-3_1}
-
-\begin{itemize}
-\item In a free market economy monopolies are usually seen as dangerous
-  and have to be avoided.
-
-\begin{itemize}
-\item Monopolies on public goods are really, really bad.
-\end{itemize}
-
-\item Software still generates economic value; however, most is generated
-  by use, not sale of software.
-\item Software patents are in effect monopolies on ideas.
-\end{itemize}
-
-  
-\end{frame}
-\section{The Four Freedoms}
-\label{sec-4}
-\begin{frame}
-\frametitle{Freedom 0}
-\label{sec-4_1}
-
-\begin{itemize}
-\item You are free to run the program, for any purpose.
-
-\begin{itemize}
-\item Not as obvious as it might seem.
-\end{itemize}
-
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Freedom 1}
-\label{sec-4_2}
-
-\begin{itemize}
-\item You are free to study how the program works, and change it so it
-  does your computing as you wish. Access to the source code is a
-  precondition for this.
-
-\begin{itemize}
-\item The user controls the software, not the other way around.
-\end{itemize}
-
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Freedom 2}
-\label{sec-4_3}
-
-\begin{itemize}
-\item You are free to redistribute copies so you can help your neighbor.
-
-\begin{itemize}
-\item Few people realize how important sharing is, in particular sharing
-    of public goods. Contrary to common propaganda, ideas, techniques, stories,
-    melodies, images etc. are NOT hurt by sharing. On the contrary,
-    sharing keeps them alive.
-\end{itemize}
-
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Freedom 3}
-\label{sec-4_4}
-
-\begin{itemize}
-\item You are free to distribute copies of your modified versions to
-  others. By doing this you can give the whole community a
-  chance to benefit from your changes. Access to the source code is a
-  precondition for this.
-\end{itemize}
-\end{frame}
-\section{Examples of Licensing}
-\label{sec-5}
-\begin{frame}
-\frametitle{F/OSS Licensing}
-\label{sec-5_1}
-
-Openness of source is less decisive when one or more of the four
-freedoms are formally or effectively taken away.
-The term ``Open Source'' is usually used synonymous to Free Software, in
-the past the term was coined to avoid misunderstandings. 
-\begin{itemize}
-
-\item GPL
-\label{sec-5_1_1}%
-\begin{itemize}
-\item Copyleft, restrictive, enforces all four freedoms.
-\end{itemize}
-
-
-\item BSD
-\label{sec-5_1_2}%
-\begin{itemize}
-\item Non-copyleft, permissive, not all rights have to be conserved.
-\end{itemize}
-
-
-\end{itemize} % ends low level
-\end{frame}
-\section{Conclusion}
-\label{sec-6}
-\begin{frame}
-\frametitle{On Flash}
-\label{sec-6_1}
-
-Flash is not actually secret but adobe keeps making new versions which
-are different, faster than anyone can keep up and make free software
-to play those files, so it has almost the same effect as being secret.
-\end{frame}
-\begin{frame}
-\frametitle{On non-free formats}
-\label{sec-6_2}
-
-It's bad to distribute recordings in mp3 or any other proprietary
-format. Although there is free software to handle those formats,
-distributors legally can not include support for such formats because
-they are patented in many countries. Modern distributions of GNU/Linux
-facilitate use of these formats by letting the user decide, thereby
-avoiding legal issues. Whether or not this is a good thing is a
-question of moral. On the one hand, many of these formats have become
-pseudo-standards and for most users, the short term usability aspect
-prevails. On the other hand, it's a very bad idea if we were hoping to
-get rid of proprietary formats eventually.
-\end{frame}
-\begin{frame}
-\frametitle{Wrap-Up}
-\label{sec-6_3}
-
-\begin{itemize}
-\item If you want to support freedom, don't distribute recordings in
-  non-free formats. Please use formats such as .ogg, .webm, or .png.
-\item In an epoch when governments work for the mega corporations instead
-  of reporting to their citizens, every technological change can be
-  taken advantage of to reduce our freedom.
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Further reading}
-\label{sec-6_4}
-
-\begin{itemize}
-\item Richard Stallman: The GNU Manifesto
-\item Ben Klemens: Math you can't use
-\item Eric S. Raymond: The Cathedral and the Bazaar
-\item Stephan N. Kinsella: Against Intellectual Property
-\end{itemize}
-\begin{itemize}
-
-\item Websites
-\label{sec-6_4_1}%
-\begin{itemize}
-\item \href{http://stopsoftwarepatents.com}{http://stopsoftwarepatents.com}
-\item \href{http://defectivebydesign.org}{http://defectivebydesign.org}
-\item \href{http://patentabsurdity.com}{http://patentabsurdity.com}
-\item \href{http://fsf.org}{http://fsf.org}
-\end{itemize}
-
-
-
-\end{itemize} % ends low level
-\end{frame}
-
-\end{document}
diff --git a/attic/kiss-14ss/freedom/notes.org b/attic/kiss-14ss/freedom/notes.org
deleted file mode 100644
index 4a14822ccee81db43d8e625939ef5ff25b5e8321..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/freedom/notes.org
+++ /dev/null
@@ -1,43 +0,0 @@
-* Selected Quotes
-"Flash is not actually secret but Adobe keeps making new versions which
-are different, faster than anyone can keep up and make free software
-to play those files, so it has almost the same effect as being secret."
-
-Then there are the patented formats: it's BAD to distribute recordings
-in mp3 or any other proprietary format. Although there IS free
-software to handle those formats, distributors legally can not include
-support for such formats because they are patented in many countries.
-Modern distributions of GNU/Linux such as Ubuntu facilitate use of
-these formats by letting the user decide, thereby avoiding legal
-issues. Whether or not this is a good thing is a question of moral. On
-the one hand, many of these formats have become pseudo-standards and
-for most users, the short term usability aspect prevails. On the other
-hand, it's a very bad idea if we were hoping to get rid of proprietary
-formats eventually. Anytime someone distributes anything in non-free
-formats, that's putting pressure on people not to use free software
-and free data formats. Sure, it is possible to add support for
-virtually anything to GNU/Linux systems. But there are a lot of people
-who, if confronted with an Operating System that does not provide such
-software "out of the box" (so it won't play, for instance, mp3 files),
-think it's the System fault. They don't realise it's mp3's fault.  But
-this is the fact. Therefore, if you want to support freedom, don't
-distribute data in non-free formats. Please use formats such as ogg,
-or webm.
-
-
-"In an epoche when governments work for the mega corporations instead
-of their citizens, every technological can be taken advantage of to
-reduce our freedom..."
-
-* Further reading
-Richard Stallman: The GNU Manifesto
-Ben Klemens: Math you can't use
-Eric S. Raymond: The Cathedral and the Bazaar
-Stephan N. Kinsella: Against Intellectual Property
-
-http://stopsoftwarepatents.com
-http://defectivebydesign.org
-http://patentabsurdity.com
-http://fsf.org
-http://mises.org
-
diff --git a/attic/kiss-14ss/gaming/.gitignore b/attic/kiss-14ss/gaming/.gitignore
deleted file mode 100644
index 3517d7962e4ad44d9c58aaec600d5d3d7ab527cf..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gaming/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.aux
-*.log
-*.nav
-*.out
-*.snm
-*.synctex.gz
-*.toc
-*.vrb
-
diff --git a/attic/kiss-14ss/gaming/Handout.pdf b/attic/kiss-14ss/gaming/Handout.pdf
deleted file mode 100755
index b77847803c606b589257d41dbac83fd72dcafa66..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gaming/Handout.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gaming/Handout.tex b/attic/kiss-14ss/gaming/Handout.tex
deleted file mode 100755
index 68433bc8599814cc850ba067ce68698fd4e9e29d..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gaming/Handout.tex
+++ /dev/null
@@ -1,73 +0,0 @@
-\documentclass[fontsize=11pt,oneside,a4paper]{scrartcl}
-%\usepackage[OT1]{fontenc} % Euro fonts: use OT1 font encoding
-\usepackage[utf8x]{inputenc}
-\usepackage{lmodern,textcomp}
-\usepackage{ngerman}
-\usepackage{csquotes}
-\usepackage{savetrees}
-\usepackage{amssymb}
-\usepackage{fancyhdr}
-\pagestyle{fancy}
-
-\nonfrenchspacing
-
-\renewcommand{\headrulewidth}{0pt}
-\renewcommand{\footrulewidth}{0.4pt}
-\fancyhead{}
-\fancyfoot[L]{KISS WS1314}
-\fancyfoot[C]{}
-\fancyfoot[R]{Daniel Schulte (daniel.schulte@rwth-aachen.de)}
-\begin{document}
-\begin{center}
-	\begin{huge}
-		Spielen unter Linux -- Handout
-	\end{huge}
-\end{center}
-\section{Allgemeine Seiten zum Thema}
-\begin{itemize}
-\item[--] \verb+http://www.linux-gamers.net+
-\item[--] \verb+http://linuxgaming.de+
-\item[--] \verb+http://www.holarse-linuxgaming.de+
-\end{itemize}
-
-\section{(Größere) Anbieter für kommerzielle Spiele}
-\begin{itemize}
-\item[--] Desura \verb+http://desura.com+
-\item[--] Steam \verb+http://steampowered.com+ (Es sind nicht alle Steam-Spiele unter Linux verfügbar)
-\item[--] Indievania \verb+http://indievania.com+
-\item[--] Gameolith \verb+http://gameolith.com+
-\end{itemize}
-\section{Bundles (meistens Indie-Games oder Promotionen von Publishern/Entwicklern)}
-\begin{itemize}
-	\item[--] HumbleBundle \verb+http://humblebundle.com+
-	\begin{itemize}
-		\item Unregelmäßig und zeitlich begrenzt erscheinend.
-		\item Kollektion aus meist 4 oder mehr Spielen
-		\item Man kann den Preis selbst aussuchen
-		\item Die Spiele stehen dabei meistens für Linux, Windows und Mac zur Verfügung, manche der Bundles enthalten (auch) Spiele für Android.
-	\end{itemize}
-	\item[--] IndieRoyal \verb+http://indieroyal.com+
-	\begin{itemize}
-		\item Erscheint öfters als das HumbleBundle
-		\item Meißtens sind nicht alle Spiele für Linux verfügbar
-	\end{itemize}
-\end{itemize}
-\section{Steam unter Ubuntu Installieren}
-\begin{itemize}
-\item[--] Um Steam aus dem Ubuntu-Software-Center installieren zu können müsst ihr im Software-Center mit einem Ubuntu-One Account (kann man kostenlos erstellen) eingeloggt sein, da ihr Steam dort für 0€ \enquote{kaufen} müsst.
-\item[--] Also im Software-Center nach Steam suchen und es installieren. Es sollte ein Dialog aufgehen der euch fragt ob ihr die EULA von Valve akzeptiert. Nachdem ihr diese gelesen und bestätigt habt wird nun der Steam Installer installiert.
-\item[--] Es sollte sich ein Konsolenfenster öffnen, in dem ihr gefragt werdet ob ihr Pakete nachinstallieren wollt. Dies bestätigen und danach euer Passwort eingeben.
-\item[--] Nachdem die extra Abhängigkeiten installiert wurden startet der Steam Installer und lädt die neuste Version von Steam herunter.
-\item[--] Steam startet -- ihr könnt euch jetzt ganz normal dort einloggen.
-\item[--] Steam fragt euch nun ob ihr ein Repository (Softwarequelle) für neuere Grafiktreiber aktivieren wollt. Sollte ihr mit \enquote{Ja} antworten öffnet sich ein Webbrowser mit einer Anleitung wie dies zu tun ist. (Bei mir hat zum Testzeitpunkt die Installation der neueren Grafiktreiber nicht funktioniert)
-\item[--] Solltet ihr auf eurem Rechner unter Windows ebenfalls Steam installiert haben solltet ihr in den Einstellungen euren Windows-Steam Ordner als Steam-Library hinzufügen können, damit ihr nicht alles nochmal herunterladen müsst (Mangels Windows/Linux-Dualboot nicht getestet)
-\end{itemize}
-\section{Windows-Spiele mit Wine}
-Sollte es Spiele geben die ihr unter Linux spielen wollt, ohne Windows booten zu müssen (oder ihr gar kein Windows habt), habt ihr die Möglichkeit diese Spiele mit Wine zu spielen. Wine ist eine Software, die die Windows bzw. DirectX API (Schnittstelle) nachbildet bzw. die Aufrufe auf die unter Linux vorhandenen APIs umbiegt.
-\begin{itemize}
-\item[--] Installieren eines Spiels mittels \verb+wine /pfad/zum/installer/setup.exe+
-\item[--] Sollte der Installer des Spieles eine Desktop-Verknüpfung angelegt haben, könnt ihr das Spiel darüber starten. Gibt es keine Desktop Verknüpfung startet ihr das Spiel mittels\\ \verb+wine ~/.wine/drive_c/pfad/zum/spiel.exe+
-\item[--] Bei Spielen mit \enquote{interessantem} Kopierschutz (aka DRM) kann es gut sein das das Spiel mit Wine funktioniert, der Kopierschutz aber nicht.
-\item[--] Wenn ihr wissen wollt ob und wie gut euer Spiel unterstützt wird, lohnt sich ein Blick auf die Wine Website \verb+http://winehq.org+ oder in die Wiki \verb+http://wiki.winehq.org/+
-\end{itemize}
-\end{document}
diff --git a/attic/kiss-14ss/gaming/Spielen_unter_Linux.pdf b/attic/kiss-14ss/gaming/Spielen_unter_Linux.pdf
deleted file mode 100644
index 0cbcb87a55866680256819145a9b8a1533b4fd0b..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gaming/Spielen_unter_Linux.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gaming/Spielen_unter_Linux.tex b/attic/kiss-14ss/gaming/Spielen_unter_Linux.tex
deleted file mode 100644
index 535130fc6d01a2c2d852b75a06b91130004019c0..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gaming/Spielen_unter_Linux.tex
+++ /dev/null
@@ -1,188 +0,0 @@
-\documentclass{beamer}
-\usepackage[ngerman]{babel}
-\usepackage[utf8x]{inputenc}
-\usepackage{amsmath,amsfonts,amssymb,hyperref}
-\usetheme{Boadilla}
-\usecolortheme{whale}
-%/\setbeamercovered{transparent}
-\beamertemplatenavigationsymbolsempty
-\setbeamertemplate{footline}[frame number]
-
-\title{Spielen unter Linux}
-\subtitle{Daddeln mit dem Pinguin}
-\author{Daniel Schulte}
-\AtBeginSection[]
-{
-\begin{frame}
-\tableofcontents[currentsection]
-\end{frame}
-}
-
-\begin{document}
-
-\frame{\titlepage}
-\frame{
-	\frametitle{Inhalt}
-    \tableofcontents
-}
-
-\section{Woher die Spiele nehmen?}
-\begin{frame}[<+->]{Open-Source-Spiele}{Kostenloser, freier Spaß}
-\begin{itemize}
-	\item Aus den Paketquellen
-	\item Von den Projektwebseiten
-\end{itemize}
-\begin{exampleblock}{Hinweis}
-    Einige Spiele haben eigene Repositories, so dass man Updates automatisch erhalten kann.
-\end{exampleblock}
-\end{frame}
-
-\begin{frame}[<+->]{Open-Source-Spiele}{Kostenloser, freier Spaß}
-Einige Open-Source-Spiele (Liste unvollständig und erweiterbar):
-\begin{itemize}
-\item FreeCiv - Ein Civilization Clone
-\item SuperTux - Ein Jump and Rum Spiel
-\item TuxRacer - Ein Rennspiel
-\item Cube2: Sauerbraten - Ein Egoshooter
-\item Scorched 3D - Ein 3D Actionspiel
-\item Nexuiz - Ein Egoshooter
-\item Warmux - Ein Worms-artiges Spiel
-\item World of Padman - Ein Egoshooter
-\item Stepmania - Ein Spiel ähnlich zu ``Dance Dance Revolution"
-\item Frozen Bubble - Ein Puzzlespiel
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{Demos}{Kostenloser Spielspaß}
-\begin{itemize}
-	\item Von der Seite des Publishers/Entwickers
-	\item Hier auf der Veranstaltung (ich habe einen USB-Stick und dessen Inhalt auf diesem Rechner)
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{Von Distributoren}
-\begin{itemize}
-	\item Spezielle Linux-Gaming-Portale bzw. Anbieter
-		\begin{itemize}
-            \item Desura \url{http://desura.com}
-            \item Steam \url{http://steampowered.com} (Es sind nicht alle Steam-Spiele unter Linux verfügbar)
-            \item Indievania \url{http://indievania.com}
-            \item Gameolith \url{http://gameolith.com}
-		\end{itemize}
-	\item Humble Bundle
-		\begin{itemize}
-			\item Unregelmäßig und zeitlich begrenzt erscheinend.
-			\item Kollektion aus meist 4 oder mehr Spielen
-			\item Man kann den Preis selbst aussuchen
-			\item Die Spiele stehen dabei meistens (mir ist nur eine Ausnahme bekannt) für Linux, Windows und Mac zur Verfügung.
-		\end{itemize}
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{Emulatoren, DOS-Box, ScummVM}
-\begin{itemize}
-    \item Mittels (Konsolen-) Emulatoren kann man auch alte oder nicht PC Spiele unter Linux spielen, z.B. ZSNES, mednafen, MAME
-    \item Mit DOS-Box kann man Spiele für DOS spielen
-    \item ScummVM ist eine Möglichkeit alte Adventures zu Spiele. Einige namhafte Beispiele sind ``Zak McKraken'' oder ``Day of the Tentacle"
-\end{itemize}      
-\end{frame}
-
-\begin{frame}[<+->]{Browsergames}
-\begin{itemize}
-    \item BannanaBread\\HTML5 3D(!)-Shooter (\url{https://developer.mozilla.org/de/demos/detail/bananabread})
-	\item Diverse ``Aufbauspiele", z.B. Travian, OGame, Die Stämme, Siedler Online, etc\dots 
-	\item Jede Menge Flash Spiele\dots \tiny{Flash ist bäh\dots}
-\end{itemize}
-\end{frame}
-
-\section{Windowsspiele mit Wine zocken}
-
-\begin{frame}[<+->]{Was ist Wine?}{Wine is not an emulator}
-\begin{itemize}
-	\item Wine ist eine Möglichkeit viele Windows Spiele unter Linux zu spielen
-	\item Wine übersetzt API-Aufrufe in eine für Linux verständliche bzw. ausführbare Form, also z.B. DirectX Befehle in OpenGl Befehle
-	\item Der Name Wine ist ein rekursives Akronym und bedeutet ``Wine is not an emulator". 
-\end{itemize}
-\end{frame}
-
-\begin{frame}[fragile]{Spielen mit Wine}{Wie geht das?}
-\begin{itemize}
-	\item Ersteinmal das Spiel installieren: \verb+wine /pfad/zum/installer/setup.exe+
-	\pause
-	\item Danach das Spiel starten
-	\pause
-	\begin{itemize}
-		\item Starten der Desktopverknüpfung (sofern vorhanden)
-		\item Starten per Terminal/Konsole: \verb+wine ~/.wine/drive_c/pfad/zum/spiel.exe+
-	\end{itemize}
-\end{itemize}
-\pause
-\begin{alertblock}{Wenn etwas schief geht}
-\begin{itemize}
-    \item \url{http://winehq.org}
-    \item \url{http://wiki.winehq.org/FAQ}
-\end{itemize}
-\end{alertblock}
-\end{frame}
-
-\section{Allgemeine Seiten zum Thema: Spielen unter Linux}
-
-\begin{frame}[<+->]{Allgemeine Seiten zum Thema: Spielen unter Linux}
-\begin{itemize}
-	\item \url{http://www.linux-gamers.net}
-    \item \url{http://linuxgaming.de}
-    \item \url{http://www.holarse-linuxgaming.de}
-    \item \url{http://www.penguspy.com}
-\end{itemize}
-\end{frame}
-
-\ifx true false
-\section{Demo der Demo}
-
-\begin{frame}[<+->]{Demo}{Trine}
-\begin{center}\huge Trine\normalsize\end{center}
-\begin{itemize}
-	\item Entwickler: Frozenbyte
-	\item Genre: Puzzle / Jump'n'Run
-	\item Preis: \$9.99
-    \item Homepage: \url{http://trine-thegame.com}
-	\item Bezugsquelle: Homepage, Steam, PlayStationNetwork, GamersGate, Impulse, Direct2Drive
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->][fragile]{Demo}{Voxatron}
-\begin{center}\huge Voxatron\normalsize\end{center}
-\begin{itemize}
-	\item Entwickler: Lexaloffle
-	\item Genre: Action
-	\item Preis: \$15
-    \item Homepage: \url{http://lexaloffle.com/voxatron.php}
-	\item Bezugsquelle: Homepage
-\end{itemize}
-\end{frame}
-
-\begin{frame}{Demo}{Voxatron}
-\begin{block}{Demo}
-	\begin{center}\begin{Huge}Voxatron\end{Huge}\end{center}
-\end{block}
-\end{frame}
-
-\begin{frame}{Demo}{Trine}
-\begin{block}{Demo}
-	\begin{center}\begin{Huge}Trine\end{Huge}\end{center}
-\end{block}
-\end{frame}
-
-\fi
-
-\begin{frame}{Ende/Fragen}
-\begin{center}\Huge Danke für die Aufmerksamkeit.\end{center}\normalsize
-\begin{center}\large Noch Fragen?\end{center}\normalsize
-\ \\
-\ \\
-\ \\
-\begin{center} E-Mail: \href{mailto:daniel.schulte@rwth-aachen.de}{daniel.schulte@rwth-aachen.de}\end{center}
-\begin{center}Jabber: \href{xmpp:trilader@shin-project.org}{trilader@shin-project.org}\end{center}
-\end{frame}
-
-\end{document}
diff --git a/attic/kiss-14ss/git/.gitignore b/attic/kiss-14ss/git/.gitignore
deleted file mode 100644
index 2e69a4e25fdd78b4612ebfc6f4feca6c52fecdb5..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/git/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-*.aux
-*.log
-*.nav
-*.out
-*.snm
-*.toc
-*.vrb
diff --git a/attic/kiss-14ss/git/13ss/geier.pdf b/attic/kiss-14ss/git/13ss/geier.pdf
deleted file mode 100644
index 0c6e63c7ce89ae77bc1145a7b90df6c9210e0a46..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/git/13ss/geier.pdf
+++ /dev/null
@@ -1,493 +0,0 @@
-%PDF-1.4
%����
-1 0 obj<</Metadata 20 0 R/Pages 2 0 R/Type/Catalog>>
endobj
2 0 obj<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
5 0 obj<</Parent 2 0 R/Contents 15 0 R/BleedBox[0.0 0.0 700.0 700.0]/PieceInfo<</Illustrator 6 0 R>>/ArtBox[350.0 349.0 351.0 350.0]/MediaBox[0.0 0.0 700.0 700.0]/Thumb 19 0 R/TrimBox[0.0 0.0 700.0 700.0]/Resources<</Properties<</MC0<</Color[20224.0 32768.0 32768.0]/Visible true/Editable true/Dimmed false/Preview true/Printed true/Title(Ebene 1)>>>>/ExtGState<</GS0 14 0 R>>>>/Type/Page/LastModified(D:20080109142618+01'00')>>
endobj
6 0 obj<</Private 7 0 R/LastModified(D:20080109142618+01'00')>>
endobj
7 0 obj<</ContainerVersion 9/RoundtripVersion 12/CreatorVersion 12/AIMetaData 8 0 R/AIPDFPrivateData1 9 0 R/AIPDFPrivateData2 10 0 R/AIPDFPrivateData3 11 0 R/AIPDFPrivateData4 12 0 R/AIPDFPrivateData5 13 0 R/NumBlock 5>>
endobj
8 0 obj<</Length 947>>stream
-%!PS-Adobe-3.0 
%%Creator: Adobe Illustrator(R) 12.0
%%AI8_CreatorVersion: 12.0.0
%%For: (Adobe Creative Suite 2) ()
%%Title: (geier.eps)
%%CreationDate: 09.01.2008 14:26 Uhr
%%BoundingBox: 71 -53 771 648
%%HiResBoundingBox: 71 -52.7246 771 647.2754
%%DocumentProcessColors: Cyan Magenta Yellow Black
%AI5_FileFormat 8.0
%AI12_BuildNumber: 199
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%RGBCustomColor: 0 0 0 ([Passermarken])
%AI3_Cropmarks: 421 296.2754 422 297.2754
%AI3_TemplateBox: 421.5 296.7754 421.5 296.7754
%AI3_TileBox: 12 9.77539 830 584.7754
%AI3_DocumentPreview: None
%AI5_ArtSize: 700 700
%AI5_RulerUnits: 6
%AI9_ColorModel: 1
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -259 648.2754 0.93 1268 664 18 0 0 6 73 0 0 1 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:35 22
%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments

endstream
endobj
9 0 obj<</Length 16754>>stream
-%%BoundingBox: 71 -53 771 648
%%HiResBoundingBox: 71 -52.7246 771 647.2754
%AI7_Thumbnail: 128 128 8
%%BeginData: 16614 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FD35FFA87D52522727FD09F827F827277D7DA8A8FD64FFA87D2727
%FD05F8272752527D527D527D52522727FD07F85252A8FD5DFF7D52F8F8F8
%27277D7DA8FFA8F8A8FD0EFF7D7D5227FD04F8277DA8FD56FF5227F8F8F8
%5252A8A8FD05FF52F852FD0EFF7D27FFFFFF7D7D27F8F8F8277DA8FD50FF
%A852F8F8277DA8FD0AFF7DF852FD0EFF27F8A8FD06FFA85227F8F852A8FD
%4CFF7DF8F8F8527DA85252FD0AFF7DF827FD0EFF27F8A8FD09FFA827F8F8
%277DFD48FF7D27F8277DFF7D27F8F8F8FD0BFFF827A8FD0DFFF827FD0CFF
%A87DF8F8F87DFD44FF7DF8F8F87DFFFF27F8F8F827FD0CFFFD04F852FFFF
%52527DFFFFFF7DA87DF827FD0BFFA827F8A87D27F8277DFD40FFA827F827
%7DFD04FFF8F87DA8FD0AFFA852A827F82727F8A827F8F827FFFF27F8F852
%F8F8F87DFD09FF27F8F827FFA85227F827A8FD3DFF27F8F87DFD06FFF8F8
%A8FFA8FFFFFFA8527DFFFFA8F8F82752F8FF52F85227F852A8FF52FD08F8
%FFA827F852A8FFFFA8F827277DA8F8F8FF7DF8F852A8FD39FF7DF8F852FD
%08FF52F85227F827FF7DF8F8F8A8FF27F827FF27F8A8A8F87D27F8F8A8FF
%27F87DFF52F87D27F8A827F8F8F827A8FF52F852FFFF7DF827FFFFFF52F8
%F87DFD36FFA852F827A8FD09FFA8FD04F8527DFD04F852FFF8F8FFFF52F8
%A87DF87DFFF8F8F87DF827FFFF27F8A827F852F82752F8F8FFA8F8F8A8A8
%27F8F87DFD04FFA8F8F827FD34FFA827F87DFD0CFF27F852A8FF52F852A8
%27F8A8F827FFFF7DF87D7DF87DFFFF27F8522727FFFF27F8FFF82727F8A8
%7DF852FF7DF852FFFF27F8F87DFD06FF52F8F8A8FD31FF52F8F8FFA87DA8
%FD0AFF52F87DFFFF27F8A8FF52F85227F852FF7DF87D7DF8F8F827F8F87D
%F8F87DFFF8277DF82727F8FF27F87DFFF8F87DFFFF27F8F8F8FD07FFA8F8
%F87DFD2FFF27F852FFFF7DF87DFD06FF7DFFFFFFA8F827FFFF52F87DFFA8
%F8277DF8F8277DF852A8F82727F8F852FF52F8F827F82752F87D27F85227
%F87D52F827FFFFA8F827A8FD0AFF52F852FD2DFFF8F852FFFFFF7DF8F8FD
%05FFF8F827FFFFFFF8F8A8FFA8F8F852F8F8F8A87D2727FF277DA8277DFF
%A8FFFFFFA87D27A852A85227A87DFD07F827FFFF27F852FD0CFF7DF827A8
%FD2AFFF8F8A8FD05FF27F87DFD04FF27F827FFFFFF52F87DFFFF7DF8F8F8
%277DFD19FF7D527D7D52F8F8F8A8A8F8F8FD0EFFA8F827A8FD27FFA8F8F8
%A8FD06FFA8F827FD04FFA852A8FFFFFF7DF8F8FFFFFFA8A8A8FD1FFF52F8
%2752A87DF852FD05FFA827277DFD06FFA8F8F8A8FD26FFF827A8FD08FF27
%F8A8FD0AFFF8F87DFD23FFA8F8F8A8FFFF27F852FD05FF52F8F827FD08FF
%F8F8A8FD23FFA8F8277D277DFD07FF52F827FD0AFF52F87DFD23FF7DF827
%FFFFFF7DF827FD05FF52F8F8F8FD09FFF8F8A8FD22FFF827FFA8F8F87DFD
%07FF27F87DFD0AFF7DFD24FFA87DA8FD04FFA8A8FD06FF52F8A8FD04FFA8
%277DFFFFFFF8F8A8FD20FFF8F8A8FFFF52F8F87DFFFFFF52527D7DF827FD
%44FF7DF8F852FFFFFFA8F827A8FD1EFF27F8FFA827275227F8F87DFFA8FD
%06F8A8FD42FFA827F852FD05FFA8F827FD1DFF27F87D7DFD05F827F8F87D
%FFF827FD04F852FD26FFA8272727A8FD17FF27F852A8FFA8527DFFFFA8F8
%52FD1BFF7DF8A8A8F8F827FF52F8527DF8F87D2727FF7D5227A8FD17FFA8
%7D7DA8FD09FFA8A827FD04F8277DFD14FFA8F827FFFFA8F8F87DFFFFFF7D
%F87DFD19FF7DF852FFA827F8F8A8FFF827FF52F8F8F827FD1BFF7DFD05F8
%527DFD05FF7DFD09F827A8FD12FF52F87DFFA8F8F852FFA8A8FFFF52F8A8
%FD18FFF827FD04FF52F82727F827FFFF52F8F8F8FD1BFFFD08F827FFFFFF
%A827FD0BF87DFD11FF7DF8277D27F852FF27F82752FFFF27F8FD17FF52F8
%FFA8527DFFFF27F8F8F8A8FFFFFF52F8F8A8FD19FF7DFD0AF852FF7DFD0D
%F827A8FD0FFFA827F8F8F827FFFF27F8F8F852FFA8F827FD15FFA8F8A8FF
%7DF8F87DFFFF52F87DFD05FF7D7DFD1AFF52FD0BF82752F8F8F85227FD09
%F827A8FD0FFF7DF8F852A87D7DFFFF7DF827FFFF7DF87DFD14FFF852FFFF
%FF52F8F852A87D7DA8FD21FF27FD10F8FFA8FD0AF827A8FD0FFFF852A827
%F8F8F8FFA8F8F8FFFFFF27F8A8FD12FF27F8A8FD04FF7DF8F8F827FD0EFF
%A87D2727277D7DA8FD0DFF52FD0FF827F87D7D27FD09F852FD11FFA8F827
%27F8277DF852FD04FFF852FD11FF7DF87DFF7DF827FFFF7DF8F8F8A8FD0C
%FFA827FD08F827A8FD0AFF27FD12F82727FD0AF8A8FD10FF7DF8F87DFD04
%F852FD04FF7DF8A8FD10FF2727FFFFFFF8F8F8A8A8FD04F8A8FD0BFFA8FD
%0BF8277DFD08FF52FD15F827FD08F87DFD11FF27FD05F827FFA85227FFFF
%2727FD0FFF7DF8A8FFFFFFA827F8F8527DA827F87DFD0CFF27FD0CF852FD
%07FF52F8F8F8275227FD18F87DFD12FF5227F82752FF52F8F8F8A8FF7DF8
%7DFD0EFFF852FF5227A8FFFFF8F8F827A8FFA8FD0EFF7D27FD0BF852FD06
%FFA8F8F87DFD04FF7DFD11F82727F8F8F87DFD16FFA8F8F8F852A8FFFFFF
%2727FD0DFF52F8A8FF27F8F8527D27FD04F852FD0DFFFD04A87D52FD0AF8
%52FD06FF27F87DFD05FF7D2727FD0FF8275227F87DFD15FF7DF8F827A8FD
%05FFA8F87DFD0CFF2752FFFFFF7DFD05F8A87DF8F8FD0AFFA8522727F8F8
%F8272727FD0AF8A8FD05FFA827F8FD09FF27FD0EF827F8F8A8FD15FF27F8
%52FFFFFF7D5252FFFF52F8FD0BFF7DF8FFFFA87DA87D52F8F827FFFFA87D
%FD09FF52FD14F852FD06FFA87DA8FD08FF27FD10F852FD08FFA852527DFD
%09FFA8F8F8FFFFFF27F8F827FFFFA8F87DFD0AFF2752FF7DF8F8F82727A8
%A8FD0EFF27FD15F8FD10FF7DFD0FF8527DFD07FF5227FD04F827FD09FF27
%F8A87DF8F8F852FD04FF2727FD09FF7DF8A8FFFD07F8A8FD0EFF52FD15F8
%52FD0EFF7DFD0BF827275252A8FD06FFA852FD08F827FD08FF7DFD04F827
%A8FFA8A8FFFFA8F8A8FD08FF5227FFA8F8F87D7DF8F8F827FD0FFF7D52FD
%13F827FD0DFF7DFD08F827527DA8FD0AFF7DFD0CF8A8FD06FF52F8F8277D
%FFFFFFF827FFFFFF2727FD08FFF87DFFFF5252FF52F85227F8A8FD11FF7D
%FD12F8A8FD0BFF52FD07F87DA8FD0DFF27FD0EF8A8FFFFFF7DF8F8F85252
%FD04FF27F8A8FFFF52F8A8FD06FF7DF8FFFF272727A852F8F827F8A8FD0E
%FF7D7D2727FD12F87DFD09FFA827FD06F852FD0FFFFD11F8A8FFA8F8F827
%FFA8F8F87DFFA8F8F8A8FFFFFFF87DFD06FF2727FF7DFD04F827F8F8F852
%FD0CFF7D27FD17F852FD08FFA827FD05F852A8FD0EFFA8FD13F8A8A82752
%FFFFFF27FD05F827FFA8FFFF2727FD06FFF8A8FFFF7D27FD04F852FD0BFF
%7D52FD1BF8FD07FFA827FD05F87DFD0FFFA8FD15F8FD07FF5227F82752A8
%52F87DFF7DF8A8FD04FF7DF8A8FFA8A8FF7DFD04F87DFD09FF27FD1DF87D
%FD05FFA8FD06F87DFD0FFFA8FD17F8A8FD08FF7D52F8F8F8A8FFFFF87DFD
%04FF5227FF7DF8F852A827F8F8F87DFD07FFA8FD1FF827FD04FF7DFD06F8
%27FD0FFF7DFD19F8FD06FF7DF8F8F827F827FFFFFF2727FD04FFF87DFFA8
%FD07F87DA8FD07FFFD21F87DFFFF52FD07F87DFD0EFF7DFD1BF8FD05FFF8
%F8F8A8FF27F8FFFFFF52F8FFFFFFA8F8A8FFFFFF27FD04F87DFD08FF7DFD
%22F87D52FD08F8A8FD0DFF7DFD1CF827FD04FF7DF8277DA8F827FFFFFFA8
%F8A8FFFF7DF8FFFF7D52A87D27F827FD09FF7DFD2CF827FD0CFF7DFD1EF8
%7DFD04FF52FD04F827FFFFFFA8F852FFFF2752FFA8F8F8F85252F8F8A8FD
%08FFA8FD06F827277D52FD0DF8277D5252FD12F87DFD0AFFA8FD1FF852FD
%05FF7D272752FD05FF2752FFFFF852FFA852FD05F827FD0AFF7D52275252
%A8FFFF52FD0DF87DFD05FF7D52FD10F87DFD09FFFD21F8A8FD09FFA82727
%FF52F8FFFFF8A8FFA8FD04522727A8FD10FF7DFD0EF87DFD09FFFD10F87D
%FD07FF52FD1CF827FD04F87DFD07FF7D52F8F8F8FF7DF8A87DF8A8FFFD04
%F827FD11FFA852FD0EF852FD0AFFA8FD10F852FD05FF7DFD1DF85252F8F8
%F8A8FD04FFA87DFD04F827A8FFA8F8A87DF8FF7DF8F87DF8F852FD0FFFA8
%27FD0FF8FD0BFFA8FD11F852FFFFFFA8FD0BF8275227FD10F827A87D277D
%FFFFFFA85227FD04F852FD04FFF87D5227FFA8F8275227F8F8A8FD0DFF7D
%FD10F87DFD0BFF52FD12F827A87DFD0AF87DA8FFFFFF27FD11F8A8FFFFFF
%A852F8F8F852A8A8F87DFD04FFF8525227FF52FD06F8FF7DA8FD0AFF7DFD
%10F852FD0CFFFD1DF8277DFD06FFA8FD11F827FFFFFFA8F8F8F827527D52
%F852FD04FF2727F852FF52277D7D7D527DA8F8F8FD09FF7DFD11F8A8FD0B
%FF52FD1CF852A8FD07FFA8FD12F87DFFFFFFA85227FD06F827527DFF5227
%2752FFFF7D527D7D7D5227F8F82752A8FD05FF7DFD11F87DFD0CFF27FD1B
%F87DFD0AFF27FD11F827FD07FF7D7D2727FD04F8527DF8F87DFF52FD0BF8
%52FD04FFA8FD0AF87DFD06F827FD0DFFFD1BF87DFD0BFF27FD12F87DFD0A
%FFA87D7D277D52F8F87DFFF8F8F8FD0527FD04F87DFD04FF52FD08F827FF
%FF27FD05F8FD0DFF7DFD1AF87DFD0CFF52FD12F87DFD0FFF7DF8F8A8FFF8
%F87DFD04FF7DF8F8A8A8FD04FF7DFD08F852FFFFA8FD05F8A8FD0DFF7DFD
%19F827FD0DFFA8FD12F852FD0FFF7DF8F8A8FF7D7DA8A87DA8FFFF7DA8FD
%06FF27FD07F87DFFFFFFA827F8F8F8A8FD0EFF52FD19F87DFD0EFF27FD0B
%F852FD05F87DFD0FFFA8F8F8A8FF52FD05F852A827F8A8FD04FFA8FD06F8
%27A8FD05FFA85252A8FD0FFF52FD19F8A8FD0EFF52FD0BF852A8FD04F87D
%FD0FFF7DF827A8FFFD06F852A8F8F87DFD05FFFD05F852FD06FFA8FD047D
%FD04A8FD0BFF52FD19F8A8FD0FFFFD0CF8FFFF52277DFD10FFA8F8F8A8FF
%522752527D7DFFFFA8A8FD06FF7DF827277DFD04FFA87DFD0BF8A8FD09FF
%52FD19F87DFD0FFF7DF8F8F87DFD07F852FD07FFA8527DA8FD09FF7DF8F8
%7DFFFFA8FD047DFD05527DA8FD0CFF52F8277DFD04FFA8A87D27F87DFD09
%FF27FD19F827FD10FFA8277DFF7DFD06F827FD07FF52FD04F852527DA8FD
%04FFA8F8F8A8FF27FD0BF827FD0BFFA8F827A8FD08FFA8F87DFD09FF27FD
%1AF8A8FD14FF27FD06F8A8FD07FF5252FD07F8277DFF7DF8277DFF27FD06
%F827F827F82752FD0BFF7DF852FD09FF7DF87DFD09FF52FD1AF8A8FD14FF
%A8FD06F8A8FD0AFFA827F82727F8F8F8A8A8F8F87DFFFF7D27FD04F87DFF
%A8FD0EFFA8F87DFD09FFA8F87DFD09FF52FD1AF87DFD15FF52FD05F8A8FD
%0BFFF8F8A8FFA87D7DFF52272752FFA827FD06F8A8FD0FFFA8F87DFD09FF
%7DF87DFD09FF7DFD1AF8A8FD16FF27FD04F8FD0BFFA8F827FD06FF522727
%52FF52F8F87DFF7DF8F8F8A8FD0EFFA8F87DFD08FFA827F8A8FD0AFFFD1A
%F8A8FD13FF7D52FD05F87DFD0BFF7DF852FD06FF27527D27FFA87DA8FFFF
%FFA85227A8FD0EFF7DF8A8FD07FF7D27F8F827FD0AFF27FD18F827FD13FF
%52F8F82727F8F87DFD06FF7DA8FD04FF52F87DFD06FF27527D27FD19FF7D
%F8A87D5252FF5227FD06F852FD08FF7DFD1AF87DFD10FFA8F8F827A8FFFF
%7DF8F8FD05FFA8F8F82752A8FF52F8A8FD06FFF87DA8F8FD19FF7DFD0FF8
%A8FD06FF7DFD1CF8277DA8FD0DFFF8F852FD05FF7DF827FD05FF7D27F8F8
%F827F827A8FD05FFA8F8A8A8F87DFD05FF7D52A8FD10FF7DF82727F8F827
%F87DA827FD05F852FD04FF7D27FD20F8277DFD0AFF27F8F8A8FD06FF52F8
%27FFFFFFFD04A85227FD04F8277DA8FFFF7DF8FFFFF87DFD05FF27F852FD
%10FFA8A8FF52F827F8F8FFFFFFA827F8F8F827FFFFFF52FD24F8277DFD05
%FF7D52FD04F827FD07FF27F87DFFFF52F8A8FD04FF7D52FD04F852FF5227
%FFFF2727FD05FFF8F8F8A8FD12FFFD04F827FD04FF7DFD04F8A8A8FD29F8
%7DA87DFD08F87DFD06FFA8F827FFFFF8F8A8FD06FFA85227F827FF2727FF
%FF7DF8FD05FF52F8F852FD12FF52F8F852FD05FF27FD04F852FD1FF827FD
%0BF827FD09F852FD06FF27F827FF52F827FD0AFFA8A8FFF87DFFFFA8F8A8
%FD04FF52F8F827FD12FF52F8F8FD05FF52FD24F852FFFF7D52FD12F827FD
%04FF7DF8F852FFA8F8F8F852A8FD0AFF7DF8A8FFFFFF277DFD04FFA8F8F8
%27FD05FFA87D7DFD0AFF27F827527DA8FFFF27FD0DF8527DA852FD12F827
%FD06FF7D27FD0FF87DFFFFFF7DF8F87DFFFF52F827F8F8F852A8FD08FF7D
%F8FD04FF2727FD05FF7D27A8FFFFA87D27F8F8F852FD08FFA8FD05F8A8FF
%FFFD0CF827A8FD04FFFD12F87DFD08FF52FD0DF827A8FFA852F827A8FFFF
%FFF8F87DA827F8F8F827A8FD06FFF852FD04FF7DF8FD08FF7D27FD06F827
%FD08FF7DFD04F852FFFFFF27FD09F8277DFD06FF27FD10F827FD0AFF52FD
%08F82727F8F87DFFA827F852FD04FFA8F827FFFFFFA852F8F8F8527DFFFF
%FFA8F87DFD04FFA8F87DFD05FF5227FD04F827A87DF8F8A8FD07FFA8F8F8
%F8A8FD04FFFD09F827A8FD07FFFD11F8A8FD0AFF7DFD07F827FF52F852FF
%7DF8F87DFD04FFA87D52FD07FF52F8F8F827A8FF7DF8A8FD05FF2752FFFF
%FF7DFD06F827FFFFA8F8F8A8FD08FF27F827F852FFFFFF27FD07F852FD08
%FF52FD10F852FD0AFF7D27FD06F852FFFF27F87D7DF8F8A8FD05FF52F852
%FD08FFA87DF8F87DFF2727FD06FF7DF8FFFF52F8F8F8527D27F8F8F827F8
%F827FD09FFFD04F852FFFFFF27FD06F852FD05FFA85252FD13F8FD09FF52
%F8527D527D527D527D7DA827FD04F8A8FD06FF7DF8F827A8FD09FFA8FFA8
%F87DFD06FFA8F87DFF522727A8FFFFFF7DFD05F827F852FD07FF27F8F827
%FD04FF52FD05F8A8FFFFA87D2727FD16F827A8A8FD06FF52F8FD07FF27F8
%2727F8F8F8A8FD08FFA827F827A8FD0AFF7DF8FD08FF2727FFFFA8FD07FF
%5227FD05F8FD07FF52F8F8FD05FF52F8F82752FFFFA827FD1DF827A8FD04
%FF7DF827FD04FF7D2727FD05F87DFD0AFFA827F8F87DFD09FFF852FD08FF
%A8F8A8FD08FF5227FD04F827A8FD06FFA8F8F8FD06FF7DF8A8FFFF7D27FD
%21F8527DFFFFFF27F852FFFFFF7DF8F827F8F827FD0EFF52F8F8A8FD07FF
%7DF8A8FD09FF2727FD05FFA87DFD05F87DA8FD08FF52F8A8FD06FFA8F8F8
%FF52FD26F87DFFFFF8F87DFFFFA8FD04F852FD10FF52F8F87DFD06FF27F8
%FD0AFF7DF8A8FFFFFF5227FD05F852FD0AFF27F87DA8FD047DA8A8F82752
%FD09F82727FD1DF8277DA8F8F8A8FF7DF8F827A8FD0CFFA8275252A8A852
%F8F87DFD04FFA8F8A8FD0BFFF852FFFFFD04F852A8F8F8F8FD0AFFA8FD13
%F87DA8A8FD15F85227FD09F8527DF827FF7DF827FD06FFA8A8A8FD05FF52
%FD09F87DFFFFFF27F8FD0CFF7DF8FFFFF8F827A8FF52F8F852FD0CFF7DA8
%7DA87D7DFD0452FD06F852FFFF7DFD16F827FFA827FD08F85252F82727F8
%A8FD06FFA8F82752FD05FFF8F827522727F8F8F827FFFFA8F87DFD0DFF27
%27FFA8A8FF7DF8F8F827A8A8A8FD13FFA8FD05F852FF7D27FD19F87DFF7D
%FD08F87D27F8F87DFD07FFA827F8F8F87DFFFFFF7DF827FFFFA8A87D7DA8
%FFFF27F8FD0EFF7DF8A8FFFF7DF8F8F87DA827F827FD14FF27F8F8277DA8
%27FD1CF852FFA8FD07F8A8A87D7DFD0AFF7D27F8F8527DFFFF27F87DFD07
%FFA8F87DFD0FFFF827FFFFF8F827A8FF27F8F827FD15FFA8A8A852FD1FF8
%27FFFF27FD05F87DFD0BFF7DA8FFFF52F8F8F827A87DF8F8A8FD06FFF827
%FD10FFA8F87DFFA8A8FFFFA8F8F852FF7D7DFD14FFA827FD05F82727FD1A
%F827FFFF52FD04F8FD0AFF7DF8F8F852FFFFA852F8F8F85227F827FD05FF
%52F8A8FD11FF52F8FFFFFFF82727F8F852F8F8F8A8FD07FF7DA8FD09FFA8
%FD06F82752FD1CF852FFFFA87D52FD0AFF52F8F827F8F87DFFFFFFA827FD
%05F87DFFFFFFA8F827FD12FFA8F827FFA827FD07F87DFD07FF7DF8F8F8A8
%FD07FF52FD06F85227FD09F8A87DFD12F8A8FD0DFF7DF827A8FF7DF852FD
%05FF7D27F8F8F827A8FFFF27F8FD14FF7DF87DFF7D52F827F82752A87D52
%277DFFFF5227F8F8F87DFD08FF27FD05F82727FD09F827FF7DF8F8F852FD
%0EF852FD0DFF27F827FFFF7DF87DFD07FF7DF8F8F8A8FF7DF87DFD15FF27
%F8A8FD07FFA8FD04F8FFFF27FD04F8A8FD08FF52FD04F82752FD0AF852FF
%52F8F8F87D52FD0DF827FD0DFFA8F8F87DFF27F8277DA8FD07FF7DA8FFA8
%F852FD17FFF827FD04FFA8FFFF7DFD04F8FFFFFF27F8A87DA8FD08FFA8FD
%04F8A827FD0AF87DFF27F8F8F85227FD0EF8A8FD0DFFA8F8F827FD06F852
%7DFD07FFF8F8A8FD17FFA8F852FFFFFF27F8FF27F827A87DA852A8A8FFFF
%7D52FD09FFA87D7DFFFF27F8F8F82727FD05F87DFFFD04F82727FD07F87D
%FD06F8A8FD0EFFA8F8F8F87DA852FD05F87DFD04FF27F8A8FD19FF7DF87D
%FFFFFD05F852FFA8F8F8F8FFFF27F8F8FD0EFF27F8F8F8A87DFD05F8FF52
%FD04F85252FD07F8A8A8FD04F852FD10FFA8F8F827FFFFFF7D7D27F8F8FF
%FFFF52F852FD1BFF52F8A8FF52FD04F87DA8F8F8F87DFF27F827A8FD0FFF
%5252A8FF27FD04F827FF27FD04F8527DFD07F8A8FFFF7D7D7DFD12FFA8F8
%F827FD05FFA8FFFFFF7DF852FD1DFF27F8A8FF7D2752A87DF8F8F852FF52
%F8F87DFD14FF7DFD04F87D7DFD05F87DA8FD07F8A8FD08FFA8A8FD0EFFA8
%F8F827FD07FF7DF8F8FD1FFF27F8FD05FFF8F8F827FF52FD04F87DFD0BFF
%F827A8FD06FF52F8277DFF52FD05F8A8FF52FD05F87DFD09FF2727A8FD07
%FF7DA8FD05FFA8F8F827FD05FFA8F8F8FD20FFA8F8F8FFFFFF7DF8F8F87D
%52F8F8F82727A8FD0AFF7DF8F8F8A8FD0AFF7DFD04F852FFFFFF52272752
%7DFD0AFF52F87DA852A8FFFFFF52F8F8A8FD05FFA8F8F827FFFFFFA8F8F8
%A8FD21FFA8F8F8FFFFFF5252A852F82727F87DFD0CFF52F82752FD0CFFA8
%52527DFD13FF7DF82727F8A8FFFFFF27F8F852FD06FFA8F827FFFFA8F8F8
%FD24FFA8F8F8A8FFFFFFA8F8F8A852F87DFFFFA8FD08FFA8F8F8A8FD07FF
%7D527DFD13FF7D7DFD04FFA8FFF8F8F827A8FFFFFF7DF8F8A8FD08FFA8FF
%A8F8F8A8FD25FFA8F8F8A8FFFFA87DA8FF27F87DFFA8F8F8A8FD06FF27F8
%52FD07FF7DF8F8F8A8FD12FF27F87D7DFF27F87D7DF8F852FD11FF7DF8F8
%FD28FFA8F8F87DFD05FF27F8A8FFFF27F8F852A8FFA8FF7DF8F8FD08FF27
%F85252FD12FFA8FD04F8A827F87DA8F8F827A8FD0FFF52F8F8A8FD2AFF27
%F87DFD04FFA87DFD04FF52F8F8F8A8FFFF27F87DFD07FFA8F827FD13FFA8
%F8F8F8277DFFA8A8FFFF27F8F8277DFD0DFF52F827FD2DFF52F852A8FD09
%FF7D27F852FF7DF827FFA8F87DFD04FF27F87DFD13FF7DF827F8F8FFFFFF
%A8FFFF7DFD05F8A8FD0AFF27F827FD2FFF7DF827A8FD0BFFA8FFF8F87DFF
%27F8277DA8FFA8F8F8FD17FF27F87DFF7DF87DFFA8F8F87DF8F8F8FD08FF
%A8F8F87DFD31FFA8F8F852FD0BFF7DF8F8FF7DFD04F852FF52F852FD17FF
%7DF827FF7DF87DFFFF27F87DFF5252A8FD05FFA852F8F87DFD34FF52F8F8
%A8FD07FFA85227F8A8FF27F85252F827FFF8F8A8FF7D7DA8FFFF7D7DFFFF
%FFA8FD07FF7D7D27A8FF27F8FF7DF852FFFFA8F827FD08FF7D27F852FD37
%FF7DF8F852A8FD05FF7DF8F8F8A8A8F8F8FF7DF85252F827FF27F8F827A8
%FFF8F8275252F8A87D527DFFFF52FD04F8FF27F87DA8F8F8A8FFA8F8F8FD
%07FF27F8F8A8FD3AFF52F8F87DFD05FF52F8F85227F87DFFF8F87D27F8A8
%7DF8F827F87DA8FD04F827FD05F87DA8F8F827F8F8A87DF87DFF27F827A8
%FF7D52FD05FF7DF8F852FD3DFFA8F8F8F87DA8FFFFFFA87D7DF8F8FF52F8
%277DF827FF27F8A8A8F8277DF8F8F8A8FD06F8277DF852FF52F8A8A8F8F8
%FF7DF8F852FD06FF52F8F8277DFD40FF7D27F8277DFD05FF52A8FF27F827
%F8F87DFF27F8FFA8F8527DF827FFFF27F827F87DF85252F87DFF7DF827FF
%F8F8A8FFA87DA8FD04FF7DF8F8277DFD44FF7DF8F8F852A8FD05FF5252F8
%F8F852FF52F827F8F85252F87DFFFFF827F8F87DF8277DF827A87DF8F87D
%7DF8A8FD05FFA852F8F8277DFD48FF7D27F8F827A8FD05FF52F8F827FFA8
%27F8F827FF27F87DFFA8F82727F8A8F852A827FD05F8A8FFA8FD04FF7D52
%F8F827A8FD4CFFA827F8F8F8277DA8FF52F87DFFFFFFA8A8A8FFFF52F8FF
%FFA8F827F8F8A8F827FFA852F82752A8FD04FF7D52F8F8F8527DFD50FFA8
%A827F8F8F8275252FD0EFF527DA852FFA8FD08FFA85227F8F8F8527DFD56
%FFA87D27FD04F827277D7DA8A8FD0FFFA87D5252FD05F8527DFD5DFFA87D
%52FD07F82727FD09522727FD05F827527DA8FD64FFA8A87D522727FD0BF8
%272752527D7DFD34FFFF
%%EndData

endstream
endobj
10 0 obj<</Length 16590/Filter[/FlateDecode]>>stream
-H��W�nܸ}���#@���EE���F7�;[���Pl�Q����n���!u�����������x����g:9=��ݻ�P,hD�=s}U���(
-��q�lV��=s1��hd�����_�]{�Be�~><տT��^W?����Y�n*4���_T7��idt��k��dAقSj"&����~��(�6�e�^�����E�JD1~�4���~S��6ዘK=��<V���b����I�]T��뚮_E�c�F/�+Ԕ�߫��~�Ҧ��&X�:/��
-��:2~�����tS7��6�w�Β�������B���/�Ϗ�(9��k�����y�:��[�f(x��I�ZU�������ݍ/�����':,77��|˳jy� �!h�P�u<�޽�ci�-�Q��EA#e�N�mت_��ף�U�VCll�>�?a�1��3���4U���ט��E����e�`��٢)C@��{hpV�W��v�fg��ˏ�g�
���ڳ�0�C���!Lt�,P�Hk1��6�8c�����N��cpu�^��U�	D������-�1����0;�d�3Ţ��g-��;ڠ���3o/]��Q_��08T�tWC��?�����0�p�N���}�W�Ɯ�4T����q��#c�����E�����X#[���r��ڝ��!�e}s�h_'��2�j/W��������u��ͪ\Zv��-~�O�j��1N/|��(�7��Y�5�P�7է�ln�vU5{Cݮ�[�_�6W�w�A=�*�M��o�iվo���/���MS_��͇�⾙�u[_�;������˗p־n5��%|���wӮֿ�a]��bg���u�q��k��r+�������|_C��������y;��V��^�����_j2Y��nsd(��\�Ms�b���^]�{_���jʶ�P>�����qM��x׉�e������V�p�]?><|Ĩy��;�/�������m[.���j,�����:�$?�?�/F�TQMc�PKS�hN�g�)��a	�,e�e���3ι��+���	�<�g<#<煠�!��"FX�
-'2��B2ɥ�R*�w.�H+S�d&sY(���J(����Q�J�#*S���i��VZ�X�h�S�t�s]�4f1�e�bDZ���i��,���P��F#�2ڠ�1&1֤�3��M�`�	K��D$�^����L�/���K2 
-�h��X��
-��Xe19�	X�m��W
-8 �9P�"�j��Ϳ�I��O�?�4�{H����EZ8�����NH��_���]ϯ���4�,���x�zb;|{����-���ȹY7"�e��F&���,��%��
-?�Qr���r2���A@����$�(fY���Q:hbP�ׅ#�EF�{@&H�i�I�8Fm�� A��I� F1���~Xw۞��q�����݁�-Ǟ�cr'��O,O<?δ�r*�#;����'η�������{���?ZA����~K^	[{���w�$	|���P�,&aL���Fu��A�@�Dv�"f�L��$s[4A6[n���u�f�R�Ve��V�^�	E�oJ^��b�g�N�5:��צץWe,Az9z��*�A})�W@sz����A]l�W��eT@>�1��sL�E ��{��`Ђ��-��	r9C���	�5�r�S.���\�-�"/����-,�@t��G^���E��Y����@Z1lM�y�s�Ӭ��,���z�(0�4rEf�/˨+\��F��`�
G�S�9���U,fj0_�YK��!�R�N9l�aI3�
�p17��C;H�B����DX8�C�y��,�q3��F*I$G�Q$[��sH@��0�K��ː�,���T8�E�$�IT������9ph����Jp��0���`ہs��hx��84bKʡ'R/����$�#&(/���J��J��
-����cU�����̦xSyf��V�zZ���eu �|�������^v��n~�%oe�?�ۼ�f�������=C4�x��
�Nɳ�{��Ux���r,A}������g7u��M�:�e���w`�
�����P2�<��A�{��"�kb|��p��~��+���0#�z�ڂ�{b|l���9 1�<Mp��d�e?���Hp�r��%�����r�xY0gz�ho�ަ
��|
-��zplN�޵�p��B�ѽ��\��\ܟUMN���p`1����[����w{����]�{���,�tL��"�s�9�/+x2n�†��_Xo�$0\	���L�Q�^�S��k�|�ö���Y���6�GA��_y���ƾ�<�<#�T���l������}Ȟm��>?�Ld2�{L�̾a��C�@����oj[���~}����m�_qB�r⤗[J3�۲ӽ�(�^;c+P��G��CBh�;�0$��d����� �DH���2\!I��$�&�J�HqV*�EIa�1CU=Ś�ׂ6]E��9u
-��! �����A�T��
-	,*5eA$�$�*	�d���ZV�RVdžZQJPAM��|�"�RAZRW��ѕ�ф^*h�J%R!�	��,��&�ӻ���[�{�/����1#���J����R�-O*�Bd�Qˆ-�X�j�wo�e��J��
�2j �!
�J�~C����[��Tf����6:���_�B_鞂E�F��Q	�I
-J�����[�����E$�jHY%��d�-p �����jV��Q��U)����W\�����V���@W)��lC���_/q���끪{�����
-`6��`B��D��_/6.�njl|<��ɥMF�뮵�[
�KĿ�Y-3Z�7mؼ�I�ȏZ�t+s+s*����Ce����U1�(kJ��0[\p*�Kb+�G@⚺�B��2����܃	�		!�&��$���t��4O`��1d�)�����@�'C	��T? b�H�|�$>����#�@�[�F�<56l`èT�����
_��8�vX���1���O�(��a�
f(�x�͏�I���N_:�/�njl|l��,a��Xc�Zsn5T/�%\�۲n�z+�5L))"?곢_ٰ�
-�U.��Tf)Þ/���lO��L*�B�(%΋����
a��2�E�&1M,ta8
��`����8�	�$���|�C���$�����@��)�\j�T����� ��x�m�Dr������w�V
표����d����<�m��
�f��`-H(Rʅ�ꁳ}p�G�1
-̆ۃ*낶}��'���21LB̅��A�
�G�HC��PB����#$Ԅ`u��.��ۇ�[:����a��#L�	��`��A�CL�	;�oz؁|����e��}l4C̉������n>zA�Cw����� �aϸ��� �a�0[{u���7��v�n״4�E�u��ߎfh�4S������:�ڿ�]�1�����z���OѮ�Wށs:L��
#�����Q���(�Q2{����g�(i> G�j�+�x�����!I��C�';�&�&!��?_k�#:g�ҙD�E�J]�Ԋ������>�^��Ə?��?�u���G�۟����1����3����h���Sƀ���LØƌs&=�n1̝oc��,���%Ȅ��_�}���f8X7�L��ơs�%�׵��l��/H��[�\�lz��P3UO��b9���^W�D;[4�=���ғ%{�����ߧ(���T�K�)?C/M���4��M�FG��k:W���`9Dz�)�Xj��7
-T���	ͮ��'�Ґ����}'x��r�E�%g�k�=\�,�[t��ox�Qf,)|L�s������^���Μq"��%��$
-�0�{��j�K/�VQ��7��/\1.����$�y�z��f��>��K~�47�<�l�dB��	��t�:���p@��J�o�}�k���|�iL��1�=�0�?K�l;��Z��/�;��2�w�l�	��#ၸ�8>�s���X�.���V7ʾn�}�?���[fA��5�.{bz���3���'�i~v�nƈ��ᖎ�SV?�4�q�m�~³�"	nj��v�y}}w��[��uM{�h�������qq�#�s�η�N+��
	u�O�
MS���!;㟲��mB������U��mbS�O`s���H��O�I�-�n@gWϛ�ro��Y��7�G�N�&�d31q\�p�̔��K��i����El(�	�G2���kz�h+D�i���\��2�.�PK�9Ql�r������.�s:_�̧�b�=��W���	
���2g�����G�'��[��9K��
g������h;���t���~��k�wl���̞�k���3nov�z��yHhAĪNU�]T/����-��/R��q��[2%\D��-[�	�8���hޒ��1�9ˢ���q����Y�o�2�e2���w`��R��:�m,a�6�XθV�V�ٽ���i�K^���Dh�,O��Z�qL��Q�F4�Ӕf���L3�iU{�c9�]����2Vj�YḠD�G�eL�A���xF�|AQ��5��Bx�)�3��k�b��"���t�"�K��Y�.]#�r�1)�T�9+�����wL��v�[�_�d�TVRvɴ��;׆a��4�#~]E���Y��4�-�i�tQf�����;�����r���	ϏE�X�+������,=�bVy6ǭkg�ZX���,[`���`��A:-�*���~1�q�0-�Yz��}���8Z �b���T��{~;�V��	���=L�����i��	cف��l>�,�3��Mi�#�	�Ek�7患H]�F�5�e���u7�1M�Z�+�z�����˝A��_"v��މ��,d�ͤk����<.�����~+t���t��d,hc��s0����'b}Jƴ���M��?W�p��	U�Ǫ��.��.R�~2��1�;j��Xh�"M�=���m#FтP��Ńa�
b��F��M8�Vb�(��bzZ�֫T��b�<���M
�ꆽ��F��@,΁Z���ũ�]?�B�\z]�G�2+;/ 9O�Cх�q�&a��8WM����٤�#�i���|�K���+������3F�%�ʶW���q+j7�$���7��
-����"��Jt��s����]���+!$`R��/\�e������@�v:Kh��E��G�έJo��+���'�#60^�P��pL��Au��Q��V]q����2����
���D5�nNݜ�������XB#Y3Å�vIV`����ɵ&��An�,	�� 
X�$	7
-,A)5�4qf	[��4M�����"g�L���*Z����y�N�ذ��A\�ہ�y-q���U5[`[n'�^�nȻ&�%0È8oT�]u��Jb*I	�K1���VRDD��K�*o�E�V6ʐV�dd�"�n/$.3�>#����
-���d��
-�lj�;l3�0����H*h�"C�9HS�͗��P�$���E���<:;�;���B;�,.�)�C�>�����؞e���g}�@�&|���@����Im����8�eS6����E�N}ȞŢ�}3,!������"��q����
-�h,%uL�pD�)p�b��_�nA�L�/+�rl��$�Tg�W�!�"p"WV$��#
E|gl#j�U�1�\�!�A�����ǰ����un���V�\�q�j\�
��)���Kf�'����rqr�E:'b���6Ā�+k#=��8\�p�ꊎ�&�<z���m���ϥ(,���h�ʇ�UOɢ�+��V���Y��ouP��43))��`<�5�4�0b
�n���qyE
-�F,z�0!C��2l���a�$����ز��&��N��� ����!�rz��r�a���E�v��G۴ ^�����/#Cp�k��ܠ��p0�)�`S$,͈;O����٩{AW7WuQ=k����z��-�:�l"��ژ����l��Цl���)0A�:�ߩ>l��y�*���q�.Z*���L��As;,";w-E������q�Wu��o>��.N��"^ӈ�
-�Z����i�6��4�9,��v_A�����g��aY=��Ё���o�ge��ա��H3��җ<"���]�]b���3���6�_�ʿ��/?���sD&ܕ����[�c�p��X�a�`�����w���Z\���jas�zw��WT�1̶��ܽ���W�x���y�Ž}`5�Ԫ�|���jaY��P��ř�I������2��"��.mf6N�)���f;�g~�yK���lV-M�i��w!U�����
����6��`�If�R׌��v]�Mh��e��ځ��O�Ou�D�/����G�;�Y��l��Ty�-k>��sw.�pV`�U����7��q�h������N��u_n�1�I�^d/�����@%!���"�dp��)��.��r��sR�jw�Fw��������x�]�-�ރ�G�>7=w����:@�@�r�k��"�Wt�F#͝!�s���R!,�.R�)#V)˿共J�f3�a�޻��A�vX4Y!����R�� +�7�l����4��o7
HC48����9��l�Lڜ&�]:΂v`�4Y�9��㗟�V��f�f���3=��}�,O�J/���a�r��I2�ܹ�d
��6�?7D��u
$��5>B���
-�P��p�a�ק������!
�!�᠀ �������+��!Ɵ�@q��W��F��Gի0Mh�c,�*��%�Z�ki@��1�Z�`94���-N�[��������V�A���6�1�҆h*hK�������l�[񩷾�����-�1�*��)�����1UI";�}��!J�i�ۮBk�\�U���:�'γ)U��S�ڭ�Z�<��я����]�48�>n�{[��Z����X[?m�'v�벐$�����b���|�;.�n�W�%����A,��m�ӄ�lj�f��!��RJ�Bβ��X尽�]ЩY�}ٮ�r�[���"�Ln�?�jK?@_�oƊ������nwUUo�j�kN������s��ڳ�=X����0P�f�ۨп��Y�Փ�p�~\�R�6�+E�T�|"f5wN��Z�V�	J��
-5���G��Y�n3�x���L��R:�8r�dR?��k�oI������f����96���������N}�{<,Uc{[����S�R߾n֑���?ݘ��0���xcԞ8�3�P���SQ~8�jJ�x{�Z�vw����rx:�[������&n����TA�y$
-)2ګb���O���D�?%}[a{i�(�S�7s~���@5�p�:�h�*�Vic�H|�'���]~�\���R_�+f���ز����4%w�A�R�q*צ_���K�t�~�O	���z�S-y����bC�b��_���;^n�f�J�ƙ�'O���lJ�&/��,<>������v&���Nm�@�ӹ�����+
-B9���5��5���\�6�,V{�s���^���Y��/�]�n���z�u���}q���~��`����c&ޯ�n��&�<x������H��������T(\I������U;��gM��t���
�S��}�H^Ə�‹�P9 T{�_�ީi}tm)��8����뮨.tN�n���Rl�}*����ʞ]����X���T�%�y5""��"0j��DM��F���M7Bk�g�����O袪zժ������ŏ�X�#K�̜�|D(���8����YN ���d�i%�py��S��<v���'F$�����\�t5n�L�	�v*LK;�aR}����(m6��i��T2]�s�zi�>�}k�Ll(^���T���b=�iXaD�Vߖ׼E������¤�y�7SO��s�T}% ����fnB���FSC�*0�mTp�R;����Dկ��[]��׊5
B���`���5�3��Ҝ���g�0l[���bP�ԁ�N�H�����"˪��Y+|�d�# ~&7\:e�!l�����=�wƫ^O�ݽ���Bk�π��U>��h�
�`5��d��SX�W�zz�|�(��o�!���X�o��2>=T�s?(�cp�-=/�y��@�;eOL>T�*��֒$�`V`�b���4���Ĉ�.�z�d���Sy;�(�XD�?|`XR��{��C7!�
~K7Eގ&U���o������>:V|��
-��90T��줨!hE��{_�^4�ERY%� ��n�S�ʼ�Tu�yC���+�]OB�<1�	��3�o|5���xWZ��xr����N]Đ)�6���w��01��
-��6D��E�هH���M���cT�¶�넸
	��G��p�qs������pƣvեܹ�8���3כ3�/�F�9�Ȥ��/��ۿ�_E�B���`�2-0'N'����Z�4L�;�|pȎ9
N��{�x�'B��A%�����
7��!p|����ٻ��D+A�3��L�ڶ�tu�\�<�����s�;�f��/�
'�J�DE�s�\p!�@I��89{b���Zϊ�"�~��
-��
-F�D�D���Ng�R��B��4����>"<��j�Ȯ�D:T���!��Gǻ�3߆���ȸMT�|��e���㣰��O�0>����Q0c�"���y�:���Ln6�^[�P�g��v�:ibL����Ci�x��7�l��_(#u����Vr�X��]���������ӵ��t�,Hg"w��VE���s�\/6>wn��JgK!��k{qWr6Q�30��ͳ��TGͺ����i��p����07�8+���n7I�:E4"gӋ���#��J�LjV	�1��Ω���4��������w�/�w�;O��xX�3�;gF�17��Tn���q����‚pª.�Bg���Z��K!������K!����;nB���Շ\>
-&�]�����s�J}PQ�{Hj�h��E��D{6bS�	]�UW��"Mf�������M���30��	��y4�r�\g�N�����#=��Sm�_`ʪm��(���[��5�����������	%õN�=_����8�s��p���u�WW�lg�Ѹ��=��?����ZRSG�K�^�x�E�=���PD��xG��LƊN`��)b�<l�
��lOifed��v�?��r08E�_��9�2�za��/9���^!r�'j�
-O��fW�]	5�vz��T���M����|"��B-���W:2��{����6����lfT-���\穷��F��F�s:_Ib�ɭ�G�z��h��U���}`�hZo��N�7f���F�b.�������o�~u�m��UK�ջ�[P�`���.���>tYd��y��ʜ���Kt���	���ʻ�}��W��p��^M���4��"P��s���I�v��FS]	���h����}%�+�L�B-��L��ᙂ5����0��M��|�r;x8`�*��F��'J�#dA`�,��(X
-&����"�p�go���ؑ6@L�s�l�nI�V?��3f�����:JӢ��-lο/R��J�f�_�{���Mӝ߹q��$��TA�
-_��0�%�Va��ީ��=E�OT�cCT�T�@y߈I��p&�:lG��,�d�gT �Q�qC�yLjG8l�:�P]Z��+γp(�B=��0��)�T����&o��a��p�0>��0�J���\��#�7nj��}-����J�5~4��
-o�wUfےtH��h��������^��~E�Q�f�l6*�C�������H�������J�]��Q]�֙8�f�|OC(�4��~��ҹ�9n����.�=�3z�p�&���\+p����ӜPW�szE��
1���b�,��ԡ*f}6��1#�'�9/z��MZ��1�P���V��T��ǠUW�S�E�
- �e�;�����7!�(��ZMk'����lZBZ���&�����70�6�+x&�<���y�v�xN��W��x��s:U�>OpU�M�/��R�?l�,aRV]�W^��]f�d&g\�T�O)#@-{BX$;�^�����.���x���n)�?�W��Z}�����D��HGQ��(��6c�������D4U8��#�Ys�v�U�IK���(P,�o#�EnSJE~���SK���V�w�2a�"���%M�L�4>�0Cf(��&;���{��mf�����P\G�h7��5�]�������'|>�X�#�$s�k��$�9�Or�Oa����X_lޱ����t%';T�w��*�*�:��+�%��
-	�SAn�TWׄ2�����1�b���է��3Z�g�R�,��}B�	ϰɕ
-v�L3��pƖ�a�`Ձ��R4M	',g���P�.���M�Q$�!m�o~.���2��X��9aHb�/�(,fQw&f�	��/2���X�	��_��Ŗ���qD3�I'E�yy�1EkX��"�Ĵ�|�}�"r7�ʎq��.Z�G��ը�d�~y0��P͞�#M��EV�K�����{����1pc�P�-���F<4(��GW	��m%x8�6PEM�%Ezy�ХuPݯ���Ζ���x��ܗ�X%��������h�(��
����u����:S��$�^�L����VX��vZ����bd9ܔ�?�N��h=�\AI��‰����e#Z�נ.ϫ���t���k�A���k�G�r��[�HL7[�F�����
^/�Ә���M�g��j�DS�p/���������~8�Y���a�"����z�4S���>֢t2�tmբ�����f#a�nbne������*j����l�u@Xs�e9���ʉϻ\��ӹLC�
�\�5��1���3#?�=��]��|Pr���o�w�����CVU�J��7��A/���e����ۨ6�M�9Ƒ���0pe����m�!�ć���"��V�~�؁�9&�����JP0ۦ;T�,����[�be�WU؆�z�!
-0���g���Jb��鏓�3K���Jk
��RջK�=.7�W�_ﺏN�)����^.S�h-de̛���@�$��(��Q��E���K���qR��tM�af%B0s`�mv���ET���ţ���¹_hz�U�qv��=be��DhOs�%��#5P)5Q̐�!b��wcA�Ό�����2�	�ב`0[��󢆊0a@���U��[#��Yfm�ju�O�0[y�"n��8�Ki��x���>��F�ņ�ڻW7j=G��ق��r6�:tK�9X�O�,�3O�}M��a)Yj�w���;�ˋ�_�s�y�$)�N*r���i���Tq�DWn����J��":��02���ۦ���]�n��L��B4�ʶ.b��O�]/�d���|��{M�c��}e9E���h��[�M��{�)�a%��b�׈���ZQ�-LC�,4���N{�3���"��e��������`��f�W=���Q4�7kl��
\Pi ��".9Ed%?�ƀ�P������#���C�|*G5Ci���3��d�5��e{M��h&�����Q1 h�m�D�]�l'�B	c�ZN	��Y7t։�)�me�o������⫈I��un�k�t~1��l~��k���5p[�ŭ'\0��}��3��ïQ���e=AX96���?Nɹ�N�`���?�~�ͅr��[~;z+�N��v|㇧���o�E�9���Tm���T��ܞ�����N��##d�����v�o&��0j<��d�Д�?�˻?�����[��@�l.�Dx��N��T�_�O��b���7��ۋ0DŽ�C�6���h3L�w���I�pH
5i�X��A���Ov�`����.@Ae�N7�@�ȹ+�1쨀
-$�-�(�O��ʉ5"�d{59�Bi��oC�d���𝲷��K���6__���Bb�撏���b0��;��2?�S;7��+�7֕�U��5ȧM_�1��_�����Ȉ�r�Z�*4�(�nv�g 3�7%�0�:/f)�Lا�WZ÷-��x�x8$��C7Q.�Us�w5A�+;�׼�{
-ڝq�KP:�$l�@G��m�OX��s��u���ޣ�W�r���@
�ry�R��A�]'k<%E2;���&1�����W��!E��<��]�ŝ�E��T�o�@�~1a�|�*�
-p������!��{3쌜p���>�4��[�e��UJ�Jk�i$����Q�h���3���y��+�/A�Ĵ�?em��1�=>-G��/����O��/@#s7�M�研��e�;O�>�È}O��g���Q�^��vg���_���P��VQ����/�U�X8�A~�%b	��--:4b/��Ju�t�����ޛ���$�_���r��>�9�7���?:XP�y�%����"2�8Z@����{%8xZ�|&6�5@��f�j������~S�}��D�!�A��~6��%����}�}�7/j��.F�Jd�f	���T��ظZ(d]8PP�v�o��S���J}��8���=��$x�@)�kw��A���dM�q��lJ��V=��l������p��9��{���(�1S����e���X��7!���Y�(EC��*V�	.txwo�,�@��zأ�����	%�b�R4?u�%#+���X����	�cڿ��{��ޚ@C�U�U@�ɠ
-8���C��ʅ\�/	�ʼn��Aç;��~�n�4�7�W
-��Y2���J1o*_1R�<���!h��v���"�-�4P��䔐{��cͦ�S�����A��j՘^P���
-�T �y����t	��7E]��|���s����ds��4C���jd�� �U�cz?��A����q��/�:�\�^Q'�\��|C���=�.�H��)��^�,������a�#\���'�&��k��޹���u�������u;���n����u�����*��M�½��
���'���
<�/����	��k�e��3v���Ɲ�����\M���ɖ�+	�Ք���O�
-5¯�<|�7.�^��J�]&f����/���_�|Q��_����~�v
(ו�	L�_4��rE�����m����.^^�^��`Ka�g�Pn��F���l�Nt�<�;.��1����=�/�����A��~�w�7���E~��h%���^�r,1�HU�P�cб�x^2C�ۢ��/���{8C@�w�%��M�����M3�0i˭[`ҍ��(�%��q=h�^2+<h��Á�-�`݅������!��
-.�)	��j�l��-��:Й���@��WAc��Bu{��!PX9�n�>���W!�"}O���@u?Ҵ���:$���~
-DP��M���S`����@�dЛz�G��A�-�	��aBm���'�*����>Oa����#��Q��=�6|3А�)�P�R#�n����1ü���Vi4�\�����g;<�~Q��o�(�0�k�4�������Cd�t���{=1x���-��>�e����������UHO�4�?}��1���\��6����^|�I:�ӹ�i僭���Ⱥ�H�Z��ru��2��~�h�Z2˕4�p.�_!�Ċ,%��Q�K��<�'�@L��r����`->���.}���C-��\��G��
-N����Ղ�o�٦~m[��Й�:5cQ���9jv��6���{�Ž�����b�̼]�:���o��e����z��̋@���j�0Ig@u%�:��k�����>���1;�Pr'�|��G]���S)�.�в|�j�Jcp�B{$��7"��:p�Ͳ�����'G�o����wK��nj}' vm�1|�K��c-,�����Y�!�e�=��ib���UzG�d�B�{�M���3��>��7ac3�t���_&KĹ�����WcUN�km�)X��iAx9�*v�����7@|ʜl0����Sz�B�����|dH��`K�
-�*I|sR���֚iQ�m�#�� �ގ$(�G��̼j^LV�5dq&�S/S4(X�~r���I�]��o~��Ŭ�r�d�+Uo�]��o��������-���ɚѬǺ���%����ߜ,n>�t~� �-�ݟ1�-�)���{g6�˘��;/c�)���2fb�s3g[�F��3��*�zc"	my�:�St~
-��NJ`)Ċ6V)������b(�+vޠ�
-{�O1潭T�ώޛ#G�
-�ٙD��
-�ؑ�#G8�J��Z��ذ��m	]�OdG������6P�
~k�3;�m��:�
�b-4���߄�K�dѻ8z�(��ֽH�������E�yL	DS�2	��qi�1��c���t����s������}��$�> )u��������=�-
-g�/l?�$��_o"�~i�1^|$�r�S�Yɲqb3(�l�����#N8�4�~د�B�/ �1o��&ݹZ}�E��gY��4o༜}Td����j5��>�אa�B㙋C�e��<�V��d��+(�Mn8QA5ވ�H
-�P����
-ָU�14�^��h�P������PN�p�L�{	�-av�v��Ѩ D���Tc�Ii8���l�v�@���QJ���>w�O[z�]�:էuVż��W�����p^��t�A���������F���.�6n��Dǭ��R�͊�*h�]B�h�ĘV61�ZfǸ舝�H�2����X�jTy�7�'.f���p�zOpJgu��a��K�Oܾ�ƶC�^�����k��5�8
�d�:U��[���JgE��s�����1v��*�Y1ޕ�6��Xđ� [�[�58՛=0��d�br&F`�5�/���ư}���J�4�ړ��+�S9�	QGu��5���%01�[J'�t����u�2E����?�h0c�䴟`��
-�hg*%n�[�~`�A�n�\t��C+����v�
��Vv�Ї�7�.;K�N�cJ�����`�16�Gl?�X�"7�qT������F�r�ƒ�8Z�񋣒2+3�.���uJ��$��H�\��1�R���NLg��:���k�Hi�zeU��kY!
-{�>��s�ͱ.����)^��ʡ�ڱCd�4�&S��m8uK!�6���nyʻ��
�����M:��4̥�~�!�Bc�9ن�����5�����;q9�Oݵ�b����c�ŀ��Dř��w��ֻ��oCP���Z�������j�/��Ÿ �HА��%��"��e��/շ.ˮ�j���ߙ2��d�����y��9�<�=
�H�h��D�f�R��7���KL7E�ͫ1���^��B	j�`�CX���x

V޵͝R����>/�ǘ���/j$����K��G���Qs���L���"�0*I5�Aj��R���ŭ��@)u_֬��s,�\c�΋��F3�$c��Rw`%'0�WY�ٍ�*��4
S��F<�cf8L�+�4_XH\�E�Lbs_�ȥa��҂�7�/�x
���(Rg�I�n	�1����xY�����tFL˫�Mc�	��q4�𓭦�Cw/z����M���o��*Oz�]yҊ2�]B/���rIy��cߗ象0wF��>���8AVֹ*�Y���)J=�N(���jU��t�g�ez[iP[皪��k�
-�bƥ�Vv&~4�s��_fWB1� �fz]:hP�($P�}��ۥ&FS4����
t�j�󎪜�"o��Z�����v�檙�V؃sGx�4�=d�r����2�T*�Z�,�d��d�Lo��������-EM�v�
-*֦��nvJ�Q�[�Kվ�
jxC�����}��ͣ��rE����p���Ӌ��۽�����d-�합��շs�����+��"M@��
-�_�&�o�;|���$S\PE�aVDH��΋�R���U���b���,M��5�؍r�4
-��&�c�w4+my��5�/>N���{��	:�6��	dR�d�ŠQN��'�nk��ԁ�<9N���v�!Nv�0�9���8�Kh�c+�P
-#
v��i�MM��!ſ��L���GF1��פ�#`��z����?�^��F^��^l�'�t�8�$싖��_~k�� ��{,��鍍6lV�D)Oj��h�mD{��R��"����ݭ@�(�5�����}��3ﯷEx���$��A���ǐ_����WdR��;���!|KUd�-ijʢ-��i������F�NZC<�����;M&f����qj�`k���>�=�S[�
-��yk�äAЛ��p�Fk�k��k����I�g�5NG=�mY=E%�2[Hנj�݁�XĐ�C)�J7Pl����r\�vq홌��`(nm�����O	��rC~��/[�1��Z��4��ו5�|M�]&a(t1M������I�J�>;
CϠ��f.S�`�������1�-��O����r'9>��\Ē��X�K�I4N�2f�&_
�ٓ�W�R�ղU �Җ~�N��U�۫�
C¯�X՝��ο��c�e���Pd^
endstream
endobj
11 0 obj<</Length 16369/Filter[/FlateDecode]>>stream
-H��W�Z�<��^����Έ#8AFDAxEQ?���IZ�$$i���q����k�־��re{��X�|�2��@1z�YZ��x�3J��x�6�[��O�.���$��yə�a���f�XU��;E�z޼�и&$(��*��wKf2sge~�fӸ�јB;����r줗
�/wZy����q����q�R�o��n�X��u��͢�f���_a���s��k���u�v�ZH~�K��~�H�p[N�
-�X��������*�E���l�?.80��ȊRA��dPF6 9�C�-��|��0_��"����}%I����r@��!�(���+1����T����L)*YOW����J��f��"\H�u�� )*�d��d��ş'+߹o�Γ��d��J��;J��J�
-��$��]@m �f;A����_=mC,�{xJ�;��M�mP3|콜���� U[5�6���b�����Oˊ�b�}��	f��F�8mn�.m)��2���ܽ#5�>u, ��@^�~�T�q��}�jV��~�Sh /dp �LD�
-
>-.s<���@��qQE5��@����	�1F�����׎���Go�׀���;�j�2i�Tq�nv�e�l9;���"uc����r����ϬV�,p@vt�?�dpW���KT��C�V'Q# �5��\	h̊ȷ��%�ڙo�:HD���ТTh��w������Ow�`
-r>^N
(�
Y[]�1fA��c�ƅ[�O�`�OL��7	n�{+=J�/�{�H7��)�
-U|*���E׽w������7ʆ�8�S�<S؄q���SPg&0�m��k�:�Ɗ��ȡKY��e_�N�oZJ�1Ac�qd'!a�%��ƒt$5-y�H��n��=}fAWp��qhc<���w��+<�Lj�ịA�&/�Z:)�_�pE��u:X��Qh���6;�e���1�t|gʒ��-&��ˉO�,�֖И���l�:�T�z�}��/T����e�/�NG�}I4�ˊ]c��qd�Nh`�i;�6�0ǫvҩ"߉vf���W�����4~�Y�-��a���ymh{)��3��E�
{3VRM����>7woC��0���7�!0E_�{�q�w?t��vnÍ�	�^�vRV���>mHYA5�=�A-qS�F�9a8�2F+��Et�ݫ>,�:G��.����(�'���[����K��'s<������`,U�k&��t�ϭ|��wm����R��y_;�J*V��f_Ҏ��eY!��3�Ճ���C��3
-���Ւ�sf����R�os�2�)=�*׆��v���ڐjB��m�z\I��o����b�_L2�l�R9X�b�IK��{Z�~�b�}�Xf�5f����~�8Z�f��{�J��}���J���
-�.S*��dE�	C�J�Ӆn/AIC�g�.���%��?��Q`�o��������|}�[�N�gQ�2��x��16�o_G!\�ߣ2��c��J�
Ӌ糷
.c�
-�c��c�4��A[��]S�r��Zţ$w����$�nz�L��W�p9x���&�Ղ��>;筓�@��0>>�@/]?�@�~�
-��C��<����} v���Ԅ�����Lv'?�et>�����OKi�l�������z���Y�o�\(!8*�������f��9,���f�\���_~!K�k_�z�\DF��ī�i&��;
^>'�N����
r�a�u��������i�Y�8f9�!��ʢ��jNVC�u���	w�����^����i!/����������Cl�v���XN��t~dzJ:5/��-�ӓ�:IvF<�C�����f��t�|���N��I�r
-��C��'8xy�QY��@��ON"��_Yߡ�L~y�Xޜ$�[�ՙc��QoIQк�'��NE'�M�ۀ���lS�j���MU�4;e]��}��m�6#�Ei�<�q�E/a_I���\�҂I�X��.�ن�%R��e�/��mP�yj�:�'�R3�>���~<�A1$�Vc|��E��\p���	��p�8�,�=�M��-5.[�>���7��ԑ���c�t���]H�w���v��KABG�ceF����)���k�g��G�B�`�˂�»+u��4c��͊���u	��� �#废DFϰ[�����ئ��l������y����>%4�.a��sYJ��D5�5�@��_:�ґ��صc?��F�%��\�?���4E�!���ݎ���m�x�%�	���	`#����6�(��v�;aBY=θ�4fB��A�?N�+0�FegY�^��s�j'�p��(���a&?���m�@\�vo���A
-�
-��L\��Vw�!Kb��Z!��7��—7[���\�-5Nv��>���b(9Z+��v��xCrJ@y�.�6�"���8$\�s��d�����t;���R��O����-E�7�+�|q9�Kl�5Ek��K}'c��d�:Ę�N�B3P�{�/�b�U�u�eQ7�P�=�üܟ\2��
-�m��W�_{&FVug�j�]i�،�	��)���^M?�u���(�'C�)��Wy���ڙw����N&�
䖮��6�q3����;;e�֖D�+��x�����(Ӆ�nW�]ɥ#5�U��wɀy!�����(P���/��)JHr �c�	H��%}��#%_��#�_I�W��7p�zdL�+oZH����3�Z�B�GF]\�ԅ��d���+_u!�S>{۠ y^v���w}%�i~���r� �9H�旪K&��T�Dž7�<�̞��	A���<��O�Ed�O'I�"���C��d6�^"��h��A��R��Jc_5�V���}%y>U�(��k1�=b�Ah)]"4E���B���� 4�Tl���	�77�~�D5ni<�V����)�lQ�o��˪bZF54-Yi�&U[��|Ob���(X���;�*vFK�t��m��ʌ��,��P�Em���<	�1�#T��C��NKnl¸@�x_�=�?�U��FE�����H�Ű�b�@� �e������Z�����OM�<w=��ۦE���{�
�"� �����ꤸ�C!D�V�ܨ4Y����}���V��,S&vW�i�t��Ȇ�^��4��av��#b/�~�1���fx�;yx+\u�]v6'_�����ha�>�nŪ�[+H����ZPnz������c یn=����K����VZ�z����i����@
-TJ<�����ƶ��vq	hU����R3;��b�ރ��x��y��7TL�Ǣa#��p>˺�MY�A���0��.=�.�o���ח8$�$�h	����m��2x	����2ua�u��(�0'��.a|��$x:BӥJ��b�����!1������������	�&T�J*�	�ʼnc$���l���
�:����7�1M���*�,!J�c�DCJ	��a�U��獽_S���p�bHh�O�a��r�[���TiȐо_h0�4$��	}�q�m
=�q��S�iȠ��C�4D(6
M���HC�R�Dž�Ri�B����	�
���_D��o$!��L�BJ������8^	��a-,��9ĝ�MTe�1#�t9*��U�AA5��t����P)����~�_h�K���3Z�zcmd΃�a���x��$N���q.��]?cu��Z&�]CP�n�*|uA�X��=yXK����:��|�s
-\�=�p�q�!)����bCKS�xH��{�T���]�a���QU���d?=ӳďiM��P`eH-c��M�3���&;����w�`�ci�=��xYH����#���	C8�Xi8�:�3�͇0��JT����CTZj��"�ȕ41
-����O���R9��J�d-����&{�(�e�>T�C���,>mwd`
-��>v�ޚ
-�Tr�V��&X#f�t��K�e���	�R^���_�o؞9a~Rү��lr�p�+��Q�dH����sH��nR�^>����I�.]�q���xDܿ>J����n���!��G������[��Op>3�oo�l�l���|F���ﶽL`��`m��>��>6��&�����~
������F�ߌQ����m�>7�F����[�ш��#2�����m�0���|K}�DB��6�:��/Ϥ�|^ڑ6���f�#�Q�೜�h�~���
-2�-s�Y:�Gq���� 6�H=
�Q�}�lt;~��H��D�F5}����.��N��ѿ�B�+����ߡ9��埏��kh��6�)�ݗW����4�_Q?�`d�����ұ:��8��v0ꀢ�jA��4�����һ�y�:w3���D��k�N���*9�
z&�*����*Ҽ���E0�.�r�u	H-��|��o�շ�DE�|���^����9z�{�#r9y�Y���4!<�li����@�g���s�);�.~���‰�5�#���.���]��꒩�A��&*����˩!̓�u��x�
-r?ٍ;�՟��S���t�!�Ş��^|�>J��,̚N^#�t&2V{�7+zzfh��w€�F��3��/4Mg�yvv��Xu�e�q��G1���J�/A��T��*�s8�=�v��K�LՌ�Ղ��ݕ01��e5݂9v8؊��X9T�4�f&��U&̤n�D��ZJ3��ϲ��/�4T)|,�]G�����pU'���v�a��k�_�u������4YI��*�ٗ�+I2c@.�����
-��
-v	�m�hsZzS$��n��g�
-�J�ۘ���
�c��d�Q]3���l�R�W8Z����#ވii&�^Gn-�8	�,55N9�)��t*�����ε��M\�|ip���O�U+h�oc+3�f��Lv�����F�<����ɘ1	G���1z����i��r��(c6�����SNu���p�j�\6�>T�|�ӄ�H�Ow8p.]�L>�Rb�m
-�NJ�X�+����JiW�UO ~�J��-��[�p��tF���7���T�Pc�Λ���s�pe�<�O%�dػ�C:9�� ��R���%hK�A:��ET��Ǟc�S�ƒH���Q���n�z�z,����m_�  �@d���;��~�\?���^�򡡨�hd�;hh�y�2gISΓP��D��K�izhTw���ܕnNQ.�V�.�[��)���s	)X�R=<OB	���j�fB�^��8����˞g;��-���R��E�r٢U���EO��|��A�i�y|�p� �D@6
���ѭ�کq�L^����v�gh�}�R���P|���`���&�4�xE%�ɰ�4
-�d�Ǭ����̮���h+ka�qZ��$�Y����mn5{q��
�+[4k��Z�g��}�%ٝ� �mV��1k:��f(��*��c��Dp�`���(����ZZ�t�wmP�v{�{������1��Um��<���vv�]���g저�CV���-��/�#H�x&�41!F�r��RI��;Y�_3�="��Q�ͨ�7I3�z���?�[w޹WҾ_@S٦DS��2�o�B(���s���n�`��Υ�`�
�=V�Y�i������U_'���'�)Q�P�[��p�.�w
XZ�%��4؊���s�
��K�e��R#f2Cû����K���H.�T��ED��/q�}���o�w��f�qΔ㕀�w�ҝ�,�nԪJ��2Դ%���hT���|����t%
��!'�@V}E��ʻ7@�8p�d�����$���l��X]$�h�`�Y���.|��=y������@��'X�*�	4I�������w2�2�]g?������9&�!���W�0�!��6�$��ҡ8|z�^�!4dP��OÁc�$,kxʥ=�n�`B(M��
-��0>�����9:��I��;12j�:a�l�I�����_���\�N�#S�9���`F�s���i�X�4����T�#xd;̢h�'#Q�׽{���w��(�p�)�Ť8�y�#QR��>{}�z���@��J����O�Ҿ�?o�T�H����=	A�,�7N�o�ѐ!�����w"R2�o1js��,Ƹ���Ű0��T�7t]8A�P�.ƛ��ܖ�|,�
-�BV�7��i�#h:c_?��p�T.5���5tݴބ!t��z���J�0W��a���j��4�
-���e0�Q��b�T�`,M� G|�q*�z��p?�B�7�
-��aIư�虞%~Lk��^�۩*K�	|���  �C�,�<�!�S4&�u���>��n@Г�Ͼ7X��TW���W�(;}���q�>��6���5�g�
x�)��D���ʾiY�h�<
�os�=�
-��$h7�_g�����`4�����־oz_ �X՜`D�u�"�d���D�x���ڋ4Ꙭ���D���ΧO�,)8W��I#k��5.nguA_`p�u�d��vYݣ�2���"���Ǐ�x���R���s'�2�����nLU�r.�
�Q�Q���Wi�!q��]b�}���ޣ\n%��J�"�ܔ�����|3"�J�6F����7�wԪ�#�]�����
u�i����=	]=����u4�������{n4�2MUUs�z�Գ���q�9�C.LO��;���y�^�E�Rݗ�%�qѽ�3���ЍV��z_�v{D�1��+]D\�٪'�<�c��=��'ԙ��&$$��{�V�m9sXk��=.�#�p<R���B	�~���uH���=l��o�
�;�4��XU�	�/n`{\��N!%S� �����������l��_�P�D��HT���o�\74V�˒��SM���J4f����+-�3���'��jJ�]
-��^�u�)������=��J�	T.�*�����N�����y�q�)y��C�c*J�V��C�RIp�����֧�/�	x�Т�u!qm���������'�DF�dx_-<�O���{s8���QF����Y	�*�N���!��`����1]~zz8Et3!�F�"�
q�"�:�qC�L�/��I��h
-�y-ӆ�.YNA��
�q��f=9��-������{��
9��`}/�������d���F��=&$�o���^d�`(�V��Gum�m$�I��Q�т#6~��Z��%l��1�sp�w��~�t��8e��dqsE�;wG��+dj���5���:�ݷ1 �5��#�J�B4��p3�+)��-�q��ܪ'���q2O��P,���ء�W�\|jM�Y]��	��v���ğ��4�YxH�g#_"R�A�fS?y��{Yk��2���*�m��?T��ڟ�0P�(�;�QB�_���4��xH�fr��h����,�PŮo�p}�U�x�A�����d8��;%��9���-D�R����v��)�E��2�<��4x��bE�w"@�?�(GhT`�d��	��Z��N!��,��	�`�<�?	`��@�Y9	���u6:;Y��p�gƨ�(��Xʼn��	K��&�[�����D���.1��t�V�k�vW$��N��=(����с��Dsz'�f�3�
�J�"�lYT���Z�{�3��p�@�Ů;���g�)׳�dvn�1��r��������_%H�^�2v��m&�['#�GK�� ��M}mm��2gA.��A\p,�z����y2,m�]<�'�R�S@�HS#�I66
-��h>&[P���Ƽ`��Ȯ7�M��
�cA��1U�p��zdk����]�|��`�gB+�)�X�J;g�&��R~˅��7�&�tc76nxm�׾�b��g=gY͋/�hha=����Ax�8L�\E?)��_�M�!y�
�?�>�/.d	a}�3� ���-�/�H�֫�+�
=.�Z�6L�y�7l�������5���cv
�k�?���>q����ľ�
��큒�׍}�a�֝���
-�L9T�[3�����,ie�Q��%$���7å>�\��r���'�>�r�S���\��\��@f��?e�R��It�mY�L�~���?��@������� �䔺���wdX�a����?L�m_��7�ф��0������?cL��Y���o��!.�������2_Ɯbx�R��l�>C����.<�@h�!9
-��z5E���6�)%��aq�=s	��:���o��pyh�Qj��qYX ��w�e��/K|䄋��Y�*���V�?
--�)��jkD�|���w�$8��Ɩ�����|����€�*Jq:ǃV�����-
-��p ��B����x�,Ժ��������.JRg7�+�b�^�u�����bw��މ�V�X���~���h�������J��D��\�&��?�o�c�Dه��hn�Mc݉�.��f�I��N�;��!)uòc~��h9[j�en��p���o����x�O�7�OX���ݟ��xB�)~<P�OiQL�w�}��%⟴�4c �h��<}����4���=�=��ʢG�ξ���:����	wW{���L�ז�$.�;���u �m��ph1��q{���L�$�F�
�$y�$.}=�/��^\A��x�B��R����q^�M3�.����M	~�S
-Ț���K�,��I?�n2��"���)P�gvy�G��n�5�u���.��[���"��S`��
-�Ҁ� (�+���*�j[I�O�wP�ڀ�^Ւv�冰�����8�Hv�٧��Xl�8f�B������ޠQM��U�s;+��b
-=�=���U)�"�?Ǎ�^����6T��ĵ����5l�۱�����3سzD͏��—b�K��H3��xe]L.l���˟���脌�2���p	���?�:�������q�ħ��$n����Rv�����܋���x��Oc��U����w<C��1O�Id['+ϩ4Y��^���K6~�q��� ���>M0c���m|��[�+�1]ŁF�TӖ2q��Ӫ�����\��}Z��w}#�P�>]��/�������ٛ����`�HH�=,		��ob�HH��{X�K$���ѓ���#Vt����'�?�y򙿾�4�a�p���Ep3!��xʦn
-�������l�v�}���(QȊ�nV�"�����\E륓��C�_�Y+�?����έ�F�U����6�����r�/��c��u��Ͼ3�y
7vsv��/=vs�4�aj?���$���nn����Ǐ���_?񹽍O��m�����э��uS�.�����4hbӱ;G�N�.T�r�k��`��Z�jiE�B!?����]���t��L戀�n��c���Z؀�c���z�vR���������ݎ���=�;��]����a1Qw���2�Өi�Z9�<�t���_��ƫ���+�O�z�t��[��A 2͕���-_������ߟ�%��F�gD��u3�"���T?.� ����- ��#KV�ef���#w_�N&���>���iH��rSO����N��Hy����pB�T��qVbg�<'����F.#<��ZY]��~�����WHT�F�|9�Q>�
Nc![<�kzNy�y{�
��*���i��%�w������S^0o���_e�<mC\^e�<m�4o��!�_e�<m���ۈ/2��	�@>����3��M2
-�_3;�q�Aư��PN�>�_��a���̍ռ<��4~NFGA���I�,s{-����6�l�sk�V��]|���:L��G��k��V��zaV�U��ϗ�\��ْ6#O+ǥ�	m^W|����粕��#���{4�b-���M�e��,�Q��g�c+3�PO�pۘJ��m=��{�����5JO*���g�ܮ���`y(;~��Ay��_4[�;?0���ç�L�\�I	��gF�r�|��u?N셠[nֻ�v�ܙ%$|^�]+�%3�=�f�!'�
Ks:��h7�h�B�]i?��Z�\�u�A����X�B�q�/�W��oE<̴�Z��*>�w?Z�_v���m7[��z��[a����vp�[-�k������hv�W$V��(���Ѻ�/�G���EzXJ�=��U���cݳ;~���Wnoo�[n�3l�y�M��X1h�ûV����
-���6�'4�s#P�Ꮛ�S�Yާ���o�f��
-������=�����6#��0��������_��>C�Ztx�#����v_�M?8�]�'?���vP�
k��N�T�ѮG�����{�Fر����G��N��)(����D�w�awؗ�k��³�˵�eX���wĞ�Z8r6D{�����bCX����BPok�����alM�4����L��:М_���r��V��>���h:�b.�������M��$����fD�4���|�
/߀tk
-�����
�^5�#,�%3���E0�O�ĵ�L����5�V(W�`�R.�P����@L���E��R9�wz֒����XBPa�R�Yҥ�VJ��F)-U:��ش�q���AšE�\B�|��v��j��lu��"��[׋Z��P�d�E;G�����bI�J�S�(���d)��;w�#�y7��wo�N��5H��3x�=o������A�dϠf� �+]�q_�皈�-5��!b��y�t����`�1e)��}����`S��;�SB�n�%�"�r��(���p�TzJA�#��i*+D=��=:ݚ*�X}�2�kpT‹�PH0�Q2��4
��I
�\�n��	G%�b$~-IC:K��K)�@���,�kA��?:-��Z�TL��c����]=w=�*"`�[.�^�c�Hc�&���m�;4�(���QB�)<��MY�U�\7E>��m-�8�Mqˑ1��4�VPi1	a�
-,�(���Q��`]J��P*`�	�b�@?&\���s�ͳ<��@�R�`��oJ�X�J�%A�t4ť�O�'�V��r�R��
-f"�@�ԅࡒOH}�nT��
��)�Sp�P��^���D<NQ�:�S�_@��r��H��A*�<��q��	X����L����#ER�Ĝ�sI\�<�%O����`G.��Ÿ���^a�'HW�8�;GZ�%�p�⠓t�8�A�Xq2��"��M���
-�!�t�PA�`�L�Q�f8Dg��p�:�/P�H|Q�<�x�W�AXxd��`�
-�'jE���\/KQ��(,�>-
��f�Ӄ���'�M�,��erَ�P��@�CpZW/��n��}���T�V��|d����pX�졸��s\�`��\�)J��r����q��w!"	�O����:?�'���F����w\̄bl�v��W�A������N�u�)c���Bܸ%4׹X��W���V�'���R[}b����௽�׺�c�s��c]u��Z�����5�gT��U�g����G�;J2�8c_l��r> ʰid'�����KЫb���{�T����CkS?��5�|7��D��f���Gw��g�hU�.��T�P�|����dK�*�Ui�:��,�\b��L'�������>��<�z��<��BG�b�*;D�H�;EX|O�j���^/\���,̆$��Ӛ��g�i&?rߌ-!����s�X�Q�Z����S���|��Y�\^�I)�瓔c���:���1
-t�d4!�Q{C!���}9��s��4�KCf!�eJE��̨�i��l�V5�Z�-]�R7;��㴏`����L��T�=S8c���ڻ����}��d@��J�9�xw$]χG#v�Ӌk��M֜��"�5!�%���%}����1�6ʴɄ�@7��e�6�0�f9�������S�-mS,&qյ/�<U�<^DFk���\R0>���>'͍zB�$A��:hP�?b)��Ʒ*{jg�,�J	dE�@�1���</��"��Gw�U��^,����*iw���=��	�Vcq��K��T*Y��ܖL��iW4b��}�!�
-�X�@�R|��ws�L�*�/]�*2�hD�m��=�J���T�2_;_��¢;��>$Z��@l�N'
[M��l�|n���>開l�XtO9]�=7@���5�t��$���q3q��6<�.]���/�_�4<�etqF��w�b�����ג|]��+
-f5
�m��$Ts�����(L�������i�iMW�EP���-4��ߎ�����f����6.�7�dvF�K���r:;nJ�Nn[�U�c{����Bў�P� {N2��B܎��㮚Ty�_�
���Xj��ђ�����U7:����F�18|��qGJ�����s�E�W�aД��((5�܁��)r�.�Y|7����9�j
-׎��'�G�tM!c*C̭^�d�������޾��=�]jXn���r�a���kh���}!"�L����)2�"j
-�b4�1�w��n��ѹ>�ۖ����*-Ū[�u�������񧜕[��6Ӆ�s]a��5�V�=����*L#^��R���n�����q{�}1R�c3@\l�ah2�B�/�/����ė���~`М���7��<.�ڻ�>�{(x��c���4�5��3͒�b�*���L���m-�ǥՒ�YZ��Շ����i�1Yc�,��7��J��Fd)@�g�7�)K��&�.Q�������,n�]�
-�Agq���6��[ee[�\�s���G#R2S�3[�T�"'r���,��j<hj�Rb�9��g����ƒ�p�u��dLzh"�����^��P�/���Y�'�K��Eb5Z�%�lb;%ZJ�ń[p��<�b�z8=K���*Q���re�Lqw�fӶ���J�Pp"-�0�{E�9��I̙^Ʀ1�Qg���ud�aT\�8�Xxc]ufq�mf�#��U�`�\��5.������F�dC)����.���C�ΩIn��^�&.v��%?��N�gF�����$iRr��6��eYm{<�$������2�W�}�8�csB��Ŗ�{�s�K��HR�|Jץd�e��4� ��Տq�k	
-�6��N���1rr�bN�� ��'�f!ҡ�qM5��!ҧJ�\i��5oޙ�Ao�0��$�O�FU��4�2��F�`�~ޮ[H;F腰Cа���3�t��d;����M�'�ؓ�����QQ�l�PU)}k���{eByXu3�^�KS@G���]ǃ��<%��"��Ko�iC�Q�r�)�s��P�ˇ�!�a�F�w]�.Na�9φ:���g�Vu��Qk�X<���.�@�m���b�^������7�b|�"=�9��g����\��x�H.fߕX}nF���<=W{�6�;m�\��+6�i�!'9[r˨w
-�}�
-w�V����7e�!T~\����8
-+���5��6;#�&���T�]m�����5�h��qj�����Jm�.Ϡ�&B��Ed�f)>�͋���Tr�ɞ֗�h�Zά�kp޾����?�z��5�8�i�?����Pm�����f@K��Kj�S</�]�F��2Wx���?���2S=��n���������\q��z��^�Y�3Zɯ�詙I,��I���3��j�{Y�C�}�khb		��G�?��'���M��2�82����Yk@Z�J �D����?Rs[]�<uQ�����<
�����D
�<-\Om�|U?JxWz�?\^G��<xjU͟�r�6k̑3�R|�s�V{�+�\�:0� 2�K�����T�5���sv��$4!nS��z)w�;]𽋨E��a/�v�����;���f���`��F�=�����:�*�]ynu�A'��I��x��?a��K�5��F�pסA�\B���R�}�6f���l�z*JwJrЇg�B��5VCO�����p<�h
-�y�������BJk�xΞ�Q�y�R4����x_fT�K�V1�T�E��zgѶm���S{55���Vw�/�}��#�Fya}�4bτ�~۽h�M�l�.!��
ʪ�4lX�y��w��e<XZ�ŲQF̗�������!Ϻ�{yPca&aLZ���c�V{����fo��?�e���qD�+�=�&`C������V��J. -��Aȋ�}�s��� d10�߯����|��8��0�3�[�����$F/6�_W�2��gF�v�o�������Z)�쯘���x~�㧩9�R]?��xk��7f����={�?�N�Κ6E��u�UCd��iC����\�L�T:��-v����.�v~e����F�,�ٻ��R;����Ay�����'(%<X�8ϊ`o’���"��Ld}Q&�E���;΁��I����x�7$z���-d�u-�Z�i�)mɋ:/5�R�_����49�*�+qI�q"��>$�/lA]*��<�%,.&*��-Y�j�mLJ�_��:|��:M�I�L+}���.$)��V'�b�j�P�w�d$�g������߂�Ǵ.�4����ږ1qy9Vݐ�X3{6��;�k��Z0K��F@����uAO���%�n� �B�T�jz�I ���"��ź1�l�1&C��g��]a�R-��.�b��°~�X����*��{�6$dԮ/M[�&�ҽ��^�;;^2R�3&�,m;ǧcL�R�C�jۈ��h�c90<��vM'���Bu�l
-l5wj��J���� U�n$�L}¨�2Ư�%��.?.l�+=r���Ս�E<�ܱ�Ŋp��;{=Z�x#�G�R9t��E#��ͺ\ǫ�F˫�a�]� ��LG��jx�G!�9Ρ��>CͿ͋�bi��ci}�]7��Ű&��рn�+�̓@1��yx�~�A�:e���4
(����i�iر̀�q��Z�H�-J�}‭��t��Xy{������dӀ��}
-�P����c6��գ8x�e�C>��!Cgí��F�QDUn7LQ�
-ϰg��g2t��uTs	%L�]ʡ�t8�w��{�.�;������v�?޸��q0�0W����e9�t9��9|p��^A�F�V��ᴷƥ*�j�օ	C��ȱ�l&���!1}2��4c��h�s��r�i�Q��b�d���i�4�LDs�t�9�p�2i�j�=�%E�&��"���a1^�K����ܑ�;����t���/�i�&����8"�����Zgگ���{QWKK���[q����?�����>~�����~������c�֏/?���珿���_~��Ç?>���/�j�/f�_�s`�K���~U��Q�F>���a�|���N'
&����)��a��D� 8#^�P�*Tsj1|��i8hhy�z 
��P����9����pZ� <�����J�X���4�E�UiV߁���*��mV��n4zi��k�k�������EAjc����{5d�‹�O�)�g�h#s��E��fU���2ް�Gb=w2<{fX���\�iqs�b�o�<?@Ad��2{5�F!���H.�MO�L!,�(J���pI��T_5�kW�}S�ʽCQm�g��M�� ����L�a����)a�N���b����C�Ů
-��!Aw�D:O�綱�sY�8"�Ի��,	ְQ�������j��Τb�&�c?���죣��'X��Y����E�J���ceU��wI�Xˮ1������ת&G7�0���ʀ�ĵ���j�w`Q�-�L�x�'u�Af�q���:ni�<���ct֝��>�
-����G�#�0�4�S�7��r��@��K(�Ε��w�d����E�-�Y�􂆬�.�ej��f0�q󔙫�z���<y{[fbW}���b��p6�`��ul��X庢vIo~��Y�����ǎ��<a�HLMs_��Y�Uf�Cq[ű��ҐM񊜫B�9�b�6�<{��s�5.1b�0Zj�x���
-�߶��g�u=���r͐~[f6j<��I(�����X�c%]���J�>{�0��,~�4h�����a�q�L:�)9r<�1,pCa#ͻ-Vʐ�Ob����;�����R��=�?-�q��@U)�-�%����i��Mhb#�@��0;��n��I1��^��ҙi�q�9�h`�Y[�`
-It7Tk��xf( ���bx�el�+�@{|���#tc���mF�܋q�"�#������Gb�����z5�Ĕ�G�X&$�=�WoUW���~�7=�{�ߛM���eS+��O<�X���Μ��#�фѭ�u������%ȴ�轘y]����ϖ<��׭��+��!Z�*���/DZ������gy����C��}:|?�%�=']���NIm�3��~�NX$&���
���l�E�\�^�i�F�K>CK�\�D��]s/&�V�G\�''/5�u��i�{��n���L_��G��dž<�
endstream
endobj
12 0 obj<</Length 28018/Filter[/FlateDecode]>>stream
-H���K�f�
�WP{�I�~���ȏ�G��@��� ��9�n�IO=(����.E����y�V7͗��������fg�\v�n�xeU]&�����ek��k�{��-I�/��ˢ2�m9����^�q���fG5���J��R[��yU���0������d�sZ�60��XƖf{�]V��+<G��a看��~x\w*���'����f�l_Aw��m��B��f@s��(Zr�;�2���t/�,�u�\��Ƃy'^��^{>�]��Y0���w]6/�Gf�?����s��k�֎�j�1�Bd����0��ͣ�I���<خ���c��\��c��Ld\Z�d���]|! ��g}��T�2Dt]�Z<O�e� lN���\d�_��y?��
�&�d����1��'�����9O;/�C��‡��08m��
-6�e��)���qq(�rY,�����K������GAR!�V���mo"��}��#3w��aa����<D�&�N��a�(�lC���^�g,�?�a�_B���
�����3l���^cV�l�kϻ"�Z��Dt(�X����Af/��A�Vk!)�
-\�����=�+��qCp�'�;��.�0J�j�[v�s������Ɠ"�	� "����x�w�͜��~U	7�k6I-�9G���ʚ�w����#��>�� T8.��z��V8ze|Q����{q+�K�)�t��>��Q���,/�)�#y�H��/(���G�f�E�3
-r�
-�vK\�d�	�G�F^`0Ÿq�5�?�2	��;)z�xA2<�^�������4�;�!�`]�J�H͸u?e�L"�Yht� ���{���X6l[��t>�<�
-UM��2$����9x��F'�� ⧙��e5�*Z��Y�ϰy��%���q	�^�^��˨��`�۝�s�Cd�-��9�
-��	��T����0N᧣�!Bq�莢�)p~L�CQp+2dL%�1��ba !�:E&�~܇�o�b�����MŸ�5l��&��AeًQ�1aidʒ�n
�M��+���<�$��M�{(�D5��`�u���-�d�_t�-�ú�1}�Y&T��	���'h;���x'k����iM�g/B&ZVr�����2������a����α~k�n=����@�~bnv�N��-�߭���d�tcA���̻��\m�)�@���3l�e��B���v�������J��0^�HL�Z&�.������j�hؗ�DD3Y��]8��y_��7��^K��,��'ЖHL�3i�S���\���;��<�z�5�%����הqn-�o:_���4B'���!
53(��ž��4e	-�rxF��o�$Q��ФBܣy�Ǽ�N!����6r�<�
-x�t(�x+�ɚ��li�D4z��m���bS�čo��oݺ�h���nå�hM�*!�$mMZ�I�P�3�>ܥ�fSc�+�/�`����<��晄5�>��نQ�`(LB�QB�pvn�L��Q��W_���~���/?������
-����W���O?����o�������o�|��K�|�3�oB�����{�s?4��*/�~p&
�ә�4p�#���vΣ�Ⱦ˞a�K
!�N��&+�IH��Ev!k|��*�)��v����E(ALw����d����,C�N�^ғ)Yz���zLh'�83��Y�����|񋐆�f�$�n����˂�N�^�iy��
-�,��R���3���㖍j's$}�'��eȲ����0�It��A��y�U��<���\�E�^��ɳ5)�-�i�288;IW����"���	����a!#�J�>աg�(�;I����#\)h��L@
9���-�%?�?*!���QJ�*X�l@�g��"^�D��};��%��L�p
�P/wtOk�*��aNpηT�n'ڡ��������=fX��C���X�����a�\�ή��݆�L�<˯�@Ѹ��0I��qWNK�����܀.�I�v��x-�p���t�Nm��Sd�H�ܕ}�`9��i�,Fg�
-����#ಖ
�= �]�vb��.(W�X�K��di_�C�ێ��9�Kת�ԃ����:gp���%>��|�'E�խ��t�'E��/><KlL+ [�?��?(4�f�.Ux�e���@A�ö��XY�`��(ʠ20�Ns���<��j�,�>���Ņ�5�9T.�!��n��c�^�L��$������.օyؙ!�.���ޝ�>Z\�����Xc�rf2�u�yf�n��2fǵ��c�Mm�gM�z�{]� ��a�����0E\��Qϰ�/¨�%�S,�;� �q�S���t�i�,��5�Au�{�픛���4��-]zٱ3]��D��c:Xs��Kud�a��4��|�ӘNlj���b���r���8��
-��?1 �53=O;�䐑��C``0�T�����9W��: .Q��W?�����k��Y���a1�z`M�dS
=�ꞎ.F�KfF��	x�4��ò�r�깑'O��FX,�h������z}�UjW���i��u]E���ܢv�}1xg ����D֚�eq�؛�tD"_�;j�"����q�n���T�Ξ��lgW|��5<FU�P��ЁR^��5�欢
��f.?�Ft�X�:���� ͪ.
��1��Koc��������NB�YrɠA�G+�-e��Z
k�PLd�<�J��Z/�YZ��)|�H&`0l��[U�4�O
�]+����e]L^���)�2g�gZ�BF<���[��kM�;5�^Q���'�DĒ�6�E#�����i<�7$�g�dS�[�I�U���ܬ���|�T憊ͥ''�,M?G霩)�R�ҥn]۷e�'5W��Z��Ik��u��TSԟvSeu
`��2���i�RH���Z��R>���@g�s�.�/�Ժz�S�r�s�ź���
���� �47��x��zuH�N7����;g�|R���$g�]R�"Ew��~����]�S;��$��%!�,ʦ�d~�7�9v�1�C��5��:[ ,�M�m��H�����)���jE�LS/Ak�l$�.(�B�G$�4�a��sҜ���f�	*m����I�m�JD���^�W�EV��U���[:[�K���
-OJ"�{�'�%1��0�<�a�ݥ���K{��{�O{ƒ ����X!F����r�T3=���)�X�I��he팴������1,+Mn���N������}]�*�X�� �5����B䯹蝱#���R�1�H5̈́�����B1<�vZ���T�k���r��ۃ��%
-��S�Q�3��ξX��ѹ�B�i��۽�gp�:r�$�Z{��y���{����hL3�0�]Xߣ_,y����	��u�����I�2s���P+��^��!R��W�|$�ȈHǎ���-ʫ?+�
��� ��1�2GX�4���X���<�h��l�o�2���H�b���`h��v�%�N��z�l:.���E�ޖ7�n�?��;jxI�n�D�T	���b�)�����7���&��]v$�6�D:�*�3��7�GȘdL0w$q���ǴXr�KP�8j����St$-��{���%U)4:���p�)�{P��c�ٸ�J���K/�{����e\y
�6�-ޝ[b�ʴ1�BN���n���8��S�̕�B�o*��0C{�2p�6R����
g�Q]+�-��;��qK�~�o{�VsT�V���a�^����Sy;�6�X*�ʂ���y�F�N�ӷ�WC����[,P?��y�,F���ݔs9��T+����r�����I�#����`w�z�/�jB��TWI�^?K~Mv�у;E���U�����D����?+%ڎ�-�"�o��&�ňNj��p�"������j2�!������7i?hj��>E'��Zum�0��#��`|��)%p#���h+��R����.�����B	m~���A���ӱiV%�H%r�ʻH-R�j�y7G�A��ҩ����Nq
-����!i�/A!��m��9��*E�[��&��)G�uX�<4E0__���4�V��S)���P��/��/�ygjT�#���Y8����%�0�J�����灓O�#�Qz��C�69���B�-�R��0#C���}t�+6u�կ9
-�Db�n�Z-�Z{����i:�k�@f�����ZbQ=[�ՠ��kl 'D�!�Φr�0&��e^��c�#��@cp�=Q+IIA�^YB�'�æ���R�oN�T�7����BXY
-
-X2��>#�9��*_���΋����ilԒ�����J�Q+�Œ�͋���I#�n�W�C3�\=?�uY�w����2�R��R���/V����⹤2ia7{bb��ߍR����	\��]*��dףBѳ�Ju��rD��Ť��npi<���Ƭ�33��
-��4Յ�XE
-Fv��`H�I�A�.i�y*����,���^�5�}+tP���b>����*�B��	FC��JԼ5�i���J�eӁ�Mʧ��2�N���X�ny��0�F2ӻʽ�7u'.i�d�QL�+3N��o6��߱N���q����bX�B��螎@i���b—�-�}��8�+�
-�F���s��e�e���V�R<�a�+S���Z����J�)���C��1|�qxG5��N�lh�wU
j�I�R�#�oP@I�����;��ɏf��B`C*T��7p(���]t�����O����Ӈ_���_��H����}}��O?���7?���������_?��O�}����?涸E��U��g#����Z�{�O׃�UH�4ҡK���b�&���F흋��Z�E=�b��nlʋ���;�0VӠ	�*��泶�IW�P�H鸻C�$6�4�܏!�8�X�>Wjg?��M�	+e?��(����'�0����]&߸�%B�=7a8/��Q�^�`z������˻���}�1@��K��e����9�d�?�\���Av.�h�]���7�m�7��-oY�����
�f?�Vڝ?`��}�x���Gs}U1��K������;��h�'�G��m���,/
�c�tH��.�w���a쳍������	���W_e0Hw��l��g^��"tc�G��=ZՂ�z>�[4'Ԟ�jc�}-����t�H�u�)�a�g���.ґ� �*ں�Sx#e�bA���
��V��2��j��������:?SК�]7��W�"���fz��AN�j���J_�b.��d�?��\W���O�w��	0��z;�*��(���U��+�tȀ�Ϻ3gfz����(�e���pW�&�YSM��r�ę����據�K���t���%���2�����7����h�Wd�T�2Ģ�ż]֡�;�^�l�){v/6S��/�2mZ�RI,��2�.�3���K���;km0��	,dh��g�u1_Tؼ��,@s];�K���敏z���%�X;����2J� ��B�M�����&�.�tN�n�֌)�?;)��?��?�ja�D�/J�h��z��P����g�u��S��=c��0D����뒋;Ur��5��O�.�V���x��ma�-o�9e;���N��f_Nl�y;�dK�À�r���ؾ�����u�0�c��b��8n�jl_n.�����f�6`�j=���Z1�/i�X�+�ȉ ��%����vLb��
�Q�# �I,�E?���D%��;�,	��i�qE��O��RK�þj�R��g���-��l���:8ln�F���{�9�?׳ݹ��N� YV��@L���%W���X]�b�\�gsǫ֪!��!��y\�C�>�I�*�iz�ft�6�=�#����$4j��3;��wf\,�r��/��+�O��?t��`6g٨�{E�W�l@Ы������q[�*N��6n�n)Ja�$c�eۃ����O���b}��L	�������XϽ4�.�а��[kA�!��=�!L�hA[rVy�'��hI�����z�%���p�a/v��?zI�c$�UhX/	��l���!}�B��V]�a��S2h�b٦�H;�3�E�Q�J|`=�XџE0���/�Xh�šfK6r��ե.��ᄶI�չBN}%RW�W����;���Gӱ��!e��jQ�x͐��G*�۫Z*�*���G4��51�/xO:���Q��Ǵ�}ƹO��C_�#�\��23��HJR�Ԑ��HhTՊF8�r^θD*v�Y_����rSt�nC�Pa��ӑE�8�1�!fH ,Н�����p\�����z 
.���{�Ю�����9����mG��h��!��޴vո�2�� `�ƽik:St<��'"/w����h�I6@$�^"��F���*�#��-ʻ��eõQ�ݖx����VB�;�j��	
�����	Y�
-�V[��Pc����oJ�H�L�b�C����R�1W�_J�e��R
-yWA�{��I��=ǜ������f�$��j��S �H���>���D�+mJt��;����A������S�G޿�l�˿�������w����/����o@���o_���������o~���w�����}�EK�}�+��?O\�9��R���<��=##~L���Ui���6Y�>B�����]u Q*�*��˵�'T3�ly�ƛȡ�e�H�)&q'����tL�������ZAQ��=�+\�) jpQ�ۇ�"���H9b6��4�_�=��tu�$eq�xJ�*5��K�f�\P�g�2?4��)fi����z]��"�v�e|�'d�9C�<���wVI25K����R��[�y�n��',y�2�)����g�1�cM��)
-o�G��8B�9t|#1T��r�]��U����tT'���
-�qKn�5��ꠘD�s����)GW�=�*�b,���OӋo�6�M��T"
-Eb�"<�l!54!�*Q�m�9e]�إ�5��6(���ʙ���%$4�(��zkiᡫ�)�ik��|[ ��`���6y��1��bʟ�n
�3�H�H��I�ߖ�żԋZ�9jOP�)GD�z�e:�$��I��W<!��>k�j!ѳNX��c��C�W��<*�H�o/�g[�T�o/���g�J�����~}�u�@�
-�OՊ3�N�#�0M�IXQ�/+��T;����D�;��t#P֥�;TagD�$75Vz=�R�c��,a?�8�|��܃�誑tX��q��F��6��q��<{�4M���������v�����D?_�汔��w1�ʙ��B��!��S�W�bR|�}�A�0�s�*j��On,�zD?}���'R��=��Ĺ2���#��ï��SZ�O�w��(�g�r��Z�A�*��2��6��8����H�6vZ*i�q�4N�{���<���5��h�y�- �c��Y.�Z���Yx�֘���F������x�k9�Ջx�:�Z�WSHsC�䈟�?�
-th���`~,�Dz�.
-�*q
-�ِ�J�����,����W�ю�]r��R�����ԩ���{{�.�Rt4X ��|.�8���GU}M�yf6"�M�P�MT���=�5�������~��"�R�فb�}���%�H�H�-�ѫj@V�ß�'��f�*�6\�-.6d��K���@jjfO���!��,k����t]G��G"aZ���jU)%�,�Zuyw1VvBmK�Q��I��Wl��N���j���2-'0���}-�z��G���\z��B@<�R�{���Ω�b�r��Z�@S�4]T��f�c�|����0�InD�ʹ'�J�ٛ�#�[OB�nhE\ȥ-(#	��!^uL�͆n�*�r��o���SmB�ȬeД���H9��
-�	��� ��6�"�!S�U�Lۺ#��.6ӚY�|��$*}�F��]2����,�W��Ki�u|��i�'�o���S��Qg�2(!��(@��MP��S��M��]%Ië��ICJU	Y�Y��.0�2�
�8WEP�_6�WR �6gK1��4�eEpB��2��%,/k;��$y�.r�R��W��z�c�#9t������I�ڬ���ݹ��1���2���GI$ .�A�`�
fN�P��>�~��^��m �u.�v!Db�_��B3�lG,D�X��b��b�����T;�Ԑ�0��؆��&S͋��J��f_l��.��z�y��C��>z04�{� g� ��0H�`��o]NK�A���/vjVG���+�86�!�?�w�g-%P�j�+1�������%>tY|�����;>Z���놏��y�g��ѹlʓ��B{g��f��Z�֣�b-�r�{���>;��w���ZnK��e�$������T����f����̨u��3'��_����)�>gM�.6#�]7J �������}K/���.�Ͽ�2B!������+����.R<:����u��y�����?
-��C�;\\�lTR6`�?u�kUE�m�@U���)��E�Q	��J#�^M�b�g���I�C��BTiN�z�F*�O��ke'6h�?:ԦF��)�&o�����3�yt1GLL�np�Ө��CN�O��(;��9�D����]�b�J�(f�c)ic���B0F�gx)��'GC
%��Z�c�I5��
������$�K+ɾ8����ϊ'�J�H&ZB�?�,.rMN͒��ps��ց�H��O��p��Z%j,��6.���i�M���1�����{��8D���b���eq�g��ګ������y��?�0�����"n�0��k4И���C_u/M�:l������\��1���Nz�\�΄�r�*nIT��w�t��$�̛.����)ޠQ׸�r�9z��Û����-�q��TK�%���Jw�i<�U�#����(��룈|�ɮh���J�����=Mr�������d)vz��@��?י�[y�e1���
���>_O	v���ؒs]��F����N ����&��\��2����
-'�T��&,
��Z���ݞ���᳨#��Ȉ����75v���Z����(��{o��H&>7;h�3Eٷ]ayf�O�Mh�$���^������wU��^�g��<�Dct�����I���e��Q��x'�~����!�Y��W?�˥	#���5���y!o��F(W=�^���b�Me{M�o҅{*pm�
-_,��bZ�ZU�R�p�g$,��qxՙ�&OQQU"���'����¶t��%ȃd댈�#�����05��z�j�љ�j���j�>G;sdM`z;�����"]�)��i�qY�_л�mS�������s9%��s#a,ݖA)i���
-r��7�p5û���C��Rf;�I� l�j)���'��1@o
-����ś����k��S>��s�-�EJ��L�䒚�-��"�@�*�YK.&G�6ˋ���U�֋��ʊ�K��ܠ�z�@�…nPm*��_l�|�\n^�WM,�v1��V����K��/e+M~��w���d�iƨz��֫�������y�j�o��4������Xkリ��o���:R�[�ɋ�t7�۳}X[WO�n^��=��~-���*�}�ѯ�)߆� ����vWn0��W���1�(+�E���9iԤ���?��M�	N�A��҇��/���D=�Jl�i���`�K���Ȣ���x�������O�6"O����Lv��\H���3��i@�z_z�zn�"�ŸP�g_md���O��y��_jY�5o��Fi^3�&�N���*��������o<��M9�Gz��s���4��H�¡��n���F���vr_٩��ˑ
-.�@��܆�f��'���6�e�@+�:�)[Of�f�u�'��Dk�[��l�o�Ѱ՝�/��F�r���d���'A��e�*H�� ��:�S!�ӹT�_�LY�qM/k7{��8��܆����F��|$'�U���r��Z.T�x����k�N�3~:���%2����ܹ-��&o�y�lc�=���]"�T1z���)J���DX<��}�W�)��|��)?�%�������*V���[(c���^��5���.��SCYvU�
-���A��F��V��{�?�M�t#ϩZ5�eR4i_��c��s'Z��G��6RC�Ǣ���K5Q��X�{�����Xٷ����=K$W��зʵ�L�D'�����p� �ڎcvϽC����}�]�ˏ��RC�S��n�q=�qG��4�L�VYg���!�}��5�����xr!����k����d��u�7'}!�c���0��ί%OeW;�8)�HWA	dbR��]�D�	�h�\����S����s��\4q,�V�^�Ȭ8�i��wZ����,��{�KΛR����~����S���{FI�:=�EB9 4�B���k�U&��ažl2����%�:&�ޫ>���D�����v�ݞ�c�Y�e��+�7�0�����ru� �	�Ku�z�9Ѫ;!���m�섹ڎ|9o�����2��}�n��1F)ˍ0`�]�~|]���Rr����&�G���訏��=�Z�K���R���u���C������no6F�q1X�2�^g�y�<Ī�X�2"���l�v�V�T�����?���Ǣ�H[�e�}N�,Ѩ$U?�ڊ~8-���*��զ
-�-t��3�3c޿S���:��D:"������ǂMNеe�S��X�.놪����Hjeܺve��L��w\�!��P�;s(Y���0F�#�}�����9>s�}l�Y�c�����4���&�?��4����}�&7��
-ad�sx�Ac3
�����|�a4�>��Ջ1��u�k��r���$9���=�x�?��=#����`P�b�uq�h�x��`�̪�]aÃ��Eh���G�/�/�er]�
D��Ï�����������{��^�i	"A�������0�T��$j�Y�4�^/���]��������-��#ąH�0��!l'e<;�}ha��{�2p���#�Õ�5�����r�y�]�4��oO1X�Z2�u|�̆��sġ;�PF���X������xR�1vɠ�1ІA]� M�}�zݙ=�t��+��>!N'��g^�ȇw0-������F\I�u��"C�C�;:0�3ƺ3o�x��SG�׹Y�a�����>���Omo��v*).g,�+E��On�W� ��d	�����~�
-n��ɚ]��
-������>�8FW/���F���?C��W[�ec�[�N]�=%=ѼWx�]1'���[�^~~Oe�2ɢYz���^����̔`���0���n%���-Uꛇ%1l|��nlYMjg���
-�zw�� ���5;}�u�{bg��ras�vC�ׂ����5�+����鬑)�����l�M�?:���)�w�g�gڔ����r��8e����AJ�&V� �%(]gÖ�/�)3���s���[�{�-���By�!<�n��q<A�b���6�X��Kf��L[�f*�ީ��J~��f�^3�*���wA�"���QD�h�=/�.��!,o���
-7�RK&��&����vR����%1��ck8�
r^1K�n��)�{䭦�8Wr�O�ϝ��->UL�	�Vw�Tq1R��4%�5������D(�~�vW暪��n`�P���K�i)2���P�6�sͥ�@�j��JC5)VM1�t)j��S?k��i�*	��A�U}�T�������А5����/*;�'��۬���NB�:m��& ���;�������m8�
-�7�O�al��x
+xƅC�ykN��Z\V55��bN�=��;�5gޫר�"qR}۷�-+��}G~��*6�%IFU "�둝'�y�����"h�)�H�X�#9.�!��7�NPp^K�3"���گ�4���F�Ta��Dy��N���|LP͘��"Į�8��;:U����h�e�Md�Y��
-�;�(���T��P�T0F�9'F�€�0'�Xe`z�"��u��8��fx)0�ט!���k;3!G�>�?kh.���0T�c�R�#E�S#��FF�u=t�����ʕX�z��tݵ�!�j~�I��]������źqϯA�!�<�L4n>�Zmz(wֻb��=h����f8����q��h���z���DJV���d
-捬�<|r˨�7`��c7ؗ��2��Pd���xp���)��ý�X�4s��Ui�a��A�]Vp�A��v��
zV����Gw�L+��t�ho�S#�UaY��C
-[6��}��g-�y�''������5튟��D‰����57��.�LBl�CN�/Z�	`U�z<&�Krh �LE��NEܚ$�_,>?��(.|W�k��S땽�g�I�e��\O�9���8�=!��
����W)�|�/C�;OP�{>���ّ[v���)i�S�n���|�С�Ht��W�b��+5�8����!�Y]����g�N�������=t�]��a^��Tc��jX�v�?�^W�Op������Cn�0��A���t6Τ��Σ��w=�O�g7�_w��]���MM/�g�߿�5qq��kְ<4��]M;w���e�{����~�,d�*��G�'&�+�{�f�d)�S�LM��V}Z<!�yھ�۸�5��d�ד��G�)/��"�xb��^K�/���n�C=�\I�͎�;����˪�0�`-鱙x�W�Ԏg���&9�|Yݗr��[p_�X�����(Ɵ�k�}��9�25ap�zZ��������RN���w�{���+?L��8r=�:��ǗG�5�<�J?�i1=�uF��>�GW��*�q>�#\Sh����RH�#CF�v�X\,ɇv���
-�C:�{NL������5�Eҕ�e)�����֥�[�2�b�)`{0N�"g��i�ܦh������?�}jt>D�����My�֠��}2��߯�R�5Oeп����?���ԖӸL��0^c������hf0�.}�����S^7�F[� @�nR4jsf�Y���8;�T�U���b�uWz��)�u�
7�T�Ĵ��e�$�"+vy���-%�)l��G�p�"����~��J��rg�i���"A�綔ܪ���4S�p��e�ןZ6�W�]�����E�.üWR��J�7}Ep�]F��#�;���[���C�W�ɴ����a�?pQ���݌l�aΏ����4�z��W�UC��$׊bT��{;�j�{1�����F&���@7�#��Z#�͊-�y�{�n��u���Ii��3n.��s��g�of���|'�I��$���&]=��m�����=}���.�'*K����V�H�`{����6[�w:�6,�^^����&�ixP>�c
-[׉�Ʈ���߳�&�h��^'��6�-Hc.�<�6�h��zKX�3��Y%f�*�h	�)L�ナ2L3�3���K�^m��#�n\��c(��r��k�[�;=@�_l=Ν�[��7?���T����L����`k(=�lT��ߵ�]���C�jn��ޟ�ߪ;	tIK��&DȐ/2��7�r����]����D�zu�`�U�<��yc�e��\:0�6M�P'�%�p�Hr	��џd�X)�p�i��B���-:o�5Ȍ+�P�������癕u���.�ҟB�x��,K�-+��{ב�I�V��@}$� �s<�.hWm�.=�K�Sv�c*sZ�q�2�;4��Hk��}p����]�)Q�yC.�$w������t�C0�va�����.�#;r+�ZP>��XKKz����V�\�f�6���Ho�Ø��.)Xw�7���L3[���Y�*
�r6ݲZ�?f�+Z��ʈ+��#�sV���G	K���3��Ck7븳���v�MN�=�A/������W[X9�� ^��/���0^d���uB�4������@�|Ņd�"@�����K�G�Dަ�/�x|�	�]�{��<{+��Ť�GtR{U����wꋳdsŃ�ܾ���?�����)�@���90X��P��gÐ��v8h�&�c�bK��P��U>c��.D�X
-F�^����;�QKB��GM��.�u�r��Z��H����Jx`�y���r\Mc� _�ۏZcFf�St:5^.b���I&R�����b3�z��[�`d�+��3˅�ݔ;D[^ܲ�I��[��n�T��Y���)S�on���� y�i�l�����<����-6
-��/=�F4G|�R3Ԏ*o�����L�ߥ�~2�ۘ�����y\@ºe|��tw# H�O�a��iZ��GS	[�c[=C�{�~�������̝���.��Z�-������v����>���j�Q�[���o�ok*&��%�0��#p��Ѣ��}�jg�nĩ=w
M´	E��{\W��3�5�>�&Ny!�
G�s��v�I�Yɬ8���I3	ex�s5x��v���M�q�){/�B`<w��H[�9��|Rq;�������@]Lj�I�����0f������PJ5��8S*2r��#�N��*r���K�㜫)��NMhb���s{ǩ��N8��]z��Y����c����F|��D�C���?m�fJ�\�d6C_i��)�%3n�<�&:��)�||A�JN%�|��\�Cs��(m��2.�ٻ:��t�=��*p����&lN/�E�Om��U���Xx\�\��C�W�T���q����U�2��//Hu�,t���nC2t��R��?�
X軂Hy���m��6f���ta����ԍط��u����w��|�~	�-Rw��Y�%@�4t��;e�?t�X�TsIu��w`ġr��;��-?2����r�����S�}s��x�]��=s@.j��ѭNg��Iyu�-�~��d�Z�.���6*�
�d4�����aF��s��v��Q�S9A�D���~gs�$�MB��>����:�bn�\�jm��{:��E��t���X�;Q:���Ȱ,uyQ�9PD)OZ�+E@R`oKD�ME)L4�@���R�����8�ru��c�A�;RQg-��M&A0aT�@�P�*CT�T�'���h�6��P���v55L2lKE�1��p�1j�%���f&;Ȁ���Yt]�T��AW�tý\��hR*B��p5�+�D)���~m�U���ݸ�|ڈ��i[��+v]�4gό�ز�
_������}핲��6���ҁ�[6Zo��|e�^�'��4'a��)�z�:ޚ��"�ܜa2�m������z�����e��/�+���=�L��ꡣ�ar��"w����a��C@��Ħ~kE�
II/�?�'�x�+����:ֻDZ��)���!0�f�5m�Pu7&�^u��*�7ˆ>CE�v�%�Q��|���֚���(�'fѡ�"ܡ�,i#jO��8Ϣ��jHF۱�̩�����M9_���\�<ڠ����?]Wx���>�l��y�]��ڶ�U�Kd8`�����2��H�u��g�q���3�\��B����iiB����8W{��W��L��=�s���4oe����}���������4�B`�9k}��"�n������F�aD�-�3�
-Y��k��ؗ�&
����E$�vF�N�mf�Cj~@���ϝ��-k��A�߮9h�e�()�<�ꦓC���I�,�`HzC��ke���U�;bW���4�W�BUfQ�5v�
-�">UK����^����*F®2|{����V�G\�__���	�p��1%�.�AG�&�A�w-
-	��E=>
-�1UԭZI�K0k��j�ʢ4
- ������aFv�=��%F��P���^$��:^��o#�.�w��TF_�f��E��"�v�
-
8�U�d���|�^��WK<5��]7Ǘ��h\�����kdeoK1ĒS�j�RI�UZ�@�8#���?��"�"m���bG$W���7��>���;iʛV���d�c��	�R��X\*�gw����|l/�Fp����XѴ�ٮZw��g���i�s���9��rn��U÷�V�����5>�<�4t�u��Q�-�q5��T��g�B ��l]*�q	>hb��@��`�q:��KS��h�G}%���5�Et~W��Gf�r�uڥ�>
�	�!�f�gh.���X�$��Ơ�6�'B��N�@�D����1�4b����K�7�K2o�+0���۸�h0�b	e`�?�ӓx0�%e;���Ĭ�����2�|���bՈum��ĺ�k�	'��;���.ԫ-�͚�f��Ix]}�c���O�/G���N^���&Ro�
1j��f�}:���˴��
�R��5���#;�n���v��,pe���H� �RA��9Wg�4K��ڄ?0%�������k
�,������ A�r�\�.���ϓl�^��x������	n�M���=��"���ÑB��/�� ��0w^� `���ӚF�6��<~p�rN%�/^��{��ղ�(<H���^$�Z'�zox�F��^�.�/i!\O6��3GPy�1��eC���{,�Rv�A�5]�	ow���%@�#F�gy'-�
-�ƨBO�:���`����X���/�
���&����ws=4yc�RcGmqc5��I���z��,
-%c�U$�`۞o�>�#s�Q���{>�~K7e�T*��h���Q�XI�6�\�H�`�z��=���].9�G=Aߡ6H@��#���R+��1aM��B��3�Ȫ�j-hXedFx��6ڧT�i��E�(�����ƨ=v:#���[��{p����o6���$�g���r������c�M�;e�TB����gS$}��+��y=�����4:]�cju�.��L����◖�,%_��9~�e�nS}-"n:>�T^�LzOL��҆��dչ���Ͳ�"�@��G.��v�礴���6�.�EF���%�/1EY�A�{];���y+�)�M
?c���L�zl��IJ�
-��rz���n�_��1����c24��a�qW>ȶ�P�	�H��(�i*-�óڌsX�7WXqY�E���꧸�?I���s��gF!(~����SƂ�뜲k]�J�7�̶��Qtk�>gQ��Dis8�n�Lp=��5��)ʖ�b���%�̐,9�S�������|�ا��.��K��m��U����
-mC�b&��J���&-�(��qzS���ɂ��"?�/�(�f�;U.��7���� XL�vQV��}�hѝ����~��ډ��n�׼�8����f�g����d�$F�^t����Ƭ�<z���A:Y?5�Pĵ3`_a����4vP�����55�����B"�`�o����6m��h�T� M���ց���	k��(�{����4��ԯ����n�-�+��rv\>�PQ���������{����~[Lʼn�7�<0T�߳�ʩ/����}i�z0Z!�4�ym.����e������&����j���@�����$�6]va��glձ/�W������!��	�ﮅ�
V���X�*�;�e�glH�������v��>�F��g,+�=a�~���À?c��s�Zs�g�y���2P�|Ǝ}z�9��-=�5�|g�e�ﯶ���V���
-\��SK�5���'���hQ��{{G+c�r�����:�q�X��z.��a�(숑�ۦO�c����!Xm�1��iqJ;��U���/U�w֐�M+��0D�,����k���"l}~���G&"UBO��mi��5��jE�6�.�"��+r ��CIm�iQ9ځ�I���&���xn̎�gUy���Z��OUN���#�&�Z���i7��J�A=e^��F�~f�gX'��g��MP�)H��񦥌95���,y�M�MW��~�MR�(�V;);���1
-���Tyy������)䢑�,�Jⱒ��N>֖�1��&�1�.0�]H�ܓ8{U�����\K�?��o养�
��!�ɭ�'��t,�Zi��5c��`���'3��o�Y.��[=X������6Ҵ�x��m���`�a����)�"?�E���$=�G��5���Az1b�`E�Ӕ>B�	K��XRo�,�t�J�a���r^�s�!-�ְS�St��� ��̼j&w#ޝ��I�;<C��r��C
-��*�}+d[�%#jٱG�=:H�z�ɺ�������2�5��W�h#Y�kx@��G��R��i矩I����8v!2z��0jW�Q��R�yI�����ә��
Ea���$C�y\��J�u�C�M)����O�U��Y,	���{ $��G&��K4�yQoJ�^�x�m��2މ"����/UOc�8Z�&�tB�T������� ��J���tݒ&�%��0�%�����9hj���jh��kr�̙���p�TH�m:1NR��ƫ��iFɋ��T�&e�:��tܠ��t��0F8���.o��Na���]\��9V��(�V7���u�=C֢ܺ4��=��2���T��:�F��ѐ��./�Q$i�j��V1z5�|�4!A���Y�
-UwDۤ�j~��Q���N\P9��n�cT5[���=��+��w��f@u9�+�v���s�B2FKo����R�58�頭�|Rbd����Աnh!Uz�������닻��b��j��K�t��%��a�T%��(�4w���3������z��Dq�5���מq���e�w1��R�I�&>{}�����j�mH�Y�ζ,Z[�g����^�4�_k�k�*�C]Н�������odC�G�pa���#`���N��]&�L^�N��|:�1��/���!�;{w�˒1��"���+M"��
-��b'��sLҎ����4����S�̡v��b��z���?0�eE�\"��Y��,a�����kv�"f1�V�v`�F
-�����Y6�
-�]�8���M�Bac6cM�0�1�C�ʟL�`��[J�崼�-��Cg���kՆ"N���|�mTc�J�YYe��J=���Bfz�m�Q��V[%.TAL�2b�Z�A�&�X��ΰ��P�?;G���go�v�1o��^)�� �.�l�SڨG���o-��*�J�1Z�>�<���ha'�.Op
-%nš���evMFz'��d��0���&��i-ש�/.���U	���$�����Ob�������}����_����o���
��/d������������s��_~��������7=����<�w�^����!�G^�|�~0>?Ч9���|g���|#�(�����������4���X��A�c�T�n��ޚ�N�Ѹ�"�e��6ddZʜ��	�ֈ��O�3�׀�9}`(I6������aK�5��$��=�C�������ƁㄵQ��V��I����*XʮVU�VĆ������n'�iШ��bv3�
��&MF`Z��`t�����������D�!�7�ur.A�Z�s��,c�c���"�$W�����+�0�nxr�U��m�e�y]��Qo#��EJ4>���V�.g%̓Aо��۫d�:c!�.wu��^���C�td<�|R+1�%��t��c�L�3GbA������}u*��u��{f|�eX�_	>���������R)�P�J�JI�zK�_e�;L�I��-l��4���Z��S����\��Ϟ�݌�@���fe��e�Z�h�]��'�2�<�����hݭ1N��F2bS)X�;�w�-�	�gu��o������8�8�<�Y�R��1�����/�0�--s<���H~(P^�������;F�-&j��s�L�I20���V�a3�i�C�&O^�o��A`*�
-l�OAno�V���M��Ls#"<�-�T���pD2D��Q���e�#�4;E}+2T�R��k��=�&��m���N�[��f���&y��@
[I*�OK��V5k\�����P����Z��4:�*ע51kj�J�6�|�c�Lk��}�����?ͫ1eKh�A�.v�j�����j�wj+@m�=m�.��E��(wujI��Yd�]'�v�ʫ:����0�V�%�5��:U���Ո�����O�-��9=��ZCL]5�Ǖ���;��h@���%�yX�^�<���x��ϓ��[R+��FiE����b^X�J�Zr��t]��+*>Rσ�s�N�Ja<�2zS�01/���IN��pd�+�~M)�ߙ�8p��…:�b�ИY����V-��.H%N�'_����H �(�P�Ƕ�$��Y�%��/CÇu
H�f��.'�TNwtm�s\I^l[�9�^2��]sM۳Z�^r>z���u��rNf�ǐ����ȕ���E,��i��[�v�F�P����fD?�~M	#|H4f�ʼ�S��u���������t�Z���h���g��Yf]	(ޒ �~�����q2��4�"f��M?ղ�E�Z����e��Hɯ�,��`�&��s��՜L��w~���f�vJ�-�B�W��oIxռ�>�TUCKYI�Ne\�Q7�{�v�u��wX�Z�Id�U�|����*+����9�!y=���W_�S�d�y�����B.P�9U�*�j�[���t7�3�K�-G͒�kJ{�?���9	�(����p+ �p?���L����&����	�kJ�ӄ��4�~��4MD'�FWة��9-�U��:���pmMGm�+��պ��8�3ު�!A�oϒ�A㯇ߺ~��q�9Y$��0��9������~���
-H�Zy2�'�+;J�x?��9IU�Ҕ�!_932b"Cg~j����mZ�o�l,��3�:� ,`o�Q�S�釸ED�r�#�&x�P]iU�>�-������]�a#ڑ�}� ��`�~G��zOK��LI�˖�2�4:c	�mW
-8J�y/���idf
I�uI�e����SU~�DO+�鮕�R��
�r�~%&�|L����G��SK���	���%��	Ԫ�����q%�j��ƾ�/)�������x?E�g�����in�m�WrRQ
�4BE��Yu҄�U���+
݊���W1wH���L­�����sf�0¶��:u�̀4ޫWO�2�Ίk�J�+�S'�+H;�>ƙW:��{Ԥ$L���ϒ�Dj{�\g��U���4��EW�{���<�jJ{u?uZ�Y5l��K-�J"Y�L�W1G���y�sT�-��R�|��R.��%٠R:��M�%���X'����R�U�;ϴ*��U�?�*�F��r�]��g��!��D
-�_a�G苿�AQб)w�v6�����f�S\k�,�#�c��]��o?
�뷒�Ѫ1V#�x�b_|mYV�zM�E&$ ��P�q�%5K=�#9�xF�;'��۾<�ث+|�� 
-�$�YZu���Y����θ�|t�H��R9�@��:;4�iEio]o̜�gV�6���^�`���<B���ٰ@�g��13'P@�c7)ó!�3?�´}�0bd��_y	���c)�M�*=�+$&yN��ĖA3L���)Ddv�>,H+
--k%�|���>�]��3�4����|~�*�������,�x��&<o9�p����@���:�(;�-{dC��ֻ�~>�&j;%�Jfm>'.�|f�jSAF�o�RU�<^T�"/��;���>
-##����Us�xX��
�״�̧�
q�؎Q�(��QÍ%����C/�����5����ƄUU���#@����́	�M���z{��`;�J��ː��J.�A9Gb�p���%2!_�Y4�(�ŕb�G\g�J��<�ؕ�ԩ3ì_	�Hj�ᕈ?O�/$��q���)
-`�y�_,���g3H�N��,�~��}b�Y@�	���%Ϳ�ghFm�E�i��ef���:�j0��t6�'ui@�� �@�����d�b-H����+���ۇ�(<�>�Dc��%�V�>�a�>�	���$��x&�Rj.����G�P�D(�yu��2@�Hr��*)x1�@�٦qdK���}t8f����ٜ������^����?d]ӊq��^���� �b8�9Ҭ{U�U'�lP=Ql��꨺���{]���k��T����U�桏�ٳ0�(���3G4}t댋��*C� ��ّBnE��0�|�X���*iD��X��-x�Bd��}LlV�=tބ-K��J�RFx��h:I-�V�}�_���W���4�>c�:�'5�����9��<�z�>�h�{�P2X�V�Ä��󨤞�@�y2�l�>�
�H�JFY�2���,�t*H�3�p�����Hѧh��JƗ#c�O�^{iY�����k���d�����q_����qW�.�2/��G!P�E\��?+�]�k�.]��dh�7�=_�H�w�])t���댒P���s �)�k9�5`�1�~�T7,��܅V�`*�~�`�LI��X/w$;n$��@{�
4��l����ܿ�s2Q��1�ԗ(<��y?7�ƥ��=�&����!�͈Be��R�h�)&�������H���.���f�-f�I�x��Oh�o�^��[•ᷠyçba�K���"��7��"�Q�`�+��Ɲp��>��E�e�T4U,����JAI��a�������kՓ�"t;�H�1����ap�a���Z�}(�Շk�I���
-`ZG�a���5��Q]�iz��-���C��%n*���@e'6%�7����Y�i@�rU��a��L�>ⴈRwf8z�KN-BX�h�[?`8;dq(��g��o��y~���0�vS3�l�/54B���L3ó�
G�����ep��j�=�gg��N�p
�Փ�!N��)����ѭ*f4�"�_�-�`���o<m��7��;Hϯ�O
�' ����o���
-Zk���Y���$����x[���2Q�'����,�7�03��!P!�b�����)�B��yw}�a��p�	1Ahs}K��݋�[UC��qd�����#&4M�Ivh���M�(�S�Ɣ8��i��qÀ��y,�
-Ǽ��1�,��4��ҥ<��T�@'��\�g)��u���#/�S8)ޯSVk��75�N�;��-e���7���vn,�
����������Yڼ���·ӷ��gX�!�@�9?�!��6���S��2���W$����G�HM�pN��,��p��i�9����p萞iD���S��t������4��:k�d��?��_�.V[�c�I��yՍ��ß*e($+3�Lg���l1�P��:emkw�e�z���'CMB�@#���Sq+ �B.�yR�~�a^Ώ��M�$D��g=�B�d4��s\�q0O�Q�n0*���V8��1O�r�ӻj��{f�]d���"�$�@r�ZT����,
-m�y'Uq��qz�ҕP<
b��w���)���:zp���x�g�EK_���8���z�z�s�/�h�w���b�r���9�!�Z����n�BY1J=��5�4]F>�j$��W��.
-6�����~o��)���EzC��Tw*�=_��n�l�B3�_Iz	���Hv����rNq���]
xb��ݼ6ۅbX����ur�8y�p�r�6��u~�Z{,��va�䂦�����Uo
-�Nn�u}�a)������$~��?�iW��/r������N���>��#鵞��9Y'7�O�E���M_�oa!��3|��h�c�,4�S$�5��2��[gX�'��~�U�v�v�*Oƶ��	�3h����R�	o-]H����������?I��0>As��Uˈu�vt��#��Ω[��������.t��46��ƙ0��*܍���zͳ/�����f�D]����&���Z�P��(�}�r����M¾���o	�3�';zv��u�"g�yBNS�f���S����"h�6@wX"�D�.OI����ҍ�$(�S�P9�S�K�h!QIcm�WC!���=��T$d9��f��@x�j��l� ��к�Y��U%���h�`
-휩:WZNhS�q�����������>��F�Z��M���'��d�9p�1/AV�@!N��z��w"M5�9)�6�	�#�ק��EjDX�c�R��,����4G���Y��/V��s��A,�S#��`�$K.�d�2�"�}�ʽOD]%�/kZ�N��x�u`\�0��GgD)���nf+����v{Ҳ�m9���^��SԜ�֥���3��y�?+�SlL�糾�6���{��M:UK����|�j\�;	
߆���"G��c݄F����������q�~�~puLq��>P�^8�h����B�2�܄��~�
-�2�	�Z�s��Ә�\���B6)=Y3������>��#
=��߅ ��"
�M{���B4q$������*B!����1�y+1ѕ��y�U[=J~%}L:hη��ה�o�0�%rk�~�0E9��8���`�Uhi��Rt��g�
���S.T�Yնɗ��u�$�6��al�Lb�\ G8b%c�m�_j!�Kh
�_C�N��m�>�-t0��|)����B�c��=mm-V���w�>N�x�Ń5+�#�F��w�Wϰ�L��űcX!J�+'�J���BVH*���ǖ3!6T�f71�ҁi����N�S�g���J̏CҬJ�iI���k�T�ݦ��?f�'���j��h���}>z��|�F< �
-J�/F0
-�l����(�{�n#�	�y�c]d�ĵg h��a���H�w��)���k�T6��l�o���;:0ٙ��J����]������WK�z�J�)i;��#=|6��3`ܰ
-��ztU',��bo�'΀�MLX�)Rh"��j����4.y�������I�.�s�֐� #��DÒر;'l�Z�����lQ}��`�|�j�+�� lLUcCa�TFf����1bq�As�_�����g/��#�]�ء�?@5�����d�r���?�S�M�A]���e(+V��O�
-Z{t)��!K�G���m�!�M�~¶��42(�� O28A��x����H6���*��,���=h�����A}��k�RQTF�BU��	��wBAv	�}��S�[�����%�N����8�6T{��м�j�	���]D�;�Y���p�L/��Uһ��'�9��k��-���WD�cҁ2�1gP-��g)�G�Q�������a:�#�
-�d���h���0��\G��-�f<z^�9�û@���l���4�C�}K*@�=G܀0�֧��z�#ەAt������P���]���]���}$�
-�>;�(T��2(��I���QViJ�?�?_q��.�<HD���p�������Ԝٍ��
j�"^�>"�MTrv��aH�4�G�?�~(�0��8��o��L��{��s�b���n��}��	�لP4e�E׾Qt��Cťy�N����Y�s�	�J�l!���D�<ā���[�g���)K�E��L��|�8k��%�&�回V�K-
�>����Tۅ<���$�H"���_(�M�.��Y�T!SƷl&/T�V;����;�@�SA�9	a��^����ufܙ?���F�}��K�]O���@H:5�s��vkS���=� yE�g�R2]t��,!���Ii�ݪ��_I��Ľ�n�S	�u�s뽴�6��X0.4}��Lr!>��^���l�u+�OAm��_�i��f��{���|��n�2�1z�V?����">�ߴP��{�S��j��c�>
�s�5.s�댷���En}���������Hu���"�y3wD�D�O�`����	�s��6W�F����F�ջo!>�L|�."w֭r{�?�W�q�~�C�G�;Q��@�v�9�	�o� ���F���^�P)�X[�;�՗Dۖ�c}�5�ʂV����
-՜�_�`"~ھ�lz�ea���y�q�|���%܏����J�l����v�(;Ul|cE��}��
-9��Yw(���Z�w�0��oK�����t�*�L�.&����2��)�����<­8��	d���_n8��c5�� ��[��/ai@k8�ڿ$�5���_
-��'�����i:96JQ�ۭF�ij�6�ҍ�P?Q;��3_H)�?��{-�%7j�]7�2�$LH
���R�������mA���KAd��\�޽��!�mӭ�M��x�>�W	�T^<z��y�a��0�FMm�!�!��$Y�TZW�qS��U[E��L7D�����E�Dz�j>Ȗ^ګ�ub������%ɐ��q���Y`<z�f9��š�U��f�����~���|�F�X�&�V��#y�5�F���"��а�F�H*ɺ�oS��2Z�I�ȺҀ��R��fup�k�5�,����e����ՁJ5b�Q��C�$4�<� KGB�S����i&��k�v����t���B�v~5��*E�����N�<���Rk-Mڅ��� ꅺ��K����5��ư�]/�W��>r{�GQ�E���"�1B�ąf�<hX���4\�bTH��zQ��W�,�Q�v���臿���ܝ#ʂ!�AXug‡n�1m ��P&�Պ9ڽXa9*����k!FՓ���+��U���!�V׃?�&C���'�1%x�Z2��KJ��� �jzwq��lOM�ðt�FE�ӥ[���-a<]D���i�&M�>��TE G�s;�YP��i/����d�l�Li���&r��lb�i��B����J���j]>�FC��r.��W�GM�/�R�L��TmBo��e3s��^�P)�;WrY+g�|{��Hk`���"
�D����I[1ssD��y�3.�TOm�u ���l��	����BM��$Qֻ��?Jŧ�NU�B80pB�IS��&�����t~��GI�ysU�^����e�_�����!zհ��U8�^55����:��W;+G����f�j�^T����#ݴ_
-�J��)x��hB~�O��m�+�<��V���۱��!:Ӽ�,+i-��"�(�0���J
-icU
�
-�-�X>4\�X�	�0א�A�@,��p�s�9�A�#E�{jˡ
b��iY���$�K< BY7���=����m]lHE�b�d�@����i���ƚ*ǿ2J�y
-���K5�UO��-� 7�!HL�h��m�.�����5��ϰ��p-�-E��9�WyAJ����[�v�;,{�i��0���+���\﯒�y��>KӀ�J!�\_B��,B7���V\=Lp��(�kf�͂>1kH�X�����m��c��R��ˣ#٤�D�Xpv��R����ʏ�BK�ނh�[�<��g1��`�T�����(f|_L����R
��.��$'q咝y\w)@R+F[c�X'�W����@���C���kP#����Y�6��?N�#IrX�tJ9WeVً�5		Z�v�l���K{9D����A�����2$����q�&���0d���_� j���t�����=#O����Sg��N��%M�B�$���R�� ��"*�@XB#��MD��d���*m��O��3	���j�񂇨N]ޮ�u�:���N�SKʪ2��ŷ��>-��.;&67T7���O�e��{��]�Ka���g�ߩ��?9�`�5�T&W�y
-S":ﯜ8�l���v�ٍ���HPV~���։��6���ʵD�B��#�_�v���6}�A�>�����n	9��-]w�?L��-uc.S�5���Ի3GK�z�k/Ve�$A��"���i�c����k���j��Ŭ�z��c����0���^L�g+��#���n
X>3�E���;�nB�s1r`�j�J��O�tgbB	j�ce���}���tV�sQx(�#�����tVIe!mazf0��Q�u���өJ��vW�U�Ll��b�2*�xԯ�\�69�)M�e�If�2�.c�c�W��Ÿ��
endstream
endobj
13 0 obj<</Length 3532/Filter[/FlateDecode]>>stream
-H���K�U����gb	G��[@#YHxb�3����0ND~}�U����Dx�p��Q�U�joW����{)��X��؞6kH��Q
K{��uiϽO�j��#d�z+��=_6RKj-6��h��=��׎Y��j[W���=�Pjy.�����z,�et�F���;��ֵ��y�u��v������؋�ѱ�ھ���1�y}Os�%X��m!����vb3����l{���r�i�-�ͼ���y�O�y�9t^�C�}�#�j`q�C�7̱����9��C7�����Y6!1u��
�,Y�s����.�|���㏟��������돟�o�pU˭į�G?~����߶O�<������?]k����Y�-��=���	g�p�:ο+�]XL�B�˜�d��HK؝�o��e'���/	J���������S��`|{��^p+ň�K��HR�v��uj[��2�Q�EV�X�CL�/&"N*z�f%E���ǖ��%htx�&�О o�F%őVp��m����&(U���q����̴�1�(�7���(bF9ę˂:�j��d��=�,D��f,�U�fP��H��:C[Po����%E)�����Z�Bb�r�	�h:<
��Q�\G�dL!E��A{��$��;�t�$i�F
-S5����D
�U!��
D%�עG�k��,J+�	y
A��F�\L<���
-J0�U�@*)m76B�n��Djx�%�	[sd׽���j/���%��""y}kD���x8H_'��go�K��
-�GT�!��h���)-�0�Q&�d���$hou]F�m"\OV����VJ�b7�s,�^�\�y�t�)&%�*ʂ4��
-k�U�ơ�8�s6�1
-8�F�wɇ6����XV�"B#�s]�,8��eZD��eID���%kp��&�C&�����p���wO�Qvj�*#_���"EBX���p�÷@��uAo	�ug_�)�/�r�S��Q
-�T��������a:��ֽą�|�j�`�ɞ�8,��h���KM|��fw���<�7��,���5+���"��య���1�R�%@%k��sa�0����Fw�	栯�\�\D�Ւ������,6���T�����\XoA�H��<�Uڒa5��0W�,e>���.��;��3K#�_�^ԛh���c$r����YH5G< �1�.3V�h��ڕ�ң[>o�C�c�;np���{��ì��AIb�f)���J�}R���ѻѕ��!˂ͯ��#7�E��N��fT�
wg��U��Oc$WT�N�ݣ�Ie
��
-���4���	*�o�R���>l�Q��c��Ql�tQ�d �:�8�1�0�0�rs	�*~�i�^�ț�\��; =���}�Js��؋3���6,���	nJ|R	��}���B�u��)�
-fj���37�K�4�����=�`S�lP��a{ɼ�E�#?M�N���1Ḥ�@n�mBB}��B_�{Љ��n.���&C�y�"���Ѷæsղ�<��� ���yjB#�Ӥ?��42�1YPQ~��>�D���9C���x)��Ken.�h�e�[�n��3D>�}%�]C�E6��m��S5H���k�)����Z߇o6hpT�e?�;��M�
��]�d����k�m>�H��BU'�����hl� ��|B�f�(M5��ێ]�V���4	��
�o�K!��_�'��O�ul�\g��bUB�<>bv|o��9�iy�*��	�U!C�*)m)���]9�[�<�#abJ�C1�%������3�R��̾��Ȫ��S�QC%��A�<�g4�pAsE�i0���kɚ%b�����M)W�G\�L0�5�ۤLcM��"���,nS/9#G�
�d2(IR�Q�<����VZIVk�yQ���5� Xb!d�UE9*g_�Օ��*�� �Ns��j�C
-���hH5��N!�8�bv��
-�����d[_�&�F�y�vj�2�;��L�����R�	�c�g|�����"duBF{٬�_&,�9��{?v�����込'㛳���Op�
-^��QuBslM���t�J�5nj�T�\�y
-�mrL.
-���9��Z�vֻ;�{�ZE���.�ؒ���[q���cN��H�X6*�[3�i�G<VN�p���HG4�o�lN3�ߎ���.{��kqtV��!;��<x]��3��~��v[���;^�eBZ�����rs�3�b��:��c�U���p=7�=+,J��պOY�4�](gm^�ͤ�^E����'�����Eo�4�M����_�#���c�?���0+�F�^|��~�&�tȇ������Y�z�,6%�|�G���\�1�����0�s���]W�*�5sY��SLx��p�u"7�Ӣ;�>O�������ٻOۃ�����~���?x�ݣ�?�������wo����������g1��~X�����g;*n����f{p����������~��8�ٻ�������/�~s�/�`�=�a�W/��0��(;�Ւ�C��K��6��^b����&���W�N�0}����TM���ٿvb���V
��4��h�\4��w�K�R��.RT�Mb����9>�z�؀��b[3(�Yi��Zi1_��V\�T�r�Zq[�ٺj����{��9+r�:�<��q,'*"-��B��&�A8`�yq��&J�����)X؃�Ĵ�]u]bH�@�ؠ��6���r�K�0�q�)�x=����"�*��!�1w+�c�t�#�t^�U/e6��vk=&���d����)2�/F�}��x_�'� ^���2�G牞M�a����L�ڻ�Y��v�z�Ρ}J"��`�NJmD���8F�-3L{6�TZmk-�z���q�U��X����d��oHݯ9�z�+9�V��$]���yo�Cg�3`e^�10�燁Xk�f-���g�ܵpޮ��);��qB��6u�z�z�����[�^=��P�G��^�����(��	�٧@X�?�7����^>e���B��95��操M�����M�[�-^�g_�O��`���p�?�Ð@r`����[�~>1sDH���X&��Y@9���yul��"���1q��C�����
-�����ۅ�ß%\^��.�pi�K#\�:�F��ᲒPW+�c|��]�MN��9K��ez���b5������³���n�m��1�,p���sCʪs��𞋮�x~�~�[�����xtM\�ONN)��{h��Sq±U�������v�hO�*m���:j0����2������6
qb��K}���8��I�d�fh����)>�`�-g�814�̽Wr%'�e��S��fNc�o�����[��:Ƥ�����›��Y_,���j�o}:o��aZ�
-c��8��8���N=�뉻��b,�*���_����=�q~���΋:��E�[��r��������RDƨ���%Z�HT�%Z�t�\�'Ruo�v�[�����
endstream
endobj
14 0 obj<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
15 0 obj<</Length 30417/Filter/FlateDecode>>stream
-H�\�ɎfI
�����܊y�RHl`֭T�J��I���;�#�R��O���q|����_���v}���t��O߯ǿ�������������G����W>�\�o{����/�}��ۏ��^^�{y��^����t�������_����}��#y��r���Q˵��U۾��a==r���a�;��>ѭ����m-��|���i��{���� ǯ��Ϟ?=�ə����r��dK�z��M/~�t�����
D�i�7�
-�5�������?"���#ѿDB;��dz�}z0����p�{�eV�z�wޓ�4go�M�ƬԮ36ig�OH_R�|�3N̗u�=�mD��0[$�(2��/�m�5���|���,�P�GLH��+����{��C����f��Vq��H$�=�ڽ晱�#�lw���43�ۺ�y��	v�g�v ��(�^(Łcװsہ���^Ǟ=sFt�Y�C�,����H�l�X_f��i����f5;���ڶ�9�]bov�TC�}�$��#Na���)�ǁD����$�_z!�5�uHTj#d7�� �]n�=�ɽ�1�n|S�l�pO"H��=�#:`�ֈf�w�5P�^v�����#sIz!9I-���m4=�B�>�ؓc�L�G3E�\�0$+�X�6�<!�@�JR�=��S����=r�l���g<���SzUУb',SG����j���W�ne�G3��ܔ4X�&*&~%c�=�	�0Q"���cl>Y�l�=*v�mƈ��L'����
�����es��cE�u<Q�^�8v��c��KS2¥��9�"n���Rٷ����9e��6!��"wR�V�D�Ư|b�����u��]�ؑ"5�w��y�����LN�{������W�A2K�ľXx�]Ϫ���wsG�&;Kvn�!e&����
'����#5�*]5�5�W�.5���WS/�̲D���׼��m��Ȃe�)l��&�JiZ��d��l8���f,��8�L�Y�-�n�-��y_�T��{�Qӱ��$-��nMm�M�g�:
-*'�*�MOw�k\���Hh��cI��UĈ�Fp>�"+6q�=
6�e0�X��@E	��U�)��Uk���t�>�nn.���r`&�g
-��]Gv[�& eۃ���ղ�AeL*2�`�1%�����b�����b�v_ŀ2�-iW�n����H~Tz�-�lV�x���ei��eĈ��(4)�h�h -#�b�}��	�ٚ*�,���P�m�XH��h���*9i��U���4{�/,URh�]]Z���a�"�g�_T�l�uΩ��D�����Yf�fk���x�\Q����C��z8F����$��d�1��e�+x��o�(ʊ�\��~x�<=��\|��w�[S�.�����v�Q����x[�Ԑ�*z�&�_����TȤ�����Gݪ6�'�&��*�0��@���e�^�}��L�	̭=��0�J{}0��L��$�����J U�Okf�zPz	[���r�U�N��gF�8��mi�Ef���*EIG�3��8O�'ҏ8�����T���]�K[Q�
f��n!`��f�����r�Ӯ,1����+��P!T/$�d+�Y��L�H� �v��0�f��<-n��gHFi+��.��no4y�uص,��E*cR�/��U��eO:�ܧ�P>�����R�5�FE�W��-�����+`�Z+�(=`��M�#��ޛ���������k[���35HG@���,���U-�=�=��n�>�8��"����	��r����Z��P[�LmF$z���c�K���z�pI�TнN%5m&G^�`N�THP�/9���F\�F%j=�Q3qP����pb�fA�nnf�f*�Z����j:�T$a{���˓�q��c����[�F.�w���+y!�g�V�	��4+�j�!	�%O���%n�Ի�N����T�]�Ȭջ�V�`��[!����&۾7�E;���6��!'>\.�h�ݺ�g�������őb�n�Y@�k���T�k`S�5}E\ͶŪaӃ�m���f�̑h{9pF�*��
Iԥ�;��}�<#"��`���� �Ӷ]�����Z�m�Qv)�l��q���Yx}
-����.TJ�������(����\'�˚�?��q�܆;(gk~�ĂP���(��u]��1:�9�M�W�"�KJd� ��<�0��R�1�l9��|Tu���,���W�-�p��*��R9P�Y �"��g�:&*Z^a7R��J��D�Q�YA	<C�d��M���P�ų�xP�EȻ\�Z�	���E�=��0�*LDZwTg`�S՜��kj�p���U{7�Ռ��M
--	0�H=�����n#ϰ'�������y����=&�@�	�+��"v"��9���wuS@$�dt�������_ʊ�5eUcЍ�u���$f$*&��^��^:��WX�����q\?q�ъV�zU	&�&�E&τ�ҥ�	fRy�ѷU]ﲖ��B��z�����I�.z��,k�Ρ�a�ɻ=�̇I	��R7���j��N�ӐU�LL�&�Fq�U���9�+��^��2�L�[Wۦvd7�>�Ujj��u�\ّ�04������ǛY��o���ge�JO�@���05�Z���\c�.m�L�`�0:�F��	@��>�Y�J��U�p�J
���`W:��=��U�lD&�|�Q9w�o�i�r��>.uj��Q�7k4���o�J�m�O�
-�C	�N֖��iq,jr�u0Fq>�{�����]w���<*~�%O	�}d�)�5N�O/F��U�
-�C9F�{ޜ��������qR��L>�q���v�E�=�`�V'�G�;�q|�V-�9&.���ĒJ�y\�1>.f�aޛ�[����YzTd�.{[����$�"*�m	�$dx+��d��1���LO��HJ��8�2�i�_Pt"�n3�!��wE��of��U�?&tI����� ���
-�b������%�)d��~��A������@u����aP�\���yCvUX�h�������!�#����M���`��"NݳV.E��ڝ�5���KEp>�O�9�|����װ�
ge�)
���xS�)]���A�ѽ�g&p���D�!m����bpEX��F�����=g�j5�RJ�Q�k_���L��\\:�
-l����%��5�{ r��dJV�X�Q��Bz�|��蓀}P1��V�1���s��x4�Z��LZg%0��}�\EƢ:�4��V+�9A!�G�,��Q�[�풞eb�y��@K�M��:V�fX�	x�3nޢn��������5��z4PO`ŏ�=�[bP�@th�G@d��b���{'0�{�D}�� �c?�Q��3_���ǐ�����l�!�Lݹ������
-z�8P\C��LS�́�ߗw��*b�H�ru�³����U��3�ꐣa�
-X�J�[W"��~��Ξ�n6��b�5Pߍ}�	����������|����tϵ�磹��&`�fM`���%�>�D�Y�e.�m���P��/0��~�,�Ţ�>k �����fП����i۽QI���D�5��:hE�$@��z��t���Z콚.\Fģ\��;�e�6m5�m�R�̡}�g���6I�U�yA����ZS���N®�&"��&�R�И�C�!�$�=�������Y�/�On�p;�0���m��8�����٢�\ħ}���uI�~k
-(�?$��Y��
-�9��m�	�j�w/Q<�Mr�T��t5���0��̽�p� u0���I=FU��O,:=��b�[�0�z��vO �(���^��_.:b�ֲ��CR�V>������b�����`�'P�Z��=v.̳Ѻ
`���!��6��ӕ2����h�v@'��O����
X{|���R���%������}₩����#�������ZT�"竘�PR��u]��
��na�T��ro�������_�^�\���?���"7� ᾃ���@��QE�U��j`�'YW�e�tB�7Zy�?�W�~o/�Z��d���4)���`��o��k73A�տ�3��7�`�wQ'�81�$=~%|����ٶԬ�"�[�rH��S��b�~Q�N��'k�\�d�bo�Y�;�F��|�p�U
-��~9Z(����rY�UE]��?�?*����_VI5t��1h�#jrT.����E�/�����>p%H��-�b|zP�U��=S��5�$��GS�%���f
-
-�xC���X����h^���fh�����Ŋq��Q+tC���C\e-�)��7�F��O@w*��kg��h���J4���+�-���FQaqJ*��Ɣ���F�=~U�����5 |�*���e7|���Q̦�\�nz�V��:"�����PW�u��&��"S\�i��J;F1s	��T�h�IД����ُ�r&6�(X�S�	�z�U�戝m
�3l�xt;É�m�O(��������v/�>�R�+��@����\�-�����)���)f�5zo0b�\D����e="�L����u�i��oc�A79SI����M�\Ѭ`X��5q��Tӈ���tn�����66��s)lSo�خ��4�0�;���?�����C�و����&%nj���Sc�P�&'UEU<��6
3��#�j+�Ӄ�z]�&�*]8e5-\�<�d>#R�����N���?�9�m/l+��	0=q�'��v�R��۶���
[��;�t?�	ȵ��	,�h��d�92��Lmt����GD�b%�8����s���i��g[^��6���(@���+��eM@�X�Uǟ�T�J��f`y:�7t��	��$��6�~_Ek�o٤���@��T�v�Q�n
�^u�h��������[{�kD��^ŗ�KM@D��KmyGGT$7ݞ�F���y�$sr&@N!������}��J���3م��{MBF��3惼Xb�cY��k��֪
u�u9l����I�SSm�m����k�Pq��TB���4��'X���0]��&��t����ﴟ��4��._c똍��!��������nT��ԟU9��k���(��c�'%�줝h�j��F��B硷�CѠU�;����TmF�V�T��6N�5&�.M7qtj(�r��ք�#�v��L���;��e>��kPl��N9\n�,+����=oFL�yU$�N?T��}y�2Mй.��L
�s�;�neP[a�T����G�Q���ՑT(N`s��n8��o��&:pW���k��͊�����Qr
1f�l/�m��>M����5{�l�E;�(ΰ�-�`�3Ա�b���]���.��zrv�4��6}��?�7���Gٯ�p�K�D+��?�K�Y5����?��%����#�<��(��'�̿��Up�e������ؚ�������S�pg@N�b�դ��-�R�!�F���E�+�"��5�����ڨ�9���(om4�A?��,'�2zӢ�c��	d��FIL��*���
�:�1��q�
-���4�9��̌�:F*I�̝e�}�RL:i����L��5�ήj����ݙ6�mK<�.���i���R��]H��{�Ie��M�к���o5!b ��kQ+P�dY�*h�zl��9�l�P�TH <vxx]�r;�7Wj�i��?]MWu'y$�����
�IYH����1�HS�(��P��v�����{ N]ia1�zU���CƪF��?H%����H#�k�b�=�@�^�qR�2R6�R9U=>A�5P^���[��D��h��q�j?(O�*>�	]�b�8���}\d���
-=��)�g�� CA�<�{�|�ˑs��T���[$Wǿ���>�@>�J����ʉ�����]sH=�˻�z����鹣�v���1a��.Y�Q0�n5�8)J����R˾�Sh/+�	���i"�F���M��'�j�]��5����S;����"�fg_�\$�^<9'�z�9�S�sYm�`W�N�fG2!�2kA�:ޑ݉"��=`�e�`��i��n�l��P�6���ޱ�L0x�j+L��G�Wz'.p0��g�{�3l��X
��1�{�u��e���o��"2X�	�WG����
-E��i_?��(��~'N"3���Tg�,J�}����s#�y�5�TX�����6�=�Vbr��w��f��j�b�&���Ȉ8����v�]?­��"�C�k&U屶��]C���cX,UC�t�Sٮ~�W��wWG+=m��	�^*�
���`;:�@��8Г'l�2�!3w4�����
-���fNWܒkU�eG�70;;d���:_�s�O�C�bu��kz���&[Ӄ�-�HC<�lܑ���H�������u;rðf0N���C��4���°�e��r��	J��}���ن��">E>rZt�Z!jEGL
�6�%�?���,)�u'$��&G�1H��uD��YA�[+I���;3>2�`@-'�(F7�9mU��4�&��<>F�-�Vf�嚁�w��Cc�QC�|&R�Qi�_l����*���n�ِ�Y�
-gRf�e<e�OY#����jf��*�VuuH���A����&-��F�ԕ��*��V�kIhQH"��4[^�!cXN��l0/�U�R���bcZŝKN�
-I,8jRM��1��x����Oyx��&��{�,���zm��C��
-�'��ļ�z睟uS�aԥ�Ln?Ó�5 ��"/���_��7�Y|u�e凚�n�	�p�}9?���=��ʘX��ͯ~�`�(���u%j����M��}UY�����,�>�vh�U�k}�),�� �4��u
H��<3�.�>"P��m!��w$���qkvL��?_i�4������0�n����0��<�;��<��~sݣGih��vl�`.=3�ƫ�8߂24C�{4!4�E^��JcB��*%����sź��2M��n���@W���ʪeuEM��\�z��:����,�b�e
-:��ڻ�	9*s,��l�d�+a ��g���u�u�	�t�t)m�e��	u�$��:�Y�wJ��'��!S;א:nc�]���Ќ��TQ,���Š�v��P�>�zY(�3*���6̓t�W�(ȺɝUk9��
-=r�웧�ZC���p��m���I5Q�����"����%u�|d-���\U�G��P4B�~�^%
CNe�����+�$�_�/�K�.֞a⭷6�Lk����AX� M���0M0q�N�H�T2k^������*���Ľ/�"̂@��v�hͯ_֠�f��j!e�hI��5� 2�A��������}���[��(5q/'����J��x��g0DΤ켝b�<�$�e� m��9Z[�U�3�T���G���_Y�H!����U1}BuԖ�g;�#3�vC$!<pv�.XĆf�B������%U-��Yp�6
�-��t��f�}W�Ps͝j��I|M�e:� �aJ��b�l��T��$O�OS�SW�1b�+1�7�i�=��d�ݶ�UV�$Gkt��'$�)��{S���)�!A���U��rg�h�^�׈��%`���C�3�֦�*�އ��*iM�PAP��PH
^���ۥtڳ	l;����t{-Զѓ&jn�!z�����^+��RRҊ=�/U��n��晙�m/�S8��ELu�dM��κ�-���[���SC�[�t��3�5����r�Wv���9����8�ne�.?'�:U�m�I0�ʶu��7�{B��e#�v��|�3c��p�f\qb�Cx��e�xjH�?�%�1
-�"c����r��
��ta�<��	�Wh��u9n�v�B��H�	Z��жCed.�C���7�|�����Ss�ʔ�"���x:�ß�M:b|�X�l�����U([�`��������{b��t�jd���La�azBC@��wh�����)��	K�Hp—%&�<���`�["c�Ck��k��)�����s^�#����69�ţ7�urG�q�S3�s|�+�e	����D��=s׋x�D���G��1�n�I)O2h�̋��	��q��v]�������
-Ro?z($�X�V3Fֻg�=�!�����;n�n��nh6���5�1/�3�E<���o������:������������۸�SUR�$"I�`�z�B��}>��@|����wc0��/�q2�0�'R�9%y2��nh��H�JW�~�$��n�7����
-]���SLr���B�L4N���l��d^LؚY���{zs����k�
�A$�a�]h�c�yS��V&3�}�U��%�7�"!=���6��q�Ծ���,d���K(!�T����Y�7文���xˤ ��m'���)���93�LȘ�!�G���Ղ��A�Ct�?Q�٩v��C�����B�ѳ>`�Sǃo���0g�n���qBr�ɡ���qC�����\��_ �ߞz>���)壹�PL�BYʸ2GT�<7t)�J~�-1?+[��ȥ�ٱ'�X��7c�b����tZ��2y�G)��xHs��j�ǒUl�3��cg:�j�ȼI;����v~���K}�:�@z^�%h=�+ih�s���!���8�G/�����/
-��\}�r��YD}ʹ)����N*=f��e��z������Q��C���L����X@�'��O�A�	�N��NpG����*��â���H\��֞D��f\�7��"��^=��G%\qΐ ��.&P̒�
�Wv4ҡ;�������wG�u2
"�7=�~���l�%d��`z�U*$n�}FX$(�x�l�)��d
uX��2]{e0����e[���G����y!�A��'�S?���%v��*	��ՋfD?�q�I�/�b�R��ad�8N����
-��m'�jT\!�[L�\H�����l�Ȁ��j}|C�hG#a"�O4�h��Լ�9Rq�Ji{��Y��gRʿFgT����Ǎ�ޤ$��~����Z[z���"�/y5����{�o��L��:qi_M!՗VU�I�Z���8"	��@=L��^�`ك^z�m�y�R�A�ȩA�1�+���W�R�]��Q�B��SiS�E��\�;l|a�vb�K˺~>"C1b�Pb����zZb��J*�[�T?�>�R=����f:�;��k�~�7n&��/,t��}E���uqd�|��D�s3�M�̝�h���55`
-ބ杖p�v'�&�ȉ�����ћ�xk}r��
-�%-�8}�/Q
-�
-Vy�l�1�����5�D��n=�&a���'U�)BŬ;J���j�X^��Dw�S���H�a��X���նƶIzݗ��63�R��O����G�9vk�u���'}�%ª��'*7y�D��ŪM�u}�'���:Ѐ�>M)��*f�*M��,6��#���.ɷP�΅�ƼD�umuߠ��H�|Vш���s���Mza��š������-e��D�3t�P�ߔi��;ʑ2��8��O��&�������}�}��`Jϩ
-�'�K�8^BtV(,�7H�$OR�+wD����l׋����!%��e�)����]�9`Bx�rD��;�Fq�>��d�8(I�4S��2����#���q�
-���I�jʵj���+"3��T,����_�{�rݎ�o�M�'$������MVl+��|R�OF,]�/4�V�Sr��0LS��n*�ێ���i���
-T�	o(�������#��qn��Q4�=��BU�|�e<��cT�di����x^�d�#���gf�Ɏe�\+&�w����PL��`�c��0�˂u�'w;3�Yn�hu��@"��Eo����>^�e���0��5s�
)���1��k�'-��0�Q *��EO��調�.��O(4��&��z�cu���\ �_����YQS����!��j�U�:�2Yq�d��ʲ"Y~��F�+�����(I2i��H��wTKS��ͺxw�B1��&��^��&^��S�M�^T����y��w]ܱ��'ϛ��(��Qt9�%��	�r��٠����1�����������[�8�n�%��@�9!��v�|vJP��k�*�r��%w^���F(R�I��)�r��J����+�*���Ȇ�<��F��E����&���q�����7�j?ueSģx�Hf65��T�J�u^H���,��&E��I]e�D#7��o�R�P��3��&�$��-H����Rÿ����eXj�T�oeb�L]�E�3ijr���֪h՝����N\�N�:��u�jAX��|q�d��d��j$�ut���55kL�N佈hcx<�HAמ(,W�2�mF�����L�V�M|�wv4�-�+�[�OQ[��Yr�`���	��v'�n~M#���K}�I���C(Hqk��aD':�bj|�t�Y��	
-<I��)��ry����3�J��� ��}9. a���C*2C��7��m����Yf$Xe>Ė3$�RN��x� ���}��#!�1��F����w��f���!�!�3
H��4ۜ<].���I�9�`� ��%d��I� s݇|N��ك� ���Ý<ݹ'W��H��χ�����!S�Viq�|�����Z����,V=����
�q��!��}gb�6m��O/���$u���Ԡ�S����mD�CB)�

��2�o��o�Ց~�M���קP�)�
-JC�2�@����i�ƒ"׎�����OSK� X{�u��F�v��/_aJESgN�V}�G��6}�LS=ddE��a����	%�^A������kA�����e������r�ߛ��o��{�F��3����ߞ��+��o��O;���˪}���+����"$>^��k�|y���}j��5�:�}�o�������܈Q;�Q�x��ƥ��n�Od���}�w
:#�j�g��9�ŝ$R��!�c�����c�Ϗ���.�+�r�F�9TsDQ�xf3�����>�˵���#A��O�^���j!b�?f�3���c&��1�{�1����x��1^���[=V2�~L`V���H����2i}��(c���,����|���6��$P��-��rx��]/���|�ߗö�kf�gv}�5�^!�x�'3]3W�0�?�N<?�lwL�n��3�<3�f{�Sc�9�Xc|$��/,��U$�߳���WiZ�����,5�}V=�����Ԏ.}I��C�(8tㄱA�[/WX'�#�u��
-5wJ�Pł�Ru4,�UJ_iR|�����gZȦ����"��y<+����_<k`��ADu'�-iej�d:������S���>��aGY<^3��b<���7�K���s��2����6#v�
\��&���T���Dl�6+��/��(6����i�-�.{��i]���YZ�q���k�S�N�,4	#����M�^A�[���'�������3��cAs�pF�\���ό���ԅ6�]�������.�����kG��kءdŊ
-
-��
�;]x��D&���D8��%dy��zUĵ��e�6�]�ҸEq�p7+2lT���סc�0	DjKƟ��o���*!�cm��;�g���3}����𙌧�ݹ ���,$P��#��pC3y.Х&���\D)���k��0 �#�_ߢ�L��/�ގVh?C��T1t���%���{�F����v%���r�C���6����lOW9M���?I�����Ն��j������d|܆rKݺ�*��B���"�%�"��3�7&�Z����W�ϥ��
[�I�\�9�u��Ӑ�9�W\?�uY$<�إ�Ɩ���g"vMlK�^hF��>3j�b�����&�㙱)]s��	^�#�zӮzn-��$�}�t�@��E��."$7OS9�~-�k�o@�-�w<�����b��{����W��
$-�)�q2
���U�_uQ�Uu�x]sJ��Z��9]@P�Ϛ�9$U�b*5WW��둎|����/5A�������
-�~��<�H���R�ԝd�����)����9.q���w(�Ý�)����t�t5�UG�d��y�
�i�;�q
^%�����yx����k�/���o�G3�ɬ��5ȕV{8+W�y��R��ͤ4�F��zu0��U�y�~(h�Sqї8�!"��t������d�����$z��M)4[h�ԥ��D�)�R@YQ+�)F�RTP
-?M|h\���@����=
V��ƛ�r`�L�Z�Q��t�&AH��48g�)d\�	&=�͌�~o�����%ܙ�Vf,9�ȠX�<�B�Js:MZA�Ҟ��aib����H��`���
-B�h��L*�hRP��uD�t�ؗNAl���9��|7��/��i[%��X�3N9W�_UD-����~��h�@�d�
Z�����)pQ^fc���2�	+�g��c�"#I�xW<�A��R�<Q�i�
���+�f{�ʡ�˫�J���@�?k;w�DQ��Z�H��)��ۮ.M%�_L�C"w�g��>�3�Y"'[
-�P�k<�[�ʭ0�$�^A��#�������`�'�EW�������
b'ɢ���4�Y�y薍4��ј�[t� ��c�;��n�B葐,����B�
-���p*�p��mǮ](Ĵ��|��M���P���i
;�]y��I!��S��BU�_�4��	x����oI�th���m��
�M7�*}�7�2R/�څPL$B�ؖ��:�c�M��I��&�A��ewt�f����K�3������f0L�z2�j!���>�EOP����2I��"I�'�LO�ڭvMB�M7��'(C��Vt���[��)�p�Ǜ���ԥ�d
��v}yʼn��8����ͅ��!{|�Kt�I���2��s!���E�V��C�XC�SbF�a��G-w�:yXcҭ
-�%
�]б�K���L��7�3칝�P�9�I'V������x@0�ױ�B��W�fC������I@�İ�I\��Q��Oߛ���'��"�8	ϊ
-�IE���ѕA7�uA,�edq�\�9j�Ee�X��`h&�<��Pϳ,�
#?�y|��5}�u�Y��҈D&�ƃ%�G��P�[��s��p�k����Dc7:V��	x�!/�j��{ʹ������~�զe��'X�A.k�N�.�m�cM�S�L�;�J�ÈC�N���ޤ����Qp��Y�Nܦ<R��2p��V�G�T��	ˤ�S+p�lj�4w�n�-Zq��7`pu%��Þ+��������� :RG��8�9+�DЙ�
-�¡@"?�U������QH(�&�8Ǒ<aIg�EZ���B2 �[h�X*o�m�������K���3��OY������O1�(z5���2}$��u�蕸3�n/70�c��9ǩSW.W��;��+�.S0��T�6+V��n��W0���^Q��KR�����B�5�(��
5�����E��1��p?��#u�8fb�W;�&�M����fz=
���� ��M�q)��S�U���B������)�����9zA7�\�
N/׷].CJ6[^��J�%S2mLC�fO�b�a+<�+�:��f��a7��'�E��%����q���U+N��ԇp�%�r���GP��w�\�)�#��D��4�Xh�X������s�<n&��Ð��2��R�(�'dr�I�B��,C
-�yŒ��D,(�=��G��������U�ٝ9��C{wO�����jRW,W����e�Ȃ��0ȕt�:��Iٽ>��u�-��/�!)�a��HY����C3 QL��+Z�t4����S�M�N3�3]&ٕ�H�J��1�w����̃�j��'(�@L>�[&o3�M����ŦEm�2��J�1���
��J��Bmo�k2E����I뺲�¥1��{}�XN�.��\�bj�׎�4�<8*~�dh[0���e��G��M�~�3	TLk.y�Osi����j�+��8#i���3��u�/<�+��E�ܑJ��@]�W
-��d���0���iD�	N,�*l6}BEԠ�|�im�&8kk�NC���q���g�ּ�����+��F�Z|���x�����D��u}b���{r)���'��5��{�����;B�'OoqS�IG	����~��H2jYoU�fAI﷥EA�������%~D�yim�3�y���7T�^a�Q+��xr.
-����
-������?����rZ�3� xb�-w�U�$}�##�z����6S��ﴨ�a� �<�
`Gh[W����7T�����>�'�f'����}�>����)w-jc�q��S
-�"<�DAes�6%����֎i�)��.�:�\+���7�����Y�!U���g�"�m���1�!0o9B��܅��ڼ��'�N�|�;F�s�6����_>��¾t�E�f��Z��;�k��l7�ǀ��NK):m4]$�p�U9~��v�R)�>|���(;�o0v�O�W��8P��>����5%7��N,���fx�:�&g�M�j�?v�p��x)����N��j�|P��"q?AK����Oo_��f|��t��Cl!���+b[7��Ǔ���М�!lO%%t�<Q�J�~J��e��$�E�_�Ko���D�wGukSB�zпO@'fõ:�����l�L�}��N��i\ԺI`�ءF��-�-�Z��I���4gÜ_���Y/�[�ߥ iP4�"���^��~�bI	1)uD���~���_��z�T*��l�&�#�\�gZnY_�	21�)��ϊ��� 
�D�W	��H2�ǿ�r�v�*�/�5�{��v������F+U�2Z��!/e"�^�U��r�P�����d��vp�lJ���8�w�ʃ��nlV>���4��Ku��L���[m�C<�}ֲ$�S~�4��bJ��ţd ޢ������b�r�X�� ����Kƛ�����Α���
-�l|������&����|���(����X�߭h���m$0��U�����V����k�F�1�B�l�5�P$|`�@�\B�;�$�*I��3~[,�s�ԟ,�M�=���D��"�)(��:�aQ�*��7���n�Pu!��7��݇J�b|w�ΐ�Tp�"��#����+���9Y��$?@�GHn�u��.鐞���CD�"�o
-=V}X�}��!)�m�[|BO�w]�6��',I��������Svp�8��*�O�'+"�pݳ��$���z�Jϻ�}]'"`LU�^1�
�o�Tj�Uk{Q�Ԏ�'O�!��~�s*}���l�՗�l9U��;�1/Z��z%>4�4@��P��h������
-��
�O��n������9�6�_�aa�P�����&�M��]+JۼA��q<"4ޛ7�0�|r�T��V���)Ѿڤa�kj7��h6�ϭ�{��q���7�����Z�������
-Nsk�˾�z�a�l������Ѧ��i�}c�]nL��f*��7ߺ��y��Df�e��o\�6��W^&
-2�>38��S�n�q�fI���������.��V*���>�n�$�2����'��yZ$���u%p<çܠ��Ŗ��t[�0uL�3�ڳ|G[��L����
-��N�%�h~�#ôi�3�?�i�"�
-��P6�1ҤW�sNZٸ��L�;JYr]�❡n���\%SDU�G���j�0�i0	Y�he&_5�ȰOnEj0L�\�|�Z�/���(�5��+u�6��"���u=�o���ZS����kf�����n��=m����d�`�h�N� <YS4Ř���P#�����|[֗�s��+�+fd�C
�9b^�qc=�F&g'ӄS�=��Qt�G)�������k�By�
-b+�H���hd�f"���N����j�5D�p��j�
65u��D�A�΢Q�A�-�#���|
�d����[��̰���>ױ:��Ws��ӢeG^�9�U��5�G
-��3Q�Ľ�%Gg�U_�"E7��8Ԕ� �b�;�9Yp��-���bD!Ǫ�	B-r�Q��5��tvNZ}Eh�z�a�Ѹ%���]���r[�	Τ���ŗ�P�
4��ٲ��M��o��*9�27]W ��Q?���U�O�|Q����KR0����uu�Rz�\��tv�存[�����,!|<�c{�M�i�t=\��0��=�Vs�̤�DVD�x���H.�w���w��%~�i��"���ZsG� z4����/ ����TSˎ�ҫ�,��hul��≙ZP�~�5'�n��/7T'޶��n��間��H������D��T+�ޮnT1�De޾[�sE3�$|��ӗm5�T�� �OD+y�m�܈7A�e����ƻ�P˨�J�e��T7[����ZyX8�-���������%��$2Mp�.5��%�G��Ir�M���%�����.��
-��?�"HUQ@N_�d"�~c=B�S��o]wR����R>���(~D��#YN9]�Ђ�������̩�Mh���IfhK.1�2qM�)Jyz��޻�M�&b�xdy�Mw�G���o!�/j[%�w�_U�ڄ�VCU����^�/L�'v����8�b�OZ��厽�������Uh)��8=�wjE�W�,�}���sDݓY3�������/lg.N�9l35�?xm���ܿa۔'(��\�/�xz))���Ir��(c�
"�$}��E��y��*oFh^�1
EW?i$u��}��e�{5��r���8�����.�,�R����P+�֓I��O[W���dTe��x�eI�S�Ã0��l"L>|���Yp��#�56fG���L[[I[,ϲy"�Ҙ{N,�8��xѴ���81��Z��-�]7J�n�V
�4K�8���U��8�#�E0���k��]�j-�7V~!�����@B ���8Mb�ϯ˦���0����!�����@��i�}����&u���J)�9%T������Ħ���|��D��2���'��Nh�"�]7�i^R
1Ӊ�'��=ٖ
-�>}�%���nN���İv81}a鲯��XC�����X9���át�Pp���ZNj�dB���
-��q�����g�p>p�1+�Y��=���(qN�RN�)��
���Q��j�	H=�v'�����Q>{��.���>O�1'�j�t<�˝Ƭ��������Ŵ������[��9�r�����n-q�M`��ʏ3�	�P\��%��˚���M�dg�o�
-ׁ�Q[�(�cxi&Э��N�O��X��N)J�R'��f
-xE_�r��4�5\'��E9�<Bgr�imt%08HƁ[�-�ިŬ	��7�Z�!D	�-�w})��#�P|܊:kz�LcC���y.���#[m����~cZ뫋�{`��a��h�1~�gy��LQ)6#qݫ`�v�96F����U��RJ&��θ�7`0c�{����l�˨�:��x:N�@�zР�����aB� ���F:�1t�\Œ���&Q,�X:��U**c)�
�>�{Żv�������S�m�j�*��zC�o�9�
����6�-���4�?�(��74U8�����w��sa�Jԇn��e�g/���x�:���HFb�av��T�l�����g�F!?�m��4�\���Eq�z��}�V�����P�^?Y#\zА�q*�-K/��̑�Յ��qM�)@�I�8�aW���,,�$���n#b.��O���7;��5[��R���D�#���/X�^�n'�Ħ��>=K���안Q��_��v"����k��Z:W�4�oC�i%%2�++�	��J`�H��!�{�V�@�_�Kt
�$��mW�D^����LǢN">��8�'���'N'Z��_U��D�����%6���0?����i��p���z`_�[B�J��$�����F/�w;�v`�ّ5����܂v�2E�
-*���Z�
-b��U���(�]A{�����`�����'��<ͺ�g���ozd��Z}0���'�Ir`��3�Wʚ�@�
-Ӷt��P�!;�����7�DM�)%�С�[��[���?���o�%����ݙXǢ��6�����PҨ2�!��pE&j��������ڂ��]���D��oL�&ю%�o�z?dVF�
-߅�'�KwL�Z ��W�A��2й�l���]����%��=CW��2w�[�(�ϴh���(����.� Uf�����.���z:V�rm���I�5S�����2�C���U��e (�4̵�%P�ikڰ9q��;h�Ht�h�f���܀|���ʳ]�`T-:
-4��]-Le�-��T�T@M"Gm\`�V��c8��[�ƦI�c�LpF������UÈ���n���5/�A$�Ҏ�YqWW艦o��]1�R\P�:�:��B�!��H]�T�Ng��Z��Hwz����N��]�]E؅�5�xAQ��DB�X0:
��"��E�S8�=ܤ4/������y�ˇA�'p.|B�n\&�ӭ��uu��T\3����
��'��)��07���6c.�4i��M�c�[G�)�������p����/�s��-36AN�~����!6S�C�o8�@�<Q���fv�W�O	���30��JE�ȵ�c'�%�2%�x�w���G�S�e�u� `�^���aA�J4}'\�hX�W$.*#��u�����^��qٱ5�a��kuU�@!�!ٵ��Ɛ���lj��b/����Y�"�s���5��L��(aQ+~k1�e�\��i��&����1��Z�]/��@�Iao':�T�"���+�Χ��{��.9QF�8��#mI�VS�����������b\�Z��D�(�r�ڽW���
-��JlS�b6�N��ND�LS��d$z4tc���z��9JHd*qꁰ�`��%%z�J� �IH�Hd	��o��{҉�~	qI@��?q�X�mc�����x1��/�ȵ���N�	�j�w'�|_��c���u�Of����A���ʣ~o�Tn��[��&��{���؏���8-_ݑ��nx������[ɴ�S�P7hV�z���҄�cOӐ0/x��6��[
-q��@rìaLB�B���R�."^��/��m�,Zf�M���m��kkB%ܞĄ���������-jtn��������?B��VV��'�
d��M�ً#k��^A���XǓ���ۮb�
b$�1r��(	½�����T�^uo�pW}��[�@x�h>�=_�z	�z����'�dz�z���5Y����Ĉz���b���kd�m�����"ˣP�V�!�u�AF�b���l>����O�`����g�e@5��������Oh�Q3�Rq�A����s����]|/��HG���O ��R�l�L���'u9F%m;!��ۨ�`fG�`k�t(���ڀ�ǀ���Kp��Y��
-�|�.
`�iko���&�QdR)-$�jV���(��JpoG��ŭ5@ȑ�͉��>�}���<���˼�(C(	:�ډ0�ȤvDf�~���N\��,ӭ�����l2���5Ψ�ɠҕ�(ҽq�0*3���N�]>�J��gf[�����?�Z^������j�s
-�1c|�V!��.���Q ������!��Oz��O+n$R���+�!Ȍ�=	O-�g������ٍ�vg�H�����N��[|�F�ƃ��S���p!	!~#��6P��L�"J
-���pp�[���oO>�̱X�ZgD��;x���Uz����'��`�p4L�3�Wׯ1����{|1Kv�9�#jD�)y������B1�D޵�N
-��c�~��*;��E \����3�,����wPz��2!�A�_����E� �4[����6��i�%��;���P(�r7�L7N��v�~%>2�ֿ~7�bÔbi3�(,=�u�����C�O��`-��kh�]k�]����<tB�����Ƈ�TQ�	P�6�&0\���=ȱN�MUD�HC�n��@x-e�+:�<3c�B��\"����]Wu���c^��6��B=��9'��`5,�&)-K����TW��`Z�L��X�9��`;W5��B&��#<�W�R�,[�����̴��?n�D��UQf�Y�aE�%e��Kf�@UL�T�C�[�J��8=*OU�La�!ֺ�@=�n(r�j_�����F�a����¹mQ@��|:c‰��I��FU�?q�WI`]n�-�!�ȝ;˪
-����m�F�+ft���A.yj�����be�'�j�o�e�T���.
��*d��*%�D=�Z�Y8��L
���Y�����4.�K�Rh��
-I��͞���`]�3����9͞f��l�C��qQNWY�i0/E<�p@;rr����#-YO����z�ކ�+��׿�����i�L`��������s����#�k��H�8.u�$c7�r�����=�:���g�����nq�;H3z\~�{����;��f�.�аH��Ε��I�S�Ue�5�#��.Yk\�~���m������y�D�M�w���l�H���<8����`}O��`<�
����uH�p�tI(�ʼnVo��N7C�/�a��_���t���MX>�yi�"`Dz�vȺ��Ʀ�+�צ��5aV�i
-j�A�ʝtgHD�zk�<<�9��/Huf)Ƶ~�j,dT�Nr�� ���3-yq��t�B�E�����Ӟ�8��l�-H��$S�0��}
-ےH�H�X�/�[����P��7���݃R�=;�;���� "v#i#�g�)�.@�ԗHuZY�!&�����2o8�����r?�`x�~։�������%���Jc�����̉���������E*��=s��j��ϑ��xS)�;`Ϝ���H��_���H��"%@�i�N�e������p�c4�N���Ua�9G+"�[����{�L'�v�B�B{Q�n�f�>p��q2��ݘaD!6����]��r��G��R�3!�	)y9BեV^�@�̝	i��%�G!���TρH|9(�T1*�"�oחf�[)���lؚ
+��|{�s";�Fu�����=��U���	}e���^D�s��}2�m�zW�޹�ȕ3�Ѫ�����$T����6��pn����\�)1f�9��3.���=vUӚ���9G��}{8c�f��m��`�+5���w"kgk�Ώۣ1�E�����
�s�ƬS��TD���v.�>�IUB�{��̂l�"�lI�eQS�N��M&:��3y�
���;�e��O2m�$Co��T(�(�;pm.|�L��e	�Y_T"R)c$B����p��}'�d龙Ð�:9���-�^�M3��4�>�����ʚ��κ�1:}:ΞT�>��|��5-
-R�S�E���1{	�/�˚�$mB���l�ϒ&X��
-�s�W"�J�}y�X�vq�H�,O�����CN�ϺA�hڋt=i_@�H+�E��6�]�X��L�Dj��S��>ו�~ߔ��������� ��߃�^��H"�)���4��}��.ߋx/�Q�^��յ��qm����M��7�RC����@y����2��h����"���>�C�n���E�{�8�?��UH�gJ���%׼|s=.�$��ҹ/"2<~�e<�kK2��x�t�K`�D�5)ڮ������*;�$�${1��|���G�h~���Uz�$Utw0c�:������p#z�n�4�D>�vn�T�X�f�	�xL���Ȩ
X������!�A����ŭ��\�>A6c��n�7I}põ���w+�r�Y?Z@�~|�X�0�,�1i�V�bE�0����&w��-q��?�0�����T�̵I�C�����J�4[����}�ґ�vi���d�╞���.�"
--��w
c����`[=�Q��5=���Q��VkY1�J�l
�*v�	�N�ut����5
4�i��)_p���K���H��f�L�ˁ�̨x�QSOs�cSA���z�Z�tfU��;K��C�`iV[\�����B��.P7�&��>Tv)�/H�w�	��^�
-��7���
-kd5h��i�Hh�l���2�Nb���ʹGB�t��:j�uh,�{�1��x�{<�2{��lat��z�������iڻZC[=ht1b��C-����UA5��C{�"�:uC�8$$�p�E+,�E`��'/d���NK�0H-�L�a"�:S[&m�U�.it^�O[9������
-kaEԛ���=��;�L��ę�"�B�m����)�[��"'z��f��"F��HB]�%5���įi��#Oa�B!�]����.n3Ye����9�/���@P�C7���(�H�JH=1\�����o����zaTɐ���~��ZF�ϸ�Q��#�!�(ݛ��-�%L��,_�N��CԳxV�zU0nd�O �I�Yؚ���N���z�{���
�9g�?\�ɁGD-�mBn��^�0��:�(J���+w ��!̺g��e͍���y���,w-HB����2O9F<�Y�8"^w>�LQ zMH3�W�H�l��ޤ�?n*8�'�'
-�͈貣.vᦿ�Q��v	 cf�ܝ�H�Yw�n"�|��o>���`�
��.��r뽵��^hj���Z6�ڛ������="�)��2
ѥ,'&�&l虯j�Ru>�J��Aq,hy�n=;gD��L?�'�lb�X�Q�_4qK�Q����[3w�v���)r*�I1��~�9O��Z|�M,R\��;�`��ou�x7b[��;uI�gZl$J~븹��/�8��?,��%�ּ��i�V!�I��Dk��hQ͡߼�~k�[�nV��o���K���4���qU.�9��ň��g_y*�`��!�g�H�$2t$�B(��l�^����] �G@(�����7*2�)A���!�Bh�(�6h�����d��u�Ⱦ��ߧr�j��B���}rh�Sr�^�'G��)d��$����$cHԨQmz�Q�>�l�j��
-y�'*��Pˣ�U_��q��b�7ak���f����\Q|9f~3>�-��bE<_�����t�K��.�e������ß��X��/���+#[�'�o�#������rE��l
-��ٜ6,l)Kё�k���rֳ�=Z$�����.�):.!ȴ�������TY��j�0����`k#Jm��݆��5�D��	���`@k�r�͓D�������6F!>��:.�xS����ukW���[(�]5�y�-��3�����
k�͞�/�B�������ߏi�tE��j�~��1��d���aD���~ί�l�N%p�c��M��q�?�ba6¿p�w�򅪣i4\�L�Õ�7k8���?!Ī'�(�k����I�V�������i29(f��~���ސ���յMz�og���v?2cZ�ʷM5�E�qS6��t�t�8�2�iQ:u�4���eT����-��hZ�˱@����_�m#���r#Z^�yִ<!�|%�	����K���o�ߺ��C�8�4�r7Z�a0��x9��8Z$=D���^�x�7R�s��*��˒2?���t]��7��O;!��[۾1��ݭ�}���+�+�JϏ:���ݧW}9�
E�r�ZTT��U�k���ڞ�-*n�ʑ����M����"�K/�S�!��e����%'59N�/�%�[��Ƙc9Àt�n��uBű�V!:��"�/$uk�2���n}�gx>�Y����<�dӻ� ��H�G!��#ju��UhY�gn�n�k���*`�����x�ȕ�qtW"���z'w��f���,R9�4��B��݉`�M����@�o�ooo�V��01	4Ϣ2�S����\�x|���S�J; ��
-��.�5������0"����L�}�������f5��FjA�h�?U&_��#T���?�M���#�y�E
��"��#:�2m�B�w鋙U������b�<����$Z���&��H2�>��t���
-�h�"����mE�nj�����h>� ��?n�(͙R0�K����hT��yH���<��g����q�G���v�6�p]#sF�t��M���(���u�Ĵǃ]N{�b	0i0YG)��E��)��O�����[���T��⊑�iV��%R���Q�p.=95���'sЀg8o!��e��u	�~q�����86� �B����� UuٰJ"i7�~g����]�=����j99B��b���W���6��,#��B�H��!Q��"�kW�>#G<|���!3�$�uj?ک�9HpO��vA݌�U��u��!/�����Ml���nHf;'
-7g��C������\w�����o��ytOkr<e��'G�o���Cv~�2^	y8]-z�?
-�EO�Ә���������nMjשS[��Mܫ�G�ш*Ky+�Ñ�
-Ղ�*!�(A	�?���8x�����٥��ߞ�p� }�a��{Y����A���N���^��݉�F������5n/�~@�a�n���Ƒ�����3�+�Ċ*�C\���X�4o�����Wy�8
-i�Wq�o�/�e����f��/+�-S��H[b�-Q�~�L@�R�,<=��)t���i��4�}3G�,+$Ҹf���z�㸘,��$F-ʯ��+�f�e�0�ഀZ�<��ƐZߤ!+R�w�Az;��ۃ���9zM��yoZ��)Qo�H��V`ZPĦ��>���w��I��x��~
-&��)�wc���i����G��L���E�q��>.�3�J?��R�X�p[��/���CK��J�p���aS��t��w�|%�qV)���Hb�M�z�8^z�M�6��oP\;����U�_�8LC�9/�V��6����({p̢���n��9/��eA:�ƴ�1��N�����@�*�B�`���2B�?�՟uDϼҸ����p���=�����JtV+�yl'�~ͻ�34�p�
-���cЪت{3Nn���CC���N�"^���	]L��u���9��R� �P"��n���rL�ޓS�}��r��_��Ӿ�s:&�Kgcbvj����s�J�ܔ�Ҿ_�0�qW'�'��z����ʀ��;���D�5֬\nb��)��F�X��=����J�s��G�S�@N�QϹď}�w�F�"�]H�4ہ�F�_N!ۣ�{>�u��ۅ����	��c�b�����S�g^!��
rGf�Qȉ��G!�����.�+�r�F�A
�Om����J�./|�_#E��q�a���x ��R@+_ʉFd� ��[��@�;��C�V��
-�z� �3"���Ns��e�Jr'M����s�G��8#���i,�4�� ���p>i
!�"ӭ�~�|��n�Z6a" �)���!�"���FZ&��é�Z��蟑�~������o�:���^��˒�Uy�jY�H���^"�W(/߅��2H͠	�n� �k�?w�^2u>�2�C��R�����#�D��:z��y�ϣ�Rbw(UH��#R<IB4{�o����e��edt�O� w!5�����H�'��1�z������@��	T��z�����v��k���˜�(�\lEg�o��JH�&�7�h��H�R�֗ȧ%=ge����;���R������ �B�?$�#1sW+�S�CqW�9�^T�1��\dF"3ì"��u\dxwi��0��V$2�
�f � `|_���%2n��Y=��@����t��Vk\�f�udm5ҷ�A�"J�;dP�'�e�׾~4ة��UK��[�Gk�����"ĝ|cX���wf���K�)�r@��F���Q]�z=�4R�C��4e�x
-d8� ���@=�'RҾ
-��4�{!( ��KHSv���2qV!W^�U"w��U�LR"�pM�LZ��w�g������4P �D�zI$f"q�:(=�:�: �/��»\d'R��l��T��{��H|֙3��Yg-�S,���2�p�mJ!���q��o�����{�Y��n	�� h�de�C��9H�����E�J�*$ܸ�7���n����ӌ3Y�+c}R4x!)A�#m��>�f=�DPe-u����2-�@�L�w��iV� �%R�:z�0J�1��m��?LdL�<��6��|������A�~�U�]UM��"x�D�I�2K�3m%���*n)wV�8{���i �q/0/Q�%s�Ҧ%�e2�b�5��F���@l5��f]q���;���P�$���'����6(0�#:L)"	�i2�kvW���i��%!0�K&�-���f4����}��j�Vѐ��%�jK��{L�8�T�������r��l{�W�$u#}�6"o�ީ��M�:����3��L�"���;]�3|j-Y�#�"��
-�J���Y��,G�
-��:�WMVD媷�%[V�F]7����j���벣B'����;J�{�~��!�[��
��uxq]��d���ߑ�avu"��::�z��:�.�m	2M �YQ^�bqXYH�,v���&�{��KȜ���05��x�js�d9s����r2/�*(�DD>�Jt�����ws.�V���df}*=�E���1�vU�|�� �3݃ArwUw>΂	X�&�Fk�V.���W��#�%�}��n<|�|���U���E�H$i�2B���UeD�_����Ŭ���S�M�RyeW�V�V�U���w�R�0�2vTU���Z^�L�-!�aa�@��G�E?�d�,𲷑�M{"-��A�-�u"�"Ed�<��B��`%�E���!/"��y�N�9�L�5Q�H�b�A%��mu�5ѡ�GY���@V�hR��^&�Eji�8J�P���AɿN���/���6���������Y�~����^�#�i�m�<��d�7��g<�0N
-�z��מwHM(�Y���9��>�}D���J@)P5N��Lg·
-l�=�^5vZډ�W���@�$p�b^Zyn���u��E��<3���U^��q�㼅�7�Zh��o�ݾ��3Ud��^7�g _7�v����:dZ���C4�9Ycx-he@�Bv&:]�b*�E5E�[ho�|B㪦@|i�A�� ����r+���!5	�#�@�����[�"÷�ܧy�'�7�%*ߍ#h&'����e�98$$Ss�j5��re�L�J9����,���+7�J�P+h�����.�V�_�Ĵ��"��=�2�^��,���"�S���.{�JLTx�I�/n#��#�n�T��_��t6z�p����&��8����˅�Xy���P��d�w���]܁�k6�����W��AҐi���E},Z���E`�h��*2��������J��Ȧ��Czk"��M�%�p`(|r6���R�d�>��dU�W�8�At}5��TЈ�C���o!GVm������$��3�G�M����sFe�`�"V���Ox<N��	y�8Ow)7�+ (
-Q��_M��ׂ?%&�̡�`��'�!�t���c��^)U��|怗���5���	jp�T����lT����̸�_N��/R��u'w죎z��T�݁jFuLJB�<к����tɌc�BQS��0�9��'G	�+!�5V"�B��f��!0���z����	��!ե���9l4����C�`�Y#g�<��g�:���F��op�E��Z�
-�{�x���F�5	0�?f{H�B�|Hc���"D�<.d]��Pa�3.Bu��(&�渱��������8�-�j�P��T�U��;d׽
-[c�F���w��2���ۼ�V
-r߶��|;_q�_�)�!iD���E��Z��i��5�0B�z[�HT�ݻ�Ӫ"��a���9��ML/R4 ��i�����N�98���N��RQ�Z���Ǒ�e�����LE����3Ԗ�e��Mˁu,�}�h)U���ڜ6�(\@R��]M����d��>ՕB+��٢���y6�a���~�ҕ�����%9p���S[.5;j����.�$ir����G�D=�/��3�^y�5>PY�ճR��H�F�G�J�^)�גdZg���s*����@�*5
-�U�[�I
�r�vr�����f(c]`x3.b�z�n?Պ?�H�]Z����*o��U>�If| }����M9��=����d�������!qoS��I1�ܶi:?C#���Rr�Fܠ�CQ�t���f��x?澯�ǣ%�R�n>�V�b�sQ��B���4Q��J	40|��CW*���9;m�~S��뎳	e�9�Dwa�8t<Ij�C�*�k�����e8���yꎵ��U�*����mJ��.JDt�
-�uM'eS�<4VU�L�e�;hȑ3N^b0��u/����|��"!��[�}�Ĉ���1�/���h�d�0���VW;R&��1#6����&��Ĩ��\�Ej�US��L}$"e���AZͶ�O��s��-#S2 �x���[����ُAF��t��r*ҰZ���.�k��"�9AI�K���.�j*�V�E�k%�J�t#��㳔+s��ĩ��Q�ǜ�p��Rk�)���U��<�
-–?Qj����E�L���K$���Ш�ʼ!�B�'�kf�@a��E�ٸE�h=��V�D後E�}ut���Q����m�]l�{��xWg+�q^���R����o��~wO��L]#��V�H���
��_%�i�YT�2����q����k{h�&e�����ө��Q������߿�T�r:k�]�[i�Hӫ4S%8��JC@Z:��h�m*��jug�tv�
-��<���7����9e�T�4���<�kҝ�F�/İ��c��O��;�VHn��a!��ɠ
-W�]Z�TA�6����+��H�Hdb$�#��ߎ	`�(0z��ڏn3�J%n��2�6ʕ��*9�|������77�оM�w��&@�Gb%�A��߲k�)g�,o��*9G���m��ͱ�Q+Q�lƢ��&B� �2\���4�G)w��r�Da�9�X���}U7��
Ǖ�4�28�;eE΄8Iez�W�Z"�"��
-
�Q.0vN�� Nj�["9�H$��k/2��)�����D5��dVZ�L��
-,3���)��[�*۵N(t¿��|���4�Ƌ�̫οv�D�|�)ȠrR��R3%-��$!wFuJY'$�b�t&���ڮd$>��,�vF�4�h��Eqj�8'�?�D�G4����ՈH`< NXn�y���n��#��%t.Av&+T�S��(��T�n� yÜt��!�
�"	�F���"JQ�Z�"Q/�?!D�zM@��O��xJ�}+ɔȑ��L"J{D>�4[(*��-E��E�īQ���
-�p����MJ=),�����WT�ԋ��*�b[�� �9VZ�
-i^#��Є��3���59�m�|�Nӧ7��HL��q� i�.q�V	���jdT�%F�|���l�#t˪�H�����#��ˑ9���*M<EA����xt�u����V�L,^m
-;3F�;6�C-7/g�^;톎��-8Z:�F;��+�>�|Z}S� �k�\@�
-�p��V�`����:YW[��i譮�sX�+�%ˊ� �k�C>r*y�`j�q��%M�>���.��E�س\rȿF��!�k�q�5g�me����	J
-���@դ��WF��.�t�*����`��k��b�&L�M>�AR��-Z2z�1g�Ju��C�a�Y�GT�(i")>ۖ�/�(���V<C�h�J\��r\*Ix#�^"�[xJ�h����
��tj���
-�Zl����Md�L>���#����;hh핷ܩ�U8���r
���V��\�OP� 5�3�怙�XVc�N��Z	5���mHD�h����}U{���3h�izB�C&B3�h7d��\x�z+%CC��K��؃�	�"�s7�3�MjH9������򭤁�?kK:Gl�x�@Ԭ�� ������AK^����񕱬x��zh=~*v=<;֕m�孔,�"�!6@�YF�Uȸ�� @\ٿ˃<ӛ@�kcr0���)�e�E�;.�Y�|�g\����l삊��ڽ�2=9�"�s��ϜzW=��x�F�?��?���g�V=��ל��oh�%�q���z���H�Տ*Qu �^�/���i�lb��azܝ�o���B��ʂ?\�5��|�\�.��?���-�/4].Y���i��;,��.J'��b�z!�S�r!Q���֢Y�Z����	t������W���t]A�?�,���h����] ��d�����V��{���8���]�B�K"��Պ�|��?_��������������
endstream
endobj
16 0 obj<</CreationDate(D:20080109142619+01'00')/Creator(Adobe Illustrator CS2)/Producer(Adobe PDF library 7.77)/ModDate(D:20080109142620+01'00')/Title(geier)>>
endobj
17 0 obj[/Indexed/DeviceRGB 255 18 0 R]
endobj
18 0 obj<</Length 428/Filter[/ASCII85Decode/FlateDecode]>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
-b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
-E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
-6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
-VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
-PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
-l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
19 0 obj<</Length 991/Filter[/ASCII85Decode/FlateDecode]/BitsPerComponent 8/ColorSpace 17 0 R/Width 87/Height 87>>stream
-8;X./!Kudl#Xl6'"hDoZm6p;q7a+Q+r_LPlZY<:CmaGb,)EZb"ld+IUs,Yh!5EMip
-1-UcVO]/E'K\,-XI%l5-eG+pd*u!J=Q)PU,c<cX.Y@m,CV`QAKHbnLt"9n.bfQL9=
-;ZDA5s-15Kp?=LS&H;p38IAM@M/.I@_M(0s4+$+a<tk:kd13UN$b">ZRg6/mDjlt*
-8#%qC'TRj'f<m@j[2Y?28F9WlOSu/Oo[rA7aY?fTLfN4UW>:$ZeT4Tj*3BG%?sTZ;
-MnR8[JSh4I[MpdKb*CU*=2;LgE=pg<g>.u2/!`5A`_*".Po'u+&!dqe]ra(qq<oIC
-=$jf!NDfWE#-bcfQ"1uF!bh0b"lE-Z+a\0)0PQMI0A)"O?/+<?>8G(-[X/Ck$P,#%
-J!mQi`E)DHbkQbAe4CD=+fG<-<37`!6Ng[,cIa&;?G*(+'ifO%D5biOL;:s7$EIOm
-[,\HfO\RFl)m#s`WLhgm$rnju^;Ke2+7k_:k\*;G&C1ZpL._1B(9Nc(k20XG9nfir
--Eu4Sq.Zg;+`tNfQ?A4a8ue,1C,cg;JbjnT!ir#ZMUQRLSr.-)GJ9a2/P\d$P\mqf
-AQ/RO?".a%OtHt91)HB,XI;[2s/";OZ!d5o,m<[W7AY[6n!F\+5+32gLpCY:V^mcH
-?3.L>7GP-\<o9@?mo@.N!tTUeb&0JWAH`QFN_@V#kQY#X4Z?W=;]jWu9$BH/((R;g
-p[?d<C#3="hO.T#^tCS\(^p'Ja\oCb=k;_E6BbA"!/ms%V]5Q]KA7&/?lO(b*ke]T
-HaY'Mcua'-<3bOmPe31"2M[-bMENDo$>\Rj/O/c.@EAbk7f?oQ@GI0+>Y=IQ:PaYQ
-q]]FNYOB.g40Sh+GLX"K_ICtnY25aBHZ=.,@\*K2R&C_(lUf"pG(qK[)]hIIb8#0?
-'eJ/MUMd#4PK2u0oFC5"DkR1YEaISq"kBU9I>_U1^UoToC]1-M+3AZ>:=nA'`3a1J~>
endstream
endobj
20 0 obj<</Subtype/XML/Length 40206/Type/Metadata>>stream
-<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
-<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="3.1.1-111">
-   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-      <rdf:Description rdf:about=""
-            xmlns:dc="http://purl.org/dc/elements/1.1/">
-         <dc:format>application/pdf</dc:format>
-         <dc:title>
-            <rdf:Alt>
-               <rdf:li xml:lang="x-default">geier</rdf:li>
-            </rdf:Alt>
-         </dc:title>
-      </rdf:Description>
-      <rdf:Description rdf:about=""
-            xmlns:xap="http://ns.adobe.com/xap/1.0/"
-            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
-         <xap:CreatorTool>Adobe Illustrator CS2</xap:CreatorTool>
-         <xap:CreateDate>2008-01-09T14:26:19+01:00</xap:CreateDate>
-         <xap:ModifyDate>2008-01-09T14:26:20+01:00</xap:ModifyDate>
-         <xap:MetadataDate>2008-01-09T14:26:20+01:00</xap:MetadataDate>
-         <xap:Thumbnails>
-            <rdf:Alt>
-               <rdf:li rdf:parseType="Resource">
-                  <xapGImg:width>256</xapGImg:width>
-                  <xapGImg:height>256</xapGImg:height>
-                  <xapGImg:format>JPEG</xapGImg:format>
-                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7&#xA;FXYq7FUm8y+cvKnle1F15h1a10uEglPrMqoz06iNCebn2UHFXkOt/wDOXfkpbo2HlHSNR8035r6S&#xA;28TQRPTYULK83/JHFUuHnf8A5yy81VOieU7PyvZMfhnvwBOtf5luX5H6IMVXj8nP+cktbIPmH8zv&#xA;0eH+2ul+qtNwekK2A/zpirzTyV+W+ledPzO8x+RtW8365Nd6E06x3ryClybWRbeeiSNMUKufh+Ju&#xA;S77UxV6en/OFP5XhFEmra2zgDkyzWignuQDatT78VdJ/zhT+WBjYR6trayU+FmmtGAPuBarX78VU&#xA;v+hRntGLaJ5/1jTm/ZNORHw0/wB1Swf7WKpPd+S/zu8s+Z7Xyzov5ux3mvXlu93Yadq3rGSaGNjy&#xA;K+ul/HX4TRS1TQ9lJxVNf8c/85Z+VuP6b8o2nmazX7U9iA07U8BauSPpgxVMdD/5y98kvdfUPNmk&#xA;6j5Xv1IEyTxmeOM9CGKqk23/ABhxV7B5a85eVPM9p9b8vata6nCPtm2lV2SvaRAeaH2YDFU4xV2K&#xA;uxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KsH/MT85/y/8AIMTDXdRVtQ4ho9JtaTXbVFR+&#xA;7BAQEdGkKj3xV5UPO3/ORX5pkjyfpaeSvK8pousXtRcSIa/EjupYg029GLY/t4q8M1zVvyq0XVLh&#xA;pPr/AOZXmHlxn1bUZ5LXTmlBpVI0Z7q4A6VaVQe23VV9Nf8AOM1z51u/L2pXWv8Alux8t6XK8B0S&#xA;CysxYtInFvVZoyS7IPg4O+7Vbc4q9mxV2Kvj5fMfl/8ALj/nLTzFqOvXbWelSNM806pJNvfwR3C1&#xA;WNXcjnJ2GKvpvyh+ZfkXzjZ3l55c1eK+ttP4m9fjJD6IcFlLiZYyoIRt6djiqJ0Dz35K8xXU1roW&#xA;u2OqXNvUzQWlxHK6qDQtxRieNT9obYqmt3qWnWbwpd3UNs9w3CBZZFQyN/KgYjkd+gxV8wXFzP5i&#xA;/wCc1oEikL22iL6fL7QRLewZ3Wldv9IlZfmcVfU+KpZrvljy55gtfquuaZa6nb0IEd3CkwXkKErz&#xA;B4n3G+KvBvzQ/wCcevys8s2b+bdL8xXHkCe3YCC6iklmhErDZY0DfWebcTtG/j8NBiqR+Vfzo/Of&#xA;ytpCavqcMH5h+RgzIdf07l68ISgYSngksZWoJFzCCdvjpvir3D8u/wA5/wAv/P8ACo0LUQuoleUm&#xA;k3VIbtKCp/d1IcDu0ZYe+Ks4xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kpfr3mDRPL+lT6trV7F&#xA;p+nWw5TXM7BVHgB3Zj0CjcnpirwLUPza/NH82L+bRPymsn0fy9GxivfNt4DG1O/pGjent2UNJ0Pw&#xA;YqzX8uP+cb/I/lKZdV1IN5k8ys3qS6rqA5hZDuWihYsoNf2m5N7jFXrGKvhr8v8Azdo35IfmD5t0&#xA;zzHox1a5tXEGmOsUXqrJDIWikWWb4oo5YZORKAk/Dt4Kvf8Ayj/zk15e1byDq/nPXNKuNDsNLuFt&#xA;Yo+YuPrcsilkitnKwB5NviWlF6k03xV595P/AOcx9T1Tz9a2esaTbWHlbUJltYXRnae3Z2CrLLKT&#xA;wkA5fGAi0G/bdVW/P/zt+YXmL829M/K3yVqE+mOBF9Zkt5Xt2eeaMzs8ssXx+jDBRyB7mh2xVi3n&#xA;PybFb/8AOSXlHRfOL/p1NRs9Nh1G4lDoLuQQtaeo29d5Ya9d++9cVS3QPK2op5n/ADn8m+UYpRGl&#xA;ldR2WnRMzs8drqMVIlqSzt6BdFG5Nad8VXf84raj+X2mefrSDXIr2x84epLa6XOXH1ORpkMZhmi4&#xA;iRJdyFq3E+xG6qzy55I8xf8AORP5geZdeudY/RmmWTqIJZIjcGOKRnFrbxQ84QAI4yXPLrvQlsVe&#xA;fJ5K1bVbrznqaao1xB5SVpJ9Tn5LJckXAtYAKs5V5BVhVj0pXFXsFt/zkn5p8ufkz5W02wkGoecd&#xA;Q+sIt3cq07xWkNw8MLFSf3kjFeCV7LuCcVZF+Sn/ADkT+Ymp/mBB5D866etzfXMs0JuUiFtc20sK&#xA;PI6zRIODKojIPwqV71xVJ/8AnJXVrrz9+b/lz8stKYvHZyxpdlKkC4u+LSM1OogtwG9qtiqzzR5g&#xA;8tfkX5S8zeTvJPmaa+83ahfxepHJCyvYW7xVLrJw9F5eAClg1asDxHHFWS+Xv+carHzX+WegaxqU&#xA;82g/mC8Bun1e3HFmaSVpbc3MK8KyLCyBmUq9d2JOKr9L/N380Pyo1GHQvzcsn1XQJGEVj5ttAZDT&#xA;cD1GAX1dhuGCy0qfjxV7/oPmDRPMGlQatot7FqGnXI5Q3MDBlPiD3Vh0KncHriqYYq7FXYq7FXYq&#xA;7FXYq7FXYq7FXYqwn80/zb8rflzo313VpPXv5wRp2kxMPXuHHgN+MYP2nIoPc0BVeUeXfyr89/m3&#xA;qkHm382ZJLDQY29TR/J8JaIBDuGlX7UYYda/vG/yRQYqnf5a/nSp/NjWPyqu9GtNF0/TZrm18ti0&#xA;RoqpaMxCSISVrLEDKpUL4UNa4q9yxV515K/P38uPOXmq48s6LdzPqEIkMDyxGOK5WL7ZgYkk0HxU&#xA;YKab4q8O/wCcp9ItPLX5u+VvPE1lFd6be+l+kLaZEljmewkX1FdGBB527ooqO2Ksr/5zB0d7j8q9&#xA;DvdGRf0LYX0byRWygRLFNC6wygKKBATxH+uMVeb/AJ0+aPyo8xfkz5NTy7eQW+uaMI4hpCRssscc&#xA;kIF0r0WlfVRG5k0bcipOKoG6n/MaPUvLH56eXrF9VkktooNUcRvPwu7OE6bOLhE+PhcRR8uY6FqV&#xA;BpiqfefNR84+cPP/AOU/nptBm0y51CS3gWBFeUpJZam5JbkilVKt6gDD7PiN8VQsHln86bH88PzE&#xA;HkBfqerSS3V4006RKJbW6vUnjSF7hWh5PzDfERVVbeu2Kp15O/J387fNv5s6R508/wBtFpqaVcW1&#xA;zcXRFqkk5sXEkUaw2p+JmZQC7U+HodguKoP8oYvzg/KXzvqflNfKdzqtjq0wUXKpJ6IMQcRXMVwA&#xA;YeBV6yBt+3wkUxVg1n5b8+aB+THmT6zo99DJ5s1nTtPeKSCRZSlkJ7gn0yvP453RQaUJBHXFUbdW&#xA;tn+Vn5qeRp/N1ldPYaPpVrey2sKI8ondJpiIxI0aH076Q8viHQ98Va/Jv82vKflnz/5r89+ZYpZ9&#xA;Qv47mXTLaJObvcXdx6sgDH4IzTYsT0J69MVZ7/ziHpCeZfOvmn8wNXmS41mNyscexZZb9nkmnp+z&#xA;svBfYsMVYx5h8ux/nr/zkJrVnok0en6VaxMkurRwiXklmghEzKGj9QyzEKp5A8Kfy4q+s/y68s6p&#xA;5Y8laVoGqam2sXunRtE+oOpUunqMY1oWc0jjKoKnoMVTjVtJ0zV9On03VLWK9sLlSk9tOoeN1PYq&#xA;cVfPPmH8rfPn5Parcebvypll1Dy27eprHlKYtLSMdTGKlpAo6MP3i/5Y5Yq9b/K382/Kv5jaMb3S&#xA;JPRv4ABqGlTEfWLdz4j9pCfsuNj7GoCrNsVdirsVdirsVdirsVdirsVee/nD+cOkfl5pCBY/0j5l&#xA;1D4NG0aOrSSuTxEjhfiEYb6WOw9lXmv5JeT9D1vzteeZvPut2+u/mdAxkbQnkVv0YEbYCLoZISaU&#xA;T4Yjt9rfFX0Zir5a/wCcsvK9/wCW/NXl/wDNXQQIbuKeKC+kUCn1m3+O2kcftc40MbdqKo74q+jP&#xA;JnmnTvNflXTPMWnNW01KBZlWtSjHaSNv8qNwyN7jFWF+TP8AnHn8vPKHnWbzdo63a37+r9XtZZVa&#xA;2t/XBD+igRX+yxUc3agOKpX/AM5WeUD5g/KS9uoIjLe6FLHqMPEVb01rHP8A7ERSM5/1cVVf+ced&#xA;Th86/kbptjrtul7BBHLpF1FMoeOaG3PCMFT4RFF+YrirVj/zip+StrqD3Z0iW5UnlHaz3U7QpvXZ&#xA;Qysw9nZsVen6Joej6FpsOl6PZw2Gn29fRtbdAka8iWagHiTU4qjsVdirsVdirsVSzXPK3ljX0iTX&#xA;dIstWSAkwrfW8VyELUrxEqvxrTtir5g/5y5s/LmmHy35R8teW9PtL/UXNy89nZwxTkBhDBBG0aq1&#xA;Hdm5D2XFWYaF+RD/AJX+RvNOv6Jf3l15ku/Lkts9mCpjjufRDzSQ8ArMyyLWLuBtvXFUp/5wisdE&#xA;Hl7zJfRVbWmuoYbrktAlssZaEI3+U5k5fIe2Kve/PfmC68ueS9c160txdXOl2U93DA1eLNFGXHLj&#xA;vxFKtTtir55/5x+/5yP8+ebvzFj8teZBBd2upxzPbSQQiE2zwRNN1XrGyoV+KprTfFX1Hirwv82P&#xA;yR1e11ofmL+Vj/ovzdasZr3ToaJDfL1eifY9R6fGh+GT/W3KrMfyd/OLSPzE0hwU/R/mXT/3es6N&#xA;JUPE4PEugb4jGW233U/C3uq9DxV2KuxV2KuxV2KuxVhX5tfmjo/5deVpNWvB9Yv5yYdJ05T8dxcU&#xA;2HiEXYu3Ye5AKr53sfNOg/l7rJ8/fmZ6nmD809W/f2mgRMtNLgkWsfq8iywOUICpuyKfs9TirzLz&#xA;X52sdd89t538jQ3nl7zJLK15PYK4mBmALSTW8qhS3qCrSROlOtCQeIVfV/5Kfn7o/n7y9KL3ja+a&#xA;NMgMuo6epAEyRjee3r1Ru6/snY7UJVfO3mX/AJyd84+bPLmr6R5l0Gyu/LuqK0CNAk0L28w+OFkm&#xA;LSIzRMFejL8VO1cVZ/8A84U+eppY9Z8j3BLJbr+ldPPZULLDcIT4cnjZR7tir6lxVp0V1KOAyMCG&#xA;UioIPUEYqoWGnafp1olnp9rFZ2kdfTt7dFijXkSTxRAFFSa4qiMVdirsVdirsVdirF/OP5n+QvJk&#xA;kEXmbWoNOmuVLwwPzklZAac/TiV34125EUxVM/Lnmry35lsBqGgalb6naVoZbaRX4t14uBujezAH&#xA;FVe80LRL2/tNQvdPtrm/sCTY3k0Mck0Bb7RhkYFkr34nFUdiqja2NlaB1tLeO3ErmSURIqBnb7TN&#xA;xAqx7nFVV0SRGjkUOjgqysKgg7EEHFWM+WPyw8geV9SudT8v6Fa6df3dRNcQqeXFjUqnIkRqSPsp&#xA;QYq8n/5yP/PHUtElj8g+Smkl83ajwjup7YFprZJqenFCFqfrEvIUpuq7jcghVkv5L6Dcfll+XKN5&#xA;/wBfjtb3Urlruc6ldIkVu8qAC3Esz8WeiFmoetfCpVSD83fy0vbi6tPze/Ky4QeZLSNbueO0IeLU&#xA;7YgNzXgaSMY/tL/uxdvtAVVeh/lJ+aWjfmN5Vj1eyAgvoaQ6rp5NXt7im48SjdUbuPcEBVm2KuxV&#xA;2KuxV2Kpf5g17SvL+iXutatOLbTtPiae5mbsqjoB3ZjsoG5O2KvnvyMlt508zv8Anb+ZVzBpPlq1&#xA;l+reTdPv5FjhjCuQkzcyFZgwJH8z1bYKuKsZ/wCchvyQvNPv5/zW8n3A1TT7icanqFvRLgRF2En1&#xA;mIjkktuTuwI+Eb7rXiqxDWfPK/mn+ankfUPLWhNpnmhJLUatLbgFHuIbgP668d/TijXkXfcDY7KC&#xA;VXon57/kRqvlnVG/Mr8tPUs5rRzdajp1oKNA25e4t0GxjIr6sVKAV241AVQn/OFNrDqFn5106/s4&#xA;7zS5hYGWOdEkiLf6QCjI4IbkPup74q+jfLX5c+RPLF7PfeX9Cs9MvLlWSae3iCOUZgxQHsnJQeI2&#xA;2xVkeKuxV2KuxV2Kvjz/AJyV/PrzdH58uPLPlXVp9L03ReMN1NZuYpJrsjlLykWjhY68ONaVBO+1&#xA;FXn3lr/nJX849CnRxr0mpwA1e11JVuUf2LtSYf7Fxir6N/K7/nLLyb5naLTvMyL5c1h6Kssj1sZW&#xA;/wAmZqekT4Sbf5RxVZ/zk5+eur+Rrex8v+WWWLW9UhN1JqLKsnoW3IopiVgyl5GVtyKADxNQq+P/&#xA;ADR5q8x+aLqHVNfvZNQvUj+rLdS05lIyXALClaeocVQ+geZNf8vaimpaHqE+m30f2Z7aRo2p/K1P&#xA;tKe6nY4q+p/yd/5y6ttQkg0T8whHaXbkJBr8ShIHJ2H1mMbREn9tfh8Qo3xV9NI6uodCGRgCrA1B&#xA;B6EHFW8VdirsVfF2nea9P/LL/nJnzNq/nqxmuFmnvWsrtE5vCt3J6lvcRIx+INB+72b4QxHYjFVX&#xA;TNO87f8AOSX5gjU9TWTTPJGkt6ZEZPCGM/F6MJYcXuZdub02FK7BVKrKtI/5y80ny9qEHlu68lT6&#xA;RoGncLKBRcE3NvBB+6BaCSJORAX7PMEb7k4qjvzA0+X8ufM1j+dnkAfXPKetCN/M+mwVEUkN0Qy3&#xA;KDbiJSwNSPhkp2YgKvoTy/r2leYNEsta0mcXOnahEs9tMvdWHQjsynZgdwdsVTDFXYq7FXYq+ffz&#xA;Lu7z82fzRtvyu0uV18qaA6XvnK8iJAd0Pw2wYd1rxA/nJNP3eKso87w/lB5+sbn8of0xDp+rab6a&#xA;2VlErRPbTQR0iESyBI5uKNRo1Y/DXodwq8CtvPH5q/8AOPWs3XlHVUg1rRriF5dPt5mdrYiTkFmg&#xA;bZ0HMUkiPXfpUNir2f8A5xt8p+Rb3T1/M3RLQabrOswT2Op6Xay8rK2dbgNIsUTcnj5+ijhS5AU7&#xA;bYq9wxVA6ZoWiaT9Y/Ren21h9akM119Vhjh9WU9Xk9MLyb3O+KofzX5q0PyroF3r2uXH1XTLJQ00&#xA;tCxqzBEVVUEszMwAGKvBbv8A5zc8mpdFLXy9qE1qDQTSPDE5Fdz6YMg/4bFWRaD/AM5f/lDqUix3&#xA;r3+jMQOT3lvzjDeAa2a4br3KjFXrXl7zT5b8yWIvtB1O21O12rLbSLIFJ7OFNVPs2+KppirsVfmF&#xA;5vuZ7rzZrVzcOZJ57+6kmkbqzvMzMx+ZOKpRirsVRd3quo3sVrDe3MtzFZRGCzWRy3pRFi4jQtWi&#xA;B2Lcem58cVegaFqv5Ya75Ji8m6jbP5c1q3uJL3T/ADRNIbqCSeZFSSG7WONHihcRIFKBuJAJ/a5K&#xA;vPL+xuLC8mtJ+BkhdkLxussbcSRyjkQsjoafCykg9sVQ+Kvpv/nE386r+DVYPy91ydp7C6DDQZ5D&#xA;UwSqC5t6n/dbgHh4NsOuyr65xV2KuxV5L+cv/OPumfmbr2iapcam+mjT0e3vxHEJJJ7ct6iKjFgI&#xA;2Vi+5VvtdNt1Xzj5x1vzhD+Z975I8oa23lLSvL0klnoWnrePp9uzW67l5eSo89yeTc5m+ItxruBi&#xA;rfnD88f8Z/k9c+WvOMCzedNLvbf9H35jCvJECwmdqABJEC8HpTlyG1QcVfUP5L+Xa/kd5d0XXIPX&#xA;ivNNIuraYfaguy0ixsO37qQDxxV57+Vl9f8A5Tfmjd/lTrEzP5Z1p2vfJ95K1QrSE/uC1AKvxKkf&#xA;78FQP3mKvojFXYq7FWD/AJzfmJD5C8g6hrasv6SkH1XSISAed5MCI/hP2ggBkYeCnFXl2iazZf8A&#xA;OPv5baTf+YNKutT1/wA1XTXOvXMRXnHMyeoI5JJKfEitQL3bma4qwj859I/Kj8wPK+o/mp5M1gWn&#xA;mG19GXVdKmcRyyUZIatCTyjlUFaMhKNTx3xV5/ov5keXPNN7pFt+cEN9qtnp8bW9nrVrKUuVic9L&#xA;laH11Rt+SkSda89gFX05+Q35O6f5KvdR1/QPM76z5W16CNtNtQgC8eXJZZHDcXkRapUIvU1A6Yq9&#xA;kxV2KsT/ADU8k6Z518i6l5d1G7/R8N0I2jvtiIZY5FeNiGKhhyUAioqD1B3xV8Tecv8AnHb8xvLi&#xA;XN1b28OvaXagvLfaVKtxwjG/KSAUmUACpPAgeOKvMMVTPy75m8weW9Ui1XQb+bTtQh+xPA3E07qw&#xA;+yynurAg4q+3f+cfvz+tvzFsn0nV1jtPNljGHljTaO7iFAZ4lP2WBPxp9I22VV7Jir4B/ML8t7uX&#xA;/nIW/wDKTyLp665q/O0uZBVFh1CT1Y2UVHKnqcQK/aHHrir2m/8A+cIfK7WIWw8y30N+FFZp4YZY&#xA;S29f3aekwB2/bOKvnj8wPyb89+SddbStR0+S7Rhztb+zjklt5k8UYLUEdGVhUfKhKrCpYZYZGimR&#xA;o5UNHRwVYHwIOKrMVVYrmaNSgNYyamNviUnpWh7+/XFV9tBDcSLF6qwSMaK0hpHU9Kt+z9O3iRir&#xA;OPys0XVtK/OjylY39rJb3aarZSGNh1jaRXWRSKho2Q8ldSVK7g0xV+imKuxV2KuxV5V+an/OOXkX&#xA;8wr86vctPpeuMoSW/sytJgoCp68bgq5VRQEcWpsSQBirwLzz+WP5P/k7qFo+vXl75u1xgLmz8vqI&#xA;7S3KByFe7ceq3pkrQKu7EHamKo7SvL//ADkP+deq2urX93N5b8rh1ktZEMlpbRxggq1rbqRJOwH2&#xA;ZGNP8sYq9u/Pn8r5/NX5eRnTHll80eWlW80a8rW5keBR6kfIbl5QlRT9sLiqf/kz+YUfn38v9O1x&#xA;mX9Iqv1XVoloOF3CAJPhHQPUSKPBhirN8VdirwPXyv5k/wDOQ9ro0nx+VPy6iF9qXL+6k1F6Misa&#xA;FTxIUcW/kk8cVef/AJh/85e22rz3ui2PlWx1Xy2zmOuq85DcRqdpBEvARknddyR164q828qeUfy4&#xA;/MTzDHpem38vkrVrxgtrp93/AKfYzSHpHBcFoJY2P7KSB6nYPUgYq+t9O/5x78hr+Wth5F1iE6rD&#xA;YiR01Nh6Vys8zl5JYWBYxVJ+xUigHLlirM/JPk/SPJvlex8t6P6v6O08OIDO/qSH1ZGlcs1F6vIT&#xA;sMVTvFXi3/OU3nzzx5Q8l2U/lctape3DW+oapGvKS3XhWNUJBCGQ1HPtTbc4q+IdV1vWdXumu9Wv&#xA;7jULpzVp7qV5nJPizljiqGgnnt5VmgkaKVDVJEYqwPsRviqxmLEsxqTuSepOKtYqnPk/zTqflTzP&#xA;pvmHTH4XunTLMg7OvR42/wAmRCVb2OKv0t0LWLLW9FsNYsWLWeo28V1bsevpzIHWvvRt8VY1+YP5&#xA;ReSfPjWtxrlrImpWO1lqlpIYLqIBuQCuKggNuAwND0xVmSKVRVLFyoALNSpp3NKYqo39/ZafZT31&#xA;9OltZ2yNLcXErBEREFWZmOwAGKvzx/PPz9YeevzJ1PXdNiEenfBbWb8eLyxQLwEz7A1fqK7haDti&#xA;rAMVXRxySOscal3Y0VFBJJPYAYqy3Q/yi/M/XLiODTfK+pSGQhRNJbyQQgn+aaYRxL17tir6Z/Ib&#xA;/nGfWvKnmO281+cbyGe/sYimlabA7TLCzqyFpXYBaorHiqVFTWu2KvfNe8w6H5f0yXVNbvodO0+H&#xA;+8ubhwi1PRRXqx7KNz2xV8/ed/8AnNLyzYtJbeUNKl1eZaqt/dk21tXsyRgNM49m4Yqwry3/AM5q&#xA;ec4tZRvMek2Nzo8jD1o7FJIZ418Y2klkVqdeLdfEYq+svLPmjQfM+i22taFeR32nXS8o5ozWh7o4&#xA;6q69GU7jFU0xV8hfmo3lzRf+csbfVfPUfPyxJDb3aeqhkjCR2ZiiJjAYyILuEkr+vpiqM85f85H+&#xA;f/zC1U+VPyl026t0mJVtQUD6461oXDV9O1j/AMtmr7r0xV6z+QflHzF5Q06/0vzZ5nGseZb1kvZt&#xA;Ja7Ny9nFSnL94xkrIzfG1ONaUr1KrFfLKt+WP/OReoeXCfT8r+f4zfaYuwjivgWYoKbD4uaUHZo/&#xA;DFX0FiqT+cvMtp5Y8qat5hu94dMtZbkp05sikpGPd3oo+eKvCvy61SH8tvyE1L8wvMVlNqmrebLl&#xA;tQvokrG8wvJDHAry0PBGVjLyp+3tU0xV4z+XnnX8rtF0HzfFY6ddab5q1bTriz0W81K4jvII0mQq&#xA;0SyRwW3pSuDs7px2FWUVqq81soC6WthY2F0fM7XgNvNE5PJCqiOJIAnP1PU+IOH9qd8VfpxZ/WPq&#xA;kH1mn1n019elKc+I5dNuuKquKrZJI4o2kkYJGgLO7EBVUCpJJ6AYq8v88/n9+Sek21zpur6rba0J&#xA;F4T6baRi/SRT1RyA1v8AMM+Kvkn80fOH5M61E8fkryZPo100gcalJdMgK13X6mGmiAP+SwpirzPF&#xA;XYq7FXYq+6f+cRfM7ax+UsVhK/KfQruayoTVvSak8R+X70qP9XFXteKpP5u83+XvKOhXGua/dpZ6&#xA;fbjd2+07kErHGvV3amyjFXw1+c//ADkF5n/MW5ksYS2meVkesGloaNLxNVkumH227hfsr7n4sVSD&#xA;8uPya8+/mDP/ALgbGmno/CfVbk+laxnuOdCXYV3WMM3tir6k8kf84f8A5caPbxyeY2m8xahSsnN3&#xA;trVW/wAiKJg5/wBm5r4DFXrXl7yD5I8ucToWg2GnSKKCa3t40lI/ypQObfScVT7FXnP5z/nVoH5a&#xA;aKskwW9167U/o3SVbizCtDLKRUpEp7/tHYdyFXwv58/MXzd561dtT8xXzXMgJ+r2y1W3gU/sQxVo&#xA;o9+p7k4qxnFXYqzv8pfzf8zfltrn13TW+saZcFRqelSMRFOgPUdeEij7Lgbd6ioxV9gecvztLflA&#xA;PO/kGzfWbi7kS1hi9NpGtJXr6huYo6tWKlKVoSV3KndV4poX5Bfmz+ZLSeb/AMxr66jUQu9np0zB&#xA;b6YLV1hjiYelZo7dKrt14d8VTn8kv+chvy58pWs/ljXvLo8nyQSFZbu2jmuPUeMsGF2CHuvVU7ft&#xA;Dt8IGKpH5a82r50/5y4tvMfk8Tvp9xIvrySqUrawWIt53danijBPh5d+O3LbFXsX/OUvlm6vfIMH&#xA;mnTCY9b8nXcWp2cyirLGHUS0/wBUhJD/AKmKvTfJvmW08z+VNJ8w2m0Op2sVyE68GdQXjPuj1U/L&#xA;FXln/OUV3dX+geXfIljJwvPOOrwWjb/8e8Lq0jU8FkeInFUB/wA5A/m9Zfl1b6R5NTyxb61pN7Zr&#xA;68N6SLY20LeksKDiwLrwBqfs/CaYq+XvzIuvyr1OKx1fyRbXOi3M5ZNV8u3BaaOFgAVltpzy5I24&#xA;IYg9KKBir3T/AJw207z7b3V5cX1pKPJt3ZNLp11MFKfWlnVKW5PxAMvq8wu1QK9sVfU+KvN/zt/O&#xA;nSfyx0OGaSD69reoc10uwB4qSlOUszdVjTkOm7HYdyFXxL5+/N3z956uXk1/VJXtGblHpkJMVpH4&#xA;BYVNCR/M1W98VYbirsVdirsVdirsVe7/APOJH5j2/lnzzPoGozLDpfmREiR32VL2In0Kk9A4d092&#xA;K4q+ufP35heV/Iugya15guhDAvwwW60M88naOFCRyb8ANzQYq+Cvzb/N/wAy/mTrv17Uj9W022LL&#xA;pmlRsTFAhPU1+3Iwpzfv2oKDFUV+RP5X/wDKxPPkGlXBZNHs0N5q0imjGBGC+mp7NIzBfYVPbFX6&#xA;C6VpOm6RptvpmmW0dnYWiCO2toVCoiDsAMVRWKuxV5P+eP5+aJ+XFgbK14X/AJsuU5WmnEkpErdJ&#xA;rkqQQvgteTew3Cr4W8yeZdc8y6zc61rl5JfaldtymnkNT7KoGyqo2VRsB0xVLMVdirsVdirPfyg/&#xA;N/zB+W3mAX1iTc6VclV1XSmakc8Y/aXrwlSvwP8AQagkYq+//KHm3QvN3l6z1/Q5/rGn3qckJ2dG&#xA;GzxyLvxdG2YYq8Z/5yZf8mPL0dnq3mnykuueYdV9RLNYJZbJpBbhOb3E8DI1F9RQKhienQbKvA57&#xA;380LzyFqet+WPL0PlPyGAPr1zpqmA3CeoIQr3U8j3dyoduJVW4VrUdcVfSf/ADjT5W0aX8hLa25S&#xA;zW3mMXr6ksjA/FIzWcqR7fCvCHpvvU98VQ//ADipqF3a+Wdf8j37Vv8Ayfq09oVr0hldiu3gZklI&#xA;xVrVl/xL/wA5W6TZ7SWfk3RZL2RD0W5uSUB+fGeJh/q4q8//AD3/ADy12w866h5W8weTLDU/KNvI&#xA;Et4tSgnSedQoDz29zyAQkk8HRDQe+KvA/MS+TbnzBYSeS7S+ltrsxmTRb8CR0uGkp9WjlhYPNG2w&#xA;VqK2/jir9H9D0yy0rR7LTrG0SwtLWFIobOLdIlUfYB708e/XFUbir5W/5zG8geb9W17RfMGk6bca&#xA;lp0VmbK4+qRvM8MqzNIDIiBiFcSgBvEUPaqr560r8sfzG1WQJp/lnVLitPjW0mCCu27lQo+k4qyH&#xA;XPyP8w+VdPF/531Gw8uB15wafJMLrUJx/wAU21t6gO4pyd1UdyMVectx5HjXjX4a9ae+KtYq2qli&#xA;FUVJ2AHUnFXs/lr/AJxJ/NzW9MS/ljstHWVQ8VvqU0kc5U7iscMU5Q+z0PtirHfN3/OPn5t+Vw0l&#xA;7oM13aLX/S9Ppdx0H7REVZEHu6jFXnbKyMVYFXU0IOxBGKo/WfMWv63LDLrOpXWpS28Yhge7mknZ&#xA;Ix0RTIWovsMVS7FXpv8Azj9+akH5deeVvr9C+i6lH9T1MqKvFGzhlmUDc+mw3Hda96Yq/QCwv7LU&#xA;LKC+sZ0ubO5RZbe4iYOjo4qrKw2IIxVXxV5l+fP5x2f5beVvVg4z+YtSDRaRaHcAgfHcSD+SKo2/&#xA;aNB4kKvgTVtW1PWNTudU1S5kvNQvJDLc3Mp5O7t1JP8AnTFUHirsVdirsVdirsVfQP8Azh7+YN3p&#xA;PnmTyhcSk6Xr6O8ETH4Y7yBDIHFenqRIyHxPHwxV9V/mP+XmheffK13oOrRqpmQ/VL4IjzW0oIZZ&#xA;YiwqN1AYAjktVrvir5ivP+cb/wDnIeLTT5Mt9ahuvKJkDrH9cdLQDmJAWgZfUFH+MqqkctxU74q+&#xA;gdCv/IP5QeStD8ra35gtbRrSHgrTuEkmeR2klkWIFnCGR236DxxVhnl/j5b/AOcr9csUpHY+cdHj&#xA;v4EX7Lzw8auPn6M7H54qpflveXU/5h/nV5wtYvrN9YyjT9PQ14u+nxSpwPf4jBGMVfNUXmz8yfM1&#xA;lrGtXvnVS9tSSXSNRv8Agbsbkrb2cn+jyBAf7sgVrRQTtir3r/nFa3/L7zfHca5ceWbO085eW5Yw&#xA;9/bK8UMi3SuI5lt1b0Ek/duDxQAbFadAq+l8VdirsVfPX55f85TWPlia58ueTPTv/MEfKK81JgHt&#xA;rR+hVB0llXv+wp68jVQq+Pta1vV9c1OfVNYvJb/ULk8prmdi7seg3PYDYDoMVQOKuxV9I/8AOIX5&#xA;Sx6vq0vnrWLcSafpb+lo8cgBWS8G7TUPUQgjj/lGo3XFX2HirsVfE/8AzmPp/lWz/MWzbSokh1e6&#xA;tPX1tYqBWdnIhdwP92soPLxHE4q8DxV2KuxV7D+Rn/OQ+tfl3Mulair6l5Tlcs9mCPVtmY/FJblt&#xA;vdozseuxqcVfX19+cv5b2vkyTzgut29xpCx8oxE6meSSlVgWFir+qTtwYAjvQVOKvgz8z/zE1f8A&#xA;MDzheeYtRHpLL+6srMNyW3tkJ9OJTtWlasabsScVYnirO/I35IfmZ51CTaLo0q2D7jUrv/R7YitC&#xA;Vkkp6lD/AL7DHFW/zI/JPz/+XkNvdeYLSM2F03pxX9rJ6sPqkFvSY0VlbipIqu/atDirA8VdirsV&#xA;ZF5Lj8p3d++leZ5XsLK+ASDWol5tZzivCSSP/dkBrSRRRujA7UZV9D/lD/zix5u8v/mFpfmTVdT0&#xA;+bRtMk+t20tlJJK1yeB9LiGjQKtSCxr8q9cVev8A5lf85C/l15BuZdO1C5kv9ciUFtKsk5yKWXkv&#xA;qyMVjjrtsW5UNeJxV4brn53/APOQH5i2d2/knRJtE8vQxySTX1sPj9OMcn5X83pxhgFrSIK3zxVL&#xA;v+cdvyK0f8y7W/8AN3m6/urq3t742v1RZCJLiVI45ZGnmbk5UrKo+Ehv8rFXrn50AaP+d/5UeY0+&#xA;Frm7n0md6H7M5SJBUeP1p8VSP8oI9Ou/yS/MjU9U1E6Ta61qerPeapw5mKCSFFLLGCoc/E1AtCSa&#xA;Dtirwhf+hbI0+rSf4uuHAPLUY/0dHVqGhW3Yn4K02MlcVRmm/ml5P8meUtd0z8u01q117XvQjm1u&#xA;+lt0eCGCQtxgFuKqzqzKWrUdsVevfkb/AM5SWVxB5d8meZob671y6mFiNcZ1mEs1xOy2/qhiJPsu&#xA;iFt/HFX05ir5o/5yh/P5tJS48h+Vrimpyrw1vUYmobdGAP1eJlP94w+2f2Rt1J4qvkMkk1PXFUXo&#xA;+jarrOpQaZpNpLfahctwgtYELyMeuwHgNyewxVCyRtHI0bU5ISpoQRUGmxGKsm/LX8v9Z8++brPy&#xA;7pakGY87u6oSlvbIR6kz/wCqDQDuxA74q/Rnyx5b0nyz5fsdB0iH0NO06IQ26dTQblmO1WdiWY9y&#xA;ScVTPFWndUUu5CooJZiaAAdSTir80PzH81S+bPPWueYXYsmoXckluG6rADwgT/YxKoxVjeKuxV2K&#xA;uxV2Ko/Q9D1bXdWtdI0i1e81G8cRW1tEKszH8AANyTsBucVfaH5Of84teWPKkEGq+ao4tb8x0D+k&#xA;452ds3hHGwpIw/ncf6oHUqvdQABQbAdBiryz/nJ3SU1L8k/MI9PnLZi3u4TSpUxXEZdh/wA8i4xV&#xA;+f2KuxV2KuxV9m/84dfmLPrXlS98o6hKZLvQCr2DMSWNlMSAn/PGQU69GUDpiqe/mX/ziv5L87a9&#xA;d+YI9Qu9J1a+Ia5MfCa3dwoXmYnAYEgCtJAPbFXnd1/zjH+d3l22mt/KHnf6xp3EqbE3FzZCRDUF&#xA;DADNAag9GamKsc8p6V/zlD+Udnc2ekeXHn0+4m+szRRwxairOFCcv9Gd5V+FRttiqefmJ5+82ebP&#xA;y68s+aPMvl6XQtX0HzTaRgmKSGKaN4nlMkS3FXFHiVSKsPfsFUf+Xvl6LVf+cPtXsZ9Tt9Jiu55p&#xA;/r92zJBH6F3GwWRlDNSRoeHwgn4uh6YqwPyEv/OMGgaQg84zz+aNdlJaaS0ivY7SEbcY4wxtGf3Z&#xA;l69NqEqsv8z+T/8AnHHzX+Vmp675LktvLV1ZXMMDX+oG9HpuzBjE0fKcv6kXIr6aN07b0VZn/wA4&#xA;/fkr+UjeXNI8027weY9esZ3Y6xDJdJAlzFMzx8beX0uLRoyfbj6jkMVeqfmv5wk8m/l3rvmSEBrm&#xA;xtv9FDUK+vM6wwlgeoEkikjvir83Lq6ubu6murqVp7m4dpZ5pCWd3c8mZidySTvirM/yt/KDzd+Y&#xA;2rfVdHh9HT4WH1/VpgRbwDrSv7chHRF3+QqcVfbv5dfkx5T/AC/0Gay0KPlq9zC0d1rcwH1mR2HZ&#xA;h/doG3CL9NTvir4cj/Jz80pddbQ4/LGotfpIYm/0eRYQQaczOwEQj3HxluNO+KvtX8iPyZsvy18t&#xA;NFMyXPmHUeMmq3iD4RQfDBETv6cdTv8AtHfwAVem4q7FWLfmrqLad+Wfmu9RiskOk3piYdpDA4Tp&#xA;/lEYq/NTFXYq7FXYq7FXYq+xP+cM/IWn2nlW986TxB9T1KaSztJTuY7WGnML4GSWvL2UYq+kMVdi&#xA;qXeZdEt9e8u6polwaQanaT2cjUrRZ4zGT9HKuKvzH1XTL3StUvNLvozDe2M0ltcxHqskTFHH0MMV&#xA;QmKuxVkHmfyPr3l2103ULuIS6TrMC3WlanDVoJkZQSvKg4yRk8XRt1PtQlV7N/zhPbXTfmPrV0qM&#xA;bWLR5IpXH2RJJdQNGD7lY3p8jir7OxV2KuxV4h/zmHEj/k+WYbx6lasnzIkX9THFWI/lVYeV9Z/5&#xA;xP1Cx82XsmmaBDczm5voKmSP0rlJ4yFo/ImUhePHfp1xV4yLP/nGm3dRPqXm2+UVDta2+nwhj/Mv&#xA;rOSB8xXFWXWP5p/8456f5LvPJsXlTWrvSL2cXU1zcyW4u2mjHGOXmkgCFF2AXbc9amqrPvyl/wCc&#xA;i/yL8t6daeVdL07UtCspJyxurtY5ozJKQDLPKkrP4AnhQAeGKve/O/lHTfOHlTUvLWpM6WepRem8&#xA;kdOaMrB0da1FUdQ2+KvCNH/5wk8r2+oxzar5ju7+xQ1a0igS2Z6H7Jl5y7eNFB9xir6A0XQ9A8sa&#xA;JFpukWkWm6TZIeEEQ4qqqKszHcsx6szVJ6nFXzlpv5pfnt+cGt3tt+Xwg8t+VbeVoZNXlRWkVOo5&#xA;yOJG9Vl3CxIONd2/axVk8f8Azj1+aiS+uPzl1ozhuS1juGj+Ria+Kn9XtiqB81+Qf+cnNH0q51LS&#xA;/wAxYtUFojTSQSwQ2jlEBY8S6SR1oK/EwHvirMf+ca/Pvmfzv+Xcur+ZLlbvUYr+a1E6xxw1jSOJ&#xA;1qsYRK1kPQYq9WxVgn57TpD+T3m13rQ6dKgp4yUQfi2KvzmxV2KuxV2KuxV2KvtD/nC/zPHfeQNS&#xA;0Bm/0nRb0yKv/FF4vJP+SkcuKvoTFXYq7FXzv+fn/OMN55y15vNHlOe3tdVuQq6nY3JaOKZlHETI&#xA;6h+L8QAylaHrWvVV5f8Amh/zi/qfk38s7HzDBP8AX9WsSx8yxQVaJYpG/dyQ1CsVh+y5pvXlQAHF&#xA;XgeKvrn/AJxG1HTPNn5f655H8w2kGp2OlXEc8FrdqsqejeBjxVGBpwliZuQ3BfFX0B5V8k+U/Kdp&#xA;LaeXNKt9LgnbnOsC0LsNgXY1ZqdqnbFXmP52/mj+cXkvXbf/AAx5Vi1jy0bdZLi/MFzcss3Ng6Mb&#xA;eRREAAtC6mtevbFWH6N/zmxpaSC38zeVrqylTaZrOVJjX/jFMLcr8uZxV6DoX/OUf5L6sFVtabTZ&#xA;n/3TfwSxU+cirJEP+DxVj3/OWOsaXqH5IxXunXUV7ZXuo2v1W6t3WWJwBIaq6EqR8B6Yqln5MW/l&#xA;sfk1+Ymj+aLZr3RtF1fVG1OzQsHa3too5/gZGSjcom48WG4xV85aR5G138x9buYfIPlX6tZ25LFV&#xA;nkdY0P2BPc3Unp8zTYKFr2XFUX5I07yl5T8+yaD+bnlyZrOoguOUtxDJaOT8M1LeRPWiPfiTUfEt&#xA;ejKvsfRv+ce/yTsJIbyx8r2stAGia4ea7QhviB43EkqN7VGKvR8VdiqXeY445fL2qRymkb2k6ua0&#xA;opiYHftirxX/AJwvs/R/Kq+nK0a61idw9KEqkECAV7gFWxV73irGvzL1jT9I/L/zDfX0yQwpp10F&#xA;MjBebtC4SNa9WdtlHc4q81/5w8tfR/J8SVr9Z1K6l6g0oI4+3T+774q9vxVjn5k6HPr35f8AmPRr&#xA;YFrq+066htlXqZWib0x9L0GKvzOxV2KuxV2KuxV2Kvpr/nB+G6PmHzTMoP1RLS2SU9vUeVzH/wAK&#xA;j4q+usVdirsVdiqU+adc8raPo88/ma8tbPSZUaGc3rosUiupDR8X+3yWo4gGuKvzt/M/SPJ2meb7&#xA;yPydqqat5emPrWUiCRWhDE1gf1VQsYz0YVBWhrWoCr6G/wCcIvLmpQ2nmXzBPE0dhdm2tLORhQSt&#xA;CZGmK17JzQV8a+GKvqLFXYq+V/8AnMe2t9W81+R/L1jEh1m+aVHcIPUZbmWGC3UuNyOaybHFXqGt&#xA;/wDOLn5MarbiNdFbTpgABdWM8kT0A/kYvCa+6YqwH88PImg+Tvy58l+Q9BM5t77zNA6m4kEkrl1k&#xA;D1NEX7UqdABirI/ygt7Sz/N383fKd7CssV7eRal9WkUPHJDerJJMrq1QVYXCCnQg4q9m0jRNG0az&#xA;Flo9hbabZKxYWtpCkEQY9TwjCrU/LFWNappP5T/mHcXFhfRaV5iu9Jf0rlFaKa4tmrXgWjPqRitQ&#xA;RWlQR1GKsvt4IreCOCFeEUKrHGu5oqigG/tiq/FXYqx78xTMPy+8zmCpmGk3xiAJB5fVn40IqRvi&#xA;r40/L/8A5yD86+Rfy3XR/L+hQG2iupDNrl0s0sXrXFWVAqmONX4psCxrStOuKslf/nLT83tbstM0&#xA;XRNFtoPMF+3CK8hieZrirGNTBBJyRfjVgxJYVB6UxV5T+bGsfmtd+YntPzGmvP0pbbpa3ICQoDty&#xA;gjiAg4tT7cYo3icVZb/zjH+auo+UPPVpoksnPy/5iuIrW7gc0WK4kIjhuEJ+yQxCv2K9ei0VfeGK&#xA;vE/zq/5yW8r+TbS70bQZ11XzWVeILCQ0FnIRTnNJupdD/utamoo3HFXwvirsVdirsVdirsVeqfkR&#xA;+eM/5X3+oiXTv0npWqiL61Cr+lKjwcuDxsQwO0hBU9fEYq+sfI3/ADkf+VPm4RwxaqNJ1F9vqGqc&#xA;bZyelFkJMLknoFevtir08EEVG4PQ4q7FXn/52fmxZ/lr5QbVTEt1qt2/1bSbN/svNxLF5KEN6cYF&#xA;Wp12G1a4q8K/KP8AK3UvzquJPzA/MbW31PT0ne3tdJgk4nlGQWRwlBbxUIoiUZvtVHVlXoX5mf8A&#xA;OKfkLWvL0o8pWKaHr9uhazkjeQwzFRX0pldmHxdOY3B8Rtiq3/nHD83p9Vtm/L3zVGbDzhoKtbxx&#xA;SqI2uIYPhIK7fvogPjH7Q+Lf4qKvRPzetNfu/IGpweX9ci8vaswjNvqU8ot0BEikxmbrH6i1UMO+&#xA;Kvni1/Mr/nKX8tVK+adFl17SY6Frm5j+sqqdai9tC1K/8WlvlirE3/OXy/50/P3y3508yodC0LS1&#xA;hUoxe79JrYSTR7xxhmDXLjfhsN8VfZnlvzj5U8zW31ny/q1pqkQAL/VpUkZK9OaA8kPswGKvIvzo&#xA;I1j88vyo8uIKta3U+rTL4rCUlQ0Hh9UfFVTVy3lr/nK7SLyvCz85aLJZSu2wNxbVYD50giA/1sVe&#xA;44q/P/8AK3zJqP5ffnvCs7mNBqcukaujEqDFLOYJC4B/3W9JPmuKv0AxV2KuxVbJHHLG0cih43BV&#xA;0YAqykUIIPUHFXzT/wA5paF9W8keWLixSK10qxvpbU2cQEaB7iEvEVjUBaKIH+/FUl/5xV/JLWX1&#xA;HSvzI1idI9Ot45v0JY19R5C4khMjfsxopdyo6lt9u6r13/nJrUvK1h+UurPrtpBeT3KG00aOVQXW&#xA;9mBCSRE7q0QBkJHZaYq+A4pZIpUliYpJGwZHGxDKagj5Yq9u/Nf/AJyj82ebtOt9H0NpNF01raIa&#xA;pJEeNxcztGPWXmv2IQ9VVV3Yfa68Qq8OxV2KuxV2KuxV2KonTtOvtSv7fT7CB7q9upFhtreJSzvI&#xA;5oqqo6knFWa+YvyH/N3y9EJtR8sXhhKczLaBbxVHfmbZpuFO/KmKsDdHR2R1KupIZSKEEdQRir0X&#xA;8tPz8/MLyDIkNhem/wBHU/FpF6WkgA7+ka8ojv8AsGniDirJvzD/AOcsPzF80QfU9II8sWBWkosp&#xA;Ga5kO1a3JCMgr09MKfEnFXjN3fXt5KZru4kuZSamSV2diT7sScVfQH/OGHmnULPz3qPlwF307VLN&#xA;rhoxuqT2zLxkPgCjsp8TxxV9j319ZWFnNe308drZ26GS4uJmCRxooqzOzEAADucVfGnnzzHe/mh+&#xA;eWnap+U+nTSX2kiFZNZVDGkjQyGlzNUDhEFogMm7LtToMVTD/nLX8wbXzD510vyHbX6Wul6TKrat&#xA;dtzaFLuei1dYw5YW0Rr8IrVmHUYq+qvKV9oN55dsDoWoQ6ppkEMdvDeQSJKrCJAu7ISOW24xVIfO&#xA;P5Mfll5v5vrWgWz3clSb6BTb3PI/tGWHgz0/y6jFXkcn/OHMWmeZbPV/KXm670qO2mSVVliElxGF&#xA;IJ9OeJoQdtgCnzJxVOfLzf4m/wCcsdf1IH1LPyjpKWEMnZZ5eNV++acfMYqi/wDnKayu7Ly75e89&#xA;WCcr7ydq0F3WlaQTOquD7NKkQOKvZdOv7XUdPttQtHEtpeRJcW8g6NHKodG+lTirw78z/wApPyX0&#xA;vz1B+YvmrW/0ODOl5c6UWj4XlxBxIZIgrStyKgyKgPL2rXFWJeeP+c14keS28laL6oGy6jqhKqfd&#xA;beJg1PAtIP8AVxV5/wCavP8A/wA5ST6GPNmqXGq6VoKMnC4ghWxiUSECMlY1SRkYkAM9QagVxV9W&#xA;fkh51vvOn5YaJr+osr6lMkkN8ygKGlt5WhL0AAHMIHoNt8VZ1ir5L/5zgvdT/SvlexLMNL9C5njT&#xA;orXHNVcnxKpxp4V98VQP/OMvkj84brVdB1l7m7s/INhPJcpaXNzLHBPzjdeUFtUhxyevIqF60NcV&#xA;ZB/znJLMLDyfCK+i8t+7mu3JFgC7d9mbfFXybiqra2tzdXMVraxPPczuscMMal3d3NFVVFSSSaAD&#xA;FX1B+Vn/ADhz9YtoNV/MC5kgMgDpoVowV1HWlxP8VD4pH0/m7Yq+gU/Kn8srTy9PoqeXdOg0p4Wj&#xA;nHox8uBWhdpmBk5Ab8y3Ida4q/N+8jgju547dzLAkjLDIdiyBiFanuMVUcVdirsVfVf/ADh1+VIp&#xA;L+Yupxgk+paaDGw6fsT3I/GJf9n7Yq+qcVYR+Y/5OeRfP2nzQ6xYRx6iykW+sQKqXcTU+E8wPjUf&#xA;yPUfrxV+fPm7y3d+WPM+qeXrx0ludLuZLWSWP7D+mxAdfZhvQ4qlGKsu1j8rfOGj+RtO866nbpa6&#xA;Rqswgso5HC3LhkLpL6J39Nwp4n6aUIJVe/f846aDpH5X+RtS/NDztL+j/wBKxC30qBxSd7WvqARo&#xA;SCz3LoCi/wAqhq8TUKqPpfmd/wA5HarzkMnlr8sbWX4F3rcFG69vXl26/wB3H/rV5KvoDRPK3lb8&#xA;tvJk1n5etYbWG2jZ1M8io9zc8aJ60z8eTyNRanp0FBtir59/JT/nHa482w+YvMH5p6bdw3eqTEWc&#xA;dx6lrdiZ3Ms90VPEirMAvJaH4tqUxVbrf/ONf5q/l9fya5+VmvzXSKCzWfNYLsqDXgyN/o9yAOzU&#xA;r2XFUx8nf85e6npV5+g/zO0Ka0vYD6c99bRNFKrDas9nLxI8SUPyTFX0HY+efK2o+UpfNunX6Xug&#xA;w28t093FXaOBS0lVbiysoU1VgCMVeWf84o6bd3PlfXvO+oJTUPOGqz3bN/NFE7AbnqBNJNir1nzl&#xA;5atPM/lTVvL13tDqdrLbF+vBnUhJB7o9GHyxV5B+RnmbzdqH5M6v5Z00xRee/KBuNJiiuzVUkQt9&#xA;X512+GjRrXaqb7Yq878t/wDOKH5j+bNcm1j8y9Ya09RqzFZlvL6b2D1eKNKdN2p040xVEfmB/wA4&#xA;i63od3aa3+Wd09/JZukx07UHh+sLNEwZHidkjgkFRukgH+yrQKvLPzP/ADN/OLWlfyz531X04YJA&#xA;bnTkW2jHqI23rLajk3EioVvnir3L/nGD85NCnTSfyx07RrmNbW2uJv0tJIjepJyaeVpIlX92rM5C&#xA;/G1PhG/XFX0pir5n/wCc3tJupvL3ljVURTbWV1c280lRyVrlI2QAdaH0Gr9GKoD/AJxG/KnzBBfD&#xA;8wNaDQ2L2r2+hwSM3qSCUqGn4n7MfBSqfzVr0oSqm3/ObummTyf5c1Km1tqEltX/AJiIC/j/AMu/&#xA;hir5k8qfll59813cVtoWh3d0JSB9Z9Jkt1H8zzuFjUfNsVfTX5e+R/yk/I2P9MeedesbnzkUBWJf&#xA;3z2oYfZtrdA0xZuhlKDbYcRWqqH1/wD5zc0KIXMegeXLi5dTxtbi8mSFG/y3jjEjU/yeW/iMVePe&#xA;eP8AnJ381PNum3GlzXVvpem3amO5t9OiMRkjYUZGkkaWXiw+0Awr0O22KvJsVdirsVdir6r/ACE/&#xA;5yc8k6D5O07yn5qSXTJNNDRQajFG01vJGzlwZFj5So9WoaIQetR0xV9L+X/Mvl/zFp6ajoWo2+pW&#xA;T0pPbSLIASK8Woaq2+6tuMVeU/8AOV3mbzboH5cQT+X7iaxiur6O21S+ttpY7d43IAYEMgdwByBH&#xA;hXfFWMeX/wDnE/8AJ3zPollr1j5h1nUbfUIhN9dS4tf3rN9ssGtnZWDVDKTVTsd64qxr8wvya/Jr&#xA;8so2nttRN/5rhgGoaZovmRy1hdRxOeacraOzVnIU8UaXc0BWjYq8x/N388br8zNC0S21HTItP1HR&#xA;5rg8rQn6vJFOsYUBHLOjJ6VKVIPt0xVmH5GflX5m/NjULbWfPN7fXnk/RFENlFcyykTsKUggLH4Y&#xA;loPUZPZR4qq+zbOztLK1htLOFLe1t0WOCCJQkaIooqqq0AAHYYqwT87fyrj/ADJ8mNoqXX1LULaU&#xA;XemztUxeuiMgSYCp4MrkEgVXrv0Krwv8p/zs8zflfrf/ACrv80YZodPtm9Oz1CXlI9qv7A5Dl61s&#xA;f2WWvHttsFX1hb3Nvc28dxbSpPbzKHhmjYOjowqrKy1BBHQjFUh85fl75M852Qs/MulQagiikUrg&#xA;rNHX/fcyFZE/2Lb4q8b/ADz07RPy/wDyns/y48k2pgu/N1+tnbWod5JZA7qZ3LyFiS7enFv2bbpi&#xA;r27yb5atPLHlTSfL1pvDplrFbB+nNkUB5D7u9WPzxVOMVeAeY3/5Vj/zkTY+YT+58rfmBGLLUn6R&#xA;xaghCq57LVuDVP8ANJ4Yq9H/ADT/ADh8o/ltp0Fzrjyy3d5zFhp9soaaYx05GrFURV5CrMflXFXz&#xA;J5t/Pr84/wA1ZrjRvI+lXdhpaoTcW2liSa6aPpWe5RV4K38qha1oeWKsA/IvyJ5d89/mFbeXdeub&#xA;m3t7iGaWI2nAO8kK+oUZ3DcFKK29D4d64q+5fIn5U+QvIscg8taVHaTzII7i8ZmluJFBrRpZCzUJ&#xA;34rRfbFWW4q+UP8AnJiSyh/Ory1N57jvZ/y+S0VkhtK8WkDSGVBUqvIuI/V4kN6dKdsVZ0n/ADl5&#xA;+TFjaQ29nDqAt4FWKG3gtERUjRaKFDSIoVQKADFWD/nv+fH5S/mB+Vl1pljNd/ptLm3uNNtJrdkZ&#xA;ZEJDyO4LRcfSZ12etSNsVYb5h/5yd83N+WPl7yvpF60GtLatHrusR/DMFSV44IYn/ZcwKjySLvU7&#xA;EHlirw2WWWaV5ZXaSWQlnkclmZjuSSdycVZf5X/KD8w/Mto2oWGkSQ6QiGWXV70raWSRLu8hnnKK&#xA;yqBU8a4qxCVAkjoHEgUkCRa8WAPUVAND7jFVmKuxV2KuxVGto2sLpaas1jcLpUkhhj1AxOLdpV6o&#xA;stOBYdxWuKq2geZvMXl68+u6FqVzpl1SjTWkrxMw68W4Ech7HbFXuPlX/nKabVdHn8p/mnYLreg6&#xA;hGbe51K3VY7pFPR3jUCNyjAEMvFgRX4jiqI/Knz7J+TnnkaDfaiup/lv5jYXGmaxGawhHb047tR+&#xA;wy8fTuY+qkf5Iqqr/wDOaCPfee/K9pZKbm6n0+kMEILu5luGWMIFry5kUFOuKsk/J3/nEaGwuLHz&#xA;B59kjupkAmTy4qholegKi6kJpJx7xqONerMKjFX0q76dpliC7Q2VjbqqgkrFFGooqj9lVHQDFUQr&#xA;KyhlIKkVBG4IOKsO/NX8zNL/AC58qnzBqNrNeI08drDbwcQzSyBmFWY0VeKHffFXgfn788vyD/NL&#xA;QBpnmSz1PR9QiDGw1Y20Uz2shp9lopWZ0b9tCoB9jQ4qwn8lv+cgL38uNXfy5qN3+nPJHrskU8Qk&#xA;DQKXP+kWyyqknpvXk0TKD3FGrVV9t6dqNjqen22o2E6XNjeRJPbXEZqjxyKGVlPgQcVeA+VGP5of&#xA;85Faj5o/vvK3kOP6jpTjeOW8JZeY7N8RkfkOyx4q+hsVdirB/wA5vy8i8+/l/qOhqB+kVH1rSZSa&#xA;cLyEEx7noHqY2PgxxV5r5E0jyb+e3kfTI/O1vM3mnye76fqapK0M/I0XlL3ImEQJruHV6U3qq8e1&#xA;z8xfNHmTUJvy2/J/Rm0Xy00kkCWenKRd3iA8GmvLliWVGA+Isw+HZ2YYqu0270n/AJx+14NdW8Xm&#xA;P8xDb0mhSQx2OlxzqGCcuPOad0+1Tiqqdia4q+vfy380ah5q8jaP5h1CwOm3epQetJZ1YhfiIVl5&#xA;AHjIoDr7Hv1xVkmKqF9p9hfwG3vraK7gJDGGdFkSo6HiwIxVLW8leTWUq2g6cysKEG0gIIP+wxVK&#xA;bj8n/wAqridZ5fKGjmRTWosoFBNa/EqoA3+yGKvlz87/APnHLz2PzA1HUPKWg/XPL9+yTWqWXpIs&#xA;JZVV4vS5JxCvUigpx+mirH/Kug+Tfyvv31f8yrePVvMduAdM8l27xzlJCKibUJFLwxgbcYyWbepX&#xA;bFUo/ND8+/Pv5iMbK6lGn6Hy/daLZVWM0+z6zfbmO37Xw13CjFXmmKuxV2KuxV2Ksy/L381fNHki&#xA;WaGxaO+0S821PQb5RNZXKmgbnE2ysQPtLv41G2KvSr38oPJ35n+X7jzX+UtbDVrah1fyVcyAtG5H&#xA;W2lY/ZYg8OXwt/kEcMVeFXtleWN3NZ3sEltd27tHPbyqUkR1NGVlahBB7HFXrn5F+Sz+Zej+YfI1&#xA;zOYDZxLq+h3rKXW1u+awyp4+ncoyhwP5A3VcVe5/kv8A8416t5V8zx+Z/OmqQ6zqOnRC30SCF5po&#xA;oEVeCuWnVDVE+GNAvFevWlFXv2KsH/N/yn5a85+UpvKusatHpUt6ySWMzSIrieM/uyI3ZfUWpoV7&#xA;+IOKvmsL+f3/ADj9dBj/ALmfJwahAL3GnkE/RJav77KT/Pir1KD85Pyg/Obyjd+UtZuRoOo6jHwS&#xA;1vyq+ncD4opbe4NI3KuBQEqzdOO+KvJfyN8v+T7Tz7q/5WfmToVncXzzOunXkycJRcxijRLOvCQx&#xA;zxAPF8VK/Z3fFXtmp/8AOIv5NXkvqQWl7pwrUx2t25U+378Tmn04q1+cPmLT/wAp/wAp7Pyn5UEq&#xA;arqQOl+XrcM0s6iRqzTAmrEr6lF/y2Wm2Ksx/Jj8vIvIP5faboRVf0gV+s6rItDzu5gDJuOoSgjU&#xA;+CjFWcYq7FXYq+ePzRs7z8pfzRtPzV0mFpPLOuOtl5vsohXi8h/vwPF+IYf5a0J+PFUb+d2tfmB5&#xA;e07y55p/KeCOTy9IXudVj020jmjnVwjwSTLGhcxMnMFlpSvUGmKvlR/MXme7/MGbzdLpIv8AVbi+&#xA;kvxZXMEk0Pqu5dVMQ4lljP2V6bb7Yq91/LXXfzsTzvaeePzL1+by35RDSC4ttXn+o29xyiYRw22n&#xA;sU5MCyty4dBWpPVV9M+W/N/lfzPYtf8Al/VLbU7RDxlkt5Ffg1K8ZAN0NN6MBiryb85P+cnfK/lG&#xA;wex8rXVtrnmVnCGONjLa26g/G0sifCzbcQitUHc0pQqsp/J381de/MPT21S58qy6JpJjra6i9yk0&#xA;dxIrcHWJOET0Ug/FSm1OuKvR8VeP/wDOTv5n6r5G8hxportBrGtTG0t7tesEQQtLIh7PSir4Vr1G&#xA;Kvg6WWWaV5pnaSWRi8kjkszMxqWYncknFU9kWDQ9HMTITr2pRguSABa2Uihgo7+rcq1T/LHtv6hC&#xA;qsfxVdHG8sixxqWkchUUdSSaADFWffnF+U1x+WuraVplzqCX1zf6fHe3CqnD0ZWZkkjHxNzUMh4v&#xA;tXwGKsKk0vUY9Mg1SS3ddPuZpbeC5I+B5YFRpEB8VWZPvxVCYq7FWR/l/wCetb8j+arLzDpEhWe2&#xA;ak8BJEc8DH95DIO6uPuNCNwMVfb/AJo/Kb8rPzg0jTfM1zbyRzahbRT2+rWTrDcmKRAVSWqyRuU+&#xA;z8akrSmKp3+WH5PeTPy3s7qDy/HNJPelTd3126yTyBK8EqixoFXkdlUe+Ks3xV5j/wA5Cfmrfflz&#xA;5HGoaZAJdW1Gf6lYyuAY4HZGcysp+0VVPhXpXrttirwHTP8AnHi/81/lnf8A5m+Z/NMsurXVjcap&#xA;ApHrrwhRpALiVm5VYJQqo+D36Yq9e/5xI17Vtf8Ayklh1mZr1NP1CbTrX1/jP1VYIZFjJb7SqZmU&#xA;V7bdBiqD/NH/AJxK8neZPW1HyqyeXdYarGBFJsJWO+8S7w/OPYfynFXyv528nfmP5D122/xDBc2d&#xA;7asn6N1EOzxn0DWM29wCR8G1BWq+AxV9yflf+Ztv5j/Kaw86646WCx28rarO/wAMYa0Zo5pRT9lj&#xA;HyAHjTFXmP5T6dqH5sfmhefm1rcDR+XdIc2flGxlGxaMkCah2+CpZj/vxtj8GKvozFXYq7FXYql/&#xA;mDQdK8waJe6Lq0AudO1CJoLmFu6sOoPZlO6kbg74q8F/KvzFqv5TeeJPyl83TtJoV7IZfJusybIV&#xA;lY0hY9F5sen7MleoYHFWa/nn+eB/K5vL/wDuJ/ScesST+u3rekYorb0ufEcG5M3r7VIG2Kvmr/nI&#xA;r8w9M/M38wtGtPLFw91pkNvBaWjMror3V1JycrG4VgfiRG26r4UxV6T5Wn8v/wDONk3mSy8yamNa&#xA;/Tb2r6Nplioa6MEIlDzXMchSOEMZQv2zXiaVxVDXf5H/AJM61Zj80JbuTy3+XU9itwulxlluDcl3&#xA;WTk0hmCfFRUii5cj9mndV6H/AM4w+ZfJWoeWNV0TyhDqkWlaPeco21ZoncrdAsPTMIVVHKNmKb0L&#xA;dd9lXs+KsA/On8pbL8y/KY0l7n6jqFpL9Z029481WQKVKSLUEo6mhodjQ70oVXjf5ef84Zy6fr8G&#xA;oec9Utr6wtXWRNNshIVnZTULNJKsdEr1UKeXiMVfMHmOS/m8w6nJf8jfvdzm6Dij+qZG5hh48sVT&#xA;Dzr5G1rydeafY6yES9v7CHUTbLy5wpcFgsUoYCkgCVYDpXxxVMvyX0c6v+bHlSx4eoh1K3mlTsY7&#xA;d/Xkr7cIzXFWQf8AOTfmmLzD+cWsvby+raaX6emQN2Btl/fAewuGkxVjdzPd3P5S2EXD/RtM126B&#xA;l/yr60gKL/05ucVYfirNPIn5Wa/540XXrvy/S51PQhBM2lgH1LiCb1A5hPQvGYx8B+0DtuKFVh00&#xA;M0MrwzI0U0bFZI3BVlYGhBB3BGKv0D/5xq07WdP/ACY8vW+rRtDMVnlgikBV1t5riSSLkCB9pW5D&#xA;/JIxV6dirsVSHzx5I8vedfLlzoGvQetZXHxI67SQyqDwmibfi612+41BIxV8VfmLafmr+U2man+X&#xA;F1fPN5Q1thJZXfEmOWJHDuIWJPosxp60Y/ENVlWV+UvyZ/PPRvLVlr35aeb7fUdOvkFyLTT7uSKJ&#xA;pCKH91cqkDFSOLepxYEUIxVN1/5yQ/PfyO6W/wCYHlMXVujcWu5IZLJ5DWnw3EQktW9uKYq+jfLG&#xA;t+X/AMwPJNhrBsVn0rV4RL9RvokkAKsVZXRgytxdTQ9D1GKvDPzE1af81POFr+T/AJD42flHSXWT&#xA;zNqNogS3VYW3ijVAEKxtsq9Gk/yV5Yq+h/L+g6V5f0Sy0XSYBbadp8SwW0K9lUdSe7Md2J3J3xVM&#xA;MVdirsVdirsVYT+bf5W6N+Y3lWTSL0iC+hrNpWoAVe3uKbHxKN0de49wCFXjHlq707z2h/Jn857e&#xA;S2826K5/Q2rrII5rhVFFMcrAhpGj3BKkSruRyG6qn5w/Jn8vvyS8uTefLU3ut69ZTxpoMd88f1aG&#xA;7c/upnSJIyxi4l9zQkDYdcVeE+TdAufPnma+8web9Tlh0GyP13zRrsx5OEJ+GGMmvKaZhwiRR8hR&#xA;aYqivzX/ADUuPPN/YaNolpJpvk7SFS10DQoyS3FRwWSUAvymcbDrx6Cp5Myr67/5xtk05/yus1sf&#xA;LsvltIZpIpbecs8lzIgXldNIyRM/qE0+ztTiNgMVepYq7FXhmu/85ZeUNC/MS98qalplzHYWFwbO&#xA;41pHVwsq0Vybegbgj1BIYmgqF7Yq9Rb8uvIT66dffy9pza0z+qdQa2iM3q1r6nIr9v8AyuuKvEP+&#xA;ckv+cePNPnPzJD5q8qelc3MkCW1/p8siwsWiJCSxvIQhBQ0ZSRSlRWuyqW/lR+QPmv8ALvQ/Mfnn&#xA;WBH/AIqstIvv8P6bbkTtFP8AV3IkZkqrSNTiqrXYnv0VfKEjyPIzyMWkYkuzEkkk7kk98VfUPlP/&#xA;AJx91/V/+cbbm0EIg8y6nfprun2s37stHDEYYYXLfZaSJ5GWv8wrTeir55u/Innazv20+60DUIr5&#xA;W4G3a1m58j0oOO9e1OuKvrv/AJxP/KbzF5N0bVNa8xQNY6hrXopBp8m0kUEHI8pR+yztJ9k7gDfr&#xA;QKvY73yV5NvtSGqXug6ddakCCL6a0gknBHQ+qyF/xxVDfmJ5nu/K3kfWvMVnai9udLtnuI7ZiQrc&#xA;epYqCeKj4j7DFWM/l9+eXlLzL+XsHm/Vrq30CJbg2F9HdTKsaXagN6aO3HlzRg67Vp8icVejo6SI&#xA;skbB0cBlZTUEHcEEYq830z/nIT8sdS89HyXa38jan6rW0Vw0RW1kuEYqYUlJqWqCAePFuxNRirKv&#xA;PPkby7528u3Gg69b+vZz/FHItBLDKAeE0L0PF1r/AANQSMVfKllq3nz/AJxs89foq+Z9W8japIZU&#xA;CiiTRiimWGu0VzGKB0rRtq7cWCr660XWdI8xaHaatp0q3el6lCssElKq8cg6Mp79mU9OhxV4t+df&#xA;5s6vfatH+VX5a1uvNWoH6vqV7ASFsYujoJF+w4X+8b/da/5X2VXof5Sflbo35c+VY9IsiJ7+ak2q&#xA;6gRR7i4pufEIvRF7D3JJVZtirsVdirsVdirsVdirzz84vyd0j8xNIQh/0f5l0/8AeaNrMdQ8Tg8g&#xA;jlfiMZbfbdT8S+6rz7yD+aQ1C5l/Kf8AOzT4k15GWK3uL6NDa34DfuuRPweoSKxuvwv7N9pVM/zd&#xA;/wCceb3zcfLui+Wbmx8u+T9OeWXUNOhiMZMshUevHHEvCWTgCvxstPE1OKvKtU/LzSfL/wDzlD5N&#xA;8r6BYtBYaeLG4QtV5JvQ53UtxIxA5NVGqRsKUFKUxV7j+ef516h+WH6Gmj0BtWsNRkkW5ujMYUiM&#xA;fEiMEJIObhiRy/lPXeirJ/y7/NXyX5/04Xfl++WS4VA91p0tEuoCaAiSOvQE05LVT2OKu/Nb8wbH&#xA;yD5I1DzFc0eaJfS0+3P+7rqQERR9tq/E3+SCcVeGf84x/lHp/mSw1L8w/O9jFq91rV1I+npexrKj&#xA;FZS890UYFS0k1VG37J7Nir6hxV4H+eP5/ebPLfnG28keRNMj1TXjCJ7wmKS5kBZTKsMUERUlhEvq&#xA;Md/hI2xV6f8AlT5o8weaPIemaz5h019J1i4WRbuzeN4RyjkZA6xyEuquqhhy8e43xVETfln+Xk2t&#xA;HW5vLemyasz+q141rEZDJ19Qkru9d+XXFWS4q7FVsssUUTyyuscUalpJGIVVVRUkk7AAYq+a/LP/&#xA;ADmNpUOoa9b+crMpHbXRTRjpMfrepCHdWEjSShSVCqQwNGqdsVZP56/P7Tbb8zLb8sJNAk1Cw1g2&#xA;1hqF40hjPDVEUD04TGSyqkw5VYdxtTFXyPrvl3UNB853XkLVL1rbT7XVhDPI54xAF/SW7o1AKwsG&#xA;r/Lir9H9PtbW0sLa1tP95beJIreh5D00UKm/f4RirxLTf+cUPLdh+Z8XnOLWJzZW98NTt9G9JQUu&#xA;Fk9ZB9Y5msayb8fTrTbl3xV7riqSecfJXlnzjokmi+YrJb6wkIcISVdJF+zJG6kMjDxB6bHYkYq8&#xA;J83/AJlDSobP8m/yQt2u9URWtpdQhdpUskZi0nCZi3xguS8pPGPt8X2VXpv5N/k3ov5caKyqwvvM&#xA;V8A2r6uwq0jH4jHGW+JYlb6WO59lXomKuxV2KuxV2KuxV2KuxV2KsJ/NP8o/Kn5j6N9R1iL0b6AE&#xA;6fqsSj14GPgT9qMn7SHY+xoQq8h8vfmj5+/JzVLfyj+akMmo+WWb0tH81whpSIx0Vz1kVR1U/vE/&#xA;yl44q980xPKWuyWfmrTo7HUZ2hMdjrUSRSyiBieUcc4BcLUmqg9a1xVF63omka5pdxpOsWkV9p12&#xA;vC4tZlDIw6j5EHcEbg7jfFXhMH/OJsPl/wA7WHmjyR5lm0oWVyk62NzEZ6Rg/vIhMrxsUdaoVZTV&#xA;TufFVgn53alqn5s/njp35caPIf0VpExtp5UBIWXZr64atB+5VfTUHupp9rFU0/Mj/nIm68hfmLpf&#xA;k/ymkUPk7yqbe01a1ijjke4VAomhR5PsGJPhHEg+oDyJG2Kva/KP53eSfM/kXUvOVnJLb2OjpI+p&#xA;21yqpPE0SepxoGZG5j7FG36ddsVeL/8AOK+k6j5x/MHzR+aetJylMkkNmTUqtxdHnIIyT0hg4xgf&#xA;yvir6nxV2KuxV2KsN/Nr8uE/MPyg/lx9Tm0pHnina4hUSBvSr+7kjLJyU1rTl1APbFXyzdeRtK/J&#xA;r/nILyvaXYTVNAuhbOLi+jRwPrFbaWUrSitDMDItN1HHc4q97/MP8zNM8t/nN5O8uny7aX1/rSxx&#xA;trUoRbm3S5ma3jWF+DNRW5FhXcGm2KvHP+c0vI31LzHpfnK2jpBqsf1K/YD/AI+bcViZvd4fhH+p&#xA;iqD8qat/zkH+Vz6S+nW915q8k38UNxYRwxyXltJbTqJFEbKHktZKP9nYV7MMVfZUbl41cqULAEo1&#xA;OS1HQ0JFRiqE1rXNI0PTJ9V1i8isdOtV5z3M7BEUfM9STsANydhir5y8w/md+YH50arceUvyvhl0&#xA;zyqp9LV/M8waItGftDl1jVh0jX94468V5Yq9k/Kz8o/Kn5caN9R0eL1r6cA6hqsqj152HiR9mMH7&#xA;KDYe5qSqzbFXYq7FXYq7FXYq7FXYq7FXYq7FUv17y/onmDSp9J1qyi1DTrkcZradQynwI7qw6hhu&#xA;D0xV8+6t+T35n/lTqU+v/lFfSalocjere+VLomUkbEhEJUTbCgKlZQNgWxVmP5cf85NeSPM8g0vX&#xA;a+V/MiN6U1hftwiaQbERzsEAP+TIFauwrirKPzl8m+ZvOHkebTPLGsSaPqySx3NvNHLJCswjDAwS&#xA;SRfEEbly/wBYDFXzT+W0X5hflD/jnzD5l8rXSX405lg8wXB9SOO6knWONfUq0c6zTyozlWJ+H54q&#xA;lflLRdL8t/kt5l/MbzTaJqGueaWl0ny2t4olYm4DCe7HOvxk8259fg6/FirHBeanof5O2Xla0Dtq&#xA;nn3UBfPbR7udPtW9C1Qp1rPdK7L7IPHFXpvm/WfPHklPKv5H/l5IbXW5beKbWL+Dik017dlpHRZT&#xA;9iNPtFxvxoK0Bqqnf5I/m1+YGjebPMvkPz/cyaheaRaXV3bzTt6sqyWa+o8fq9XjkiPNWY7U98Ve&#xA;X/lp+eX56ya1+hNAun1y/wBXvPrBgvEa5IZj+8CsxpDD3alAvXbFU70//nMD8wdK1LX/AK1bwatH&#xA;dXLNpUVwBElkisw9MCFVaRSvEfE/atdzir0n8nv+codW8x6lq2nec9Mt7CWx06bVYJ7JJYw0NvGJ&#xA;pEaOaSU1aI81bkBQYq8c13zB+fX5l+X9e88Je3MflXS5T69ja3BggiVKOVjhQqZfRR1ZnappvXFU&#xA;2/MC5vvPP/ON/lbzhdSvdaz5WvpdK1G5Y8naGUgI8j9Sw4wCp6lia1OKpx+elxrev+Sfy4/N/R+b&#xA;3NnbxpqN0gBMF3DIro5p+yLmOUV8aeOKvS5L6z/5yN/JW/isrY6TqttdKsX1kloEv7dFk+GRAS0b&#xA;xzFSeNV5dOlVXoH5O+Vdb8oflnovl/Xpo5dS06OZZ5InLxhGnkkjUOwXZImVenbFWHfmP/zk95K8&#xA;tTNpPl5T5o8yMxiis7IloElOwV5lDBjy/Yj5HseOKsP0b8mfzO/NTVIPMX5v38mn6NG3qWXla2Pp&#xA;EKd6MgLCEHapJaUjYldsVfQug+X9E8v6VBpOi2UWn6dbDjDbQKFUeJPdmPUsdyeuKphirsVdirsV&#xA;dirsVdirsVdirsVdirsVdirsVYP+Yf5Mfl95+iY67pqjUOPGPVbakN2lBQfvADzA7LIGHtiryL/l&#xA;Xv8AzkR+VTF/I+rL5u8sxbrot3vKiA14rC7Aj/nhKCf5cVR9h/zlB5B1qC48sfmf5euNBnkAjv7S&#xA;8ga5tTQhh6kZQToeQBAMZp/NirLfOPkL8sPzo0XSLew19Tp+jMWgj0aa3KrG6qnpvEVf0+IQBaqO&#xA;Phir5Z8k+RfzOuPzSuX8pWh8wXvk7UPQF9fUW2UWchhg9T13XiOMXwIrclA+Hpir2/8AOf8ALX83&#xA;Lb81NP8AzL8hW0V9fR2qwywq0TNBMInt3+CcoJI3jk2I3BrsNjirD9O/Kj809L0Hz/8AmV50Vo9f&#xA;vNJvIoLYNHJOxu1CXE7LblkjVIOQVR060XiMVehf84neWrfQvykuvMxs1XVNUkuZ1uXX43trccIk&#xA;r19PnG7e9a+GKvkE2Lnysl8EZ3uNQaBpONamOFWChvE+qdsVfQa+Tpb7/nJ7zh5ZiT6tFqGi3lnA&#xA;9CUjhudLSGNyRX4RzA/DFWLeVfPH5m/lZ5d1/wDLvVPKEl5FqjTrEs6TKFeeIQysjRqyzxPHHtwY&#xA;ePLFWX/84+flB59v/Knm3y75qsbjR/KXmG0UQC6XhOt/G6tDPHA/FwqgVblx5UUfJV7B5E0fyx+T&#xA;n5dJ5e82+ZbJ4RJcTF7krCrxzNvHHA7uzjrUKNyTtirCtT/5yj8iaU36B/LHy1Nrl7M7GCCytjaW&#xA;zSNSrrFGhmkPj+7WvjiqXH8uP+chvzYIfz5qy+VPLEp5NotqKSOh34mFGNRt/u+Ulf5cVew/l5+T&#xA;H5feQYlOhaap1Djxk1W5pNdvUUP7wgcAe6xhR7YqzjFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&#xA;7FXYq7FXYqk/mXyb5U8z2n1TzDpNrqcI+wLmJXZK943I5ofdSMVeO+YP+cPfIlxcG88r6pf+Wr1S&#xA;TCYnNzEh7FQ5Sb/ktiqSW35Yf85S+TGlPljzXaa5aSP6kkN0VM0rbAs/1uN6EgdRNXFVf/lb3/OU&#xA;GhgJr35cJqIT7UmnxyyMe1SbaS7Tr4Lirbf85eajZkrrH5d6np7j9kysd+o/vLeHtvirl/5zZ8iK&#xA;oVfL+phQKAD6uAAP+emKsWb/AJyI/IA6Yumf8q9l+oR3h1GO1EVqEF2estA/Wnw+HH4aU2xVkMX/&#xA;ADlZJcXkl3oX5ZX15fzqqS3CsVlcKKhWaK2lZgoFRU4qrf8AK3f+cotdBTQvy6TTQ/2ZL+KWNhv2&#xA;a5ltU+9cVWn8uf8AnK/zWQfMHnKDy9ZvUNb2UnCVQewFmiBv9lNiqbeXv+cPfIlvcC880anf+Zb1&#xA;iDMZXNtC56ksELzb/wDGbFXsflryb5U8sWn1Ty9pNrpkJ+2LaJUZ6d5HA5ufdicVTjFXYq7FXYq7&#xA;FXYq7FXYq7FXYq//2Q==</xapGImg:image>
-               </rdf:li>
-            </rdf:Alt>
-         </xap:Thumbnails>
-      </rdf:Description>
-      <rdf:Description rdf:about=""
-            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
-            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#">
-         <xapMM:DocumentID>uuid:56F5AAFBBF7E11DCA45DC632DA0FBE84</xapMM:DocumentID>
-         <xapMM:InstanceID>uuid:76dcd6fa-beb6-11dc-9b2d-0017f2f029ee</xapMM:InstanceID>
-         <xapMM:DerivedFrom rdf:parseType="Resource">
-            <stRef:instanceID>uuid:56F5AAFABF7E11DCA45DC632DA0FBE84</stRef:instanceID>
-            <stRef:documentID>uuid:56F5AAF9BF7E11DCA45DC632DA0FBE84</stRef:documentID>
-         </xapMM:DerivedFrom>
-      </rdf:Description>
-      <rdf:Description rdf:about=""
-            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
-         <pdf:Producer>Adobe PDF library 7.77</pdf:Producer>
-      </rdf:Description>
-   </rdf:RDF>
-</x:xmpmeta>
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                                                                                                    
-                           
-<?xpacket end="w"?>
endstream
endobj
xref
0 21
0000000003 00000 f
-0000000016 00000 n
-0000000076 00000 n
-0000000004 00001 f
-0000000000 00000 f
-0000000126 00000 n
-0000000562 00000 n
-0000000633 00000 n
-0000000861 00000 n
-0000001856 00000 n
-0000018660 00000 n
-0000035322 00000 n
-0000051763 00000 n
-0000079853 00000 n
-0000083456 00000 n
-0000083568 00000 n
-0000114055 00000 n
-0000114223 00000 n
-0000114270 00000 n
-0000114782 00000 n
-0000115913 00000 n
-trailer
<</Size 21/Root 1 0 R/Info 16 0 R/ID[<756C37FCBEB611DC9B2D0017F2F029EE><76D26D00BEB611DC9B2D0017F2F029EE>]>>
startxref
156196
%%EOF
\ No newline at end of file
diff --git a/attic/kiss-14ss/git/13ss/git.pdf b/attic/kiss-14ss/git/13ss/git.pdf
deleted file mode 100644
index 7f3e638dc442070dfc32d97553ac34ae49777251..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/git/13ss/git.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/git/13ss/git.tex b/attic/kiss-14ss/git/13ss/git.tex
deleted file mode 100755
index 1d0d3b56f1bdeb921ee7cc220ad2b5e78b6ea84b..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/git/13ss/git.tex
+++ /dev/null
@@ -1,240 +0,0 @@
-\documentclass{beamer}
-\usetheme{AnnArbor}
-\usecolortheme{beaver}
-\usepackage[utf8]{inputenc}
-\usepackage{hyperref,graphicx}
-%\setbeameroption{show only notes}
-
-\title{Versionskontrolle mit Git}
-\author{Björn Guth}
-\institute[Fachschaft I/1]{Fachschaft Mathematik/Physik/Informatik der RWTH Aachen}
-\date[18.04.2013]{18. April 2013}
-\titlegraphic{\includegraphics[height=3cm]{geier.pdf}}
-\logo{\includegraphics[height=0.8cm]{geier.pdf}}
-
-
-\begin{document}
-
-\frame[plain]{\titlepage}
-
-\begin{frame}{Inhalt}
-	\tableofcontents
-\end{frame}
-
-\section{Git WTF?}
-\begin{frame}{Git WTF?}
-	\begin{itemize}
-		\item Tool zur Versionskontrolle
-		\item erleichtert kollaboratives Arbeiten
-		\item einfacher Weg zu externen Backups von Projekten
-		\item weiteres Argument für \LaTeX~ und gegen MS-Office / Open Office / Libreoffice
-	\end{itemize}
-\end{frame}
-
-\begin{frame}{Vorteile von Git gegenüber SVN}
-	\begin{itemize}
-		\item Git ist schneller als SVN\footnote{zumindest laut \url{http://git-scm.com/about/small-and-fast}}
-		\item Git auch lokal und ohne Verbindung zu einem Server
-		\item Es gibt in Git Branches
-		\item SVN Repositories können in Git enigebunden werden
-		\item man kann mit Git genauso arbeiten, wie mit SVN
-	\end{itemize}
-\end{frame}
-
-\begin{frame}{Vorteile von Git gegenüber Dropbox}
-	\begin{itemize}
-		\item Git ist open source, Dropbox nicht.
-		\item Dorpbox hat keine Versionskontrolle
-		\item Git hat .gitignore
-		\item Dropbox ist ein zentralisiertes System
-		\item Dropbox ist an einen Ordner gebunden
-		\item viel Spaß mit den unterschiedlichen Quota der Dropboxuser
-	\end{itemize}
-\end{frame}
-
-\section{Workshop}
-\subsection{Installation}
-\begin{frame}[fragile]{Installation}
-	\begin{itemize}
-		\item Wenn du das Install-Skipt auf der LIP ausgeführt hast, hast du es schon!
-		\item ansonsten: \verb|sudo apt-get install git|
-	\end{itemize}
-\end{frame}
-
-\begin{frame}[fragile]{Konfiguration}
-	\begin{itemize}
-		\item Globale Konfiguration in \verb+~/.gitconfig+
-		\item wichtige globale Konfiguratonen:
-			\begin{itemize}
-				\item \verb+git config --global user.name NAME+
-				\item \verb+git config --global user.email EMAIL@ADREESSE+
-			\end{itemize}
-		\item im Projekt in \verb+./.git/config+
-	\end{itemize}
-\end{frame}
-
-\subsection{usage}
-\begin{frame}[fragile]{wichtigste Befehle}
-	\begin{itemize}
-		\item basic:
-			\begin{itemize}
-				\item \verb+git init+
-				\item \verb+git clone ``ADRESSE ZUM REPOSITORY''+
-				\item \verb+git add DATEI+
-				\item \verb+git status+
-				\item \verb+git commit -m ``ÄNDERUNGSBESCHREIBUNG''+
-				\item \verb+git commit --amend+
-				\item \verb+git push ADRESSE BRANCHNAME+
-				\item \verb+git pull+
-				\item \verb+git log+
-			\end{itemize}
-	\end{itemize}
-	\begin{block}{ein eigener Versuch}
-		\begin{itemize}
-			\item Clont das Repository dieser Präsi
-			\item \verb|git clone kiss12@137.226.113.201:~/git-vortrag|
-			\item schaut mal nach, wie viele commits ich schon gemacht habe
-		\end{itemize}
-	\end{block}
-\end{frame}
-
-\begin{frame}[fragile]{weiter wichtige Befehle}
-	\begin{itemize}
-		\item more advanced:
-			\begin{itemize}
-				\item \verb+git branch BRANCH+
-				\item \verb+git checkout BRANCH+
-				\item \verb+git checkout BRANCH1+\\
-					\verb+git merge BRANCH2+
-				\item \verb+git diff+
-				\item \verb+git branch -d BRANCH+
-			\end{itemize}
-	\end{itemize}
-	\begin{block}{ein weiterer Versuch}
-		\begin{itemize}
-			\item Erstellt einen neuen Branch
-			\item pusht ihn ins Repository
-			\item hat es geklappt?
-		\end{itemize}
-	\end{block}
-\end{frame}
-
-\subsection{Git in Gruppenarbeiten}
-\begin{frame}{Git als Versionskontrolle in Gruppenarbeiten}
-	\begin{itemize}
-		\item Generell gibt es drei Möglichkeiten, Git in deiner Gruppenarbeit zu nutzen:
-			\begin{enumerate}
-				\item Plain per ssh von Rechner zu Rechner
-				\item mit Gitolite
-				\item mit einen externen Hoster
-			\end{enumerate}
-	\end{itemize}
-\end{frame}
-
-\subsubsection{ssh}
-\begin{frame}[fragile]{ssh direkt von Rechner zu Rechner}
-	\begin{itemize}
-		\item eine Person erstellt mit ein Repository
-		\item alle anderen clonen dieses
-		\item mit \verb|git remote add NAME ``ADRESSE ZUM REPOSITORY''| werden alle anderen als Quellen hinzugefügt
-		\item nun können commits von anderen gepullt werden
-	\end{itemize}
-\end{frame}
-
-\begin{frame}{Vor- und Nachteile}
-	\begin{columns}[c]
-		\column{.5\textwidth}
-		Vorteile:
-		\begin{itemize}
-			\item dezentrales Netz
-			\item alle Daten nur lokal bei euch
-		\end{itemize}
-		\column{.5\textwidth}
-		Nachteile:
-		\begin{itemize}
-			\item auf jeden Rechner muss ein ssh-Daemon laufen
-			\item sinnvoller Weise müsstet ihr euch dafür einen zusätzlichen User anlegen
-			\item wechselnde Netzwerkadressen bereiten Probleme
-		\end{itemize}
-	\end{columns}
-\end{frame}
-
-\subsubsection{Gitolite}
-\begin{frame}[fragile]{Gitolite zur Rechteverwaltung}
-	\begin{itemize}
-		\item Gitolite erledigt Rechteverwaltung bei Git-Repositories
-		\item muss zusätzlich zu Git installiert und eingerichtet werden
-		\item weitere Verwaltung sehr einfach über ein Git-Repository
-		\item bei Interesse kann ich mehr zeigen
-	\end{itemize}
-\end{frame}
-
-\begin{frame}{Vor- und Nachteile}
-	\begin{columns}[c]
-		\column{.5\textwidth}
-		Vorteile:
-		\begin{itemize}
-			\item alle Daten sind lokal bei euch
-			\item Rechteverwaltung sinnvoll geregelt
-		\end{itemize}
-		\column{.5\textwidth}
-		Nachteile:
-		\begin{itemize}
-			\item Einrichtung nicht trivial
-			\item als zentralistisches System ausgelegt\footnote{kann aber auch ähnlich wie plain ssh\\ verwendet werden}
-		\end{itemize}
-	\end{columns}
-\end{frame}
-
-\subsubsection{externe Hoster}
-\begin{frame}{externe Hoster}
-	\begin{itemize}
-		\item es gibt Anbieter, die Git-Repositories zur verfügung stellen.
-		\item als Beispiel seien hier mal genannt:
-			\begin{itemize}
-				\item github.com\footnote{bietet auch einige sehr gute Tutorials zu Git}
-				\item gitorious.org
-			\end{itemize}
-		\item sehr leicht zu managen
-		\item sind in der Nutzung genauso wie Gitolite
-	\end{itemize}
-\end{frame}
-
-\begin{frame}{Vor- und Nachteile}
-	\begin{columns}[c]
-		\column{.5\textwidth}
-		Vorteile:
-		\begin{itemize}
-			\item leichte Einrichtung
-			\item vergleichsweise geringe Downtime
-		\end{itemize}
-		\column{.5\textwidth}
-		Nachteile:
-		\begin{itemize}
-			\item Daten werden bösen Unternehmen in den Rachen geworfen
-			\item Solange man kein Geld bezahlt, sind die Repositories public
-		\end{itemize}
-	\end{columns}
-\end{frame}
-
-\section{Weitere Hilfe}
-\begin{frame}{Weitere Hilfe}
-	\begin{itemize}
-		\item \url{http://git-scm.com/doc}
-		\item \url{https://help.github.com/}
-		\item \url{http://wiki.ubuntuusers.de/Git}
-		\item \url{http://www.markus-gattol.name/misc/mm/si/content/git_workflow_and_cheat_sheet.png}
-	\end{itemize}
-\end{frame}
-
-\begin{frame}{Weitere Hilfe}
-	\includegraphics[height=0.8\textheight]{git_workflow_and_cheat_sheet.png}
-\end{frame}
-
-\begin{frame}
-	\frametitle{Danke für die Aufmerksamkeit\footnote{auch wenn es sehr komandozeilenlastig war\footnote{}}\footnotetext{Ich hoffe aber ich konte trotzdem ein paar von euch überzeugen Git zu nutzen}}
-	\begin{itemize}
-		\item Wenn ihr noch Fragen habt, wäre jetzt der richtige Zeitpunkt\footnote{Später geht aber auch!}
-	\end{itemize}
-\end{frame}
-\end{document}
diff --git a/attic/kiss-14ss/git/13ss/git_workflow_and_cheat_sheet.png b/attic/kiss-14ss/git/13ss/git_workflow_and_cheat_sheet.png
deleted file mode 100644
index 137fe754fc35b23580e0a9136f793830ef4de32c..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/git/13ss/git_workflow_and_cheat_sheet.png and /dev/null differ
diff --git a/attic/kiss-14ss/git/13ws/handout.pdf b/attic/kiss-14ss/git/13ws/handout.pdf
deleted file mode 100644
index d57b493e131129799e6a19c7ce0534db248cf4df..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/git/13ws/handout.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/git/13ws/handout.tex b/attic/kiss-14ss/git/13ws/handout.tex
deleted file mode 100644
index 0800034a6e4d236ad5658903e2d03463620326c7..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/git/13ws/handout.tex
+++ /dev/null
@@ -1,220 +0,0 @@
-% Vorlage fuer Handouts
-% zum Seminar "Diskrete Geometrie und Kombinatorik -- ein topologischer Zugang"
-% im WS 2008/09
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Allgemeine Hinweise
-% - Halten Sie den LaTeX-Code so uebersichtlich wie moeglich;
-%   (La)TeX-Fehlermeldungen sind oft kryptisch -- in einem ordentlich 
-%   strukturierten Quellcode lassen sich Fehler leichter finden und 
-%   beseitigen
-%
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Jedes LaTeX-Dokument muss eine \documentclass-Deklaration enthalten
-%   Diese sorgt fuer das allgemeine Seiten-Layout, das Aussehen der 
-%   Ueberschriften etc.
-\documentclass[a4paper,doubleside,DIV8,10pt]{scrartcl}
-\usepackage[left=3cm,right=3cm,top=1.5cm,bottom=1cm,includeheadfoot]{geometry}
-  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-  % Einbinden weiterer Pakete
-% deutsche Silbentrennung
-\usepackage[ngerman]{babel}
-
-% wegen deutschen Umlauten
-\usepackage[utf8]{inputenc}
-  % \usepackage{ngerman} % entsprechend fuer die neue Rechtschreibung
-  \usepackage{relsize}   % fuer \smaller 
-\usepackage{xcolor}
-\usepackage{listings}
-\usepackage[fleqn]{mathtools}
-\lstset{basicstyle=\ttfamily,
-  showstringspaces=false,
-  commentstyle=\color{red},
-  keywordstyle=\color{blue}
-}
-% Deklaration weiterer Makros
-  \renewcommand{\labelitemi}{--}             % aendert die Symbole bei unnumerierten Aufzaehlungen
-  \makeatletter                              % Fussnote ohne Symbol
-    \def\blfootnote{\xdef\@thefnmark{}\@footnotetext}
- 
-  % Titel des Handouts
-  %   #1 Name des Vortragenden
-  %   #2 email-Adresse 
-  %   #3 Datum des Vortrags
-  %   #4 Titel des Vortrags
-  \newcommand{\handouttitle}[4]
-   {\begin{center}
-      \Large #4
-    \end{center}
-
-    \bigskip
-
-    \noindent
-    #1 (\textsf{#2})
-    \hfill
-    #3%
-    \blfootnote{KISS \glqq GIT Workshop\grqq, 
-      WS~2013/2014,  RWTH Aachen University}
-  
-    \noindent
-    \rule{\linewidth}{.5pt}
-
-    \bigskip
-
-    \@afterindentfalse\@afterheading
-   }
-  \makeatother
-  \renewcommand{\sectfont}{\normalfont}       % aendert den Font fuer Ueberschriften
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Anfang des eigentlichen Dokuments
-\begin{document}
-
-  % Titel fuer das Handout -- Sie koennen natuerlich auch selbst etwas entwerfen!
-  \handouttitle{Andreas Lenzen}
-               {andi@fsmpi.rwth-aachen.de}
-               {24.~Oktober~2013}
-               {GIT~Workshop}
-
-\section*{GIT einrichten}
-\begin{lstlisting}[language=bash,caption={}]
-$ sudo apt-get install git
-$ git config user.name "Dein Name"
-$ git config user.email deineMailadresse@hoster.com
-\end{lstlisting}
-
-\section*{RabbitVCS einrichten}
-\begin{lstlisting}[language=bash,caption={}]
-$ sudo add-apt-repository ppa:rabbitvcs/ppa
-$ sudo apt-get update
-$ sudo apt-get install rabbitvcs-nautilus3 rabbitvcs-gedit 
-	rabbitvcs-cli
-\end{lstlisting}
-Entweder ein Neustart oder
-\begin{lstlisting}[language=bash,caption={}]
-$ pkill nautilus
-\end{lstlisting}
-
-\section*{SSH-Key erzeugen}
-\begin{lstlisting}[language=bash,caption={}]
-$ ssh-keygen
-Generating public/private rsa key pair.
-Enter file in which to save the key (/home/[yourUser]/.ssh/id\_rsa): 
-	/home/[yourUser]/.ssh/bitbucketGit
-\end{lstlisting}
-
-Die Passphrase schützt deinen private-key ! {\bf Nicht leer lassen ! ! !}
-Du musst SSH noch mitteilen für welche Verbindungen dieser key verwendet werden soll. Dazu ergänzt du $\sim/.ssh/config$ um folgende Zeilen (Wenn die Datei noch nicht existiert, dann erstelle sie):
-\begin{lstlisting}[language=bash,caption={}]
-Host bitbucket
-    HostName bitbucket.org
-    User git
-    IdentityFile ~/.ssh/bitbucketGit
-\end{lstlisting}
-
-\section*{BitBucket}
-\begin{enumerate}
-\item Registrierung
-\item SSH-Public-Key hinterlegen ($\sim/.ssh/bitbucket.pub$)
-\item Repository erstellen
-\end{enumerate}
-
-\section*{Repository aus-checken}
-\subsection*{RabbitVCS}
-Mit  RabbitVCS einfach einen Rechtsklick in einen beliebigen Ordner 
-
-$\rightarrow RabbitVCS\ Git$
-$\rightarrow Clone $
-
-$\rightarrow URL: ssh://git@bitbucket.org/USERNAME/REPOSITORYNAME.git$
-
-$\rightarrow Destination: /pfad/zu/dem/repository$
-
-Beim ersten mal wirst du gefragt ob du dich mit diesem Host verbinden möchtest. Das mit "yes" bestätigen. Nun wirst du nach deiner Passphrase gefragt.
-\subsection*{Konsole}
-Mit der Konsole:
-\begin{lstlisting}[language=bash,caption={}]
-$ git clone ssh://git@bitbucket.org/USERNAME/REPOSITORYNAME.git 
-	/pfad/zu/dem/repository
-\end{lstlisting}
-
-Auch hier muss man bei der ersten Verbindung mit "yes" bestätigen und deine Passphrase eingeben. 
-Das Repository befindet sich hier: /pfad/zu/dem/repository
-
-\section*{Die wichtigsten GIT Befehle}
-
-Daten von dem Dateisystem in das Repository schreiben
-\begin{lstlisting}[language=bash,caption={}]
-$ git commit -a -m "Sinnvoller commit Kommentar"
-\end{lstlisting}
-Daten vom Server (BitBucket) anfordern
-\begin{lstlisting}[language=bash,caption={}]
-$ git pull
-\end{lstlisting}
-Repository auf den Server übertragen
-\begin{lstlisting}[language=bash,caption={}]
-$ git push
-\end{lstlisting}
-Datei zu einem Repository hinzufügen
-\begin{lstlisting}[language=bash,caption={}]
-$ git add FILE
-\end{lstlisting}
-Datei im Dateisystem und im Repository verschieben
-\begin{lstlisting}[language=bash,caption={}]
-$ git mv FROM TO
-\end{lstlisting}
-Datei im Dateisystem und im Repository löschen
-\begin{lstlisting}[language=bash,caption={}]
-$ git rm FILE
-\end{lstlisting}
-Gibt den aktuellen Status des Repositorys im Vergleich zum Dateisystem aus
-\begin{lstlisting}[language=bash,caption={}]
-$ git status
-\end{lstlisting}
-Gibt eine Liste aller “Commits” aus
-\begin{lstlisting}[language=bash,caption={}]
-$ git log
-\end{lstlisting}
-Setzt das Repository auf eine frühere Version zurück
-\begin{lstlisting}[language=bash,caption={}]
-$ git reset TO-COMMIT-HASH
-\end{lstlisting}
-
-\section*{Dateien ignorieren}
-
-Es ist zudem möglich Dateien zu ignorieren indem man folgende Datei anlegt: $.gitignore$
-
-\begin{lstlisting}[language=bash,caption={}]
-# Compiled source #
-###################
-*.com
-*.class
-*.dll
-*.exe
-*.o
-*.so
-\end{lstlisting}
-
-Es können Beispielsweise Wildcards verwendet werden um, wie im Beispiel, alle Dateien mit der Endung ".class" zu ignorieren. Zeilen die mit einem Hashtag beginnen sind lediglich Kommentare die von GIT ignoriert werden.
-Diese Datei sollte mit in das Repository gelegt werden.
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Literaturverzeichnis
-% - Der Einfachheit halber sind hier bereits alle Quellen eingetragen, 
-%   die im Seminarprogramm auftreten
-% - Bitte entfernen Sie alle Quellen, die Sie nicht in Ihrem Handout 
-%   zitieren
-% - Umgekehrt muessen Sie natuerlich, wenn Sie weitere Literatur
-%   zitieren wollen, die entsprechenden Quellen hier einfuegen; 
-%   hierbei kann www.ams.org/mathscinet helfen, die noetigen 
-%   Informationen zu den Quellen zu sammeln
-%  \begin{thebibliography}{99}
-    %\bibitem{wiki} http://de.wikipedia.org/wiki/Git
-%  \end{thebibliography}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Ende des Dokuments -- alles, was nach dieser Zeile steht, wird 
-% von LaTeX ignoriert!
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/git/handout.pdf b/attic/kiss-14ss/git/handout.pdf
deleted file mode 100644
index f73ec8ec858cdb9eab6aa9b435b1606047506d95..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/git/handout.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/git/handout.tex b/attic/kiss-14ss/git/handout.tex
deleted file mode 100644
index 9eb00b12921128f5b8b64689a330cedf0b95fed3..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/git/handout.tex
+++ /dev/null
@@ -1,212 +0,0 @@
-% Vorlage fuer Handouts
-% zum Seminar "Diskrete Geometrie und Kombinatorik -- ein topologischer Zugang"
-% im WS 2008/09
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Allgemeine Hinweise
-% - Halten Sie den LaTeX-Code so uebersichtlich wie moeglich;
-%   (La)TeX-Fehlermeldungen sind oft kryptisch -- in einem ordentlich 
-%   strukturierten Quellcode lassen sich Fehler leichter finden und 
-%   beseitigen
-%
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Jedes LaTeX-Dokument muss eine \documentclass-Deklaration enthalten
-%   Diese sorgt fuer das allgemeine Seiten-Layout, das Aussehen der 
-%   Ueberschriften etc.
-\documentclass[a4paper,doubleside,DIV8,10pt]{scrartcl}
-\usepackage[left=3cm,right=3cm,top=1.5cm,bottom=1cm,includeheadfoot]{geometry}
-  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-  % Einbinden weiterer Pakete
-% deutsche Silbentrennung
-\usepackage[ngerman]{babel}
-
-% wegen deutschen Umlauten
-\usepackage[utf8]{inputenc}
-  % \usepackage{ngerman} % entsprechend fuer die neue Rechtschreibung
-  \usepackage{relsize}   % fuer \smaller 
-\usepackage{xcolor}
-\usepackage{listings}
-\usepackage[fleqn]{mathtools}
-\lstset{basicstyle=\ttfamily,
-  showstringspaces=false,
-  commentstyle=\color{red},
-  keywordstyle=\color{blue},
-  language=bash,
-  caption={}
-}
-% Deklaration weiterer Makros
-  \renewcommand{\labelitemi}{--}             % aendert die Symbole bei unnumerierten Aufzaehlungen
-  \makeatletter                              % Fussnote ohne Symbol
-    \def\blfootnote{\xdef\@thefnmark{}\@footnotetext}
- 
-  % Titel des Handouts
-  %   #1 Name des Vortragenden
-  %   #2 email-Adresse 
-  %   #3 Datum des Vortrags
-  %   #4 Titel des Vortrags
-  \newcommand{\handouttitle}[4]
-   {\begin{center}
-      \Large #4
-    \end{center}
-
-    \bigskip
-
-    \noindent
-    #1 (\textsf{#2})
-    \hfill
-    #3%
-    \blfootnote{KISS \glqq GIT Workshop\grqq, 
-      SS~2014,  RWTH Aachen University}
-  
-    \noindent
-    \rule{\linewidth}{.5pt}
-
-    \bigskip
-
-    \@afterindentfalse\@afterheading
-   }
-  \makeatother
-  \renewcommand{\sectfont}{\normalfont}       % aendert den Font fuer Ueberschriften
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Anfang des eigentlichen Dokuments
-\begin{document}
-
-  % Titel fuer das Handout -- Sie koennen natuerlich auch selbst etwas entwerfen!
-  \handouttitle{Moritz Holtz}
-               {moritz@fsmpi.rwth-aachen.de}
-               {24.~April~2013}
-               {GIT~Workshop}
-
-\section*{GIT einrichten}
-\begin{lstlisting}
-$ sudo apt-get install git
-$ git config user.name "Dein Name"
-$ git config user.email deineMailadresse@hoster.com
-\end{lstlisting}
-
-\section*{Git lokal verwenden}
-Um Git lediglich lokal zu verwenden kann einfach mittels
-\begin{lstlisting}
-$ git init reponame
-\end{lstlisting}
-ein neues Repository namens \textsl{reponame} erzeugt werden.
-
-\section*{Git mit einem Server verwenden}
-%Viel schöner ist es natürlich, Git auf einem Server zu verwenden. Dafür brauch man erstmal einen Server, auf dem das Repository liegen soll.\\
-Anbieter von Repositorys sind beispielsweise:
-\begin{itemize}
-	\item Github.com
-	\item BitBucket.org
-\end{itemize}
-%Es gibt dabei verschiedene Anbieter, wie GitHub.com oder BitBucket.org.
-Zudem sollte man einen SSH-Key erzeugen, mit dem man sich später authentifizieren kann:
-\begin{lstlisting}
-$ ssh-keygen
-Generating public/private rsa key pair.
-Enter file in which to save the key (/home/[yourUser]/.ssh/id\_rsa): 
-	/home/[yourUser]/.ssh/git
-\end{lstlisting}
-Den Inhalt der dabei erzeugten Datei /home/\textsl{[yourUser]}/.ssh/git.pub kann man nun bei dem Hoster hochladen.\\
-Nun muss man ssh bzw. git noch mitteilen, welchen Key es verwenden soll. Dafür ergänzt du die Datei $\sim/.ssh/config$ um folgendes:
-\begin{lstlisting}[language=bash,caption={}]
-Host GitServer
-	HostName [server]
-	User [user]
-	IdentityFile ~/.ssh/git
-\end{lstlisting}
-Du erhältst in der Regel eine URL in der Form \textsl{[user]@[server]:[pfad]}(Teilweise muss explizit \textsl{ssl-url} ausgewählt werden).\\
-\textsl{[user]} und \textsl{[server]} musst du in obiger Datei entsprechend einfügen, \textsl{GitServer} kannst du beliebig, aber möglichst sinnvoll setzen.
-Das Repository kannst du dann mittels
-\begin{lstlisting}
-$ git clone GitServer:[pfad]
-\end{lstlisting}
-downloaden.
-
-\newpage
-\section*{Die wichtigsten GIT Befehle}
-
-Daten von dem Dateisystem in das Repository schreiben:
-\begin{lstlisting}
-$ git commit -a -m "Sinnvoller commit Kommentar"
-\end{lstlisting}
-Daten vom Server anfordern:
-\begin{lstlisting}
-$ git pull
-\end{lstlisting}
-Repository auf den Server übertragen:
-\begin{lstlisting}
-$ git push
-\end{lstlisting}
-Datei/Ordner zu einem Repository hinzufügen:
-\begin{lstlisting}
-$ git add FILE
-\end{lstlisting}
-Datei im Dateisystem und im Repository verschieben:
-\begin{lstlisting}
-$ git mv FROM TO
-\end{lstlisting}
-Datei im Dateisystem und im Repository löschen:
-\begin{lstlisting}
-$ git rm FILE
-\end{lstlisting}
-Gibt den aktuellen Status des Repositorys im Vergleich zum Dateisystem aus:
-\begin{lstlisting}
-$ git status
-\end{lstlisting}
-Gibt eine Liste aller “Commits” aus:
-\begin{lstlisting}
-$ git log
-\end{lstlisting}
-Zeigt Unterschiede seit dem letzten Commit an:
-\begin{lstlisting}
-$ git diff
-\end{lstlisting}
-Setzt das Repository auf eine frühere Version zurück:
-\begin{lstlisting}
-$ git reset TO-COMMIT-HASH
-\end{lstlisting}
-Gibt weitere Infos:
-\begin{lstlisting}
-$ git --help
-$ git [kommando] --help
-\end{lstlisting}
-
-\section*{Dateien ignorieren}
-
-Es ist zudem möglich Dateien zu ignorieren indem man folgende Datei anlegt: $.gitignore$
-
-\begin{lstlisting}
-# Compiled source #
-###################
-*.com
-*.class
-*.dll
-*.exe
-*.o
-*.so
-\end{lstlisting}
-
-Es können Beispielsweise Wildcards verwendet werden um, wie im Beispiel, alle Dateien mit der Endung ".class" zu ignorieren. Zeilen die mit einem Hashtag beginnen sind lediglich Kommentare die von GIT ignoriert werden.
-Diese Datei sollte mit in das Repository gelegt werden und gilt für alle Unterverzeichnisse.
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Literaturverzeichnis
-% - Der Einfachheit halber sind hier bereits alle Quellen eingetragen, 
-%   die im Seminarprogramm auftreten
-% - Bitte entfernen Sie alle Quellen, die Sie nicht in Ihrem Handout 
-%   zitieren
-% - Umgekehrt muessen Sie natuerlich, wenn Sie weitere Literatur
-%   zitieren wollen, die entsprechenden Quellen hier einfuegen; 
-%   hierbei kann www.ams.org/mathscinet helfen, die noetigen 
-%   Informationen zu den Quellen zu sammeln
-  \begin{thebibliography}{99}
-    \bibitem{wiki} http://de.wikipedia.org/wiki/Git
-	\bibitem{wiki} http://git-scm.com/book
-  \end{thebibliography}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Ende des Dokuments -- alles, was nach dieser Zeile steht, wird 
-% von LaTeX ignoriert!
-\end{document}
diff --git a/attic/kiss-14ss/gnucash/gnucash Handout.pdf b/attic/kiss-14ss/gnucash/gnucash Handout.pdf
deleted file mode 100755
index efd410b354b099f0481325be8e125cf3538f395b..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gnucash/gnucash Handout.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/.gitignore b/attic/kiss-14ss/gpg/.gitignore
deleted file mode 100644
index 3517d7962e4ad44d9c58aaec600d5d3d7ab527cf..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.aux
-*.log
-*.nav
-*.out
-*.snm
-*.synctex.gz
-*.toc
-*.vrb
-
diff --git a/attic/kiss-14ss/gpg/Orange_blue_digital_signature_de.pdf b/attic/kiss-14ss/gpg/Orange_blue_digital_signature_de.pdf
deleted file mode 100644
index ca1528565a281294a16e54c6b82fe206a7f50807..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gpg/Orange_blue_digital_signature_de.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/Orange_blue_digital_signature_de.svg b/attic/kiss-14ss/gpg/Orange_blue_digital_signature_de.svg
deleted file mode 100644
index f647edb0b5a7c7b3685b0eb536ff0bfb7ff92ae1..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/Orange_blue_digital_signature_de.svg
+++ /dev/null
@@ -1,532 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="979.94531"
-   height="621.84827"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="Orange_blue_digital_signature_de.text.svg">
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.7"
-     inkscape:cx="232.46205"
-     inkscape:cy="240.23916"
-     inkscape:document-units="px"
-     inkscape:current-layer="g3616"
-     showgrid="true"
-     inkscape:window-width="1920"
-     inkscape:window-height="1005"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       snapvisiblegridlinesonly="true"
-       enabled="true"
-       visible="true"
-       empspacing="5"
-       id="grid2816"
-       type="xygrid" />
-  </sodipodi:namedview>
-  <title
-     id="title5016">Public key cryptography</title>
-  <defs
-     id="defs4">
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mend"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mend">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
-         id="path3686" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow2Send"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Send">
-      <path
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
-         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="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
-         id="path3692" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow1Send"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow1Send">
-      <path
-         transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
-         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
-         id="path3674" />
-    </marker>
-    <inkscape:perspective
-       id="perspective10"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective3629" />
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mendt"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mendt">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill:#729fcf;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.625;stroke-linejoin:round"
-         id="path4869" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow2MendtR"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2MendtR">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill:#f57900;fill-rule:evenodd;stroke:#f57900;stroke-width:0.625;stroke-linejoin:round"
-         id="path4943" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective3706" />
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mendtc"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mendtc">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill:#f57900;fill-rule:evenodd;stroke:#f57900;stroke-width:0.625;stroke-linejoin:round"
-         id="path3722" />
-    </marker>
-    <inkscape:perspective
-       id="perspective3816"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective3841"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective3866"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <marker
-       style="overflow:visible"
-       id="Arrow2MendtcD"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2MendtcD">
-      <path
-         transform="scale(-0.6,-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="stroke-linejoin:round;font-size:12px;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.625;fill:#729fcf"
-         id="path3944" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mendtn"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mendtn">
-      <path
-         transform="scale(-0.6,-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="stroke-linejoin:round;font-size:12px;fill-rule:evenodd;stroke:#f57900;stroke-width:0.625;fill:#f57900"
-         id="path4043" />
-    </marker>
-  </defs>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>Public key cryptography</dc:title>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
-      </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/publicdomain/">
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Reproduction" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Distribution" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
-      </cc:License>
-    </rdf:RDF>
-  </metadata>
-  <g
-     transform="translate(83.75,-60.907078)"
-     id="layer1"
-     inkscape:groupmode="layer"
-     inkscape:label="Ebene 1">
-    <g
-       transform="translate(0,7.4609331)"
-       id="g3616">
-      <rect
-         style="fill:#555753;fill-opacity:1;stroke:#f57900;stroke-width:7.50000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="rect3610-5-8"
-         width="374.44531"
-         height="74.889061"
-         x="-80"
-         y="324.90125"
-         ry="24.963018" />
-      <g
-         style="font-size:14px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3804">
-        <path
-           d="m 28.050781,380.0737 -17.742187,-25.10156 0,24.63281 -4.4531253,0 0,-34.33594 1.875,0 17.2734373,23.74219 0,-23.74219 4.453125,0 0,34.80469 -1.40625,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3285" />
-        <path
-           d="m 50.339844,376.72214 c -1.781266,2.23437 -4.507826,3.35156 -8.179688,3.35156 -1.968757,0 -3.679693,-0.71094 -5.132812,-2.13281 -1.437503,-1.4375 -2.156252,-3.21875 -2.15625,-5.34375 -2e-6,-2.54687 1.109372,-4.6953 3.328125,-6.44532 2.234367,-1.7656 5.078114,-2.64842 8.53125,-2.64843 0.937485,10e-6 1.999984,0.20314 3.1875,0.60937 -1.7e-5,-4.06248 -1.812515,-6.09373 -5.4375,-6.09375 -2.781259,2e-5 -4.921882,0.75002 -6.421875,2.25 l -1.875,-3.72656 c 0.843746,-0.68748 2.007807,-1.27341 3.492187,-1.75781 1.499992,-0.49998 2.929678,-0.74998 4.289063,-0.75 3.64061,2e-5 6.281232,0.82815 7.921875,2.48437 1.656229,1.65627 2.484353,4.28908 2.484375,7.89844 l 0,9 c -2.2e-5,2.20313 0.656228,3.67188 1.96875,4.40625 l 0,2.22656 c -1.812522,0 -3.171895,-0.25781 -4.078125,-0.77344 -0.890644,-0.51562 -1.531268,-1.36718 -1.921875,-2.55468 m -0.421875,-9.44532 c -1.406266,-0.31248 -2.39064,-0.46873 -2.953125,-0.46875 -2.250012,2e-5 -4.085948,0.57814 -5.507813,1.73438 -1.421882,1.15626 -2.132819,2.52345 -2.132812,4.10156 -7e-6,2.60938 1.539054,3.91407 4.617187,3.91406 2.249987,1e-5 4.242173,-1.0703 5.976563,-3.21093 l 0,-6.07032"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3287" />
-        <path
-           d="m 80.316406,356.54245 -2.203125,3.14062 c -0.453144,-0.4531 -1.257831,-0.88279 -2.414062,-1.28906 -1.140642,-0.40623 -2.26564,-0.60935 -3.375,-0.60937 -2.421887,2e-5 -4.34376,0.85158 -5.765625,2.55468 -1.421882,1.68752 -2.132819,4.00783 -2.132813,6.96094 -6e-6,2.93751 0.726556,5.1797 2.179688,6.72656 1.453115,1.53126 3.468738,2.29688 6.046875,2.29688 1.999983,0 4.015606,-0.77343 6.046875,-2.32031 l 1.757812,3.75 c -2.390645,1.54687 -5.351579,2.32031 -8.882812,2.32031 -3.421885,0 -6.250007,-1.14844 -8.484375,-3.44531 -2.234378,-2.29687 -3.351564,-5.40624 -3.351563,-9.32813 -10e-7,-3.99998 1.156248,-7.21092 3.46875,-9.63281 2.328118,-2.42185 5.507802,-3.63279 9.539063,-3.63281 1.296859,2e-5 2.703108,0.27346 4.21875,0.82031 1.515604,0.5469 2.632791,1.1094 3.351562,1.6875"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3289" />
-        <path
-           d="m 100.66016,379.60495 0,-15.77344 c -2e-5,-1.87498 -0.46096,-3.35154 -1.382816,-4.42969 -0.921892,-1.0781 -2.218765,-1.61716 -3.890625,-1.61718 -1.078138,2e-5 -2.164074,0.32033 -3.257813,0.96093 -1.078134,0.62503 -1.906258,1.3594 -2.484375,2.20313 l 0,18.65625 -4.453125,0 0,-35.39063 4.453125,0 0,13.05469 c 0.593742,-0.92185 1.546866,-1.68747 2.859375,-2.29687 1.328113,-0.62498 2.6953,-0.93748 4.101563,-0.9375 2.656233,2e-5 4.734351,0.87502 6.234371,2.625 1.51561,1.75002 2.27342,4.14064 2.27344,7.17187 l 0,15.77344 -4.45312,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3291" />
-        <path
-           d="m 125.08203,358.79245 c -0.96876,-0.67185 -1.94533,-1.00779 -2.92969,-1.00781 -1.57813,2e-5 -2.96094,0.72658 -4.14843,2.17968 -1.17189,1.45315 -1.75782,3.20315 -1.75782,5.25 l 0,14.39063 -4.45312,0 0,-25.10156 4.45312,0 0,4.00781 c 1.62499,-2.98435 4.03905,-4.47654 7.24219,-4.47656 0.79686,2e-5 1.9453,0.14065 3.44531,0.42187 l -1.85156,4.33594"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3293" />
-        <path
-           d="m 134.69141,345.0112 c 0.76561,3e-5 1.41405,0.27347 1.94531,0.82031 0.54686,0.53129 0.8203,1.17191 0.82031,1.92188 -1e-5,0.76565 -0.27345,1.4219 -0.82031,1.96875 -0.53126,0.53128 -1.1797,0.7969 -1.94531,0.79687 -0.75001,3e-5 -1.39845,-0.26559 -1.94532,-0.79687 -0.53125,-0.54685 -0.79688,-1.2031 -0.79687,-1.96875 -1e-5,-0.76559 0.26562,-1.41403 0.79687,-1.94532 0.53125,-0.53121 1.17968,-0.79684 1.94532,-0.79687 m -2.4375,34.59375 0,-21.35156 -3.44532,0 0,-3.75 7.89844,0 0,25.10156 -4.45312,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3295" />
-        <path
-           d="m 162.72266,356.54245 -2.20313,3.14062 c -0.45314,-0.4531 -1.25783,-0.88279 -2.41406,-1.28906 -1.14064,-0.40623 -2.26564,-0.60935 -3.375,-0.60937 -2.42189,2e-5 -4.34376,0.85158 -5.76563,2.55468 -1.42188,1.68752 -2.13281,4.00783 -2.13281,6.96094 0,2.93751 0.72656,5.1797 2.17969,6.72656 1.45311,1.53126 3.46874,2.29688 6.04687,2.29688 1.99999,0 4.01561,-0.77343 6.04688,-2.32031 l 1.75781,3.75 c -2.39064,1.54687 -5.35158,2.32031 -8.88281,2.32031 -3.42189,0 -6.25001,-1.14844 -8.48438,-3.44531 -2.23437,-2.29687 -3.35156,-5.40624 -3.35156,-9.32813 0,-3.99998 1.15625,-7.21092 3.46875,-9.63281 2.32812,-2.42185 5.5078,-3.63279 9.53906,-3.63281 1.29686,2e-5 2.70311,0.27346 4.21875,0.82031 1.51561,0.5469 2.63279,1.1094 3.35157,1.6875"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3297" />
-        <path
-           d="m 183.06641,379.60495 0,-15.77344 c -2e-5,-1.87498 -0.46096,-3.35154 -1.38282,-4.42969 -0.92189,-1.0781 -2.21876,-1.61716 -3.89062,-1.61718 -1.07814,2e-5 -2.16407,0.32033 -3.25781,0.96093 -1.07814,0.62503 -1.90626,1.3594 -2.48438,2.20313 l 0,18.65625 -4.45312,0 0,-35.39063 4.45312,0 0,13.05469 c 0.59374,-0.92185 1.54687,-1.68747 2.85938,-2.29687 1.32811,-0.62498 2.6953,-0.93748 4.10156,-0.9375 2.65623,2e-5 4.73435,0.87502 6.23437,2.625 1.51561,1.75002 2.27342,4.14064 2.27344,7.17187 l 0,15.77344 -4.45312,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3299" />
-        <path
-           d="m 195.44141,358.01901 -2.90625,0 0,-3.51562 2.90625,0 0,-5.25 4.45312,-1.71094 0,6.96094 6.89063,0 0,3.51562 -6.89063,0 0,12.46875 c -1e-5,2.10938 0.35155,3.60938 1.05469,4.5 0.71874,0.89063 1.86717,1.33594 3.44531,1.33594 1.14061,0 2.3203,-0.28906 3.53906,-0.86719 l 0.65625,3.91406 c -1.84376,0.46875 -3.8672,0.70313 -6.07031,0.70313 -1.98438,0 -3.66407,-0.73437 -5.03906,-2.20313 -1.35938,-1.48437 -2.03907,-3.35155 -2.03906,-5.60156 l 0,-14.25"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3301" />
-      </g>
-    </g>
-    <g
-       id="g3616-5"
-       transform="translate(518,-2.4999999e-6)">
-      <rect
-         style="fill:#555753;fill-opacity:1;stroke:#f57900;stroke-width:7.50000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="rect3610-5"
-         width="374.44531"
-         height="74.889061"
-         x="0"
-         y="332.36218"
-         ry="24.963018" />
-      <g
-         style="font-size:14px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3804-3">
-        <path
-           d="m 100.69141,385.49557 1.71093,-4.3125 c 0.875,0.64064 1.96094,1.1797 3.25782,1.61719 1.31249,0.42188 2.48436,0.63282 3.51562,0.63281 1.82811,1e-5 3.29686,-0.49999 4.40625,-1.5 1.10936,-0.99999 1.66405,-2.27343 1.66406,-3.82031 -10e-6,-1.15624 -0.31251,-2.22655 -0.9375,-3.21094 -0.60939,-0.99998 -2.15626,-2.08592 -4.64062,-3.25781 l -2.76563,-1.28906 c -2.34375,-1.09373 -3.98438,-2.39061 -4.92187,-3.89063 -0.92188,-1.49997 -1.38282,-3.30466 -1.38281,-5.41406 -1e-5,-2.56247 0.90624,-4.68747 2.71875,-6.375 1.81249,-1.68746 4.14061,-2.53121 6.98437,-2.53125 3.79686,4e-5 6.43748,0.61722 7.92188,1.85156 l -1.38282,4.07813 c -0.62501,-0.4531 -1.57814,-0.8906 -2.85937,-1.3125 -1.28127,-0.42184 -2.46876,-0.63278 -3.5625,-0.63281 -1.59376,3e-5 -2.85157,0.45315 -3.77344,1.35937 -0.90626,0.90628 -1.35938,2.07034 -1.35937,3.49219 -1e-5,0.87503 0.16405,1.6719 0.49218,2.39062 0.32812,0.71878 0.78125,1.32034 1.35938,1.80469 0.59374,0.4844 1.79686,1.16409 3.60937,2.03906 l 2.8125,1.33594 c 2.34374,1.10939 3.98436,2.43752 4.92188,3.98438 0.9531,1.53126 1.42967,3.48438 1.42969,5.85937 -2e-5,2.57813 -1.03909,4.76563 -3.11719,6.5625 -2.06252,1.79688 -4.82814,2.69531 -8.29688,2.69531 -3.04688,0 -5.64844,-0.71874 -7.80468,-2.15625"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3225" />
-        <path
-           d="m 129.54297,352.47214 c 0.76562,3e-5 1.41405,0.27347 1.94531,0.82031 0.54687,0.53128 0.8203,1.17191 0.82031,1.92187 -1e-5,0.76566 -0.27344,1.42191 -0.82031,1.96875 -0.53126,0.53128 -1.17969,0.79691 -1.94531,0.79688 -0.75001,3e-5 -1.39845,-0.2656 -1.94531,-0.79688 -0.53126,-0.54684 -0.79688,-1.20309 -0.79688,-1.96875 0,-0.76559 0.26562,-1.41402 0.79688,-1.94531 0.53124,-0.53121 1.17968,-0.79684 1.94531,-0.79687 m -2.4375,34.59375 0,-21.35157 -3.44531,0 0,-3.75 7.89843,0 0,25.10157 -4.45312,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3227" />
-        <path
-           d="m 137.72266,393.93307 2.41406,-3.5625 c 2.59374,1.73437 4.98436,2.60156 7.17187,2.60157 2.01561,-1e-5 3.60155,-0.35157 4.75782,-1.05469 1.17185,-0.6875 1.75779,-1.54688 1.75781,-2.57813 -2e-5,-2.03125 -1.46877,-3.04687 -4.40625,-3.04687 -0.50001,0 -1.40626,0.125 -2.71875,0.375 -1.31251,0.25 -2.33595,0.375 -3.07031,0.375 -3.56251,0 -5.34376,-1.34375 -5.34375,-4.03125 -1e-5,-0.82812 0.41406,-1.57812 1.24218,-2.25 0.84375,-0.67187 1.88281,-1.15624 3.11719,-1.45313 -3.53125,-1.65624 -5.29688,-4.53123 -5.29687,-8.625 -1e-5,-2.62498 0.91406,-4.81247 2.74218,-6.5625 1.82812,-1.74997 4.08593,-2.62497 6.77344,-2.625 2.46874,3e-5 4.39842,0.50784 5.78906,1.52344 l 2.22657,-2.67187 2.90625,2.74218 -2.67188,2.01563 c 1.14061,1.4844 1.71092,3.42189 1.71094,5.8125 -2e-5,2.53126 -0.78908,4.65626 -2.36719,6.375 -1.57814,1.71876 -3.64845,2.70313 -6.21094,2.95312 l -3.67968,0.375 c -0.43751,0.0469 -1.02345,0.21876 -1.75782,0.51563 -0.73438,0.28126 -1.10156,0.65626 -1.10156,1.125 0,0.64063 0.76562,0.96094 2.29688,0.96094 0.67186,0 1.71874,-0.11719 3.14062,-0.35157 1.42186,-0.24999 2.47655,-0.37499 3.16406,-0.375 2.46874,1e-5 4.39061,0.59376 5.76563,1.78125 1.3906,1.17188 2.08591,2.80469 2.08594,4.89844 -3e-5,2.3125 -1.03909,4.17968 -3.11719,5.60156 -2.06252,1.42187 -4.6797,2.13281 -7.85156,2.13282 -1.62501,-1e-5 -3.33595,-0.28907 -5.13282,-0.86719 -1.79688,-0.57813 -3.24219,-1.28126 -4.33593,-2.10938 m 9.44531,-28.85156 c -1.54689,2e-5 -2.81251,0.5469 -3.79688,1.64063 -0.96875,1.09377 -1.45313,2.42189 -1.45312,3.98437 -1e-5,1.75002 0.46874,3.20314 1.40625,4.35938 0.95311,1.14063 2.23436,1.71095 3.84375,1.71093 1.57811,2e-5 2.81248,-0.55467 3.70312,-1.66406 0.89061,-1.12498 1.33592,-2.59373 1.33594,-4.40625 -2e-5,-1.56248 -0.48439,-2.8906 -1.45312,-3.98437 -0.95314,-1.09373 -2.14845,-1.64061 -3.58594,-1.64063"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3229" />
-        <path
-           d="m 178.17578,387.06589 0,-14.60157 c -2e-5,-2.67185 -0.40627,-4.53904 -1.21875,-5.60156 -0.79689,-1.0781 -2.14064,-1.61716 -4.03125,-1.61719 -1.01564,3e-5 -2.07814,0.30471 -3.1875,0.91407 -1.10938,0.60939 -1.96094,1.35939 -2.55469,2.25 l 0,18.65625 -4.45312,0 0,-25.10157 3.04687,0 1.40625,3.23438 c 1.46874,-2.46873 3.86718,-3.7031 7.19532,-3.70313 5.49998,3e-5 8.24997,3.34378 8.25,10.03125 l 0,15.53907 -4.45313,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3231" />
-        <path
-           d="m 203.16016,384.18307 c -1.78127,2.23438 -4.50783,3.35157 -8.17969,3.35157 -1.96876,0 -3.67969,-0.71094 -5.13281,-2.13282 -1.43751,-1.43749 -2.15626,-3.21874 -2.15625,-5.34375 -1e-5,-2.54686 1.10937,-4.6953 3.32812,-6.44531 2.23437,-1.76561 5.07812,-2.64842 8.53125,-2.64844 0.93749,2e-5 1.99999,0.20315 3.1875,0.60938 -2e-5,-4.06248 -1.81251,-6.09373 -5.4375,-6.09375 -2.78126,2e-5 -4.92188,0.75002 -6.42187,2.25 l -1.875,-3.72656 c 0.84374,-0.68748 2.0078,-1.27342 3.49218,-1.75782 1.5,-0.49997 2.92968,-0.74997 4.28907,-0.75 3.64061,3e-5 6.28123,0.82815 7.92187,2.48438 1.65623,1.65627 2.48435,4.28908 2.48438,7.89844 l 0,9 c -3e-5,2.20313 0.65622,3.67187 1.96875,4.40625 l 0,2.22656 c -1.81253,0 -3.1719,-0.25781 -4.07813,-0.77344 -0.89064,-0.51562 -1.53127,-1.36718 -1.92187,-2.55469 m -0.42188,-9.44531 c -1.40626,-0.31248 -2.39064,-0.46873 -2.95312,-0.46875 -2.25002,2e-5 -4.08595,0.57814 -5.50782,1.73438 -1.42188,1.15626 -2.13282,2.52344 -2.13281,4.10156 -1e-5,2.60938 1.53906,3.91407 4.61719,3.91406 2.24999,1e-5 4.24217,-1.07031 5.97656,-3.21094 l 0,-6.07031"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3233" />
-        <path
-           d="m 215.79297,365.47995 -2.90625,0 0,-3.51563 2.90625,0 0,-5.25 4.45312,-1.71093 0,6.96093 6.89063,0 0,3.51563 -6.89063,0 0,12.46875 c -1e-5,2.10938 0.35156,3.60938 1.05469,4.5 0.71874,0.89063 1.86718,1.33594 3.44531,1.33594 1.14061,0 2.3203,-0.28906 3.53907,-0.86719 l 0.65625,3.91406 c -1.84377,0.46875 -3.86721,0.70313 -6.07032,0.70313 -1.98438,0 -3.66407,-0.73438 -5.03906,-2.20313 -1.35938,-1.48437 -2.03907,-3.35155 -2.03906,-5.60156 l 0,-14.25"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3235" />
-        <path
-           d="m 237.44922,361.96432 0,16.00782 c -1e-5,3.875 1.67968,5.8125 5.03906,5.8125 1.46874,0 2.81249,-0.42187 4.03125,-1.26563 1.21873,-0.84374 2.02342,-1.8203 2.41406,-2.92969 l 0,-17.625 4.45313,0 0,25.10157 -4.45313,0 0,-3.46875 c -0.50001,0.98437 -1.50783,1.89062 -3.02343,2.71875 -1.50002,0.8125 -2.96877,1.21875 -4.40625,1.21875 -2.75001,0 -4.85939,-0.78906 -6.32813,-2.36719 -1.45313,-1.57812 -2.17969,-3.82031 -2.17969,-6.72656 l 0,-16.47657 4.45313,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3237" />
-        <path
-           d="m 273.12109,366.25339 c -0.96876,-0.67186 -1.94532,-1.00779 -2.92968,-1.00782 -1.57814,3e-5 -2.96095,0.72659 -4.14844,2.17969 -1.17188,1.45315 -1.75782,3.20314 -1.75781,5.25 l 0,14.39063 -4.45313,0 0,-25.10157 4.45313,0 0,4.00782 c 1.62499,-2.98435 4.03905,-4.47654 7.24218,-4.47657 0.79686,3e-5 1.9453,0.14066 3.44532,0.42188 l -1.85157,4.33594"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3239" />
-      </g>
-    </g>
-    <path
-       sodipodi:nodetypes="ccc"
-       id="path3652"
-       d="m 700.20273,451.38193 c -146.9176,142.40184 -386.9176,142.40184 -526.9176,44.40184 -20,-22 40,38 -48,-46"
-       style="stroke-linejoin:round;marker-end:url(#Arrow2Mendtn);stroke-opacity:1;stroke:#f57900;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:20;fill:none" />
-    <g
-       id="g5000"
-       transform="matrix(1.2364568,0,0,1.2364568,-10.511061,-393.16125)">
-      <path
-         transform="matrix(1.1845756,0,0,1.1845756,-42.025553,-142.55923)"
-         d="m 400,772.36218 c 0,44.18278 -35.81722,80 -80,80 -44.18278,0 -80,-35.81722 -80,-80 0,-44.18278 35.81722,-80 80,-80 44.18278,0 80,35.81722 80,80 z"
-         sodipodi:ry="80"
-         sodipodi:rx="80"
-         sodipodi:cy="772.36218"
-         sodipodi:cx="320"
-         id="path5002"
-         style="fill:#555753;fill-opacity:1;stroke:#f57900;stroke-width:5.12058448999999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:nodetypes="cssccccccccccccsssc"
-         id="path5004"
-         d="m 309.70237,710.64889 c -11.8411,0 -21.44021,9.59909 -21.44021,21.44019 0,11.84111 9.59911,21.44022 21.44021,21.44022 9.05256,0 16.79381,-5.61197 19.93828,-13.54529 l 1.50193,-0.74819 8.39742,7.14674 7.14673,-10.72011 10.54143,10.72011 3.57337,-10.72011 14.29348,10.72011 10.7201,-10.72011 -10.7201,-14.29347 -46.82229,0 c -3.70675,-6.40987 -10.63341,-10.72009 -18.57035,-10.72009 z m -3.57337,10.72009 c 3.94704,0 7.14674,3.1997 7.14674,7.14673 0,3.94704 -3.1997,7.14674 -7.14674,7.14674 -3.94704,0 -7.14674,-3.1997 -7.14674,-7.14674 0,-3.94703 3.1997,-7.14673 7.14674,-7.14673 z"
-         style="fill:none;stroke:#eeeeec;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none" />
-      <g
-         style="font-size:11.32267666px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3804-6">
-        <path
-           d="m 260.55845,785.12256 c 0,-2.35045 0.63026,-4.24599 1.8908,-5.68661 1.27,-1.45007 2.93807,-2.17511 5.00421,-2.17513 2.17986,2e-5 3.87163,0.69663 5.07531,2.08983 1.20365,1.38376 1.80548,3.30773 1.8055,5.77191 -2e-5,2.45473 -0.61607,4.39291 -1.84815,5.81456 -1.23211,1.41218 -2.90966,2.11827 -5.03266,2.11827 -2.17039,0 -3.86216,-0.71557 -5.0753,-2.1467 -1.21314,-1.43113 -1.81971,-3.35983 -1.81971,-5.78613 m 2.8433,0 c 0,3.81952 1.35057,5.72927 4.05171,5.72927 1.26053,0 2.24621,-0.5118 2.95704,-1.53539 0.7203,-1.02359 1.08045,-2.42154 1.08046,-4.19388 -10e-6,-3.7721 -1.34584,-5.65816 -4.0375,-5.65818 -1.2321,2e-5 -2.21778,0.50234 -2.95703,1.50696 -0.72979,1.00464 -1.09468,2.38838 -1.09468,4.15122 m 0.89564,-13.86111 c 0.44545,2e-5 0.81982,0.1564 1.12311,0.46914 0.31276,0.30331 0.46914,0.67768 0.46915,1.12311 -1e-5,0.44547 -0.15639,0.82458 -0.46915,1.13732 -0.30329,0.31278 -0.67766,0.46916 -1.12311,0.46915 -0.44545,1e-5 -0.82456,-0.15637 -1.13732,-0.46915 -0.31276,-0.31274 -0.46915,-0.69185 -0.46914,-1.13732 -10e-6,-0.44543 0.15638,-0.8198 0.46914,-1.12311 0.31276,-0.31274 0.69187,-0.46912 1.13732,-0.46914 m 6.71021,0 c 0.44544,2e-5 0.82454,0.1564 1.13732,0.46914 0.31275,0.30331 0.46913,0.67768 0.46914,1.12311 -10e-6,0.44547 -0.15639,0.82458 -0.46914,1.13732 -0.31278,0.31278 -0.69188,0.46916 -1.13732,0.46915 -0.44547,1e-5 -0.82457,-0.15637 -1.13733,-0.46915 -0.30329,-0.31274 -0.45493,-0.69185 -0.45492,-1.13732 -10e-6,-0.44543 0.15163,-0.8198 0.45492,-1.12311 0.31276,-0.31274 0.69186,-0.46912 1.13733,-0.46914"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3242" />
-        <path
-           d="m 285.42316,773.72091 c -0.54972,-0.18954 -1.06151,-0.28431 -1.53539,-0.28433 -0.82456,2e-5 -1.50696,0.31278 -2.04718,0.93829 -0.53075,0.62554 -0.79613,1.41693 -0.79612,2.37416 -10e-6,0.25591 0.0237,0.52129 0.0711,0.79612 l 3.0992,0 0,2.27465 -3.0992,0 0,12.95126 -2.70114,0 0,-12.95126 -2.21778,0 0,-2.27465 2.21778,0 c 0,-1.94291 0.47862,-3.46881 1.43587,-4.57772 0.95724,-1.10887 2.22251,-1.66331 3.79581,-1.66333 0.78664,2e-5 1.63015,0.14218 2.53055,0.42649 l -0.75348,1.99032"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3244" />
-        <path
-           d="m 296.17085,773.72091 c -0.54971,-0.18954 -1.06151,-0.28431 -1.53538,-0.28433 -0.82457,2e-5 -1.50696,0.31278 -2.04718,0.93829 -0.53076,0.62554 -0.79613,1.41693 -0.79613,2.37416 0,0.25591 0.0237,0.52129 0.0711,0.79612 l 3.0992,0 0,2.27465 -3.0992,0 0,12.95126 -2.70114,0 0,-12.95126 -2.21778,0 0,-2.27465 2.21778,0 c -10e-6,-1.94291 0.47862,-3.46881 1.43587,-4.57772 0.95724,-1.10887 2.22251,-1.66331 3.79581,-1.66333 0.78664,2e-5 1.63015,0.14218 2.53054,0.42649 l -0.75348,1.99032"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3246" />
-        <path
-           d="m 311.51049,785.42111 -10.97516,0 c 0,1.78181 0.4881,3.15134 1.4643,4.10858 0.86246,0.83404 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45018 3.8669,-1.35057 l 1.13732,1.94767 c -0.41703,0.41702 -1.05678,0.77717 -1.91923,1.08045 -1.08047,0.39807 -2.28414,0.5971 -3.611,0.5971 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94767 -1.488,-1.43112 -2.232,-3.35509 -2.232,-5.77191 0,-2.51158 0.76295,-4.52558 2.28886,-6.04202 1.36479,-1.3553 2.98073,-2.03295 4.84784,-2.03297 2.17038,2e-5 3.87162,0.61133 5.10374,1.83394 1.19417,1.17524 1.79126,2.73432 1.79128,4.67723 -2e-5,0.59711 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88564 c -1.20367,10e-6 -2.21305,0.3886 -3.02812,1.16575 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -10e-6,-1.08992 -0.3412,-1.99978 -1.02359,-2.72957 -0.74874,-0.79612 -1.76759,-1.19418 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3248" />
-        <path
-           d="m 323.92152,792.77106 0,-8.8569 c -10e-6,-1.62068 -0.24643,-2.75326 -0.73926,-3.39775 -0.48337,-0.65395 -1.29845,-0.98093 -2.44524,-0.98094 -0.61606,10e-6 -1.26054,0.18483 -1.93345,0.55444 -0.67292,0.36964 -1.18945,0.82457 -1.5496,1.36479 l 0,11.31636 -2.70114,0 0,-15.22591 1.84815,0 0.85299,1.96188 c 0.8909,-1.49746 2.34572,-2.24619 4.36448,-2.24621 3.33613,2e-5 5.0042,2.02824 5.00421,6.08468 l 0,9.42556 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3250" />
-        <path
-           d="m 331.44207,779.67763 -1.76285,0 0,-2.13248 1.76285,0 0,-3.1845 2.70114,-1.03781 0,4.22231 4.17966,0 0,2.13248 -4.17966,0 0,7.5632 c -1e-5,1.27949 0.21324,2.18935 0.63974,2.72957 0.43597,0.54023 1.13258,0.81034 2.08983,0.81034 0.69186,0 1.40743,-0.17533 2.1467,-0.52601 l 0.39806,2.37416 c -1.11838,0.28433 -2.34574,0.4265 -3.68208,0.4265 -1.20367,0 -2.22252,-0.44545 -3.05656,-1.33636 -0.82456,-0.90037 -1.23684,-2.03296 -1.23683,-3.39775 l 0,-8.64365"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3252" />
-        <path
-           d="m 342.23241,788.46345 0,-17.15935 2.70114,0 0,16.70442 c 0,0.81508 0.2322,1.45957 0.69661,1.93345 0.47388,0.46441 1.08993,0.69661 1.84815,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53065 -5.2459,-4.59194"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3254" />
-        <path
-           d="m 353.39239,771.78746 c 0.4644,2e-5 0.85772,0.16588 1.17997,0.49758 0.33171,0.32226 0.49757,0.71084 0.49758,1.16575 -10e-6,0.46443 -0.16587,0.86249 -0.49758,1.19419 -0.32225,0.32226 -0.71557,0.48338 -1.17997,0.48336 -0.45493,2e-5 -0.84826,-0.1611 -1.17997,-0.48336 -0.32225,-0.3317 -0.48337,-0.72976 -0.48336,-1.19419 -1e-5,-0.46438 0.16111,-0.85771 0.48336,-1.17997 0.32224,-0.32222 0.71556,-0.48334 1.17997,-0.48336 m -1.47852,20.9836 0,-12.95126 -2.08983,0 0,-2.27465 4.79097,0 0,15.22591 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3256" />
-        <path
-           d="m 370.39536,778.78199 -1.33636,1.90502 c -0.27486,-0.27484 -0.76296,-0.53548 -1.4643,-0.78191 -0.69188,-0.24641 -1.37427,-0.36962 -2.04718,-0.36963 -1.46905,10e-6 -2.6348,0.51654 -3.49727,1.5496 -0.86247,1.0236 -1.2937,2.43104 -1.2937,4.22231 0,1.78181 0.44071,3.14186 1.32214,4.08014 0.88142,0.92882 2.10404,1.39322 3.66786,1.39322 1.21314,0 2.43576,-0.46914 3.66787,-1.40743 l 1.06624,2.27464 c -1.4501,0.93829 -3.24612,1.40744 -5.38807,1.40744 -2.07562,0 -3.79108,-0.69661 -5.14638,-2.08983 -1.35531,-1.39322 -2.03297,-3.27928 -2.03297,-5.65818 0,-2.42628 0.70135,-4.37394 2.10405,-5.843 1.41217,-1.46902 3.34088,-2.20354 5.78613,-2.20356 0.78664,2e-5 1.63963,0.16588 2.55897,0.49758 0.91933,0.33174 1.59698,0.67293 2.03297,1.02359"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3258" />
-        <path
-           d="m 382.73531,792.77106 0,-9.56773 c -1e-5,-1.13731 -0.2796,-2.03295 -0.83877,-2.68692 -0.5592,-0.65395 -1.34584,-0.98093 -2.35995,-0.98094 -0.65397,10e-6 -1.31266,0.1943 -1.9761,0.58288 -0.65396,0.37912 -1.15628,0.82457 -1.50695,1.33635 l 0,11.31636 -2.70114,0 0,-21.46696 2.70114,0 0,7.9186 c 0.36015,-0.55917 0.93829,-1.02357 1.73442,-1.39322 0.8056,-0.37909 1.63489,-0.56864 2.48789,-0.56866 1.6112,2e-5 2.87173,0.53077 3.7816,1.59225 0.91932,1.06152 1.37899,2.5116 1.379,4.35026 l 0,9.56773 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3260" />
-        <path
-           d="m 402.09822,785.42111 -10.97516,0 c 0,1.78181 0.4881,3.15134 1.4643,4.10858 0.86247,0.83404 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45018 3.8669,-1.35057 l 1.13732,1.94767 c -0.41703,0.41702 -1.05678,0.77717 -1.91923,1.08045 -1.08047,0.39807 -2.28413,0.5971 -3.611,0.5971 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94767 -1.488,-1.43112 -2.232,-3.35509 -2.232,-5.77191 0,-2.51158 0.76296,-4.52558 2.28886,-6.04202 1.36479,-1.3553 2.98073,-2.03295 4.84784,-2.03297 2.17038,2e-5 3.87162,0.61133 5.10374,1.83394 1.19417,1.17524 1.79126,2.73432 1.79128,4.67723 -2e-5,0.59711 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88564 c -1.20367,10e-6 -2.21305,0.3886 -3.02812,1.16575 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -1e-5,-1.08992 -0.3412,-1.99978 -1.02359,-2.72957 -0.74874,-0.79612 -1.76759,-1.19418 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3262" />
-        <path
-           d="m 413.41458,780.14678 c -0.58762,-0.40753 -1.17998,-0.6113 -1.77706,-0.61131 -0.95726,10e-6 -1.79603,0.44072 -2.51633,1.32213 -0.71083,0.88144 -1.06624,1.94294 -1.06624,3.18451 l 0,8.72895 -2.70114,0 0,-15.22591 2.70114,0 0,2.43103 c 0.98568,-1.81022 2.44998,-2.71534 4.39291,-2.71536 0.48335,2e-5 1.17996,0.0853 2.08983,0.2559 l -1.12311,2.63006"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3264" />
-        <path
-           d="m 279.85028,828.21287 1.03781,-2.61584 c 0.53074,0.38858 1.18944,0.71556 1.97609,0.98094 0.79612,0.2559 1.50695,0.38384 2.13248,0.38384 1.10888,0 1.99979,-0.30328 2.67271,-0.90986 0.67291,-0.60656 1.00936,-1.37899 1.00937,-2.31729 -1e-5,-0.70134 -0.18956,-1.35056 -0.56866,-1.94766 -0.36964,-0.60657 -1.30793,-1.26527 -2.81487,-1.9761 l -1.67755,-0.78191 c -1.42166,-0.66343 -2.41681,-1.45008 -2.98547,-2.35995 -0.55919,-0.90984 -0.83878,-2.00451 -0.83878,-3.28401 0,-1.55433 0.54971,-2.84329 1.64912,-3.8669 1.09941,-1.02357 2.51158,-1.53536 4.23653,-1.53539 2.30306,3e-5 3.90479,0.37439 4.80518,1.12311 l -0.83877,2.47368 c -0.37912,-0.27484 -0.95726,-0.54021 -1.73442,-0.79613 -0.77718,-0.25588 -1.49748,-0.38383 -2.16091,-0.38385 -0.96673,2e-5 -1.72968,0.27488 -2.28886,0.82456 -0.54971,0.54973 -0.82457,1.25581 -0.82456,2.11827 -1e-5,0.53076 0.0995,1.01412 0.29855,1.45008 0.19902,0.43599 0.47388,0.80088 0.82455,1.09468 0.36015,0.29382 1.08993,0.7061 2.18935,1.23683 l 1.70598,0.81035 c 1.42165,0.67292 2.4168,1.47852 2.98548,2.41681 0.57812,0.92882 0.86719,2.11353 0.8672,3.55413 -1e-5,1.56382 -0.63027,2.89069 -1.8908,3.98063 -1.25106,1.08993 -2.92861,1.6349 -5.03265,1.6349 -1.84815,0 -3.42618,-0.43598 -4.7341,-1.30792"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3266" />
-        <path
-           d="m 306.05134,815.17631 -1.33635,1.90501 c -0.27486,-0.27484 -0.76296,-0.53547 -1.4643,-0.78191 -0.69188,-0.2464 -1.37428,-0.36961 -2.04718,-0.36963 -1.46905,2e-5 -2.63481,0.51655 -3.49727,1.54961 -0.86247,1.0236 -1.29371,2.43103 -1.2937,4.22231 -10e-6,1.78181 0.44071,3.14185 1.32213,4.08014 0.88142,0.92882 2.10404,1.39322 3.66787,1.39322 1.21313,0 2.43575,-0.46914 3.66786,-1.40744 l 1.06624,2.27465 c -1.45009,0.93829 -3.24611,1.40743 -5.38806,1.40743 -2.07562,0 -3.79108,-0.6966 -5.14639,-2.08983 -1.35531,-1.39321 -2.03296,-3.27927 -2.03296,-5.65817 0,-2.42628 0.70135,-4.37394 2.10405,-5.843 1.41217,-1.46902 3.34088,-2.20354 5.78612,-2.20356 0.78664,2e-5 1.63963,0.16587 2.55898,0.49758 0.91932,0.33173 1.59698,0.67293 2.03296,1.02359"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3268" />
-        <path
-           d="m 318.39129,829.16537 0,-9.56772 c -1e-5,-1.13731 -0.2796,-2.03295 -0.83877,-2.68692 -0.5592,-0.65395 -1.34584,-0.98093 -2.35995,-0.98095 -0.65397,2e-5 -1.31266,0.19431 -1.9761,0.58288 -0.65396,0.37912 -1.15628,0.82457 -1.50695,1.33636 l 0,11.31635 -2.70114,0 0,-21.46696 2.70114,0 0,7.91861 c 0.36015,-0.55917 0.93829,-1.02357 1.73442,-1.39322 0.8056,-0.37909 1.63489,-0.56864 2.48789,-0.56866 1.6112,2e-5 2.87173,0.53077 3.7816,1.59225 0.91932,1.06152 1.37899,2.5116 1.379,4.35026 l 0,9.56772 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3270" />
-        <path
-           d="m 325.14415,824.85777 0,-17.15936 2.70114,0 0,16.70443 c -10e-6,0.81508 0.23219,1.45956 0.69661,1.93344 0.47387,0.46441 1.08992,0.69662 1.84814,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.24589,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3272" />
-        <path
-           d="m 336.07666,813.93947 0,9.70989 c -1e-5,2.35047 1.01884,3.5257 3.05655,3.5257 0.8909,0 1.70598,-0.2559 2.44524,-0.76769 0.73925,-0.51179 1.22735,-1.10415 1.46431,-1.77707 l 0,-10.69083 2.70114,0 0,15.2259 -2.70114,0 0,-2.10404 c -0.3033,0.59709 -0.91461,1.1468 -1.83394,1.64912 -0.90986,0.49283 -1.80076,0.73925 -2.6727,0.73925 -1.66808,0 -2.94757,-0.47862 -3.83847,-1.43586 -0.88142,-0.95725 -1.32214,-2.3173 -1.32213,-4.08015 l 0,-9.99422 2.70114,0 m -0.29855,-6.28371 c 0.44545,3e-5 0.81981,0.15641 1.12311,0.46915 0.31275,0.30331 0.46914,0.67767 0.46914,1.12311 0,0.44547 -0.15639,0.82457 -0.46914,1.13732 -0.3033,0.31278 -0.67766,0.46916 -1.12311,0.46914 -0.44546,2e-5 -0.82456,-0.15636 -1.13732,-0.46914 -0.31277,-0.31275 -0.46915,-0.69185 -0.46915,-1.13732 0,-0.44544 0.15638,-0.8198 0.46915,-1.12311 0.31276,-0.31274 0.69186,-0.46912 1.13732,-0.46915 m 6.7102,0 c 0.44544,3e-5 0.82455,0.15641 1.13732,0.46915 0.31276,0.30331 0.46914,0.67767 0.46915,1.12311 -1e-5,0.44547 -0.15639,0.82457 -0.46915,1.13732 -0.31277,0.31278 -0.69188,0.46916 -1.13732,0.46914 -0.44546,2e-5 -0.82457,-0.15636 -1.13732,-0.46914 -0.3033,-0.31275 -0.45494,-0.69185 -0.45493,-1.13732 -10e-6,-0.44544 0.15163,-0.8198 0.45493,-1.12311 0.31275,-0.31274 0.69186,-0.46912 1.13732,-0.46915"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3274" />
-        <path
-           d="m 348.44504,828.25552 0.95251,-2.55898 c 1.50695,0.98568 2.72009,1.47852 3.63943,1.47852 1.66807,0 2.5021,-0.70135 2.50211,-2.10405 -10e-6,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08036,-0.99989 -2.51633,-1.29371 -0.4265,-0.2938 -0.80086,-0.62552 -1.1231,-0.99516 -0.31277,-0.37909 -0.54971,-0.77716 -0.71083,-1.19418 -0.15164,-0.42649 -0.22746,-0.88142 -0.22746,-1.36479 0,-1.25104 0.45492,-2.22724 1.36478,-2.92861 0.90986,-0.70133 2.09931,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19388,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.14671,-1.27947 -3.22716,-1.27949 -0.64448,2e-5 -1.18945,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65396,0.68715 -0.65396,1.15154 0,0.97622 0.55444,1.71547 1.66334,2.21778 l 1.93344,0.88143 c 1.18471,0.54023 2.04718,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81035,2.60162 -2e-5,1.36479 -0.47864,2.43577 -1.43587,3.21294 -0.95726,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60174,0 -3.10869,-0.39806 -4.52086,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3276" />
-        <path
-           d="m 360.21633,828.25552 0.9525,-2.55898 c 1.50695,0.98568 2.7201,1.47852 3.63944,1.47852 1.66806,0 2.5021,-0.70135 2.5021,-2.10405 0,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08035,-0.99989 -2.51632,-1.29371 -0.4265,-0.2938 -0.80087,-0.62552 -1.12311,-0.99516 -0.31276,-0.37909 -0.5497,-0.77716 -0.71082,-1.19418 -0.15165,-0.42649 -0.22747,-0.88142 -0.22747,-1.36479 0,-1.25104 0.45493,-2.22724 1.36479,-2.92861 0.90985,-0.70133 2.0993,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19387,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.1467,-1.27947 -3.22715,-1.27949 -0.64449,2e-5 -1.18946,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65397,0.68715 -0.65396,1.15154 -1e-5,0.97622 0.55444,1.71547 1.66333,2.21778 l 1.93345,0.88143 c 1.1847,0.54023 2.04717,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81034,2.60162 -1e-5,1.36479 -0.47863,2.43577 -1.43587,3.21294 -0.95725,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60173,0 -3.10868,-0.39806 -4.52085,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3278" />
-        <path
-           d="m 385.80608,821.81543 -10.97516,0 c -10e-6,1.78181 0.4881,3.15133 1.4643,4.10858 0.86246,0.83403 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45019 3.8669,-1.35057 l 1.13732,1.94766 c -0.41703,0.41702 -1.05678,0.77718 -1.91923,1.08046 -1.08047,0.39806 -2.28414,0.59709 -3.611,0.59709 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94766 -1.488,-1.43113 -2.232,-3.3551 -2.232,-5.77191 0,-2.51158 0.76295,-4.52558 2.28886,-6.04203 1.36479,-1.35529 2.98073,-2.03294 4.84784,-2.03296 2.17038,2e-5 3.87162,0.61133 5.10373,1.83393 1.19418,1.17525 1.79127,2.73433 1.79129,4.67724 -2e-5,0.5971 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88565 c -1.20367,2e-5 -2.21305,0.3886 -3.02812,1.16576 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -1e-5,-1.08993 -0.34121,-1.99978 -1.02359,-2.72958 -0.74874,-0.79611 -1.76759,-1.19417 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3280" />
-        <path
-           d="m 389.06166,824.85777 0,-17.15936 2.70114,0 0,16.70443 c 0,0.81508 0.2322,1.45956 0.69661,1.93344 0.47388,0.46441 1.08993,0.69662 1.84815,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.2459,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3282" />
-      </g>
-    </g>
-    <path
-       style="stroke-linejoin:round;marker-end:url(#Arrow2MendtcD);stroke-opacity:1;stroke:#729fcf;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:20;fill:none"
-       d="m 112.50795,291.00869 c 146.9176,-142.40184 386.9176,-142.40184 526.9176,-44.40184 20,22 -40,-38 48,46"
-       id="path3701"
-       sodipodi:nodetypes="ccc" />
-    <g
-       transform="matrix(1.2364568,0,0,1.2364568,-10.511061,-773.16125)"
-       id="g3887">
-      <path
-         sodipodi:type="arc"
-         style="fill:#555753;fill-opacity:1;stroke:#729fcf;stroke-width:5.12058448999999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="path3889"
-         sodipodi:cx="320"
-         sodipodi:cy="772.36218"
-         sodipodi:rx="80"
-         sodipodi:ry="80"
-         d="m 400,772.36218 c 0,44.18278 -35.81722,80 -80,80 -44.18278,0 -80,-35.81722 -80,-80 0,-44.18278 35.81722,-80 80,-80 44.18278,0 80,35.81722 80,80 z"
-         transform="matrix(1.1845756,0,0,1.1845756,-42.025553,-142.55923)" />
-      <path
-         style="fill:none;stroke:#eeeeec;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
-         d="m 309.70237,710.64889 c -11.8411,0 -21.44021,9.59909 -21.44021,21.44019 0,11.84111 9.59911,21.44022 21.44021,21.44022 9.05256,0 16.79381,-5.61197 19.93828,-13.54529 l 1.50193,-0.74819 8.39742,7.14674 7.14673,-10.72011 10.54143,10.72011 3.57337,-10.72011 14.29348,10.72011 10.7201,-10.72011 -10.7201,-14.29347 -46.82229,0 c -3.70675,-6.40987 -10.63341,-10.72009 -18.57035,-10.72009 z m -3.57337,10.72009 c 3.94704,0 7.14674,3.1997 7.14674,7.14673 0,3.94704 -3.1997,7.14674 -7.14674,7.14674 -3.94704,0 -7.14674,-3.1997 -7.14674,-7.14674 0,-3.94703 3.1997,-7.14673 7.14674,-7.14673 z"
-         id="path3891"
-         sodipodi:nodetypes="cssccccccccccccsssc" />
-      <g
-         style="font-size:11.32267666px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3893">
-        <path
-           d="m 289.64547,791.93228 0,6.80972 -2.70114,0 0,-21.19685 2.70114,0 0,1.25106 c 1.02358,-1.02358 2.26042,-1.53537 3.71051,-1.53539 2.1609,2e-5 3.84319,0.67293 5.04687,2.01875 1.20365,1.34584 1.80548,3.3172 1.8055,5.91408 -2e-5,2.31256 -0.60659,4.20335 -1.81972,5.67239 -1.21315,1.45957 -2.96652,2.18935 -5.26011,2.18935 -0.64449,0 -1.33636,-0.11373 -2.07562,-0.3412 -0.72978,-0.22746 -1.19893,-0.4881 -1.40743,-0.78191 m 0,-11.10311 0,8.87112 c 0.17059,0.2559 0.53074,0.50232 1.08045,0.73926 0.5497,0.22746 1.08519,0.34119 1.60647,0.34119 3.35509,0 5.03264,-1.89553 5.03265,-5.68661 -1e-5,-1.92396 -0.39807,-3.3314 -1.19418,-4.22231 -0.79614,-0.89089 -2.07089,-1.33634 -3.82425,-1.33635 -0.37912,10e-6 -0.84352,0.1327 -1.39322,0.39806 -0.54971,0.26539 -0.98569,0.56394 -1.30792,0.89564"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3190" />
-        <path
-           d="m 311.42519,780.14678 c -0.58762,-0.40753 -1.17998,-0.6113 -1.77706,-0.61131 -0.95726,10e-6 -1.79603,0.44072 -2.51633,1.32213 -0.71083,0.88144 -1.06624,1.94294 -1.06624,3.18451 l 0,8.72895 -2.70114,0 0,-15.22591 2.70114,0 0,2.43103 c 0.98567,-1.81022 2.44998,-2.71534 4.39291,-2.71536 0.48335,2e-5 1.17996,0.0853 2.08983,0.2559 l -1.12311,2.63006"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3192" />
-        <path
-           d="m 317.25397,771.78746 c 0.4644,2e-5 0.85772,0.16588 1.17997,0.49758 0.33171,0.32226 0.49757,0.71084 0.49758,1.16575 -10e-6,0.46443 -0.16587,0.86249 -0.49758,1.19419 -0.32225,0.32226 -0.71557,0.48338 -1.17997,0.48336 -0.45494,2e-5 -0.84826,-0.1611 -1.17997,-0.48336 -0.32225,-0.3317 -0.48337,-0.72976 -0.48337,-1.19419 0,-0.46438 0.16112,-0.85771 0.48337,-1.17997 0.32223,-0.32222 0.71556,-0.48334 1.17997,-0.48336 m -1.47852,20.9836 0,-12.95126 -2.08983,0 0,-2.27465 4.79097,0 0,15.22591 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3194" />
-        <path
-           d="m 328.25756,793.05539 -0.71082,0 -6.52539,-15.55289 2.95704,0 4.02328,10.6624 4.10857,-10.6624 2.82909,0 -6.68177,15.55289"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3196" />
-        <path
-           d="m 345.64438,791.02242 c -1.08047,1.35531 -2.73432,2.03297 -4.96157,2.03297 -1.19419,0 -2.232,-0.43124 -3.11342,-1.29371 -0.87195,-0.87194 -1.30792,-1.9524 -1.30792,-3.24137 0,-1.54485 0.67291,-2.84803 2.01875,-3.90954 1.3553,-1.07097 3.08024,-1.60646 5.17481,-1.60647 0.56866,1e-5 1.21314,0.12322 1.93345,0.36963 -1e-5,-2.46419 -1.09942,-3.69628 -3.29823,-3.6963 -1.68704,2e-5 -2.98548,0.45494 -3.89533,1.36479 l -1.13732,-2.26043 c 0.51179,-0.417 1.21788,-0.77242 2.11826,-1.06624 0.90985,-0.30327 1.77706,-0.45491 2.60162,-0.45493 2.2083,2e-5 3.81002,0.50234 4.80519,1.50695 1.00462,1.00465 1.50694,2.60164 1.50695,4.79098 l 0,5.45914 c -1e-5,1.33636 0.39805,2.22726 1.19419,2.67271 l 0,1.35057 c -1.09942,0 -1.92398,-0.15638 -2.47367,-0.46914 -0.54024,-0.31277 -0.92883,-0.8293 -1.16576,-1.54961 m -0.2559,-5.72926 c -0.853,-0.18954 -1.45009,-0.28432 -1.79128,-0.28433 -1.36479,10e-6 -2.47842,0.35068 -3.34088,1.05202 -0.86248,0.70136 -1.29371,1.53066 -1.29371,2.4879 0,1.58277 0.93355,2.37416 2.80066,2.37416 1.36478,0 2.57318,-0.64922 3.62521,-1.94767 l 0,-3.68208"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3198" />
-        <path
-           d="m 353.30709,779.67763 -1.76285,0 0,-2.13248 1.76285,0 0,-3.1845 2.70114,-1.03781 0,4.22231 4.17966,0 0,2.13248 -4.17966,0 0,7.5632 c 0,1.27949 0.21325,2.18935 0.63975,2.72957 0.43596,0.54023 1.13257,0.81034 2.08983,0.81034 0.69186,0 1.40742,-0.17533 2.14669,-0.52601 l 0.39807,2.37416 c -1.11838,0.28433 -2.34574,0.4265 -3.68208,0.4265 -1.20368,0 -2.22253,-0.44545 -3.05656,-1.33636 -0.82456,-0.90037 -1.23684,-2.03296 -1.23684,-3.39775 l 0,-8.64365"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3200" />
-        <path
-           d="m 376.7075,785.42111 -10.97516,0 c 0,1.78181 0.4881,3.15134 1.4643,4.10858 0.86247,0.83404 1.97136,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45018 3.8669,-1.35057 l 1.13732,1.94767 c -0.41703,0.41702 -1.05677,0.77717 -1.91923,1.08045 -1.08047,0.39807 -2.28413,0.5971 -3.611,0.5971 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94767 -1.488,-1.43112 -2.232,-3.35509 -2.23199,-5.77191 -1e-5,-2.51158 0.76295,-4.52558 2.28886,-6.04202 1.36478,-1.3553 2.98072,-2.03295 4.84783,-2.03297 2.17038,2e-5 3.87163,0.61133 5.10374,1.83394 1.19417,1.17524 1.79127,2.73432 1.79128,4.67723 -10e-6,0.59711 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88564 c -1.20367,10e-6 -2.21304,0.3886 -3.02812,1.16575 -0.77717,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.43041,0 c -2e-5,-1.08992 -0.34121,-1.99978 -1.02359,-2.72957 -0.74875,-0.79612 -1.7676,-1.19418 -3.05656,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3202" />
-        <path
-           d="m 388.02386,780.14678 c -0.58763,-0.40753 -1.17998,-0.6113 -1.77707,-0.61131 -0.95725,10e-6 -1.79603,0.44072 -2.51632,1.32213 -0.71083,0.88144 -1.06625,1.94294 -1.06624,3.18451 l 0,8.72895 -2.70114,0 0,-15.22591 2.70114,0 0,2.43103 c 0.98567,-1.81022 2.44997,-2.71534 4.39291,-2.71536 0.48335,2e-5 1.17996,0.0853 2.08983,0.2559 l -1.12311,2.63006"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3204" />
-        <path
-           d="m 279.85028,828.21287 1.03781,-2.61584 c 0.53074,0.38858 1.18944,0.71556 1.97609,0.98094 0.79612,0.2559 1.50695,0.38384 2.13248,0.38384 1.10888,0 1.99979,-0.30328 2.67271,-0.90986 0.67291,-0.60656 1.00936,-1.37899 1.00937,-2.31729 -1e-5,-0.70134 -0.18956,-1.35056 -0.56866,-1.94766 -0.36964,-0.60657 -1.30793,-1.26527 -2.81487,-1.9761 l -1.67755,-0.78191 c -1.42166,-0.66343 -2.41681,-1.45008 -2.98547,-2.35995 -0.55919,-0.90984 -0.83878,-2.00451 -0.83878,-3.28401 0,-1.55433 0.54971,-2.84329 1.64912,-3.8669 1.09941,-1.02357 2.51158,-1.53536 4.23653,-1.53539 2.30306,3e-5 3.90479,0.37439 4.80518,1.12311 l -0.83877,2.47368 c -0.37912,-0.27484 -0.95726,-0.54021 -1.73442,-0.79613 -0.77718,-0.25588 -1.49748,-0.38383 -2.16091,-0.38385 -0.96673,2e-5 -1.72968,0.27488 -2.28886,0.82456 -0.54971,0.54973 -0.82457,1.25581 -0.82456,2.11827 -1e-5,0.53076 0.0995,1.01412 0.29855,1.45008 0.19902,0.43599 0.47388,0.80088 0.82455,1.09468 0.36015,0.29382 1.08993,0.7061 2.18935,1.23683 l 1.70598,0.81035 c 1.42165,0.67292 2.4168,1.47852 2.98548,2.41681 0.57812,0.92882 0.86719,2.11353 0.8672,3.55413 -1e-5,1.56382 -0.63027,2.89069 -1.8908,3.98063 -1.25106,1.08993 -2.92861,1.6349 -5.03265,1.6349 -1.84815,0 -3.42618,-0.43598 -4.7341,-1.30792"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3206" />
-        <path
-           d="m 306.05134,815.17631 -1.33635,1.90501 c -0.27486,-0.27484 -0.76296,-0.53547 -1.4643,-0.78191 -0.69188,-0.2464 -1.37428,-0.36961 -2.04718,-0.36963 -1.46905,2e-5 -2.63481,0.51655 -3.49727,1.54961 -0.86247,1.0236 -1.29371,2.43103 -1.2937,4.22231 -10e-6,1.78181 0.44071,3.14185 1.32213,4.08014 0.88142,0.92882 2.10404,1.39322 3.66787,1.39322 1.21313,0 2.43575,-0.46914 3.66786,-1.40744 l 1.06624,2.27465 c -1.45009,0.93829 -3.24611,1.40743 -5.38806,1.40743 -2.07562,0 -3.79108,-0.6966 -5.14639,-2.08983 -1.35531,-1.39321 -2.03296,-3.27927 -2.03296,-5.65817 0,-2.42628 0.70135,-4.37394 2.10405,-5.843 1.41217,-1.46902 3.34088,-2.20354 5.78612,-2.20356 0.78664,2e-5 1.63963,0.16587 2.55898,0.49758 0.91932,0.33173 1.59698,0.67293 2.03296,1.02359"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3208" />
-        <path
-           d="m 318.39129,829.16537 0,-9.56772 c -1e-5,-1.13731 -0.2796,-2.03295 -0.83877,-2.68692 -0.5592,-0.65395 -1.34584,-0.98093 -2.35995,-0.98095 -0.65397,2e-5 -1.31266,0.19431 -1.9761,0.58288 -0.65396,0.37912 -1.15628,0.82457 -1.50695,1.33636 l 0,11.31635 -2.70114,0 0,-21.46696 2.70114,0 0,7.91861 c 0.36015,-0.55917 0.93829,-1.02357 1.73442,-1.39322 0.8056,-0.37909 1.63489,-0.56864 2.48789,-0.56866 1.6112,2e-5 2.87173,0.53077 3.7816,1.59225 0.91932,1.06152 1.37899,2.5116 1.379,4.35026 l 0,9.56772 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3210" />
-        <path
-           d="m 325.14415,824.85777 0,-17.15936 2.70114,0 0,16.70443 c -10e-6,0.81508 0.23219,1.45956 0.69661,1.93344 0.47387,0.46441 1.08992,0.69662 1.84814,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.24589,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3212" />
-        <path
-           d="m 336.07666,813.93947 0,9.70989 c -1e-5,2.35047 1.01884,3.5257 3.05655,3.5257 0.8909,0 1.70598,-0.2559 2.44524,-0.76769 0.73925,-0.51179 1.22735,-1.10415 1.46431,-1.77707 l 0,-10.69083 2.70114,0 0,15.2259 -2.70114,0 0,-2.10404 c -0.3033,0.59709 -0.91461,1.1468 -1.83394,1.64912 -0.90986,0.49283 -1.80076,0.73925 -2.6727,0.73925 -1.66808,0 -2.94757,-0.47862 -3.83847,-1.43586 -0.88142,-0.95725 -1.32214,-2.3173 -1.32213,-4.08015 l 0,-9.99422 2.70114,0 m -0.29855,-6.28371 c 0.44545,3e-5 0.81981,0.15641 1.12311,0.46915 0.31275,0.30331 0.46914,0.67767 0.46914,1.12311 0,0.44547 -0.15639,0.82457 -0.46914,1.13732 -0.3033,0.31278 -0.67766,0.46916 -1.12311,0.46914 -0.44546,2e-5 -0.82456,-0.15636 -1.13732,-0.46914 -0.31277,-0.31275 -0.46915,-0.69185 -0.46915,-1.13732 0,-0.44544 0.15638,-0.8198 0.46915,-1.12311 0.31276,-0.31274 0.69186,-0.46912 1.13732,-0.46915 m 6.7102,0 c 0.44544,3e-5 0.82455,0.15641 1.13732,0.46915 0.31276,0.30331 0.46914,0.67767 0.46915,1.12311 -1e-5,0.44547 -0.15639,0.82457 -0.46915,1.13732 -0.31277,0.31278 -0.69188,0.46916 -1.13732,0.46914 -0.44546,2e-5 -0.82457,-0.15636 -1.13732,-0.46914 -0.3033,-0.31275 -0.45494,-0.69185 -0.45493,-1.13732 -10e-6,-0.44544 0.15163,-0.8198 0.45493,-1.12311 0.31275,-0.31274 0.69186,-0.46912 1.13732,-0.46915"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3214" />
-        <path
-           d="m 348.44504,828.25552 0.95251,-2.55898 c 1.50695,0.98568 2.72009,1.47852 3.63943,1.47852 1.66807,0 2.5021,-0.70135 2.50211,-2.10405 -10e-6,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08036,-0.99989 -2.51633,-1.29371 -0.4265,-0.2938 -0.80086,-0.62552 -1.1231,-0.99516 -0.31277,-0.37909 -0.54971,-0.77716 -0.71083,-1.19418 -0.15164,-0.42649 -0.22746,-0.88142 -0.22746,-1.36479 0,-1.25104 0.45492,-2.22724 1.36478,-2.92861 0.90986,-0.70133 2.09931,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19388,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.14671,-1.27947 -3.22716,-1.27949 -0.64448,2e-5 -1.18945,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65396,0.68715 -0.65396,1.15154 0,0.97622 0.55444,1.71547 1.66334,2.21778 l 1.93344,0.88143 c 1.18471,0.54023 2.04718,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81035,2.60162 -2e-5,1.36479 -0.47864,2.43577 -1.43587,3.21294 -0.95726,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60174,0 -3.10869,-0.39806 -4.52086,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3216" />
-        <path
-           d="m 360.21633,828.25552 0.9525,-2.55898 c 1.50695,0.98568 2.7201,1.47852 3.63944,1.47852 1.66806,0 2.5021,-0.70135 2.5021,-2.10405 0,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08035,-0.99989 -2.51632,-1.29371 -0.4265,-0.2938 -0.80087,-0.62552 -1.12311,-0.99516 -0.31276,-0.37909 -0.5497,-0.77716 -0.71082,-1.19418 -0.15165,-0.42649 -0.22747,-0.88142 -0.22747,-1.36479 0,-1.25104 0.45493,-2.22724 1.36479,-2.92861 0.90985,-0.70133 2.0993,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19387,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.1467,-1.27947 -3.22715,-1.27949 -0.64449,2e-5 -1.18946,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65397,0.68715 -0.65396,1.15154 -1e-5,0.97622 0.55444,1.71547 1.66333,2.21778 l 1.93345,0.88143 c 1.1847,0.54023 2.04717,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81034,2.60162 -1e-5,1.36479 -0.47863,2.43577 -1.43587,3.21294 -0.95725,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60173,0 -3.10868,-0.39806 -4.52085,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3218" />
-        <path
-           d="m 385.80608,821.81543 -10.97516,0 c -10e-6,1.78181 0.4881,3.15133 1.4643,4.10858 0.86246,0.83403 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45019 3.8669,-1.35057 l 1.13732,1.94766 c -0.41703,0.41702 -1.05678,0.77718 -1.91923,1.08046 -1.08047,0.39806 -2.28414,0.59709 -3.611,0.59709 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94766 -1.488,-1.43113 -2.232,-3.3551 -2.232,-5.77191 0,-2.51158 0.76295,-4.52558 2.28886,-6.04203 1.36479,-1.35529 2.98073,-2.03294 4.84784,-2.03296 2.17038,2e-5 3.87162,0.61133 5.10373,1.83393 1.19418,1.17525 1.79127,2.73433 1.79129,4.67724 -2e-5,0.5971 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88565 c -1.20367,2e-5 -2.21305,0.3886 -3.02812,1.16576 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -1e-5,-1.08993 -0.34121,-1.99978 -1.02359,-2.72958 -0.74874,-0.79611 -1.76759,-1.19417 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3220" />
-        <path
-           d="m 389.06166,824.85777 0,-17.15936 2.70114,0 0,16.70443 c 0,0.81508 0.2322,1.45956 0.69661,1.93344 0.47388,0.46441 1.08993,0.69662 1.84815,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.2459,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3222" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/attic/kiss-14ss/gpg/Orange_blue_public_key_cryptography_de.pdf b/attic/kiss-14ss/gpg/Orange_blue_public_key_cryptography_de.pdf
deleted file mode 100644
index cb36460241b369d01b8ac39945049816a93d5f76..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gpg/Orange_blue_public_key_cryptography_de.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/Orange_blue_public_key_cryptography_de.svg b/attic/kiss-14ss/gpg/Orange_blue_public_key_cryptography_de.svg
deleted file mode 100644
index ca56a4e906ce36f42dcf5121633ca3ad4b1a21a0..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/Orange_blue_public_key_cryptography_de.svg
+++ /dev/null
@@ -1,510 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="979.94531"
-   height="621.84827"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="Orange_blue_public_key_cryptography_de.text.svg">
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.7"
-     inkscape:cx="232.46205"
-     inkscape:cy="240.23916"
-     inkscape:document-units="px"
-     inkscape:current-layer="g5000"
-     showgrid="true"
-     inkscape:window-width="1920"
-     inkscape:window-height="1005"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       snapvisiblegridlinesonly="true"
-       enabled="true"
-       visible="true"
-       empspacing="5"
-       id="grid2816"
-       type="xygrid" />
-  </sodipodi:namedview>
-  <title
-     id="title5016">Public key cryptography</title>
-  <defs
-     id="defs4">
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mend"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mend">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
-         id="path3686" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow2Send"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Send">
-      <path
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
-         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="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
-         id="path3692" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow1Send"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow1Send">
-      <path
-         transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
-         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
-         id="path3674" />
-    </marker>
-    <inkscape:perspective
-       id="perspective10"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective3629" />
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mendt"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mendt">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill:#729fcf;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.625;stroke-linejoin:round"
-         id="path4869" />
-    </marker>
-    <marker
-       style="overflow:visible"
-       id="Arrow2MendtR"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2MendtR">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill:#f57900;fill-rule:evenodd;stroke:#f57900;stroke-width:0.625;stroke-linejoin:round"
-         id="path4943" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective3706" />
-    <marker
-       style="overflow:visible"
-       id="Arrow2Mendtc"
-       refX="0"
-       refY="0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mendtc">
-      <path
-         transform="scale(-0.6,-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="font-size:12px;fill:#f57900;fill-rule:evenodd;stroke:#f57900;stroke-width:0.625;stroke-linejoin:round"
-         id="path3722" />
-    </marker>
-    <inkscape:perspective
-       id="perspective3816"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective3841"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective3866"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-  </defs>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>Public key cryptography</dc:title>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
-      </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/publicdomain/">
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Reproduction" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Distribution" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
-      </cc:License>
-    </rdf:RDF>
-  </metadata>
-  <g
-     transform="translate(83.75,-60.907078)"
-     id="layer1"
-     inkscape:groupmode="layer"
-     inkscape:label="Ebene 1">
-    <g
-       transform="translate(0,7.4609331)"
-       id="g3616">
-      <rect
-         style="fill:#555753;fill-opacity:1;stroke:#729fcf;stroke-width:7.50000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="rect3610-5-8"
-         width="374.44531"
-         height="74.889061"
-         x="-80"
-         y="324.90125"
-         ry="24.963018" />
-      <g
-         style="font-size:14px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3804">
-        <path
-           d="m 41.480469,379.60495 -9.679688,-15.79688 -4.570312,6.49219 0,9.30469 -4.6875,0 0,-34.33594 4.6875,0 0,18.67969 12.75,-18.67969 5.226562,0 -10.265625,14.88281 11.71875,19.45313 -5.179687,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3117" />
-        <path
-           d="m 50.199219,372.50339 0,-28.28907 4.453125,0 0,27.53907 c -8e-6,1.34375 0.382804,2.40625 1.148437,3.1875 0.78124,0.76563 1.796864,1.14844 3.046875,1.14843 l 0,3.98438 c -5.765631,0 -8.648441,-2.52344 -8.648437,-7.57031"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3119" />
-        <path
-           d="m 78.183594,376.72214 c -1.781266,2.23437 -4.507826,3.35156 -8.179688,3.35156 -1.968757,0 -3.679693,-0.71094 -5.132812,-2.13281 -1.437503,-1.4375 -2.156252,-3.21875 -2.15625,-5.34375 -2e-6,-2.54687 1.109372,-4.6953 3.328125,-6.44532 2.234367,-1.7656 5.078114,-2.64842 8.53125,-2.64843 0.937485,10e-6 1.999984,0.20314 3.1875,0.60937 -1.7e-5,-4.06248 -1.812515,-6.09373 -5.4375,-6.09375 -2.781259,2e-5 -4.921882,0.75002 -6.421875,2.25 l -1.875,-3.72656 c 0.843746,-0.68748 2.007807,-1.27341 3.492187,-1.75781 1.499992,-0.49998 2.929678,-0.74998 4.289063,-0.75 3.64061,2e-5 6.281232,0.82815 7.921875,2.48437 1.656229,1.65627 2.484353,4.28908 2.484375,7.89844 l 0,9 c -2.2e-5,2.20313 0.656228,3.67188 1.96875,4.40625 l 0,2.22656 c -1.812522,0 -3.171895,-0.25781 -4.078125,-0.77344 -0.890644,-0.51562 -1.531268,-1.36718 -1.921875,-2.55468 m -0.421875,-9.44532 c -1.406266,-0.31248 -2.39064,-0.46873 -2.953125,-0.46875 -2.250012,2e-5 -4.085948,0.57814 -5.507813,1.73438 -1.421882,1.15626 -2.132819,2.52345 -2.132812,4.10156 -7e-6,2.60938 1.539054,3.91407 4.617187,3.91406 2.249987,1e-5 4.242173,-1.0703 5.976563,-3.21093 l 0,-6.07032"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3121" />
-        <path
-           d="m 102.86328,358.79245 c -0.96876,-0.67185 -1.94533,-1.00779 -2.929686,-1.00781 -1.578138,2e-5 -2.960949,0.72658 -4.148438,2.17968 -1.171883,1.45315 -1.75782,3.20315 -1.757812,5.25 l 0,14.39063 -4.453125,0 0,-25.10156 4.453125,0 0,4.00781 c 1.62499,-2.98435 4.03905,-4.47654 7.242186,-4.47656 0.79686,2e-5 1.9453,0.14065 3.44531,0.42187 l -1.85156,4.33594"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3123" />
-        <path
-           d="m 109.47266,358.01901 -2.90625,0 0,-3.51562 2.90625,0 0,-5.25 4.45312,-1.71094 0,6.96094 6.89063,0 0,3.51562 -6.89063,0 0,12.46875 c -1e-5,2.10938 0.35155,3.60938 1.05469,4.5 0.71874,0.89063 1.86717,1.33594 3.44531,1.33594 1.14061,0 2.3203,-0.28906 3.53906,-0.86719 l 0.65625,3.91406 c -1.84376,0.46875 -3.8672,0.70313 -6.07031,0.70313 -1.98438,0 -3.66407,-0.73437 -5.03906,-2.20313 -1.35938,-1.48437 -2.03907,-3.35155 -2.03906,-5.60156 l 0,-14.25"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3125" />
-        <path
-           d="m 148.05078,367.48776 -18.09375,0 c 0,2.93751 0.80468,5.19532 2.41406,6.77344 1.42187,1.375 3.24999,2.0625 5.48438,2.0625 2.54686,0 4.67185,-0.74218 6.375,-2.22656 l 1.875,3.21093 c -0.68752,0.68751 -1.74221,1.28126 -3.16406,1.78125 -1.78127,0.65625 -3.76564,0.98438 -5.95313,0.98438 -3.15626,0 -5.83594,-1.07031 -8.03906,-3.21094 -2.45313,-2.35937 -3.67969,-5.53124 -3.67969,-9.51562 0,-4.14061 1.25781,-7.46092 3.77344,-9.96094 2.24999,-2.23435 4.91405,-3.35154 7.99219,-3.35156 3.5781,2e-5 6.38279,1.00783 8.41406,3.02343 1.96873,1.93753 2.9531,4.50784 2.95312,7.71094 -2e-5,0.98439 -0.11721,1.89064 -0.35156,2.71875 m -10.80469,-9.70312 c -1.98438,2e-5 -3.64844,0.64064 -4.99218,1.92187 -1.28126,1.21877 -2.00782,2.73439 -2.17969,4.54688 l 13.89844,0 c -2e-5,-1.79686 -0.56252,-3.29686 -1.6875,-4.5 -1.2344,-1.31248 -2.91408,-1.96873 -5.03907,-1.96875"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3127" />
-        <path
-           d="m 168.34766,379.60495 -6.84375,-9.14063 -6.11719,9.14063 -5.20313,0 9.11719,-12.84375 -8.36719,-12.25781 5.01563,0 5.625,8.625 6.30469,-8.625 4.92187,0 -9.11719,12.25781 9.98438,12.84375 -5.32031,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3129" />
-        <path
-           d="m 178.75391,358.01901 -2.90625,0 0,-3.51562 2.90625,0 0,-5.25 4.45312,-1.71094 0,6.96094 6.89063,0 0,3.51562 -6.89063,0 0,12.46875 c -1e-5,2.10938 0.35155,3.60938 1.05469,4.5 0.71874,0.89063 1.86717,1.33594 3.44531,1.33594 1.14061,0 2.3203,-0.28906 3.53906,-0.86719 l 0.65625,3.91406 c -1.84376,0.46875 -3.8672,0.70313 -6.07031,0.70313 -1.98438,0 -3.66407,-0.73437 -5.03906,-2.20313 -1.35938,-1.48437 -2.03907,-3.35155 -2.03906,-5.60156 l 0,-14.25"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3131" />
-      </g>
-    </g>
-    <g
-       id="g3616-5"
-       transform="translate(518,-2.4999999e-6)">
-      <rect
-         style="fill:#555753;fill-opacity:1;stroke:#f57900;stroke-width:7.50000000000000000;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="rect3610-5"
-         width="374.44531"
-         height="74.889061"
-         x="0"
-         y="332.36218"
-         ry="24.963018" />
-      <g
-         style="font-size:14px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3804-3">
-        <path
-           d="m 87.730469,355.12057 -1.945313,3.86719 c -2.359398,-1.74997 -4.671895,-2.62497 -6.9375,-2.625 -3.593765,3e-5 -6.429699,1.26566 -8.507812,3.79688 -2.078133,2.53127 -3.117195,5.88283 -3.117188,10.05468 -7e-6,3.96877 1.015617,7.16408 3.046875,9.58594 2.046863,2.42188 4.828111,3.63282 8.34375,3.63281 2.49998,1e-5 4.523415,-0.74999 6.070313,-2.25 l 0,-8.03906 -4.757813,0 0,-3.98437 9.445313,0 0,14.95312 c -1.250028,1.0625 -2.992214,1.92188 -5.226563,2.57813 -2.234396,0.64062 -4.406269,0.96093 -6.515625,0.96093 -4.734387,0 -8.476571,-1.60156 -11.226562,-4.80468 -2.734378,-3.21875 -4.101565,-7.49218 -4.101563,-12.82032 -2e-6,-5.31247 1.499997,-9.61716 4.5,-12.91406 3.015616,-3.31246 7.078112,-4.96871 12.1875,-4.96875 3.578103,4e-5 6.492163,0.99222 8.742188,2.97656"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3053" />
-        <path
-           d="m 117.16797,374.9487 -18.093751,0 c -6e-6,2.93751 0.80468,5.19532 2.414061,6.77344 1.42187,1.375 3.24999,2.0625 5.48438,2.0625 2.54685,0 4.67185,-0.74219 6.375,-2.22657 l 1.875,3.21094 c -0.68753,0.6875 -1.74221,1.28125 -3.16407,1.78125 -1.78126,0.65625 -3.76564,0.98438 -5.95312,0.98438 -3.15626,0 -5.83595,-1.07031 -8.039064,-3.21094 -2.453127,-2.35937 -3.679689,-5.53124 -3.679687,-9.51563 -2e-6,-4.1406 1.257809,-7.46091 3.773437,-9.96093 2.249994,-2.23435 4.914054,-3.35154 7.992184,-3.35157 3.57811,3e-5 6.3828,1.00784 8.41407,3.02344 1.96872,1.93752 2.9531,4.50783 2.95312,7.71094 -2e-5,0.98439 -0.11721,1.89064 -0.35156,2.71875 m -10.80469,-9.70313 c -1.98439,3e-5 -3.64845,0.64065 -4.99219,1.92188 -1.28125,1.21877 -2.007815,2.73439 -2.179684,4.54687 l 13.898434,0 c -2e-5,-1.79685 -0.56252,-3.29685 -1.6875,-4.5 -1.23439,-1.31247 -2.91407,-1.96872 -5.03906,-1.96875"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3055" />
-        <path
-           d="m 137.65234,387.06589 0,-15.77344 c -1e-5,-1.87498 -0.46095,-3.35154 -1.38281,-4.42969 -0.92189,-1.0781 -2.21876,-1.61716 -3.89062,-1.61719 -1.07814,3e-5 -2.16408,0.32034 -3.25782,0.96094 -1.07813,0.62502 -1.90625,1.3594 -2.48437,2.20313 l 0,18.65625 -4.45313,0 0,-35.39063 4.45313,0 0,13.05469 c 0.59374,-0.92185 1.54686,-1.68748 2.85937,-2.29688 1.32812,-0.62497 2.6953,-0.93747 4.10157,-0.9375 2.65623,3e-5 4.73435,0.87503 6.23437,2.625 1.5156,1.75003 2.27342,4.14065 2.27344,7.17188 l 0,15.77344 -4.45313,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3057" />
-        <path
-           d="m 169.57422,374.9487 -18.09375,0 c -1e-5,2.93751 0.80468,5.19532 2.41406,6.77344 1.42187,1.375 3.24999,2.0625 5.48438,2.0625 2.54685,0 4.67185,-0.74219 6.375,-2.22657 l 1.875,3.21094 c -0.68753,0.6875 -1.74221,1.28125 -3.16407,1.78125 -1.78126,0.65625 -3.76564,0.98438 -5.95312,0.98438 -3.15626,0 -5.83595,-1.07031 -8.03906,-3.21094 -2.45313,-2.35937 -3.67969,-5.53124 -3.67969,-9.51563 0,-4.1406 1.25781,-7.46091 3.77344,-9.96093 2.24999,-2.23435 4.91405,-3.35154 7.99218,-3.35157 3.57811,3e-5 6.3828,1.00784 8.41407,3.02344 1.96872,1.93752 2.9531,4.50783 2.95312,7.71094 -2e-5,0.98439 -0.11721,1.89064 -0.35156,2.71875 m -10.80469,-9.70313 c -1.98439,3e-5 -3.64845,0.64065 -4.99219,1.92188 -1.28125,1.21877 -2.00782,2.73439 -2.17968,4.54687 l 13.89843,0 c -2e-5,-1.79685 -0.56252,-3.29685 -1.6875,-4.5 -1.23439,-1.31247 -2.91407,-1.96872 -5.03906,-1.96875"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3059" />
-        <path
-           d="m 179.18359,352.47214 c 0.76562,3e-5 1.41406,0.27347 1.94532,0.82031 0.54686,0.53128 0.8203,1.17191 0.82031,1.92187 -1e-5,0.76566 -0.27345,1.42191 -0.82031,1.96875 -0.53126,0.53128 -1.1797,0.79691 -1.94532,0.79688 -0.75,3e-5 -1.39844,-0.2656 -1.94531,-0.79688 -0.53125,-0.54684 -0.79688,-1.20309 -0.79687,-1.96875 -1e-5,-0.76559 0.26562,-1.41402 0.79687,-1.94531 0.53124,-0.53121 1.17968,-0.79684 1.94531,-0.79687 m -2.4375,34.59375 0,-21.35157 -3.44531,0 0,-3.75 7.89844,0 0,25.10157 -4.45313,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3061" />
-        <path
-           d="m 217.33984,387.06589 0,-15.89063 c -3e-5,-3.9531 -1.71096,-5.92966 -5.13281,-5.92969 -1.07815,3e-5 -2.08596,0.33596 -3.02344,1.00782 -0.93752,0.65627 -1.57814,1.40627 -1.92187,2.25 l 0,18.5625 -4.45313,0 0,-17.83594 c -1e-5,-1.23436 -0.46876,-2.20311 -1.40625,-2.90625 -0.92189,-0.71873 -2.14845,-1.0781 -3.67968,-1.07813 -0.89064,3e-5 -1.84376,0.34378 -2.85938,1.03125 -1.00001,0.68753 -1.71094,1.44534 -2.13281,2.27344 l 0,18.51563 -4.45313,0 0,-25.10157 2.90625,0 1.47657,2.90625 c 1.71874,-2.24997 3.86717,-3.37497 6.44531,-3.375 3.59373,3e-5 6.10935,1.11722 7.54687,3.35157 0.49998,-0.9531 1.42967,-1.74998 2.78907,-2.39063 1.35935,-0.6406 2.75778,-0.96091 4.19531,-0.96094 2.59372,3e-5 4.60153,0.77347 6.02344,2.32032 1.42184,1.53127 2.13277,3.68752 2.13281,6.46875 l 0,16.78125 -4.45313,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3063" />
-        <path
-           d="m 229.71484,365.47995 -2.90625,0 0,-3.51563 2.90625,0 0,-5.25 4.45313,-1.71093 0,6.96093 6.89062,0 0,3.51563 -6.89062,0 0,12.46875 c -1e-5,2.10938 0.35155,3.60938 1.05469,4.5 0.71874,0.89063 1.86717,1.33594 3.44531,1.33594 1.14061,0 2.3203,-0.28906 3.53906,-0.86719 l 0.65625,3.91406 c -1.84376,0.46875 -3.8672,0.70313 -6.07031,0.70313 -1.98439,0 -3.66407,-0.73438 -5.03906,-2.20313 -1.35938,-1.48437 -2.03907,-3.35155 -2.03907,-5.60156 l 0,-14.25"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3065" />
-        <path
-           d="m 268.29297,374.9487 -18.09375,0 c -1e-5,2.93751 0.80468,5.19532 2.41406,6.77344 1.42187,1.375 3.24999,2.0625 5.48438,2.0625 2.54685,0 4.67185,-0.74219 6.375,-2.22657 l 1.875,3.21094 c -0.68753,0.6875 -1.74221,1.28125 -3.16407,1.78125 -1.78126,0.65625 -3.76564,0.98438 -5.95312,0.98438 -3.15626,0 -5.83595,-1.07031 -8.03906,-3.21094 -2.45313,-2.35937 -3.67969,-5.53124 -3.67969,-9.51563 0,-4.1406 1.25781,-7.46091 3.77344,-9.96093 2.24999,-2.23435 4.91405,-3.35154 7.99218,-3.35157 3.57811,3e-5 6.3828,1.00784 8.41407,3.02344 1.96872,1.93752 2.9531,4.50783 2.95312,7.71094 -2e-5,0.98439 -0.11721,1.89064 -0.35156,2.71875 m -10.80469,-9.70313 c -1.98439,3e-5 -3.64845,0.64065 -4.99219,1.92188 -1.28125,1.21877 -2.00782,2.73439 -2.17968,4.54687 l 13.89843,0 c -2e-5,-1.79685 -0.56252,-3.29685 -1.6875,-4.5 -1.23439,-1.31247 -2.91407,-1.96872 -5.03906,-1.96875"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3067" />
-        <path
-           d="m 288.58984,387.06589 -6.84375,-9.14063 -6.11718,9.14063 -5.20313,0 9.11719,-12.84375 -8.36719,-12.25782 5.01563,0 5.625,8.625 6.30468,-8.625 4.92188,0 -9.11719,12.25782 9.98438,12.84375 -5.32032,0"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3069" />
-        <path
-           d="m 298.99609,365.47995 -2.90625,0 0,-3.51563 2.90625,0 0,-5.25 4.45313,-1.71093 0,6.96093 6.89062,0 0,3.51563 -6.89062,0 0,12.46875 c -1e-5,2.10938 0.35155,3.60938 1.05469,4.5 0.71874,0.89063 1.86717,1.33594 3.44531,1.33594 1.14061,0 2.3203,-0.28906 3.53906,-0.86719 l 0.65625,3.91406 c -1.84376,0.46875 -3.8672,0.70313 -6.07031,0.70313 -1.98439,0 -3.66407,-0.73438 -5.03906,-2.20313 -1.35938,-1.48437 -2.03907,-3.35155 -2.03907,-5.60156 l 0,-14.25"
-           style="font-size:48px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3071" />
-      </g>
-    </g>
-    <path
-       sodipodi:nodetypes="ccc"
-       id="path3652"
-       d="m 700.20273,451.38193 c -146.9176,142.40184 -386.9176,142.40184 -526.9176,44.40184 -20,-22 40,38 -48,-46"
-       style="fill:none;stroke:#729fcf;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Mendt)" />
-    <g
-       id="g5000"
-       transform="matrix(1.2364568,0,0,1.2364568,-10.511061,-393.16125)">
-      <path
-         transform="matrix(1.1845756,0,0,1.1845756,-42.025553,-142.55923)"
-         d="m 400,772.36218 c 0,44.18278 -35.81722,80 -80,80 -44.18278,0 -80,-35.81722 -80,-80 0,-44.18278 35.81722,-80 80,-80 44.18278,0 80,35.81722 80,80 z"
-         sodipodi:ry="80"
-         sodipodi:rx="80"
-         sodipodi:cy="772.36218"
-         sodipodi:cx="320"
-         id="path5002"
-         style="fill:#555753;fill-opacity:1;stroke:#729fcf;stroke-width:5.12058449;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:nodetypes="cssccccccccccccsssc"
-         id="path5004"
-         d="m 309.70237,710.64889 c -11.8411,0 -21.44021,9.59909 -21.44021,21.44019 0,11.84111 9.59911,21.44022 21.44021,21.44022 9.05256,0 16.79381,-5.61197 19.93828,-13.54529 l 1.50193,-0.74819 8.39742,7.14674 7.14673,-10.72011 10.54143,10.72011 3.57337,-10.72011 14.29348,10.72011 10.7201,-10.72011 -10.7201,-14.29347 -46.82229,0 c -3.70675,-6.40987 -10.63341,-10.72009 -18.57035,-10.72009 z m -3.57337,10.72009 c 3.94704,0 7.14674,3.1997 7.14674,7.14673 0,3.94704 -3.1997,7.14674 -7.14674,7.14674 -3.94704,0 -7.14674,-3.1997 -7.14674,-7.14674 0,-3.94703 3.1997,-7.14673 7.14674,-7.14673 z"
-         style="fill:none;stroke:#eeeeec;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none" />
-      <g
-         style="font-size:11.32267666px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3804-6">
-        <path
-           d="m 289.64547,791.93228 0,6.80972 -2.70114,0 0,-21.19685 2.70114,0 0,1.25106 c 1.02358,-1.02358 2.26042,-1.53537 3.71051,-1.53539 2.1609,2e-5 3.84319,0.67293 5.04687,2.01875 1.20365,1.34584 1.80548,3.3172 1.8055,5.91408 -2e-5,2.31256 -0.60659,4.20335 -1.81972,5.67239 -1.21315,1.45957 -2.96652,2.18935 -5.26011,2.18935 -0.64449,0 -1.33636,-0.11373 -2.07562,-0.3412 -0.72978,-0.22746 -1.19893,-0.4881 -1.40743,-0.78191 m 0,-11.10311 0,8.87112 c 0.17059,0.2559 0.53074,0.50232 1.08045,0.73926 0.5497,0.22746 1.08519,0.34119 1.60647,0.34119 3.35509,0 5.03264,-1.89553 5.03265,-5.68661 -1e-5,-1.92396 -0.39807,-3.3314 -1.19418,-4.22231 -0.79614,-0.89089 -2.07089,-1.33634 -3.82425,-1.33635 -0.37912,10e-6 -0.84352,0.1327 -1.39322,0.39806 -0.54971,0.26539 -0.98569,0.56394 -1.30792,0.89564"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3134" />
-        <path
-           d="m 311.42519,780.14678 c -0.58762,-0.40753 -1.17998,-0.6113 -1.77706,-0.61131 -0.95726,10e-6 -1.79603,0.44072 -2.51633,1.32213 -0.71083,0.88144 -1.06624,1.94294 -1.06624,3.18451 l 0,8.72895 -2.70114,0 0,-15.22591 2.70114,0 0,2.43103 c 0.98567,-1.81022 2.44998,-2.71534 4.39291,-2.71536 0.48335,2e-5 1.17996,0.0853 2.08983,0.2559 l -1.12311,2.63006"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3136" />
-        <path
-           d="m 317.25397,771.78746 c 0.4644,2e-5 0.85772,0.16588 1.17997,0.49758 0.33171,0.32226 0.49757,0.71084 0.49758,1.16575 -10e-6,0.46443 -0.16587,0.86249 -0.49758,1.19419 -0.32225,0.32226 -0.71557,0.48338 -1.17997,0.48336 -0.45494,2e-5 -0.84826,-0.1611 -1.17997,-0.48336 -0.32225,-0.3317 -0.48337,-0.72976 -0.48337,-1.19419 0,-0.46438 0.16112,-0.85771 0.48337,-1.17997 0.32223,-0.32222 0.71556,-0.48334 1.17997,-0.48336 m -1.47852,20.9836 0,-12.95126 -2.08983,0 0,-2.27465 4.79097,0 0,15.22591 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3138" />
-        <path
-           d="m 328.25756,793.05539 -0.71082,0 -6.52539,-15.55289 2.95704,0 4.02328,10.6624 4.10857,-10.6624 2.82909,0 -6.68177,15.55289"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3140" />
-        <path
-           d="m 345.64438,791.02242 c -1.08047,1.35531 -2.73432,2.03297 -4.96157,2.03297 -1.19419,0 -2.232,-0.43124 -3.11342,-1.29371 -0.87195,-0.87194 -1.30792,-1.9524 -1.30792,-3.24137 0,-1.54485 0.67291,-2.84803 2.01875,-3.90954 1.3553,-1.07097 3.08024,-1.60646 5.17481,-1.60647 0.56866,1e-5 1.21314,0.12322 1.93345,0.36963 -1e-5,-2.46419 -1.09942,-3.69628 -3.29823,-3.6963 -1.68704,2e-5 -2.98548,0.45494 -3.89533,1.36479 l -1.13732,-2.26043 c 0.51179,-0.417 1.21788,-0.77242 2.11826,-1.06624 0.90985,-0.30327 1.77706,-0.45491 2.60162,-0.45493 2.2083,2e-5 3.81002,0.50234 4.80519,1.50695 1.00462,1.00465 1.50694,2.60164 1.50695,4.79098 l 0,5.45914 c -1e-5,1.33636 0.39805,2.22726 1.19419,2.67271 l 0,1.35057 c -1.09942,0 -1.92398,-0.15638 -2.47367,-0.46914 -0.54024,-0.31277 -0.92883,-0.8293 -1.16576,-1.54961 m -0.2559,-5.72926 c -0.853,-0.18954 -1.45009,-0.28432 -1.79128,-0.28433 -1.36479,10e-6 -2.47842,0.35068 -3.34088,1.05202 -0.86248,0.70136 -1.29371,1.53066 -1.29371,2.4879 0,1.58277 0.93355,2.37416 2.80066,2.37416 1.36478,0 2.57318,-0.64922 3.62521,-1.94767 l 0,-3.68208"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3142" />
-        <path
-           d="m 353.30709,779.67763 -1.76285,0 0,-2.13248 1.76285,0 0,-3.1845 2.70114,-1.03781 0,4.22231 4.17966,0 0,2.13248 -4.17966,0 0,7.5632 c 0,1.27949 0.21325,2.18935 0.63975,2.72957 0.43596,0.54023 1.13257,0.81034 2.08983,0.81034 0.69186,0 1.40742,-0.17533 2.14669,-0.52601 l 0.39807,2.37416 c -1.11838,0.28433 -2.34574,0.4265 -3.68208,0.4265 -1.20368,0 -2.22253,-0.44545 -3.05656,-1.33636 -0.82456,-0.90037 -1.23684,-2.03296 -1.23684,-3.39775 l 0,-8.64365"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3144" />
-        <path
-           d="m 376.7075,785.42111 -10.97516,0 c 0,1.78181 0.4881,3.15134 1.4643,4.10858 0.86247,0.83404 1.97136,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45018 3.8669,-1.35057 l 1.13732,1.94767 c -0.41703,0.41702 -1.05677,0.77717 -1.91923,1.08045 -1.08047,0.39807 -2.28413,0.5971 -3.611,0.5971 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94767 -1.488,-1.43112 -2.232,-3.35509 -2.23199,-5.77191 -1e-5,-2.51158 0.76295,-4.52558 2.28886,-6.04202 1.36478,-1.3553 2.98072,-2.03295 4.84783,-2.03297 2.17038,2e-5 3.87163,0.61133 5.10374,1.83394 1.19417,1.17524 1.79127,2.73432 1.79128,4.67723 -10e-6,0.59711 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88564 c -1.20367,10e-6 -2.21304,0.3886 -3.02812,1.16575 -0.77717,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.43041,0 c -2e-5,-1.08992 -0.34121,-1.99978 -1.02359,-2.72957 -0.74875,-0.79612 -1.7676,-1.19418 -3.05656,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3146" />
-        <path
-           d="m 388.02386,780.14678 c -0.58763,-0.40753 -1.17998,-0.6113 -1.77707,-0.61131 -0.95725,10e-6 -1.79603,0.44072 -2.51632,1.32213 -0.71083,0.88144 -1.06625,1.94294 -1.06624,3.18451 l 0,8.72895 -2.70114,0 0,-15.22591 2.70114,0 0,2.43103 c 0.98567,-1.81022 2.44997,-2.71534 4.39291,-2.71536 0.48335,2e-5 1.17996,0.0853 2.08983,0.2559 l -1.12311,2.63006"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3148" />
-        <path
-           d="m 279.85028,828.21287 1.03781,-2.61584 c 0.53074,0.38858 1.18944,0.71556 1.97609,0.98094 0.79612,0.2559 1.50695,0.38384 2.13248,0.38384 1.10888,0 1.99979,-0.30328 2.67271,-0.90986 0.67291,-0.60656 1.00936,-1.37899 1.00937,-2.31729 -1e-5,-0.70134 -0.18956,-1.35056 -0.56866,-1.94766 -0.36964,-0.60657 -1.30793,-1.26527 -2.81487,-1.9761 l -1.67755,-0.78191 c -1.42166,-0.66343 -2.41681,-1.45008 -2.98547,-2.35995 -0.55919,-0.90984 -0.83878,-2.00451 -0.83878,-3.28401 0,-1.55433 0.54971,-2.84329 1.64912,-3.8669 1.09941,-1.02357 2.51158,-1.53536 4.23653,-1.53539 2.30306,3e-5 3.90479,0.37439 4.80518,1.12311 l -0.83877,2.47368 c -0.37912,-0.27484 -0.95726,-0.54021 -1.73442,-0.79613 -0.77718,-0.25588 -1.49748,-0.38383 -2.16091,-0.38385 -0.96673,2e-5 -1.72968,0.27488 -2.28886,0.82456 -0.54971,0.54973 -0.82457,1.25581 -0.82456,2.11827 -1e-5,0.53076 0.0995,1.01412 0.29855,1.45008 0.19902,0.43599 0.47388,0.80088 0.82455,1.09468 0.36015,0.29382 1.08993,0.7061 2.18935,1.23683 l 1.70598,0.81035 c 1.42165,0.67292 2.4168,1.47852 2.98548,2.41681 0.57812,0.92882 0.86719,2.11353 0.8672,3.55413 -1e-5,1.56382 -0.63027,2.89069 -1.8908,3.98063 -1.25106,1.08993 -2.92861,1.6349 -5.03265,1.6349 -1.84815,0 -3.42618,-0.43598 -4.7341,-1.30792"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3150" />
-        <path
-           d="m 306.05134,815.17631 -1.33635,1.90501 c -0.27486,-0.27484 -0.76296,-0.53547 -1.4643,-0.78191 -0.69188,-0.2464 -1.37428,-0.36961 -2.04718,-0.36963 -1.46905,2e-5 -2.63481,0.51655 -3.49727,1.54961 -0.86247,1.0236 -1.29371,2.43103 -1.2937,4.22231 -10e-6,1.78181 0.44071,3.14185 1.32213,4.08014 0.88142,0.92882 2.10404,1.39322 3.66787,1.39322 1.21313,0 2.43575,-0.46914 3.66786,-1.40744 l 1.06624,2.27465 c -1.45009,0.93829 -3.24611,1.40743 -5.38806,1.40743 -2.07562,0 -3.79108,-0.6966 -5.14639,-2.08983 -1.35531,-1.39321 -2.03296,-3.27927 -2.03296,-5.65817 0,-2.42628 0.70135,-4.37394 2.10405,-5.843 1.41217,-1.46902 3.34088,-2.20354 5.78612,-2.20356 0.78664,2e-5 1.63963,0.16587 2.55898,0.49758 0.91932,0.33173 1.59698,0.67293 2.03296,1.02359"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3152" />
-        <path
-           d="m 318.39129,829.16537 0,-9.56772 c -1e-5,-1.13731 -0.2796,-2.03295 -0.83877,-2.68692 -0.5592,-0.65395 -1.34584,-0.98093 -2.35995,-0.98095 -0.65397,2e-5 -1.31266,0.19431 -1.9761,0.58288 -0.65396,0.37912 -1.15628,0.82457 -1.50695,1.33636 l 0,11.31635 -2.70114,0 0,-21.46696 2.70114,0 0,7.91861 c 0.36015,-0.55917 0.93829,-1.02357 1.73442,-1.39322 0.8056,-0.37909 1.63489,-0.56864 2.48789,-0.56866 1.6112,2e-5 2.87173,0.53077 3.7816,1.59225 0.91932,1.06152 1.37899,2.5116 1.379,4.35026 l 0,9.56772 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3154" />
-        <path
-           d="m 325.14415,824.85777 0,-17.15936 2.70114,0 0,16.70443 c -10e-6,0.81508 0.23219,1.45956 0.69661,1.93344 0.47387,0.46441 1.08992,0.69662 1.84814,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.24589,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3156" />
-        <path
-           d="m 336.07666,813.93947 0,9.70989 c -1e-5,2.35047 1.01884,3.5257 3.05655,3.5257 0.8909,0 1.70598,-0.2559 2.44524,-0.76769 0.73925,-0.51179 1.22735,-1.10415 1.46431,-1.77707 l 0,-10.69083 2.70114,0 0,15.2259 -2.70114,0 0,-2.10404 c -0.3033,0.59709 -0.91461,1.1468 -1.83394,1.64912 -0.90986,0.49283 -1.80076,0.73925 -2.6727,0.73925 -1.66808,0 -2.94757,-0.47862 -3.83847,-1.43586 -0.88142,-0.95725 -1.32214,-2.3173 -1.32213,-4.08015 l 0,-9.99422 2.70114,0 m -0.29855,-6.28371 c 0.44545,3e-5 0.81981,0.15641 1.12311,0.46915 0.31275,0.30331 0.46914,0.67767 0.46914,1.12311 0,0.44547 -0.15639,0.82457 -0.46914,1.13732 -0.3033,0.31278 -0.67766,0.46916 -1.12311,0.46914 -0.44546,2e-5 -0.82456,-0.15636 -1.13732,-0.46914 -0.31277,-0.31275 -0.46915,-0.69185 -0.46915,-1.13732 0,-0.44544 0.15638,-0.8198 0.46915,-1.12311 0.31276,-0.31274 0.69186,-0.46912 1.13732,-0.46915 m 6.7102,0 c 0.44544,3e-5 0.82455,0.15641 1.13732,0.46915 0.31276,0.30331 0.46914,0.67767 0.46915,1.12311 -1e-5,0.44547 -0.15639,0.82457 -0.46915,1.13732 -0.31277,0.31278 -0.69188,0.46916 -1.13732,0.46914 -0.44546,2e-5 -0.82457,-0.15636 -1.13732,-0.46914 -0.3033,-0.31275 -0.45494,-0.69185 -0.45493,-1.13732 -10e-6,-0.44544 0.15163,-0.8198 0.45493,-1.12311 0.31275,-0.31274 0.69186,-0.46912 1.13732,-0.46915"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3158" />
-        <path
-           d="m 348.44504,828.25552 0.95251,-2.55898 c 1.50695,0.98568 2.72009,1.47852 3.63943,1.47852 1.66807,0 2.5021,-0.70135 2.50211,-2.10405 -10e-6,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08036,-0.99989 -2.51633,-1.29371 -0.4265,-0.2938 -0.80086,-0.62552 -1.1231,-0.99516 -0.31277,-0.37909 -0.54971,-0.77716 -0.71083,-1.19418 -0.15164,-0.42649 -0.22746,-0.88142 -0.22746,-1.36479 0,-1.25104 0.45492,-2.22724 1.36478,-2.92861 0.90986,-0.70133 2.09931,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19388,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.14671,-1.27947 -3.22716,-1.27949 -0.64448,2e-5 -1.18945,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65396,0.68715 -0.65396,1.15154 0,0.97622 0.55444,1.71547 1.66334,2.21778 l 1.93344,0.88143 c 1.18471,0.54023 2.04718,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81035,2.60162 -2e-5,1.36479 -0.47864,2.43577 -1.43587,3.21294 -0.95726,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60174,0 -3.10869,-0.39806 -4.52086,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3160" />
-        <path
-           d="m 360.21633,828.25552 0.9525,-2.55898 c 1.50695,0.98568 2.7201,1.47852 3.63944,1.47852 1.66806,0 2.5021,-0.70135 2.5021,-2.10405 0,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08035,-0.99989 -2.51632,-1.29371 -0.4265,-0.2938 -0.80087,-0.62552 -1.12311,-0.99516 -0.31276,-0.37909 -0.5497,-0.77716 -0.71082,-1.19418 -0.15165,-0.42649 -0.22747,-0.88142 -0.22747,-1.36479 0,-1.25104 0.45493,-2.22724 1.36479,-2.92861 0.90985,-0.70133 2.0993,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19387,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.1467,-1.27947 -3.22715,-1.27949 -0.64449,2e-5 -1.18946,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65397,0.68715 -0.65396,1.15154 -1e-5,0.97622 0.55444,1.71547 1.66333,2.21778 l 1.93345,0.88143 c 1.1847,0.54023 2.04717,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81034,2.60162 -1e-5,1.36479 -0.47863,2.43577 -1.43587,3.21294 -0.95725,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60173,0 -3.10868,-0.39806 -4.52085,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3162" />
-        <path
-           d="m 385.80608,821.81543 -10.97516,0 c -10e-6,1.78181 0.4881,3.15133 1.4643,4.10858 0.86246,0.83403 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45019 3.8669,-1.35057 l 1.13732,1.94766 c -0.41703,0.41702 -1.05678,0.77718 -1.91923,1.08046 -1.08047,0.39806 -2.28414,0.59709 -3.611,0.59709 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94766 -1.488,-1.43113 -2.232,-3.3551 -2.232,-5.77191 0,-2.51158 0.76295,-4.52558 2.28886,-6.04203 1.36479,-1.35529 2.98073,-2.03294 4.84784,-2.03296 2.17038,2e-5 3.87162,0.61133 5.10373,1.83393 1.19418,1.17525 1.79127,2.73433 1.79129,4.67724 -2e-5,0.5971 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88565 c -1.20367,2e-5 -2.21305,0.3886 -3.02812,1.16576 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -1e-5,-1.08993 -0.34121,-1.99978 -1.02359,-2.72958 -0.74874,-0.79611 -1.76759,-1.19417 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3164" />
-        <path
-           d="m 389.06166,824.85777 0,-17.15936 2.70114,0 0,16.70443 c 0,0.81508 0.2322,1.45956 0.69661,1.93344 0.47388,0.46441 1.08993,0.69662 1.84815,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.2459,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3166" />
-      </g>
-    </g>
-    <path
-       style="fill:none;stroke:#f57900;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Mendtc)"
-       d="m 112.50795,291.00869 c 146.9176,-142.40184 386.9176,-142.40184 526.9176,-44.40184 20,22 -40,-38 48,46"
-       id="path3701"
-       sodipodi:nodetypes="ccc" />
-    <g
-       transform="matrix(1.2364568,0,0,1.2364568,-10.511061,-773.16125)"
-       id="g3887">
-      <path
-         sodipodi:type="arc"
-         style="fill:#555753;fill-opacity:1;stroke:#f57900;stroke-width:5.12058449;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="path3889"
-         sodipodi:cx="320"
-         sodipodi:cy="772.36218"
-         sodipodi:rx="80"
-         sodipodi:ry="80"
-         d="m 400,772.36218 c 0,44.18278 -35.81722,80 -80,80 -44.18278,0 -80,-35.81722 -80,-80 0,-44.18278 35.81722,-80 80,-80 44.18278,0 80,35.81722 80,80 z"
-         transform="matrix(1.1845756,0,0,1.1845756,-42.025553,-142.55923)" />
-      <path
-         style="fill:none;stroke:#eeeeec;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
-         d="m 309.70237,710.64889 c -11.8411,0 -21.44021,9.59909 -21.44021,21.44019 0,11.84111 9.59911,21.44022 21.44021,21.44022 9.05256,0 16.79381,-5.61197 19.93828,-13.54529 l 1.50193,-0.74819 8.39742,7.14674 7.14673,-10.72011 10.54143,10.72011 3.57337,-10.72011 14.29348,10.72011 10.7201,-10.72011 -10.7201,-14.29347 -46.82229,0 c -3.70675,-6.40987 -10.63341,-10.72009 -18.57035,-10.72009 z m -3.57337,10.72009 c 3.94704,0 7.14674,3.1997 7.14674,7.14673 0,3.94704 -3.1997,7.14674 -7.14674,7.14674 -3.94704,0 -7.14674,-3.1997 -7.14674,-7.14674 0,-3.94703 3.1997,-7.14673 7.14674,-7.14673 z"
-         id="path3891"
-         sodipodi:nodetypes="cssccccccccccccsssc" />
-      <g
-         style="font-size:11.32267666px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         id="text3893">
-        <path
-           d="m 260.55845,785.12256 c 0,-2.35045 0.63026,-4.24599 1.8908,-5.68661 1.27,-1.45007 2.93807,-2.17511 5.00421,-2.17513 2.17986,2e-5 3.87163,0.69663 5.07531,2.08983 1.20365,1.38376 1.80548,3.30773 1.8055,5.77191 -2e-5,2.45473 -0.61607,4.39291 -1.84815,5.81456 -1.23211,1.41218 -2.90966,2.11827 -5.03266,2.11827 -2.17039,0 -3.86216,-0.71557 -5.0753,-2.1467 -1.21314,-1.43113 -1.81971,-3.35983 -1.81971,-5.78613 m 2.8433,0 c 0,3.81952 1.35057,5.72927 4.05171,5.72927 1.26053,0 2.24621,-0.5118 2.95704,-1.53539 0.7203,-1.02359 1.08045,-2.42154 1.08046,-4.19388 -10e-6,-3.7721 -1.34584,-5.65816 -4.0375,-5.65818 -1.2321,2e-5 -2.21778,0.50234 -2.95703,1.50696 -0.72979,1.00464 -1.09468,2.38838 -1.09468,4.15122 m 0.89564,-13.86111 c 0.44545,2e-5 0.81982,0.1564 1.12311,0.46914 0.31276,0.30331 0.46914,0.67768 0.46915,1.12311 -1e-5,0.44547 -0.15639,0.82458 -0.46915,1.13732 -0.30329,0.31278 -0.67766,0.46916 -1.12311,0.46915 -0.44545,1e-5 -0.82456,-0.15637 -1.13732,-0.46915 -0.31276,-0.31274 -0.46915,-0.69185 -0.46914,-1.13732 -10e-6,-0.44543 0.15638,-0.8198 0.46914,-1.12311 0.31276,-0.31274 0.69187,-0.46912 1.13732,-0.46914 m 6.71021,0 c 0.44544,2e-5 0.82454,0.1564 1.13732,0.46914 0.31275,0.30331 0.46913,0.67768 0.46914,1.12311 -10e-6,0.44547 -0.15639,0.82458 -0.46914,1.13732 -0.31278,0.31278 -0.69188,0.46916 -1.13732,0.46915 -0.44547,1e-5 -0.82457,-0.15637 -1.13733,-0.46915 -0.30329,-0.31274 -0.45493,-0.69185 -0.45492,-1.13732 -10e-6,-0.44543 0.15163,-0.8198 0.45492,-1.12311 0.31276,-0.31274 0.69186,-0.46912 1.13733,-0.46914"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3074" />
-        <path
-           d="m 285.42316,773.72091 c -0.54972,-0.18954 -1.06151,-0.28431 -1.53539,-0.28433 -0.82456,2e-5 -1.50696,0.31278 -2.04718,0.93829 -0.53075,0.62554 -0.79613,1.41693 -0.79612,2.37416 -10e-6,0.25591 0.0237,0.52129 0.0711,0.79612 l 3.0992,0 0,2.27465 -3.0992,0 0,12.95126 -2.70114,0 0,-12.95126 -2.21778,0 0,-2.27465 2.21778,0 c 0,-1.94291 0.47862,-3.46881 1.43587,-4.57772 0.95724,-1.10887 2.22251,-1.66331 3.79581,-1.66333 0.78664,2e-5 1.63015,0.14218 2.53055,0.42649 l -0.75348,1.99032"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3076" />
-        <path
-           d="m 296.17085,773.72091 c -0.54971,-0.18954 -1.06151,-0.28431 -1.53538,-0.28433 -0.82457,2e-5 -1.50696,0.31278 -2.04718,0.93829 -0.53076,0.62554 -0.79613,1.41693 -0.79613,2.37416 0,0.25591 0.0237,0.52129 0.0711,0.79612 l 3.0992,0 0,2.27465 -3.0992,0 0,12.95126 -2.70114,0 0,-12.95126 -2.21778,0 0,-2.27465 2.21778,0 c -10e-6,-1.94291 0.47862,-3.46881 1.43587,-4.57772 0.95724,-1.10887 2.22251,-1.66331 3.79581,-1.66333 0.78664,2e-5 1.63015,0.14218 2.53054,0.42649 l -0.75348,1.99032"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3078" />
-        <path
-           d="m 311.51049,785.42111 -10.97516,0 c 0,1.78181 0.4881,3.15134 1.4643,4.10858 0.86246,0.83404 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45018 3.8669,-1.35057 l 1.13732,1.94767 c -0.41703,0.41702 -1.05678,0.77717 -1.91923,1.08045 -1.08047,0.39807 -2.28414,0.5971 -3.611,0.5971 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94767 -1.488,-1.43112 -2.232,-3.35509 -2.232,-5.77191 0,-2.51158 0.76295,-4.52558 2.28886,-6.04202 1.36479,-1.3553 2.98073,-2.03295 4.84784,-2.03297 2.17038,2e-5 3.87162,0.61133 5.10374,1.83394 1.19417,1.17524 1.79126,2.73432 1.79128,4.67723 -2e-5,0.59711 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88564 c -1.20367,10e-6 -2.21305,0.3886 -3.02812,1.16575 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -10e-6,-1.08992 -0.3412,-1.99978 -1.02359,-2.72957 -0.74874,-0.79612 -1.76759,-1.19418 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3080" />
-        <path
-           d="m 323.92152,792.77106 0,-8.8569 c -10e-6,-1.62068 -0.24643,-2.75326 -0.73926,-3.39775 -0.48337,-0.65395 -1.29845,-0.98093 -2.44524,-0.98094 -0.61606,10e-6 -1.26054,0.18483 -1.93345,0.55444 -0.67292,0.36964 -1.18945,0.82457 -1.5496,1.36479 l 0,11.31636 -2.70114,0 0,-15.22591 1.84815,0 0.85299,1.96188 c 0.8909,-1.49746 2.34572,-2.24619 4.36448,-2.24621 3.33613,2e-5 5.0042,2.02824 5.00421,6.08468 l 0,9.42556 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3082" />
-        <path
-           d="m 331.44207,779.67763 -1.76285,0 0,-2.13248 1.76285,0 0,-3.1845 2.70114,-1.03781 0,4.22231 4.17966,0 0,2.13248 -4.17966,0 0,7.5632 c -1e-5,1.27949 0.21324,2.18935 0.63974,2.72957 0.43597,0.54023 1.13258,0.81034 2.08983,0.81034 0.69186,0 1.40743,-0.17533 2.1467,-0.52601 l 0.39806,2.37416 c -1.11838,0.28433 -2.34574,0.4265 -3.68208,0.4265 -1.20367,0 -2.22252,-0.44545 -3.05656,-1.33636 -0.82456,-0.90037 -1.23684,-2.03296 -1.23683,-3.39775 l 0,-8.64365"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3084" />
-        <path
-           d="m 342.23241,788.46345 0,-17.15935 2.70114,0 0,16.70442 c 0,0.81508 0.2322,1.45957 0.69661,1.93345 0.47388,0.46441 1.08993,0.69661 1.84815,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53065 -5.2459,-4.59194"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3086" />
-        <path
-           d="m 353.39239,771.78746 c 0.4644,2e-5 0.85772,0.16588 1.17997,0.49758 0.33171,0.32226 0.49757,0.71084 0.49758,1.16575 -10e-6,0.46443 -0.16587,0.86249 -0.49758,1.19419 -0.32225,0.32226 -0.71557,0.48338 -1.17997,0.48336 -0.45493,2e-5 -0.84826,-0.1611 -1.17997,-0.48336 -0.32225,-0.3317 -0.48337,-0.72976 -0.48336,-1.19419 -1e-5,-0.46438 0.16111,-0.85771 0.48336,-1.17997 0.32224,-0.32222 0.71556,-0.48334 1.17997,-0.48336 m -1.47852,20.9836 0,-12.95126 -2.08983,0 0,-2.27465 4.79097,0 0,15.22591 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3088" />
-        <path
-           d="m 370.39536,778.78199 -1.33636,1.90502 c -0.27486,-0.27484 -0.76296,-0.53548 -1.4643,-0.78191 -0.69188,-0.24641 -1.37427,-0.36962 -2.04718,-0.36963 -1.46905,10e-6 -2.6348,0.51654 -3.49727,1.5496 -0.86247,1.0236 -1.2937,2.43104 -1.2937,4.22231 0,1.78181 0.44071,3.14186 1.32214,4.08014 0.88142,0.92882 2.10404,1.39322 3.66786,1.39322 1.21314,0 2.43576,-0.46914 3.66787,-1.40743 l 1.06624,2.27464 c -1.4501,0.93829 -3.24612,1.40744 -5.38807,1.40744 -2.07562,0 -3.79108,-0.69661 -5.14638,-2.08983 -1.35531,-1.39322 -2.03297,-3.27928 -2.03297,-5.65818 0,-2.42628 0.70135,-4.37394 2.10405,-5.843 1.41217,-1.46902 3.34088,-2.20354 5.78613,-2.20356 0.78664,2e-5 1.63963,0.16588 2.55897,0.49758 0.91933,0.33174 1.59698,0.67293 2.03297,1.02359"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3090" />
-        <path
-           d="m 382.73531,792.77106 0,-9.56773 c -1e-5,-1.13731 -0.2796,-2.03295 -0.83877,-2.68692 -0.5592,-0.65395 -1.34584,-0.98093 -2.35995,-0.98094 -0.65397,10e-6 -1.31266,0.1943 -1.9761,0.58288 -0.65396,0.37912 -1.15628,0.82457 -1.50695,1.33635 l 0,11.31636 -2.70114,0 0,-21.46696 2.70114,0 0,7.9186 c 0.36015,-0.55917 0.93829,-1.02357 1.73442,-1.39322 0.8056,-0.37909 1.63489,-0.56864 2.48789,-0.56866 1.6112,2e-5 2.87173,0.53077 3.7816,1.59225 0.91932,1.06152 1.37899,2.5116 1.379,4.35026 l 0,9.56773 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3092" />
-        <path
-           d="m 402.09822,785.42111 -10.97516,0 c 0,1.78181 0.4881,3.15134 1.4643,4.10858 0.86247,0.83404 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45018 3.8669,-1.35057 l 1.13732,1.94767 c -0.41703,0.41702 -1.05678,0.77717 -1.91923,1.08045 -1.08047,0.39807 -2.28413,0.5971 -3.611,0.5971 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94767 -1.488,-1.43112 -2.232,-3.35509 -2.232,-5.77191 0,-2.51158 0.76296,-4.52558 2.28886,-6.04202 1.36479,-1.3553 2.98073,-2.03295 4.84784,-2.03297 2.17038,2e-5 3.87162,0.61133 5.10374,1.83394 1.19417,1.17524 1.79126,2.73432 1.79128,4.67723 -2e-5,0.59711 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88564 c -1.20367,10e-6 -2.21305,0.3886 -3.02812,1.16575 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -1e-5,-1.08992 -0.3412,-1.99978 -1.02359,-2.72957 -0.74874,-0.79612 -1.76759,-1.19418 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3094" />
-        <path
-           d="m 413.41458,780.14678 c -0.58762,-0.40753 -1.17998,-0.6113 -1.77706,-0.61131 -0.95726,10e-6 -1.79603,0.44072 -2.51633,1.32213 -0.71083,0.88144 -1.06624,1.94294 -1.06624,3.18451 l 0,8.72895 -2.70114,0 0,-15.22591 2.70114,0 0,2.43103 c 0.98568,-1.81022 2.44998,-2.71534 4.39291,-2.71536 0.48335,2e-5 1.17996,0.0853 2.08983,0.2559 l -1.12311,2.63006"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3096" />
-        <path
-           d="m 279.85028,828.21287 1.03781,-2.61584 c 0.53074,0.38858 1.18944,0.71556 1.97609,0.98094 0.79612,0.2559 1.50695,0.38384 2.13248,0.38384 1.10888,0 1.99979,-0.30328 2.67271,-0.90986 0.67291,-0.60656 1.00936,-1.37899 1.00937,-2.31729 -1e-5,-0.70134 -0.18956,-1.35056 -0.56866,-1.94766 -0.36964,-0.60657 -1.30793,-1.26527 -2.81487,-1.9761 l -1.67755,-0.78191 c -1.42166,-0.66343 -2.41681,-1.45008 -2.98547,-2.35995 -0.55919,-0.90984 -0.83878,-2.00451 -0.83878,-3.28401 0,-1.55433 0.54971,-2.84329 1.64912,-3.8669 1.09941,-1.02357 2.51158,-1.53536 4.23653,-1.53539 2.30306,3e-5 3.90479,0.37439 4.80518,1.12311 l -0.83877,2.47368 c -0.37912,-0.27484 -0.95726,-0.54021 -1.73442,-0.79613 -0.77718,-0.25588 -1.49748,-0.38383 -2.16091,-0.38385 -0.96673,2e-5 -1.72968,0.27488 -2.28886,0.82456 -0.54971,0.54973 -0.82457,1.25581 -0.82456,2.11827 -1e-5,0.53076 0.0995,1.01412 0.29855,1.45008 0.19902,0.43599 0.47388,0.80088 0.82455,1.09468 0.36015,0.29382 1.08993,0.7061 2.18935,1.23683 l 1.70598,0.81035 c 1.42165,0.67292 2.4168,1.47852 2.98548,2.41681 0.57812,0.92882 0.86719,2.11353 0.8672,3.55413 -1e-5,1.56382 -0.63027,2.89069 -1.8908,3.98063 -1.25106,1.08993 -2.92861,1.6349 -5.03265,1.6349 -1.84815,0 -3.42618,-0.43598 -4.7341,-1.30792"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3098" />
-        <path
-           d="m 306.05134,815.17631 -1.33635,1.90501 c -0.27486,-0.27484 -0.76296,-0.53547 -1.4643,-0.78191 -0.69188,-0.2464 -1.37428,-0.36961 -2.04718,-0.36963 -1.46905,2e-5 -2.63481,0.51655 -3.49727,1.54961 -0.86247,1.0236 -1.29371,2.43103 -1.2937,4.22231 -10e-6,1.78181 0.44071,3.14185 1.32213,4.08014 0.88142,0.92882 2.10404,1.39322 3.66787,1.39322 1.21313,0 2.43575,-0.46914 3.66786,-1.40744 l 1.06624,2.27465 c -1.45009,0.93829 -3.24611,1.40743 -5.38806,1.40743 -2.07562,0 -3.79108,-0.6966 -5.14639,-2.08983 -1.35531,-1.39321 -2.03296,-3.27927 -2.03296,-5.65817 0,-2.42628 0.70135,-4.37394 2.10405,-5.843 1.41217,-1.46902 3.34088,-2.20354 5.78612,-2.20356 0.78664,2e-5 1.63963,0.16587 2.55898,0.49758 0.91932,0.33173 1.59698,0.67293 2.03296,1.02359"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3100" />
-        <path
-           d="m 318.39129,829.16537 0,-9.56772 c -1e-5,-1.13731 -0.2796,-2.03295 -0.83877,-2.68692 -0.5592,-0.65395 -1.34584,-0.98093 -2.35995,-0.98095 -0.65397,2e-5 -1.31266,0.19431 -1.9761,0.58288 -0.65396,0.37912 -1.15628,0.82457 -1.50695,1.33636 l 0,11.31635 -2.70114,0 0,-21.46696 2.70114,0 0,7.91861 c 0.36015,-0.55917 0.93829,-1.02357 1.73442,-1.39322 0.8056,-0.37909 1.63489,-0.56864 2.48789,-0.56866 1.6112,2e-5 2.87173,0.53077 3.7816,1.59225 0.91932,1.06152 1.37899,2.5116 1.379,4.35026 l 0,9.56772 -2.70114,0"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3102" />
-        <path
-           d="m 325.14415,824.85777 0,-17.15936 2.70114,0 0,16.70443 c -10e-6,0.81508 0.23219,1.45956 0.69661,1.93344 0.47387,0.46441 1.08992,0.69662 1.84814,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.24589,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3104" />
-        <path
-           d="m 336.07666,813.93947 0,9.70989 c -1e-5,2.35047 1.01884,3.5257 3.05655,3.5257 0.8909,0 1.70598,-0.2559 2.44524,-0.76769 0.73925,-0.51179 1.22735,-1.10415 1.46431,-1.77707 l 0,-10.69083 2.70114,0 0,15.2259 -2.70114,0 0,-2.10404 c -0.3033,0.59709 -0.91461,1.1468 -1.83394,1.64912 -0.90986,0.49283 -1.80076,0.73925 -2.6727,0.73925 -1.66808,0 -2.94757,-0.47862 -3.83847,-1.43586 -0.88142,-0.95725 -1.32214,-2.3173 -1.32213,-4.08015 l 0,-9.99422 2.70114,0 m -0.29855,-6.28371 c 0.44545,3e-5 0.81981,0.15641 1.12311,0.46915 0.31275,0.30331 0.46914,0.67767 0.46914,1.12311 0,0.44547 -0.15639,0.82457 -0.46914,1.13732 -0.3033,0.31278 -0.67766,0.46916 -1.12311,0.46914 -0.44546,2e-5 -0.82456,-0.15636 -1.13732,-0.46914 -0.31277,-0.31275 -0.46915,-0.69185 -0.46915,-1.13732 0,-0.44544 0.15638,-0.8198 0.46915,-1.12311 0.31276,-0.31274 0.69186,-0.46912 1.13732,-0.46915 m 6.7102,0 c 0.44544,3e-5 0.82455,0.15641 1.13732,0.46915 0.31276,0.30331 0.46914,0.67767 0.46915,1.12311 -1e-5,0.44547 -0.15639,0.82457 -0.46915,1.13732 -0.31277,0.31278 -0.69188,0.46916 -1.13732,0.46914 -0.44546,2e-5 -0.82457,-0.15636 -1.13732,-0.46914 -0.3033,-0.31275 -0.45494,-0.69185 -0.45493,-1.13732 -10e-6,-0.44544 0.15163,-0.8198 0.45493,-1.12311 0.31275,-0.31274 0.69186,-0.46912 1.13732,-0.46915"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3106" />
-        <path
-           d="m 348.44504,828.25552 0.95251,-2.55898 c 1.50695,0.98568 2.72009,1.47852 3.63943,1.47852 1.66807,0 2.5021,-0.70135 2.50211,-2.10405 -10e-6,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08036,-0.99989 -2.51633,-1.29371 -0.4265,-0.2938 -0.80086,-0.62552 -1.1231,-0.99516 -0.31277,-0.37909 -0.54971,-0.77716 -0.71083,-1.19418 -0.15164,-0.42649 -0.22746,-0.88142 -0.22746,-1.36479 0,-1.25104 0.45492,-2.22724 1.36478,-2.92861 0.90986,-0.70133 2.09931,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19388,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.14671,-1.27947 -3.22716,-1.27949 -0.64448,2e-5 -1.18945,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65396,0.68715 -0.65396,1.15154 0,0.97622 0.55444,1.71547 1.66334,2.21778 l 1.93344,0.88143 c 1.18471,0.54023 2.04718,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81035,2.60162 -2e-5,1.36479 -0.47864,2.43577 -1.43587,3.21294 -0.95726,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60174,0 -3.10869,-0.39806 -4.52086,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3108" />
-        <path
-           d="m 360.21633,828.25552 0.9525,-2.55898 c 1.50695,0.98568 2.7201,1.47852 3.63944,1.47852 1.66806,0 2.5021,-0.70135 2.5021,-2.10405 0,-1.00463 -0.80561,-1.86709 -2.41681,-2.5874 -1.24158,-0.56866 -2.08035,-0.99989 -2.51632,-1.29371 -0.4265,-0.2938 -0.80087,-0.62552 -1.12311,-0.99516 -0.31276,-0.37909 -0.5497,-0.77716 -0.71082,-1.19418 -0.15165,-0.42649 -0.22747,-0.88142 -0.22747,-1.36479 0,-1.25104 0.45493,-2.22724 1.36479,-2.92861 0.90985,-0.70133 2.0993,-1.052 3.56835,-1.05202 1.10888,2e-5 2.50684,0.35069 4.19387,1.05202 l -0.76769,2.50211 c -1.07099,-0.85298 -2.1467,-1.27947 -3.22715,-1.27949 -0.64449,2e-5 -1.18946,0.15166 -1.6349,0.45493 -0.43598,0.3033 -0.65397,0.68715 -0.65396,1.15154 -1e-5,0.97622 0.55444,1.71547 1.66333,2.21778 l 1.93345,0.88143 c 1.1847,0.54023 2.04717,1.15628 2.58741,1.84815 0.54022,0.69187 0.81033,1.55908 0.81034,2.60162 -1e-5,1.36479 -0.47863,2.43577 -1.43587,3.21294 -0.95725,0.76769 -2.28413,1.15153 -3.98063,1.15153 -1.60173,0 -3.10868,-0.39806 -4.52085,-1.19418"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3110" />
-        <path
-           d="m 385.80608,821.81543 -10.97516,0 c -10e-6,1.78181 0.4881,3.15133 1.4643,4.10858 0.86246,0.83403 1.97135,1.25105 3.32667,1.25105 1.54485,0 2.83382,-0.45019 3.8669,-1.35057 l 1.13732,1.94766 c -0.41703,0.41702 -1.05678,0.77718 -1.91923,1.08046 -1.08047,0.39806 -2.28414,0.59709 -3.611,0.59709 -1.9145,0 -3.53992,-0.64922 -4.87627,-1.94766 -1.488,-1.43113 -2.232,-3.3551 -2.232,-5.77191 0,-2.51158 0.76295,-4.52558 2.28886,-6.04203 1.36479,-1.35529 2.98073,-2.03294 4.84784,-2.03296 2.17038,2e-5 3.87162,0.61133 5.10373,1.83393 1.19418,1.17525 1.79127,2.73433 1.79129,4.67724 -2e-5,0.5971 -0.0711,1.14681 -0.21325,1.64912 m -6.55382,-5.88565 c -1.20367,2e-5 -2.21305,0.3886 -3.02812,1.16576 -0.77718,0.73927 -1.21789,1.65861 -1.32214,2.75801 l 8.4304,0 c -1e-5,-1.08993 -0.34121,-1.99978 -1.02359,-2.72958 -0.74874,-0.79611 -1.76759,-1.19417 -3.05655,-1.19419"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3112" />
-        <path
-           d="m 389.06166,824.85777 0,-17.15936 2.70114,0 0,16.70443 c 0,0.81508 0.2322,1.45956 0.69661,1.93344 0.47388,0.46441 1.08993,0.69662 1.84815,0.69661 l 0,2.41681 c -3.49727,0 -5.2459,-1.53064 -5.2459,-4.59193"
-           style="font-size:29.11545372px;font-variant:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#eeeeec;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
-           id="path3114" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/attic/kiss-14ss/gpg/Public_key_signing.pdf b/attic/kiss-14ss/gpg/Public_key_signing.pdf
deleted file mode 100644
index cde3b6ad2fba2283d7b90d9e7d4b0a3825069a58..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gpg/Public_key_signing.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/Public_key_signing.svg b/attic/kiss-14ss/gpg/Public_key_signing.svg
deleted file mode 100644
index e5e690e88386baabf4542b82334bd8c5661df3be..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/Public_key_signing.svg
+++ /dev/null
@@ -1,377 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.0"
-   x="0.00000000"
-   y="0.00000000"
-   width="560.00000"
-   height="510.00000"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.42.2"
-   sodipodi:docname="Public key signing 05.svg"
-   sodipodi:docbase="O:\Wikipedia\Public-key cryptography">
-  <metadata
-     id="metadata59">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <sodipodi:namedview
-     inkscape:window-height="553"
-     inkscape:window-width="800"
-     inkscape:pageshadow="2"
-     inkscape:pageopacity="0.0"
-     borderopacity="1.0"
-     bordercolor="#666666"
-     pagecolor="#ffffff"
-     id="base"
-     inkscape:zoom="0.75686275"
-     inkscape:cx="280.00000"
-     inkscape:cy="255.00000"
-     inkscape:window-x="-4"
-     inkscape:window-y="-4"
-     inkscape:current-layer="svg2" />
-  <defs
-     id="defs4">
-    <marker
-       refX="0.00000000"
-       refY="0.00000000"
-       orient="auto"
-       style="overflow:visible"
-       id="Arrow2Lend">
-      <path
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="matrix(-1.100000,0.000000,0.000000,-1.100000,5.500000,0.000000)"
-         style="font-size:12.000000px;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
-         id="path7487" />
-    </marker>
-    <marker
-       refX="0.00000000"
-       refY="0.00000000"
-       orient="auto"
-       style="overflow:visible"
-       id="marker1493">
-      <path
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="matrix(-1.100000,0.000000,0.000000,-1.100000,5.500000,0.000000)"
-         style="font-size:12.000000px;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
-         id="path1495" />
-    </marker>
-    <marker
-       id="marker2198"
-       style="overflow:visible"
-       orient="auto"
-       refY="0.00000000"
-       refX="0.00000000">
-      <path
-         id="path2200"
-         style="font-size:12.000000px;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
-         transform="matrix(-1.100000,0.000000,0.000000,-1.100000,5.500000,0.000000)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " />
-    </marker>
-  </defs>
-  <rect
-     width="566.69971"
-     height="515.91193"
-     x="-2.2757914"
-     y="-1.6844527"
-     style="opacity:1.0000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000006;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="rect12797" />
-  <path
-     d="M 380.08728,394.95514 L 336.43085,418.39201"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path2937" />
-  <path
-     d="M 375.72458,110.01214 L 338.28577,117.90497"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path2935" />
-  <path
-     d="M 258.12824,279.51022 L 259.37018,369.42135"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path2917" />
-  <path
-     d="M 258.12824,137.59671 L 259.37018,185.50784"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path12787" />
-  <path
-     d="M 113.84023,118.96672 L 178.78484,119.39841"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path12783" />
-  <rect
-     width="119.79942"
-     height="79.464615"
-     x="27.512672"
-     y="79.450256"
-     style="opacity:1.0000000;fill:#00fbfe;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999952;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="rect9051" />
-  <text
-     x="39.005501"
-     y="101.55923"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:24.000153px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text6642"
-     xml:space="preserve"><tspan
-       x="39.005501"
-       y="101.55923"
-       id="tspan11289">I will</tspan><tspan
-       x="39.005501"
-       y="131.55943"
-       id="tspan2167">pay $500</tspan></text>
-  <rect
-     width="121.37316"
-     height="75.222260"
-     x="198.06264"
-     y="81.571442"
-     style="opacity:1.0000000;fill:#ffff91;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000004;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="rect10547" />
-  <text
-     x="224.40327"
-     y="101.55922"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:24.000191px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text11291"
-     xml:space="preserve"><tspan
-       x="224.40327"
-       y="101.55922"
-       id="tspan11295">   Sign</tspan><tspan
-       x="224.40327"
-       y="131.55948"
-       id="tspan7407">(Encrypt)</tspan></text>
-  <rect
-     width="137.04561"
-     height="79.464615"
-     x="190.22641"
-     y="205.16718"
-     style="opacity:1.0000000;fill:#20dddd;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="rect2159" />
-  <text
-     x="219.26448"
-     y="219.43672"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:24.000174px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text2161"
-     xml:space="preserve"><tspan
-       x="219.26448"
-       y="219.43672"
-       id="tspan2163">DFCD3454</tspan><tspan
-       x="219.26448"
-       y="249.43712"
-       id="tspan2165">BBEA788A</tspan></text>
-  <path
-     d="M 242.35180,427.31549 L 165.53475,426.91816"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path2919" />
-  <rect
-     width="119.79942"
-     height="79.464615"
-     x="27.512672"
-     y="387.38452"
-     style="opacity:1.0000000;fill:#00fbfe;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999952;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="rect2921" />
-  <text
-     x="39.005795"
-     y="385.40121"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:24.000340px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text2923"
-     xml:space="preserve"><tspan
-       x="39.005795"
-       y="385.40121"
-       id="tspan2925">I will</tspan><tspan
-       x="39.005795"
-       y="415.40137"
-       id="tspan2927">pay $500</tspan></text>
-  <rect
-     width="122.40170"
-     height="75.187904"
-     x="197.54837"
-     y="389.52289"
-     style="opacity:1.0000000;fill:#ffff91;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="rect2929" />
-  <text
-     x="223.25751"
-     y="385.45981"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:24.000376px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text2931"
-     xml:space="preserve"><tspan
-       x="223.25751"
-       y="385.45981"
-       id="tspan2933">  Verify</tspan><tspan
-       x="223.25751"
-       y="415.45999"
-       id="tspan7409">(Decrypt)</tspan></text>
-  <path
-     d="M 394.41214,78.048890 C 383.12450,78.048890 373.96339,90.655870 373.96339,106.18267 C 373.96339,121.70947 383.12450,134.30487 394.41214,134.30487 C 403.80555,134.30487 411.71393,125.57162 414.10779,113.69429 L 476.33500,113.69429 L 476.33500,124.54468 L 486.86570,124.54468 L 486.86570,132.78962 L 495.59670,132.78962 L 495.59670,124.54468 L 505.39980,124.54468 L 505.39980,113.69429 L 517.81970,113.69429 L 517.81970,100.10847 L 414.37585,100.10847 C 412.35400,87.501010 404.18242,78.048890 394.41214,78.048890 z M 389.29358,95.807830 C 392.98806,95.807830 395.99495,100.13526 395.99495,105.46397 C 395.99495,110.79268 392.98806,115.12011 389.29358,115.12011 C 385.59909,115.12011 382.60497,110.79268 382.60497,105.46397 C 382.60497,100.13525 385.59909,95.807830 389.29358,95.807830 z "
-     style="opacity:1.0000000;fill:#ff0000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.0000005;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="path1519" />
-  <text
-     x="358.46304"
-     y="177.05904"
-     transform="scale(1.038686,0.962755)"
-     style="font-size:24.000326px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text1531"
-     xml:space="preserve"
-     sodipodi:linespacing="125.00000%"><tspan
-       x="358.46304"
-       y="177.05904"
-       id="tspan1533">Alice's</tspan><tspan
-       x="358.46304"
-       y="207.0591"
-       id="tspan1535">private key</tspan></text>
-  <path
-     d="M 394.30546,360.87555 C 383.01781,360.87555 373.85670,373.48253 373.85670,389.00933 C 373.85670,404.53613 383.01781,417.13153 394.30546,417.13153 C 403.69886,417.13153 411.60724,408.39828 414.00110,396.52095 L 476.22830,396.52095 L 476.22830,415.37134 L 486.75900,415.37134 L 486.75900,407.61628 L 495.49000,407.61628 L 495.49000,415.37134 L 505.29310,415.37134 L 505.29310,396.52095 L 517.71300,396.52095 L 517.71300,382.93513 L 414.26916,382.93513 C 412.24731,370.32767 404.07573,360.87555 394.30546,360.87555 z M 389.18689,378.63449 C 392.88137,378.63449 395.88826,382.96192 395.88826,388.29063 C 395.88826,393.61934 392.88137,397.94677 389.18689,397.94677 C 385.49241,397.94677 382.49828,393.61934 382.49828,388.29063 C 382.49828,382.96191 385.49241,378.63449 389.18689,378.63449 z "
-     style="opacity:1.0000000;fill:#00ff00;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.0000005;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:10.000000;stroke-opacity:1.0000000"
-     id="path1567" />
-  <text
-     x="358.36032"
-     y="470.82257"
-     transform="scale(1.038686,0.962755)"
-     style="font-size:24.000055px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text1579"
-     xml:space="preserve"
-     sodipodi:linespacing="125.00000%"><tspan
-       x="358.36032"
-       y="470.82257"
-       id="tspan1581">Alice's</tspan><tspan
-       x="358.36032"
-       y="500.82263"
-       id="tspan1583">public key</tspan></text>
-  <path
-     d="M 21.223101,317.43375 L 535.36044,317.43375"
-     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
-     id="path1378" />
-  <text
-     x="33.004101"
-     y="330.4433"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:32.000977px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text1357"
-     xml:space="preserve"
-     sodipodi:linespacing="125.00000%"><tspan
-       x="33.004101"
-       y="330.4433"
-       style="font-size:32.000977px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:124.99999%;writing-mode:lr-tb;text-anchor:start;font-family:Tahoma"
-       id="tspan1359">Bob</tspan></text>
-  <text
-     x="242.16592"
-     y="46.018131"
-     transform="scale(0.921745,1.084899)"
-     style="font-size:32.001003px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Tahoma"
-     id="text1361"
-     xml:space="preserve"
-     sodipodi:linespacing="125.00000%"><tspan
-       x="242.16592"
-       y="46.018131"
-       style="font-size:32.001003px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:124.99999%;writing-mode:lr-tb;text-anchor:start;font-family:Tahoma"
-       id="tspan1363">Alice</tspan></text>
-  <path
-     sodipodi:type="star"
-     style="opacity:1.0000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.2825398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;display:inline"
-     id="path13515"
-     sodipodi:sides="3"
-     sodipodi:cx="58.031090"
-     sodipodi:cy="313.98965"
-     sodipodi:r1="24.870466"
-     sodipodi:r2="12.435234"
-     sodipodi:arg1="0.00000000"
-     sodipodi:arg2="1.0471976"
-     inkscape:flatsided="false"
-     inkscape:rounded="0.00000000"
-     inkscape:randomized="0.00000000"
-     d="M 82.901556,313.98965 L 64.248706,324.75888 L 45.595857,335.52811 L 45.595856,313.98965 L 45.595857,292.45120 L 64.248707,303.22043 L 82.901556,313.98965 z "
-     transform="matrix(5.162935e-3,0.536887,-0.316049,3.058263e-3,358.6545,339.4782)" />
-  <path
-     sodipodi:type="star"
-     style="opacity:1.0000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.2825398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;display:inline"
-     id="path5890"
-     sodipodi:sides="3"
-     sodipodi:cx="58.031090"
-     sodipodi:cy="313.98965"
-     sodipodi:r1="24.870466"
-     sodipodi:r2="12.435234"
-     sodipodi:arg1="0.00000000"
-     sodipodi:arg2="1.0471976"
-     inkscape:flatsided="false"
-     inkscape:rounded="0.00000000"
-     inkscape:randomized="0.00000000"
-     d="M 82.901556,313.98965 L 64.248706,324.75888 L 45.595857,335.52811 L 45.595856,313.98965 L 45.595857,292.45120 L 64.248707,303.22043 L 82.901556,313.98965 z "
-     transform="matrix(-0.472938,0.254173,-0.149641,-0.278396,410.2251,490.6606)" />
-  <path
-     sodipodi:type="star"
-     style="opacity:1.0000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.2825398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;display:inline"
-     id="path5892"
-     sodipodi:sides="3"
-     sodipodi:cx="58.031090"
-     sodipodi:cy="313.98965"
-     sodipodi:r1="24.870466"
-     sodipodi:r2="12.435234"
-     sodipodi:arg1="0.00000000"
-     sodipodi:arg2="1.0471976"
-     inkscape:flatsided="false"
-     inkscape:rounded="0.00000000"
-     inkscape:randomized="0.00000000"
-     d="M 82.901556,313.98965 L 64.248706,324.75888 L 45.595857,335.52811 L 45.595856,313.98965 L 45.595857,292.45120 L 64.248707,303.22043 L 82.901556,313.98965 z "
-     transform="matrix(0.536910,1.528437e-3,-8.807484e-4,0.316063,148.9528,19.90469)" />
-  <path
-     sodipodi:type="star"
-     style="opacity:1.0000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.2825398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;display:inline"
-     id="path2271"
-     sodipodi:sides="3"
-     sodipodi:cx="58.031090"
-     sodipodi:cy="313.98965"
-     sodipodi:r1="24.870466"
-     sodipodi:r2="12.435234"
-     sodipodi:arg1="0.00000000"
-     sodipodi:arg2="1.0471976"
-     inkscape:flatsided="false"
-     inkscape:rounded="0.00000000"
-     inkscape:randomized="0.00000000"
-     d="M 82.901556,313.98965 L 64.248706,324.75888 L 45.595857,335.52811 L 45.595856,313.98965 L 45.595857,292.45120 L 64.248707,303.22043 L 82.901556,313.98965 z "
-     transform="matrix(-0.536910,1.528437e-3,8.807484e-4,0.316063,196.0151,327.2798)" />
-  <path
-     sodipodi:type="star"
-     style="opacity:1.0000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.2825398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;display:inline"
-     id="path2273"
-     sodipodi:sides="3"
-     sodipodi:cx="58.031090"
-     sodipodi:cy="313.98965"
-     sodipodi:r1="24.870466"
-     sodipodi:r2="12.435234"
-     sodipodi:arg1="0.00000000"
-     sodipodi:arg2="1.0471976"
-     inkscape:flatsided="false"
-     inkscape:rounded="0.00000000"
-     inkscape:randomized="0.00000000"
-     d="M 82.901556,313.98965 L 64.248706,324.75888 L 45.595857,335.52811 L 45.595856,313.98965 L 45.595857,292.45120 L 64.248707,303.22043 L 82.901556,313.98965 z "
-     transform="matrix(5.162935e-3,0.536887,-0.316049,3.058263e-3,358.4915,155.0614)" />
-  <path
-     sodipodi:type="star"
-     style="opacity:1.0000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.2825398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;display:inline"
-     id="path2275"
-     sodipodi:sides="3"
-     sodipodi:cx="58.031090"
-     sodipodi:cy="313.98965"
-     sodipodi:r1="24.870466"
-     sodipodi:r2="12.435234"
-     sodipodi:arg1="0.00000000"
-     sodipodi:arg2="1.0471976"
-     inkscape:flatsided="false"
-     inkscape:rounded="0.00000000"
-     inkscape:randomized="0.00000000"
-     d="M 82.901556,313.98965 L 64.248706,324.75888 L 45.595857,335.52811 L 45.595856,313.98965 L 45.595857,292.45120 L 64.248707,303.22043 L 82.901556,313.98965 z "
-     transform="matrix(-0.525337,0.110885,-6.529367e-2,-0.309246,387.9649,208.2785)" />
-</svg>
diff --git a/attic/kiss-14ss/gpg/handout_ss14.pdf b/attic/kiss-14ss/gpg/handout_ss14.pdf
deleted file mode 100644
index 14a56db5c42a987cac67626b7a6fb6742e9c1a0d..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gpg/handout_ss14.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/handout_ss14.tex b/attic/kiss-14ss/gpg/handout_ss14.tex
deleted file mode 100644
index ac707fab5f78f931bd7d2139e9f0f186dbd5add6..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/handout_ss14.tex
+++ /dev/null
@@ -1,70 +0,0 @@
-\documentclass[fontsize=11pt,oneside,a4paper]{scrartcl}
-%\usepackage[OT1]{fontenc} % Euro fonts: use OT1 font encoding
-\usepackage[utf8x]{inputenc}
-\usepackage{lmodern,textcomp}
-\usepackage{ngerman}
-\usepackage{csquotes}
-\usepackage{savetrees}
-\usepackage{amssymb}
-\usepackage{fancyhdr}
-\pagestyle{fancy}
-
-\nonfrenchspacing
-
-\renewcommand{\headrulewidth}{0pt}
-\renewcommand{\footrulewidth}{0.4pt}
-\fancyhead{}
-\fancyfoot[L]{KISS SS2014}
-\fancyfoot[C]{}
-\fancyfoot[R]{Daniel Schulte (daniel.schulte@rwth-aachen.de)}
-\newcommand{\litem}{\item[--]}
-\begin{document}
-\begin{center}\begin{huge}
-	EMail-Crypto mit GPG
-\end{huge}\end{center}
-\section{Warum GPG}
-\begin{itemize}
-	\litem Es kann deine Mails vor vor neugierigen Menschen (oder Server-Betreibern) schützen
-	\litem Es gibt dir die Möglichkeit sicher zu gehen das an der Mail unterwegs niemand \enquote{Fehler korrigiert} hat
-	\litem Du kannst sicherstellen das die Mail auch von dem kommt der vorgibt sie Geschrieben zu haben
-	\litem Du musst jemand nicht unbedingt direkt kennen um ihm zu Vertrauen (Web of Trust)
-\end{itemize}
-\section{Ein Kurzer Überblick über die Funktionsweise von GPG/PGP}
-\begin{itemize}
-	\litem GPG ist ein asymmetrisches Verfahren, das heißt ein Schlüssel besteht aus zwei Teilen: Dem \emph{geheimen} Teil, den niemand außer dir kennen darf, und dem \emph{öffentlichen} Teil, den möglichst viele Leute kennen sollten
-	\litem Das Bekanntgeben des öffentlichen Teils des Schlüssels ist sicher, da zur Erzeugung des Schlüsselpaares mathematische \enquote{Einwegfunktionen} verwendet werden (Es handelt sich nicht wirklich um Einwegfunktionen, aber das umkehren der Funktionen ist nicht trivial und erfordert \emph{sehr} viel Rechenleistung und Zeit)
-\end{itemize}
-\section{GPG auf der Kommandozeile}
-\begin{itemize}
-	\litem \texttt{gpg --gen-key} Neues Schlüsselpaar erzeugen.
-	\litem \texttt{gpg --gen-revoke <key\_id>} Wiederrufzertifikat für euren Schlüssel erstellen. Dies ist wichtig, solltet ihr den Key nicht mehr  Benutzen oder sollte der private Teil des Schlüssels kompromittiert werden
-	\litem \texttt{gpg --keyserver <server> --send-keys <key\_id>} Euren Schlüssel (oder den von anderen) auf einem Keyserver veröffentlichen (z.B. pool.sks-keyservers.net)
-	\litem \texttt{gpg --keyserver <server> --search-keys <name>} Nach Schlüsseln von anderen auf einem Keyserver suchen
-	\litem \texttt{gpg --recv-keys <key\_id>} Schlüssel herunterladen
-	\litem \texttt{gpg --sign-key <key\_id>} Schlüssel unterschreiben
-	\litem \texttt{gpg --encrypt --recipient <email> <filename>} Datei verschlüsseln
-	\litem \texttt{gpg --output <decrypted\_file> --dectypt <encypted\_file>} Verschlüsselte Datei entschlüsseln
-	\litem \texttt{gpg --sign --detatch-sign <filename>} Dateien unterschreiben und die Unterschrift außerhalb der Datei als filename.sig ablegen (wichtig bei Dateien die allergisch auf Veränderungen sind (Binärdaten))
-	\litem \texttt{gpg --verify <filename[.sig]>} Signatur einer Datei überprüfen (bei externer Signaturdatei sollte diese im selben Verzeichnis liegen)
-	\litem \texttt{gpg --edit-key <key\_id>} Schlüssel interaktiv bearbeiten
-	\litem \texttt{gpg --edit-key <key\_id> show} Informationen zu eurem Schlüssel anzeigen
-	\litem \texttt{gpg --edit-key <key\_id> adduid} User ID hinzufügen
-	\litem \texttt{gpg --edit-key <key\_id> revuid <num>} User-ID entfernen
-\end{itemize}
-\section{GPG mit Thunderbird}
-\begin{itemize}
-	\litem GPG wird von Thunderbird mittels der Erweiterung \emph{Enigmail} unterstützt, diese kann über die Paketverwaltung (Muon) installieren
-	\litem In Thunderbird findest du in der Menüleiste einen Punkt \enquote{OpenPGP} in dem du die Einstellungen und Funktionen von GPG findet
-	\litem Unter dem Menüpunkt \enquote{Schlüssel verwalten...} findest du eine Liste aller Schlüssel in deinem Schlüsselbund (also deinen eigenen Schlüssel und alle die du von anderen importiert hast)
-	\litem In dem Fenster kannst du einen neues Schlüsselpaar unter \enquote{Erzeugen}$\rightarrow$\enquote{Neues Schlüsselpaar...} erzeugen
-	\litem Unter \enquote{Schlüssel-Server}$\rightarrow$\enquote{Schlüssel Suchen...} kannst du Schlüssel von andren Menschen importieren
-	\litem Wenn du auf einen Schlüsseleintrag (auch euren eigenen) rechtsklickst kannst du den Schlüssel unterschreiben oder die Vertrauensstufe eines Schlüssels ändern
-	\litem Wenn du einen Schlüssel unterschreibt solltest du den unterschriebenen Schlüssel auch wieder dem Eigentümer zukommen lassen. Wenn du den Schlüssel von einem Keyserver heruntergeladenen hast kannst du dem Schlüssel mit \enquote{Rechtsklick}$\rightarrow$\enquote{Auf Schlüssel-Server Hochladen...} auf einen Server hochladen. Alternativ kannst du den Schlüssel auch mit \enquote{Rechtsklick}$\rightarrow$\enquote{Öffentlichen Schlüssel per E-Mail senden...} per E-Mail an den Eigentümer senden.
-	\litem Wenn du eine Nachricht schreibst, kannst du entweder durch anklicken des OpenPGP Buttons oder über das Schlüssel- bzw. Stiftsymbol in der Statusleiste deine Nachricht signieren und/oder verschlüsseln.
-\end{itemize}
-\section{Dinge auf die du beim Schlüssel Signieren achten solltest}
-\begin{itemize}
-	\litem Überprüfe ob der Fingerprint des zu Signierenden Schlüssels korrekt ist, z.B. durch abwechselndes, gegenseitiges Vorlesens des Fingerprints.
-	\litem Lass dir von deinem gegenüber einen (amtlichen) Lichtbildausweis zeigen und prüfe ob die Sicherheitsmerkmale korrekt sind (wenn vorhanden).
-\end{itemize}
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/gpg/handout_ws1314.pdf b/attic/kiss-14ss/gpg/handout_ws1314.pdf
deleted file mode 100644
index 2754f136c5715f5d6bc78fc2b345a3fdbb09ea5b..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gpg/handout_ws1314.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/handout_ws1314.tex b/attic/kiss-14ss/gpg/handout_ws1314.tex
deleted file mode 100644
index 0cbc5fd3ade04482b897dd9f8ea52eb9f0eafbd3..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/handout_ws1314.tex
+++ /dev/null
@@ -1,70 +0,0 @@
-\documentclass[fontsize=11pt,oneside,a4paper]{scrartcl}
-%\usepackage[OT1]{fontenc} % Euro fonts: use OT1 font encoding
-\usepackage[utf8x]{inputenc}
-\usepackage{lmodern,textcomp}
-\usepackage{ngerman}
-\usepackage{csquotes}
-\usepackage{savetrees}
-\usepackage{amssymb}
-\usepackage{fancyhdr}
-\pagestyle{fancy}
-
-\nonfrenchspacing
-
-\renewcommand{\headrulewidth}{0pt}
-\renewcommand{\footrulewidth}{0.4pt}
-\fancyhead{}
-\fancyfoot[L]{KISS WS1314}
-\fancyfoot[C]{}
-\fancyfoot[R]{Daniel Schulte (daniel.schulte@rwth-aachen.de)}
-\newcommand{\litem}{\item[--]}
-\begin{document}
-\begin{center}\begin{huge}
-	Emailcrypto mit GPG
-\end{huge}\end{center}
-\section{Warum GPG}
-\begin{itemize}
-	\litem Es kann deine Mails vor vor neugierigen Menschen (oder Server-Betreibern) schützen
-	\litem Es gibt dir die Möglichkeit sicher zu gehen das an der Mail unterwegs niemand \enquote{Fehler korrigiert} hat
-	\litem Du kannst sicherstellen das die Mail auch von dem kommt der vorgibt sie Geschrieben zu haben
-	\litem Du musst jemand nicht unbedingt direkt kennen um ihm zu Vertrauen (Web of Trust)
-\end{itemize}
-\section{Ein Kurzer Überblick über die Funktionsweise von GPG/PGP}
-\begin{itemize}
-	\litem GPG ist ein asymmetrisches Verfahren, das heißt ein Schlüssel besteht aus zwei Teilen: Dem \emph{geheimen} Teil, den niemand außer dir kennen darf, und dem \emph{öffentlichen} Teil, den möglichst viele Leute kennen sollten
-	\litem Das Bekanntgeben des öffentlichen Teils des Schlüssels ist sicher, da zur Erzeugung des Schlüsselpaares mathematische \enquote{Einwegfunktionen} verwendet werden (Es handelt sich nicht wirklich um Einwegfunktionen, aber das umkehren der Funktionen ist nicht trivial und erfordert \emph{sehr} viel Rechenleistung und Zeit)
-\end{itemize}
-\section{GPG auf der Kommandozeile}
-\begin{itemize}
-	\litem \texttt{gpg --gen-key} Neues Schlüsselpaar erzeugen.
-	\litem \texttt{gpg --gen-revoke <key\_id>} Wiederrufzertifikat für euren Schlüssel erstellen. Dies ist wichtig, solltet ihr den Key nicht mehr  Benutzen oder sollte der private Teil des Schlüssels kompromittiert werden
-	\litem \texttt{gpg --keyserver <server> --send-keys <key\_id>} Euren Schlüssel (oder den von anderen) auf einem Keyserver veröffentlichen (z.B. pool.sks-keyservers.net)
-	\litem \texttt{gpg --keyserver <server> --search-keys <name>} Nach Schlüsseln von anderen auf einem Keyserver suchen
-	\litem \texttt{gpg --recv-keys <key\_id>} Schlüssel herunterladen
-	\litem \texttt{gpg --sign-key <key\_id>} Schlüssel unterschreiben
-	\litem \texttt{gpg --encrypt --recipient <email> <filename>} Datei verschlüsseln
-	\litem \texttt{gpg --output <decrypted\_file> --dectypt <encypted\_file>} Verschlüsselte Datei entschlüsseln
-	\litem \texttt{gpg --sign --detatch-sign <filename>} Dateien unterschreiben und die Unterschrift außerhalb der Datei als filename.sig ablegen (wichtig bei Dateien die allergisch auf Veränderungen sind (Binärdaten))
-	\litem \texttt{gpg --verify <filename[.sig]>} Signatur einer Datei überprüfen (bei externer Signaturdatei sollte diese im selben Verzeichnis liegen)
-	\litem \texttt{gpg --edit-key <key\_id>} Schlüssel interaktiv bearbeiten
-	\litem \texttt{gpg --edit-key <key\_id> show} Informationen zu eurem Schlüssel anzeigen
-	\litem \texttt{gpg --edit-key <key\_id> adduid} User ID hinzufügen
-	\litem \texttt{gpg --edit-key <key\_id> revuid <num>} User-ID entfernen
-\end{itemize}
-\section{GPG mit Thunderbird}
-\begin{itemize}
-	\litem GPG wird von Thunderbird mittels der Erweiterung \emph{Enigmail} unterstützt, diese kann über die Paketverwaltung (Software-Center) installieren
-	\litem In Thunderbird findest du in der Menüleiste einen Punkt \enquote{OpenPGP} in dem du die Einstellungen und Funktionen von GPG findet
-	\litem Unter dem Menüpunkt \enquote{Schlüssel verwalten...} findest du eine Liste aller Schlüssel in deinem Schlüsselbund (also deinen eigenen Schlüssel und alle die du von anderen importiert hast)
-	\litem In dem Fenster kannst du einen neues Schlüsselpaar unter \enquote{Erzeugen}$\rightarrow$\enquote{Neues Schlüsselpaar...} erzeugen
-	\litem Unter \enquote{Schlüssel-Server}$\rightarrow$\enquote{Schlüssel Suchen...} kannst du Schlüssel von andren Menschen importieren
-	\litem Wenn du auf einen Schlüsseleintrag (auch euren eigenen) rechtsklickst kannst du den Schlüssel unterschreiben oder die Vertrauensstufe eines Schlüssels ändern
-	\litem Wenn du einen Schlüssel unterschreibt solltest du den unterschriebenen Schlüssel auch wieder dem Eigentümer zukommen lassen. Wenn du den Schlüssel von einem Keyserver heruntergeladenen hast kannst du dem Schlüssel mit \enquote{Rechtsklick}$\rightarrow$\enquote{Auf Schlüssel-Server Hochladen...} auf einen Server hochladen. Alternativ kkannst du den Schlüssel auch mit \enquote{Rechtsklick}$\rightarrow$\enquote{Öffentlichen Schlüssel per E-Mail senden...} per E-Mail an den Eigentümer senden.
-	\litem Wenn du eine Nachricht schreibst, kannst du entweder durch anklicken des OpenPGP Buttons oder über das Schlüssel- bzw. Stiftsymbol in der Statusleiste deine Nachricht signieren und/oder verschlüsseln.
-\end{itemize}
-\section{Dinge auf die du beim Schlüssel Signieren achten solltest}
-\begin{itemize}
-	\litem Überprüfe ob der Fingerprint des zu Signierenden Schlüssels korrekt ist, z.B. durch abwechselndes, gegenseitiges Vorlesens des Fingerprints.
-	\litem Lass dir von deinem gegenüber einen (amtlichen) Lichtbildausweis zeigen und prüfe ob die Sicherheitsmerkmale korrekt sind (wenn vorhanden).
-\end{itemize}
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/gpg/was_ist_gpg_und_will_ich_das.pdf b/attic/kiss-14ss/gpg/was_ist_gpg_und_will_ich_das.pdf
deleted file mode 100644
index a8fd4ef69c87181a04a66701953335ba07f9acfd..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/gpg/was_ist_gpg_und_will_ich_das.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/gpg/was_ist_gpg_und_will_ich_das.tex b/attic/kiss-14ss/gpg/was_ist_gpg_und_will_ich_das.tex
deleted file mode 100644
index a930f269f6c9bd9199ec4d87bb022e645f84ea09..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/gpg/was_ist_gpg_und_will_ich_das.tex
+++ /dev/null
@@ -1,152 +0,0 @@
-\documentclass{beamer}
-\usepackage[ngerman]{babel}
-\usepackage[utf8x]{inputenc}
-\usepackage{amsmath,amsfonts,amssymb,hyperref}
-\usetheme{Boadilla}
-\usecolortheme{whale}
-%/\setbeamercovered{transparent}
-\beamertemplatenavigationsymbolsempty
-\setbeamertemplate{footline}[frame number]
-
-\title{Was ist PGP/GPG?}
-\subtitle{Und will ich das überhaupt?}
-\author{Daniel Schulte}
-\AtBeginSection[]
-{
-\begin{frame}
-\tableofcontents[currentsection]
-\end{frame}
-}
-
-\begin{document}
-
-\frame{\titlepage}
-\frame{
-	\frametitle{Inhalt}
-    \tableofcontents
-}
-
-\section{Was ist GPG?}
-\begin{frame}[<+->]{Was ist GPG?}{Geschichte, PGP}
-\begin{itemize}
-\item PGP (engl. abk. „Pretty Good Privacy“) wurde 1991 von Phil Zimmermann veröffentlicht
-\item Ziel war es jedem sichere, elektronische Kommunikation zu ermöglichen
-\item Da kryptografische Algorithmen in den USA unter Exportbeschränkungen fielen, gab es erst nur Versionen mit „schwacher“ Kryptografie außerhalb der USA
-\item Der Source Code wurde dann 1995 als Buch „PGP Source Code and Internals“ aus den USA exportiert und von freiwilligen abgetippt und als PGPi veröffentlicht
-\item PGP ist (auch heute noch) Closed Source \begin{tiny}Das ist doof...\end{tiny}
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{Was ist GPG?}{Geschichte, GPG}
-\begin{itemize}
-\item GPG setht für „GNU Privacy Guard“
-\item GPG implementiert den OpenPGP Standard nach RFC4880
-\item GPG wurde erstmals 1999 veröffentlicht
-\item Es wurde als alternative zu PGP entwickelt
-\item Es ist Open Source. \begin{huge}Yay!\end{huge}
-\end{itemize}
-\end{frame}
-
-\section{Warum sollte ich GPG verwenden?}
-\begin{frame}[<+->]{Warum GPG verwenden?}
-\begin{itemize}
-\item Freie Software veröffentlicht unter der GPLv2
-\item Es schützt deine Mails vor neugierigen Menschen
-\item Es gibt dir die Möglichkeit sicher zu gehen das an der Mail unterwegs niemand „Fehler korrigiert“ hat
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{Warum GPG verwenden?}
-\begin{itemize}
-\item Du kannst sicherstellen das die Mail auch von dem kommt der vorgibt sie Geschieben zu haben
-\item Du musst jemand nicht unbedingt direkt kennen um ihm zu Vertrauen (Web of Trust)
-\item GPG ist „starke“ Kryptografie
-\end{itemize}
-\end{frame}
-
-\section{Kurzüberblick: Wie funktioniert GPG?}
-\begin{frame}[<+->]{Wie funktioniert GPG?}{Hintergrund}
-\begin{itemize}
-\item GPG und PGP arbeiten nach dem Prinzip des Public-Key-Kryptosystem oder asymmetrischen Kryptosystems
-\item Es gibt einen Privaten (Geheimen) und einen Öffentlichen Schlüssel
-\item Basiert auf der Funktionsweise von mathematischen „Einwegfunktionen“
-\item Wenn man den Schlüssel hat sind die Berechnungen vergleichsweise einfach, ohne Schlüssel dauern sie hingegen sehr lange (Primfaktorzerlegung)
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{Wie funktioniert GPG?}{Beispiel}
-\begin{center}
-Signieren einer Nachricht\\
-\includegraphics[scale=.4]{Public_key_signing.pdf}
-\end{center}
-\end{frame}
-
-\begin{frame}[<+->]{Wie funktioniert GPG?}{Beispiel}
-\begin{center}
-Verschlüsseln einer Nachricht\\
-\includegraphics[scale=.25]{Orange_blue_public_key_cryptography_de.pdf}
-\end{center}
-\end{frame}
-\section{GPG verwenden}
-\begin{frame}[<+->]{GPG verwenden}{Erstellen eines Schlüssepaares}
-\begin{itemize}
-\item Mit \texttt{gpg --gen-key} auf der Konsole könnt ihr ein neues Schlüsselpaar erzeugen.
-\item Ihr werde einige Dinge gefragt, ins besondere solltet ihr eine sichere Passphrase wählen und euch diese sehr gut merken.
-\item Mit \texttt{gpg --gen-revoke <key\_id>} könnt ihr ein Wiederrufzertifikat für euren Schlüssel erstellen. Dies ist wichtig, solltet ihr den Key nicht mehr  Benutzen oder sollte der private Teil des Schlüssels kompromittiert werden
-\item Mittels \texttt{gpg --keyserver <server> --send-keys <key\_id>} könnt ihr euren Schlüssel (oder den von anderen) auf einem Keyserver veröffentlichen
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{GPG verwenden}{Unterschreiben von andern Schlüsseln}
-\begin{itemize}
-\item Mit \texttt{gpg --keyserver <server> --search-keys <name>} könnt ihr nach Schlüsseln von anderen auf einem Keyserver suchen
-\item Mit \texttt{gpg --recv-keys <key\_id>} könnt ihr Schlüssel herunterladen
-\item Mit \texttt{gpg --sign-key <key\_id>} könnt ihr Schlüssel unterschreiben
-\item Ein Beispiel für einen beliebten Keyserver ist pool.sks-keyservers.net
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{GPG verwenden}{Ver- und Entschlüsseln}
-\begin{itemize}
-\item Mit \texttt{gpg --encrypt --recipient <email> <filename>} könnt ihr Dateien verschlüsseln
-\item Mit \texttt{gpg --output <decrypted\_file> --dectypt <encypted\_file>} könnt ihr für euch verschlüsselte Dateien entschlüsseln
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{GPG verwenden}{Signieren und Überprüfen von Signaturen}
-\begin{itemize}
-\item Mit \texttt{gpg --sign --detatch-sign <filename>} könnt ihr Dateien unterschreiben und die Unterschrift außerhalb der Datei als filename.sig ablegen. Dies ist wichtig bei Dateien die allergisch auf Veränderungen sind (Binärdaten)
-\item Mit \texttt{gpg --verify <filename.sig>} könnt ihr, wenn ihr sowohl die Datei, als auch die Signatur Datei habt, die Signatur überprüfen
-\item Solltet ihr eine Datei erhalten in der die Signatur integiert ist (d.h. sie wurde ohne \texttt{--detatch-sign} erstellt) könnt ihr sie genau so verifizieren
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->]{GPG verwenden}{Verwalten von User IDs (E-Mail-Adressen)}
-\begin{itemize}
-\item Mit \texttt{gpg --edit-key <key\_id>} könnt ihr euren Schlüssel interaktiv bearbeiten
-\item \texttt{gpg --edit-key <key\_id> show} zeigt euch Informationen zu eurem Schlüssel an
-\item Mit \texttt{gpg --edit-key <key\_id> adduid} könnt ihr eine User Id hinzufügen
-\item und mit \texttt{gpg --edit-key <key\_id> revuid <nummer>} entfernen
-\end{itemize}
-\end{frame}
-
-\section{GPG mit Thunderbird}
-\begin{frame}[<+->]{GPG mit Thunderbird}
-\begin{itemize}
-\item GPG/PGP wird in Thunderbird mit der Erweiterung Enigmail unterstützt
-\item Hands On
-\end{itemize}
-\end{frame}
-
-\begin{frame}{Ende/Fragen}
-
-\begin{center}\Huge Danke für die Aufmerksamkeit.\end{center}\normalsize
-\begin{center}\large Noch Fragen?\end{center}\normalsize
-\ \\
-\ \\
-\ \\
-\begin{center} E-Mail: \href{mailto:daniel.schulte@rwth-aachen.de}{daniel.schulte@rwth-aachen.de}\end{center}
-\begin{center}Jabber: \href{xmpp:trilader@shin-project.org}{trilader@shin-project.org}\end{center}
-\end{frame}
-
-\end{document}
diff --git a/attic/kiss-14ss/jabber/handout.pdf b/attic/kiss-14ss/jabber/handout.pdf
deleted file mode 100644
index 78ab80fbebdaf63fa63fc6d38b269bdedded8f38..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/jabber/handout.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/jabber/jabber.pdf b/attic/kiss-14ss/jabber/jabber.pdf
deleted file mode 100644
index 414470e38bf9405a3a7511b44d2e3165c2e386f9..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/jabber/jabber.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/jabber/slides.pdf b/attic/kiss-14ss/jabber/slides.pdf
deleted file mode 100644
index df661286f869cf48e919e50fc7cb58178c3d0b8e..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/jabber/slides.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-alsa_basic_structure.jpg b/attic/kiss-14ss/linux-audio/audio-alsa_basic_structure.jpg
deleted file mode 100644
index e1c33217473ef61c871f88cab78119c5815c09b3..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-alsa_basic_structure.jpg and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-alsamixer.png b/attic/kiss-14ss/linux-audio/audio-alsamixer.png
deleted file mode 100644
index baa02cef7e1e558a9c8f725accdcb7156414fe85..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-alsamixer.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-ardour2-workbench.png b/attic/kiss-14ss/linux-audio/audio-ardour2-workbench.png
deleted file mode 100644
index 60df4b742d9e973c1ee5cf7e72190aa1e9559e85..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-ardour2-workbench.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-audacity-record-edit-stereo.png b/attic/kiss-14ss/linux-audio/audio-audacity-record-edit-stereo.png
deleted file mode 100644
index e1c27bb6f23bd1c06a5f6ead7ba94245ff19b2df..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-audacity-record-edit-stereo.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-hydrogen-drummachine.png b/attic/kiss-14ss/linux-audio/audio-hydrogen-drummachine.png
deleted file mode 100644
index 14186633bd29dbf801a1b7dd05742ba911998633..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-hydrogen-drummachine.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-linux-mess.png b/attic/kiss-14ss/linux-audio/audio-linux-mess.png
deleted file mode 100644
index 797269710b735e74f875f7f0a1fcbd0fcfe84da8..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-linux-mess.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-paprefs.png b/attic/kiss-14ss/linux-audio/audio-paprefs.png
deleted file mode 100644
index 2e4f60354153384720959bb92953a8fdf3815d39..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-paprefs.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-patchage-less-messy.png b/attic/kiss-14ss/linux-audio/audio-patchage-less-messy.png
deleted file mode 100644
index 1c684d40fd7483aac85887ddb2677e98d958901d..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-patchage-less-messy.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-simplejack-default-settings.png b/attic/kiss-14ss/linux-audio/audio-simplejack-default-settings.png
deleted file mode 100644
index fdd2b6679f4d6c4a4258b97cdd24ff943526d9d8..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-simplejack-default-settings.png and /dev/null differ
diff --git a/attic/kiss-14ss/linux-audio/audio-vulkan-layers.png b/attic/kiss-14ss/linux-audio/audio-vulkan-layers.png
deleted file mode 100644
index 2a458e81ddb7b8303de5a4d7fb20c1e2d4274fc7..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/linux-audio/audio-vulkan-layers.png and /dev/null differ
diff --git a/attic/kiss-14ss/net-datacopy/Net-Datacopy.pdf b/attic/kiss-14ss/net-datacopy/Net-Datacopy.pdf
deleted file mode 100644
index 9e6cc975673183d602e94a4234e98956f4e29cc0..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/net-datacopy/Net-Datacopy.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/net-datacopy/Net-Datacopy.tex b/attic/kiss-14ss/net-datacopy/Net-Datacopy.tex
deleted file mode 100644
index 4960db7aaf3cb861c416820c83d624bc2fb3fdb3..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/net-datacopy/Net-Datacopy.tex
+++ /dev/null
@@ -1,289 +0,0 @@
-\documentclass[10pt]{beamer}
-\usepackage[OT1]{fontenc}
-\usepackage[utf8]{inputenc}
-%\usepackage[ngerman]{babel}
-%\usepackage[english]{babel}
-\usepackage{graphicx}
-\usepackage{chemarrow}
-\usepackage{amsmath}
-
-\newcommand{\image}[3]{\begin{figure}[H]\centering \includegraphics[width={#2}]{#1}\label{#3} \end{figure}} %Einbringen von Bildern
-\newcommand{\picframe}[2]{\begin{frame}\centering \includegraphics[width=\textwidth]{#1}\\\begin{center}#2\end{center} \end{frame}}
-%\usepackage[numbers,square]{natbib}
-\def\newblock{\hskip .11em plus.33em minus.07em}%verhinder \newblock fehler mit bib
-\usetheme{Hannover}        %theme - select from http://www.hartwork.org/beamer-theme-matrix/
-\usecolortheme{dove}       %farbe
-\usepackage{lmodern}       %schriftart
-%\usepackage{mathtools}
-\usepackage{pst-pdf}
-
-\usepackage{multicol}
-%\usepackage{rotating}
-
-\usepackage{wasysym}
-%\smiley
-%\frownie
-
-\setbeamertemplate{blocks}[rounded][shadow=false]
-
-\defbeamertemplate*{footline}{infolines theme}{%
-\hspace*{2ex}\raisebox{1.5ex}[-1.5ex]{%
-\tiny\insertframenumber{}/\inserttotalframenumber}%
-}% zahl in footline
-
-
-\setbeamertemplate{bibliography item}[text]
-
-
-
-\setbeamertemplate{title page}{
-	\centering 
-	\begin{block}{
-		\centering
-		\textbf{\large{\inserttitle}}
-	}
-	\insertsubtitle
-	\end{block}
-	\vspace{2ex}
-	%\begin{figure}[H]\centering \includegraphics[width=0.9\textwidth]{images/bridges.jpg}\end{figure}
-	\insertauthor\\[1ex]
-	\insertdate\\[1ex]
-}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{document}
-\title[Datentransport im Netzwerk]{Datentransport im Netzwerk}
-\subtitle{}
-\author[]{Martin Süfke}
-\date{12.04.2012}
-
-
-
-\begin{frame}
-\titlepage
-\end{frame}
-%\textsl{•} 
-
-\section{Fragestellung}
-\begin{frame}{Warum Netzwerk ?}
-
-{\LARGE Fragestellung}
-
-\begin{itemize}[<+->]
-\item 20 MB Daten
-\item auf 10 PCs verteilen
-\item 16x in 8 Stunden (Experiment)
-\end{itemize}
-
-
-\uncover<+->{
-{\LARGE Lösungen}
-
-\begin{itemize}[<+->]
-\item USB-Stick
-\item Email
-\item Instant-Messager
-\item Filehoster (RWTH Giga-Move)
-\item Samba ``Windows-Netzwerk`"
-\item \textbf{ssh, scp}
-\item rsync, svn, git 
-\end{itemize} 
-} % /uncover
-
-\end{frame}
-
-\section{Netzwerk}
-\begin{frame}{IP-Netzwerke}
-
-IP-Addressen: \textbf{IPv4}
-
-
-Addressvergabe: \textbf{DHCP} -- automatisch
-
-
-Private Addressen -- ``per Hand`"
-
-\begin{itemize}
-\item 192.168.0.0 - 192.168.255.255
-\item 172.16.0.0 - 172.31.255.255
-\item 10.0.0.0 - 10.255.255.255
-\end{itemize}
-
-\textbf{Achtung:}Addresskonflikte!
-\end{frame}
-
-
-
-
-\begin{frame}{Addressvergabe}
-
-Theorie im \textbf{IPv4}
-\begin{itemize}[<+->]
-\item Netzwerkblock: 192.168.x.y \textbf{/24} 
-\item Netzwerkmaske: $2^{(32-24)} = 2^8 = 256$ Addressen im Netzwerk
-\item Reserviert: 192.168.x\textbf{.0} , 192.168.x\textbf{.255} 
-\item Tool: \textbf{ipcalc}
-\end{itemize}
-
-Beispiel: 
-\begin{itemize}[<+->]
-\item Netzwerk: 192.168\textbf{.43}.y
-\item Rechner: 192.168.\textbf{43}.1 -- 192.168.\textbf{43}.254
-\end{itemize}
-
-Pro Rechner eine Address wählen:
-\begin{itemize}[<+->]
-\item 192.168.43\textbf{.1}
-\item 192.168.43\textbf{.2}
-\end{itemize}
-
-Addresse einstellen im ``NetworkManager`"
-\end{frame}
-
-
-\begin{frame}{SSH}
-\begin{itemize}[<+->]
-\item Server $\longleftrightarrow$ Client
-\item Client ist idR. installiert: \textbf{ssh}, \textbf{scp}
-\item Server installieren: \textbf{sudo apt-get install openssh-server} $\rightarrow$ startet automatisch
-\end{itemize}
-\end{frame}
-
-
-
-
-\begin{frame}{TCP-Ports}
-
-Bekannte Ports stehen in \textit{/etc/services}
-\begin{itemize}[<+->]
-\item http: tcp port 80
-\item https: tcp port 443
-\item Samba: tcp port 137,138,139,445
-\item Email: tcp 25, 110 ; 465, 995 993 ; \dots
-\item \textbf{ssh}: tcp port 22 
-\end{itemize}
-
-\end{frame}
-
-\begin{frame}{Firewall}
-
-Standard: 
-
-\qquad Blockt \textbf{eingehende} Verbindungen auf \textbf{allen} Ports.
-
-Ubuntu: 
-\begin{itemize}[<+->]
-\item \textbf{ufw} an der Konsole
-\item \textbf{gufw} grafisch
-\end{itemize}
-\end{frame}
-
-\begin{frame}{Firewall freigeben}
-\begin{itemize}[<+->]
-\item \textbf{sudo -i} \qquad -- root werden.
-\item \textbf{ufw status} \qquad -- Firewall an?
-\item \textbf{ufw app list} \qquad -- Registrierte anwendungen anzeigen 
-\item ``apps`" kommen aus \textit{/etc/ufw/applications.d/\dots}
-\item \textbf{ufw allow from 192.168.43.0/24 to any app OpenSSH}
-\end{itemize}
-\end{frame}
-
-
-\begin{frame}{User anlegen}
-\begin{itemize}[<+->]
-\item \textbf{sudo -i} \qquad -- root werden.
-\item \textbf{useradd -c "User fuer upload-Zwecke" -G users -m upload} \qquad -- User für upload zufügen
-\item \textbf{passwd upload} \qquad -- Passwort vergeben
-\item \textbf{usermod -L upload} \qquad -- später: User sperren
-\item \textbf{usermod -U upload} \qquad -- später: User entsperren
-\end{itemize}
-\end{frame}
-
-\begin{frame}{SSH benutzen}
-Ziel: Einloggen von 192.168.43\textbf{.1} bei 192.168.43\textbf{.2}
-\vspace{1cm}
-
-\uncover<+->{
-Am Rechner 192.168.43\textbf{.1}
-\begin{itemize}[<+->]
-\item \textbf{ssh upload@192.168.43.2}
-\item Passwort eingeben.
-\item Jetzt arbeitet man an der Konsole von 192.168.43\textbf{.2} !
-\end{itemize}
-}
-\end{frame}
-
-
-
-\begin{frame}{Daten kopieren mit SCP}
-Ziel: Kopieren der Datei \textit{/home/upload/Test.txt} von 192.168.43\textbf{.2} nach 192.168.43\textbf{.1}
-\vspace{1cm}
-
-\uncover<+->{
-Am Rechner 192.168.43\textbf{.1}
-\begin{itemize}[<+->]
-\item \textbf{scp upload@192.168.43.2:/home/upload/Test.txt .}  
-\item Passwort eingeben.
-\item Datei wird kopiert.
-\end{itemize}
-}
-\end{frame}
-
-
-\begin{frame}{SSH-Keys}
-\uncover<+->{
-Sichere Authentifikation
-
-Keine Passwörter mehr tippen
-
-``Userverwaltung`"
-}
-
-\vspace{1cm}
-\uncover<+->{
-Am Rechner 192.168.43\textbf{.1}
-\begin{itemize}[<+->]
-\item \textbf{ssh-keygen -t rsa} \qquad -- Erzeugt ein private/public Key-Paar
-\item \textbf{ssh-copy-id upload@192.168.43.2}
-\item Passwort eingeben
-\item Public-Datei des Key-Paares wird kopiert.
-\item Ergebnis: 192.168.43\textbf{.2} \textit{/home/upload/.ssh/authorized\_keys} enthält den Public Key von 192.168.43\textbf{.1}
-\end{itemize}
-}
-
-\end{frame}
-
-\begin{frame}{SSH/SCP mit Keys}
-Ziel: Kopieren der Datei \textit{/home/upload/Test.txt} von 192.168.43\textbf{.2} nach 192.168.43\textbf{.1}
-\vspace{1cm}
-
-\uncover<+->{
-Am Rechner 192.168.43\textbf{.1}
-\begin{itemize}[<+->]
-\item \textbf{scp upload@192.168.43.2:/home/upload/Test.txt .}  
-\item Passwort-Eingabe unnötig !
-\item Datei wird kopiert.
-\end{itemize}
-}
-\end{frame}
-
-\begin{frame}{ALUG}
-\begin{LARGE}
-www.alug.de
-\end{LARGE}
-
-\begin{itemize}[<+->]
-\item Jeden Mittwoch von ca. 20:00 bis Open End, ca. 02:00 
-\item ``Naturwissenschaftlicher Debattierklub mit Schwerpunkt Computer`"
-\item Linux, Solaris, Unix, MacOS, Windows: alle Willkommen
-
-\item Kein Verein, keine Mitgliedschaft.
-\item Dabei ist, wer da ist. ;-)
-\item \textbf{Ort} Vielharmonie, Pontstr. 101-105
-\item \textbf{Chat} IRCnet \#alug
-\item \textbf{Mailingliste} siehe www.alug.de
-\item  \qquad \qquad -- \textbf{Danke} --
-\end{itemize}
-
-\end{frame}
-
-\end{document}
\ No newline at end of file
diff --git a/attic/kiss-14ss/python/handout.pdf b/attic/kiss-14ss/python/handout.pdf
deleted file mode 100644
index 5e6434797d72b0652a90a60195f4ad7d99d9487e..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/python/handout.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/python/handout.tex b/attic/kiss-14ss/python/handout.tex
deleted file mode 100644
index 9fbda1a26624e43eb474cd088f890a2bd004ab7d..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/python/handout.tex
+++ /dev/null
@@ -1,87 +0,0 @@
-
-\title{Python Workshop}
-\author{Martin Bellgardt}
-\date{\today}
-
-\documentclass[12pt]{article}
-
-\usepackage{listings}
-\usepackage[utf8]{inputenc}
-\usepackage[cm]{fullpage}
-
-
-\begin{document}
-
-\maketitle
-
-\section{Syntax}
-
-Python-syntax orientiert sich an natürlicher Sprache. Anstatt Klammern wird Einrückung verwendet um Blöcke zu definieren.
-
-\begin{lstlisting}
-
-import somePackage                             # Ein Paket einbinden
-from someOtherPackage import someFunction      # Nur eine Funktion
-                                               # einbinden
-
-def someFunction(arg1,arg2):         # eine Funktion definieren
-    doStuff()                        # eine Funktion aufrufen
-    
-answer = 42                                              # Integer
-almostAnswer = 41.99                                     # Float
-text = "This is a string"                                # String
-
-list = [1,2,[3,4],"Other stuff",12.5]                    # Liste
-    # Eine Liste ist nicht auf einen Typen festgelegt
-    
-dictionary = {"Cheese" : 1, "Bacon" : 12.5}
-    # Eine sehr nuetzliche Datenstruktur in Python
-    
-for i in list:            # i wird ueber alle Listenelemente iteriert
-    if i == 1 and answer > almostAnswer:            # If abfrage
-        print "Viel Spass auf der KISS"             # Ausgabe
-        print "Zahl" + str(12.5)                    # str() macht strings 
-                                                    # aus anderen Datentypen
-
-file = open("someFile","r")        # open some file for reading
-for line in file:                  # For every line of the file
-    print line                     # print the line
-file.close()                       # close the file
-
-\end{lstlisting}
-
-\newpage
-
-\section{Nützliche Pakete}
-
-Hier sind nur einige Beispiele für nützliche Pakete. Es gibt Python Pakete für so ziemlich alles. Im zweifelsfall einfach mal Google fragen.
-
-\begin{itemize}
-\item \textbf{\texttt{sys}} - Ermöglicht z.B. zugriff auf Programmargumente mit \texttt{sys.argv}
-\item \textbf{\texttt{os}} - Stellt funktionen bereit um mit Dateien und Pfaden zu arbeiten (löschen, verschieben, verlinken, etc.)
-\item \textbf{\texttt{PIL (Python Image Library)}} - Viele nützliche Funktionen zum laden, speichern und manipulieren von Bildern. (benutzen mit \texttt{import Image})
-\item \textbf{\texttt{matplotlib.pyplot}} - Generiert Diagramme. Nützlich um Daten graphisch auszuwerten. 
-\item \textbf{\texttt{numpy, scipy}} - Stellt fortgeschrittene mathematische funktionen und Strukturen bereit wie z.B. Matrizen, Vektoren etc.
-\item \textbf{\texttt{pyffmpeg}} - Wrapper für ffmpeg. Nützlich zum arbeiten mit Videos.
-\item \textbf{\texttt{pyopencv}} - Wrapper für OpenCV. Implementiert Algorithmen zur
-Bilderkennung.
-\item \textbf{\texttt{urllib2}} - Kann z.B. Dateien über HTTP herunterladen. Nützlich um z.B. auf web-APIs zuzugreifen.
-\item \textbf{\texttt{antigravity}} - Implementiert Levitation, sodass man nicht mehr auf überfüllte ASEAG Busse angewiesen ist.
-\end{itemize}
-
-\section{Python Image Library}
-
-\begin{lstlisting}
-
-import Image
-im = Image.open("image.png")            # Das Bild image.png wird geladen
-
-r,g,b = im.getpixel((1,2))     # RGB werte fuer den Pixel an der stelle (1,2)
-r,g,b,a = im.getpixel((1,2))   # oder RGBA fuer z.B. PNG bilder
-
-width, height = im.size     # breite und hoehe des bildes
-
-\end{lstlisting}
-
-\end{document}
-%This is never printed
\ No newline at end of file
diff --git a/attic/kiss-14ss/sage/cantor.png b/attic/kiss-14ss/sage/cantor.png
deleted file mode 100644
index 5f44c7f15b365cbedfdb238fd8a9aacbabb5e798..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/sage/cantor.png and /dev/null differ
diff --git a/attic/kiss-14ss/sage/sage.pdf b/attic/kiss-14ss/sage/sage.pdf
deleted file mode 100644
index 95301978404d4c056a4f63712b464ecfbf3606bb..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/sage/sage.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/sage/sage.tex b/attic/kiss-14ss/sage/sage.tex
deleted file mode 100644
index 9d3cd72e37f5935333a05e59d7b9a57bb38eb438..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/sage/sage.tex
+++ /dev/null
@@ -1,352 +0,0 @@
-\documentclass{beamer}
-
-\usepackage[ngerman]{babel}
-
-\usepackage{savesym}
-
-\usepackage{kpfonts} %varprod
-
-\savesymbol{approx}
-\savesymbol{colonapprox}
-\savesymbol{colonsim}
-
-\usepackage{colonequals} %colonequals ≔
-\usepackage{ulsy} %blitza
-
-\newcommand{\ccode}[1]{\texttt{\lstinline[basicstyle=]!#1!}}
-
-\usepackage{iftex}
-\ifPDFTeX
-  \usepackage[utf8]{inputenc}
-  \usepackage[T1]{fontenc}
-  \usepackage{uniinput}
-  \usepackage{lmodern}
-  \usepackage{amsmath}
-  \usepackage{amssymb}
-\else
-  \ifLuaTeX
-    \usepackage{luatextra}
-    \usepackage{amsmath}
-    \usepackage{amssymb}
-    \usepackage{lmodern}
-    \usepackage{uniinput-lualatex}
-    \usepackage{fontspec}
-  \fi
-\fi
-
-\usepackage{amsthm}
-
-\usepackage{sagetex}
-
-\beamertemplatenavigationsymbolsempty
-\usetheme{Anadyr}
-\newcommand{\hideinstitute}{}
-\renewcommand{\footerauthorwidth}{0.25}
-\renewcommand{\footertitlewidth}{0.5}
-\renewcommand{\footerdatewidth}{0.25}
-\newcommand{\blackframe}{{\setbeamercolor{normal text}{bg=black!100} \frame[plain]{}}}
-
-\usepackage{hyperref}
-
-\usepackage{float}
-
-\usepackage{listings}
-\lstset{language=Bash}
-
-\usepackage{tikz}
-\usetikzlibrary{shapes,arrows}
-
-\newcommand{\symdiff}{\ensuremath{\ominus}} % some math symbols
-\newcommand{\dsum}{\ensuremath{\bigoplus}}
-\newcommand{\ps}[1]{\ensuremath{\mathcal P\left(#1\right)}}
-
-\savesymbol{corollary}
-\savesymbol{lemma}
-\savesymbol{theorem}
-\newcounter{satz}
-\newcounter{definition}
-\newtheorem{lemma}[satz]{Lemma}
-\newtheorem{corollary}[satz]{Korollar}
-\newtheorem{theorem}[satz]{Satz}
-\theoremstyle{definition}
-\newtheorem{defi}[definition]{Definition}
-
-\title{Kurzeinführung Sage}
-\author{Jonathan Schmidt-Dominé}
-\institute{RWTH Aachen}
-
-\setcounter{tocdepth}{1} % short tocs are usually better in presentations
-
-\begin{document}
-
-\frame{
-  \titlepage
-}
-
-\frame[allowframebreaks]{
-  \tableofcontents
-}
-
-\section{Allgemeines}
-\subsection{Was ist Sage?}
-\begin{frame}
- \begin{block}{Eigenschaften}
-  \begin{itemize}
-    \item<+-> Computeralgebrasystem, Computeralgebra im weitesten Sinne
-    \item<+-> Verwendung üblicher Programmiersprache: Python
-    \item<+-> Frei (und kostenlos)
-    \item<+-> Integriert Features verschiedenster anderer freier Software: Maxima, R, Singular, GAP, …
-    \item<+-> Bei Bedarf auch Ansteuerung proprietärer Systeme
-  \end{itemize}
- \end{block}
- \pause
- \begin{block}{Spezielle Software (sehr kleine Auswahl)}
-  \begin{itemize}
-   \item Numerik: Octave (zu Matlab kompatibel)
-   \item Statistik: R, ROOT, …
-   \item Algebra: Singular, GAP, …
-   \item Diverse Bibliotheken für C++, Python, (Fortran)
-  \end{itemize}
- \end{block}
-\end{frame}
-
-\subsection{Frontends}
-\begin{frame}
- \begin{block}{Web-Frontend}
-  \begin{itemize}
-   \item Arbeitet als lokaler HTTP-Server\pause
-   \item Über Browser zu bedienen, mit MathJax
-  \end{itemize}
- \end{block}
- \pause
- \begin{block}{Cantor}
-  \begin{center}
-    \includegraphics[scale=0.3]{./cantor.png}
- % cantor.png: 855x672 pixel, 96dpi, 22.62x17.78 cm, bb=
-  \end{center}
- \end{block}
-\end{frame}
-
-\section{Grundlagen}
-\subsection{Umgang mit Variablen und Ausdrücken}
-\begin{frame}[fragile]
- \begin{itemize}
-  \item<+-> Alle Ausdrücke sind ganz normale Python-Objekte
-  \item<+-> Symbolischer Ausdrück erzeugt durch \ccode{var} (wenn nicht standardmäßig vorhanden)
-  \begin{sageblock}
-   var('x,y')
-  \end{sageblock}
-  \item<+-> Rechnen liefert symbolische Ausdrücke
-  \begin{sageblock}
-   product = x*y
-  \end{sageblock}
-  \item<+-> Einsetzen möglich:
-  \begin{sageblock}
-   product(y=1)
-  \end{sageblock}
-  ergibt
-  \[
-   \sage{(x*y)(y=1)}
-  \]
-  \item<+-> Hilfe
-  \begin{verbatim}
-   plot?
-  \end{verbatim}
- \end{itemize}
-\end{frame}
-
-\subsection{Gleichungen lösen}
-\begin{frame}[fragile]
- \begin{itemize}
-  \item<+-> Gleichung lösen mittels \ccode{solve}:
-    \begin{sagesilent}var('n')\end{sagesilent}
-    \begin{sageblock}
-     s=solve(sin(n*x)==1, x)
-    \end{sageblock}
-    \[
-     \sage{s[0]}
-    \]
-  \item<+-> Gleichungssystem:
-    \begin{sageblock}
-     s=solve([x + 2*y == 1, x - y == 0], (x, y))
-    \end{sageblock}
-    \[
-     \sage{s[0]}
-    \]
- \end{itemize}
-\end{frame}
-
-\subsection{Plots}
-\begin{frame}[fragile]
- \begin{block}{Kreishälfte}
-  \begin{sageblock}
-   r=2
-   p=plot(sqrt(r^2 - x^2), (x, -r, r))
-  \end{sageblock}
-  \begin{center}
-   \sageplot[scale=.4]{p}
-  \end{center}
- \end{block}
-\end{frame}
-
-
-
-\section{Analysis}
-\subsection{Differentiation}
-\begin{frame}[fragile]
-\begin{itemize}
- \item<+-> Erste Ableitung
-  \begin{sageblock}
-   d=diff(x^3, x)
-  \end{sageblock}
-  \[
-   \sage{d}
-  \]
- \item<+-> Zweite Ableitung
-  \begin{sageblock}
-   d=diff(x^3, x, x) # oder diff(x^3, x, 2)
-  \end{sageblock}
-  \[
-   \sage{d}
-  \]
- \item<+-> Mehrere Richtungen
-  \begin{sagesilent}
-   var('z')
-  \end{sagesilent}
-  \begin{sageblock}
-   f(x,y) = [x*y*z, x*y^2*z]
-   d = diff(f)
-  \end{sageblock}
-  \[
-   \sage{d}
-  \]
- \end{itemize}
-\end{frame}
-
-
-\subsection{Grenzwerte}
-\begin{frame}[fragile]
- \begin{itemize}
-  \item<+-> Geometrische Reihe
-    \begin{sagesilent}
-     var('n,b')
-    \end{sagesilent}
-    \begin{sageblock}
-     assume(b>1)
-     l = sum(1/b^n, n, 1, infinity)
-    \end{sageblock}
-    \[
-     l = \sage{l}
-    \]
-  \item<+-> Asymptote
-    \begin{sageblock}
-     l = limit(log(exp(x) + exp(-x)) / x, x=infinity)
-    \end{sageblock}
-    \[
-     l=\sage{l}
-    \]
- \end{itemize}
-\end{frame}
-
-\subsection{Gewöhnliche Differentialgleichung}
-
-\begin{frame}[fragile]
-\begin{block}{Harmonischer Oszillator}
-\begin{sagesilent}
- f = function('f', x)
- omega = var('omega')
-\end{sagesilent}
-
-\begin{sageblock}
- assume(omega != 0)
- s=desolve(diff(f, x, 2) == -omega^2*f, f, ivar=x)
-\end{sageblock}
-\[
- \sage{s}
-\]
-\begin{center}
- \sageplot[scale=0.3]{plot(s(omega=1, k1=1, k2=0), (x, 0, 2*pi))}
-\end{center}
-\end{block}
-\end{frame}
-
-\section{Abstraktes}
-\subsection{Zahlbereiche etc.}
-\begin{frame}[fragile]
- \begin{itemize}
-  \item<+-> Ganze Zahlen \ccode{ZZ}
-  \item<+-> Rationale Zahlen \ccode{QQ}
-  \item<+-> Gleitkommazahlen mit gewisser Anzahl an Stellen \ccode{RealField(n)} oder einfach \ccode{RR}
-  \begin{sageblock}
-   RF = RealField
-   s = RF(2)(2.2) + RF(2)(2.5)
-  \end{sageblock}
-  \[
-   s = \sage{s}
-  \]
-  \item<+-> Komplexe Gleitkommazahlen \ccode{ComplexField(n)} oder einfach \ccode{CC}
-  \item<+-> Polynome \ccode{QQ['x']}
-  \item<+-> Restklassenringe \ccode{ZZ.quotient(n*ZZ)}
-  \begin{sageblock}
-   ZZ5 = ZZ.quotient(5*ZZ)
-   s = ZZ5(3) + ZZ5(4)
-  \end{sageblock}
-  \[
-   s = \sage{s}
-  \]
- \end{itemize}
-\end{frame}
-
-\section{Ihr braucht unbedingt Maple?}
-\begin{frame}[fragile]
- Wenn ihr dazu gezwungen werdet, eine Hausaufgabe mit Maple zu machen: Auf Uni-Rechnern installiert, aber auch wenn man am eigenen Rechner Zugriff braucht: Kauf nicht nötig.
- \pause
- \begin{block}{Für Physiker}
-  \begin{lstlisting}
-   # Mit deiner TIM-Kennung
-   ssh -X ab123456@portal.physik.rwth-aachen.de
-   xmaple &
-  \end{lstlisting}
- \end{block}
- \begin{block}{Für Mathematiker}
-  \begin{lstlisting}
-   # Mit deiner Matrikelnummer
-   ssh -X 123456@venus.mathepool.rwth-aachen.de
-   xmaple &
-  \end{lstlisting}
- \end{block}
- Zugang muss einmal eingerichtet werden!
-\end{frame}
-
-\section{Fazit}
-\subsection{Zu Sage}
-\begin{frame}[fragile]
- Das freie Sage kann für euer Leben sehr nützlich sein. Weiterführende Information:
- \begin{itemize}
-  \item \url{http://sagemath.org} – Sage
-  \item \url{http://www.sagemath.org/doc} Dokumentation zu Sage
-  \item \url{http://ask.sagemath.org/questions} Frage-\&Antwortseite
-  \item \url{http://edu.kde.org/cantor} – Cantor (Oberfläche)
- \end{itemize}
-\end{frame}
-\subsection{Links zu weiterer Software}
-\begin{frame}[fragile]
- Weitere Software (siehe auch Repositories!):
- \begin{itemize}
-  \item \url{http://maxima.sf.net} – Maxima (Algebra)
-  \item \url{http://octave.org} – Octave (Numerik et al.)
-  \item \url{http://r-project.org} – R (Statistik)
-  \item \url{http://rkward.sf.net} – RKWard (Oberfläche für R)
-  \item \url{http://root.cern.ch} – ROOT (Datenauswertung, speziell für Physik)
-  \item \url{http://singular.uni-kl.de} – Kommutative Algebra
-  \item \url{http://gap-system.org} – Gruppentheorie
-  \item \url{http://gnu.org/software/gsl} – GNU Scientific Library (Numerik mit C++)
-  \item \url{http://eigen.tuxfamily.org} – Eigen (lineare Algebra mit C++)
-  \item \url{http://scipy.org} – NumPy, SciPy (Numerik mit Python)
-  \item \url{http://matplotlib.sf.net} – matplotlib (Plotten mit Python)
-  \item \url{http://gnuplot.info} – gnuplot (sehr vielseitiges Plotten)
-  \item \url{http://edu.kde.org/kmplot} – KMPlot (einfaches Plotten)
- \end{itemize}
-\end{frame}
-
-\end{document}
diff --git a/attic/kiss-14ss/shell/whyshell.org b/attic/kiss-14ss/shell/whyshell.org
deleted file mode 100644
index b68741171ea1aa2d975a2a4f2cb244b0950cd2a2..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/shell/whyshell.org
+++ /dev/null
@@ -1,147 +0,0 @@
-#+TITLE:     Arbeiten auf der Commandozeile
-#+AUTHOR:    Björn, Milan & Co.
-#+DATE:      2012-10-18 Thu
-#+STARTUP: beamer
-#+LaTeX_CLASS: beamer
-#+LaTeX_CLASS_OPTIONS: [bigger]
-#+BEAMER_FRAME_LEVEL: 2
-#+latex_header: \mode<beamer>{\usetheme{Madrid}}
-
-
-* Einleitung
-** Wozu eigentlich?
-- Bedienung eines Rechners, ggfs. nichtgrafisch ueber ssh ("Server").
-- Szenario: Man will auf einem Server den von allen Nutzern verwendeten
-  Speicherplatz zusammenrechnen und das ganze als Textdatei abspeichern.
-#+begin_src bash
-du -s * | sort -nr > $HOME/user_space_report.txt
-#+end_src
-
-** Warum eine GUI Umgebung nicht ausreicht
-- GUIs sind nuetzlich und sinnvoll fuer viele verschiedene
-Anwendungsgebiete und Aufgaben.
-- Symbolischer zugriff auf vorgefertigte Ablaeufe per Icon und Mausclick
-  sind zwar bequem, aber unflexibel und koennen zu ungeniessbaren
-  Workflows fuehren.
-- RSI (Tennisarm) durch Mausschubsen.
-- Repetetives stupides Arbeiten im GUI; Beispielaufgabe: Finde alle Textdateien in einer mehrfach verschachtelten Verzeichnisstruktur die eine gewisse Zeichenkette beinhalten und ersetze diese Zeichenkette durch eine andere. -> Typischer Fall fuer ein Script.
-- GUIs und Desktopumgebungen aendern sich sehr oft und sind alles andere als uniform.
-
-** Die Vorteile der Commandozeile
-- Einmal ausgefuehrtes bleibt in der History (C-r fuer Rueckwaertssuche)
-- Man kann in einer Sprache (Syntax & Semantik) interaktiv mit dem Computer "reden" und ihm sehr praezise mitteilen was man will und ist nicht auf eine "Babysprache" beschraenkt.
-- Scriptbarkeit "fuer spaeter"
-
-
-* Grundlagen
-** Ein paar oft benutzte Kommandos (1)
-- pwd
-- ls
-- cd
-- mv
-- cp
-- rm
-- mkdir
-- which
-- cat
-- less
-- tar
-- man / info
-- bash
-- env
-- chmod / chown
-
-** Ein paar oft benutzte Kommandos (2)
-- top
-- grep
-- locate
-- find
-- cat
-- echo
-- alias
-- free
-- ps
-- df
-- fg
-- jobs
-- kill
-- nohup
-- su / sudo
-
-** Verzeichnisstruktur
-- Hierarchie(!) Wurzel "/" ist "ganz oben" im Dateisystem (und nicht "My Computer" oder "Arbeitsplatz").
-- "/home/$USER" bzw "~" ist das Zuhause fuer persoenliche Nutzerdateien und Einstellungen (dotfiles)
-- "." ist immer das aktuelle Verzeichnis, ".." bedeutet "eine Ebene hoeher"
-- Andere Verzeichnisse unter / beinhalten z.b. Systemweite Einstellungen, geteilte Dateien, Dokumentationen, Quellcodes, Binaerdateien (Pedant zu .exe unter Windows).
-- Verzeichnisse, Geraete und anderes Dinge koennen beliebig in die Hierarchie eingebunden werden (mount).
-- Umbenennen und Verschieben ist ein und dasselbe (denn nur der inode-eintrag im Dateisystem geaendert wird)!
-- Symbolische und "Harte" Verlinkung ist moeglich mit "ln".
-
-** Ein paar Dinge zu Dateinamen
-- Ein mit einem Punkt "." beginnender Dateiname steht fuer eine "versteckte" Datei oder "dotfile" (z.b. lokale Systemeinstellungen)
-- Gross-/Kleinschreibung ist WICHTIG.
-- Dateiendungen sind rein optional!
-- Leerstellen sind moeglich, sollten aber vermieden oder "escaped" werden!
-- Bitte bitte bitte keine Minuszeichen als erstes Zeichen im Dateinamen! (geht zwar, tut aber weh. Loesung "--" als Trenner)
-
-** Was fuer Arten von Kommandos gibt es?
-- Ausfuehrbare (chmod +x) dateien (im $PATH)
-- Shell-builtins (z.b. cd, echo, alias)
-- (selbstdefinierte) Shell-funktionen
-- Aliase
-*** Was und wo ist was?
-- type
-- which
-- whereis
-- echo $PATH
-
-** Hilfe zur Selbsthilfe
-- Immer ausprobieren: --help Kurzhilfe
-- manpages und infopages(!!!) (erfordert oft *-doc pakete)
-- apropros (== man -k)
-- help fuer shell buildins
-
-
-
-* Beispiele
-** grep (Suchfunktion fuer Dateiinhalte mit oder ohne regex)
-- grep -i "linuxparty" meinedatei
-- grep -A 3 -i "pizza" meinedatei
-- grep -r "hunger" *  (oder "rgrep")
-
-** find und locate (Suchfunktion fuer Dateinamen)
-- locate suchstring
-- updatedb
-- find -iname "*party*
-- find . -type f -iname *.sh -print0
-- find -iname "MyCProgram.c" -exec md5sum {} \;
-#+begin_src bash
-find / -iname *.jpg -type f -print | xargs \
-tar -cvzf images.tar.gz
-#+end_src
-
-** chmod / chown
-- chmod ug+rwx meinedatei
-- chown meinuser:meinegruppe meinedate
-
-** Liste meistbenutzter Kommandos
-#+begin_src bash
-history | awk '{CMD[$2]++;\
-count++;}END \
-{ for (a in CMD)print CMD[a]\
-" " CMD[a]/count*100 "% " a;}' \
-\| grep -v "./" | column -c3 -s \
-" " -t | sort -nr | nl |  head -n10
-#+end_src
-
-** I/O umleiten
-#+begin_src bash
-ls > dateilisting.txt
-sort < dateilisting.txt > sortiertes_dateilisting.txt
-ls -la | less
-ls -lt | head
-du -h | sort -nr
-find . -type f -print | wc -l
-echo "test" > neuedatei
-echo "muhalol" >> bereitsvorhandenedatei
-#+end_src
diff --git a/attic/kiss-14ss/shell/whyshell.pdf b/attic/kiss-14ss/shell/whyshell.pdf
deleted file mode 100644
index d485c480da277817418915b581f448b7e376dcf7..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/shell/whyshell.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/shell/whyshell.tex b/attic/kiss-14ss/shell/whyshell.tex
deleted file mode 100644
index 6d28c48e674f0dd27232dd4d653dbb0b5fd3828d..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/shell/whyshell.tex
+++ /dev/null
@@ -1,258 +0,0 @@
-% Created 2013-04-18 Thu 19:59
-\documentclass[bigger]{beamer}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage{fixltx2e}
-\usepackage{graphicx}
-\usepackage{longtable}
-\usepackage{float}
-\usepackage{wrapfig}
-\usepackage{soul}
-\usepackage{textcomp}
-\usepackage{marvosym}
-\usepackage{wasysym}
-\usepackage{latexsym}
-\usepackage{amssymb}
-\usepackage{hyperref}
-\tolerance=1000
-\mode<beamer>{\usetheme{Madrid}}
-\providecommand{\alert}[1]{\textbf{#1}}
-
-\title{Arbeiten auf der Commandozeile}
-\author{Björn, Milan \& Co.}
-\date{2012-10-18 Thu}
-\hypersetup{
-  pdfkeywords={},
-  pdfsubject={},
-  pdfcreator={Emacs Org-mode version 7.9.2+}}
-
-\begin{document}
-
-\maketitle
-
-\begin{frame}
-\frametitle{Outline}
-\setcounter{tocdepth}{3}
-\tableofcontents
-\end{frame}
-
-
-\section{Einleitung}
-\label{sec-1}
-\begin{frame}[fragile]
-\frametitle{Wozu eigentlich?}
-\label{sec-1-1}
-
-\begin{itemize}
-\item Bedienung eines Rechners, ggfs. nichtgrafisch ueber ssh (``Server'').
-\item Szenario: Man will auf einem Server den von allen Nutzern verwendeten
-  Speicherplatz zusammenrechnen und das ganze als Textdatei abspeichern.
-\end{itemize}
-
-\begin{verbatim}
-du -s * | sort -nr > $HOME/user_space_report.txt
-\end{verbatim}
-\end{frame}
-\begin{frame}
-\frametitle{Warum eine GUI Umgebung nicht ausreicht}
-\label{sec-1-2}
-
-\begin{itemize}
-\item GUIs sind nuetzlich und sinnvoll fuer viele verschiedene
-\end{itemize}
-Anwendungsgebiete und Aufgaben.
-\begin{itemize}
-\item Symbolischer zugriff auf vorgefertigte Ablaeufe per Icon und Mausclick
-  sind zwar bequem, aber unflexibel und koennen zu ungeniessbaren
-  Workflows fuehren.
-\item RSI (Tennisarm) durch Mausschubsen.
-\item Repetetives stupides Arbeiten im GUI; Beispielaufgabe: Finde alle Textdateien in einer mehrfach verschachtelten Verzeichnisstruktur die eine gewisse Zeichenkette beinhalten und ersetze diese Zeichenkette durch eine andere. -> Typischer Fall fuer ein Script.
-\item GUIs und Desktopumgebungen aendern sich sehr oft und sind alles andere als uniform.
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Die Vorteile der Commandozeile}
-\label{sec-1-3}
-
-\begin{itemize}
-\item Einmal ausgefuehrtes bleibt in der History (C-r fuer Rueckwaertssuche)
-\item Man kann in einer Sprache (Syntax \& Semantik) interaktiv mit dem Computer ``reden'' und ihm sehr praezise mitteilen was man will und ist nicht auf eine ``Babysprache'' beschraenkt.
-\item Scriptbarkeit ``fuer spaeter''
-\end{itemize}
-\end{frame}
-\section{Grundlagen}
-\label{sec-2}
-\begin{frame}
-\frametitle{Ein paar oft benutzte Kommandos (1)}
-\label{sec-2-1}
-
-\begin{itemize}
-\item pwd
-\item ls
-\item cd
-\item mv
-\item cp
-\item rm
-\item mkdir
-\item which
-\item cat
-\item less
-\item tar
-\item man / info
-\item bash
-\item env
-\item chmod / chown
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Ein paar oft benutzte Kommandos (2)}
-\label{sec-2-2}
-
-\begin{itemize}
-\item top
-\item grep
-\item locate
-\item find
-\item cat
-\item echo
-\item alias
-\item free
-\item ps
-\item df
-\item fg
-\item jobs
-\item kill
-\item nohup
-\item su / sudo
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Verzeichnisstruktur}
-\label{sec-2-3}
-
-\begin{itemize}
-\item Hierarchie(!) Wurzel ``/'' ist ``ganz oben'' im Dateisystem (und nicht ``My Computer'' oder ``Arbeitsplatz'').
-\item ``/home/\$USER'' bzw ``\~{}'' ist das Zuhause fuer persoenliche Nutzerdateien und Einstellungen (dotfiles)
-\item ``.'' ist immer das aktuelle Verzeichnis, ``..'' bedeutet ``eine Ebene hoeher''
-\item Andere Verzeichnisse unter / beinhalten z.b. Systemweite Einstellungen, geteilte Dateien, Dokumentationen, Quellcodes, Binaerdateien (Pedant zu .exe unter Windows).
-\item Verzeichnisse, Geraete und anderes Dinge koennen beliebig in die Hierarchie eingebunden werden (mount).
-\item Umbenennen und Verschieben ist ein und dasselbe (denn nur der inode-eintrag im Dateisystem geaendert wird)!
-\item Symbolische und ``Harte'' Verlinkung ist moeglich mit ``ln''.
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Ein paar Dinge zu Dateinamen}
-\label{sec-2-4}
-
-\begin{itemize}
-\item Ein mit einem Punkt ``.'' beginnender Dateiname steht fuer eine ``versteckte'' Datei oder ``dotfile'' (z.b. lokale Systemeinstellungen)
-\item Gross-/Kleinschreibung ist WICHTIG.
-\item Dateiendungen sind rein optional!
-\item Leerstellen sind moeglich, sollten aber vermieden oder ``escaped'' werden!
-\item Bitte bitte bitte keine Minuszeichen als erstes Zeichen im Dateinamen! (geht zwar, tut aber weh. Loesung ``--'' als Trenner)
-\end{itemize}
-\end{frame}
-\begin{frame}
-\frametitle{Was fuer Arten von Kommandos gibt es?}
-\label{sec-2-5}
-
-\begin{itemize}
-\item Ausfuehrbare (chmod +x) dateien (im \$PATH)
-\item Shell-builtins (z.b. cd, echo, alias)
-\item (selbstdefinierte) Shell-funktionen
-\item Aliase
-\end{itemize}
-\begin{itemize}
-
-\item Was und wo ist was?
-\label{sec-2-5-1}%
-\begin{itemize}
-\item type
-\item which
-\item whereis
-\item echo \$PATH
-\end{itemize}
-
-\end{itemize} % ends low level
-\end{frame}
-\begin{frame}
-\frametitle{Hilfe zur Selbsthilfe}
-\label{sec-2-6}
-
-\begin{itemize}
-\item Immer ausprobieren: --help Kurzhilfe
-\item manpages und infopages(!!!) (erfordert oft *-doc pakete)
-\item apropros (== man -k)
-\item help fuer shell buildins
-\end{itemize}
-\end{frame}
-\section{Beispiele}
-\label{sec-3}
-\begin{frame}
-\frametitle{grep (Suchfunktion fuer Dateiinhalte mit oder ohne regex)}
-\label{sec-3-1}
-
-\begin{itemize}
-\item grep -i ``linuxparty'' meinedatei
-\item grep -A 3 -i ``pizza'' meinedatei
-\item grep -r ``hunger'' *  (oder ``rgrep'')
-\end{itemize}
-\end{frame}
-\begin{frame}[fragile]
-\frametitle{find und locate (Suchfunktion fuer Dateinamen)}
-\label{sec-3-2}
-
-\begin{itemize}
-\item locate suchstring
-\item updatedb
-\item find -iname ``*party*
-\item find . -type f -iname *.sh -print0
-\item find -iname ``MyCProgram.c'' -exec md5sum \{} \;
-\end{itemize}
-
-\begin{verbatim}
-find / -iname *.jpg -type f -print | xargs \
-tar -cvzf images.tar.gz
-\end{verbatim}
-\end{frame}
-\begin{frame}
-\frametitle{chmod / chown}
-\label{sec-3-3}
-
-\begin{itemize}
-\item chmod ug+rwx meinedatei
-\item chown meinuser:meinegruppe meinedate
-\end{itemize}
-\end{frame}
-\begin{frame}[fragile]
-\frametitle{Liste meistbenutzter Kommandos}
-\label{sec-3-4}
-
-
-\begin{verbatim}
-history | awk '{CMD[$2]++;\
-count++;}END \
-{ for (a in CMD)print CMD[a]\
-" " CMD[a]/count*100 "% " a;}' \
-\| grep -v "./" | column -c3 -s \
-" " -t | sort -nr | nl |  head -n10
-\end{verbatim}
-\end{frame}
-\begin{frame}[fragile]
-\frametitle{I/O umleiten}
-\label{sec-3-5}
-
-
-\begin{verbatim}
-ls > dateilisting.txt
-sort < dateilisting.txt > sortiertes_dateilisting.txt
-ls -la | less
-ls -lt | head
-du -h | sort -nr
-find . -type f -print | wc -l
-echo "test" > neuedatei
-echo "muhalol" >> bereitsvorhandenedatei
-\end{verbatim}
-\end{frame}
-
-\end{document}
diff --git a/attic/kiss-14ss/thunderbird/.gitignore b/attic/kiss-14ss/thunderbird/.gitignore
deleted file mode 100644
index 3517d7962e4ad44d9c58aaec600d5d3d7ab527cf..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/thunderbird/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.aux
-*.log
-*.nav
-*.out
-*.snm
-*.synctex.gz
-*.toc
-*.vrb
-
diff --git a/attic/kiss-14ss/thunderbird/email_mit_thunderbird.pdf b/attic/kiss-14ss/thunderbird/email_mit_thunderbird.pdf
deleted file mode 100644
index cf2ffd802c15624b0c6c010549e3c1824bcaa9d0..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/thunderbird/email_mit_thunderbird.pdf and /dev/null differ
diff --git a/attic/kiss-14ss/thunderbird/email_mit_thunderbird.tex b/attic/kiss-14ss/thunderbird/email_mit_thunderbird.tex
deleted file mode 100644
index 0546c3e45e7400fbf6f3d705697b3dd01d4d0af5..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/thunderbird/email_mit_thunderbird.tex
+++ /dev/null
@@ -1,101 +0,0 @@
-\documentclass{beamer}
-\usepackage[ngerman]{babel}
-\usepackage[utf8x]{inputenc}
-\usepackage{amsmath,amsfonts,amssymb,hyperref}
-\usetheme{Boadilla}
-\usecolortheme{whale}
-\beamertemplatenavigationsymbolsempty
-\setbeamertemplate{footline}[frame number]
-
-\title{Email mit Thunderbird}
-\author{Daniel Schulte}
-\AtBeginSection[]
-{
-\begin{frame}
-\tableofcontents[currentsection]
-\end{frame}
-}
-
-\begin{document}
-
-\frame{\titlepage}
-\frame{
-	\frametitle{Inhalt}
-    \tableofcontents
-}
-
-\section{Warum Thunderbird?}
-\begin{frame}[<+->]{Warum Thunderbird?}{Features}
-\begin{itemize}
-\item Durch Plugins erweiterbar
-\item Integrierter Newsreader und Chat-Client (u.a. Twitter, Jabber, Facebook)
-\item Stabil, Ausgereift
-\item Kalenderfunktion (Lightning)
-\item Spamfilter, Virtuelle Ordner
-\item PGP/GPG-Support (Enigmail)
-\end{itemize}
-\end{frame}
-
-\section{Thunderbird Installieren}
-\begin{frame}[<+->]{Installation von Thunderbird}
-\begin{itemize}
-\item Thunderbird ist bei vielen Distributionen (auch bei Ubuntu) schon vorinstalliert.
-\item Sollte Thunderbird noch nicht installiert sein kannst du es mit dem für deine Distribution passenden Befehl aus der Liste installieren.
-\end{itemize}
-\begin{block}{Ubuntu}\texttt{apt-get install thunderbird}\end{block}
-\begin{block}{Arch-Linux}\texttt{pacman -S thunderbird}\end{block}
-\begin{block}{SuSE/Fedora}\texttt{yum install thunderbird}\end{block}
-\begin{block}{Gentoo}\texttt{emerge thunderbird}\end{block}
-\end{frame}
-
-\section{Das RWTH-E-Mail Konto mit Thunderbird}
-\begin{frame}{Das RWTH-E-Mail Konto mit Thunderbird}
-Für den RWTH Mailserver sind Zugangsdaten notwendig, aber keine Panik.
-\begin{itemize}
-\item Benutzername: \texttt{<timkennung>+rwth-aachen.de} also z.B. \texttt{mm123456+rwth-aachen.de}
-\item Passwort: \texttt{Euer Passwort} (wenn ihr das nicht geändert habt ist das das gleiche wie für eduroam)
-\end{itemize}
-\end{frame}
-
-\begin{frame}{Das RWTH-E-Mail Konto mit Thunderbird}
-Thunderbird bzw. Mozilla hat eine Datenbank mit den Daten vieler bekannter E-Mail-Anbieter. Die RWTH-Daten kennt Thunderbird leider nicht. Daher Manuelle konfiguration:
-\begin{block}{IMAP-Server}
-	\begin{itemize}
-	\item Server: \texttt{mailbox.rwth-aachen.de}
-	\item Port: 993
-	\item Protokoll: SSL
-	\item Authentifizierung: ``Passwort, normal"
-	\end{itemize}
-\end{block}
-\begin{block}{SMTP-Server}
-	\begin{itemize}
-	\item Server: \texttt{relay-auth.rwth-aachen.de}
-	\item Port: 587
-	\item Protokoll: \texttt{STARTTLS}
-	\item Authentifizierung: ``Passwort, normal"
-	\end{itemize}
-\end{block}
-\end{frame}
-
-\begin{frame}{Das RWTH-E-Mail Konto mit Thunderbird}
-\begin{alertblock}{Achtung!}Thunderbird hat (zur Zeit) Probleme mit der Konfiguration des RWTH Servers\\Wenn der Kontoeinrichtungsassistent fertig ist, einfach auf ``Fertig" klicken und nicht auf ``Erneut Testen"\end{alertblock}
-\end{frame}
-
-\section{Demo/Hands-On}
-\begin{frame}{Demo/Hands-On}
-\begin{block}{Demo}
-Einrichten des RWTH-E-Mail Kontos in Mozilla Thunderbird
-\end{block}
-\end{frame}
-
-\begin{frame}{Ende/Fragen}
-
-\begin{center}\Huge Danke für die Aufmerksamkeit.\end{center}\normalsize
-\begin{center}\large Noch Fragen?\end{center}\normalsize
-\ \\
-\ \\
-\ \\
-\begin{center} E-Mail: \href{mailto:daniel.schulte@rwth-aachen.de}{daniel.schulte@rwth-aachen.de}\end{center}
-\begin{center}Jabber: \href{xmpp:trilader@shin-project.org}{trilader@shin-project.org}\end{center}
-\end{frame}
-\end{document}
diff --git a/attic/kiss-14ss/vpn/RWTH Full Tunnel.pcf b/attic/kiss-14ss/vpn/RWTH Full Tunnel.pcf
deleted file mode 100644
index fff7ae140cdc6e4af7dbf97c23fbec243b728f3f..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/vpn/RWTH Full Tunnel.pcf	
+++ /dev/null
@@ -1,42 +0,0 @@
-[main]
-Description=RWTH Full Tunnel
-Host=vpn.rwth-aachen.de
-AuthType=1
-GroupName=FullTunnel
-GroupPwd=medical
-EnableISPConnect=0
-ISPConnectType=0
-ISPConnect=
-ISPCommand=
-Username=
-SaveUserPassword=1
-EnableBackup=0
-BackupServer=
-EnableNat=1
-CertStore=0
-CertName=
-CertPath=
-CertSubjectName=
-CertSerialHash=
-DHGroup=2
-ForceKeepAlives=0
-enc_GroupPwd=
-UserPassword=
-enc_UserPassword=
-NTDomain=
-EnableMSLogon=0
-MSLogonType=0
-TunnelingMode=0
-TcpTunnelingPort=10000
-PeerTimeout=0
-EnableLocalLAN=1
-SendCertChain=0
-VerifyCertDN=
-EnableSplitDNS=1
-SingleDES=0
-SPPhonebook=
-UseLegacyIKEPort=0
-X-NM-Use-NAT-T=1
-X-NM-Force-NAT-T=0
-X-NM-SaveGroupPassword=1
-
diff --git a/attic/kiss-14ss/vpn/RWTH_VPN_INSTALL.txt b/attic/kiss-14ss/vpn/RWTH_VPN_INSTALL.txt
deleted file mode 100644
index e4dfb0992a3250ea7bf1fc0fecadc610931ef77b..0000000000000000000000000000000000000000
--- a/attic/kiss-14ss/vpn/RWTH_VPN_INSTALL.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Über die Paketverwaltung (Synaptic) vpnc und network-manager-vpnc installieren
-Linke Maustaste auf das Network Manager-Symbol im Tray, oben rechts neben Uhr und Datum
-VPN-Verbindungen -> VPN konfigurieren...
-Hinzufügen
-Gegebenenfalls "Cisco-kompatibler VPN-Client (vpnc)" auswählen, "Erzeugen..."
-Dann die Einstellungen vornehmen:
-Name: beliebig, etwa "RWTH Full Tunnel"
-Gateway: vpn.rwth-aachen.de
-Gruppenname: FullTunnel
-Benutzerpasswort: [Passwort für WLAN/VPN Account]
-Gruppenpasswort: medical
-Benutzername: [in der Form ab123456]
-Domäne: [leer lassen]
-Verschlüsselungsmethode: [Vorgabe so lassen]
-NAT-Traversal: [Vorgabe so lassen]
diff --git a/attic/kiss-14ss/walter/folien-1.pdf b/attic/kiss-14ss/walter/folien-1.pdf
deleted file mode 100644
index ef41f9eb4ef2144ceffe671014a2230da1a6d53c..0000000000000000000000000000000000000000
Binary files a/attic/kiss-14ss/walter/folien-1.pdf and /dev/null differ
diff --git a/attic/lipstick/BootStickEFIAddon.zip b/attic/lipstick/BootStickEFIAddon.zip
deleted file mode 100644
index 10ce30b0c19b3c8f9b375cc00a05de40a2dc3b8c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/BootStickEFIAddon.zip and /dev/null differ
diff --git a/attic/lipstick/Doku/COMMON.tex b/attic/lipstick/Doku/COMMON.tex
deleted file mode 100644
index 5936c397843012e4e88e5b2d6d7b5150e4109afd..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/COMMON.tex
+++ /dev/null
@@ -1 +0,0 @@
-\section{Allgemeine Tools}
diff --git a/attic/lipstick/Doku/FOOTER.tex b/attic/lipstick/Doku/FOOTER.tex
deleted file mode 100644
index 6b47932f52ba844f510fab0477ab6ec38f134315..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/FOOTER.tex
+++ /dev/null
@@ -1 +0,0 @@
-\end{document}
diff --git a/attic/lipstick/Doku/HEADER.tex b/attic/lipstick/Doku/HEADER.tex
deleted file mode 100644
index f8d9ad1909b4e1f7daa9f6f45558c621837fc3b5..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/HEADER.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\documentclass[a4paper]{article}
-
-\usepackage[T1]{fontenc}
-\usepackage[utf8x]{inputenc}
-\usepackage[ngerman]{babel}
-\usepackage{hyperref,breakurl}
-\usepackage[a4paper]{geometry}
-\usepackage{csquotes}
-\usepackage{graphicx}
-\setlength{\parskip}{1em plus 1pt minus 1pt}
-\setlength{\parindent}{0pt}
-
-\begin{document}
-
-Hier ist eine kurze Zusammenfassung über die Pakete, die du bei deiner Linux-Installation ausgewählt hast.
-Des weiteren gibt es für jedes Programm eine kurze Erklärung wofür es gut ist und wie es zu benutzen ist, z.B. über eine graphische 
-Oberfläche oder über das Terminal.
-
-\tableofcontents
diff --git a/attic/lipstick/Doku/INFORMATIK.tex b/attic/lipstick/Doku/INFORMATIK.tex
deleted file mode 100644
index 2d6c1b6b7f2d549cdf1972f02e2c7363e9958c3b..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/INFORMATIK.tex
+++ /dev/null
@@ -1 +0,0 @@
-\section{Programme für Informatiker}
diff --git a/attic/lipstick/Doku/MATHEMATIK.tex b/attic/lipstick/Doku/MATHEMATIK.tex
deleted file mode 100644
index e10247bcb569a7b712fd8af44f9c5bddd4f73f0e..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/MATHEMATIK.tex
+++ /dev/null
@@ -1 +0,0 @@
-\section{Programme für Mathematiker}
diff --git a/attic/lipstick/Doku/PHYSIK.tex b/attic/lipstick/Doku/PHYSIK.tex
deleted file mode 100644
index 561be592af6ac4c9abf6edad7dbfcde108db621f..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/PHYSIK.tex
+++ /dev/null
@@ -1 +0,0 @@
-\section{Programme für Physiker}
diff --git a/attic/lipstick/Doku/anaconda.tex b/attic/lipstick/Doku/anaconda.tex
deleted file mode 100644
index 3d02b9645ecfc5a2fbf7c7cf068e0ed164380962..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/anaconda.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-\subsection{anaconda}
-Anaconda ist ein umfassendes Tool für wissenschaftliche Berechnungen in Python, es beinhaltet Standard-Bibliotheken, Tools und eine IDE.
-
-~
-
-Aufzurufen über die graphische Oberfläche.\\
-Für Hilfe: \texttt{conda help}
-
diff --git a/attic/lipstick/Doku/dia.tex b/attic/lipstick/Doku/dia.tex
deleted file mode 100644
index 4544918b9f3e5ac9197602b9ea290f66922cc4cf..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/dia.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-
-\subsection{dia}
-
-~
-	
-Dia ist ein Programm mit grafischer Oberfläche zur Erstellung verschiedener Diagramme; zum Beispiel UML-Diagramme (für Klassen und Usecases), Programmablaufdiagramme und vieles mehr. 
-Es ist hilfreich in der Vorlesung Softwaretechnik. 
-Dia bietet verschiedene Exportmöglichkeiten zum Beispiel nach \LaTeX sowie in die gängigen Bildertypen, sodass es universell verwendtbar ist.
-Das Programm arbeitet nach dem Prinzip "`What you see is what you get"'. 
-Mehr Infos unter \url{https://wiki.gnome.org/Apps/Dia}
-~
-
-Aufzurufen in der Kommondozeile mit: \texttt{dia}
-
-
diff --git a/attic/lipstick/Doku/fityk.tex b/attic/lipstick/Doku/fityk.tex
deleted file mode 100644
index b50717c3c8be1110c434404edcc1e08a2537c66f..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/fityk.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-
-\subsection{fityk}
-
-~
-	
-Fityk ist ein Programm mit grafischer Oberfläche um Messdaten als Graphen zu fitten. Es zeichnet sich dadurch aus, dass es sehr robuste Fits produziert. Grundsätzlich beherrscht es einen Skripting-Modus.
-
-Fityk ist wahrscheinlich nur dann das Tool der Wahl, wenn andere Fit-Systeme an der Komplexität des Problemes scheitern, da für jeden Fit einiges an "`Handarbeit"' erforderlich ist.
-
-Fityk sollte im Anwendungsmenü unter "`Bildung"' zu finden sein.
-
-~
-
-Aufzurufen im Terminal mit: \texttt{fityk}
-
diff --git a/attic/lipstick/Doku/gddrescue.tex b/attic/lipstick/Doku/gddrescue.tex
deleted file mode 100644
index 75b39c1a2f1003e06413a3b380e1550a4c867267..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/gddrescue.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\subsection{gddrescue}
-\textbf{G}NU \textbf{ddrescue} ist ein Datenrettungs-Tool, welches gelöschte und beschädigte Dateien, wenn möglich, wieder herstellen kann. Auch können mit ddrescue ganze Partitionen gespiegelt werden.
-
-ddrescue ist ein Komandozeilentool, welches im Terminal mit \texttt{ddrescue 'Optionen' 'Quelle' 'Ziel' 'Logdatei'} aufgerufen werden kann.
-
-Mit der Logdatei kann nach einem Abbruch des Vorgangs mittels Ctrl+C der Vorgang an der gleichen Stelle fortgesetzt werden, sie muss aber nicht angegeben werden.
-
-Um beispielsweise zu Versuchen, eine nicht mehr lesbare Datei zu retten kann mittels \texttt{ddrescue -v kaputte\_datei.txt zieldatei.txt} versucht werden, die Datei \texttt{kaputte\_datei.txt}, soweit möglich, in die Datei \texttt{zieldatei.txt} zu kopieren. \texttt{-v} sorgt dabei dafür, dass mehr infos auf dem Terminal ausgegeben werden, die nützlich sein können.
-
-Weitere Optionen und Anwendungsbeispiele kannst du unter \url{http://wiki.ubuntuusers.de/gddrescue}
\ No newline at end of file
diff --git a/attic/lipstick/Doku/gimp.tex b/attic/lipstick/Doku/gimp.tex
deleted file mode 100644
index aa960d7cd6c9ae064041ad2364d2c35b7f310d1c..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/gimp.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\subsection{GIMP}
-
-GIMP, das GNU Image Manipulation Program, ist ein Bildbearbeitungsprogramm. Es hat eine grafische Oberfläche und ist pixelbasiert. Während es einfache Bearbeitung durch den ungeübten Benutzer zulässt, ist es durchaus als angehende Alternative zum bekannten Photoshop angelegt und beinhaltet daher auch viele Profi-Funktionen.
-
-Du kannst es über das Menü aufrufen oder über ein Terminal starten. Auf letzterem gibst du einfach \texttt{gimp} ein. Im Menü klickst du auf dieses Logo: \includegraphics[height=1.5em]{logos/gimp}
-
-GIMP öffnet beim Start drei Fenster. Im großen Hauptfenster siehst du das zu bearbeitende Bild, sobald du eines geöffnet hast. Dort ist auch das Menü, welches dir alle Optionen zur Verfügung stellt. In einem weiteren Fenster findest du die Toolbox, in welcher du die Werkzeuge, mit denen du das Bild bearbeitest, auswählen kannst. In einem weiteren Fenster siehst du Layer und weitere Funktionen, mit denen du weitere Möglichkeiten hast. Öffnest du zum Beispiel ein Photo lässt dich GIMP dort nicht einfach malen. Du kannst einen Layer, den du dann frei bearbeiten kannst, darüber legen. Öffnest du weitere Grafiken erhälst du nur weitere Hauptfenster und kannst die beiden anderen Fenster wiederverwenden.
-\begin{center}
-\includegraphics[width=0.95\linewidth]{screenshot/gimp}
-\end{center}
diff --git a/attic/lipstick/Doku/git.tex b/attic/lipstick/Doku/git.tex
deleted file mode 100644
index 56d21fb87d9c29ab16de5b00b5ea78fc32e0bda9..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/git.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-
-\subsection{git}
-Git ist ein dezentrales (nicht zwingend Server-basiertes) Versionsverwaltungssystem.
-
-~
-
-Standardaufrufe im Zielverzeichnis im Terminal mit:\\
-\texttt{git status}\\
-\texttt{git pull}\\
-\texttt{git diff}\\
-\texttt{git commit}
-
-~
-
-
-Für Hilfe: \texttt{git help}
-
diff --git a/attic/lipstick/Doku/gnome.tex b/attic/lipstick/Doku/gnome.tex
deleted file mode 100644
index 25e46b1b1ded18d9c31542c3b405e98c82155327..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/gnome.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\subsection{Gnome}
-Gnome installiert die GNOME3 Desktop-Umgebung mit den GNOME Standard-Programmen uns stellt somit eine Alternative zum vorinstallierten KDE dar. GNOME kann nach der Installation im Login-Menü als Desktop Umgebung ausgewählt werden.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/attic/lipstick/Doku/gnuplot.tex b/attic/lipstick/Doku/gnuplot.tex
deleted file mode 100644
index 6466ebcab42ac8a433b4d8cc38f1c7f97047b521..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/gnuplot.tex
+++ /dev/null
@@ -1,32 +0,0 @@
-
-\subsection{gnuplot}
-
-~
-	
-Gnuplot ist eine Kommandozeilen / Skript basierte Anwendung zum plotten von zwei- oder dreidimensionalen Funktionen und Daten.
-Zum Lernen von gnuplot bietet sich\\ http://www.gnuplot.info/docs/tutorial.pdf an.\\
-Gnuplot lässt sich problemlos in \LaTeX\ integrieren
-
-~
-
-Aufzurufen im Terminal mit: 
-
-~
-
-\texttt{gnuplot}
-
-~
-
-Mit den Folgenden Anweisungen in gnuplot werden die Graphen von $(x/4)^2$ $sin(x)$ und $1/x$ in den angegeben Grenzen gezeichnet.
-
-~
-
-\begin{verbatim}
-set title "Some Math Functions"
-set xrange [-10:10]
-set yrange [-2:2]
-set zeroaxis
-plot (x/4)**2, sin(x), 1/x
-\end{verbatim}
-Die Ausgabe sieht ähnlich wie die folgende aus:\\
-\input{gnuplot_plot}
diff --git a/attic/lipstick/Doku/gnuplot_plot.tex b/attic/lipstick/Doku/gnuplot_plot.tex
deleted file mode 100644
index 34ea3f078e985eae8237daab263f6cbda7221901..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/gnuplot_plot.tex
+++ /dev/null
@@ -1,552 +0,0 @@
-% GNUPLOT: LaTeX picture
-\setlength{\unitlength}{0.240900pt}
-\ifx\plotpoint\undefined\newsavebox{\plotpoint}\fi
-\begin{picture}(1500,900)(0,0)
-\sbox{\plotpoint}{\rule[-0.200pt]{0.400pt}{0.400pt}}%
-\put(130.0,82.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,82){\makebox(0,0)[r]{$-2$}}
-\put(1419.0,82.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,169.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,169){\makebox(0,0)[r]{$-1.5$}}
-\put(1419.0,169.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,256.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,256){\makebox(0,0)[r]{$-1$}}
-\put(1419.0,256.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,342.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,342){\makebox(0,0)[r]{$-0.5$}}
-\put(1419.0,342.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,429.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,429){\makebox(0,0)[r]{$0$}}
-\put(1419.0,429.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,516.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,516){\makebox(0,0)[r]{$0.5$}}
-\put(1419.0,516.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,603.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,603){\makebox(0,0)[r]{$1$}}
-\put(1419.0,603.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,689.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,689){\makebox(0,0)[r]{$1.5$}}
-\put(1419.0,689.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,776.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(110,776){\makebox(0,0)[r]{$2$}}
-\put(1419.0,776.0){\rule[-0.200pt]{4.818pt}{0.400pt}}
-\put(130.0,82.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(130,41){\makebox(0,0){$-10$}}
-\put(130.0,756.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(457.0,82.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(457,41){\makebox(0,0){$-5$}}
-\put(457.0,756.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(785.0,82.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(785,41){\makebox(0,0){$0$}}
-\put(785.0,756.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(1112.0,82.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(1112,41){\makebox(0,0){$5$}}
-\put(1112.0,756.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(1439.0,82.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(1439,41){\makebox(0,0){$10$}}
-\put(1439.0,756.0){\rule[-0.200pt]{0.400pt}{4.818pt}}
-\put(130.0,429.0){\rule[-0.200pt]{315.338pt}{0.400pt}}
-\put(785.0,82.0){\rule[-0.200pt]{0.400pt}{167.185pt}}
-\put(130.0,82.0){\rule[-0.200pt]{0.400pt}{167.185pt}}
-\put(130.0,82.0){\rule[-0.200pt]{315.338pt}{0.400pt}}
-\put(1439.0,82.0){\rule[-0.200pt]{0.400pt}{167.185pt}}
-\put(130.0,776.0){\rule[-0.200pt]{315.338pt}{0.400pt}}
-\put(784,838){\makebox(0,0){Some Math Functions}}
-\put(1279,735){\makebox(0,0)[r]{(x/4)**2}}
-\multiput(414.59,772.74)(0.485,-0.874){11}{\rule{0.117pt}{0.786pt}}
-\multiput(413.17,774.37)(7.000,-10.369){2}{\rule{0.400pt}{0.393pt}}
-\multiput(421.58,760.52)(0.493,-0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(420.17,762.26)(13.000,-22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(434.58,736.65)(0.493,-0.893){23}{\rule{0.119pt}{0.808pt}}
-\multiput(433.17,738.32)(13.000,-21.324){2}{\rule{0.400pt}{0.404pt}}
-\multiput(447.58,713.98)(0.494,-0.791){25}{\rule{0.119pt}{0.729pt}}
-\multiput(446.17,715.49)(14.000,-20.488){2}{\rule{0.400pt}{0.364pt}}
-\multiput(461.58,691.77)(0.493,-0.853){23}{\rule{0.119pt}{0.777pt}}
-\multiput(460.17,693.39)(13.000,-20.387){2}{\rule{0.400pt}{0.388pt}}
-\multiput(474.58,670.03)(0.493,-0.774){23}{\rule{0.119pt}{0.715pt}}
-\multiput(473.17,671.52)(13.000,-18.515){2}{\rule{0.400pt}{0.358pt}}
-\multiput(487.58,650.16)(0.493,-0.734){23}{\rule{0.119pt}{0.685pt}}
-\multiput(486.17,651.58)(13.000,-17.579){2}{\rule{0.400pt}{0.342pt}}
-\multiput(500.58,631.16)(0.493,-0.734){23}{\rule{0.119pt}{0.685pt}}
-\multiput(499.17,632.58)(13.000,-17.579){2}{\rule{0.400pt}{0.342pt}}
-\multiput(513.58,612.45)(0.494,-0.644){25}{\rule{0.119pt}{0.614pt}}
-\multiput(512.17,613.73)(14.000,-16.725){2}{\rule{0.400pt}{0.307pt}}
-\multiput(527.58,594.41)(0.493,-0.655){23}{\rule{0.119pt}{0.623pt}}
-\multiput(526.17,595.71)(13.000,-15.707){2}{\rule{0.400pt}{0.312pt}}
-\multiput(540.58,577.67)(0.493,-0.576){23}{\rule{0.119pt}{0.562pt}}
-\multiput(539.17,578.83)(13.000,-13.834){2}{\rule{0.400pt}{0.281pt}}
-\multiput(553.58,562.54)(0.493,-0.616){23}{\rule{0.119pt}{0.592pt}}
-\multiput(552.17,563.77)(13.000,-14.771){2}{\rule{0.400pt}{0.296pt}}
-\multiput(566.00,547.92)(0.497,-0.494){25}{\rule{0.500pt}{0.119pt}}
-\multiput(566.00,548.17)(12.962,-14.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(580.00,533.92)(0.497,-0.493){23}{\rule{0.500pt}{0.119pt}}
-\multiput(580.00,534.17)(11.962,-13.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(593.00,520.92)(0.539,-0.492){21}{\rule{0.533pt}{0.119pt}}
-\multiput(593.00,521.17)(11.893,-12.000){2}{\rule{0.267pt}{0.400pt}}
-\multiput(606.00,508.92)(0.539,-0.492){21}{\rule{0.533pt}{0.119pt}}
-\multiput(606.00,509.17)(11.893,-12.000){2}{\rule{0.267pt}{0.400pt}}
-\multiput(619.00,496.92)(0.652,-0.491){17}{\rule{0.620pt}{0.118pt}}
-\multiput(619.00,497.17)(11.713,-10.000){2}{\rule{0.310pt}{0.400pt}}
-\multiput(632.00,486.92)(0.704,-0.491){17}{\rule{0.660pt}{0.118pt}}
-\multiput(632.00,487.17)(12.630,-10.000){2}{\rule{0.330pt}{0.400pt}}
-\multiput(646.00,476.93)(0.728,-0.489){15}{\rule{0.678pt}{0.118pt}}
-\multiput(646.00,477.17)(11.593,-9.000){2}{\rule{0.339pt}{0.400pt}}
-\multiput(659.00,467.93)(0.824,-0.488){13}{\rule{0.750pt}{0.117pt}}
-\multiput(659.00,468.17)(11.443,-8.000){2}{\rule{0.375pt}{0.400pt}}
-\multiput(672.00,459.93)(0.950,-0.485){11}{\rule{0.843pt}{0.117pt}}
-\multiput(672.00,460.17)(11.251,-7.000){2}{\rule{0.421pt}{0.400pt}}
-\multiput(685.00,452.93)(1.214,-0.482){9}{\rule{1.033pt}{0.116pt}}
-\multiput(685.00,453.17)(11.855,-6.000){2}{\rule{0.517pt}{0.400pt}}
-\multiput(699.00,446.93)(1.123,-0.482){9}{\rule{0.967pt}{0.116pt}}
-\multiput(699.00,447.17)(10.994,-6.000){2}{\rule{0.483pt}{0.400pt}}
-\multiput(712.00,440.94)(1.797,-0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(712.00,441.17)(10.094,-4.000){2}{\rule{0.700pt}{0.400pt}}
-\multiput(725.00,436.94)(1.797,-0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(725.00,437.17)(10.094,-4.000){2}{\rule{0.700pt}{0.400pt}}
-\put(738,432.17){\rule{2.700pt}{0.400pt}}
-\multiput(738.00,433.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(751,430.17){\rule{2.900pt}{0.400pt}}
-\multiput(751.00,431.17)(7.981,-2.000){2}{\rule{1.450pt}{0.400pt}}
-\put(765,428.67){\rule{3.132pt}{0.400pt}}
-\multiput(765.00,429.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1299.0,735.0){\rule[-0.200pt]{24.090pt}{0.400pt}}
-\put(791,428.67){\rule{3.132pt}{0.400pt}}
-\multiput(791.00,428.17)(6.500,1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(804,430.17){\rule{2.900pt}{0.400pt}}
-\multiput(804.00,429.17)(7.981,2.000){2}{\rule{1.450pt}{0.400pt}}
-\put(818,432.17){\rule{2.700pt}{0.400pt}}
-\multiput(818.00,431.17)(7.396,2.000){2}{\rule{1.350pt}{0.400pt}}
-\multiput(831.00,434.60)(1.797,0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(831.00,433.17)(10.094,4.000){2}{\rule{0.700pt}{0.400pt}}
-\multiput(844.00,438.60)(1.797,0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(844.00,437.17)(10.094,4.000){2}{\rule{0.700pt}{0.400pt}}
-\multiput(857.00,442.59)(1.123,0.482){9}{\rule{0.967pt}{0.116pt}}
-\multiput(857.00,441.17)(10.994,6.000){2}{\rule{0.483pt}{0.400pt}}
-\multiput(870.00,448.59)(1.214,0.482){9}{\rule{1.033pt}{0.116pt}}
-\multiput(870.00,447.17)(11.855,6.000){2}{\rule{0.517pt}{0.400pt}}
-\multiput(884.00,454.59)(0.950,0.485){11}{\rule{0.843pt}{0.117pt}}
-\multiput(884.00,453.17)(11.251,7.000){2}{\rule{0.421pt}{0.400pt}}
-\multiput(897.00,461.59)(0.824,0.488){13}{\rule{0.750pt}{0.117pt}}
-\multiput(897.00,460.17)(11.443,8.000){2}{\rule{0.375pt}{0.400pt}}
-\multiput(910.00,469.59)(0.728,0.489){15}{\rule{0.678pt}{0.118pt}}
-\multiput(910.00,468.17)(11.593,9.000){2}{\rule{0.339pt}{0.400pt}}
-\multiput(923.00,478.58)(0.704,0.491){17}{\rule{0.660pt}{0.118pt}}
-\multiput(923.00,477.17)(12.630,10.000){2}{\rule{0.330pt}{0.400pt}}
-\multiput(937.00,488.58)(0.652,0.491){17}{\rule{0.620pt}{0.118pt}}
-\multiput(937.00,487.17)(11.713,10.000){2}{\rule{0.310pt}{0.400pt}}
-\multiput(950.00,498.58)(0.539,0.492){21}{\rule{0.533pt}{0.119pt}}
-\multiput(950.00,497.17)(11.893,12.000){2}{\rule{0.267pt}{0.400pt}}
-\multiput(963.00,510.58)(0.539,0.492){21}{\rule{0.533pt}{0.119pt}}
-\multiput(963.00,509.17)(11.893,12.000){2}{\rule{0.267pt}{0.400pt}}
-\multiput(976.00,522.58)(0.497,0.493){23}{\rule{0.500pt}{0.119pt}}
-\multiput(976.00,521.17)(11.962,13.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(989.00,535.58)(0.497,0.494){25}{\rule{0.500pt}{0.119pt}}
-\multiput(989.00,534.17)(12.962,14.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(1003.58,549.00)(0.493,0.616){23}{\rule{0.119pt}{0.592pt}}
-\multiput(1002.17,549.00)(13.000,14.771){2}{\rule{0.400pt}{0.296pt}}
-\multiput(1016.58,565.00)(0.493,0.576){23}{\rule{0.119pt}{0.562pt}}
-\multiput(1015.17,565.00)(13.000,13.834){2}{\rule{0.400pt}{0.281pt}}
-\multiput(1029.58,580.00)(0.493,0.655){23}{\rule{0.119pt}{0.623pt}}
-\multiput(1028.17,580.00)(13.000,15.707){2}{\rule{0.400pt}{0.312pt}}
-\multiput(1042.58,597.00)(0.494,0.644){25}{\rule{0.119pt}{0.614pt}}
-\multiput(1041.17,597.00)(14.000,16.725){2}{\rule{0.400pt}{0.307pt}}
-\multiput(1056.58,615.00)(0.493,0.734){23}{\rule{0.119pt}{0.685pt}}
-\multiput(1055.17,615.00)(13.000,17.579){2}{\rule{0.400pt}{0.342pt}}
-\multiput(1069.58,634.00)(0.493,0.734){23}{\rule{0.119pt}{0.685pt}}
-\multiput(1068.17,634.00)(13.000,17.579){2}{\rule{0.400pt}{0.342pt}}
-\multiput(1082.58,653.00)(0.493,0.774){23}{\rule{0.119pt}{0.715pt}}
-\multiput(1081.17,653.00)(13.000,18.515){2}{\rule{0.400pt}{0.358pt}}
-\multiput(1095.58,673.00)(0.493,0.853){23}{\rule{0.119pt}{0.777pt}}
-\multiput(1094.17,673.00)(13.000,20.387){2}{\rule{0.400pt}{0.388pt}}
-\multiput(1108.58,695.00)(0.494,0.791){25}{\rule{0.119pt}{0.729pt}}
-\multiput(1107.17,695.00)(14.000,20.488){2}{\rule{0.400pt}{0.364pt}}
-\multiput(1122.58,717.00)(0.493,0.893){23}{\rule{0.119pt}{0.808pt}}
-\multiput(1121.17,717.00)(13.000,21.324){2}{\rule{0.400pt}{0.404pt}}
-\multiput(1135.58,740.00)(0.493,0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(1134.17,740.00)(13.000,22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(1148.59,764.00)(0.485,0.874){11}{\rule{0.117pt}{0.786pt}}
-\multiput(1147.17,764.00)(7.000,10.369){2}{\rule{0.400pt}{0.393pt}}
-\put(778.0,429.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1279,694){\makebox(0,0)[r]{sin(x)}}
-\put(1299.0,694.0){\rule[-0.200pt]{24.090pt}{0.400pt}}
-\put(130,523){\usebox{\plotpoint}}
-\multiput(130.58,518.63)(0.493,-1.210){23}{\rule{0.119pt}{1.054pt}}
-\multiput(129.17,520.81)(13.000,-28.813){2}{\rule{0.400pt}{0.527pt}}
-\multiput(143.58,487.37)(0.493,-1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(142.17,489.68)(13.000,-30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(156.58,454.43)(0.494,-1.268){25}{\rule{0.119pt}{1.100pt}}
-\multiput(155.17,456.72)(14.000,-32.717){2}{\rule{0.400pt}{0.550pt}}
-\multiput(170.58,419.11)(0.493,-1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(169.17,421.56)(13.000,-32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(183.58,384.37)(0.493,-1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(182.17,386.68)(13.000,-30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(196.58,351.75)(0.493,-1.171){23}{\rule{0.119pt}{1.023pt}}
-\multiput(195.17,353.88)(13.000,-27.877){2}{\rule{0.400pt}{0.512pt}}
-\multiput(209.58,322.50)(0.494,-0.938){25}{\rule{0.119pt}{0.843pt}}
-\multiput(208.17,324.25)(14.000,-24.251){2}{\rule{0.400pt}{0.421pt}}
-\multiput(223.58,296.90)(0.493,-0.814){23}{\rule{0.119pt}{0.746pt}}
-\multiput(222.17,298.45)(13.000,-19.451){2}{\rule{0.400pt}{0.373pt}}
-\multiput(236.58,276.80)(0.493,-0.536){23}{\rule{0.119pt}{0.531pt}}
-\multiput(235.17,277.90)(13.000,-12.898){2}{\rule{0.400pt}{0.265pt}}
-\multiput(249.00,263.93)(0.824,-0.488){13}{\rule{0.750pt}{0.117pt}}
-\multiput(249.00,264.17)(11.443,-8.000){2}{\rule{0.375pt}{0.400pt}}
-\put(262,255.67){\rule{3.132pt}{0.400pt}}
-\multiput(262.00,256.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\multiput(275.00,256.59)(1.214,0.482){9}{\rule{1.033pt}{0.116pt}}
-\multiput(275.00,255.17)(11.855,6.000){2}{\rule{0.517pt}{0.400pt}}
-\multiput(289.00,262.58)(0.497,0.493){23}{\rule{0.500pt}{0.119pt}}
-\multiput(289.00,261.17)(11.962,13.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(302.58,275.00)(0.493,0.734){23}{\rule{0.119pt}{0.685pt}}
-\multiput(301.17,275.00)(13.000,17.579){2}{\rule{0.400pt}{0.342pt}}
-\multiput(315.58,294.00)(0.493,0.972){23}{\rule{0.119pt}{0.869pt}}
-\multiput(314.17,294.00)(13.000,23.196){2}{\rule{0.400pt}{0.435pt}}
-\multiput(328.58,319.00)(0.494,1.048){25}{\rule{0.119pt}{0.929pt}}
-\multiput(327.17,319.00)(14.000,27.073){2}{\rule{0.400pt}{0.464pt}}
-\multiput(342.58,348.00)(0.493,1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(341.17,348.00)(13.000,30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(355.58,381.00)(0.493,1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(354.17,381.00)(13.000,31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(368.58,415.00)(0.493,1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(367.17,415.00)(13.000,32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(381.58,450.00)(0.493,1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(380.17,450.00)(13.000,31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(394.58,484.00)(0.494,1.158){25}{\rule{0.119pt}{1.014pt}}
-\multiput(393.17,484.00)(14.000,29.895){2}{\rule{0.400pt}{0.507pt}}
-\multiput(408.58,516.00)(0.493,1.091){23}{\rule{0.119pt}{0.962pt}}
-\multiput(407.17,516.00)(13.000,26.004){2}{\rule{0.400pt}{0.481pt}}
-\multiput(421.58,544.00)(0.493,0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(420.17,544.00)(13.000,22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(434.58,568.00)(0.493,0.695){23}{\rule{0.119pt}{0.654pt}}
-\multiput(433.17,568.00)(13.000,16.643){2}{\rule{0.400pt}{0.327pt}}
-\multiput(447.00,586.58)(0.582,0.492){21}{\rule{0.567pt}{0.119pt}}
-\multiput(447.00,585.17)(12.824,12.000){2}{\rule{0.283pt}{0.400pt}}
-\multiput(461.00,598.60)(1.797,0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(461.00,597.17)(10.094,4.000){2}{\rule{0.700pt}{0.400pt}}
-\put(474,600.17){\rule{2.700pt}{0.400pt}}
-\multiput(474.00,601.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\multiput(487.00,598.93)(0.728,-0.489){15}{\rule{0.678pt}{0.118pt}}
-\multiput(487.00,599.17)(11.593,-9.000){2}{\rule{0.339pt}{0.400pt}}
-\multiput(500.58,588.54)(0.493,-0.616){23}{\rule{0.119pt}{0.592pt}}
-\multiput(499.17,589.77)(13.000,-14.771){2}{\rule{0.400pt}{0.296pt}}
-\multiput(513.58,571.98)(0.494,-0.791){25}{\rule{0.119pt}{0.729pt}}
-\multiput(512.17,573.49)(14.000,-20.488){2}{\rule{0.400pt}{0.364pt}}
-\multiput(527.58,549.14)(0.493,-1.052){23}{\rule{0.119pt}{0.931pt}}
-\multiput(526.17,551.07)(13.000,-25.068){2}{\rule{0.400pt}{0.465pt}}
-\multiput(540.58,521.75)(0.493,-1.171){23}{\rule{0.119pt}{1.023pt}}
-\multiput(539.17,523.88)(13.000,-27.877){2}{\rule{0.400pt}{0.512pt}}
-\multiput(553.58,491.24)(0.493,-1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(552.17,493.62)(13.000,-31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(566.58,457.43)(0.494,-1.268){25}{\rule{0.119pt}{1.100pt}}
-\multiput(565.17,459.72)(14.000,-32.717){2}{\rule{0.400pt}{0.550pt}}
-\multiput(580.58,422.11)(0.493,-1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(579.17,424.56)(13.000,-32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(593.58,387.37)(0.493,-1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(592.17,389.68)(13.000,-30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(606.58,354.75)(0.493,-1.171){23}{\rule{0.119pt}{1.023pt}}
-\multiput(605.17,356.88)(13.000,-27.877){2}{\rule{0.400pt}{0.512pt}}
-\multiput(619.58,325.14)(0.493,-1.052){23}{\rule{0.119pt}{0.931pt}}
-\multiput(618.17,327.07)(13.000,-25.068){2}{\rule{0.400pt}{0.465pt}}
-\multiput(632.58,299.09)(0.494,-0.754){25}{\rule{0.119pt}{0.700pt}}
-\multiput(631.17,300.55)(14.000,-19.547){2}{\rule{0.400pt}{0.350pt}}
-\multiput(646.58,278.67)(0.493,-0.576){23}{\rule{0.119pt}{0.562pt}}
-\multiput(645.17,279.83)(13.000,-13.834){2}{\rule{0.400pt}{0.281pt}}
-\multiput(659.00,264.93)(0.728,-0.489){15}{\rule{0.678pt}{0.118pt}}
-\multiput(659.00,265.17)(11.593,-9.000){2}{\rule{0.339pt}{0.400pt}}
-\put(672,255.67){\rule{3.132pt}{0.400pt}}
-\multiput(672.00,256.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\multiput(685.00,256.59)(1.489,0.477){7}{\rule{1.220pt}{0.115pt}}
-\multiput(685.00,255.17)(11.468,5.000){2}{\rule{0.610pt}{0.400pt}}
-\multiput(699.00,261.58)(0.497,0.493){23}{\rule{0.500pt}{0.119pt}}
-\multiput(699.00,260.17)(11.962,13.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(712.58,274.00)(0.493,0.695){23}{\rule{0.119pt}{0.654pt}}
-\multiput(711.17,274.00)(13.000,16.643){2}{\rule{0.400pt}{0.327pt}}
-\multiput(725.58,292.00)(0.493,0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(724.17,292.00)(13.000,22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(738.58,316.00)(0.493,1.131){23}{\rule{0.119pt}{0.992pt}}
-\multiput(737.17,316.00)(13.000,26.940){2}{\rule{0.400pt}{0.496pt}}
-\multiput(751.58,345.00)(0.494,1.158){25}{\rule{0.119pt}{1.014pt}}
-\multiput(750.17,345.00)(14.000,29.895){2}{\rule{0.400pt}{0.507pt}}
-\multiput(765.58,377.00)(0.493,1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(764.17,377.00)(13.000,32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(778.58,412.00)(0.493,1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(777.17,412.00)(13.000,31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(791.58,446.00)(0.493,1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(790.17,446.00)(13.000,32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(804.58,481.00)(0.494,1.158){25}{\rule{0.119pt}{1.014pt}}
-\multiput(803.17,481.00)(14.000,29.895){2}{\rule{0.400pt}{0.507pt}}
-\multiput(818.58,513.00)(0.493,1.131){23}{\rule{0.119pt}{0.992pt}}
-\multiput(817.17,513.00)(13.000,26.940){2}{\rule{0.400pt}{0.496pt}}
-\multiput(831.58,542.00)(0.493,0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(830.17,542.00)(13.000,22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(844.58,566.00)(0.493,0.695){23}{\rule{0.119pt}{0.654pt}}
-\multiput(843.17,566.00)(13.000,16.643){2}{\rule{0.400pt}{0.327pt}}
-\multiput(857.00,584.58)(0.497,0.493){23}{\rule{0.500pt}{0.119pt}}
-\multiput(857.00,583.17)(11.962,13.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(870.00,597.59)(1.489,0.477){7}{\rule{1.220pt}{0.115pt}}
-\multiput(870.00,596.17)(11.468,5.000){2}{\rule{0.610pt}{0.400pt}}
-\put(884,600.67){\rule{3.132pt}{0.400pt}}
-\multiput(884.00,601.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\multiput(897.00,599.93)(0.728,-0.489){15}{\rule{0.678pt}{0.118pt}}
-\multiput(897.00,600.17)(11.593,-9.000){2}{\rule{0.339pt}{0.400pt}}
-\multiput(910.58,589.67)(0.493,-0.576){23}{\rule{0.119pt}{0.562pt}}
-\multiput(909.17,590.83)(13.000,-13.834){2}{\rule{0.400pt}{0.281pt}}
-\multiput(923.58,574.09)(0.494,-0.754){25}{\rule{0.119pt}{0.700pt}}
-\multiput(922.17,575.55)(14.000,-19.547){2}{\rule{0.400pt}{0.350pt}}
-\multiput(937.58,552.14)(0.493,-1.052){23}{\rule{0.119pt}{0.931pt}}
-\multiput(936.17,554.07)(13.000,-25.068){2}{\rule{0.400pt}{0.465pt}}
-\multiput(950.58,524.75)(0.493,-1.171){23}{\rule{0.119pt}{1.023pt}}
-\multiput(949.17,526.88)(13.000,-27.877){2}{\rule{0.400pt}{0.512pt}}
-\multiput(963.58,494.37)(0.493,-1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(962.17,496.68)(13.000,-30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(976.58,461.11)(0.493,-1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(975.17,463.56)(13.000,-32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(989.58,426.43)(0.494,-1.268){25}{\rule{0.119pt}{1.100pt}}
-\multiput(988.17,428.72)(14.000,-32.717){2}{\rule{0.400pt}{0.550pt}}
-\multiput(1003.58,391.24)(0.493,-1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(1002.17,393.62)(13.000,-31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(1016.58,357.75)(0.493,-1.171){23}{\rule{0.119pt}{1.023pt}}
-\multiput(1015.17,359.88)(13.000,-27.877){2}{\rule{0.400pt}{0.512pt}}
-\multiput(1029.58,328.14)(0.493,-1.052){23}{\rule{0.119pt}{0.931pt}}
-\multiput(1028.17,330.07)(13.000,-25.068){2}{\rule{0.400pt}{0.465pt}}
-\multiput(1042.58,301.98)(0.494,-0.791){25}{\rule{0.119pt}{0.729pt}}
-\multiput(1041.17,303.49)(14.000,-20.488){2}{\rule{0.400pt}{0.364pt}}
-\multiput(1056.58,280.54)(0.493,-0.616){23}{\rule{0.119pt}{0.592pt}}
-\multiput(1055.17,281.77)(13.000,-14.771){2}{\rule{0.400pt}{0.296pt}}
-\multiput(1069.00,265.93)(0.728,-0.489){15}{\rule{0.678pt}{0.118pt}}
-\multiput(1069.00,266.17)(11.593,-9.000){2}{\rule{0.339pt}{0.400pt}}
-\put(1082,256.17){\rule{2.700pt}{0.400pt}}
-\multiput(1082.00,257.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\multiput(1095.00,256.60)(1.797,0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(1095.00,255.17)(10.094,4.000){2}{\rule{0.700pt}{0.400pt}}
-\multiput(1108.00,260.58)(0.582,0.492){21}{\rule{0.567pt}{0.119pt}}
-\multiput(1108.00,259.17)(12.824,12.000){2}{\rule{0.283pt}{0.400pt}}
-\multiput(1122.58,272.00)(0.493,0.695){23}{\rule{0.119pt}{0.654pt}}
-\multiput(1121.17,272.00)(13.000,16.643){2}{\rule{0.400pt}{0.327pt}}
-\multiput(1135.58,290.00)(0.493,0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(1134.17,290.00)(13.000,22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(1148.58,314.00)(0.493,1.091){23}{\rule{0.119pt}{0.962pt}}
-\multiput(1147.17,314.00)(13.000,26.004){2}{\rule{0.400pt}{0.481pt}}
-\multiput(1161.58,342.00)(0.494,1.158){25}{\rule{0.119pt}{1.014pt}}
-\multiput(1160.17,342.00)(14.000,29.895){2}{\rule{0.400pt}{0.507pt}}
-\multiput(1175.58,374.00)(0.493,1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(1174.17,374.00)(13.000,31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(1188.58,408.00)(0.493,1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(1187.17,408.00)(13.000,32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(1201.58,443.00)(0.493,1.329){23}{\rule{0.119pt}{1.146pt}}
-\multiput(1200.17,443.00)(13.000,31.621){2}{\rule{0.400pt}{0.573pt}}
-\multiput(1214.58,477.00)(0.493,1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(1213.17,477.00)(13.000,30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(1227.58,510.00)(0.494,1.048){25}{\rule{0.119pt}{0.929pt}}
-\multiput(1226.17,510.00)(14.000,27.073){2}{\rule{0.400pt}{0.464pt}}
-\multiput(1241.58,539.00)(0.493,0.972){23}{\rule{0.119pt}{0.869pt}}
-\multiput(1240.17,539.00)(13.000,23.196){2}{\rule{0.400pt}{0.435pt}}
-\multiput(1254.58,564.00)(0.493,0.734){23}{\rule{0.119pt}{0.685pt}}
-\multiput(1253.17,564.00)(13.000,17.579){2}{\rule{0.400pt}{0.342pt}}
-\multiput(1267.00,583.58)(0.497,0.493){23}{\rule{0.500pt}{0.119pt}}
-\multiput(1267.00,582.17)(11.962,13.000){2}{\rule{0.250pt}{0.400pt}}
-\multiput(1280.00,596.59)(1.214,0.482){9}{\rule{1.033pt}{0.116pt}}
-\multiput(1280.00,595.17)(11.855,6.000){2}{\rule{0.517pt}{0.400pt}}
-\put(1294,600.67){\rule{3.132pt}{0.400pt}}
-\multiput(1294.00,601.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\multiput(1307.00,599.93)(0.824,-0.488){13}{\rule{0.750pt}{0.117pt}}
-\multiput(1307.00,600.17)(11.443,-8.000){2}{\rule{0.375pt}{0.400pt}}
-\multiput(1320.58,590.80)(0.493,-0.536){23}{\rule{0.119pt}{0.531pt}}
-\multiput(1319.17,591.90)(13.000,-12.898){2}{\rule{0.400pt}{0.265pt}}
-\multiput(1333.58,575.90)(0.493,-0.814){23}{\rule{0.119pt}{0.746pt}}
-\multiput(1332.17,577.45)(13.000,-19.451){2}{\rule{0.400pt}{0.373pt}}
-\multiput(1346.58,554.50)(0.494,-0.938){25}{\rule{0.119pt}{0.843pt}}
-\multiput(1345.17,556.25)(14.000,-24.251){2}{\rule{0.400pt}{0.421pt}}
-\multiput(1360.58,527.75)(0.493,-1.171){23}{\rule{0.119pt}{1.023pt}}
-\multiput(1359.17,529.88)(13.000,-27.877){2}{\rule{0.400pt}{0.512pt}}
-\multiput(1373.58,497.37)(0.493,-1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(1372.17,499.68)(13.000,-30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(1386.58,464.11)(0.493,-1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(1385.17,466.56)(13.000,-32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(1399.58,429.43)(0.494,-1.268){25}{\rule{0.119pt}{1.100pt}}
-\multiput(1398.17,431.72)(14.000,-32.717){2}{\rule{0.400pt}{0.550pt}}
-\multiput(1413.58,394.37)(0.493,-1.290){23}{\rule{0.119pt}{1.115pt}}
-\multiput(1412.17,396.68)(13.000,-30.685){2}{\rule{0.400pt}{0.558pt}}
-\multiput(1426.58,361.63)(0.493,-1.210){23}{\rule{0.119pt}{1.054pt}}
-\multiput(1425.17,363.81)(13.000,-28.813){2}{\rule{0.400pt}{0.527pt}}
-\put(1279,653){\makebox(0,0)[r]{1/x}}
-\put(1299.0,653.0){\rule[-0.200pt]{24.090pt}{0.400pt}}
-\put(130,412){\usebox{\plotpoint}}
-\put(130,410.67){\rule{3.132pt}{0.400pt}}
-\multiput(130.00,411.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(170,409.67){\rule{3.132pt}{0.400pt}}
-\multiput(170.00,410.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(143.0,411.0){\rule[-0.200pt]{6.504pt}{0.400pt}}
-\put(196,408.67){\rule{3.132pt}{0.400pt}}
-\multiput(196.00,409.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(183.0,410.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(223,407.67){\rule{3.132pt}{0.400pt}}
-\multiput(223.00,408.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(209.0,409.0){\rule[-0.200pt]{3.373pt}{0.400pt}}
-\put(249,406.67){\rule{3.132pt}{0.400pt}}
-\multiput(249.00,407.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(236.0,408.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(275,405.67){\rule{3.373pt}{0.400pt}}
-\multiput(275.00,406.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(289,404.67){\rule{3.132pt}{0.400pt}}
-\multiput(289.00,405.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(262.0,407.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(315,403.67){\rule{3.132pt}{0.400pt}}
-\multiput(315.00,404.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(328,402.67){\rule{3.373pt}{0.400pt}}
-\multiput(328.00,403.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(302.0,405.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(355,401.67){\rule{3.132pt}{0.400pt}}
-\multiput(355.00,402.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(368,400.67){\rule{3.132pt}{0.400pt}}
-\multiput(368.00,401.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(381,399.67){\rule{3.132pt}{0.400pt}}
-\multiput(381.00,400.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(394,398.67){\rule{3.373pt}{0.400pt}}
-\multiput(394.00,399.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(408,397.67){\rule{3.132pt}{0.400pt}}
-\multiput(408.00,398.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(421,396.67){\rule{3.132pt}{0.400pt}}
-\multiput(421.00,397.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(434,395.17){\rule{2.700pt}{0.400pt}}
-\multiput(434.00,396.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(447,393.67){\rule{3.373pt}{0.400pt}}
-\multiput(447.00,394.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(461,392.17){\rule{2.700pt}{0.400pt}}
-\multiput(461.00,393.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(474,390.67){\rule{3.132pt}{0.400pt}}
-\multiput(474.00,391.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(487,389.17){\rule{2.700pt}{0.400pt}}
-\multiput(487.00,390.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(500,387.17){\rule{2.700pt}{0.400pt}}
-\multiput(500.00,388.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(513,385.17){\rule{2.900pt}{0.400pt}}
-\multiput(513.00,386.17)(7.981,-2.000){2}{\rule{1.450pt}{0.400pt}}
-\put(527,383.17){\rule{2.700pt}{0.400pt}}
-\multiput(527.00,384.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\multiput(540.00,381.95)(2.695,-0.447){3}{\rule{1.833pt}{0.108pt}}
-\multiput(540.00,382.17)(9.195,-3.000){2}{\rule{0.917pt}{0.400pt}}
-\multiput(553.00,378.95)(2.695,-0.447){3}{\rule{1.833pt}{0.108pt}}
-\multiput(553.00,379.17)(9.195,-3.000){2}{\rule{0.917pt}{0.400pt}}
-\multiput(566.00,375.95)(2.918,-0.447){3}{\rule{1.967pt}{0.108pt}}
-\multiput(566.00,376.17)(9.918,-3.000){2}{\rule{0.983pt}{0.400pt}}
-\multiput(580.00,372.94)(1.797,-0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(580.00,373.17)(10.094,-4.000){2}{\rule{0.700pt}{0.400pt}}
-\multiput(593.00,368.93)(1.378,-0.477){7}{\rule{1.140pt}{0.115pt}}
-\multiput(593.00,369.17)(10.634,-5.000){2}{\rule{0.570pt}{0.400pt}}
-\multiput(606.00,363.93)(1.378,-0.477){7}{\rule{1.140pt}{0.115pt}}
-\multiput(606.00,364.17)(10.634,-5.000){2}{\rule{0.570pt}{0.400pt}}
-\multiput(619.00,358.93)(1.123,-0.482){9}{\rule{0.967pt}{0.116pt}}
-\multiput(619.00,359.17)(10.994,-6.000){2}{\rule{0.483pt}{0.400pt}}
-\multiput(632.00,352.93)(1.026,-0.485){11}{\rule{0.900pt}{0.117pt}}
-\multiput(632.00,353.17)(12.132,-7.000){2}{\rule{0.450pt}{0.400pt}}
-\multiput(646.00,345.93)(0.824,-0.488){13}{\rule{0.750pt}{0.117pt}}
-\multiput(646.00,346.17)(11.443,-8.000){2}{\rule{0.375pt}{0.400pt}}
-\multiput(659.00,337.92)(0.590,-0.492){19}{\rule{0.573pt}{0.118pt}}
-\multiput(659.00,338.17)(11.811,-11.000){2}{\rule{0.286pt}{0.400pt}}
-\multiput(672.58,325.80)(0.493,-0.536){23}{\rule{0.119pt}{0.531pt}}
-\multiput(671.17,326.90)(13.000,-12.898){2}{\rule{0.400pt}{0.265pt}}
-\multiput(685.58,311.57)(0.494,-0.607){25}{\rule{0.119pt}{0.586pt}}
-\multiput(684.17,312.78)(14.000,-15.784){2}{\rule{0.400pt}{0.293pt}}
-\multiput(699.58,293.52)(0.493,-0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(698.17,295.26)(13.000,-22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(712.58,268.11)(0.493,-1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(711.17,270.56)(13.000,-32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(725.58,230.69)(0.493,-2.122){23}{\rule{0.119pt}{1.762pt}}
-\multiput(724.17,234.34)(13.000,-50.344){2}{\rule{0.400pt}{0.881pt}}
-\multiput(738.58,170.94)(0.493,-3.906){23}{\rule{0.119pt}{3.146pt}}
-\multiput(737.17,177.47)(13.000,-92.470){2}{\rule{0.400pt}{1.573pt}}
-\put(750.67,82){\rule{0.400pt}{0.723pt}}
-\multiput(750.17,83.50)(1.000,-1.500){2}{\rule{0.400pt}{0.361pt}}
-\put(816.67,773){\rule{0.400pt}{0.723pt}}
-\multiput(816.17,774.50)(1.000,-1.500){2}{\rule{0.400pt}{0.361pt}}
-\multiput(818.58,759.94)(0.493,-3.906){23}{\rule{0.119pt}{3.146pt}}
-\multiput(817.17,766.47)(13.000,-92.470){2}{\rule{0.400pt}{1.573pt}}
-\multiput(831.58,666.69)(0.493,-2.122){23}{\rule{0.119pt}{1.762pt}}
-\multiput(830.17,670.34)(13.000,-50.344){2}{\rule{0.400pt}{0.881pt}}
-\multiput(844.58,615.11)(0.493,-1.369){23}{\rule{0.119pt}{1.177pt}}
-\multiput(843.17,617.56)(13.000,-32.557){2}{\rule{0.400pt}{0.588pt}}
-\multiput(857.58,581.52)(0.493,-0.933){23}{\rule{0.119pt}{0.838pt}}
-\multiput(856.17,583.26)(13.000,-22.260){2}{\rule{0.400pt}{0.419pt}}
-\multiput(870.58,558.57)(0.494,-0.607){25}{\rule{0.119pt}{0.586pt}}
-\multiput(869.17,559.78)(14.000,-15.784){2}{\rule{0.400pt}{0.293pt}}
-\multiput(884.58,541.80)(0.493,-0.536){23}{\rule{0.119pt}{0.531pt}}
-\multiput(883.17,542.90)(13.000,-12.898){2}{\rule{0.400pt}{0.265pt}}
-\multiput(897.00,528.92)(0.590,-0.492){19}{\rule{0.573pt}{0.118pt}}
-\multiput(897.00,529.17)(11.811,-11.000){2}{\rule{0.286pt}{0.400pt}}
-\multiput(910.00,517.93)(0.824,-0.488){13}{\rule{0.750pt}{0.117pt}}
-\multiput(910.00,518.17)(11.443,-8.000){2}{\rule{0.375pt}{0.400pt}}
-\multiput(923.00,509.93)(1.026,-0.485){11}{\rule{0.900pt}{0.117pt}}
-\multiput(923.00,510.17)(12.132,-7.000){2}{\rule{0.450pt}{0.400pt}}
-\multiput(937.00,502.93)(1.123,-0.482){9}{\rule{0.967pt}{0.116pt}}
-\multiput(937.00,503.17)(10.994,-6.000){2}{\rule{0.483pt}{0.400pt}}
-\multiput(950.00,496.93)(1.378,-0.477){7}{\rule{1.140pt}{0.115pt}}
-\multiput(950.00,497.17)(10.634,-5.000){2}{\rule{0.570pt}{0.400pt}}
-\multiput(963.00,491.93)(1.378,-0.477){7}{\rule{1.140pt}{0.115pt}}
-\multiput(963.00,492.17)(10.634,-5.000){2}{\rule{0.570pt}{0.400pt}}
-\multiput(976.00,486.94)(1.797,-0.468){5}{\rule{1.400pt}{0.113pt}}
-\multiput(976.00,487.17)(10.094,-4.000){2}{\rule{0.700pt}{0.400pt}}
-\multiput(989.00,482.95)(2.918,-0.447){3}{\rule{1.967pt}{0.108pt}}
-\multiput(989.00,483.17)(9.918,-3.000){2}{\rule{0.983pt}{0.400pt}}
-\multiput(1003.00,479.95)(2.695,-0.447){3}{\rule{1.833pt}{0.108pt}}
-\multiput(1003.00,480.17)(9.195,-3.000){2}{\rule{0.917pt}{0.400pt}}
-\multiput(1016.00,476.95)(2.695,-0.447){3}{\rule{1.833pt}{0.108pt}}
-\multiput(1016.00,477.17)(9.195,-3.000){2}{\rule{0.917pt}{0.400pt}}
-\put(1029,473.17){\rule{2.700pt}{0.400pt}}
-\multiput(1029.00,474.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(1042,471.17){\rule{2.900pt}{0.400pt}}
-\multiput(1042.00,472.17)(7.981,-2.000){2}{\rule{1.450pt}{0.400pt}}
-\put(1056,469.17){\rule{2.700pt}{0.400pt}}
-\multiput(1056.00,470.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(1069,467.17){\rule{2.700pt}{0.400pt}}
-\multiput(1069.00,468.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(1082,465.67){\rule{3.132pt}{0.400pt}}
-\multiput(1082.00,466.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1095,464.17){\rule{2.700pt}{0.400pt}}
-\multiput(1095.00,465.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(1108,462.67){\rule{3.373pt}{0.400pt}}
-\multiput(1108.00,463.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(1122,461.17){\rule{2.700pt}{0.400pt}}
-\multiput(1122.00,462.17)(7.396,-2.000){2}{\rule{1.350pt}{0.400pt}}
-\put(1135,459.67){\rule{3.132pt}{0.400pt}}
-\multiput(1135.00,460.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1148,458.67){\rule{3.132pt}{0.400pt}}
-\multiput(1148.00,459.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1161,457.67){\rule{3.373pt}{0.400pt}}
-\multiput(1161.00,458.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(1175,456.67){\rule{3.132pt}{0.400pt}}
-\multiput(1175.00,457.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1188,455.67){\rule{3.132pt}{0.400pt}}
-\multiput(1188.00,456.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1201,454.67){\rule{3.132pt}{0.400pt}}
-\multiput(1201.00,455.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(342.0,403.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1227,453.67){\rule{3.373pt}{0.400pt}}
-\multiput(1227.00,454.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(1241,452.67){\rule{3.132pt}{0.400pt}}
-\multiput(1241.00,453.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1214.0,455.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1267,451.67){\rule{3.132pt}{0.400pt}}
-\multiput(1267.00,452.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1280,450.67){\rule{3.373pt}{0.400pt}}
-\multiput(1280.00,451.17)(7.000,-1.000){2}{\rule{1.686pt}{0.400pt}}
-\put(1254.0,453.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1307,449.67){\rule{3.132pt}{0.400pt}}
-\multiput(1307.00,450.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1294.0,451.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1333,448.67){\rule{3.132pt}{0.400pt}}
-\multiput(1333.00,449.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1320.0,450.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1360,447.67){\rule{3.132pt}{0.400pt}}
-\multiput(1360.00,448.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1346.0,449.0){\rule[-0.200pt]{3.373pt}{0.400pt}}
-\put(1386,446.67){\rule{3.132pt}{0.400pt}}
-\multiput(1386.00,447.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1373.0,448.0){\rule[-0.200pt]{3.132pt}{0.400pt}}
-\put(1426,445.67){\rule{3.132pt}{0.400pt}}
-\multiput(1426.00,446.17)(6.500,-1.000){2}{\rule{1.566pt}{0.400pt}}
-\put(1399.0,447.0){\rule[-0.200pt]{6.504pt}{0.400pt}}
-\put(130.0,82.0){\rule[-0.200pt]{0.400pt}{167.185pt}}
-\put(130.0,82.0){\rule[-0.200pt]{315.338pt}{0.400pt}}
-\put(1439.0,82.0){\rule[-0.200pt]{0.400pt}{167.185pt}}
-\put(130.0,776.0){\rule[-0.200pt]{315.338pt}{0.400pt}}
-\end{picture}
diff --git a/attic/lipstick/Doku/graph.png b/attic/lipstick/Doku/graph.png
deleted file mode 100644
index 2662a2d0e958bbed720065c61c2f6f84295149d4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/graph.png and /dev/null differ
diff --git a/attic/lipstick/Doku/graphviz.tex b/attic/lipstick/Doku/graphviz.tex
deleted file mode 100644
index dcfc3b4167d8df35dc868adea665be57443cbc34..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/graphviz.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-
-\subsection{graphviz}
-
-Graphviz ist ein Programm zur Erstellung von Graphen. Dazu nutzt es seine eigene Beschreibungssprache \enquote{DOT} welche im Klartext gespeichert wird. Das Speichern im Klartextformat ist hilfreich für Versionsverwaltungssystem wie git oder svn und ermöglicht das der Graph auch ohne spezielle Software zu Lesen und zu Bearbeiten.\\
-Eine ausführliche Einführung findest du unter http://www.graphviz.org/pdf/dotguide.pdf\\
-Beispiel:\\
-Datei beispiel.dot:
-\begin{verbatim}
-digraph G {
-    "start" -> "überprüfe eingabe" -> "zeige daten an" -> "ende";
-    "start" -> "initialisiere";
-    "start" -> "füttere katze" -> "nomnom" -> "ende";
-    "füttere katze" -> "katze schnurrt";
-}
-\end{verbatim}
-wird mit dem Kommandozeilenaufruf \texttt{dot -T png beispiel.dot -o beispiel.png} zu\\
-\includegraphics[scale=0.5]{graph.png}
-
diff --git a/attic/lipstick/Doku/guwf.tex b/attic/lipstick/Doku/guwf.tex
deleted file mode 100644
index 421c00d9ce616f0065982999ef640191173173e7..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/guwf.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-
-\subsection{gufw}
-Gufw stellt eine graphische Oberfäche für die Systemfirewall bereit. Hiermit lassen sich Regeln für Port- und IP-Filter bzw. entsprechende Freigaben zusammenklicken.
-Es wird empfohlen grundsätzlich alles zu filtern und nur bei Beidarf die benötigten Ports oder IPs freizugeben. 
-Achtung: Man kann sich damit sein Internet kaputt machen.
-
-~
-
-Aufruf über Kommandozeile mit \texttt{gufw}.
-
diff --git a/attic/lipstick/Doku/haskell-platform.tex b/attic/lipstick/Doku/haskell-platform.tex
deleted file mode 100644
index 941196d804f24e8f8b191c5e5f38a5b1199c0813..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/haskell-platform.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-\subsection{Haskell}
-Haskell ist eine sehr mächtige funktionale Programmiersprache, welche zum einen in der Vorlesung \textsl{Programmierung} behandelt wird, zum anderen aber auch außerhalb der Vorlesung manchmal elegantere Lösungen für Probleme liefert als prozedurale Sprachen wie Java.
-
-Ein Haskell-Programm (Endung \texttt{.hs}) kann entweder interaktiv mittels \texttt{ghci \textsl{beispiel}.hs} oder standalone \texttt{ghc \textsl{beispiel}.hs} aufgerufen werden.
-
-Ein sehr ausführliches Tutorial zum Einstieg in Haskell findest du beispielsweise unter \url{https://en.wikibooks.org/wiki/Haskell}.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/inkscape.tex b/attic/lipstick/Doku/inkscape.tex
deleted file mode 100644
index c6346498d685b922b79acb14c52bc254d5a60f86..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/inkscape.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-
-\subsection{Inkscape}
-
-~
-	
-	Inkscape ist ein vektorbasiertes Bildbearbeitungs- und Zeichenprogramm mit grafischer Oberfläche. Der Standardfiletyp ist SVG (Scaleable Vector Graphic). 
-	Inkscape ist damit kompatibel zu anderen Vektorbasierten Bildprogrammen wie zum Beispiel (Adobe Illustrator).
-	Viele Zeichnungen in der Wikipedia wurden damit erstellt. Ein sinnvolle Tutorial findet sich unter \url{http://inkscape.org/doc/basic/tutorial-basic.de.html}.
-
-~
-
-Aufruf im Terminal mit: 
-
-~
-
-\texttt{inkscape}
-
-
diff --git a/attic/lipstick/Doku/ipython.tex b/attic/lipstick/Doku/ipython.tex
deleted file mode 100644
index e25cecd728282a1bd56bf147d5652a9150dde931..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/ipython.tex
+++ /dev/null
@@ -1,3 +0,0 @@
-\subsection{ipython}
-Ipython stellt eine Command-Shell für Python (und auch andere Sprachen) zur Verfügung.
-
diff --git a/attic/lipstick/Doku/java7-jdk.tex b/attic/lipstick/Doku/java7-jdk.tex
deleted file mode 100644
index 83d5a6159a12308449d1b2478f8be2dcbec7eb05..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/java7-jdk.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-
-\subsection{java7-jdk}
-Java7-JDK installiert einen Java7-Compiler und das Java7-Runtime-Environment welches benötigt wird um Java-Code zu kompilieren und auszuführen. Des weiteren werden auch Standard-Bibliotheken installiert. Java7 wird in der Vorlesung  \enquote{Programmierung} eingeführt und benötigt.
-
-~
-
-Beispielaufruf im Terminal mit: \texttt{javac java1.java} zum kompilieren\\
-\texttt{java java1} um die nun kompilierte Datei auszuführen.
-
diff --git a/attic/lipstick/Doku/kde-telepathy.tex b/attic/lipstick/Doku/kde-telepathy.tex
deleted file mode 100644
index 77456ae909c3a6cd9097f2a38ed0f78d0b0454da..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/kde-telepathy.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-\subsection{KDE-Telepathy}
-KDE-Telepathy ist der in KDE integrierte Multi-Messenger der verschiedene Chat-Protokolle wie z.B. XMPP, Skype und IRC in einer grafischen Oberfläche zusammenfasst.
-
-Du kannst Telepathy über Internet $\rightarrow$ Telepathy-Kontaktliste. starten. Dort kannst du nach dem ersten Start relativ intuitiv Konten anlegen. Wenn du später Kontakte hinzufügen oder ändern möchtest kannst du dieses über den Schraubenschlüssel $\rightarrow$ Instant-Messaging-Einstellungen machen.
-
-Du musst nicht immer manuell die Kontaktliste öffnen, Telepathy wird automatisch beim Einloggen gestartet und läuft im Hintergrund.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/kile.tex b/attic/lipstick/Doku/kile.tex
deleted file mode 100644
index fa29564ee30d296e15f1cf87731f77675c3c87c4..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/kile.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-
-\subsection{Kile}
-
-~
-	
-Kile ist der Standard KDE-\TeX-Editor mit grafischer Oberfläche, welche die wichtigsten Libraries und Funktionen mitbringt.
-
-~
-
-Aufzurufen im Terminal mit: \texttt{kile}
-
-~
-
-Weitere Informationen: \texttt{man kile}
-
-
diff --git a/attic/lipstick/Doku/kopete.tex b/attic/lipstick/Doku/kopete.tex
deleted file mode 100644
index 94936190faaeef20450d2eb434dfe64087442938..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/kopete.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-
-\subsection{kopete}
-
-~
-	
-Kopete ist ein Instant-Messenger der verschiedene Protokolle wie IRC oder XMPP (Jabber, Facebook,\...) in einer Anwendung zusammenfasst. Mit dem Addon 'Off-the-Record Messaging' (OTR) können die Gespräche End-to-End verschlüsselt werden.
-
-~
-
-Wenn nicht mit dem System gestartet, aufzurufen im Terminal mit: \texttt{kopete}
-
-~
-
-Weitere Informationen: \texttt{man kopete}
-
-
diff --git a/attic/lipstick/Doku/lftp.tex b/attic/lipstick/Doku/lftp.tex
deleted file mode 100644
index 7ea6bc93f6d066701e0ac628f1de42bd7d186f0e..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/lftp.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-\subsection{lftp}
-Lftp ist ein komandozeilenbasierter FTP-Client, mit dem man Daten zwischen einem Client und einem FTP-Server verschieben kann.\\
-Zusätzlich zu FTP kann lftp auch noch FTPS, HTTP, HTTPS, HFTP, FISH, SFTP und Bittorrent.
-
-LFTP besitzt keine graphische Benutzeroberfläche und wird im Terminal mit \texttt{lftp} gestartet.
-
-Zum Beenden drückt man entweder \texttt{STRG+D} oder gibt \texttt{exit} ein. Mit \texttt{help} kann die integrierte Hilfe angezeigt werden.
diff --git a/attic/lipstick/Doku/liblapack-dev.tex b/attic/lipstick/Doku/liblapack-dev.tex
deleted file mode 100644
index 2deef91c3ee91bc9b2134499b5494060b002efb9..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/liblapack-dev.tex
+++ /dev/null
@@ -1,31 +0,0 @@
-\subsection{LAPACK}
-"`LAPACK"' steht für "`Linear Algebra PACKage"' und ist eine Bibliothek von numerischen Algorithmen aus der linearen Algebra, insbesondere also für Matrixoperationen für sowohl reelle als auch komplexe Zahlen. Geschrieben ist sie in \texttt{Fortran}, aber sie kann auch in \texttt{C} und \texttt{C++} genutzt werden.
-
-Sie gehört zu den absoluten Standard-Bibliotheken in der Physik und bei allen Numerikern.
-
-~
-
-Nutzung:
-
-Grundsätzlich ist die Bibliothek als Header im Programmquelltext einzubinden. In \texttt{C++} würde dies durch die Zeile
-\begin{verbatim}
-#include "<PFAD>/lapack.h"
-\end{verbatim}
-geschehen. Beim Compillieren sind dann die Bibliotheken zu "`linken"'. (Das heißt, dass man dem Compiler entsprechende Flags mitgeben muss.)
-
-\texttt{g++}-Benutzer würden eingeben:
-\begin{verbatim}
-g++ main.cpp -llapack
-\end{verbatim}
-
-LAPACK wird normaler Weise zusammen mit anderen Bibliothen verwendet; insbesondere mit "`BLAS"' (Basic Linear Algebra Subprograms). Hier müssen gegebenenfalls weitere Header eingebunden werden und weitere Compiler-Flags gesetzt werden. Genaueres erfährt man hierzu in den Dokumentationen.
-
-~
-
-Für Hilfe:
-
-LAPACK ist umfassend dokumentiert auf \url{http://www.netlib.org/lapack/}. Alternativ findet man auch schon etliche Beispiele in der Manpage, die man über
-
-\texttt{man lapack}
-
-erreicht.
diff --git a/attic/lipstick/Doku/linux-firmware-nonfree.tex b/attic/lipstick/Doku/linux-firmware-nonfree.tex
deleted file mode 100644
index 577616d501afa75201975b7aa3a3b563228f5221..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/linux-firmware-nonfree.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-
-\subsection{linux-firmware-nonfree}
-
-~
-	
-Linux-firmware-nonfree installiert proprietäre Treiber (keine freien Treiber). Wenn die Hardware im Laptop/Desktop-PC nicht von den freien Linux-Treibern unterstützt wird ist es sinnvoll diese zu installieren.
-
diff --git a/attic/lipstick/Doku/linux-non-free.tex b/attic/lipstick/Doku/linux-non-free.tex
deleted file mode 100644
index f838db77bf1f76b176e442447d7ef1852a985449..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/linux-non-free.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-
-\subsection{linux-firmware-nonfree}
-
-~
-	
-	Linux-firmware-nonfree installiert proprietäre Treiber (keine OpenSource Treiber). Wenn die Hardware im Laptop/Desktop-Pc nicht von den freien Linuxtreibern unterstützt wird ist es sinnvoll diese zu installieren.
-
diff --git a/attic/lipstick/Doku/logos/gimp.png b/attic/lipstick/Doku/logos/gimp.png
deleted file mode 100644
index ceaf757d6fcc57fd3d5b8024c9b385542da45b16..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/logos/gimp.png and /dev/null differ
diff --git a/attic/lipstick/Doku/logos/pidgin.png b/attic/lipstick/Doku/logos/pidgin.png
deleted file mode 100644
index 3c6a4ce6c083da4fe5fc194df977f4521b92da00..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/logos/pidgin.png and /dev/null differ
diff --git a/attic/lipstick/Doku/openssh-server.tex b/attic/lipstick/Doku/openssh-server.tex
deleted file mode 100644
index 3194cde8c988a47dc181b1b053eb9d7e940384d1..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/openssh-server.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-\subsection{openssh-server} \label{ch_sshd}
-In dem nachinstallierbaren Packet \texttt{openssh-server} ist ein Server für den auf Port 22 laufenden SSH-Dienst. Dann kannst du dich, wie unter SSH\ref{ch_sshd} beschrieben ist, von anderen Rechnern aus zu deinem Rechner verbinden.
-
-\textbf{Achtung:} Wenn du den Server falsch konfigurierst kann es passieren, das Fremde Zugriff auf deinen Rechner bekommen!
-
-Weitere Infos, insbesondere auch Konfigurationhinweise, finden sich auch unter \url{http://wiki.ubuntuusers.de/SSH#Der-SSH-Server}.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/p7zip.tex b/attic/lipstick/Doku/p7zip.tex
deleted file mode 100644
index 85a6d5dcdf1db35373f8d5d555743a129e7d73a3..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/p7zip.tex
+++ /dev/null
@@ -1,21 +0,0 @@
-
-\subsection{p7zip-full}
-
-~
-	
-	P7zip packt und entpackt Archive verschiedener Art(z.B. .tar.gz, zip).
-
-~
-
-Aufruf im Terminal mit: 
-
-~
-
-\texttt{7z 'Argumente'}
-
-~
-
-Übersicht der möglichen Argumente gibt es in
-
-\texttt{man 7z}
-
diff --git a/attic/lipstick/Doku/pidgin.tex b/attic/lipstick/Doku/pidgin.tex
deleted file mode 100644
index 87c366646320ea7d30a8bf5b0705cff16954c1ac..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/pidgin.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\subsection{Pidgin}
-
-Pidgin ist ein Programm zum Chatten, also ein Instant Messenger. Es unterstützt dabei so ziemlich alle Protokolle, von IRC bis Jabber\footnote{und damit auch den Facebook-Chat}. Du kannst also alle Accounts, die du in den verschiedenen Systemen hast, in einem Programm nutzen.
-
-Pidgin startest du entweder über das Menü oder ein Terminal. Im Terminal schreibst du den Befehl \texttt{pidgin}. Im Menü klickst du auf dieses Logo: \includegraphics[height=1.5em]{logos/pidgin}
-
-Pidgin legt in der Systemleiste\footnote{ganz unten rechts, neben Uhrzeit, Lautstärke und den ganzen anderen Logos} ein Symbol an, über das du es im Hintergrund laufen lassen kannst. Wenn es nicht dorthin minimiert ist, siehst du ein Fenster, in welchem du deinen Status wählen kannst und deine Freunde aufgelistet bekommst. Dort kannst du eine Unterhaltung starten, worauf sich ein übliches Chat-Fenster öffnet, in dem du den Nachrichtenverlauf siehst und neue Nachrichten eingeben kannst. Dabei können mehrere Gespräche in eigenen Fenstern oder in Tabs geöffnet sein.
-
-\begin{center}
-\includegraphics[width=0.95\linewidth]{screenshot/pidgin}
-\end{center}
-
-Über ein Plugin kannst du \enquote{Off-the-Record Messaging} (OTR) ermöglichen. OTR bietet dir die Möglichkeit Gespräche verschlüsselt zu führen, ohne dass die Server, an denen die Nachricht vorbei kommt, die Nachrichten nicht mitlesen kann. Dies müssen deine Gesprächspartner dazu natürlich ebenfalls benutzen.
-
-Auf der KISS\footnote{Kommunikation und Installation schöner Software, unsere Linux Workshops} wird es einen Vortrag zu Jabber und OTR geben, in dem die grundlegende Benutzung und Funktionsweise erläutert werden. Dabei wird zur Demonstration auch Pidgin verwendet. Wenn du die KISS verpasst, kannst du dir auf der Website der Video AG der Fachschaft\footnote{\url{https://videoag.fsmpi.rwth-aachen.de}} eine Aufzeichnung ansehen.
-
diff --git a/attic/lipstick/Doku/postgreSQL.tex b/attic/lipstick/Doku/postgreSQL.tex
deleted file mode 100644
index 2c467ac9d81edcc7ce24bda811c004813b475414..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/postgreSQL.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-
-\subsection{postgresql}
-
-~
-	
-	PostgreSQL ist eine Datenbank, welche in der Vorlesung 'Datenbanken und Informationssysteme' zur Anwendung der Vorlesungsinhalte genutzt werden kann.
-
-~
-
-Hilfe findet man unter 
-
-~
-
-\texttt{man postgres}
-
-
diff --git a/attic/lipstick/Doku/pwgen.tex b/attic/lipstick/Doku/pwgen.tex
deleted file mode 100644
index a921710d094f4cddbfe17fc084a1b61141fcff3b..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/pwgen.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\subsection{pwgen}
-Pwgen ist ein Tool für die Kommandozeile um Passwörter zu generieren. Die generierten Passwörter werden im Terminal angezeigt.
-
-Aufzurufen im Terminal mit: \texttt{pwgen 'Zeichenanzahl' 'Anzahl'}
-
-Erstellung eines acht Zeichen Passworts: \texttt{pwgen 8 1}
-
-Mit \texttt{pwgen -s 'Zeichenanzahl'} kann man Passwörter mit erhöhter Sicherheit generieren.
-
-Das Handbuch sowie weitere Optionen (z.B. keine Zahlen, Buchstaben, Sonderzeichen) können mittels \texttt{man pwgen} angezeigt werden.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/python-matplotlib.tex b/attic/lipstick/Doku/python-matplotlib.tex
deleted file mode 100644
index ef6110a21e1b6e1c57dd6219d193100511890fda..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/python-matplotlib.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\subsection{python-matplotlib} \label{ch_matplotlib}
-python-matplotlib ist eine Zusatzbibliothek für Python, die insbesondere Tools zum erstellen von Graphen enthält. Sinnvoller Weise nutzt man sie in Kombination mit NumPy (s. Abschnitt \ref{ch_numpy}), welches die Datentypen bereit stellt, die Matplotlib benutzt.
-
-Gerade bei der Analyse wissenschaftlicher Daten ist es unerlässlich, die Ergebnisse graphisch darzustellen. Wenn man Python (zusammen mit NumPy) dafür benutzen möchte, ist Matplotlib die Bibliothek der Wahl.
-
-Um in einem Python-Skript Matplotlib oder ein Untermodul zu verwenden, gibt es mehrere Möglichkeiten, die sich darin unterscheiden, wie die Bibliothek im weiteren Code aufgerufen wird. Zum Beispiel:
-
-\begin{verbatim}
-import matplotlib
-import matplotlib as mpl
-from matplotlib import *
-...
-\end{verbatim}
-
-Zur Nutzung sind grundlegende Python-Kenntnisse erforderlich.
-	
-
diff --git a/attic/lipstick/Doku/python-numpy.tex b/attic/lipstick/Doku/python-numpy.tex
deleted file mode 100644
index 4535b611f843b7ff3aa6b38f6ba95fa5f86432b2..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/python-numpy.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\subsection{python-numpy} \label{ch_numpy}
-python-numpy ist eine Zusatzbibliothek für Python, die diverse Datenstrukturen und Funktionen für effiziente numerische Berechnungen zur Verfügung stellt. Dazu gehören Matrizenoperationen, und komplizierte mathematische Funktionen. Aber auch Tools zum Einlesen/Speichern von Datensätzen und vieles mehr.
-
-NumPy ist extrem hilfreich in der Analyse wissenschaftlicher Daten und seine Verbreitung nimmt zu. Es ist sinnvoll, es in Kombination mit Matplotlib (s. Abschnitt \ref{ch_matplotlib}) zu verwenden, welches Tools zur graphischen Darstellung bereitstellt. Als weitere Ergänzung zu NumPy bietet sich SciPy (s. Abschnitt \ref{ch_scipy}) an, welches weitere, elaboriertere Methoden zur wissenschaftlichen Datenanalyse liefert.
-
-Um in einem Python-Skript NumPy oder ein Untermodul zu verwenden, gibt es mehrere Möglichkeiten, die sich darin unterscheiden, wie die Bibliothek im weiteren Code aufgerufen wird. Zum Beispiel:
-
-\begin{verbatim}
-import numpy
-import numpy as np
-from numpy import *
-...
-\end{verbatim}
-
-Zur Nutzung sind grundlegende Python-Kenntnisse erforderlich.
-
diff --git a/attic/lipstick/Doku/python-scipy.tex b/attic/lipstick/Doku/python-scipy.tex
deleted file mode 100644
index 51b23003f2647ed90be282cfb4da09df3d1e4e89..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/python-scipy.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\subsection{python-scipy} \label{ch_scipy}
-
-~
-	
-python-scipy ist eine Erweiterung für Python und stellt Bibliotheken für wissenschaftliche Berechnungen zur Verfügung. Es ist eine gute Ergänzung zu NumPy (s. Abschnitt \ref{ch_numpy}).
-
-Um in einem Python-Skript SciPy oder ein Untermodul zu verwenden, gibt es mehrere Möglichkeiten, die sich darin unterscheiden, wie die Bibliothek im weiteren Code aufgerufen wird. Zum Beispiel:
-
-\begin{verbatim}
-import scipy
-import scipy as scp
-from scipy import *
-...
-\end{verbatim}
-
-Zur Nutzung sind grundlegende Python-Kenntnisse erforderlich.
-
diff --git a/attic/lipstick/Doku/python-sympy.tex b/attic/lipstick/Doku/python-sympy.tex
deleted file mode 100644
index 9083b6df6eba88fd98970b0f379c0633bccff7c0..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/python-sympy.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-\subsection{python-sympy}
-python-sympy ist eine Erweiterung für Python welche Symbolische Berechnungen ermöglicht. Das bedeutet, dass man statt mit konkreten Zahlen mit Variablen rechnen kann.
-
-Die vollständige Dokumentation findet man unter \url{http://sympy.org/en/index.html}.
-
-Derzeit ist SymPy soweit dem Autor bekannt in keinem Studienfach notwendiger Bestandteil, da es (noch) nicht so mächtig ist, wie kommerzielle Alternativen, aber es gehört zu den (wenigen) vielversprechenden freien Alternativen.
-
diff --git a/attic/lipstick/Doku/root-system.tex b/attic/lipstick/Doku/root-system.tex
deleted file mode 100644
index a2be67d3d7f99b728eea6dd5322a0d707aa15d82..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/root-system.tex
+++ /dev/null
@@ -1,13 +0,0 @@
-\subsection{root}
-root-system installiert Root, ein System das zur Analyse von Daten in der Teilchenphysik entwickelt wurde, aber heute viele zusätliche Möglichkeiten, wie das erstellen von Graphen oder Kurvenfitting bietet.
-
-Root kann über das Terminal oder über eine graphische Oberfläche bedient werden.
-
-Grundsätzlich basiert Root auf C++, aber leider hat es die unangenehme Eigenschaft, ein wenig von der üblichen C++-Syntax abzuweichen, weswegen es standardmäßig mit seinem eigenen Interpreter daher kommt. Es ist grundsätzlich mit etwas Aufwand möglich, C++-Code zu schreiben, der Root-Bibliotheken benutzt.
-
-Unter Umständen kann es notwendig sein, eine neuere Root-Version zu verwenden, als die, die in den offiziellen Ubuntu-Paketquellen enthalten ist. In diesem Fall muss Root "`von Hand"' von der CERN-Website (\url{http://root.cern.ch/drupal/}) gedownloadet werden. Dort findet man dann auch die Installationsanleitung.
-
-~
-
-Aufzurufen im Terminal mit: \texttt{root}\\
-Für Hilfe: \texttt{man root}
diff --git a/attic/lipstick/Doku/screenshot/dia.jpg b/attic/lipstick/Doku/screenshot/dia.jpg
deleted file mode 100644
index 403bfe9fbda3cca3e7b330ec86eed572f7a52279..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/dia.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/screenshot/gimp.jpg b/attic/lipstick/Doku/screenshot/gimp.jpg
deleted file mode 100644
index e3e29b35010fff605d0287bd6758e6296c9f429e..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/gimp.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/screenshot/gufw.jpg b/attic/lipstick/Doku/screenshot/gufw.jpg
deleted file mode 100644
index e67438e2a89d2128af57e5ccb9a2197abdf44928..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/gufw.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/screenshot/inkscape.jpg b/attic/lipstick/Doku/screenshot/inkscape.jpg
deleted file mode 100644
index 4911f1297d99daefc53f651f95d068f2dcb935bd..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/inkscape.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/screenshot/pidgin.jpg b/attic/lipstick/Doku/screenshot/pidgin.jpg
deleted file mode 100644
index 630c4207274aec63b17a53582314abc5f89ec693..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/pidgin.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/screenshot/texstudio.jpg b/attic/lipstick/Doku/screenshot/texstudio.jpg
deleted file mode 100644
index c874a8663df3265f780faf3cbb682a07da8083a2..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/texstudio.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/screenshot/xfce.jpg b/attic/lipstick/Doku/screenshot/xfce.jpg
deleted file mode 100644
index f1a9197ccdc8cff02491cda6c995b07d6a4d5bbb..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/Doku/screenshot/xfce.jpg and /dev/null differ
diff --git a/attic/lipstick/Doku/singular.tex b/attic/lipstick/Doku/singular.tex
deleted file mode 100644
index bd326b1821cfe461bf3fd7398b9533659587e134..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/singular.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\subsection{singular}
-Singular ist ein mächtiges CAS, welches du in der Vorlesung Computeralgebra benötigst und welches dort auch eingeführt wird.
-
-Gestartet werden kann es über das Terminal mit \texttt{Singular}.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/smartmontools.tex b/attic/lipstick/Doku/smartmontools.tex
deleted file mode 100644
index 131593e3525456758e3bd4d7c880c815477d3070..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/smartmontools.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-
-\subsection{smartmontools}
-
-~
-SMART ist eine Technologie zur Fehlerüberprüfung von Festplatten (HDD und SSD). Im normalen Betrieb sammelt die Festplatten automatisch statistische Daten über ihren Zustand. Mit den Smartmontools können diese Werte abgefragt werden und ausführlichere Tests gestartet werden.\\
-Smartmontools installiert das Kommandozeilenprogramm smartctl welches die Daten der Festplatten (HDD, SSD) ausliest und bewertet.\\
-Der nachfolgende Aufruf gibt eine kurze Information über den aktuellen Zustand der Festplatte sda:\\
-\texttt{smartctl -H /dev/sda}\\
-Die Ausgabe sollte ähnlich der folgenden sein:
-\begin{verbatim}
-smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.16.1-aufs0] (local build)
-Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
-
-=== START OF READ SMART DATA SECTION ===
-SMART overall-health self-assessment test result: PASSED
-\end{verbatim}
-Sollte hier in der letzten Zeile nicht "PASSED" stehen liegt ein Hardware Fehler vor und die Platte sollte schnellst möglich getauscht werden, da Datenverlust nicht mehr auszuschließen ist.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/ssh.tex b/attic/lipstick/Doku/ssh.tex
deleted file mode 100644
index 549534a8f1c0c1fd20b1070af14c72c1874dc3f2..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/ssh.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\subsection{ssh} \label{ch_ssh}
-
-"`SSH"' steht für "`SecureSHell"' und ist ein Kommandozeilenprogramm, mit dem man sich auf einen entfernten Rechner verbinden kann, auf dem ein OpenSSH-Server (siehe auch \ref{ch_sshd}) läuft, verbinden kann, auf dem man einen entsprechenden Zugang hat. (Zum Beispiel wenn man einen Institutsaccount erhält oder auch einen Server betreibt.) Die Verbindung erfolgt verschlüsselt.
-
-Im einfachsten Fall erfolgt ein Aufruf nach dem Schema
-
-\begin{verbatim}
-ssh user@server
-\end{verbatim}
-
-aus einem Terminal, wobei "`server"' die IP-Adresse oder Domain des entfernten Rechners ist und "`user"' ein auf diesem Server existierender Nutzer, der die Berechtigung hat, sich per SSH mit dem Server zu verbinden.
-
-Dann wird der Nutzer nach seinem Password gefragt und nach erfolgreichem Verbindungsaufbau erhält man eine Shell auf dem entfernten Rechner.
-
-Konkret heißt das, das man alles tun kann, was man auch tun könnte, wenn man an dem entfernten Rechner sitzen und ein Terminal benutzen würde. Das ist zum Beispiel praktisch, wenn man auf dem RWTH-Compute-Cluster (s. \url{https://doc.itc.rwth-aachen.de/display/CC/Home}) Programme laufen lassen möchte.
-
-Standardmäßig kann man hier noch keine graphischen Programme benutzen. Aber SSH kann weit mehr; es kann eben auch graphische Programme vom Server auf den lokalen Rechner streamen, und überhaupt Netzwerktraffic, der durch einen lokalen Port geht über einen Server umleiten. Ferner kann es auch für den Dateiaustausch zwischen Dateisystemen verwendet werden.
-
-Wer mehr zur Benutzung von SSH wissen möchte, dem sei die Manpage
-
-\begin{verbatim}
-man ssh
-\end{verbatim}
-oder der Eintrag zu SSH im Ubuntuusers-Wiki (\url{http://wiki.ubuntuusers.de/SSH}) empfohlen.
diff --git a/attic/lipstick/Doku/subversion.tex b/attic/lipstick/Doku/subversion.tex
deleted file mode 100644
index 001b3f118a5eead779f01b66d9a2dc06e4cd749e..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/subversion.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\subsection{Subversion}
-Subversion ist ein zentrales (Serverbasiertes) Versionsverwaltungssystem für die Kommandozeile.
-
-Aufzurufen im Terminal mit: \texttt{svn checkout url}\\
-\texttt{svn add} zum Hinzufügen von Dateien oder zum übernehmen von lokalen Änderungen\\
-\texttt{svn commit} zum endgültigen Übernehmen von Änderungen und Übertragung selbiger auf den Server.
-\texttt{...}
-
-Für weitere, umfangreichere Hilfe sollte man am besten die Hilfe mittels \texttt{svn help} oder das Handbuch mittels \texttt{man svn} konsultieren.
-
diff --git a/attic/lipstick/Doku/swi-prolog.tex b/attic/lipstick/Doku/swi-prolog.tex
deleted file mode 100644
index e5f7dd4c0178db7c859b8944e9a56553054fc980..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/swi-prolog.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-
-\subsection{swi-prolog}
-
-~
-	
-swi-prolog installiert einen Prolog-Interpreter. Prolog wird in der Vorlesung \enquote{Programmierung} eingeführt und benötigt.
-
-~
-
-Beispielaufruf im Terminal mit: \texttt{swipl prolog1.pl}\\
-kompiliert und lädt mand die Datei prolog1.pl; nun können Anfragen an prolog1 gestellt werden.
-
diff --git a/attic/lipstick/Doku/texstudio.tex b/attic/lipstick/Doku/texstudio.tex
deleted file mode 100644
index 9d31df6af24e2795d1afd5f8c5c3a7c9fc584c86..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/texstudio.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-
-\subsection{TeXstudio}
-
-~
-	TeXstudio ist ein Standard \LaTeX-Editor mit grafischer Oberfläche, welcher die wichtigsten Librarys und Funktionen mitbringt. \\
-	\includegraphics[scale=0.4]{screenshot/texstudio.jpg}\\
-	\LaTeX\ ist eine mächtige Textbeschreibungssprache die sich zum Erstellen von Dokumenten eignet. Dokumente werden in Klartext erstellt und anschließend nach PDF compiliert. Das Speichern im Klartextformat ist hilfreich für Versionsverwaltungssystem wie git oder svn und ermöglicht das Dokument auch ohne spezielle Software zu Lesen und zu Bearbeiten.\\
-	Wenn du weiteres wissen willst komm zu den Linux Workshops.
-	Du kannst dir auch das \LaTeX-Kompendium (https://de.wikibooks.org/wiki/LaTeX-Kompendium) anschauen.
-
-~
-
-Aufzurufen über die grafische Oberfläche oder im Terminal mit: 
-
-~
-
-\texttt{texstudio}
-
-
diff --git a/attic/lipstick/Doku/uebersicht.tex b/attic/lipstick/Doku/uebersicht.tex
deleted file mode 100644
index d183a7de4f1dda4f860c8d3af1581e486f0000c6..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/uebersicht.tex
+++ /dev/null
@@ -1,124 +0,0 @@
-\begin{verbatim}
-"TRUE" "gufw" "Firewall Frontend" \
-
-
-"TRUE" "pwgen" "Tool um Passwoerter zu generieren" \
-
-	
-"TRUE" "p7zip-full" "Tool um u.a. ZIP Archive zu handhaben" \
-
-	
-"TRUE" "p7zip-rar" "Erweiterung von p7zip um auch RAR-Archive öffnen zu koennen" \
-	
-
-"FALSE" "unrar-free" "Zur Verwaltung von RAR-Archiven" \
-
-	
-"TRUE" "texmaker" "Grafischer Editor fuer La(Tex)" \
-	
-"TRUE" "inkscape" "Bildbearbeitung (Vektorbasiert)" \
-
-	
-"TRUE" "gimp" "Bildbearbeitung (Pixelbasiert)" \
-
-	
-"TRUE" "pidgin" "Multi-Messenger-Client" \
-
-	
-"FALSE" "subversion" "Versionsverwaltungstool (zentral)" \
-
-	
-"TRUE" "git" "Versionsverwaltungstool (dezentral)" \
-
-	
-"TRUE" "graphviz" "Tool zum visualisieren von Graphen" \
-
-	
-"FALSE" "gnome" "GNOME3 Desktop Umgebung" \
-
-	
-"FALSE" "xubuntu-desktop" "Xubuntu Desktop Umgebung und standard Programme" \
-
-	
-"FALSE" "fityk" "Tool zum Daten-Fitting und -Analyse" \
-
-	
-"FALSE" "openssh-server" "SSH-Server (s. KISS)" \
-
-	
-"FALSE" "zsh" "Alternative Shell" \
-
-	
-"FALSE" "zsh-doc" "Dokumentation von zsh" \
-
-	
-"FALSE" "lftp" "FTP-Client" \
-
-	
-"FALSE" "linux-firmware-nonfree" "Properitäre Firmware fuer exotische Notebooks/Hardware" \
-
-	
-"FALSE" "gddrescue" "Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung" \
-
-	
-"FALSE" "smartmontools" "Tool und Daemon zum prüfen von Speichermedien (HDD/SSD)" \
-
-	
-PH_PKGS=(\
-
-	
-"TRUE" "python-numpy" "Numeric Bibiliothek für Python" \
-
-	
-"TRUE" "python-simpy" "Simulationsframework für Python" \
-
-	
-"TRUE" "python-scipy" "Bibliothek für scientific computing" \
-
-	
-"TRUE" "python-matplotlib" "Schnittstelle zum Plotten mit Python" \
-
-	
-"TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \
-
-	
-"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \
-
-	
-"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \
-
-	
-"TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \
-
-	
-)
-	
-	
-IF_PKGS=(
-
-	
-"FALSE" "postgresql" "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren.\n Aber relativ groß." \
-
-	
-"TRUE" "dia" "Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen" \
-
-	
-"TRUE" "haskell-platform" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \
-
-	
-"TRUE" "java7-jdk" "Java JDK für die Vorlesung Programmierung" \
-
-	
-"TRUE" "swi-prolog" "Prolog Interpreter/Compiler für die Vorlesung Programmierung" \
-
-	
-)
-
-	
-M_PKGS=(\
-
-	
-"TRUE" "singular" "Tool für die Vorlesung Computeralgebra" \
-	
-
-\end{verbatim}
diff --git a/attic/lipstick/Doku/unrar-free.tex b/attic/lipstick/Doku/unrar-free.tex
deleted file mode 100644
index 27821f0409efb0ecaa2833c797c363df460cc96d..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/unrar-free.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-
-\subsection{unrar-free}
-Unrar-free packt und entpackt Archieve verschiedener Art (z.B. .tar.gz, .zip). Es kann einige nicht-freie Formate nicht ohne weiteres entpacken.
-
-~
-
-Aufzurufen im Terminal mit: \texttt{unrar-free 'Argumente'}
-
-~
-
-Übersicht der möglichen Argumente gibt es in \texttt{man unrar-free}
-
diff --git a/attic/lipstick/Doku/wxmaxima.tex b/attic/lipstick/Doku/wxmaxima.tex
deleted file mode 100644
index 6baa649f419a47247959abf0b87f9ee40e01a12a..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/wxmaxima.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\subsection{wxMaxima}
-wxMaxima ist ein Programm mit grafischer Oberfläche, um Funktionen oder Daten als Graphen in zwei- oder dreidimensionaler Darstellung zu plotten.
-
-Es wird im Terminal mit \texttt{wxmaxima} aufgerufen.
\ No newline at end of file
diff --git a/attic/lipstick/Doku/x2go.tex b/attic/lipstick/Doku/x2go.tex
deleted file mode 100644
index 26d71c39245dbca1bd5426362a9d783ebaeba1a3..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/x2go.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\subsection{x2go}
-
-\subsubsection{Worum geht es?}
-
-Immer mal wieder kommt es vor, dass man im Studium Software benutzen möchte/muss, die nicht auf dem heimischen Rechner zur Verfügung stehen; wohl aber auf Institutspoolrechnern, die über SSH (siehe Abschnitt \ref{ch_ssh}) über das Internet erreichbar sind. (In der Physik zum Beispiel liegt das nicht-freie Computeralgebrasystem "`MAPLE"' auf den CIP-Pool-Rechnern bereit.)
-
-Wenn man nun nicht immer ins Institut fahren will, bietet SSH einem Erreichbarkeit über das Internet, aber wenn Programme mit graphischer Oberfläche benötigt werden, ist das X-Forwarding über SSH -- je nach Geschwindigkeit der Verbindung -- alles andere als performant.
-
-Manche Institute bieten zwischenzeitlich zusätzlich zum normalen SSH-Server auch einen x2go-Server, der eine einfache graphische Verbindung zum Institutsrechner gestattet.
-
-Hat man auf dem eigenen PC einen x2go-Client (zu finden -- je nach Benutzeroberfläche -- unter den Internetprogrammen) installiert, kann man sich über ein halbwegs intuitives Interface eine Verbindung konfigurieren und hat am Ende auf seinem lokalen Rechner den Desktop laufen, den man bei der Anmeldung am Server sehen würde.
-
-Der Vorteil an x2go ist, dass es sich automatisch per SSH verbindet, damit also sämlicher Traffic verschlüsselt erfolgt, und es die Datenkompression sehr gut automatisch regelt. Es ist also auch ohne vertiefte Fähigkeiten der Kommandozeilennutzung nutzbar und dabei auch bei langsameren Internetverbindungen noch recht performant.
-
-Weitere Dokumentation findet man auf der x2go-Website:
-\url{http://wiki.x2go.org/doku.php}
-
-
-
-
-
-~
-	
-
diff --git a/attic/lipstick/Doku/xubuntu-desktop.tex b/attic/lipstick/Doku/xubuntu-desktop.tex
deleted file mode 100644
index ff9d27c037817a985e1607d8b16be8388bd972ee..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/xubuntu-desktop.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-
-\subsection{xubuntu-Desktop}
-Xubuntu-Desktop installiert das XFCE-Desktop-Enviroment (kurz XFCE) zusammen mit den zugehörigen Standardprogrammen. 
-XFCE ist etwas ressourcenschonender als KDE oder Gnome und ist damit ggf. besser für Netbooks oder ältere Geräte geeignet. 
-Es hat dabei ein anderes Bedienkonzept als KDE oder Gnome. Nachdem xubuntu-desktop installiert wurde, kann es im Login-Manager vor dem Login ausgewählt werden.
-
-
-
diff --git a/attic/lipstick/Doku/zsh.tex b/attic/lipstick/Doku/zsh.tex
deleted file mode 100644
index 9dfc64aeae277b527fa091868bf1aca734cd48c0..0000000000000000000000000000000000000000
--- a/attic/lipstick/Doku/zsh.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\subsection{zsh}
-
-Die \texttt{zsh} ist eine Shell. Wenn du ein Terminal\footnote{auch bekannt unter den Begriffen \textit{Konsole}, \textit{Kommandozeile}, \textit{Eingabeaufforderung}, ...} öffnest, kannst du dort Programme starten und andere Kommandos ausführen. Das Programm, das dir im Terminal diese Möglichkeit zur Verfügung stellt, ist eine Shell. In der Standardkonfiguration ist diese Shell \texttt{bash}; die \texttt{zsh} ist eine Alternative.
-
-Du startest die \texttt{zsh} durch Eingabe dieser drei Buchstaben in deinem Terminal. Wenn du \texttt{exec} (und ein Leerzeichen) davor schreibst, sorgst du dafür, dass deine aktuelle Shell beim Wechsel beendet wird. Um den Standard zu ändern, führe \texttt{chsh} im Terminal aus.
-
-Doch was bietet die \texttt{zsh} im Gegensatz zum Standard? Wenn du sie das erste Mal startest, durchläufst du einen Konfigurationsassistenten mit dem du die vielen Funktionen so einstellen kannst, wie du es möchtest. Dabei werden dir einige sinnvolle Möglichkeiten vorgeschlagen, die du einfach auswählen kannst. Dir wird auffallen, dass dir umfangreiche Möglichkeiten zur automatischen Vervollständigung und Korrektur deiner Eingaben angeboten werden.
-
-Eine Shell bietet dir umfangreiche Möglichkeiten zur Steuerung und Benutzung deines Systems und lässt sich ebenso sehr gut skripten, d.h. automatisieren. Zur Einrichtung und grundlegenden Benutzung wird es bei der KISS\footnote{Kommunikation und Installation schöner Software, unsere Linux Workshops} einen Workshop geben. Auch im Internet findest du Lernmaterial. Die \texttt{zsh} ist POSIX-kompatibel, d.h. du kannst sehr viele Anleitungen zu Shells im allgemeinen benutzen.
-
diff --git a/attic/lipstick/EFI/BOOT/BOOTX64.EFI b/attic/lipstick/EFI/BOOT/BOOTX64.EFI
deleted file mode 100755
index feedcbeb9183bb996a91486f736379711386c0e9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/BOOTX64.EFI and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/acpi.mod b/attic/lipstick/EFI/BOOT/acpi.mod
deleted file mode 100755
index 75b0b30907b52c29da8c6e31eafb8fe43d9fa12c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/acpi.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/adler32.mod b/attic/lipstick/EFI/BOOT/adler32.mod
deleted file mode 100755
index 42fb6dbaa21b1d6d8b9324d8b8466edc4f3355b7..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/adler32.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/affs.mod b/attic/lipstick/EFI/BOOT/affs.mod
deleted file mode 100755
index cfbd96b04c94c79d5f940d3f87328a0a3be4c74f..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/affs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/afs.mod b/attic/lipstick/EFI/BOOT/afs.mod
deleted file mode 100755
index 541cb2737b4fdc0b7fe171badc0baf5971fd9319..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/afs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/afs_be.mod b/attic/lipstick/EFI/BOOT/afs_be.mod
deleted file mode 100755
index 9a9b0eb4969bebb9bec8dcf3daf0113f1a3b62a7..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/afs_be.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/aout.mod b/attic/lipstick/EFI/BOOT/aout.mod
deleted file mode 100755
index f70a31202702dcc0415226ea4e7d12f3344e287c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/aout.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/appleldr.mod b/attic/lipstick/EFI/BOOT/appleldr.mod
deleted file mode 100755
index 7c5d214a2895545a58efc0c94e25b993c718c585..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/appleldr.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/at_keyboard.mod b/attic/lipstick/EFI/BOOT/at_keyboard.mod
deleted file mode 100755
index 21cdd9d2f27ecbeb9f414a7a7d7166775112a24e..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/at_keyboard.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ata.mod b/attic/lipstick/EFI/BOOT/ata.mod
deleted file mode 100755
index 5e2b61f28e0dce3e2d73870381205c3fdb241830..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ata.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ata_pthru.mod b/attic/lipstick/EFI/BOOT/ata_pthru.mod
deleted file mode 100755
index 736359c900338782372676b3b68b947532128d61..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ata_pthru.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/befs.mod b/attic/lipstick/EFI/BOOT/befs.mod
deleted file mode 100755
index 36d5e16605a4d243c7767761545cf75c2062f29a..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/befs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/befs_be.mod b/attic/lipstick/EFI/BOOT/befs_be.mod
deleted file mode 100755
index f74aa7eb8ff9f4f2ad3d4f1f04532e1703660653..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/befs_be.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/bitmap.mod b/attic/lipstick/EFI/BOOT/bitmap.mod
deleted file mode 100755
index ca801b218dea663568cb022b71e514f35b600922..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/bitmap.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/bitmap_scale.mod b/attic/lipstick/EFI/BOOT/bitmap_scale.mod
deleted file mode 100755
index 87d283a5d51a9d308f08fbe7db4607c33e786a52..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/bitmap_scale.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/blocklist.mod b/attic/lipstick/EFI/BOOT/blocklist.mod
deleted file mode 100755
index b9e7e5c89de420807d5321997244af943512a030..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/blocklist.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/boot.mod b/attic/lipstick/EFI/BOOT/boot.mod
deleted file mode 100755
index d47cd1797e5a140eabcd056c2fb69cc9069967e2..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/boot.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/bsd.mod b/attic/lipstick/EFI/BOOT/bsd.mod
deleted file mode 100755
index adf8024bb213830464766e4b5be6cc10086904a1..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/bsd.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/btrfs.mod b/attic/lipstick/EFI/BOOT/btrfs.mod
deleted file mode 100755
index 25a5d545e8401e3bcc19df0651d422737f7559ad..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/btrfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/bufio.mod b/attic/lipstick/EFI/BOOT/bufio.mod
deleted file mode 100755
index a20b7c5cad97b2b5325d0760cefc46c369eebaf1..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/bufio.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/cat.mod b/attic/lipstick/EFI/BOOT/cat.mod
deleted file mode 100755
index 7f6c6cd292b0a4f44959dd8ecf1555b1f3a39930..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/cat.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/chain.mod b/attic/lipstick/EFI/BOOT/chain.mod
deleted file mode 100755
index 42a9e03f0418bf13defa064e0129a58763999e18..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/chain.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/cmp.mod b/attic/lipstick/EFI/BOOT/cmp.mod
deleted file mode 100755
index 50183fd8d01b0dfa65e2790b5b69a46ccc8de040..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/cmp.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/command.lst b/attic/lipstick/EFI/BOOT/command.lst
deleted file mode 100755
index 7cb82582af96a9fc402cf112fcab8292fd063620..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/command.lst
+++ /dev/null
@@ -1,135 +0,0 @@
-*acpi: acpi
-*background_image: gfxterm
-*cat: cat
-*cpuid: cpuid
-*crc: hashsum
-*echo: echo
-*functional_test: functional_test
-*gettext: gettext
-*hashsum: hashsum
-*hdparm: hdparm
-*hello: hello
-*help: help
-*hexdump: hexdump
-*inb: iorw
-*inl: iorw
-*inw: iorw
-*keystatus: keystatus
-*kfreebsd: bsd
-*knetbsd: bsd
-*kopenbsd: bsd
-*list_env: loadenv
-*load_env: loadenv
-*loopback: loopback
-*ls: ls
-*lsacpi: lsacpi
-*lspci: lspci
-*md5sum: hashsum
-*menuentry: normal
-*probe: probe
-*read_byte: memrw
-*read_dword: memrw
-*read_word: memrw
-*regexp: regexp
-*save_env: loadenv
-*search: search
-*serial: serial
-*setpci: setpci
-*sha1sum: hashsum
-*sha256sum: hashsum
-*sha512sum: hashsum
-*sleep: sleep
-*submenu: normal
-*terminfo: terminfo
-*test_blockarg: test_blockarg
-*xnu_splash: xnu
-.: configfile
-[: test
-appleloader: appleldr
-authenticate: normal
-background_color: gfxterm
-badram: mmap
-blocklist: blocklist
-boot: boot
-break: normal
-cat: minicmd
-chainloader: chain
-clear: normal
-cmp: cmp
-configfile: configfile
-continue: normal
-cutmem: mmap
-date: date
-dump: minicmd
-exit: minicmd
-export: normal
-extract_entries_configfile: configfile
-extract_entries_source: configfile
-fakebios: loadbios
-false: true
-fix_video: fixvideo
-gptsync: gptsync
-halt: halt
-help: minicmd
-initrd: linux
-keymap: keylayouts
-kfreebsd_loadenv: bsd
-kfreebsd_module: bsd
-kfreebsd_module_elf: bsd
-knetbsd_module: bsd
-knetbsd_module_elf: bsd
-kopenbsd_ramdisk: bsd
-linux: linux
-loadbios: loadbios
-loadfont: font
-lsefimmap: lsefimmap
-lsefisystab: lsefisystab
-lsfonts: font
-lsmmap: lsmmap
-lsmod: minicmd
-lssal: lssal
-module2: multiboot2
-module: multiboot
-multiboot2: multiboot2
-multiboot: multiboot
-normal: normal
-normal_exit: normal
-outb: iorw
-outl: iorw
-outw: iorw
-parttool: parttool
-password: password
-password_pbkdf2: password_pbkdf2
-play: play
-read: read
-reboot: reboot
-return: normal
-rmmod: minicmd
-search.file: search_fs_file
-search.fs_label: search_label
-search.fs_uuid: search_fs_uuid
-setparams: normal
-shift: normal
-source: configfile
-terminal_input: terminal
-terminal_output: terminal
-test: test
-testload: testload
-true: true
-usb: usbtest
-videoinfo: videoinfo
-videotest: videotest
-write_byte: memrw
-write_dword: memrw
-write_word: memrw
-xnu_devprop_load: xnu
-xnu_kernel64: xnu
-xnu_kernel: xnu
-xnu_kext: xnu
-xnu_kextdir: xnu
-xnu_mkext: xnu
-xnu_ramdisk: xnu
-xnu_resume: xnu
-xnu_uuid: xnu_uuid
-zfs-bootfs: zfsinfo
-zfsinfo: zfsinfo
diff --git a/attic/lipstick/EFI/BOOT/configfile.mod b/attic/lipstick/EFI/BOOT/configfile.mod
deleted file mode 100755
index a97273ee257a8473c5a7b83953a056fcd4589c91..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/configfile.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/core.efi b/attic/lipstick/EFI/BOOT/core.efi
deleted file mode 100755
index ea3278563fa65159b6a1403894284b0c0f00d0f5..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/core.efi and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/cpio.mod b/attic/lipstick/EFI/BOOT/cpio.mod
deleted file mode 100755
index ecddb42480784201d7df69d44d894cb6e81f806c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/cpio.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/cpuid.mod b/attic/lipstick/EFI/BOOT/cpuid.mod
deleted file mode 100755
index da658e81ee9701abe35fd8c908948ce45c3b85df..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/cpuid.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/crypto.lst b/attic/lipstick/EFI/BOOT/crypto.lst
deleted file mode 100755
index d367c99f483b2cf6c8f87c80b1e9775eca85010a..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/crypto.lst
+++ /dev/null
@@ -1,39 +0,0 @@
-RIJNDAEL: gcry_rijndael
-RIJNDAEL192: gcry_rijndael
-RIJNDAEL256: gcry_rijndael
-AES128: gcry_rijndael
-AES-128: gcry_rijndael
-AES-192: gcry_rijndael
-AES-256: gcry_rijndael
-ADLER32: adler32
-TIGER192: gcry_tiger
-RIPEMD160: gcry_rmd160
-CAST5: gcry_cast5
-RFC2268_40: gcry_rfc2268
-DES: gcry_des
-3DES: gcry_des
-SERPENT128: gcry_serpent
-SERPENT192: gcry_serpent
-SERPENT256: gcry_serpent
-AES: gcry_rijndael
-AES192: gcry_rijndael
-AES256: gcry_rijndael
-MD5: gcry_md5
-CAMELLIA128: gcry_camellia
-CAMELLIA192: gcry_camellia
-CAMELLIA256: gcry_camellia
-SHA512: gcry_sha512
-SHA384: gcry_sha512
-SHA1: gcry_sha1
-SEED: gcry_seed
-ARCFOUR: gcry_arcfour
-SHA224: gcry_sha256
-SHA256: gcry_sha256
-TWOFISH: gcry_twofish
-TWOFISH128: gcry_twofish
-CRC32: gcry_crc
-CRC32RFC1510: gcry_crc
-CRC24RFC2440: gcry_crc
-MD4: gcry_md4
-WHIRLPOOL: gcry_whirlpool
-BLOWFISH: gcry_blowfish
diff --git a/attic/lipstick/EFI/BOOT/crypto.mod b/attic/lipstick/EFI/BOOT/crypto.mod
deleted file mode 100755
index 89011b7e35406f1d3e45d877beb0b0063699f326..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/crypto.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/cs5536.mod b/attic/lipstick/EFI/BOOT/cs5536.mod
deleted file mode 100755
index 7b64a1127c3f79aa42d75f2440366d35106d4c90..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/cs5536.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/date.mod b/attic/lipstick/EFI/BOOT/date.mod
deleted file mode 100755
index 71f5d5e58d7c8beb50ef3b639e0f9cab8c08dbea..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/date.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/datehook.mod b/attic/lipstick/EFI/BOOT/datehook.mod
deleted file mode 100755
index 5e3fab6704a13818c2946861a3ecda3de162c8cc..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/datehook.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/datetime.mod b/attic/lipstick/EFI/BOOT/datetime.mod
deleted file mode 100755
index aa40ff6a4174d4464f70f7eb73e57c31a7c0eb55..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/datetime.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/dm_nv.mod b/attic/lipstick/EFI/BOOT/dm_nv.mod
deleted file mode 100755
index 9adf858a84327599240e8589d9051035c71eecf1..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/dm_nv.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/echo.mod b/attic/lipstick/EFI/BOOT/echo.mod
deleted file mode 100755
index 1981d8f7e0900047ffae307e26d31067c8881c10..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/echo.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/efi_gop.mod b/attic/lipstick/EFI/BOOT/efi_gop.mod
deleted file mode 100755
index 6e20124ce9a4427b5af76c83f5e9160b7e4af8db..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/efi_gop.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/efi_uga.mod b/attic/lipstick/EFI/BOOT/efi_uga.mod
deleted file mode 100755
index 67b0aae37f4b4d5044f7549eb3d22915f673962b..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/efi_uga.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/elf.mod b/attic/lipstick/EFI/BOOT/elf.mod
deleted file mode 100755
index 68c619b5818700ec9645f357707f2b16c72ee5c9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/elf.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/example_functional_test.mod b/attic/lipstick/EFI/BOOT/example_functional_test.mod
deleted file mode 100755
index e0004b17776bc508cf20c3216881cba8b3625773..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/example_functional_test.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ext2.mod b/attic/lipstick/EFI/BOOT/ext2.mod
deleted file mode 100755
index 937626e1939628d8af8c0192a7f3e8081d55a755..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ext2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/extcmd.mod b/attic/lipstick/EFI/BOOT/extcmd.mod
deleted file mode 100755
index a2864764887ad259868db7e472dce7f378086b14..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/extcmd.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/fat.mod b/attic/lipstick/EFI/BOOT/fat.mod
deleted file mode 100755
index 5f304389851e2df6c494879f81d683dbc8341588..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/fat.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/fixvideo.mod b/attic/lipstick/EFI/BOOT/fixvideo.mod
deleted file mode 100755
index 419d1a0eb73922ae8d5148b307b1853821e4f9cf..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/fixvideo.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/font.mod b/attic/lipstick/EFI/BOOT/font.mod
deleted file mode 100755
index 27c6f40e75943f8aca0e9112f00327b6602f56df..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/font.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/fs.lst b/attic/lipstick/EFI/BOOT/fs.lst
deleted file mode 100755
index 3a724ed75fc5225804f3cc4c4d07f12ec4f714f4..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/fs.lst
+++ /dev/null
@@ -1,26 +0,0 @@
-affs
-afs
-afs_be
-befs
-befs_be
-btrfs
-cpio
-ext2
-fat
-hfs
-hfsplus
-iso9660
-jfs
-minix
-minix2
-nilfs2
-ntfs
-reiserfs
-sfs
-squash4
-tar
-udf
-ufs1
-ufs2
-xfs
-zfs
diff --git a/attic/lipstick/EFI/BOOT/fshelp.mod b/attic/lipstick/EFI/BOOT/fshelp.mod
deleted file mode 100755
index cfc6f79d0a6faf37d3c76cf24934e917baa08748..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/fshelp.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/functional_test.mod b/attic/lipstick/EFI/BOOT/functional_test.mod
deleted file mode 100755
index ab482cc4153b6299b45a579240d0d7bb929819dd..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/functional_test.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_arcfour.mod b/attic/lipstick/EFI/BOOT/gcry_arcfour.mod
deleted file mode 100755
index a158a78d2d80eec7d4386937ce59c2ca08064273..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_arcfour.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_blowfish.mod b/attic/lipstick/EFI/BOOT/gcry_blowfish.mod
deleted file mode 100755
index a930cf097915cf86688c03540d473d217f885a2e..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_blowfish.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_camellia.mod b/attic/lipstick/EFI/BOOT/gcry_camellia.mod
deleted file mode 100755
index fa46e467901d3ff4f1c173946d3c194998e10cc3..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_camellia.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_cast5.mod b/attic/lipstick/EFI/BOOT/gcry_cast5.mod
deleted file mode 100755
index 728bc96e8c407baa1aa996852ae90134ba8de568..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_cast5.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_crc.mod b/attic/lipstick/EFI/BOOT/gcry_crc.mod
deleted file mode 100755
index 128935b9ac5d8b554d58d42f138baf908f3e3279..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_crc.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_des.mod b/attic/lipstick/EFI/BOOT/gcry_des.mod
deleted file mode 100755
index 9b5452c53f754c95b5bf3752a66557872bc6a400..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_des.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_md4.mod b/attic/lipstick/EFI/BOOT/gcry_md4.mod
deleted file mode 100755
index 7fd460778edb4ccd3084b1f8cba96d30e087b497..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_md4.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_md5.mod b/attic/lipstick/EFI/BOOT/gcry_md5.mod
deleted file mode 100755
index f0de6abd2240b1aa892c7903595a872adba8bc06..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_md5.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_rfc2268.mod b/attic/lipstick/EFI/BOOT/gcry_rfc2268.mod
deleted file mode 100755
index df88ce37d12176239ec410608eba4f9cd240ba63..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_rfc2268.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_rijndael.mod b/attic/lipstick/EFI/BOOT/gcry_rijndael.mod
deleted file mode 100755
index 371ddb39cbf39a953b164db9ea1f571825ece5e6..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_rijndael.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_rmd160.mod b/attic/lipstick/EFI/BOOT/gcry_rmd160.mod
deleted file mode 100755
index 228216bea6925197c5475a5b902cd0d779892924..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_rmd160.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_seed.mod b/attic/lipstick/EFI/BOOT/gcry_seed.mod
deleted file mode 100755
index af5d8c9918b9cd25f4d9770755264b592f612f3d..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_seed.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_serpent.mod b/attic/lipstick/EFI/BOOT/gcry_serpent.mod
deleted file mode 100755
index b0a78fe6d502542c93cb258f40a491a79eb3a8f6..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_serpent.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_sha1.mod b/attic/lipstick/EFI/BOOT/gcry_sha1.mod
deleted file mode 100755
index 1d7a8fee76173e5dde4fe82f3a0531b6335d3740..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_sha1.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_sha256.mod b/attic/lipstick/EFI/BOOT/gcry_sha256.mod
deleted file mode 100755
index 8c6ae9f928298aea17e176ffb75af174417e0492..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_sha256.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_sha512.mod b/attic/lipstick/EFI/BOOT/gcry_sha512.mod
deleted file mode 100755
index 9be195136d4dd5bd756898534005385209ff4f43..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_sha512.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_tiger.mod b/attic/lipstick/EFI/BOOT/gcry_tiger.mod
deleted file mode 100755
index c9ca3e163864775fcf48eddf20a71e266f65bd38..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_tiger.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_twofish.mod b/attic/lipstick/EFI/BOOT/gcry_twofish.mod
deleted file mode 100755
index 359acbcc5bca50a6aa382f02165600849c73a3a3..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_twofish.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gcry_whirlpool.mod b/attic/lipstick/EFI/BOOT/gcry_whirlpool.mod
deleted file mode 100755
index e6d4e47eedcf4a26125ba88b7fe8e8d5b19c8dcb..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gcry_whirlpool.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gettext.mod b/attic/lipstick/EFI/BOOT/gettext.mod
deleted file mode 100755
index c8a9f44612ec380684abcab8e83c31bedc4c2b5b..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gettext.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gfxmenu.mod b/attic/lipstick/EFI/BOOT/gfxmenu.mod
deleted file mode 100755
index f4aee1dc23e8eb82441aab23b50326eef5bea0e1..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gfxmenu.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gfxterm.mod b/attic/lipstick/EFI/BOOT/gfxterm.mod
deleted file mode 100755
index fa33e3361c045cdaa72c1d34c662dcf85fbe4cba..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gfxterm.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/gptsync.mod b/attic/lipstick/EFI/BOOT/gptsync.mod
deleted file mode 100755
index c14e5354e76ef12d36f69e9c80daf874946010dd..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gptsync.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/grub.cfg b/attic/lipstick/EFI/BOOT/grub.cfg
deleted file mode 100755
index ff7733e1f6cc5bafbdcc38d491494f0b398a2a0c..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/grub.cfg
+++ /dev/null
@@ -1,103 +0,0 @@
-set iso32="lipws1213-i386.iso"
-set iso64="lipws1213-amd64.iso"
-
-function set64 {
-  set iso=${iso64}
-  set bits="64"
-  set altbits="32"
-}
-
-function set32 {
- set iso=${iso32}
- set bits="32"
- set altbits="64"
-}
-
-function guesscpu {
-  if cpuid -l
-  then
-    echo "Dein System scheint ein 64-bit System zu sein."
-    set64
-  else
-    echo "Dein System scheint ein 32-bit System zu sein."
-    set32
-  fi
-  echo "Die weiseste Wahl sollte $bits bits mit $iso und $isoinitrd zu sein"
-  echo
-}
-
-#elif is not working in this grub version !?!
-if test -z $bits
-then
-  guesscpu
-else
-  if test 64 == $bits
-  then
-    set64
-  else
-    set32
-  fi
-fi
-
-# Set up a loop device and start a Debian style Casper Live CD from it.
-function LoadCasperLoop {
-	if test -z "${isodev}"
-	then
-	  search -f -s isodev /${iso}
-	  echo 	"Found ${iso} on (${isodev})"
-	  echo	""
-	fi
-	loopback loop (${isodev})/${iso}
-	echo	"Loading kernel (takes up to 2 minutes)"
-	echo	""
-	echo 	"Hint: You may need to mount the USB stick on /isodevice by hand !"
-	echo 	"      Or you may need to run this:"
-	echo	"      . /scripts/casper-helpers"
-	echo	"      find_cow_device ${iso}"
-	linux	(loop)/casper/vmlinuz boot=casper iso-scan/filename=/$iso file=/cdrom/preseed/ubuntu.seed ${localeinfo} nosplash verbose --
-	echo 	"Loading initrd from iso (takes up to 5 minutes)"
-	initrd	(loop)/casper/initrd.lz
-	echo 	"Starting kernel"
-}
-
-menuentry "Empfohlen: Ubuntu 12.04 LTS ${bits}bit (deutsch)" {
-	set localeinfo="debian-installer/locale=de_DE console-setup/layoutcode=de"
-	LoadCasperLoop
-}
-
-menuentry "Empfohlen: Ubuntu 12.04 LTS ${bits}bit (english)" {
-	set localeinfo=""
-	LoadCasperLoop
-}
-
-menuentry "========================= Helfermenu ===============================" {
-	echo "hier ist nichts"
-}
-
-menuentry "Ubuntu 12.04 AMD64 LIP WS1213 Custom" {
-	set iso=${iso64}
-	set localeinfo=""
-	LoadCasperLoop
-}
-
-menuentry "Ubuntu 12.04 AMD64 LIP WS1213 Custom DE" {
-	set iso=${iso64}
-	set localeinfo="debian-installer/locale=de_DE console-setup/layoutcode=de"
-	LoadCasperLoop
-}
-
-menuentry "Ubuntu 12.04 i386 LIP WS1213 Custom" {
-	set iso=${iso32}
-	set localeinfo=""
-	LoadCasperLoop
-}
-
-menuentry "Ubuntu 12.04 i386 LIP WS1213 Custom DE" {
-	set iso=${iso32}
-	set localeinfo="debian-installer/locale=de_DE console-setup/layoutcode=de"
-	LoadCasperLoop
-}
-
-menuentry "EFI-Shell" {
-	chainloader /EFI/shell/Shell.efi
-}
diff --git a/attic/lipstick/EFI/BOOT/grub.efi b/attic/lipstick/EFI/BOOT/grub.efi
deleted file mode 100755
index db54c724ac8e1dda43efe87268ad32f07595c7f3..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/grub.efi and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/grubenv b/attic/lipstick/EFI/BOOT/grubenv
deleted file mode 100755
index 552c00ac12d7ac7181fae44463e9ed19b48a459d..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/grubenv
+++ /dev/null
@@ -1,3 +0,0 @@
-# GRUB Environment Block
-recordfail=1
-##########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
\ No newline at end of file
diff --git a/attic/lipstick/EFI/BOOT/gzio.mod b/attic/lipstick/EFI/BOOT/gzio.mod
deleted file mode 100755
index 8e75e775c151d78129e93a75d6ba9113f0c4c8d2..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/gzio.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/halt.mod b/attic/lipstick/EFI/BOOT/halt.mod
deleted file mode 100755
index ee9c82aa8b7bb9f5e9ce6a1b14e82c6cca96be76..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/halt.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/hashsum.mod b/attic/lipstick/EFI/BOOT/hashsum.mod
deleted file mode 100755
index 9837e84cdd2d9375ce569c5c58dcc8543de37afb..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/hashsum.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/hdparm.mod b/attic/lipstick/EFI/BOOT/hdparm.mod
deleted file mode 100755
index 736e60e9ad58b70342432705652cab28bdb03834..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/hdparm.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/hello.mod b/attic/lipstick/EFI/BOOT/hello.mod
deleted file mode 100755
index 49c6a7221f3fb93672a499a7c80a2118d697ec5a..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/hello.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/help.mod b/attic/lipstick/EFI/BOOT/help.mod
deleted file mode 100755
index e324c8b3b7634f243d6243f791be23ca2337f602..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/help.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/hexdump.mod b/attic/lipstick/EFI/BOOT/hexdump.mod
deleted file mode 100755
index af3a74df97328a594a05ae85c51bd1eeaa04ecca..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/hexdump.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/hfs.mod b/attic/lipstick/EFI/BOOT/hfs.mod
deleted file mode 100755
index a0485ad19a6918979dd0f3722731d5488e731639..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/hfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/hfsplus.mod b/attic/lipstick/EFI/BOOT/hfsplus.mod
deleted file mode 100755
index 3e0f48599df44d7cb898666e7de11f6570b1810c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/hfsplus.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/iorw.mod b/attic/lipstick/EFI/BOOT/iorw.mod
deleted file mode 100755
index aca704a5154f5ae0ff7dcf28ab8be0550c1c4893..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/iorw.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/iso9660.mod b/attic/lipstick/EFI/BOOT/iso9660.mod
deleted file mode 100755
index a43c4efdbc47fb1974f3a434b2f5c5faf7106f68..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/iso9660.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/jfs.mod b/attic/lipstick/EFI/BOOT/jfs.mod
deleted file mode 100755
index 2ae502206ed312f8244a5f2ddada29ebbb4c8096..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/jfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/jpeg.mod b/attic/lipstick/EFI/BOOT/jpeg.mod
deleted file mode 100755
index 25ad20f9b6cea19696ad09ef2998aaec4f888323..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/jpeg.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/keylayouts.mod b/attic/lipstick/EFI/BOOT/keylayouts.mod
deleted file mode 100755
index 228bff84655ff93381de8e2a11c1b31c572122aa..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/keylayouts.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/keystatus.mod b/attic/lipstick/EFI/BOOT/keystatus.mod
deleted file mode 100755
index b4dd8b9d41a444e03ee266d599fa2eb90ca934e4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/keystatus.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/linux.mod b/attic/lipstick/EFI/BOOT/linux.mod
deleted file mode 100755
index bf79bf25a2448ee58468c39fde2a0c6141fae349..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/linux.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/loadbios.mod b/attic/lipstick/EFI/BOOT/loadbios.mod
deleted file mode 100755
index 078857594fc6ce8257cece506918e9f063e2821c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/loadbios.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/loadenv.mod b/attic/lipstick/EFI/BOOT/loadenv.mod
deleted file mode 100755
index 8fa4b1ce5e33dbeea4ed9e2cb41618dacfc66a41..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/loadenv.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/locale/de.mo b/attic/lipstick/EFI/BOOT/locale/de.mo
deleted file mode 100755
index da13328d1dce661c65a4ee4a6d1a98dfb6f86193..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/locale/de.mo and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/locale/en_AU.mo b/attic/lipstick/EFI/BOOT/locale/en_AU.mo
deleted file mode 100755
index ded9a481b8c2211dbf585d2d73e0995db397fa6d..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/locale/en_AU.mo and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/locale/en_CA.mo b/attic/lipstick/EFI/BOOT/locale/en_CA.mo
deleted file mode 100755
index f340a0eb5c7af30f1d3bcd2606c0a25bbe5c2835..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/locale/en_CA.mo and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/locale/en_GB.mo b/attic/lipstick/EFI/BOOT/locale/en_GB.mo
deleted file mode 100755
index 1988df02e59aa76ac9f21d0effdf9f43bad7be54..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/locale/en_GB.mo and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/loopback.mod b/attic/lipstick/EFI/BOOT/loopback.mod
deleted file mode 100755
index f5bf7ae073e92d434473573ddd6c5a2083bcfb50..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/loopback.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ls.mod b/attic/lipstick/EFI/BOOT/ls.mod
deleted file mode 100755
index c110fa1f503a149c0a43f4d2e87d0679f33fd8bf..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ls.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lsacpi.mod b/attic/lipstick/EFI/BOOT/lsacpi.mod
deleted file mode 100755
index a60e7d04a38b7567d1f9f0626b098cd3270404f2..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lsacpi.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lsefimmap.mod b/attic/lipstick/EFI/BOOT/lsefimmap.mod
deleted file mode 100755
index 4b44b435079befc9b62b514a82bd2577891336f2..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lsefimmap.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lsefisystab.mod b/attic/lipstick/EFI/BOOT/lsefisystab.mod
deleted file mode 100755
index a6d0dcc35ae3e3a781c206e5cd57288095478708..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lsefisystab.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lsmmap.mod b/attic/lipstick/EFI/BOOT/lsmmap.mod
deleted file mode 100755
index fe0d6ac0b2b3d2c88c05f3666dff3bc1f80dcff5..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lsmmap.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lspci.mod b/attic/lipstick/EFI/BOOT/lspci.mod
deleted file mode 100755
index f71c9555b09e059ab7d51045d1d01f6dfd8782cf..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lspci.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lssal.mod b/attic/lipstick/EFI/BOOT/lssal.mod
deleted file mode 100755
index e0fedceb90f0345d057711605357a24c83e29c90..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lssal.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lvm.mod b/attic/lipstick/EFI/BOOT/lvm.mod
deleted file mode 100755
index 2cbe671b4ceea57c00e9343e894b2b51769e879e..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lvm.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/lzopio.mod b/attic/lipstick/EFI/BOOT/lzopio.mod
deleted file mode 100755
index a34c7ee465abfbee275052ab7afcb0cecc67666c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/lzopio.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/mdraid09.mod b/attic/lipstick/EFI/BOOT/mdraid09.mod
deleted file mode 100755
index c2d9e2274faa009ce49d03b729bc5f3754d178dd..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/mdraid09.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/mdraid1x.mod b/attic/lipstick/EFI/BOOT/mdraid1x.mod
deleted file mode 100755
index 4ce2f3fc41917391c4fc919269fccd406c2b3db4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/mdraid1x.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/memdisk.mod b/attic/lipstick/EFI/BOOT/memdisk.mod
deleted file mode 100755
index 22586340f95dd79ec5688aa2872989df4f60b477..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/memdisk.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/memrw.mod b/attic/lipstick/EFI/BOOT/memrw.mod
deleted file mode 100755
index 692c5b0d6c4ad7042ee54df94e362831c6dbc085..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/memrw.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/minicmd.mod b/attic/lipstick/EFI/BOOT/minicmd.mod
deleted file mode 100755
index 1b98b4af87fb50901c1e67f5ec3da4f67c851db4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/minicmd.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/minix.mod b/attic/lipstick/EFI/BOOT/minix.mod
deleted file mode 100755
index 33e1fd9ff305f7eef007c3be627731cb1d8489d0..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/minix.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/minix2.mod b/attic/lipstick/EFI/BOOT/minix2.mod
deleted file mode 100755
index 70d0703d91685209bfa50685ca62b06d517c6f47..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/minix2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/mmap.mod b/attic/lipstick/EFI/BOOT/mmap.mod
deleted file mode 100755
index b4705b237f874ab5c2d9f2fe83b4b4eab72e6c77..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/mmap.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/moddep.lst b/attic/lipstick/EFI/BOOT/moddep.lst
deleted file mode 100755
index 39b1c35bee52c5a8324afacf7d44346b5f8ebde7..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/moddep.lst
+++ /dev/null
@@ -1,178 +0,0 @@
-squash4: gzio fshelp
-search_fs_uuid:
-lssal:
-date: datetime normal
-uhci: pci usb
-multiboot2: boot video acpi relocator mmap
-gcry_twofish: crypto
-gcry_rijndael: crypto
-echo: extcmd
-cpio:
-xzio: gcry_crc
-part_sun:
-gcry_sha512: crypto
-gcry_cast5: crypto
-efi_gop: video video_fb
-boot:
-ls: extcmd normal
-gzio:
-video:
-test_blockarg: extcmd normal
-gfxterm: video extcmd bitmap_scale bitmap font
-gcry_tiger: crypto
-gcry_serpent: crypto
-aout:
-gcry_blowfish: crypto
-appleldr: boot
-trig:
-extcmd:
-at_keyboard: boot keylayouts
-videoinfo: video
-minix:
-keylayouts:
-xnu_uuid: gcry_md5
-usbtest: usb
-usbms: usb scsi
-reboot:
-help: extcmd normal
-part_msdos:
-blocklist:
-probe: extcmd
-pbkdf2: crypto
-lsefisystab:
-gcry_rfc2268: crypto
-gcry_camellia: crypto
-fat:
-pci:
-parttool: normal
-lzopio: crypto
-linux: boot video relocator mmap
-gcry_md4: crypto
-zfsinfo: zfs
-usb_keyboard: keylayouts usb
-gcry_md5: crypto
-fshelp:
-datetime:
-bitmap_scale: bitmap
-ata: pci scsi
-usbserial_common: usb serial
-gcry_des: crypto
-reiserfs: fshelp
-dm_nv: raid
-datehook: datetime normal
-afs_be: fshelp
-kernel:
-video_cirrus: video pci video_fb
-gcry_seed: crypto
-crypto:
-test:
-terminal:
-lsacpi: extcmd acpi
-jpeg: bufio bitmap
-bsd: boot video aout extcmd cpuid elf relocator serial mmap
-memdisk:
-gfxmenu: video gfxterm trig bitmap_scale bitmap normal font
-cmp:
-acpi: extcmd mmap
-xfs: fshelp
-elf:
-cpuid: extcmd
-affs: fshelp
-usb: pci
-videotest: video gfxmenu font
-testload:
-relocator: mmap
-play:
-adler32: crypto
-password: crypto normal
-part_sunpc:
-video_fb: video
-sleep: extcmd normal
-serial: extcmd terminfo
-search_fs_file:
-gcry_sha256: crypto
-gcry_rmd160: crypto
-search: search_fs_uuid extcmd search_fs_file search_label
-mdraid09: raid
-chain: boot
-memrw: extcmd
-cs5536: pci
-ata_pthru: ata
-password_pbkdf2: gcry_sha512 pbkdf2 crypto normal
-mdraid1x: raid
-gcry_crc: crypto
-configfile: normal
-befs: fshelp
-raid5rec: raid
-gcry_arcfour: crypto
-gettext:
-hello: extcmd
-usbserial_pl2303: usbserial_common usb serial
-hashsum: extcmd crypto normal
-regexp: extcmd normal
-part_gpt:
-ohci: boot pci usb cs5536
-gptsync:
-zfs: gzio
-part_apple:
-hdparm: extcmd
-bufio:
-btrfs: gzio lzopio
-bitmap:
-true:
-terminfo: extcmd
-ntfscomp: ntfs
-hfs:
-ufs1:
-setjmp:
-ufs2:
-nilfs2: fshelp
-lsmmap: mmap
-gcry_sha1: crypto
-mmap:
-befs_be: fshelp
-tar:
-png: bufio bitmap
-lspci: extcmd pci
-hfsplus: fshelp
-tga: bufio bitmap
-minix2:
-setpci: extcmd pci
-scsi:
-raid:
-lvm:
-functional_test: extcmd
-iso9660: fshelp
-udf: fshelp
-search_label:
-raid6rec: raid
-msdospart: parttool
-halt: acpi
-xnu: boot video extcmd bitmap_scale relocator bitmap normal
-read:
-multiboot: boot video relocator mmap
-keystatus: extcmd
-normal: boot gfxterm extcmd crypto terminal
-lsefimmap:
-loadbios: pci
-video_bochs: video pci video_fb
-sfs: fshelp
-part_amiga:
-loopback: extcmd
-jfs:
-part_acorn:
-iorw: extcmd
-cat: extcmd
-afs: fshelp
-hexdump: extcmd
-usbserial_ftdi: usbserial_common usb serial
-minicmd:
-loadenv: extcmd
-gcry_whirlpool: crypto
-fixvideo: pci
-part_bsd: part_msdos
-font: video bufio
-ext2: fshelp
-example_functional_test: functional_test
-ntfs: fshelp
-efi_uga: video pci video_fb
diff --git a/attic/lipstick/EFI/BOOT/msdospart.mod b/attic/lipstick/EFI/BOOT/msdospart.mod
deleted file mode 100755
index 5fc1ecc993cac6b273d035386dd1483deeb353ec..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/msdospart.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/multiboot.mod b/attic/lipstick/EFI/BOOT/multiboot.mod
deleted file mode 100755
index e6d38b8fe455b93300ef4c40e5d1545c45e367a9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/multiboot.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/multiboot2.mod b/attic/lipstick/EFI/BOOT/multiboot2.mod
deleted file mode 100755
index 1c637fdfe428e168b4dfc96c33367085f560acc7..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/multiboot2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/nilfs2.mod b/attic/lipstick/EFI/BOOT/nilfs2.mod
deleted file mode 100755
index 571b48a7f8c602a4c2785613e5a82dff0b19ed24..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/nilfs2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/normal.mod b/attic/lipstick/EFI/BOOT/normal.mod
deleted file mode 100755
index 4d73a153e794504d10030835e2f581c0b2541dc1..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/normal.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ntfs.mod b/attic/lipstick/EFI/BOOT/ntfs.mod
deleted file mode 100755
index 61676d943390fe48f6df24b72869823a03fd503b..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ntfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ntfscomp.mod b/attic/lipstick/EFI/BOOT/ntfscomp.mod
deleted file mode 100755
index b404bdbedb4167ed5ce3be5f59a14630f9763bbe..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ntfscomp.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ohci.mod b/attic/lipstick/EFI/BOOT/ohci.mod
deleted file mode 100755
index b7132efdb8ad48ac6cbc8668891c97e47109b0c1..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ohci.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_acorn.mod b/attic/lipstick/EFI/BOOT/part_acorn.mod
deleted file mode 100755
index 89afa6651021654a1c04cbd80ae6e148f50444eb..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_acorn.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_amiga.mod b/attic/lipstick/EFI/BOOT/part_amiga.mod
deleted file mode 100755
index 22afc9e6d4f39b241d85355b31c3d1de473cfdeb..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_amiga.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_apple.mod b/attic/lipstick/EFI/BOOT/part_apple.mod
deleted file mode 100755
index c4ff608a747a0ae91298b3be0b4174716aad4754..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_apple.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_bsd.mod b/attic/lipstick/EFI/BOOT/part_bsd.mod
deleted file mode 100755
index ba6dadf73234c78a063f9b554596c4dee9cf9e61..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_bsd.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_gpt.mod b/attic/lipstick/EFI/BOOT/part_gpt.mod
deleted file mode 100755
index 8227c412302733f156adb209ecd312a3cf7c73c6..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_gpt.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_msdos.mod b/attic/lipstick/EFI/BOOT/part_msdos.mod
deleted file mode 100755
index 462969a17873dd0a5969d4f013a6f2728d7a19a9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_msdos.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_sun.mod b/attic/lipstick/EFI/BOOT/part_sun.mod
deleted file mode 100755
index 2f29917c465078ed1e2a29e9db89ab4bc9bc862e..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_sun.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/part_sunpc.mod b/attic/lipstick/EFI/BOOT/part_sunpc.mod
deleted file mode 100755
index 9c65b80cb124628ae9ff5cc2a0a267d9b400e822..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/part_sunpc.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/partmap.lst b/attic/lipstick/EFI/BOOT/partmap.lst
deleted file mode 100755
index 6a33b79b70e9234a44634a12d34e063b3ec73b9d..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/partmap.lst
+++ /dev/null
@@ -1,8 +0,0 @@
-part_acorn
-part_amiga
-part_apple
-part_bsd
-part_gpt
-part_msdos
-part_sun
-part_sunpc
diff --git a/attic/lipstick/EFI/BOOT/parttool.lst b/attic/lipstick/EFI/BOOT/parttool.lst
deleted file mode 100755
index 68b4b5c453c586af96c276e4f9d7620a3bc39e0f..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/parttool.lst
+++ /dev/null
@@ -1 +0,0 @@
-msdos: msdospart
diff --git a/attic/lipstick/EFI/BOOT/parttool.mod b/attic/lipstick/EFI/BOOT/parttool.mod
deleted file mode 100755
index 3a18c302e2735e2247913b1b1c6980b2a32c49ae..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/parttool.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/password.mod b/attic/lipstick/EFI/BOOT/password.mod
deleted file mode 100755
index e2ff05fda81070bb9ac0c1f80c9aa1ef0a9dcb31..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/password.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/password_pbkdf2.mod b/attic/lipstick/EFI/BOOT/password_pbkdf2.mod
deleted file mode 100755
index d551c06457451f349b1f3107de7a0afcd9dea2e9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/password_pbkdf2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/pbkdf2.mod b/attic/lipstick/EFI/BOOT/pbkdf2.mod
deleted file mode 100755
index 143f48b452f609311e9ccf2260f60939ea44d966..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/pbkdf2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/pci.mod b/attic/lipstick/EFI/BOOT/pci.mod
deleted file mode 100755
index 7517063ee7e6764375f8262eb15a4c7f7de701b3..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/pci.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/play.mod b/attic/lipstick/EFI/BOOT/play.mod
deleted file mode 100755
index 3ba245970847b3c242891aa14a0ef34d62082556..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/play.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/png.mod b/attic/lipstick/EFI/BOOT/png.mod
deleted file mode 100755
index c92d720131646660d8595c1c23551d2b948d569a..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/png.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/probe.mod b/attic/lipstick/EFI/BOOT/probe.mod
deleted file mode 100755
index 86d3aa81f914c3ebdba3d2dc90a4000c80487a17..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/probe.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/raid.mod b/attic/lipstick/EFI/BOOT/raid.mod
deleted file mode 100755
index a1dad446543951bed023dba1b53375ac504ebe8c..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/raid.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/raid5rec.mod b/attic/lipstick/EFI/BOOT/raid5rec.mod
deleted file mode 100755
index f2f04667355a2b1ecf1aab0a7617d203d20dfa50..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/raid5rec.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/raid6rec.mod b/attic/lipstick/EFI/BOOT/raid6rec.mod
deleted file mode 100755
index 92845b8741e6e306e3b1231545b185caa4f6a7ce..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/raid6rec.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/read.mod b/attic/lipstick/EFI/BOOT/read.mod
deleted file mode 100755
index e060cfb870115d7d417a737ed536d8ada71bb6e5..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/read.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/reboot.mod b/attic/lipstick/EFI/BOOT/reboot.mod
deleted file mode 100755
index c4b494bc697440c1e7da1366f1c35ac35cdf9815..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/reboot.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/regexp.mod b/attic/lipstick/EFI/BOOT/regexp.mod
deleted file mode 100755
index 96e9c61c306acc64c4b784e8a2ad7134b63e0897..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/regexp.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/reiserfs.mod b/attic/lipstick/EFI/BOOT/reiserfs.mod
deleted file mode 100755
index 2113bbfc9e85dffbf37d1aed64e96bb0023a800d..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/reiserfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/relocator.mod b/attic/lipstick/EFI/BOOT/relocator.mod
deleted file mode 100755
index 8a36eaed4e69557d2cc30d7c8c1d80a5ca46a6ff..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/relocator.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/scsi.mod b/attic/lipstick/EFI/BOOT/scsi.mod
deleted file mode 100755
index 9e96f369ad5f2d35225f228d363b3c160d99b63f..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/scsi.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/search.mod b/attic/lipstick/EFI/BOOT/search.mod
deleted file mode 100755
index 41a778d62c77179bb013df246154edd87292d779..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/search.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/search_fs_file.mod b/attic/lipstick/EFI/BOOT/search_fs_file.mod
deleted file mode 100755
index 8b285b844945cc05f73dcdbdf7574c9291ff0c09..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/search_fs_file.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/search_fs_uuid.mod b/attic/lipstick/EFI/BOOT/search_fs_uuid.mod
deleted file mode 100755
index d97c53defa11a82d8b8bba529a6c76a7a18e2124..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/search_fs_uuid.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/search_label.mod b/attic/lipstick/EFI/BOOT/search_label.mod
deleted file mode 100755
index 01585234e3b8799b14bcf1467a700e02532cecb5..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/search_label.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/serial.mod b/attic/lipstick/EFI/BOOT/serial.mod
deleted file mode 100755
index a1bcbaae5333396023b3f91fd5c5729ff195e4a8..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/serial.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/setjmp.mod b/attic/lipstick/EFI/BOOT/setjmp.mod
deleted file mode 100755
index 3afc69c39f5d345ec7373257b1182e2d877bd838..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/setjmp.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/setpci.mod b/attic/lipstick/EFI/BOOT/setpci.mod
deleted file mode 100755
index 514697900b564650d7e378666031309946471bd6..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/setpci.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/sfs.mod b/attic/lipstick/EFI/BOOT/sfs.mod
deleted file mode 100755
index 151a0baa1a4471b6400d782d9021a79f9eab817d..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/sfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/sleep.mod b/attic/lipstick/EFI/BOOT/sleep.mod
deleted file mode 100755
index 2f1f5f20dbac333be6c981576a66dd7229c1b845..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/sleep.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/squash4.mod b/attic/lipstick/EFI/BOOT/squash4.mod
deleted file mode 100755
index 88bd9237952dfcc352580c7c78bea1fca0fe8659..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/squash4.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/tar.mod b/attic/lipstick/EFI/BOOT/tar.mod
deleted file mode 100755
index d525c7ba86b40400490cc7664394fba47caebf1f..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/tar.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/terminal.lst b/attic/lipstick/EFI/BOOT/terminal.lst
deleted file mode 100755
index 5ca5ccc0afad58713cd09d9ba8fb637d074b4e19..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/terminal.lst
+++ /dev/null
@@ -1,6 +0,0 @@
-iat_keyboard: at_keyboard
-iserial: serial
-iserial_*: serial
-ogfxterm: gfxterm
-oserial: serial
-oserial_*: serial
diff --git a/attic/lipstick/EFI/BOOT/terminal.mod b/attic/lipstick/EFI/BOOT/terminal.mod
deleted file mode 100755
index 988e58b4c32fa595b00d0007f288d1f65d809a73..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/terminal.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/terminfo.mod b/attic/lipstick/EFI/BOOT/terminfo.mod
deleted file mode 100755
index 8c0372e902095211a97c3d35155d3665d8ed76aa..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/terminfo.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/test.mod b/attic/lipstick/EFI/BOOT/test.mod
deleted file mode 100755
index 38e26638cf002c34cf02ccce4311d9cdac3646ed..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/test.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/test_blockarg.mod b/attic/lipstick/EFI/BOOT/test_blockarg.mod
deleted file mode 100755
index 2b11d4835fa82247df27f7dd178ad1f79022cbdd..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/test_blockarg.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/testload.mod b/attic/lipstick/EFI/BOOT/testload.mod
deleted file mode 100755
index 4dd60ccecc8886e0f2cb44d46a9e5eb21e87baf4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/testload.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/tga.mod b/attic/lipstick/EFI/BOOT/tga.mod
deleted file mode 100755
index e2155d313f9cf5c0cc38886a703c632ad1bbcee9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/tga.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/trig.mod b/attic/lipstick/EFI/BOOT/trig.mod
deleted file mode 100755
index 341cd5e0bb4ce73b01cfc1658511dfd9ca99122b..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/trig.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/true.mod b/attic/lipstick/EFI/BOOT/true.mod
deleted file mode 100755
index b34d384d0c1135b3ffe234620892f235f00f43f8..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/true.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/udf.mod b/attic/lipstick/EFI/BOOT/udf.mod
deleted file mode 100755
index 151766ce764902057ce84c4b9decb7e1b739573b..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/udf.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ufs1.mod b/attic/lipstick/EFI/BOOT/ufs1.mod
deleted file mode 100755
index 6c71587b0fa0cf44ee562e46443c75108c2617e4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ufs1.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/ufs2.mod b/attic/lipstick/EFI/BOOT/ufs2.mod
deleted file mode 100755
index c0a095038f5750be673fde891b921490e50580d8..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/ufs2.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/uhci.mod b/attic/lipstick/EFI/BOOT/uhci.mod
deleted file mode 100755
index f59a25479f43dcf7ad93016a03933edbe0f63081..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/uhci.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usb.mod b/attic/lipstick/EFI/BOOT/usb.mod
deleted file mode 100755
index 2dbc8b7c2cae61db44357697a949bfa0ab6cdcba..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usb.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usb_keyboard.mod b/attic/lipstick/EFI/BOOT/usb_keyboard.mod
deleted file mode 100755
index 9c594f6abb0d2c98b6f24e649c02ecb411b53f2b..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usb_keyboard.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usbms.mod b/attic/lipstick/EFI/BOOT/usbms.mod
deleted file mode 100755
index d2a760f11bdf4a5ddc6e8d4f59e8b86465c46b25..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usbms.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usbserial_common.mod b/attic/lipstick/EFI/BOOT/usbserial_common.mod
deleted file mode 100755
index e7d70d399544d0c700d22b22b8ab4457b41fc186..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usbserial_common.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usbserial_ftdi.mod b/attic/lipstick/EFI/BOOT/usbserial_ftdi.mod
deleted file mode 100755
index 86301cfbbca7084b5f424022ec6f7252724038e6..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usbserial_ftdi.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usbserial_pl2303.mod b/attic/lipstick/EFI/BOOT/usbserial_pl2303.mod
deleted file mode 100755
index 1695c5e41825ccec365ab9a5496b9dca3b5f005f..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usbserial_pl2303.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/usbtest.mod b/attic/lipstick/EFI/BOOT/usbtest.mod
deleted file mode 100755
index 7297e2faed16755eb7abf52597c9a0cf53ba3e8e..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/usbtest.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/video.lst b/attic/lipstick/EFI/BOOT/video.lst
deleted file mode 100755
index ae9ba23e441922f0dd48cf5280eeea444a0bf0f4..0000000000000000000000000000000000000000
--- a/attic/lipstick/EFI/BOOT/video.lst
+++ /dev/null
@@ -1,4 +0,0 @@
-efi_gop
-efi_uga
-video_bochs
-video_cirrus
diff --git a/attic/lipstick/EFI/BOOT/video.mod b/attic/lipstick/EFI/BOOT/video.mod
deleted file mode 100755
index eb176e4af384cc71ef38490054244bcdc1f92447..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/video.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/video_bochs.mod b/attic/lipstick/EFI/BOOT/video_bochs.mod
deleted file mode 100755
index ffcafaa7902481e6b441137964c863d6203f4d85..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/video_bochs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/video_cirrus.mod b/attic/lipstick/EFI/BOOT/video_cirrus.mod
deleted file mode 100755
index 7f0b194500433c997eb35fbe936e39a25c0ddd0a..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/video_cirrus.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/video_fb.mod b/attic/lipstick/EFI/BOOT/video_fb.mod
deleted file mode 100755
index 0dd1f82585bafcc811a499458999eb2e35ebb298..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/video_fb.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/videoinfo.mod b/attic/lipstick/EFI/BOOT/videoinfo.mod
deleted file mode 100755
index 962932560379c654d6ce3eac46b7638a12d4036d..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/videoinfo.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/videotest.mod b/attic/lipstick/EFI/BOOT/videotest.mod
deleted file mode 100755
index d834d3c127fafedb6a77d28e3a15d10b13b05c95..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/videotest.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/xfs.mod b/attic/lipstick/EFI/BOOT/xfs.mod
deleted file mode 100755
index c4d77d84354957bd9694d7480147fdf3616243ae..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/xfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/xnu.mod b/attic/lipstick/EFI/BOOT/xnu.mod
deleted file mode 100755
index a657be8e7045fcc2df8ef236bc9965f47172edc4..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/xnu.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/xnu_uuid.mod b/attic/lipstick/EFI/BOOT/xnu_uuid.mod
deleted file mode 100755
index 3a2fbc45a59e361f1f81bac0ce8eeadc68c4fdb7..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/xnu_uuid.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/xzio.mod b/attic/lipstick/EFI/BOOT/xzio.mod
deleted file mode 100755
index 53490a3ea71c5b27879ae6e5346b2a07095aefca..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/xzio.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/zfs.mod b/attic/lipstick/EFI/BOOT/zfs.mod
deleted file mode 100755
index 30e521bcaf7277c1815f9fcaf84fd1d9ef0b7493..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/zfs.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/BOOT/zfsinfo.mod b/attic/lipstick/EFI/BOOT/zfsinfo.mod
deleted file mode 100755
index 17c507a7f3b0edb308899cacaa53620c49f6f325..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/BOOT/zfsinfo.mod and /dev/null differ
diff --git a/attic/lipstick/EFI/SHELL/SHELL.EFI b/attic/lipstick/EFI/SHELL/SHELL.EFI
deleted file mode 100644
index 7667a07f49ecd75fbb8a96cab64cbcec64915dd3..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/EFI/SHELL/SHELL.EFI and /dev/null differ
diff --git a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/nm/nmtelekinese.desktop b/attic/lipstick/LiveCD/mops-netz-stopper/initrd/nm/nmtelekinese.desktop
deleted file mode 100644
index 3f90e6fc778b25cd0a319f812927aeca5b9ee627..0000000000000000000000000000000000000000
--- a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/nm/nmtelekinese.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-
-[Desktop Entry]
-Type=Application
-Exec=/usr/bin/python /usr/bin/nmtelekinese.py 134.61.32.0/21
-Hidden=false
-NoDisplay=false
-X-GNOME-Autostart-enabled=true
-Name[de_DE]=NM Telekinese 
-Name=NM Telekinese 
-Comment[de_DE]=Verdindert das Verbinden zu gefärlichen Netzwerken
-Comment=Verdindert das Verbinden zu gefärlichen Netzwerken
diff --git a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/nm/nmtelekinese.py b/attic/lipstick/LiveCD/mops-netz-stopper/initrd/nm/nmtelekinese.py
deleted file mode 100755
index acf413c53f7af75a78a625375feda3bfba195347..0000000000000000000000000000000000000000
--- a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/nm/nmtelekinese.py
+++ /dev/null
@@ -1,436 +0,0 @@
-#! /usr/bin/python
-# -*- coding: UTF-8 -*-
-"""
-Network Manager Telekinesis - Interdicts connections to unwanted networks
-
-This program controls NetworkManager via DBUS
-in order to prevent it from connecting to certain networks.
-
-(Copyleft) 2012 Mmoebius/ALUG
-License: GPLv3 http://www.gnu.org/licenses/gpl.html
-
-Version 1.0a - Fragt nicht nach dem Abschalten des Mops-Netz-Killers
-"""
-
-###
-### Configuration 
-###
-#now: Cmdline Parameter
-#IPv4unwanted = [
-#  '134.61.32.0/21'       # MoPS range
-#]
-IPv4unwantedRng=[]
-DoDisableUnwanted=True   # set to false to stop turning off the network
-
-###
-### /Configuration
-###
-
-SessionBusListener=None  # gets set if waiting for the user to dismiss the action
-
-from pprint import pformat,pprint
-import logging
-logger = logging.getLogger(__name__)
-logging.basicConfig(level=logging.INFO)
-
-import dbus, sys
-from time import sleep
-
-# Need a Mainloop for signals
-from dbus.mainloop.glib import DBusGMainLoop
-import gobject
-DBusGMainLoop(set_as_default=True)
-
-# Need struct for network byte order handling
-from struct import pack,unpack
-
-#Parse comdline options
-import argparse
-
-parser = argparse.ArgumentParser(description='Control NetworkManager to stay off some networks')
-parser.add_argument('ipranges', metavar='IPv4range', type=str, nargs='+',
-                   help='IPv4 range/mask to disconnect automatically. e.g. "10.11.12.0/24"')
-parser.add_argument('-v', '--verbose', dest='verbose', action='store_true',
-                   help='Set debug level to DEBUG (default INFO)')
-
-parser.description="""Network Manager Telekinesis - Interdicts connections to unwanted networks"""
-parser.epilog="""(Copyleft) 2012 Mmoebius/ALUG
-License: GPLv3 http://www.gnu.org/licenses/gpl.html"""
-
-args = parser.parse_args()
-
-if args.verbose:
-  logger.level=logging.DEBUG
-  logger.debug('Verbose debug messages')
-
-IPv4unwanted=args.ipranges
-
-NMdevtype = { 1: "Ethernet",
-             2: "Wi-Fi",
-             5: "Bluetooth",
-             6: "OLPC",
-             7: "WiMAX",
-             8: "Modem",
-             9: "InfiniBand",
-             10: "Bond",
-             11: "VLAN",
-             12: "ADSL" }
-
-NMstate = { 0: "Unknown",
-           10: "Unmanaged",
-           20: "Unavailable",
-           30: "Disconnected",
-           40: "Prepare",
-           50: "Config",
-           60: "Need Auth",
-           70: "IP Config",
-           80: "IP Check",
-           90: "Secondaries",
-           100: "Activated",
-           110: "Deactivating",
-           120: "Failed" }
-
-bus = dbus.SystemBus()
-
-# Get a proxy for the base NetworkManager object
-proxy = bus.get_object("org.freedesktop.NetworkManager", "/org/freedesktop/NetworkManager")
-manager = dbus.Interface(proxy, "org.freedesktop.NetworkManager")
-
-def handle_Carrier(sender=None,**kwargs):
-  logger.debug("handle_Carrier from %s with %s",sender,pformat(kwargs))
-
-def handle_PropertiesChanged(sender=None,**kwargs):
-  logger.debug("handle_PropertiesChanged from %s with %s",sender,pformat(kwargs))
-
-def getProp(oPath,propIface,propName):
-  """Gets a 'org.freedesktop.DBus.Properties' from any interface on any object path 'org.freedesktop.NetworkManager' serves """
-  proxy    = bus.get_object("org.freedesktop.NetworkManager", oPath)
-  proxy_if = dbus.Interface(proxy, "org.freedesktop.DBus.Properties")
-  props    = proxy_if.Get(propIface, propName)
-  return props
-
-def getAllProps(oPath,propIface):
-  """Gets all 'org.freedesktop.DBus.Properties' from any interface on any object path 'org.freedesktop.NetworkManager' serves """
-  proxy    = bus.get_object("org.freedesktop.NetworkManager", oPath)
-  proxy_if = dbus.Interface(proxy, "org.freedesktop.DBus.Properties")
-  props    = proxy_if.GetAll(propIface)
-  return props
-
-#IP Address format conversions:
-def IpDbus2Tuple(IpDbus):
-  return unpack('>BBBB',pack('>L',IpDbus)) #dbus order to tuple
-
-def IpDbus2Int(IpDbus):
-  return unpack('=L',pack('>L',IpDbus))[0] #dbus order to and'able int
-
-def IpInt2Tuple(IpInt):
-  return unpack('>BBBB',pack('=L',IpInt))
-
-def IpStr2Tuple(IpStr):
-  return map(int,IpStr.split('.',3))
-
-def IpTuple2String(IpTuple):
-  return ".".join(map(str,IpTuple[::-1]))
-
-def IpTuple2Int(IpTuple):
-  ipa=0
-  for i in [0,1,2,3]:
-    ipa+=int(IpTuple[i])<<(24-8*i)
-  return ipa
-
-def IpMaskStr2StrA(IpMaskStr):
-  return IpMaskStr.rsplit('/',1)
-
-def IpStr2Tuple(IpStr):
-  tupl=map(int,IpStr.split('.',3))
-  for i in tupl:
-    if (0>i) or (255<i):
-      raise ValueError("Ip address quad not in range 0..255: %d"%i)
-  return tupl
-
-def IpGetMasked(adr,mask):
-  # mask two IP addresses in 'int' - style. All host-specific bits cleared
-  return adr&(2**32-2**(32-mask)) #cutting at the right end
-
-def IpGetAntiMasked(adr,mask):
-  # return all nonmasked bits set '1'. All host-specific bits set
-  return adr|(2**(32-mask)-1) #cutting at the right end
-
-def handle_NotifyUserAction(replaces_id,ActionStrA):
-  global SessionBusListener
-  global DoDisableUnwanted
-  logger.debug('handle_NotifyUserAction: got %s %s',str(replaces_id),str(ActionStrA))
-  if 'Mops-off-wantMops' in ActionStrA:
-    DoDisableUnwanted=False
-    logger.warn('User stops disabling networks.')
-  
-def NotifyUser():
-  global SessionBusListener
-  global DoDisableUnwanted
-  sbus = dbus.SessionBus()
-  oNotifier = sbus.get_object("org.freedesktop.Notifications", "/org/freedesktop/Notifications")
-  iNotifier=dbus.Interface(oNotifier, "org.freedesktop.Notifications")
-  
-  
-  if SessionBusListener is None:
-    SessionBusListener = sbus.add_signal_receiver(handle_NotifyUserAction, signal_name="ActionInvoked", 
-                        dbus_interface="org.freedesktop.Notifications" )
-    logger.debug('Added Dbus listener for session bus: %s',str(SessionBusListener)) 
-
-  NotifyOptionsArray=[]  
-# Uncomment these 4 Lines if you want to be able to turn off disconnecting MoPS Networks
-#  if DoDisableUnwanted:
-#    NotifyOptionsArray=[
-#        'Mops-off-Ok', 'Ok',
-#        'Mops-off-wantMops','MoPS nicht mehr trennen'
-#      ]
-
-  sleep(3) # Wait until nm-dispatcher sends it smessage, do not overflood the NotifyOS, try not to get buried.
-
-  iNotifier.Notify(
-    "nmtelekinesis", # Applicateion Identifier
-    0,               # replaces_id (hardcoded)
-                     # Note: if replaces_id is 0, the return value is a UINT32 that represent the notification. 
-    "network-error", # "notification-network-disconnected",
-    "Forced MoPS disconnect",
-    u"""Das MoPS Netzwerk ist während der Installation
-unerwuenscht. Es wurde automatisch getrennt.
-
-Bitte aktiviere das Eduroam-Netzwerk gemäß 
-Anleitung mit 802.1X Authentifikation.
-
-Frage ein Installhelferhörnchen, 
-falls Du dabei Hilfe brauchst.""",
-    NotifyOptionsArray,
-    {}, #Application specific hint parameter
-    30000 # OSD Notifier will not take long times
-  )
-
-def WarnUser():
-  sbus = dbus.SessionBus()
-  oNotifier = sbus.get_object("org.freedesktop.Notifications", "/org/freedesktop/Notifications")
-  iNotifier=dbus.Interface(oNotifier, "org.freedesktop.Notifications")
-  sleep(3)
-  iNotifier.Notify(
-    "nmtelekinesis", # Applicateion Identifier
-    0,               # replaces_id (hardcoded)
-                     # Note: if replaces_id is 0, the return value is a UINT32 that represent the notification. 
-    "network", # "notification-network-disconnected",
-    "MoPS discovered",
-    u"""Das MoPS Netzwerk ist während der Installation
-unerwuenscht. Du bist gewarnt.
-
-Bitte aktiviere das Eduroam-Netzwerk gemäß 
-Anleitung mit 802.1X Authentifikation.
-
-Frage ein Installhelferhörnchen, 
-falls Du dabei Hilfe brauchst.""",
-    [],
-    {}, #Application specific hint parameter
-    30000 # OSD Notifier will not take long times
-  )
-
-def DisableAutoConnect(oConn):
-  """Disable AutoConnect for the currently active setting object in oConn"""
-  try:
-    Psetting=getProp(oConn,"org.freedesktop.NetworkManager.Connection.Active",'Connection')
-    proxy    = bus.get_object("org.freedesktop.NetworkManager", Psetting)
-    proxy_if = dbus.Interface(proxy, "org.freedesktop.NetworkManager.Settings.Connection")
-    props    = proxy_if.GetSettings()    # read
-    logger.debug('DisableAutoConnect: Got settings %s',pformat(props))
-    props['connection']['autoconnect']=0 # modify
-    proxy_if.Update(props)               # write. Simple.
-  except Exception as err:
-    logger.warn('Error setting Autocconnect false for %s: (%s)',oConn,str(err))
-  
-
-def DisconnectDevice(oPath, oConn):
-  global DoDisableUnwanted
-  if DoDisableUnwanted:
-    logger.debug('Disconnecting %s',str(oPath))
-    proxy    = bus.get_object("org.freedesktop.NetworkManager", oPath)
-    proxy_if = dbus.Interface(proxy, "org.freedesktop.NetworkManager.Device")
-    # about to disconnect something.
-    # See if there is a setting that can be set to "autoconnect=false" along with this
-    DisableAutoConnect(oConn)
-    #result = "Demo-NoDisconnect"
-    result = "failed"
-    result    = proxy_if.Disconnect()
-    logger.info('Disconnected %s result %s',str(oPath),result)
-    NotifyUser()
-  else:
-    WarnUser()
-    logger.info('Not disconnecting %s (DoDisableUnwanted is false)',str(oPath))
-
-def ScanIp4Config2(oIp4Config, oDevice, oConn):
-  try:
-    Pip4 = getProp(oIp4Config,"org.freedesktop.NetworkManager.IP4Config",'Addresses')
-  except dbus.exceptions.DBusException:
-    logger.debug("ScanIp4Config2(oDevice %s, oIp4Config %s, oConn %s): no IP4Config",oIp4Config, oDevice, oConn)
-    return
-
-  CanDisconnect=False
-  for addr in Pip4:
-    logger.debug(
-      'IP Address: %s/%d gw:%s',
-      IpTuple2String(IpDbus2Tuple(addr[0])),
-      addr[1],
-      IpTuple2String(IpDbus2Tuple(addr[2]))
-    )
-    # check ip range against known unwanted range
-    ipa=IpDbus2Int(addr[0])
-    if (0>ipa) or (2**32<ipa):
-      logger.warn('IPv4 address exceeds range: %d',ipa)
-      return
-    
-    for (iplo,iphi) in IPv4unwantedRng:
-      if (ipa>=iplo) and (ipa<=iphi):
-        logger.info('Detected ip in unwanted range: %s <= %s <= %s on %s',
-          IpTuple2String(IpInt2Tuple(iplo)),
-          IpTuple2String(IpInt2Tuple(ipa)),
-          IpTuple2String(IpInt2Tuple(iphi)),
-          str(oDevice)
-          )
-        CanDisconnect=True
-  if CanDisconnect:
-    DisconnectDevice(oDevice, oConn)
-  return CanDisconnect
-
-def ScanActiveDevice2(adev,aconn):
-  logger.debug("Examining device: %s", str(adev))
-  # IPv4Config may not be available instantly
-  pDev = getAllProps(adev,"org.freedesktop.NetworkManager.Device")
-  logger.debug('dev props %s',pDev)
-  if pDev.has_key('Ip4Config'):
-    oIPv4=pDev['Ip4Config']
-    logger.debug('dev props ipv4config %s',oIPv4)      
-    ScanIp4Config2(oIPv4,adev,aconn)
-
-def ScanActiveConnections2(ActiveConnections):
-  """Scans an array of connection objects for unwanted IP addresses"""
-  for aconn in ActiveConnections:
-    try:
-      logger.debug("Examining connection: %s", str(aconn))
-      # read props from the Active Connection
-      Pconn = getProp(aconn,"org.freedesktop.NetworkManager.Connection.Active",'Devices')
-      Pmaster = getProp(aconn,"org.freedesktop.NetworkManager.Connection.Active",'Master')
-      if str(Pmaster) in map(str,ActiveConnections):    
-        logger.debug("connection: %s has a master device %s that is examined elsewhere. Stop.", 
-          str(aconn),
-          str(Pmaster)
-        )
-        logger.debug("other location is %s in %s",sAconn,str(map(str,aconn)))
-        Pconn=[]
-        break
-      
-      for adev in Pconn:
-	ScanActiveDevice2(adev,aconn)
-              
-    except Exception as err:
-      logger.warn('Exception while examining connection %s: >>>%s<<<',
-        str(aconn),
-        str(err),
-      )
-
-def handle_NmPropertiesChanged(sender=None,*args,**kwargs):
-  logger.debug("handle_NmPropertiesChanged with %s and %s and %s",str(sender),str(args),str(kwargs))
-  logger.debug("handle_NmPropertiesChanged keys %s",str(sender.keys()))
-  # check if new connection active
-  if sender.has_key('ActiveConnections'):
-    conn=sender['ActiveConnections']
-    logger.info("Scanning ActiveConnections: %s",str(conn))
-    ScanActiveConnections2(conn)
-  if sender.has_key('Ip4Config'):
-    ipv4cfg=sender['Ip4Config']
-    logger.info("Scanning Ip4Config: %s",str(ipv4cfg))
-    ScanIp4Config2(ipv4cfg)
-  if sender.has_key('State'):
-    try:
-      StateHint=NMstate[sender['State']]
-    except KeyError:
-      StateHint='<unknown>'
-    logger.debug('State Change to >>>%s<<< (%s)',str(sender['State']),StateHint)
-    
-def NmStateStr(iState):
-  try:
-    return NMstate[iState]
-  except KeyError:
-    return '<unknown>'
-
-def handle_NmDeviceStateChanged(sNew,sOld,sReason,**kwargs):
-  logger.debug("handle_NmDeviceStateChanged with %s",str(kwargs))
-  logger.debug("handle_NmDeviceStateChanged %s (%d) -> %s (%d) Reason: %d",
-               NmStateStr(sOld), sOld,   NmStateStr(sNew), sNew, sReason  )
-  if kwargs.has_key('oPath'):
-    oPath=kwargs['oPath']
-    if 100 == sNew:
-      logger.info("Scanning Activated Device: %s",str(oPath))
-      # need aconn so scan.
-      oAConn=getProp(oPath,'org.freedesktop.NetworkManager.Device','ActiveConnection')
-      ScanActiveDevice2(oPath,oAConn)
-
-#Device-Add is not yet required to be watch for
-#def handle_addDevice(oDev,*args):
-#  logger.debug("handle_addDevice from %s with %s",str(oDev),str(args))
-
-def ParseIPv4unwantedRng(IpStrList):
-  """filling IPv4unwantedRng from IPv4unwanted"""
-  global IPv4unwantedRng
-  for s in IpStrList:
-    try:
-      logger.debug('Unwanted IP: parsing >>>%s<<<',s)
-      [ips,masks]=IpMaskStr2StrA(s)
-      mask=int(masks)
-      ip=IpTuple2Int(IpStr2Tuple(ips))
-      #logger.debug('Unwanted IP %s / %d',str(ip),mask)
-      if (0>mask) or (32<mask):
-        raise ValueError('Mask range 0..32 error')
-      if (0>ip) or (2**32<ip):
-        raise ValueError('ip range 0..2^32 error')
-      iplow=IpGetMasked(ip,mask)
-      iphigh=IpGetAntiMasked(ip,mask)
-      logger.info('Unwanted IP range %s - %s',IpTuple2String(IpInt2Tuple(iplow)),IpTuple2String(IpInt2Tuple(iphigh)))
-      IPv4unwantedRng.append((iplow,iphigh))
-    except ValueError as err:
-      logger.warn('That is not a valid ip/mask: >>>%s<<< (%s)',str(s),err.message)
-
-logger.debug("Startup - preparing unwanted address ranges")
-ParseIPv4unwantedRng(IPv4unwanted)
-
-if len(IPv4unwantedRng)<1:
-  logger.warn('No unwanted IP range given. Quit.')
-  quit(1)
-
-# Adding bus signal receivers
-# See interface spec at http://projects.gnome.org/NetworkManager/developers/api/09/spec.html#org.freedesktop.NetworkManager
-# Chapter "Signal" -> defines "DeviceAdded" on the interface "org.freedesktop.NetworkManager"
-
-#Device-Add is not yet required to be watch for 
-#bus.add_signal_receiver(handle_addDevice, signal_name="DeviceAdded", 
-#                        dbus_interface="org.freedesktop.NetworkManager" )
-
-bus.add_signal_receiver(handle_NmPropertiesChanged, signal_name="PropertiesChanged", 
-                        dbus_interface="org.freedesktop.NetworkManager" )
-
-# see path_keyword etc. in http://dbus.freedesktop.org/doc/dbus-python/api/dbus.service-module.html
-bus.add_signal_receiver(handle_NmDeviceStateChanged, signal_name="StateChanged", 
-                        dbus_interface="org.freedesktop.NetworkManager.Device",
-                        path_keyword='oPath')
-
-#Device-Add is not yet required to be watch for 
-## Adding all devices via the DeviceAdded callback
-#Devices=manager.GetDevices()
-#logger.debug("Startup - getting Devices: %s",str(Devices))
-#for oDev in Devices:
-#  handle_addDevice(oDev) 
-
-ConnAct=getProp('/org/freedesktop/NetworkManager','org.freedesktop.NetworkManager','ActiveConnections')
-logger.debug("Startup - getting active Connections: %s",str(ConnAct))
-# plug that into the active connection changed handler
-ScanActiveConnections2(ConnAct)
-
-loop = gobject.MainLoop()
-logger.debug("Entering MainLoop")
-loop.run() # To stop, call loop.quit().
-
-#end;
diff --git a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/scripts/casper-bottom/26mopsmops b/attic/lipstick/LiveCD/mops-netz-stopper/initrd/scripts/casper-bottom/26mopsmops
deleted file mode 100755
index 2ddd5db4a61ad827a2d37f159465ddf1754b3d97..0000000000000000000000000000000000000000
--- a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/scripts/casper-bottom/26mopsmops
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-
-PREREQ=""
-DESCRIPTION="Enforcing MoPS disconnect"
-
-prereqs()
-{
-       echo "$PREREQ"
-}
-
-case $1 in
-# get pre-requisites
-prereqs)
-       prereqs
-       exit 0
-       ;;
-esac
-
-. /scripts/casper-functions
-load_confmodule
-
-log_begin_msg "$DESCRIPTION"
-
-# Starting nmtelekinese with the MoPS network
-cp /nm/nmtelekinese.py /root/usr/bin/
-chroot /root mkdir -m 755 -p /home/${USERNAME}/.config/autostart
-cp /nm/nmtelekinese.desktop /root/home/${USERNAME}/.config/autostart
-chroot /root chmod 755 /home/${USERNAME}/.config/autostart/nmtelekinese.desktop
-chroot /root chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/.config
-
-# Denying all connections to redirector.wlan.rwth-aachen.de
-mount -t proc none /root/proc
-chroot /root modprobe ip_tables
-chroot /root modprobe iptable_filter
-chroot /root modprobe ipt_REJECT
-chroot /root iptables -I OUTPUT 1 -d 137.226.8.34 -j REJECT --reject-with icmp-host-prohibited
-chroot /root iptables -I OUTPUT 1 -d 137.226.8.34 -p tcp -j REJECT --reject-with tcp-rst
-umount /root/proc
-
-log_end_msg
-
diff --git a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/scripts/casper-bottom/ORDER b/attic/lipstick/LiveCD/mops-netz-stopper/initrd/scripts/casper-bottom/ORDER
deleted file mode 100644
index d58e948145edfcb1801400ab52388ebb3024c915..0000000000000000000000000000000000000000
--- a/attic/lipstick/LiveCD/mops-netz-stopper/initrd/scripts/casper-bottom/ORDER
+++ /dev/null
@@ -1,78 +0,0 @@
-/scripts/casper-bottom/01integrity_check
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/05mountpoints
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/05mountpoints_lupin
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/07remove_oem_config
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/10custom_installation
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/10ntfs_3g
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/12fstab
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/13swap
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/14locales
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/15autologin
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/18hostname
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/19keyboard
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/20xconfig
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/22gnome_panel_data
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/22screensaver
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/22serialtty
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/22sslcert
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/23etc_modules
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/23networking
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/24preseed
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/25adduser
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/25configure_init
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/26disable_user_menu
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/26mopsmops
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/30accessibility
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/31disable_update_notifier
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/32disable_hibernation
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/33enable_apport_crashes
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/34disable_kde_services
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/35fix_language_selector
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/36disable_trackerd
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/40install_driver_updates
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/41apt_cdrom
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/43disable_updateinitramfs
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/44pk_allow_ubuntu
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/45jackd2
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/48kubuntu_disable_restart_notifications
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/49kubuntu_mobile_session
-[ -e /conf/param.conf ] && . /conf/param.conf
-/scripts/casper-bottom/50ubiquity-bluetooth-agent
-[ -e /conf/param.conf ] && . /conf/param.conf
diff --git a/attic/lipstick/LiveCD/mops-netz-stopper/upstart/nmtelekinese.conf b/attic/lipstick/LiveCD/mops-netz-stopper/upstart/nmtelekinese.conf
deleted file mode 100644
index cc8aeea3aea09d2ce4baf4dc2ce0385889b29694..0000000000000000000000000000000000000000
--- a/attic/lipstick/LiveCD/mops-netz-stopper/upstart/nmtelekinese.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# nmtelekinesis - keeps you out of unwanted networks
-#
-# Nmtelekinesis controls NetworkManager via DBus
-# It all network interfaces that gets address inside the "forbidden"
-# IPv4 address range named on the command line (see below for an example)
-
-description	"Nmtelekinese-Interdict nm connections"
-
-# Make sure we start before an interface receives traffic
-start on (starting network-interface
-          or starting network-manager
-          or starting networking)
-
-stop on runlevel [!023456]
-
-console output
-
-exec /usr/bin/python /isodevice/nmtelekinese.py 134.61.32.0/21
-
diff --git a/attic/lipstick/bootflags.txt b/attic/lipstick/bootflags.txt
deleted file mode 100644
index ada7ed786c29d878c838c534f547529203c1ba09..0000000000000000000000000000000000000000
--- a/attic/lipstick/bootflags.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-acpi=copy_dsdt 	 	Korrigiert DSDT, insbesondere bei Toshiba-Notebooks. 
-acpi=force 	 	Für BIOS-Versionen vor 2002, aktiviert die ACPI-Unterstützung zwangsweise im Kernel. 
-acpi=off 	 	Deaktiviert ACPI vom BIOS (kann helfen, aber auch zur "Kernelpanic" führen). 
-all_generic_ide 	 Generischen IDE-Treiber für alle Geräte verwenden, die vom BIOS erkannt wurden. 
-bootchart=disable 	 Deaktiviert die Visualisierung bzw. die Aufzeichung eines Boot-Charts bei installiertem BootChart 
-BOOT_DEBUG=2|3 	 	Fehlersuche während des Startvorgangs 
-bootdegraded 	 	Bootet Ubuntu auch auf einem inkonsistenten RAID-1 
-DEBCONF_DEBUG=5 	 Ausführliche Fehlersuche 
-elevator=deadline 	 so wird für alle Blockgeräte der Deadline Scheduler verwendet anstatt CFQ, kann bei SSD-Festplatten nützlich sein 
-fb=false 	 	Deaktiviert den Framebuffer. 
-hpet=force 	 	Erzwingt die Aktivierung das HPET-Timers, hilfreich beim Energiesparen bei Laptops, dessen BIOS die HPET vor dem Betriebssystem verstecken (z.B. IBM Thinkpad X31) 
-ht=on 	 		Aktiviert Hyper-Threading. 
-irqpoll 	 	zusammengezogen aus IRQ und Polling. IRQ ist eine Unterbrechungsanforderung per Leitung an den Prozessor. Polling ist das Verfahren zur Steuerung des Zugriffs auf angeschlossene Geräte. 
-noapic, noagp, noapm 	 Deaktiviert die automatische Erkennung von APIC (IRQ-Verwaltung), AGP (Grafik) oder der Energieverwaltung. 
-nolapic 	 Deaktiviert die lokale APIC-Erkennung. 
-nolapic_timer 	 Deaktiviert den lokalen APIC-Timer. Selektiver als noapic und nolapic. Instabilitäten durch den Timer werden umgangen, der Rest von APIC bleibt voll funktionsfähig. Erste Wahl bei Notebooks, da das Energiemanagement funktional bleibt. 
-nomodeset 	 deaktiviert modesetting im Kernel, und die Infrastruktur von X.org wird verwendet (z.B. Acer Extensa 5635Z) 
-pci=bios 	
-pci=biosirq 	
-pci=noacpi 	 Schaltet die ACPI-Erkennung während der PCI-Konfiguration aus (ist insbesondere bei manchen VIA-Chipsätzen notwendig). 
-pci=nomsi 	 Deaktiviert "Message Signaled Interrupts". Hilft oft bei Problemen mit dem SATA-Controller auf neueren Mainboards. 
-pci=routeirq 	 IRQ-Autorouting, hilfreich für einige Mainboards (zum Beispiel Asus A7N8X). 
-processor.max_cstate=3 	 behebt das Problem des "C4-Fiepen" - (siehe unten) 
-single 	 	booten in den Single-User-Mode 
-text 	 	booten in die Konsole, X bleibt aussen vor, interaktiver Modus mit Netzwerk vergleichbar Runlevel 3 
-usb=bios 	
-vga=... 	 Stellt die Auflösung von Grub und der Konsole ein (siehe unten). 
-xforcevesa 	 Der XServer (graphische Oberfläche) wird unabhängig von der verwendeten Hardware nur für "vesa" konfiguriert. 
-nomodeset 	 Verhindert, dass der Kernel die Mode-Settings für die Grafikkarte durchführt. Die Mode-Settings werden wie vor Kernel 2.6.28 im User-Mode durchgeführt (siehe auch:Mode-Settings). 
-noplymouth 	 Schaltet die Anzeige von Plymouth ab, diese Ergänzung ersetzt das nosplash aus dem alten Ubuntu-Splash. 
-pcie_aspm=force 	 Erzwingt Active State Power Management (Kernel 2.6.38+)
\ No newline at end of file
diff --git a/attic/lipstick/hive/root_env.sh b/attic/lipstick/hive/root_env.sh
deleted file mode 100644
index 372775c3070f6c7144d97f7d48141aa77fe0b336..0000000000000000000000000000000000000000
--- a/attic/lipstick/hive/root_env.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!bin/bash
-THISROOTLOC="$HOME/root/bin/thisroot.sh"
-if [ -e "$THISROOTLOC" ]
-then
-	. "$THISROOTLOC"
-fi
diff --git a/attic/lipstick/scripts/chroot_target.sh b/attic/lipstick/scripts/chroot_target.sh
deleted file mode 100755
index 4dbb0d33ea5810559998138a3950607697737d50..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/chroot_target.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/bash
-set -e
-something_is_mounted_at() {
-  grep -q " $1/\? " /proc/mounts
-}
-
-if [[ $EUID -ne 0 ]]
-then
-  echo "Du bist nicht ROOT ... verwende \"sudo bash $0\" !"
-  exit 2
-fi
-
-mkdir -p /target
-
-if ! something_is_mounted_at /target
-then
-  if [ -n "$1" ]
-  then                        
-    mount "$1" /target
-  else
-    echo "Nothing mounted at /target. Give filesystem to mount as parameter #1"
-	exit 1
-  fi
-fi
-something_is_mounted_at /target/dev  || mount --rbind /dev /target/dev
-something_is_mounted_at /target/sys  || mount --bind /sys /target/sys
-something_is_mounted_at /target/proc || mount --bind /proc /target/proc
-
-debian_chroot=TARGET chroot /target /bin/bash -l || true
-
-echo -e "\n*************************************"
-echo -e   "*                                   *"
-echo -e   "*     You are out of CHROOT now!    *"
-echo -e   "*                                   *"
-echo -e   "*************************************"
-#end;
diff --git a/attic/lipstick/scripts/create_offline_repo.sh b/attic/lipstick/scripts/create_offline_repo.sh
deleted file mode 100755
index 719f528f7694bf69010402241b994c104f983852..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/create_offline_repo.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-PKG_LIST="gufw pwgen p7zip-full p7zip-rar texmaker inkscape gimp pidgin subversion git \
-gnome haskell-platform java7-jdk swi-prolog python-numpy python-simpy python-scipy \
-python-matplotlib ipython python-dev gnuplot wxmaxima fityk openssh-server \
-linux-firmware-nonfree zsh zsh-doc lftp graphviz xubuntu-desktop unrar-free \
-gddrescue smartmontools \
-libx11-dev libxpm-dev libxft-dev libxext-dev \
-gfortran libpcre3-dev xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev \
-libfftw3-dev cfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev libldap2-dev \
-python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev \
-"
-
-DESTINATION="/cdrom"
-PKG_DESTINATION=$DESTINATION/archives
-
-#begin
-echo "creating structure..."
-mkdir -p $PKG_DESTINATION/
-echo "done."
-echo "downloading archives. this may take some time..."
-wget -nc -P $PKG_DESTINATION $(apt-get install --reinstall --print-uris -qq $PKG_LIST | cut -d"'" -f2)
-#wget -nc -P $PKG_DESTINATION $(apt-get -o APT::Architecture=$ARCHITECTURE install --reinstall --allow-unauthenticated --print-uris -qq $PKG_LIST | cut -d"'" -f2)
-echo "done."
-
-#end.
diff --git a/attic/lipstick/scripts/disable_hiberboot.reg b/attic/lipstick/scripts/disable_hiberboot.reg
deleted file mode 100644
index fd4a71a3c2bd28aea7e746d31c5de7b698d069d9..0000000000000000000000000000000000000000
Binary files a/attic/lipstick/scripts/disable_hiberboot.reg and /dev/null differ
diff --git a/attic/lipstick/scripts/infuse_offline_repo.sh b/attic/lipstick/scripts/infuse_offline_repo.sh
deleted file mode 100755
index d843d1e05a977fa2154f30a17946ec398445f2f0..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/infuse_offline_repo.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-set -e
-
-MY_DIR="$( readlink -f "$( dirname "${BASH_SOURCE[0]}" )" )"
-
-if [[ $UID -ne 0 ]]; then
-  echo "$0 must be run as root"
-  exit 1
-fi
-
-MPOINT=""
-source "$MY_DIR/mount-stick-repo.sh" #detect mountpoint
-
-if [ -n "$MPOINT" ]; then
-  SOURCE_PATH="$MPOINT"
-  
-  #SRC_LST=/etc/apt/sources.list.d/lipoffline.list    #"$(mktemp --suffix=".list")"
-  #echo "deb [ trusted=yes ] file:$SOURCE_PATH/archives precise lip" > $SRC_LST
-  #apt-get -o Dir::Etc::SourceList=$SRC_LST update
-  #apt-get update
-  /bin/bash $MY_DIR/liprepoctl.sh on "$SOURCE_PATH"
-else
-   echo "No stick, no repo; good luck."
-   exit 1
-fi
-
-exit 0
-
-#end;
diff --git a/attic/lipstick/scripts/linuxparty.sh b/attic/lipstick/scripts/linuxparty.sh
deleted file mode 100644
index 3ef9b45b29250b6a64a8c7e22687e295a3bb9702..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/linuxparty.sh
+++ /dev/null
@@ -1,350 +0,0 @@
-#!/bin/bash
-
-set -e
-
-MY_DIR="$( readlink -f "$( dirname "${BASH_SOURCE[0]}" )" )"
-HIVE_DIR="$MY_DIR/../hive/" #we assume here that the LIP install stick is mounted at /media/MultiBoot... better idea?
-
-#Packetlisten zur Installation/Auswahl, nur Packete die im Repo liegen. 
-#Hive-Programme (z.B. root) müssen extra behandelt werden
-#Der Textinstaller installiert _ausschließlich_ Packete bei denen Preinstalled gesetzt ist!
-#Syntax: preinstalled? pkgname description
-COMMON_PKGS=(\
-"TRUE" "gufw" "Firewall Frontend" \
-"TRUE" "pwgen" "Tool um Passwoerter zu generieren" \
-"TRUE" "p7zip-full" "Tool um u.a. ZIP Archive zu handhaben" \
-"TRUE" "p7zip-rar" "Erweiterung von p7zip um auch RAR-Archive öffnen zu koennen" \
-"FALSE" "unrar-free" "Zur Verwaltung von RAR-Archiven" \
-"TRUE" "texmaker" "Grafischer Editor fuer La(Tex)" \
-"TRUE" "inkscape" "Bildbearbeitung (Vektorbasiert)" \
-"TRUE" "gimp" "Bildbearbeitung (Pixelbasiert)" \
-"TRUE" "pidgin" "Multi-Messenger-Client" \
-"FALSE" "subversion" "Versionsverwaltungstool (zentral)" \
-"TRUE" "git" "Versionsverwaltungstool (dezentral)" \
-"TRUE" "graphviz" "Tool zum visualisieren von Graphen" \
-"FALSE" "gnome" "GNOME3 Desktop Umgebung" \
-"FALSE" "xubuntu-desktop" "Xubuntu Desktop Umgebung und standard Programme" \
-"FALSE" "fityk" "Tool zum Daten-Fitting und -Analyse" \
-"FALSE" "openssh-server" "SSH-Server (s. KISS)" \
-"FALSE" "zsh" "Alternative Shell" \
-"FALSE" "zsh-doc" "Dokumentation von zsh" \
-"FALSE" "lftp" "FTP-Client" \
-"FALSE" "linux-firmware-nonfree" "Properitäre Firmware fuer exotische Notebooks/Hardware" \
-"FALSE" "gddrescue" "Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung" \
-"FALSE" "smartmontools" "Tool und Daemon zum prüfen von Speichermedien (HDD/SSD)" \
-)
-
-PH_PKGS=(\
-"TRUE" "python-numpy" "Numeric Bibiliothek für Python" \
-"TRUE" "python-simpy" "Simulationsframework für Python" \
-"TRUE" "python-scipy" "Bibliothek für scientific computing" \
-"TRUE" "python-matplotlib" "Schnittstelle zum Plotten mit Python" \
-"TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \
-"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \
-"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \
-"TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \
-)
-
-IF_PKGS=(\
-"FALSE" "postgresql" "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren.\n Aber relativ groß." \
-"TRUE" "dia" "Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen" \
-"TRUE" "haskell-platform" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \
-"TRUE" "java7-jdk" "Java JDK für die Vorlesung Programmierung" \
-"TRUE" "swi-prolog" "Prolog Interpreter/Compiler für die Vorlesung Programmierung" \
-)
-
-M_PKGS=(\
-"TRUE" "singular" "Tool für die Vorlesung Computeralgebra" \
-)
-
-if [ -n "$DEBUG" ]
-then
-  # DEBUG-Modus:
-  echo
-  echo "DEBUG  Modus aktiviert"
-  echo "MY_DIR: $MY_DIR"
-  echo
-  DEBUG="echo DEBUG: "
-  apt-get() {
-    echo "APT-GET $@"
-  }
-  #/ DEBUG-Modus:
-else
-  # Root pruefen
-  if [[ $EUID -ne 0 ]]
-  then
-    echo "Du bist nicht ROOT ... verwende \"sudo bash $0\" !"
-    exit 1
-  fi
-fi
-
-preinstalledpkgs() {
-	local pkglist=$1[@]
-	local take="FALSE"
-	local step=0
-	for i in "${!pkglist}"
-	do
-		case $step in
-			0) take="$i"
-			   step=1
-			;;
-			1) if [ $take = "TRUE" ]; then
-				echo -n " $i"
-			   fi
-			   step=2
-			;;
-			*)
-			   step=0
-			;;
-		esac
-	done
-}
-
-askyesno() {
-	while true
-	do
-	  read -n1 -p "$1 [j,n]"
-	  echo
-	  case "$REPLY" in
-	    y|Y|j|J) return 0;;
-	    n|N) return 1;;
-	    *) echo 'Antworte bitte mit "j" für "Ja" oder "n" für "Nein"' ;;
-	  esac
-	done
-}
-
-pressenter() {
-  echo $@
-  echo "Drücke <Enter> um fortzufahren (Strg-C zum Abbrechen)"
-  read
-}
-
-bright() {
-  # gruen
-  echo -ne "\033[1m$@\033[0m"
-}
-
-ok() {
-  echo
-  echo -ne "\033[32;7m"    # gruen
-  echo -n "$@"
-  echo -e "\033[0m"       # normal
-}
-
-warn() {
-  echo
-  echo -ne "\033[33;7m"    # gelb
-  echo -n "$@"
-  echo -e "\033[0m"       # normal
-}
-
-err() {
-  echo
-  echo -ne "\033[31;7m"    # rot
-  echo -n "$@"
-  echo -e "\033[0m"       # normal
-}
-
-install_pkgs() {
-	#ACHTUNG: nicht vorausgewählte Packete werden _nie_ installiert!
-	local arg=$3[@]
-	pkglist=$(preinstalledpkgs $3)
-	
-	if [ -n "$pkglist" ]; then
-		apt-install $pkglist
-		ok "$pkglist installiert"
-	else
-		ok "Keine Packete installiert" 
-	fi
-}
-
-if [ -z "$NOGUI" ]; then
-
-#overwrite functions with graphical replacements
-askyesno() {
-	zenity --question --text "$@" 2> /dev/null
-}
-
-err() {
-	zenity --error --text "$@" 2> /dev/null
-}
-
-pressenter() {
-	zenity --info --text "$@" 2> /dev/null
-}
-
-fi
-
-# Verbose error trapping
-showerr() {
-  err "Bei der Installation ist ein Fehler aufgetreten. Frage einen Helfer."
-}
-trap showerr ERR
-
-apt-install() {
-  apt-get install --quiet -y --force-yes $@
-}
-
-
-if [ -z "$NOGUI" ]; then
-
-#graphical installations
-install_pkgs() {
-	local pkglist=$3[@]
-	INSTALL=$(zenity --list --title "$1" --text "$2" --checklist --separator=" " --width=786 --height=400 --column "Installieren?" --column "Packet" --column "Beschreibung" "${!pkglist}" 2> /dev/null || true)
-
-	if [ -n "$INSTALL" ]; then
-		apt-install $INSTALL
-		ok "$INSTALL installiert"
-	else
-		ok "Keine Packete installiert" 
-	fi
-}
-
-fi
-
-install_common() {
-	install_pkgs "Allg. Packete installieren?" "Programme, die der OSAK/die ALUG für sinnvoll hält, sind bereits zur Installation vorselektiert.\nWenn du keine Packete aus der Liste installieren willst, einfach Abbrechen.\nBitte beachten: Das LIP-Script deinstalliert keine Packete, insbesondere also keine Packete die in einem früheren Lauf aktiv waren,\nund diesmal nicht ausgewählt sind!" COMMON_PKGS
-}
-
-install_ph() {
-	install_pkgs "Packete für Physiker installieren?" "Programme, die der OSAK/die ALUG sowie Lehrstühle der Physik für sinnvoll hält, sind bereits zur Installation vorselektiert.\nWenn du keine Packete aus der Liste installieren willst, einfach Abbrechen.\nBitte beachten: Das LIP-Script deinstalliert keine Packete, insbesondere also keine Packete die in einem früheren Lauf aktiv waren,\nund diesmal nicht ausgewählt sind!" PH_PKGS
-}
-
-install_m() {
-	install_pkgs "Packete für Mathematiker installieren?" "Programme, die der OSAK/die ALUG für sinnvoll hält, sind bereits zur Installation vorselektiert.\nWenn du keine Packete aus der Liste installieren willst, einfach Abbrechen.\nBitte beachten: Das LIP-Script deinstalliert keine Packete, insbesondere also keine Packete die in einem früheren Lauf aktiv waren,\nund diesmal nicht ausgewählt sind!" M_PKGS
-}
-
-install_if() {
-	install_pkgs "Packete für Informatiker/Programmierung installieren?" "Programme, die der OSAK/die ALUG für sinnvoll hält, sind bereits zur Installation vorselektiert.\nWenn du keine Packete aus der Liste installieren willst, einfach Abbrechen.\nBitte beachten: Das LIP-Script deinstalliert keine Packete, insbesondere also keine Packete die in einem früheren Lauf aktiv waren,\nund diesmal nicht ausgewählt sind!" IF_PKGS
-}
-
-echo "Entferne Ubuntu Installer (bleibt manchmal über...)"
-apt-get purge ubiquity --yes
-apt-get autoremove --yes
-
-echo
-echo "Auf dem Install-USB-Stick liegen viele der zu installierenden Packete"
-bright "Es ist dringend empfohlen, jetzt einen Instaĺl-USB-Stick einzustecken"
-echo
-echo "Sonst muß aus dem Internet heraus installiert werden. Das ist langsam, geht aber auch."
-
-HAVELIPSTICK=0
-#Offline-Repo einbinden
-if bash "$MY_DIR/infuse_offline_repo.sh"
-then
-  HAVELIPSTICK=1
-  ok "USB-Repository gefunden und eingebunden"
-else
-  if [[ $? -eq 2 ]]
-  then
-    # Exit code 2 is handed up from mount-stick-repo.sh -> "Installation abbrechen"
-    err "Installation abgebrochen"
-    exit 2
-  else
-    #warn "LIP-Install-USB-Stick nicht nutzbar."
-    #warn "Stelle eine Internetverbindung her und mache weiter (langsames Installieren)"
-    #warn "Wenn Du nicht weiter weißt, frage einen Helfer."
-    #pressenter
-    pressenter "LIP-Install-USB-Stick nicht nutzbar.\nStelle eine Internetverbindung her und mache weiter (langsames Installieren)\nWenn Du nicht weiter weißt, frage einen Helfer."
-  fi
-fi
-
-# Packetquellen bereitlegen.
-  echo
-  echo "Bereitstellung der Packetquellen"
-# Entweder apt-get update
-# Oder apt-clone restore
-if [[ $HAVELIPSTICK -eq 1 ]]
-then
-# infuse script has already done our job here
-echo "Nutze Packete vom USB-Repository"
-#  echo "Bereite apt-clone vor"
-#  dpkg -GERi "/var/cache/apt/archives/dpkg-early-install"  >/dev/null 2>&1
-#  APT_CLONE_BACKUP="$(mktemp --tmpdir="$HOME" --suffix='.apt-clone.tar.gz')"
-#  echo "Erstelle Backup der apt Packetquellen in ${APT_CLONE_BACKUP}"
-#  apt-clone clone "${APT_CLONE_BACKUP}"  >/dev/null 2>&1
-#  echo "Wende apt-clone an"
-#  apt-clone restore "/var/cache/apt/archives/apt-clones/ftp-halifax.apt-clone.tar.gz" >/dev/null 2>&1 || true
-else
-  #echo "Update der Packetquellen aus dem Internet mit 'apt-get update'"
-  # Wie sichert man apt-get update ab ?
- # apt-get -o Dir::Etc::SourceList=/etc/apt/sources.list.d/lipoffline.list,Dir::Etc::SourceParts="" update
-   apt-get update
-fi
-
-# System absichern
-if askyesno "Netzwerk: Soll die Ubuntu Firewall (ufw/gufw) aktiviert werden ?"
-then
-  $DEBUG ufw enable
-fi
-
-echo "Installation:"
-echo "Programme, die für alle Fachrichtungen interressant sind (7zip, gimp, git, ... )"
-if [ -z "$NOGUI" ] || (askyesno "Sollen diese Programme installiert werden ?"); then
-	install_common
-fi
-
-#Fachrichtung wählen
-echo
-echo "Auswahl fachspezifischer Software:"
-
-if askyesno "Software für Vorlesung 'Programmierung' (Pflicht für Informatiker) installieren ?"
-then
-  #apt-install haskell-platform java7-jdk swi-prolog
-  #ok "Haskell, Java, Prolog und Eclipse wurden installiert"
-  install_if
-fi
-
-if askyesno "Software für Mathematik installieren ?"
-then
-  #apt-install haskell-platform java7-jdk swi-prolog
-  #ok "Haskell, Java, Prolog und Eclipse wurden installiert"
-  install_m
-fi
-
-if askyesno "Software für Physiker (Python-SciPy,-NumPy,diverse Plot-Programme) installieren ?"
-then
-  #apt-install python-numpy python-simpy python-scipy python-matplotlib ipython python-dev gnuplot wxmaxima
-  #ok "Python-SciPy, -NumPy, -Matplotlib, ipython, gnuplot, und WxMaxima wurden installiert"
-  install_ph
-  if askyesno "ROOT installieren (Physiker) ?"
-  then
-	if [ ! -d "$HIVE_DIR" ]
-	then
-	  err "Hive konnte nicht gefunden werden ( kein LIP-Stick? ). Ohne Hive kann ROOT leider nicht installiert werden!"
-	else
-	  #Basis Abhaengigkeiten
-          apt-install libx11-dev libxpm-dev libxft-dev libxext-dev
-          #Packete fuer vollen Umfang
-          apt-install gfortran libpcre3-dev xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
-          for archive in "$HIVE_DIR/root"*.tar.gz; do 
-	    	echo "Entpacke "$archive
-		$DEBUG tar -C "$HOME" -xf "$archive"
-	  done
-          CORES=`cat /proc/cpuinfo | grep processor | wc -l`
-	  echo "$CORES CPUs gefunden... benutze sie zum ROOT compilen"
-	  $DEBUG pushd "$HOME/root" || err "ROOT konnte nicht extrahiert werden..."
-	  $DEBUG ./configure
-	  $DEBUG make -j$CORES
-	  $DEBUG popd
-	  $DEBUG cat "$HIVE_DIR/root_env.sh" >> "$HOME/.bashrc"
-          ok "ROOT erfolgreich installiert"
-        fi
-  fi
-fi
-
-echo
-pressenter "Installation abgeschlossen!\n\nFalls Du doch noch mehr Software installieren möchtest, starte $0 erneut."
-
-echo
-#Folgende Packete koennen auch fuer Helfer waehrend der Installation interessant sein:
-PKGS_EXTRA="fityk openssh-server linux-firmware-nonfree zsh zsh-doc lftp graphviz gddrescue smartmontools"
-echo "Auf dem Installer-USB-Stick sind außerdem noch die folgenden Packete enthalten:"
-echo ${PKGS_EXTRA}
-echo "Installiere diese Packete bei Bedarf bitte selbst mit 'sudo apt-get install <Packetname>' "
-
-echo "Deaktiviere LIP Software Repository"
-bash $MY_DIR/liprepoctl.sh off
-
-#end;
diff --git a/attic/lipstick/scripts/liprepoctl.sh b/attic/lipstick/scripts/liprepoctl.sh
deleted file mode 100644
index 3cb7a5861565b85d6f19b7ae74e6a136493c59c1..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/liprepoctl.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-ACTION="$1"
-FILENAME="/etc/apt/sources.list.d/lipoffline.list"
-ACTIVATED=`test -e "$FILENAME"`
-
-function install_repo()
-{
-	echo "# offline repository of the linux install party
-deb [ trusted=yes ] file://$1/archives precise lip" > "$FILENAME"
-}
-
-function uninstall_repo()
-{
-	rm -f "$FILENAME"
-}
-
-case $ACTION in
-	"on")
-		if [ -z "$2" ]; then
-			echo "No repository location specified!"
-			exit 2
-		fi
-		install_repo "$2"
-		apt-get update
-		echo "Repository is now active, remember to call \"$0 off\" to deactivate it when you are done."
-		;;
-	"off")
-		uninstall_repo
-		apt-get update
-		echo "Repository is now inactive."
-		;;
-	"check")
-		echo "State: $ACTIVATED"
-		;;
-	*)
-		echo "Unknown action $ACTION"
-		exit 1
-		;;
-esac
diff --git a/attic/lipstick/scripts/mkdebarchive.sh b/attic/lipstick/scripts/mkdebarchive.sh
deleted file mode 100755
index 4341c8527425540352f0fc0ef48f87f253e6a239..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/mkdebarchive.sh
+++ /dev/null
@@ -1,72 +0,0 @@
-#! /bin/bash
-set -e
-
-echo "mkdebarchive.sh (C) 2012-2013 Mmoebius/ALUG License: GPLv3 GNU Public License"
-
-echo "Prerequisite: Alle .deb-Packete liegen in ./archives/"
-test -d ./archives || { echo "FAIL: no './archives'"; exit 2; }
-cd archives
-
-echo
-echo "Scanne nach Packages"
-dpkg-scanpackages -a noarch . > Packages.noarch
-dpkg-scanpackages -a amd64  . > Packages.amd64
-dpkg-scanpackages -a i386   . > Packages.i386
-
-echo
-echo "Erzeuge dist-Verzeichnisse"
-mkdir -p dists/precise/lip/binary-amd64
-mkdir -p dists/precise/lip/binary-i386
-
-echo
-echo "Erzeuge Packages.bz2"
-cat Packages.noarch Packages.amd64 | bzip2 -c9 > dists/precise/lip/binary-amd64/Packages.bz2
-cat Packages.noarch Packages.i386  | bzip2 -c9 > dists/precise/lip/binary-i386/Packages.bz2
-
-echo
-echo "Erzeuge './dists/precise/lip/binary-amd/Release'"
-cat >dists/precise/lip/binary-amd64/Release <<EOF
-Archive: precise
-Version: 12.04
-Component: main
-Origin: Ubuntu
-Label: Ubuntu
-Architecture: amd64
-EOF
-
-echo
-echo "Erzeuge './dists/precise/lip/binary-i386/Release'"
-cat >dists/precise/lip/binary-i386/Release <<EOF
-Archive: precise
-Version: 12.04
-Component: main
-Origin: Ubuntu
-Label: Ubuntu
-Architecture: i386
-EOF
-
-echo
-echo "Erzeuge './Release'"
-cat >Release <<EOF
-Origin: Ubuntu
-Label: LIP Ubuntu Extra Packages
-Suite: precise
-Version: 12.04
-Codename: precise
-Date: Wed, 30 Sep 2012 01:49:23 UTC
-Architectures: amd64 i386
-Components: lip
-Description: Ubuntu Precise 12.04
-EOF
-
-#echo
-#echo "Erzeuge einen geeigneten Eintrag für APT in 'sources.list.d/01lip-stick-extra.list'"
-#echo "deb [ trusted=yes ] file:/${PWD#/} precise lip" > /etc/apt/sources.list.d/01lip-stick-extra.list 
-
-#echo
-#echo "User: Bitte gleich 'apt-get update' starten. Das sollte das Repository einbinden"
-#echo "In diesem Verzeichnis liegen noch 3 Packages.* -Dateien. Die können gelöscht werden"
-#echo "Ende."
-
-#end;
-
diff --git a/attic/lipstick/scripts/mount-stick-repo.sh b/attic/lipstick/scripts/mount-stick-repo.sh
deleted file mode 100755
index 5e779d60ac4b1338ea7145c8b41c7f3835e7b435..0000000000000000000000000000000000000000
--- a/attic/lipstick/scripts/mount-stick-repo.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#! /bin/bash
-set -e
-
-#find device
-DEV="$(blkid -t "LABEL=MultiBoot" -o device | head -n1 || echo '')"
-
-PS3="[1,2,3]<Enter>: "
-while [ -z "$DEV" ];  do
-  echo "Der LIP-Install-USB-Stick wurde nicht gefunden."
-  echo "Jetzt einstecken oder ohne weitermachen"
-  select i in "Stick ist jetzt gesteckt" \
-"Ohne Stick weitermachen" \
-"Installation abbrechen" ; do
-    case $i in
-     "Stick ist jetzt gesteckt")
-       DEV="$(blkid -t "LABEL=MultiBoot" -o device | head -n1 || echo '')"
-       ;;
-     "Ohne Stick weitermachen")
-       DEV='-nomount-'
-       ;;
-     "Installation abbrechen")
-       exit 2
-       ;;
-     *)
-       echo "Das sollte nicht passieren. Helfer fragen."
-       exit 99
-       ;;
-    esac
-    break
-  done
-done
-
-if [ "$DEV" = "-nomount-" ]; then
-  echo "Mache ohne USB-Stick weiter."
-  MPOINT=""
-  #exit 0
-else
-  echo "Stick gefunden als $DEV"
-
-  # ask udisks to mount it always.
-  udisks --mount "$DEV"
-
-  # see where it is mounted
-  DEVFILE=${DEV#/dev/}
-  MPOINT="$(qdbus --system org.freedesktop.UDisks /org/freedesktop/UDisks/devices/${DEVFILE} org.freedesktop.DBus.Properties.Get org.freedesktop.UDisks.Device  "DeviceMountPaths" | head -n1)"
-
-  echo "Der Stick it als '$MPOINT' gemountet"
-fi
-#end;
diff --git a/attic/lipstick/start_in_qemu.txt b/attic/lipstick/start_in_qemu.txt
deleted file mode 100755
index 4d532030c9664adb333d7f7554ecd9e17c22c630..0000000000000000000000000000000000000000
--- a/attic/lipstick/start_in_qemu.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-qemu -boot c -m 128 -hda /dev/sdX -net none -localtime
-qemu-system-x86_64 -boot c -m 128 -hda /dev/sdX -net none -localtime
-qemu-i386 -boot c -m 128 -hda /dev/sdX -net none -localtime
-qemu-system-x86_64 -enable-kvm -hda /dev/sdX -net none -localtime
diff --git a/attic/maps/informatikzentrum.svg b/attic/maps/informatikzentrum.svg
deleted file mode 100644
index c0baf0450c98ccee9d3883f86a7900a755ac46d0..0000000000000000000000000000000000000000
--- a/attic/maps/informatikzentrum.svg
+++ /dev/null
@@ -1,1060 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns: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="744.09448819"
-   height="1052.3622047"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="New document 1">
-  <defs
-     id="defs4">
-	<symbol
-   id="symbol_text_25">
-			<text
-   id="text3021"
-   transform="translate(981.21,704.1) scale(0.8,1)">© OpenStreetMap contributors. Tiles: CC-BY-SA 2.0</text>
-
-			<text
-   id="text3023"
-   transform="translate(981.21,704.1) scale(0.8,1)">© OpenStreetMap contributors. Tiles: CC-BY-SA 2.0</text>
-
-		</symbol>
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.11.png"
-   height="276"
-   width="276"
-   id="symbol_tile_24" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.10.png"
-   height="276"
-   width="277"
-   id="symbol_tile_23" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.9.png"
-   height="276"
-   width="276"
-   id="symbol_tile_22" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.8.png"
-   height="276"
-   width="276"
-   id="symbol_tile_21" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.7.png"
-   height="276"
-   width="277"
-   id="symbol_tile_20" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.6.png"
-   height="276"
-   width="276"
-   id="symbol_tile_19" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.11.png"
-   height="277"
-   width="276"
-   id="symbol_tile_18" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.10.png"
-   height="277"
-   width="277"
-   id="symbol_tile_17" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.9.png"
-   height="277"
-   width="276"
-   id="symbol_tile_16" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.8.png"
-   height="277"
-   width="276"
-   id="symbol_tile_15" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.7.png"
-   height="277"
-   width="277"
-   id="symbol_tile_14" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.6.png"
-   height="277"
-   width="276"
-   id="symbol_tile_13" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.11.png"
-   height="276"
-   width="276"
-   id="symbol_tile_12" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.10.png"
-   height="276"
-   width="277"
-   id="symbol_tile_11" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.9.png"
-   height="276"
-   width="276"
-   id="symbol_tile_10" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.8.png"
-   height="276"
-   width="276"
-   id="symbol_tile_9" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.7.png"
-   height="276"
-   width="277"
-   id="symbol_tile_8" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.6.png"
-   height="276"
-   width="276"
-   id="symbol_tile_7" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.11.png"
-   height="277"
-   width="276"
-   id="symbol_tile_6" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.10.png"
-   height="277"
-   width="277"
-   id="symbol_tile_5" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.9.png"
-   height="277"
-   width="276"
-   id="symbol_tile_4" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.8.png"
-   height="277"
-   width="276"
-   id="symbol_tile_3" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.7.png"
-   height="277"
-   width="277"
-   id="symbol_tile_2" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.6.png"
-   height="277"
-   width="276"
-   id="symbol_tile_1" />
-
-		<clipPath
-   id="MapClipRectangle"
-   clipPathUnits="userSpaceOnUse">
-			<rect
-   id="rect2994"
-   height="712"
-   width="1280"
-   y="0"
-   x="0" />
-
-		</clipPath>
-
-		</defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="585.10575"
-     inkscape:cy="502.75854"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer2"
-     showgrid="false"
-     inkscape:window-width="1280"
-     inkscape:window-height="1002"
-     inkscape:window-x="1272"
-     inkscape:window-y="-8"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     style="display:none">
-    <g
-       style="display:inline;overflow:hidden"
-       id="g3124"
-       transform="translate(-178,242.36218)">
-      <g
-         inkscape:label="Map background"
-         style="fill:#f1eee8;stroke:#000000"
-         id="Map_background">
-		<g
-   inkscape:label="map background"
-   inkscape:groupmode="layer"
-   id="map_background">
-			<rect
-   style="stroke:none"
-   id="Map_Background_Fill"
-   height="712"
-   width="1280"
-   y="0"
-   x="0" />
-
-		</g>
-
-	</g>
-      <g
-         inkscape:label="Bitmap (in background)"
-         style="stroke:#000000"
-         id="Bitmap__in_background">
-		<g
-   inkscape:label="tiles"
-   inkscape:groupmode="layer"
-   id="tiles">
-			<use
-   id="use3030"
-   xlink:href="#symbol_tile_1"
-   height="277"
-   width="276"
-   y="-263"
-   x="-276" />
-
-			<use
-   id="use3032"
-   xlink:href="#symbol_tile_2"
-   height="277"
-   width="277"
-   y="-263"
-   x="0" />
-
-			<use
-   id="use3034"
-   xlink:href="#symbol_tile_3"
-   height="277"
-   width="276"
-   y="-263"
-   x="277" />
-
-			<use
-   id="use3036"
-   xlink:href="#symbol_tile_4"
-   height="277"
-   width="276"
-   y="-263"
-   x="553" />
-
-			<use
-   id="use3038"
-   xlink:href="#symbol_tile_5"
-   height="277"
-   width="277"
-   y="-263"
-   x="829" />
-
-			<use
-   id="use3040"
-   xlink:href="#symbol_tile_6"
-   height="277"
-   width="276"
-   y="-263"
-   x="1106" />
-
-			<use
-   id="use3042"
-   xlink:href="#symbol_tile_7"
-   height="276"
-   width="276"
-   y="14"
-   x="-276" />
-
-			<use
-   id="use3044"
-   xlink:href="#symbol_tile_8"
-   height="276"
-   width="277"
-   y="14"
-   x="0" />
-
-			<use
-   id="use3046"
-   xlink:href="#symbol_tile_9"
-   height="276"
-   width="276"
-   y="14"
-   x="277" />
-
-			<use
-   id="use3048"
-   xlink:href="#symbol_tile_10"
-   height="276"
-   width="276"
-   y="14"
-   x="553" />
-
-			<use
-   id="use3050"
-   xlink:href="#symbol_tile_11"
-   height="276"
-   width="277"
-   y="14"
-   x="829" />
-
-			<use
-   id="use3052"
-   xlink:href="#symbol_tile_12"
-   height="276"
-   width="276"
-   y="14"
-   x="1106" />
-
-			<use
-   id="use3054"
-   xlink:href="#symbol_tile_13"
-   height="277"
-   width="276"
-   y="290"
-   x="-276" />
-
-			<use
-   id="use3056"
-   xlink:href="#symbol_tile_14"
-   height="277"
-   width="277"
-   y="290"
-   x="0" />
-
-			<use
-   id="use3058"
-   xlink:href="#symbol_tile_15"
-   height="277"
-   width="276"
-   y="290"
-   x="277" />
-
-			<use
-   id="use3060"
-   xlink:href="#symbol_tile_16"
-   height="277"
-   width="276"
-   y="290"
-   x="553" />
-
-			<use
-   id="use3062"
-   xlink:href="#symbol_tile_17"
-   height="277"
-   width="277"
-   y="290"
-   x="829" />
-
-			<use
-   id="use3064"
-   xlink:href="#symbol_tile_18"
-   height="277"
-   width="276"
-   y="290"
-   x="1106" />
-
-			<use
-   id="use3066"
-   xlink:href="#symbol_tile_19"
-   height="276"
-   width="276"
-   y="567"
-   x="-276" />
-
-			<use
-   id="use3068"
-   xlink:href="#symbol_tile_20"
-   height="276"
-   width="277"
-   y="567"
-   x="0" />
-
-			<use
-   id="use3070"
-   xlink:href="#symbol_tile_21"
-   height="276"
-   width="276"
-   y="567"
-   x="277" />
-
-			<use
-   id="use3072"
-   xlink:href="#symbol_tile_22"
-   height="276"
-   width="276"
-   y="567"
-   x="553" />
-
-			<use
-   id="use3074"
-   xlink:href="#symbol_tile_23"
-   height="276"
-   width="277"
-   y="567"
-   x="829" />
-
-			<use
-   id="use3076"
-   xlink:href="#symbol_tile_24"
-   height="276"
-   width="276"
-   y="567"
-   x="1106" />
-
-		<text
-   xml:space="preserve"
-   style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
-   x="470.73108"
-   y="653.60443"
-   id="text3232"
-   sodipodi:linespacing="125%"
-   transform="translate(178,-242.36218)"><tspan
-     sodipodi:role="line"
-     id="tspan3234"
-     x="470.73108"
-     y="653.60443" /></text>
-<text
-   xml:space="preserve"
-   style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
-   x="465.4278"
-   y="642.99786"
-   id="text3236"
-   sodipodi:linespacing="125%"
-   transform="translate(178,-242.36218)"><tspan
-     sodipodi:role="line"
-     id="tspan3238"
-     x="465.4278"
-     y="642.99786">AH I,</tspan><tspan
-     sodipodi:role="line"
-     x="465.4278"
-     y="657.99786"
-     id="tspan3240">II, III</tspan></text>
-</g>
-
-	</g>
-      <g
-         inkscape:label="Map decoration"
-         style="font-size:14px;font-weight:bold;stroke:#000000;font-family:Tahoma"
-         id="Map_decoration">
-		<g
-   inkscape:label="floating label"
-   inkscape:groupmode="layer"
-   id="floating_label">
-			<g
-   id="g3080"
-   style="fill:none;stroke:#ffffff;stroke-width:3;stroke-opacity:0.75">
-				<use
-   id="use3082"
-   xlink:href="#symbol_text_25"
-   x="0"
-   y="0"
-   width="1"
-   height="1" />
-
-			</g>
-
-			<g
-   id="g3084"
-   style="fill:#000000;fill-opacity:1;stroke:none">
-				<use
-   id="use3086"
-   xlink:href="#symbol_text_25"
-   x="0"
-   y="0"
-   width="1"
-   height="1" />
-
-			</g>
-
-		</g>
-
-	</g>
-      <g
-         inkscape:label="Map frame"
-         style="fill:none;stroke:#000000;stroke-width:2"
-         id="Map_frame">
-		<rect
-   id="rect3089"
-   height="712"
-   width="1280"
-   y="0"
-   x="0" />
-
-	</g>
-    </g>
-  </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="Layer">
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 256.78571,393.43361 30.35715,87.14286 56.42857,-19.28572 -30.35714,-87.5 z"
-       id="path3166"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 320.72343,394.75287 28.28427,-9.34391 -4.54568,-15.9099 9.34391,-3.53553 6.31345,14.89975 39.14341,-13.38452 7.07107,11.36421 -29.04188,8.33376 18.43528,33.33503 3.78807,10.85914 15.9099,-3.78807 69.19545,201.52544 6.31346,-0.75762 11.61675,33.58757 0.25254,1.26269 -6.31345,1.01016 4.54568,12.12183 52.78047,-0.75762 2.77792,0 -5.55584,-17.17259 17.42514,-5.80838 2.77791,4.79823 3.53554,-0.75762 -18.68782,-57.07362 23.23351,-7.07106 -0.75762,-6.81853 17.67767,-5.3033 33.84011,99.50002 -18.43528,5.80838 -4.04061,1.76777 18.94036,59.85153 63.89215,-21.2132 8.83883,24.24366 38.13326,-12.37437 -12.87945,-40.4061 40.40611,-13.13198 20.70812,61.6193 23.99113,-8.58629 35.1028,104.55078 -40.91118,13.63706 -27.02158,-72.98352 -50.76017,17.1726 15.15229,53.79062 -33.08249,11.36422 -7.32361,-15.65737 -3.78807,0.75762 -14.64721,12.37436 -12.12184,3.53554 -18.43528,-1.26269 -10.6066,-34.59773 -5.55584,1.01015 2.52538,11.8693 -28.28427,9.59645 -24.4962,-74.24622 -37.62818,12.87945 -10.6066,-30.30458 8.08122,-2.27284 -24.4962,-71.72083 -90.91373,1.01015 -0.25254,-39.39595 8.33376,-2.27284 -58.33631,-169.45309 -76.01398,18.43528 -4.54569,-18.43528 0,0"
-       id="path3168"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 398.50518,367.47876 -15.65736,-23.48605 16.92005,-10.85914 19.95051,-7.07107 21.71828,-1.01015 -1.26269,27.77919 7.32361,23.48605 -37.62818,13.8896 -3.283,-11.86929 z"
-       id="path3170"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 440.42651,353.8417 42.93148,-13.13199 -13.13198,-38.63833 12.12183,-5.05076 2.27284,3.28299 16.66752,-5.05076 0.50508,-4.04061 14.89975,-5.3033 13.8896,39.14341 11.86929,-3.283 3.78807,9.84899 -10.85914,2.02031 5.3033,17.9302 -12.62691,3.283 14.14214,47.47717 8.83883,-1.51523 4.04061,14.14214 -6.31345,3.53553 -3.28299,-8.5863 -121.72339,39.39595 -0.50507,0.25254"
-       id="path3172"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 444.46712,364.95337 29.04189,-10.10152 13.13198,38.3858 -90.40865,26.76904 0.25253,-0.75762"
-       id="path3174"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 430.07245,688.20219 1.26269,64.14469 -22.22336,0.75761 -0.50507,39.90103 73.48859,-1.76777 -0.75761,-38.3858 -9.59645,0 -1.26269,-65.65991 z"
-       id="path3176"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 444.21458,687.94965 0.50508,34.59773 26.76904,0 0,0"
-       id="path3178"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 430.83006,752.34688 44.95179,0.75761"
-       id="path3180"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 532.60293,687.44458 29.54696,89.3985 26.01143,-8.83884 -28.78935,-83.59012 z"
-       id="path3182"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 588.41386,767.49916 38.63833,-20.70812 0,0"
-       id="path3184"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 636.14357,831.1337 -22.72844,-61.61931 0,0 -28.53681,8.83884"
-       id="path3186"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.05367482px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 593.244,801.30482 28.98059,-9.03008"
-       id="path3188"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 600.53569,822.55248 29.29442,-9.59645"
-       id="path3190"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 619.47605,751.08419 14.89975,39.39594 72.73098,-21.2132 -7.57614,-18.94036 0,0"
-       id="path3192"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 626.54712,770.27708 69.95306,-26.5165"
-       id="path3194"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 641.95194,742.75043 8.08122,18.43528"
-       id="path3196"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 664.68038,734.92174 9.09137,17.93021"
-       id="path3198"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 737.41136,737.69966 9.09137,19.69798 -29.7995,11.36422 -9.09137,-21.21321"
-       id="path3200"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 643.71971,836.44208 85.61043,-26.26397 0,0"
-       id="path3202"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 697.51033,849.32152 -9.59645,-26.01143"
-       id="path3204"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 485.36053,629.1108 -32.30711,9.84645 13.38452,38.63834 34.85026,-1.26269"
-       id="path3210"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="cccc" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 557.09913,675.57528 16.92005,-1.01015 3.283,0.25254 -6.31345,-18.43529 4.29315,0 14.39467,35.86042 18.18274,-4.79822 0,0"
-       id="path3212"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 579.32249,592.49024 32.82995,92.68149"
-       id="path3214"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 572.75649,594.76308 19.95052,58.08377 -17.1726,4.79823"
-       id="path3218"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 584.37325,606.37983 18.68782,-5.55584 0.25254,0"
-       id="path3220"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 559.62451,684.66666 25.50635,-4.54569"
-       id="path3222"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 379.56482,476.82777 21.97082,-4.54569 49.75001,135.36044 -25.50635,5.80838"
-       id="path3224"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 428.80976,467.23132 -19.95052,3.78807 60.60916,162.63456"
-       id="path3226"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 407.84909,559.66028 23.23351,-5.55584 0,-0.50508"
-       id="path3228"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 413.91001,576.58033 23.48604,-5.55584"
-       id="path3230"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="465.68033"
-       y="648.80621"
-       id="text3243"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3245"
-         x="465.68033"
-         y="648.80621">AH I,</tspan><tspan
-         sodipodi:role="line"
-         x="465.68033"
-         y="663.80621"
-         id="tspan3247">II, III</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.87603855px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="297.40857"
-       y="636.4469"
-       id="text3249"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.98027118,-0.19765733,0.19765733,0.98027118,0,0)"><tspan
-         sodipodi:role="line"
-         x="297.40857"
-         y="636.4469"
-         id="tspan3255"
-         style="font-size:9.06336689px">FS</tspan><tspan
-         sodipodi:role="line"
-         x="297.40857"
-         y="644.74683"
-         id="tspan3259"
-         style="font-size:5.43801928px">2015</tspan><tspan
-         sodipodi:role="line"
-         x="297.40857"
-         y="651.54437"
-         id="tspan3253" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="704.02234"
-       y="-449.98828"
-       id="text3261"
-       sodipodi:linespacing="125%"
-       transform="matrix(0,1,-1,0,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3263"
-         x="704.02234"
-         y="-449.98828">Sportbereich</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="826.21313"
-       y="-380.28363"
-       id="text3265"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.25881905,0.96592582,-0.96592582,0.25881905,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3267"
-         x="826.21313"
-         y="-380.28363">Info-Bib</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="818.1709"
-       y="-332.52652"
-       id="text3269"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.27563736,0.96126169,-0.96126169,0.27563736,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3271"
-         x="818.1709"
-         y="-332.52652">Lesegarten</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="605.75"
-       y="837.11218"
-       id="text3273"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3275"
-         x="605.75"
-         y="837.11218">5056</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="597.5"
-       y="812.11218"
-       id="text3277"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="597.5"
-         y="812.11218"
-         id="tspan3281">5055</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="591"
-       y="789.36218"
-       id="text3285"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="591"
-         y="789.36218"
-         id="tspan3293">5054</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.91631126px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="393.5596"
-       y="922.40521"
-       id="text3297"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.91594772,-0.32086179,0.29760946,0.98751105,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3299"
-         x="393.5596"
-         y="922.40521">B-IT Research</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="658"
-       y="847.86218"
-       id="text3301"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3303"
-         x="658"
-         y="847.86218">AH  V</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="697.5"
-       y="834.36218"
-       id="text3305"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3307"
-         x="697.5"
-         y="834.36218">AH VI</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="400.5"
-       y="351.11218"
-       id="text3309"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3311"
-         x="400.5"
-         y="351.11218">AH IV</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="308.90457"
-       y="537.03363"
-       id="text3313"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.96126169,-0.27563736,0.27563736,0.96126169,0,0)"><tspan
-         sodipodi:role="line"
-         x="308.90457"
-         y="537.03363"
-         id="tspan3317">Cafete</tspan><tspan
-         sodipodi:role="line"
-         x="308.90457"
-         y="552.03363"
-         id="tspan3321" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="402.81882"
-       y="461.3475"
-       id="text3323"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.97437006,-0.22495106,0.22495106,0.97437006,0,0)"><tspan
-         sodipodi:role="line"
-         x="402.81882"
-         y="461.3475"
-         id="tspan3327">MENSA</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="275.75"
-       y="410.36218"
-       id="text3331"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="275.75"
-         y="410.36218"
-         id="tspan3335">Aula 2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="341.75"
-       y="417.86218"
-       id="text3339"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3341"
-         x="341.75"
-         y="417.86218">Foyer</tspan><tspan
-         sodipodi:role="line"
-         x="341.75"
-         y="432.86218"
-         id="tspan3343">Ahornstr</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="589"
-       y="596.36218"
-       id="text3345"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3347"
-         x="589"
-         y="596.36218">i1 Seminarraum</tspan></text>
-    <path
-       style="fill:#666666"
-       d="m 598.85942,645.75493 c -7.54426,-21.31721 -13.65705,-38.81836 -13.58396,-38.89144 0.0731,-0.0731 4.03228,-1.29 8.79823,-2.70425 l 8.66537,-2.57136 0.21651,0.56947 c 0.8687,2.28484 26.24452,77.19817 26.17375,77.26894 -0.15975,0.15974 -15.89084,5.09486 -16.22789,5.09097 -0.20556,-0.002 -5.37062,-14.26028 -14.04201,-38.76233 l 0,0 z"
-       id="path3351"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 575.67755,656.06491 c -0.51502,-0.54248 -2.49284,-6.31927 -9.59763,-28.0327 -4.9219,-15.04218 -8.96124,-27.51832 -8.97629,-27.72475 -0.0204,-0.27991 1.8793,-0.95937 7.47263,-2.6727 4.125,-1.26356 7.57245,-2.22794 7.66099,-2.14306 0.0885,0.0849 3.67329,10.39181 7.96611,22.90431 4.29281,12.5125 8.67833,25.2849 9.74559,28.38311 l 1.94047,5.63311 -7.53158,2.09417 c -4.14237,1.15179 -7.64408,2.12738 -7.78158,2.16798 -0.1375,0.0406 -0.54192,-0.23366 -0.89871,-0.60947 z"
-       id="path3353"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 746.5,757.11218 30.5,25.75 -0.25,-0.25"
-       id="path3355"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 804.06271,854.35945 c -0.10005,-0.25489 -6.14788,-16.5721 -13.4396,-36.26047 l -13.25769,-35.79703 -15.26816,-12.88368 -15.26816,-12.88367 -4.54087,-9.81929 -4.54087,-9.8193 -6.12847,-19.22127 c -3.37066,-10.5717 -6.12844,-19.3467 -6.12841,-19.5 8e-5,-0.33554 38.79259,-12.96715 39.03046,-12.7091 0.0914,0.0992 4.75153,13.84912 10.35574,30.55537 5.60421,16.70625 10.26827,30.46521 10.36456,30.57546 0.0963,0.11025 5.50738,-1.70814 12.02463,-4.04087 9.04919,-3.23899 11.89336,-4.16395 12.03495,-3.9139 0.27823,0.49136 34.4396,102.37609 34.4396,102.71454 0,0.16492 -8.46678,3.11168 -19.4375,6.765 -10.69063,3.56005 -19.57718,6.5243 -19.74789,6.58723 -0.17072,0.0629 -0.39226,-0.0941 -0.49232,-0.34902 z"
-       id="path3357"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 426.41641,610.97819 c -0.29353,-0.8702 -3.02537,-8.82034 -6.07075,-17.66699 -3.71936,-10.80451 -5.44584,-16.14118 -5.2592,-16.25653 0.60781,-0.37564 22.12262,-5.31409 22.29861,-5.11835 0.22327,0.24833 13.04655,35.12945 12.94823,35.22101 -0.0371,0.0345 -5.07363,1.20414 -11.19238,2.59918 -6.11875,1.39504 -11.36481,2.5966 -11.6579,2.67014 -0.46628,0.11699 -0.59964,-0.0641 -1.06661,-1.44846 z"
-       id="path3359"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 405.42172,549.95851 c -15.49618,-44.95831 -24.97469,-72.57249 -24.92731,-72.6219 0.136,-0.14178 20.50893,-4.28651 20.60376,-4.19169 0.25169,0.2517 29.53392,80.21826 29.41715,80.33503 -0.13528,0.13528 -21.2901,5.26623 -21.77776,5.28204 -0.15309,0.005 -1.64522,-3.9566 -3.31584,-8.80348 l 0,0 z"
-       id="path3361"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 469.57632,632.08351 c -0.20289,-0.51562 -13.73302,-36.80729 -30.06694,-80.64815 -20.31795,-54.53414 -29.60767,-79.76651 -29.4119,-79.8875 0.46692,-0.28857 18.29563,-3.60799 18.46562,-3.438 0.16235,0.16235 55.33929,160.74595 55.2523,160.80295 -0.12902,0.0845 -13.56974,4.11638 -13.70983,4.11257 -0.0882,-0.003 -0.32636,-0.42624 -0.52925,-0.94187 l 0,0 z"
-       id="path3363"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="784.70911"
-       y="-359.77585"
-       id="text3365"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.35836796,0.93358042,-0.93358042,0.35836796,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3367"
-         x="784.70911"
-         y="-359.77585">Erweiterungsbau 1 (E1)</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="612.45746"
-       y="-254.94426"
-       id="text3369"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.34202016,0.93969261,-0.93969261,0.34202016,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3371"
-         x="612.45746"
-         y="-254.94426">Hauptbau (HB)</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="936.19507"
-       y="-507.61209"
-       id="text3373"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.35836793,0.93358043,-0.93358043,0.35836793,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3375"
-         x="936.19507"
-         y="-507.61209">Erweiterungsbau 2 (E2)</tspan></text>
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 620.83975,570.82246 53.74012,-15.55634 -41.7193,-134.35029 -60.10408,19.79899 36.76956,133.64318 z"
-       id="path3377"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 592.13165,507.69276 c -9.83766,-35.87334 -17.86618,-65.54245 -17.84115,-65.93135 0.0447,-0.69422 55.10381,-19.09189 57.13674,-19.09189 0.75889,0 6.52904,17.67956 21.45272,65.73048 11.22803,36.15176 20.17816,65.94217 19.88917,66.2009 -0.28898,0.25874 -12.86377,4.02827 -27.94397,8.37674 -15.08019,4.34846 -28.72316,8.36659 -30.31771,8.92918 -1.59455,0.5626 -3.25692,1.02004 -3.69416,1.01654 -0.45217,-0.004 -8.50801,-28.13216 -18.68164,-65.2306 l 0,0 z"
-       id="path3381"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="580.2265"
-       y="-525.55908"
-       id="text3383"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.25881906,0.96592582,-0.96592582,0.25881906,0,0)"><tspan
-         sodipodi:role="line"
-         x="580.2265"
-         y="-525.55908"
-         id="tspan3387">Erweiterungsbau 3 (E3)</tspan></text>
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 428.50671,620.31994 -13.43503,3.53553 5.65686,16.26346 14.84924,-4.24264 0,0"
-       id="path3391"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 740.3408,796.38953 6.36396,24.04163 23.33453,-7.77818 -7.07107,-25.45584"
-       id="path3393"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="713.47076"
-       y="757.49866"
-       id="text3395"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3397"
-         x="713.47076"
-         y="757.49866">5052</tspan><tspan
-         sodipodi:role="line"
-         x="713.47076"
-         y="772.49866"
-         id="tspan3399" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="417.0993"
-       y="944.89105"
-       id="text3401"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.96592583,-0.25881904,0.25881904,0.96592583,0,0)"><tspan
-         sodipodi:role="line"
-         x="417.0993"
-         y="944.89105"
-         id="tspan3405">Foyer Mies-van-</tspan><tspan
-         sodipodi:role="line"
-         x="417.0993"
-         y="959.89105"
-         id="tspan3409">der-Rohe-Str.</tspan></text>
-  </g>
-</svg>
diff --git a/attic/maps/informatikzentrum_osak_i1.svg b/attic/maps/informatikzentrum_osak_i1.svg
deleted file mode 100644
index b5b47f4e6c1cc2ba2f17fe8af3f6e56119123538..0000000000000000000000000000000000000000
--- a/attic/maps/informatikzentrum_osak_i1.svg
+++ /dev/null
@@ -1,1154 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns: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="744.09448819"
-   height="1052.3622047"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="map_infozentrum.svg">
-  <defs
-     id="defs4"><marker
-   inkscape:stockid="Arrow1Mend"
-   orient="auto"
-   refY="0.0"
-   refX="0.0"
-   id="Arrow1Mend"
-   style="overflow:visible;">
-  <path
-     id="path4194"
-     d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
-     style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
-     transform="scale(0.4) rotate(180) translate(10,0)" />
-</marker>
-<marker
-   inkscape:stockid="Arrow2Mend"
-   orient="auto"
-   refY="0.0"
-   refX="0.0"
-   id="Arrow2Mend"
-   style="overflow:visible;">
-  <path
-     id="path4212"
-     style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-     d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-     transform="scale(0.6) rotate(180) translate(0,0)" />
-</marker>
-
-	<symbol
-   id="symbol_text_25">
-			<text
-   id="text3021"
-   transform="translate(981.21,704.1) scale(0.8,1)">© OpenStreetMap contributors. Tiles: CC-BY-SA 2.0</text>
-
-			<text
-   id="text3023"
-   transform="translate(981.21,704.1) scale(0.8,1)">© OpenStreetMap contributors. Tiles: CC-BY-SA 2.0</text>
-
-		</symbol>
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.11.png"
-   height="276"
-   width="276"
-   id="symbol_tile_24" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.10.png"
-   height="276"
-   width="277"
-   id="symbol_tile_23" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.9.png"
-   height="276"
-   width="276"
-   id="symbol_tile_22" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.8.png"
-   height="276"
-   width="276"
-   id="symbol_tile_21" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.7.png"
-   height="276"
-   width="277"
-   id="symbol_tile_20" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88016.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88016.6.png"
-   height="276"
-   width="276"
-   id="symbol_tile_19" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.11.png"
-   height="277"
-   width="276"
-   id="symbol_tile_18" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.10.png"
-   height="277"
-   width="277"
-   id="symbol_tile_17" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.9.png"
-   height="277"
-   width="276"
-   id="symbol_tile_16" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.8.png"
-   height="277"
-   width="276"
-   id="symbol_tile_15" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.7.png"
-   height="277"
-   width="277"
-   id="symbol_tile_14" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88015.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88015.6.png"
-   height="277"
-   width="276"
-   id="symbol_tile_13" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.11.png"
-   height="276"
-   width="276"
-   id="symbol_tile_12" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.10.png"
-   height="276"
-   width="277"
-   id="symbol_tile_11" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.9.png"
-   height="276"
-   width="276"
-   id="symbol_tile_10" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.8.png"
-   height="276"
-   width="276"
-   id="symbol_tile_9" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.7.png"
-   height="276"
-   width="277"
-   id="symbol_tile_8" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88014.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88014.6.png"
-   height="276"
-   width="276"
-   id="symbol_tile_7" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.11.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.11.png"
-   height="277"
-   width="276"
-   id="symbol_tile_6" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.10.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.10.png"
-   height="277"
-   width="277"
-   id="symbol_tile_5" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.9.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.9.png"
-   height="277"
-   width="276"
-   id="symbol_tile_4" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.8.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.8.png"
-   height="277"
-   width="276"
-   id="symbol_tile_3" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.7.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.7.png"
-   height="277"
-   width="277"
-   id="symbol_tile_2" />
-
-		<image
-   sodipodi:absref="C:\Users\Sprechstunde\Maperitive\output\88013.6.png"
-   xlink:href="C:\Users\Sprechstunde\Maperitive\output\88013.6.png"
-   height="277"
-   width="276"
-   id="symbol_tile_1" />
-
-		<clipPath
-   id="MapClipRectangle"
-   clipPathUnits="userSpaceOnUse">
-			<rect
-   id="rect2994"
-   height="712"
-   width="1280"
-   y="0"
-   x="0" />
-
-		</clipPath>
-
-		</defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.70710678"
-     inkscape:cx="503.46256"
-     inkscape:cy="502.02563"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer2"
-     showgrid="false"
-     inkscape:window-width="1280"
-     inkscape:window-height="1002"
-     inkscape:window-x="1272"
-     inkscape:window-y="-8"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     style="display:none">
-    <g
-       style="display:inline;overflow:hidden"
-       id="g3124"
-       transform="translate(-178,242.36218)">
-      <g
-         inkscape:label="Map background"
-         style="fill:#f1eee8;stroke:#000000"
-         id="Map_background">
-		<g
-   inkscape:label="map background"
-   inkscape:groupmode="layer"
-   id="map_background">
-			<rect
-   style="stroke:none"
-   id="Map_Background_Fill"
-   height="712"
-   width="1280"
-   y="0"
-   x="0" />
-
-		</g>
-
-	</g>
-      <g
-         inkscape:label="Bitmap (in background)"
-         style="stroke:#000000"
-         id="Bitmap__in_background">
-		<g
-   inkscape:label="tiles"
-   inkscape:groupmode="layer"
-   id="tiles">
-			<use
-   id="use3030"
-   xlink:href="#symbol_tile_1"
-   height="277"
-   width="276"
-   y="-263"
-   x="-276" />
-
-			<use
-   id="use3032"
-   xlink:href="#symbol_tile_2"
-   height="277"
-   width="277"
-   y="-263"
-   x="0" />
-
-			<use
-   id="use3034"
-   xlink:href="#symbol_tile_3"
-   height="277"
-   width="276"
-   y="-263"
-   x="277" />
-
-			<use
-   id="use3036"
-   xlink:href="#symbol_tile_4"
-   height="277"
-   width="276"
-   y="-263"
-   x="553" />
-
-			<use
-   id="use3038"
-   xlink:href="#symbol_tile_5"
-   height="277"
-   width="277"
-   y="-263"
-   x="829" />
-
-			<use
-   id="use3040"
-   xlink:href="#symbol_tile_6"
-   height="277"
-   width="276"
-   y="-263"
-   x="1106" />
-
-			<use
-   id="use3042"
-   xlink:href="#symbol_tile_7"
-   height="276"
-   width="276"
-   y="14"
-   x="-276" />
-
-			<use
-   id="use3044"
-   xlink:href="#symbol_tile_8"
-   height="276"
-   width="277"
-   y="14"
-   x="0" />
-
-			<use
-   id="use3046"
-   xlink:href="#symbol_tile_9"
-   height="276"
-   width="276"
-   y="14"
-   x="277" />
-
-			<use
-   id="use3048"
-   xlink:href="#symbol_tile_10"
-   height="276"
-   width="276"
-   y="14"
-   x="553" />
-
-			<use
-   id="use3050"
-   xlink:href="#symbol_tile_11"
-   height="276"
-   width="277"
-   y="14"
-   x="829" />
-
-			<use
-   id="use3052"
-   xlink:href="#symbol_tile_12"
-   height="276"
-   width="276"
-   y="14"
-   x="1106" />
-
-			<use
-   id="use3054"
-   xlink:href="#symbol_tile_13"
-   height="277"
-   width="276"
-   y="290"
-   x="-276" />
-
-			<use
-   id="use3056"
-   xlink:href="#symbol_tile_14"
-   height="277"
-   width="277"
-   y="290"
-   x="0" />
-
-			<use
-   id="use3058"
-   xlink:href="#symbol_tile_15"
-   height="277"
-   width="276"
-   y="290"
-   x="277" />
-
-			<use
-   id="use3060"
-   xlink:href="#symbol_tile_16"
-   height="277"
-   width="276"
-   y="290"
-   x="553" />
-
-			<use
-   id="use3062"
-   xlink:href="#symbol_tile_17"
-   height="277"
-   width="277"
-   y="290"
-   x="829" />
-
-			<use
-   id="use3064"
-   xlink:href="#symbol_tile_18"
-   height="277"
-   width="276"
-   y="290"
-   x="1106" />
-
-			<use
-   id="use3066"
-   xlink:href="#symbol_tile_19"
-   height="276"
-   width="276"
-   y="567"
-   x="-276" />
-
-			<use
-   id="use3068"
-   xlink:href="#symbol_tile_20"
-   height="276"
-   width="277"
-   y="567"
-   x="0" />
-
-			<use
-   id="use3070"
-   xlink:href="#symbol_tile_21"
-   height="276"
-   width="276"
-   y="567"
-   x="277" />
-
-			<use
-   id="use3072"
-   xlink:href="#symbol_tile_22"
-   height="276"
-   width="276"
-   y="567"
-   x="553" />
-
-			<use
-   id="use3074"
-   xlink:href="#symbol_tile_23"
-   height="276"
-   width="277"
-   y="567"
-   x="829" />
-
-			<use
-   id="use3076"
-   xlink:href="#symbol_tile_24"
-   height="276"
-   width="276"
-   y="567"
-   x="1106" />
-
-		<text
-   xml:space="preserve"
-   style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
-   x="470.73108"
-   y="653.60443"
-   id="text3232"
-   sodipodi:linespacing="125%"
-   transform="translate(178,-242.36218)"><tspan
-     sodipodi:role="line"
-     id="tspan3234"
-     x="470.73108"
-     y="653.60443" /></text>
-<text
-   xml:space="preserve"
-   style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
-   x="465.4278"
-   y="642.99786"
-   id="text3236"
-   sodipodi:linespacing="125%"
-   transform="translate(178,-242.36218)"><tspan
-     sodipodi:role="line"
-     id="tspan3238"
-     x="465.4278"
-     y="642.99786">AH I,</tspan><tspan
-     sodipodi:role="line"
-     x="465.4278"
-     y="657.99786"
-     id="tspan3240">II, III</tspan></text>
-</g>
-
-	</g>
-      <g
-         inkscape:label="Map decoration"
-         style="font-size:14px;font-weight:bold;stroke:#000000;font-family:Tahoma"
-         id="Map_decoration">
-		<g
-   inkscape:label="floating label"
-   inkscape:groupmode="layer"
-   id="floating_label">
-			<g
-   id="g3080"
-   style="fill:none;stroke:#ffffff;stroke-width:3;stroke-opacity:0.75">
-				<use
-   id="use3082"
-   xlink:href="#symbol_text_25"
-   x="0"
-   y="0"
-   width="1"
-   height="1" />
-
-			</g>
-
-			<g
-   id="g3084"
-   style="fill:#000000;fill-opacity:1;stroke:none">
-				<use
-   id="use3086"
-   xlink:href="#symbol_text_25"
-   x="0"
-   y="0"
-   width="1"
-   height="1" />
-
-			</g>
-
-		</g>
-
-	</g>
-      <g
-         inkscape:label="Map frame"
-         style="fill:none;stroke:#000000;stroke-width:2"
-         id="Map_frame">
-		<rect
-   id="rect3089"
-   height="712"
-   width="1280"
-   y="0"
-   x="0" />
-
-	</g>
-    </g>
-  </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="Layer">
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 13.639545,428.8712 49.981159,533.19298 117.53378,510.10536 81.192179,405.35604 z"
-       id="path3166"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 90.181639,430.45053 33.860091,-11.18592 -5.44179,-19.0463 11.18592,-4.23251 7.55805,17.83701 46.85996,-16.02307 8.46502,13.60449 -34.76705,9.97664 22.06952,39.90653 4.53483,12.99986 19.0463,-4.53483 82.8363,241.25318 7.55807,-0.90697 13.90682,40.20886 0.30232,1.51161 -7.55805,1.2093 5.44179,14.51147 63.18536,-0.90698 3.32554,0 -6.65109,-20.55791 20.86025,-6.95341 3.32553,5.74413 4.23252,-0.90698 -22.37184,-68.32483 27.81365,-8.46502 -0.90698,-8.1627 21.16256,-6.34877 40.51119,119.11497 -22.06952,6.95342 -4.83716,2.11626 22.67417,71.65037 76.48754,-25.39507 10.58127,29.02294 45.65067,-14.8138 -15.41845,-48.37156 48.37158,-15.72075 24.79042,73.76663 28.72062,-10.27895 42.02279,125.16141 -48.97621,16.3254 -32.34848,-87.37113 -60.76678,20.55792 18.13934,64.39464 -39.60421,13.60451 -8.76735,-18.74399 -4.53484,0.90697 -17.53469,14.81378 -14.51148,4.23252 -22.06952,-1.51161 -12.69753,-41.41816 -6.65109,1.20929 3.02322,14.20916 -33.86009,11.48824 -29.32527,-88.88275 -45.04601,15.41844 -12.69753,-36.27868 9.67431,-2.7209 -29.32526,-85.85952 -108.83602,1.20928 -0.30233,-47.16227 9.97664,-2.7209 -69.83645,-202.85824 -90.999001,22.06952 -5.44181,-22.06952 0,0"
-       id="path3168"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 183.2969,397.79974 -18.74397,-28.11598 20.25558,-12.99986 23.88346,-8.46502 25.99972,-1.20929 -1.51161,33.25544 8.76735,28.11598 -45.04602,16.62773 -3.93019,-14.20915 z"
-       id="path3170"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 233.4824,381.47433 51.39478,-15.72076 -15.72075,-46.25531 14.51147,-6.04644 2.72089,3.93018 19.95328,-6.04644 0.60465,-4.83715 17.83701,-6.34877 16.62773,46.85995 14.20914,-3.93019 4.53483,11.79057 -12.99985,2.41858 6.34876,21.46487 -15.11611,3.9302 16.93005,56.83659 10.58127,-1.81394 4.83716,16.93005 -7.55806,4.23251 -3.93018,-10.27896 -145.71934,47.16227 -0.60464,0.30233"
-       id="path3172"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 238.31956,394.7765 34.76706,-12.09288 15.72076,45.95299 -108.23137,32.04616 0.30231,-0.90698"
-       id="path3174"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 221.08719,781.74902 1.51161,76.78986 -26.60436,0.90696 -0.60464,47.76693 87.97577,-2.11626 -0.90696,-45.95299 -11.48825,0 -1.51161,-78.60379 z"
-       id="path3176"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 238.01723,781.44669 0.60465,41.41816 32.04616,0 0,0"
-       id="path3178"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 221.99415,858.53888 53.81337,0.90696"
-       id="path3180"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 343.83003,780.84206 35.3717,107.02208 31.1392,-10.58128 -34.46474,-100.06867 z"
-       id="path3182"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 410.64326,876.67821 46.2553,-24.79042 0,0"
-       id="path3184"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 467.78217,952.85735 -27.20902,-73.76664 0,0 -34.16241,10.58129"
-       id="path3186"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.26139116px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 416.42559,917.14815 34.69368,-10.81023"
-       id="path3188"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 425.15472,942.58447 460.2241,931.09622"
-       id="path3190"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 447.82889,857.02727 17.83702,47.16226 87.06881,-25.39506 -9.06966,-22.67417 0,0"
-       id="path3192"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 456.29392,880.00375 83.74327,-31.74383"
-       id="path3194"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 474.73557,847.05063 9.67431,22.06952"
-       id="path3196"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 501.94459,837.67863 10.88359,21.46489"
-       id="path3198"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 589.0134,841.00418 10.88359,23.58114 -35.67402,13.60451 -10.8836,-25.39508"
-       id="path3200"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 476.85183,959.2122 102.48725,-31.44152 0,0"
-       id="path3202"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 541.24647,974.63063 -11.48825,-31.1392"
-       id="path3204"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 287.27449,711.00864 -38.67597,11.78753 16.02308,46.25532 41.72047,-1.51161"
-       id="path3210"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="cccc" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 373.15529,766.6329 20.25559,-1.20928 3.93019,0.30232 -7.55805,-22.06953 5.13948,0 17.23237,42.92977 21.76719,-5.74412 0,0"
-       id="path3212"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 399.75966,667.16888 39.30188,110.95227"
-       id="path3214"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 391.89927,669.88978 23.88347,69.53412 -20.55793,5.74413"
-       id="path3218"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 405.8061,683.7966 22.37184,-6.65109 0.30233,0"
-       id="path3220"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 376.17851,777.51651 30.53455,-5.4418"
-       id="path3222"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 160.62273,528.70528 26.30204,-5.44181 59.55749,162.04474 -30.53455,6.95341"
-       id="path3224"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 219.57558,517.21703 -23.88347,4.53483 72.55736,194.69555"
-       id="path3226"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 194.48283,627.86698 27.81365,-6.65109 0,-0.60465"
-       id="path3228"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 201.73857,648.12257 28.11596,-6.65109"
-       id="path3230"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="263.7146"
-       y="734.58667"
-       id="text3243"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3245"
-         x="263.7146"
-         y="734.58667">AH I,</tspan><tspan
-         sodipodi:role="line"
-         x="263.7146"
-         y="752.5437"
-         id="tspan3247">II, III</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:13.0200882px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="76.392006"
-       y="662.55664"
-       id="text3249"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.98027118,-0.19765733,0.19765733,0.98027118,0,0)"><tspan
-         sodipodi:role="line"
-         x="76.392006"
-         y="662.55664"
-         id="tspan3255"
-         style="font-size:10.85007477px">FS</tspan><tspan
-         sodipodi:role="line"
-         x="76.392006"
-         y="672.4928"
-         id="tspan3259"
-         style="font-size:6.5100441px">2015</tspan><tspan
-         sodipodi:role="line"
-         x="76.392006"
-         y="680.63037"
-         id="tspan3253" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="800.68787"
-       y="-244.92911"
-       id="text3261"
-       sodipodi:linespacing="125%"
-       transform="matrix(0,1,-1,0,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3263"
-         x="800.68787"
-         y="-244.92911">Sportbereich</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="872.36932"
-       y="-182.3951"
-       id="text3265"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.25881905,0.96592582,-0.96592582,0.25881905,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3267"
-         x="872.36932"
-         y="-182.3951">Info-Bib</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="857.9975"
-       y="-127.30199"
-       id="text3269"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.27563736,0.96126169,-0.96126169,0.27563736,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3271"
-         x="857.9975"
-         y="-127.30199">Lesegarten</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="431.39694"
-       y="960.0144"
-       id="text3273"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3275"
-         x="431.39694"
-         y="960.0144">5056</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="421.52057"
-       y="930.086"
-       id="text3277"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="421.52057"
-         y="930.086"
-         id="tspan3281">5055</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="413.7392"
-       y="902.8512"
-       id="text3285"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="413.7392"
-         y="902.8512"
-         id="tspan3293">5054</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:13.06829929px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="193.58112"
-       y="971.40332"
-       id="text3297"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.91594772,-0.32086179,0.29760946,0.98751105,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3299"
-         x="193.58112"
-         y="971.40332">B-IT Research</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="493.94724"
-       y="972.88361"
-       id="text3301"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3303"
-         x="493.94724"
-         y="972.88361">AH  V</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="541.23407"
-       y="956.72229"
-       id="text3305"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3307"
-         x="541.23407"
-         y="956.72229">AH VI</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="185.68497"
-       y="378.20676"
-       id="text3309"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3311"
-         x="185.68497"
-         y="378.20676">AH IV</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="99.023308"
-       y="521.43817"
-       id="text3313"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.96126169,-0.27563736,0.27563736,0.96126169,0,0)"><tspan
-         sodipodi:role="line"
-         x="99.023308"
-         y="521.43817"
-         id="tspan3317">Cafete</tspan><tspan
-         sodipodi:role="line"
-         x="99.023308"
-         y="539.3952"
-         id="tspan3321" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="205.46555"
-       y="445.16956"
-       id="text3323"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.97437006,-0.22495106,0.22495106,0.97437006,0,0)"><tspan
-         sodipodi:role="line"
-         x="205.46555"
-         y="445.16956"
-         id="tspan3327">MENSA</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="36.342361"
-       y="449.13696"
-       id="text3331"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="36.342361"
-         y="449.13696"
-         id="tspan3335">Aula 2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="115.35328"
-       y="458.11548"
-       id="text3339"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3341"
-         x="115.35328"
-         y="458.11548">Foyer</tspan><tspan
-         sodipodi:role="line"
-         x="115.35328"
-         y="476.07251"
-         id="tspan3343">Ahornstr</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="411.34491"
-       y="671.80408"
-       id="text3345"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3347"
-         x="411.34491"
-         y="671.80408">i1 Seminarraum</tspan></text>
-    <path
-       style="fill:#666666"
-       d="m 423.148,730.93391 c -9.0315,-25.51958 -16.34933,-46.47082 -16.26183,-46.55831 0.0875,-0.0875 4.82718,-1.5443 10.53267,-3.23735 l 10.37362,-3.07826 0.25919,0.68173 c 1.03995,2.73526 31.41823,92.41664 31.33351,92.50136 -0.19124,0.19123 -19.02348,6.09924 -19.42697,6.09458 -0.24609,-0.002 -6.42936,-17.07148 -16.81019,-46.40375 l 0,0 z"
-       id="path3351"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 395.39617,743.27635 c -0.61655,-0.64942 -2.98427,-7.56502 -11.48966,-33.55893 -5.89218,-18.00752 -10.72781,-32.94314 -10.74583,-33.19027 -0.0244,-0.33509 2.24977,-1.14849 8.94575,-3.19958 4.93818,-1.51265 9.06524,-2.66715 9.17124,-2.56553 0.10594,0.10163 4.39742,12.4404 9.53651,27.41955 5.13907,14.97915 10.38913,30.26944 11.66679,33.97842 l 2.323,6.74359 -9.01632,2.50701 c -4.95898,1.37884 -9.151,2.54676 -9.3156,2.59536 -0.16461,0.0486 -0.64875,-0.27972 -1.07588,-0.72962 z"
-       id="path3353"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 599.89373,864.24359 36.51262,30.82623 -0.29929,-0.29929"
-       id="path3355"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 668.80407,980.66171 c -0.11978,-0.30514 -7.35984,-19.83904 -16.08902,-43.40868 l -15.87125,-42.85388 -18.27805,-15.42351 -18.27805,-15.42349 -5.43603,-11.75502 -5.43604,-11.75503 -7.3366,-23.01046 c -4.03514,-12.65575 -7.33657,-23.16061 -7.33654,-23.34413 10e-5,-0.40169 46.43997,-15.52343 46.72474,-15.21451 0.10941,0.11876 5.68822,16.57927 12.39722,36.57891 6.70899,19.99963 12.2925,36.47097 12.40778,36.60295 0.11528,0.13199 6.59307,-2.04487 14.3951,-4.83746 10.83311,-3.87751 14.23796,-4.98482 14.40746,-4.68547 0.33308,0.58822 41.22886,122.55801 41.22886,122.96318 0,0.19743 -10.13588,3.7251 -23.26932,8.09862 -12.79812,4.26186 -23.43653,7.81047 -23.64089,7.88581 -0.20437,0.0753 -0.46959,-0.11265 -0.58937,-0.41783 z"
-       id="path3357"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 216.71042,689.30146 c -0.3514,-1.04175 -3.62178,-10.55914 -7.26751,-21.14978 -4.45258,-12.93446 -6.51941,-19.32317 -6.29597,-19.46126 0.72763,-0.44969 26.48376,-6.36168 26.69445,-6.12736 0.26728,0.29729 15.61848,42.0547 15.50078,42.16431 -0.0444,0.0413 -6.07382,1.44152 -13.39879,3.11157 -7.32498,1.67005 -13.60522,3.10848 -13.95609,3.19652 -0.5582,0.14005 -0.71785,-0.0767 -1.27687,-1.734 z"
-       id="path3359"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 191.57694,616.25265 c -18.55102,-53.82117 -29.89808,-86.87907 -29.84136,-86.93822 0.16281,-0.16973 24.55196,-5.13153 24.66548,-5.01802 0.30131,0.30132 35.3561,96.03209 35.21631,96.17188 -0.16195,0.16195 -25.48713,6.30439 -26.07092,6.32332 -0.18327,0.006 -1.96956,-4.73659 -3.96951,-10.53896 l 0,0 z"
-       id="path3361"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 268.37866,714.56738 c -0.24289,-0.61727 -16.44028,-44.0633 -35.99419,-96.54674 -24.32333,-65.28473 -35.44438,-95.49129 -35.21002,-95.63613 0.55897,-0.34546 21.90234,-4.31925 22.10585,-4.11575 0.19435,0.19436 66.2486,192.43462 66.14446,192.50286 -0.15445,0.10116 -16.24481,4.92786 -16.41251,4.9233 -0.10559,-0.004 -0.3907,-0.51026 -0.63359,-1.12754 l 0,0 z"
-       id="path3363"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="794.80164"
-       y="-171.53975"
-       id="text3365"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.35836796,0.93358042,-0.93358042,0.35836796,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3367"
-         x="794.80164"
-         y="-171.53975">Erweiterungsbau 1 (E1)</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="593.13818"
-       y="-43.558002"
-       id="text3369"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.34202016,0.93969261,-0.93969261,0.34202016,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3371"
-         x="593.13818"
-         y="-43.558002">Hauptbau (HB)</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="976.15082"
-       y="-348.51971"
-       id="text3373"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.35836793,0.93358043,-0.93358043,0.35836793,0,0)"><tspan
-         sodipodi:role="line"
-         id="tspan3375"
-         x="976.15082"
-         y="-348.51971">Erweiterungsbau 2 (E2)</tspan></text>
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 449.46143,641.22962 64.33418,-18.62304 -49.94364,-160.83545 -71.9527,23.70207 44.01813,159.98894 z"
-       id="path3377"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:#666666"
-       d="m 415.09395,565.65484 c -11.77701,-42.94524 -21.38823,-78.46317 -21.35827,-78.92873 0.0535,-0.83108 65.96671,-22.85558 68.4004,-22.85558 0.9085,0 7.81615,21.16483 25.68181,78.68827 13.44147,43.27854 24.15598,78.94169 23.81002,79.25142 -0.34595,0.30975 -15.39967,4.82239 -33.45271,10.02809 -18.05302,5.2057 -34.3855,10.01594 -36.29439,10.68944 -1.90889,0.67351 -3.89898,1.22112 -4.42241,1.21693 -0.54131,-0.005 -10.18524,-33.67799 -22.36445,-78.08984 l 0,0 z"
-       id="path3381"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="577.89008"
-       y="-356.30945"
-       id="text3383"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.25881906,0.96592582,-0.96592582,0.25881906,0,0)"><tspan
-         sodipodi:role="line"
-         x="577.89008"
-         y="-356.30945"
-         id="tspan3387">Erweiterungsbau 3 (E3)</tspan></text>
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 592.52033,911.26388 7.61852,28.78108 27.93459,-9.31153 -8.46503,-30.47408"
-       id="path3393"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="560.35321"
-       y="864.70624"
-       id="text3395"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan3397"
-         x="560.35321"
-         y="864.70624">5052</tspan><tspan
-         sodipodi:role="line"
-         x="560.35321"
-         y="882.66327"
-         id="tspan3399" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="226.46844"
-       y="1014.4428"
-       id="text3401"
-       sodipodi:linespacing="125%"
-       transform="matrix(0.96592583,-0.25881904,0.25881904,0.96592583,0,0)"><tspan
-         sodipodi:role="line"
-         x="226.46844"
-         y="1014.4428"
-         id="tspan3405">Foyer Mies-van-</tspan><tspan
-         sodipodi:role="line"
-         x="226.46844"
-         y="1032.3999"
-         id="tspan3409">der-Rohe-Str.</tspan></text>
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
-       d="m 171.46003,736.43391 43.36391,6.86542"
-       id="path3411"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:14.36562157px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="155.45731"
-       y="758.29712"
-       id="text4625"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         id="tspan4627"
-         x="155.45731"
-         y="758.29712">Eingang</tspan></text>
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
-       d="m 224.89115,743.33294 17.65774,26.93554 40.7026,3.29212 0.59856,0"
-       id="path4629"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
-       d="m 351.1889,773.26132 60.45533,-8.67923 6.88352,-26.93554"
-       id="path5003"
-       inkscape:connector-curvature="0" />
-    <path
-       style="fill:none;stroke:#000000;stroke-width:1.19713509px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
-       d="m 411.64423,718.49239 -8.97852,-26.93554 4.18998,-14.06634"
-       id="path5189"
-       inkscape:connector-curvature="0" />
-    <text
-       xml:space="preserve"
-       style="font-size:100px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
-       x="372.92615"
-       y="89.222679"
-       id="text5393"
-       sodipodi:linespacing="125%"><tspan
-         sodipodi:role="line"
-         x="382.91052"
-         y="89.222679"
-         id="tspan5397"
-         style="font-size:72px;text-align:center;text-anchor:middle">OSAK-Sitzung heute </tspan><tspan
-         sodipodi:role="line"
-         x="382.91052"
-         y="179.22269"
-         id="tspan5399"
-         style="font-size:72px;text-align:center;text-anchor:middle">im Seminarraum </tspan><tspan
-         sodipodi:role="line"
-         x="372.92615"
-         y="269.22269"
-         style="font-size:72px;text-align:center;text-anchor:middle"
-         id="tspan5429">vom i1 (4017, EG, E1)</tspan></text>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot5403"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Sans;font-style:normal;font-weight:normal;font-size:100px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Sans"><flowRegion
-         id="flowRegion5405"><rect
-           id="rect5407"
-           width="100.40916"
-           height="294.15643"
-           x="12.727922"
-           y="60.998474" /></flowRegion><flowPara
-         id="flowPara5409"></flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot5411"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Sans;font-style:normal;font-weight:normal;font-size:100px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Sans"><flowRegion
-         id="flowRegion5413"><rect
-           id="rect5415"
-           width="83.438599"
-           height="309.71277"
-           x="39.59798"
-           y="36.956844" /></flowRegion><flowPara
-         id="flowPara5417"></flowPara></flowRoot>  </g>
-</svg>
diff --git a/attic/praesentationen/praesentation-1slide/folie_lip-WS1213.pdf b/attic/praesentationen/praesentation-1slide/folie_lip-WS1213.pdf
deleted file mode 100644
index 4e16e8358c67759d1568b1538cd1b17717a8bee5..0000000000000000000000000000000000000000
Binary files a/attic/praesentationen/praesentation-1slide/folie_lip-WS1213.pdf and /dev/null differ
diff --git a/attic/praesentationen/praesentation-1slide/folie_lipSS13.svg b/attic/praesentationen/praesentation-1slide/folie_lipSS13.svg
deleted file mode 100644
index acb51b933d5656a8f3ee9b8702bcbfa16c9c8c07..0000000000000000000000000000000000000000
--- a/attic/praesentationen/praesentation-1slide/folie_lipSS13.svg
+++ /dev/null
@@ -1,2793 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   id="svg2837"
-   version="1.1"
-   inkscape:version="0.47 r22583"
-   width="1052.3622"
-   height="744.09447"
-   xml:space="preserve"
-   sodipodi:docname="folie_lip.pdf"><metadata
-     id="metadata2843"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs2841"><inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective2845" /><linearGradient
-       x1="129.34199"
-       y1="259.30521"
-       x2="195.5984"
-       y2="259.30521"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4277"><stop
-         style="stop-opacity:1;stop-color:#fac700"
-         offset="0"
-         id="stop4279" /><stop
-         style="stop-opacity:1;stop-color:#f7c400"
-         offset="0.415"
-         id="stop4281" /><stop
-         style="stop-opacity:1;stop-color:#f7c400"
-         offset="1"
-         id="stop4283" /></linearGradient><linearGradient
-       x1="129.2932"
-       y1="259.311"
-       x2="195.5535"
-       y2="259.311"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4297"><stop
-         style="stop-opacity:1;stop-color:#f6c200"
-         offset="0"
-         id="stop4299" /><stop
-         style="stop-opacity:1;stop-color:#efbc00"
-         offset="0.415"
-         id="stop4301" /><stop
-         style="stop-opacity:1;stop-color:#efbc00"
-         offset="1"
-         id="stop4303" /></linearGradient><linearGradient
-       x1="129.24541"
-       y1="259.31689"
-       x2="195.50951"
-       y2="259.31689"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4317"><stop
-         style="stop-opacity:1;stop-color:#f1bd00"
-         offset="0"
-         id="stop4319" /><stop
-         style="stop-opacity:1;stop-color:#e8b500"
-         offset="0.415"
-         id="stop4321" /><stop
-         style="stop-opacity:1;stop-color:#e8b500"
-         offset="1"
-         id="stop4323" /></linearGradient><linearGradient
-       x1="129.1965"
-       y1="259.32181"
-       x2="195.4646"
-       y2="259.32181"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4337"><stop
-         style="stop-opacity:1;stop-color:#edb800"
-         offset="0"
-         id="stop4339" /><stop
-         style="stop-opacity:1;stop-color:#e0ad00"
-         offset="0.415"
-         id="stop4341" /><stop
-         style="stop-opacity:1;stop-color:#e0ad00"
-         offset="1"
-         id="stop4343" /></linearGradient><linearGradient
-       x1="129.1477"
-       y1="259.32669"
-       x2="195.4216"
-       y2="259.32669"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4357"><stop
-         style="stop-opacity:1;stop-color:#e9b300"
-         offset="0"
-         id="stop4359" /><stop
-         style="stop-opacity:1;stop-color:#d8a500"
-         offset="0.415"
-         id="stop4361" /><stop
-         style="stop-opacity:1;stop-color:#d8a500"
-         offset="1"
-         id="stop4363" /></linearGradient><linearGradient
-       x1="129.09891"
-       y1="259.33151"
-       x2="195.37869"
-       y2="259.33151"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4377"><stop
-         style="stop-opacity:1;stop-color:#e4ae00"
-         offset="0"
-         id="stop4379" /><stop
-         style="stop-opacity:1;stop-color:#d19e00"
-         offset="0.415"
-         id="stop4381" /><stop
-         style="stop-opacity:1;stop-color:#d19e00"
-         offset="1"
-         id="stop4383" /></linearGradient><linearGradient
-       x1="129.051"
-       y1="259.33639"
-       x2="195.3376"
-       y2="259.33639"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4397"><stop
-         style="stop-opacity:1;stop-color:#e0a900"
-         offset="0"
-         id="stop4399" /><stop
-         style="stop-opacity:1;stop-color:#c99600"
-         offset="0.415"
-         id="stop4401" /><stop
-         style="stop-opacity:1;stop-color:#c99600"
-         offset="1"
-         id="stop4403" /></linearGradient><linearGradient
-       x1="129.0032"
-       y1="259.3403"
-       x2="195.2957"
-       y2="259.3403"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4417"><stop
-         style="stop-opacity:1;stop-color:#dca400"
-         offset="0"
-         id="stop4419" /><stop
-         style="stop-opacity:1;stop-color:#c18e00"
-         offset="0.415"
-         id="stop4421" /><stop
-         style="stop-opacity:1;stop-color:#c18e00"
-         offset="1"
-         id="stop4423" /></linearGradient><linearGradient
-       x1="128.9543"
-       y1="259.34329"
-       x2="195.25459"
-       y2="259.34329"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4437"><stop
-         style="stop-opacity:1;stop-color:#d79f00"
-         offset="0"
-         id="stop4439" /><stop
-         style="stop-opacity:1;stop-color:#ba8700"
-         offset="0.415"
-         id="stop4441" /><stop
-         style="stop-opacity:1;stop-color:#ba8700"
-         offset="1"
-         id="stop4443" /></linearGradient><linearGradient
-       x1="128.90649"
-       y1="259.34811"
-       x2="195.21561"
-       y2="259.34811"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4457"><stop
-         style="stop-opacity:1;stop-color:#d39b00"
-         offset="0"
-         id="stop4459" /><stop
-         style="stop-opacity:1;stop-color:#b27f00"
-         offset="0.415"
-         id="stop4461" /><stop
-         style="stop-opacity:1;stop-color:#b27f00"
-         offset="1"
-         id="stop4463" /></linearGradient><linearGradient
-       x1="128.85671"
-       y1="259.3501"
-       x2="195.17551"
-       y2="259.3501"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4477"><stop
-         style="stop-opacity:1;stop-color:#cf9600"
-         offset="0"
-         id="stop4479" /><stop
-         style="stop-opacity:1;stop-color:#aa7700"
-         offset="0.415"
-         id="stop4481" /><stop
-         style="stop-opacity:1;stop-color:#aa7700"
-         offset="1"
-         id="stop4483" /></linearGradient><linearGradient
-       x1="128.80881"
-       y1="259.354"
-       x2="195.1365"
-       y2="259.354"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4497"><stop
-         style="stop-opacity:1;stop-color:#ca9100"
-         offset="0"
-         id="stop4499" /><stop
-         style="stop-opacity:1;stop-color:#a37000"
-         offset="0.415"
-         id="stop4501" /><stop
-         style="stop-opacity:1;stop-color:#a37000"
-         offset="1"
-         id="stop4503" /></linearGradient><linearGradient
-       x1="128.75999"
-       y1="259.35599"
-       x2="195.0994"
-       y2="259.35599"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4517"><stop
-         style="stop-opacity:1;stop-color:#c68c00"
-         offset="0"
-         id="stop4519" /><stop
-         style="stop-opacity:1;stop-color:#9b6800"
-         offset="0.415"
-         id="stop4521" /><stop
-         style="stop-opacity:1;stop-color:#9b6800"
-         offset="1"
-         id="stop4523" /></linearGradient><linearGradient
-       x1="128.7122"
-       y1="259.35791"
-       x2="195.0623"
-       y2="259.35791"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4537"><stop
-         style="stop-opacity:1;stop-color:#c28700"
-         offset="0"
-         id="stop4539" /><stop
-         style="stop-opacity:1;stop-color:#936000"
-         offset="0.415"
-         id="stop4541" /><stop
-         style="stop-opacity:1;stop-color:#936000"
-         offset="1"
-         id="stop4543" /></linearGradient><linearGradient
-       x1="128.6633"
-       y1="259.35989"
-       x2="195.0251"
-       y2="259.35989"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4557"><stop
-         style="stop-opacity:1;stop-color:#bd8200"
-         offset="0"
-         id="stop4559" /><stop
-         style="stop-opacity:1;stop-color:#8c5900"
-         offset="0.415"
-         id="stop4561" /><stop
-         style="stop-opacity:1;stop-color:#8c5900"
-         offset="1"
-         id="stop4563" /></linearGradient><linearGradient
-       x1="128.61549"
-       y1="259.36179"
-       x2="194.989"
-       y2="259.36179"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4577"><stop
-         style="stop-opacity:1;stop-color:#b97d00"
-         offset="0"
-         id="stop4579" /><stop
-         style="stop-opacity:1;stop-color:#845100"
-         offset="0.415"
-         id="stop4581" /><stop
-         style="stop-opacity:1;stop-color:#845100"
-         offset="1"
-         id="stop4583" /></linearGradient><linearGradient
-       x1="128.5667"
-       y1="259.3638"
-       x2="194.9539"
-       y2="259.3638"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4597"><stop
-         style="stop-opacity:1;stop-color:#b57800"
-         offset="0"
-         id="stop4599" /><stop
-         style="stop-opacity:1;stop-color:#7c4900"
-         offset="0.415"
-         id="stop4601" /><stop
-         style="stop-opacity:1;stop-color:#7c4900"
-         offset="1"
-         id="stop4603" /></linearGradient><linearGradient
-       x1="128.51781"
-       y1="259.36569"
-       x2="194.91769"
-       y2="259.36569"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4617"><stop
-         style="stop-opacity:1;stop-color:#b07300"
-         offset="0"
-         id="stop4619" /><stop
-         style="stop-opacity:1;stop-color:#754200"
-         offset="0.415"
-         id="stop4621" /><stop
-         style="stop-opacity:1;stop-color:#754200"
-         offset="1"
-         id="stop4623" /></linearGradient><linearGradient
-       x1="128.47"
-       y1="259.3667"
-       x2="194.8855"
-       y2="259.3667"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4637"><stop
-         style="stop-opacity:1;stop-color:#ac6e00"
-         offset="0"
-         id="stop4639" /><stop
-         style="stop-opacity:1;stop-color:#6d3a00"
-         offset="0.415"
-         id="stop4641" /><stop
-         style="stop-opacity:1;stop-color:#6d3a00"
-         offset="1"
-         id="stop4643" /></linearGradient><linearGradient
-       x1="128.4211"
-       y1="259.36871"
-       x2="194.8503"
-       y2="259.36871"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.392546,0,0,0.392546,657.71002,359.61331)"
-       spreadMethod="pad"
-       id="linearGradient4657"><stop
-         style="stop-opacity:1;stop-color:#a86a00"
-         offset="0"
-         id="stop4659" /><stop
-         style="stop-opacity:1;stop-color:#663200"
-         offset="0.415"
-         id="stop4661" /><stop
-         style="stop-opacity:1;stop-color:#663200"
-         offset="1"
-         id="stop4663" /></linearGradient></defs><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1920"
-     inkscape:window-height="1005"
-     id="namedview2839"
-     showgrid="false"
-     inkscape:zoom="0.63432805"
-     inkscape:cx="684.05595"
-     inkscape:cy="439.06094"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1"
-     inkscape:current-layer="g2847" /><g
-     id="g2847"
-     inkscape:groupmode="layer"
-     inkscape:label="folie_lip"
-     transform="matrix(1.25,0,0,-1.25,0,744.09447)"><g
-       id="g2849"
-       style="font-size:25.60000038px"><path
-         d="m 153.094,554.779 9.578,0 0,-29.921 16.844,0 0,-7.25 -26.422,0 0,37.171 z m 32.195,-9.281 8.922,0 0,-27.89 -8.922,0 0,27.89 z m 0,10.86 8.922,0 0,-7.266 -8.922,0 0,7.266 z m 45.645,-21.766 0,-16.984 -8.969,0 0,13 c 0,2.402 -0.059,4.062 -0.172,4.968 -0.105,0.914 -0.289,1.594 -0.547,2.032 -0.355,0.582 -0.832,1.035 -1.422,1.359 -0.594,0.32 -1.277,0.484 -2.047,0.484 -1.855,0 -3.316,-0.722 -4.375,-2.156 -1.062,-1.437 -1.593,-3.43 -1.593,-5.969 l 0,-13.718 -8.922,0 0,27.89 8.922,0 0,-4.078 c 1.339,1.621 2.769,2.82 4.281,3.594 1.508,0.769 3.176,1.156 5,1.156 3.215,0 5.66,-0.992 7.328,-2.969 1.676,-1.968 2.516,-4.839 2.516,-8.609 z m 8.156,-6.125 0,17.031 8.969,0 0,-2.781 c 0,-1.523 -0.012,-3.426 -0.032,-5.703 -0.011,-2.281 -0.015,-3.805 -0.015,-4.563 0,-2.242 0.054,-3.855 0.172,-4.843 0.113,-0.993 0.312,-1.711 0.593,-2.157 0.364,-0.586 0.836,-1.035 1.422,-1.343 0.59,-0.313 1.274,-0.469 2.047,-0.469 1.852,0 3.313,0.711 4.375,2.14 1.059,1.426 1.594,3.411 1.594,5.954 l 0,13.765 8.922,0 0,-27.89 -8.922,0 0,4.031 c -1.344,-1.625 -2.774,-2.824 -4.281,-3.594 -1.5,-0.769 -3.153,-1.156 -4.954,-1.156 -3.218,0 -5.675,0.984 -7.359,2.953 -1.687,1.977 -2.531,4.852 -2.531,8.625 z m 43.844,3.406 -10.063,13.625 9.438,0 5.703,-8.265 5.781,8.265 9.437,0 -10.062,-13.578 10.562,-14.312 -9.437,0 -6.281,8.812 -6.203,-8.812 -9.438,0 10.563,14.265 z m 44.16,22.906 9.578,0 0,-37.171 -9.578,0 0,37.171 z m 46.742,-20.187 0,-16.984 -8.969,0 0,13 c 0,2.402 -0.058,4.062 -0.172,4.968 -0.105,0.914 -0.289,1.594 -0.547,2.032 -0.355,0.582 -0.832,1.035 -1.421,1.359 -0.594,0.32 -1.278,0.484 -2.047,0.484 -1.856,0 -3.317,-0.722 -4.375,-2.156 -1.063,-1.437 -1.594,-3.43 -1.594,-5.969 l 0,-13.718 -8.922,0 0,27.89 8.922,0 0,-4.078 c 1.34,1.621 2.769,2.82 4.281,3.594 1.508,0.769 3.176,1.156 5,1.156 3.215,0 5.66,-0.992 7.328,-2.969 1.676,-1.968 2.516,-4.839 2.516,-8.609 z m 30.25,10.031 0,-6.765 c -1.918,0.789 -3.77,1.382 -5.547,1.781 -1.773,0.402 -3.445,0.609 -5.016,0.609 -1.699,0 -2.961,-0.215 -3.781,-0.64 -0.812,-0.43 -1.219,-1.082 -1.219,-1.954 0,-0.718 0.305,-1.273 0.922,-1.656 0.621,-0.375 1.743,-0.652 3.36,-0.828 l 1.562,-0.234 c 4.559,-0.586 7.629,-1.543 9.203,-2.875 1.582,-1.324 2.375,-3.403 2.375,-6.235 0,-2.968 -1.101,-5.207 -3.297,-6.703 -2.187,-1.492 -5.457,-2.234 -9.796,-2.234 -1.844,0 -3.754,0.148 -5.719,0.437 -1.969,0.289 -3.992,0.723 -6.063,1.297 l 0,6.781 c 1.778,-0.867 3.602,-1.519 5.469,-1.953 1.863,-0.429 3.758,-0.64 5.688,-0.64 1.738,0 3.046,0.238 3.921,0.718 0.883,0.489 1.329,1.204 1.329,2.141 0,0.801 -0.305,1.395 -0.907,1.781 -0.605,0.395 -1.816,0.703 -3.625,0.922 l -1.562,0.188 c -3.969,0.496 -6.754,1.422 -8.344,2.765 -1.594,1.34 -2.391,3.383 -2.391,6.125 0,2.957 1.008,5.149 3.032,6.578 2.027,1.426 5.132,2.141 9.312,2.141 1.645,0 3.375,-0.129 5.188,-0.375 1.808,-0.25 3.781,-0.644 5.906,-1.172 z m 18.437,8.797 0,-7.922 9.188,0 0,-6.375 -9.188,0 0,-11.828 c 0,-1.293 0.254,-2.168 0.766,-2.625 0.52,-0.461 1.547,-0.687 3.078,-0.687 l 4.578,0 0,-6.375 -7.64,0 c -3.524,0 -6.02,0.734 -7.485,2.203 -1.468,1.465 -2.203,3.961 -2.203,7.484 l 0,11.828 -4.437,0 0,6.375 4.437,0 0,7.922 8.906,0 z m 27.266,-23.266 c -1.855,0 -3.254,-0.32 -4.187,-0.953 -0.938,-0.625 -1.407,-1.554 -1.407,-2.781 0,-1.125 0.375,-2.012 1.125,-2.656 0.758,-0.637 1.813,-0.953 3.157,-0.953 1.675,0 3.085,0.597 4.234,1.797 1.144,1.207 1.719,2.718 1.719,4.531 l 0,1.015 -4.641,0 z m 13.625,3.36 0,-15.906 -8.984,0 0,4.14 c -1.2,-1.699 -2.551,-2.933 -4.047,-3.703 -1.492,-0.769 -3.309,-1.156 -5.453,-1.156 -2.887,0 -5.231,0.836 -7.032,2.515 -1.804,1.684 -2.703,3.879 -2.703,6.579 0,3.257 1.125,5.656 3.375,7.187 2.246,1.527 5.782,2.297 10.594,2.297 l 5.266,0 0,0.687 c 0,1.415 -0.559,2.454 -1.672,3.11 -1.117,0.652 -2.852,0.984 -5.203,0.984 -1.918,0 -3.7,-0.195 -5.344,-0.578 -1.637,-0.387 -3.164,-0.961 -4.578,-1.719 l 0,6.797 c 1.914,0.465 3.832,0.821 5.75,1.063 1.926,0.238 3.851,0.359 5.781,0.359 5.027,0 8.66,-0.996 10.891,-2.984 2.238,-1.981 3.359,-5.207 3.359,-9.672 z m 8.473,22.844 8.922,0 0,-38.75 -8.922,0 0,38.75 z m 17.601,0 8.922,0 0,-38.75 -8.922,0 0,38.75 z m 35.805,-1.579 15.906,0 c 4.727,0 8.36,-1.054 10.891,-3.156 2.527,-2.094 3.797,-5.086 3.797,-8.969 0,-3.898 -1.27,-6.898 -3.797,-9 -2.531,-2.093 -6.164,-3.14 -10.891,-3.14 l -6.328,0 0,-12.906 -9.578,0 0,37.171 z m 9.578,-6.937 0,-10.391 5.313,0 c 1.851,0 3.285,0.453 4.296,1.36 1.02,0.902 1.532,2.187 1.532,3.843 0,1.665 -0.512,2.946 -1.532,3.844 -1.011,0.895 -2.445,1.344 -4.296,1.344 l -5.313,0 z m 38.617,-17.688 c -1.855,0 -3.254,-0.32 -4.187,-0.953 -0.938,-0.625 -1.406,-1.554 -1.406,-2.781 0,-1.125 0.375,-2.012 1.125,-2.656 0.757,-0.637 1.812,-0.953 3.156,-0.953 1.676,0 3.086,0.597 4.234,1.797 1.145,1.207 1.719,2.718 1.719,4.531 l 0,1.015 -4.641,0 z m 13.625,3.36 0,-15.906 -8.984,0 0,4.14 c -1.199,-1.699 -2.551,-2.933 -4.047,-3.703 -1.492,-0.769 -3.309,-1.156 -5.453,-1.156 -2.887,0 -5.231,0.836 -7.031,2.515 -1.805,1.684 -2.703,3.879 -2.703,6.579 0,3.257 1.125,5.656 3.375,7.187 2.246,1.527 5.781,2.297 10.593,2.297 l 5.266,0 0,0.687 c 0,1.415 -0.559,2.454 -1.672,3.11 -1.117,0.652 -2.852,0.984 -5.203,0.984 -1.918,0 -3.699,-0.195 -5.344,-0.578 -1.637,-0.387 -3.164,-0.961 -4.578,-1.719 l 0,6.797 c 1.914,0.465 3.832,0.821 5.75,1.063 1.926,0.238 3.852,0.359 5.781,0.359 5.028,0 8.66,-0.996 10.891,-2.984 2.238,-1.981 3.359,-5.207 3.359,-9.672 z m 29.192,4.39 c -0.782,0.364 -1.559,0.629 -2.328,0.797 -0.774,0.176 -1.551,0.266 -2.329,0.266 -2.293,0 -4.058,-0.738 -5.296,-2.203 -1.231,-1.469 -1.844,-3.574 -1.844,-6.313 l 0,-12.843 -8.922,0 0,27.89 8.922,0 0,-4.578 c 1.144,1.82 2.457,3.149 3.937,3.984 1.489,0.84 3.27,1.266 5.344,1.266 0.301,0 0.625,-0.019 0.969,-0.047 0.351,-0.023 0.863,-0.074 1.531,-0.156 l 0.016,-8.063 z m 14.316,15.516 0,-7.922 9.188,0 0,-6.375 -9.188,0 0,-11.828 c 0,-1.293 0.254,-2.168 0.766,-2.625 0.519,-0.461 1.547,-0.687 3.078,-0.687 l 4.578,0 0,-6.375 -7.641,0 c -3.523,0 -6.019,0.734 -7.484,2.203 -1.469,1.465 -2.203,3.961 -2.203,7.484 l 0,11.828 -4.438,0 0,6.375 4.438,0 0,7.922 8.906,0 z m 11.109,-7.922 8.907,0 7.5,-18.922 6.375,18.922 8.922,0 -11.735,-30.531 c -1.179,-3.102 -2.554,-5.27 -4.125,-6.5 -1.562,-1.238 -3.633,-1.859 -6.203,-1.859 l -5.156,0 0,5.843 2.781,0 c 1.508,0 2.609,0.246 3.297,0.735 0.695,0.48 1.234,1.34 1.609,2.578 l 0.25,0.765 -12.422,28.969 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2851" /><path
-         d="m 305.78333,326.143 3.093,0 4.75,-16.641 4.735,16.641 3.437,0 4.75,-16.641 4.735,16.641 3.109,0 -5.672,-19.688 -3.859,0 -4.766,17.094 -4.812,-17.094 -3.844,0 -5.656,19.688 z m 38.214,-12.266 c -2.25,0 -3.816,-0.226 -4.687,-0.672 -0.867,-0.449 -1.297,-1.215 -1.297,-2.297 0,-0.855 0.32,-1.539 0.969,-2.046 0.652,-0.512 1.547,-0.766 2.672,-0.766 1.539,0 2.773,0.476 3.703,1.437 0.933,0.957 1.406,2.223 1.406,3.797 l 0,0.547 -2.766,0 z m 5.563,1 0,-8.422 -2.797,0 0,2.235 c -0.637,-0.899 -1.43,-1.559 -2.375,-1.985 -0.949,-0.414 -2.113,-0.625 -3.484,-0.625 -1.731,0 -3.114,0.422 -4.141,1.266 -1.023,0.84 -1.531,1.976 -1.531,3.406 0,1.664 0.633,2.922 1.906,3.766 1.277,0.84 3.188,1.265 5.719,1.265 l 3.906,0 0,0.235 c 0,1.113 -0.426,1.972 -1.266,2.578 -0.835,0.613 -2.019,0.922 -3.546,0.922 -0.969,0 -1.914,-0.106 -2.829,-0.313 -0.918,-0.199 -1.8,-0.496 -2.64,-0.89 l 0,2.234 c 1.008,0.34 1.992,0.598 2.953,0.766 0.965,0.175 1.906,0.265 2.812,0.265 2.446,0 4.274,-0.558 5.485,-1.672 1.215,-1.105 1.828,-2.785 1.828,-5.031 z m 19.832,0.485 0,-8.907 -2.781,0 0,8.828 c 0,1.395 -0.317,2.442 -0.938,3.141 -0.625,0.695 -1.57,1.047 -2.828,1.047 -1.5,0 -2.691,-0.426 -3.562,-1.266 -0.868,-0.836 -1.297,-1.972 -1.297,-3.406 l 0,-8.344 -2.797,0 0,14.766 2.797,0 0,-2.297 c 0.664,0.883 1.453,1.547 2.359,1.984 0.902,0.446 1.945,0.672 3.125,0.672 1.945,0 3.422,-0.527 4.422,-1.578 0.996,-1.055 1.5,-2.601 1.5,-4.64 z m 19.668,0 0,-8.907 -2.781,0 0,8.828 c 0,1.395 -0.317,2.442 -0.938,3.141 -0.625,0.695 -1.57,1.047 -2.828,1.047 -1.5,0 -2.691,-0.426 -3.562,-1.266 -0.868,-0.836 -1.297,-1.972 -1.297,-3.406 l 0,-8.344 -2.797,0 0,14.766 2.797,0 0,-2.297 c 0.664,0.883 1.453,1.547 2.359,1.984 0.902,0.446 1.945,0.672 3.125,0.672 1.945,0 3.422,-0.527 4.422,-1.578 0.996,-1.055 1.5,-2.601 1.5,-4.64 z m 15.152,-3.079 0,8.938 2.782,0 0,-8.844 c 0,-1.398 0.312,-2.445 0.937,-3.14 0.621,-0.7 1.563,-1.047 2.813,-1.047 1.496,0 2.687,0.414 3.562,1.25 0.871,0.832 1.313,1.968 1.313,3.406 l 0,8.375 2.781,0 0,-14.766 -2.781,0 0,2.266 c -0.68,-0.899 -1.465,-1.567 -2.36,-2 -0.887,-0.426 -1.926,-0.641 -3.109,-0.641 -1.949,0 -3.43,0.524 -4.438,1.578 -1,1.051 -1.5,2.594 -1.5,4.625 z m 7,9.297 z m 27.043,-6.218 0,-8.907 -2.781,0 0,8.828 c 0,1.395 -0.316,2.442 -0.937,3.141 -0.625,0.695 -1.571,1.047 -2.829,1.047 -1.5,0 -2.691,-0.426 -3.562,-1.266 -0.867,-0.836 -1.297,-1.972 -1.297,-3.406 l 0,-8.344 -2.797,0 0,14.766 2.797,0 0,-2.297 c 0.664,0.883 1.453,1.547 2.359,1.984 0.903,0.446 1.946,0.672 3.125,0.672 1.946,0 3.422,-0.527 4.422,-1.578 0.996,-1.055 1.5,-2.601 1.5,-4.64 z m 16.731,3.625 0,7.984 2.781,0 0,-20.516 -2.781,0 0,2.219 c -0.586,-0.887 -1.324,-1.543 -2.219,-1.969 -0.898,-0.414 -1.973,-0.625 -3.219,-0.625 -2.043,0 -3.711,0.707 -5,2.125 -1.293,1.426 -1.937,3.301 -1.937,5.625 0,2.309 0.644,4.18 1.937,5.61 1.289,1.425 2.957,2.14 5,2.14 1.246,0 2.321,-0.215 3.219,-0.64 0.895,-0.43 1.633,-1.082 2.219,-1.953 z m -9.485,-5.157 c 0,-1.793 0.414,-3.199 1.25,-4.218 0.84,-1.012 2.004,-1.516 3.485,-1.516 1.465,0 2.625,0.504 3.468,1.516 0.852,1.019 1.282,2.425 1.282,4.218 0,1.778 -0.43,3.176 -1.282,4.188 -0.843,1.019 -2.003,1.531 -3.468,1.531 -1.481,0 -2.645,-0.512 -3.485,-1.531 -0.836,-1.012 -1.25,-2.41 -1.25,-4.188 z m 26.235,7.391 2.797,0 3.468,-11.516 3.469,11.516 3.281,0 3.485,-11.516 3.468,11.516 2.782,0 -4.422,-14.766 -3.297,0 -3.641,12.11 -3.672,-12.11 -3.281,0 -4.437,14.766 z m 33.543,-1.703 c -1.492,0 -2.676,-0.512 -3.547,-1.531 -0.867,-1.012 -1.297,-2.399 -1.297,-4.157 0,-1.773 0.43,-3.168 1.297,-4.187 0.863,-1.012 2.047,-1.516 3.547,-1.516 1.488,0 2.664,0.508 3.531,1.531 0.863,1.02 1.297,2.411 1.297,4.172 0,1.746 -0.434,3.133 -1.297,4.157 -0.867,1.019 -2.043,1.531 -3.531,1.531 z m 0,2.062 c 2.425,0 4.328,-0.691 5.703,-2.062 1.383,-1.367 2.078,-3.262 2.078,-5.688 0,-2.418 -0.695,-4.316 -2.078,-5.687 -1.375,-1.375 -3.278,-2.063 -5.703,-2.063 -2.43,0 -4.336,0.688 -5.719,2.063 -1.375,1.371 -2.063,3.269 -2.063,5.687 0,2.426 0.688,4.321 2.063,5.688 1.383,1.371 3.289,2.062 5.719,2.062 z m 15.379,-11.781 3.062,0 0,-3.344 -3.062,0 0,3.344 z m 2.984,1.938 -2.891,0 0,2.031 c 0,0.894 0.141,1.625 0.422,2.187 0.278,0.571 0.875,1.239 1.781,2 l 1.36,1.172 c 0.57,0.465 0.988,0.906 1.25,1.313 0.258,0.414 0.39,0.836 0.39,1.265 0,0.778 -0.335,1.41 -1,1.891 -0.656,0.488 -1.535,0.734 -2.624,0.734 -0.793,0 -1.645,-0.16 -2.547,-0.468 -0.907,-0.305 -1.852,-0.747 -2.829,-1.329 l 0,2.469 c 0.946,0.496 1.907,0.875 2.876,1.125 0.976,0.246 1.988,0.375 3.031,0.375 1.851,0 3.343,-0.43 4.469,-1.281 1.132,-0.856 1.703,-1.981 1.703,-3.375 0,-0.668 -0.184,-1.305 -0.547,-1.906 -0.367,-0.606 -1.004,-1.289 -1.906,-2.047 l -1.344,-1.125 c -0.469,-0.418 -0.805,-0.746 -1,-0.985 -0.199,-0.23 -0.34,-0.457 -0.422,-0.671 -0.063,-0.18 -0.113,-0.403 -0.141,-0.672 -0.023,-0.262 -0.031,-0.621 -0.031,-1.078 l 0,-1.625 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2853" /><path
-         d="m 53.738,486.455 3.094,0 4.75,-16.64 4.734,16.64 3.438,0 4.75,-16.64 4.734,16.64 3.11,0 -5.672,-19.687 -3.86,0 -4.765,17.094 -4.813,-17.094 -3.843,0 -5.657,19.687 z M 91.953,474.19 c -2.25,0 -3.816,-0.227 -4.687,-0.672 -0.868,-0.449 -1.297,-1.215 -1.297,-2.297 0,-0.856 0.32,-1.539 0.969,-2.047 0.652,-0.512 1.546,-0.766 2.671,-0.766 1.539,0 2.774,0.477 3.703,1.438 0.934,0.957 1.407,2.223 1.407,3.797 l 0,0.547 -2.766,0 z m 5.563,1 0,-8.422 -2.797,0 0,2.234 c -0.637,-0.898 -1.43,-1.558 -2.375,-1.984 -0.949,-0.414 -2.114,-0.625 -3.485,-0.625 -1.73,0 -3.113,0.422 -4.14,1.265 -1.024,0.84 -1.531,1.977 -1.531,3.407 0,1.664 0.632,2.922 1.906,3.765 1.277,0.84 3.187,1.266 5.718,1.266 l 3.907,0 0,0.234 c 0,1.114 -0.426,1.973 -1.266,2.578 -0.836,0.614 -2.019,0.922 -3.547,0.922 -0.968,0 -1.914,-0.105 -2.828,-0.312 -0.918,-0.199 -1.801,-0.496 -2.64,-0.891 l 0,2.235 c 1.007,0.339 1.992,0.597 2.953,0.765 0.964,0.176 1.906,0.266 2.812,0.266 2.445,0 4.274,-0.559 5.485,-1.672 1.214,-1.106 1.828,-2.785 1.828,-5.031 z m 16.55,5.906 0,-2.297 c -0.793,0.352 -1.617,0.617 -2.468,0.797 -0.844,0.176 -1.723,0.266 -2.625,0.266 -1.387,0 -2.426,-0.192 -3.11,-0.563 -0.687,-0.367 -1.031,-0.918 -1.031,-1.656 0,-0.563 0.242,-1.008 0.734,-1.328 0.496,-0.313 1.493,-0.618 2.985,-0.907 l 0.953,-0.187 c 1.976,-0.375 3.383,-0.902 4.219,-1.578 0.832,-0.668 1.25,-1.602 1.25,-2.797 0,-1.375 -0.629,-2.465 -1.875,-3.266 -1.243,-0.793 -2.957,-1.187 -5.141,-1.187 -0.906,0 -1.855,0.082 -2.844,0.234 -0.98,0.145 -2.011,0.375 -3.093,0.688 l 0,2.5 c 1.019,-0.469 2.031,-0.825 3.031,-1.063 0.996,-0.23 1.988,-0.344 2.969,-0.344 1.308,0 2.32,0.196 3.031,0.594 0.707,0.395 1.062,0.945 1.062,1.656 0,0.653 -0.258,1.161 -0.765,1.516 -0.512,0.352 -1.633,0.691 -3.36,1.016 l -0.968,0.203 c -1.719,0.308 -2.965,0.797 -3.735,1.453 -0.773,0.652 -1.156,1.551 -1.156,2.687 0,1.395 0.562,2.469 1.687,3.219 1.133,0.758 2.743,1.141 4.829,1.141 1.027,0 2,-0.071 2.906,-0.203 0.902,-0.137 1.742,-0.336 2.515,-0.594 z m 8.344,-10.984 3.063,0 0,-3.344 -3.063,0 0,3.344 z m 2.985,1.937 -2.891,0 0,2.031 c 0,0.895 0.141,1.625 0.422,2.188 0.277,0.57 0.875,1.238 1.781,2 l 1.359,1.172 c 0.571,0.464 0.989,0.906 1.25,1.312 0.258,0.414 0.391,0.836 0.391,1.266 0,0.777 -0.336,1.41 -1,1.89 -0.656,0.489 -1.535,0.735 -2.625,0.735 -0.793,0 -1.644,-0.16 -2.547,-0.469 -0.906,-0.305 -1.851,-0.746 -2.828,-1.328 l 0,2.469 c 0.945,0.496 1.906,0.875 2.875,1.125 0.977,0.246 1.988,0.375 3.031,0.375 1.852,0 3.344,-0.43 4.469,-1.282 1.133,-0.855 1.703,-1.98 1.703,-3.375 0,-0.668 -0.183,-1.304 -0.547,-1.906 -0.367,-0.605 -1.004,-1.289 -1.906,-2.047 l -1.344,-1.125 c -0.468,-0.418 -0.804,-0.746 -1,-0.984 -0.199,-0.231 -0.34,-0.457 -0.422,-0.672 -0.062,-0.18 -0.113,-0.402 -0.14,-0.672 -0.024,-0.262 -0.031,-0.621 -0.031,-1.078 l 0,-1.625 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2855" /><path
-         d="m 63.051,456.58 2.187,0 3.375,-13.547 3.36,13.547 2.437,0 3.375,-13.547 3.36,13.547 2.203,0 -4.032,-16.031 -2.718,0 -3.391,13.922 -3.406,-13.922 -2.735,0 -4.015,16.031 z m 23,-4 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 13.183,-6.531 c -0.218,0.121 -0.464,0.218 -0.734,0.281 -0.262,0.058 -0.551,0.094 -0.859,0.094 -1.118,0 -1.977,-0.368 -2.579,-1.094 -0.593,-0.731 -0.89,-1.774 -0.89,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.015,-2.031 z m 19.391,-2.922 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,16.719 1.984,0 0,-6.563 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.14,-1.297 0.708,-0.855 1.063,-2.113 1.063,-3.765 z m 14.5,-0.75 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.265,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.547 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 5.469,9.625 1.969,0 0,-16.719 -1.969,0 0,16.719 z m 12.309,0 0,-1.641 -1.891,0 c -0.719,0 -1.215,-0.148 -1.484,-0.437 -0.274,-0.282 -0.407,-0.801 -0.407,-1.547 l 0,-1.063 3.25,0 0,-1.531 -3.25,0 0,-10.5 -2,0 0,10.5 -1.89,0 0,1.531 1.89,0 0,0.844 c 0,1.332 0.313,2.305 0.938,2.922 0.621,0.613 1.613,0.922 2.969,0.922 l 1.875,0 z m 12.062,-10.203 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.265,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.547 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.585,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 15.469,0.172 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.917,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 21.629,-0.75 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.265,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.547 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 5.266,-2.344 0,7.281 1.969,0 0,-7.203 c 0,-1.148 0.218,-2.008 0.656,-2.578 0.445,-0.562 1.117,-0.844 2.015,-0.844 1.059,0 1.899,0.336 2.516,1.016 0.621,0.683 0.938,1.613 0.938,2.781 l 0,6.828 1.984,0 0,-12.031 -1.984,0 0,1.844 c -0.481,-0.731 -1.039,-1.274 -1.672,-1.625 -0.637,-0.352 -1.371,-0.531 -2.203,-0.531 -1.387,0 -2.442,0.425 -3.157,1.281 -0.711,0.863 -1.062,2.125 -1.062,3.781 z m 4.969,7.578 z m 18.109,-0.765 0,-1.844 c -0.562,0.308 -1.129,0.539 -1.688,0.687 -0.562,0.153 -1.132,0.235 -1.703,0.235 -1.281,0 -2.277,-0.411 -2.984,-1.219 -0.711,-0.813 -1.063,-1.957 -1.063,-3.422 0,-1.469 0.352,-2.613 1.063,-3.422 0.707,-0.812 1.703,-1.219 2.984,-1.219 0.571,0 1.141,0.079 1.703,0.235 0.559,0.152 1.126,0.383 1.688,0.687 l 0,-1.812 c -0.555,-0.262 -1.129,-0.457 -1.719,-0.578 -0.593,-0.133 -1.222,-0.203 -1.875,-0.203 -1.812,0 -3.258,0.566 -4.328,1.703 -1.062,1.144 -1.594,2.679 -1.594,4.609 0,1.965 0.536,3.516 1.61,4.641 1.082,1.121 2.562,1.687 4.437,1.687 0.602,0 1.196,-0.066 1.781,-0.187 0.583,-0.125 1.145,-0.321 1.688,-0.578 z m 13.684,-4.297 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.985 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,16.719 1.985,0 0,-6.563 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.383,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 4.718,-4.532 2.266,0 0,-1.859 -1.766,-3.437 -1.375,0 0.875,3.437 0,1.859 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2857" /><path
-         d="m 72.301,422.752 0,6.516 1.984,0 0,-16.719 -1.984,0 0,1.813 c -0.406,-0.719 -0.93,-1.258 -1.563,-1.61 -0.636,-0.34 -1.398,-0.515 -2.281,-0.515 -1.461,0 -2.648,0.578 -3.562,1.734 -0.907,1.164 -1.36,2.691 -1.36,4.578 0,1.895 0.453,3.422 1.36,4.578 0.914,1.164 2.101,1.75 3.562,1.75 0.883,0 1.645,-0.18 2.281,-0.531 0.633,-0.344 1.157,-0.879 1.563,-1.594 z m -6.735,-4.203 c 0,-1.449 0.297,-2.59 0.891,-3.422 0.602,-0.824 1.43,-1.234 2.484,-1.234 1.039,0 1.86,0.41 2.454,1.234 0.601,0.832 0.906,1.973 0.906,3.422 0,1.457 -0.305,2.598 -0.906,3.422 -0.594,0.832 -1.415,1.25 -2.454,1.25 -1.054,0 -1.882,-0.418 -2.484,-1.25 -0.594,-0.824 -0.891,-1.965 -0.891,-3.422 z m 18.516,0.047 c -1.605,0 -2.715,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.227,-1.258 0.688,-1.672 0.464,-0.406 1.097,-0.609 1.89,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.938,0.812 0,-6.859 -1.985,0 0,1.828 c -0.449,-0.73 -1.012,-1.273 -1.687,-1.625 -0.668,-0.34 -1.493,-0.515 -2.469,-0.515 -1.231,0 -2.211,0.343 -2.938,1.031 -0.718,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.36,3.063 0.902,0.683 2.254,1.031 4.047,1.031 l 2.765,0 0,0.187 c 0,0.914 -0.301,1.617 -0.89,2.11 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.688,0 -1.363,-0.086 -2.016,-0.25 -0.648,-0.157 -1.273,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.684,0.145 1.352,0.219 2,0.219 1.738,0 3.035,-0.457 3.891,-1.359 0.863,-0.906 1.297,-2.278 1.297,-4.11 z m 12.003,4.813 0,-1.859 c -0.562,0.277 -1.148,0.492 -1.75,0.64 -0.605,0.145 -1.226,0.219 -1.859,0.219 -0.992,0 -1.73,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.11,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.887,-0.648 -2.102,-0.968 -3.641,-0.968 -0.648,0 -1.32,0.066 -2.015,0.187 -0.7,0.125 -1.442,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.187 1.422,-0.281 2.11,-0.281 0.933,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.801,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.063,-0.172 0.644,-0.105 1.242,-0.269 1.796,-0.484 z m 17.235,5.047 0,-1.641 -1.891,0 c -0.719,0 -1.215,-0.148 -1.484,-0.437 -0.274,-0.282 -0.406,-0.801 -0.406,-1.547 l 0,-1.063 3.25,0 0,-1.531 -3.25,0 0,-10.5 -2,0 0,10.5 -1.891,0 0,1.531 1.891,0 0,0.844 c 0,1.332 0.312,2.305 0.937,2.922 0.621,0.613 1.613,0.922 2.969,0.922 l 1.875,0 z m 8.75,-6.531 c -0.219,0.121 -0.465,0.218 -0.735,0.281 -0.261,0.058 -0.55,0.094 -0.859,0.094 -1.117,0 -1.976,-0.368 -2.578,-1.094 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.031 z m 12.062,-3.672 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.742,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.118,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.593,4.703 1.059,1.152 2.493,1.734 4.297,1.734 1.621,0 2.907,-0.523 3.844,-1.562 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.968,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.364,0.969 -2.328,0.969 -1.106,0 -1.993,-0.317 -2.657,-0.938 -0.668,-0.617 -1.05,-1.492 -1.14,-2.625 l 7.047,0.016 z m 5.468,4.937 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 16.492,-10.203 0,-0.969 -9.078,0 c 0.082,-1.367 0.489,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.742,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.594,4.703 1.058,1.152 2.492,1.734 4.296,1.734 1.622,0 2.907,-0.523 3.844,-1.562 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.968,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.106,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 14.851,0.562 0,-5.875 3.485,0 c 1.164,0 2.031,0.239 2.593,0.719 0.559,0.488 0.844,1.234 0.844,2.234 0,0.996 -0.285,1.735 -0.844,2.204 -0.562,0.476 -1.429,0.718 -2.593,0.718 l -3.485,0 z m 0,6.594 0,-4.828 3.219,0 c 1.051,0 1.836,0.195 2.359,0.594 0.52,0.394 0.782,1.004 0.782,1.828 0,0.801 -0.262,1.398 -0.782,1.797 -0.523,0.402 -1.308,0.609 -2.359,0.609 l -3.219,0 z m -2.172,1.781 5.547,0 c 1.653,0 2.93,-0.347 3.828,-1.031 0.895,-0.687 1.344,-1.664 1.344,-2.922 0,-0.98 -0.23,-1.762 -0.687,-2.344 -0.461,-0.586 -1.137,-0.949 -2.032,-1.093 1.071,-0.231 1.899,-0.711 2.485,-1.438 0.59,-0.719 0.89,-1.629 0.89,-2.719 0,-1.429 -0.492,-2.535 -1.468,-3.312 -0.969,-0.781 -2.352,-1.172 -4.141,-1.172 l -5.766,0 0,16.031 z m 25.559,-9.515 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.265,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.547 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 7.422,8.359 0,-3.422 4.063,0 0,-1.531 -4.063,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.391,-1.891 0.269,-0.281 0.816,-0.422 1.64,-0.422 l 2.032,0 0,-1.656 -2.032,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.859,1.613 -0.859,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.984,0 z m 13.809,-5.265 c -0.219,0.121 -0.465,0.218 -0.735,0.281 -0.261,0.058 -0.55,0.094 -0.859,0.094 -1.117,0 -1.977,-0.368 -2.578,-1.094 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.031 z m 2.265,1.843 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 16.493,-10.203 0,-0.969 -9.079,0 c 0.082,-1.367 0.489,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.415,0.468 2.125,0.843 l 0,-1.875 c -0.71,-0.304 -1.441,-0.535 -2.187,-0.687 -0.742,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.594,4.703 1.058,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.843,-1.562 0.934,-1.043 1.407,-2.461 1.407,-4.25 z m -1.969,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.106,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 14.094,-1.094 c 0,1.457 -0.301,2.598 -0.891,3.422 -0.594,0.832 -1.418,1.25 -2.469,1.25 -1.043,0 -1.867,-0.418 -2.469,-1.25 -0.593,-0.824 -0.89,-1.965 -0.89,-3.422 0,-1.449 0.297,-2.59 0.89,-3.422 0.602,-0.824 1.426,-1.234 2.469,-1.234 1.051,0 1.875,0.41 2.469,1.234 0.59,0.832 0.891,1.973 0.891,3.422 z m -6.719,4.203 c 0.414,0.715 0.941,1.25 1.578,1.594 0.633,0.351 1.391,0.531 2.266,0.531 1.457,0 2.644,-0.586 3.562,-1.75 0.914,-1.156 1.375,-2.683 1.375,-4.578 0,-1.887 -0.461,-3.414 -1.375,-4.578 -0.918,-1.156 -2.105,-1.734 -3.562,-1.734 -0.875,0 -1.633,0.175 -2.266,0.515 -0.637,0.352 -1.164,0.891 -1.578,1.61 l 0,-1.813 -1.985,0 0,16.719 1.985,0 0,-6.516 z m 19.984,1.469 0,-1.859 c -0.562,0.277 -1.148,0.492 -1.75,0.64 -0.605,0.145 -1.226,0.219 -1.859,0.219 -0.992,0 -1.731,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.175,-0.82 0.531,-1.078 0.351,-0.261 1.055,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.887,-0.648 -2.102,-0.968 -3.641,-0.968 -0.648,0 -1.32,0.066 -2.016,0.187 -0.699,0.125 -1.441,0.313 -2.218,0.563 l 0,2.046 c 0.726,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.187 1.422,-0.281 2.109,-0.281 0.934,0 1.657,0.156 2.157,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.204,2.61 0.8,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.062,-0.172 0.645,-0.105 1.243,-0.269 1.797,-0.484 z m 11.68,0 0,-1.859 c -0.563,0.277 -1.149,0.492 -1.75,0.64 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.218,-0.453 -0.492,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.89,-1.308 0.89,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.886,-0.648 -2.101,-0.968 -3.64,-0.968 -0.649,0 -1.321,0.066 -2.016,0.187 -0.699,0.125 -1.441,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.446,-0.675 2.157,-0.859 0.714,-0.187 1.422,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.183,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.406,0.937 0.739,0 1.426,-0.058 2.063,-0.172 0.645,-0.105 1.242,-0.269 1.797,-0.484 z m 9.012,-12.797 c -0.563,-1.426 -1.114,-2.359 -1.641,-2.797 -0.523,-0.433 -1.231,-0.656 -2.125,-0.656 l -1.578,0 0,1.656 1.172,0 c 0.539,0 0.961,0.133 1.265,0.391 0.301,0.25 0.633,0.863 1,1.828 l 0.344,0.891 -4.859,11.843 2.093,0 3.766,-9.406 3.75,9.406 2.094,0 -5.281,-13.156 z m 15.925,12.797 0,-1.859 c -0.562,0.277 -1.148,0.492 -1.75,0.64 -0.605,0.145 -1.226,0.219 -1.859,0.219 -0.992,0 -1.73,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.11,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.887,-0.648 -2.102,-0.968 -3.641,-0.968 -0.648,0 -1.32,0.066 -2.015,0.187 -0.7,0.125 -1.442,0.313 -2.219,0.563 l 0,2.046 c 0.726,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.187 1.422,-0.281 2.109,-0.281 0.934,0 1.657,0.156 2.157,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.801,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.062,-0.172 0.645,-0.105 1.243,-0.269 1.797,-0.484 z m 5.965,3.781 0,-3.422 4.063,0 0,-1.531 -4.063,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.391,-1.891 0.269,-0.281 0.816,-0.422 1.64,-0.422 l 2.032,0 0,-1.656 -2.032,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.859,1.613 -0.859,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.984,0 z m 17.121,-8.937 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.743,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.118,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.593,4.703 1.059,1.152 2.493,1.734 4.297,1.734 1.621,0 2.907,-0.523 3.844,-1.562 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.968,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.364,0.969 -2.328,0.969 -1.106,0 -1.993,-0.317 -2.657,-0.938 -0.668,-0.617 -1.05,-1.492 -1.14,-2.625 l 7.047,0.016 z m 14.828,2.625 c 0.496,0.883 1.093,1.539 1.781,1.969 0.684,0.425 1.492,0.64 2.422,0.64 1.246,0 2.211,-0.445 2.89,-1.328 0.684,-0.875 1.032,-2.121 1.032,-3.734 l 0,-7.266 -1.985,0 0,7.203 c 0,1.145 -0.211,2 -0.625,2.563 -0.406,0.558 -1.027,0.843 -1.859,0.843 -1.023,0 -1.832,-0.347 -2.422,-1.031 -0.594,-0.68 -0.891,-1.605 -0.891,-2.781 l 0,-6.797 -2,0 0,7.203 c 0,1.152 -0.207,2.008 -0.609,2.563 -0.406,0.558 -1.039,0.843 -1.891,0.843 -1.011,0 -1.816,-0.347 -2.406,-1.031 -0.594,-0.687 -0.89,-1.617 -0.89,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.445,0.739 0.984,1.285 1.609,1.641 0.633,0.351 1.391,0.531 2.266,0.531 0.863,0 1.601,-0.226 2.218,-0.672 0.614,-0.449 1.067,-1.097 1.36,-1.937 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2859" /><path
-         d="m 64.473,400.58 2.172,0 0,-14.203 7.812,0 0,-1.828 -9.984,0 0,16.031 z m 12.39,-4 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 16.215,-9.453 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.984,0.859 -1.075,0 -1.918,-0.347 -2.532,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 4.016,-2.516 0,7.281 1.968,0 0,-7.203 c 0,-1.148 0.219,-2.008 0.657,-2.578 0.445,-0.562 1.117,-0.844 2.015,-0.844 1.059,0 1.899,0.336 2.516,1.016 0.621,0.683 0.938,1.613 0.938,2.781 l 0,6.828 1.984,0 0,-12.031 -1.984,0 0,1.844 c -0.481,-0.731 -1.04,-1.274 -1.672,-1.625 -0.637,-0.352 -1.371,-0.531 -2.204,-0.531 -1.386,0 -2.441,0.425 -3.156,1.281 -0.711,0.863 -1.062,2.125 -1.062,3.781 z m 4.968,7.578 z m 19.454,-0.297 -4.36,-5.859 4.578,-6.172 -2.328,0 -3.5,4.734 -3.5,-4.734 -2.328,0 4.672,6.297 -4.281,5.734 2.328,0 3.187,-4.281 3.204,4.281 2.328,0 z m 9.527,0 9.391,0 0,-1.797 -7.438,-8.656 7.438,0 0,-1.578 -9.657,0 0,1.813 7.422,8.64 -7.156,0 0,1.578 z m 12.426,-7.281 0,7.281 1.969,0 0,-7.203 c 0,-1.148 0.218,-2.008 0.656,-2.578 0.445,-0.562 1.117,-0.844 2.015,-0.844 1.059,0 1.899,0.336 2.516,1.016 0.621,0.683 0.937,1.613 0.937,2.781 l 0,6.828 1.985,0 0,-12.031 -1.985,0 0,1.844 c -0.48,-0.731 -1.039,-1.274 -1.671,-1.625 -0.637,-0.352 -1.371,-0.531 -2.203,-0.531 -1.387,0 -2.442,0.425 -3.157,1.281 -0.711,0.863 -1.062,2.125 -1.062,3.781 z m 4.969,7.578 z m 16.582,-0.297 1.968,0 0,-12.031 -1.968,0 0,12.031 z m 0,4.688 1.968,0 0,-2.5 -1.968,0 0,2.5 z m 16.214,-9.453 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.532,-1.031 -0.617,-0.68 -0.921,-1.605 -0.921,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.464,0.727 1.023,1.27 1.671,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 11.891,4.406 0,-1.859 c -0.563,0.277 -1.148,0.492 -1.75,0.64 -0.605,0.145 -1.227,0.219 -1.859,0.219 -0.993,0 -1.731,-0.152 -2.219,-0.453 -0.492,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.296 0,-1.118 -0.446,-2.004 -1.328,-2.657 -0.887,-0.648 -2.102,-0.968 -3.641,-0.968 -0.649,0 -1.32,0.066 -2.016,0.187 -0.699,0.125 -1.441,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.446,-0.675 2.157,-0.859 0.715,-0.187 1.422,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.183,0.937 -0.546,1.219 -0.368,0.289 -1.161,0.57 -2.376,0.843 l -0.687,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.407,0.937 0.738,0 1.425,-0.058 2.062,-0.172 0.645,-0.105 1.242,-0.269 1.797,-0.484 z m 5.961,3.781 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.391,-1.891 0.269,-0.281 0.816,-0.422 1.64,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.859,1.613 -0.859,3.125 l 0,6.531 -1.454,0 0,1.531 1.454,0 0,3.422 1.984,0 z m 12.309,-9.406 c -1.606,0 -2.715,-0.184 -3.329,-0.547 -0.617,-0.367 -0.921,-0.992 -0.921,-1.875 0,-0.699 0.226,-1.258 0.687,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.089,0 1.968,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.937,0.812 0,-6.859 -1.984,0 0,1.828 c -0.45,-0.73 -1.012,-1.273 -1.688,-1.625 -0.668,-0.34 -1.492,-0.515 -2.469,-0.515 -1.23,0 -2.211,0.343 -2.937,1.031 -0.719,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.359,3.063 0.903,0.683 2.254,1.031 4.047,1.031 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.891,2.11 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.687,0 -1.363,-0.086 -2.015,-0.25 -0.649,-0.157 -1.274,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.683,0.145 1.351,0.219 2,0.219 1.738,0 3.035,-0.457 3.89,-1.359 0.863,-0.906 1.297,-2.278 1.297,-4.11 z m 4.332,9.86 1.969,0 0,-16.719 -1.969,0 0,16.719 z m 6.211,0 1.969,0 0,-16.719 -1.969,0 0,16.719 z m 6.215,-4.688 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 16.492,-10.203 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.265,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.547 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 12.438,3.094 c -0.219,0.121 -0.465,0.218 -0.735,0.281 -0.261,0.058 -0.55,0.094 -0.859,0.094 -1.117,0 -1.977,-0.368 -2.578,-1.094 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.031 z m 12.062,-3.672 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.743,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.118,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.593,4.703 1.059,1.152 2.493,1.734 4.297,1.734 1.621,0 2.907,-0.523 3.844,-1.562 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.968,0.578 c -0.024,1.082 -0.333,1.941 -0.922,2.578 -0.586,0.644 -1.364,0.969 -2.328,0.969 -1.106,0 -1.993,-0.317 -2.657,-0.938 -0.668,-0.617 -1.05,-1.492 -1.14,-2.625 l 7.047,0.016 z m 15.468,0.172 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.437,0.57 -1.102,0.859 -1.984,0.859 -1.075,0 -1.918,-0.347 -2.532,-1.031 -0.617,-0.68 -0.921,-1.605 -0.921,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.464,0.727 1.023,1.27 1.671,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 4.5,-4.532 2.266,0 0,-2.734 -2.266,0 0,2.734 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2861" /><path
-         d="m 329.61533,290.842 0,-12.469 2.625,0 c 2.207,0 3.828,0.5 4.859,1.5 1.027,1.008 1.547,2.594 1.547,4.75 0,2.153 -0.52,3.727 -1.547,4.719 -1.031,0.996 -2.652,1.5 -4.859,1.5 l -2.625,0 z m -2.172,1.781 4.469,0 c 3.101,0 5.378,-0.648 6.828,-1.937 1.457,-1.293 2.187,-3.317 2.187,-6.063 0,-2.761 -0.73,-4.793 -2.187,-6.094 -1.461,-1.292 -3.739,-1.937 -6.828,-1.937 l -4.469,0 0,16.031 z m 21.816,-5.39 c -1.062,0 -1.902,-0.414 -2.515,-1.235 -0.618,-0.824 -0.922,-1.961 -0.922,-3.406 0,-1.438 0.304,-2.574 0.922,-3.406 0.613,-0.824 1.453,-1.235 2.515,-1.235 1.051,0 1.883,0.414 2.5,1.25 0.613,0.832 0.922,1.961 0.922,3.391 0,1.426 -0.309,2.555 -0.922,3.391 -0.617,0.832 -1.449,1.25 -2.5,1.25 z m 0,1.687 c 1.715,0 3.067,-0.566 4.047,-1.687 0.977,-1.118 1.469,-2.664 1.469,-4.641 0,-1.969 -0.492,-3.52 -1.469,-4.641 -0.98,-1.117 -2.332,-1.672 -4.047,-1.672 -1.73,0 -3.086,0.555 -4.062,1.672 -0.969,1.121 -1.453,2.672 -1.453,4.641 0,1.977 0.484,3.523 1.453,4.641 0.976,1.121 2.332,1.687 4.062,1.687 z m 19.035,-5.062 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.532,-1.031 -0.617,-0.68 -0.921,-1.605 -0.921,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.464,0.727 1.023,1.27 1.671,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 14.219,0 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.984 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 14.5,-0.75 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.235 -2.265,-0.235 -1.918,0 -3.442,0.555 -4.563,1.672 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.546 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.585,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 12.438,3.093 c -0.219,0.122 -0.465,0.219 -0.735,0.282 -0.261,0.058 -0.55,0.093 -0.859,0.093 -1.117,0 -1.976,-0.367 -2.578,-1.093 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.032 z m 9.937,1.485 0,-1.86 c -0.562,0.278 -1.148,0.493 -1.75,0.641 -0.605,0.145 -1.226,0.219 -1.859,0.219 -0.992,0 -1.73,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.395,-0.305 2.391,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.297 0,-1.117 -0.445,-2.003 -1.328,-2.656 -0.887,-0.648 -2.102,-0.969 -3.641,-0.969 -0.648,0 -1.32,0.067 -2.015,0.188 -0.7,0.125 -1.442,0.312 -2.219,0.562 l 0,2.047 c 0.726,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.188 1.422,-0.281 2.109,-0.281 0.934,0 1.657,0.156 2.157,0.468 0.496,0.321 0.75,0.774 0.75,1.36 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.8,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.062,-0.172 0.645,-0.105 1.243,-0.269 1.797,-0.484 z m 5.961,3.781 0,-3.422 4.063,0 0,-1.531 -4.063,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.391,-1.891 0.269,-0.281 0.816,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.524,0 -2.575,0.281 -3.157,0.844 -0.574,0.57 -0.859,1.613 -0.859,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.984,0 z m 12.309,-9.406 c -1.606,0 -2.715,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.226,-1.258 0.687,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.937,0.812 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.73 -1.012,-1.273 -1.688,-1.625 -0.667,-0.34 -1.492,-0.516 -2.468,-0.516 -1.231,0 -2.211,0.344 -2.938,1.032 -0.718,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.36,3.062 0.902,0.684 2.253,1.032 4.046,1.032 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.891,2.11 -0.593,0.496 -1.433,0.75 -2.515,0.75 -0.688,0 -1.364,-0.086 -2.016,-0.25 -0.648,-0.157 -1.273,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.683,0.145 1.351,0.219 2,0.219 1.738,0 3.035,-0.457 3.891,-1.359 0.863,-0.907 1.296,-2.278 1.296,-4.11 z m 12.239,-0.703 c 0,1.426 -0.301,2.535 -0.891,3.328 -0.586,0.789 -1.41,1.188 -2.469,1.188 -1.062,0 -1.894,-0.399 -2.484,-1.188 -0.594,-0.793 -0.891,-1.902 -0.891,-3.328 0,-1.429 0.297,-2.539 0.891,-3.328 0.59,-0.781 1.422,-1.172 2.484,-1.172 1.059,0 1.883,0.391 2.469,1.172 0.59,0.789 0.891,1.899 0.891,3.328 z m 1.984,-4.656 c 0,-2.051 -0.461,-3.578 -1.375,-4.578 -0.906,-0.996 -2.301,-1.5 -4.172,-1.5 -0.699,0 -1.355,0.055 -1.969,0.156 -0.617,0.106 -1.211,0.27 -1.781,0.484 l 0,1.922 c 0.57,-0.32 1.141,-0.554 1.703,-0.703 0.571,-0.144 1.149,-0.219 1.735,-0.219 1.3,0 2.269,0.34 2.906,1.016 0.644,0.68 0.969,1.699 0.969,3.063 l 0,0.968 c -0.407,-0.711 -0.93,-1.242 -1.563,-1.593 -0.637,-0.344 -1.398,-0.516 -2.281,-0.516 -1.481,0 -2.676,0.562 -3.578,1.687 -0.899,1.122 -1.344,2.614 -1.344,4.469 0,1.864 0.445,3.36 1.344,4.485 0.902,1.121 2.097,1.687 3.578,1.687 0.883,0 1.644,-0.18 2.281,-0.531 0.633,-0.356 1.156,-0.887 1.563,-1.594 l 0,1.828 1.984,0 0,-10.531 z m 111.797,1.234 2.266,0 0,-1.859 -1.766,-3.438 -1.375,0 0.875,3.438 0,1.859 z m 19.23,3.313 c -1.605,0 -2.714,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.227,-1.258 0.688,-1.672 0.465,-0.406 1.098,-0.609 1.89,-0.609 1.09,0 1.969,0.383 2.626,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.954,0 z m 3.938,0.812 0,-6.859 -1.984,0 0,1.828 c -0.45,-0.73 -1.012,-1.273 -1.688,-1.625 -0.668,-0.34 -1.492,-0.516 -2.469,-0.516 -1.23,0 -2.211,0.344 -2.937,1.032 -0.719,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.359,3.062 0.902,0.684 2.254,1.032 4.047,1.032 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.891,2.11 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.687,0 -1.363,-0.086 -2.015,-0.25 -0.649,-0.157 -1.274,-0.403 -1.875,-0.735 l 0,1.828 c 0.714,0.278 1.414,0.489 2.093,0.625 0.684,0.145 1.352,0.219 2,0.219 1.739,0 3.036,-0.457 3.891,-1.359 0.863,-0.907 1.297,-2.278 1.297,-4.11 z m 12.957,-0.859 c 0,1.457 -0.301,2.598 -0.891,3.422 -0.593,0.832 -1.418,1.25 -2.468,1.25 -1.043,0 -1.868,-0.418 -2.469,-1.25 -0.594,-0.824 -0.891,-1.965 -0.891,-3.422 0,-1.449 0.297,-2.59 0.891,-3.422 0.601,-0.824 1.426,-1.234 2.469,-1.234 1.05,0 1.875,0.41 2.468,1.234 0.59,0.832 0.891,1.973 0.891,3.422 z m -6.719,4.203 c 0.414,0.715 0.942,1.25 1.578,1.594 0.633,0.351 1.391,0.531 2.266,0.531 1.457,0 2.644,-0.586 3.562,-1.75 0.914,-1.156 1.375,-2.683 1.375,-4.578 0,-1.887 -0.461,-3.414 -1.375,-4.578 -0.918,-1.156 -2.105,-1.735 -3.562,-1.735 -0.875,0 -1.633,0.176 -2.266,0.516 -0.636,0.352 -1.164,0.891 -1.578,1.609 l 0,-1.812 -1.984,0 0,16.719 1.984,0 0,-6.516 z m 20.102,-8.375 3.547,0 0,12.234 -3.86,-0.781 0,1.985 3.828,0.765 2.172,0 0,-14.203 3.547,0 0,-1.828 -9.234,0 0,1.828 z m 18.793,7.063 c -0.981,0 -1.758,-0.336 -2.328,-1 -0.563,-0.668 -0.844,-1.586 -0.844,-2.75 0,-1.149 0.281,-2.059 0.844,-2.735 0.57,-0.668 1.347,-1 2.328,-1 0.965,0 1.738,0.332 2.312,1 0.571,0.676 0.86,1.586 0.86,2.735 0,1.164 -0.289,2.082 -0.86,2.75 -0.574,0.664 -1.347,1 -2.312,1 z m 4.297,6.796 0,-1.984 c -0.543,0.258 -1.09,0.457 -1.641,0.594 -0.555,0.133 -1.106,0.203 -1.656,0.203 -1.43,0 -2.524,-0.488 -3.282,-1.453 -0.75,-0.961 -1.179,-2.418 -1.281,-4.375 0.414,0.621 0.942,1.101 1.578,1.437 0.633,0.332 1.336,0.5 2.11,0.5 1.613,0 2.882,-0.492 3.812,-1.468 0.934,-0.981 1.406,-2.317 1.406,-4 0,-1.649 -0.492,-2.973 -1.468,-3.969 -0.969,-0.992 -2.262,-1.485 -3.875,-1.485 -1.856,0 -3.278,0.708 -4.266,2.125 -0.98,1.426 -1.469,3.489 -1.469,6.188 0,2.539 0.598,4.562 1.797,6.062 1.207,1.508 2.828,2.266 4.86,2.266 0.539,0 1.085,-0.058 1.64,-0.172 0.559,-0.105 1.141,-0.261 1.735,-0.469 z m 11.738,0.344 2.187,0 0,-9.734 c 0,-1.719 0.313,-2.961 0.938,-3.719 0.621,-0.75 1.633,-1.125 3.031,-1.125 1.383,0 2.391,0.375 3.016,1.125 0.621,0.758 0.937,2 0.937,3.719 l 0,9.734 2.172,0 0,-10 c 0,-2.094 -0.519,-3.679 -1.547,-4.75 -1.031,-1.062 -2.558,-1.594 -4.578,-1.594 -2.031,0 -3.57,0.532 -4.609,1.594 -1.032,1.071 -1.547,2.656 -1.547,4.75 l 0,10 z m 26.578,-8.765 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.984 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,16.719 1.984,0 0,-6.563 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.14,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 11.187,2.921 c -0.218,0.122 -0.464,0.219 -0.734,0.282 -0.262,0.058 -0.551,0.093 -0.859,0.093 -1.117,0 -1.977,-0.367 -2.578,-1.093 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.015,-2.032 z m 2.762,-7.453 2.266,0 0,-1.859 -1.766,-3.438 -1.375,0 0.875,3.438 0,1.859 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2863"
-         sodipodi:nodetypes="ccccssccccsscccccsssssssccsscscssccccccsscccccccssccccccsscccccccsscccccssccsscsssccccsscccsscccccccsssccccsssssccsscssccsssssccssssccccccccscccccccccccccssssscccccccsscsscccsssccsssccsssssssccsssccsssccsssscssccccccccccccssssscccccccsscsscccsssccsssccsssscscccsssscscccccccccccccccccccccscscsscccssscsssssscssssccccssccccccsccccccccsscccccccssccsscccccccsssccccccccc" /><path
-         d="m 327.44333,264.623 2.172,0 0,-6.562 7.89,0 0,6.562 2.172,0 0,-16.031 -2.172,0 0,7.641 -7.89,0 0,-7.641 -2.172,0 0,16.031 z m 21.422,-5.39 c -1.063,0 -1.903,-0.414 -2.516,-1.235 -0.617,-0.824 -0.922,-1.961 -0.922,-3.406 0,-1.438 0.305,-2.574 0.922,-3.406 0.613,-0.824 1.453,-1.235 2.516,-1.235 1.05,0 1.882,0.414 2.5,1.25 0.613,0.832 0.922,1.961 0.922,3.391 0,1.426 -0.309,2.555 -0.922,3.391 -0.618,0.832 -1.45,1.25 -2.5,1.25 z m 0,1.687 c 1.715,0 3.066,-0.566 4.047,-1.687 0.976,-1.118 1.468,-2.664 1.468,-4.641 0,-1.969 -0.492,-3.52 -1.468,-4.641 -0.981,-1.117 -2.332,-1.672 -4.047,-1.672 -1.731,0 -3.086,0.555 -4.063,1.672 -0.969,1.121 -1.453,2.672 -1.453,4.641 0,1.977 0.484,3.523 1.453,4.641 0.977,1.121 2.332,1.687 4.063,1.687 z m 0.781,4.344 2.172,0 0,-2.172 -2.172,0 0,2.172 z m -4.203,0 2.172,0 0,-2.172 -2.172,0 0,2.172 z m 19.429,-6.485 c -0.218,0.122 -0.464,0.219 -0.734,0.282 -0.262,0.058 -0.551,0.093 -0.859,0.093 -1.117,0 -1.977,-0.367 -2.578,-1.093 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.015,-2.032 z m 9.934,1.485 0,-1.86 c -0.562,0.278 -1.148,0.493 -1.75,0.641 -0.605,0.145 -1.226,0.219 -1.859,0.219 -0.993,0 -1.731,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.175,-0.82 0.531,-1.078 0.351,-0.261 1.055,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.297 0,-1.117 -0.446,-2.003 -1.328,-2.656 -0.887,-0.648 -2.102,-0.969 -3.641,-0.969 -0.648,0 -1.32,0.067 -2.016,0.188 -0.699,0.125 -1.441,0.312 -2.218,0.562 l 0,2.047 c 0.726,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.188 1.422,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.468 0.497,0.321 0.75,0.774 0.75,1.36 0,0.527 -0.183,0.937 -0.546,1.219 -0.368,0.289 -1.161,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.407,0.937 0.738,0 1.425,-0.058 2.062,-0.172 0.645,-0.105 1.242,-0.269 1.797,-0.484 z m 9.477,-5.625 c -1.606,0 -2.715,-0.184 -3.329,-0.547 -0.617,-0.367 -0.921,-0.992 -0.921,-1.875 0,-0.699 0.226,-1.258 0.687,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.937,0.812 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.73 -1.012,-1.273 -1.688,-1.625 -0.668,-0.34 -1.492,-0.516 -2.468,-0.516 -1.231,0 -2.211,0.344 -2.938,1.032 -0.719,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.359,3.062 0.903,0.684 2.254,1.032 4.047,1.032 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.891,2.11 -0.594,0.496 -1.433,0.75 -2.515,0.75 -0.688,0 -1.364,-0.086 -2.016,-0.25 -0.649,-0.157 -1.274,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.683,0.145 1.351,0.219 2,0.219 1.738,0 3.035,-0.457 3.89,-1.359 0.864,-0.907 1.297,-2.278 1.297,-4.11 z m 9.801,-0.812 c -1.606,0 -2.715,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.226,-1.258 0.687,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.937,0.812 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.73 -1.012,-1.273 -1.687,-1.625 -0.668,-0.34 -1.493,-0.516 -2.469,-0.516 -1.231,0 -2.211,0.344 -2.938,1.032 -0.718,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.36,3.062 0.902,0.684 2.253,1.032 4.046,1.032 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.891,2.11 -0.593,0.496 -1.433,0.75 -2.515,0.75 -0.688,0 -1.364,-0.086 -2.016,-0.25 -0.648,-0.157 -1.273,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.683,0.145 1.351,0.219 2,0.219 1.738,0 3.035,-0.457 3.891,-1.359 0.863,-0.907 1.296,-2.278 1.296,-4.11 z m 4.332,9.86 1.969,0 0,-16.719 -1.969,0 0,16.719 z m 15.594,-2.469 0,-6.016 2.735,0 c 1.007,0 1.789,0.258 2.343,0.782 0.551,0.519 0.828,1.265 0.828,2.234 0,0.957 -0.277,1.695 -0.828,2.219 -0.554,0.519 -1.336,0.781 -2.343,0.781 l -2.735,0 z m -2.172,1.781 4.907,0 c 1.789,0 3.144,-0.41 4.062,-1.219 0.926,-0.812 1.391,-2.003 1.391,-3.562 0,-1.586 -0.465,-2.785 -1.391,-3.594 -0.918,-0.804 -2.273,-1.203 -4.062,-1.203 l -2.735,0 0,-6.453 -2.172,0 0,16.031 z m 23.442,-8.765 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,16.719 1.984,0 0,-6.563 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.383,0.547 2.219,0.547 1.382,0 2.429,-0.433 3.14,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 9.218,-8.391 c -0.562,-1.426 -1.113,-2.359 -1.64,-2.797 -0.524,-0.433 -1.231,-0.656 -2.125,-0.656 l -1.578,0 0,1.656 1.172,0 c 0.539,0 0.961,0.133 1.265,0.391 0.301,0.25 0.633,0.863 1,1.828 l 0.344,0.89 -4.859,11.844 2.093,0 3.766,-9.406 3.75,9.406 2.094,0 -5.282,-13.156 z m 15.926,12.797 0,-1.86 c -0.562,0.278 -1.148,0.493 -1.75,0.641 -0.605,0.145 -1.226,0.219 -1.859,0.219 -0.992,0 -1.731,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.297 0,-1.117 -0.445,-2.003 -1.328,-2.656 -0.887,-0.648 -2.102,-0.969 -3.641,-0.969 -0.648,0 -1.32,0.067 -2.016,0.188 -0.699,0.125 -1.441,0.312 -2.218,0.562 l 0,2.047 c 0.726,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.188 1.422,-0.281 2.109,-0.281 0.934,0 1.657,0.156 2.157,0.468 0.496,0.321 0.75,0.774 0.75,1.36 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.8,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.062,-0.172 0.645,-0.105 1.243,-0.269 1.797,-0.484 z m 4.012,0.359 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 6.133,0 1.984,0 0,-9.875 5.906,5.187 2.516,0 -6.375,-5.625 6.641,-6.406 -2.578,0 -6.11,5.875 0,-5.875 -1.984,0 0,16.719 z m 24.953,-0.032 c -0.969,-1.648 -1.692,-3.277 -2.156,-4.89 -0.461,-1.606 -0.688,-3.238 -0.688,-4.891 0,-1.656 0.235,-3.301 0.703,-4.922 0.465,-1.617 1.18,-3.242 2.141,-4.89 l -1.719,0 c -1.086,1.687 -1.894,3.343 -2.422,4.968 -0.531,1.622 -0.797,3.239 -0.797,4.844 0,1.59 0.266,3.196 0.797,4.813 0.528,1.621 1.336,3.281 2.422,4.968 l 1.719,0 z m 6.25,-2.437 0,-6.016 2.734,0 c 1.008,0 1.789,0.258 2.344,0.782 0.551,0.519 0.828,1.265 0.828,2.234 0,0.957 -0.277,1.695 -0.828,2.219 -0.555,0.519 -1.336,0.781 -2.344,0.781 l -2.734,0 z m -2.172,1.781 4.906,0 c 1.789,0 3.145,-0.41 4.063,-1.219 0.926,-0.812 1.39,-2.003 1.39,-3.562 0,-1.586 -0.464,-2.785 -1.39,-3.594 -0.918,-0.804 -2.274,-1.203 -4.063,-1.203 l -2.734,0 0,-6.453 -2.172,0 0,16.031 z m 23.441,-8.765 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.618,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,16.719 1.985,0 0,-6.563 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 9.219,-8.391 c -0.562,-1.426 -1.113,-2.359 -1.64,-2.797 -0.524,-0.433 -1.231,-0.656 -2.125,-0.656 l -1.579,0 0,1.656 1.172,0 c 0.539,0 0.961,0.133 1.266,0.391 0.301,0.25 0.633,0.863 1,1.828 l 0.344,0.89 -4.86,11.844 2.094,0 3.766,-9.406 3.75,9.406 2.093,0 -5.281,-13.156 z m 15.926,12.797 0,-1.86 c -0.563,0.278 -1.148,0.493 -1.75,0.641 -0.606,0.145 -1.227,0.219 -1.859,0.219 -0.993,0 -1.731,-0.152 -2.219,-0.453 -0.492,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.297 0,-1.117 -0.446,-2.003 -1.329,-2.656 -0.886,-0.648 -2.101,-0.969 -3.64,-0.969 -0.649,0 -1.32,0.067 -2.016,0.188 -0.699,0.125 -1.441,0.312 -2.219,0.562 l 0,2.047 c 0.727,-0.386 1.446,-0.675 2.157,-0.859 0.715,-0.188 1.422,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.468 0.496,0.321 0.75,0.774 0.75,1.36 0,0.527 -0.183,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.407,0.937 0.738,0 1.425,-0.058 2.062,-0.172 0.645,-0.105 1.242,-0.269 1.797,-0.484 z m 4.012,0.359 1.968,0 0,-12.031 -1.968,0 0,12.031 z m 0,4.688 1.968,0 0,-2.5 -1.968,0 0,2.5 z m 6.132,0 1.985,0 0,-9.875 5.906,5.187 2.516,0 -6.375,-5.625 6.64,-6.406 -2.578,0 -6.109,5.875 0,-5.875 -1.985,0 0,16.719 z m 12.215,-4.688 9.391,0 0,-1.797 -7.438,-8.656 7.438,0 0,-1.578 -9.656,0 0,1.812 7.422,8.641 -7.157,0 0,1.578 z m 22.907,-5.515 0,-0.969 -9.079,0 c 0.083,-1.367 0.489,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.493,0.094 2.203,0.282 0.707,0.183 1.415,0.468 2.125,0.843 l 0,-1.875 c -0.71,-0.304 -1.441,-0.535 -2.187,-0.687 -0.742,-0.152 -1.496,-0.235 -2.266,-0.235 -1.918,0 -3.441,0.555 -4.562,1.672 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.546 1.594,4.703 1.058,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.843,-1.562 0.934,-1.043 1.407,-2.461 1.407,-4.25 z m -1.969,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.106,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 15.469,0.172 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.383,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 6.171,8.187 0,-3.422 4.063,0 0,-1.531 -4.063,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.391,-1.891 0.27,-0.281 0.816,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.524,0 -2.575,0.281 -3.157,0.844 -0.574,0.57 -0.859,1.613 -0.859,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.984,0 z m 13.813,-5.266 c -0.219,0.122 -0.465,0.219 -0.734,0.282 -0.262,0.058 -0.551,0.093 -0.86,0.093 -1.117,0 -1.976,-0.367 -2.578,-1.093 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.415,0.739 0.957,1.285 1.625,1.641 0.665,0.351 1.473,0.531 2.422,0.531 0.133,0 0.286,-0.012 0.453,-0.031 0.165,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.032 z m 2.059,-5.437 0,7.281 1.968,0 0,-7.203 c 0,-1.148 0.219,-2.008 0.657,-2.578 0.445,-0.563 1.117,-0.844 2.015,-0.844 1.059,0 1.899,0.336 2.516,1.016 0.621,0.683 0.937,1.613 0.937,2.781 l 0,6.828 1.985,0 0,-12.031 -1.985,0 0,1.844 c -0.48,-0.731 -1.039,-1.274 -1.672,-1.625 -0.636,-0.352 -1.371,-0.532 -2.203,-0.532 -1.386,0 -2.441,0.426 -3.156,1.282 -0.711,0.863 -1.062,2.125 -1.062,3.781 z m 4.968,7.578 z m 18.813,-2.609 c 0.496,0.883 1.094,1.539 1.781,1.968 0.684,0.426 1.492,0.641 2.422,0.641 1.246,0 2.211,-0.445 2.891,-1.328 0.683,-0.875 1.031,-2.121 1.031,-3.734 l 0,-7.266 -1.985,0 0,7.203 c 0,1.145 -0.21,2 -0.625,2.563 -0.406,0.558 -1.027,0.843 -1.859,0.843 -1.023,0 -1.832,-0.347 -2.422,-1.031 -0.594,-0.68 -0.89,-1.605 -0.89,-2.781 l 0,-6.797 -2,0 0,7.203 c 0,1.152 -0.207,2.008 -0.61,2.563 -0.406,0.558 -1.039,0.843 -1.89,0.843 -1.012,0 -1.817,-0.347 -2.407,-1.031 -0.593,-0.687 -0.89,-1.617 -0.89,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.445,0.739 0.984,1.285 1.609,1.641 0.633,0.351 1.391,0.531 2.266,0.531 0.863,0 1.601,-0.226 2.218,-0.672 0.614,-0.449 1.067,-1.097 1.36,-1.937 z m 12.16,6.968 1.719,0 c 1.07,-1.687 1.875,-3.347 2.406,-4.968 0.527,-1.617 0.797,-3.223 0.797,-4.813 0,-1.605 -0.27,-3.222 -0.797,-4.844 -0.531,-1.625 -1.336,-3.281 -2.406,-4.968 l -1.719,0 c 0.945,1.648 1.656,3.273 2.125,4.89 0.465,1.621 0.703,3.266 0.703,4.922 0,1.653 -0.238,3.285 -0.703,4.891 -0.469,1.613 -1.18,3.242 -2.125,4.89 z m 9.562,-13.953 2.266,0 0,-2.734 -2.266,0 0,2.734 z m 0,8.641 2.266,0 0,-2.734 -2.266,0 0,2.734 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2865" /><path
-         d="m 335.27133,226.748 c 0,1.426 -0.301,2.535 -0.891,3.328 -0.586,0.789 -1.41,1.188 -2.468,1.188 -1.063,0 -1.895,-0.399 -2.485,-1.188 -0.594,-0.793 -0.89,-1.902 -0.89,-3.328 0,-1.429 0.296,-2.539 0.89,-3.328 0.59,-0.781 1.422,-1.172 2.485,-1.172 1.058,0 1.882,0.391 2.468,1.172 0.59,0.789 0.891,1.899 0.891,3.328 z m 1.984,-4.656 c 0,-2.051 -0.461,-3.578 -1.375,-4.578 -0.906,-0.996 -2.3,-1.5 -4.172,-1.5 -0.699,0 -1.355,0.055 -1.968,0.156 -0.618,0.106 -1.211,0.27 -1.782,0.484 l 0,1.922 c 0.571,-0.32 1.141,-0.554 1.704,-0.703 0.57,-0.144 1.148,-0.219 1.734,-0.219 1.301,0 2.269,0.34 2.906,1.016 0.645,0.68 0.969,1.699 0.969,3.063 l 0,0.968 c -0.406,-0.711 -0.93,-1.242 -1.563,-1.593 -0.636,-0.344 -1.398,-0.516 -2.281,-0.516 -1.48,0 -2.676,0.562 -3.578,1.687 -0.898,1.122 -1.344,2.614 -1.344,4.469 0,1.864 0.446,3.36 1.344,4.485 0.902,1.121 2.098,1.687 3.578,1.687 0.883,0 1.645,-0.18 2.281,-0.531 0.633,-0.356 1.157,-0.887 1.563,-1.594 l 0,1.828 1.984,0 0,-10.531 z m 14.61,5.016 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.218,-3.125 0.739,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.493,0.094 2.204,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.235 -2.266,-0.235 -1.918,0 -3.441,0.555 -4.562,1.672 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.546 1.594,4.703 1.058,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.843,-1.562 0.934,-1.043 1.407,-2.461 1.407,-4.25 z m -1.969,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.106,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 14.828,2.625 c 0.496,0.883 1.094,1.539 1.781,1.968 0.684,0.426 1.492,0.641 2.422,0.641 1.246,0 2.211,-0.445 2.891,-1.328 0.683,-0.875 1.031,-2.121 1.031,-3.734 l 0,-7.266 -1.984,0 0,7.203 c 0,1.145 -0.211,2 -0.625,2.563 -0.407,0.558 -1.028,0.843 -1.86,0.843 -1.023,0 -1.832,-0.347 -2.422,-1.031 -0.593,-0.68 -0.89,-1.605 -0.89,-2.781 l 0,-6.797 -2,0 0,7.203 c 0,1.152 -0.207,2.008 -0.61,2.563 -0.406,0.558 -1.039,0.843 -1.89,0.843 -1.012,0 -1.817,-0.347 -2.406,-1.031 -0.594,-0.687 -0.891,-1.617 -0.891,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.445,0.739 0.984,1.285 1.609,1.641 0.633,0.351 1.391,0.531 2.266,0.531 0.863,0 1.601,-0.226 2.219,-0.672 0.613,-0.449 1.066,-1.097 1.359,-1.937 z m 22.754,-3.203 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.757,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.235 -2.265,-0.235 -1.918,0 -3.442,0.555 -4.563,1.672 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.546 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 5.469,4.937 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 16.211,-9.453 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.984 -0.671,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.429,-0.433 3.14,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 11.891,4.406 0,-1.86 c -0.563,0.278 -1.149,0.493 -1.75,0.641 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.11,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.985,-1.282 0.589,-0.543 0.89,-1.308 0.89,-2.297 0,-1.117 -0.445,-2.003 -1.328,-2.656 -0.887,-0.648 -2.102,-0.969 -3.641,-0.969 -0.648,0 -1.32,0.067 -2.015,0.188 -0.699,0.125 -1.442,0.312 -2.219,0.562 l 0,2.047 c 0.727,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.188 1.422,-0.281 2.11,-0.281 0.933,0 1.656,0.156 2.156,0.468 0.496,0.321 0.75,0.774 0.75,1.36 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.118,0.656 -2.657,1.187 -0.543,0.527 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.801,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.063,-0.172 0.644,-0.105 1.242,-0.269 1.797,-0.484 z m 9.48,-5.625 c -1.606,0 -2.715,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.227,-1.258 0.687,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.937,0.812 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.73 -1.012,-1.273 -1.687,-1.625 -0.668,-0.34 -1.493,-0.516 -2.469,-0.516 -1.231,0 -2.211,0.344 -2.938,1.032 -0.718,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.36,3.062 0.902,0.684 2.253,1.032 4.046,1.032 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.891,2.11 -0.593,0.496 -1.433,0.75 -2.515,0.75 -0.688,0 -1.363,-0.086 -2.016,-0.25 -0.648,-0.157 -1.273,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.684,0.145 1.352,0.219 2,0.219 1.738,0 3.035,-0.457 3.891,-1.359 0.863,-0.907 1.296,-2.278 1.296,-4.11 z m 13.688,2.86 c 0.496,0.883 1.094,1.539 1.781,1.968 0.684,0.426 1.492,0.641 2.422,0.641 1.246,0 2.211,-0.445 2.891,-1.328 0.683,-0.875 1.031,-2.121 1.031,-3.734 l 0,-7.266 -1.984,0 0,7.203 c 0,1.145 -0.211,2 -0.625,2.563 -0.407,0.558 -1.028,0.843 -1.86,0.843 -1.023,0 -1.832,-0.347 -2.422,-1.031 -0.593,-0.68 -0.89,-1.605 -0.89,-2.781 l 0,-6.797 -2,0 0,7.203 c 0,1.152 -0.207,2.008 -0.61,2.563 -0.406,0.558 -1.039,0.843 -1.89,0.843 -1.012,0 -1.817,-0.347 -2.407,-1.031 -0.593,-0.687 -0.89,-1.617 -0.89,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.445,0.739 0.984,1.285 1.609,1.641 0.633,0.351 1.391,0.531 2.266,0.531 0.863,0 1.601,-0.226 2.219,-0.672 0.613,-0.449 1.066,-1.097 1.359,-1.937 z m 22.754,-3.203 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.757,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.235 -2.265,-0.235 -1.918,0 -3.442,0.555 -4.563,1.672 -1.117,1.121 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.546 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 12.68,8.937 2.172,0 0,-16.031 -2.172,0 0,16.031 z m 16.527,-8.765 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.984 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.984,0.859 -1.075,0 -1.918,-0.347 -2.532,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 11.891,4.406 0,-1.86 c -0.563,0.278 -1.149,0.493 -1.75,0.641 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.218,-0.453 -0.493,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.985,-1.282 0.59,-0.543 0.89,-1.308 0.89,-2.297 0,-1.117 -0.445,-2.003 -1.328,-2.656 -0.886,-0.648 -2.101,-0.969 -3.64,-0.969 -0.649,0 -1.321,0.067 -2.016,0.188 -0.699,0.125 -1.441,0.312 -2.219,0.562 l 0,2.047 c 0.727,-0.386 1.446,-0.675 2.157,-0.859 0.714,-0.188 1.421,-0.281 2.109,-0.281 0.933,0 1.656,0.156 2.156,0.468 0.496,0.321 0.75,0.774 0.75,1.36 0,0.527 -0.183,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.527 -0.813,1.266 -0.813,2.203 0,1.121 0.398,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.406,0.937 0.739,0 1.426,-0.058 2.063,-0.172 0.644,-0.105 1.242,-0.269 1.797,-0.484 z m 5.961,3.781 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.39,-1.891 0.27,-0.281 0.817,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.86,1.613 -0.86,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 12.312,-9.406 c -1.605,0 -2.715,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.227,-1.258 0.688,-1.672 0.465,-0.406 1.097,-0.609 1.89,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.938,0.812 0,-6.859 -1.985,0 0,1.828 c -0.449,-0.73 -1.011,-1.273 -1.687,-1.625 -0.668,-0.34 -1.492,-0.516 -2.469,-0.516 -1.23,0 -2.211,0.344 -2.937,1.032 -0.719,0.695 -1.079,1.625 -1.079,2.781 0,1.352 0.454,2.375 1.36,3.062 0.902,0.684 2.254,1.032 4.047,1.032 l 2.765,0 0,0.187 c 0,0.914 -0.3,1.617 -0.89,2.11 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.687,0 -1.363,-0.086 -2.016,-0.25 -0.648,-0.157 -1.273,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.415,0.489 2.094,0.625 0.684,0.145 1.352,0.219 2,0.219 1.739,0 3.035,-0.457 3.891,-1.359 0.863,-0.907 1.297,-2.278 1.297,-4.11 z m 4.328,9.86 1.969,0 0,-16.719 -1.969,0 0,16.719 z m 6.215,0 1.968,0 0,-16.719 -1.968,0 0,16.719 z m 11.679,-10.672 c -1.605,0 -2.714,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.227,-1.258 0.688,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.089,0 1.968,0.383 2.624,1.156 0.665,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.938,0.812 0,-6.859 -1.985,0 0,1.828 c -0.449,-0.73 -1.011,-1.273 -1.687,-1.625 -0.668,-0.34 -1.492,-0.516 -2.469,-0.516 -1.23,0 -2.211,0.344 -2.937,1.032 -0.719,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.359,3.062 0.902,0.684 2.254,1.032 4.047,1.032 l 2.765,0 0,0.187 c 0,0.914 -0.3,1.617 -0.89,2.11 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.687,0 -1.363,-0.086 -2.015,-0.25 -0.649,-0.157 -1.274,-0.403 -1.875,-0.735 l 0,1.828 c 0.714,0.278 1.414,0.489 2.093,0.625 0.684,0.145 1.352,0.219 2,0.219 1.739,0 3.036,-0.457 3.891,-1.359 0.863,-0.907 1.297,-2.278 1.297,-4.11 z m 6.285,8.594 0,-3.422 4.063,0 0,-1.531 -4.063,0 0,-6.531 c 0,-0.981 0.129,-1.614 0.391,-1.891 0.269,-0.281 0.816,-0.422 1.64,-0.422 l 2.032,0 0,-1.656 -2.032,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.859,1.613 -0.859,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.984,0 z m 6.84,-3.422 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 10.871,-6.078 c -1.063,0 -1.902,-0.414 -2.516,-1.235 -0.617,-0.824 -0.922,-1.961 -0.922,-3.406 0,-1.438 0.305,-2.574 0.922,-3.406 0.614,-0.824 1.453,-1.235 2.516,-1.235 1.051,0 1.883,0.414 2.5,1.25 0.613,0.832 0.922,1.961 0.922,3.391 0,1.426 -0.309,2.555 -0.922,3.391 -0.617,0.832 -1.449,1.25 -2.5,1.25 z m 0,1.687 c 1.715,0 3.066,-0.566 4.047,-1.687 0.976,-1.118 1.469,-2.664 1.469,-4.641 0,-1.969 -0.493,-3.52 -1.469,-4.641 -0.981,-1.117 -2.332,-1.672 -4.047,-1.672 -1.731,0 -3.086,0.555 -4.063,1.672 -0.968,1.121 -1.453,2.672 -1.453,4.641 0,1.977 0.485,3.523 1.453,4.641 0.977,1.121 2.332,1.687 4.063,1.687 z m 19.035,-5.062 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.984 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.984,0.859 -1.075,0 -1.918,-0.347 -2.532,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2867" /><path
-         d="m 25.766,77.502 7.656,0 5.312,-12.484 5.344,12.484 7.641,0 0,-23.328 -5.688,0 0,17.063 -5.375,-12.579 -3.812,0 -5.375,12.579 0,-17.063 -5.703,0 0,23.328 z m 49.093,-14.531 0,-1.594 -13.078,0 c 0.133,-1.312 0.61,-2.301 1.422,-2.953 0.809,-0.656 1.945,-0.984 3.406,-0.984 1.176,0 2.379,0.172 3.61,0.515 1.238,0.352 2.508,0.883 3.812,1.594 l 0,-4.312 c -1.324,-0.5 -2.648,-0.879 -3.969,-1.125 -1.324,-0.258 -2.648,-0.391 -3.968,-0.391 -3.168,0 -5.633,0.801 -7.391,2.406 -1.75,1.613 -2.625,3.875 -2.625,6.781 0,2.852 0.86,5.098 2.578,6.735 1.727,1.633 4.102,2.453 7.125,2.453 2.746,0 4.946,-0.832 6.594,-2.484 1.652,-1.657 2.484,-3.872 2.484,-6.641 z m -5.75,1.859 c 0,1.059 -0.316,1.914 -0.937,2.563 -0.617,0.652 -1.426,0.984 -2.422,0.984 -1.086,0 -1.965,-0.308 -2.641,-0.922 -0.679,-0.605 -1.101,-1.48 -1.265,-2.625 l 7.265,0 z m 9.969,13.657 5.594,0 0,-24.313 -5.594,0 0,24.313 z m 22.906,-9.375 0,9.375 5.625,0 0,-24.313 -5.625,0 0,2.531 c -0.773,-1.031 -1.621,-1.789 -2.546,-2.265 -0.93,-0.477 -2.004,-0.719 -3.219,-0.719 -2.157,0 -3.93,0.851 -5.313,2.562 -1.386,1.715 -2.078,3.926 -2.078,6.625 0,2.696 0.692,4.899 2.078,6.61 1.383,1.715 3.156,2.578 5.313,2.578 1.207,0 2.273,-0.246 3.203,-0.734 0.933,-0.481 1.789,-1.231 2.562,-2.25 z M 98.297,57.783 c 1.195,0 2.109,0.438 2.734,1.313 0.633,0.871 0.953,2.144 0.953,3.812 0,1.664 -0.32,2.938 -0.953,3.813 -0.625,0.871 -1.539,1.312 -2.734,1.312 -1.188,0 -2.102,-0.441 -2.735,-1.312 -0.624,-0.875 -0.937,-2.149 -0.937,-3.813 0,-1.668 0.313,-2.941 0.937,-3.812 0.633,-0.875 1.547,-1.313 2.735,-1.313 z m 32.187,5.188 0,-1.594 -13.078,0 c 0.133,-1.312 0.61,-2.301 1.422,-2.953 0.809,-0.656 1.945,-0.984 3.406,-0.984 1.176,0 2.379,0.172 3.61,0.515 1.238,0.352 2.508,0.883 3.812,1.594 l 0,-4.312 c -1.324,-0.5 -2.648,-0.879 -3.968,-1.125 -1.325,-0.258 -2.649,-0.391 -3.969,-0.391 -3.168,0 -5.633,0.801 -7.391,2.406 -1.75,1.613 -2.625,3.875 -2.625,6.781 0,2.852 0.859,5.098 2.578,6.735 1.727,1.633 4.102,2.453 7.125,2.453 2.746,0 4.946,-0.832 6.594,-2.484 1.652,-1.657 2.484,-3.872 2.484,-6.641 z m -5.75,1.859 c 0,1.059 -0.316,1.914 -0.937,2.563 -0.617,0.652 -1.426,0.984 -2.422,0.984 -1.086,0 -1.965,-0.308 -2.641,-0.922 -0.679,-0.605 -1.101,-1.48 -1.265,-2.625 l 7.265,0 z m 16.078,11.813 0,-4.969 5.766,0 0,-4 -5.766,0 0,-7.422 c 0,-0.812 0.161,-1.367 0.485,-1.656 0.32,-0.281 0.961,-0.422 1.922,-0.422 l 2.875,0 0,-4 -4.797,0 c -2.211,0 -3.777,0.457 -4.703,1.375 -0.918,0.926 -1.375,2.492 -1.375,4.703 l 0,7.422 -2.781,0 0,4 2.781,0 0,4.969 5.593,0 z m 37.797,-13.672 0,-1.594 -13.078,0 c 0.133,-1.312 0.61,-2.301 1.422,-2.953 0.809,-0.656 1.945,-0.984 3.406,-0.984 1.176,0 2.379,0.172 3.61,0.515 1.238,0.352 2.508,0.883 3.812,1.594 l 0,-4.312 c -1.324,-0.5 -2.648,-0.879 -3.969,-1.125 -1.324,-0.258 -2.648,-0.391 -3.968,-0.391 -3.168,0 -5.633,0.801 -7.391,2.406 -1.75,1.613 -2.625,3.875 -2.625,6.781 0,2.852 0.86,5.098 2.578,6.735 1.727,1.633 4.102,2.453 7.125,2.453 2.746,0 4.946,-0.832 6.594,-2.484 1.652,-1.657 2.484,-3.872 2.484,-6.641 z m -5.75,1.859 c 0,1.059 -0.316,1.914 -0.937,2.563 -0.617,0.652 -1.426,0.984 -2.422,0.984 -1.086,0 -1.965,-0.308 -2.641,-0.922 -0.679,-0.605 -1.101,-1.48 -1.265,-2.625 l 7.265,0 z m 9.782,-3.843 0,10.687 5.625,0 0,-1.75 c 0,-0.949 -0.008,-2.145 -0.016,-3.578 -0.012,-1.43 -0.016,-2.383 -0.016,-2.859 0,-1.407 0.036,-2.426 0.11,-3.047 0.07,-0.618 0.195,-1.067 0.375,-1.344 0.226,-0.367 0.523,-0.649 0.89,-0.844 0.371,-0.199 0.801,-0.297 1.282,-0.297 1.164,0 2.082,0.446 2.75,1.344 0.664,0.895 1,2.141 1,3.734 l 0,8.641 5.593,0 0,-17.5 -5.593,0 0,2.531 c -0.844,-1.023 -1.743,-1.777 -2.688,-2.265 -0.937,-0.477 -1.976,-0.719 -3.109,-0.719 -2.024,0 -3.567,0.617 -4.625,1.859 -1.055,1.239 -1.578,3.039 -1.578,5.407 z m 37.14,10.14 0,-4.562 c -0.761,0.519 -1.527,0.906 -2.297,1.156 -0.761,0.246 -1.554,0.375 -2.375,0.375 -1.562,0 -2.785,-0.461 -3.656,-1.375 -0.867,-0.906 -1.297,-2.18 -1.297,-3.813 0,-1.636 0.43,-2.914 1.297,-3.828 0.871,-0.906 2.094,-1.359 3.656,-1.359 0.871,0 1.703,0.129 2.485,0.391 0.789,0.257 1.519,0.644 2.187,1.156 l 0,-4.578 c -0.875,-0.325 -1.769,-0.563 -2.672,-0.719 -0.898,-0.164 -1.8,-0.25 -2.703,-0.25 -3.156,0 -5.629,0.805 -7.406,2.422 -1.781,1.621 -2.672,3.879 -2.672,6.765 0,2.883 0.891,5.133 2.672,6.75 1.777,1.621 4.25,2.438 7.406,2.438 0.914,0 1.817,-0.086 2.703,-0.25 0.895,-0.156 1.786,-0.399 2.672,-0.719 z m 22.453,-6.297 0,-10.656 -5.625,0 0,8.125 c 0,1.527 -0.039,2.582 -0.109,3.156 -0.062,0.571 -0.18,0.992 -0.344,1.266 -0.218,0.363 -0.519,0.644 -0.89,0.844 -0.375,0.207 -0.805,0.312 -1.282,0.312 -1.168,0 -2.086,-0.457 -2.75,-1.359 -0.668,-0.899 -1,-2.145 -1,-3.735 l 0,-8.609 -5.593,0 0,24.313 5.593,0 0,-9.375 c 0.84,1.019 1.739,1.769 2.688,2.25 0.945,0.488 1.992,0.734 3.14,0.734 2.02,0 3.551,-0.621 4.594,-1.859 1.051,-1.243 1.578,-3.043 1.578,-5.407 z m 24.188,-2.781 c -1.168,0 -2.051,-0.199 -2.641,-0.594 -0.586,-0.398 -0.875,-0.98 -0.875,-1.75 0,-0.711 0.235,-1.269 0.703,-1.672 0.477,-0.398 1.141,-0.593 1.985,-0.593 1.051,0 1.937,0.375 2.656,1.125 0.715,0.757 1.078,1.707 1.078,2.843 l 0,0.641 -2.906,0 z m 8.547,2.109 0,-9.984 -5.641,0 0,2.594 c -0.75,-1.063 -1.598,-1.84 -2.531,-2.328 -0.938,-0.477 -2.082,-0.719 -3.422,-0.719 -1.813,0 -3.289,0.523 -4.422,1.578 -1.125,1.059 -1.687,2.438 -1.687,4.125 0,2.051 0.703,3.555 2.109,4.516 1.414,0.957 3.633,1.437 6.656,1.437 l 3.297,0 0,0.438 c 0,0.882 -0.351,1.531 -1.047,1.937 -0.699,0.414 -1.789,0.625 -3.265,0.625 -1.2,0 -2.317,-0.121 -3.344,-0.359 -1.031,-0.242 -1.992,-0.602 -2.875,-1.078 l 0,4.265 c 1.195,0.289 2.398,0.508 3.609,0.657 1.207,0.152 2.414,0.234 3.625,0.234 3.153,0 5.43,-0.629 6.828,-1.875 1.403,-1.242 2.11,-3.262 2.11,-6.063 z m 22.828,0.672 0,-10.656 -5.625,0 0,8.156 c 0,1.508 -0.039,2.551 -0.11,3.125 -0.062,0.571 -0.179,0.992 -0.343,1.266 -0.219,0.363 -0.52,0.644 -0.891,0.844 -0.375,0.207 -0.805,0.312 -1.281,0.312 -1.168,0 -2.086,-0.457 -2.75,-1.359 -0.668,-0.899 -1,-2.145 -1,-3.735 l 0,-8.609 -5.594,0 0,17.5 5.594,0 0,-2.562 c 0.84,1.019 1.738,1.769 2.687,2.25 0.946,0.488 1.993,0.734 3.141,0.734 2.02,0 3.551,-0.621 4.594,-1.859 1.051,-1.243 1.578,-3.043 1.578,-5.407 z m 6.109,6.844 5.641,0 0,-6.047 -5.641,0 0,6.047 z m 0,-11.453 5.641,0 0,-6.047 -5.641,0 0,6.047 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2869" /><path
-         d="m 327.047,71.674 5.156,0 0.609,-12.031 5.282,12.031 4.437,0 0.641,-12 5.25,12 5.5,0 -8,-17.5 -5.938,0 -0.578,12.031 -5.344,-12.031 -5.796,0 -1.219,17.5 z m 29.562,0 5.157,0 0.609,-12.031 5.281,12.031 4.438,0 0.64,-12 5.25,12 5.5,0 -8,-17.5 -5.937,0 -0.578,12.031 -5.344,-12.031 -5.797,0 -1.219,17.5 z m 29.563,0 5.156,0 0.61,-12.031 5.281,12.031 4.437,0 0.641,-12 5.25,12 5.5,0 -8,-17.5 -5.938,0 -0.578,12.031 -5.343,-12.031 -5.797,0 -1.219,17.5 z m 27.375,-11.453 5.625,0 -1.172,-6.047 -5.641,0 1.188,6.047 z m 21.047,16.422 -0.953,-4.969 5.718,0 -0.797,-4 -5.718,0 -1.438,-7.406 c -0.043,-0.168 -0.074,-0.309 -0.094,-0.422 -0.011,-0.117 -0.015,-0.227 -0.015,-0.328 0,-0.481 0.156,-0.824 0.469,-1.031 0.32,-0.211 0.859,-0.313 1.609,-0.313 l 2.891,0 -0.797,-4 -4.703,0 c -1.688,0 -2.977,0.352 -3.86,1.063 -0.886,0.707 -1.328,1.726 -1.328,3.062 0,0.289 0.016,0.602 0.047,0.938 0.027,0.332 0.078,0.671 0.141,1.015 l 1.437,7.422 -2.75,0 0.766,4 2.781,0 0.969,4.969 5.625,0 z m 8.187,-4.969 5.625,0 -3.422,-17.5 -5.609,0 3.406,17.5 z m 1.313,6.813 5.625,0 -0.891,-4.563 -5.64,0 0.906,4.563 z m 25.937,-13.657 -2.078,-10.656 -5.609,0 1.765,9.125 c 0.121,0.59 0.219,1.094 0.282,1.5 0.07,0.414 0.109,0.742 0.109,0.984 0,0.664 -0.191,1.18 -0.562,1.547 -0.368,0.364 -0.887,0.547 -1.563,0.547 -1.156,0 -2.152,-0.457 -2.984,-1.359 -0.825,-0.899 -1.399,-2.145 -1.719,-3.735 l -1.688,-8.609 -5.609,0 3.406,17.5 5.625,0 -0.515,-2.562 c 1.027,1.007 2.066,1.757 3.109,2.25 1.039,0.488 2.129,0.734 3.266,0.734 1.613,0 2.859,-0.426 3.734,-1.266 0.871,-0.843 1.312,-2.035 1.312,-3.562 0,-0.336 -0.027,-0.707 -0.078,-1.11 -0.043,-0.406 -0.113,-0.851 -0.203,-1.328 z m 4.281,6.844 5.282,0 2.406,-12.125 6.203,12.125 5.985,0 -11.079,-19.156 c -1.242,-2.153 -2.386,-3.567 -3.437,-4.235 -1.055,-0.675 -2.414,-1.015 -4.078,-1.015 l -3.391,0 0.578,3.672 1.766,0 c 0.914,0 1.625,0.16 2.125,0.468 0.508,0.305 0.961,0.84 1.359,1.61 l 0.516,0.937 -4.235,17.719 z m 20.938,-10.687 2.047,10.687 5.609,0 -1.765,-9.109 c -0.125,-0.594 -0.223,-1.102 -0.282,-1.516 -0.062,-0.418 -0.093,-0.746 -0.093,-0.984 0,-0.657 0.179,-1.168 0.546,-1.532 0.364,-0.367 0.883,-0.546 1.563,-0.546 1.152,0 2.148,0.445 2.984,1.343 0.832,0.895 1.407,2.141 1.719,3.735 l 1.688,8.609 5.609,0 -3.391,-17.5 -5.64,0 0.515,2.563 c -0.961,-1.012 -1.964,-1.77 -3.015,-2.266 -1.055,-0.496 -2.164,-0.75 -3.328,-0.75 -1.594,0 -2.832,0.426 -3.704,1.266 -0.874,0.839 -1.312,2.035 -1.312,3.578 0,0.363 0.02,0.75 0.062,1.156 0.04,0.402 0.102,0.828 0.188,1.266 z m 37.094,5.921 c -0.387,0.215 -0.817,0.383 -1.282,0.5 -0.468,0.114 -0.976,0.172 -1.515,0.172 -1.43,0 -2.617,-0.461 -3.563,-1.375 -0.937,-0.918 -1.574,-2.242 -1.906,-3.968 l -1.594,-8.063 -5.609,0 3.406,17.5 5.625,0 -0.609,-3 c 0.738,1.102 1.66,1.945 2.765,2.531 1.114,0.59 2.348,0.891 3.704,0.891 0.195,0 0.422,-0.012 0.672,-0.031 0.246,-0.024 0.546,-0.055 0.89,-0.094 l -0.984,-5.063 z m 5.062,11.579 5.625,0 -4.734,-24.313 -5.609,0 4.718,24.313 z m 7.953,-18.266 5.625,0 -1.172,-6.047 -5.64,0 1.187,6.047 z m 28.125,10.906 -0.89,-4.562 c -0.75,0.496 -1.492,0.879 -2.219,1.14 -0.73,0.258 -1.445,0.391 -2.141,0.391 -1.824,0 -3.316,-0.617 -4.468,-1.844 -1.157,-1.219 -1.735,-2.785 -1.735,-4.687 0,-1.219 0.36,-2.168 1.078,-2.844 0.715,-0.668 1.735,-1 3.047,-1 0.871,0 1.735,0.129 2.578,0.391 0.84,0.257 1.645,0.644 2.407,1.156 l -0.86,-4.578 c -0.929,-0.325 -1.863,-0.563 -2.797,-0.719 -0.937,-0.164 -1.882,-0.25 -2.828,-0.25 -2.75,0 -4.871,0.613 -6.359,1.844 -1.481,1.238 -2.219,2.992 -2.219,5.265 0,1.426 0.27,2.813 0.813,4.157 0.55,1.339 1.336,2.55 2.359,3.625 1.133,1.175 2.438,2.05 3.906,2.625 1.465,0.57 3.16,0.859 5.078,0.859 0.883,0 1.766,-0.086 2.641,-0.25 0.871,-0.156 1.742,-0.399 2.609,-0.719 z m 12.407,-3.031 c -1.45,0 -2.645,-0.66 -3.579,-1.969 -0.937,-1.312 -1.406,-2.988 -1.406,-5.015 0,-1.106 0.25,-1.95 0.75,-2.532 0.508,-0.574 1.25,-0.859 2.219,-0.859 1.445,0 2.641,0.656 3.578,1.969 0.934,1.32 1.406,3.004 1.406,5.047 0,1.089 -0.257,1.925 -0.765,2.5 -0.5,0.57 -1.239,0.859 -2.203,0.859 z m 0.453,4 c 2.601,0 4.648,-0.664 6.14,-1.984 1.489,-1.325 2.235,-3.129 2.235,-5.407 0,-1.324 -0.239,-2.613 -0.703,-3.859 -0.469,-1.242 -1.153,-2.379 -2.047,-3.406 -1.063,-1.231 -2.321,-2.161 -3.766,-2.782 -1.449,-0.621 -3.066,-0.937 -4.844,-0.937 -2.574,0 -4.605,0.66 -6.093,1.984 -1.481,1.321 -2.219,3.125 -2.219,5.407 0,1.308 0.238,2.593 0.719,3.843 0.476,1.258 1.164,2.41 2.062,3.453 1.039,1.207 2.281,2.125 3.719,2.75 1.445,0.621 3.047,0.938 4.797,0.938 z m 29.609,-3.328 c 0.863,1.07 1.844,1.894 2.938,2.469 1.101,0.57 2.25,0.859 3.437,0.859 1.559,0 2.789,-0.434 3.688,-1.297 0.902,-0.855 1.359,-2.035 1.359,-3.531 0,-0.313 -0.027,-0.676 -0.078,-1.078 -0.043,-0.399 -0.113,-0.852 -0.203,-1.36 l -2.078,-10.656 -5.641,0 1.766,9.125 0.047,0.234 c 0.269,1.289 0.406,2.118 0.406,2.485 0,0.57 -0.168,1.023 -0.5,1.359 -0.324,0.332 -0.77,0.5 -1.328,0.5 -1.075,0 -1.989,-0.445 -2.735,-1.328 -0.742,-0.875 -1.273,-2.133 -1.593,-3.766 l -1.688,-8.609 -5.641,0 1.797,9.125 c 0.153,0.777 0.266,1.367 0.328,1.766 0.059,0.402 0.094,0.722 0.094,0.953 0,0.582 -0.164,1.035 -0.484,1.359 -0.324,0.332 -0.774,0.5 -1.344,0.5 -1.031,0 -1.941,-0.461 -2.719,-1.375 -0.773,-0.906 -1.308,-2.148 -1.609,-3.719 l -1.688,-8.609 -5.609,0 3.406,17.5 5.625,0 -0.515,-2.562 c 0.871,0.988 1.804,1.734 2.797,2.234 0.988,0.496 2.019,0.75 3.093,0.75 1.207,0 2.242,-0.317 3.11,-0.938 0.863,-0.617 1.382,-1.414 1.562,-2.39 z m 23.578,8.734 3.625,0 -13.344,-26.297 -3.624,0 13.343,26.297 z m 7.125,0.985 5.625,0 -4.734,-24.313 -5.609,0 4.718,24.313 z m 9.688,-6.813 5.625,0 -3.422,-17.5 -5.609,0 3.406,17.5 z m 1.312,6.813 5.625,0 -0.89,-4.563 -5.641,0 0.906,4.563 z m 25.938,-13.657 -2.078,-10.656 -5.61,0 1.766,9.125 c 0.121,0.59 0.219,1.094 0.281,1.5 0.07,0.414 0.109,0.742 0.109,0.984 0,0.664 -0.191,1.18 -0.562,1.547 -0.367,0.364 -0.887,0.547 -1.562,0.547 -1.157,0 -2.153,-0.457 -2.985,-1.359 -0.824,-0.899 -1.398,-2.145 -1.719,-3.735 l -1.687,-8.609 -5.609,0 3.406,17.5 5.625,0 -0.516,-2.562 c 1.027,1.007 2.067,1.757 3.109,2.25 1.04,0.488 2.129,0.734 3.266,0.734 1.613,0 2.86,-0.426 3.734,-1.266 0.872,-0.843 1.313,-2.035 1.313,-3.562 0,-0.336 -0.027,-0.707 -0.078,-1.11 -0.043,-0.406 -0.113,-0.851 -0.203,-1.328 z m 4.344,-3.843 2.046,10.687 5.61,0 -1.766,-9.109 c -0.125,-0.594 -0.223,-1.102 -0.281,-1.516 -0.063,-0.418 -0.094,-0.746 -0.094,-0.984 0,-0.657 0.18,-1.168 0.547,-1.532 0.363,-0.367 0.883,-0.546 1.562,-0.546 1.153,0 2.149,0.445 2.985,1.343 0.832,0.895 1.406,2.141 1.719,3.735 l 1.687,8.609 5.609,0 -3.39,-17.5 -5.641,0 0.516,2.563 c -0.961,-1.012 -1.965,-1.77 -3.016,-2.266 -1.054,-0.496 -2.164,-0.75 -3.328,-0.75 -1.594,0 -2.832,0.426 -3.703,1.266 -0.875,0.839 -1.312,2.035 -1.312,3.578 0,0.363 0.019,0.75 0.062,1.156 0.039,0.402 0.102,0.828 0.188,1.266 z m 27.718,2.14 -4.64,8.547 5.812,0 2.594,-5.187 4.547,5.187 6.078,0 -7.969,-8.516 4.875,-8.984 -5.828,0 -2.75,5.531 -5.031,-5.531 -6.078,0 8.39,8.953 z m 20.656,-6.422 -1.796,-9.187 -5.625,0 4.703,24.156 5.625,0 -0.516,-2.562 c 0.852,1.019 1.75,1.769 2.688,2.25 0.933,0.488 1.961,0.734 3.078,0.734 1.965,0 3.523,-0.629 4.672,-1.875 1.144,-1.25 1.718,-2.957 1.718,-5.109 0,-1.344 -0.207,-2.653 -0.609,-3.922 -0.398,-1.274 -0.973,-2.43 -1.719,-3.469 -0.949,-1.313 -2.023,-2.309 -3.219,-2.984 -1.187,-0.676 -2.464,-1.016 -3.828,-1.016 -1.199,0 -2.222,0.242 -3.062,0.719 -0.836,0.488 -1.539,1.242 -2.11,2.265 z m 5.876,11.328 c -1.438,0 -2.618,-0.668 -3.532,-2 -0.906,-1.324 -1.359,-3.05 -1.359,-5.171 0,-0.961 0.254,-1.715 0.765,-2.266 0.52,-0.543 1.239,-0.813 2.157,-0.813 1.402,0 2.566,0.649 3.484,1.954 0.914,1.308 1.375,2.988 1.375,5.031 0,1.058 -0.254,1.867 -0.75,2.422 -0.492,0.558 -1.207,0.843 -2.14,0.843 z m 20.484,-5.984 c -1.399,0 -2.457,-0.223 -3.172,-0.656 -0.711,-0.43 -1.062,-1.067 -1.062,-1.906 0,-0.637 0.207,-1.137 0.624,-1.5 0.426,-0.368 1.008,-0.547 1.75,-0.547 1.145,0 2.102,0.343 2.876,1.031 0.769,0.695 1.285,1.676 1.546,2.937 l 0.125,0.641 -2.687,0 z m 8.734,2.109 -1.953,-9.984 -5.594,0 0.469,2.594 c -0.918,-1.043 -1.887,-1.817 -2.906,-2.313 -1.024,-0.488 -2.133,-0.734 -3.328,-0.734 -1.656,0 -2.977,0.43 -3.953,1.281 -0.969,0.863 -1.453,2.024 -1.453,3.485 0,2.226 0.859,3.929 2.578,5.109 1.726,1.183 4.218,1.781 7.468,1.781 l 3.297,0 0.063,0.438 c 0.027,0.144 0.047,0.25 0.047,0.312 0.007,0.059 0.015,0.117 0.015,0.172 0,0.684 -0.332,1.203 -0.984,1.547 -0.649,0.351 -1.613,0.531 -2.891,0.531 -1.156,0 -2.277,-0.121 -3.359,-0.359 -1.086,-0.242 -2.133,-0.602 -3.141,-1.078 l 0.844,4.265 c 1.164,0.289 2.359,0.508 3.578,0.657 1.227,0.152 2.5,0.234 3.813,0.234 2.589,0 4.519,-0.449 5.781,-1.344 1.258,-0.887 1.891,-2.242 1.891,-4.062 0,-0.356 -0.028,-0.746 -0.079,-1.172 -0.043,-0.418 -0.113,-0.871 -0.203,-1.36 z m 18.813,2.75 c -0.387,0.215 -0.817,0.383 -1.281,0.5 -0.469,0.114 -0.977,0.172 -1.516,0.172 -1.43,0 -2.617,-0.461 -3.563,-1.375 -0.937,-0.918 -1.574,-2.242 -1.906,-3.968 l -1.594,-8.063 -5.609,0 3.406,17.5 5.625,0 -0.609,-3 c 0.738,1.102 1.66,1.945 2.766,2.531 1.113,0.59 2.347,0.891 3.703,0.891 0.195,0 0.421,-0.012 0.671,-0.031 0.247,-0.024 0.547,-0.055 0.891,-0.094 l -0.984,-5.063 z m 10.875,9.735 -0.953,-4.969 5.718,0 -0.797,-4 -5.718,0 -1.438,-7.406 c -0.043,-0.168 -0.074,-0.309 -0.094,-0.422 -0.011,-0.117 -0.015,-0.227 -0.015,-0.328 0,-0.481 0.156,-0.824 0.469,-1.031 0.32,-0.211 0.859,-0.313 1.609,-0.313 l 2.891,0 -0.797,-4 -4.703,0 c -1.688,0 -2.977,0.352 -3.86,1.063 -0.886,0.707 -1.328,1.726 -1.328,3.062 0,0.289 0.016,0.602 0.047,0.938 0.027,0.332 0.078,0.671 0.141,1.015 l 1.437,7.422 -2.75,0 0.766,4 2.781,0 0.969,4.969 5.625,0 z m 5.906,-4.969 5.281,0 2.407,-12.125 6.203,12.125 5.984,0 -11.078,-19.156 c -1.242,-2.153 -2.387,-3.567 -3.438,-4.235 -1.054,-0.675 -2.414,-1.015 -4.078,-1.015 l -3.39,0 0.578,3.672 1.765,0 c 0.914,0 1.625,0.16 2.125,0.468 0.508,0.305 0.961,0.84 1.36,1.61 l 0.515,0.937 L 807,71.674 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2871" /><path
-         d="m 774.035,407.385 c -1.867,-7.688 -11.336,-23.742 -16.367,-30.809 -5.027,-7.093 -4.406,-13.48 -13.707,-10.992 -9.27,2.485 -11.871,2.031 -21.449,1.469 -9.528,-0.566 -7.465,0.281 -13.426,-2.402 -5.938,-2.688 -25.863,32.558 -27.473,39.113 -1.582,6.558 -2.347,5.769 1.782,12.863 4.125,7.094 4.718,14.102 10.175,22.695 5.453,8.622 11.758,13 11.305,19.586 -1.781,24.446 -3.195,36.657 7.66,42.309 10.344,5.371 18.992,2.176 22.41,0.34 1.473,-0.789 4.469,-2.317 6.7,-5.004 2.234,-2.625 4.238,-6.613 5.371,-11.645 2.316,-10.089 -0.961,-6.754 1.668,-18.312 2.597,-11.531 7.882,-17.184 14.328,-26.313 6.445,-9.129 13.172,-24.195 11.023,-32.898 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2873" /><path
-         d="m 712.695,467.268 c 1.696,0.679 1.41,0.769 2.539,3.23 0.907,1.891 1.7,2.707 1.672,5.59 0,2.824 -0.879,3.785 -2.207,5.625 -1.269,1.75 -3.304,1.836 -4.578,1.609 -0.734,-0.113 -1.695,-1.046 -2.344,-2.429 -0.425,-0.934 -0.765,-2.121 -0.793,-3.364 -0.086,-3.335 0.2,-4.605 0.961,-6.867 0.907,-2.66 3.11,-4.043 4.75,-3.394 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2875" /><path
-         d="m 712.695,467.279 c 1.684,0.676 1.399,0.766 2.52,3.211 0.898,1.883 1.695,2.692 1.68,5.559 0.007,2.809 -0.852,3.809 -2.157,5.574 -1.293,1.707 -3.289,1.77 -4.55,1.555 -0.754,-0.113 -1.711,-1.012 -2.372,-2.344 -0.453,-0.906 -0.789,-2.101 -0.816,-3.351 -0.086,-3.313 0.215,-4.59 0.965,-6.836 0.89,-2.645 3.101,-4.012 4.73,-3.368 z"
-         style="font-size:25.60000038px;fill:#6d6d6d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2877" /><path
-         d="m 712.695,467.291 c 1.672,0.668 1.387,0.766 2.504,3.192 0.891,1.871 1.684,2.679 1.684,5.527 0.019,2.789 -0.824,3.832 -2.106,5.527 -1.316,1.657 -3.269,1.703 -4.523,1.492 -0.77,-0.109 -1.723,-0.972 -2.395,-2.253 -0.488,-0.883 -0.82,-2.082 -0.847,-3.34 -0.082,-3.289 0.23,-4.571 0.968,-6.805 0.879,-2.629 3.094,-3.984 4.715,-3.34 z"
-         style="font-size:25.60000038px;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2879" /><path
-         d="m 712.695,467.299 c 1.66,0.668 1.375,0.766 2.485,3.176 0.886,1.859 1.679,2.664 1.687,5.5 0.031,2.769 -0.793,3.851 -2.055,5.472 -1.335,1.614 -3.25,1.637 -4.492,1.434 -0.789,-0.105 -1.738,-0.934 -2.418,-2.164 -0.519,-0.855 -0.847,-2.066 -0.875,-3.324 -0.082,-3.27 0.246,-4.555 0.973,-6.778 0.863,-2.613 3.086,-3.953 4.695,-3.316 z"
-         style="font-size:25.60000038px;fill:#7c7c7c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2881" /><path
-         d="m 712.695,467.311 c 1.653,0.66 1.364,0.761 2.465,3.16 0.883,1.844 1.676,2.648 1.695,5.465 0.043,2.754 -0.765,3.871 -2.003,5.426 -1.36,1.566 -3.231,1.57 -4.465,1.375 -0.805,-0.106 -1.75,-0.899 -2.446,-2.079 -0.55,-0.832 -0.875,-2.046 -0.902,-3.312 -0.078,-3.246 0.266,-4.539 0.981,-6.746 0.847,-2.598 3.078,-3.922 4.675,-3.289 z"
-         style="font-size:25.60000038px;fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2883" /><path
-         d="m 712.695,467.322 c 1.641,0.657 1.352,0.762 2.446,3.141 0.875,1.832 1.668,2.633 1.703,5.438 0.051,2.73 -0.739,3.89 -1.957,5.375 -1.379,1.515 -3.211,1.5 -4.438,1.312 -0.82,-0.101 -1.761,-0.859 -2.465,-1.988 -0.582,-0.805 -0.906,-2.028 -0.933,-3.301 -0.074,-3.219 0.285,-4.52 0.988,-6.715 0.832,-2.582 3.07,-3.89 4.656,-3.262 z"
-         style="font-size:25.60000038px;fill:#8c8c8c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2885" /><path
-         d="m 712.695,467.334 c 1.629,0.649 1.34,0.758 2.43,3.121 0.867,1.821 1.66,2.621 1.707,5.407 0.063,2.714 -0.711,3.914 -1.906,5.324 -1.399,1.472 -3.192,1.437 -4.406,1.254 -0.84,-0.102 -1.778,-0.821 -2.493,-1.903 -0.613,-0.777 -0.933,-2.008 -0.961,-3.285 -0.074,-3.195 0.301,-4.5 0.993,-6.683 0.812,-2.567 3.058,-3.86 4.636,-3.235 z"
-         style="font-size:25.60000038px;fill:#939393;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2887" /><path
-         d="m 712.695,467.342 c 1.617,0.648 1.332,0.758 2.41,3.105 0.864,1.809 1.657,2.606 1.715,5.375 0.075,2.696 -0.683,3.938 -1.855,5.278 -1.422,1.422 -3.176,1.367 -4.383,1.195 -0.855,-0.101 -1.789,-0.785 -2.512,-1.816 -0.648,-0.75 -0.965,-1.989 -0.992,-3.27 -0.07,-3.176 0.32,-4.484 0.996,-6.652 0.801,-2.555 3.055,-3.836 4.621,-3.215 z"
-         style="font-size:25.60000038px;fill:#9b9b9b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2889" /><path
-         d="m 712.695,467.354 c 1.61,0.644 1.321,0.754 2.391,3.086 0.859,1.797 1.648,2.593 1.723,5.347 0.082,2.676 -0.657,3.957 -1.809,5.227 -1.441,1.375 -3.152,1.297 -4.352,1.133 -0.875,-0.098 -1.804,-0.746 -2.539,-1.727 -0.675,-0.726 -0.988,-1.969 -1.015,-3.258 -0.071,-3.152 0.332,-4.468 1,-6.621 0.785,-2.539 3.047,-3.804 4.601,-3.187 z"
-         style="font-size:25.60000038px;fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2891" /><path
-         d="m 712.695,467.365 c 1.598,0.637 1.309,0.754 2.375,3.071 0.852,1.781 1.641,2.574 1.723,5.312 0.098,2.656 -0.625,3.977 -1.754,5.176 -1.465,1.332 -3.137,1.234 -4.324,1.078 -0.891,-0.098 -1.82,-0.711 -2.563,-1.64 -0.711,-0.7 -1.019,-1.954 -1.047,-3.247 -0.07,-3.128 0.352,-4.449 1.004,-6.589 0.774,-2.524 3.043,-3.774 4.586,-3.161 z"
-         style="font-size:25.60000038px;fill:#aaaaaa;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2893" /><path
-         d="m 712.695,467.373 c 1.586,0.637 1.297,0.754 2.356,3.055 0.844,1.773 1.637,2.559 1.73,5.281 0.106,2.641 -0.597,4 -1.707,5.129 -1.484,1.281 -3.117,1.164 -4.293,1.016 -0.91,-0.094 -1.832,-0.672 -2.59,-1.551 -0.738,-0.676 -1.046,-1.934 -1.07,-3.231 -0.066,-3.109 0.367,-4.433 1.008,-6.562 0.758,-2.508 3.031,-3.742 4.566,-3.137 z"
-         style="font-size:25.60000038px;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2895" /><path
-         d="m 712.695,467.385 c 1.575,0.629 1.285,0.75 2.336,3.035 0.84,1.758 1.629,2.547 1.739,5.254 0.117,2.621 -0.571,4.02 -1.657,5.074 -1.508,1.239 -3.097,1.102 -4.265,0.957 -0.926,-0.09 -1.848,-0.633 -2.614,-1.461 -0.773,-0.648 -1.074,-1.914 -1.101,-3.218 -0.067,-3.086 0.387,-4.414 1.015,-6.532 0.743,-2.492 3.024,-3.715 4.547,-3.109 z"
-         style="font-size:25.60000038px;fill:#bababa;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2897" /><path
-         d="m 712.695,467.397 c 1.563,0.625 1.274,0.75 2.317,3.015 0.836,1.75 1.625,2.535 1.746,5.223 0.125,2.602 -0.543,4.043 -1.61,5.027 -1.527,1.188 -3.078,1.032 -4.234,0.899 -0.945,-0.09 -1.859,-0.598 -2.637,-1.375 -0.804,-0.625 -1.105,-1.895 -1.132,-3.207 -0.063,-3.063 0.406,-4.399 1.023,-6.496 0.727,-2.481 3.016,-3.688 4.527,-3.086 z"
-         style="font-size:25.60000038px;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2899" /><path
-         d="m 712.695,467.404 c 1.555,0.622 1.262,0.75 2.301,3.004 0.828,1.735 1.617,2.516 1.75,5.188 0.137,2.586 -0.516,4.066 -1.558,4.98 -1.551,1.141 -3.059,0.965 -4.211,0.836 -0.961,-0.086 -1.872,-0.558 -2.661,-1.285 -0.836,-0.598 -1.128,-1.879 -1.156,-3.191 -0.062,-3.043 0.422,-4.383 1.024,-6.469 0.714,-2.465 3.007,-3.656 4.511,-3.063 z"
-         style="font-size:25.60000038px;fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2901" /><path
-         d="m 712.695,467.416 c 1.543,0.617 1.25,0.746 2.282,2.985 0.824,1.722 1.613,2.5 1.757,5.16 0.145,2.562 -0.488,4.082 -1.507,4.926 -1.575,1.093 -3.043,0.898 -4.184,0.781 -0.977,-0.086 -1.883,-0.524 -2.684,-1.199 -0.867,-0.575 -1.16,-1.86 -1.183,-3.18 -0.063,-3.02 0.437,-4.363 1.027,-6.438 0.699,-2.449 3,-3.629 4.492,-3.035 z"
-         style="font-size:25.60000038px;fill:#d1d1d1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2903" /><path
-         d="m 712.695,467.428 c 1.532,0.613 1.243,0.742 2.262,2.965 0.816,1.711 1.605,2.488 1.766,5.129 0.156,2.547 -0.465,4.105 -1.461,4.879 -1.594,1.046 -3.02,0.832 -4.153,0.718 -0.996,-0.086 -1.898,-0.488 -2.707,-1.109 -0.898,-0.547 -1.187,-1.84 -1.214,-3.168 -0.059,-2.996 0.457,-4.348 1.035,-6.406 0.683,-2.434 2.992,-3.598 4.472,-3.008 z"
-         style="font-size:25.60000038px;fill:#d8d8d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2905" /><path
-         d="m 712.695,467.436 c 1.52,0.609 1.231,0.746 2.243,2.949 0.812,1.699 1.601,2.473 1.769,5.098 0.172,2.527 -0.434,4.129 -1.406,4.832 -1.613,1 -3.004,0.761 -4.125,0.66 -1.012,-0.086 -1.914,-0.449 -2.731,-1.024 -0.933,-0.523 -1.218,-1.824 -1.246,-3.156 -0.054,-2.969 0.473,-4.328 1.039,-6.375 0.672,-2.418 2.989,-3.566 4.457,-2.984 z"
-         style="font-size:25.60000038px;fill:#e0e0e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2907" /><path
-         d="m 712.695,467.447 c 1.512,0.606 1.219,0.743 2.227,2.93 0.805,1.688 1.594,2.461 1.773,5.07 0.18,2.508 -0.406,4.145 -1.359,4.778 -1.633,0.953 -2.984,0.695 -4.094,0.601 -1.031,-0.082 -1.926,-0.414 -2.758,-0.933 -0.961,-0.496 -1.246,-1.805 -1.269,-3.141 -0.055,-2.949 0.488,-4.312 1.043,-6.348 0.656,-2.402 2.976,-3.535 4.437,-2.957 z"
-         style="font-size:25.60000038px;fill:#e8e8e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2909" /><path
-         d="m 712.695,467.459 c 1.5,0.598 1.207,0.738 2.207,2.914 0.801,1.672 1.586,2.442 1.782,5.035 0.191,2.493 -0.379,4.168 -1.309,4.731 -1.656,0.906 -2.965,0.629 -4.066,0.539 -1.051,-0.078 -1.942,-0.375 -2.782,-0.844 -0.996,-0.472 -1.273,-1.785 -1.3,-3.129 -0.051,-2.926 0.507,-4.293 1.05,-6.316 0.641,-2.387 2.969,-3.504 4.418,-2.93 z"
-         style="font-size:25.60000038px;fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2911" /><path
-         d="m 712.695,467.467 c 1.489,0.598 1.196,0.742 2.188,2.898 0.793,1.661 1.582,2.43 1.789,5.004 0.199,2.473 -0.352,4.192 -1.258,4.68 -1.68,0.859 -2.949,0.563 -4.039,0.484 -1.066,-0.078 -1.957,-0.339 -2.805,-0.757 -1.027,-0.446 -1.304,-1.77 -1.328,-3.118 -0.051,-2.902 0.524,-4.277 1.055,-6.285 0.625,-2.371 2.961,-3.476 4.398,-2.906 z"
-         style="font-size:25.60000038px;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2913" /><path
-         d="m 712.695,467.479 c 1.477,0.59 1.184,0.738 2.168,2.879 0.789,1.648 1.578,2.414 1.797,4.976 0.211,2.453 -0.324,4.211 -1.211,4.629 -1.699,0.813 -2.926,0.496 -4.011,0.422 -1.083,-0.074 -1.965,-0.301 -2.829,-0.668 -1.058,-0.422 -1.332,-1.75 -1.355,-3.102 -0.051,-2.882 0.543,-4.261 1.058,-6.253 0.614,-2.36 2.954,-3.45 4.383,-2.883 z"
-         style="font-size:25.60000038px;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2915" /><path
-         d="m 711.109,478.772 c 0.852,0 1.922,-0.567 2.434,-1.328 0.535,-0.762 0.93,-1.836 0.93,-3.051 0,-1.809 -0.196,-3.817 -1.27,-4.438 -0.34,-0.199 -1.074,-0.367 -1.5,-0.367 -0.961,0 -1.043,0.621 -1.949,1.555 -0.309,0.336 -1.242,1.976 -1.242,3.332 0,0.847 -0.2,2.066 0.535,3.137 0.512,0.792 1.16,1.16 2.062,1.16 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2917" /><path
-         d="m 710.887,477.256 c 0.328,0.512 1.656,0.27 2.136,-0.785 0.485,-1.055 0.395,-3.344 0.063,-3.465 -0.875,-0.269 -0.606,0.996 -1.356,2.141 -0.753,1.086 -1.175,1.597 -0.843,2.109 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2919" /><path
-         d="m 710.906,477.233 c 0.328,0.507 1.637,0.269 2.114,-0.774 0.476,-1.039 0.386,-3.301 0.058,-3.422 -0.863,-0.265 -0.594,0.985 -1.34,2.114 -0.742,1.07 -1.16,1.578 -0.832,2.082 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2921" /><path
-         d="m 710.926,477.213 c 0.324,0.5 1.617,0.266 2.086,-0.766 0.472,-1.027 0.383,-3.257 0.058,-3.375 -0.851,-0.265 -0.586,0.969 -1.32,2.086 -0.734,1.055 -1.145,1.555 -0.824,2.055 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2923" /><path
-         d="m 710.949,477.19 c 0.317,0.492 1.594,0.261 2.059,-0.754 0.465,-1.012 0.375,-3.215 0.058,-3.332 -0.843,-0.262 -0.582,0.957 -1.304,2.058 -0.727,1.043 -1.133,1.535 -0.813,2.028 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2925" /><path
-         d="m 710.969,477.17 c 0.316,0.484 1.574,0.258 2.031,-0.746 0.461,-1 0.371,-3.176 0.059,-3.289 -0.829,-0.258 -0.575,0.945 -1.289,2.031 -0.715,1.031 -1.114,1.516 -0.801,2.004 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2927" /><path
-         d="m 710.992,477.147 c 0.309,0.48 1.551,0.254 2.004,-0.735 0.449,-0.988 0.367,-3.133 0.055,-3.246 -0.817,-0.254 -0.563,0.934 -1.27,2.004 -0.707,1.02 -1.101,1.496 -0.789,1.977 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2929" /><path
-         d="m 711.012,477.127 c 0.304,0.473 1.531,0.25 1.976,-0.726 0.446,-0.973 0.364,-3.09 0.059,-3.2 -0.809,-0.254 -0.559,0.918 -1.254,1.977 -0.695,1 -1.086,1.473 -0.781,1.949 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2931" /><path
-         d="m 711.035,477.104 c 0.301,0.468 1.508,0.246 1.949,-0.715 0.438,-0.961 0.356,-3.047 0.055,-3.156 -0.797,-0.246 -0.551,0.906 -1.234,1.949 -0.688,0.988 -1.075,1.457 -0.77,1.922 z"
-         style="font-size:25.60000038px;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2933" /><path
-         d="m 711.055,477.084 c 0.297,0.461 1.488,0.242 1.922,-0.703 0.433,-0.949 0.351,-3.008 0.054,-3.117 -0.785,-0.242 -0.543,0.894 -1.219,1.922 -0.675,0.976 -1.054,1.437 -0.757,1.898 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2935" /><path
-         d="m 711.074,477.061 c 0.297,0.453 1.469,0.242 1.899,-0.692 0.425,-0.937 0.347,-2.965 0.05,-3.074 -0.773,-0.238 -0.531,0.883 -1.199,1.899 -0.668,0.96 -1.043,1.414 -0.75,1.867 z"
-         style="font-size:25.60000038px;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2937" /><path
-         d="m 711.098,477.041 c 0.289,0.446 1.445,0.235 1.867,-0.687 0.422,-0.918 0.344,-2.918 0.055,-3.024 -0.766,-0.238 -0.528,0.867 -1.188,1.867 -0.656,0.95 -1.023,1.395 -0.734,1.844 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2939" /><path
-         d="m 711.117,477.018 c 0.285,0.441 1.426,0.234 1.844,-0.672 0.414,-0.91 0.336,-2.883 0.051,-2.984 -0.754,-0.235 -0.52,0.855 -1.168,1.839 -0.649,0.934 -1.012,1.375 -0.727,1.817 z"
-         style="font-size:25.60000038px;fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2941" /><path
-         d="m 711.141,476.998 c 0.281,0.434 1.402,0.227 1.812,-0.668 0.41,-0.89 0.332,-2.836 0.051,-2.937 -0.738,-0.231 -0.512,0.844 -1.149,1.816 -0.64,0.918 -0.996,1.352 -0.714,1.789 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2943" /><path
-         d="m 711.16,476.975 c 0.278,0.429 1.383,0.226 1.789,-0.656 0.403,-0.879 0.324,-2.793 0.051,-2.895 -0.73,-0.227 -0.504,0.832 -1.133,1.789 -0.633,0.906 -0.984,1.332 -0.707,1.762 z"
-         style="font-size:25.60000038px;fill:#636363;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2945" /><path
-         d="m 711.184,476.951 c 0.269,0.422 1.363,0.227 1.757,-0.644 0.399,-0.867 0.321,-2.75 0.051,-2.848 -0.719,-0.222 -0.496,0.817 -1.117,1.758 -0.617,0.895 -0.965,1.316 -0.691,1.734 z"
-         style="font-size:25.60000038px;fill:#6b6b6b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2947" /><path
-         d="m 711.203,476.932 c 0.27,0.414 1.344,0.219 1.735,-0.637 0.39,-0.851 0.316,-2.707 0.046,-2.805 -0.707,-0.218 -0.488,0.805 -1.097,1.735 -0.61,0.875 -0.953,1.293 -0.684,1.707 z"
-         style="font-size:25.60000038px;fill:#727272;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2949" /><path
-         d="m 711.223,476.908 c 0.265,0.411 1.324,0.219 1.707,-0.621 0.382,-0.843 0.312,-2.668 0.047,-2.765 -0.696,-0.215 -0.481,0.793 -1.079,1.707 -0.601,0.863 -0.937,1.273 -0.675,1.679 z"
-         style="font-size:25.60000038px;fill:#7a7a7a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2951" /><path
-         d="m 711.246,476.889 c 0.258,0.402 1.301,0.211 1.68,-0.613 0.375,-0.829 0.304,-2.625 0.047,-2.719 -0.688,-0.215 -0.473,0.777 -1.067,1.676 -0.59,0.851 -0.922,1.254 -0.66,1.656 z"
-         style="font-size:25.60000038px;fill:#828282;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2953" /><path
-         d="m 711.266,476.865 c 0.257,0.399 1.281,0.211 1.652,-0.605 0.371,-0.813 0.305,-2.582 0.047,-2.672 -0.676,-0.211 -0.465,0.766 -1.047,1.649 -0.582,0.839 -0.906,1.234 -0.652,1.628 z"
-         style="font-size:25.60000038px;fill:#898989;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2955" /><path
-         d="m 711.289,476.846 c 0.25,0.387 1.258,0.203 1.625,-0.598 0.363,-0.801 0.297,-2.539 0.043,-2.629 -0.664,-0.207 -0.457,0.754 -1.027,1.625 -0.575,0.825 -0.895,1.211 -0.641,1.602 z"
-         style="font-size:25.60000038px;fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2957" /><path
-         d="m 711.309,476.822 c 0.246,0.383 1.238,0.204 1.597,-0.582 0.36,-0.789 0.293,-2.5 0.043,-2.589 -0.652,-0.204 -0.449,0.742 -1.011,1.597 -0.563,0.809 -0.876,1.192 -0.629,1.574 z"
-         style="font-size:25.60000038px;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2959" /><path
-         d="m 730.219,466.901 c 4.238,0.453 5.734,2.093 6.5,4.949 0.679,2.543 0.707,5.367 -1.188,8.676 -1.781,3.164 -2.797,3.671 -5.371,3.871 -3.957,0.34 -5.82,-2.43 -6.699,-4.41 -0.93,-2.149 -0.734,-1.836 -0.676,-4.551 0.055,-2.852 1.664,-3.649 2.656,-5.43 0.989,-1.754 4.297,-3.133 4.778,-3.105 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2961" /><path
-         d="m 730.219,466.916 c 4.222,0.446 5.738,2.106 6.484,4.938 0.668,2.558 0.699,5.371 -1.18,8.601 -1.742,3.059 -2.761,3.563 -5.304,3.758 -3.946,0.34 -5.864,-2.305 -6.742,-4.266 -0.907,-2.074 -0.739,-1.855 -0.68,-4.531 0.062,-2.851 1.676,-3.621 2.664,-5.402 0.988,-1.754 4.277,-3.125 4.758,-3.098 z"
-         style="font-size:25.60000038px;fill:#6d6d6d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2963" /><path
-         d="m 730.223,466.936 c 4.207,0.433 5.738,2.109 6.465,4.922 0.656,2.578 0.695,5.375 -1.172,8.523 -1.7,2.957 -2.727,3.457 -5.239,3.652 -3.929,0.336 -5.906,-2.179 -6.789,-4.129 -0.875,-1.996 -0.738,-1.867 -0.676,-4.507 0.071,-2.852 1.684,-3.59 2.672,-5.375 0.989,-1.758 4.258,-3.118 4.739,-3.086 z"
-         style="font-size:25.60000038px;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2965" /><path
-         d="m 730.223,466.951 c 4.191,0.426 5.742,2.121 6.449,4.911 0.644,2.597 0.687,5.375 -1.164,8.449 -1.66,2.851 -2.692,3.347 -5.172,3.539 -3.918,0.336 -5.949,-2.055 -6.836,-3.988 -0.844,-1.922 -0.742,-1.883 -0.672,-4.489 0.074,-2.847 1.692,-3.558 2.676,-5.344 0.988,-1.761 4.238,-3.109 4.719,-3.078 z"
-         style="font-size:25.60000038px;fill:#7c7c7c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2967" /><path
-         d="m 730.227,466.967 c 4.171,0.418 5.738,2.133 6.425,4.898 0.637,2.614 0.684,5.379 -1.152,8.375 -1.617,2.747 -2.656,3.235 -5.105,3.426 -3.907,0.336 -5.993,-1.929 -6.879,-3.847 -0.821,-1.844 -0.746,-1.895 -0.676,-4.465 0.082,-2.848 1.703,-3.532 2.687,-5.317 0.989,-1.765 4.219,-3.101 4.7,-3.07 z"
-         style="font-size:25.60000038px;fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2969" /><path
-         d="m 730.227,466.983 c 4.16,0.41 5.742,2.144 6.41,4.886 0.629,2.633 0.679,5.379 -1.141,8.301 -1.582,2.641 -2.621,3.125 -5.043,3.317 -3.894,0.332 -6.035,-1.805 -6.926,-3.708 -0.789,-1.769 -0.746,-1.914 -0.672,-4.449 0.086,-2.843 1.707,-3.5 2.692,-5.281 0.988,-1.773 4.199,-3.098 4.68,-3.066 z"
-         style="font-size:25.60000038px;fill:#8c8c8c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2971" /><path
-         d="m 730.23,466.998 c 4.141,0.403 5.743,2.153 6.391,4.875 0.617,2.649 0.672,5.383 -1.133,8.227 -1.543,2.535 -2.586,3.015 -4.976,3.203 -3.883,0.332 -6.078,-1.68 -6.973,-3.566 -0.762,-1.696 -0.75,-1.926 -0.672,-4.426 0.094,-2.844 1.719,-3.473 2.703,-5.254 0.989,-1.778 4.18,-3.086 4.66,-3.059 z"
-         style="font-size:25.60000038px;fill:#939393;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2973" /><path
-         d="m 730.23,467.018 c 4.125,0.394 5.743,2.16 6.375,4.859 0.606,2.668 0.668,5.387 -1.125,8.149 -1.5,2.433 -2.55,2.906 -4.91,3.093 -3.871,0.332 -6.117,-1.554 -7.019,-3.425 -0.731,-1.618 -0.75,-1.942 -0.668,-4.407 0.101,-2.84 1.726,-3.441 2.707,-5.222 0.988,-1.782 4.16,-3.078 4.64,-3.047 z"
-         style="font-size:25.60000038px;fill:#9b9b9b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2975" /><path
-         d="m 730.234,467.033 c 4.11,0.387 5.743,2.172 6.356,4.848 0.598,2.684 0.66,5.387 -1.117,8.074 -1.461,2.328 -2.516,2.797 -4.844,2.981 -3.856,0.332 -6.16,-1.426 -7.063,-3.285 -0.703,-1.543 -0.754,-1.957 -0.668,-4.383 0.106,-2.84 1.735,-3.41 2.715,-5.196 0.989,-1.785 4.141,-3.07 4.621,-3.039 z"
-         style="font-size:25.60000038px;fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2977" /><path
-         d="m 730.234,467.049 c 4.094,0.379 5.746,2.184 6.34,4.836 0.586,2.703 0.656,5.391 -1.109,8 -1.418,2.223 -2.481,2.687 -4.777,2.871 -3.844,0.328 -6.204,-1.305 -7.11,-3.144 -0.676,-1.469 -0.758,-1.973 -0.668,-4.364 0.113,-2.84 1.742,-3.383 2.723,-5.168 0.988,-1.789 4.121,-3.062 4.601,-3.031 z"
-         style="font-size:25.60000038px;fill:#aaaaaa;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2979" /><path
-         d="m 730.238,467.065 c 4.078,0.371 5.746,2.191 6.321,4.824 0.574,2.723 0.648,5.394 -1.102,7.926 -1.379,2.117 -2.441,2.574 -4.711,2.757 -3.832,0.329 -6.246,-1.175 -7.156,-3.003 -0.645,-1.395 -0.758,-1.989 -0.664,-4.344 0.121,-2.836 1.75,-3.352 2.73,-5.137 0.989,-1.793 4.102,-3.055 4.582,-3.023 z"
-         style="font-size:25.60000038px;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2981" /><path
-         d="m 730.238,467.08 c 4.063,0.364 5.746,2.203 6.305,4.813 0.562,2.738 0.645,5.394 -1.09,7.847 -1.34,2.016 -2.41,2.469 -4.644,2.649 -3.825,0.328 -6.293,-1.051 -7.204,-2.863 -0.617,-1.317 -0.761,-2 -0.664,-4.321 0.125,-2.836 1.758,-3.32 2.735,-5.109 0.988,-1.797 4.082,-3.047 4.562,-3.016 z"
-         style="font-size:25.60000038px;fill:#bababa;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2983" /><path
-         d="m 730.242,467.096 c 4.043,0.355 5.746,2.215 6.285,4.801 0.555,2.757 0.637,5.398 -1.082,7.773 -1.3,1.91 -2.375,2.359 -4.578,2.539 -3.812,0.324 -6.336,-0.93 -7.25,-2.722 -0.59,-1.243 -0.765,-2.02 -0.664,-4.305 0.133,-2.832 1.77,-3.289 2.746,-5.078 0.989,-1.801 4.063,-3.039 4.543,-3.008 z"
-         style="font-size:25.60000038px;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2985" /><path
-         d="m 730.242,467.112 c 4.031,0.347 5.75,2.226 6.27,4.789 0.543,2.773 0.629,5.398 -1.074,7.699 -1.258,1.801 -2.34,2.246 -4.512,2.426 -3.801,0.324 -6.379,-0.801 -7.297,-2.582 -0.559,-1.168 -0.766,-2.036 -0.66,-4.282 0.136,-2.836 1.777,-3.261 2.75,-5.05 0.988,-1.805 4.043,-3.032 4.523,-3 z"
-         style="font-size:25.60000038px;fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2987" /><path
-         d="m 730.246,467.131 c 4.012,0.336 5.746,2.231 6.25,4.773 0.531,2.793 0.625,5.403 -1.066,7.625 -1.219,1.696 -2.301,2.137 -4.446,2.313 -3.789,0.32 -6.422,-0.676 -7.339,-2.441 -0.532,-1.09 -0.77,-2.047 -0.665,-4.262 0.145,-2.828 1.786,-3.231 2.762,-5.02 0.988,-1.808 4.024,-3.023 4.504,-2.988 z"
-         style="font-size:25.60000038px;fill:#d1d1d1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2989" /><path
-         d="m 730.246,467.147 c 3.996,0.328 5.75,2.242 6.234,4.761 0.52,2.809 0.618,5.407 -1.058,7.547 -1.18,1.594 -2.266,2.032 -4.379,2.203 -3.773,0.321 -6.461,-0.546 -7.387,-2.3 -0.504,-1.012 -0.769,-2.063 -0.66,-4.239 0.152,-2.828 1.793,-3.203 2.766,-4.992 0.988,-1.812 4.008,-3.015 4.484,-2.98 z"
-         style="font-size:25.60000038px;fill:#d8d8d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2991" /><path
-         d="m 730.25,467.162 c 3.98,0.321 5.75,2.254 6.215,4.75 0.512,2.828 0.613,5.407 -1.051,7.473 -1.137,1.488 -2.23,1.922 -4.312,2.094 -3.762,0.316 -6.504,-0.426 -7.434,-2.16 -0.473,-0.942 -0.773,-2.079 -0.66,-4.219 0.16,-2.828 1.804,-3.172 2.777,-4.961 0.988,-1.82 3.985,-3.012 4.465,-2.977 z"
-         style="font-size:25.60000038px;fill:#e0e0e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2993" /><path
-         d="m 730.25,467.178 c 3.965,0.312 5.75,2.266 6.199,4.738 0.5,2.848 0.606,5.41 -1.043,7.399 -1.097,1.382 -2.195,1.808 -4.246,1.98 -3.75,0.317 -6.547,-0.301 -7.476,-2.019 -0.446,-0.868 -0.778,-2.094 -0.661,-4.2 0.165,-2.828 1.813,-3.14 2.782,-4.933 0.992,-1.821 3.968,-3 4.445,-2.965 z"
-         style="font-size:25.60000038px;fill:#e8e8e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2995" /><path
-         d="m 730.254,467.194 c 3.945,0.308 5.75,2.273 6.18,4.726 0.488,2.863 0.597,5.414 -1.036,7.324 -1.054,1.278 -2.156,1.7 -4.179,1.868 -3.739,0.316 -6.59,-0.172 -7.524,-1.879 -0.418,-0.789 -0.781,-2.11 -0.656,-4.176 0.172,-2.828 1.82,-3.113 2.789,-4.906 0.988,-1.825 3.945,-2.993 4.426,-2.957 z"
-         style="font-size:25.60000038px;fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2997" /><path
-         d="m 730.254,467.209 c 3.934,0.301 5.754,2.285 6.164,4.715 0.477,2.883 0.594,5.414 -1.023,7.25 -1.02,1.172 -2.125,1.59 -4.118,1.758 -3.726,0.312 -6.632,-0.051 -7.57,-1.738 -0.387,-0.715 -0.781,-2.125 -0.652,-4.161 0.175,-2.82 1.828,-3.078 2.793,-4.871 0.988,-1.832 3.929,-2.988 4.406,-2.953 z"
-         style="font-size:25.60000038px;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path2999" /><path
-         d="m 730.258,467.229 c 3.914,0.289 5.754,2.293 6.14,4.699 0.473,2.898 0.59,5.418 -1.011,7.172 -0.977,1.07 -2.09,1.48 -4.051,1.648 -3.711,0.313 -6.676,0.078 -7.617,-1.597 -0.356,-0.637 -0.781,-2.141 -0.653,-4.137 0.184,-2.824 1.836,-3.051 2.805,-4.844 0.988,-1.836 3.906,-2.98 4.387,-2.941 z"
-         style="font-size:25.60000038px;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3001" /><path
-         d="m 729.879,478.885 c 2.117,0 3.363,-1.895 3.785,-4.324 0.172,-1.102 -0.082,-2.375 -0.762,-3.25 -0.761,-1.016 -2.121,-1.641 -3.222,-1.641 -1.047,0 -2.231,-0.168 -2.856,0.68 -0.621,0.875 -0.762,2.828 -0.762,4.211 0,1.554 0.454,2.656 1.243,3.531 0.593,0.652 1.668,0.793 2.574,0.793 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3003" /><path
-         d="m 730.012,478.014 c 0.386,0.254 1.027,0 1.765,-0.832 0.797,-0.899 1.153,-1.602 0.192,-2.117 -0.739,-0.383 -0.961,0.769 -1.41,1.25 -0.704,0.769 -1.313,1.187 -0.547,1.699 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3005" /><path
-         d="m 730.027,477.99 c 0.379,0.254 1.012,0 1.739,-0.82 0.789,-0.883 1.125,-1.578 0.187,-2.082 -0.719,-0.383 -0.941,0.758 -1.383,1.231 -0.695,0.753 -1.293,1.164 -0.543,1.671 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3007" /><path
-         d="m 730.047,477.967 c 0.367,0.254 0.992,0 1.707,-0.809 0.777,-0.871 1.098,-1.554 0.187,-2.05 -0.707,-0.383 -0.925,0.746 -1.359,1.211 -0.684,0.746 -1.273,1.144 -0.535,1.648 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3009" /><path
-         d="m 730.062,477.944 c 0.36,0.253 0.977,0 1.684,-0.793 0.762,-0.86 1.066,-1.532 0.18,-2.024 -0.688,-0.379 -0.906,0.735 -1.332,1.195 -0.672,0.731 -1.254,1.122 -0.532,1.622 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3011" /><path
-         d="m 730.078,477.92 c 0.352,0.25 0.961,0 1.656,-0.781 0.754,-0.844 1.039,-1.508 0.18,-1.988 -0.676,-0.383 -0.891,0.722 -1.309,1.171 -0.66,0.719 -1.234,1.102 -0.527,1.598 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3013" /><path
-         d="m 730.094,477.897 c 0.344,0.25 0.949,0 1.629,-0.77 0.742,-0.832 1.011,-1.484 0.179,-1.957 -0.66,-0.379 -0.875,0.711 -1.285,1.156 -0.652,0.707 -1.215,1.082 -0.523,1.571 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3015" /><path
-         d="m 730.109,477.877 c 0.336,0.246 0.934,0 1.602,-0.762 0.73,-0.816 0.984,-1.457 0.176,-1.925 -0.645,-0.375 -0.856,0.703 -1.254,1.136 -0.645,0.696 -1.199,1.063 -0.524,1.551 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3017" /><path
-         d="m 730.125,477.854 c 0.328,0.242 0.918,0 1.578,-0.75 0.715,-0.801 0.953,-1.434 0.172,-1.895 -0.629,-0.375 -0.84,0.692 -1.23,1.121 -0.633,0.68 -1.18,1.039 -0.52,1.524 z"
-         style="font-size:25.60000038px;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3019" /><path
-         d="m 730.141,477.83 c 0.32,0.242 0.902,0 1.55,-0.734 0.707,-0.793 0.926,-1.414 0.168,-1.863 -0.613,-0.375 -0.816,0.675 -1.203,1.101 -0.621,0.668 -1.16,1.016 -0.515,1.496 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3021" /><path
-         d="m 730.156,477.807 c 0.313,0.242 0.887,0 1.524,-0.723 0.695,-0.777 0.898,-1.387 0.168,-1.832 -0.598,-0.375 -0.801,0.668 -1.18,1.082 -0.613,0.656 -1.141,0.996 -0.512,1.473 z"
-         style="font-size:25.60000038px;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3023" /><path
-         d="m 730.172,477.783 c 0.305,0.243 0.871,0 1.5,-0.711 0.68,-0.761 0.867,-1.363 0.164,-1.8 -0.582,-0.371 -0.785,0.656 -1.156,1.066 -0.602,0.641 -1.118,0.977 -0.508,1.445 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3025" /><path
-         d="m 730.188,477.76 c 0.296,0.238 0.855,0 1.472,-0.695 0.668,-0.754 0.84,-1.34 0.16,-1.77 -0.566,-0.371 -0.765,0.641 -1.129,1.043 -0.589,0.633 -1.097,0.957 -0.503,1.422 z"
-         style="font-size:25.60000038px;fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3027" /><path
-         d="m 730.203,477.737 c 0.289,0.238 0.84,0 1.445,-0.684 0.661,-0.738 0.813,-1.316 0.161,-1.738 -0.555,-0.371 -0.75,0.632 -1.106,1.027 -0.578,0.617 -1.078,0.934 -0.5,1.395 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3029" /><path
-         d="m 730.219,477.713 c 0.281,0.238 0.824,0 1.422,-0.672 0.644,-0.722 0.781,-1.293 0.152,-1.707 -0.535,-0.367 -0.731,0.621 -1.078,1.008 -0.567,0.605 -1.059,0.914 -0.496,1.371 z"
-         style="font-size:25.60000038px;fill:#636363;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3031" /><path
-         d="m 730.234,477.69 c 0.274,0.234 0.813,0 1.395,-0.661 0.633,-0.71 0.754,-1.265 0.152,-1.671 -0.519,-0.368 -0.715,0.609 -1.054,0.988 -0.559,0.594 -1.039,0.891 -0.493,1.344 z"
-         style="font-size:25.60000038px;fill:#6b6b6b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3033" /><path
-         d="m 730.25,477.666 c 0.262,0.235 0.797,0 1.367,-0.644 0.625,-0.7 0.727,-1.246 0.149,-1.645 -0.504,-0.367 -0.696,0.598 -1.028,0.973 -0.547,0.578 -1.019,0.867 -0.488,1.316 z"
-         style="font-size:25.60000038px;fill:#727272;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3035" /><path
-         d="m 730.266,477.647 c 0.254,0.23 0.781,0 1.343,-0.637 0.61,-0.684 0.7,-1.223 0.145,-1.613 -0.488,-0.364 -0.68,0.586 -1.004,0.953 -0.535,0.57 -1,0.851 -0.484,1.297 z"
-         style="font-size:25.60000038px;fill:#7a7a7a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3037" /><path
-         d="m 730.281,477.623 c 0.246,0.227 0.766,0 1.317,-0.625 0.597,-0.668 0.668,-1.195 0.144,-1.578 -0.476,-0.367 -0.664,0.574 -0.98,0.934 -0.524,0.554 -0.981,0.828 -0.481,1.269 z"
-         style="font-size:25.60000038px;fill:#828282;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3039" /><path
-         d="m 730.297,477.6 c 0.238,0.226 0.75,0 1.289,-0.61 0.586,-0.66 0.644,-1.175 0.141,-1.55 -0.457,-0.364 -0.645,0.562 -0.95,0.914 -0.519,0.543 -0.965,0.808 -0.48,1.246 z"
-         style="font-size:25.60000038px;fill:#898989;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3041" /><path
-         d="m 730.312,477.576 c 0.231,0.227 0.735,0 1.266,-0.597 0.574,-0.645 0.613,-1.153 0.137,-1.52 -0.445,-0.359 -0.625,0.551 -0.926,0.899 -0.508,0.531 -0.945,0.785 -0.477,1.218 z"
-         style="font-size:25.60000038px;fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3043" /><path
-         d="m 730.328,477.553 c 0.223,0.226 0.719,0 1.238,-0.586 0.563,-0.633 0.586,-1.125 0.133,-1.488 -0.426,-0.36 -0.605,0.543 -0.898,0.879 -0.496,0.519 -0.926,0.765 -0.473,1.195 z"
-         style="font-size:25.60000038px;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3045" /><path
-         d="m 719.379,476.748 c 0.664,0.254 1.183,0.27 2.211,-0.41 1.242,-0.816 0.668,-2.059 -0.309,-1.805 -0.84,0.219 -0.949,0.27 -1.722,0.426 -1.219,0.254 -1.43,1.305 -0.18,1.789 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3047" /><path
-         d="m 719.402,476.697 c 0.653,0.247 1.168,0.258 2.184,-0.402 1.203,-0.789 0.648,-1.969 -0.316,-1.719 -0.836,0.215 -0.922,0.258 -1.684,0.411 -1.199,0.25 -1.406,1.246 -0.184,1.71 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3049" /><path
-         d="m 719.43,476.647 c 0.636,0.238 1.152,0.246 2.152,-0.399 1.164,-0.758 0.629,-1.875 -0.328,-1.633 -0.828,0.211 -0.891,0.247 -1.637,0.399 -1.183,0.246 -1.387,1.187 -0.187,1.633 z"
-         style="font-size:25.60000038px;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3051" /><path
-         d="m 719.457,476.596 c 0.621,0.23 1.137,0.23 2.121,-0.395 1.125,-0.726 0.61,-1.785 -0.336,-1.543 -0.824,0.207 -0.863,0.235 -1.597,0.383 -1.165,0.238 -1.368,1.129 -0.188,1.555 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3053" /><path
-         d="m 719.48,476.549 c 0.61,0.215 1.122,0.215 2.094,-0.391 1.086,-0.695 0.59,-1.695 -0.344,-1.461 -0.824,0.204 -0.839,0.227 -1.558,0.375 -1.145,0.231 -1.344,1.067 -0.192,1.477 z"
-         style="font-size:25.60000038px;fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3055" /><path
-         d="m 719.508,476.498 c 0.597,0.207 1.105,0.203 2.062,-0.386 1.047,-0.665 0.571,-1.602 -0.355,-1.372 -0.817,0.2 -0.809,0.215 -1.516,0.36 -1.125,0.222 -1.324,1.008 -0.191,1.398 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3057" /><path
-         d="m 719.535,476.447 c 0.578,0.2 1.09,0.192 2.031,-0.382 1.008,-0.633 0.551,-1.508 -0.363,-1.286 -0.812,0.2 -0.781,0.208 -1.476,0.344 -1.11,0.223 -1.301,0.953 -0.192,1.324 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3059" /><path
-         d="m 719.559,476.397 c 0.57,0.191 1.078,0.179 2.003,-0.375 0.969,-0.606 0.532,-1.418 -0.371,-1.2 -0.808,0.192 -0.753,0.196 -1.433,0.332 -1.094,0.211 -1.281,0.891 -0.199,1.243 z"
-         style="font-size:25.60000038px;fill:#232323;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3061" /><path
-         d="m 719.586,476.35 c 0.555,0.176 1.059,0.164 1.976,-0.375 0.926,-0.571 0.508,-1.328 -0.386,-1.113 -0.801,0.191 -0.723,0.187 -1.391,0.32 -1.074,0.207 -1.262,0.832 -0.199,1.168 z"
-         style="font-size:25.60000038px;fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3063" /><path
-         d="m 719.609,476.299 c 0.543,0.168 1.047,0.148 1.95,-0.371 0.886,-0.539 0.488,-1.234 -0.395,-1.024 -0.797,0.188 -0.695,0.176 -1.352,0.305 -1.054,0.199 -1.238,0.774 -0.203,1.09 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3065" /><path
-         d="m 719.637,476.248 c 0.527,0.16 1.031,0.137 1.918,-0.363 0.847,-0.512 0.468,-1.145 -0.407,-0.941 -0.789,0.183 -0.668,0.168 -1.308,0.293 -1.035,0.195 -1.219,0.714 -0.203,1.011 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3067" /><path
-         d="m 719.664,476.201 c 0.512,0.145 1.012,0.121 1.887,-0.363 0.808,-0.48 0.449,-1.055 -0.414,-0.851 -0.785,0.179 -0.641,0.156 -1.27,0.277 -1.015,0.187 -1.195,0.656 -0.203,0.937 z"
-         style="font-size:25.60000038px;fill:#383838;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3069" /><path
-         d="m 719.688,476.151 c 0.5,0.136 1,0.109 1.859,-0.36 0.769,-0.449 0.426,-0.961 -0.422,-0.765 -0.781,0.175 -0.613,0.148 -1.227,0.265 -1,0.184 -1.175,0.598 -0.21,0.86 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3071" /><path
-         d="m 719.715,476.1 c 0.484,0.129 0.984,0.097 1.828,-0.356 0.73,-0.414 0.406,-0.867 -0.434,-0.675 -0.773,0.171 -0.582,0.136 -1.183,0.25 -0.985,0.175 -1.156,0.539 -0.211,0.781 z"
-         style="font-size:25.60000038px;fill:#424242;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3073" /><path
-         d="m 719.738,476.049 c 0.473,0.121 0.973,0.082 1.801,-0.348 0.691,-0.386 0.387,-0.777 -0.441,-0.593 -0.77,0.171 -0.559,0.129 -1.145,0.238 -0.965,0.172 -1.133,0.48 -0.215,0.703 z"
-         style="font-size:25.60000038px;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3075" /><path
-         d="m 719.766,476.002 c 0.457,0.106 0.953,0.067 1.773,-0.348 0.649,-0.355 0.367,-0.687 -0.457,-0.503 -0.762,0.164 -0.527,0.117 -1.098,0.222 -0.949,0.164 -1.113,0.422 -0.218,0.629 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3077" /><path
-         d="m 719.793,475.951 c 0.445,0.098 0.937,0.055 1.742,-0.343 0.61,-0.325 0.344,-0.594 -0.465,-0.418 -0.761,0.164 -0.5,0.109 -1.058,0.211 -0.93,0.16 -1.094,0.363 -0.219,0.55 z"
-         style="font-size:25.60000038px;fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3079" /><path
-         d="m 719.816,475.901 c 0.434,0.089 0.926,0.043 1.715,-0.336 0.571,-0.293 0.324,-0.504 -0.472,-0.332 -0.758,0.16 -0.473,0.097 -1.02,0.195 -0.91,0.156 -1.07,0.305 -0.223,0.473 z"
-         style="font-size:25.60000038px;fill:#565656;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3081" /><path
-         d="m 719.844,475.85 c 0.418,0.082 0.906,0.031 1.683,-0.332 0.532,-0.262 0.305,-0.41 -0.484,-0.246 -0.75,0.156 -0.441,0.09 -0.977,0.183 -0.89,0.149 -1.046,0.246 -0.222,0.395 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3083" /><path
-         d="m 719.867,475.803 c 0.406,0.066 0.895,0.016 1.656,-0.332 0.497,-0.231 0.286,-0.32 -0.492,-0.156 -0.746,0.152 -0.418,0.078 -0.937,0.168 -0.875,0.144 -1.028,0.187 -0.227,0.32 z"
-         style="font-size:25.60000038px;fill:#606060;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3085" /><path
-         d="m 719.895,475.752 c 0.39,0.059 0.878,0 1.625,-0.324 0.457,-0.199 0.265,-0.231 -0.504,-0.074 -0.739,0.152 -0.387,0.07 -0.891,0.156 -0.859,0.137 -1.008,0.129 -0.23,0.242 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3087" /><path
-         d="m 717.215,453.846 c -3.672,-0.145 -9.496,10.144 -9.637,5.879 -0.113,-3.621 0.086,-3.563 0.086,-7.067 0,-2.347 -1.074,-2.515 -3.391,-6.05 -1.187,-1.864 -2.121,-3.871 -2.855,-5.907 -0.453,-1.214 -0.879,-2.488 -1.215,-3.73 -0.144,-0.621 -0.398,-1.274 -0.539,-1.895 -1.16,-4.265 -5.285,-9.523 -6.246,-13.793 -0.961,-4.238 -2.09,-6.949 -1.949,-12.632 0.14,-5.68 0.199,-4.039 1.922,-5.454 1.695,-1.414 3.449,-2.742 6.132,-5.117 2.829,-2.457 8.707,-6.754 9.497,-8.082 0.847,-1.359 0.82,-4.41 0.312,-5.398 -0.512,-0.961 -4.949,-1.5 -4.918,-1.5 -0.027,0 3.871,-5.367 4.633,-6.133 0.738,-0.734 3.902,-4.266 16.789,-1.863 7.266,1.355 12.891,5.425 16.957,9.355 5.258,5.113 2.602,6.582 3.281,9.156 0.988,3.704 4.211,5.086 4.946,9.27 0.085,0.594 0.281,1.047 0.82,1.922 0.82,1.242 0.621,3.703 0.621,5.965 0,5.879 -0.68,11.871 -2.035,16.277 -1.242,4.129 -3.223,7.012 -4.918,10.742 -3.391,7.434 -3.223,10.766 -6.246,15.516 -3.45,5.484 -1.75,9.129 -6.332,8.902 -5.707,-0.308 -10.317,-8.14 -15.715,-8.363 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3089" /><path
-         d="m 717.211,453.42 c -3.645,-0.141 -9.324,10.012 -9.516,5.957 -0.125,-3.437 0.039,-3.406 0.012,-6.769 -0.062,-2.305 -1.16,-2.606 -3.426,-6.079 -1.183,-1.871 -2.07,-3.851 -2.746,-5.839 -0.379,-1.278 -0.613,-2.52 -0.953,-3.739 -0.164,-0.644 -0.59,-1.254 -0.859,-1.98 -1.278,-4.231 -5.317,-9.492 -6.266,-13.692 -0.969,-4.242 -2.109,-6.945 -1.945,-12.617 0.14,-5.496 0.152,-3.992 1.871,-5.422 1.683,-1.418 3.469,-2.773 6.148,-5.144 2.821,-2.453 8.731,-6.758 9.516,-8.082 0.844,-1.352 0.836,-4.442 0.332,-5.426 -0.504,-0.957 -4.938,-1.519 -4.91,-1.519 -0.028,0 3.851,-5.329 4.617,-6.09 0.734,-0.735 3.887,-4.242 16.75,-1.844 7.273,1.355 13.004,5.398 16.91,9.363 5.024,5.008 2.399,6.582 3.074,9.141 0.985,3.699 4.426,5.09 5.16,9.265 0.082,0.594 0.293,1.043 0.829,1.915 0.824,1.257 0.613,3.71 0.621,5.96 0.027,5.899 -0.668,11.872 -2.024,16.266 -1.246,4.113 -3.222,6.992 -4.914,10.719 -3.387,7.422 -3.226,10.762 -6.254,15.496 -3.371,5.344 -1.808,8.863 -6.285,8.633 -5.644,-0.324 -10.355,-8.25 -15.742,-8.473 z"
-         style="font-size:25.60000038px;fill:#6d6d6d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3091" /><path
-         d="m 717.203,452.994 c -3.613,-0.136 -9.148,9.879 -9.394,6.035 -0.137,-3.253 -0.008,-3.25 -0.063,-6.472 -0.117,-2.262 -1.242,-2.695 -3.457,-6.106 -1.18,-1.875 -2.023,-3.832 -2.637,-5.773 -0.308,-1.34 -0.347,-2.555 -0.691,-3.75 -0.188,-0.664 -0.781,-1.227 -1.18,-2.063 -1.394,-4.195 -5.347,-9.461 -6.285,-13.589 -0.973,-4.247 -2.125,-6.938 -1.945,-12.598 0.148,-5.313 0.113,-3.949 1.828,-5.395 1.664,-1.425 3.488,-2.808 6.16,-5.171 2.816,-2.446 8.754,-6.762 9.539,-8.079 0.84,-1.347 0.852,-4.476 0.352,-5.457 -0.5,-0.953 -4.93,-1.543 -4.903,-1.543 -0.027,0 3.836,-5.281 4.594,-6.043 0.734,-0.73 3.875,-4.214 16.719,-1.824 7.281,1.356 13.117,5.367 16.863,9.371 4.781,4.907 2.195,6.586 2.863,9.129 0.985,3.692 4.645,5.09 5.375,9.262 0.082,0.586 0.309,1.035 0.84,1.902 0.824,1.27 0.602,3.715 0.617,5.961 0.055,5.918 -0.66,11.863 -2.015,16.246 -1.242,4.106 -3.219,6.981 -4.906,10.7 -3.379,7.41 -3.231,10.753 -6.262,15.472 -3.293,5.207 -1.86,8.602 -6.238,8.363 -5.579,-0.339 -10.395,-8.359 -15.774,-8.578 z"
-         style="font-size:25.60000038px;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3093" /><path
-         d="m 717.195,452.569 c -3.582,-0.133 -8.972,9.75 -9.273,6.117 -0.145,-3.074 -0.051,-3.098 -0.133,-6.18 -0.176,-2.223 -1.328,-2.785 -3.492,-6.137 -1.176,-1.875 -1.973,-3.808 -2.527,-5.703 -0.235,-1.402 -0.086,-2.59 -0.43,-3.758 -0.207,-0.687 -0.973,-1.207 -1.5,-2.148 -1.512,-4.16 -5.379,-9.43 -6.305,-13.488 -0.98,-4.254 -2.14,-6.934 -1.941,-12.582 0.148,-5.129 0.07,-3.903 1.777,-5.364 1.652,-1.433 3.512,-2.839 6.18,-5.199 2.804,-2.437 8.777,-6.762 9.554,-8.078 0.836,-1.344 0.872,-4.508 0.372,-5.484 -0.493,-0.946 -4.922,-1.567 -4.891,-1.567 -0.031,0 3.812,-5.234 4.574,-5.996 0.731,-0.73 3.86,-4.191 16.68,-1.808 7.289,1.355 13.234,5.343 16.816,9.382 4.547,4.801 1.992,6.586 2.66,9.118 0.981,3.683 4.856,5.085 5.586,9.253 0.082,0.586 0.321,1.032 0.848,1.899 0.828,1.281 0.594,3.719 0.617,5.953 0.078,5.938 -0.648,11.863 -2.004,16.234 -1.246,4.094 -3.218,6.965 -4.902,10.676 -3.375,7.399 -3.238,10.75 -6.27,15.453 -3.214,5.067 -1.914,8.336 -6.195,8.09 -5.512,-0.351 -10.43,-8.469 -15.801,-8.683 z"
-         style="font-size:25.60000038px;fill:#7c7c7c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3095" /><path
-         d="m 717.188,452.139 c -3.547,-0.129 -8.793,9.621 -9.149,6.199 -0.156,-2.894 -0.098,-2.941 -0.207,-5.883 -0.238,-2.179 -1.414,-2.875 -3.527,-6.164 -1.172,-1.883 -1.922,-3.789 -2.414,-5.637 -0.164,-1.46 0.175,-2.625 -0.172,-3.765 -0.227,-0.711 -1.164,-1.188 -1.821,-2.235 -1.628,-4.125 -5.41,-9.398 -6.32,-13.39 -0.992,-4.254 -2.16,-6.926 -1.941,-12.563 0.152,-4.941 0.027,-3.855 1.73,-5.332 1.637,-1.437 3.535,-2.875 6.192,-5.226 2.8,-2.434 8.8,-6.766 9.578,-8.074 0.832,-1.34 0.886,-4.547 0.39,-5.512 -0.488,-0.945 -4.914,-1.59 -4.882,-1.59 -0.028,0 3.793,-5.195 4.554,-5.953 0.731,-0.731 3.844,-4.164 16.645,-1.789 7.297,1.355 13.347,5.316 16.769,9.394 4.309,4.692 1.785,6.582 2.449,9.102 0.981,3.676 5.075,5.086 5.801,9.246 0.082,0.586 0.336,1.027 0.86,1.891 0.832,1.296 0.586,3.726 0.617,5.953 0.105,5.957 -0.641,11.859 -1.996,16.215 -1.25,4.082 -3.215,6.949 -4.899,10.656 -3.367,7.387 -3.242,10.742 -6.277,15.43 -3.137,4.925 -1.969,8.074 -6.148,7.82 -5.446,-0.363 -10.469,-8.578 -15.832,-8.793 z"
-         style="font-size:25.60000038px;fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3097" /><path
-         d="m 717.184,451.713 c -3.52,-0.125 -8.622,9.488 -9.032,6.281 -0.168,-2.715 -0.14,-2.789 -0.277,-5.59 -0.297,-2.136 -1.5,-2.964 -3.563,-6.191 -1.164,-1.887 -1.871,-3.769 -2.304,-5.57 -0.094,-1.524 0.441,-2.656 0.09,-3.778 -0.25,-0.73 -1.356,-1.164 -2.141,-2.32 -1.75,-4.086 -5.441,-9.363 -6.34,-13.285 -0.996,-4.258 -2.176,-6.918 -1.937,-12.547 0.152,-4.754 -0.016,-3.809 1.679,-5.301 1.625,-1.445 3.555,-2.906 6.211,-5.25 2.793,-2.429 8.825,-6.773 9.594,-8.078 0.828,-1.332 0.902,-4.578 0.414,-5.539 -0.484,-0.941 -4.906,-1.613 -4.879,-1.613 -0.027,0 3.778,-5.145 4.535,-5.906 0.731,-0.727 3.832,-4.141 16.614,-1.77 7.3,1.356 13.457,5.289 16.714,9.402 4.075,4.586 1.586,6.582 2.247,9.086 0.976,3.672 5.289,5.09 6.015,9.243 0.082,0.582 0.348,1.027 0.867,1.882 0.836,1.309 0.575,3.731 0.618,5.95 0.129,5.976 -0.633,11.859 -1.989,16.203 -1.246,4.07 -3.211,6.933 -4.89,10.632 -3.36,7.375 -3.246,10.735 -6.285,15.411 -3.059,4.785 -2.024,7.808 -6.102,7.55 -5.383,-0.378 -10.508,-8.691 -15.859,-8.902 z"
-         style="font-size:25.60000038px;fill:#8c8c8c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3099" /><path
-         d="m 717.176,451.287 c -3.488,-0.121 -8.446,9.356 -8.906,6.36 -0.18,-2.532 -0.192,-2.633 -0.356,-5.293 -0.352,-2.094 -1.586,-3.055 -3.594,-6.219 -1.16,-1.895 -1.82,-3.75 -2.195,-5.504 -0.02,-1.586 0.707,-2.691 0.352,-3.785 -0.27,-0.758 -1.547,-1.145 -2.461,-2.406 -1.868,-4.051 -5.473,-9.328 -6.36,-13.184 -1.004,-4.262 -2.191,-6.91 -1.933,-12.531 0.156,-4.571 -0.063,-3.762 1.632,-5.27 1.606,-1.449 3.575,-2.941 6.223,-5.277 2.785,-2.422 8.848,-6.777 9.617,-8.074 0.825,-1.332 0.918,-4.614 0.434,-5.571 -0.481,-0.937 -4.899,-1.632 -4.871,-1.632 -0.028,0 3.758,-5.106 4.515,-5.864 0.727,-0.726 3.817,-4.117 16.575,-1.75 7.312,1.356 13.574,5.258 16.672,9.41 3.835,4.481 1.382,6.582 2.039,9.075 0.972,3.664 5.503,5.086 6.226,9.234 0.082,0.582 0.36,1.023 0.875,1.875 0.84,1.324 0.57,3.738 0.617,5.945 0.157,5.996 -0.621,11.856 -1.976,16.188 -1.25,4.062 -3.211,6.922 -4.883,10.613 -3.356,7.363 -3.254,10.727 -6.297,15.387 -2.98,4.648 -2.074,7.547 -6.055,7.281 -5.316,-0.391 -10.546,-8.797 -15.89,-9.008 z"
-         style="font-size:25.60000038px;fill:#939393;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3101" /><path
-         d="m 717.168,450.862 c -3.457,-0.122 -8.27,9.222 -8.785,6.441 -0.188,-2.356 -0.235,-2.481 -0.426,-5 -0.414,-2.051 -1.668,-3.145 -3.629,-6.25 -1.156,-1.895 -1.773,-3.727 -2.086,-5.438 0.051,-1.644 0.969,-2.722 0.613,-3.789 -0.293,-0.781 -1.738,-1.125 -2.781,-2.492 -1.984,-4.015 -5.504,-9.297 -6.379,-13.082 -1.011,-4.265 -2.207,-6.906 -1.933,-12.515 0.16,-4.383 -0.102,-3.711 1.586,-5.239 1.593,-1.457 3.597,-2.972 6.238,-5.304 2.781,-2.418 8.875,-6.778 9.637,-8.075 0.82,-1.324 0.937,-4.644 0.453,-5.597 -0.477,-0.934 -4.891,-1.657 -4.86,-1.657 -0.031,0 3.739,-5.058 4.493,-5.816 0.73,-0.727 3.804,-4.09 16.543,-1.73 7.316,1.351 13.687,5.23 16.621,9.418 3.601,4.375 1.179,6.582 1.832,9.062 0.972,3.656 5.722,5.086 6.437,9.23 0.086,0.579 0.379,1.016 0.891,1.864 0.84,1.336 0.558,3.746 0.617,5.945 0.18,6.016 -0.617,11.852 -1.969,16.172 -1.25,4.047 -3.211,6.902 -4.879,10.59 -3.351,7.351 -3.261,10.722 -6.304,15.367 -2.903,4.508 -2.129,7.281 -6.012,7.008 -5.246,-0.403 -10.582,-8.906 -15.918,-9.113 z"
-         style="font-size:25.60000038px;fill:#9b9b9b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3103" /><path
-         d="m 717.16,450.436 c -3.426,-0.117 -8.094,9.09 -8.664,6.519 -0.199,-2.172 -0.277,-2.324 -0.496,-4.703 -0.473,-2.012 -1.758,-3.234 -3.664,-6.277 -1.152,-1.899 -1.723,-3.707 -1.977,-5.371 0.125,-1.707 1.235,-2.754 0.875,-3.797 -0.312,-0.805 -1.929,-1.106 -3.101,-2.578 -2.106,-3.981 -5.535,-9.266 -6.399,-12.981 -1.015,-4.269 -2.222,-6.898 -1.929,-12.496 0.164,-4.199 -0.145,-3.668 1.539,-5.211 1.578,-1.461 3.621,-3.008 6.254,-5.332 2.773,-2.41 8.894,-6.781 9.656,-8.074 0.816,-1.32 0.953,-4.68 0.473,-5.625 -0.473,-0.926 -4.883,-1.68 -4.856,-1.68 -0.027,0 3.723,-5.011 4.477,-5.769 0.726,-0.727 3.793,-4.067 16.504,-1.711 7.328,1.351 13.804,5.203 16.574,9.429 3.363,4.266 0.98,6.579 1.629,9.047 0.965,3.649 5.933,5.086 6.648,9.223 0.086,0.574 0.391,1.012 0.902,1.855 0.84,1.352 0.547,3.75 0.614,5.946 0.207,6.031 -0.606,11.847 -1.957,16.156 -1.254,4.035 -3.211,6.887 -4.875,10.566 -3.344,7.34 -3.266,10.715 -6.309,15.348 -2.828,4.367 -2.187,7.016 -5.965,6.738 -5.187,-0.418 -10.625,-9.019 -15.953,-9.222 z"
-         style="font-size:25.60000038px;fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3105" /><path
-         d="m 717.156,450.01 c -3.394,-0.113 -7.922,8.957 -8.543,6.598 -0.211,-1.989 -0.324,-2.168 -0.574,-4.407 -0.531,-1.968 -1.84,-3.324 -3.695,-6.304 -1.149,-1.907 -1.672,-3.692 -1.867,-5.305 0.199,-1.77 1.5,-2.789 1.136,-3.809 -0.336,-0.824 -2.121,-1.082 -3.422,-2.66 -2.222,-3.945 -5.566,-9.234 -6.418,-12.883 -1.023,-4.273 -2.238,-6.89 -1.925,-12.476 0.164,-4.016 -0.188,-3.621 1.488,-5.176 1.566,-1.473 3.641,-3.043 6.269,-5.363 2.766,-2.403 8.918,-6.781 9.676,-8.071 0.813,-1.316 0.973,-4.714 0.492,-5.652 -0.464,-0.926 -4.871,-1.703 -4.843,-1.703 -0.028,0 3.699,-4.969 4.453,-5.723 0.726,-0.726 3.777,-4.043 16.472,-1.695 7.336,1.352 13.915,5.172 16.528,9.438 3.125,4.164 0.773,6.578 1.418,9.031 0.965,3.644 6.152,5.09 6.863,9.219 0.086,0.574 0.402,1.007 0.91,1.847 0.844,1.367 0.539,3.758 0.614,5.942 0.234,6.054 -0.598,11.847 -1.95,16.14 -1.254,4.028 -3.207,6.875 -4.867,10.547 -3.34,7.328 -3.269,10.711 -6.32,15.324 -2.75,4.231 -2.239,6.754 -5.918,6.469 -5.117,-0.43 -10.66,-9.129 -15.977,-9.328 z"
-         style="font-size:25.60000038px;fill:#aaaaaa;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3107" /><path
-         d="m 717.148,449.584 c -3.363,-0.109 -7.746,8.828 -8.421,6.68 -0.219,-1.809 -0.368,-2.016 -0.645,-4.11 -0.59,-1.929 -1.926,-3.417 -3.73,-6.339 -1.141,-1.907 -1.622,-3.668 -1.758,-5.235 0.269,-1.832 1.761,-2.824 1.402,-3.816 -0.359,-0.848 -2.316,-1.063 -3.746,-2.746 -2.34,-3.91 -5.602,-9.203 -6.438,-12.781 -1.031,-4.278 -2.253,-6.883 -1.921,-12.461 0.164,-3.829 -0.235,-3.575 1.441,-5.145 1.547,-1.477 3.66,-3.078 6.281,-5.391 2.762,-2.398 8.946,-6.785 9.699,-8.07 0.809,-1.308 0.985,-4.746 0.512,-5.68 -0.461,-0.921 -4.867,-1.726 -4.836,-1.726 -0.027,0 3.68,-4.926 4.434,-5.68 0.723,-0.722 3.766,-4.015 16.433,-1.672 7.344,1.352 14.032,5.145 16.481,9.446 2.887,4.054 0.57,6.578 1.211,9.019 0.965,3.637 6.367,5.086 7.078,9.211 0.086,0.57 0.418,1.004 0.918,1.84 0.852,1.379 0.531,3.762 0.613,5.937 0.262,6.075 -0.586,11.848 -1.937,16.125 -1.254,4.016 -3.207,6.86 -4.864,10.528 -3.332,7.316 -3.277,10.703 -6.328,15.304 -2.672,4.086 -2.289,6.489 -5.871,6.196 -5.054,-0.442 -10.699,-9.239 -16.008,-9.434 z"
-         style="font-size:25.60000038px;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3109" /><path
-         d="m 717.141,449.158 c -3.332,-0.109 -7.571,8.696 -8.297,6.758 -0.235,-1.629 -0.418,-1.859 -0.719,-3.812 -0.648,-1.887 -2.012,-3.508 -3.766,-6.367 -1.136,-1.915 -1.574,-3.649 -1.644,-5.168 0.34,-1.891 2.023,-2.86 1.66,-3.825 -0.383,-0.871 -2.508,-1.043 -4.066,-2.836 -2.457,-3.871 -5.629,-9.168 -6.457,-12.675 -1.036,-4.282 -2.27,-6.879 -1.922,-12.446 0.172,-3.644 -0.274,-3.527 1.394,-5.113 1.535,-1.484 3.684,-3.109 6.301,-5.418 2.754,-2.391 8.965,-6.789 9.715,-8.066 0.805,-1.309 1.004,-4.782 0.535,-5.711 -0.457,-0.918 -4.859,-1.746 -4.832,-1.746 -0.027,0 3.664,-4.883 4.414,-5.633 0.727,-0.727 3.754,-3.992 16.402,-1.656 7.352,1.351 14.145,5.117 16.43,9.453 2.652,3.953 0.367,6.578 1.008,9.007 0.957,3.629 6.582,5.086 7.289,9.204 0.082,0.57 0.43,1 0.93,1.836 0.851,1.39 0.519,3.765 0.609,5.933 0.289,6.094 -0.574,11.844 -1.926,16.11 -1.258,4.003 -3.203,6.843 -4.859,10.503 -3.324,7.305 -3.281,10.696 -6.336,15.282 -2.594,3.949 -2.344,6.226 -5.824,5.925 -4.989,-0.457 -10.739,-9.347 -16.039,-9.539 z"
-         style="font-size:25.60000038px;fill:#bababa;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3111" /><path
-         d="m 717.133,448.733 c -3.301,-0.106 -7.395,8.562 -8.176,6.839 -0.242,-1.449 -0.461,-1.707 -0.789,-3.519 -0.711,-1.848 -2.098,-3.598 -3.797,-6.395 -1.137,-1.918 -1.527,-3.629 -1.539,-5.101 0.414,-1.953 2.289,-2.891 1.922,-3.836 -0.402,-0.891 -2.699,-1.02 -4.387,-2.918 -2.578,-3.836 -5.66,-9.137 -6.476,-12.574 -1.043,-4.285 -2.286,-6.871 -1.918,-12.43 0.172,-3.457 -0.317,-3.48 1.347,-5.082 1.52,-1.488 3.703,-3.145 6.313,-5.445 2.746,-2.387 8.992,-6.793 9.738,-8.067 0.801,-1.301 1.02,-4.816 0.551,-5.738 -0.449,-0.91 -4.848,-1.77 -4.82,-1.77 -0.028,0 3.644,-4.835 4.394,-5.585 0.723,-0.727 3.738,-3.969 16.363,-1.637 7.36,1.347 14.262,5.09 16.383,9.465 2.418,3.843 0.168,6.574 0.801,8.988 0.957,3.625 6.797,5.086 7.504,9.203 0.082,0.566 0.441,0.992 0.937,1.824 0.856,1.403 0.516,3.774 0.614,5.93 0.312,6.113 -0.571,11.84 -1.918,16.094 -1.258,3.996 -3.203,6.828 -4.856,10.484 -3.32,7.293 -3.285,10.688 -6.34,15.262 -2.519,3.808 -2.402,5.961 -5.785,5.656 -4.922,-0.473 -10.773,-9.457 -16.066,-9.648 z"
-         style="font-size:25.60000038px;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3113" /><path
-         d="m 717.129,448.307 c -3.27,-0.102 -7.223,8.43 -8.059,6.918 -0.25,-1.266 -0.504,-1.551 -0.863,-3.223 -0.766,-1.805 -2.18,-3.687 -3.832,-6.426 -1.129,-1.918 -1.473,-3.605 -1.426,-5.031 0.485,-2.016 2.551,-2.926 2.184,-3.844 -0.426,-0.914 -2.891,-1 -4.711,-3.004 -2.692,-3.796 -5.692,-9.105 -6.492,-12.476 -1.051,-4.289 -2.305,-6.863 -1.914,-12.406 0.175,-3.278 -0.36,-3.434 1.296,-5.055 1.508,-1.496 3.727,-3.176 6.329,-5.473 2.742,-2.379 9.015,-6.793 9.757,-8.062 0.797,-1.297 1.04,-4.852 0.575,-5.77 -0.45,-0.906 -4.84,-1.793 -4.813,-1.793 -0.027,0 3.625,-4.789 4.375,-5.539 0.719,-0.722 3.723,-3.941 16.328,-1.617 7.367,1.348 14.375,5.059 16.336,9.473 2.18,3.738 -0.039,6.574 0.594,8.976 0.953,3.621 7.012,5.086 7.715,9.196 0.086,0.566 0.457,0.992 0.949,1.816 0.859,1.418 0.504,3.781 0.609,5.93 0.34,6.132 -0.558,11.84 -1.91,16.078 -1.254,3.984 -3.199,6.812 -4.847,10.461 -3.313,7.281 -3.289,10.683 -6.348,15.242 -2.441,3.668 -2.453,5.695 -5.738,5.383 -4.856,-0.485 -10.813,-9.567 -16.094,-9.754 z"
-         style="font-size:25.60000038px;fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3115" /><path
-         d="m 717.121,447.881 c -3.238,-0.102 -7.043,8.297 -7.933,7 -0.266,-1.086 -0.551,-1.398 -0.938,-2.93 -0.828,-1.761 -2.266,-3.777 -3.863,-6.453 -1.129,-1.926 -1.426,-3.586 -1.321,-4.965 0.559,-2.078 2.817,-2.961 2.446,-3.851 -0.446,-0.938 -3.082,-0.981 -5.032,-3.09 -2.808,-3.762 -5.722,-9.074 -6.507,-12.375 -1.059,-4.293 -2.325,-6.855 -1.914,-12.391 0.175,-3.089 -0.403,-3.386 1.25,-5.023 1.488,-1.5 3.746,-3.211 6.343,-5.5 2.731,-2.371 9.039,-6.797 9.774,-8.063 0.793,-1.293 1.054,-4.882 0.594,-5.796 -0.442,-0.903 -4.832,-1.813 -4.801,-1.813 -0.031,0 3.605,-4.75 4.351,-5.5 0.723,-0.719 3.711,-3.914 16.293,-1.598 7.375,1.352 14.492,5.036 16.289,9.485 1.942,3.633 -0.242,6.574 0.387,8.965 0.949,3.609 7.227,5.086 7.93,9.187 0.082,0.563 0.469,0.988 0.957,1.809 0.863,1.429 0.496,3.785 0.609,5.925 0.367,6.153 -0.547,11.836 -1.898,16.063 -1.258,3.973 -3.199,6.801 -4.844,10.441 -3.309,7.27 -3.293,10.676 -6.355,15.219 -2.364,3.531 -2.508,5.434 -5.692,5.113 -4.793,-0.496 -10.851,-9.675 -16.125,-9.859 z"
-         style="font-size:25.60000038px;fill:#d1d1d1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3117" /><path
-         d="m 717.113,447.455 c -3.207,-0.097 -6.867,8.164 -7.812,7.078 -0.274,-0.906 -0.598,-1.242 -1.008,-2.632 -0.887,-1.719 -2.352,-3.868 -3.898,-6.481 -1.122,-1.93 -1.375,-3.566 -1.211,-4.898 0.632,-2.141 3.082,-2.996 2.707,-3.864 -0.469,-0.957 -3.274,-0.957 -5.352,-3.171 -2.926,-3.727 -5.754,-9.043 -6.527,-12.274 -1.067,-4.297 -2.34,-6.851 -1.91,-12.375 0.179,-2.902 -0.446,-3.34 1.199,-4.992 1.476,-1.508 3.769,-3.242 6.359,-5.527 2.727,-2.368 9.063,-6.801 9.797,-8.059 0.789,-1.289 1.07,-4.918 0.613,-5.824 -0.437,-0.903 -4.824,-1.84 -4.797,-1.84 -0.027,0 3.586,-4.703 4.336,-5.449 0.719,-0.723 3.696,-3.895 16.258,-1.582 7.383,1.351 14.602,5.007 16.238,9.496 1.707,3.523 -0.441,6.57 0.18,8.949 0.949,3.605 7.445,5.086 8.145,9.18 0.082,0.562 0.484,0.984 0.968,1.8 0.864,1.446 0.485,3.793 0.61,5.926 0.39,6.172 -0.543,11.832 -1.891,16.047 -1.262,3.961 -3.199,6.785 -4.84,10.418 -3.3,7.262 -3.297,10.672 -6.363,15.199 -2.285,3.391 -2.562,5.168 -5.644,4.844 -4.727,-0.512 -10.887,-9.789 -16.157,-9.969 z"
-         style="font-size:25.60000038px;fill:#d8d8d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3119" /><path
-         d="m 717.105,447.029 c -3.175,-0.093 -6.691,8.036 -7.687,7.157 -0.285,-0.723 -0.645,-1.086 -1.082,-2.336 -0.945,-1.68 -2.438,-3.957 -3.934,-6.508 -1.117,-1.938 -1.328,-3.547 -1.101,-4.832 0.703,-2.203 3.344,-3.027 2.969,-3.871 -0.489,-0.981 -3.465,-0.938 -5.672,-3.258 -3.047,-3.691 -5.786,-9.012 -6.547,-12.172 -1.074,-4.301 -2.356,-6.844 -1.91,-12.359 0.183,-2.719 -0.489,-3.293 1.156,-4.961 1.461,-1.512 3.789,-3.274 6.371,-5.555 2.723,-2.359 9.086,-6.805 9.816,-8.058 0.786,-1.282 1.09,-4.95 0.637,-5.852 -0.433,-0.895 -4.816,-1.863 -4.789,-1.863 -0.027,0 3.566,-4.657 4.313,-5.403 0.718,-0.718 3.683,-3.867 16.222,-1.562 7.391,1.351 14.719,4.98 16.192,9.504 1.468,3.418 -0.645,6.574 -0.024,8.933 0.945,3.602 7.66,5.086 8.356,9.18 0.082,0.559 0.496,0.977 0.976,1.789 0.867,1.461 0.477,3.797 0.61,5.922 0.418,6.191 -0.532,11.832 -1.883,16.035 -1.258,3.945 -3.196,6.766 -4.832,10.395 -3.293,7.246 -3.305,10.664 -6.371,15.175 -2.207,3.254 -2.618,4.907 -5.602,4.575 -4.66,-0.524 -10.926,-9.899 -16.184,-10.075 z"
-         style="font-size:25.60000038px;fill:#e0e0e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3121" /><path
-         d="m 717.102,446.604 c -3.149,-0.09 -6.52,7.902 -7.571,7.238 -0.297,-0.543 -0.687,-0.934 -1.156,-2.043 -1.004,-1.637 -2.52,-4.047 -3.965,-6.539 -1.113,-1.938 -1.277,-3.523 -0.988,-4.766 0.773,-2.261 3.605,-3.058 3.226,-3.875 -0.511,-1.004 -3.656,-0.914 -5.992,-3.347 -3.164,-3.653 -5.816,-8.977 -6.566,-12.067 -1.078,-4.308 -2.371,-6.84 -1.906,-12.343 0.187,-2.532 -0.532,-3.247 1.105,-4.93 1.449,-1.52 3.813,-3.309 6.391,-5.582 2.711,-2.356 9.109,-6.809 9.836,-8.059 0.781,-1.277 1.105,-4.984 0.652,-5.879 -0.426,-0.89 -4.809,-1.883 -4.777,-1.883 -0.032,0 3.547,-4.617 4.293,-5.359 0.714,-0.719 3.668,-3.844 16.187,-1.543 7.399,1.348 14.832,4.949 16.145,9.512 1.23,3.312 -0.852,6.57 -0.235,8.922 0.942,3.593 7.875,5.086 8.571,9.172 0.082,0.554 0.507,0.972 0.988,1.781 0.867,1.473 0.465,3.805 0.605,5.918 0.446,6.211 -0.523,11.828 -1.871,16.019 -1.262,3.938 -3.191,6.754 -4.824,10.375 -3.293,7.235 -3.312,10.657 -6.383,15.157 -2.129,3.109 -2.672,4.64 -5.555,4.3 -4.593,-0.535 -10.964,-10.004 -16.21,-10.179 z"
-         style="font-size:25.60000038px;fill:#e8e8e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3123" /><path
-         d="m 717.094,446.178 c -3.114,-0.09 -6.344,7.769 -7.446,7.316 -0.308,-0.359 -0.734,-0.777 -1.23,-1.746 -1.063,-1.594 -2.606,-4.133 -4,-6.566 -1.109,-1.942 -1.227,-3.504 -0.879,-4.699 0.844,-2.321 3.871,-3.094 3.488,-3.887 -0.531,-1.024 -3.847,-0.891 -6.312,-3.43 -3.281,-3.617 -5.848,-8.941 -6.586,-11.969 -1.086,-4.308 -2.387,-6.828 -1.902,-12.32 0.187,-2.351 -0.575,-3.203 1.058,-4.902 1.43,-1.528 3.832,-3.34 6.403,-5.61 2.707,-2.347 9.132,-6.808 9.855,-8.054 0.777,-1.274 1.121,-5.02 0.676,-5.91 -0.422,-0.887 -4.801,-1.907 -4.774,-1.907 -0.027,0 3.532,-4.57 4.274,-5.312 0.719,-0.719 3.656,-3.817 16.152,-1.524 7.406,1.348 14.949,4.922 16.098,9.52 0.996,3.211 -1.051,6.574 -0.442,8.906 0.942,3.59 8.094,5.09 8.785,9.168 0.083,0.555 0.524,0.973 0.997,1.777 0.875,1.485 0.457,3.809 0.605,5.915 0.473,6.23 -0.512,11.824 -1.859,16.003 -1.262,3.926 -3.192,6.739 -4.821,10.352 -3.285,7.227 -3.316,10.652 -6.39,15.133 -2.051,2.972 -2.723,4.379 -5.508,4.031 -4.531,-0.547 -11,-10.113 -16.242,-10.285 z"
-         style="font-size:25.60000038px;fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3125" /><path
-         d="m 717.086,445.752 c -3.082,-0.086 -6.168,7.637 -7.324,7.399 -0.321,-0.184 -0.778,-0.625 -1.301,-1.454 -1.121,-1.55 -2.691,-4.222 -4.035,-6.593 -1.106,-1.95 -1.176,-3.485 -0.77,-4.633 0.918,-2.383 4.137,-3.125 3.754,-3.895 -0.558,-1.05 -4.043,-0.871 -6.637,-3.515 -3.398,-3.582 -5.878,-8.91 -6.605,-11.867 -1.094,-4.313 -2.402,-6.825 -1.898,-12.305 0.191,-2.164 -0.618,-3.152 1.007,-4.871 1.418,-1.531 3.856,-3.375 6.418,-5.633 2.703,-2.344 9.16,-6.816 9.879,-8.059 0.774,-1.265 1.137,-5.05 0.696,-5.937 -0.418,-0.883 -4.793,-1.926 -4.766,-1.926 -0.027,0 3.512,-4.527 4.254,-5.269 0.715,-0.715 3.64,-3.793 16.117,-1.504 7.414,1.347 15.063,4.894 16.047,9.531 0.762,3.101 -1.254,6.57 -0.645,8.891 0.938,3.582 8.305,5.085 8.996,9.16 0.082,0.55 0.536,0.968 1.008,1.769 0.875,1.496 0.449,3.813 0.606,5.91 0.496,6.25 -0.504,11.825 -1.852,15.989 -1.265,3.918 -3.191,6.722 -4.816,10.332 -3.278,7.215 -3.321,10.644 -6.399,15.113 -1.972,2.832 -2.777,4.113 -5.461,3.762 -4.464,-0.567 -11.039,-10.227 -16.273,-10.395 z"
-         style="font-size:25.60000038px;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3127" /><path
-         d="m 717.078,445.326 c -3.051,-0.082 -5.992,7.504 -7.203,7.477 -0.328,0 -0.824,-0.469 -1.371,-1.152 -1.184,-1.516 -2.777,-4.317 -4.07,-6.629 -1.102,-1.95 -1.125,-3.461 -0.661,-4.563 0.989,-2.445 4.399,-3.16 4.016,-3.902 -0.578,-1.074 -4.234,-0.852 -6.957,-3.602 -3.52,-3.547 -5.91,-8.879 -6.625,-11.765 -1.098,-4.317 -2.418,-6.817 -1.898,-12.289 0.195,-1.981 -0.657,-3.106 0.964,-4.836 1.403,-1.543 3.875,-3.411 6.43,-5.664 2.695,-2.336 9.184,-6.821 9.899,-8.055 0.769,-1.266 1.156,-5.086 0.714,-5.969 -0.414,-0.879 -4.785,-1.949 -4.754,-1.949 -0.027,0 3.489,-4.481 4.231,-5.223 0.715,-0.715 3.629,-3.769 16.082,-1.484 7.422,1.344 15.176,4.863 16,9.539 0.523,2.996 -1.457,6.57 -0.852,8.879 0.934,3.574 8.524,5.086 9.211,9.152 0.082,0.551 0.547,0.965 1.016,1.762 0.879,1.512 0.441,3.82 0.605,5.91 0.524,6.266 -0.496,11.82 -1.843,15.973 -1.262,3.902 -3.188,6.707 -4.809,10.308 -3.273,7.203 -3.328,10.637 -6.406,15.09 -1.899,2.695 -2.832,3.852 -5.414,3.492 -4.399,-0.578 -11.078,-10.336 -16.305,-10.5 z"
-         style="font-size:25.60000038px;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3129" /><path
-         d="m 719.168,473.233 c 2.062,0.254 4.887,-0.254 6.187,-1.215 1.215,-0.906 2.063,-1.387 3.168,-1.754 3.7,-1.215 8.563,-1.777 8.336,-5.113 -0.254,-3.985 -1.414,-5.766 -4.718,-6.813 -2.657,-0.82 -7.407,-5.426 -11.082,-5.426 -1.637,0 -3.926,-0.086 -5.254,0.395 -1.274,0.453 -3.055,2.601 -5.145,4.324 -2.094,1.695 -4.043,3.504 -4.098,5.879 -0.085,2.516 1.555,3.336 3.872,5.344 1.214,1.074 3.418,2.851 4.945,3.644 1.414,0.707 2.316,0.567 3.789,0.735 z"
-         style="font-size:25.60000038px;fill:#995900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3131" /><path
-         d="m 719.211,473.197 c 2.051,0.25 4.859,-0.253 6.152,-1.21 1.207,-0.899 2.051,-1.375 3.149,-1.743 3.679,-1.207 8.527,-1.777 8.304,-5.09 -0.25,-3.96 -1.441,-5.726 -4.726,-6.761 -2.641,-0.817 -7.367,-5.336 -11.02,-5.356 -1.652,-0.011 -3.894,-0.09 -5.215,0.383 -1.261,0.449 -3.035,2.594 -5.113,4.309 -2.078,1.683 -4.031,3.441 -4.051,5.793 -0.062,2.457 1.536,3.304 3.836,5.297 1.203,1.062 3.371,2.867 4.891,3.664 1.398,0.707 2.332,0.546 3.793,0.714 z"
-         style="font-size:25.60000038px;fill:#9e5f00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3133" /><path
-         d="m 719.254,473.158 c 2.039,0.254 4.832,-0.25 6.117,-1.199 1.199,-0.894 2.039,-1.371 3.129,-1.734 3.656,-1.199 8.496,-1.774 8.273,-5.067 -0.25,-3.937 -1.464,-5.683 -4.734,-6.711 -2.621,-0.808 -7.328,-5.242 -10.957,-5.281 -1.664,-0.027 -3.863,-0.101 -5.176,0.371 -1.25,0.446 -3.019,2.586 -5.086,4.285 -2.062,1.676 -4.011,3.387 -4,5.715 -0.039,2.395 1.516,3.27 3.801,5.246 1.195,1.055 3.328,2.879 4.836,3.684 1.387,0.707 2.344,0.523 3.797,0.691 z"
-         style="font-size:25.60000038px;fill:#a36400;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3135" /><path
-         d="m 719.297,473.123 c 2.027,0.25 4.805,-0.25 6.082,-1.195 1.195,-0.887 2.027,-1.363 3.109,-1.723 3.637,-1.191 8.461,-1.773 8.242,-5.047 -0.246,-3.91 -1.492,-5.636 -4.738,-6.66 -2.605,-0.801 -7.293,-5.148 -10.898,-5.207 -1.68,-0.039 -3.832,-0.105 -5.133,0.36 -1.242,0.441 -3.008,2.582 -5.059,4.269 -2.05,1.66 -4,3.32 -3.953,5.629 -0.011,2.332 1.496,3.238 3.762,5.199 1.187,1.047 3.285,2.895 4.789,3.703 1.367,0.707 2.352,0.504 3.797,0.672 z"
-         style="font-size:25.60000038px;fill:#a86a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3137" /><path
-         d="m 719.34,473.088 c 2.015,0.246 4.777,-0.25 6.047,-1.187 1.187,-0.887 2.015,-1.36 3.09,-1.715 3.613,-1.188 8.429,-1.77 8.211,-5.024 -0.243,-3.886 -1.52,-5.597 -4.747,-6.605 -2.586,-0.797 -7.253,-5.059 -10.836,-5.141 -1.695,-0.047 -3.8,-0.109 -5.093,0.348 -1.235,0.437 -2.992,2.578 -5.032,4.25 -2.031,1.652 -3.98,3.265 -3.902,5.551 0.012,2.269 1.481,3.203 3.727,5.152 1.179,1.035 3.238,2.902 4.734,3.719 1.356,0.707 2.363,0.484 3.801,0.652 z"
-         style="font-size:25.60000038px;fill:#ad7000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3139" /><path
-         d="m 719.383,473.049 c 2.004,0.246 4.746,-0.246 6.012,-1.18 1.179,-0.879 2,-1.351 3.074,-1.703 3.59,-1.179 8.39,-1.765 8.179,-5 -0.242,-3.863 -1.55,-5.554 -4.753,-6.558 -2.571,-0.789 -7.219,-4.965 -10.782,-5.063 -1.703,-0.062 -3.765,-0.121 -5.047,0.332 -1.222,0.434 -2.976,2.57 -5.004,4.235 -2.019,1.64 -3.968,3.203 -3.855,5.464 0.035,2.211 1.461,3.168 3.691,5.106 1.168,1.023 3.192,2.918 4.68,3.734 1.34,0.711 2.375,0.469 3.805,0.633 z"
-         style="font-size:25.60000038px;fill:#b27600;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3141" /><path
-         d="m 719.426,473.014 c 1.992,0.246 4.719,-0.246 5.972,-1.176 1.176,-0.871 1.993,-1.344 3.059,-1.691 3.566,-1.172 8.359,-1.762 8.148,-4.977 -0.238,-3.84 -1.574,-5.512 -4.761,-6.508 -2.551,-0.785 -7.18,-4.871 -10.719,-4.992 -1.719,-0.074 -3.734,-0.125 -5.008,0.324 -1.215,0.43 -2.961,2.563 -4.972,4.211 -2.004,1.629 -3.957,3.145 -3.809,5.383 0.062,2.152 1.441,3.137 3.656,5.059 1.16,1.015 3.145,2.929 4.625,3.754 1.328,0.711 2.387,0.449 3.809,0.613 z"
-         style="font-size:25.60000038px;fill:#b77b00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3143" /><path
-         d="m 719.469,472.975 c 1.98,0.246 4.691,-0.242 5.937,-1.164 1.168,-0.867 1.981,-1.34 3.039,-1.684 3.543,-1.164 8.325,-1.762 8.117,-4.953 -0.238,-3.816 -1.601,-5.473 -4.765,-6.457 -2.535,-0.777 -7.145,-4.781 -10.66,-4.918 -1.731,-0.09 -3.703,-0.137 -4.969,0.309 -1.203,0.425 -2.945,2.554 -4.945,4.191 -1.989,1.621 -3.938,3.086 -3.758,5.305 0.086,2.09 1.422,3.101 3.621,5.011 1.148,1.004 3.098,2.942 4.57,3.77 1.313,0.715 2.403,0.43 3.813,0.59 z"
-         style="font-size:25.60000038px;fill:#bc8100;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3145" /><path
-         d="m 719.512,472.94 c 1.968,0.242 4.664,-0.243 5.902,-1.161 1.16,-0.863 1.969,-1.332 3.02,-1.671 3.523,-1.161 8.293,-1.758 8.086,-4.93 -0.235,-3.793 -1.629,-5.43 -4.774,-6.406 -2.516,-0.774 -7.105,-4.688 -10.598,-4.848 -1.746,-0.102 -3.668,-0.141 -4.925,0.297 -1.196,0.422 -2.934,2.551 -4.918,4.176 -1.977,1.609 -3.926,3.023 -3.711,5.218 0.109,2.028 1.406,3.071 3.586,4.965 1.14,0.996 3.05,2.953 4.519,3.789 1.297,0.715 2.41,0.41 3.813,0.571 z"
-         style="font-size:25.60000038px;fill:#c18700;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3147" /><path
-         d="m 719.555,472.904 c 1.957,0.239 4.636,-0.242 5.867,-1.152 1.152,-0.859 1.957,-1.324 3.004,-1.664 3.496,-1.152 8.254,-1.754 8.051,-4.906 -0.231,-3.766 -1.657,-5.387 -4.782,-6.356 -2.496,-0.765 -7.066,-4.593 -10.539,-4.777 -1.754,-0.109 -3.633,-0.145 -4.883,0.285 -1.183,0.418 -2.918,2.547 -4.886,4.16 -1.961,1.594 -3.914,2.961 -3.66,5.133 0.132,1.969 1.382,3.039 3.546,4.922 1.129,0.984 3.004,2.965 4.465,3.805 1.282,0.715 2.422,0.39 3.817,0.55 z"
-         style="font-size:25.60000038px;fill:#c68d00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3149" /><path
-         d="m 719.598,472.865 c 1.941,0.243 4.605,-0.238 5.832,-1.144 1.144,-0.852 1.945,-1.317 2.984,-1.652 3.477,-1.145 8.219,-1.754 8.02,-4.883 -0.227,-3.742 -1.68,-5.348 -4.786,-6.309 -2.48,-0.758 -7.027,-4.5 -10.48,-4.699 -1.77,-0.125 -3.602,-0.156 -4.84,0.273 -1.176,0.414 -2.902,2.536 -4.863,4.137 -1.945,1.586 -3.895,2.902 -3.61,5.055 0.157,1.906 1.364,3.004 3.512,4.871 1.117,0.973 2.957,2.976 4.41,3.824 1.27,0.715 2.434,0.367 3.821,0.527 z"
-         style="font-size:25.60000038px;fill:#cc9200;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3151" /><path
-         d="m 719.641,472.83 c 1.929,0.239 4.578,-0.238 5.797,-1.14 1.136,-0.844 1.933,-1.309 2.964,-1.641 3.457,-1.137 8.188,-1.75 7.989,-4.859 -0.223,-3.719 -1.707,-5.305 -4.793,-6.258 -2.461,-0.754 -6.989,-4.41 -10.418,-4.629 -1.782,-0.137 -3.571,-0.16 -4.801,0.262 -1.164,0.41 -2.887,2.531 -4.832,4.117 -1.934,1.578 -3.883,2.844 -3.563,4.972 0.18,1.848 1.344,2.973 3.473,4.825 1.113,0.965 2.918,2.988 4.359,3.84 1.254,0.718 2.446,0.351 3.825,0.511 z"
-         style="font-size:25.60000038px;fill:#d19800;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3153" /><path
-         d="m 719.684,472.791 c 1.918,0.238 4.55,-0.234 5.761,-1.129 1.133,-0.843 1.922,-1.304 2.946,-1.633 3.433,-1.128 8.152,-1.746 7.957,-4.835 -0.219,-3.696 -1.735,-5.262 -4.797,-6.207 -2.446,-0.747 -6.957,-4.317 -10.36,-4.559 -1.796,-0.149 -3.539,-0.168 -4.761,0.25 -1.153,0.406 -2.871,2.527 -4.801,4.101 -1.918,1.563 -3.871,2.782 -3.516,4.887 0.203,1.785 1.325,2.942 3.438,4.778 1.101,0.957 2.871,3.003 4.304,3.859 1.243,0.719 2.457,0.332 3.829,0.488 z"
-         style="font-size:25.60000038px;fill:#d69e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3155" /><path
-         d="m 719.727,472.756 c 1.906,0.234 4.523,-0.234 5.726,-1.125 1.125,-0.836 1.906,-1.297 2.93,-1.621 3.406,-1.125 8.117,-1.742 7.926,-4.813 -0.223,-3.671 -1.766,-5.222 -4.809,-6.156 -2.426,-0.742 -6.914,-4.222 -10.297,-4.484 -1.812,-0.164 -3.508,-0.176 -4.719,0.234 -1.144,0.403 -2.855,2.52 -4.777,4.086 -1.902,1.551 -3.852,2.719 -3.465,4.805 0.231,1.722 1.309,2.906 3.403,4.73 1.093,0.946 2.824,3.016 4.25,3.875 1.226,0.719 2.472,0.313 3.832,0.469 z"
-         style="font-size:25.60000038px;fill:#dba300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3157" /><path
-         d="m 719.77,472.721 c 1.894,0.234 4.496,-0.234 5.691,-1.117 1.117,-0.832 1.894,-1.293 2.91,-1.614 3.387,-1.117 8.082,-1.742 7.895,-4.789 -0.219,-3.648 -1.793,-5.179 -4.817,-6.105 -2.406,-0.738 -6.875,-4.133 -10.238,-4.414 -1.82,-0.176 -3.473,-0.184 -4.676,0.226 -1.133,0.399 -2.84,2.512 -4.746,4.063 -1.891,1.543 -3.84,2.66 -3.418,4.723 0.254,1.664 1.289,2.875 3.367,4.683 1.082,0.934 2.778,3.027 4.2,3.895 1.21,0.718 2.48,0.293 3.832,0.449 z"
-         style="font-size:25.60000038px;fill:#e0a900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3159" /><path
-         d="m 719.812,472.682 c 1.883,0.234 4.465,-0.231 5.653,-1.11 1.113,-0.824 1.887,-1.285 2.894,-1.601 3.364,-1.109 8.051,-1.738 7.864,-4.766 -0.215,-3.625 -1.817,-5.136 -4.821,-6.054 -2.39,-0.731 -6.84,-4.039 -10.179,-4.34 -1.836,-0.188 -3.442,-0.192 -4.637,0.211 -1.121,0.394 -2.824,2.507 -4.719,4.043 -1.871,1.531 -3.824,2.605 -3.367,4.64 0.277,1.606 1.27,2.844 3.332,4.637 1.07,0.926 2.73,3.043 4.145,3.914 1.195,0.719 2.492,0.273 3.835,0.426 z"
-         style="font-size:25.60000038px;fill:#e5af00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3161" /><path
-         d="m 719.855,472.647 c 1.872,0.23 4.438,-0.231 5.618,-1.106 1.105,-0.82 1.875,-1.277 2.875,-1.59 3.343,-1.101 8.015,-1.734 7.832,-4.746 -0.211,-3.597 -1.844,-5.093 -4.828,-6.004 -2.372,-0.722 -6.801,-3.945 -10.118,-4.265 -1.847,-0.199 -3.41,-0.196 -4.593,0.199 -1.114,0.391 -2.813,2.5 -4.692,4.027 -1.859,1.52 -3.808,2.543 -3.32,4.559 0.305,1.543 1.25,2.805 3.297,4.59 1.062,0.914 2.683,3.051 4.09,3.929 1.183,0.723 2.504,0.254 3.839,0.407 z"
-         style="font-size:25.60000038px;fill:#eab500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3163" /><path
-         d="m 719.898,472.612 c 1.86,0.226 4.411,-0.231 5.582,-1.098 1.098,-0.817 1.864,-1.27 2.856,-1.582 3.32,-1.094 7.984,-1.735 7.801,-4.723 -0.207,-3.57 -1.871,-5.051 -4.832,-5.953 -2.356,-0.719 -6.766,-3.852 -10.063,-4.191 -1.859,-0.215 -3.371,-0.207 -4.551,0.183 -1.105,0.387 -2.796,2.496 -4.66,4.008 -1.843,1.512 -3.797,2.484 -3.273,4.477 0.328,1.484 1.234,2.773 3.262,4.543 1.05,0.906 2.636,3.062 4.035,3.949 1.168,0.722 2.515,0.234 3.843,0.387 z"
-         style="font-size:25.60000038px;fill:#efba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3165" /><path
-         d="m 719.941,472.572 c 1.848,0.231 4.383,-0.226 5.547,-1.089 1.09,-0.809 1.852,-1.262 2.84,-1.571 3.297,-1.09 7.945,-1.73 7.766,-4.699 -0.203,-3.547 -1.895,-5.008 -4.84,-5.902 -2.336,-0.711 -6.727,-3.762 -10,-4.121 -1.875,-0.227 -3.34,-0.211 -4.508,0.175 -1.098,0.383 -2.781,2.489 -4.633,3.989 -1.832,1.496 -3.781,2.422 -3.226,4.39 0.351,1.422 1.215,2.743 3.226,4.496 1.043,0.895 2.59,3.079 3.981,3.969 1.156,0.723 2.527,0.211 3.847,0.363 z"
-         style="font-size:25.60000038px;fill:#f4c000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3167" /><path
-         d="m 719.984,472.537 c 1.836,0.227 4.356,-0.226 5.512,-1.082 1.082,-0.804 1.84,-1.258 2.82,-1.562 3.274,-1.082 7.914,-1.727 7.735,-4.676 -0.203,-3.523 -1.922,-4.969 -4.844,-5.852 -2.32,-0.707 -6.691,-3.668 -9.941,-4.05 -1.887,-0.239 -3.309,-0.219 -4.469,0.164 -1.086,0.379 -2.766,2.48 -4.606,3.968 -1.816,1.489 -3.765,2.364 -3.175,4.313 0.379,1.359 1.195,2.707 3.187,4.449 1.035,0.883 2.547,3.086 3.934,3.981 1.136,0.726 2.539,0.195 3.847,0.347 z"
-         style="font-size:25.60000038px;fill:#f9c600;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3169" /><path
-         d="m 720.027,472.498 c 1.825,0.227 4.325,-0.222 5.477,-1.074 1.074,-0.801 1.824,-1.25 2.801,-1.551 3.254,-1.074 7.879,-1.726 7.703,-4.652 -0.199,-3.5 -1.949,-4.926 -4.852,-5.801 -2.301,-0.699 -6.652,-3.578 -9.879,-3.976 -1.902,-0.25 -3.277,-0.227 -4.425,0.148 -1.079,0.375 -2.754,2.477 -4.579,3.953 -1.8,1.477 -3.753,2.301 -3.125,4.227 0.399,1.3 1.172,2.675 3.149,4.402 1.027,0.875 2.504,3.102 3.879,4 1.125,0.727 2.551,0.176 3.851,0.324 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3171" /><path
-         d="m 720.352,471.369 c 0.398,-0.82 1.414,-0.933 2.093,-1.3 0.649,-0.368 1.016,-0.454 1.27,-0.313 0.566,0.313 0.144,1.328 -0.422,1.695 -0.539,0.368 -3.164,0.453 -2.941,-0.082 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3173" /><path
-         d="m 720.41,471.358 c 0.387,-0.797 1.375,-0.907 2.039,-1.266 0.633,-0.359 0.992,-0.441 1.239,-0.305 0.55,0.305 0.136,1.297 -0.415,1.653 -0.523,0.359 -3.085,0.441 -2.863,-0.082 z"
-         style="font-size:25.60000038px;fill:#f9c600;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3175" /><path
-         d="m 720.465,471.35 c 0.375,-0.778 1.344,-0.883 1.984,-1.235 0.617,-0.347 0.969,-0.429 1.211,-0.293 0.535,0.293 0.133,1.262 -0.402,1.61 -0.512,0.347 -3.008,0.43 -2.793,-0.082 z"
-         style="font-size:25.60000038px;fill:#f4c000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3177" /><path
-         d="m 720.52,471.342 c 0.367,-0.758 1.308,-0.863 1.933,-1.199 0.602,-0.34 0.942,-0.418 1.176,-0.289 0.523,0.289 0.129,1.226 -0.391,1.566 -0.496,0.34 -2.926,0.418 -2.718,-0.078 z"
-         style="font-size:25.60000038px;fill:#efba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3179" /><path
-         d="m 720.578,471.334 c 0.356,-0.738 1.27,-0.84 1.879,-1.168 0.582,-0.332 0.914,-0.406 1.141,-0.281 0.507,0.281 0.129,1.195 -0.379,1.523 -0.485,0.332 -2.844,0.407 -2.641,-0.074 z"
-         style="font-size:25.60000038px;fill:#eab500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3181" /><path
-         d="m 720.633,471.326 c 0.347,-0.718 1.234,-0.816 1.828,-1.136 0.566,-0.321 0.887,-0.395 1.109,-0.274 0.492,0.274 0.121,1.164 -0.371,1.485 -0.469,0.32 -2.765,0.394 -2.566,-0.075 z"
-         style="font-size:25.60000038px;fill:#e5af00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3183" /><path
-         d="m 720.688,471.319 c 0.335,-0.696 1.199,-0.793 1.777,-1.106 0.547,-0.309 0.859,-0.383 1.078,-0.262 0.477,0.262 0.117,1.125 -0.359,1.438 -0.457,0.312 -2.688,0.383 -2.496,-0.07 z"
-         style="font-size:25.60000038px;fill:#e0a900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3185" /><path
-         d="m 720.746,471.307 c 0.324,-0.672 1.16,-0.766 1.719,-1.07 0.535,-0.301 0.836,-0.372 1.047,-0.254 0.465,0.254 0.117,1.093 -0.348,1.394 -0.441,0.305 -2.605,0.371 -2.418,-0.07 z"
-         style="font-size:25.60000038px;fill:#dba300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3187" /><path
-         d="m 720.801,471.299 c 0.316,-0.652 1.125,-0.742 1.668,-1.035 0.519,-0.293 0.812,-0.36 1.011,-0.25 0.454,0.25 0.114,1.058 -0.335,1.351 -0.43,0.293 -2.524,0.364 -2.344,-0.066 z"
-         style="font-size:25.60000038px;fill:#d69e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3189" /><path
-         d="m 720.855,471.291 c 0.305,-0.633 1.09,-0.719 1.618,-1.004 0.5,-0.285 0.785,-0.347 0.98,-0.238 0.438,0.238 0.109,1.023 -0.328,1.309 -0.414,0.281 -2.441,0.347 -2.27,-0.067 z"
-         style="font-size:25.60000038px;fill:#d19800;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3191" /><path
-         d="m 720.914,471.283 c 0.293,-0.613 1.055,-0.699 1.559,-0.972 0.488,-0.274 0.761,-0.336 0.953,-0.231 0.422,0.231 0.105,0.992 -0.321,1.266 -0.398,0.273 -2.363,0.336 -2.191,-0.063 z"
-         style="font-size:25.60000038px;fill:#cc9200;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3193" /><path
-         d="m 720.969,471.276 c 0.285,-0.594 1.019,-0.676 1.508,-0.938 0.468,-0.266 0.734,-0.328 0.918,-0.226 0.406,0.226 0.101,0.957 -0.305,1.222 -0.387,0.266 -2.285,0.328 -2.121,-0.058 z"
-         style="font-size:25.60000038px;fill:#c68c00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3195" /><path
-         d="m 721.023,471.264 c 0.278,-0.57 0.985,-0.649 1.457,-0.902 0.454,-0.258 0.708,-0.317 0.883,-0.219 0.395,0.219 0.102,0.926 -0.293,1.183 -0.375,0.254 -2.203,0.313 -2.047,-0.062 z"
-         style="font-size:25.60000038px;fill:#c18700;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3197" /><path
-         d="m 721.078,471.256 c 0.27,-0.547 0.949,-0.625 1.406,-0.871 0.434,-0.246 0.68,-0.301 0.852,-0.207 0.379,0.207 0.094,0.891 -0.285,1.137 -0.36,0.246 -2.121,0.3 -1.973,-0.059 z"
-         style="font-size:25.60000038px;fill:#bc8100;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3199" /><path
-         d="m 721.137,471.248 c 0.254,-0.527 0.91,-0.601 1.347,-0.84 0.422,-0.234 0.657,-0.289 0.821,-0.199 0.367,0.199 0.093,0.856 -0.27,1.094 -0.347,0.238 -2.047,0.293 -1.898,-0.055 z"
-         style="font-size:25.60000038px;fill:#b77b00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3201" /><path
-         d="m 721.191,471.24 c 0.247,-0.507 0.875,-0.578 1.297,-0.804 0.403,-0.231 0.633,-0.282 0.789,-0.196 0.352,0.196 0.09,0.825 -0.261,1.051 -0.336,0.231 -1.965,0.281 -1.825,-0.051 z"
-         style="font-size:25.60000038px;fill:#b27500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3203" /><path
-         d="m 721.246,471.233 c 0.238,-0.489 0.844,-0.555 1.246,-0.774 0.387,-0.219 0.606,-0.269 0.754,-0.183 0.336,0.183 0.086,0.789 -0.25,1.007 -0.32,0.219 -1.883,0.266 -1.75,-0.05 z"
-         style="font-size:25.60000038px;fill:#ad7000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3205" /><path
-         d="m 721.305,471.225 c 0.222,-0.469 0.804,-0.531 1.191,-0.742 0.367,-0.211 0.578,-0.258 0.723,-0.176 0.32,0.176 0.082,0.754 -0.242,0.965 -0.305,0.211 -1.801,0.257 -1.672,-0.047 z"
-         style="font-size:25.60000038px;fill:#a86a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3207" /><path
-         d="m 721.359,471.213 c 0.215,-0.445 0.77,-0.504 1.137,-0.707 0.356,-0.199 0.555,-0.246 0.692,-0.168 0.308,0.168 0.078,0.723 -0.231,0.922 -0.289,0.199 -1.719,0.246 -1.598,-0.047 z"
-         style="font-size:25.60000038px;fill:#a36400;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3209" /><path
-         d="m 721.414,471.205 c 0.207,-0.426 0.734,-0.484 1.086,-0.672 0.336,-0.191 0.527,-0.234 0.66,-0.164 0.293,0.164 0.074,0.692 -0.219,0.883 -0.281,0.188 -1.644,0.235 -1.527,-0.047 z"
-         style="font-size:25.60000038px;fill:#9e5e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3211" /><path
-         d="m 721.473,471.197 c 0.195,-0.402 0.695,-0.46 1.031,-0.64 0.32,-0.184 0.5,-0.223 0.629,-0.153 0.277,0.153 0.066,0.653 -0.211,0.836 -0.266,0.18 -1.563,0.223 -1.449,-0.043 z"
-         style="font-size:25.60000038px;fill:#995900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3213" /><path
-         d="m 714.422,470.315 c -0.125,-0.321 0.766,-0.926 1.215,-0.512 0.48,0.418 1.054,0.801 1.246,0.926 0.863,0.578 0.543,0.992 -0.895,0.734 -1.437,-0.254 -1.437,-0.828 -1.566,-1.148 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3215" /><path
-         d="m 714.445,470.319 c -0.125,-0.313 0.75,-0.903 1.188,-0.497 0.469,0.403 1.027,0.778 1.215,0.903 0.843,0.562 0.531,0.969 -0.871,0.719 -1.407,-0.25 -1.407,-0.813 -1.532,-1.125 z"
-         style="font-size:25.60000038px;fill:#f9c600;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3217" /><path
-         d="m 714.469,470.322 c -0.121,-0.304 0.73,-0.882 1.156,-0.484 0.457,0.395 1.008,0.758 1.191,0.883 0.821,0.547 0.516,0.941 -0.855,0.699 -1.371,-0.242 -1.371,-0.793 -1.492,-1.098 z"
-         style="font-size:25.60000038px;fill:#f4c000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3219" /><path
-         d="m 714.492,470.326 c -0.117,-0.297 0.715,-0.859 1.129,-0.472 0.445,0.386 0.981,0.742 1.16,0.859 0.801,0.535 0.504,0.922 -0.832,0.684 -1.34,-0.239 -1.34,-0.774 -1.457,-1.071 z"
-         style="font-size:25.60000038px;fill:#efba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3221" /><path
-         d="m 714.516,470.33 c -0.118,-0.289 0.695,-0.84 1.101,-0.461 0.434,0.375 0.957,0.723 1.129,0.84 0.785,0.52 0.492,0.899 -0.808,0.664 -1.305,-0.23 -1.305,-0.75 -1.422,-1.043 z"
-         style="font-size:25.60000038px;fill:#eab500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3223" /><path
-         d="m 714.539,470.334 c -0.113,-0.281 0.676,-0.816 1.074,-0.449 0.422,0.367 0.93,0.703 1.102,0.816 0.762,0.512 0.48,0.875 -0.793,0.653 -1.27,-0.227 -1.27,-0.735 -1.383,-1.02 z"
-         style="font-size:25.60000038px;fill:#e5af00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3225" /><path
-         d="m 714.562,470.338 c -0.109,-0.273 0.661,-0.797 1.043,-0.437 0.415,0.355 0.911,0.687 1.075,0.796 0.742,0.497 0.465,0.852 -0.77,0.633 -1.238,-0.218 -1.238,-0.715 -1.348,-0.992 z"
-         style="font-size:25.60000038px;fill:#e0a900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3227" /><path
-         d="m 714.586,470.342 c -0.109,-0.266 0.641,-0.773 1.016,-0.426 0.402,0.348 0.882,0.668 1.043,0.778 0.722,0.48 0.457,0.828 -0.75,0.613 -1.204,-0.215 -1.204,-0.695 -1.309,-0.965 z"
-         style="font-size:25.60000038px;fill:#dba300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3229" /><path
-         d="m 714.609,470.346 c -0.105,-0.258 0.621,-0.754 0.989,-0.414 0.39,0.336 0.859,0.648 1.015,0.754 0.699,0.468 0.442,0.808 -0.73,0.597 -1.172,-0.207 -1.172,-0.675 -1.274,-0.937 z"
-         style="font-size:25.60000038px;fill:#d69e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3231" /><path
-         d="m 714.629,470.35 c -0.098,-0.25 0.609,-0.731 0.961,-0.403 0.383,0.329 0.836,0.633 0.988,0.735 0.684,0.453 0.43,0.781 -0.707,0.582 -1.141,-0.203 -1.141,-0.66 -1.242,-0.914 z"
-         style="font-size:25.60000038px;fill:#d19800;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3233" /><path
-         d="m 714.652,470.354 c -0.097,-0.242 0.59,-0.711 0.934,-0.391 0.367,0.32 0.812,0.613 0.957,0.711 0.664,0.441 0.418,0.762 -0.688,0.566 -1.101,-0.199 -1.101,-0.64 -1.203,-0.886 z"
-         style="font-size:25.60000038px;fill:#cc9200;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3235" /><path
-         d="m 714.676,470.362 c -0.094,-0.239 0.574,-0.692 0.906,-0.383 0.356,0.308 0.785,0.593 0.93,0.691 0.64,0.43 0.402,0.738 -0.668,0.547 -1.071,-0.191 -1.071,-0.617 -1.168,-0.855 z"
-         style="font-size:25.60000038px;fill:#c68c00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3237" /><path
-         d="m 714.699,470.365 c -0.09,-0.23 0.555,-0.671 0.879,-0.371 0.344,0.301 0.758,0.578 0.899,0.668 0.621,0.418 0.39,0.719 -0.649,0.532 -1.035,-0.184 -1.035,-0.598 -1.129,-0.829 z"
-         style="font-size:25.60000038px;fill:#c18700;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3239" /><path
-         d="m 714.723,470.369 c -0.09,-0.222 0.535,-0.648 0.847,-0.359 0.336,0.289 0.739,0.559 0.871,0.648 0.606,0.403 0.379,0.692 -0.625,0.512 -1.004,-0.18 -1.004,-0.578 -1.093,-0.801 z"
-         style="font-size:25.60000038px;fill:#bc8100;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3241" /><path
-         d="m 714.746,470.373 c -0.086,-0.219 0.52,-0.629 0.82,-0.347 0.325,0.281 0.711,0.539 0.844,0.628 0.582,0.387 0.367,0.668 -0.605,0.497 -0.973,-0.176 -0.973,-0.563 -1.059,-0.778 z"
-         style="font-size:25.60000038px;fill:#b77b00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3243" /><path
-         d="m 714.77,470.377 c -0.082,-0.211 0.5,-0.605 0.792,-0.336 0.313,0.274 0.688,0.524 0.813,0.606 0.563,0.375 0.355,0.644 -0.582,0.48 -0.941,-0.168 -0.941,-0.543 -1.023,-0.75 z"
-         style="font-size:25.60000038px;fill:#b27500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3245" /><path
-         d="m 714.793,470.381 c -0.082,-0.203 0.48,-0.586 0.762,-0.324 0.304,0.262 0.664,0.504 0.785,0.586 0.543,0.359 0.344,0.621 -0.563,0.461 -0.906,-0.16 -0.906,-0.524 -0.984,-0.723 z"
-         style="font-size:25.60000038px;fill:#ad7000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3247" /><path
-         d="m 714.816,470.385 c -0.078,-0.195 0.465,-0.563 0.735,-0.313 0.293,0.254 0.64,0.485 0.754,0.563 0.523,0.352 0.332,0.602 -0.539,0.445 -0.871,-0.152 -0.871,-0.504 -0.95,-0.695 z"
-         style="font-size:25.60000038px;fill:#a86a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3249" /><path
-         d="m 714.84,470.389 c -0.074,-0.188 0.445,-0.539 0.707,-0.297 0.277,0.242 0.613,0.465 0.726,0.539 0.504,0.336 0.317,0.578 -0.523,0.43 -0.836,-0.153 -0.836,-0.485 -0.91,-0.672 z"
-         style="font-size:25.60000038px;fill:#a36400;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3251" /><path
-         d="m 714.859,470.393 c -0.07,-0.18 0.434,-0.52 0.684,-0.285 0.266,0.23 0.59,0.445 0.695,0.515 0.485,0.324 0.305,0.555 -0.5,0.414 -0.804,-0.144 -0.804,-0.465 -0.879,-0.644 z"
-         style="font-size:25.60000038px;fill:#9e5e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3253" /><path
-         d="m 714.883,470.397 c -0.067,-0.172 0.414,-0.496 0.652,-0.274 0.258,0.223 0.567,0.43 0.668,0.496 0.465,0.309 0.293,0.532 -0.476,0.395 -0.774,-0.137 -0.774,-0.445 -0.844,-0.617 z"
-         style="font-size:25.60000038px;fill:#995900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3255" /><path
-         d="m 716.023,461.838 c -0.089,-1.121 2.489,1.684 2.649,1.93 0.336,0.605 1.457,2.308 1.637,3.027 0.336,1.258 0.941,2.176 0.558,3.5 -0.133,0.426 -1.074,0.539 -1.5,0.27 -1.211,-0.719 -1.035,-1.594 -1.168,-2.403 -0.449,-2.289 -2.019,-4.597 -2.176,-6.324 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3257" /><path
-         d="m 716.129,462.014 c -0.086,-1.094 2.426,1.644 2.578,1.883 0.328,0.593 1.418,2.257 1.59,2.957 0.328,1.226 0.918,2.121 0.543,3.414 -0.133,0.414 -1.051,0.523 -1.465,0.258 -1.18,-0.7 -1.004,-1.555 -1.133,-2.34 -0.433,-2.235 -1.965,-4.489 -2.113,-6.172 z"
-         style="font-size:25.60000038px;fill:#ffcc02;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3259" /><path
-         d="m 716.234,462.186 c -0.082,-1.063 2.36,1.609 2.508,1.843 0.32,0.575 1.379,2.2 1.547,2.883 0.316,1.192 0.891,2.067 0.523,3.325 -0.128,0.406 -1.023,0.507 -1.429,0.25 -1.149,-0.684 -0.977,-1.516 -1.102,-2.282 -0.418,-2.176 -1.902,-4.375 -2.047,-6.019 z"
-         style="font-size:25.60000038px;fill:#ffcc05;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3261" /><path
-         d="m 716.34,462.362 c -0.078,-1.036 2.297,1.57 2.441,1.796 0.309,0.563 1.336,2.145 1.5,2.809 0.305,1.164 0.864,2.02 0.504,3.242 -0.129,0.395 -1,0.492 -1.39,0.242 -1.122,-0.672 -0.95,-1.48 -1.071,-2.226 -0.406,-2.117 -1.847,-4.262 -1.984,-5.863 z"
-         style="font-size:25.60000038px;fill:#ffcc07;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3263" /><path
-         d="m 716.445,462.537 c -0.074,-1.008 2.231,1.532 2.371,1.754 0.301,0.547 1.297,2.09 1.457,2.735 0.293,1.132 0.836,1.964 0.485,3.152 -0.125,0.387 -0.973,0.48 -1.356,0.234 -1.086,-0.652 -0.922,-1.437 -1.035,-2.168 -0.39,-2.062 -1.789,-4.152 -1.922,-5.707 z"
-         style="font-size:25.60000038px;fill:#ffcd0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3265" /><path
-         d="m 716.551,462.713 c -0.071,-0.98 2.168,1.492 2.301,1.707 0.289,0.535 1.261,2.035 1.41,2.664 0.289,1.102 0.812,1.91 0.468,3.067 -0.125,0.371 -0.949,0.464 -1.32,0.226 -1.055,-0.637 -0.89,-1.402 -1.004,-2.109 -0.375,-2.008 -1.73,-4.043 -1.855,-5.555 z"
-         style="font-size:25.60000038px;fill:#ffcd0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3267" /><path
-         d="m 716.656,462.889 c -0.066,-0.953 2.102,1.453 2.235,1.664 0.277,0.516 1.218,1.976 1.363,2.59 0.273,1.07 0.781,1.859 0.445,2.98 -0.117,0.36 -0.918,0.446 -1.281,0.215 -1.023,-0.621 -0.859,-1.363 -0.969,-2.051 -0.359,-1.949 -1.676,-3.929 -1.793,-5.398 z"
-         style="font-size:25.60000038px;fill:#ffcd0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3269" /><path
-         d="m 716.762,463.065 c -0.063,-0.926 2.035,1.414 2.164,1.617 0.269,0.504 1.179,1.926 1.32,2.519 0.266,1.039 0.754,1.805 0.426,2.891 -0.117,0.352 -0.895,0.434 -1.242,0.207 -0.992,-0.605 -0.836,-1.324 -0.938,-1.992 -0.347,-1.895 -1.617,-3.817 -1.73,-5.242 z"
-         style="font-size:25.60000038px;fill:#ffcd11;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3271" /><path
-         d="m 716.867,463.24 c -0.058,-0.898 1.973,1.375 2.094,1.575 0.262,0.488 1.141,1.867 1.277,2.441 0.254,1.012 0.727,1.754 0.407,2.809 -0.114,0.339 -0.868,0.418 -1.207,0.199 -0.961,-0.59 -0.805,-1.289 -0.907,-1.938 -0.332,-1.836 -1.558,-3.703 -1.664,-5.086 z"
-         style="font-size:25.60000038px;fill:#ffce14;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3273" /><path
-         d="m 716.973,463.416 c -0.055,-0.871 1.906,1.336 2.027,1.531 0.25,0.473 1.098,1.809 1.227,2.368 0.246,0.98 0.703,1.699 0.39,2.722 -0.113,0.328 -0.844,0.403 -1.172,0.188 -0.929,-0.574 -0.777,-1.25 -0.871,-1.879 -0.316,-1.777 -1.504,-3.59 -1.601,-4.93 z"
-         style="font-size:25.60000038px;fill:#ffce16;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3275" /><path
-         d="m 717.078,463.588 c -0.051,-0.84 1.844,1.301 1.957,1.488 0.242,0.461 1.059,1.754 1.184,2.297 0.234,0.949 0.676,1.649 0.367,2.633 -0.106,0.32 -0.816,0.391 -1.129,0.18 -0.898,-0.555 -0.754,-1.211 -0.84,-1.817 -0.305,-1.722 -1.449,-3.48 -1.539,-4.781 z"
-         style="font-size:25.60000038px;fill:#ffce19;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3277" /><path
-         d="m 717.184,463.764 c -0.047,-0.813 1.777,1.262 1.886,1.445 0.235,0.445 1.024,1.699 1.141,2.223 0.223,0.914 0.648,1.594 0.348,2.547 -0.106,0.308 -0.789,0.371 -1.094,0.172 -0.867,-0.543 -0.723,-1.172 -0.809,-1.762 -0.285,-1.668 -1.386,-3.367 -1.472,-4.625 z"
-         style="font-size:25.60000038px;fill:#ffce1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3279" /><path
-         d="m 717.289,463.94 c -0.043,-0.786 1.715,1.222 1.82,1.398 0.223,0.43 0.981,1.645 1.094,2.152 0.211,0.883 0.617,1.539 0.328,2.461 -0.101,0.293 -0.761,0.356 -1.058,0.161 -0.832,-0.524 -0.692,-1.133 -0.774,-1.704 -0.273,-1.609 -1.332,-3.254 -1.41,-4.468 z"
-         style="font-size:25.60000038px;fill:#ffcf1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3281" /><path
-         d="m 717.395,464.115 c -0.04,-0.757 1.648,1.184 1.75,1.356 0.214,0.414 0.941,1.586 1.046,2.074 0.204,0.856 0.594,1.488 0.313,2.375 -0.102,0.285 -0.738,0.344 -1.02,0.152 -0.804,-0.507 -0.668,-1.093 -0.742,-1.64 -0.258,-1.555 -1.277,-3.149 -1.347,-4.317 z"
-         style="font-size:25.60000038px;fill:#ffcf21;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3283" /><path
-         d="m 717.5,464.291 c -0.035,-0.73 1.582,1.145 1.68,1.309 0.207,0.402 0.902,1.535 1.004,2.004 0.191,0.824 0.566,1.433 0.293,2.289 -0.098,0.273 -0.715,0.328 -0.985,0.144 -0.773,-0.492 -0.637,-1.058 -0.711,-1.586 -0.242,-1.5 -1.215,-3.035 -1.281,-4.16 z"
-         style="font-size:25.60000038px;fill:#ffcf23;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3285" /><path
-         d="m 717.605,464.467 c -0.031,-0.703 1.52,1.105 1.614,1.266 0.195,0.386 0.859,1.476 0.957,1.929 0.179,0.793 0.539,1.383 0.269,2.2 -0.093,0.265 -0.683,0.316 -0.945,0.136 -0.742,-0.476 -0.609,-1.019 -0.676,-1.527 -0.23,-1.442 -1.16,-2.922 -1.219,-4.004 z"
-         style="font-size:25.60000038px;fill:#ffcf26;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3287" /><path
-         d="m 717.711,464.643 c -0.027,-0.676 1.453,1.066 1.543,1.219 0.187,0.375 0.82,1.421 0.91,1.859 0.172,0.762 0.516,1.328 0.254,2.113 -0.09,0.254 -0.66,0.297 -0.906,0.125 -0.711,-0.457 -0.582,-0.98 -0.645,-1.469 -0.215,-1.382 -1.101,-2.808 -1.156,-3.847 z"
-         style="font-size:25.60000038px;fill:#ffd028;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3289" /><path
-         d="m 717.816,464.815 c -0.023,-0.645 1.391,1.031 1.473,1.179 0.18,0.356 0.781,1.368 0.867,1.785 0.164,0.731 0.489,1.274 0.235,2.028 -0.09,0.242 -0.633,0.281 -0.871,0.117 -0.68,-0.445 -0.555,-0.945 -0.614,-1.414 -0.199,-1.324 -1.043,-2.695 -1.09,-3.695 z"
-         style="font-size:25.60000038px;fill:#ffd02b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3291" /><path
-         d="m 717.922,464.99 c -0.02,-0.617 1.324,0.993 1.406,1.133 0.168,0.344 0.738,1.313 0.82,1.711 0.153,0.703 0.461,1.227 0.215,1.942 -0.086,0.234 -0.609,0.269 -0.836,0.109 -0.648,-0.426 -0.523,-0.906 -0.578,-1.352 -0.183,-1.273 -0.988,-2.586 -1.027,-3.543 z"
-         style="font-size:25.60000038px;fill:#ffd02d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3293" /><path
-         d="m 718.027,465.166 c -0.015,-0.59 1.262,0.957 1.336,1.09 0.16,0.328 0.699,1.254 0.774,1.637 0.144,0.672 0.433,1.172 0.199,1.855 -0.086,0.223 -0.582,0.254 -0.801,0.098 -0.613,-0.41 -0.496,-0.863 -0.543,-1.293 -0.172,-1.215 -0.933,-2.473 -0.965,-3.387 z"
-         style="font-size:25.60000038px;fill:#ffd030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3295" /><path
-         d="m 718.133,465.342 c -0.012,-0.563 1.195,0.918 1.265,1.047 0.153,0.312 0.664,1.199 0.731,1.562 0.133,0.641 0.406,1.118 0.176,1.77 -0.078,0.207 -0.555,0.238 -0.758,0.09 -0.586,-0.395 -0.473,-0.828 -0.516,-1.239 -0.156,-1.156 -0.871,-2.359 -0.898,-3.23 z"
-         style="font-size:25.60000038px;fill:#ffd133;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3297" /><path
-         d="m 724.934,466.506 c -1.246,-1.355 -2.122,-2.656 -2.829,-3.531 -0.734,-0.906 -2.543,-1.981 -1.64,-3.028 0.765,-0.929 3.902,0.766 6.332,2.575 2.402,1.808 6.16,3.418 4.324,5.48 -0.961,1.047 -3.223,0.82 -4.098,0.254 -0.679,-0.422 -1.074,-0.648 -2.089,-1.75 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3299" /><path
-         d="m 724.984,466.447 c -1.222,-1.328 -2.086,-2.601 -2.781,-3.46 -0.723,-0.883 -2.5,-1.942 -1.621,-2.958 0.742,-0.906 3.816,0.766 6.199,2.54 2.356,1.777 6.039,3.367 4.25,5.371 -0.937,1.015 -3.148,0.785 -4.008,0.23 -0.664,-0.418 -1.046,-0.656 -2.039,-1.723 z"
-         style="font-size:25.60000038px;fill:#ffcc02;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3301" /><path
-         d="m 725.039,466.385 c -1.203,-1.293 -2.051,-2.547 -2.738,-3.383 -0.711,-0.859 -2.461,-1.902 -1.602,-2.89 0.723,-0.879 3.735,0.761 6.071,2.507 2.308,1.743 5.914,3.313 4.168,5.258 -0.911,0.988 -3.075,0.75 -3.915,0.203 -0.652,-0.41 -1.019,-0.66 -1.984,-1.695 z"
-         style="font-size:25.60000038px;fill:#ffcc05;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3303" /><path
-         d="m 725.094,466.326 c -1.188,-1.265 -2.02,-2.492 -2.696,-3.308 -0.695,-0.84 -2.418,-1.867 -1.586,-2.824 0.708,-0.856 3.653,0.761 5.942,2.472 2.262,1.711 5.789,3.258 4.094,5.149 -0.887,0.957 -3.004,0.711 -3.828,0.179 -0.633,-0.402 -0.989,-0.668 -1.926,-1.668 z"
-         style="font-size:25.60000038px;fill:#ffcc07;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3305" /><path
-         d="m 725.145,466.264 c -1.165,-1.231 -1.981,-2.434 -2.645,-3.231 -0.688,-0.82 -2.383,-1.832 -1.57,-2.757 0.683,-0.829 3.57,0.761 5.808,2.441 2.215,1.68 5.668,3.203 4.016,5.035 -0.863,0.926 -2.93,0.676 -3.734,0.152 -0.622,-0.394 -0.961,-0.671 -1.875,-1.64 z"
-         style="font-size:25.60000038px;fill:#ffcd0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3307" /><path
-         d="m 725.199,466.205 c -1.144,-1.203 -1.949,-2.383 -2.601,-3.16 -0.676,-0.793 -2.34,-1.789 -1.551,-2.687 0.664,-0.805 3.484,0.761 5.68,2.406 2.168,1.648 5.539,3.152 3.937,4.922 -0.84,0.898 -2.855,0.644 -3.644,0.129 -0.61,-0.387 -0.934,-0.676 -1.821,-1.61 z"
-         style="font-size:25.60000038px;fill:#ffcd0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3309" /><path
-         d="m 725.254,466.147 c -1.129,-1.176 -1.914,-2.328 -2.559,-3.086 -0.664,-0.774 -2.297,-1.754 -1.531,-2.625 0.645,-0.774 3.398,0.761 5.547,2.379 2.121,1.613 5.418,3.093 3.863,4.808 -0.816,0.867 -2.785,0.606 -3.554,0.102 -0.594,-0.379 -0.907,-0.68 -1.766,-1.578 z"
-         style="font-size:25.60000038px;fill:#ffcd0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3311" /><path
-         d="m 725.305,466.084 c -1.106,-1.14 -1.879,-2.269 -2.512,-3.008 -0.652,-0.754 -2.258,-1.718 -1.516,-2.558 0.625,-0.75 3.321,0.761 5.418,2.344 2.075,1.582 5.293,3.042 3.785,4.699 -0.789,0.836 -2.71,0.57 -3.464,0.078 -0.578,-0.375 -0.875,-0.688 -1.711,-1.555 z"
-         style="font-size:25.60000038px;fill:#ffcd11;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3313" /><path
-         d="m 725.359,466.026 c -1.086,-1.114 -1.847,-2.219 -2.468,-2.938 -0.637,-0.73 -2.215,-1.68 -1.496,-2.488 0.605,-0.723 3.234,0.762 5.285,2.312 2.031,1.547 5.172,2.989 3.711,4.582 -0.766,0.809 -2.637,0.535 -3.375,0.055 -0.563,-0.367 -0.852,-0.695 -1.657,-1.523 z"
-         style="font-size:25.60000038px;fill:#ffce14;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3315" /><path
-         d="m 725.414,465.963 c -1.07,-1.078 -1.812,-2.16 -2.426,-2.859 -0.625,-0.707 -2.172,-1.641 -1.476,-2.422 0.582,-0.699 3.152,0.758 5.156,2.277 1.98,1.516 5.043,2.934 3.629,4.473 -0.742,0.777 -2.563,0.5 -3.281,0.027 -0.551,-0.359 -0.825,-0.699 -1.602,-1.496 z"
-         style="font-size:25.60000038px;fill:#ffce16;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3317" /><path
-         d="m 725.469,465.904 c -1.051,-1.05 -1.781,-2.105 -2.383,-2.785 -0.613,-0.687 -2.133,-1.605 -1.461,-2.355 0.566,-0.672 3.07,0.758 5.027,2.242 1.934,1.484 4.922,2.883 3.555,4.363 -0.719,0.746 -2.492,0.465 -3.191,0 -0.536,-0.351 -0.797,-0.703 -1.547,-1.465 z"
-         style="font-size:25.60000038px;fill:#ffce19;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3319" /><path
-         d="m 725.52,465.842 c -1.028,-1.016 -1.743,-2.051 -2.336,-2.707 -0.602,-0.668 -2.09,-1.57 -1.442,-2.289 0.547,-0.649 2.988,0.758 4.895,2.211 1.886,1.449 4.797,2.824 3.476,4.246 -0.691,0.723 -2.418,0.43 -3.101,-0.02 -0.52,-0.343 -0.766,-0.711 -1.492,-1.441 z"
-         style="font-size:25.60000038px;fill:#ffce1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3321" /><path
-         d="m 725.574,465.783 c -1.012,-0.988 -1.711,-1.996 -2.289,-2.636 -0.594,-0.641 -2.055,-1.528 -1.426,-2.223 0.524,-0.617 2.903,0.762 4.766,2.18 1.84,1.422 4.672,2.773 3.398,4.136 -0.668,0.692 -2.343,0.395 -3.011,-0.046 -0.508,-0.336 -0.739,-0.715 -1.438,-1.411 z"
-         style="font-size:25.60000038px;fill:#ffcf1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3323" /><path
-         d="m 725.629,465.725 c -0.992,-0.961 -1.68,-1.942 -2.246,-2.563 -0.578,-0.621 -2.012,-1.492 -1.41,-2.156 0.507,-0.594 2.82,0.762 4.636,2.148 1.793,1.387 4.547,2.719 3.321,4.024 -0.641,0.66 -2.27,0.359 -2.918,-0.074 -0.492,-0.328 -0.711,-0.719 -1.383,-1.379 z"
-         style="font-size:25.60000038px;fill:#ffcf21;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3325" /><path
-         d="m 725.68,465.662 c -0.969,-0.925 -1.641,-1.886 -2.2,-2.484 -0.566,-0.602 -1.968,-1.457 -1.39,-2.09 0.488,-0.566 2.738,0.758 4.504,2.113 1.746,1.356 4.426,2.664 3.246,3.914 -0.621,0.629 -2.199,0.321 -2.828,-0.097 -0.481,-0.324 -0.684,-0.727 -1.332,-1.356 z"
-         style="font-size:25.60000038px;fill:#ffcf23;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3327" /><path
-         d="m 725.734,465.604 c -0.953,-0.899 -1.609,-1.832 -2.156,-2.414 -0.555,-0.575 -1.93,-1.414 -1.371,-2.02 0.465,-0.543 2.652,0.758 4.371,2.082 1.703,1.32 4.301,2.61 3.168,3.797 -0.594,0.602 -2.121,0.289 -2.738,-0.121 -0.461,-0.316 -0.653,-0.731 -1.274,-1.324 z"
-         style="font-size:25.60000038px;fill:#ffcf26;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3329" /><path
-         d="m 725.789,465.541 c -0.934,-0.863 -1.574,-1.773 -2.113,-2.336 -0.543,-0.554 -1.887,-1.379 -1.356,-1.953 0.45,-0.515 2.575,0.758 4.246,2.047 1.653,1.289 4.176,2.559 3.09,3.688 -0.57,0.57 -2.051,0.253 -2.648,-0.149 -0.449,-0.309 -0.625,-0.734 -1.219,-1.297 z"
-         style="font-size:25.60000038px;fill:#ffd028;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3331" /><path
-         d="m 725.84,465.483 c -0.91,-0.836 -1.539,-1.719 -2.067,-2.262 -0.527,-0.535 -1.843,-1.344 -1.335,-1.887 0.429,-0.492 2.488,0.758 4.113,2.016 1.605,1.254 4.054,2.5 3.015,3.574 -0.546,0.539 -1.98,0.215 -2.558,-0.176 -0.438,-0.301 -0.598,-0.738 -1.168,-1.265 z"
-         style="font-size:25.60000038px;fill:#ffd02b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3333" /><path
-         d="m 725.895,465.42 c -0.895,-0.801 -1.504,-1.664 -2.024,-2.183 -0.516,-0.516 -1.805,-1.305 -1.316,-1.825 0.406,-0.461 2.406,0.758 3.98,1.985 1.563,1.222 3.93,2.449 2.938,3.465 -0.52,0.507 -1.907,0.179 -2.465,-0.2 -0.422,-0.293 -0.57,-0.75 -1.113,-1.242 z"
-         style="font-size:25.60000038px;fill:#ffd02d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3335" /><path
-         d="m 725.949,465.362 c -0.875,-0.774 -1.472,-1.61 -1.98,-2.114 -0.504,-0.488 -1.762,-1.265 -1.301,-1.754 0.391,-0.437 2.324,0.758 3.855,1.953 1.512,1.192 3.805,2.395 2.86,3.348 -0.5,0.484 -1.832,0.149 -2.375,-0.223 -0.41,-0.285 -0.547,-0.753 -1.059,-1.21 z"
-         style="font-size:25.60000038px;fill:#ffd030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3337" /><path
-         d="m 726,465.303 c -0.852,-0.746 -1.438,-1.555 -1.93,-2.039 -0.496,-0.469 -1.726,-1.231 -1.285,-1.688 0.367,-0.41 2.238,0.758 3.723,1.918 1.465,1.16 3.68,2.34 2.781,3.239 -0.473,0.453 -1.758,0.109 -2.285,-0.25 -0.391,-0.278 -0.516,-0.758 -1.004,-1.18 z"
-         style="font-size:25.60000038px;fill:#ffd133;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3339" /><path
-         d="m 727.59,438.018 c 0.34,1.101 11.332,3.703 13.14,2.855 1.782,-0.851 10.317,-13.258 8.79,-13.937 -1.524,-0.649 -4.805,4.129 -9.579,6.332 -4.777,2.207 -12.691,3.617 -12.351,4.75 z"
-         style="font-size:25.60000038px;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3341" /><path
-         d="m 727.914,437.994 c 0.332,1.086 11.047,3.563 12.832,2.746 1.758,-0.816 10.113,-12.914 8.613,-13.578 -1.5,-0.636 -4.699,4.063 -9.398,6.231 -4.699,2.172 -12.383,3.492 -12.047,4.601 z"
-         style="font-size:25.60000038px;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3343" /><path
-         d="m 728.234,437.971 c 0.328,1.066 10.766,3.426 12.524,2.641 1.734,-0.786 9.914,-12.575 8.437,-13.223 -1.476,-0.629 -4.586,3.996 -9.215,6.129 -4.625,2.136 -12.07,3.363 -11.746,4.453 z"
-         style="font-size:25.60000038px;fill:#f4f4f4;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3345" /><path
-         d="m 728.559,437.951 c 0.32,1.047 10.476,3.282 12.214,2.528 1.707,-0.75 9.711,-12.227 8.262,-12.867 -1.453,-0.614 -4.48,3.933 -9.031,6.031 -4.551,2.101 -11.766,3.234 -11.445,4.308 z"
-         style="font-size:25.60000038px;fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3347" /><path
-         d="m 728.883,437.928 c 0.316,1.027 10.191,3.144 11.902,2.422 1.688,-0.719 9.512,-11.887 8.09,-12.512 -1.43,-0.601 -4.375,3.867 -8.852,5.93 -4.472,2.066 -11.453,3.109 -11.14,4.16 z"
-         style="font-size:25.60000038px;fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3349" /><path
-         d="m 729.207,437.904 c 0.309,1.012 9.906,3.004 11.594,2.317 1.664,-0.692 9.312,-11.547 7.91,-12.156 -1.402,-0.59 -4.266,3.8 -8.664,5.832 -4.399,2.027 -11.149,2.976 -10.84,4.007 z"
-         style="font-size:25.60000038px;fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3351" /><path
-         d="m 729.531,437.885 c 0.301,0.988 9.621,2.863 11.281,2.203 1.641,-0.656 9.114,-11.203 7.735,-11.801 -1.375,-0.574 -4.156,3.739 -8.481,5.735 -4.324,1.992 -10.836,2.847 -10.535,3.863 z"
-         style="font-size:25.60000038px;fill:#e0e0e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3353" /><path
-         d="m 729.855,437.862 c 0.293,0.972 9.336,2.722 10.973,2.097 1.613,-0.625 8.91,-10.863 7.559,-11.445 -1.352,-0.563 -4.051,3.672 -8.301,5.633 -4.246,1.957 -10.527,2.722 -10.231,3.715 z"
-         style="font-size:25.60000038px;fill:#dbdbdb;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3355" /><path
-         d="m 730.18,437.838 c 0.285,0.957 9.05,2.586 10.66,1.992 1.594,-0.593 8.711,-10.519 7.383,-11.09 -1.325,-0.554 -3.942,3.606 -8.114,5.532 -4.171,1.925 -10.218,2.593 -9.929,3.566 z"
-         style="font-size:25.60000038px;fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3357" /><path
-         d="m 730.5,437.815 c 0.285,0.937 8.766,2.445 10.352,1.882 1.574,-0.558 8.511,-10.175 7.21,-10.734 -1.3,-0.539 -3.835,3.543 -7.933,5.434 -4.094,1.89 -9.91,2.468 -9.629,3.418 z"
-         style="font-size:25.60000038px;fill:#d1d1d1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3359" /><path
-         d="m 730.824,437.795 c 0.278,0.918 8.481,2.305 10.043,1.774 1.547,-0.532 8.309,-9.836 7.031,-10.379 -1.273,-0.528 -3.722,3.472 -7.746,5.332 -4.023,1.855 -9.601,2.34 -9.328,3.273 z"
-         style="font-size:25.60000038px;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3361" /><path
-         d="m 731.148,437.772 c 0.27,0.898 8.196,2.164 9.731,1.668 1.523,-0.5 8.109,-9.496 6.859,-10.024 -1.25,-0.515 -3.617,3.406 -7.566,5.231 -3.945,1.82 -9.293,2.211 -9.024,3.125 z"
-         style="font-size:25.60000038px;fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3363" /><path
-         d="m 731.473,437.748 c 0.261,0.883 7.91,2.028 9.422,1.559 1.5,-0.465 7.906,-9.153 6.679,-9.668 -1.222,-0.504 -3.508,3.344 -7.379,5.133 -3.871,1.785 -8.984,2.086 -8.722,2.976 z"
-         style="font-size:25.60000038px;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3365" /><path
-         d="m 731.797,437.729 c 0.258,0.859 7.625,1.883 9.109,1.449 1.481,-0.434 7.707,-8.813 6.508,-9.313 -1.199,-0.492 -3.402,3.278 -7.199,5.032 -3.793,1.75 -8.676,1.957 -8.418,2.832 z"
-         style="font-size:25.60000038px;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3367" /><path
-         d="m 732.121,437.705 c 0.25,0.844 7.336,1.746 8.801,1.344 1.453,-0.402 7.504,-8.469 6.332,-8.957 -1.176,-0.48 -3.297,3.211 -7.016,4.93 -3.722,1.715 -8.367,1.828 -8.117,2.683 z"
-         style="font-size:25.60000038px;fill:#b7b7b7;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3369" /><path
-         d="m 732.445,437.682 c 0.243,0.828 7.051,1.605 8.489,1.234 1.433,-0.371 7.304,-8.125 6.156,-8.601 -1.149,-0.465 -3.188,3.148 -6.832,4.832 -3.645,1.683 -8.059,1.703 -7.813,2.535 z"
-         style="font-size:25.60000038px;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3371" /><path
-         d="m 732.766,437.658 c 0.238,0.809 6.769,1.469 8.183,1.129 1.406,-0.34 7.102,-7.785 5.981,-8.246 -1.125,-0.453 -3.082,3.082 -6.653,4.731 -3.566,1.648 -7.746,1.574 -7.511,2.386 z"
-         style="font-size:25.60000038px;fill:#adadad;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3373" /><path
-         d="m 733.09,437.639 c 0.234,0.789 6.484,1.328 7.871,1.019 1.383,-0.308 6.906,-7.445 5.805,-7.89 -1.102,-0.446 -2.973,3.015 -6.465,4.629 -3.492,1.613 -7.442,1.445 -7.211,2.242 z"
-         style="font-size:25.60000038px;fill:#a8a8a8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3375" /><path
-         d="m 733.414,437.615 c 0.227,0.77 6.195,1.188 7.563,0.911 1.359,-0.274 6.703,-7.102 5.628,-7.536 -1.074,-0.429 -2.867,2.954 -6.285,4.532 -3.418,1.578 -7.132,1.32 -6.906,2.093 z"
-         style="font-size:25.60000038px;fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3377" /><path
-         d="m 733.738,437.592 c 0.219,0.754 5.91,1.051 7.25,0.805 1.336,-0.246 6.504,-6.762 5.453,-7.18 -1.05,-0.418 -2.753,2.887 -6.097,4.43 -3.344,1.543 -6.824,1.191 -6.606,1.945 z"
-         style="font-size:25.60000038px;fill:#9e9e9e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3379" /><path
-         d="m 734.062,437.572 c 0.211,0.735 5.626,0.907 6.942,0.696 1.312,-0.215 6.301,-6.418 5.277,-6.824 -1.027,-0.407 -2.648,2.82 -5.918,4.328 -3.265,1.507 -6.515,1.062 -6.301,1.8 z"
-         style="font-size:25.60000038px;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3381" /><path
-         d="m 713.738,421.115 c 1.133,-0.054 0.059,-6.386 0.059,-12.914 0,-6.531 0.875,-8.82 0.055,-9.64 -0.817,-0.821 -2.231,2.121 -2.231,8.648 0,6.531 0.988,13.961 2.117,13.906 z"
-         style="font-size:25.60000038px;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3383" /><path
-         d="m 713.727,420.963 c 1.093,-0.066 0.043,-6.301 0.039,-12.726 -0.004,-6.426 0.859,-8.719 0.066,-9.516 -0.793,-0.797 -2.184,2.113 -2.18,8.539 0.008,6.426 0.985,13.766 2.075,13.703 z"
-         style="font-size:25.60000038px;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3385" /><path
-         d="m 713.715,420.807 c 1.055,-0.07 0.031,-6.215 0.023,-12.535 -0.011,-6.321 0.84,-8.618 0.071,-9.391 -0.766,-0.773 -2.133,2.106 -2.121,8.43 0.007,6.32 0.976,13.566 2.027,13.496 z"
-         style="font-size:25.60000038px;fill:#f4f4f4;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3387" /><path
-         d="m 713.707,420.654 c 1.016,-0.078 0.016,-6.128 0,-12.343 -0.016,-6.219 0.824,-8.516 0.078,-9.27 -0.738,-0.746 -2.082,2.102 -2.062,8.321 0.011,6.218 0.965,13.371 1.984,13.292 z"
-         style="font-size:25.60000038px;fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3389" /><path
-         d="m 713.695,420.502 c 0.977,-0.086 0,-6.043 -0.019,-12.156 -0.02,-6.109 0.808,-8.414 0.09,-9.145 -0.715,-0.722 -2.036,2.094 -2.012,8.211 0.019,6.114 0.961,13.172 1.941,13.09 z"
-         style="font-size:25.60000038px;fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3391" /><path
-         d="m 713.684,420.346 c 0.937,-0.09 -0.012,-5.953 -0.036,-11.961 -0.027,-6.008 0.786,-8.316 0.094,-9.023 -0.687,-0.7 -1.984,2.089 -1.953,8.101 0.023,6.008 0.953,12.977 1.895,12.883 z"
-         style="font-size:25.60000038px;fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3393" /><path
-         d="m 713.672,420.194 c 0.902,-0.098 -0.027,-5.868 -0.055,-11.774 -0.027,-5.902 0.77,-8.211 0.106,-8.894 -0.664,-0.68 -1.938,2.078 -1.903,7.988 0.032,5.906 0.95,12.777 1.852,12.68 z"
-         style="font-size:25.60000038px;fill:#e0e0e0;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3395" /><path
-         d="m 713.66,420.041 c 0.863,-0.105 -0.039,-5.781 -0.074,-11.582 -0.031,-5.801 0.754,-8.113 0.113,-8.777 -0.637,-0.653 -1.887,2.078 -1.844,7.883 0.036,5.8 0.942,12.582 1.805,12.476 z"
-         style="font-size:25.60000038px;fill:#dbdbdb;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3397" /><path
-         d="m 713.648,419.889 c 0.825,-0.113 -0.05,-5.695 -0.089,-11.395 -0.039,-5.695 0.734,-8.011 0.117,-8.648 -0.606,-0.633 -1.832,2.066 -1.789,7.769 0.039,5.696 0.937,12.383 1.761,12.274 z"
-         style="font-size:25.60000038px;fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3399" /><path
-         d="m 713.637,419.733 c 0.785,-0.118 -0.067,-5.61 -0.11,-11.2 -0.043,-5.593 0.719,-7.914 0.129,-8.527 -0.582,-0.609 -1.785,2.059 -1.734,7.66 0.043,5.594 0.926,12.188 1.715,12.067 z"
-         style="font-size:25.60000038px;fill:#d1d1d1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3401" /><path
-         d="m 713.625,419.58 c 0.75,-0.125 -0.078,-5.523 -0.125,-11.011 -0.051,-5.485 0.695,-7.809 0.133,-8.403 -0.555,-0.586 -1.735,2.055 -1.676,7.551 0.047,5.488 0.918,11.988 1.668,11.863 z"
-         style="font-size:25.60000038px;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3403" /><path
-         d="m 713.613,419.428 c 0.711,-0.133 -0.09,-5.438 -0.144,-10.82 -0.055,-5.383 0.679,-7.711 0.14,-8.282 -0.527,-0.562 -1.683,2.047 -1.621,7.442 0.055,5.383 0.914,11.793 1.625,11.66 z"
-         style="font-size:25.60000038px;fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3405" /><path
-         d="m 713.602,419.272 c 0.671,-0.137 -0.106,-5.348 -0.164,-10.629 -0.055,-5.278 0.664,-7.61 0.152,-8.156 -0.504,-0.54 -1.637,2.042 -1.567,7.332 0.059,5.281 0.907,11.593 1.579,11.453 z"
-         style="font-size:25.60000038px;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3407" /><path
-         d="m 713.59,419.119 c 0.633,-0.144 -0.117,-5.261 -0.18,-10.437 -0.066,-5.176 0.645,-7.512 0.156,-8.035 -0.476,-0.516 -1.586,2.035 -1.511,7.222 0.066,5.176 0.902,11.399 1.535,11.25 z"
-         style="font-size:25.60000038px;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3409" /><path
-         d="m 713.578,418.967 c 0.598,-0.152 -0.133,-5.176 -0.199,-10.25 -0.067,-5.07 0.629,-7.406 0.164,-7.91 -0.449,-0.488 -1.535,2.031 -1.453,7.113 0.066,5.07 0.89,11.199 1.488,11.047 z"
-         style="font-size:25.60000038px;fill:#b7b7b7;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3411" /><path
-         d="m 713.566,418.815 c 0.559,-0.161 -0.144,-5.094 -0.218,-10.059 -0.071,-4.969 0.613,-7.309 0.175,-7.789 -0.421,-0.465 -1.488,2.023 -1.398,7.004 0.07,4.969 0.883,11 1.441,10.844 z"
-         style="font-size:25.60000038px;fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3413" /><path
-         d="m 713.555,418.658 c 0.519,-0.164 -0.157,-5.004 -0.235,-9.867 -0.078,-4.863 0.59,-7.207 0.18,-7.664 -0.395,-0.441 -1.438,2.016 -1.344,6.895 0.078,4.863 0.879,10.804 1.399,10.636 z"
-         style="font-size:25.60000038px;fill:#adadad;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3415" /><path
-         d="m 713.543,418.506 c 0.484,-0.172 -0.172,-4.918 -0.254,-9.676 -0.082,-4.758 0.574,-7.105 0.188,-7.543 -0.368,-0.418 -1.383,2.012 -1.286,6.785 0.082,4.758 0.871,10.606 1.352,10.434 z"
-         style="font-size:25.60000038px;fill:#a8a8a8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3417" /><path
-         d="m 713.531,418.354 c 0.446,-0.18 -0.183,-4.832 -0.273,-9.489 -0.086,-4.652 0.558,-7.003 0.199,-7.418 -0.344,-0.394 -1.336,2.004 -1.234,6.676 0.089,4.656 0.867,10.41 1.308,10.231 z"
-         style="font-size:25.60000038px;fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3419" /><path
-         d="m 713.52,418.197 c 0.406,-0.183 -0.2,-4.742 -0.29,-9.293 -0.093,-4.55 0.54,-6.906 0.204,-7.296 -0.317,-0.371 -1.286,2 -1.176,6.566 0.09,4.551 0.855,10.211 1.262,10.023 z"
-         style="font-size:25.60000038px;fill:#9e9e9e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3421" /><path
-         d="m 713.508,418.045 c 0.367,-0.191 -0.211,-4.656 -0.309,-9.105 -0.097,-4.446 0.524,-6.805 0.215,-7.172 -0.289,-0.348 -1.238,1.992 -1.121,6.457 0.094,4.449 0.848,10.015 1.215,9.82 z"
-         style="font-size:25.60000038px;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3423" /><path
-         d="m 716.211,438.569 c 0.684,-0.075 4.883,0.871 5.035,0.492 0.152,-0.301 -2.609,-1.133 -3.519,-2.082 -0.305,-0.301 -1.098,-1.02 -1.59,-0.946 -0.379,0.039 -0.606,0.832 -1.172,1.438 -1.363,1.363 -2.235,1.25 -1.969,1.781 0.227,0.414 2.043,-0.57 3.215,-0.683 z"
-         style="font-size:25.60000038px;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3425" /><path
-         d="m 716.23,438.553 c 0.668,-0.074 4.782,0.851 4.93,0.484 0.145,-0.297 -2.558,-1.113 -3.449,-2.039 -0.293,-0.297 -1.07,-1 -1.555,-0.926 -0.371,0.036 -0.594,0.813 -1.148,1.407 -1.332,1.336 -2.184,1.222 -1.926,1.742 0.223,0.406 2,-0.555 3.148,-0.668 z"
-         style="font-size:25.60000038px;fill:#fbfbfb;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3427" /><path
-         d="m 716.25,438.537 c 0.652,-0.07 4.676,0.836 4.82,0.473 0.145,-0.289 -2.5,-1.09 -3.371,-1.996 -0.289,-0.289 -1.051,-0.977 -1.523,-0.906 -0.364,0.039 -0.582,0.8 -1.125,1.379 -1.305,1.304 -2.137,1.195 -1.883,1.703 0.215,0.398 1.957,-0.543 3.082,-0.653 z"
-         style="font-size:25.60000038px;fill:#f8f8f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3429" /><path
-         d="m 716.266,438.522 c 0.64,-0.071 4.574,0.816 4.714,0.461 0.145,-0.282 -2.445,-1.063 -3.296,-1.95 -0.282,-0.285 -1.028,-0.957 -1.489,-0.886 -0.355,0.035 -0.566,0.781 -1.097,1.347 -1.278,1.278 -2.094,1.172 -1.844,1.668 0.211,0.387 1.914,-0.531 3.012,-0.64 z"
-         style="font-size:25.60000038px;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3431" /><path
-         d="m 716.285,438.506 c 0.621,-0.066 4.469,0.797 4.61,0.453 0.136,-0.277 -2.391,-1.043 -3.223,-1.906 -0.277,-0.277 -1.008,-0.938 -1.457,-0.867 -0.348,0.035 -0.555,0.761 -1.074,1.316 -1.25,1.246 -2.047,1.145 -1.805,1.629 0.211,0.383 1.875,-0.519 2.949,-0.625 z"
-         style="font-size:25.60000038px;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3433" /><path
-         d="m 716.301,438.49 c 0.609,-0.066 4.371,0.782 4.504,0.442 0.136,-0.27 -2.336,-1.016 -3.149,-1.863 -0.269,-0.27 -0.98,-0.915 -1.422,-0.848 -0.339,0.035 -0.543,0.746 -1.05,1.289 -1.219,1.219 -1.996,1.117 -1.762,1.59 0.203,0.375 1.828,-0.508 2.879,-0.61 z"
-         style="font-size:25.60000038px;fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3435" /><path
-         d="m 716.32,438.475 c 0.594,-0.067 4.266,0.762 4.399,0.429 0.133,-0.261 -2.281,-0.992 -3.078,-1.816 -0.262,-0.266 -0.957,-0.894 -1.387,-0.828 -0.332,0.031 -0.531,0.727 -1.027,1.258 -1.188,1.187 -1.95,1.09 -1.719,1.554 0.199,0.364 1.785,-0.496 2.812,-0.597 z"
-         style="font-size:25.60000038px;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3437" /><path
-         d="m 716.336,438.459 c 0.582,-0.062 4.164,0.742 4.293,0.422 0.129,-0.258 -2.227,-0.969 -3,-1.777 -0.258,-0.258 -0.938,-0.871 -1.356,-0.805 -0.324,0.031 -0.515,0.707 -1,1.227 -1.164,1.16 -1.906,1.062 -1.679,1.515 0.195,0.356 1.742,-0.484 2.742,-0.582 z"
-         style="font-size:25.60000038px;fill:#e8e8e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3439" /><path
-         d="m 716.355,438.444 c 0.567,-0.063 4.063,0.726 4.188,0.41 0.125,-0.25 -2.172,-0.946 -2.93,-1.731 -0.25,-0.254 -0.91,-0.851 -1.32,-0.789 -0.316,0.031 -0.504,0.695 -0.977,1.195 -1.132,1.137 -1.855,1.04 -1.636,1.481 0.187,0.348 1.699,-0.473 2.675,-0.566 z"
-         style="font-size:25.60000038px;fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3441" /><path
-         d="m 716.371,438.428 c 0.555,-0.063 3.961,0.707 4.082,0.398 0.125,-0.246 -2.117,-0.918 -2.851,-1.687 -0.247,-0.246 -0.891,-0.828 -1.29,-0.766 -0.308,0.031 -0.492,0.676 -0.953,1.164 -1.105,1.106 -1.808,1.016 -1.593,1.446 0.183,0.336 1.656,-0.461 2.605,-0.555 z"
-         style="font-size:25.60000038px;fill:#e2e2e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3443" /><path
-         d="m 716.391,438.412 c 0.539,-0.058 3.855,0.688 3.976,0.391 0.117,-0.242 -2.062,-0.899 -2.781,-1.645 -0.238,-0.238 -0.867,-0.808 -1.254,-0.746 -0.301,0.028 -0.48,0.657 -0.93,1.133 -1.074,1.078 -1.761,0.988 -1.55,1.406 0.175,0.328 1.613,-0.449 2.539,-0.539 z"
-         style="font-size:25.60000038px;fill:#dfdfdf;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3445" /><path
-         d="m 716.406,438.397 c 0.528,-0.059 3.754,0.668 3.871,0.379 0.118,-0.235 -2.007,-0.872 -2.707,-1.602 -0.23,-0.23 -0.843,-0.785 -1.222,-0.727 -0.289,0.032 -0.465,0.641 -0.899,1.106 -1.047,1.047 -1.719,0.961 -1.515,1.367 0.175,0.32 1.574,-0.433 2.472,-0.523 z"
-         style="font-size:25.60000038px;fill:#dbdbdb;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3447" /><path
-         d="m 716.426,438.381 c 0.508,-0.055 3.652,0.652 3.762,0.367 0.113,-0.226 -1.95,-0.847 -2.629,-1.554 -0.227,-0.227 -0.821,-0.766 -1.188,-0.707 -0.285,0.027 -0.453,0.621 -0.879,1.074 -1.019,1.019 -1.668,0.933 -1.472,1.332 0.171,0.308 1.527,-0.426 2.406,-0.512 z"
-         style="font-size:25.60000038px;fill:#d8d8d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3449" /><path
-         d="m 716.445,438.365 c 0.493,-0.054 3.547,0.633 3.657,0.36 0.109,-0.223 -1.899,-0.828 -2.559,-1.516 -0.219,-0.219 -0.797,-0.742 -1.156,-0.687 -0.274,0.027 -0.438,0.605 -0.852,1.047 -0.988,0.988 -1.621,0.906 -1.43,1.293 0.165,0.3 1.485,-0.415 2.34,-0.497 z"
-         style="font-size:25.60000038px;fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3451" /><path
-         d="m 716.461,438.35 c 0.48,-0.055 3.445,0.613 3.551,0.347 0.109,-0.214 -1.84,-0.8 -2.481,-1.468 -0.215,-0.215 -0.777,-0.723 -1.121,-0.668 -0.269,0.027 -0.43,0.586 -0.828,1.015 -0.965,0.961 -1.578,0.883 -1.391,1.254 0.161,0.293 1.442,-0.398 2.27,-0.48 z"
-         style="font-size:25.60000038px;fill:#d2d2d2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3453" /><path
-         d="m 716.48,438.334 c 0.465,-0.051 3.34,0.598 3.446,0.336 0.101,-0.207 -1.789,-0.777 -2.41,-1.422 -0.207,-0.211 -0.754,-0.703 -1.09,-0.648 -0.258,0.023 -0.414,0.57 -0.801,0.984 -0.934,0.934 -1.531,0.856 -1.348,1.219 0.157,0.281 1.399,-0.391 2.203,-0.469 z"
-         style="font-size:25.60000038px;fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3455" /><path
-         d="m 716.496,438.319 c 0.453,-0.051 3.238,0.578 3.34,0.328 0.102,-0.203 -1.731,-0.754 -2.336,-1.383 -0.199,-0.199 -0.727,-0.68 -1.055,-0.629 -0.25,0.027 -0.402,0.555 -0.777,0.957 -0.902,0.902 -1.48,0.828 -1.305,1.18 0.149,0.273 1.356,-0.379 2.133,-0.453 z"
-         style="font-size:25.60000038px;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3457" /><path
-         d="m 716.516,438.303 c 0.437,-0.047 3.136,0.559 3.234,0.316 0.098,-0.195 -1.68,-0.73 -2.262,-1.336 -0.195,-0.195 -0.707,-0.656 -1.023,-0.609 -0.242,0.023 -0.387,0.535 -0.754,0.926 -0.875,0.875 -1.434,0.801 -1.266,1.14 0.149,0.27 1.317,-0.363 2.071,-0.437 z"
-         style="font-size:25.60000038px;fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3459" /><path
-         d="m 716.531,438.287 c 0.426,-0.047 3.035,0.543 3.129,0.305 0.094,-0.188 -1.621,-0.703 -2.187,-1.293 -0.188,-0.187 -0.68,-0.633 -0.989,-0.586 -0.234,0.024 -0.375,0.516 -0.726,0.891 -0.848,0.847 -1.391,0.777 -1.227,1.105 0.145,0.262 1.274,-0.351 2,-0.422 z"
-         style="font-size:25.60000038px;fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3461" /><path
-         d="m 716.551,438.272 c 0.41,-0.047 2.929,0.523 3.023,0.297 0.09,-0.184 -1.57,-0.684 -2.113,-1.25 -0.184,-0.184 -0.66,-0.614 -0.957,-0.571 -0.227,0.024 -0.363,0.5 -0.703,0.864 -0.821,0.82 -1.344,0.75 -1.184,1.07 0.137,0.25 1.227,-0.34 1.934,-0.41 z"
-         style="font-size:25.60000038px;fill:#c2c2c2;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3463" /><path
-         d="m 716.566,438.256 c 0.399,-0.043 2.832,0.504 2.918,0.285 0.09,-0.176 -1.511,-0.656 -2.039,-1.207 -0.175,-0.176 -0.636,-0.59 -0.922,-0.547 -0.218,0.024 -0.351,0.481 -0.679,0.832 -0.789,0.789 -1.293,0.727 -1.141,1.032 0.133,0.242 1.184,-0.329 1.863,-0.395 z"
-         style="font-size:25.60000038px;fill:#bfbfbf;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3465" /><path
-         d="m 730.664,499.51 c -0.476,-1.035 -1.496,-9.113 -0.094,-8.203 1.41,0.918 5.325,2.086 7.805,2.754 2.75,0.738 -6.746,7.64 -7.711,5.449 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3467" /><path
-         d="m 730.758,499.358 c -0.477,-1.02 -1.453,-8.739 -0.094,-7.856 1.371,0.891 5.133,2.004 7.477,2.664 2.586,0.746 -6.453,7.305 -7.383,5.192 z"
-         style="font-size:25.60000038px;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3469" /><path
-         d="m 730.848,499.205 c -0.469,-1.004 -1.41,-8.359 -0.086,-7.508 1.332,0.86 4.941,1.922 7.14,2.575 2.426,0.754 -6.156,6.968 -7.054,4.933 z"
-         style="font-size:25.60000038px;fill:#0c0c0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3471" /><path
-         d="m 730.938,499.057 c -0.465,-0.992 -1.368,-7.985 -0.079,-7.16 1.289,0.824 4.746,1.836 6.809,2.48 2.262,0.762 -5.863,6.637 -6.73,4.68 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3473" /><path
-         d="m 731.031,498.904 c -0.465,-0.976 -1.328,-7.605 -0.078,-6.812 1.254,0.797 4.555,1.754 6.481,2.391 2.097,0.769 -5.571,6.3 -6.403,4.421 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3475" /><path
-         d="m 731.121,498.752 c -0.457,-0.961 -1.285,-7.23 -0.07,-6.465 1.211,0.766 4.359,1.668 6.144,2.301 1.938,0.777 -5.269,5.965 -6.074,4.164 z"
-         style="font-size:25.60000038px;fill:#1f1f1f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3477" /><path
-         d="m 731.211,498.604 c -0.449,-0.946 -1.238,-6.856 -0.063,-6.121 1.168,0.734 4.168,1.586 5.813,2.211 1.773,0.781 -4.977,5.628 -5.75,3.91 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3479" /><path
-         d="m 731.305,498.451 c -0.45,-0.929 -1.2,-6.476 -0.059,-5.769 1.129,0.703 3.973,1.5 5.481,2.117 1.613,0.789 -4.684,5.297 -5.422,3.652 z"
-         style="font-size:25.60000038px;fill:#2c2c2c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3481" /><path
-         d="m 731.395,498.299 c -0.446,-0.914 -1.157,-6.102 -0.055,-5.422 1.09,0.672 3.781,1.418 5.148,2.027 1.453,0.797 -4.386,4.961 -5.093,3.395 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3483" /><path
-         d="m 731.484,498.151 c -0.437,-0.903 -1.113,-5.727 -0.046,-5.079 1.05,0.641 3.585,1.336 4.816,1.938 1.289,0.805 -4.09,4.625 -4.77,3.141 z"
-         style="font-size:25.60000038px;fill:#393939;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3485" /><path
-         d="m 731.578,497.998 c -0.437,-0.886 -1.074,-5.347 -0.047,-4.73 1.012,0.613 3.395,1.254 4.489,1.847 1.125,0.813 -3.797,4.293 -4.442,2.883 z"
-         style="font-size:25.60000038px;fill:#3f3f3f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3487" /><path
-         d="m 731.668,497.846 c -0.43,-0.871 -1.027,-4.969 -0.039,-4.383 0.973,0.582 3.199,1.172 4.152,1.758 0.965,0.82 -3.5,3.957 -4.113,2.625 z"
-         style="font-size:25.60000038px;fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3489" /><path
-         d="m 731.758,497.697 c -0.426,-0.859 -0.985,-4.597 -0.031,-4.035 0.929,0.547 3.007,1.086 3.82,1.664 0.801,0.828 -3.207,3.621 -3.789,2.371 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3491" /><path
-         d="m 731.852,497.545 c -0.422,-0.844 -0.946,-4.219 -0.028,-3.687 0.891,0.519 2.813,1.004 3.488,1.574 0.637,0.832 -2.914,3.285 -3.46,2.113 z"
-         style="font-size:25.60000038px;fill:#525252;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3493" /><path
-         d="m 731.941,497.393 c -0.418,-0.828 -0.902,-3.84 -0.023,-3.34 0.852,0.488 2.621,0.922 3.16,1.484 0.473,0.84 -2.617,2.953 -3.137,1.856 z"
-         style="font-size:25.60000038px;fill:#595959;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3495" /><path
-         d="m 732.031,497.244 c -0.41,-0.816 -0.859,-3.465 -0.015,-2.996 0.812,0.461 2.425,0.84 2.824,1.395 0.316,0.847 -2.32,2.617 -2.809,1.601 z"
-         style="font-size:25.60000038px;fill:#5f5f5f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3497" /><path
-         d="m 732.125,497.092 c -0.41,-0.801 -0.816,-3.09 -0.012,-2.645 0.77,0.426 2.231,0.754 2.492,1.301 0.153,0.856 -2.027,2.281 -2.48,1.344 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3499" /><path
-         d="m 732.215,496.944 c -0.403,-0.79 -0.774,-2.715 -0.008,-2.301 0.734,0.394 2.043,0.668 2.164,1.211 -0.012,0.863 -1.734,1.949 -2.156,1.09 z"
-         style="font-size:25.60000038px;fill:#6c6c6c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3501" /><path
-         d="m 732.305,496.791 c -0.399,-0.773 -0.731,-2.336 0,-1.953 0.691,0.363 1.847,0.586 1.828,1.121 -0.172,0.871 -1.438,1.613 -1.828,0.832 z"
-         style="font-size:25.60000038px;fill:#727272;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3503" /><path
-         d="m 732.398,496.639 c -0.394,-0.758 -0.691,-1.957 0.004,-1.606 0.653,0.336 1.653,0.504 1.496,1.036 -0.336,0.875 -1.14,1.273 -1.5,0.57 z"
-         style="font-size:25.60000038px;fill:#797979;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3505" /><path
-         d="m 732.488,496.49 c -0.39,-0.742 -0.648,-1.586 0.008,-1.257 0.613,0.3 1.461,0.418 1.168,0.941 -0.5,0.879 -0.848,0.941 -1.176,0.316 z"
-         style="font-size:25.60000038px;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3507" /><path
-         d="m 710.742,485.979 c -0.281,-0.848 3.422,-2.008 4.242,-2.742 1.102,-0.989 1.188,-2.938 2.489,-2.149 0.847,0.512 0.195,1.641 -1.36,3.363 -2.289,2.547 -5.113,2.235 -5.371,1.528 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3509" /><path
-         d="m 710.938,485.901 c -0.282,-0.813 3.246,-1.922 4.054,-2.645 1.078,-0.965 1.164,-2.844 2.414,-2.086 0.821,0.492 0.176,1.598 -1.312,3.25 -2.188,2.438 -4.903,2.16 -5.156,1.481 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3511" /><path
-         d="m 711.129,485.826 c -0.281,-0.781 3.074,-1.839 3.875,-2.55 1.051,-0.942 1.137,-2.754 2.336,-2.024 0.797,0.477 0.156,1.559 -1.266,3.137 -2.09,2.324 -4.691,2.09 -4.945,1.437 z"
-         style="font-size:25.60000038px;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3513" /><path
-         d="m 711.32,485.748 c -0.277,-0.746 2.907,-1.758 3.692,-2.457 1.031,-0.914 1.113,-2.656 2.265,-1.961 0.77,0.461 0.133,1.52 -1.222,3.028 -1.989,2.214 -4.481,2.015 -4.735,1.39 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3515" /><path
-         d="m 711.512,485.67 c -0.278,-0.711 2.734,-1.672 3.511,-2.359 1.004,-0.891 1.086,-2.563 2.188,-1.899 0.746,0.446 0.113,1.477 -1.176,2.914 -1.887,2.106 -4.269,1.942 -4.523,1.344 z"
-         style="font-size:25.60000038px;fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3517" /><path
-         d="m 711.703,485.592 c -0.273,-0.676 2.563,-1.59 3.328,-2.262 0.981,-0.867 1.067,-2.468 2.114,-1.836 0.722,0.426 0.093,1.434 -1.129,2.797 -1.789,2 -4.059,1.875 -4.313,1.301 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3519" /><path
-         d="m 711.895,485.518 c -0.274,-0.645 2.39,-1.508 3.148,-2.172 0.953,-0.84 1.039,-2.375 2.039,-1.77 0.691,0.411 0.07,1.395 -1.09,2.684 -1.683,1.891 -3.844,1.801 -4.097,1.258 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3521" /><path
-         d="m 712.086,485.44 c -0.27,-0.61 2.219,-1.426 2.969,-2.075 0.925,-0.816 1.011,-2.281 1.961,-1.711 0.668,0.395 0.05,1.356 -1.039,2.575 -1.586,1.781 -3.637,1.726 -3.891,1.211 z"
-         style="font-size:25.60000038px;fill:#232323;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3523" /><path
-         d="m 712.277,485.362 c -0.265,-0.575 2.051,-1.34 2.785,-1.977 0.907,-0.793 0.989,-2.188 1.891,-1.648 0.641,0.378 0.027,1.312 -1,2.46 -1.484,1.672 -3.422,1.657 -3.676,1.165 z"
-         style="font-size:25.60000038px;fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3525" /><path
-         d="m 712.469,485.283 c -0.266,-0.539 1.879,-1.257 2.601,-1.882 0.883,-0.762 0.965,-2.09 1.817,-1.582 0.617,0.359 0.008,1.269 -0.953,2.347 -1.383,1.563 -3.207,1.582 -3.465,1.117 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3527" /><path
-         d="m 712.66,485.209 c -0.262,-0.508 1.707,-1.176 2.422,-1.789 0.856,-0.738 0.941,-2 1.738,-1.523 0.594,0.343 -0.011,1.23 -0.906,2.234 -1.281,1.457 -2.996,1.512 -3.254,1.078 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3529" /><path
-         d="m 712.852,485.131 c -0.262,-0.473 1.535,-1.09 2.238,-1.691 0.832,-0.715 0.918,-1.907 1.668,-1.461 0.562,0.328 -0.039,1.191 -0.863,2.121 -1.184,1.347 -2.786,1.441 -3.043,1.031 z"
-         style="font-size:25.60000038px;fill:#383838;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3531" /><path
-         d="m 713.043,485.053 c -0.258,-0.438 1.367,-1.008 2.059,-1.594 0.804,-0.691 0.89,-1.812 1.589,-1.398 0.539,0.308 -0.058,1.148 -0.816,2.008 -1.082,1.234 -2.574,1.367 -2.832,0.984 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3533" /><path
-         d="m 713.234,484.975 c -0.257,-0.403 1.196,-0.922 1.875,-1.5 0.782,-0.664 0.868,-1.719 1.516,-1.336 0.516,0.297 -0.078,1.109 -0.77,1.898 -0.984,1.125 -2.363,1.293 -2.621,0.938 z"
-         style="font-size:25.60000038px;fill:#424242;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3535" /><path
-         d="m 713.43,484.901 c -0.258,-0.375 1.019,-0.844 1.691,-1.407 0.758,-0.64 0.84,-1.625 1.441,-1.273 0.489,0.277 -0.101,1.066 -0.726,1.781 -0.883,1.02 -2.152,1.223 -2.406,0.899 z"
-         style="font-size:25.60000038px;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3537" /><path
-         d="m 713.621,484.822 c -0.254,-0.339 0.848,-0.757 1.512,-1.312 0.73,-0.613 0.816,-1.527 1.363,-1.207 0.465,0.262 -0.121,1.023 -0.68,1.668 -0.781,0.91 -1.941,1.152 -2.195,0.851 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3539" /><path
-         d="m 713.812,484.744 c -0.253,-0.304 0.68,-0.675 1.329,-1.215 0.707,-0.589 0.793,-1.433 1.293,-1.148 0.437,0.246 -0.145,0.988 -0.641,1.559 -0.68,0.8 -1.727,1.078 -1.981,0.804 z"
-         style="font-size:25.60000038px;fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3541" /><path
-         d="m 714.004,484.666 c -0.25,-0.269 0.508,-0.59 1.148,-1.117 0.68,-0.566 0.766,-1.344 1.215,-1.086 0.41,0.231 -0.164,0.945 -0.594,1.445 -0.578,0.692 -1.515,1.004 -1.769,0.758 z"
-         style="font-size:25.60000038px;fill:#565656;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3543" /><path
-         d="m 714.195,484.588 c -0.25,-0.234 0.336,-0.508 0.965,-1.019 0.66,-0.543 0.742,-1.25 1.141,-1.024 0.387,0.211 -0.184,0.902 -0.547,1.332 -0.477,0.582 -1.305,0.934 -1.559,0.711 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3545" /><path
-         d="m 714.387,484.514 c -0.246,-0.203 0.164,-0.426 0.785,-0.93 0.633,-0.515 0.715,-1.152 1.066,-0.961 0.36,0.199 -0.207,0.864 -0.504,1.219 -0.379,0.477 -1.089,0.863 -1.347,0.672 z"
-         style="font-size:25.60000038px;fill:#606060;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3547" /><path
-         d="m 714.578,484.436 c -0.246,-0.168 -0.008,-0.34 0.602,-0.832 0.609,-0.492 0.691,-1.063 0.992,-0.899 0.336,0.18 -0.227,0.824 -0.457,1.106 -0.277,0.367 -0.879,0.789 -1.137,0.625 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3549" /><path
-         d="m 730.359,486.291 c -0.027,-0.426 1.157,-0.679 1.922,-0.961 0.762,-0.254 2.262,-1.273 2.969,-2.062 0.707,-0.766 2.23,-3.028 2.57,-2.434 0.34,0.539 -0.793,2.094 -1.101,2.742 -0.313,0.653 -1.274,2.063 -2.801,2.543 -1.328,0.399 -3.531,0.512 -3.559,0.172 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3551" /><path
-         d="m 730.48,486.26 c -0.027,-0.41 1.125,-0.66 1.868,-0.938 0.742,-0.246 2.199,-1.238 2.882,-2.007 0.688,-0.746 2.172,-2.942 2.504,-2.368 0.328,0.52 -0.761,2.032 -1.074,2.668 -0.316,0.637 -1.246,1.997 -2.73,2.473 -1.289,0.391 -3.422,0.504 -3.45,0.172 z"
-         style="font-size:25.60000038px;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3553" /><path
-         d="m 730.602,486.229 c -0.028,-0.399 1.093,-0.645 1.812,-0.91 0.723,-0.247 2.133,-1.211 2.801,-1.961 0.664,-0.723 2.113,-2.856 2.433,-2.301 0.317,0.508 -0.73,1.972 -1.05,2.594 -0.317,0.625 -1.219,1.933 -2.66,2.402 -1.247,0.387 -3.309,0.496 -3.336,0.176 z"
-         style="font-size:25.60000038px;fill:#0c0c0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3555" /><path
-         d="m 730.723,486.201 c -0.028,-0.39 1.058,-0.629 1.757,-0.89 0.7,-0.239 2.071,-1.18 2.715,-1.907 0.645,-0.703 2.055,-2.777 2.364,-2.234 0.312,0.488 -0.696,1.906 -1.02,2.52 -0.32,0.609 -1.195,1.867 -2.59,2.332 -1.207,0.379 -3.199,0.488 -3.226,0.179 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3557" /><path
-         d="m 730.844,486.17 c -0.028,-0.379 1.027,-0.609 1.707,-0.867 0.676,-0.231 2.004,-1.145 2.629,-1.852 0.621,-0.683 1.992,-2.691 2.293,-2.172 0.3,0.473 -0.664,1.852 -0.993,2.446 -0.324,0.597 -1.168,1.804 -2.523,2.262 -1.164,0.378 -3.086,0.484 -3.113,0.183 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3559" /><path
-         d="m 730.965,486.139 c -0.027,-0.363 0.996,-0.594 1.652,-0.84 0.656,-0.227 1.942,-1.117 2.547,-1.801 0.598,-0.664 1.93,-2.609 2.223,-2.109 0.289,0.461 -0.633,1.789 -0.969,2.375 -0.324,0.582 -1.141,1.738 -2.449,2.191 -1.125,0.371 -2.977,0.477 -3.004,0.184 z"
-         style="font-size:25.60000038px;fill:#1f1f1f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3561" /><path
-         d="m 731.086,486.112 c -0.027,-0.356 0.961,-0.579 1.598,-0.821 0.636,-0.219 1.878,-1.086 2.461,-1.746 0.582,-0.644 1.871,-2.527 2.156,-2.043 0.281,0.442 -0.602,1.727 -0.942,2.297 -0.328,0.57 -1.117,1.676 -2.382,2.121 -1.086,0.367 -2.864,0.473 -2.891,0.192 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3563" /><path
-         d="m 731.207,486.08 c -0.027,-0.343 0.93,-0.558 1.543,-0.797 0.613,-0.211 1.816,-1.05 2.379,-1.695 0.559,-0.621 1.812,-2.441 2.086,-1.976 0.269,0.429 -0.57,1.667 -0.914,2.226 -0.332,0.555 -1.09,1.606 -2.313,2.051 -1.047,0.359 -2.754,0.465 -2.781,0.191 z"
-         style="font-size:25.60000038px;fill:#2c2c2c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3565" /><path
-         d="m 731.328,486.049 c -0.027,-0.328 0.899,-0.543 1.488,-0.77 0.594,-0.207 1.75,-1.023 2.293,-1.644 0.539,-0.602 1.754,-2.359 2.02,-1.91 0.258,0.41 -0.543,1.605 -0.887,2.148 -0.336,0.543 -1.066,1.543 -2.246,1.981 -1.004,0.359 -2.641,0.461 -2.668,0.195 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3567" /><path
-         d="m 731.449,486.018 c -0.023,-0.317 0.863,-0.524 1.438,-0.746 0.57,-0.2 1.683,-0.993 2.207,-1.59 0.515,-0.582 1.691,-2.278 1.949,-1.848 0.25,0.395 -0.512,1.547 -0.859,2.074 -0.34,0.532 -1.043,1.481 -2.176,1.911 -0.965,0.355 -2.531,0.457 -2.559,0.199 z"
-         style="font-size:25.60000038px;fill:#393939;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3569" /><path
-         d="m 731.57,485.99 c -0.027,-0.308 0.832,-0.507 1.383,-0.726 0.551,-0.192 1.621,-0.957 2.125,-1.535 0.496,-0.563 1.629,-2.196 1.875,-1.782 0.242,0.379 -0.476,1.485 -0.832,2 -0.34,0.516 -1.016,1.415 -2.105,1.84 -0.922,0.348 -2.418,0.45 -2.446,0.203 z"
-         style="font-size:25.60000038px;fill:#3f3f3f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3571" /><path
-         d="m 731.691,485.959 c -0.023,-0.297 0.801,-0.492 1.329,-0.699 0.527,-0.191 1.558,-0.93 2.039,-1.484 0.476,-0.543 1.57,-2.114 1.808,-1.719 0.231,0.363 -0.445,1.426 -0.805,1.93 -0.343,0.5 -0.988,1.347 -2.035,1.765 -0.886,0.344 -2.308,0.445 -2.336,0.207 z"
-         style="font-size:25.60000038px;fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3573" /><path
-         d="m 731.812,485.928 c -0.023,-0.281 0.766,-0.473 1.274,-0.676 0.508,-0.183 1.496,-0.898 1.957,-1.433 0.453,-0.52 1.508,-2.028 1.738,-1.653 0.223,0.348 -0.414,1.367 -0.777,1.856 -0.348,0.488 -0.965,1.285 -1.969,1.699 -0.844,0.34 -2.195,0.433 -2.223,0.207 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3575" /><path
-         d="m 731.934,485.901 c -0.024,-0.274 0.734,-0.457 1.218,-0.653 0.489,-0.179 1.434,-0.867 1.875,-1.383 0.43,-0.5 1.45,-1.945 1.668,-1.586 0.211,0.333 -0.383,1.305 -0.75,1.778 -0.351,0.476 -0.937,1.219 -1.898,1.629 -0.805,0.336 -2.086,0.429 -2.113,0.215 z"
-         style="font-size:25.60000038px;fill:#525252;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3577" /><path
-         d="m 732.055,485.869 c -0.024,-0.261 0.703,-0.441 1.168,-0.629 0.465,-0.171 1.367,-0.836 1.785,-1.328 0.414,-0.48 1.39,-1.863 1.601,-1.523 0.2,0.316 -0.351,1.246 -0.726,1.707 -0.352,0.461 -0.91,1.152 -1.828,1.558 -0.762,0.329 -1.973,0.422 -2,0.215 z"
-         style="font-size:25.60000038px;fill:#595959;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3579" /><path
-         d="m 732.176,485.838 c -0.024,-0.25 0.668,-0.422 1.113,-0.605 0.441,-0.164 1.301,-0.805 1.703,-1.274 0.391,-0.465 1.328,-1.781 1.531,-1.457 0.188,0.297 -0.32,1.18 -0.699,1.629 -0.355,0.449 -0.886,1.09 -1.762,1.488 -0.718,0.325 -1.859,0.418 -1.886,0.219 z"
-         style="font-size:25.60000038px;fill:#5f5f5f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3581" /><path
-         d="m 732.301,485.807 c -0.028,-0.235 0.633,-0.403 1.054,-0.578 0.422,-0.16 1.239,-0.774 1.618,-1.223 0.371,-0.445 1.269,-1.699 1.465,-1.394 0.179,0.285 -0.293,1.121 -0.672,1.558 -0.36,0.434 -0.864,1.024 -1.692,1.418 -0.679,0.316 -1.754,0.41 -1.773,0.219 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3583" /><path
-         d="m 732.418,485.779 c -0.023,-0.226 0.605,-0.39 1.004,-0.558 0.402,-0.152 1.176,-0.742 1.535,-1.168 0.348,-0.422 1.211,-1.617 1.391,-1.328 0.172,0.269 -0.258,1.058 -0.641,1.484 -0.367,0.418 -0.836,0.957 -1.625,1.344 -0.641,0.316 -1.641,0.406 -1.664,0.226 z"
-         style="font-size:25.60000038px;fill:#6c6c6c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3585" /><path
-         d="m 732.543,485.748 c -0.027,-0.215 0.566,-0.371 0.945,-0.535 0.383,-0.144 1.114,-0.711 1.453,-1.117 0.325,-0.402 1.149,-1.531 1.321,-1.262 0.16,0.254 -0.227,1 -0.617,1.41 -0.368,0.407 -0.809,0.895 -1.551,1.278 -0.602,0.308 -1.532,0.398 -1.551,0.226 z"
-         style="font-size:25.60000038px;fill:#727272;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3587" /><path
-         d="m 732.664,485.717 c -0.027,-0.199 0.535,-0.352 0.895,-0.508 0.355,-0.14 1.046,-0.68 1.363,-1.066 0.305,-0.383 1.09,-1.449 1.254,-1.199 0.152,0.238 -0.196,0.941 -0.59,1.335 -0.371,0.395 -0.785,0.829 -1.484,1.208 -0.559,0.304 -1.418,0.394 -1.438,0.23 z"
-         style="font-size:25.60000038px;fill:#797979;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3589" /><path
-         d="m 732.785,485.69 c -0.027,-0.192 0.504,-0.34 0.84,-0.489 0.336,-0.136 0.984,-0.648 1.281,-1.011 0.285,-0.364 1.028,-1.368 1.184,-1.133 0.14,0.219 -0.164,0.879 -0.563,1.262 -0.371,0.378 -0.757,0.761 -1.414,1.136 -0.519,0.297 -1.308,0.387 -1.328,0.235 z"
-         style="font-size:25.60000038px;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3591" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -7.855,-4.547 -12.211,-7.516 -5.48,-3.757 -7.375,-5.425 -9.156,-7.207 -2.77,-2.769 -5.399,-3.703 -9.609,-3.703 -4.211,0 -6.106,0.875 -7.403,2.035 -1.301,1.129 -2.742,4.016 -2.601,8.309 0.113,4.27 1.468,8.168 2.117,14.812 0.285,2.852 0.258,6.387 0.258,9.524 0,3.957 0.054,7.32 0.902,7.828 1.527,0.961 1.867,1.02 3.676,1.02 1.808,0 2.629,-0.114 3.222,-0.707 0.563,-0.567 0.336,-1.868 0.141,-3.704 -0.172,-1.839 0.707,-2.429 1.582,-3.195 0.875,-0.734 1.668,-1.668 4.438,-1.891 2.769,-0.199 3.785,0.254 5.086,1.071 1.3,0.82 3.136,2.293 3.816,3.14 0.648,0.817 2.262,3.645 2.57,3.645 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#995900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3593" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -7.898,-4.535 -12.269,-7.461 -5.454,-3.676 -7.422,-5.312 -9.235,-7.027 -2.711,-2.645 -5.265,-3.567 -9.386,-3.539 -4.086,0.019 -5.934,0.855 -7.231,2.007 -1.293,1.125 -2.719,3.915 -2.594,8.079 0.078,4.261 1.453,8.121 2.063,14.632 0.262,2.899 0.16,6.403 0.133,9.571 -0.032,3.953 -0.032,7.312 0.816,7.82 1.527,0.961 1.867,1.016 3.676,1.016 1.808,0 2.629,-0.114 3.222,-0.703 0.582,-0.586 0.301,-1.918 0.079,-3.696 -0.247,-1.828 0.574,-2.547 1.492,-3.379 0.918,-0.808 1.761,-1.754 4.527,-1.968 2.836,-0.192 3.93,0.324 5.242,1.218 1.297,0.868 3.055,2.317 3.735,3.207 0.644,0.836 2.25,3.684 2.558,3.684 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#9e5e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3595" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -7.937,-4.52 -12.332,-7.402 -5.418,-3.598 -7.465,-5.203 -9.308,-6.848 -2.657,-2.523 -5.133,-3.43 -9.168,-3.379 -3.961,0.035 -5.762,0.836 -7.051,1.984 -1.289,1.122 -2.699,3.809 -2.59,7.844 0.047,4.254 1.433,8.071 2.004,14.457 0.242,2.942 0.066,6.414 0.012,9.614 -0.063,3.949 -0.114,7.304 0.73,7.812 1.527,0.957 1.863,1.016 3.676,1.016 1.808,0 2.629,-0.114 3.219,-0.703 0.605,-0.606 0.265,-1.973 0.023,-3.684 -0.328,-1.82 0.437,-2.664 1.395,-3.566 0.96,-0.879 1.855,-1.84 4.617,-2.047 2.91,-0.184 4.078,0.398 5.406,1.363 1.289,0.914 2.965,2.348 3.648,3.277 0.641,0.852 2.239,3.723 2.547,3.723 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#a36400;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3597" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -7.98,-4.508 -12.39,-7.348 -5.387,-3.515 -7.508,-5.089 -9.387,-6.668 -2.602,-2.394 -5,-3.293 -8.946,-3.214 -3.835,0.054 -5.589,0.816 -6.875,1.96 -1.281,1.114 -2.675,3.708 -2.585,7.614 0.015,4.242 1.417,8.019 1.949,14.277 0.218,2.984 -0.028,6.426 -0.114,9.656 -0.089,3.946 -0.199,7.297 0.645,7.805 1.527,0.957 1.867,1.02 3.676,1.02 1.808,0 2.633,-0.122 3.222,-0.707 0.622,-0.625 0.223,-2.024 -0.043,-3.676 -0.402,-1.809 0.305,-2.778 1.305,-3.746 1.004,-0.957 1.949,-1.934 4.707,-2.129 2.977,-0.172 4.219,0.472 5.563,1.511 1.289,0.961 2.879,2.375 3.57,3.344 0.633,0.871 2.223,3.762 2.531,3.762 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#a86a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3599" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.019,-4.492 -12.453,-7.289 -5.352,-3.438 -7.551,-4.981 -9.461,-6.488 -2.543,-2.274 -4.867,-3.157 -8.723,-3.055 -3.714,0.074 -5.421,0.797 -6.699,1.934 -1.277,1.109 -2.656,3.605 -2.582,7.382 -0.015,4.235 1.402,7.969 1.895,14.102 0.195,3.027 -0.125,6.441 -0.239,9.703 -0.121,3.938 -0.281,7.285 0.559,7.793 1.527,0.957 1.867,1.02 3.676,1.02 1.808,0 2.633,-0.122 3.222,-0.707 0.645,-0.645 0.184,-2.075 -0.101,-3.665 -0.484,-1.804 0.168,-2.894 1.207,-3.933 1.047,-1.027 2.047,-2.02 4.801,-2.203 3.047,-0.164 4.363,0.543 5.718,1.656 1.286,1.004 2.793,2.402 3.489,3.414 0.629,0.887 2.211,3.797 2.519,3.797 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#ad7000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3601" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.062,-4.477 -12.512,-7.234 -5.32,-3.356 -7.597,-4.868 -9.539,-6.309 -2.488,-2.148 -4.734,-3.016 -8.5,-2.891 -3.589,0.094 -5.25,0.778 -6.523,1.907 -1.27,1.105 -2.637,3.507 -2.578,7.152 -0.051,4.227 1.383,7.922 1.836,13.926 0.176,3.066 -0.219,6.453 -0.36,9.746 -0.148,3.933 -0.367,7.277 0.473,7.785 1.527,0.953 1.867,1.02 3.676,1.02 1.808,0 2.633,-0.122 3.222,-0.707 0.665,-0.665 0.149,-2.129 -0.164,-3.657 -0.558,-1.793 0.036,-3.008 1.118,-4.117 1.085,-1.101 2.14,-2.105 4.89,-2.281 3.113,-0.156 4.508,0.613 5.879,1.801 1.277,1.054 2.703,2.429 3.402,3.484 0.625,0.902 2.2,3.836 2.512,3.836 0.281,0 2.145,0.648 3.192,-0.875 z"
-         style="font-size:25.60000038px;fill:#b27500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3603" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.101,-4.465 -12.574,-7.176 -5.289,-3.277 -7.641,-4.758 -9.613,-6.133 -2.434,-2.023 -4.602,-2.878 -8.282,-2.726 -3.464,0.109 -5.078,0.758 -6.343,1.883 -1.266,1.097 -2.614,3.402 -2.575,6.918 -0.082,4.218 1.368,7.871 1.782,13.75 0.152,3.109 -0.317,6.464 -0.485,9.789 -0.179,3.929 -0.453,7.269 0.387,7.777 1.527,0.953 1.867,1.02 3.676,1.02 1.808,0 2.637,-0.125 3.219,-0.707 0.687,-0.688 0.113,-2.18 -0.223,-3.645 -0.633,-1.785 -0.098,-3.125 1.023,-4.305 1.133,-1.175 2.235,-2.191 4.981,-2.359 3.187,-0.148 4.652,0.687 6.039,1.945 1.273,1.102 2.617,2.461 3.324,3.555 0.613,0.922 2.184,3.875 2.492,3.875 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#b77b00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3605" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.144,-4.449 -12.633,-7.121 -5.257,-3.195 -7.683,-4.645 -9.691,-5.949 -2.375,-1.903 -4.469,-2.746 -8.059,-2.567 -3.34,0.129 -4.906,0.739 -6.168,1.856 -1.261,1.094 -2.593,3.304 -2.57,6.687 -0.113,4.211 1.352,7.824 1.723,13.574 0.136,3.153 -0.407,6.477 -0.606,9.833 -0.207,3.925 -0.535,7.261 0.301,7.769 1.527,0.949 1.867,1.016 3.676,1.016 1.808,0 2.637,-0.121 3.222,-0.703 0.704,-0.707 0.071,-2.235 -0.285,-3.637 -0.715,-1.778 -0.234,-3.238 0.93,-4.488 1.172,-1.25 2.332,-2.282 5.07,-2.438 3.254,-0.137 4.797,0.758 6.196,2.094 1.269,1.144 2.531,2.484 3.242,3.621 0.609,0.937 2.172,3.914 2.48,3.914 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#bc8100;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3607" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.183,-4.434 -12.695,-7.062 -5.223,-3.118 -7.727,-4.536 -9.77,-5.774 -2.316,-1.773 -4.332,-2.605 -7.832,-2.402 -3.219,0.148 -4.738,0.718 -5.992,1.832 -1.254,1.086 -2.574,3.199 -2.566,6.457 -0.149,4.199 1.332,7.769 1.668,13.394 0.113,3.196 -0.504,6.489 -0.731,9.875 -0.238,3.922 -0.621,7.254 0.215,7.762 1.527,0.949 1.867,1.016 3.676,1.016 1.808,0 2.637,-0.121 3.219,-0.703 0.726,-0.727 0.035,-2.286 -0.344,-3.625 -0.789,-1.77 -0.367,-3.36 0.836,-4.676 1.218,-1.321 2.426,-2.367 5.16,-2.516 3.324,-0.129 4.941,0.832 6.355,2.238 1.266,1.196 2.45,2.516 3.161,3.692 0.605,0.957 2.16,3.953 2.468,3.953 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#c18700;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3609" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.226,-4.422 -12.758,-7.008 -5.187,-3.035 -7.769,-4.422 -9.843,-5.59 -2.262,-1.652 -4.2,-2.468 -7.614,-2.242 -3.09,0.168 -4.562,0.699 -5.812,1.809 -1.25,1.078 -2.551,3.097 -2.563,6.222 -0.179,4.192 1.317,7.723 1.61,13.219 0.093,3.238 -0.594,6.504 -0.852,9.918 -0.266,3.922 -0.707,7.246 0.129,7.754 1.527,0.949 1.867,1.02 3.676,1.02 1.808,0 2.64,-0.129 3.222,-0.707 0.743,-0.747 -0.007,-2.336 -0.406,-3.614 -0.871,-1.761 -0.504,-3.476 0.742,-4.859 1.258,-1.399 2.52,-2.457 5.25,-2.594 3.395,-0.121 5.086,0.902 6.516,2.383 1.262,1.238 2.359,2.543 3.078,3.762 0.598,0.972 2.145,3.988 2.457,3.988 0.281,0 2.145,0.648 3.192,-0.875 z"
-         style="font-size:25.60000038px;fill:#c68c00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3611" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.266,-4.406 -12.816,-6.949 -5.16,-2.957 -7.817,-4.313 -9.922,-5.414 -2.203,-1.528 -4.07,-2.332 -7.391,-2.078 -2.965,0.183 -4.394,0.679 -5.637,1.781 -1.242,1.074 -2.531,2.996 -2.558,5.992 -0.211,4.184 1.301,7.672 1.555,13.043 0.07,3.277 -0.692,6.516 -0.977,9.965 -0.297,3.914 -0.789,7.234 0.043,7.742 1.527,0.949 1.867,1.02 3.676,1.02 1.808,0 2.64,-0.129 3.222,-0.707 0.762,-0.766 -0.043,-2.391 -0.468,-3.606 -0.946,-1.75 -0.637,-3.59 0.652,-5.043 1.301,-1.473 2.613,-2.543 5.34,-2.672 3.461,-0.113 5.23,0.973 6.672,2.528 1.258,1.289 2.273,2.574 2.996,3.832 0.594,0.988 2.133,4.027 2.441,4.027 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#cc9200;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3613" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.308,-4.395 -12.879,-6.895 -5.125,-2.871 -7.855,-4.199 -9.996,-5.234 -2.148,-1.398 -3.937,-2.191 -7.168,-1.914 -2.844,0.203 -4.226,0.66 -5.461,1.758 -1.238,1.066 -2.512,2.89 -2.554,5.758 -0.247,4.175 1.281,7.625 1.496,12.867 0.05,3.32 -0.786,6.527 -1.098,10.008 -0.324,3.91 -0.875,7.226 -0.043,7.734 1.527,0.945 1.863,1.02 3.676,1.02 1.808,0 2.64,-0.129 3.219,-0.707 0.785,-0.786 -0.079,-2.442 -0.528,-3.594 -1.023,-1.746 -0.769,-3.707 0.559,-5.231 1.344,-1.543 2.707,-2.632 5.433,-2.75 3.532,-0.105 5.371,1.047 6.828,2.676 1.254,1.332 2.188,2.602 2.915,3.899 0.585,1.007 2.121,4.066 2.429,4.066 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#d19800;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3615" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.348,-4.379 -12.937,-6.84 -5.094,-2.789 -7.903,-4.086 -10.075,-5.051 -2.089,-1.277 -3.804,-2.058 -6.945,-1.754 -2.719,0.223 -4.055,0.641 -5.285,1.731 -1.234,1.062 -2.488,2.793 -2.551,5.527 -0.277,4.168 1.266,7.575 1.442,12.692 0.027,3.363 -0.883,6.539 -1.223,10.05 -0.356,3.907 -0.961,7.219 -0.129,7.727 1.527,0.945 1.867,1.02 3.676,1.02 1.808,0 2.644,-0.133 3.222,-0.707 0.801,-0.805 -0.121,-2.497 -0.589,-3.586 -1.102,-1.735 -0.903,-3.821 0.464,-5.414 1.383,-1.618 2.805,-2.719 5.524,-2.829 3.598,-0.093 5.516,1.122 6.984,2.821 1.25,1.383 2.102,2.629 2.832,3.968 0.582,1.024 2.11,4.106 2.418,4.106 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#d69e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3617" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.39,-4.363 -13,-6.781 -5.058,-2.711 -7.945,-3.977 -10.148,-4.875 -2.035,-1.153 -3.672,-1.918 -6.727,-1.59 -2.594,0.238 -3.879,0.621 -5.105,1.707 -1.227,1.055 -2.469,2.687 -2.547,5.293 -0.309,4.16 1.25,7.527 1.387,12.516 0.003,3.406 -0.977,6.55 -1.348,10.093 -0.383,3.903 -1.043,7.211 -0.215,7.719 1.527,0.941 1.867,1.02 3.676,1.02 1.808,0 2.644,-0.133 3.219,-0.707 0.824,-0.825 -0.157,-2.547 -0.649,-3.575 -1.18,-1.726 -1.035,-3.937 0.371,-5.601 1.43,-1.692 2.899,-2.805 5.613,-2.903 3.672,-0.089 5.661,1.188 7.145,2.965 1.246,1.426 2.02,2.657 2.75,4.039 0.578,1.039 2.098,4.141 2.406,4.141 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#dba300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3619" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.43,-4.352 -13.058,-6.727 -5.032,-2.628 -7.993,-3.863 -10.227,-4.691 -1.981,-1.031 -3.539,-1.785 -6.504,-1.43 -2.469,0.258 -3.711,0.602 -4.93,1.68 -1.222,1.051 -2.445,2.59 -2.543,5.066 -0.343,4.149 1.235,7.473 1.329,12.336 -0.012,3.446 -1.071,6.567 -1.465,10.137 -0.418,3.899 -1.133,7.203 -0.305,7.711 1.527,0.941 1.867,1.016 3.676,1.016 1.808,0 2.648,-0.133 3.222,-0.703 0.84,-0.844 -0.195,-2.598 -0.711,-3.567 -1.257,-1.719 -1.171,-4.051 0.278,-5.785 1.469,-1.762 2.992,-2.895 5.703,-2.98 3.738,-0.083 5.805,1.261 7.305,3.109 1.238,1.473 1.929,2.687 2.668,4.109 0.57,1.055 2.082,4.18 2.39,4.18 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#e0a900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3621" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.473,-4.336 -13.121,-6.668 -4.996,-2.551 -8.035,-3.754 -10.301,-4.516 -1.922,-0.902 -3.406,-1.644 -6.281,-1.265 -2.348,0.277 -3.543,0.582 -4.758,1.656 -1.215,1.043 -2.422,2.484 -2.535,4.832 -0.375,4.141 1.215,7.426 1.273,12.16 -0.039,3.492 -1.167,6.578 -1.589,10.18 -0.446,3.894 -1.219,7.195 -0.391,7.703 1.527,0.941 1.867,1.02 3.676,1.02 1.808,0 2.648,-0.137 3.219,-0.707 0.863,-0.864 -0.231,-2.653 -0.77,-3.555 -1.336,-1.711 -1.305,-4.168 0.184,-5.973 1.511,-1.836 3.089,-2.98 5.796,-3.058 3.809,-0.071 5.95,1.336 7.461,3.257 1.235,1.52 1.844,2.715 2.586,4.176 0.567,1.074 2.071,4.219 2.379,4.219 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#e5af00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3623" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.512,-4.324 -13.183,-6.613 -4.961,-2.469 -8.075,-3.641 -10.375,-4.336 -1.868,-0.778 -3.274,-1.508 -6.063,-1.102 -2.219,0.297 -3.367,0.559 -4.578,1.629 -1.207,1.039 -2.402,2.387 -2.531,4.602 -0.407,4.133 1.199,7.375 1.214,11.984 -0.054,3.531 -1.261,6.59 -1.71,10.223 -0.477,3.89 -1.301,7.187 -0.477,7.695 1.527,0.938 1.867,1.016 3.676,1.016 1.808,0 2.648,-0.133 3.219,-0.703 0.882,-0.883 -0.27,-2.704 -0.829,-3.547 -1.414,-1.7 -1.441,-4.285 0.09,-6.157 1.555,-1.91 3.184,-3.066 5.883,-3.136 3.879,-0.063 6.094,1.41 7.621,3.402 1.235,1.566 1.758,2.742 2.504,4.246 0.559,1.09 2.059,4.258 2.367,4.258 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#eab500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3625" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.555,-4.309 -13.242,-6.555 -4.93,-2.39 -8.121,-3.527 -10.453,-4.156 -1.809,-0.656 -3.141,-1.371 -5.84,-0.941 -2.098,0.312 -3.199,0.539 -4.402,1.601 -1.203,1.035 -2.379,2.285 -2.528,4.371 -0.437,4.125 1.18,7.328 1.16,11.809 -0.078,3.574 -1.355,6.601 -1.835,10.269 -0.504,3.883 -1.387,7.176 -0.563,7.684 1.527,0.938 1.867,1.016 3.676,1.016 1.808,0 2.652,-0.137 3.219,-0.703 0.902,-0.903 -0.309,-2.758 -0.891,-3.536 -1.488,-1.695 -1.574,-4.402 -0.004,-6.343 1.598,-1.985 3.281,-3.157 5.977,-3.211 3.949,-0.055 6.238,1.476 7.777,3.547 1.23,1.613 1.672,2.769 2.422,4.312 0.554,1.109 2.047,4.297 2.355,4.297 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#efba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3627" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.594,-4.293 -13.305,-6.5 -4.898,-2.309 -8.164,-3.414 -10.527,-3.977 -1.754,-0.531 -3.008,-1.234 -5.617,-0.777 -1.973,0.332 -3.027,0.52 -4.227,1.578 -1.199,1.031 -2.359,2.184 -2.523,4.137 -0.473,4.117 1.164,7.277 1.101,11.633 -0.097,3.617 -1.449,6.613 -1.957,10.312 -0.535,3.879 -1.468,7.168 -0.648,7.676 1.527,0.938 1.867,1.02 3.676,1.02 1.808,0 2.652,-0.141 3.219,-0.707 0.921,-0.922 -0.344,-2.809 -0.95,-3.528 -1.57,-1.683 -1.711,-4.515 -0.097,-6.523 1.64,-2.059 3.371,-3.246 6.066,-3.293 4.016,-0.047 6.383,1.551 7.938,3.691 1.222,1.66 1.582,2.801 2.339,4.387 0.547,1.125 2.032,4.332 2.34,4.332 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#f4c000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3629" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.637,-4.281 -13.363,-6.441 -4.867,-2.231 -8.211,-3.305 -10.61,-3.797 -1.695,-0.407 -2.871,-1.098 -5.39,-0.617 -1.852,0.351 -2.856,0.5 -4.051,1.554 -1.191,1.02 -2.34,2.078 -2.519,3.906 -0.504,4.106 1.148,7.227 1.046,11.454 -0.121,3.66 -1.546,6.629 -2.082,10.355 -0.562,3.875 -1.554,7.16 -0.734,7.668 1.527,0.934 1.867,1.02 3.676,1.02 1.808,0 2.656,-0.141 3.222,-0.707 0.938,-0.942 -0.386,-2.86 -1.015,-3.516 -1.645,-1.676 -1.844,-4.633 -0.188,-6.711 1.68,-2.133 3.465,-3.332 6.157,-3.371 4.085,-0.035 6.523,1.625 8.093,3.84 1.219,1.707 1.5,2.824 2.258,4.453 0.543,1.14 2.02,4.371 2.332,4.371 0.281,0 2.145,0.648 3.192,-0.875 z"
-         style="font-size:25.60000038px;fill:#f9c600;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3631" /><path
-         d="m 773.602,401.135 c 1.753,-2.547 -0.055,-5.852 1.214,-7.887 2.094,-3.336 6.305,-6.699 7.914,-7.633 1.161,-0.707 2.797,-1.382 2.743,-3.445 -0.086,-2.348 -1.243,-2.969 -1.895,-3.621 -1.301,-1.297 -8.676,-4.266 -13.426,-6.387 -4.832,-2.148 -8.25,-3.191 -10.683,-3.617 -1.637,-0.281 -2.739,-0.961 -5.172,-0.453 -1.723,0.371 -2.684,0.48 -3.871,1.527 -1.188,1.02 -2.317,1.981 -2.516,3.676 -0.535,4.098 1.133,7.18 0.988,11.277 -0.14,3.704 -1.636,6.641 -2.203,10.399 -0.593,3.875 -1.64,7.152 -0.82,7.66 1.527,0.934 1.867,1.02 3.676,1.02 1.808,0 2.656,-0.141 3.222,-0.707 0.961,-0.961 -0.425,-2.911 -1.074,-3.504 -1.726,-1.668 -1.98,-4.75 -0.285,-6.899 1.727,-2.203 3.563,-3.418 6.246,-3.449 4.156,-0.027 6.672,1.699 8.254,3.988 1.215,1.75 1.414,2.852 2.176,4.52 0.539,1.16 2.008,4.41 2.316,4.41 0.285,0 2.149,0.648 3.196,-0.875 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3633" /><path
-         d="m 747.156,395.94 c -0.277,0.101 -1.543,5.968 -0.859,6.375 1.316,0.781 1.668,0.91 3.289,0.91 1.617,0 2.375,-0.129 2.883,-0.633 0.836,-0.836 -0.453,-2.633 -0.961,-3.137 -1.469,-1.441 -4.074,-3.617 -4.352,-3.515 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3635" /><path
-         d="m 747.246,396.127 c -0.301,0.125 -1.609,5.777 -0.93,6.18 1.313,0.781 1.68,0.867 3.266,0.867 1.621,0 2.348,-0.105 2.859,-0.629 0.829,-0.84 -0.437,-2.582 -0.941,-3.082 -1.461,-1.437 -3.957,-3.461 -4.254,-3.336 z"
-         style="font-size:25.60000038px;fill:#ffcc02;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3637" /><path
-         d="m 747.336,396.315 c -0.324,0.152 -1.676,5.582 -1,5.984 1.312,0.777 1.691,0.824 3.246,0.824 1.621,0 2.316,-0.086 2.832,-0.625 0.82,-0.844 -0.422,-2.531 -0.918,-3.027 -1.461,-1.434 -3.844,-3.301 -4.16,-3.156 z"
-         style="font-size:25.60000038px;fill:#ffcc05;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3639" /><path
-         d="m 747.426,396.498 c -0.352,0.184 -1.742,5.395 -1.067,5.793 1.305,0.774 1.7,0.781 3.223,0.781 1.617,0 2.281,-0.062 2.809,-0.621 0.808,-0.847 -0.407,-2.48 -0.903,-2.972 -1.457,-1.434 -3.726,-3.145 -4.062,-2.981 z"
-         style="font-size:25.60000038px;fill:#ffcc07;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3641" /><path
-         d="m 747.516,396.686 c -0.375,0.207 -1.813,5.203 -1.137,5.597 1.305,0.774 1.707,0.739 3.199,0.739 1.621,0 2.254,-0.043 2.785,-0.618 0.805,-0.851 -0.39,-2.429 -0.883,-2.917 -1.449,-1.43 -3.609,-2.989 -3.964,-2.801 z"
-         style="font-size:25.60000038px;fill:#ffcd0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3643" /><path
-         d="m 747.605,396.873 c -0.398,0.235 -1.878,5.012 -1.207,5.403 1.301,0.769 1.719,0.695 3.18,0.695 1.621,0 2.219,-0.02 2.758,-0.613 0.797,-0.856 -0.375,-2.379 -0.859,-2.868 -1.45,-1.421 -3.497,-2.824 -3.872,-2.617 z"
-         style="font-size:25.60000038px;fill:#ffcd0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3645" /><path
-         d="m 747.695,397.061 c -0.422,0.261 -1.945,4.816 -1.277,5.207 1.301,0.769 1.73,0.652 3.16,0.652 1.617,0 2.188,0.004 2.731,-0.609 0.789,-0.86 -0.356,-2.328 -0.84,-2.809 -1.446,-1.422 -3.383,-2.672 -3.774,-2.441 z"
-         style="font-size:25.60000038px;fill:#ffcd0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3647" /><path
-         d="m 747.785,397.248 c -0.445,0.289 -2.012,4.625 -1.347,5.012 1.296,0.766 1.742,0.609 3.14,0.609 1.617,0 2.152,0.024 2.703,-0.605 0.785,-0.86 -0.34,-2.277 -0.816,-2.754 -1.442,-1.418 -3.27,-2.512 -3.68,-2.262 z"
-         style="font-size:25.60000038px;fill:#ffcd11;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3649" /><path
-         d="m 747.875,397.436 c -0.469,0.312 -2.078,4.429 -1.414,4.816 1.293,0.766 1.75,0.567 3.113,0.567 1.621,0 2.125,0.046 2.684,-0.602 0.773,-0.863 -0.324,-2.227 -0.801,-2.703 -1.437,-1.41 -3.152,-2.352 -3.582,-2.078 z"
-         style="font-size:25.60000038px;fill:#ffce14;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3651" /><path
-         d="m 747.965,397.623 c -0.496,0.34 -2.145,4.239 -1.485,4.621 1.293,0.762 1.758,0.524 3.094,0.524 1.617,0 2.094,0.066 2.656,-0.598 0.766,-0.867 -0.308,-2.176 -0.781,-2.648 -1.429,-1.407 -3.035,-2.196 -3.484,-1.899 z"
-         style="font-size:25.60000038px;fill:#ffce16;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3653" /><path
-         d="m 748.055,397.811 c -0.52,0.367 -2.215,4.047 -1.555,4.426 1.289,0.757 1.77,0.48 3.074,0.48 1.617,0 2.059,0.09 2.629,-0.594 0.758,-0.871 -0.289,-2.125 -0.758,-2.594 -1.429,-1.402 -2.922,-2.035 -3.39,-1.718 z"
-         style="font-size:25.60000038px;fill:#ffce19;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3655" /><path
-         d="m 748.145,397.998 c -0.543,0.395 -2.282,3.856 -1.625,4.231 1.285,0.758 1.781,0.437 3.05,0.437 1.621,0 2.032,0.11 2.606,-0.59 0.75,-0.875 -0.274,-2.074 -0.738,-2.539 -1.426,-1.398 -2.805,-1.879 -3.293,-1.539 z"
-         style="font-size:25.60000038px;fill:#ffce1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3657" /><path
-         d="m 748.234,398.186 c -0.566,0.418 -2.347,3.66 -1.695,4.035 1.285,0.754 1.793,0.394 3.031,0.394 1.621,0 2,0.133 2.582,-0.586 0.743,-0.878 -0.261,-2.023 -0.718,-2.484 -1.422,-1.394 -2.692,-1.719 -3.2,-1.359 z"
-         style="font-size:25.60000038px;fill:#ffcf1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3659" /><path
-         d="m 748.324,398.373 c -0.59,0.446 -2.414,3.469 -1.765,3.84 1.285,0.754 1.8,0.352 3.011,0.352 1.618,0 1.965,0.152 2.555,-0.582 0.734,-0.883 -0.242,-1.973 -0.699,-2.43 -1.418,-1.391 -2.578,-1.563 -3.102,-1.18 z"
-         style="font-size:25.60000038px;fill:#ffcf21;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3661" /><path
-         d="m 748.414,398.561 c -0.613,0.472 -2.48,3.277 -1.832,3.648 1.277,0.746 1.809,0.305 2.984,0.305 1.622,0 1.938,0.176 2.532,-0.578 0.726,-0.887 -0.227,-1.922 -0.68,-2.375 -1.414,-1.391 -2.461,-1.403 -3.004,-1 z"
-         style="font-size:25.60000038px;fill:#ffcf23;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3663" /><path
-         d="m 748.504,398.744 c -0.641,0.5 -2.547,3.086 -1.902,3.453 1.277,0.747 1.82,0.266 2.964,0.266 1.618,0 1.903,0.199 2.504,-0.574 0.723,-0.891 -0.207,-1.871 -0.656,-2.32 -1.41,-1.387 -2.348,-1.247 -2.91,-0.825 z"
-         style="font-size:25.60000038px;fill:#ffcf26;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3665" /><path
-         d="m 748.594,398.932 c -0.664,0.527 -2.617,2.894 -1.973,3.262 1.274,0.742 1.832,0.218 2.945,0.218 1.618,0 1.872,0.219 2.477,-0.57 0.715,-0.895 -0.191,-1.82 -0.637,-2.266 -1.406,-1.382 -2.23,-1.089 -2.812,-0.644 z"
-         style="font-size:25.60000038px;fill:#ffd028;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3667" /><path
-         d="m 748.684,399.119 c -0.688,0.555 -2.684,2.703 -2.043,3.067 1.273,0.738 1.839,0.179 2.921,0.179 1.622,0 1.84,0.239 2.454,-0.57 0.707,-0.898 -0.176,-1.769 -0.618,-2.211 -1.402,-1.379 -2.113,-0.93 -2.714,-0.465 z"
-         style="font-size:25.60000038px;fill:#ffd02b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3669" /><path
-         d="m 748.773,399.307 c -0.711,0.582 -2.75,2.512 -2.113,2.871 1.27,0.738 1.852,0.137 2.902,0.137 1.622,0 1.809,0.257 2.43,-0.567 0.696,-0.902 -0.16,-1.719 -0.597,-2.156 -1.399,-1.375 -2,-0.773 -2.622,-0.285 z"
-         style="font-size:25.60000038px;fill:#ffd02d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3671" /><path
-         d="m 748.863,399.494 c -0.734,0.606 -2.816,2.317 -2.183,2.676 1.269,0.734 1.863,0.094 2.882,0.094 1.618,0 1.774,0.281 2.403,-0.563 0.691,-0.906 -0.145,-1.668 -0.578,-2.101 -1.395,-1.371 -1.887,-0.613 -2.524,-0.106 z"
-         style="font-size:25.60000038px;fill:#ffd030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3673" /><path
-         d="m 748.953,399.682 c -0.758,0.633 -2.883,2.125 -2.25,2.48 1.262,0.731 1.871,0.051 2.856,0.051 1.621,0 1.746,0.301 2.379,-0.559 0.683,-0.91 -0.126,-1.617 -0.555,-2.046 -1.395,-1.368 -1.774,-0.457 -2.43,0.074 z"
-         style="font-size:25.60000038px;fill:#ffd133;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3675" /><path
-         d="m 773.262,400.803 c 1.472,-2.145 -0.024,-5.012 1.039,-6.719 -2.676,2.453 -3.903,3.465 -7.586,-0.144 1.012,1.468 1.226,2.453 1.851,3.851 0.434,0.965 1.711,3.758 1.977,3.758 0.238,0 1.855,0.527 2.719,-0.746 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3677" /><path
-         d="m 773.25,400.787 c 1.434,-2.093 0.012,-4.949 1.012,-6.566 -2.617,2.394 -3.821,3.402 -7.422,-0.125 0.949,1.383 1.183,2.391 1.805,3.766 0.441,0.964 1.667,3.652 1.945,3.652 0.246,0.004 1.812,0.519 2.66,-0.727 z"
-         style="font-size:25.60000038px;fill:#ffcc02;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3679" /><path
-         d="m 773.234,400.772 c 1.399,-2.043 0.051,-4.883 0.989,-6.41 -2.563,2.328 -3.739,3.335 -7.262,-0.11 0.891,1.301 1.148,2.328 1.762,3.68 0.449,0.969 1.625,3.543 1.914,3.551 0.25,0.007 1.769,0.504 2.597,-0.711 z"
-         style="font-size:25.60000038px;fill:#ffcc05;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3681" /><path
-         d="m 773.219,400.756 c 1.363,-1.996 0.09,-4.82 0.965,-6.254 -2.508,2.266 -3.657,3.27 -7.098,-0.094 0.828,1.219 1.105,2.266 1.715,3.594 0.457,0.969 1.578,3.438 1.883,3.449 0.257,0.008 1.726,0.493 2.535,-0.695 z"
-         style="font-size:25.60000038px;fill:#ffcc07;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3683" /><path
-         d="m 773.203,400.744 c 1.332,-1.949 0.125,-4.761 0.942,-6.105 -2.454,2.203 -3.575,3.203 -6.934,-0.074 0.766,1.132 1.066,2.203 1.668,3.507 0.461,0.973 1.535,3.332 1.851,3.348 0.262,0.012 1.684,0.481 2.473,-0.676 z"
-         style="font-size:25.60000038px;fill:#ffcd0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3685" /><path
-         d="m 773.188,400.729 c 1.296,-1.899 0.164,-4.7 0.917,-5.95 -2.398,2.141 -3.492,3.137 -6.769,-0.058 0.707,1.051 1.023,2.141 1.621,3.418 0.469,0.976 1.492,3.23 1.82,3.25 0.27,0.012 1.641,0.465 2.411,-0.66 z"
-         style="font-size:25.60000038px;fill:#ffcd0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3687" /><path
-         d="m 773.172,400.713 c 1.266,-1.848 0.203,-4.633 0.894,-5.797 -2.343,2.082 -3.41,3.074 -6.605,-0.039 0.644,0.969 0.984,2.078 1.574,3.332 0.477,0.981 1.449,3.125 1.789,3.149 0.274,0.015 1.602,0.453 2.348,-0.645 z"
-         style="font-size:25.60000038px;fill:#ffcd0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3689" /><path
-         d="m 773.156,400.697 c 1.231,-1.8 0.242,-4.57 0.871,-5.64 -2.285,2.015 -3.328,3.008 -6.445,-0.02 0.586,0.879 0.945,2.012 1.531,3.242 0.481,0.985 1.403,3.02 1.758,3.047 0.281,0.016 1.559,0.438 2.285,-0.629 z"
-         style="font-size:25.60000038px;fill:#ffcd11;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3691" /><path
-         d="m 773.141,400.686 c 1.195,-1.754 0.277,-4.512 0.847,-5.489 -2.23,1.954 -3.246,2.942 -6.281,-0.003 0.523,0.796 0.906,1.949 1.484,3.156 0.489,0.984 1.36,2.914 1.727,2.945 0.285,0.02 1.516,0.426 2.223,-0.609 z"
-         style="font-size:25.60000038px;fill:#ffce14;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3693" /><path
-         d="m 773.125,400.67 c 1.16,-1.703 0.316,-4.449 0.824,-5.336 -2.176,1.891 -3.164,2.879 -6.117,0.016 0.465,0.715 0.863,1.887 1.438,3.07 0.496,0.988 1.316,2.805 1.695,2.84 0.293,0.023 1.473,0.418 2.16,-0.59 z"
-         style="font-size:25.60000038px;fill:#ffce16;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3695" /><path
-         d="m 773.109,400.654 c 1.129,-1.652 0.356,-4.382 0.801,-5.179 -2.121,1.828 -3.082,2.808 -5.953,0.031 0.402,0.629 0.824,1.82 1.391,2.984 0.504,0.989 1.273,2.7 1.664,2.739 0.297,0.027 1.429,0.402 2.097,-0.575 z"
-         style="font-size:25.60000038px;fill:#ffce19;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3697" /><path
-         d="m 773.098,400.639 c 1.09,-1.602 0.39,-4.32 0.773,-5.027 -2.066,1.765 -2.996,2.746 -5.789,0.05 0.34,0.547 0.781,1.758 1.344,2.899 0.512,0.992 1.226,2.593 1.636,2.636 0.301,0.028 1.383,0.391 2.036,-0.558 z"
-         style="font-size:25.60000038px;fill:#ffce1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3699" /><path
-         d="m 773.082,400.623 c 1.055,-1.554 0.426,-4.258 0.75,-4.871 -2.008,1.703 -2.918,2.68 -5.629,0.067 0.281,0.464 0.742,1.695 1.301,2.812 0.516,0.996 1.184,2.488 1.601,2.535 0.309,0.031 1.348,0.375 1.977,-0.543 z"
-         style="font-size:25.60000038px;fill:#ffcf1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3701" /><path
-         d="m 773.066,400.612 c 1.02,-1.508 0.465,-4.2 0.727,-4.719 -1.953,1.64 -2.832,2.613 -5.465,0.086 0.219,0.375 0.703,1.629 1.254,2.722 0.523,0.996 1.141,2.383 1.574,2.434 0.313,0.031 1.301,0.363 1.91,-0.523 z"
-         style="font-size:25.60000038px;fill:#ffcf21;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3703" /><path
-         d="m 773.051,400.596 c 0.988,-1.457 0.504,-4.133 0.703,-4.567 -1.899,1.579 -2.75,2.547 -5.301,0.106 0.156,0.293 0.66,1.566 1.203,2.633 0.535,1.004 1.102,2.281 1.543,2.336 0.321,0.035 1.262,0.351 1.852,-0.508 z"
-         style="font-size:25.60000038px;fill:#ffcf23;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3705" /><path
-         d="m 773.035,400.58 c 0.953,-1.406 0.543,-4.07 0.68,-4.41 -1.844,1.516 -2.668,2.481 -5.137,0.121 0.098,0.211 0.621,1.504 1.156,2.547 0.539,1.008 1.055,2.176 1.516,2.234 0.324,0.04 1.215,0.336 1.785,-0.492 z"
-         style="font-size:25.60000038px;fill:#ffcf26;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3707" /><path
-         d="m 773.02,400.565 c 0.921,-1.356 0.578,-4.008 0.656,-4.254 -1.789,1.449 -2.586,2.414 -4.973,0.136 0.035,0.125 0.578,1.442 1.109,2.461 0.547,1.008 1.012,2.071 1.481,2.129 0.332,0.043 1.176,0.328 1.727,-0.472 z"
-         style="font-size:25.60000038px;fill:#ffd028;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3709" /><path
-         d="m 773.004,400.553 c 0.887,-1.313 0.617,-3.949 0.633,-4.106 -1.735,1.391 -2.504,2.352 -4.809,0.157 -0.027,0.043 0.539,1.379 1.063,2.375 0.554,1.011 0.968,1.961 1.453,2.027 0.336,0.043 1.133,0.313 1.66,-0.453 z"
-         style="font-size:25.60000038px;fill:#ffd02b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3711" /><path
-         d="m 772.988,400.537 c 0.852,-1.261 0.657,-3.883 0.61,-3.949 -1.676,1.324 -2.422,2.285 -4.649,0.172 -0.086,-0.039 0.5,1.316 1.02,2.289 0.562,1.012 0.926,1.855 1.422,1.926 0.339,0.047 1.089,0.301 1.597,-0.438 z"
-         style="font-size:25.60000038px;fill:#ffd02d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3713" /><path
-         d="m 772.973,400.522 c 0.816,-1.211 0.695,-3.821 0.586,-3.793 -1.621,1.261 -2.34,2.218 -4.485,0.187 -0.148,-0.125 0.461,1.254 0.973,2.203 0.57,1.016 0.879,1.75 1.391,1.825 0.347,0.05 1.046,0.285 1.535,-0.422 z"
-         style="font-size:25.60000038px;fill:#ffd030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3715" /><path
-         d="m 772.957,400.506 c 0.785,-1.16 0.731,-3.758 0.563,-3.641 -1.567,1.2 -2.258,2.153 -4.321,0.207 -0.207,-0.207 0.418,1.192 0.926,2.118 0.574,1.015 0.836,1.644 1.359,1.722 0.352,0.051 1.004,0.274 1.473,-0.406 z"
-         style="font-size:25.60000038px;fill:#ffd133;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3717" /><path
-         d="m 774.477,392.908 c 2.347,-3.082 6.699,-6.386 8.253,-7.293 1.129,-0.648 2.77,-1.41 2.743,-3.445 -0.059,-2.32 -1.246,-2.969 -1.895,-3.621 -1.301,-1.297 -8.707,-4.293 -13.426,-6.387 -4.804,-2.117 -8.281,-3.222 -10.683,-3.617 -1.61,-0.254 -2.77,-0.933 -5.172,-0.453 -1.695,0.34 -2.715,0.512 -3.871,1.527 -1.16,0.989 -2.348,2.035 -2.516,3.676 -0.48,4.07 1.442,6.641 3.309,10.176 1.523,2.824 4.605,3.391 6.527,3.137 6.895,-0.934 6.445,3.39 8.336,5.285 1.754,1.75 6.758,3.164 8.395,1.015 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3719" /><path
-         d="m 774.457,392.881 c 2.34,-3.074 6.684,-6.375 8.234,-7.277 1.129,-0.649 2.762,-1.41 2.735,-3.438 -0.055,-2.312 -1.238,-2.961 -1.887,-3.609 -1.297,-1.297 -8.769,-4.317 -13.441,-6.317 -4.813,-2.031 -8.106,-3.089 -10.524,-3.515 -1.597,-0.27 -2.808,-0.942 -5.203,-0.465 -1.691,0.336 -2.656,0.484 -3.809,1.496 -1.156,0.988 -2.261,1.949 -2.429,3.582 -0.477,4.059 1.32,6.539 3.156,10.066 1.527,2.895 4.629,3.313 6.543,3.055 6.875,-0.949 6.363,3.516 8.25,5.406 1.75,1.747 6.738,3.157 8.375,1.016 z"
-         style="font-size:25.60000038px;fill:#ffcc02;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3721" /><path
-         d="m 774.438,392.85 c 2.335,-3.067 6.667,-6.356 8.214,-7.258 1.125,-0.645 2.754,-1.406 2.727,-3.43 -0.055,-2.308 -1.238,-2.953 -1.883,-3.601 -1.297,-1.293 -8.836,-4.336 -13.457,-6.242 -4.82,-1.946 -7.93,-2.961 -10.359,-3.418 -1.59,-0.282 -2.848,-0.946 -5.239,-0.469 -1.679,0.332 -2.597,0.457 -3.746,1.465 -1.148,0.98 -2.175,1.859 -2.34,3.484 -0.468,4.047 1.2,6.434 3.008,9.961 1.528,2.965 4.649,3.23 6.555,2.969 6.855,-0.961 6.281,3.644 8.164,5.527 1.746,1.746 6.723,3.152 8.356,1.012 z"
-         style="font-size:25.60000038px;fill:#ffcc05;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3723" /><path
-         d="m 774.418,392.822 c 2.328,-3.058 6.648,-6.343 8.195,-7.242 1.121,-0.644 2.75,-1.402 2.719,-3.422 -0.055,-2.3 -1.234,-2.949 -1.879,-3.593 -1.289,-1.289 -8.898,-4.352 -13.473,-6.172 -4.824,-1.856 -7.753,-2.828 -10.195,-3.313 -1.578,-0.297 -2.887,-0.953 -5.269,-0.48 -1.676,0.328 -2.539,0.429 -3.688,1.433 -1.14,0.977 -2.086,1.774 -2.25,3.391 -0.465,4.035 1.078,6.332 2.86,9.855 1.527,3.032 4.671,3.149 6.566,2.883 6.832,-0.976 6.199,3.77 8.078,5.649 1.738,1.742 6.707,3.144 8.336,1.011 z"
-         style="font-size:25.60000038px;fill:#ffcc07;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3725" /><path
-         d="m 774.395,392.795 c 2.324,-3.055 6.636,-6.328 8.175,-7.223 1.121,-0.644 2.746,-1.402 2.719,-3.418 -0.059,-2.296 -1.234,-2.937 -1.879,-3.582 -1.285,-1.289 -8.961,-4.375 -13.484,-6.101 -4.836,-1.766 -7.582,-2.695 -10.035,-3.215 -1.571,-0.309 -2.926,-0.961 -5.301,-0.488 -1.672,0.324 -2.485,0.406 -3.625,1.402 -1.137,0.977 -2,1.688 -2.164,3.297 -0.461,4.023 0.957,6.227 2.711,9.75 1.527,3.102 4.691,3.066 6.578,2.801 6.812,-0.996 6.117,3.894 7.992,5.769 1.734,1.735 6.691,3.133 8.313,1.008 z"
-         style="font-size:25.60000038px;fill:#ffcd0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3727" /><path
-         d="m 774.375,392.764 c 2.32,-3.043 6.621,-6.313 8.156,-7.207 1.117,-0.641 2.739,-1.395 2.711,-3.406 -0.058,-2.289 -1.23,-2.934 -1.871,-3.575 -1.285,-1.285 -9.027,-4.394 -13.504,-6.031 -4.844,-1.676 -7.402,-2.562 -9.871,-3.109 -1.558,-0.324 -2.969,-0.969 -5.336,-0.5 -1.66,0.32 -2.426,0.379 -3.562,1.375 -1.133,0.968 -1.914,1.597 -2.075,3.199 -0.457,4.016 0.84,6.125 2.559,9.644 1.531,3.168 4.715,2.989 6.594,2.715 6.789,-1.007 6.031,4.02 7.906,5.891 1.73,1.73 6.676,3.129 8.293,1.004 z"
-         style="font-size:25.60000038px;fill:#ffcd0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3729" /><path
-         d="m 774.355,392.737 c 2.313,-3.036 6.606,-6.297 8.137,-7.188 1.113,-0.645 2.731,-1.395 2.703,-3.402 -0.054,-2.285 -1.226,-2.926 -1.867,-3.567 -1.281,-1.281 -9.09,-4.414 -13.519,-5.957 -4.848,-1.59 -7.227,-2.433 -9.707,-3.008 -1.547,-0.339 -3.004,-0.976 -5.368,-0.511 -1.656,0.316 -2.367,0.355 -3.5,1.343 -1.129,0.965 -1.828,1.512 -1.988,3.106 -0.449,4.004 0.719,6.023 2.41,9.535 1.532,3.242 4.739,2.91 6.61,2.633 6.765,-1.024 5.949,4.144 7.816,6.012 1.727,1.726 6.656,3.121 8.273,1.004 z"
-         style="font-size:25.60000038px;fill:#ffcd0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3731" /><path
-         d="m 774.336,392.709 c 2.309,-3.031 6.586,-6.285 8.117,-7.172 1.113,-0.64 2.723,-1.39 2.695,-3.394 -0.054,-2.278 -1.222,-2.918 -1.863,-3.555 -1.277,-1.281 -9.152,-4.434 -13.531,-5.887 -4.859,-1.504 -7.055,-2.304 -9.547,-2.91 -1.539,-0.351 -3.047,-0.984 -5.398,-0.519 -1.649,0.316 -2.313,0.332 -3.442,1.312 -1.121,0.965 -1.742,1.426 -1.898,3.012 -0.446,3.992 0.597,5.918 2.261,9.43 1.528,3.308 4.758,2.828 6.622,2.55 6.742,-1.039 5.863,4.27 7.726,6.133 1.723,1.723 6.645,3.11 8.258,1 z"
-         style="font-size:25.60000038px;fill:#ffcd11;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3733" /><path
-         d="m 774.316,392.678 c 2.301,-3.024 6.571,-6.266 8.098,-7.152 1.109,-0.641 2.719,-1.387 2.688,-3.387 -0.055,-2.274 -1.219,-2.91 -1.856,-3.547 -1.277,-1.277 -9.223,-4.453 -13.551,-5.816 -4.867,-1.414 -6.875,-2.172 -9.383,-2.805 -1.527,-0.371 -3.085,-0.992 -5.429,-0.531 -1.645,0.312 -2.254,0.304 -3.383,1.281 -1.113,0.961 -1.652,1.34 -1.809,2.918 -0.441,3.98 0.477,5.816 2.114,9.324 1.527,3.379 4.777,2.746 6.633,2.465 6.722,-1.055 5.785,4.394 7.64,6.254 1.719,1.719 6.629,3.105 8.238,0.996 z"
-         style="font-size:25.60000038px;fill:#ffce14;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3735" /><path
-         d="m 774.293,392.651 c 2.297,-3.016 6.559,-6.254 8.078,-7.137 1.109,-0.637 2.715,-1.383 2.688,-3.375 -0.059,-2.27 -1.219,-2.906 -1.856,-3.543 -1.273,-1.274 -9.285,-4.473 -13.566,-5.742 -4.871,-1.325 -6.699,-2.039 -9.223,-2.707 -1.516,-0.383 -3.121,-0.996 -5.461,-0.539 -1.637,0.308 -2.195,0.281 -3.316,1.25 -1.11,0.957 -1.571,1.254 -1.723,2.824 -0.434,3.969 0.356,5.711 1.961,9.219 1.531,3.445 4.801,2.664 6.648,2.378 6.7,-1.07 5.7,4.52 7.555,6.375 1.715,1.715 6.613,3.098 8.215,0.997 z"
-         style="font-size:25.60000038px;fill:#ffce16;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3737" /><path
-         d="m 774.273,392.623 c 2.293,-3.008 6.543,-6.238 8.059,-7.121 1.106,-0.637 2.707,-1.383 2.68,-3.367 -0.055,-2.266 -1.215,-2.898 -1.852,-3.535 -1.269,-1.27 -9.348,-4.488 -13.582,-5.672 -4.879,-1.234 -6.523,-1.906 -9.058,-2.602 -1.504,-0.398 -3.161,-1.004 -5.493,-0.55 -1.629,0.304 -2.14,0.253 -3.257,1.222 -1.106,0.953 -1.485,1.164 -1.633,2.727 -0.43,3.961 0.234,5.609 1.812,9.113 1.531,3.516 4.821,2.586 6.66,2.297 6.68,-1.086 5.618,4.644 7.469,6.492 1.711,1.711 6.594,3.09 8.195,0.996 z"
-         style="font-size:25.60000038px;fill:#ffce19;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3739" /><path
-         d="m 774.254,392.592 c 2.285,-3 6.523,-6.223 8.039,-7.102 1.102,-0.632 2.699,-1.378 2.672,-3.359 -0.055,-2.258 -1.211,-2.891 -1.844,-3.527 -1.269,-1.266 -9.414,-4.508 -13.598,-5.598 -4.89,-1.148 -6.347,-1.777 -8.898,-2.504 -1.492,-0.41 -3.199,-1.012 -5.527,-0.558 -1.621,0.3 -2.078,0.23 -3.192,1.191 -1.101,0.949 -1.398,1.078 -1.547,2.629 -0.425,3.953 0.114,5.508 1.664,9.008 1.532,3.586 4.844,2.504 6.672,2.215 6.66,-1.102 5.535,4.769 7.383,6.613 1.707,1.711 6.578,3.086 8.176,0.992 z"
-         style="font-size:25.60000038px;fill:#ffce1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3741" /><path
-         d="m 774.234,392.565 c 2.282,-2.996 6.508,-6.207 8.02,-7.086 1.098,-0.633 2.691,-1.375 2.664,-3.352 -0.055,-2.254 -1.207,-2.883 -1.84,-3.515 -1.262,-1.266 -9.476,-4.532 -13.613,-5.528 -4.895,-1.058 -6.172,-1.644 -8.735,-2.402 -1.484,-0.426 -3.242,-1.02 -5.558,-0.57 -1.617,0.296 -2.024,0.207 -3.133,1.16 -1.094,0.945 -1.309,0.992 -1.457,2.539 -0.418,3.937 -0.008,5.402 1.516,8.902 1.531,3.652 4.863,2.422 6.683,2.125 6.637,-1.113 5.453,4.899 7.293,6.738 1.703,1.703 6.567,3.075 8.16,0.989 z"
-         style="font-size:25.60000038px;fill:#ffcf1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3743" /><path
-         d="m 774.215,392.537 c 2.273,-2.988 6.492,-6.195 8,-7.07 1.094,-0.629 2.683,-1.371 2.656,-3.344 -0.055,-2.246 -1.203,-2.879 -1.836,-3.508 -1.258,-1.261 -9.543,-4.55 -13.625,-5.457 -4.906,-0.968 -6,-1.511 -8.574,-2.296 -1.473,-0.442 -3.281,-1.028 -5.59,-0.583 -1.609,0.297 -1.965,0.18 -3.074,1.133 -1.086,0.942 -1.223,0.903 -1.367,2.442 -0.414,3.925 -0.129,5.3 1.367,8.793 1.531,3.722 4.887,2.343 6.695,2.047 6.617,-1.133 5.371,5.019 7.207,6.855 1.699,1.699 6.551,3.07 8.141,0.988 z"
-         style="font-size:25.60000038px;fill:#ffcf21;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3745" /><path
-         d="m 774.191,392.506 c 2.27,-2.977 6.481,-6.176 7.985,-7.051 1.094,-0.629 2.676,-1.367 2.648,-3.336 -0.054,-2.242 -1.199,-2.871 -1.828,-3.496 -1.258,-1.258 -9.609,-4.57 -13.644,-5.386 -4.911,-0.883 -5.825,-1.383 -8.411,-2.2 -1.464,-0.453 -3.32,-1.035 -5.625,-0.586 -1.601,0.289 -1.906,0.153 -3.007,1.098 -1.086,0.938 -1.137,0.816 -1.286,2.348 -0.406,3.918 -0.246,5.195 1.219,8.687 1.535,3.789 4.91,2.262 6.711,1.961 6.594,-1.148 5.289,5.149 7.121,6.977 1.696,1.695 6.535,3.062 8.117,0.984 z"
-         style="font-size:25.60000038px;fill:#ffcf23;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3747" /><path
-         d="m 774.172,392.479 c 2.266,-2.973 6.465,-6.164 7.961,-7.035 1.094,-0.629 2.676,-1.364 2.648,-3.329 -0.054,-2.234 -1.203,-2.863 -1.828,-3.488 -1.254,-1.254 -9.672,-4.59 -13.66,-5.316 -4.918,-0.793 -5.645,-1.25 -8.246,-2.094 -1.453,-0.469 -3.359,-1.043 -5.656,-0.598 -1.598,0.285 -1.852,0.125 -2.95,1.067 -1.078,0.933 -1.05,0.73 -1.195,2.25 -0.402,3.91 -0.367,5.097 1.07,8.586 1.536,3.859 4.93,2.179 6.723,1.875 6.574,-1.16 5.207,5.273 7.035,7.097 1.692,1.692 6.516,3.059 8.098,0.985 z"
-         style="font-size:25.60000038px;fill:#ffcf26;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3749" /><path
-         d="m 774.152,392.447 c 2.258,-2.964 6.446,-6.144 7.942,-7.015 1.09,-0.625 2.668,-1.36 2.64,-3.32 -0.054,-2.231 -1.199,-2.856 -1.824,-3.481 -1.25,-1.25 -9.734,-4.609 -13.676,-5.242 -4.925,-0.703 -5.468,-1.117 -8.082,-1.996 -1.445,-0.481 -3.398,-1.047 -5.691,-0.606 -1.586,0.282 -1.789,0.102 -2.883,1.039 -1.074,0.93 -0.965,0.641 -1.109,2.157 -0.399,3.894 -0.485,4.992 0.922,8.476 1.531,3.926 4.949,2.102 6.734,1.793 6.551,-1.18 5.125,5.395 6.949,7.219 1.688,1.687 6.5,3.047 8.078,0.976 z"
-         style="font-size:25.60000038px;fill:#ffd028;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3751" /><path
-         d="m 774.133,392.42 c 2.25,-2.957 6.429,-6.133 7.922,-7 1.086,-0.625 2.66,-1.355 2.633,-3.308 -0.055,-2.227 -1.196,-2.852 -1.817,-3.477 -1.25,-1.246 -9.801,-4.629 -13.691,-5.172 -4.934,-0.613 -5.297,-0.984 -7.922,-1.891 -1.434,-0.496 -3.438,-1.054 -5.723,-0.617 -1.582,0.278 -1.734,0.074 -2.824,1.008 -1.066,0.926 -0.879,0.555 -1.02,2.063 -0.39,3.882 -0.605,4.886 0.774,8.371 1.531,3.996 4.973,2.019 6.746,1.707 6.531,-1.196 5.043,5.523 6.863,7.34 1.68,1.683 6.485,3.039 8.059,0.976 z"
-         style="font-size:25.60000038px;fill:#ffd02b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3753" /><path
-         d="m 774.113,392.393 c 2.246,-2.949 6.414,-6.117 7.903,-6.985 1.082,-0.621 2.652,-1.351 2.625,-3.3 -0.055,-2.223 -1.192,-2.844 -1.813,-3.465 -1.246,-1.246 -9.863,-4.649 -13.707,-5.102 -4.941,-0.527 -5.117,-0.855 -7.758,-1.789 -1.422,-0.512 -3.476,-1.066 -5.754,-0.629 -1.578,0.278 -1.679,0.051 -2.765,0.977 -1.059,0.922 -0.789,0.469 -0.93,1.969 -0.387,3.871 -0.726,4.785 0.621,8.265 1.535,4.063 4.996,1.938 6.766,1.621 6.508,-1.207 4.957,5.649 6.769,7.465 1.68,1.676 6.473,3.027 8.043,0.973 z"
-         style="font-size:25.60000038px;fill:#ffd02d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3755" /><path
-         d="m 774.094,392.362 c 2.238,-2.942 6.398,-6.102 7.883,-6.965 1.078,-0.621 2.644,-1.352 2.617,-3.293 -0.055,-2.215 -1.188,-2.836 -1.809,-3.457 -1.242,-1.243 -9.926,-4.668 -13.719,-5.028 -4.949,-0.441 -4.945,-0.726 -7.597,-1.691 -1.414,-0.524 -3.516,-1.07 -5.785,-0.637 -1.571,0.274 -1.622,0.024 -2.704,0.946 -1.054,0.921 -0.707,0.382 -0.843,1.875 -0.379,3.859 -0.848,4.679 0.472,8.156 1.536,4.136 5.016,1.859 6.778,1.539 6.484,-1.223 4.875,5.773 6.683,7.582 1.676,1.676 6.453,3.027 8.024,0.973 z"
-         style="font-size:25.60000038px;fill:#ffd030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3757" /><path
-         d="m 774.07,392.334 c 2.235,-2.933 6.383,-6.086 7.868,-6.949 1.074,-0.621 2.64,-1.348 2.613,-3.285 -0.055,-2.211 -1.188,-2.828 -1.805,-3.449 -1.242,-1.239 -9.996,-4.688 -13.738,-4.957 -4.957,-0.348 -4.77,-0.59 -7.434,-1.586 -1.402,-0.539 -3.558,-1.079 -5.82,-0.649 -1.563,0.27 -1.563,0 -2.641,0.918 -1.051,0.914 -0.617,0.297 -0.754,1.777 -0.375,3.852 -0.968,4.579 0.325,8.051 1.535,4.203 5.035,1.778 6.785,1.457 6.469,-1.238 4.797,5.899 6.601,7.703 1.672,1.668 6.438,3.016 8,0.969 z"
-         style="font-size:25.60000038px;fill:#ffd133;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3759" /><path
-         d="m 675.02,396.779 c -2.543,-1.835 -8.989,-1.667 -10.629,-3.812 -1.61,-2.148 0.058,-5.258 0.031,-11.023 0,-2.461 -0.426,-4.325 -0.707,-5.825 -0.399,-1.894 -0.653,-3.222 0.14,-4.578 1.442,-2.402 3.758,-2.996 17.016,-5.765 7.094,-1.469 13.789,-5.286 18.285,-5.653 4.492,-0.34 5.453,1.16 8.196,3.59 2.714,2.43 3.589,1.668 3.503,7.008 -0.082,5.316 -3.503,6.898 -7.375,13.031 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.223,-5.2 -5.765,-7.04 z"
-         style="font-size:25.60000038px;fill:#995900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3761" /><path
-         d="m 675.059,396.666 c -2.512,-1.844 -8.821,-1.484 -10.621,-3.734 -1.633,-2.125 0.089,-5.211 0.039,-10.973 -0.012,-2.445 -0.454,-4.269 -0.762,-5.84 -0.406,-1.91 -0.66,-3.218 0.137,-4.558 1.488,-2.422 3.804,-2.797 17.058,-5.563 7.09,-1.469 13.559,-5.222 18.192,-5.539 4.39,-0.312 5.324,1.11 8.035,3.516 2.703,2.433 3.539,1.679 3.476,6.832 -0.031,5.308 -3.261,6.812 -7.133,12.945 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.203,-5.293 -5.726,-7.153 z"
-         style="font-size:25.60000038px;fill:#9e5e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3763" /><path
-         d="m 675.102,396.553 c -2.481,-1.852 -8.657,-1.305 -10.622,-3.652 -1.648,-2.102 0.125,-5.164 0.051,-10.922 -0.019,-2.434 -0.48,-4.219 -0.816,-5.86 -0.418,-1.929 -0.664,-3.215 0.133,-4.543 1.535,-2.433 3.855,-2.597 17.105,-5.355 7.082,-1.465 13.324,-5.16 18.094,-5.43 4.289,-0.281 5.195,1.063 7.871,3.446 2.703,2.433 3.496,1.691 3.449,6.656 0.028,5.304 -3.015,6.726 -6.887,12.859 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.18,-5.383 -5.683,-7.266 z"
-         style="font-size:25.60000038px;fill:#a36400;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3765" /><path
-         d="m 675.141,396.44 c -2.446,-1.86 -8.493,-1.125 -10.614,-3.567 -1.672,-2.082 0.157,-5.125 0.059,-10.875 -0.031,-2.422 -0.508,-4.168 -0.867,-5.879 -0.43,-1.949 -0.676,-3.215 0.129,-4.523 1.574,-2.453 3.898,-2.399 17.144,-5.156 7.082,-1.461 13.094,-5.098 18.004,-5.313 4.184,-0.254 5.063,1.016 7.703,3.375 2.696,2.434 3.449,1.699 3.426,6.477 0.078,5.297 -2.773,6.64 -6.645,12.773 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.16,-5.473 -5.644,-7.379 z"
-         style="font-size:25.60000038px;fill:#a86a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3767" /><path
-         d="m 675.184,396.33 c -2.414,-1.875 -8.329,-0.945 -10.61,-3.488 -1.691,-2.059 0.188,-5.078 0.067,-10.824 -0.039,-2.41 -0.536,-4.117 -0.922,-5.899 -0.442,-1.965 -0.684,-3.211 0.125,-4.504 1.621,-2.472 3.945,-2.199 17.191,-4.953 7.074,-1.457 12.86,-5.035 17.906,-5.199 4.082,-0.226 4.934,0.965 7.539,3.301 2.692,2.437 3.403,1.711 3.399,6.301 0.137,5.293 -2.527,6.554 -6.399,12.687 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.473 -3.137,-5.563 -5.601,-7.489 z"
-         style="font-size:25.60000038px;fill:#ad7000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3769" /><path
-         d="m 675.223,396.217 c -2.379,-1.879 -8.161,-0.766 -10.606,-3.406 -1.711,-2.035 0.219,-5.032 0.078,-10.778 -0.05,-2.394 -0.566,-4.062 -0.976,-5.914 -0.449,-1.984 -0.692,-3.207 0.121,-4.484 1.668,-2.488 3.992,-2 17.234,-4.75 7.074,-1.457 12.625,-4.973 17.813,-5.086 3.98,-0.199 4.804,0.918 7.379,3.227 2.683,2.437 3.355,1.726 3.367,6.128 0.191,5.286 -2.281,6.465 -6.153,12.598 -3.875,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.117,-5.653 -5.562,-7.602 z"
-         style="font-size:25.60000038px;fill:#b27500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3771" /><path
-         d="m 675.266,396.104 c -2.348,-1.891 -7.996,-0.582 -10.602,-3.325 -1.73,-2.011 0.25,-4.988 0.086,-10.726 -0.059,-2.383 -0.594,-4.012 -1.027,-5.934 -0.465,-2.004 -0.7,-3.203 0.117,-4.468 1.711,-2.504 4.039,-1.801 17.277,-4.543 7.067,-1.454 12.391,-4.914 17.719,-4.977 3.875,-0.168 4.672,0.871 7.211,3.16 2.68,2.438 3.308,1.735 3.344,5.949 0.246,5.278 -2.039,6.379 -5.911,12.512 -3.871,6.133 -4.492,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.094,-5.743 -5.519,-7.715 z"
-         style="font-size:25.60000038px;fill:#b77b00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3773" /><path
-         d="m 675.305,395.99 c -2.317,-1.898 -7.828,-0.402 -10.598,-3.242 -1.75,-1.992 0.285,-4.941 0.098,-10.676 -0.067,-2.371 -0.621,-3.96 -1.082,-5.953 -0.473,-2.019 -0.707,-3.199 0.113,-4.449 1.758,-2.519 4.086,-1.601 17.32,-4.34 7.067,-1.453 12.16,-4.851 17.625,-4.863 3.77,-0.141 4.543,0.824 7.047,3.086 2.676,2.441 3.266,1.746 3.317,5.773 0.3,5.274 -1.793,6.293 -5.665,12.426 -3.875,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.473 -3.074,-5.832 -5.48,-7.829 z"
-         style="font-size:25.60000038px;fill:#bc8100;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3775" /><path
-         d="m 675.348,395.877 c -2.286,-1.906 -7.664,-0.223 -10.594,-3.16 -1.77,-1.969 0.316,-4.895 0.105,-10.629 -0.078,-2.355 -0.648,-3.902 -1.132,-5.969 -0.489,-2.039 -0.719,-3.199 0.105,-4.429 1.805,-2.539 4.133,-1.403 17.363,-4.141 7.063,-1.445 11.93,-4.785 17.532,-4.746 3.668,-0.113 4.414,0.773 6.882,3.012 2.668,2.441 3.219,1.757 3.293,5.597 0.356,5.266 -1.55,6.207 -5.422,12.34 -3.875,6.133 -4.496,7.262 -7.066,11.332 -2.574,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.055,-5.926 -5.437,-7.942 z"
-         style="font-size:25.60000038px;fill:#c18700;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3777" /><path
-         d="m 675.387,395.764 c -2.25,-1.914 -7.5,-0.039 -10.59,-3.078 -1.789,-1.946 0.351,-4.852 0.121,-10.578 -0.09,-2.344 -0.68,-3.852 -1.191,-5.989 -0.497,-2.058 -0.727,-3.195 0.101,-4.414 1.852,-2.554 4.18,-1.199 17.41,-3.933 7.055,-1.442 11.696,-4.723 17.434,-4.633 3.566,-0.086 4.285,0.726 6.723,2.941 2.66,2.442 3.167,1.766 3.261,5.418 0.414,5.262 -1.304,6.121 -5.176,12.254 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -3.031,-6.016 -5.398,-8.055 z"
-         style="font-size:25.60000038px;fill:#c68c00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3779" /><path
-         d="m 675.43,395.651 c -2.219,-1.922 -7.336,0.14 -10.586,-2.997 -1.809,-1.921 0.383,-4.804 0.129,-10.527 -0.102,-2.332 -0.707,-3.805 -1.246,-6.008 -0.508,-2.078 -0.735,-3.191 0.101,-4.394 1.891,-2.571 4.223,-1.004 17.453,-3.731 7.051,-1.441 11.457,-4.664 17.336,-4.523 3.465,-0.055 4.156,0.68 6.559,2.871 2.656,2.445 3.125,1.781 3.238,5.242 0.465,5.258 -1.062,6.035 -4.934,12.168 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.473 -3.012,-6.106 -5.355,-8.168 z"
-         style="font-size:25.60000038px;fill:#cc9200;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3781" /><path
-         d="m 675.469,395.537 c -2.184,-1.929 -7.168,0.321 -10.578,-2.914 -1.829,-1.898 0.414,-4.758 0.136,-10.48 -0.109,-2.317 -0.734,-3.746 -1.297,-6.024 -0.519,-2.093 -0.746,-3.191 0.094,-4.375 1.938,-2.59 4.274,-0.804 17.496,-3.527 7.047,-1.438 11.227,-4.602 17.246,-4.41 3.36,-0.028 4.024,0.629 6.391,2.797 2.652,2.445 3.078,1.793 3.211,5.066 0.52,5.25 -0.816,5.949 -4.688,12.082 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.988,-6.196 -5.316,-8.282 z"
-         style="font-size:25.60000038px;fill:#d19800;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3783" /><path
-         d="m 675.512,395.424 c -2.157,-1.937 -7.004,0.504 -10.578,-2.832 -1.848,-1.875 0.449,-4.715 0.148,-10.43 -0.117,-2.304 -0.762,-3.695 -1.352,-6.043 -0.531,-2.113 -0.75,-3.187 0.09,-4.359 1.985,-2.606 4.321,-0.602 17.543,-3.324 7.043,-1.434 10.992,-4.535 17.149,-4.293 3.258,0 3.894,0.582 6.23,2.722 2.645,2.45 3.028,1.805 3.18,4.891 0.578,5.246 -0.57,5.863 -4.442,11.996 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.473 -2.969,-6.286 -5.273,-8.395 z"
-         style="font-size:25.60000038px;fill:#d69e00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3785" /><path
-         d="m 675.551,395.311 c -2.121,-1.949 -6.836,0.683 -10.571,-2.75 -1.867,-1.856 0.477,-4.668 0.157,-10.379 -0.129,-2.293 -0.793,-3.645 -1.407,-6.063 -0.542,-2.132 -0.757,-3.183 0.086,-4.34 2.032,-2.621 4.368,-0.406 17.586,-3.121 7.039,-1.429 10.762,-4.476 17.055,-4.179 3.152,0.027 3.766,0.531 6.066,2.652 2.641,2.449 2.985,1.813 3.157,4.711 0.629,5.242 -0.328,5.777 -4.2,11.91 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.945,-6.375 -5.234,-8.508 z"
-         style="font-size:25.60000038px;fill:#dba300;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3787" /><path
-         d="m 675.594,395.197 c -2.09,-1.957 -6.672,0.868 -10.571,-2.668 -1.886,-1.832 0.512,-4.625 0.168,-10.328 -0.136,-2.281 -0.82,-3.593 -1.457,-6.082 -0.554,-2.148 -0.769,-3.179 0.082,-4.32 2.075,-2.641 4.411,-0.207 17.629,-2.918 7.032,-1.43 10.528,-4.414 16.957,-4.07 3.051,0.058 3.637,0.488 5.903,2.582 2.636,2.449 2.937,1.824 3.129,4.535 0.687,5.234 -0.082,5.691 -3.954,11.824 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.926,-6.469 -5.191,-8.622 z"
-         style="font-size:25.60000038px;fill:#e0a900;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3789" /><path
-         d="m 675.633,395.084 c -2.055,-1.965 -6.508,1.047 -10.563,-2.586 -1.906,-1.808 0.543,-4.578 0.176,-10.281 -0.148,-2.266 -0.848,-3.539 -1.512,-6.098 -0.566,-2.168 -0.777,-3.179 0.078,-4.3 2.122,-2.657 4.458,-0.008 17.672,-2.715 7.032,-1.426 10.293,-4.352 16.868,-3.957 2.945,0.086 3.503,0.437 5.734,2.507 2.629,2.454 2.891,1.84 3.102,4.36 0.742,5.23 0.164,5.605 -3.708,11.738 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.906,-6.559 -5.152,-8.735 z"
-         style="font-size:25.60000038px;fill:#e5af00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3791" /><path
-         d="m 675.676,394.971 c -2.024,-1.973 -6.344,1.226 -10.559,-2.504 -1.929,-1.785 0.574,-4.531 0.184,-10.23 -0.156,-2.254 -0.875,-3.489 -1.563,-6.118 -0.578,-2.187 -0.789,-3.175 0.074,-4.285 2.165,-2.672 4.504,0.195 17.715,-2.508 7.024,-1.425 10.063,-4.293 16.77,-3.843 2.844,0.113 3.375,0.39 5.574,2.433 2.621,2.457 2.844,1.852 3.074,4.184 0.797,5.222 0.407,5.519 -3.465,11.652 -3.871,6.133 -4.492,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.883,-6.649 -5.109,-8.848 z"
-         style="font-size:25.60000038px;fill:#eab500;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3793" /><path
-         d="m 675.715,394.858 c -1.992,-1.981 -6.176,1.41 -10.555,-2.422 -1.945,-1.762 0.61,-4.489 0.195,-10.18 -0.167,-2.246 -0.902,-3.437 -1.617,-6.137 -0.59,-2.207 -0.793,-3.172 0.071,-4.265 2.207,-2.692 4.55,0.39 17.757,-2.305 7.024,-1.422 9.829,-4.23 16.676,-3.73 2.742,0.14 3.246,0.339 5.41,2.363 2.618,2.453 2.797,1.859 3.047,4.004 0.852,5.218 0.653,5.433 -3.219,11.566 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.473 -2.863,-6.739 -5.07,-8.961 z"
-         style="font-size:25.60000038px;fill:#efba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3795" /><path
-         d="m 675.758,394.744 c -1.961,-1.988 -6.012,1.59 -10.551,-2.34 -1.969,-1.738 0.641,-4.441 0.207,-10.132 -0.18,-2.231 -0.934,-3.383 -1.676,-6.153 -0.597,-2.222 -0.8,-3.172 0.067,-4.246 2.254,-2.707 4.597,0.59 17.8,-2.105 7.02,-1.418 9.598,-4.164 16.583,-3.617 2.636,0.171 3.117,0.296 5.246,2.293 2.613,2.457 2.75,1.871 3.023,3.828 0.906,5.215 0.895,5.347 -2.977,11.48 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.84,-6.829 -5.027,-9.075 z"
-         style="font-size:25.60000038px;fill:#f4c000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3797" /><path
-         d="m 675.797,394.635 c -1.926,-2 -5.844,1.766 -10.547,-2.262 -1.984,-1.719 0.676,-4.398 0.219,-10.082 -0.188,-2.219 -0.961,-3.332 -1.727,-6.172 -0.613,-2.242 -0.812,-3.168 0.059,-4.23 2.301,-2.723 4.644,0.793 17.847,-1.899 7.012,-1.414 9.364,-4.101 16.489,-3.503 2.531,0.195 2.984,0.246 5.082,2.218 2.605,2.457 2.703,1.883 2.992,3.657 0.965,5.203 1.141,5.257 -2.731,11.39 -3.871,6.133 -4.496,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.469 -2.82,-6.918 -4.988,-9.184 z"
-         style="font-size:25.60000038px;fill:#f9c600;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3799" /><path
-         d="m 675.84,394.518 c -1.895,-2.004 -5.684,1.953 -10.543,-2.176 -2.008,-1.695 0.707,-4.352 0.226,-10.031 -0.199,-2.207 -0.988,-3.282 -1.781,-6.192 -0.621,-2.261 -0.82,-3.164 0.059,-4.211 2.344,-2.742 4.691,0.989 17.89,-1.695 7.008,-1.414 9.129,-4.043 16.391,-3.391 2.43,0.227 2.856,0.196 4.918,2.149 2.602,2.457 2.656,1.891 2.969,3.476 1.015,5.2 1.383,5.172 -2.489,11.305 -3.871,6.133 -4.492,7.262 -7.066,11.332 -2.57,4.016 -7.66,11.305 -10.57,11.391 -2.317,0.058 -3.617,-1.188 -5.059,-2.656 -1.441,-1.473 -2.797,-7.008 -4.945,-9.301 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3801" /><path
-         d="m 677.062,392.311 c -1.679,-1.782 -7.175,0.535 -9.769,-1.426 -1.859,-1.371 0.941,-3.102 0.559,-8.191 -0.153,-1.934 -1.5,-2.293 -0.942,-4.961 0.434,-2.012 0.891,-1.961 1.652,-2.879 2.09,-2.442 1.606,-0.66 13.489,-3.051 6.285,-1.274 8.219,-3.641 14.758,-3.055 2.187,0.203 2.593,0.18 4.425,1.934 2.344,2.187 1.149,1.73 1.403,3.129 0.89,4.66 0.175,5.472 -3.309,10.996 -3.488,5.519 -3.18,5.824 -5.473,9.465 -2.289,3.586 -5.445,10.125 -8.066,10.179 -2.059,0.047 -3.258,-1.07 -4.555,-2.394 -1.296,-1.324 -2.261,-7.711 -4.172,-9.746 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3803" /><path
-         d="m 677.18,392.276 c -1.754,-1.844 -7.305,0.468 -9.84,-1.454 -1.844,-1.378 1.012,-3.16 0.633,-8.121 -0.157,-1.922 -1.465,-2.304 -0.965,-4.957 0.387,-2 0.926,-1.937 1.699,-2.828 2.234,-2.406 1.836,-0.715 13.395,-3.039 6.25,-1.262 8.171,-3.617 14.671,-3.035 2.176,0.203 2.543,0.184 4.379,1.902 2.301,2.125 1.121,1.684 1.34,3.164 0.809,4.629 0.172,5.489 -3.215,10.856 -3.468,5.488 -3.199,5.769 -5.472,9.387 -2.278,3.566 -5.379,10.128 -7.985,10.179 -2.047,0.051 -3.238,-1.062 -4.527,-2.379 -1.289,-1.316 -2.215,-7.656 -4.113,-9.675 z"
-         style="font-size:25.60000038px;fill:#ffcc02;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3805" /><path
-         d="m 677.293,392.24 c -1.82,-1.91 -7.43,0.403 -9.902,-1.484 -1.832,-1.383 1.082,-3.215 0.703,-8.043 -0.164,-1.91 -1.43,-2.324 -0.989,-4.957 0.34,-1.988 0.961,-1.918 1.75,-2.777 2.375,-2.371 2.063,-0.774 13.301,-3.028 6.211,-1.246 8.121,-3.593 14.582,-3.015 2.16,0.199 2.489,0.183 4.328,1.871 2.266,2.058 1.102,1.637 1.282,3.199 0.73,4.598 0.168,5.504 -3.121,10.715 -3.45,5.457 -3.215,5.711 -5.477,9.308 -2.262,3.543 -5.309,10.133 -7.898,10.18 -2.04,0.051 -3.219,-1.055 -4.504,-2.363 -1.282,-1.305 -2.164,-7.602 -4.055,-9.606 z"
-         style="font-size:25.60000038px;fill:#ffcc05;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3807" /><path
-         d="m 677.41,392.205 c -1.894,-1.976 -7.558,0.34 -9.969,-1.515 -1.824,-1.391 1.153,-3.27 0.774,-7.965 -0.168,-1.899 -1.395,-2.34 -1.012,-4.953 0.297,-1.981 0.996,-1.899 1.797,-2.731 2.523,-2.336 2.297,-0.828 13.207,-3.012 6.176,-1.238 8.074,-3.574 14.496,-3 2.149,0.196 2.438,0.188 4.277,1.844 2.227,1.989 1.079,1.586 1.223,3.227 0.652,4.57 0.164,5.523 -3.027,10.578 -3.426,5.422 -3.231,5.656 -5.477,9.23 -2.25,3.524 -5.246,10.133 -7.82,10.184 -2.024,0.047 -3.195,-1.051 -4.473,-2.352 -1.273,-1.296 -2.117,-7.546 -3.996,-9.535 z"
-         style="font-size:25.60000038px;fill:#ffcc07;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3809" /><path
-         d="m 677.523,392.166 c -1.964,-2.035 -7.683,0.278 -10.035,-1.543 -1.808,-1.394 1.227,-3.324 0.848,-7.89 -0.172,-1.887 -1.359,-2.356 -1.035,-4.95 0.254,-1.968 1.031,-1.879 1.844,-2.679 2.667,-2.301 2.527,-0.887 13.113,-3 6.14,-1.227 8.027,-3.551 14.406,-2.981 2.137,0.192 2.387,0.192 4.234,1.813 2.188,1.922 1.055,1.539 1.161,3.258 0.574,4.543 0.16,5.543 -2.934,10.441 -3.41,5.391 -3.246,5.598 -5.48,9.148 -2.235,3.504 -5.176,10.137 -7.735,10.188 -2.012,0.051 -3.18,-1.043 -4.445,-2.336 -1.27,-1.289 -2.067,-7.492 -3.942,-9.469 z"
-         style="font-size:25.60000038px;fill:#ffcd0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3811" /><path
-         d="m 677.641,392.131 c -2.039,-2.102 -7.813,0.211 -10.102,-1.57 -1.797,-1.403 1.293,-3.383 0.918,-7.817 -0.176,-1.875 -1.32,-2.371 -1.059,-4.949 0.207,-1.953 1.067,-1.855 1.891,-2.633 2.813,-2.261 2.758,-0.937 13.023,-2.984 6.102,-1.211 7.977,-3.531 14.317,-2.961 2.125,0.191 2.336,0.195 4.183,1.781 2.149,1.86 1.036,1.492 1.102,3.293 0.496,4.512 0.156,5.559 -2.84,10.301 -3.386,5.355 -3.258,5.543 -5.48,9.07 -2.223,3.481 -5.11,10.141 -7.653,10.192 -2,0.047 -3.16,-1.039 -4.418,-2.321 -1.261,-1.285 -2.019,-7.441 -3.882,-9.402 z"
-         style="font-size:25.60000038px;fill:#ffcd0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3813" /><path
-         d="m 677.758,392.096 c -2.113,-2.168 -7.942,0.148 -10.168,-1.602 -1.785,-1.406 1.363,-3.437 0.988,-7.738 -0.18,-1.863 -1.285,-2.391 -1.082,-4.945 0.16,-1.946 1.102,-1.836 1.938,-2.586 2.961,-2.227 2.992,-0.992 12.929,-2.973 6.067,-1.199 7.934,-3.508 14.231,-2.941 2.109,0.187 2.281,0.199 4.136,1.75 2.11,1.793 1.008,1.445 1.04,3.328 0.414,4.48 0.152,5.578 -2.747,10.16 -3.367,5.324 -3.277,5.484 -5.484,8.992 -2.207,3.461 -5.043,10.145 -7.57,10.192 -1.989,0.05 -3.141,-1.028 -4.391,-2.305 -1.25,-1.277 -1.969,-7.387 -3.82,-9.332 z"
-         style="font-size:25.60000038px;fill:#ffcd0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3815" /><path
-         d="m 677.871,392.061 c -2.183,-2.231 -8.07,0.082 -10.234,-1.633 -1.774,-1.41 1.437,-3.492 1.062,-7.66 -0.183,-1.856 -1.25,-2.406 -1.105,-4.946 0.117,-1.933 1.136,-1.816 1.984,-2.535 3.106,-2.191 3.223,-1.05 12.836,-2.957 6.031,-1.187 7.887,-3.488 14.145,-2.926 2.097,0.188 2.226,0.204 4.086,1.719 2.07,1.727 0.988,1.399 0.98,3.36 0.336,4.457 0.145,5.597 -2.652,10.023 -3.348,5.293 -3.293,5.43 -5.489,8.918 -2.191,3.438 -4.972,10.141 -7.484,10.191 -1.977,0.047 -3.121,-1.023 -4.363,-2.293 -1.246,-1.269 -1.922,-7.332 -3.766,-9.261 z"
-         style="font-size:25.60000038px;fill:#ffcd11;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3817" /><path
-         d="m 677.988,392.026 c -2.254,-2.297 -8.199,0.015 -10.3,-1.661 -1.762,-1.418 1.503,-3.55 1.132,-7.589 -0.191,-1.84 -1.215,-2.422 -1.129,-4.938 0.071,-1.926 1.172,-1.797 2.032,-2.488 3.25,-2.156 3.453,-1.106 12.746,-2.946 5.992,-1.175 7.836,-3.464 14.054,-2.906 2.082,0.184 2.176,0.203 4.036,1.688 2.035,1.664 0.964,1.351 0.921,3.394 0.258,4.426 0.141,5.614 -2.558,9.887 -3.328,5.258 -3.309,5.367 -5.488,8.832 -2.18,3.418 -4.907,10.148 -7.403,10.195 -1.965,0.051 -3.101,-1.015 -4.34,-2.277 -1.234,-1.258 -1.871,-7.281 -3.703,-9.191 z"
-         style="font-size:25.60000038px;fill:#ffce14;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3819" /><path
-         d="m 678.102,391.99 c -2.325,-2.363 -8.325,-0.05 -10.368,-1.691 -1.746,-1.422 1.578,-3.605 1.207,-7.512 -0.195,-1.832 -1.179,-2.441 -1.152,-4.937 0.023,-1.914 1.203,-1.774 2.078,-2.442 3.399,-2.117 3.688,-1.16 12.653,-2.929 5.957,-1.164 7.789,-3.442 13.964,-2.887 2.075,0.18 2.125,0.207 3.989,1.656 1.996,1.598 0.945,1.305 0.863,3.426 0.176,4.398 0.137,5.633 -2.465,9.75 -3.309,5.223 -3.324,5.313 -5.492,8.754 -2.168,3.394 -4.84,10.148 -7.32,10.199 -1.95,0.047 -3.082,-1.012 -4.309,-2.265 -1.23,-1.25 -1.82,-7.227 -3.648,-9.122 z"
-         style="font-size:25.60000038px;fill:#ffce16;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3821" /><path
-         d="m 678.219,391.955 c -2.399,-2.426 -8.453,-0.113 -10.434,-1.722 -1.734,-1.426 1.649,-3.661 1.277,-7.438 -0.199,-1.816 -1.144,-2.453 -1.175,-4.933 -0.02,-1.903 1.238,-1.754 2.125,-2.391 3.543,-2.082 3.918,-1.215 12.558,-2.914 5.922,-1.153 7.742,-3.422 13.879,-2.871 2.059,0.179 2.074,0.211 3.942,1.625 1.953,1.531 0.918,1.258 0.8,3.461 0.098,4.367 0.133,5.648 -2.371,9.609 -3.289,5.191 -3.34,5.254 -5.492,8.676 -2.152,3.375 -4.773,10.152 -7.238,10.199 -1.938,0.047 -3.063,-1.004 -4.285,-2.25 -1.219,-1.242 -1.77,-7.172 -3.586,-9.051 z"
-         style="font-size:25.60000038px;fill:#ffce19;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3823" /><path
-         d="m 678.332,391.92 c -2.469,-2.492 -8.578,-0.18 -10.496,-1.75 -1.727,-1.433 1.719,-3.715 1.348,-7.363 -0.204,-1.805 -1.106,-2.473 -1.2,-4.93 -0.066,-1.89 1.274,-1.734 2.172,-2.344 3.688,-2.046 4.149,-1.269 12.469,-2.902 5.883,-1.141 7.691,-3.398 13.789,-2.855 2.047,0.179 2.02,0.218 3.891,1.597 1.918,1.469 0.898,1.211 0.742,3.492 0.019,4.34 0.129,5.668 -2.277,9.473 -3.27,5.16 -3.356,5.199 -5.497,8.598 -2.136,3.351 -4.703,10.152 -7.152,10.203 -1.926,0.047 -3.047,-1 -4.258,-2.238 -1.211,-1.235 -1.722,-7.118 -3.531,-8.981 z"
-         style="font-size:25.60000038px;fill:#ffce1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3825" /><path
-         d="m 678.449,391.885 c -2.543,-2.559 -8.707,-0.246 -10.566,-1.781 -1.711,-1.438 1.789,-3.77 1.422,-7.285 -0.207,-1.797 -1.071,-2.489 -1.223,-4.93 -0.109,-1.879 1.309,-1.711 2.219,-2.293 3.836,-2.012 4.383,-1.328 12.375,-2.891 5.847,-1.125 7.644,-3.379 13.703,-2.836 2.031,0.176 1.965,0.223 3.844,1.571 1.875,1.398 0.875,1.16 0.679,3.523 -0.062,4.309 0.125,5.684 -2.183,9.332 -3.25,5.125 -3.371,5.141 -5.496,8.52 -2.129,3.332 -4.641,10.156 -7.075,10.203 -1.914,0.047 -3.023,-0.992 -4.226,-2.223 -1.207,-1.226 -1.676,-7.062 -3.473,-8.91 z"
-         style="font-size:25.60000038px;fill:#ffcf1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3827" /><path
-         d="m 678.566,391.846 c -2.613,-2.617 -8.836,-0.305 -10.632,-1.809 -1.7,-1.441 1.859,-3.824 1.492,-7.207 -0.215,-1.785 -1.035,-2.508 -1.246,-4.929 -0.157,-1.868 1.343,-1.692 2.269,-2.243 3.977,-1.976 4.61,-1.382 12.278,-2.875 5.816,-1.117 7.597,-3.359 13.617,-2.82 2.019,0.176 1.914,0.223 3.793,1.539 1.84,1.332 0.851,1.113 0.621,3.555 -0.141,4.281 0.121,5.703 -2.09,9.195 -3.23,5.094 -3.387,5.086 -5.5,8.442 -2.113,3.308 -4.57,10.16 -6.988,10.207 -1.903,0.046 -3.004,-0.989 -4.203,-2.207 -1.196,-1.223 -1.622,-7.012 -3.411,-8.848 z"
-         style="font-size:25.60000038px;fill:#ffcf21;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3829" /><path
-         d="m 678.68,391.811 c -2.684,-2.684 -8.961,-0.371 -10.696,-1.84 -1.687,-1.445 1.93,-3.879 1.563,-7.133 -0.219,-1.773 -1,-2.523 -1.27,-4.926 -0.199,-1.855 1.379,-1.668 2.317,-2.195 4.121,-1.941 4.84,-1.438 12.187,-2.859 5.778,-1.106 7.547,-3.336 13.528,-2.801 2.003,0.172 1.859,0.226 3.742,1.508 1.801,1.265 0.832,1.066 0.562,3.589 -0.218,4.254 0.117,5.719 -1.996,9.055 -3.211,5.063 -3.402,5.028 -5.5,8.363 -2.101,3.29 -4.508,10.161 -6.91,10.207 -1.887,0.047 -2.984,-0.98 -4.172,-2.191 -1.191,-1.215 -1.574,-6.957 -3.355,-8.777 z"
-         style="font-size:25.60000038px;fill:#ffcf23;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3831" /><path
-         d="m 678.797,391.776 c -2.758,-2.75 -9.09,-0.438 -10.766,-1.868 -1.672,-1.453 2,-3.937 1.637,-7.058 -0.223,-1.762 -0.965,-2.539 -1.293,-4.922 -0.246,-1.848 1.414,-1.649 2.363,-2.149 4.27,-1.906 5.074,-1.492 12.094,-2.847 5.742,-1.09 7.5,-3.313 13.441,-2.781 1.993,0.168 1.809,0.23 3.696,1.476 1.761,1.203 0.804,1.02 0.5,3.621 -0.301,4.227 0.109,5.739 -1.903,8.918 -3.191,5.028 -3.418,4.969 -5.504,8.285 -2.085,3.266 -4.437,10.164 -6.824,10.211 -1.875,0.043 -2.965,-0.976 -4.148,-2.179 -1.18,-1.204 -1.524,-6.903 -3.293,-8.707 z"
-         style="font-size:25.60000038px;fill:#ffcf26;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3833" /><path
-         d="m 678.91,391.74 c -2.828,-2.812 -9.215,-0.503 -10.828,-1.898 -1.664,-1.457 2.07,-3.992 1.707,-6.984 -0.227,-1.746 -0.926,-2.555 -1.316,-4.918 -0.289,-1.836 1.449,-1.629 2.41,-2.098 4.414,-1.871 5.305,-1.551 12.004,-2.836 5.703,-1.078 7.453,-3.289 13.351,-2.762 1.977,0.168 1.754,0.235 3.645,1.446 1.722,1.136 0.785,0.972 0.441,3.656 -0.379,4.195 0.11,5.758 -1.808,8.777 -3.172,4.996 -3.434,4.914 -5.504,8.207 -2.071,3.246 -4.371,10.164 -6.742,10.211 -1.864,0.047 -2.946,-0.969 -4.122,-2.164 -1.171,-1.195 -1.476,-6.848 -3.238,-8.637 z"
-         style="font-size:25.60000038px;fill:#ffd028;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3835" /><path
-         d="m 679.027,391.705 c -2.902,-2.879 -9.343,-0.566 -10.894,-1.929 -1.653,-1.461 2.14,-4.047 1.777,-6.907 -0.234,-1.738 -0.89,-2.57 -1.34,-4.914 -0.336,-1.828 1.485,-1.609 2.457,-2.051 4.563,-1.835 5.535,-1.605 11.911,-2.82 5.667,-1.07 7.406,-3.269 13.261,-2.746 1.969,0.164 1.707,0.238 3.598,1.414 1.687,1.074 0.765,0.926 0.383,3.692 -0.457,4.164 0.105,5.773 -1.715,8.64 -3.153,4.961 -3.449,4.856 -5.508,8.125 -2.059,3.223 -4.301,10.168 -6.656,10.215 -1.856,0.043 -2.93,-0.961 -4.094,-2.152 -1.168,-1.188 -1.426,-6.797 -3.18,-8.567 z"
-         style="font-size:25.60000038px;fill:#ffd02b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3837" /><path
-         d="m 679.141,391.67 c -2.969,-2.941 -9.469,-0.633 -10.961,-1.957 -1.637,-1.469 2.211,-4.105 1.851,-6.832 -0.238,-1.727 -0.855,-2.59 -1.363,-4.914 -0.383,-1.813 1.52,-1.586 2.504,-2 4.707,-1.801 5.769,-1.66 11.816,-2.809 5.633,-1.054 7.36,-3.246 13.176,-2.726 1.953,0.164 1.652,0.242 3.551,1.383 1.644,1.007 0.738,0.879 0.32,3.722 -0.535,4.137 0.098,5.793 -1.621,8.504 -3.133,4.93 -3.465,4.797 -5.512,8.047 -2.043,3.203 -4.234,10.168 -6.574,10.215 -1.84,0.047 -2.906,-0.953 -4.066,-2.137 -1.157,-1.179 -1.375,-6.738 -3.121,-8.496 z"
-         style="font-size:25.60000038px;fill:#ffd02d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3839" /><path
-         d="m 679.258,391.635 c -3.043,-3.008 -9.598,-0.699 -11.028,-1.988 -1.625,-1.477 2.282,-4.16 1.922,-6.754 -0.242,-1.715 -0.82,-2.61 -1.386,-4.914 -0.426,-1.805 1.554,-1.567 2.55,-1.953 4.852,-1.762 6,-1.715 11.727,-2.793 5.594,-1.043 7.309,-3.227 13.086,-2.707 1.941,0.16 1.598,0.242 3.5,1.351 1.609,0.942 0.719,0.832 0.262,3.758 -0.614,4.105 0.093,5.809 -1.528,8.363 -3.113,4.895 -3.48,4.742 -5.511,7.969 -2.032,3.18 -4.168,10.172 -6.493,10.215 -1.828,0.047 -2.89,-0.945 -4.039,-2.121 -1.152,-1.172 -1.328,-6.688 -3.062,-8.426 z"
-         style="font-size:25.60000038px;fill:#ffd030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3841" /><path
-         d="m 679.375,391.6 c -3.117,-3.074 -9.73,-0.762 -11.098,-2.02 -1.613,-1.48 2.356,-4.211 1.996,-6.679 -0.246,-1.704 -0.785,-2.622 -1.41,-4.907 -0.472,-1.793 1.59,-1.547 2.598,-1.906 5,-1.726 6.23,-1.769 11.633,-2.781 5.558,-1.028 7.261,-3.203 13,-2.688 1.926,0.157 1.547,0.246 3.449,1.321 1.57,0.875 0.695,0.785 0.203,3.789 -0.695,4.078 0.09,5.828 -1.434,8.226 -3.093,4.864 -3.496,4.684 -5.515,7.887 -2.016,3.16 -4.098,10.176 -6.406,10.223 -1.817,0.043 -2.871,-0.942 -4.016,-2.11 -1.141,-1.164 -1.277,-6.633 -3,-8.355 z"
-         style="font-size:25.60000038px;fill:#ffd133;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3843" /><path
-         d="m 689.266,418.346 c -0.371,-0.82 -0.68,-7.859 1.156,-10.598 1.836,-2.715 1.301,-4.269 -0.734,-2.207 -2.122,2.008 -3.504,5.031 -3.532,7.125 0,1.215 0.93,6.219 1.301,6.754 0.395,0.567 2.09,-0.453 1.809,-1.074 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3845" /><path
-         d="m 689.227,418.209 c -0.352,-0.918 -0.649,-7.734 1.183,-10.469 1.832,-2.711 1.25,-4.117 -0.722,-2.101 -2.055,1.961 -3.379,4.894 -3.43,6.98 -0.02,1.223 0.875,6.051 1.226,6.59 0.379,0.547 2.016,-0.387 1.743,-1 z"
-         style="font-size:25.60000038px;fill:#030303;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3847" /><path
-         d="m 689.191,418.072 c -0.339,-1.019 -0.621,-7.609 1.207,-10.339 1.825,-2.704 1.2,-3.969 -0.71,-2 -1.989,1.914 -3.254,4.757 -3.329,6.839 -0.035,1.231 0.821,5.891 1.157,6.43 0.359,0.527 1.933,-0.324 1.675,-0.93 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3849" /><path
-         d="m 689.156,417.936 c -0.328,-1.117 -0.594,-7.485 1.227,-10.211 1.82,-2.699 1.152,-3.817 -0.695,-1.899 -1.922,1.871 -3.129,4.625 -3.227,6.703 -0.051,1.235 0.766,5.723 1.086,6.262 0.34,0.512 1.855,-0.262 1.609,-0.855 z"
-         style="font-size:25.60000038px;fill:#0b0b0b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3851" /><path
-         d="m 689.121,417.795 c -0.316,-1.215 -0.562,-7.359 1.25,-10.078 1.817,-2.695 1.102,-3.668 -0.683,-1.797 -1.856,1.828 -3,4.488 -3.126,6.563 -0.066,1.246 0.711,5.558 1.016,6.101 0.324,0.488 1.777,-0.199 1.543,-0.789 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3853" /><path
-         d="m 689.086,417.662 c -0.301,-1.316 -0.535,-7.238 1.273,-9.949 1.809,-2.695 1.051,-3.519 -0.671,-1.695 -1.79,1.777 -2.876,4.351 -3.024,6.422 -0.086,1.25 0.656,5.39 0.945,5.933 0.305,0.473 1.696,-0.133 1.477,-0.711 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3855" /><path
-         d="m 689.051,417.522 c -0.289,-1.414 -0.508,-7.11 1.297,-9.817 1.8,-2.687 1.004,-3.371 -0.66,-1.593 -1.723,1.734 -2.75,4.214 -2.922,6.281 -0.102,1.258 0.601,5.226 0.875,5.773 0.285,0.453 1.617,-0.074 1.41,-0.644 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3857" /><path
-         d="m 689.016,417.385 c -0.278,-1.512 -0.481,-6.984 1.316,-9.688 1.801,-2.683 0.957,-3.218 -0.644,-1.492 -1.657,1.692 -2.626,4.082 -2.821,6.145 -0.121,1.262 0.547,5.058 0.805,5.605 0.269,0.438 1.539,-0.008 1.344,-0.57 z"
-         style="font-size:25.60000038px;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3859" /><path
-         d="m 688.98,417.248 c -0.265,-1.609 -0.453,-6.863 1.34,-9.558 1.793,-2.68 0.907,-3.071 -0.632,-1.391 -1.59,1.645 -2.5,3.945 -2.719,6.004 -0.137,1.273 0.492,4.894 0.734,5.441 0.25,0.422 1.457,0.059 1.277,-0.496 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3861" /><path
-         d="m 688.945,417.112 c -0.254,-1.711 -0.422,-6.739 1.364,-9.43 1.785,-2.676 0.855,-2.918 -0.621,-1.289 -1.524,1.601 -2.372,3.812 -2.618,5.863 -0.152,1.281 0.438,4.731 0.664,5.281 0.231,0.399 1.379,0.121 1.211,-0.425 z"
-         style="font-size:25.60000038px;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3863" /><path
-         d="m 688.91,416.975 c -0.238,-1.809 -0.394,-6.613 1.387,-9.297 1.777,-2.672 0.805,-2.77 -0.609,-1.188 -1.458,1.555 -2.247,3.672 -2.516,5.723 -0.168,1.285 0.383,4.566 0.594,5.117 0.211,0.379 1.3,0.18 1.144,-0.355 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3865" /><path
-         d="m 688.875,416.838 c -0.227,-1.91 -0.367,-6.488 1.406,-9.168 1.778,-2.668 0.758,-2.621 -0.593,-1.086 -1.391,1.508 -2.122,3.539 -2.415,5.582 -0.187,1.293 0.329,4.403 0.524,4.953 0.195,0.364 1.223,0.246 1.078,-0.281 z"
-         style="font-size:25.60000038px;fill:#2a2a2a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3867" /><path
-         d="m 688.84,416.701 c -0.215,-2.007 -0.34,-6.367 1.43,-9.039 1.769,-2.664 0.707,-2.468 -0.582,-0.984 -1.321,1.465 -1.997,3.402 -2.313,5.445 -0.203,1.297 0.273,4.231 0.453,4.785 0.176,0.348 1.141,0.313 1.012,-0.207 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3869" /><path
-         d="m 688.805,416.565 c -0.203,-2.106 -0.313,-6.243 1.453,-8.911 1.762,-2.656 0.656,-2.32 -0.57,-0.882 -1.258,1.422 -1.872,3.269 -2.211,5.304 -0.219,1.309 0.218,4.071 0.382,4.625 0.157,0.325 1.063,0.375 0.946,-0.136 z"
-         style="font-size:25.60000038px;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3871" /><path
-         d="m 688.77,416.428 c -0.192,-2.207 -0.282,-6.117 1.476,-8.781 1.758,-2.653 0.606,-2.168 -0.558,-0.778 -1.192,1.371 -1.743,3.129 -2.11,5.164 -0.234,1.313 0.164,3.903 0.313,4.457 0.136,0.309 0.984,0.438 0.879,-0.062 z"
-         style="font-size:25.60000038px;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3873" /><path
-         d="m 688.734,416.291 c -0.175,-2.304 -0.254,-5.992 1.496,-8.648 1.754,-2.653 0.559,-2.024 -0.542,-0.68 -1.126,1.328 -1.618,2.996 -2.008,5.024 -0.254,1.32 0.105,3.738 0.242,4.296 0.121,0.289 0.902,0.5 0.812,0.008 z"
-         style="font-size:25.60000038px;fill:#393939;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3875" /><path
-         d="m 688.699,416.151 c -0.164,-2.403 -0.226,-5.868 1.52,-8.516 1.746,-2.648 0.508,-1.871 -0.531,-0.578 -1.055,1.285 -1.493,2.859 -1.907,4.883 -0.269,1.328 0.051,3.574 0.172,4.132 0.102,0.274 0.824,0.567 0.746,0.079 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3877" /><path
-         d="m 688.664,416.014 c -0.152,-2.5 -0.199,-5.742 1.543,-8.387 1.742,-2.64 0.457,-1.723 -0.519,-0.476 -0.989,1.238 -1.368,2.726 -1.805,4.746 -0.285,1.336 -0.004,3.406 0.101,3.968 0.082,0.25 0.746,0.629 0.68,0.149 z"
-         style="font-size:25.60000038px;fill:#414141;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3879" /><path
-         d="m 688.629,415.877 c -0.141,-2.598 -0.172,-5.617 1.566,-8.258 1.735,-2.636 0.407,-1.57 -0.507,-0.371 -0.926,1.192 -1.243,2.586 -1.7,4.602 -0.308,1.344 -0.062,3.242 0.028,3.804 0.062,0.235 0.664,0.692 0.613,0.223 z"
-         style="font-size:25.60000038px;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3881" /><path
-         d="m 688.594,415.74 c -0.125,-2.699 -0.145,-5.492 1.586,-8.128 1.73,-2.633 0.363,-1.422 -0.492,-0.27 -0.86,1.148 -1.114,2.453 -1.598,4.465 -0.324,1.347 -0.117,3.074 -0.043,3.637 0.047,0.218 0.586,0.757 0.547,0.296 z"
-         style="font-size:25.60000038px;fill:#484848;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3883" /><path
-         d="m 688.559,415.604 c -0.114,-2.797 -0.114,-5.371 1.609,-8 1.727,-2.625 0.312,-1.27 -0.48,-0.168 -0.793,1.101 -0.989,2.316 -1.497,4.324 -0.339,1.355 -0.171,2.91 -0.113,3.477 0.027,0.199 0.508,0.82 0.481,0.367 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3885" /><path
-         d="m 689.266,418.346 c 1.695,3.703 2.625,7.687 5.058,11.558 2.403,3.844 1.442,5.344 -0.34,3.391 -1.781,-1.949 -3.73,-6.074 -3.73,-6.074 0,0 -2.289,-3.617 -2.797,-7.801 -0.086,-0.707 1.523,-1.668 1.809,-1.074 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3887" /><path
-         d="m 689.336,418.584 c 1.68,3.731 2.598,7.555 4.941,11.309 2.317,3.722 1.418,5.211 -0.3,3.324 -1.727,-1.902 -3.653,-5.98 -3.676,-6.039 0,0 -2.215,-3.527 -2.699,-7.551 -0.082,-0.695 1.46,-1.629 1.734,-1.043 z"
-         style="font-size:25.60000038px;fill:#020202;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3889" /><path
-         d="m 689.41,418.826 c 1.664,3.754 2.563,7.422 4.82,11.051 2.231,3.606 1.395,5.082 -0.257,3.258 -1.68,-1.852 -3.575,-5.883 -3.625,-5.996 0,0 -2.137,-3.442 -2.602,-7.305 -0.078,-0.683 1.395,-1.586 1.664,-1.008 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3891" /><path
-         d="m 689.48,419.065 c 1.649,3.781 2.536,7.289 4.704,10.8 2.148,3.485 1.367,4.954 -0.219,3.192 -1.625,-1.809 -3.492,-5.789 -3.57,-5.961 0,0 -2.063,-3.352 -2.504,-7.055 -0.075,-0.672 1.328,-1.543 1.589,-0.976 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3893" /><path
-         d="m 689.555,419.303 c 1.633,3.809 2.504,7.16 4.586,10.547 2.058,3.367 1.343,4.824 -0.184,3.129 -1.57,-1.762 -3.41,-5.696 -3.516,-5.922 0,0 -1.984,-3.266 -2.406,-6.809 -0.07,-0.66 1.266,-1.504 1.52,-0.945 z"
-         style="font-size:25.60000038px;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3895" /><path
-         d="m 689.629,419.545 c 1.613,3.836 2.469,7.024 4.465,10.293 1.972,3.242 1.316,4.695 -0.141,3.059 -1.519,-1.711 -3.332,-5.598 -3.465,-5.883 0,0 -1.906,-3.176 -2.304,-6.559 -0.071,-0.648 1.195,-1.465 1.445,-0.91 z"
-         style="font-size:25.60000038px;fill:#0c0c0c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3897" /><path
-         d="m 689.699,419.783 c 1.602,3.864 2.442,6.895 4.348,10.039 1.887,3.125 1.293,4.567 -0.102,2.997 -1.468,-1.668 -3.254,-5.504 -3.41,-5.844 0,0 -1.832,-3.09 -2.207,-6.309 -0.066,-0.64 1.133,-1.426 1.371,-0.883 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3899" /><path
-         d="m 689.773,420.022 c 1.582,3.89 2.407,6.761 4.227,9.785 1.805,3.008 1.27,4.437 -0.062,2.93 -1.415,-1.618 -3.172,-5.407 -3.356,-5.805 0,0 -1.754,-3 -2.109,-6.059 -0.063,-0.629 1.066,-1.386 1.3,-0.851 z"
-         style="font-size:25.60000038px;fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3901" /><path
-         d="m 689.844,420.264 c 1.57,3.914 2.379,6.629 4.109,9.531 1.719,2.887 1.246,4.309 -0.019,2.863 -1.364,-1.57 -3.098,-5.312 -3.305,-5.765 0,0 -1.676,-2.914 -2.012,-5.813 -0.058,-0.617 1,-1.343 1.227,-0.816 z"
-         style="font-size:25.60000038px;fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3903" /><path
-         d="m 689.918,420.502 c 1.555,3.942 2.344,6.496 3.992,9.277 1.629,2.77 1.219,4.18 0.016,2.797 -1.313,-1.519 -3.016,-5.214 -3.25,-5.726 0,0 -1.602,-2.824 -1.914,-5.563 -0.055,-0.601 0.937,-1.304 1.156,-0.785 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3905" /><path
-         d="m 689.992,420.744 c 1.535,3.965 2.313,6.364 3.871,9.024 1.547,2.648 1.196,4.051 0.055,2.73 -1.258,-1.476 -2.934,-5.117 -3.195,-5.687 0,0 -1.524,-2.739 -1.817,-5.317 -0.054,-0.59 0.871,-1.261 1.086,-0.75 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3907" /><path
-         d="m 690.062,420.983 c 1.524,3.992 2.282,6.23 3.754,8.769 1.461,2.527 1.172,3.922 0.098,2.664 -1.207,-1.426 -2.855,-5.019 -3.144,-5.648 0,0 -1.45,-2.649 -1.715,-5.067 -0.055,-0.578 0.804,-1.222 1.007,-0.718 z"
-         style="font-size:25.60000038px;fill:#1c1c1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3909" /><path
-         d="m 690.137,421.221 c 1.504,4.019 2.25,6.101 3.636,8.519 1.372,2.407 1.145,3.789 0.133,2.598 -1.152,-1.379 -2.773,-4.926 -3.09,-5.609 0,0 -1.371,-2.563 -1.617,-4.821 -0.051,-0.566 0.739,-1.179 0.938,-0.687 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3911" /><path
-         d="m 690.207,421.463 c 1.492,4.047 2.219,5.965 3.52,8.262 1.289,2.289 1.121,3.664 0.171,2.531 -1.101,-1.332 -2.695,-4.828 -3.035,-5.57 0,0 -1.297,-2.473 -1.519,-4.571 -0.047,-0.554 0.672,-1.14 0.863,-0.652 z"
-         style="font-size:25.60000038px;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3913" /><path
-         d="m 690.281,421.701 c 1.473,4.075 2.188,5.836 3.399,8.012 1.203,2.168 1.097,3.531 0.215,2.465 -1.051,-1.285 -2.618,-4.734 -2.985,-5.535 0,0 -1.219,-2.383 -1.422,-4.321 -0.043,-0.543 0.61,-1.097 0.793,-0.621 z"
-         style="font-size:25.60000038px;fill:#232323;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3915" /><path
-         d="m 690.355,421.944 c 1.457,4.097 2.153,5.699 3.278,7.753 1.117,2.051 1.074,3.407 0.254,2.399 -0.996,-1.234 -2.535,-4.637 -2.93,-5.492 0,0 -1.141,-2.297 -1.324,-4.075 -0.039,-0.531 0.543,-1.058 0.722,-0.585 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3917" /><path
-         d="m 690.426,422.182 c 1.441,4.125 2.125,5.57 3.16,7.504 1.035,1.929 1.051,3.273 0.293,2.332 -0.945,-1.188 -2.457,-4.543 -2.875,-5.457 0,0 -1.066,-2.207 -1.223,-3.821 -0.039,-0.523 0.477,-1.019 0.645,-0.558 z"
-         style="font-size:25.60000038px;fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3919" /><path
-         d="m 690.5,422.42 c 1.426,4.152 2.09,5.438 3.043,7.25 0.945,1.809 1.023,3.145 0.332,2.266 -0.895,-1.141 -2.379,-4.446 -2.824,-5.414 0,0 -0.989,-2.121 -1.125,-3.575 -0.035,-0.511 0.41,-0.98 0.574,-0.527 z"
-         style="font-size:25.60000038px;fill:#2b2b2b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3921" /><path
-         d="m 690.57,422.662 c 1.414,4.176 2.063,5.305 2.926,6.996 0.859,1.688 1,3.016 0.371,2.2 -0.84,-1.094 -2.297,-4.352 -2.769,-5.379 0,0 -0.914,-2.032 -1.028,-3.325 -0.031,-0.5 0.344,-0.937 0.5,-0.492 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3923" /><path
-         d="m 690.645,422.901 c 1.394,4.203 2.027,5.171 2.804,6.742 0.778,1.57 0.977,2.886 0.414,2.136 -0.789,-1.046 -2.218,-4.257 -2.718,-5.339 0,0 -0.836,-1.942 -0.93,-3.078 -0.027,-0.489 0.281,-0.899 0.43,-0.461 z"
-         style="font-size:25.60000038px;fill:#303030;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3925" /><path
-         d="m 690.719,423.143 c 1.379,4.23 1.996,5.039 2.683,6.488 0.692,1.449 0.953,2.758 0.453,2.066 -0.738,-0.996 -2.14,-4.16 -2.664,-5.3 0,0 -0.757,-1.852 -0.832,-2.828 -0.023,-0.477 0.215,-0.856 0.36,-0.426 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3927" /><path
-         d="m 761.59,415.631 c 0.82,2.32 0.734,8.227 -1.356,12.043 -0.734,1.383 -1.441,2.996 -1.867,3.078 -0.453,0.086 -1.269,-0.82 -1.187,-0.961 0.113,-0.226 3.929,-5.594 3.136,-12.887 -0.054,-0.593 1.075,-1.808 1.274,-1.273 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3929" /><path
-         d="m 761.551,415.932 c 0.797,2.246 0.691,8 -1.313,11.644 -0.711,1.336 -1.386,2.895 -1.8,2.981 -0.442,0.082 -1.227,-0.797 -1.149,-0.93 0.102,-0.223 3.77,-5.41 3.031,-12.465 -0.05,-0.586 1.039,-1.75 1.231,-1.23 z"
-         style="font-size:25.60000038px;fill:#030303;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3931" /><path
-         d="m 761.516,416.233 c 0.773,2.171 0.64,7.773 -1.266,11.246 -0.695,1.289 -1.336,2.793 -1.746,2.879 -0.426,0.082 -1.18,-0.77 -1.106,-0.899 0.086,-0.215 3.61,-5.219 2.93,-12.039 -0.047,-0.574 1.004,-1.691 1.188,-1.187 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3933" /><path
-         d="m 761.477,416.529 c 0.75,2.102 0.597,7.551 -1.223,10.852 -0.668,1.242 -1.281,2.691 -1.68,2.777 -0.418,0.082 -1.136,-0.742 -1.07,-0.867 0.078,-0.207 3.453,-5.031 2.828,-11.613 -0.039,-0.566 0.969,-1.633 1.145,-1.149 z"
-         style="font-size:25.60000038px;fill:#0b0b0b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3935" /><path
-         d="m 761.441,416.83 c 0.723,2.028 0.547,7.324 -1.179,10.457 -0.645,1.192 -1.227,2.59 -1.617,2.672 -0.407,0.082 -1.094,-0.715 -1.032,-0.832 0.067,-0.207 3.293,-4.844 2.723,-11.191 -0.035,-0.559 0.934,-1.571 1.105,-1.106 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3937" /><path
-         d="m 761.406,417.131 c 0.696,1.953 0.5,7.102 -1.136,10.059 -0.625,1.148 -1.176,2.488 -1.559,2.574 -0.391,0.078 -1.043,-0.692 -0.992,-0.805 0.054,-0.199 3.14,-4.656 2.621,-10.765 -0.028,-0.547 0.898,-1.512 1.066,-1.063 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3939" /><path
-         d="m 761.367,417.428 c 0.676,1.883 0.457,6.879 -1.09,9.664 -0.601,1.102 -1.121,2.387 -1.496,2.473 -0.379,0.078 -1,-0.664 -0.953,-0.77 0.043,-0.195 2.981,-4.469 2.52,-10.348 -0.028,-0.535 0.859,-1.449 1.019,-1.019 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3941" /><path
-         d="m 761.332,417.729 c 0.648,1.808 0.406,6.652 -1.047,9.265 -0.582,1.055 -1.066,2.285 -1.433,2.371 -0.372,0.082 -0.957,-0.636 -0.914,-0.738 0.027,-0.187 2.82,-4.281 2.414,-9.922 -0.02,-0.527 0.828,-1.39 0.98,-0.976 z"
-         style="font-size:25.60000038px;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3943" /><path
-         d="m 761.293,418.029 c 0.629,1.735 0.363,6.426 -1,8.872 -0.563,1.003 -1.016,2.183 -1.375,2.269 -0.356,0.078 -0.91,-0.613 -0.875,-0.711 0.019,-0.18 2.664,-4.09 2.312,-9.492 -0.015,-0.52 0.793,-1.336 0.938,-0.938 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3945" /><path
-         d="m 761.258,418.326 c 0.601,1.664 0.316,6.203 -0.957,8.477 -0.539,0.957 -0.961,2.082 -1.313,2.168 -0.343,0.078 -0.867,-0.586 -0.836,-0.676 0.004,-0.176 2.504,-3.906 2.207,-9.074 -0.007,-0.508 0.758,-1.27 0.899,-0.895 z"
-         style="font-size:25.60000038px;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3947" /><path
-         d="m 761.219,418.627 c 0.578,1.59 0.269,5.977 -0.91,8.078 -0.516,0.91 -0.911,1.981 -1.25,2.067 -0.332,0.078 -0.821,-0.559 -0.797,-0.645 -0.008,-0.172 2.343,-3.715 2.105,-8.648 -0.008,-0.5 0.719,-1.211 0.852,-0.852 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3949" /><path
-         d="m 761.184,418.928 c 0.554,1.516 0.222,5.75 -0.868,7.68 -0.496,0.863 -0.855,1.882 -1.191,1.968 -0.32,0.075 -0.773,-0.535 -0.758,-0.613 -0.015,-0.168 2.188,-3.531 2.004,-8.226 0,-0.489 0.684,-1.153 0.813,-0.809 z"
-         style="font-size:25.60000038px;fill:#2a2a2a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3951" /><path
-         d="m 761.145,419.225 c 0.531,1.445 0.175,5.531 -0.821,7.289 -0.472,0.812 -0.804,1.777 -1.129,1.863 -0.308,0.074 -0.73,-0.508 -0.718,-0.582 -0.032,-0.16 2.027,-3.34 1.898,-7.801 0.008,-0.48 0.648,-1.093 0.77,-0.769 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3953" /><path
-         d="m 761.109,419.526 c 0.504,1.371 0.129,5.304 -0.777,6.89 -0.453,0.766 -0.75,1.676 -1.07,1.762 -0.297,0.074 -0.684,-0.481 -0.68,-0.547 -0.039,-0.156 1.875,-3.152 1.797,-7.379 0.012,-0.473 0.613,-1.035 0.73,-0.726 z"
-         style="font-size:25.60000038px;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3955" /><path
-         d="m 761.07,419.822 c 0.485,1.301 0.086,5.082 -0.73,6.497 -0.43,0.718 -0.699,1.574 -1.008,1.664 -0.285,0.07 -0.637,-0.457 -0.641,-0.52 -0.054,-0.148 1.715,-2.965 1.692,-6.953 0.019,-0.461 0.582,-0.977 0.687,-0.688 z"
-         style="font-size:25.60000038px;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3957" /><path
-         d="m 761.035,420.123 c 0.457,1.227 0.035,4.856 -0.687,6.098 -0.41,0.676 -0.645,1.476 -0.946,1.562 -0.273,0.071 -0.593,-0.429 -0.601,-0.488 -0.067,-0.144 1.554,-2.777 1.59,-6.527 0.019,-0.453 0.543,-0.914 0.644,-0.645 z"
-         style="font-size:25.60000038px;fill:#393939;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3959" /><path
-         d="m 760.996,420.424 c 0.434,1.152 -0.008,4.629 -0.644,5.703 -0.383,0.625 -0.59,1.371 -0.883,1.457 -0.258,0.07 -0.547,-0.402 -0.563,-0.453 -0.078,-0.141 1.399,-2.59 1.489,-6.105 0.027,-0.442 0.507,-0.856 0.601,-0.602 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3961" /><path
-         d="m 760.961,420.725 c 0.41,1.078 -0.055,4.402 -0.598,5.304 -0.367,0.579 -0.539,1.27 -0.824,1.36 -0.25,0.066 -0.504,-0.379 -0.523,-0.426 -0.09,-0.133 1.238,-2.398 1.382,-5.68 0.032,-0.433 0.473,-0.796 0.563,-0.558 z"
-         style="font-size:25.60000038px;fill:#414141;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3963" /><path
-         d="m 760.922,421.022 c 0.387,1.007 -0.102,4.179 -0.555,4.91 -0.34,0.531 -0.48,1.172 -0.758,1.258 -0.238,0.066 -0.461,-0.352 -0.484,-0.395 -0.102,-0.125 1.078,-2.211 1.277,-5.254 0.039,-0.426 0.438,-0.738 0.52,-0.519 z"
-         style="font-size:25.60000038px;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3965" /><path
-         d="m 760.887,421.322 c 0.359,0.934 -0.149,3.957 -0.512,4.512 -0.32,0.485 -0.43,1.07 -0.699,1.156 -0.223,0.071 -0.41,-0.324 -0.446,-0.359 -0.113,-0.121 0.922,-2.023 1.176,-4.832 0.047,-0.414 0.403,-0.68 0.481,-0.477 z"
-         style="font-size:25.60000038px;fill:#484848;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3967" /><path
-         d="m 760.848,421.623 c 0.34,0.86 -0.196,3.731 -0.465,4.117 -0.301,0.434 -0.375,0.965 -0.637,1.051 -0.215,0.071 -0.367,-0.297 -0.406,-0.328 -0.125,-0.113 0.762,-1.836 1.074,-4.406 0.047,-0.406 0.367,-0.617 0.434,-0.434 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3969" /><path
-         d="m 758.367,430.752 c -4.012,5.485 -9.215,7.266 -8.676,5.539 0,0 3.985,-2.258 7.489,-6.5 0.679,-0.82 1.808,0.113 1.187,0.961 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3971" /><path
-         d="m 758.191,430.904 c -3.894,5.297 -8.988,7.032 -8.457,5.379 0.008,-0.004 3.887,-2.203 7.305,-6.308 0.66,-0.793 1.754,0.109 1.152,0.929 z"
-         style="font-size:25.60000038px;fill:#030303;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3973" /><path
-         d="m 758.016,431.057 c -3.778,5.113 -8.762,6.797 -8.235,5.215 0.012,-0.008 3.789,-2.145 7.121,-6.118 0.637,-0.761 1.696,0.114 1.114,0.903 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3975" /><path
-         d="m 757.836,431.209 c -3.66,4.926 -8.531,6.567 -8.012,5.055 0.024,-0.016 3.692,-2.09 6.938,-5.926 0.617,-0.734 1.64,0.109 1.074,0.871 z"
-         style="font-size:25.60000038px;fill:#0b0b0b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3977" /><path
-         d="m 757.66,431.362 c -3.543,4.738 -8.305,6.332 -7.789,4.89 0.027,-0.019 3.59,-2.031 6.75,-5.734 0.602,-0.703 1.586,0.109 1.039,0.844 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3979" /><path
-         d="m 757.484,431.514 c -3.425,4.555 -8.082,6.098 -7.57,4.726 0.035,-0.019 3.496,-1.972 6.566,-5.539 0.582,-0.675 1.532,0.11 1.004,0.813 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3981" /><path
-         d="m 757.309,431.662 c -3.309,4.371 -7.856,5.871 -7.348,4.571 0.043,-0.028 3.394,-1.918 6.383,-5.348 0.558,-0.652 1.472,0.105 0.965,0.777 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3983" /><path
-         d="m 757.129,431.815 c -3.188,4.183 -7.625,5.636 -7.121,4.406 0.047,-0.031 3.297,-1.859 6.195,-5.156 0.539,-0.621 1.418,0.105 0.926,0.75 z"
-         style="font-size:25.60000038px;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3985" /><path
-         d="m 756.953,431.967 c -3.07,4 -7.398,5.402 -6.902,4.246 0.054,-0.035 3.199,-1.801 6.011,-4.965 0.52,-0.594 1.364,0.102 0.891,0.719 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3987" /><path
-         d="m 756.777,432.119 c -2.953,3.813 -7.172,5.168 -6.683,4.082 0.062,-0.039 3.101,-1.742 5.828,-4.773 0.504,-0.563 1.308,0.105 0.855,0.691 z"
-         style="font-size:25.60000038px;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3989" /><path
-         d="m 756.602,432.272 c -2.836,3.625 -6.946,4.937 -6.461,3.918 0.07,-0.043 3.004,-1.684 5.64,-4.578 0.485,-0.536 1.254,0.101 0.821,0.66 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3991" /><path
-         d="m 756.426,432.424 c -2.719,3.441 -6.723,4.703 -6.242,3.758 0.078,-0.051 2.906,-1.629 5.457,-4.391 0.464,-0.504 1.199,0.102 0.785,0.633 z"
-         style="font-size:25.60000038px;fill:#2a2a2a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3993" /><path
-         d="m 756.246,432.576 c -2.598,3.254 -6.492,4.469 -6.016,3.594 0.082,-0.051 2.805,-1.57 5.274,-4.195 0.441,-0.481 1.141,0.101 0.742,0.601 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3995" /><path
-         d="m 756.07,432.725 c -2.48,3.07 -6.265,4.242 -5.797,3.433 0.09,-0.054 2.711,-1.511 5.09,-4.004 0.422,-0.449 1.086,0.102 0.707,0.571 z"
-         style="font-size:25.60000038px;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3997" /><path
-         d="m 755.895,432.877 c -2.364,2.887 -6.04,4.008 -5.575,3.274 0.098,-0.063 2.61,-1.457 4.903,-3.813 0.406,-0.422 1.031,0.098 0.672,0.539 z"
-         style="font-size:25.60000038px;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path3999" /><path
-         d="m 755.719,433.029 c -2.25,2.7 -5.813,3.774 -5.356,3.11 0.106,-0.063 2.512,-1.399 4.719,-3.621 0.387,-0.391 0.977,0.101 0.637,0.511 z"
-         style="font-size:25.60000038px;fill:#393939;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4001" /><path
-         d="m 755.539,433.182 c -2.129,2.512 -5.586,3.543 -5.129,2.949 0.11,-0.07 2.414,-1.34 4.535,-3.43 0.364,-0.363 0.918,0.098 0.594,0.481 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4003" /><path
-         d="m 755.363,433.334 c -2.011,2.328 -5.359,3.309 -4.91,2.785 0.121,-0.074 2.317,-1.281 4.352,-3.234 0.343,-0.336 0.863,0.094 0.558,0.449 z"
-         style="font-size:25.60000038px;fill:#414141;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4005" /><path
-         d="m 755.188,433.487 c -1.895,2.14 -5.133,3.074 -4.688,2.621 0.125,-0.079 2.219,-1.223 4.164,-3.043 0.324,-0.309 0.809,0.093 0.524,0.422 z"
-         style="font-size:25.60000038px;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4007" /><path
-         d="m 755.012,433.639 c -1.778,1.953 -4.907,2.844 -4.469,2.461 0.133,-0.082 2.121,-1.168 3.98,-2.852 0.309,-0.281 0.754,0.094 0.489,0.391 z"
-         style="font-size:25.60000038px;fill:#484848;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4009" /><path
-         d="m 754.832,433.787 c -1.656,1.774 -4.676,2.614 -4.242,2.301 0.137,-0.086 2.019,-1.109 3.793,-2.66 0.289,-0.25 0.699,0.094 0.449,0.359 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4011" /><path
-         d="m 761.59,415.631 c 0.055,-2.457 -2.262,-8.73 -3.137,-8.508 -0.988,0.227 0.195,2.067 1.102,5.176 0.367,1.297 0.648,4.492 0.761,4.605 0.368,0.368 1.274,-0.679 1.274,-1.273 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4013" /><path
-         d="m 761.516,415.428 c 0.043,-2.387 -2.211,-8.477 -3.059,-8.25 -0.949,0.223 0.215,2.019 1.105,5.074 0.352,1.246 0.626,4.297 0.739,4.414 0.359,0.363 1.238,-0.597 1.215,-1.238 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4015" /><path
-         d="m 761.445,415.221 c 0.024,-2.317 -2.164,-8.219 -2.984,-7.992 -0.91,0.218 0.234,1.976 1.109,4.976 0.336,1.196 0.602,4.102 0.715,4.227 0.352,0.359 1.199,-0.524 1.16,-1.211 z"
-         style="font-size:25.60000038px;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4017" /><path
-         d="m 761.371,415.018 c 0.012,-2.246 -2.113,-7.961 -2.906,-7.739 -0.871,0.215 0.25,1.934 1.109,4.883 0.324,1.141 0.578,3.903 0.699,4.032 0.34,0.359 1.161,-0.442 1.098,-1.176 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4019" /><path
-         d="m 761.301,414.815 c -0.008,-2.176 -2.067,-7.707 -2.832,-7.481 -0.832,0.211 0.269,1.891 1.113,4.781 0.309,1.09 0.555,3.707 0.676,3.844 0.328,0.352 1.125,-0.363 1.043,-1.144 z"
-         style="font-size:25.60000038px;fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4021" /><path
-         d="m 761.227,414.608 c -0.024,-2.102 -2.02,-7.45 -2.75,-7.223 -0.797,0.207 0.281,1.848 1.113,4.684 0.293,1.035 0.531,3.511 0.652,3.652 0.32,0.351 1.086,-0.285 0.985,-1.113 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4023" /><path
-         d="m 761.156,414.404 c -0.039,-2.035 -1.972,-7.191 -2.676,-6.968 -0.757,0.207 0.301,1.804 1.118,4.59 0.277,0.98 0.507,3.312 0.629,3.457 0.312,0.347 1.05,-0.204 0.929,-1.079 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4025" /><path
-         d="m 761.086,414.197 c -0.059,-1.96 -1.926,-6.933 -2.602,-6.71 -0.718,0.203 0.317,1.761 1.121,4.492 0.262,0.929 0.481,3.117 0.606,3.269 0.301,0.344 1.016,-0.125 0.875,-1.051 z"
-         style="font-size:25.60000038px;fill:#232323;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4027" /><path
-         d="m 761.012,413.994 c -0.074,-1.89 -1.875,-6.679 -2.524,-6.453 -0.679,0.196 0.336,1.715 1.121,4.395 0.25,0.875 0.461,2.922 0.586,3.074 0.293,0.34 0.977,-0.047 0.817,-1.016 z"
-         style="font-size:25.60000038px;fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4029" /><path
-         d="m 760.941,413.791 c -0.089,-1.82 -1.828,-6.422 -2.449,-6.199 -0.64,0.195 0.352,1.676 1.125,4.297 0.238,0.824 0.438,2.726 0.563,2.887 0.285,0.336 0.941,0.031 0.761,-0.985 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4031" /><path
-         d="m 760.867,413.584 c -0.105,-1.75 -1.777,-6.164 -2.371,-5.941 -0.601,0.191 0.371,1.633 1.129,4.199 0.223,0.77 0.41,2.531 0.539,2.695 0.277,0.332 0.902,0.11 0.703,-0.953 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4033" /><path
-         d="m 760.797,413.381 c -0.121,-1.68 -1.731,-5.91 -2.293,-5.687 -0.566,0.191 0.383,1.589 1.129,4.105 0.207,0.715 0.387,2.332 0.515,2.5 0.266,0.332 0.868,0.191 0.649,-0.918 z"
-         style="font-size:25.60000038px;fill:#383838;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4035" /><path
-         d="m 760.723,413.174 c -0.137,-1.605 -1.684,-5.648 -2.215,-5.426 -0.528,0.184 0.402,1.543 1.133,4.004 0.191,0.664 0.363,2.137 0.496,2.313 0.254,0.324 0.828,0.269 0.586,-0.891 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4037" /><path
-         d="m 760.652,412.971 c -0.156,-1.535 -1.636,-5.395 -2.14,-5.172 -0.489,0.18 0.422,1.5 1.136,3.91 0.176,0.61 0.336,1.938 0.473,2.117 0.246,0.325 0.789,0.348 0.531,-0.855 z"
-         style="font-size:25.60000038px;fill:#424242;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4039" /><path
-         d="m 760.578,412.764 c -0.168,-1.461 -1.586,-5.137 -2.062,-4.914 -0.446,0.179 0.437,1.461 1.14,3.812 0.16,0.559 0.313,1.742 0.449,1.93 0.239,0.32 0.754,0.426 0.473,-0.828 z"
-         style="font-size:25.60000038px;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4041" /><path
-         d="m 760.508,412.561 c -0.188,-1.395 -1.539,-4.879 -1.988,-4.66 -0.411,0.175 0.457,1.418 1.14,3.714 0.149,0.508 0.293,1.547 0.43,1.739 0.226,0.316 0.719,0.508 0.418,-0.793 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4043" /><path
-         d="m 760.434,412.358 c -0.204,-1.325 -1.489,-4.625 -1.911,-4.403 -0.367,0.172 0.473,1.371 1.145,3.617 0.133,0.454 0.27,1.348 0.406,1.547 0.219,0.313 0.68,0.582 0.36,-0.761 z"
-         style="font-size:25.60000038px;fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4045" /><path
-         d="m 760.363,412.151 c -0.218,-1.25 -1.441,-4.368 -1.832,-4.145 -0.332,0.168 0.489,1.328 1.145,3.52 0.117,0.398 0.242,1.156 0.383,1.355 0.211,0.309 0.644,0.664 0.304,-0.73 z"
-         style="font-size:25.60000038px;fill:#565656;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4047" /><path
-         d="m 760.289,411.947 c -0.234,-1.183 -1.391,-4.109 -1.754,-3.89 -0.293,0.164 0.504,1.285 1.149,3.426 0.101,0.343 0.218,0.957 0.359,1.16 0.199,0.308 0.609,0.742 0.246,-0.696 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4049" /><path
-         d="m 760.219,411.74 c -0.25,-1.109 -1.348,-3.851 -1.68,-3.628 -0.254,0.16 0.523,1.242 1.152,3.324 0.086,0.293 0.196,0.761 0.336,0.972 0.192,0.301 0.571,0.821 0.192,-0.668 z"
-         style="font-size:25.60000038px;fill:#606060;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4051" /><path
-         d="m 760.145,411.537 c -0.266,-1.039 -1.297,-3.597 -1.602,-3.375 -0.215,0.157 0.539,1.2 1.152,3.227 0.075,0.242 0.172,0.566 0.317,0.781 0.183,0.301 0.535,0.902 0.133,-0.633 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4053" /><path
-         d="m 752.969,430.444 c -0.602,-0.637 -1.141,-3.922 0.367,-5.063 1.512,-1.105 4.16,0.938 4.16,2.113 -0.035,2.649 -3.922,3.618 -4.527,2.95 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4055" /><path
-         d="m 753.023,430.389 c -0.613,-0.633 -1.128,-3.86 0.336,-4.973 1.465,-1.086 4.063,0.891 4.079,2.071 -0.02,2.582 -3.801,3.566 -4.415,2.902 z"
-         style="font-size:25.60000038px;fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4057" /><path
-         d="m 753.078,430.33 c -0.621,-0.625 -1.121,-3.789 0.301,-4.879 1.422,-1.066 3.969,0.844 3.996,2.032 0,2.511 -3.676,3.507 -4.297,2.847 z"
-         style="font-size:25.60000038px;fill:#030303;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4059" /><path
-         d="m 753.129,430.276 c -0.629,-0.622 -1.106,-3.723 0.273,-4.793 1.379,-1.039 3.875,0.8 3.914,1.992 0.012,2.449 -3.554,3.457 -4.187,2.801 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4061" /><path
-         d="m 753.184,430.221 c -0.637,-0.617 -1.098,-3.656 0.242,-4.703 1.332,-1.02 3.777,0.754 3.832,1.953 0.027,2.379 -3.434,3.402 -4.074,2.75 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4063" /><path
-         d="m 753.238,430.166 c -0.648,-0.613 -1.086,-3.59 0.207,-4.613 1.289,-1 3.688,0.707 3.754,1.91 0.043,2.316 -3.312,3.348 -3.961,2.703 z"
-         style="font-size:25.60000038px;fill:#090909;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4065" /><path
-         d="m 753.293,430.112 c -0.656,-0.61 -1.078,-3.524 0.172,-4.528 1.25,-0.976 3.594,0.664 3.676,1.875 0.058,2.246 -3.192,3.293 -3.848,2.653 z"
-         style="font-size:25.60000038px;fill:#0b0b0b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4067" /><path
-         d="m 753.344,430.057 c -0.664,-0.606 -1.063,-3.457 0.144,-4.438 1.203,-0.957 3.496,0.614 3.594,1.836 0.074,2.176 -3.07,3.235 -3.738,2.602 z"
-         style="font-size:25.60000038px;fill:#0d0d0d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4069" /><path
-         d="m 753.398,430.002 c -0.671,-0.605 -1.054,-3.394 0.114,-4.348 1.156,-0.933 3.402,0.567 3.511,1.793 0.086,2.114 -2.949,3.184 -3.625,2.555 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4071" /><path
-         d="m 753.453,429.947 c -0.683,-0.597 -1.043,-3.328 0.078,-4.257 1.117,-0.914 3.309,0.519 3.434,1.754 0.101,2.043 -2.828,3.125 -3.512,2.503 z"
-         style="font-size:25.60000038px;fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4073" /><path
-         d="m 753.508,429.893 c -0.692,-0.598 -1.035,-3.262 0.043,-4.172 1.074,-0.891 3.215,0.476 3.351,1.719 0.121,1.976 -2.703,3.07 -3.394,2.453 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4075" /><path
-         d="m 753.559,429.834 c -0.7,-0.59 -1.024,-3.191 0.015,-4.078 1.028,-0.867 3.121,0.43 3.27,1.676 0.136,1.91 -2.582,3.019 -3.285,2.402 z"
-         style="font-size:25.60000038px;fill:#151515;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4077" /><path
-         d="m 753.613,429.779 c -0.707,-0.585 -1.011,-3.125 -0.015,-3.988 0.984,-0.847 3.023,0.383 3.187,1.637 0.153,1.84 -2.461,2.961 -3.172,2.351 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4079" /><path
-         d="m 753.668,429.725 c -0.719,-0.582 -1.004,-3.059 -0.051,-3.899 0.942,-0.828 2.934,0.336 3.11,1.594 0.168,1.777 -2.34,2.91 -3.059,2.305 z"
-         style="font-size:25.60000038px;fill:#181818;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4081" /><path
-         d="m 753.723,429.67 c -0.727,-0.578 -0.993,-2.992 -0.086,-3.808 0.898,-0.809 2.84,0.289 3.031,1.554 0.18,1.707 -2.219,2.852 -2.945,2.254 z"
-         style="font-size:25.60000038px;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4083" /><path
-         d="m 753.773,429.615 c -0.734,-0.574 -0.98,-2.929 -0.113,-3.722 0.856,-0.781 2.742,0.246 2.949,1.519 0.196,1.641 -2.097,2.797 -2.836,2.203 z"
-         style="font-size:25.60000038px;fill:#1c1c1c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4085" /><path
-         d="m 753.828,429.561 c -0.742,-0.571 -0.969,-2.864 -0.148,-3.633 0.812,-0.762 2.652,0.199 2.871,1.476 0.211,1.575 -1.977,2.747 -2.723,2.157 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4087" /><path
-         d="m 753.883,429.506 c -0.754,-0.566 -0.961,-2.797 -0.18,-3.543 0.766,-0.742 2.555,0.149 2.789,1.438 0.227,1.503 -1.855,2.687 -2.609,2.105 z"
-         style="font-size:25.60000038px;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4089" /><path
-         d="m 753.938,429.451 c -0.762,-0.562 -0.95,-2.73 -0.215,-3.457 0.722,-0.718 2.465,0.106 2.707,1.399 0.246,1.441 -1.731,2.636 -2.492,2.058 z"
-         style="font-size:25.60000038px;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4091" /><path
-         d="m 753.988,429.397 c -0.769,-0.559 -0.937,-2.664 -0.242,-3.368 0.68,-0.695 2.367,0.059 2.625,1.36 0.258,1.371 -1.609,2.578 -2.383,2.008 z"
-         style="font-size:25.60000038px;fill:#242424;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4093" /><path
-         d="m 754.043,429.342 c -0.777,-0.555 -0.926,-2.598 -0.277,-3.277 0.636,-0.676 2.273,0.011 2.546,1.316 0.274,1.309 -1.488,2.527 -2.269,1.961 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4095" /><path
-         d="m 752.828,403.424 c 0.594,-0.594 1.102,0.875 1.695,1.355 0.594,0.481 1.555,1.528 3.477,1.528 1.922,0 1.781,0.055 1.695,0.789 -0.054,0.707 -0.621,0.652 -2.316,0.398 -1.695,-0.226 -2.828,-1.105 -3.504,-1.894 -0.652,-0.766 -1.387,-1.84 -1.047,-2.176 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4097" /><path
-         d="m 752.957,403.565 c 0.574,-0.567 1.063,0.836 1.652,1.3 0.59,0.465 1.543,1.465 3.391,1.465 1.852,0 1.734,0.051 1.652,0.762 -0.054,0.684 -0.605,0.625 -2.257,0.383 -1.649,-0.211 -2.758,-1.063 -3.418,-1.824 -0.633,-0.739 -1.348,-1.758 -1.02,-2.086 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4099" /><path
-         d="m 753.09,403.713 c 0.551,-0.547 1.019,0.785 1.605,1.238 0.586,0.45 1.532,1.403 3.305,1.403 1.777,0 1.688,0.043 1.609,0.73 -0.05,0.664 -0.589,0.602 -2.195,0.375 -1.605,-0.199 -2.691,-1.019 -3.336,-1.754 -0.617,-0.715 -1.312,-1.679 -0.988,-1.992 z"
-         style="font-size:25.60000038px;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4101" /><path
-         d="m 753.219,403.854 c 0.531,-0.52 0.98,0.746 1.562,1.183 0.578,0.434 1.52,1.34 3.223,1.344 1.699,0 1.637,0.035 1.562,0.699 -0.05,0.641 -0.574,0.574 -2.136,0.364 -1.559,-0.188 -2.625,-0.981 -3.25,-1.688 -0.602,-0.687 -1.278,-1.598 -0.961,-1.902 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4103" /><path
-         d="m 753.352,403.998 c 0.511,-0.496 0.937,0.703 1.515,1.121 0.574,0.426 1.508,1.285 3.137,1.285 1.625,0 1.59,0.032 1.519,0.672 -0.046,0.618 -0.558,0.551 -2.074,0.352 -1.519,-0.176 -2.558,-0.938 -3.168,-1.621 -0.582,-0.656 -1.242,-1.516 -0.929,-1.809 z"
-         style="font-size:25.60000038px;fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4105" /><path
-         d="m 753.48,404.143 c 0.493,-0.469 0.899,0.656 1.469,1.062 0.574,0.41 1.5,1.223 3.055,1.223 1.555,0.004 1.539,0.023 1.476,0.641 -0.046,0.597 -0.542,0.527 -2.015,0.339 -1.473,-0.16 -2.488,-0.894 -3.078,-1.546 -0.571,-0.633 -1.207,-1.438 -0.907,-1.719 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4107" /><path
-         d="m 753.613,404.287 c 0.469,-0.445 0.856,0.614 1.422,1.004 0.57,0.395 1.485,1.16 2.969,1.164 1.48,0 1.492,0.016 1.434,0.61 -0.043,0.574 -0.528,0.5 -1.954,0.328 -1.429,-0.149 -2.425,-0.852 -2.996,-1.481 -0.554,-0.605 -1.172,-1.355 -0.875,-1.625 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4109" /><path
-         d="m 753.742,404.432 c 0.449,-0.422 0.817,0.57 1.379,0.945 0.567,0.379 1.473,1.098 2.883,1.102 1.41,0 1.445,0.008 1.387,0.578 -0.039,0.555 -0.508,0.476 -1.891,0.32 -1.383,-0.137 -2.355,-0.812 -2.91,-1.41 -0.535,-0.582 -1.137,-1.273 -0.848,-1.535 z"
-         style="font-size:25.60000038px;fill:#232323;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4111" /><path
-         d="m 753.875,404.576 c 0.426,-0.398 0.773,0.524 1.332,0.887 0.559,0.363 1.461,1.039 2.797,1.039 1.336,0.004 1.398,0.004 1.344,0.551 -0.036,0.531 -0.493,0.453 -1.828,0.309 -1.34,-0.125 -2.29,-0.77 -2.829,-1.344 -0.519,-0.555 -1.097,-1.192 -0.816,-1.442 z"
-         style="font-size:25.60000038px;fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4113" /><path
-         d="m 754.004,404.721 c 0.406,-0.375 0.734,0.48 1.289,0.828 0.555,0.348 1.449,0.977 2.711,0.977 1.262,0.003 1.351,0 1.301,0.523 -0.035,0.508 -0.477,0.426 -1.77,0.293 -1.293,-0.109 -2.223,-0.727 -2.738,-1.273 -0.508,-0.528 -1.067,-1.114 -0.793,-1.348 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4115" /><path
-         d="m 754.133,404.865 c 0.387,-0.351 0.695,0.438 1.246,0.77 0.551,0.336 1.437,0.914 2.625,0.918 1.191,0 1.305,-0.012 1.258,0.488 -0.032,0.488 -0.461,0.403 -1.707,0.285 -1.25,-0.097 -2.157,-0.687 -2.657,-1.203 -0.488,-0.504 -1.031,-1.035 -0.765,-1.258 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4117" /><path
-         d="m 754.266,405.01 c 0.367,-0.324 0.648,0.391 1.199,0.711 0.547,0.32 1.426,0.851 2.543,0.855 1.113,0.004 1.254,-0.015 1.211,0.461 -0.031,0.465 -0.442,0.379 -1.649,0.274 -1.203,-0.086 -2.086,-0.645 -2.57,-1.137 -0.473,-0.477 -0.992,-0.953 -0.734,-1.164 z"
-         style="font-size:25.60000038px;fill:#383838;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4119" /><path
-         d="m 754.395,405.154 c 0.347,-0.3 0.609,0.348 1.156,0.653 0.543,0.305 1.414,0.793 2.457,0.793 1.043,0.004 1.207,-0.024 1.168,0.429 -0.028,0.442 -0.426,0.356 -1.586,0.266 -1.16,-0.074 -2.02,-0.605 -2.488,-1.066 -0.454,-0.453 -0.957,-0.871 -0.707,-1.075 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4121" /><path
-         d="m 754.527,405.299 c 0.325,-0.277 0.567,0.305 1.106,0.594 0.539,0.289 1.406,0.73 2.375,0.734 0.969,0 1.16,-0.031 1.125,0.399 -0.028,0.418 -0.41,0.328 -1.528,0.25 -1.117,-0.059 -1.953,-0.563 -2.402,-0.997 -0.437,-0.425 -0.922,-0.789 -0.676,-0.98 z"
-         style="font-size:25.60000038px;fill:#424242;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4123" /><path
-         d="m 754.656,405.444 c 0.305,-0.254 0.528,0.257 1.063,0.535 0.535,0.273 1.39,0.668 2.289,0.672 0.894,0.003 1.113,-0.036 1.082,0.371 -0.024,0.394 -0.395,0.3 -1.469,0.238 -1.07,-0.047 -1.883,-0.52 -2.312,-0.926 -0.426,-0.398 -0.887,-0.711 -0.653,-0.89 z"
-         style="font-size:25.60000038px;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4125" /><path
-         d="m 754.789,405.588 c 0.281,-0.23 0.484,0.215 1.016,0.477 0.531,0.257 1.379,0.609 2.203,0.609 0.824,0.004 1.066,-0.039 1.039,0.34 -0.024,0.375 -0.379,0.281 -1.406,0.23 -1.024,-0.035 -1.817,-0.48 -2.231,-0.859 -0.406,-0.371 -0.851,-0.629 -0.621,-0.797 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4127" /><path
-         d="m 754.918,405.733 c 0.262,-0.204 0.445,0.171 0.973,0.418 0.527,0.246 1.367,0.546 2.117,0.55 0.75,0.004 1.019,-0.05 0.992,0.309 -0.016,0.352 -0.359,0.254 -1.34,0.219 -0.984,-0.024 -1.75,-0.438 -2.148,-0.789 -0.391,-0.348 -0.817,-0.551 -0.594,-0.707 z"
-         style="font-size:25.60000038px;fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4129" /><path
-         d="m 755.051,405.877 c 0.242,-0.18 0.402,0.125 0.926,0.356 0.519,0.234 1.355,0.488 2.031,0.492 0.676,0.004 0.969,-0.055 0.949,0.281 -0.016,0.328 -0.344,0.227 -1.281,0.203 -0.938,-0.008 -1.684,-0.394 -2.063,-0.719 -0.375,-0.32 -0.781,-0.472 -0.562,-0.613 z"
-         style="font-size:25.60000038px;fill:#565656;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4131" /><path
-         d="m 755.18,406.022 c 0.222,-0.157 0.363,0.082 0.882,0.297 0.516,0.218 1.344,0.425 1.946,0.429 0.605,0.004 0.922,-0.058 0.906,0.25 -0.012,0.309 -0.328,0.203 -1.223,0.196 -0.89,0.003 -1.613,-0.356 -1.976,-0.653 -0.356,-0.293 -0.742,-0.387 -0.535,-0.519 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4133" /><path
-         d="m 755.309,406.166 c 0.203,-0.133 0.324,0.039 0.839,0.238 0.512,0.204 1.332,0.368 1.86,0.372 0.531,0.003 0.875,-0.071 0.863,0.218 -0.008,0.285 -0.312,0.18 -1.16,0.184 -0.848,0.016 -1.551,-0.313 -1.891,-0.582 -0.343,-0.27 -0.711,-0.309 -0.511,-0.43 z"
-         style="font-size:25.60000038px;fill:#606060;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4135" /><path
-         d="m 755.441,406.311 c 0.18,-0.11 0.282,-0.004 0.789,0.179 0.512,0.188 1.325,0.305 1.782,0.309 0.453,0.004 0.824,-0.074 0.816,0.188 -0.008,0.265 -0.297,0.156 -1.101,0.175 -0.801,0.032 -1.481,-0.273 -1.805,-0.515 -0.328,-0.243 -0.676,-0.227 -0.481,-0.336 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4137" /><path
-         d="m 760.488,407.123 c 0,-0.902 1.836,-1.215 3.59,-1.469 1.723,-0.253 3.11,-0.593 3.192,-2.402 0.085,-1.781 -0.368,-3.051 0.425,-2.91 1.696,0.312 2.317,2.148 2.289,2.996 0,0.848 -1.246,2.375 -3.476,3.223 -1.641,0.621 -2.828,0.902 -4.27,0.961 -1.922,0.082 -1.75,-0.399 -1.75,-0.399 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4139" /><path
-         d="m 760.535,407.112 c 0.008,-0.879 1.824,-1.168 3.555,-1.43 1.707,-0.266 3.043,-0.594 3.183,-2.356 0.133,-1.734 -0.335,-2.949 0.446,-2.824 1.625,0.293 2.234,2.043 2.199,2.879 -0.004,0.844 -1.223,2.32 -3.426,3.156 -1.621,0.614 -2.793,0.903 -4.219,0.961 -1.863,0.086 -1.738,-0.371 -1.738,-0.386 z"
-         style="font-size:25.60000038px;fill:#030303;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4141" /><path
-         d="m 760.586,407.096 c 0.008,-0.856 1.809,-1.117 3.516,-1.387 1.691,-0.277 2.976,-0.594 3.171,-2.312 0.188,-1.684 -0.3,-2.844 0.469,-2.731 1.559,0.27 2.149,1.934 2.113,2.758 -0.011,0.844 -1.203,2.266 -3.378,3.09 -1.602,0.605 -2.758,0.898 -4.165,0.965 -1.812,0.086 -1.734,-0.352 -1.726,-0.383 z"
-         style="font-size:25.60000038px;fill:#070707;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4143" /><path
-         d="m 760.637,407.08 c 0.011,-0.828 1.793,-1.066 3.476,-1.347 1.676,-0.286 2.91,-0.59 3.164,-2.262 0.235,-1.641 -0.269,-2.746 0.489,-2.645 1.492,0.25 2.062,1.828 2.027,2.641 -0.02,0.84 -1.188,2.215 -3.332,3.023 -1.586,0.598 -2.723,0.899 -4.113,0.965 -1.754,0.086 -1.723,-0.328 -1.711,-0.375 z"
-         style="font-size:25.60000038px;fill:#0b0b0b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4145" /><path
-         d="m 760.684,407.065 c 0.019,-0.801 1.781,-1.02 3.441,-1.305 1.66,-0.297 2.844,-0.59 3.156,-2.219 0.285,-1.59 -0.238,-2.64 0.508,-2.554 1.422,0.23 1.981,1.722 1.938,2.527 -0.024,0.836 -1.165,2.156 -3.282,2.957 -1.566,0.59 -2.687,0.894 -4.062,0.965 -1.699,0.086 -1.711,-0.305 -1.699,-0.371 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4147" /><path
-         d="m 760.734,407.049 c 0.024,-0.777 1.766,-0.969 3.403,-1.262 1.644,-0.308 2.777,-0.59 3.144,-2.172 0.336,-1.543 -0.203,-2.539 0.531,-2.468 1.356,0.211 1.895,1.617 1.852,2.41 -0.027,0.832 -1.144,2.105 -3.238,2.89 -1.547,0.582 -2.649,0.891 -4.008,0.969 -1.645,0.086 -1.699,-0.285 -1.684,-0.367 z"
-         style="font-size:25.60000038px;fill:#131313;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4149" /><path
-         d="m 760.785,407.033 c 0.027,-0.75 1.75,-0.918 3.363,-1.222 1.629,-0.317 2.711,-0.586 3.137,-2.125 0.383,-1.496 -0.176,-2.434 0.551,-2.375 1.285,0.187 1.812,1.508 1.762,2.289 -0.032,0.828 -1.125,2.051 -3.188,2.824 -1.527,0.574 -2.613,0.891 -3.957,0.969 -1.586,0.09 -1.691,-0.262 -1.668,-0.36 z"
-         style="font-size:25.60000038px;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4151" /><path
-         d="m 760.832,407.018 c 0.035,-0.723 1.738,-0.871 3.328,-1.18 1.613,-0.328 2.645,-0.59 3.129,-2.078 0.434,-1.449 -0.144,-2.332 0.574,-2.289 1.215,0.172 1.723,1.406 1.672,2.172 -0.039,0.828 -1.105,1.996 -3.14,2.758 -1.508,0.566 -2.579,0.886 -3.903,0.972 -1.535,0.086 -1.683,-0.242 -1.66,-0.355 z"
-         style="font-size:25.60000038px;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4153" /><path
-         d="m 760.883,407.006 c 0.035,-0.699 1.722,-0.824 3.289,-1.141 1.598,-0.339 2.578,-0.589 3.117,-2.035 0.484,-1.398 -0.109,-2.226 0.598,-2.199 1.144,0.152 1.64,1.301 1.586,2.059 -0.047,0.82 -1.09,1.941 -3.094,2.687 -1.492,0.559 -2.547,0.887 -3.852,0.977 -1.476,0.086 -1.672,-0.219 -1.644,-0.348 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4155" /><path
-         d="m 760.934,406.99 c 0.039,-0.675 1.707,-0.773 3.25,-1.101 1.582,-0.348 2.511,-0.586 3.109,-1.985 0.535,-1.355 -0.078,-2.125 0.617,-2.109 1.078,0.129 1.555,1.192 1.496,1.938 -0.051,0.82 -1.066,1.886 -3.043,2.625 -1.472,0.546 -2.511,0.879 -3.801,0.972 -1.421,0.09 -1.66,-0.195 -1.628,-0.34 z"
-         style="font-size:25.60000038px;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4157" /><path
-         d="m 760.98,406.975 c 0.047,-0.649 1.696,-0.723 3.215,-1.059 1.567,-0.359 2.446,-0.586 3.098,-1.937 0.586,-1.309 -0.043,-2.024 0.641,-2.024 1.007,0.11 1.472,1.086 1.41,1.821 -0.059,0.816 -1.047,1.836 -2.996,2.558 -1.453,0.543 -2.477,0.879 -3.75,0.977 -1.368,0.09 -1.649,-0.176 -1.618,-0.336 z"
-         style="font-size:25.60000038px;fill:#262626;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4159" /><path
-         d="m 761.031,406.959 c 0.051,-0.621 1.676,-0.672 3.176,-1.015 1.551,-0.368 2.379,-0.586 3.09,-1.895 0.637,-1.258 -0.012,-1.922 0.66,-1.934 0.941,0.09 1.387,0.981 1.324,1.704 -0.066,0.816 -1.031,1.781 -2.949,2.492 -1.437,0.535 -2.441,0.879 -3.699,0.98 -1.309,0.086 -1.641,-0.152 -1.602,-0.332 z"
-         style="font-size:25.60000038px;fill:#2a2a2a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4161" /><path
-         d="m 761.082,406.944 c 0.055,-0.598 1.66,-0.625 3.141,-0.973 1.531,-0.383 2.308,-0.586 3.078,-1.848 0.683,-1.215 0.019,-1.82 0.679,-1.844 0.875,0.067 1.301,0.872 1.235,1.586 -0.067,0.809 -1.008,1.723 -2.899,2.426 -1.418,0.524 -2.406,0.871 -3.648,0.977 -1.254,0.09 -1.629,-0.129 -1.586,-0.324 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4163" /><path
-         d="m 761.129,406.928 c 0.062,-0.57 1.648,-0.574 3.105,-0.934 1.516,-0.386 2.243,-0.582 3.067,-1.8 0.734,-1.165 0.051,-1.715 0.703,-1.754 0.805,0.047 1.219,0.765 1.148,1.468 -0.074,0.805 -0.992,1.672 -2.851,2.36 -1.403,0.515 -2.371,0.871 -3.598,0.98 -1.195,0.09 -1.617,-0.109 -1.574,-0.32 z"
-         style="font-size:25.60000038px;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4165" /><path
-         d="m 761.18,406.916 c 0.066,-0.547 1.632,-0.527 3.066,-0.894 1.5,-0.399 2.176,-0.582 3.059,-1.758 0.785,-1.113 0.082,-1.61 0.726,-1.664 0.735,0.031 1.129,0.66 1.059,1.351 -0.082,0.805 -0.973,1.618 -2.805,2.293 -1.383,0.508 -2.336,0.868 -3.547,0.985 -1.14,0.09 -1.605,-0.09 -1.558,-0.313 z"
-         style="font-size:25.60000038px;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4167" /><path
-         d="m 761.23,406.901 c 0.067,-0.524 1.618,-0.477 3.028,-0.852 1.484,-0.41 2.109,-0.582 3.051,-1.711 0.832,-1.07 0.113,-1.508 0.746,-1.574 0.664,0.008 1.047,0.551 0.968,1.23 -0.085,0.801 -0.953,1.567 -2.757,2.227 -1.36,0.5 -2.297,0.867 -3.489,0.984 -1.089,0.09 -1.601,-0.062 -1.547,-0.304 z"
-         style="font-size:25.60000038px;fill:#393939;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4169" /><path
-         d="m 761.277,406.885 c 0.075,-0.496 1.606,-0.43 2.993,-0.813 1.472,-0.418 2.042,-0.578 3.039,-1.66 0.886,-1.023 0.148,-1.406 0.769,-1.488 0.598,-0.012 0.961,0.449 0.883,1.117 -0.094,0.797 -0.934,1.508 -2.711,2.156 -1.344,0.497 -2.262,0.868 -3.438,0.989 -1.031,0.09 -1.589,-0.043 -1.535,-0.301 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4171" /><path
-         d="m 761.328,406.869 c 0.078,-0.468 1.59,-0.379 2.953,-0.769 1.457,-0.43 1.977,-0.582 3.031,-1.617 0.934,-0.973 0.18,-1.301 0.79,-1.399 0.527,-0.031 0.878,0.34 0.793,1 -0.098,0.793 -0.911,1.453 -2.661,2.09 -1.324,0.488 -2.23,0.863 -3.386,0.992 -0.977,0.09 -1.578,-0.023 -1.52,-0.297 z"
-         style="font-size:25.60000038px;fill:#414141;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4173" /><path
-         d="m 761.379,406.854 c 0.082,-0.442 1.574,-0.328 2.914,-0.727 1.441,-0.441 1.91,-0.582 3.019,-1.57 0.989,-0.926 0.215,-1.199 0.813,-1.313 0.461,-0.05 0.793,0.239 0.707,0.883 -0.105,0.793 -0.894,1.402 -2.613,2.027 -1.305,0.477 -2.196,0.86 -3.336,0.989 -0.918,0.094 -1.567,0.004 -1.504,-0.289 z"
-         style="font-size:25.60000038px;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4175" /><path
-         d="m 761.426,406.838 c 0.09,-0.418 1.562,-0.281 2.879,-0.687 1.425,-0.45 1.843,-0.579 3.011,-1.524 1.036,-0.879 0.246,-1.094 0.832,-1.219 0.391,-0.074 0.707,0.129 0.622,0.762 -0.114,0.789 -0.875,1.348 -2.567,1.961 -1.289,0.469 -2.16,0.856 -3.285,0.992 -0.863,0.09 -1.559,0.024 -1.492,-0.285 z"
-         style="font-size:25.60000038px;fill:#484848;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4177" /><path
-         d="m 761.477,406.822 c 0.093,-0.39 1.546,-0.23 2.839,-0.644 1.411,-0.461 1.778,-0.578 3,-1.477 1.086,-0.832 0.278,-0.996 0.856,-1.132 0.324,-0.094 0.625,0.023 0.531,0.648 -0.113,0.781 -0.855,1.289 -2.515,1.891 -1.27,0.461 -2.126,0.855 -3.235,0.992 -0.808,0.094 -1.547,0.047 -1.476,-0.278 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4179" /><path
-         d="m 767.297,404.932 c 0.644,-0.395 0.531,-0.809 0.945,-1.086 0.207,-0.141 0.555,-0.141 0.348,0.391 -0.278,0.625 -0.508,0.972 -1.942,1.55 -0.921,0.367 -0.738,-0.023 0.649,-0.855 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4181" /><path
-         d="m 767.312,404.924 c 0.629,-0.383 0.52,-0.785 0.922,-1.059 0.204,-0.132 0.543,-0.132 0.34,0.387 -0.269,0.606 -0.496,0.945 -1.89,1.508 -0.903,0.359 -0.723,-0.023 0.628,-0.836 z"
-         style="font-size:25.60000038px;fill:#505050;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4183" /><path
-         d="m 767.328,404.92 c 0.617,-0.371 0.508,-0.766 0.902,-1.031 0.196,-0.129 0.528,-0.129 0.329,0.375 -0.262,0.59 -0.481,0.922 -1.844,1.469 -0.879,0.351 -0.703,-0.02 0.613,-0.813 z"
-         style="font-size:25.60000038px;fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4185" /><path
-         d="m 767.348,404.916 c 0.597,-0.363 0.492,-0.75 0.875,-1.004 0.191,-0.129 0.515,-0.129 0.32,0.364 -0.254,0.578 -0.469,0.898 -1.797,1.433 -0.855,0.34 -0.684,-0.023 0.602,-0.793 z"
-         style="font-size:25.60000038px;fill:#575757;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4187" /><path
-         d="m 767.363,404.912 c 0.582,-0.355 0.481,-0.73 0.856,-0.98 0.187,-0.125 0.5,-0.125 0.312,0.355 -0.25,0.563 -0.461,0.875 -1.75,1.395 -0.832,0.336 -0.668,-0.02 0.582,-0.77 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4189" /><path
-         d="m 767.379,404.908 c 0.57,-0.347 0.469,-0.711 0.832,-0.953 0.184,-0.121 0.488,-0.121 0.305,0.344 -0.243,0.547 -0.446,0.852 -1.704,1.359 -0.808,0.325 -0.648,-0.023 0.567,-0.75 z"
-         style="font-size:25.60000038px;fill:#5f5f5f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4191" /><path
-         d="m 767.398,404.904 c 0.551,-0.335 0.454,-0.691 0.809,-0.925 0.176,-0.121 0.473,-0.121 0.293,0.332 -0.234,0.531 -0.434,0.828 -1.652,1.32 -0.789,0.316 -0.633,-0.019 0.55,-0.727 z"
-         style="font-size:25.60000038px;fill:#636363;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4193" /><path
-         d="m 767.414,404.897 c 0.535,-0.325 0.441,-0.668 0.785,-0.899 0.172,-0.113 0.461,-0.113 0.289,0.324 -0.23,0.516 -0.422,0.805 -1.609,1.286 -0.766,0.304 -0.613,-0.02 0.535,-0.711 z"
-         style="font-size:25.60000038px;fill:#676767;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4195" /><path
-         d="m 767.434,404.893 c 0.519,-0.317 0.425,-0.649 0.761,-0.871 0.164,-0.114 0.446,-0.114 0.278,0.312 -0.223,0.504 -0.411,0.781 -1.559,1.246 -0.746,0.297 -0.594,-0.019 0.52,-0.687 z"
-         style="font-size:25.60000038px;fill:#6b6b6b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4197" /><path
-         d="m 767.449,404.889 c 0.504,-0.305 0.414,-0.629 0.739,-0.848 0.164,-0.105 0.433,-0.105 0.269,0.305 -0.215,0.488 -0.395,0.758 -1.512,1.207 -0.718,0.289 -0.574,-0.016 0.504,-0.664 z"
-         style="font-size:25.60000038px;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4199" /><path
-         d="m 767.465,404.885 c 0.488,-0.297 0.402,-0.613 0.715,-0.82 0.16,-0.106 0.422,-0.106 0.261,0.297 -0.207,0.468 -0.382,0.73 -1.464,1.167 -0.696,0.278 -0.555,-0.019 0.488,-0.644 z"
-         style="font-size:25.60000038px;fill:#727272;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4201" /><path
-         d="m 767.484,404.877 c 0.473,-0.285 0.387,-0.59 0.692,-0.793 0.152,-0.101 0.406,-0.101 0.254,0.289 -0.203,0.453 -0.371,0.707 -1.418,1.129 -0.676,0.27 -0.539,-0.015 0.472,-0.625 z"
-         style="font-size:25.60000038px;fill:#767676;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4203" /><path
-         d="m 767.5,404.873 c 0.457,-0.277 0.375,-0.57 0.668,-0.765 0.148,-0.098 0.394,-0.098 0.246,0.277 -0.195,0.441 -0.359,0.684 -1.371,1.094 -0.652,0.258 -0.52,-0.02 0.457,-0.606 z"
-         style="font-size:25.60000038px;fill:#7a7a7a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4205" /><path
-         d="m 767.52,404.869 c 0.437,-0.269 0.359,-0.55 0.644,-0.738 0.141,-0.098 0.379,-0.098 0.234,0.266 -0.187,0.425 -0.343,0.66 -1.32,1.054 -0.629,0.25 -0.504,-0.015 0.442,-0.582 z"
-         style="font-size:25.60000038px;fill:#7e7e7e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4207" /><path
-         d="m 767.535,404.865 c 0.426,-0.257 0.348,-0.531 0.621,-0.714 0.137,-0.09 0.367,-0.09 0.227,0.257 -0.18,0.411 -0.332,0.637 -1.274,1.016 -0.605,0.246 -0.484,-0.012 0.426,-0.559 z"
-         style="font-size:25.60000038px;fill:#828282;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4209" /><path
-         d="m 767.551,404.858 c 0.41,-0.246 0.336,-0.508 0.601,-0.684 0.129,-0.09 0.348,-0.09 0.219,0.246 -0.176,0.395 -0.32,0.613 -1.226,0.981 -0.586,0.234 -0.469,-0.016 0.406,-0.543 z"
-         style="font-size:25.60000038px;fill:#858585;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4211" /><path
-         d="m 767.57,404.854 c 0.391,-0.239 0.321,-0.492 0.575,-0.66 0.128,-0.082 0.335,-0.082 0.21,0.238 -0.167,0.379 -0.308,0.59 -1.179,0.941 -0.563,0.227 -0.449,-0.011 0.394,-0.519 z"
-         style="font-size:25.60000038px;fill:#898989;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4213" /><path
-         d="m 767.586,404.85 c 0.379,-0.231 0.312,-0.473 0.555,-0.633 0.121,-0.082 0.32,-0.082 0.199,0.23 -0.16,0.364 -0.297,0.563 -1.129,0.903 -0.539,0.215 -0.434,-0.016 0.375,-0.5 z"
-         style="font-size:25.60000038px;fill:#8d8d8d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4215" /><path
-         d="m 767.605,404.846 c 0.36,-0.219 0.297,-0.453 0.528,-0.609 0.117,-0.075 0.308,-0.075 0.195,0.222 -0.156,0.348 -0.285,0.539 -1.086,0.863 -0.515,0.207 -0.414,-0.011 0.363,-0.476 z"
-         style="font-size:25.60000038px;fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4217" /><path
-         d="m 767.621,404.842 c 0.344,-0.211 0.285,-0.434 0.508,-0.582 0.109,-0.074 0.293,-0.074 0.183,0.211 -0.148,0.332 -0.273,0.516 -1.039,0.824 -0.492,0.199 -0.394,-0.012 0.348,-0.453 z"
-         style="font-size:25.60000038px;fill:#959595;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4219" /><path
-         d="m 767.637,404.834 c 0.332,-0.199 0.273,-0.41 0.484,-0.551 0.106,-0.07 0.281,-0.07 0.176,0.2 -0.141,0.316 -0.258,0.496 -0.988,0.789 -0.473,0.187 -0.379,-0.012 0.328,-0.438 z"
-         style="font-size:25.60000038px;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4221" /><path
-         d="m 741.664,462.018 c -0.289,-0.356 0.227,-3.285 2.125,-5.215 1.902,-1.899 3.059,-1.899 3.832,-1.063 1.481,1.579 0.289,3.059 -0.613,4.09 -0.899,1.028 -2.059,0.676 -3.121,1.703 -1.063,1.032 -1.801,0.969 -2.223,0.485 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4223" /><path
-         d="m 741.695,461.99 c -0.289,-0.351 0.223,-3.257 2.106,-5.171 1.887,-1.887 3.035,-1.887 3.801,-1.055 1.468,1.562 0.289,3.035 -0.606,4.055 -0.894,1.023 -2.043,0.671 -3.098,1.695 -1.054,1.019 -1.789,0.957 -2.203,0.476 z"
-         style="font-size:25.60000038px;fill:#050505;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4225" /><path
-         d="m 741.723,461.967 c -0.285,-0.352 0.218,-3.234 2.089,-5.137 1.872,-1.867 3.012,-1.867 3.77,-1.043 1.461,1.551 0.289,3.008 -0.602,4.024 -0.886,1.015 -2.027,0.664 -3.074,1.679 -1.043,1.012 -1.773,0.95 -2.183,0.477 z"
-         style="font-size:25.60000038px;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4227" /><path
-         d="m 741.75,461.94 c -0.285,-0.348 0.219,-3.207 2.074,-5.094 1.856,-1.856 2.985,-1.856 3.742,-1.039 1.446,1.543 0.282,2.988 -0.597,3.996 -0.883,1.004 -2.012,0.66 -3.051,1.664 -1.039,1.008 -1.762,0.945 -2.168,0.473 z"
-         style="font-size:25.60000038px;fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4229" /><path
-         d="m 741.777,461.912 c -0.281,-0.343 0.219,-3.179 2.059,-5.05 1.84,-1.844 2.961,-1.844 3.711,-1.032 1.433,1.528 0.281,2.965 -0.594,3.961 -0.871,1 -1.996,0.656 -3.023,1.653 -1.032,1 -1.746,0.937 -2.153,0.468 z"
-         style="font-size:25.60000038px;fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4231" /><path
-         d="m 741.805,461.885 c -0.282,-0.34 0.215,-3.156 2.043,-5.012 1.824,-1.824 2.937,-1.824 3.679,-1.019 1.422,1.515 0.278,2.937 -0.586,3.929 -0.867,0.989 -1.98,0.649 -3.003,1.641 -1.02,0.988 -1.731,0.926 -2.133,0.461 z"
-         style="font-size:25.60000038px;fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4233" /><path
-         d="m 741.832,461.862 c -0.277,-0.34 0.215,-3.133 2.023,-4.973 1.813,-1.813 2.918,-1.813 3.653,-1.012 1.414,1.504 0.277,2.914 -0.582,3.895 -0.86,0.984 -1.965,0.644 -2.977,1.629 -1.011,0.98 -1.719,0.921 -2.117,0.461 z"
-         style="font-size:25.60000038px;fill:#1e1e1e;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4235" /><path
-         d="m 741.859,461.834 c -0.273,-0.336 0.211,-3.105 2.008,-4.93 1.797,-1.796 2.891,-1.796 3.625,-1.007 1.399,1.492 0.274,2.894 -0.578,3.867 -0.855,0.973 -1.949,0.64 -2.953,1.613 -1.008,0.973 -1.707,0.914 -2.102,0.457 z"
-         style="font-size:25.60000038px;fill:#232323;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4237" /><path
-         d="m 741.887,461.807 c -0.27,-0.332 0.211,-3.078 1.992,-4.891 1.781,-1.781 2.867,-1.781 3.594,-0.996 1.386,1.481 0.269,2.867 -0.575,3.836 -0.843,0.965 -1.933,0.633 -2.929,1.598 -0.996,0.968 -1.692,0.906 -2.082,0.453 z"
-         style="font-size:25.60000038px;fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4239" /><path
-         d="m 741.914,461.779 c -0.269,-0.328 0.211,-3.05 1.977,-4.847 1.765,-1.766 2.843,-1.766 3.562,-0.988 1.379,1.468 0.27,2.843 -0.57,3.8 -0.836,0.961 -1.914,0.629 -2.903,1.59 -0.988,0.957 -1.675,0.895 -2.066,0.445 z"
-         style="font-size:25.60000038px;fill:#2d2d2d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4241" /><path
-         d="m 741.941,461.756 c -0.265,-0.328 0.207,-3.027 1.961,-4.812 1.75,-1.75 2.821,-1.75 3.532,-0.977 1.367,1.453 0.269,2.82 -0.563,3.77 -0.832,0.949 -1.902,0.621 -2.883,1.574 -0.976,0.949 -1.66,0.89 -2.047,0.445 z"
-         style="font-size:25.60000038px;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4243" /><path
-         d="m 741.969,461.729 c -0.266,-0.325 0.207,-3.004 1.945,-4.77 1.734,-1.738 2.797,-1.738 3.5,-0.972 1.356,1.445 0.266,2.796 -0.559,3.742 -0.824,0.941 -1.882,0.617 -2.855,1.558 -0.969,0.942 -1.648,0.883 -2.031,0.442 z"
-         style="font-size:25.60000038px;fill:#383838;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4245" /><path
-         d="m 741.996,461.701 c -0.262,-0.32 0.207,-2.976 1.926,-4.726 1.723,-1.723 2.773,-1.723 3.476,-0.965 1.34,1.43 0.262,2.773 -0.554,3.707 -0.817,0.934 -1.867,0.613 -2.832,1.547 -0.965,0.933 -1.637,0.875 -2.016,0.437 z"
-         style="font-size:25.60000038px;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4247" /><path
-         d="m 742.023,461.678 c -0.257,-0.32 0.204,-2.953 1.911,-4.691 1.707,-1.708 2.75,-1.708 3.445,-0.954 1.332,1.418 0.258,2.75 -0.551,3.676 -0.808,0.926 -1.851,0.606 -2.805,1.531 -0.957,0.93 -1.621,0.872 -2,0.438 z"
-         style="font-size:25.60000038px;fill:#424242;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4249" /><path
-         d="m 742.051,461.651 c -0.258,-0.317 0.203,-2.926 1.894,-4.649 1.696,-1.691 2.727,-1.691 3.414,-0.945 1.321,1.406 0.258,2.722 -0.543,3.64 -0.804,0.918 -1.839,0.606 -2.785,1.524 -0.945,0.918 -1.605,0.859 -1.98,0.43 z"
-         style="font-size:25.60000038px;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4251" /><path
-         d="m 742.078,461.623 c -0.254,-0.312 0.199,-2.898 1.879,-4.605 1.68,-1.68 2.703,-1.68 3.383,-0.938 1.308,1.391 0.258,2.699 -0.539,3.61 -0.797,0.91 -1.821,0.597 -2.758,1.507 -0.938,0.911 -1.594,0.852 -1.965,0.426 z"
-         style="font-size:25.60000038px;fill:#4c4c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4253" /><path
-         d="m 742.109,461.596 c -0.254,-0.309 0.196,-2.875 1.86,-4.567 1.664,-1.66 2.676,-1.66 3.355,-0.929 1.297,1.383 0.25,2.679 -0.539,3.582 -0.789,0.902 -1.801,0.59 -2.734,1.492 -0.93,0.902 -1.578,0.848 -1.942,0.422 z"
-         style="font-size:25.60000038px;fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4255" /><path
-         d="m 742.137,461.572 c -0.254,-0.308 0.195,-2.851 1.843,-4.527 1.649,-1.648 2.653,-1.648 3.325,-0.922 1.285,1.367 0.25,2.653 -0.532,3.547 -0.781,0.895 -1.789,0.59 -2.711,1.481 -0.921,0.894 -1.562,0.839 -1.925,0.421 z"
-         style="font-size:25.60000038px;fill:#565656;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4257" /><path
-         d="m 742.164,461.545 c -0.25,-0.305 0.191,-2.824 1.828,-4.484 1.633,-1.637 2.629,-1.637 3.293,-0.914 1.274,1.355 0.25,2.629 -0.527,3.515 -0.774,0.887 -1.77,0.582 -2.684,1.469 -0.914,0.883 -1.551,0.828 -1.91,0.414 z"
-         style="font-size:25.60000038px;fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4259" /><path
-         d="m 742.191,461.518 c -0.246,-0.301 0.192,-2.797 1.809,-4.446 1.621,-1.617 2.609,-1.617 3.266,-0.902 1.261,1.344 0.246,2.606 -0.52,3.484 -0.769,0.875 -1.758,0.575 -2.664,1.454 -0.902,0.879 -1.535,0.824 -1.891,0.41 z"
-         style="font-size:25.60000038px;fill:#606060;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4261" /><path
-         d="m 742.219,461.494 c -0.246,-0.3 0.187,-2.773 1.793,-4.406 1.605,-1.605 2.582,-1.605 3.234,-0.898 1.254,1.332 0.246,2.586 -0.516,3.453 -0.761,0.871 -1.738,0.57 -2.636,1.441 -0.899,0.871 -1.524,0.817 -1.875,0.41 z"
-         style="font-size:25.60000038px;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4263" /><path
-         d="m 708.5,461.291 c 0.777,-0.535 0.801,-0.629 1.945,-1.379 1.821,-1.48 5.055,-1.812 6.641,-1.863 3.625,-0.578 10.105,2.809 12.668,4.359 1.293,0.969 3.684,2.965 4.578,3 0.551,-0.586 -0.258,-0.703 -1.406,-1.484 -1.535,-1.09 -2.848,-2.023 -5.172,-3.34 -2.488,-1.305 -6.313,-3.453 -11.207,-3.164 -2.567,0.379 -2.578,0.402 -4.164,1.211 -0.942,0.68 -3.102,1.809 -3.883,2.66 z"
-         style="font-size:25.60000038px;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4265" /><g
-         id="g4267"
-         style="font-size:25.60000038px"><g
-           id="g4269"
-           style="font-size:25.60000038px"><g
-             id="g4275"
-             style="font-size:25.60000038px"><path
-               d="m 708.484,461.299 c 0.754,-0.5 0.848,-0.645 1.993,-1.395 1.812,-1.464 4.992,-1.812 6.593,-1.871 3.676,-0.57 10.227,2.864 12.703,4.383 1.317,0.981 3.668,2.942 4.551,2.985 0.535,-0.579 -0.285,-0.696 -1.449,-1.5 -1.523,-1.079 -2.793,-1.989 -5.09,-3.289 -2.469,-1.293 -6.312,-3.454 -11.203,-3.18 -2.574,0.371 -2.687,0.418 -4.223,1.207 -0.968,0.687 -3.089,1.801 -3.875,2.66 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4277);stroke:none"
-               id="path4285" /></g></g></g><g
-         id="g4287"
-         style="font-size:25.60000038px"><g
-           id="g4289"
-           style="font-size:25.60000038px"><g
-             id="g4295"
-             style="font-size:25.60000038px"><path
-               d="m 708.465,461.307 c 0.734,-0.465 0.902,-0.66 2.047,-1.41 1.804,-1.453 4.926,-1.813 6.543,-1.875 3.73,-0.567 10.351,2.914 12.734,4.398 1.344,1 3.656,2.922 4.527,2.973 0.52,-0.574 -0.312,-0.688 -1.488,-1.516 -1.519,-1.07 -2.742,-1.949 -5.012,-3.238 -2.453,-1.281 -6.312,-3.453 -11.199,-3.199 -2.582,0.363 -2.801,0.437 -4.281,1.207 -0.996,0.695 -3.082,1.793 -3.871,2.66 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4297);stroke:none"
-               id="path4305" /></g></g></g><g
-         id="g4307"
-         style="font-size:25.60000038px"><g
-           id="g4309"
-           style="font-size:25.60000038px"><g
-             id="g4315"
-             style="font-size:25.60000038px"><path
-               d="m 708.445,461.315 c 0.715,-0.43 0.953,-0.676 2.102,-1.43 1.793,-1.438 4.859,-1.809 6.492,-1.879 3.781,-0.559 10.473,2.969 12.77,4.418 1.367,1.02 3.636,2.902 4.5,2.961 0.503,-0.566 -0.34,-0.676 -1.528,-1.531 -1.511,-1.059 -2.695,-1.914 -4.933,-3.184 -2.434,-1.273 -6.313,-3.453 -11.196,-3.223 -2.59,0.36 -2.91,0.457 -4.34,1.204 -1.023,0.707 -3.074,1.785 -3.867,2.664 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4317);stroke:none"
-               id="path4325" /></g></g></g><g
-         id="g4327"
-         style="font-size:25.60000038px"><g
-           id="g4329"
-           style="font-size:25.60000038px"><g
-             id="g4335"
-             style="font-size:25.60000038px"><path
-               d="m 708.426,461.322 c 0.695,-0.394 1.008,-0.687 2.152,-1.445 1.785,-1.426 4.793,-1.812 6.445,-1.883 3.832,-0.554 10.594,3.02 12.801,4.434 1.395,1.035 3.625,2.883 4.473,2.949 0.492,-0.562 -0.363,-0.664 -1.567,-1.543 -1.503,-1.051 -2.64,-1.883 -4.855,-3.137 -2.414,-1.261 -6.309,-3.453 -11.187,-3.238 -2.598,0.352 -3.024,0.473 -4.399,1.199 -1.051,0.715 -3.062,1.778 -3.863,2.664 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4337);stroke:none"
-               id="path4345" /></g></g></g><g
-         id="g4347"
-         style="font-size:25.60000038px"><g
-           id="g4349"
-           style="font-size:25.60000038px"><g
-             id="g4355"
-             style="font-size:25.60000038px"><path
-               d="m 708.406,461.326 c 0.676,-0.355 1.063,-0.699 2.207,-1.457 1.774,-1.414 4.727,-1.812 6.395,-1.89 3.887,-0.547 10.719,3.074 12.836,4.457 1.422,1.051 3.609,2.859 4.445,2.933 0.477,-0.554 -0.391,-0.656 -1.605,-1.562 -1.496,-1.035 -2.59,-1.844 -4.778,-3.082 -2.394,-1.25 -6.308,-3.453 -11.183,-3.258 -2.606,0.348 -3.133,0.492 -4.457,1.199 -1.078,0.723 -3.055,1.766 -3.86,2.66 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4357);stroke:none"
-               id="path4365" /></g></g></g><g
-         id="g4367"
-         style="font-size:25.60000038px"><g
-           id="g4369"
-           style="font-size:25.60000038px"><g
-             id="g4375"
-             style="font-size:25.60000038px"><path
-               d="m 708.387,461.334 c 0.656,-0.32 1.113,-0.715 2.261,-1.472 1.766,-1.399 4.661,-1.813 6.344,-1.895 3.938,-0.543 10.84,3.125 12.867,4.473 1.45,1.07 3.598,2.839 4.422,2.922 0.457,-0.551 -0.418,-0.649 -1.644,-1.575 -1.492,-1.027 -2.539,-1.808 -4.699,-3.031 -2.376,-1.246 -6.309,-3.457 -11.18,-3.281 -2.613,0.344 -3.246,0.512 -4.516,1.195 -1.105,0.734 -3.047,1.762 -3.855,2.664 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4377);stroke:none"
-               id="path4385" /></g></g></g><g
-         id="g4387"
-         style="font-size:25.60000038px"><g
-           id="g4389"
-           style="font-size:25.60000038px"><g
-             id="g4395"
-             style="font-size:25.60000038px"><path
-               d="m 708.367,461.342 c 0.637,-0.285 1.168,-0.73 2.313,-1.488 1.758,-1.387 4.597,-1.813 6.297,-1.903 3.988,-0.535 10.964,3.18 12.898,4.493 1.477,1.089 3.586,2.82 4.398,2.91 0.442,-0.543 -0.441,-0.637 -1.687,-1.59 -1.481,-1.02 -2.488,-1.774 -4.617,-2.981 -2.36,-1.234 -6.313,-3.457 -11.176,-3.296 -2.621,0.335 -3.355,0.527 -4.578,1.191 -1.129,0.742 -3.031,1.75 -3.848,2.664 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4397);stroke:none"
-               id="path4405" /></g></g></g><g
-         id="g4407"
-         style="font-size:25.60000038px"><g
-           id="g4409"
-           style="font-size:25.60000038px"><g
-             id="g4415"
-             style="font-size:25.60000038px"><path
-               d="m 708.352,461.35 c 0.613,-0.25 1.218,-0.746 2.363,-1.508 1.746,-1.371 4.527,-1.809 6.246,-1.902 4.043,-0.532 11.086,3.23 12.934,4.511 1.5,1.102 3.566,2.797 4.371,2.895 0.425,-0.539 -0.469,-0.625 -1.727,-1.606 -1.477,-1.007 -2.437,-1.738 -4.539,-2.925 -2.34,-1.227 -6.312,-3.457 -11.172,-3.321 -2.625,0.332 -3.469,0.547 -4.637,1.192 -1.156,0.75 -3.023,1.742 -3.839,2.664 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4417);stroke:none"
-               id="path4425" /></g></g></g><g
-         id="g4427"
-         style="font-size:25.60000038px"><g
-           id="g4429"
-           style="font-size:25.60000038px"><g
-             id="g4435"
-             style="font-size:25.60000038px"><path
-               d="m 708.332,461.358 c 0.594,-0.215 1.27,-0.758 2.418,-1.524 1.738,-1.355 4.461,-1.808 6.195,-1.91 4.094,-0.523 11.211,3.285 12.965,4.531 1.528,1.121 3.555,2.778 4.344,2.883 0.414,-0.531 -0.492,-0.617 -1.762,-1.621 -1.469,-0.996 -2.387,-1.703 -4.461,-2.875 -2.32,-1.215 -6.312,-3.457 -11.168,-3.34 -2.633,0.328 -3.578,0.567 -4.695,1.188 -1.184,0.761 -3.016,1.738 -3.836,2.668 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4437);stroke:none"
-               id="path4445" /></g></g></g><g
-         id="g4447"
-         style="font-size:25.60000038px"><g
-           id="g4449"
-           style="font-size:25.60000038px"><g
-             id="g4455"
-             style="font-size:25.60000038px"><path
-               d="m 708.312,461.365 c 0.579,-0.175 1.325,-0.773 2.469,-1.539 1.731,-1.343 4.399,-1.812 6.149,-1.914 4.144,-0.519 11.332,3.336 13,4.547 1.55,1.141 3.539,2.758 4.316,2.871 0.399,-0.527 -0.519,-0.609 -1.805,-1.636 -1.461,-0.985 -2.332,-1.665 -4.382,-2.825 -2.301,-1.203 -6.309,-3.457 -11.161,-3.355 -2.64,0.32 -3.691,0.582 -4.753,1.183 -1.211,0.77 -3.004,1.727 -3.833,2.668 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4457);stroke:none"
-               id="path4465" /></g></g></g><g
-         id="g4467"
-         style="font-size:25.60000038px"><g
-           id="g4469"
-           style="font-size:25.60000038px"><g
-             id="g4475"
-             style="font-size:25.60000038px"><path
-               d="m 708.293,461.373 c 0.559,-0.14 1.379,-0.789 2.523,-1.554 1.719,-1.332 4.332,-1.813 6.098,-1.922 4.199,-0.512 11.457,3.39 13.031,4.57 1.578,1.152 3.528,2.734 4.293,2.855 0.383,-0.519 -0.547,-0.597 -1.843,-1.652 -1.454,-0.976 -2.282,-1.629 -4.305,-2.769 -2.281,-1.196 -6.309,-3.461 -11.152,-3.379 -2.653,0.316 -3.805,0.601 -4.817,1.183 -1.238,0.778 -2.996,1.719 -3.828,2.668 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4477);stroke:none"
-               id="path4485" /></g></g></g><g
-         id="g4487"
-         style="font-size:25.60000038px"><g
-           id="g4489"
-           style="font-size:25.60000038px"><g
-             id="g4495"
-             style="font-size:25.60000038px"><path
-               d="m 708.273,461.381 c 0.539,-0.105 1.43,-0.805 2.579,-1.57 1.71,-1.321 4.265,-1.813 6.046,-1.926 4.25,-0.508 11.579,3.437 13.063,4.586 1.609,1.172 3.516,2.715 4.269,2.844 0.368,-0.516 -0.574,-0.59 -1.882,-1.668 -1.45,-0.965 -2.235,-1.594 -4.227,-2.719 -2.262,-1.184 -6.309,-3.457 -11.148,-3.399 -2.661,0.313 -3.918,0.622 -4.875,1.18 -1.266,0.789 -2.989,1.711 -3.825,2.672 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4497);stroke:none"
-               id="path4505" /></g></g></g><g
-         id="g4507"
-         style="font-size:25.60000038px"><g
-           id="g4509"
-           style="font-size:25.60000038px"><g
-             id="g4515"
-             style="font-size:25.60000038px"><path
-               d="m 708.254,461.385 c 0.519,-0.066 1.484,-0.813 2.633,-1.586 1.699,-1.305 4.195,-1.809 5.996,-1.93 4.305,-0.5 11.703,3.493 13.097,4.606 1.633,1.191 3.497,2.695 4.243,2.832 0.351,-0.508 -0.602,-0.578 -1.922,-1.684 -1.442,-0.953 -2.184,-1.558 -4.149,-2.668 -2.246,-1.176 -6.308,-3.457 -11.144,-3.414 -2.668,0.301 -4.028,0.637 -4.934,1.176 -1.293,0.797 -2.976,1.703 -3.82,2.668 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4517);stroke:none"
-               id="path4525" /></g></g></g><g
-         id="g4527"
-         style="font-size:25.60000038px"><g
-           id="g4529"
-           style="font-size:25.60000038px"><g
-             id="g4535"
-             style="font-size:25.60000038px"><path
-               d="m 708.234,461.393 c 0.5,-0.031 1.536,-0.828 2.684,-1.602 1.691,-1.289 4.133,-1.808 5.949,-1.933 4.356,-0.496 11.824,3.543 13.129,4.625 1.66,1.203 3.484,2.671 4.219,2.816 0.332,-0.504 -0.629,-0.57 -1.965,-1.699 -1.43,-0.942 -2.129,-1.52 -4.066,-2.613 -2.227,-1.168 -6.313,-3.461 -11.141,-3.438 -2.676,0.297 -4.141,0.656 -4.996,1.176 -1.313,0.804 -2.965,1.691 -3.813,2.668 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4537);stroke:none"
-               id="path4545" /></g></g></g><g
-         id="g4547"
-         style="font-size:25.60000038px"><g
-           id="g4549"
-           style="font-size:25.60000038px"><g
-             id="g4555"
-             style="font-size:25.60000038px"><path
-               d="m 708.215,461.401 c 0.48,0.003 1.59,-0.844 2.738,-1.618 1.68,-1.277 4.067,-1.812 5.899,-1.941 4.406,-0.488 11.945,3.598 13.164,4.645 1.683,1.222 3.468,2.652 4.187,2.804 0.32,-0.496 -0.648,-0.558 -2,-1.715 -1.426,-0.933 -2.082,-1.484 -3.988,-2.562 -2.207,-1.156 -6.313,-3.461 -11.137,-3.457 -2.683,0.293 -4.25,0.676 -5.055,1.172 -1.339,0.816 -2.957,1.687 -3.808,2.672 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4557);stroke:none"
-               id="path4565" /></g></g></g><g
-         id="g4567"
-         style="font-size:25.60000038px"><g
-           id="g4569"
-           style="font-size:25.60000038px"><g
-             id="g4575"
-             style="font-size:25.60000038px"><path
-               d="m 708.199,461.408 c 0.457,0.039 1.641,-0.859 2.785,-1.632 1.676,-1.266 4,-1.813 5.852,-1.946 4.457,-0.484 12.07,3.649 13.195,4.66 1.711,1.243 3.457,2.633 4.164,2.793 0.305,-0.492 -0.679,-0.55 -2.043,-1.73 -1.414,-0.922 -2.027,-1.449 -3.91,-2.512 -2.187,-1.144 -6.308,-3.457 -11.129,-3.472 -2.691,0.285 -4.363,0.691 -5.113,1.168 -1.367,0.824 -2.945,1.679 -3.801,2.671 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4577);stroke:none"
-               id="path4585" /></g></g></g><g
-         id="g4587"
-         style="font-size:25.60000038px"><g
-           id="g4589"
-           style="font-size:25.60000038px"><g
-             id="g4595"
-             style="font-size:25.60000038px"><path
-               d="m 708.18,461.416 c 0.437,0.074 1.691,-0.871 2.84,-1.648 1.664,-1.254 3.933,-1.813 5.8,-1.953 4.512,-0.477 12.192,3.703 13.231,4.683 1.734,1.258 3.441,2.61 4.137,2.778 0.289,-0.485 -0.704,-0.539 -2.083,-1.747 -1.41,-0.91 -1.976,-1.414 -3.832,-2.457 -2.168,-1.136 -6.308,-3.46 -11.125,-3.496 -2.695,0.282 -4.472,0.711 -5.171,1.168 -1.395,0.832 -2.938,1.668 -3.797,2.672 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4597);stroke:none"
-               id="path4605" /></g></g></g><g
-         id="g4607"
-         style="font-size:25.60000038px"><g
-           id="g4609"
-           style="font-size:25.60000038px"><g
-             id="g4615"
-             style="font-size:25.60000038px"><path
-               d="m 708.16,461.424 c 0.418,0.109 1.746,-0.887 2.895,-1.668 1.652,-1.234 3.867,-1.809 5.75,-1.953 4.562,-0.473 12.316,3.754 13.261,4.699 1.762,1.274 3.43,2.59 4.114,2.766 0.273,-0.481 -0.731,-0.531 -2.121,-1.758 -1.403,-0.902 -1.926,-1.379 -3.754,-2.41 -2.149,-1.125 -6.309,-3.461 -11.121,-3.516 -2.704,0.278 -4.582,0.735 -5.231,1.164 -1.422,0.844 -2.93,1.664 -3.793,2.676 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4617);stroke:none"
-               id="path4625" /></g></g></g><g
-         id="g4627"
-         style="font-size:25.60000038px"><g
-           id="g4629"
-           style="font-size:25.60000038px"><g
-             id="g4635"
-             style="font-size:25.60000038px"><path
-               d="m 708.141,461.432 c 0.398,0.144 1.8,-0.903 2.949,-1.684 1.644,-1.222 3.801,-1.808 5.703,-1.961 4.613,-0.465 12.434,3.809 13.293,4.719 1.789,1.293 3.41,2.57 4.086,2.754 0.258,-0.473 -0.758,-0.52 -2.16,-1.773 -1.399,-0.891 -1.875,-1.344 -3.676,-2.36 -2.133,-1.113 -6.309,-3.461 -11.117,-3.531 -2.711,0.269 -4.696,0.75 -5.289,1.16 -1.45,0.852 -2.918,1.652 -3.789,2.676 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4637);stroke:none"
-               id="path4645" /></g></g></g><g
-         id="g4647"
-         style="font-size:25.60000038px"><g
-           id="g4649"
-           style="font-size:25.60000038px"><g
-             id="g4655"
-             style="font-size:25.60000038px"><path
-               d="m 708.121,461.44 c 0.379,0.179 1.852,-0.918 3,-1.7 1.637,-1.211 3.738,-1.808 5.652,-1.964 4.668,-0.461 12.563,3.859 13.329,4.738 1.816,1.308 3.398,2.547 4.062,2.738 0.242,-0.469 -0.785,-0.512 -2.203,-1.789 -1.387,-0.883 -1.824,-1.309 -3.594,-2.305 -2.113,-1.109 -6.308,-3.461 -11.113,-3.554 -2.719,0.265 -4.805,0.769 -5.348,1.16 -1.476,0.859 -2.91,1.644 -3.785,2.676 z"
-               style="font-size:25.60000038px;fill:url(#linearGradient4657);stroke:none"
-               id="path4665" /></g></g></g><path
-         d="m 363.441,474.494 3.094,0 4.75,-16.64 4.735,16.64 3.437,0 4.75,-16.64 4.734,16.64 3.11,0 -5.672,-19.687 -3.859,0 -4.766,17.094 -4.813,-17.094 -3.843,0 -5.657,19.687 z m 45.196,-11.703 0,-1.187 -12.813,0 c 0.121,-1.668 0.703,-2.942 1.735,-3.813 1.039,-0.875 2.484,-1.312 4.328,-1.312 1.07,0 2.109,0.113 3.109,0.343 0.996,0.227 1.992,0.571 2.984,1.032 l 0,-2.297 c -1,-0.367 -2.027,-0.645 -3.078,-0.828 -1.043,-0.196 -2.105,-0.297 -3.187,-0.297 -2.699,0 -4.84,0.68 -6.422,2.047 -1.586,1.371 -2.375,3.226 -2.375,5.562 0,2.414 0.75,4.332 2.25,5.75 1.496,1.426 3.52,2.141 6.062,2.141 2.278,0 4.082,-0.645 5.407,-1.922 1.332,-1.281 2,-3.023 2,-5.219 z m -2.782,0.719 c -0.023,1.32 -0.449,2.379 -1.281,3.172 -0.836,0.789 -1.941,1.187 -3.312,1.187 -1.555,0 -2.801,-0.386 -3.735,-1.156 -0.929,-0.762 -1.465,-1.836 -1.609,-3.219 l 9.937,0.016 z m 17.172,3.797 c -0.312,0.152 -0.66,0.269 -1.031,0.344 -0.367,0.07 -0.773,0.109 -1.219,0.109 -1.574,0 -2.785,-0.449 -3.625,-1.344 -0.843,-0.887 -1.265,-2.164 -1.265,-3.828 l 0,-7.781 -2.797,0 0,14.765 2.797,0 0,-2.296 c 0.59,0.894 1.359,1.562 2.297,2 0.933,0.433 2.078,0.656 3.421,0.656 0.184,0 0.395,-0.012 0.625,-0.031 0.239,-0.024 0.5,-0.059 0.782,-0.11 l 0.015,-2.484 z m 5.938,-9.156 3.062,0 0,-3.344 -3.062,0 0,3.344 z m 2.984,1.937 -2.89,0 0,2.031 c 0,0.895 0.14,1.625 0.421,2.188 0.278,0.57 0.875,1.238 1.782,2 l 1.359,1.172 c 0.57,0.465 0.988,0.906 1.25,1.312 0.258,0.414 0.391,0.836 0.391,1.266 0,0.777 -0.336,1.41 -1,1.89 -0.657,0.489 -1.535,0.735 -2.625,0.735 -0.793,0 -1.645,-0.16 -2.547,-0.469 -0.906,-0.305 -1.852,-0.746 -2.828,-1.328 l 0,2.469 c 0.945,0.496 1.906,0.875 2.875,1.125 0.976,0.246 1.988,0.375 3.031,0.375 1.852,0 3.344,-0.43 4.469,-1.282 1.133,-0.855 1.703,-1.98 1.703,-3.375 0,-0.668 -0.184,-1.304 -0.547,-1.906 -0.367,-0.605 -1.004,-1.289 -1.906,-2.047 l -1.344,-1.125 c -0.469,-0.418 -0.805,-0.746 -1,-0.984 -0.199,-0.231 -0.34,-0.457 -0.422,-0.672 -0.062,-0.18 -0.113,-0.402 -0.141,-0.672 -0.023,-0.262 -0.031,-0.621 -0.031,-1.078 l 0,-1.625 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4667" /><path
-         d="m 371.418,447.412 2.187,0 3.375,-13.547 3.36,13.547 2.437,0 3.375,-13.547 3.36,13.547 2.203,0 -4.031,-16.031 -2.719,0 -3.391,13.922 -3.406,-13.922 -2.734,0 -4.016,16.031 z m 32.449,-9.515 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.743,-0.152 -1.497,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.563,1.671 -1.117,1.122 -1.671,2.633 -1.671,4.532 0,1.976 0.531,3.547 1.593,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.921,2.578 -0.586,0.644 -1.364,0.969 -2.329,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.14,-2.625 l 7.046,0.016 z m 12.438,3.094 c -0.219,0.121 -0.465,0.218 -0.734,0.281 -0.262,0.058 -0.551,0.094 -0.86,0.094 -1.117,0 -1.976,-0.368 -2.578,-1.094 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.415,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.165,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.031 z m 9.473,5.843 2.171,0 0,-16.031 -2.171,0 0,16.031 z m 16.527,-8.765 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.429,-0.433 3.14,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 6.172,8.187 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.613 0.39,-1.891 0.27,-0.281 0.817,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.86,1.613 -0.86,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 17.121,-8.937 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.757,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.265,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.122 -1.672,2.633 -1.672,4.532 0,1.976 0.532,3.547 1.594,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.933,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 12.438,3.094 c -0.219,0.121 -0.465,0.218 -0.735,0.281 -0.261,0.058 -0.551,0.094 -0.859,0.094 -1.117,0 -1.977,-0.368 -2.578,-1.094 -0.594,-0.731 -0.891,-1.774 -0.891,-3.125 l 0,-6.344 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.473,0.531 2.422,0.531 0.133,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.348,-0.051 0.547,-0.078 l 0.016,-2.031 z m 12.062,-3.672 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.219,-3.125 0.738,-0.711 1.765,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.743,-0.152 -1.497,-0.234 -2.266,-0.234 -1.918,0 -3.442,0.554 -4.563,1.671 -1.117,1.122 -1.671,2.633 -1.671,4.532 0,1.976 0.531,3.547 1.593,4.703 1.059,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.844,-1.562 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.969,0.578 c -0.023,1.082 -0.332,1.941 -0.921,2.578 -0.586,0.644 -1.364,0.969 -2.329,0.969 -1.105,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.14,-2.625 l 7.046,0.016 z m 13.141,4.578 0,-1.859 c -0.562,0.277 -1.148,0.492 -1.75,0.64 -0.605,0.145 -1.227,0.219 -1.859,0.219 -0.993,0 -1.731,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.175,-0.82 0.531,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.891,-1.308 0.891,-2.296 0,-1.118 -0.446,-2.004 -1.328,-2.657 -0.887,-0.648 -2.102,-0.968 -3.641,-0.968 -0.649,0 -1.32,0.066 -2.016,0.187 -0.699,0.125 -1.441,0.313 -2.218,0.563 l 0,2.046 c 0.726,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.187 1.422,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.469 0.497,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.183,0.937 -0.546,1.219 -0.368,0.289 -1.161,0.57 -2.375,0.843 l -0.688,0.157 c -1.23,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.528 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.407,0.937 0.738,0 1.425,-0.058 2.062,-0.172 0.645,-0.105 1.242,-0.269 1.797,-0.484 z m 11.684,0 0,-1.859 c -0.563,0.277 -1.149,0.492 -1.75,0.64 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.218,-0.453 -0.493,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.11,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.985,-1.282 0.589,-0.543 0.89,-1.308 0.89,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.887,-0.648 -2.101,-0.968 -3.64,-0.968 -0.649,0 -1.321,0.066 -2.016,0.187 -0.699,0.125 -1.442,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.187 1.422,-0.281 2.11,-0.281 0.933,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.118,0.656 -2.657,1.187 -0.543,0.528 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.406,0.937 0.739,0 1.426,-0.058 2.063,-0.172 0.644,-0.105 1.242,-0.269 1.797,-0.484 z m 14.289,-5.156 0,-0.969 -9.078,0 c 0.082,-1.367 0.488,-2.41 1.218,-3.125 0.739,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.493,0.094 2.204,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.442,-0.535 -2.188,-0.687 -0.742,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.117,1.122 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.594,4.703 1.058,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.843,-1.562 0.934,-1.043 1.407,-2.461 1.407,-4.25 z m -1.969,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.106,0 -1.992,-0.317 -2.656,-0.938 -0.668,-0.617 -1.051,-1.492 -1.141,-2.625 l 7.047,0.016 z m 22.602,0.172 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.985 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.618,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,16.719 1.985,0 0,-6.563 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 9.687,-1.219 c -1.605,0 -2.715,-0.184 -3.328,-0.547 -0.617,-0.367 -0.922,-0.992 -0.922,-1.875 0,-0.699 0.227,-1.258 0.687,-1.672 0.465,-0.406 1.098,-0.609 1.891,-0.609 1.09,0 1.969,0.383 2.625,1.156 0.664,0.777 1,1.816 1,3.109 l 0,0.438 -1.953,0 z m 3.937,0.812 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.73 -1.012,-1.273 -1.687,-1.625 -0.668,-0.34 -1.493,-0.515 -2.469,-0.515 -1.231,0 -2.211,0.343 -2.938,1.031 -0.718,0.695 -1.078,1.625 -1.078,2.781 0,1.352 0.453,2.375 1.36,3.063 0.902,0.683 2.254,1.031 4.046,1.031 l 2.766,0 0,0.187 c 0,0.914 -0.301,1.617 -0.89,2.11 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.688,0 -1.363,-0.086 -2.016,-0.25 -0.648,-0.157 -1.273,-0.403 -1.875,-0.735 l 0,1.828 c 0.715,0.278 1.414,0.489 2.094,0.625 0.684,0.145 1.352,0.219 2,0.219 1.738,0 3.035,-0.457 3.891,-1.359 0.863,-0.906 1.296,-2.278 1.296,-4.11 z m 6.286,8.594 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.613 0.39,-1.891 0.27,-0.281 0.817,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.524,0 -2.574,0.281 -3.156,0.844 -0.575,0.57 -0.86,1.613 -0.86,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 7.121,-12.719 2.265,0 0,-2.734 -2.265,0 0,2.734 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4669" /><path
-         d="m 376.98,403.381 -6.125,16.031 2.266,0 5.078,-13.5 5.094,13.5 2.266,0 -6.125,-16.031 -2.454,0 z m 14,10.641 c -1.062,0 -1.902,-0.414 -2.515,-1.235 -0.617,-0.824 -0.922,-1.961 -0.922,-3.406 0,-1.437 0.305,-2.574 0.922,-3.406 0.613,-0.824 1.453,-1.235 2.515,-1.235 1.051,0 1.883,0.414 2.5,1.25 0.614,0.832 0.922,1.961 0.922,3.391 0,1.426 -0.308,2.555 -0.922,3.391 -0.617,0.832 -1.449,1.25 -2.5,1.25 z m 0,1.687 c 1.715,0 3.067,-0.566 4.047,-1.687 0.977,-1.118 1.469,-2.664 1.469,-4.641 0,-1.969 -0.492,-3.519 -1.469,-4.641 -0.98,-1.117 -2.332,-1.671 -4.047,-1.671 -1.73,0 -3.085,0.554 -4.062,1.671 -0.969,1.122 -1.453,2.672 -1.453,4.641 0,1.977 0.484,3.523 1.453,4.641 0.977,1.121 2.332,1.687 4.062,1.687 z m 16.008,-2.14 c -0.218,0.121 -0.465,0.218 -0.734,0.281 -0.262,0.058 -0.551,0.094 -0.859,0.094 -1.118,0 -1.977,-0.368 -2.579,-1.094 -0.593,-0.731 -0.89,-1.774 -0.89,-3.125 l 0,-6.344 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.414,0.739 0.957,1.285 1.625,1.641 0.664,0.351 1.472,0.531 2.422,0.531 0.132,0 0.285,-0.012 0.453,-0.031 0.164,-0.024 0.347,-0.051 0.547,-0.078 l 0.015,-2.031 z m 1.106,1.843 1.984,0 2.469,-9.39 2.453,9.39 2.328,0 2.484,-9.39 2.454,9.39 1.968,0 -3.14,-12.031 -2.328,0 -2.594,9.859 -2.594,-9.859 -2.328,0 -3.156,12.031 z m 19.488,0 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 13.883,-5.047 0,-1.859 c -0.563,0.277 -1.149,0.492 -1.75,0.64 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.218,-0.453 -0.492,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.985,-1.282 0.59,-0.543 0.89,-1.308 0.89,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.886,-0.648 -2.101,-0.968 -3.64,-0.968 -0.649,0 -1.321,0.066 -2.016,0.187 -0.699,0.125 -1.441,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.446,-0.675 2.157,-0.859 0.714,-0.187 1.421,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.183,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.528 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.406,0.937 0.739,0 1.426,-0.058 2.063,-0.172 0.644,-0.105 1.242,-0.269 1.797,-0.484 z m 11.68,0 0,-1.859 c -0.563,0.277 -1.149,0.492 -1.75,0.64 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.219,-0.453 -0.492,-0.305 -0.734,-0.758 -0.734,-1.36 0,-0.461 0.176,-0.82 0.531,-1.078 0.352,-0.261 1.055,-0.511 2.11,-0.75 l 0.687,-0.14 c 1.395,-0.305 2.391,-0.731 2.985,-1.282 0.589,-0.543 0.89,-1.308 0.89,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.887,-0.648 -2.102,-0.968 -3.641,-0.968 -0.648,0 -1.32,0.066 -2.015,0.187 -0.699,0.125 -1.442,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.445,-0.675 2.156,-0.859 0.715,-0.187 1.422,-0.281 2.11,-0.281 0.933,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.184,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.118,0.656 -2.657,1.187 -0.543,0.528 -0.812,1.266 -0.812,2.203 0,1.121 0.398,1.992 1.203,2.61 0.801,0.621 1.937,0.937 3.406,0.937 0.738,0 1.426,-0.058 2.063,-0.172 0.644,-0.105 1.242,-0.269 1.797,-0.484 z m 14.293,-5.156 0,-0.969 -9.079,0 c 0.082,-1.367 0.489,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.063 3.078,-1.063 0.758,0 1.492,0.094 2.203,0.282 0.707,0.183 1.414,0.468 2.125,0.843 l 0,-1.875 c -0.711,-0.304 -1.441,-0.535 -2.187,-0.687 -0.742,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.554 -4.562,1.671 -1.117,1.122 -1.672,2.633 -1.672,4.532 0,1.976 0.531,3.547 1.594,4.703 1.058,1.152 2.492,1.734 4.297,1.734 1.621,0 2.906,-0.523 3.843,-1.562 0.934,-1.043 1.407,-2.461 1.407,-4.25 z m -1.969,0.578 c -0.024,1.082 -0.332,1.941 -0.922,2.578 -0.586,0.644 -1.363,0.969 -2.328,0.969 -1.106,0 -1.992,-0.317 -2.657,-0.938 -0.667,-0.617 -1.05,-1.492 -1.14,-2.625 l 7.047,0.016 z m 15.469,0.172 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.985 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.618,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 11.347,4.765 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 13.887,-5.047 0,-1.859 c -0.563,0.277 -1.149,0.492 -1.75,0.64 -0.606,0.145 -1.227,0.219 -1.86,0.219 -0.992,0 -1.73,-0.152 -2.218,-0.453 -0.492,-0.305 -0.735,-0.758 -0.735,-1.36 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.261 1.054,-0.511 2.109,-0.75 l 0.688,-0.14 c 1.394,-0.305 2.39,-0.731 2.984,-1.282 0.59,-0.543 0.89,-1.308 0.89,-2.296 0,-1.118 -0.445,-2.004 -1.328,-2.657 -0.886,-0.648 -2.101,-0.968 -3.64,-0.968 -0.649,0 -1.321,0.066 -2.016,0.187 -0.699,0.125 -1.441,0.313 -2.219,0.563 l 0,2.046 c 0.727,-0.386 1.446,-0.675 2.157,-0.859 0.714,-0.187 1.422,-0.281 2.109,-0.281 0.934,0 1.656,0.156 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.527 -0.183,0.937 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.843 l -0.687,0.157 c -1.231,0.257 -2.117,0.656 -2.656,1.187 -0.543,0.528 -0.813,1.266 -0.813,2.203 0,1.121 0.399,1.992 1.203,2.61 0.801,0.621 1.938,0.937 3.406,0.937 0.739,0 1.426,-0.058 2.063,-0.172 0.645,-0.105 1.242,-0.269 1.797,-0.484 z m 5.961,3.781 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.613 0.39,-1.891 0.27,-0.281 0.817,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.86,1.613 -0.86,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 23.972,-8.187 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.226,1.985 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.618,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.062,-2.113 1.062,-3.765 z m 4.219,4.765 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.688 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 14.867,-5.156 0,-1.844 c -0.562,0.308 -1.129,0.539 -1.687,0.687 -0.563,0.153 -1.133,0.235 -1.703,0.235 -1.281,0 -2.278,-0.41 -2.985,-1.219 -0.711,-0.813 -1.062,-1.957 -1.062,-3.422 0,-1.469 0.351,-2.613 1.062,-3.422 0.707,-0.812 1.704,-1.219 2.985,-1.219 0.57,0 1.14,0.079 1.703,0.235 0.558,0.152 1.125,0.383 1.687,0.687 l 0,-1.812 c -0.554,-0.262 -1.129,-0.457 -1.718,-0.578 -0.594,-0.133 -1.223,-0.203 -1.875,-0.203 -1.813,0 -3.258,0.566 -4.328,1.703 -1.063,1.144 -1.594,2.679 -1.594,4.609 0,1.965 0.535,3.516 1.609,4.641 1.082,1.121 2.563,1.687 4.438,1.687 0.601,0 1.195,-0.066 1.781,-0.187 0.582,-0.125 1.144,-0.321 1.687,-0.578 z m 13.684,-4.297 0,-7.266 -1.984,0 0,7.203 c 0,1.133 -0.227,1.985 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.985,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.617,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.984,0 0,16.719 1.984,0 0,-6.563 c 0.465,0.727 1.024,1.27 1.672,1.625 0.645,0.364 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.433 3.14,-1.297 0.708,-0.855 1.063,-2.113 1.063,-3.765 z m 6.172,8.187 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.613 0.391,-1.891 0.269,-0.281 0.816,-0.422 1.64,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.86,1.613 -0.86,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 23.973,-8.187 0,-7.266 -1.985,0 0,7.203 c 0,1.133 -0.226,1.985 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.347 -2.531,-1.031 -0.618,-0.68 -0.922,-1.605 -0.922,-2.781 l 0,-6.797 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.465,0.727 1.023,1.27 1.672,1.625 0.644,0.364 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.433 3.141,-1.297 0.707,-0.855 1.063,-2.113 1.063,-3.765 z m 8.875,3.375 c -1.063,0 -1.903,-0.414 -2.516,-1.235 -0.617,-0.824 -0.922,-1.961 -0.922,-3.406 0,-1.437 0.305,-2.574 0.922,-3.406 0.613,-0.824 1.453,-1.235 2.516,-1.235 1.05,0 1.882,0.414 2.5,1.25 0.613,0.832 0.921,1.961 0.921,3.391 0,1.426 -0.308,2.555 -0.921,3.391 -0.618,0.832 -1.45,1.25 -2.5,1.25 z m 0,1.687 c 1.714,0 3.066,-0.566 4.046,-1.687 0.977,-1.118 1.469,-2.664 1.469,-4.641 0,-1.969 -0.492,-3.519 -1.469,-4.641 -0.98,-1.117 -2.332,-1.671 -4.046,-1.671 -1.731,0 -3.086,0.554 -4.063,1.671 -0.969,1.122 -1.453,2.672 -1.453,4.641 0,1.977 0.484,3.523 1.453,4.641 0.977,1.121 2.332,1.687 4.063,1.687 z m 0.781,4.344 2.172,0 0,-2.172 -2.172,0 0,2.172 z m -4.203,0 2.172,0 0,-2.172 -2.172,0 0,2.172 z m 14.41,-1.219 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.531 c 0,-0.981 0.129,-1.613 0.39,-1.891 0.27,-0.281 0.817,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.523,0 -2.574,0.281 -3.156,0.844 -0.574,0.57 -0.86,1.613 -0.86,3.125 l 0,6.531 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 6.84,-3.422 1.968,0 0,-12.031 -1.968,0 0,12.031 z m 0,4.688 1.968,0 0,-2.5 -1.968,0 0,2.5 z m 14.121,-10.563 c 0,1.426 -0.301,2.535 -0.891,3.328 -0.586,0.789 -1.41,1.188 -2.469,1.188 -1.062,0 -1.894,-0.399 -2.484,-1.188 -0.594,-0.793 -0.891,-1.902 -0.891,-3.328 0,-1.429 0.297,-2.539 0.891,-3.328 0.59,-0.781 1.422,-1.172 2.484,-1.172 1.059,0 1.883,0.391 2.469,1.172 0.59,0.789 0.891,1.899 0.891,3.328 z m 1.984,-4.656 c 0,-2.051 -0.461,-3.578 -1.375,-4.578 -0.906,-0.996 -2.301,-1.5 -4.172,-1.5 -0.699,0 -1.355,0.055 -1.969,0.156 -0.617,0.106 -1.21,0.27 -1.781,0.485 l 0,1.921 c 0.571,-0.32 1.141,-0.554 1.703,-0.703 0.571,-0.144 1.149,-0.218 1.735,-0.218 1.301,0 2.269,0.339 2.906,1.015 0.645,0.68 0.969,1.699 0.969,3.063 l 0,0.968 c -0.406,-0.711 -0.93,-1.242 -1.563,-1.593 -0.636,-0.344 -1.398,-0.516 -2.281,-0.516 -1.48,0 -2.676,0.563 -3.578,1.688 -0.899,1.121 -1.344,2.613 -1.344,4.468 0,1.864 0.445,3.36 1.344,4.485 0.902,1.121 2.098,1.687 3.578,1.687 0.883,0 1.645,-0.18 2.281,-0.531 0.633,-0.356 1.157,-0.887 1.563,-1.594 l 0,1.828 1.984,0 0,-10.531 z m 4.61,1.234 2.265,0 0,-2.734 -2.265,0 0,2.734 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4671" /><path
-         d="m 167.60227,147.975 c 0.863,0.129 1.058,0.168 1.085,0.211 0.02,0.027 0.129,0.051 0.247,0.051 0.113,0 0.316,0.039 0.445,0.085 0.125,0.047 0.605,0.118 1.066,0.157 0.461,0.035 0.852,0.078 0.867,0.09 0.02,0.007 0.395,0.089 0.836,0.171 1.61,0.313 2.797,0.754 3.25,1.204 0.114,0.113 0.239,0.207 0.282,0.207 0.113,0 0.3,0.285 0.425,0.648 0.161,0.477 0.106,1.332 -0.121,1.891 -0.089,0.23 -0.195,0.492 -0.23,0.582 -0.035,0.09 -0.16,0.23 -0.274,0.316 -0.117,0.086 -0.211,0.191 -0.211,0.234 0,0.172 -1.519,1.403 -2.609,2.114 -0.262,0.172 -0.492,0.336 -0.512,0.367 -0.019,0.031 0.043,0.07 0.137,0.086 0.625,0.117 2.703,0.379 3.883,0.488 0.477,0.047 1.242,0.125 1.699,0.18 0.703,0.078 1.285,0.09 3.649,0.058 4.003,-0.054 8.609,0.079 10.515,0.297 0.395,0.047 0.93,0.102 1.192,0.125 0.597,0.051 0.679,0.129 0.406,0.383 -0.113,0.106 -0.274,0.219 -0.36,0.25 -0.25,0.098 -1.07,0.219 -2.164,0.32 -0.562,0.055 -1.507,0.161 -2.105,0.243 -1.051,0.14 -2.988,0.355 -4.824,0.531 -0.492,0.047 -1.731,0.223 -2.75,0.387 -1.024,0.164 -2.274,0.355 -2.785,0.421 -0.508,0.067 -0.996,0.137 -1.082,0.157 l -0.153,0.035 0.145,0.105 c 0.183,0.133 0.156,0.368 -0.055,0.465 -0.223,0.102 -1.687,0.297 -3.258,0.438 -0.742,0.062 -1.586,0.156 -1.875,0.203 -0.98,0.164 -2.183,0.285 -2.426,0.25 -0.277,-0.043 -1.554,0.019 -1.66,0.086 -0.132,0.078 0.055,0.289 0.422,0.468 0.563,0.274 2.145,0.872 2.926,1.106 1.187,0.355 1.719,0.797 1.648,1.371 -0.066,0.543 -0.191,0.84 -0.597,1.434 -0.426,0.625 -0.969,1.179 -1.153,1.179 -0.058,0 -0.453,0.223 -0.882,0.5 -0.43,0.274 -0.914,0.571 -1.079,0.66 -0.16,0.094 -0.293,0.188 -0.293,0.215 0,0.028 -0.117,0.114 -0.261,0.196 -0.723,0.402 -1.164,0.601 -2.199,0.972 -0.622,0.219 -1.125,0.422 -1.125,0.446 0,0.086 2.113,0.211 3.523,0.203 1.809,-0.004 4.422,-0.18 6.188,-0.41 0.355,-0.047 0.914,-0.114 1.238,-0.153 0.515,-0.062 2.422,-0.418 2.75,-0.515 0.238,-0.071 0.293,-0.149 0.179,-0.266 -0.214,-0.23 0.036,-0.348 0.633,-0.301 0.129,0.008 0.672,-0.25 0.739,-0.355 0.019,-0.032 0.128,-0.055 0.242,-0.055 0.117,0 0.23,-0.031 0.25,-0.066 0.023,-0.036 0.117,-0.055 0.207,-0.047 0.09,0.008 0.594,-0.121 1.121,-0.293 0.527,-0.168 1.07,-0.332 1.207,-0.367 0.137,-0.036 0.344,-0.125 0.461,-0.2 0.433,-0.277 0.609,-0.371 1.351,-0.738 0.715,-0.351 1.286,-0.562 1.528,-0.562 0.058,0 0.152,-0.059 0.211,-0.129 0.09,-0.106 0.129,-0.114 0.238,-0.059 0.07,0.039 0.379,0.067 0.684,0.067 0.308,0 1.054,0.039 1.66,0.089 2.105,0.164 2.968,0.207 4.66,0.246 2.355,0.051 6.894,0.067 7.008,0.028 0.054,-0.02 0.179,-0.141 0.277,-0.274 0.242,-0.32 0.457,-0.429 0.668,-0.336 0.102,0.043 0.152,0.11 0.137,0.172 -0.012,0.067 0.047,0.149 0.156,0.215 0.098,0.059 0.195,0.16 0.211,0.223 0.019,0.062 0.055,0.117 0.086,0.117 0.098,0 1.113,-1.57 1.25,-1.934 0.117,-0.304 1.84,-2.64 2.848,-3.867 0.835,-1.012 1.355,-1.574 2.203,-2.39 0.39,-0.379 0.859,-0.844 1.043,-1.032 0.179,-0.191 0.418,-0.386 0.523,-0.441 0.277,-0.133 0.539,-0.383 0.539,-0.512 0,-0.066 0.043,-0.109 0.109,-0.109 0.063,0 0.211,-0.098 0.329,-0.215 0.117,-0.117 0.504,-0.465 0.863,-0.773 0.359,-0.309 0.691,-0.625 0.73,-0.7 0.043,-0.074 0.243,-0.242 0.446,-0.371 0.203,-0.129 0.379,-0.277 0.398,-0.328 0.027,-0.09 1.125,-1.062 1.418,-1.258 0.07,-0.047 0.566,-0.425 1.098,-0.836 1.668,-1.289 2.312,-1.711 3.258,-2.121 0.578,-0.25 0.667,-0.273 0.957,-0.238 0.48,0.055 0.71,0.137 0.957,0.344 0.371,0.316 0.765,1.277 0.91,2.222 0.019,0.141 -0.004,0.383 -0.059,0.586 -0.051,0.192 -0.094,0.41 -0.094,0.493 0,0.078 -0.086,0.398 -0.187,0.707 -0.102,0.304 -0.184,0.585 -0.184,0.621 0,0.035 0.149,0.097 0.336,0.132 0.422,0.086 0.758,0.321 1.02,0.715 0.113,0.168 0.258,0.336 0.324,0.367 0.18,0.094 0.246,0.333 0.246,0.903 0,0.347 -0.043,0.672 -0.133,0.988 -0.179,0.617 -0.636,1.516 -0.898,1.766 -0.278,0.258 -2.11,3.351 -2.848,4.801 -0.89,1.753 -1.222,2.867 -1.023,3.449 0.062,0.179 0.125,0.23 0.457,0.363 0.211,0.086 0.453,0.172 0.539,0.195 0.086,0.024 0.379,0.129 0.648,0.235 0.504,0.199 1.176,0.285 3.301,0.425 0.316,0.024 0.602,0.071 0.633,0.106 0.394,0.477 0.383,0.453 0.344,0.742 -0.071,0.488 -0.676,1.18 -1.692,1.938 l -0.637,0.476 0.008,0.293 c 0.012,0.336 -0.043,0.422 -0.418,0.633 -0.148,0.086 -0.304,0.223 -0.347,0.309 -0.051,0.105 -0.157,0.179 -0.325,0.226 -0.179,0.047 -0.265,0.11 -0.304,0.223 -0.031,0.086 -0.039,0.176 -0.016,0.199 0.024,0.023 0.438,-0.004 0.922,-0.059 0.484,-0.058 1.008,-0.117 1.16,-0.128 0.32,-0.036 2.274,-0.133 3.559,-0.184 0.613,-0.024 0.984,-0.07 1.273,-0.156 0.414,-0.121 0.653,-0.125 0.629,-0.008 -0.004,0.035 0.051,0.121 0.129,0.191 l 0.145,0.129 1.125,-0.355 c 0.832,-0.262 1.183,-0.348 1.336,-0.325 0.121,0.02 0.339,-0.007 0.507,-0.058 1.274,-0.406 1.434,-0.442 1.797,-0.391 0.235,0.032 0.403,0.028 0.488,-0.015 0.18,-0.09 0.27,-0.032 0.633,0.425 0.301,0.375 1.309,1.918 1.309,2 0,0.024 0.156,0.289 0.348,0.59 1.375,2.145 3.296,5.883 4.414,8.59 0.128,0.313 0.277,0.649 0.332,0.746 0.054,0.102 0.101,0.242 0.101,0.313 0,0.121 0.606,1.535 0.832,1.949 0.055,0.094 0.094,0.215 0.094,0.269 0.004,0.055 0.074,0.25 0.164,0.43 0.086,0.18 0.313,0.746 0.496,1.254 0.188,0.512 0.379,1.035 0.434,1.168 0.051,0.133 0.117,0.359 0.148,0.504 0.031,0.144 0.117,0.359 0.188,0.476 0.082,0.133 0.136,0.352 0.156,0.602 0.012,0.215 0.059,0.523 0.101,0.68 0.067,0.273 0.063,0.301 -0.062,0.398 -0.18,0.141 -0.25,0.543 -0.113,0.653 0.168,0.136 0.109,0.265 -0.27,0.566 -0.422,0.336 -1.652,1.199 -2.418,1.699 -3.679,2.406 -4.492,2.895 -4.574,2.762 -0.027,-0.043 -0.156,-0.004 -0.379,0.109 -0.184,0.094 -0.641,0.328 -1.016,0.52 -0.371,0.187 -0.71,0.375 -0.75,0.41 -0.054,0.051 -0.058,0.199 -0.019,0.547 0.027,0.262 0.055,0.887 0.055,1.39 0.004,1.012 0.054,1.207 0.378,1.52 0.176,0.172 0.192,0.211 0.153,0.453 -0.024,0.149 -0.07,0.328 -0.106,0.406 -0.058,0.125 -0.773,0.602 -2.07,1.391 -0.281,0.172 -0.523,0.309 -0.547,0.309 -0.019,0 -0.191,0.097 -0.379,0.21 -0.187,0.118 -0.476,0.239 -0.64,0.27 -0.328,0.059 -0.688,0.223 -3.809,1.75 -1.191,0.582 -2.199,1.059 -2.234,1.059 -0.035,0 -0.102,0.039 -0.145,0.089 -0.039,0.051 -0.14,0.09 -0.219,0.09 -0.078,0 -0.183,0.043 -0.238,0.094 -0.094,0.09 -0.64,0.363 -1.242,0.625 -0.395,0.172 -0.977,0.41 -4.02,1.637 -1.363,0.547 -2.738,1.109 -3.062,1.242 -0.324,0.137 -0.813,0.336 -1.082,0.441 -1.082,0.422 -1.996,0.813 -2.559,1.09 -0.218,0.106 -0.425,0.192 -0.457,0.192 -0.031,0 -0.148,0.039 -0.254,0.082 -0.925,0.39 -2.351,0.886 -5.918,2.058 -1.75,0.574 -3.472,1.137 -3.824,1.254 l -0.637,0.211 -0.195,-0.187 c -0.109,-0.106 -0.269,-0.258 -0.359,-0.344 -0.192,-0.184 -0.707,-1.055 -0.77,-1.301 -0.031,-0.113 -0.019,-0.187 0.031,-0.219 0.059,-0.031 -0.046,-0.254 -0.382,-0.812 -0.797,-1.34 -2.309,-4.199 -3.2,-6.063 -0.214,-0.445 -0.472,-0.98 -0.574,-1.195 -0.398,-0.824 -1.054,-2.258 -1.176,-2.57 -0.066,-0.184 -0.148,-0.356 -0.171,-0.391 -0.028,-0.031 -0.125,-0.246 -0.215,-0.477 -0.09,-0.23 -0.203,-0.488 -0.246,-0.57 -0.043,-0.082 -0.157,-0.336 -0.246,-0.566 -0.09,-0.231 -0.219,-0.528 -0.286,-0.664 -0.066,-0.137 -0.121,-0.282 -0.121,-0.325 0,-0.042 -0.047,-0.128 -0.101,-0.187 -0.176,-0.188 -1.129,-2.621 -1.672,-4.266 -0.086,-0.261 -0.207,-0.613 -0.274,-0.777 -0.16,-0.422 -0.472,-1.422 -0.523,-1.672 -0.023,-0.117 -0.066,-0.226 -0.094,-0.246 -0.031,-0.016 -0.054,-0.086 -0.054,-0.156 0,-0.121 -0.075,-0.356 -0.344,-1.125 -0.239,-0.664 -0.469,-1.535 -0.871,-3.227 -0.051,-0.215 -0.118,-0.484 -0.149,-0.597 -0.375,-1.317 -0.804,-3.645 -0.804,-4.344 0,-0.211 0.039,-0.289 0.238,-0.492 0.133,-0.129 0.273,-0.325 0.32,-0.426 0.067,-0.164 0.238,-0.262 1.352,-0.797 0.703,-0.336 1.57,-0.742 1.925,-0.902 2,-0.903 3.563,-1.614 4.731,-2.161 1.414,-0.66 2.652,-1.214 3.559,-1.585 0.39,-0.165 0.765,-0.329 0.836,-0.368 0.839,-0.48 2.226,-1.086 4.144,-1.812 0.578,-0.219 1.191,-0.461 1.359,-0.543 0.172,-0.078 0.34,-0.145 0.371,-0.145 0.036,-0.004 0.172,-0.054 0.309,-0.121 0.137,-0.062 0.277,-0.113 0.309,-0.117 0.035,0 0.73,-0.246 1.547,-0.543 0.816,-0.301 1.832,-0.66 2.257,-0.805 1.149,-0.39 1.918,-0.66 2.188,-0.769 0.133,-0.051 0.289,-0.094 0.351,-0.094 0.059,0 0.368,-0.133 0.688,-0.293 0.316,-0.16 0.746,-0.351 0.949,-0.426 0.203,-0.074 0.594,-0.222 0.867,-0.332 0.629,-0.246 1.02,-0.363 1.485,-0.445 0.203,-0.035 0.468,-0.094 0.593,-0.129 0.18,-0.051 0.258,-0.047 0.422,0.035 0.235,0.117 0.535,0.078 0.703,-0.093 0.059,-0.063 0.18,-0.114 0.262,-0.114 0.113,0 0.153,-0.031 0.153,-0.117 0,-0.164 0.214,-0.359 0.39,-0.359 0.149,0 0.836,-0.453 0.981,-0.645 0.046,-0.062 0.347,-0.332 0.672,-0.597 0.32,-0.27 0.636,-0.532 0.695,-0.579 0.195,-0.168 0.121,-0.214 -0.348,-0.214 -0.25,0 -0.715,-0.036 -1.035,-0.082 -0.32,-0.047 -0.871,-0.106 -1.223,-0.129 -0.504,-0.036 -0.66,-0.067 -0.746,-0.153 -0.058,-0.062 -0.269,-0.168 -0.469,-0.234 -0.402,-0.133 -0.832,-0.359 -0.957,-0.508 -0.046,-0.051 -0.171,-0.133 -0.281,-0.176 -0.453,-0.179 -0.621,-1.011 -0.383,-1.886 0.196,-0.719 0.582,-1.821 0.809,-2.286 0.125,-0.257 0.227,-0.488 0.227,-0.515 0,-0.028 0.148,-0.356 0.332,-0.731 0.179,-0.375 0.433,-0.898 0.554,-1.16 0.125,-0.265 0.254,-0.519 0.285,-0.57 0.036,-0.047 0.137,-0.211 0.227,-0.36 0.094,-0.144 0.34,-0.496 0.547,-0.777 0.668,-0.894 0.723,-0.996 1.285,-2.39 0.207,-0.508 0.387,-1.047 0.398,-1.196 0.047,-0.551 -0.601,-1.258 -0.906,-0.988 -0.137,0.117 -0.808,0.125 -1.043,0.008 -0.09,-0.047 -0.218,-0.18 -0.281,-0.297 l -0.117,-0.211 0.168,-0.285 c 0.195,-0.336 0.297,-0.586 0.504,-1.242 0.324,-1.036 0.152,-2.45 -0.34,-2.77 -0.117,-0.074 -0.281,-0.133 -0.371,-0.133 -0.227,0 -0.731,0.242 -1.047,0.5 -0.149,0.117 -0.328,0.215 -0.395,0.215 -0.148,0 -0.148,0 -1.961,1.316 -0.796,0.575 -1.535,1.106 -1.64,1.18 -0.106,0.074 -0.25,0.18 -0.321,0.238 -0.07,0.059 -0.343,0.27 -0.605,0.465 -1.777,1.344 -3.73,3 -4.602,3.91 -0.312,0.329 -0.57,0.637 -0.57,0.684 0,0.047 -0.043,0.121 -0.094,0.16 -0.05,0.043 -0.093,0.102 -0.093,0.137 0,0.035 -0.09,0.172 -0.203,0.305 -0.118,0.136 -0.278,0.355 -0.364,0.484 -0.086,0.133 -0.426,0.551 -0.758,0.93 -0.332,0.375 -0.726,0.859 -0.878,1.074 -0.149,0.215 -0.528,0.738 -0.833,1.168 -0.308,0.426 -0.796,1.164 -1.089,1.644 -0.293,0.477 -0.61,0.954 -0.707,1.063 -0.223,0.246 -0.243,0.461 -0.039,0.406 0.078,-0.019 0.796,-0.066 1.593,-0.098 2.575,-0.109 2.754,-0.128 2.844,-0.292 0.047,-0.086 0.168,-0.118 0.543,-0.153 0.262,-0.023 0.801,-0.105 1.191,-0.18 0.391,-0.074 1.039,-0.183 1.442,-0.242 l 0.73,-0.105 0.18,0.129 c 0.211,0.152 0.328,0.16 0.434,0.039 0.187,-0.219 1.425,0.203 1.902,0.644 0.297,0.274 0.465,0.649 0.437,0.973 -0.019,0.219 -0.004,0.266 0.082,0.266 0.383,0 0.407,0.25 0.036,0.355 -0.145,0.043 -0.332,0.125 -0.418,0.184 -0.313,0.215 -3.813,1.367 -5.34,1.757 -0.313,0.083 -0.922,0.243 -1.36,0.364 -0.437,0.117 -0.82,0.195 -0.851,0.176 -0.031,-0.016 -0.059,-0.071 -0.059,-0.118 0,-0.121 -0.054,-0.109 -0.176,0.036 -0.058,0.07 -0.445,0.238 -0.964,0.41 -1,0.332 -2.469,0.836 -3.496,1.199 -0.391,0.137 -0.895,0.312 -1.114,0.387 -0.222,0.074 -1.258,0.464 -2.304,0.871 -1.321,0.508 -1.911,0.765 -1.934,0.84 -0.043,0.128 -0.207,0.175 -0.648,0.175 -0.344,0.004 -1.375,0.098 -4.239,0.391 -0.851,0.086 -1.886,0.168 -2.304,0.18 -0.418,0.011 -0.789,0.039 -0.825,0.062 -0.035,0.02 -0.16,0.02 -0.277,0 -0.145,-0.027 -0.211,-0.015 -0.211,0.031 0,0.051 -0.109,0.059 -0.402,0.032 -0.289,-0.032 -0.403,-0.02 -0.403,0.031 0,0.051 -0.148,0.058 -0.554,0.031 -0.34,-0.023 -0.567,-0.015 -0.59,0.02 -0.051,0.082 -0.485,0.074 -0.57,-0.008 -0.051,-0.047 -0.497,-0.047 -1.68,0.008 -0.891,0.039 -1.66,0.058 -1.711,0.035 -0.055,-0.02 -0.18,0.008 -0.281,0.058 -0.102,0.051 -0.301,0.086 -0.446,0.082 -0.144,-0.003 -0.386,0.02 -0.539,0.055 -0.484,0.11 -3.863,0.426 -6.183,0.574 -0.801,0.055 -1.817,0.133 -2.258,0.18 -0.445,0.047 -1.172,0.117 -1.621,0.156 l -0.817,0.071 -0.246,-0.188 -0.242,-0.187 -0.101,0.152 c -0.114,0.168 -0.407,0.203 -0.528,0.062 -0.094,-0.109 -0.211,-1.21 -0.176,-1.664 0.02,-0.289 0.008,-0.347 -0.086,-0.375 -0.175,-0.054 -0.296,-0.203 -0.296,-0.359 0,-0.176 0.199,-0.266 1.472,-0.676 0.5,-0.16 1.352,-0.433 1.899,-0.605 0.543,-0.176 1.211,-0.418 1.484,-0.543 0.27,-0.121 0.629,-0.278 0.793,-0.348 0.164,-0.07 0.281,-0.152 0.258,-0.187 -0.055,-0.086 -0.317,-0.075 -0.516,0.023 -0.273,0.137 -4.004,0.438 -5.98,0.484 -1.684,0.04 -3.672,-0.089 -5.442,-0.355 -2.679,-0.402 -2.941,-0.48 -2.941,-0.871 0,-0.215 0.18,-0.356 0.457,-0.356 0.16,0 0.227,-0.027 0.227,-0.093 0,-0.114 0.14,-0.164 0.898,-0.321 0.34,-0.07 1.004,-0.257 1.48,-0.418 0.793,-0.265 2.297,-0.742 2.911,-0.914 0.132,-0.039 0.441,-0.16 0.679,-0.265 0.239,-0.106 0.586,-0.235 0.774,-0.293 0.351,-0.106 1.531,-0.676 1.922,-0.93 1.046,-0.676 1.578,-1.125 1.789,-1.508 0.191,-0.351 0.14,-0.5 -0.328,-0.957 -0.422,-0.41 -0.348,-0.379 -2.458,-1.004 -0.457,-0.136 -0.902,-0.285 -0.988,-0.328 -0.086,-0.047 -0.515,-0.195 -0.953,-0.328 -0.441,-0.137 -1.109,-0.367 -1.484,-0.516 -0.528,-0.203 -0.715,-0.25 -0.813,-0.207 -0.074,0.032 -0.207,0.043 -0.297,0.024 -0.089,-0.016 -0.242,0 -0.336,0.039 -0.093,0.035 -0.257,0.074 -0.363,0.086 -0.105,0.012 -0.219,0.039 -0.254,0.058 -0.101,0.063 -0.82,0.149 -2.058,0.247 -0.629,0.05 -1.465,0.132 -1.856,0.183 -0.894,0.113 -2.219,0.254 -2.379,0.254 -0.07,0 -0.332,0.031 -0.59,0.066 -0.253,0.039 -1.093,0.079 -1.863,0.09 -0.769,0.012 -1.43,0.039 -1.465,0.063 -0.039,0.023 -0.129,0.008 -0.203,-0.028 -0.105,-0.054 -0.191,-0.05 -0.375,0.004 -0.187,0.063 -0.269,0.063 -0.379,0.004 -0.109,-0.054 -0.535,-0.062 -1.746,-0.035 -2.191,0.055 -1.707,0.059 -6.523,-0.086 -0.969,-0.027 -2.336,-0.055 -3.032,-0.058 -0.699,-0.004 -1.406,-0.02 -1.578,-0.036 -0.172,-0.015 -0.879,-0.058 -1.578,-0.093 -1.261,-0.063 -3.203,-0.258 -4.469,-0.45 -0.367,-0.054 -0.683,-0.086 -0.699,-0.07 -0.019,0.02 0.008,0.192 0.063,0.383 0.086,0.316 0.086,0.355 -0.004,0.422 -0.086,0.062 -0.07,0.176 0.121,1.094 0.121,0.574 0.262,1.074 0.312,1.128 0.055,0.059 0.125,0.305 0.165,0.551 0.039,0.242 0.093,0.617 0.128,0.832 0.157,1.012 0.305,2.649 0.336,3.676 0.039,1.285 0.055,1.406 0.184,1.406 0.07,0 0.094,0.098 0.094,0.465 0.004,0.371 0.015,0.434 0.066,0.313 0.035,-0.082 0.078,-0.371 0.098,-0.641 0.035,-0.492 0.121,-0.672 0.273,-0.582 0.055,0.035 0.059,0.207 0.02,0.68 -0.028,0.347 -0.047,0.984 -0.039,1.41 0.054,3.449 0.039,4.297 -0.102,5.32 -0.074,0.559 -0.18,1.258 -0.23,1.555 -0.051,0.297 -0.133,0.769 -0.18,1.047 -0.043,0.281 -0.145,0.718 -0.223,0.972 -0.074,0.254 -0.121,0.485 -0.097,0.504 0.023,0.024 0.441,-0.082 0.925,-0.234 1.188,-0.379 1.575,-0.492 2.301,-0.676 0.34,-0.086 0.758,-0.191 0.926,-0.234 0.172,-0.043 0.547,-0.149 0.836,-0.231 0.289,-0.082 0.66,-0.168 0.824,-0.191 l 0.301,-0.039 -0.051,-0.309 c -0.031,-0.172 -0.055,-0.476 -0.055,-0.683 0,-0.473 0.153,-0.641 0.688,-0.762 0.477,-0.106 1.855,-0.582 1.953,-0.676 0.043,-0.039 0.137,-0.07 0.207,-0.07 0.102,0 0.152,-0.059 0.207,-0.242 0.141,-0.446 0.641,-0.844 0.699,-0.555 0.016,0.074 0.086,0.008 0.231,-0.207 0.265,-0.402 0.625,-0.508 0.625,-0.188 0,0.09 0.113,0.02 0.512,-0.312 0.527,-0.442 0.793,-0.59 1.062,-0.59 0.219,0 0.199,0.106 -0.094,0.445 -0.136,0.161 -0.277,0.344 -0.312,0.407 -0.059,0.105 -0.051,0.105 0.176,0.011 0.128,-0.054 0.32,-0.125 0.429,-0.152 0.106,-0.031 0.231,-0.098 0.278,-0.152 0.23,-0.27 1.918,-1.215 2.168,-1.215 0.031,0 0.039,0.051 0.019,0.117 -0.023,0.07 -0.012,0.121 0.027,0.121 0.125,0 0.063,0.188 -0.121,0.367 -0.101,0.098 -0.183,0.188 -0.183,0.199 0,0.012 0.09,-0.003 0.199,-0.035 0.371,-0.101 1.316,-0.23 2,-0.265 0.625,-0.035 1.766,0.019 3.055,0.152 0.289,0.027 0.82,0.078 1.175,0.113 1.032,0.09 3.082,0.766 3.805,1.254 l 0.25,0.168 -0.023,0.406 c -0.012,0.266 -0.078,0.559 -0.2,0.86 -0.101,0.25 -0.179,0.461 -0.179,0.465 0,0.007 0.199,-0.071 0.445,-0.172 0.328,-0.133 0.547,-0.18 0.828,-0.184 0.344,-0.004 0.395,-0.019 0.465,-0.148 0.141,-0.25 0.766,-0.762 1.52,-1.242 0.656,-0.418 2.66,-1.438 3.05,-1.551 0.176,-0.051 0.621,-0.242 1.328,-0.567 0.622,-0.281 1.352,-0.539 1.547,-0.539 0.082,0 0.246,0.047 0.368,0.102 0.242,0.109 0.343,0.316 0.343,0.699 0,0.137 0.11,0.582 0.242,0.992 0.137,0.414 0.293,0.953 0.348,1.207 0.074,0.336 0.152,0.512 0.285,0.657 0.102,0.109 0.282,0.386 0.403,0.617 0.195,0.383 0.214,0.398 0.172,0.179 -0.024,-0.128 -0.11,-0.414 -0.188,-0.632 -0.18,-0.489 -0.184,-0.543 -0.016,-0.52 0.098,0.012 0.215,0.172 0.442,0.586 0.168,0.313 0.347,0.621 0.394,0.688 0.047,0.062 0.082,0.148 0.082,0.187 0,0.043 0.028,0.141 0.063,0.227 l 0.058,0.148 0.344,-0.144 c 0.188,-0.083 0.391,-0.149 0.449,-0.149 0.286,0 1.004,0.703 2.707,2.656 1.125,1.289 1.481,1.664 1.7,1.774 0.355,0.176 1.578,0.711 1.633,0.711 0.07,0 0.703,0.281 1.3,0.574 0.391,0.191 0.504,0.277 0.52,0.391 0.031,0.199 0.187,0.351 0.363,0.351 0.188,0 0.453,0.27 0.453,0.461 0,0.234 -0.226,0.813 -0.621,1.578 -0.203,0.399 -0.371,0.789 -0.371,0.875 0,0.098 -0.086,0.231 -0.246,0.383 -0.137,0.125 -0.246,0.27 -0.246,0.312 0,0.047 0.094,0.153 0.207,0.239 0.265,0.195 1.226,1.433 2.148,2.761 1.196,1.727 1.446,2.129 1.668,2.676 0.328,0.824 0.5,1.184 0.688,1.453 0.183,0.266 0.621,1.09 1.039,1.965 0.379,0.785 0.73,1.739 0.89,2.426 0.09,0.375 0.266,0.969 0.387,1.313 0.121,0.347 0.242,0.722 0.27,0.839 0.027,0.114 0.168,0.571 0.312,1.016 0.27,0.836 0.418,1.387 0.711,2.602 0.094,0.394 0.192,0.742 0.219,0.777 0.062,0.078 0.266,0.859 0.422,1.613 0.258,1.246 0.558,3.926 0.57,5.051 0.012,1.176 0.047,1.051 -0.422,1.492 -1.031,0.969 -1.941,1.645 -3.543,2.629 -0.465,0.289 -2.457,1.379 -2.511,1.379 -0.012,0 -0.192,0.109 -0.399,0.238 -0.207,0.129 -0.41,0.25 -0.449,0.27 -0.055,0.023 -0.055,0.039 0.004,0.066 0.156,0.07 0.07,0.188 -0.235,0.32 -0.168,0.075 -0.343,0.192 -0.382,0.262 -0.039,0.074 -0.082,0.426 -0.09,0.789 -0.024,0.785 -0.168,2.344 -0.321,3.379 -0.105,0.699 -0.128,0.778 -0.363,1.11 -0.48,0.683 -1.64,1.972 -2.39,2.664 -0.7,0.644 -0.77,0.73 -0.938,1.136 -0.492,1.188 -2.293,3.852 -3.766,5.582 -0.691,0.809 -0.828,0.93 -1.035,0.918 -0.133,-0.007 -0.851,0.157 -0.883,0.2 -0.086,0.132 -0.16,0.398 -0.16,0.574 0,0.219 -0.078,0.351 -0.738,1.254 -0.105,0.14 -0.363,0.465 -0.578,0.718 -0.215,0.254 -0.469,0.571 -0.57,0.7 -0.098,0.132 -0.422,0.515 -0.723,0.851 -0.301,0.336 -0.547,0.629 -0.547,0.649 0,0.019 -0.203,0.297 -0.457,0.613 -0.949,1.195 -3.176,3.238 -5.801,5.32 -0.258,0.207 -0.488,0.422 -0.508,0.473 -0.054,0.137 0.028,0.508 0.137,0.633 0.086,0.093 0.086,0.14 0.02,0.359 -0.043,0.137 -0.098,0.356 -0.121,0.488 -0.032,0.172 -0.079,0.246 -0.176,0.27 -0.074,0.016 -0.395,0.367 -0.766,0.84 -0.609,0.773 -2.496,2.687 -2.648,2.687 -0.106,0 -0.086,0.172 0.086,0.719 0.086,0.273 0.152,0.578 0.152,0.672 0,0.094 0.039,0.301 0.086,0.453 0.047,0.152 0.144,0.535 0.223,0.848 0.074,0.312 0.203,0.797 0.285,1.078 0.265,0.898 0.933,3.59 1.105,4.461 0.094,0.461 0.192,0.875 0.215,0.91 0.031,0.051 0.164,0.027 0.473,-0.086 1.265,-0.461 2.613,-0.828 3.492,-0.953 0.945,-0.133 3.141,-0.192 3.414,-0.09 1.113,0.41 2.035,0.668 2.25,0.625 0.199,-0.039 0.766,0.156 2.066,0.707 1.532,0.648 2.153,1.055 3.864,2.535 0.578,0.5 1.257,1.27 1.5,1.703 0.078,0.133 0.242,0.348 0.371,0.477 0.129,0.129 0.234,0.265 0.234,0.301 0,0.152 -0.148,0.101 -0.504,-0.176 -0.398,-0.309 -0.933,-0.668 -0.992,-0.668 -0.02,0 0.219,0.254 0.531,0.57 0.52,0.524 0.707,0.813 0.469,0.719 l -0.184,-0.07 c -0.058,-0.024 -0.093,-0.004 -0.093,0.058 0,0.11 -0.075,0.121 -0.231,0.039 -0.246,-0.125 -1.687,-0.5 -1.738,-0.449 -0.016,0.012 0.039,0.055 0.121,0.09 0.188,0.09 0.445,0.398 0.395,0.476 -0.055,0.086 -0.317,0.075 -0.875,-0.039 -0.403,-0.078 -0.758,-0.089 -2.079,-0.066 -1.523,0.027 -1.593,0.023 -1.593,-0.082 0,-0.07 0.047,-0.113 0.125,-0.113 0.066,0 0.125,-0.028 0.125,-0.063 0,-0.207 -1.867,0.481 -3.93,1.442 -0.406,0.191 -0.91,0.41 -1.113,0.492 -0.203,0.082 -0.762,0.308 -1.239,0.508 -0.476,0.199 -1.046,0.414 -1.265,0.48 -0.223,0.066 -0.688,0.231 -1.035,0.367 -0.348,0.137 -1.075,0.383 -1.61,0.551 -0.535,0.168 -1,0.328 -1.031,0.355 -0.031,0.024 0.027,0.149 0.133,0.274 0.101,0.125 0.344,0.508 0.539,0.848 0.332,0.582 0.351,0.636 0.328,0.957 -0.012,0.183 -0.047,0.39 -0.078,0.453 -0.043,0.097 -0.031,0.109 0.098,0.074 0.359,-0.098 1.554,-0.219 2.16,-0.219 1.859,0 4.136,0.52 6.371,1.453 0.336,0.141 1.582,0.977 1.73,1.16 0.352,0.442 0.617,0.891 0.582,0.993 -0.039,0.129 0.067,0.636 0.203,0.949 0.079,0.18 0.09,0.398 0.067,1.195 -0.059,1.93 -0.539,3.516 -1.777,5.879 -1.325,2.524 -2.407,4.024 -4.083,5.656 -1.066,1.043 -1.941,1.618 -2.32,1.524 -0.262,-0.063 -0.191,-0.285 0.406,-1.266 1.336,-2.199 1.723,-3.222 1.887,-4.988 0.125,-1.371 0.113,-1.84 -0.066,-2.567 -0.176,-0.687 -0.703,-1.738 -0.879,-1.738 -0.176,0 -1.403,0.309 -2.059,0.516 -1.285,0.41 -1.601,0.558 -2.445,1.16 -1.035,0.742 -1.336,0.934 -2.535,1.621 -1.317,0.758 -2.293,1.246 -2.481,1.246 -0.082,0 -0.258,0.055 -0.386,0.117 -0.336,0.164 -2.012,0.707 -2.52,0.813 -1.141,0.242 -1.734,0.336 -2.512,0.402 -0.773,0.063 -0.859,0.059 -0.965,-0.031 -0.136,-0.121 -0.621,-0.137 -1.039,-0.035 -0.265,0.062 -0.73,0 -0.921,-0.129 -0.036,-0.024 -0.243,-0.102 -0.465,-0.176 l -0.407,-0.137 -0.429,0.258 c -0.528,0.313 -1.899,0.981 -2.676,1.305 -0.32,0.133 -0.676,0.32 -0.793,0.422 -0.293,0.25 -0.559,0.371 -1.387,0.625 -0.765,0.234 -1.425,0.39 -1.828,0.437 -0.433,0.047 -0.558,-0.297 -0.129,-0.375 0.227,-0.039 0.629,-0.265 0.473,-0.265 -0.051,0 -0.285,0.039 -0.524,0.089 -0.585,0.118 -0.851,0.118 -0.824,-0.003 0.012,-0.059 0.219,-0.161 0.563,-0.27 0.297,-0.094 0.59,-0.195 0.644,-0.227 0.114,-0.058 0.094,-0.066 -0.644,-0.187 -0.512,-0.086 -0.883,-0.215 -0.981,-0.344 -0.066,-0.09 -0.105,-0.094 -0.277,-0.031 -0.109,0.039 -0.574,0.199 -1.031,0.352 -0.696,0.234 -0.856,0.269 -0.953,0.21 -0.098,-0.058 -0.204,-0.042 -0.571,0.079 -0.547,0.183 -0.859,0.203 -0.832,0.046 0.016,-0.085 -0.035,-0.105 -0.32,-0.117 -0.891,-0.039 -2.965,-0.465 -3.441,-0.703 -0.098,-0.051 -0.208,-0.09 -0.247,-0.09 -0.039,0 -0.148,-0.074 -0.246,-0.16 -0.101,-0.09 -0.539,-0.332 -0.976,-0.539 -1.184,-0.566 -2.043,-1.094 -2.961,-1.816 -1.031,-0.813 -2.801,-1.883 -3.606,-2.18 -0.203,-0.078 -0.507,-0.199 -0.679,-0.273 -0.285,-0.122 -0.336,-0.125 -0.68,-0.059 -0.203,0.043 -0.496,0.125 -0.648,0.184 -0.313,0.121 -0.747,0.23 -1.016,0.253 -0.164,0.016 -0.199,0.063 -0.426,0.583 -0.137,0.312 -0.441,0.984 -0.68,1.496 -0.234,0.507 -0.488,1.078 -0.562,1.261 -0.07,0.184 -0.164,0.371 -0.199,0.418 -0.215,0.262 -0.285,1.793 -0.125,2.567 0.289,1.355 0.801,2.972 1.086,3.437 0.152,0.242 0.234,0.985 0.109,0.985 -0.09,0 -1.07,-0.672 -1.668,-1.141 -0.496,-0.391 -2.324,-2.145 -2.516,-2.414 -0.097,-0.133 -0.433,-0.695 -0.746,-1.254 -0.535,-0.941 -0.902,-1.73 -1.277,-2.754 -0.086,-0.23 -0.191,-0.5 -0.242,-0.598 -0.047,-0.097 -0.129,-0.449 -0.18,-0.781 -0.125,-0.808 -0.035,-2.508 0.184,-3.402 0.289,-1.184 0.726,-2.375 1.156,-3.133 0.887,-1.574 1.711,-2.746 2.16,-3.078 0.477,-0.356 2.301,-0.84 3.481,-0.93 0.488,-0.039 0.628,-0.07 0.695,-0.156 0.074,-0.102 0.113,-0.106 0.379,-0.039 0.16,0.039 0.629,0.109 1.035,0.16 1.07,0.125 1.5,0.191 1.887,0.301 0.187,0.051 0.484,0.117 0.66,0.144 0.172,0.028 0.367,0.067 0.43,0.086 0.066,0.016 0.605,0.098 1.199,0.18 2.015,0.273 3.367,0.375 3.504,0.266 0.066,-0.051 0.125,-0.051 0.25,0.004 0.117,0.05 0.312,0.058 0.632,0.031 0.258,-0.024 0.426,-0.055 0.375,-0.071 -0.05,-0.011 -0.347,-0.117 -0.66,-0.23 -0.48,-0.18 -0.621,-0.262 -0.965,-0.586 -0.363,-0.344 -0.429,-0.379 -0.73,-0.414 -0.664,-0.074 -2.645,-0.699 -4.016,-1.266 -0.402,-0.168 -2.636,-0.922 -4.343,-1.472 -0.504,-0.16 -1.024,-0.293 -1.157,-0.293 -0.511,0 -2.183,0.418 -3.16,0.789 -0.914,0.344 -1.246,0.539 -1.898,1.109 -0.313,0.27 -0.625,0.496 -0.692,0.496 -0.171,0 -0.222,-0.289 -0.101,-0.574 0.113,-0.266 0.73,-1.23 0.949,-1.488 0.129,-0.153 0.137,-0.184 0.055,-0.199 -0.192,-0.036 -1.907,0.523 -2.887,0.941 -0.223,0.098 -0.484,0.191 -0.586,0.211 -0.105,0.023 -0.301,0.168 -0.488,0.363 -0.285,0.301 -0.473,0.41 -0.473,0.27 0,-0.032 0.125,-0.2 0.281,-0.367 0.215,-0.235 0.274,-0.34 0.25,-0.442 -0.027,-0.098 0.028,-0.219 0.192,-0.426 0.41,-0.519 1.375,-1.566 1.801,-1.941 0.785,-0.699 -0.364,0.051 -1.598,1.043 -0.738,0.598 -0.731,0.59 -0.801,0.547 -0.101,-0.063 0.027,-0.239 0.578,-0.797 0.274,-0.277 0.438,-0.469 0.36,-0.426 -0.129,0.074 -0.153,0.074 -0.235,-0.031 -0.133,-0.176 -0.109,-0.25 0.176,-0.551 0.641,-0.68 1.797,-1.488 2.984,-2.086 0.274,-0.14 0.801,-0.433 1.172,-0.652 0.371,-0.223 0.801,-0.461 0.957,-0.535 0.157,-0.078 0.575,-0.289 0.93,-0.477 0.352,-0.184 0.664,-0.336 0.691,-0.336 0.028,0 0.141,-0.051 0.25,-0.117 0.313,-0.172 1.899,-0.84 2.004,-0.84 0.051,0 0.485,-0.148 0.961,-0.332 1.016,-0.387 1.883,-0.625 2.953,-0.82 l 0.766,-0.141 -0.578,-0.453 c -1.039,-0.816 -2.219,-2.035 -2.219,-2.297 0,-0.07 -0.047,-0.164 -0.101,-0.211 -0.18,-0.14 -0.579,-0.656 -0.579,-0.742 0,-0.176 0.196,-0.074 0.747,0.379 0.773,0.637 0.878,0.699 0.64,0.402 -0.226,-0.285 -0.707,-1.14 -0.707,-1.261 0,-0.145 0.137,-0.094 0.383,0.136 0.129,0.121 0.254,0.203 0.273,0.18 0.024,-0.023 -0.039,-0.223 -0.144,-0.445 -0.102,-0.223 -0.231,-0.528 -0.289,-0.68 l -0.102,-0.273 -0.449,-0.04 c -0.246,-0.019 -0.574,-0.078 -0.723,-0.128 -0.152,-0.051 -0.351,-0.079 -0.441,-0.059 -0.102,0.023 -0.191,0.004 -0.231,-0.043 -0.039,-0.043 -0.144,-0.172 -0.242,-0.285 -0.097,-0.117 -0.242,-0.36 -0.32,-0.539 -0.078,-0.184 -0.391,-0.766 -0.691,-1.297 -0.301,-0.531 -0.551,-0.984 -0.551,-1.004 0,-0.02 -0.125,-0.219 -0.278,-0.438 -0.152,-0.222 -0.394,-0.574 -0.539,-0.781 -0.859,-1.238 -3.168,-3.613 -4.515,-4.644 -0.301,-0.227 -0.543,-0.442 -0.543,-0.473 0,-0.035 -0.113,-0.234 -0.254,-0.445 -0.254,-0.375 -0.258,-0.379 -0.223,-0.809 0.035,-0.449 0.258,-1.168 0.52,-1.672 0.082,-0.16 0.133,-0.332 0.113,-0.383 -0.055,-0.136 -0.324,-1.527 -0.398,-2.046 -0.036,-0.247 -0.094,-0.688 -0.129,-0.981 -0.078,-0.617 -0.098,-0.66 -0.66,-1.41 -0.235,-0.313 -0.536,-0.742 -0.668,-0.957 -0.129,-0.215 -0.286,-0.441 -0.344,-0.508 -0.164,-0.18 -1.184,-1.851 -1.617,-2.648 -0.211,-0.387 -0.403,-0.821 -0.426,-0.969 -0.027,-0.149 -0.367,-0.914 -0.754,-1.703 -0.789,-1.594 -1.18,-2.438 -1.473,-3.199 -0.109,-0.282 -0.25,-0.645 -0.316,-0.809 -0.242,-0.602 -0.867,-2.352 -1.082,-3.02 -0.59,-1.839 -0.735,-2.253 -0.856,-2.421 -0.07,-0.098 -0.234,-0.407 -0.367,-0.688 -0.129,-0.277 -0.34,-0.684 -0.465,-0.898 -0.332,-0.559 -0.871,-2.118 -0.871,-2.524 0,-0.148 -0.035,-0.234 -0.133,-0.297 -0.190999,-0.121 -0.124999,-0.23 0.332,-0.527 1.098,-0.723 1.313,-1.055 1.93,-2.988 l 0.219,-0.688 0.801,-0.902 c 0.441,-0.496 1.066,-1.172 1.394,-1.508 0.324,-0.332 0.594,-0.625 0.594,-0.652 -0.004,-0.137 -0.152,-0.535 -0.25,-0.668 -0.066,-0.09 -0.145,-0.352 -0.18,-0.606 -0.035,-0.246 -0.093,-0.621 -0.125,-0.836 -0.09,-0.59 -0.207,-2.828 -0.172,-3.297 0.028,-0.367 0.082,-0.515 0.442,-1.207 l 0.414,-0.789 -0.235,-0.507 c -0.128,-0.278 -0.402,-0.75 -0.601,-1.047 -0.199,-0.293 -0.453,-0.672 -0.563,-0.836 -0.414,-0.617 -0.98,-1.617 -1.492,-2.629 -0.586,-1.149 -0.683,-1.496 -0.48,-1.711 0.066,-0.07 0.23,-0.297 0.363,-0.508 0.137,-0.211 0.484,-0.699 0.773,-1.086 0.649,-0.867 1.055,-1.449 1.055,-1.519 0,-0.098 0.27,-0.411 0.352,-0.411 0.121,0 0.164,-0.156 0.093,-0.343 -0.14,-0.367 -0.437,-1.383 -0.5,-1.719 -0.046,-0.234 -0.113,-0.395 -0.199,-0.461 -0.125,-0.098 -0.129,-0.129 -0.062,-0.484 0.035,-0.207 0.066,-0.508 0.066,-0.664 0,-0.25 0.016,-0.286 0.117,-0.258 0.086,0.023 0.145,-0.024 0.219,-0.184 0.352,-0.707 1.758,-2.508 2.723,-3.476 0.84,-0.844 0.82,-0.829 1.519,-1.446 0.789,-0.699 1.184,-1.008 1.793,-1.394 0.422,-0.266 1.903,-1.356 3,-2.207 0.239,-0.184 0.469,-0.336 0.512,-0.336 0.098,0 1.219,-0.676 1.438,-0.867 0.085,-0.075 0.515,-0.356 0.957,-0.629 2.402,-1.481 3.992,-2.325 4.828,-2.571 0.238,-0.066 0.535,-0.156 0.664,-0.191 0.172,-0.051 0.375,-0.047 0.804,0.008 0.313,0.043 0.711,0.094 0.879,0.117 0.172,0.023 0.344,0.062 0.387,0.086 0.043,0.023 0.469,0.125 0.949,0.219 0.481,0.093 0.922,0.215 0.981,0.265 0.062,0.055 0.218,0.094 0.386,0.094 0.168,0 0.551,0.098 0.985,0.246 1.18,0.41 1.844,0.606 1.933,0.574 0.075,-0.027 0.219,-0.386 0.793,-1.945 0.102,-0.277 0.227,-0.68 0.274,-0.898 0.207,-0.895 0.472,-2.153 0.527,-2.481 0.027,-0.191 0.067,-0.371 0.086,-0.398 0.051,-0.078 0.266,-1.668 0.305,-2.274 0.035,-0.488 0.058,-0.582 0.176,-0.668 0.136,-0.101 0.136,-0.101 0.136,-2.273 0,-1.465 -0.027,-2.344 -0.082,-2.707 -0.043,-0.297 -0.121,-0.809 -0.168,-1.137 -0.16,-1.086 -0.371,-2.129 -0.476,-2.332 -0.086,-0.164 -0.426,-0.508 -0.508,-0.508 -0.035,0 -0.289,-0.215 -0.559,-0.48 -0.492,-0.481 -1.363,-1.102 -1.75,-1.25 -0.218,-0.086 -0.297,-0.051 -0.332,0.144 -0.019,0.106 -0.086,0.125 -0.578,0.16 -0.469,0.032 -0.711,0.09 -1.515,0.379 -1.27,0.454 -3.239,1.133 -3.911,1.348 -0.297,0.094 -0.605,0.215 -0.679,0.262 -0.078,0.047 -0.489,0.215 -0.914,0.367 -0.969,0.352 -1.395,0.535 -1.45,0.613 -0.086,0.141 -2.043,0.633 -3.402,0.86 -0.641,0.105 -0.801,0.152 -0.824,0.238 -0.031,0.105 -0.102,0.125 -0.727,0.199 -0.172,0.024 -0.422,0.094 -0.558,0.16 -0.453,0.227 -1.645,0.344 -4.203,0.414 -2.747,0.075 -3.707,0.059 -3.93,-0.066 -0.152,-0.09 -0.152,-0.09 0.125,-0.121 0.152,-0.02 0.234,-0.051 0.183,-0.07 -0.097,-0.036 -1.781,-0.36 -2.621,-0.508 -0.355,-0.063 -0.566,-0.137 -0.757,-0.27 -0.149,-0.101 -0.27,-0.207 -0.27,-0.234 0,-0.098 0.137,-0.117 0.344,-0.051 0.117,0.039 0.246,0.059 0.285,0.047 0.035,-0.012 -0.258,-0.305 -0.652,-0.649 l -0.719,-0.625 -0.324,0.02 c -0.652999,0.035 -1.296999,0.129 -1.456999,0.211 -0.094,0.047 -0.375,0.144 -0.633,0.219 -0.254,0.07 -0.586,0.164 -0.742,0.211 -0.622,0.183 -0.579,0.179 -0.536,0.011 0.043,-0.152 0.04,-0.152 -0.191,-0.097 -0.605,0.152 -0.883,0.308 -1.25,0.695 -0.367,0.383 -0.531,0.441 -0.457,0.156 l 0.039,-0.152 -0.269,0.133 c -0.418,0.207 -0.719,0.465 -1.082,0.937 -0.348,0.442 -0.442,0.531 -0.5,0.477 -0.051,-0.051 0.222,-0.485 0.648,-1.035 0.387,-0.5 1.434,-1.559 1.824,-1.84 0.125,-0.094 0.223,-0.18 0.211,-0.192 -0.031,-0.027 -0.867,0.192 -1.016,0.266 -0.074,0.039 -0.203,0.07 -0.285,0.07 -0.082,0 -0.453,0.098 -0.824,0.215 -0.562,0.18 -0.742,0.27 -1.094,0.547 -0.703,0.559 -0.902,0.809 -1.785,2.289 -0.531,0.883 -0.699,1.074 -0.929,1.074 -0.18,0 -0.188,-0.008 -0.149,-0.195 0.023,-0.105 0.149,-0.418 0.285,-0.688 0.133,-0.273 0.207,-0.476 0.164,-0.449 -0.25,0.141 -0.488,0.403 -0.597,0.649 -0.161,0.359 -0.434,1.293 -0.434,1.476 0,0.078 -0.039,0.192 -0.09,0.258 -0.094,0.113 -0.094,0.113 -0.187,0 -0.176,-0.219 -0.141,-0.394 0.433,-2.336 0.086,-0.297 0.172,-0.719 0.184,-0.941 0.031,-0.504 0.414,-1.414 0.996,-2.352 0.519,-0.84 0.84,-1.242 1.535,-1.926 0.309,-0.3 0.527,-0.55 0.484,-0.55 -0.089,0 -0.773,0.55 -1.281,1.031 -0.449,0.426 -0.574,0.504 -0.625,0.379 -0.07,-0.176 0.231,-0.86 0.641,-1.457 0.117,-0.176 0.199,-0.332 0.18,-0.352 -0.02,-0.019 -0.293,0.063 -0.602,0.18 -0.551,0.215 -0.676,0.226 -0.676,0.078 0,-0.133 0.696,-0.789 1.02,-0.965 0.172,-0.09 0.422,-0.238 0.558,-0.332 0.516,-0.34 1.082,-0.582 2.133,-0.902 l 0.649,-0.203 -1.176,-0.067 c -0.996,-0.058 -1.813,-0.133 -3.215,-0.289 -0.305,-0.031 -0.879,-0.258 -0.918,-0.355 -0.066,-0.164 0.082,-0.235 0.586,-0.285 1.473,-0.145 2.047,-0.165 4.734,-0.157 2.035,0.008 2.942,-0.011 3,-0.054 0.043,-0.036 0.192,-0.086 0.328,-0.11 0.137,-0.027 0.278,-0.082 0.313,-0.129 0.074,-0.101 0.426,-0.109 2.315999,-0.054 1.325,0.039 2.254,0.082 4.485,0.214 0.547,0.036 1.449,0.086 2.011,0.122 1.098,0.062 1.559,0.101 3.895,0.332 0.832,0.078 1.66,0.144 1.844,0.144 l 0.328,0 -0.039,-0.207 c -0.059,-0.293 0.031,-0.367 0.551,-0.473 1.187,-0.246 3.113,-0.343 4.488,-0.226 0.441,0.035 0.777,0.035 0.894,0 0.106,-0.031 0.977,-0.067 1.938,-0.082 0.961,-0.016 1.812,-0.051 1.894,-0.082 0.086,-0.031 0.692,-0.059 1.348,-0.059 1.188,0 3.344,-0.144 3.641,-0.242 0.136,-0.047 0.121,-0.055 -0.106,-0.059 -0.992,-0.015 -4.398,-0.453 -6.668,-0.851 -0.371,-0.067 -0.941,-0.141 -1.265,-0.168 -2.321,-0.199 -3.438,-0.399 -5.196,-0.91 -1.175,-0.344 -1.34,-0.418 -1.437,-0.617 -0.074,-0.157 0.027,-0.575 0.164,-0.68 0.301,-0.238 4.594,-0.863 7.828,-1.141 3.508,-0.301 4.355,-0.39 3.883,-0.414 -0.106,-0.004 -0.172,-0.039 -0.172,-0.094 0,-0.125 0.047,-0.136 0.59,-0.175 0.273,-0.02 0.66,-0.075 0.863,-0.121 0.207,-0.051 0.527,-0.09 0.711,-0.094 0.445,-0.004 1.121,-0.184 1.281,-0.34 0.09,-0.086 0.25,-0.137 0.524,-0.168 0.215,-0.023 0.465,-0.074 0.554,-0.117 0.11,-0.051 0.2,-0.055 0.266,-0.02 0.066,0.035 0.352,0.032 0.766,-0.008 1.328,-0.121 2.535,-0.16 6.855,-0.218 1.805,-0.028 2.828,-0.02 2.906,0.019 0.063,0.032 0.172,0.039 0.243,0.016 0.066,-0.027 0.179,-0.016 0.246,0.019 0.148,0.079 1.394,0.094 2.843,0.032 1.457,-0.063 5.192,-0.133 5.571,-0.11 0.168,0.016 0.488,0.02 0.711,0.016 0.422,-0.008 0.847,-0.012 1.605,-0.02 0.254,-0.004 0.477,-0.027 0.496,-0.054 0.016,-0.028 0.102,-0.051 0.188,-0.047 0.082,0 0.179,-0.004 0.215,-0.016 0.113,-0.039 1.96,0.063 2.863,0.156 0.488,0.051 1.168,0.082 1.515,0.071 0.567,-0.02 0.688,-0.043 1.188,-0.25 0.309,-0.125 0.648,-0.258 0.758,-0.297 0.109,-0.039 0.203,-0.086 0.203,-0.106 0,-0.019 -0.469,-0.066 -1.039,-0.109 -1.738,-0.121 -2.86,-0.336 -3.156,-0.602 -0.192,-0.175 -0.184,-0.492 0.019,-0.648 0.082,-0.062 0.41,-0.172 0.727,-0.242 0.312,-0.074 0.656,-0.152 0.757,-0.184 0.102,-0.027 0.59,-0.117 1.083,-0.203 1.996,-0.336 3.019,-0.476 3.433,-0.461 0.238,0.008 0.547,0.016 0.691,0.024 0.165,0.004 0.297,-0.028 0.372,-0.094 0.195,-0.168 1.097,-0.238 3.39,-0.254 1.192,-0.008 2.235,-0.008 2.321,0.008 z m 1.753,1.57 c -0.898,0.129 -2.05,0.391 -2.152,0.484 -0.043,0.043 -0.035,0.153 0.024,0.344 0.046,0.156 0.097,0.399 0.113,0.539 0.023,0.242 0.015,0.254 -0.137,0.254 -0.144,0 -0.156,0.016 -0.101,0.113 0.156,0.286 -0.004,0.325 -0.399,0.098 -0.199,-0.113 -0.312,-0.246 -0.488,-0.566 -0.231,-0.422 -0.313,-0.477 -0.559,-0.387 -0.121,0.047 -0.125,0.191 -0.011,0.32 0.199,0.223 0.531,0.727 0.531,0.805 0,0.121 -0.364,0.285 -0.52,0.238 -0.113,-0.035 -0.117,-0.031 -0.043,0.059 0.055,0.062 0.071,0.164 0.043,0.297 l -0.039,0.203 0.606,0.039 c 0.332,0.019 0.949,0.07 1.367,0.105 0.574,0.055 0.793,0.055 0.879,0.004 0.086,-0.05 0.215,-0.047 0.535,0.016 0.23,0.047 0.726,0.125 1.098,0.18 1.543,0.218 2.433,0.558 2.66,1.015 0.121,0.246 0.121,0.293 0,0.516 -0.094,0.18 -0.094,0.18 0.035,0.113 0.758,-0.394 1.594,-1.152 2.027,-1.847 0.309,-0.497 0.391,-0.715 0.395,-1.083 0.008,-0.527 -0.289,-0.96 -0.891,-1.308 -0.129,-0.074 -0.234,-0.172 -0.234,-0.219 0,-0.047 -0.047,-0.105 -0.106,-0.137 -0.125,-0.058 -1.004,-0.289 -1.285,-0.332 -0.41,-0.062 -2.562,0.028 -3.348,0.137 z m -14.144,5.129 c -0.363,0.18 -0.535,0.777 -0.34,1.188 0.164,0.351 1.199,0.613 2.125,0.542 0.504,-0.042 1.035,-0.343 1.176,-0.667 0.125,-0.29 0.023,-0.508 -0.363,-0.762 -0.442,-0.293 -0.61,-0.348 -1.25,-0.395 -0.68,-0.047 -1.122,-0.019 -1.348,0.094 z m 15.078,0.605 c -0.34,0.067 -0.965,0.141 -1.391,0.161 -0.546,0.031 -0.851,0.074 -1.043,0.156 -0.148,0.062 -0.332,0.117 -0.402,0.121 -0.308,0.016 2.055,0.352 2.481,0.352 0.203,0 0.418,-0.114 1.418,-0.758 0.722,-0.461 0.742,-0.516 0.101,-0.321 -0.301,0.094 -0.82,0.223 -1.164,0.289 z m -11.484,0.055 c -0.246,0.278 -0.141,0.613 0.195,0.613 0.309,0 0.562,-0.449 0.359,-0.644 -0.109,-0.106 -0.449,-0.086 -0.554,0.031 z m -45.461,4.559 c -0.121,0.176 -1.364,0.261 -3.746,0.269 -1.067,0 -1.934,0.02 -1.934,0.039 0,0.082 0.172,0.172 0.266,0.141 0.117,-0.047 0.519,0.301 0.828,0.711 0.125,0.168 0.234,0.32 0.246,0.332 0.012,0.016 0.062,-0.027 0.113,-0.09 0.09,-0.113 0.098,-0.109 0.242,0.051 0.176,0.187 0.223,0.203 0.223,0.07 0,-0.054 0.039,-0.086 0.098,-0.074 0.054,0.008 0.168,0.199 0.265,0.437 0.239,0.59 0.332,0.743 0.504,0.829 0.082,0.039 0.246,0.203 0.367,0.371 0.262,0.355 0.465,0.582 1.235,1.351 l 0.582,0.586 0.746,0 c 0.41,-0.004 0.957,-0.027 1.211,-0.058 0.254,-0.032 0.633,-0.071 0.836,-0.09 0.203,-0.02 0.523,-0.074 0.711,-0.121 1.031,-0.254 1.609,-0.414 1.855,-0.512 0.153,-0.059 0.543,-0.207 0.867,-0.328 0.325,-0.117 0.836,-0.332 1.145,-0.477 0.305,-0.14 1.015,-0.453 1.578,-0.687 0.727,-0.309 1.074,-0.489 1.215,-0.633 0.109,-0.109 0.23,-0.203 0.265,-0.203 0.098,0 0.52,-0.176 0.493,-0.203 -0.016,-0.016 -0.473,-0.082 -1.016,-0.153 -1.98,-0.25 -2.359,-0.308 -3.062,-0.48 -0.118,-0.031 -0.688,-0.121 -1.266,-0.207 -1.859,-0.27 -3.395,-0.602 -3.992,-0.86 -0.375,-0.164 -0.762,-0.167 -0.875,-0.011 z m 73.285,8.695 c -0.113,0.047 -0.406,0.266 -0.649,0.492 -0.39,0.364 -0.445,0.442 -0.457,0.653 l -0.015,0.238 0.258,0.016 c 0.234,0.019 0.281,-0.004 0.566,-0.282 0.172,-0.168 0.367,-0.304 0.437,-0.304 0.153,0 0.5,-0.399 0.5,-0.575 0,-0.164 -0.152,-0.32 -0.316,-0.32 -0.066,0 -0.211,0.035 -0.324,0.082 z m -3.305,1.066 c -0.14,0.133 -0.082,0.29 0.145,0.379 0.16,0.067 0.25,0.071 0.34,0.024 0.152,-0.078 0.16,-0.328 0.011,-0.41 -0.148,-0.086 -0.406,-0.082 -0.496,0.007 z m -2.57,0.497 c 0.047,0.125 0.082,0.109 0.082,-0.036 0,-0.066 -0.027,-0.105 -0.059,-0.086 -0.031,0.02 -0.043,0.075 -0.023,0.122 z m -18.199,0.035 c -0.227,0.054 -0.274,0.09 -0.274,0.207 0,0.246 0.492,0.449 0.578,0.238 0.02,-0.047 0.149,-0.121 0.289,-0.16 0.278,-0.082 0.379,-0.211 0.239,-0.297 -0.118,-0.074 -0.504,-0.066 -0.832,0.012 z m 50.109,11.828 c -0.301,0.129 -0.387,0.223 -0.289,0.32 0.074,0.07 0.137,0.055 0.953,-0.238 0.227,-0.082 0.414,-0.172 0.414,-0.199 0,-0.137 -0.621,-0.071 -1.078,0.117 z m 0.367,1.043 c -0.301,0.121 -0.375,0.18 -0.39,0.301 -0.012,0.097 0.011,0.156 0.062,0.152 0.121,0 1.422,-0.523 1.5,-0.602 0.125,-0.129 -0.769,-0.015 -1.172,0.149 z m 1.211,0.762 c -1.277,0.449 -1.371,0.488 -1.351,0.585 0.035,0.168 0.339,0.137 1.078,-0.109 0.754,-0.254 0.949,-0.367 0.949,-0.555 0,-0.144 -0.059,-0.14 -0.676,0.079 z m 0.328,1.191 c -0.472,0.168 -0.879,0.324 -0.906,0.352 -0.027,0.023 -0.008,0.078 0.039,0.117 0.074,0.058 0.168,0.054 0.453,-0.02 0.418,-0.105 1.324,-0.437 1.406,-0.512 0.063,-0.062 0.004,-0.238 -0.078,-0.238 -0.035,0 -0.445,0.137 -0.914,0.301 z m 13.914,16.258 c -0.14,0.062 -0.386,0.226 -0.547,0.367 l -0.285,0.254 -0.14,-0.168 c -0.102,-0.125 -0.192,-0.168 -0.325,-0.164 -0.285,0.008 -1.121,0.34 -1.531,0.609 -0.199,0.133 -0.41,0.238 -0.465,0.238 -0.129,0 -2.535,1.446 -2.933,1.762 -0.492,0.391 -0.449,0.735 0.086,0.672 0.418,-0.047 2.394,-0.824 3.004,-1.18 0.586,-0.343 1.66,-1.101 1.843,-1.3 0.137,-0.153 0.301,-0.168 0.407,-0.043 0.113,0.129 0.304,0.113 0.656,-0.059 0.469,-0.23 0.828,-0.586 0.828,-0.816 0,-0.118 -0.16,-0.289 -0.266,-0.289 -0.039,0.003 -0.187,0.054 -0.332,0.117 z m -13.89,11.094 c -0.594,0.214 -0.789,0.363 -0.789,0.601 0,0.274 0.32,0.332 0.847,0.152 0.625,-0.207 1.078,-0.648 0.891,-0.867 -0.121,-0.14 -0.313,-0.117 -0.949,0.114 z m -46.461,0.058 c -0.293,0.137 -0.578,0.402 -1.024,0.957 -0.386,0.485 -0.593,0.828 -1.023,1.703 -0.168,0.348 -0.367,0.727 -0.445,0.848 -0.469,0.738 -3.071,6.598 -3.485,7.844 -0.129,0.398 -0.054,1.027 0.184,1.519 0.152,0.321 0.246,0.446 0.351,0.473 0.231,0.055 0.309,-0.008 0.391,-0.317 0.043,-0.16 0.129,-0.425 0.187,-0.589 0.165,-0.438 1.465,-3.34 1.606,-3.571 0.062,-0.109 0.219,-0.453 0.34,-0.765 0.355,-0.899 0.449,-1.102 1.008,-2.211 0.293,-0.574 0.738,-1.465 0.992,-1.973 1.097,-2.187 1.582,-3.098 1.793,-3.363 0.125,-0.156 0.242,-0.285 0.258,-0.285 0.019,-0.004 0.14,-0.09 0.269,-0.2 l 0.234,-0.191 -0.699,0.004 c -0.551,0.004 -0.746,0.027 -0.937,0.117 z m 43.988,0.961 c -0.203,0.051 -0.414,0.117 -0.473,0.145 -0.152,0.074 -1.035,0.39 -2.078,0.742 -0.633,0.211 -1.027,0.383 -1.238,0.531 -0.383,0.273 -0.77,0.461 -0.949,0.461 -0.301,0 -0.684,0.449 -0.59,0.691 0.051,0.121 0.098,0.114 0.637,-0.089 0.793,-0.297 2.058,-0.719 2.152,-0.719 0.148,0 2.563,-0.891 2.859,-1.059 0.321,-0.176 0.684,-0.488 0.684,-0.586 0,-0.222 -0.391,-0.269 -1.004,-0.117 z m -50.894,12.254 c -0.247,0.125 -0.247,0.387 -0.008,0.754 0.246,0.375 0.656,0.543 1.297,0.539 0.304,-0.004 0.484,-0.031 0.519,-0.082 0.027,-0.043 0.043,-0.211 0.035,-0.375 l -0.015,-0.297 -0.262,-0.02 c -0.184,-0.011 -0.289,-0.058 -0.356,-0.148 -0.054,-0.07 -0.292,-0.199 -0.542,-0.289 -0.247,-0.086 -0.458,-0.16 -0.469,-0.164 -0.008,-0.004 -0.098,0.035 -0.199,0.082 z m 0.003,1.777 c 0.075,0.262 0.387,0.707 0.84,1.188 0.141,0.148 0.278,0.332 0.301,0.402 0.024,0.07 0.063,0.129 0.09,0.129 0.066,0 0.113,-0.301 0.168,-1.066 0.047,-0.692 0.031,-0.723 -0.352,-0.727 -0.261,0 -0.793,-0.16 -0.922,-0.277 -0.144,-0.129 -0.207,0.051 -0.125,0.351 z m -1.195,3.032 -1.558,0.75 -0.325,0.609 c -0.449,0.84 -0.531,1.187 -0.5,2.09 0.024,0.648 0.043,0.75 0.176,0.941 0.195,0.274 0.328,0.324 0.734,0.281 0.266,-0.027 0.356,-0.066 0.442,-0.183 0.058,-0.082 0.43,-0.621 0.828,-1.195 0.402,-0.575 0.918,-1.317 1.152,-1.645 0.235,-0.328 0.426,-0.617 0.43,-0.641 0,-0.023 0.074,-0.144 0.16,-0.269 0.195,-0.274 0.742,-1.36 0.801,-1.582 0.035,-0.141 0.02,-0.16 -0.137,-0.18 -0.105,-0.012 -0.261,0.035 -0.406,0.125 -0.129,0.078 -0.937,0.484 -1.797,0.899 z m -3.668,4.812 c -0.051,0.125 0.02,0.215 0.469,0.598 0.223,0.191 0.41,0.363 0.422,0.39 0.008,0.024 -0.063,0.078 -0.156,0.125 -1.114,0.543 -1.743,1.118 -2.29,2.09 -0.543,0.961 -0.839,2.582 -0.593,3.207 0.078,0.192 0.504,0.031 1.078,-0.402 0.66,-0.504 1.308,-1.102 1.508,-1.399 0.226,-0.336 0.64,-1.48 1.113,-3.062 0.031,-0.106 0.008,-0.152 -0.117,-0.207 -0.086,-0.035 -0.16,-0.117 -0.16,-0.18 0,-0.082 0.046,-0.109 0.207,-0.109 0.113,0 0.304,-0.031 0.418,-0.067 0.226,-0.074 0.675,-0.449 0.675,-0.566 0,-0.047 -0.191,-0.078 -0.582,-0.094 -0.336,-0.015 -0.621,-0.058 -0.672,-0.097 -0.05,-0.043 -0.296,-0.118 -0.546,-0.168 -0.25,-0.051 -0.469,-0.102 -0.481,-0.118 -0.062,-0.058 -0.262,-0.019 -0.293,0.059 z m 0.516,2.488 c 0.215,0.082 0.277,0.313 0.199,0.739 -0.133,0.707 -0.094,0.664 -0.629,0.656 -0.516,-0.004 -0.828,-0.137 -1.019,-0.418 -0.09,-0.137 -0.09,-0.156 0.035,-0.281 0.07,-0.075 0.133,-0.164 0.133,-0.2 0,-0.105 0.5,-0.453 0.73,-0.503 0.281,-0.063 0.375,-0.063 0.551,0.007 z m -13.426,34.414 c -0.098,0.055 -0.047,0.102 0.371,0.364 0.266,0.168 0.578,0.347 0.691,0.406 0.204,0.098 0.211,0.098 0.356,-0.035 0.082,-0.074 0.148,-0.168 0.148,-0.207 0,-0.043 0.075,-0.16 0.161,-0.262 0.089,-0.105 0.152,-0.195 0.14,-0.207 -0.148,-0.141 -1.637,-0.184 -1.867,-0.059 z m 1.664,0.715 c -0.07,0.176 -0.035,0.262 0.113,0.301 0.153,0.035 0.407,-0.059 0.407,-0.152 0,-0.2 -0.446,-0.328 -0.52,-0.149 z m 11.121,0.356 c -0.012,0.031 0.004,0.097 0.039,0.148 0.051,0.078 0.071,0.078 0.16,-0.008 0.055,-0.054 0.082,-0.132 0.059,-0.168 -0.051,-0.082 -0.231,-0.062 -0.258,0.028 z m -1.004,0.48 c -0.019,0.086 0.008,0.098 0.168,0.067 0.102,-0.02 0.289,-0.075 0.414,-0.125 l 0.223,-0.094 -0.289,-0.344 -0.246,0.195 c -0.137,0.106 -0.258,0.243 -0.27,0.301 z m -27.008,-121.887 c 0.047,0.075 -0.125,0.145 -0.214,0.09 -0.036,-0.019 -0.051,-0.062 -0.032,-0.093 0.047,-0.075 0.196,-0.071 0.246,0.003 z m 58.883,14.168 c 0.047,0.071 -0.07,0.141 -0.152,0.094 -0.07,-0.043 -0.024,-0.148 0.062,-0.148 0.028,0 0.071,0.023 0.09,0.054 z"
-         style="font-size:25.60000038px;fill:#cfbea0;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4673" /><path
-         d="m 167.63327,148.033 c 0.441,0.055 0.937,0.168 1.062,0.246 0.074,0.047 0.192,0.071 0.258,0.051 0.063,-0.023 0.227,0 0.356,0.051 0.132,0.047 0.609,0.117 1.058,0.152 0.473,0.039 1.305,0.168 1.977,0.309 1.66,0.344 2.367,0.625 3.164,1.262 0.355,0.281 0.429,0.375 0.523,0.656 0.16,0.496 0.141,1.23 -0.054,1.75 -0.082,0.23 -0.18,0.5 -0.211,0.602 -0.036,0.097 -0.172,0.285 -0.309,0.414 -0.137,0.128 -0.25,0.265 -0.25,0.308 0,0.137 -1.551,1.375 -2.613,2.082 -0.332,0.219 -0.602,0.422 -0.602,0.449 0,0.055 0.141,0.082 1.113,0.207 1.625,0.211 2.239,0.286 3.063,0.368 0.477,0.043 1.129,0.117 1.453,0.16 0.426,0.054 1.406,0.07 3.555,0.058 4.566,-0.031 8.875,0.098 10.855,0.317 0.426,0.047 0.977,0.101 1.223,0.121 0.508,0.043 0.555,0.109 0.265,0.344 -0.316,0.257 -0.613,0.312 -2.722,0.519 -0.699,0.067 -1.645,0.176 -2.106,0.238 -0.457,0.063 -1.781,0.211 -2.937,0.329 -2.059,0.214 -2.609,0.289 -5.258,0.711 -0.715,0.113 -1.742,0.265 -2.289,0.339 -0.543,0.075 -1,0.141 -1.012,0.153 -0.047,0.043 0.071,0.144 0.168,0.144 0.27,0 0.352,0.328 0.102,0.418 -0.254,0.094 -1.781,0.293 -3.227,0.418 -0.742,0.067 -1.586,0.16 -1.875,0.207 -1.039,0.172 -2.179,0.281 -2.527,0.246 -0.434,-0.043 -1.602,0.047 -1.688,0.129 -0.113,0.11 0.313,0.496 0.75,0.688 0.969,0.422 1.805,0.73 2.321,0.855 0.808,0.199 1.226,0.367 1.57,0.629 0.449,0.344 0.512,0.586 0.316,1.313 -0.148,0.566 -1.191,1.933 -1.535,2.011 -0.09,0.02 -0.429,0.203 -0.754,0.407 -0.324,0.207 -0.765,0.476 -0.984,0.605 -0.219,0.129 -0.461,0.297 -0.543,0.371 -0.297,0.27 -1.414,0.797 -2.574,1.215 -0.653,0.234 -1.211,0.449 -1.242,0.477 -0.071,0.062 0.156,0.097 1.261,0.187 2.11,0.172 5.641,0.035 8.661,-0.336 0.39,-0.051 0.945,-0.117 1.238,-0.156 0.695,-0.086 2.636,-0.469 2.89,-0.57 0.211,-0.083 0.266,-0.227 0.11,-0.286 -0.055,-0.019 -0.094,-0.078 -0.094,-0.125 0,-0.074 0.082,-0.093 0.418,-0.093 0.438,0 0.828,-0.133 0.988,-0.34 0.051,-0.067 0.157,-0.094 0.324,-0.09 0.145,0.008 0.247,-0.016 0.247,-0.055 0,-0.043 0.062,-0.051 0.164,-0.027 0.086,0.023 0.191,0.016 0.23,-0.016 0.074,-0.054 1.606,-0.551 2.051,-0.664 0.137,-0.035 0.344,-0.121 0.461,-0.199 0.359,-0.227 1.246,-0.695 1.765,-0.934 0.692,-0.316 1.028,-0.398 1.274,-0.312 0.258,0.086 0.262,0.086 0.426,-0.055 0.179,-0.148 0.64,-0.156 2.246,-0.031 2.465,0.191 2.879,0.211 5.148,0.246 1.293,0.023 2.473,0.063 2.629,0.086 0.152,0.027 0.305,0.027 0.34,0 0.031,-0.023 0.758,-0.027 1.609,-0.004 0.852,0.027 1.637,0.035 1.743,0.02 0.144,-0.02 0.281,-0.121 0.515,-0.383 0.297,-0.332 0.496,-0.43 0.586,-0.289 0.024,0.035 0.008,0.101 -0.031,0.148 -0.098,0.113 -0.027,0.207 0.16,0.207 0.109,0 0.191,0.063 0.281,0.211 0.071,0.113 0.153,0.211 0.18,0.211 0.086,0 1.297,-1.883 1.297,-2.012 0,-0.07 0.793,-1.211 1.461,-2.097 1.308,-1.735 2.613,-3.242 3.586,-4.141 0.304,-0.281 0.742,-0.711 0.976,-0.957 0.235,-0.25 0.489,-0.469 0.567,-0.488 0.203,-0.055 0.574,-0.34 0.617,-0.477 0.019,-0.062 0.07,-0.113 0.109,-0.117 0.063,0 1.567,-1.406 2.074,-1.934 0.09,-0.093 0.258,-0.211 0.368,-0.253 0.113,-0.047 0.226,-0.145 0.257,-0.219 0.082,-0.203 0.801,-0.813 2.54,-2.16 1.648,-1.274 2.308,-1.704 3.214,-2.094 l 0.633,-0.277 0.438,0.058 c 0.636,0.086 0.875,0.266 1.199,0.899 0.14,0.273 0.289,0.648 0.332,0.835 0.039,0.184 0.101,0.458 0.133,0.606 0.07,0.324 -0.051,1.043 -0.328,1.934 -0.102,0.324 -0.172,0.625 -0.153,0.668 0.016,0.042 0.137,0.097 0.266,0.121 0.422,0.074 0.801,0.304 1.016,0.609 0.105,0.156 0.289,0.371 0.402,0.477 0.226,0.203 0.254,0.343 0.219,1.093 -0.039,0.758 -0.528,1.95 -1.036,2.52 -0.359,0.398 -2,3.164 -2.796,4.715 -0.926,1.789 -1.27,2.949 -1.067,3.554 0.067,0.192 0.133,0.246 0.457,0.387 0.211,0.09 0.465,0.184 0.567,0.207 0.101,0.024 0.378,0.129 0.617,0.231 0.375,0.16 0.578,0.195 1.515,0.285 0.598,0.058 1.379,0.125 1.743,0.148 l 0.66,0.039 0.199,0.242 c 0.18,0.215 0.195,0.266 0.16,0.512 -0.062,0.445 -0.773,1.242 -1.738,1.945 -0.274,0.2 -0.516,0.391 -0.543,0.426 -0.027,0.035 -0.043,0.176 -0.035,0.317 0.011,0.293 -0.09,0.429 -0.489,0.656 -0.152,0.086 -0.265,0.195 -0.277,0.273 -0.012,0.094 -0.09,0.149 -0.293,0.207 -0.301,0.082 -0.371,0.153 -0.375,0.364 0,0.191 0.11,0.211 0.695,0.136 1.145,-0.148 2.629,-0.246 4.997,-0.339 0.609,-0.024 1.027,-0.071 1.304,-0.149 0.477,-0.133 0.539,-0.141 0.438,-0.043 -0.114,0.109 -0.086,0.168 0.082,0.168 0.097,0 0.152,0.031 0.152,0.09 0,0.133 0.188,0.109 0.949,-0.125 0.379,-0.121 0.867,-0.27 1.078,-0.336 0.266,-0.082 0.465,-0.105 0.629,-0.078 0.168,0.027 0.328,0.004 0.539,-0.074 0.735,-0.282 1.309,-0.434 1.621,-0.434 0.348,0 0.567,0.074 0.571,0.195 0,0.078 0.207,0.321 0.398,0.461 0.106,0.082 0.106,0.071 -0.015,-0.117 -0.266,-0.41 -0.289,-0.476 -0.207,-0.555 0.082,-0.082 0.16,-0.011 0.691,0.653 0.273,0.344 1.109,1.64 1.109,1.722 0,0.024 0.164,0.305 0.364,0.622 1.066,1.699 2.683,4.71 3.531,6.585 0.641,1.411 1.301,2.977 1.301,3.086 0,0.055 0.152,0.426 0.34,0.829 0.187,0.402 0.339,0.753 0.339,0.777 0,0.027 0.051,0.16 0.118,0.293 0.21,0.449 0.39,0.894 0.757,1.89 0.391,1.043 0.438,1.184 0.551,1.614 0.039,0.148 0.141,0.414 0.219,0.586 0.094,0.195 0.148,0.425 0.148,0.605 0,0.16 0.043,0.402 0.094,0.543 0.121,0.328 0.117,0.473 -0.008,0.52 -0.097,0.035 -0.23,-0.078 -0.289,-0.243 -0.031,-0.093 -0.23,0.071 -0.23,0.188 0,0.051 0.051,0.125 0.109,0.168 0.082,0.059 0.094,0.105 0.047,0.176 -0.059,0.093 -2.457,1.304 -3.555,1.793 -0.289,0.129 -0.734,0.347 -0.992,0.48 -1.805,0.957 -5.293,2.598 -7.207,3.391 -1.769,0.734 -4.43,1.66 -4.766,1.66 -0.242,0 -0.257,0.055 -0.113,0.391 0.145,0.335 0.02,0.386 -0.222,0.093 l -0.204,-0.238 -0.351,0.344 c -0.195,0.191 -0.488,0.437 -0.656,0.547 -0.168,0.109 -0.414,0.289 -0.547,0.398 -0.262,0.211 -0.407,0.254 -0.407,0.109 0,-0.046 0.364,-0.441 0.805,-0.875 0.445,-0.433 0.836,-0.832 0.863,-0.886 0.055,-0.094 -0.246,-0.711 -1.3,-2.692 -0.211,-0.394 -1.297,-2.617 -1.758,-3.59 -0.488,-1.035 -0.652,-1.41 -0.875,-2.015 -0.117,-0.32 -0.453,-0.977 -0.797,-1.555 -0.648,-1.086 -1.551,-2.82 -1.941,-3.719 -0.153,-0.355 -0.289,-0.582 -0.36,-0.609 -0.148,-0.051 -0.375,-0.469 -0.965,-1.758 -0.757,-1.66 -1.097,-2.711 -1.226,-3.769 -0.102,-0.879 -0.11,-0.891 -0.418,-0.91 -0.207,-0.016 -0.391,0.039 -0.86,0.25 -0.332,0.148 -0.851,0.363 -1.156,0.476 -0.519,0.192 -2.457,0.977 -2.941,1.192 -0.555,0.246 -2.266,0.984 -2.332,1.003 -0.102,0.036 -0.758,0.653 -0.758,0.719 0,0.086 0.062,0.07 1.277,-0.344 0.641,-0.214 1.387,-0.461 1.66,-0.539 0.75,-0.214 1.34,-0.418 1.707,-0.582 0.184,-0.082 0.571,-0.234 0.86,-0.343 0.289,-0.106 0.805,-0.34 1.144,-0.52 0.34,-0.18 0.688,-0.363 0.774,-0.406 0.203,-0.11 0.398,-0.102 0.496,0.012 0.059,0.066 0.062,0.109 0.012,0.156 -0.055,0.051 -0.047,0.086 0.027,0.14 0.07,0.047 0.09,0.118 0.062,0.219 -0.046,0.176 -0.328,0.32 -1.148,0.598 -0.289,0.097 -0.691,0.25 -0.898,0.344 -0.629,0.281 -1.09,0.457 -1.77,0.675 -0.355,0.118 -0.785,0.27 -0.957,0.336 -0.172,0.071 -0.672,0.25 -1.113,0.399 -0.442,0.148 -1.039,0.355 -1.324,0.457 -0.29,0.101 -0.645,0.199 -0.79,0.215 l -0.269,0.031 0,0.476 c 0,0.461 0.004,0.477 0.113,0.383 0.063,-0.054 0.188,-0.097 0.281,-0.097 0.122,0 0.165,-0.032 0.165,-0.122 0,-0.222 0.605,-0.511 2.023,-0.964 1.613,-0.512 2.199,-0.723 2.758,-0.989 0.234,-0.109 0.648,-0.285 0.929,-0.39 0.278,-0.106 0.625,-0.254 0.774,-0.336 0.172,-0.09 0.32,-0.129 0.414,-0.106 0.09,0.024 0.32,-0.031 0.598,-0.136 0.461,-0.176 0.605,-0.184 0.605,-0.024 0,0.051 0.047,0.125 0.102,0.164 0.265,0.188 -0.207,0.488 -1.215,0.774 -0.188,0.05 -0.606,0.199 -0.926,0.328 -0.324,0.129 -0.965,0.359 -1.426,0.515 -0.457,0.153 -1,0.348 -1.203,0.426 -0.758,0.297 -2.832,0.856 -3.172,0.856 -0.246,0.004 -0.261,0.011 -0.261,0.168 0,0.214 -0.102,0.312 -0.325,0.312 -0.133,0 -0.172,0.027 -0.172,0.121 0,0.137 0.161,0.535 0.215,0.535 0.024,0 0.149,-0.05 0.282,-0.117 0.261,-0.133 0.464,-0.152 0.523,-0.062 0.023,0.035 0.098,0.007 0.176,-0.067 0.402,-0.371 1.203,-0.726 2.578,-1.156 0.391,-0.121 1.031,-0.344 1.422,-0.488 0.39,-0.149 0.89,-0.336 1.105,-0.414 0.219,-0.078 0.637,-0.254 0.93,-0.391 0.293,-0.133 0.644,-0.258 0.781,-0.273 0.137,-0.016 0.363,-0.071 0.508,-0.121 0.34,-0.122 0.437,-0.079 0.437,0.187 0,0.207 -0.011,0.215 -0.535,0.461 -1.226,0.566 -1.777,0.812 -1.894,0.844 -0.219,0.058 -1.914,0.64 -2.043,0.703 -0.235,0.113 -2.738,0.894 -2.992,0.933 -0.168,0.024 -0.286,0.012 -0.348,-0.039 -0.074,-0.058 -0.094,-0.054 -0.094,0.02 0,0.133 -0.269,0.32 -0.523,0.367 -0.121,0.02 -0.219,0.051 -0.219,0.07 0,0.016 0.094,0.278 0.207,0.579 0.113,0.304 0.336,0.925 0.492,1.386 0.153,0.461 0.477,1.364 0.711,2.008 0.238,0.641 0.453,1.305 0.477,1.477 0.043,0.32 0.219,0.836 0.461,1.359 0.074,0.164 0.152,0.379 0.172,0.48 0.019,0.098 0.097,0.286 0.171,0.418 0.079,0.129 0.157,0.329 0.176,0.434 0.024,0.109 0.125,0.391 0.231,0.629 0.269,0.613 0.285,0.648 0.367,0.859 0.039,0.106 0.125,0.239 0.191,0.293 0.067,0.059 0.117,0.16 0.117,0.227 0,0.066 0.071,0.191 0.153,0.273 0.082,0.086 0.328,0.543 0.547,1.02 0.949,2.066 3.304,6.59 3.476,6.683 0.047,0.024 0.141,0.164 0.211,0.313 0.07,0.148 0.254,0.418 0.41,0.598 0.153,0.183 0.321,0.402 0.371,0.496 l 0.094,0.164 0.262,-0.129 c 0.418,-0.203 1.508,-0.817 2.191,-1.227 0.594,-0.359 0.821,-0.449 0.821,-0.328 0,0.07 -0.414,0.43 -0.805,0.703 -0.484,0.336 -0.508,0.34 1.176,-0.25 1.633,-0.57 2.414,-0.855 3.031,-1.105 0.395,-0.156 1.367,-0.547 2.168,-0.864 0.797,-0.316 1.691,-0.683 1.988,-0.812 0.297,-0.129 0.555,-0.234 0.578,-0.234 0.028,0 0.243,-0.094 0.485,-0.204 1.261,-0.585 2.113,-0.972 2.66,-1.21 1.176,-0.512 1.836,-0.86 1.902,-0.997 0.067,-0.14 0.336,-0.32 1.508,-0.984 0.41,-0.234 0.965,-0.574 1.238,-0.758 0.274,-0.179 0.742,-0.484 1.043,-0.676 0.305,-0.187 0.93,-0.589 1.395,-0.886 1.34,-0.867 1.457,-0.942 1.832,-1.16 0.195,-0.118 0.496,-0.344 0.668,-0.504 0.176,-0.16 0.406,-0.317 0.515,-0.344 0.11,-0.031 0.426,-0.227 0.704,-0.441 0.277,-0.211 0.531,-0.387 0.562,-0.387 0.133,0 0.301,0.129 0.297,0.226 -0.008,0.18 -1.477,1.223 -4.356,3.094 -2.093,1.363 -2.566,1.641 -2.566,1.504 0,-0.059 -0.23,0.031 -0.758,0.301 -0.418,0.215 -0.996,0.508 -1.285,0.656 -0.644,0.324 -0.73,0.399 -0.621,0.524 0.055,0.066 0.086,0.457 0.109,1.363 0.016,0.699 0.055,1.363 0.094,1.472 0.035,0.114 0.16,0.305 0.277,0.434 0.196,0.211 0.211,0.25 0.172,0.484 -0.023,0.141 -0.082,0.317 -0.129,0.387 -0.14,0.215 -2.523,1.688 -2.605,1.613 -0.051,-0.05 0.574,-0.664 0.898,-0.886 0.149,-0.102 0.258,-0.192 0.243,-0.207 -0.016,-0.012 -0.547,0.207 -1.184,0.484 -0.637,0.281 -1.168,0.508 -1.184,0.508 -0.015,0 -0.343,0.14 -0.726,0.308 -1.008,0.442 -2.797,1.188 -4.219,1.754 -0.68,0.274 -1.551,0.618 -1.93,0.77 -0.382,0.152 -0.73,0.277 -0.777,0.277 -0.047,0 -0.199,0.055 -0.34,0.121 -0.14,0.067 -0.304,0.121 -0.359,0.121 -0.059,0 -0.278,0.079 -0.485,0.172 -0.515,0.239 -1.339,0.555 -3.128,1.2 -0.836,0.3 -1.586,0.585 -1.672,0.632 -0.575,0.336 -1.516,0.723 -2.887,1.196 -0.738,0.257 -1.926,0.738 -2.125,0.867 -0.082,0.055 -0.402,0.183 -0.711,0.285 -0.305,0.102 -0.996,0.348 -1.531,0.543 -0.535,0.199 -1.246,0.445 -1.578,0.547 -0.328,0.101 -0.657,0.234 -0.723,0.293 -0.309,0.262 -0.762,0.508 -1.066,0.578 -0.204,0.043 -0.438,0.152 -0.594,0.277 -0.945,0.742 -2.293,1.387 -3.289,1.574 -0.934,0.172 -0.938,0.172 -0.848,0.071 0.043,-0.051 0.152,-0.11 0.246,-0.133 0.094,-0.02 0.703,-0.293 1.36,-0.609 1.062,-0.504 1.984,-1.036 2.421,-1.399 l 0.149,-0.121 -0.258,-0.57 c -0.141,-0.313 -0.258,-0.61 -0.258,-0.653 0,-0.082 -0.363,-0.746 -0.957,-1.761 -0.484,-0.828 -2.32,-4.547 -2.32,-4.703 0,-0.024 -0.059,-0.164 -0.129,-0.317 -0.07,-0.148 -0.18,-0.387 -0.246,-0.527 -0.066,-0.141 -0.121,-0.309 -0.121,-0.367 0,-0.063 -0.231,-0.582 -0.516,-1.153 -0.683,-1.371 -1.058,-2.16 -1.207,-2.547 -0.113,-0.293 -0.222,-0.457 -0.695,-1.058 -0.086,-0.113 -0.293,-0.496 -0.453,-0.852 -0.434,-0.949 -0.762,-1.656 -1.039,-2.23 -0.133,-0.278 -0.508,-1.086 -0.832,-1.793 -0.325,-0.707 -0.723,-1.567 -0.887,-1.914 -0.16,-0.344 -0.363,-0.817 -0.445,-1.043 -0.086,-0.231 -0.352,-0.93 -0.59,-1.555 -0.567,-1.492 -1.145,-3.199 -1.602,-4.754 -0.09,-0.308 -0.402,-1.211 -0.648,-1.883 -0.063,-0.168 -0.114,-0.375 -0.114,-0.464 -0.003,-0.145 -0.027,-0.165 -0.203,-0.165 -0.445,0 -2.136,0.504 -2.613,0.778 -0.101,0.058 -0.293,0.117 -0.426,0.129 -0.343,0.027 -0.406,-0.094 -0.226,-0.453 0.136,-0.278 0.144,-0.282 1.508,-0.926 1.339,-0.637 2.949,-1.375 3.503,-1.61 0.153,-0.066 1.016,-0.46 1.918,-0.878 3.086,-1.43 4.254,-1.957 4.641,-2.09 0.227,-0.082 1.262,-0.539 1.422,-0.633 0.191,-0.109 1.836,-0.883 2.133,-1.004 0.172,-0.07 0.785,-0.301 1.363,-0.516 0.578,-0.214 1.16,-0.445 1.297,-0.511 0.137,-0.063 0.43,-0.18 0.648,-0.258 0.223,-0.082 1.266,-0.457 2.321,-0.836 1.054,-0.379 2.086,-0.746 2.289,-0.813 0.203,-0.066 0.648,-0.218 0.992,-0.339 0.34,-0.122 0.785,-0.27 0.988,-0.336 0.203,-0.067 0.703,-0.278 1.113,-0.469 0.407,-0.192 0.825,-0.367 0.926,-0.391 0.106,-0.023 0.34,-0.113 0.528,-0.191 0.554,-0.238 0.984,-0.375 1.609,-0.5 0.32,-0.067 0.641,-0.133 0.711,-0.149 0.191,-0.043 0.508,0.18 0.555,0.391 0.054,0.234 0.086,0.25 0.421,0.207 0.438,-0.059 0.481,-0.109 0.239,-0.305 -0.324,-0.261 -0.196,-0.507 0.179,-0.351 0.082,0.035 0.094,0.008 0.071,-0.145 -0.031,-0.218 0.125,-0.418 0.328,-0.418 0.141,0 1.019,-0.562 1.019,-0.652 0,-0.043 0.528,-0.508 1.286,-1.137 0.339,-0.281 0.277,-0.363 -0.286,-0.363 -0.265,0 -0.757,-0.039 -1.097,-0.086 -0.336,-0.047 -0.875,-0.105 -1.199,-0.125 -0.434,-0.031 -0.622,-0.07 -0.711,-0.148 -0.071,-0.059 -0.348,-0.192 -0.621,-0.293 -0.329,-0.121 -0.571,-0.254 -0.711,-0.395 -0.114,-0.113 -0.258,-0.207 -0.317,-0.207 -0.238,0 -0.547,-0.594 -0.547,-1.043 0,-0.488 0.555,-2.289 0.949,-3.09 0.126,-0.25 0.223,-0.48 0.223,-0.515 0,-0.051 0.25,-0.579 0.934,-1.969 0.101,-0.203 0.179,-0.387 0.179,-0.41 0,-0.02 0.059,-0.114 0.129,-0.2 0.071,-0.085 0.27,-0.371 0.45,-0.628 0.175,-0.262 0.437,-0.637 0.582,-0.84 0.379,-0.524 0.445,-0.657 0.937,-1.891 0.524,-1.324 0.539,-1.453 0.207,-1.914 -0.277,-0.383 -0.652,-0.574 -0.785,-0.398 -0.121,0.16 -0.828,0.14 -1.047,-0.024 -0.09,-0.066 -0.16,-0.172 -0.16,-0.234 0,-0.063 -0.031,-0.129 -0.066,-0.149 -0.04,-0.027 -0.008,-0.132 0.089,-0.293 0.176,-0.293 0.293,-0.582 0.508,-1.257 0.258,-0.821 0.199,-1.989 -0.133,-2.61 -0.109,-0.207 -0.519,-0.379 -0.785,-0.332 -0.262,0.047 -0.625,0.238 -0.949,0.496 -0.141,0.11 -0.313,0.199 -0.379,0.199 -0.066,0 -0.363,0.168 -0.652,0.375 -1.317,0.926 -3.067,2.196 -3.446,2.497 -0.582,0.461 -1.777,1.371 -2.086,1.582 -0.281,0.199 -1.515,1.214 -2.242,1.843 -0.457,0.395 -1.113,1.075 -1.632,1.684 -0.141,0.168 -0.2,0.254 -0.129,0.195 0.117,-0.093 0.273,-0.14 0.273,-0.078 0,0.027 -0.117,0.192 -0.559,0.801 -0.105,0.144 -0.527,0.672 -0.945,1.176 -0.414,0.504 -0.812,0.996 -0.879,1.097 -0.066,0.098 -0.359,0.512 -0.648,0.918 -0.539,0.754 -0.871,1.262 -1.395,2.129 -0.164,0.274 -0.332,0.516 -0.375,0.539 -0.125,0.067 -0.277,0.461 -0.207,0.528 0.039,0.039 0.184,0.039 0.383,0.007 0.18,-0.027 0.758,-0.062 1.285,-0.078 0.528,-0.015 1.164,-0.054 1.422,-0.082 0.254,-0.027 0.641,-0.054 0.856,-0.062 0.429,-0.012 0.625,-0.063 0.742,-0.199 0.043,-0.055 0.242,-0.106 0.492,-0.129 0.226,-0.024 0.75,-0.106 1.156,-0.184 0.41,-0.078 1.07,-0.187 1.477,-0.242 0.726,-0.102 0.73,-0.102 0.906,0.027 0.211,0.149 0.305,0.156 0.465,0.039 0.176,-0.125 0.597,-0.054 1.121,0.192 0.836,0.394 1.164,0.8 1.125,1.402 -0.02,0.309 -0.02,0.313 0.16,0.313 0.285,0.003 0.25,0.132 -0.066,0.238 -0.16,0.051 -0.336,0.129 -0.387,0.176 -0.133,0.105 -0.441,0.222 -1.832,0.679 -2.406,0.793 -5.524,1.668 -5.617,1.578 -0.063,-0.066 0.277,-0.304 0.429,-0.304 0.067,0 0.411,-0.098 0.766,-0.215 0.355,-0.113 0.898,-0.285 1.207,-0.379 0.305,-0.094 0.766,-0.254 1.02,-0.352 0.254,-0.097 0.644,-0.234 0.867,-0.3 0.375,-0.114 1.734,-0.578 2.226,-0.758 l 0.215,-0.082 -0.234,-0.004 c -0.125,-0.004 -0.809,0.074 -1.516,0.172 -3.48,0.48 -7.726,0.894 -9.226,0.898 -0.258,0 -0.813,0.004 -1.239,0.004 -0.425,0 -0.886,0.016 -1.019,0.031 -1.789,0.207 -12.082,0.578 -12.348,0.442 -0.058,-0.031 -0.234,-0.055 -0.383,-0.055 -0.148,0 -0.363,-0.031 -0.468,-0.066 -0.176,-0.059 -0.227,-0.051 -0.434,0.09 -0.285,0.191 -0.316,0.191 -0.316,0.003 0,-0.082 -0.028,-0.148 -0.059,-0.148 -0.113,0 -0.129,-0.219 -0.035,-0.512 0.129,-0.414 0.117,-0.519 -0.078,-0.695 -0.461,-0.418 -0.664,-0.395 -1.055,0.117 -0.172,0.219 -0.48,0.563 -0.687,0.758 -0.207,0.199 -0.375,0.402 -0.375,0.457 0,0.34 -0.34,0.684 -0.528,0.531 -0.043,-0.035 -0.097,-0.031 -0.14,0.016 -0.118,0.109 -0.09,0.164 0.078,0.164 0.195,0 0.203,0.133 0.019,0.301 -0.101,0.09 -0.183,0.113 -0.316,0.086 -0.098,-0.024 -0.301,-0.02 -0.449,0 -0.215,0.031 -0.274,0.066 -0.274,0.156 0,0.137 -0.043,0.156 -0.926,0.414 -0.359,0.105 -1.472,0.508 -2.476,0.898 -1.004,0.387 -1.934,0.723 -2.067,0.746 -0.136,0.02 -0.39,0.118 -0.566,0.215 -0.176,0.094 -0.437,0.188 -0.574,0.211 -0.141,0.02 -0.309,0.082 -0.375,0.141 -0.067,0.055 -0.367,0.203 -0.664,0.332 -0.301,0.125 -0.688,0.316 -0.856,0.422 -0.172,0.105 -0.394,0.234 -0.496,0.285 -0.183,0.094 -0.183,0.094 -0.031,0.098 0.086,0 0.949,-0.055 1.918,-0.125 0.969,-0.067 1.984,-0.137 2.258,-0.153 0.625,-0.031 3.761,-0.289 5.074,-0.414 0.711,-0.07 1.301,-0.086 2.101,-0.058 0.614,0.019 1.825,0.007 2.692,-0.028 1.836,-0.074 2.383,-0.097 3.773,-0.148 0.559,-0.024 1.133,-0.067 1.266,-0.098 0.137,-0.031 0.289,-0.058 0.34,-0.058 0.054,0 0.148,-0.024 0.219,-0.055 0.066,-0.027 0.511,-0.094 0.984,-0.149 0.473,-0.054 0.922,-0.121 0.992,-0.148 0.199,-0.074 1.5,-0.199 1.613,-0.156 0.059,0.023 0.086,0.074 0.067,0.125 -0.028,0.07 0.019,0.09 0.207,0.09 0.418,0 0.863,-0.118 1.953,-0.512 0.582,-0.211 1.102,-0.383 1.152,-0.383 0.055,0 0.164,-0.055 0.246,-0.125 l 0.145,-0.121 -0.184,0.031 c -0.101,0.016 -0.757,0.074 -1.453,0.121 -3.722,0.266 -4.902,0.344 -6.621,0.426 -1.035,0.047 -2.199,0.121 -2.582,0.156 -0.621,0.063 -0.84,0.051 -0.746,-0.039 0.098,-0.097 1.762,-0.293 3.328,-0.39 3.453,-0.215 5.231,-0.375 5.504,-0.485 0.25,-0.101 2.43,-0.183 3.07,-0.117 0.543,0.059 0.586,0.055 1.11,-0.113 0.379,-0.121 0.578,-0.16 0.648,-0.121 0.07,0.035 0.192,0.027 0.348,-0.028 0.133,-0.046 0.476,-0.156 0.765,-0.242 0.289,-0.086 0.774,-0.246 1.082,-0.355 0.793,-0.289 1.528,-0.512 1.668,-0.512 0.254,0 -0.07,0.188 -0.531,0.309 -0.25,0.066 -0.539,0.156 -0.644,0.199 -0.192,0.086 -0.696,0.265 -1.266,0.449 -0.187,0.063 -0.535,0.184 -0.773,0.27 -0.497,0.183 -1.606,0.574 -2.196,0.773 -0.222,0.074 -1.254,0.465 -2.297,0.863 -1.308,0.504 -1.933,0.774 -2.023,0.875 -0.113,0.129 -0.188,0.149 -0.52,0.149 -0.386,0.004 -1.363,0.09 -4.285,0.39 -0.851,0.086 -1.906,0.172 -2.351,0.188 -0.805,0.027 -1.215,0.055 -1.391,0.082 -0.266,0.043 -0.637,-0.067 -0.539,-0.16 0.027,-0.024 0.539,-0.09 1.145,-0.149 0.601,-0.058 1.32,-0.148 1.589,-0.199 0.274,-0.055 0.692,-0.109 0.93,-0.125 0.75,-0.051 1.082,-0.101 1.082,-0.164 0,-0.035 -0.113,-0.043 -0.293,-0.023 -1.367,0.171 -7.015,0.48 -7.187,0.394 -0.133,-0.066 0.285,-0.262 0.582,-0.269 1.125,-0.036 2.05,-0.102 2.132,-0.149 0.168,-0.105 -3.953,-0.004 -5.312,0.125 -0.664,0.067 -1.406,0.117 -1.652,0.117 -0.246,0 -0.512,0.028 -0.59,0.059 -0.133,0.051 -1.008,0.121 -4.133,0.336 -2.461,0.164 -2.723,0.172 -2.723,0.074 0,-0.047 0.035,-0.121 0.078,-0.168 0.043,-0.043 0.051,-0.066 0.016,-0.051 -1.238,0.578 -2.504,1.211 -2.504,1.25 0,0.028 0.117,0.039 0.262,0.024 0.144,-0.012 0.777,-0.055 1.406,-0.09 1.234,-0.066 1.453,-0.086 4.36,-0.352 2.874,-0.265 3.441,-0.304 3.554,-0.246 0.055,0.028 0.141,0.032 0.192,0.004 0.105,-0.055 0.39,0.031 0.343,0.106 -0.015,0.027 -0.343,0.082 -0.73,0.125 -0.383,0.039 -0.922,0.097 -1.192,0.125 -0.808,0.089 -2.562,0.23 -4.082,0.332 -0.785,0.05 -1.8,0.129 -2.257,0.175 -2.27,0.235 -2.321,0.239 -2.536,0.082 -0.132,-0.093 -0.183,-0.171 -0.164,-0.25 0.02,-0.078 0.004,-0.097 -0.062,-0.074 -0.055,0.02 -0.117,0.035 -0.145,0.035 -0.027,0 -0.066,0.067 -0.089,0.149 -0.047,0.187 -0.313,0.265 -0.454,0.133 -0.164,-0.16 -0.281,-1.754 -0.125,-1.703 0.043,0.015 0.086,0.144 0.098,0.289 0.012,0.152 0.066,0.316 0.133,0.382 0.062,0.067 0.125,0.188 0.137,0.27 0.015,0.129 0.046,0.148 0.222,0.137 0.203,-0.016 1.153,-0.313 1.438,-0.45 0.086,-0.043 0.191,-0.121 0.234,-0.179 0.055,-0.074 0.129,-0.094 0.231,-0.067 0.113,0.024 0.152,0.012 0.152,-0.054 0,-0.106 0.051,-0.129 1.484,-0.719 0.598,-0.246 1.325,-0.555 1.621,-0.691 0.297,-0.133 0.77,-0.329 1.051,-0.43 0.285,-0.102 0.68,-0.262 0.887,-0.356 0.683,-0.32 2.648,-1.078 2.793,-1.078 0.082,0 0.195,-0.027 0.254,-0.058 0.058,-0.036 0.316,-0.129 0.57,-0.211 0.254,-0.082 0.645,-0.211 0.867,-0.282 l 0.403,-0.132 -0.239,-0.02 c -0.148,-0.012 -0.277,0.012 -0.339,0.067 -0.118,0.097 -0.622,0.183 -0.77,0.128 -0.07,-0.027 -0.113,-0.144 -0.141,-0.378 -0.101,-0.899 -0.316,-1.321 -0.281,-0.559 0.008,0.207 -0.019,0.465 -0.058,0.578 -0.098,0.289 -0.36,0.352 -1.258,0.301 -0.477,-0.028 -0.926,-0.012 -1.461,0.051 -0.426,0.054 -1.047,0.113 -1.379,0.136 -0.512,0.035 -0.602,0.028 -0.602,-0.05 0,-0.051 0.09,-0.122 0.2,-0.157 0.222,-0.074 0.335,-0.078 -1.344,0.047 -0.406,0.031 -1.59,0.086 -2.629,0.121 -1.039,0.035 -2.442,0.09 -3.125,0.121 -0.68,0.036 -1.805,0.059 -2.5,0.059 -0.692,0 -1.25,0.012 -1.231,0.027 0.055,0.059 1.161,0.211 1.969,0.278 0.461,0.039 0.918,0.078 1.02,0.086 0.257,0.027 4.09,-0.133 4.332,-0.18 0.066,-0.012 0.472,-0.039 0.894,-0.059 0.653,-0.031 0.758,-0.023 0.672,0.043 -0.101,0.078 -0.348,0.106 -3.082,0.324 -1.82,0.145 -4.476,0.133 -6,-0.031 -1.168,-0.125 -1.422,-0.16 -3.094,-0.422 -1.25,-0.199 -1.547,-0.312 -1.547,-0.597 0,-0.215 0.106,-0.305 0.356,-0.305 0.207,0 0.266,0.094 0.133,0.223 -0.051,0.047 0.031,0.082 0.293,0.132 0.203,0.04 0.445,0.094 0.543,0.125 0.097,0.032 0.285,0.059 0.418,0.059 0.195,0 0.238,-0.023 0.238,-0.117 0,-0.129 0.453,-0.289 2.058,-0.719 1.262,-0.34 1.653,-0.496 3.325,-1.308 1.429,-0.696 2.367,-1.235 2.648,-1.524 l 0.141,-0.144 -0.344,0.113 c -0.191,0.062 -0.527,0.219 -0.746,0.351 -0.852,0.504 -1.547,0.805 -3.766,1.641 -0.965,0.363 -2.722,0.848 -3.347,0.926 -0.274,0.031 -0.59,0.086 -0.711,0.121 -0.305,0.086 -0.496,0.078 -0.496,-0.027 0,-0.094 0.175,-0.149 0.961,-0.305 0.269,-0.055 0.871,-0.227 1.328,-0.387 0.734,-0.25 2.14,-0.691 2.879,-0.906 0.132,-0.039 0.425,-0.152 0.648,-0.246 0.219,-0.098 0.594,-0.238 0.828,-0.317 0.426,-0.14 1.496,-0.66 1.906,-0.929 0.614,-0.395 1.036,-0.692 1.286,-0.903 0.3,-0.254 0.679,-0.781 0.679,-0.953 0,-0.187 -0.195,-0.508 -0.379,-0.609 -0.097,-0.059 -0.175,-0.141 -0.175,-0.184 0,-0.168 -0.364,-0.367 -0.961,-0.531 -1.629,-0.449 -2.118,-0.594 -2.289,-0.676 -0.102,-0.051 -0.532,-0.199 -0.957,-0.332 -0.426,-0.133 -1.118,-0.375 -1.54,-0.535 -0.656,-0.254 -0.804,-0.289 -1.05,-0.262 -0.407,0.047 -0.942,0.153 -1.106,0.215 -0.23,0.086 -0.84,0.164 -2.058,0.262 -0.629,0.051 -1.465,0.133 -1.856,0.184 -1.172,0.144 -2.25,0.261 -2.379,0.257 -0.07,-0.004 -0.32,0.028 -0.558,0.063 -0.239,0.039 -1.075,0.078 -1.864,0.09 -0.785,0.011 -1.457,0.035 -1.488,0.054 -0.035,0.024 -0.148,0.008 -0.254,-0.031 -0.152,-0.055 -0.222,-0.055 -0.347,0.012 -0.122,0.062 -0.192,0.062 -0.332,0.008 -0.133,-0.055 -0.598,-0.063 -1.782,-0.036 -2.187,0.051 -1.601,0.059 -6.519,-0.085 -0.969,-0.028 -2.336,-0.055 -3.032,-0.059 -0.699,-0.004 -1.406,-0.023 -1.578,-0.039 -0.172,-0.012 -0.879,-0.055 -1.578,-0.09 -1.402,-0.066 -3.336,-0.277 -4.496,-0.484 -0.859,-0.157 -0.965,-0.133 -0.797,0.179 0.121,0.227 0.121,0.27 0.004,0.227 -0.121,-0.043 -0.121,0.141 -0.004,0.535 0.051,0.16 0.18,0.711 0.285,1.219 0.11,0.527 0.231,0.949 0.282,0.984 0.047,0.035 0.117,0.266 0.152,0.512 0.039,0.246 0.094,0.609 0.125,0.809 0.156,0.949 0.312,2.687 0.344,3.765 0.035,1.371 0.051,1.477 0.179,1.426 0.082,-0.027 0.086,0.07 0.055,0.766 -0.023,0.437 -0.027,0.785 -0.008,0.769 0.067,-0.059 0.297,-1.047 0.328,-1.406 0.047,-0.5 0.079,-0.629 0.161,-0.629 0.05,0 0.054,0.16 0.015,0.586 -0.027,0.32 -0.047,0.973 -0.039,1.449 0.063,4.078 0.055,4.309 -0.269,6.367 -0.227,1.426 -0.36,2.102 -0.524,2.614 -0.078,0.253 -0.125,0.48 -0.101,0.507 0.039,0.036 0.332,-0.05 1.586,-0.464 0.355,-0.118 1.871,-0.536 2.476,-0.684 0.356,-0.086 0.867,-0.223 1.133,-0.305 0.266,-0.078 0.586,-0.144 0.711,-0.144 0.394,0 0.414,-0.035 0.324,-0.645 -0.129,-0.851 -0.031,-1.012 0.707,-1.195 0.516,-0.129 1.797,-0.57 1.891,-0.649 0.054,-0.043 0.156,-0.082 0.222,-0.082 0.094,0 0.145,-0.062 0.2,-0.238 0.074,-0.238 0.343,-0.598 0.445,-0.598 0.031,0 0.059,0.067 0.059,0.149 0,0.234 0.085,0.18 0.332,-0.211 0.199,-0.309 0.375,-0.477 0.496,-0.477 0.019,0 0.035,0.079 0.035,0.168 0,0.094 0.019,0.188 0.039,0.207 0.023,0.024 0.265,-0.164 0.543,-0.41 0.879,-0.781 1.445,-0.914 0.848,-0.199 -0.274,0.328 -0.383,0.535 -0.286,0.535 0.016,0 0.188,-0.07 0.379,-0.152 0.192,-0.082 0.383,-0.149 0.422,-0.149 0.043,0 0.184,-0.089 0.317,-0.195 0.523,-0.426 1.292,-0.883 1.488,-0.883 0.097,0 0.097,0.012 -0.008,0.121 -0.133,0.145 -0.047,0.153 0.262,0.032 0.297,-0.121 0.324,-0.075 0.09,0.14 -0.325,0.293 -0.223,0.395 0.214,0.219 0.286,-0.117 1.188,-0.254 1.973,-0.305 0.57,-0.035 1.824,0.028 3.031,0.153 0.27,0.027 0.785,0.078 1.141,0.113 0.785,0.074 1.746,0.332 2.738,0.738 0.871,0.356 1.317,0.625 1.317,0.793 0,0.215 -0.274,0.141 -2.153,-0.558 -0.66,-0.247 -1.593,-0.485 -2.797,-0.719 -1.183,-0.231 -3.73,-0.285 -4.761,-0.102 -0.918,0.16 -1.102,0.239 -1.442,0.621 -0.375,0.418 -0.89,1.098 -0.859,1.125 0.012,0.012 0.226,-0.07 0.48,-0.179 0.715,-0.321 1.536,-0.578 1.942,-0.61 0.344,-0.027 0.386,-0.015 0.582,0.149 0.133,0.113 0.195,0.211 0.172,0.269 -0.02,0.051 -0.309,0.223 -0.641,0.387 -0.961,0.469 -0.961,0.457 0.023,0.461 0.805,0.004 0.922,0.019 2.028,0.285 0.648,0.156 1.555,0.387 2.012,0.516 0.46,0.129 1.031,0.261 1.269,0.293 0.691,0.101 1.109,0.25 1.133,0.41 0.016,0.105 0.058,0.133 0.199,0.133 0.098,0 0.242,-0.028 0.328,-0.063 0.18,-0.082 0.407,0.012 0.418,0.172 0.004,0.055 0.024,0.023 0.047,-0.074 0.047,-0.211 0.145,-0.25 0.281,-0.121 0.153,0.148 0.227,0.058 0.688,-0.828 0.519,-0.993 0.703,-1.262 0.89,-1.286 0.137,-0.019 0.145,-0.007 0.114,0.211 -0.02,0.129 -0.133,0.457 -0.25,0.723 -0.121,0.27 -0.199,0.488 -0.172,0.488 0.027,0 0.238,-0.086 0.473,-0.191 0.355,-0.156 0.503,-0.192 0.875,-0.192 0.246,-0.003 0.449,-0.023 0.449,-0.046 0,-0.086 0.687,-0.746 1.031,-0.993 0.918,-0.652 2.602,-1.562 3.488,-1.886 0.434,-0.16 1.227,-0.504 1.668,-0.723 0.34,-0.168 1.184,-0.453 1.344,-0.453 0.141,0 0.492,0.16 0.547,0.254 0.023,0.035 0.051,0.234 0.066,0.445 0.012,0.207 0.067,0.496 0.117,0.633 0.196,0.523 0.336,0.988 0.461,1.531 0.098,0.438 0.172,0.613 0.332,0.809 0.25,0.297 0.442,0.652 0.629,1.172 l 0.141,0.39 0.008,-0.258 c 0.004,-0.285 -0.071,-0.628 -0.258,-1.195 -0.106,-0.324 -0.117,-0.515 -0.023,-0.426 0.078,0.075 0.773,1.379 0.835,1.567 0.043,0.121 0.094,0.222 0.118,0.222 0.023,0 0.214,-0.07 0.429,-0.16 l 0.383,-0.156 0.235,0.156 c 0.128,0.086 0.402,0.325 0.613,0.532 0.492,0.492 2.347,2.585 2.527,2.855 0.215,0.332 0.922,0.938 1.188,1.02 0.129,0.039 0.445,0.171 0.699,0.296 0.254,0.122 0.574,0.258 0.711,0.301 0.137,0.043 0.59,0.231 1.004,0.422 0.66,0.301 0.758,0.363 0.758,0.488 0,0.172 0.238,0.403 0.414,0.403 0.175,0 0.453,0.226 0.453,0.367 0,0.207 -0.246,0.832 -0.621,1.582 -0.203,0.402 -0.368,0.793 -0.368,0.867 0,0.086 -0.113,0.25 -0.281,0.418 -0.32,0.313 -0.316,0.375 0.02,0.637 0.125,0.097 0.394,0.39 0.593,0.652 0.204,0.258 0.442,0.567 0.532,0.68 0.175,0.222 0.644,0.875 1.16,1.613 0.644,0.926 1.308,1.984 1.41,2.258 0.188,0.496 0.641,1.437 0.809,1.672 0.191,0.273 0.894,1.664 1.277,2.531 0.352,0.797 0.566,1.453 0.699,2.129 0.055,0.289 0.192,0.773 0.305,1.066 0.113,0.297 0.277,0.782 0.367,1.078 0.094,0.297 0.246,0.793 0.344,1.106 0.215,0.684 0.316,1.066 0.531,1.973 0.09,0.379 0.227,0.875 0.305,1.105 0.519,1.512 1.019,5.305 0.965,7.332 -0.008,0.266 -0.032,0.301 -0.489,0.719 -1.343,1.238 -2.992,2.375 -4.855,3.348 -0.379,0.199 -1.113,0.605 -1.625,0.898 l -0.93,0.535 -0.082,0.344 c -0.043,0.191 -0.086,0.762 -0.098,1.269 -0.015,0.86 -0.093,1.625 -0.296,3.059 -0.094,0.641 -0.157,0.758 -0.809,1.539 -0.773,0.926 -1.133,1.309 -1.957,2.094 -0.59,0.558 -0.863,0.863 -0.895,0.988 -0.187,0.824 -2.027,3.609 -3.699,5.598 -0.73,0.875 -0.828,0.965 -1.066,0.972 -0.067,0.004 -0.285,0.047 -0.485,0.094 -0.425,0.098 -0.597,0.297 -0.597,0.684 0,0.133 -0.059,0.324 -0.137,0.445 -0.211,0.34 -1.93,2.535 -2.273,2.906 -0.121,0.129 -0.332,0.36 -0.473,0.508 -0.137,0.149 -0.266,0.313 -0.285,0.359 -0.082,0.204 -0.817,1.067 -1.567,1.833 -0.988,1.011 -2.937,2.714 -4.714,4.121 -0.25,0.195 -0.469,0.414 -0.489,0.488 -0.047,0.191 0.032,0.566 0.153,0.691 0.089,0.098 0.089,0.129 -0.004,0.391 -0.055,0.152 -0.11,0.348 -0.121,0.43 -0.012,0.089 -0.067,0.156 -0.153,0.175 -0.07,0.02 -0.265,0.211 -0.425,0.422 -0.614,0.809 -1.27,1.547 -1.891,2.114 -0.668,0.613 -0.93,0.839 -1.129,0.96 -0.113,0.075 -0.109,0.094 0.059,0.668 0.093,0.325 0.179,0.7 0.187,0.832 0.008,0.133 0.141,0.696 0.297,1.258 0.746,2.684 1.293,4.86 1.488,5.95 0.137,0.75 0.133,0.746 0.485,0.601 0.39,-0.16 1.816,-0.621 2.488,-0.805 0.816,-0.218 1.832,-0.343 3.113,-0.379 1.137,-0.035 1.285,-0.019 1.867,0.196 0.645,0.238 1.875,0.558 2.028,0.527 0.328,-0.062 3.047,1.102 3.828,1.641 0.793,0.547 2.25,1.797 2.722,2.344 0.485,0.554 0.762,0.921 0.762,1.011 0,0.043 0.117,0.18 0.262,0.305 0.394,0.34 0.234,0.348 -0.211,0.012 -0.484,-0.371 -1.418,-0.969 -1.504,-0.969 -0.035,0 0.266,0.316 0.664,0.703 0.399,0.387 0.727,0.73 0.727,0.77 0,0.132 -0.535,0.144 -0.84,0.019 -0.156,-0.066 -0.356,-0.117 -0.445,-0.117 -0.086,0 -0.305,-0.047 -0.481,-0.102 -0.476,-0.144 -0.75,0.008 -0.324,0.18 0.222,0.09 0.461,0.316 0.398,0.379 -0.019,0.019 -0.324,-0.012 -0.676,-0.07 -0.531,-0.086 -0.898,-0.102 -2.136,-0.079 -1.391,0.024 -1.844,-0.015 -1.25,-0.109 0.136,-0.019 0.25,-0.058 0.25,-0.086 0,-0.078 -0.418,-0.133 -0.696,-0.09 -0.285,0.043 -2.621,0.985 -3.699,1.489 -0.902,0.425 -3.133,1.339 -3.547,1.457 -0.175,0.05 -0.652,0.222 -1.058,0.379 -0.41,0.16 -1.149,0.41 -1.641,0.558 -1.055,0.317 -1.113,0.336 -1.113,0.395 0,0.023 0.098,0.164 0.219,0.316 0.121,0.149 0.371,0.539 0.558,0.863 0.363,0.637 0.422,0.926 0.242,1.254 -0.097,0.184 -0.117,0.321 -0.046,0.321 0.027,0 0.144,-0.028 0.265,-0.059 0.442,-0.117 1.524,-0.242 2.098,-0.242 1.597,0 3.953,0.496 5.707,1.199 0.824,0.332 2.019,1.051 2.305,1.387 0.355,0.422 0.589,0.824 0.589,1.015 0.004,0.11 0.063,0.383 0.137,0.614 0.387,1.222 0.086,3.453 -0.73,5.461 -0.379,0.918 -1.571,3.207 -2.004,3.836 -0.973,1.421 -1.289,1.847 -1.824,2.468 -1.602,1.852 -3.395,3.176 -3.485,2.578 -0.012,-0.078 0.215,-0.511 0.574,-1.093 1.336,-2.184 1.688,-3.114 1.86,-4.938 0.133,-1.406 0.121,-1.91 -0.067,-2.656 -0.117,-0.465 -0.246,-0.785 -0.484,-1.199 -0.305,-0.535 -0.332,-0.571 -0.504,-0.551 -0.414,0.039 -2.57,0.668 -3.309,0.965 -0.3,0.121 -0.753,0.398 -1.296,0.789 -0.461,0.332 -0.95,0.672 -1.082,0.758 -1.481,0.914 -3.583,2.043 -3.797,2.043 -0.067,0 -0.309,0.078 -0.543,0.175 -0.617,0.25 -1.836,0.637 -2.371,0.746 -1.743,0.368 -2.969,0.52 -3.129,0.391 -0.051,-0.039 -0.305,-0.094 -0.571,-0.121 -0.375,-0.035 -0.539,-0.023 -0.761,0.051 -0.274,0.09 -0.297,0.09 -0.801,-0.074 -0.289,-0.09 -0.625,-0.215 -0.746,-0.274 l -0.223,-0.109 -0.644,0.363 c -0.758,0.426 -1.606,0.836 -2.52,1.223 -0.363,0.152 -0.719,0.336 -0.789,0.414 -0.293,0.304 -1.484,0.726 -2.934,1.039 -0.648,0.14 -0.812,-0.035 -0.238,-0.258 0.395,-0.156 0.82,-0.395 0.774,-0.441 -0.016,-0.016 -0.274,0.027 -0.575,0.093 -0.711,0.153 -1.011,0.196 -1.011,0.133 0,-0.027 0.121,-0.09 0.265,-0.137 0.145,-0.05 0.438,-0.148 0.649,-0.222 0.211,-0.074 0.386,-0.153 0.386,-0.176 0,-0.023 -0.308,-0.09 -0.683,-0.148 -0.778,-0.118 -1.074,-0.223 -1.176,-0.403 -0.043,-0.074 -0.109,-0.113 -0.172,-0.094 -0.058,0.016 -0.512,0.168 -1.012,0.336 -0.644,0.215 -0.961,0.293 -1.089,0.266 -0.114,-0.02 -0.383,0.023 -0.723,0.125 -0.488,0.145 -0.742,0.16 -0.535,0.035 0.129,-0.074 -0.071,-0.121 -0.516,-0.121 -0.609,0 -1.277,-0.105 -2.297,-0.359 -0.91,-0.227 -1.445,-0.43 -1.445,-0.547 0,-0.031 -0.102,-0.098 -0.227,-0.149 -1.554,-0.629 -3.293,-1.675 -4.543,-2.746 -0.273,-0.234 -2.468,-1.508 -2.785,-1.613 -0.125,-0.043 -0.422,-0.16 -0.664,-0.262 -0.238,-0.101 -0.519,-0.183 -0.629,-0.183 -0.168,0 -1.101,0.258 -1.531,0.422 -0.078,0.031 -0.234,0.054 -0.348,0.054 -0.269,0 -0.343,0.094 -0.644,0.809 -0.137,0.328 -0.395,0.906 -0.57,1.285 -0.176,0.379 -0.403,0.875 -0.5,1.105 -0.098,0.231 -0.219,0.485 -0.266,0.567 -0.176,0.305 -0.238,0.699 -0.231,1.465 0.008,0.836 0.063,1.207 0.286,2.004 0.078,0.281 0.218,0.789 0.312,1.136 0.094,0.344 0.289,0.871 0.43,1.168 0.246,0.512 0.394,1.125 0.289,1.188 -0.063,0.035 -1.453,-0.965 -1.992,-1.434 -0.223,-0.195 -0.782,-0.73 -1.246,-1.191 -0.696,-0.695 -0.899,-0.942 -1.207,-1.465 -0.727,-1.234 -1.004,-1.777 -1.407,-2.781 -0.222,-0.559 -0.445,-1.098 -0.492,-1.196 -0.051,-0.097 -0.133,-0.461 -0.183,-0.808 -0.079,-0.512 -0.086,-0.801 -0.036,-1.582 0.129,-2.094 0.629,-3.641 1.817,-5.633 0.75,-1.254 1.359,-2.086 1.711,-2.328 0.535,-0.371 2.269,-0.82 3.543,-0.922 0.367,-0.027 0.707,-0.078 0.75,-0.113 0.054,-0.047 0.207,-0.047 0.504,-0.008 0.234,0.035 0.773,0.105 1.199,0.156 0.804,0.102 1.14,0.164 1.609,0.297 0.488,0.141 2.317,0.422 3.926,0.598 0.887,0.101 3.223,0.121 3.371,0.031 0.078,-0.047 0.078,-0.059 0,-0.078 -0.41,-0.117 -1.359,-0.434 -1.492,-0.496 -0.09,-0.043 -0.336,-0.246 -0.547,-0.45 -0.383,-0.363 -0.395,-0.367 -0.855,-0.421 -0.254,-0.032 -0.52,-0.086 -0.586,-0.121 -0.067,-0.032 -0.336,-0.11 -0.594,-0.172 -0.61,-0.141 -1.602,-0.477 -2.422,-0.817 -0.356,-0.148 -1.164,-0.437 -1.793,-0.644 -0.629,-0.207 -1.633,-0.539 -2.227,-0.742 -0.593,-0.204 -1.168,-0.395 -1.273,-0.426 -0.402,-0.125 -1.121,-0.043 -2.152,0.246 -0.243,0.066 -0.633,0.18 -0.871,0.246 -0.52,0.144 -1.52,0.551 -1.84,0.742 -0.125,0.078 -0.473,0.356 -0.774,0.621 -0.297,0.262 -0.578,0.477 -0.621,0.477 -0.121,0 -0.09,-0.395 0.055,-0.672 0.168,-0.317 0.906,-1.402 0.984,-1.449 0.09,-0.055 0.071,-0.211 -0.023,-0.211 -0.258,0 -2.559,0.773 -3.149,1.058 -0.339,0.16 -0.699,0.192 -0.644,0.051 0.023,-0.055 0,-0.09 -0.055,-0.09 -0.121,0 -0.113,-0.039 0.047,-0.261 0.438,-0.602 1.734,-1.915 2.418,-2.45 0.16,-0.125 0.289,-0.254 0.289,-0.285 0,-0.156 -1.125,0.57 -2.289,1.473 -0.484,0.375 -0.891,0.683 -0.906,0.683 -0.09,0 0.191,-0.308 0.761,-0.828 0.364,-0.332 0.641,-0.605 0.618,-0.605 -0.024,0 -0.18,0.066 -0.352,0.152 -0.316,0.153 -0.43,0.153 -0.43,-0.012 0,-0.351 1.524,-1.523 2.938,-2.261 0.656,-0.344 1.543,-0.832 1.988,-1.098 0.172,-0.105 0.336,-0.187 0.363,-0.187 0.028,0 0.204,-0.094 0.395,-0.204 0.191,-0.109 0.559,-0.3 0.813,-0.425 0.253,-0.125 0.589,-0.285 0.742,-0.36 0.527,-0.261 1.824,-0.793 2.031,-0.836 0.113,-0.023 0.473,-0.148 0.801,-0.277 0.8,-0.316 1.875,-0.641 2.332,-0.711 0.789,-0.113 1.418,-0.238 1.472,-0.289 0.032,-0.035 -0.195,-0.25 -0.554,-0.535 -1.028,-0.805 -2.184,-1.988 -2.184,-2.227 0,-0.07 -0.082,-0.195 -0.176,-0.285 -0.234,-0.215 -0.531,-0.605 -0.492,-0.644 0.031,-0.032 0.418,0.261 1.219,0.918 0.59,0.484 0.629,0.433 0.141,-0.188 -0.266,-0.336 -0.708,-1.117 -0.661,-1.164 0.012,-0.016 0.141,0.074 0.286,0.191 0.371,0.309 0.453,0.289 0.304,-0.066 -0.144,-0.352 -0.422,-1.016 -0.5,-1.199 -0.07,-0.16 -0.066,-0.156 -0.722,-0.242 -0.282,-0.036 -0.594,-0.106 -0.7,-0.157 -0.129,-0.066 -0.218,-0.078 -0.297,-0.039 -0.062,0.032 -0.136,0.039 -0.171,0.02 -0.157,-0.11 -0.465,-0.57 -0.614,-0.914 -0.093,-0.211 -0.257,-0.531 -0.367,-0.711 -0.113,-0.184 -0.363,-0.625 -0.562,-0.988 -0.461,-0.844 -1.246,-2.004 -1.895,-2.79 -0.629,-0.769 -2.918,-2.988 -3.687,-3.574 -0.336,-0.258 -0.571,-0.48 -0.571,-0.543 0,-0.058 -0.113,-0.25 -0.254,-0.425 l -0.25,-0.321 0.036,-0.429 c 0.035,-0.473 0.199,-0.993 0.48,-1.532 l 0.18,-0.347 -0.157,-0.731 c -0.257,-1.223 -0.343,-1.785 -0.343,-2.226 0,-0.508 -0.114,-0.848 -0.422,-1.27 -1.695,-2.332 -3.371,-5.07 -3.34,-5.457 0.004,-0.082 -0.125,-0.414 -0.289,-0.746 -0.566,-1.129 -1.207,-2.434 -1.207,-2.453 0,-0.012 -0.067,-0.164 -0.149,-0.34 -0.203,-0.438 -0.636,-1.477 -0.855,-2.047 -0.598,-1.562 -0.918,-2.488 -1.602,-4.605 -0.136,-0.426 -0.371,-1.02 -0.519,-1.317 -0.149,-0.293 -0.367,-0.738 -0.488,-0.984 -0.122,-0.246 -0.286,-0.531 -0.364,-0.633 -0.121,-0.16 -0.273,-0.551 -0.632,-1.648 -0.051,-0.153 -0.094,-0.387 -0.094,-0.52 0,-0.184 -0.032,-0.262 -0.121,-0.309 -0.071,-0.035 -0.125,-0.085 -0.125,-0.113 0,-0.027 0.16,-0.144 0.355,-0.265 0.598,-0.36 1.024,-0.739 1.266,-1.129 0.144,-0.235 0.375,-0.801 0.609,-1.496 l 0.379,-1.125 0.781,-0.875 c 0.434,-0.485 1.055,-1.157 1.387,-1.493 0.332,-0.339 0.605,-0.664 0.602,-0.722 0,-0.2 -0.133,-0.586 -0.247,-0.703 -0.156,-0.168 -0.351,-1.547 -0.437,-3.075 -0.102,-1.804 -0.098,-1.824 0.402,-2.781 0.305,-0.586 0.407,-0.836 0.375,-0.93 -0.125,-0.386 -0.508,-1.078 -0.976,-1.773 -0.871,-1.293 -1.949,-3.207 -2.328,-4.141 -0.168,-0.41 -0.161,-0.515 0.046,-0.777 0.098,-0.117 0.192,-0.258 0.211,-0.305 0.02,-0.05 0.129,-0.211 0.243,-0.359 0.586,-0.766 1.566,-2.156 1.675,-2.379 0.071,-0.144 0.204,-0.297 0.297,-0.344 0.094,-0.047 0.184,-0.117 0.2,-0.16 0.011,-0.039 -0.083,-0.379 -0.211,-0.758 -0.129,-0.375 -0.247,-0.781 -0.262,-0.898 -0.055,-0.418 -0.18,-0.789 -0.293,-0.867 -0.102,-0.067 -0.11,-0.114 -0.055,-0.395 0.035,-0.172 0.063,-0.402 0.063,-0.508 0,-0.109 0.039,-0.211 0.086,-0.226 0.046,-0.02 0.203,-0.242 0.347,-0.5 1.043,-1.836 3.942,-4.871 5.793,-6.063 0.715,-0.461 1.481,-1.011 2.672,-1.933 0.457,-0.352 0.93,-0.68 1.051,-0.731 0.289,-0.113 1.156,-0.648 1.437,-0.886 0.122,-0.102 0.305,-0.227 0.403,-0.282 0.097,-0.051 0.429,-0.25 0.738,-0.441 2.481,-1.535 3.855,-2.246 4.836,-2.508 0.605,-0.156 0.648,-0.16 1.145,-0.09 0.281,0.039 0.636,0.086 0.792,0.098 0.153,0.015 0.332,0.051 0.399,0.082 0.148,0.062 0.715,0.195 1.269,0.293 0.223,0.043 0.504,0.125 0.633,0.191 0.125,0.063 0.391,0.129 0.586,0.149 0.199,0.015 0.653,0.133 1.008,0.258 1.047,0.371 1.855,0.621 1.895,0.585 0.074,-0.074 0.964,-2.546 1.05,-2.914 0.262,-1.14 0.477,-2.16 0.52,-2.461 0.023,-0.183 0.062,-0.363 0.086,-0.398 0.062,-0.102 0.359,-2.156 0.328,-2.305 -0.008,-0.035 0.031,-0.058 0.086,-0.05 0.082,0.011 0.113,-0.063 0.148,-0.36 0.157,-1.254 0.125,-4.207 -0.062,-5.586 -0.36,-2.668 -0.578,-3.449 -1.039,-3.672 -0.075,-0.039 -0.371,-0.293 -0.66,-0.566 -0.543,-0.512 -1.403,-1.109 -1.766,-1.223 -0.231,-0.074 -0.461,0 -0.461,0.145 0,0.097 -0.191,0.152 -0.527,0.152 -0.356,0 -0.645,0.09 -2.598,0.778 -0.953,0.332 -2.078,0.726 -2.504,0.871 -0.426,0.144 -1.012,0.351 -1.301,0.464 -0.289,0.11 -0.836,0.317 -1.218,0.461 -0.383,0.141 -0.743,0.305 -0.797,0.364 -0.176,0.187 -1.938,0.652 -3.395,0.89 -0.656,0.11 -0.828,0.16 -0.93,0.27 -0.097,0.109 -0.214,0.144 -0.554,0.176 -0.254,0.023 -0.52,0.086 -0.641,0.156 -0.457,0.262 -1.98,0.39 -5.281,0.449 -1.723,0.031 -2.336,0.024 -2.336,-0.027 0,-0.043 0.16,-0.071 0.449,-0.071 l 0.445,-0.007 -0.371,-0.082 c -0.203,-0.047 -0.718,-0.137 -1.144,-0.2 -0.426,-0.066 -1.024,-0.175 -1.328,-0.242 -0.309,-0.066 -0.711,-0.148 -0.899,-0.183 -0.199,-0.039 -0.414,-0.129 -0.523,-0.219 l -0.188,-0.153 0.18,0.04 c 0.445,0.097 0.547,0.109 0.527,0.054 -0.015,-0.031 -0.402,-0.386 -0.859,-0.785 l -0.836,-0.726 -0.34,0.031 c -1.007999,0.094 -1.385999,0.148 -1.460999,0.211 -0.047,0.035 -0.328,0.129 -0.625,0.203 -0.3,0.074 -0.613,0.156 -0.699,0.176 -0.137,0.035 -0.133,0.027 0.031,-0.063 0.414,-0.23 -0.191,-0.16 -1.172,0.137 -0.41,0.125 -0.546,0.203 -0.859,0.488 -0.281,0.258 -0.359,0.305 -0.336,0.203 0.051,-0.187 -0.019,-0.207 -0.234,-0.07 -0.098,0.062 -0.227,0.113 -0.278,0.113 -0.054,0 -0.175,0.082 -0.273,0.18 -0.199,0.203 -0.383,0.25 -0.289,0.074 0.078,-0.137 1.242,-1.281 1.68,-1.648 l 0.339,-0.289 -0.332,0.039 c -0.183,0.019 -0.503,0.09 -0.714,0.148 -2.082,0.613 -2.028,0.59 -2.723,1.164 -0.363,0.305 -0.973,1.074 -1.215,1.539 -0.242,0.469 -0.754,1.274 -0.914,1.442 -0.156,0.164 -0.285,0.207 -0.344,0.113 -0.043,-0.07 0.16,-0.57 0.426,-1.059 0.121,-0.222 0.207,-0.414 0.191,-0.433 -0.031,-0.028 -0.542,0.367 -0.73,0.57 -0.129,0.137 -0.527,1.297 -0.59,1.719 -0.055,0.359 -0.219,0.422 -0.25,0.097 -0.023,-0.238 0.094,-0.699 0.438,-1.742 0.156,-0.468 0.261,-0.933 0.293,-1.254 0.058,-0.629 0.425,-1.496 1.019,-2.41 0.586,-0.898 0.828,-1.195 1.613,-1.961 0.391,-0.383 0.707,-0.726 0.707,-0.765 0,-0.168 -0.769,0.375 -1.574,1.113 -0.535,0.488 -0.652,0.566 -0.648,0.422 0,-0.168 0.312,-0.801 0.609,-1.235 0.352,-0.515 0.387,-0.636 0.176,-0.57 -0.125,0.035 -0.949,0.344 -1.145,0.422 -0.043,0.02 -0.078,-0.004 -0.078,-0.051 0,-0.144 0.586,-0.656 1.09,-0.953 0.539,-0.32 1.594,-0.855 1.789,-0.906 0.723,-0.199 1.574,-0.481 1.574,-0.52 0,-0.023 -0.449,-0.062 -1.003,-0.086 -1.582,-0.066 -3.809,-0.308 -4.149,-0.449 -0.309,-0.129 -0.379,-0.281 -0.148,-0.328 0.156,-0.035 0.511,-0.066 1.531,-0.148 1.082,-0.082 5.058,-0.082 5.726,0 0.54,0.07 0.582,0.066 0.825,-0.055 0.222,-0.113 0.355,-0.129 1.015,-0.129 0.668,0 0.782,-0.016 0.903,-0.117 0.132,-0.11 0.211,-0.117 1.171999,-0.09 1.074,0.031 2.73,0.109 4.304,0.207 0.512,0.031 1.418,0.086 2.012,0.117 1.101,0.059 1.273,0.074 4,0.332 0.855,0.082 1.695,0.149 1.867,0.149 0.317,0 0.449,-0.078 0.324,-0.2 -0.105,-0.101 -0.082,-0.32 0.039,-0.371 0.301,-0.117 0.567,-0.164 1.532,-0.269 1.293,-0.141 2.562,-0.196 2.664,-0.117 0.101,0.082 1.343,0.125 1.59,0.05 0.109,-0.031 0.984,-0.07 1.941,-0.082 0.957,-0.015 1.809,-0.05 1.894,-0.082 0.086,-0.031 0.739,-0.058 1.454,-0.058 0.718,-0.004 1.367,-0.016 1.449,-0.035 0.078,-0.016 0.574,-0.059 1.101,-0.094 0.528,-0.035 1.098,-0.078 1.27,-0.102 l 0.309,-0.035 -0.188,-0.078 c -0.102,-0.043 -0.316,-0.078 -0.477,-0.082 -0.953,-0.008 -4.316,-0.438 -7,-0.895 -0.402,-0.066 -0.855,-0.121 -1.003,-0.121 -0.149,0 -0.457,-0.027 -0.688,-0.062 -0.23,-0.031 -0.82,-0.113 -1.316,-0.18 -1.414,-0.187 -1.567,-0.223 -2.875,-0.605 -1.743,-0.512 -1.778,-0.535 -1.625,-0.993 0.086,-0.257 0.117,-0.289 0.363,-0.359 0.949,-0.266 4.867,-0.801 7.57,-1.035 0.375,-0.031 1.309,-0.113 2.074,-0.184 0.762,-0.066 1.598,-0.14 1.856,-0.164 0.516,-0.043 0.59,-0.14 0.141,-0.187 -0.415,-0.043 -0.27,-0.098 0.382,-0.149 0.309,-0.027 0.625,-0.074 0.711,-0.105 0.086,-0.035 0.379,-0.082 0.653,-0.106 0.781,-0.07 1.281,-0.183 1.312,-0.308 0.016,-0.059 0.074,-0.117 0.129,-0.133 0.211,-0.062 0.93,-0.152 1.406,-0.18 0.27,-0.015 0.895,-0.054 1.387,-0.09 1.883,-0.125 8.742,-0.234 8.859,-0.136 0.141,0.109 1.594,0.144 3.172,0.074 1.758,-0.078 5.352,-0.148 5.817,-0.117 0.347,0.023 0.949,0.027 1.453,0.008 0.187,-0.004 0.601,-0.004 0.922,0.004 0.398,0.011 0.632,-0.008 0.742,-0.067 0.176,-0.09 1.617,-0.058 2.695,0.059 0.305,0.035 0.891,0.082 1.301,0.109 0.828,0.055 1.082,0.004 2.008,-0.387 0.258,-0.105 0.547,-0.226 0.644,-0.265 0.098,-0.039 0.157,-0.09 0.125,-0.117 -0.031,-0.028 -0.543,-0.082 -1.14,-0.122 -1.715,-0.117 -2.735,-0.296 -3.106,-0.55 -0.129,-0.09 -0.172,-0.168 -0.172,-0.325 0,-0.175 0.032,-0.218 0.231,-0.316 0.426,-0.207 2.058,-0.535 4.379,-0.879 1.133,-0.172 1.445,-0.187 2.078,-0.117 0.371,0.043 0.414,0.035 0.5,-0.078 0.07,-0.102 0.199,-0.141 0.64,-0.195 0.516,-0.063 4.657,-0.125 5.071,-0.079 z m 2.789,1.34 c -1.168,0.094 -2.891,0.41 -3.25,0.594 -0.117,0.062 -0.117,0.078 -0.027,0.348 0.128,0.394 0.179,0.793 0.093,0.793 -0.195,0 -0.39,-0.168 -0.547,-0.465 -0.093,-0.18 -0.179,-0.301 -0.187,-0.27 -0.031,0.09 0.148,0.449 0.348,0.696 0.171,0.21 0.246,0.394 0.156,0.394 -0.203,0 -0.77,-0.547 -0.77,-0.746 0,-0.156 -0.254,-0.387 -0.426,-0.387 -0.175,0 -0.316,0.094 -0.316,0.215 0,0.039 0.141,0.27 0.309,0.508 0.172,0.238 0.312,0.465 0.312,0.504 0,0.09 -0.281,0.168 -0.527,0.148 -0.184,-0.011 -0.184,-0.011 -0.071,0.11 0.09,0.093 0.106,0.172 0.075,0.355 l -0.043,0.234 0.293,0.04 c 0.156,0.019 0.461,0.039 0.668,0.039 0.207,0 0.726,0.039 1.148,0.086 0.551,0.058 0.797,0.062 0.856,0.019 0.132,-0.109 2.203,0.219 3.168,0.5 0.863,0.25 1.257,0.684 1.019,1.125 -0.055,0.106 -0.09,0.215 -0.082,0.246 0.035,0.102 1.234,-0.726 1.617,-1.121 0.621,-0.641 1.035,-1.41 1.043,-1.941 0.008,-0.477 -0.238,-0.891 -0.73,-1.231 -0.199,-0.137 -0.356,-0.277 -0.352,-0.308 0.008,-0.032 -0.019,-0.082 -0.058,-0.118 -0.082,-0.062 -1.133,-0.347 -1.438,-0.386 -0.375,-0.047 -1.566,-0.039 -2.281,0.019 z m -4.801,0.567 c -0.062,0.07 -0.055,0.097 0.027,0.129 0.121,0.043 0.254,-0.059 0.192,-0.153 -0.055,-0.09 -0.129,-0.082 -0.219,0.024 z m -0.469,0.304 c 0.02,0.055 0.051,0.09 0.071,0.071 0.015,-0.016 0.011,-0.075 -0.012,-0.129 -0.02,-0.055 -0.051,-0.09 -0.07,-0.071 -0.016,0.016 -0.012,0.075 0.011,0.129 z m -0.746,0.785 c 0.156,0.29 0.528,0.661 0.696,0.7 0.3,0.074 0.293,-0.059 -0.02,-0.282 -0.164,-0.117 -0.379,-0.293 -0.477,-0.394 -0.226,-0.231 -0.316,-0.238 -0.199,-0.024 z m 0.906,0.106 c 0.043,0.051 0.106,0.09 0.137,0.09 0.035,0 0.028,-0.039 -0.015,-0.09 -0.039,-0.047 -0.102,-0.09 -0.137,-0.09 -0.035,0 -0.028,0.039 0.015,0.09 z m -4.265,0.816 c -0.57,0.098 -0.875,0.239 -1.223,0.571 -0.281,0.273 -1.609,1.019 -1.996,1.125 -0.086,0.023 -0.516,0.207 -0.953,0.406 l -0.801,0.363 -0.773,0.02 c -0.864,0.019 -1.047,0.082 -1.293,0.433 -0.16,0.231 -0.184,0.586 -0.051,0.832 0.117,0.219 0.566,0.446 1.211,0.606 0.648,0.164 2.23,0.226 3.227,0.129 1.304,-0.129 3.089,-0.918 4.191,-1.856 0.258,-0.218 0.699,-0.566 0.976,-0.773 0.282,-0.207 0.512,-0.399 0.512,-0.426 0,-0.031 0.094,-0.109 0.207,-0.176 0.27,-0.16 0.66,-0.644 0.66,-0.816 0,-0.074 0.063,-0.172 0.137,-0.223 0.141,-0.09 0.137,-0.09 -0.121,-0.16 -0.184,-0.047 -0.301,-0.051 -0.383,-0.004 -0.156,0.078 -0.664,0.07 -1.551,-0.027 -0.925,-0.102 -1.472,-0.11 -1.976,-0.024 z m 60.984,1.832 c -0.152,0.45 -0.5,1.11 -0.695,1.313 -0.113,0.117 -0.117,0.137 -0.024,0.172 0.067,0.023 0.188,-0.035 0.344,-0.164 0.227,-0.192 0.367,-0.457 0.5,-0.95 0.059,-0.21 0.082,-0.777 0.035,-0.777 -0.011,0 -0.086,0.184 -0.16,0.406 z m -48.894,0.821 c -0.688,0.543 -2.086,1.472 -2.567,1.703 -0.222,0.109 -0.484,0.262 -0.586,0.344 -0.203,0.168 -1.703,0.894 -2.82,1.375 -0.773,0.328 -2.801,1.05 -3.152,1.125 -0.34,0.066 -0.555,0.253 -0.75,0.648 -0.192,0.391 -0.211,0.52 -0.117,0.691 0.054,0.098 0.425,0.36 0.511,0.36 0.016,0 0.016,-0.133 0,-0.297 -0.051,-0.516 0.098,-0.66 1.293,-1.238 0.555,-0.274 1.25,-0.563 1.539,-0.649 0.289,-0.082 0.801,-0.285 1.141,-0.445 0.344,-0.164 0.746,-0.324 0.898,-0.363 0.332,-0.079 1.02,-0.457 1.239,-0.684 0.086,-0.086 0.629,-0.465 1.207,-0.836 1.105,-0.715 2.129,-1.48 2.828,-2.117 0.476,-0.434 0.566,-0.617 0.125,-0.25 -0.164,0.133 -0.52,0.418 -0.789,0.633 z m -2.875,0.621 c -0.36,0.066 -1.032,0.148 -1.496,0.176 -0.61,0.039 -0.883,0.082 -0.989,0.152 -0.086,0.059 -0.265,0.098 -0.445,0.098 -0.207,0 -0.293,0.023 -0.273,0.07 0.015,0.047 0.476,0.133 1.257,0.238 1.848,0.246 1.676,0.262 2.504,-0.246 0.891,-0.547 1.481,-0.949 1.481,-1.016 0,-0.027 -0.313,0.051 -0.696,0.176 -0.382,0.129 -0.988,0.285 -1.343,0.352 z m -56.961,4.609 c -0.086,0.106 -0.227,0.133 -0.938,0.188 -0.984,0.082 -3.945,0.097 -4.5,0.027 -0.328,-0.043 -0.386,-0.035 -0.386,0.043 0,0.137 0.48,0.512 0.613,0.48 0.133,-0.035 0.402,0.219 0.726,0.692 0.223,0.32 0.227,0.32 0.329,0.191 0.117,-0.152 0.148,-0.129 0.328,0.231 l 0.132,0.273 0.024,-0.226 c 0.012,-0.121 0.043,-0.223 0.066,-0.223 0.028,0 0.137,0.211 0.246,0.465 0.27,0.629 0.414,0.851 0.563,0.851 0.078,0 0.164,0.071 0.226,0.188 0.106,0.195 0.301,0.41 1.266,1.375 l 0.59,0.59 0.769,-0.004 c 0.426,0 1.008,-0.028 1.297,-0.063 0.289,-0.035 0.664,-0.07 0.836,-0.082 0.168,-0.008 0.461,-0.058 0.649,-0.113 0.187,-0.055 0.574,-0.152 0.863,-0.219 0.285,-0.07 0.73,-0.203 0.988,-0.301 0.258,-0.093 0.723,-0.269 1.035,-0.382 0.313,-0.118 0.731,-0.289 0.93,-0.387 0.199,-0.094 0.539,-0.246 0.758,-0.336 0.223,-0.086 0.57,-0.234 0.773,-0.328 0.207,-0.09 0.594,-0.262 0.86,-0.379 0.265,-0.121 0.578,-0.293 0.691,-0.391 0.113,-0.093 0.344,-0.218 0.52,-0.273 0.379,-0.121 0.457,-0.211 0.175,-0.211 -0.425,0 -3.335,-0.391 -4.007,-0.539 -0.153,-0.035 -0.625,-0.117 -1.051,-0.184 -0.426,-0.066 -1.035,-0.16 -1.36,-0.211 -1.175,-0.187 -3.171,-0.683 -3.253,-0.808 -0.016,-0.028 -0.172,-0.051 -0.344,-0.051 -0.235,0 -0.336,0.027 -0.414,0.117 z m 95.551,0.129 -0.137,0.188 0.16,-0.102 c 0.164,-0.105 0.27,-0.273 0.172,-0.273 -0.031,0 -0.121,0.086 -0.195,0.187 z m -1.875,2.043 c -0.157,0.18 -0.301,0.391 -0.317,0.469 -0.015,0.078 -0.078,0.207 -0.141,0.289 -0.16,0.211 -0.21,0.301 -0.175,0.301 0.015,0 0.273,-0.305 0.574,-0.672 0.297,-0.371 0.801,-0.989 1.117,-1.371 0.317,-0.379 0.574,-0.711 0.574,-0.735 0,-0.039 -1.117,1.137 -1.632,1.719 z m 14.734,-1.258 c -0.402,0.324 -2.176,4.219 -2.52,5.531 -0.187,0.723 -0.218,1.11 -0.101,1.204 0.086,0.07 0.097,0.043 0.097,-0.286 0,-1.015 0.93,-3.23 2.106,-5.031 0.16,-0.246 0.312,-0.515 0.336,-0.597 0.023,-0.082 0.109,-0.317 0.191,-0.52 0.207,-0.504 0.192,-0.539 -0.109,-0.301 z m -15.52,2.481 c -0.078,0.093 -0.078,0.097 0.024,0.023 0.101,-0.078 0.133,-0.129 0.082,-0.129 -0.012,0 -0.059,0.047 -0.106,0.106 z m -0.312,0.418 c -0.074,0.093 -0.074,0.097 0.023,0.023 0.106,-0.078 0.137,-0.129 0.086,-0.129 -0.011,0 -0.062,0.047 -0.109,0.106 z m -0.223,0.347 c 0.02,0.02 0.071,-0.027 0.11,-0.101 0.07,-0.137 0.07,-0.137 -0.036,-0.039 -0.062,0.058 -0.097,0.121 -0.074,0.14 z m -0.531,0.672 c -0.309,0.442 -0.402,0.61 -0.328,0.61 0.035,0 0.781,-1.114 0.781,-1.168 0,-0.079 -0.074,0.011 -0.453,0.558 z m -22.316,4.86 c -0.239,0.058 -0.239,0.062 -0.239,0.355 l 0,0.297 0.676,0 c 0.602,0 0.711,-0.016 0.941,-0.141 0.313,-0.168 0.372,-0.277 0.153,-0.277 -0.082,0 -0.231,-0.063 -0.328,-0.141 -0.098,-0.078 -0.231,-0.156 -0.297,-0.175 -0.153,-0.043 -0.59,-0.004 -0.906,0.082 z m -2.125,0.41 c -0.094,0.105 -0.098,0.14 -0.024,0.301 0.113,0.25 0.203,0.195 0.227,-0.137 0.019,-0.301 -0.032,-0.344 -0.203,-0.164 z m 1.339,0.211 c -0.015,0.066 0.008,0.097 0.059,0.078 0.047,-0.016 0.094,-0.074 0.105,-0.133 0.016,-0.066 -0.007,-0.098 -0.062,-0.078 -0.043,0.012 -0.09,0.074 -0.102,0.133 z m -2.765,0.203 c -0.102,0.035 -0.543,0.117 -0.985,0.176 -0.457,0.062 -0.769,0.128 -0.722,0.156 0.043,0.027 0.179,0.027 0.304,0 0.278,-0.059 0.215,-0.051 0.977,-0.106 0.441,-0.035 0.684,-0.082 0.82,-0.16 0.379,-0.222 0.164,-0.258 -0.394,-0.066 z m -2.203,0.359 c 0.078,0.047 0.32,0.028 0.32,-0.027 0,-0.016 -0.094,-0.024 -0.203,-0.024 -0.137,0 -0.172,0.016 -0.117,0.051 z m -13.746,0.125 c -0.047,0.047 0.043,0.074 0.527,0.156 0.262,0.043 0.348,-0.039 0.199,-0.183 -0.082,-0.078 -0.168,-0.09 -0.387,-0.059 -0.156,0.02 -0.308,0.063 -0.339,0.086 z m 58.738,1.309 c -0.016,0.039 0.031,0.07 0.105,0.07 0.129,0 0.164,-0.062 0.086,-0.141 -0.058,-0.058 -0.16,-0.019 -0.191,0.071 z m -2.379,0.886 c -0.027,0.016 -0.047,0.11 -0.047,0.211 0,0.161 0.016,0.176 0.137,0.145 0.078,-0.02 0.203,-0.035 0.281,-0.035 0.109,0 0.137,-0.035 0.137,-0.172 0,-0.094 -0.02,-0.188 -0.043,-0.211 -0.039,-0.039 -0.364,0.004 -0.465,0.062 z m -22.406,0.735 c -0.02,0.027 -0.008,0.07 0.027,0.09 0.082,0.05 0.496,-0.028 0.496,-0.094 0,-0.07 -0.476,-0.07 -0.523,0.004 z m -7.332,0.183 c 0,0.075 0.125,0.075 0.246,0 0.074,-0.046 0.054,-0.058 -0.074,-0.058 -0.094,-0.004 -0.172,0.023 -0.172,0.058 z m 4.05,0.106 c 0.02,0.019 0.067,0 0.11,-0.039 0.062,-0.059 0.055,-0.067 -0.035,-0.035 -0.059,0.023 -0.094,0.058 -0.075,0.074 z m -4.714,-0.066 c 0.058,0.015 0.156,0.015 0.214,0 0.059,-0.016 0.012,-0.028 -0.109,-0.028 -0.117,0 -0.164,0.012 -0.105,0.028 z m -21.668,2.785 c -0.211,0.238 -0.5,0.511 -0.645,0.613 -0.406,0.277 -0.773,0.574 -1.016,0.824 -0.121,0.125 -0.425,0.352 -0.675,0.504 -0.36,0.215 -0.438,0.285 -0.36,0.328 0.063,0.031 0.098,0.125 0.09,0.242 -0.004,0.106 0.027,0.641 0.074,1.184 l 0.082,0.992 0.282,0.078 c 0.156,0.043 0.445,0.145 0.644,0.223 0.199,0.078 0.375,0.133 0.391,0.117 0.015,-0.015 -0.07,-0.101 -0.196,-0.191 -0.48,-0.356 -0.109,-0.563 0.59,-0.336 0.36,0.117 1.172,0.613 1.395,0.851 0.195,0.207 0.316,0.149 0.398,-0.199 0.157,-0.676 0.125,-2.922 -0.054,-3.75 -0.145,-0.676 -0.309,-1.211 -0.403,-1.308 -0.058,-0.063 -0.101,-0.211 -0.101,-0.356 0,-0.137 -0.024,-0.25 -0.055,-0.25 -0.031,0 -0.23,0.195 -0.441,0.434 z m -3.422,3.308 c -0.852,0.746 -2.547,1.699 -3.02,1.699 -0.113,0 -0.121,0.024 -0.086,0.192 0.196,0.91 0.246,1.398 0.235,2.32 -0.004,0.543 -0.028,1.153 -0.047,1.36 -0.039,0.394 0.043,0.511 0.156,0.222 0.063,-0.16 0.156,-0.195 0.199,-0.074 0.047,0.129 -0.078,1.125 -0.203,1.648 -0.199,0.813 -0.101,0.782 0.684,-0.199 1.058,-1.324 1.656,-2.293 1.941,-3.152 0.086,-0.254 0.188,-0.516 0.227,-0.586 0.066,-0.121 0.074,-0.121 0.187,-0.023 0.137,0.121 0.137,0.121 0.153,-0.395 0.003,-0.211 0.031,-1.051 0.058,-1.867 0.043,-1.168 0.035,-1.481 -0.023,-1.481 -0.043,0 -0.25,0.153 -0.461,0.336 z m -5.414,0.629 c -0.219,0.094 -0.461,0.172 -0.543,0.172 -0.078,0 -0.145,0.012 -0.145,0.023 0,0.098 0.266,0.571 0.336,0.594 0.051,0.02 0.106,0.137 0.125,0.262 0.035,0.203 0.449,1.996 0.5,2.141 0.012,0.035 0.02,-0.028 0.024,-0.129 0.007,-0.223 0.105,-0.309 0.218,-0.192 0.285,0.305 0.899,2.891 0.903,3.805 0,0.359 0.054,0.562 0.144,0.535 0.219,-0.07 0.492,-1.91 0.492,-3.355 0.004,-1.008 -0.011,-1.145 -0.203,-1.981 -0.109,-0.492 -0.226,-1.004 -0.254,-1.133 -0.172,-0.754 -0.211,-0.832 -0.422,-0.875 -0.109,-0.023 -0.214,-0.054 -0.238,-0.074 -0.066,-0.07 -0.543,0.035 -0.937,0.207 z m 68.59,19.453 c 0.043,0.051 0.105,0.09 0.14,0.09 0.035,0 0.016,-0.051 -0.047,-0.117 -0.129,-0.137 -0.215,-0.113 -0.093,0.027 z m -60.184,10.59 c -0.18,0.152 -0.371,0.434 -0.371,0.555 0,0.031 0.047,0.051 0.105,0.047 0.172,-0.012 0.117,0.379 -0.168,1.191 -0.132,0.387 -0.234,0.715 -0.226,0.727 0.011,0.007 0.16,-0.231 0.324,-0.535 0.168,-0.301 0.41,-0.657 0.535,-0.79 l 0.235,-0.234 -0.145,-0.156 c -0.238,-0.246 -0.352,-0.438 -0.352,-0.586 0,-0.172 0.067,-0.168 0.372,0.016 0.168,0.101 0.296,0.14 0.394,0.117 0.332,-0.082 1.066,0.25 1.203,0.543 0.074,0.152 0.321,0.207 0.321,0.07 0,-0.141 -0.708,-0.746 -1.083,-0.93 -0.492,-0.242 -0.871,-0.254 -1.144,-0.035 z m -0.617,0.977 c 0,0.074 0.019,0.07 0.094,-0.024 0.046,-0.062 0.089,-0.156 0.085,-0.207 0,-0.074 -0.019,-0.07 -0.089,0.024 -0.051,0.062 -0.09,0.156 -0.09,0.207 z m 1.039,0.465 c -0.121,0.148 -0.61,1.011 -1.082,1.914 -0.469,0.902 -0.899,1.664 -0.949,1.691 -0.118,0.063 -0.18,0.188 -0.836,1.613 -0.297,0.641 -1.039,2.258 -1.653,3.59 -1.488,3.235 -1.738,3.844 -1.746,4.207 -0.004,0.5 -0.125,0.492 -0.676,-0.055 -0.433,-0.425 -0.484,-0.46 -0.57,-0.375 -0.055,0.055 -0.129,0.293 -0.168,0.555 l -0.07,0.465 0.273,0.223 c 0.258,0.211 0.297,0.359 0.09,0.359 -0.047,0 -0.086,0.016 -0.086,0.031 0,0.028 0.906,1.078 1.758,2.035 0.484,0.547 0.633,1.004 0.289,0.899 -0.09,-0.031 -0.195,0.008 -0.344,0.117 -0.246,0.18 -3.738,1.867 -4.211,2.031 -0.168,0.059 -0.343,0.141 -0.386,0.18 -0.129,0.109 -0.696,1.758 -0.739,2.137 -0.043,0.422 0.071,0.476 0.129,0.058 0.082,-0.578 0.434,-1.328 0.824,-1.746 0.239,-0.254 0.227,-0.082 -0.031,0.489 -0.363,0.808 -0.57,1.433 -0.57,1.75 0,0.257 -0.012,0.285 -0.207,0.363 -0.117,0.047 -0.285,0.172 -0.379,0.277 -0.172,0.199 -0.184,0.328 -0.059,0.844 0.075,0.289 -0.175,0.203 -0.437,-0.152 -0.098,-0.133 -0.098,-0.133 -0.188,-0.016 -0.109,0.137 -0.121,0.266 -0.015,0.164 0.094,-0.09 0.234,-0.094 0.234,-0.004 0,0.035 -0.18,0.418 -0.398,0.852 -0.879,1.718 -1.438,3.734 -1.305,4.687 0.023,0.168 0.078,0.348 0.121,0.406 0.074,0.098 0.106,0.094 0.477,-0.078 0.433,-0.199 1.402,-0.953 1.867,-1.457 0.164,-0.179 0.34,-0.367 0.387,-0.418 0.05,-0.054 0.175,-0.336 0.277,-0.629 0.25,-0.714 0.801,-2.445 0.801,-2.519 0,-0.031 -0.071,-0.086 -0.157,-0.125 -0.179,-0.078 -0.152,-0.192 0.047,-0.192 0.289,0 0.621,-0.148 0.871,-0.398 0.141,-0.141 0.262,-0.293 0.262,-0.332 0,-0.051 -0.183,-0.086 -0.59,-0.109 -0.687,-0.039 -1.191,-0.227 -1.226,-0.461 -0.024,-0.176 0.105,-0.172 0.617,0.007 0.312,0.11 0.465,0.133 0.758,0.106 l 0.363,-0.035 0.305,-0.473 c 0.168,-0.262 0.715,-1.055 1.218,-1.766 1.282,-1.804 1.942,-2.98 2.079,-3.683 0.05,-0.274 0.21,-1.844 0.187,-1.867 -0.008,-0.008 -0.207,-0.039 -0.441,-0.067 -0.477,-0.058 -0.774,-0.168 -1.039,-0.383 -0.254,-0.203 -0.164,-0.316 0.136,-0.171 0.41,0.199 0.715,0.265 1.157,0.257 0.503,-0.011 0.589,-0.078 0.589,-0.464 0,-0.379 -0.043,-0.442 -0.304,-0.442 -0.215,0 -0.379,-0.082 -0.379,-0.191 0,-0.028 0.109,-0.047 0.242,-0.047 0.133,0 0.266,-0.035 0.301,-0.078 0.035,-0.039 0.125,-0.274 0.199,-0.524 0.074,-0.246 0.316,-0.851 0.535,-1.343 0.223,-0.493 0.473,-1.059 0.563,-1.254 0.254,-0.578 0.449,-0.996 0.636,-1.348 0.094,-0.18 0.262,-0.555 0.371,-0.836 0.403,-1.027 0.489,-1.207 2.625,-5.41 0.997,-1.961 1.247,-2.324 1.77,-2.613 0.133,-0.071 0.242,-0.149 0.242,-0.172 0,-0.078 -0.258,-0.11 -0.414,-0.051 -0.203,0.074 -0.691,0.008 -1.191,-0.16 -0.223,-0.074 -0.43,-0.137 -0.465,-0.137 -0.035,0 -0.164,0.121 -0.289,0.274 z m -10.656,25.695 c 0.125,0.121 0.156,0.195 0.128,0.32 -0.023,0.09 -0.058,0.297 -0.078,0.461 -0.058,0.438 -0.101,0.469 -0.601,0.43 -0.297,-0.028 -0.488,-0.078 -0.629,-0.168 -0.274,-0.184 -0.359,-0.324 -0.258,-0.426 0.039,-0.043 0.121,-0.148 0.18,-0.238 0.172,-0.254 0.488,-0.453 0.801,-0.496 0.261,-0.039 0.308,-0.028 0.457,0.117 z m -0.594,0.273 c -0.27,0.133 -0.309,0.211 -0.121,0.262 0.066,0.02 0.179,0.051 0.246,0.07 0.094,0.024 0.14,-0.007 0.187,-0.129 0.063,-0.156 0.047,-0.324 -0.031,-0.324 -0.019,0 -0.144,0.055 -0.281,0.121 z m -4.59,-16.343 c -0.227,0.035 -0.238,0.046 -0.371,0.46 -0.117,0.356 -0.141,0.563 -0.141,1.27 0,0.508 0.031,0.898 0.071,0.984 0.039,0.082 0.105,0.399 0.144,0.711 0.109,0.821 0.406,2.176 0.652,2.95 0.114,0.371 0.254,0.816 0.313,1 0.348,1.109 0.742,1.972 0.902,1.972 0.032,0 0.395,-0.066 0.813,-0.148 0.797,-0.153 1.433,-0.403 3.121,-1.219 0.418,-0.203 0.785,-0.367 0.82,-0.367 0.137,0 0.043,0.113 -0.355,0.422 -0.231,0.179 -0.434,0.347 -0.457,0.379 -0.024,0.027 -0.203,0.136 -0.399,0.238 -0.265,0.141 -0.375,0.23 -0.414,0.367 -0.031,0.098 -0.14,0.281 -0.242,0.406 -0.102,0.125 -0.176,0.239 -0.16,0.254 0.074,0.071 1.73,-0.472 3.379,-1.105 0.5,-0.192 1.004,-0.453 1.254,-0.641 0.121,-0.094 0.363,-0.265 0.539,-0.379 0.176,-0.117 0.32,-0.226 0.32,-0.25 0,-0.019 -0.398,-0.316 -0.883,-0.656 -0.484,-0.34 -1.039,-0.746 -1.234,-0.902 -0.195,-0.157 -0.457,-0.356 -0.586,-0.438 -0.129,-0.086 -0.453,-0.344 -0.715,-0.574 -0.266,-0.231 -0.48,-0.406 -0.48,-0.391 0,0.016 0.125,0.235 0.281,0.489 0.492,0.804 0.726,1.304 0.84,1.793 0.121,0.523 0.09,0.628 -0.153,0.535 -0.34,-0.129 -2.32,-2.504 -3.781,-4.539 -0.238,-0.325 -0.57,-0.746 -0.742,-0.934 -0.172,-0.184 -0.531,-0.664 -0.805,-1.066 l -0.496,-0.731 -0.402,0.035 c -0.219,0.024 -0.504,0.055 -0.633,0.075 z m 14.055,1.722 c 0.211,0.328 0.379,1.09 0.304,1.399 -0.031,0.136 -0.054,0.39 -0.05,0.562 0.019,1.469 -0.063,1.922 -0.508,2.731 -0.422,0.761 -1.348,1.754 -1.813,1.945 -0.101,0.043 -0.418,0.176 -0.699,0.293 -0.277,0.121 -0.543,0.215 -0.586,0.219 -0.043,0 -0.137,0.113 -0.203,0.25 -0.07,0.14 -0.195,0.336 -0.285,0.433 -0.086,0.098 -0.25,0.344 -0.367,0.539 -0.321,0.559 -1.289,1.946 -1.543,2.215 -0.328,0.352 -0.778,1.098 -0.7,1.172 0.141,0.137 1.868,-0.191 2.493,-0.473 0.714,-0.328 1.671,-1.441 1.671,-1.953 0,-0.074 -0.058,-0.183 -0.128,-0.246 -0.11,-0.094 -0.122,-0.156 -0.09,-0.394 0.039,-0.262 0.004,-0.457 -0.16,-0.875 -0.047,-0.118 -0.071,-0.125 -0.176,-0.063 -0.156,0.098 -0.457,0 -0.488,-0.152 -0.012,-0.067 0.042,-0.168 0.14,-0.25 l 0.164,-0.137 0.446,0.121 c 0.246,0.07 0.597,0.18 0.785,0.246 0.816,0.297 1.629,0.024 2.539,-0.855 0.484,-0.465 0.863,-1.012 0.863,-1.246 0,-0.129 0.207,-0.051 0.293,0.113 0.043,0.078 0.078,0.234 0.078,0.34 0,0.344 0.106,0.211 0.344,-0.446 0.176,-0.488 0.234,-0.738 0.234,-1.031 0,-0.386 -0.172,-1.035 -0.359,-1.367 -0.047,-0.086 -0.16,-0.332 -0.242,-0.543 -0.246,-0.609 -1.075,-1.887 -1.524,-2.344 -0.441,-0.453 -0.656,-0.55 -0.433,-0.203 z m -4.774,0.606 c -0.215,0.402 -0.254,0.519 -0.199,0.605 0.109,0.164 0.168,0.113 0.313,-0.293 0.074,-0.207 0.207,-0.555 0.292,-0.765 l 0.161,-0.391 -0.149,0.176 c -0.082,0.093 -0.269,0.394 -0.418,0.668 z m -5.121,10.191 c -0.07,0.117 -0.027,0.379 0.051,0.34 0.023,-0.008 0.125,-0.059 0.226,-0.106 0.262,-0.117 0.262,-0.113 0.094,-0.242 -0.199,-0.144 -0.289,-0.144 -0.371,0.008 z m -6.945,1.066 c -0.235,0.661 -0.274,0.844 -0.176,0.844 0.027,0 0.113,-0.211 0.188,-0.465 0.078,-0.254 0.179,-0.562 0.226,-0.687 0.098,-0.254 0.109,-0.344 0.039,-0.344 -0.027,0 -0.152,0.293 -0.277,0.652 z m -3.758,-0.542 c 0,0.027 0.07,0.113 0.156,0.191 0.172,0.156 0.207,0.098 0.059,-0.106 -0.098,-0.132 -0.215,-0.179 -0.215,-0.085 z m 2.016,0.164 c -0.055,0.05 -0.098,0.144 -0.098,0.211 0,0.062 -0.023,0.113 -0.055,0.113 -0.218,0 -0.328,0.414 -0.172,0.625 0.079,0.101 0.09,0.097 0.137,-0.094 l 0.051,-0.203 0.023,0.242 c 0.055,0.656 0.137,0.637 0.321,-0.07 0.183,-0.699 0.172,-0.887 -0.067,-0.914 -0.023,0 -0.086,0.039 -0.14,0.09 z m -0.871,0.027 c -0.043,0.066 0.156,0.418 0.234,0.418 0.051,0 0.004,-0.328 -0.059,-0.434 -0.039,-0.062 -0.129,-0.054 -0.175,0.016 z m 1.363,1.449 c -0.137,0.887 -0.11,1.43 0.078,1.613 0.074,0.071 0.156,0.106 0.184,0.082 0.054,-0.054 0.039,-2.117 -0.02,-2.429 -0.055,-0.293 -0.105,-0.141 -0.242,0.734 z m -11.231,18.832 c -0.07,0.238 -0.183,0.594 -0.25,0.789 -0.152,0.461 -0.152,0.961 0.004,1.352 0.082,0.199 0.125,0.441 0.125,0.722 0,0.391 0.02,0.457 0.289,0.926 0.16,0.278 0.313,0.504 0.34,0.504 0.063,0 0.063,0.031 -0.008,-0.625 -0.031,-0.293 -0.043,-0.558 -0.023,-0.586 0.019,-0.031 0.113,0.02 0.215,0.11 0.164,0.156 0.176,0.156 0.176,0.043 0,-0.071 -0.055,-0.387 -0.122,-0.707 -0.152,-0.708 -0.308,-1.848 -0.312,-2.231 0,-0.371 -0.106,-0.73 -0.215,-0.73 -0.055,0 -0.137,0.16 -0.219,0.433 z m -2.41,1.719 c -0.031,0.148 -0.055,0.387 -0.058,0.527 0,0.141 -0.047,0.321 -0.102,0.399 -0.055,0.082 -0.109,0.336 -0.129,0.582 -0.027,0.355 -0.008,0.504 0.102,0.797 0.273,0.718 0.746,2.324 0.898,3.066 0.129,0.617 0.188,0.789 0.317,0.91 l 0.16,0.149 -0.043,-0.481 c -0.067,-0.797 -0.149,-1.152 -0.496,-2.152 -0.379,-1.094 -0.563,-1.957 -0.532,-2.488 0.004,-0.071 0.047,-0.09 0.129,-0.071 0.094,0.024 0.125,0.004 0.125,-0.086 0,-0.066 0.051,-0.133 0.117,-0.148 0.11,-0.028 0.11,-0.059 -0.035,-0.801 -0.082,-0.422 -0.164,-0.809 -0.183,-0.859 -0.039,-0.11 -0.196,0.269 -0.27,0.656 z m 1.918,1.578 c 0,0.582 0.016,0.703 0.117,0.824 l 0.121,0.141 0.036,-0.149 c 0.113,-0.429 -0.051,-1.496 -0.227,-1.496 -0.027,0 -0.047,0.309 -0.047,0.68 z m -3.558,0.727 c 0.058,0.246 0.113,0.449 0.128,0.449 0.036,0 -0.035,-0.528 -0.109,-0.809 -0.113,-0.414 -0.125,-0.109 -0.019,0.36 z m -0.188,0.793 c 0.219,0.558 0.461,1.046 0.465,0.941 0.008,-0.215 -0.578,-1.582 -0.649,-1.516 -0.015,0.02 0.067,0.278 0.184,0.575 z m 1.395,1.285 c 0,0.801 0.261,2.277 0.492,2.754 0.242,0.504 0.234,0.3 -0.028,-0.762 -0.117,-0.481 -0.214,-0.961 -0.214,-1.07 l 0.004,-0.192 0.113,0.133 c 0.062,0.074 0.219,0.441 0.344,0.816 0.242,0.719 0.429,1.082 0.527,1.024 0.254,-0.152 -0.219,-1.715 -0.676,-2.242 -0.129,-0.149 -0.281,-0.356 -0.336,-0.461 -0.058,-0.11 -0.133,-0.196 -0.164,-0.196 -0.035,0 -0.062,0.086 -0.062,0.196 z m -2.957,0.461 c 0.332,0.613 0.828,1.246 1.566,2.004 l 0.41,0.418 -0.348,-0.418 c -0.207,-0.247 -0.515,-0.743 -0.753,-1.207 -0.399,-0.782 -0.579,-1.04 -0.579,-0.829 0,0.153 -0.109,0.055 -0.347,-0.308 -0.121,-0.18 -0.231,-0.313 -0.246,-0.297 -0.02,0.016 0.117,0.301 0.297,0.637 z m -0.528,1.902 c 0.078,0.578 0.129,0.727 0.641,1.922 0.101,0.242 0.18,0.469 0.168,0.5 -0.012,0.031 -0.141,-0.082 -0.285,-0.25 -0.145,-0.168 -0.289,-0.305 -0.317,-0.305 -0.176,0 0.567,1.414 1.047,1.996 0.379,0.453 0.719,0.774 0.797,0.746 0.035,-0.015 0.012,-0.16 -0.055,-0.351 -0.058,-0.18 -0.113,-0.383 -0.113,-0.445 -0.004,-0.106 0.008,-0.102 0.156,0.031 l 0.16,0.144 -0.043,-0.285 c -0.054,-0.344 0.02,-0.367 0.258,-0.074 0.098,0.117 0.196,0.211 0.223,0.211 0.094,0 0.039,-0.281 -0.141,-0.719 -0.097,-0.246 -0.183,-0.508 -0.183,-0.578 -0.004,-0.125 0,-0.125 0.218,-0.016 0.125,0.059 0.317,0.211 0.43,0.336 0.274,0.305 0.317,0.196 0.188,-0.523 -0.055,-0.301 -0.09,-0.555 -0.082,-0.559 0.296,-0.113 0.351,-0.293 0.207,-0.66 -0.118,-0.293 -0.469,-0.66 -0.469,-0.488 0,0.066 -0.027,0.09 -0.078,0.062 -0.043,-0.023 -0.004,0.035 0.086,0.129 0.297,0.317 0.394,0.621 0.199,0.621 -0.055,0 -0.391,-0.269 -0.75,-0.601 l -0.649,-0.606 -0.121,0.188 c -0.117,0.179 -0.355,0.258 -0.355,0.113 0,-0.039 -0.016,-0.055 -0.035,-0.039 -0.016,0.02 0.011,0.145 0.062,0.281 0.047,0.137 0.063,0.246 0.032,0.246 -0.086,0 -0.696,-0.812 -0.961,-1.277 -0.125,-0.219 -0.243,-0.383 -0.27,-0.371 -0.023,0.016 -0.008,0.297 0.035,0.621 z m 6.086,3.023 c -0.004,0.09 0.016,0.098 0.086,0.04 0.121,-0.094 0.203,-0.375 0.238,-0.809 l 0.032,-0.359 -0.176,0.507 c -0.098,0.282 -0.18,0.559 -0.18,0.621 z m 35.031,-0.234 c -0.156,0.106 -0.3,0.414 -0.25,0.535 0.024,0.067 0.243,0.094 0.981,0.121 1.277,0.047 1.426,0.047 1.496,-0.023 0.078,-0.078 -0.066,-0.188 -0.656,-0.496 -0.399,-0.207 -0.469,-0.223 -0.938,-0.223 -0.344,0 -0.547,0.027 -0.633,0.086 z m 2.946,0.293 c 0,0.016 0.047,0.063 0.109,0.106 0.098,0.074 0.098,0.074 0.024,-0.024 -0.083,-0.098 -0.133,-0.129 -0.133,-0.082 z m -39.395,0.527 c -0.039,0.102 -0.066,0.364 -0.062,0.582 l 0.004,0.395 0.078,-0.273 c 0.183,-0.637 0.164,-1.223 -0.02,-0.704 z m -4.019,0.77 c 0.164,0.281 0.379,0.492 0.242,0.238 -0.11,-0.199 -0.313,-0.48 -0.352,-0.48 -0.015,0 0.032,0.109 0.11,0.242 z m 12.675,3.871 c -0.148,0.023 -0.281,0.074 -0.296,0.109 -0.075,0.223 1.433,1.004 1.668,0.864 0.144,-0.086 0.16,-0.082 0.148,0.039 -0.012,0.14 0.285,0.238 0.504,0.164 0.332,-0.113 0.168,-0.504 -0.211,-0.504 -0.219,0 -0.223,-0.098 -0.016,-0.297 0.106,-0.105 0.176,-0.207 0.153,-0.23 -0.028,-0.024 -0.246,-0.086 -0.489,-0.141 -0.437,-0.102 -0.867,-0.102 -1.461,-0.004 z m -32.136,0.359 c -0.418,0.286 -1.082,0.914 -1.082,1.024 0,0.051 -0.106,0.195 -0.235,0.324 -0.211,0.211 -0.218,0.231 -0.074,0.188 0.082,-0.024 0.281,-0.106 0.438,-0.18 0.152,-0.078 0.461,-0.184 0.679,-0.238 0.989,-0.243 1.063,-0.274 1.364,-0.575 0.16,-0.16 0.273,-0.293 0.253,-0.293 -0.019,0 -0.152,0.055 -0.292,0.121 -0.368,0.172 -1.192,0.34 -1.274,0.258 -0.047,-0.047 0.004,-0.113 0.172,-0.23 0.297,-0.211 0.887,-0.754 0.887,-0.82 0,-0.067 -0.465,0.167 -0.836,0.421 z m 44.097,0.375 c -0.113,0.121 -0.109,0.125 0.067,0.262 l 0.179,0.137 -0.367,0.332 c -0.293,0.265 -0.355,0.348 -0.293,0.406 0.059,0.063 0.192,0.031 0.664,-0.148 0.704,-0.27 0.985,-0.442 1.012,-0.621 0.016,-0.11 -0.012,-0.133 -0.164,-0.133 -0.293,0 -0.383,0.058 -0.383,0.246 0,0.094 -0.011,0.172 -0.023,0.172 -0.141,0 -0.238,-0.125 -0.324,-0.422 -0.11,-0.379 -0.184,-0.426 -0.368,-0.231 z m -41.429,0.11 c -0.375,0.203 -0.426,0.234 -0.606,0.402 -0.101,0.094 -0.215,0.223 -0.25,0.285 -0.058,0.106 -0.047,0.11 0.141,0.074 0.117,-0.023 0.488,-0.16 0.828,-0.308 0.344,-0.149 0.664,-0.266 0.719,-0.266 0.211,0 0.164,-0.086 -0.114,-0.215 -0.304,-0.14 -0.421,-0.136 -0.718,0.028 z m 96.863,-103.883 c 0.059,0.152 -0.008,0.18 -0.582,0.223 -0.297,0.019 -1.125,0.097 -1.836,0.168 -0.715,0.07 -1.594,0.152 -1.949,0.183 -0.36,0.031 -1.43,0.149 -2.383,0.262 -2.023,0.238 -2.816,0.312 -4.082,0.394 -1.914,0.125 -2.133,0.129 -2.133,0.063 0,-0.129 0.289,-0.172 1.824,-0.277 1.727,-0.118 2.137,-0.157 3.032,-0.286 0.988,-0.144 1.503,-0.211 2.164,-0.277 0.906,-0.09 2.257,-0.226 3.554,-0.355 1.907,-0.196 2.344,-0.211 2.391,-0.098 z m -24.082,0.684 c 0.09,0.171 0.086,0.175 -0.219,0.394 -0.359,0.258 -0.887,0.508 -1.078,0.508 -0.277,0.004 -0.246,-0.246 0.047,-0.352 0.098,-0.035 0.266,-0.097 0.371,-0.132 0.102,-0.04 0.313,-0.188 0.465,-0.329 0.152,-0.144 0.289,-0.261 0.301,-0.261 0.015,0 0.066,0.078 0.113,0.172 z m 9.937,0.48 c 0.149,0.02 0.286,0.07 0.297,0.109 0.016,0.043 0.004,0.079 -0.027,0.079 -0.027,0.003 -0.301,0.015 -0.605,0.027 -1.758,0.066 -2.325,0.098 -2.629,0.148 -0.504,0.078 -1.926,0.168 -4.422,0.274 -2.512,0.109 -3.094,0.105 -3.094,-0.035 0,-0.098 0.125,-0.11 3.34,-0.27 2.082,-0.102 4.211,-0.234 5.32,-0.324 0.785,-0.063 1.371,-0.067 1.82,-0.008 z m 1.063,0.164 c 0.074,0.09 0.07,0.098 -0.027,0.063 -0.063,-0.024 -0.141,-0.043 -0.172,-0.043 -0.032,0 -0.055,-0.028 -0.055,-0.059 0,-0.098 0.16,-0.07 0.254,0.039 z m -0.441,-0.043 c 0,0.031 -0.028,0.074 -0.063,0.094 -0.031,0.019 -0.059,-0.004 -0.059,-0.059 0,-0.051 0.028,-0.09 0.059,-0.09 0.035,0 0.063,0.024 0.063,0.055 z m 8.652,0.266 c 0.055,0.062 0.051,0.097 -0.008,0.144 -0.187,0.149 -3.551,0.492 -5.117,0.52 -0.629,0.012 -1.285,0.051 -1.453,0.09 -0.418,0.093 -1.172,0.16 -2.723,0.238 -0.715,0.035 -1.941,0.105 -2.723,0.152 -0.781,0.051 -2.242,0.129 -3.246,0.18 -1.004,0.047 -2.074,0.113 -2.382,0.144 -0.305,0.032 -0.93,0.075 -1.391,0.094 -0.832,0.035 -1.106,0.051 -1.981,0.129 -0.711,0.063 -2.449,0.035 -2.593,-0.039 -0.102,-0.051 -0.118,-0.09 -0.067,-0.176 0.071,-0.129 0.231,-0.199 0.325,-0.144 0.132,0.078 0.632,0.023 0.71,-0.082 0.122,-0.157 0.579,-0.188 2.832,-0.192 1.157,-0.004 2.965,-0.047 4.02,-0.093 1.055,-0.051 2.387,-0.102 2.961,-0.122 0.574,-0.015 1.07,-0.046 1.105,-0.066 0.032,-0.019 0.129,0 0.211,0.043 0.129,0.063 0.203,0.063 0.473,-0.019 0.316,-0.098 1.281,-0.137 2.551,-0.11 0.269,0.008 0.551,0.012 0.617,0.012 0.07,0.004 0.238,-0.024 0.375,-0.059 0.137,-0.035 0.625,-0.09 1.082,-0.125 0.891,-0.062 3.582,-0.328 4.297,-0.426 1.301,-0.175 2.027,-0.207 2.125,-0.093 z m -29.805,0.429 c 0,0.055 -0.043,0.086 -0.105,0.075 -0.153,-0.028 -0.176,-0.168 -0.024,-0.168 0.075,0 0.129,0.039 0.129,0.093 z m -1.066,0.274 c -0.031,0.094 -0.227,0.109 -0.25,0.019 -0.008,-0.031 0.051,-0.066 0.133,-0.078 0.097,-0.011 0.136,0.004 0.117,0.059 z m -0.977,1.004 c 0,0.074 -0.832,0.48 -0.98,0.48 -0.106,0 -1.965,0.656 -2.492,0.875 -0.122,0.055 -0.254,0.16 -0.293,0.239 -0.071,0.152 -0.223,0.144 -0.364,-0.024 -0.234,-0.285 -0.074,-0.351 3.141,-1.348 0.965,-0.3 0.988,-0.308 0.988,-0.222 z m 15.801,0.418 c 0.043,0.066 -0.055,0.136 -0.113,0.082 -0.059,-0.055 -0.047,-0.137 0.019,-0.137 0.032,0 0.074,0.023 0.094,0.055 z m -0.68,0.058 c 0.024,0.035 0.004,0.078 -0.039,0.09 -0.086,0.028 -0.812,0.106 -0.98,0.106 -0.051,0.004 -0.36,0.027 -0.692,0.054 -0.328,0.028 -0.98,0.067 -1.453,0.086 -1.429,0.063 -2.836,0.141 -4.101,0.235 -1.473,0.109 -1.993,0.113 -2.086,0.023 -0.043,-0.039 -0.418,-0.078 -0.973,-0.098 -0.844,-0.027 -1.051,-0.07 -0.922,-0.191 0.028,-0.027 1.278,-0.062 2.774,-0.082 1.5,-0.016 2.765,-0.043 2.816,-0.059 0.051,-0.019 0.691,-0.046 1.422,-0.07 0.73,-0.019 1.637,-0.043 2.012,-0.051 0.371,-0.011 1.015,-0.039 1.429,-0.066 0.535,-0.031 0.762,-0.027 0.793,0.023 z m -57.925,0.637 c 0,0.086 -0.024,0.137 -0.059,0.117 -0.035,-0.019 -0.063,-0.09 -0.063,-0.152 0,-0.067 0.028,-0.117 0.063,-0.117 0.031,0 0.059,0.07 0.059,0.152 z m 57.402,1.5 c 0,0.074 -0.039,0.09 -0.192,0.059 -0.109,-0.02 -0.218,-0.039 -0.253,-0.039 -0.032,0 -0.04,-0.024 -0.02,-0.059 0.023,-0.031 0.137,-0.059 0.254,-0.059 0.152,0 0.211,0.028 0.211,0.098 z m -4.113,0.02 c 0.023,0.035 -0.008,0.062 -0.063,0.062 -0.055,0 -0.082,-0.027 -0.062,-0.062 0.023,-0.032 0.05,-0.059 0.062,-0.059 0.016,0 0.043,0.027 0.063,0.059 z m 2.722,0.062 c -0.023,0.031 -0.051,0.059 -0.066,0.059 -0.016,0 -0.028,-0.028 -0.028,-0.059 0,-0.035 0.032,-0.062 0.067,-0.062 0.035,0 0.047,0.027 0.027,0.062 z m -4.824,0.18 c -0.023,0.031 -0.078,0.058 -0.129,0.058 -0.047,0 -0.09,-0.027 -0.09,-0.058 0,-0.035 0.059,-0.063 0.129,-0.063 0.07,0 0.11,0.028 0.09,0.063 z m 35.656,9.297 c 0.102,0.117 0.039,0.257 -0.14,0.324 -0.078,0.027 -0.231,0.148 -0.336,0.262 -0.114,0.128 -0.309,0.25 -0.489,0.308 -0.168,0.055 -0.347,0.141 -0.406,0.192 -0.055,0.05 -0.222,0.117 -0.371,0.148 -0.144,0.031 -0.324,0.113 -0.398,0.18 -0.075,0.066 -0.227,0.144 -0.34,0.172 -0.113,0.031 -0.457,0.136 -0.766,0.234 -0.562,0.18 -2.062,0.625 -2.289,0.68 -0.066,0.015 -0.41,0.113 -0.765,0.218 -0.801,0.235 -1.004,0.227 -1.086,-0.043 -0.032,-0.109 -0.094,-0.195 -0.141,-0.195 -0.043,0 -0.078,-0.047 -0.078,-0.109 0,-0.184 0.457,-0.348 2.937,-1.067 0.918,-0.265 1.551,-0.476 2.133,-0.703 0.359,-0.14 0.75,-0.289 0.867,-0.328 0.118,-0.043 0.356,-0.125 0.524,-0.187 0.215,-0.082 0.316,-0.094 0.347,-0.047 0.032,0.047 0.129,0.039 0.34,-0.032 0.36,-0.121 0.364,-0.121 0.457,-0.007 z m -28.429,1.148 c 0.015,0.059 0.05,0.281 0.074,0.496 0.191,1.754 1.187,5.973 2.074,8.789 0.453,1.438 0.793,2.473 0.996,3.047 0.098,0.281 0.274,0.777 0.387,1.109 0.293,0.856 0.867,2.399 1.023,2.747 0.071,0.16 0.117,0.328 0.098,0.371 -0.059,0.152 -0.219,0.004 -0.344,-0.328 -0.07,-0.188 -0.152,-0.395 -0.183,-0.457 -0.235,-0.485 -0.918,-2.305 -1.282,-3.411 -0.086,-0.261 -0.207,-0.613 -0.273,-0.777 -0.16,-0.422 -0.477,-1.422 -0.524,-1.672 -0.023,-0.117 -0.066,-0.226 -0.097,-0.246 -0.028,-0.016 -0.055,-0.086 -0.055,-0.156 0,-0.121 -0.07,-0.356 -0.344,-1.125 -0.211,-0.602 -0.308,-0.949 -0.644,-2.332 -0.176,-0.707 -0.344,-1.379 -0.375,-1.492 -0.442,-1.645 -0.844,-3.883 -0.789,-4.426 0.023,-0.231 0.203,-0.324 0.258,-0.137 z m 20.683,1.254 c 0.117,0.043 0.094,0.285 -0.039,0.402 -0.156,0.133 -0.535,0.192 -0.656,0.094 -0.172,-0.137 -0.109,-0.297 0.172,-0.418 0.261,-0.117 0.383,-0.137 0.523,-0.078 z m -15.676,16.09 c 0.305,0.703 0.422,1.078 0.309,1.012 -0.035,-0.024 -0.152,-0.262 -0.262,-0.536 -0.105,-0.269 -0.238,-0.578 -0.289,-0.679 -0.054,-0.102 -0.086,-0.25 -0.074,-0.328 0.016,-0.106 0.102,0.046 0.316,0.531 z m 0.508,1.273 c 0.028,0.078 0.125,0.262 0.223,0.418 0.098,0.153 0.18,0.309 0.18,0.348 0,0.082 0.519,1.254 0.804,1.828 0.102,0.199 0.266,0.453 0.367,0.57 0.102,0.114 0.188,0.239 0.188,0.274 0,0.035 0.406,0.844 0.902,1.793 0.496,0.953 1.106,2.121 1.352,2.597 0.246,0.477 0.629,1.161 0.851,1.524 0.219,0.363 0.618,1.035 0.883,1.496 0.266,0.461 0.688,1.137 0.946,1.508 0.476,0.691 0.523,0.851 0.234,0.851 -0.125,0 -0.156,0.032 -0.156,0.153 0,0.359 -0.348,0.05 -0.793,-0.707 -0.309,-0.524 -0.375,-0.743 -0.235,-0.77 0.078,-0.016 0.02,-0.152 -0.281,-0.648 -1.012,-1.664 -2.879,-5.266 -4.027,-7.774 -0.203,-0.441 -0.446,-0.969 -0.543,-1.164 -0.364,-0.765 -0.43,-0.922 -0.504,-1.187 -0.043,-0.153 -0.094,-0.278 -0.117,-0.278 -0.075,0 -0.403,-0.883 -0.348,-0.937 0.016,-0.016 0.051,0.031 0.074,0.105 z m 37.453,1.492 c 0,0.032 -0.043,0.059 -0.093,0.059 -0.051,0 -0.094,-0.012 -0.094,-0.023 0,-0.016 0.043,-0.039 0.094,-0.059 0.05,-0.02 0.093,-0.008 0.093,0.023 z m -0.308,0.172 c 0,0.028 -0.047,0.067 -0.102,0.09 -0.148,0.055 -0.168,0.043 -0.086,-0.055 0.086,-0.101 0.188,-0.121 0.188,-0.035 z m -7.797,3.618 c 0,0.085 -0.129,0.156 -0.297,0.152 -0.082,0 -0.074,-0.027 0.043,-0.121 0.172,-0.137 0.254,-0.149 0.254,-0.031 z m -0.508,0.23 c -0.031,0.086 -0.777,0.402 -4.129,1.754 -1.344,0.539 -2.765,1.117 -3.156,1.277 -0.391,0.16 -1.352,0.555 -2.133,0.871 -0.781,0.317 -1.512,0.629 -1.617,0.692 -0.106,0.062 -0.227,0.113 -0.27,0.113 -0.039,0 -0.164,0.039 -0.269,0.086 -0.106,0.047 -0.328,0.129 -0.488,0.18 -0.161,0.05 -0.34,0.117 -0.403,0.152 -0.328,0.176 -1.48,0.574 -4.965,1.719 -1.75,0.574 -3.457,1.136 -3.785,1.246 -0.617,0.207 -0.793,0.211 -0.793,0.027 0,-0.07 0.106,-0.148 0.309,-0.234 0.168,-0.071 0.328,-0.125 0.359,-0.125 0.086,0 1.344,-0.422 2.551,-0.852 0.594,-0.215 1.18,-0.406 1.301,-0.426 0.121,-0.023 0.777,-0.238 1.453,-0.48 0.68,-0.238 1.375,-0.469 1.543,-0.512 0.39,-0.093 2.273,-0.769 2.848,-1.019 0.238,-0.106 0.933,-0.379 1.546,-0.61 1.067,-0.398 3.012,-1.164 3.403,-1.332 0.101,-0.047 0.422,-0.175 0.711,-0.289 0.547,-0.215 2.758,-1.109 3.617,-1.461 1.902,-0.785 2.426,-0.957 2.367,-0.777 z"
-         style="font-size:25.60000038px;fill:#dcab06;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4675" /><path
-         d="m 167.63327,148.033 c 0.441,0.055 0.937,0.168 1.062,0.246 0.074,0.047 0.192,0.071 0.258,0.051 0.063,-0.023 0.227,0 0.356,0.051 0.132,0.047 0.609,0.117 1.058,0.152 0.473,0.039 1.305,0.168 1.977,0.309 1.66,0.344 2.367,0.625 3.164,1.262 0.355,0.281 0.429,0.375 0.523,0.656 0.16,0.496 0.141,1.23 -0.054,1.75 -0.082,0.23 -0.18,0.5 -0.211,0.602 -0.036,0.097 -0.172,0.285 -0.309,0.414 -0.137,0.128 -0.25,0.265 -0.25,0.308 0,0.137 -1.551,1.375 -2.613,2.082 -0.332,0.219 -0.602,0.422 -0.602,0.449 0,0.055 0.141,0.082 1.113,0.207 1.625,0.211 2.239,0.286 3.063,0.368 0.477,0.043 1.129,0.117 1.453,0.16 0.426,0.054 1.406,0.07 3.555,0.058 4.566,-0.031 8.875,0.098 10.855,0.317 0.426,0.047 0.977,0.101 1.223,0.121 0.508,0.043 0.555,0.109 0.265,0.344 -0.316,0.257 -0.613,0.312 -2.722,0.519 -0.699,0.067 -1.645,0.176 -2.106,0.238 -0.457,0.063 -1.781,0.211 -2.937,0.329 -2.059,0.214 -2.609,0.289 -5.258,0.711 -0.715,0.113 -1.742,0.265 -2.289,0.339 -0.543,0.075 -1,0.141 -1.012,0.153 -0.047,0.043 0.071,0.144 0.168,0.144 0.27,0 0.352,0.328 0.102,0.418 -0.254,0.094 -1.781,0.293 -3.227,0.418 -0.742,0.067 -1.586,0.16 -1.875,0.207 -1.039,0.172 -2.179,0.281 -2.527,0.246 -0.434,-0.043 -1.602,0.047 -1.688,0.129 -0.113,0.11 0.313,0.496 0.75,0.688 0.969,0.422 1.805,0.73 2.321,0.855 0.808,0.199 1.226,0.367 1.57,0.629 0.449,0.344 0.512,0.586 0.316,1.313 -0.148,0.566 -1.191,1.933 -1.535,2.011 -0.09,0.02 -0.429,0.203 -0.754,0.407 -0.324,0.207 -0.765,0.476 -0.984,0.605 -0.219,0.129 -0.461,0.297 -0.543,0.371 -0.297,0.27 -1.414,0.797 -2.574,1.215 -0.653,0.234 -1.211,0.449 -1.242,0.477 -0.071,0.062 0.156,0.097 1.261,0.187 2.11,0.172 5.641,0.035 8.661,-0.336 0.39,-0.051 0.945,-0.117 1.238,-0.156 0.695,-0.086 2.636,-0.469 2.89,-0.57 0.211,-0.083 0.266,-0.227 0.11,-0.286 -0.055,-0.019 -0.094,-0.078 -0.094,-0.125 0,-0.074 0.082,-0.093 0.418,-0.093 0.438,0 0.828,-0.133 0.988,-0.34 0.051,-0.067 0.157,-0.094 0.324,-0.09 0.145,0.008 0.247,-0.016 0.247,-0.055 0,-0.043 0.062,-0.051 0.164,-0.027 0.086,0.023 0.191,0.016 0.23,-0.016 0.074,-0.054 1.606,-0.551 2.051,-0.664 0.137,-0.035 0.344,-0.121 0.461,-0.199 0.359,-0.227 1.246,-0.695 1.765,-0.934 0.692,-0.316 1.028,-0.398 1.274,-0.312 0.258,0.086 0.262,0.086 0.426,-0.055 0.179,-0.148 0.64,-0.156 2.246,-0.031 2.465,0.191 2.879,0.211 5.148,0.246 1.293,0.023 2.473,0.063 2.629,0.086 0.152,0.027 0.305,0.027 0.34,0 0.031,-0.023 0.758,-0.027 1.609,-0.004 0.852,0.027 1.637,0.035 1.743,0.02 0.144,-0.02 0.281,-0.121 0.515,-0.383 0.297,-0.332 0.496,-0.43 0.586,-0.289 0.024,0.035 0.008,0.101 -0.031,0.148 -0.098,0.113 -0.027,0.207 0.16,0.207 0.109,0 0.191,0.063 0.281,0.211 0.071,0.113 0.153,0.211 0.18,0.211 0.086,0 1.297,-1.883 1.297,-2.012 0,-0.07 0.793,-1.211 1.461,-2.097 1.308,-1.735 2.613,-3.242 3.586,-4.141 0.304,-0.281 0.742,-0.711 0.976,-0.957 0.235,-0.25 0.489,-0.469 0.567,-0.488 0.203,-0.055 0.574,-0.34 0.617,-0.477 0.019,-0.062 0.07,-0.113 0.109,-0.117 0.063,0 1.567,-1.406 2.074,-1.934 0.09,-0.093 0.258,-0.211 0.368,-0.253 0.113,-0.047 0.226,-0.145 0.257,-0.219 0.082,-0.203 0.801,-0.813 2.54,-2.16 1.648,-1.274 2.308,-1.704 3.214,-2.094 l 0.633,-0.277 0.438,0.058 c 0.636,0.086 0.875,0.266 1.199,0.899 0.14,0.273 0.289,0.648 0.332,0.835 0.039,0.184 0.101,0.458 0.133,0.606 0.07,0.324 -0.051,1.043 -0.328,1.934 -0.102,0.324 -0.172,0.625 -0.153,0.668 0.016,0.042 0.137,0.097 0.266,0.121 0.422,0.074 0.801,0.304 1.016,0.609 0.105,0.156 0.289,0.371 0.402,0.477 0.226,0.203 0.254,0.343 0.219,1.093 -0.039,0.758 -0.528,1.95 -1.036,2.52 -0.359,0.398 -2,3.164 -2.796,4.715 -0.926,1.789 -1.27,2.949 -1.067,3.554 0.067,0.192 0.133,0.246 0.457,0.387 0.211,0.09 0.465,0.184 0.567,0.207 0.101,0.024 0.378,0.129 0.617,0.231 0.375,0.16 0.578,0.195 1.515,0.285 0.598,0.058 1.379,0.125 1.743,0.148 l 0.66,0.039 0.199,0.242 c 0.18,0.215 0.195,0.266 0.16,0.512 -0.062,0.445 -0.773,1.242 -1.738,1.945 -0.274,0.2 -0.516,0.391 -0.543,0.426 -0.027,0.035 -0.043,0.176 -0.035,0.317 0.011,0.293 -0.09,0.429 -0.489,0.656 -0.152,0.086 -0.265,0.195 -0.277,0.273 -0.012,0.094 -0.09,0.149 -0.293,0.207 -0.301,0.082 -0.371,0.153 -0.375,0.364 0,0.191 0.11,0.211 0.695,0.136 1.145,-0.148 2.629,-0.246 4.997,-0.339 0.609,-0.024 1.027,-0.071 1.304,-0.149 0.477,-0.133 0.539,-0.141 0.438,-0.043 -0.114,0.109 -0.086,0.168 0.082,0.168 0.097,0 0.152,0.031 0.152,0.09 0,0.133 0.188,0.109 0.949,-0.125 0.379,-0.121 0.867,-0.27 1.078,-0.336 0.266,-0.082 0.465,-0.105 0.629,-0.078 0.168,0.027 0.328,0.004 0.539,-0.074 0.735,-0.282 1.309,-0.434 1.621,-0.434 0.348,0 0.567,0.074 0.571,0.195 0,0.078 0.207,0.321 0.398,0.461 0.106,0.082 0.106,0.071 -0.015,-0.117 -0.266,-0.41 -0.289,-0.476 -0.207,-0.555 0.082,-0.082 0.16,-0.011 0.691,0.653 0.273,0.344 1.109,1.64 1.109,1.722 0,0.024 0.164,0.305 0.364,0.622 1.066,1.699 2.683,4.71 3.531,6.585 0.641,1.411 1.301,2.977 1.301,3.086 0,0.055 0.152,0.426 0.34,0.829 0.187,0.402 0.339,0.753 0.339,0.777 0,0.027 0.051,0.16 0.118,0.293 0.21,0.449 0.39,0.894 0.757,1.89 0.391,1.043 0.438,1.184 0.551,1.614 0.039,0.148 0.141,0.414 0.219,0.586 0.094,0.195 0.148,0.425 0.148,0.605 0,0.16 0.043,0.402 0.094,0.543 0.121,0.328 0.117,0.473 -0.008,0.52 -0.097,0.035 -0.23,-0.078 -0.289,-0.243 -0.031,-0.093 -0.23,0.071 -0.23,0.188 0,0.051 0.051,0.125 0.109,0.168 0.082,0.059 0.094,0.105 0.047,0.176 -0.059,0.093 -2.457,1.304 -3.555,1.793 -0.289,0.129 -0.734,0.347 -0.992,0.48 -1.805,0.957 -5.293,2.598 -7.207,3.391 -1.769,0.734 -4.43,1.66 -4.766,1.66 -0.242,0 -0.257,0.055 -0.113,0.391 0.145,0.335 0.02,0.386 -0.222,0.093 l -0.204,-0.238 -0.351,0.344 c -0.195,0.191 -0.488,0.437 -0.656,0.547 -0.168,0.109 -0.414,0.289 -0.547,0.398 -0.262,0.211 -0.407,0.254 -0.407,0.109 0,-0.046 0.364,-0.441 0.805,-0.875 0.445,-0.433 0.836,-0.832 0.863,-0.886 0.055,-0.094 -0.246,-0.711 -1.3,-2.692 -0.211,-0.394 -1.297,-2.617 -1.758,-3.59 -0.488,-1.035 -0.652,-1.41 -0.875,-2.015 -0.117,-0.32 -0.453,-0.977 -0.797,-1.555 -0.648,-1.086 -1.551,-2.82 -1.941,-3.719 -0.153,-0.355 -0.289,-0.582 -0.36,-0.609 -0.148,-0.051 -0.375,-0.469 -0.965,-1.758 -0.757,-1.66 -1.097,-2.711 -1.226,-3.769 -0.102,-0.879 -0.11,-0.891 -0.418,-0.91 -0.207,-0.016 -0.391,0.039 -0.86,0.25 -0.332,0.148 -0.851,0.363 -1.156,0.476 -0.519,0.192 -2.457,0.977 -2.941,1.192 -0.555,0.246 -2.266,0.984 -2.332,1.003 -0.102,0.036 -0.758,0.653 -0.758,0.719 0,0.086 0.062,0.07 1.277,-0.344 0.641,-0.214 1.387,-0.461 1.66,-0.539 0.75,-0.214 1.34,-0.418 1.707,-0.582 0.184,-0.082 0.571,-0.234 0.86,-0.343 0.289,-0.106 0.805,-0.34 1.144,-0.52 0.34,-0.18 0.688,-0.363 0.774,-0.406 0.203,-0.11 0.398,-0.102 0.496,0.012 0.059,0.066 0.062,0.109 0.012,0.156 -0.055,0.051 -0.047,0.086 0.027,0.14 0.07,0.047 0.09,0.118 0.062,0.219 -0.046,0.176 -0.328,0.32 -1.148,0.598 -0.289,0.097 -0.691,0.25 -0.898,0.344 -0.629,0.281 -1.09,0.457 -1.77,0.675 -0.355,0.118 -0.785,0.27 -0.957,0.336 -0.172,0.071 -0.672,0.25 -1.113,0.399 -0.442,0.148 -1.039,0.355 -1.324,0.457 -0.29,0.101 -0.645,0.199 -0.79,0.215 l -0.269,0.031 0,0.476 c 0,0.461 0.004,0.477 0.113,0.383 0.063,-0.054 0.188,-0.097 0.281,-0.097 0.122,0 0.165,-0.032 0.165,-0.122 0,-0.222 0.605,-0.511 2.023,-0.964 1.613,-0.512 2.199,-0.723 2.758,-0.989 0.234,-0.109 0.648,-0.285 0.929,-0.39 0.278,-0.106 0.625,-0.254 0.774,-0.336 0.172,-0.09 0.32,-0.129 0.414,-0.106 0.09,0.024 0.32,-0.031 0.598,-0.136 0.461,-0.176 0.605,-0.184 0.605,-0.024 0,0.051 0.047,0.125 0.102,0.164 0.265,0.188 -0.207,0.488 -1.215,0.774 -0.188,0.05 -0.606,0.199 -0.926,0.328 -0.324,0.129 -0.965,0.359 -1.426,0.515 -0.457,0.153 -1,0.348 -1.203,0.426 -0.758,0.297 -2.832,0.856 -3.172,0.856 -0.246,0.004 -0.261,0.011 -0.261,0.168 0,0.214 -0.102,0.312 -0.325,0.312 -0.133,0 -0.172,0.027 -0.172,0.121 0,0.137 0.161,0.535 0.215,0.535 0.024,0 0.149,-0.05 0.282,-0.117 0.261,-0.133 0.464,-0.152 0.523,-0.062 0.023,0.035 0.098,0.007 0.176,-0.067 0.402,-0.371 1.203,-0.726 2.578,-1.156 0.391,-0.121 1.031,-0.344 1.422,-0.488 0.39,-0.149 0.89,-0.336 1.105,-0.414 0.219,-0.078 0.637,-0.254 0.93,-0.391 0.293,-0.133 0.644,-0.258 0.781,-0.273 0.137,-0.016 0.363,-0.071 0.508,-0.121 0.34,-0.122 0.437,-0.079 0.437,0.187 0,0.207 -0.011,0.215 -0.535,0.461 -1.226,0.566 -1.777,0.812 -1.894,0.844 -0.219,0.058 -1.914,0.64 -2.043,0.703 -0.235,0.113 -2.738,0.894 -2.992,0.933 -0.168,0.024 -0.286,0.012 -0.348,-0.039 -0.074,-0.058 -0.094,-0.054 -0.094,0.02 0,0.133 -0.269,0.32 -0.523,0.367 -0.121,0.02 -0.219,0.051 -0.219,0.07 0,0.016 0.094,0.278 0.207,0.579 0.113,0.304 0.336,0.925 0.492,1.386 0.153,0.461 0.477,1.364 0.711,2.008 0.238,0.641 0.453,1.305 0.477,1.477 0.043,0.32 0.219,0.836 0.461,1.359 0.074,0.164 0.152,0.379 0.172,0.48 0.019,0.098 0.097,0.286 0.171,0.418 0.079,0.129 0.157,0.329 0.176,0.434 0.024,0.109 0.125,0.391 0.231,0.629 0.269,0.613 0.285,0.648 0.367,0.859 0.039,0.106 0.125,0.239 0.191,0.293 0.067,0.059 0.117,0.16 0.117,0.227 0,0.066 0.071,0.191 0.153,0.273 0.082,0.086 0.328,0.543 0.547,1.02 0.949,2.066 3.304,6.59 3.476,6.683 0.047,0.024 0.141,0.164 0.211,0.313 0.07,0.148 0.254,0.418 0.41,0.598 0.153,0.183 0.321,0.402 0.371,0.496 l 0.094,0.164 0.262,-0.129 c 0.418,-0.203 1.508,-0.817 2.191,-1.227 0.594,-0.359 0.821,-0.449 0.821,-0.328 0,0.07 -0.414,0.43 -0.805,0.703 -0.484,0.336 -0.508,0.34 1.176,-0.25 1.633,-0.57 2.414,-0.855 3.031,-1.105 0.395,-0.156 1.367,-0.547 2.168,-0.864 0.797,-0.316 1.691,-0.683 1.988,-0.812 0.297,-0.129 0.555,-0.234 0.578,-0.234 0.028,0 0.243,-0.094 0.485,-0.204 1.261,-0.585 2.113,-0.972 2.66,-1.21 1.176,-0.512 1.836,-0.86 1.902,-0.997 0.067,-0.14 0.336,-0.32 1.508,-0.984 0.41,-0.234 0.965,-0.574 1.238,-0.758 0.274,-0.179 0.742,-0.484 1.043,-0.676 0.305,-0.187 0.93,-0.589 1.395,-0.886 1.34,-0.867 1.457,-0.942 1.832,-1.16 0.195,-0.118 0.496,-0.344 0.668,-0.504 0.176,-0.16 0.406,-0.317 0.515,-0.344 0.11,-0.031 0.426,-0.227 0.704,-0.441 0.277,-0.211 0.531,-0.387 0.562,-0.387 0.133,0 0.301,0.129 0.297,0.226 -0.008,0.18 -1.477,1.223 -4.356,3.094 -2.093,1.363 -2.566,1.641 -2.566,1.504 0,-0.059 -0.23,0.031 -0.758,0.301 -0.418,0.215 -0.996,0.508 -1.285,0.656 -0.644,0.324 -0.73,0.399 -0.621,0.524 0.055,0.066 0.086,0.457 0.109,1.363 0.016,0.699 0.055,1.363 0.094,1.472 0.035,0.114 0.16,0.305 0.277,0.434 0.196,0.211 0.211,0.25 0.172,0.484 -0.023,0.141 -0.082,0.317 -0.129,0.387 -0.14,0.215 -2.523,1.688 -2.605,1.613 -0.051,-0.05 0.574,-0.664 0.898,-0.886 0.149,-0.102 0.258,-0.192 0.243,-0.207 -0.016,-0.012 -0.547,0.207 -1.184,0.484 -0.637,0.281 -1.168,0.508 -1.184,0.508 -0.015,0 -0.343,0.14 -0.726,0.308 -1.008,0.442 -2.797,1.188 -4.219,1.754 -0.68,0.274 -1.551,0.618 -1.93,0.77 -0.382,0.152 -0.73,0.277 -0.777,0.277 -0.047,0 -0.199,0.055 -0.34,0.121 -0.14,0.067 -0.304,0.121 -0.359,0.121 -0.059,0 -0.278,0.079 -0.485,0.172 -0.515,0.239 -1.339,0.555 -3.128,1.2 -0.836,0.3 -1.586,0.585 -1.672,0.632 -0.575,0.336 -1.516,0.723 -2.887,1.196 -0.738,0.257 -1.926,0.738 -2.125,0.867 -0.082,0.055 -0.402,0.183 -0.711,0.285 -0.305,0.102 -0.996,0.348 -1.531,0.543 -0.535,0.199 -1.246,0.445 -1.578,0.547 -0.328,0.101 -0.657,0.234 -0.723,0.293 -0.309,0.262 -0.762,0.508 -1.066,0.578 -0.204,0.043 -0.438,0.152 -0.594,0.277 -0.945,0.742 -2.293,1.387 -3.289,1.574 -0.934,0.172 -0.938,0.172 -0.848,0.071 0.043,-0.051 0.152,-0.11 0.246,-0.133 0.094,-0.02 0.703,-0.293 1.36,-0.609 1.062,-0.504 1.984,-1.036 2.421,-1.399 l 0.149,-0.121 -0.258,-0.57 c -0.141,-0.313 -0.258,-0.61 -0.258,-0.653 0,-0.082 -0.363,-0.746 -0.957,-1.761 -0.484,-0.828 -2.32,-4.547 -2.32,-4.703 0,-0.024 -0.059,-0.164 -0.129,-0.317 -0.07,-0.148 -0.18,-0.387 -0.246,-0.527 -0.066,-0.141 -0.121,-0.309 -0.121,-0.367 0,-0.063 -0.231,-0.582 -0.516,-1.153 -0.683,-1.371 -1.058,-2.16 -1.207,-2.547 -0.113,-0.293 -0.222,-0.457 -0.695,-1.058 -0.086,-0.113 -0.293,-0.496 -0.453,-0.852 -0.434,-0.949 -0.762,-1.656 -1.039,-2.23 -0.133,-0.278 -0.508,-1.086 -0.832,-1.793 -0.325,-0.707 -0.723,-1.567 -0.887,-1.914 -0.16,-0.344 -0.363,-0.817 -0.445,-1.043 -0.086,-0.231 -0.352,-0.93 -0.59,-1.555 -0.567,-1.492 -1.145,-3.199 -1.602,-4.754 -0.09,-0.308 -0.402,-1.211 -0.648,-1.883 -0.063,-0.168 -0.114,-0.375 -0.114,-0.464 -0.003,-0.145 -0.027,-0.165 -0.203,-0.165 -0.445,0 -2.136,0.504 -2.613,0.778 -0.101,0.058 -0.293,0.117 -0.426,0.129 -0.343,0.027 -0.406,-0.094 -0.226,-0.453 0.136,-0.278 0.144,-0.282 1.508,-0.926 1.339,-0.637 2.949,-1.375 3.503,-1.61 0.153,-0.066 1.016,-0.46 1.918,-0.878 3.086,-1.43 4.254,-1.957 4.641,-2.09 0.227,-0.082 1.262,-0.539 1.422,-0.633 0.191,-0.109 1.836,-0.883 2.133,-1.004 0.172,-0.07 0.785,-0.301 1.363,-0.516 0.578,-0.214 1.16,-0.445 1.297,-0.511 0.137,-0.063 0.43,-0.18 0.648,-0.258 0.223,-0.082 1.266,-0.457 2.321,-0.836 1.054,-0.379 2.086,-0.746 2.289,-0.813 0.203,-0.066 0.648,-0.218 0.992,-0.339 0.34,-0.122 0.785,-0.27 0.988,-0.336 0.203,-0.067 0.703,-0.278 1.113,-0.469 0.407,-0.192 0.825,-0.367 0.926,-0.391 0.106,-0.023 0.34,-0.113 0.528,-0.191 0.554,-0.238 0.984,-0.375 1.609,-0.5 0.32,-0.067 0.641,-0.133 0.711,-0.149 0.191,-0.043 0.508,0.18 0.555,0.391 0.054,0.234 0.086,0.25 0.421,0.207 0.438,-0.059 0.481,-0.109 0.239,-0.305 -0.324,-0.261 -0.196,-0.507 0.179,-0.351 0.082,0.035 0.094,0.008 0.071,-0.145 -0.031,-0.218 0.125,-0.418 0.328,-0.418 0.141,0 1.019,-0.562 1.019,-0.652 0,-0.043 0.528,-0.508 1.286,-1.137 0.339,-0.281 0.277,-0.363 -0.286,-0.363 -0.265,0 -0.757,-0.039 -1.097,-0.086 -0.336,-0.047 -0.875,-0.105 -1.199,-0.125 -0.434,-0.031 -0.622,-0.07 -0.711,-0.148 -0.071,-0.059 -0.348,-0.192 -0.621,-0.293 -0.329,-0.121 -0.571,-0.254 -0.711,-0.395 -0.114,-0.113 -0.258,-0.207 -0.317,-0.207 -0.238,0 -0.547,-0.594 -0.547,-1.043 0,-0.488 0.555,-2.289 0.949,-3.09 0.126,-0.25 0.223,-0.48 0.223,-0.515 0,-0.051 0.25,-0.579 0.934,-1.969 0.101,-0.203 0.179,-0.387 0.179,-0.41 0,-0.02 0.059,-0.114 0.129,-0.2 0.071,-0.085 0.27,-0.371 0.45,-0.628 0.175,-0.262 0.437,-0.637 0.582,-0.84 0.379,-0.524 0.445,-0.657 0.937,-1.891 0.524,-1.324 0.539,-1.453 0.207,-1.914 -0.277,-0.383 -0.652,-0.574 -0.785,-0.398 -0.121,0.16 -0.828,0.14 -1.047,-0.024 -0.09,-0.066 -0.16,-0.172 -0.16,-0.234 0,-0.063 -0.031,-0.129 -0.066,-0.149 -0.04,-0.027 -0.008,-0.132 0.089,-0.293 0.176,-0.293 0.293,-0.582 0.508,-1.257 0.258,-0.821 0.199,-1.989 -0.133,-2.61 -0.109,-0.207 -0.519,-0.379 -0.785,-0.332 -0.262,0.047 -0.625,0.238 -0.949,0.496 -0.141,0.11 -0.313,0.199 -0.379,0.199 -0.066,0 -0.363,0.168 -0.652,0.375 -1.317,0.926 -3.067,2.196 -3.446,2.497 -0.582,0.461 -1.777,1.371 -2.086,1.582 -0.281,0.199 -1.515,1.214 -2.242,1.843 -0.457,0.395 -1.113,1.075 -1.632,1.684 -0.141,0.168 -0.2,0.254 -0.129,0.195 0.117,-0.093 0.273,-0.14 0.273,-0.078 0,0.027 -0.117,0.192 -0.559,0.801 -0.105,0.144 -0.527,0.672 -0.945,1.176 -0.414,0.504 -0.812,0.996 -0.879,1.097 -0.066,0.098 -0.359,0.512 -0.648,0.918 -0.539,0.754 -0.871,1.262 -1.395,2.129 -0.164,0.274 -0.332,0.516 -0.375,0.539 -0.125,0.067 -0.277,0.461 -0.207,0.528 0.039,0.039 0.184,0.039 0.383,0.007 0.18,-0.027 0.758,-0.062 1.285,-0.078 0.528,-0.015 1.164,-0.054 1.422,-0.082 0.254,-0.027 0.641,-0.054 0.856,-0.062 0.429,-0.012 0.625,-0.063 0.742,-0.199 0.043,-0.055 0.242,-0.106 0.492,-0.129 0.226,-0.024 0.75,-0.106 1.156,-0.184 0.41,-0.078 1.07,-0.187 1.477,-0.242 0.726,-0.102 0.73,-0.102 0.906,0.027 0.211,0.149 0.305,0.156 0.465,0.039 0.176,-0.125 0.597,-0.054 1.121,0.192 0.836,0.394 1.164,0.8 1.125,1.402 -0.02,0.309 -0.02,0.313 0.16,0.313 0.285,0.003 0.25,0.132 -0.066,0.238 -0.16,0.051 -0.336,0.129 -0.387,0.176 -0.133,0.105 -0.441,0.222 -1.832,0.679 -2.406,0.793 -5.524,1.668 -5.617,1.578 -0.063,-0.066 0.277,-0.304 0.429,-0.304 0.067,0 0.411,-0.098 0.766,-0.215 0.355,-0.113 0.898,-0.285 1.207,-0.379 0.305,-0.094 0.766,-0.254 1.02,-0.352 0.254,-0.097 0.644,-0.234 0.867,-0.3 0.375,-0.114 1.734,-0.578 2.226,-0.758 l 0.215,-0.082 -0.234,-0.004 c -0.125,-0.004 -0.809,0.074 -1.516,0.172 -3.48,0.48 -7.726,0.894 -9.226,0.898 -0.258,0 -0.813,0.004 -1.239,0.004 -0.425,0 -0.886,0.016 -1.019,0.031 -1.789,0.207 -12.082,0.578 -12.348,0.442 -0.058,-0.031 -0.234,-0.055 -0.383,-0.055 -0.148,0 -0.363,-0.031 -0.468,-0.066 -0.176,-0.059 -0.227,-0.051 -0.434,0.09 -0.285,0.191 -0.316,0.191 -0.316,0.003 0,-0.082 -0.028,-0.148 -0.059,-0.148 -0.113,0 -0.129,-0.219 -0.035,-0.512 0.129,-0.414 0.117,-0.519 -0.078,-0.695 -0.461,-0.418 -0.664,-0.395 -1.055,0.117 -0.172,0.219 -0.48,0.563 -0.687,0.758 -0.207,0.199 -0.375,0.402 -0.375,0.457 0,0.34 -0.34,0.684 -0.528,0.531 -0.043,-0.035 -0.097,-0.031 -0.14,0.016 -0.118,0.109 -0.09,0.164 0.078,0.164 0.195,0 0.203,0.133 0.019,0.301 -0.101,0.09 -0.183,0.113 -0.316,0.086 -0.098,-0.024 -0.301,-0.02 -0.449,0 -0.215,0.031 -0.274,0.066 -0.274,0.156 0,0.137 -0.043,0.156 -0.926,0.414 -0.359,0.105 -1.472,0.508 -2.476,0.898 -1.004,0.387 -1.934,0.723 -2.067,0.746 -0.136,0.02 -0.39,0.118 -0.566,0.215 -0.176,0.094 -0.437,0.188 -0.574,0.211 -0.141,0.02 -0.309,0.082 -0.375,0.141 -0.067,0.055 -0.367,0.203 -0.664,0.332 -0.301,0.125 -0.688,0.316 -0.856,0.422 -0.172,0.105 -0.394,0.234 -0.496,0.285 -0.183,0.094 -0.183,0.094 -0.031,0.098 0.086,0 0.949,-0.055 1.918,-0.125 0.969,-0.067 1.984,-0.137 2.258,-0.153 0.625,-0.031 3.761,-0.289 5.074,-0.414 0.711,-0.07 1.301,-0.086 2.101,-0.058 0.614,0.019 1.825,0.007 2.692,-0.028 1.836,-0.074 2.383,-0.097 3.773,-0.148 0.559,-0.024 1.133,-0.067 1.266,-0.098 0.137,-0.031 0.289,-0.058 0.34,-0.058 0.054,0 0.148,-0.024 0.219,-0.055 0.066,-0.027 0.511,-0.094 0.984,-0.149 0.473,-0.054 0.922,-0.121 0.992,-0.148 0.199,-0.074 1.5,-0.199 1.613,-0.156 0.059,0.023 0.086,0.074 0.067,0.125 -0.028,0.07 0.019,0.09 0.207,0.09 0.418,0 0.863,-0.118 1.953,-0.512 0.582,-0.211 1.102,-0.383 1.152,-0.383 0.055,0 0.164,-0.055 0.246,-0.125 l 0.145,-0.121 -0.184,0.031 c -0.101,0.016 -0.757,0.074 -1.453,0.121 -3.722,0.266 -4.902,0.344 -6.621,0.426 -1.035,0.047 -2.199,0.121 -2.582,0.156 -0.621,0.063 -0.84,0.051 -0.746,-0.039 0.098,-0.097 1.762,-0.293 3.328,-0.39 3.453,-0.215 5.231,-0.375 5.504,-0.485 0.25,-0.101 2.43,-0.183 3.07,-0.117 0.543,0.059 0.586,0.055 1.11,-0.113 0.379,-0.121 0.578,-0.16 0.648,-0.121 0.07,0.035 0.192,0.027 0.348,-0.028 0.133,-0.046 0.476,-0.156 0.765,-0.242 0.289,-0.086 0.774,-0.246 1.082,-0.355 0.793,-0.289 1.528,-0.512 1.668,-0.512 0.254,0 -0.07,0.188 -0.531,0.309 -0.25,0.066 -0.539,0.156 -0.644,0.199 -0.192,0.086 -0.696,0.265 -1.266,0.449 -0.187,0.063 -0.535,0.184 -0.773,0.27 -0.497,0.183 -1.606,0.574 -2.196,0.773 -0.222,0.074 -1.254,0.465 -2.297,0.863 -1.308,0.504 -1.933,0.774 -2.023,0.875 -0.113,0.129 -0.188,0.149 -0.52,0.149 -0.386,0.004 -1.363,0.09 -4.285,0.39 -0.851,0.086 -1.906,0.172 -2.351,0.188 -0.805,0.027 -1.215,0.055 -1.391,0.082 -0.266,0.043 -0.637,-0.067 -0.539,-0.16 0.027,-0.024 0.539,-0.09 1.145,-0.149 0.601,-0.058 1.32,-0.148 1.589,-0.199 0.274,-0.055 0.692,-0.109 0.93,-0.125 0.75,-0.051 1.082,-0.101 1.082,-0.164 0,-0.035 -0.113,-0.043 -0.293,-0.023 -1.367,0.171 -7.015,0.48 -7.187,0.394 -0.133,-0.066 0.285,-0.262 0.582,-0.269 1.125,-0.036 2.05,-0.102 2.132,-0.149 0.168,-0.105 -3.953,-0.004 -5.312,0.125 -0.664,0.067 -1.406,0.117 -1.652,0.117 -0.246,0 -0.512,0.028 -0.59,0.059 -0.133,0.051 -1.008,0.121 -4.133,0.336 -2.461,0.164 -2.723,0.172 -2.723,0.074 0,-0.047 0.035,-0.121 0.078,-0.168 0.043,-0.043 0.051,-0.066 0.016,-0.051 -1.238,0.578 -2.504,1.211 -2.504,1.25 0,0.028 0.117,0.039 0.262,0.024 0.144,-0.012 0.777,-0.055 1.406,-0.09 1.234,-0.066 1.453,-0.086 4.36,-0.352 2.874,-0.265 3.441,-0.304 3.554,-0.246 0.055,0.028 0.141,0.032 0.192,0.004 0.105,-0.055 0.39,0.031 0.343,0.106 -0.015,0.027 -0.343,0.082 -0.73,0.125 -0.383,0.039 -0.922,0.097 -1.192,0.125 -0.808,0.089 -2.562,0.23 -4.082,0.332 -0.785,0.05 -1.8,0.129 -2.257,0.175 -2.27,0.235 -2.321,0.239 -2.536,0.082 -0.132,-0.093 -0.183,-0.171 -0.164,-0.25 0.02,-0.078 0.004,-0.097 -0.062,-0.074 -0.055,0.02 -0.117,0.035 -0.145,0.035 -0.027,0 -0.066,0.067 -0.089,0.149 -0.047,0.187 -0.313,0.265 -0.454,0.133 -0.164,-0.16 -0.281,-1.754 -0.125,-1.703 0.043,0.015 0.086,0.144 0.098,0.289 0.012,0.152 0.066,0.316 0.133,0.382 0.062,0.067 0.125,0.188 0.137,0.27 0.015,0.129 0.046,0.148 0.222,0.137 0.203,-0.016 1.153,-0.313 1.438,-0.45 0.086,-0.043 0.191,-0.121 0.234,-0.179 0.055,-0.074 0.129,-0.094 0.231,-0.067 0.113,0.024 0.152,0.012 0.152,-0.054 0,-0.106 0.051,-0.129 1.484,-0.719 0.598,-0.246 1.325,-0.555 1.621,-0.691 0.297,-0.133 0.77,-0.329 1.051,-0.43 0.285,-0.102 0.68,-0.262 0.887,-0.356 0.683,-0.32 2.648,-1.078 2.793,-1.078 0.082,0 0.195,-0.027 0.254,-0.058 0.058,-0.036 0.316,-0.129 0.57,-0.211 0.254,-0.082 0.645,-0.211 0.867,-0.282 l 0.403,-0.132 -0.239,-0.02 c -0.148,-0.012 -0.277,0.012 -0.339,0.067 -0.118,0.097 -0.622,0.183 -0.77,0.128 -0.07,-0.027 -0.113,-0.144 -0.141,-0.378 -0.101,-0.899 -0.316,-1.321 -0.281,-0.559 0.008,0.207 -0.019,0.465 -0.058,0.578 -0.098,0.289 -0.36,0.352 -1.258,0.301 -0.477,-0.028 -0.926,-0.012 -1.461,0.051 -0.426,0.054 -1.047,0.113 -1.379,0.136 -0.512,0.035 -0.602,0.028 -0.602,-0.05 0,-0.051 0.09,-0.122 0.2,-0.157 0.222,-0.074 0.335,-0.078 -1.344,0.047 -0.406,0.031 -1.59,0.086 -2.629,0.121 -1.039,0.035 -2.442,0.09 -3.125,0.121 -0.68,0.036 -1.805,0.059 -2.5,0.059 -0.692,0 -1.25,0.012 -1.231,0.027 0.055,0.059 1.161,0.211 1.969,0.278 0.461,0.039 0.918,0.078 1.02,0.086 0.257,0.027 4.09,-0.133 4.332,-0.18 0.066,-0.012 0.472,-0.039 0.894,-0.059 0.653,-0.031 0.758,-0.023 0.672,0.043 -0.101,0.078 -0.348,0.106 -3.082,0.324 -1.82,0.145 -4.476,0.133 -6,-0.031 -1.168,-0.125 -1.422,-0.16 -3.094,-0.422 -1.25,-0.199 -1.547,-0.312 -1.547,-0.597 0,-0.215 0.106,-0.305 0.356,-0.305 0.207,0 0.266,0.094 0.133,0.223 -0.051,0.047 0.031,0.082 0.293,0.132 0.203,0.04 0.445,0.094 0.543,0.125 0.097,0.032 0.285,0.059 0.418,0.059 0.195,0 0.238,-0.023 0.238,-0.117 0,-0.129 0.453,-0.289 2.058,-0.719 1.262,-0.34 1.653,-0.496 3.325,-1.308 1.429,-0.696 2.367,-1.235 2.648,-1.524 l 0.141,-0.144 -0.344,0.113 c -0.191,0.062 -0.527,0.219 -0.746,0.351 -0.852,0.504 -1.547,0.805 -3.766,1.641 -0.965,0.363 -2.722,0.848 -3.347,0.926 -0.274,0.031 -0.59,0.086 -0.711,0.121 -0.305,0.086 -0.496,0.078 -0.496,-0.027 0,-0.094 0.175,-0.149 0.961,-0.305 0.269,-0.055 0.871,-0.227 1.328,-0.387 0.734,-0.25 2.14,-0.691 2.879,-0.906 0.132,-0.039 0.425,-0.152 0.648,-0.246 0.219,-0.098 0.594,-0.238 0.828,-0.317 0.426,-0.14 1.496,-0.66 1.906,-0.929 0.614,-0.395 1.036,-0.692 1.286,-0.903 0.3,-0.254 0.679,-0.781 0.679,-0.953 0,-0.187 -0.195,-0.508 -0.379,-0.609 -0.097,-0.059 -0.175,-0.141 -0.175,-0.184 0,-0.168 -0.364,-0.367 -0.961,-0.531 -1.629,-0.449 -2.118,-0.594 -2.289,-0.676 -0.102,-0.051 -0.532,-0.199 -0.957,-0.332 -0.426,-0.133 -1.118,-0.375 -1.54,-0.535 -0.656,-0.254 -0.804,-0.289 -1.05,-0.262 -0.407,0.047 -0.942,0.153 -1.106,0.215 -0.23,0.086 -0.84,0.164 -2.058,0.262 -0.629,0.051 -1.465,0.133 -1.856,0.184 -1.172,0.144 -2.25,0.261 -2.379,0.257 -0.07,-0.004 -0.32,0.028 -0.558,0.063 -0.239,0.039 -1.075,0.078 -1.864,0.09 -0.785,0.011 -1.457,0.035 -1.488,0.054 -0.035,0.024 -0.148,0.008 -0.254,-0.031 -0.152,-0.055 -0.222,-0.055 -0.347,0.012 -0.122,0.062 -0.192,0.062 -0.332,0.008 -0.133,-0.055 -0.598,-0.063 -1.782,-0.036 -2.187,0.051 -1.601,0.059 -6.519,-0.085 -0.969,-0.028 -2.336,-0.055 -3.032,-0.059 -0.699,-0.004 -1.406,-0.023 -1.578,-0.039 -0.172,-0.012 -0.879,-0.055 -1.578,-0.09 -1.402,-0.066 -3.336,-0.277 -4.496,-0.484 -0.859,-0.157 -0.965,-0.133 -0.797,0.179 0.121,0.227 0.121,0.27 0.004,0.227 -0.121,-0.043 -0.121,0.141 -0.004,0.535 0.051,0.16 0.18,0.711 0.285,1.219 0.11,0.527 0.231,0.949 0.282,0.984 0.047,0.035 0.117,0.266 0.152,0.512 0.039,0.246 0.094,0.609 0.125,0.809 0.156,0.949 0.312,2.687 0.344,3.765 0.035,1.371 0.051,1.477 0.179,1.426 0.082,-0.027 0.086,0.07 0.055,0.766 -0.023,0.437 -0.027,0.785 -0.008,0.769 0.067,-0.059 0.297,-1.047 0.328,-1.406 0.047,-0.5 0.079,-0.629 0.161,-0.629 0.05,0 0.054,0.16 0.015,0.586 -0.027,0.32 -0.047,0.973 -0.039,1.449 0.063,4.078 0.055,4.309 -0.269,6.367 -0.227,1.426 -0.36,2.102 -0.524,2.614 -0.078,0.253 -0.125,0.48 -0.101,0.507 0.039,0.036 0.332,-0.05 1.586,-0.464 0.355,-0.118 1.871,-0.536 2.476,-0.684 0.356,-0.086 0.867,-0.223 1.133,-0.305 0.266,-0.078 0.586,-0.144 0.711,-0.144 0.394,0 0.414,-0.035 0.324,-0.645 -0.129,-0.851 -0.031,-1.012 0.707,-1.195 0.516,-0.129 1.797,-0.57 1.891,-0.649 0.054,-0.043 0.156,-0.082 0.222,-0.082 0.094,0 0.145,-0.062 0.2,-0.238 0.074,-0.238 0.343,-0.598 0.445,-0.598 0.031,0 0.059,0.067 0.059,0.149 0,0.234 0.085,0.18 0.332,-0.211 0.199,-0.309 0.375,-0.477 0.496,-0.477 0.019,0 0.035,0.079 0.035,0.168 0,0.094 0.019,0.188 0.039,0.207 0.023,0.024 0.265,-0.164 0.543,-0.41 0.879,-0.781 1.445,-0.914 0.848,-0.199 -0.274,0.328 -0.383,0.535 -0.286,0.535 0.016,0 0.188,-0.07 0.379,-0.152 0.192,-0.082 0.383,-0.149 0.422,-0.149 0.043,0 0.184,-0.089 0.317,-0.195 0.523,-0.426 1.292,-0.883 1.488,-0.883 0.097,0 0.097,0.012 -0.008,0.121 -0.133,0.145 -0.047,0.153 0.262,0.032 0.297,-0.121 0.324,-0.075 0.09,0.14 -0.325,0.293 -0.223,0.395 0.214,0.219 0.286,-0.117 1.188,-0.254 1.973,-0.305 0.57,-0.035 1.824,0.028 3.031,0.153 0.27,0.027 0.785,0.078 1.141,0.113 0.785,0.074 1.746,0.332 2.738,0.738 0.871,0.356 1.317,0.625 1.317,0.793 0,0.215 -0.274,0.141 -2.153,-0.558 -0.66,-0.247 -1.593,-0.485 -2.797,-0.719 -1.183,-0.231 -3.73,-0.285 -4.761,-0.102 -0.918,0.16 -1.102,0.239 -1.442,0.621 -0.375,0.418 -0.89,1.098 -0.859,1.125 0.012,0.012 0.226,-0.07 0.48,-0.179 0.715,-0.321 1.536,-0.578 1.942,-0.61 0.344,-0.027 0.386,-0.015 0.582,0.149 0.133,0.113 0.195,0.211 0.172,0.269 -0.02,0.051 -0.309,0.223 -0.641,0.387 -0.961,0.469 -0.961,0.457 0.023,0.461 0.805,0.004 0.922,0.019 2.028,0.285 0.648,0.156 1.555,0.387 2.012,0.516 0.46,0.129 1.031,0.261 1.269,0.293 0.691,0.101 1.109,0.25 1.133,0.41 0.016,0.105 0.058,0.133 0.199,0.133 0.098,0 0.242,-0.028 0.328,-0.063 0.18,-0.082 0.407,0.012 0.418,0.172 0.004,0.055 0.024,0.023 0.047,-0.074 0.047,-0.211 0.145,-0.25 0.281,-0.121 0.153,0.148 0.227,0.058 0.688,-0.828 0.519,-0.993 0.703,-1.262 0.89,-1.286 0.137,-0.019 0.145,-0.007 0.114,0.211 -0.02,0.129 -0.133,0.457 -0.25,0.723 -0.121,0.27 -0.199,0.488 -0.172,0.488 0.027,0 0.238,-0.086 0.473,-0.191 0.355,-0.156 0.503,-0.192 0.875,-0.192 0.246,-0.003 0.449,-0.023 0.449,-0.046 0,-0.086 0.687,-0.746 1.031,-0.993 0.918,-0.652 2.602,-1.562 3.488,-1.886 0.434,-0.16 1.227,-0.504 1.668,-0.723 0.34,-0.168 1.184,-0.453 1.344,-0.453 0.141,0 0.492,0.16 0.547,0.254 0.023,0.035 0.051,0.234 0.066,0.445 0.012,0.207 0.067,0.496 0.117,0.633 0.196,0.523 0.336,0.988 0.461,1.531 0.098,0.438 0.172,0.613 0.332,0.809 0.25,0.297 0.442,0.652 0.629,1.172 l 0.141,0.39 0.008,-0.258 c 0.004,-0.285 -0.071,-0.628 -0.258,-1.195 -0.106,-0.324 -0.117,-0.515 -0.023,-0.426 0.078,0.075 0.773,1.379 0.835,1.567 0.043,0.121 0.094,0.222 0.118,0.222 0.023,0 0.214,-0.07 0.429,-0.16 l 0.383,-0.156 0.235,0.156 c 0.128,0.086 0.402,0.325 0.613,0.532 0.492,0.492 2.347,2.585 2.527,2.855 0.215,0.332 0.922,0.938 1.188,1.02 0.129,0.039 0.445,0.171 0.699,0.296 0.254,0.122 0.574,0.258 0.711,0.301 0.137,0.043 0.59,0.231 1.004,0.422 0.66,0.301 0.758,0.363 0.758,0.488 0,0.172 0.238,0.403 0.414,0.403 0.175,0 0.453,0.226 0.453,0.367 0,0.207 -0.246,0.832 -0.621,1.582 -0.203,0.402 -0.368,0.793 -0.368,0.867 0,0.086 -0.113,0.25 -0.281,0.418 -0.32,0.313 -0.316,0.375 0.02,0.637 0.125,0.097 0.394,0.39 0.593,0.652 0.204,0.258 0.442,0.567 0.532,0.68 0.175,0.222 0.644,0.875 1.16,1.613 0.644,0.926 1.308,1.984 1.41,2.258 0.188,0.496 0.641,1.437 0.809,1.672 0.191,0.273 0.894,1.664 1.277,2.531 0.352,0.797 0.566,1.453 0.699,2.129 0.055,0.289 0.192,0.773 0.305,1.066 0.113,0.297 0.277,0.782 0.367,1.078 0.094,0.297 0.246,0.793 0.344,1.106 0.215,0.684 0.316,1.066 0.531,1.973 0.09,0.379 0.227,0.875 0.305,1.105 0.519,1.512 1.019,5.305 0.965,7.332 -0.008,0.266 -0.032,0.301 -0.489,0.719 -1.343,1.238 -2.992,2.375 -4.855,3.348 -0.379,0.199 -1.113,0.605 -1.625,0.898 l -0.93,0.535 -0.082,0.344 c -0.043,0.191 -0.086,0.762 -0.098,1.269 -0.015,0.86 -0.093,1.625 -0.296,3.059 -0.094,0.641 -0.157,0.758 -0.809,1.539 -0.762,0.91 -1.129,1.305 -1.988,2.125 -0.594,0.566 -0.879,0.879 -0.883,0.973 -0.012,0.297 -0.902,1.851 -1.692,2.972 -1.124,1.59 -2.597,3.434 -2.824,3.536 -0.058,0.023 -0.16,0.046 -0.23,0.046 -0.067,0.004 -0.285,0.047 -0.485,0.094 -0.425,0.098 -0.597,0.297 -0.597,0.684 0,0.133 -0.059,0.324 -0.137,0.445 -0.211,0.34 -1.93,2.535 -2.273,2.906 -0.121,0.129 -0.332,0.36 -0.473,0.508 -0.137,0.149 -0.266,0.313 -0.285,0.359 -0.082,0.204 -0.817,1.067 -1.567,1.833 -0.988,1.011 -2.937,2.714 -4.714,4.121 -0.25,0.195 -0.469,0.414 -0.489,0.488 -0.047,0.191 0.032,0.566 0.153,0.691 0.089,0.098 0.089,0.129 -0.004,0.391 -0.055,0.152 -0.11,0.348 -0.121,0.43 -0.012,0.089 -0.067,0.156 -0.153,0.175 -0.07,0.02 -0.265,0.211 -0.425,0.422 -0.852,1.125 -2.481,2.824 -2.543,2.653 -0.047,-0.129 0.175,-0.461 0.656,-0.977 0.722,-0.777 1.25,-1.41 1.656,-2.004 0.527,-0.762 0.523,-0.75 0.449,-1.086 -0.035,-0.16 -0.117,-0.586 -0.187,-0.945 -0.153,-0.801 -0.504,-2.215 -0.719,-2.867 -0.188,-0.575 -0.945,-2.442 -1.348,-3.325 -0.16,-0.343 -0.382,-0.863 -0.5,-1.148 -0.113,-0.289 -0.246,-0.59 -0.289,-0.672 l -0.082,-0.148 -0.465,0.433 c -0.796,0.743 -1.742,1.246 -2.363,1.262 l -0.301,0.008 -0.144,-0.539 c -0.192,-0.723 -0.246,-1.496 -0.156,-2.192 0.078,-0.589 0.523,-2.007 0.742,-2.363 0.066,-0.113 0.125,-0.242 0.125,-0.289 0,-0.043 -0.133,-0.184 -0.293,-0.309 -0.164,-0.125 -0.567,-0.449 -0.895,-0.722 -0.328,-0.27 -0.629,-0.492 -0.668,-0.492 -0.035,0 -0.105,0.086 -0.152,0.191 -0.547,1.238 -0.551,1.25 -0.309,1.094 0.09,-0.055 0.176,-0.086 0.192,-0.071 0.015,0.016 -0.11,0.422 -0.285,0.907 -0.172,0.48 -0.313,0.925 -0.313,0.988 0,0.062 0.223,0.559 0.496,1.098 0.274,0.543 0.512,1.062 0.531,1.156 0.036,0.18 -0.23,1.289 -0.386,1.609 -0.051,0.106 -0.082,0.293 -0.075,0.418 0.02,0.223 0.028,0.231 0.27,0.231 0.473,0 1.465,0.73 2.23,1.644 0.18,0.215 0.61,0.668 0.95,1.012 0.343,0.344 0.625,0.644 0.625,0.672 0,0.027 0.043,0.051 0.093,0.051 0.141,0 0.172,0.148 0.082,0.402 -0.042,0.125 -0.082,0.348 -0.085,0.496 -0.004,0.254 -0.293,1.09 -0.504,1.453 -0.2,0.352 0.054,2.153 0.632,4.457 0.118,0.469 0.227,0.969 0.243,1.106 0.015,0.136 0.086,0.437 0.16,0.664 0.074,0.23 0.144,0.543 0.152,0.691 0.012,0.145 0.145,0.723 0.301,1.285 0.754,2.715 1.293,4.864 1.488,5.95 0.137,0.75 0.133,0.746 0.485,0.601 0.39,-0.16 1.816,-0.621 2.488,-0.805 0.816,-0.218 1.832,-0.343 3.113,-0.379 1.137,-0.035 1.285,-0.019 1.867,0.196 0.645,0.238 1.875,0.558 2.028,0.527 0.328,-0.062 3.047,1.102 3.828,1.641 0.793,0.547 2.25,1.797 2.722,2.344 0.485,0.554 0.762,0.921 0.762,1.011 0,0.043 0.117,0.18 0.262,0.305 0.394,0.34 0.234,0.348 -0.211,0.012 -0.484,-0.371 -1.418,-0.969 -1.504,-0.969 -0.035,0 0.266,0.316 0.664,0.703 0.399,0.387 0.727,0.73 0.727,0.77 0,0.132 -0.535,0.144 -0.84,0.019 -0.156,-0.066 -0.356,-0.117 -0.445,-0.117 -0.086,0 -0.305,-0.047 -0.481,-0.102 -0.476,-0.144 -0.75,0.008 -0.324,0.18 0.222,0.09 0.461,0.316 0.398,0.379 -0.019,0.019 -0.324,-0.012 -0.676,-0.07 -0.531,-0.086 -0.898,-0.102 -2.136,-0.079 -1.391,0.024 -1.844,-0.015 -1.25,-0.109 0.136,-0.019 0.25,-0.058 0.25,-0.086 0,-0.078 -0.418,-0.133 -0.696,-0.09 -0.285,0.043 -2.621,0.985 -3.699,1.489 -0.902,0.425 -3.133,1.339 -3.547,1.457 -0.175,0.05 -0.652,0.222 -1.058,0.379 -0.41,0.16 -1.149,0.41 -1.641,0.558 -1.055,0.317 -1.113,0.336 -1.113,0.395 0,0.023 0.098,0.164 0.219,0.316 0.121,0.149 0.371,0.539 0.558,0.863 0.363,0.637 0.422,0.926 0.242,1.254 -0.097,0.184 -0.117,0.321 -0.046,0.321 0.027,0 0.144,-0.028 0.265,-0.059 0.442,-0.117 1.524,-0.242 2.098,-0.242 1.597,0 3.953,0.496 5.707,1.199 0.824,0.332 2.019,1.051 2.305,1.387 0.355,0.422 0.589,0.824 0.589,1.015 0.004,0.11 0.063,0.383 0.137,0.614 0.387,1.222 0.086,3.453 -0.73,5.461 -0.379,0.918 -1.571,3.207 -2.004,3.836 -0.973,1.421 -1.289,1.847 -1.824,2.468 -1.602,1.852 -3.395,3.176 -3.485,2.578 -0.012,-0.078 0.215,-0.511 0.574,-1.093 1.336,-2.184 1.688,-3.114 1.86,-4.938 0.133,-1.406 0.121,-1.91 -0.067,-2.656 -0.117,-0.465 -0.246,-0.785 -0.484,-1.199 -0.305,-0.535 -0.332,-0.571 -0.504,-0.551 -0.414,0.039 -2.57,0.668 -3.309,0.965 -0.3,0.121 -0.753,0.398 -1.296,0.789 -0.461,0.332 -0.95,0.672 -1.082,0.758 -1.481,0.914 -3.583,2.043 -3.797,2.043 -0.067,0 -0.309,0.078 -0.543,0.175 -0.617,0.25 -1.836,0.637 -2.371,0.746 -1.743,0.368 -2.969,0.52 -3.129,0.391 -0.051,-0.039 -0.305,-0.094 -0.571,-0.121 -0.375,-0.035 -0.539,-0.023 -0.761,0.051 -0.274,0.09 -0.297,0.09 -0.801,-0.074 -0.289,-0.09 -0.625,-0.215 -0.746,-0.274 l -0.223,-0.109 -0.644,0.363 c -0.758,0.426 -1.606,0.836 -2.52,1.223 -0.363,0.152 -0.719,0.336 -0.789,0.414 -0.293,0.304 -1.484,0.726 -2.934,1.039 -0.648,0.14 -0.812,-0.035 -0.238,-0.258 0.395,-0.156 0.82,-0.395 0.774,-0.441 -0.016,-0.016 -0.274,0.027 -0.575,0.093 -0.711,0.153 -1.011,0.196 -1.011,0.133 0,-0.027 0.121,-0.09 0.265,-0.137 0.145,-0.05 0.438,-0.148 0.649,-0.222 0.211,-0.074 0.386,-0.153 0.386,-0.176 0,-0.023 -0.308,-0.09 -0.683,-0.148 -0.778,-0.118 -1.074,-0.223 -1.176,-0.403 -0.043,-0.074 -0.109,-0.113 -0.172,-0.094 -0.058,0.016 -0.512,0.168 -1.012,0.336 -0.644,0.215 -0.961,0.293 -1.089,0.266 -0.114,-0.02 -0.383,0.023 -0.723,0.125 -0.488,0.145 -0.742,0.16 -0.535,0.035 0.129,-0.074 -0.071,-0.121 -0.516,-0.121 -0.609,0 -1.277,-0.105 -2.297,-0.359 -0.91,-0.227 -1.445,-0.43 -1.445,-0.547 0,-0.031 -0.102,-0.098 -0.227,-0.149 -1.554,-0.629 -3.293,-1.675 -4.543,-2.746 -0.273,-0.234 -2.468,-1.508 -2.785,-1.613 -0.125,-0.043 -0.422,-0.16 -0.664,-0.262 -0.238,-0.101 -0.519,-0.183 -0.629,-0.183 -0.168,0 -1.101,0.258 -1.531,0.422 -0.078,0.031 -0.234,0.054 -0.348,0.054 -0.269,0 -0.343,0.094 -0.644,0.809 -0.137,0.328 -0.395,0.906 -0.57,1.285 -0.176,0.379 -0.403,0.875 -0.5,1.105 -0.098,0.231 -0.219,0.485 -0.266,0.567 -0.176,0.305 -0.238,0.699 -0.231,1.465 0.008,0.836 0.063,1.207 0.286,2.004 0.078,0.281 0.218,0.789 0.312,1.136 0.094,0.344 0.289,0.871 0.43,1.168 0.246,0.512 0.394,1.125 0.289,1.188 -0.063,0.035 -1.453,-0.965 -1.992,-1.434 -0.223,-0.195 -0.782,-0.73 -1.246,-1.191 -0.696,-0.695 -0.899,-0.942 -1.207,-1.465 -0.727,-1.234 -1.004,-1.777 -1.407,-2.781 -0.222,-0.559 -0.445,-1.098 -0.492,-1.196 -0.051,-0.097 -0.133,-0.461 -0.183,-0.808 -0.079,-0.512 -0.086,-0.801 -0.036,-1.582 0.129,-2.094 0.629,-3.641 1.817,-5.633 0.75,-1.254 1.359,-2.086 1.711,-2.328 0.535,-0.371 2.269,-0.82 3.543,-0.922 0.367,-0.027 0.707,-0.078 0.75,-0.113 0.054,-0.047 0.207,-0.047 0.504,-0.008 0.234,0.035 0.773,0.105 1.199,0.156 0.804,0.102 1.14,0.164 1.609,0.297 0.488,0.141 2.317,0.422 3.926,0.598 0.887,0.101 3.223,0.121 3.371,0.031 0.078,-0.047 0.078,-0.059 0,-0.078 -0.41,-0.117 -1.359,-0.434 -1.492,-0.496 -0.09,-0.043 -0.336,-0.246 -0.547,-0.45 -0.383,-0.363 -0.395,-0.367 -0.855,-0.421 -0.254,-0.032 -0.52,-0.086 -0.586,-0.121 -0.067,-0.032 -0.336,-0.11 -0.594,-0.172 -0.61,-0.141 -1.602,-0.477 -2.422,-0.817 -0.356,-0.148 -1.164,-0.437 -1.793,-0.644 -0.629,-0.207 -1.633,-0.539 -2.227,-0.742 -0.593,-0.204 -1.168,-0.395 -1.273,-0.426 -0.402,-0.125 -1.121,-0.043 -2.152,0.246 -0.243,0.066 -0.633,0.18 -0.871,0.246 -0.52,0.144 -1.52,0.551 -1.84,0.742 -0.125,0.078 -0.473,0.356 -0.774,0.621 -0.297,0.262 -0.578,0.477 -0.621,0.477 -0.121,0 -0.09,-0.395 0.055,-0.672 0.168,-0.317 0.906,-1.402 0.984,-1.449 0.09,-0.055 0.071,-0.211 -0.023,-0.211 -0.258,0 -2.559,0.773 -3.149,1.058 -0.339,0.16 -0.699,0.192 -0.644,0.051 0.023,-0.055 0,-0.09 -0.055,-0.09 -0.121,0 -0.113,-0.039 0.047,-0.261 0.438,-0.602 1.734,-1.915 2.418,-2.45 0.16,-0.125 0.289,-0.254 0.289,-0.285 0,-0.156 -1.125,0.57 -2.289,1.473 -0.484,0.375 -0.891,0.683 -0.906,0.683 -0.09,0 0.191,-0.308 0.761,-0.828 0.364,-0.332 0.641,-0.605 0.618,-0.605 -0.024,0 -0.18,0.066 -0.352,0.152 -0.316,0.153 -0.43,0.153 -0.43,-0.012 0,-0.351 1.524,-1.523 2.938,-2.261 0.656,-0.344 1.543,-0.832 1.988,-1.098 0.172,-0.105 0.336,-0.187 0.363,-0.187 0.028,0 0.204,-0.094 0.395,-0.204 0.191,-0.109 0.559,-0.3 0.813,-0.425 0.253,-0.125 0.589,-0.285 0.742,-0.36 0.527,-0.261 1.824,-0.793 2.031,-0.836 0.113,-0.023 0.473,-0.148 0.801,-0.277 0.8,-0.316 1.875,-0.641 2.332,-0.711 0.789,-0.113 1.418,-0.238 1.472,-0.289 0.032,-0.035 -0.195,-0.25 -0.554,-0.535 -1.028,-0.805 -2.184,-1.988 -2.184,-2.227 0,-0.07 -0.082,-0.195 -0.176,-0.285 -0.234,-0.215 -0.531,-0.605 -0.492,-0.644 0.031,-0.032 0.418,0.261 1.219,0.918 0.59,0.484 0.629,0.433 0.141,-0.188 -0.266,-0.336 -0.708,-1.117 -0.661,-1.164 0.012,-0.016 0.141,0.074 0.286,0.191 0.371,0.309 0.453,0.289 0.304,-0.066 -0.144,-0.352 -0.422,-1.016 -0.5,-1.199 -0.07,-0.16 -0.066,-0.156 -0.722,-0.242 -0.282,-0.036 -0.594,-0.106 -0.7,-0.157 -0.129,-0.066 -0.218,-0.078 -0.297,-0.039 -0.062,0.032 -0.136,0.039 -0.171,0.02 -0.157,-0.11 -0.465,-0.57 -0.614,-0.914 -0.093,-0.211 -0.257,-0.531 -0.367,-0.711 -0.113,-0.184 -0.363,-0.625 -0.562,-0.988 -0.461,-0.844 -1.246,-2.004 -1.895,-2.79 -0.629,-0.769 -2.918,-2.988 -3.687,-3.574 -0.575,-0.441 -0.692,-0.601 -0.43,-0.601 0.246,0 0.781,0.422 2.055,1.617 1.109,1.039 1.382,1.281 1.679,1.484 0.141,0.098 0.457,0.449 0.711,0.785 0.25,0.336 0.629,0.817 0.844,1.067 0.219,0.25 0.539,0.672 0.723,0.933 0.371,0.543 1.187,2.043 1.582,2.911 0.218,0.476 0.281,0.57 0.379,0.543 0.062,-0.016 0.277,0.003 0.476,0.039 0.32,0.062 0.449,0.05 1.117,-0.086 0.836,-0.168 1.043,-0.235 1.145,-0.348 0.035,-0.043 0.551,-0.219 1.148,-0.391 2.121,-0.609 3.633,-1.195 6.121,-2.379 0.871,-0.41 1.637,-0.773 1.704,-0.8 0.066,-0.032 0.234,-0.125 0.371,-0.207 0.136,-0.082 0.316,-0.18 0.402,-0.215 0.488,-0.211 0.996,-0.488 1.797,-0.985 l 0.902,-0.558 0.406,-0.735 c 0.223,-0.402 0.504,-0.902 0.633,-1.109 0.25,-0.414 0.863,-1.082 0.934,-1.019 0.023,0.023 -0.008,0.367 -0.071,0.761 -0.058,0.399 -0.093,0.739 -0.074,0.758 0.024,0.02 0.207,-0.094 0.414,-0.25 0.254,-0.187 0.45,-0.402 0.594,-0.644 0.492,-0.825 0.938,-1.497 1.008,-1.516 0.055,-0.02 0.074,0.094 0.074,0.398 0,0.254 0.027,0.422 0.067,0.422 0.066,0 1.382,-1.168 1.941,-1.726 0.34,-0.336 0.336,-0.364 -0.035,-0.184 -0.309,0.152 -0.387,0.129 -0.539,-0.164 -0.215,-0.406 -0.274,-0.894 -0.242,-1.973 0.031,-0.98 0.039,-1.039 0.375,-2.316 0.308,-1.168 0.398,-1.418 0.82,-2.273 0.5,-1.02 0.492,-1.012 0.664,-1.243 0.101,-0.14 0.101,-0.199 0.016,-1.097 -0.055,-0.524 -0.098,-1.032 -0.098,-1.125 l 0,-0.176 0.176,0.16 c 0.172,0.16 0.32,0.207 0.32,0.102 0,-0.203 -0.563,-2.09 -0.773,-2.586 -0.071,-0.164 -0.184,-0.125 -0.434,0.148 -0.441,0.485 -2.848,2.817 -3.524,3.414 -0.374,0.332 -0.835,0.754 -1.023,0.934 -0.809,0.789 -2.387,1.988 -3.711,2.82 -1.363,0.859 -1.578,0.992 -2.07,1.258 -0.274,0.148 -0.863,0.453 -1.313,0.676 -0.547,0.269 -0.914,0.496 -1.117,0.687 -0.375,0.352 -0.887,0.645 -2.32,1.313 -3.309,1.547 -4.192,1.953 -5.203,2.394 -1.668,0.731 -1.825,0.789 -2.325,0.86 -0.761,0.113 -2.914,0.074 -4.054,-0.071 -1.082,-0.14 -2.719,-0.504 -2.879,-0.64 -0.055,-0.047 -0.113,-0.075 -0.133,-0.055 -0.019,0.02 -0.098,-0.043 -0.172,-0.133 -0.125,-0.152 -0.133,-0.215 -0.101,-0.597 0.039,-0.473 0.207,-0.997 0.484,-1.532 l 0.18,-0.347 -0.157,-0.731 c -0.257,-1.223 -0.343,-1.785 -0.343,-2.226 0,-0.508 -0.114,-0.848 -0.422,-1.27 -1.695,-2.332 -3.371,-5.07 -3.34,-5.457 0.004,-0.082 -0.125,-0.414 -0.289,-0.746 -0.566,-1.129 -1.207,-2.434 -1.207,-2.453 0,-0.012 -0.067,-0.164 -0.149,-0.34 -0.203,-0.438 -0.636,-1.477 -0.855,-2.047 -0.555,-1.449 -1.348,-3.699 -1.348,-3.82 0,-0.031 -0.183,-0.602 -0.41,-1.258 -0.223,-0.66 -0.461,-1.402 -0.527,-1.648 -0.188,-0.708 -0.375,-1.622 -0.34,-1.657 0.113,-0.109 0.23,0.129 0.465,0.946 0.488,1.714 1.031,3.363 1.437,4.386 0.129,0.328 0.45,1.137 0.707,1.793 1.192,3.02 2.555,6.106 3.274,7.414 0.144,0.266 0.453,0.828 0.683,1.258 0.231,0.426 0.575,1.031 0.758,1.344 0.879,1.469 1.012,1.668 1.145,1.687 0.097,0.012 0.152,0.082 0.199,0.239 0.035,0.125 0.113,0.269 0.172,0.324 0.097,0.098 0.101,0.09 0.066,-0.117 -0.051,-0.301 0.031,-0.282 0.461,0.093 0.195,0.172 0.606,0.532 0.91,0.793 0.305,0.262 0.707,0.614 0.895,0.778 1.004,0.875 1.668,1.371 3.125,2.332 0.808,0.535 1.269,0.894 1.269,0.992 0,0.105 -0.269,0.051 -0.582,-0.121 -0.175,-0.098 -0.855,-0.328 -1.523,-0.512 -1.766,-0.496 -2.922,-0.883 -3.567,-1.207 -0.179,-0.09 -0.339,-0.148 -0.359,-0.129 -0.023,0.02 0,0.235 0.043,0.477 0.074,0.39 0.098,0.441 0.234,0.469 0.086,0.015 0.29,0.121 0.45,0.226 0.347,0.234 1.683,0.859 2.793,1.309 0.773,0.312 0.898,0.39 1.433,0.914 0.207,0.203 0.219,0.207 0.688,0.191 0.261,-0.008 0.933,-0.105 1.5,-0.219 0.562,-0.109 1.094,-0.187 1.183,-0.171 0.207,0.043 1.973,-0.524 2.965,-0.95 1,-0.433 2.785,-1.285 2.91,-1.394 0.055,-0.047 0.332,-0.223 0.621,-0.391 0.286,-0.168 0.672,-0.41 0.86,-0.539 0.187,-0.133 0.621,-0.43 0.961,-0.664 1.199,-0.836 1.89,-1.434 2.902,-2.527 0.668,-0.719 1.93,-2.504 1.984,-2.805 0.016,-0.102 0.141,-0.926 0.278,-1.828 0.25,-1.668 0.297,-2.211 0.187,-2.211 -0.07,0 -0.668,0.684 -0.929,1.066 -0.102,0.141 -0.227,0.399 -0.286,0.567 -0.378,1.144 -0.742,1.828 -0.886,1.679 -0.059,-0.062 -0.289,-1.535 -0.352,-2.253 -0.039,-0.461 -0.109,-0.625 -0.172,-0.418 -0.101,0.339 -0.218,1.601 -0.218,2.347 0,1.504 -0.063,2.246 -0.215,2.442 -0.27,0.347 -0.778,0.867 -0.817,0.828 -0.023,-0.02 0.035,-0.309 0.133,-0.641 0.164,-0.582 0.168,-0.648 0.133,-1.543 -0.082,-2.074 -0.82,-4.351 -1.699,-5.246 l -0.125,-0.125 -0.824,0.164 c -0.536,0.106 -0.848,0.145 -0.891,0.106 -0.082,-0.079 0.117,-0.215 0.433,-0.297 0.594,-0.157 1.086,-0.328 1.579,-0.543 0.55,-0.242 1.671,-0.922 1.671,-1.012 0,-0.047 -0.355,-0.082 -0.621,-0.066 -0.175,0.011 -1.269,-0.172 -1.711,-0.286 -0.48,-0.125 -1.753,-0.636 -2.164,-0.867 -0.281,-0.16 -1.742,-1.656 -1.648,-1.687 0.031,-0.012 0.348,0.113 0.703,0.277 0.352,0.164 0.652,0.289 0.664,0.277 0.016,-0.015 -0.207,-0.335 -0.492,-0.718 -0.281,-0.379 -0.711,-0.969 -0.953,-1.313 -0.559,-0.789 -0.586,-0.824 -1.371,-1.668 -0.36,-0.386 -1.004,-1.14 -1.426,-1.672 -0.426,-0.535 -1.125,-1.386 -1.555,-1.894 -0.851,-1.012 -1.211,-1.496 -1.949,-2.633 -0.602,-0.93 -1.113,-1.668 -1.816,-2.629 l -0.543,-0.75 -0.926,-0.043 c -0.508,-0.023 -1.551,-0.035 -2.317,-0.023 -1.375,0.019 -1.398,0.019 -1.917,0.203 -1.227,0.43 -4.376,1.93 -5.032,2.398 -0.535,0.383 -0.687,0.653 -1.258,2.219 -0.281,0.781 -0.351,0.902 -0.449,0.805 -0.062,-0.063 0.071,-0.692 0.274,-1.278 0.168,-0.496 0.109,-0.531 -0.297,-0.179 -0.231,0.199 -0.426,0.437 -0.547,0.675 -0.176,0.336 -0.555,0.813 -0.688,0.868 -0.027,0.011 -0.164,-0.067 -0.3,-0.172 -0.133,-0.106 -0.286,-0.176 -0.336,-0.156 -0.137,0.05 -0.133,0.093 0.152,1.113 0.258,0.926 0.199,1.086 -0.109,0.305 -0.266,-0.661 -0.45,-1.301 -0.485,-1.668 -0.023,-0.227 -0.062,-0.332 -0.148,-0.375 -0.063,-0.036 -0.117,-0.082 -0.117,-0.11 0,-0.027 0.16,-0.144 0.355,-0.265 0.598,-0.36 1.024,-0.739 1.266,-1.129 0.144,-0.235 0.375,-0.801 0.609,-1.496 l 0.379,-1.125 0.781,-0.875 c 0.434,-0.485 1.055,-1.157 1.387,-1.493 0.332,-0.339 0.605,-0.664 0.605,-0.722 -0.003,-0.2 -0.136,-0.586 -0.25,-0.703 -0.156,-0.168 -0.351,-1.547 -0.437,-3.075 -0.102,-1.804 -0.098,-1.824 0.402,-2.781 0.305,-0.586 0.407,-0.836 0.375,-0.93 -0.125,-0.386 -0.504,-1.078 -0.976,-1.773 -0.871,-1.293 -1.949,-3.207 -2.328,-4.141 -0.168,-0.41 -0.161,-0.515 0.046,-0.777 0.098,-0.117 0.192,-0.258 0.211,-0.305 0.02,-0.05 0.129,-0.211 0.243,-0.359 0.586,-0.766 1.566,-2.156 1.675,-2.379 0.071,-0.144 0.204,-0.297 0.297,-0.344 0.094,-0.047 0.184,-0.117 0.2,-0.16 0.011,-0.039 -0.083,-0.379 -0.211,-0.758 -0.129,-0.375 -0.247,-0.781 -0.262,-0.898 -0.051,-0.418 -0.18,-0.789 -0.293,-0.867 -0.102,-0.067 -0.11,-0.114 -0.055,-0.395 0.035,-0.172 0.063,-0.402 0.063,-0.508 0,-0.109 0.039,-0.211 0.086,-0.226 0.046,-0.02 0.203,-0.242 0.347,-0.5 1.043,-1.836 3.942,-4.871 5.793,-6.063 0.715,-0.461 1.481,-1.011 2.672,-1.933 0.457,-0.352 0.93,-0.68 1.051,-0.731 0.289,-0.113 1.156,-0.648 1.437,-0.886 0.122,-0.102 0.305,-0.227 0.403,-0.282 0.097,-0.051 0.429,-0.25 0.738,-0.441 2.481,-1.535 3.855,-2.246 4.836,-2.508 0.605,-0.156 0.652,-0.16 1.145,-0.09 0.281,0.039 0.636,0.086 0.792,0.098 0.153,0.015 0.332,0.051 0.403,0.082 0.144,0.062 0.711,0.195 1.265,0.293 0.223,0.043 0.508,0.125 0.633,0.191 0.125,0.063 0.391,0.129 0.586,0.149 0.199,0.015 0.653,0.133 1.008,0.258 1.047,0.371 1.855,0.621 1.895,0.585 0.074,-0.074 0.964,-2.546 1.05,-2.914 0.262,-1.14 0.477,-2.16 0.52,-2.461 0.027,-0.183 0.062,-0.363 0.086,-0.398 0.062,-0.102 0.359,-2.156 0.328,-2.305 -0.008,-0.035 0.031,-0.058 0.086,-0.05 0.082,0.011 0.113,-0.063 0.148,-0.36 0.157,-1.254 0.125,-4.207 -0.058,-5.586 -0.364,-2.668 -0.582,-3.449 -1.043,-3.672 -0.075,-0.039 -0.371,-0.293 -0.66,-0.566 -0.543,-0.512 -1.403,-1.109 -1.766,-1.223 -0.231,-0.074 -0.461,0 -0.461,0.145 0,0.097 -0.191,0.152 -0.527,0.152 -0.356,0 -0.645,0.09 -2.598,0.778 -0.953,0.332 -2.078,0.726 -2.504,0.871 -0.426,0.144 -1.012,0.351 -1.301,0.464 -0.289,0.11 -0.836,0.317 -1.218,0.461 -0.383,0.141 -0.743,0.305 -0.797,0.364 -0.176,0.187 -1.938,0.652 -3.395,0.89 -0.656,0.11 -0.828,0.16 -0.93,0.27 -0.097,0.109 -0.214,0.144 -0.554,0.176 -0.254,0.023 -0.52,0.086 -0.641,0.156 -0.457,0.262 -1.98,0.39 -5.281,0.449 -1.719,0.031 -2.336,0.024 -2.336,-0.027 0,-0.043 0.16,-0.071 0.449,-0.071 l 0.445,-0.007 -0.371,-0.082 c -0.203,-0.047 -0.718,-0.137 -1.144,-0.2 -0.426,-0.066 -1.024,-0.175 -1.328,-0.242 -0.305,-0.066 -0.711,-0.148 -0.899,-0.183 -0.199,-0.039 -0.414,-0.129 -0.523,-0.219 l -0.188,-0.153 0.18,0.04 c 0.445,0.097 0.547,0.109 0.527,0.054 -0.015,-0.031 -0.402,-0.386 -0.859,-0.785 l -0.836,-0.726 -0.34,0.031 c -1.007999,0.094 -1.385999,0.148 -1.460999,0.211 -0.047,0.035 -0.328,0.129 -0.625,0.203 -0.3,0.074 -0.613,0.156 -0.699,0.176 -0.137,0.035 -0.133,0.027 0.031,-0.063 0.414,-0.23 -0.191,-0.16 -1.172,0.137 -0.41,0.125 -0.546,0.203 -0.859,0.488 -0.281,0.258 -0.359,0.305 -0.332,0.203 0.047,-0.187 -0.023,-0.207 -0.238,-0.07 -0.098,0.062 -0.223,0.113 -0.278,0.113 -0.054,0 -0.175,0.082 -0.273,0.18 -0.199,0.203 -0.383,0.25 -0.289,0.074 0.078,-0.137 1.242,-1.281 1.68,-1.648 l 0.339,-0.289 -0.332,0.039 c -0.183,0.019 -0.503,0.09 -0.711,0.148 -2.085,0.613 -2.027,0.59 -2.726,1.164 -0.363,0.305 -0.973,1.074 -1.215,1.539 -0.242,0.469 -0.754,1.274 -0.914,1.442 -0.156,0.164 -0.281,0.207 -0.344,0.113 -0.043,-0.07 0.16,-0.57 0.426,-1.059 0.121,-0.222 0.207,-0.414 0.191,-0.433 -0.031,-0.028 -0.542,0.367 -0.73,0.57 -0.129,0.137 -0.527,1.297 -0.59,1.719 -0.055,0.359 -0.219,0.422 -0.25,0.097 -0.023,-0.238 0.094,-0.699 0.438,-1.742 0.156,-0.468 0.261,-0.933 0.293,-1.254 0.058,-0.629 0.425,-1.496 1.019,-2.41 0.586,-0.898 0.828,-1.195 1.613,-1.961 0.391,-0.383 0.707,-0.726 0.707,-0.765 0,-0.168 -0.765,0.375 -1.574,1.113 -0.535,0.488 -0.652,0.566 -0.648,0.422 0.004,-0.168 0.316,-0.801 0.609,-1.235 0.352,-0.515 0.391,-0.636 0.176,-0.57 -0.125,0.035 -0.949,0.344 -1.145,0.422 -0.043,0.02 -0.078,-0.004 -0.078,-0.051 0,-0.144 0.586,-0.656 1.09,-0.953 0.543,-0.32 1.594,-0.855 1.789,-0.906 0.723,-0.199 1.578,-0.481 1.578,-0.52 0,-0.023 -0.453,-0.062 -1.007,-0.086 -1.582,-0.066 -3.809,-0.308 -4.149,-0.449 -0.309,-0.129 -0.379,-0.281 -0.148,-0.328 0.156,-0.035 0.511,-0.066 1.531,-0.148 1.082,-0.082 5.058,-0.082 5.726,0 0.54,0.07 0.582,0.066 0.825,-0.055 0.222,-0.113 0.355,-0.129 1.015,-0.129 0.668,0 0.782,-0.016 0.903,-0.117 0.132,-0.11 0.211,-0.117 1.171999,-0.09 1.074,0.031 2.73,0.109 4.304,0.207 0.512,0.031 1.418,0.086 2.012,0.117 1.101,0.059 1.273,0.074 4,0.332 0.855,0.082 1.695,0.149 1.867,0.149 0.317,0 0.449,-0.078 0.324,-0.2 -0.105,-0.101 -0.082,-0.32 0.039,-0.371 0.301,-0.117 0.567,-0.164 1.532,-0.269 1.293,-0.141 2.562,-0.196 2.664,-0.117 0.101,0.082 1.343,0.125 1.59,0.05 0.109,-0.031 0.984,-0.07 1.941,-0.082 0.957,-0.015 1.809,-0.05 1.894,-0.082 0.086,-0.031 0.739,-0.058 1.458,-0.058 0.714,-0.004 1.363,-0.016 1.445,-0.035 0.078,-0.016 0.574,-0.059 1.101,-0.094 0.528,-0.035 1.098,-0.078 1.27,-0.102 l 0.309,-0.035 -0.188,-0.078 c -0.102,-0.043 -0.316,-0.078 -0.477,-0.082 -0.953,-0.008 -4.316,-0.438 -7,-0.895 -0.402,-0.066 -0.855,-0.121 -1.003,-0.121 -0.149,0 -0.457,-0.027 -0.688,-0.062 -0.23,-0.031 -0.82,-0.113 -1.316,-0.18 -1.414,-0.187 -1.567,-0.223 -2.875,-0.605 -1.743,-0.512 -1.778,-0.535 -1.625,-0.993 0.086,-0.257 0.117,-0.289 0.363,-0.359 0.949,-0.266 4.867,-0.801 7.57,-1.035 0.375,-0.031 1.309,-0.113 2.074,-0.184 0.766,-0.066 1.598,-0.14 1.856,-0.164 0.516,-0.043 0.59,-0.14 0.141,-0.187 -0.415,-0.043 -0.27,-0.098 0.382,-0.149 0.309,-0.027 0.629,-0.074 0.711,-0.105 0.086,-0.035 0.379,-0.082 0.653,-0.106 0.781,-0.07 1.281,-0.183 1.312,-0.308 0.016,-0.059 0.074,-0.117 0.129,-0.133 0.211,-0.062 0.93,-0.152 1.406,-0.18 0.27,-0.015 0.895,-0.054 1.387,-0.09 1.887,-0.125 8.742,-0.234 8.863,-0.136 0.137,0.109 1.59,0.144 3.168,0.074 1.758,-0.078 5.352,-0.148 5.817,-0.117 0.347,0.023 0.949,0.027 1.453,0.008 0.187,-0.004 0.601,-0.004 0.922,0.004 0.398,0.011 0.632,-0.008 0.742,-0.067 0.176,-0.09 1.617,-0.058 2.695,0.059 0.305,0.035 0.891,0.082 1.301,0.109 0.828,0.055 1.082,0.004 2.008,-0.387 0.258,-0.105 0.547,-0.226 0.644,-0.265 0.098,-0.039 0.157,-0.09 0.125,-0.117 -0.031,-0.028 -0.543,-0.082 -1.14,-0.122 -1.715,-0.117 -2.735,-0.296 -3.106,-0.55 -0.129,-0.09 -0.172,-0.168 -0.172,-0.325 0,-0.175 0.032,-0.218 0.231,-0.316 0.426,-0.207 2.058,-0.535 4.379,-0.879 1.133,-0.172 1.445,-0.187 2.078,-0.117 0.375,0.043 0.414,0.035 0.5,-0.078 0.07,-0.102 0.199,-0.141 0.64,-0.195 0.516,-0.063 4.657,-0.125 5.071,-0.079 z m 2.789,1.34 c -1.168,0.094 -2.891,0.41 -3.25,0.594 -0.117,0.062 -0.117,0.078 -0.027,0.348 0.128,0.394 0.179,0.793 0.093,0.793 -0.195,0 -0.39,-0.168 -0.547,-0.465 -0.093,-0.18 -0.179,-0.301 -0.187,-0.27 -0.031,0.09 0.148,0.449 0.348,0.696 0.171,0.21 0.246,0.394 0.156,0.394 -0.203,0 -0.77,-0.547 -0.77,-0.746 0,-0.156 -0.254,-0.387 -0.426,-0.387 -0.175,0 -0.316,0.094 -0.316,0.215 0,0.039 0.141,0.27 0.309,0.508 0.172,0.238 0.312,0.465 0.312,0.504 0,0.09 -0.281,0.168 -0.527,0.148 -0.184,-0.011 -0.184,-0.011 -0.071,0.11 0.09,0.093 0.106,0.172 0.075,0.355 l -0.043,0.234 0.293,0.04 c 0.156,0.019 0.461,0.039 0.668,0.039 0.207,0 0.726,0.039 1.148,0.086 0.551,0.058 0.797,0.062 0.856,0.019 0.132,-0.109 2.203,0.219 3.168,0.5 0.863,0.25 1.257,0.684 1.019,1.125 -0.055,0.106 -0.09,0.215 -0.082,0.246 0.035,0.102 1.234,-0.726 1.617,-1.121 0.621,-0.641 1.035,-1.41 1.043,-1.941 0.008,-0.477 -0.238,-0.891 -0.73,-1.231 -0.199,-0.137 -0.356,-0.277 -0.352,-0.308 0.008,-0.032 -0.019,-0.082 -0.058,-0.118 -0.082,-0.062 -1.133,-0.347 -1.438,-0.386 -0.375,-0.047 -1.566,-0.039 -2.281,0.019 z m -4.801,0.567 c -0.062,0.07 -0.055,0.097 0.027,0.129 0.121,0.043 0.254,-0.059 0.192,-0.153 -0.055,-0.09 -0.129,-0.082 -0.219,0.024 z m -0.469,0.304 c 0.02,0.055 0.051,0.09 0.071,0.071 0.015,-0.016 0.011,-0.075 -0.012,-0.129 -0.02,-0.055 -0.051,-0.09 -0.07,-0.071 -0.016,0.016 -0.012,0.075 0.011,0.129 z m -0.746,0.785 c 0.156,0.29 0.528,0.661 0.696,0.7 0.3,0.074 0.293,-0.059 -0.02,-0.282 -0.164,-0.117 -0.379,-0.293 -0.477,-0.394 -0.226,-0.231 -0.316,-0.238 -0.199,-0.024 z m 0.906,0.106 c 0.043,0.051 0.106,0.09 0.137,0.09 0.035,0 0.028,-0.039 -0.015,-0.09 -0.039,-0.047 -0.102,-0.09 -0.137,-0.09 -0.035,0 -0.028,0.039 0.015,0.09 z m -4.265,0.816 c -0.57,0.098 -0.875,0.239 -1.223,0.571 -0.281,0.273 -1.609,1.019 -1.996,1.125 -0.086,0.023 -0.516,0.207 -0.953,0.406 l -0.801,0.363 -0.773,0.02 c -0.864,0.019 -1.047,0.082 -1.293,0.433 -0.16,0.231 -0.184,0.586 -0.051,0.832 0.117,0.219 0.566,0.446 1.211,0.606 0.648,0.164 2.23,0.226 3.227,0.129 1.304,-0.129 3.089,-0.918 4.191,-1.856 0.258,-0.218 0.699,-0.566 0.976,-0.773 0.282,-0.207 0.512,-0.399 0.512,-0.426 0,-0.031 0.094,-0.109 0.207,-0.176 0.27,-0.16 0.66,-0.644 0.66,-0.816 0,-0.074 0.063,-0.172 0.137,-0.223 0.141,-0.09 0.137,-0.09 -0.121,-0.16 -0.184,-0.047 -0.301,-0.051 -0.383,-0.004 -0.156,0.078 -0.664,0.07 -1.551,-0.027 -0.925,-0.102 -1.472,-0.11 -1.976,-0.024 z m 60.984,1.832 c -0.152,0.45 -0.5,1.11 -0.695,1.313 -0.113,0.117 -0.117,0.137 -0.024,0.172 0.067,0.023 0.188,-0.035 0.344,-0.164 0.227,-0.192 0.367,-0.457 0.5,-0.95 0.059,-0.21 0.082,-0.777 0.035,-0.777 -0.011,0 -0.086,0.184 -0.16,0.406 z m -48.894,0.821 c -0.688,0.543 -2.086,1.472 -2.567,1.703 -0.222,0.109 -0.484,0.262 -0.586,0.344 -0.203,0.168 -1.703,0.894 -2.82,1.375 -0.773,0.328 -2.801,1.05 -3.152,1.125 -0.34,0.066 -0.555,0.253 -0.75,0.648 -0.192,0.391 -0.211,0.52 -0.117,0.691 0.054,0.098 0.425,0.36 0.511,0.36 0.016,0 0.016,-0.133 0,-0.297 -0.051,-0.516 0.098,-0.66 1.293,-1.238 0.555,-0.274 1.25,-0.563 1.539,-0.649 0.289,-0.082 0.801,-0.285 1.141,-0.445 0.344,-0.164 0.746,-0.324 0.898,-0.363 0.332,-0.079 1.02,-0.457 1.239,-0.684 0.086,-0.086 0.629,-0.465 1.207,-0.836 1.105,-0.715 2.129,-1.48 2.828,-2.117 0.476,-0.434 0.566,-0.617 0.125,-0.25 -0.164,0.133 -0.52,0.418 -0.789,0.633 z m -2.875,0.621 c -0.36,0.066 -1.032,0.148 -1.496,0.176 -0.61,0.039 -0.883,0.082 -0.989,0.152 -0.086,0.059 -0.265,0.098 -0.445,0.098 -0.207,0 -0.293,0.023 -0.273,0.07 0.015,0.047 0.476,0.133 1.257,0.238 1.848,0.246 1.676,0.262 2.504,-0.246 0.891,-0.547 1.481,-0.949 1.481,-1.016 0,-0.027 -0.313,0.051 -0.696,0.176 -0.382,0.129 -0.988,0.285 -1.343,0.352 z m -56.961,4.609 c -0.086,0.106 -0.227,0.133 -0.938,0.188 -0.984,0.082 -3.945,0.097 -4.5,0.027 -0.328,-0.043 -0.386,-0.035 -0.386,0.043 0,0.137 0.48,0.512 0.613,0.48 0.133,-0.035 0.402,0.219 0.726,0.692 0.223,0.32 0.227,0.32 0.329,0.191 0.117,-0.152 0.148,-0.129 0.328,0.231 l 0.132,0.273 0.024,-0.226 c 0.012,-0.121 0.043,-0.223 0.066,-0.223 0.028,0 0.137,0.211 0.246,0.465 0.27,0.629 0.414,0.851 0.563,0.851 0.078,0 0.164,0.071 0.226,0.188 0.106,0.195 0.301,0.41 1.266,1.375 l 0.59,0.59 0.769,-0.004 c 0.426,0 1.008,-0.028 1.297,-0.063 0.289,-0.035 0.664,-0.07 0.836,-0.082 0.168,-0.008 0.461,-0.058 0.649,-0.113 0.187,-0.055 0.574,-0.152 0.863,-0.219 0.285,-0.07 0.73,-0.203 0.988,-0.301 0.258,-0.093 0.723,-0.269 1.035,-0.382 0.313,-0.118 0.731,-0.289 0.93,-0.387 0.199,-0.094 0.539,-0.246 0.758,-0.336 0.223,-0.086 0.57,-0.234 0.773,-0.328 0.207,-0.09 0.594,-0.262 0.86,-0.379 0.265,-0.121 0.578,-0.293 0.691,-0.391 0.113,-0.093 0.344,-0.218 0.52,-0.273 0.379,-0.121 0.457,-0.211 0.175,-0.211 -0.425,0 -3.335,-0.391 -4.007,-0.539 -0.153,-0.035 -0.625,-0.117 -1.051,-0.184 -0.426,-0.066 -1.035,-0.16 -1.36,-0.211 -1.175,-0.187 -3.171,-0.683 -3.253,-0.808 -0.016,-0.028 -0.172,-0.051 -0.344,-0.051 -0.235,0 -0.336,0.027 -0.414,0.117 z m 95.551,0.129 -0.137,0.188 0.16,-0.102 c 0.164,-0.105 0.27,-0.273 0.172,-0.273 -0.031,0 -0.121,0.086 -0.195,0.187 z m -1.875,2.043 c -0.157,0.18 -0.301,0.391 -0.317,0.469 -0.015,0.078 -0.078,0.207 -0.141,0.289 -0.16,0.211 -0.21,0.301 -0.175,0.301 0.015,0 0.273,-0.305 0.574,-0.672 0.297,-0.371 0.801,-0.989 1.117,-1.371 0.317,-0.379 0.574,-0.711 0.574,-0.735 0,-0.039 -1.117,1.137 -1.632,1.719 z m 14.734,-1.258 c -0.402,0.324 -2.176,4.219 -2.52,5.531 -0.187,0.723 -0.218,1.11 -0.101,1.204 0.086,0.07 0.097,0.043 0.097,-0.286 0,-1.015 0.93,-3.23 2.106,-5.031 0.16,-0.246 0.312,-0.515 0.336,-0.597 0.023,-0.082 0.109,-0.317 0.191,-0.52 0.207,-0.504 0.192,-0.539 -0.109,-0.301 z m -15.52,2.481 c -0.078,0.093 -0.078,0.097 0.024,0.023 0.101,-0.078 0.133,-0.129 0.082,-0.129 -0.012,0 -0.059,0.047 -0.106,0.106 z m -0.312,0.418 c -0.074,0.093 -0.074,0.097 0.023,0.023 0.106,-0.078 0.137,-0.129 0.086,-0.129 -0.011,0 -0.062,0.047 -0.109,0.106 z m -0.223,0.347 c 0.02,0.02 0.071,-0.027 0.11,-0.101 0.07,-0.137 0.07,-0.137 -0.036,-0.039 -0.062,0.058 -0.097,0.121 -0.074,0.14 z m -0.531,0.672 c -0.309,0.442 -0.402,0.61 -0.328,0.61 0.035,0 0.781,-1.114 0.781,-1.168 0,-0.079 -0.074,0.011 -0.453,0.558 z m -22.316,4.86 c -0.239,0.058 -0.239,0.062 -0.239,0.355 l 0,0.297 0.676,0 c 0.602,0 0.711,-0.016 0.941,-0.141 0.313,-0.168 0.372,-0.277 0.153,-0.277 -0.082,0 -0.231,-0.063 -0.328,-0.141 -0.098,-0.078 -0.231,-0.156 -0.297,-0.175 -0.153,-0.043 -0.59,-0.004 -0.906,0.082 z m -2.125,0.41 c -0.094,0.105 -0.098,0.14 -0.024,0.301 0.113,0.25 0.203,0.195 0.227,-0.137 0.019,-0.301 -0.032,-0.344 -0.203,-0.164 z m 1.339,0.211 c -0.015,0.066 0.008,0.097 0.059,0.078 0.047,-0.016 0.094,-0.074 0.105,-0.133 0.016,-0.066 -0.007,-0.098 -0.062,-0.078 -0.043,0.012 -0.09,0.074 -0.102,0.133 z m -2.765,0.203 c -0.102,0.035 -0.543,0.117 -0.985,0.176 -0.457,0.062 -0.769,0.128 -0.722,0.156 0.043,0.027 0.179,0.027 0.304,0 0.278,-0.059 0.215,-0.051 0.977,-0.106 0.441,-0.035 0.684,-0.082 0.82,-0.16 0.379,-0.222 0.164,-0.258 -0.394,-0.066 z m -2.203,0.359 c 0.078,0.047 0.32,0.028 0.32,-0.027 0,-0.016 -0.094,-0.024 -0.203,-0.024 -0.137,0 -0.172,0.016 -0.117,0.051 z m -13.746,0.125 c -0.047,0.047 0.043,0.074 0.527,0.156 0.262,0.043 0.348,-0.039 0.199,-0.183 -0.082,-0.078 -0.168,-0.09 -0.387,-0.059 -0.156,0.02 -0.308,0.063 -0.339,0.086 z m 58.738,1.309 c -0.016,0.039 0.031,0.07 0.105,0.07 0.129,0 0.164,-0.062 0.086,-0.141 -0.058,-0.058 -0.16,-0.019 -0.191,0.071 z m -2.379,0.886 c -0.027,0.016 -0.047,0.11 -0.047,0.211 0,0.161 0.016,0.176 0.137,0.145 0.078,-0.02 0.203,-0.035 0.281,-0.035 0.109,0 0.137,-0.035 0.137,-0.172 0,-0.094 -0.02,-0.188 -0.043,-0.211 -0.039,-0.039 -0.364,0.004 -0.465,0.062 z m -22.406,0.735 c -0.02,0.027 -0.008,0.07 0.027,0.09 0.082,0.05 0.496,-0.028 0.496,-0.094 0,-0.07 -0.476,-0.07 -0.523,0.004 z m -7.332,0.183 c 0,0.075 0.125,0.075 0.246,0 0.074,-0.046 0.054,-0.058 -0.074,-0.058 -0.094,-0.004 -0.172,0.023 -0.172,0.058 z m 4.05,0.106 c 0.02,0.019 0.067,0 0.11,-0.039 0.062,-0.059 0.055,-0.067 -0.035,-0.035 -0.059,0.023 -0.094,0.058 -0.075,0.074 z m -4.714,-0.066 c 0.058,0.015 0.156,0.015 0.214,0 0.059,-0.016 0.012,-0.028 -0.109,-0.028 -0.117,0 -0.164,0.012 -0.105,0.028 z m -21.668,2.785 c -0.211,0.238 -0.5,0.511 -0.645,0.613 -0.406,0.277 -0.773,0.574 -1.016,0.824 -0.121,0.125 -0.425,0.352 -0.675,0.504 -0.36,0.215 -0.438,0.285 -0.36,0.328 0.063,0.031 0.098,0.125 0.09,0.242 -0.004,0.106 0.027,0.641 0.074,1.184 l 0.082,0.992 0.282,0.078 c 0.156,0.043 0.445,0.145 0.644,0.223 0.199,0.078 0.375,0.133 0.391,0.117 0.015,-0.015 -0.07,-0.101 -0.196,-0.191 -0.48,-0.356 -0.109,-0.563 0.59,-0.336 0.36,0.117 1.172,0.613 1.395,0.851 0.195,0.207 0.316,0.149 0.398,-0.199 0.157,-0.676 0.125,-2.922 -0.054,-3.75 -0.145,-0.676 -0.309,-1.211 -0.403,-1.308 -0.058,-0.063 -0.101,-0.211 -0.101,-0.356 0,-0.137 -0.024,-0.25 -0.055,-0.25 -0.031,0 -0.23,0.195 -0.441,0.434 z m -3.422,3.308 c -0.852,0.746 -2.547,1.699 -3.02,1.699 -0.113,0 -0.121,0.024 -0.086,0.192 0.196,0.91 0.246,1.398 0.235,2.32 -0.004,0.543 -0.028,1.153 -0.047,1.36 -0.039,0.394 0.043,0.511 0.156,0.222 0.063,-0.16 0.156,-0.195 0.199,-0.074 0.047,0.129 -0.078,1.125 -0.203,1.648 -0.199,0.813 -0.101,0.782 0.684,-0.199 1.058,-1.324 1.656,-2.293 1.941,-3.152 0.086,-0.254 0.188,-0.516 0.227,-0.586 0.066,-0.121 0.074,-0.121 0.187,-0.023 0.137,0.121 0.137,0.121 0.153,-0.395 0.003,-0.211 0.031,-1.051 0.058,-1.867 0.043,-1.168 0.035,-1.481 -0.023,-1.481 -0.043,0 -0.25,0.153 -0.461,0.336 z m -5.414,0.629 c -0.219,0.094 -0.461,0.172 -0.543,0.172 -0.078,0 -0.145,0.012 -0.145,0.023 0,0.098 0.266,0.571 0.336,0.594 0.051,0.02 0.106,0.137 0.125,0.262 0.035,0.203 0.449,1.996 0.5,2.141 0.012,0.035 0.02,-0.028 0.024,-0.129 0.007,-0.223 0.105,-0.309 0.218,-0.192 0.285,0.305 0.899,2.891 0.903,3.805 0,0.359 0.054,0.562 0.144,0.535 0.219,-0.07 0.492,-1.91 0.492,-3.355 0.004,-1.008 -0.011,-1.145 -0.203,-1.981 -0.109,-0.492 -0.226,-1.004 -0.254,-1.133 -0.172,-0.754 -0.211,-0.832 -0.422,-0.875 -0.109,-0.023 -0.214,-0.054 -0.238,-0.074 -0.066,-0.07 -0.543,0.035 -0.937,0.207 z m -13.785,1.563 c 0.011,0.043 0.152,0.156 0.312,0.254 0.156,0.097 0.723,0.449 1.258,0.777 1.039,0.641 1.898,1.238 2.25,1.559 0.117,0.109 0.512,0.332 0.875,0.496 1.211,0.546 2.547,1.343 3.953,2.355 1.035,0.742 3.113,2.152 3.441,2.332 0.164,0.09 0.399,0.223 0.528,0.297 0.148,0.09 0.246,0.117 0.289,0.074 0.039,-0.035 -0.028,-0.441 -0.18,-1.152 -0.133,-0.602 -0.258,-1.219 -0.281,-1.375 -0.027,-0.18 -0.102,-0.344 -0.207,-0.453 -0.531,-0.559 -3.524,-3.067 -3.934,-3.301 -0.402,-0.227 -2.715,-1.121 -3.703,-1.434 -0.855,-0.273 -0.902,-0.277 -2.172,-0.359 -2.562,-0.164 -2.461,-0.16 -2.429,-0.07 z m -0.512,1.644 c 0,0.024 0.457,0.477 1.012,1 0.554,0.528 1.203,1.199 1.437,1.496 0.234,0.297 0.855,0.969 1.379,1.496 0.973,0.977 1.555,1.653 1.555,1.809 0,0.102 0.168,0.34 0.57,0.816 0.168,0.192 0.281,0.371 0.254,0.399 -0.027,0.027 -0.164,0.023 -0.297,-0.008 -0.695,-0.156 -2.434,-0.355 -3.106,-0.355 -0.402,0 -1.093,-0.043 -1.535,-0.09 -0.875,-0.098 -5.125,-0.117 -7.886,-0.039 -1.43,0.039 -1.461,0.043 -1.735,0.199 -0.492,0.285 -3.703,2.844 -4.976,3.965 -2.067,1.824 -2.895,2.683 -4.77,4.933 -0.547,0.657 -1.383,1.875 -1.644,2.391 -0.121,0.246 -0.336,0.676 -0.477,0.957 -0.332,0.668 -0.539,1.559 -0.625,2.738 -0.105,1.375 -0.035,1.852 0.488,3.281 0.332,0.907 0.481,1.25 1.243,2.875 0.425,0.911 0.527,1.083 0.597,1.024 0.184,-0.149 0.219,0.039 0.215,1.199 0,0.805 -0.023,1.176 -0.074,1.238 -0.137,0.161 -0.203,-0.023 -0.238,-0.683 -0.032,-0.602 -0.051,-0.668 -0.25,-0.996 -0.122,-0.192 -0.336,-0.446 -0.485,-0.563 -0.41,-0.336 -1.949,-2.586 -3.16,-4.633 -0.848,-1.433 -1.348,-2.16 -1.812,-2.652 -0.118,-0.121 -0.122,-0.164 -0.059,-0.598 0.035,-0.257 0.082,-0.64 0.101,-0.855 0.133,-1.406 0.415,-3.512 0.594,-4.422 0.071,-0.367 0.098,-0.644 0.067,-0.676 -0.036,-0.031 -0.278,0.309 -0.594,0.832 -0.297,0.489 -0.664,1.075 -0.813,1.305 -1.136,1.766 -1.875,3.262 -2.418,4.902 -0.152,0.461 -0.32,0.934 -0.371,1.047 -0.09,0.199 -0.097,0.203 -0.183,0.09 -0.078,-0.101 -0.09,-0.582 -0.067,-3.379 0.02,-3.012 0.035,-3.316 0.16,-4.062 0.219,-1.297 0.227,-1.426 0.102,-1.477 -0.176,-0.062 -0.273,0.039 -0.484,0.52 -0.11,0.246 -0.227,0.441 -0.262,0.433 -0.094,-0.023 -0.156,-1.535 -0.09,-2.269 0.035,-0.367 0.121,-0.852 0.191,-1.075 0.126,-0.402 0.973,-2.003 1.368,-2.589 0.312,-0.457 0.359,-0.411 0.359,0.375 0,1.257 0.082,3.214 0.133,3.195 0.062,-0.02 1.988,-2.281 3.09,-3.637 0.226,-0.277 0.601,-0.703 0.832,-0.949 0.226,-0.246 0.39,-0.453 0.355,-0.465 -0.094,-0.031 -1.578,0.664 -2.054,0.961 -0.235,0.149 -0.711,0.539 -1.059,0.875 -0.383,0.367 -0.672,0.598 -0.734,0.586 -0.082,-0.016 -0.098,-0.102 -0.094,-0.496 0.004,-0.43 0.051,-0.613 0.484,-1.852 0.262,-0.757 0.547,-1.476 0.629,-1.601 0.086,-0.125 0.18,-0.293 0.211,-0.371 0.031,-0.078 0.266,-0.293 0.523,-0.477 0.747,-0.531 0.618,-0.66 -0.566,-0.562 -1.195,0.097 -4.027,0.566 -4.715,0.777 -0.215,0.066 -2.062,1.02 -2.226,1.148 -0.16,0.122 -0.918,1.727 -1.176,2.489 -0.266,0.773 -0.297,0.906 -0.668,3.019 l -0.234,1.317 0.003,2.093 c 0.004,2.329 0.02,2.477 0.563,4.454 0.121,0.445 0.285,1.07 0.367,1.39 0.367,1.461 0.961,2.442 3.317,5.477 0.503,0.648 1.085,1.379 1.3,1.629 1.571,1.832 2.153,2.437 3.551,3.683 0.918,0.821 1.195,1.028 2.07,1.555 1.211,0.726 1.438,0.851 3.118,1.723 1.753,0.91 3.379,1.703 3.488,1.703 0.031,0 0.398,0.16 0.82,0.351 0.418,0.196 0.903,0.399 1.074,0.453 3.157,1.004 4.664,1.489 4.77,1.539 0.176,0.082 0.258,0.028 0.383,-0.25 0.109,-0.238 0.359,-0.453 1.125,-0.964 0.426,-0.286 2.515,-1.801 3.465,-2.508 0.218,-0.168 0.586,-0.461 0.812,-0.656 0.223,-0.196 0.535,-0.457 0.688,-0.579 0.156,-0.125 0.531,-0.441 0.832,-0.703 0.304,-0.265 0.757,-0.644 1.011,-0.847 0.254,-0.203 0.586,-0.481 0.739,-0.621 0.152,-0.141 0.457,-0.411 0.679,-0.598 0.223,-0.188 0.61,-0.543 0.864,-0.797 0.25,-0.25 0.503,-0.469 0.562,-0.488 0.055,-0.016 0.133,-0.098 0.172,-0.18 0.039,-0.082 0.098,-0.148 0.133,-0.148 0.109,0 0.066,0.171 -0.071,0.296 -0.074,0.067 -0.121,0.137 -0.097,0.157 0.019,0.019 0.754,-0.66 1.637,-1.508 1.636,-1.578 2.628,-2.676 3.992,-4.414 1.89,-2.402 2.054,-2.598 2.191,-2.567 0.086,0.024 0.195,-0.109 0.477,-0.566 0.199,-0.328 0.425,-0.746 0.5,-0.93 0.078,-0.183 0.304,-0.605 0.507,-0.945 0.2,-0.336 0.458,-0.816 0.571,-1.062 0.113,-0.247 0.394,-0.797 0.617,-1.227 0.461,-0.871 0.996,-1.957 0.996,-2.023 0,-0.024 0.094,-0.188 0.211,-0.36 0.191,-0.293 0.215,-0.375 0.277,-1.058 0.039,-0.411 0.102,-0.922 0.137,-1.137 l 0.063,-0.399 -0.383,-0.738 c -0.207,-0.406 -0.496,-0.93 -0.633,-1.16 -0.27,-0.449 -1.129,-1.598 -1.578,-2.109 -0.32,-0.364 -0.305,-0.465 0.031,-0.207 0.129,0.097 0.445,0.312 0.699,0.476 1.231,0.805 2.114,1.688 2.196,2.207 0.058,0.363 0.046,1.531 -0.028,2.258 -0.031,0.301 -0.113,1.125 -0.183,1.832 -0.071,0.703 -0.168,1.527 -0.219,1.82 -0.309,1.844 -0.348,2.2 -0.238,2.285 0.058,0.043 0.078,0.114 0.05,0.196 -0.082,0.254 -1.402,1.808 -3.281,3.859 -1.308,1.434 -2.215,2.551 -2.703,3.328 -0.504,0.801 -0.543,0.914 -0.367,1.082 0.16,0.157 0.191,0.141 1.012,-0.453 2.152,-1.558 2.894,-2.176 5.418,-4.512 0.828,-0.765 0.734,-0.691 0.816,-0.644 0.105,0.066 -0.02,0.23 -0.809,1.055 -0.406,0.425 -0.832,0.914 -0.945,1.086 -0.117,0.171 -0.504,0.644 -0.863,1.046 -0.36,0.407 -0.672,0.762 -0.692,0.793 -0.101,0.164 0.25,-0.007 1.399,-0.679 1.605,-0.934 1.816,-1.067 2.801,-1.758 1.371,-0.965 1.875,-1.375 1.871,-1.52 -0.004,-0.089 0.07,-0.175 0.25,-0.285 0.39,-0.234 1.32,-1.015 1.32,-1.109 0,-0.047 0.074,-0.164 0.164,-0.27 0.086,-0.101 0.149,-0.195 0.133,-0.211 -0.012,-0.011 -0.176,0.016 -0.363,0.063 -0.536,0.137 -0.875,0.117 -1.051,-0.067 -0.223,-0.23 -0.863,-0.71 -1.094,-0.82 l -0.203,-0.094 -0.348,0.504 c -0.222,0.328 -0.386,0.504 -0.461,0.504 -0.058,0 -0.187,0.102 -0.281,0.227 -0.172,0.222 -0.973,1.129 -1.437,1.625 -0.184,0.199 -0.27,0.25 -0.321,0.203 -0.09,-0.09 0.016,-0.246 0.676,-1.008 0.285,-0.328 0.629,-0.758 0.77,-0.957 0.285,-0.41 0.343,-0.457 0.488,-0.414 0.133,0.039 0.465,-0.449 0.973,-1.437 0.523,-1.024 0.808,-1.692 0.808,-1.895 0,-0.059 0.055,-0.191 0.121,-0.301 0.067,-0.109 0.168,-0.375 0.227,-0.586 0.109,-0.422 0.832,-2.539 1.023,-3.015 0.067,-0.161 0.106,-0.325 0.09,-0.364 -0.012,-0.039 -0.227,-0.117 -0.473,-0.175 -0.242,-0.059 -0.699,-0.184 -1.007,-0.282 -0.649,-0.203 -2.332,-0.98 -2.332,-1.078 0,-0.035 -0.063,-0.047 -0.161,-0.023 -0.101,0.023 -0.214,0.008 -0.3,-0.051 -0.2,-0.125 -0.422,-0.496 -0.387,-0.633 0.019,-0.066 0.012,-0.297 -0.02,-0.515 -0.047,-0.368 -0.089,-0.461 -0.586,-1.172 -0.363,-0.52 -0.593,-0.793 -0.703,-0.832 -0.09,-0.032 -0.246,-0.137 -0.347,-0.231 -0.102,-0.094 -0.375,-0.238 -0.606,-0.324 -0.547,-0.195 -1.039,-0.465 -2.234,-1.219 -0.914,-0.578 -3.582,-2.383 -4.25,-2.875 -0.16,-0.117 -0.395,-0.281 -0.516,-0.367 -0.301,-0.199 -1.605,-1.277 -1.937,-1.602 -0.184,-0.179 -0.489,-0.363 -0.977,-0.585 -0.391,-0.176 -0.73,-0.325 -0.754,-0.325 -0.023,0 -0.281,-0.093 -0.57,-0.207 -0.559,-0.218 -0.621,-0.234 -0.621,-0.164 z m 14.93,20.383 c 0.101,0.102 0.007,0.254 -0.438,0.703 -0.555,0.559 -0.625,0.61 -0.711,0.524 -0.086,-0.082 0.043,-0.274 0.559,-0.832 0.375,-0.411 0.492,-0.489 0.59,-0.395 z m -38.946,4.551 c 1.07,0.953 2.711,3.023 3.324,4.191 0.168,0.321 0.547,1.473 0.516,1.567 -0.031,0.097 -0.383,-0.184 -1.406,-1.129 -1.071,-0.985 -1.531,-1.586 -2.141,-2.793 -0.527,-1.047 -0.91,-2.188 -0.73,-2.18 0.027,0.004 0.226,0.156 0.437,0.344 z m 6.762,5.066 c 0.082,0.098 0.055,1.403 -0.055,2.645 -0.051,0.59 -0.074,0.648 -0.222,0.593 -0.082,-0.031 -0.098,-0.242 -0.098,-1.582 0,-1.425 0.012,-1.554 0.113,-1.648 0.141,-0.121 0.164,-0.121 0.262,-0.008 z m 0.91,1.598 c 0.141,0.176 0.512,1.758 0.512,2.195 0,0.149 -0.16,0.164 -0.238,0.02 -0.094,-0.172 -0.465,-1.758 -0.469,-2.012 -0.004,-0.242 0.082,-0.336 0.195,-0.203 z m -1.098,2.855 c 0,0.035 -0.027,0.063 -0.062,0.063 -0.035,0 -0.063,-0.028 -0.063,-0.063 0,-0.031 0.028,-0.058 0.063,-0.058 0.035,0 0.062,0.027 0.062,0.058 z m 0.774,0.66 c 0.648,0.555 2.496,1.922 3.312,2.45 0.75,0.492 1.723,1.035 2.711,1.527 0.739,0.363 0.989,0.566 0.703,0.566 -0.203,0 -1.593,-0.543 -2.148,-0.843 -0.781,-0.414 -2.398,-1.539 -3.512,-2.43 -1.051,-0.844 -1.926,-1.762 -1.668,-1.746 0.024,0 0.297,0.215 0.602,0.476 z m 13.144,-34.945 c -0.41,0.094 -0.679,0.223 -0.679,0.324 0,0.032 0.199,0.11 0.445,0.18 0.699,0.191 1.656,0.574 2.73,1.09 0.54,0.262 0.993,0.461 1.004,0.449 0.028,-0.023 -0.781,-1.058 -1.226,-1.57 -0.516,-0.586 -0.469,-0.567 -1.215,-0.567 -0.371,0 -0.832,0.043 -1.059,0.094 z m 33.461,1.824 c -1.222,0.575 -6.468,2.352 -8.933,3.024 -1.004,0.277 -1.465,0.453 -1.352,0.519 0.18,0.106 1.238,0.157 2.102,0.102 2.203,-0.149 3.441,-0.324 4.875,-0.695 1.215,-0.317 1.39,-0.371 1.613,-0.496 0.215,-0.125 0.234,-0.125 0.344,-0.028 0.113,0.098 0.133,0.09 0.441,-0.222 0.488,-0.493 0.988,-1.157 1.34,-1.782 0.172,-0.312 0.313,-0.586 0.313,-0.613 0,-0.105 -0.239,-0.043 -0.743,0.191 z m -10.668,2.536 c -0.203,0.043 -0.746,0.125 -1.207,0.175 -0.457,0.055 -0.98,0.114 -1.16,0.133 l -0.324,0.039 -0.133,0.36 c -0.078,0.195 -0.203,0.437 -0.289,0.531 -0.082,0.094 -0.141,0.183 -0.125,0.191 0.051,0.043 1.266,-0.332 1.324,-0.41 0.039,-0.047 0.203,-0.129 0.371,-0.18 0.368,-0.117 0.383,-0.121 1.192,-0.472 1,-0.43 1.105,-0.539 0.351,-0.367 z m 11.746,2.121 c -0.703,0.418 -1.765,0.964 -2.476,1.273 -0.367,0.156 -0.399,0.191 -1.375,1.445 -0.953,1.223 -1.125,1.469 -1.031,1.469 0.023,0 0.488,-0.219 1.031,-0.484 0.875,-0.43 1.094,-0.574 1.926,-1.239 1.406,-1.121 2.32,-2.054 2.699,-2.746 0.117,-0.218 -0.012,-0.168 -0.774,0.282 z m -5.543,0.89 c -1.738,1.016 -3.531,2.164 -4.843,3.106 -0.801,0.574 -1.039,0.707 -1.825,1.011 -0.355,0.141 -0.656,0.282 -0.667,0.317 -0.036,0.094 0.39,0.242 0.816,0.289 l 0.379,0.043 -0.02,0.207 c -0.008,0.113 -0.058,0.379 -0.113,0.586 -0.055,0.207 -0.078,0.394 -0.059,0.414 0.036,0.035 0.77,-0.172 1.383,-0.387 0.684,-0.238 3.59,-1.969 5.047,-3.004 0.766,-0.539 0.977,-0.718 0.86,-0.718 -0.036,0 -0.727,0.285 -1.54,0.632 -1.941,0.836 -3.363,1.348 -3.363,1.219 0,-0.031 0.238,-0.195 0.527,-0.363 0.317,-0.192 0.54,-0.363 0.559,-0.438 0.02,-0.074 0.317,-0.308 0.723,-0.574 0.777,-0.504 1.41,-0.961 1.687,-1.207 0.102,-0.09 0.203,-0.168 0.227,-0.168 0.027,0 0.14,-0.141 0.254,-0.312 0.117,-0.172 0.273,-0.368 0.351,-0.434 0.153,-0.129 0.621,-0.719 0.621,-0.781 0,-0.024 -0.07,0.004 -0.152,0.058 -0.086,0.051 -0.469,0.278 -0.852,0.504 z m -63.066,3.164 c -0.777,1.305 -1.102,2.039 -1.164,2.637 -0.035,0.324 -0.016,0.383 0.535,1.621 0.844,1.895 0.985,2.18 1.047,2.121 0.031,-0.035 0.027,-0.297 -0.008,-0.625 -0.031,-0.312 -0.051,-1.078 -0.043,-1.703 0.031,-2.019 -0.004,-4.457 -0.066,-4.457 -0.035,0 -0.168,0.184 -0.301,0.406 z m 68.559,0.7 c -1.301,0.636 -6.934,3.152 -7.629,3.406 -0.246,0.09 -0.449,0.183 -0.449,0.203 0,0.023 0.316,0.043 0.695,0.047 0.797,0.004 1.84,0.105 2.527,0.242 0.356,0.07 0.504,0.078 0.602,0.027 0.183,-0.097 0.383,-0.082 0.426,0.032 0.089,0.226 -0.524,0.523 -1.559,0.753 -0.492,0.11 -0.785,0.125 -2.598,0.141 -1.976,0.016 -2.191,0.004 -3.789,-0.199 -0.293,-0.035 -0.363,0.074 -0.14,0.207 0.07,0.043 0.308,0.226 0.535,0.41 0.301,0.25 0.554,0.391 0.972,0.547 0.313,0.117 0.59,0.23 0.618,0.254 0.043,0.039 -0.348,0.715 -0.789,1.359 -0.145,0.211 -0.157,0.258 -0.09,0.399 0.043,0.086 0.125,0.156 0.191,0.156 0.258,0 0.184,0.219 -0.293,0.851 -0.101,0.133 -0.449,0.473 -0.769,0.747 -0.325,0.277 -1.141,1.007 -1.821,1.621 -0.675,0.613 -1.328,1.179 -1.453,1.257 -0.121,0.083 -0.586,0.395 -1.027,0.7 -0.442,0.304 -1.25,0.808 -1.793,1.125 -0.547,0.312 -1.047,0.609 -1.113,0.66 -0.122,0.086 -0.122,0.09 0.046,0.09 0.282,0.008 0.848,0.32 2.407,1.332 1.347,0.879 2.097,1.472 2.297,1.816 0.113,0.195 -0.063,0.192 -0.543,-0.012 -1.61,-0.687 -1.739,-0.73 -2.204,-0.765 -0.25,-0.024 -0.722,-0.063 -1.046,-0.098 -1.258,-0.125 -1.606,-0.148 -1.606,-0.117 0,0.062 1.07,0.984 1.418,1.219 0.621,0.422 1.238,0.941 2.066,1.73 0.719,0.688 1.633,1.457 2.954,2.481 0.222,0.175 0.468,0.398 0.543,0.496 0.175,0.226 0.613,0.508 0.683,0.437 0.028,-0.031 0.196,-0.379 0.371,-0.773 0.18,-0.395 0.364,-0.77 0.407,-0.84 0.042,-0.066 0.203,-0.434 0.359,-0.813 0.152,-0.378 0.348,-0.824 0.43,-0.984 0.156,-0.297 0.328,-0.812 0.656,-1.937 0.101,-0.344 0.285,-0.829 0.406,-1.075 0.121,-0.246 0.223,-0.488 0.223,-0.535 0,-0.051 0.043,-0.144 0.094,-0.211 0.128,-0.164 0.113,-0.265 -0.036,-0.226 -0.109,0.027 -0.121,0 -0.121,-0.239 0,-0.336 0.219,-0.746 0.492,-0.925 0.165,-0.11 0.289,-0.137 0.645,-0.133 0.648,0 1.352,0.308 1.859,0.816 0.176,0.176 0.715,1.086 0.715,1.207 0,0.032 -0.195,0.239 -0.433,0.461 -0.301,0.278 -0.434,0.446 -0.434,0.547 0,0.078 -0.121,0.309 -0.27,0.512 -0.293,0.398 -0.585,0.937 -0.976,1.797 -0.137,0.3 -0.285,0.586 -0.332,0.636 -0.043,0.051 -0.207,0.36 -0.359,0.688 -0.153,0.328 -0.547,1.137 -0.876,1.793 -0.898,1.797 -0.874,1.73 -0.742,1.93 0.215,0.316 2.047,2.019 2.715,2.523 0.371,0.281 0.817,0.625 0.988,0.766 0.309,0.246 0.602,0.41 1.016,0.554 0.262,0.094 0.242,0.258 -0.035,0.285 -0.109,0.008 -0.199,0.036 -0.199,0.059 0,0.023 0.054,0.328 0.121,0.676 0.062,0.351 0.136,0.844 0.16,1.097 0.023,0.25 0.066,0.438 0.094,0.411 0.027,-0.028 0.078,-0.293 0.117,-0.586 0.039,-0.297 0.098,-0.668 0.133,-0.825 0.035,-0.16 0.054,-0.48 0.043,-0.71 -0.016,-0.332 0,-0.438 0.074,-0.473 0.137,-0.07 0.894,-0.277 1.422,-0.387 2.543,-0.535 5.851,-1.496 6.824,-1.98 0.336,-0.168 0.117,-0.145 -0.363,0.039 -0.856,0.328 -2.313,0.777 -2.52,0.773 -0.183,0 -0.191,-0.008 -0.086,-0.086 0.063,-0.043 0.328,-0.156 0.59,-0.246 0.258,-0.09 0.68,-0.254 0.934,-0.367 0.25,-0.109 0.808,-0.34 1.234,-0.504 1.129,-0.445 1.82,-0.766 2.43,-1.133 0.593,-0.355 1.496,-1.113 2.043,-1.722 0.383,-0.418 1.035,-1.442 1.035,-1.618 0,-0.058 0.074,-0.23 0.164,-0.386 0.09,-0.157 0.172,-0.383 0.18,-0.5 0.011,-0.121 0.089,-0.383 0.175,-0.578 0.231,-0.532 0.313,-1.153 0.5,-3.77 0.129,-1.75 0.149,-1.637 -0.996,-5.019 -0.785,-2.309 -0.687,-2.067 -1.875,-4.723 -0.883,-1.973 -2.211,-4.188 -2.906,-4.84 l -0.25,-0.234 -0.293,0.16 c -0.84,0.461 -1.629,0.808 -2.492,1.101 -0.527,0.176 -1.055,0.336 -1.168,0.356 -0.188,0.027 -0.207,0.019 -0.16,-0.078 0.023,-0.063 0.054,-0.184 0.062,-0.266 0.02,-0.187 0.289,-0.926 0.453,-1.238 0.168,-0.321 0.676,-1.789 0.727,-2.094 0.023,-0.148 0.016,-0.254 -0.02,-0.254 -0.031,0 -0.578,0.258 -1.218,0.567 z m -1.457,4.64 c 0,0.035 -0.149,0.125 -0.328,0.199 -0.637,0.274 -1.34,0.45 -2.188,0.543 -0.473,0.055 -1.078,0.121 -1.352,0.153 -0.644,0.074 -1.5,0.074 -1.543,0 -0.085,-0.133 2.575,-0.75 3.754,-0.867 1.071,-0.11 1.657,-0.118 1.657,-0.028 z m 6.058,20.578 c 0,0.09 -0.117,0.223 -0.199,0.223 -0.031,0 -0.047,-0.059 -0.035,-0.133 0.019,-0.144 0.234,-0.226 0.234,-0.09 z m -10.074,-24.289 c -0.121,0.031 -0.559,0.129 -0.965,0.215 -0.41,0.086 -1.144,0.277 -1.64,0.422 -0.493,0.148 -1.211,0.359 -1.594,0.477 -0.949,0.281 -0.879,0.351 0.32,0.296 1.328,-0.058 1.738,-0.16 2.996,-0.734 0.383,-0.176 0.711,-0.316 0.727,-0.316 0.074,0 0.519,-0.309 0.519,-0.36 0,-0.074 -0.082,-0.074 -0.363,0 z m 57.395,3.914 c 0.043,0.051 0.105,0.09 0.14,0.09 0.035,0 0.016,-0.051 -0.047,-0.117 -0.129,-0.137 -0.215,-0.113 -0.093,0.027 z m -118.961,1.137 c -0.036,0.602 0.035,1.113 0.273,2.063 0.238,0.949 0.465,1.656 0.605,1.882 0.063,0.102 0.129,0.266 0.153,0.371 0.094,0.418 1.277,2.141 1.32,1.918 0.012,-0.054 -0.133,-0.566 -0.32,-1.132 -0.188,-0.571 -0.387,-1.223 -0.442,-1.454 -0.203,-0.859 -0.535,-1.918 -0.929,-2.937 -0.453,-1.188 -0.512,-1.313 -0.582,-1.238 -0.028,0.027 -0.063,0.265 -0.078,0.527 z m 58.777,9.453 c -0.18,0.152 -0.371,0.434 -0.371,0.555 0,0.031 0.047,0.051 0.105,0.047 0.172,-0.012 0.117,0.379 -0.168,1.191 -0.132,0.387 -0.234,0.715 -0.226,0.727 0.011,0.007 0.16,-0.231 0.324,-0.535 0.168,-0.301 0.41,-0.657 0.535,-0.79 l 0.235,-0.234 -0.145,-0.156 c -0.238,-0.246 -0.352,-0.438 -0.352,-0.586 0,-0.172 0.067,-0.168 0.372,0.016 0.168,0.101 0.296,0.14 0.394,0.117 0.332,-0.082 1.066,0.25 1.203,0.543 0.074,0.152 0.321,0.207 0.321,0.07 0,-0.141 -0.708,-0.746 -1.083,-0.93 -0.492,-0.242 -0.871,-0.254 -1.144,-0.035 z m 0.422,1.442 c -0.121,0.148 -0.61,1.011 -1.082,1.914 -0.469,0.902 -0.899,1.664 -0.949,1.691 -0.118,0.063 -0.18,0.188 -0.836,1.613 -0.297,0.641 -1.039,2.258 -1.653,3.59 -1.488,3.235 -1.738,3.844 -1.746,4.207 -0.004,0.5 -0.125,0.492 -0.676,-0.055 -0.433,-0.425 -0.484,-0.46 -0.57,-0.375 -0.055,0.055 -0.129,0.293 -0.168,0.555 l -0.07,0.465 0.273,0.223 c 0.258,0.211 0.297,0.359 0.09,0.359 -0.047,0 -0.086,0.016 -0.086,0.031 0,0.028 0.906,1.078 1.758,2.035 0.484,0.547 0.633,1.004 0.289,0.899 -0.09,-0.031 -0.195,0.008 -0.344,0.117 -0.246,0.18 -3.738,1.867 -4.211,2.031 -0.168,0.059 -0.343,0.141 -0.386,0.18 -0.129,0.109 -0.696,1.758 -0.739,2.137 -0.043,0.422 0.071,0.476 0.129,0.058 0.082,-0.578 0.434,-1.328 0.824,-1.746 0.239,-0.254 0.227,-0.082 -0.031,0.489 -0.363,0.808 -0.57,1.433 -0.57,1.75 0,0.257 -0.012,0.285 -0.207,0.363 -0.117,0.047 -0.285,0.172 -0.379,0.277 -0.172,0.199 -0.184,0.328 -0.059,0.844 0.075,0.289 -0.175,0.203 -0.437,-0.152 -0.098,-0.133 -0.098,-0.133 -0.188,-0.016 -0.109,0.137 -0.121,0.266 -0.015,0.164 0.094,-0.09 0.234,-0.094 0.234,-0.004 0,0.035 -0.18,0.418 -0.398,0.852 -0.879,1.718 -1.438,3.734 -1.305,4.687 0.023,0.168 0.078,0.348 0.121,0.406 0.074,0.098 0.106,0.094 0.477,-0.078 0.433,-0.199 1.402,-0.953 1.867,-1.457 0.164,-0.179 0.34,-0.367 0.387,-0.418 0.05,-0.054 0.175,-0.336 0.277,-0.629 0.25,-0.714 0.801,-2.445 0.801,-2.519 0,-0.031 -0.071,-0.086 -0.157,-0.125 -0.179,-0.078 -0.152,-0.192 0.047,-0.192 0.289,0 0.621,-0.148 0.871,-0.398 0.141,-0.141 0.262,-0.293 0.262,-0.332 0,-0.051 -0.183,-0.086 -0.59,-0.109 -0.687,-0.039 -1.191,-0.227 -1.226,-0.461 -0.024,-0.176 0.105,-0.172 0.617,0.007 0.312,0.11 0.465,0.133 0.758,0.106 l 0.363,-0.035 0.305,-0.473 c 0.168,-0.262 0.715,-1.055 1.218,-1.766 1.282,-1.804 1.942,-2.98 2.079,-3.683 0.05,-0.274 0.21,-1.844 0.187,-1.867 -0.008,-0.008 -0.207,-0.039 -0.441,-0.067 -0.477,-0.058 -0.774,-0.168 -1.039,-0.383 -0.254,-0.203 -0.164,-0.316 0.136,-0.171 0.41,0.199 0.715,0.265 1.157,0.257 0.503,-0.011 0.589,-0.078 0.589,-0.464 0,-0.379 -0.043,-0.442 -0.304,-0.442 -0.215,0 -0.379,-0.082 -0.379,-0.191 0,-0.028 0.109,-0.047 0.242,-0.047 0.133,0 0.266,-0.035 0.301,-0.078 0.035,-0.039 0.125,-0.274 0.199,-0.524 0.074,-0.246 0.316,-0.851 0.535,-1.343 0.223,-0.493 0.473,-1.059 0.563,-1.254 0.254,-0.578 0.449,-0.996 0.636,-1.348 0.094,-0.18 0.262,-0.555 0.371,-0.836 0.403,-1.027 0.489,-1.207 2.625,-5.41 0.997,-1.961 1.247,-2.324 1.77,-2.613 0.133,-0.071 0.242,-0.149 0.242,-0.172 0,-0.078 -0.258,-0.11 -0.414,-0.051 -0.203,0.074 -0.691,0.008 -1.191,-0.16 -0.223,-0.074 -0.43,-0.137 -0.465,-0.137 -0.035,0 -0.164,0.121 -0.289,0.274 z m -10.656,25.695 c 0.125,0.121 0.156,0.195 0.128,0.32 -0.023,0.09 -0.058,0.297 -0.078,0.461 -0.058,0.438 -0.101,0.469 -0.601,0.43 -0.297,-0.028 -0.488,-0.078 -0.629,-0.168 -0.274,-0.184 -0.359,-0.324 -0.258,-0.426 0.039,-0.043 0.121,-0.148 0.18,-0.238 0.172,-0.254 0.488,-0.453 0.801,-0.496 0.261,-0.039 0.308,-0.028 0.457,0.117 z m -0.594,0.273 c -0.27,0.133 -0.309,0.211 -0.121,0.262 0.066,0.02 0.179,0.051 0.246,0.07 0.094,0.024 0.14,-0.007 0.187,-0.129 0.063,-0.156 0.047,-0.324 -0.031,-0.324 -0.019,0 -0.144,0.055 -0.281,0.121 z m -3.899,-25.05 c -0.187,0.097 -0.148,0.191 0.258,0.617 0.266,0.281 0.488,0.445 0.766,0.574 0.621,0.289 0.734,0.238 0.523,-0.234 -0.152,-0.344 -0.566,-0.739 -0.941,-0.903 -0.297,-0.133 -0.434,-0.144 -0.606,-0.054 z m 2.891,1.617 c 0.223,0.683 0.227,0.828 0.035,1.043 -0.086,0.097 -0.863,0.59 -1.437,0.914 -0.063,0.039 0.05,0.086 0.386,0.16 l 0.477,0.109 0.726,-0.156 c 0.981,-0.215 1.004,-0.215 1.782,-0.277 l 0.679,-0.051 0.887,0.387 c 0.485,0.211 0.918,0.375 0.957,0.359 0.192,-0.063 -2.164,-2.117 -2.918,-2.551 -0.332,-0.187 -1.672,-0.668 -1.75,-0.625 -0.019,0.016 0.059,0.324 0.176,0.688 z m -3.066,0.203 c -0.5,0.101 -1.196,0.418 -1.52,0.695 -0.25,0.211 -0.555,0.676 -0.5,0.762 0.02,0.031 0.152,0.078 0.297,0.101 0.309,0.047 0.777,0.239 1.152,0.469 0.239,0.149 0.278,0.156 0.371,0.074 0.055,-0.05 0.34,-0.171 0.637,-0.277 0.996,-0.348 2.391,-1.285 2.195,-1.477 -0.078,-0.078 -1.632,-0.429 -1.906,-0.433 -0.16,0 -0.488,0.035 -0.726,0.086 z m 0.664,2.16 c -0.285,0.086 -0.559,0.172 -0.61,0.187 -0.051,0.016 0.27,0.083 0.715,0.145 1.324,0.188 3.348,0.625 4.266,0.918 0.386,0.125 -0.387,-0.262 -1.149,-0.574 -0.742,-0.301 -2.363,-0.813 -2.636,-0.828 -0.039,-0.004 -0.305,0.066 -0.586,0.152 z m 32.699,0.555 c -0.27,0.164 -0.688,0.492 -0.926,0.726 -0.238,0.239 -0.391,0.41 -0.34,0.383 0.215,-0.113 1.481,-1.047 1.793,-1.324 0.188,-0.164 -0.054,-0.067 -0.527,0.215 z m -29.328,1.664 c 0.023,0.652 0.074,1.023 0.183,1.422 0.121,0.453 0.157,0.519 0.211,0.418 0.035,-0.067 0.082,-0.27 0.102,-0.45 0.019,-0.179 0.078,-0.543 0.125,-0.804 0.047,-0.266 0.105,-0.633 0.129,-0.825 0.039,-0.32 0.035,-0.347 -0.102,-0.406 -0.078,-0.035 -0.211,-0.101 -0.297,-0.148 -0.086,-0.047 -0.207,-0.086 -0.273,-0.086 -0.11,0 -0.113,0.043 -0.078,0.879 z m -33.778,1.035 c -0.023,0.644 -0.007,1.105 0.047,1.391 0.082,0.449 0.442,1.55 0.75,2.304 0.172,0.414 0.176,0.457 0.086,0.524 -0.121,0.086 -0.113,0.105 0.379,0.867 0.18,0.285 0.332,0.531 0.332,0.555 0,0.019 -0.047,0.035 -0.105,0.035 -0.243,0 -0.926,-0.879 -1.508,-1.942 -0.18,-0.328 -0.402,-0.707 -0.492,-0.836 -0.153,-0.226 -0.703,-1.16 -1.309,-2.215 -0.148,-0.261 -0.406,-0.738 -0.57,-1.062 -0.168,-0.32 -0.313,-0.57 -0.332,-0.555 -0.016,0.016 0,0.211 0.039,0.434 0.035,0.223 0.109,0.719 0.168,1.094 0.094,0.617 0.156,0.804 0.597,1.793 0.532,1.199 1.071,2.121 1.895,3.257 0.293,0.395 0.699,0.961 0.902,1.258 0.383,0.547 0.594,0.723 1.641,1.387 0.187,0.117 0.426,0.289 0.527,0.379 0.164,0.14 0.66,0.453 2.449,1.539 0.262,0.156 0.626,0.379 0.805,0.496 0.184,0.121 0.547,0.336 0.805,0.484 0.453,0.262 0.496,0.274 1.113,0.313 0.352,0.023 0.914,0.082 1.246,0.133 0.332,0.05 0.629,0.082 0.66,0.074 0.032,-0.012 -0.121,-0.277 -0.336,-0.59 -0.214,-0.312 -0.628,-1.012 -0.921,-1.555 -0.293,-0.543 -0.532,-0.953 -0.532,-0.914 -0.004,0.16 0.25,1.09 0.399,1.469 0.308,0.793 0.164,0.75 -0.43,-0.133 -0.473,-0.699 -0.781,-1.218 -1.211,-2.031 -0.195,-0.371 -0.433,-0.727 -0.586,-0.867 -0.457,-0.438 -1.57,-1.703 -2.121,-2.414 -0.664,-0.864 -1.16,-1.688 -2.055,-3.418 l -0.695,-1.348 -0.746,-0.488 c -0.437,-0.285 -0.773,-0.469 -0.805,-0.438 -0.031,0.028 -0.07,0.489 -0.086,1.02 z m 5.028,6.637 c 0.34,0.265 0.824,0.664 1.082,0.882 0.254,0.223 0.554,0.469 0.672,0.547 0.281,0.192 0.507,0.723 0.3,0.719 -0.082,-0.004 -1.003,-0.648 -1.527,-1.07 -0.172,-0.141 -0.523,-0.532 -0.777,-0.871 -0.656,-0.871 -0.633,-0.891 0.25,-0.207 z m 24.199,-5.164 c -0.227,0.035 -0.238,0.046 -0.371,0.46 -0.117,0.356 -0.141,0.563 -0.141,1.27 0,0.508 0.031,0.898 0.071,0.984 0.039,0.082 0.105,0.399 0.144,0.711 0.109,0.821 0.406,2.176 0.652,2.95 0.114,0.371 0.254,0.816 0.313,1 0.348,1.109 0.742,1.972 0.902,1.972 0.032,0 0.395,-0.066 0.813,-0.148 0.797,-0.153 1.433,-0.403 3.121,-1.219 0.418,-0.203 0.785,-0.367 0.82,-0.367 0.137,0 0.043,0.113 -0.355,0.422 -0.231,0.179 -0.434,0.347 -0.457,0.379 -0.024,0.027 -0.203,0.136 -0.399,0.238 -0.265,0.141 -0.375,0.23 -0.414,0.367 -0.031,0.098 -0.14,0.281 -0.242,0.406 -0.102,0.125 -0.176,0.239 -0.16,0.254 0.074,0.071 1.73,-0.472 3.379,-1.105 0.5,-0.192 1.004,-0.453 1.254,-0.641 0.121,-0.094 0.363,-0.265 0.539,-0.379 0.176,-0.117 0.32,-0.226 0.32,-0.25 0,-0.019 -0.398,-0.316 -0.883,-0.656 -0.484,-0.34 -1.039,-0.746 -1.234,-0.902 -0.195,-0.157 -0.457,-0.356 -0.586,-0.438 -0.129,-0.086 -0.453,-0.344 -0.715,-0.574 -0.266,-0.231 -0.48,-0.406 -0.48,-0.391 0,0.016 0.125,0.235 0.281,0.489 0.492,0.804 0.726,1.304 0.84,1.793 0.121,0.523 0.09,0.628 -0.153,0.535 -0.34,-0.129 -2.32,-2.504 -3.781,-4.539 -0.238,-0.325 -0.57,-0.746 -0.742,-0.934 -0.172,-0.184 -0.531,-0.664 -0.805,-1.066 l -0.496,-0.731 -0.402,0.035 c -0.219,0.024 -0.504,0.055 -0.633,0.075 z m 13.746,0.699 c 0,0.015 0.043,0.043 0.098,0.062 0.054,0.02 0.078,0.008 0.058,-0.023 -0.039,-0.059 -0.156,-0.086 -0.156,-0.039 z m -28.605,0.469 c -0.102,0.074 -0.579,0.386 -1.055,0.691 -0.715,0.461 -0.899,0.555 -1.051,0.531 -0.469,-0.062 -2.262,-0.457 -2.473,-0.543 -0.308,-0.125 -0.496,-0.117 -0.8,0.024 -0.625,0.293 -1.145,1.027 -1.278,1.812 -0.097,0.559 -0.074,0.668 0.414,1.867 0.383,0.934 0.84,1.809 1.297,2.477 0.168,0.242 0.563,0.836 0.879,1.316 0.383,0.582 0.707,0.992 0.973,1.242 0.367,0.344 0.426,0.375 0.672,0.375 0.148,0 0.773,0.055 1.39,0.118 0.618,0.066 1.59,0.144 2.16,0.179 1.235,0.067 2.512,0.27 3.911,0.618 0.937,0.23 1.027,0.265 1.101,0.418 0.059,0.117 0.125,0.164 0.25,0.164 0.094,0 0.313,0.035 0.492,0.078 l 0.321,0.082 0,-0.145 c 0,-0.117 0.023,-0.14 0.109,-0.109 0.059,0.023 0.258,0.058 0.445,0.078 0.282,0.027 0.329,0.019 0.297,-0.055 -0.019,-0.051 -0.011,-0.129 0.016,-0.172 0.043,-0.062 0.078,-0.058 0.195,0.024 0.473,0.328 0.336,0.308 2,0.305 1.09,-0.004 1.602,-0.024 1.727,-0.079 l 0.183,-0.074 -0.277,-0.281 c -0.707,-0.719 -1.27,-1.563 -1.613,-2.402 -0.098,-0.25 -0.278,-0.661 -0.395,-0.918 -0.133,-0.286 -0.203,-0.512 -0.179,-0.582 0.023,-0.075 -0.086,-0.422 -0.286,-0.911 -0.367,-0.902 -0.843,-2.289 -1.082,-3.14 -0.086,-0.321 -0.215,-0.688 -0.277,-0.821 -0.078,-0.16 -0.121,-0.375 -0.121,-0.628 0,-0.211 -0.027,-0.426 -0.067,-0.477 -0.042,-0.062 -0.058,0.371 -0.042,1.449 0.011,0.969 -0.004,1.547 -0.043,1.555 -0.032,0.012 -0.188,-0.152 -0.348,-0.356 -0.621,-0.804 -1.672,-1.785 -2.746,-2.562 -0.809,-0.582 -1.09,-0.727 -1.949,-0.984 -1,-0.301 -1.274,-0.348 -1.946,-0.321 -0.523,0.016 -0.644,0.039 -0.804,0.157 z m 28.914,0.554 c 0.211,0.328 0.379,1.09 0.304,1.399 -0.031,0.136 -0.054,0.39 -0.05,0.562 0.019,1.469 -0.063,1.922 -0.508,2.731 -0.422,0.761 -1.348,1.754 -1.813,1.945 -0.101,0.043 -0.418,0.176 -0.699,0.293 -0.277,0.121 -0.543,0.215 -0.586,0.219 -0.043,0 -0.137,0.113 -0.203,0.25 -0.07,0.14 -0.195,0.336 -0.285,0.433 -0.086,0.098 -0.25,0.344 -0.367,0.539 -0.321,0.559 -1.289,1.946 -1.543,2.215 -0.125,0.133 -0.348,0.438 -0.493,0.676 -0.218,0.351 -0.25,0.445 -0.187,0.519 0.039,0.047 0.102,0.071 0.133,0.051 0.035,-0.019 0.25,-0.058 0.484,-0.086 0.617,-0.074 1.465,-0.285 1.856,-0.461 0.714,-0.328 1.671,-1.441 1.671,-1.953 0,-0.074 -0.058,-0.183 -0.128,-0.246 -0.11,-0.094 -0.122,-0.156 -0.09,-0.394 0.039,-0.262 0.004,-0.457 -0.16,-0.875 -0.047,-0.118 -0.071,-0.125 -0.176,-0.063 -0.156,0.098 -0.457,0 -0.488,-0.152 -0.012,-0.067 0.042,-0.168 0.14,-0.25 l 0.164,-0.137 0.446,0.121 c 0.246,0.07 0.597,0.18 0.785,0.246 0.816,0.297 1.629,0.024 2.539,-0.855 0.484,-0.465 0.863,-1.012 0.863,-1.246 0,-0.129 0.207,-0.051 0.293,0.113 0.043,0.078 0.078,0.234 0.078,0.34 0,0.344 0.106,0.211 0.344,-0.446 0.176,-0.488 0.234,-0.738 0.234,-1.031 0,-0.386 -0.172,-1.035 -0.359,-1.367 -0.047,-0.086 -0.16,-0.332 -0.242,-0.543 -0.246,-0.609 -1.075,-1.887 -1.524,-2.344 -0.441,-0.453 -0.656,-0.55 -0.433,-0.203 z m -4.774,0.606 c -0.215,0.402 -0.254,0.519 -0.199,0.605 0.109,0.164 0.168,0.113 0.313,-0.293 0.074,-0.207 0.207,-0.555 0.292,-0.765 l 0.161,-0.391 -0.149,0.176 c -0.082,0.093 -0.269,0.394 -0.418,0.668 z m 11.332,1.457 c 0,0.371 -1.109,2.726 -1.32,2.804 -0.109,0.039 -0.309,0.282 -0.555,0.664 -0.328,0.512 -0.144,0.395 0.649,-0.414 0.437,-0.449 0.758,-0.847 1.027,-1.277 l 0.387,-0.621 -0.039,-0.668 c -0.024,-0.363 -0.067,-0.648 -0.098,-0.633 -0.027,0.02 -0.051,0.082 -0.051,0.145 z m 2.676,0.531 c -0.555,0.492 -1.344,1.297 -2.687,2.758 -1.118,1.211 -4.266,3.89 -5.977,5.086 -0.352,0.246 -0.777,0.574 -0.945,0.726 -0.629,0.59 -1.832,1.082 -5.36,2.192 -0.383,0.121 -0.695,0.234 -0.695,0.257 0,0.079 0.75,0.172 1.945,0.235 1.063,0.058 1.399,0.055 2.352,-0.031 0.613,-0.055 1.293,-0.137 1.515,-0.18 0.223,-0.043 0.469,-0.082 0.547,-0.082 0.082,-0.004 0.594,-0.242 1.145,-0.527 0.551,-0.29 1.183,-0.622 1.41,-0.739 0.227,-0.113 0.77,-0.41 1.207,-0.652 1.297,-0.719 1.449,-0.797 1.492,-0.758 0.02,0.02 -0.004,0.074 -0.051,0.121 -0.109,0.102 -0.792,0.516 -1.156,0.699 -0.195,0.098 -0.262,0.168 -0.262,0.27 0,0.254 -0.804,0.711 -2.941,1.664 -0.473,0.211 -0.488,0.223 -0.34,0.289 0.219,0.098 3.278,0.094 3.653,-0.004 0.152,-0.039 0.511,-0.113 0.8,-0.168 0.645,-0.117 0.633,-0.109 1.649,-1.371 0.422,-0.527 0.941,-1.172 1.156,-1.437 0.215,-0.262 0.5,-0.625 0.629,-0.805 0.133,-0.184 0.402,-0.484 0.598,-0.676 0.199,-0.191 0.363,-0.375 0.363,-0.41 0,-0.094 0.566,-0.949 0.629,-0.949 0.027,0 0.051,-0.051 0.051,-0.114 0,-0.062 0.074,-0.199 0.16,-0.3 0.246,-0.285 0.129,-0.289 -0.25,-0.012 -0.188,0.137 -0.367,0.246 -0.403,0.246 -0.035,0 -0.476,0.316 -0.976,0.703 -1.504,1.16 -1.902,1.434 -1.957,1.344 -0.039,-0.063 0.168,-0.254 0.828,-0.777 1.062,-0.84 1.41,-1.125 1.762,-1.446 1.168,-1.062 1.863,-1.722 2.41,-2.277 0.34,-0.344 0.648,-0.652 0.687,-0.684 0.414,-0.336 1.203,-1.414 1.203,-1.64 0,-0.168 -0.824,-0.571 -1.734,-0.848 -0.336,-0.105 -0.844,-0.168 -1.715,-0.223 -0.097,-0.007 -0.328,0.157 -0.742,0.52 z m -48.324,4.621 c 0,0.039 0.117,0.266 0.262,0.508 0.191,0.32 0.312,0.453 0.445,0.5 0.277,0.094 1.43,0.148 1.48,0.074 0.047,-0.078 -0.406,-0.351 -1.351,-0.812 -0.703,-0.344 -0.836,-0.387 -0.836,-0.27 z m 7.137,5.031 c 0.019,0.434 0.066,0.899 0.105,1.028 0.035,0.132 0.078,0.746 0.098,1.363 0.019,0.621 0.058,1.105 0.086,1.078 0.023,-0.027 0.089,-0.25 0.144,-0.496 0.055,-0.246 0.156,-0.68 0.223,-0.957 0.226,-0.938 0.308,-1.652 0.308,-2.652 0,-0.536 -0.019,-0.997 -0.043,-1.02 -0.027,-0.023 -0.254,0.16 -0.507,0.41 l -0.457,0.453 0.043,0.793 z m 22.058,-1.449 c -0.07,0.117 -0.027,0.379 0.051,0.34 0.023,-0.008 0.125,-0.059 0.226,-0.106 0.262,-0.117 0.262,-0.113 0.094,-0.242 -0.199,-0.144 -0.289,-0.144 -0.371,0.008 z m -13.547,0.016 c 0,0.133 0.418,1.023 0.492,1.047 0.043,0.011 0.059,-0.032 0.04,-0.118 -0.016,-0.078 -0.043,-0.25 -0.063,-0.382 -0.047,-0.344 -0.207,-0.625 -0.348,-0.625 -0.066,0 -0.121,0.035 -0.121,0.078 z m -0.543,0.351 c -0.043,0.039 -0.074,0.114 -0.074,0.16 0,0.102 0.297,0.426 0.391,0.426 0.062,0 0.027,-0.234 -0.078,-0.492 -0.071,-0.18 -0.125,-0.203 -0.239,-0.094 z m 7.145,0.699 c -0.235,0.661 -0.274,0.844 -0.176,0.844 0.027,0 0.113,-0.211 0.188,-0.465 0.078,-0.254 0.179,-0.562 0.226,-0.687 0.098,-0.254 0.109,-0.344 0.039,-0.344 -0.027,0 -0.152,0.293 -0.277,0.652 z m -3.758,-0.542 c 0,0.027 0.07,0.113 0.156,0.191 0.172,0.156 0.207,0.098 0.059,-0.106 -0.098,-0.132 -0.215,-0.179 -0.215,-0.085 z m 2.016,0.164 c -0.055,0.05 -0.098,0.144 -0.098,0.211 0,0.062 -0.023,0.113 -0.055,0.113 -0.218,0 -0.328,0.414 -0.172,0.625 0.079,0.101 0.09,0.097 0.137,-0.094 l 0.051,-0.203 0.023,0.242 c 0.055,0.656 0.137,0.637 0.321,-0.07 0.183,-0.699 0.172,-0.887 -0.067,-0.914 -0.023,0 -0.086,0.039 -0.14,0.09 z m -0.871,0.027 c -0.043,0.066 0.156,0.418 0.234,0.418 0.051,0 0.004,-0.328 -0.059,-0.434 -0.039,-0.062 -0.129,-0.054 -0.175,0.016 z m 1.363,1.449 c -0.137,0.887 -0.11,1.43 0.078,1.613 0.074,0.071 0.156,0.106 0.184,0.082 0.054,-0.054 0.039,-2.117 -0.02,-2.429 -0.055,-0.293 -0.105,-0.141 -0.242,0.734 z m -11.723,-0.476 c 0,0.191 -0.347,1.437 -0.535,1.925 -0.086,0.231 -0.309,0.746 -0.492,1.145 -0.473,1.027 -0.438,1.187 0.117,0.527 0.777,-0.929 1.035,-1.504 1.082,-2.433 0.031,-0.661 -0.031,-1.379 -0.113,-1.328 -0.032,0.019 -0.059,0.093 -0.059,0.164 z m 32.813,2.55 c -0.664,0.082 -3.157,0.184 -4.438,0.184 -0.91,0 -1.035,0.012 -1.035,0.094 0,0.109 0.684,1.078 1.086,1.539 0.148,0.172 0.359,0.414 0.469,0.539 0.359,0.414 0.058,0.551 -0.805,0.363 -0.496,-0.105 -0.832,-0.238 -1.492,-0.598 -0.223,-0.121 -0.703,-0.351 -1.071,-0.511 -0.785,-0.344 -2.14,-1.071 -2.464,-1.317 -0.125,-0.093 -0.243,-0.172 -0.262,-0.172 -0.078,0 -0.031,0.219 0.211,0.95 0.422,1.265 0.797,2.925 1.051,4.644 0.101,0.68 0.175,1.793 0.14,2.074 -0.019,0.157 -0.004,0.493 0.035,0.747 0.036,0.257 0.082,0.593 0.102,0.75 0.023,0.156 0.063,0.285 0.094,0.285 0.031,0 0.386,-0.262 0.785,-0.586 0.402,-0.321 0.953,-0.758 1.223,-0.969 0.273,-0.211 0.824,-0.668 1.226,-1.016 0.402,-0.343 0.906,-0.777 1.121,-0.957 0.891,-0.754 1.285,-1.117 1.391,-1.285 0.109,-0.176 0.844,-1.047 0.933,-1.109 0.024,-0.016 0.102,-0.137 0.172,-0.274 0.071,-0.132 0.266,-0.402 0.43,-0.597 0.492,-0.578 2.059,-2.746 2.059,-2.848 0,-0.031 -0.106,-0.043 -0.235,-0.023 -0.125,0.019 -0.453,0.062 -0.726,0.093 z m -32.321,16.758 c -0.07,0.238 -0.183,0.594 -0.25,0.789 -0.152,0.461 -0.152,0.961 0.004,1.352 0.082,0.199 0.125,0.441 0.125,0.722 0,0.391 0.02,0.457 0.289,0.926 0.16,0.278 0.313,0.504 0.34,0.504 0.063,0 0.063,0.031 -0.008,-0.625 -0.031,-0.293 -0.043,-0.558 -0.023,-0.586 0.019,-0.031 0.113,0.02 0.215,0.11 0.164,0.156 0.176,0.156 0.176,0.043 0,-0.071 -0.055,-0.387 -0.122,-0.707 -0.152,-0.708 -0.308,-1.848 -0.312,-2.231 0,-0.371 -0.106,-0.73 -0.215,-0.73 -0.055,0 -0.137,0.16 -0.219,0.433 z m -2.41,1.719 c -0.031,0.148 -0.055,0.387 -0.058,0.527 0,0.141 -0.047,0.321 -0.102,0.399 -0.055,0.082 -0.109,0.336 -0.129,0.582 -0.027,0.355 -0.008,0.504 0.102,0.797 0.273,0.718 0.746,2.324 0.898,3.066 0.129,0.617 0.188,0.789 0.317,0.91 l 0.16,0.149 -0.043,-0.481 c -0.067,-0.797 -0.149,-1.152 -0.496,-2.152 -0.379,-1.094 -0.563,-1.957 -0.532,-2.488 0.004,-0.071 0.047,-0.09 0.129,-0.071 0.094,0.024 0.125,0.004 0.125,-0.086 0,-0.066 0.051,-0.133 0.117,-0.148 0.11,-0.028 0.11,-0.059 -0.035,-0.801 -0.082,-0.422 -0.164,-0.809 -0.183,-0.859 -0.039,-0.11 -0.196,0.269 -0.27,0.656 z m 1.918,1.578 c 0,0.582 0.016,0.703 0.117,0.824 l 0.121,0.141 0.036,-0.149 c 0.113,-0.429 -0.051,-1.496 -0.227,-1.496 -0.027,0 -0.047,0.309 -0.047,0.68 z m -3.558,0.727 c 0.058,0.246 0.113,0.449 0.128,0.449 0.036,0 -0.035,-0.528 -0.109,-0.809 -0.113,-0.414 -0.125,-0.109 -0.019,0.36 z m -0.188,0.793 c 0.219,0.558 0.461,1.046 0.465,0.941 0.008,-0.215 -0.578,-1.582 -0.649,-1.516 -0.015,0.02 0.067,0.278 0.184,0.575 z m 1.395,1.285 c 0,0.801 0.261,2.277 0.492,2.754 0.242,0.504 0.234,0.3 -0.028,-0.762 -0.117,-0.481 -0.214,-0.961 -0.214,-1.07 l 0.004,-0.192 0.113,0.133 c 0.062,0.074 0.219,0.441 0.344,0.816 0.242,0.719 0.429,1.082 0.527,1.024 0.254,-0.152 -0.219,-1.715 -0.676,-2.242 -0.129,-0.149 -0.281,-0.356 -0.336,-0.461 -0.058,-0.11 -0.133,-0.196 -0.164,-0.196 -0.035,0 -0.062,0.086 -0.062,0.196 z m -2.957,0.461 c 0.332,0.613 0.828,1.246 1.566,2.004 l 0.41,0.418 -0.348,-0.418 c -0.207,-0.247 -0.515,-0.743 -0.753,-1.207 -0.399,-0.782 -0.579,-1.04 -0.579,-0.829 0,0.153 -0.109,0.055 -0.347,-0.308 -0.121,-0.18 -0.231,-0.313 -0.246,-0.297 -0.02,0.016 0.117,0.301 0.297,0.637 z m -0.528,1.902 c 0.078,0.578 0.129,0.727 0.641,1.922 0.101,0.242 0.18,0.469 0.168,0.5 -0.012,0.031 -0.141,-0.082 -0.285,-0.25 -0.145,-0.168 -0.289,-0.305 -0.317,-0.305 -0.176,0 0.567,1.414 1.047,1.996 0.379,0.453 0.719,0.774 0.797,0.746 0.035,-0.015 0.012,-0.16 -0.055,-0.351 -0.058,-0.18 -0.113,-0.383 -0.113,-0.445 -0.004,-0.106 0.008,-0.102 0.156,0.031 l 0.16,0.144 -0.043,-0.285 c -0.054,-0.344 0.02,-0.367 0.258,-0.074 0.098,0.117 0.196,0.211 0.223,0.211 0.094,0 0.039,-0.281 -0.141,-0.719 -0.097,-0.246 -0.183,-0.508 -0.183,-0.578 -0.004,-0.125 0,-0.125 0.218,-0.016 0.125,0.059 0.317,0.211 0.43,0.336 0.274,0.305 0.317,0.196 0.188,-0.523 -0.055,-0.301 -0.09,-0.555 -0.082,-0.559 0.296,-0.113 0.351,-0.293 0.207,-0.66 -0.118,-0.293 -0.469,-0.66 -0.469,-0.488 0,0.066 -0.027,0.09 -0.078,0.062 -0.043,-0.023 -0.004,0.035 0.086,0.129 0.297,0.317 0.394,0.621 0.199,0.621 -0.055,0 -0.391,-0.269 -0.75,-0.601 l -0.649,-0.606 -0.121,0.188 c -0.117,0.179 -0.355,0.258 -0.355,0.113 0,-0.039 -0.016,-0.055 -0.035,-0.039 -0.016,0.02 0.011,0.145 0.062,0.281 0.047,0.137 0.063,0.246 0.032,0.246 -0.086,0 -0.696,-0.812 -0.961,-1.277 -0.125,-0.219 -0.243,-0.383 -0.27,-0.371 -0.023,0.016 -0.008,0.297 0.035,0.621 z m 6.086,3.023 c -0.004,0.09 0.016,0.098 0.086,0.04 0.121,-0.094 0.203,-0.375 0.238,-0.809 l 0.032,-0.359 -0.176,0.507 c -0.098,0.282 -0.18,0.559 -0.18,0.621 z m 35.031,-0.234 c -0.156,0.106 -0.3,0.414 -0.25,0.535 0.024,0.067 0.243,0.094 0.981,0.121 1.277,0.047 1.426,0.047 1.496,-0.023 0.078,-0.078 -0.066,-0.188 -0.656,-0.496 -0.399,-0.207 -0.469,-0.223 -0.938,-0.223 -0.344,0 -0.547,0.027 -0.633,0.086 z m 2.946,0.293 c 0,0.016 0.047,0.063 0.109,0.106 0.098,0.074 0.098,0.074 0.024,-0.024 -0.083,-0.098 -0.133,-0.129 -0.133,-0.082 z m -39.395,0.527 c -0.039,0.102 -0.066,0.364 -0.062,0.582 l 0.004,0.395 0.078,-0.273 c 0.183,-0.637 0.164,-1.223 -0.02,-0.704 z m -4.019,0.77 c 0.164,0.281 0.379,0.492 0.242,0.238 -0.11,-0.199 -0.313,-0.48 -0.352,-0.48 -0.015,0 0.032,0.109 0.11,0.242 z m 12.675,3.871 c -0.148,0.023 -0.281,0.074 -0.296,0.109 -0.075,0.223 1.433,1.004 1.668,0.864 0.144,-0.086 0.16,-0.082 0.148,0.039 -0.012,0.14 0.285,0.238 0.504,0.164 0.332,-0.113 0.168,-0.504 -0.211,-0.504 -0.219,0 -0.223,-0.098 -0.016,-0.297 0.106,-0.105 0.176,-0.207 0.153,-0.23 -0.028,-0.024 -0.246,-0.086 -0.489,-0.141 -0.437,-0.102 -0.867,-0.102 -1.461,-0.004 z m -32.136,0.359 c -0.418,0.286 -1.082,0.914 -1.082,1.024 0,0.051 -0.106,0.195 -0.235,0.324 -0.211,0.211 -0.218,0.231 -0.074,0.188 0.082,-0.024 0.281,-0.106 0.438,-0.18 0.152,-0.078 0.461,-0.184 0.679,-0.238 0.989,-0.243 1.063,-0.274 1.364,-0.575 0.16,-0.16 0.273,-0.293 0.253,-0.293 -0.019,0 -0.152,0.055 -0.292,0.121 -0.368,0.172 -1.192,0.34 -1.274,0.258 -0.047,-0.047 0.004,-0.113 0.172,-0.23 0.297,-0.211 0.887,-0.754 0.887,-0.82 0,-0.067 -0.465,0.167 -0.836,0.421 z m 44.097,0.375 c -0.113,0.121 -0.109,0.125 0.067,0.262 l 0.179,0.137 -0.367,0.332 c -0.293,0.265 -0.355,0.348 -0.293,0.406 0.059,0.063 0.192,0.031 0.664,-0.148 0.704,-0.27 0.985,-0.442 1.012,-0.621 0.016,-0.11 -0.012,-0.133 -0.164,-0.133 -0.293,0 -0.383,0.058 -0.383,0.246 0,0.094 -0.011,0.172 -0.023,0.172 -0.141,0 -0.238,-0.125 -0.324,-0.422 -0.11,-0.379 -0.184,-0.426 -0.368,-0.231 z m -41.429,0.11 c -0.375,0.203 -0.426,0.234 -0.606,0.402 -0.101,0.094 -0.215,0.223 -0.25,0.285 -0.058,0.106 -0.047,0.11 0.141,0.074 0.117,-0.023 0.488,-0.16 0.828,-0.308 0.344,-0.149 0.664,-0.266 0.719,-0.266 0.211,0 0.164,-0.086 -0.114,-0.215 -0.304,-0.14 -0.421,-0.136 -0.718,0.028 z m 96.863,-103.883 c 0.059,0.152 -0.008,0.18 -0.582,0.223 -0.297,0.019 -1.125,0.097 -1.836,0.168 -0.715,0.07 -1.594,0.152 -1.949,0.183 -0.36,0.031 -1.43,0.149 -2.383,0.262 -2.023,0.238 -2.816,0.312 -4.082,0.394 -1.914,0.125 -2.133,0.129 -2.133,0.063 0,-0.129 0.289,-0.172 1.824,-0.277 1.727,-0.118 2.137,-0.157 3.032,-0.286 0.988,-0.144 1.503,-0.211 2.164,-0.277 0.906,-0.09 2.257,-0.226 3.554,-0.355 1.907,-0.196 2.344,-0.211 2.391,-0.098 z m -24.082,0.684 c 0.09,0.171 0.086,0.175 -0.219,0.394 -0.359,0.258 -0.887,0.508 -1.078,0.508 -0.277,0.004 -0.246,-0.246 0.047,-0.352 0.098,-0.035 0.266,-0.097 0.371,-0.132 0.102,-0.04 0.313,-0.188 0.465,-0.329 0.152,-0.144 0.289,-0.261 0.301,-0.261 0.015,0 0.066,0.078 0.113,0.172 z m 9.937,0.48 c 0.149,0.02 0.286,0.07 0.297,0.109 0.016,0.043 0.004,0.079 -0.027,0.079 -0.027,0.003 -0.301,0.015 -0.605,0.027 -1.758,0.066 -2.325,0.098 -2.629,0.148 -0.504,0.078 -1.926,0.168 -4.422,0.274 -2.512,0.109 -3.094,0.105 -3.094,-0.035 0,-0.098 0.125,-0.11 3.34,-0.27 2.082,-0.102 4.211,-0.234 5.32,-0.324 0.785,-0.063 1.371,-0.067 1.82,-0.008 z m 1.063,0.164 c 0.074,0.09 0.07,0.098 -0.027,0.063 -0.063,-0.024 -0.141,-0.043 -0.172,-0.043 -0.032,0 -0.055,-0.028 -0.055,-0.059 0,-0.098 0.16,-0.07 0.254,0.039 z m -0.441,-0.043 c 0,0.031 -0.028,0.074 -0.063,0.094 -0.031,0.019 -0.059,-0.004 -0.059,-0.059 0,-0.051 0.028,-0.09 0.059,-0.09 0.035,0 0.063,0.024 0.063,0.055 z m 8.652,0.266 c 0.055,0.062 0.051,0.097 -0.008,0.144 -0.187,0.149 -3.551,0.492 -5.117,0.52 -0.629,0.012 -1.285,0.051 -1.453,0.09 -0.418,0.093 -1.172,0.16 -2.723,0.238 -0.715,0.035 -1.941,0.105 -2.723,0.152 -0.781,0.051 -2.242,0.129 -3.246,0.18 -1.004,0.047 -2.074,0.113 -2.382,0.144 -0.305,0.032 -0.93,0.075 -1.391,0.094 -0.832,0.035 -1.106,0.051 -1.981,0.129 -0.711,0.063 -2.449,0.035 -2.593,-0.039 -0.102,-0.051 -0.118,-0.09 -0.067,-0.176 0.071,-0.129 0.231,-0.199 0.325,-0.144 0.132,0.078 0.632,0.023 0.71,-0.082 0.122,-0.157 0.579,-0.188 2.832,-0.192 1.157,-0.004 2.965,-0.047 4.02,-0.093 1.055,-0.051 2.387,-0.102 2.961,-0.122 0.574,-0.015 1.07,-0.046 1.105,-0.066 0.032,-0.019 0.129,0 0.211,0.043 0.129,0.063 0.203,0.063 0.473,-0.019 0.316,-0.098 1.281,-0.137 2.551,-0.11 0.269,0.008 0.551,0.012 0.617,0.012 0.07,0.004 0.238,-0.024 0.375,-0.059 0.137,-0.035 0.625,-0.09 1.082,-0.125 0.891,-0.062 3.582,-0.328 4.297,-0.426 1.301,-0.175 2.027,-0.207 2.125,-0.093 z m -29.805,0.429 c 0,0.055 -0.043,0.086 -0.105,0.075 -0.153,-0.028 -0.176,-0.168 -0.024,-0.168 0.075,0 0.129,0.039 0.129,0.093 z m -1.066,0.274 c -0.031,0.094 -0.227,0.109 -0.25,0.019 -0.008,-0.031 0.051,-0.066 0.133,-0.078 0.097,-0.011 0.136,0.004 0.117,0.059 z m -0.977,1.004 c 0,0.074 -0.832,0.48 -0.98,0.48 -0.106,0 -1.965,0.656 -2.492,0.875 -0.122,0.055 -0.254,0.16 -0.293,0.239 -0.071,0.152 -0.223,0.144 -0.364,-0.024 -0.234,-0.285 -0.074,-0.351 3.141,-1.348 0.965,-0.3 0.988,-0.308 0.988,-0.222 z m 15.801,0.418 c 0.043,0.066 -0.055,0.136 -0.113,0.082 -0.059,-0.055 -0.047,-0.137 0.019,-0.137 0.032,0 0.074,0.023 0.094,0.055 z m -0.68,0.058 c 0.024,0.035 0.004,0.078 -0.039,0.09 -0.086,0.028 -0.812,0.106 -0.98,0.106 -0.051,0.004 -0.36,0.027 -0.692,0.054 -0.328,0.028 -0.98,0.067 -1.453,0.086 -1.429,0.063 -2.836,0.141 -4.101,0.235 -1.473,0.109 -1.993,0.113 -2.086,0.023 -0.043,-0.039 -0.418,-0.078 -0.973,-0.098 -0.844,-0.027 -1.051,-0.07 -0.922,-0.191 0.028,-0.027 1.278,-0.062 2.774,-0.082 1.5,-0.016 2.765,-0.043 2.816,-0.059 0.051,-0.019 0.691,-0.046 1.422,-0.07 0.73,-0.019 1.637,-0.043 2.012,-0.051 0.371,-0.011 1.015,-0.039 1.429,-0.066 0.535,-0.031 0.762,-0.027 0.793,0.023 z m -57.925,0.637 c 0,0.086 -0.024,0.137 -0.059,0.117 -0.035,-0.019 -0.063,-0.09 -0.063,-0.152 0,-0.067 0.028,-0.117 0.063,-0.117 0.031,0 0.059,0.07 0.059,0.152 z m 57.402,1.5 c 0,0.074 -0.039,0.09 -0.192,0.059 -0.109,-0.02 -0.218,-0.039 -0.253,-0.039 -0.032,0 -0.04,-0.024 -0.02,-0.059 0.023,-0.031 0.137,-0.059 0.254,-0.059 0.152,0 0.211,0.028 0.211,0.098 z m -4.113,0.02 c 0.023,0.035 -0.008,0.062 -0.063,0.062 -0.055,0 -0.082,-0.027 -0.062,-0.062 0.023,-0.032 0.05,-0.059 0.062,-0.059 0.016,0 0.043,0.027 0.063,0.059 z m 2.722,0.062 c -0.023,0.031 -0.051,0.059 -0.066,0.059 -0.016,0 -0.028,-0.028 -0.028,-0.059 0,-0.035 0.032,-0.062 0.067,-0.062 0.035,0 0.047,0.027 0.027,0.062 z m -4.824,0.18 c -0.023,0.031 -0.078,0.058 -0.129,0.058 -0.047,0 -0.09,-0.027 -0.09,-0.058 0,-0.035 0.059,-0.063 0.129,-0.063 0.07,0 0.11,0.028 0.09,0.063 z m 35.656,9.297 c 0.102,0.117 0.039,0.257 -0.14,0.324 -0.078,0.027 -0.231,0.148 -0.336,0.262 -0.114,0.128 -0.309,0.25 -0.489,0.308 -0.168,0.055 -0.347,0.141 -0.406,0.192 -0.055,0.05 -0.222,0.117 -0.371,0.148 -0.144,0.031 -0.324,0.113 -0.398,0.18 -0.075,0.066 -0.227,0.144 -0.34,0.172 -0.113,0.031 -0.457,0.136 -0.766,0.234 -0.562,0.18 -2.062,0.625 -2.289,0.68 -0.066,0.015 -0.41,0.113 -0.765,0.218 -0.801,0.235 -1.004,0.227 -1.086,-0.043 -0.032,-0.109 -0.094,-0.195 -0.141,-0.195 -0.043,0 -0.078,-0.047 -0.078,-0.109 0,-0.184 0.457,-0.348 2.937,-1.067 0.918,-0.265 1.551,-0.476 2.133,-0.703 0.359,-0.14 0.75,-0.289 0.867,-0.328 0.118,-0.043 0.356,-0.125 0.524,-0.187 0.215,-0.082 0.316,-0.094 0.347,-0.047 0.032,0.047 0.129,0.039 0.34,-0.032 0.36,-0.121 0.364,-0.121 0.457,-0.007 z m -28.429,1.148 c 0.015,0.059 0.05,0.281 0.074,0.496 0.191,1.754 1.187,5.973 2.074,8.789 0.453,1.438 0.793,2.473 0.996,3.047 0.098,0.281 0.274,0.777 0.387,1.109 0.293,0.856 0.867,2.399 1.023,2.747 0.071,0.16 0.117,0.328 0.098,0.371 -0.059,0.152 -0.219,0.004 -0.344,-0.328 -0.07,-0.188 -0.152,-0.395 -0.183,-0.457 -0.235,-0.485 -0.918,-2.305 -1.282,-3.411 -0.086,-0.261 -0.207,-0.613 -0.273,-0.777 -0.16,-0.422 -0.477,-1.422 -0.524,-1.672 -0.023,-0.117 -0.066,-0.226 -0.097,-0.246 -0.028,-0.016 -0.055,-0.086 -0.055,-0.156 0,-0.121 -0.07,-0.356 -0.344,-1.125 -0.211,-0.602 -0.308,-0.949 -0.644,-2.332 -0.176,-0.707 -0.344,-1.379 -0.375,-1.492 -0.442,-1.645 -0.844,-3.883 -0.789,-4.426 0.023,-0.231 0.203,-0.324 0.258,-0.137 z m 20.683,1.254 c 0.117,0.043 0.094,0.285 -0.039,0.402 -0.156,0.133 -0.535,0.192 -0.656,0.094 -0.172,-0.137 -0.109,-0.297 0.172,-0.418 0.261,-0.117 0.383,-0.137 0.523,-0.078 z m -15.676,16.09 c 0.305,0.703 0.422,1.078 0.309,1.012 -0.035,-0.024 -0.152,-0.262 -0.262,-0.536 -0.105,-0.269 -0.238,-0.578 -0.289,-0.679 -0.054,-0.102 -0.086,-0.25 -0.074,-0.328 0.016,-0.106 0.102,0.046 0.316,0.531 z m 0.508,1.273 c 0.028,0.078 0.125,0.262 0.223,0.418 0.098,0.153 0.18,0.309 0.18,0.348 0,0.082 0.519,1.254 0.804,1.828 0.102,0.199 0.266,0.453 0.367,0.57 0.102,0.114 0.188,0.239 0.188,0.274 0,0.035 0.406,0.844 0.902,1.793 0.496,0.953 1.106,2.121 1.352,2.597 0.246,0.477 0.629,1.161 0.851,1.524 0.219,0.363 0.618,1.035 0.883,1.496 0.266,0.461 0.688,1.137 0.946,1.508 0.476,0.691 0.523,0.851 0.234,0.851 -0.125,0 -0.156,0.032 -0.156,0.153 0,0.359 -0.348,0.05 -0.793,-0.707 -0.309,-0.524 -0.375,-0.743 -0.235,-0.77 0.078,-0.016 0.02,-0.152 -0.281,-0.648 -1.012,-1.664 -2.879,-5.266 -4.027,-7.774 -0.203,-0.441 -0.446,-0.969 -0.543,-1.164 -0.364,-0.765 -0.43,-0.922 -0.504,-1.187 -0.043,-0.153 -0.094,-0.278 -0.117,-0.278 -0.075,0 -0.403,-0.883 -0.348,-0.937 0.016,-0.016 0.051,0.031 0.074,0.105 z m 37.453,1.492 c 0,0.032 -0.043,0.059 -0.093,0.059 -0.051,0 -0.094,-0.012 -0.094,-0.023 0,-0.016 0.043,-0.039 0.094,-0.059 0.05,-0.02 0.093,-0.008 0.093,0.023 z m -0.308,0.172 c 0,0.028 -0.047,0.067 -0.102,0.09 -0.148,0.055 -0.168,0.043 -0.086,-0.055 0.086,-0.101 0.188,-0.121 0.188,-0.035 z m -7.797,3.618 c 0,0.085 -0.129,0.156 -0.297,0.152 -0.082,0 -0.074,-0.027 0.043,-0.121 0.172,-0.137 0.254,-0.149 0.254,-0.031 z m -0.508,0.23 c -0.031,0.086 -0.777,0.402 -4.129,1.754 -1.344,0.539 -2.765,1.117 -3.156,1.277 -0.391,0.16 -1.352,0.555 -2.133,0.871 -0.781,0.317 -1.512,0.629 -1.617,0.692 -0.106,0.062 -0.227,0.113 -0.27,0.113 -0.039,0 -0.164,0.039 -0.269,0.086 -0.106,0.047 -0.328,0.129 -0.488,0.18 -0.161,0.05 -0.34,0.117 -0.403,0.152 -0.328,0.176 -1.48,0.574 -4.965,1.719 -1.75,0.574 -3.457,1.136 -3.785,1.246 -0.617,0.207 -0.793,0.211 -0.793,0.027 0,-0.07 0.106,-0.148 0.309,-0.234 0.168,-0.071 0.328,-0.125 0.359,-0.125 0.086,0 1.344,-0.422 2.551,-0.852 0.594,-0.215 1.18,-0.406 1.301,-0.426 0.121,-0.023 0.777,-0.238 1.453,-0.48 0.68,-0.238 1.375,-0.469 1.543,-0.512 0.39,-0.093 2.273,-0.769 2.848,-1.019 0.238,-0.106 0.933,-0.379 1.546,-0.61 1.067,-0.398 3.012,-1.164 3.403,-1.332 0.101,-0.047 0.422,-0.175 0.711,-0.289 0.547,-0.215 2.758,-1.109 3.617,-1.461 1.902,-0.785 2.426,-0.957 2.367,-0.777 z m -119.426,11.52 c 0,0.066 -0.058,0.261 -0.133,0.433 -0.07,0.176 -0.238,0.625 -0.375,1.004 -0.277,0.777 -0.398,1.004 -0.496,0.91 -0.046,-0.043 -0.031,-0.207 0.043,-0.531 0.246,-1.074 0.618,-1.934 0.836,-1.934 0.082,0 0.125,0.043 0.125,0.118 z m 11.852,2.164 c 0.125,0.144 1.344,1.328 2.707,2.636 1.578,1.508 2.437,2.375 2.367,2.375 -0.352,0.008 -2.852,-1.593 -3.582,-2.3 -0.34,-0.325 -1.144,-1.375 -1.336,-1.743 -0.168,-0.32 -0.461,-1.16 -0.418,-1.199 0.02,-0.019 0.137,0.086 0.262,0.231 z m -10.781,-0.086 c 0.066,0.062 0.046,0.941 -0.028,1.273 -0.051,0.234 -0.09,0.301 -0.168,0.285 -0.09,-0.015 -0.101,-0.105 -0.086,-0.703 0.008,-0.379 0.032,-0.734 0.051,-0.793 0.031,-0.105 0.152,-0.137 0.231,-0.062 z m 12.421,6.836 c 0.399,0.386 0.754,0.812 1.118,1.347 0.293,0.43 0.578,0.817 0.629,0.86 0.101,0.078 0.136,0.242 0.054,0.242 -0.136,0 -1.183,-0.844 -1.734,-1.399 -0.606,-0.609 -0.719,-0.777 -0.563,-0.828 0.051,-0.015 0.043,-0.101 -0.035,-0.297 -0.058,-0.148 -0.097,-0.324 -0.082,-0.382 0.024,-0.09 0.149,0.003 0.613,0.457 z m 2.469,1.363 c 0.153,0.09 1.321,0.668 2.598,1.285 1.891,0.91 2.367,1.117 2.578,1.117 0.434,0 0.406,0.192 -0.047,0.297 -0.457,0.106 -2.078,0.149 -2.648,0.066 -0.782,-0.109 -0.871,-0.16 -1.43,-0.753 -0.488,-0.516 -1.551,-1.965 -1.551,-2.11 0,-0.121 0.211,-0.078 0.5,0.098 z m 9.461,11.004 c 0,0.09 -0.519,0.734 -0.836,1.039 -0.304,0.297 -1.121,0.726 -1.308,0.691 -0.071,-0.011 0.086,-0.168 0.476,-0.48 0.32,-0.254 0.809,-0.649 1.078,-0.879 0.489,-0.41 0.59,-0.473 0.59,-0.371 z"
-         style="font-size:25.60000038px;fill:#90836a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4677" /><path
-         d="m 167.13727,148.057 c 0.804,0.039 1.148,0.101 1.472,0.277 0.098,0.051 0.25,0.078 0.336,0.063 0.09,-0.016 0.235,0 0.321,0.031 0.089,0.035 0.519,0.086 0.964,0.113 0.442,0.028 0.985,0.094 1.204,0.141 0.222,0.047 0.625,0.129 0.898,0.183 1.348,0.27 2.535,0.719 2.984,1.129 0.129,0.118 0.305,0.266 0.399,0.332 0.105,0.082 0.211,0.262 0.301,0.52 0.187,0.539 0.148,1.125 -0.121,1.785 -0.106,0.262 -0.192,0.504 -0.192,0.531 0,0.063 -0.379,0.496 -0.808,0.926 -0.356,0.359 -1.567,1.297 -2.364,1.824 -0.328,0.223 -0.601,0.438 -0.601,0.481 0,0.097 0.019,0.097 2.351,0.359 1.035,0.113 2.414,0.27 3.063,0.344 1.254,0.141 2.933,0.168 5.367,0.086 2.07,-0.07 7.551,0.101 9.137,0.289 0.39,0.047 0.941,0.101 1.222,0.125 0.282,0.023 0.528,0.066 0.547,0.098 0.059,0.093 -0.226,0.343 -0.465,0.406 -0.125,0.035 -0.379,0.062 -0.566,0.062 -0.188,0 -0.371,0.024 -0.402,0.051 -0.067,0.063 -1.278,0.211 -2.457,0.309 -0.434,0.035 -0.825,0.074 -0.868,0.09 -0.039,0.011 -1.074,0.132 -2.3,0.265 -1.227,0.133 -2.422,0.27 -2.661,0.301 -0.238,0.031 -0.656,0.086 -0.925,0.121 -0.274,0.039 -0.594,0.082 -0.715,0.094 -0.117,0.015 -0.324,0.054 -0.461,0.082 -0.531,0.121 -1.59,0.301 -2.477,0.422 -1.441,0.191 -2.148,0.3 -2.207,0.336 -0.082,0.046 0.008,0.14 0.133,0.14 0.063,0 0.176,0.047 0.25,0.11 0.125,0.097 0.129,0.117 0.043,0.199 -0.172,0.168 -1.488,0.363 -3.754,0.558 -0.594,0.051 -1.25,0.118 -1.453,0.149 -1.418,0.215 -1.84,0.254 -2.828,0.254 -0.957,0 -1.473,0.051 -1.473,0.148 0,0.02 0.071,0.125 0.156,0.231 0.297,0.375 0.208,0.406 -0.464,0.148 -0.254,-0.098 -0.754,-0.289 -1.114,-0.426 -1.05,-0.398 -2.371,-1.004 -2.617,-1.199 -0.25,-0.199 -0.265,-0.246 -0.148,-0.496 0.062,-0.137 0.281,-0.266 1.164,-0.687 0.597,-0.286 1.293,-0.583 1.543,-0.657 0.254,-0.074 0.754,-0.265 1.109,-0.426 0.359,-0.16 0.762,-0.324 0.899,-0.363 0.336,-0.094 0.531,-0.195 1.113,-0.562 0.273,-0.172 0.746,-0.442 1.051,-0.598 0.308,-0.156 0.613,-0.344 0.679,-0.418 0.071,-0.074 0.524,-0.394 1.012,-0.711 0.875,-0.57 2.488,-1.867 2.855,-2.297 0.106,-0.121 0.274,-0.433 0.376,-0.687 0.156,-0.395 0.187,-0.555 0.187,-1 0,-0.75 -0.176,-1.313 -0.41,-1.313 -0.078,0 -0.07,0.035 0.031,0.231 0.316,0.605 0.293,1.293 -0.062,1.769 -0.098,0.133 -0.219,0.324 -0.266,0.426 -0.094,0.195 -0.25,0.348 -0.875,0.856 -1.738,1.41 -3.027,2.332 -3.68,2.628 -0.211,0.098 -0.445,0.231 -0.519,0.293 -0.309,0.27 -2.543,1.313 -3.957,1.848 -0.817,0.309 -1.77,0.621 -2.176,0.707 -0.273,0.059 -0.656,0.484 -0.824,0.918 -0.137,0.348 -0.137,0.379 -0.043,0.52 0.054,0.082 0.246,0.214 0.422,0.296 0.179,0.082 0.707,0.321 1.175,0.536 0.469,0.214 0.918,0.39 1,0.39 0.082,0 0.168,0.031 0.192,0.067 0.066,0.101 0.617,0.32 1.265,0.5 0.723,0.195 1.383,0.468 2.301,0.937 0.621,0.32 0.672,0.356 0.438,0.324 -0.317,-0.043 -1.227,-0.308 -1.442,-0.418 -0.082,-0.046 -0.511,-0.195 -0.953,-0.336 -0.437,-0.136 -1.105,-0.371 -1.484,-0.523 -0.891,-0.352 -1.356,-0.359 -2.356,-0.039 -0.261,0.086 -1.254,0.23 -1.515,0.219 -0.082,0 -0.336,0.019 -0.555,0.05 -0.223,0.032 -0.805,0.098 -1.301,0.149 -0.492,0.051 -1.117,0.117 -1.386,0.148 -0.27,0.032 -0.715,0.071 -0.989,0.09 -0.273,0.02 -0.597,0.067 -0.715,0.098 -0.277,0.078 -2.363,0.152 -3.218,0.117 -0.153,-0.008 -0.5,-0.012 -0.774,-0.008 -2.445,0.043 -4.523,0.028 -8.566,-0.058 -4.934,-0.106 -7.36,-0.207 -8.41,-0.356 -0.223,-0.031 -0.684,-0.086 -1.024,-0.125 -0.34,-0.039 -0.699,-0.105 -0.804,-0.148 -0.102,-0.047 -0.286,-0.098 -0.411,-0.117 -0.207,-0.032 -0.234,-0.059 -0.359,-0.387 -0.406,-1.055 -1.277,-2.031 -2.168,-2.445 -0.883,-0.407 -1.832,-0.567 -3.043,-0.512 -1.277,0.062 -2.184,0.281 -3.266,0.793 -0.988,0.465 -2.527,1.285 -2.5,1.328 0.028,0.043 0.051,0.051 0.692,0.18 0.379,0.078 0.422,0.183 0.051,0.14 -0.383,-0.047 -1.746,-0.199 -2.141,-0.238 -0.488,-0.047 -0.727,-0.086 -1.762,-0.281 -0.441,-0.086 -1.207,-0.215 -1.699,-0.285 -0.496,-0.075 -1.219,-0.211 -1.609,-0.309 -0.391,-0.094 -0.883,-0.211 -1.098,-0.258 -0.359,-0.078 -0.687,-0.195 -0.973,-0.344 -0.218,-0.113 -0.668,-0.058 -0.804,0.102 -0.114,0.129 -0.203,0.148 -1.024,0.211 -1.043,0.082 -3.664,0.09 -3.812,0.012 -0.078,-0.043 -0.051,-0.063 0.125,-0.094 0.121,-0.024 0.234,-0.063 0.254,-0.094 0.031,-0.051 -0.649,-0.496 -1.266,-0.828 -0.531,-0.285 -0.969,-0.352 -3.527,-0.523 -1.649,-0.11 -1.848,-0.133 -1.727,-0.208 0.051,-0.031 0.188,-0.042 0.305,-0.027 0.203,0.027 0.793,0.059 3.711,0.207 1.808,0.094 2.273,0.121 3,0.18 1.351,0.113 2.054,0.18 2.785,0.269 1.258,0.153 1.473,0.118 1.293,-0.218 -0.051,-0.098 -0.074,-0.2 -0.055,-0.231 0.117,-0.187 1.688,-0.406 3.207,-0.453 0.688,-0.019 1.008,-0.008 1.067,0.043 0.105,0.082 1.453,0.078 1.726,-0.008 0.168,-0.054 2.36,-0.097 3.199,-0.066 0.192,0.008 0.414,-0.02 0.485,-0.055 0.086,-0.043 0.633,-0.078 1.527,-0.09 1.512,-0.019 4.215,-0.191 4.309,-0.273 0.031,-0.028 0.043,-0.063 0.027,-0.078 -0.016,-0.016 -0.527,-0.071 -1.141,-0.121 -2.144,-0.176 -3.285,-0.321 -5.777,-0.731 -0.699,-0.113 -1.519,-0.23 -1.828,-0.262 -2.109,-0.203 -3.641,-0.441 -4.344,-0.679 -0.23,-0.078 -0.75,-0.242 -1.16,-0.364 -0.406,-0.121 -0.82,-0.25 -0.914,-0.285 -0.223,-0.078 -0.316,-0.246 -0.23,-0.398 0.035,-0.067 0.062,-0.172 0.062,-0.238 0,-0.164 0.344,-0.258 1.887,-0.512 2.269,-0.371 4.566,-0.637 7.515,-0.867 1.102,-0.086 2.204,-0.18 2.586,-0.219 0.309,-0.031 0.328,-0.043 0.297,-0.172 -0.035,-0.133 -0.015,-0.144 0.317,-0.18 0.195,-0.023 0.441,-0.062 0.543,-0.093 0.101,-0.028 0.367,-0.067 0.585,-0.086 0.223,-0.02 0.528,-0.063 0.68,-0.094 0.156,-0.027 0.356,-0.066 0.449,-0.086 0.094,-0.016 0.172,-0.07 0.172,-0.117 0,-0.047 0.047,-0.113 0.11,-0.145 0.175,-0.09 1.777,-0.238 3.632,-0.336 2.008,-0.105 7.411,-0.129 7.793,-0.035 0.313,0.078 2.196,0.082 4.176,0.008 1.278,-0.047 4.02,-0.066 5.66,-0.043 0.239,0.004 0.586,0.004 0.774,-0.004 0.187,-0.004 0.625,-0.008 0.972,-0.008 0.473,0 0.668,-0.027 0.782,-0.097 0.133,-0.086 0.281,-0.09 1.347,-0.032 0.657,0.036 1.379,0.094 1.598,0.129 0.883,0.141 1.617,0.16 2.012,0.051 0.422,-0.117 1.886,-0.719 1.886,-0.773 0,-0.024 -0.496,-0.075 -1.097,-0.114 -1.637,-0.113 -2.707,-0.289 -3.184,-0.523 -0.344,-0.172 -0.371,-0.492 -0.054,-0.649 0.582,-0.289 5.285,-1.109 5.89,-1.027 0.149,0.024 0.442,0.055 0.649,0.074 0.343,0.036 0.39,0.024 0.449,-0.086 0.133,-0.234 0.722,-0.3 2.945,-0.328 0.781,-0.011 1.785,0 2.227,0.02 z m -0.528,0.469 c 0,0.031 -0.015,0.14 -0.039,0.246 -0.039,0.183 -0.031,0.191 0.094,0.125 0.16,-0.082 0.191,-0.422 0.039,-0.422 -0.051,0 -0.094,0.023 -0.094,0.051 z m -0.59,0.523 c 0.043,0.16 0.157,0.141 0.157,-0.027 0,-0.129 -0.141,-0.282 -0.172,-0.188 -0.016,0.035 -0.008,0.133 0.015,0.215 z m 1.34,0.055 c -0.464,0.133 -0.601,0.152 -0.695,0.097 -0.105,-0.062 -0.117,-0.05 -0.117,0.129 0,0.11 0.035,0.246 0.078,0.301 0.074,0.094 0.098,0.098 0.387,0.004 0.172,-0.051 0.422,-0.145 0.558,-0.203 0.492,-0.211 1.821,-0.403 2.864,-0.418 0.085,0 0.125,-0.027 0.101,-0.067 -0.031,-0.046 -0.43,-0.058 -1.32,-0.039 -1.176,0.024 -1.32,0.039 -1.856,0.196 z m -1.914,0.636 c 0.063,0.207 0.153,0.395 0.192,0.418 0.05,0.032 0.031,0.09 -0.071,0.196 -0.175,0.175 -0.16,0.215 0.207,0.718 0.317,0.426 0.332,0.481 0.157,0.571 -0.176,0.094 -0.418,0.015 -0.805,-0.258 -0.523,-0.375 -0.902,-0.816 -1.027,-1.207 -0.114,-0.34 -0.227,-0.457 -0.336,-0.348 -0.039,0.035 0,0.168 0.101,0.352 0.09,0.164 0.223,0.402 0.293,0.535 0.274,0.523 0.653,0.977 0.875,1.047 0.117,0.035 0.242,0.051 0.278,0.031 0.031,-0.019 0.117,0.02 0.183,0.082 0.106,0.106 0.113,0.149 0.055,0.309 -0.043,0.117 -0.043,0.207 -0.004,0.242 0.031,0.031 0.469,0.086 0.973,0.113 0.503,0.031 1.132,0.082 1.398,0.117 0.266,0.032 0.66,0.043 0.875,0.024 0.398,-0.035 1.586,0.097 2.184,0.246 0.972,0.242 1.211,0.336 1.484,0.594 0.32,0.293 0.348,0.461 0.145,0.804 -0.125,0.211 -0.192,0.243 -0.883,0.477 -1.051,0.351 -1.715,0.48 -2.817,0.551 -0.601,0.035 -1,0.086 -1.082,0.136 -0.07,0.047 -0.289,0.094 -0.484,0.11 -0.418,0.035 -0.574,0.133 -0.348,0.222 0.192,0.071 2.473,0.368 2.848,0.368 0.25,0 0.375,-0.059 1.035,-0.465 0.41,-0.254 0.934,-0.598 1.16,-0.762 0.231,-0.164 0.457,-0.328 0.512,-0.359 0.812,-0.496 1.5,-0.961 1.57,-1.067 0.051,-0.07 0.223,-0.258 0.379,-0.418 0.156,-0.156 0.281,-0.312 0.281,-0.347 0,-0.032 0.082,-0.172 0.176,-0.309 0.61,-0.871 0.461,-1.805 -0.363,-2.316 -0.18,-0.114 -0.305,-0.235 -0.305,-0.297 0,-0.117 -0.238,-0.223 -0.898,-0.395 -0.492,-0.129 -2.012,-0.176 -3.035,-0.093 -0.965,0.082 -2.157,0.269 -2.801,0.449 l -0.473,0.133 0.016,0.226 c 0.008,0.121 0.055,0.348 0.109,0.5 0.07,0.195 0.078,0.293 0.031,0.34 -0.101,0.098 -0.257,-0.023 -0.441,-0.348 -0.086,-0.152 -0.207,-0.324 -0.262,-0.379 -0.093,-0.093 -0.101,-0.089 -0.101,0.024 0,0.187 0.176,0.562 0.386,0.816 0.102,0.125 0.168,0.242 0.149,0.262 -0.086,0.082 -0.488,-0.313 -0.66,-0.641 -0.102,-0.195 -0.254,-0.398 -0.34,-0.449 -0.113,-0.074 -0.137,-0.125 -0.098,-0.195 0.035,-0.067 0.008,-0.242 -0.078,-0.5 l -0.129,-0.399 -0.168,0.086 -0.164,0.082 0.121,0.371 z m -1.148,-0.199 c -0.031,0.051 0.23,0.719 0.426,1.086 0.164,0.301 0.777,0.797 0.875,0.699 0.062,-0.058 -0.063,-0.214 -0.262,-0.316 -0.328,-0.168 -0.68,-0.66 -0.809,-1.121 -0.101,-0.379 -0.156,-0.461 -0.23,-0.348 z m 0.672,0.422 c 0.109,0.316 0.25,0.481 0.34,0.391 0.05,-0.051 -0.368,-0.75 -0.422,-0.707 -0.012,0.007 0.023,0.152 0.082,0.316 z m -3.094,0.25 c -0.371,0.102 -0.695,0.203 -0.723,0.227 -0.023,0.023 0.414,0.039 0.977,0.039 0.558,0 1.016,-0.02 1.016,-0.043 0,-0.02 -0.024,-0.106 -0.055,-0.188 -0.106,-0.265 -0.344,-0.273 -1.215,-0.035 z m -1.852,0.84 c -0.375,0.066 -1.015,0.199 -1.425,0.293 -0.676,0.156 -0.817,0.211 -1.485,0.605 -2.25,1.317 -3.492,2.239 -3.492,2.598 0,0.043 -0.047,0.105 -0.105,0.137 -0.102,0.054 -0.102,0.062 0,0.172 0.062,0.066 0.105,0.211 0.105,0.347 0,0.907 1.543,1.403 4.109,1.321 1.282,-0.043 1.723,-0.149 2.95,-0.715 1,-0.461 1.578,-0.813 2.101,-1.282 0.219,-0.191 0.594,-0.503 0.832,-0.683 0.735,-0.563 1.321,-1.145 1.367,-1.359 0.02,-0.102 0.09,-0.215 0.153,-0.25 0.172,-0.086 0.14,-0.227 -0.055,-0.266 -0.094,-0.02 -0.293,-0.086 -0.445,-0.145 -0.156,-0.062 -0.371,-0.144 -0.485,-0.183 -0.109,-0.043 -0.336,-0.223 -0.5,-0.403 -0.265,-0.293 -0.312,-0.32 -0.429,-0.257 -0.071,0.035 -0.2,0.05 -0.278,0.031 -0.117,-0.027 -0.156,-0.008 -0.183,0.086 -0.024,0.097 -0.082,0.125 -0.254,0.125 -0.121,0 -0.395,0.062 -0.609,0.14 -0.668,0.247 -1.879,0.86 -2.036,1.036 -0.082,0.093 -0.246,0.242 -0.363,0.328 -0.246,0.175 -1.449,0.769 -1.934,0.953 -0.179,0.07 -0.585,0.246 -0.91,0.398 l -0.586,0.278 -0.797,0.019 c -0.828,0.016 -1.031,-0.027 -1.031,-0.215 0,-0.179 0.153,-0.269 0.317,-0.183 0.086,0.047 0.355,0.062 0.761,0.047 0.762,-0.028 0.973,-0.114 2.418,-0.989 1.297,-0.781 2.399,-1.406 3.125,-1.769 0.321,-0.164 0.614,-0.324 0.649,-0.356 0.086,-0.078 -0.633,-0.008 -1.485,0.141 z m 61.715,-1.422 c 0.563,0.168 0.899,0.66 1.196,1.75 0.121,0.438 0.156,0.672 0.128,0.918 -0.05,0.52 -0.203,1.188 -0.375,1.672 -0.089,0.246 -0.16,0.476 -0.16,0.519 0,0.039 0.141,0.102 0.313,0.137 0.465,0.098 0.785,0.281 0.972,0.559 0.094,0.136 0.278,0.351 0.415,0.48 l 0.246,0.231 0,0.64 c 0.004,0.508 -0.028,0.727 -0.145,1.086 -0.207,0.621 -0.566,1.297 -0.883,1.66 -0.148,0.164 -0.648,0.946 -1.113,1.727 -1.66,2.809 -2.105,3.664 -2.52,4.84 -0.214,0.609 -0.253,0.793 -0.253,1.207 0,0.265 0.031,0.551 0.07,0.633 0.066,0.144 0.473,0.355 1.008,0.519 0.136,0.039 0.398,0.141 0.59,0.223 0.367,0.16 1.562,0.316 3.085,0.402 0.614,0.035 0.79,0.067 0.868,0.153 0.25,0.261 0.379,0.429 0.375,0.496 -0.016,0.41 -0.739,1.269 -1.649,1.961 -0.656,0.492 -0.797,0.675 -0.73,0.937 0.047,0.18 -0.071,0.313 -0.508,0.582 -0.215,0.137 -0.313,0.231 -0.289,0.289 0.023,0.063 -0.039,0.11 -0.234,0.16 -0.297,0.082 -0.422,0.196 -0.422,0.379 0.004,0.27 0.058,0.285 0.738,0.184 1.058,-0.153 3.594,-0.321 5.047,-0.332 0.371,-0.004 0.859,-0.047 1.078,-0.094 0.359,-0.078 0.402,-0.074 0.453,0.008 0.035,0.062 0.098,0.082 0.176,0.058 0.094,-0.031 0.133,-0.007 0.16,0.094 0.031,0.113 0.062,0.125 0.281,0.09 0.137,-0.02 0.496,-0.117 0.805,-0.215 0.305,-0.097 0.586,-0.176 0.621,-0.176 0.152,0 -0.105,0.153 -0.469,0.278 -0.515,0.176 -2.347,0.91 -2.39,0.957 -0.051,0.054 0.117,0.004 0.812,-0.246 0.332,-0.121 1.223,-0.391 1.981,-0.606 1.632,-0.457 1.714,-0.488 1.773,-0.637 0.066,-0.171 1.023,-0.464 1.527,-0.464 0.356,0 0.407,0.015 0.457,0.136 0.028,0.075 0.176,0.254 0.321,0.403 0.148,0.148 0.332,0.347 0.406,0.449 0.262,0.34 0.141,0.019 -0.168,-0.445 -0.172,-0.254 -0.309,-0.496 -0.309,-0.539 0,-0.344 0.954,0.906 1.731,2.269 0.16,0.277 0.473,0.805 0.691,1.164 0.219,0.363 0.532,0.899 0.696,1.192 0.164,0.293 0.382,0.668 0.484,0.835 0.762,1.247 3.387,6.844 3.387,7.231 0,0.047 0.136,0.383 0.3,0.742 0.168,0.363 0.325,0.738 0.348,0.84 0.02,0.102 0.078,0.215 0.129,0.254 0.047,0.039 0.09,0.141 0.09,0.223 0,0.082 0.062,0.273 0.144,0.425 0.286,0.539 0.469,1.043 0.473,1.278 0,0.09 -0.019,0.093 -0.121,0.035 -0.125,-0.078 -0.461,-0.789 -0.574,-1.215 -0.032,-0.133 -0.086,-0.281 -0.117,-0.328 -0.09,-0.145 -0.489,-0.942 -0.489,-0.977 0,-0.027 -0.312,-0.695 -0.679,-1.445 -0.196,-0.402 -0.555,-1.211 -0.555,-1.25 0,-0.02 -0.223,-0.484 -0.496,-1.031 -0.274,-0.547 -0.496,-1.004 -0.496,-1.016 0,-0.055 -0.953,-1.914 -1.344,-2.621 -1.434,-2.586 -2.148,-3.699 -3.23,-5.023 -0.348,-0.426 -0.657,-0.836 -0.688,-0.911 -0.027,-0.074 -0.105,-0.136 -0.164,-0.136 -0.313,0 -1.551,0.199 -1.699,0.273 -0.094,0.047 -0.68,0.258 -1.305,0.469 -0.629,0.207 -1.207,0.414 -1.285,0.457 -0.082,0.043 -0.539,0.219 -1.016,0.391 -1.898,0.683 -4.062,1.519 -4.98,1.921 -0.117,0.055 -0.481,0.211 -0.801,0.348 -0.324,0.141 -1.09,0.473 -1.703,0.746 -0.613,0.27 -1.488,0.637 -1.949,0.817 -0.457,0.179 -0.942,0.371 -1.075,0.425 l -0.238,0.094 0.043,0.481 c 0.024,0.261 0.082,0.679 0.133,0.929 0.047,0.246 0.113,0.641 0.144,0.875 0.032,0.235 0.098,0.586 0.149,0.778 0.051,0.195 0.109,0.5 0.133,0.683 0.023,0.18 0.078,0.461 0.121,0.625 0.047,0.164 0.144,0.582 0.219,0.93 0.074,0.344 0.23,0.855 0.343,1.133 0.137,0.328 0.188,0.527 0.149,0.566 -0.129,0.125 -0.375,-0.308 -1.141,-1.996 -0.609,-1.352 -1.18,-3.223 -1.023,-3.371 0.101,-0.102 0.16,0.004 0.34,0.617 0.187,0.66 0.546,1.594 0.578,1.504 0.007,-0.031 -0.035,-0.281 -0.106,-0.559 -0.164,-0.656 -0.429,-2.058 -0.5,-2.621 -0.027,-0.246 -0.062,-0.5 -0.074,-0.562 -0.012,-0.074 0.031,-0.141 0.117,-0.184 0.078,-0.039 0.211,-0.144 0.297,-0.234 0.086,-0.09 0.555,-0.348 1.039,-0.57 1.152,-0.532 1.442,-0.653 3.66,-1.524 1.524,-0.598 1.571,-0.625 1.559,-0.797 -0.008,-0.14 0.039,-0.176 0.578,-0.39 0.32,-0.129 0.906,-0.364 1.297,-0.524 0.39,-0.156 0.906,-0.359 1.144,-0.449 0.239,-0.09 0.575,-0.223 0.743,-0.293 0.171,-0.074 0.414,-0.168 0.543,-0.207 0.253,-0.082 0.359,-0.184 0.187,-0.184 -0.062,0 -0.332,0.039 -0.605,0.09 -0.489,0.09 -0.879,0.227 -2.227,0.781 -0.375,0.157 -0.891,0.368 -1.145,0.473 -0.746,0.305 -1.914,0.832 -1.89,0.856 0.008,0.007 0.191,-0.028 0.398,-0.086 0.293,-0.078 0.399,-0.086 0.453,-0.032 0.047,0.043 0.051,0.09 0.016,0.125 -0.031,0.032 -0.477,0.207 -0.988,0.395 -2.731,1 -3.907,1.504 -6.309,2.691 -1.922,0.95 -2.922,1.461 -2.867,1.461 0.039,0.004 0.699,-0.261 1.227,-0.492 0.187,-0.082 0.605,-0.234 0.929,-0.344 0.324,-0.109 0.668,-0.234 0.762,-0.281 0.133,-0.062 0.195,-0.066 0.258,-0.016 0.097,0.075 0.058,0.239 -0.055,0.239 -0.039,0 -0.277,0.097 -0.531,0.215 -0.254,0.117 -0.797,0.343 -1.207,0.5 -1.715,0.664 -4.942,2.019 -5.762,2.418 -0.363,0.175 -0.703,0.207 -0.703,0.062 0,-0.051 0.086,-0.121 0.187,-0.156 0.102,-0.031 0.184,-0.094 0.184,-0.129 0.004,-0.137 0.785,-0.797 1.332,-1.125 0.742,-0.442 2.156,-1.129 2.32,-1.129 0.121,0 4.223,-1.949 6.43,-3.059 0.461,-0.23 1.168,-0.558 1.578,-0.734 0.813,-0.348 1.653,-0.727 2.938,-1.328 0.461,-0.215 1.14,-0.508 1.511,-0.656 1.075,-0.426 1.086,-0.434 0.5,-0.438 -0.484,0 -1.027,0.055 -1.699,0.176 -0.719,0.125 -2.269,0.359 -2.508,0.375 -0.211,0.012 -0.246,0 -0.238,-0.098 0.012,-0.101 -0.023,-0.109 -0.355,-0.078 -0.34,0.027 -0.387,0.051 -0.61,0.289 -0.261,0.278 -0.328,0.457 -0.14,0.379 0.058,-0.027 0.199,-0.058 0.308,-0.074 0.168,-0.024 0.199,-0.008 0.199,0.086 0,0.082 -0.156,0.203 -0.539,0.414 -1.39,0.773 -2.347,0.976 -3.031,0.648 -0.172,-0.082 -0.355,-0.211 -0.406,-0.285 -0.125,-0.183 -0.188,-0.695 -0.11,-0.894 0.086,-0.219 0.063,-0.215 -0.863,0.097 -2.144,0.727 -3.129,1.098 -5.41,2.043 -2.078,0.86 -4.254,1.703 -4.387,1.703 -0.242,0 -0.039,-0.195 0.399,-0.379 0.461,-0.199 1.039,-0.457 1.918,-0.867 0.281,-0.133 0.422,-0.222 0.355,-0.238 -0.222,-0.039 -0.097,-0.187 0.324,-0.375 0.321,-0.141 0.434,-0.223 0.434,-0.309 0,-0.086 -0.027,-0.105 -0.109,-0.074 -0.227,0.086 -1.325,0.469 -2.411,0.836 -0.617,0.207 -1.292,0.465 -1.5,0.57 -0.203,0.11 -0.585,0.282 -0.851,0.387 -0.266,0.106 -0.969,0.399 -1.563,0.653 -0.597,0.253 -1.25,0.531 -1.453,0.617 -0.207,0.086 -0.859,0.379 -1.453,0.656 -0.597,0.277 -1.254,0.559 -1.465,0.621 -0.207,0.066 -0.425,0.172 -0.484,0.231 -0.055,0.062 -0.273,0.171 -0.484,0.246 -0.211,0.074 -0.438,0.195 -0.508,0.265 -0.227,0.235 -0.793,0.555 -1.559,0.875 -0.738,0.309 -0.871,0.418 -0.574,0.461 0.133,0.02 0.336,-0.062 1.703,-0.68 3.508,-1.585 4.625,-2.078 5.266,-2.324 0.308,-0.117 0.629,-0.215 0.711,-0.215 l 0.144,0.004 -0.152,0.125 c -0.086,0.071 -0.531,0.301 -0.992,0.508 -1.817,0.828 -5.313,2.563 -5.203,2.578 0.062,0.012 0.293,-0.023 0.511,-0.078 0.684,-0.168 1.782,-0.32 2.555,-0.355 3.957,-0.172 7.344,-0.239 8.113,-0.16 0.399,0.039 0.746,0.085 0.778,0.105 0.187,0.109 -0.192,0.145 -1.731,0.148 -0.941,0.004 -1.797,0.028 -1.898,0.051 -0.188,0.043 -0.188,0.043 -0.032,0.082 0.086,0.02 0.641,0.051 1.239,0.067 1.75,0.047 2.078,0.117 1.957,0.422 -0.035,0.085 -0.09,0.101 -0.305,0.07 -1.227,-0.168 -3.863,-0.258 -7.004,-0.242 -2.371,0.011 -3.539,0.121 -4.508,0.41 -0.359,0.109 -0.761,0.121 -0.793,0.023 -0.015,-0.043 -0.156,-0.008 -0.39,0.106 -0.332,0.152 -0.383,0.203 -0.477,0.457 -0.137,0.355 -0.14,0.508 -0.023,1.031 0.113,0.523 0.605,2.371 0.781,2.93 0.07,0.23 0.16,0.511 0.191,0.629 0.036,0.113 0.102,0.316 0.145,0.445 0.047,0.133 0.16,0.484 0.25,0.777 0.094,0.297 0.305,0.934 0.469,1.41 0.168,0.481 0.304,0.93 0.304,1 0,0.071 0.051,0.215 0.118,0.325 0.062,0.109 0.179,0.386 0.257,0.617 0.078,0.226 0.18,0.504 0.227,0.613 0.047,0.109 0.074,0.231 0.062,0.27 -0.015,0.039 0.024,0.136 0.086,0.214 0.063,0.079 0.118,0.227 0.114,0.329 0,0.101 0.054,0.293 0.121,0.425 0.07,0.133 0.265,0.602 0.437,1.047 0.477,1.227 0.641,1.625 0.758,1.852 0.059,0.113 0.109,0.238 0.109,0.277 0,0.039 0.098,0.238 0.215,0.442 0.121,0.203 0.219,0.39 0.219,0.41 0,0.023 0.102,0.23 0.23,0.457 0.473,0.859 0.875,1.765 0.786,1.765 -0.051,0 -0.09,-0.027 -0.09,-0.054 0,-0.032 -0.094,-0.164 -0.207,-0.297 -0.114,-0.133 -0.328,-0.516 -0.473,-0.856 -0.336,-0.797 -0.672,-1.511 -1.125,-2.429 -0.203,-0.407 -0.41,-0.848 -0.457,-0.985 -0.051,-0.133 -0.113,-0.273 -0.141,-0.308 -0.058,-0.071 -0.691,-1.442 -0.691,-1.493 0,-0.019 -0.141,-0.328 -0.312,-0.695 -0.172,-0.363 -0.391,-0.867 -0.485,-1.121 -0.097,-0.254 -0.371,-0.973 -0.609,-1.598 -0.426,-1.109 -0.992,-2.804 -1.848,-5.531 -0.344,-1.094 -0.418,-1.414 -0.41,-1.699 0.008,-0.195 0.031,-0.406 0.051,-0.469 0.043,-0.133 0.011,-0.129 -0.621,0.11 l -0.371,0.136 0.347,0.004 c 0.238,0.004 0.371,0.035 0.43,0.098 0.066,0.078 0.062,0.105 -0.008,0.148 -0.051,0.032 -0.141,0.055 -0.203,0.055 -0.359,0.004 -1.984,0.488 -2.516,0.75 -0.371,0.184 -0.675,0.234 -0.718,0.121 -0.02,-0.051 0.015,-0.199 0.078,-0.332 0.109,-0.23 0.175,-0.277 1.164,-0.762 0.582,-0.285 1.359,-0.648 1.734,-0.808 0.375,-0.16 0.711,-0.317 0.746,-0.344 0.035,-0.031 0.578,-0.281 1.207,-0.559 0.625,-0.277 1.875,-0.843 2.778,-1.261 2.062,-0.957 3.355,-1.539 3.992,-1.793 0.57,-0.235 1.566,-0.696 2.316,-1.078 0.289,-0.149 0.891,-0.407 1.332,-0.575 0.442,-0.168 0.887,-0.339 0.989,-0.382 0.101,-0.043 0.296,-0.118 0.433,-0.168 0.137,-0.051 0.484,-0.192 0.774,-0.309 0.636,-0.262 1.226,-0.484 2.132,-0.805 0.375,-0.129 1.059,-0.375 1.516,-0.543 0.461,-0.172 1.184,-0.425 1.609,-0.57 1.25,-0.422 1.969,-0.676 2.086,-0.734 0.059,-0.032 0.25,-0.086 0.426,-0.125 0.172,-0.039 0.473,-0.164 0.664,-0.274 0.192,-0.113 0.535,-0.273 0.766,-0.359 0.23,-0.086 0.629,-0.235 0.883,-0.336 0.761,-0.301 1.285,-0.465 1.691,-0.527 0.211,-0.032 0.473,-0.079 0.582,-0.098 0.305,-0.059 0.461,0.074 0.598,0.508 0.086,0.281 0.097,0.39 0.043,0.441 -0.125,0.121 -0.282,-0.031 -0.289,-0.281 -0.012,-0.328 -0.133,-0.418 -0.454,-0.336 -0.246,0.062 -0.281,0.101 -0.257,0.312 0.027,0.274 -0.055,0.321 -1.227,0.684 -0.047,0.012 -0.074,0.035 -0.059,0.051 0.016,0.015 0.305,-0.039 0.645,-0.125 0.801,-0.203 0.918,-0.207 0.941,-0.043 0.016,0.097 -0.07,0.187 -0.371,0.394 -0.215,0.149 -0.511,0.328 -0.66,0.399 -0.148,0.074 -0.258,0.144 -0.242,0.156 0.051,0.051 1.199,-0.219 1.734,-0.406 0.129,-0.047 0.164,-0.09 0.137,-0.168 -0.058,-0.184 0.172,-0.332 0.68,-0.442 l 0.48,-0.105 -0.039,-0.18 c -0.019,-0.105 -0.008,-0.218 0.031,-0.265 0.055,-0.063 0.051,-0.082 -0.003,-0.082 -0.098,0 -0.555,-0.481 -0.555,-0.582 -0.004,-0.11 0.117,-0.09 0.453,0.074 0.168,0.082 0.32,0.137 0.332,0.125 0.016,-0.016 -0.07,-0.121 -0.195,-0.235 -0.121,-0.109 -0.223,-0.23 -0.223,-0.265 0,-0.098 0.309,-0.313 0.449,-0.313 0.172,0 0.668,-0.367 1.278,-0.945 0.289,-0.277 0.644,-0.578 0.789,-0.676 0.254,-0.168 0.39,-0.332 0.39,-0.469 0,-0.035 -0.156,-0.062 -0.386,-0.062 -0.211,-0.004 -0.582,-0.031 -0.821,-0.063 -0.238,-0.035 -0.597,-0.074 -0.801,-0.089 -0.878,-0.063 -1.425,-0.157 -1.546,-0.262 -0.071,-0.059 -0.235,-0.145 -0.371,-0.184 -0.411,-0.125 -0.793,-0.336 -1.012,-0.558 -0.278,-0.278 -0.16,-0.485 0.133,-0.235 0.117,0.102 0.121,0.102 0.074,-0.043 -0.028,-0.082 -0.129,-0.238 -0.227,-0.347 -0.183,-0.203 -0.211,-0.282 -0.121,-0.336 0.031,-0.02 0.039,-0.203 0.024,-0.406 -0.024,-0.305 0.007,-0.5 0.164,-1.032 0.109,-0.363 0.269,-0.832 0.355,-1.047 0.27,-0.668 1.172,-2.402 1.477,-2.839 0.16,-0.231 0.347,-0.555 0.414,-0.719 0.066,-0.164 0.156,-0.34 0.199,-0.391 0.047,-0.047 0.172,-0.25 0.285,-0.445 0.113,-0.199 0.266,-0.442 0.344,-0.539 0.074,-0.098 0.234,-0.344 0.351,-0.539 0.122,-0.199 0.278,-0.414 0.356,-0.481 0.207,-0.179 0.516,-0.672 0.703,-1.125 0.188,-0.453 0.316,-1.383 0.258,-1.824 -0.047,-0.34 -0.242,-0.641 -0.461,-0.715 -0.098,-0.031 -0.274,-0.14 -0.395,-0.242 -0.246,-0.211 -0.761,-0.449 -0.847,-0.398 -0.086,0.05 -0.242,0.378 -0.203,0.418 0.019,0.015 0.101,0.031 0.183,0.031 0.156,0 0.543,0.172 0.492,0.219 -0.015,0.015 -0.179,-0.012 -0.355,-0.063 -0.18,-0.055 -0.402,-0.094 -0.496,-0.094 -0.09,0 -0.203,-0.043 -0.246,-0.093 -0.078,-0.09 -0.063,-0.149 0.117,-0.446 0.156,-0.258 0.539,-1.547 0.66,-2.211 0.168,-0.949 0.07,-1.609 -0.328,-2.164 -0.516,-0.722 -0.832,-0.773 -1.832,-0.316 -0.246,0.113 -0.516,0.207 -0.598,0.207 -0.191,0 -1.386,0.816 -3.14,2.148 -0.348,0.27 -0.836,0.633 -1.082,0.813 -0.243,0.179 -0.473,0.344 -0.504,0.371 -0.168,0.125 -0.403,0.254 -0.403,0.215 0,-0.055 0.84,-0.801 1.356,-1.207 2.472,-1.942 3.367,-2.555 4.285,-2.942 0.605,-0.254 0.926,-0.289 1.363,-0.156 z m -1.793,18.871 c -0.043,0.063 -0.054,0.129 -0.031,0.145 0.098,0.054 0.801,0.285 1.035,0.336 0.137,0.027 0.457,0.105 0.711,0.175 0.258,0.067 0.582,0.121 0.723,0.121 0.144,0.004 0.273,0.024 0.289,0.047 0.015,0.024 0.402,0.028 0.855,0.004 0.879,-0.043 1.188,0.004 1.41,0.203 0.071,0.063 0.125,0.153 0.125,0.2 0,0.117 0.102,0.113 0.149,-0.008 0.066,-0.168 0.039,-0.371 -0.059,-0.469 -0.066,-0.062 -0.215,-0.094 -0.48,-0.094 -0.567,-0.004 -2.32,-0.156 -2.641,-0.234 -0.152,-0.035 -0.562,-0.133 -0.91,-0.215 -0.344,-0.078 -0.723,-0.184 -0.832,-0.23 -0.27,-0.114 -0.258,-0.114 -0.344,0.019 z m 4.157,2.031 c -0.395,0.403 -0.446,0.469 -0.247,0.344 0.137,-0.09 0.29,-0.16 0.344,-0.16 0.133,0 0.61,-0.484 0.508,-0.52 -0.043,-0.015 -0.078,-0.07 -0.078,-0.121 0,-0.054 -0.008,-0.086 -0.016,-0.07 -0.008,0.012 -0.238,0.25 -0.511,0.527 z m -1.95,1.442 c -0.285,0.14 -0.304,0.219 -0.082,0.301 0.141,0.05 0.207,0.031 0.449,-0.125 0.239,-0.157 0.258,-0.184 0.118,-0.153 -0.129,0.028 -0.172,0.016 -0.172,-0.054 0,-0.118 -0.02,-0.114 -0.313,0.031 z m -5.761,2.094 c -0.34,0.101 -0.602,0.199 -0.586,0.214 0.043,0.039 1.164,-0.273 1.246,-0.343 0.094,-0.086 -0.008,-0.067 -0.66,0.129 z m 0.953,1.203 c 0.015,0.039 0.097,0.125 0.187,0.187 0.207,0.149 0.883,0.184 0.883,0.043 0,-0.066 -0.098,-0.101 -0.34,-0.133 -0.187,-0.023 -0.41,-0.066 -0.496,-0.101 -0.207,-0.078 -0.262,-0.078 -0.234,0.004 z m -0.137,0.41 c 0,0.078 0.379,0.238 0.566,0.238 0.188,0 0.106,-0.062 -0.242,-0.183 -0.16,-0.055 -0.301,-0.106 -0.308,-0.11 -0.008,-0.004 -0.016,0.02 -0.016,0.055 z m -12.664,7.148 c 0.023,0.02 0.074,0.024 0.121,0.004 0.047,-0.015 0.035,-0.031 -0.039,-0.035 -0.066,-0.004 -0.102,0.012 -0.082,0.031 z m -10.965,0.684 c -0.078,0.047 -0.078,0.055 0.012,0.058 0.058,0 0.121,-0.027 0.144,-0.058 0.047,-0.078 -0.035,-0.078 -0.156,0 z m 0.664,0.191 c -0.097,0.211 -0.199,0.574 -0.144,0.52 0.113,-0.11 0.379,-0.711 0.312,-0.711 -0.039,0 -0.117,0.086 -0.168,0.191 z m -0.219,0.797 c 0.02,0.016 0.055,-0.015 0.079,-0.074 0.031,-0.086 0.027,-0.094 -0.036,-0.035 -0.043,0.043 -0.062,0.09 -0.043,0.109 z m 27.219,-34.258 c 0.027,0.024 0.047,0.082 0.047,0.133 0,0.047 0.125,0.192 0.277,0.32 0.172,0.145 0.344,0.379 0.461,0.622 0.172,0.347 0.192,0.441 0.192,0.968 -0.004,0.739 -0.157,1.352 -0.539,2.125 -0.27,0.543 -0.414,0.754 -0.481,0.692 -0.015,-0.016 0.078,-0.27 0.207,-0.563 0.379,-0.867 0.461,-1.219 0.465,-2.058 0.008,-1.254 -0.277,-1.797 -0.949,-1.797 -0.328,0 -0.629,0.125 -1.027,0.422 -0.172,0.129 -0.368,0.238 -0.426,0.238 -0.059,0 -0.196,0.058 -0.305,0.133 -0.148,0.101 -2.504,1.793 -3.516,2.527 -0.23,0.168 -1.16,0.875 -1.738,1.328 -0.269,0.207 -0.512,0.375 -0.543,0.375 -0.066,0 -0.07,-0.066 -0.008,-0.148 0.059,-0.078 0.899,-0.785 1.207,-1.02 0.524,-0.39 1.051,-0.801 1.661,-1.285 0.351,-0.281 0.781,-0.602 0.949,-0.715 0.172,-0.113 0.504,-0.355 0.742,-0.543 0.543,-0.422 1.848,-1.304 2.281,-1.547 0.324,-0.175 0.949,-0.304 1.043,-0.207 z m 0.328,5.149 c 0.133,0.047 0.34,0.09 0.457,0.097 0.297,0.02 0.305,0.137 0.016,0.18 -0.32,0.051 -0.598,-0.008 -0.731,-0.148 -0.156,-0.168 -0.035,-0.231 0.258,-0.129 z m 2.047,0.312 c 0.238,0.141 0.356,0.446 0.297,0.762 -0.043,0.215 -0.746,1.965 -0.922,2.293 -0.047,0.082 -0.187,0.352 -0.312,0.598 -0.262,0.511 -0.629,1.007 -0.961,1.316 -0.367,0.332 -1.106,1.785 -1.981,3.891 -0.742,1.793 -0.926,2.797 -0.664,3.629 0.149,0.468 -0.191,0.218 -0.387,-0.282 -0.148,-0.383 -0.132,-0.57 0.102,-1.394 0.246,-0.856 0.492,-1.535 0.762,-2.117 0.14,-0.301 0.254,-0.575 0.254,-0.614 0,-0.035 0.082,-0.218 0.183,-0.41 0.102,-0.187 0.356,-0.707 0.571,-1.148 0.21,-0.446 0.429,-0.875 0.484,-0.957 0.289,-0.422 0.719,-1.039 1.016,-1.45 0.328,-0.46 0.578,-0.984 1.117,-2.339 0.332,-0.84 0.343,-1.047 0.093,-1.407 -0.21,-0.3 -0.23,-0.398 -0.085,-0.449 0.152,-0.058 0.226,-0.043 0.433,0.078 z m -12.472,1.426 c 0,0.027 -0.172,0.207 -0.383,0.402 -0.246,0.231 -0.301,0.27 -0.16,0.11 0.125,-0.137 0.273,-0.321 0.332,-0.403 0.097,-0.148 0.211,-0.207 0.211,-0.109 z m -1.114,1.148 c 0,0.059 -0.312,0.43 -0.504,0.598 -0.175,0.156 -1.258,1.391 -2.215,2.527 -0.707,0.844 -1.054,1.329 -1.054,1.481 0,0.129 -0.137,0.336 -0.992,1.48 -0.188,0.254 -0.536,0.774 -0.774,1.149 -0.234,0.379 -0.457,0.719 -0.496,0.758 -0.172,0.179 -0.469,0.687 -0.437,0.761 0.035,0.09 0.437,0.184 0.535,0.125 0.035,-0.019 0.062,-0.175 0.062,-0.347 0.004,-0.168 0.055,-0.418 0.113,-0.547 0.172,-0.363 1.727,-2.61 2.297,-3.32 0.278,-0.344 0.621,-0.774 0.762,-0.957 0.402,-0.516 1.531,-1.821 1.594,-1.844 0.172,-0.059 -0.02,0.222 -0.766,1.121 -0.453,0.547 -0.906,1.109 -1.004,1.246 -1.109,1.566 -1.488,2.125 -1.851,2.738 -0.235,0.395 -0.504,0.805 -0.598,0.91 -0.176,0.2 -0.203,0.27 -0.266,0.719 -0.039,0.293 -0.003,0.309 0.329,0.121 0.328,-0.179 0.433,-0.125 0.433,0.231 0,0.16 -0.039,0.347 -0.086,0.418 -0.152,0.23 -0.515,0.394 -0.98,0.449 -1.125,0.133 -1.321,0.16 -1.508,0.199 -0.164,0.039 -0.246,0.016 -0.445,-0.117 -0.328,-0.219 -0.414,-0.512 -0.157,-0.512 0.063,0 0.079,-0.047 0.055,-0.168 -0.023,-0.113 -0.004,-0.203 0.067,-0.269 0.121,-0.117 0.277,-0.129 0.285,-0.024 0.004,0.039 0.011,0.125 0.015,0.192 0.012,0.136 0.45,0.324 0.754,0.324 l 0.184,0 -0.196,-0.16 c -0.191,-0.157 -0.195,-0.176 -0.152,-0.492 0.039,-0.293 0.059,-0.325 0.18,-0.313 0.109,0.012 0.207,-0.098 0.523,-0.57 0.43,-0.649 0.512,-0.782 0.793,-1.297 0.539,-0.988 2.469,-3.543 3.793,-5.024 0.516,-0.578 1.594,-1.644 1.66,-1.644 0.028,0 0.047,0.027 0.047,0.058 z m -108.234,0.043 c -0.043,0.016 -0.098,0.016 -0.117,-0.003 -0.02,-0.024 0.015,-0.036 0.082,-0.032 0.07,0 0.086,0.016 0.035,0.035 z m -2.730999,0.192 c 0.52,0.055 0.219,0.125 -0.539,0.125 -0.492,0 -0.64,-0.016 -0.621,-0.074 0.028,-0.082 0.602,-0.11 1.16,-0.051 z m -4.3,0.004 c 0.988,0.023 1.808,0.047 1.824,0.054 0.019,0.008 -0.078,0.051 -0.215,0.102 -0.176,0.063 -0.602,0.098 -1.438,0.117 -1.125,0.028 -1.214,0.039 -1.546,0.188 -0.356,0.156 -0.356,0.156 -0.172,0.199 0.101,0.027 0.312,0.051 0.465,0.055 0.152,0.004 0.32,0.031 0.371,0.066 0.121,0.074 -0.879,0.074 -1.672,-0.004 -0.321,-0.031 -0.918,-0.086 -1.328,-0.121 -0.95,-0.082 -1.621,-0.277 -1.469,-0.426 0.094,-0.09 0.949,-0.164 2.922,-0.246 0.254,-0.012 1.273,-0.004 2.258,0.016 z m 7.999999,0.398 c 0.195,0.039 0.457,0.11 0.582,0.16 0.226,0.094 0.234,0.09 0.234,-0.027 0,-0.094 0.023,-0.113 0.105,-0.082 0.063,0.02 0.235,0.062 0.387,0.09 0.363,0.07 0.449,0.101 0.949,0.375 0.442,0.242 0.637,0.258 0.567,0.047 -0.047,-0.145 0.012,-0.149 0.476,-0.055 0.528,0.109 1.004,0.379 1.481,0.836 0.305,0.293 0.472,0.414 0.551,0.394 0.129,-0.031 0.429,0.25 0.734,0.692 0.109,0.156 0.215,0.281 0.234,0.281 0.02,0 0.075,-0.047 0.118,-0.101 0.07,-0.094 0.097,-0.071 0.238,0.238 0.172,0.375 0.23,0.414 0.324,0.207 0.059,-0.121 0.09,-0.082 0.336,0.406 0.203,0.406 0.305,0.543 0.406,0.555 0.086,0.012 0.199,0.121 0.297,0.285 0.09,0.145 0.199,0.266 0.246,0.266 0.047,0 0.149,0.086 0.227,0.195 0.078,0.105 0.39,0.441 0.695,0.746 l 0.559,0.555 0.867,0 c 1.055,0 2.316,-0.098 2.695,-0.207 0.153,-0.047 0.586,-0.157 0.961,-0.243 0.371,-0.089 0.805,-0.21 0.957,-0.273 0.153,-0.059 0.543,-0.207 0.867,-0.324 0.325,-0.121 0.809,-0.324 1.082,-0.449 0.274,-0.129 1.09,-0.489 1.817,-0.801 0.73,-0.317 1.359,-0.621 1.406,-0.688 0.047,-0.062 0.246,-0.175 0.441,-0.246 0.196,-0.07 0.411,-0.176 0.481,-0.234 0.066,-0.059 0.387,-0.207 0.711,-0.328 0.324,-0.125 0.711,-0.274 0.867,-0.332 0.152,-0.063 0.414,-0.129 0.586,-0.153 0.629,-0.082 0.68,-0.183 0.215,-0.449 -0.785,-0.441 0.289,-0.535 1.332,-0.113 0.387,0.156 0.441,0.168 0.504,0.082 0.066,-0.086 0.117,-0.082 0.527,0.035 0.25,0.07 0.598,0.207 0.777,0.301 0.176,0.097 0.336,0.176 0.356,0.176 0.094,0 0,-0.2 -0.25,-0.528 -0.332,-0.426 -0.34,-0.582 -0.035,-0.57 0.402,0.019 1.508,0.68 2.054,1.23 0.188,0.188 0.375,0.344 0.418,0.344 0.039,0 0.118,0.113 0.176,0.254 0.059,0.141 0.172,0.371 0.25,0.52 0.113,0.203 0.137,0.316 0.11,0.488 -0.028,0.16 0.015,0.437 0.144,0.933 0.106,0.387 0.246,1.016 0.32,1.395 0.086,0.434 0.168,0.715 0.231,0.762 0.058,0.043 0.121,0.218 0.148,0.418 0.024,0.187 0.102,0.679 0.168,1.09 0.067,0.414 0.141,0.949 0.16,1.199 0.02,0.246 0.051,0.648 0.075,0.894 0.062,0.727 0.07,0.813 0.117,2.02 0.035,0.918 0.062,1.148 0.133,1.148 0.07,0 0.078,0.129 0.043,0.719 -0.028,0.473 -0.02,0.719 0.019,0.719 0.035,0 0.141,-0.305 0.235,-0.672 0.093,-0.371 0.179,-0.684 0.191,-0.699 0.012,-0.012 0.019,0.418 0.019,0.957 -0.003,0.539 0.02,1.371 0.055,1.847 0.098,1.371 -0.023,3.223 -0.332,4.993 -0.051,0.296 -0.137,0.781 -0.187,1.078 -0.051,0.293 -0.157,0.754 -0.239,1.015 -0.222,0.735 -0.246,0.867 -0.136,0.867 0.05,0 0.382,-0.097 0.734,-0.214 0.844,-0.286 2.18,-0.672 3.422,-0.989 0.269,-0.07 0.711,-0.191 0.976,-0.269 0.262,-0.078 0.637,-0.16 0.825,-0.18 l 0.343,-0.039 -0.043,-0.676 -0.046,-0.679 0.191,-0.18 c 0.102,-0.102 0.238,-0.184 0.301,-0.184 0.152,0 2.062,-0.636 2.144,-0.715 0.035,-0.031 0.125,-0.062 0.2,-0.062 0.109,0 0.16,-0.059 0.234,-0.277 0.144,-0.411 0.41,-0.657 0.41,-0.383 0,0.238 0.125,0.176 0.375,-0.188 0.281,-0.406 0.418,-0.539 0.5,-0.492 0.027,0.02 0.035,0.098 0.016,0.172 -0.071,0.273 0.105,0.215 0.547,-0.18 0.539,-0.484 0.773,-0.656 0.957,-0.711 0.211,-0.062 0.175,0.047 -0.137,0.434 -0.313,0.383 -0.367,0.586 -0.141,0.516 0.078,-0.02 0.25,-0.09 0.383,-0.153 0.133,-0.062 0.289,-0.113 0.344,-0.113 0.058,0 0.211,-0.086 0.344,-0.195 0.636,-0.512 1.515,-1.02 1.265,-0.731 -0.117,0.137 -0.023,0.184 0.207,0.102 0.285,-0.098 0.324,-0.09 0.196,0.047 -0.059,0.066 -0.114,0.168 -0.118,0.226 -0.004,0.063 -0.117,0.203 -0.25,0.317 -0.453,0.382 -1.343,1.562 -1.25,1.652 0.02,0.019 0.297,-0.078 0.61,-0.219 0.722,-0.328 1.742,-0.66 2.011,-0.66 0.196,0 0.575,0.203 0.575,0.309 0,0.023 -0.278,0.183 -0.618,0.351 -1.07,0.531 -1.144,0.664 -0.343,0.602 0.957,-0.078 2.543,0.183 4.383,0.719 0.449,0.128 1.035,0.273 1.308,0.32 0.461,0.078 0.934,0.211 1.094,0.308 0.047,0.028 0.039,0.063 -0.02,0.106 -0.109,0.078 -0.195,0.273 -0.117,0.273 0.027,0 0.27,-0.039 0.531,-0.086 0.262,-0.05 0.5,-0.074 0.532,-0.058 0.113,0.07 0.043,0.215 -0.168,0.336 -0.258,0.144 -0.25,0.215 0.011,0.078 0.098,-0.051 0.254,-0.117 0.348,-0.149 0.125,-0.043 0.172,-0.097 0.172,-0.207 0,-0.187 0.078,-0.195 0.199,-0.015 0.055,0.074 0.106,0.121 0.121,0.101 0.016,-0.015 0.239,-0.437 0.496,-0.933 0.258,-0.5 0.543,-1.016 0.633,-1.153 0.176,-0.269 0.344,-0.324 0.344,-0.109 -0.004,0.105 -0.234,0.715 -0.473,1.227 -0.058,0.125 0.145,0.082 0.539,-0.11 0.477,-0.23 0.926,-0.316 1.149,-0.222 0.148,0.066 0.172,0.058 0.258,-0.075 0.214,-0.332 0.953,-0.957 1.648,-1.398 0.758,-0.481 2.363,-1.289 3.07,-1.551 0.219,-0.078 0.676,-0.269 1.016,-0.426 0.754,-0.347 1.531,-0.629 1.723,-0.629 0.273,0 0.527,0.172 0.558,0.375 0.078,0.504 0.098,0.879 0.039,0.879 -0.105,0 -0.25,-0.34 -0.25,-0.59 0,-0.132 -0.019,-0.25 -0.047,-0.265 -0.023,-0.016 -0.254,0.203 -0.507,0.484 -0.688,0.754 -1.415,1.356 -2.469,2.039 -0.555,0.364 -0.571,0.379 -0.43,0.45 0.129,0.062 0.152,0.132 0.215,0.664 0.043,0.328 0.074,0.847 0.078,1.148 0.008,0.625 0,0.617 0.547,0.727 0.18,0.039 0.496,0.136 0.703,0.218 0.207,0.086 0.391,0.145 0.402,0.133 0.016,-0.015 -0.117,-0.152 -0.289,-0.305 -0.175,-0.156 -0.293,-0.308 -0.269,-0.343 0.023,-0.043 0.168,-0.059 0.371,-0.039 0.43,0.031 0.98,0.304 1.601,0.789 0.547,0.425 0.618,0.429 0.676,0.015 0.137,-0.961 0.164,-1.476 0.11,-2.152 -0.032,-0.402 -0.047,-0.809 -0.032,-0.91 0.016,-0.098 -0.058,-0.539 -0.16,-0.985 -0.207,-0.875 -0.222,-0.984 -0.129,-0.929 0.075,0.047 0.332,0.859 0.473,1.496 0.074,0.336 0.156,0.535 0.277,0.672 0.278,0.312 0.469,0.672 0.645,1.226 0.094,0.289 0.195,0.524 0.23,0.524 0.078,0 0.012,-0.711 -0.113,-1.25 -0.051,-0.211 -0.078,-0.395 -0.066,-0.407 0.035,-0.035 0.566,0.942 0.656,1.208 0.09,0.261 0.187,0.308 0.383,0.191 0.082,-0.047 0.25,-0.121 0.379,-0.16 0.269,-0.082 0.363,-0.039 0.836,0.383 0.335,0.296 2.382,2.586 2.652,2.968 0.32,0.45 1.031,1.059 1.328,1.133 0.141,0.039 0.438,0.16 0.66,0.274 0.223,0.109 0.504,0.234 0.625,0.269 0.121,0.039 0.574,0.231 1.012,0.43 0.644,0.297 0.785,0.387 0.785,0.492 0,0.172 0.313,0.449 0.504,0.449 0.199,0 0.363,0.168 0.363,0.375 0,0.223 -0.23,0.793 -0.64,1.582 -0.192,0.367 -0.348,0.735 -0.348,0.809 0,0.09 -0.102,0.23 -0.281,0.39 -0.153,0.137 -0.278,0.286 -0.278,0.336 0,0.047 0.125,0.184 0.278,0.305 0.683,0.543 3.804,4.961 3.804,5.387 0,0.047 0.075,0.226 0.164,0.394 0.086,0.168 0.2,0.414 0.247,0.547 0.046,0.129 0.187,0.383 0.312,0.563 0.285,0.418 1.164,2.187 1.492,3.004 0.137,0.343 0.324,0.949 0.41,1.343 0.09,0.395 0.27,1.028 0.403,1.407 0.133,0.379 0.316,0.929 0.406,1.226 0.09,0.297 0.23,0.738 0.312,0.985 0.168,0.527 0.329,1.117 0.575,2.16 0.101,0.414 0.211,0.804 0.246,0.867 0.121,0.219 0.453,1.715 0.601,2.711 0.27,1.793 0.418,3.433 0.375,4.187 l -0.039,0.684 -0.23,0.234 c -0.129,0.125 -0.613,0.551 -1.078,0.938 -1.106,0.926 -2.727,1.961 -4.567,2.918 -1.226,0.64 -2.07,1.164 -2.082,1.297 -0.004,0.066 -0.039,0.316 -0.07,0.554 -0.039,0.262 -0.039,0.512 -0.008,0.621 0.059,0.204 0.004,0.914 -0.191,2.411 -0.184,1.429 -0.207,1.539 -0.383,1.785 -0.414,0.593 -1.793,2.113 -2.469,2.726 -0.512,0.469 -0.789,0.77 -0.871,0.942 -0.062,0.14 -0.148,0.258 -0.184,0.258 -0.039,0 -0.218,0.105 -0.398,0.238 -0.18,0.133 -0.355,0.238 -0.391,0.238 -0.035,0 -0.476,0.316 -0.976,0.703 -1.504,1.16 -1.902,1.434 -1.957,1.344 -0.039,-0.063 0.168,-0.254 0.828,-0.777 1.062,-0.84 1.41,-1.125 1.762,-1.446 1.168,-1.062 1.863,-1.722 2.41,-2.277 0.34,-0.344 0.648,-0.652 0.687,-0.684 0.41,-0.336 1.203,-1.414 1.203,-1.636 0,-0.137 -0.535,-0.43 -1.257,-0.688 -0.637,-0.23 -1.071,-0.316 -1.825,-0.363 l -0.511,-0.031 -0.602,0.531 c -0.551,0.488 -1.34,1.297 -2.683,2.754 -1.118,1.211 -4.266,3.89 -5.977,5.086 -0.352,0.246 -0.777,0.574 -0.945,0.726 -0.629,0.59 -1.832,1.082 -5.36,2.192 -0.383,0.121 -0.695,0.234 -0.695,0.257 0,0.079 0.75,0.172 1.945,0.235 1.063,0.058 1.399,0.055 2.352,-0.031 0.613,-0.055 1.293,-0.137 1.515,-0.18 0.223,-0.043 0.469,-0.082 0.547,-0.082 0.082,-0.004 0.594,-0.238 1.145,-0.527 0.551,-0.29 1.183,-0.622 1.41,-0.739 0.227,-0.113 0.77,-0.41 1.207,-0.652 1.297,-0.719 1.449,-0.797 1.492,-0.758 0.02,0.02 -0.004,0.074 -0.051,0.121 -0.109,0.102 -0.792,0.516 -1.156,0.699 -0.195,0.098 -0.262,0.168 -0.262,0.27 0,0.258 -0.804,0.711 -2.941,1.664 -0.473,0.211 -0.488,0.223 -0.34,0.289 0.219,0.098 3.278,0.094 3.653,-0.004 0.152,-0.039 0.511,-0.113 0.8,-0.168 0.645,-0.117 0.633,-0.109 1.649,-1.371 0.422,-0.527 0.941,-1.172 1.156,-1.437 0.215,-0.262 0.5,-0.625 0.629,-0.805 0.133,-0.184 0.402,-0.484 0.598,-0.676 0.199,-0.191 0.363,-0.375 0.363,-0.41 0,-0.094 0.566,-0.949 0.629,-0.949 0.027,0 0.051,-0.051 0.051,-0.114 0,-0.066 0.07,-0.195 0.152,-0.285 l 0.156,-0.168 -0.078,0.18 c -0.164,0.375 -0.617,1.199 -0.719,1.316 -0.058,0.063 -0.14,0.196 -0.183,0.293 -0.278,0.622 -3.082,4.289 -3.414,4.461 -0.063,0.032 -0.184,0.059 -0.274,0.059 -0.086,0 -0.32,0.043 -0.515,0.094 -0.422,0.113 -0.571,0.3 -0.571,0.718 0,0.274 -0.004,0.286 -0.675,1.207 -0.106,0.141 -0.364,0.461 -0.579,0.715 -0.218,0.254 -0.48,0.586 -0.582,0.731 -0.226,0.32 -0.683,0.832 -1.054,1.176 -0.145,0.132 -0.262,0.277 -0.262,0.312 0,0.141 -0.766,1.066 -1.52,1.84 -1.023,1.047 -3.207,2.949 -4.929,4.293 -0.293,0.226 -0.293,0.23 -0.293,0.59 0,0.25 0.031,0.394 0.101,0.468 0.082,0.09 0.09,0.149 0.032,0.364 -0.036,0.14 -0.082,0.332 -0.102,0.422 -0.02,0.101 -0.074,0.164 -0.141,0.164 -0.066,0 -0.339,0.297 -0.695,0.758 -0.594,0.765 -2.066,2.292 -2.215,2.292 -0.137,-0.003 0.102,-0.359 0.602,-0.898 0.722,-0.777 1.25,-1.41 1.656,-2.004 0.527,-0.762 0.523,-0.75 0.449,-1.086 -0.035,-0.16 -0.117,-0.586 -0.187,-0.945 -0.153,-0.801 -0.504,-2.211 -0.719,-2.867 -0.188,-0.575 -0.945,-2.442 -1.348,-3.325 -0.16,-0.343 -0.382,-0.863 -0.5,-1.148 -0.113,-0.289 -0.246,-0.59 -0.289,-0.672 l -0.078,-0.148 -0.469,0.433 c -0.796,0.743 -1.742,1.246 -2.363,1.262 l -0.301,0.008 -0.144,-0.539 c -0.192,-0.723 -0.246,-1.496 -0.156,-2.192 0.078,-0.589 0.523,-2.007 0.742,-2.363 0.066,-0.113 0.125,-0.242 0.125,-0.289 0,-0.043 -0.133,-0.184 -0.293,-0.309 -0.164,-0.125 -0.567,-0.449 -0.895,-0.722 -0.328,-0.27 -0.629,-0.492 -0.664,-0.492 -0.039,0 -0.109,0.086 -0.156,0.191 -0.547,1.238 -0.551,1.25 -0.309,1.094 0.09,-0.055 0.176,-0.086 0.192,-0.071 0.015,0.016 -0.11,0.422 -0.285,0.907 -0.172,0.48 -0.313,0.925 -0.313,0.988 0,0.062 0.223,0.559 0.496,1.098 0.274,0.543 0.512,1.062 0.531,1.156 0.036,0.18 -0.23,1.289 -0.386,1.609 -0.051,0.106 -0.082,0.293 -0.075,0.418 0.02,0.223 0.028,0.231 0.27,0.231 0.473,0 1.465,0.73 2.23,1.644 0.18,0.215 0.61,0.668 0.95,1.012 0.343,0.344 0.625,0.644 0.625,0.672 0,0.027 0.043,0.051 0.093,0.051 0.141,0 0.172,0.148 0.082,0.402 -0.042,0.125 -0.082,0.348 -0.082,0.496 -0.007,0.254 -0.296,1.09 -0.507,1.453 -0.2,0.352 0.054,2.153 0.636,4.465 0.118,0.477 0.203,0.914 0.188,0.973 -0.016,0.058 0.039,0.351 0.121,0.648 0.082,0.297 0.148,0.645 0.148,0.77 0,0.125 0.051,0.371 0.118,0.547 0.062,0.175 0.16,0.523 0.218,0.769 0.059,0.246 0.176,0.66 0.258,0.918 0.082,0.258 0.188,0.633 0.235,0.836 0.046,0.203 0.222,0.894 0.394,1.535 0.352,1.336 0.461,1.801 0.629,2.715 0.066,0.359 0.152,0.672 0.191,0.695 0.039,0.02 0.27,-0.039 0.512,-0.136 1.832,-0.727 3.527,-1.09 5.395,-1.161 0.957,-0.035 1.004,-0.031 1.515,0.125 1.555,0.481 2.512,0.75 2.641,0.75 0.078,0 0.215,0.043 0.297,0.098 0.086,0.051 0.195,0.078 0.25,0.059 0.261,-0.098 2.91,1.175 3.332,1.605 0.07,0.07 0.336,0.289 0.594,0.481 1.031,0.781 1.718,1.445 2.332,2.257 0.187,0.246 0.261,0.469 0.156,0.461 -0.028,-0.004 -0.172,-0.097 -0.324,-0.207 -0.153,-0.109 -0.446,-0.3 -0.649,-0.425 -0.207,-0.122 -0.472,-0.297 -0.598,-0.391 -0.226,-0.172 -0.425,-0.223 -0.425,-0.109 0,0.031 0.113,0.125 0.254,0.21 0.293,0.18 1.746,1.524 1.695,1.571 -0.07,0.07 -0.633,0.058 -0.898,-0.016 -0.153,-0.047 -0.477,-0.129 -0.719,-0.183 -0.414,-0.094 -0.449,-0.094 -0.602,0.003 -0.226,0.141 -0.203,0.196 0.113,0.274 0.274,0.066 0.461,0.199 0.383,0.273 -0.019,0.02 -0.242,0 -0.488,-0.043 -0.266,-0.05 -0.93,-0.086 -1.625,-0.093 -1.508,-0.012 -1.453,-0.008 -1.414,-0.106 0.039,-0.109 -0.156,-0.156 -0.648,-0.156 -0.356,0 -0.524,0.051 -1.817,0.57 -0.781,0.313 -1.48,0.606 -1.555,0.653 -0.179,0.113 -1.191,0.546 -3.168,1.367 -0.277,0.113 -0.679,0.261 -0.898,0.328 -0.219,0.062 -0.676,0.226 -1.016,0.359 -0.339,0.133 -1.019,0.367 -1.515,0.52 -1.231,0.379 -1.317,0.41 -1.34,0.48 -0.012,0.039 0.086,0.199 0.219,0.36 0.32,0.394 0.804,1.246 0.875,1.546 0.047,0.204 0.031,0.293 -0.094,0.559 -0.172,0.363 -0.117,0.434 0.234,0.316 0.203,-0.07 1.141,-0.218 1.793,-0.285 1.18,-0.117 4.02,0.442 5.891,1.16 0.75,0.286 0.953,0.387 1.648,0.833 0.856,0.546 1.305,1.093 1.371,1.667 0.02,0.165 0.11,0.512 0.2,0.778 0.152,0.441 0.16,0.531 0.132,1.222 -0.031,0.813 -0.304,2.274 -0.566,3.02 -0.641,1.848 -1.961,4.34 -3.184,6.012 -1.054,1.449 -2.75,3.16 -3.628,3.664 -0.774,0.449 -0.954,0.367 -0.582,-0.258 0.124,-0.215 0.445,-0.75 0.707,-1.188 1.234,-2.07 1.582,-3.351 1.582,-5.808 0,-1.176 -0.133,-1.668 -0.739,-2.711 l -0.207,-0.352 -0.269,0.036 c -0.418,0.054 -1.887,0.453 -2.586,0.703 -0.86,0.3 -1.164,0.461 -1.918,1.004 -1.004,0.726 -1.328,0.933 -2.414,1.562 -1.106,0.633 -2.328,1.254 -2.481,1.254 -0.066,0 -0.343,0.09 -0.617,0.203 -0.863,0.352 -2.062,0.699 -3.144,0.91 -1.153,0.223 -1.848,0.266 -2.54,0.149 -0.242,-0.043 -0.585,-0.059 -0.773,-0.039 -0.687,0.078 -0.891,0.062 -1.332,-0.106 -0.238,-0.09 -0.48,-0.191 -0.539,-0.222 -0.184,-0.098 -0.293,-0.067 -0.813,0.234 -0.531,0.308 -2.066,1.051 -2.785,1.348 -0.234,0.093 -0.496,0.238 -0.586,0.32 -0.379,0.34 -1.039,0.59 -2.484,0.941 -0.723,0.176 -0.988,0.199 -0.988,0.086 0,-0.027 0.101,-0.082 0.222,-0.121 0.321,-0.101 0.907,-0.43 0.942,-0.527 0.027,-0.09 0.043,-0.09 -0.762,0.078 -0.355,0.074 -0.465,0.074 -0.387,0 0.02,-0.02 0.223,-0.098 0.457,-0.176 0.661,-0.223 0.625,-0.262 -0.332,-0.387 -0.656,-0.086 -1.074,-0.226 -1.113,-0.367 -0.043,-0.164 -0.242,-0.14 -0.953,0.098 -0.344,0.113 -0.738,0.207 -0.883,0.207 -0.141,0 -0.484,0.066 -0.762,0.141 -0.3,0.085 -0.535,0.121 -0.586,0.093 -0.043,-0.027 -0.25,-0.035 -0.457,-0.015 -0.558,0.054 -1.535,-0.075 -2.656,-0.348 -1.027,-0.25 -1.25,-0.332 -1.433,-0.523 -0.063,-0.063 -0.258,-0.168 -0.434,-0.235 -1.152,-0.441 -2.805,-1.394 -3.801,-2.203 -0.422,-0.336 -1.125,-0.824 -1.566,-1.086 -0.442,-0.262 -0.969,-0.57 -1.172,-0.687 -0.203,-0.121 -0.594,-0.301 -0.867,-0.403 -0.274,-0.101 -0.61,-0.242 -0.742,-0.308 -0.227,-0.11 -0.282,-0.114 -0.645,-0.051 -0.219,0.039 -0.5,0.113 -0.621,0.164 -0.313,0.129 -0.844,0.262 -1.055,0.262 -0.246,0 -0.316,0.086 -0.586,0.722 -0.23,0.543 -1.152,2.575 -1.402,3.086 -0.23,0.473 -0.266,0.821 -0.195,1.844 0.058,0.832 0.105,1.102 0.382,2.121 0.29,1.059 0.575,1.859 0.778,2.18 0.105,0.16 0.172,0.75 0.082,0.75 -0.094,0 -1.387,-0.957 -1.887,-1.395 -0.234,-0.203 -0.801,-0.746 -1.266,-1.207 -0.871,-0.871 -1.011,-1.066 -1.859,-2.601 -0.246,-0.446 -0.738,-1.586 -1.07,-2.481 -0.063,-0.164 -0.137,-0.332 -0.168,-0.371 -0.031,-0.039 -0.094,-0.34 -0.145,-0.672 -0.066,-0.472 -0.074,-0.832 -0.027,-1.691 0.129,-2.457 0.945,-4.551 2.742,-7.031 0.598,-0.829 0.832,-0.989 1.852,-1.293 1.136,-0.34 2.25,-0.532 3.418,-0.582 0.507,-0.028 2.027,0.187 2.843,0.394 0.305,0.078 0.766,0.176 1.02,0.211 0.258,0.039 0.617,0.094 0.805,0.125 0.632,0.109 2.191,0.289 3.093,0.359 0.914,0.075 2.704,0.036 2.801,-0.054 0.028,-0.028 -0.351,-0.176 -0.844,-0.332 l -0.894,-0.282 -0.434,-0.414 c -0.363,-0.347 -0.472,-0.418 -0.644,-0.418 -0.113,0 -0.344,-0.035 -0.512,-0.082 -0.168,-0.046 -0.613,-0.164 -0.988,-0.265 -0.746,-0.199 -1.887,-0.594 -2.668,-0.93 -0.274,-0.117 -1.11,-0.414 -1.856,-0.656 -1.836,-0.602 -2.636,-0.879 -2.726,-0.949 -0.129,-0.098 -1.274,-0.129 -1.699,-0.047 -1.172,0.222 -2.778,0.75 -3.508,1.152 -0.184,0.102 -0.574,0.395 -0.867,0.652 -0.293,0.258 -0.551,0.469 -0.579,0.469 -0.023,0 -0.046,-0.082 -0.046,-0.18 0,-0.285 0.437,-1.042 1.003,-1.753 0.129,-0.161 0.235,-0.313 0.235,-0.344 0,-0.149 -0.711,0.035 -2.336,0.613 -0.449,0.16 -0.832,0.289 -0.852,0.289 -0.121,0 0.114,-0.156 0.547,-0.367 0.457,-0.223 1.449,-0.52 2.481,-0.742 0.203,-0.043 0.445,-0.137 0.539,-0.203 0.179,-0.129 0.301,-0.157 0.301,-0.075 0,0.028 -0.149,0.239 -0.332,0.465 -0.18,0.227 -0.364,0.473 -0.403,0.547 -0.129,0.242 0.133,0.164 1.082,-0.32 0.848,-0.43 0.981,-0.469 0.985,-0.301 0.003,0.039 0.043,0.063 0.086,0.051 0.437,-0.094 1.433,-0.356 1.468,-0.387 0.024,-0.023 -0.035,-0.043 -0.129,-0.043 -0.121,0 -0.179,-0.035 -0.203,-0.121 -0.023,-0.078 -0.101,-0.137 -0.215,-0.16 -0.152,-0.027 -0.175,-0.059 -0.148,-0.168 0.019,-0.07 0.016,-0.148 -0.008,-0.172 -0.051,-0.051 -0.328,0.129 -0.473,0.305 -0.136,0.172 -0.289,0.179 -0.289,0.011 0,-0.175 0.329,-0.472 0.524,-0.472 0.172,0 0.469,-0.156 0.469,-0.246 0,-0.028 -0.055,-0.055 -0.122,-0.055 -0.3,0 -0.324,-0.07 -0.07,-0.219 0.383,-0.222 0.309,-0.316 -0.242,-0.316 -0.27,0 -0.309,0.019 -0.426,0.191 -0.262,0.391 -0.359,0.504 -0.828,0.961 -0.473,0.457 -0.648,0.531 -0.574,0.246 0.031,-0.121 0.012,-0.144 -0.106,-0.144 -0.109,-0.004 -0.062,-0.047 0.2,-0.211 0.425,-0.262 1.054,-0.801 1.054,-0.906 0,-0.211 -0.449,-0.024 -1.238,0.523 -0.359,0.246 -0.656,0.414 -0.711,0.395 -0.176,-0.067 0.031,-0.391 0.535,-0.832 0.274,-0.235 0.469,-0.438 0.43,-0.45 -0.066,-0.023 -0.672,0.25 -0.957,0.434 -0.16,0.101 -0.184,0.105 -0.25,0.019 -0.063,-0.085 -0.121,-0.07 -0.527,0.122 -0.368,0.175 -0.59,0.347 -1.133,0.875 -0.371,0.363 -0.711,0.742 -0.754,0.843 -0.047,0.102 -0.266,0.344 -0.492,0.539 -0.438,0.375 -0.489,0.453 -0.274,0.399 0.086,-0.024 0.117,-0.012 0.09,0.035 -0.043,0.062 -0.527,0.219 -0.562,0.176 -0.012,-0.008 -0.039,-0.098 -0.059,-0.199 -0.039,-0.168 0.012,-0.243 0.633,-0.926 0.711,-0.785 1.215,-1.27 1.691,-1.614 0.418,-0.304 0.547,-0.543 0.242,-0.449 -0.191,0.059 -1.425,0.867 -1.953,1.281 -0.254,0.2 -0.496,0.364 -0.535,0.364 -0.105,0 0.094,-0.196 0.645,-0.641 0.265,-0.215 0.468,-0.402 0.453,-0.418 -0.02,-0.019 -0.254,0.078 -0.524,0.215 -0.547,0.273 -0.668,0.238 -0.414,-0.121 0.145,-0.203 1.047,-0.941 1.582,-1.289 0.375,-0.246 1.258,-0.746 1.637,-0.926 0.324,-0.152 1.07,-0.555 1.918,-1.027 0.98,-0.547 3.609,-1.774 3.797,-1.77 0.047,0 0.469,-0.148 0.937,-0.328 0.926,-0.355 1.993,-0.672 2.535,-0.754 0.649,-0.094 1.301,-0.219 1.336,-0.254 0.063,-0.058 -0.031,-0.148 -0.644,-0.629 -0.992,-0.777 -2.117,-1.922 -2.117,-2.156 0,-0.062 -0.11,-0.226 -0.246,-0.363 -0.219,-0.219 -0.305,-0.36 -0.219,-0.36 0.012,0 0.324,0.243 0.691,0.543 0.719,0.59 0.938,0.747 0.985,0.7 0.015,-0.016 -0.176,-0.289 -0.426,-0.606 -0.633,-0.793 -0.789,-1.199 -0.344,-0.883 0.117,0.086 0.215,0.118 0.246,0.082 0.063,-0.058 -0.058,-0.449 -0.211,-0.683 -0.051,-0.078 -0.152,-0.328 -0.226,-0.559 -0.078,-0.23 -0.176,-0.449 -0.223,-0.484 -0.047,-0.035 -0.289,-0.082 -0.535,-0.102 -0.477,-0.039 -0.856,-0.14 -0.926,-0.246 -0.031,-0.047 -0.082,-0.043 -0.168,0.008 -0.066,0.043 -0.16,0.062 -0.203,0.043 -0.121,-0.047 -0.324,-0.356 -0.633,-0.953 -0.152,-0.297 -0.437,-0.82 -0.629,-1.164 -0.191,-0.348 -0.394,-0.711 -0.445,-0.809 -0.09,-0.172 -0.328,-0.535 -0.961,-1.465 -0.531,-0.773 -1.211,-1.547 -2.297,-2.617 -0.976,-0.961 -1.902,-1.785 -2.461,-2.191 -0.246,-0.18 -0.304,-0.332 -0.121,-0.332 0.211,0 0.805,0.472 2.024,1.617 1.109,1.039 1.382,1.281 1.679,1.484 0.141,0.098 0.457,0.449 0.711,0.785 0.25,0.336 0.629,0.817 0.844,1.067 0.219,0.25 0.539,0.672 0.723,0.933 0.371,0.543 1.187,2.043 1.582,2.911 0.218,0.476 0.281,0.57 0.379,0.543 0.062,-0.016 0.277,0.003 0.476,0.039 0.32,0.062 0.449,0.05 1.117,-0.082 0.836,-0.172 1.043,-0.239 1.145,-0.352 0.035,-0.043 0.551,-0.219 1.148,-0.391 2.121,-0.609 3.633,-1.195 6.125,-2.379 0.867,-0.41 1.633,-0.773 1.7,-0.8 0.066,-0.032 0.234,-0.125 0.371,-0.207 0.136,-0.082 0.316,-0.18 0.402,-0.215 0.488,-0.211 0.996,-0.488 1.797,-0.985 l 0.902,-0.558 0.406,-0.735 c 0.223,-0.402 0.504,-0.902 0.633,-1.109 0.25,-0.414 0.863,-1.082 0.934,-1.019 0.023,0.023 -0.008,0.367 -0.071,0.761 -0.058,0.399 -0.093,0.739 -0.074,0.758 0.024,0.02 0.207,-0.094 0.414,-0.25 0.254,-0.187 0.45,-0.402 0.594,-0.644 0.492,-0.825 0.938,-1.497 1.008,-1.516 0.055,-0.02 0.074,0.094 0.074,0.398 0,0.254 0.027,0.422 0.067,0.422 0.066,0 1.382,-1.168 1.941,-1.726 0.34,-0.336 0.336,-0.364 -0.035,-0.18 -0.309,0.148 -0.387,0.125 -0.539,-0.168 -0.215,-0.406 -0.274,-0.894 -0.242,-1.973 0.031,-0.98 0.039,-1.039 0.378,-2.316 0.305,-1.168 0.395,-1.418 0.817,-2.273 0.5,-1.02 0.492,-1.012 0.664,-1.243 0.101,-0.14 0.101,-0.199 0.016,-1.097 -0.055,-0.524 -0.098,-1.032 -0.098,-1.125 l 0,-0.176 0.176,0.16 c 0.172,0.16 0.32,0.207 0.32,0.102 0,-0.203 -0.563,-2.09 -0.773,-2.586 -0.071,-0.164 -0.184,-0.125 -0.434,0.148 -0.441,0.485 -2.848,2.817 -3.524,3.414 -0.374,0.332 -0.835,0.754 -1.023,0.934 -0.809,0.789 -2.387,1.988 -3.711,2.82 -1.363,0.859 -1.578,0.992 -2.07,1.258 -0.274,0.148 -0.863,0.453 -1.313,0.676 -0.547,0.269 -0.914,0.496 -1.117,0.687 -0.375,0.352 -0.887,0.645 -2.32,1.313 -3.309,1.547 -4.192,1.953 -5.203,2.394 -2.141,0.938 -2.117,0.934 -4.09,0.922 -1.551,-0.012 -2.844,-0.156 -4.168,-0.473 -0.711,-0.168 -0.938,-0.25 -1.137,-0.398 l -0.246,-0.191 0.031,-0.481 c 0.035,-0.504 0.27,-1.219 0.543,-1.668 0.125,-0.207 0.133,-0.254 0.063,-0.472 -0.039,-0.133 -0.098,-0.368 -0.125,-0.52 -0.028,-0.152 -0.106,-0.57 -0.176,-0.934 -0.07,-0.359 -0.141,-0.925 -0.156,-1.254 -0.039,-0.761 -0.102,-0.902 -0.848,-1.882 -0.187,-0.246 -0.449,-0.625 -0.578,-0.84 -0.133,-0.211 -0.289,-0.442 -0.348,-0.508 -0.121,-0.141 -0.945,-1.453 -1.234,-1.973 -0.109,-0.195 -0.32,-0.574 -0.473,-0.843 -0.152,-0.274 -0.269,-0.563 -0.269,-0.668 0,-0.11 -0.289,-0.766 -0.739,-1.668 -0.726,-1.465 -1.218,-2.555 -1.609,-3.547 -0.109,-0.278 -0.254,-0.641 -0.316,-0.805 -0.258,-0.652 -0.864,-2.367 -1.047,-2.961 -0.445,-1.437 -0.641,-2.015 -0.742,-2.211 -0.235,-0.457 -0.817,-2.703 -0.723,-2.793 0.113,-0.109 0.23,0.129 0.465,0.946 0.488,1.714 1.031,3.363 1.437,4.386 0.129,0.328 0.45,1.137 0.707,1.793 1.192,3.02 2.555,6.106 3.274,7.414 0.144,0.266 0.453,0.828 0.683,1.258 0.231,0.426 0.575,1.031 0.758,1.344 0.879,1.469 1.012,1.668 1.145,1.687 0.097,0.012 0.152,0.082 0.199,0.239 0.035,0.125 0.113,0.269 0.172,0.324 0.097,0.098 0.101,0.09 0.066,-0.117 -0.051,-0.301 0.031,-0.282 0.461,0.093 0.195,0.172 0.606,0.532 0.91,0.793 0.305,0.262 0.707,0.614 0.895,0.778 1.004,0.875 1.668,1.371 3.125,2.332 0.808,0.535 1.269,0.894 1.269,0.992 0,0.105 -0.269,0.051 -0.582,-0.121 -0.175,-0.098 -0.855,-0.328 -1.523,-0.512 -1.766,-0.492 -2.922,-0.883 -3.567,-1.207 -0.179,-0.09 -0.339,-0.148 -0.359,-0.129 -0.023,0.02 0,0.235 0.043,0.477 0.074,0.39 0.098,0.441 0.234,0.469 0.086,0.015 0.29,0.121 0.45,0.226 0.347,0.234 1.683,0.859 2.793,1.309 0.773,0.312 0.898,0.39 1.433,0.914 0.207,0.203 0.219,0.207 0.688,0.191 0.261,-0.008 0.933,-0.105 1.5,-0.219 0.562,-0.109 1.094,-0.187 1.183,-0.171 0.207,0.043 1.973,-0.524 2.965,-0.95 1,-0.433 2.785,-1.285 2.91,-1.394 0.055,-0.047 0.332,-0.223 0.621,-0.391 0.286,-0.168 0.672,-0.41 0.86,-0.539 0.187,-0.133 0.621,-0.43 0.961,-0.664 1.199,-0.836 1.89,-1.434 2.902,-2.527 0.668,-0.719 1.93,-2.504 1.984,-2.805 0.016,-0.102 0.141,-0.926 0.278,-1.828 0.25,-1.668 0.297,-2.211 0.187,-2.211 -0.07,0 -0.668,0.684 -0.929,1.066 -0.102,0.141 -0.227,0.399 -0.286,0.567 -0.378,1.144 -0.742,1.828 -0.886,1.679 -0.059,-0.062 -0.289,-1.535 -0.352,-2.253 -0.039,-0.457 -0.109,-0.625 -0.172,-0.418 -0.101,0.339 -0.218,1.601 -0.218,2.347 0,1.504 -0.063,2.246 -0.215,2.442 -0.27,0.347 -0.778,0.867 -0.817,0.828 -0.023,-0.02 0.035,-0.309 0.133,-0.641 0.164,-0.582 0.168,-0.648 0.133,-1.543 -0.082,-2.074 -0.82,-4.351 -1.699,-5.246 l -0.125,-0.125 -0.824,0.164 c -0.536,0.106 -0.848,0.145 -0.891,0.106 -0.082,-0.079 0.117,-0.215 0.433,-0.297 0.594,-0.157 1.09,-0.328 1.579,-0.543 0.55,-0.242 1.671,-0.922 1.671,-1.012 0,-0.047 -0.355,-0.082 -0.621,-0.066 -0.175,0.011 -1.269,-0.172 -1.711,-0.286 -0.48,-0.125 -1.753,-0.636 -2.164,-0.867 -0.281,-0.16 -1.742,-1.656 -1.648,-1.687 0.031,-0.012 0.348,0.113 0.703,0.277 0.352,0.164 0.652,0.289 0.664,0.277 0.016,-0.015 -0.207,-0.335 -0.492,-0.718 -0.281,-0.379 -0.711,-0.969 -0.953,-1.313 -0.559,-0.789 -0.586,-0.824 -1.371,-1.668 -0.36,-0.386 -1.004,-1.14 -1.426,-1.672 -0.426,-0.535 -1.125,-1.386 -1.555,-1.894 -0.851,-1.012 -1.211,-1.496 -1.949,-2.633 -0.602,-0.93 -1.113,-1.668 -1.816,-2.629 l -0.543,-0.75 -0.926,-0.043 c -0.508,-0.023 -1.551,-0.035 -2.317,-0.023 -1.375,0.019 -1.398,0.019 -1.917,0.203 -1.227,0.43 -4.376,1.93 -5.032,2.398 -0.535,0.383 -0.687,0.653 -1.258,2.219 -0.281,0.781 -0.351,0.902 -0.449,0.805 -0.062,-0.063 0.071,-0.692 0.274,-1.278 0.168,-0.496 0.109,-0.531 -0.297,-0.179 -0.231,0.199 -0.426,0.437 -0.547,0.675 -0.176,0.336 -0.555,0.813 -0.688,0.868 -0.027,0.011 -0.164,-0.067 -0.3,-0.172 -0.133,-0.106 -0.286,-0.176 -0.336,-0.156 -0.141,0.05 -0.129,0.121 0.16,1.128 0.191,0.668 0.121,0.688 -0.137,0.036 -0.305,-0.77 -0.422,-1.184 -0.422,-1.477 0,-0.184 -0.031,-0.269 -0.121,-0.324 -0.07,-0.039 -0.125,-0.09 -0.125,-0.11 0,-0.019 0.16,-0.136 0.36,-0.253 0.582,-0.348 1.015,-0.727 1.234,-1.075 0.203,-0.324 0.558,-1.23 0.73,-1.875 0.051,-0.187 0.145,-0.457 0.207,-0.593 0.125,-0.274 1.297,-1.618 2.227,-2.551 0.539,-0.547 0.582,-0.606 0.57,-0.821 -0.008,-0.265 -0.101,-0.527 -0.234,-0.671 -0.086,-0.09 -0.149,-0.387 -0.328,-1.602 -0.09,-0.582 -0.199,-2.852 -0.153,-3.102 0.047,-0.238 0.407,-1.039 0.707,-1.582 l 0.196,-0.343 -0.227,-0.524 c -0.125,-0.285 -0.406,-0.773 -0.617,-1.086 -0.949,-1.394 -1.363,-2.082 -2.059,-3.453 -0.621,-1.23 -0.656,-1.383 -0.402,-1.754 0.102,-0.144 0.254,-0.371 0.344,-0.504 0.086,-0.132 0.39,-0.55 0.672,-0.929 0.769,-1.035 1.011,-1.379 1.125,-1.61 0.054,-0.117 0.183,-0.257 0.289,-0.312 0.101,-0.055 0.183,-0.149 0.183,-0.207 0,-0.055 -0.109,-0.453 -0.242,-0.883 -0.133,-0.43 -0.285,-0.969 -0.34,-1.195 -0.054,-0.227 -0.144,-0.442 -0.195,-0.481 -0.086,-0.058 -0.09,-0.129 -0.035,-0.512 0.035,-0.246 0.094,-0.457 0.133,-0.468 0.039,-0.012 0.125,-0.145 0.191,-0.297 0.07,-0.152 0.305,-0.539 0.527,-0.863 1.317,-1.926 3.891,-4.497 5.567,-5.559 0.336,-0.215 0.945,-0.637 1.351,-0.938 1.036,-0.761 1.055,-0.773 1.477,-1.132 0.211,-0.176 0.473,-0.36 0.582,-0.407 0.309,-0.128 1.32,-0.738 1.531,-0.918 0.426,-0.371 3.473,-2.175 4.516,-2.675 0.894,-0.426 0.969,-0.457 1.648,-0.637 0.512,-0.137 0.555,-0.137 1.051,-0.055 0.285,0.047 0.656,0.106 0.828,0.129 0.172,0.024 0.34,0.063 0.375,0.082 0.031,0.024 0.406,0.106 0.832,0.192 0.422,0.082 0.879,0.207 1.016,0.273 0.133,0.066 0.359,0.121 0.504,0.121 0.14,0 0.515,0.09 0.836,0.203 1.496,0.524 2.105,0.707 2.164,0.653 0.051,-0.055 0.668,-1.657 0.902,-2.352 0.09,-0.277 0.469,-1.961 0.582,-2.602 0.035,-0.195 0.102,-0.519 0.153,-0.714 0.046,-0.2 0.144,-0.731 0.218,-1.184 0.098,-0.594 0.156,-0.82 0.219,-0.82 0.047,0 0.086,-0.047 0.086,-0.106 0.004,-0.058 0.043,-0.562 0.09,-1.121 0.07,-0.84 0.078,-2.793 0.019,-4.453 0,-0.051 -0.043,-0.375 -0.09,-0.719 -0.265,-1.863 -0.269,-1.886 -0.453,-2.769 -0.089,-0.41 -0.234,-0.676 -0.476,-0.864 -0.117,-0.089 -0.473,-0.394 -0.785,-0.679 -0.602,-0.547 -1.633,-1.242 -1.856,-1.254 -0.242,-0.016 -0.316,0.012 -0.441,0.152 -0.098,0.11 -0.211,0.149 -0.559,0.18 -0.449,0.043 -0.594,0.09 -3.183,0.992 -0.868,0.301 -1.774,0.609 -2.016,0.684 -0.242,0.074 -0.606,0.207 -0.805,0.289 -0.203,0.086 -0.812,0.308 -1.355,0.492 -0.543,0.184 -1.031,0.387 -1.082,0.445 -0.051,0.063 -0.246,0.157 -0.434,0.211 -0.187,0.055 -0.41,0.125 -0.496,0.153 -0.348,0.125 -1.93,0.472 -2.566,0.566 -0.735,0.109 -0.895,0.164 -0.895,0.297 0,0.051 -0.023,0.09 -0.047,0.09 -0.281,0.007 -0.879,0.136 -1.09,0.234 -0.484,0.227 -1.832,0.363 -4.058,0.418 -1.899,0.047 -2.024,0.043 -2.227,-0.062 -0.121,-0.063 -0.281,-0.114 -0.363,-0.114 -0.258,0 -1.434,-0.179 -2.207,-0.336 -0.406,-0.086 -0.938,-0.191 -1.172,-0.234 -0.652,-0.125 -0.715,-0.145 -0.715,-0.211 0,-0.035 0.082,-0.047 0.211,-0.023 0.117,0.023 0.227,0.015 0.242,-0.012 0.032,-0.047 -0.601,-0.625 -1.566,-1.438 l -0.231,-0.191 -0.796,0.082 c -0.558999,0.055 -0.870999,0.117 -1.046999,0.203 -0.137,0.07 -0.344,0.125 -0.461,0.125 -0.649,-0.004 -0.871,0.016 -1.324,0.125 -0.688,0.164 -1.223,0.391 -1.43,0.598 -0.184,0.183 -0.313,0.226 -0.352,0.109 -0.015,-0.039 -0.097,-0.019 -0.238,0.063 -0.23,0.136 -0.43,0.164 -0.43,0.058 0,-0.07 0.774,-0.82 1.332,-1.289 l 0.371,-0.312 -0.218,0 c -0.242,-0.004 -1.012,0.175 -1.219,0.285 -0.074,0.035 -0.199,0.066 -0.277,0.066 -0.078,0 -0.442,0.098 -0.809,0.215 -0.477,0.156 -0.758,0.285 -0.988,0.461 -0.715,0.543 -1.235,1.148 -1.66,1.926 -0.321,0.594 -0.786,1.312 -0.914,1.429 -0.141,0.122 -0.266,0.082 -0.215,-0.07 0.019,-0.058 0.175,-0.39 0.347,-0.746 0.172,-0.352 0.297,-0.66 0.274,-0.68 -0.024,-0.023 -0.231,0.121 -0.461,0.317 -0.481,0.414 -0.613,0.672 -0.875,1.707 -0.09,0.355 -0.18,0.644 -0.207,0.644 -0.133,0 0.117,-1.347 0.32,-1.726 0.152,-0.289 0.395,-1.262 0.387,-1.551 -0.016,-0.418 0.387,-1.355 0.973,-2.273 0.542,-0.844 0.941,-1.317 1.824,-2.161 0.394,-0.379 0.718,-0.722 0.718,-0.761 0,-0.196 -1.085,0.527 -1.812,1.207 -0.23,0.215 -0.445,0.39 -0.477,0.39 -0.168,0 0.059,-0.492 0.536,-1.179 0.496,-0.711 0.445,-0.739 -0.653,-0.348 -0.148,0.055 -0.281,0.086 -0.293,0.074 -0.066,-0.066 0.477,-0.551 0.832,-0.742 0.227,-0.121 0.496,-0.277 0.598,-0.352 0.336,-0.234 1.098,-0.55 1.98,-0.82 0.735,-0.223 0.868,-0.281 0.887,-0.39 0.008,-0.071 0.067,-0.133 0.121,-0.137 0.059,-0.004 0.301,-0.012 0.539,-0.02 0.239,-0.008 0.641,-0.043 0.895,-0.078 0.258,-0.035 0.965,-0.082 1.578,-0.101 0.613,-0.02 1.453,-0.067 1.870999,-0.102 0.418,-0.035 0.941,-0.055 1.164,-0.035 0.336,0.027 0.391,0.019 0.332,-0.051 -0.039,-0.047 -0.062,-0.086 -0.051,-0.09 0.227,-0.035 1.016,-0.011 1.282,0.043 z m 61.613,20.926 c -0.281,0.285 -1.07,0.859 -1.594,1.16 -0.539,0.309 -1.406,0.656 -1.633,0.656 -0.215,0 -0.257,0.098 -0.175,0.399 0.195,0.719 0.265,1.555 0.23,2.832 -0.016,0.707 -0.051,1.344 -0.074,1.418 -0.024,0.078 -0.016,0.137 0.019,0.137 0.035,0 0.078,-0.075 0.098,-0.165 0.039,-0.156 0.269,-0.48 0.312,-0.429 0.04,0.051 -0.14,1.422 -0.234,1.754 -0.074,0.265 -0.082,0.371 -0.027,0.433 0.097,0.114 0.297,-0.078 0.945,-0.906 1.047,-1.34 1.602,-2.269 1.914,-3.199 0.094,-0.278 0.16,-0.383 0.223,-0.367 0.269,0.062 0.277,0.054 0.285,-0.411 0,-0.246 0.027,-1.097 0.055,-1.89 0.05,-1.383 0.035,-1.637 -0.078,-1.637 -0.028,0 -0.149,0.094 -0.266,0.215 z m -5.59,0.742 c -0.254,0.106 -0.492,0.168 -0.531,0.149 -0.09,-0.055 -0.246,0.078 -0.246,0.207 0,0.132 0.234,0.656 0.347,0.785 0.047,0.051 0.145,0.304 0.215,0.566 0.137,0.496 0.168,0.613 0.328,1.34 0.141,0.629 0.18,0.68 0.223,0.301 0.016,-0.184 0.059,-0.324 0.094,-0.32 0.226,0.031 0.793,2.386 0.929,3.855 0.067,0.703 0.2,0.781 0.364,0.215 0.218,-0.758 0.363,-1.965 0.367,-3.09 0,-0.969 -0.02,-1.219 -0.168,-1.977 -0.164,-0.832 -0.352,-1.625 -0.473,-2.003 -0.058,-0.176 -0.07,-0.18 -0.523,-0.196 -0.403,-0.015 -0.528,0.008 -0.926,0.168 z m 11.348,0.805 c 0,0.051 0.027,0.09 0.062,0.09 0.031,0 0.063,-0.039 0.063,-0.09 0,-0.047 -0.032,-0.09 -0.063,-0.09 -0.035,0 -0.062,0.043 -0.062,0.09 z m -3.34,0.719 c 0.082,0.093 0.246,0.121 0.246,0.039 0,-0.082 -0.074,-0.129 -0.203,-0.129 -0.102,0 -0.11,0.015 -0.043,0.09 z m -21.82,0.164 c 0.011,0.043 0.152,0.156 0.312,0.254 0.156,0.097 0.723,0.449 1.258,0.777 1.039,0.641 1.898,1.238 2.25,1.559 0.117,0.109 0.512,0.332 0.875,0.496 1.211,0.546 2.547,1.343 3.953,2.355 1.035,0.742 3.113,2.152 3.441,2.332 0.164,0.09 0.399,0.223 0.528,0.297 0.148,0.09 0.246,0.117 0.289,0.074 0.039,-0.035 -0.028,-0.441 -0.18,-1.152 -0.133,-0.602 -0.258,-1.219 -0.281,-1.375 -0.027,-0.18 -0.102,-0.344 -0.207,-0.453 -0.531,-0.559 -3.524,-3.067 -3.934,-3.301 -0.402,-0.227 -2.715,-1.121 -3.703,-1.434 -0.855,-0.273 -0.902,-0.277 -2.172,-0.359 -2.562,-0.164 -2.461,-0.16 -2.429,-0.07 z m -0.512,1.644 c 0,0.024 0.457,0.477 1.012,1 0.554,0.528 1.203,1.199 1.437,1.496 0.234,0.297 0.855,0.969 1.379,1.496 0.973,0.977 1.555,1.653 1.555,1.809 0,0.102 0.168,0.34 0.57,0.816 0.168,0.192 0.281,0.371 0.254,0.399 -0.027,0.027 -0.164,0.023 -0.297,-0.008 -0.695,-0.156 -2.434,-0.355 -3.106,-0.355 -0.402,0 -1.093,-0.043 -1.535,-0.09 -0.875,-0.098 -5.125,-0.117 -7.886,-0.039 -1.43,0.039 -1.461,0.043 -1.735,0.199 -0.492,0.285 -3.703,2.844 -4.976,3.965 -2.067,1.824 -2.895,2.683 -4.77,4.933 -0.547,0.657 -1.383,1.875 -1.644,2.391 -0.121,0.246 -0.336,0.676 -0.477,0.957 -0.332,0.668 -0.539,1.559 -0.625,2.738 -0.105,1.375 -0.035,1.852 0.488,3.281 0.332,0.907 0.481,1.25 1.243,2.875 0.425,0.911 0.527,1.083 0.597,1.024 0.184,-0.149 0.219,0.039 0.215,1.199 0,0.805 -0.023,1.176 -0.074,1.238 -0.137,0.161 -0.203,-0.023 -0.238,-0.683 -0.032,-0.602 -0.051,-0.668 -0.25,-0.996 -0.122,-0.192 -0.336,-0.446 -0.485,-0.563 -0.41,-0.336 -1.949,-2.586 -3.16,-4.633 -0.848,-1.433 -1.348,-2.16 -1.812,-2.652 -0.118,-0.121 -0.122,-0.164 -0.059,-0.598 0.035,-0.257 0.082,-0.64 0.101,-0.855 0.133,-1.406 0.415,-3.512 0.594,-4.422 0.071,-0.367 0.098,-0.644 0.067,-0.676 -0.036,-0.031 -0.278,0.309 -0.594,0.832 -0.297,0.489 -0.664,1.075 -0.813,1.305 -1.136,1.766 -1.875,3.262 -2.418,4.902 -0.152,0.461 -0.32,0.934 -0.371,1.047 -0.09,0.199 -0.097,0.203 -0.183,0.09 -0.078,-0.101 -0.09,-0.582 -0.067,-3.379 0.02,-3.012 0.035,-3.316 0.16,-4.062 0.219,-1.297 0.227,-1.426 0.102,-1.477 -0.176,-0.062 -0.273,0.039 -0.484,0.52 -0.11,0.246 -0.227,0.441 -0.262,0.433 -0.094,-0.023 -0.156,-1.535 -0.09,-2.269 0.035,-0.367 0.121,-0.852 0.191,-1.075 0.126,-0.402 0.973,-2.003 1.368,-2.589 0.312,-0.457 0.359,-0.411 0.359,0.375 0,1.257 0.082,3.214 0.133,3.195 0.062,-0.02 1.988,-2.281 3.09,-3.637 0.226,-0.277 0.601,-0.703 0.832,-0.949 0.226,-0.246 0.39,-0.453 0.355,-0.465 -0.094,-0.031 -1.578,0.664 -2.054,0.961 -0.235,0.149 -0.711,0.539 -1.059,0.875 -0.383,0.367 -0.672,0.598 -0.734,0.586 -0.082,-0.016 -0.098,-0.102 -0.094,-0.496 0.004,-0.43 0.051,-0.613 0.484,-1.852 0.262,-0.757 0.547,-1.476 0.629,-1.601 0.086,-0.125 0.18,-0.293 0.211,-0.371 0.031,-0.078 0.266,-0.293 0.523,-0.477 0.747,-0.531 0.618,-0.66 -0.566,-0.562 -1.195,0.093 -4.027,0.566 -4.715,0.777 -0.215,0.066 -2.062,1.02 -2.226,1.148 -0.16,0.122 -0.918,1.727 -1.176,2.489 -0.266,0.773 -0.297,0.906 -0.668,3.019 l -0.234,1.317 0.003,2.093 c 0.004,2.329 0.02,2.477 0.563,4.454 0.121,0.445 0.285,1.07 0.367,1.39 0.367,1.461 0.961,2.442 3.317,5.477 0.503,0.648 1.085,1.379 1.3,1.629 1.571,1.832 2.153,2.437 3.551,3.683 0.918,0.821 1.195,1.028 2.07,1.555 1.211,0.726 1.438,0.851 3.118,1.723 1.753,0.91 3.379,1.703 3.488,1.703 0.031,0 0.398,0.16 0.82,0.351 0.418,0.196 0.903,0.399 1.074,0.453 3.157,1.004 4.664,1.489 4.77,1.539 0.176,0.082 0.258,0.028 0.383,-0.25 0.109,-0.238 0.359,-0.453 1.125,-0.964 0.426,-0.286 2.515,-1.801 3.465,-2.508 0.218,-0.168 0.586,-0.461 0.812,-0.656 0.223,-0.196 0.535,-0.457 0.688,-0.579 0.156,-0.125 0.531,-0.441 0.832,-0.703 0.304,-0.265 0.757,-0.644 1.011,-0.847 0.254,-0.203 0.586,-0.481 0.739,-0.621 0.152,-0.141 0.457,-0.411 0.679,-0.598 0.223,-0.188 0.61,-0.543 0.864,-0.797 0.25,-0.25 0.503,-0.469 0.562,-0.488 0.055,-0.016 0.133,-0.098 0.172,-0.18 0.039,-0.082 0.098,-0.148 0.133,-0.148 0.109,0 0.066,0.171 -0.071,0.296 -0.074,0.067 -0.121,0.137 -0.097,0.157 0.019,0.019 0.754,-0.66 1.637,-1.508 1.636,-1.578 2.628,-2.676 3.992,-4.414 1.89,-2.402 2.054,-2.598 2.191,-2.567 0.086,0.024 0.195,-0.109 0.477,-0.566 0.199,-0.328 0.425,-0.746 0.5,-0.93 0.078,-0.183 0.304,-0.605 0.507,-0.945 0.2,-0.336 0.458,-0.816 0.571,-1.062 0.113,-0.247 0.394,-0.797 0.617,-1.227 0.461,-0.871 0.996,-1.957 0.996,-2.023 0,-0.024 0.094,-0.188 0.211,-0.36 0.191,-0.293 0.215,-0.375 0.277,-1.058 0.039,-0.411 0.102,-0.922 0.137,-1.137 l 0.063,-0.399 -0.383,-0.738 c -0.207,-0.406 -0.496,-0.93 -0.633,-1.16 -0.27,-0.449 -1.129,-1.598 -1.578,-2.109 -0.32,-0.364 -0.305,-0.465 0.031,-0.207 0.129,0.097 0.445,0.312 0.699,0.476 1.231,0.805 2.114,1.688 2.196,2.207 0.058,0.363 0.046,1.531 -0.028,2.258 -0.031,0.301 -0.113,1.125 -0.183,1.828 -0.071,0.707 -0.168,1.531 -0.219,1.824 -0.309,1.844 -0.348,2.2 -0.238,2.285 0.058,0.043 0.078,0.114 0.05,0.196 -0.082,0.254 -1.402,1.808 -3.281,3.859 -1.308,1.434 -2.215,2.551 -2.703,3.328 -0.504,0.801 -0.543,0.914 -0.367,1.082 0.16,0.157 0.191,0.141 1.012,-0.453 2.152,-1.558 2.894,-2.176 5.418,-4.512 0.828,-0.765 0.734,-0.691 0.816,-0.644 0.105,0.066 -0.02,0.23 -0.809,1.055 -0.406,0.425 -0.832,0.914 -0.945,1.086 -0.117,0.171 -0.504,0.644 -0.863,1.046 -0.36,0.407 -0.672,0.762 -0.692,0.793 -0.101,0.164 0.25,-0.007 1.399,-0.679 1.605,-0.934 1.816,-1.067 2.801,-1.758 1.371,-0.965 1.875,-1.375 1.871,-1.52 -0.004,-0.089 0.07,-0.175 0.25,-0.285 0.39,-0.234 1.32,-1.015 1.32,-1.109 0,-0.047 0.074,-0.164 0.164,-0.27 0.086,-0.101 0.149,-0.195 0.133,-0.211 -0.012,-0.011 -0.176,0.016 -0.363,0.063 -0.536,0.137 -0.875,0.117 -1.051,-0.067 -0.223,-0.23 -0.863,-0.71 -1.094,-0.82 l -0.203,-0.094 -0.348,0.504 c -0.222,0.328 -0.386,0.504 -0.461,0.504 -0.058,0 -0.187,0.102 -0.281,0.227 -0.172,0.222 -0.973,1.129 -1.437,1.625 -0.184,0.199 -0.27,0.25 -0.321,0.203 -0.09,-0.09 0.016,-0.246 0.676,-1.008 0.285,-0.328 0.629,-0.758 0.77,-0.957 0.285,-0.41 0.343,-0.457 0.488,-0.414 0.133,0.039 0.465,-0.449 0.973,-1.437 0.523,-1.024 0.808,-1.692 0.808,-1.895 0,-0.059 0.055,-0.191 0.121,-0.301 0.067,-0.109 0.168,-0.375 0.227,-0.586 0.109,-0.422 0.832,-2.539 1.023,-3.015 0.067,-0.161 0.106,-0.325 0.09,-0.364 -0.012,-0.039 -0.227,-0.117 -0.473,-0.175 -0.242,-0.059 -0.699,-0.184 -1.007,-0.282 -0.649,-0.203 -2.332,-0.98 -2.332,-1.078 0,-0.035 -0.063,-0.047 -0.161,-0.023 -0.101,0.023 -0.214,0.008 -0.3,-0.051 -0.2,-0.125 -0.422,-0.496 -0.387,-0.633 0.019,-0.066 0.012,-0.297 -0.02,-0.515 -0.047,-0.368 -0.089,-0.461 -0.586,-1.172 -0.363,-0.52 -0.593,-0.793 -0.703,-0.832 -0.09,-0.032 -0.246,-0.137 -0.347,-0.231 -0.102,-0.094 -0.375,-0.238 -0.606,-0.324 -0.547,-0.195 -1.039,-0.465 -2.234,-1.219 -0.914,-0.578 -3.582,-2.383 -4.25,-2.875 -0.16,-0.117 -0.395,-0.281 -0.516,-0.367 -0.301,-0.199 -1.605,-1.277 -1.937,-1.602 -0.184,-0.179 -0.489,-0.363 -0.977,-0.585 -0.391,-0.176 -0.73,-0.325 -0.754,-0.325 -0.023,0 -0.281,-0.093 -0.57,-0.207 -0.559,-0.218 -0.621,-0.234 -0.621,-0.164 z m 14.93,20.383 c 0.101,0.102 0.007,0.254 -0.438,0.703 -0.555,0.559 -0.625,0.61 -0.711,0.524 -0.086,-0.082 0.043,-0.274 0.559,-0.832 0.375,-0.411 0.492,-0.489 0.59,-0.395 z m -38.946,4.551 c 1.07,0.953 2.711,3.023 3.324,4.191 0.168,0.321 0.547,1.473 0.516,1.567 -0.031,0.097 -0.383,-0.184 -1.406,-1.129 -1.071,-0.985 -1.531,-1.586 -2.141,-2.793 -0.527,-1.047 -0.91,-2.188 -0.73,-2.18 0.027,0.004 0.226,0.156 0.437,0.344 z m 6.762,5.066 c 0.082,0.098 0.055,1.403 -0.055,2.645 -0.051,0.59 -0.074,0.648 -0.222,0.593 -0.082,-0.031 -0.098,-0.242 -0.098,-1.582 0,-1.425 0.012,-1.554 0.113,-1.648 0.141,-0.121 0.164,-0.121 0.262,-0.008 z m 0.91,1.598 c 0.141,0.176 0.512,1.758 0.512,2.195 0,0.149 -0.16,0.164 -0.238,0.02 -0.094,-0.172 -0.465,-1.758 -0.469,-2.012 -0.004,-0.242 0.082,-0.336 0.195,-0.203 z m -1.098,2.855 c 0,0.035 -0.027,0.063 -0.062,0.063 -0.035,0 -0.063,-0.028 -0.063,-0.063 0,-0.031 0.028,-0.058 0.063,-0.058 0.035,0 0.062,0.027 0.062,0.058 z m 0.774,0.66 c 0.648,0.555 2.496,1.922 3.312,2.45 0.75,0.492 1.723,1.035 2.711,1.527 0.739,0.363 0.989,0.566 0.703,0.566 -0.203,0 -1.593,-0.543 -2.148,-0.843 -0.781,-0.414 -2.398,-1.539 -3.512,-2.43 -1.051,-0.844 -1.926,-1.762 -1.668,-1.746 0.024,0 0.297,0.215 0.602,0.476 z m 13.144,-34.945 c -0.41,0.094 -0.679,0.223 -0.679,0.324 0,0.032 0.199,0.11 0.445,0.18 0.699,0.191 1.656,0.574 2.73,1.09 0.54,0.262 0.993,0.461 1.004,0.449 0.028,-0.023 -0.781,-1.058 -1.226,-1.57 -0.516,-0.586 -0.469,-0.567 -1.215,-0.567 -0.371,0 -0.832,0.043 -1.059,0.094 z m 33.461,1.824 c -1.222,0.575 -6.468,2.352 -8.933,3.024 -1.004,0.277 -1.465,0.453 -1.352,0.519 0.18,0.106 1.238,0.157 2.102,0.102 2.203,-0.149 3.441,-0.324 4.875,-0.695 1.215,-0.317 1.39,-0.371 1.613,-0.496 0.215,-0.125 0.234,-0.125 0.344,-0.028 0.113,0.098 0.133,0.09 0.441,-0.222 0.488,-0.493 0.988,-1.157 1.34,-1.782 0.172,-0.312 0.313,-0.586 0.313,-0.613 0,-0.105 -0.239,-0.043 -0.743,0.191 z m -10.668,2.536 c -0.203,0.043 -0.746,0.125 -1.207,0.175 -0.457,0.055 -0.98,0.114 -1.16,0.133 l -0.324,0.039 -0.133,0.36 c -0.078,0.195 -0.203,0.437 -0.289,0.531 -0.082,0.094 -0.141,0.183 -0.125,0.191 0.051,0.043 1.266,-0.332 1.324,-0.41 0.039,-0.047 0.203,-0.129 0.371,-0.18 0.368,-0.117 0.383,-0.121 1.192,-0.472 1,-0.43 1.105,-0.539 0.351,-0.367 z m 11.746,2.121 c -0.703,0.418 -1.765,0.964 -2.476,1.273 -0.367,0.156 -0.399,0.191 -1.375,1.445 -0.953,1.223 -1.125,1.469 -1.031,1.469 0.023,0 0.488,-0.219 1.031,-0.484 0.875,-0.43 1.094,-0.574 1.926,-1.239 1.406,-1.121 2.32,-2.054 2.699,-2.746 0.117,-0.218 -0.012,-0.168 -0.774,0.282 z m -5.543,0.89 c -1.738,1.016 -3.531,2.164 -4.843,3.106 -0.801,0.574 -1.039,0.707 -1.825,1.011 -0.355,0.141 -0.656,0.282 -0.667,0.317 -0.036,0.094 0.39,0.242 0.816,0.289 l 0.379,0.043 -0.02,0.207 c -0.008,0.113 -0.058,0.379 -0.113,0.586 -0.055,0.207 -0.078,0.394 -0.059,0.414 0.036,0.035 0.77,-0.172 1.383,-0.387 0.684,-0.238 3.59,-1.969 5.047,-3.004 0.766,-0.539 0.977,-0.718 0.86,-0.718 -0.036,0 -0.727,0.285 -1.54,0.632 -1.941,0.836 -3.363,1.348 -3.363,1.219 0,-0.031 0.238,-0.195 0.527,-0.363 0.317,-0.192 0.54,-0.363 0.559,-0.438 0.02,-0.074 0.317,-0.308 0.723,-0.574 0.777,-0.504 1.41,-0.961 1.687,-1.207 0.102,-0.09 0.203,-0.168 0.227,-0.168 0.027,0 0.14,-0.141 0.254,-0.312 0.117,-0.172 0.273,-0.368 0.351,-0.434 0.153,-0.129 0.621,-0.719 0.621,-0.781 0,-0.024 -0.07,0.004 -0.152,0.058 -0.086,0.051 -0.469,0.278 -0.852,0.504 z m -63.066,3.164 c -0.777,1.305 -1.102,2.039 -1.164,2.637 -0.035,0.324 -0.016,0.383 0.535,1.621 0.844,1.895 0.985,2.18 1.047,2.121 0.031,-0.035 0.027,-0.297 -0.008,-0.625 -0.031,-0.312 -0.051,-1.078 -0.043,-1.703 0.031,-2.019 -0.004,-4.457 -0.066,-4.457 -0.035,0 -0.168,0.184 -0.301,0.406 z m 68.559,0.7 c -1.301,0.636 -6.934,3.152 -7.629,3.406 -0.246,0.09 -0.449,0.183 -0.449,0.203 0,0.023 0.316,0.043 0.695,0.047 0.797,0.004 1.84,0.105 2.527,0.242 0.356,0.07 0.504,0.078 0.602,0.027 0.183,-0.097 0.383,-0.082 0.426,0.032 0.089,0.226 -0.524,0.523 -1.559,0.753 -0.492,0.11 -0.785,0.125 -2.598,0.141 -1.976,0.016 -2.191,0.004 -3.789,-0.199 -0.293,-0.035 -0.363,0.074 -0.14,0.207 0.07,0.043 0.308,0.226 0.535,0.41 0.301,0.25 0.554,0.391 0.972,0.547 0.313,0.117 0.59,0.23 0.618,0.254 0.043,0.039 -0.348,0.715 -0.789,1.359 -0.145,0.211 -0.157,0.258 -0.09,0.399 0.043,0.086 0.125,0.156 0.191,0.156 0.258,0 0.184,0.219 -0.293,0.851 -0.101,0.133 -0.449,0.473 -0.769,0.747 -0.325,0.277 -1.141,1.007 -1.821,1.621 -0.675,0.613 -1.328,1.179 -1.453,1.257 -0.121,0.083 -0.586,0.395 -1.027,0.7 -0.442,0.304 -1.25,0.808 -1.793,1.125 -0.547,0.312 -1.047,0.609 -1.113,0.66 -0.122,0.086 -0.122,0.09 0.046,0.09 0.282,0.008 0.848,0.32 2.407,1.332 1.347,0.879 2.097,1.472 2.297,1.816 0.113,0.195 -0.063,0.192 -0.543,-0.012 -1.61,-0.687 -1.739,-0.73 -2.204,-0.765 -0.25,-0.024 -0.722,-0.063 -1.046,-0.098 -1.258,-0.125 -1.606,-0.148 -1.606,-0.117 0,0.062 1.07,0.984 1.418,1.219 0.621,0.422 1.238,0.941 2.066,1.73 0.719,0.688 1.633,1.457 2.954,2.481 0.222,0.175 0.468,0.398 0.543,0.496 0.175,0.226 0.613,0.508 0.683,0.437 0.028,-0.031 0.196,-0.379 0.371,-0.773 0.18,-0.395 0.364,-0.77 0.407,-0.84 0.042,-0.066 0.203,-0.434 0.359,-0.813 0.152,-0.378 0.348,-0.824 0.43,-0.984 0.156,-0.297 0.328,-0.812 0.664,-1.953 0.191,-0.656 0.839,-2.016 0.984,-2.063 0.121,-0.039 0.027,0.329 -0.402,1.54 -0.215,0.609 -0.379,1.113 -0.367,1.128 0.015,0.012 0.234,-0.378 0.488,-0.867 0.531,-1.019 0.789,-1.394 0.969,-1.394 0.066,0 0.121,0.008 0.121,0.019 0,0.016 -0.125,0.207 -0.282,0.43 -0.156,0.226 -0.605,1.039 -1.004,1.812 -0.394,0.774 -0.726,1.375 -0.738,1.34 -0.012,-0.035 0.063,-0.246 0.168,-0.472 0.106,-0.223 0.184,-0.461 0.172,-0.528 -0.008,-0.074 -0.098,0.078 -0.227,0.387 -0.117,0.281 -0.273,0.645 -0.351,0.809 -0.074,0.164 -0.305,0.675 -0.512,1.136 -0.203,0.457 -0.582,1.274 -0.84,1.813 -0.257,0.535 -0.468,0.984 -0.468,0.996 0,0.012 -0.184,0.422 -0.411,0.91 -1.671,3.609 -2.031,4.484 -1.972,4.785 0.031,0.149 0.015,0.203 -0.063,0.235 -0.054,0.019 -0.125,0.003 -0.152,-0.039 -0.125,-0.196 -0.816,-0.84 -0.902,-0.84 -0.129,0 -0.266,0.343 -0.313,0.781 -0.039,0.359 -0.039,0.363 0.195,0.598 0.133,0.128 0.227,0.25 0.207,0.265 -0.015,0.016 -0.136,-0.027 -0.265,-0.094 l -0.235,-0.121 0.129,0.176 c 0.071,0.094 0.493,0.574 0.938,1.063 0.441,0.492 0.926,1.027 1.074,1.191 0.27,0.301 0.473,0.621 0.473,0.75 0,0.043 -0.059,0.055 -0.164,0.031 -0.121,-0.031 -0.2,-0.008 -0.301,0.086 -0.184,0.164 -3.379,1.715 -4.133,2 -0.668,0.258 -0.613,0.192 -0.98,1.227 -0.336,0.949 -0.438,1.449 -0.321,1.613 0.133,0.18 0.184,0.109 0.235,-0.305 0.047,-0.41 0.226,-0.925 0.429,-1.218 0.071,-0.106 0.16,-0.246 0.2,-0.305 0.039,-0.063 0.086,-0.098 0.109,-0.078 0.019,0.015 -0.059,0.25 -0.176,0.519 -0.289,0.664 -0.465,1.239 -0.465,1.512 0,0.211 -0.023,0.246 -0.25,0.356 -0.418,0.207 -0.593,0.632 -0.433,1.043 0.09,0.23 -0.055,0.195 -0.285,-0.071 l -0.192,-0.222 -0.164,0.296 c -0.09,0.164 -0.25,0.426 -0.355,0.586 -0.106,0.157 -0.172,0.305 -0.149,0.328 0.028,0.024 0.078,-0.007 0.117,-0.066 0.317,-0.496 0.457,-0.672 0.547,-0.687 0.082,-0.016 0.004,0.187 -0.32,0.836 -0.867,1.738 -1.383,3.671 -1.242,4.644 0.066,0.43 0.094,0.488 0.258,0.488 0.492,0 2.554,-1.636 2.785,-2.215 0.222,-0.542 0.988,-3.015 0.945,-3.031 -0.277,-0.094 -0.25,-0.258 0.043,-0.258 0.102,0 0.262,-0.035 0.355,-0.082 0.18,-0.093 0.688,-0.593 0.688,-0.683 0,-0.031 -0.27,-0.067 -0.602,-0.082 -0.625,-0.028 -1.14,-0.196 -1.222,-0.395 -0.059,-0.152 0.023,-0.156 0.465,-0.015 0.359,0.113 0.503,0.129 0.836,0.097 0.324,-0.035 0.414,-0.066 0.472,-0.172 0.035,-0.074 0.418,-0.636 0.848,-1.254 1.801,-2.585 1.758,-2.519 2.14,-3.242 0.411,-0.773 0.516,-1.097 0.59,-1.808 0.035,-0.321 0.086,-0.758 0.117,-0.973 0.028,-0.211 0.04,-0.406 0.024,-0.434 -0.012,-0.023 -0.168,-0.046 -0.348,-0.046 -0.371,-0.008 -0.808,-0.149 -1.058,-0.34 -0.25,-0.196 -0.164,-0.219 0.222,-0.071 0.407,0.157 1.301,0.231 1.442,0.118 0.07,-0.055 0.097,-0.192 0.097,-0.489 0,-0.425 -0.007,-0.437 -0.3,-0.414 -0.157,0.016 -0.336,-0.101 -0.286,-0.183 0.02,-0.028 0.141,-0.051 0.27,-0.051 0.23,0 0.238,-0.008 0.313,-0.285 0.042,-0.157 0.14,-0.461 0.218,-0.672 0.172,-0.469 1.551,-3.516 1.633,-3.61 0.031,-0.039 0.156,-0.324 0.281,-0.636 0.407,-1.016 0.368,-0.938 1.582,-3.379 1.961,-3.949 2.254,-4.438 2.844,-4.762 0.313,-0.168 0.344,-0.265 0.125,-0.371 -0.16,-0.078 -0.191,-0.074 -0.258,0.004 -0.105,0.121 -0.601,0.066 -1.238,-0.141 -0.41,-0.129 -0.523,-0.199 -0.82,-0.5 -0.485,-0.492 -0.457,-0.715 0.047,-0.382 0.183,0.121 0.253,0.136 0.32,0.082 0.191,-0.153 0.855,0.117 1.117,0.449 0.121,0.156 0.211,0.211 0.344,0.211 0.277,0 0.222,-0.149 -0.207,-0.563 -0.531,-0.504 -1.11,-0.777 -1.571,-0.742 -0.398,0.035 -0.55,0.152 -0.796,0.617 -0.094,0.18 -0.196,0.328 -0.223,0.328 -0.113,0 -0.055,-0.523 0.086,-0.781 0.223,-0.402 0.465,-0.535 0.996,-0.531 0.648,0 1.352,0.308 1.859,0.816 0.176,0.176 0.715,1.086 0.715,1.207 0,0.032 -0.195,0.239 -0.433,0.461 -0.301,0.278 -0.434,0.446 -0.434,0.547 0,0.078 -0.121,0.309 -0.27,0.512 -0.293,0.398 -0.585,0.937 -0.976,1.797 -0.137,0.3 -0.285,0.586 -0.332,0.636 -0.043,0.051 -0.207,0.36 -0.359,0.688 -0.153,0.328 -0.547,1.137 -0.876,1.793 -0.898,1.797 -0.874,1.73 -0.742,1.93 0.215,0.316 2.047,2.019 2.715,2.523 0.371,0.281 0.817,0.625 0.988,0.766 0.309,0.246 0.602,0.41 1.016,0.554 0.262,0.094 0.242,0.258 -0.035,0.285 -0.109,0.008 -0.199,0.036 -0.199,0.059 0,0.023 0.054,0.328 0.121,0.676 0.062,0.351 0.136,0.844 0.16,1.097 0.023,0.25 0.066,0.438 0.094,0.411 0.027,-0.028 0.078,-0.293 0.117,-0.586 0.039,-0.297 0.098,-0.668 0.133,-0.825 0.035,-0.16 0.054,-0.48 0.043,-0.71 -0.016,-0.332 0,-0.438 0.074,-0.473 0.137,-0.07 0.894,-0.277 1.422,-0.387 2.543,-0.535 5.851,-1.496 6.824,-1.98 0.336,-0.168 0.117,-0.145 -0.363,0.039 -0.856,0.328 -2.313,0.777 -2.52,0.773 -0.183,0 -0.191,-0.008 -0.086,-0.086 0.063,-0.043 0.328,-0.156 0.59,-0.246 0.258,-0.09 0.68,-0.254 0.934,-0.367 0.25,-0.109 0.808,-0.34 1.234,-0.504 1.129,-0.445 1.82,-0.766 2.43,-1.133 0.593,-0.355 1.496,-1.113 2.043,-1.722 0.383,-0.418 1.035,-1.442 1.035,-1.618 0,-0.058 0.074,-0.23 0.164,-0.386 0.09,-0.157 0.172,-0.383 0.18,-0.5 0.011,-0.121 0.089,-0.383 0.175,-0.578 0.231,-0.532 0.313,-1.153 0.5,-3.77 0.129,-1.75 0.149,-1.637 -0.996,-5.019 -0.785,-2.309 -0.687,-2.067 -1.875,-4.723 -0.883,-1.973 -2.211,-4.188 -2.906,-4.84 l -0.25,-0.234 -0.293,0.16 c -0.84,0.461 -1.629,0.808 -2.492,1.101 -0.527,0.176 -1.055,0.336 -1.168,0.356 -0.188,0.027 -0.207,0.019 -0.16,-0.078 0.023,-0.063 0.054,-0.184 0.062,-0.266 0.02,-0.187 0.289,-0.926 0.453,-1.238 0.168,-0.321 0.676,-1.789 0.727,-2.094 0.023,-0.148 0.016,-0.254 -0.02,-0.254 -0.031,0 -0.578,0.258 -1.218,0.567 z m -1.457,4.64 c 0,0.035 -0.149,0.125 -0.328,0.199 -0.637,0.274 -1.34,0.45 -2.188,0.543 -0.473,0.055 -1.078,0.121 -1.352,0.153 -0.644,0.074 -1.5,0.074 -1.543,0 -0.085,-0.133 2.575,-0.75 3.754,-0.867 1.071,-0.11 1.657,-0.118 1.657,-0.028 z m -8.289,15.66 c 0,0.035 -0.032,0.059 -0.067,0.059 -0.035,0 -0.047,-0.024 -0.027,-0.059 0.019,-0.031 0.051,-0.058 0.066,-0.058 0.016,0 0.028,0.027 0.028,0.058 z m 14.347,4.918 c 0,0.09 -0.117,0.223 -0.199,0.223 -0.031,0 -0.047,-0.059 -0.035,-0.133 0.019,-0.144 0.234,-0.226 0.234,-0.09 z m -23.097,17.367 c 0.078,0.075 0.093,0.157 0.066,0.344 -0.023,0.133 -0.059,0.348 -0.078,0.481 -0.059,0.363 -0.117,0.406 -0.516,0.359 -0.554,-0.066 -1.097,-0.441 -0.84,-0.582 0.055,-0.027 0.098,-0.09 0.098,-0.137 0,-0.097 0.199,-0.297 0.461,-0.453 0.234,-0.144 0.668,-0.148 0.809,-0.012 z m -0.618,0.211 c -0.132,0.075 -0.254,0.168 -0.269,0.211 -0.035,0.106 0.418,0.282 0.539,0.211 0.141,-0.086 0.215,-0.363 0.125,-0.468 -0.094,-0.114 -0.106,-0.11 -0.395,0.046 z m -0.504,0.555 c 0.067,0.051 0.149,0.086 0.188,0.086 0.035,0 0.012,-0.039 -0.055,-0.09 -0.066,-0.047 -0.152,-0.086 -0.187,-0.086 -0.035,0.004 -0.012,0.043 0.054,0.09 z m 14.145,-42.422 c -0.121,0.031 -0.559,0.129 -0.965,0.215 -0.41,0.086 -1.144,0.277 -1.64,0.422 -0.493,0.148 -1.211,0.359 -1.594,0.477 -0.949,0.281 -0.879,0.351 0.32,0.296 1.328,-0.058 1.738,-0.16 2.996,-0.734 0.383,-0.176 0.711,-0.316 0.727,-0.316 0.074,0 0.519,-0.309 0.519,-0.36 0,-0.074 -0.082,-0.074 -0.363,0 z m -61.566,5.051 c -0.036,0.602 0.035,1.113 0.273,2.063 0.238,0.949 0.465,1.656 0.605,1.882 0.063,0.102 0.129,0.266 0.153,0.371 0.094,0.418 1.277,2.141 1.32,1.918 0.012,-0.054 -0.133,-0.566 -0.32,-1.132 -0.188,-0.571 -0.387,-1.223 -0.442,-1.454 -0.203,-0.859 -0.535,-1.918 -0.929,-2.937 -0.453,-1.188 -0.512,-1.313 -0.582,-1.238 -0.028,0.027 -0.063,0.265 -0.078,0.527 z m 44.05,11.813 c -0.187,0.097 -0.148,0.191 0.258,0.617 0.266,0.281 0.488,0.445 0.766,0.574 0.621,0.289 0.734,0.238 0.523,-0.234 -0.152,-0.344 -0.566,-0.739 -0.941,-0.903 -0.297,-0.133 -0.434,-0.144 -0.606,-0.054 z m 2.891,1.617 c 0.223,0.683 0.227,0.828 0.035,1.043 -0.086,0.097 -0.863,0.59 -1.437,0.914 -0.063,0.039 0.05,0.086 0.386,0.16 l 0.477,0.109 0.726,-0.156 c 0.981,-0.215 1.004,-0.215 1.782,-0.277 l 0.679,-0.051 0.887,0.387 c 0.485,0.211 0.918,0.375 0.957,0.359 0.192,-0.063 -2.164,-2.117 -2.918,-2.551 -0.332,-0.187 -1.672,-0.668 -1.75,-0.625 -0.019,0.016 0.059,0.324 0.176,0.688 z m -3.066,0.203 c -0.5,0.101 -1.196,0.418 -1.52,0.695 -0.25,0.211 -0.555,0.676 -0.5,0.762 0.02,0.031 0.152,0.078 0.297,0.101 0.309,0.047 0.777,0.239 1.152,0.469 0.239,0.149 0.278,0.156 0.371,0.074 0.055,-0.05 0.34,-0.171 0.637,-0.277 0.996,-0.348 2.391,-1.285 2.195,-1.477 -0.078,-0.078 -1.632,-0.429 -1.906,-0.433 -0.16,0 -0.488,0.035 -0.726,0.086 z m 0.664,2.16 c -0.285,0.086 -0.559,0.172 -0.61,0.187 -0.051,0.016 0.27,0.083 0.715,0.145 1.324,0.188 3.348,0.625 4.266,0.918 0.386,0.125 -0.387,-0.262 -1.149,-0.574 -0.742,-0.301 -2.363,-0.813 -2.636,-0.828 -0.039,-0.004 -0.305,0.066 -0.586,0.152 z m 32.699,0.555 c -0.27,0.164 -0.688,0.492 -0.926,0.726 -0.238,0.239 -0.391,0.41 -0.34,0.383 0.215,-0.113 1.481,-1.047 1.793,-1.324 0.188,-0.164 -0.054,-0.067 -0.527,0.215 z m -29.328,1.664 c 0.023,0.652 0.074,1.023 0.183,1.422 0.121,0.453 0.157,0.519 0.211,0.418 0.035,-0.067 0.082,-0.27 0.102,-0.45 0.019,-0.179 0.078,-0.543 0.125,-0.804 0.047,-0.266 0.105,-0.633 0.129,-0.825 0.039,-0.32 0.035,-0.347 -0.102,-0.406 -0.078,-0.035 -0.211,-0.101 -0.297,-0.148 -0.086,-0.047 -0.207,-0.086 -0.273,-0.086 -0.11,0 -0.113,0.043 -0.078,0.879 z m -33.778,1.035 c -0.023,0.644 -0.007,1.105 0.047,1.391 0.082,0.449 0.442,1.55 0.75,2.304 0.172,0.414 0.176,0.457 0.086,0.524 -0.121,0.086 -0.113,0.105 0.379,0.867 0.18,0.285 0.332,0.531 0.332,0.555 0,0.019 -0.047,0.035 -0.105,0.035 -0.243,0 -0.926,-0.879 -1.508,-1.942 -0.18,-0.328 -0.402,-0.707 -0.492,-0.836 -0.153,-0.226 -0.703,-1.16 -1.309,-2.215 -0.148,-0.261 -0.406,-0.738 -0.57,-1.062 -0.168,-0.32 -0.313,-0.57 -0.332,-0.555 -0.016,0.016 0,0.211 0.039,0.434 0.035,0.223 0.109,0.719 0.168,1.094 0.094,0.617 0.156,0.804 0.597,1.793 0.532,1.199 1.071,2.121 1.895,3.257 0.293,0.395 0.699,0.961 0.902,1.258 0.383,0.547 0.594,0.723 1.641,1.387 0.187,0.117 0.426,0.289 0.527,0.379 0.164,0.14 0.66,0.453 2.449,1.539 0.262,0.156 0.626,0.379 0.805,0.496 0.184,0.121 0.547,0.336 0.805,0.484 0.453,0.262 0.496,0.274 1.113,0.313 0.352,0.023 0.914,0.082 1.246,0.133 0.332,0.05 0.629,0.082 0.66,0.074 0.032,-0.012 -0.121,-0.277 -0.336,-0.59 -0.214,-0.312 -0.628,-1.012 -0.921,-1.555 -0.293,-0.543 -0.532,-0.953 -0.532,-0.914 -0.004,0.16 0.25,1.09 0.399,1.469 0.308,0.793 0.164,0.75 -0.43,-0.133 -0.473,-0.699 -0.781,-1.218 -1.211,-2.031 -0.195,-0.371 -0.433,-0.727 -0.586,-0.867 -0.457,-0.438 -1.57,-1.703 -2.121,-2.414 -0.664,-0.864 -1.16,-1.688 -2.055,-3.418 l -0.695,-1.348 -0.746,-0.488 c -0.437,-0.285 -0.773,-0.469 -0.805,-0.438 -0.031,0.028 -0.07,0.489 -0.086,1.02 z m 5.028,6.637 c 0.34,0.265 0.824,0.664 1.082,0.882 0.254,0.223 0.554,0.469 0.672,0.547 0.281,0.192 0.507,0.723 0.3,0.719 -0.082,-0.004 -1.003,-0.648 -1.527,-1.07 -0.172,-0.141 -0.523,-0.532 -0.777,-0.871 -0.656,-0.871 -0.633,-0.891 0.25,-0.207 z m 24.312,-5.266 c -0.203,0.031 -0.394,0.082 -0.422,0.113 -0.031,0.032 -0.129,0.282 -0.211,0.555 -0.195,0.625 -0.203,1.602 -0.023,2.281 0.062,0.238 0.145,0.633 0.184,0.879 0.175,1.102 0.433,2.168 0.738,3.078 0.488,1.465 0.883,2.375 1.094,2.547 0.125,0.098 1.558,-0.207 2.121,-0.449 0.261,-0.109 0.863,-0.383 1.34,-0.602 1.007,-0.465 1.164,-0.531 1.113,-0.453 -0.07,0.113 -0.774,0.602 -1.074,0.75 -0.239,0.113 -0.317,0.188 -0.348,0.328 -0.023,0.102 -0.137,0.317 -0.254,0.481 -0.238,0.336 -0.246,0.359 -0.121,0.359 0.371,0 3.859,-1.265 4.379,-1.59 0.555,-0.343 1.223,-0.816 1.223,-0.867 0,-0.047 -0.192,-0.187 -1.106,-0.828 -0.734,-0.508 -1.668,-1.254 -2.453,-1.953 -0.43,-0.383 -0.793,-0.684 -0.809,-0.668 -0.015,0.016 0.164,0.34 0.399,0.719 0.742,1.195 1.051,1.828 1.144,2.363 0.032,0.156 0.016,0.191 -0.07,0.191 -0.148,0 -0.172,-0.019 -0.727,-0.625 -0.902,-0.984 -1.968,-2.328 -3.371,-4.246 -1.183,-1.617 -1.613,-2.226 -1.644,-2.316 -0.028,-0.086 -0.106,-0.106 -0.383,-0.106 -0.195,0 -0.52,0.028 -0.719,0.059 z m 13.633,0.801 c 0,0.015 0.043,0.043 0.098,0.062 0.054,0.02 0.078,0.008 0.058,-0.023 -0.039,-0.059 -0.156,-0.086 -0.156,-0.039 z m -0.742,0.277 c 0,0.074 0.359,0.254 0.449,0.223 0.106,-0.031 -0.18,-0.281 -0.324,-0.281 -0.07,0 -0.125,0.023 -0.125,0.058 z m -3.52,0.895 c -0.504,0.812 -0.55,0.933 -0.437,1.14 0.121,0.219 0.23,0.125 0.39,-0.316 0.086,-0.238 0.27,-0.699 0.407,-1.024 0.425,-0.988 0.347,-0.945 -0.36,0.2 z m -24.343,-0.703 c -0.102,0.074 -0.579,0.386 -1.055,0.691 -0.715,0.461 -0.899,0.555 -1.051,0.531 -0.469,-0.062 -2.262,-0.457 -2.473,-0.543 -0.308,-0.125 -0.496,-0.117 -0.8,0.024 -0.625,0.293 -1.145,1.027 -1.278,1.812 -0.097,0.559 -0.074,0.668 0.414,1.867 0.383,0.934 0.84,1.809 1.297,2.477 0.168,0.242 0.563,0.836 0.879,1.316 0.383,0.582 0.707,0.992 0.973,1.242 0.367,0.344 0.426,0.375 0.672,0.375 0.148,0 0.773,0.055 1.39,0.118 0.618,0.066 1.59,0.144 2.16,0.179 1.235,0.067 2.512,0.27 3.911,0.618 0.937,0.23 1.027,0.265 1.101,0.418 0.059,0.117 0.125,0.164 0.25,0.164 0.094,0 0.313,0.035 0.492,0.078 l 0.321,0.082 0,-0.145 c 0,-0.117 0.023,-0.14 0.109,-0.109 0.059,0.023 0.258,0.058 0.445,0.078 0.282,0.027 0.329,0.019 0.297,-0.055 -0.019,-0.051 -0.011,-0.129 0.016,-0.172 0.043,-0.062 0.078,-0.058 0.195,0.024 0.473,0.328 0.336,0.308 2,0.305 1.09,-0.004 1.602,-0.024 1.727,-0.079 l 0.183,-0.074 -0.277,-0.281 c -0.707,-0.719 -1.27,-1.563 -1.613,-2.402 -0.098,-0.25 -0.278,-0.661 -0.395,-0.918 -0.133,-0.286 -0.203,-0.512 -0.179,-0.582 0.023,-0.075 -0.086,-0.422 -0.286,-0.911 -0.367,-0.902 -0.843,-2.289 -1.082,-3.14 -0.086,-0.321 -0.215,-0.688 -0.277,-0.821 -0.078,-0.16 -0.121,-0.375 -0.121,-0.628 0,-0.211 -0.027,-0.426 -0.067,-0.477 -0.042,-0.062 -0.058,0.371 -0.042,1.449 0.011,0.969 -0.004,1.547 -0.043,1.555 -0.032,0.012 -0.188,-0.152 -0.348,-0.356 -0.621,-0.804 -1.672,-1.785 -2.746,-2.562 -0.809,-0.582 -1.09,-0.727 -1.949,-0.984 -1,-0.301 -1.274,-0.348 -1.946,-0.321 -0.523,0.016 -0.644,0.039 -0.804,0.157 z m 28.523,0.183 c 0.18,0.192 0.391,0.547 0.461,0.774 0.086,0.273 0.18,1.796 0.113,1.875 -0.027,0.031 -0.039,0.296 -0.019,0.582 0.027,0.429 0.011,0.597 -0.102,0.953 -0.277,0.886 -0.773,1.633 -1.547,2.34 -0.461,0.421 -0.633,0.515 -0.929,0.515 -0.098,0 -0.34,0.07 -0.536,0.156 -0.199,0.086 -0.398,0.176 -0.453,0.2 -0.05,0.023 -0.175,0.191 -0.277,0.375 -0.59,1.066 -1.645,2.664 -2.023,3.07 -0.231,0.25 -0.852,1.144 -0.852,1.227 0,0.21 0.613,0.175 1.734,-0.09 0.754,-0.18 1.25,-0.422 1.723,-0.844 0.738,-0.664 1.137,-1.488 0.82,-1.691 -0.14,-0.09 -0.175,-0.278 -0.066,-0.344 0.105,-0.063 0.051,-0.328 -0.199,-0.969 -0.028,-0.074 -0.157,-0.195 -0.285,-0.27 -0.184,-0.105 -0.208,-0.136 -0.114,-0.152 0.102,-0.019 0.93,0.203 1.321,0.352 0.082,0.031 0.312,0.054 0.519,0.054 0.316,0 0.449,-0.035 0.879,-0.25 0.652,-0.328 1.465,-1.093 1.738,-1.644 0.27,-0.539 0.356,-0.492 0.403,0.223 l 0.031,0.449 0.144,-0.266 c 0.313,-0.562 0.567,-1.367 0.567,-1.781 0,-0.426 -0.184,-1.125 -0.375,-1.43 -0.067,-0.101 -0.117,-0.226 -0.117,-0.273 0,-0.246 -0.817,-1.629 -1.387,-2.348 -0.363,-0.457 -0.582,-0.637 -0.984,-0.812 -0.329,-0.145 -0.336,-0.145 -0.188,0.019 z m -2.578,7.996 c 0,0.031 -0.024,0.059 -0.059,0.059 -0.031,0 -0.074,-0.028 -0.093,-0.059 -0.024,-0.035 0.003,-0.062 0.058,-0.062 0.051,0 0.094,0.027 0.094,0.062 z m 9.527,-5.562 c 0,0.371 -1.109,2.726 -1.32,2.804 -0.109,0.039 -0.309,0.282 -0.555,0.664 -0.328,0.512 -0.144,0.395 0.649,-0.414 0.437,-0.449 0.758,-0.847 1.027,-1.277 l 0.387,-0.621 -0.039,-0.668 c -0.024,-0.363 -0.067,-0.648 -0.098,-0.633 -0.027,0.02 -0.051,0.082 -0.051,0.145 z m -45.648,5.152 c 0,0.039 0.117,0.266 0.262,0.508 0.191,0.32 0.312,0.453 0.445,0.5 0.277,0.094 1.43,0.148 1.48,0.074 0.047,-0.078 -0.406,-0.351 -1.351,-0.812 -0.703,-0.344 -0.836,-0.387 -0.836,-0.27 z m 23.273,3.141 c -0.254,0.269 -0.328,0.453 -0.207,0.523 0.028,0.02 0.114,-0.066 0.188,-0.187 0.101,-0.164 0.148,-0.2 0.187,-0.137 0.059,0.09 0.039,0.141 -0.355,0.957 -0.137,0.277 -0.352,0.785 -0.477,1.129 -0.222,0.601 -0.23,0.637 -0.168,1.047 0.031,0.234 0.047,0.66 0.028,0.945 -0.024,0.359 -0.012,0.523 0.035,0.523 0.039,0 0.121,0.165 0.183,0.364 l 0.114,0.359 -0.028,-0.699 c -0.015,-0.387 0.004,-0.93 0.047,-1.215 0.133,-0.902 0.457,-2.289 0.563,-2.391 0.109,-0.105 0.429,-1.015 0.429,-1.222 0,-0.141 -0.105,-0.278 -0.211,-0.278 -0.035,0 -0.179,0.129 -0.328,0.282 z m 5.926,0.355 c -0.145,0.18 -0.164,0.371 -0.051,0.524 0.074,0.097 0.09,0.093 0.231,-0.051 0.078,-0.082 0.195,-0.153 0.258,-0.153 0.199,0 0.191,-0.128 -0.02,-0.3 -0.113,-0.094 -0.227,-0.172 -0.246,-0.176 -0.024,0 -0.102,0.07 -0.172,0.156 z m -22.062,1.535 c 0.019,0.434 0.066,0.899 0.105,1.028 0.035,0.132 0.078,0.746 0.098,1.363 0.019,0.621 0.058,1.105 0.086,1.078 0.023,-0.027 0.089,-0.25 0.144,-0.496 0.055,-0.246 0.156,-0.68 0.223,-0.957 0.226,-0.938 0.308,-1.652 0.308,-2.652 0,-0.536 -0.019,-0.997 -0.043,-1.02 -0.027,-0.023 -0.254,0.16 -0.507,0.41 l -0.457,0.453 0.043,0.793 z m 8.511,-1.433 c 0,0.133 0.418,1.023 0.492,1.047 0.043,0.011 0.059,-0.032 0.04,-0.118 -0.016,-0.078 -0.043,-0.25 -0.063,-0.382 -0.047,-0.344 -0.207,-0.625 -0.348,-0.625 -0.066,0 -0.121,0.035 -0.121,0.078 z m 6.266,0.406 c -0.418,0.066 -2.379,0.043 -2.602,-0.035 -0.191,-0.063 -0.179,0.012 0.102,0.621 0.578,1.242 0.945,3.062 0.648,3.223 -0.078,0.043 -0.09,0.105 -0.054,0.3 0.023,0.137 0.066,0.25 0.097,0.25 0.125,0 0.196,-0.297 0.254,-1.066 0.035,-0.449 0.086,-0.844 0.113,-0.871 0.129,-0.129 0.215,0.269 0.247,1.16 0.019,0.508 0.054,0.957 0.082,1 0.027,0.039 0.121,0.074 0.203,0.074 0.218,0 0.316,-0.265 0.426,-1.152 0.105,-0.863 0.132,-0.961 0.285,-0.922 0.082,0.02 0.136,-0.031 0.207,-0.207 0.054,-0.125 0.097,-0.281 0.097,-0.34 0,-0.187 0.524,-1.402 0.805,-1.859 0.102,-0.168 0.184,-0.328 0.184,-0.356 0,-0.027 -0.161,-0.011 -0.356,0.035 -0.195,0.043 -0.527,0.11 -0.738,0.145 z m -3.731,-0.125 c 0,0.031 0.094,0.16 0.207,0.281 0.114,0.125 0.34,0.387 0.504,0.586 0.258,0.309 0.293,0.332 0.254,0.176 -0.07,-0.277 -0.34,-0.82 -0.484,-0.969 -0.129,-0.137 -0.481,-0.191 -0.481,-0.074 z m -3.078,0.07 c -0.043,0.039 -0.074,0.114 -0.074,0.16 0,0.102 0.297,0.426 0.391,0.426 0.062,0 0.027,-0.234 -0.078,-0.492 -0.071,-0.18 -0.125,-0.203 -0.239,-0.094 z m 3.723,1.645 c 0.191,0.562 0.32,1.117 0.375,1.601 0.094,0.848 0.246,1.407 0.387,1.407 0.082,0 0.09,-0.071 0.054,-0.473 -0.043,-0.441 -0.187,-1.176 -0.34,-1.711 -0.039,-0.133 -0.097,-0.367 -0.128,-0.527 -0.055,-0.262 -0.418,-0.856 -0.481,-0.793 -0.015,0.015 0.043,0.238 0.133,0.496 z m -9.551,-0.324 c 0,0.191 -0.347,1.437 -0.535,1.925 -0.086,0.231 -0.309,0.746 -0.492,1.145 -0.473,1.027 -0.438,1.187 0.117,0.527 0.777,-0.929 1.035,-1.504 1.082,-2.433 0.031,-0.661 -0.031,-1.379 -0.113,-1.328 -0.032,0.019 -0.059,0.093 -0.059,0.164 z m 18.504,1.375 c -0.254,0.757 -0.391,1.293 -0.367,1.41 0.023,0.109 0.308,-0.637 0.422,-1.098 0.043,-0.164 0.113,-0.414 0.16,-0.555 0.101,-0.304 0.105,-0.394 0.027,-0.343 -0.035,0.019 -0.144,0.285 -0.242,0.586 z m -3.957,-0.391 c -0.117,0.293 -0.144,0.434 -0.09,0.434 0.082,0 0.395,-0.481 0.356,-0.543 -0.071,-0.106 -0.2,-0.051 -0.266,0.109 z m -0.687,1.375 c 0,0.383 0.085,0.332 0.156,-0.094 0.035,-0.207 0.023,-0.25 -0.059,-0.25 -0.082,0 -0.101,0.067 -0.097,0.344 z m -1.172,0.672 c -0.004,0.308 0.011,0.422 0.054,0.359 0.032,-0.051 0.059,-0.332 0.055,-0.629 -0.008,-0.648 -0.098,-0.422 -0.109,0.27 z m 20.125,-0.481 c -0.664,0.082 -3.157,0.184 -4.438,0.184 -0.91,0 -1.035,0.012 -1.035,0.094 0,0.109 0.684,1.078 1.086,1.539 0.148,0.172 0.359,0.414 0.469,0.539 0.359,0.414 0.058,0.551 -0.805,0.363 -0.496,-0.105 -0.832,-0.238 -1.492,-0.598 -0.223,-0.121 -0.703,-0.351 -1.071,-0.511 -0.785,-0.344 -2.14,-1.071 -2.464,-1.317 -0.125,-0.093 -0.243,-0.172 -0.262,-0.172 -0.078,0 -0.031,0.219 0.211,0.95 0.422,1.265 0.797,2.925 1.051,4.644 0.101,0.68 0.175,1.793 0.14,2.074 -0.019,0.157 -0.004,0.493 0.035,0.747 0.036,0.257 0.082,0.593 0.102,0.75 0.023,0.156 0.063,0.285 0.094,0.285 0.031,0 0.386,-0.262 0.785,-0.586 0.402,-0.321 0.953,-0.758 1.223,-0.969 0.273,-0.211 0.824,-0.668 1.226,-1.016 0.402,-0.343 0.906,-0.777 1.121,-0.957 0.891,-0.754 1.285,-1.117 1.391,-1.285 0.109,-0.176 0.844,-1.047 0.933,-1.109 0.024,-0.016 0.102,-0.137 0.172,-0.274 0.071,-0.132 0.266,-0.402 0.43,-0.597 0.492,-0.578 2.059,-2.746 2.059,-2.848 0,-0.031 -0.106,-0.043 -0.235,-0.023 -0.125,0.019 -0.453,0.062 -0.726,0.093 z m -19.731,3.907 c -0.371,0.027 -0.465,0.226 -0.156,0.332 0.215,0.074 1.418,0.214 1.461,0.175 0.058,-0.058 -0.051,-0.203 -0.301,-0.39 -0.23,-0.168 -0.297,-0.188 -0.539,-0.164 -0.152,0.019 -0.363,0.039 -0.465,0.047 z m -12.293,11.925 c -0.164,0.184 -0.394,0.684 -0.601,1.301 -0.215,0.649 -0.231,0.84 -0.274,3.199 -0.019,1.075 -0.015,1.121 0.153,1.614 0.234,0.687 0.324,0.898 0.378,0.898 0.028,0 0.051,-0.027 0.051,-0.058 0,-0.036 0.039,-0.063 0.09,-0.063 0.055,0 0.094,-0.051 0.094,-0.113 0,-0.067 0.047,-0.16 0.105,-0.215 0.086,-0.086 0.094,-0.145 0.035,-0.41 -0.043,-0.211 -0.043,-0.344 0,-0.422 0.059,-0.113 0.067,-0.113 0.18,0.027 0.25,0.309 0.301,0.356 0.36,0.356 0.039,0 0.062,-0.235 0.062,-0.598 0,-0.328 0.02,-0.598 0.043,-0.598 0.023,0 0.094,0.047 0.16,0.106 0.074,0.066 0.235,0.105 0.43,0.113 0.297,0.012 0.305,0.008 0.269,-0.137 -0.023,-0.078 -0.164,-0.367 -0.32,-0.636 -0.293,-0.504 -0.519,-1.207 -0.519,-1.598 0,-0.125 -0.067,-0.543 -0.153,-0.934 -0.082,-0.39 -0.179,-0.945 -0.219,-1.234 -0.093,-0.734 -0.132,-0.809 -0.324,-0.598 z m -2.851,2.379 c -0.157,0.688 -0.317,1.442 -0.356,1.672 -0.035,0.231 -0.109,0.613 -0.164,0.852 -0.156,0.703 -0.066,2.015 0.254,3.644 0.129,0.653 0.301,1.133 0.637,1.797 0.215,0.422 0.269,0.59 0.242,0.723 -0.027,0.113 -0.012,0.195 0.051,0.242 0.144,0.117 0.242,-0.129 0.211,-0.539 -0.024,-0.332 0.019,-0.453 0.097,-0.262 0.102,0.262 0.473,-0.054 0.473,-0.406 0,-0.094 0.059,-0.184 0.16,-0.25 0.16,-0.102 0.16,-0.102 0.121,-0.68 -0.023,-0.316 -0.129,-0.906 -0.23,-1.312 -0.102,-0.406 -0.176,-0.75 -0.164,-0.762 0.015,-0.012 0.144,0.125 0.293,0.305 0.16,0.191 0.32,0.328 0.39,0.328 0.067,0 0.11,-0.024 0.098,-0.047 -0.016,-0.023 -0.086,-0.164 -0.16,-0.313 -0.078,-0.148 -0.207,-0.39 -0.293,-0.535 -0.321,-0.547 -0.711,-1.465 -0.711,-1.672 -0.004,-0.121 -0.07,-0.441 -0.156,-0.722 -0.168,-0.547 -0.184,-0.66 -0.094,-0.66 0.062,0 0.336,0.664 0.625,1.527 0.109,0.328 0.293,0.785 0.41,1.012 0.398,0.789 0.352,0.57 -0.141,-0.625 -0.406,-0.985 -0.636,-1.867 -1.082,-4.125 -0.093,-0.465 -0.125,-0.559 -0.175,-0.5 -0.028,0.027 -0.176,0.617 -0.336,1.308 z m 5.25,-0.929 c -0.028,0.082 0.054,0.273 0.257,0.605 0.286,0.473 0.465,0.66 0.547,0.578 0.086,-0.082 -0.589,-1.301 -0.715,-1.301 -0.031,0 -0.07,0.051 -0.089,0.118 z m -0.586,0.761 c 0.004,0.614 0.16,1.164 0.453,1.586 0.258,0.375 0.445,0.461 0.387,0.18 -0.02,-0.09 -0.082,-0.418 -0.133,-0.731 -0.117,-0.683 -0.473,-1.496 -0.649,-1.496 -0.035,0 -0.062,0.2 -0.058,0.461 z m -0.465,1.137 c 0.035,0.371 0.312,1.391 0.379,1.391 0.039,0 -0.031,-0.598 -0.141,-1.164 -0.113,-0.59 -0.129,-0.629 -0.211,-0.629 -0.043,0 -0.051,0.136 -0.027,0.402 z m -5.996,0.379 c -0.09,0.102 -0.16,0.207 -0.16,0.238 0,0.028 -0.075,0.125 -0.161,0.219 -0.121,0.125 -0.152,0.211 -0.132,0.348 0.078,0.445 1.175,2.902 1.261,2.82 0.02,-0.02 0,-0.258 -0.035,-0.531 -0.039,-0.274 -0.07,-0.739 -0.074,-1.035 -0.012,-1.036 -0.258,-2.243 -0.457,-2.243 -0.043,0 -0.156,0.082 -0.242,0.184 z m -1.992,2.664 c -0.051,0.188 0.168,0.824 0.343,1.008 0.063,0.066 0.188,0.258 0.282,0.422 0.183,0.336 1.113,1.441 1.753,2.09 0.563,0.57 0.731,0.808 0.567,0.808 -0.035,0 -0.395,-0.312 -0.797,-0.691 l -0.734,-0.688 -0.043,0.27 c -0.024,0.148 -0.067,0.273 -0.094,0.273 -0.051,0 -0.68,-1.039 -1.117,-1.844 -0.293,-0.535 -0.34,-0.437 -0.336,0.696 0.004,0.761 0.027,1.011 0.129,1.328 0.093,0.293 0.109,0.426 0.062,0.523 -0.105,0.235 0.055,0.825 0.403,1.477 0.175,0.328 0.66,1.098 1.074,1.703 0.957,1.406 1.16,1.602 1.008,0.965 -0.067,-0.277 -0.063,-0.317 0.039,-0.387 0.097,-0.066 0.109,-0.129 0.074,-0.383 -0.051,-0.367 0.023,-0.437 0.242,-0.226 0.301,0.293 0.336,0.054 0.086,-0.614 -0.148,-0.386 -0.148,-0.414 -0.008,-0.292 0.176,0.156 0.457,0.054 0.52,-0.192 0.039,-0.137 0.082,-0.183 0.144,-0.16 0.067,0.023 0.09,-0.02 0.09,-0.191 0,-0.122 0.043,-0.301 0.094,-0.395 0.051,-0.094 0.09,-0.234 0.09,-0.312 0,-0.083 0.039,-0.141 0.086,-0.141 0.164,0 0.179,-0.203 0.023,-0.332 -0.082,-0.063 -0.219,-0.238 -0.309,-0.387 -0.175,-0.301 -1.148,-1.398 -1.562,-1.765 -0.164,-0.145 -0.422,-0.508 -0.668,-0.926 -0.66,-1.137 -0.883,-1.461 -1.059,-1.543 -0.093,-0.047 -0.183,-0.121 -0.203,-0.168 -0.051,-0.133 -0.136,-0.098 -0.179,0.074 z m 2.05,0.457 c 0.137,0.434 1.184,2.473 1.243,2.418 0.078,-0.074 -0.59,-1.543 -1,-2.199 -0.235,-0.371 -0.313,-0.446 -0.243,-0.219 z m 3.993,0.414 c 0.046,0.086 0.085,0.109 0.101,0.063 0.027,-0.082 -0.105,-0.278 -0.152,-0.231 -0.016,0.016 0.008,0.09 0.051,0.168 z m 2.136,2.395 c -0.254,0.328 -0.414,0.695 -0.57,1.289 -0.164,0.629 -0.199,1.113 -0.07,1.074 0.066,-0.024 0.175,-0.234 0.566,-1.125 l 0.117,-0.266 0.039,0.239 0.035,0.238 0.102,-0.18 c 0.152,-0.273 0.371,-1.031 0.348,-1.211 l -0.02,-0.164 -0.16,0.231 -0.164,0.226 0.031,-0.273 c 0.039,-0.328 -0.039,-0.352 -0.254,-0.078 z m -1.898,1.839 c -0.211,0.61 -0.43,1.161 -0.488,1.227 -0.118,0.129 -0.368,1.203 -0.391,1.668 -0.016,0.336 -0.137,0.426 -0.234,0.176 -0.036,-0.094 -0.094,-0.184 -0.129,-0.203 -0.035,-0.024 -0.059,-0.469 -0.055,-1.102 0,-0.582 -0.016,-1.129 -0.039,-1.211 -0.035,-0.137 -0.043,-0.129 -0.156,0.113 -0.129,0.278 -0.309,1.082 -0.422,1.903 -0.063,0.469 -0.059,0.551 0.082,1.074 0.086,0.313 0.183,0.645 0.222,0.738 l 0.067,0.168 0.219,-0.168 c 0.121,-0.093 0.32,-0.347 0.437,-0.566 0.121,-0.219 0.309,-0.5 0.422,-0.629 0.27,-0.305 0.375,-0.516 0.496,-0.98 0.152,-0.575 0.156,-0.583 0.231,-0.458 0.097,0.172 0.211,0.032 0.382,-0.484 0.164,-0.5 0.493,-1.922 0.453,-1.961 -0.046,-0.047 -0.148,0.125 -0.281,0.473 -0.195,0.504 -0.375,0.828 -0.445,0.789 -0.035,-0.02 -0.047,-0.059 -0.027,-0.09 0.019,-0.027 0,-0.117 -0.039,-0.199 -0.071,-0.149 -0.063,-0.203 0.128,-1.145 0.133,-0.633 0.129,-0.617 0.036,-0.418 -0.051,0.098 -0.262,0.676 -0.469,1.285 z m 33.715,0.204 c -0.032,0.078 -0.086,0.16 -0.125,0.183 -0.043,0.028 -0.051,0.137 -0.028,0.297 l 0.039,0.254 -0.289,0.133 c -0.172,0.078 -0.304,0.183 -0.324,0.254 -0.019,0.07 -0.144,0.168 -0.308,0.234 -0.157,0.066 -0.266,0.145 -0.25,0.188 0.039,0.117 0.609,0.191 0.757,0.097 0.075,-0.043 0.395,-0.086 0.758,-0.101 0.57,-0.02 0.637,-0.035 0.637,-0.137 0,-0.121 0.015,-0.125 0.711,-0.113 0.562,0.011 0.769,0.058 2.117,0.461 0.621,0.187 1.141,0.324 1.16,0.308 0.074,-0.07 -0.058,-0.234 -0.387,-0.48 -0.191,-0.141 -0.39,-0.332 -0.449,-0.422 -0.054,-0.09 -0.238,-0.262 -0.406,-0.383 -0.168,-0.121 -0.387,-0.289 -0.488,-0.379 -0.188,-0.164 -0.91,-0.398 -1.02,-0.332 -0.035,0.02 -0.14,0 -0.234,-0.051 -0.106,-0.05 -0.278,-0.074 -0.449,-0.058 -0.153,0.015 -0.403,0.004 -0.555,-0.028 -0.156,-0.031 -0.399,-0.058 -0.543,-0.062 -0.227,-0.008 -0.274,0.016 -0.324,0.137 z m -40.078,0.886 c 0.07,0.172 0.207,0.45 0.3,0.614 0.586,1.019 0.711,1.214 0.891,1.394 0.105,0.11 0.242,0.227 0.301,0.254 0.254,0.137 -0.082,-0.453 -0.989,-1.719 -0.167,-0.238 -0.363,-0.527 -0.437,-0.644 -0.184,-0.305 -0.211,-0.262 -0.066,0.101 z m 39.324,1.008 c -0.063,0.031 -0.114,0.09 -0.114,0.125 0,0.07 1.762,0.031 2.477,-0.055 0.324,-0.039 0.332,-0.043 0.121,-0.082 -0.34,-0.062 -2.359,-0.05 -2.484,0.012 z m -35.34,1.684 c 0.234,1.312 0.41,1.742 0.57,1.402 0.051,-0.101 0.043,-0.18 -0.023,-0.301 -0.11,-0.203 -0.426,-1.398 -0.547,-2.066 -0.051,-0.277 -0.098,-0.52 -0.102,-0.539 -0.007,-0.02 -0.023,0.109 -0.035,0.289 -0.015,0.183 0.047,0.711 0.137,1.215 z m 37.793,-1.207 c 0.137,0.023 0.527,0.062 0.867,0.082 0.613,0.031 0.617,0.031 0.277,-0.047 -0.187,-0.047 -0.574,-0.082 -0.863,-0.082 -0.43,-0.004 -0.48,0.004 -0.281,0.047 z m 3.68,0.117 c 0,0.031 0.031,0.058 0.062,0.058 0.035,0 0.063,-0.027 0.063,-0.058 0,-0.035 -0.028,-0.063 -0.063,-0.063 -0.031,0 -0.062,0.028 -0.062,0.063 z m -60.957,0.988 c -0.184,0.086 -0.18,0.086 0.125,0.051 0.168,-0.02 0.351,-0.059 0.402,-0.086 0.164,-0.094 -0.324,-0.059 -0.527,0.035 z m 29.164,0.309 c -0.629,0.16 -1,0.316 -1.559,0.664 -0.379,0.234 -0.402,0.273 -0.262,0.457 0.051,0.062 0.09,0.176 0.09,0.254 0,0.113 -0.031,0.136 -0.18,0.136 -0.136,0 -0.269,0.079 -0.511,0.305 -0.18,0.168 -0.274,0.285 -0.207,0.262 0.445,-0.156 0.91,-0.219 1.386,-0.192 0.364,0.024 0.61,0.004 0.805,-0.054 0.652,-0.199 2.27,-0.164 3.317,0.074 0.445,0.098 0.773,0.109 0.773,0.02 0,-0.036 -0.148,-0.219 -0.328,-0.403 -0.18,-0.187 -0.434,-0.469 -0.559,-0.625 -0.129,-0.152 -0.394,-0.371 -0.59,-0.48 -0.578,-0.328 -1.308,-0.629 -1.453,-0.598 -0.074,0.016 -0.398,0.098 -0.722,0.18 z m 13.839,0.613 c -0.14,0.184 -0.515,0.621 -0.835,0.973 -0.317,0.355 -0.563,0.644 -0.547,0.644 0.023,0 0.304,-0.14 0.953,-0.476 0.058,-0.028 0.289,-0.133 0.515,-0.231 0.407,-0.176 0.407,-0.176 0.45,-0.461 0.019,-0.156 0.039,-0.476 0.035,-0.711 l 0,-0.425 -0.156,0.179 c -0.09,0.102 -0.274,0.328 -0.415,0.508 z m -18.464,-0.262 -0.27,0.114 1.149,0.015 c 0.742,0.012 1.148,-0.004 1.148,-0.043 0,-0.035 -0.004,-0.062 -0.016,-0.062 -0.007,0 -0.125,-0.043 -0.261,-0.09 -0.352,-0.129 -1.391,-0.09 -1.75,0.066 z m -24.086,0.68 c -0.301,0.277 -0.266,0.293 0.203,0.105 0.515,-0.207 0.601,-0.265 0.488,-0.343 -0.156,-0.106 -0.422,-0.012 -0.691,0.238 z m 18.937,0.453 c 0.086,0.356 0.16,0.555 0.196,0.524 0.035,-0.036 0.011,-0.204 -0.063,-0.442 -0.066,-0.211 -0.137,-0.461 -0.16,-0.555 -0.02,-0.093 -0.055,-0.156 -0.074,-0.136 -0.02,0.019 0.027,0.293 0.101,0.609 z m 6.125,-0.332 c 0,0.07 0.231,0.07 0.403,0 0.097,-0.039 0.066,-0.051 -0.141,-0.055 -0.145,-0.003 -0.262,0.024 -0.262,0.055 z m -6.523,1.035 c 0.199,0.344 0.269,0.391 0.379,0.25 0.117,-0.156 0.105,-0.25 -0.039,-0.285 -0.079,-0.019 -0.184,-0.168 -0.293,-0.41 l -0.172,-0.379 -0.02,0.27 c -0.011,0.207 0.024,0.339 0.145,0.554 z m 10.011,-0.097 c -0.183,0.019 -0.382,0.07 -0.441,0.113 -0.098,0.066 -0.086,0.09 0.121,0.273 0.32,0.285 1.457,0.821 1.582,0.746 0.035,-0.019 0.094,0.004 0.133,0.051 0.043,0.047 0.156,0.102 0.254,0.121 0.594,0.129 0.73,-0.468 0.141,-0.609 l -0.235,-0.055 0.211,-0.195 c 0.129,-0.121 0.188,-0.211 0.152,-0.25 -0.109,-0.102 -1.296,-0.305 -1.5,-0.254 -0.043,0.008 -0.23,0.035 -0.418,0.059 z m -1.23,0.199 c 0.125,0.133 0.191,0.117 0.133,-0.028 -0.02,-0.05 -0.082,-0.093 -0.141,-0.093 -0.094,0 -0.094,0.011 0.008,0.121 z m 0.773,0.656 c 0.254,0.227 0.602,0.496 0.774,0.598 2.273,1.363 2.605,1.488 3.683,1.394 l 0.645,-0.054 -0.234,-0.106 c -0.153,-0.066 -0.305,-0.09 -0.442,-0.062 -0.41,0.074 -2.781,-0.954 -4.269,-1.848 -0.309,-0.184 -0.571,-0.336 -0.59,-0.336 -0.016,0 0.18,0.188 0.433,0.414 z m 12.36,-0.141 c -0.149,0.133 -0.141,0.25 0.027,0.383 l 0.137,0.106 -0.301,0.261 c -0.168,0.141 -0.34,0.282 -0.387,0.309 -0.121,0.066 -0.101,0.129 0.059,0.211 0.121,0.066 0.211,0.047 0.664,-0.141 1.016,-0.418 1.172,-0.523 1.172,-0.785 0,-0.121 -0.024,-0.129 -0.211,-0.101 -0.117,0.019 -0.344,0.015 -0.5,-0.008 -0.223,-0.031 -0.297,-0.07 -0.34,-0.188 -0.066,-0.168 -0.16,-0.183 -0.32,-0.047 z m 0.594,0.536 c 0.023,0.058 0.007,0.086 -0.036,0.07 -0.093,-0.027 -0.144,-0.164 -0.062,-0.164 0.031,0 0.074,0.043 0.098,0.094 z m 0.523,0.714 c -0.527,0.34 -0.687,0.415 -0.898,0.418 -0.141,0.004 -0.305,0.043 -0.364,0.09 -0.133,0.106 -0.59,0.793 -0.551,0.828 0.047,0.047 1.243,-0.761 2.09,-1.414 0.965,-0.742 1.153,-0.906 1.153,-1.007 0,-0.043 -0.176,0.089 -0.395,0.296 -0.215,0.207 -0.683,0.563 -1.035,0.789 z m -9.887,-0.265 c -0.004,0.039 0.492,0.195 0.524,0.164 0.011,-0.012 -0.024,-0.121 -0.074,-0.242 l -0.094,-0.227 -0.176,0.137 c -0.098,0.074 -0.176,0.148 -0.18,0.168 z m 0.824,0.113 c 0.083,0.258 0.227,0.399 0.227,0.219 0,-0.098 -0.25,-0.535 -0.285,-0.504 -0.012,0.012 0.016,0.141 0.058,0.285 z m 24.325,-110.246 c 0.75,0.242 1.133,0.523 1.273,0.93 0.113,0.324 0.106,0.367 -0.133,0.976 -0.254,0.653 -1.254,1.856 -1.543,1.856 -0.078,0 -0.246,0.074 -0.367,0.168 -0.125,0.093 -0.597,0.394 -1.047,0.664 -0.449,0.273 -0.84,0.527 -0.867,0.57 -0.094,0.16 -1.269,0.703 -2.383,1.106 -1.222,0.441 -1.402,0.515 -1.402,0.593 0,0.082 2.324,0.215 3.77,0.215 1.484,0 3.519,-0.066 3.929,-0.129 0.137,-0.019 0.332,-0.043 0.434,-0.051 0.398,-0.031 1.926,-0.21 2.058,-0.238 0.079,-0.019 0.422,-0.058 0.77,-0.09 0.617,-0.058 2.922,-0.484 3.234,-0.597 0.203,-0.075 0.266,-0.235 0.133,-0.328 -0.058,-0.043 -0.101,-0.09 -0.101,-0.11 0,-0.027 0.699,-0.019 0.878,0.012 0.082,0.012 0.235,0.359 0.235,0.531 0,0.106 -0.063,0.227 -0.156,0.313 -0.188,0.168 -0.2,0.3 -0.032,0.3 0.082,0 0.125,0.039 0.125,0.118 0,0.132 0.121,0.16 0.235,0.046 0.125,-0.117 0.082,-0.589 -0.082,-0.914 -0.18,-0.347 -0.192,-0.464 -0.051,-0.437 0.223,0.043 0.344,0.312 0.371,0.836 0.035,0.598 -0.035,0.765 -0.352,0.844 -0.226,0.058 -1.359,0.004 -1.359,-0.067 0,-0.023 0.102,-0.094 0.223,-0.156 0.23,-0.121 0.457,-0.356 0.457,-0.477 0,-0.039 -0.035,-0.117 -0.078,-0.171 -0.071,-0.094 -0.102,-0.09 -0.446,0.042 -0.508,0.2 -1.718,0.434 -2.508,0.485 -0.355,0.023 -0.73,0.051 -0.832,0.062 -0.175,0.016 -1.082,0.078 -3.093,0.207 -0.477,0.032 -1.578,0.114 -2.446,0.18 -1.328,0.106 -1.867,0.121 -3.429,0.094 -1.965,-0.039 -2.926,-0.106 -3.121,-0.227 -0.094,-0.058 -0.223,-0.054 -0.594,0.004 -0.262,0.043 -0.488,0.063 -0.504,0.047 -0.109,-0.105 0.316,-0.258 1.68,-0.609 1.582,-0.407 2.339,-0.711 4.519,-1.825 0.895,-0.453 1.309,-0.714 2.039,-1.285 0.481,-0.371 0.957,-0.847 0.957,-0.949 0,-0.016 -0.121,0.098 -0.273,0.254 -0.258,0.27 -1.149,0.789 -1.348,0.789 -0.051,0 -0.32,0.133 -0.601,0.297 -0.286,0.164 -0.801,0.434 -1.149,0.598 -0.844,0.394 -3.14,1.265 -3.937,1.488 -0.352,0.098 -0.887,0.246 -1.188,0.332 -0.301,0.086 -0.648,0.156 -0.773,0.156 -0.121,0 -0.391,0.039 -0.594,0.09 -0.434,0.098 -0.609,0.109 -0.563,0.031 0.02,-0.027 0.348,-0.125 0.731,-0.211 0.383,-0.086 1.086,-0.285 1.562,-0.445 1.047,-0.355 2.356,-0.762 2.801,-0.879 0.176,-0.043 0.492,-0.164 0.699,-0.266 0.207,-0.101 0.563,-0.238 0.79,-0.304 0.8,-0.235 2.417,-1.168 3.156,-1.817 0.515,-0.453 0.687,-0.714 0.687,-1.031 0,-0.238 -0.027,-0.301 -0.246,-0.5 -0.254,-0.234 -0.426,-0.531 -0.305,-0.531 0.133,0 0.418,0.183 0.602,0.387 0.219,0.238 0.352,0.632 0.289,0.863 -0.031,0.125 -0.023,0.14 0.039,0.082 0.129,-0.121 0.149,-0.766 0.031,-0.942 -0.113,-0.164 -0.558,-0.492 -1.136,-0.835 -0.367,-0.219 -0.477,-0.332 -0.309,-0.329 0.043,0 0.328,0.082 0.641,0.184 z m 8.461,5.969 c 0.078,0.265 0.16,0.375 0.16,0.219 0,-0.098 -0.164,-0.454 -0.211,-0.454 -0.012,0 0.012,0.106 0.051,0.235 z m 32.945,-3.735 c 0.086,0.102 0.465,0.125 0.523,0.032 0.122,-0.188 1.219,0.183 1.692,0.566 0.355,0.293 0.554,0.84 0.437,1.227 -0.015,0.058 0.039,0.097 0.192,0.121 0.215,0.031 0.207,0.035 -0.403,0.324 -0.644,0.305 -3.406,1.226 -4.925,1.641 -2,0.546 -2.235,0.609 -2.262,0.582 -0.055,-0.055 0.051,-0.157 0.16,-0.157 0.098,0 0.414,-0.093 1.707,-0.511 0.172,-0.055 0.547,-0.18 0.836,-0.278 0.289,-0.097 1.07,-0.363 1.734,-0.586 1.973,-0.664 2.129,-0.722 2.227,-0.816 0.101,-0.102 0.207,-0.109 -1.332,0.07 -0.441,0.051 -0.844,0.106 -0.895,0.121 -0.457,0.125 -5.402,0.645 -7.144,0.75 -1.938,0.118 -2.238,0.121 -2.317,0.032 -0.054,-0.067 -0.027,-0.09 0.153,-0.125 0.129,-0.024 0.258,-0.012 0.301,0.023 0.043,0.035 0.093,0.051 0.113,0.031 0.015,-0.015 0.445,-0.054 0.953,-0.086 0.504,-0.027 1.238,-0.093 1.629,-0.144 0.394,-0.051 1.242,-0.149 1.887,-0.211 0.671,-0.067 1.277,-0.156 1.41,-0.211 0.129,-0.051 0.258,-0.082 0.289,-0.063 0.027,0.016 0.129,-0.007 0.222,-0.054 0.09,-0.047 0.2,-0.074 0.239,-0.059 0.113,0.043 3.082,-0.441 4.121,-0.668 0.301,-0.07 0.449,-0.074 0.578,-0.027 0.23,0.086 0.223,0.09 0.223,-0.156 0,-0.18 -0.051,-0.266 -0.297,-0.508 -0.168,-0.16 -0.336,-0.289 -0.371,-0.289 -0.043,0 -0.075,0.105 -0.075,0.258 0,0.144 -0.031,0.347 -0.066,0.453 -0.062,0.168 -0.094,0.187 -0.266,0.172 -0.136,-0.012 -0.183,-0.043 -0.164,-0.106 0.071,-0.242 0.071,-0.668 0,-0.754 -0.113,-0.129 -0.492,-0.273 -0.621,-0.234 -0.179,0.058 -1.824,0.265 -2.84,0.363 -1.121,0.106 -2.253,0.18 -3.586,0.238 -0.863,0.039 -0.949,0.035 -0.878,-0.05 0.058,-0.067 0.171,-0.086 0.441,-0.075 0.199,0.012 0.664,-0.015 1.031,-0.058 0.367,-0.043 0.688,-0.067 0.715,-0.051 0.086,0.051 0.57,-0.109 0.648,-0.215 0.059,-0.078 0.204,-0.117 0.559,-0.144 0.266,-0.024 0.746,-0.094 1.07,-0.157 1.504,-0.3 2.219,-0.363 2.352,-0.211 z m -10.578,0.2 c 0,0.031 -0.043,0.089 -0.094,0.129 -0.051,0.042 -0.094,0.097 -0.094,0.125 0,0.027 -0.066,0.148 -0.152,0.269 -0.082,0.117 -0.168,0.309 -0.191,0.422 -0.051,0.258 -0.125,0.301 -0.278,0.168 -0.195,-0.172 -0.144,-0.356 0.211,-0.758 0.289,-0.332 0.598,-0.516 0.598,-0.355 z m -13.113,0.25 c 0.859,0.097 3.597,0.238 5.753,0.3 2.297,0.063 2.743,0.094 2.684,0.184 -0.074,0.117 -6.227,0.023 -8.359,-0.125 -0.766,-0.055 -1.438,-0.195 -1.438,-0.301 0,-0.117 0.59,-0.144 1.36,-0.058 z m -2.149,0.152 c 0.078,0.082 0.051,0.137 -0.082,0.156 -0.215,0.035 -0.164,0.133 0.188,0.36 0.277,0.175 0.347,0.203 0.402,0.132 0.082,-0.101 0.164,-0.05 0.363,0.239 0.188,0.269 0.207,0.25 0.063,-0.047 -0.059,-0.113 -0.227,-0.293 -0.379,-0.399 -0.336,-0.234 -0.281,-0.355 0.109,-0.242 0.297,0.086 0.547,0.387 0.746,0.895 0.266,0.683 0.047,1.347 -0.597,1.808 l -0.317,0.227 -0.137,-0.176 c -0.128,-0.168 -0.128,-0.187 -0.039,-0.445 0.149,-0.426 0.184,-0.735 0.098,-0.914 -0.293,-0.625 -0.449,-0.778 -0.844,-0.828 -0.207,-0.028 -0.339,0.011 -0.832,0.25 -0.855,0.418 -1.445,0.543 -1.015,0.218 0.242,-0.187 0.183,-0.195 -0.219,-0.027 -0.203,0.086 -0.371,0.172 -0.371,0.191 0,0.02 0.098,0.086 0.215,0.149 0.398,0.207 0.66,0.726 0.664,1.305 0.004,0.48 -0.082,0.66 -0.289,0.609 -0.102,-0.027 -0.211,0.004 -0.34,0.094 -0.231,0.16 -0.246,0.3 -0.028,0.3 0.118,0 0.153,0.024 0.137,0.102 -0.011,0.078 -0.09,0.109 -0.297,0.121 -0.675,0.035 -0.804,0.07 -0.804,0.227 0,0.109 -0.039,0.152 -0.168,0.179 -0.45,0.098 -1.508,0.465 -3.196,1.114 -1.015,0.386 -1.91,0.707 -1.984,0.707 -0.078,0 -0.332,0.093 -0.566,0.203 -0.235,0.113 -0.524,0.222 -0.641,0.246 -0.121,0.023 -0.363,0.121 -0.539,0.215 -0.176,0.097 -0.352,0.172 -0.387,0.172 -0.133,0 -0.855,0.355 -1.051,0.515 -0.109,0.09 -0.839,0.469 -1.625,0.844 -1.23,0.586 -1.921,0.977 -1.738,0.973 0.027,0 0.871,-0.051 1.875,-0.118 1.785,-0.113 2.43,-0.168 5.012,-0.414 1.691,-0.16 2.734,-0.234 2.828,-0.199 0.125,0.043 0.09,0.129 -0.063,0.164 -0.074,0.016 -0.582,0.071 -1.128,0.121 -0.543,0.051 -1.266,0.121 -1.606,0.153 -0.34,0.035 -1.008,0.086 -1.484,0.113 -1.895,0.117 -4.699,0.348 -5.465,0.445 -0.149,0.02 -0.231,-0.004 -0.305,-0.09 -0.058,-0.062 -0.14,-0.113 -0.183,-0.113 -0.137,0 -0.086,-0.105 0.121,-0.266 0.23,-0.175 0.195,-0.183 -0.231,-0.042 -0.234,0.074 -0.312,0.132 -0.34,0.246 -0.027,0.105 -0.086,0.156 -0.195,0.168 -0.269,0.031 -0.324,-0.11 -0.336,-0.875 -0.008,-0.383 0,-0.582 0.016,-0.442 0.015,0.168 0.066,0.274 0.144,0.313 0.063,0.031 0.125,0.132 0.133,0.218 0.039,0.305 0.156,0.301 1.113,-0.007 1.371,-0.442 1.446,-0.473 1.426,-0.59 -0.012,-0.059 0.039,-0.121 0.125,-0.153 0.078,-0.031 0.27,-0.109 0.422,-0.175 0.152,-0.067 0.441,-0.188 0.645,-0.274 0.207,-0.082 0.777,-0.328 1.269,-0.543 0.492,-0.219 1.078,-0.465 1.301,-0.547 0.219,-0.086 0.457,-0.172 0.523,-0.199 0.071,-0.027 0.375,-0.156 0.68,-0.289 0.977,-0.43 2.406,-0.98 2.66,-1.031 0.137,-0.028 0.485,-0.133 0.774,-0.235 0.289,-0.101 0.796,-0.269 1.125,-0.371 0.332,-0.105 0.589,-0.207 0.574,-0.23 -0.047,-0.074 -0.918,0.012 -1.024,0.098 -0.05,0.046 -0.23,0.089 -0.398,0.097 l -0.305,0.016 -0.043,-0.238 c -0.023,-0.133 -0.078,-0.426 -0.117,-0.653 -0.047,-0.254 -0.16,-0.551 -0.285,-0.773 -0.266,-0.449 -0.254,-0.547 0.074,-0.551 0.133,-0.004 0.293,-0.023 0.352,-0.051 0.062,-0.027 0.148,-0.035 0.199,-0.015 0.051,0.019 0.109,0.007 0.129,-0.024 0.019,-0.027 0.594,-0.23 1.273,-0.445 0.782,-0.242 1.309,-0.442 1.422,-0.535 0.301,-0.243 2.16,-1.11 2.469,-1.145 0.152,-0.019 0.297,-0.015 0.324,0.008 z m 0.789,1.863 c 0,0.121 0.016,0.145 0.07,0.094 0.036,-0.039 0.051,-0.109 0.032,-0.16 -0.059,-0.145 -0.102,-0.113 -0.102,0.066 z m -5.137,0.133 c -0.218,0.066 -0.5,0.133 -0.617,0.152 -0.39,0.059 -0.402,0.098 -0.179,0.485 0.16,0.269 0.211,0.441 0.238,0.769 l 0.035,0.422 0.676,0.016 c 0.613,0.015 0.699,0.004 0.988,-0.133 0.34,-0.16 0.578,-0.453 0.66,-0.805 0.078,-0.336 -0.113,-0.597 -0.676,-0.914 -0.328,-0.183 -0.484,-0.179 -1.125,0.008 z m -1.199,0.895 c 0.067,0.203 0.094,0.421 0.074,0.64 -0.031,0.363 0.063,0.481 0.243,0.305 0.089,-0.086 0.082,-0.141 -0.075,-0.621 -0.164,-0.5 -0.265,-0.711 -0.32,-0.656 -0.016,0.015 0.02,0.164 0.078,0.332 z m 16.852,-2.625 c 0,0.035 -0.102,0.062 -0.223,0.062 -0.129,0 -0.203,-0.027 -0.18,-0.062 0.02,-0.032 0.118,-0.059 0.219,-0.059 0.102,0 0.184,0.027 0.184,0.059 z m 7.422,0.054 c 0,0.071 -0.356,0.133 -0.532,0.09 -0.082,-0.019 -0.132,-0.062 -0.113,-0.09 0.043,-0.07 0.645,-0.07 0.645,0 z m -3.25,2.16 c 0.023,0.032 -0.028,0.059 -0.118,0.059 -0.089,0 -0.16,-0.027 -0.16,-0.059 0,-0.035 0.055,-0.062 0.121,-0.062 0.067,0 0.137,0.027 0.157,0.062 z m -2.469,0.063 c 0.105,0.109 0.101,0.117 -0.055,0.121 -0.297,0.016 -0.504,0.031 -0.566,0.051 -0.129,0.035 -0.219,0 -0.219,-0.086 0,-0.051 -0.027,-0.09 -0.062,-0.09 -0.032,0 -0.059,0.035 -0.059,0.082 0,0.047 -0.051,0.102 -0.109,0.125 -0.391,0.145 -9.739,0.453 -9.977,0.328 -0.062,-0.031 -0.25,-0.058 -0.418,-0.058 -0.199,0 -0.336,-0.032 -0.387,-0.09 -0.043,-0.051 -0.066,-0.102 -0.05,-0.114 0.023,-0.023 1.293,-0.062 4.074,-0.125 0.73,-0.019 1.984,-0.054 2.781,-0.082 0.801,-0.027 1.524,-0.05 1.609,-0.05 0.086,0 0.434,-0.02 0.774,-0.043 0.34,-0.02 1.055,-0.051 1.586,-0.063 0.898,-0.019 0.976,-0.015 1.078,0.094 z m 1.203,0.019 c 0,0.051 -0.297,0.071 -0.406,0.032 -0.086,-0.035 -0.043,-0.047 0.14,-0.051 0.149,-0.004 0.266,0.008 0.266,0.019 z m -0.68,0.036 c 0,0.035 -0.058,0.058 -0.125,0.058 -0.066,0 -0.125,-0.023 -0.125,-0.058 0,-0.032 0.059,-0.059 0.125,-0.059 0.067,0 0.125,0.027 0.125,0.059 z m 9.864,0.058 c 0.019,0.031 -0.028,0.071 -0.106,0.086 -0.133,0.024 -2.523,0.25 -4.5,0.426 -0.496,0.043 -1.078,0.105 -1.301,0.141 -0.75,0.113 -2.671,0.312 -2.707,0.281 -0.019,-0.02 -0.015,-0.055 0.008,-0.078 0.039,-0.035 1.422,-0.235 1.988,-0.285 0.137,-0.012 0.497,-0.051 0.805,-0.086 0.305,-0.032 0.973,-0.102 1.485,-0.153 0.507,-0.051 1.164,-0.117 1.453,-0.152 1.703,-0.188 2.824,-0.258 2.875,-0.18 z m -24.09,0.715 c 0,0.289 -1.188,0.945 -1.324,0.731 -0.051,-0.075 0.062,-0.153 0.41,-0.278 0.16,-0.058 0.406,-0.207 0.551,-0.336 0.289,-0.261 0.363,-0.285 0.363,-0.117 z m 15.027,0.242 c 0,0.035 -0.082,0.063 -0.187,0.063 -0.11,0 -0.172,-0.028 -0.153,-0.063 0.024,-0.031 0.11,-0.058 0.192,-0.058 0.082,0 0.148,0.027 0.148,0.058 z m -0.555,0.063 c 0,0.031 -0.085,0.058 -0.187,0.058 -0.113,0 -0.176,-0.023 -0.152,-0.058 0.019,-0.035 0.105,-0.063 0.187,-0.063 0.086,0 0.152,0.028 0.152,0.063 z m -0.679,0.058 c 0,0.032 -0.125,0.059 -0.278,0.059 -0.156,0 -0.281,-0.027 -0.281,-0.059 0,-0.031 0.125,-0.058 0.281,-0.058 0.153,0 0.278,0.027 0.278,0.058 z m -1.145,0.059 c -0.023,0.035 -0.078,0.062 -0.129,0.062 -0.047,0 -0.089,-0.027 -0.089,-0.062 0,-0.031 0.058,-0.059 0.128,-0.059 0.071,0 0.11,0.028 0.09,0.059 z m -3.187,0.055 c 0,0.093 -0.18,0.125 -0.699,0.129 -0.446,0.003 -1.575,0.082 -2.114,0.148 -0.574,0.066 -1.121,0.105 -2.289,0.152 -0.715,0.028 -1.781,0.078 -2.371,0.114 -1.379,0.078 -2.359,0.078 -2.359,0 0,-0.032 0.047,-0.059 0.105,-0.059 0.934,-0.004 6.758,-0.332 8.492,-0.477 0.887,-0.074 1.235,-0.078 1.235,-0.007 z m -34.731,0.113 c 0.016,0.019 0,0.07 -0.039,0.113 -0.047,0.051 -0.051,0.106 -0.015,0.141 0.113,0.109 0.882,0.242 2.714,0.472 0.274,0.036 0.594,0.09 0.711,0.125 0.118,0.032 0.34,0.059 0.496,0.059 0.153,-0.004 0.778,0.055 1.391,0.121 0.613,0.067 1.363,0.149 1.672,0.184 0.375,0.039 0.969,0.039 1.848,-0.004 1.195,-0.055 1.406,-0.051 1.328,0.027 -0.059,0.055 -0.785,0.102 -1.895,0.121 -0.621,0.008 -1.168,0.032 -1.207,0.047 -0.262,0.094 -3.722,-0.203 -5.086,-0.441 -0.375,-0.063 -0.929,-0.16 -1.238,-0.211 -0.305,-0.055 -0.672,-0.145 -0.813,-0.203 -0.269,-0.114 -0.39,-0.309 -0.273,-0.446 0.074,-0.086 0.352,-0.156 0.406,-0.105 z m 44.504,0.277 c 0,0.051 -0.019,0.094 -0.047,0.094 -0.023,0 -0.586,0.066 -1.25,0.148 -1.625,0.196 -3.613,0.352 -3.812,0.305 -0.317,-0.078 -0.047,-0.141 1.027,-0.238 1.633,-0.149 2.238,-0.215 2.445,-0.274 0.102,-0.027 0.512,-0.07 0.911,-0.089 0.644,-0.04 0.726,-0.032 0.726,0.054 z m -27.09,0.086 c 0,0.039 -0.082,0.067 -0.179,0.067 -0.098,0 -0.313,0.019 -0.477,0.039 -0.211,0.027 -0.285,0.019 -0.242,-0.024 0.09,-0.094 0.898,-0.164 0.898,-0.082 z m -1.144,0.129 c -0.024,0.031 -0.11,0.059 -0.192,0.059 -0.082,0 -0.148,-0.028 -0.148,-0.059 0,-0.035 0.082,-0.062 0.187,-0.062 0.11,0 0.172,0.027 0.153,0.062 z m -0.621,0.059 c -0.02,0.031 -0.09,0.058 -0.157,0.058 -0.066,0 -0.121,-0.027 -0.121,-0.058 0,-0.032 0.071,-0.059 0.161,-0.059 0.089,0 0.14,0.024 0.117,0.059 z m 28.301,0.261 c 0,0.016 -0.043,0.039 -0.098,0.059 -0.055,0.023 -0.078,0.012 -0.059,-0.023 0.039,-0.055 0.157,-0.082 0.157,-0.036 z m -8.227,0.219 c 0,0.039 -0.379,0.102 -0.68,0.113 -0.054,0.004 -0.422,0.02 -0.82,0.043 -0.5,0.024 -0.727,0.016 -0.727,-0.027 0,-0.035 0.032,-0.082 0.071,-0.105 0.097,-0.059 2.156,-0.079 2.156,-0.024 z m -22.754,-0.019 c -0.043,0.015 -0.098,0.011 -0.117,-0.008 -0.02,-0.02 0.015,-0.031 0.082,-0.031 0.07,0.003 0.086,0.019 0.035,0.039 z m 30.25,0.058 c -0.047,0.016 -0.098,0.016 -0.121,-0.004 -0.02,-0.019 0.016,-0.035 0.082,-0.031 0.074,0 0.086,0.016 0.039,0.035 z m -30.785,-0.012 c -0.156,0.051 -0.645,0.071 -0.613,0.024 0.015,-0.031 0.175,-0.051 0.351,-0.047 0.18,0 0.297,0.012 0.262,0.023 z m 30.555,0.075 c -0.032,0.035 -0.227,0.121 -0.434,0.195 -0.75,0.273 -1.184,0.43 -1.668,0.594 -0.461,0.16 -2.176,0.812 -3.031,1.152 -0.203,0.078 -0.574,0.223 -0.821,0.317 -0.265,0.101 -0.461,0.21 -0.48,0.273 -0.027,0.082 -0.125,0.113 -0.418,0.141 -0.211,0.015 -0.719,0.058 -1.125,0.093 -0.41,0.035 -1.008,0.09 -1.332,0.121 -3.438,0.356 -4.586,0.43 -4.715,0.309 -0.074,-0.07 0.195,-0.133 0.512,-0.121 0.121,0.004 0.273,-0.02 0.34,-0.051 0.156,-0.078 1.039,-0.211 1.535,-0.226 0.207,-0.008 0.558,-0.047 0.777,-0.086 0.219,-0.039 0.524,-0.082 0.68,-0.098 0.152,-0.016 0.457,-0.059 0.676,-0.094 0.492,-0.082 0.39,-0.183 -0.145,-0.14 -0.203,0.015 -0.984,0.082 -1.73,0.148 -0.75,0.063 -1.848,0.141 -2.446,0.176 -0.593,0.035 -1.261,0.074 -1.484,0.09 -1.168,0.078 -2.66,0.105 -2.66,0.047 0,-0.071 0.176,-0.149 0.242,-0.106 0.027,0.016 0.613,-0.012 1.309,-0.059 0.695,-0.046 1.531,-0.097 1.855,-0.113 0.789,-0.039 1.238,-0.097 1.199,-0.164 -0.019,-0.027 -0.144,-0.051 -0.277,-0.051 -0.137,0 -0.246,-0.027 -0.246,-0.058 0,-0.063 0.152,-0.078 0.805,-0.09 1.578,-0.035 3.191,-0.184 3.726,-0.34 0.18,-0.055 0.25,-0.051 0.328,0.012 0.086,0.07 0.11,0.066 0.16,-0.02 0.067,-0.109 0.27,-0.136 0.332,-0.043 0.055,0.086 0.219,0.075 0.204,-0.008 -0.02,-0.085 0.238,-0.156 0.972,-0.261 0.758,-0.11 0.957,-0.11 0.957,0 0,0.058 -0.062,0.094 -0.168,0.094 -0.211,0.007 -0.429,0.085 -0.351,0.128 0.066,0.036 0.785,-0.035 1.386,-0.14 0.223,-0.039 0.723,-0.188 1.114,-0.336 0.39,-0.145 0.906,-0.328 1.144,-0.402 0.239,-0.079 0.586,-0.211 0.774,-0.297 l 0.339,-0.157 -0.464,0.028 c -0.254,0.015 -1.004,0.07 -1.668,0.121 -2.586,0.199 -4.727,0.34 -6,0.394 -1.629,0.071 -1.793,0.075 -1.793,0.008 0,-0.027 0.285,-0.066 0.633,-0.09 3.75,-0.226 6.214,-0.441 6.562,-0.57 0.27,-0.102 2.754,-0.117 2.934,-0.02 0.097,0.055 0.172,0.059 0.257,0.016 0.211,-0.109 0.832,-0.254 1.149,-0.269 0.168,-0.008 0.379,-0.036 0.465,-0.059 0.101,-0.035 0.133,-0.027 0.09,0.012 z m -7.485,1.75 c -0.097,0.039 -0.078,0.05 0.11,0.054 0.128,0.004 0.23,-0.023 0.23,-0.054 0,-0.071 -0.168,-0.071 -0.34,0 z m 0.887,0.312 c 0.012,0.086 -0.031,0.106 -0.262,0.106 -0.277,0 -0.594,0.097 -0.594,0.183 0,0.153 0.848,0.117 0.907,-0.039 0.019,-0.043 0.086,-0.097 0.152,-0.117 0.063,-0.02 0.148,-0.09 0.184,-0.156 0.062,-0.11 0.05,-0.117 -0.172,-0.098 -0.184,0.012 -0.231,0.039 -0.215,0.121 z m -1.32,0.285 c 0.023,0.032 0.078,0.059 0.125,0.059 0.046,0 0.101,-0.027 0.125,-0.059 0.019,-0.035 -0.032,-0.058 -0.125,-0.058 -0.094,0 -0.145,0.023 -0.125,0.058 z m -1.063,0.036 c 0.02,0.019 0.074,0.023 0.117,0.003 0.051,-0.015 0.035,-0.031 -0.039,-0.035 -0.062,0 -0.101,0.012 -0.078,0.032 z m -0.851,-2.372 0.183,0.039 -0.215,0.04 c -0.324,0.058 -1.718,0.152 -3.867,0.253 -1.055,0.051 -2.141,0.122 -2.414,0.149 -0.27,0.031 -1.129,0.086 -1.902,0.125 -0.778,0.035 -1.555,0.086 -1.731,0.113 -0.351,0.051 -2.117,0.028 -2.215,-0.027 -0.031,-0.02 -0.058,-0.074 -0.058,-0.117 0,-0.063 0.109,-0.082 0.461,-0.082 0.386,0 0.496,-0.02 0.664,-0.137 l 0.207,-0.141 3.152,-0.039 c 1.735,-0.023 3.309,-0.054 3.496,-0.074 0.844,-0.09 3.953,-0.164 4.239,-0.102 z m -21.637,-0.011 c -0.094,0.011 -0.235,0.011 -0.309,-0.004 -0.078,-0.012 0,-0.024 0.172,-0.024 0.168,0 0.231,0.012 0.137,0.028 z m -0.629,0.023 c 0.019,0.027 -0.125,0.051 -0.32,0.051 -0.196,0 -0.344,-0.008 -0.329,-0.02 0.063,-0.054 0.618,-0.078 0.649,-0.031 z m -37.594,0.59 c 0,0.117 -0.015,0.164 -0.031,0.105 -0.016,-0.058 -0.016,-0.152 0,-0.21 0.016,-0.055 0.031,-0.008 0.031,0.105 z m 38.981,0.332 c 0,0.07 -0.414,0.266 -0.571,0.266 -0.09,0 -0.468,0.117 -0.836,0.261 -0.363,0.145 -0.816,0.309 -1.004,0.368 -0.464,0.144 -0.925,0.375 -0.968,0.48 -0.02,0.047 -0.086,0.086 -0.149,0.086 -0.125,0 -0.226,-0.219 -0.14,-0.305 0.078,-0.074 1.449,-0.551 2.031,-0.707 0.269,-0.07 0.578,-0.156 0.68,-0.191 0.882,-0.305 0.957,-0.324 0.957,-0.258 z m 18.218,0.086 c -0.023,0.035 -0.066,0.062 -0.101,0.062 -0.035,0 -0.043,-0.027 -0.024,-0.062 0.02,-0.031 0.067,-0.059 0.102,-0.059 0.031,0 0.043,0.028 0.023,0.059 z m -4.054,0.359 c 0,0.032 -0.055,0.059 -0.125,0.059 -0.071,0 -0.11,-0.027 -0.09,-0.059 0.019,-0.031 0.078,-0.058 0.129,-0.058 0.047,0 0.086,0.027 0.086,0.058 z m -1.004,-0.015 c 0.344,0.043 0.222,0.136 -0.176,0.136 -0.273,0 -0.367,-0.023 -0.352,-0.074 0.028,-0.082 0.211,-0.105 0.528,-0.062 z m -0.821,0.074 c 0.125,0.043 0.125,0.043 0,0.078 -0.066,0.02 -0.625,0.051 -1.234,0.07 -0.613,0.02 -1.367,0.063 -1.672,0.094 -1.422,0.137 -3.058,0.192 -3.172,0.106 -0.043,-0.036 -0.48,-0.079 -0.972,-0.094 -0.493,-0.016 -0.895,-0.055 -0.895,-0.082 0,-0.028 0.813,-0.055 1.809,-0.063 2.504,-0.015 3.488,-0.039 5.613,-0.133 0.219,-0.011 0.457,0 0.523,0.024 z m 4.387,0.832 c 0.039,0.055 -0.765,0.133 -0.851,0.082 -0.028,-0.016 -0.016,-0.055 0.031,-0.082 0.109,-0.066 0.777,-0.07 0.82,0 z m -1.105,0.066 c -0.024,0.032 -0.051,0.059 -0.067,0.059 -0.015,0 -0.027,-0.027 -0.027,-0.059 0,-0.031 0.027,-0.058 0.066,-0.058 0.036,0 0.047,0.027 0.028,0.058 z m -0.559,0 c 0.024,0.039 -0.105,0.059 -0.351,0.059 -0.274,0 -0.364,-0.02 -0.297,-0.059 0.121,-0.078 0.601,-0.078 0.648,0 z m -2.336,-0.019 c 0.227,0.086 -0.078,0.14 -0.808,0.14 -0.45,0 -1.36,0.051 -2.02,0.118 -0.66,0.066 -1.41,0.121 -1.664,0.121 -0.254,0 -0.547,0.027 -0.652,0.058 -0.313,0.098 -6.563,0.528 -6.637,0.457 -0.02,-0.023 -0.012,-0.062 0.019,-0.093 0.047,-0.043 2.793,-0.258 4.356,-0.34 0.543,-0.031 3.637,-0.285 4.98,-0.41 0.895,-0.086 2.27,-0.114 2.426,-0.051 z m 3.707,0.894 c -0.097,0.051 -0.215,0.075 -0.265,0.055 -0.161,-0.059 -0.024,-0.152 0.211,-0.148 l 0.23,0 -0.176,0.093 z m 25.879,1.207 c 0.215,0.168 0.125,0.309 -0.172,0.27 -0.195,-0.027 -0.273,-0.004 -0.437,0.129 -0.199,0.164 -0.383,0.168 -0.383,0.012 0,-0.157 0.25,-0.395 0.48,-0.457 0.313,-0.083 0.348,-0.079 0.512,0.046 z m -63.312,0.817 c 0.07,0.031 1.652,0.203 2.257,0.246 1.204,0.086 3.961,1.125 3.961,1.492 0,0.047 -0.031,0.086 -0.066,0.086 -0.086,0 -1.129,-0.352 -1.883,-0.637 -0.871,-0.332 -1.324,-0.449 -2.785,-0.73 -1.133,-0.219 -2.293,-0.324 -3.547,-0.332 -1.348,-0.004 -0.84,-0.09 0.735,-0.125 0.695,-0.016 1.296,-0.016 1.328,0 z m -3.36,0.191 c -0.043,0.016 -0.097,0.016 -0.117,-0.004 -0.019,-0.019 0.016,-0.035 0.082,-0.031 0.07,0.004 0.086,0.016 0.035,0.035 z m 67.66,3.867 c 0,0.094 -0.144,0.223 -0.402,0.364 -0.102,0.054 -0.133,0.082 -0.062,0.062 0.378,-0.125 0.492,-0.144 0.546,-0.094 0.161,0.157 -0.23,0.407 -1.043,0.664 -0.238,0.075 -0.722,0.266 -1.082,0.418 -0.566,0.25 -1.425,0.567 -2.843,1.047 -0.223,0.078 -0.766,0.266 -1.207,0.418 -1.493,0.516 -1.703,0.578 -1.801,0.543 -0.141,-0.051 -0.047,-0.148 0.305,-0.304 0.429,-0.188 0.179,-0.188 -0.297,0 -0.239,0.097 -0.391,0.128 -0.43,0.089 -0.031,-0.035 -0.125,-0.058 -0.203,-0.058 -0.207,0 -0.246,-0.16 -0.078,-0.332 0.164,-0.168 0.34,-0.192 0.394,-0.055 0.051,0.129 0.313,0.078 1.399,-0.285 0.492,-0.164 1.312,-0.434 1.824,-0.598 0.512,-0.16 1.18,-0.39 1.484,-0.508 0.688,-0.261 1.203,-0.437 1.293,-0.433 0.039,0 -0.015,0.07 -0.117,0.156 -0.18,0.145 -0.18,0.149 -0.031,0.11 0.215,-0.059 0.859,-0.333 1.082,-0.461 l 0.187,-0.106 -0.203,0.035 c -0.117,0.024 -0.199,0.016 -0.199,-0.019 0,-0.051 0.652,-0.449 1.094,-0.668 0.183,-0.09 0.39,-0.082 0.39,0.015 z m 0.493,1.207 c 0,0.02 -0.028,0.086 -0.063,0.149 -0.055,0.101 -0.043,0.113 0.078,0.101 0.242,-0.023 0.16,0.157 -0.136,0.297 -0.157,0.071 -0.473,0.188 -0.711,0.258 -0.52,0.152 -0.688,0.215 -1.457,0.524 -1.579,0.636 -4.942,1.687 -5.399,1.687 -0.223,0 -0.211,-0.055 0.067,-0.309 0.199,-0.183 0.433,-0.281 1.652,-0.675 0.785,-0.258 1.535,-0.508 1.672,-0.555 0.347,-0.129 2.347,-0.945 2.73,-1.117 0.176,-0.082 0.375,-0.129 0.442,-0.113 0.07,0.019 0.308,-0.04 0.531,-0.125 0.387,-0.149 0.594,-0.192 0.594,-0.122 z m -1.918,0.864 c -0.118,0.074 -0.172,0.121 -0.121,0.105 0.484,-0.144 0.742,-0.242 0.742,-0.281 0,-0.082 -0.387,0.027 -0.621,0.176 z m 2.254,0.293 c 0.066,0.101 -0.243,0.445 -0.465,0.519 -0.125,0.039 -0.332,0.145 -0.465,0.227 -0.551,0.351 -2.168,0.953 -4.785,1.789 -1.481,0.472 -1.84,0.558 -1.934,0.469 -0.051,-0.047 -0.031,-0.11 0.082,-0.223 0.254,-0.262 1.008,-0.586 2.59,-1.109 0.492,-0.165 1.207,-0.418 1.59,-0.563 0.379,-0.144 0.707,-0.266 0.726,-0.266 0.02,0 0.36,-0.132 0.754,-0.296 0.739,-0.309 0.828,-0.336 0.828,-0.254 0,0.066 -0.75,0.484 -1.234,0.691 -0.43,0.184 -0.641,0.324 -0.371,0.246 0.082,-0.023 0.269,-0.094 0.414,-0.156 0.141,-0.059 0.281,-0.109 0.309,-0.109 0.058,0 1.089,-0.395 1.316,-0.504 0.105,-0.051 0.152,-0.118 0.141,-0.204 -0.02,-0.179 0.414,-0.402 0.504,-0.257 z m 0.312,1.32 c 0.023,0.035 0.016,0.102 -0.019,0.145 -0.141,0.16 -1.126,0.578 -1.926,0.816 -0.461,0.141 -0.934,0.289 -1.051,0.332 -0.559,0.199 -1.023,0.309 -1.098,0.25 -0.051,-0.039 -0.34,0.027 -0.894,0.211 -1.485,0.48 -1.899,0.586 -2.203,0.566 l -0.289,-0.015 0.246,-0.129 c 0.207,-0.106 1.902,-0.656 2.691,-0.871 0.613,-0.168 2.422,-0.793 2.598,-0.899 0.09,-0.054 0.148,-0.051 0.269,0.012 0.141,0.07 0.211,0.055 0.731,-0.164 0.691,-0.293 0.886,-0.344 0.945,-0.254 z m -9.34,0.062 c 0.024,0.032 0.008,0.114 -0.031,0.184 -0.055,0.098 -0.055,0.219 0,0.496 0.09,0.457 0.312,1.125 0.363,1.102 0.024,-0.012 0.172,-0.086 0.328,-0.164 0.309,-0.153 0.489,-0.137 0.489,0.047 0,0.152 -0.274,0.32 -0.536,0.328 -0.113,0 -0.207,0.027 -0.207,0.058 0,0.102 1.516,4.414 1.786,5.082 0.082,0.2 0.089,0.641 0.015,0.641 -0.031,0 -0.101,-0.129 -0.16,-0.285 -0.055,-0.156 -0.129,-0.328 -0.16,-0.387 -0.059,-0.102 -0.25,-0.605 -0.399,-1.035 -0.043,-0.129 -0.156,-0.426 -0.246,-0.656 -0.582,-1.485 -0.765,-1.993 -1.289,-3.618 -0.258,-0.793 -0.336,-1.125 -0.328,-1.375 0.004,-0.179 0.031,-0.363 0.059,-0.402 0.058,-0.09 0.265,-0.101 0.316,-0.016 z m 32.227,0.387 c 0.086,0.184 0.34,0.727 0.554,1.211 0.219,0.485 0.536,1.18 0.704,1.539 0.378,0.821 0.648,1.582 0.621,1.77 -0.02,0.121 -0.071,0.152 -0.332,0.199 -0.168,0.031 -0.317,0.062 -0.329,0.07 -0.015,0.012 0.184,0.215 0.438,0.457 0.789,0.746 0.965,1.211 0.629,1.7 -0.699,1.011 -2.774,2.265 -6.691,4.042 -0.075,0.036 -0.157,0.047 -0.176,0.028 -0.09,-0.086 0.047,-0.203 0.48,-0.422 0.25,-0.125 0.567,-0.293 0.703,-0.367 0.133,-0.078 0.469,-0.25 0.743,-0.383 0.269,-0.133 0.828,-0.43 1.234,-0.668 0.41,-0.234 0.926,-0.531 1.148,-0.66 0.934,-0.535 2.02,-1.442 2.227,-1.856 l 0.137,-0.277 -0.192,-0.324 c -0.105,-0.18 -0.371,-0.492 -0.594,-0.696 -0.328,-0.308 -0.425,-0.367 -0.546,-0.335 -0.168,0.039 -0.368,-0.106 -0.317,-0.235 0.047,-0.125 0.367,-0.277 0.676,-0.316 0.156,-0.02 0.301,-0.071 0.312,-0.106 0.047,-0.113 -0.347,-1.144 -1.144,-2.996 -0.613,-1.422 -0.703,-1.703 -0.539,-1.703 0.051,0 0.164,0.145 0.254,0.328 z m -31.637,0.356 c 0,0.144 -0.102,0.215 -0.316,0.215 -0.114,0 -0.114,-0.012 -0.024,-0.18 0.121,-0.227 0.34,-0.25 0.34,-0.035 z m -19.711,0.32 c 0.012,0.023 0.047,0.23 0.07,0.461 0.09,0.863 0.442,2.672 0.805,4.137 0.617,2.48 0.789,3.121 1.125,4.203 0.117,0.379 0.356,1.133 0.524,1.676 0.308,0.984 1.171,3.5 1.418,4.125 0.339,0.871 0.457,1.312 0.308,1.164 -0.07,-0.075 -0.558,-1.258 -0.558,-1.364 0,-0.043 -0.055,-0.183 -0.118,-0.312 -0.136,-0.281 -0.972,-2.668 -1.242,-3.555 -0.105,-0.344 -0.223,-0.707 -0.258,-0.805 -0.035,-0.101 -0.086,-0.273 -0.113,-0.39 -0.027,-0.113 -0.176,-0.586 -0.328,-1.047 -0.246,-0.734 -0.684,-2.391 -1.102,-4.156 -0.074,-0.309 -0.183,-0.77 -0.246,-1.016 -0.25,-0.996 -0.527,-2.84 -0.461,-3.047 0.039,-0.121 0.125,-0.16 0.176,-0.074 z m 26.207,0.199 c 0,0.117 -0.226,0.196 -2.351,0.828 -0.426,0.125 -0.829,0.243 -0.899,0.258 -0.066,0.02 -0.41,0.117 -0.765,0.219 -0.692,0.203 -0.915,0.215 -1.02,0.047 -0.082,-0.129 0.027,-0.219 0.27,-0.223 0.085,0 0.433,-0.07 0.773,-0.156 0.34,-0.082 0.687,-0.168 0.773,-0.184 0.086,-0.015 0.391,-0.097 0.68,-0.176 0.648,-0.179 1.063,-0.292 1.426,-0.386 0.152,-0.043 0.305,-0.098 0.34,-0.121 0.097,-0.071 0.773,-0.16 0.773,-0.106 z m -5.484,1.11 c 0.093,0.093 0.027,0.261 -0.145,0.347 -0.226,0.114 -0.398,0.117 -0.492,0.004 -0.102,-0.117 -0.043,-0.195 0.223,-0.305 0.242,-0.093 0.347,-0.109 0.414,-0.046 z m 33.25,2.718 c 0.035,0.106 0.058,0.2 0.043,0.215 -0.012,0.012 -0.055,-0.062 -0.094,-0.172 -0.035,-0.105 -0.059,-0.199 -0.043,-0.215 0.012,-0.011 0.055,0.067 0.094,0.172 z m -20.43,2.508 c 0.156,0.328 0.176,0.348 0.227,0.223 0.054,-0.137 0.054,-0.137 0.144,-0.02 0.32,0.434 0.586,0.875 1.082,1.809 0.586,1.105 0.801,1.504 1.668,3.086 0.289,0.523 0.684,1.25 0.879,1.613 0.195,0.367 0.379,0.688 0.402,0.711 0.071,0.066 2.969,-0.863 3.461,-1.109 0.102,-0.055 0.297,-0.121 0.426,-0.153 0.555,-0.129 4.488,-1.761 6.383,-2.644 0.809,-0.379 0.918,-0.418 1.203,-0.438 0.285,-0.019 1.625,-0.668 3.609,-1.746 0.93,-0.504 1.102,-0.555 1.321,-0.387 0.086,0.067 0.14,0.129 0.125,0.149 -0.074,0.07 -2.469,1.258 -3.16,1.562 -0.422,0.188 -1.004,0.465 -1.293,0.618 -3.27,1.711 -6.86,3.332 -9.496,4.285 -1.649,0.593 -2.336,0.808 -2.622,0.808 -0.277,0 -0.304,0.051 -0.16,0.297 0.047,0.082 0.09,0.184 0.09,0.227 0.004,0.133 -0.117,0.074 -0.215,-0.106 -0.051,-0.097 -0.121,-0.179 -0.148,-0.179 -0.031,0 -0.235,0.168 -0.449,0.375 -0.332,0.324 -0.668,0.589 -1.235,0.992 -0.066,0.047 -0.136,0.07 -0.156,0.051 -0.02,-0.02 0.324,-0.387 0.762,-0.817 0.437,-0.43 0.816,-0.832 0.843,-0.89 0.04,-0.079 -0.144,-0.485 -0.699,-1.54 -0.414,-0.785 -0.972,-1.875 -1.234,-2.417 -0.266,-0.543 -0.629,-1.282 -0.809,-1.645 -0.625,-1.273 -1.297,-2.848 -1.297,-3.043 0,-0.02 0.039,-0.035 0.086,-0.035 0.047,0 0.164,0.164 0.262,0.363 z m 0.59,1.223 c 0.039,0.082 0.082,0.137 0.098,0.125 0.031,-0.031 -0.098,-0.278 -0.141,-0.278 -0.012,0 0.004,0.067 0.043,0.153 z m 2.371,4.605 c 0.426,0.848 0.836,1.699 0.906,1.891 0.149,0.398 0.242,0.492 0.422,0.437 0.121,-0.035 0.117,-0.046 -0.055,-0.257 -0.164,-0.204 -0.816,-1.379 -1.66,-2.985 -0.191,-0.367 -0.359,-0.66 -0.371,-0.648 -0.012,0.011 0.328,0.715 0.758,1.562 z m 9.465,-0.929 c -0.024,0.031 -0.012,0.058 0.023,0.058 0.035,0 0.078,-0.027 0.102,-0.058 0.019,-0.036 0.008,-0.059 -0.028,-0.059 -0.031,0 -0.078,0.023 -0.097,0.059 z m -1.309,0.543 c -1.023,0.449 -3.375,1.394 -3.949,1.589 -0.137,0.043 -0.305,0.106 -0.371,0.137 -0.07,0.027 -0.367,0.141 -0.664,0.246 -0.297,0.11 -0.527,0.207 -0.516,0.223 0.032,0.027 0.321,-0.059 0.934,-0.277 0.269,-0.098 0.73,-0.266 1.019,-0.368 0.289,-0.105 0.614,-0.211 0.727,-0.238 0.109,-0.027 0.359,-0.129 0.555,-0.227 0.195,-0.097 0.636,-0.289 0.976,-0.421 0.676,-0.262 2.442,-1.071 2.442,-1.118 0,-0.05 -0.024,-0.043 -1.153,0.454 z m -6.172,2.351 c -0.168,0.035 -0.316,0.102 -0.332,0.149 -0.039,0.105 0.157,0.062 0.61,-0.145 0.183,-0.082 0.265,-0.133 0.183,-0.109 -0.086,0.019 -0.293,0.07 -0.461,0.105 z m 16.266,-7.723 c 0.207,0.559 0.223,0.704 0.066,0.704 -0.093,0 -0.371,-0.629 -0.316,-0.715 0.055,-0.086 0.215,-0.078 0.25,0.011 z m 0.012,1.52 c 0.078,0.203 -1.035,1.004 -4.723,3.402 -1.668,1.086 -1.812,1.168 -1.977,1.125 -0.07,-0.019 -0.343,0.09 -0.675,0.262 -1.434,0.75 -1.653,0.859 -1.676,0.836 -0.039,-0.039 0.082,-0.121 0.406,-0.289 0.52,-0.262 1.735,-1.008 2.231,-1.371 0.183,-0.133 0.679,-0.453 1.093,-0.707 0.418,-0.25 1.114,-0.692 1.547,-0.973 0.434,-0.285 0.996,-0.644 1.246,-0.801 0.25,-0.156 0.555,-0.386 0.68,-0.507 0.125,-0.125 0.305,-0.243 0.402,-0.266 0.102,-0.024 0.411,-0.215 0.692,-0.426 0.527,-0.398 0.683,-0.457 0.754,-0.285 z m -31.11,3.727 c 0.075,0.113 0.137,0.253 0.137,0.308 0,0.059 0.027,0.121 0.063,0.141 0.035,0.019 0.062,0.094 0.058,0.168 0,0.086 -0.074,0 -0.215,-0.258 -0.238,-0.426 -0.269,-0.715 -0.043,-0.359 z m 0.45,0.972 c 0.082,0.196 0.55,1.121 0.793,1.571 0.074,0.128 0.574,1.097 1.113,2.152 1.062,2.07 1.265,2.445 1.515,2.801 0.09,0.129 0.165,0.257 0.165,0.289 0,0.035 0.074,0.133 0.167,0.222 0.27,0.254 0.645,0.786 0.622,0.887 -0.008,0.051 -0.063,0.121 -0.122,0.156 -0.152,0.09 -0.296,-0.058 -0.707,-0.734 -0.652,-1.07 -0.714,-1.145 -0.406,-0.473 0.156,0.336 0.395,0.989 0.555,1.512 0.027,0.102 0.113,0.207 0.191,0.242 0.074,0.031 0.153,0.113 0.168,0.184 0.039,0.148 -0.199,0.617 -0.34,0.668 -0.054,0.015 -0.168,0.094 -0.254,0.168 -0.41,0.355 -1.812,1.281 -1.945,1.281 -0.047,0 -0.168,0.066 -0.269,0.148 -0.223,0.18 -0.258,0.188 -0.258,0.032 0,-0.067 0.039,-0.121 0.094,-0.121 0.05,0 0.109,-0.039 0.128,-0.086 0.02,-0.047 0.274,-0.258 0.571,-0.469 0.765,-0.551 1.679,-1.348 1.679,-1.465 -0.003,-0.055 -0.027,-0.195 -0.058,-0.312 -0.031,-0.114 -0.098,-0.356 -0.145,-0.536 -0.086,-0.328 -0.461,-1.304 -0.629,-1.644 -0.05,-0.102 -0.164,-0.356 -0.253,-0.57 -0.09,-0.211 -0.204,-0.442 -0.25,-0.504 -0.133,-0.184 -0.114,-0.352 0.035,-0.317 0.07,0.02 0.125,0.024 0.125,0.016 0,-0.008 -0.235,-0.488 -0.52,-1.067 -0.84,-1.683 -1.656,-3.414 -1.738,-3.687 -0.027,-0.082 -0.086,-0.203 -0.133,-0.27 -0.094,-0.132 -0.109,-0.269 -0.027,-0.269 0.027,0 0.09,0.086 0.133,0.195 z m 2.398,5.379 c 0.043,0.043 0.074,0.047 0.074,0.008 0,-0.078 -0.074,-0.149 -0.117,-0.109 -0.016,0.015 0.004,0.062 0.043,0.101 z m 18.777,-3.676 c 0.02,0.125 0.055,0.707 0.075,1.301 0.043,1.375 0.05,1.426 0.316,1.707 0.203,0.223 0.219,0.258 0.18,0.516 -0.02,0.152 -0.071,0.312 -0.11,0.359 -0.14,0.164 -1.426,0.977 -2.172,1.375 -0.023,0.016 -0.046,0 -0.046,-0.031 0,-0.106 0.46,-0.496 0.992,-0.848 0.289,-0.187 0.636,-0.441 0.773,-0.554 0.238,-0.204 0.242,-0.215 0.137,-0.321 -0.098,-0.097 -0.117,-0.097 -0.172,-0.019 -0.031,0.047 -0.043,0.125 -0.027,0.168 0.015,0.043 -0.039,0.14 -0.125,0.215 -0.211,0.187 -2.793,1.328 -6.434,2.843 -1.906,0.793 -2.176,0.899 -2.266,0.899 -0.05,0 -0.117,0.023 -0.148,0.054 -0.082,0.075 -1.488,0.633 -1.82,0.723 -0.157,0.039 -0.368,0.109 -0.473,0.156 -0.109,0.043 -0.266,0.082 -0.352,0.082 -0.082,0 -0.285,0.075 -0.453,0.164 -0.257,0.137 -0.828,0.356 -1.461,0.551 -0.269,0.086 -0.203,-0.043 0.094,-0.176 0.145,-0.062 0.535,-0.238 0.867,-0.386 0.336,-0.149 0.629,-0.274 0.653,-0.274 0.027,0 0.187,-0.062 0.355,-0.14 0.168,-0.079 0.414,-0.188 0.551,-0.246 0.137,-0.059 0.414,-0.18 0.621,-0.27 0.203,-0.09 0.563,-0.238 0.801,-0.332 0.238,-0.094 0.5,-0.219 0.582,-0.277 0.082,-0.059 0.195,-0.11 0.25,-0.11 0.055,0 0.351,-0.136 0.656,-0.308 0.305,-0.168 0.617,-0.305 0.691,-0.301 0.075,0.008 0.153,-0.012 0.168,-0.043 0.02,-0.027 1.043,-0.535 2.278,-1.129 1.234,-0.594 2.769,-1.359 3.418,-1.695 l 1.172,-0.618 0.05,-0.3 c 0.028,-0.164 0.047,-0.731 0.043,-1.254 -0.015,-1.324 -0.015,-1.391 0.028,-1.559 0.062,-0.238 0.261,-0.191 0.308,0.078 z m -2.808,1.094 c 0,0.035 -0.086,0.109 -0.192,0.164 -0.105,0.055 -0.281,0.164 -0.386,0.238 -0.106,0.071 -0.348,0.204 -0.536,0.286 -0.187,0.082 -0.632,0.296 -0.988,0.468 -0.555,0.274 -1.691,0.774 -3.836,1.684 -1.043,0.441 -5.308,1.992 -6.719,2.441 -1.292,0.41 -1.546,0.461 -1.609,0.305 -0.047,-0.113 0.063,-0.199 0.598,-0.465 0.543,-0.269 1.574,-0.844 2.265,-1.258 0.313,-0.187 0.59,-0.339 0.614,-0.339 0.09,0 -0.25,0.312 -0.703,0.64 -0.25,0.18 -0.442,0.344 -0.426,0.356 0.054,0.054 3.023,-0.985 4.804,-1.684 2.301,-0.898 4.016,-1.586 4.395,-1.758 0.219,-0.101 0.441,-0.183 0.488,-0.183 0.047,0 0.133,-0.036 0.184,-0.082 0.055,-0.043 0.371,-0.192 0.703,-0.332 0.332,-0.137 0.719,-0.317 0.863,-0.395 0.278,-0.156 0.481,-0.191 0.481,-0.086 z m -38.063,0.305 c 0.094,0.113 0.227,0.531 0.184,0.574 -0.047,0.043 -0.301,-0.508 -0.27,-0.594 0.012,-0.039 0.047,-0.031 0.086,0.02 z m 8.969,5.172 c 0.086,0.199 0.457,0.929 0.73,1.437 0.055,0.102 0.137,0.199 0.184,0.219 0.047,0.016 0.211,0.254 0.363,0.527 0.157,0.278 0.368,0.606 0.473,0.735 0.105,0.125 0.336,0.476 0.512,0.773 0.648,1.102 2.078,3.266 2.156,3.266 0.027,0 0.066,0.054 0.09,0.121 0.019,0.062 0.074,0.117 0.113,0.117 0.043,0 0.512,-0.273 1.039,-0.613 1.106,-0.703 1.082,-0.692 1.731,-1.016 0.269,-0.133 0.507,-0.223 0.535,-0.199 0.047,0.047 -0.078,0.16 -0.571,0.515 -0.16,0.114 -0.339,0.25 -0.394,0.297 -0.059,0.051 -0.445,0.321 -0.859,0.598 -0.415,0.281 -0.731,0.516 -0.704,0.527 0.059,0.02 1.165,-0.328 2.016,-0.632 1.758,-0.625 2.137,-0.766 2.418,-0.895 0.172,-0.074 0.422,-0.156 0.555,-0.176 0.273,-0.043 2.875,-0.972 3.242,-1.16 0.223,-0.113 1.738,-0.711 1.898,-0.75 0.246,-0.055 0.18,-0.008 -0.32,0.242 -0.41,0.203 -0.5,0.25 -0.758,0.391 -0.484,0.269 -0.945,0.457 -2.539,1.055 -1.008,0.375 -1.898,0.726 -1.976,0.777 -0.157,0.098 -1,0.441 -1.086,0.441 -0.032,0 -0.141,0.039 -0.25,0.086 -0.403,0.172 -1.582,0.594 -2.34,0.84 -0.469,0.152 -0.879,0.328 -1.02,0.434 -0.379,0.285 -0.789,0.496 -0.976,0.496 -0.11,0 -0.379,0.14 -0.77,0.41 -0.734,0.496 -1.246,0.777 -1.972,1.078 -0.614,0.254 -0.93,0.328 -1.055,0.25 -0.117,-0.07 0.055,-0.176 0.769,-0.477 0.817,-0.343 1.836,-0.933 2.371,-1.367 l 0.208,-0.172 -0.133,-0.343 c -0.071,-0.188 -0.188,-0.45 -0.254,-0.578 -0.071,-0.125 -0.125,-0.282 -0.125,-0.34 0,-0.059 -0.254,-0.551 -0.563,-1.094 -1,-1.746 -2.715,-5.191 -2.715,-5.457 0,-0.039 -0.058,-0.152 -0.125,-0.254 -0.136,-0.195 -0.16,-0.328 -0.058,-0.328 0.035,0 0.109,0.101 0.16,0.219 z m 3.551,6.632 c 0.109,0.125 0.144,0.059 0.054,-0.105 -0.05,-0.086 -0.085,-0.109 -0.105,-0.063 -0.012,0.043 0.008,0.118 0.051,0.168 z m -9.887,-5.968 c 0.086,0.09 0.277,0.418 0.426,0.73 0.152,0.313 0.558,1.106 0.906,1.766 0.352,0.656 0.875,1.652 1.168,2.211 0.293,0.562 0.68,1.261 0.859,1.554 0.176,0.297 0.61,1.024 0.957,1.618 0.348,0.589 0.786,1.277 0.969,1.523 0.18,0.246 0.332,0.481 0.332,0.523 0,0.161 -0.25,0.063 -0.457,-0.179 -0.269,-0.309 -0.293,-0.18 -0.039,0.191 0.113,0.168 0.16,0.289 0.125,0.324 -0.113,0.11 -0.449,-0.293 -0.801,-0.961 -0.226,-0.429 -0.23,-0.457 -0.054,-0.402 0.175,0.055 0.152,-0.004 -0.442,-0.992 -0.867,-1.438 -2.453,-4.445 -3.343,-6.336 -0.176,-0.379 -0.403,-0.859 -0.504,-1.066 -0.203,-0.418 -0.305,-0.668 -0.278,-0.668 0.008,0 0.086,0.074 0.176,0.164 z m 27.231,2.406 c -0.086,0.082 -2.133,0.934 -5.036,2.094 -0.597,0.238 -1.277,0.511 -1.515,0.609 -0.375,0.156 -1.453,0.59 -2.723,1.106 -0.203,0.082 -0.488,0.199 -0.633,0.261 -0.14,0.063 -0.273,0.117 -0.293,0.117 -0.015,0 -0.207,0.082 -0.418,0.18 -0.375,0.18 -0.57,0.254 -1.16,0.453 -0.156,0.055 -0.433,0.164 -0.621,0.246 -0.613,0.274 -1.781,0.68 -4.918,1.707 -1.699,0.555 -3.355,1.102 -3.68,1.211 -0.66,0.227 -0.804,0.246 -0.804,0.118 0,-0.114 0.191,-0.196 1.238,-0.528 0.461,-0.144 1.336,-0.437 1.949,-0.652 0.614,-0.215 1.406,-0.485 1.762,-0.602 0.359,-0.113 1.082,-0.351 1.609,-0.523 1.465,-0.477 2.93,-0.992 3.649,-1.281 0.359,-0.145 1.094,-0.43 1.64,-0.633 1.672,-0.625 2.098,-0.797 6.184,-2.449 1.68,-0.68 2.68,-1.082 3.125,-1.254 0.187,-0.071 0.387,-0.157 0.445,-0.184 0.149,-0.074 0.278,-0.074 0.2,0.004 z m -119.282,11.477 c 0,0.066 -0.058,0.261 -0.133,0.433 -0.07,0.176 -0.238,0.625 -0.375,1.004 -0.277,0.777 -0.398,1.004 -0.496,0.91 -0.046,-0.043 -0.031,-0.207 0.043,-0.531 0.246,-1.074 0.618,-1.934 0.836,-1.934 0.082,0 0.125,0.043 0.125,0.118 z m 11.852,2.164 c 0.125,0.144 1.344,1.328 2.707,2.636 1.578,1.508 2.437,2.375 2.367,2.375 -0.352,0.008 -2.852,-1.593 -3.582,-2.3 -0.34,-0.325 -1.144,-1.375 -1.336,-1.743 -0.168,-0.32 -0.461,-1.16 -0.418,-1.199 0.02,-0.019 0.137,0.086 0.262,0.231 z m -10.781,-0.086 c 0.066,0.062 0.046,0.941 -0.028,1.273 -0.051,0.234 -0.09,0.301 -0.168,0.285 -0.09,-0.015 -0.101,-0.105 -0.086,-0.703 0.008,-0.379 0.032,-0.734 0.051,-0.793 0.031,-0.105 0.152,-0.137 0.231,-0.062 z m 12.421,6.836 c 0.399,0.386 0.754,0.812 1.118,1.347 0.293,0.43 0.578,0.817 0.629,0.86 0.101,0.078 0.136,0.242 0.054,0.242 -0.136,0 -1.183,-0.844 -1.734,-1.399 -0.606,-0.609 -0.719,-0.777 -0.563,-0.828 0.051,-0.015 0.043,-0.101 -0.035,-0.297 -0.058,-0.148 -0.097,-0.324 -0.082,-0.382 0.024,-0.09 0.149,0.003 0.613,0.457 z m 2.469,1.363 c 0.153,0.09 1.321,0.668 2.598,1.285 1.891,0.91 2.367,1.117 2.578,1.117 0.434,0 0.406,0.192 -0.047,0.297 -0.457,0.106 -2.078,0.149 -2.648,0.066 -0.782,-0.109 -0.871,-0.16 -1.43,-0.753 -0.488,-0.516 -1.551,-1.965 -1.551,-2.11 0,-0.121 0.211,-0.078 0.5,0.098 z m 9.461,11.004 c 0,0.09 -0.519,0.734 -0.836,1.039 -0.304,0.297 -1.121,0.726 -1.308,0.691 -0.071,-0.011 0.086,-0.168 0.476,-0.48 0.32,-0.254 0.809,-0.649 1.078,-0.879 0.489,-0.41 0.59,-0.473 0.59,-0.371 z"
-         style="font-size:25.60000038px;fill:#927317;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4679" /><path
-         d="m 167.13727,148.057 c 0.804,0.039 1.148,0.101 1.472,0.277 0.098,0.051 0.25,0.078 0.336,0.063 0.09,-0.016 0.235,0 0.321,0.031 0.089,0.035 0.519,0.086 0.964,0.113 0.442,0.028 0.985,0.094 1.204,0.141 0.222,0.047 0.625,0.129 0.898,0.183 1.348,0.27 2.535,0.719 2.984,1.129 0.129,0.118 0.305,0.266 0.399,0.332 0.105,0.082 0.211,0.262 0.301,0.52 0.187,0.539 0.148,1.125 -0.121,1.785 -0.106,0.262 -0.192,0.504 -0.192,0.531 0,0.063 -0.379,0.496 -0.808,0.926 -0.356,0.359 -1.567,1.297 -2.364,1.824 -0.328,0.223 -0.601,0.438 -0.601,0.481 0,0.097 0.019,0.097 2.351,0.359 1.035,0.113 2.414,0.27 3.063,0.344 1.254,0.141 2.933,0.168 5.367,0.086 2.07,-0.07 7.551,0.101 9.137,0.289 0.39,0.047 0.941,0.101 1.222,0.125 0.282,0.023 0.528,0.066 0.547,0.098 0.059,0.093 -0.226,0.343 -0.465,0.406 -0.125,0.035 -0.379,0.062 -0.566,0.062 -0.188,0 -0.371,0.024 -0.402,0.051 -0.067,0.063 -1.278,0.211 -2.457,0.309 -0.434,0.035 -0.825,0.074 -0.868,0.09 -0.039,0.011 -1.074,0.132 -2.3,0.265 -1.227,0.133 -2.422,0.27 -2.661,0.301 -0.238,0.031 -0.656,0.086 -0.925,0.121 -0.274,0.039 -0.594,0.082 -0.715,0.094 -0.117,0.015 -0.324,0.054 -0.461,0.082 -0.531,0.121 -1.59,0.301 -2.477,0.422 -1.441,0.191 -2.148,0.3 -2.207,0.336 -0.082,0.046 0.008,0.14 0.133,0.14 0.063,0 0.176,0.047 0.25,0.11 0.125,0.097 0.129,0.117 0.043,0.199 -0.172,0.168 -1.488,0.363 -3.754,0.558 -0.594,0.051 -1.25,0.118 -1.453,0.149 -1.418,0.215 -1.84,0.254 -2.828,0.254 -0.957,0 -1.473,0.051 -1.473,0.148 0,0.02 0.071,0.125 0.156,0.231 0.297,0.375 0.208,0.406 -0.464,0.148 -0.254,-0.098 -0.754,-0.289 -1.114,-0.426 -1.05,-0.398 -2.371,-1.004 -2.617,-1.199 -0.25,-0.199 -0.265,-0.246 -0.148,-0.496 0.062,-0.137 0.281,-0.266 1.164,-0.687 0.597,-0.286 1.293,-0.583 1.543,-0.657 0.254,-0.074 0.754,-0.265 1.109,-0.426 0.359,-0.16 0.762,-0.324 0.899,-0.363 0.336,-0.094 0.531,-0.195 1.113,-0.562 0.273,-0.172 0.746,-0.442 1.051,-0.598 0.308,-0.156 0.613,-0.344 0.679,-0.418 0.071,-0.074 0.524,-0.394 1.012,-0.711 0.875,-0.57 2.488,-1.867 2.855,-2.297 0.106,-0.121 0.274,-0.433 0.376,-0.687 0.156,-0.395 0.187,-0.555 0.187,-1 0,-0.75 -0.176,-1.313 -0.41,-1.313 -0.078,0 -0.07,0.035 0.031,0.231 0.316,0.605 0.293,1.293 -0.062,1.769 -0.098,0.133 -0.219,0.324 -0.266,0.426 -0.094,0.195 -0.25,0.348 -0.875,0.856 -1.738,1.41 -3.027,2.332 -3.68,2.628 -0.211,0.098 -0.445,0.231 -0.519,0.293 -0.309,0.27 -2.543,1.313 -3.957,1.848 -0.817,0.309 -1.77,0.621 -2.176,0.707 -0.273,0.059 -0.656,0.484 -0.824,0.918 -0.137,0.348 -0.137,0.379 -0.043,0.52 0.054,0.082 0.246,0.214 0.422,0.296 0.179,0.082 0.707,0.321 1.175,0.536 0.469,0.214 0.918,0.39 1,0.39 0.082,0 0.168,0.031 0.192,0.067 0.066,0.101 0.617,0.32 1.265,0.5 0.723,0.195 1.383,0.468 2.301,0.937 0.621,0.32 0.672,0.356 0.438,0.324 -0.317,-0.043 -1.227,-0.308 -1.442,-0.418 -0.082,-0.046 -0.511,-0.195 -0.953,-0.336 -0.437,-0.136 -1.105,-0.371 -1.484,-0.523 -0.891,-0.352 -1.356,-0.359 -2.356,-0.039 -0.261,0.086 -1.254,0.23 -1.515,0.219 -0.082,0 -0.336,0.019 -0.555,0.05 -0.223,0.032 -0.805,0.098 -1.301,0.149 -0.492,0.051 -1.117,0.117 -1.386,0.148 -0.27,0.032 -0.715,0.071 -0.989,0.09 -0.273,0.02 -0.597,0.067 -0.715,0.098 -0.277,0.078 -2.363,0.152 -3.218,0.117 -0.153,-0.008 -0.5,-0.012 -0.774,-0.008 -2.445,0.043 -4.523,0.028 -8.566,-0.058 -4.934,-0.106 -7.36,-0.207 -8.41,-0.356 -0.223,-0.031 -0.684,-0.086 -1.024,-0.125 -0.34,-0.039 -0.699,-0.105 -0.804,-0.148 -0.102,-0.047 -0.286,-0.098 -0.411,-0.117 -0.207,-0.032 -0.234,-0.059 -0.359,-0.387 -0.406,-1.055 -1.277,-2.031 -2.168,-2.445 -0.883,-0.407 -1.832,-0.567 -3.043,-0.512 -1.277,0.062 -2.184,0.281 -3.266,0.793 -0.988,0.465 -2.527,1.285 -2.5,1.328 0.028,0.043 0.051,0.051 0.692,0.18 0.379,0.078 0.422,0.183 0.051,0.14 -0.383,-0.047 -1.746,-0.199 -2.141,-0.238 -0.488,-0.047 -0.727,-0.086 -1.762,-0.281 -0.441,-0.086 -1.207,-0.215 -1.699,-0.285 -0.496,-0.075 -1.219,-0.211 -1.609,-0.309 -0.391,-0.094 -0.883,-0.211 -1.098,-0.258 -0.359,-0.078 -0.687,-0.195 -0.973,-0.344 -0.218,-0.113 -0.668,-0.058 -0.804,0.102 -0.114,0.129 -0.203,0.148 -1.024,0.211 -1.043,0.082 -3.664,0.09 -3.812,0.012 -0.078,-0.043 -0.051,-0.063 0.125,-0.094 0.121,-0.024 0.234,-0.063 0.254,-0.094 0.031,-0.051 -0.649,-0.496 -1.266,-0.828 -0.531,-0.285 -0.969,-0.352 -3.527,-0.523 -1.649,-0.11 -1.848,-0.133 -1.727,-0.208 0.051,-0.031 0.188,-0.042 0.305,-0.027 0.203,0.027 0.793,0.059 3.711,0.207 1.808,0.094 2.273,0.121 3,0.18 1.351,0.113 2.054,0.18 2.785,0.269 1.258,0.153 1.473,0.118 1.293,-0.218 -0.051,-0.098 -0.074,-0.2 -0.055,-0.231 0.117,-0.187 1.688,-0.406 3.207,-0.453 0.688,-0.019 1.008,-0.008 1.067,0.043 0.105,0.082 1.453,0.078 1.726,-0.008 0.168,-0.054 2.36,-0.097 3.199,-0.066 0.192,0.008 0.414,-0.02 0.485,-0.055 0.086,-0.043 0.633,-0.078 1.527,-0.09 1.512,-0.019 4.215,-0.191 4.309,-0.273 0.031,-0.028 0.043,-0.063 0.027,-0.078 -0.016,-0.016 -0.527,-0.071 -1.141,-0.121 -2.144,-0.176 -3.285,-0.321 -5.777,-0.731 -0.699,-0.113 -1.519,-0.23 -1.828,-0.262 -2.109,-0.203 -3.641,-0.441 -4.344,-0.679 -0.23,-0.078 -0.75,-0.242 -1.16,-0.364 -0.406,-0.121 -0.82,-0.25 -0.914,-0.285 -0.223,-0.078 -0.316,-0.246 -0.23,-0.398 0.035,-0.067 0.062,-0.172 0.062,-0.238 0,-0.164 0.344,-0.258 1.887,-0.512 2.269,-0.371 4.566,-0.637 7.515,-0.867 1.102,-0.086 2.204,-0.18 2.586,-0.219 0.309,-0.031 0.328,-0.043 0.297,-0.172 -0.035,-0.133 -0.015,-0.144 0.317,-0.18 0.195,-0.023 0.441,-0.062 0.543,-0.093 0.101,-0.028 0.367,-0.067 0.585,-0.086 0.223,-0.02 0.528,-0.063 0.68,-0.094 0.156,-0.027 0.356,-0.066 0.449,-0.086 0.094,-0.016 0.172,-0.07 0.172,-0.117 0,-0.047 0.047,-0.113 0.11,-0.145 0.175,-0.09 1.777,-0.238 3.632,-0.336 2.008,-0.105 7.411,-0.129 7.793,-0.035 0.313,0.078 2.196,0.082 4.176,0.008 1.278,-0.047 4.02,-0.066 5.66,-0.043 0.239,0.004 0.586,0.004 0.774,-0.004 0.187,-0.004 0.625,-0.008 0.972,-0.008 0.473,0 0.668,-0.027 0.782,-0.097 0.133,-0.086 0.281,-0.09 1.347,-0.032 0.657,0.036 1.379,0.094 1.598,0.129 0.883,0.141 1.617,0.16 2.012,0.051 0.422,-0.117 1.886,-0.719 1.886,-0.773 0,-0.024 -0.496,-0.075 -1.097,-0.114 -1.637,-0.113 -2.707,-0.289 -3.184,-0.523 -0.344,-0.172 -0.371,-0.492 -0.054,-0.649 0.582,-0.289 5.285,-1.109 5.89,-1.027 0.149,0.024 0.442,0.055 0.649,0.074 0.343,0.036 0.39,0.024 0.449,-0.086 0.133,-0.234 0.722,-0.3 2.945,-0.328 0.781,-0.011 1.785,0 2.227,0.02 z m -0.528,0.469 c 0,0.031 -0.015,0.14 -0.039,0.246 -0.039,0.183 -0.031,0.191 0.094,0.125 0.16,-0.082 0.191,-0.422 0.039,-0.422 -0.051,0 -0.094,0.023 -0.094,0.051 z m -0.59,0.523 c 0.043,0.16 0.157,0.141 0.157,-0.027 0,-0.129 -0.141,-0.282 -0.172,-0.188 -0.016,0.035 -0.008,0.133 0.015,0.215 z m 1.34,0.055 c -0.464,0.133 -0.601,0.152 -0.695,0.097 -0.105,-0.062 -0.117,-0.05 -0.117,0.129 0,0.11 0.035,0.246 0.078,0.301 0.074,0.094 0.098,0.098 0.387,0.004 0.172,-0.051 0.422,-0.145 0.558,-0.203 0.492,-0.211 1.821,-0.403 2.864,-0.418 0.085,0 0.125,-0.027 0.101,-0.067 -0.031,-0.046 -0.43,-0.058 -1.32,-0.039 -1.176,0.024 -1.32,0.039 -1.856,0.196 z m -1.914,0.636 c 0.063,0.207 0.153,0.395 0.192,0.418 0.05,0.032 0.031,0.09 -0.071,0.196 -0.175,0.175 -0.16,0.215 0.207,0.718 0.317,0.426 0.332,0.481 0.157,0.571 -0.176,0.094 -0.418,0.015 -0.805,-0.258 -0.523,-0.375 -0.902,-0.816 -1.027,-1.207 -0.114,-0.34 -0.227,-0.457 -0.336,-0.348 -0.039,0.035 0,0.168 0.101,0.352 0.09,0.164 0.223,0.402 0.293,0.535 0.274,0.523 0.653,0.977 0.875,1.047 0.117,0.035 0.242,0.051 0.278,0.031 0.031,-0.019 0.117,0.02 0.183,0.082 0.106,0.106 0.113,0.149 0.055,0.309 -0.043,0.117 -0.043,0.207 -0.004,0.242 0.031,0.031 0.469,0.086 0.973,0.113 0.503,0.031 1.132,0.082 1.398,0.117 0.266,0.032 0.66,0.043 0.875,0.024 0.398,-0.035 1.586,0.097 2.184,0.246 0.972,0.242 1.211,0.336 1.484,0.594 0.32,0.293 0.348,0.461 0.145,0.804 -0.125,0.211 -0.192,0.243 -0.883,0.477 -1.051,0.351 -1.715,0.48 -2.817,0.551 -0.601,0.035 -1,0.086 -1.082,0.136 -0.07,0.047 -0.289,0.094 -0.484,0.11 -0.418,0.035 -0.574,0.133 -0.348,0.222 0.192,0.071 2.473,0.368 2.848,0.368 0.25,0 0.375,-0.059 1.035,-0.465 0.41,-0.254 0.934,-0.598 1.16,-0.762 0.231,-0.164 0.457,-0.328 0.512,-0.359 0.812,-0.496 1.5,-0.961 1.57,-1.067 0.051,-0.07 0.223,-0.258 0.379,-0.418 0.156,-0.156 0.281,-0.312 0.281,-0.347 0,-0.032 0.082,-0.172 0.176,-0.309 0.61,-0.871 0.461,-1.805 -0.363,-2.316 -0.18,-0.114 -0.305,-0.235 -0.305,-0.297 0,-0.117 -0.238,-0.223 -0.898,-0.395 -0.492,-0.129 -2.012,-0.176 -3.035,-0.093 -0.965,0.082 -2.157,0.269 -2.801,0.449 l -0.473,0.133 0.016,0.226 c 0.008,0.121 0.055,0.348 0.109,0.5 0.07,0.195 0.078,0.293 0.031,0.34 -0.101,0.098 -0.257,-0.023 -0.441,-0.348 -0.086,-0.152 -0.207,-0.324 -0.262,-0.379 -0.093,-0.093 -0.101,-0.089 -0.101,0.024 0,0.187 0.176,0.562 0.386,0.816 0.102,0.125 0.168,0.242 0.149,0.262 -0.086,0.082 -0.488,-0.313 -0.66,-0.641 -0.102,-0.195 -0.254,-0.398 -0.34,-0.449 -0.113,-0.074 -0.137,-0.125 -0.098,-0.195 0.035,-0.067 0.008,-0.242 -0.078,-0.5 l -0.129,-0.399 -0.168,0.086 -0.164,0.082 0.121,0.371 z m -1.148,-0.199 c -0.031,0.051 0.23,0.719 0.426,1.086 0.164,0.301 0.777,0.797 0.875,0.699 0.062,-0.058 -0.063,-0.214 -0.262,-0.316 -0.328,-0.168 -0.68,-0.66 -0.809,-1.121 -0.101,-0.379 -0.156,-0.461 -0.23,-0.348 z m 0.672,0.422 c 0.109,0.316 0.25,0.481 0.34,0.391 0.05,-0.051 -0.368,-0.75 -0.422,-0.707 -0.012,0.007 0.023,0.152 0.082,0.316 z m -3.094,0.25 c -0.371,0.102 -0.695,0.203 -0.723,0.227 -0.023,0.023 0.414,0.039 0.977,0.039 0.558,0 1.016,-0.02 1.016,-0.043 0,-0.02 -0.024,-0.106 -0.055,-0.188 -0.106,-0.265 -0.344,-0.273 -1.215,-0.035 z m -1.852,0.84 c -0.375,0.066 -1.015,0.199 -1.425,0.293 -0.676,0.156 -0.817,0.211 -1.485,0.605 -2.25,1.317 -3.492,2.239 -3.492,2.598 0,0.043 -0.047,0.105 -0.105,0.137 -0.102,0.054 -0.102,0.062 0,0.172 0.062,0.066 0.105,0.211 0.105,0.347 0,0.907 1.543,1.403 4.109,1.321 1.282,-0.043 1.723,-0.149 2.95,-0.715 1,-0.461 1.578,-0.813 2.101,-1.282 0.219,-0.191 0.594,-0.503 0.832,-0.683 0.735,-0.563 1.321,-1.145 1.367,-1.359 0.02,-0.102 0.09,-0.215 0.153,-0.25 0.172,-0.086 0.14,-0.227 -0.055,-0.266 -0.094,-0.02 -0.293,-0.086 -0.445,-0.145 -0.156,-0.062 -0.371,-0.144 -0.485,-0.183 -0.109,-0.043 -0.336,-0.223 -0.5,-0.403 -0.265,-0.293 -0.312,-0.32 -0.429,-0.257 -0.071,0.035 -0.2,0.05 -0.278,0.031 -0.117,-0.027 -0.156,-0.008 -0.183,0.086 -0.024,0.097 -0.082,0.125 -0.254,0.125 -0.121,0 -0.395,0.062 -0.609,0.14 -0.668,0.247 -1.879,0.86 -2.036,1.036 -0.082,0.093 -0.246,0.242 -0.363,0.328 -0.246,0.175 -1.449,0.769 -1.934,0.953 -0.179,0.07 -0.585,0.246 -0.91,0.398 l -0.586,0.278 -0.797,0.019 c -0.828,0.016 -1.031,-0.027 -1.031,-0.215 0,-0.179 0.153,-0.269 0.317,-0.183 0.086,0.047 0.355,0.062 0.761,0.047 0.762,-0.028 0.973,-0.114 2.418,-0.989 1.297,-0.781 2.399,-1.406 3.125,-1.769 0.321,-0.164 0.614,-0.324 0.649,-0.356 0.086,-0.078 -0.633,-0.008 -1.485,0.141 z m 61.715,-1.422 c 0.563,0.168 0.899,0.66 1.196,1.75 0.121,0.438 0.156,0.672 0.128,0.918 -0.05,0.52 -0.203,1.188 -0.375,1.672 -0.089,0.246 -0.16,0.476 -0.16,0.519 0,0.039 0.141,0.102 0.313,0.137 0.465,0.098 0.785,0.281 0.972,0.559 0.094,0.136 0.278,0.351 0.415,0.48 l 0.246,0.231 0,0.64 c 0.004,0.508 -0.028,0.727 -0.145,1.086 -0.207,0.621 -0.566,1.297 -0.883,1.66 -0.148,0.164 -0.648,0.946 -1.113,1.727 -1.66,2.809 -2.105,3.664 -2.52,4.84 -0.214,0.609 -0.253,0.793 -0.253,1.207 0,0.265 0.031,0.551 0.07,0.633 0.066,0.144 0.473,0.355 1.008,0.519 0.136,0.039 0.398,0.141 0.59,0.223 0.367,0.16 1.562,0.316 3.085,0.402 0.614,0.035 0.79,0.067 0.868,0.153 0.25,0.261 0.379,0.429 0.375,0.496 -0.016,0.41 -0.739,1.269 -1.649,1.961 -0.656,0.492 -0.797,0.675 -0.73,0.937 0.047,0.18 -0.071,0.313 -0.508,0.582 -0.215,0.137 -0.313,0.231 -0.289,0.289 0.023,0.063 -0.039,0.11 -0.234,0.16 -0.297,0.082 -0.422,0.196 -0.422,0.379 0.004,0.27 0.058,0.285 0.738,0.184 1.058,-0.153 3.594,-0.321 5.047,-0.332 0.371,-0.004 0.859,-0.047 1.078,-0.094 0.359,-0.078 0.402,-0.074 0.453,0.008 0.035,0.062 0.098,0.082 0.176,0.058 0.094,-0.031 0.133,-0.007 0.16,0.094 0.031,0.113 0.062,0.125 0.281,0.09 0.137,-0.02 0.496,-0.117 0.805,-0.215 0.305,-0.097 0.586,-0.176 0.621,-0.176 0.152,0 -0.105,0.153 -0.469,0.278 -0.515,0.176 -2.347,0.91 -2.39,0.957 -0.051,0.054 0.117,0.004 0.812,-0.246 0.332,-0.121 1.223,-0.391 1.981,-0.606 1.632,-0.457 1.714,-0.488 1.773,-0.637 0.066,-0.171 1.023,-0.464 1.527,-0.464 0.356,0 0.407,0.015 0.457,0.136 0.028,0.075 0.176,0.254 0.321,0.403 0.148,0.148 0.332,0.347 0.406,0.449 0.262,0.34 0.141,0.019 -0.168,-0.445 -0.172,-0.254 -0.309,-0.496 -0.309,-0.539 0,-0.344 0.954,0.906 1.731,2.269 0.16,0.277 0.473,0.805 0.691,1.164 0.219,0.363 0.532,0.899 0.696,1.192 0.164,0.293 0.382,0.668 0.484,0.835 0.762,1.247 3.387,6.844 3.387,7.231 0,0.047 0.136,0.383 0.3,0.742 0.168,0.363 0.325,0.738 0.348,0.84 0.02,0.102 0.078,0.215 0.129,0.254 0.047,0.039 0.09,0.141 0.09,0.223 0,0.082 0.062,0.273 0.144,0.425 0.286,0.539 0.469,1.043 0.473,1.278 0,0.09 -0.019,0.093 -0.121,0.035 -0.125,-0.078 -0.461,-0.789 -0.574,-1.215 -0.032,-0.133 -0.086,-0.281 -0.117,-0.328 -0.09,-0.145 -0.489,-0.942 -0.489,-0.977 0,-0.027 -0.312,-0.695 -0.679,-1.445 -0.196,-0.402 -0.555,-1.211 -0.555,-1.25 0,-0.02 -0.223,-0.484 -0.496,-1.031 -0.274,-0.547 -0.496,-1.004 -0.496,-1.016 0,-0.055 -0.953,-1.914 -1.344,-2.621 -1.434,-2.586 -2.148,-3.699 -3.23,-5.023 -0.348,-0.426 -0.657,-0.836 -0.688,-0.911 -0.027,-0.074 -0.105,-0.136 -0.164,-0.136 -0.313,0 -1.551,0.199 -1.699,0.273 -0.094,0.047 -0.68,0.258 -1.305,0.469 -0.629,0.207 -1.207,0.414 -1.285,0.457 -0.082,0.043 -0.539,0.219 -1.016,0.391 -1.898,0.683 -4.062,1.519 -4.98,1.921 -0.117,0.055 -0.481,0.211 -0.801,0.348 -0.324,0.141 -1.09,0.473 -1.703,0.746 -0.613,0.27 -1.488,0.637 -1.949,0.817 -0.457,0.179 -0.942,0.371 -1.075,0.425 l -0.238,0.094 0.043,0.481 c 0.024,0.261 0.082,0.679 0.133,0.929 0.047,0.246 0.113,0.641 0.144,0.875 0.032,0.235 0.098,0.586 0.149,0.778 0.051,0.195 0.109,0.5 0.133,0.683 0.023,0.18 0.078,0.461 0.121,0.625 0.047,0.164 0.144,0.582 0.219,0.93 0.074,0.344 0.23,0.855 0.343,1.133 0.137,0.328 0.188,0.527 0.149,0.566 -0.129,0.125 -0.375,-0.308 -1.141,-1.996 -0.609,-1.352 -1.18,-3.223 -1.023,-3.371 0.101,-0.102 0.16,0.004 0.34,0.617 0.187,0.66 0.546,1.594 0.578,1.504 0.007,-0.031 -0.035,-0.281 -0.106,-0.559 -0.164,-0.656 -0.429,-2.058 -0.5,-2.621 -0.027,-0.246 -0.062,-0.5 -0.074,-0.562 -0.012,-0.074 0.031,-0.141 0.117,-0.184 0.078,-0.039 0.211,-0.144 0.297,-0.234 0.086,-0.09 0.555,-0.348 1.039,-0.57 1.152,-0.532 1.442,-0.653 3.66,-1.524 1.524,-0.598 1.571,-0.625 1.559,-0.797 -0.008,-0.14 0.039,-0.176 0.578,-0.39 0.32,-0.129 0.906,-0.364 1.297,-0.524 0.39,-0.156 0.906,-0.359 1.144,-0.449 0.239,-0.09 0.575,-0.223 0.743,-0.293 0.171,-0.074 0.414,-0.168 0.543,-0.207 0.253,-0.082 0.359,-0.184 0.187,-0.184 -0.062,0 -0.332,0.039 -0.605,0.09 -0.489,0.09 -0.879,0.227 -2.227,0.781 -0.375,0.157 -0.891,0.368 -1.145,0.473 -0.746,0.305 -1.914,0.832 -1.89,0.856 0.008,0.007 0.191,-0.028 0.398,-0.086 0.293,-0.078 0.399,-0.086 0.453,-0.032 0.047,0.043 0.051,0.09 0.016,0.125 -0.031,0.032 -0.477,0.207 -0.988,0.395 -2.731,1 -3.907,1.504 -6.309,2.691 -1.922,0.95 -2.922,1.461 -2.867,1.461 0.039,0.004 0.699,-0.261 1.227,-0.492 0.187,-0.082 0.605,-0.234 0.929,-0.344 0.324,-0.109 0.668,-0.234 0.762,-0.281 0.133,-0.062 0.195,-0.066 0.258,-0.016 0.097,0.075 0.058,0.239 -0.055,0.239 -0.039,0 -0.277,0.097 -0.531,0.215 -0.254,0.117 -0.797,0.343 -1.207,0.5 -1.715,0.664 -4.942,2.019 -5.762,2.418 -0.363,0.175 -0.703,0.207 -0.703,0.062 0,-0.051 0.086,-0.121 0.187,-0.156 0.102,-0.031 0.184,-0.094 0.184,-0.129 0.004,-0.137 0.785,-0.797 1.332,-1.125 0.742,-0.442 2.156,-1.129 2.32,-1.129 0.121,0 4.223,-1.949 6.43,-3.059 0.461,-0.23 1.168,-0.558 1.578,-0.734 0.813,-0.348 1.653,-0.727 2.938,-1.328 0.461,-0.215 1.14,-0.508 1.511,-0.656 1.075,-0.426 1.086,-0.434 0.5,-0.438 -0.484,0 -1.027,0.055 -1.699,0.176 -0.719,0.125 -2.269,0.359 -2.508,0.375 -0.211,0.012 -0.246,0 -0.238,-0.098 0.012,-0.101 -0.023,-0.109 -0.355,-0.078 -0.34,0.027 -0.387,0.051 -0.61,0.289 -0.261,0.278 -0.328,0.457 -0.14,0.379 0.058,-0.027 0.199,-0.058 0.308,-0.074 0.168,-0.024 0.199,-0.008 0.199,0.086 0,0.082 -0.156,0.203 -0.539,0.414 -1.39,0.773 -2.347,0.976 -3.031,0.648 -0.172,-0.082 -0.355,-0.211 -0.406,-0.285 -0.125,-0.183 -0.188,-0.695 -0.11,-0.894 0.086,-0.219 0.063,-0.215 -0.863,0.097 -2.144,0.727 -3.129,1.098 -5.41,2.043 -2.078,0.86 -4.254,1.703 -4.387,1.703 -0.242,0 -0.039,-0.195 0.399,-0.379 0.461,-0.199 1.039,-0.457 1.918,-0.867 0.281,-0.133 0.422,-0.222 0.355,-0.238 -0.222,-0.039 -0.097,-0.187 0.324,-0.375 0.321,-0.141 0.434,-0.223 0.434,-0.309 0,-0.086 -0.027,-0.105 -0.109,-0.074 -0.227,0.086 -1.325,0.469 -2.411,0.836 -0.617,0.207 -1.292,0.465 -1.5,0.57 -0.203,0.11 -0.585,0.282 -0.851,0.387 -0.266,0.106 -0.969,0.399 -1.563,0.653 -0.597,0.253 -1.25,0.531 -1.453,0.617 -0.207,0.086 -0.859,0.379 -1.453,0.656 -0.597,0.277 -1.254,0.559 -1.465,0.621 -0.207,0.066 -0.425,0.172 -0.484,0.231 -0.055,0.062 -0.273,0.171 -0.484,0.246 -0.211,0.074 -0.438,0.195 -0.508,0.265 -0.227,0.235 -0.793,0.555 -1.559,0.875 -0.738,0.309 -0.871,0.418 -0.574,0.461 0.133,0.02 0.336,-0.062 1.703,-0.68 3.508,-1.585 4.625,-2.078 5.266,-2.324 0.308,-0.117 0.629,-0.215 0.711,-0.215 l 0.144,0.004 -0.152,0.125 c -0.086,0.071 -0.531,0.301 -0.992,0.508 -1.817,0.828 -5.313,2.563 -5.203,2.578 0.062,0.012 0.293,-0.023 0.511,-0.078 0.684,-0.168 1.782,-0.32 2.555,-0.355 3.957,-0.172 7.344,-0.239 8.113,-0.16 0.399,0.039 0.746,0.085 0.778,0.105 0.187,0.109 -0.192,0.145 -1.731,0.148 -0.941,0.004 -1.797,0.028 -1.898,0.051 -0.188,0.043 -0.188,0.043 -0.032,0.082 0.086,0.02 0.641,0.051 1.239,0.067 1.75,0.047 2.078,0.117 1.957,0.422 -0.035,0.085 -0.09,0.101 -0.305,0.07 -1.227,-0.168 -3.863,-0.258 -7.004,-0.242 -2.371,0.011 -3.539,0.121 -4.508,0.41 -0.359,0.109 -0.761,0.121 -0.793,0.023 -0.015,-0.043 -0.156,-0.008 -0.39,0.106 -0.332,0.152 -0.383,0.203 -0.477,0.457 -0.137,0.355 -0.14,0.508 -0.023,1.031 0.113,0.523 0.605,2.371 0.781,2.93 0.07,0.23 0.16,0.511 0.191,0.629 0.036,0.113 0.102,0.316 0.145,0.445 0.047,0.133 0.16,0.484 0.25,0.777 0.094,0.297 0.305,0.934 0.469,1.41 0.168,0.481 0.304,0.93 0.304,1 0,0.071 0.051,0.215 0.118,0.325 0.062,0.109 0.179,0.386 0.257,0.617 0.078,0.226 0.18,0.504 0.227,0.613 0.047,0.109 0.074,0.231 0.062,0.27 -0.015,0.039 0.024,0.136 0.086,0.214 0.063,0.079 0.118,0.227 0.114,0.329 0,0.101 0.054,0.293 0.121,0.425 0.07,0.133 0.265,0.602 0.437,1.047 0.477,1.227 0.641,1.625 0.758,1.852 0.059,0.113 0.109,0.238 0.109,0.277 0,0.039 0.098,0.238 0.215,0.442 0.121,0.203 0.219,0.39 0.219,0.41 0,0.023 0.102,0.23 0.23,0.457 0.473,0.859 0.875,1.765 0.786,1.765 -0.051,0 -0.09,-0.027 -0.09,-0.054 0,-0.032 -0.094,-0.164 -0.207,-0.297 -0.114,-0.133 -0.328,-0.516 -0.473,-0.856 -0.336,-0.797 -0.672,-1.511 -1.125,-2.429 -0.203,-0.407 -0.41,-0.848 -0.457,-0.985 -0.051,-0.133 -0.113,-0.273 -0.141,-0.308 -0.058,-0.071 -0.691,-1.442 -0.691,-1.493 0,-0.019 -0.141,-0.328 -0.312,-0.695 -0.172,-0.363 -0.391,-0.867 -0.485,-1.121 -0.097,-0.254 -0.371,-0.973 -0.609,-1.598 -0.426,-1.109 -0.992,-2.804 -1.848,-5.531 -0.344,-1.094 -0.418,-1.414 -0.41,-1.699 0.008,-0.195 0.031,-0.406 0.051,-0.469 0.043,-0.133 0.011,-0.129 -0.621,0.11 l -0.371,0.136 0.347,0.004 c 0.238,0.004 0.371,0.035 0.43,0.098 0.066,0.078 0.062,0.105 -0.008,0.148 -0.051,0.032 -0.141,0.055 -0.203,0.055 -0.359,0.004 -1.984,0.488 -2.516,0.75 -0.371,0.184 -0.675,0.234 -0.718,0.121 -0.02,-0.051 0.015,-0.199 0.078,-0.332 0.109,-0.23 0.175,-0.277 1.164,-0.762 0.582,-0.285 1.359,-0.648 1.734,-0.808 0.375,-0.16 0.711,-0.317 0.746,-0.344 0.035,-0.031 0.578,-0.281 1.207,-0.559 0.625,-0.277 1.875,-0.843 2.778,-1.261 2.062,-0.957 3.355,-1.539 3.992,-1.793 0.57,-0.235 1.566,-0.696 2.316,-1.078 0.289,-0.149 0.891,-0.407 1.332,-0.575 0.442,-0.168 0.887,-0.339 0.989,-0.382 0.101,-0.043 0.296,-0.118 0.433,-0.168 0.137,-0.051 0.484,-0.192 0.774,-0.309 0.636,-0.262 1.226,-0.484 2.132,-0.805 0.375,-0.129 1.059,-0.375 1.516,-0.543 0.461,-0.172 1.184,-0.425 1.609,-0.57 1.25,-0.422 1.969,-0.676 2.086,-0.734 0.059,-0.032 0.25,-0.086 0.426,-0.125 0.172,-0.039 0.473,-0.164 0.664,-0.274 0.192,-0.113 0.535,-0.273 0.766,-0.359 0.23,-0.086 0.629,-0.235 0.883,-0.336 0.761,-0.301 1.285,-0.465 1.691,-0.527 0.211,-0.032 0.473,-0.079 0.582,-0.098 0.305,-0.059 0.461,0.074 0.598,0.508 0.086,0.281 0.097,0.39 0.043,0.441 -0.125,0.121 -0.282,-0.031 -0.289,-0.281 -0.012,-0.328 -0.133,-0.418 -0.454,-0.336 -0.246,0.062 -0.281,0.101 -0.257,0.312 0.027,0.274 -0.055,0.321 -1.227,0.684 -0.047,0.012 -0.074,0.035 -0.059,0.051 0.016,0.015 0.305,-0.039 0.645,-0.125 0.801,-0.203 0.918,-0.207 0.941,-0.043 0.016,0.097 -0.07,0.187 -0.371,0.394 -0.215,0.149 -0.511,0.328 -0.66,0.399 -0.148,0.074 -0.258,0.144 -0.242,0.156 0.051,0.051 1.199,-0.219 1.734,-0.406 0.129,-0.047 0.164,-0.09 0.137,-0.168 -0.058,-0.184 0.172,-0.332 0.68,-0.442 l 0.48,-0.105 -0.039,-0.18 c -0.019,-0.105 -0.008,-0.218 0.031,-0.265 0.055,-0.063 0.051,-0.082 -0.003,-0.082 -0.098,0 -0.555,-0.481 -0.555,-0.582 -0.004,-0.11 0.117,-0.09 0.453,0.074 0.168,0.082 0.32,0.137 0.332,0.125 0.016,-0.016 -0.07,-0.121 -0.195,-0.235 -0.121,-0.109 -0.223,-0.23 -0.223,-0.265 0,-0.098 0.309,-0.313 0.449,-0.313 0.172,0 0.668,-0.367 1.278,-0.945 0.289,-0.277 0.644,-0.578 0.789,-0.676 0.254,-0.168 0.39,-0.332 0.39,-0.469 0,-0.035 -0.156,-0.062 -0.386,-0.062 -0.211,-0.004 -0.582,-0.031 -0.821,-0.063 -0.238,-0.035 -0.597,-0.074 -0.801,-0.089 -0.878,-0.063 -1.425,-0.157 -1.546,-0.262 -0.071,-0.059 -0.235,-0.145 -0.371,-0.184 -0.411,-0.125 -0.793,-0.336 -1.012,-0.558 -0.278,-0.278 -0.16,-0.485 0.133,-0.235 0.117,0.102 0.121,0.102 0.074,-0.043 -0.028,-0.082 -0.129,-0.238 -0.227,-0.347 -0.183,-0.203 -0.211,-0.282 -0.121,-0.336 0.031,-0.02 0.039,-0.203 0.024,-0.406 -0.024,-0.305 0.007,-0.5 0.164,-1.032 0.109,-0.363 0.269,-0.832 0.355,-1.047 0.27,-0.668 1.172,-2.402 1.477,-2.839 0.16,-0.231 0.347,-0.555 0.414,-0.719 0.066,-0.164 0.156,-0.34 0.199,-0.391 0.047,-0.047 0.172,-0.25 0.285,-0.445 0.113,-0.199 0.266,-0.442 0.344,-0.539 0.074,-0.098 0.234,-0.344 0.351,-0.539 0.122,-0.199 0.278,-0.414 0.356,-0.481 0.207,-0.179 0.516,-0.672 0.703,-1.125 0.188,-0.453 0.316,-1.383 0.258,-1.824 -0.047,-0.34 -0.242,-0.641 -0.461,-0.715 -0.098,-0.031 -0.274,-0.14 -0.395,-0.242 -0.246,-0.211 -0.761,-0.449 -0.847,-0.398 -0.086,0.05 -0.242,0.378 -0.203,0.418 0.019,0.015 0.101,0.031 0.183,0.031 0.156,0 0.543,0.172 0.492,0.219 -0.015,0.015 -0.179,-0.012 -0.355,-0.063 -0.18,-0.055 -0.402,-0.094 -0.496,-0.094 -0.09,0 -0.203,-0.043 -0.246,-0.093 -0.078,-0.09 -0.063,-0.149 0.117,-0.446 0.156,-0.258 0.539,-1.547 0.66,-2.211 0.168,-0.949 0.07,-1.609 -0.328,-2.164 -0.516,-0.722 -0.832,-0.773 -1.832,-0.316 -0.246,0.113 -0.516,0.207 -0.598,0.207 -0.191,0 -1.386,0.816 -3.14,2.148 -0.348,0.27 -0.836,0.633 -1.082,0.813 -0.243,0.179 -0.473,0.344 -0.504,0.371 -0.168,0.125 -0.403,0.254 -0.403,0.215 0,-0.055 0.84,-0.801 1.356,-1.207 2.472,-1.942 3.367,-2.555 4.285,-2.942 0.605,-0.254 0.926,-0.289 1.363,-0.156 z m -1.793,18.871 c -0.043,0.063 -0.054,0.129 -0.031,0.145 0.098,0.054 0.801,0.285 1.035,0.336 0.137,0.027 0.457,0.105 0.711,0.175 0.258,0.067 0.582,0.121 0.723,0.121 0.144,0.004 0.273,0.024 0.289,0.047 0.015,0.024 0.402,0.028 0.855,0.004 0.879,-0.043 1.188,0.004 1.41,0.203 0.071,0.063 0.125,0.153 0.125,0.2 0,0.117 0.102,0.113 0.149,-0.008 0.066,-0.168 0.039,-0.371 -0.059,-0.469 -0.066,-0.062 -0.215,-0.094 -0.48,-0.094 -0.567,-0.004 -2.32,-0.156 -2.641,-0.234 -0.152,-0.035 -0.562,-0.133 -0.91,-0.215 -0.344,-0.078 -0.723,-0.184 -0.832,-0.23 -0.27,-0.114 -0.258,-0.114 -0.344,0.019 z m 4.157,2.031 c -0.395,0.403 -0.446,0.469 -0.247,0.344 0.137,-0.09 0.29,-0.16 0.344,-0.16 0.133,0 0.61,-0.484 0.508,-0.52 -0.043,-0.015 -0.078,-0.07 -0.078,-0.121 0,-0.054 -0.008,-0.086 -0.016,-0.07 -0.008,0.012 -0.238,0.25 -0.511,0.527 z m -1.95,1.442 c -0.285,0.14 -0.304,0.219 -0.082,0.301 0.141,0.05 0.207,0.031 0.449,-0.125 0.239,-0.157 0.258,-0.184 0.118,-0.153 -0.129,0.028 -0.172,0.016 -0.172,-0.054 0,-0.118 -0.02,-0.114 -0.313,0.031 z m -5.761,2.094 c -0.34,0.101 -0.602,0.199 -0.586,0.214 0.043,0.039 1.164,-0.273 1.246,-0.343 0.094,-0.086 -0.008,-0.067 -0.66,0.129 z m 0.953,1.203 c 0.015,0.039 0.097,0.125 0.187,0.187 0.207,0.149 0.883,0.184 0.883,0.043 0,-0.066 -0.098,-0.101 -0.34,-0.133 -0.187,-0.023 -0.41,-0.066 -0.496,-0.101 -0.207,-0.078 -0.262,-0.078 -0.234,0.004 z m -0.137,0.41 c 0,0.078 0.379,0.238 0.566,0.238 0.188,0 0.106,-0.062 -0.242,-0.183 -0.16,-0.055 -0.301,-0.106 -0.308,-0.11 -0.008,-0.004 -0.016,0.02 -0.016,0.055 z m -12.664,7.148 c 0.023,0.02 0.074,0.024 0.121,0.004 0.047,-0.015 0.035,-0.031 -0.039,-0.035 -0.066,-0.004 -0.102,0.012 -0.082,0.031 z m -10.965,0.684 c -0.078,0.047 -0.078,0.055 0.012,0.058 0.058,0 0.121,-0.027 0.144,-0.058 0.047,-0.078 -0.035,-0.078 -0.156,0 z m 0.664,0.191 c -0.097,0.211 -0.199,0.574 -0.144,0.52 0.113,-0.11 0.379,-0.711 0.312,-0.711 -0.039,0 -0.117,0.086 -0.168,0.191 z m -0.219,0.797 c 0.02,0.016 0.055,-0.015 0.079,-0.074 0.031,-0.086 0.027,-0.094 -0.036,-0.035 -0.043,0.043 -0.062,0.09 -0.043,0.109 z m 27.219,-34.258 c 0.027,0.024 0.047,0.082 0.047,0.133 0,0.047 0.125,0.192 0.277,0.32 0.172,0.145 0.344,0.379 0.461,0.622 0.172,0.347 0.192,0.441 0.192,0.968 -0.004,0.739 -0.157,1.352 -0.539,2.125 -0.27,0.543 -0.414,0.754 -0.481,0.692 -0.015,-0.016 0.078,-0.27 0.207,-0.563 0.379,-0.867 0.461,-1.219 0.465,-2.058 0.008,-1.254 -0.277,-1.797 -0.949,-1.797 -0.328,0 -0.629,0.125 -1.027,0.422 -0.172,0.129 -0.368,0.238 -0.426,0.238 -0.059,0 -0.196,0.058 -0.305,0.133 -0.148,0.101 -2.504,1.793 -3.516,2.527 -0.23,0.168 -1.16,0.875 -1.738,1.328 -0.269,0.207 -0.512,0.375 -0.543,0.375 -0.066,0 -0.07,-0.066 -0.008,-0.148 0.059,-0.078 0.899,-0.785 1.207,-1.02 0.524,-0.39 1.051,-0.801 1.661,-1.285 0.351,-0.281 0.781,-0.602 0.949,-0.715 0.172,-0.113 0.504,-0.355 0.742,-0.543 0.543,-0.422 1.848,-1.304 2.281,-1.547 0.324,-0.175 0.949,-0.304 1.043,-0.207 z m 0.328,5.149 c 0.133,0.047 0.34,0.09 0.457,0.097 0.297,0.02 0.305,0.137 0.016,0.18 -0.32,0.051 -0.598,-0.008 -0.731,-0.148 -0.156,-0.168 -0.035,-0.231 0.258,-0.129 z m 2.047,0.312 c 0.238,0.141 0.356,0.446 0.297,0.762 -0.043,0.215 -0.746,1.965 -0.922,2.293 -0.047,0.082 -0.187,0.352 -0.312,0.598 -0.262,0.511 -0.629,1.007 -0.961,1.316 -0.367,0.332 -1.106,1.785 -1.981,3.891 -0.742,1.793 -0.926,2.797 -0.664,3.629 0.149,0.468 -0.191,0.218 -0.387,-0.282 -0.148,-0.383 -0.132,-0.57 0.102,-1.394 0.246,-0.856 0.492,-1.535 0.762,-2.117 0.14,-0.301 0.254,-0.575 0.254,-0.614 0,-0.035 0.082,-0.218 0.183,-0.41 0.102,-0.187 0.356,-0.707 0.571,-1.148 0.21,-0.446 0.429,-0.875 0.484,-0.957 0.289,-0.422 0.719,-1.039 1.016,-1.45 0.328,-0.46 0.578,-0.984 1.117,-2.339 0.332,-0.84 0.343,-1.047 0.093,-1.407 -0.21,-0.3 -0.23,-0.398 -0.085,-0.449 0.152,-0.058 0.226,-0.043 0.433,0.078 z m -12.472,1.426 c 0,0.027 -0.172,0.207 -0.383,0.402 -0.246,0.231 -0.301,0.27 -0.16,0.11 0.125,-0.137 0.273,-0.321 0.332,-0.403 0.097,-0.148 0.211,-0.207 0.211,-0.109 z m -1.114,1.148 c 0,0.059 -0.312,0.43 -0.504,0.598 -0.175,0.156 -1.258,1.391 -2.215,2.527 -0.707,0.844 -1.054,1.329 -1.054,1.481 0,0.129 -0.137,0.336 -0.992,1.48 -0.188,0.254 -0.536,0.774 -0.774,1.149 -0.234,0.379 -0.457,0.719 -0.496,0.758 -0.172,0.179 -0.469,0.687 -0.437,0.761 0.035,0.09 0.437,0.184 0.535,0.125 0.035,-0.019 0.062,-0.175 0.062,-0.347 0.004,-0.168 0.055,-0.418 0.113,-0.547 0.172,-0.363 1.727,-2.61 2.297,-3.32 0.278,-0.344 0.621,-0.774 0.762,-0.957 0.402,-0.516 1.531,-1.821 1.594,-1.844 0.172,-0.059 -0.02,0.222 -0.766,1.121 -0.453,0.547 -0.906,1.109 -1.004,1.246 -1.109,1.566 -1.488,2.125 -1.851,2.738 -0.235,0.395 -0.504,0.805 -0.598,0.91 -0.176,0.2 -0.203,0.27 -0.266,0.719 -0.039,0.293 -0.003,0.309 0.329,0.121 0.328,-0.179 0.433,-0.125 0.433,0.231 0,0.16 -0.039,0.347 -0.086,0.418 -0.152,0.23 -0.515,0.394 -0.98,0.449 -1.125,0.133 -1.321,0.16 -1.508,0.199 -0.164,0.039 -0.246,0.016 -0.445,-0.117 -0.328,-0.219 -0.414,-0.512 -0.157,-0.512 0.063,0 0.079,-0.047 0.055,-0.168 -0.023,-0.113 -0.004,-0.203 0.067,-0.269 0.121,-0.117 0.277,-0.129 0.285,-0.024 0.004,0.039 0.011,0.125 0.015,0.192 0.012,0.136 0.45,0.324 0.754,0.324 l 0.184,0 -0.196,-0.16 c -0.191,-0.157 -0.195,-0.176 -0.152,-0.492 0.039,-0.293 0.059,-0.325 0.18,-0.313 0.109,0.012 0.207,-0.098 0.523,-0.57 0.43,-0.649 0.512,-0.782 0.793,-1.297 0.539,-0.988 2.469,-3.543 3.793,-5.024 0.516,-0.578 1.594,-1.644 1.66,-1.644 0.028,0 0.047,0.027 0.047,0.058 z m -108.234,0.043 c -0.043,0.016 -0.098,0.016 -0.117,-0.003 -0.02,-0.024 0.015,-0.036 0.082,-0.032 0.07,0 0.086,0.016 0.035,0.035 z m -2.730999,0.192 c 0.52,0.055 0.219,0.125 -0.539,0.125 -0.492,0 -0.64,-0.016 -0.621,-0.074 0.028,-0.082 0.602,-0.11 1.16,-0.051 z m -4.3,0.004 c 0.988,0.023 1.808,0.047 1.824,0.054 0.019,0.008 -0.078,0.051 -0.215,0.102 -0.176,0.063 -0.602,0.098 -1.438,0.117 -1.125,0.028 -1.214,0.039 -1.546,0.188 -0.356,0.156 -0.356,0.156 -0.172,0.199 0.101,0.027 0.312,0.051 0.465,0.055 0.152,0.004 0.32,0.031 0.371,0.066 0.121,0.074 -0.879,0.074 -1.672,-0.004 -0.321,-0.031 -0.918,-0.086 -1.328,-0.121 -0.95,-0.082 -1.621,-0.277 -1.469,-0.426 0.094,-0.09 0.949,-0.164 2.922,-0.246 0.254,-0.012 1.273,-0.004 2.258,0.016 z m 7.999999,0.398 c 0.195,0.039 0.457,0.11 0.582,0.16 0.226,0.094 0.234,0.09 0.234,-0.027 0,-0.094 0.023,-0.113 0.105,-0.082 0.063,0.02 0.235,0.062 0.387,0.09 0.363,0.07 0.449,0.101 0.949,0.375 0.442,0.242 0.637,0.258 0.567,0.047 -0.047,-0.145 0.012,-0.149 0.476,-0.055 0.528,0.109 1.004,0.379 1.481,0.836 0.305,0.293 0.472,0.414 0.551,0.394 0.129,-0.031 0.429,0.25 0.734,0.692 0.109,0.156 0.215,0.281 0.234,0.281 0.02,0 0.075,-0.047 0.118,-0.101 0.07,-0.094 0.097,-0.071 0.238,0.238 0.172,0.375 0.23,0.414 0.324,0.207 0.059,-0.121 0.09,-0.082 0.336,0.406 0.203,0.406 0.305,0.543 0.406,0.555 0.086,0.012 0.199,0.121 0.297,0.285 0.09,0.145 0.199,0.266 0.246,0.266 0.047,0 0.149,0.086 0.227,0.195 0.078,0.105 0.39,0.441 0.695,0.746 l 0.559,0.555 0.867,0 c 1.055,0 2.316,-0.098 2.695,-0.207 0.153,-0.047 0.586,-0.157 0.961,-0.243 0.371,-0.089 0.805,-0.21 0.957,-0.273 0.153,-0.059 0.543,-0.207 0.867,-0.324 0.325,-0.121 0.809,-0.324 1.082,-0.449 0.274,-0.129 1.09,-0.489 1.817,-0.801 0.73,-0.317 1.359,-0.621 1.406,-0.688 0.047,-0.062 0.246,-0.175 0.441,-0.246 0.196,-0.07 0.411,-0.176 0.481,-0.234 0.066,-0.059 0.387,-0.207 0.711,-0.328 0.324,-0.125 0.711,-0.274 0.867,-0.332 0.152,-0.063 0.414,-0.129 0.586,-0.153 0.629,-0.082 0.68,-0.183 0.215,-0.449 -0.785,-0.441 0.289,-0.535 1.332,-0.113 0.387,0.156 0.441,0.168 0.504,0.082 0.066,-0.086 0.117,-0.082 0.527,0.035 0.25,0.07 0.598,0.207 0.777,0.301 0.176,0.097 0.336,0.176 0.356,0.176 0.094,0 0,-0.2 -0.25,-0.528 -0.332,-0.426 -0.34,-0.582 -0.035,-0.57 0.402,0.019 1.508,0.68 2.054,1.23 0.188,0.188 0.375,0.344 0.418,0.344 0.039,0 0.118,0.113 0.176,0.254 0.059,0.141 0.172,0.371 0.25,0.52 0.113,0.203 0.137,0.316 0.11,0.488 -0.028,0.16 0.015,0.437 0.144,0.933 0.106,0.387 0.246,1.016 0.32,1.395 0.086,0.434 0.168,0.715 0.231,0.762 0.058,0.043 0.121,0.218 0.148,0.418 0.024,0.187 0.102,0.679 0.168,1.09 0.067,0.414 0.141,0.949 0.16,1.199 0.02,0.246 0.051,0.648 0.075,0.894 0.062,0.727 0.07,0.813 0.117,2.02 0.035,0.918 0.062,1.148 0.133,1.148 0.07,0 0.078,0.129 0.043,0.719 -0.028,0.473 -0.02,0.719 0.019,0.719 0.035,0 0.141,-0.305 0.235,-0.672 0.093,-0.371 0.179,-0.684 0.191,-0.699 0.012,-0.012 0.019,0.418 0.019,0.957 -0.003,0.539 0.02,1.371 0.055,1.847 0.098,1.371 -0.023,3.223 -0.332,4.993 -0.051,0.296 -0.137,0.781 -0.187,1.078 -0.051,0.293 -0.157,0.754 -0.239,1.015 -0.222,0.735 -0.246,0.867 -0.136,0.867 0.05,0 0.382,-0.097 0.734,-0.214 0.844,-0.286 2.18,-0.672 3.422,-0.989 0.269,-0.07 0.711,-0.191 0.976,-0.269 0.262,-0.078 0.637,-0.16 0.825,-0.18 l 0.343,-0.039 -0.043,-0.68 -0.046,-0.675 0.199,-0.184 c 0.109,-0.098 0.246,-0.18 0.304,-0.18 0.145,0 2.055,-0.64 2.133,-0.715 0.035,-0.031 0.125,-0.062 0.2,-0.062 0.109,0 0.16,-0.059 0.234,-0.277 0.144,-0.411 0.41,-0.657 0.41,-0.383 0,0.238 0.125,0.176 0.375,-0.188 0.281,-0.406 0.418,-0.539 0.5,-0.492 0.027,0.02 0.035,0.098 0.016,0.172 -0.071,0.273 0.105,0.215 0.547,-0.18 0.539,-0.484 0.773,-0.656 0.957,-0.711 0.211,-0.062 0.175,0.047 -0.137,0.434 -0.313,0.383 -0.367,0.586 -0.141,0.516 0.078,-0.02 0.25,-0.09 0.383,-0.153 0.133,-0.062 0.289,-0.113 0.344,-0.113 0.058,0 0.211,-0.086 0.344,-0.195 0.636,-0.512 1.515,-1.02 1.265,-0.731 -0.117,0.137 -0.023,0.184 0.207,0.102 0.285,-0.098 0.324,-0.09 0.196,0.047 -0.059,0.066 -0.114,0.168 -0.118,0.226 -0.004,0.063 -0.117,0.203 -0.25,0.317 -0.453,0.382 -1.343,1.562 -1.25,1.652 0.02,0.019 0.297,-0.078 0.61,-0.219 0.722,-0.328 1.742,-0.66 2.011,-0.66 0.196,0 0.575,0.203 0.575,0.309 0,0.023 -0.278,0.183 -0.618,0.351 -1.07,0.531 -1.144,0.664 -0.343,0.602 0.957,-0.078 2.543,0.183 4.383,0.719 0.449,0.128 1.035,0.273 1.308,0.32 0.461,0.078 0.934,0.211 1.094,0.308 0.047,0.028 0.039,0.063 -0.02,0.106 -0.109,0.078 -0.195,0.273 -0.117,0.273 0.027,0 0.27,-0.039 0.531,-0.086 0.262,-0.05 0.5,-0.074 0.532,-0.058 0.113,0.07 0.043,0.215 -0.168,0.336 -0.258,0.144 -0.25,0.215 0.011,0.078 0.098,-0.051 0.254,-0.117 0.348,-0.149 0.125,-0.043 0.172,-0.097 0.172,-0.207 0,-0.187 0.078,-0.195 0.199,-0.015 0.055,0.074 0.106,0.121 0.121,0.101 0.016,-0.015 0.239,-0.437 0.496,-0.933 0.258,-0.5 0.543,-1.016 0.633,-1.153 0.176,-0.269 0.344,-0.324 0.344,-0.109 -0.004,0.105 -0.234,0.715 -0.473,1.227 -0.058,0.125 0.145,0.082 0.539,-0.11 0.477,-0.23 0.926,-0.316 1.149,-0.222 0.148,0.066 0.172,0.058 0.258,-0.075 0.214,-0.332 0.953,-0.957 1.648,-1.398 0.758,-0.481 2.363,-1.289 3.07,-1.551 0.219,-0.078 0.676,-0.269 1.016,-0.426 0.754,-0.347 1.531,-0.629 1.723,-0.629 0.273,0 0.527,0.172 0.558,0.375 0.078,0.504 0.098,0.879 0.039,0.879 -0.105,0 -0.25,-0.34 -0.25,-0.59 0,-0.132 -0.019,-0.25 -0.047,-0.265 -0.023,-0.016 -0.254,0.203 -0.507,0.484 -0.688,0.754 -1.415,1.356 -2.469,2.039 -0.555,0.364 -0.571,0.379 -0.43,0.45 0.129,0.062 0.152,0.132 0.215,0.664 0.043,0.328 0.074,0.847 0.078,1.148 0.008,0.625 0,0.617 0.547,0.727 0.18,0.039 0.496,0.136 0.703,0.218 0.207,0.086 0.391,0.145 0.402,0.133 0.016,-0.015 -0.117,-0.152 -0.289,-0.305 -0.175,-0.156 -0.293,-0.308 -0.269,-0.343 0.023,-0.043 0.168,-0.059 0.371,-0.039 0.43,0.031 0.98,0.304 1.601,0.789 0.547,0.425 0.618,0.429 0.676,0.015 0.137,-0.961 0.164,-1.476 0.11,-2.152 -0.032,-0.402 -0.047,-0.809 -0.032,-0.91 0.016,-0.098 -0.058,-0.539 -0.16,-0.985 -0.207,-0.875 -0.222,-0.984 -0.129,-0.929 0.075,0.047 0.332,0.859 0.473,1.496 0.074,0.336 0.156,0.535 0.277,0.672 0.278,0.312 0.469,0.672 0.645,1.226 0.094,0.289 0.195,0.524 0.23,0.524 0.078,0 0.012,-0.711 -0.113,-1.25 -0.051,-0.211 -0.078,-0.395 -0.066,-0.407 0.035,-0.035 0.566,0.942 0.656,1.208 0.09,0.261 0.187,0.308 0.383,0.191 0.082,-0.047 0.25,-0.121 0.379,-0.16 0.218,-0.067 0.254,-0.059 0.464,0.082 0.125,0.082 0.387,0.308 0.579,0.5 0.445,0.441 2.402,2.656 2.402,2.719 0,0.023 -0.129,-0.075 -0.289,-0.223 -0.156,-0.149 -0.301,-0.258 -0.313,-0.242 -0.015,0.011 0.02,0.105 0.075,0.207 0.074,0.14 0.078,0.183 0.019,0.183 -0.043,0 -0.496,-0.515 -1.008,-1.14 -1.316,-1.617 -1.48,-1.789 -1.718,-1.789 -0.11,0.004 -0.293,0.05 -0.415,0.105 -0.207,0.102 -0.214,0.117 -0.183,0.375 0.074,0.672 -0.012,2.043 -0.164,2.555 -0.059,0.203 0.058,0.172 0.586,-0.176 0.258,-0.168 0.59,-0.387 0.734,-0.48 0.246,-0.161 0.387,-0.176 0.387,-0.043 0,0.027 -0.082,0.144 -0.184,0.257 -0.101,0.114 -0.187,0.227 -0.187,0.258 0,0.09 -1.012,1.004 -1.266,1.141 -0.051,0.027 -0.109,0.113 -0.125,0.191 -0.016,0.078 -0.035,0.145 -0.043,0.153 -1.504,0.972 -2.887,1.757 -4.164,2.363 -1.633,0.773 -3.273,1.449 -3.105,1.281 0.05,-0.051 0.629,-0.344 2.172,-1.101 0.472,-0.235 1.015,-0.512 1.207,-0.622 0.191,-0.109 0.597,-0.343 0.902,-0.515 0.59,-0.332 1.09,-0.707 0.848,-0.633 -0.071,0.023 -0.5,0.211 -0.954,0.418 -0.453,0.211 -1.293,0.574 -1.875,0.809 -0.578,0.238 -1.207,0.496 -1.398,0.574 -0.191,0.082 -0.418,0.148 -0.504,0.148 -0.086,0 -0.332,0.051 -0.547,0.114 -0.269,0.082 -0.601,0.121 -1.043,0.128 -1.187,0.016 -1.039,-0.054 -1.344,0.661 -0.152,0.351 -0.335,0.679 -0.429,0.757 l -0.16,0.141 0.285,0.816 c 0.156,0.45 0.355,1.09 0.445,1.418 0.09,0.329 0.172,0.606 0.184,0.621 0.023,0.02 -0.016,-1.476 -0.059,-2.312 -0.012,-0.238 0.004,-0.449 0.031,-0.465 0.032,-0.019 0.059,0.016 0.059,0.074 0,0.121 0.168,0.614 0.242,0.707 0.024,0.032 0.082,0.27 0.129,0.528 0.074,0.437 0.07,1.039 -0.023,4.133 l -0.008,0.296 0.308,0.114 c 0.168,0.062 0.391,0.152 0.493,0.203 0.105,0.055 0.261,0.133 0.351,0.18 0.094,0.042 0.317,0.097 0.496,0.113 0.18,0.019 0.36,0.043 0.399,0.054 0.082,0.024 0.023,0.387 -0.141,0.887 -0.059,0.172 -0.074,0.309 -0.039,0.344 0.078,0.074 1.18,-0.262 1.781,-0.547 1.367,-0.644 3.293,-1.801 5.063,-3.031 0.785,-0.547 0.906,-0.613 0.906,-0.496 0,0.129 -2.113,1.629 -3.125,2.218 -0.238,0.137 -0.547,0.352 -0.688,0.477 -0.136,0.121 -0.316,0.242 -0.394,0.266 -0.078,0.023 -0.301,0.136 -0.5,0.246 -0.516,0.293 -1.258,0.594 -2.281,0.922 l -0.899,0.289 -0.441,1.215 c -0.242,0.668 -0.496,1.355 -0.57,1.527 -0.118,0.281 -0.122,0.332 -0.043,0.547 0.187,0.511 0.617,1.273 0.785,1.39 0.097,0.067 0.175,0.172 0.175,0.235 0,0.062 -0.136,0.265 -0.308,0.445 -0.434,0.461 -0.406,0.535 0.137,0.367 0.144,-0.047 0.406,-0.117 0.574,-0.16 0.172,-0.043 0.414,-0.125 0.539,-0.187 0.297,-0.141 0.465,-0.137 0.512,0.011 0.023,0.067 0.058,0.118 0.082,0.121 0.023,0 0.082,0.024 0.129,0.051 0.066,0.043 0.046,0.121 -0.118,0.403 -0.144,0.246 -0.41,0.531 -0.886,0.949 -1.746,1.535 -2.508,2.215 -2.762,2.48 -0.152,0.156 -0.531,0.449 -0.836,0.649 -0.305,0.203 -0.793,0.531 -1.082,0.73 -0.523,0.36 -2.297,1.418 -2.617,1.559 -0.235,0.101 -0.215,0.234 0.039,0.234 0.109,0 0.351,0.07 0.535,0.156 0.344,0.168 2.777,1.723 3.312,2.118 0.344,0.253 0.793,0.746 0.762,0.835 -0.012,0.032 -0.301,-0.066 -0.64,-0.214 -1.524,-0.664 -1.516,-0.664 -2.629,-0.743 -0.559,-0.039 -1.258,-0.093 -1.547,-0.121 -0.289,-0.027 -0.547,-0.031 -0.57,-0.007 -0.067,0.062 1.14,1.101 1.851,1.593 0.332,0.227 0.996,0.789 1.473,1.246 1.019,0.973 1.383,1.289 2.504,2.161 0.461,0.355 1.027,0.832 1.257,1.058 0.407,0.391 0.676,0.539 0.782,0.43 0.031,-0.031 0.168,-0.324 0.312,-0.653 0.145,-0.328 0.352,-0.773 0.465,-0.984 0.113,-0.215 0.285,-0.59 0.375,-0.84 0.094,-0.246 0.258,-0.621 0.367,-0.836 0.219,-0.422 0.426,-1.023 0.676,-1.925 0.156,-0.579 0.227,-0.766 0.582,-1.582 0.242,-0.559 0.309,-0.676 0.387,-0.676 0.101,0 0,0.379 -0.414,1.551 -0.215,0.609 -0.379,1.117 -0.367,1.128 0.015,0.012 0.234,-0.378 0.488,-0.867 0.531,-1.019 0.789,-1.394 0.969,-1.394 0.066,0 0.121,0.008 0.121,0.019 0,0.016 -0.125,0.207 -0.282,0.43 -0.156,0.226 -0.605,1.043 -1.004,1.812 -0.394,0.774 -0.726,1.375 -0.738,1.34 -0.012,-0.035 0.063,-0.246 0.168,-0.472 0.106,-0.223 0.184,-0.461 0.172,-0.528 -0.008,-0.074 -0.098,0.078 -0.227,0.387 -0.117,0.281 -0.273,0.645 -0.351,0.809 -0.074,0.164 -0.305,0.675 -0.512,1.136 -0.203,0.457 -0.582,1.274 -0.84,1.813 -0.257,0.535 -0.468,0.984 -0.468,0.996 0,0.012 -0.184,0.422 -0.411,0.91 -1.671,3.609 -2.031,4.484 -1.972,4.785 0.031,0.149 0.015,0.203 -0.063,0.235 -0.054,0.019 -0.125,0.003 -0.152,-0.039 -0.125,-0.196 -0.816,-0.84 -0.902,-0.84 -0.129,0 -0.266,0.343 -0.313,0.781 -0.039,0.359 -0.039,0.363 0.195,0.598 0.133,0.128 0.227,0.25 0.207,0.265 -0.015,0.016 -0.136,-0.027 -0.265,-0.094 l -0.235,-0.121 0.129,0.176 c 0.071,0.094 0.493,0.574 0.938,1.063 0.441,0.492 0.926,1.027 1.074,1.191 0.27,0.301 0.473,0.621 0.473,0.75 0,0.043 -0.059,0.055 -0.164,0.031 -0.121,-0.031 -0.2,-0.008 -0.301,0.086 -0.184,0.164 -3.379,1.715 -4.133,2 -0.668,0.258 -0.613,0.192 -0.98,1.227 -0.336,0.949 -0.438,1.449 -0.321,1.613 0.133,0.18 0.184,0.109 0.235,-0.305 0.047,-0.41 0.226,-0.925 0.429,-1.218 0.071,-0.106 0.16,-0.246 0.2,-0.305 0.039,-0.063 0.086,-0.098 0.109,-0.078 0.019,0.015 -0.059,0.25 -0.176,0.519 -0.289,0.664 -0.465,1.239 -0.465,1.512 0,0.211 -0.023,0.246 -0.25,0.356 -0.418,0.207 -0.593,0.632 -0.433,1.043 0.09,0.23 -0.055,0.195 -0.285,-0.071 l -0.192,-0.222 -0.164,0.296 c -0.09,0.164 -0.25,0.426 -0.355,0.586 -0.106,0.157 -0.172,0.305 -0.149,0.328 0.028,0.024 0.078,-0.007 0.117,-0.066 0.317,-0.496 0.457,-0.672 0.547,-0.687 0.082,-0.016 0.004,0.187 -0.32,0.836 -0.867,1.738 -1.383,3.671 -1.242,4.644 0.066,0.43 0.094,0.488 0.258,0.488 0.367,0 1.625,-0.894 2.375,-1.691 0.414,-0.438 0.347,-0.293 0.937,-2.098 0.477,-1.453 0.481,-1.468 0.242,-1.551 -0.121,-0.042 0.043,-0.164 0.219,-0.164 0.102,0 0.262,-0.035 0.355,-0.082 0.18,-0.093 0.688,-0.593 0.688,-0.683 0,-0.031 -0.27,-0.067 -0.602,-0.082 -0.625,-0.028 -1.14,-0.196 -1.222,-0.395 -0.059,-0.152 0.023,-0.156 0.465,-0.015 0.359,0.113 0.503,0.129 0.836,0.097 0.324,-0.035 0.414,-0.066 0.472,-0.172 0.035,-0.074 0.418,-0.636 0.848,-1.254 1.801,-2.585 1.758,-2.519 2.14,-3.242 0.411,-0.773 0.516,-1.097 0.59,-1.808 0.035,-0.321 0.086,-0.758 0.117,-0.973 0.028,-0.211 0.04,-0.406 0.024,-0.434 -0.012,-0.023 -0.168,-0.046 -0.348,-0.046 -0.371,-0.008 -0.808,-0.149 -1.058,-0.34 -0.25,-0.196 -0.164,-0.219 0.222,-0.071 0.407,0.157 1.301,0.231 1.442,0.118 0.07,-0.055 0.097,-0.192 0.097,-0.489 0,-0.425 -0.007,-0.437 -0.3,-0.414 -0.157,0.016 -0.336,-0.101 -0.286,-0.183 0.02,-0.028 0.141,-0.051 0.27,-0.051 0.23,0 0.238,-0.008 0.313,-0.285 0.042,-0.157 0.14,-0.461 0.218,-0.672 0.172,-0.469 1.551,-3.516 1.633,-3.61 0.031,-0.039 0.156,-0.324 0.281,-0.636 0.352,-0.883 0.403,-0.996 0.813,-1.824 2.09,-4.243 2.773,-5.54 3.09,-5.879 0.254,-0.274 0.523,-0.485 0.523,-0.407 0,0.012 -0.113,0.157 -0.25,0.317 -0.156,0.183 -0.238,0.328 -0.219,0.398 0.016,0.071 -0.066,0.227 -0.222,0.418 -0.219,0.27 -0.871,1.5 -1.102,2.074 -0.047,0.114 -0.121,0.254 -0.168,0.305 -0.047,0.055 -0.277,0.5 -0.508,0.988 -0.234,0.489 -0.582,1.2 -0.777,1.575 -0.453,0.875 -0.836,1.714 -0.836,1.828 0,0.265 2.145,2.242 3.473,3.203 0.316,0.23 0.597,0.453 0.621,0.492 0.039,0.07 0.242,0.164 0.719,0.344 0.203,0.078 0.109,0.176 -0.129,0.137 -0.59,-0.098 -1.657,-0.528 -2.571,-1.028 -0.25,-0.14 -0.531,-0.25 -0.625,-0.25 -0.113,0 -0.363,-0.137 -0.742,-0.406 -1.172,-0.824 -1.324,-0.914 -1.406,-0.836 -0.039,0.043 -0.082,0.129 -0.094,0.191 -0.015,0.086 0.028,0.125 0.172,0.157 0.106,0.019 0.359,0.132 0.559,0.246 0.199,0.113 0.441,0.242 0.539,0.289 0.093,0.047 0.316,0.226 0.492,0.402 0.176,0.176 0.465,0.399 0.64,0.492 0.176,0.098 0.442,0.313 0.586,0.481 0.149,0.168 0.395,0.371 0.547,0.445 0.461,0.234 0.848,0.527 1.086,0.832 0.27,0.34 0.653,1.117 0.836,1.703 0.074,0.235 0.156,0.426 0.18,0.426 0.074,0 0.23,-0.668 0.308,-1.312 0.04,-0.313 0.098,-0.684 0.129,-0.825 0.036,-0.14 0.063,-0.32 0.063,-0.398 0,-0.211 0.109,-0.25 0.16,-0.059 0.066,0.254 -0.019,1.309 -0.16,1.992 -0.07,0.344 -0.113,0.668 -0.094,0.727 0.082,0.242 -0.566,1.379 -1.254,2.207 -1.004,1.207 -3.429,3.399 -4.191,3.785 -0.266,0.137 -1.059,0.699 -0.985,0.699 0.094,0 1.415,-0.738 1.918,-1.074 0.395,-0.261 0.77,-0.429 0.77,-0.34 0,0.133 -1.52,1.157 -2.371,1.598 -0.266,0.137 -0.469,0.266 -0.449,0.281 0.019,0.016 0.23,-0.07 0.468,-0.191 0.243,-0.121 0.469,-0.211 0.508,-0.199 0.176,0.058 -0.812,0.613 -1.836,1.031 -0.5,0.207 -4.398,1.48 -4.547,1.488 -0.097,0.004 -0.156,-0.023 -0.156,-0.074 0,-0.055 0.238,-0.168 0.649,-0.305 1.019,-0.347 3.761,-1.531 3.957,-1.711 0.187,-0.172 0,-0.136 -0.59,0.118 -0.824,0.355 -1.449,0.539 -1.535,0.453 -0.047,-0.043 -0.024,-0.094 0.086,-0.176 0.25,-0.18 0.109,-0.199 -0.481,-0.067 -0.672,0.153 -1.125,0.168 -1.125,0.036 0,-0.055 0.059,-0.09 0.156,-0.09 0.336,0 1.563,-0.309 1.977,-0.5 0.793,-0.363 1.644,-1.281 1.738,-1.875 0.035,-0.242 0.028,-0.289 -0.09,-0.363 -0.14,-0.09 -0.175,-0.278 -0.066,-0.344 0.105,-0.063 0.051,-0.328 -0.199,-0.969 -0.028,-0.074 -0.157,-0.195 -0.285,-0.27 -0.184,-0.105 -0.208,-0.136 -0.114,-0.152 0.102,-0.019 0.93,0.203 1.321,0.352 0.082,0.031 0.312,0.054 0.519,0.054 0.316,0 0.449,-0.035 0.879,-0.25 0.652,-0.328 1.465,-1.093 1.738,-1.644 0.27,-0.539 0.356,-0.492 0.403,0.223 l 0.031,0.449 0.144,-0.266 c 0.313,-0.562 0.567,-1.367 0.567,-1.781 0,-0.426 -0.184,-1.125 -0.375,-1.43 -0.067,-0.101 -0.117,-0.226 -0.117,-0.273 0,-0.117 -0.493,-1.059 -0.805,-1.539 -0.629,-0.973 -1.082,-1.43 -1.641,-1.653 l -0.246,-0.097 0.129,0.14 c 0.184,0.2 0.395,0.551 0.465,0.782 0.086,0.273 0.18,1.796 0.113,1.875 -0.027,0.031 -0.039,0.296 -0.019,0.582 0.027,0.429 0.011,0.597 -0.102,0.953 -0.277,0.886 -0.773,1.633 -1.547,2.34 -0.461,0.421 -0.633,0.515 -0.929,0.515 -0.098,0 -0.34,0.07 -0.536,0.156 -0.199,0.086 -0.398,0.176 -0.453,0.2 -0.05,0.023 -0.175,0.191 -0.277,0.375 -0.59,1.066 -1.645,2.664 -2.023,3.07 -0.36,0.387 -0.86,1.172 -0.817,1.277 0.16,0.36 -0.039,0.774 -0.527,1.114 -0.344,0.238 -0.473,0.406 -0.555,0.726 -0.082,0.309 -0.219,0.707 -0.508,1.481 -0.136,0.363 -0.304,0.863 -0.371,1.113 l -0.125,0.449 0.176,0.356 c 0.109,0.222 0.238,0.382 0.336,0.429 0.105,0.047 0.195,0.172 0.266,0.36 0.058,0.156 0.171,0.406 0.25,0.554 0.078,0.149 0.226,0.512 0.328,0.805 0.234,0.695 0.57,1.465 0.632,1.465 0.114,0 1.004,3.094 1.086,3.781 0.055,0.438 0.102,0.418 1.266,-0.527 0.289,-0.235 0.746,-0.594 1.02,-0.805 0.273,-0.207 1.007,-0.824 1.632,-1.367 0.625,-0.547 1.321,-1.149 1.547,-1.34 0.223,-0.191 0.449,-0.422 0.5,-0.519 0.051,-0.094 0.219,-0.301 0.371,-0.461 0.153,-0.157 0.325,-0.356 0.383,-0.438 0.055,-0.078 0.117,-0.129 0.141,-0.109 0.074,0.07 -0.684,1.004 -1.485,1.824 -1.023,1.047 -3.207,2.949 -4.929,4.293 -0.293,0.226 -0.293,0.23 -0.293,0.59 0,0.25 0.031,0.394 0.101,0.468 0.082,0.09 0.09,0.149 0.032,0.364 -0.036,0.14 -0.082,0.332 -0.102,0.422 -0.02,0.101 -0.074,0.164 -0.141,0.164 -0.066,0 -0.351,0.312 -0.726,0.793 -0.567,0.726 -1.957,2.195 -2.078,2.195 -0.117,0 0.07,-0.258 0.605,-0.844 0.809,-0.879 1.375,-1.582 1.781,-2.207 l 0.352,-0.539 -0.063,-0.312 c -0.035,-0.172 -0.121,-0.621 -0.191,-1 -0.414,-2.164 -0.828,-3.387 -2.25,-6.606 -0.187,-0.43 -0.414,-0.961 -0.508,-1.183 -0.093,-0.219 -0.195,-0.403 -0.226,-0.403 -0.035,0 -0.309,0.223 -0.606,0.492 -0.746,0.68 -1.594,1.145 -2.234,1.227 l -0.227,0.027 -0.136,-0.437 c -0.204,-0.645 -0.278,-1.512 -0.188,-2.203 0.121,-0.934 0.613,-2.258 1.125,-3.024 0.086,-0.133 0.266,-0.445 0.395,-0.687 0.195,-0.379 0.238,-0.528 0.273,-0.969 0.043,-0.562 0.137,-0.73 0.504,-0.918 0.121,-0.059 0.172,-0.141 0.203,-0.336 0.024,-0.141 0.086,-0.398 0.141,-0.57 0.058,-0.172 0.09,-0.324 0.074,-0.34 -0.035,-0.035 -0.203,0.008 -1.324,0.324 -0.629,0.18 -1.028,0.254 -1.469,0.281 -0.332,0.02 -0.602,0.051 -0.602,0.071 0,0.043 0.262,0.195 0.825,0.468 0.23,0.114 0.433,0.247 0.457,0.297 0.039,0.102 -0.086,0.203 -0.204,0.161 -0.042,-0.016 -0.093,0 -0.117,0.035 -0.023,0.035 -0.109,0.062 -0.195,0.062 l -0.152,0 0.203,0.278 c 0.656,0.882 0.976,1.355 0.976,1.429 0,0.188 -0.246,0.078 -0.465,-0.211 -0.124,-0.164 -0.304,-0.343 -0.398,-0.398 -0.098,-0.055 -0.289,-0.289 -0.43,-0.524 -0.14,-0.234 -0.289,-0.472 -0.336,-0.527 -0.086,-0.105 -1.57,-0.504 -1.636,-0.437 -0.016,0.015 0.011,0.082 0.07,0.14 0.113,0.121 0.137,0.285 0.047,0.336 -0.031,0.02 -0.195,-0.062 -0.371,-0.176 -0.172,-0.113 -0.336,-0.207 -0.363,-0.207 -0.125,0 -0.696,2.192 -0.696,2.668 0,0.157 0.02,0.145 0.231,-0.16 0.355,-0.512 1.008,-1.254 1.105,-1.254 0.133,0 0.106,0.11 -0.09,0.352 -0.093,0.117 -0.281,0.379 -0.41,0.574 l -0.234,0.359 0.469,-0.464 c 0.285,-0.282 0.519,-0.461 0.597,-0.461 0.145,0 0.164,0.058 0.051,0.168 -0.039,0.039 -0.133,0.179 -0.199,0.308 -0.071,0.129 -0.293,0.508 -0.492,0.844 -0.723,1.211 -0.891,1.762 -0.977,3.187 l -0.02,0.352 0.278,0.078 c 0.234,0.066 0.289,0.066 0.375,-0.008 0.156,-0.136 0.285,-0.105 0.523,0.125 0.375,0.364 0.684,1.051 0.801,1.789 l 0.066,0.422 0.254,-0.019 c 0.215,-0.016 0.317,0.023 0.692,0.269 0.515,0.332 1.207,0.973 1.609,1.481 0.156,0.199 0.539,0.605 0.852,0.906 0.715,0.687 0.765,0.789 0.738,1.391 -0.02,0.359 -0.074,0.593 -0.25,1.027 -0.125,0.308 -0.258,0.598 -0.293,0.641 -0.07,0.082 -0.023,0.988 0.086,1.718 0.109,0.731 0.562,2.774 0.953,4.305 0.082,0.328 0.152,0.695 0.152,0.816 0,0.118 0.051,0.36 0.118,0.536 0.062,0.175 0.16,0.523 0.218,0.769 0.059,0.246 0.176,0.66 0.258,0.918 0.082,0.258 0.188,0.633 0.235,0.836 0.046,0.203 0.222,0.894 0.394,1.535 0.352,1.336 0.461,1.801 0.629,2.715 0.066,0.359 0.152,0.672 0.191,0.695 0.039,0.02 0.27,-0.039 0.512,-0.136 1.832,-0.727 3.527,-1.09 5.395,-1.161 0.957,-0.035 1.004,-0.031 1.515,0.125 1.555,0.481 2.512,0.75 2.641,0.75 0.078,0 0.215,0.043 0.297,0.098 0.086,0.051 0.195,0.078 0.25,0.059 0.261,-0.098 2.91,1.175 3.332,1.605 0.07,0.07 0.336,0.289 0.594,0.481 1.031,0.781 1.718,1.445 2.332,2.257 0.187,0.246 0.261,0.469 0.156,0.461 -0.028,-0.004 -0.172,-0.097 -0.324,-0.207 -0.153,-0.109 -0.446,-0.3 -0.649,-0.425 -0.207,-0.122 -0.472,-0.297 -0.598,-0.391 -0.226,-0.172 -0.425,-0.223 -0.425,-0.109 0,0.031 0.113,0.125 0.254,0.21 0.336,0.207 1.734,1.524 1.687,1.59 -0.051,0.082 -0.277,-0.004 -0.402,-0.148 l -0.11,-0.129 -0.004,0.129 c 0,0.07 0.032,0.144 0.075,0.16 0.183,0.07 -0.192,0.035 -0.449,-0.043 -0.153,-0.047 -0.477,-0.133 -0.719,-0.187 -0.414,-0.094 -0.453,-0.094 -0.598,0 -0.141,0.089 -0.226,0.093 -0.703,0.035 -0.301,-0.035 -0.77,-0.059 -1.039,-0.055 l -0.496,0.008 0.34,0.051 c 0.187,0.031 0.765,0.101 1.289,0.164 0.668,0.078 0.976,0.14 1.047,0.207 0.164,0.156 0.043,0.183 -0.434,0.097 -0.266,-0.05 -0.93,-0.086 -1.625,-0.093 -1.508,-0.012 -1.453,-0.008 -1.414,-0.106 0.039,-0.109 -0.156,-0.156 -0.648,-0.156 -0.356,0 -0.524,0.051 -1.817,0.57 -0.781,0.313 -1.48,0.606 -1.555,0.653 -0.179,0.113 -1.191,0.546 -3.168,1.367 -0.277,0.113 -0.679,0.261 -0.898,0.328 -0.219,0.062 -0.676,0.226 -1.016,0.359 -0.339,0.133 -1.019,0.367 -1.515,0.52 -1.231,0.379 -1.317,0.41 -1.34,0.48 -0.012,0.039 0.086,0.199 0.219,0.36 0.32,0.394 0.804,1.246 0.875,1.546 0.047,0.204 0.031,0.293 -0.094,0.559 -0.172,0.363 -0.117,0.434 0.234,0.316 0.203,-0.07 1.141,-0.218 1.793,-0.285 1.18,-0.117 4.02,0.442 5.891,1.16 0.75,0.286 0.953,0.387 1.648,0.833 0.856,0.546 1.305,1.093 1.371,1.667 0.02,0.165 0.11,0.512 0.2,0.778 0.152,0.441 0.16,0.531 0.132,1.222 -0.031,0.813 -0.304,2.274 -0.566,3.02 -0.641,1.848 -1.961,4.34 -3.184,6.012 -1.054,1.449 -2.75,3.16 -3.628,3.664 -0.774,0.449 -0.954,0.367 -0.582,-0.258 0.124,-0.215 0.445,-0.75 0.707,-1.188 1.234,-2.07 1.582,-3.351 1.582,-5.808 0,-1.176 -0.133,-1.668 -0.739,-2.711 l -0.203,-0.352 -0.273,0.036 c -0.418,0.054 -1.887,0.453 -2.586,0.703 -0.86,0.3 -1.164,0.461 -1.918,1.004 -1.004,0.726 -1.328,0.933 -2.414,1.562 -1.106,0.633 -2.328,1.254 -2.481,1.254 -0.066,0 -0.343,0.09 -0.617,0.203 -0.863,0.352 -2.062,0.699 -3.144,0.91 -1.153,0.223 -1.848,0.266 -2.54,0.149 -0.242,-0.043 -0.585,-0.059 -0.773,-0.039 -0.687,0.078 -0.891,0.062 -1.332,-0.106 -0.238,-0.09 -0.48,-0.191 -0.539,-0.222 -0.184,-0.098 -0.293,-0.067 -0.813,0.234 -0.531,0.308 -2.066,1.051 -2.785,1.348 -0.234,0.093 -0.496,0.238 -0.586,0.32 -0.379,0.34 -1.039,0.59 -2.484,0.941 -0.723,0.176 -0.988,0.199 -0.988,0.086 0,-0.027 0.101,-0.082 0.222,-0.121 0.321,-0.101 0.907,-0.43 0.942,-0.527 0.027,-0.09 0.043,-0.09 -0.762,0.078 -0.355,0.074 -0.465,0.074 -0.387,0 0.02,-0.02 0.223,-0.098 0.457,-0.176 0.661,-0.223 0.625,-0.262 -0.332,-0.387 -0.656,-0.086 -1.074,-0.226 -1.113,-0.367 -0.043,-0.164 -0.242,-0.14 -0.953,0.098 -0.344,0.113 -0.738,0.207 -0.883,0.207 -0.141,0 -0.484,0.066 -0.762,0.141 -0.3,0.085 -0.535,0.121 -0.586,0.093 -0.043,-0.027 -0.25,-0.035 -0.457,-0.015 -0.558,0.054 -1.535,-0.075 -2.656,-0.348 -1.027,-0.25 -1.25,-0.332 -1.433,-0.523 -0.063,-0.063 -0.254,-0.168 -0.434,-0.235 -1.152,-0.441 -2.805,-1.394 -3.801,-2.203 -0.422,-0.336 -1.125,-0.824 -1.566,-1.086 -0.442,-0.262 -0.969,-0.57 -1.172,-0.687 -0.203,-0.121 -0.594,-0.301 -0.867,-0.403 -0.274,-0.101 -0.61,-0.242 -0.742,-0.308 -0.227,-0.11 -0.282,-0.114 -0.645,-0.051 -0.219,0.039 -0.5,0.113 -0.621,0.164 -0.313,0.129 -0.844,0.262 -1.055,0.262 -0.246,0 -0.316,0.086 -0.586,0.722 -0.23,0.543 -1.152,2.575 -1.402,3.086 -0.23,0.473 -0.266,0.821 -0.195,1.844 0.058,0.832 0.105,1.102 0.382,2.121 0.29,1.059 0.575,1.859 0.778,2.18 0.105,0.16 0.172,0.75 0.082,0.75 -0.094,0 -1.387,-0.957 -1.887,-1.395 -0.234,-0.203 -0.801,-0.746 -1.266,-1.207 -0.871,-0.871 -1.011,-1.066 -1.859,-2.601 -0.246,-0.446 -0.738,-1.586 -1.07,-2.481 -0.063,-0.164 -0.137,-0.332 -0.168,-0.371 -0.031,-0.039 -0.094,-0.34 -0.145,-0.672 -0.066,-0.472 -0.074,-0.832 -0.027,-1.691 0.129,-2.457 0.945,-4.551 2.742,-7.031 0.598,-0.829 0.832,-0.989 1.852,-1.293 1.136,-0.34 2.25,-0.532 3.418,-0.582 0.507,-0.028 2.027,0.187 2.843,0.394 0.305,0.078 0.766,0.176 1.02,0.211 0.258,0.039 0.617,0.094 0.805,0.125 0.632,0.109 2.191,0.289 3.093,0.359 0.914,0.075 2.704,0.036 2.801,-0.054 0.028,-0.028 -0.351,-0.176 -0.844,-0.332 l -0.894,-0.282 -0.434,-0.414 c -0.363,-0.347 -0.472,-0.418 -0.644,-0.418 -0.113,0 -0.344,-0.035 -0.512,-0.082 -0.168,-0.046 -0.613,-0.164 -0.988,-0.265 -0.746,-0.199 -1.887,-0.594 -2.668,-0.93 -0.274,-0.117 -1.11,-0.414 -1.856,-0.656 -1.836,-0.602 -2.636,-0.879 -2.726,-0.949 -0.129,-0.098 -1.274,-0.129 -1.699,-0.047 -1.172,0.222 -2.778,0.75 -3.508,1.152 -0.184,0.102 -0.574,0.395 -0.867,0.652 -0.293,0.258 -0.551,0.469 -0.579,0.469 -0.023,0 -0.046,-0.082 -0.046,-0.18 0,-0.285 0.437,-1.042 1.003,-1.753 0.129,-0.161 0.235,-0.313 0.235,-0.344 0,-0.149 -0.711,0.035 -2.336,0.613 -0.449,0.16 -0.832,0.289 -0.852,0.289 -0.121,0 0.114,-0.156 0.547,-0.367 0.457,-0.223 1.449,-0.52 2.481,-0.742 0.203,-0.043 0.445,-0.137 0.539,-0.203 0.183,-0.129 0.301,-0.157 0.301,-0.071 0,0.028 -0.11,0.184 -0.243,0.348 -0.254,0.309 -1.179,1.621 -1.179,1.676 0,0.015 0.199,-0.153 0.445,-0.371 0.488,-0.438 1.23,-0.93 1.828,-1.223 0.399,-0.191 0.535,-0.195 0.465,-0.019 -0.031,0.074 -0.012,0.085 0.078,0.054 0.32,-0.121 1.113,-0.285 1.637,-0.34 0.804,-0.086 0.777,-0.086 1.301,0 1.023,0.168 1.105,0.188 1.14,0.289 0.035,0.11 0.883,0.434 1.129,0.43 0.074,0 0.285,0.051 0.465,0.113 0.18,0.063 0.41,0.133 0.512,0.157 0.101,0.023 0.371,0.129 0.597,0.242 0.477,0.23 1.203,0.484 2.836,0.988 1.457,0.453 2.09,0.621 2.938,0.77 0.375,0.066 0.82,0.152 0.988,0.187 0.184,0.043 0.844,0.067 1.609,0.063 1.122,-0.004 1.368,-0.02 1.793,-0.133 0.274,-0.07 0.606,-0.149 0.743,-0.172 0.406,-0.078 0.859,-0.246 0.992,-0.375 l 0.121,-0.121 -0.153,0.039 c -0.085,0.019 -0.355,0.055 -0.597,0.074 -0.457,0.039 -0.606,-0.019 -0.422,-0.168 0.051,-0.043 0.164,-0.144 0.246,-0.226 0.086,-0.082 0.297,-0.231 0.469,-0.329 0.176,-0.101 0.316,-0.207 0.316,-0.242 0,-0.031 -0.101,-0.082 -0.226,-0.109 -0.145,-0.035 -0.254,-0.106 -0.309,-0.211 -0.219,-0.402 -0.977,-0.902 -2.539,-1.68 -0.613,-0.304 -1.184,-0.601 -1.27,-0.66 -0.277,-0.191 -1.363,-0.699 -2.628,-1.226 -1.098,-0.461 -1.555,-0.641 -2.473,-0.969 -0.137,-0.047 -0.504,-0.125 -0.82,-0.172 -1.141,-0.164 -1.731,-0.254 -2.551,-0.387 -0.703,-0.113 -1.09,-0.133 -2.414,-0.14 -1.383,-0.004 -1.621,0.007 -1.949,0.109 -0.45,0.137 -1.168,0.273 -1.426,0.273 -0.235,0 -0.84,0.196 -0.696,0.227 0.055,0.012 0.313,-0.023 0.571,-0.074 0.652,-0.129 0.906,-0.121 0.945,0.027 0.02,0.067 0.063,0.121 0.094,0.121 0.031,0 0.051,0.059 0.039,0.129 -0.016,0.094 -0.141,0.192 -0.422,0.332 -0.438,0.219 -0.539,0.317 -0.398,0.391 0.21,0.117 0.132,0.187 -1.395,1.273 -0.633,0.449 -0.867,0.574 -0.867,0.473 0,-0.149 0.32,-0.563 0.68,-0.871 0.238,-0.207 0.433,-0.399 0.433,-0.422 0,-0.082 -0.691,0.215 -1.074,0.457 -0.168,0.109 -0.184,0.109 -0.258,0.012 -0.074,-0.098 -0.105,-0.094 -0.5,0.086 -0.348,0.16 -0.551,0.316 -1.125,0.886 -0.387,0.379 -0.738,0.774 -0.781,0.875 -0.047,0.102 -0.266,0.344 -0.492,0.539 -0.438,0.375 -0.489,0.453 -0.274,0.399 0.086,-0.024 0.117,-0.012 0.09,0.035 -0.043,0.062 -0.527,0.219 -0.562,0.176 -0.012,-0.008 -0.039,-0.098 -0.059,-0.199 -0.039,-0.168 0.012,-0.243 0.633,-0.926 0.711,-0.785 1.215,-1.27 1.691,-1.614 0.418,-0.304 0.547,-0.543 0.242,-0.449 -0.191,0.059 -1.425,0.867 -1.953,1.281 -0.254,0.2 -0.496,0.364 -0.535,0.364 -0.105,0 0.094,-0.196 0.645,-0.641 0.265,-0.215 0.468,-0.402 0.453,-0.418 -0.02,-0.019 -0.254,0.078 -0.524,0.215 -0.547,0.273 -0.668,0.238 -0.414,-0.121 0.145,-0.203 1.047,-0.941 1.582,-1.289 0.375,-0.246 1.258,-0.746 1.637,-0.926 0.324,-0.152 1.07,-0.555 1.918,-1.027 0.98,-0.547 3.609,-1.774 3.797,-1.77 0.047,0 0.469,-0.148 0.937,-0.328 0.926,-0.355 1.993,-0.672 2.535,-0.754 0.649,-0.094 1.301,-0.219 1.336,-0.254 0.063,-0.058 -0.031,-0.148 -0.644,-0.629 -0.992,-0.777 -2.117,-1.922 -2.117,-2.156 0,-0.062 -0.11,-0.226 -0.246,-0.363 -0.219,-0.219 -0.305,-0.36 -0.219,-0.36 0.012,0 0.324,0.243 0.691,0.543 0.719,0.59 0.938,0.747 0.985,0.7 0.015,-0.016 -0.176,-0.289 -0.426,-0.606 -0.633,-0.793 -0.789,-1.199 -0.344,-0.883 0.117,0.086 0.215,0.118 0.25,0.082 0.059,-0.058 -0.062,-0.449 -0.215,-0.683 -0.051,-0.078 -0.152,-0.328 -0.226,-0.559 -0.078,-0.23 -0.176,-0.449 -0.223,-0.484 -0.047,-0.035 -0.277,-0.082 -0.516,-0.102 -0.515,-0.039 -0.945,-0.156 -0.914,-0.246 0.016,-0.035 0.106,-0.055 0.204,-0.047 0.812,0.078 2.242,-0.148 2.527,-0.398 0.07,-0.063 0.531,-0.227 1.023,-0.363 1.074,-0.305 2.789,-0.887 3.559,-1.211 0.305,-0.129 0.75,-0.317 0.988,-0.418 0.238,-0.102 1.078,-0.493 1.863,-0.864 0.786,-0.375 1.461,-0.679 1.497,-0.679 0.035,0 0.105,-0.039 0.152,-0.086 0.051,-0.047 0.433,-0.258 0.855,-0.465 0.875,-0.434 1.844,-1.008 2.446,-1.449 0.226,-0.168 0.621,-0.442 0.882,-0.614 0.258,-0.171 0.555,-0.375 0.657,-0.453 0.101,-0.082 0.25,-0.179 0.332,-0.218 0.078,-0.043 0.316,-0.211 0.523,-0.375 0.762,-0.598 1.5,-1.157 1.742,-1.317 0.223,-0.148 1.903,-1.726 2.61,-2.453 0.265,-0.27 0.273,-0.293 0.23,-0.535 -0.023,-0.141 -0.043,-0.379 -0.039,-0.527 0,-0.262 0.02,-0.282 0.688,-0.911 0.484,-0.453 0.738,-0.742 0.863,-0.984 0.492,-0.941 1.859,-2.73 2.879,-3.77 l 0.25,-0.253 -0.102,-0.344 c -0.054,-0.188 -0.199,-0.672 -0.324,-1.071 -0.121,-0.402 -0.219,-0.761 -0.219,-0.796 0,-0.039 -0.066,-0.207 -0.148,-0.379 -0.195,-0.407 -0.258,-0.793 -0.137,-0.84 0.094,-0.031 0.762,0.445 1.016,0.73 l 0.14,0.16 -0.035,-0.332 c -0.054,-0.464 -0.273,-1.203 -0.402,-1.343 -0.172,-0.192 -0.547,-1.289 -0.512,-1.508 0.016,-0.102 -0.008,-0.285 -0.047,-0.402 -0.05,-0.153 -0.054,-0.239 -0.007,-0.293 0.078,-0.094 -0.024,-0.301 -0.262,-0.532 -0.235,-0.226 -0.219,-0.359 0.039,-0.32 0.508,0.082 0.695,0.07 0.683,-0.039 -0.007,-0.141 0.051,-0.133 0.262,0.031 0.172,0.129 0.219,0.133 1.633,0.133 0.801,0 1.613,-0.023 1.809,-0.047 0.332,-0.047 0.359,-0.066 0.511,-0.312 0.172,-0.286 0.199,-0.45 0.075,-0.45 -0.11,0 -0.399,-0.304 -0.735,-0.777 -0.293,-0.41 -1.168,-2.172 -1.441,-2.898 -0.34,-0.914 -0.934,-2.598 -1.02,-2.899 -0.062,-0.215 -0.281,-0.953 -0.484,-1.644 -0.203,-0.692 -0.403,-1.371 -0.442,-1.512 -0.039,-0.141 -0.093,-0.254 -0.125,-0.254 -0.035,0 -0.066,0.27 -0.078,0.598 -0.008,0.336 -0.043,0.605 -0.078,0.613 -0.074,0.02 -0.133,-0.625 -0.191,-2.035 -0.047,-1.172 0.023,-2.188 0.261,-3.75 0.235,-1.531 0.258,-1.66 0.399,-2.289 0.074,-0.321 0.148,-0.656 0.164,-0.754 l 0.035,-0.172 -0.297,0.219 c -0.164,0.117 -0.347,0.218 -0.41,0.218 -0.062,0 -0.496,0.356 -0.965,0.793 -0.922,0.868 -1.984,1.809 -2.39,2.125 -0.141,0.11 -0.547,0.461 -0.907,0.782 -0.894,0.8 -2.879,2.336 -3.644,2.816 -0.129,0.082 -0.52,0.336 -0.863,0.567 -0.344,0.23 -0.77,0.511 -0.942,0.621 l -0.32,0.199 -0.934,-0.188 c -0.511,-0.105 -1.156,-0.254 -1.429,-0.332 -0.27,-0.078 -0.579,-0.16 -0.68,-0.179 -0.102,-0.024 -0.719,-0.254 -1.367,-0.512 -0.649,-0.262 -1.2,-0.477 -1.223,-0.477 -0.07,0 -0.043,0.348 0.055,0.703 0.051,0.192 0.179,0.696 0.281,1.122 0.328,1.339 0.664,2.406 1.055,3.312 0.465,1.09 0.711,1.527 1.507,2.699 0.348,0.508 0.778,1.149 0.958,1.418 0.179,0.274 0.48,0.629 0.671,0.793 0.297,0.258 0.383,0.297 0.602,0.297 0.144,0 0.766,0.055 1.379,0.121 0.617,0.063 1.601,0.145 2.191,0.18 0.586,0.031 1.457,0.125 1.934,0.203 1.07,0.18 2.672,0.555 2.863,0.672 0.152,0.094 0.16,0.305 0.008,0.269 -0.531,-0.132 -0.488,-0.144 -0.856,0.231 -0.191,0.191 -0.554,0.59 -0.812,0.883 -0.254,0.293 -0.566,0.601 -0.695,0.687 -0.129,0.082 -0.731,0.656 -1.336,1.278 -0.989,1.011 -1.567,1.554 -3.008,2.832 -0.238,0.21 -0.477,0.445 -0.527,0.519 -0.079,0.109 -0.512,0.481 -1.422,1.215 -1.321,1.066 -3.782,2.617 -5.598,3.531 -0.902,0.449 -1.363,0.735 -1.414,0.867 -0.098,0.246 -3.164,1.743 -7.371,3.598 -1.934,0.855 -2.258,0.957 -2.258,0.711 0,-0.066 0.723,-0.453 0.852,-0.457 0.027,0 0.16,-0.074 0.3,-0.164 0.141,-0.09 0.309,-0.195 0.371,-0.235 0.094,-0.054 0.067,-0.058 -0.128,-0.011 -0.817,0.183 -1.821,0.351 -2.313,0.386 -0.309,0.024 -0.566,0.067 -0.566,0.094 0,0.028 0.05,0.051 0.109,0.051 0.059,0.004 0.164,0.043 0.231,0.09 0.062,0.051 0.218,0.09 0.339,0.09 0.258,0 0.407,0.078 0.344,0.175 -0.051,0.083 -0.707,0.047 -1.766,-0.093 -1.292,-0.172 -2.144,-0.387 -3.093,-0.774 -0.203,-0.078 -0.434,-0.148 -0.516,-0.148 -0.094,0 -0.207,-0.063 -0.281,-0.156 -0.113,-0.137 -0.129,-0.239 -0.129,-0.805 l 0,-0.652 -0.152,0 c -0.11,0 -0.176,0.054 -0.243,0.195 -0.191,0.402 -0.347,0.918 -0.386,1.281 -0.043,0.41 -0.141,0.559 -0.27,0.406 -0.203,-0.234 0.086,-1.531 0.492,-2.195 0.137,-0.219 0.137,-0.238 0.047,-0.598 -0.297,-1.175 -0.504,-2.48 -0.414,-2.617 0.059,-0.097 0.184,-0.023 0.184,0.11 0,0.058 0.043,0.257 0.09,0.441 0.05,0.188 0.105,0.48 0.125,0.656 0.082,0.848 0.41,2.082 0.558,2.102 0.035,0.008 0.071,-0.09 0.082,-0.215 0.008,-0.121 0.047,-0.223 0.078,-0.223 0.036,0 0.543,0.223 1.125,0.5 0.586,0.274 1.399,0.629 1.809,0.785 0.457,0.176 0.805,0.348 0.906,0.454 0.09,0.089 0.238,0.211 0.324,0.265 0.09,0.055 0.161,0.129 0.161,0.16 0,0.063 -0.051,0.055 -0.403,-0.062 -0.558,-0.188 -1.508,-0.445 -2.117,-0.578 -0.383,-0.082 -0.891,-0.219 -1.137,-0.305 -0.554,-0.191 -0.597,-0.16 -0.5,0.344 0.039,0.199 0.086,0.379 0.102,0.398 0.019,0.016 0.101,-0.004 0.18,-0.043 0.128,-0.066 0.254,-0.05 0.914,0.133 0.914,0.25 0.945,0.258 1.847,0.371 0.852,0.106 1.844,0.051 3.157,-0.183 0.457,-0.082 1.015,-0.157 1.234,-0.172 0.445,-0.024 2.133,-0.535 2.859,-0.864 0.227,-0.101 0.43,-0.187 0.45,-0.187 0.089,0 2.734,-1.285 2.957,-1.438 0.144,-0.097 0.652,-0.429 1.128,-0.734 1.618,-1.043 2.555,-1.773 3.649,-2.851 0.699,-0.688 0.836,-0.739 0.601,-0.223 -0.082,0.18 -0.371,0.484 -0.937,1 -0.793,0.726 -0.961,0.965 -0.426,0.613 0.149,-0.098 0.524,-0.297 0.836,-0.449 0.828,-0.399 2.336,-1.406 3.067,-2.043 1.175,-1.035 1.378,-1.289 2.082,-2.574 0.179,-0.328 0.406,-0.735 0.5,-0.899 0.093,-0.164 0.234,-0.511 0.308,-0.777 0.125,-0.43 0.137,-0.566 0.102,-1.375 -0.047,-1.203 -0.153,-1.547 -0.254,-0.836 -0.11,0.746 -0.5,2.02 -0.871,2.836 -0.117,0.262 -0.215,0.492 -0.215,0.516 0,0.023 -0.09,0.168 -0.203,0.32 -0.18,0.242 -0.281,0.441 -0.485,0.953 -0.031,0.074 -0.089,0.125 -0.132,0.113 -0.09,-0.031 -0.086,-0.285 0.015,-0.613 0.039,-0.129 0.137,-0.52 0.215,-0.867 0.078,-0.344 0.203,-0.883 0.277,-1.195 0.075,-0.313 0.188,-0.852 0.25,-1.196 0.243,-1.289 0.297,-1.508 0.379,-1.558 0.117,-0.071 0.149,0.398 0.055,0.871 -0.039,0.195 -0.113,0.574 -0.164,0.836 -0.055,0.265 -0.176,0.832 -0.274,1.265 -0.207,0.895 -0.21,0.953 -0.078,0.715 0.399,-0.711 0.895,-2.754 0.965,-3.976 0.02,-0.379 0.145,-0.375 0.32,0.003 0.079,0.176 0.25,0.543 0.376,0.817 l 0.226,0.5 -0.023,0.758 c -0.024,0.746 -0.028,0.761 -0.274,1.234 -0.14,0.262 -0.312,0.664 -0.39,0.891 -0.075,0.226 -0.204,0.547 -0.289,0.711 -0.086,0.16 -0.145,0.304 -0.129,0.32 0.027,0.023 0.961,-0.981 1.511,-1.621 0.52,-0.613 1.7,-2.145 1.77,-2.301 0.035,-0.086 0.387,-0.551 0.781,-1.039 0.391,-0.488 0.766,-0.953 0.828,-1.035 0.063,-0.078 0.102,-0.176 0.082,-0.219 -0.031,-0.086 -1.172,-0.273 -2.734,-0.457 -0.727,-0.082 -1.324,-0.109 -2.258,-0.102 -1.391,0.012 -1.441,0.004 -1.851,-0.355 -0.235,-0.203 -0.243,-0.207 -0.754,-0.191 -0.633,0.015 -1.825,-0.153 -2.504,-0.352 -0.473,-0.137 -0.582,-0.141 -0.965,-0.039 -0.168,0.043 -0.133,0.098 0.183,0.273 0.391,0.219 0.575,0.372 0.575,0.489 0,0.05 -0.114,0.164 -0.25,0.25 -0.137,0.09 -0.246,0.195 -0.246,0.242 0,0.043 -0.055,0.113 -0.125,0.156 -0.157,0.094 -0.157,0.297 -0.004,0.625 0.109,0.227 0.195,0.649 0.285,1.41 0.047,0.364 0.125,0.317 0.176,-0.113 0.125,-1.012 0.586,-2.836 0.722,-2.836 0.031,0 0.059,0.125 0.059,0.277 0,0.289 -0.473,3.164 -0.535,3.266 -0.106,0.164 -0.266,1.719 -0.266,2.598 -0.004,1.625 -0.207,1.234 -0.316,-0.61 -0.035,-0.59 -0.118,-1.398 -0.18,-1.793 -0.066,-0.394 -0.152,-0.906 -0.188,-1.136 -0.105,-0.661 -0.324,-1.344 -0.425,-1.344 -0.035,0 -0.145,0.066 -0.246,0.148 -0.2,0.164 -0.602,0.305 -1.09,0.387 -0.172,0.027 -0.586,0.106 -0.922,0.176 -0.707,0.144 -0.656,0.14 -0.656,0.07 0,-0.055 0.062,-0.078 0.773,-0.273 0.606,-0.168 1.563,-0.621 2.254,-1.067 l 0.645,-0.414 -0.145,-0.113 c -0.074,-0.063 -0.199,-0.109 -0.273,-0.113 -0.071,0 -0.2,-0.051 -0.286,-0.118 -0.086,-0.062 -0.179,-0.117 -0.211,-0.117 -0.031,0 -0.148,-0.07 -0.257,-0.152 -0.114,-0.082 -0.258,-0.148 -0.328,-0.148 -0.067,0 -0.262,-0.032 -0.434,-0.071 -0.277,-0.062 -0.328,-0.058 -0.434,0.035 -0.109,0.098 -0.136,0.086 -0.625,-0.234 -0.281,-0.184 -0.711,-0.5 -0.953,-0.695 -0.242,-0.2 -0.508,-0.371 -0.594,-0.391 -0.086,-0.016 -0.226,-0.129 -0.316,-0.25 -0.09,-0.121 -0.41,-0.543 -0.711,-0.937 -1.062,-1.399 -1.805,-2.528 -2.285,-3.481 -0.938,-1.859 -1.438,-2.926 -1.633,-3.484 -0.109,-0.313 -0.223,-0.621 -0.254,-0.688 -0.199,-0.441 -0.531,-1.265 -0.734,-1.836 -0.254,-0.703 -0.871,-2.734 -0.871,-2.863 0,-0.188 0.129,0.098 0.39,0.875 0.36,1.059 0.797,2.105 0.879,2.098 0.035,-0.004 0.059,-0.036 0.051,-0.067 -0.004,-0.031 -0.051,-0.273 -0.105,-0.539 -0.051,-0.262 -0.102,-0.664 -0.114,-0.894 -0.027,-0.618 0.09,-0.586 0.5,0.132 0.184,0.321 0.399,0.676 0.473,0.793 0.078,0.114 0.297,0.485 0.488,0.821 0.196,0.34 0.367,0.613 0.379,0.613 0.016,0 0.012,-0.113 -0.012,-0.254 -0.035,-0.219 -0.031,-0.242 0.051,-0.18 0.051,0.039 0.199,0.297 0.324,0.567 0.129,0.273 0.375,0.773 0.543,1.113 0.301,0.598 0.418,0.754 0.297,0.395 -0.3,-0.883 -0.566,-1.961 -0.531,-2.145 0.023,-0.113 0.012,-0.5 -0.027,-0.851 -0.035,-0.356 -0.047,-0.743 -0.024,-0.856 l 0.043,-0.211 0.078,0.18 c 0.039,0.101 0.149,0.625 0.239,1.168 0.089,0.543 0.222,1.25 0.293,1.574 0.117,0.551 0.531,1.816 0.757,2.324 0.094,0.211 0.094,0.227 0,0.227 -0.168,0 -0.054,0.332 0.293,0.887 0.313,0.488 0.36,0.667 0.118,0.457 -0.204,-0.176 -0.829,-1.098 -1.118,-1.645 -0.144,-0.277 -0.355,-0.641 -0.461,-0.805 -0.679,-1.035 -1.882,-3.172 -2.136,-3.793 -0.16,-0.39 -0.352,-0.511 -0.282,-0.175 0.02,0.105 0.079,0.5 0.133,0.882 0.207,1.551 0.176,1.43 0.758,2.696 0.067,0.148 0.188,0.418 0.266,0.597 0.172,0.399 0.793,1.43 1.355,2.254 0.563,0.813 0.531,0.762 0.41,0.719 -0.23,-0.086 -0.05,0.188 0.559,0.844 0.242,0.265 0.473,0.535 0.512,0.605 0.039,0.067 0.113,0.125 0.164,0.125 0.09,0 0.609,0.321 1.293,0.805 0.789,0.562 1.082,0.75 2.043,1.312 0.543,0.321 1.086,0.657 1.207,0.75 0.117,0.09 0.488,0.317 0.82,0.5 0.332,0.188 0.664,0.375 0.742,0.422 0.078,0.047 0.41,0.102 0.785,0.125 0.36,0.024 0.957,0.09 1.332,0.149 0.371,0.058 0.7,0.09 0.727,0.066 0.023,-0.023 -0.027,-0.133 -0.113,-0.246 -0.293,-0.379 -0.809,-1.215 -1.157,-1.883 -0.765,-1.457 -0.992,-1.965 -1.433,-3.199 -0.254,-0.707 -0.465,-1.25 -0.465,-1.211 -0.008,0.168 0.262,1.367 0.434,1.938 0.101,0.339 0.226,0.753 0.277,0.918 0.047,0.164 0.141,0.484 0.211,0.71 0.258,0.844 0.101,0.844 -0.188,0 -0.097,-0.289 -0.234,-0.625 -0.3,-0.738 -0.145,-0.254 -0.481,-1.363 -0.766,-2.523 -0.234,-0.953 -0.402,-2.024 -0.465,-3.008 l -0.043,-0.648 -1.051,-0.458 c -0.578,-0.25 -1.589,-0.73 -2.246,-1.066 -0.656,-0.336 -1.222,-0.609 -1.254,-0.609 -0.324,0 -3.097,-1.887 -4.808,-3.27 -0.856,-0.687 -3.086,-2.914 -3.629,-3.613 -0.578,-0.75 -1.102,-1.309 -1.223,-1.309 -0.07,0 -0.476,-0.207 -0.906,-0.457 -1.016,-0.597 -1.734,-0.976 -1.856,-0.976 -0.25,0 -1.218,0.64 -2.57,1.699 -0.273,0.215 -0.605,0.445 -0.742,0.512 -0.281,0.144 -2.199,1.933 -2.656,2.48 -0.164,0.199 -0.582,0.656 -0.93,1.02 -1.887,1.957 -2.137,2.269 -2.352,2.933 -0.175,0.535 -0.539,1.301 -0.644,1.367 -0.031,0.016 0.019,-0.16 0.113,-0.402 0.094,-0.238 0.219,-0.594 0.278,-0.789 0.226,-0.746 0.3,-0.965 0.386,-1.129 0.114,-0.219 1.414,-1.676 2.18,-2.445 0.539,-0.547 0.582,-0.606 0.57,-0.821 -0.008,-0.265 -0.101,-0.527 -0.234,-0.671 -0.086,-0.09 -0.149,-0.387 -0.328,-1.602 -0.09,-0.582 -0.199,-2.852 -0.153,-3.102 0.047,-0.238 0.407,-1.039 0.707,-1.582 l 0.196,-0.343 -0.227,-0.524 c -0.129,-0.285 -0.406,-0.773 -0.617,-1.086 -0.949,-1.394 -1.363,-2.082 -2.059,-3.453 -0.621,-1.23 -0.656,-1.383 -0.402,-1.754 0.102,-0.144 0.254,-0.371 0.344,-0.504 0.086,-0.132 0.39,-0.55 0.672,-0.929 0.769,-1.035 1.011,-1.379 1.125,-1.61 0.054,-0.117 0.183,-0.257 0.285,-0.312 0.105,-0.055 0.187,-0.149 0.187,-0.207 0,-0.055 -0.109,-0.453 -0.242,-0.883 -0.133,-0.43 -0.285,-0.969 -0.34,-1.195 -0.054,-0.227 -0.144,-0.442 -0.195,-0.481 -0.086,-0.058 -0.09,-0.129 -0.035,-0.512 0.035,-0.246 0.094,-0.457 0.133,-0.468 0.039,-0.012 0.125,-0.145 0.191,-0.297 0.066,-0.152 0.305,-0.539 0.527,-0.863 1.297,-1.899 3.915,-4.52 5.508,-5.52 0.301,-0.187 0.879,-0.59 1.289,-0.891 0.407,-0.3 0.778,-0.566 0.821,-0.589 0.234,-0.141 -0.055,0.117 -1.192,1.066 -1.551,1.289 -2.293,1.949 -2.511,2.234 -0.196,0.254 -0.774,0.786 -0.856,0.786 -0.066,0 -0.988,0.957 -1.555,1.609 -0.808,0.941 -1.976,2.84 -1.976,3.223 0,0.335 0.207,1.062 0.449,1.566 0.25,0.523 0.664,1.543 0.664,1.637 0,0.027 0.055,0.164 0.121,0.297 0.067,0.136 0.336,0.73 0.594,1.324 0.262,0.59 0.598,1.316 0.75,1.613 0.152,0.297 0.402,0.816 0.555,1.16 0.148,0.34 0.312,0.692 0.363,0.778 0.105,0.187 0.117,0.062 0.027,-0.235 -0.312,-0.984 -0.687,-4.801 -0.508,-5.113 0.063,-0.109 0.071,-0.106 0.129,0.035 0.035,0.082 0.094,0.441 0.133,0.805 0.195,1.875 0.535,3.996 0.813,5.109 0.234,0.918 0.472,1.668 0.589,1.824 0.094,0.133 0.114,0.332 0.032,0.332 -0.16,0 -0.375,-0.265 -0.446,-0.547 -0.039,-0.167 -0.269,-0.644 -0.507,-1.062 -0.239,-0.414 -0.629,-1.117 -0.868,-1.563 -0.238,-0.441 -0.632,-1.074 -0.879,-1.402 -0.847,-1.144 -1.078,-1.5 -1.421,-2.199 -0.192,-0.387 -0.356,-0.703 -0.371,-0.703 -0.012,0 -0.25,0.312 -0.528,0.691 -0.613,0.84 -1.39,1.781 -1.691,2.047 l -0.223,0.191 0.492,0.961 c 0.356,0.688 0.535,0.973 0.637,1.008 0.102,0.039 0.277,0.328 0.66,1.09 0.297,0.598 0.602,1.113 0.715,1.223 0.125,0.121 0.313,0.465 0.523,0.945 0.18,0.414 0.352,0.754 0.383,0.754 0.032,0 0.125,-0.148 0.207,-0.332 0.188,-0.402 0.305,-0.461 0.5,-0.242 l 0.145,0.16 -0.129,0.254 c -0.168,0.32 -0.59,0.996 -1.059,1.703 l -0.371,0.555 0.031,1.058 c 0.024,0.696 0.086,1.387 0.192,2.016 0.316,1.945 0.348,2.156 0.348,2.32 0,0.34 0.168,0.258 0.918,-0.453 1.023,-0.973 2.347,-2.098 2.64,-2.242 0.231,-0.113 0.766,-0.539 1.156,-0.914 0.094,-0.09 0.372,-0.293 0.618,-0.453 0.386,-0.246 0.429,-0.293 0.332,-0.348 -0.661,-0.375 -2.328,-1.68 -3.551,-2.781 -0.457,-0.414 -1.047,-0.938 -1.313,-1.172 -0.523,-0.461 -1.172,-1.164 -1.172,-1.274 0,-0.086 0.098,-0.086 0.27,0 0.113,0.059 0.109,0.043 -0.035,-0.109 -0.164,-0.168 -0.223,-0.316 -0.125,-0.316 0.058,0 0.992,0.738 2.16,1.703 1.102,0.914 2.426,1.894 3.469,2.57 0.449,0.293 0.82,0.555 0.82,0.578 0,0.098 -0.191,0.051 -0.449,-0.109 -0.145,-0.086 -0.402,-0.238 -0.574,-0.336 -0.27,-0.156 -0.293,-0.16 -0.184,-0.039 0.133,0.144 0.988,0.836 1.516,1.222 0.179,0.133 0.468,0.348 0.644,0.481 0.723,0.555 1.828,1.273 1.828,1.195 0,-0.019 -0.203,-0.312 -0.453,-0.648 -1.453,-1.953 -2.644,-3.973 -3.812,-6.469 -0.684,-1.453 -1.422,-3.25 -1.422,-3.449 0,-0.168 0.133,0.023 0.336,0.476 0.129,0.286 0.351,0.778 0.5,1.09 0.144,0.313 0.457,0.985 0.695,1.496 0.594,1.27 1.66,3.336 2.024,3.914 0.558,0.891 2.492,3.465 3.414,4.543 0.253,0.297 0.699,0.825 0.992,1.168 0.293,0.344 1.187,1.258 1.988,2.028 1.715,1.64 1.914,1.785 4.367,3.136 0.547,0.301 1.102,0.606 1.239,0.676 0.136,0.071 0.511,0.262 0.835,0.43 1.489,0.773 4.391,2.105 4.95,2.273 1.316,0.395 4.632,1.485 4.715,1.551 0.089,0.074 0.124,0.074 0.261,-0.016 0.09,-0.054 0.176,-0.179 0.196,-0.277 0.023,-0.101 0.109,-0.226 0.191,-0.281 0.086,-0.059 0.226,-0.168 0.312,-0.246 0.086,-0.078 0.383,-0.293 0.657,-0.473 0.418,-0.277 0.98,-0.68 2.566,-1.832 0.789,-0.574 2.191,-1.703 2.969,-2.387 0.293,-0.261 0.66,-0.57 0.812,-0.687 0.328,-0.254 0.836,-0.688 1.266,-1.082 0.172,-0.156 0.465,-0.41 0.652,-0.567 0.184,-0.156 0.539,-0.476 0.785,-0.71 0.25,-0.235 0.45,-0.395 0.45,-0.356 0,0.043 -0.055,0.109 -0.121,0.148 -0.125,0.075 -0.172,0.227 -0.071,0.227 0.028,0 0.578,-0.48 1.219,-1.066 1.824,-1.664 3.363,-3.336 4.969,-5.391 0.32,-0.41 0.758,-0.965 0.972,-1.227 0.215,-0.261 0.504,-0.625 0.649,-0.804 0.383,-0.477 0.363,-0.27 -0.035,0.363 -0.34,0.543 -0.391,0.652 -0.297,0.648 0.066,-0.003 0.41,-0.464 0.555,-0.746 0.066,-0.129 0.164,-0.32 0.214,-0.418 0.055,-0.097 0.27,-0.457 0.481,-0.793 0.211,-0.339 0.449,-0.769 0.527,-0.96 0.078,-0.188 0.278,-0.555 0.438,-0.817 0.16,-0.266 0.418,-0.734 0.566,-1.047 0.152,-0.312 0.481,-0.957 0.727,-1.433 0.25,-0.477 0.597,-1.176 0.773,-1.555 0.18,-0.379 0.387,-0.77 0.465,-0.871 0.125,-0.156 0.156,-0.32 0.242,-1.188 0.055,-0.554 0.125,-1.039 0.16,-1.078 0.032,-0.039 0.067,-0.386 0.078,-0.769 0.008,-0.403 0.043,-0.707 0.079,-0.715 0.085,-0.02 0.109,0.992 0.035,1.808 -0.153,1.719 -0.328,3.274 -0.469,4.129 -0.238,1.485 -0.297,1.996 -0.223,2.02 0.039,0.012 0.067,0.066 0.067,0.121 0,0.164 -1.102,1.469 -2.934,3.473 -0.613,0.668 -1.226,1.343 -1.363,1.5 -0.832,0.949 -1.336,1.406 -1.328,1.211 0,-0.024 0.125,-0.247 0.277,-0.493 0.316,-0.511 0.348,-0.625 0.105,-0.41 -0.093,0.082 -0.214,0.168 -0.269,0.188 -0.055,0.015 -0.32,0.308 -0.594,0.648 -0.605,0.758 -1.176,1.406 -1.625,1.844 -0.187,0.18 -0.519,0.523 -0.742,0.754 -0.223,0.234 -0.801,0.785 -1.285,1.222 -0.485,0.438 -0.879,0.817 -0.879,0.844 0,0.028 0.035,0.051 0.082,0.051 0.258,0 1.496,1.121 1.586,1.434 0.094,0.324 0.082,0.347 -0.231,0.511 l -0.293,0.149 0.247,-0.028 c 0.914,-0.105 1.082,-0.101 1.621,0.028 0.308,0.074 0.777,0.246 1.082,0.402 0.496,0.25 0.55,0.266 0.652,0.184 0.059,-0.051 0.371,-0.196 0.688,-0.317 0.66,-0.254 1.039,-0.457 1.617,-0.871 0.625,-0.445 0.648,-0.48 0.554,-0.804 l -0.078,-0.274 -0.441,0.039 c -0.598,0.055 -1.207,-0.105 -2.336,-0.601 -0.766,-0.34 -0.93,-0.438 -1.273,-0.762 -0.438,-0.422 -0.719,-0.785 -0.684,-0.883 0.016,-0.043 0.086,-0.019 0.195,0.063 0.227,0.171 0.344,0.136 1.012,-0.301 0.297,-0.199 0.562,-0.36 0.586,-0.36 0.098,0 1.156,-0.754 2.461,-1.746 0.492,-0.375 1.793,-1.484 2.508,-2.14 0.75,-0.688 1.199,-1.047 1.246,-1 0.058,0.058 -1.168,1.3 -2.114,2.136 -0.378,0.34 -1.753,1.496 -2.285,1.93 -0.386,0.313 -0.074,0.219 0.637,-0.191 0.402,-0.235 0.777,-0.426 0.824,-0.426 0.274,0 2.797,-1.434 4.137,-2.352 1.609,-1.105 2.594,-1.863 2.598,-2 0.004,-0.054 0.086,-0.156 0.183,-0.222 0.422,-0.278 1.363,-1.121 1.363,-1.223 0,-0.059 0.059,-0.176 0.129,-0.266 0.071,-0.089 0.114,-0.175 0.094,-0.199 -0.023,-0.019 -0.242,0.008 -0.488,0.067 -0.711,0.16 -0.719,0.156 -1.41,-0.411 -0.34,-0.277 -0.649,-0.507 -0.684,-0.507 -0.043,0 -0.051,-0.09 -0.023,-0.254 0.039,-0.242 0.023,-0.227 -0.403,0.394 -0.242,0.356 -0.457,0.633 -0.472,0.617 -0.02,-0.015 0.164,-0.367 0.406,-0.777 0.547,-0.922 1.18,-2.301 1.18,-2.562 0,-0.055 0.07,-0.231 0.152,-0.395 0.086,-0.16 0.195,-0.453 0.242,-0.648 0.047,-0.192 0.285,-0.918 0.531,-1.606 0.243,-0.691 0.473,-1.344 0.512,-1.445 0.09,-0.262 0.031,-0.367 -0.242,-0.414 -0.25,-0.043 -0.981,-0.25 -1.598,-0.457 -0.48,-0.16 -1.816,-0.801 -1.988,-0.957 -0.074,-0.067 -0.168,-0.102 -0.207,-0.078 -0.129,0.078 -0.34,-0.024 -0.461,-0.219 -0.094,-0.156 -0.117,-0.289 -0.105,-0.617 0.011,-0.231 0.043,-0.442 0.07,-0.469 0.027,-0.027 0.332,0.058 0.68,0.195 0.343,0.137 0.675,0.235 0.738,0.215 0.164,-0.051 0.547,0.129 0.668,0.313 0.058,0.089 0.148,0.195 0.199,0.23 0.113,0.086 0.039,0.273 -0.102,0.25 -0.089,-0.012 -0.113,0.031 -0.128,0.227 -0.016,0.222 -0.004,0.246 0.203,0.343 0.39,0.18 0.383,0.239 0.113,-1.183 -0.488,-2.586 -1.223,-4.817 -2.141,-6.52 l -0.32,-0.597 -0.59,-0.368 c -0.324,-0.203 -0.863,-0.566 -1.195,-0.808 -0.336,-0.239 -0.672,-0.477 -0.742,-0.524 -1.75,-1.129 -2.407,-1.504 -3.844,-2.203 -0.887,-0.429 -1.895,-0.906 -2.242,-1.054 -0.629,-0.27 -2.711,-1.012 -3.481,-1.243 -0.222,-0.062 -0.613,-0.179 -0.867,-0.254 -0.254,-0.078 -0.617,-0.179 -0.805,-0.23 -1.105,-0.293 -1.961,-0.539 -2.039,-0.59 -0.214,-0.129 1.203,0.16 2.379,0.488 0.715,0.196 1.207,0.282 1.114,0.192 -0.032,-0.031 -0.313,-0.164 -0.618,-0.293 -0.304,-0.133 -0.664,-0.309 -0.797,-0.399 -0.132,-0.086 -0.554,-0.254 -0.933,-0.375 l -0.695,-0.211 -0.34,0.153 c -0.188,0.086 -0.379,0.156 -0.426,0.156 -0.047,0 -0.121,0.055 -0.164,0.117 -0.059,0.09 -0.121,0.11 -0.258,0.086 -0.113,-0.023 -0.43,0.031 -0.852,0.149 -0.371,0.101 -0.73,0.168 -0.808,0.148 -0.125,-0.031 -0.141,-0.012 -0.141,0.172 0,0.117 0.032,0.34 0.063,0.5 0.035,0.16 0.113,0.535 0.179,0.832 0.063,0.297 0.137,0.535 0.168,0.527 0.032,-0.004 0.426,-0.121 0.879,-0.258 0.774,-0.234 0.993,-0.265 0.836,-0.113 -0.074,0.071 -1.742,0.676 -2.922,1.063 -0.847,0.277 -1.136,0.297 -1.168,0.082 -0.015,-0.102 0.02,-0.141 0.153,-0.168 0.355,-0.074 1.418,-0.403 1.586,-0.485 0.144,-0.07 0.16,-0.105 0.101,-0.175 -0.121,-0.141 -0.426,-0.098 -1.5,0.214 -0.562,0.165 -1.73,0.469 -2.59,0.68 -1.683,0.41 -2.71,0.731 -2.71,0.836 0,0.039 0.203,0.176 0.449,0.305 0.355,0.183 3.429,1.957 4.101,2.363 0.16,0.098 0.102,0.113 1.012,-0.262 0.289,-0.117 0.547,-0.238 0.578,-0.265 0.027,-0.032 -0.094,-0.332 -0.285,-0.703 -0.363,-0.7 -0.535,-1.2 -0.535,-1.547 0,-0.176 0.019,-0.215 0.105,-0.2 0.16,0.028 0.754,1.168 1.125,2.149 l 0.059,0.156 0.601,-0.172 c 0.329,-0.093 0.657,-0.172 0.727,-0.172 0.207,0 0.055,-0.093 -0.547,-0.332 -0.629,-0.25 -1.019,-0.449 -1.019,-0.527 0,-0.066 0.203,-0.031 0.925,0.164 0.922,0.242 2.399,0.871 3.828,1.625 0.286,0.149 0.532,0.258 0.547,0.246 0.016,-0.015 -0.015,-0.097 -0.074,-0.179 -0.058,-0.09 -0.074,-0.161 -0.039,-0.184 0.168,-0.098 2.172,2.547 2.172,2.863 0,0.196 -0.125,0.063 -0.648,-0.672 -0.813,-1.132 -0.907,-1.25 -1.153,-1.382 -0.301,-0.168 -0.375,-0.157 -0.144,0.027 0.285,0.226 0.07,0.172 -0.368,-0.094 -0.214,-0.133 -0.441,-0.238 -0.507,-0.238 -0.063,-0.004 -0.27,-0.086 -0.457,-0.188 -0.852,-0.465 -1.356,-0.711 -1.473,-0.711 -0.066,0 -0.539,0.133 -1.043,0.293 -0.504,0.161 -1.445,0.457 -2.094,0.657 -0.644,0.199 -2.051,0.632 -3.121,0.964 -1.074,0.336 -2.351,0.727 -2.848,0.868 -1.281,0.375 -3.824,1.211 -4.972,1.636 -0.539,0.203 -1.02,0.368 -1.067,0.368 -0.109,0 -1.457,0.668 -1.668,0.828 -0.105,0.082 -0.21,0.113 -0.3,0.093 -0.133,-0.035 -0.16,0.016 -0.426,0.793 -0.313,0.922 -0.563,1.766 -0.695,2.352 -0.473,2.117 -0.805,3.769 -0.922,4.602 -0.024,0.148 -0.117,0.699 -0.215,1.226 -0.262,1.43 -0.266,1.469 -0.168,1.578 0.07,0.078 0.07,0.235 0.012,0.922 -0.075,0.816 -0.153,1.066 -0.282,0.879 -0.035,-0.051 -0.043,-0.184 -0.023,-0.301 0.074,-0.394 0.086,-1.047 0.023,-1.269 -0.121,-0.43 0.094,-3.418 0.352,-4.883 0.285,-1.645 0.894,-3.801 1.074,-3.801 0.086,0 0.192,-0.207 0.141,-0.289 -0.016,-0.027 0.012,-0.094 0.058,-0.148 0.051,-0.055 0.188,-0.356 0.313,-0.668 0.121,-0.313 0.285,-0.711 0.363,-0.883 l 0.145,-0.313 1.144,-0.539 c 0.629,-0.297 1.465,-0.656 1.856,-0.801 0.39,-0.144 1.254,-0.472 1.918,-0.722 0.664,-0.254 1.636,-0.621 2.164,-0.817 1.457,-0.543 1.734,-0.66 1.699,-0.718 -0.02,-0.028 -0.063,-0.051 -0.094,-0.051 -0.035,0 -0.484,-0.199 -1.004,-0.438 -1.004,-0.464 -1.636,-0.699 -2.73,-1 -0.922,-0.25 -2.766,-0.695 -3.207,-0.769 -0.199,-0.035 -0.387,-0.078 -0.418,-0.098 -0.16,-0.094 -2.434,-0.344 -4.262,-0.469 -0.965,-0.062 -1.238,-0.132 -0.949,-0.242 0.172,-0.066 2.207,-0.152 2.863,-0.121 1.047,0.051 2.344,0.164 2.426,0.215 0.195,0.121 -0.129,0.172 -0.973,0.145 -0.715,-0.024 -0.789,-0.02 -0.433,0.027 0.238,0.031 0.726,0.098 1.082,0.144 0.359,0.051 0.902,0.086 1.207,0.082 0.449,-0.007 0.695,0.028 1.269,0.176 1.68,0.442 4.559,1.414 5.114,1.731 0.144,0.078 0.359,0.254 0.484,0.386 0.172,0.18 0.242,0.223 0.305,0.172 0.043,-0.035 0.125,-0.047 0.175,-0.027 0.098,0.035 0.793,-0.117 0.989,-0.219 0.058,-0.031 0.363,-0.121 0.679,-0.199 0.317,-0.078 0.743,-0.215 0.942,-0.301 0.308,-0.133 0.351,-0.168 0.277,-0.234 -0.219,-0.196 -4.773,-2.696 -6.211,-3.41 -0.512,-0.254 -1.055,-0.539 -1.207,-0.633 -0.152,-0.094 -0.332,-0.172 -0.394,-0.176 -0.114,-0.004 -0.176,-0.031 -0.766,-0.324 -0.352,-0.18 -3.199,-0.867 -3.273,-0.797 -0.012,0.012 0.164,0.098 0.394,0.191 2.012,0.821 3.715,1.645 5.524,2.676 0.937,0.535 1.078,0.637 1,0.715 -0.036,0.031 -0.645,-0.242 -1.481,-0.664 -2.547,-1.285 -4.656,-2.27 -5.48,-2.555 -0.606,-0.211 -0.969,-0.402 -0.969,-0.508 0,-0.125 0.027,-0.117 -1.008,-0.32 -0.406,-0.082 -0.777,-0.18 -0.828,-0.223 -0.117,-0.093 -0.719,-0.093 -1.039,0.004 -0.137,0.039 -0.356,0.098 -0.488,0.133 -0.133,0.031 -0.446,0.149 -0.692,0.258 -0.773,0.344 -4.832,2.621 -5.879,3.297 -0.277,0.18 -0.515,0.324 -0.535,0.324 -0.019,0 -0.281,0.137 -0.582,0.301 l -0.547,0.297 0.371,-0.328 c 0.203,-0.18 0.426,-0.344 0.496,-0.368 0.188,-0.054 1.336,-0.738 1.547,-0.918 0.426,-0.371 3.473,-2.175 4.516,-2.675 0.894,-0.426 0.969,-0.457 1.648,-0.637 0.512,-0.137 0.555,-0.137 1.051,-0.055 0.285,0.047 0.656,0.106 0.828,0.129 0.168,0.024 0.34,0.063 0.371,0.082 0.035,0.024 0.41,0.106 0.836,0.192 0.422,0.082 0.879,0.207 1.016,0.273 0.133,0.066 0.359,0.121 0.504,0.121 0.14,0 0.515,0.09 0.836,0.203 1.496,0.524 2.105,0.707 2.164,0.653 0.051,-0.055 0.668,-1.657 0.902,-2.352 0.09,-0.277 0.469,-1.961 0.582,-2.602 0.035,-0.195 0.102,-0.519 0.153,-0.714 0.046,-0.2 0.144,-0.731 0.218,-1.184 0.094,-0.594 0.156,-0.82 0.219,-0.82 0.043,0 0.086,-0.047 0.086,-0.106 0.004,-0.058 0.043,-0.562 0.09,-1.121 0.07,-0.84 0.078,-2.793 0.019,-4.453 0,-0.051 -0.043,-0.375 -0.09,-0.719 -0.265,-1.863 -0.269,-1.886 -0.453,-2.769 -0.089,-0.41 -0.234,-0.676 -0.476,-0.864 -0.117,-0.089 -0.473,-0.394 -0.785,-0.679 -0.602,-0.547 -1.633,-1.242 -1.856,-1.254 -0.242,-0.016 -0.316,0.012 -0.441,0.148 -0.098,0.11 -0.235,0.153 -0.649,0.203 -0.386,0.051 -0.91,0.204 -1.949,0.567 -0.781,0.277 -1.84,0.64 -2.351,0.816 -0.512,0.172 -1.137,0.395 -1.391,0.492 -0.254,0.102 -1.129,0.403 -1.941,0.668 -0.809,0.266 -1.45,0.493 -1.418,0.504 0.031,0.008 0.191,-0.023 0.359,-0.07 0.168,-0.051 0.316,-0.078 0.328,-0.062 0.102,0.093 -2.16,0.683 -3.328,0.867 -0.863,0.133 -1.051,0.195 -1.051,0.328 0,0.047 -0.023,0.09 -0.047,0.09 -0.281,0.007 -0.879,0.136 -1.09,0.234 -0.484,0.227 -1.832,0.363 -4.058,0.418 -1.899,0.047 -2.024,0.043 -2.227,-0.062 -0.121,-0.063 -0.281,-0.114 -0.363,-0.114 -0.258,0 -1.434,-0.179 -2.207,-0.336 -0.406,-0.086 -0.938,-0.191 -1.176,-0.234 -0.648,-0.125 -0.711,-0.145 -0.711,-0.211 0,-0.035 0.082,-0.047 0.211,-0.023 0.113,0.023 0.223,0.015 0.242,-0.012 0.032,-0.047 -0.601,-0.625 -1.566,-1.438 l -0.231,-0.191 -0.796,0.082 c -0.562999,0.055 -0.870999,0.117 -1.046999,0.203 -0.137,0.07 -0.344,0.125 -0.461,0.125 -0.649,-0.004 -0.871,0.016 -1.324,0.125 -0.688,0.164 -1.223,0.391 -1.43,0.598 -0.184,0.183 -0.313,0.226 -0.352,0.109 -0.015,-0.039 -0.101,-0.019 -0.238,0.063 -0.23,0.136 -0.43,0.164 -0.43,0.058 0,-0.07 0.774,-0.82 1.332,-1.289 l 0.371,-0.312 -0.218,0 c -0.242,-0.004 -1.012,0.175 -1.219,0.285 -0.074,0.035 -0.199,0.066 -0.277,0.066 -0.078,0 -0.442,0.098 -0.809,0.215 -0.477,0.156 -0.758,0.285 -0.988,0.461 -0.715,0.543 -1.235,1.148 -1.66,1.926 -0.325,0.594 -0.786,1.312 -0.914,1.429 -0.141,0.122 -0.266,0.082 -0.215,-0.07 0.019,-0.058 0.175,-0.39 0.347,-0.746 0.172,-0.352 0.297,-0.66 0.274,-0.68 -0.024,-0.023 -0.231,0.121 -0.461,0.317 -0.481,0.414 -0.613,0.672 -0.875,1.707 -0.09,0.355 -0.184,0.644 -0.207,0.644 -0.133,0 0.117,-1.347 0.32,-1.726 0.152,-0.289 0.395,-1.262 0.387,-1.551 -0.016,-0.418 0.387,-1.355 0.973,-2.273 0.542,-0.844 0.941,-1.317 1.824,-2.161 0.394,-0.379 0.718,-0.722 0.718,-0.761 0,-0.196 -1.085,0.527 -1.812,1.207 -0.23,0.215 -0.445,0.39 -0.477,0.39 -0.168,0 0.059,-0.492 0.536,-1.179 0.496,-0.711 0.445,-0.739 -0.653,-0.348 -0.148,0.055 -0.281,0.086 -0.293,0.074 -0.07,-0.066 0.477,-0.551 0.832,-0.742 0.227,-0.121 0.496,-0.277 0.598,-0.352 0.336,-0.234 1.098,-0.55 1.98,-0.82 0.735,-0.223 0.868,-0.281 0.887,-0.39 0.008,-0.071 0.067,-0.133 0.121,-0.137 0.059,-0.004 0.301,-0.012 0.539,-0.02 0.239,-0.008 0.641,-0.043 0.895,-0.078 0.258,-0.035 0.965,-0.082 1.578,-0.101 0.613,-0.02 1.453,-0.067 1.870999,-0.102 0.418,-0.035 0.941,-0.055 1.164,-0.035 0.336,0.027 0.391,0.015 0.332,-0.051 -0.039,-0.047 -0.062,-0.086 -0.051,-0.09 0.227,-0.035 1.016,-0.011 1.282,0.043 z m 21.66,2.922 c -0.188,0.09 -0.633,0.274 -0.989,0.402 -0.359,0.129 -0.691,0.286 -0.742,0.348 -0.054,0.063 -0.379,0.231 -0.73,0.375 -0.348,0.145 -0.684,0.305 -0.742,0.352 -0.125,0.101 -0.477,0.234 -1.93,0.718 -0.598,0.2 -1.168,0.407 -1.27,0.465 -0.156,0.094 -1.004,0.332 -1.902,0.543 -0.453,0.11 -2.16,0.293 -2.68,0.293 -0.304,0 -0.574,0.031 -0.644,0.074 -0.094,0.059 -0.164,0.059 -0.309,0.008 l -0.187,-0.07 0,0.707 0.418,-0.004 c 0.386,0 0.894,-0.051 1.547,-0.148 0.218,-0.036 0.261,-0.028 0.261,0.058 0,0.156 -0.371,0.254 -1.574,0.422 -0.277,0.039 -0.293,0.051 -0.16,0.102 0.102,0.035 0.43,0.011 1.019,-0.075 1.243,-0.179 1.415,-0.207 2.141,-0.351 1.051,-0.211 1.09,-0.223 1.086,-0.375 -0.004,-0.113 0.066,-0.156 0.488,-0.297 0.274,-0.09 0.953,-0.313 1.512,-0.492 0.555,-0.184 1.113,-0.395 1.234,-0.469 0.125,-0.074 0.489,-0.234 0.813,-0.355 0.324,-0.125 0.672,-0.262 0.773,-0.309 0.325,-0.145 0.539,-0.227 1.172,-0.438 0.34,-0.117 0.813,-0.296 1.051,-0.406 0.531,-0.238 1.199,-0.465 1.848,-0.621 0.476,-0.117 0.773,-0.281 0.675,-0.379 -0.027,-0.023 -0.226,-0.066 -0.441,-0.086 -0.254,-0.027 -0.402,-0.07 -0.422,-0.129 -0.062,-0.152 -0.906,-0.066 -1.316,0.137 z m 3.586,-0.09 c 0.05,0.031 0.289,0.137 0.527,0.235 0.629,0.254 1.113,0.554 1.621,0.996 0.496,0.429 0.895,1.011 0.922,1.34 0.039,0.414 0.141,1.058 0.262,1.617 0.148,0.683 0.179,0.871 0.226,1.375 0.02,0.211 0.059,0.523 0.09,0.691 0.031,0.168 0.09,0.856 0.133,1.527 0.129,2.032 -0.07,5.051 -0.41,6.211 -0.141,0.485 -0.235,1.172 -0.188,1.407 0.02,0.113 0.09,0.238 0.149,0.281 0.062,0.043 0.16,0.148 0.222,0.238 0.145,0.215 0.196,0.211 0.282,-0.039 0.035,-0.113 0.113,-0.238 0.164,-0.281 0.125,-0.098 0.179,-0.242 0.398,-1.039 0.383,-1.387 0.68,-2.637 0.84,-3.543 0.152,-0.836 0.172,-1.086 0.168,-2.258 -0.004,-1.465 -0.059,-2.348 -0.156,-2.461 -0.039,-0.047 -0.051,-0.199 -0.028,-0.383 0.047,-0.367 -0.031,-1.015 -0.277,-2.297 -0.27,-1.418 -0.312,-1.546 -0.664,-1.933 -0.34,-0.379 -1.316,-1.227 -1.566,-1.356 -0.129,-0.066 -0.2,-0.07 -0.356,-0.015 -0.156,0.058 -0.266,0.051 -0.609,-0.039 -0.43,-0.118 -1.496,-0.321 -1.719,-0.328 -0.102,-0.004 -0.106,0.007 -0.031,0.054 z m -10.7,3.946 -0.156,0.05 0.156,0.004 c 0.086,0.004 0.196,-0.023 0.247,-0.054 0.082,-0.051 0.082,-0.055 0,-0.051 -0.051,0 -0.161,0.027 -0.247,0.051 z m 47.067,14.148 c -0.281,0.285 -1.07,0.859 -1.594,1.16 -0.539,0.309 -1.406,0.656 -1.633,0.656 -0.215,0 -0.257,0.098 -0.175,0.399 0.195,0.719 0.265,1.555 0.23,2.832 -0.016,0.707 -0.051,1.344 -0.074,1.418 -0.024,0.078 -0.016,0.137 0.019,0.137 0.035,0 0.078,-0.075 0.098,-0.165 0.039,-0.156 0.269,-0.48 0.312,-0.429 0.04,0.051 -0.14,1.422 -0.234,1.754 -0.109,0.394 -0.125,0.574 -0.051,0.574 0.086,0 0.543,-0.496 1.02,-1.109 0.996,-1.286 1.555,-2.223 1.863,-3.137 0.094,-0.278 0.16,-0.383 0.223,-0.367 0.269,0.062 0.277,0.054 0.285,-0.411 0,-0.246 0.027,-1.097 0.055,-1.89 0.05,-1.383 0.035,-1.637 -0.078,-1.637 -0.028,0 -0.149,0.094 -0.266,0.215 z m -5.59,0.742 c -0.254,0.106 -0.492,0.168 -0.531,0.149 -0.09,-0.055 -0.246,0.078 -0.246,0.207 0,0.132 0.234,0.656 0.347,0.785 0.047,0.051 0.145,0.304 0.215,0.566 0.137,0.496 0.168,0.613 0.328,1.34 0.141,0.629 0.18,0.68 0.223,0.301 0.016,-0.184 0.059,-0.324 0.094,-0.32 0.226,0.031 0.793,2.386 0.929,3.855 0.067,0.703 0.2,0.781 0.364,0.215 0.218,-0.758 0.363,-1.965 0.367,-3.09 0,-0.969 -0.02,-1.219 -0.168,-1.977 -0.164,-0.832 -0.352,-1.625 -0.473,-2.003 -0.058,-0.176 -0.07,-0.18 -0.523,-0.196 -0.403,-0.015 -0.528,0.008 -0.926,0.168 z m -12.219,-0.031 c 0,0.047 0.246,0.129 0.524,0.172 l 0.25,0.035 -0.282,-0.113 c -0.273,-0.11 -0.492,-0.153 -0.492,-0.094 z m 23.567,0.836 c 0,0.051 0.027,0.09 0.062,0.09 0.031,0 0.063,-0.039 0.063,-0.09 0,-0.047 -0.032,-0.09 -0.063,-0.09 -0.035,0 -0.062,0.043 -0.062,0.09 z m -3.34,0.719 c 0.082,0.093 0.246,0.121 0.246,0.039 0,-0.082 -0.074,-0.129 -0.203,-0.129 -0.102,0 -0.11,0.015 -0.043,0.09 z m -42.574,2.699 c 0.043,0.015 0.113,0.015 0.156,0 0.043,-0.016 0.008,-0.031 -0.078,-0.031 -0.086,0 -0.117,0.015 -0.078,0.031 z m 17.543,0.828 c -0.051,0.051 -0.168,0.09 -0.258,0.09 -0.27,0 -1.328,0.297 -1.453,0.406 -0.063,0.055 -0.168,0.094 -0.227,0.086 -0.129,-0.023 -1.351,0.418 -1.258,0.449 0.055,0.016 1.332,-0.34 2.098,-0.582 0.105,-0.035 0.41,-0.117 0.676,-0.183 0.554,-0.141 0.73,-0.219 0.675,-0.297 -0.05,-0.082 -0.144,-0.071 -0.253,0.031 z m 17.238,8.637 c 0,0.254 0.058,0.363 0.195,0.363 0.067,0 0.356,0.094 0.641,0.207 0.289,0.117 0.539,0.211 0.555,0.211 0.066,0 0.023,-0.414 -0.047,-0.461 -0.176,-0.105 -1.137,-0.492 -1.239,-0.492 -0.078,-0.004 -0.105,0.043 -0.105,0.172 z m -54.094,3.41 c -0.043,0.066 0.578,1.285 0.629,1.234 0.02,-0.019 -0.031,-0.176 -0.117,-0.347 -0.086,-0.176 -0.203,-0.461 -0.262,-0.633 -0.101,-0.301 -0.172,-0.375 -0.25,-0.254 z m 52.434,3.832 c -0.27,0.508 -0.633,1.156 -0.805,1.441 -0.176,0.285 -0.32,0.539 -0.32,0.563 0,0.019 -0.137,0.273 -0.305,0.554 -0.164,0.286 -0.379,0.692 -0.469,0.903 -0.093,0.215 -0.367,0.711 -0.613,1.105 -0.246,0.399 -0.547,0.895 -0.668,1.11 -0.121,0.214 -0.348,0.597 -0.508,0.855 -0.156,0.258 -0.258,0.453 -0.222,0.434 0.199,-0.121 1.949,-2.188 2.097,-2.473 0.094,-0.187 0.297,-0.531 0.449,-0.762 0.336,-0.5 0.868,-1.496 1.258,-2.359 0.157,-0.348 0.34,-0.734 0.407,-0.867 0.066,-0.133 0.148,-0.43 0.179,-0.656 0.067,-0.446 0.082,-0.848 0.035,-0.801 -0.015,0.015 -0.246,0.445 -0.515,0.953 z m 4.383,0.789 c -0.114,0.269 -0.258,0.605 -0.325,0.746 -0.062,0.145 -0.097,0.285 -0.078,0.316 0.047,0.079 0.742,0.414 0.852,0.414 0.043,0 0.125,-0.089 0.183,-0.199 0.055,-0.113 0.188,-0.301 0.293,-0.422 0.223,-0.238 0.239,-0.175 -0.195,-0.691 -0.121,-0.148 -0.27,-0.359 -0.324,-0.465 -0.059,-0.105 -0.125,-0.195 -0.153,-0.195 -0.023,0 -0.14,0.222 -0.253,0.496 z m -4.372,1.164 c -0.093,0.191 -0.308,0.582 -0.476,0.871 -0.168,0.289 -0.293,0.531 -0.281,0.543 0.054,0.051 1.089,-1.191 1.039,-1.246 -0.032,-0.031 -0.059,-0.16 -0.059,-0.285 0,-0.125 -0.008,-0.227 -0.023,-0.227 -0.012,0 -0.102,0.156 -0.2,0.344 z m -1.996,7.418 c -0.156,0.094 -0.48,0.254 -0.718,0.363 -0.239,0.106 -0.493,0.25 -0.571,0.321 l -0.136,0.121 0.179,0.199 c 0.278,0.305 0.481,0.676 0.696,1.258 0.105,0.293 0.199,0.539 0.203,0.547 0.007,0.007 0.273,0.078 0.593,0.16 0.801,0.195 1.278,0.375 1.383,0.523 0.137,0.188 0.055,0.238 -0.199,0.125 -0.602,-0.258 -1.633,-0.57 -1.691,-0.512 -0.047,0.043 0.004,0.282 0.16,0.758 l 0.226,0.699 -0.125,0.196 c -0.121,0.187 -1.136,0.851 -1.511,0.988 -0.09,0.035 -0.164,0.082 -0.164,0.109 0,0.047 0.457,0.149 1.421,0.317 1.161,0.199 3.567,1.203 4.731,1.972 0.351,0.231 0.98,0.614 1.484,0.903 0.239,0.137 0.477,0.293 0.528,0.347 0.191,0.2 0.675,0.481 0.836,0.481 0.136,0 0.183,-0.051 0.316,-0.344 0.09,-0.187 0.254,-0.519 0.371,-0.738 0.113,-0.219 0.207,-0.414 0.207,-0.43 0,-0.015 -0.187,-0.152 -0.418,-0.301 -0.226,-0.148 -0.664,-0.46 -0.965,-0.695 -0.3,-0.234 -0.554,-0.418 -0.566,-0.406 -0.012,0.008 0.226,0.332 0.527,0.711 0.301,0.383 0.586,0.773 0.633,0.867 0.086,0.168 0.082,0.383 -0.004,0.383 -0.023,0 -0.207,-0.145 -0.406,-0.317 -0.617,-0.535 -1.891,-2.14 -1.891,-2.382 0,-0.106 -1.394,-1.594 -1.64,-1.75 -0.086,-0.055 -0.227,-0.207 -0.309,-0.336 -0.086,-0.133 -0.187,-0.239 -0.227,-0.239 -0.089,0 -1.293,-0.992 -2.046,-1.687 -0.668,-0.613 -0.739,-0.766 -0.411,-0.879 0.258,-0.086 0.454,-0.082 1.129,0.02 0.309,0.05 0.828,0.117 1.153,0.156 0.324,0.039 0.699,0.09 0.836,0.121 0.132,0.027 0.394,0.062 0.574,0.074 0.305,0.024 0.32,0.02 0.226,-0.078 -0.054,-0.059 -0.269,-0.195 -0.48,-0.301 -0.211,-0.109 -0.688,-0.387 -1.055,-0.613 -0.785,-0.481 -0.937,-0.547 -1.679,-0.734 -0.723,-0.18 -0.856,-0.18 -1.2,0.023 z m -2.148,0.801 c -0.027,0.039 0.016,0.109 0.105,0.164 0.082,0.051 0.254,0.183 0.383,0.293 0.125,0.113 0.231,0.187 0.231,0.168 0,-0.125 -0.227,-0.449 -0.391,-0.563 -0.223,-0.152 -0.266,-0.16 -0.328,-0.062 z m -0.883,0.601 c -0.269,0.172 -0.492,0.356 -0.496,0.403 -0.004,0.05 0.078,0.261 0.18,0.468 0.101,0.211 0.187,0.411 0.187,0.45 0,0.164 0.332,0.527 0.606,0.66 0.711,0.347 1.879,0.531 1.968,0.308 0.036,-0.089 -0.222,-0.668 -0.621,-1.394 -0.367,-0.668 -0.914,-1.207 -1.226,-1.207 -0.055,-0.004 -0.324,0.14 -0.598,0.312 z m -1.125,0.645 c -0.184,0.097 -0.141,0.203 0.141,0.344 0.144,0.07 0.269,0.117 0.281,0.109 0.035,-0.035 -0.191,-0.516 -0.246,-0.516 -0.031,0 -0.11,0.028 -0.176,0.063 z m -4.668,2.121 c -0.359,0.316 -0.523,0.504 -0.547,0.629 -0.019,0.097 -0.054,0.265 -0.078,0.371 -0.035,0.18 -0.027,0.187 0.07,0.105 0.102,-0.082 0.106,-0.07 0.071,0.164 -0.02,0.141 -0.055,0.364 -0.074,0.493 -0.02,0.132 -0.02,0.238 0.003,0.238 0.051,0 1.082,-0.856 1.082,-0.899 0,-0.019 -0.152,-0.093 -0.339,-0.171 -0.243,-0.098 -0.34,-0.168 -0.34,-0.25 0,-0.215 0.398,-0.133 0.976,0.203 0.239,0.136 0.325,0.222 0.325,0.324 0,0.074 0.019,0.137 0.046,0.137 0.024,0 0.262,-0.082 0.524,-0.184 0.336,-0.133 0.465,-0.211 0.433,-0.262 -0.078,-0.129 -1.121,-1.035 -1.316,-1.148 -0.102,-0.059 -0.184,-0.125 -0.184,-0.152 0,-0.122 -0.183,-0.012 -0.652,0.402 z m -0.707,1.351 c 0,0.032 0.027,0.043 0.063,0.024 0.031,-0.02 0.058,-0.066 0.058,-0.098 0,-0.031 -0.027,-0.043 -0.058,-0.023 -0.036,0.019 -0.063,0.066 -0.063,0.097 z m 1.422,-0.007 c 0,0.035 0.055,0.058 0.125,0.058 0.066,0 0.121,-0.023 0.121,-0.058 0,-0.032 -0.055,-0.059 -0.121,-0.059 -0.07,0 -0.125,0.027 -0.125,0.059 z m 5.617,0.64 c -0.422,0.129 -0.73,0.258 -0.73,0.301 0,0.082 0.269,0.168 0.359,0.113 0.09,-0.054 2.129,0.289 3.137,0.528 0.508,0.121 1.226,0.312 1.59,0.425 0.367,0.114 0.695,0.204 0.73,0.204 0.442,0 -2.344,-1.207 -3.359,-1.454 -0.325,-0.082 -0.668,-0.187 -0.766,-0.234 -0.098,-0.051 -0.187,-0.094 -0.203,-0.098 -0.016,-0.003 -0.359,0.094 -0.758,0.215 z m -0.574,0.617 c -0.024,0.032 -0.117,0.059 -0.215,0.059 -0.207,0 -0.59,0.191 -1.293,0.649 -0.566,0.367 -0.555,0.429 0.063,0.308 0.199,-0.035 0.414,-0.055 0.472,-0.039 0.059,0.02 0.219,0.059 0.36,0.094 0.398,0.101 0.386,0.199 -0.071,0.644 -0.371,0.36 -0.922,1.086 -0.867,1.141 0.012,0.012 0.18,-0.125 0.371,-0.301 0.617,-0.566 1.34,-0.91 1.434,-0.676 0.023,0.063 -0.02,0.161 -0.129,0.27 -0.117,0.117 -0.172,0.242 -0.184,0.43 -0.011,0.14 -0.062,0.425 -0.113,0.629 -0.055,0.203 -0.078,0.386 -0.062,0.406 0.019,0.015 0.156,0.031 0.304,0.031 0.489,0 0.903,0.203 1.668,0.82 0.176,0.145 0.379,0.258 0.461,0.258 0.207,0.004 0.586,0.18 0.969,0.453 0.176,0.129 0.617,0.41 0.976,0.621 0.797,0.469 1.727,1.184 2.61,1.996 0.359,0.332 0.625,0.551 0.59,0.485 -0.039,-0.07 -0.082,-0.238 -0.094,-0.375 -0.012,-0.141 -0.07,-0.285 -0.125,-0.328 -0.055,-0.039 -0.125,-0.141 -0.16,-0.223 -0.078,-0.211 0.121,-0.937 0.39,-1.406 0.25,-0.426 0.836,-0.981 1.262,-1.188 0.336,-0.164 0.813,-0.258 0.813,-0.16 0,0.156 0.121,0.031 0.39,-0.402 0.414,-0.676 0.41,-0.633 0.035,-0.867 -1.718,-1.063 -2.613,-1.52 -3.707,-1.895 l -0.668,-0.226 -0.121,0.128 c -0.269,0.286 -0.574,1.688 -0.66,3.032 -0.047,0.711 -0.097,0.867 -0.219,0.648 -0.093,-0.168 -0.046,-1.113 0.098,-1.969 0.137,-0.82 0.27,-1.742 0.274,-1.882 0.003,-0.149 -0.524,-0.45 -0.786,-0.45 l -0.179,0 0.015,0.973 c 0.016,1.059 0.055,1.742 0.157,2.781 0.039,0.375 0.05,0.692 0.035,0.711 -0.075,0.07 -0.188,-0.273 -0.301,-0.93 -0.086,-0.492 -0.133,-1.128 -0.156,-2.175 -0.024,-0.813 -0.047,-1.477 -0.055,-1.477 -0.012,0 -0.516,-0.109 -1.121,-0.238 -1.817,-0.391 -2.391,-0.477 -2.461,-0.36 z m -7.063,3.301 c 0.016,0.043 0.032,0.008 0.032,-0.074 0,-0.082 -0.016,-0.117 -0.032,-0.074 -0.019,0.039 -0.019,0.109 0,0.148 z m 20.059,0.254 c -0.09,0.215 -0.164,0.403 -0.164,0.414 0,0.067 1.012,0.739 1.617,1.071 0.758,0.414 1.793,0.925 1.692,0.835 -0.032,-0.031 -0.34,-0.285 -0.68,-0.566 -0.637,-0.527 -1.328,-1.199 -1.848,-1.797 -0.164,-0.191 -0.336,-0.344 -0.379,-0.344 -0.043,0 -0.152,0.176 -0.238,0.387 z m -20.141,0.633 c 0,0.098 0.028,0.176 0.059,0.176 0.035,0 0.062,-0.098 0.062,-0.215 0,-0.125 -0.023,-0.195 -0.062,-0.176 -0.031,0.024 -0.059,0.117 -0.059,0.215 z m 6.715,-0.125 c -0.203,0.031 -0.394,0.082 -0.422,0.113 -0.031,0.032 -0.129,0.282 -0.211,0.555 -0.195,0.625 -0.203,1.602 -0.023,2.281 0.062,0.238 0.145,0.633 0.184,0.879 0.175,1.102 0.433,2.168 0.738,3.078 0.488,1.465 0.883,2.375 1.094,2.547 0.125,0.098 1.558,-0.207 2.121,-0.449 0.261,-0.109 0.863,-0.383 1.34,-0.602 1.007,-0.465 1.164,-0.531 1.113,-0.453 -0.07,0.113 -0.774,0.602 -1.074,0.75 -0.239,0.113 -0.317,0.188 -0.348,0.328 -0.023,0.102 -0.137,0.317 -0.254,0.481 -0.238,0.336 -0.246,0.359 -0.121,0.359 0.371,0 3.859,-1.265 4.379,-1.59 0.555,-0.343 1.223,-0.816 1.223,-0.867 0,-0.047 -0.192,-0.187 -1.106,-0.828 -0.734,-0.508 -1.668,-1.254 -2.453,-1.953 -0.43,-0.383 -0.793,-0.684 -0.809,-0.668 -0.015,0.016 0.164,0.34 0.399,0.719 0.742,1.195 1.051,1.828 1.144,2.363 0.032,0.156 0.016,0.191 -0.07,0.191 -0.148,0 -0.172,-0.019 -0.727,-0.625 -0.902,-0.984 -1.968,-2.328 -3.371,-4.246 -1.183,-1.617 -1.613,-2.226 -1.644,-2.316 -0.028,-0.086 -0.106,-0.106 -0.383,-0.106 -0.195,0 -0.52,0.028 -0.719,0.059 z m 12.891,1.078 c 0,0.074 0.359,0.254 0.449,0.223 0.106,-0.031 -0.18,-0.281 -0.324,-0.281 -0.07,0 -0.125,0.023 -0.125,0.058 z m -3.52,0.895 c -0.504,0.812 -0.55,0.933 -0.437,1.14 0.121,0.219 0.23,0.125 0.39,-0.316 0.086,-0.238 0.27,-0.699 0.407,-1.024 0.425,-0.988 0.347,-0.945 -0.36,0.2 z m -37.054,4.824 c 0,0.019 0.187,0.269 0.422,0.558 0.578,0.707 0.667,0.836 0.554,0.836 -0.051,0 -0.312,-0.261 -0.59,-0.582 -0.562,-0.656 -0.757,-0.847 -0.757,-0.734 0,0.164 1.265,1.703 1.777,2.16 0.512,0.457 1.223,0.91 1.621,1.035 0.449,0.137 2.012,0.215 1.973,0.094 -0.016,-0.043 -0.422,-0.309 -0.903,-0.586 -0.48,-0.281 -1.578,-1.027 -2.441,-1.66 -0.859,-0.633 -1.586,-1.152 -1.613,-1.152 -0.024,-0.004 -0.043,0.007 -0.043,0.031 z m 32.007,3.34 c -0.203,0.047 -0.476,0.086 -0.601,0.09 -0.242,0 -0.832,0.296 -0.75,0.375 0.062,0.062 0.426,0.05 1.129,-0.024 0.609,-0.07 0.621,-0.074 0.683,-0.25 0.118,-0.324 0.118,-0.324 -0.461,-0.191 z m -6.199,2.043 c -0.254,0.269 -0.328,0.453 -0.207,0.523 0.028,0.02 0.114,-0.066 0.188,-0.187 0.101,-0.164 0.148,-0.2 0.187,-0.137 0.059,0.09 0.039,0.141 -0.355,0.957 -0.137,0.277 -0.352,0.785 -0.477,1.129 -0.222,0.601 -0.23,0.637 -0.168,1.047 0.031,0.234 0.047,0.66 0.028,0.945 -0.024,0.359 -0.012,0.523 0.035,0.523 0.039,0 0.121,0.165 0.183,0.364 l 0.114,0.359 -0.028,-0.699 c -0.015,-0.387 0.004,-0.93 0.047,-1.215 0.133,-0.902 0.457,-2.289 0.563,-2.391 0.109,-0.105 0.429,-1.015 0.429,-1.222 0,-0.141 -0.105,-0.278 -0.211,-0.278 -0.035,0 -0.179,0.129 -0.328,0.282 z m -9.027,0.363 c -0.094,0.156 -0.203,0.328 -0.234,0.387 -0.036,0.054 -0.274,0.359 -0.528,0.675 -0.258,0.321 -0.562,0.707 -0.68,0.864 -0.566,0.742 -0.769,0.976 -0.871,1.004 -0.109,0.027 -0.613,0.613 -0.613,0.711 0,0.207 3.012,-3.176 3.121,-3.5 0.02,-0.063 0.106,-0.161 0.192,-0.215 0.175,-0.11 0.148,-0.211 -0.067,-0.211 -0.105,0 -0.187,0.074 -0.32,0.285 z m 14.953,-0.008 c -0.145,0.18 -0.164,0.371 -0.051,0.524 0.074,0.097 0.09,0.093 0.231,-0.051 0.078,-0.082 0.195,-0.153 0.258,-0.153 0.199,0 0.191,-0.128 -0.02,-0.3 -0.113,-0.094 -0.227,-0.172 -0.246,-0.176 -0.024,0 -0.102,0.07 -0.172,0.156 z m -7.285,0.508 c -0.418,0.066 -2.379,0.043 -2.602,-0.035 -0.191,-0.063 -0.179,0.012 0.102,0.621 0.578,1.242 0.945,3.062 0.648,3.223 -0.078,0.043 -0.09,0.105 -0.054,0.3 0.023,0.137 0.066,0.25 0.097,0.25 0.125,0 0.196,-0.297 0.254,-1.066 0.035,-0.449 0.086,-0.844 0.113,-0.871 0.129,-0.129 0.215,0.269 0.247,1.16 0.019,0.508 0.054,0.957 0.082,1 0.027,0.039 0.121,0.074 0.203,0.074 0.218,0 0.316,-0.265 0.426,-1.152 0.105,-0.863 0.132,-0.961 0.285,-0.922 0.082,0.02 0.136,-0.031 0.207,-0.207 0.054,-0.125 0.097,-0.281 0.097,-0.34 0,-0.187 0.524,-1.402 0.805,-1.859 0.102,-0.168 0.184,-0.328 0.184,-0.356 0,-0.027 -0.161,-0.011 -0.356,0.035 -0.195,0.043 -0.527,0.11 -0.738,0.145 z m -3.688,-0.043 c 0.063,0.074 0.305,0.367 0.539,0.641 0.461,0.543 0.504,0.496 0.184,-0.188 -0.211,-0.445 -0.367,-0.598 -0.625,-0.598 l -0.211,0 0.113,0.145 z m 18.95,0.484 c -0.086,0.047 -0.129,0.086 -0.094,0.086 0.031,0 0.129,-0.039 0.215,-0.086 0.086,-0.047 0.129,-0.086 0.093,-0.086 -0.035,0 -0.132,0.039 -0.214,0.086 z m -18.348,1.149 c 0.191,0.562 0.32,1.117 0.375,1.601 0.094,0.848 0.246,1.407 0.387,1.407 0.082,0 0.09,-0.071 0.054,-0.473 -0.043,-0.441 -0.187,-1.176 -0.34,-1.711 -0.039,-0.133 -0.097,-0.367 -0.128,-0.527 -0.055,-0.262 -0.418,-0.856 -0.481,-0.793 -0.015,0.015 0.043,0.238 0.133,0.496 z m 8.953,1.051 c -0.254,0.757 -0.391,1.293 -0.367,1.41 0.023,0.109 0.308,-0.637 0.422,-1.098 0.043,-0.164 0.113,-0.414 0.16,-0.555 0.101,-0.304 0.105,-0.394 0.027,-0.343 -0.035,0.019 -0.144,0.285 -0.242,0.586 z m -3.996,-0.36 c -0.137,0.313 -0.188,0.547 -0.109,0.5 0.121,-0.07 0.449,-0.582 0.414,-0.64 -0.075,-0.118 -0.223,-0.047 -0.305,0.14 z m -0.648,1.344 c 0,0.383 0.085,0.332 0.156,-0.094 0.035,-0.207 0.023,-0.25 -0.059,-0.25 -0.082,0 -0.101,0.067 -0.097,0.344 z m -1.172,0.672 c -0.004,0.308 0.011,0.422 0.054,0.359 0.032,-0.051 0.059,-0.332 0.055,-0.629 -0.008,-0.648 -0.098,-0.422 -0.109,0.27 z m -0.563,2.496 c -0.453,0.305 -0.683,0.492 -0.683,0.566 0,0.184 1.601,-0.148 1.914,-0.394 0.047,-0.035 0.273,-0.067 0.507,-0.063 0.414,0.004 0.418,0.004 0.25,-0.097 -0.355,-0.207 -0.777,-0.293 -1.277,-0.258 -0.305,0.019 -0.433,0.066 -0.711,0.246 z m 0.957,0.93 c -0.371,0.027 -0.465,0.226 -0.156,0.332 0.215,0.074 1.418,0.214 1.461,0.175 0.058,-0.058 -0.051,-0.203 -0.301,-0.39 -0.23,-0.168 -0.297,-0.188 -0.539,-0.164 -0.152,0.019 -0.363,0.039 -0.465,0.047 z m -5.832,3.992 c -0.215,0.398 -0.25,0.527 -0.32,1.16 -0.067,0.57 -0.067,0.789 -0.004,1.086 0.082,0.406 0.023,0.621 -0.172,0.621 -0.101,0 -0.754,-0.871 -0.754,-1.012 0,-0.035 -0.031,-0.066 -0.07,-0.066 -0.09,0 -0.02,0.844 0.133,1.562 0.144,0.668 0.355,1.118 0.711,1.5 0.187,0.203 0.277,0.352 0.273,0.457 0,0.09 0.016,0.231 0.039,0.317 0.027,0.113 0.012,0.164 -0.062,0.191 -0.067,0.028 -0.286,-0.129 -0.7,-0.5 -0.328,-0.293 -0.621,-0.535 -0.648,-0.535 -0.027,0 -0.047,0.055 -0.047,0.125 0,0.074 0.168,0.301 0.402,0.539 0.309,0.32 0.403,0.453 0.403,0.59 0,0.102 -0.035,0.18 -0.074,0.18 -0.04,0 -0.266,-0.184 -0.5,-0.414 l -0.426,-0.411 -0.18,0.387 c -0.101,0.215 -0.184,0.406 -0.184,0.43 0,0.023 0.094,0.07 0.204,0.101 0.14,0.039 0.289,0.172 0.496,0.434 0.293,0.379 0.367,0.629 0.207,0.687 -0.129,0.047 -0.239,-0.058 -0.617,-0.597 l -0.34,-0.488 -0.153,0.218 c -0.082,0.121 -0.437,0.703 -0.785,1.297 -0.836,1.41 -0.961,1.578 -1.281,1.711 l -0.262,0.106 0.035,0.406 c 0.036,0.437 0.231,1.836 0.34,2.457 0.074,0.398 0.059,0.469 -0.09,0.414 -0.105,-0.039 -0.226,-0.422 -0.41,-1.297 -0.074,-0.344 -0.144,-0.687 -0.16,-0.762 -0.016,-0.074 -0.062,-0.136 -0.098,-0.136 -0.097,0 -0.023,0.918 0.102,1.257 0.152,0.422 0.105,0.739 -0.078,0.524 -0.172,-0.203 -0.582,-1.34 -0.664,-1.852 -0.051,-0.304 -0.156,-0.879 -0.242,-1.273 -0.082,-0.395 -0.168,-0.934 -0.192,-1.195 -0.027,-0.262 -0.058,-0.5 -0.074,-0.532 -0.086,-0.133 -0.563,0.77 -0.82,1.547 -0.215,0.649 -0.231,0.844 -0.274,3.199 l -0.019,1.106 0.207,0.625 c 0.242,0.723 0.25,0.824 0.086,0.851 -0.106,0.016 -0.071,0.106 0.308,0.766 0.235,0.41 0.453,0.785 0.481,0.836 0.047,0.07 0.082,0.066 0.226,-0.047 0.098,-0.07 0.227,-0.133 0.289,-0.133 0.075,0 0.168,-0.101 0.27,-0.297 0.086,-0.164 0.195,-0.3 0.246,-0.3 0.047,0 0.133,-0.016 0.191,-0.039 0.094,-0.036 0.102,0 0.078,0.3 -0.019,0.219 -0.007,0.336 0.04,0.336 0.035,0 0.23,-0.105 0.437,-0.238 0.203,-0.129 0.395,-0.238 0.422,-0.238 0.027,0 0.121,-0.055 0.211,-0.121 0.211,-0.161 0.41,-0.161 0.355,0 -0.05,0.16 -0.035,0.156 0.504,-0.094 0.317,-0.149 0.485,-0.195 0.528,-0.156 0.121,0.113 -0.02,0.308 -0.43,0.597 -0.231,0.16 -0.567,0.418 -0.754,0.571 -0.324,0.269 -0.559,0.355 -0.559,0.207 0,-0.039 -0.093,0.027 -0.211,0.152 -0.113,0.121 -0.238,0.219 -0.277,0.219 -0.035,0 -0.238,0.25 -0.445,0.554 -0.211,0.305 -0.445,0.622 -0.528,0.704 -0.078,0.082 -0.214,0.332 -0.3,0.558 -0.09,0.227 -0.211,0.504 -0.274,0.625 l -0.113,0.211 -0.109,-0.219 c -0.114,-0.23 -0.114,-0.207 0.089,-1.207 0.133,-0.633 0.129,-0.617 0.036,-0.418 -0.051,0.098 -0.262,0.676 -0.469,1.285 -0.211,0.61 -0.434,1.161 -0.496,1.227 -0.059,0.063 -0.141,0.254 -0.184,0.418 -0.039,0.164 -0.097,0.367 -0.129,0.453 -0.035,0.086 -0.066,0.356 -0.074,0.598 -0.008,0.347 -0.031,0.445 -0.109,0.461 -0.157,0.027 -0.305,-0.926 -0.305,-1.981 0,-0.48 -0.02,-0.879 -0.047,-0.875 -0.113,0 -0.402,1.133 -0.57,2.246 -0.071,0.461 -0.067,0.516 0.117,1.246 0.105,0.418 0.191,0.84 0.191,0.934 0,0.242 -0.168,0.231 -0.277,-0.019 -0.137,-0.317 -0.453,-1.567 -0.531,-2.094 -0.039,-0.27 -0.098,-0.516 -0.125,-0.547 -0.145,-0.152 0.195,2.183 0.441,3.047 0.156,0.547 0.16,0.82 0.012,0.793 -0.074,-0.012 -0.164,-0.188 -0.305,-0.586 -0.219,-0.637 -0.258,-0.574 -0.097,0.164 0.078,0.363 0.085,0.512 0.035,0.558 -0.106,0.106 -0.192,0.02 -0.387,-0.398 -0.098,-0.211 -0.195,-0.383 -0.211,-0.383 -0.016,0 -0.016,0.153 0,0.344 0.02,0.246 0.09,0.449 0.254,0.73 0.691,1.204 0.738,1.305 0.781,1.672 0.028,0.274 0.082,0.418 0.207,0.571 0.172,0.207 0.336,0.203 0.219,-0.004 -0.066,-0.11 0,-0.438 0.102,-0.5 0.062,-0.039 0.378,-0.766 0.378,-0.875 0,-0.102 0.157,-0.149 0.375,-0.106 0.247,0.047 0.493,-0.172 0.75,-0.668 0.641,-1.222 2.536,-3.203 4,-4.172 0.184,-0.121 0.352,-0.222 0.375,-0.222 0.024,0 0.391,-0.192 0.813,-0.426 0.902,-0.5 2.059,-1.055 2.516,-1.207 0.343,-0.113 0.429,-0.219 0.171,-0.219 -0.121,0 -0.156,-0.031 -0.156,-0.137 0,-0.101 0.071,-0.164 0.297,-0.265 0.41,-0.18 1.063,-0.668 1.668,-1.242 0.707,-0.668 0.688,-0.715 -0.184,-0.504 -0.757,0.183 -1.781,0.328 -1.933,0.273 -0.231,-0.086 -0.055,-0.351 0.43,-0.648 0.136,-0.086 0.3,-0.211 0.367,-0.282 0.066,-0.07 0.351,-0.25 0.636,-0.398 0.946,-0.5 2.18,-1.461 3.372,-2.629 0.414,-0.406 0.816,-0.754 0.886,-0.773 0.078,-0.016 0.196,-0.145 0.278,-0.293 0.129,-0.235 0.136,-0.278 0.058,-0.371 -0.371,-0.43 -1.457,-0.34 -2.109,0.172 -0.43,0.339 -0.555,0.398 -0.824,0.398 -0.188,0 -0.219,-0.016 -0.219,-0.141 0,-0.105 0.043,-0.148 0.172,-0.175 0.094,-0.016 0.363,-0.188 0.601,-0.383 0.852,-0.692 1.633,-1.809 1.766,-2.528 0.098,-0.519 0.059,-0.621 -0.125,-0.324 -0.598,0.965 -0.637,0.461 -0.094,-1.137 0.18,-0.527 0.348,-1.054 0.367,-1.171 l 0.039,-0.207 -0.097,0.164 c -0.25,0.421 -0.367,0.027 -0.184,-0.614 0.094,-0.332 0.129,-1.711 0.051,-2.015 -0.031,-0.117 -0.051,-0.129 -0.129,-0.067 -0.082,0.067 -0.152,0.02 -0.457,-0.308 -0.297,-0.317 -0.375,-0.371 -0.426,-0.301 -0.086,0.133 -0.074,0.273 0.032,0.359 0.234,0.188 0.023,0.481 -0.278,0.391 -0.074,-0.024 -0.125,-0.012 -0.125,0.027 0,0.149 -0.199,0.121 -0.441,-0.066 -0.34,-0.262 -0.774,-0.465 -0.918,-0.43 -0.219,0.055 -1.469,-1.133 -2.024,-1.926 -0.07,-0.097 -0.289,-0.488 -0.492,-0.867 -0.359,-0.679 -0.363,-0.691 -0.383,-1.277 -0.023,-0.57 -0.027,-0.586 -0.136,-0.477 -0.063,0.063 -0.223,0.313 -0.356,0.563 z m -2.265,15.957 c 0.031,0.031 0.14,0.062 0.242,0.074 0.101,0.012 0.187,0.051 0.187,0.086 0,0.113 -0.976,0.859 -1.121,0.859 -0.074,0 -0.199,-0.05 -0.281,-0.113 l -0.145,-0.113 0.153,-0.16 c 0.086,-0.09 0.289,-0.231 0.449,-0.321 0.176,-0.093 0.293,-0.199 0.293,-0.261 0,-0.114 0.125,-0.141 0.223,-0.051 z m -29.418,-14.461 c 0,0.148 0.097,0.199 0.71,0.367 1.09,0.305 1.243,0.274 0.477,-0.094 -0.227,-0.109 -0.551,-0.281 -0.723,-0.386 -0.281,-0.172 -0.316,-0.18 -0.386,-0.086 -0.043,0.054 -0.078,0.144 -0.078,0.199 z m 43.847,1.949 c 0.125,0.231 0.125,0.231 0.129,0.055 0.004,-0.098 -0.043,-0.203 -0.105,-0.246 -0.157,-0.114 -0.164,-0.067 -0.024,0.191 z m 0.125,0.656 c 0.059,0.098 0.067,0.09 0.067,-0.066 0.004,-0.129 -0.016,-0.156 -0.067,-0.109 -0.047,0.046 -0.047,0.097 0,0.175 z m -16.785,0.336 -0.25,0.227 0.031,0.476 c 0.02,0.266 0.059,0.477 0.094,0.473 0.066,-0.004 0.766,-1.519 0.77,-1.668 0.004,-0.082 -0.094,-0.012 -0.645,0.492 z m 16.879,0.563 c 0.078,0.144 0.094,0.152 0.098,0.047 0,-0.067 -0.032,-0.157 -0.071,-0.196 -0.117,-0.109 -0.133,-0.035 -0.027,0.149 z m -17.668,0.035 -0.293,0.254 -0.012,0.433 c -0.004,0.239 0.004,0.45 0.024,0.465 0.015,0.02 0.097,-0.125 0.176,-0.312 0.078,-0.192 0.218,-0.508 0.316,-0.703 0.098,-0.196 0.176,-0.364 0.176,-0.371 0,-0.067 -0.129,0.011 -0.387,0.234 z m -2.027,1.578 -0.246,0.156 0,0.532 c 0,0.289 0.023,0.527 0.05,0.527 0.047,0 0.504,-1.215 0.504,-1.336 0,-0.066 -0.054,-0.043 -0.308,0.121 z m -2.164,1.566 c 0,0.043 -0.043,0.223 -0.094,0.395 -0.082,0.273 -0.121,0.32 -0.309,0.375 -0.203,0.059 -0.215,0.055 -0.215,-0.066 0,-0.071 0.036,-0.184 0.082,-0.246 0.129,-0.18 0.184,-0.387 0.102,-0.387 -0.039,0 -0.16,0.062 -0.266,0.14 -0.765,0.551 -3.152,1.754 -4.558,2.301 -0.973,0.375 -1.258,0.508 -1.024,0.473 0.071,-0.008 0.129,0.023 0.141,0.074 0.055,0.27 -4.555,1.977 -6.617,2.453 -0.332,0.078 -0.602,0.164 -0.602,0.192 0,0.07 0.828,1.492 1.149,1.972 0.257,0.387 0.285,0.407 0.964,0.731 0.383,0.183 0.774,0.332 0.872,0.332 0.093,0 0.281,-0.055 0.414,-0.117 0.41,-0.204 1.175,-0.375 1.672,-0.379 0.507,-0.004 1.621,0.257 2.089,0.488 0.141,0.07 0.266,0.129 0.282,0.129 0.011,0 0.043,-0.223 0.066,-0.496 0.086,-1.008 0.367,-2.305 0.512,-2.36 0.047,-0.015 0.097,-0.019 0.113,-0.007 0.012,0.015 0.055,0.265 0.094,0.562 0.035,0.293 0.094,0.563 0.125,0.594 0.031,0.031 0.058,0.039 0.058,0.023 0,-0.07 0.196,-1.367 0.313,-2.062 0.125,-0.77 0.207,-1.008 0.308,-0.949 0.036,0.019 0.059,0.156 0.059,0.3 0,0.285 0.094,0.395 0.207,0.243 0.039,-0.055 0.168,-0.352 0.281,-0.668 0.121,-0.329 0.239,-0.559 0.278,-0.547 0.082,0.027 0.3,0.41 0.402,0.703 0.039,0.113 0.141,0.289 0.227,0.387 l 0.16,0.179 -0.039,-0.191 c -0.024,-0.106 -0.02,-0.223 0.004,-0.258 0.078,-0.125 0.257,0.117 0.461,0.633 0.113,0.277 0.214,0.496 0.23,0.48 0.016,-0.015 -0.086,-0.363 -0.23,-0.773 -0.153,-0.449 -0.25,-0.824 -0.235,-0.945 l 0.02,-0.2 0.133,0.129 c 0.074,0.071 0.148,0.113 0.171,0.094 0.055,-0.055 0.039,-0.305 -0.023,-0.34 -0.031,-0.019 -0.074,-0.117 -0.098,-0.215 -0.035,-0.164 0,-0.226 0.352,-0.601 0.836,-0.903 1.5,-1.551 1.562,-1.528 0.036,0.012 0.059,0.086 0.051,0.164 l -0.012,0.145 0.082,-0.152 c 0.079,-0.133 0.411,-1.293 0.407,-1.414 0,-0.082 -0.121,0.125 -0.121,0.21 z m 0.218,1.899 c -0.148,0.621 -0.316,1.398 -0.375,1.726 -0.054,0.329 -0.144,0.793 -0.199,1.032 -0.156,0.703 -0.066,2.015 0.254,3.644 0.129,0.653 0.301,1.133 0.629,1.785 0.269,0.532 0.324,0.711 0.23,0.766 -0.058,0.035 -0.019,0.578 0.039,0.578 0.028,0 0.137,-0.183 0.254,-0.406 0.114,-0.219 0.266,-0.484 0.344,-0.582 0.074,-0.098 0.227,-0.348 0.336,-0.551 0.219,-0.398 0.371,-0.484 0.375,-0.211 0,0.352 0.09,0.32 0.434,-0.148 0.636,-0.871 0.593,-0.739 0.347,-1.137 -0.117,-0.187 -0.277,-0.453 -0.351,-0.582 -0.078,-0.133 -0.242,-0.41 -0.364,-0.621 -0.433,-0.734 -0.507,-0.875 -0.781,-1.465 -0.16,-0.34 -0.277,-0.687 -0.277,-0.809 -0.004,-0.121 -0.07,-0.441 -0.156,-0.722 -0.164,-0.543 -0.184,-0.66 -0.098,-0.66 0.066,0 0.219,0.375 0.586,1.414 0.148,0.429 0.363,0.953 0.469,1.164 0.363,0.699 0.328,0.531 -0.102,-0.535 -0.449,-1.121 -0.773,-2.332 -1.141,-4.286 -0.085,-0.46 -0.121,-0.582 -0.156,-0.546 -0.015,0.011 -0.148,0.531 -0.297,1.152 z m -6.929,1.219 c -0.024,0.035 0.004,0.043 0.058,0.023 0.106,-0.039 0.125,-0.082 0.039,-0.082 -0.035,0 -0.078,0.027 -0.097,0.059 z m 5.105,0.343 c -0.488,0.61 -0.508,0.645 -0.48,0.825 0.078,0.445 1.175,2.902 1.261,2.82 0.02,-0.02 0,-0.262 -0.035,-0.539 -0.039,-0.277 -0.074,-0.758 -0.074,-1.067 -0.004,-0.554 -0.109,-1.402 -0.242,-2.007 -0.063,-0.278 -0.086,-0.309 -0.184,-0.254 -0.062,0.031 -0.176,0.133 -0.246,0.222 z m -1.957,3.161 c 0.055,0.168 0.176,0.402 0.27,0.515 0.093,0.113 0.234,0.324 0.312,0.469 0.156,0.297 1.106,1.422 1.734,2.059 0.563,0.57 0.731,0.808 0.567,0.808 -0.035,0 -0.395,-0.312 -0.797,-0.691 l -0.734,-0.688 -0.043,0.27 c -0.024,0.148 -0.067,0.273 -0.094,0.273 -0.117,0 -1.301,-2.172 -1.301,-2.39 0,-0.055 -0.023,-0.067 -0.058,-0.032 -0.032,0.032 -0.079,0.356 -0.102,0.715 -0.039,0.656 0.082,2.305 0.227,3 0.089,0.438 0.582,1.317 1.449,2.59 0.941,1.379 1.176,1.609 1.015,0.996 -0.062,-0.23 -0.058,-0.285 0.028,-0.367 0.058,-0.059 0.101,-0.199 0.101,-0.348 0,-0.136 0.028,-0.289 0.063,-0.34 0.055,-0.074 0.078,-0.07 0.183,0.051 0.067,0.074 0.145,0.125 0.176,0.106 0.028,-0.02 0.07,-0.211 0.094,-0.434 0.023,-0.269 0.074,-0.437 0.156,-0.523 0.067,-0.071 0.129,-0.176 0.141,-0.239 0.035,-0.191 0.176,-0.187 0.176,0.004 0,0.129 0.015,0.149 0.062,0.078 0.031,-0.046 0.059,-0.195 0.059,-0.324 0.004,-0.129 0.047,-0.281 0.101,-0.34 0.106,-0.109 0.203,-0.418 0.254,-0.785 0.027,-0.195 0.016,-0.222 -0.094,-0.222 -0.086,0 -0.183,-0.102 -0.308,-0.317 -0.102,-0.172 -0.528,-0.687 -0.942,-1.144 -0.418,-0.461 -0.972,-1.145 -1.226,-1.528 -0.52,-0.761 -1.184,-1.98 -1.184,-2.16 0,-0.062 -0.035,-0.168 -0.078,-0.234 -0.066,-0.102 -0.09,-0.059 -0.191,0.371 -0.11,0.461 -0.114,0.508 -0.016,0.801 z m 1.988,0 c 0.36,0.82 1.039,2.168 1.172,2.328 0.098,0.113 0.098,0.113 0.059,-0.032 -0.09,-0.332 -0.426,-1.078 -0.723,-1.613 -0.172,-0.312 -0.414,-0.75 -0.535,-0.969 -0.121,-0.218 -0.23,-0.39 -0.242,-0.378 -0.008,0.007 0.109,0.308 0.269,0.664 z m 29.653,2.269 c -0.68,0.199 -1.11,0.363 -1.606,0.602 -0.219,0.105 -0.519,0.226 -0.664,0.265 -0.203,0.059 -0.262,0.106 -0.262,0.207 0,0.071 0.012,0.141 0.032,0.16 0.015,0.016 0.484,-0.191 1.035,-0.464 0.555,-0.27 1.254,-0.578 1.558,-0.68 0.305,-0.106 0.567,-0.199 0.582,-0.215 0.067,-0.066 -0.195,-0.016 -0.675,0.125 z m -39.512,0.168 c -0.023,0.121 0.156,0.199 0.25,0.109 0.051,-0.046 0.047,-0.093 -0.012,-0.16 -0.097,-0.113 -0.211,-0.09 -0.238,0.051 z m 49.195,1.391 c 0.254,0.215 0.746,0.461 0.856,0.425 0.035,-0.011 -0.047,-0.085 -0.18,-0.164 -0.687,-0.41 -0.805,-0.476 -0.859,-0.476 -0.035,0.004 0.047,0.098 0.183,0.215 z m -6.093,0.769 c -0.672,0.211 -1.454,0.551 -1.731,0.754 -0.117,0.086 -0.492,0.297 -0.828,0.469 -0.336,0.176 -0.836,0.476 -1.113,0.672 -0.848,0.601 -0.602,0.16 0.316,-0.563 0.215,-0.168 0.375,-0.316 0.359,-0.332 -0.054,-0.054 -0.328,0.16 -1.101,0.883 -1.281,1.191 -2.024,2.406 -2.024,3.316 0,0.227 0.024,0.329 0.094,0.356 0.125,0.047 0.113,0.211 -0.039,0.605 -0.07,0.184 -0.117,0.348 -0.105,0.36 0.043,0.043 2.172,-0.676 3.113,-1.051 0.508,-0.203 1,-0.398 1.09,-0.434 0.125,-0.046 0.164,-0.101 0.156,-0.218 -0.008,-0.137 0.063,-0.188 0.762,-0.524 1.219,-0.582 2.914,-1.203 4.219,-1.539 0.335,-0.09 0.417,-0.133 0.449,-0.25 0.019,-0.078 0.07,-0.14 0.113,-0.14 0.094,-0.004 2.773,-0.176 2.859,-0.188 0.036,-0.004 -0.05,-0.027 -0.187,-0.055 -0.137,-0.027 -0.656,-0.05 -1.16,-0.054 -0.766,-0.004 -0.922,-0.02 -0.953,-0.094 -0.02,-0.051 -0.016,-0.113 0.007,-0.133 0.024,-0.023 0.317,-0.051 0.657,-0.066 0.55,-0.02 0.617,-0.035 0.617,-0.137 0,-0.074 0.043,-0.113 0.137,-0.117 0.5,-0.016 1.062,0.023 1.406,0.101 0.453,0.098 2.449,0.692 2.816,0.836 0.106,0.039 0.114,0.035 0.043,-0.047 -0.043,-0.054 -0.148,-0.113 -0.23,-0.132 -0.086,-0.02 -0.153,-0.063 -0.153,-0.094 0,-0.031 -0.195,-0.207 -0.429,-0.391 -0.239,-0.187 -0.449,-0.383 -0.465,-0.441 -0.02,-0.059 -0.168,-0.199 -0.328,-0.309 -0.16,-0.113 -0.391,-0.285 -0.512,-0.39 -0.215,-0.184 -0.93,-0.426 -1.047,-0.356 -0.035,0.02 -0.14,0 -0.234,-0.051 -0.11,-0.054 -0.274,-0.074 -0.449,-0.054 -0.153,0.015 -0.461,-0.012 -0.68,-0.063 -0.766,-0.168 -2.965,-0.336 -4.145,-0.312 -0.644,0.015 -0.859,0.043 -1.3,0.183 z m -43.161,0.746 c -0.765,0.118 -1.519,0.328 -2.507,0.715 -0.512,0.195 -1.149,0.508 -0.938,0.457 0.067,-0.015 0.504,-0.125 0.969,-0.238 1.355,-0.336 2.461,-0.473 3.449,-0.426 0.602,0.027 0.863,0.063 0.934,0.125 0.054,0.047 0.183,0.086 0.281,0.086 0.219,0 0.879,0.141 1.262,0.266 0.156,0.05 0.531,0.168 0.836,0.265 0.828,0.262 1.57,0.555 1.918,0.754 0.171,0.098 0.421,0.227 0.554,0.289 0.137,0.059 0.387,0.207 0.559,0.332 0.547,0.395 0.512,0.328 -0.153,-0.293 -1.05,-0.988 -1.976,-1.644 -2.66,-1.902 -1.351,-0.508 -2.961,-0.66 -4.504,-0.43 z m 7.786,0.375 c 0.07,0.172 0.207,0.45 0.3,0.614 0.094,0.164 0.289,0.5 0.43,0.746 0.223,0.383 0.856,1.113 0.918,1.054 0.07,-0.07 -0.246,-0.629 -0.766,-1.343 -0.336,-0.461 -0.683,-0.961 -0.777,-1.11 -0.094,-0.152 -0.184,-0.273 -0.199,-0.273 -0.02,0 0.023,0.14 0.094,0.312 z m 13.664,2.899 c -0.629,0.16 -1,0.316 -1.559,0.664 -0.379,0.234 -0.402,0.273 -0.262,0.457 0.051,0.062 0.09,0.176 0.09,0.254 0,0.113 -0.031,0.136 -0.18,0.136 -0.136,0 -0.269,0.079 -0.511,0.305 -0.18,0.168 -0.274,0.285 -0.207,0.262 0.445,-0.156 0.91,-0.219 1.386,-0.192 0.364,0.024 0.61,0.004 0.805,-0.054 0.652,-0.199 2.27,-0.164 3.317,0.074 0.445,0.098 0.773,0.109 0.773,0.02 0,-0.036 -0.148,-0.219 -0.328,-0.403 -0.18,-0.187 -0.434,-0.469 -0.559,-0.625 -0.129,-0.152 -0.394,-0.371 -0.59,-0.48 -0.578,-0.328 -1.308,-0.629 -1.453,-0.598 -0.074,0.016 -0.398,0.098 -0.722,0.18 z m 13.839,0.613 c -0.14,0.184 -0.515,0.621 -0.835,0.973 -0.317,0.355 -0.563,0.644 -0.547,0.644 0.023,0 0.304,-0.14 0.953,-0.476 0.058,-0.028 0.289,-0.133 0.515,-0.231 0.407,-0.176 0.407,-0.176 0.45,-0.461 0.019,-0.156 0.039,-0.476 0.035,-0.711 l 0,-0.425 -0.156,0.179 c -0.09,0.102 -0.274,0.328 -0.415,0.508 z m -18.464,-0.262 -0.27,0.114 1.149,0.015 c 0.742,0.012 1.148,-0.004 1.148,-0.043 0,-0.035 -0.004,-0.062 -0.016,-0.062 -0.007,0 -0.125,-0.043 -0.261,-0.09 -0.352,-0.129 -1.391,-0.09 -1.75,0.066 z m 0.976,0.801 c 0,0.07 0.231,0.07 0.403,0 0.097,-0.039 0.066,-0.051 -0.141,-0.055 -0.145,-0.003 -0.262,0.024 -0.262,0.055 z m 3.488,0.938 c -0.183,0.019 -0.382,0.07 -0.441,0.113 -0.098,0.066 -0.086,0.09 0.121,0.273 0.32,0.285 1.457,0.821 1.582,0.746 0.035,-0.019 0.094,0.004 0.133,0.051 0.043,0.047 0.156,0.102 0.254,0.121 0.594,0.129 0.73,-0.468 0.141,-0.609 l -0.235,-0.055 0.211,-0.195 c 0.129,-0.121 0.188,-0.211 0.152,-0.25 -0.109,-0.102 -1.296,-0.305 -1.5,-0.254 -0.043,0.008 -0.23,0.035 -0.418,0.059 z m -1.23,0.199 c 0.125,0.133 0.191,0.117 0.133,-0.028 -0.02,-0.05 -0.082,-0.093 -0.141,-0.093 -0.094,0 -0.094,0.011 0.008,0.121 z m 0.773,0.656 c 0.254,0.227 0.602,0.496 0.774,0.598 2.273,1.363 2.605,1.488 3.683,1.394 l 0.645,-0.054 -0.234,-0.106 c -0.153,-0.066 -0.305,-0.09 -0.442,-0.062 -0.41,0.074 -2.781,-0.954 -4.269,-1.848 -0.309,-0.184 -0.571,-0.336 -0.59,-0.336 -0.016,0 0.18,0.188 0.433,0.414 z m 12.36,-0.141 c -0.149,0.133 -0.141,0.25 0.027,0.383 l 0.137,0.106 -0.301,0.261 c -0.168,0.141 -0.34,0.282 -0.387,0.309 -0.121,0.066 -0.101,0.129 0.059,0.211 0.121,0.066 0.211,0.047 0.664,-0.141 1.016,-0.418 1.172,-0.523 1.172,-0.785 0,-0.121 -0.024,-0.129 -0.211,-0.101 -0.117,0.019 -0.344,0.015 -0.5,-0.008 -0.223,-0.031 -0.297,-0.07 -0.34,-0.188 -0.066,-0.168 -0.16,-0.183 -0.32,-0.047 z m 0.594,0.536 c 0.023,0.058 0.007,0.086 -0.036,0.07 -0.093,-0.027 -0.144,-0.164 -0.062,-0.164 0.031,0 0.074,0.043 0.098,0.094 z m 0.523,0.714 c -0.527,0.34 -0.687,0.415 -0.898,0.418 -0.141,0.004 -0.305,0.043 -0.364,0.09 -0.133,0.106 -0.59,0.793 -0.551,0.828 0.047,0.047 1.243,-0.761 2.09,-1.414 0.965,-0.742 1.153,-0.906 1.153,-1.007 0,-0.043 -0.176,0.089 -0.395,0.296 -0.215,0.207 -0.683,0.563 -1.035,0.789 z m -9.887,-0.265 c -0.004,0.039 0.492,0.195 0.524,0.164 0.011,-0.012 -0.024,-0.121 -0.074,-0.242 l -0.094,-0.227 -0.176,0.137 c -0.098,0.074 -0.176,0.148 -0.18,0.168 z m 0.824,0.113 c 0.083,0.258 0.227,0.399 0.227,0.219 0,-0.098 -0.25,-0.535 -0.285,-0.504 -0.012,0.012 0.016,0.141 0.058,0.285 z m -13.105,1.438 c -0.293,0.136 -0.336,0.175 -0.211,0.175 0.176,0.004 0.551,-0.105 0.637,-0.179 0.043,-0.039 0.008,-0.18 -0.043,-0.176 -0.004,0 -0.18,0.082 -0.383,0.18 z m -0.262,0.871 c 0.024,0.019 0.075,0.023 0.121,0.004 0.047,-0.02 0.032,-0.032 -0.039,-0.036 -0.066,-0.003 -0.101,0.012 -0.082,0.032 z m 16.266,3.343 c -0.238,0.356 -0.383,0.477 -0.383,0.329 0,-0.149 -0.152,-0.02 -0.64,0.55 -0.29,0.34 -0.715,0.793 -0.95,1.008 -0.441,0.41 -1.414,1.059 -1.488,0.988 -0.02,-0.019 0.082,-0.16 0.23,-0.304 0.325,-0.321 0.293,-0.34 -0.117,-0.074 -0.164,0.105 -0.39,0.242 -0.504,0.3 -0.144,0.078 -0.183,0.125 -0.129,0.157 0.114,0.07 -0.257,0.429 -0.64,0.621 -0.703,0.355 -1.363,0.797 -1.344,0.898 0.051,0.27 -1.211,1.445 -2.273,2.125 -0.395,0.246 -0.926,0.551 -1.184,0.676 -0.473,0.223 -0.664,0.41 -0.426,0.41 0.063,0 0.387,-0.098 0.719,-0.215 0.332,-0.113 0.648,-0.203 0.699,-0.191 0.141,0.027 -0.207,0.32 -0.625,0.527 -0.195,0.094 -0.371,0.203 -0.39,0.235 -0.024,0.035 -0.067,0.046 -0.098,0.027 -0.035,-0.02 -0.238,0.023 -0.457,0.094 -0.379,0.121 -0.414,0.148 -0.773,0.625 -0.211,0.277 -0.45,0.546 -0.536,0.601 -0.086,0.055 -0.199,0.192 -0.246,0.305 -0.051,0.113 -0.14,0.226 -0.199,0.246 -0.246,0.086 -0.867,0.461 -0.84,0.504 0.016,0.027 0.18,0.051 0.36,0.051 0.449,0 0.714,0.058 0.714,0.16 0,0.043 -0.082,0.097 -0.183,0.117 -0.313,0.062 -0.211,0.125 0.262,0.172 0.246,0.023 0.535,0.078 0.64,0.117 0.164,0.066 0.278,0.063 0.742,-0.035 0.305,-0.067 0.625,-0.133 0.715,-0.152 0.246,-0.051 0.27,0.078 0.043,0.277 -0.113,0.101 -0.18,0.18 -0.148,0.18 0.078,0 2.879,-1.336 3.168,-1.508 0.129,-0.082 0.418,-0.246 0.64,-0.371 0.442,-0.25 0.899,-0.532 1.426,-0.875 0.363,-0.235 1.106,-0.614 1.34,-0.68 0.078,-0.023 0.262,-0.133 0.41,-0.242 0.149,-0.106 0.336,-0.215 0.418,-0.242 0.188,-0.055 0.844,-0.508 1.043,-0.719 l 0.156,-0.16 -0.187,0.097 c -0.102,0.055 -0.301,0.168 -0.446,0.246 -0.414,0.239 -0.402,0.063 0.02,-0.308 0.199,-0.176 0.387,-0.32 0.414,-0.32 0.024,0 0.094,-0.102 0.152,-0.223 0.055,-0.125 0.192,-0.348 0.297,-0.492 0.305,-0.422 0.543,-0.84 0.5,-0.883 -0.023,-0.02 -0.156,0.043 -0.301,0.144 -0.367,0.247 -0.789,0.446 -0.855,0.407 -0.086,-0.055 -0.07,-0.184 0.035,-0.27 0.051,-0.039 0.094,-0.109 0.094,-0.156 0,-0.047 0.066,-0.192 0.152,-0.32 0.192,-0.293 0.203,-0.387 0.032,-0.297 -0.145,0.07 -0.247,0.031 -0.247,-0.094 0,-0.047 0.122,-0.25 0.274,-0.449 0.223,-0.293 0.336,-0.539 0.586,-1.301 0.367,-1.117 0.664,-2.156 0.722,-2.508 0.059,-0.355 -0.058,-0.297 -0.394,0.195 z m -9.207,8.188 c -0.039,0.102 -0.418,0.391 -0.512,0.391 -0.094,0 -0.086,-0.153 0.016,-0.231 0.043,-0.035 0.183,-0.105 0.304,-0.156 0.196,-0.078 0.223,-0.078 0.192,-0.004 z m 30.633,-124.086 c 0.75,0.242 1.133,0.523 1.273,0.93 0.113,0.324 0.106,0.367 -0.133,0.976 -0.254,0.653 -1.254,1.856 -1.543,1.856 -0.078,0 -0.246,0.074 -0.367,0.168 -0.125,0.093 -0.597,0.394 -1.047,0.664 -0.449,0.273 -0.84,0.527 -0.867,0.57 -0.094,0.16 -1.269,0.703 -2.383,1.106 -1.222,0.441 -1.402,0.515 -1.402,0.593 0,0.082 2.324,0.215 3.77,0.215 1.484,0 3.519,-0.066 3.929,-0.129 0.137,-0.019 0.332,-0.043 0.434,-0.051 0.398,-0.031 1.926,-0.21 2.058,-0.238 0.079,-0.019 0.422,-0.058 0.77,-0.09 0.617,-0.058 2.922,-0.484 3.234,-0.597 0.203,-0.075 0.266,-0.235 0.133,-0.328 -0.058,-0.043 -0.101,-0.09 -0.101,-0.11 0,-0.027 0.699,-0.019 0.878,0.012 0.082,0.012 0.235,0.359 0.235,0.531 0,0.106 -0.063,0.227 -0.156,0.313 -0.188,0.168 -0.2,0.3 -0.032,0.3 0.082,0 0.125,0.039 0.125,0.118 0,0.132 0.121,0.16 0.235,0.046 0.125,-0.117 0.082,-0.589 -0.082,-0.914 -0.18,-0.347 -0.192,-0.464 -0.051,-0.437 0.223,0.043 0.344,0.312 0.371,0.836 0.035,0.598 -0.035,0.765 -0.352,0.844 -0.226,0.058 -1.359,0.004 -1.359,-0.067 0,-0.023 0.102,-0.094 0.223,-0.156 0.23,-0.121 0.457,-0.356 0.457,-0.477 0,-0.039 -0.035,-0.117 -0.078,-0.171 -0.071,-0.094 -0.102,-0.09 -0.446,0.042 -0.508,0.2 -1.718,0.434 -2.508,0.485 -0.355,0.023 -0.73,0.051 -0.832,0.062 -0.175,0.016 -1.082,0.078 -3.093,0.207 -0.477,0.032 -1.578,0.114 -2.446,0.18 -1.328,0.106 -1.867,0.121 -3.429,0.094 -1.965,-0.039 -2.926,-0.106 -3.121,-0.227 -0.094,-0.058 -0.223,-0.054 -0.594,0.004 -0.262,0.043 -0.488,0.063 -0.504,0.047 -0.109,-0.105 0.316,-0.258 1.68,-0.609 1.582,-0.407 2.339,-0.711 4.519,-1.825 0.895,-0.453 1.309,-0.714 2.039,-1.285 0.481,-0.371 0.957,-0.847 0.957,-0.949 0,-0.016 -0.121,0.098 -0.273,0.254 -0.258,0.27 -1.149,0.789 -1.348,0.789 -0.051,0 -0.32,0.133 -0.601,0.297 -0.286,0.164 -0.801,0.434 -1.149,0.598 -0.844,0.394 -3.14,1.265 -3.937,1.488 -0.352,0.098 -0.887,0.246 -1.188,0.332 -0.301,0.086 -0.648,0.156 -0.773,0.156 -0.121,0 -0.391,0.039 -0.594,0.09 -0.434,0.098 -0.609,0.109 -0.563,0.031 0.02,-0.027 0.348,-0.125 0.731,-0.211 0.383,-0.086 1.086,-0.285 1.562,-0.445 1.047,-0.355 2.356,-0.762 2.801,-0.879 0.176,-0.043 0.492,-0.164 0.699,-0.266 0.207,-0.101 0.563,-0.238 0.79,-0.304 0.8,-0.235 2.417,-1.168 3.156,-1.817 0.515,-0.453 0.687,-0.714 0.687,-1.031 0,-0.238 -0.027,-0.301 -0.246,-0.5 -0.254,-0.234 -0.426,-0.531 -0.305,-0.531 0.133,0 0.418,0.183 0.602,0.387 0.219,0.238 0.352,0.632 0.289,0.863 -0.031,0.125 -0.023,0.14 0.039,0.082 0.129,-0.121 0.149,-0.766 0.031,-0.942 -0.113,-0.164 -0.558,-0.492 -1.136,-0.835 -0.367,-0.219 -0.477,-0.332 -0.309,-0.329 0.043,0 0.328,0.082 0.641,0.184 z m 8.461,5.969 c 0.078,0.265 0.16,0.375 0.16,0.219 0,-0.098 -0.164,-0.454 -0.211,-0.454 -0.012,0 0.012,0.106 0.051,0.235 z m 32.945,-3.735 c 0.086,0.102 0.465,0.125 0.523,0.032 0.122,-0.188 1.219,0.183 1.692,0.566 0.355,0.293 0.554,0.84 0.437,1.227 -0.015,0.058 0.039,0.097 0.192,0.121 0.215,0.031 0.207,0.035 -0.403,0.324 -0.644,0.305 -3.406,1.226 -4.925,1.641 -2,0.546 -2.235,0.609 -2.262,0.582 -0.055,-0.055 0.051,-0.157 0.16,-0.157 0.098,0 0.414,-0.093 1.707,-0.511 0.172,-0.055 0.547,-0.18 0.836,-0.278 0.289,-0.097 1.07,-0.363 1.734,-0.586 1.973,-0.664 2.129,-0.722 2.227,-0.816 0.101,-0.102 0.207,-0.109 -1.332,0.07 -0.441,0.051 -0.844,0.106 -0.895,0.121 -0.457,0.125 -5.402,0.645 -7.144,0.75 -1.938,0.118 -2.238,0.121 -2.317,0.032 -0.054,-0.067 -0.027,-0.09 0.153,-0.125 0.129,-0.024 0.258,-0.012 0.301,0.023 0.043,0.035 0.093,0.051 0.113,0.031 0.015,-0.015 0.445,-0.054 0.953,-0.086 0.504,-0.027 1.238,-0.093 1.629,-0.144 0.394,-0.051 1.242,-0.149 1.887,-0.211 0.671,-0.067 1.277,-0.156 1.41,-0.211 0.129,-0.051 0.258,-0.082 0.289,-0.063 0.027,0.016 0.129,-0.007 0.222,-0.054 0.09,-0.047 0.2,-0.074 0.239,-0.059 0.113,0.043 3.082,-0.441 4.121,-0.668 0.301,-0.07 0.449,-0.074 0.578,-0.027 0.23,0.086 0.223,0.09 0.223,-0.156 0,-0.18 -0.051,-0.266 -0.297,-0.508 -0.168,-0.16 -0.336,-0.289 -0.371,-0.289 -0.043,0 -0.075,0.105 -0.075,0.258 0,0.144 -0.031,0.347 -0.066,0.453 -0.062,0.168 -0.094,0.187 -0.266,0.172 -0.136,-0.012 -0.183,-0.043 -0.164,-0.106 0.071,-0.242 0.071,-0.668 0,-0.754 -0.113,-0.129 -0.492,-0.273 -0.621,-0.234 -0.179,0.058 -1.824,0.265 -2.84,0.363 -1.121,0.106 -2.253,0.18 -3.586,0.238 -0.863,0.039 -0.949,0.035 -0.878,-0.05 0.058,-0.067 0.171,-0.086 0.441,-0.075 0.199,0.012 0.664,-0.015 1.031,-0.058 0.367,-0.043 0.688,-0.067 0.715,-0.051 0.086,0.051 0.57,-0.109 0.648,-0.215 0.059,-0.078 0.204,-0.117 0.559,-0.144 0.266,-0.024 0.746,-0.094 1.07,-0.157 1.504,-0.3 2.219,-0.363 2.352,-0.211 z m -10.578,0.2 c 0,0.031 -0.043,0.089 -0.094,0.129 -0.051,0.042 -0.094,0.097 -0.094,0.125 0,0.027 -0.066,0.148 -0.152,0.269 -0.082,0.117 -0.168,0.309 -0.191,0.422 -0.051,0.258 -0.125,0.301 -0.278,0.168 -0.195,-0.172 -0.144,-0.356 0.211,-0.758 0.289,-0.332 0.598,-0.516 0.598,-0.355 z m -13.113,0.25 c 0.859,0.097 3.597,0.238 5.753,0.3 2.297,0.063 2.743,0.094 2.684,0.184 -0.074,0.117 -6.227,0.023 -8.359,-0.125 -0.766,-0.055 -1.438,-0.195 -1.438,-0.301 0,-0.117 0.59,-0.144 1.36,-0.058 z m -2.149,0.152 c 0.078,0.082 0.051,0.137 -0.082,0.156 -0.215,0.035 -0.164,0.133 0.188,0.36 0.277,0.175 0.347,0.203 0.402,0.132 0.082,-0.101 0.164,-0.05 0.363,0.239 0.188,0.269 0.207,0.25 0.063,-0.047 -0.059,-0.113 -0.227,-0.293 -0.379,-0.399 -0.336,-0.234 -0.281,-0.355 0.109,-0.242 0.297,0.086 0.547,0.387 0.746,0.895 0.266,0.683 0.047,1.347 -0.597,1.808 l -0.317,0.227 -0.137,-0.176 c -0.128,-0.168 -0.128,-0.187 -0.039,-0.445 0.149,-0.426 0.184,-0.735 0.098,-0.914 -0.293,-0.625 -0.449,-0.778 -0.844,-0.828 -0.207,-0.028 -0.339,0.011 -0.832,0.25 -0.855,0.418 -1.445,0.543 -1.015,0.218 0.242,-0.187 0.183,-0.195 -0.219,-0.027 -0.203,0.086 -0.371,0.172 -0.371,0.191 0,0.02 0.098,0.086 0.215,0.149 0.398,0.207 0.66,0.726 0.664,1.305 0.004,0.48 -0.082,0.66 -0.289,0.609 -0.102,-0.027 -0.211,0.004 -0.34,0.094 -0.231,0.16 -0.246,0.3 -0.028,0.3 0.118,0 0.153,0.024 0.137,0.102 -0.011,0.078 -0.09,0.109 -0.297,0.121 -0.675,0.035 -0.804,0.07 -0.804,0.227 0,0.109 -0.039,0.152 -0.168,0.179 -0.45,0.098 -1.508,0.465 -3.196,1.114 -1.015,0.386 -1.91,0.707 -1.984,0.707 -0.078,0 -0.332,0.093 -0.566,0.203 -0.235,0.113 -0.524,0.222 -0.641,0.246 -0.121,0.023 -0.363,0.121 -0.539,0.215 -0.176,0.097 -0.352,0.172 -0.387,0.172 -0.133,0 -0.855,0.355 -1.051,0.515 -0.109,0.09 -0.839,0.469 -1.625,0.844 -1.23,0.586 -1.921,0.977 -1.738,0.973 0.027,0 0.871,-0.051 1.875,-0.118 1.785,-0.113 2.43,-0.168 5.012,-0.414 1.691,-0.16 2.734,-0.234 2.828,-0.199 0.125,0.043 0.09,0.129 -0.063,0.164 -0.074,0.016 -0.582,0.071 -1.128,0.121 -0.543,0.051 -1.266,0.121 -1.606,0.153 -0.34,0.035 -1.008,0.086 -1.484,0.113 -1.895,0.117 -4.699,0.348 -5.465,0.445 -0.149,0.02 -0.231,-0.004 -0.305,-0.09 -0.058,-0.062 -0.14,-0.113 -0.183,-0.113 -0.137,0 -0.086,-0.105 0.121,-0.266 0.23,-0.175 0.195,-0.183 -0.231,-0.042 -0.234,0.074 -0.312,0.132 -0.34,0.246 -0.027,0.105 -0.086,0.156 -0.195,0.168 -0.269,0.031 -0.324,-0.11 -0.336,-0.875 -0.008,-0.383 0,-0.582 0.016,-0.442 0.015,0.168 0.066,0.274 0.144,0.313 0.063,0.031 0.125,0.132 0.133,0.218 0.039,0.305 0.156,0.301 1.113,-0.007 1.371,-0.442 1.446,-0.473 1.426,-0.59 -0.012,-0.059 0.039,-0.121 0.125,-0.153 0.078,-0.031 0.27,-0.109 0.422,-0.175 0.152,-0.067 0.441,-0.188 0.645,-0.274 0.207,-0.082 0.777,-0.328 1.269,-0.543 0.492,-0.219 1.078,-0.465 1.301,-0.547 0.219,-0.086 0.457,-0.172 0.523,-0.199 0.071,-0.027 0.375,-0.156 0.68,-0.289 0.977,-0.43 2.406,-0.98 2.66,-1.031 0.137,-0.028 0.485,-0.133 0.774,-0.235 0.289,-0.101 0.796,-0.269 1.125,-0.371 0.332,-0.105 0.589,-0.207 0.574,-0.23 -0.047,-0.074 -0.918,0.012 -1.024,0.098 -0.05,0.046 -0.23,0.089 -0.398,0.097 l -0.305,0.016 -0.043,-0.238 c -0.023,-0.133 -0.078,-0.426 -0.117,-0.653 -0.047,-0.254 -0.16,-0.551 -0.285,-0.773 -0.266,-0.449 -0.254,-0.547 0.074,-0.551 0.133,-0.004 0.293,-0.023 0.352,-0.051 0.062,-0.027 0.148,-0.035 0.199,-0.015 0.051,0.019 0.109,0.007 0.129,-0.024 0.019,-0.027 0.594,-0.23 1.273,-0.445 0.782,-0.242 1.309,-0.442 1.422,-0.535 0.301,-0.243 2.16,-1.11 2.469,-1.145 0.152,-0.019 0.297,-0.015 0.324,0.008 z m 0.789,1.863 c 0,0.121 0.016,0.145 0.07,0.094 0.036,-0.039 0.051,-0.109 0.032,-0.16 -0.059,-0.145 -0.102,-0.113 -0.102,0.066 z m -5.137,0.133 c -0.218,0.066 -0.5,0.133 -0.617,0.152 -0.39,0.059 -0.402,0.098 -0.179,0.485 0.16,0.269 0.211,0.441 0.238,0.769 l 0.035,0.422 0.676,0.016 c 0.613,0.015 0.699,0.004 0.988,-0.133 0.34,-0.16 0.578,-0.453 0.66,-0.805 0.078,-0.336 -0.113,-0.597 -0.676,-0.914 -0.328,-0.183 -0.484,-0.179 -1.125,0.008 z m -1.199,0.895 c 0.067,0.203 0.094,0.421 0.074,0.64 -0.031,0.363 0.063,0.481 0.243,0.305 0.089,-0.086 0.082,-0.141 -0.075,-0.621 -0.164,-0.5 -0.265,-0.711 -0.32,-0.656 -0.016,0.015 0.02,0.164 0.078,0.332 z m 16.852,-2.625 c 0,0.035 -0.102,0.062 -0.223,0.062 -0.129,0 -0.203,-0.027 -0.18,-0.062 0.02,-0.032 0.118,-0.059 0.219,-0.059 0.102,0 0.184,0.027 0.184,0.059 z m 7.422,0.054 c 0,0.071 -0.356,0.133 -0.532,0.09 -0.082,-0.019 -0.132,-0.062 -0.113,-0.09 0.043,-0.07 0.645,-0.07 0.645,0 z m -3.25,2.16 c 0.023,0.032 -0.028,0.059 -0.118,0.059 -0.089,0 -0.16,-0.027 -0.16,-0.059 0,-0.035 0.055,-0.062 0.121,-0.062 0.067,0 0.137,0.027 0.157,0.062 z m -2.469,0.063 c 0.105,0.109 0.101,0.117 -0.055,0.121 -0.297,0.016 -0.504,0.031 -0.566,0.051 -0.129,0.035 -0.219,0 -0.219,-0.086 0,-0.051 -0.027,-0.09 -0.062,-0.09 -0.032,0 -0.059,0.035 -0.059,0.082 0,0.047 -0.051,0.102 -0.109,0.125 -0.391,0.145 -9.739,0.453 -9.977,0.328 -0.062,-0.031 -0.25,-0.058 -0.418,-0.058 -0.199,0 -0.336,-0.032 -0.387,-0.09 -0.043,-0.051 -0.066,-0.102 -0.05,-0.114 0.023,-0.023 1.293,-0.062 4.074,-0.125 0.73,-0.019 1.984,-0.054 2.781,-0.082 0.801,-0.027 1.524,-0.05 1.609,-0.05 0.086,0 0.434,-0.02 0.774,-0.043 0.34,-0.02 1.055,-0.051 1.586,-0.063 0.898,-0.019 0.976,-0.015 1.078,0.094 z m 1.203,0.019 c 0,0.051 -0.297,0.071 -0.406,0.032 -0.086,-0.035 -0.043,-0.047 0.14,-0.051 0.149,-0.004 0.266,0.008 0.266,0.019 z m -0.68,0.036 c 0,0.035 -0.058,0.058 -0.125,0.058 -0.066,0 -0.125,-0.023 -0.125,-0.058 0,-0.032 0.059,-0.059 0.125,-0.059 0.067,0 0.125,0.027 0.125,0.059 z m 9.864,0.058 c 0.019,0.031 -0.028,0.071 -0.106,0.086 -0.133,0.024 -2.523,0.25 -4.5,0.426 -0.496,0.043 -1.078,0.105 -1.301,0.141 -0.75,0.113 -2.671,0.312 -2.707,0.281 -0.019,-0.02 -0.015,-0.055 0.008,-0.078 0.039,-0.035 1.422,-0.235 1.988,-0.285 0.137,-0.012 0.497,-0.051 0.805,-0.086 0.305,-0.032 0.973,-0.102 1.485,-0.153 0.507,-0.051 1.164,-0.117 1.453,-0.152 1.703,-0.188 2.824,-0.258 2.875,-0.18 z m -24.09,0.715 c 0,0.289 -1.188,0.945 -1.324,0.731 -0.051,-0.075 0.062,-0.153 0.41,-0.278 0.16,-0.058 0.406,-0.207 0.551,-0.336 0.289,-0.261 0.363,-0.285 0.363,-0.117 z m 15.027,0.242 c 0,0.035 -0.082,0.063 -0.187,0.063 -0.11,0 -0.172,-0.028 -0.153,-0.063 0.024,-0.031 0.11,-0.058 0.192,-0.058 0.082,0 0.148,0.027 0.148,0.058 z m -0.555,0.063 c 0,0.031 -0.085,0.058 -0.187,0.058 -0.113,0 -0.176,-0.023 -0.152,-0.058 0.019,-0.035 0.105,-0.063 0.187,-0.063 0.086,0 0.152,0.028 0.152,0.063 z m -0.679,0.058 c 0,0.032 -0.125,0.059 -0.278,0.059 -0.156,0 -0.281,-0.027 -0.281,-0.059 0,-0.031 0.125,-0.058 0.281,-0.058 0.153,0 0.278,0.027 0.278,0.058 z m -1.145,0.059 c -0.023,0.035 -0.078,0.062 -0.129,0.062 -0.047,0 -0.089,-0.027 -0.089,-0.062 0,-0.031 0.058,-0.059 0.128,-0.059 0.071,0 0.11,0.028 0.09,0.059 z m -3.187,0.055 c 0,0.093 -0.18,0.125 -0.699,0.129 -0.446,0.003 -1.575,0.082 -2.114,0.148 -0.574,0.066 -1.121,0.105 -2.289,0.152 -0.715,0.028 -1.781,0.078 -2.371,0.114 -1.379,0.078 -2.359,0.078 -2.359,0 0,-0.032 0.047,-0.059 0.105,-0.059 0.934,-0.004 6.758,-0.332 8.492,-0.477 0.887,-0.074 1.235,-0.078 1.235,-0.007 z m -34.731,0.113 c 0.016,0.019 0,0.07 -0.039,0.113 -0.047,0.051 -0.051,0.106 -0.015,0.141 0.113,0.109 0.882,0.242 2.714,0.472 0.274,0.036 0.594,0.09 0.711,0.125 0.118,0.032 0.34,0.059 0.496,0.059 0.153,-0.004 0.778,0.055 1.391,0.121 0.613,0.067 1.363,0.149 1.672,0.184 0.375,0.039 0.969,0.039 1.848,-0.004 1.195,-0.055 1.406,-0.051 1.328,0.027 -0.059,0.055 -0.785,0.102 -1.895,0.121 -0.621,0.008 -1.168,0.032 -1.207,0.047 -0.262,0.094 -3.722,-0.203 -5.086,-0.441 -0.375,-0.063 -0.929,-0.16 -1.238,-0.211 -0.305,-0.055 -0.672,-0.145 -0.813,-0.203 -0.269,-0.114 -0.39,-0.309 -0.273,-0.446 0.074,-0.086 0.352,-0.156 0.406,-0.105 z m 44.504,0.277 c 0,0.051 -0.019,0.094 -0.047,0.094 -0.023,0 -0.586,0.066 -1.25,0.148 -1.625,0.196 -3.613,0.352 -3.812,0.305 -0.317,-0.078 -0.047,-0.141 1.027,-0.238 1.633,-0.149 2.238,-0.215 2.445,-0.274 0.102,-0.027 0.512,-0.07 0.911,-0.089 0.644,-0.04 0.726,-0.032 0.726,0.054 z m -27.09,0.086 c 0,0.039 -0.082,0.067 -0.179,0.067 -0.098,0 -0.313,0.019 -0.477,0.039 -0.211,0.027 -0.285,0.019 -0.242,-0.024 0.09,-0.094 0.898,-0.164 0.898,-0.082 z m -1.144,0.129 c -0.024,0.031 -0.11,0.059 -0.192,0.059 -0.082,0 -0.148,-0.028 -0.148,-0.059 0,-0.035 0.082,-0.062 0.187,-0.062 0.11,0 0.172,0.027 0.153,0.062 z m -0.621,0.059 c -0.02,0.031 -0.09,0.058 -0.157,0.058 -0.066,0 -0.121,-0.027 -0.121,-0.058 0,-0.032 0.071,-0.059 0.161,-0.059 0.089,0 0.14,0.024 0.117,0.059 z m 28.301,0.261 c 0,0.016 -0.043,0.039 -0.098,0.059 -0.055,0.023 -0.078,0.012 -0.059,-0.023 0.039,-0.055 0.157,-0.082 0.157,-0.036 z m -8.227,0.219 c 0,0.039 -0.379,0.102 -0.68,0.113 -0.054,0.004 -0.422,0.02 -0.82,0.043 -0.5,0.024 -0.727,0.016 -0.727,-0.027 0,-0.035 0.032,-0.082 0.071,-0.105 0.097,-0.059 2.156,-0.079 2.156,-0.024 z m -22.754,-0.019 c -0.043,0.015 -0.098,0.011 -0.117,-0.008 -0.02,-0.02 0.015,-0.031 0.082,-0.031 0.07,0.003 0.086,0.019 0.035,0.039 z m 30.25,0.058 c -0.047,0.016 -0.098,0.016 -0.121,-0.004 -0.02,-0.019 0.016,-0.035 0.082,-0.031 0.074,0 0.086,0.016 0.039,0.035 z m -30.785,-0.012 c -0.156,0.051 -0.645,0.071 -0.613,0.024 0.015,-0.031 0.175,-0.051 0.351,-0.047 0.18,0 0.297,0.012 0.262,0.023 z m 30.555,0.075 c -0.032,0.035 -0.227,0.121 -0.434,0.195 -0.75,0.273 -1.184,0.43 -1.668,0.594 -0.461,0.16 -2.176,0.812 -3.031,1.152 -0.203,0.078 -0.574,0.223 -0.821,0.317 -0.265,0.101 -0.461,0.21 -0.48,0.273 -0.027,0.082 -0.125,0.113 -0.418,0.141 -0.211,0.015 -0.719,0.058 -1.125,0.093 -0.41,0.035 -1.008,0.09 -1.332,0.121 -3.438,0.356 -4.586,0.43 -4.715,0.309 -0.074,-0.07 0.195,-0.133 0.512,-0.121 0.121,0.004 0.273,-0.02 0.34,-0.051 0.156,-0.078 1.039,-0.211 1.535,-0.226 0.207,-0.008 0.558,-0.047 0.777,-0.086 0.219,-0.039 0.524,-0.082 0.68,-0.098 0.152,-0.016 0.457,-0.059 0.676,-0.094 0.492,-0.082 0.39,-0.183 -0.145,-0.14 -0.203,0.015 -0.984,0.082 -1.73,0.148 -0.75,0.063 -1.848,0.141 -2.446,0.176 -0.593,0.035 -1.261,0.074 -1.484,0.09 -1.168,0.078 -2.66,0.105 -2.66,0.047 0,-0.071 0.176,-0.149 0.242,-0.106 0.027,0.016 0.613,-0.012 1.309,-0.059 0.695,-0.046 1.531,-0.097 1.855,-0.113 0.789,-0.039 1.238,-0.097 1.199,-0.164 -0.019,-0.027 -0.144,-0.051 -0.277,-0.051 -0.137,0 -0.246,-0.027 -0.246,-0.058 0,-0.063 0.152,-0.078 0.805,-0.09 1.578,-0.035 3.191,-0.184 3.726,-0.34 0.18,-0.055 0.25,-0.051 0.328,0.012 0.086,0.07 0.11,0.066 0.16,-0.02 0.067,-0.109 0.27,-0.136 0.332,-0.043 0.055,0.086 0.219,0.075 0.204,-0.008 -0.02,-0.085 0.238,-0.156 0.972,-0.261 0.758,-0.11 0.957,-0.11 0.957,0 0,0.058 -0.062,0.094 -0.168,0.094 -0.211,0.007 -0.429,0.085 -0.351,0.128 0.066,0.036 0.785,-0.035 1.386,-0.14 0.223,-0.039 0.723,-0.188 1.114,-0.336 0.39,-0.145 0.906,-0.328 1.144,-0.402 0.239,-0.079 0.586,-0.211 0.774,-0.297 l 0.339,-0.157 -0.464,0.028 c -0.254,0.015 -1.004,0.07 -1.668,0.121 -2.586,0.199 -4.727,0.34 -6,0.394 -1.629,0.071 -1.793,0.075 -1.793,0.008 0,-0.027 0.285,-0.066 0.633,-0.09 3.75,-0.226 6.214,-0.441 6.562,-0.57 0.27,-0.102 2.754,-0.117 2.934,-0.02 0.097,0.055 0.172,0.059 0.257,0.016 0.211,-0.109 0.832,-0.254 1.149,-0.269 0.168,-0.008 0.379,-0.036 0.465,-0.059 0.101,-0.035 0.133,-0.027 0.09,0.012 z m -7.485,1.75 c -0.097,0.039 -0.078,0.05 0.11,0.054 0.128,0.004 0.23,-0.023 0.23,-0.054 0,-0.071 -0.168,-0.071 -0.34,0 z m 0.887,0.312 c 0.012,0.086 -0.031,0.106 -0.262,0.106 -0.277,0 -0.594,0.097 -0.594,0.183 0,0.153 0.848,0.117 0.907,-0.039 0.019,-0.043 0.086,-0.097 0.152,-0.117 0.063,-0.02 0.148,-0.09 0.184,-0.156 0.062,-0.11 0.05,-0.117 -0.172,-0.098 -0.184,0.012 -0.231,0.039 -0.215,0.121 z m -1.32,0.285 c 0.023,0.032 0.078,0.059 0.125,0.059 0.046,0 0.101,-0.027 0.125,-0.059 0.019,-0.035 -0.032,-0.058 -0.125,-0.058 -0.094,0 -0.145,0.023 -0.125,0.058 z m -1.063,0.036 c 0.02,0.019 0.074,0.023 0.117,0.003 0.051,-0.015 0.035,-0.031 -0.039,-0.035 -0.062,0 -0.101,0.012 -0.078,0.032 z m -0.851,-2.372 0.183,0.039 -0.215,0.04 c -0.324,0.058 -1.718,0.152 -3.867,0.253 -1.055,0.051 -2.141,0.122 -2.414,0.149 -0.27,0.031 -1.129,0.086 -1.902,0.125 -0.778,0.035 -1.555,0.086 -1.731,0.113 -0.351,0.051 -2.117,0.028 -2.215,-0.027 -0.031,-0.02 -0.058,-0.074 -0.058,-0.117 0,-0.063 0.109,-0.082 0.461,-0.082 0.386,0 0.496,-0.02 0.664,-0.137 l 0.207,-0.141 3.152,-0.039 c 1.735,-0.023 3.309,-0.054 3.496,-0.074 0.844,-0.09 3.953,-0.164 4.239,-0.102 z m -21.637,-0.011 c -0.094,0.011 -0.235,0.011 -0.309,-0.004 -0.078,-0.012 0,-0.024 0.172,-0.024 0.168,0 0.231,0.012 0.137,0.028 z m -0.629,0.023 c 0.019,0.027 -0.125,0.051 -0.32,0.051 -0.196,0 -0.344,-0.008 -0.329,-0.02 0.063,-0.054 0.618,-0.078 0.649,-0.031 z m -37.594,0.59 c 0,0.117 -0.015,0.164 -0.031,0.105 -0.016,-0.058 -0.016,-0.152 0,-0.21 0.016,-0.055 0.031,-0.008 0.031,0.105 z m 38.981,0.332 c 0,0.07 -0.414,0.266 -0.571,0.266 -0.09,0 -0.468,0.117 -0.836,0.261 -0.363,0.145 -0.816,0.309 -1.004,0.368 -0.464,0.144 -0.925,0.375 -0.968,0.48 -0.02,0.047 -0.086,0.086 -0.149,0.086 -0.125,0 -0.226,-0.219 -0.14,-0.305 0.078,-0.074 1.449,-0.551 2.031,-0.707 0.269,-0.07 0.578,-0.156 0.68,-0.191 0.882,-0.305 0.957,-0.324 0.957,-0.258 z m 18.218,0.086 c -0.023,0.035 -0.066,0.062 -0.101,0.062 -0.035,0 -0.043,-0.027 -0.024,-0.062 0.02,-0.031 0.067,-0.059 0.102,-0.059 0.031,0 0.043,0.028 0.023,0.059 z m -4.054,0.359 c 0,0.032 -0.055,0.059 -0.125,0.059 -0.071,0 -0.11,-0.027 -0.09,-0.059 0.019,-0.031 0.078,-0.058 0.129,-0.058 0.047,0 0.086,0.027 0.086,0.058 z m -1.004,-0.015 c 0.344,0.043 0.222,0.136 -0.176,0.136 -0.273,0 -0.367,-0.023 -0.352,-0.074 0.028,-0.082 0.211,-0.105 0.528,-0.062 z m -0.821,0.074 c 0.125,0.043 0.125,0.043 0,0.078 -0.066,0.02 -0.625,0.051 -1.234,0.07 -0.613,0.02 -1.367,0.063 -1.672,0.094 -1.422,0.137 -3.058,0.192 -3.172,0.106 -0.043,-0.036 -0.48,-0.079 -0.972,-0.094 -0.493,-0.016 -0.895,-0.055 -0.895,-0.082 0,-0.028 0.813,-0.055 1.809,-0.063 2.504,-0.015 3.488,-0.039 5.613,-0.133 0.219,-0.011 0.457,0 0.523,0.024 z m 4.387,0.832 c 0.039,0.055 -0.765,0.133 -0.851,0.082 -0.028,-0.016 -0.016,-0.055 0.031,-0.082 0.109,-0.066 0.777,-0.07 0.82,0 z m -1.105,0.066 c -0.024,0.032 -0.051,0.059 -0.067,0.059 -0.015,0 -0.027,-0.027 -0.027,-0.059 0,-0.031 0.027,-0.058 0.066,-0.058 0.036,0 0.047,0.027 0.028,0.058 z m -0.559,0 c 0.024,0.039 -0.105,0.059 -0.351,0.059 -0.274,0 -0.364,-0.02 -0.297,-0.059 0.121,-0.078 0.601,-0.078 0.648,0 z m -2.336,-0.019 c 0.227,0.086 -0.078,0.14 -0.808,0.14 -0.45,0 -1.36,0.051 -2.02,0.118 -0.66,0.066 -1.41,0.121 -1.664,0.121 -0.254,0 -0.547,0.027 -0.652,0.058 -0.313,0.098 -6.563,0.528 -6.637,0.457 -0.02,-0.023 -0.012,-0.062 0.019,-0.093 0.047,-0.043 2.793,-0.258 4.356,-0.34 0.543,-0.031 3.637,-0.285 4.98,-0.41 0.895,-0.086 2.27,-0.114 2.426,-0.051 z m 3.707,0.894 c -0.097,0.051 -0.215,0.075 -0.265,0.055 -0.161,-0.059 -0.024,-0.152 0.211,-0.148 l 0.23,0 -0.176,0.093 z m 25.879,1.207 c 0.215,0.168 0.125,0.309 -0.172,0.27 -0.195,-0.027 -0.273,-0.004 -0.437,0.129 -0.199,0.164 -0.383,0.168 -0.383,0.012 0,-0.157 0.25,-0.395 0.48,-0.457 0.313,-0.083 0.348,-0.079 0.512,0.046 z m -63.312,0.817 c 0.07,0.031 1.652,0.203 2.257,0.246 1.204,0.086 3.961,1.125 3.961,1.492 0,0.047 -0.031,0.086 -0.066,0.086 -0.086,0 -1.129,-0.352 -1.883,-0.637 -0.871,-0.332 -1.324,-0.449 -2.785,-0.73 -1.133,-0.219 -2.293,-0.324 -3.547,-0.332 -1.348,-0.004 -0.84,-0.09 0.735,-0.125 0.695,-0.016 1.296,-0.016 1.328,0 z m -3.36,0.191 c -0.043,0.016 -0.097,0.016 -0.117,-0.004 -0.019,-0.019 0.016,-0.035 0.082,-0.031 0.07,0.004 0.086,0.016 0.035,0.035 z m 67.66,3.867 c 0,0.094 -0.144,0.223 -0.402,0.364 -0.102,0.054 -0.133,0.082 -0.062,0.062 0.378,-0.125 0.492,-0.144 0.546,-0.094 0.161,0.157 -0.23,0.407 -1.043,0.664 -0.238,0.075 -0.722,0.266 -1.082,0.418 -0.566,0.25 -1.425,0.567 -2.843,1.047 -0.223,0.078 -0.766,0.266 -1.207,0.418 -1.493,0.516 -1.703,0.578 -1.801,0.543 -0.141,-0.051 -0.047,-0.148 0.305,-0.304 0.429,-0.188 0.179,-0.188 -0.297,0 -0.239,0.097 -0.391,0.128 -0.43,0.089 -0.031,-0.035 -0.125,-0.058 -0.203,-0.058 -0.207,0 -0.246,-0.16 -0.078,-0.332 0.164,-0.168 0.34,-0.192 0.394,-0.055 0.051,0.129 0.313,0.078 1.399,-0.285 0.492,-0.164 1.312,-0.434 1.824,-0.598 0.512,-0.16 1.18,-0.39 1.484,-0.508 0.688,-0.261 1.203,-0.437 1.293,-0.433 0.039,0 -0.015,0.07 -0.117,0.156 -0.18,0.145 -0.18,0.149 -0.031,0.11 0.215,-0.059 0.859,-0.333 1.082,-0.461 l 0.187,-0.106 -0.203,0.035 c -0.117,0.024 -0.199,0.016 -0.199,-0.019 0,-0.051 0.652,-0.449 1.094,-0.668 0.183,-0.09 0.39,-0.082 0.39,0.015 z m 0.493,1.207 c 0,0.02 -0.028,0.086 -0.063,0.149 -0.055,0.101 -0.043,0.113 0.078,0.101 0.242,-0.023 0.16,0.157 -0.136,0.297 -0.157,0.071 -0.473,0.188 -0.711,0.258 -0.52,0.152 -0.688,0.215 -1.457,0.524 -1.579,0.636 -4.942,1.687 -5.399,1.687 -0.223,0 -0.211,-0.055 0.067,-0.309 0.199,-0.183 0.433,-0.281 1.652,-0.675 0.785,-0.258 1.535,-0.508 1.672,-0.555 0.347,-0.129 2.347,-0.945 2.73,-1.117 0.176,-0.082 0.375,-0.129 0.442,-0.113 0.07,0.019 0.308,-0.04 0.531,-0.125 0.387,-0.149 0.594,-0.192 0.594,-0.122 z m -1.918,0.864 c -0.118,0.074 -0.172,0.121 -0.121,0.105 0.484,-0.144 0.742,-0.242 0.742,-0.281 0,-0.082 -0.387,0.027 -0.621,0.176 z m 2.254,0.293 c 0.066,0.101 -0.243,0.445 -0.465,0.519 -0.125,0.039 -0.332,0.145 -0.465,0.227 -0.551,0.351 -2.168,0.953 -4.785,1.789 -1.481,0.472 -1.84,0.558 -1.934,0.469 -0.051,-0.047 -0.031,-0.11 0.082,-0.223 0.254,-0.262 1.008,-0.586 2.59,-1.109 0.492,-0.165 1.207,-0.418 1.59,-0.563 0.379,-0.144 0.707,-0.266 0.726,-0.266 0.02,0 0.36,-0.132 0.754,-0.296 0.739,-0.309 0.828,-0.336 0.828,-0.254 0,0.066 -0.75,0.484 -1.234,0.691 -0.43,0.184 -0.641,0.324 -0.371,0.246 0.082,-0.023 0.269,-0.094 0.414,-0.156 0.141,-0.059 0.281,-0.109 0.309,-0.109 0.058,0 1.089,-0.395 1.316,-0.504 0.105,-0.051 0.152,-0.118 0.141,-0.204 -0.02,-0.179 0.414,-0.402 0.504,-0.257 z m -72.954,0.644 c 0.602,0.192 2.735,1.039 3.231,1.281 0.285,0.141 0.406,0.153 0.297,0.024 -0.047,-0.051 -0.063,-0.109 -0.043,-0.129 0.047,-0.047 1.062,0.48 1.918,1 0.379,0.227 0.754,0.414 0.832,0.414 0.16,0 0.269,0.063 1.004,0.563 1.168,0.8 2.144,1.636 3.789,3.261 0.773,0.766 1.406,1.414 1.406,1.446 0,0.101 -0.164,0.05 -0.309,-0.094 -0.078,-0.082 -0.355,-0.235 -0.613,-0.336 -0.258,-0.102 -0.68,-0.297 -0.933,-0.434 -0.805,-0.422 -3.563,-2.23 -5.305,-3.472 -0.281,-0.2 -0.649,-0.461 -0.809,-0.575 -0.332,-0.238 -1.422,-1.132 -1.898,-1.558 -0.262,-0.238 -1.563,-0.953 -1.731,-0.953 -0.031,0 -0.168,-0.051 -0.304,-0.11 -0.141,-0.062 -0.344,-0.148 -0.453,-0.187 -0.29,-0.11 -0.356,-0.231 -0.079,-0.141 z m 3.125,1.664 c 1.059,0.856 4.184,2.942 6.434,4.297 0.801,0.485 1.031,0.57 0.57,0.215 -0.144,-0.113 -0.5,-0.422 -0.789,-0.691 -1.761,-1.633 -2.683,-2.254 -4.886,-3.309 -1.532,-0.734 -1.676,-0.789 -1.329,-0.512 z m -27.578,-1.535 c 0.246,0.024 0.465,0.063 0.492,0.09 0.122,0.113 -0.168,0.164 -0.781,0.137 -0.875,-0.035 -2.308,0.062 -3.054,0.207 -1.153,0.226 -2.489,0.773 -3.461,1.418 -0.278,0.183 -0.766,0.504 -1.082,0.711 -0.321,0.211 -0.668,0.449 -0.778,0.527 -0.113,0.082 -0.234,0.148 -0.273,0.148 -0.149,0 0.019,-0.183 0.441,-0.488 1.414,-1.019 1.852,-1.305 2.153,-1.394 0.082,-0.024 0.234,-0.118 0.335,-0.204 0.102,-0.085 0.286,-0.199 0.403,-0.253 0.39,-0.18 2,-0.641 2.687,-0.77 0.731,-0.137 2.129,-0.199 2.918,-0.129 z m 97.719,0.547 c 0.023,0.035 0.016,0.102 -0.019,0.145 -0.141,0.16 -1.126,0.578 -1.926,0.816 -0.461,0.141 -0.934,0.289 -1.051,0.332 -0.559,0.199 -1.023,0.309 -1.098,0.25 -0.051,-0.039 -0.34,0.027 -0.894,0.211 -1.485,0.48 -1.899,0.586 -2.203,0.566 l -0.289,-0.015 0.246,-0.129 c 0.207,-0.106 1.902,-0.656 2.691,-0.871 0.613,-0.168 2.422,-0.793 2.598,-0.899 0.09,-0.054 0.148,-0.051 0.269,0.012 0.141,0.07 0.211,0.055 0.731,-0.164 0.691,-0.293 0.886,-0.344 0.945,-0.254 z m -9.34,0.062 c 0.024,0.032 0.008,0.114 -0.031,0.184 -0.055,0.098 -0.055,0.219 0,0.496 0.09,0.457 0.312,1.125 0.363,1.102 0.024,-0.012 0.172,-0.086 0.328,-0.164 0.309,-0.153 0.489,-0.137 0.489,0.047 0,0.152 -0.274,0.32 -0.536,0.328 -0.113,0 -0.207,0.027 -0.207,0.058 0,0.102 1.516,4.414 1.786,5.082 0.082,0.2 0.089,0.641 0.015,0.641 -0.031,0 -0.101,-0.129 -0.16,-0.285 -0.055,-0.156 -0.129,-0.328 -0.16,-0.387 -0.059,-0.102 -0.25,-0.605 -0.399,-1.035 -0.043,-0.129 -0.156,-0.426 -0.246,-0.656 -0.582,-1.485 -0.765,-1.993 -1.289,-3.618 -0.258,-0.793 -0.336,-1.125 -0.328,-1.375 0.004,-0.179 0.031,-0.363 0.059,-0.402 0.058,-0.09 0.265,-0.101 0.316,-0.016 z m 32.227,0.387 c 0.086,0.184 0.34,0.727 0.554,1.211 0.219,0.485 0.536,1.18 0.704,1.539 0.378,0.821 0.648,1.582 0.621,1.77 -0.02,0.121 -0.071,0.152 -0.332,0.199 -0.168,0.031 -0.317,0.062 -0.329,0.07 -0.015,0.012 0.184,0.215 0.438,0.457 0.789,0.746 0.965,1.211 0.629,1.7 -0.699,1.011 -2.774,2.265 -6.691,4.042 -0.075,0.036 -0.157,0.047 -0.176,0.028 -0.09,-0.086 0.047,-0.203 0.48,-0.422 0.25,-0.125 0.567,-0.293 0.703,-0.367 0.133,-0.078 0.469,-0.25 0.743,-0.383 0.269,-0.133 0.828,-0.43 1.234,-0.668 0.41,-0.234 0.926,-0.531 1.148,-0.66 0.934,-0.535 2.02,-1.442 2.227,-1.856 l 0.137,-0.277 -0.192,-0.324 c -0.105,-0.18 -0.371,-0.492 -0.594,-0.696 -0.328,-0.308 -0.425,-0.367 -0.546,-0.335 -0.168,0.039 -0.368,-0.106 -0.317,-0.235 0.047,-0.125 0.367,-0.277 0.676,-0.316 0.156,-0.02 0.301,-0.071 0.312,-0.106 0.047,-0.113 -0.347,-1.144 -1.144,-2.996 -0.613,-1.422 -0.703,-1.703 -0.539,-1.703 0.051,0 0.164,0.145 0.254,0.328 z m -65.164,0.063 c 0.117,0.082 0.258,0.148 0.312,0.148 0.055,0 0.32,0.106 0.59,0.238 0.27,0.129 0.59,0.27 0.707,0.305 0.121,0.039 0.57,0.231 1.008,0.43 0.625,0.289 0.785,0.387 0.785,0.484 0,0.18 0.305,0.457 0.5,0.457 0.203,0 0.367,0.168 0.367,0.375 0,0.223 -0.23,0.793 -0.64,1.582 -0.192,0.367 -0.348,0.735 -0.348,0.809 0,0.09 -0.102,0.23 -0.281,0.39 -0.153,0.137 -0.278,0.286 -0.278,0.336 0,0.047 0.125,0.184 0.278,0.305 0.683,0.539 3.804,4.961 3.804,5.387 0,0.047 0.075,0.226 0.164,0.394 0.086,0.168 0.2,0.414 0.247,0.547 0.046,0.129 0.187,0.383 0.312,0.563 0.285,0.418 1.164,2.187 1.492,3.004 0.137,0.343 0.324,0.949 0.41,1.343 0.09,0.395 0.27,1.028 0.403,1.407 0.133,0.379 0.316,0.929 0.406,1.226 0.09,0.293 0.23,0.738 0.312,0.985 0.168,0.527 0.329,1.117 0.575,2.16 0.101,0.41 0.211,0.804 0.246,0.867 0.121,0.219 0.453,1.715 0.601,2.711 0.27,1.793 0.418,3.433 0.375,4.187 l -0.039,0.684 -0.23,0.234 c -0.129,0.125 -0.613,0.551 -1.078,0.938 -1.106,0.926 -2.727,1.961 -4.567,2.918 -1.09,0.57 -2.07,1.168 -2.074,1.265 0,0.164 -0.09,0.227 -0.539,0.395 -0.246,0.09 -0.477,0.184 -0.508,0.211 -0.226,0.156 -2.726,1 -4.023,1.359 -1.383,0.387 -2.621,0.653 -3.246,0.696 -0.43,0.031 -0.563,-0.04 -0.203,-0.106 0.093,-0.019 0.382,-0.086 0.636,-0.152 0.254,-0.067 0.84,-0.203 1.297,-0.309 1.524,-0.344 2.594,-0.648 4.27,-1.211 1.215,-0.406 1.515,-0.539 1.715,-0.742 0.183,-0.191 0.082,-0.176 -0.571,0.07 -0.758,0.289 -1.414,0.508 -1.519,0.504 -0.18,-0.004 0.425,-0.304 1.211,-0.601 1.101,-0.418 2.57,-1.118 3.093,-1.477 0.801,-0.547 1.657,-1.391 2.536,-2.496 0.203,-0.258 0.476,-0.586 0.605,-0.734 0.254,-0.286 0.262,-0.383 0.016,-0.227 -0.235,0.149 -0.305,0.117 -0.164,-0.078 0.07,-0.094 0.132,-0.195 0.132,-0.223 0.004,-0.027 0.243,-0.25 0.528,-0.492 0.289,-0.242 0.511,-0.453 0.496,-0.469 -0.016,-0.015 -0.215,0.098 -0.449,0.246 -0.508,0.332 -0.598,0.348 -0.508,0.098 0.043,-0.121 0.281,-0.348 0.695,-0.668 0.344,-0.265 0.789,-0.656 0.988,-0.863 0.2,-0.211 0.399,-0.383 0.442,-0.383 0.054,0 0.101,0.113 0.129,0.324 0.039,0.305 0.023,0.348 -0.254,0.852 -0.164,0.289 -0.43,0.707 -0.594,0.926 -0.16,0.218 -0.34,0.5 -0.391,0.625 -0.144,0.332 -0.457,0.675 -1.441,1.601 -0.488,0.457 -0.871,0.84 -0.859,0.856 0.105,0.101 2.328,-1.547 3.441,-2.547 l 0.656,-0.594 -0.019,-0.406 c -0.086,-1.871 -0.211,-3.035 -0.481,-4.547 -0.117,-0.649 -0.504,-2.586 -0.59,-2.938 -0.031,-0.136 -0.058,-0.32 -0.058,-0.406 0,-0.504 -0.848,-3.539 -1.086,-3.89 -0.051,-0.075 -0.09,-0.2 -0.09,-0.278 0,-0.078 -0.094,-0.394 -0.211,-0.703 -0.113,-0.312 -0.297,-0.797 -0.402,-1.082 -0.106,-0.285 -0.192,-0.57 -0.196,-0.629 0,-0.058 -0.043,-0.16 -0.089,-0.226 -0.051,-0.063 -0.079,-0.161 -0.063,-0.215 0.051,-0.149 -0.969,-2.293 -1.703,-3.586 -1.356,-2.371 -1.676,-2.895 -2.523,-4.094 -0.704,-0.988 -1.047,-1.453 -1.356,-1.82 -0.144,-0.172 -0.262,-0.344 -0.266,-0.383 0,-0.039 -0.066,-0.149 -0.152,-0.246 l -0.148,-0.176 -0.637,0.309 c -0.715,0.343 -1.672,0.73 -1.813,0.73 -0.25,0 0,-0.164 0.95,-0.621 0.574,-0.273 1.152,-0.566 1.285,-0.648 0.312,-0.192 0.594,-0.5 0.699,-0.766 0.043,-0.113 0.105,-0.246 0.137,-0.297 0.152,-0.23 0.863,-1.687 0.847,-1.734 -0.011,-0.032 -0.336,0.226 -0.718,0.566 -0.387,0.34 -1.067,0.871 -1.516,1.172 -1.34,0.91 -3.926,2.371 -4.492,2.539 -0.082,0.023 -0.449,0.188 -0.82,0.367 -0.743,0.356 -1.165,0.512 -1.165,0.434 0,-0.031 0.04,-0.055 0.09,-0.055 0.047,0 0.125,-0.035 0.168,-0.078 0.047,-0.043 0.293,-0.184 0.547,-0.316 1.106,-0.571 4.305,-2.411 4.918,-2.829 1.004,-0.687 2.567,-1.91 2.567,-2.011 0,-0.035 -0.258,-0.215 -0.575,-0.399 -0.312,-0.179 -0.82,-0.472 -1.129,-0.652 -0.304,-0.18 -0.777,-0.43 -1.05,-0.551 -0.555,-0.254 -1.145,-0.613 -1.145,-0.699 0,-0.086 0.074,-0.066 0.309,0.094 z m 33.527,0.293 c 0,0.144 -0.102,0.215 -0.316,0.215 -0.114,0 -0.114,-0.012 -0.024,-0.18 0.121,-0.227 0.34,-0.25 0.34,-0.035 z m -96.488,0.054 c -0.164,0.172 -0.192,0.188 -0.192,0.106 0,-0.028 0.078,-0.098 0.172,-0.156 l 0.168,-0.106 -0.148,0.156 z m 9.179,0.168 c 0.372,0.118 0.817,0.239 1.391,0.379 0.777,0.192 3.691,1.149 3.938,1.293 0.105,0.063 0.238,0.113 0.293,0.113 0.164,0 0.117,0.18 -0.09,0.352 -0.914,0.754 -1.957,1.734 -2.903,2.727 -0.351,0.371 -1.281,1.566 -1.445,1.859 -0.176,0.312 -0.934,1.23 -1.047,1.273 -0.25,0.09 1.344,-2.152 2.25,-3.168 0.922,-1.035 1.285,-1.398 2.004,-2.011 0.41,-0.348 0.754,-0.653 0.766,-0.684 0.027,-0.066 -0.34,-0.215 -1.91,-0.769 -2.547,-0.903 -3.614,-1.305 -3.637,-1.368 -0.028,-0.078 0.137,-0.074 0.39,0.004 z m 67.598,0.098 c 0.012,0.023 0.047,0.23 0.07,0.461 0.09,0.863 0.442,2.672 0.805,4.137 0.617,2.48 0.789,3.121 1.125,4.203 0.117,0.379 0.356,1.133 0.524,1.676 0.308,0.984 1.171,3.5 1.418,4.125 0.339,0.871 0.457,1.312 0.308,1.164 -0.07,-0.075 -0.558,-1.258 -0.558,-1.364 0,-0.043 -0.055,-0.183 -0.118,-0.312 -0.136,-0.281 -0.972,-2.668 -1.242,-3.555 -0.105,-0.344 -0.223,-0.707 -0.258,-0.805 -0.035,-0.101 -0.086,-0.273 -0.113,-0.39 -0.027,-0.113 -0.176,-0.586 -0.328,-1.047 -0.246,-0.734 -0.684,-2.391 -1.102,-4.156 -0.074,-0.309 -0.183,-0.77 -0.246,-1.016 -0.25,-0.996 -0.527,-2.84 -0.461,-3.047 0.039,-0.121 0.125,-0.16 0.176,-0.074 z m 26.207,0.199 c 0,0.117 -0.226,0.196 -2.351,0.828 -0.426,0.125 -0.829,0.243 -0.899,0.258 -0.066,0.02 -0.41,0.117 -0.765,0.219 -0.692,0.203 -0.915,0.215 -1.02,0.047 -0.082,-0.129 0.027,-0.219 0.27,-0.223 0.085,0 0.433,-0.07 0.773,-0.156 0.34,-0.082 0.687,-0.168 0.773,-0.184 0.086,-0.015 0.391,-0.097 0.68,-0.176 0.648,-0.179 1.063,-0.292 1.426,-0.386 0.152,-0.043 0.305,-0.098 0.34,-0.121 0.097,-0.071 0.773,-0.16 0.773,-0.106 z m -70.055,0.832 c 0.59,0.551 1.891,2.059 1.891,2.192 0,0.172 -0.25,-0.051 -0.996,-0.895 -0.418,-0.465 -0.926,-1.031 -1.125,-1.25 -0.559,-0.609 -0.402,-0.641 0.23,-0.047 z m 64.571,0.278 c 0.093,0.093 0.027,0.261 -0.145,0.347 -0.226,0.114 -0.398,0.117 -0.492,0.004 -0.102,-0.117 -0.043,-0.195 0.223,-0.305 0.242,-0.093 0.347,-0.109 0.414,-0.046 z m -61.961,1.304 c 0.804,0.809 1.207,1.289 1.086,1.285 -0.051,0 -1.938,-1.886 -2.012,-2.015 -0.031,-0.047 -0.035,-0.102 -0.012,-0.125 0.024,-0.024 0.446,0.363 0.938,0.855 z m 24.492,0.301 c -0.043,0.164 0.066,0.203 0.199,0.078 0.18,-0.176 0.035,0.074 -0.465,0.801 -0.296,0.434 -0.586,0.871 -0.64,0.98 -0.461,0.875 -1.653,2.012 -3.258,3.11 -0.379,0.258 -1.316,0.762 -1.356,0.722 -0.023,-0.023 0.645,-0.515 1.184,-0.867 0.203,-0.133 0.52,-0.363 0.699,-0.515 0.184,-0.153 0.383,-0.309 0.442,-0.348 0.062,-0.043 0.164,-0.164 0.23,-0.27 0.067,-0.105 0.254,-0.332 0.418,-0.507 0.609,-0.657 2.266,-2.782 2.262,-2.903 -0.004,-0.023 -0.059,0.024 -0.129,0.102 -0.098,0.113 -0.34,0.199 -1.125,0.406 -0.551,0.141 -1.223,0.301 -1.492,0.348 -1.953,0.344 -4.742,0.367 -5.852,0.047 -0.41,-0.118 -0.562,-0.231 -0.246,-0.18 0.738,0.121 1.602,0.168 2.348,0.133 1.777,-0.086 3.558,-0.348 5.074,-0.746 0.254,-0.071 0.613,-0.164 0.797,-0.211 0.183,-0.051 0.449,-0.145 0.594,-0.211 0.328,-0.153 0.363,-0.153 0.316,0.031 z m -49.305,0.984 c -0.058,0.063 -0.488,0.364 -0.953,0.668 -1.601,1.043 -2.777,1.954 -3.359,2.59 -0.75,0.828 -0.719,0.926 0.062,0.203 0.7,-0.644 1.625,-1.375 2.117,-1.664 0.188,-0.113 0.524,-0.332 0.75,-0.492 0.223,-0.156 0.426,-0.289 0.454,-0.289 0.152,0 -0.114,0.262 -0.938,0.914 -2.019,1.606 -2.723,2.203 -3.18,2.695 -0.265,0.289 -0.367,0.254 -0.363,-0.128 0.004,-0.364 0.113,-0.653 0.41,-1.067 0.442,-0.621 1.825,-1.762 3.145,-2.59 0.449,-0.281 1.801,-0.957 1.918,-0.957 0.027,0 0,0.051 -0.063,0.117 z m 120.024,0.129 c 0.035,0.106 0.058,0.2 0.043,0.215 -0.012,0.012 -0.055,-0.062 -0.094,-0.172 -0.035,-0.105 -0.059,-0.199 -0.043,-0.215 0.012,-0.011 0.055,0.067 0.094,0.172 z m -20.43,2.508 c 0.156,0.328 0.176,0.348 0.227,0.223 0.054,-0.137 0.054,-0.137 0.144,-0.02 0.32,0.434 0.586,0.875 1.082,1.809 0.586,1.105 0.801,1.504 1.668,3.086 0.289,0.523 0.684,1.25 0.879,1.613 0.195,0.367 0.379,0.688 0.402,0.711 0.071,0.066 2.969,-0.863 3.461,-1.109 0.102,-0.055 0.297,-0.121 0.426,-0.153 0.555,-0.129 4.488,-1.761 6.383,-2.644 0.809,-0.379 0.918,-0.418 1.203,-0.438 0.285,-0.019 1.625,-0.668 3.609,-1.746 0.93,-0.504 1.102,-0.555 1.321,-0.387 0.086,0.067 0.14,0.129 0.125,0.149 -0.074,0.07 -2.469,1.258 -3.16,1.562 -0.422,0.188 -1.004,0.465 -1.293,0.618 -3.27,1.711 -6.86,3.332 -9.496,4.285 -1.649,0.593 -2.336,0.808 -2.622,0.808 -0.277,0 -0.304,0.051 -0.16,0.297 0.047,0.082 0.09,0.184 0.09,0.227 0.004,0.133 -0.117,0.074 -0.215,-0.106 -0.051,-0.097 -0.121,-0.179 -0.148,-0.179 -0.031,0 -0.235,0.168 -0.449,0.375 -0.332,0.324 -0.668,0.589 -1.235,0.992 -0.066,0.047 -0.136,0.07 -0.156,0.051 -0.02,-0.02 0.324,-0.387 0.762,-0.817 0.437,-0.43 0.816,-0.832 0.843,-0.89 0.04,-0.079 -0.144,-0.485 -0.699,-1.54 -0.414,-0.785 -0.972,-1.875 -1.234,-2.417 -0.266,-0.543 -0.629,-1.282 -0.809,-1.645 -0.625,-1.273 -1.297,-2.848 -1.297,-3.043 0,-0.02 0.039,-0.035 0.086,-0.035 0.047,0 0.164,0.164 0.262,0.363 z m 0.59,1.223 c 0.039,0.082 0.082,0.137 0.098,0.125 0.031,-0.031 -0.098,-0.278 -0.141,-0.278 -0.012,0 0.004,0.067 0.043,0.153 z m 2.371,4.605 c 0.426,0.848 0.836,1.699 0.906,1.891 0.149,0.398 0.242,0.492 0.422,0.437 0.121,-0.035 0.117,-0.046 -0.055,-0.257 -0.164,-0.204 -0.816,-1.379 -1.66,-2.985 -0.191,-0.367 -0.359,-0.66 -0.371,-0.648 -0.012,0.011 0.328,0.715 0.758,1.562 z m 9.465,-0.929 c -0.024,0.031 -0.012,0.058 0.023,0.058 0.035,0 0.078,-0.027 0.102,-0.058 0.019,-0.036 0.008,-0.059 -0.028,-0.059 -0.031,0 -0.078,0.023 -0.097,0.059 z m -1.309,0.543 c -1.023,0.449 -3.375,1.394 -3.949,1.589 -0.137,0.043 -0.305,0.106 -0.371,0.137 -0.07,0.027 -0.367,0.141 -0.664,0.246 -0.297,0.11 -0.527,0.207 -0.516,0.223 0.032,0.027 0.321,-0.059 0.934,-0.277 0.269,-0.098 0.73,-0.266 1.019,-0.368 0.289,-0.105 0.614,-0.211 0.727,-0.238 0.109,-0.027 0.359,-0.129 0.555,-0.227 0.195,-0.097 0.636,-0.289 0.976,-0.421 0.676,-0.262 2.442,-1.071 2.442,-1.118 0,-0.05 -0.024,-0.043 -1.153,0.454 z m -6.172,2.351 c -0.168,0.035 -0.316,0.102 -0.332,0.149 -0.039,0.105 0.157,0.062 0.61,-0.145 0.183,-0.082 0.265,-0.133 0.183,-0.109 -0.086,0.019 -0.293,0.07 -0.461,0.105 z m 16.266,-7.723 c 0.207,0.559 0.223,0.704 0.066,0.704 -0.093,0 -0.371,-0.629 -0.316,-0.715 0.055,-0.086 0.215,-0.078 0.25,0.011 z m -69.477,0.383 c 0.09,0.086 0.032,0.223 -0.25,0.61 -0.367,0.496 -1.226,1.324 -1.98,1.906 -0.316,0.242 -0.68,0.543 -0.805,0.668 -0.652,0.64 -1.945,1.269 -3.812,1.851 -1.008,0.317 -1.524,0.422 -1.524,0.317 0,-0.086 0.164,-0.164 0.461,-0.215 0.758,-0.133 2.883,-1.027 3.321,-1.395 0.113,-0.101 0.488,-0.347 0.828,-0.55 0.8,-0.485 2.308,-1.649 2.23,-1.723 -0.015,-0.016 -0.304,0.125 -0.637,0.32 -0.773,0.446 -2.113,1.118 -2.761,1.383 -1.496,0.617 -3.36,1.274 -3.617,1.274 -0.039,0 -0.071,-0.028 -0.071,-0.059 0,-0.063 0.379,-0.246 1.176,-0.559 2.363,-0.933 3.461,-1.449 5.133,-2.429 1.117,-0.657 1.609,-0.981 1.953,-1.285 0.168,-0.153 0.277,-0.188 0.355,-0.114 z m 69.489,1.137 c 0.078,0.203 -1.035,1.004 -4.723,3.402 -1.668,1.086 -1.812,1.168 -1.977,1.125 -0.07,-0.019 -0.343,0.09 -0.675,0.262 -1.434,0.75 -1.653,0.859 -1.676,0.836 -0.039,-0.039 0.082,-0.121 0.406,-0.289 0.52,-0.262 1.735,-1.008 2.231,-1.371 0.183,-0.133 0.679,-0.453 1.093,-0.707 0.418,-0.25 1.114,-0.692 1.547,-0.973 0.434,-0.285 0.996,-0.644 1.246,-0.801 0.25,-0.156 0.555,-0.386 0.68,-0.507 0.125,-0.125 0.305,-0.243 0.402,-0.266 0.102,-0.024 0.411,-0.215 0.692,-0.426 0.527,-0.398 0.683,-0.457 0.754,-0.285 z m -122.207,0.258 c 0,0.062 -0.41,0.824 -0.907,1.687 -1.3,2.25 -2.261,4.223 -2.742,5.625 -0.199,0.582 -0.218,0.782 -0.047,0.512 0.36,-0.578 0.641,-0.996 0.746,-1.109 0.063,-0.071 0.442,-0.598 0.84,-1.164 0.731,-1.047 0.864,-1.172 1.016,-0.934 0.047,0.07 0.043,0.266 -0.016,0.687 -0.043,0.321 -0.117,0.95 -0.16,1.395 -0.047,0.441 -0.129,1.184 -0.18,1.641 -0.054,0.461 -0.121,1.183 -0.152,1.601 -0.031,0.418 -0.082,0.797 -0.117,0.836 -0.035,0.043 -0.086,0.211 -0.109,0.375 -0.055,0.36 -0.141,0.543 -0.223,0.465 -0.117,-0.117 0.355,-4.383 0.629,-5.68 0.129,-0.605 0.156,-0.972 0.07,-0.972 -0.117,0 -0.359,0.375 -2.039,3.136 -0.98,1.621 -1.773,3.383 -2.176,4.86 -0.066,0.254 -0.164,0.324 -0.222,0.172 -0.067,-0.161 0.242,-1.348 0.593,-2.278 0.196,-0.527 0.446,-1.254 0.555,-1.617 0.277,-0.93 0.641,-1.957 1.031,-2.93 0.344,-0.847 1.356,-2.902 1.801,-3.656 0.129,-0.226 0.27,-0.465 0.309,-0.527 0.82,-1.403 1.359,-2.242 1.441,-2.242 0.031,0 0.059,0.05 0.059,0.117 z m 91.097,3.469 c 0.075,0.113 0.137,0.253 0.137,0.308 0,0.059 0.027,0.121 0.063,0.141 0.035,0.019 0.062,0.094 0.058,0.168 0,0.086 -0.074,0 -0.215,-0.258 -0.238,-0.426 -0.269,-0.715 -0.043,-0.359 z m 0.45,0.972 c 0.082,0.196 0.55,1.121 0.793,1.571 0.074,0.128 0.574,1.097 1.113,2.152 1.062,2.07 1.265,2.445 1.515,2.801 0.09,0.129 0.165,0.257 0.165,0.289 0,0.035 0.074,0.133 0.167,0.222 0.27,0.254 0.645,0.786 0.622,0.887 -0.008,0.051 -0.063,0.121 -0.122,0.156 -0.152,0.09 -0.296,-0.058 -0.707,-0.734 -0.652,-1.07 -0.714,-1.145 -0.406,-0.473 0.156,0.336 0.395,0.989 0.555,1.512 0.027,0.102 0.113,0.207 0.191,0.242 0.074,0.031 0.153,0.113 0.168,0.184 0.039,0.148 -0.199,0.617 -0.34,0.668 -0.054,0.015 -0.168,0.094 -0.254,0.168 -0.41,0.355 -1.812,1.281 -1.945,1.281 -0.047,0 -0.168,0.066 -0.269,0.148 -0.223,0.18 -0.258,0.188 -0.258,0.032 0,-0.067 0.039,-0.121 0.094,-0.121 0.05,0 0.109,-0.039 0.128,-0.086 0.02,-0.047 0.274,-0.258 0.571,-0.469 0.765,-0.551 1.679,-1.348 1.679,-1.465 -0.003,-0.055 -0.027,-0.195 -0.058,-0.312 -0.031,-0.114 -0.098,-0.356 -0.145,-0.536 -0.086,-0.328 -0.461,-1.304 -0.629,-1.644 -0.05,-0.102 -0.164,-0.356 -0.253,-0.57 -0.09,-0.211 -0.204,-0.442 -0.25,-0.504 -0.133,-0.184 -0.114,-0.352 0.035,-0.317 0.07,0.02 0.125,0.024 0.125,0.016 0,-0.008 -0.235,-0.488 -0.52,-1.067 -0.84,-1.683 -1.656,-3.414 -1.738,-3.687 -0.027,-0.082 -0.086,-0.203 -0.133,-0.27 -0.094,-0.132 -0.109,-0.269 -0.027,-0.269 0.027,0 0.09,0.086 0.133,0.195 z m 2.398,5.379 c 0.043,0.043 0.074,0.047 0.074,0.008 0,-0.078 -0.074,-0.149 -0.117,-0.109 -0.016,0.015 0.004,0.062 0.043,0.101 z m -94.887,-5.504 c -0.039,0.113 -0.172,0.129 -0.172,0.024 0,-0.051 0.043,-0.094 0.098,-0.094 0.055,0 0.086,0.031 0.074,0.07 z m 47.176,0.742 c 1.012,0.094 1.555,0.161 2.008,0.243 0.426,0.082 0.555,0.086 0.73,0.023 0.289,-0.102 0.391,0 0.168,0.168 -0.218,0.168 -0.746,0.355 -1.422,0.5 -1.218,0.266 -4.484,0.129 -4.484,-0.188 0,-0.027 0.801,-0.046 1.777,-0.042 1.637,0.007 2.262,-0.032 2.911,-0.18 0.3,-0.07 0.101,-0.125 -0.715,-0.192 -1.184,-0.093 -2.426,-0.086 -3.074,0.024 -0.301,0.051 -0.555,0.078 -0.571,0.062 -0.113,-0.105 0.422,-0.308 0.942,-0.359 0.539,-0.051 1.476,-0.082 1.73,-0.059 z m 66.488,1.086 c 0.02,0.125 0.055,0.707 0.075,1.301 0.043,1.375 0.05,1.426 0.316,1.707 0.203,0.223 0.219,0.258 0.18,0.516 -0.02,0.152 -0.071,0.312 -0.11,0.359 -0.14,0.164 -1.426,0.977 -2.172,1.375 -0.023,0.016 -0.046,0 -0.046,-0.031 0,-0.106 0.46,-0.496 0.992,-0.848 0.289,-0.187 0.636,-0.441 0.773,-0.554 0.238,-0.204 0.242,-0.215 0.137,-0.321 -0.098,-0.097 -0.117,-0.097 -0.172,-0.019 -0.031,0.047 -0.043,0.125 -0.027,0.168 0.015,0.043 -0.039,0.14 -0.125,0.215 -0.211,0.187 -2.793,1.328 -6.434,2.843 -1.906,0.793 -2.176,0.899 -2.266,0.899 -0.05,0 -0.117,0.023 -0.148,0.054 -0.082,0.075 -1.488,0.633 -1.82,0.723 -0.157,0.039 -0.368,0.109 -0.473,0.156 -0.109,0.043 -0.266,0.082 -0.352,0.082 -0.082,0 -0.285,0.075 -0.453,0.164 -0.257,0.137 -0.828,0.356 -1.461,0.551 -0.269,0.086 -0.203,-0.043 0.094,-0.176 0.145,-0.062 0.535,-0.238 0.867,-0.386 0.336,-0.149 0.629,-0.274 0.653,-0.274 0.027,0 0.187,-0.062 0.355,-0.14 0.168,-0.079 0.414,-0.188 0.551,-0.246 0.137,-0.059 0.414,-0.18 0.621,-0.27 0.203,-0.09 0.563,-0.238 0.801,-0.332 0.238,-0.094 0.5,-0.219 0.582,-0.277 0.082,-0.059 0.195,-0.11 0.25,-0.11 0.055,0 0.351,-0.136 0.656,-0.308 0.305,-0.168 0.617,-0.305 0.691,-0.301 0.075,0.008 0.153,-0.012 0.168,-0.043 0.02,-0.027 1.043,-0.535 2.278,-1.129 1.234,-0.594 2.769,-1.359 3.418,-1.695 l 1.172,-0.618 0.05,-0.3 c 0.028,-0.164 0.047,-0.731 0.043,-1.254 -0.015,-1.324 -0.015,-1.391 0.028,-1.559 0.062,-0.238 0.261,-0.191 0.308,0.078 z m -2.808,1.094 c 0,0.035 -0.086,0.109 -0.192,0.164 -0.105,0.055 -0.281,0.164 -0.386,0.238 -0.106,0.071 -0.348,0.204 -0.536,0.286 -0.187,0.082 -0.632,0.296 -0.988,0.468 -0.555,0.274 -1.691,0.774 -3.836,1.684 -1.043,0.441 -5.308,1.992 -6.719,2.441 -1.292,0.41 -1.546,0.461 -1.609,0.305 -0.047,-0.113 0.063,-0.199 0.598,-0.465 0.543,-0.269 1.574,-0.844 2.265,-1.258 0.313,-0.187 0.59,-0.339 0.614,-0.339 0.09,0 -0.25,0.312 -0.703,0.64 -0.25,0.18 -0.442,0.344 -0.426,0.356 0.054,0.054 3.023,-0.985 4.804,-1.684 2.301,-0.898 4.016,-1.586 4.395,-1.758 0.219,-0.101 0.441,-0.183 0.488,-0.183 0.047,0 0.133,-0.036 0.184,-0.082 0.055,-0.043 0.371,-0.192 0.703,-0.332 0.332,-0.137 0.719,-0.317 0.863,-0.395 0.278,-0.156 0.481,-0.191 0.481,-0.086 z m -38.063,0.305 c 0.094,0.113 0.227,0.531 0.184,0.574 -0.047,0.043 -0.301,-0.508 -0.27,-0.594 0.012,-0.039 0.047,-0.031 0.086,0.02 z m -72.207,1.051 c 0.028,0.043 0.086,0.265 0.395,1.496 0.051,0.203 0.074,0.402 0.051,0.437 -0.024,0.035 0,0.11 0.046,0.164 0.047,0.055 0.25,0.586 0.446,1.176 0.558,1.672 1.027,2.848 1.961,4.906 0.922,2.039 1.035,2.25 1.172,2.211 0.113,-0.035 0.117,0 0.117,1.008 0,0.578 -0.024,1.062 -0.055,1.082 -0.09,0.055 -0.129,-0.133 -0.129,-0.633 0,-0.316 -0.031,-0.539 -0.098,-0.66 -0.175,-0.328 -0.519,-0.75 -0.742,-0.914 -0.175,-0.133 -0.953,-1.211 -1.789,-2.484 -0.48,-0.735 -0.597,-0.918 -0.875,-1.375 -0.758,-1.243 -1.433,-2.633 -1.367,-2.825 0.031,-0.097 0.266,0.254 0.801,1.211 0.394,0.703 1.551,2.535 1.808,2.864 0.137,0.175 0.34,0.441 0.45,0.593 0.109,0.149 0.242,0.313 0.297,0.364 0.089,0.086 0.089,0.074 0.007,-0.145 -0.05,-0.129 -0.207,-0.492 -0.347,-0.805 -0.278,-0.609 -0.391,-0.894 -1.059,-2.66 -0.445,-1.172 -0.762,-2.152 -0.828,-2.574 -0.02,-0.129 -0.078,-0.414 -0.121,-0.625 -0.11,-0.488 -0.25,-1.785 -0.203,-1.828 0.015,-0.02 0.047,-0.012 0.062,0.016 z m 38.086,1.73 c 0,0.195 -1.621,2.063 -1.711,1.973 -0.019,-0.02 0.18,-0.282 0.442,-0.582 0.261,-0.301 0.617,-0.746 0.793,-0.989 0.171,-0.242 0.351,-0.441 0.394,-0.441 0.047,0 0.082,0.016 0.082,0.039 z m -0.66,0.059 c 0.023,0.023 0.043,0.058 0.043,0.082 0,0.078 -0.988,1.039 -1.027,1 -0.051,-0.047 0,-0.118 0.496,-0.692 0.371,-0.429 0.414,-0.461 0.488,-0.39 z m -0.504,2.156 c -0.09,0.156 -0.5,0.523 -0.539,0.484 -0.047,-0.043 0.32,-0.449 0.48,-0.531 0.102,-0.055 0.11,-0.051 0.059,0.047 z m 44.254,0.176 c 0.086,0.199 0.457,0.929 0.73,1.437 0.055,0.102 0.137,0.199 0.184,0.219 0.047,0.016 0.211,0.254 0.363,0.527 0.157,0.278 0.368,0.606 0.473,0.735 0.105,0.125 0.336,0.476 0.512,0.773 0.648,1.102 2.078,3.266 2.156,3.266 0.027,0 0.066,0.054 0.09,0.121 0.019,0.062 0.074,0.117 0.113,0.117 0.043,0 0.512,-0.273 1.039,-0.613 1.106,-0.703 1.082,-0.692 1.731,-1.016 0.269,-0.133 0.507,-0.223 0.535,-0.199 0.047,0.047 -0.078,0.16 -0.571,0.515 -0.16,0.114 -0.339,0.25 -0.394,0.297 -0.059,0.051 -0.445,0.321 -0.859,0.598 -0.415,0.281 -0.731,0.516 -0.704,0.527 0.059,0.02 1.165,-0.328 2.016,-0.632 1.758,-0.625 2.137,-0.766 2.418,-0.895 0.172,-0.074 0.422,-0.156 0.555,-0.176 0.273,-0.043 2.875,-0.972 3.242,-1.16 0.223,-0.113 1.738,-0.711 1.898,-0.75 0.246,-0.055 0.18,-0.008 -0.32,0.242 -0.41,0.203 -0.5,0.25 -0.758,0.391 -0.484,0.269 -0.945,0.457 -2.539,1.055 -1.008,0.375 -1.898,0.726 -1.976,0.777 -0.157,0.098 -1,0.441 -1.086,0.441 -0.032,0 -0.141,0.039 -0.25,0.086 -0.403,0.172 -1.582,0.594 -2.34,0.84 -0.469,0.152 -0.879,0.328 -1.02,0.434 -0.379,0.285 -0.789,0.496 -0.976,0.496 -0.11,0 -0.379,0.14 -0.77,0.41 -0.734,0.496 -1.246,0.777 -1.972,1.078 -0.614,0.254 -0.93,0.328 -1.055,0.25 -0.117,-0.07 0.055,-0.176 0.769,-0.477 0.817,-0.343 1.836,-0.933 2.371,-1.367 l 0.208,-0.172 -0.133,-0.343 c -0.071,-0.188 -0.188,-0.45 -0.254,-0.578 -0.071,-0.125 -0.125,-0.282 -0.125,-0.34 0,-0.059 -0.254,-0.551 -0.563,-1.094 -1,-1.746 -2.715,-5.191 -2.715,-5.457 0,-0.039 -0.058,-0.152 -0.125,-0.254 -0.136,-0.195 -0.16,-0.328 -0.058,-0.328 0.035,0 0.109,0.101 0.16,0.219 z m 3.551,6.632 c 0.109,0.125 0.144,0.059 0.054,-0.105 -0.05,-0.086 -0.085,-0.109 -0.105,-0.063 -0.012,0.043 0.008,0.118 0.051,0.168 z m -9.887,-5.968 c 0.086,0.09 0.277,0.418 0.426,0.73 0.152,0.313 0.558,1.106 0.906,1.766 0.352,0.656 0.875,1.652 1.168,2.211 0.293,0.562 0.68,1.261 0.859,1.554 0.176,0.297 0.61,1.024 0.957,1.618 0.348,0.589 0.786,1.277 0.969,1.523 0.18,0.246 0.332,0.481 0.332,0.523 0,0.161 -0.25,0.063 -0.457,-0.179 -0.269,-0.309 -0.293,-0.18 -0.039,0.191 0.113,0.168 0.16,0.289 0.125,0.324 -0.113,0.11 -0.449,-0.293 -0.801,-0.961 -0.226,-0.429 -0.23,-0.457 -0.054,-0.402 0.175,0.055 0.152,-0.004 -0.442,-0.992 -0.867,-1.438 -2.453,-4.445 -3.343,-6.336 -0.176,-0.379 -0.403,-0.859 -0.504,-1.066 -0.203,-0.418 -0.305,-0.668 -0.278,-0.668 0.008,0 0.086,0.074 0.176,0.164 z m -89.113,0.851 c 0.32,0.063 0.871,0.305 1.136,0.5 0.344,0.254 0.758,0.879 0.579,0.875 -0.024,0 -0.231,-0.168 -0.453,-0.375 -0.469,-0.429 -0.985,-0.695 -1.442,-0.742 -0.383,-0.039 -0.996,0.102 -1.391,0.313 -0.293,0.16 -0.378,0.179 -0.378,0.093 0,-0.144 1.437,-0.761 1.668,-0.715 0.019,0 0.144,0.028 0.281,0.051 z m 116.344,1.555 c -0.086,0.082 -2.133,0.934 -5.036,2.094 -0.597,0.238 -1.277,0.511 -1.515,0.609 -0.375,0.156 -1.453,0.59 -2.723,1.106 -0.203,0.082 -0.488,0.199 -0.633,0.261 -0.14,0.063 -0.273,0.117 -0.293,0.117 -0.015,0 -0.207,0.082 -0.418,0.18 -0.375,0.18 -0.57,0.254 -1.16,0.453 -0.156,0.055 -0.433,0.164 -0.621,0.246 -0.613,0.274 -1.781,0.68 -4.918,1.707 -1.699,0.555 -3.355,1.102 -3.68,1.211 -0.66,0.227 -0.804,0.246 -0.804,0.118 0,-0.114 0.191,-0.196 1.238,-0.528 0.461,-0.144 1.336,-0.437 1.949,-0.652 0.614,-0.215 1.406,-0.485 1.762,-0.602 0.359,-0.113 1.082,-0.351 1.609,-0.523 1.465,-0.477 2.93,-0.992 3.649,-1.281 0.359,-0.145 1.094,-0.43 1.64,-0.633 1.672,-0.625 2.098,-0.797 6.184,-2.449 1.68,-0.68 2.68,-1.082 3.125,-1.254 0.187,-0.071 0.387,-0.157 0.445,-0.184 0.149,-0.074 0.278,-0.074 0.2,0.004 z m -55.641,0.598 c 0.441,0.156 0.973,0.511 1.199,0.808 0.234,0.309 0.574,0.973 0.524,1.02 -0.02,0.019 -0.122,-0.004 -0.227,-0.051 -0.164,-0.082 -0.195,-0.082 -0.262,0 -0.105,0.121 -0.601,0.066 -1.238,-0.141 -0.41,-0.129 -0.523,-0.199 -0.82,-0.5 -0.485,-0.492 -0.457,-0.715 0.047,-0.382 0.183,0.121 0.253,0.136 0.32,0.082 0.191,-0.153 0.855,0.117 1.117,0.449 0.121,0.156 0.211,0.211 0.344,0.211 0.277,0 0.222,-0.149 -0.207,-0.563 -0.531,-0.504 -1.11,-0.777 -1.571,-0.742 -0.39,0.031 -0.57,0.164 -0.765,0.563 -0.145,0.3 -0.25,0.339 -0.25,0.097 0,-0.254 0.254,-0.683 0.488,-0.836 0.274,-0.172 0.828,-0.179 1.301,-0.015 z m 17.512,1.554 c 0,0.035 -0.028,0.059 -0.063,0.059 -0.035,0 -0.062,-0.024 -0.062,-0.059 0,-0.031 0.027,-0.058 0.062,-0.058 0.035,0 0.063,0.027 0.063,0.058 z m -35.953,0.442 c -0.098,0.074 -0.102,0.144 -0.051,0.761 0.031,0.375 0.086,0.758 0.125,0.848 0.144,0.375 0.117,0.402 -0.414,0.363 -0.383,-0.031 -0.578,-0.011 -0.961,0.09 -0.575,0.153 -0.617,0.156 -0.59,0.031 0.027,-0.132 0.863,-0.445 1.301,-0.484 l 0.351,-0.035 -0.043,-0.184 c -0.023,-0.101 -0.043,-0.41 -0.039,-0.679 0.004,-0.434 0.02,-0.512 0.149,-0.645 0.082,-0.082 0.175,-0.148 0.214,-0.148 0.036,0.004 0.016,0.039 -0.042,0.082 z m -35.368,0.273 c 0,0.039 -0.101,0.11 -0.23,0.156 -0.445,0.172 -0.977,0.414 -1.18,0.547 -0.109,0.071 -0.344,0.176 -0.515,0.231 -0.45,0.144 -2.223,0.972 -3.27,1.527 -2.102,1.117 -4.777,3.199 -5.937,4.625 -0.258,0.316 -0.829,1.25 -0.993,1.617 -0.273,0.625 -0.644,1.344 -0.691,1.344 -0.074,0 -0.063,-0.082 0.105,-0.656 0.227,-0.77 0.5,-1.43 0.676,-1.606 0.422,-0.441 0.656,-0.699 0.656,-0.738 0,-0.102 1.133,-1.312 1.676,-1.797 2.043,-1.812 4.852,-3.644 6.805,-4.433 1.512,-0.61 2.898,-1 2.898,-0.817 z m 72.559,0.055 c 0,0.031 0.016,0.101 0.035,0.152 0.07,0.172 -1.289,1.41 -1.547,1.41 -0.246,0 -0.062,-0.261 0.61,-0.875 0.726,-0.656 0.902,-0.789 0.902,-0.687 z m -59.918,1.305 c 0.062,0.058 0.051,1.14 -0.02,1.769 -0.05,0.453 -0.086,0.813 -0.121,1.258 -0.004,0.027 -0.031,0.031 -0.066,0.012 -0.066,-0.039 -0.09,-2.821 -0.024,-2.985 0.04,-0.097 0.157,-0.125 0.231,-0.054 z m 38.516,1.632 c 0,0.035 -0.032,0.059 -0.067,0.059 -0.035,0 -0.047,-0.024 -0.027,-0.059 0.019,-0.031 0.051,-0.058 0.066,-0.058 0.016,0 0.028,0.027 0.028,0.058 z m -37.59,-0.015 c 0.086,0.144 0.238,0.734 0.347,1.328 0.149,0.793 0.149,0.781 0.071,0.781 -0.071,0 -0.121,-0.172 -0.352,-1.144 -0.223,-0.93 -0.234,-1.008 -0.156,-1.008 0.035,0 0.074,0.019 0.09,0.043 z m -0.039,3.738 c 0.394,0.352 1.898,1.449 2.867,2.09 0.777,0.515 1.933,1.18 2.906,1.664 0.621,0.312 0.535,0.375 -0.168,0.125 -0.953,-0.34 -1.617,-0.707 -2.926,-1.621 -1.343,-0.934 -3.113,-2.387 -3.019,-2.481 0.023,-0.023 0.176,0.078 0.34,0.223 z m -24.227,0.992 c 0,0.028 -0.078,0.207 -0.176,0.403 -0.097,0.195 -0.297,0.664 -0.441,1.042 -0.363,0.934 -0.399,1.016 -0.442,1.016 -0.042,0 0.067,-0.492 0.211,-0.937 0.051,-0.157 0.137,-0.438 0.192,-0.618 0.129,-0.421 0.445,-0.957 0.562,-0.957 0.051,0 0.094,0.024 0.094,0.051 z m -2.043,0.551 c 0,0.281 -0.41,0.715 -1.039,1.098 -0.297,0.179 -0.281,0.101 -0.164,0.847 0.043,0.274 0.156,0.813 0.219,1.039 0.09,0.332 0.023,0.274 -0.11,-0.101 -0.234,-0.656 -0.328,-1.016 -0.328,-1.258 0,-0.188 -0.031,-0.27 -0.136,-0.34 -0.161,-0.109 -0.188,-0.074 0.39,-0.437 0.254,-0.164 0.61,-0.434 0.781,-0.602 0.329,-0.316 0.387,-0.355 0.387,-0.246 z m 2.805,0.34 c 0.043,0.066 -0.672,2.039 -0.778,2.137 -0.043,0.042 -0.05,0 -0.023,-0.118 0.02,-0.101 0.063,-0.316 0.094,-0.48 0.078,-0.395 0.422,-1.313 0.558,-1.473 0.067,-0.082 0.125,-0.105 0.149,-0.066 z m 75.512,1.574 c 0.113,0.066 0.093,0.66 -0.071,2 -0.222,1.813 -0.262,2.008 -0.476,2.305 -0.77,1.074 -3.664,4.008 -4.028,4.082 -0.09,0.019 -0.343,0.187 -0.566,0.371 -0.488,0.41 -0.965,0.734 -0.891,0.609 0.032,-0.051 0.364,-0.355 0.735,-0.676 0.375,-0.324 1.406,-1.293 2.289,-2.152 1.656,-1.613 2.004,-2.035 2.289,-2.777 0.152,-0.391 0.265,-1.196 0.34,-2.422 0.039,-0.59 0.082,-1.133 0.097,-1.203 0.032,-0.149 0.157,-0.211 0.282,-0.137 z m -74.356,1.012 c 0,0.429 -0.105,0.976 -0.18,0.933 -0.074,-0.047 0.02,-1.312 0.102,-1.336 0.059,-0.019 0.078,0.086 0.078,0.403 z m -4.062,0.734 c 0.14,0.445 0.289,0.934 0.543,1.777 0.445,1.481 0.539,1.747 1.289,3.649 0.265,0.672 0.644,1.629 0.839,2.121 1.094,2.785 2.321,5.383 3.832,8.133 0.106,0.191 0.817,1.383 1.415,2.379 0.066,0.105 0.183,0.25 0.265,0.32 0.078,0.074 0.145,0.16 0.145,0.191 0,0.063 0.761,0.672 0.976,0.782 0.231,0.113 0.16,0.015 -0.269,-0.383 -0.45,-0.418 -0.504,-0.668 -0.063,-0.285 0.145,0.121 0.59,0.508 0.992,0.851 0.403,0.344 0.961,0.824 1.235,1.067 0.601,0.523 1.547,1.218 2.73,2.004 0.824,0.543 1.199,0.839 1.137,0.902 -0.035,0.031 -1.328,-0.672 -1.973,-1.07 -0.254,-0.161 -0.644,-0.426 -0.867,-0.598 -0.219,-0.172 -0.598,-0.441 -0.836,-0.602 -0.847,-0.57 -1.801,-1.273 -2.207,-1.629 -0.297,-0.261 -0.449,-0.355 -0.535,-0.332 -0.086,0.02 -0.133,-0.007 -0.164,-0.105 -0.055,-0.164 -0.273,-0.492 -0.715,-1.07 -0.187,-0.25 -0.449,-0.625 -0.578,-0.84 -0.133,-0.211 -0.289,-0.442 -0.348,-0.508 -0.125,-0.141 -0.945,-1.453 -1.234,-1.973 -0.109,-0.195 -0.32,-0.578 -0.473,-0.843 -0.152,-0.274 -0.269,-0.563 -0.269,-0.668 0,-0.11 -0.289,-0.766 -0.739,-1.668 -0.726,-1.465 -1.218,-2.555 -1.609,-3.547 -0.109,-0.278 -0.254,-0.641 -0.32,-0.805 -0.254,-0.656 -0.86,-2.367 -1.043,-2.961 -0.11,-0.347 -0.289,-0.91 -0.403,-1.258 -0.378,-1.156 -0.539,-1.691 -0.664,-2.175 -0.179,-0.7 -0.281,-1.231 -0.238,-1.231 0.02,0 0.086,0.168 0.149,0.375 z m 70.777,0.07 c 0.039,0.098 0.027,0.176 -0.117,0.789 -0.215,0.887 -0.707,2.016 -1.137,2.614 -0.125,0.168 -0.203,0.254 -0.176,0.187 0.028,-0.066 0.059,-0.211 0.074,-0.32 0.012,-0.109 0.118,-0.406 0.235,-0.656 0.113,-0.254 0.277,-0.7 0.363,-0.996 0.242,-0.829 0.559,-1.661 0.645,-1.688 0.043,-0.016 0.093,0.016 0.113,0.07 z m -25.133,6.594 c 0.57,1.113 0.863,1.758 0.82,1.797 -0.031,0.031 -0.386,-0.5 -0.609,-0.914 -0.262,-0.484 -0.84,-1.883 -0.777,-1.883 0.031,0 0.285,0.449 0.566,1 z m -28.484,0.235 c 0.808,0.742 1.023,1.003 0.5,0.609 -0.61,-0.453 -1.528,-1.367 -1.371,-1.363 0.027,0 0.422,0.339 0.871,0.754 z m 43.992,-0.278 c 0,0.031 -0.024,0.059 -0.059,0.059 -0.031,0 -0.074,-0.028 -0.093,-0.059 -0.024,-0.035 0.003,-0.062 0.058,-0.062 0.051,0 0.094,0.027 0.094,0.062 z m 12.805,0.801 c 0,0.059 -0.325,0.57 -0.407,0.637 -0.074,0.062 -0.082,0.054 -0.047,-0.039 0.079,-0.215 0.454,-0.707 0.454,-0.598 z m -52.438,0.891 c 1.043,0.504 1.949,0.961 2.012,1.015 0.078,0.071 0.222,0.102 0.441,0.102 0.235,0 0.321,0.023 0.301,0.074 -0.039,0.109 -0.395,0.16 -1.438,0.203 -1.167,0.047 -2.32,-0.125 -2.32,-0.344 0,-0.05 0.117,-0.058 0.418,-0.031 0.922,0.082 2.363,0.117 2.363,0.055 0,-0.031 -0.253,-0.149 -0.57,-0.254 -0.316,-0.109 -0.863,-0.34 -1.223,-0.512 -0.687,-0.332 -2.128,-1.222 -1.976,-1.222 0.051,0 0.945,0.41 1.992,0.914 z m 50.5,-0.352 c -0.223,0.203 -0.289,0.246 -0.289,0.188 0,-0.047 0.273,-0.278 0.402,-0.344 0.067,-0.031 0.02,0.039 -0.113,0.156 z m 1.442,0.238 c 0,0.297 -3.098,4.391 -3.465,4.582 -0.063,0.032 -0.184,0.059 -0.274,0.059 -0.332,0 -0.883,0.191 -0.949,0.328 -0.047,0.094 -0.156,0.156 -0.379,0.207 -0.172,0.039 -0.312,0.098 -0.312,0.129 0,0.07 0.289,0.066 0.437,-0.012 0.109,-0.054 0.117,-0.039 0.117,0.184 0,0.246 -0.015,0.277 -0.675,1.183 -0.106,0.141 -0.364,0.461 -0.579,0.715 -0.218,0.254 -0.48,0.586 -0.582,0.731 -0.105,0.148 -0.254,0.34 -0.336,0.422 -0.082,0.086 -0.285,0.308 -0.453,0.5 -0.168,0.191 -0.316,0.32 -0.328,0.285 -0.031,-0.094 0.082,-0.278 0.473,-0.75 0.41,-0.5 0.445,-0.551 1.355,-1.824 0.414,-0.586 0.672,-1.008 0.641,-1.039 -0.031,-0.032 -0.379,-0.016 -0.852,0.039 -0.437,0.05 -1.226,0.109 -1.754,0.129 -0.527,0.019 -1.211,0.042 -1.515,0.054 -0.309,0.008 -0.61,0 -0.676,-0.023 -0.105,-0.039 -0.102,-0.055 0.07,-0.172 0.137,-0.094 0.34,-0.145 0.739,-0.184 0.3,-0.031 0.671,-0.086 0.824,-0.117 0.152,-0.035 0.586,-0.117 0.961,-0.183 0.633,-0.114 1.418,-0.266 2.785,-0.543 1.008,-0.204 0.937,-0.145 2.379,-1.973 0.273,-0.348 0.672,-0.844 0.883,-1.106 0.215,-0.265 0.515,-0.64 0.664,-0.839 0.258,-0.34 0.801,-0.868 0.801,-0.782 z m -2.102,0.239 c 0,0.011 -0.047,0.058 -0.109,0.105 -0.098,0.074 -0.098,0.07 -0.024,-0.023 0.082,-0.102 0.133,-0.133 0.133,-0.082 z m -3.68,2.668 c -0.109,0.171 -1.418,0.855 -2.672,1.398 -0.281,0.121 -0.738,0.34 -1.023,0.484 -0.617,0.317 -1.332,0.586 -1.449,0.543 -0.157,-0.058 -0.082,-0.199 0.148,-0.289 l 0.235,-0.093 -0.313,0.039 c -0.168,0.023 -0.898,0.039 -1.621,0.039 -0.723,0 -1.316,0.011 -1.316,0.023 0,0.078 1.632,1.606 2.195,2.055 0.683,0.543 1.457,1.269 1.457,1.367 0,0.191 -1.031,0.055 -1.66,-0.219 -0.989,-0.429 -1.922,-1.14 -2.621,-1.988 -0.348,-0.422 -0.438,-0.609 -0.289,-0.609 0.039,0 0.359,0.261 0.714,0.582 0.86,0.777 1.52,1.257 2.137,1.554 0.531,0.258 0.895,0.371 0.82,0.254 -0.019,-0.031 -0.253,-0.199 -0.515,-0.367 -0.567,-0.367 -1.508,-1.281 -2.18,-2.117 l -0.484,-0.61 -0.36,-0.039 c -0.406,-0.046 -1.304,-0.242 -1.359,-0.296 -0.102,-0.098 0.086,-0.098 0.734,-0.004 1.411,0.207 4.364,0.125 5.422,-0.153 0.114,-0.031 0.246,-0.039 0.293,-0.019 0.086,0.031 1.137,-0.461 2.215,-1.039 0.27,-0.141 0.504,-0.246 0.516,-0.235 0.015,0.016 -0.051,0.067 -0.153,0.117 -0.097,0.051 -0.215,0.133 -0.261,0.184 -0.071,0.082 -0.067,0.09 0.035,0.051 0.23,-0.094 1.019,-0.492 1.152,-0.582 0.156,-0.106 0.258,-0.121 0.203,-0.031 z m -12.429,2.253 c 0.078,0.075 0.093,0.157 0.066,0.344 -0.023,0.133 -0.059,0.348 -0.078,0.481 -0.059,0.363 -0.117,0.406 -0.516,0.359 -0.554,-0.066 -1.097,-0.441 -0.84,-0.582 0.055,-0.027 0.098,-0.09 0.098,-0.137 0,-0.097 0.199,-0.297 0.461,-0.453 0.234,-0.144 0.668,-0.148 0.809,-0.012 z m -0.618,0.211 c -0.132,0.075 -0.254,0.168 -0.269,0.211 -0.035,0.106 0.418,0.282 0.539,0.211 0.141,-0.086 0.215,-0.363 0.125,-0.468 -0.094,-0.114 -0.106,-0.11 -0.395,0.046 z m -0.504,0.555 c 0.067,0.051 0.149,0.086 0.188,0.086 0.035,0 0.012,-0.039 -0.055,-0.09 -0.066,-0.047 -0.152,-0.086 -0.187,-0.086 -0.035,0.004 -0.012,0.043 0.054,0.09 z m 2.641,-0.316 c 0.149,0.265 0.75,2.133 0.953,2.945 0.36,1.457 0.832,4.652 0.707,4.777 -0.074,0.075 -0.09,0.016 -0.246,-0.859 -0.07,-0.41 -0.156,-0.855 -0.187,-0.988 -0.032,-0.129 -0.18,-0.91 -0.336,-1.735 -0.348,-1.851 -0.473,-2.367 -0.813,-3.343 -0.148,-0.426 -0.269,-0.809 -0.269,-0.852 0,-0.121 0.109,-0.09 0.191,0.055 z m -47.137,12.554 c 0.254,0.204 0.957,0.832 1.563,1.403 0.605,0.57 1.258,1.148 1.453,1.293 0.191,0.14 0.52,0.476 0.723,0.742 0.203,0.266 0.461,0.598 0.57,0.742 0.113,0.145 0.434,0.551 0.715,0.902 0.277,0.352 0.601,0.809 0.715,1.016 0.113,0.207 0.34,0.621 0.5,0.914 0.437,0.801 0.945,1.945 0.906,2.039 -0.039,0.106 -0.133,0.11 -0.219,0.012 -0.293,-0.348 -0.394,-0.504 -0.613,-0.945 -0.137,-0.278 -0.41,-0.789 -0.602,-1.133 -0.191,-0.348 -0.394,-0.711 -0.445,-0.809 -0.09,-0.172 -0.328,-0.535 -0.961,-1.465 -0.531,-0.773 -1.211,-1.547 -2.297,-2.617 -0.976,-0.961 -1.902,-1.785 -2.461,-2.191 -0.129,-0.094 -0.23,-0.192 -0.23,-0.219 0,-0.145 0.273,-0.02 0.683,0.316 z m 3.77,20.547 c 0,0.078 -0.317,0.449 -0.863,1.008 -0.481,0.492 -0.672,0.582 -0.594,0.281 0.031,-0.121 0.012,-0.144 -0.106,-0.144 -0.105,0 -0.05,-0.059 0.235,-0.235 0.203,-0.125 0.551,-0.394 0.769,-0.593 0.364,-0.336 0.559,-0.446 0.559,-0.317 z m 0.394,0.778 c 0.043,0.066 -0.394,0.546 -0.5,0.546 -0.144,0 -0.085,-0.242 0.102,-0.421 0.176,-0.172 0.336,-0.223 0.398,-0.125 z"
-         style="font-size:25.60000038px;fill:#64524d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4681" /><path
-         d="m 167.68027,148.112 c 0.488,0.054 0.328,0.222 -0.223,0.238 -0.215,0.004 -0.234,0.019 -0.195,0.14 0.023,0.075 0.05,0.141 0.054,0.149 0.008,0.004 0.141,-0.027 0.297,-0.07 0.332,-0.098 1.492,-0.157 1.719,-0.086 0.086,0.027 0.516,0.074 0.957,0.109 0.852,0.066 2.313,0.336 3.18,0.582 0.644,0.184 1.457,0.543 1.722,0.762 0.227,0.183 0.266,0.301 0.078,0.242 -0.16,-0.047 -0.156,-0.024 0.059,0.305 0.481,0.734 0.344,1.527 -0.43,2.507 -0.129,0.164 -0.679,0.586 -0.714,0.551 -0.02,-0.015 0.101,-0.172 0.269,-0.351 0.281,-0.301 0.504,-0.637 0.754,-1.129 0.16,-0.313 0.195,-0.723 0.094,-1.063 -0.098,-0.312 -0.465,-0.765 -0.731,-0.902 -0.09,-0.047 -0.168,-0.141 -0.179,-0.207 -0.02,-0.152 -0.211,-0.246 -0.911,-0.449 -0.5,-0.145 -0.609,-0.153 -1.89,-0.149 -1.356,0 -2.039,0.063 -3.246,0.297 -0.692,0.133 -1.305,0.32 -1.336,0.402 -0.016,0.043 0.027,0.25 0.094,0.461 0.136,0.414 0.156,0.594 0.078,0.594 -0.082,0 -0.297,-0.246 -0.414,-0.476 -0.125,-0.239 -0.274,-0.418 -0.352,-0.418 -0.164,0 0.063,0.625 0.363,1.007 l 0.164,0.207 -0.195,-0.113 c -0.125,-0.07 -0.277,-0.258 -0.418,-0.519 -0.125,-0.227 -0.262,-0.426 -0.312,-0.446 -0.047,-0.015 -0.086,-0.113 -0.086,-0.218 -0.004,-0.106 -0.063,-0.375 -0.133,-0.606 -0.18,-0.586 -0.219,-0.988 -0.094,-0.988 0.125,0 0.168,0.074 0.25,0.437 0.086,0.375 0.223,0.45 0.223,0.117 0,-0.128 -0.031,-0.261 -0.071,-0.3 -0.093,-0.09 -0.027,-0.231 0.122,-0.27 0.23,-0.058 0.273,0.035 0.281,0.633 0.008,0.375 0.039,0.598 0.09,0.648 0.082,0.082 0.261,0.036 1.093,-0.281 0.524,-0.195 1.328,-0.312 2.446,-0.359 0.527,-0.02 1,-0.051 1.05,-0.067 0.25,-0.086 -0.32,-0.156 -1.457,-0.183 -1.324,-0.035 -1.773,0.008 -2.515,0.238 -0.231,0.07 -0.438,0.109 -0.461,0.086 -0.024,-0.023 -0.012,-0.133 0.031,-0.242 0.039,-0.11 0.074,-0.262 0.074,-0.344 0,-0.082 0.032,-0.18 0.067,-0.215 0.051,-0.051 -0.578,-0.062 -2.379,-0.054 -2.602,0.015 -3.063,-0.043 -1.43,-0.176 0.891,-0.074 3.988,-0.094 4.563,-0.031 z m 7.125,1.859 c 0.023,0.031 0.066,0.058 0.101,0.058 0.035,0 0.043,-0.027 0.024,-0.058 -0.02,-0.035 -0.067,-0.063 -0.102,-0.063 -0.031,0 -0.043,0.028 -0.023,0.063 z m -13.762,-1.5 c 0,0.078 -0.152,0.113 -0.676,0.156 -0.933,0.078 -5.148,0.918 -5.23,1.047 -0.067,0.102 1.008,0.414 1.547,0.449 0.711,0.047 3.007,0.125 3.277,0.114 0.203,-0.008 0.574,-0.114 1.082,-0.313 0.965,-0.371 1.348,-0.457 1.68,-0.371 0.332,0.086 0.781,0.016 1.027,-0.16 0.285,-0.207 0.687,-0.371 0.824,-0.336 0.067,0.015 0.133,0.101 0.153,0.187 0.14,0.711 0.304,1.086 0.507,1.172 0.078,0.035 0.141,0.082 0.141,0.11 0,0.023 0.156,0.261 0.348,0.523 0.187,0.266 0.332,0.496 0.316,0.512 -0.02,0.015 -0.125,0.043 -0.242,0.062 -0.172,0.028 -0.274,-0.011 -0.586,-0.215 -0.555,-0.355 -0.926,-0.832 -1.133,-1.453 -0.043,-0.125 -0.113,-0.222 -0.156,-0.222 -0.145,0 -0.281,0.066 -0.281,0.14 0,0.114 0.679,1.242 0.914,1.524 0.261,0.308 0.558,0.5 0.714,0.449 0.34,-0.102 0.356,0.496 0.024,1.023 -0.574,0.91 -1.785,1.785 -4.125,2.989 -0.488,0.25 -1.723,0.722 -2.227,0.855 -0.511,0.129 -0.75,0.152 -1.839,0.176 -1.176,0.023 -1.29,0.015 -1.903,-0.129 -0.355,-0.082 -0.793,-0.219 -0.965,-0.305 -0.64,-0.316 -1.117,-0.886 -1.132,-1.355 -0.008,-0.305 0.089,-0.387 0.296,-0.254 0.133,0.082 0.161,0.148 0.161,0.355 0,0.559 0.554,0.957 1.668,1.2 0.675,0.148 0.773,0.152 2.226,0.132 1.469,-0.019 1.535,-0.027 2.043,-0.191 0.75,-0.238 2.395,-1.059 2.973,-1.48 0.269,-0.196 0.492,-0.383 0.492,-0.411 0,-0.031 0.258,-0.254 0.57,-0.496 0.828,-0.633 1.395,-1.179 1.442,-1.386 0.023,-0.098 0.117,-0.239 0.203,-0.309 0.125,-0.102 0.148,-0.152 0.093,-0.203 -0.078,-0.074 -0.671,-0.328 -0.98,-0.418 -0.203,-0.059 -0.32,-0.149 -0.621,-0.481 -0.25,-0.281 -0.309,-0.308 -0.457,-0.234 -0.094,0.051 -0.219,0.043 -0.481,-0.02 -0.765,-0.183 -1.929,-0.097 -3.621,0.266 -0.601,0.129 -1.129,0.234 -1.172,0.231 -0.097,-0.004 0.872,-0.461 1.004,-0.473 0.137,-0.016 0.45,-0.203 0.442,-0.27 -0.004,-0.035 -0.141,-0.066 -0.301,-0.078 -1.797,-0.093 -3.582,-0.324 -3.941,-0.5 -0.368,-0.187 -0.457,-0.457 -0.2,-0.617 0.301,-0.191 1.961,-0.527 4.438,-0.894 1.062,-0.161 1.664,-0.196 1.664,-0.098 z m 3.223,1.016 c -0.071,0.042 -0.051,0.136 0.117,0.539 0.242,0.586 0.457,0.878 0.84,1.164 0.304,0.226 0.461,0.269 0.461,0.136 0,-0.086 -0.188,-0.261 -0.442,-0.414 -0.301,-0.183 -0.597,-0.722 -0.715,-1.316 -0.035,-0.168 -0.109,-0.203 -0.261,-0.109 z m -2.864,0.8 c -0.5,0.157 -0.929,0.313 -0.953,0.352 -0.031,0.047 0.016,0.055 0.168,0.027 0.59,-0.117 1.258,-0.168 1.906,-0.148 l 0.723,0.027 -0.027,-0.168 c -0.035,-0.25 0.117,-0.164 0.355,0.192 0.238,0.355 0.399,0.472 0.192,0.144 -0.079,-0.129 -0.2,-0.328 -0.27,-0.445 -0.07,-0.114 -0.148,-0.223 -0.172,-0.239 -0.023,-0.015 -0.262,-0.027 -0.527,-0.027 -0.402,0.004 -0.641,0.051 -1.395,0.285 z m 4.078,-1.293 c 0.122,0.047 0.094,0.153 -0.078,0.285 l -0.156,0.122 0.113,0.308 c 0.063,0.172 0.153,0.356 0.2,0.406 0.07,0.086 0.066,0.114 -0.012,0.192 -0.082,0.078 -0.121,0.043 -0.352,-0.32 -0.187,-0.305 -0.254,-0.477 -0.254,-0.657 0,-0.222 0.02,-0.254 0.196,-0.312 0.207,-0.071 0.226,-0.071 0.343,-0.024 z m 55.965,0.618 c 0.617,0.085 0.946,0.371 1.219,1.062 0.465,1.164 0.469,1.746 0.016,3.148 -0.153,0.469 -0.192,0.676 -0.145,0.731 0.035,0.039 0.207,0.101 0.387,0.137 0.422,0.086 0.68,0.246 0.89,0.55 0.09,0.137 0.266,0.344 0.387,0.461 0.211,0.203 0.215,0.219 0.235,0.762 0.019,0.445 -0.004,0.652 -0.118,1.024 -0.199,0.664 -0.566,1.386 -0.894,1.757 -0.156,0.176 -0.36,0.457 -0.453,0.621 -0.098,0.164 -0.555,0.946 -1.024,1.735 -1.968,3.32 -2.687,5.129 -2.386,6.012 0.086,0.253 0.273,0.363 1.05,0.625 0.223,0.074 0.543,0.195 0.711,0.269 0.332,0.141 1.106,0.242 2.817,0.363 0.527,0.035 0.992,0.094 1.035,0.129 0.137,0.106 0.082,0.153 -0.156,0.129 -0.125,-0.012 -0.719,-0.051 -1.313,-0.086 -0.598,-0.035 -1.293,-0.109 -1.547,-0.16 -0.972,-0.195 -1.711,-0.387 -1.933,-0.5 -0.289,-0.141 -0.274,-0.141 -0.313,0.012 -0.043,0.16 -0.137,0.101 -0.285,-0.18 -0.066,-0.125 -0.16,-0.258 -0.211,-0.297 -0.09,-0.074 -0.125,-0.332 -0.117,-0.906 0.008,-0.863 1.203,-3.563 2.222,-5.02 0.083,-0.109 0.165,-0.269 0.184,-0.355 0.024,-0.082 0.172,-0.34 0.328,-0.57 0.16,-0.235 0.344,-0.508 0.41,-0.61 0.493,-0.789 0.621,-0.976 0.825,-1.191 0.293,-0.309 0.648,-0.918 0.8,-1.375 0.153,-0.461 0.227,-1.473 0.137,-1.805 -0.078,-0.269 -0.34,-0.613 -0.469,-0.613 -0.043,0 -0.215,-0.106 -0.379,-0.238 -0.25,-0.2 -0.718,-0.418 -0.898,-0.418 -0.023,0 -0.109,0.105 -0.184,0.234 -0.148,0.258 -0.285,0.344 -0.39,0.242 -0.047,-0.047 -0.035,-0.117 0.043,-0.246 0.058,-0.101 0.105,-0.215 0.105,-0.254 0,-0.035 0.043,-0.144 0.094,-0.238 0.156,-0.289 0.465,-1.332 0.559,-1.879 0.171,-1.02 0.062,-1.66 -0.387,-2.285 -0.449,-0.621 -0.887,-0.707 -1.715,-0.336 -0.266,0.117 -0.551,0.215 -0.633,0.215 -0.164,0 -0.269,0.058 -0.976,0.558 -0.274,0.188 -0.649,0.453 -0.836,0.582 -0.188,0.129 -0.457,0.325 -0.598,0.43 -0.141,0.109 -0.609,0.465 -1.043,0.793 -0.988,0.75 -1.016,0.77 -1.055,0.734 -0.035,-0.035 0.368,-0.382 1.332,-1.14 1.805,-1.414 2.778,-2.059 3.664,-2.426 0.332,-0.137 0.625,-0.246 0.653,-0.238 0.023,0.004 0.187,0.027 0.355,0.051 z m -0.242,0.746 c 0.024,0.054 0.184,0.238 0.359,0.41 0.231,0.219 0.364,0.418 0.465,0.683 0.133,0.344 0.141,0.442 0.114,1.106 -0.028,0.562 -0.071,0.828 -0.188,1.148 -0.144,0.407 -0.461,1.043 -0.605,1.227 -0.079,0.101 -0.079,0.097 0.171,-0.539 0.317,-0.801 0.391,-1.176 0.399,-1.903 0.004,-0.554 -0.023,-0.781 -0.129,-1.097 -0.289,-0.887 -1.012,-1.004 -1.902,-0.309 -0.141,0.11 -0.309,0.199 -0.375,0.199 -0.067,0 -0.36,0.172 -0.653,0.375 -1.164,0.825 -2.382,1.7 -2.734,1.973 -0.203,0.156 -0.398,0.285 -0.438,0.285 -0.035,0 -0.121,0.059 -0.191,0.133 -0.066,0.074 -0.328,0.293 -0.582,0.48 -1.168,0.879 -1.43,1.071 -1.449,1.051 -0.012,-0.011 0.262,-0.25 0.601,-0.527 0.344,-0.281 0.723,-0.59 0.848,-0.691 0.121,-0.102 0.297,-0.235 0.387,-0.301 0.09,-0.063 0.508,-0.383 0.926,-0.715 0.421,-0.328 0.945,-0.727 1.168,-0.879 0.218,-0.156 0.636,-0.461 0.925,-0.676 0.637,-0.476 1.672,-1.16 2.012,-1.328 0.137,-0.066 0.383,-0.141 0.543,-0.164 0.238,-0.035 0.297,-0.027 0.328,0.059 z m -45.41,0.105 c 0.324,0.484 0.375,1.316 0.117,1.988 -0.086,0.231 -0.191,0.524 -0.23,0.653 -0.043,0.152 -0.137,0.277 -0.27,0.359 -0.109,0.066 -0.223,0.191 -0.254,0.277 -0.105,0.282 -1.16,1.145 -2.531,2.067 -0.52,0.351 -0.758,0.547 -0.758,0.625 0,0.086 0.047,0.113 0.176,0.113 0.098,0 0.73,0.07 1.41,0.152 1.406,0.176 1.856,0.227 3.149,0.356 0.507,0.055 1.164,0.121 1.453,0.152 0.734,0.078 2.347,0.09 4.234,0.035 2.586,-0.078 7.734,0.079 9.684,0.293 0.422,0.047 0.961,0.102 1.187,0.121 0.231,0.02 0.418,0.059 0.418,0.083 0,0.074 -0.266,0.289 -0.406,0.328 -0.082,0.023 -0.16,0.007 -0.203,-0.043 -0.059,-0.071 -0.129,-0.071 -0.426,-0.012 -0.195,0.043 -0.481,0.121 -0.633,0.18 -0.152,0.058 -0.598,0.14 -0.992,0.183 -0.945,0.106 -1.113,0.106 -1.113,0 0,-0.105 0.101,-0.136 0.714,-0.215 1.793,-0.222 1.946,-0.246 1.985,-0.304 0.015,-0.028 -0.074,-0.051 -0.203,-0.055 -0.219,0 -0.672,-0.078 -0.883,-0.148 -0.047,-0.02 -0.59,-0.043 -1.207,-0.055 -0.613,-0.012 -1.922,-0.051 -2.91,-0.082 -0.989,-0.035 -2.914,-0.082 -4.285,-0.098 -2.141,-0.031 -2.489,-0.023 -2.489,0.051 0,0.117 -1.492,0.117 -2.472,-0.004 -1.621,-0.195 -2.25,-0.266 -3.282,-0.375 -1.449,-0.156 -3.089,-0.316 -3.254,-0.316 -0.074,0 -0.394,0.148 -0.71,0.328 -1.071,0.605 -3.961,1.984 -4.911,2.344 -1.019,0.382 -1.453,0.582 -1.453,0.66 0,0.066 1.219,0.656 2.344,1.136 0.41,0.176 0.563,0.215 0.75,0.188 0.164,-0.027 0.254,-0.012 0.305,0.051 0.051,0.054 0.136,0.074 0.258,0.05 0.222,-0.042 0.246,0.083 0.023,0.137 -0.195,0.047 -0.191,0.102 0.008,0.356 0.09,0.117 0.152,0.222 0.136,0.234 -0.027,0.027 -0.523,-0.148 -1.66,-0.582 -0.754,-0.289 -1.855,-0.77 -2.273,-0.988 -0.797,-0.422 -0.723,-0.602 0.496,-1.211 0.844,-0.418 1.871,-0.836 2.066,-0.836 0.059,0 0.414,-0.145 0.789,-0.324 0.379,-0.18 0.801,-0.352 0.942,-0.387 0.14,-0.039 0.551,-0.238 0.914,-0.453 0.363,-0.211 0.902,-0.512 1.199,-0.664 0.297,-0.157 0.637,-0.367 0.754,-0.473 0.121,-0.105 0.606,-0.441 1.082,-0.746 0.496,-0.32 1.27,-0.898 1.813,-1.363 1.004,-0.856 1.191,-1.098 1.418,-1.832 0.132,-0.434 0.117,-1.293 -0.032,-1.723 -0.129,-0.375 -0.125,-0.418 0.016,-0.211 z m -13.297,0.512 c 0.266,0.062 0.207,0.156 -0.129,0.203 -0.156,0.019 -0.445,0.101 -0.637,0.176 -0.582,0.226 -1.793,0.89 -1.941,1.062 -0.074,0.094 -0.262,0.246 -0.414,0.348 -0.313,0.203 -1.434,0.754 -1.672,0.82 -0.086,0.028 -0.496,0.203 -0.91,0.399 l -0.758,0.351 -0.797,0 c -0.633,0 -0.812,-0.019 -0.875,-0.09 -0.109,-0.125 -0.031,-0.293 0.11,-0.23 0.058,0.027 0.351,0.058 0.652,0.07 0.734,0.028 1.184,-0.109 2.023,-0.621 1.262,-0.773 3.118,-1.836 3.786,-2.164 0.699,-0.348 1.089,-0.43 1.562,-0.324 z m -8.289,0.375 c 0.965,0.051 1.699,0.144 1.781,0.226 0.145,0.141 -0.187,0.18 -1.043,0.121 -0.472,-0.031 -1.265,-0.074 -1.758,-0.089 -0.492,-0.02 -0.906,-0.043 -0.918,-0.055 -0.015,-0.016 0.04,-0.078 0.122,-0.145 0.164,-0.132 0.382,-0.14 1.816,-0.058 z m -3.121,0.117 0.152,0.113 -0.195,0.004 c -0.223,0 -0.305,-0.074 -0.188,-0.168 0.055,-0.047 0.122,-0.031 0.231,0.051 z m -1.703,-0.012 c 0.101,0.012 0.207,0.039 0.234,0.063 0.028,0.027 -0.64,0.066 -1.484,0.086 -0.844,0.023 -1.852,0.07 -2.242,0.105 -1.016,0.09 -6.782,0.09 -7.067,0 -0.328,-0.105 -0.871,-0.101 -3.851,0.012 -2.719,0.101 -4.387,0.191 -5.321,0.281 l -0.496,0.047 0.688,-0.004 c 0.379,0 0.718,0.016 0.754,0.039 0.035,0.024 0.207,0.043 0.379,0.047 0.398,0.008 0.441,0.152 0.05,0.164 -0.144,0.008 -0.441,0.031 -0.664,0.059 -0.336,0.035 -0.211,0.05 0.805,0.09 0.664,0.023 1.527,0.07 1.918,0.097 0.391,0.031 0.961,0.071 1.269,0.086 0.641,0.031 0.957,0.117 0.84,0.227 -0.078,0.078 -1.504,0.074 -3.875,-0.008 -1.433,-0.051 -2.754,-0.043 -3.726,0.023 -0.453,0.035 -0.633,0.028 -0.633,-0.023 0,-0.035 -0.043,-0.067 -0.094,-0.067 -0.051,0 -0.086,0.036 -0.074,0.075 0.008,0.05 -0.106,0.09 -0.328,0.113 -0.41,0.051 -1.996,0.207 -2.969,0.293 -3.199,0.289 -5.871,0.605 -9.027,1.074 -0.731,0.11 -1.032,0.09 -0.766,-0.047 0.34,-0.175 4.024,-0.742 5.899,-0.906 0.39,-0.035 0.781,-0.078 0.863,-0.094 0.086,-0.015 0.476,-0.054 0.867,-0.086 2.504,-0.199 3.07,-0.246 3.648,-0.304 0.899,-0.086 0.95,-0.098 0.911,-0.235 -0.036,-0.129 0.062,-0.179 0.347,-0.179 0.11,0 0.297,-0.032 0.414,-0.067 0.117,-0.035 0.41,-0.09 0.649,-0.113 0.594,-0.066 1.418,-0.195 1.453,-0.223 0.015,-0.011 -0.008,-0.047 -0.055,-0.074 -0.289,-0.172 0.207,-0.246 2.871,-0.426 0.477,-0.031 2.375,-0.082 4.223,-0.117 2.945,-0.051 3.387,-0.047 3.582,0.031 0.172,0.071 0.242,0.075 0.309,0.02 0.066,-0.051 0.105,-0.051 0.16,0 0.09,0.09 1.457,0.09 4.121,0.012 2.113,-0.063 5.121,-0.102 5.418,-0.071 z m 8.293,0.063 c -0.02,0.031 -0.168,0.129 -0.328,0.219 -0.743,0.414 -2.36,1.445 -2.969,1.894 -0.457,0.336 -0.82,0.715 -0.82,0.859 0,0.118 -0.118,0.161 -0.219,0.082 -0.141,-0.113 -0.106,-0.378 0.086,-0.636 0.234,-0.309 1.504,-1.227 1.91,-1.379 0.055,-0.02 0.273,-0.137 0.476,-0.258 0.207,-0.117 0.536,-0.285 0.731,-0.371 0.195,-0.086 0.355,-0.184 0.355,-0.215 0,-0.035 0.153,-0.101 0.336,-0.156 0.379,-0.106 0.493,-0.117 0.442,-0.039 z m -5.879,0.008 c -0.024,0.035 -0.067,0.046 -0.098,0.027 -0.086,-0.051 -0.07,-0.09 0.039,-0.09 0.055,0 0.078,0.027 0.059,0.063 z m -1.207,0 c 0,0.031 -0.028,0.058 -0.059,0.058 -0.031,0 -0.074,-0.027 -0.097,-0.058 -0.02,-0.036 0.007,-0.063 0.058,-0.063 0.055,0 0.098,0.027 0.098,0.063 z m -0.481,0.043 c -0.078,0.011 -0.187,0.011 -0.246,-0.004 -0.058,-0.016 0.004,-0.028 0.141,-0.024 0.133,0 0.183,0.012 0.105,0.028 z m -17.703,0.644 c 0,0.055 -0.031,0.09 -0.066,0.078 -0.039,-0.012 -0.067,-0.047 -0.067,-0.078 0,-0.031 0.028,-0.066 0.067,-0.078 0.035,-0.012 0.066,0.023 0.066,0.078 z m 37.676,0.598 c 1.48,0.207 2.465,0.582 2.57,0.972 0.055,0.204 0.043,0.293 -0.086,0.532 -0.082,0.152 -0.195,0.222 -0.625,0.379 -0.945,0.347 -1.867,0.535 -2.949,0.605 -0.742,0.047 -1.055,0.09 -1.242,0.176 -0.137,0.062 -0.363,0.117 -0.5,0.117 -0.141,0 -0.375,0.047 -0.523,0.109 -0.149,0.063 -0.473,0.129 -0.715,0.153 -0.246,0.019 -0.524,0.066 -0.617,0.101 -0.27,0.098 -1.133,0.078 -1.422,-0.035 -0.141,-0.055 -0.278,-0.094 -0.309,-0.086 -0.152,0.028 -0.269,-0.015 -0.269,-0.094 0,-0.05 0.007,-0.089 0.015,-0.093 0.008,0 0.277,-0.016 0.602,-0.035 2.164,-0.114 5.14,-0.516 6.543,-0.879 0.433,-0.114 0.922,-0.223 1.086,-0.243 0.41,-0.046 0.957,-0.453 0.609,-0.453 -0.063,0 -0.172,-0.082 -0.25,-0.179 -0.176,-0.231 -0.566,-0.422 -1.34,-0.649 -1.676,-0.492 -1.625,-0.476 -1.359,-0.476 0.136,0.004 0.488,0.035 0.781,0.078 z m 3.605,1.207 c -0.851,0.746 -2.507,1.902 -3.152,2.199 -0.242,0.109 -0.476,0.25 -0.527,0.305 -0.121,0.144 -2.567,1.3 -3.551,1.683 -0.91,0.352 -2.094,0.735 -2.27,0.735 -0.191,0 -0.574,0.214 -0.777,0.437 -0.101,0.113 -0.262,0.395 -0.359,0.629 -0.278,0.688 -0.473,0.481 -0.227,-0.242 0.137,-0.399 0.508,-0.84 0.871,-1.039 0.336,-0.18 0.504,-0.188 0.504,-0.028 0,0.067 0.024,0.122 0.051,0.122 0.066,0 1.207,-0.442 2.07,-0.801 0.762,-0.317 2.754,-1.27 3.114,-1.485 0.128,-0.082 0.421,-0.23 0.648,-0.336 0.367,-0.168 1.895,-1.117 2.328,-1.445 0.223,-0.168 1.145,-0.75 1.324,-0.836 0.114,-0.054 0.102,-0.031 -0.047,0.102 z m 47.926,1.433 c 0.321,0.106 0.387,0.2 0.145,0.2 -0.207,0 -0.469,-0.122 -0.469,-0.219 0,-0.043 0.008,-0.078 0.016,-0.078 0.007,0.004 0.148,0.047 0.308,0.097 z m -104.765,0.235 c 0.211,0.058 0.363,0.066 0.476,0.027 0.125,-0.043 0.223,-0.031 0.371,0.043 0.141,0.066 0.348,0.094 0.668,0.09 0.254,-0.008 0.824,0.043 1.27,0.109 2.054,0.309 3.875,0.547 4.976,0.657 0.664,0.062 1.262,0.14 1.332,0.175 0.067,0.032 0.332,0.071 0.586,0.082 0.258,0.016 0.535,0.051 0.621,0.082 0.239,0.09 1.289,0.239 2.442,0.344 1.629,0.149 1.726,0.164 1.75,0.281 0.031,0.149 -0.235,0.192 -0.676,0.11 -0.312,-0.059 -0.391,-0.059 -0.477,0.015 -0.07,0.059 -0.265,0.09 -0.628,0.098 -0.629,0.008 -2.141,0.086 -4.235,0.219 -0.851,0.054 -1.812,0.105 -2.137,0.117 -0.324,0.012 -0.992,0.047 -1.484,0.082 -2.285,0.145 -4.156,0.148 -3.648,0 0.086,-0.023 0.355,-0.047 0.597,-0.051 0.246,-0.004 0.516,-0.031 0.598,-0.062 0.25,-0.09 2.621,-0.149 2.992,-0.071 0.262,0.055 0.371,0.047 0.617,-0.031 0.227,-0.07 0.637,-0.098 1.719,-0.113 0.785,-0.012 1.899,-0.067 2.477,-0.117 0.578,-0.051 1.297,-0.098 1.597,-0.106 l 0.543,-0.012 -0.156,-0.128 c -0.121,-0.106 -0.266,-0.137 -0.699,-0.168 -2.219,-0.157 -4.524,-0.446 -7.34,-0.926 -0.402,-0.067 -0.879,-0.125 -1.051,-0.125 -0.176,0 -0.43,-0.028 -0.566,-0.055 -0.133,-0.031 -0.567,-0.086 -0.957,-0.121 -1.016,-0.098 -2.5,-0.379 -2.571,-0.488 -0.05,-0.078 0.641,-0.051 0.993,0.043 z m 106.636,0.019 c 0.071,0.028 0.18,0.11 0.25,0.184 0.211,0.23 0.157,0.586 -0.246,1.555 -0.679,1.64 -1.394,2.902 -1.859,3.269 -0.234,0.188 -0.602,0.871 -1.328,2.469 -0.844,1.859 -1.184,2.797 -1.301,3.586 -0.074,0.484 -0.059,1.308 0.031,1.511 0.094,0.219 -0.094,0.098 -0.219,-0.136 -0.179,-0.348 -0.21,-0.731 -0.093,-1.223 0.168,-0.691 0.593,-1.941 0.847,-2.473 0.133,-0.277 0.239,-0.527 0.239,-0.558 0,-0.031 0.109,-0.274 0.242,-0.543 0.133,-0.27 0.383,-0.785 0.558,-1.149 0.172,-0.363 0.344,-0.699 0.375,-0.746 0.032,-0.05 0.161,-0.254 0.289,-0.449 0.126,-0.199 0.372,-0.547 0.547,-0.777 0.364,-0.473 0.754,-1.156 0.95,-1.645 0.07,-0.179 0.269,-0.672 0.441,-1.09 0.379,-0.933 0.402,-1.199 0.121,-1.437 -0.289,-0.242 -0.18,-0.484 0.156,-0.348 z m -106.418,2.356 c 0.11,0.023 0.188,0.058 0.172,0.074 -0.015,0.012 -0.582,0.078 -1.258,0.144 -0.679,0.067 -1.457,0.153 -1.73,0.192 l -0.496,0.07 0.234,0.086 c 0.246,0.094 0.321,0.285 0.121,0.324 -0.199,0.043 -0.531,-0.062 -0.644,-0.203 -0.137,-0.176 -0.141,-0.269 -0.004,-0.336 0.367,-0.179 3.191,-0.457 3.605,-0.351 z m 9.461,0.039 c 0,0.035 -0.043,0.062 -0.093,0.062 -0.055,0 -0.082,-0.027 -0.059,-0.062 0.02,-0.031 0.062,-0.059 0.094,-0.059 0.035,0 0.058,0.028 0.058,0.059 z m -9.062,0.004 c -0.02,0.031 -0.063,0.043 -0.094,0.023 -0.086,-0.051 -0.07,-0.086 0.039,-0.086 0.051,0 0.078,0.028 0.055,0.063 z m 92.289,0.418 c -0.067,0.082 -0.281,0.312 -0.473,0.507 -0.191,0.196 -0.488,0.528 -0.66,0.735 -0.172,0.207 -0.426,0.504 -0.57,0.66 -0.379,0.41 -1.324,1.594 -1.656,2.07 -0.161,0.231 -0.313,0.43 -0.336,0.442 -0.028,0.008 -0.032,0.078 -0.016,0.148 0.023,0.094 -0.109,0.32 -0.504,0.848 -0.293,0.394 -0.687,0.945 -0.875,1.226 -0.187,0.278 -0.516,0.762 -0.727,1.075 -0.582,0.863 -0.57,0.824 -0.3,0.933 0.312,0.125 0.879,0.082 1.125,-0.086 0.297,-0.207 0.375,-0.176 0.371,0.153 -0.004,0.609 -0.567,0.867 -1.906,0.867 -0.219,0 -0.415,0.023 -0.434,0.051 -0.02,0.031 -0.117,0.07 -0.219,0.089 -0.148,0.028 -0.226,-0.003 -0.429,-0.171 -0.247,-0.207 -0.262,-0.375 -0.024,-0.231 0.07,0.039 0.195,0.102 0.277,0.129 0.204,0.074 0.2,-0.039 -0.003,-0.129 -0.157,-0.07 -0.321,-0.418 -0.25,-0.527 0.07,-0.11 0.207,-0.067 0.23,0.074 0.012,0.082 0.102,0.172 0.238,0.238 0.25,0.117 0.864,0.242 0.918,0.188 0.02,-0.02 -0.078,-0.133 -0.219,-0.254 -0.246,-0.211 -0.253,-0.227 -0.214,-0.485 0.031,-0.21 0.066,-0.273 0.175,-0.296 0.082,-0.02 0.25,-0.204 0.422,-0.454 0.348,-0.507 0.957,-1.515 0.957,-1.582 0,-0.054 0.887,-1.359 1.153,-1.691 0.097,-0.121 0.355,-0.465 0.578,-0.766 0.222,-0.296 0.543,-0.707 0.711,-0.91 0.172,-0.207 0.433,-0.531 0.59,-0.726 0.332,-0.43 1.789,-1.973 2.027,-2.149 l 0.168,-0.129 -0.125,0.153 z m -102.309,0.058 c 0.09,0.035 0.028,0.051 -0.215,0.051 -0.261,-0.004 -0.304,-0.016 -0.187,-0.051 0.203,-0.062 0.254,-0.062 0.402,0 z m -13.018999,-0.008 0.277,0.043 -0.402,0.047 c -0.219,0.024 -0.512,0.039 -0.649,0.035 -0.136,-0.007 -0.457,0.004 -0.711,0.02 -0.254,0.02 -0.929,0.051 -1.5,0.074 -0.57,0.024 -1.035,0.067 -1.035,0.09 0,0.027 0.16,0.066 0.356,0.09 0.195,0.023 0.453,0.062 0.57,0.086 0.191,0.043 0.176,0.051 -0.152,0.055 -0.692,0.007 -1.688,-0.208 -1.551,-0.34 0.039,-0.039 0.41,-0.086 1.269,-0.16 0.567,-0.051 3.258,-0.079 3.528,-0.04 z m 14.440999,0.071 c 0.274,0.027 0.832,0.078 1.238,0.113 2.223,0.191 2.707,0.258 2.872,0.398 0.148,0.125 0.152,0.137 0.046,0.176 -0.062,0.024 -0.382,-0.004 -0.711,-0.058 -0.328,-0.059 -0.82,-0.141 -1.093,-0.188 -0.614,-0.105 -1.762,-0.246 -2.379,-0.293 -0.778,-0.058 -1.055,-0.101 -1.055,-0.156 0,-0.063 0.379,-0.059 1.082,0.008 z m -13.315999,-0.024 c -0.043,0.02 -0.098,0.016 -0.117,-0.004 -0.024,-0.019 0.015,-0.035 0.078,-0.031 0.074,0.004 0.09,0.016 0.039,0.035 z m 88.632999,0.383 c 0.093,0.055 -0.129,0.125 -0.497,0.149 -0.156,0.011 -0.421,0.046 -0.589,0.078 -0.172,0.031 -0.332,0.047 -0.356,0.031 -0.027,-0.016 -0.105,0.004 -0.176,0.039 -0.074,0.035 -0.175,0.047 -0.234,0.023 -0.074,-0.031 -0.039,-0.058 0.145,-0.093 0.64,-0.129 1.644,-0.262 1.707,-0.227 z m -81.247,0.02 c 0.176,0.043 0.395,0.132 0.489,0.207 0.195,0.144 0.34,0.168 0.34,0.047 0,-0.047 0.097,-0.098 0.23,-0.122 0.199,-0.035 0.324,0.004 0.856,0.262 0.339,0.164 0.652,0.301 0.691,0.301 0.039,0 0.109,-0.055 0.156,-0.121 0.078,-0.106 0.121,-0.109 0.43,-0.063 0.504,0.079 0.906,0.301 1.41,0.782 0.316,0.304 0.477,0.422 0.563,0.398 0.125,-0.031 0.433,0.262 0.699,0.668 0.191,0.293 0.265,0.34 0.383,0.246 0.109,-0.09 0.101,-0.098 0.234,0.25 0.137,0.356 0.277,0.485 0.328,0.301 0.02,-0.07 0.055,-0.129 0.078,-0.129 0.028,0 0.133,0.18 0.235,0.402 0.253,0.543 0.71,1.09 0.91,1.09 0.097,0 0.195,0.067 0.285,0.196 0.078,0.105 0.391,0.441 0.699,0.746 l 0.563,0.554 0.867,0 c 0.48,0 1.105,-0.031 1.394,-0.07 0.289,-0.035 0.637,-0.063 0.774,-0.063 0.133,0.004 0.355,-0.031 0.492,-0.074 0.137,-0.047 0.555,-0.156 0.93,-0.242 0.812,-0.191 2.203,-0.691 3,-1.078 0.218,-0.106 0.652,-0.293 0.957,-0.418 0.308,-0.125 0.586,-0.246 0.621,-0.27 0.031,-0.023 0.297,-0.14 0.586,-0.257 0.715,-0.286 0.988,-0.43 1.09,-0.571 0.046,-0.062 0.23,-0.164 0.41,-0.218 0.179,-0.055 0.367,-0.137 0.418,-0.176 0.117,-0.098 0.472,-0.27 0.675,-0.332 0.086,-0.028 0.422,-0.145 0.739,-0.262 0.32,-0.117 0.746,-0.238 0.949,-0.273 0.477,-0.071 0.59,-0.153 0.437,-0.313 -0.062,-0.066 -0.214,-0.172 -0.343,-0.234 -0.352,-0.172 -0.235,-0.254 0.32,-0.215 0.313,0.019 0.605,0.086 0.871,0.195 0.297,0.117 0.531,0.168 0.895,0.18 0.421,0.019 0.558,0.051 0.929,0.234 0.434,0.211 0.59,0.254 0.59,0.164 0,-0.027 -0.14,-0.246 -0.308,-0.484 -0.172,-0.238 -0.313,-0.457 -0.313,-0.484 0,-0.34 1.629,0.515 2.18,1.144 0.144,0.168 0.324,0.324 0.394,0.352 0.078,0.027 0.157,0.144 0.203,0.308 0.047,0.141 0.141,0.352 0.211,0.465 0.09,0.137 0.137,0.324 0.145,0.551 0.008,0.187 0.082,0.594 0.168,0.898 0.176,0.625 0.41,1.715 0.41,1.891 0,0.062 0.055,0.16 0.121,0.215 0.063,0.054 0.129,0.203 0.145,0.324 0.015,0.121 0.086,0.57 0.156,0.996 0.105,0.652 0.297,2.43 0.316,2.961 0.004,0.082 0.024,0.672 0.043,1.316 0.028,0.957 0.051,1.176 0.133,1.239 0.082,0.062 0.09,0.172 0.055,0.761 -0.028,0.407 -0.02,0.688 0.011,0.688 0.114,0 0.204,-0.176 0.274,-0.531 0.035,-0.2 0.09,-0.364 0.113,-0.364 0.071,0 0.133,1.579 0.129,3.258 0,1.141 -0.031,1.727 -0.129,2.485 -0.179,1.406 -0.476,3.054 -0.648,3.613 -0.227,0.726 -0.239,0.805 -0.129,0.844 0.051,0.019 0.418,-0.078 0.82,-0.215 0.399,-0.137 0.949,-0.313 1.219,-0.391 0.851,-0.242 1.59,-0.445 2.105,-0.574 0.27,-0.07 0.731,-0.195 1.016,-0.277 0.289,-0.082 0.68,-0.168 0.867,-0.188 l 0.344,-0.035 -0.012,-0.328 c -0.004,-0.184 -0.015,-0.496 -0.027,-0.699 -0.02,-0.325 -0.004,-0.387 0.125,-0.524 0.082,-0.082 0.25,-0.168 0.371,-0.191 0.121,-0.02 0.348,-0.086 0.5,-0.145 0.156,-0.058 0.531,-0.179 0.836,-0.269 0.305,-0.09 0.613,-0.2 0.684,-0.239 0.07,-0.043 0.195,-0.086 0.269,-0.097 0.105,-0.016 0.172,-0.098 0.258,-0.317 0.062,-0.16 0.156,-0.332 0.207,-0.382 0.078,-0.075 0.094,-0.067 0.133,0.074 0.023,0.09 0.074,0.152 0.113,0.14 0.035,-0.011 0.199,-0.214 0.363,-0.453 0.16,-0.234 0.321,-0.426 0.356,-0.426 0.035,0 0.062,0.094 0.062,0.208 0,0.117 0.028,0.21 0.059,0.21 0.035,0 0.304,-0.218 0.601,-0.484 0.524,-0.461 0.864,-0.695 0.926,-0.633 0.02,0.016 -0.082,0.176 -0.219,0.348 -0.246,0.32 -0.398,0.609 -0.339,0.664 0.015,0.02 0.132,-0.016 0.257,-0.074 0.125,-0.059 0.371,-0.153 0.547,-0.211 0.18,-0.055 0.43,-0.188 0.559,-0.293 0.515,-0.422 1.363,-0.906 0.949,-0.543 -0.203,0.176 -0.144,0.211 0.137,0.09 0.144,-0.067 0.297,-0.117 0.336,-0.117 0.148,-0.004 -0.008,0.277 -0.348,0.625 -0.519,0.531 -1.18,1.429 -1.18,1.613 0,0.07 0.161,0.019 0.7,-0.231 0.586,-0.265 1.578,-0.601 1.961,-0.66 0.175,-0.023 0.253,0 0.394,0.121 0.098,0.082 0.168,0.157 0.156,0.164 -0.011,0.012 -0.273,0.149 -0.582,0.305 -0.597,0.313 -0.957,0.547 -0.957,0.629 0,0.031 0.41,0.051 0.914,0.051 1.242,-0.004 1.758,0.086 4.075,0.703 0.652,0.172 1.32,0.332 1.484,0.355 0.344,0.047 0.695,0.145 0.816,0.231 0.067,0.047 0.059,0.07 -0.039,0.105 -0.09,0.032 -0.113,0.082 -0.09,0.196 0.036,0.175 0.028,0.175 0.43,0.097 0.692,-0.129 0.762,-0.133 0.762,-0.035 0,0.047 -0.078,0.129 -0.176,0.176 -0.18,0.09 -0.355,0.262 -0.312,0.301 0.011,0.011 0.226,-0.071 0.472,-0.184 0.344,-0.156 0.449,-0.234 0.449,-0.328 0,-0.121 0.004,-0.121 0.118,0.016 0.148,0.175 0.168,0.152 0.437,-0.426 0.25,-0.543 0.844,-1.614 0.957,-1.727 0.047,-0.043 0.113,-0.062 0.149,-0.043 0.07,0.043 -0.067,0.457 -0.321,0.989 -0.242,0.492 -0.183,0.519 0.473,0.218 0.547,-0.25 0.926,-0.316 1.141,-0.207 0.14,0.074 0.164,0.067 0.253,-0.058 0.532,-0.743 1.528,-1.457 3.204,-2.289 0.511,-0.258 1.086,-0.524 1.265,-0.59 0.457,-0.172 1.606,-0.66 1.754,-0.75 0.07,-0.039 0.383,-0.16 0.699,-0.27 l 0.575,-0.195 0.214,0.113 c 0.118,0.063 0.235,0.168 0.254,0.235 0.059,0.171 0.075,0.808 0.02,0.808 -0.067,0 -0.121,-0.168 -0.121,-0.379 -0.004,-0.242 -0.063,-0.469 -0.125,-0.445 -0.024,0.008 -0.282,0.273 -0.567,0.59 -0.597,0.66 -1.484,1.394 -2.355,1.953 -0.332,0.211 -0.617,0.41 -0.637,0.437 -0.019,0.032 0.031,0.079 0.113,0.11 0.118,0.043 0.161,0.113 0.188,0.312 0.031,0.246 -0.008,0.403 -0.063,0.246 -0.054,-0.144 -0.203,-0.07 -0.648,0.313 -0.703,0.613 -1.539,1.125 -2.34,1.43 -0.816,0.308 -0.969,0.195 -0.262,-0.204 0.262,-0.148 0.711,-0.378 0.993,-0.515 0.281,-0.141 0.656,-0.363 0.836,-0.496 0.492,-0.379 0.875,-0.715 0.843,-0.746 -0.015,-0.016 -0.363,0.117 -0.769,0.296 -0.758,0.325 -0.899,0.368 -0.899,0.27 0,-0.066 0.235,-0.23 1.332,-0.941 0.754,-0.493 1.27,-0.864 2.379,-1.715 0.492,-0.379 1.422,-1.231 1.422,-1.305 0,-0.062 -0.519,0.121 -1.484,0.52 -1.883,0.773 -3.211,1.5 -4.68,2.55 -0.312,0.227 -0.594,0.407 -0.621,0.407 -0.031,0 -0.16,0.109 -0.293,0.238 l -0.234,0.234 0.125,0.262 c 0.222,0.453 0.39,1.016 0.445,1.48 0.031,0.247 0.101,0.731 0.16,1.075 0.117,0.691 0.149,1.968 0.074,3.035 -0.031,0.426 -0.027,0.672 0.012,0.672 0.031,0 0.078,-0.094 0.098,-0.207 0.05,-0.242 0.195,-0.395 0.246,-0.258 0.019,0.047 0.008,0.207 -0.028,0.351 -0.035,0.145 -0.062,0.372 -0.066,0.504 0,0.129 -0.043,0.371 -0.094,0.532 -0.097,0.316 -0.121,0.695 -0.043,0.695 0.184,0 0.922,-0.871 1.774,-2.086 0.547,-0.781 0.84,-1.324 1.058,-1.965 0.192,-0.551 0.219,-0.586 0.391,-0.5 0.18,0.094 0.195,0.039 0.219,-0.75 0.058,-1.945 0.121,-2.969 0.168,-2.84 0.031,0.078 0.058,0.434 0.062,0.789 0,0.411 0.031,0.668 0.074,0.703 0.039,0.032 0.235,0.09 0.438,0.129 0.375,0.075 0.641,0.172 1.238,0.454 0.188,0.089 0.363,0.148 0.383,0.128 0.074,-0.074 -0.031,-0.207 -0.195,-0.25 -0.184,-0.043 -0.77,-0.492 -0.77,-0.586 0,-0.035 0.152,-0.046 0.36,-0.035 0.468,0.035 0.898,0.243 1.527,0.735 0.269,0.215 0.543,0.39 0.601,0.39 0.059,0 0.11,-0.004 0.11,-0.011 0.109,-0.532 0.18,-1.254 0.18,-1.809 -0.004,-0.84 -0.09,-2.156 -0.172,-2.543 -0.125,-0.594 -0.129,-0.672 -0.008,-0.328 0.066,0.195 0.176,0.578 0.238,0.848 0.09,0.371 0.168,0.55 0.332,0.746 0.27,0.32 0.422,0.617 0.602,1.156 0.074,0.23 0.152,0.457 0.172,0.508 0.019,0.051 0.039,0.179 0.046,0.285 0.004,0.109 0.043,0.226 0.079,0.266 0.097,0.093 0.168,-0.208 0.085,-0.356 -0.035,-0.062 -0.05,-0.168 -0.031,-0.234 0.031,-0.118 -0.062,-0.868 -0.14,-1.141 -0.059,-0.211 0.078,-0.16 0.156,0.055 0.039,0.105 0.105,0.234 0.152,0.285 0.047,0.051 0.121,0.199 0.16,0.332 0.121,0.371 0.203,0.402 0.579,0.234 0.175,-0.078 0.378,-0.144 0.449,-0.144 0.07,0 0.301,0.152 0.515,0.336 0.375,0.328 1.993,2.117 2.289,2.535 l 0.149,0.207 -0.164,-0.145 c -0.188,-0.164 -0.207,-0.132 -0.071,0.118 0.075,0.136 0.079,0.175 0.016,0.175 -0.043,0 -0.496,-0.515 -1.008,-1.14 -1.316,-1.617 -1.48,-1.789 -1.718,-1.789 -0.11,0 -0.293,0.05 -0.415,0.105 -0.207,0.102 -0.214,0.117 -0.183,0.375 0.074,0.672 -0.012,2.043 -0.164,2.555 -0.059,0.203 0.058,0.172 0.586,-0.176 0.258,-0.168 0.59,-0.387 0.734,-0.48 0.246,-0.161 0.387,-0.176 0.387,-0.043 0,0.027 -0.082,0.144 -0.184,0.257 -0.101,0.114 -0.187,0.227 -0.187,0.258 0,0.09 -1.012,1.004 -1.266,1.141 -0.051,0.027 -0.109,0.113 -0.125,0.191 -0.016,0.078 -0.035,0.145 -0.043,0.153 -1.504,0.972 -2.887,1.757 -4.164,2.363 -1.633,0.773 -3.273,1.449 -3.105,1.281 0.05,-0.051 0.629,-0.344 2.172,-1.101 0.472,-0.235 1.015,-0.512 1.207,-0.622 0.191,-0.109 0.597,-0.343 0.902,-0.515 0.59,-0.332 1.09,-0.707 0.848,-0.633 -0.071,0.023 -0.5,0.211 -0.954,0.418 -0.453,0.211 -1.293,0.574 -1.875,0.809 -0.578,0.238 -1.207,0.496 -1.398,0.574 -0.191,0.082 -0.418,0.148 -0.504,0.148 -0.086,0 -0.332,0.051 -0.547,0.114 -0.269,0.082 -0.601,0.121 -1.043,0.128 -1.187,0.016 -1.039,-0.054 -1.344,0.661 -0.152,0.351 -0.335,0.679 -0.429,0.757 l -0.16,0.141 0.285,0.816 c 0.156,0.45 0.355,1.09 0.445,1.418 0.09,0.329 0.172,0.606 0.184,0.621 0.023,0.02 -0.016,-1.476 -0.059,-2.312 -0.012,-0.238 0.004,-0.449 0.031,-0.465 0.032,-0.019 0.059,0.016 0.059,0.074 0,0.121 0.168,0.614 0.242,0.707 0.024,0.032 0.082,0.27 0.129,0.528 0.074,0.437 0.07,1.039 -0.023,4.133 l -0.008,0.296 0.308,0.114 c 0.168,0.062 0.391,0.152 0.493,0.203 0.105,0.055 0.261,0.133 0.351,0.18 0.094,0.042 0.317,0.097 0.496,0.113 0.18,0.019 0.36,0.043 0.399,0.054 0.082,0.024 0.023,0.387 -0.141,0.887 -0.059,0.172 -0.074,0.309 -0.039,0.344 0.078,0.074 1.18,-0.262 1.781,-0.547 1.367,-0.644 3.293,-1.801 5.063,-3.031 0.785,-0.547 0.906,-0.613 0.906,-0.496 0,0.129 -2.113,1.629 -3.125,2.218 -0.238,0.137 -0.547,0.352 -0.688,0.477 -0.136,0.121 -0.316,0.242 -0.394,0.266 -0.078,0.023 -0.301,0.136 -0.5,0.246 -0.516,0.293 -1.258,0.594 -2.281,0.922 l -0.899,0.289 -0.441,1.215 c -0.242,0.668 -0.496,1.355 -0.57,1.527 -0.118,0.281 -0.122,0.332 -0.043,0.547 0.187,0.511 0.617,1.273 0.785,1.39 0.097,0.067 0.175,0.172 0.175,0.235 0,0.062 -0.136,0.265 -0.308,0.445 -0.434,0.461 -0.406,0.535 0.137,0.367 0.144,-0.047 0.406,-0.117 0.574,-0.16 0.172,-0.043 0.414,-0.125 0.539,-0.187 0.297,-0.141 0.465,-0.137 0.512,0.011 0.023,0.067 0.058,0.118 0.082,0.121 0.023,0 0.082,0.024 0.129,0.051 0.066,0.043 0.046,0.121 -0.118,0.403 -0.144,0.246 -0.41,0.531 -0.886,0.949 -1.746,1.535 -2.508,2.215 -2.762,2.48 -0.152,0.156 -0.531,0.449 -0.836,0.649 -0.305,0.203 -0.793,0.531 -1.082,0.73 -0.523,0.36 -2.297,1.418 -2.617,1.559 -0.235,0.101 -0.215,0.23 0.039,0.23 0.109,0 0.351,0.074 0.535,0.16 0.344,0.168 2.777,1.723 3.312,2.118 0.344,0.253 0.793,0.746 0.762,0.835 -0.012,0.032 -0.301,-0.066 -0.64,-0.214 -1.524,-0.664 -1.516,-0.664 -2.629,-0.743 -0.559,-0.039 -1.258,-0.093 -1.547,-0.121 -0.289,-0.027 -0.547,-0.031 -0.57,-0.007 -0.067,0.062 1.14,1.101 1.851,1.593 0.332,0.227 0.996,0.789 1.473,1.246 1.019,0.973 1.383,1.289 2.504,2.161 0.461,0.355 1.027,0.832 1.257,1.058 0.407,0.391 0.676,0.539 0.782,0.43 0.031,-0.031 0.168,-0.324 0.312,-0.653 0.145,-0.328 0.352,-0.773 0.465,-0.984 0.113,-0.215 0.285,-0.59 0.375,-0.84 0.094,-0.246 0.258,-0.621 0.367,-0.836 0.215,-0.422 0.426,-1.019 0.672,-1.914 0.203,-0.738 0.277,-0.929 0.637,-1.64 0.808,-1.61 -0.008,0.863 -1.184,3.586 -0.285,0.656 -0.562,1.277 -0.617,1.375 -0.051,0.097 -0.094,0.203 -0.098,0.234 0,0.031 -0.191,0.445 -0.422,0.926 -0.234,0.48 -0.503,1.047 -0.597,1.261 -0.094,0.211 -0.223,0.497 -0.281,0.633 -0.176,0.375 -0.586,1.278 -0.868,1.891 -0.136,0.305 -0.3,0.664 -0.363,0.793 -0.598,1.242 -1,2.32 -0.949,2.558 0.055,0.274 -0.106,0.188 -0.539,-0.285 -0.219,-0.242 -0.449,-0.441 -0.508,-0.445 -0.168,-0.004 -0.305,0.332 -0.34,0.84 -0.035,0.453 -0.031,0.469 0.145,0.621 0.199,0.176 0.156,0.176 -0.149,0 -0.207,-0.121 -0.246,-0.199 -0.281,-0.555 -0.012,-0.105 -0.066,-0.226 -0.121,-0.269 -0.055,-0.039 -0.125,-0.141 -0.16,-0.223 -0.078,-0.211 0.121,-0.937 0.39,-1.406 0.25,-0.426 0.836,-0.981 1.262,-1.188 0.336,-0.164 0.813,-0.258 0.813,-0.16 0,0.156 0.121,0.031 0.39,-0.402 0.414,-0.676 0.41,-0.633 0.035,-0.867 -1.718,-1.063 -2.613,-1.52 -3.707,-1.895 l -0.668,-0.226 -0.121,0.128 c -0.269,0.286 -0.574,1.688 -0.66,3.032 -0.047,0.711 -0.097,0.867 -0.219,0.648 -0.093,-0.168 -0.046,-1.113 0.098,-1.969 0.137,-0.82 0.27,-1.742 0.274,-1.882 0.003,-0.149 -0.524,-0.45 -0.786,-0.45 l -0.179,0 0.015,0.973 c 0.016,1.059 0.055,1.742 0.157,2.781 0.039,0.375 0.05,0.692 0.035,0.711 -0.075,0.07 -0.188,-0.273 -0.301,-0.93 -0.086,-0.492 -0.133,-1.128 -0.156,-2.171 l -0.039,-1.477 -0.469,-0.098 c -0.258,-0.054 -0.75,-0.16 -1.09,-0.238 -1.063,-0.234 -1.945,-0.355 -2.023,-0.277 -0.043,0.039 -0.149,0.07 -0.239,0.07 -0.199,0 -0.59,0.195 -1.285,0.649 -0.566,0.367 -0.555,0.425 0.059,0.312 0.347,-0.066 0.468,-0.055 0.992,0.09 0.23,0.066 0.176,0.215 -0.227,0.605 -0.371,0.36 -0.922,1.086 -0.867,1.141 0.012,0.012 0.18,-0.125 0.371,-0.301 0.617,-0.566 1.34,-0.91 1.434,-0.676 0.023,0.063 -0.02,0.161 -0.129,0.27 -0.117,0.117 -0.172,0.242 -0.184,0.43 -0.011,0.14 -0.062,0.425 -0.113,0.629 -0.055,0.203 -0.078,0.386 -0.062,0.406 0.019,0.015 0.156,0.031 0.304,0.031 0.489,0 0.903,0.203 1.668,0.82 0.176,0.145 0.379,0.258 0.461,0.258 0.207,0.004 0.586,0.18 0.969,0.453 0.176,0.129 0.617,0.41 0.976,0.621 1.184,0.7 2.649,1.926 3.458,2.891 0.253,0.301 0.738,0.859 1.082,1.234 1.261,1.387 1.296,1.434 1.3,1.637 0.004,0.09 -0.015,0.102 -0.086,0.043 -0.07,-0.055 -0.148,-0.027 -0.394,0.145 -0.262,0.183 -1.301,0.687 -1.414,0.687 -0.02,0 0.156,-0.133 0.39,-0.301 0.704,-0.496 0.829,-0.597 0.829,-0.679 0,-0.047 -0.383,-0.344 -0.848,-0.664 -0.977,-0.676 -1.981,-1.481 -2.985,-2.383 -0.386,-0.352 -0.714,-0.629 -0.726,-0.614 -0.012,0.012 0.176,0.34 0.422,0.731 0.664,1.066 1.144,1.988 1.222,2.344 0.086,0.398 0.086,0.371 -0.039,0.371 -0.238,0 -2.289,-2.453 -3.738,-4.461 -0.215,-0.301 -0.59,-0.813 -0.832,-1.137 -0.238,-0.324 -0.609,-0.84 -0.824,-1.144 -0.375,-0.536 -0.391,-0.551 -0.625,-0.551 -0.387,0 -1.164,0.129 -1.227,0.199 -0.031,0.039 -0.121,0.27 -0.203,0.516 -0.125,0.386 -0.144,0.57 -0.144,1.289 0.004,0.621 0.031,0.914 0.109,1.133 0.055,0.164 0.145,0.558 0.199,0.875 0.192,1.171 0.469,2.296 0.801,3.253 0.566,1.618 0.934,2.36 1.168,2.36 0.074,0 0.441,-0.055 0.816,-0.125 0.692,-0.125 0.95,-0.223 2.473,-0.922 0.727,-0.336 1.078,-0.481 1.02,-0.43 -0.129,0.121 -0.649,0.473 -0.899,0.614 -0.351,0.195 -0.379,0.222 -0.457,0.496 -0.031,0.109 -0.156,0.312 -0.277,0.457 -0.121,0.144 -0.223,0.277 -0.223,0.297 0,0.074 0.484,-0.051 1.516,-0.387 1.031,-0.34 1.363,-0.453 1.734,-0.602 0.375,-0.152 0.777,-0.277 0.731,-0.23 -0.09,0.086 -1.645,0.808 -2.118,0.984 -0.339,0.129 -0.488,0.219 -0.574,0.356 -0.168,0.265 -0.66,1.754 -0.707,2.148 -0.031,0.238 -0.062,0.32 -0.109,0.277 -0.098,-0.093 -0.254,-0.074 -0.371,0.047 -0.118,0.125 -0.141,0.637 -0.035,0.699 0.039,0.024 0.156,-0.042 0.265,-0.144 0.11,-0.102 0.262,-0.188 0.336,-0.188 0.074,0 0.137,-0.027 0.137,-0.058 0,-0.031 0.027,-0.059 0.062,-0.059 0.106,0 0.067,0.11 -0.054,0.145 -0.063,0.019 -0.215,0.133 -0.34,0.254 -0.211,0.207 -0.223,0.238 -0.227,0.613 l 0,0.391 -0.156,-0.192 c -0.09,-0.109 -0.191,-0.195 -0.234,-0.195 -0.039,0.004 -0.196,0.207 -0.352,0.461 -0.152,0.25 -0.367,0.574 -0.477,0.715 -0.316,0.406 -0.945,2.531 -0.707,2.386 0.063,-0.035 0.293,-0.711 0.598,-1.726 0.055,-0.192 0.176,-0.434 0.27,-0.539 0.093,-0.106 0.246,-0.321 0.339,-0.477 0.094,-0.156 0.196,-0.281 0.231,-0.281 0.09,0 0.074,0.043 -0.188,0.512 -0.39,0.695 -0.851,1.906 -1.187,3.132 -0.109,0.395 -0.141,0.676 -0.141,1.258 -0.004,1.09 0.063,1.16 0.801,0.797 0.481,-0.238 1.539,-1.125 2.149,-1.793 0.101,-0.113 0.406,-0.953 0.847,-2.351 0.11,-0.348 0.223,-0.692 0.254,-0.762 0.043,-0.106 0.024,-0.16 -0.078,-0.254 l -0.133,-0.121 0.149,-0.004 c 0.382,0 1.109,-0.547 1.109,-0.828 0,-0.102 -0.063,-0.113 -0.633,-0.137 -0.5,-0.019 -0.691,-0.055 -0.898,-0.156 -0.258,-0.133 -0.344,-0.25 -0.18,-0.25 0.047,0 0.246,0.051 0.441,0.117 0.274,0.09 0.438,0.109 0.727,0.082 0.203,-0.023 0.398,-0.07 0.426,-0.105 0.031,-0.035 0.398,-0.563 0.816,-1.172 0.418,-0.61 0.863,-1.238 0.988,-1.403 0.122,-0.168 0.344,-0.488 0.489,-0.718 0.148,-0.231 0.332,-0.512 0.414,-0.629 0.234,-0.336 0.804,-1.52 0.871,-1.809 0.078,-0.336 0.199,-1.316 0.199,-1.609 0,-0.117 0.035,-0.266 0.078,-0.324 0.078,-0.102 0.086,-0.102 0.145,0.011 0.043,0.075 0.047,0.211 0.011,0.383 -0.027,0.149 -0.054,0.445 -0.058,0.656 -0.004,0.399 -0.133,1.028 -0.231,1.157 -0.031,0.039 -0.121,0.218 -0.199,0.398 -0.371,0.856 -1.976,3.406 -2.445,3.887 -0.277,0.285 -0.836,1.125 -0.836,1.262 0,0.058 0.027,0.125 0.062,0.144 0.207,0.125 -0.136,0.746 -0.574,1.035 -0.316,0.211 -0.453,0.391 -0.535,0.711 -0.082,0.309 -0.219,0.707 -0.508,1.481 -0.136,0.363 -0.304,0.863 -0.371,1.109 l -0.125,0.453 0.176,0.356 c 0.109,0.222 0.238,0.382 0.336,0.429 0.105,0.047 0.195,0.172 0.266,0.36 0.058,0.156 0.171,0.406 0.25,0.554 0.078,0.149 0.226,0.512 0.328,0.805 0.234,0.695 0.57,1.465 0.632,1.465 0.114,0 1.004,3.094 1.086,3.781 0.055,0.438 0.102,0.418 1.266,-0.527 0.289,-0.235 0.746,-0.594 1.02,-0.805 0.273,-0.207 1.007,-0.824 1.632,-1.367 0.625,-0.547 1.321,-1.149 1.547,-1.34 0.223,-0.191 0.449,-0.422 0.5,-0.512 0.11,-0.199 0.367,-0.5 0.489,-0.57 0.457,-0.273 -1.465,1.777 -2.594,2.77 -0.719,0.628 -2.512,2.128 -3.184,2.66 -0.203,0.164 -0.418,0.347 -0.476,0.41 -0.157,0.168 -0.149,0.703 0.007,0.89 0.11,0.129 0.11,0.161 0.032,0.344 -0.047,0.11 -0.086,0.274 -0.086,0.367 0,0.125 -0.039,0.172 -0.149,0.2 -0.078,0.019 -0.215,0.14 -0.3,0.269 -0.575,0.832 -2.461,2.863 -2.458,2.637 0,-0.047 0.243,-0.344 0.532,-0.656 0.773,-0.825 1.39,-1.582 1.82,-2.235 l 0.383,-0.574 -0.067,-0.312 c -0.031,-0.176 -0.121,-0.625 -0.191,-1.004 -0.414,-2.164 -0.828,-3.387 -2.25,-6.606 -0.187,-0.43 -0.414,-0.961 -0.508,-1.183 -0.093,-0.223 -0.195,-0.403 -0.226,-0.403 -0.035,0 -0.309,0.223 -0.606,0.492 -0.746,0.68 -1.594,1.145 -2.234,1.227 l -0.227,0.027 -0.136,-0.437 c -0.204,-0.649 -0.278,-1.512 -0.188,-2.203 0.121,-0.934 0.613,-2.258 1.125,-3.024 0.086,-0.136 0.266,-0.445 0.395,-0.687 0.195,-0.379 0.238,-0.528 0.273,-0.969 0.043,-0.562 0.137,-0.73 0.504,-0.918 0.121,-0.059 0.172,-0.141 0.203,-0.336 0.024,-0.141 0.086,-0.398 0.141,-0.57 0.058,-0.172 0.09,-0.324 0.074,-0.34 -0.035,-0.035 -0.203,0.008 -1.324,0.324 -0.629,0.18 -1.028,0.254 -1.469,0.281 -0.332,0.02 -0.602,0.051 -0.602,0.071 0,0.043 0.262,0.195 0.825,0.468 0.23,0.114 0.433,0.247 0.457,0.297 0.039,0.102 -0.086,0.203 -0.204,0.161 -0.042,-0.016 -0.093,0 -0.117,0.035 -0.023,0.035 -0.109,0.062 -0.195,0.062 l -0.152,0 0.203,0.278 c 0.656,0.882 0.976,1.355 0.976,1.429 0,0.188 -0.246,0.078 -0.465,-0.211 -0.124,-0.164 -0.304,-0.343 -0.398,-0.398 -0.098,-0.055 -0.289,-0.289 -0.43,-0.524 -0.14,-0.234 -0.289,-0.472 -0.336,-0.527 -0.086,-0.105 -1.57,-0.504 -1.636,-0.437 -0.016,0.015 0.011,0.082 0.07,0.14 0.113,0.121 0.137,0.285 0.047,0.336 -0.031,0.02 -0.195,-0.062 -0.371,-0.176 -0.172,-0.113 -0.336,-0.207 -0.363,-0.207 -0.125,0 -0.696,2.192 -0.696,2.668 0,0.157 0.02,0.141 0.231,-0.16 0.355,-0.512 1.008,-1.254 1.105,-1.254 0.172,0 0.141,0.055 -0.648,1.121 -0.106,0.141 -0.332,0.535 -0.508,0.879 -0.191,0.375 -0.367,0.641 -0.434,0.664 -0.101,0.032 -0.117,0.098 -0.117,0.508 0,0.52 0.082,0.621 0.184,0.223 0.101,-0.391 0.316,-0.899 0.437,-1.032 0.129,-0.14 0.555,-0.82 0.555,-0.882 0,-0.024 -0.043,-0.024 -0.102,-0.004 -0.277,0.101 0.215,-0.602 0.66,-0.942 0.301,-0.23 0.594,-0.238 0.356,-0.007 -0.039,0.039 -0.133,0.179 -0.199,0.308 -0.071,0.129 -0.293,0.508 -0.492,0.844 -0.723,1.211 -0.891,1.762 -0.977,3.187 l -0.02,0.352 0.278,0.078 c 0.234,0.066 0.289,0.066 0.375,-0.008 0.156,-0.136 0.285,-0.105 0.523,0.125 0.375,0.364 0.684,1.051 0.801,1.789 l 0.066,0.422 0.254,-0.019 c 0.215,-0.016 0.317,0.023 0.692,0.269 0.515,0.332 1.207,0.973 1.609,1.481 0.156,0.199 0.539,0.605 0.852,0.906 0.715,0.687 0.765,0.789 0.738,1.391 -0.02,0.359 -0.074,0.593 -0.25,1.027 -0.125,0.308 -0.258,0.598 -0.293,0.641 -0.07,0.082 -0.023,0.992 0.086,1.714 0.082,0.543 0.367,1.887 0.605,2.86 0.106,0.422 0.192,0.84 0.192,0.929 0,0.086 0.054,0.36 0.121,0.61 0.066,0.246 0.125,0.574 0.125,0.734 0,0.164 0.051,0.383 0.125,0.52 0.066,0.129 0.121,0.281 0.121,0.343 0,0.129 0.273,1.172 0.371,1.418 0.039,0.102 0.125,0.383 0.188,0.629 0.062,0.246 0.265,1.028 0.453,1.735 0.183,0.707 0.398,1.609 0.472,2.004 0.274,1.398 0.266,1.371 0.43,1.394 0.082,0.012 0.207,-0.008 0.277,-0.039 0.926,-0.437 2.793,-0.98 3.84,-1.117 0.844,-0.113 2.813,-0.192 2.981,-0.117 0.062,0.027 0.226,0.082 0.359,0.121 0.137,0.043 0.375,0.117 0.527,0.168 0.153,0.047 0.668,0.203 1.145,0.34 0.477,0.136 0.969,0.289 1.094,0.339 0.125,0.051 0.289,0.079 0.359,0.059 0.168,-0.043 1.715,0.609 2.449,1.031 0.305,0.172 0.676,0.43 0.828,0.567 0.153,0.136 0.395,0.324 0.536,0.414 0.796,0.511 2.226,1.926 2.168,2.144 -0.024,0.078 0.011,0.129 0.113,0.164 0.129,0.051 0.277,0.227 0.277,0.332 0,0.02 -0.144,-0.07 -0.316,-0.207 -0.176,-0.132 -0.34,-0.242 -0.371,-0.242 -0.082,0 -0.614,-0.375 -0.614,-0.433 0,-0.032 0.063,-0.036 0.133,-0.012 0.196,0.058 0.09,-0.07 -0.195,-0.246 -0.149,-0.09 -0.231,-0.18 -0.207,-0.227 0.019,-0.051 -0.074,-0.16 -0.235,-0.273 -0.316,-0.223 -1.343,-0.739 -1.691,-0.844 -0.137,-0.043 -0.492,-0.219 -0.797,-0.395 -0.301,-0.175 -0.574,-0.32 -0.601,-0.32 -0.114,0 0.035,0.184 0.382,0.477 0.204,0.168 0.368,0.347 0.368,0.398 0,0.102 0.422,0.293 0.785,0.348 0.32,0.051 0.512,0.176 0.414,0.269 -0.051,0.051 -0.137,0.051 -0.34,-0.004 -0.484,-0.128 -0.82,-0.179 -1.293,-0.195 -0.254,-0.008 -0.824,-0.058 -1.266,-0.113 -0.984,-0.121 -2.492,-0.223 -3.304,-0.223 -0.821,0 -1.742,0.067 -1.703,0.121 0.015,0.028 -0.125,0.106 -0.317,0.172 -0.191,0.07 -0.476,0.192 -0.633,0.274 -0.16,0.082 -0.32,0.148 -0.359,0.148 -0.039,0 -0.117,0.055 -0.18,0.121 -0.062,0.067 -0.422,0.281 -0.797,0.477 -0.378,0.195 -0.785,0.414 -0.906,0.484 -0.14,0.086 -0.047,-0.027 0.281,-0.336 0.36,-0.344 0.465,-0.476 0.391,-0.492 -0.176,-0.035 -0.566,0.25 -1.383,1.012 -1.304,1.222 -2.086,2.5 -2.097,3.433 -0.004,0.188 0.031,0.348 0.089,0.414 0.11,0.129 0.094,0.258 -0.078,0.645 -0.07,0.156 -0.113,0.297 -0.097,0.312 0.035,0.036 2.175,-0.656 2.867,-0.922 1.598,-0.621 1.832,-0.734 1.719,-0.816 -0.157,-0.109 -0.102,-0.148 0.789,-0.57 1.179,-0.563 2.957,-1.207 4.097,-1.485 0.36,-0.089 0.45,-0.132 0.465,-0.234 0.012,-0.074 0.074,-0.141 0.153,-0.156 0.238,-0.047 2.218,-0.121 2.875,-0.11 0.371,0.008 0.632,-0.011 0.632,-0.043 0,-0.035 -0.019,-0.058 -0.047,-0.058 -0.023,0 -0.296,-0.039 -0.601,-0.09 -0.309,-0.047 -0.953,-0.09 -1.441,-0.09 -0.801,0 -1.047,-0.047 -0.782,-0.144 0.055,-0.02 0.442,-0.036 0.867,-0.036 0.469,0 0.766,-0.023 0.766,-0.058 0,-0.035 -0.098,-0.063 -0.215,-0.063 -0.222,0 -0.293,-0.078 -0.125,-0.14 0.16,-0.059 1.028,0.019 1.547,0.14 0.274,0.063 0.883,0.239 1.359,0.387 0.477,0.149 0.977,0.305 1.106,0.344 0.133,0.039 0.254,0.109 0.273,0.152 0.059,0.153 -0.074,0.192 -0.359,0.106 -0.152,-0.043 -0.457,-0.121 -0.676,-0.172 -0.379,-0.086 -0.414,-0.086 -0.601,0.019 -0.168,0.098 -0.246,0.106 -0.555,0.055 -0.566,-0.09 -1.875,-0.137 -1.875,-0.066 0,0.086 0.164,0.117 1.02,0.191 1.089,0.098 1.628,0.172 1.769,0.246 0.223,0.113 0.07,0.133 -0.422,0.055 -0.285,-0.047 -0.957,-0.074 -1.64,-0.071 -1.098,0.008 -1.161,0 -1.161,-0.105 0,-0.094 -0.066,-0.121 -0.402,-0.156 -0.223,-0.02 -0.523,-0.024 -0.672,0 -0.301,0.043 -2.605,0.972 -3.629,1.465 -0.355,0.171 -0.816,0.371 -1.019,0.449 -0.203,0.074 -0.789,0.312 -1.301,0.527 -0.508,0.215 -1.09,0.438 -1.289,0.492 -0.199,0.055 -0.563,0.184 -0.805,0.282 -0.769,0.308 -2.543,0.882 -2.73,0.882 -0.043,0 -0.137,0.047 -0.207,0.106 -0.149,0.117 -0.16,0.09 0.277,0.683 0.105,0.141 0.324,0.5 0.484,0.797 0.317,0.586 0.329,0.676 0.125,1.18 -0.062,0.152 -0.097,0.297 -0.078,0.316 0.02,0.02 0.2,-0.003 0.399,-0.054 1.578,-0.41 3.386,-0.332 5.59,0.238 1.636,0.422 2.773,0.871 3.671,1.457 0.575,0.371 1.028,0.766 1.028,0.895 0,0.027 0.086,0.148 0.187,0.273 0.106,0.133 0.172,0.27 0.153,0.328 -0.036,0.11 0.172,0.942 0.285,1.149 0.187,0.336 -0.059,2.535 -0.418,3.753 -0.168,0.567 -0.762,1.973 -1.149,2.723 -1.414,2.735 -2.711,4.531 -4.445,6.16 -1.055,0.992 -2.035,1.578 -2.035,1.223 0,-0.031 0.266,-0.488 0.59,-1.02 1.316,-2.152 1.672,-3.07 1.855,-4.82 0.207,-2.012 0.078,-2.98 -0.551,-4.086 -0.32,-0.562 -0.32,-0.566 -0.55,-0.558 -0.41,0.011 -1.961,0.437 -2.953,0.808 -0.766,0.289 -1.04,0.434 -1.489,0.781 -0.609,0.473 -1.375,0.981 -2.285,1.512 -1.141,0.672 -2.562,1.406 -2.726,1.406 -0.071,0 -0.278,0.067 -0.465,0.149 -0.485,0.215 -2.09,0.734 -2.598,0.84 -1.598,0.332 -2.668,0.461 -2.82,0.34 -0.043,-0.036 -0.371,-0.083 -0.731,-0.102 -0.515,-0.035 -0.695,-0.023 -0.871,0.051 -0.254,0.101 -0.269,0.097 -1.172,-0.242 -0.289,-0.11 -0.543,-0.2 -0.566,-0.2 -0.02,0 -0.324,0.164 -0.672,0.364 -0.668,0.382 -1.801,0.925 -2.617,1.25 -0.266,0.109 -0.567,0.273 -0.664,0.367 -0.102,0.094 -0.313,0.234 -0.473,0.312 -0.344,0.168 -1.5,0.532 -2.027,0.637 -0.203,0.039 -0.446,0.098 -0.539,0.133 -0.094,0.031 -0.215,0.043 -0.278,0.019 -0.078,-0.031 -0.015,-0.078 0.254,-0.179 0.461,-0.184 0.844,-0.43 0.844,-0.543 0,-0.106 -0.047,-0.11 -0.402,-0.024 -0.383,0.094 -0.496,0.032 -0.129,-0.07 0.316,-0.09 0.422,-0.191 0.25,-0.254 -0.055,-0.023 -0.395,-0.082 -0.758,-0.133 -0.746,-0.105 -1.023,-0.199 -1.125,-0.379 -0.09,-0.164 -0.254,-0.16 -0.781,0.016 -0.235,0.078 -0.637,0.176 -0.891,0.215 -0.254,0.039 -0.684,0.137 -0.953,0.215 -0.305,0.089 -0.523,0.125 -0.582,0.093 -0.051,-0.031 -0.317,-0.039 -0.594,-0.023 -0.672,0.043 -1.41,-0.059 -2.617,-0.352 -0.832,-0.203 -1.043,-0.277 -1.238,-0.437 -0.129,-0.102 -0.328,-0.227 -0.45,-0.27 -0.472,-0.175 -1.816,-0.851 -2.449,-1.23 -0.625,-0.371 -1.597,-1.07 -2.035,-1.465 -0.101,-0.094 -0.629,-0.43 -1.176,-0.75 -1.277,-0.746 -1.32,-0.769 -1.711,-0.922 -0.179,-0.07 -0.515,-0.211 -0.746,-0.308 -0.484,-0.207 -0.468,-0.207 -1.609,0.136 -0.434,0.133 -0.813,0.223 -0.844,0.207 -0.031,-0.019 -0.129,-0.004 -0.211,0.032 -0.117,0.05 -0.215,0.211 -0.387,0.613 -0.429,1.012 -0.785,1.801 -0.984,2.191 -0.109,0.215 -0.234,0.496 -0.277,0.629 -0.043,0.129 -0.113,0.278 -0.156,0.328 -0.04,0.051 -0.122,0.266 -0.18,0.481 -0.094,0.347 -0.098,0.508 -0.043,1.375 0.035,0.543 0.09,1.078 0.125,1.195 0.031,0.113 0.183,0.668 0.336,1.234 0.176,0.637 0.383,1.239 0.555,1.594 0.253,0.524 0.367,1.035 0.222,0.985 -0.113,-0.039 -1.348,-0.95 -1.734,-1.282 -0.227,-0.191 -0.824,-0.769 -1.328,-1.281 l -0.922,-0.93 -0.629,-1.132 c -0.504,-0.903 -1.32,-2.68 -1.32,-2.868 0,-0.019 -0.067,-0.175 -0.149,-0.347 -0.41,-0.875 -0.387,-2.887 0.059,-4.578 0.379,-1.442 0.66,-2.094 1.511,-3.512 0.719,-1.207 1.329,-2.031 1.676,-2.274 0.512,-0.351 2.742,-0.914 3.641,-0.918 0.187,0 0.457,-0.027 0.59,-0.058 0.398,-0.094 2.449,0.16 3.25,0.402 0.203,0.063 0.574,0.125 1.976,0.344 1.739,0.266 3.176,0.379 4.485,0.352 0.89,-0.02 1.207,-0.059 1.207,-0.145 0,-0.07 -0.118,-0.117 -0.711,-0.293 -0.992,-0.293 -1.125,-0.359 -1.582,-0.789 -0.383,-0.355 -0.469,-0.41 -0.668,-0.41 -0.125,0 -0.379,-0.043 -0.567,-0.094 -0.187,-0.051 -0.531,-0.141 -0.769,-0.203 -0.785,-0.203 -1.785,-0.547 -2.692,-0.93 -0.57,-0.238 -0.73,-0.297 -2.164,-0.754 -0.527,-0.168 -1.32,-0.441 -1.761,-0.601 -0.887,-0.328 -0.969,-0.348 -1.641,-0.387 -0.484,-0.027 -0.871,0.039 -2.137,0.367 -0.769,0.203 -1.863,0.633 -2.316,0.914 -0.188,0.118 -0.547,0.395 -0.801,0.621 -0.254,0.223 -0.473,0.399 -0.484,0.383 -0.141,-0.136 0.375,-1.097 0.988,-1.851 0.133,-0.16 0.227,-0.328 0.207,-0.375 -0.02,-0.047 0.066,-0.141 0.219,-0.235 0.289,-0.172 0.386,-0.148 0.195,0.051 -0.176,0.184 -1.375,1.922 -1.344,1.949 0.012,0.016 0.25,-0.179 0.528,-0.433 0.613,-0.555 1.14,-0.926 1.769,-1.239 0.473,-0.238 0.606,-0.261 0.446,-0.074 -0.102,0.117 -0.059,0.113 0.906,-0.121 0.636,-0.152 1.789,-0.305 1.886,-0.246 0.032,0.02 0.286,0.059 0.563,0.09 0.598,0.066 0.922,0.16 0.922,0.265 0,0.083 0.812,0.395 1.019,0.391 0.211,-0.004 1.149,0.301 1.7,0.555 0.289,0.133 0.609,0.262 0.711,0.289 0.105,0.023 0.55,0.172 0.992,0.324 1.25,0.43 2.941,0.914 3.668,1.047 0.363,0.066 0.855,0.164 1.093,0.215 0.317,0.074 0.793,0.101 1.793,0.113 1.168,0.012 1.426,-0.004 1.825,-0.101 0.257,-0.063 0.605,-0.141 0.773,-0.172 0.328,-0.055 0.66,-0.172 1.035,-0.36 0.293,-0.148 0.985,-0.312 1.367,-0.324 0.176,-0.008 0.336,-0.051 0.395,-0.105 0.086,-0.086 0.078,-0.102 -0.098,-0.192 -0.277,-0.137 -0.176,-0.301 0.219,-0.359 l 0.293,-0.043 -0.289,-0.258 c -0.16,-0.141 -0.293,-0.277 -0.293,-0.301 0,-0.023 0.156,-0.023 0.348,0 0.382,0.047 0.382,0.047 0.109,-0.308 -0.191,-0.25 -0.184,-0.328 0.047,-0.496 0.16,-0.11 0.219,-0.125 0.308,-0.071 0.161,0.098 0.192,0.086 0.149,-0.051 -0.027,-0.074 0.012,-0.183 0.113,-0.312 0.082,-0.106 0.25,-0.383 0.367,-0.613 0.344,-0.664 0.774,-1.235 1.567,-2.071 0.824,-0.871 2.422,-2.203 2.64,-2.203 0.028,0 0.289,-0.136 0.582,-0.304 0.696,-0.399 2.34,-1.188 2.926,-1.407 0.348,-0.133 0.426,-0.179 0.309,-0.191 -0.539,-0.059 -0.567,-0.176 -0.102,-0.395 0.633,-0.3 1.875,-1.312 2.141,-1.75 l 0.129,-0.214 -0.172,0.031 c -0.094,0.015 -0.481,0.097 -0.859,0.183 -1.582,0.36 -2.008,0.321 -1.477,-0.132 0.121,-0.102 0.297,-0.223 0.391,-0.27 0.093,-0.051 0.203,-0.152 0.242,-0.234 0.043,-0.09 0.269,-0.25 0.601,-0.426 0.957,-0.504 2.176,-1.453 3.348,-2.602 0.406,-0.398 0.797,-0.738 0.871,-0.758 0.074,-0.019 0.203,-0.16 0.297,-0.332 0.16,-0.281 0.164,-0.3 0.062,-0.41 -0.175,-0.187 -0.667,-0.312 -1.035,-0.269 -0.492,0.062 -0.843,0.207 -1.25,0.527 -0.402,0.309 -0.613,0.395 -0.769,0.301 -0.153,-0.094 -0.121,-0.149 0.16,-0.293 0.621,-0.316 1.375,-1.102 1.906,-1.981 0.293,-0.488 0.418,-0.863 0.492,-1.453 l 0.043,-0.328 -0.125,0.125 c -0.066,0.071 -0.211,0.281 -0.316,0.465 -0.109,0.184 -0.223,0.336 -0.258,0.336 -0.109,0 0.02,-0.625 0.293,-1.406 0.316,-0.918 0.524,-1.664 0.516,-1.879 -0.004,-0.102 -0.043,-0.035 -0.121,0.199 -0.133,0.41 -0.211,0.512 -0.317,0.41 -0.054,-0.051 -0.043,-0.176 0.043,-0.504 0.11,-0.422 0.129,-0.82 0.102,-2.215 -0.012,-0.457 -0.11,-0.644 -0.145,-0.273 -0.031,0.273 -0.144,0.27 -0.332,-0.016 -0.183,-0.277 -0.637,-0.773 -0.711,-0.773 -0.09,0 -0.019,0.637 0.082,0.781 0.219,0.297 0.047,0.449 -0.261,0.231 -0.188,-0.133 -0.344,-0.121 -0.204,0.019 0.098,0.09 0.094,0.227 -0.003,0.223 -0.043,0 -0.2,-0.094 -0.348,-0.207 -0.149,-0.117 -0.305,-0.211 -0.34,-0.211 -0.039,0 -0.141,-0.047 -0.227,-0.102 -0.082,-0.058 -0.226,-0.105 -0.316,-0.105 -0.125,0 -0.32,-0.137 -0.754,-0.524 -0.711,-0.632 -1.25,-1.308 -1.574,-1.972 -0.465,-0.957 -0.582,-1.516 -0.422,-2.078 0.051,-0.18 0.078,-0.34 0.063,-0.356 -0.051,-0.051 -0.321,0.317 -0.645,0.875 -0.297,0.516 -0.32,0.586 -0.379,1.164 -0.035,0.34 -0.043,0.864 -0.023,1.16 0.031,0.446 0.023,0.559 -0.055,0.618 -0.051,0.043 -0.121,0.058 -0.152,0.039 -0.059,-0.032 -0.309,-0.442 -0.578,-0.946 -0.067,-0.121 -0.165,-0.222 -0.219,-0.222 -0.082,0 -0.09,0.082 -0.059,0.582 0.067,1.129 0.391,2.078 0.867,2.566 0.153,0.156 0.262,0.332 0.289,0.477 0.028,0.129 0.067,0.277 0.094,0.336 0.028,0.066 0.012,0.113 -0.055,0.14 -0.066,0.024 -0.285,-0.136 -0.687,-0.496 -0.328,-0.289 -0.617,-0.535 -0.648,-0.547 -0.032,-0.011 -0.079,0.051 -0.098,0.137 -0.035,0.137 0.016,0.215 0.367,0.566 0.387,0.387 0.524,0.661 0.332,0.661 -0.043,0 -0.246,-0.161 -0.449,-0.356 -0.199,-0.199 -0.383,-0.359 -0.406,-0.359 -0.024,0 -0.145,0.234 -0.274,0.519 -0.125,0.285 -0.277,0.59 -0.34,0.672 -0.058,0.086 -0.273,0.438 -0.48,0.781 -1.176,1.985 -1.25,2.082 -1.563,2.145 l -0.214,0.043 0,0.566 c 0,0.309 0.062,0.899 0.136,1.313 0.176,0.976 0.231,1.492 0.16,1.492 -0.105,0 -0.203,-0.297 -0.39,-1.199 -0.219,-1.047 -0.235,-1.09 -0.352,-1.043 -0.051,0.015 -0.113,0.031 -0.14,0.031 -0.055,0 -0.145,0.344 -0.129,0.496 0.008,0.055 0.051,0.176 0.101,0.266 0.047,0.09 0.086,0.195 0.09,0.234 0,0.035 0.055,0.184 0.121,0.328 0.133,0.281 0.172,0.598 0.059,0.492 -0.078,-0.078 -0.41,-0.851 -0.524,-1.218 -0.043,-0.149 -0.097,-0.418 -0.121,-0.598 -0.023,-0.18 -0.109,-0.598 -0.187,-0.926 -0.082,-0.328 -0.164,-0.761 -0.184,-0.957 -0.039,-0.402 -0.148,-1.09 -0.191,-1.219 -0.016,-0.05 -0.121,0.059 -0.25,0.27 -0.305,0.484 -0.418,0.734 -0.637,1.414 -0.207,0.633 -0.238,1.035 -0.254,3.391 -0.008,0.953 0,1.004 0.184,1.523 0.203,0.57 0.234,0.774 0.113,0.734 -0.07,-0.023 -0.16,-0.222 -0.652,-1.453 -0.348,-0.871 -0.688,-2.195 -1.039,-4.078 -0.063,-0.336 -0.133,-0.613 -0.157,-0.613 -0.058,0 -0.156,0.277 -0.242,0.687 -0.039,0.2 -0.14,0.641 -0.226,0.989 -0.086,0.343 -0.219,0.972 -0.297,1.39 -0.078,0.422 -0.184,0.813 -0.235,0.868 -0.082,0.089 -0.086,0.242 -0.043,1.085 0.055,1.024 0.094,1.329 0.348,2.606 0.156,0.797 0.316,1.25 0.68,1.957 0.23,0.445 0.261,0.617 0.105,0.559 -0.054,-0.02 -0.133,-0.012 -0.172,0.019 -0.097,0.082 -0.175,0.02 -0.367,-0.301 -0.09,-0.152 -0.445,-0.582 -0.789,-0.957 -0.805,-0.871 -1.055,-1.191 -1.586,-2.004 -0.555,-0.847 -0.969,-1.66 -0.926,-1.82 0.036,-0.121 -0.129,-0.473 -0.218,-0.473 -0.024,0 -0.055,0.059 -0.071,0.133 -0.015,0.074 -0.074,0.324 -0.129,0.559 -0.097,0.41 -0.097,0.43 0.036,0.777 0.074,0.195 0.183,0.406 0.242,0.473 0.062,0.066 0.199,0.269 0.308,0.449 0.243,0.398 1.09,1.402 1.778,2.106 0.468,0.476 0.59,0.644 0.465,0.644 -0.028,0 -0.379,-0.32 -0.786,-0.715 -0.406,-0.39 -0.757,-0.703 -0.777,-0.687 -0.062,0.035 -0.211,-0.145 -0.371,-0.45 -0.078,-0.148 -0.152,-0.238 -0.168,-0.199 -0.012,0.039 0.062,0.235 0.168,0.438 0.309,0.59 0.18,0.554 -0.172,-0.047 -0.176,-0.301 -0.32,-0.559 -0.32,-0.57 0,-0.016 -0.117,-0.262 -0.262,-0.555 l -0.258,-0.531 -0.047,0.207 c -0.093,0.437 -0.121,1.363 -0.054,1.882 0.039,0.297 0.093,0.813 0.125,1.141 0.027,0.332 0.109,0.758 0.175,0.945 0.161,0.438 0.571,1.164 1.086,1.918 0.227,0.329 0.407,0.618 0.407,0.649 0,0.121 0.984,1.43 1.046,1.39 0.028,-0.015 0.024,-0.195 -0.003,-0.402 -0.043,-0.332 -0.012,-0.637 0.109,-1.055 0.031,-0.105 0.375,0.125 0.426,0.289 0.086,0.262 0.133,0.09 0.129,-0.492 -0.004,-0.484 0.019,-0.656 0.109,-0.816 0.184,-0.324 0.25,-0.156 0.273,0.668 0.02,0.828 0.258,2.316 0.485,3.047 0.172,0.558 0.183,0.703 0.062,0.703 -0.093,0 -0.3,-0.473 -0.371,-0.852 -0.023,-0.121 -0.09,-0.324 -0.144,-0.449 -0.16,-0.351 -0.168,-0.078 -0.02,0.629 0.149,0.699 0.156,0.871 0.051,0.836 -0.082,-0.024 -0.32,-0.457 -0.453,-0.82 -0.106,-0.286 -0.25,-0.329 -0.184,-0.055 0.028,0.109 0.059,0.332 0.074,0.492 0.016,0.219 0.11,0.438 0.383,0.899 0.633,1.058 0.68,1.171 0.645,1.492 -0.028,0.23 -0.008,0.32 0.097,0.461 0.075,0.093 0.133,0.191 0.133,0.215 0,0.023 0.043,0.089 0.102,0.148 0.152,0.168 0.058,0.281 -0.391,0.48 -0.445,0.196 -1.562,0.446 -1.719,0.391 -0.14,-0.055 -0.117,-0.156 0.047,-0.215 0.078,-0.031 0.18,-0.097 0.227,-0.152 0.047,-0.055 0.273,-0.207 0.508,-0.336 0.23,-0.133 0.422,-0.277 0.422,-0.32 0,-0.051 -0.11,-0.09 -0.293,-0.11 -0.188,-0.023 -0.317,-0.07 -0.356,-0.136 -0.269,-0.454 -1.07,-0.997 -2.57,-1.747 -0.528,-0.261 -1.102,-0.562 -1.274,-0.664 -0.519,-0.308 -2.238,-1.058 -3.796,-1.652 -0.325,-0.121 -0.782,-0.301 -1.02,-0.391 -0.512,-0.199 -0.648,-0.242 -0.914,-0.265 -0.309,-0.031 -1.547,-0.211 -2.305,-0.332 -1.363,-0.223 -2.511,-0.297 -3.679,-0.242 -0.594,0.027 -1.161,0.082 -1.258,0.117 -0.313,0.121 -1.051,0.238 -1.434,0.23 -0.32,-0.004 -0.469,0.035 -1.125,0.313 -0.418,0.175 -0.75,0.332 -0.734,0.343 0.011,0.012 0.238,-0.035 0.508,-0.105 0.816,-0.211 1.914,-0.41 2.062,-0.375 0.094,0.023 0.129,0.066 0.106,0.148 -0.02,0.067 0.003,0.11 0.058,0.11 0.106,0 0.113,0.152 0.008,0.203 -0.672,0.316 -1.055,0.633 -0.762,0.633 0.055,0 0.098,0.023 0.098,0.054 0,0.122 -1.949,1.559 -2.117,1.563 -0.246,0 0.484,-0.707 1.066,-1.035 0.496,-0.278 0.719,-0.442 0.672,-0.489 -0.043,-0.042 -0.902,0.227 -1.219,0.379 -0.125,0.063 -0.293,0.129 -0.371,0.157 -0.144,0.043 -0.144,0.039 -0.035,-0.121 0.109,-0.165 0.109,-0.165 -0.031,-0.122 -0.082,0.028 -0.414,0.184 -0.739,0.352 -0.515,0.27 -0.695,0.41 -1.382,1.082 -0.438,0.43 -0.793,0.82 -0.793,0.875 0,0.082 -1.11,1.164 -1.149,1.117 -0.004,-0.008 -0.027,-0.086 -0.051,-0.176 -0.035,-0.144 0.04,-0.246 0.633,-0.898 0.664,-0.727 0.985,-1.031 1.731,-1.648 0.41,-0.34 0.504,-0.532 0.222,-0.465 -0.171,0.043 -1.234,0.66 -1.296,0.754 -0.075,0.117 -0.157,0.054 -0.086,-0.067 0.039,-0.07 0.054,-0.136 0.039,-0.156 -0.016,-0.016 -0.203,0.059 -0.414,0.16 -0.211,0.102 -0.387,0.18 -0.395,0.168 -0.008,-0.012 -0.047,-0.062 -0.09,-0.117 -0.066,-0.086 0.004,-0.164 0.559,-0.606 0.351,-0.277 0.836,-0.628 1.082,-0.777 0.367,-0.226 2.105,-1.156 3.289,-1.758 0.148,-0.074 0.301,-0.16 0.34,-0.191 0.074,-0.055 2.23,-1.109 2.945,-1.438 0.223,-0.101 0.488,-0.199 0.59,-0.222 0.101,-0.02 0.57,-0.184 1.043,-0.364 0.965,-0.363 1.937,-0.621 2.851,-0.765 0.786,-0.117 0.93,-0.16 0.93,-0.266 0,-0.047 -0.277,-0.304 -0.617,-0.574 -1.074,-0.852 -2.168,-1.965 -2.102,-2.137 0.024,-0.054 -0.05,-0.176 -0.191,-0.308 -0.391,-0.375 -0.207,-0.278 0.406,0.218 0.75,0.61 0.856,0.68 0.93,0.606 0.043,-0.039 -0.07,-0.223 -0.317,-0.531 -0.472,-0.586 -0.691,-0.914 -0.664,-0.993 0.012,-0.031 0.094,-0.003 0.184,0.067 0.09,0.066 0.195,0.125 0.23,0.125 0.122,0 0.071,-0.324 -0.105,-0.692 -0.219,-0.437 -0.406,-0.98 -0.359,-1.023 0.039,-0.039 0.195,0.207 0.843,1.305 0.254,0.433 0.559,0.879 0.68,0.992 0.219,0.207 0.777,0.508 1.317,0.703 l 0.292,0.105 0.418,-0.187 c 0.532,-0.234 1.11,-0.367 1.625,-0.367 0.457,0 1.461,0.23 1.969,0.453 0.41,0.18 0.5,0.18 0.504,0.008 0.008,-0.645 0.383,-2.676 0.496,-2.676 0.024,0 0.082,0.281 0.121,0.625 0.145,1.164 0.235,1.047 0.489,-0.652 0.218,-1.45 0.246,-1.586 0.312,-1.586 0.024,0 0.07,0.125 0.102,0.281 0.066,0.324 0.187,0.402 0.25,0.156 0.023,-0.094 0.078,-0.222 0.117,-0.289 0.043,-0.062 0.137,-0.301 0.211,-0.519 0.074,-0.223 0.16,-0.418 0.191,-0.438 0.027,-0.016 0.207,0.274 0.395,0.645 0.355,0.699 0.683,1.238 0.629,1.031 -0.129,-0.473 -0.223,-0.945 -0.196,-0.973 0.063,-0.058 0.215,0.117 0.289,0.336 0.039,0.121 0.164,0.434 0.274,0.695 0.113,0.266 0.32,0.762 0.465,1.11 0.289,0.687 1.297,2.637 1.488,2.871 0.105,0.133 -0.02,-0.254 -0.481,-1.469 -0.05,-0.129 -0.101,-0.48 -0.113,-0.777 -0.012,-0.293 -0.051,-0.82 -0.082,-1.164 -0.035,-0.403 -0.035,-0.668 0.004,-0.739 0.066,-0.125 0.023,-0.617 -0.117,-1.343 -0.055,-0.274 -0.082,-0.606 -0.067,-0.735 0.02,-0.129 0.012,-0.234 -0.015,-0.234 -0.074,0 -0.805,0.687 -0.805,0.758 0,0.035 -0.07,0.137 -0.156,0.222 -0.082,0.09 -0.152,0.2 -0.152,0.243 0,0.222 1.019,2.625 1.339,3.156 0.016,0.027 -0.004,0.047 -0.039,0.047 -0.304,0 -1.836,-3.453 -1.621,-3.66 0.055,-0.055 0.094,-0.043 0.16,0.046 0.082,0.11 0.09,0.11 0.164,-0.05 0.059,-0.125 0.059,-0.2 0.004,-0.317 -0.039,-0.082 -0.07,-0.203 -0.07,-0.265 0,-0.121 0.871,-1.129 1.41,-1.637 l 0.313,-0.293 0.043,0.281 c 0.023,0.156 0.066,0.262 0.093,0.235 0.047,-0.047 0.414,-1.164 0.551,-1.68 0.039,-0.141 0.055,-0.281 0.035,-0.313 -0.082,-0.125 -0.226,0.032 -0.316,0.348 -0.137,0.488 -0.195,0.609 -0.305,0.609 -0.117,0 -0.117,0.004 0.032,-0.308 0.218,-0.469 0.164,-0.512 -0.286,-0.211 -0.761,0.504 -2.019,1.176 -3.734,1.988 -0.086,0.039 -0.422,0.172 -0.742,0.289 -1.133,0.422 -2.391,0.981 -2.215,0.989 0.055,0 0.117,-0.02 0.137,-0.051 0.019,-0.028 0.136,-0.071 0.265,-0.094 0.125,-0.023 0.309,-0.082 0.407,-0.129 0.097,-0.051 0.218,-0.082 0.273,-0.07 0.133,0.023 -0.633,0.41 -1.543,0.773 -2.438,0.973 -5.312,1.844 -5.793,1.754 -0.121,-0.023 -0.32,-0.051 -0.441,-0.062 -0.368,-0.039 -0.856,-0.137 -0.965,-0.192 -0.188,-0.105 0.031,-0.148 0.351,-0.074 0.348,0.082 0.539,0.063 1.512,-0.148 0.391,-0.086 0.723,-0.196 0.801,-0.262 0.07,-0.063 0.531,-0.227 1.023,-0.363 1.074,-0.305 2.789,-0.887 3.559,-1.211 0.305,-0.129 0.75,-0.317 0.988,-0.418 0.238,-0.102 1.078,-0.493 1.863,-0.864 0.786,-0.375 1.461,-0.679 1.497,-0.679 0.035,0 0.105,-0.039 0.152,-0.086 0.051,-0.047 0.433,-0.258 0.855,-0.465 0.875,-0.434 1.844,-1.008 2.446,-1.449 0.226,-0.168 0.621,-0.442 0.882,-0.614 0.258,-0.171 0.555,-0.375 0.657,-0.453 0.101,-0.082 0.25,-0.179 0.332,-0.218 0.078,-0.043 0.316,-0.211 0.523,-0.375 0.762,-0.598 1.5,-1.157 1.742,-1.317 0.223,-0.148 1.903,-1.726 2.61,-2.453 0.265,-0.27 0.277,-0.293 0.23,-0.535 -0.023,-0.141 -0.043,-0.379 -0.039,-0.527 0.004,-0.262 0.02,-0.282 0.688,-0.911 0.484,-0.453 0.738,-0.742 0.863,-0.984 0.492,-0.941 1.859,-2.73 2.879,-3.77 l 0.25,-0.253 -0.102,-0.344 c -0.054,-0.188 -0.199,-0.672 -0.324,-1.071 -0.121,-0.402 -0.219,-0.761 -0.219,-0.796 0,-0.039 -0.066,-0.207 -0.148,-0.379 -0.195,-0.407 -0.258,-0.793 -0.137,-0.84 0.094,-0.031 0.762,0.445 1.016,0.73 l 0.14,0.16 -0.035,-0.332 c -0.054,-0.464 -0.273,-1.203 -0.398,-1.343 -0.176,-0.192 -0.551,-1.289 -0.516,-1.508 0.016,-0.102 -0.004,-0.285 -0.047,-0.402 -0.05,-0.153 -0.054,-0.239 -0.007,-0.293 0.078,-0.094 -0.024,-0.301 -0.262,-0.532 -0.235,-0.226 -0.219,-0.359 0.039,-0.32 0.508,0.082 0.695,0.07 0.687,-0.039 -0.011,-0.141 0.047,-0.133 0.258,0.031 0.172,0.129 0.219,0.133 1.633,0.133 0.801,0 1.613,-0.023 1.809,-0.047 0.332,-0.047 0.363,-0.066 0.511,-0.312 0.172,-0.286 0.199,-0.45 0.075,-0.45 -0.11,0 -0.399,-0.304 -0.735,-0.777 -0.293,-0.41 -1.168,-2.172 -1.441,-2.898 -0.34,-0.914 -0.934,-2.598 -1.02,-2.899 -0.062,-0.215 -0.281,-0.953 -0.484,-1.644 -0.203,-0.692 -0.403,-1.371 -0.442,-1.512 -0.039,-0.141 -0.093,-0.254 -0.125,-0.254 -0.035,0 -0.066,0.27 -0.078,0.598 -0.008,0.336 -0.043,0.605 -0.078,0.613 -0.074,0.02 -0.133,-0.625 -0.191,-2.035 -0.047,-1.172 0.023,-2.192 0.261,-3.75 0.235,-1.531 0.258,-1.66 0.399,-2.289 0.074,-0.321 0.148,-0.656 0.164,-0.754 l 0.035,-0.172 -0.297,0.219 c -0.164,0.117 -0.347,0.218 -0.41,0.218 -0.062,0 -0.496,0.356 -0.965,0.793 -0.922,0.868 -1.984,1.809 -2.39,2.125 -0.141,0.11 -0.547,0.461 -0.903,0.782 -0.898,0.8 -2.883,2.336 -3.648,2.816 -0.129,0.082 -0.52,0.336 -0.863,0.567 -0.344,0.23 -0.77,0.511 -0.942,0.621 l -0.32,0.199 -0.934,-0.188 c -0.511,-0.105 -1.156,-0.254 -1.429,-0.332 -0.27,-0.078 -0.579,-0.16 -0.68,-0.179 -0.102,-0.024 -0.719,-0.254 -1.367,-0.512 -0.649,-0.262 -1.2,-0.477 -1.223,-0.477 -0.07,0 -0.043,0.348 0.055,0.703 0.051,0.192 0.179,0.696 0.281,1.122 0.328,1.339 0.668,2.406 1.055,3.312 0.465,1.09 0.711,1.527 1.507,2.699 0.348,0.508 0.778,1.149 0.958,1.418 0.179,0.274 0.48,0.629 0.671,0.793 0.297,0.258 0.383,0.297 0.602,0.297 0.144,0 0.766,0.055 1.379,0.121 0.617,0.063 1.601,0.145 2.191,0.18 0.586,0.031 1.457,0.125 1.934,0.203 1.07,0.18 2.672,0.555 2.863,0.672 0.152,0.094 0.16,0.305 0.008,0.269 -0.531,-0.132 -0.488,-0.144 -0.856,0.231 -0.191,0.191 -0.554,0.59 -0.812,0.883 -0.254,0.293 -0.566,0.601 -0.695,0.687 -0.129,0.082 -0.731,0.656 -1.336,1.278 -0.989,1.011 -1.567,1.554 -3.008,2.832 -0.238,0.21 -0.477,0.445 -0.527,0.515 -0.079,0.113 -0.512,0.485 -1.422,1.219 -1.321,1.066 -3.782,2.617 -5.598,3.531 -0.902,0.449 -1.363,0.735 -1.414,0.867 -0.098,0.246 -3.164,1.743 -7.371,3.598 -1.934,0.855 -2.258,0.957 -2.258,0.711 0,-0.07 0.723,-0.453 0.852,-0.457 0.027,0 0.16,-0.074 0.3,-0.164 0.141,-0.09 0.309,-0.195 0.371,-0.235 0.094,-0.054 0.067,-0.058 -0.128,-0.011 -0.817,0.183 -1.821,0.351 -2.313,0.386 -0.309,0.024 -0.566,0.067 -0.566,0.094 0,0.028 0.05,0.051 0.109,0.051 0.059,0.004 0.164,0.043 0.231,0.09 0.062,0.051 0.218,0.09 0.339,0.09 0.258,0 0.407,0.078 0.344,0.175 -0.051,0.083 -0.707,0.047 -1.766,-0.093 -1.292,-0.172 -2.144,-0.387 -3.093,-0.774 -0.199,-0.078 -0.434,-0.148 -0.516,-0.148 -0.094,0 -0.207,-0.063 -0.281,-0.156 -0.113,-0.137 -0.129,-0.239 -0.129,-0.805 l 0,-0.652 -0.152,0 c -0.11,0 -0.176,0.054 -0.243,0.195 -0.195,0.406 -0.347,0.918 -0.386,1.285 -0.067,0.621 -0.278,0.582 -0.282,-0.051 -0.007,-0.414 0.192,-1.058 0.516,-1.679 0.149,-0.293 0.164,-0.368 0.109,-0.508 -0.039,-0.094 -0.093,-0.301 -0.121,-0.469 -0.027,-0.164 -0.121,-0.672 -0.211,-1.133 -0.168,-0.898 -0.195,-1.226 -0.093,-1.226 0.035,0 0.074,0.031 0.086,0.074 0.082,0.265 0.226,0.957 0.25,1.211 0.086,0.836 0.418,2.074 0.558,2.086 0.035,0.004 0.071,-0.094 0.082,-0.219 0.008,-0.121 0.047,-0.223 0.078,-0.223 0.036,0 0.543,0.223 1.129,0.5 0.582,0.274 1.395,0.629 1.805,0.785 0.457,0.176 0.805,0.348 0.906,0.454 0.09,0.089 0.238,0.211 0.324,0.265 0.09,0.055 0.161,0.129 0.161,0.16 0,0.063 -0.051,0.055 -0.403,-0.062 -0.558,-0.188 -1.508,-0.445 -2.117,-0.578 -0.383,-0.082 -0.891,-0.219 -1.137,-0.305 -0.554,-0.191 -0.597,-0.164 -0.5,0.34 0.039,0.203 0.086,0.383 0.102,0.402 0.019,0.016 0.101,-0.004 0.184,-0.043 0.124,-0.066 0.25,-0.05 0.91,0.133 0.914,0.25 0.945,0.258 1.847,0.371 0.852,0.106 1.844,0.051 3.157,-0.183 0.457,-0.082 1.015,-0.157 1.234,-0.172 0.445,-0.024 2.133,-0.535 2.859,-0.864 0.227,-0.101 0.43,-0.187 0.45,-0.187 0.089,0 2.734,-1.285 2.957,-1.438 0.144,-0.097 0.652,-0.429 1.128,-0.734 1.618,-1.043 2.555,-1.773 3.649,-2.851 0.699,-0.688 0.836,-0.739 0.601,-0.223 -0.082,0.18 -0.371,0.484 -0.937,1 -0.793,0.726 -0.961,0.965 -0.426,0.613 0.149,-0.098 0.524,-0.297 0.836,-0.449 0.828,-0.399 2.336,-1.406 3.067,-2.043 1.175,-1.035 1.378,-1.289 2.082,-2.574 0.179,-0.328 0.406,-0.735 0.5,-0.899 0.093,-0.164 0.234,-0.511 0.308,-0.777 0.125,-0.43 0.137,-0.566 0.102,-1.375 -0.047,-1.203 -0.153,-1.547 -0.254,-0.836 -0.11,0.746 -0.5,2.02 -0.871,2.836 -0.117,0.262 -0.215,0.492 -0.215,0.516 0,0.023 -0.09,0.168 -0.203,0.32 -0.18,0.242 -0.281,0.441 -0.485,0.953 -0.031,0.074 -0.089,0.125 -0.132,0.113 -0.09,-0.031 -0.086,-0.285 0.015,-0.613 0.039,-0.129 0.137,-0.52 0.215,-0.867 0.078,-0.344 0.203,-0.883 0.277,-1.195 0.075,-0.313 0.188,-0.852 0.25,-1.196 0.243,-1.289 0.297,-1.508 0.379,-1.558 0.121,-0.075 0.149,0.398 0.055,0.871 -0.039,0.195 -0.113,0.574 -0.164,0.836 -0.055,0.265 -0.176,0.832 -0.274,1.265 -0.207,0.895 -0.21,0.953 -0.078,0.715 0.399,-0.711 0.895,-2.754 0.965,-3.976 0.02,-0.379 0.145,-0.375 0.32,0.003 0.079,0.176 0.25,0.543 0.376,0.817 l 0.23,0.5 -0.027,0.758 c -0.024,0.746 -0.028,0.761 -0.274,1.234 -0.14,0.262 -0.312,0.664 -0.39,0.891 -0.075,0.226 -0.204,0.547 -0.289,0.711 -0.086,0.16 -0.145,0.304 -0.129,0.32 0.027,0.023 0.961,-0.981 1.511,-1.621 0.52,-0.613 1.7,-2.145 1.77,-2.305 0.035,-0.082 0.387,-0.547 0.781,-1.035 0.391,-0.488 0.766,-0.953 0.828,-1.035 0.063,-0.078 0.102,-0.176 0.082,-0.219 -0.031,-0.086 -1.172,-0.273 -2.734,-0.457 -0.727,-0.082 -1.324,-0.109 -2.258,-0.102 -1.391,0.012 -1.441,0.004 -1.851,-0.355 -0.235,-0.203 -0.243,-0.207 -0.754,-0.191 -0.633,0.015 -1.825,-0.153 -2.504,-0.352 -0.473,-0.137 -0.582,-0.141 -0.965,-0.039 -0.168,0.043 -0.133,0.094 0.183,0.273 0.391,0.219 0.575,0.372 0.575,0.489 0,0.05 -0.114,0.164 -0.25,0.25 -0.137,0.09 -0.246,0.195 -0.246,0.242 0,0.043 -0.055,0.113 -0.125,0.156 -0.157,0.094 -0.157,0.297 -0.004,0.625 0.109,0.227 0.195,0.649 0.289,1.41 0.043,0.364 0.121,0.317 0.172,-0.113 0.125,-1.012 0.586,-2.836 0.722,-2.836 0.031,0 0.059,0.125 0.059,0.277 0,0.289 -0.473,3.164 -0.535,3.266 -0.106,0.164 -0.266,1.719 -0.266,2.598 -0.004,1.625 -0.207,1.234 -0.316,-0.61 -0.032,-0.59 -0.118,-1.398 -0.18,-1.793 -0.066,-0.394 -0.152,-0.906 -0.188,-1.136 -0.105,-0.661 -0.324,-1.344 -0.425,-1.344 -0.035,0 -0.145,0.066 -0.246,0.148 -0.2,0.164 -0.602,0.305 -1.09,0.387 -0.172,0.027 -0.586,0.106 -0.922,0.176 -0.707,0.144 -0.656,0.14 -0.656,0.07 0,-0.055 0.062,-0.078 0.773,-0.273 0.606,-0.168 1.563,-0.621 2.254,-1.067 l 0.645,-0.414 -0.141,-0.113 c -0.078,-0.063 -0.203,-0.109 -0.277,-0.113 -0.071,0 -0.2,-0.051 -0.286,-0.118 -0.086,-0.062 -0.179,-0.117 -0.211,-0.117 -0.031,0 -0.148,-0.07 -0.257,-0.152 -0.114,-0.082 -0.258,-0.148 -0.328,-0.148 -0.067,0 -0.262,-0.032 -0.434,-0.071 -0.274,-0.062 -0.328,-0.058 -0.434,0.031 -0.109,0.102 -0.136,0.09 -0.625,-0.23 -0.281,-0.184 -0.711,-0.5 -0.953,-0.695 -0.242,-0.2 -0.508,-0.375 -0.594,-0.391 -0.086,-0.016 -0.226,-0.129 -0.316,-0.25 -0.09,-0.121 -0.41,-0.543 -0.707,-0.937 -1.066,-1.399 -1.809,-2.528 -2.289,-3.481 -0.938,-1.859 -1.438,-2.926 -1.633,-3.484 -0.109,-0.313 -0.223,-0.621 -0.254,-0.688 -0.199,-0.441 -0.531,-1.265 -0.734,-1.836 -0.254,-0.703 -0.871,-2.734 -0.871,-2.863 0,-0.191 0.129,0.098 0.39,0.875 0.36,1.059 0.797,2.105 0.879,2.098 0.035,-0.004 0.059,-0.036 0.051,-0.067 -0.004,-0.031 -0.051,-0.273 -0.105,-0.539 -0.051,-0.262 -0.102,-0.664 -0.114,-0.894 -0.027,-0.618 0.09,-0.586 0.5,0.132 0.184,0.321 0.399,0.676 0.473,0.793 0.078,0.114 0.297,0.485 0.488,0.821 0.196,0.34 0.367,0.613 0.383,0.613 0.012,0 0.008,-0.113 -0.016,-0.254 -0.035,-0.219 -0.031,-0.242 0.051,-0.18 0.051,0.039 0.199,0.297 0.328,0.567 0.125,0.273 0.371,0.773 0.539,1.113 0.305,0.598 0.418,0.754 0.297,0.395 -0.3,-0.883 -0.566,-1.961 -0.531,-2.145 0.023,-0.113 0.012,-0.5 -0.027,-0.851 -0.035,-0.356 -0.047,-0.743 -0.024,-0.856 l 0.043,-0.211 0.078,0.18 c 0.039,0.101 0.149,0.625 0.239,1.168 0.089,0.543 0.222,1.25 0.293,1.574 0.117,0.551 0.531,1.816 0.757,2.324 0.094,0.211 0.094,0.227 0,0.227 -0.168,0 -0.054,0.332 0.293,0.883 0.313,0.492 0.36,0.671 0.118,0.461 -0.204,-0.176 -0.829,-1.098 -1.118,-1.645 -0.144,-0.277 -0.355,-0.641 -0.461,-0.805 -0.679,-1.035 -1.878,-3.172 -2.136,-3.793 -0.16,-0.394 -0.352,-0.511 -0.282,-0.175 0.02,0.105 0.079,0.5 0.133,0.882 0.207,1.551 0.176,1.43 0.758,2.696 0.067,0.148 0.188,0.418 0.266,0.597 0.172,0.399 0.793,1.43 1.359,2.254 0.559,0.813 0.527,0.762 0.406,0.719 -0.23,-0.086 -0.05,0.188 0.559,0.844 0.242,0.265 0.473,0.535 0.512,0.605 0.039,0.067 0.113,0.125 0.164,0.125 0.093,0 0.609,0.321 1.293,0.805 0.789,0.562 1.086,0.75 2.043,1.312 0.543,0.321 1.086,0.657 1.207,0.75 0.117,0.09 0.488,0.317 0.82,0.5 0.332,0.188 0.664,0.375 0.742,0.422 0.078,0.047 0.41,0.102 0.785,0.125 0.36,0.024 0.957,0.09 1.332,0.149 0.371,0.058 0.7,0.09 0.727,0.066 0.023,-0.023 -0.027,-0.133 -0.113,-0.246 -0.293,-0.379 -0.805,-1.215 -1.157,-1.883 -0.765,-1.457 -0.992,-1.965 -1.433,-3.199 -0.254,-0.707 -0.465,-1.25 -0.465,-1.211 -0.008,0.168 0.262,1.367 0.434,1.938 0.101,0.339 0.226,0.753 0.277,0.918 0.047,0.164 0.141,0.484 0.211,0.71 0.258,0.844 0.101,0.844 -0.188,0 -0.097,-0.292 -0.234,-0.625 -0.3,-0.738 -0.145,-0.254 -0.481,-1.363 -0.766,-2.523 -0.234,-0.953 -0.402,-2.024 -0.465,-3.008 l -0.043,-0.648 -1.051,-0.458 c -0.578,-0.25 -1.589,-0.73 -2.246,-1.066 -0.656,-0.336 -1.222,-0.609 -1.254,-0.609 -0.324,0 -3.097,-1.887 -4.808,-3.27 -0.856,-0.687 -3.086,-2.914 -3.629,-3.613 -0.578,-0.754 -1.102,-1.309 -1.223,-1.309 -0.07,0 -0.476,-0.207 -0.906,-0.457 -1.016,-0.597 -1.734,-0.976 -1.856,-0.976 -0.25,0 -1.218,0.64 -2.57,1.699 -0.273,0.215 -0.605,0.445 -0.742,0.512 -0.281,0.14 -2.199,1.933 -2.656,2.48 -0.164,0.199 -0.582,0.656 -0.93,1.02 -1.918,1.988 -2.133,2.257 -2.379,2.992 -0.109,0.328 -0.266,0.715 -0.351,0.863 -0.176,0.301 -0.176,0.305 0.082,-0.48 0.101,-0.313 0.25,-0.762 0.324,-1.004 0.129,-0.399 0.207,-0.512 0.898,-1.289 0.414,-0.469 1.043,-1.141 1.391,-1.496 l 0.637,-0.645 -0.036,-0.332 c -0.023,-0.207 -0.093,-0.41 -0.191,-0.547 -0.207,-0.297 -0.391,-1.539 -0.48,-3.285 -0.079,-1.555 -0.086,-1.504 0.449,-2.547 0.199,-0.391 0.363,-0.769 0.363,-0.844 0,-0.234 -0.457,-1.105 -1.008,-1.918 -0.289,-0.433 -0.687,-1.05 -0.879,-1.371 -0.406,-0.679 -1.277,-2.351 -1.457,-2.789 -0.121,-0.297 -0.113,-0.527 0.02,-0.527 0.035,0 0.051,0.016 0.031,0.035 -0.019,0.02 0.184,0.465 0.453,0.988 0.356,0.688 0.531,0.969 0.633,1.004 0.102,0.039 0.277,0.328 0.66,1.09 0.297,0.598 0.602,1.113 0.715,1.223 0.125,0.121 0.316,0.465 0.523,0.945 0.18,0.414 0.352,0.754 0.383,0.754 0.032,0 0.125,-0.148 0.207,-0.332 0.188,-0.402 0.305,-0.461 0.504,-0.242 l 0.145,0.16 -0.133,0.254 c -0.168,0.32 -0.59,0.996 -1.059,1.703 l -0.371,0.555 0.031,1.058 c 0.024,0.696 0.086,1.387 0.192,2.016 0.316,1.945 0.348,2.156 0.348,2.32 0,0.34 0.168,0.258 0.918,-0.453 1.023,-0.973 2.347,-2.098 2.64,-2.242 0.231,-0.113 0.766,-0.539 1.156,-0.914 0.094,-0.09 0.372,-0.293 0.618,-0.453 0.386,-0.246 0.429,-0.293 0.332,-0.348 -0.661,-0.375 -2.328,-1.68 -3.551,-2.781 -0.457,-0.414 -1.047,-0.938 -1.313,-1.172 -0.523,-0.461 -1.172,-1.164 -1.172,-1.274 0,-0.086 0.098,-0.086 0.27,0 0.113,0.059 0.109,0.043 -0.035,-0.109 -0.164,-0.168 -0.223,-0.316 -0.125,-0.316 0.058,0 0.992,0.738 2.16,1.703 1.102,0.914 2.426,1.894 3.469,2.57 0.449,0.293 0.82,0.555 0.82,0.578 0,0.098 -0.191,0.051 -0.449,-0.109 -0.145,-0.086 -0.402,-0.238 -0.57,-0.336 -0.274,-0.156 -0.297,-0.16 -0.188,-0.039 0.133,0.144 0.988,0.836 1.516,1.222 0.179,0.133 0.468,0.348 0.644,0.481 0.723,0.551 1.828,1.273 1.828,1.195 0,-0.019 -0.203,-0.312 -0.453,-0.648 -1.453,-1.953 -2.644,-3.973 -3.812,-6.469 -0.684,-1.453 -1.422,-3.25 -1.422,-3.449 0,-0.168 0.133,0.023 0.336,0.476 0.129,0.286 0.351,0.778 0.5,1.09 0.144,0.313 0.457,0.985 0.695,1.496 0.594,1.27 1.66,3.336 2.024,3.914 0.558,0.891 2.492,3.465 3.414,4.543 0.253,0.297 0.699,0.825 0.992,1.168 0.293,0.344 1.187,1.258 1.988,2.028 1.715,1.64 1.914,1.781 4.367,3.136 0.547,0.301 1.102,0.606 1.239,0.676 0.136,0.071 0.511,0.262 0.835,0.43 1.489,0.773 4.391,2.105 4.95,2.273 1.316,0.395 4.632,1.485 4.715,1.551 0.089,0.074 0.124,0.074 0.261,-0.016 0.09,-0.054 0.176,-0.179 0.199,-0.277 0.02,-0.101 0.106,-0.226 0.188,-0.281 0.086,-0.059 0.226,-0.168 0.312,-0.246 0.086,-0.078 0.383,-0.293 0.661,-0.473 0.414,-0.277 0.976,-0.68 2.562,-1.832 0.789,-0.574 2.191,-1.703 2.969,-2.387 0.293,-0.261 0.66,-0.57 0.812,-0.687 0.328,-0.254 0.836,-0.688 1.266,-1.082 0.172,-0.156 0.465,-0.41 0.652,-0.567 0.188,-0.156 0.539,-0.476 0.789,-0.71 0.246,-0.235 0.446,-0.395 0.446,-0.356 0,0.043 -0.055,0.109 -0.121,0.148 -0.125,0.075 -0.172,0.227 -0.071,0.227 0.028,0 0.578,-0.48 1.219,-1.066 1.824,-1.664 3.363,-3.336 4.969,-5.391 0.32,-0.41 0.758,-0.965 0.972,-1.227 0.215,-0.261 0.508,-0.625 0.649,-0.804 0.383,-0.477 0.363,-0.27 -0.035,0.363 -0.34,0.543 -0.391,0.652 -0.297,0.648 0.066,-0.003 0.41,-0.464 0.555,-0.746 0.066,-0.129 0.164,-0.32 0.214,-0.418 0.055,-0.097 0.27,-0.457 0.481,-0.793 0.211,-0.339 0.449,-0.769 0.527,-0.96 0.078,-0.188 0.278,-0.555 0.438,-0.817 0.16,-0.266 0.418,-0.734 0.57,-1.047 0.148,-0.312 0.477,-0.957 0.723,-1.433 0.25,-0.477 0.597,-1.176 0.773,-1.555 0.18,-0.379 0.387,-0.77 0.465,-0.871 0.125,-0.156 0.156,-0.32 0.242,-1.188 0.055,-0.554 0.125,-1.039 0.16,-1.078 0.032,-0.039 0.067,-0.386 0.078,-0.769 0.008,-0.403 0.043,-0.707 0.079,-0.715 0.089,-0.02 0.109,0.992 0.035,1.808 -0.153,1.719 -0.328,3.274 -0.469,4.129 -0.238,1.485 -0.297,1.996 -0.223,2.02 0.039,0.012 0.067,0.066 0.067,0.121 0,0.164 -1.102,1.469 -2.934,3.473 -0.613,0.668 -1.226,1.343 -1.363,1.5 -0.832,0.949 -1.336,1.406 -1.328,1.211 0,-0.024 0.125,-0.247 0.277,-0.493 0.316,-0.511 0.348,-0.625 0.105,-0.41 -0.093,0.082 -0.214,0.168 -0.269,0.188 -0.055,0.015 -0.32,0.308 -0.594,0.648 -0.605,0.758 -1.176,1.406 -1.625,1.844 -0.187,0.18 -0.519,0.523 -0.742,0.754 -0.223,0.234 -0.801,0.785 -1.285,1.222 -0.485,0.438 -0.879,0.817 -0.879,0.844 0,0.028 0.035,0.051 0.082,0.051 0.258,0 1.496,1.121 1.586,1.434 0.094,0.324 0.082,0.347 -0.231,0.511 l -0.293,0.149 0.247,-0.028 c 0.914,-0.105 1.082,-0.101 1.621,0.028 0.308,0.074 0.777,0.246 1.082,0.402 0.496,0.25 0.55,0.266 0.652,0.184 0.059,-0.051 0.371,-0.196 0.688,-0.317 0.66,-0.254 1.039,-0.457 1.617,-0.871 0.625,-0.445 0.648,-0.48 0.554,-0.804 l -0.078,-0.274 -0.441,0.039 c -0.598,0.055 -1.207,-0.105 -2.336,-0.601 -0.766,-0.34 -0.93,-0.438 -1.27,-0.762 -0.441,-0.422 -0.722,-0.785 -0.687,-0.883 0.016,-0.043 0.09,-0.019 0.195,0.063 0.227,0.171 0.344,0.136 1.012,-0.301 0.297,-0.199 0.562,-0.36 0.586,-0.36 0.098,0 1.156,-0.754 2.461,-1.746 0.492,-0.375 1.793,-1.484 2.508,-2.14 0.75,-0.688 1.199,-1.047 1.246,-1 0.058,0.058 -1.168,1.3 -2.114,2.136 -0.378,0.34 -1.753,1.496 -2.285,1.93 -0.386,0.313 -0.074,0.219 0.637,-0.191 0.402,-0.235 0.777,-0.426 0.824,-0.426 0.274,0 2.797,-1.434 4.137,-2.352 1.609,-1.105 2.594,-1.863 2.598,-2 0.004,-0.054 0.086,-0.156 0.183,-0.222 0.422,-0.278 1.363,-1.121 1.363,-1.223 0,-0.059 0.059,-0.176 0.129,-0.266 0.071,-0.089 0.114,-0.175 0.094,-0.199 -0.023,-0.019 -0.242,0.008 -0.488,0.067 -0.711,0.16 -0.719,0.156 -1.41,-0.411 -0.34,-0.281 -0.649,-0.507 -0.684,-0.507 -0.043,0 -0.051,-0.09 -0.023,-0.254 0.039,-0.242 0.023,-0.227 -0.403,0.394 -0.242,0.356 -0.457,0.633 -0.472,0.617 -0.02,-0.015 0.164,-0.367 0.406,-0.777 0.547,-0.922 1.18,-2.301 1.18,-2.562 0,-0.055 0.07,-0.231 0.152,-0.395 0.086,-0.16 0.195,-0.453 0.242,-0.648 0.047,-0.192 0.285,-0.918 0.531,-1.606 0.243,-0.691 0.473,-1.344 0.512,-1.445 0.09,-0.266 0.031,-0.367 -0.242,-0.414 -0.25,-0.043 -0.981,-0.25 -1.598,-0.457 -0.48,-0.16 -1.816,-0.801 -1.988,-0.957 -0.074,-0.067 -0.168,-0.102 -0.207,-0.078 -0.129,0.078 -0.34,-0.024 -0.461,-0.219 -0.094,-0.156 -0.117,-0.289 -0.105,-0.617 0.011,-0.231 0.043,-0.442 0.07,-0.469 0.027,-0.027 0.332,0.058 0.68,0.195 0.343,0.137 0.675,0.235 0.738,0.215 0.164,-0.051 0.547,0.129 0.668,0.313 0.058,0.089 0.148,0.195 0.199,0.23 0.113,0.086 0.039,0.273 -0.102,0.25 -0.089,-0.012 -0.113,0.031 -0.128,0.227 -0.016,0.222 -0.004,0.246 0.203,0.343 0.39,0.18 0.383,0.239 0.113,-1.183 -0.488,-2.586 -1.223,-4.817 -2.141,-6.52 l -0.32,-0.597 -0.59,-0.368 c -0.324,-0.203 -0.863,-0.566 -1.195,-0.808 -0.336,-0.239 -0.672,-0.477 -0.742,-0.524 -1.75,-1.129 -2.407,-1.504 -3.844,-2.203 -0.887,-0.429 -1.895,-0.906 -2.242,-1.054 -0.629,-0.27 -2.707,-1.012 -3.481,-1.243 -0.222,-0.062 -0.613,-0.179 -0.867,-0.254 -0.254,-0.078 -0.617,-0.179 -0.805,-0.23 -1.105,-0.293 -1.961,-0.539 -2.039,-0.59 -0.214,-0.129 1.207,0.16 2.379,0.488 0.715,0.196 1.207,0.282 1.114,0.192 -0.032,-0.031 -0.313,-0.164 -0.618,-0.293 -0.304,-0.133 -0.664,-0.309 -0.797,-0.399 -0.132,-0.086 -0.554,-0.254 -0.933,-0.375 l -0.695,-0.211 -0.34,0.153 c -0.188,0.086 -0.379,0.156 -0.426,0.156 -0.047,0 -0.121,0.055 -0.164,0.117 -0.059,0.09 -0.117,0.11 -0.258,0.086 -0.113,-0.023 -0.43,0.031 -0.852,0.149 -0.371,0.101 -0.73,0.168 -0.808,0.148 -0.125,-0.031 -0.137,-0.012 -0.137,0.172 0,0.117 0.028,0.34 0.059,0.5 0.035,0.16 0.113,0.535 0.179,0.832 0.063,0.297 0.137,0.535 0.168,0.527 0.032,-0.004 0.426,-0.121 0.879,-0.258 0.774,-0.234 0.993,-0.265 0.836,-0.113 -0.074,0.071 -1.742,0.676 -2.922,1.063 -0.847,0.277 -1.136,0.297 -1.168,0.082 -0.015,-0.102 0.02,-0.141 0.153,-0.168 0.355,-0.074 1.418,-0.403 1.586,-0.485 0.144,-0.07 0.16,-0.105 0.101,-0.175 -0.121,-0.141 -0.426,-0.098 -1.5,0.214 -0.562,0.165 -1.73,0.469 -2.59,0.68 -1.683,0.41 -2.71,0.731 -2.71,0.836 0,0.039 0.203,0.176 0.449,0.305 0.355,0.183 3.429,1.957 4.101,2.363 0.16,0.098 0.102,0.113 1.012,-0.262 0.289,-0.117 0.547,-0.238 0.578,-0.265 0.031,-0.032 -0.094,-0.332 -0.285,-0.703 -0.363,-0.7 -0.535,-1.2 -0.535,-1.547 0,-0.176 0.019,-0.215 0.109,-0.2 0.156,0.028 0.75,1.168 1.121,2.149 l 0.059,0.156 0.601,-0.172 c 0.329,-0.093 0.657,-0.172 0.727,-0.172 0.207,0 0.055,-0.093 -0.547,-0.332 -0.629,-0.25 -1.019,-0.449 -1.019,-0.527 0,-0.066 0.207,-0.031 0.929,0.164 0.918,0.242 2.395,0.871 3.824,1.625 0.286,0.149 0.532,0.258 0.547,0.246 0.016,-0.015 -0.015,-0.097 -0.074,-0.179 -0.058,-0.09 -0.074,-0.161 -0.039,-0.184 0.168,-0.098 2.172,2.547 2.172,2.863 0,0.196 -0.125,0.063 -0.648,-0.672 -0.813,-1.132 -0.907,-1.25 -1.153,-1.382 -0.301,-0.168 -0.375,-0.157 -0.144,0.027 0.285,0.226 0.07,0.172 -0.368,-0.094 -0.214,-0.133 -0.441,-0.238 -0.507,-0.238 -0.063,-0.004 -0.27,-0.086 -0.457,-0.188 -0.852,-0.465 -1.356,-0.711 -1.473,-0.711 -0.066,0 -0.535,0.133 -1.043,0.293 -0.504,0.161 -1.445,0.457 -2.094,0.657 -0.644,0.199 -2.051,0.632 -3.121,0.964 -1.074,0.336 -2.351,0.727 -2.848,0.868 -1.281,0.375 -3.824,1.211 -4.972,1.636 -0.539,0.203 -1.02,0.368 -1.067,0.368 -0.109,0 -1.457,0.668 -1.668,0.828 -0.105,0.082 -0.21,0.113 -0.3,0.093 -0.133,-0.035 -0.16,0.016 -0.426,0.793 -0.313,0.922 -0.563,1.766 -0.695,2.352 -0.473,2.117 -0.805,3.769 -0.922,4.602 -0.024,0.148 -0.117,0.699 -0.215,1.226 -0.258,1.43 -0.266,1.469 -0.168,1.578 0.07,0.078 0.07,0.235 0.012,0.922 -0.075,0.816 -0.153,1.066 -0.282,0.879 -0.035,-0.051 -0.043,-0.184 -0.023,-0.301 0.074,-0.394 0.086,-1.047 0.023,-1.269 -0.121,-0.43 0.094,-3.418 0.352,-4.883 0.285,-1.645 0.894,-3.801 1.074,-3.801 0.086,0 0.192,-0.207 0.141,-0.289 -0.016,-0.027 0.012,-0.094 0.058,-0.148 0.051,-0.055 0.188,-0.356 0.313,-0.668 0.121,-0.313 0.285,-0.711 0.363,-0.883 l 0.145,-0.313 1.144,-0.539 c 0.629,-0.297 1.465,-0.656 1.856,-0.801 0.394,-0.144 1.254,-0.472 1.918,-0.722 0.664,-0.254 1.636,-0.621 2.164,-0.817 1.457,-0.543 1.734,-0.66 1.699,-0.718 -0.02,-0.028 -0.063,-0.051 -0.094,-0.051 -0.035,0 -0.484,-0.199 -1.004,-0.438 -1.004,-0.464 -1.636,-0.699 -2.73,-1 -0.922,-0.25 -2.766,-0.695 -3.207,-0.769 -0.199,-0.035 -0.387,-0.078 -0.418,-0.098 -0.16,-0.094 -2.434,-0.344 -4.262,-0.469 -0.965,-0.062 -1.238,-0.132 -0.949,-0.242 0.172,-0.066 2.207,-0.152 2.863,-0.121 1.047,0.051 2.344,0.164 2.426,0.215 0.195,0.121 -0.129,0.172 -0.973,0.145 -0.715,-0.024 -0.789,-0.02 -0.433,0.027 0.238,0.031 0.726,0.098 1.082,0.144 0.359,0.051 0.902,0.086 1.207,0.082 0.449,-0.007 0.695,0.028 1.269,0.176 1.68,0.442 4.559,1.414 5.114,1.731 0.144,0.078 0.359,0.254 0.484,0.382 0.172,0.184 0.242,0.227 0.305,0.176 0.046,-0.035 0.125,-0.047 0.175,-0.027 0.098,0.035 0.793,-0.117 0.989,-0.219 0.058,-0.031 0.363,-0.121 0.679,-0.199 0.317,-0.078 0.743,-0.215 0.942,-0.301 0.312,-0.133 0.351,-0.168 0.277,-0.234 -0.219,-0.196 -4.773,-2.696 -6.211,-3.41 -0.512,-0.254 -1.055,-0.539 -1.207,-0.633 -0.152,-0.094 -0.332,-0.172 -0.394,-0.176 -0.114,-0.004 -0.176,-0.031 -0.766,-0.324 -0.352,-0.18 -3.199,-0.867 -3.273,-0.797 -0.012,0.012 0.164,0.098 0.394,0.191 2.012,0.821 3.715,1.645 5.524,2.676 0.937,0.535 1.078,0.637 1,0.715 -0.036,0.031 -0.645,-0.242 -1.481,-0.664 -2.547,-1.285 -4.656,-2.27 -5.48,-2.555 -0.606,-0.211 -0.969,-0.402 -0.969,-0.508 0,-0.125 0.027,-0.117 -1.008,-0.32 -0.402,-0.082 -0.773,-0.18 -0.828,-0.223 -0.117,-0.093 -0.719,-0.093 -1.039,0.004 -0.137,0.039 -0.36,0.102 -0.492,0.133 -0.395,0.094 -1.149,0.461 -2.508,1.215 -1.731,0.961 -3.602,2.039 -4.051,2.332 -0.203,0.137 -0.496,0.309 -0.648,0.383 -0.157,0.078 -0.371,0.195 -0.481,0.258 -0.109,0.066 -0.203,0.093 -0.203,0.062 0,-0.074 0.578,-0.488 0.676,-0.488 0.094,0 1.211,-0.684 1.492,-0.914 0.422,-0.344 3.09,-1.942 4.148,-2.485 0.805,-0.414 1.176,-0.562 1.903,-0.769 0.558,-0.156 0.617,-0.156 1.648,0.043 1.512,0.293 2.125,0.433 2.34,0.543 0.133,0.066 0.395,0.137 0.59,0.152 0.203,0.02 0.859,0.203 1.574,0.449 0.672,0.227 1.297,0.407 1.387,0.395 0.152,-0.016 0.187,-0.078 0.461,-0.824 0.504,-1.371 0.676,-1.871 0.734,-2.153 0.031,-0.148 0.129,-0.593 0.219,-0.988 0.086,-0.394 0.199,-0.941 0.246,-1.219 0.047,-0.281 0.102,-0.547 0.121,-0.601 0.024,-0.051 0.094,-0.426 0.16,-0.84 0.082,-0.512 0.156,-0.797 0.242,-0.91 0.282,-0.371 0.379,-4.59 0.149,-6.473 -0.016,-0.133 -0.043,-0.332 -0.055,-0.449 -0.012,-0.113 -0.051,-0.328 -0.086,-0.477 -0.039,-0.148 -0.066,-0.406 -0.066,-0.57 l 0.004,-0.297 0.082,0.27 c 0.078,0.246 0.203,1.136 0.34,2.449 0.109,1.019 0.132,2.328 0.07,3.5 -0.094,1.695 -0.219,2.57 -0.563,3.906 -0.035,0.145 -0.07,0.461 -0.078,0.703 -0.007,0.399 0.008,0.45 0.149,0.578 0.09,0.079 0.207,0.215 0.269,0.301 0.149,0.223 0.254,0.199 0.344,-0.062 0.043,-0.125 0.137,-0.297 0.211,-0.383 0.164,-0.188 0.234,-0.414 0.672,-2.176 0.465,-1.855 0.605,-2.613 0.656,-3.496 0.047,-0.883 -0.031,-3.406 -0.121,-3.715 -0.035,-0.117 -0.063,-0.422 -0.063,-0.672 0,-0.468 -0.359,-2.672 -0.535,-3.281 -0.089,-0.316 -0.156,-0.398 -0.855,-1.055 -0.418,-0.39 -0.875,-0.789 -1.016,-0.879 -0.238,-0.152 -0.277,-0.16 -0.465,-0.093 -0.175,0.062 -0.293,0.05 -0.785,-0.075 -0.679,-0.171 -1.515,-0.296 -1.73,-0.261 -0.125,0.019 -0.09,0.051 0.222,0.187 1.141,0.5 1.528,0.723 2.012,1.16 0.563,0.508 0.957,1.082 0.899,1.317 -0.024,0.078 -0.012,0.176 0.019,0.211 0.031,0.039 0.07,0.226 0.082,0.418 0.02,0.191 0.008,0.312 -0.019,0.269 -0.028,-0.043 -0.051,-0.133 -0.055,-0.199 0,-0.215 -0.289,-0.723 -0.492,-0.871 -0.114,-0.078 -0.442,-0.359 -0.735,-0.625 -0.656,-0.594 -0.929,-0.797 -1.472,-1.106 -0.453,-0.253 -0.75,-0.3 -0.914,-0.144 -0.055,0.055 -0.098,0.117 -0.098,0.144 0,0.024 -0.23,0.075 -0.516,0.11 -0.336,0.043 -0.8,0.168 -1.343,0.363 -0.457,0.164 -1.512,0.531 -2.348,0.813 -0.832,0.281 -1.793,0.621 -2.133,0.75 -0.582,0.222 -1.668,0.586 -3.004,1.007 -0.679,0.215 -1.058,0.254 -0.644,0.067 0.308,-0.141 1.957,-0.703 2.289,-0.781 0.136,-0.036 0.39,-0.141 0.566,-0.235 0.172,-0.094 0.492,-0.242 0.711,-0.332 1.195,-0.48 1.512,-0.597 2.211,-0.84 0.422,-0.144 0.797,-0.289 0.836,-0.32 0.137,-0.105 1.223,-0.48 1.848,-0.633 0.386,-0.097 0.687,-0.207 0.797,-0.297 0.207,-0.168 0.179,-0.191 -0.297,-0.246 -0.235,-0.027 -0.422,-0.086 -0.528,-0.172 -0.148,-0.117 -0.195,-0.125 -0.609,-0.078 -0.277,0.032 -0.547,0.106 -0.703,0.196 -0.141,0.078 -0.574,0.253 -0.969,0.394 -0.391,0.137 -0.777,0.313 -0.863,0.391 -0.086,0.074 -0.418,0.246 -0.742,0.383 -0.325,0.132 -0.684,0.308 -0.805,0.386 -0.121,0.078 -0.801,0.336 -1.516,0.574 -0.715,0.235 -1.445,0.497 -1.629,0.579 -0.179,0.082 -0.531,0.195 -0.785,0.254 -0.25,0.062 -0.59,0.152 -0.754,0.203 -0.465,0.144 -2.015,0.347 -2.8,0.359 -0.391,0.008 -0.766,0.043 -0.833,0.078 -0.093,0.051 -0.164,0.047 -0.304,-0.023 -0.125,-0.063 -0.262,-0.078 -0.453,-0.051 l -0.27,0.039 0.043,0.223 c 0.055,0.293 0.192,0.48 0.379,0.527 0.086,0.02 0.629,-0.008 1.203,-0.063 0.578,-0.054 1.067,-0.089 1.082,-0.074 0.074,0.071 -0.398,0.227 -0.922,0.305 -0.316,0.047 -0.73,0.109 -0.918,0.137 l -0.34,0.054 0.418,0.047 c 0.254,0.028 0.563,0.024 0.809,-0.019 0.215,-0.035 0.445,-0.067 0.508,-0.067 0.105,0 0.105,0.008 0.008,0.11 -0.055,0.058 -0.102,0.136 -0.102,0.172 0,0.031 -0.172,0.078 -0.379,0.097 -0.211,0.024 -0.523,0.106 -0.699,0.184 -0.473,0.219 -1.613,0.332 -3.992,0.394 -1.797,0.051 -2.078,0.047 -2.168,-0.031 -0.059,-0.051 -0.332,-0.117 -0.621,-0.152 -0.77,-0.09 -1.914,-0.278 -2.489,-0.41 -0.281,-0.063 -0.613,-0.133 -0.738,-0.153 -0.25,-0.039 -0.281,-0.082 -0.156,-0.203 0.062,-0.062 0.043,-0.101 -0.094,-0.207 -0.094,-0.07 -0.484,-0.394 -0.867,-0.719 -0.918,-0.781 -0.922,-0.781 -1.172,-0.707 -0.109,0.035 -0.453,0.078 -0.757999,0.102 -0.359,0.023 -0.64,0.078 -0.793,0.152 -0.129,0.063 -0.324,0.113 -0.433,0.113 -0.621,-0.011 -0.824,0.008 -1.387,0.149 -0.785,0.191 -1.168,0.351 -1.422,0.586 -0.164,0.152 -0.215,0.172 -0.289,0.109 -0.074,-0.058 -0.121,-0.054 -0.234,0.02 -0.078,0.054 -0.207,0.094 -0.293,0.094 -0.129,0 -0.067,-0.075 0.414,-0.528 0.312,-0.293 0.691,-0.621 0.844,-0.734 0.597,-0.434 0.261,-0.469 -1.016,-0.113 -0.223,0.062 -0.555,0.152 -0.742,0.203 -0.582,0.152 -1.172,0.371 -1.379,0.519 -0.442,0.313 -0.871,0.703 -1.11,1.012 -0.14,0.183 -0.332,0.426 -0.425,0.543 -0.09,0.117 -0.285,0.43 -0.43,0.687 -0.551,1.004 -0.762,1.313 -0.867,1.25 -0.07,-0.043 0.066,-0.386 0.375,-0.957 0.398,-0.734 0.324,-0.804 -0.289,-0.277 l -0.508,0.43 -0.223,0.664 c -0.121,0.363 -0.238,0.777 -0.258,0.926 -0.035,0.246 -0.144,0.375 -0.144,0.167 0,-0.16 0.242,-1.031 0.496,-1.789 0.324,-0.972 0.359,-1.117 0.305,-1.269 -0.063,-0.16 -0.02,-0.309 0.308,-1.055 0.532,-1.199 1.153,-2.047 2.407,-3.281 0.644,-0.633 0.878,-0.902 0.832,-0.945 -0.129,-0.129 -1.164,0.543 -1.887,1.226 -0.332,0.313 -0.481,0.403 -0.481,0.281 0,-0.058 0.618,-1.019 0.801,-1.242 0.07,-0.086 0.125,-0.222 0.125,-0.301 0,-0.191 -0.23,-0.187 -0.738,0.012 -0.211,0.086 -0.402,0.141 -0.422,0.121 -0.066,-0.066 0.27,-0.347 0.758,-0.636 0.851,-0.504 1.703,-0.879 2.586,-1.145 0.469,-0.141 0.847,-0.285 0.847,-0.328 0,-0.113 0.129,-0.16 0.414,-0.145 0.145,0.008 0.442,-0.015 0.653,-0.054 0.215,-0.035 0.695,-0.078 1.07,-0.09 0.371,-0.008 1.235,-0.051 1.914,-0.09 0.684,-0.035 1.558999,-0.074 1.948999,-0.086 0.391,-0.008 0.809,-0.047 0.93,-0.082 0.266,-0.082 0.496,-0.078 0.902,0.016 z m 28.036,2.109 c 0.082,0.148 0.312,0.348 0.355,0.305 0.016,-0.02 -0.055,-0.133 -0.164,-0.25 -0.203,-0.223 -0.301,-0.25 -0.191,-0.055 z m -4.02,0.535 c 0.215,0.09 0.297,0.078 0.227,-0.035 -0.024,-0.031 -0.129,-0.059 -0.239,-0.059 l -0.195,0.008 0.207,0.086 z m 6.539,14.953 c -0.023,0.094 -0.238,0.743 -0.476,1.45 -0.407,1.214 -0.481,1.582 -0.274,1.375 0.141,-0.141 0.899,-2.633 0.899,-2.957 0,-0.145 -0.102,-0.055 -0.149,0.132 z m -0.656,-0.117 c -0.004,0.024 -0.027,0.16 -0.055,0.297 -0.047,0.246 0.016,0.367 0.078,0.152 0.09,-0.308 0.106,-0.496 0.047,-0.496 -0.039,0 -0.07,0.024 -0.07,0.047 z m -0.492,0.781 c 0,0.055 -0.075,0.305 -0.164,0.555 -0.094,0.25 -0.149,0.496 -0.129,0.551 0.058,0.148 0.273,0.125 0.332,-0.035 0.062,-0.172 0.066,-1.235 0.008,-1.2 -0.028,0.016 -0.047,0.075 -0.047,0.129 z m 26.429,3.266 c -0.214,0.094 -0.441,0.152 -0.507,0.137 -0.075,-0.02 -0.164,0.015 -0.231,0.082 -0.086,0.094 -0.094,0.148 -0.039,0.308 0.145,0.426 0.238,0.618 0.336,0.703 0.105,0.09 0.504,1.52 0.582,2.071 0.074,0.558 0.215,0.59 0.273,0.062 l 0.036,-0.308 0.109,0.238 c 0.125,0.266 0.496,1.66 0.594,2.211 0.035,0.199 0.105,0.723 0.156,1.164 0.102,0.848 0.164,1.012 0.316,0.812 0.11,-0.14 0.274,-0.656 0.274,-0.847 0,-0.07 0.058,-0.457 0.125,-0.856 0.144,-0.836 0.172,-2.129 0.062,-2.964 -0.148,-1.102 -0.558,-2.883 -0.683,-2.958 -0.028,-0.019 -0.27,-0.031 -0.535,-0.027 -0.387,0.004 -0.559,0.039 -0.868,0.172 z m -12.203,0.004 c 0,0.047 0.246,0.129 0.524,0.172 l 0.25,0.035 -0.282,-0.113 c -0.273,-0.11 -0.492,-0.153 -0.492,-0.094 z m -22.347,4.254 c 0.043,0.015 0.113,0.015 0.156,0 0.043,-0.016 0.008,-0.031 -0.078,-0.031 -0.086,0 -0.117,0.015 -0.078,0.031 z m 17.543,0.828 c -0.051,0.051 -0.168,0.09 -0.258,0.09 -0.27,0 -1.328,0.297 -1.453,0.406 -0.063,0.055 -0.168,0.094 -0.227,0.086 -0.129,-0.023 -1.351,0.418 -1.258,0.449 0.055,0.016 1.332,-0.34 2.098,-0.582 0.105,-0.035 0.41,-0.117 0.676,-0.183 0.554,-0.141 0.73,-0.219 0.675,-0.297 -0.05,-0.082 -0.144,-0.071 -0.253,0.031 z m 17.238,8.637 c 0,0.254 0.058,0.363 0.195,0.363 0.067,0 0.356,0.094 0.641,0.207 0.289,0.117 0.539,0.211 0.555,0.211 0.066,0 0.023,-0.414 -0.047,-0.461 -0.176,-0.105 -1.137,-0.492 -1.239,-0.492 -0.078,-0.004 -0.105,0.043 -0.105,0.172 z m -1.66,7.242 c -0.27,0.508 -0.633,1.156 -0.805,1.441 -0.176,0.285 -0.32,0.539 -0.32,0.563 0,0.019 -0.137,0.273 -0.305,0.554 -0.164,0.286 -0.379,0.692 -0.469,0.903 -0.093,0.215 -0.367,0.711 -0.613,1.105 -0.246,0.399 -0.547,0.895 -0.668,1.11 -0.121,0.214 -0.348,0.597 -0.508,0.855 -0.156,0.258 -0.258,0.453 -0.222,0.434 0.199,-0.121 1.949,-2.188 2.097,-2.473 0.094,-0.187 0.297,-0.531 0.449,-0.762 0.336,-0.5 0.868,-1.496 1.258,-2.359 0.157,-0.348 0.34,-0.734 0.407,-0.867 0.066,-0.133 0.148,-0.43 0.179,-0.656 0.067,-0.446 0.082,-0.848 0.035,-0.801 -0.015,0.015 -0.246,0.445 -0.515,0.953 z m 4.383,0.789 c -0.114,0.269 -0.258,0.605 -0.325,0.746 -0.062,0.145 -0.097,0.285 -0.078,0.316 0.047,0.079 0.742,0.414 0.852,0.414 0.043,0 0.125,-0.089 0.183,-0.199 0.055,-0.113 0.188,-0.301 0.293,-0.422 0.223,-0.238 0.239,-0.175 -0.195,-0.691 -0.121,-0.148 -0.27,-0.359 -0.324,-0.465 -0.059,-0.105 -0.125,-0.195 -0.153,-0.195 -0.023,0 -0.14,0.222 -0.253,0.496 z m -4.372,1.164 c -0.093,0.191 -0.308,0.582 -0.476,0.871 -0.168,0.289 -0.293,0.531 -0.281,0.543 0.054,0.051 1.089,-1.191 1.039,-1.246 -0.032,-0.031 -0.059,-0.16 -0.059,-0.285 0,-0.125 -0.008,-0.227 -0.023,-0.227 -0.012,0 -0.102,0.156 -0.2,0.344 z m -1.996,7.418 c -0.156,0.094 -0.48,0.254 -0.718,0.363 -0.239,0.106 -0.493,0.25 -0.571,0.321 l -0.136,0.121 0.179,0.199 c 0.278,0.305 0.481,0.676 0.696,1.258 0.105,0.293 0.199,0.539 0.203,0.547 0.007,0.007 0.273,0.078 0.593,0.16 0.801,0.195 1.278,0.375 1.383,0.523 0.137,0.188 0.055,0.238 -0.199,0.125 -0.602,-0.258 -1.633,-0.57 -1.691,-0.512 -0.047,0.043 0.004,0.282 0.16,0.758 l 0.226,0.699 -0.125,0.196 c -0.121,0.187 -1.136,0.851 -1.511,0.988 -0.09,0.035 -0.164,0.082 -0.164,0.109 0,0.047 0.457,0.149 1.421,0.317 1.161,0.199 3.567,1.203 4.731,1.972 0.351,0.231 0.98,0.614 1.484,0.903 0.239,0.137 0.477,0.293 0.528,0.347 0.191,0.2 0.675,0.481 0.836,0.481 0.136,0 0.183,-0.051 0.316,-0.344 0.09,-0.187 0.254,-0.519 0.371,-0.738 0.113,-0.219 0.207,-0.414 0.207,-0.43 0,-0.015 -0.187,-0.152 -0.418,-0.301 -0.226,-0.148 -0.664,-0.46 -0.965,-0.695 -0.3,-0.234 -0.554,-0.418 -0.566,-0.406 -0.012,0.008 0.226,0.332 0.527,0.711 0.301,0.383 0.586,0.773 0.633,0.867 0.086,0.168 0.082,0.383 -0.004,0.383 -0.023,0 -0.207,-0.145 -0.406,-0.317 -0.617,-0.535 -1.891,-2.14 -1.891,-2.382 0,-0.106 -1.394,-1.594 -1.64,-1.75 -0.086,-0.055 -0.227,-0.207 -0.309,-0.336 -0.086,-0.133 -0.187,-0.239 -0.227,-0.239 -0.089,0 -1.293,-0.992 -2.046,-1.687 -0.668,-0.613 -0.739,-0.766 -0.411,-0.879 0.258,-0.086 0.454,-0.082 1.129,0.02 0.309,0.05 0.828,0.117 1.153,0.156 0.324,0.039 0.699,0.09 0.836,0.121 0.132,0.027 0.394,0.062 0.574,0.074 0.305,0.024 0.32,0.02 0.226,-0.078 -0.054,-0.059 -0.269,-0.195 -0.48,-0.301 -0.211,-0.109 -0.688,-0.387 -1.055,-0.613 -0.785,-0.481 -0.937,-0.547 -1.679,-0.734 -0.723,-0.18 -0.856,-0.18 -1.2,0.023 z m -2.148,0.801 c -0.027,0.039 0.016,0.109 0.105,0.164 0.082,0.051 0.254,0.183 0.383,0.293 0.125,0.113 0.231,0.187 0.231,0.168 0,-0.125 -0.227,-0.449 -0.391,-0.563 -0.223,-0.152 -0.266,-0.16 -0.328,-0.062 z m -0.883,0.601 c -0.269,0.172 -0.492,0.356 -0.496,0.403 -0.004,0.05 0.078,0.261 0.18,0.468 0.101,0.211 0.187,0.411 0.187,0.45 0,0.164 0.332,0.527 0.606,0.66 0.711,0.347 1.879,0.531 1.968,0.308 0.036,-0.089 -0.222,-0.668 -0.621,-1.394 -0.367,-0.668 -0.914,-1.207 -1.226,-1.207 -0.055,-0.004 -0.324,0.14 -0.598,0.312 z m -1.125,0.645 c -0.184,0.097 -0.141,0.203 0.141,0.344 0.144,0.07 0.269,0.117 0.281,0.109 0.035,-0.035 -0.191,-0.516 -0.246,-0.516 -0.031,0 -0.11,0.028 -0.176,0.063 z m -4.668,2.121 c -0.359,0.316 -0.523,0.504 -0.547,0.629 -0.019,0.097 -0.054,0.265 -0.078,0.371 -0.035,0.18 -0.027,0.187 0.07,0.105 0.102,-0.082 0.106,-0.07 0.071,0.164 -0.02,0.141 -0.055,0.364 -0.074,0.493 -0.02,0.132 -0.02,0.238 0.003,0.238 0.051,0 1.082,-0.856 1.082,-0.899 0,-0.019 -0.152,-0.093 -0.339,-0.171 -0.243,-0.098 -0.34,-0.168 -0.34,-0.25 0,-0.215 0.398,-0.133 0.976,0.203 0.239,0.136 0.325,0.222 0.325,0.324 0,0.074 0.019,0.137 0.046,0.137 0.024,0 0.262,-0.082 0.524,-0.184 0.336,-0.133 0.465,-0.211 0.433,-0.262 -0.078,-0.129 -1.121,-1.035 -1.316,-1.148 -0.102,-0.059 -0.184,-0.125 -0.184,-0.152 0,-0.122 -0.183,-0.012 -0.652,0.402 z m -0.707,1.351 c 0,0.032 0.027,0.043 0.063,0.024 0.031,-0.02 0.058,-0.066 0.058,-0.098 0,-0.031 -0.027,-0.043 -0.058,-0.023 -0.036,0.019 -0.063,0.066 -0.063,0.097 z m 1.422,-0.007 c 0,0.035 0.055,0.058 0.125,0.058 0.066,0 0.121,-0.023 0.121,-0.058 0,-0.032 -0.055,-0.059 -0.121,-0.059 -0.07,0 -0.125,0.027 -0.125,0.059 z m 5.617,0.64 c -0.422,0.129 -0.73,0.258 -0.73,0.301 0,0.082 0.269,0.168 0.359,0.113 0.09,-0.054 2.129,0.289 3.137,0.528 0.508,0.121 1.226,0.312 1.59,0.425 0.367,0.114 0.695,0.204 0.73,0.204 0.442,0 -2.344,-1.207 -3.359,-1.454 -0.325,-0.082 -0.668,-0.187 -0.766,-0.234 -0.098,-0.051 -0.187,-0.094 -0.203,-0.098 -0.016,-0.003 -0.359,0.094 -0.758,0.215 z m -7.637,3.918 c 0.016,0.043 0.032,0.008 0.032,-0.074 0,-0.082 -0.016,-0.117 -0.032,-0.074 -0.019,0.039 -0.019,0.109 0,0.148 z m -0.082,0.887 c 0,0.098 0.028,0.176 0.059,0.176 0.035,0 0.062,-0.098 0.062,-0.215 0,-0.125 -0.023,-0.195 -0.062,-0.176 -0.031,0.024 -0.059,0.117 -0.059,0.215 z m 8.539,0.426 c 0.075,0.129 1.012,1.523 1.5,2.23 0.137,0.199 0.461,0.61 0.719,0.918 0.258,0.309 0.758,0.93 1.117,1.379 0.727,0.918 1.36,1.621 1.36,1.504 0,-0.039 -0.395,-0.738 -0.875,-1.547 -1.028,-1.73 -1.043,-1.762 -1.012,-1.793 0.07,-0.07 0.371,0.078 0.656,0.32 0.176,0.153 0.383,0.297 0.465,0.329 0.082,0.031 0.149,0.093 0.149,0.14 0,0.106 1.16,1.043 1.711,1.383 0.371,0.227 1.203,0.801 1.839,1.266 0.465,0.34 0.278,0.097 -0.718,-0.938 -1.485,-1.539 -3.379,-3.219 -3.946,-3.496 -0.121,-0.059 -0.371,-0.219 -0.558,-0.359 -0.301,-0.227 -0.801,-0.512 -0.895,-0.512 -0.019,0 0.231,0.34 0.555,0.754 0.324,0.414 0.59,0.797 0.586,0.851 0,0.102 -0.067,0.04 -1.719,-1.652 -0.84,-0.859 -1.098,-1.074 -0.934,-0.777 z m 7.418,0.383 c -0.441,0.269 -0.972,0.925 -1.179,1.453 -0.067,0.175 -0.114,0.332 -0.098,0.343 0.012,0.016 0.137,-0.031 0.277,-0.097 0.196,-0.102 0.278,-0.113 0.375,-0.063 0.11,0.055 0.141,0.035 0.254,-0.16 0.282,-0.5 0.516,-0.902 0.746,-1.277 0.133,-0.215 0.243,-0.41 0.243,-0.43 0,-0.058 -0.375,0.082 -0.618,0.231 z m 0.141,0.953 c -0.285,0.461 -0.531,0.894 -0.551,0.965 -0.039,0.156 0.153,0.445 0.282,0.421 0.046,-0.007 0.16,-0.222 0.253,-0.492 0.094,-0.261 0.286,-0.73 0.426,-1.043 0.137,-0.308 0.254,-0.597 0.254,-0.644 0,-0.199 -0.176,0.011 -0.664,0.793 z m -37.066,4.91 c 0,0.019 0.187,0.269 0.422,0.558 0.578,0.707 0.667,0.836 0.554,0.836 -0.051,0 -0.312,-0.261 -0.59,-0.582 -0.562,-0.656 -0.757,-0.847 -0.757,-0.734 0,0.164 1.265,1.703 1.777,2.16 0.512,0.457 1.223,0.91 1.621,1.035 0.449,0.137 2.012,0.215 1.973,0.094 -0.016,-0.043 -0.422,-0.309 -0.903,-0.586 -0.48,-0.281 -1.578,-1.027 -2.441,-1.66 -0.859,-0.633 -1.586,-1.152 -1.613,-1.152 -0.024,-0.004 -0.043,0.007 -0.043,0.031 z m 32.007,3.34 c -0.203,0.047 -0.476,0.086 -0.601,0.09 -0.242,0 -0.832,0.296 -0.75,0.375 0.062,0.062 0.426,0.05 1.129,-0.024 0.609,-0.07 0.621,-0.074 0.683,-0.25 0.118,-0.324 0.118,-0.324 -0.461,-0.191 z m -6.246,2.011 c -0.222,0.243 -0.277,0.344 -0.25,0.45 0.039,0.164 -0.031,0.203 -0.617,0.328 -0.422,0.09 -2.797,0.113 -3.078,0.027 -0.238,-0.07 -0.223,0.024 0.102,0.727 0.41,0.879 0.718,2.066 0.718,2.754 0,0.269 -0.019,0.324 -0.125,0.351 -0.066,0.016 -0.121,0.039 -0.121,0.051 0,0.125 0.317,1.344 0.348,1.344 0.012,0 0.078,-0.035 0.144,-0.075 0.098,-0.058 0.141,-0.054 0.235,0.032 0.066,0.054 0.215,0.101 0.332,0.101 0.183,0 0.242,-0.039 0.402,-0.258 0.153,-0.207 0.196,-0.343 0.231,-0.691 0.023,-0.238 0.125,-0.734 0.226,-1.102 0.102,-0.371 0.215,-0.792 0.25,-0.937 0.199,-0.789 0.821,-2.129 1.172,-2.512 l 0.188,-0.211 -0.086,0.211 c -0.051,0.114 -0.164,0.371 -0.258,0.567 -0.094,0.199 -0.293,0.683 -0.445,1.078 -0.25,0.648 -0.27,0.746 -0.231,1.043 0.024,0.183 0.047,0.816 0.051,1.406 0.008,1.066 0.008,1.078 0.187,1.418 0.102,0.187 0.235,0.352 0.301,0.367 0.113,0.028 0.117,0.004 0.078,-0.457 -0.023,-0.269 -0.07,-0.598 -0.097,-0.73 -0.079,-0.332 -0.075,-1.258 0.007,-1.778 0.145,-0.925 0.438,-2.109 0.559,-2.23 0.063,-0.07 0.117,-0.156 0.117,-0.195 0,-0.04 0.071,-0.266 0.153,-0.5 0.179,-0.5 0.195,-0.665 0.058,-0.793 -0.152,-0.149 -0.242,-0.114 -0.551,0.214 z m -8.98,0.395 c -0.094,0.156 -0.203,0.328 -0.234,0.387 -0.036,0.054 -0.274,0.359 -0.528,0.675 -0.258,0.321 -0.562,0.707 -0.68,0.864 -0.566,0.742 -0.769,0.976 -0.871,1.004 -0.109,0.027 -0.613,0.613 -0.613,0.711 0,0.207 3.012,-3.176 3.121,-3.5 0.02,-0.063 0.106,-0.161 0.192,-0.215 0.175,-0.11 0.148,-0.211 -0.067,-0.211 -0.105,0 -0.187,0.074 -0.32,0.285 z m 3.816,0.305 c 0,0.031 0.145,0.211 0.325,0.406 0.175,0.191 0.429,0.492 0.562,0.664 0.231,0.305 0.406,0.422 0.32,0.211 -0.023,-0.059 -0.097,-0.242 -0.164,-0.406 -0.179,-0.457 -0.383,-0.766 -0.551,-0.848 -0.175,-0.086 -0.492,-0.102 -0.492,-0.027 z m 0.657,1.578 c 0.214,0.609 0.312,1.035 0.457,2.023 0.07,0.473 0.152,0.942 0.179,1.043 0.032,0.098 0.075,0.332 0.098,0.524 0.035,0.312 0.055,0.347 0.176,0.332 0.125,-0.02 0.133,-0.047 0.117,-0.559 -0.024,-0.668 -0.141,-1.367 -0.414,-2.398 -0.168,-0.645 -0.254,-0.86 -0.438,-1.102 -0.125,-0.164 -0.25,-0.297 -0.277,-0.297 -0.031,0 0.016,0.195 0.102,0.434 z m 3.234,2.316 c -0.09,0.5 -0.113,1.52 -0.039,1.59 0.023,0.027 0.074,0.02 0.105,-0.012 0.067,-0.062 0.2,-2.047 0.141,-2.136 -0.059,-0.09 -0.121,0.086 -0.207,0.558 z m -3.18,1.332 c 0.082,0.246 0.207,0.524 0.246,0.524 0.02,0 0.118,-0.043 0.215,-0.09 l 0.176,-0.09 -0.164,-0.168 c -0.297,-0.305 -0.539,-0.395 -0.473,-0.176 z m 2.492,1.77 c -0.253,0.168 -0.527,0.375 -0.605,0.457 l -0.145,0.144 0.149,0.055 c 0.183,0.066 0.926,-0.012 1.266,-0.129 0.14,-0.047 0.402,-0.16 0.585,-0.25 0.274,-0.133 0.391,-0.156 0.68,-0.137 0.195,0.012 0.465,0.082 0.621,0.161 l 0.274,0.136 -0.153,-0.156 c -0.347,-0.363 -1.242,-0.645 -1.925,-0.605 -0.227,0.011 -0.379,0.078 -0.747,0.324 z m 2.239,0.652 c 0.082,0.059 0.304,0.258 0.488,0.445 0.297,0.309 0.562,0.446 0.562,0.293 0,-0.097 -0.64,-0.617 -0.894,-0.73 -0.313,-0.133 -0.352,-0.137 -0.156,-0.008 z m -1.133,0.215 c -0.129,0.012 -0.277,0.059 -0.332,0.113 -0.231,0.223 0.066,0.356 1.027,0.461 0.824,0.09 0.875,-0.027 0.223,-0.488 -0.203,-0.145 -0.289,-0.172 -0.465,-0.141 -0.121,0.02 -0.324,0.047 -0.453,0.055 z m -37.527,5.543 c 0,0.148 0.097,0.199 0.71,0.367 1.09,0.305 1.243,0.274 0.477,-0.094 -0.227,-0.109 -0.551,-0.281 -0.723,-0.386 -0.281,-0.172 -0.316,-0.18 -0.386,-0.086 -0.043,0.054 -0.078,0.144 -0.078,0.199 z m 43.855,1.328 0,0.184 -0.152,-0.141 c -0.153,-0.137 -0.157,-0.137 -0.157,-0.02 0,0.071 0.094,0.309 0.211,0.532 0.145,0.273 0.196,0.437 0.161,0.5 -0.043,0.078 0.097,0.476 0.148,0.414 0.012,-0.012 0.004,-0.418 -0.012,-0.903 -0.023,-0.742 -0.043,-0.875 -0.113,-0.816 -0.047,0.039 -0.086,0.148 -0.086,0.25 z m -16.797,1.629 c -1.133,0.91 -1.019,0.754 -1.035,1.387 -0.008,0.332 0.012,0.554 0.051,0.558 0.078,0.008 0.101,-0.031 0.422,-0.777 0.152,-0.344 0.304,-0.637 0.343,-0.649 0.047,-0.015 0.067,0.11 0.071,0.387 0,0.223 0.023,0.445 0.054,0.488 0.055,0.086 0.192,0.047 0.192,-0.054 0,-0.031 0.18,-0.465 0.402,-0.961 0.219,-0.5 0.402,-0.945 0.402,-0.996 0,-0.11 0,-0.11 -0.902,0.617 z m 16.926,0.469 c 0.191,0.394 0.355,0.593 0.281,0.343 -0.023,-0.07 -0.055,-0.187 -0.078,-0.261 -0.043,-0.153 -0.328,-0.543 -0.371,-0.504 -0.012,0.012 0.062,0.203 0.168,0.422 z m -19.789,1.777 c -0.137,0.125 -0.219,0.617 -0.16,0.988 0.043,0.285 0.133,0.387 0.218,0.254 0.059,-0.09 0.551,-1.488 0.551,-1.566 0,-0.059 -0.453,0.183 -0.609,0.324 z m 27.07,10.066 c -0.429,0.079 -0.832,0.168 -0.894,0.2 -0.063,0.031 -0.25,0.086 -0.414,0.125 -0.168,0.039 -0.629,0.214 -1.024,0.39 -0.394,0.176 -0.808,0.336 -0.914,0.36 -0.262,0.054 -0.336,0.156 -0.289,0.382 0.043,0.219 0.078,0.231 0.277,0.079 0.512,-0.391 3.086,-1.426 3.829,-1.539 0.136,-0.024 0.265,-0.063 0.281,-0.09 0.047,-0.075 0.027,-0.071 -0.852,0.093 z m -40.527,0.356 c -0.02,0.082 -0.02,0.187 0,0.242 0.051,0.121 0.297,0.121 0.402,-0.004 0.07,-0.082 0.059,-0.117 -0.101,-0.238 -0.227,-0.18 -0.254,-0.18 -0.301,0 z m 42.414,2.223 c 0.019,0.023 0.074,0.023 0.117,0.007 0.051,-0.019 0.035,-0.035 -0.039,-0.039 -0.062,0 -0.102,0.012 -0.078,0.032 z m -0.789,0.085 c -0.34,0.055 -0.598,0.192 -0.516,0.27 0.043,0.043 1.223,-0.289 1.223,-0.344 0,-0.023 -0.074,-0.031 -0.168,-0.015 -0.094,0.015 -0.336,0.054 -0.539,0.089 z m -41.426,0.602 c -1.117,0.152 -2.543,0.598 -3.637,1.133 -0.593,0.289 -0.558,0.394 0.067,0.183 0.48,-0.164 1.492,-0.402 2.371,-0.554 0.574,-0.102 0.972,-0.133 1.722,-0.129 0.911,0.004 0.989,0.015 1.118,0.133 0.082,0.074 0.222,0.125 0.336,0.125 0.25,0 0.789,0.105 1.078,0.211 0.125,0.046 0.41,0.125 0.636,0.175 1,0.227 2.813,1.055 3.567,1.629 0.949,0.727 0.851,0.485 -0.18,-0.449 -1.5,-1.355 -2.332,-1.894 -3.367,-2.184 -0.73,-0.207 -1.188,-0.281 -2.059,-0.332 -0.41,-0.027 -0.75,-0.05 -0.753,-0.054 -0.008,-0.008 -0.411,0.043 -0.899,0.113 z m 7.438,0.309 c 0.152,0.375 0.738,1.449 1.019,1.871 0.109,0.164 0.301,0.39 0.422,0.504 0.125,0.113 0.227,0.238 0.227,0.277 0,0.039 0.039,0.102 0.089,0.145 0.078,0.062 0.094,0.054 0.094,-0.051 0,-0.262 -0.258,-0.739 -0.828,-1.532 -0.328,-0.449 -0.625,-0.875 -0.664,-0.949 -0.168,-0.304 -0.367,-0.578 -0.426,-0.578 -0.031,0 0,0.141 0.067,0.313 z m 41.871,0.875 c 0.05,0.027 0.254,0.07 0.445,0.089 0.191,0.02 0.402,0.055 0.465,0.075 0.09,0.035 0.097,0.027 0.035,-0.039 -0.078,-0.082 -0.449,-0.157 -0.82,-0.168 -0.145,-0.004 -0.188,0.011 -0.125,0.043 z m -27.985,2.105 c -0.402,0.102 -0.898,0.262 -1.097,0.359 -0.504,0.247 -1.039,0.586 -1.039,0.657 0,0.035 0.058,0.136 0.128,0.23 0.153,0.199 0.125,0.274 -0.113,0.321 -0.199,0.039 -0.883,0.609 -0.883,0.734 0,0.109 0.063,0.109 0.227,-0.004 0.301,-0.203 1.562,-0.363 1.66,-0.211 0.063,0.098 0.348,0.07 0.649,-0.062 0.566,-0.25 1.871,-0.215 3.527,0.093 0.254,0.047 0.574,0.106 0.711,0.129 l 0.242,0.039 -0.734,-0.769 c -0.407,-0.426 -0.852,-0.852 -0.989,-0.946 -0.234,-0.156 -1.429,-0.753 -1.515,-0.753 -0.02,0 -0.367,0.082 -0.774,0.183 z m 13.543,0.832 c -0.316,0.379 -0.773,0.899 -1.019,1.156 -0.242,0.258 -0.43,0.485 -0.41,0.5 0.019,0.02 0.152,-0.027 0.296,-0.101 0.149,-0.074 0.622,-0.305 1.051,-0.512 0.43,-0.211 0.801,-0.41 0.824,-0.449 0.063,-0.094 0.164,-1.383 0.122,-1.492 -0.032,-0.071 -0.063,-0.059 -0.165,0.062 -0.07,0.082 -0.386,0.457 -0.699,0.836 z m -23.754,-0.656 c 0.024,0.133 0.059,0.234 0.071,0.219 0.015,-0.012 0.007,-0.137 -0.012,-0.274 -0.023,-0.137 -0.055,-0.238 -0.07,-0.222 -0.016,0.015 -0.012,0.14 0.011,0.277 z m 5.868,0.094 c -0.426,0.093 -1.012,0.359 -1.012,0.453 0,0.027 0.062,0.039 0.14,0.019 0.473,-0.109 0.793,-0.121 1.614,-0.074 0.793,0.051 0.933,0.047 1.015,-0.031 0.082,-0.082 0.075,-0.102 -0.078,-0.199 -0.402,-0.254 -1.015,-0.317 -1.679,-0.168 z m 0.519,0.933 c -0.059,0.028 -0.105,0.082 -0.105,0.117 0,0.047 0.16,0.055 0.539,0.024 0.601,-0.047 0.777,-0.125 0.41,-0.184 -0.133,-0.019 -0.281,-0.047 -0.332,-0.054 -0.117,-0.024 -0.367,0.023 -0.512,0.097 z m 17.668,1.078 c 0.016,0.043 0.031,0.008 0.031,-0.074 0,-0.082 -0.015,-0.117 -0.031,-0.074 -0.019,0.039 -0.019,0.109 0,0.148 z m -14.562,-0.07 c -0.067,0.031 -0.122,0.086 -0.122,0.117 0,0.074 0.297,0.34 0.582,0.52 0.278,0.172 1.075,0.496 1.223,0.496 0.055,0 0.133,0.039 0.172,0.086 0.039,0.047 0.184,0.101 0.32,0.125 0.192,0.031 0.278,0.015 0.368,-0.067 0.234,-0.203 0.082,-0.625 -0.227,-0.625 -0.219,0 -0.231,-0.097 -0.027,-0.246 0.222,-0.16 0.242,-0.277 0.05,-0.316 -0.078,-0.016 -0.293,-0.07 -0.48,-0.117 -0.383,-0.102 -1.652,-0.082 -1.859,0.027 z m 14.183,0.012 c -0.035,0.039 -0.082,0.164 -0.105,0.269 -0.024,0.11 -0.137,0.289 -0.246,0.403 -0.161,0.164 -0.25,0.211 -0.43,0.211 -0.164,0 -0.223,-0.028 -0.223,-0.098 0,-0.078 -0.043,-0.09 -0.211,-0.059 -0.156,0.028 -0.218,0.016 -0.246,-0.054 -0.047,-0.118 -0.277,-0.114 -0.422,0.007 -0.148,0.133 -0.14,0.25 0.028,0.387 0.125,0.102 0.129,0.121 0.043,0.188 -0.055,0.043 -0.235,0.191 -0.403,0.336 -0.289,0.246 -0.297,0.261 -0.183,0.343 0.066,0.047 0.172,0.082 0.234,0.082 0.203,0 1.395,-0.515 1.715,-0.746 0.301,-0.211 0.41,-0.363 0.219,-0.289 -0.059,0.02 -0.008,-0.097 0.121,-0.285 0.121,-0.176 0.219,-0.359 0.219,-0.41 0,-0.051 0.019,-0.152 0.039,-0.227 0.039,-0.144 -0.047,-0.179 -0.149,-0.058 z m -15.152,0.027 c -0.028,0.078 1.113,1.07 1.558,1.352 0.582,0.371 1.61,0.961 2.047,1.175 0.68,0.332 0.961,0.379 1.918,0.332 0.457,-0.023 0.832,-0.066 0.832,-0.093 0,-0.082 -0.801,-0.313 -0.961,-0.274 -0.156,0.039 -0.875,-0.195 -1.824,-0.59 -1.211,-0.503 -3.152,-1.613 -3.152,-1.8 0,-0.047 -0.067,-0.114 -0.141,-0.141 -0.164,-0.066 -0.246,-0.051 -0.277,0.039 z m 4.84,0.195 c -0.051,0.082 0.422,0.204 0.617,0.157 0.203,-0.051 0.172,-0.094 -0.106,-0.157 -0.293,-0.066 -0.468,-0.066 -0.511,0 z m 10.601,0.852 c -0.637,0.602 -1.785,1.328 -1.906,1.207 -0.02,-0.02 0.047,-0.102 0.148,-0.18 0.114,-0.086 0.149,-0.144 0.094,-0.144 -0.137,0 -0.531,0.246 -0.672,0.422 -0.152,0.191 -0.691,0.961 -0.691,0.992 0,0.148 0.816,-0.32 1.762,-1.016 1.332,-0.972 1.898,-1.496 1.796,-1.652 -0.019,-0.031 -0.046,-0.063 -0.054,-0.063 -0.012,0 -0.223,0.196 -0.477,0.434 z m -10.633,0.129 c 0,0.105 -0.347,0.394 -0.476,0.394 -0.207,0 -0.024,0.145 0.324,0.247 0.504,0.152 0.606,0.148 0.551,-0.02 -0.153,-0.488 -0.399,-0.871 -0.399,-0.621 z m 0.524,0.551 c 0.113,0.343 0.191,0.433 0.289,0.34 0.066,-0.063 -0.055,-0.403 -0.238,-0.672 -0.149,-0.219 -0.176,-0.051 -0.051,0.332 z m -13.606,2.34 c -0.238,0.05 -0.394,0.109 -0.347,0.125 0.125,0.039 1.429,-0.184 1.429,-0.247 0,-0.066 -0.5,-0.011 -1.082,0.122 z m 16.797,2.691 c -0.301,0.578 -0.398,0.703 -0.539,0.703 -0.062,0 -0.281,0.203 -0.515,0.477 -0.786,0.933 -1.801,1.886 -2.008,1.886 -0.11,0 0.011,-0.179 0.242,-0.359 0.293,-0.227 0.418,-0.398 0.242,-0.336 -0.055,0.02 -0.383,0.227 -0.726,0.457 -0.348,0.231 -0.809,0.535 -1.028,0.672 -0.414,0.262 -0.566,0.449 -0.316,0.387 0.238,-0.063 0.105,0.093 -0.215,0.254 -0.168,0.082 -0.43,0.226 -0.586,0.324 -0.152,0.094 -0.426,0.265 -0.613,0.379 -0.242,0.148 -0.309,0.218 -0.25,0.254 0.148,0.089 -0.047,0.336 -0.785,0.988 -0.879,0.777 -1.801,1.394 -2.774,1.855 -0.23,0.11 -0.457,0.41 -0.371,0.493 0.02,0.023 0.316,-0.051 0.656,-0.165 0.336,-0.109 0.633,-0.183 0.653,-0.164 0.058,0.055 -0.34,0.266 -0.875,0.465 -0.274,0.098 -0.571,0.207 -0.661,0.242 -0.089,0.036 -0.312,0.254 -0.488,0.493 -0.18,0.234 -0.461,0.554 -0.625,0.711 -0.164,0.152 -0.297,0.32 -0.297,0.367 0,0.047 -0.203,0.195 -0.449,0.328 -0.777,0.414 -0.773,0.402 -0.105,0.465 0.691,0.058 0.769,0.168 0.211,0.297 -0.145,0.031 -0.055,0.058 0.433,0.121 0.34,0.043 0.68,0.109 0.754,0.148 0.148,0.074 0.734,0 1.254,-0.164 0.371,-0.113 0.48,-0.016 0.219,0.195 -0.102,0.082 -0.254,0.176 -0.34,0.215 -0.121,0.051 -0.133,0.071 -0.047,0.09 0.113,0.023 2.766,-1.203 3.48,-1.613 0.954,-0.547 1.368,-0.785 1.516,-0.883 0.824,-0.531 1.098,-0.688 1.578,-0.902 0.305,-0.137 0.641,-0.309 0.746,-0.387 0.106,-0.074 0.289,-0.176 0.414,-0.227 0.305,-0.121 0.789,-0.476 1.344,-0.98 0.531,-0.481 0.57,-0.645 0.047,-0.195 -0.187,0.164 -0.359,0.3 -0.379,0.3 -0.019,0 -0.164,0.078 -0.328,0.18 -0.582,0.355 -0.508,0.168 0.144,-0.363 0.106,-0.086 0.266,-0.289 0.36,-0.449 0.094,-0.165 0.23,-0.375 0.308,-0.473 0.215,-0.277 0.481,-0.793 0.458,-0.895 -0.016,-0.066 -0.094,-0.035 -0.333,0.137 -0.394,0.289 -0.82,0.52 -0.871,0.469 -0.043,-0.043 0.258,-0.668 0.473,-0.985 0.145,-0.211 0.066,-0.261 -0.152,-0.101 -0.317,0.23 -0.293,0.008 0.054,-0.477 0.176,-0.25 0.329,-0.57 0.438,-0.914 0.09,-0.289 0.234,-0.726 0.316,-0.972 0.344,-0.993 0.742,-2.809 0.617,-2.809 -0.019,0 -0.144,0.207 -0.281,0.461 z m 31.492,-119.465 c -0.046,0.016 -0.097,0.016 -0.121,-0.004 -0.019,-0.019 0.02,-0.035 0.082,-0.031 0.075,0 0.086,0.016 0.039,0.035 z m -0.445,0.078 c 0,0.035 -0.043,0.059 -0.098,0.059 -0.05,0 -0.078,-0.024 -0.058,-0.059 0.023,-0.031 0.066,-0.058 0.098,-0.058 0.031,0 0.058,0.027 0.058,0.058 z m -0.344,0.059 c -0.039,0.035 -0.207,0.09 -0.371,0.117 -0.699,0.117 -1.976,0.309 -2.871,0.426 -0.922,0.125 -1.152,0.191 -1.082,0.301 0.02,0.027 0.145,0.082 0.277,0.117 0.282,0.07 0.325,0.211 0.09,0.297 -0.254,0.093 -1.785,0.293 -3.226,0.418 -0.742,0.066 -1.516,0.148 -1.719,0.183 -0.207,0.035 -0.469,0.074 -0.59,0.082 -0.117,0.012 -0.426,0.055 -0.68,0.094 -0.847,0.129 -3.312,0.109 -2.656,-0.023 0.285,-0.055 1.946,-0.274 2.625,-0.34 0.375,-0.039 0.742,-0.094 0.817,-0.121 0.078,-0.028 0.605,-0.122 1.175,-0.207 1.125,-0.168 1.325,-0.227 1.016,-0.286 -0.172,-0.035 -0.316,-0.179 -0.242,-0.25 0.019,-0.023 3.086,-0.414 4.41,-0.566 0.238,-0.027 0.766,-0.09 1.176,-0.141 1.125,-0.136 1.929,-0.183 1.851,-0.101 z m -67.066,-0.028 c 0.019,0.02 0.023,0.09 0.004,0.157 -0.039,0.152 -0.231,0.121 -0.231,-0.039 0,-0.114 0.149,-0.192 0.227,-0.118 z m -1.109,0.184 c 0.023,0.023 0.046,0.09 0.046,0.145 0,0.128 -0.179,0.148 -1.98,0.246 -0.746,0.039 -1.496,0.05 -1.703,0.023 l -0.367,-0.047 0.429,-0.074 c 0.239,-0.039 0.723,-0.09 1.075,-0.113 0.351,-0.024 0.699,-0.067 0.777,-0.094 0.191,-0.07 1.664,-0.145 1.723,-0.086 z m 2.035,0.363 c -0.043,0.02 -0.098,0.016 -0.117,-0.004 -0.02,-0.019 0.015,-0.035 0.082,-0.031 0.07,0.004 0.085,0.016 0.035,0.035 z m 1.105,0.149 c 0.289,0.027 0.957,0.117 1.485,0.199 0.527,0.082 1.25,0.191 1.605,0.246 1.277,0.191 2.516,0.492 2.313,0.566 -0.129,0.047 -1.094,-0.07 -1.809,-0.218 -0.688,-0.145 -0.953,-0.192 -1.707,-0.293 -0.371,-0.051 -0.844,-0.121 -1.051,-0.156 -0.379,-0.071 -1.465,-0.348 -1.512,-0.391 -0.031,-0.024 -0.05,-0.027 0.676,0.047 z m 92.594,0.094 c 0,0.066 -0.199,0.316 -0.988,1.234 -0.649,0.754 -2.035,2.723 -2.664,3.777 -0.215,0.36 -0.481,0.754 -0.594,0.875 -0.117,0.129 -0.215,0.317 -0.238,0.449 -0.02,0.125 -0.071,0.297 -0.11,0.379 -0.07,0.141 -0.074,0.133 -0.094,-0.14 -0.015,-0.246 0.02,-0.36 0.27,-0.805 0.379,-0.68 1.496,-2.297 2.145,-3.098 0.281,-0.351 0.652,-0.812 0.82,-1.023 0.418,-0.52 0.621,-0.766 1.012,-1.219 0.437,-0.504 0.441,-0.508 0.441,-0.429 z m -44.535,1.066 c 0.597,0.277 1.125,0.5 1.176,0.504 0.05,0 0.285,0.094 0.527,0.203 0.238,0.113 0.738,0.293 1.113,0.398 0.918,0.262 2.699,1.079 2.332,1.075 -0.097,-0.004 -1.031,-0.309 -1.183,-0.391 -0.09,-0.047 -0.52,-0.195 -0.961,-0.332 -0.438,-0.137 -1.106,-0.367 -1.485,-0.516 l -0.683,-0.269 -0.692,0.039 c -0.429,0.023 -0.703,0.015 -0.726,-0.02 -0.055,-0.082 0.187,-0.195 0.386,-0.183 0.301,0.019 0.293,0 -0.058,-0.199 -0.488,-0.27 -0.988,-0.715 -0.879,-0.778 0.027,-0.015 0.539,0.195 1.133,0.469 z m -0.895,0.684 c 0.047,0.074 -0.125,0.148 -0.215,0.093 -0.039,-0.023 -0.05,-0.066 -0.031,-0.097 0.047,-0.075 0.195,-0.071 0.246,0.004 z m -0.34,0.308 c -0.589,0.117 -1.031,0.168 -1.207,0.129 l -0.187,-0.035 0.183,-0.051 c 0.098,-0.023 0.477,-0.059 0.836,-0.074 0.512,-0.02 0.59,-0.016 0.375,0.031 z m -1.543,0.027 c 0.106,0.122 -0.015,0.2 -0.316,0.204 -0.117,0 -0.676,0.058 -1.234,0.125 -0.563,0.07 -1.426,0.16 -1.918,0.203 -0.492,0.047 -1.078,0.113 -1.301,0.152 -0.27,0.047 -1.567,0.078 -3.988,0.09 -1.973,0.012 -3.684,0.023 -3.805,0.023 -0.117,0.004 -1.078,-0.019 -2.133,-0.05 -1.055,-0.028 -2.836,-0.071 -3.961,-0.09 -2.121,-0.035 -2.797,-0.059 -4.762,-0.157 -2.429,-0.121 -3.359,-0.328 -1.207,-0.265 0.735,0.019 1.469,0.047 1.641,0.058 0.676,0.055 1.992,0.098 3.465,0.118 0.848,0.011 1.742,0.035 1.976,0.054 1.75,0.145 8.52,0.153 9.188,0.008 0.223,-0.047 0.973,-0.117 1.668,-0.152 1.496,-0.078 2.492,-0.149 3.219,-0.231 1.41,-0.156 1.761,-0.183 2.543,-0.183 0.695,0 0.859,0.015 0.925,0.093 z m -26.214,0.184 c -0.043,0.016 -0.114,0.016 -0.157,0 -0.043,-0.016 -0.007,-0.031 0.078,-0.031 0.086,0 0.122,0.015 0.079,0.031 z m 36.449,1.066 c 0.656,0.2 1.137,0.551 1.265,0.922 0.082,0.25 0.086,0.239 -0.132,0.926 -0.172,0.543 -1.231,1.828 -1.504,1.828 -0.078,0 -0.262,0.09 -0.41,0.199 -0.153,0.11 -0.618,0.411 -1.043,0.665 -0.422,0.257 -0.809,0.515 -0.864,0.574 -0.187,0.207 -1.402,0.761 -2.543,1.168 -1.16,0.406 -1.398,0.527 -1.25,0.617 0.164,0.098 2.567,0.215 4.145,0.207 0.891,-0.008 1.621,0.008 1.621,0.031 0,0.024 -0.52,0.082 -1.16,0.125 -1.735,0.113 -5.285,0.016 -5.766,-0.164 -0.14,-0.051 -0.82,-0.004 -1.039,0.074 -0.039,0.016 -0.074,0.004 -0.074,-0.031 0,-0.082 0.18,-0.141 1.453,-0.48 1.707,-0.457 2.109,-0.606 3.695,-1.371 1.496,-0.719 2.157,-1.102 3.043,-1.75 0.59,-0.434 0.782,-0.622 1.059,-1.04 0.371,-0.558 0.461,-0.773 0.461,-1.109 0,-0.445 -0.137,-0.621 -0.828,-1.059 -0.328,-0.21 -0.594,-0.39 -0.594,-0.402 0,-0.039 0.215,-0.008 0.465,0.07 z m 0.262,0.836 c 0.101,0.082 0.246,0.286 0.32,0.454 0.211,0.472 0.109,0.765 -0.469,1.371 -0.379,0.394 -1.082,0.839 -1.324,0.836 l -0.152,-0.004 0.183,-0.149 c 0.106,-0.082 0.402,-0.308 0.66,-0.504 1.02,-0.758 1.235,-1.386 0.633,-1.836 -0.215,-0.156 -0.277,-0.316 -0.121,-0.316 0.047,0 0.172,0.066 0.27,0.148 z m -40.879,1.204 c 0,0.066 -0.016,0.082 -0.036,0.035 -0.019,-0.043 -0.015,-0.094 0.004,-0.114 0.02,-0.023 0.036,0.012 0.032,0.079 z m 81.988,0.21 c 0.129,0.094 0.215,0.114 0.367,0.086 0.582,-0.121 0.684,-0.109 1.18,0.118 0.875,0.402 1.203,0.82 1.121,1.441 -0.039,0.305 -0.035,0.32 0.101,0.324 0.129,0 0.118,0.016 -0.07,0.117 -0.555,0.293 -0.992,0.457 -2.617,0.981 -1.828,0.59 -3.289,1.012 -3.398,0.976 -0.083,-0.027 0.269,-0.168 1.066,-0.421 0.98,-0.317 3.051,-1.016 3.695,-1.254 0.727,-0.266 1.004,-0.524 1.004,-0.926 0,-0.141 -0.039,-0.336 -0.094,-0.434 -0.097,-0.183 -0.632,-0.613 -0.726,-0.582 -0.028,0.008 -0.059,0.196 -0.067,0.418 -0.007,0.403 -0.086,0.567 -0.242,0.508 -0.062,-0.023 -0.074,-0.105 -0.047,-0.32 0.051,-0.391 -0.035,-0.555 -0.351,-0.688 -0.219,-0.09 -0.324,-0.097 -0.59,-0.051 -0.906,0.157 -3.965,0.481 -4.469,0.469 l -0.246,-0.004 0.203,-0.086 c 0.11,-0.047 0.215,-0.121 0.235,-0.168 0.023,-0.05 0.195,-0.093 0.507,-0.121 0.262,-0.023 0.653,-0.082 0.868,-0.129 0.328,-0.074 2.242,-0.382 2.367,-0.382 0.023,0 0.113,0.058 0.203,0.128 z m -81.93,0.114 c 0,0.082 -0.015,0.113 -0.031,0.074 -0.016,-0.043 -0.016,-0.109 0,-0.152 0.016,-0.039 0.031,-0.008 0.031,0.078 z m 71.266,0.093 c 0,0.02 -0.094,0.188 -0.211,0.375 -0.117,0.184 -0.234,0.411 -0.254,0.5 -0.066,0.258 -0.277,0.18 -0.277,-0.097 0,-0.121 0.554,-0.813 0.652,-0.813 0.051,0 0.09,0.016 0.09,0.035 z m -12.801,0.27 c 1.598,0.148 4.324,0.273 6.719,0.301 0.594,0.008 1.094,0.035 1.109,0.062 0.074,0.114 -5.832,0.012 -7.89,-0.133 -0.821,-0.058 -1.301,-0.148 -1.301,-0.246 0,-0.058 0.636,-0.054 1.363,0.016 z m -2.414,0.109 c 0,0.036 -0.039,0.063 -0.09,0.063 -0.269,0 -0.133,0.308 0.207,0.476 0.301,0.149 0.539,0.422 0.621,0.707 0.094,0.325 0.078,0.883 -0.027,1.129 -0.051,0.121 -0.082,0.231 -0.07,0.243 0.074,0.07 0.289,-0.278 0.347,-0.555 0.063,-0.277 0.055,-0.359 -0.078,-0.723 -0.082,-0.226 -0.168,-0.457 -0.195,-0.515 -0.028,-0.063 -0.024,-0.102 0.019,-0.102 0.036,0 0.161,0.191 0.278,0.422 0.242,0.484 0.343,0.457 0.191,-0.051 -0.074,-0.246 -0.172,-0.406 -0.344,-0.562 -0.273,-0.25 -0.289,-0.289 -0.129,-0.289 0.157,0 0.407,0.269 0.602,0.652 0.344,0.664 0.266,1.191 -0.262,1.746 -0.187,0.191 -0.375,0.352 -0.418,0.352 -0.043,0 -0.125,-0.051 -0.183,-0.114 -0.098,-0.101 -0.098,-0.136 -0.016,-0.375 0.164,-0.468 0.18,-0.734 0.074,-1.043 -0.136,-0.386 -0.246,-0.543 -0.484,-0.683 -0.328,-0.192 -0.629,-0.153 -1.316,0.183 -0.79,0.383 -0.946,0.395 -0.602,0.047 l 0.168,-0.172 -0.254,0.086 c -0.137,0.051 -0.336,0.133 -0.441,0.184 -0.219,0.109 -0.379,0.129 -0.282,0.031 0.176,-0.168 1.86,-0.984 2.219,-1.078 0.137,-0.035 0.297,-0.074 0.356,-0.094 0.058,-0.015 0.109,0 0.109,0.035 z m 21.246,0.184 c -0.019,0.031 -0.113,0.059 -0.203,0.059 -0.133,0 -0.148,-0.012 -0.074,-0.059 0.121,-0.078 0.328,-0.078 0.277,0 z m -0.453,0.039 c -0.043,0.02 -0.098,0.016 -0.117,-0.004 -0.02,-0.019 0.015,-0.035 0.082,-0.031 0.07,0.004 0.086,0.016 0.035,0.035 z m -37.863,0.586 c 0,0.016 -0.059,0.059 -0.125,0.094 -0.071,0.035 -0.125,0.051 -0.125,0.031 0,-0.016 0.054,-0.059 0.125,-0.094 0.066,-0.035 0.125,-0.051 0.125,-0.031 z m 45.105,0.133 c 0.059,0.015 0.11,0.078 0.11,0.14 0,0.27 -0.192,0.321 -1.918,0.536 -0.563,0.066 -1.633,0.203 -2.383,0.3 -1.828,0.235 -4.297,0.477 -4.793,0.469 l -0.403,-0.004 0.313,-0.074 c 0.168,-0.039 0.949,-0.133 1.73,-0.207 0.782,-0.074 1.645,-0.191 1.918,-0.254 0.27,-0.066 0.828,-0.172 1.235,-0.23 1.031,-0.153 3.324,-0.547 3.992,-0.684 0.051,-0.008 0.141,-0.004 0.199,0.008 z m -45.508,0.109 c -0.238,0.184 -1.863,0.926 -2.754,1.258 -1.953,0.73 -3.625,1.227 -4.082,1.219 l -0.277,-0.008 0.277,-0.074 c 0.153,-0.043 0.528,-0.164 0.836,-0.274 0.563,-0.195 2.082,-0.676 2.942,-0.926 0.258,-0.074 0.609,-0.207 0.781,-0.292 0.352,-0.172 0.809,-0.333 0.937,-0.336 0.051,0 0.399,-0.149 0.774,-0.332 0.379,-0.18 0.633,-0.29 0.566,-0.235 z m 14.575,0.367 c 0.035,0.043 0.097,0.082 0.132,0.082 0.153,0 0.481,0.321 0.629,0.618 0.117,0.226 0.164,0.429 0.176,0.707 0.012,0.425 -0.086,0.644 -0.242,0.523 -0.059,-0.051 -0.141,-0.019 -0.332,0.129 -0.27,0.211 -0.32,0.355 -0.129,0.355 0.156,0 0.23,0.118 0.121,0.184 -0.047,0.027 -0.281,0.055 -0.52,0.055 -0.476,0 -0.609,0.05 -0.55,0.195 0.043,0.113 0.008,0.129 -0.809,0.371 -0.308,0.09 -1.426,0.496 -2.492,0.906 -1.063,0.407 -1.988,0.739 -2.059,0.739 -0.074,0 -0.328,0.093 -0.57,0.211 -0.242,0.113 -0.5,0.207 -0.574,0.207 -0.074,0 -0.297,0.082 -0.496,0.179 -0.203,0.098 -0.403,0.18 -0.446,0.18 -0.046,0 -0.164,0.043 -0.269,0.094 -0.102,0.051 -0.231,0.082 -0.289,0.07 -0.141,-0.031 0.633,-0.398 1.629,-0.773 0.441,-0.168 0.832,-0.329 0.871,-0.356 0.121,-0.094 2.332,-0.953 2.59,-1.008 0.136,-0.027 0.484,-0.136 0.773,-0.238 0.289,-0.105 0.832,-0.281 1.207,-0.394 0.371,-0.114 0.707,-0.235 0.738,-0.266 0.039,-0.039 -0.148,-0.059 -0.531,-0.059 -0.445,0 -0.613,0.024 -0.668,0.086 -0.043,0.051 -0.199,0.106 -0.355,0.129 -0.328,0.047 -0.387,-0.008 -0.387,-0.355 -0.004,-0.332 -0.168,-0.91 -0.379,-1.317 -0.098,-0.195 -0.18,-0.383 -0.18,-0.414 0,-0.035 0.122,-0.043 0.309,-0.023 0.18,0.019 0.309,0.011 0.309,-0.02 0,-0.031 0.05,-0.058 0.113,-0.058 0.234,0 0.625,0.695 0.719,1.281 l 0.066,0.414 0.738,-0.016 c 0.575,-0.011 0.789,-0.039 0.965,-0.125 0.309,-0.152 0.598,-0.484 0.68,-0.785 0.101,-0.363 -0.047,-0.597 -0.586,-0.933 -0.477,-0.297 -0.563,-0.301 -1.262,-0.079 -0.191,0.063 -0.465,0.129 -0.609,0.149 -0.141,0.019 -0.309,0.051 -0.371,0.074 -0.086,0.027 -0.094,0.02 -0.047,-0.035 0.07,-0.07 1,-0.391 1.836,-0.629 0.398,-0.113 0.492,-0.121 0.551,-0.055 z m -2.915,1.055 c -0.144,-0.035 -0.152,-0.016 -0.054,0.188 0.047,0.097 0.113,0.144 0.199,0.136 0.152,-0.015 0.207,0.16 0.219,0.715 0.008,0.402 0.035,0.449 0.242,0.399 0.168,-0.043 0.176,-0.219 0.035,-0.747 -0.109,-0.414 -0.176,-0.562 -0.32,-0.726 -0.082,-0.09 -0.106,-0.094 -0.149,-0.02 -0.027,0.051 -0.101,0.075 -0.172,0.055 z m 0.43,1.715 c 0,0.035 0.028,0.062 0.059,0.062 0.031,0 0.078,-0.027 0.097,-0.062 0.02,-0.031 -0.003,-0.059 -0.058,-0.059 -0.055,0 -0.098,0.028 -0.098,0.059 z m 37.735,-2.059 c 0.304,0.223 1.007,0.465 2.07,0.719 1.129,0.262 1.117,0.344 -0.031,0.25 -0.598,-0.047 -0.801,-0.086 -0.899,-0.172 -0.07,-0.058 -0.281,-0.16 -0.469,-0.222 -0.628,-0.211 -1.105,-0.516 -1.105,-0.708 0,-0.125 0.133,-0.085 0.434,0.133 z m -14.774,0.309 c -0.043,0.016 -0.098,0.016 -0.117,-0.008 -0.024,-0.019 0.016,-0.031 0.078,-0.031 0.074,0.004 0.09,0.019 0.039,0.039 z m -0.555,0.058 c -0.039,0.016 -0.109,0.016 -0.152,0 -0.043,-0.019 -0.008,-0.031 0.078,-0.031 0.082,0 0.117,0.012 0.074,0.031 z m -5.312,0.004 c 0.324,0.024 0.367,0.129 0.086,0.2 -0.586,0.152 -9.36,0.464 -9.68,0.347 -0.082,-0.031 -0.262,-0.054 -0.406,-0.054 -0.242,0 -0.473,-0.079 -0.41,-0.141 0.027,-0.027 1.019,-0.059 4.051,-0.129 0.746,-0.019 1.972,-0.055 2.718,-0.082 0.75,-0.023 1.461,-0.047 1.578,-0.043 0.289,0 1.567,-0.074 1.676,-0.098 0.047,-0.011 0.223,-0.011 0.387,0 z m 0.98,0.055 c -0.043,0.02 -0.097,0.016 -0.117,-0.004 -0.023,-0.019 0.016,-0.035 0.078,-0.031 0.075,0.004 0.09,0.016 0.039,0.035 z m 10.645,0.121 c -0.043,0.016 -0.113,0.016 -0.156,0 -0.043,-0.019 -0.008,-0.031 0.078,-0.031 0.086,0 0.121,0.012 0.078,0.031 z m -30.762,0.035 c 0.223,0.11 0.383,0.418 0.418,0.821 0.02,0.211 0.063,0.355 0.106,0.351 0.164,-0.015 0.207,0.016 0.179,0.129 -0.023,0.082 -0.004,0.117 0.067,0.117 0.156,0 0.347,-0.222 0.347,-0.406 0,-0.199 -0.171,-0.789 -0.261,-0.894 -0.047,-0.051 -0.039,-0.075 0.023,-0.075 0.133,0 0.297,0.379 0.336,0.77 0.024,0.258 0.008,0.387 -0.078,0.547 -0.098,0.179 -0.152,0.215 -0.422,0.258 -0.187,0.027 -0.406,0.023 -0.566,-0.016 -0.145,-0.035 -0.301,-0.047 -0.352,-0.027 -0.195,0.07 -0.152,-0.094 0.055,-0.219 0.332,-0.196 0.429,-0.375 0.336,-0.594 -0.086,-0.203 -0.141,-0.215 -0.387,-0.094 -0.344,0.172 -1.594,0.446 -2.195,0.481 -0.196,0.011 -0.676,0.051 -1.067,0.09 -1.426,0.132 -1.957,0.175 -2.351,0.175 -0.551,0.004 -0.367,-0.093 0.273,-0.14 0.278,-0.024 0.778,-0.078 1.121,-0.121 0.34,-0.047 0.867,-0.114 1.172,-0.153 0.606,-0.07 2.504,-0.441 2.863,-0.554 0.286,-0.094 0.399,-0.258 0.246,-0.368 -0.207,-0.148 -0.117,-0.203 0.137,-0.078 z m 29.723,0.047 c -0.168,0.024 -0.434,0.043 -0.586,0.043 l -0.277,-0.004 0.308,-0.047 c 0.168,-0.023 0.434,-0.043 0.586,-0.043 l 0.281,0.004 -0.312,0.047 z m -29.102,0.133 c 0.129,0.199 0.164,0.461 0.067,0.461 -0.032,0 -0.075,-0.078 -0.098,-0.176 -0.019,-0.097 -0.094,-0.246 -0.164,-0.328 -0.102,-0.129 -0.105,-0.152 -0.023,-0.152 0.054,0 0.152,0.086 0.218,0.195 z m 28.172,-0.082 c 0.047,0.074 -0.258,0.137 -0.418,0.086 -0.133,-0.039 -0.133,-0.043 0.02,-0.086 0.222,-0.063 0.359,-0.063 0.398,0 z m 16.766,0.129 c 0.094,0.141 -0.051,0.551 -0.309,0.879 -0.359,0.457 -0.75,0.82 -1.422,1.316 l -0.558,0.41 -0.02,0.344 -0.015,0.34 -0.43,0.266 c -0.238,0.148 -0.426,0.3 -0.414,0.339 0.008,0.039 -0.07,0.094 -0.172,0.125 -0.102,0.032 -0.238,0.082 -0.301,0.114 -0.062,0.031 -0.125,0.043 -0.144,0.027 -0.067,-0.062 0.062,-0.289 0.187,-0.332 0.121,-0.047 0.106,-0.059 -0.117,-0.125 -0.277,-0.078 -0.731,-0.449 -0.672,-0.547 0.02,-0.031 0.152,0.008 0.309,0.098 0.297,0.168 0.832,0.269 0.832,0.16 0,-0.039 -0.035,-0.07 -0.074,-0.07 -0.161,0 -0.606,-0.254 -0.641,-0.368 -0.051,-0.152 0.129,-0.351 0.312,-0.351 0.114,0 0.133,0.027 0.11,0.148 -0.024,0.121 0,0.153 0.133,0.188 0.222,0.055 0.39,-0.004 0.73,-0.246 0.356,-0.25 0.414,-0.446 0.094,-0.297 l -0.199,0.094 0.214,-0.188 c 0.293,-0.25 1.036,-0.734 1.282,-0.828 0.191,-0.074 0.375,-0.254 0.898,-0.863 0.172,-0.2 0.234,-0.325 0.234,-0.481 0,-0.207 0.075,-0.281 0.153,-0.152 z m -17.488,-0.024 c -0.063,0.016 -0.145,0.016 -0.188,0 -0.043,-0.015 0.008,-0.031 0.109,-0.027 0.102,0 0.137,0.012 0.079,0.027 z m 16.617,0.11 c 0.355,0.133 0.425,0.203 0.383,0.41 -0.047,0.227 -0.161,0.301 -0.262,0.168 -0.067,-0.09 -0.156,-0.023 -0.778,0.562 -0.382,0.364 -0.894,0.786 -1.132,0.93 -0.536,0.328 -0.672,0.399 -0.442,0.219 0.098,-0.074 0.473,-0.414 0.836,-0.754 0.36,-0.34 0.727,-0.656 0.817,-0.699 0.191,-0.098 0.39,-0.367 0.347,-0.473 -0.023,-0.051 -0.261,-0.086 -0.777,-0.113 -0.715,-0.035 -1.094,-0.113 -0.875,-0.18 0.055,-0.019 0.344,-0.047 0.652,-0.062 0.305,-0.02 0.653,-0.047 0.774,-0.067 0.117,-0.015 0.324,0.012 0.457,0.059 z m -17.438,-0.028 c -0.137,0.028 -0.344,0.051 -0.465,0.051 -0.175,0 -0.191,-0.011 -0.093,-0.054 0.07,-0.028 0.277,-0.051 0.464,-0.047 0.34,0.004 0.34,0.004 0.094,0.05 z m -1.812,0.157 c -0.047,0.019 -0.098,0.015 -0.117,-0.004 -0.024,-0.02 0.015,-0.035 0.078,-0.031 0.074,0.003 0.086,0.015 0.039,0.035 z m -0.34,0.062 c -0.059,0.016 -0.141,0.012 -0.184,-0.004 -0.043,-0.015 0.008,-0.027 0.11,-0.027 0.101,0.004 0.136,0.016 0.074,0.031 z m -0.754,0.078 c -0.023,0.032 -0.141,0.059 -0.266,0.055 -0.187,-0.004 -0.207,-0.016 -0.105,-0.055 0.172,-0.074 0.418,-0.074 0.371,0 z m -17.57,0.051 c 0.05,0.082 -0.442,0.485 -0.75,0.617 -0.149,0.063 -0.336,0.106 -0.411,0.094 -0.105,-0.019 -0.046,-0.062 0.266,-0.207 0.223,-0.102 0.496,-0.269 0.606,-0.371 0.226,-0.203 0.238,-0.207 0.289,-0.133 z m 16.683,0.051 c -0.043,0.016 -0.097,0.012 -0.117,-0.008 -0.019,-0.019 0.016,-0.031 0.082,-0.031 0.07,0.004 0.086,0.019 0.035,0.039 z m 6.188,0.18 c -0.047,0.015 -0.098,0.011 -0.121,-0.008 -0.02,-0.02 0.015,-0.031 0.082,-0.031 0.074,0.003 0.086,0.019 0.039,0.039 z m -46.949,0 c -0.043,0.015 -0.098,0.011 -0.118,-0.008 -0.023,-0.02 0.016,-0.031 0.078,-0.031 0.075,0.003 0.09,0.019 0.04,0.039 z m 33.23,0.25 c 0.105,0.039 0.09,0.05 -0.082,0.086 -0.231,0.043 -0.375,-0.008 -0.246,-0.086 0.101,-0.063 0.168,-0.063 0.328,0 z m -34.523,0.265 c -0.028,0.133 0.003,0.149 0.55,0.266 0.989,0.211 2.918,0.457 5.43,0.695 1.219,0.113 1.363,0.141 1.234,0.219 -0.168,0.109 -2.843,-0.078 -4.418,-0.309 -2.179,-0.316 -2.668,-0.41 -2.921,-0.57 -0.172,-0.105 -0.18,-0.297 -0.02,-0.379 0.164,-0.086 0.176,-0.082 0.145,0.078 z m 31.824,-0.047 c -0.02,0.02 -0.156,0.047 -0.305,0.059 -0.207,0.016 -0.234,0.008 -0.113,-0.031 0.18,-0.059 0.469,-0.075 0.418,-0.028 z m -0.789,0.082 c -0.125,0.079 -0.957,0.145 -1.16,0.094 -0.157,-0.039 -0.161,-0.047 -0.047,-0.094 0.175,-0.066 1.32,-0.066 1.207,0 z m -19.024,0.004 c -0.019,0.035 -0.051,0.059 -0.062,0.059 -0.016,0 -0.028,-0.024 -0.028,-0.059 0,-0.031 0.028,-0.058 0.063,-0.058 0.039,0 0.051,0.027 0.027,0.058 z m 32.535,0.059 c 0.055,0.086 -0.031,0.109 -0.836,0.203 -2.207,0.262 -3.992,0.418 -4.089,0.359 -0.102,-0.062 0.078,-0.14 0.32,-0.14 0.387,0 2.68,-0.242 3.094,-0.328 0.496,-0.106 1.468,-0.164 1.511,-0.094 z m -15.503,-0.004 c 0.101,0.059 -0.391,0.133 -0.54,0.078 -0.078,-0.027 -0.066,-0.047 0.055,-0.078 0.219,-0.059 0.391,-0.059 0.485,-0.004 l 0,0.004 z m -17.864,0.016 c 0,0.027 -0.07,0.05 -0.156,0.05 -0.086,0 -0.156,-0.011 -0.156,-0.023 0,-0.012 0.07,-0.035 0.156,-0.051 0.086,-0.015 0.156,-0.008 0.156,0.024 z m 16.731,0.046 c 0.05,0.086 -0.246,0.145 -0.45,0.09 l -0.167,-0.043 0.152,-0.047 c 0.226,-0.066 0.422,-0.066 0.465,0 z m -17.289,0.004 c 0,0.032 -0.161,0.059 -0.356,0.059 -0.254,0 -0.328,-0.02 -0.262,-0.059 0.122,-0.078 0.618,-0.078 0.618,0 z m 16.105,0.047 c 0.063,0.094 -0.262,0.133 -0.64,0.078 -0.227,-0.035 -0.278,-0.054 -0.149,-0.058 0.106,-0.004 0.316,-0.024 0.473,-0.043 0.164,-0.024 0.293,-0.016 0.316,0.023 z m 8.711,0.711 c -0.047,0.016 -0.098,0.016 -0.121,-0.004 -0.02,-0.019 0.02,-0.035 0.082,-0.031 0.074,0 0.086,0.016 0.039,0.035 z m -0.727,0.012 c 0.063,0.098 -0.636,0.172 -0.863,0.09 -0.082,-0.031 -0.086,-0.051 -0.019,-0.09 0.109,-0.066 0.84,-0.066 0.882,0 z m -1.601,0.07 c 0.019,0.031 -0.035,0.055 -0.125,0.055 -0.188,0 -0.203,-0.031 -0.035,-0.074 0.07,-0.02 0.14,-0.008 0.16,0.019 z m -0.684,-0.011 c 0.172,0.027 0.223,0.054 0.164,0.089 -0.105,0.067 -1.003,0.129 -3.472,0.246 -1.039,0.051 -2.43,0.129 -3.094,0.18 -3.645,0.266 -5.105,0.281 -4.867,0.051 0.027,-0.027 0.25,-0.051 0.496,-0.059 0.641,-0.015 0.906,-0.043 0.891,-0.101 -0.008,-0.028 0.054,-0.086 0.14,-0.133 0.121,-0.066 0.586,-0.082 2.258,-0.086 2.238,0 5.895,-0.109 6.988,-0.203 0.137,-0.016 0.36,-0.008 0.496,0.016 z m -23.101,0.128 c 0.062,0.039 -0.039,0.055 -0.344,0.055 -0.297,-0.004 -0.394,-0.019 -0.309,-0.055 0.172,-0.07 0.539,-0.07 0.653,0 z m 33.015,0.067 c -0.027,0.078 -0.363,0.222 -1.285,0.539 -0.289,0.101 -1.304,0.484 -2.258,0.855 -0.953,0.368 -1.808,0.688 -1.906,0.711 -0.094,0.024 -0.191,0.09 -0.211,0.145 -0.062,0.16 -0.144,0.191 -0.511,0.191 -0.321,0.004 -1.723,0.125 -3.68,0.328 -2.129,0.219 -2.887,0.274 -2.988,0.215 -0.086,-0.051 -0.071,-0.058 0.078,-0.051 0.105,0.004 0.242,-0.019 0.312,-0.054 0.125,-0.067 1.399,-0.242 1.731,-0.242 0.101,0.003 0.445,-0.043 0.761,-0.098 0.317,-0.055 0.598,-0.086 0.618,-0.074 0.023,0.011 0.351,-0.039 0.722,-0.114 0.375,-0.078 0.774,-0.14 0.883,-0.144 0.109,0 0.199,-0.031 0.199,-0.067 0,-0.043 -0.226,-0.054 -0.707,-0.035 -0.508,0.02 -0.715,0.008 -0.73,-0.039 -0.02,-0.054 -0.063,-0.054 -0.176,0 -0.168,0.078 -0.516,0.145 -0.922,0.172 -0.152,0.012 -0.68,0.063 -1.176,0.113 -0.812,0.082 -1.406,0.121 -2.781,0.184 -0.254,0.012 -0.644,0.035 -0.867,0.055 -0.219,0.019 -0.485,0.011 -0.586,-0.016 -0.168,-0.047 -0.152,-0.055 0.184,-0.09 0.203,-0.019 0.707,-0.054 1.113,-0.074 0.41,-0.02 1.148,-0.07 1.64,-0.121 0.493,-0.047 1.036,-0.09 1.207,-0.098 0.2,-0.011 0.305,-0.043 0.293,-0.09 -0.023,-0.109 0.391,-0.195 0.942,-0.195 0.273,-0.004 0.691,-0.031 0.93,-0.066 0.238,-0.035 0.605,-0.063 0.82,-0.063 0.234,0.004 0.387,-0.019 0.387,-0.058 0,-0.039 0.058,-0.051 0.152,-0.028 0.266,0.063 2.348,-0.109 3.211,-0.269 0.168,-0.032 0.793,-0.235 1.394,-0.45 1.895,-0.679 1.954,-0.707 1.883,-0.808 -0.019,-0.035 0.031,-0.043 0.121,-0.02 0.09,0.02 0.293,-0.004 0.457,-0.05 0.473,-0.145 0.778,-0.184 0.746,-0.094 z m -5.968,1.828 c -0.071,0.09 -0.161,0.086 -0.5,-0.016 -0.114,-0.035 -0.153,-0.015 -0.176,0.078 -0.027,0.094 -0.086,0.122 -0.285,0.125 -0.137,0 -0.278,0.028 -0.309,0.059 -0.125,0.121 0.192,0.184 0.836,0.172 l 0.656,-0.012 0.25,-0.238 c 0.141,-0.129 0.25,-0.258 0.25,-0.285 0,-0.082 -0.644,0.023 -0.722,0.117 z m -28.028,-1.856 c -0.043,0.02 -0.097,0.016 -0.117,-0.003 -0.019,-0.02 0.016,-0.036 0.082,-0.032 0.07,0.004 0.086,0.016 0.035,0.035 z m 32.215,0.059 c 0.211,0.043 0.285,0.121 0.145,0.16 -0.133,0.039 -2.86,0.262 -3.793,0.309 -0.36,0.015 -0.953,0.058 -1.321,0.094 -0.371,0.035 -0.718,0.046 -0.773,0.023 -0.195,-0.074 0.18,-0.152 0.84,-0.176 0.351,-0.011 0.695,-0.039 0.765,-0.062 0.071,-0.024 0.481,-0.074 0.911,-0.121 0.429,-0.047 0.992,-0.106 1.246,-0.137 0.617,-0.07 1.785,-0.125 1.98,-0.09 z m -6.031,0.555 c 0.094,0.039 0.039,0.058 -0.227,0.094 -0.218,0.027 -0.39,0.019 -0.461,-0.024 -0.097,-0.051 -0.07,-0.062 0.141,-0.066 0.145,0 0.297,-0.012 0.34,-0.028 0.047,-0.011 0.14,-0.004 0.207,0.024 z m -1.09,0.058 c 0.121,0.075 -0.324,0.145 -0.57,0.086 l -0.196,-0.043 0.188,-0.043 c 0.269,-0.058 0.48,-0.058 0.578,0 z m -21.332,0.246 c -0.051,0.032 -0.133,0.055 -0.184,0.055 -0.085,0 -0.085,-0.004 0,-0.055 0.051,-0.035 0.133,-0.058 0.184,-0.058 0.082,0 0.082,0.004 0,0.058 z m 46.902,0.165 c 0.102,0.109 0.243,0.664 0.192,0.746 -0.059,0.093 -0.207,-0.086 -0.207,-0.25 0,-0.274 -0.133,-0.387 -0.399,-0.344 -0.289,0.043 -0.406,0.137 -0.406,0.312 0,0.27 -0.07,0.325 -0.672,0.504 -0.984,0.301 -1.492,0.489 -1.492,0.551 0,0.035 0.059,0.047 0.137,0.023 0.488,-0.144 2.254,-0.554 2.289,-0.531 0.027,0.016 0.047,0.051 0.047,0.082 0,0.086 -0.688,0.559 -1.141,0.778 -0.375,0.179 -0.551,0.343 -0.297,0.273 0.059,-0.016 0.235,-0.047 0.387,-0.066 0.351,-0.051 1.387,-0.321 1.652,-0.43 0.149,-0.063 0.199,-0.117 0.188,-0.215 -0.016,-0.148 0.152,-0.246 0.652,-0.375 0.289,-0.074 0.332,-0.07 0.399,0.016 0.042,0.054 0.078,0.133 0.078,0.176 0,0.093 0.293,0.101 0.867,0.019 0.879,-0.129 3.164,-0.277 5.015,-0.328 0.43,-0.012 0.899,-0.055 1.043,-0.098 0.235,-0.066 0.27,-0.062 0.321,0.028 0.043,0.07 0.105,0.089 0.211,0.062 0.082,-0.019 0.152,-0.012 0.152,0.02 0,0.027 -0.258,0.089 -0.574,0.132 -0.336,0.047 -0.797,0.165 -1.129,0.29 -0.789,0.3 -2.567,1.031 -3.617,1.488 -0.493,0.219 -1.075,0.472 -1.293,0.566 -0.219,0.094 -0.383,0.184 -0.367,0.199 0.011,0.016 0.316,-0.062 0.671,-0.171 1.321,-0.403 1.43,-0.325 0.2,0.14 -2.004,0.754 -3.004,1.149 -3.789,1.492 -0.957,0.422 -5.911,2.852 -6.129,3.012 l -0.149,0.106 0.156,-0.036 c 0.083,-0.023 0.555,-0.203 1.051,-0.402 1.129,-0.457 2.602,-1 2.711,-1 0.317,0 -0.371,0.344 -1.683,0.844 -0.344,0.133 -0.739,0.289 -0.875,0.351 -0.133,0.063 -0.579,0.246 -0.989,0.411 -0.816,0.324 -2.441,1.015 -3.851,1.632 -0.34,0.149 -0.633,0.203 -0.633,0.121 0,-0.035 0.055,-0.078 0.121,-0.101 0.066,-0.02 0.18,-0.117 0.254,-0.211 0.07,-0.098 0.211,-0.219 0.309,-0.27 0.101,-0.05 0.183,-0.136 0.183,-0.191 0,-0.066 0.203,-0.23 0.539,-0.441 0.684,-0.422 2.36,-1.247 2.535,-1.247 0.137,0 5.231,-2.433 5.848,-2.789 0.332,-0.195 2.031,-0.976 2.645,-1.218 0.152,-0.059 0.652,-0.282 1.113,-0.496 2.156,-1 2.484,-1.149 3.094,-1.383 0.781,-0.305 1.023,-0.426 0.949,-0.465 -0.129,-0.078 -1.84,0.086 -3.207,0.309 -0.817,0.132 -1.574,0.242 -1.68,0.242 -0.168,0 -0.191,-0.02 -0.164,-0.125 0.035,-0.121 0.02,-0.125 -0.328,-0.082 -0.555,0.066 -0.613,0.093 -0.887,0.414 -0.34,0.402 -0.328,0.676 0.024,0.418 0.132,-0.098 0.406,-0.117 0.406,-0.032 0,0.149 -1.539,0.891 -2.172,1.047 -0.73,0.18 -1.359,0.067 -1.66,-0.3 -0.172,-0.215 -0.227,-0.692 -0.102,-0.93 0.055,-0.106 0.098,-0.199 0.098,-0.211 0,-0.055 -0.219,0 -0.75,0.184 -0.32,0.113 -0.969,0.339 -1.445,0.507 -1.442,0.496 -2.207,0.789 -4.145,1.59 -2.16,0.891 -3.281,1.336 -3.605,1.434 -0.254,0.074 -0.145,-0.074 0.156,-0.211 1.066,-0.485 2.426,-1.133 2.426,-1.153 0,-0.011 -0.11,-0.003 -0.243,0.02 -0.296,0.051 -0.269,-0.016 0.063,-0.18 0.133,-0.066 0.242,-0.16 0.242,-0.207 0,-0.05 0.109,-0.144 0.246,-0.207 0.215,-0.109 0.375,-0.242 0.285,-0.242 -0.027,0 -0.91,0.305 -3.992,1.383 -0.289,0.101 -0.672,0.262 -0.851,0.355 -0.18,0.098 -0.387,0.176 -0.465,0.176 -0.074,0 -0.266,0.07 -0.418,0.149 -0.512,0.273 -1.57,0.753 -2.102,0.957 -0.543,0.203 -1.086,0.445 -2.547,1.125 -0.808,0.379 -1.164,0.511 -1.164,0.437 0,-0.07 1.442,-0.73 2.719,-1.242 0.324,-0.133 0.785,-0.328 1.024,-0.438 0.238,-0.109 0.55,-0.242 0.695,-0.296 0.148,-0.051 0.402,-0.188 0.57,-0.297 0.164,-0.11 0.379,-0.219 0.477,-0.243 0.097,-0.023 0.218,-0.082 0.269,-0.125 0.051,-0.046 0.371,-0.191 0.711,-0.328 0.34,-0.132 0.664,-0.265 0.723,-0.3 0.058,-0.032 0.144,-0.059 0.191,-0.059 0.047,0 0.344,-0.109 0.664,-0.246 0.321,-0.133 0.711,-0.293 0.864,-0.352 1.144,-0.437 1.472,-0.558 2.07,-0.769 0.375,-0.133 1.058,-0.379 1.516,-0.547 0.46,-0.172 1.183,-0.426 1.609,-0.57 1.262,-0.422 1.969,-0.672 2.098,-0.739 0.066,-0.035 0.257,-0.093 0.425,-0.129 0.168,-0.031 0.492,-0.168 0.723,-0.296 0.23,-0.129 0.445,-0.239 0.477,-0.239 0.031,0 0.168,-0.051 0.304,-0.113 0.137,-0.063 0.336,-0.137 0.442,-0.156 0.109,-0.024 0.238,-0.063 0.293,-0.086 0.05,-0.024 0.218,-0.102 0.371,-0.172 0.457,-0.207 0.8,-0.309 1.453,-0.434 0.762,-0.14 0.855,-0.14 0.976,-0.007 z m -2.273,0.492 c -0.02,0.031 0.004,0.058 0.055,0.058 0.05,0 0.109,-0.027 0.129,-0.058 0.023,-0.032 0,-0.059 -0.055,-0.059 -0.051,0 -0.11,0.027 -0.129,0.059 z m -1.512,0.75 c -0.613,0.175 -1.5,0.511 -1.457,0.554 0.067,0.067 1.973,-0.504 2.071,-0.617 0.113,-0.129 0.015,-0.117 -0.614,0.063 z m 1.215,0.558 c -0.133,0.129 0.082,0.106 0.438,-0.047 0.527,-0.226 0.539,-0.261 0.043,-0.125 -0.235,0.063 -0.45,0.141 -0.481,0.172 z m -1.094,-0.082 c -0.086,0.047 -0.133,0.086 -0.105,0.086 0.098,0.004 0.722,-0.183 0.722,-0.219 0,-0.05 -0.449,0.047 -0.617,0.133 z m 0.645,0.75 c -0.024,0.039 0.019,0.149 0.098,0.25 l 0.14,0.184 -0.168,-0.043 c -0.383,-0.094 -0.336,0.152 0.059,0.297 0.179,0.066 0.347,0.086 0.492,0.058 0.215,-0.035 0.309,-0.152 0.125,-0.152 -0.051,0 -0.094,-0.027 -0.094,-0.059 0,-0.035 0.074,-0.062 0.16,-0.062 0.254,0 0.848,-0.184 0.789,-0.242 -0.031,-0.032 -0.312,-0.078 -0.625,-0.11 -0.312,-0.031 -0.617,-0.086 -0.675,-0.121 -0.145,-0.078 -0.25,-0.078 -0.301,0 z m 1.492,0.571 c -0.051,0.019 -0.082,0.058 -0.062,0.086 0.039,0.062 0.214,0.007 0.214,-0.071 0,-0.062 -0.019,-0.062 -0.152,-0.015 z m -8.52,6.179 c -0.078,0.067 -0.113,0.117 -0.074,0.121 0.039,0 0.137,-0.05 0.219,-0.117 0.078,-0.062 0.113,-0.117 0.074,-0.117 -0.039,-0.004 -0.136,0.051 -0.219,0.113 z m 25.071,-9.039 c 0.078,0.121 0.23,0.317 0.336,0.434 0.179,0.195 0.765,1.113 1.183,1.851 0.102,0.18 0.395,0.68 0.649,1.106 1.125,1.89 2.031,3.57 2.867,5.32 0.23,0.488 1.133,2.531 1.172,2.664 0.027,0.082 0.113,0.27 0.187,0.422 0.078,0.149 0.164,0.375 0.188,0.508 0.023,0.129 0.133,0.43 0.25,0.668 0.113,0.238 0.226,0.5 0.246,0.582 0.023,0.086 0.066,0.168 0.094,0.183 0.07,0.043 0.074,0.266 0.007,0.266 -0.082,0 -0.199,-0.137 -0.199,-0.23 0,-0.051 -0.039,-0.133 -0.086,-0.184 -0.047,-0.051 -0.257,-0.469 -0.468,-0.93 -0.211,-0.461 -0.45,-0.964 -0.532,-1.121 -0.082,-0.156 -0.152,-0.308 -0.152,-0.34 0,-0.031 -0.125,-0.32 -0.281,-0.644 -0.156,-0.324 -0.43,-0.883 -0.602,-1.242 -0.512,-1.067 -1.551,-3.055 -1.996,-3.828 -1.191,-2.067 -1.914,-3.157 -2.789,-4.207 -0.293,-0.352 -0.57,-0.723 -0.617,-0.832 -0.063,-0.141 -0.125,-0.192 -0.235,-0.192 -0.378,0 -1.628,0.199 -1.761,0.281 -0.082,0.051 -0.539,0.219 -1.02,0.375 -0.48,0.157 -1.316,0.45 -1.863,0.657 -0.543,0.207 -1.363,0.519 -1.824,0.691 -0.457,0.176 -1.364,0.516 -2.012,0.762 -0.645,0.246 -2.203,0.898 -3.461,1.449 -1.262,0.551 -2.527,1.09 -2.816,1.195 -0.621,0.235 -1.243,0.5 -1.332,0.571 -0.098,0.078 0.027,0.961 0.441,3.164 0.387,2.066 0.703,3.281 0.934,3.617 0.101,0.148 0.101,0.211 0.004,0.211 -0.094,0 -0.329,-0.442 -0.899,-1.672 -0.558,-1.223 -1.133,-2.945 -1.125,-3.391 0.004,-0.14 0.024,-0.121 0.117,0.129 0.063,0.164 0.149,0.422 0.188,0.57 0.043,0.149 0.144,0.43 0.222,0.625 0.079,0.2 0.219,0.551 0.309,0.778 0.141,0.363 0.277,0.605 0.277,0.5 0,-0.016 -0.074,-0.34 -0.164,-0.715 -0.363,-1.551 -0.593,-2.762 -0.668,-3.566 -0.027,-0.301 -0.015,-0.372 0.055,-0.372 0.051,0 0.191,-0.097 0.313,-0.214 0.375,-0.364 2.371,-1.219 7.484,-3.207 2.59,-1.008 3.398,-1.289 5.055,-1.754 1.711,-0.481 1.808,-0.516 1.828,-0.657 0.015,-0.093 0.136,-0.16 0.558,-0.3 0.539,-0.176 0.977,-0.227 1.235,-0.137 0.074,0.023 0.136,0.074 0.136,0.113 0,0.035 0.11,0.176 0.243,0.313 0.132,0.14 0.359,0.394 0.5,0.57 0.144,0.176 0.273,0.305 0.289,0.289 0.043,-0.039 -0.2,-0.484 -0.481,-0.887 -0.133,-0.187 -0.242,-0.371 -0.242,-0.406 0,-0.129 0.121,-0.055 0.258,0.164 z m -63.223,0.051 c -0.187,0.086 -0.551,0.227 -0.805,0.316 -0.558,0.192 -0.992,0.403 -0.992,0.485 0,0.09 -0.16,0.07 -0.242,-0.028 -0.062,-0.07 -0.039,-0.105 0.121,-0.183 0.274,-0.137 1.324,-0.504 1.699,-0.598 0.172,-0.039 0.368,-0.09 0.434,-0.113 0.066,-0.02 -0.031,0.031 -0.215,0.121 z m 14.535,-0.039 c 0,0.035 -0.043,0.062 -0.09,0.062 -0.05,0 -0.105,-0.027 -0.128,-0.062 -0.02,-0.031 0.019,-0.059 0.089,-0.059 0.071,0 0.129,0.028 0.129,0.059 z m 11.348,0.059 c 0.019,0.031 -0.016,0.066 -0.074,0.085 -0.188,0.055 -1.332,0.161 -1.367,0.129 -0.059,-0.062 0.035,-0.097 0.398,-0.148 0.676,-0.098 1.012,-0.117 1.043,-0.066 z m -13.316,0.042 c -0.043,0.02 -0.098,0.016 -0.118,-0.003 -0.023,-0.02 0.016,-0.036 0.079,-0.032 0.074,0.004 0.089,0.016 0.039,0.035 z m -0.493,0.004 c -0.078,0.012 -0.187,0.012 -0.246,-0.004 -0.058,-0.015 0.004,-0.027 0.141,-0.023 0.133,0 0.183,0.012 0.105,0.027 z m -0.824,0.012 c 0.121,0.074 -0.109,0.109 -1.199,0.184 -1.113,0.074 -1.746,0.074 -1.797,0 -0.019,-0.035 -0.098,-0.059 -0.172,-0.051 -0.285,0.019 -0.68,-0.012 -0.637,-0.055 0.028,-0.023 0.805,-0.051 1.727,-0.058 0.922,-0.008 1.75,-0.028 1.836,-0.043 0.086,-0.02 0.195,-0.008 0.242,0.023 z m 9.047,0.645 c -0.043,0.015 -0.098,0.011 -0.117,-0.008 -0.02,-0.02 0.015,-0.031 0.082,-0.031 0.07,0.003 0.086,0.019 0.035,0.039 z m -16.836,-0.016 c 0,0.016 -0.133,0.086 -0.293,0.156 -0.16,0.071 -0.258,0.141 -0.215,0.157 0.16,0.058 0.063,0.152 -0.371,0.355 -0.246,0.113 -0.492,0.234 -0.543,0.266 -0.051,0.027 -0.523,0.257 -1.051,0.507 -0.527,0.25 -1,0.489 -1.05,0.528 -0.18,0.14 -0.539,0.265 -0.618,0.219 -0.058,-0.036 -0.007,-0.098 0.176,-0.215 0.141,-0.09 0.254,-0.184 0.254,-0.215 0,-0.07 -0.008,-0.067 -0.414,0.078 -0.391,0.137 -0.574,0.262 -0.574,0.387 0,0.047 -0.067,0.082 -0.156,0.082 -0.196,0 -0.278,-0.184 -0.278,-0.629 0,-0.262 0.016,-0.317 0.094,-0.289 0.051,0.019 0.113,0.117 0.141,0.222 0.043,0.153 0.086,0.192 0.246,0.207 0.238,0.02 2.312,-0.64 2.633,-0.843 0.074,-0.047 0.246,-0.121 0.382,-0.164 0.383,-0.121 0.996,-0.434 0.903,-0.465 -0.047,-0.016 0.074,-0.106 0.265,-0.199 0.328,-0.165 0.469,-0.207 0.469,-0.145 z m 16.578,0.055 c 0,0.054 -0.226,0.074 -0.34,0.031 -0.093,-0.035 -0.07,-0.047 0.11,-0.051 0.125,0 0.23,0.008 0.23,0.02 z m -0.914,0.05 c -0.105,0.051 -0.16,0.047 -0.215,-0.003 -0.054,-0.051 -0.019,-0.067 0.141,-0.067 0.203,0.004 0.207,0.008 0.074,0.07 z m 38.738,0.04 c -0.035,0.031 -0.48,0.222 -0.988,0.425 -1.961,0.778 -2.547,1.012 -2.847,1.137 -0.477,0.199 -1.344,0.481 -1.379,0.449 -0.055,-0.054 0.019,-0.09 0.863,-0.429 0.453,-0.18 1.019,-0.411 1.258,-0.508 0.238,-0.098 0.547,-0.215 0.683,-0.258 0.133,-0.043 0.414,-0.152 0.617,-0.238 0.883,-0.387 1.958,-0.731 1.793,-0.578 z m -44.117,0.05 c -0.215,0.012 -0.562,0.012 -0.773,0 -0.215,-0.011 -0.039,-0.019 0.387,-0.019 0.425,0 0.597,0.008 0.386,0.019 z m -1.383,0.012 c 0.114,0.07 -0.125,0.109 -0.882,0.152 -0.653,0.036 -0.668,-0.023 -0.028,-0.089 0.25,-0.028 0.535,-0.063 0.637,-0.082 0.102,-0.024 0.227,-0.012 0.273,0.019 z m -1.894,0.227 c -0.078,0.015 -0.203,0.015 -0.281,0 -0.075,-0.016 -0.012,-0.028 0.14,-0.028 0.153,0 0.215,0.012 0.141,0.028 z m -1.387,0.07 c 0.094,0.059 -0.062,0.09 -0.773,0.16 -0.469,0.047 -0.774,-0.062 -0.328,-0.113 0.66,-0.082 1.023,-0.094 1.101,-0.047 z m 6.504,0.062 c 0.129,0.036 0.098,0.051 -0.172,0.086 -0.344,0.047 -0.523,0.004 -0.375,-0.089 0.098,-0.059 0.328,-0.059 0.547,0.003 z m -7.988,0.059 c 0.062,0.035 0.015,0.063 -0.153,0.086 -0.269,0.039 -1.058,0.098 -1.757,0.133 -0.75,0.035 -1.465,0.086 -2.219,0.148 -0.387,0.035 -0.746,0.047 -0.801,0.028 -0.219,-0.082 0.07,-0.149 0.793,-0.18 1.168,-0.055 2.426,-0.137 3.219,-0.207 0.851,-0.074 0.812,-0.074 0.918,-0.008 z m 1.863,0.895 c 0,0.031 -0.187,0.074 -0.418,0.093 -0.226,0.024 -0.637,0.063 -0.91,0.094 -0.855,0.094 -2.605,0.234 -4.113,0.328 -0.801,0.051 -1.817,0.133 -2.258,0.18 -1.344,0.144 -2.152,0.211 -2.188,0.18 -0.066,-0.067 0.094,-0.145 0.364,-0.176 0.152,-0.02 0.742,-0.063 1.308,-0.094 0.942,-0.051 3.703,-0.285 5.895,-0.5 1.265,-0.125 2.32,-0.172 2.32,-0.105 z m 34.395,0.781 c 0.16,0.125 0.14,0.14 -0.161,0.125 -0.109,-0.004 -0.281,0.054 -0.421,0.148 -0.27,0.176 -0.34,0.156 -0.235,-0.062 0.121,-0.262 0.602,-0.387 0.817,-0.211 z m -64.516,0.781 c 0.137,0.043 0.129,0.047 -0.078,0.055 -0.129,0.004 -0.231,-0.024 -0.231,-0.055 0,-0.07 0.086,-0.07 0.309,0 z m 1.949,0.094 c 0.34,0.043 0.961,0.109 1.379,0.148 0.442,0.039 1.012,0.137 1.36,0.235 1.371,0.379 2.925,1.097 2.746,1.269 -0.039,0.039 -0.11,0.035 -0.196,-0.012 -0.074,-0.039 -0.269,-0.109 -0.433,-0.156 -0.164,-0.047 -0.676,-0.23 -1.137,-0.406 -0.465,-0.18 -1.211,-0.41 -1.664,-0.516 -0.449,-0.101 -0.984,-0.222 -1.188,-0.269 -0.199,-0.047 -0.8,-0.129 -1.328,-0.184 -0.531,-0.055 -1.004,-0.121 -1.054,-0.148 -0.141,-0.078 0.796,-0.051 1.515,0.039 z m 49.078,3.23 c 0,0.016 -0.492,0.262 -1.097,0.543 -0.602,0.281 -1.582,0.75 -2.18,1.043 -0.594,0.293 -1.852,0.903 -2.793,1.356 l -1.715,0.82 -0.129,0.281 c -0.07,0.156 -0.129,0.387 -0.133,0.508 -0.011,0.5 0.602,2.711 1.676,6.055 0.383,1.191 0.477,1.547 0.524,1.941 0.027,0.262 0.078,0.391 0.191,0.5 0.086,0.082 0.152,0.211 0.152,0.293 0,0.078 0.055,0.254 0.125,0.391 0.067,0.136 0.125,0.281 0.125,0.324 0,0.043 0.051,0.191 0.114,0.332 0.066,0.141 0.144,0.336 0.179,0.434 0.036,0.101 0.231,0.586 0.438,1.078 0.203,0.492 0.394,0.976 0.418,1.078 0.043,0.16 0.035,0.168 -0.059,0.094 -0.054,-0.043 -0.101,-0.11 -0.101,-0.145 0,-0.031 -0.196,-0.469 -0.434,-0.969 -0.238,-0.496 -0.433,-0.922 -0.433,-0.941 0,-0.02 -0.149,-0.356 -0.333,-0.742 -0.183,-0.391 -0.402,-0.895 -0.488,-1.125 -0.082,-0.231 -0.347,-0.93 -0.586,-1.555 -0.414,-1.078 -1.191,-3.352 -1.41,-4.125 -0.055,-0.199 -0.234,-0.789 -0.398,-1.316 -0.496,-1.61 -0.5,-1.629 -0.43,-2.051 0.031,-0.207 0.047,-0.403 0.027,-0.43 -0.019,-0.031 0,-0.109 0.043,-0.176 0.039,-0.066 0.055,-0.136 0.032,-0.164 -0.055,-0.05 -0.454,0.078 -0.633,0.203 -0.114,0.082 -0.098,0.086 0.172,0.055 0.16,-0.019 0.293,-0.012 0.293,0.02 0,0.027 -0.133,0.097 -0.293,0.156 -0.766,0.269 -1.235,0.453 -1.375,0.539 l -0.157,0.09 0.157,-0.035 c 0.082,-0.02 0.32,-0.078 0.523,-0.125 0.395,-0.098 0.93,-0.094 0.93,0.004 0,0.066 -0.071,0.085 -0.899,0.273 -0.66,0.152 -1.32,0.363 -1.73,0.562 -0.352,0.172 -0.742,0.247 -0.742,0.145 0,-0.039 0.047,-0.176 0.105,-0.305 0.106,-0.218 0.184,-0.269 1.442,-0.871 1.453,-0.699 2.085,-0.992 3.496,-1.617 0.507,-0.227 1.187,-0.539 1.507,-0.691 0.321,-0.153 0.594,-0.262 0.61,-0.246 0.14,0.132 -0.535,0.57 -1.531,0.984 -0.426,0.18 -0.801,0.348 -0.836,0.375 -0.086,0.074 0.136,0.226 0.324,0.226 0.133,0 1.277,-0.496 3.324,-1.437 0.375,-0.172 0.918,-0.414 1.207,-0.535 0.289,-0.125 0.707,-0.313 0.926,-0.418 0.473,-0.223 1.711,-0.719 1.797,-0.719 0.035,0 0.058,0.016 0.058,0.035 z m -8.105,3.375 c -0.172,0.086 -0.289,0.34 -0.371,0.797 -0.059,0.336 -0.055,0.418 0.023,0.535 0.051,0.075 0.106,0.188 0.121,0.254 0.016,0.063 0.028,-0.086 0.024,-0.332 -0.004,-0.39 0.023,-0.5 0.195,-0.832 0.258,-0.496 0.258,-0.551 0.008,-0.422 z m 22.644,-2.636 c 0,0.074 -1.046,0.543 -1.218,0.543 -0.09,0 0.105,-0.153 0.464,-0.36 0.391,-0.223 0.754,-0.312 0.754,-0.183 z m 0.063,0.39 c 0,0.129 -0.231,0.254 -0.891,0.481 -0.324,0.113 -0.777,0.289 -1.011,0.39 -0.594,0.262 -0.93,0.395 -1.813,0.699 -0.422,0.145 -1.078,0.375 -1.453,0.504 -2.199,0.766 -2.746,0.942 -2.785,0.883 -0.035,-0.058 0.808,-0.457 1.324,-0.621 0.176,-0.055 0.336,-0.129 0.355,-0.164 0.043,-0.066 -0.105,-0.035 -0.468,0.098 -0.121,0.043 -0.477,0.156 -0.797,0.25 -0.317,0.09 -0.59,0.187 -0.606,0.215 -0.054,0.085 -0.207,0.05 -0.207,-0.051 0,-0.071 -0.039,-0.086 -0.152,-0.059 -0.207,0.051 -0.25,-0.051 -0.086,-0.199 0.172,-0.156 0.238,-0.156 0.238,0 0,0.102 0.024,0.117 0.137,0.082 0.078,-0.023 0.223,-0.063 0.328,-0.086 0.102,-0.027 0.711,-0.223 1.36,-0.441 0.644,-0.223 1.578,-0.532 2.07,-0.692 0.496,-0.156 1.062,-0.359 1.266,-0.445 0.601,-0.258 0.609,-0.137 0.011,0.137 -0.551,0.254 -0.695,0.382 -0.246,0.226 0.859,-0.301 1.469,-0.531 1.848,-0.699 0.496,-0.219 1.461,-0.598 1.531,-0.598 0.023,0 0.047,0.043 0.047,0.09 z m -18.805,-0.055 c 0,0.043 -0.664,0.325 -0.762,0.321 -0.039,0 0.079,-0.078 0.266,-0.176 0.328,-0.164 0.496,-0.215 0.496,-0.145 z m 19.153,0.883 c -0.024,0.055 -0.059,0.145 -0.082,0.2 -0.036,0.082 -0.012,0.089 0.125,0.058 0.171,-0.043 0.218,0.024 0.085,0.125 -0.07,0.059 -1.281,0.496 -1.367,0.496 -0.117,0 -0.008,-0.129 0.207,-0.246 0.137,-0.074 0.239,-0.144 0.227,-0.156 -0.078,-0.078 -0.832,0.164 -1.442,0.465 -0.398,0.195 -0.707,0.355 -0.679,0.355 0.027,0 0.355,-0.097 0.73,-0.215 0.375,-0.121 0.692,-0.203 0.707,-0.187 0.082,0.078 -1.883,0.828 -3.5,1.336 -1.07,0.336 -2.566,0.734 -2.609,0.691 -0.024,-0.023 0.031,-0.129 0.125,-0.238 0.144,-0.172 0.344,-0.254 1.707,-0.703 0.848,-0.281 1.766,-0.598 2.043,-0.711 1.617,-0.653 2.184,-0.887 2.332,-0.957 0.09,-0.043 0.234,-0.067 0.32,-0.051 0.086,0.016 0.25,-0.016 0.36,-0.07 0.113,-0.059 0.277,-0.125 0.363,-0.153 0.082,-0.023 0.207,-0.066 0.273,-0.093 0.094,-0.036 0.11,-0.028 0.075,0.054 z m -0.411,0.336 c 0,0.031 0.039,0.043 0.09,0.024 0.051,-0.02 0.094,-0.043 0.094,-0.055 0,-0.016 -0.043,-0.027 -0.094,-0.027 -0.051,0 -0.09,0.027 -0.09,0.058 z m -9.203,0.168 c 0.129,0.012 0.235,0.043 0.235,0.067 0,0.027 -1.078,0.066 -2.391,0.089 -2.187,0.04 -2.871,0.09 -2.434,0.18 0.082,0.02 1.016,0.063 2.071,0.098 2.254,0.074 2.597,0.101 2.699,0.215 0.137,0.164 -0.02,0.211 -0.477,0.144 -0.703,-0.101 -2.816,-0.18 -5.347,-0.203 -3.133,-0.031 -4.531,0.051 -5.582,0.324 -0.692,0.184 -0.789,0.199 -0.789,0.129 0,-0.144 0.406,-0.324 1.066,-0.465 1.609,-0.351 2.094,-0.402 4.563,-0.476 0.628,-0.02 1.882,-0.059 2.785,-0.09 1.597,-0.055 3.136,-0.063 3.601,-0.012 z m 9.992,0.68 c -0.015,0.047 -0.078,0.09 -0.136,0.101 -0.071,0.016 -0.102,-0.007 -0.082,-0.058 0.015,-0.043 0.074,-0.09 0.136,-0.102 0.071,-0.011 0.102,0.008 0.082,0.059 z m -0.234,0.293 c 0,0.031 -0.043,0.058 -0.098,0.058 -0.05,0 -0.078,-0.027 -0.054,-0.058 0.019,-0.035 0.062,-0.063 0.093,-0.063 0.032,0 0.059,0.028 0.059,0.063 z m -1.363,0.203 c -0.11,0.105 -1.461,0.684 -2.528,1.082 -0.425,0.16 -0.742,0.301 -0.707,0.313 0.075,0.023 2.426,-0.723 2.688,-0.856 0.094,-0.047 0.215,-0.086 0.269,-0.086 0.055,0 0.223,-0.058 0.375,-0.129 0.426,-0.191 0.407,-0.086 -0.023,0.125 -0.613,0.301 -1.48,0.613 -3.539,1.281 -1.969,0.641 -2.574,0.793 -2.52,0.633 0.094,-0.273 0.864,-0.629 2.711,-1.25 0.559,-0.191 1.325,-0.457 1.7,-0.597 0.375,-0.137 0.832,-0.309 1.019,-0.375 0.188,-0.071 0.367,-0.149 0.399,-0.176 0.035,-0.028 0.101,-0.051 0.152,-0.051 0.086,0 0.086,0.012 0.004,0.086 z m -71.317,0.074 c 0.602,0.192 2.735,1.039 3.231,1.281 0.285,0.141 0.406,0.153 0.297,0.024 -0.047,-0.051 -0.063,-0.109 -0.043,-0.129 0.047,-0.047 1.062,0.48 1.918,1 0.379,0.227 0.754,0.414 0.832,0.414 0.16,0 0.269,0.063 1.004,0.563 1.168,0.8 2.144,1.636 3.789,3.261 0.773,0.766 1.406,1.414 1.406,1.446 0,0.101 -0.164,0.05 -0.309,-0.094 -0.078,-0.082 -0.355,-0.235 -0.613,-0.336 -0.258,-0.102 -0.68,-0.297 -0.933,-0.434 -0.805,-0.422 -3.563,-2.23 -5.305,-3.472 -0.281,-0.2 -0.649,-0.461 -0.809,-0.575 -0.332,-0.238 -1.422,-1.132 -1.898,-1.558 -0.262,-0.238 -1.563,-0.953 -1.731,-0.953 -0.031,0 -0.168,-0.051 -0.304,-0.11 -0.141,-0.062 -0.344,-0.148 -0.453,-0.187 -0.29,-0.11 -0.356,-0.231 -0.079,-0.141 z m 3.125,1.664 c 1.059,0.856 4.184,2.942 6.434,4.297 0.801,0.485 1.031,0.57 0.57,0.215 -0.144,-0.113 -0.5,-0.422 -0.789,-0.691 -1.761,-1.633 -2.683,-2.254 -4.886,-3.309 -1.532,-0.734 -1.676,-0.789 -1.329,-0.512 z m -27.578,-1.535 c 0.246,0.024 0.465,0.063 0.492,0.09 0.122,0.113 -0.168,0.164 -0.781,0.137 -0.875,-0.035 -2.308,0.062 -3.054,0.207 -1.153,0.226 -2.489,0.773 -3.461,1.418 -0.278,0.183 -0.766,0.504 -1.082,0.711 -0.321,0.211 -0.668,0.449 -0.778,0.527 -0.113,0.082 -0.234,0.148 -0.273,0.148 -0.149,0 0.019,-0.183 0.441,-0.488 1.414,-1.019 1.852,-1.305 2.153,-1.394 0.082,-0.024 0.234,-0.118 0.335,-0.204 0.102,-0.085 0.286,-0.199 0.403,-0.253 0.39,-0.18 2,-0.641 2.687,-0.77 0.731,-0.137 2.129,-0.199 2.918,-0.129 z m 97.692,0.629 c 0,0.148 -1.61,0.781 -2.598,1.027 -0.187,0.043 -0.547,0.153 -0.801,0.235 -0.258,0.086 -0.519,0.136 -0.597,0.117 -0.09,-0.024 -0.512,0.082 -1.09,0.262 -1.438,0.457 -1.785,0.55 -1.989,0.55 -0.304,0 -0.125,-0.101 0.583,-0.324 0.355,-0.113 1.488,-0.469 2.515,-0.797 1.297,-0.41 1.871,-0.566 1.871,-0.511 0,0.14 0.16,0.097 1.047,-0.289 0.777,-0.34 1.059,-0.411 1.059,-0.27 z m -9.375,0.039 c 0.019,0.031 0.004,0.106 -0.035,0.168 -0.098,0.148 0.011,0.715 0.25,1.297 0.093,0.23 0.23,0.594 0.3,0.809 0.313,0.937 0.778,2.261 1.465,4.183 0.149,0.41 0.285,0.809 0.309,0.883 0.058,0.195 -0.082,0.168 -0.156,-0.031 -0.036,-0.09 -0.102,-0.243 -0.149,-0.344 -0.117,-0.238 -1.406,-3.703 -1.601,-4.305 -0.551,-1.691 -0.645,-2.043 -0.629,-2.308 0.011,-0.157 0.035,-0.309 0.058,-0.344 0.055,-0.082 0.141,-0.086 0.188,-0.008 z m 32.328,0.586 c 0.09,0.188 0.242,0.516 0.336,0.73 0.187,0.434 0.281,0.633 0.636,1.375 0.317,0.661 0.665,1.508 0.762,1.868 0.098,0.347 0.051,0.406 -0.344,0.449 -0.156,0.016 -0.3,0.055 -0.316,0.082 -0.019,0.027 0.191,0.254 0.461,0.504 1.074,0.992 1.078,1.363 0.031,2.293 -0.773,0.683 -1.605,1.203 -3.359,2.086 -1.57,0.793 -1.863,0.918 -1.863,0.82 0,-0.051 0.089,-0.129 0.203,-0.176 0.109,-0.047 0.269,-0.125 0.355,-0.176 0.082,-0.046 0.293,-0.152 0.461,-0.23 0.172,-0.078 0.633,-0.328 1.024,-0.551 0.39,-0.222 0.933,-0.531 1.203,-0.687 1.07,-0.602 2.109,-1.453 2.363,-1.938 0.152,-0.293 0.152,-0.297 0.047,-0.527 -0.125,-0.27 -0.821,-1.055 -1.031,-1.164 -0.079,-0.043 -0.204,-0.059 -0.278,-0.043 -0.097,0.023 -0.152,0 -0.183,-0.074 -0.059,-0.145 0.16,-0.278 0.593,-0.356 0.344,-0.062 0.348,-0.066 0.332,-0.269 -0.007,-0.18 -0.32,-0.993 -0.957,-2.508 -0.664,-1.582 -0.765,-1.856 -0.691,-1.852 0.031,0 0.129,0.153 0.215,0.344 z m -65.289,-0.199 c 0.105,0.078 0.273,0.164 0.371,0.183 0.097,0.024 0.39,0.141 0.644,0.266 0.254,0.125 0.602,0.27 0.774,0.324 0.601,0.196 1.605,0.715 1.629,0.844 0.035,0.195 0.386,0.508 0.57,0.508 0.09,0 0.215,0.054 0.273,0.117 0.11,0.117 0.106,0.133 -0.019,0.508 -0.074,0.215 -0.313,0.746 -0.535,1.187 -0.223,0.438 -0.403,0.848 -0.403,0.918 0,0.141 -0.554,0.668 -0.664,0.633 -0.043,-0.016 -0.254,0.07 -0.464,0.184 -0.446,0.238 -1.856,0.816 -1.993,0.816 -0.254,0 -0.007,-0.16 0.946,-0.621 0.574,-0.273 1.152,-0.566 1.285,-0.648 0.312,-0.192 0.594,-0.5 0.699,-0.766 0.043,-0.113 0.105,-0.246 0.137,-0.297 0.152,-0.23 0.863,-1.687 0.847,-1.734 -0.011,-0.032 -0.336,0.226 -0.718,0.566 -0.387,0.34 -1.067,0.871 -1.516,1.172 -1.34,0.91 -3.926,2.371 -4.492,2.539 -0.082,0.023 -0.449,0.188 -0.82,0.367 -0.743,0.356 -1.165,0.512 -1.165,0.434 0,-0.031 0.04,-0.055 0.09,-0.055 0.047,0 0.125,-0.035 0.168,-0.078 0.047,-0.043 0.293,-0.184 0.547,-0.316 1.106,-0.571 4.305,-2.411 4.918,-2.829 1.004,-0.687 2.567,-1.91 2.567,-2.011 0,-0.035 -0.258,-0.215 -0.575,-0.399 -0.312,-0.179 -0.82,-0.472 -1.129,-0.652 -0.304,-0.18 -0.777,-0.43 -1.05,-0.551 -0.555,-0.254 -1.145,-0.613 -1.145,-0.699 0,-0.078 0.008,-0.074 0.223,0.09 z m 40.551,-0.047 c -0.043,0.019 -0.098,0.016 -0.118,-0.004 -0.019,-0.02 0.016,-0.035 0.082,-0.031 0.071,0.004 0.086,0.015 0.036,0.035 z m -7.02,0.262 c 0.098,0.097 0.031,0.234 -0.109,0.234 -0.137,0 -0.149,-0.055 -0.039,-0.199 0.058,-0.078 0.093,-0.086 0.148,-0.035 z m -87.227,0.304 c 0.372,0.118 0.817,0.239 1.391,0.379 0.777,0.192 3.691,1.149 3.938,1.293 0.105,0.063 0.238,0.113 0.293,0.113 0.164,0 0.117,0.18 -0.09,0.352 -0.914,0.754 -1.957,1.734 -2.903,2.727 -0.351,0.371 -1.281,1.566 -1.445,1.859 -0.176,0.312 -0.934,1.23 -1.047,1.273 -0.25,0.09 1.344,-2.152 2.25,-3.168 0.922,-1.035 1.285,-1.398 2.004,-2.011 0.41,-0.348 0.754,-0.653 0.766,-0.684 0.027,-0.066 -0.34,-0.215 -1.91,-0.769 -2.547,-0.903 -3.614,-1.305 -3.637,-1.368 -0.028,-0.078 0.137,-0.074 0.39,0.004 z m 67.602,0.246 c 0.02,0.075 0.043,0.282 0.059,0.461 0.136,1.52 1.25,6.207 2.117,8.911 0.156,0.476 0.39,1.218 0.527,1.644 0.137,0.426 0.32,0.981 0.406,1.227 0.086,0.246 0.254,0.714 0.368,1.046 0.211,0.598 0.269,0.883 0.144,0.672 -0.066,-0.109 -0.367,-0.925 -0.535,-1.449 -0.051,-0.164 -0.133,-0.39 -0.18,-0.496 -0.047,-0.109 -0.086,-0.246 -0.086,-0.301 0,-0.058 -0.023,-0.133 -0.054,-0.164 -0.032,-0.031 -0.133,-0.301 -0.223,-0.594 -0.094,-0.296 -0.207,-0.656 -0.254,-0.796 -0.047,-0.141 -0.086,-0.301 -0.086,-0.36 0,-0.054 -0.043,-0.176 -0.094,-0.273 -0.05,-0.094 -0.093,-0.223 -0.093,-0.285 0,-0.067 -0.032,-0.176 -0.071,-0.25 -0.043,-0.071 -0.093,-0.223 -0.121,-0.34 -0.027,-0.114 -0.129,-0.438 -0.226,-0.715 -0.098,-0.281 -0.34,-1.156 -0.536,-1.945 -0.195,-0.789 -0.378,-1.528 -0.41,-1.645 -0.41,-1.543 -0.8,-3.629 -0.8,-4.277 0,-0.231 0.105,-0.282 0.148,-0.071 z m 25.965,0.145 c -0.043,0.016 -0.098,0.016 -0.117,-0.004 -0.02,-0.019 0.015,-0.035 0.082,-0.031 0.07,0.004 0.086,0.015 0.035,0.035 z m -0.285,0.109 c -0.067,0.051 -0.168,0.09 -0.227,0.09 -0.062,0 -0.129,0.028 -0.148,0.059 -0.051,0.082 -0.231,0.078 -0.203,-0.008 0.023,-0.066 0.449,-0.231 0.605,-0.227 0.07,0 0.063,0.02 -0.027,0.086 z m -103.43,0.129 c -0.105,0.094 -0.66,0.567 -1.238,1.047 -1.004,0.844 -1.211,1.035 -2.176,2.008 -0.238,0.238 -0.461,0.434 -0.496,0.434 -0.074,0 -0.973,0.929 -1.563,1.609 -0.808,0.941 -1.976,2.84 -1.976,3.223 0,0.335 0.207,1.062 0.449,1.566 0.25,0.523 0.664,1.543 0.664,1.637 0,0.027 0.055,0.164 0.121,0.297 0.067,0.136 0.336,0.73 0.594,1.324 0.262,0.59 0.598,1.316 0.75,1.613 0.152,0.297 0.402,0.816 0.555,1.16 0.148,0.34 0.312,0.692 0.363,0.778 0.105,0.187 0.117,0.062 0.027,-0.235 -0.312,-0.984 -0.687,-4.801 -0.508,-5.113 0.063,-0.109 0.071,-0.106 0.129,0.035 0.035,0.082 0.094,0.441 0.133,0.805 0.195,1.875 0.535,3.996 0.813,5.109 0.234,0.918 0.472,1.668 0.589,1.824 0.094,0.133 0.114,0.332 0.032,0.332 -0.16,0 -0.375,-0.265 -0.446,-0.547 -0.039,-0.167 -0.269,-0.644 -0.507,-1.062 -0.239,-0.414 -0.629,-1.117 -0.868,-1.563 -0.238,-0.441 -0.632,-1.074 -0.879,-1.402 -0.847,-1.144 -1.078,-1.5 -1.421,-2.199 -0.192,-0.387 -0.356,-0.703 -0.371,-0.703 -0.012,0 -0.25,0.312 -0.532,0.695 -0.789,1.086 -1.668,2.117 -1.804,2.117 -0.09,0 0.277,-0.558 1.066,-1.64 0.426,-0.575 0.859,-1.2 0.965,-1.383 0.109,-0.188 0.285,-0.387 0.394,-0.453 0.235,-0.141 0.239,-0.125 -0.082,-1.129 -0.117,-0.379 -0.265,-0.899 -0.324,-1.156 -0.062,-0.258 -0.148,-0.485 -0.195,-0.5 -0.11,-0.043 -0.039,-0.864 0.082,-0.93 0.043,-0.024 0.152,-0.195 0.238,-0.379 0.789,-1.668 3.945,-4.984 6.035,-6.34 0.426,-0.277 0.953,-0.629 1.176,-0.777 0.231,-0.16 0.32,-0.203 0.211,-0.102 z m -7.047,11.559 c -0.043,0.066 0.578,1.285 0.629,1.234 0.02,-0.019 -0.031,-0.176 -0.117,-0.347 -0.086,-0.176 -0.203,-0.461 -0.262,-0.633 -0.101,-0.301 -0.172,-0.375 -0.25,-0.254 z m 105,-11.481 c 0,0.223 -0.598,0.399 -0.664,0.2 -0.035,-0.094 0.34,-0.317 0.523,-0.317 0.098,0 0.141,0.035 0.141,0.117 z m 4.762,-0.007 c 0,0.039 -0.078,0.082 -0.172,0.101 -0.094,0.016 -0.254,0.059 -0.355,0.094 -0.969,0.336 -3.036,0.894 -3.145,0.855 -0.055,-0.019 -0.102,-0.086 -0.102,-0.144 0,-0.082 0.071,-0.113 0.325,-0.141 0.425,-0.043 0.922,-0.16 2.55,-0.605 0.801,-0.219 0.899,-0.235 0.899,-0.16 z m -68.817,0.429 c 0.59,0.551 1.891,2.059 1.891,2.192 0,0.172 -0.25,-0.051 -0.996,-0.895 -0.418,-0.465 -0.926,-1.031 -1.125,-1.25 -0.559,-0.609 -0.402,-0.641 0.23,-0.047 z m 64.586,0.367 c 0.063,0.102 -0.207,0.289 -0.414,0.289 -0.132,0 -0.179,-0.027 -0.179,-0.109 0,-0.187 0.492,-0.336 0.593,-0.18 z m 32.328,0.325 c 0.028,0.023 0.047,0.086 0.047,0.136 0,0.067 -0.019,0.075 -0.07,0.024 -0.039,-0.035 -0.059,-0.098 -0.043,-0.133 0.012,-0.039 0.043,-0.051 0.066,-0.027 z m -94.304,0.89 c 0.804,0.809 1.207,1.289 1.086,1.285 -0.051,0 -1.938,-1.886 -2.012,-2.015 -0.031,-0.047 -0.035,-0.102 -0.012,-0.125 0.024,-0.024 0.446,0.363 0.938,0.855 z m 94.605,-0.164 c 0.039,0.09 0.094,0.219 0.125,0.285 0.028,0.067 0.094,0.246 0.141,0.407 0.125,0.414 -0.012,0.32 -0.16,-0.11 -0.067,-0.195 -0.164,-0.398 -0.211,-0.453 -0.102,-0.109 -0.117,-0.293 -0.024,-0.293 0.036,0 0.094,0.074 0.129,0.164 z m -70.113,0.465 c -0.043,0.164 0.066,0.203 0.199,0.078 0.18,-0.176 0.035,0.074 -0.465,0.801 -0.296,0.434 -0.586,0.871 -0.64,0.98 -0.461,0.875 -1.653,2.012 -3.258,3.11 -0.379,0.258 -1.316,0.762 -1.356,0.722 -0.023,-0.023 0.645,-0.515 1.184,-0.867 0.203,-0.133 0.52,-0.363 0.699,-0.515 0.184,-0.153 0.383,-0.309 0.442,-0.348 0.062,-0.043 0.164,-0.164 0.23,-0.27 0.067,-0.105 0.254,-0.332 0.418,-0.507 0.609,-0.657 2.266,-2.782 2.262,-2.903 -0.004,-0.023 -0.059,0.024 -0.129,0.102 -0.098,0.113 -0.34,0.199 -1.125,0.406 -0.551,0.141 -1.223,0.301 -1.492,0.348 -1.953,0.344 -4.742,0.367 -5.852,0.047 -0.41,-0.118 -0.562,-0.231 -0.246,-0.18 0.738,0.121 1.602,0.168 2.348,0.133 1.777,-0.086 3.558,-0.348 5.074,-0.746 0.254,-0.071 0.613,-0.164 0.797,-0.211 0.183,-0.051 0.449,-0.145 0.594,-0.211 0.328,-0.153 0.363,-0.153 0.316,0.031 z m -49.305,0.984 c -0.058,0.063 -0.488,0.364 -0.953,0.668 -1.601,1.043 -2.777,1.954 -3.359,2.59 -0.75,0.828 -0.719,0.926 0.062,0.203 0.7,-0.644 1.625,-1.375 2.117,-1.664 0.188,-0.113 0.524,-0.332 0.75,-0.492 0.223,-0.156 0.426,-0.289 0.454,-0.289 0.152,0 -0.114,0.262 -0.938,0.914 -2.019,1.606 -2.723,2.203 -3.18,2.695 -0.265,0.289 -0.367,0.254 -0.363,-0.128 0.004,-0.364 0.113,-0.653 0.41,-1.067 0.442,-0.621 1.825,-1.762 3.145,-2.59 0.449,-0.281 1.801,-0.957 1.918,-0.957 0.027,0 0,0.051 -0.063,0.117 z m 55.43,1.571 c 0.484,0.5 1.707,2.168 2.758,3.765 0.527,0.797 0.625,0.977 0.914,1.661 0.344,0.812 0.449,1.023 0.656,1.324 0.285,0.41 0.934,1.711 1.356,2.711 0.289,0.691 0.394,1.039 0.656,2.215 0.039,0.164 0.152,0.5 0.25,0.746 0.101,0.246 0.207,0.554 0.234,0.687 0.031,0.133 0.082,0.32 0.117,0.418 0.207,0.566 0.571,1.75 0.692,2.242 0.133,0.547 0.328,1.266 0.656,2.422 0.469,1.656 0.906,5.297 0.809,6.742 -0.02,0.34 -0.18,0.512 -1.313,1.442 -1.195,0.984 -2.449,1.793 -4.25,2.75 -0.519,0.277 -1.265,0.687 -1.656,0.918 -0.606,0.351 -0.715,0.441 -0.742,0.59 -0.028,0.152 -0.09,0.199 -0.496,0.359 -0.254,0.101 -0.559,0.226 -0.68,0.277 -1.449,0.614 -4.203,1.446 -6.07,1.832 -0.68,0.141 -1.504,0.219 -1.45,0.137 0.02,-0.031 0.11,-0.07 0.204,-0.086 0.093,-0.019 0.382,-0.086 0.636,-0.152 0.254,-0.067 0.84,-0.203 1.297,-0.309 1.524,-0.344 2.594,-0.648 4.27,-1.211 1.215,-0.406 1.515,-0.539 1.715,-0.742 0.183,-0.191 0.082,-0.176 -0.571,0.07 -0.758,0.289 -1.414,0.508 -1.519,0.504 -0.18,-0.004 0.425,-0.304 1.211,-0.601 1.101,-0.418 2.57,-1.118 3.093,-1.477 0.801,-0.547 1.657,-1.391 2.536,-2.496 0.203,-0.258 0.476,-0.586 0.605,-0.734 0.254,-0.286 0.262,-0.383 0.016,-0.227 -0.235,0.149 -0.305,0.117 -0.164,-0.078 0.07,-0.094 0.132,-0.195 0.132,-0.223 0.004,-0.027 0.243,-0.25 0.528,-0.492 0.289,-0.242 0.511,-0.453 0.496,-0.469 -0.016,-0.015 -0.215,0.098 -0.449,0.246 -0.508,0.332 -0.598,0.348 -0.508,0.098 0.043,-0.121 0.281,-0.348 0.695,-0.668 0.344,-0.265 0.789,-0.656 0.988,-0.863 0.2,-0.211 0.399,-0.383 0.442,-0.383 0.054,0 0.101,0.113 0.129,0.324 0.039,0.305 0.023,0.348 -0.254,0.852 -0.164,0.289 -0.43,0.707 -0.594,0.926 -0.16,0.218 -0.34,0.5 -0.391,0.625 -0.144,0.332 -0.457,0.675 -1.441,1.601 -0.488,0.457 -0.871,0.84 -0.859,0.856 0.105,0.101 2.328,-1.547 3.441,-2.547 l 0.656,-0.594 -0.019,-0.406 c -0.086,-1.871 -0.211,-3.035 -0.481,-4.547 -0.117,-0.649 -0.504,-2.586 -0.59,-2.938 -0.031,-0.136 -0.058,-0.32 -0.058,-0.406 0,-0.504 -0.848,-3.539 -1.086,-3.89 -0.051,-0.075 -0.09,-0.2 -0.09,-0.278 0,-0.078 -0.094,-0.394 -0.211,-0.703 -0.113,-0.312 -0.297,-0.797 -0.402,-1.082 -0.106,-0.285 -0.192,-0.57 -0.196,-0.629 0,-0.058 -0.043,-0.16 -0.089,-0.226 -0.051,-0.063 -0.079,-0.161 -0.063,-0.215 0.051,-0.149 -0.969,-2.293 -1.703,-3.586 -1.356,-2.371 -1.676,-2.895 -2.523,-4.094 -0.719,-1.012 -1.059,-1.473 -1.313,-1.773 -0.293,-0.34 -0.332,-0.411 -0.227,-0.411 0.043,0 0.168,0.09 0.27,0.196 z m 44.055,1.008 c 0.086,0.21 0.718,1.449 1.254,2.445 0.254,0.476 0.617,1.191 0.812,1.586 0.192,0.394 0.664,1.347 1.051,2.121 0.387,0.773 0.742,1.5 0.789,1.613 0.043,0.117 0.125,0.258 0.176,0.317 0.05,0.058 0.097,0.191 0.101,0.296 0.004,0.11 0.032,0.262 0.059,0.344 l 0.051,0.149 -0.129,-0.149 -0.125,-0.148 -0.422,0.394 c -0.469,0.442 -1.258,1.043 -1.258,0.961 0,-0.031 0.336,-0.379 0.742,-0.773 0.504,-0.488 0.742,-0.762 0.742,-0.852 0,-0.117 -0.39,-0.902 -1.261,-2.543 -0.141,-0.261 -0.407,-0.785 -0.59,-1.164 -0.184,-0.379 -0.539,-1.105 -0.793,-1.613 -0.57,-1.156 -1.156,-2.465 -1.25,-2.805 -0.078,-0.281 -0.039,-0.41 0.051,-0.179 z m 21.371,0.371 c 0.121,0.304 0.129,0.398 0.023,0.398 -0.082,0 -0.304,-0.527 -0.254,-0.609 0.063,-0.102 0.133,-0.039 0.231,0.211 z m -69.528,0.14 c 0.09,0.086 0.032,0.223 -0.25,0.61 -0.367,0.496 -1.226,1.324 -1.98,1.906 -0.316,0.242 -0.68,0.543 -0.805,0.668 -0.652,0.64 -1.945,1.269 -3.812,1.851 -1.008,0.317 -1.524,0.422 -1.524,0.317 0,-0.086 0.164,-0.164 0.461,-0.215 0.758,-0.133 2.883,-1.027 3.321,-1.395 0.113,-0.101 0.488,-0.347 0.828,-0.55 0.8,-0.485 2.308,-1.649 2.23,-1.723 -0.015,-0.016 -0.304,0.125 -0.637,0.32 -0.773,0.446 -2.113,1.118 -2.761,1.383 -1.496,0.617 -3.36,1.274 -3.617,1.274 -0.039,0 -0.071,-0.028 -0.071,-0.059 0,-0.063 0.379,-0.246 1.176,-0.559 2.363,-0.933 3.461,-1.449 5.133,-2.429 1.117,-0.657 1.609,-0.981 1.953,-1.285 0.168,-0.153 0.277,-0.188 0.355,-0.114 z m 48.922,0.305 c 0.117,0.156 0.586,0.984 1.035,1.84 0.891,1.676 1.29,2.414 1.364,2.508 0.023,0.035 0.304,0.546 0.617,1.136 0.316,0.594 0.621,1.125 0.676,1.184 0.097,0.098 0.129,0.094 0.656,-0.07 0.855,-0.262 2.66,-0.883 2.824,-0.969 0.078,-0.043 0.313,-0.121 0.516,-0.18 0.203,-0.055 0.648,-0.215 0.988,-0.347 0.34,-0.137 0.899,-0.36 1.238,-0.497 0.34,-0.132 1.606,-0.675 2.813,-1.203 1.273,-0.558 2.258,-0.953 2.351,-0.949 0.09,0.008 0.532,-0.164 1.024,-0.398 0.762,-0.36 1.273,-0.625 3.121,-1.618 0.363,-0.195 0.512,-0.246 0.703,-0.23 0.137,0.008 0.258,0.047 0.27,0.086 0.011,0.039 -0.961,0.547 -2.317,1.203 -1.285,0.625 -3.437,1.672 -4.781,2.324 -1.344,0.653 -3.012,1.434 -3.711,1.731 -1.727,0.742 -4.734,1.851 -5.449,2.011 -0.297,0.067 -0.442,0.036 -0.328,-0.07 0.058,-0.055 0.957,-0.387 1.605,-0.594 0.508,-0.164 0.949,-0.316 1.637,-0.574 0.324,-0.121 0.676,-0.242 0.777,-0.265 0.106,-0.028 0.426,-0.157 0.715,-0.29 0.285,-0.132 0.586,-0.257 0.672,-0.285 0.219,-0.062 1.519,-0.644 2.691,-1.199 1.106,-0.519 1.055,-0.492 1.008,-0.535 -0.047,-0.047 -1.371,0.461 -2.543,0.98 -1.656,0.735 -5.367,2.145 -5.918,2.25 -0.121,0.024 -0.281,0.098 -0.355,0.168 -0.125,0.11 -0.153,0.114 -0.231,0.039 -0.105,-0.101 -1.508,-2.695 -2.824,-5.226 -0.84,-1.609 -1.144,-2.246 -1.078,-2.246 0.012,0 0.121,0.129 0.234,0.285 z m 20.551,0.852 c 0.02,0.031 -0.055,0.136 -0.164,0.238 -0.238,0.211 -1.941,1.429 -2.43,1.734 -0.183,0.117 -1.09,0.703 -2.015,1.305 -1.094,0.711 -1.727,1.086 -1.797,1.07 -0.063,-0.015 -0.293,0.059 -0.512,0.164 -0.465,0.227 -0.64,0.297 -0.578,0.231 0.062,-0.063 0.887,-0.614 1.703,-1.133 0.352,-0.227 1.02,-0.66 1.485,-0.961 0.464,-0.305 1.117,-0.715 1.449,-0.914 0.332,-0.199 0.765,-0.512 0.965,-0.692 0.203,-0.179 0.421,-0.324 0.492,-0.324 0.066,0 0.351,-0.176 0.629,-0.39 0.484,-0.371 0.691,-0.457 0.773,-0.328 z m -122.191,0.238 c 0,0.062 -0.41,0.824 -0.907,1.687 -1.3,2.25 -2.261,4.223 -2.742,5.625 -0.199,0.582 -0.218,0.782 -0.047,0.512 0.36,-0.578 0.641,-0.996 0.746,-1.109 0.063,-0.071 0.442,-0.598 0.84,-1.164 0.731,-1.047 0.864,-1.172 1.016,-0.934 0.047,0.07 0.043,0.266 -0.016,0.687 -0.043,0.321 -0.117,0.95 -0.16,1.395 -0.047,0.441 -0.129,1.184 -0.18,1.641 -0.054,0.461 -0.121,1.183 -0.152,1.601 -0.031,0.418 -0.082,0.797 -0.117,0.836 -0.035,0.043 -0.086,0.211 -0.109,0.375 -0.055,0.36 -0.141,0.543 -0.223,0.465 -0.117,-0.117 0.355,-4.383 0.629,-5.68 0.129,-0.605 0.156,-0.972 0.07,-0.972 -0.117,0 -0.359,0.375 -2.039,3.136 -0.98,1.621 -1.773,3.383 -2.176,4.86 -0.066,0.254 -0.164,0.324 -0.222,0.172 -0.067,-0.161 0.242,-1.348 0.593,-2.278 0.196,-0.527 0.446,-1.254 0.555,-1.617 0.277,-0.93 0.641,-1.957 1.031,-2.93 0.344,-0.847 1.356,-2.902 1.801,-3.656 0.129,-0.226 0.27,-0.465 0.309,-0.527 0.82,-1.403 1.359,-2.242 1.441,-2.242 0.031,0 0.059,0.05 0.059,0.117 z m 114.988,1.558 c 0,0.032 -0.043,0.059 -0.094,0.059 -0.051,0 -0.094,-0.012 -0.094,-0.027 0,-0.012 0.043,-0.036 0.094,-0.055 0.051,-0.02 0.094,-0.008 0.094,0.023 z m -38.688,1.938 c 0.063,0.113 0.094,0.226 0.071,0.25 -0.024,0.019 -0.086,-0.063 -0.141,-0.184 -0.125,-0.293 -0.082,-0.336 0.07,-0.066 z m -77.242,0.82 c -0.039,0.113 -0.172,0.129 -0.172,0.024 0,-0.051 0.043,-0.094 0.098,-0.094 0.055,0 0.086,0.031 0.074,0.07 z m 47.176,0.742 c 1.012,0.094 1.555,0.161 2.008,0.243 0.426,0.082 0.555,0.086 0.73,0.023 0.289,-0.102 0.391,0 0.168,0.168 -0.218,0.168 -0.746,0.355 -1.422,0.5 -1.218,0.266 -4.484,0.129 -4.484,-0.188 0,-0.027 0.801,-0.046 1.777,-0.042 1.637,0.007 2.262,-0.032 2.911,-0.18 0.3,-0.07 0.101,-0.125 -0.715,-0.192 -1.184,-0.093 -2.426,-0.086 -3.074,0.024 -0.301,0.051 -0.555,0.078 -0.571,0.062 -0.113,-0.105 0.422,-0.308 0.942,-0.359 0.539,-0.051 1.476,-0.082 1.73,-0.059 z m 31.359,1.129 c 0.348,0.707 0.383,0.809 0.29,0.809 -0.094,0 -0.735,-1.414 -0.668,-1.473 0.019,-0.019 0.187,0.278 0.378,0.664 z m 14.618,-0.316 c 0.07,0.109 0.367,0.683 0.664,1.273 1.156,2.325 2.261,4.336 2.382,4.336 0.071,0 0.618,0.766 0.618,0.867 0,0.165 -0.141,0.161 -0.313,-0.007 -0.234,-0.235 -0.758,-1.129 -1.515,-2.594 -0.676,-1.305 -1.575,-3.098 -1.575,-3.141 0,-0.011 -0.097,-0.218 -0.218,-0.453 -0.227,-0.457 -0.25,-0.609 -0.043,-0.281 z m 20.453,0.164 c 0.019,0.031 0.051,0.617 0.07,1.301 0.039,1.343 0.106,1.683 0.367,1.847 0.196,0.125 0.223,0.223 0.149,0.555 -0.055,0.242 -0.106,0.32 -0.34,0.477 -0.153,0.105 -0.293,0.191 -0.309,0.191 -0.019,0 -0.136,0.074 -0.261,0.172 -0.325,0.246 -1.192,0.738 -1.231,0.703 -0.055,-0.055 0.344,-0.383 0.816,-0.68 0.5,-0.312 1.082,-0.777 1.082,-0.863 0,-0.031 -0.054,-0.113 -0.124,-0.184 l -0.126,-0.132 -0.089,0.125 c -0.047,0.07 -0.168,0.14 -0.262,0.16 -0.094,0.015 -0.227,0.074 -0.297,0.121 -0.113,0.082 -0.098,0.086 0.148,0.031 0.149,-0.031 0.29,-0.039 0.309,-0.019 0.117,0.113 -0.582,0.48 -2.465,1.281 -0.562,0.238 -1.426,0.609 -1.918,0.824 -0.492,0.215 -1.16,0.496 -1.484,0.625 -0.324,0.129 -0.793,0.328 -1.043,0.442 -0.25,0.109 -0.473,0.203 -0.496,0.203 -0.02,0 -0.297,0.109 -0.613,0.238 -0.313,0.133 -0.614,0.238 -0.661,0.238 -0.046,0 -0.179,0.055 -0.293,0.117 -0.359,0.204 -1.738,0.723 -1.918,0.723 -0.097,0 -0.246,0.043 -0.328,0.094 -0.082,0.051 -0.199,0.082 -0.257,0.07 -0.118,-0.023 0.984,-0.562 1.988,-0.973 0.308,-0.125 0.613,-0.257 0.683,-0.3 0.067,-0.043 0.192,-0.094 0.274,-0.118 0.082,-0.027 0.355,-0.164 0.609,-0.308 0.25,-0.141 0.504,-0.262 0.559,-0.262 0.058,0 0.492,-0.191 0.969,-0.426 1.484,-0.726 2.703,-1.312 3.027,-1.457 0.172,-0.074 0.953,-0.472 1.734,-0.882 l 1.426,-0.747 0.07,-0.585 c 0.039,-0.325 0.059,-0.833 0.047,-1.129 -0.043,-0.879 -0.039,-1.399 0.004,-1.465 0.051,-0.078 0.137,-0.082 0.184,-0.008 z m -41.387,0.004 c 0.168,0.422 0.332,0.953 0.289,0.93 -0.082,-0.051 -0.387,-0.86 -0.355,-0.946 0.023,-0.054 0.039,-0.051 0.066,0.016 z m 0.434,1.168 c 0.019,0.047 0.007,0.09 -0.024,0.09 -0.035,0 -0.062,-0.043 -0.062,-0.09 0,-0.051 0.011,-0.09 0.027,-0.09 0.012,0 0.039,0.039 0.059,0.09 z m 38.082,0.058 c 0,0.016 -0.141,0.098 -0.313,0.18 -0.168,0.082 -0.308,0.172 -0.308,0.203 0,0.028 -0.172,0.125 -0.387,0.215 -0.211,0.09 -0.762,0.348 -1.223,0.566 -0.832,0.403 -1.496,0.696 -3.371,1.485 -2.066,0.867 -7.926,2.941 -8.316,2.941 -0.227,0 -0.184,-0.109 0.105,-0.285 0.164,-0.098 0.629,-0.359 1.039,-0.582 0.406,-0.223 0.906,-0.504 1.114,-0.625 0.203,-0.125 0.468,-0.269 0.585,-0.324 l 0.219,-0.102 -0.219,0.184 c -0.117,0.105 -0.418,0.328 -0.664,0.496 -0.246,0.172 -0.449,0.336 -0.449,0.363 0,0.032 0.035,0.028 0.078,-0.004 0.043,-0.031 0.34,-0.144 0.664,-0.254 2.325,-0.781 7.278,-2.668 8.825,-3.359 0.207,-0.094 0.437,-0.172 0.507,-0.172 0.067,0 0.145,-0.027 0.164,-0.062 0.043,-0.063 0.93,-0.481 1.192,-0.563 0.078,-0.023 0.258,-0.105 0.402,-0.183 0.258,-0.145 0.356,-0.176 0.356,-0.118 z m -110.149,1.329 c 0.028,0.043 0.086,0.265 0.395,1.496 0.051,0.203 0.074,0.402 0.051,0.437 -0.024,0.035 0,0.11 0.046,0.164 0.047,0.055 0.25,0.586 0.446,1.176 0.558,1.672 1.027,2.848 1.961,4.906 0.922,2.039 1.035,2.25 1.172,2.211 0.113,-0.035 0.117,0 0.117,1.008 0,0.578 -0.024,1.062 -0.055,1.082 -0.09,0.055 -0.129,-0.133 -0.129,-0.633 0,-0.316 -0.031,-0.539 -0.098,-0.66 -0.175,-0.328 -0.519,-0.75 -0.742,-0.914 -0.175,-0.133 -0.953,-1.211 -1.789,-2.484 -0.48,-0.735 -0.597,-0.918 -0.875,-1.375 -0.758,-1.243 -1.433,-2.633 -1.367,-2.825 0.031,-0.097 0.266,0.254 0.801,1.211 0.394,0.703 1.551,2.535 1.808,2.864 0.137,0.175 0.34,0.441 0.45,0.593 0.109,0.149 0.242,0.313 0.297,0.364 0.089,0.086 0.089,0.074 0.007,-0.145 -0.05,-0.129 -0.207,-0.492 -0.347,-0.805 -0.278,-0.609 -0.391,-0.894 -1.059,-2.66 -0.445,-1.172 -0.762,-2.152 -0.828,-2.574 -0.02,-0.129 -0.078,-0.414 -0.121,-0.625 -0.11,-0.488 -0.25,-1.785 -0.203,-1.828 0.015,-0.02 0.047,-0.012 0.062,0.016 z m 94.379,1.519 c 0.285,0.434 0.942,1.961 1.137,2.641 0.078,0.265 0.137,0.359 0.254,0.402 0.082,0.031 0.152,0.098 0.152,0.145 0,0.152 -0.238,0.472 -0.465,0.632 -0.117,0.082 -0.418,0.301 -0.664,0.485 -0.609,0.453 -1.289,0.89 -1.39,0.89 -0.141,0 -0.086,-0.117 0.101,-0.23 0.219,-0.129 0.758,-0.547 1.43,-1.113 0.375,-0.317 0.492,-0.453 0.492,-0.567 -0.004,-0.164 -0.238,-1.019 -0.391,-1.41 -0.183,-0.473 -0.363,-0.906 -0.578,-1.391 -0.215,-0.488 -0.258,-0.761 -0.078,-0.484 z m -56.293,0.211 c 0,0.195 -1.621,2.063 -1.711,1.973 -0.019,-0.02 0.18,-0.282 0.442,-0.582 0.261,-0.301 0.617,-0.746 0.793,-0.989 0.171,-0.242 0.351,-0.441 0.394,-0.441 0.047,0 0.082,0.016 0.082,0.039 z m -0.66,0.059 c 0.023,0.023 0.043,0.058 0.043,0.082 0,0.078 -0.988,1.039 -1.027,1 -0.051,-0.047 0,-0.118 0.496,-0.692 0.371,-0.429 0.414,-0.461 0.488,-0.39 z m -0.504,2.156 c -0.09,0.156 -0.5,0.523 -0.539,0.484 -0.047,-0.043 0.32,-0.449 0.48,-0.531 0.102,-0.055 0.11,-0.051 0.059,0.047 z m 38.016,0.984 c 0.043,0.039 0.074,0.102 0.078,0.137 0,0.059 0.875,1.754 2.265,4.398 0.34,0.641 0.743,1.368 0.895,1.614 0.156,0.246 0.445,0.73 0.641,1.078 0.511,0.887 1.058,1.769 1.339,2.144 0.379,0.516 0.293,0.684 -0.113,0.215 -0.125,-0.148 -0.254,-0.269 -0.281,-0.269 -0.102,0 -0.039,0.199 0.144,0.457 0.188,0.265 0.204,0.367 0.043,0.304 -0.093,-0.035 -0.73,-1.047 -0.73,-1.16 0,-0.043 0.047,-0.078 0.102,-0.078 0.132,0 0.109,-0.055 -0.5,-1.078 -0.918,-1.551 -2.122,-3.816 -3.032,-5.707 -0.332,-0.691 -0.687,-1.426 -0.789,-1.633 -0.183,-0.371 -0.211,-0.566 -0.062,-0.422 z m 6.816,0.528 c 0.043,0.101 0.067,0.199 0.051,0.214 -0.02,0.016 -0.066,-0.054 -0.109,-0.152 -0.047,-0.101 -0.067,-0.199 -0.051,-0.215 0.019,-0.015 0.066,0.051 0.109,0.153 z m -96.027,0.179 c 0.32,0.063 0.871,0.305 1.136,0.5 0.344,0.254 0.758,0.879 0.579,0.875 -0.024,0 -0.231,-0.168 -0.453,-0.375 -0.469,-0.429 -0.985,-0.695 -1.442,-0.742 -0.383,-0.039 -0.996,0.102 -1.391,0.313 -0.293,0.16 -0.378,0.179 -0.378,0.093 0,-0.144 1.437,-0.761 1.668,-0.715 0.019,0 0.144,0.028 0.281,0.051 z m 96.41,0.285 c 0.055,0.059 0.211,0.309 0.352,0.559 0.14,0.254 0.3,0.492 0.351,0.535 0.051,0.039 0.199,0.254 0.324,0.469 0.125,0.219 0.434,0.719 0.684,1.113 0.254,0.395 0.613,0.957 0.801,1.254 0.39,0.621 0.738,1.113 0.988,1.395 l 0.172,0.195 0.773,-0.5 c 1.02,-0.66 1.664,-1.039 1.856,-1.086 0.258,-0.062 -0.364,0.445 -1.313,1.078 -0.804,0.535 -0.992,0.684 -0.867,0.684 0.109,0 2.262,-0.723 3.297,-1.106 0.574,-0.215 1.07,-0.39 1.101,-0.39 0.028,0 0.215,-0.071 0.418,-0.161 0.2,-0.089 0.473,-0.179 0.61,-0.203 0.265,-0.047 1.98,-0.66 2.941,-1.054 0.727,-0.301 0.864,-0.34 0.864,-0.262 0,0.082 -0.59,0.344 -1.766,0.785 -0.543,0.203 -1.297,0.484 -1.676,0.625 -0.375,0.141 -0.844,0.34 -1.043,0.445 -0.199,0.102 -0.394,0.184 -0.437,0.184 -0.043,0 -0.161,0.039 -0.254,0.09 -0.242,0.121 -2.125,0.801 -2.977,1.074 -0.383,0.121 -0.773,0.285 -0.867,0.359 -0.34,0.278 -0.785,0.508 -0.969,0.508 -0.133,0 -0.367,0.121 -0.777,0.395 -0.801,0.539 -1.223,0.769 -1.942,1.078 -0.613,0.266 -1.085,0.387 -1.085,0.281 0,-0.027 0.167,-0.133 0.375,-0.23 1.437,-0.672 2.218,-1.114 2.765,-1.563 l 0.207,-0.168 -0.195,-0.449 c -0.109,-0.246 -0.227,-0.527 -0.262,-0.629 -0.133,-0.379 -0.32,-0.746 -0.797,-1.566 -0.593,-1.028 -1.91,-3.606 -1.91,-3.746 0,-0.129 0.141,-0.125 0.258,0.007 z m 1.68,3.289 c 0.082,0.122 0.308,0.528 0.507,0.895 0.2,0.371 0.411,0.719 0.473,0.773 0.106,0.094 0.113,0.09 0.113,-0.023 0,-0.066 -0.05,-0.184 -0.113,-0.262 -0.168,-0.218 -0.926,-1.39 -0.973,-1.504 -0.023,-0.058 -0.066,-0.105 -0.097,-0.105 -0.031,0 0.012,0.101 0.09,0.226 z m 1.589,3.004 c 0,0.032 0.055,0.059 0.122,0.059 0.07,0 0.125,-0.027 0.125,-0.059 0,-0.035 -0.055,-0.058 -0.125,-0.058 -0.067,0 -0.122,0.023 -0.122,0.058 z m -38.976,-4.425 c 0.441,0.156 0.973,0.511 1.195,0.808 0.196,0.25 0.543,0.883 0.543,0.977 0,0.148 -0.308,-0.11 -0.555,-0.457 -0.296,-0.418 -0.714,-0.774 -1.187,-1.004 -0.422,-0.207 -1.02,-0.203 -1.277,0.004 -0.102,0.082 -0.227,0.258 -0.282,0.383 -0.125,0.3 -0.226,0.367 -0.226,0.144 0,-0.258 0.254,-0.687 0.488,-0.84 0.274,-0.172 0.828,-0.179 1.301,-0.015 z m 53.324,0.324 c 0,0.012 -0.043,0.039 -0.094,0.058 -0.054,0.02 -0.082,0.012 -0.058,-0.023 0.035,-0.059 0.152,-0.086 0.152,-0.035 z m -54.168,0.426 c 0.188,0.121 0.277,0.144 0.453,0.113 0.313,-0.059 0.723,0.109 0.981,0.406 0.125,0.141 0.281,0.25 0.371,0.258 0.203,0.023 0.281,0.074 0.281,0.187 0,0.149 -0.793,0.071 -1.301,-0.125 -0.449,-0.171 -1.078,-0.714 -1.039,-0.894 0.02,-0.086 0.055,-0.078 0.254,0.055 z m 0.754,0.418 c 0.066,0.046 0.133,0.074 0.152,0.054 0.039,-0.039 -0.117,-0.144 -0.211,-0.144 -0.035,0.004 -0.007,0.043 0.059,0.09 z m 52.426,-0.418 c -0.086,0.046 -0.184,0.082 -0.215,0.082 -0.035,0 0.004,-0.036 0.09,-0.082 0.086,-0.051 0.183,-0.086 0.219,-0.086 0.031,0 -0.008,0.035 -0.094,0.086 z m -34.824,0.804 c 0,0.035 -0.028,0.059 -0.063,0.059 -0.035,0 -0.062,-0.024 -0.062,-0.059 0,-0.031 0.027,-0.058 0.062,-0.058 0.035,0 0.063,0.027 0.063,0.058 z m -18.422,0.344 c -0.133,0.191 -0.473,0.789 -0.758,1.332 -0.281,0.543 -0.523,0.941 -0.535,0.887 -0.028,-0.121 0.89,-1.965 1.152,-2.309 0.305,-0.402 0.43,-0.324 0.141,0.09 z m -17.531,0.098 c -0.098,0.074 -0.102,0.144 -0.051,0.761 0.031,0.375 0.086,0.758 0.125,0.848 0.144,0.375 0.117,0.402 -0.414,0.363 -0.383,-0.031 -0.578,-0.011 -0.961,0.09 -0.575,0.153 -0.617,0.156 -0.59,0.031 0.027,-0.132 0.863,-0.445 1.301,-0.484 l 0.351,-0.035 -0.043,-0.184 c -0.023,-0.101 -0.043,-0.41 -0.039,-0.679 0.004,-0.434 0.02,-0.512 0.149,-0.645 0.082,-0.082 0.175,-0.148 0.214,-0.148 0.036,0.004 0.016,0.039 -0.042,0.082 z m 66.957,0.285 c -0.04,0.039 -0.09,0.058 -0.11,0.039 -0.019,-0.02 0.016,-0.051 0.078,-0.074 0.086,-0.032 0.094,-0.024 0.032,0.035 z m -47.211,-0.039 c 0,0.023 -0.098,0.152 -0.219,0.289 -0.141,0.156 -0.211,0.289 -0.192,0.359 0.02,0.071 -0.058,0.223 -0.218,0.418 -0.219,0.27 -0.871,1.496 -1.102,2.074 -0.047,0.114 -0.121,0.254 -0.168,0.305 -0.047,0.055 -0.277,0.5 -0.508,0.988 -0.234,0.489 -0.582,1.2 -0.777,1.575 -0.453,0.875 -0.836,1.714 -0.836,1.828 0,0.265 2.145,2.242 3.473,3.203 0.316,0.23 0.597,0.453 0.621,0.492 0.039,0.07 0.242,0.164 0.719,0.344 0.203,0.078 0.109,0.176 -0.129,0.137 -0.59,-0.098 -1.657,-0.528 -2.571,-1.028 -0.25,-0.14 -0.531,-0.25 -0.625,-0.25 -0.113,0 -0.363,-0.137 -0.742,-0.406 -1.172,-0.824 -1.324,-0.914 -1.406,-0.836 -0.039,0.043 -0.082,0.129 -0.094,0.191 -0.015,0.086 0.028,0.125 0.172,0.157 0.106,0.019 0.359,0.129 0.559,0.246 0.199,0.113 0.441,0.242 0.539,0.289 0.093,0.047 0.316,0.226 0.492,0.402 0.176,0.176 0.465,0.399 0.64,0.492 0.176,0.098 0.442,0.313 0.586,0.481 0.149,0.168 0.395,0.371 0.547,0.445 0.461,0.234 0.848,0.527 1.086,0.832 0.27,0.34 0.653,1.117 0.836,1.703 0.074,0.235 0.156,0.426 0.18,0.426 0.074,0 0.23,-0.668 0.308,-1.312 0.04,-0.313 0.098,-0.684 0.129,-0.825 0.036,-0.14 0.063,-0.32 0.063,-0.398 0,-0.211 0.109,-0.25 0.16,-0.059 0.066,0.254 -0.019,1.309 -0.16,1.992 -0.07,0.344 -0.113,0.668 -0.094,0.727 0.082,0.242 -0.566,1.379 -1.254,2.207 -1.004,1.207 -3.429,3.399 -4.191,3.785 -0.266,0.137 -1.059,0.699 -0.985,0.699 0.094,0 1.415,-0.738 1.918,-1.074 0.395,-0.261 0.77,-0.429 0.77,-0.34 0,0.133 -1.52,1.157 -2.371,1.598 -0.266,0.137 -0.469,0.266 -0.449,0.281 0.019,0.016 0.23,-0.07 0.468,-0.191 0.243,-0.121 0.469,-0.211 0.508,-0.199 0.176,0.058 -0.812,0.613 -1.836,1.031 -0.5,0.207 -4.398,1.48 -4.547,1.488 -0.097,0.004 -0.156,-0.023 -0.156,-0.078 0,-0.051 0.238,-0.164 0.649,-0.301 1.019,-0.347 3.761,-1.531 3.957,-1.711 0.187,-0.172 0,-0.136 -0.59,0.118 -0.824,0.355 -1.449,0.539 -1.535,0.453 -0.047,-0.043 -0.024,-0.094 0.086,-0.176 0.25,-0.18 0.109,-0.199 -0.481,-0.067 -0.59,0.133 -1.125,0.165 -1.125,0.067 0,-0.035 0.055,-0.059 0.125,-0.059 0.301,0 1.731,-0.39 2.113,-0.574 0.758,-0.371 1.571,-1.285 1.684,-1.898 0.039,-0.2 0.019,-0.25 -0.121,-0.379 -0.152,-0.137 -0.16,-0.153 -0.067,-0.254 0.125,-0.129 0.129,-0.363 0.008,-0.516 -0.051,-0.066 -0.09,-0.207 -0.093,-0.312 0,-0.188 -0.047,-0.25 -0.34,-0.461 -0.102,-0.071 -0.106,-0.09 -0.024,-0.09 0.098,0 0.524,0.129 0.766,0.23 0.289,0.129 0.734,0.2 1.023,0.168 0.793,-0.089 2.098,-1.07 2.5,-1.879 0.102,-0.203 0.215,-0.363 0.246,-0.355 0.098,0.031 0.161,0.402 0.121,0.715 -0.039,0.281 0.02,0.359 0.149,0.207 0.039,-0.043 0.195,-0.387 0.355,-0.766 0.258,-0.613 0.289,-0.734 0.297,-1.191 0.008,-0.539 -0.093,-0.973 -0.359,-1.524 -0.078,-0.168 -0.246,-0.515 -0.375,-0.777 -0.485,-1.016 -1.317,-2.148 -1.809,-2.469 -0.164,-0.105 -0.328,-0.195 -0.371,-0.195 -0.039,0 -0.164,-0.074 -0.277,-0.168 -0.227,-0.191 -0.426,-0.258 -0.551,-0.184 -0.109,0.067 -0.035,0.133 0.379,0.34 0.273,0.133 0.367,0.223 0.531,0.512 0.219,0.387 0.274,0.676 0.301,1.578 0.023,0.668 -0.047,0.82 -0.117,0.27 -0.121,-0.907 -0.496,-1.715 -1.039,-2.215 -0.176,-0.16 -0.223,-0.184 -0.282,-0.113 -0.089,0.101 -0.382,0.777 -0.664,1.515 -0.113,0.301 -0.265,0.664 -0.336,0.813 -0.109,0.226 -0.121,0.308 -0.07,0.527 0.082,0.344 -0.031,1.215 -0.172,1.332 -0.086,0.074 -0.144,0.074 -0.41,0.004 -0.168,-0.043 -0.406,-0.078 -0.527,-0.082 -0.27,-0.004 -0.844,-0.16 -0.899,-0.246 -0.074,-0.117 0.032,-0.129 0.293,-0.028 0.141,0.055 0.477,0.114 0.743,0.125 0.621,0.036 0.73,-0.046 0.73,-0.535 0,-0.468 -0.027,-0.515 -0.344,-0.515 -0.152,0 -0.273,-0.024 -0.273,-0.059 0,-0.031 0.094,-0.059 0.207,-0.059 0.258,0 0.32,-0.07 0.433,-0.48 0.051,-0.18 0.129,-0.434 0.18,-0.566 0.156,-0.422 1.477,-3.34 1.621,-3.586 0.078,-0.133 0.231,-0.469 0.34,-0.75 0.113,-0.278 0.246,-0.614 0.301,-0.746 0.125,-0.313 1.152,-2.383 2.652,-5.336 0.289,-0.567 0.621,-1.157 0.742,-1.317 0.215,-0.273 0.575,-0.601 0.575,-0.523 z m -4.352,8.609 c -0.09,0.215 -0.164,0.403 -0.164,0.414 0,0.067 1.012,0.739 1.617,1.071 0.758,0.414 1.793,0.925 1.692,0.835 -0.032,-0.031 -0.34,-0.285 -0.68,-0.566 -0.637,-0.527 -1.328,-1.199 -1.848,-1.797 -0.164,-0.191 -0.336,-0.344 -0.379,-0.344 -0.043,0 -0.152,0.176 -0.238,0.387 z m -1.398,13.992 c -0.086,0.047 -0.129,0.086 -0.094,0.086 0.031,0 0.129,-0.039 0.215,-0.086 0.086,-0.047 0.129,-0.086 0.093,-0.086 -0.035,0 -0.132,0.039 -0.214,0.086 z m -49.364,-22.574 c 0,0.039 -0.101,0.11 -0.23,0.156 -0.445,0.172 -0.977,0.414 -1.18,0.547 -0.109,0.071 -0.344,0.176 -0.515,0.231 -0.45,0.144 -2.223,0.972 -3.27,1.527 -2.102,1.117 -4.777,3.199 -5.937,4.625 -0.258,0.316 -0.829,1.25 -0.993,1.617 -0.273,0.625 -0.644,1.344 -0.691,1.344 -0.074,0 -0.063,-0.082 0.105,-0.656 0.227,-0.77 0.5,-1.43 0.676,-1.606 0.422,-0.441 0.656,-0.699 0.656,-0.738 0,-0.102 1.133,-1.312 1.676,-1.797 2.043,-1.812 4.852,-3.644 6.805,-4.433 1.512,-0.61 2.898,-1 2.898,-0.817 z m 72.559,0.055 c 0,0.031 0.016,0.101 0.035,0.152 0.07,0.172 -1.289,1.41 -1.547,1.41 -0.246,0 -0.062,-0.261 0.61,-0.875 0.726,-0.656 0.902,-0.789 0.902,-0.687 z m 29.5,0.058 c -0.141,0.09 -0.781,0.325 -0.707,0.262 0.055,-0.051 0.473,-0.223 0.711,-0.293 0.078,-0.023 0.078,-0.019 -0.004,0.031 z m -1.367,0.575 c -0.016,0.015 -0.375,0.168 -0.797,0.336 -0.426,0.168 -0.965,0.398 -1.199,0.507 -0.239,0.114 -0.461,0.207 -0.496,0.207 -0.094,0 -0.875,0.286 -1.332,0.489 -0.563,0.254 -2.879,1.05 -5.352,1.84 -1.156,0.371 -2.285,0.746 -2.508,0.839 -0.504,0.204 -1.273,0.399 -1.34,0.34 -0.074,-0.074 0.082,-0.14 0.848,-0.375 0.391,-0.117 1.199,-0.39 1.793,-0.601 0.598,-0.215 1.266,-0.446 1.484,-0.512 0.223,-0.066 0.981,-0.32 1.688,-0.566 0.707,-0.247 1.437,-0.485 1.629,-0.532 0.398,-0.101 2.121,-0.715 2.84,-1.011 1.324,-0.551 2.882,-1.098 2.742,-0.961 z m -88.051,0.672 c 0.062,0.058 0.051,1.14 -0.02,1.769 -0.05,0.453 -0.086,0.813 -0.121,1.258 -0.004,0.027 -0.031,0.031 -0.066,0.012 -0.066,-0.039 -0.09,-2.821 -0.024,-2.985 0.04,-0.097 0.157,-0.125 0.231,-0.054 z m 0.926,1.617 c 0.086,0.144 0.238,0.734 0.347,1.328 0.149,0.793 0.149,0.781 0.071,0.781 -0.071,0 -0.121,-0.172 -0.352,-1.144 -0.223,-0.93 -0.234,-1.008 -0.156,-1.008 0.035,0 0.074,0.019 0.09,0.043 z m -0.039,3.738 c 0.394,0.352 1.898,1.449 2.867,2.09 0.777,0.515 1.933,1.18 2.906,1.664 0.621,0.312 0.535,0.375 -0.168,0.125 -0.953,-0.34 -1.617,-0.707 -2.926,-1.621 -1.343,-0.934 -3.113,-2.387 -3.019,-2.481 0.023,-0.023 0.176,0.078 0.34,0.223 z m -24.227,0.992 c 0,0.028 -0.078,0.207 -0.176,0.403 -0.097,0.195 -0.297,0.664 -0.441,1.042 -0.363,0.934 -0.399,1.016 -0.442,1.016 -0.042,0 0.067,-0.492 0.211,-0.937 0.051,-0.157 0.137,-0.438 0.192,-0.618 0.129,-0.421 0.445,-0.957 0.562,-0.957 0.051,0 0.094,0.024 0.094,0.051 z m -2.043,0.547 c 0,0.289 -0.406,0.719 -1.043,1.102 -0.254,0.156 -0.265,0.175 -0.234,0.382 0.023,0.122 0.054,0.329 0.07,0.461 0.02,0.129 0.067,0.352 0.106,0.493 0.039,0.14 0.05,0.273 0.035,0.289 -0.02,0.019 -0.071,-0.082 -0.11,-0.223 -0.043,-0.145 -0.113,-0.363 -0.16,-0.488 -0.047,-0.121 -0.086,-0.328 -0.086,-0.457 0,-0.164 -0.035,-0.254 -0.105,-0.297 -0.063,-0.031 -0.098,-0.067 -0.078,-0.082 0.015,-0.016 0.242,-0.164 0.504,-0.332 0.261,-0.172 0.617,-0.446 0.789,-0.61 0.172,-0.168 0.312,-0.273 0.312,-0.238 z m 2.805,0.344 c 0.043,0.066 -0.672,2.039 -0.778,2.137 -0.043,0.042 -0.05,0 -0.023,-0.118 0.02,-0.101 0.063,-0.316 0.094,-0.48 0.078,-0.395 0.422,-1.313 0.558,-1.473 0.067,-0.082 0.125,-0.105 0.149,-0.066 z m 75.508,1.601 c 0.093,0.114 0.043,0.813 -0.192,2.59 -0.168,1.297 -0.179,1.348 -0.387,1.645 -0.406,0.59 -1.542,1.867 -2.406,2.699 -0.476,0.461 -0.992,0.965 -1.148,1.117 -0.156,0.152 -0.356,0.293 -0.446,0.313 -0.085,0.015 -0.335,0.183 -0.558,0.367 -0.488,0.41 -0.965,0.734 -0.891,0.609 0.032,-0.051 0.364,-0.355 0.735,-0.676 0.375,-0.324 1.406,-1.293 2.289,-2.152 1.656,-1.613 2.004,-2.035 2.289,-2.777 0.152,-0.391 0.265,-1.196 0.34,-2.422 0.039,-0.59 0.082,-1.133 0.097,-1.203 0.035,-0.164 0.18,-0.219 0.278,-0.11 z m -74.352,0.985 c 0,0.429 -0.105,0.976 -0.18,0.933 -0.074,-0.047 0.02,-1.312 0.102,-1.336 0.059,-0.019 0.078,0.086 0.078,0.403 z m -4.062,0.734 c 0.14,0.445 0.289,0.934 0.543,1.777 0.445,1.481 0.539,1.747 1.289,3.649 0.265,0.672 0.644,1.629 0.839,2.121 1.094,2.785 2.321,5.383 3.832,8.133 0.133,0.246 1.204,2.031 1.422,2.383 0.286,0.449 0.95,1.07 1.379,1.285 0.231,0.117 0.16,0.019 -0.269,-0.379 -0.45,-0.418 -0.504,-0.668 -0.063,-0.285 0.145,0.121 0.59,0.508 0.992,0.851 0.403,0.344 0.961,0.824 1.235,1.067 0.601,0.523 1.547,1.218 2.73,2.004 0.824,0.543 1.199,0.839 1.137,0.902 -0.035,0.031 -1.328,-0.672 -1.973,-1.07 -0.254,-0.161 -0.644,-0.426 -0.867,-0.598 -0.219,-0.172 -0.598,-0.441 -0.836,-0.602 -0.863,-0.582 -1.82,-1.289 -2.191,-1.621 -0.207,-0.183 -0.434,-0.34 -0.496,-0.343 -0.078,-0.004 -0.188,-0.129 -0.317,-0.368 -0.109,-0.195 -0.273,-0.441 -0.363,-0.543 -0.094,-0.101 -0.301,-0.382 -0.465,-0.629 -0.168,-0.242 -0.504,-0.738 -0.75,-1.097 -0.879,-1.293 -1.883,-3.078 -1.883,-3.356 0,-0.089 -0.101,-0.367 -0.222,-0.617 -0.125,-0.25 -0.461,-0.922 -0.742,-1.492 -0.286,-0.57 -0.52,-1.051 -0.52,-1.066 0,-0.016 -0.113,-0.278 -0.254,-0.579 -0.141,-0.3 -0.367,-0.828 -0.504,-1.171 -0.137,-0.348 -0.301,-0.762 -0.367,-0.93 -0.063,-0.164 -0.285,-0.754 -0.488,-1.313 -0.348,-0.957 -0.493,-1.382 -1.028,-3.082 -0.117,-0.375 -0.285,-0.855 -0.367,-1.062 -0.234,-0.582 -0.672,-2.344 -0.582,-2.344 0.02,0 0.086,0.168 0.149,0.375 z m 70.777,0.07 c 0.039,0.098 0.027,0.176 -0.117,0.789 -0.215,0.887 -0.707,2.016 -1.137,2.614 -0.125,0.168 -0.203,0.254 -0.176,0.187 0.028,-0.066 0.059,-0.211 0.074,-0.32 0.012,-0.109 0.118,-0.406 0.235,-0.656 0.113,-0.254 0.277,-0.7 0.363,-0.996 0.242,-0.829 0.559,-1.661 0.645,-1.688 0.043,-0.016 0.093,0.016 0.113,0.07 z m -6.531,2.106 c 0,0.902 -0.633,2.023 -1.676,2.976 -0.41,0.372 -0.535,0.45 -0.695,0.45 l -0.196,-0.004 0.278,-0.219 c 1.261,-0.988 2.043,-2.105 2.144,-3.074 0.047,-0.434 0.145,-0.52 0.145,-0.129 z m -18.602,4.488 c 0.57,1.113 0.863,1.758 0.82,1.797 -0.031,0.031 -0.386,-0.5 -0.609,-0.914 -0.262,-0.484 -0.84,-1.883 -0.777,-1.883 0.031,0 0.285,0.449 0.566,1 z m -28.484,0.235 c 0.808,0.742 1.023,1.003 0.5,0.609 -0.61,-0.453 -1.528,-1.367 -1.371,-1.363 0.027,0 0.422,0.339 0.871,0.754 z m 4.359,1.414 c 1.043,0.504 1.949,0.961 2.012,1.015 0.078,0.071 0.222,0.102 0.441,0.102 0.235,0 0.321,0.023 0.301,0.074 -0.039,0.109 -0.395,0.16 -1.438,0.203 -1.167,0.047 -2.32,-0.125 -2.32,-0.344 0,-0.05 0.117,-0.058 0.418,-0.031 0.922,0.082 2.363,0.117 2.363,0.055 0,-0.031 -0.253,-0.149 -0.57,-0.254 -0.316,-0.109 -0.863,-0.34 -1.223,-0.512 -0.687,-0.332 -2.128,-1.222 -1.976,-1.222 0.051,0 0.945,0.41 1.992,0.914 z m 52.246,-0.633 c -0.156,0.258 -0.242,0.359 -0.242,0.297 0,-0.055 0.316,-0.52 0.355,-0.52 0.016,0 -0.035,0.102 -0.113,0.223 z m -1.746,0.281 c -0.223,0.203 -0.289,0.246 -0.289,0.188 0,-0.047 0.273,-0.278 0.402,-0.344 0.067,-0.031 0.02,0.039 -0.113,0.156 z m -16.496,0.227 c 0,0.023 -0.094,0.293 -0.211,0.597 -0.113,0.305 -0.223,0.598 -0.242,0.645 -0.094,0.273 -0.02,-0.289 0.086,-0.613 0.101,-0.333 0.359,-0.766 0.367,-0.629 z m 17.816,0.156 c 0,0.074 -1.121,1.695 -1.644,2.375 -0.824,1.078 -1.652,2.004 -1.813,2.031 -0.703,0.129 -0.976,0.227 -1.152,0.414 -0.117,0.121 -0.269,0.211 -0.418,0.235 -0.32,0.058 -0.305,0.183 0.02,0.14 0.277,-0.035 0.347,0.031 0.285,0.27 -0.039,0.156 -0.699,1.062 -1.25,1.722 -0.203,0.246 -0.492,0.61 -0.645,0.805 -0.328,0.43 -1.004,1.172 -1.039,1.141 -0.043,-0.043 0.113,-0.282 0.473,-0.715 0.41,-0.5 0.445,-0.551 1.355,-1.824 0.414,-0.586 0.672,-1.008 0.641,-1.039 -0.031,-0.032 -0.379,-0.016 -0.852,0.039 -0.437,0.05 -1.226,0.109 -1.754,0.129 -0.527,0.019 -1.211,0.042 -1.515,0.054 -0.309,0.008 -0.61,0 -0.676,-0.023 -0.105,-0.039 -0.102,-0.055 0.07,-0.172 0.137,-0.094 0.34,-0.145 0.739,-0.184 0.3,-0.031 0.671,-0.086 0.824,-0.117 0.152,-0.035 0.586,-0.117 0.961,-0.183 0.633,-0.114 1.418,-0.266 2.785,-0.543 1.008,-0.204 0.937,-0.145 2.379,-1.973 0.273,-0.348 0.672,-0.844 0.883,-1.106 0.215,-0.265 0.511,-0.64 0.66,-0.839 0.281,-0.372 0.683,-0.747 0.683,-0.637 z m -1.98,0.094 c 0,0.011 -0.047,0.058 -0.109,0.105 -0.098,0.074 -0.098,0.07 -0.024,-0.023 0.082,-0.102 0.133,-0.133 0.133,-0.082 z m -3.68,2.668 c -0.109,0.171 -1.418,0.855 -2.672,1.398 -0.281,0.121 -0.738,0.34 -1.023,0.484 -0.617,0.317 -1.332,0.586 -1.449,0.543 -0.157,-0.058 -0.082,-0.199 0.148,-0.289 l 0.235,-0.093 -0.313,0.039 c -0.168,0.023 -0.898,0.039 -1.621,0.039 -0.723,0 -1.316,0.011 -1.316,0.023 0,0.078 1.632,1.606 2.195,2.055 0.683,0.543 1.457,1.269 1.457,1.367 0,0.191 -1.031,0.055 -1.66,-0.219 -0.989,-0.429 -1.922,-1.14 -2.621,-1.988 -0.348,-0.422 -0.438,-0.609 -0.289,-0.609 0.039,0 0.359,0.261 0.714,0.582 0.86,0.777 1.52,1.257 2.137,1.554 0.531,0.258 0.895,0.371 0.82,0.254 -0.019,-0.031 -0.253,-0.199 -0.515,-0.367 -0.567,-0.367 -1.508,-1.281 -2.18,-2.117 l -0.484,-0.61 -0.36,-0.039 c -0.406,-0.046 -1.304,-0.242 -1.359,-0.296 -0.102,-0.098 0.086,-0.098 0.734,-0.004 1.411,0.207 4.364,0.125 5.422,-0.153 0.114,-0.031 0.246,-0.039 0.293,-0.019 0.086,0.031 1.137,-0.461 2.215,-1.039 0.27,-0.141 0.504,-0.246 0.516,-0.235 0.015,0.016 -0.051,0.067 -0.153,0.117 -0.097,0.051 -0.215,0.133 -0.261,0.184 -0.071,0.082 -0.067,0.09 0.035,0.051 0.23,-0.094 1.019,-0.492 1.152,-0.582 0.156,-0.106 0.258,-0.121 0.203,-0.031 z m -12.535,2.214 c 0.145,0.059 0.149,0.071 0.106,0.543 -0.063,0.696 -0.043,0.672 -0.524,0.625 -0.398,-0.039 -0.871,-0.254 -0.871,-0.394 0,-0.086 0.098,-0.07 0.184,0.027 0.089,0.11 0.457,0.231 0.605,0.199 0.07,-0.015 -0.016,-0.082 -0.25,-0.195 -0.305,-0.148 -0.355,-0.195 -0.34,-0.316 0.035,-0.305 0.746,-0.621 1.09,-0.489 z m -0.629,0.27 c -0.258,0.168 -0.265,0.258 -0.039,0.367 0.227,0.113 0.477,0.094 0.551,-0.039 0.074,-0.129 0.086,-0.383 0.023,-0.441 -0.086,-0.082 -0.308,-0.035 -0.535,0.113 z m 2.254,0.219 c 0.149,0.265 0.75,2.133 0.953,2.945 0.36,1.457 0.832,4.652 0.707,4.777 -0.074,0.075 -0.09,0.016 -0.246,-0.859 -0.07,-0.41 -0.156,-0.855 -0.187,-0.988 -0.032,-0.129 -0.18,-0.91 -0.336,-1.735 -0.348,-1.851 -0.473,-2.367 -0.813,-3.343 -0.148,-0.426 -0.269,-0.809 -0.269,-0.852 0,-0.121 0.109,-0.09 0.191,0.055 z m 8.652,4.043 c 0,0.027 -0.058,0.101 -0.132,0.164 l -0.133,0.113 0.109,-0.164 c 0.113,-0.168 0.156,-0.199 0.156,-0.113 z m -55.789,8.511 c 0.254,0.204 0.957,0.832 1.563,1.403 0.605,0.57 1.258,1.148 1.453,1.293 0.191,0.14 0.52,0.476 0.723,0.742 0.203,0.266 0.461,0.598 0.57,0.742 0.113,0.145 0.434,0.551 0.715,0.902 0.277,0.352 0.601,0.809 0.715,1.016 0.113,0.207 0.34,0.621 0.5,0.914 0.422,0.77 0.945,1.938 0.902,2.008 -0.113,0.176 -0.434,-0.184 -0.719,-0.809 -0.09,-0.199 -0.258,-0.523 -0.379,-0.718 -0.117,-0.2 -0.375,-0.657 -0.574,-1.016 -0.453,-0.828 -1.273,-2.035 -1.914,-2.813 -0.609,-0.738 -2.976,-3.035 -3.668,-3.554 -0.281,-0.211 -0.508,-0.406 -0.508,-0.43 0,-0.125 0.2,-0.019 0.621,0.32 z m 30.239,2.114 c 0.453,0.5 0.597,0.863 0.343,0.863 -0.086,0 -0.773,-0.898 -0.773,-1.008 0,-0.14 0.246,-0.058 0.43,0.145 z m -6.801,5.48 c 0,0.016 0.07,0.215 0.156,0.442 0.086,0.226 0.231,0.613 0.317,0.863 0.199,0.551 0.757,1.676 1.25,2.508 0.402,0.687 0.507,0.929 0.378,0.886 -0.074,-0.023 -0.675,-0.984 -1.152,-1.839 -0.359,-0.649 -0.762,-1.575 -0.762,-1.75 0,-0.094 -0.058,-0.372 -0.125,-0.622 -0.07,-0.25 -0.113,-0.468 -0.093,-0.488 0.015,-0.019 0.031,-0.019 0.031,0 z m 6,3.66 c 0,0.047 -0.133,0.196 -0.293,0.325 -1.238,1.003 -1.281,1.031 -1.418,0.902 -0.047,-0.047 -0.106,-0.016 -0.199,0.113 -0.075,0.102 -0.188,0.199 -0.258,0.219 -0.067,0.023 -0.293,0.285 -0.504,0.59 -0.207,0.301 -0.453,0.633 -0.547,0.734 -0.09,0.102 -0.242,0.379 -0.332,0.613 -0.156,0.387 -0.281,0.582 -0.281,0.43 0,-0.035 -0.043,-0.047 -0.094,-0.027 -0.125,0.047 -0.129,-0.352 -0.008,-0.742 0.047,-0.157 0.149,-0.512 0.227,-0.79 0.168,-0.613 0.422,-1.269 0.687,-1.781 0.157,-0.304 0.219,-0.375 0.325,-0.359 0.117,0.015 0.128,0.051 0.117,0.359 -0.008,0.223 0.011,0.344 0.058,0.344 0.039,0 0.196,-0.102 0.352,-0.23 0.156,-0.125 0.398,-0.286 0.543,-0.356 0.14,-0.07 0.273,-0.156 0.297,-0.187 0.019,-0.036 0.082,-0.063 0.133,-0.063 0.07,0 0.089,0.043 0.066,0.148 -0.016,0.083 -0.004,0.153 0.027,0.153 0.032,0 0.262,-0.11 0.508,-0.242 0.488,-0.258 0.594,-0.286 0.594,-0.153 z m 0.59,0.395 c 0.023,0.039 0.019,0.09 -0.008,0.113 -0.031,0.024 -0.223,0.176 -0.426,0.344 -0.531,0.43 -0.605,0.461 -0.781,0.324 l -0.145,-0.113 0.121,-0.133 c 0.118,-0.125 0.782,-0.477 1.063,-0.563 0.078,-0.023 0.152,-0.011 0.176,0.028 z m -3.903,0.469 c 0.039,0.058 -0.187,0.668 -0.441,1.203 -0.086,0.183 -0.348,0.883 -0.582,1.554 -0.262,0.746 -0.473,1.262 -0.547,1.317 -0.168,0.129 -0.375,0.918 -0.379,1.457 -0.004,0.25 -0.027,0.457 -0.051,0.457 -0.023,0 -0.093,-0.192 -0.156,-0.422 -0.082,-0.309 -0.117,-0.691 -0.129,-1.422 -0.019,-1.195 -0.015,-1.125 -0.086,-1.055 -0.168,0.168 -0.441,1.219 -0.621,2.395 -0.058,0.398 -0.051,0.48 0.153,1.273 0.117,0.469 0.214,0.875 0.214,0.907 0,0.121 -0.191,0.047 -0.246,-0.094 -0.113,-0.289 -0.433,-1.555 -0.496,-1.973 -0.035,-0.23 -0.09,-0.523 -0.121,-0.656 -0.129,-0.512 -0.051,-1.344 0.133,-1.391 0.066,-0.015 0.113,-0.082 0.113,-0.16 0,-0.07 0.039,-0.183 0.086,-0.246 0.086,-0.113 0.09,-0.109 0.133,0.047 0.059,0.227 0.129,0.207 0.219,-0.059 0.043,-0.125 0.121,-0.289 0.175,-0.371 0.055,-0.082 0.125,-0.226 0.161,-0.324 0.031,-0.098 0.144,-0.223 0.246,-0.277 0.129,-0.067 0.215,-0.18 0.277,-0.364 0.051,-0.144 0.117,-0.3 0.145,-0.339 0.074,-0.11 0.168,-0.032 0.168,0.136 0,0.078 0.023,0.157 0.054,0.176 0.063,0.035 0.547,-0.562 1.024,-1.269 0.289,-0.426 0.488,-0.606 0.554,-0.5 z m 36.153,3.281 c 0.078,0.012 0.258,0.105 0.394,0.199 0.199,0.141 0.227,0.18 0.141,0.211 -0.067,0.027 -0.094,0.082 -0.074,0.152 0.043,0.168 -0.032,0.137 -0.434,-0.16 -0.465,-0.351 -0.473,-0.488 -0.027,-0.402 z m 1.625,1.562 c 0.418,0.391 0.742,0.731 0.718,0.754 -0.042,0.047 -1.656,-1.328 -1.656,-1.414 0,-0.156 0.254,0.024 0.938,0.66 z m -60.258,3.668 c 0,0.102 -1.09,1.266 -1.207,1.293 -0.07,0.012 -0.074,-0.015 -0.024,-0.156 0.067,-0.191 1.231,-1.266 1.231,-1.137 z m 0.301,0.946 c -0.192,0.23 -0.301,0.296 -0.301,0.183 0,-0.097 0.316,-0.426 0.41,-0.426 0.063,0 0.027,0.079 -0.109,0.243 z m -5.465,-0.121 c -0.02,0.031 -0.067,0.058 -0.102,0.058 -0.031,0 -0.043,-0.027 -0.023,-0.058 0.023,-0.036 0.066,-0.059 0.101,-0.059 0.036,0 0.043,0.023 0.024,0.059 z m 2.023,1.175 c -0.047,0.02 -0.101,0.016 -0.121,-0.004 -0.019,-0.019 0.016,-0.035 0.082,-0.031 0.071,0.004 0.086,0.016 0.039,0.035 z m -0.203,0.043 c -0.058,0.047 -1.605,0.578 -1.605,0.547 0,-0.074 0.742,-0.402 1.082,-0.476 0.406,-0.094 0.574,-0.114 0.523,-0.071 z"
-         style="font-size:25.60000038px;fill:#58362d;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4683" /><path
-         d="m 167.07427,148.1 c 0.406,0.012 0.766,0.047 0.801,0.078 0.039,0.039 -0.813,0.055 -2.383,0.051 -1.484,-0.004 -2.328,-0.028 -2.16,-0.059 0.328,-0.055 2.672,-0.101 3.742,-0.07 z m -4.48,0.14 c 0.066,0.039 0.043,0.055 -0.082,0.055 -0.184,0 -0.219,-0.027 -0.086,-0.078 0.047,-0.016 0.121,-0.004 0.168,0.023 z m 4.578,0.332 c 0.051,0.137 0.082,0.149 0.258,0.118 0.582,-0.11 1.828,-0.196 2.175,-0.149 0.207,0.028 0.668,0.074 1.028,0.106 0.687,0.058 2.082,0.328 2.847,0.547 0.59,0.168 1.539,0.601 1.692,0.765 0.148,0.164 0.043,0.168 -0.168,0.012 -0.188,-0.145 -0.231,-0.149 -0.231,-0.024 0,0.051 0.059,0.106 0.125,0.125 0.153,0.04 0.52,0.571 0.614,0.883 0.136,0.481 0.019,1.121 -0.266,1.449 -0.078,0.09 -0.191,0.258 -0.25,0.368 -0.117,0.215 -0.355,0.457 -0.562,0.562 -0.067,0.035 -0.004,-0.062 0.14,-0.215 0.145,-0.152 0.262,-0.304 0.262,-0.343 0,-0.036 0.078,-0.176 0.176,-0.313 0.238,-0.348 0.3,-0.512 0.351,-0.887 0.074,-0.582 -0.199,-1.144 -0.707,-1.453 -0.144,-0.09 -0.25,-0.203 -0.261,-0.285 -0.016,-0.105 -0.11,-0.16 -0.45,-0.273 -0.676,-0.227 -1.281,-0.313 -2.16,-0.313 -1.418,0 -3.074,0.192 -4.195,0.485 -0.606,0.16 -0.699,0.218 -0.621,0.414 0.144,0.363 0.273,0.785 0.246,0.808 -0.082,0.078 -0.258,-0.082 -0.422,-0.383 -0.231,-0.429 -0.344,-0.57 -0.426,-0.519 -0.117,0.07 -0.07,0.308 0.141,0.715 0.273,0.527 0.137,0.476 -0.156,-0.055 -0.125,-0.23 -0.254,-0.426 -0.293,-0.438 -0.036,-0.011 -0.067,-0.082 -0.067,-0.156 0,-0.074 -0.055,-0.344 -0.125,-0.601 -0.066,-0.258 -0.121,-0.563 -0.121,-0.684 0.004,-0.199 0.008,-0.207 0.094,-0.098 0.051,0.063 0.09,0.176 0.09,0.247 0,0.074 0.054,0.195 0.121,0.273 0.105,0.129 0.121,0.133 0.16,0.035 0.023,-0.055 0.027,-0.191 0.008,-0.297 -0.016,-0.105 -0.039,-0.25 -0.051,-0.312 -0.016,-0.094 0.012,-0.121 0.125,-0.121 0.141,0 0.144,0.015 0.152,0.55 0.016,0.766 0.063,0.809 0.672,0.59 0.973,-0.351 1.422,-0.453 2.426,-0.543 0.547,-0.05 1.254,-0.09 1.566,-0.09 0.571,0 0.754,-0.07 0.371,-0.144 -0.109,-0.024 -0.921,-0.055 -1.808,-0.07 -1.578,-0.032 -1.621,-0.032 -2.223,0.121 -0.336,0.082 -0.621,0.144 -0.633,0.133 -0.011,-0.008 0.016,-0.157 0.055,-0.325 0.09,-0.355 0.211,-0.441 0.301,-0.215 z m -6.641,-0.054 c -0.058,0.011 -0.156,0.011 -0.215,0 -0.058,-0.016 -0.011,-0.028 0.11,-0.028 0.117,0 0.168,0.012 0.105,0.028 z m -0.523,0.058 c -0.043,0.016 -0.113,0.016 -0.156,0 -0.043,-0.019 -0.008,-0.031 0.078,-0.031 0.086,0 0.121,0.012 0.078,0.031 z m -0.371,0.059 c -0.043,0.016 -0.114,0.016 -0.157,0 -0.043,-0.016 -0.007,-0.031 0.079,-0.031 0.086,0 0.121,0.015 0.078,0.031 z m -0.375,0.059 c -0.047,0.019 -0.098,0.015 -0.117,-0.004 -0.024,-0.02 0.015,-0.032 0.078,-0.032 0.074,0.004 0.089,0.02 0.039,0.036 z m -0.352,0.054 c -0.07,0.02 -0.738,0.156 -1.484,0.305 -2.696,0.539 -2.821,0.601 -1.887,0.922 0.73,0.246 0.945,0.269 3.07,0.328 l 1.559,0.043 0.918,-0.348 c 0.762,-0.285 0.976,-0.344 1.289,-0.34 0.203,0.004 0.539,0.008 0.746,0.008 0.348,0.004 0.414,-0.015 0.801,-0.265 0.406,-0.254 0.66,-0.332 0.734,-0.215 0.02,0.031 0.051,0.16 0.067,0.293 0.046,0.343 0.32,0.906 0.468,0.961 0.071,0.023 0.161,0.101 0.2,0.172 0.043,0.07 0.179,0.277 0.308,0.457 0.305,0.429 0.324,0.492 0.18,0.531 -0.223,0.054 -0.414,-0.024 -0.813,-0.332 -0.472,-0.371 -0.773,-0.778 -0.906,-1.219 -0.109,-0.363 -0.172,-0.41 -0.418,-0.32 -0.14,0.05 -0.164,0.086 -0.129,0.195 0.074,0.234 0.699,1.227 0.992,1.574 l 0.278,0.328 -0.235,-0.097 c -0.129,-0.051 -0.332,-0.133 -0.453,-0.18 -0.121,-0.051 -0.328,-0.219 -0.461,-0.387 -0.238,-0.289 -0.254,-0.297 -0.554,-0.285 -0.172,0.008 -0.52,-0.019 -0.774,-0.062 -0.711,-0.11 -2.094,0.031 -3.496,0.355 -0.273,0.063 -0.535,0.113 -0.586,0.113 -0.129,0.004 0.078,-0.125 0.43,-0.261 0.59,-0.235 0.68,-0.282 0.68,-0.368 0,-0.066 -0.086,-0.085 -0.356,-0.089 -0.469,0 -2.25,-0.153 -2.781,-0.239 -1.313,-0.211 -1.86,-0.586 -1.278,-0.882 0.172,-0.086 1.489,-0.395 2.344,-0.543 0.606,-0.11 1.86,-0.231 1.547,-0.153 z m 5.32,0.723 c -0.054,0.051 -0.089,0.125 -0.07,0.164 0.016,0.035 0.102,0.238 0.192,0.453 0.21,0.484 0.46,0.836 0.757,1.063 0.336,0.257 0.512,0.336 0.586,0.265 0.094,-0.094 -0.043,-0.285 -0.355,-0.492 -0.297,-0.195 -0.571,-0.559 -0.653,-0.859 -0.027,-0.102 -0.078,-0.297 -0.117,-0.438 -0.07,-0.273 -0.175,-0.32 -0.34,-0.156 z m -2.269,0.613 c -0.777,0.195 -1.766,0.524 -1.816,0.61 -0.055,0.078 0.214,0.066 0.726,-0.04 0.504,-0.105 1.949,-0.144 2.262,-0.062 0.199,0.051 0.203,0.047 0.164,-0.105 -0.063,-0.25 0.051,-0.184 0.269,0.164 0.215,0.332 0.485,0.617 0.539,0.562 0.02,-0.016 -0.136,-0.297 -0.339,-0.621 l -0.375,-0.594 -0.293,-0.035 c -0.161,-0.019 -0.325,-0.039 -0.364,-0.043 -0.043,-0.004 -0.39,0.07 -0.773,0.164 z m 3.535,-0.965 c 0,0.024 -0.059,0.078 -0.129,0.125 -0.16,0.094 -0.137,0.317 0.07,0.746 0.075,0.157 0.122,0.301 0.098,0.321 -0.047,0.043 -0.031,0.058 -0.266,-0.282 -0.316,-0.457 -0.378,-0.777 -0.179,-0.91 0.09,-0.058 0.406,-0.058 0.406,0 z m 56.285,0.575 c 0.36,0.125 0.656,0.468 0.864,1 0.105,0.265 0.187,0.539 0.187,0.613 -0.004,0.07 -0.063,-0.031 -0.125,-0.223 -0.133,-0.402 -0.504,-0.953 -0.758,-1.14 -0.281,-0.204 -0.894,-0.168 -1.383,0.074 -0.214,0.105 -0.472,0.191 -0.578,0.191 -0.207,0 -1.258,0.676 -2.48,1.594 -0.656,0.496 -1.071,0.797 -1.098,0.797 -0.082,0 1.617,-1.317 2.317,-1.793 1.519,-1.035 2.378,-1.348 3.054,-1.113 z m -0.613,0.691 c 0,0.027 0.16,0.211 0.355,0.402 0.516,0.504 0.594,0.766 0.555,1.774 -0.031,0.801 -0.164,1.34 -0.445,1.808 -0.121,0.203 -0.106,0.133 0.125,-0.574 0.293,-0.91 0.211,-2.48 -0.153,-2.891 -0.378,-0.421 -1.101,-0.351 -1.761,0.168 -0.149,0.118 -0.313,0.211 -0.371,0.211 -0.149,0 -0.465,0.211 -1.618,1.059 -0.168,0.125 -0.558,0.402 -0.863,0.613 -0.308,0.211 -0.703,0.5 -0.875,0.641 -0.308,0.25 -0.441,0.324 -0.363,0.203 0.055,-0.086 1.148,-0.941 1.609,-1.258 0.215,-0.148 0.676,-0.48 1.024,-0.738 0.863,-0.637 1.886,-1.301 2.156,-1.395 0.262,-0.089 0.625,-0.101 0.625,-0.023 z m -45.168,0.617 c 0.078,0.215 0.086,0.836 0.016,1.027 -0.032,0.075 -0.059,-0.132 -0.079,-0.535 -0.015,-0.363 -0.023,-0.664 -0.019,-0.672 0.004,-0.007 0.043,0.075 0.082,0.18 z m -13.477,0.039 c 0.067,0.039 0.024,0.067 -0.156,0.094 -0.66,0.105 -2.219,0.879 -2.687,1.336 -0.289,0.281 -1.278,0.824 -1.977,1.086 -0.187,0.07 -0.66,0.269 -1.051,0.445 l -0.711,0.32 -0.773,-0.039 c -0.691,-0.035 -0.773,-0.05 -0.797,-0.152 -0.016,-0.09 0.004,-0.102 0.094,-0.066 0.211,0.086 0.875,0.105 1.297,0.035 0.507,-0.086 0.754,-0.207 2.156,-1.051 1.426,-0.852 2.086,-1.227 3.008,-1.687 0.679,-0.344 0.773,-0.375 1.125,-0.375 0.211,0 0.426,0.027 0.472,0.054 z m -8.437,0.309 c 1.019,0.054 1.691,0.144 1.781,0.23 0.082,0.078 0.195,0.078 -1.742,-0.023 -0.859,-0.043 -1.582,-0.098 -1.598,-0.113 -0.019,-0.016 -0.015,-0.059 0.008,-0.094 0.047,-0.071 0.25,-0.071 1.551,0 z m -5.012,0.113 c -0.019,0.035 -0.086,0.063 -0.14,0.059 -0.094,0 -0.094,-0.008 -0.012,-0.059 0.121,-0.074 0.199,-0.074 0.152,0 z m -10.281,-0.012 c 0.383,0.016 0.476,0.036 0.476,0.114 0,0.074 -0.046,0.086 -0.261,0.05 -0.145,-0.019 -0.5,-0.058 -0.789,-0.086 -0.289,-0.023 -0.422,-0.05 -0.297,-0.054 0.125,-0.004 0.262,-0.02 0.308,-0.028 0.043,-0.007 0.297,-0.007 0.563,0.004 z m 84.168,0.258 c 0.117,0.422 -0.004,1.293 -0.309,2.18 -0.109,0.312 -0.183,0.605 -0.168,0.652 0.02,0.043 0.176,0.11 0.352,0.145 0.406,0.086 0.656,0.211 0.875,0.445 0.344,0.363 0.101,0.449 -0.285,0.102 -0.203,-0.18 -0.512,-0.348 -0.789,-0.426 -0.188,-0.051 -0.262,-0.004 -0.5,0.328 -0.059,0.086 -0.137,0.156 -0.168,0.156 -0.09,0 -0.071,-0.195 0.035,-0.324 0.051,-0.066 0.09,-0.176 0.09,-0.25 0,-0.074 0.027,-0.152 0.062,-0.172 0.086,-0.051 0.477,-1.301 0.555,-1.766 0.035,-0.214 0.062,-0.562 0.062,-0.777 0.004,-0.512 0.09,-0.648 0.188,-0.293 z m -77.043,-0.195 c 0.215,0.09 -0.457,0.129 -2.75,0.16 -1.289,0.02 -2.145,0.012 -2.074,-0.02 0.07,-0.031 0.945,-0.07 1.949,-0.093 1.004,-0.024 2.035,-0.051 2.289,-0.067 0.254,-0.015 0.52,-0.007 0.586,0.02 z m -8.535,0.015 c -0.016,0.02 -0.828,0.055 -1.805,0.079 -1.867,0.043 -4.644,0.175 -5.801,0.277 -0.867,0.074 -1.148,0.074 -1.015,0 0.215,-0.121 2.207,-0.281 4.445,-0.359 1.805,-0.059 4.215,-0.059 4.176,0.003 z m 20.195,0.016 c 0,0.059 -0.5,0.289 -0.543,0.25 -0.062,-0.062 0.137,-0.207 0.344,-0.246 0.109,-0.023 0.199,-0.023 0.199,-0.004 z m -11.305,0.02 c -0.046,0.019 -0.101,0.015 -0.121,-0.004 -0.019,-0.02 0.016,-0.035 0.082,-0.032 0.071,0.004 0.086,0.016 0.039,0.036 z m 19.204,0.379 c 0.042,0.046 0.039,0.152 -0.016,0.351 -0.184,0.692 -0.93,1.457 -2.285,2.348 -0.485,0.32 -1.574,0.918 -1.574,0.867 0,-0.016 0.32,-0.231 0.71,-0.484 0.438,-0.278 0.735,-0.508 0.77,-0.598 0.031,-0.078 0.281,-0.313 0.555,-0.516 0.273,-0.207 0.5,-0.398 0.5,-0.422 0,-0.027 0.105,-0.117 0.234,-0.199 0.262,-0.172 0.691,-0.683 0.691,-0.828 0,-0.055 0.059,-0.129 0.133,-0.164 0.098,-0.051 0.121,-0.109 0.102,-0.242 -0.028,-0.176 0.055,-0.231 0.18,-0.113 z m -8.766,0.085 c -0.051,0.047 -0.414,0.286 -0.809,0.528 -0.91,0.562 -1.89,1.262 -2.109,1.504 -0.09,0.101 -0.199,0.258 -0.238,0.347 -0.09,0.204 -0.168,0.211 -0.219,0.02 -0.024,-0.102 0.008,-0.219 0.098,-0.359 0.222,-0.348 1.125,-1.008 2.011,-1.473 0.274,-0.141 0.664,-0.348 0.867,-0.453 0.399,-0.211 0.547,-0.254 0.399,-0.114 z m -26.238,0.168 c -0.024,0.071 -0.309,0.09 -2.227,0.157 -0.129,0.004 -0.234,0.031 -0.234,0.062 0,0.028 0.648,0.071 1.437,0.09 2.363,0.066 4.031,0.152 4.094,0.211 0.09,0.09 -7.313,-0.004 -7.57,-0.098 -0.207,-0.07 0.175,-0.129 0.898,-0.132 0.652,-0.004 0.754,-0.02 0.844,-0.122 0.129,-0.14 0.344,-0.168 1.711,-0.211 0.836,-0.023 1.066,-0.015 1.047,0.043 z m 4.129,0.582 c -0.024,0.036 -0.106,0.059 -0.192,0.059 -0.082,0 -0.148,-0.023 -0.148,-0.059 0,-0.031 0.082,-0.058 0.187,-0.058 0.11,0 0.172,0.023 0.153,0.058 z m -0.606,-0.019 c -0.059,0.016 -0.144,0.016 -0.184,0 -0.043,-0.016 0.004,-0.027 0.11,-0.027 0.101,0 0.133,0.015 0.074,0.027 z m 82.086,0.113 c -0.059,0.059 -0.125,0.094 -0.145,0.074 -0.023,-0.023 0.028,-0.07 0.106,-0.109 0.137,-0.07 0.141,-0.066 0.039,0.035 z m -89.988,-0.039 c 0,0.039 -0.032,0.082 -0.075,0.094 -0.042,0.016 -0.898,0.094 -1.902,0.18 -2.144,0.183 -5.652,0.546 -6.094,0.629 -0.171,0.035 -1.128,0.167 -2.132,0.304 -1.004,0.133 -1.895,0.254 -1.981,0.27 l -0.156,0.027 0.156,-0.066 c 0.418,-0.18 3.613,-0.684 5.473,-0.864 0.207,-0.019 0.734,-0.074 1.176,-0.121 0.871,-0.09 1.886,-0.179 3.156,-0.269 1.336,-0.098 2.094,-0.168 2.242,-0.211 0.086,-0.028 0.137,-0.016 0.137,0.027 z m 44.383,0.043 c 1.808,0.367 2.449,0.801 2.074,1.41 -0.074,0.121 -0.196,0.239 -0.27,0.262 -0.074,0.02 -0.39,0.129 -0.699,0.238 -0.777,0.278 -1.98,0.504 -2.629,0.496 l -0.519,-0.004 0.835,-0.167 c 0.461,-0.09 1.004,-0.211 1.208,-0.27 0.687,-0.188 1.031,-0.262 1.109,-0.23 0.219,0.078 0.961,-0.43 0.961,-0.657 0,-0.133 -0.102,-0.277 -0.195,-0.277 -0.028,0 -0.051,0.039 -0.051,0.09 0,0.121 -0.051,0.113 -0.274,-0.051 -0.308,-0.23 -0.769,-0.434 -1.367,-0.605 -0.914,-0.27 -0.902,-0.262 -0.586,-0.262 0.153,0.004 0.336,0.015 0.403,0.027 z m 5.164,0.277 c 0,0.051 -0.043,0.122 -0.094,0.165 -0.074,0.058 -0.09,0.058 -0.09,-0.016 0,-0.051 0.039,-0.125 0.09,-0.164 0.078,-0.063 0.094,-0.059 0.094,0.015 z m -0.536,0.672 c -0.066,0.172 -1.734,1.469 -2.675,2.086 -0.602,0.391 -0.735,0.535 -0.621,0.668 0.062,0.074 0.039,0.086 -0.161,0.086 -0.171,0 -0.41,0.098 -0.918,0.379 -1.175,0.649 -4.14,2.059 -4.984,2.367 -0.918,0.336 -1.434,0.594 -1.414,0.707 0.031,0.149 2.543,1.313 3.273,1.512 0.207,0.059 0.321,0.133 0.434,0.293 0.219,0.316 0.219,0.316 -0.141,0.18 -0.179,-0.067 -0.511,-0.188 -0.73,-0.262 -0.531,-0.184 -2.063,-0.82 -2.613,-1.086 -0.239,-0.117 -0.5,-0.277 -0.582,-0.355 -0.141,-0.137 -0.145,-0.157 -0.059,-0.313 0.117,-0.223 2,-1.144 2.762,-1.351 0.289,-0.083 0.742,-0.258 1.008,-0.395 0.265,-0.137 0.656,-0.297 0.871,-0.355 0.234,-0.063 0.644,-0.258 1.031,-0.493 0.351,-0.215 0.879,-0.504 1.168,-0.644 0.289,-0.141 0.625,-0.344 0.742,-0.453 0.121,-0.106 0.606,-0.446 1.082,-0.75 0.473,-0.305 1.219,-0.86 1.66,-1.235 0.774,-0.656 0.942,-0.769 0.867,-0.586 z m 40.184,0.391 c -0.262,0.207 -0.414,0.254 -0.187,0.062 0.117,-0.101 0.242,-0.183 0.277,-0.183 0.035,0 -0.004,0.055 -0.09,0.121 z m -42.062,0.102 c -0.012,0.156 -1.973,1.507 -2.692,1.855 -0.273,0.133 -0.539,0.289 -0.586,0.344 -0.219,0.254 -4.199,2.027 -4.308,1.922 -0.012,-0.012 0.254,-0.137 0.582,-0.278 2.261,-0.98 4.496,-2.191 6.019,-3.258 0.684,-0.48 0.988,-0.664 0.985,-0.585 z m 41.289,0.496 c -0.02,0.031 -0.067,0.058 -0.098,0.058 -0.035,0 -0.047,-0.027 -0.023,-0.058 0.019,-0.036 0.066,-0.063 0.097,-0.063 0.035,0 0.047,0.027 0.024,0.063 z m -61.098,0.097 c 0.043,0.016 0.078,0.125 0.078,0.242 0,0.926 1.367,1.454 3.742,1.45 0.731,0 1.77,-0.075 2.074,-0.149 0.114,-0.027 0.129,-0.019 0.059,0.024 -0.051,0.031 -0.34,0.117 -0.648,0.187 -0.485,0.117 -0.715,0.133 -1.793,0.125 -1.078,-0.004 -1.313,-0.023 -1.825,-0.144 -0.703,-0.168 -1.031,-0.325 -1.406,-0.657 -0.316,-0.277 -0.508,-0.628 -0.512,-0.921 0,-0.192 0.055,-0.227 0.231,-0.157 z m 14.355,0.504 c -0.019,0.055 -0.168,0.098 -0.425,0.121 -0.219,0.02 -0.496,0.067 -0.614,0.102 -0.121,0.035 -0.437,0.094 -0.711,0.125 -0.273,0.031 -0.648,0.09 -0.836,0.125 -0.394,0.078 -1.121,0.012 -1.16,-0.106 -0.015,-0.05 0.047,-0.074 0.2,-0.074 0.285,0 3.23,-0.289 3.425,-0.34 0.11,-0.027 0.141,-0.011 0.121,0.047 z m 53.797,0.082 0.184,0.082 -0.164,0.004 c -0.086,0.004 -0.195,-0.035 -0.238,-0.082 -0.094,-0.113 -0.028,-0.113 0.218,-0.004 z m -60.34,0.242 c -0.043,0.047 -0.125,0.09 -0.179,0.086 -0.082,0 -0.082,-0.015 0.019,-0.089 0.157,-0.114 0.258,-0.114 0.16,0.003 z m -44.289,0.028 c 1.118,0.183 1.418,0.219 1.5,0.176 0.043,-0.024 0.524,0.019 1.067,0.097 3.812,0.535 4.582,0.633 5.101,0.664 0.325,0.016 0.664,0.059 0.754,0.09 0.219,0.082 0.422,0.109 1.012,0.149 0.27,0.015 0.59,0.058 0.711,0.097 0.117,0.035 0.398,0.098 0.617,0.137 l 0.402,0.074 -0.503,0.004 c -0.864,0.012 -3.02,-0.25 -5.649,-0.687 -0.699,-0.118 -1.519,-0.235 -1.828,-0.262 -1.012,-0.09 -2.219,-0.238 -2.719,-0.328 -1.015,-0.184 -1.211,-0.227 -1.242,-0.278 -0.043,-0.062 -0.019,-0.062 0.777,0.067 z m 106.711,0.125 c 0.176,0.168 0.188,0.207 0.157,0.472 -0.043,0.329 -0.672,1.864 -1.145,2.782 -0.418,0.812 -0.922,1.527 -1.078,1.527 -0.074,0 0.059,-0.223 0.348,-0.582 0.367,-0.449 0.476,-0.637 0.761,-1.305 0.559,-1.289 0.813,-1.988 0.821,-2.277 0.015,-0.43 0.015,-0.441 -0.153,-0.5 -0.094,-0.035 -0.156,-0.106 -0.156,-0.18 0,-0.183 0.227,-0.152 0.445,0.063 z m 0.668,-0.067 c 0.121,0.075 0.137,1.344 0.02,1.528 -0.063,0.097 -0.078,-0.004 -0.078,-0.578 0,-0.387 -0.032,-0.77 -0.063,-0.852 -0.062,-0.164 -0.031,-0.187 0.121,-0.098 z m -51.215,0.868 c 0.29,0.039 0.887,0.105 1.329,0.148 0.445,0.043 0.847,0.102 0.898,0.129 0.141,0.074 -0.012,0.066 -1.238,-0.063 -0.594,-0.062 -1.313,-0.132 -1.59,-0.156 -0.281,-0.023 -0.512,-0.066 -0.512,-0.094 0,-0.07 0.461,-0.054 1.113,0.036 z m 3.157,0.335 c 0.254,0.028 0.711,0.079 1.019,0.114 0.305,0.031 1.02,0.09 1.59,0.129 0.566,0.039 1.02,0.093 1,0.121 -0.074,0.121 -1.652,0.027 -3.055,-0.18 -0.222,-0.031 -0.605,-0.078 -0.859,-0.101 -0.297,-0.028 -0.426,-0.059 -0.371,-0.094 0.047,-0.028 0.113,-0.047 0.148,-0.043 0.035,0.004 0.27,0.027 0.528,0.054 z m 8.906,0.231 c 0.281,0.039 0.305,0.047 0.121,0.062 -0.461,0.032 -2.937,0.012 -2.898,-0.027 0.05,-0.047 2.429,-0.078 2.777,-0.035 z m 1.988,0.035 c 0.02,0.016 0.434,0.031 0.926,0.031 1.191,0.004 2.777,0.098 2.965,0.176 0.113,0.047 0,0.055 -0.469,0.031 -1.801,-0.093 -3.191,-0.148 -4.051,-0.156 -0.793,-0.012 -0.882,-0.019 -0.527,-0.055 0.547,-0.054 1.117,-0.066 1.156,-0.027 z m -58.574,0.012 c -0.047,0.015 -0.098,0.012 -0.121,-0.008 -0.02,-0.02 0.019,-0.031 0.082,-0.031 0.074,0.004 0.086,0.019 0.039,0.039 z m 1.039,0.105 0.34,0.078 -0.383,0.008 c -0.398,0.004 -0.574,-0.031 -0.574,-0.121 0,-0.07 0.195,-0.058 0.617,0.035 z m 0.648,0.09 c 0.024,0.035 0.012,0.063 -0.027,0.063 -0.035,0 -0.062,-0.028 -0.062,-0.063 0,-0.031 0.011,-0.058 0.027,-0.058 0.012,0 0.043,0.027 0.062,0.058 z m 61.762,0.067 c 0.223,0.027 0.637,0.062 0.922,0.078 0.285,0.019 0.531,0.043 0.547,0.058 0.016,0.016 -0.004,0.082 -0.043,0.153 -0.074,0.132 -0.359,0.234 -0.426,0.148 -0.148,-0.199 -0.332,-0.266 -0.906,-0.328 -0.34,-0.035 -0.656,-0.09 -0.711,-0.117 -0.113,-0.067 0.031,-0.063 0.617,0.008 z m -60.898,-0.008 c 0.019,0.027 0.008,0.07 -0.028,0.093 -0.082,0.047 -0.308,-0.023 -0.308,-0.093 0,-0.074 0.289,-0.074 0.336,0 z m -2.688,0.183 c 0,0.032 -0.043,0.059 -0.097,0.059 -0.051,0 -0.079,-0.027 -0.055,-0.059 0.019,-0.035 0.062,-0.062 0.094,-0.062 0.031,0 0.058,0.027 0.058,0.062 z m -4.652,0.157 c 0.168,0.07 -0.012,0.14 -0.375,0.14 -0.277,0 -0.359,-0.015 -0.309,-0.066 0.075,-0.074 0.563,-0.129 0.684,-0.074 z m 1.203,0.062 c -0.074,0.016 -0.199,0.016 -0.277,0 -0.074,-0.012 -0.012,-0.023 0.14,-0.023 0.153,0 0.215,0.011 0.137,0.023 z m -2.953,0.07 c 0.121,0.051 -0.219,0.075 -2.195,0.161 -0.641,0.027 -0.696,0.023 -0.555,-0.055 0.18,-0.102 2.543,-0.192 2.75,-0.106 z m -5.641,0.079 c 0.043,0.027 -0.015,0.046 -0.14,0.05 -0.121,0 -0.414,0.012 -0.653,0.032 -0.281,0.019 -0.386,0.011 -0.308,-0.024 0.164,-0.07 1.008,-0.113 1.101,-0.058 z m 75.2,0.093 c 0,0.035 -0.258,0.09 -0.575,0.125 -0.871,0.102 -1.129,0.106 -1.07,0.02 0.016,-0.028 0.211,-0.071 0.434,-0.09 0.222,-0.023 0.586,-0.055 0.808,-0.078 0.254,-0.024 0.403,-0.016 0.403,0.023 z m -76.516,0.016 c 0.07,0.043 0.039,0.058 -0.125,0.058 -0.16,0 -0.192,-0.015 -0.121,-0.058 0.051,-0.031 0.105,-0.059 0.121,-0.059 0.019,0 0.074,0.028 0.125,0.059 z m -0.492,0.062 c 0.066,0.039 0.031,0.059 -0.129,0.063 -0.317,0.008 -0.82,0.133 -0.844,0.207 -0.016,0.039 0.09,0.098 0.227,0.141 0.336,0.097 0.328,0.207 -0.016,0.156 -0.156,-0.028 -0.305,-0.094 -0.367,-0.172 -0.176,-0.215 -0.067,-0.27 0.851,-0.418 0.102,-0.016 0.227,-0.008 0.278,0.023 z m -21.484999,0.34 c -0.164,0.012 -0.414,0.012 -0.554,0 -0.145,-0.011 -0.012,-0.023 0.293,-0.023 0.308,0 0.425,0.012 0.261,0.023 z m -0.984,0.008 c 0.051,0.031 -0.137,0.066 -0.488,0.09 -0.848,0.058 -1.145,0.051 -1.067,-0.027 0.082,-0.079 1.442,-0.133 1.555,-0.063 z m 71.933999,0.145 c -0.012,0.039 -0.184,0.187 -0.375,0.332 -0.289,0.211 -0.391,0.339 -0.579,0.714 -0.253,0.524 -0.253,0.524 -0.304,0.477 -0.02,-0.02 0.023,-0.219 0.094,-0.441 0.089,-0.278 0.207,-0.493 0.363,-0.657 0.336,-0.355 0.875,-0.644 0.801,-0.425 z m -54.278,0.023 c -0.043,0.016 -0.113,0.016 -0.156,0 -0.039,-0.016 -0.008,-0.031 0.078,-0.031 0.086,0 0.121,0.015 0.078,0.031 z m -19.964999,0.02 c -0.019,0.035 -0.062,0.046 -0.097,0.027 -0.086,-0.051 -0.067,-0.086 0.039,-0.086 0.054,0 0.082,0.027 0.058,0.059 z m 21.370999,0.043 c 1.364,0.14 1.778,0.23 1.653,0.355 -0.024,0.02 -0.301,-0.008 -0.613,-0.063 -0.317,-0.058 -0.922,-0.152 -1.348,-0.21 -0.723,-0.106 -0.746,-0.114 -0.34,-0.11 0.238,0.004 0.531,0.016 0.648,0.028 z m -8.597,0.195 c 0,0.031 0.109,0.113 0.242,0.176 0.129,0.066 0.254,0.156 0.27,0.203 0.035,0.078 0.976,0.398 1.179,0.398 0.133,0 1.356,0.602 1.832,0.903 0.867,0.539 2.414,2.234 2.414,2.636 0,0.153 -0.101,0.137 -0.191,-0.023 -0.129,-0.238 -0.891,-1.074 -1.457,-1.61 -1.039,-0.976 -1.938,-1.461 -3.887,-2.089 l -0.805,-0.258 -1.125,-0.004 c -0.617,-0.004 -1.143999,-0.027 -1.170999,-0.051 -0.122,-0.117 0.167999,-0.16 1.241999,-0.187 0.668,-0.016 1.199,-0.055 1.234,-0.09 0.078,-0.078 0.223,-0.082 0.223,-0.004 z m 2.316,0.422 c 0.403,0.207 0.637,0.293 0.719,0.265 0.394,-0.121 2.262,1.778 2.996,3.047 0.453,0.785 0.832,1.801 0.566,1.528 -0.046,-0.051 -0.117,-0.18 -0.156,-0.29 -0.129,-0.375 -1.023,-1.726 -1.582,-2.382 -0.59,-0.7 -1.719,-1.59 -2.515,-1.993 -0.547,-0.273 -0.579,-0.281 -0.489,-0.117 0.09,0.16 0,0.157 -0.312,-0.015 -0.258,-0.141 -0.336,-0.321 -0.121,-0.266 0.07,0.016 0.14,0.004 0.16,-0.023 0.055,-0.086 0.105,-0.071 0.734,0.246 z m -8.221999,-0.071 c -0.036,0.032 -0.313,0.114 -0.614,0.184 -0.304,0.074 -0.648,0.172 -0.765,0.219 -0.118,0.047 -0.266,0.086 -0.328,0.086 -0.379,0 -2.422,0.851 -3.305,1.379 -0.203,0.121 -0.438,0.242 -0.524,0.265 l -0.156,0.043 0.141,-0.148 c 0.152,-0.157 1.172,-0.758 1.777,-1.047 0.359,-0.168 1.254,-0.473 1.817,-0.613 0.148,-0.039 0.328,-0.129 0.402,-0.204 0.117,-0.125 0.211,-0.14 0.875,-0.179 0.469,-0.028 0.719,-0.02 0.68,0.015 z m 83.940999,0.2 c -0.063,0.035 -0.871,0.168 -1.793,0.296 -0.922,0.129 -1.711,0.247 -1.754,0.258 -0.164,0.059 -0.07,0.207 0.168,0.27 0.481,0.125 0.375,0.246 -0.336,0.383 -0.617,0.117 -1.723,0.25 -3.094,0.363 -1.05,0.09 -1.351,0.125 -2.566,0.309 -0.688,0.105 -1.516,0.121 -1.824,0.035 -0.153,-0.043 -0.02,-0.071 0.679,-0.157 1.336,-0.164 1.793,-0.234 4.11,-0.621 0.715,-0.121 0.902,-0.25 0.363,-0.254 -0.32,0 -0.551,-0.07 -0.441,-0.132 0.054,-0.036 1.543,-0.231 2.586,-0.344 0.339,-0.035 0.785,-0.09 0.992,-0.121 0.554,-0.082 2.828,-0.356 2.933,-0.356 0.075,0.004 0.067,0.02 -0.023,0.071 z m -3.746,1.004 c 0,0.035 0.027,0.062 0.058,0.062 0.032,0 0.075,-0.027 0.094,-0.062 0.024,-0.032 -0.004,-0.059 -0.054,-0.059 -0.055,0 -0.098,0.027 -0.098,0.059 z m -70.035,-0.782 c 0.179,0.098 0.484,0.34 0.679,0.539 0.286,0.289 0.395,0.364 0.547,0.364 0.215,0 0.332,0.105 0.68,0.617 0.191,0.285 0.262,0.34 0.387,0.328 0.132,-0.016 0.16,0.016 0.234,0.293 0.066,0.254 0.563,1.258 1.512,3.07 0.062,0.117 0.133,0.285 0.152,0.375 0.027,0.098 0.121,0.199 0.238,0.258 0.106,0.055 0.34,0.191 0.524,0.305 l 0.328,0.211 0.551,-0.036 c 0.301,-0.023 0.562,-0.015 0.582,0.012 0.051,0.082 -0.184,0.121 -0.938,0.164 -0.597,0.035 -0.715,0.028 -0.855,-0.062 -0.09,-0.059 -0.317,-0.141 -0.504,-0.192 -0.688,-0.172 -1.551,-0.629 -2.594,-1.375 -0.308,-0.218 -0.449,-0.355 -0.406,-0.394 0.039,-0.039 0.23,0.058 0.558,0.281 0.305,0.203 0.583,0.348 0.704,0.359 0.113,0.008 0.453,0.114 0.757,0.231 0.407,0.152 0.563,0.187 0.579,0.133 0.027,-0.114 -0.239,-0.653 -0.602,-1.227 -0.172,-0.277 -0.355,-0.633 -0.402,-0.785 -0.047,-0.152 -0.219,-0.492 -0.379,-0.75 -0.754,-1.211 -1.399,-1.93 -2.207,-2.473 -0.266,-0.179 -0.481,-0.343 -0.481,-0.371 0,-0.066 -0.011,-0.07 0.356,0.125 z m 3.418,5.746 c 0.164,0.121 0.867,0.375 0.914,0.328 0.015,-0.015 -0.035,-0.054 -0.117,-0.085 -0.082,-0.032 -0.317,-0.125 -0.52,-0.207 -0.445,-0.184 -0.48,-0.188 -0.277,-0.036 z m -11.445999,-5.879 c 0,0.051 -0.918,0.325 -1.484,0.442 -0.406,0.086 -1.676,0.484 -2.195,0.695 -0.485,0.195 -0.957,0.488 -0.957,0.594 0,0.105 0.066,0.105 0.218,-0.008 0.27,-0.195 0.293,-0.035 0.032,0.234 -0.243,0.247 -1.055,1.165 -1.535,1.727 -0.418,0.492 -1.708,2.531 -2.083,3.293 -0.125,0.258 -0.21,0.512 -0.191,0.563 0.024,0.066 -0.098,0.222 -0.391,0.492 -0.234,0.218 -0.457,0.449 -0.496,0.511 -0.062,0.098 -0.066,0.09 -0.031,-0.062 0.02,-0.102 0.106,-0.352 0.184,-0.563 0.082,-0.207 0.148,-0.445 0.148,-0.523 0,-0.172 0.641,-1.383 1.035,-1.957 0.5,-0.727 1.5,-1.906 2.422,-2.848 0.207,-0.211 0.375,-0.433 0.375,-0.492 0,-0.148 -0.031,-0.137 -0.355,0.117 -0.461,0.364 -0.91,0.832 -1.575,1.649 -0.691,0.855 -1.07,1.429 -1.542,2.367 -0.176,0.344 -0.333,0.601 -0.344,0.566 -0.039,-0.121 0.488,-1.238 0.886,-1.863 0.586,-0.926 0.872,-1.262 1.797,-2.148 0.766,-0.735 0.95,-0.973 0.746,-0.973 -0.218,0 -1.105,0.574 -1.777,1.152 -0.418,0.36 -0.418,0.321 0,-0.097 0.57,-0.575 1.344,-1.118 2.094,-1.473 0.308,-0.148 0.566,-0.289 0.566,-0.309 0,-0.023 -0.258,0.039 -0.57,0.133 -0.652,0.196 -0.871,0.227 -0.727,0.094 0.157,-0.145 2.465,-0.832 2.844,-0.852 0.192,-0.007 0.567,-0.074 0.836,-0.144 0.266,-0.067 0.766,-0.164 1.109,-0.211 0.34,-0.051 0.7,-0.106 0.793,-0.121 0.094,-0.02 0.168,-0.012 0.168,0.015 z m -4.886,1.93 c 0,0.035 0.027,0.063 0.062,0.063 0.035,0 0.063,-0.028 0.063,-0.063 0,-0.031 -0.028,-0.058 -0.063,-0.058 -0.035,0 -0.062,0.027 -0.062,0.058 z m 114.678999,-1.89 c 0,0.015 -0.043,0.058 -0.093,0.101 -0.079,0.063 -0.086,0.059 -0.055,-0.023 0.031,-0.086 0.148,-0.145 0.148,-0.078 z m -78.324,0.25 c 0.621,0.304 1.231,0.757 1.395,1.035 0.097,0.16 0.097,0.183 0.015,0.152 -0.082,-0.031 -0.086,-0.012 -0.031,0.129 0.074,0.187 0.02,0.289 -0.074,0.129 -0.309,-0.535 -1.02,-1.176 -1.235,-1.106 -0.07,0.024 0.489,0.828 0.786,1.125 0.367,0.368 0.238,0.621 -0.145,0.286 -0.129,-0.11 -0.629,-0.426 -1.113,-0.7 -0.488,-0.277 -0.899,-0.527 -0.918,-0.554 -0.074,-0.114 0.242,-0.036 0.629,0.16 0.383,0.191 0.644,0.261 0.644,0.172 0,-0.02 -0.152,-0.246 -0.34,-0.5 -0.511,-0.703 -0.461,-0.746 0.387,-0.328 z m -17.09,-0.215 c 0.059,0.093 -0.031,0.109 -0.914,0.179 -0.949,0.075 -2.676,0.075 -2.301,0 0.782,-0.156 3.149,-0.285 3.215,-0.179 z m -12.027,0.183 c 0,0.032 -0.039,0.059 -0.09,0.059 -0.047,0 -0.105,-0.027 -0.125,-0.059 -0.023,-0.035 0.016,-0.058 0.086,-0.058 0.07,0 0.129,0.023 0.129,0.058 z m 25.949,0.086 c 0.695,0.145 1.332,0.426 1.492,0.664 0.055,0.082 0.082,0.168 0.063,0.188 -0.02,0.019 -0.324,-0.102 -0.672,-0.266 -0.352,-0.168 -0.734,-0.32 -0.852,-0.34 -0.464,-0.082 -0.746,-0.172 -0.726,-0.234 0.031,-0.098 0.269,-0.102 0.695,-0.012 z m -25.019,-0.023 c 0.152,0.015 0.429,0.09 0.617,0.16 0.187,0.066 0.562,0.191 0.836,0.273 0.683,0.207 1.468,0.575 1.961,0.922 0.527,0.371 1.656,1.328 1.656,1.403 0,0.078 -0.098,0.015 -0.527,-0.34 -0.496,-0.41 -0.926,-0.703 -1.297,-0.883 -0.414,-0.199 -1.567,-0.57 -2.36,-0.762 -0.515,-0.121 -1.672,-0.238 -2.093,-0.211 -0.239,0.016 -0.879,0.059 -1.421999,0.094 -0.547,0.035 -1.082,0.074 -1.192,0.094 -0.152,0.023 -0.203,0.008 -0.203,-0.059 0,-0.062 0.113,-0.097 0.449,-0.125 0.246,-0.019 0.532,-0.035 0.633,-0.035 0.387,0.008 1.042999,-0.09 1.066999,-0.152 0.015,-0.043 -0.18,-0.078 -0.550999,-0.106 -1.164,-0.078 -1.473,-0.113 -1.473,-0.168 0,-0.062 0.957,-0.027 1.778,0.071 0.295999,0.031 0.901999,0.101 1.346999,0.152 0.442,0.051 0.887,0.121 0.988,0.152 0.102,0.035 0.493,0.141 0.868,0.235 0.371,0.097 0.832,0.214 1.019,0.265 0.188,0.051 0.367,0.09 0.399,0.094 0.285,0 -1.18,-0.609 -1.7,-0.711 -0.152,-0.031 -0.535,-0.113 -0.847,-0.187 -0.785,-0.18 -0.762,-0.27 0.047,-0.176 z m 120.593,0.234 c -0.086,0.149 -0.453,0.781 -0.816,1.406 -0.992,1.692 -1.77,3.2 -2.066,4.008 -0.219,0.598 -0.27,0.813 -0.293,1.285 -0.02,0.328 -0.004,0.633 0.035,0.731 0.07,0.176 0.5,0.418 0.992,0.558 0.156,0.043 0.508,0.176 0.777,0.297 0.414,0.18 0.457,0.207 0.25,0.176 -0.394,-0.059 -1.273,-0.316 -1.437,-0.418 -0.16,-0.101 -0.266,-0.074 -0.266,0.07 0,0.079 -0.015,0.082 -0.094,0.02 -0.05,-0.039 -0.089,-0.109 -0.089,-0.152 0,-0.043 -0.067,-0.153 -0.149,-0.246 -0.117,-0.133 -0.16,-0.274 -0.191,-0.618 -0.043,-0.441 -0.004,-0.66 0.265,-1.523 0.305,-0.965 1.352,-3.051 1.891,-3.762 0.078,-0.101 0.18,-0.281 0.223,-0.394 0.046,-0.118 0.14,-0.289 0.214,-0.391 0.075,-0.098 0.25,-0.367 0.391,-0.598 0.313,-0.511 0.609,-0.875 0.363,-0.449 z m -14.39,-0.195 c 0,0.031 -0.055,0.109 -0.125,0.168 -0.067,0.058 -0.121,0.082 -0.121,0.047 0,-0.032 0.054,-0.11 0.121,-0.168 0.07,-0.059 0.125,-0.082 0.125,-0.047 z m -90.711,0.347 c 0.441,0.079 1.265,0.196 1.824,0.266 0.563,0.07 1.117,0.164 1.238,0.211 0.117,0.047 0.309,0.102 0.422,0.121 0.113,0.024 0.192,0.055 0.176,0.07 -0.047,0.043 -1.074,-0.089 -1.68,-0.222 -0.308,-0.067 -0.847,-0.16 -1.207,-0.207 -1.008,-0.137 -1.691,-0.266 -1.758,-0.328 -0.082,-0.082 0.036,-0.071 0.985,0.089 z m 9.496,0.329 c 0,0.031 -0.078,0.074 -0.172,0.093 -0.332,0.071 -0.98,0.286 -1.344,0.45 -0.203,0.089 -0.511,0.203 -0.679,0.25 -0.172,0.05 -0.407,0.144 -0.528,0.211 -0.215,0.125 -1.004,0.429 -1.109,0.429 -0.031,0 -0.039,-0.051 -0.024,-0.113 0.02,-0.074 0.165,-0.16 0.411,-0.25 0.211,-0.074 0.425,-0.164 0.476,-0.207 0.258,-0.199 1.887,-0.77 2.473,-0.859 0.496,-0.079 0.496,-0.079 0.496,-0.004 z m 80.598,0.05 c 0,0.036 -0.032,0.079 -0.063,0.098 -0.035,0.02 -0.062,0.012 -0.062,-0.023 0,-0.032 0.027,-0.075 0.062,-0.094 0.031,-0.024 0.063,-0.012 0.063,0.019 z m -106.329,0.114 c 0,0.078 -0.593,0.222 -0.824,0.199 -0.121,-0.012 -0.207,0.027 -0.293,0.133 -0.09,0.113 -0.219,0.164 -0.510999,0.215 -0.219,0.035 -0.458,0.066 -0.532,0.066 -0.207,0 -0.125,-0.137 0.121,-0.195 0.157,-0.039 0.184,-0.067 0.118,-0.106 -0.051,-0.023 -0.606,0.004 -1.235,0.067 -0.629,0.058 -1.215,0.109 -1.297,0.113 -0.136,0 -0.144,-0.008 -0.054,-0.094 0.066,-0.062 0.246,-0.098 0.613,-0.109 0.289,-0.012 0.57,-0.039 0.629,-0.063 0.058,-0.027 0.144,-0.031 0.187,-0.015 0.043,0.015 0.426,-0.02 0.848,-0.082 1.011999,-0.141 2.229999,-0.211 2.229999,-0.129 z m -1.686999,0.293 c 0.043,0.015 0.113,0.015 0.156,0 0.039,-0.016 0.008,-0.032 -0.078,-0.032 -0.086,0 -0.121,0.016 -0.078,0.032 z m 64.745999,0.172 c 0.512,0.242 1.027,0.457 1.145,0.48 0.121,0.023 0.281,0.09 0.355,0.148 0.078,0.059 0.594,0.247 1.145,0.418 0.91,0.282 2.312,0.875 2.242,0.946 -0.039,0.039 -0.77,-0.172 -0.926,-0.266 -0.07,-0.043 -0.484,-0.187 -0.926,-0.324 -0.437,-0.137 -1.097,-0.367 -1.465,-0.512 -0.367,-0.14 -0.773,-0.277 -0.902,-0.301 -0.316,-0.054 -1.234,-0.562 -1.5,-0.828 -0.117,-0.117 -0.187,-0.211 -0.152,-0.207 0.031,0 0.472,0.203 0.984,0.446 z m 43.02,-0.274 c 0,0.031 -0.028,0.07 -0.059,0.094 -0.035,0.019 -0.047,-0.004 -0.027,-0.059 0.043,-0.101 0.086,-0.121 0.086,-0.035 z m 13.668,0.348 c -0.004,0.074 -0.301,0.586 -0.305,0.523 -0.004,-0.109 0.199,-0.57 0.254,-0.57 0.031,0 0.051,0.019 0.051,0.047 z m -88.946,0.015 c 0,0.036 -0.027,0.047 -0.062,0.028 -0.032,-0.02 -0.059,-0.047 -0.059,-0.063 0,-0.015 0.027,-0.027 0.059,-0.027 0.035,0 0.062,0.031 0.062,0.062 z m -33.370999,0.055 c 0.043,0.07 -0.125,0.145 -0.476,0.207 -0.235,0.043 -0.301,-0.016 -0.157,-0.129 0.121,-0.094 0.586,-0.152 0.633,-0.078 z m 108.214999,0.109 c 0,0.032 -0.039,0.094 -0.09,0.133 -0.055,0.043 -0.094,0.047 -0.094,0.016 0,-0.035 0.043,-0.094 0.094,-0.137 0.051,-0.039 0.09,-0.047 0.09,-0.012 z m -79.481,0.055 c 0.051,0.016 0.27,0.113 0.493,0.211 0.218,0.098 0.527,0.227 0.687,0.289 0.356,0.133 0.914,0.473 1.317,0.801 0.3,0.242 0.718,0.719 0.718,0.82 0,0.098 -0.367,-0.129 -0.507,-0.312 -0.149,-0.196 -0.653,-0.594 -0.75,-0.594 -0.036,0 0.132,0.18 0.371,0.402 0.566,0.532 0.687,0.672 0.57,0.672 -0.051,0 -0.34,-0.226 -0.645,-0.504 -0.961,-0.883 -1.718,-1.332 -2.293,-1.363 -0.175,-0.008 -0.332,-0.051 -0.371,-0.102 -0.039,-0.046 -0.164,-0.121 -0.281,-0.164 -0.195,-0.07 -0.187,-0.074 0.149,-0.039 0.3,0.032 0.355,0.02 0.355,-0.062 0,-0.098 0.031,-0.11 0.187,-0.055 z m -1.082,0.02 c 0.098,0.043 0.102,0.05 0.016,0.054 -0.055,0.004 -0.121,-0.023 -0.141,-0.054 -0.043,-0.071 -0.043,-0.071 0.125,0 z m -28.545999,0.058 c 0,0.035 -0.071,0.059 -0.161,0.059 -0.089,0 -0.14,-0.024 -0.121,-0.059 0.024,-0.031 0.094,-0.058 0.16,-0.058 0.067,0 0.122,0.027 0.122,0.058 z m -0.528,0.121 c -0.019,0.032 -0.078,0.059 -0.129,0.059 -0.05,0 -0.078,-0.027 -0.054,-0.059 0.019,-0.035 0.078,-0.062 0.129,-0.062 0.05,0 0.078,0.027 0.054,0.062 z m -0.453,0.094 c -0.117,0.051 -0.226,0.074 -0.246,0.059 -0.051,-0.051 0,-0.078 0.234,-0.118 l 0.219,-0.035 -0.207,0.094 z m 123.823999,0.164 c 0,0.02 -0.148,0.352 -0.465,1.027 -0.082,0.176 -0.269,0.618 -0.566,1.317 -0.297,0.699 -0.523,1.32 -0.648,1.793 -0.164,0.613 -0.219,1.484 -0.118,1.785 0.114,0.336 0.024,0.336 -0.136,0 -0.156,-0.332 -0.176,-0.734 -0.051,-1.187 0.203,-0.758 0.602,-1.899 0.812,-2.333 0.125,-0.265 0.25,-0.546 0.274,-0.628 0.023,-0.082 0.148,-0.364 0.281,-0.629 0.129,-0.262 0.309,-0.633 0.395,-0.821 0.14,-0.293 0.222,-0.414 0.222,-0.324 z m -93.597,0.024 c 0.168,0.019 0.199,0.046 0.183,0.152 -0.015,0.113 -0.082,0.137 -0.543,0.199 -0.375,0.051 -0.918,0.211 -1.886,0.551 -0.75,0.266 -1.891,0.66 -2.539,0.875 -0.645,0.219 -1.379,0.476 -1.625,0.578 -0.481,0.188 -0.696,0.207 -0.426,0.035 0.234,-0.148 1.695,-0.738 3.043,-1.23 0.269,-0.098 0.765,-0.289 1.101,-0.426 0.332,-0.137 0.93,-0.328 1.328,-0.426 0.399,-0.101 0.77,-0.222 0.821,-0.269 0.097,-0.082 0.148,-0.086 0.543,-0.039 z m 5.39,0.078 c 0,0.035 -0.027,0.047 -0.062,0.027 -0.031,-0.019 -0.059,-0.047 -0.059,-0.062 0,-0.016 0.028,-0.028 0.059,-0.028 0.035,0 0.062,0.031 0.062,0.063 z m -22.527,0.191 c 0.269,0.672 1.023,1.891 1.426,2.305 0.176,0.183 0.476,0.262 0.586,0.152 0.023,-0.023 -0.176,-0.258 -0.442,-0.523 -0.531,-0.528 -0.695,-0.75 -0.547,-0.75 0.051,0 0.196,0.125 0.329,0.281 0.132,0.156 0.445,0.484 0.703,0.73 l 0.461,0.446 0.836,-0.004 c 0.46,0 1.152,-0.039 1.535,-0.078 0.629,-0.071 0.836,-0.063 0.742,0.031 -0.07,0.07 -1.481,0.215 -2.082,0.211 -0.356,0 -0.699,0.027 -0.766,0.062 -0.082,0.043 -0.172,0.043 -0.285,0.004 -0.09,-0.035 -0.363,-0.078 -0.613,-0.101 -0.422,-0.035 -0.446,-0.032 -0.446,0.086 0,0.164 -0.136,0.156 -0.246,-0.012 -0.652,-1.004 -1.285,-2.32 -1.343,-2.797 -0.047,-0.363 0.019,-0.379 0.152,-0.043 z m 97.117,0.043 c -0.66,0.902 -1.547,2.215 -1.883,2.785 -0.23,0.395 -0.5,0.793 -0.597,0.883 -0.094,0.094 -0.184,0.234 -0.203,0.316 -0.102,0.477 -0.102,0.481 -0.153,0.352 -0.094,-0.242 0.16,-0.727 1.106,-2.121 0.632,-0.938 0.906,-1.301 1.425,-1.93 0.313,-0.375 0.497,-0.547 0.305,-0.285 z m -45.578,-0.059 c 0,0.079 -0.098,0.094 -1.238,0.211 -2.364,0.243 -3.211,0.336 -3.555,0.391 -0.207,0.031 -0.707,0.059 -1.113,0.063 -0.41,0.003 -0.899,0.007 -1.086,0.011 -0.184,0.004 -0.465,0 -0.617,-0.008 -0.153,-0.007 -0.473,-0.007 -0.711,-0.003 -0.567,0.007 -0.586,0.007 -0.586,-0.063 0,-0.035 0.121,-0.062 0.273,-0.062 0.153,0 0.34,-0.028 0.418,-0.059 0.078,-0.031 0.672,-0.086 1.317,-0.117 1.117,-0.055 3.211,-0.223 4.484,-0.356 0.758,-0.082 2.414,-0.086 2.414,-0.008 z m -38.969,0.114 c 0,0.051 -0.933,0.488 -1.039,0.488 -0.031,0 -0.183,0.082 -0.344,0.184 -0.277,0.175 -1.636,0.683 -1.691,0.629 -0.047,-0.043 0.547,-0.336 1.313,-0.649 0.406,-0.168 0.769,-0.324 0.8,-0.348 0.082,-0.058 0.84,-0.355 0.91,-0.355 0.028,0 0.051,0.023 0.051,0.051 z m 15.711,0.195 c 0.391,0.02 1.68,0.059 2.864,0.082 1.23,0.027 2.117,0.07 2.07,0.102 -0.094,0.062 -2.391,0.047 -3.637,-0.024 -0.492,-0.027 -1.141,-0.058 -1.437,-0.07 -0.477,-0.02 -0.688,-0.059 -0.598,-0.113 0.016,-0.008 0.348,0.004 0.738,0.023 z m -1.012,0.004 c -0.16,0.043 -0.277,0.043 -0.371,0 -0.109,-0.051 -0.062,-0.063 0.239,-0.063 0.367,0.004 0.367,0.004 0.132,0.063 z m 68.868,0.039 c 0,0.035 -0.028,0.078 -0.063,0.098 -0.035,0.019 -0.062,0.011 -0.062,-0.024 0,-0.031 0.027,-0.074 0.062,-0.093 0.035,-0.024 0.063,-0.012 0.063,0.019 z m -62.043,0.184 c -0.051,0.027 -0.231,0.027 -0.403,0.004 l -0.308,-0.043 0.402,-0.008 c 0.246,-0.004 0.367,0.015 0.309,0.047 z m 8.086,0.047 c -0.059,0.015 -0.141,0.011 -0.184,-0.004 -0.043,-0.016 0.008,-0.028 0.109,-0.028 0.102,0.004 0.137,0.016 0.075,0.032 z m -3.981,0.019 c -0.039,0.039 -0.113,0.043 -0.211,0.004 -0.14,-0.055 -0.136,-0.059 0.063,-0.063 0.148,0 0.195,0.016 0.148,0.059 z m -0.453,0 c 0,0.031 -0.055,0.059 -0.121,0.059 -0.066,0 -0.137,-0.028 -0.16,-0.059 -0.02,-0.035 0.031,-0.062 0.121,-0.062 0.086,0 0.16,0.027 0.16,0.062 z m -0.711,-0.008 c -0.125,0.047 -1.398,0.024 -1.449,-0.027 -0.016,-0.016 0.332,-0.024 0.773,-0.024 0.45,0.004 0.743,0.028 0.676,0.051 z m 58.942,0.117 c 0.035,0.098 -0.094,0.313 -0.571,0.95 -0.336,0.453 -0.738,1.015 -0.894,1.25 -0.305,0.461 -0.469,0.625 -0.344,0.339 0.043,-0.093 0.121,-0.234 0.18,-0.32 0.054,-0.082 0.211,-0.347 0.347,-0.597 0.246,-0.446 0.922,-1.422 1.129,-1.633 0.11,-0.11 0.113,-0.11 0.153,0.011 z m -56.715,-0.05 c -0.024,0.031 -0.149,0.058 -0.282,0.058 -0.128,0 -0.257,-0.027 -0.277,-0.058 -0.023,-0.039 0.082,-0.059 0.277,-0.059 0.196,0 0.305,0.02 0.282,0.059 z m -50.066999,0.004 c 1.007999,0.082 1.718999,0.289 2.691999,0.793 0.597,0.304 1.324,0.898 1.304,1.062 -0.015,0.141 0.235,0.289 1.731,1.043 1.473,0.734 1.539,0.754 2.957,0.867 0.703,0.059 1.516,0.047 2.676,-0.035 0.496,-0.035 0.511,-0.035 0.511,0.094 0,0.125 0.016,0.129 0.414,0.09 0.231,-0.024 0.442,-0.059 0.465,-0.075 0.09,-0.05 -0.019,-0.136 -0.176,-0.136 -0.089,0 -0.14,-0.028 -0.117,-0.063 0.051,-0.078 0.012,-0.086 -0.957,-0.207 -0.461,-0.055 -1.308,-0.219 -1.886,-0.359 -1.473,-0.36 -3.25,-1.031 -3.25,-1.227 0,-0.086 0.031,-0.078 0.64,0.188 0.731,0.32 1.172,0.468 1.555,0.527 0.172,0.027 0.547,0.117 0.836,0.199 0.847,0.242 2.183,0.512 3.219,0.649 1.101,0.148 1.269,0.156 1.714,0.09 0.262,-0.04 0.325,-0.032 0.325,0.035 0,0.054 -0.133,0.105 -0.407,0.152 -0.226,0.035 -0.453,0.106 -0.511,0.156 -0.278,0.239 -1.735,0.399 -4.121,0.453 -1.809,0.039 -1.934,0.036 -2.145,-0.07 -0.207,-0.101 -0.73,-0.191 -2,-0.344 -0.574,-0.07 -1.348,-0.238 -1.426,-0.312 -0.039,-0.039 0.117,-0.047 0.465,-0.016 0.606,0.047 0.606,0 0,-0.242 -0.219,-0.086 -0.715,-0.32 -1.098,-0.516 -0.382,-0.195 -0.714,-0.343 -0.742,-0.328 -0.027,0.016 -0.269,-0.156 -0.535,-0.386 -0.269,-0.227 -0.527,-0.414 -0.578,-0.414 -0.047,0 -0.164,-0.047 -0.254,-0.11 -0.187,-0.125 -0.831999,-0.308 -1.085999,-0.308 -0.168,0 -1.5,0.421 -1.984,0.628 -0.344,0.149 -0.153,0.18 0.414,0.067 0.246,-0.051 0.676,-0.106 0.945,-0.129 l 0.496,-0.035 -0.308,0.152 c -0.27,0.133 -0.36,0.149 -0.711,0.117 -0.336,-0.027 -0.52,0 -1.098,0.153 -0.898,0.242 -1.117,0.332 -1.359,0.558 -0.184,0.168 -0.215,0.176 -0.352,0.11 -0.129,-0.071 -0.164,-0.063 -0.277,0.047 -0.137,0.132 -0.254,0.164 -0.254,0.074 0,-0.032 0.097,-0.11 0.215,-0.18 0.121,-0.066 0.218,-0.16 0.218,-0.203 0,-0.121 0.239,-0.313 0.391,-0.313 0.09,0 0.129,-0.031 0.117,-0.097 -0.008,-0.055 0.129,-0.215 0.328,-0.379 0.364,-0.301 0.395,-0.395 0.149,-0.453 -0.117,-0.028 -0.067,-0.051 0.219,-0.102 0.605,-0.105 1.531,-0.555 1.144,-0.555 -0.469,0 -2.695,0.696 -3.039,0.95 -0.133,0.097 -0.918,0.41 -1.289,0.519 -0.336,0.094 -1.289,0.949 -1.746,1.563 -0.637,0.855 -0.813,1.129 -1.156,1.808 -0.028,0.051 -0.078,0.098 -0.114,0.11 -0.097,0.031 -0.023,-0.176 0.223,-0.641 0.297,-0.547 0.387,-0.809 0.301,-0.891 -0.098,-0.093 1.746,-1.851 2.136,-2.035 0.161,-0.074 0.481,-0.258 0.711,-0.406 0.622,-0.406 1.762,-0.894 2.395,-1.031 0.207,-0.043 0.52,-0.113 0.703,-0.156 0.231,-0.055 0.379,-0.059 0.504,-0.02 0.117,0.043 0.293,0.039 0.531,-0.004 0.516,-0.09 0.789,-0.082 0.75,0.024 -0.019,0.046 0.008,0.097 0.059,0.117 0.144,0.054 0.937,0.043 0.976,-0.016 0.036,-0.058 -0.238,-0.32 -0.461,-0.43 -0.097,-0.05 -0.484,-0.089 -1.082,-0.105 -0.507,-0.012 -0.953,-0.047 -0.984,-0.078 -0.07,-0.063 1.219,-0.059 2.074,0.012 z m 0.657,0.468 c 0.101,0.086 0.420999,0.36 0.706999,0.61 0.75,0.656 1.25,1.007 1.89,1.324 0.309,0.156 0.582,0.285 0.606,0.285 0.023,0 -0.106,-0.133 -0.289,-0.297 -0.18,-0.164 -0.309,-0.312 -0.286,-0.336 0.063,-0.058 0.856,0.582 0.836,0.684 -0.007,0.051 0.055,0.125 0.141,0.168 0.434,0.215 0.945,0.433 1.285,0.547 0.387,0.129 1.067,0.238 1.067,0.168 0,-0.02 -0.231,-0.149 -0.512,-0.286 -1.512,-0.734 -3.098,-1.726 -2.758,-1.726 0.047,0 0.148,0.043 0.227,0.098 0.078,0.05 0.156,0.082 0.171,0.066 0.051,-0.047 -1.031,-0.734 -1.554,-0.984 -0.684,-0.329 -1.445999,-0.567 -1.632999,-0.504 -0.063,0.023 -0.035,0.07 0.102,0.183 z m -0.813,0.477 c -0.02,0.031 0.063,0.07 0.184,0.094 0.242,0.043 0.402,-0.012 0.265,-0.094 -0.109,-0.067 -0.406,-0.067 -0.449,0 z m -1.59,0.488 c -0.14,0.07 -0.238,0.137 -0.222,0.156 0.035,0.032 0.558,-0.129 0.718,-0.218 0.211,-0.118 -0.246,-0.059 -0.496,0.062 z m -2,1.117 c -0.015,0.043 -0.012,0.075 0.008,0.075 0.062,0 0.27,-0.192 0.27,-0.247 0,-0.07 -0.239,0.079 -0.278,0.172 z m 16.636999,1.211 c -0.024,0.035 0.016,0.059 0.086,0.059 0.066,0 0.14,-0.024 0.16,-0.059 0.023,-0.031 -0.016,-0.058 -0.086,-0.058 -0.066,0 -0.141,0.027 -0.16,0.058 z m -6.766,0.055 c -0.109,0.066 0.184,0.141 0.34,0.086 0.098,-0.039 0.098,-0.043 -0.012,-0.086 -0.16,-0.063 -0.226,-0.063 -0.328,0 z m 0.739,0.137 c 0.082,0.031 0.218,0.035 0.304,0.011 0.149,-0.043 0.145,-0.046 -0.062,-0.082 -0.282,-0.047 -0.446,0 -0.242,0.071 z m 1.074,0.062 c 0.058,0.031 0.179,0.035 0.273,0.012 l 0.164,-0.043 -0.156,-0.039 c -0.082,-0.024 -0.207,-0.027 -0.269,-0.016 -0.106,0.028 -0.106,0.035 -0.012,0.086 z m 0.504,-0.023 c -0.063,0.097 1.125,0.176 1.351,0.093 0.055,-0.019 0.098,-0.062 0.098,-0.089 0,-0.071 -1.406,-0.071 -1.449,-0.004 z m 64.418,-3.387 c 0.558,0.207 0.843,0.438 0.988,0.805 0.086,0.222 0.105,0.359 0.066,0.453 -0.027,0.074 -0.086,0.246 -0.121,0.383 -0.16,0.578 -1.261,1.933 -1.57,1.933 -0.078,0 -0.297,0.11 -0.481,0.246 -0.187,0.133 -0.421,0.282 -0.523,0.328 -0.223,0.106 -0.254,0.133 0.805,-0.628 0.793,-0.571 0.906,-0.688 1.324,-1.368 0.297,-0.48 0.367,-0.8 0.258,-1.191 -0.055,-0.199 -0.141,-0.301 -0.426,-0.508 -0.191,-0.144 -0.457,-0.32 -0.586,-0.398 -0.383,-0.227 -0.27,-0.25 0.266,-0.055 z m 0.093,0.84 c 0.207,0.234 0.34,0.523 0.34,0.734 0,0.379 -0.672,1.188 -1.289,1.543 -0.664,0.387 -0.887,0.34 -0.273,-0.051 0.879,-0.562 1.375,-1.128 1.375,-1.558 0,-0.274 -0.184,-0.594 -0.367,-0.653 -0.071,-0.019 -0.129,-0.078 -0.129,-0.125 0,-0.144 0.168,-0.093 0.343,0.11 z m -54.527,-0.02 c 0,0.055 -0.309,0.145 -0.352,0.106 -0.011,-0.016 0.059,-0.055 0.165,-0.09 0.101,-0.035 0.187,-0.043 0.187,-0.016 z m -0.434,0.149 c 0,0.015 -0.132,0.054 -0.292,0.09 -0.161,0.035 -0.426,0.101 -0.586,0.152 -0.164,0.047 -0.297,0.062 -0.297,0.035 0,-0.066 0.121,-0.109 0.64,-0.211 0.477,-0.097 0.535,-0.105 0.535,-0.066 z m 16.231,1.125 c 0.187,0.953 0.297,1.84 0.309,2.422 0.003,0.304 0.031,0.554 0.062,0.554 0.031,0 0.031,0.11 0.004,0.254 -0.027,0.141 -0.055,0.774 -0.063,1.41 -0.011,1.039 -0.035,1.282 -0.113,1.2 -0.012,-0.012 -0.043,-0.481 -0.062,-1.039 -0.075,-1.926 -0.168,-3.36 -0.278,-4.145 -0.101,-0.754 -0.101,-0.789 0.004,-0.789 0.067,0 0.121,0.055 0.137,0.133 z m 79.707,0.082 c 0,0.078 0.055,0.09 0.324,0.062 0.18,-0.015 0.426,-0.047 0.543,-0.07 0.176,-0.031 0.317,0.008 0.711,0.187 0.637,0.29 0.813,0.418 0.988,0.711 0.188,0.313 0.239,0.567 0.157,0.774 -0.043,0.113 -0.043,0.191 -0.004,0.242 0.074,0.082 -0.157,0.266 -0.532,0.422 -0.785,0.332 -5.003,1.633 -5.07,1.566 -0.015,-0.015 0.172,-0.09 0.422,-0.16 0.246,-0.07 0.688,-0.219 0.977,-0.328 0.289,-0.109 0.679,-0.246 0.867,-0.301 0.637,-0.191 2.496,-0.847 2.73,-0.961 0.086,-0.047 0.239,-0.172 0.328,-0.277 0.149,-0.168 0.168,-0.23 0.145,-0.504 -0.035,-0.379 -0.238,-0.668 -0.637,-0.894 -0.34,-0.192 -0.41,-0.161 -0.328,0.144 0.047,0.184 0.035,0.277 -0.051,0.461 l -0.109,0.234 -0.035,-0.394 c -0.039,-0.457 -0.098,-0.543 -0.43,-0.649 -0.211,-0.066 -0.375,-0.062 -1.191,0.051 -1.047,0.145 -1.703,0.231 -1.844,0.242 -0.055,0 -0.277,0.016 -0.496,0.032 -0.223,0.011 -0.649,0.043 -0.949,0.066 l -0.547,0.043 0.144,-0.148 c 0.121,-0.125 0.223,-0.157 0.625,-0.192 0.266,-0.023 0.739,-0.094 1.051,-0.16 0.793,-0.164 1.668,-0.293 1.965,-0.293 0.183,0 0.246,0.023 0.246,0.094 z m -1.453,0.262 c -0.02,0.035 -0.012,0.062 0.023,0.062 0.035,0 0.078,-0.027 0.102,-0.062 0.019,-0.032 0.008,-0.059 -0.024,-0.059 -0.035,0 -0.082,0.027 -0.101,0.059 z m -9.164,-0.043 c -0.024,0.039 -0.113,0.16 -0.196,0.269 -0.082,0.106 -0.187,0.293 -0.23,0.414 -0.094,0.27 -0.215,0.328 -0.215,0.11 0,-0.168 0.152,-0.418 0.426,-0.704 0.156,-0.168 0.301,-0.226 0.215,-0.089 z m 1.367,0.136 c -0.055,0.102 -0.156,0.25 -0.223,0.332 l -0.121,0.145 0.094,-0.18 c 0.051,-0.098 0.152,-0.246 0.227,-0.328 l 0.128,-0.152 -0.105,0.183 z m -90.289,-0.051 c -0.063,0.016 -0.145,0.016 -0.188,-0.003 -0.043,-0.016 0.008,-0.028 0.11,-0.028 0.101,0.004 0.137,0.016 0.078,0.031 z m 75.605,0.102 c 0.016,0.012 0.723,0.07 1.575,0.125 2.136,0.137 2.277,0.211 0.339,0.18 -1.679,-0.024 -2.535,-0.117 -2.535,-0.274 0,-0.05 0.567,-0.082 0.621,-0.031 z m -2.117,0.391 c 0.043,0.097 0.199,0.246 0.352,0.332 0.351,0.199 0.562,0.468 0.644,0.832 0.098,0.414 0,1.035 -0.179,1.14 -0.082,0.051 -0.082,0.024 0.027,-0.386 0.09,-0.325 0.086,-0.371 -0.027,-0.727 -0.172,-0.535 -0.52,-0.828 -0.985,-0.828 -0.094,0 -0.402,0.109 -0.691,0.246 -0.285,0.133 -0.586,0.27 -0.66,0.297 -0.239,0.09 -0.16,-0.047 0.14,-0.246 0.157,-0.106 0.27,-0.203 0.25,-0.219 -0.015,-0.019 -0.215,0.043 -0.437,0.133 -0.223,0.09 -0.422,0.148 -0.442,0.129 -0.047,-0.043 1.692,-0.879 1.832,-0.879 0.051,0 0.129,0.082 0.176,0.176 z m 7.586,-0.059 0.188,0.039 -0.176,0.043 c -0.219,0.055 -1.102,-0.016 -1.055,-0.086 0.035,-0.058 0.77,-0.058 1.043,0.004 z m -91.75,-0.016 c -0.043,0.016 -0.098,0.016 -0.117,-0.003 -0.02,-0.02 0.016,-0.036 0.082,-0.032 0.07,0.004 0.086,0.016 0.035,0.035 z m 100.567,0.258 c -0.172,0.309 0.027,0.442 0.636,0.434 0.305,-0.008 0.485,-0.043 0.641,-0.133 0.305,-0.172 0.34,-0.156 0.316,0.156 -0.015,0.242 -0.051,0.305 -0.254,0.465 -0.191,0.149 -0.32,0.192 -0.648,0.227 -0.227,0.023 -0.52,0.058 -0.652,0.082 -0.399,0.066 -1.239,-0.242 -1.305,-0.481 -0.082,-0.304 0.027,-0.379 0.164,-0.109 0.051,0.105 0.18,0.199 0.359,0.266 0.285,0.105 0.926,0.148 0.926,0.062 0,-0.027 -0.125,-0.141 -0.281,-0.254 -0.258,-0.187 -0.277,-0.223 -0.262,-0.433 0.016,-0.2 0.047,-0.243 0.219,-0.313 0.191,-0.078 0.199,-0.078 0.141,0.031 z m 0.742,0.914 c 0,0.067 0.242,-0.007 0.414,-0.129 0.234,-0.164 0.156,-0.191 -0.137,-0.054 -0.152,0.07 -0.277,0.152 -0.277,0.183 z m -15.864,-0.84 c 0.286,0.325 0.461,0.754 0.457,1.122 0,0.421 -0.148,0.734 -0.515,1.074 -0.238,0.222 -0.305,0.258 -0.395,0.203 -0.179,-0.109 -0.164,-0.234 0.032,-0.234 0.242,0.003 0.476,-0.454 0.472,-0.922 -0.004,-0.239 0.008,-0.293 0.047,-0.196 0.078,0.215 0.176,0.157 0.176,-0.105 0,-0.328 -0.207,-0.832 -0.414,-0.996 -0.094,-0.074 -0.141,-0.137 -0.102,-0.137 0.043,0 0.149,0.086 0.242,0.191 z m 27.028,0.524 c 0.027,0.043 -0.016,0.133 -0.106,0.219 -0.125,0.121 -0.242,0.156 -0.734,0.203 -0.32,0.031 -1.055,0.125 -1.633,0.203 -2.461,0.34 -6.07,0.73 -6.238,0.676 -0.039,-0.016 0.121,-0.047 0.359,-0.071 0.238,-0.019 0.586,-0.062 0.774,-0.093 0.187,-0.032 0.523,-0.067 0.742,-0.082 0.863,-0.063 1.722,-0.211 1.902,-0.321 0.078,-0.05 0.184,-0.074 0.235,-0.054 0.05,0.019 0.226,0.007 0.386,-0.024 0.16,-0.031 0.711,-0.125 1.219,-0.203 0.512,-0.082 1.305,-0.219 1.766,-0.305 1.179,-0.222 1.273,-0.23 1.328,-0.148 z m -31.02,0.406 c 0,0.028 0.098,0.082 0.215,0.125 0.426,0.149 0.774,0.762 0.774,1.36 0,0.367 -0.043,0.453 -0.188,0.367 -0.094,-0.059 -0.141,-0.047 -0.262,0.062 -0.215,0.196 -0.246,0.16 -0.078,-0.078 0.082,-0.117 0.164,-0.316 0.188,-0.445 0.035,-0.199 0.015,-0.27 -0.125,-0.449 -0.09,-0.114 -0.262,-0.266 -0.379,-0.336 -0.219,-0.133 -0.215,-0.203 0.008,-0.246 0.113,-0.024 0.105,-0.036 -0.051,-0.11 -0.133,-0.062 -0.199,-0.066 -0.285,-0.012 -0.063,0.036 -0.168,0.051 -0.239,0.036 -0.07,-0.02 -0.394,0.039 -0.714,0.129 -0.883,0.242 -0.864,0.14 0.023,-0.133 0.922,-0.289 1.113,-0.336 1.113,-0.27 z m 17.953,0.153 c 0.129,0.07 0.231,0.148 0.231,0.175 0,0.094 -0.168,0.035 -0.371,-0.133 -0.25,-0.207 -0.192,-0.222 0.14,-0.042 z m -32.332,0.093 c -0.019,0.032 -0.168,0.129 -0.328,0.219 -0.16,0.09 -0.375,0.238 -0.48,0.328 -0.313,0.281 -1.305,0.742 -2.567,1.192 -1.257,0.449 -1.425,0.535 -1.285,0.64 0.098,0.07 1.649,0.192 3.129,0.242 0.59,0.02 1.082,0.059 1.102,0.086 0.078,0.121 -4.426,0.043 -5.016,-0.09 -0.172,-0.035 -0.527,-0.066 -0.793,-0.062 -0.266,0.004 -0.473,0 -0.461,-0.012 0.012,-0.011 0.535,-0.16 1.164,-0.328 1.805,-0.48 2.215,-0.633 3.942,-1.476 0.894,-0.434 1.613,-0.766 1.593,-0.739 z m -1.457,0.024 c -0.015,0.015 -0.265,0.125 -0.554,0.238 -1.672,0.656 -2.578,0.969 -3.649,1.266 -1.168,0.324 -1.359,0.367 -1.285,0.296 0.078,-0.074 2.848,-0.976 3.777,-1.226 0.231,-0.066 0.61,-0.207 0.84,-0.32 0.356,-0.172 0.965,-0.352 0.871,-0.254 z m 50.918,0.328 c 0.09,0.195 0.957,0.535 2.032,0.797 0.289,0.07 0.621,0.156 0.742,0.195 l 0.215,0.066 -0.235,0.02 c -0.39,0.031 -1.215,-0.086 -1.336,-0.191 -0.058,-0.051 -0.261,-0.145 -0.449,-0.207 -0.187,-0.063 -0.437,-0.161 -0.551,-0.219 -0.23,-0.11 -0.551,-0.379 -0.551,-0.457 0,-0.063 0.106,-0.067 0.133,-0.004 z M 89.656271,168.416 c 0.004,0.031 -0.051,0.192 -0.121,0.36 -0.066,0.164 -0.109,0.218 -0.086,0.125 0.043,-0.204 0.203,-0.571 0.207,-0.485 z m 92.343999,0.387 c 0.223,0.273 0.387,0.691 0.434,1.094 l 0.043,0.371 0.726,0.019 c 0.629,0.012 0.758,0 0.969,-0.105 0.301,-0.149 0.293,-0.149 0.332,-0.004 0.019,0.074 0.086,0.121 0.164,0.121 0.07,0 0.129,0.023 0.129,0.051 0,0.047 -0.442,0.082 -1.981,0.168 -0.511,0.027 -0.523,0.027 -0.742,0.004 -0.121,-0.012 -0.16,0.015 -0.176,0.125 -0.031,0.23 -0.218,0.132 -0.269,-0.141 -0.024,-0.129 -0.074,-0.426 -0.113,-0.656 -0.043,-0.238 -0.161,-0.578 -0.278,-0.789 -0.242,-0.453 -0.207,-0.524 0.199,-0.371 0.172,0.066 0.172,0.066 0.036,0.117 -0.172,0.062 -0.172,0.094 -0.02,0.34 0.078,0.121 0.156,0.179 0.211,0.16 0.098,-0.035 0.145,0.176 0.18,0.754 0.011,0.254 0.023,0.269 0.191,0.269 0.301,0 0.332,-0.136 0.172,-0.722 -0.141,-0.52 -0.258,-0.77 -0.434,-0.911 -0.078,-0.062 -0.078,-0.074 -0.004,-0.07 0.047,0.004 0.153,0.082 0.231,0.176 z m 40.93,-0.027 c 0.406,0.043 1.05,0.097 1.429,0.121 0.61,0.035 0.914,0.093 0.825,0.16 -0.016,0.012 -0.543,0.004 -1.172,-0.024 -1.114,-0.043 -2.133,-0.191 -2.067,-0.296 0.039,-0.063 0.024,-0.063 0.985,0.039 z m -23.739,0.211 c 0.328,0.113 -0.472,0.183 -3.355,0.292 -3.07,0.118 -6.293,0.18 -6.406,0.118 -0.063,-0.032 -0.246,-0.059 -0.411,-0.063 -1.109,-0.031 2.766,-0.18 6.848,-0.262 0.664,-0.015 1.512,-0.046 1.887,-0.07 0.875,-0.051 1.308,-0.058 1.437,-0.015 z m -19.164,0.257 c 0.168,0.172 0.309,0.66 0.27,0.926 -0.031,0.188 -0.024,0.192 0.137,0.152 0.156,-0.035 0.164,-0.031 0.101,0.086 -0.098,0.172 0.004,0.211 0.27,0.106 0.121,-0.051 0.218,-0.067 0.218,-0.039 0,0.183 -0.558,0.281 -1.113,0.199 l -0.34,-0.051 0.262,-0.164 c 0.273,-0.168 0.367,-0.355 0.301,-0.601 -0.051,-0.196 -0.192,-0.235 -0.422,-0.121 -0.41,0.207 -1.445,0.429 -2.184,0.468 -0.273,0.016 -0.906,0.082 -1.41,0.149 -0.586,0.074 -0.969,0.097 -1.055,0.066 -0.07,-0.031 -0.117,-0.055 -0.101,-0.058 0.016,-0.004 0.199,-0.032 0.402,-0.063 0.203,-0.035 0.649,-0.09 0.985,-0.121 0.691,-0.066 2.988,-0.504 3.3,-0.629 0.231,-0.094 0.309,-0.23 0.2,-0.355 -0.125,-0.149 0.027,-0.102 0.179,0.05 z m 45.43,0.145 c 0.027,0.043 0.004,0.203 -0.051,0.363 -0.129,0.375 -0.945,1.227 -1.699,1.766 -0.57,0.414 -0.688,0.586 -0.59,0.875 0.051,0.164 -0.086,0.308 -0.515,0.547 -0.188,0.101 -0.352,0.238 -0.368,0.297 -0.015,0.062 -0.07,0.113 -0.113,0.113 -0.055,0 -0.07,-0.039 -0.047,-0.102 0.051,-0.121 -0.133,-0.258 -0.347,-0.261 -0.168,0 -0.684,-0.375 -0.614,-0.446 0.024,-0.023 0.164,0.028 0.317,0.113 0.168,0.094 0.382,0.161 0.57,0.168 0.422,0.024 0.43,-0.097 0.008,-0.218 -0.387,-0.11 -0.469,-0.188 -0.313,-0.297 0.106,-0.074 0.106,-0.082 -0.008,-0.145 -0.101,-0.058 -0.105,-0.074 -0.027,-0.129 0.133,-0.082 0.219,-0.039 0.199,0.098 -0.015,0.117 0.196,0.262 0.387,0.262 0.188,0 0.961,-0.52 0.961,-0.649 0,-0.023 0.293,-0.269 0.648,-0.543 0.356,-0.269 0.739,-0.597 0.852,-0.722 0.484,-0.539 0.629,-0.75 0.664,-0.953 0.024,-0.137 0.055,-0.188 0.086,-0.137 z m -91.582,0.133 c 0,0.113 -0.012,0.16 -0.027,0.105 -0.016,-0.058 -0.016,-0.152 0,-0.211 0.015,-0.058 0.027,-0.012 0.027,0.106 z m 90.691,-0.059 c 0.223,0.094 0.375,0.238 0.375,0.363 0,0.125 -0.136,0.227 -0.172,0.125 -0.039,-0.113 -0.203,-0.082 -0.335,0.063 -0.114,0.121 -0.118,0.125 -0.079,0.015 0.102,-0.285 0.086,-0.296 -0.488,-0.339 -0.508,-0.036 -0.812,-0.11 -0.465,-0.11 0.082,0 0.18,-0.027 0.215,-0.058 0.09,-0.09 0.774,-0.129 0.949,-0.059 z m -1.527,0.098 c -0.043,0.015 -0.113,0.015 -0.156,0 -0.043,-0.016 -0.008,-0.032 0.078,-0.032 0.086,0 0.117,0.016 0.078,0.032 z m -36.445,0.312 c -0.075,0.133 -0.559,0.434 -0.864,0.535 -0.355,0.118 -0.285,0.032 0.129,-0.16 0.215,-0.101 0.465,-0.25 0.559,-0.336 0.199,-0.179 0.262,-0.195 0.176,-0.039 z m -54.852,0.387 c 0.027,0.094 0.035,0.187 0.016,0.207 -0.063,0.059 -0.106,-0.039 -0.082,-0.207 l 0.019,-0.172 0.047,0.172 z m 92.02,0.43 c -0.414,0.402 -0.844,0.726 -0.899,0.672 -0.027,-0.028 0.289,-0.344 0.836,-0.821 0.449,-0.394 0.5,-0.277 0.063,0.149 z m -48.989,-0.27 c 0,0.031 -0.117,0.055 -0.261,0.055 -0.203,-0.004 -0.235,-0.016 -0.137,-0.055 0.172,-0.074 0.398,-0.074 0.398,0 z m -40.839,0.328 c -0.004,0.196 -0.012,0.27 -0.028,0.164 -0.015,-0.109 -0.011,-0.269 0,-0.359 0.016,-0.09 0.028,-0.004 0.028,0.195 z m 27.355,-0.148 c 0.109,0.137 0.633,0.258 1.641,0.387 0.375,0.046 1.054,0.136 1.515,0.203 1.024,0.144 3.024,0.363 3.403,0.371 0.359,0.008 0.668,0.074 0.586,0.125 -0.137,0.082 -3.883,-0.199 -4.528,-0.344 -0.078,-0.016 -0.625,-0.109 -1.215,-0.203 -0.593,-0.098 -1.191,-0.223 -1.328,-0.274 -0.242,-0.097 -0.355,-0.226 -0.285,-0.332 0.051,-0.082 0.109,-0.062 0.211,0.067 z m 30.512,-0.02 c -0.11,0.016 -0.293,0.016 -0.403,0 -0.109,-0.011 -0.019,-0.023 0.204,-0.023 0.218,0 0.308,0.012 0.199,0.023 z m 14.019,0.043 c -0.047,0.043 -1.273,0.211 -1.508,0.207 l -0.187,-0.004 0.187,-0.078 c 0.18,-0.074 1.575,-0.187 1.508,-0.125 z m -22.113,0.086 c 0.023,0.031 -0.012,0.074 -0.07,0.09 -0.934,0.262 -1.52,0.465 -3.141,1.086 -1.055,0.402 -2.027,0.75 -2.16,0.773 -0.133,0.024 -0.387,0.118 -0.563,0.207 -0.179,0.094 -0.425,0.188 -0.546,0.207 -0.122,0.024 -0.375,0.106 -0.563,0.188 -0.191,0.082 -0.379,0.148 -0.422,0.144 -0.121,-0.003 0.438,-0.265 1.008,-0.472 0.289,-0.106 0.719,-0.281 0.957,-0.395 0.238,-0.109 0.75,-0.324 1.137,-0.472 0.383,-0.153 0.863,-0.34 1.062,-0.422 0.203,-0.082 0.446,-0.149 0.539,-0.149 0.098,0 0.203,-0.023 0.235,-0.054 0.062,-0.055 1.972,-0.68 2.297,-0.75 0.109,-0.02 0.21,-0.012 0.23,0.019 z m 4.137,0.047 c -0.043,0.016 -0.114,0.016 -0.157,0 -0.042,-0.016 -0.007,-0.031 0.079,-0.031 0.086,0 0.117,0.015 0.078,0.031 z m -17.676,0.02 c -0.07,0.031 -0.223,0.05 -0.34,0.05 -0.176,0 -0.195,-0.007 -0.094,-0.05 0.067,-0.028 0.223,-0.051 0.34,-0.051 0.176,0 0.192,0.012 0.094,0.051 z m 33.797,0.086 c -0.024,0.023 -1.926,0.214 -2.117,0.214 -0.036,0 -0.047,-0.015 -0.028,-0.035 0.02,-0.015 0.407,-0.07 0.86,-0.117 0.832,-0.086 1.336,-0.109 1.285,-0.062 z m -2.61,0.253 c -0.058,0.016 -0.156,0.016 -0.214,0 -0.059,-0.011 -0.012,-0.027 0.109,-0.027 0.117,0 0.168,0.016 0.105,0.027 z m -69.617,0.364 c -0.035,0.5 -0.066,0.523 -0.07,0.058 -0.004,-0.218 0.019,-0.402 0.047,-0.402 0.027,0 0.039,0.156 0.023,0.344 z m 63.946,-0.043 c 0.117,0.035 0.074,0.047 -0.188,0.051 -0.238,0.003 -0.312,-0.012 -0.246,-0.051 0.105,-0.067 0.215,-0.067 0.434,0 z m -2.082,0.101 c 0.043,0.071 -0.399,0.102 -3.024,0.227 -1.055,0.051 -1.984,0.105 -2.07,0.121 -0.086,0.016 -0.391,0.043 -0.68,0.059 -0.289,0.015 -0.973,0.054 -1.516,0.089 -1.675,0.102 -3.781,0.145 -3.828,0.071 -0.027,-0.039 0.071,-0.063 0.285,-0.063 0.84,0 1.184,-0.047 1.274,-0.179 0.086,-0.125 0.109,-0.129 2.199,-0.129 1.16,0 2.738,-0.028 3.504,-0.059 2.566,-0.105 2.934,-0.121 3.375,-0.156 0.258,-0.02 0.457,-0.012 0.481,0.019 z m 9.8,0.188 c 0.086,0.051 -0.351,0.25 -1.133,0.512 -0.421,0.14 -2.351,0.871 -2.843,1.078 -0.492,0.207 -1.094,0.402 -1.129,0.367 -0.024,-0.02 0.023,-0.098 0.098,-0.176 l 0.136,-0.141 -0.14,-0.062 c -0.133,-0.063 -0.129,-0.066 0.074,-0.074 0.398,-0.008 0.949,-0.16 1.941,-0.532 0.543,-0.199 1.031,-0.367 1.086,-0.367 0.059,0 0.129,-0.023 0.164,-0.051 0.067,-0.062 0.707,-0.308 1.199,-0.46 0.188,-0.055 0.372,-0.114 0.403,-0.122 0.035,-0.011 0.097,0 0.144,0.028 z m -1.543,0.062 c 0.102,0.063 -0.164,0.094 -1.722,0.211 -1.868,0.141 -2.391,0.164 -2.297,0.102 0.047,-0.031 0.394,-0.074 0.773,-0.098 0.379,-0.023 0.813,-0.078 0.965,-0.121 0.328,-0.094 2.16,-0.172 2.281,-0.094 z m -67.918,0.317 c 0.004,0.136 0.059,0.265 0.137,0.336 0.125,0.117 0.125,0.125 0.031,0.945 -0.129,1.113 -0.246,1.734 -0.343,1.848 -0.164,0.187 -0.188,-0.02 -0.059,-0.516 0.102,-0.379 0.145,-0.789 0.18,-1.668 0.023,-0.641 0.047,-1.066 0.054,-0.945 z m 63.274,0.09 c -0.094,0.015 -0.25,0.015 -0.344,0 -0.09,-0.012 -0.016,-0.024 0.172,-0.024 0.187,0 0.266,0.012 0.172,0.024 z m -0.653,0.062 c -0.078,0.012 -0.187,0.012 -0.246,-0.004 -0.058,-0.015 0.004,-0.027 0.141,-0.023 0.133,0 0.184,0.011 0.105,0.027 z m -2.039,0.113 c -0.043,0.02 -0.113,0.02 -0.156,0 -0.043,-0.015 -0.008,-0.027 0.078,-0.027 0.086,0 0.121,0.012 0.078,0.027 z m 25.727,0.36 c 0.059,0.062 0.121,0.191 0.145,0.289 0.023,0.101 0.054,0.226 0.07,0.285 0.015,0.059 0.004,0.105 -0.031,0.105 -0.032,0 -0.079,-0.105 -0.102,-0.238 -0.051,-0.297 -0.16,-0.383 -0.418,-0.336 -0.328,0.059 -0.48,0.192 -0.48,0.422 0,0.199 -0.004,0.203 -0.508,0.363 -1.039,0.332 -3.371,1.164 -3.59,1.285 -0.059,0.032 -0.363,0.141 -0.68,0.239 -0.578,0.183 -1.086,0.41 -0.914,0.414 0.051,0 0.344,-0.094 0.653,-0.207 1.617,-0.61 5.234,-1.653 5.343,-1.547 0.074,0.07 -0.472,0.453 -1.031,0.723 -0.312,0.152 -0.57,0.3 -0.57,0.328 0,0.136 1.082,-0.055 2.304,-0.41 0.164,-0.051 0.133,0.136 -0.05,0.293 -0.172,0.144 -0.481,0.644 -0.43,0.695 0.016,0.015 0.168,-0.035 0.34,-0.11 0.168,-0.078 0.324,-0.125 0.344,-0.109 0.109,0.109 -1.215,0.758 -1.989,0.977 -0.613,0.172 -0.922,0.168 -1.308,-0.024 -0.352,-0.176 -0.453,-0.316 -0.493,-0.691 -0.031,-0.289 -0.015,-0.367 0.098,-0.512 0.07,-0.098 0.133,-0.191 0.133,-0.207 0,-0.09 -0.356,0.012 -1.77,0.5 -1.996,0.688 -2.578,0.91 -4.851,1.84 -1.582,0.648 -2.418,0.988 -2.969,1.199 -0.078,0.031 -0.082,0.024 -0.008,-0.062 0.047,-0.055 0.11,-0.102 0.141,-0.102 0.027,0 0.535,-0.227 1.121,-0.5 0.586,-0.277 1.137,-0.519 1.219,-0.539 0.086,-0.02 0.226,-0.094 0.312,-0.16 l 0.153,-0.121 -0.215,0.039 c -0.121,0.023 -0.356,0.094 -0.528,0.156 -0.375,0.145 -0.3,0.055 0.133,-0.156 0.18,-0.086 0.332,-0.203 0.352,-0.274 0.035,-0.132 0.32,-0.265 1.219,-0.57 0.32,-0.113 0.824,-0.285 1.113,-0.387 0.289,-0.101 0.761,-0.261 1.051,-0.351 0.539,-0.168 0.832,-0.297 0.789,-0.34 -0.032,-0.031 -0.547,0.129 -0.883,0.273 -0.137,0.059 -0.344,0.125 -0.465,0.149 -0.117,0.023 -0.297,0.082 -0.402,0.125 -0.102,0.047 -0.477,0.176 -0.832,0.289 -0.93,0.293 -1.778,0.582 -2.629,0.89 -0.41,0.149 -1.118,0.395 -1.578,0.551 -1.473,0.492 -2.192,0.766 -2.344,0.875 -0.082,0.063 -0.242,0.11 -0.371,0.106 -0.215,-0.004 -0.219,-0.004 -0.071,-0.067 0.25,-0.105 0.879,-0.351 1.114,-0.437 0.215,-0.074 1.246,-0.485 2.043,-0.805 0.5,-0.203 0.894,-0.351 1.761,-0.656 0.375,-0.129 1.059,-0.375 1.516,-0.543 0.461,-0.168 1.379,-0.492 2.043,-0.715 0.664,-0.226 1.395,-0.476 1.625,-0.562 0.23,-0.086 0.465,-0.153 0.523,-0.153 0.121,0.004 0.09,0.02 -0.386,0.211 -0.231,0.09 -0.239,0.098 -0.11,0.149 0.098,0.035 0.274,0.007 0.59,-0.09 0.246,-0.078 0.699,-0.215 1.004,-0.305 0.305,-0.086 0.645,-0.211 0.75,-0.273 0.106,-0.063 0.238,-0.114 0.289,-0.114 0.055,0 0.117,-0.027 0.137,-0.062 0.066,-0.102 -0.539,0 -1.297,0.219 -0.566,0.164 -0.656,0.179 -0.527,0.082 0.086,-0.063 0.175,-0.118 0.203,-0.118 0.027,0 0.121,-0.046 0.211,-0.105 0.222,-0.141 0.75,-0.316 0.953,-0.316 0.09,0 0.199,-0.039 0.238,-0.086 0.051,-0.059 0.109,-0.071 0.18,-0.039 0.062,0.031 0.222,0.011 0.429,-0.055 0.418,-0.133 0.54,-0.234 0.286,-0.242 -0.278,-0.004 0.472,-0.27 1.004,-0.352 0.23,-0.039 0.507,-0.082 0.609,-0.098 0.133,-0.023 0.215,-0.003 0.289,0.075 z m -2.465,1.726 c -0.262,0.106 -0.215,0.235 0.07,0.192 0.262,-0.043 1.024,-0.379 1.024,-0.453 0,-0.063 -0.715,0.109 -1.094,0.261 z m -0.578,0.207 c 0,0.035 0.043,0.063 0.094,0.063 0.051,0 0.094,-0.028 0.094,-0.063 0,-0.031 -0.043,-0.058 -0.094,-0.058 -0.051,0 -0.094,0.027 -0.094,0.058 z m 0.062,0.477 c -0.078,0.051 -0.078,0.082 -0.015,0.18 0.109,0.171 0.098,0.234 -0.047,0.199 -0.09,-0.024 -0.121,-0.004 -0.121,0.082 0,0.25 0.234,0.379 0.691,0.379 0.434,0 0.586,-0.047 0.625,-0.184 0.02,-0.07 0.086,-0.117 0.176,-0.117 0.203,-0.004 0.578,-0.191 0.578,-0.289 0,-0.067 -0.14,-0.086 -0.617,-0.098 -0.391,-0.008 -0.711,-0.047 -0.867,-0.105 -0.301,-0.117 -0.289,-0.114 -0.403,-0.047 z m 1.856,0.512 c -0.426,0.093 -0.555,0.148 -0.555,0.214 0,0.102 0.297,0.055 0.692,-0.105 0.414,-0.168 0.629,-0.309 0.359,-0.231 -0.086,0.024 -0.309,0.079 -0.496,0.122 z m 16.121,-2.809 c 0.066,0.086 0.231,0.297 0.367,0.465 0.27,0.332 0.696,0.988 1.114,1.715 0.14,0.246 0.511,0.875 0.824,1.394 0.308,0.524 0.562,0.957 0.562,0.969 0,0.012 0.16,0.281 0.352,0.605 0.308,0.516 1.594,3.004 1.922,3.727 0.07,0.148 0.179,0.391 0.246,0.539 0.07,0.148 0.312,0.699 0.539,1.227 0.23,0.527 0.484,1.109 0.566,1.293 0.082,0.183 0.168,0.425 0.188,0.539 0.019,0.109 0.113,0.363 0.207,0.558 0.226,0.473 0.273,0.629 0.195,0.629 -0.07,0 -0.312,-0.48 -0.902,-1.765 -1.137,-2.489 -2.305,-4.805 -3.246,-6.442 -1.254,-2.176 -1.778,-2.965 -2.723,-4.121 -0.367,-0.445 -0.621,-0.812 -0.621,-0.891 0,-0.132 -0.008,-0.132 -0.649,-0.093 -0.355,0.019 -0.773,0.066 -0.929,0.097 -0.332,0.075 -0.426,0.039 -0.344,-0.113 0.156,-0.277 1.609,-0.555 1.773,-0.34 0.317,0.422 1.172,1.336 1.188,1.27 0.02,-0.086 -0.316,-0.676 -0.625,-1.098 -0.102,-0.141 -0.172,-0.269 -0.152,-0.289 0.019,-0.02 0.086,0.035 0.148,0.125 z m -103.574,-0.078 c 0.015,0.043 0.008,0.183 -0.016,0.316 -0.039,0.235 -0.039,0.235 -0.047,-0.074 -0.007,-0.309 0.016,-0.394 0.063,-0.242 z m 40.133,0.281 c 0,0.047 -0.317,0.133 -0.356,0.094 -0.012,-0.008 0.067,-0.043 0.168,-0.078 0.106,-0.035 0.188,-0.043 0.188,-0.016 z m 25.593,0.047 c -0.062,0.012 -0.144,0.012 -0.187,-0.004 -0.039,-0.016 0.008,-0.027 0.109,-0.027 0.102,0 0.137,0.015 0.078,0.031 z m -14.707,0.016 c 0,0.046 -1.879,0.164 -2.086,0.129 -0.324,-0.051 -0.097,-0.122 0.434,-0.129 0.313,-0.004 0.816,-0.016 1.113,-0.024 0.297,-0.008 0.539,0 0.539,0.024 z m -11.441,0.144 c -0.086,0.051 -0.195,0.09 -0.246,0.094 -0.086,0 -0.086,-0.008 0,-0.051 0.051,-0.031 0.16,-0.07 0.246,-0.094 l 0.152,-0.039 -0.152,0.09 z m -36.652,0.113 c 0.027,0.09 0.027,0.309 0.007,0.489 -0.023,0.175 -0.011,0.484 0.024,0.683 0.058,0.297 0.055,0.391 -0.024,0.535 -0.05,0.094 -0.132,0.426 -0.183,0.735 -0.125,0.734 -0.262,1.363 -0.309,1.41 -0.097,0.094 -0.152,-0.09 -0.101,-0.34 0.05,-0.246 0.203,-1.203 0.281,-1.734 0.016,-0.117 -0.07,0.07 -0.191,0.418 -0.235,0.66 -0.399,0.929 -0.399,0.656 0,-0.285 0.442,-2.008 0.59,-2.301 0.051,-0.097 0.129,-0.301 0.176,-0.449 0.082,-0.262 0.086,-0.266 0.129,-0.102 z m 63.57,-0.035 c -0.043,0.016 -0.098,0.016 -0.117,-0.008 -0.024,-0.019 0.015,-0.031 0.078,-0.031 0.074,0.004 0.09,0.02 0.039,0.039 z m -0.649,0.059 c -0.058,0.015 -0.14,0.015 -0.183,0 -0.043,-0.02 0.008,-0.031 0.109,-0.027 0.102,0 0.137,0.011 0.074,0.027 z m -26.734,0.039 c -0.066,0.055 -0.148,0.098 -0.183,0.098 -0.032,0 -0.137,0.074 -0.235,0.164 -0.148,0.136 -0.183,0.148 -0.234,0.074 -0.031,-0.047 -0.059,-0.102 -0.059,-0.117 0,-0.032 0.434,-0.207 0.68,-0.27 0.152,-0.039 0.152,-0.039 0.031,0.051 z m 26.035,0.101 c -0.105,0.102 -0.25,0.133 -0.851,0.176 -0.711,0.051 -1.125,0.032 -1.188,-0.062 -0.015,-0.028 0.09,-0.063 0.235,-0.082 0.355,-0.047 1.589,-0.153 1.777,-0.153 l 0.152,0 -0.125,0.121 z m 32.114,0.067 c 0.07,0.105 -0.063,0.172 -0.469,0.234 -0.473,0.074 -1.551,0.485 -3.617,1.371 -0.477,0.203 -1.2,0.516 -1.61,0.688 -1.199,0.508 -1.734,0.762 -1.668,0.785 0.035,0.012 0.438,-0.098 0.895,-0.246 1.246,-0.406 1.336,-0.32 0.113,0.109 -1.715,0.606 -3.406,1.325 -5.258,2.242 -0.656,0.325 -1.808,0.895 -2.554,1.266 -1.707,0.84 -2.176,1.094 -2.09,1.121 0.074,0.024 0.785,-0.242 2.164,-0.801 0.906,-0.371 2.09,-0.796 2.211,-0.796 0.101,-0.004 -0.926,0.457 -1.711,0.769 -0.778,0.305 -3.36,1.379 -4.891,2.031 -0.82,0.352 -1.035,0.418 -1.035,0.321 0,-0.133 0.219,-0.313 0.57,-0.461 0.375,-0.164 0.848,-0.489 0.852,-0.586 0,-0.028 -0.086,-0.004 -0.191,0.047 -0.325,0.164 -0.266,0.054 0.082,-0.153 0.574,-0.343 2.085,-1.074 2.218,-1.074 0.11,0 3.86,-1.785 6.489,-3.094 0.425,-0.211 1.109,-0.527 1.515,-0.699 0.809,-0.348 1.676,-0.742 2.879,-1.301 0.649,-0.304 1.664,-0.738 2.734,-1.168 0.129,-0.05 0.235,-0.117 0.235,-0.144 0,-0.078 -1.485,-0.012 -2.262,0.097 -0.371,0.055 -1.078,0.165 -1.57,0.243 -1.09,0.179 -1.293,0.187 -1.281,0.043 0.007,-0.09 -0.039,-0.102 -0.36,-0.082 -0.336,0.019 -0.363,0.011 -0.289,-0.075 0.094,-0.109 0.059,-0.125 -0.23,-0.101 -0.2,0.019 -0.145,-0.141 0.058,-0.164 0.082,-0.008 0.203,-0.039 0.274,-0.071 0.066,-0.027 0.199,-0.066 0.293,-0.089 0.144,-0.028 0.179,-0.008 0.23,0.117 0.07,0.176 0.047,0.172 0.805,0.062 0.73,-0.109 2.558,-0.25 3.867,-0.3 1.926,-0.071 2.168,-0.086 2.363,-0.145 0.133,-0.035 0.215,-0.035 0.239,0.004 z m -6.993,0.707 c -0.023,0.035 0.016,0.062 0.082,0.062 0.071,0 0.141,-0.027 0.164,-0.062 0.02,-0.031 -0.019,-0.059 -0.085,-0.059 -0.067,0 -0.141,0.028 -0.161,0.059 z m -11.011,7.234 c -0.02,0.035 0.004,0.063 0.054,0.063 0.051,0 0.11,-0.028 0.129,-0.063 0.024,-0.031 0,-0.058 -0.054,-0.058 -0.051,0 -0.11,0.027 -0.129,0.058 z m -16.516,-7.867 c -0.148,0.113 -0.297,0.125 -0.262,0.024 0.012,-0.043 0.106,-0.086 0.203,-0.098 0.176,-0.016 0.18,-0.016 0.059,0.074 z m -0.414,0.059 c -0.016,0.105 -0.063,0.129 -0.277,0.133 -0.18,0.003 -0.274,-0.024 -0.297,-0.083 -0.047,-0.113 -0.055,-0.113 0.297,-0.148 0.273,-0.027 0.293,-0.019 0.277,0.098 z m -0.844,-0.039 c -0.043,0.015 -0.097,0.011 -0.117,-0.008 -0.02,-0.02 0.016,-0.031 0.082,-0.031 0.07,0.003 0.086,0.019 0.035,0.039 z m 38.403,0.129 c -0.051,0.031 -0.329,0.136 -0.618,0.234 -0.293,0.098 -0.609,0.223 -0.714,0.277 -0.102,0.051 -0.227,0.094 -0.282,0.094 -0.05,0 -0.121,0.023 -0.152,0.055 -0.035,0.031 -0.297,0.136 -0.586,0.234 -0.289,0.098 -1.027,0.371 -1.637,0.606 -0.613,0.234 -1.34,0.507 -1.609,0.613 -0.621,0.23 -2.727,1.125 -4.27,1.808 -0.644,0.289 -1.48,0.641 -1.855,0.782 -0.656,0.246 -1.399,0.554 -1.441,0.597 -0.09,0.082 0.488,3.418 0.91,5.282 0.129,0.562 0.16,0.679 0.34,1.218 0.05,0.157 0.082,0.285 0.066,0.285 -0.043,0 -0.359,-0.628 -0.793,-1.589 -0.414,-0.914 -0.75,-1.844 -0.816,-2.231 -0.04,-0.242 0.078,0.012 0.5,1.07 0.121,0.313 0.265,0.61 0.32,0.657 0.082,0.082 0.09,0.066 0.062,-0.117 -0.015,-0.118 -0.132,-0.641 -0.257,-1.168 -0.364,-1.528 -0.582,-2.711 -0.582,-3.157 0,-0.246 0.023,-0.297 0.148,-0.343 0.078,-0.028 0.176,-0.106 0.211,-0.176 0.039,-0.067 0.215,-0.196 0.391,-0.281 0.488,-0.247 2.128,-0.969 2.55,-1.129 0.203,-0.075 0.649,-0.25 0.989,-0.387 0.339,-0.137 0.953,-0.383 1.363,-0.547 0.933,-0.379 3.672,-1.437 4.328,-1.676 0.273,-0.097 0.676,-0.246 0.898,-0.324 0.875,-0.32 2.778,-0.836 2.536,-0.687 z m -38.356,0.07 c -0.082,0.051 -0.543,0.086 -0.484,0.035 0.015,-0.012 0.148,-0.035 0.3,-0.055 0.176,-0.023 0.243,-0.015 0.184,0.02 z m 36.375,0.058 c -0.051,0.032 -0.121,0.055 -0.152,0.055 -0.035,0 -0.024,-0.023 0.027,-0.055 0.055,-0.035 0.121,-0.058 0.156,-0.058 0.036,0 0.02,0.023 -0.031,0.058 z m -33.031,0.008 c 0.09,0.035 0.41,0.051 0.758,0.032 0.332,-0.016 0.605,-0.008 0.605,0.019 0,0.055 0.008,0.055 -2.012,0.238 -0.75,0.067 -2.027,0.192 -2.843,0.27 -1.692,0.168 -1.942,0.18 -1.848,0.086 0.07,-0.067 0.527,-0.137 1.535,-0.235 0.856,-0.086 1.82,-0.211 2.445,-0.316 0.766,-0.133 1.184,-0.164 1.36,-0.094 z m -4.391,0.047 c -0.574,0.07 -1.707,0.141 -1.668,0.102 0.047,-0.047 0.52,-0.09 1.328,-0.121 0.559,-0.024 0.645,-0.02 0.34,0.019 z m -2.336,0.164 c -0.074,0.016 -0.199,0.016 -0.277,0 -0.078,-0.012 -0.016,-0.023 0.141,-0.023 0.152,0 0.214,0.011 0.136,0.023 z m -9.523,0.117 c -0.043,0.016 -0.113,0.016 -0.156,0 -0.043,-0.015 -0.008,-0.027 0.078,-0.027 0.086,0 0.121,0.012 0.078,0.027 z m -5.582,-0.019 c 0,0.019 -0.594,0.32 -1.317,0.672 -0.722,0.347 -1.355,0.668 -1.406,0.707 -0.086,0.07 -0.406,0.215 -0.469,0.215 -0.109,0 0.02,-0.137 0.246,-0.266 0.149,-0.086 0.286,-0.203 0.301,-0.266 0.016,-0.062 0.129,-0.14 0.27,-0.183 0.297,-0.09 0.961,-0.336 1.293,-0.481 0.133,-0.058 0.383,-0.16 0.554,-0.226 0.172,-0.063 0.36,-0.137 0.418,-0.16 0.059,-0.024 0.11,-0.028 0.11,-0.012 z m -43.211,0.308 c -0.043,0.403 -0.238,1.301 -0.301,1.399 -0.019,0.031 -0.078,0.445 -0.129,0.918 -0.082,0.785 -0.191,1.426 -0.34,1.961 -0.031,0.113 -0.168,0.652 -0.304,1.195 -0.133,0.543 -0.328,1.219 -0.426,1.504 -0.176,0.5 -0.176,0.648 0.008,0.648 0.027,0 0.675,0.297 1.441,0.661 l 1.387,0.66 0.273,-0.117 c 0.164,-0.071 0.309,-0.184 0.364,-0.286 0.089,-0.171 0.371,-1.41 0.445,-1.964 0.023,-0.164 0.078,-0.446 0.121,-0.629 0.047,-0.18 0.102,-0.477 0.121,-0.657 0.023,-0.179 0.066,-0.464 0.098,-0.628 0.129,-0.676 0.316,-2.204 0.367,-2.958 l 0.051,-0.808 0.004,1.074 c 0,1.141 -0.129,2.508 -0.368,3.785 -0.07,0.387 -0.152,0.864 -0.183,1.059 -0.031,0.199 -0.102,0.508 -0.156,0.687 -0.301,1.004 -0.321,1.102 -0.219,1.164 0.031,0.016 0.414,-0.089 0.851,-0.238 0.856,-0.293 1.219,-0.398 2.836,-0.832 0.578,-0.152 1.34,-0.359 1.696,-0.457 0.351,-0.094 0.734,-0.176 0.843,-0.176 0.243,0 0.278,-0.086 0.211,-0.539 -0.117,-0.789 -0.015,-1.172 0.114,-0.429 0.039,0.222 0.113,0.589 0.164,0.82 0.054,0.23 0.097,0.476 0.097,0.551 0,0.07 0.024,0.144 0.055,0.164 0.027,0.015 0.258,-0.035 0.504,-0.117 0.476,-0.157 0.742,-0.2 0.539,-0.086 -0.121,0.07 -1.773,0.656 -2.453,0.871 -0.547,0.172 -0.828,0.187 -0.801,0.043 0.016,-0.063 0.141,-0.125 0.363,-0.18 0.664,-0.16 1.492,-0.453 1.524,-0.535 0.058,-0.141 -0.106,-0.262 -0.348,-0.262 -0.129,0 -0.687,0.133 -1.246,0.297 -0.559,0.16 -1.695,0.457 -2.527,0.66 -1.575,0.379 -2.735,0.734 -2.852,0.871 -0.055,0.063 -0.012,0.113 0.199,0.235 0.149,0.082 0.785,0.445 1.414,0.8 1.344,0.758 2.539,1.453 2.848,1.657 0.227,0.148 0.484,0.187 0.586,0.086 0.035,-0.032 0.324,-0.161 0.648,-0.29 0.325,-0.132 0.594,-0.277 0.606,-0.324 0.008,-0.047 -0.133,-0.371 -0.32,-0.722 -0.36,-0.676 -0.532,-1.161 -0.532,-1.477 0,-0.16 0.016,-0.18 0.086,-0.125 0.121,0.102 0.668,1.152 0.871,1.68 0.094,0.246 0.203,0.48 0.239,0.519 0.054,0.055 0.179,0.035 0.535,-0.078 0.254,-0.082 0.609,-0.164 0.789,-0.183 0.18,-0.02 0.324,-0.055 0.324,-0.082 0,-0.055 -0.34,-0.211 -0.988,-0.458 -0.41,-0.156 -0.664,-0.316 -0.504,-0.316 0.226,0 1.168,0.281 1.828,0.547 1.121,0.449 3.191,1.504 3.109,1.582 -0.011,0.012 -0.23,-0.016 -0.492,-0.059 -0.34,-0.054 -0.586,-0.144 -0.89,-0.32 -0.618,-0.351 -1.176,-0.613 -1.309,-0.613 -0.063,0 -0.164,-0.051 -0.223,-0.113 -0.152,-0.165 -0.336,-0.196 -0.406,-0.071 -0.039,0.071 -0.164,0.117 -0.375,0.141 -0.41,0.051 -1.359,0.328 -1.359,0.402 0,0.031 -0.075,0.059 -0.164,0.059 -0.258,0 -1.504,0.484 -1.504,0.582 0,0.066 0.058,0.078 0.261,0.051 l 0.262,-0.036 -0.308,0.114 c -0.399,0.148 -3.586,1.144 -5.258,1.644 -1.746,0.524 -4.008,1.266 -5.102,1.676 -0.492,0.184 -0.937,0.336 -0.988,0.336 -0.125,0 -1.227,0.543 -1.57,0.769 -0.219,0.145 -0.305,0.172 -0.45,0.133 -0.164,-0.043 -0.117,-0.078 0.688,-0.465 0.476,-0.23 1.172,-0.543 1.547,-0.695 0.871,-0.355 3.093,-1.211 3.617,-1.39 0.223,-0.079 0.695,-0.254 1.051,-0.391 0.359,-0.137 0.847,-0.309 1.086,-0.387 0.515,-0.164 0.832,-0.316 0.832,-0.39 0,-0.032 -0.047,-0.055 -0.11,-0.055 -0.058,0 -0.554,-0.203 -1.097,-0.453 -0.543,-0.25 -1.168,-0.52 -1.391,-0.602 -0.461,-0.172 -2.375,-0.711 -2.961,-0.832 -0.215,-0.047 -0.594,-0.137 -0.836,-0.199 -0.242,-0.063 -0.566,-0.133 -0.719,-0.156 -0.152,-0.02 -0.402,-0.078 -0.554,-0.121 -0.153,-0.047 -0.391,-0.106 -0.528,-0.129 -0.48,-0.078 -0.047,-0.082 0.633,-0.004 0.434,0.051 0.727,0.062 0.793,0.027 0.129,-0.07 0.512,-0.016 1.36,0.195 0.683,0.172 2.468,0.711 2.875,0.868 0.121,0.046 0.593,0.218 1.054,0.382 0.864,0.305 1.219,0.473 1.473,0.688 0.219,0.191 0.277,0.328 0.187,0.434 -0.07,0.078 -0.046,0.085 0.164,0.05 0.137,-0.023 0.411,-0.093 0.61,-0.156 0.203,-0.062 0.394,-0.113 0.43,-0.113 0.035,0 0.179,-0.055 0.316,-0.117 0.141,-0.067 0.473,-0.172 0.738,-0.239 0.582,-0.144 1.215,-0.41 1.215,-0.511 0,-0.039 -0.258,-0.215 -0.574,-0.391 -0.313,-0.172 -1.129,-0.629 -1.809,-1.016 -1.418,-0.8 -2.812,-1.547 -3.929,-2.105 -0.422,-0.211 -0.911,-0.469 -1.083,-0.574 -0.167,-0.106 -0.378,-0.207 -0.46,-0.227 -0.086,-0.019 -0.309,-0.105 -0.497,-0.191 -0.335,-0.153 -0.339,-0.153 -0.156,-0.188 0.203,-0.035 0.145,0.09 0.93,-2.078 0.195,-0.543 0.531,-1.898 0.719,-2.914 0.035,-0.199 0.117,-0.59 0.179,-0.867 0.059,-0.281 0.145,-0.742 0.188,-1.028 0.058,-0.39 0.113,-0.562 0.226,-0.687 l 0.149,-0.172 -0.043,0.359 z m 6.129,12.375 c -0.324,0.149 -0.262,0.2 0.097,0.086 0.247,-0.082 0.45,-0.234 0.301,-0.23 -0.051,0.004 -0.23,0.07 -0.398,0.144 z m 41.797,-12.601 c -0.043,0.016 -0.114,0.016 -0.157,0 -0.039,-0.02 -0.007,-0.031 0.079,-0.031 0.085,0 0.121,0.011 0.078,0.031 z m -0.602,0.019 c 0.02,0.036 -0.047,0.059 -0.168,0.055 -0.172,-0.004 -0.183,-0.012 -0.082,-0.055 0.168,-0.07 0.203,-0.07 0.25,0 z m 49.219,0.188 c -0.039,0.039 -0.09,0.059 -0.11,0.039 -0.019,-0.02 0.016,-0.051 0.079,-0.074 0.086,-0.031 0.093,-0.028 0.031,0.035 z m -51.215,-0.027 c -0.078,0.015 -0.187,0.015 -0.25,0 -0.059,-0.016 0.004,-0.028 0.141,-0.028 0.136,0 0.183,0.016 0.109,0.028 z m -0.867,0.058 c -0.074,0.016 -0.199,0.016 -0.278,0 -0.078,-0.012 -0.015,-0.023 0.141,-0.023 0.152,0 0.215,0.011 0.137,0.023 z m -0.805,0.063 c -0.074,0.011 -0.187,0.011 -0.246,-0.004 -0.059,-0.012 0.004,-0.024 0.141,-0.024 0.136,0 0.183,0.012 0.105,0.028 z m 52.438,0.105 c -0.082,0.047 -0.207,0.086 -0.278,0.086 -0.109,0 -0.105,-0.008 0.032,-0.086 0.085,-0.047 0.21,-0.086 0.277,-0.086 0.109,0 0.105,0.012 -0.031,0.086 z m -0.477,0.156 c -0.043,0.043 -0.094,0.063 -0.109,0.043 -0.02,-0.019 0.011,-0.05 0.074,-0.074 0.09,-0.031 0.094,-0.027 0.035,0.031 z m -56.516,0.274 c 0.106,0.324 0.153,0.379 0.313,0.379 0.152,0 0.156,0.008 0.07,0.105 -0.051,0.055 -0.109,0.149 -0.129,0.207 -0.047,0.129 -0.187,0.137 -0.285,0.02 -0.105,-0.121 -0.164,-0.723 -0.074,-0.778 0.039,-0.023 0.086,0.004 0.105,0.067 z m 10.54,0.082 c -0.11,0.066 -0.43,0.074 -0.43,0.012 0,-0.028 0.117,-0.055 0.262,-0.059 0.183,-0.008 0.234,0.008 0.168,0.047 z m -0.68,0.051 c -0.051,0.027 -0.469,0.082 -0.926,0.121 -0.461,0.039 -1.059,0.097 -1.328,0.129 -0.625,0.07 -0.942,0.07 -0.867,0.004 0.035,-0.028 0.66,-0.11 1.39,-0.18 1.422,-0.137 1.887,-0.156 1.731,-0.074 z m 45.371,0.125 c -0.02,0.035 -0.086,0.058 -0.141,0.058 -0.093,0 -0.093,-0.008 -0.011,-0.058 0.121,-0.075 0.203,-0.075 0.152,0 z m -48.711,0.144 c 0,0.012 -0.098,0.035 -0.215,0.047 -0.121,0.016 -0.219,0.004 -0.219,-0.023 0,-0.028 0.098,-0.047 0.219,-0.047 0.117,0 0.215,0.011 0.215,0.023 z m -0.977,0.078 c -0.046,0.016 -0.097,0.012 -0.121,-0.008 -0.019,-0.019 0.02,-0.031 0.082,-0.031 0.075,0.004 0.086,0.02 0.039,0.039 z m -2.332,0.192 c -0.164,0.066 -1.75,0.207 -1.949,0.175 -0.242,-0.039 0.625,-0.16 1.395,-0.191 0.371,-0.019 0.621,-0.012 0.554,0.016 z m -5.793,0.023 c 0.051,0.059 -0.066,0.223 -0.472,0.68 -0.758,0.847 -1.375,1.359 -2.508,2.082 -0.566,0.359 -0.691,0.523 -0.426,0.558 0.106,0.016 0.137,0.059 0.137,0.196 0,0.101 -0.031,0.172 -0.078,0.172 -0.047,0 -0.18,0.097 -0.293,0.214 -0.547,0.543 -1.614,1.223 -2.426,1.543 -0.637,0.254 -0.789,0.297 -0.789,0.235 0,-0.055 0.687,-0.445 1.531,-0.867 0.477,-0.239 1.621,-1.121 1.621,-1.25 0,-0.094 -0.175,-0.059 -0.496,0.097 -0.168,0.082 -0.445,0.203 -0.617,0.27 -0.309,0.117 -0.312,0.117 -0.246,0 0.035,-0.067 0.418,-0.344 0.851,-0.617 1.219,-0.77 2.586,-1.805 3.461,-2.621 0.754,-0.704 0.707,-0.735 -0.429,-0.297 -2.008,0.777 -3.766,1.683 -5.09,2.632 -0.695,0.5 -1.266,0.856 -1.266,0.79 0,-0.098 0.489,-0.579 0.844,-0.832 0.934,-0.661 2.531,-1.524 3.609,-1.946 0.719,-0.281 1.563,-0.644 1.641,-0.703 0.113,-0.086 1.086,-0.414 1.23,-0.414 0.079,0 0.172,0.035 0.211,0.078 z m 47.918,0.102 c 0.02,0.035 -0.039,0.058 -0.144,0.058 -0.098,0 -0.281,0.067 -0.406,0.149 -0.239,0.156 -0.262,0.152 -0.164,-0.024 0.101,-0.183 0.628,-0.316 0.714,-0.183 z m -47.664,0.05 c 0.035,0.067 0.063,0.196 0.059,0.29 -0.004,0.144 -0.02,0.128 -0.09,-0.098 -0.094,-0.285 -0.078,-0.387 0.031,-0.192 z m -15.027,0.848 0.215,0.043 -0.246,0.004 c -0.137,0 -0.371,-0.02 -0.528,-0.047 l -0.277,-0.047 0.309,0 c 0.172,0 0.406,0.02 0.527,0.047 z m -5.051,0.102 c -0.023,0.058 -0.172,0.242 -0.332,0.406 -0.765,0.777 -1.41,1.762 -1.156,1.762 0.051,0 0.351,-0.118 0.668,-0.262 0.672,-0.309 1.379,-0.555 1.812,-0.637 0.278,-0.054 0.313,-0.047 0.454,0.09 l 0.152,0.145 -0.449,0.218 c -0.618,0.301 -1.11,0.625 -1.11,0.735 0,0.074 0.106,0.082 0.742,0.047 1.18,-0.063 2.27,0.105 4.356,0.679 0.59,0.16 1.293,0.336 1.559,0.391 0.601,0.121 0.687,0.16 0.554,0.266 -0.074,0.058 -0.082,0.097 -0.027,0.16 0.055,0.062 0.043,0.09 -0.047,0.117 -0.277,0.086 -0.395,0.144 -0.395,0.211 0,0.039 0.055,0.051 0.141,0.027 0.078,-0.019 0.375,-0.078 0.664,-0.129 0.289,-0.051 0.602,-0.113 0.695,-0.144 0.27,-0.078 0.258,0.035 -0.023,0.218 -0.277,0.184 -0.414,0.348 -0.348,0.415 0.024,0.023 0.078,0.015 0.125,-0.02 0.043,-0.035 0.289,-0.168 0.551,-0.297 0.352,-0.172 0.504,-0.223 0.578,-0.18 0.125,0.067 0.168,0.024 0.274,-0.285 0.093,-0.277 0.679,-1.422 0.902,-1.765 0.086,-0.133 0.188,-0.239 0.223,-0.239 0.097,0 0.023,0.243 -0.227,0.77 -0.336,0.699 -0.297,0.75 0.363,0.457 0.504,-0.227 0.606,-0.25 0.582,-0.137 -0.015,0.074 0.036,0.082 0.372,0.051 0.167,-0.016 0.164,-0.016 -0.047,-0.078 -0.207,-0.063 -0.207,-0.067 -0.063,-0.102 0.18,-0.047 0.559,0.059 0.559,0.153 0,0.035 0.078,0.238 0.176,0.449 0.207,0.445 0.343,0.961 0.441,1.668 0.039,0.277 0.101,0.656 0.141,0.836 0.082,0.39 0.097,2.527 0.027,3.187 -0.051,0.438 -0.047,0.469 0.059,0.45 0.066,-0.012 0.124,-0.098 0.152,-0.219 0.023,-0.11 0.078,-0.231 0.117,-0.27 0.063,-0.054 0.066,-0.008 0.031,0.231 -0.027,0.164 -0.054,0.406 -0.062,0.535 -0.051,0.863 -0.582,2.457 -0.906,2.734 l -0.192,0.16 0.344,1.036 c 0.191,0.57 0.41,1.308 0.488,1.648 0.074,0.336 0.16,0.613 0.188,0.613 0.031,0 0.039,-0.601 0.023,-1.332 -0.023,-0.941 -0.012,-1.297 0.031,-1.222 0.039,0.062 0.051,0.125 0.032,0.144 -0.016,0.016 0.027,0.145 0.105,0.277 0.133,0.243 0.137,0.297 0.129,2.133 -0.004,1.106 -0.035,1.992 -0.074,2.149 -0.09,0.351 -0.024,0.449 0.375,0.57 0.176,0.055 0.492,0.18 0.699,0.277 0.211,0.102 0.527,0.192 0.727,0.211 0.339,0.035 0.347,0.043 0.312,0.192 -0.043,0.199 -0.191,0.773 -0.246,0.949 -0.031,0.117 -0.016,0.137 0.137,0.137 0.207,0 1.433,-0.379 1.785,-0.555 0.414,-0.199 1.953,-1.063 2.383,-1.332 0.222,-0.137 0.765,-0.473 1.207,-0.746 0.441,-0.274 1,-0.633 1.238,-0.805 0.527,-0.375 0.621,-0.433 0.562,-0.34 -0.043,0.067 -1.793,1.297 -2.234,1.571 -0.137,0.086 -0.434,0.265 -0.66,0.406 -0.227,0.14 -0.449,0.293 -0.492,0.344 -0.043,0.05 -0.246,0.171 -0.453,0.273 -0.204,0.098 -0.442,0.227 -0.528,0.285 -0.254,0.168 -1.59,0.692 -2.289,0.899 -0.355,0.105 -0.683,0.222 -0.722,0.257 -0.04,0.04 -0.247,0.555 -0.454,1.145 -0.211,0.594 -0.464,1.266 -0.562,1.496 l -0.184,0.414 0.133,0.363 c 0.211,0.559 0.481,1.043 0.711,1.274 0.117,0.113 0.211,0.242 0.211,0.285 0,0.039 -0.121,0.199 -0.273,0.352 -0.266,0.277 -0.461,0.628 -0.34,0.628 0.097,0 1.636,-0.457 1.773,-0.527 0.195,-0.101 0.313,-0.082 0.356,0.051 0.023,0.066 0.082,0.121 0.129,0.121 0.121,0 0.117,0.027 -0.106,0.41 -0.133,0.227 -0.406,0.52 -0.848,0.903 -0.359,0.312 -0.855,0.753 -1.105,0.984 -0.246,0.226 -0.469,0.394 -0.492,0.371 -0.059,-0.055 0.113,-0.227 0.738,-0.738 0.387,-0.317 0.539,-0.485 0.539,-0.582 0,-0.075 0.059,-0.184 0.125,-0.243 0.152,-0.132 0.16,-0.269 0.016,-0.269 -0.059,0 -0.262,0.039 -0.45,0.09 -0.636,0.164 -0.753,0.137 -1.304,-0.313 -0.504,-0.418 -0.555,-0.535 -0.141,-0.32 0.324,0.168 0.445,0.156 0.567,-0.063 0.058,-0.105 0.195,-0.304 0.308,-0.449 0.11,-0.144 0.199,-0.273 0.199,-0.285 0,-0.016 -0.121,-0.164 -0.273,-0.336 -0.152,-0.172 -0.352,-0.457 -0.449,-0.633 -0.199,-0.371 -0.297,-0.406 -0.344,-0.125 -0.02,0.11 -0.121,0.371 -0.227,0.59 -0.105,0.215 -0.191,0.43 -0.191,0.473 -0.004,0.062 -0.023,0.058 -0.082,-0.016 -0.063,-0.078 -0.102,-0.086 -0.156,-0.035 -0.106,0.106 -0.094,-0.047 0.023,-0.215 0.047,-0.074 0.145,-0.281 0.211,-0.461 0.067,-0.175 0.207,-0.523 0.309,-0.765 0.105,-0.239 0.191,-0.489 0.191,-0.547 0,-0.063 0.055,-0.199 0.121,-0.309 0.063,-0.109 0.176,-0.398 0.242,-0.644 0.071,-0.25 0.325,-1.016 0.567,-1.707 0.242,-0.688 0.469,-1.344 0.508,-1.457 0.089,-0.246 0,-0.329 -0.473,-0.422 -0.941,-0.192 -2.953,-0.992 -3.395,-1.356 -0.128,-0.101 -0.218,-0.129 -0.347,-0.105 -0.149,0.031 -0.192,0.004 -0.297,-0.164 -0.133,-0.223 -0.191,-0.973 -0.078,-1.039 0.035,-0.024 0.304,0.062 0.601,0.183 0.297,0.125 0.649,0.231 0.786,0.235 0.324,0.015 0.582,0.121 0.632,0.254 0.02,0.058 0.094,0.168 0.164,0.238 0.067,0.074 0.098,0.14 0.067,0.144 -0.031,0.004 -0.098,0.008 -0.149,0.012 -0.066,0.008 -0.101,0.094 -0.113,0.289 -0.016,0.242 0.004,0.297 0.129,0.375 0.078,0.051 0.234,0.11 0.344,0.129 l 0.199,0.039 -0.035,-0.262 c -0.18,-1.355 -0.844,-4.035 -1.313,-5.308 -0.316,-0.871 -1.004,-2.387 -1.258,-2.789 -0.066,-0.106 -0.359,-0.328 -0.691,-0.528 -0.32,-0.191 -0.945,-0.605 -1.387,-0.925 -0.445,-0.317 -1.066,-0.739 -1.382,-0.934 -0.313,-0.199 -0.797,-0.504 -1.075,-0.676 -0.277,-0.176 -1.043,-0.574 -1.707,-0.89 -0.664,-0.317 -1.277,-0.621 -1.363,-0.676 -0.082,-0.055 -0.277,-0.149 -0.43,-0.211 -0.156,-0.063 -0.488,-0.203 -0.742,-0.317 -0.258,-0.113 -0.73,-0.292 -1.055,-0.402 -0.32,-0.105 -0.976,-0.336 -1.453,-0.508 -0.476,-0.168 -0.972,-0.336 -1.105,-0.367 -0.137,-0.031 -0.289,-0.078 -0.344,-0.109 -0.164,-0.094 0.039,-0.071 0.586,0.066 0.27,0.067 0.59,0.137 0.711,0.156 0.215,0.032 0.215,0.032 0.098,-0.093 -0.063,-0.071 -0.211,-0.145 -0.325,-0.164 -0.117,-0.024 -0.222,-0.063 -0.242,-0.09 -0.019,-0.031 -0.097,-0.055 -0.172,-0.055 -0.078,0 -0.375,-0.098 -0.66,-0.215 -0.289,-0.117 -0.629,-0.254 -0.758,-0.304 -0.129,-0.051 -0.23,-0.114 -0.23,-0.145 0,-0.027 -0.106,-0.094 -0.234,-0.148 -0.348,-0.145 -1.43,-0.504 -1.516,-0.504 -0.043,0 -0.176,0.05 -0.301,0.117 -0.121,0.062 -0.336,0.144 -0.476,0.18 -0.141,0.039 -0.258,0.093 -0.258,0.125 0,0.031 -0.094,0.058 -0.207,0.058 -0.114,0 -0.508,0.082 -0.875,0.184 -0.465,0.129 -0.684,0.164 -0.731,0.121 -0.043,-0.043 -0.035,-0.07 0.024,-0.09 0.05,-0.016 0.562,-0.18 1.14,-0.367 0.578,-0.184 1.078,-0.36 1.11,-0.391 0.031,-0.031 0.121,-0.055 0.199,-0.055 0.09,0 0.148,-0.046 0.176,-0.136 0.07,-0.254 0.234,-0.582 0.289,-0.582 0.027,0 0.051,0.07 0.051,0.156 0,0.117 0.023,0.145 0.097,0.117 0.055,-0.019 0.11,-0.035 0.121,-0.035 0.012,0 0.157,-0.195 0.321,-0.434 l 0.296,-0.433 0.02,0.226 c 0.008,0.121 0.043,0.223 0.074,0.223 0.031,0 0.274,-0.191 0.539,-0.422 0.528,-0.469 0.926,-0.75 0.981,-0.699 0.019,0.019 -0.078,0.176 -0.219,0.344 -0.242,0.3 -0.367,0.566 -0.293,0.636 0.035,0.036 0.824,-0.257 1.133,-0.418 0.074,-0.039 0.32,-0.199 0.547,-0.363 0.324,-0.226 0.425,-0.273 0.468,-0.211 0.043,0.071 0.09,0.067 0.274,-0.019 0.289,-0.133 0.41,-0.133 0.363,0 z m 3.289,3.218 c -1.203,0.204 -2.383,0.512 -2.383,0.622 0,0.093 0.168,0.171 1.36,0.628 1.48,0.571 2.226,0.903 2.226,0.985 0,0.101 -0.074,0.082 -0.804,-0.207 -0.379,-0.153 -0.703,-0.262 -0.719,-0.25 -0.012,0.015 0.215,0.156 0.508,0.32 0.293,0.16 0.609,0.352 0.707,0.426 0.152,0.117 1.562,0.848 2.097,1.086 0.118,0.051 0.559,0.265 0.981,0.472 0.976,0.481 1.086,0.458 0.793,-0.156 -0.121,-0.246 -0.133,-0.312 -0.063,-0.312 0.125,0 0.762,0.629 0.985,0.972 0.105,0.157 0.222,0.286 0.265,0.286 0.332,0 0.121,-1.418 -0.363,-2.415 -0.258,-0.535 -0.285,-0.55 -0.762,-0.468 -0.433,0.078 -0.964,0.035 -0.964,-0.078 0,-0.039 0.085,-0.176 0.187,-0.301 0.176,-0.211 0.227,-0.328 0.152,-0.328 -0.019,0 -0.355,0.054 -0.746,0.125 -0.386,0.066 -0.734,0.105 -0.769,0.086 -0.094,-0.059 -0.071,-0.496 0.039,-0.696 0.051,-0.101 0.082,-0.218 0.066,-0.257 -0.058,-0.145 -1.344,-0.54 -1.929,-0.59 -0.137,-0.012 -0.262,-0.028 -0.278,-0.032 -0.015,-0.007 -0.281,0.032 -0.586,0.082 z m 7.297,0.309 c -0.203,0.082 -0.445,0.148 -0.539,0.145 -0.117,-0.008 -0.199,0.035 -0.269,0.14 -0.098,0.141 -0.094,0.168 0.027,0.446 0.074,0.164 0.133,0.335 0.133,0.386 0,0.047 0.054,0.125 0.121,0.172 0.156,0.106 0.484,1.211 0.656,2.199 0.078,0.453 0.273,0.469 0.273,0.024 0,-0.266 0.082,-0.36 0.141,-0.16 0.469,1.57 0.719,2.765 0.731,3.531 0.007,0.394 0.128,0.812 0.246,0.832 0.07,0.016 0.132,-0.094 0.23,-0.418 0.414,-1.375 0.535,-3.668 0.266,-5.156 -0.149,-0.821 -0.242,-1.231 -0.446,-1.907 -0.121,-0.39 -0.132,-0.41 -0.289,-0.378 -0.093,0.015 -0.222,0.003 -0.289,-0.024 -0.175,-0.07 -0.558,-0.004 -0.992,0.168 z m -0.773,2.188 c 0.039,0.257 0.093,0.875 0.125,1.375 0.082,1.414 0.297,2.32 0.457,1.921 0.109,-0.277 -0.032,-2.203 -0.235,-3.195 -0.09,-0.441 -0.234,-0.894 -0.328,-1.035 -0.082,-0.121 -0.094,0.441 -0.019,0.934 z m 1.414,3.523 c 0,0.512 0.019,0.602 0.176,0.891 l 0.175,0.32 0.02,-0.238 c 0.012,-0.133 -0.012,-0.442 -0.051,-0.688 -0.18,-1.105 -0.316,-1.226 -0.32,-0.285 z m 1.125,2.281 c -0.231,0.481 -0.364,0.992 -0.258,0.992 0.027,0 0.098,-0.101 0.152,-0.222 0.516,-1.172 0.606,-1.828 0.106,-0.77 z m -1.578,5.824 c 0.004,0.168 0.019,0.321 0.043,0.344 0.019,0.02 0.132,0.047 0.253,0.059 0.118,0.015 0.403,0.109 0.629,0.207 0.559,0.242 0.59,0.238 0.59,-0.09 0,-0.246 -0.019,-0.277 -0.203,-0.355 -0.844,-0.364 -1.199,-0.5 -1.25,-0.485 -0.035,0.008 -0.062,0.152 -0.062,0.32 z m 4.964,9.282 c -0.41,0.109 -0.832,0.355 -0.605,0.355 0.145,0 1.113,-0.371 1.113,-0.426 0,-0.066 0.004,-0.07 -0.508,0.071 z m 0.09,0.332 c 0.024,0.019 0.075,0.023 0.121,0.008 0.047,-0.02 0.036,-0.036 -0.039,-0.04 -0.062,0 -0.101,0.012 -0.082,0.032 z m -1.437,0.265 c 0,0.032 0.027,0.059 0.062,0.059 0.035,0 0.063,-0.027 0.063,-0.059 0,-0.035 -0.028,-0.062 -0.063,-0.062 -0.035,0 -0.062,0.027 -0.062,0.062 z m -8.113,-27.207 c 0.113,0.028 0.367,0.051 0.558,0.055 0.621,0.008 2.258,0.516 3.262,1.012 0.851,0.418 0.777,0.527 -0.141,0.199 -2.14,-0.762 -2.332,-0.82 -3.824,-1.121 -0.867,-0.176 -0.906,-0.192 -0.465,-0.192 0.223,0 0.496,0.02 0.61,0.047 z m 49.589,1.547 c -0.015,0.031 -0.089,0.071 -0.16,0.086 -0.105,0.027 -0.113,0.016 -0.054,-0.051 0.078,-0.093 0.273,-0.121 0.214,-0.035 z m -35.07,0.399 c 0.023,0.117 0.137,0.324 0.254,0.461 0.121,0.136 0.281,0.371 0.359,0.519 0.168,0.32 0.465,1.238 0.465,1.434 0,0.175 0.113,0.379 0.192,0.332 0.062,-0.035 0.031,-0.715 -0.063,-1.403 -0.055,-0.41 -0.043,-0.515 0.027,-0.289 0.024,0.078 0.079,0.18 0.122,0.231 0.043,0.047 0.109,0.187 0.148,0.304 0.043,0.122 0.129,0.266 0.195,0.325 0.114,0.101 0.133,0.097 0.485,-0.055 0.199,-0.086 0.382,-0.156 0.41,-0.156 0.226,0 1.711,1.508 2.383,2.422 0.023,0.031 0.027,0.109 0.004,0.172 -0.047,0.121 -0.321,-0.18 -1.477,-1.59 -0.281,-0.344 -0.578,-0.664 -0.66,-0.703 -0.321,-0.168 -0.945,0.082 -0.918,0.363 0.105,1.137 0.09,1.488 -0.113,2.496 -0.04,0.187 -0.043,0.344 -0.012,0.371 0.031,0.031 0.383,-0.156 0.84,-0.449 0.433,-0.274 0.8,-0.481 0.816,-0.453 0.016,0.023 -0.055,0.132 -0.152,0.242 -0.102,0.109 -0.184,0.23 -0.184,0.269 0,0.086 -0.512,0.555 -1.039,0.95 -0.211,0.16 -0.387,0.339 -0.387,0.394 0,0.106 -0.414,0.383 -1.855,1.254 -0.649,0.395 -3.41,1.762 -3.859,1.914 -0.344,0.117 -0.079,-0.047 0.64,-0.391 0.387,-0.183 0.856,-0.429 1.035,-0.539 0.184,-0.113 0.352,-0.207 0.371,-0.207 0.079,0 1.227,-0.683 1.434,-0.851 0.109,-0.094 0.32,-0.238 0.461,-0.328 0.519,-0.321 0.059,-0.196 -0.887,0.242 -1,0.461 -3.23,1.418 -3.304,1.418 -0.024,0 -0.192,0.066 -0.375,0.152 -0.25,0.113 -0.426,0.149 -0.692,0.145 -0.199,-0.004 -0.535,0.035 -0.75,0.086 -0.219,0.054 -0.641,0.117 -0.941,0.14 l -0.543,0.047 0.179,-0.211 c 1.313,-1.511 2.286,-3.019 2.59,-4.008 0.098,-0.316 0.114,-0.328 0.317,-0.328 l 0.211,0 0.004,-0.48 c 0.007,-0.668 0.105,-2.961 0.128,-2.942 0.012,0.012 0.032,0.301 0.051,0.645 0.035,0.723 0.043,0.73 0.606,0.828 0.207,0.035 0.636,0.184 0.949,0.332 0.316,0.149 0.609,0.27 0.652,0.27 0.043,0 0.141,0.058 0.219,0.129 0.109,0.101 0.125,0.152 0.078,0.242 -0.051,0.086 -0.031,0.168 0.078,0.343 0.258,0.418 0.672,0.961 0.735,0.961 0.199,0 0.101,-0.445 -0.246,-1.164 -0.165,-0.339 -0.325,-0.562 -0.551,-0.765 -0.317,-0.285 -0.469,-0.36 -0.407,-0.192 0.028,0.063 -0.003,0.09 -0.101,0.09 -0.137,0 -0.742,-0.445 -0.742,-0.547 0,-0.078 0.312,-0.062 0.648,0.035 0.336,0.098 0.836,0.399 1.332,0.809 0.188,0.156 0.387,0.297 0.446,0.316 0.144,0.051 0.238,-0.085 0.226,-0.324 -0.004,-0.109 0.027,-0.402 0.07,-0.648 0.055,-0.328 0.067,-0.781 0.036,-1.66 -0.043,-1.164 -0.024,-1.45 0.062,-1 z m -3.355,3.871 c -0.032,0.039 -0.122,0.289 -0.196,0.551 -0.078,0.265 -0.336,0.882 -0.57,1.378 -0.238,0.497 -0.43,0.934 -0.43,0.977 0,0.043 -0.047,0.066 -0.109,0.055 -0.086,-0.016 -0.102,-0.071 -0.086,-0.258 0.012,-0.129 0.004,-0.223 -0.012,-0.207 -0.015,0.015 -0.172,0.297 -0.343,0.629 -0.313,0.601 -0.583,0.984 -0.649,0.922 -0.019,-0.02 0.063,-0.274 0.184,-0.563 0.121,-0.289 0.207,-0.535 0.191,-0.551 -0.016,-0.015 -0.121,0.102 -0.234,0.262 -0.11,0.156 -0.418,0.574 -0.684,0.922 -0.266,0.351 -0.484,0.68 -0.484,0.73 0,0.118 0.359,0.075 0.679,-0.078 0.121,-0.054 0.454,-0.179 0.743,-0.269 1.179,-0.371 3.64,-1.676 4.078,-2.16 0.222,-0.243 0.218,-0.278 -0.078,-0.86 -0.27,-0.539 -0.817,-1.054 -1.403,-1.332 -0.523,-0.254 -0.519,-0.25 -0.597,-0.148 z m -43.164,-2.578 c 0.898,0.121 2.968,0.566 3.144,0.675 0.086,0.055 0.316,0.114 0.516,0.133 0.355,0.031 1.418,0.356 1.742,0.528 0.164,0.089 0.164,0.089 -0.082,0.054 -0.227,-0.035 -1.5,-0.312 -2.012,-0.437 -0.387,-0.098 -0.777,-0.141 -0.711,-0.082 0.035,0.031 0.301,0.148 0.59,0.258 1.297,0.492 3.184,1.351 4.605,2.105 0.665,0.348 2.196,1.234 2.196,1.266 0,0.007 -1.285,-0.606 -2.86,-1.368 -1.574,-0.761 -3.168,-1.5 -3.539,-1.644 -1.129,-0.43 -1.339,-0.535 -1.3,-0.656 0.027,-0.094 -0.075,-0.125 -0.821,-0.274 -0.465,-0.09 -0.968,-0.219 -1.113,-0.281 -0.277,-0.125 -0.566,-0.121 -1.004,0 -0.121,0.035 -0.375,0.105 -0.57,0.156 -0.586,0.156 -1.664,0.715 -4.473,2.321 -1.266,0.726 -1.273,0.726 -1.234,0.632 0.054,-0.132 3.136,-1.984 4.203,-2.531 1.254,-0.637 2.18,-0.93 2.723,-0.855 z m 75.773,1.843 c -2.402,1.168 -3.613,1.789 -3.66,1.875 -0.195,0.336 -0.227,0.696 -0.113,1.2 0.328,1.457 0.527,2.164 1.238,4.429 0.246,0.789 0.469,1.532 0.492,1.645 l 0.039,0.211 -0.125,-0.153 c -0.07,-0.082 -0.129,-0.117 -0.129,-0.082 0,0.039 0.059,0.141 0.133,0.235 0.137,0.164 0.223,0.418 0.41,1.164 0.051,0.215 0.145,0.457 0.207,0.539 0.059,0.082 0.184,0.363 0.274,0.629 0.089,0.261 0.218,0.586 0.281,0.719 0.066,0.136 0.117,0.277 0.117,0.316 0,0.043 0.055,0.18 0.121,0.305 0.195,0.367 0.633,1.445 0.602,1.476 -0.016,0.016 -0.098,-0.113 -0.184,-0.289 -0.363,-0.746 -0.527,-1.101 -0.566,-1.223 -0.02,-0.074 -0.141,-0.328 -0.262,-0.57 -0.242,-0.484 -0.426,-0.91 -0.551,-1.273 -0.043,-0.133 -0.265,-0.711 -0.492,-1.285 -0.227,-0.579 -0.488,-1.278 -0.586,-1.555 -0.309,-0.895 -0.859,-2.59 -0.949,-2.93 -0.09,-0.316 -0.211,-0.715 -0.613,-2.004 -0.227,-0.73 -0.254,-1.441 -0.075,-1.988 0.055,-0.172 -0.047,-0.176 -0.449,-0.02 -0.883,0.34 -1.328,0.618 -0.641,0.395 0.172,-0.055 0.376,-0.09 0.454,-0.078 0.093,0.012 -0.039,0.082 -0.418,0.223 -0.789,0.289 -1.75,0.742 -1.625,0.769 0.058,0.012 0.156,-0.008 0.222,-0.043 0.2,-0.101 1.032,-0.351 1.426,-0.426 0.258,-0.05 0.402,-0.05 0.481,-0.008 0.136,0.075 0.168,0.063 -0.688,0.25 -0.684,0.145 -1.848,0.547 -2.012,0.688 -0.093,0.082 -0.554,0.129 -0.554,0.055 0,-0.016 0.062,-0.141 0.136,-0.27 0.121,-0.207 0.25,-0.293 0.993,-0.656 0.582,-0.289 0.894,-0.41 0.976,-0.383 0.082,0.024 0.117,0.012 0.106,-0.043 -0.008,-0.043 0.136,-0.148 0.324,-0.242 0.59,-0.285 1.984,-0.922 2.652,-1.211 0.352,-0.152 0.914,-0.41 1.25,-0.57 0.656,-0.321 0.676,-0.328 0.676,-0.243 0,0.118 -0.863,0.602 -1.656,0.934 -0.453,0.188 -0.813,0.375 -0.801,0.41 0.012,0.035 0.133,0.102 0.269,0.149 0.266,0.093 0.215,0.109 2,-0.696 3.438,-1.547 4.516,-2.023 4.704,-2.074 0.082,-0.023 -1.461,0.742 -3.434,1.699 z m -4.059,1.496 c -0.164,0.215 -0.308,0.934 -0.23,1.129 0.035,0.086 0.105,0.313 0.152,0.504 0.047,0.196 0.129,0.41 0.18,0.481 0.117,0.16 0.113,0.101 -0.004,-0.617 -0.109,-0.645 -0.09,-0.805 0.16,-1.243 0.102,-0.172 0.18,-0.339 0.18,-0.375 0,-0.121 -0.324,-0.031 -0.438,0.121 z m 0.309,2.95 c 0.051,0.047 0.07,0.019 0.07,-0.086 0,-0.199 -0.09,-0.282 -0.113,-0.114 -0.012,0.075 0.008,0.165 0.043,0.2 z m 0.156,0.648 c 0.11,0.465 0.551,1.891 0.668,2.141 0.063,0.133 0.074,0.136 0.098,0.039 0.012,-0.063 -0.047,-0.332 -0.133,-0.598 -0.086,-0.269 -0.242,-0.746 -0.344,-1.066 -0.105,-0.317 -0.191,-0.606 -0.191,-0.637 0,-0.035 -0.027,-0.133 -0.063,-0.223 -0.117,-0.297 -0.136,-0.101 -0.035,0.344 z m 0.817,2.606 c 0.089,0.457 0.519,1.48 0.519,1.234 0,-0.066 -0.312,-1.016 -0.426,-1.293 -0.093,-0.234 -0.144,-0.203 -0.093,0.059 z m 3.832,-9.102 c -0.133,0.098 -0.246,0.117 -0.196,0.035 0.02,-0.027 0.098,-0.066 0.176,-0.086 0.133,-0.035 0.137,-0.031 0.02,0.051 z m 17.656,0.133 c 0,0.074 -0.723,0.39 -0.816,0.359 -0.086,-0.027 0.421,-0.32 0.648,-0.379 0.098,-0.019 0.168,-0.011 0.168,0.02 z m 0.125,0.433 c 0,0.086 -0.391,0.262 -1.055,0.477 -0.324,0.105 -0.722,0.258 -0.89,0.336 -0.68,0.328 -1.149,0.496 -5.411,1.945 -0.285,0.098 -0.531,0.164 -0.546,0.149 -0.047,-0.047 0.5,-0.27 2.007,-0.821 0.743,-0.269 1.371,-0.515 1.407,-0.543 0.125,-0.101 -0.184,-0.039 -0.821,0.168 -2.976,0.981 -3.121,1.024 -2.945,0.864 0.031,-0.028 0.516,-0.2 1.078,-0.383 0.559,-0.184 1.59,-0.524 2.281,-0.754 0.696,-0.231 1.278,-0.406 1.293,-0.391 0.035,0.032 -0.476,0.266 -0.582,0.266 -0.082,0.004 -0.25,0.184 -0.172,0.184 0.184,0 2.125,-0.68 2.809,-0.989 0.676,-0.301 1.367,-0.566 1.473,-0.566 0.039,0 0.074,0.023 0.074,0.058 z m 0.309,0.832 c 0,0.032 -0.036,0.079 -0.079,0.106 -0.129,0.078 -0.929,0.32 -0.961,0.289 -0.031,-0.027 0.379,-0.219 0.79,-0.367 0.261,-0.098 0.25,-0.094 0.25,-0.028 z m 0.148,0.301 c -0.078,0.074 -1.211,0.492 -1.246,0.457 -0.043,-0.043 0.226,-0.164 0.758,-0.343 0.55,-0.188 0.574,-0.192 0.488,-0.114 z m -1.324,0.063 c 0,0.031 -0.074,0.074 -0.164,0.097 -0.086,0.02 -0.414,0.168 -0.727,0.325 -0.309,0.152 -0.793,0.371 -1.074,0.48 -0.281,0.109 -0.512,0.219 -0.512,0.246 0,0.067 0.27,0.063 0.344,-0.004 0.035,-0.031 0.172,-0.086 0.309,-0.125 0.136,-0.039 0.3,-0.093 0.371,-0.121 0.273,-0.113 0.55,-0.183 0.488,-0.121 -0.164,0.156 -2.844,1.066 -4.41,1.492 -0.949,0.258 -1.082,0.282 -0.934,0.164 0.051,-0.039 0.121,-0.129 0.16,-0.191 0.047,-0.082 0.332,-0.207 0.895,-0.391 2.086,-0.687 2.234,-0.738 4,-1.453 1.152,-0.469 1.254,-0.5 1.254,-0.398 z m -9.219,0.121 0.59,0.031 -0.606,0.027 c -0.332,0.016 -0.859,0.016 -1.175,-0.003 l -0.571,-0.032 0.59,-0.027 c 0.32,-0.016 0.852,-0.012 1.172,0.004 z m -2.195,0.055 c 0.257,0.062 -0.614,0.105 -1.114,0.058 -0.339,-0.031 -0.324,-0.035 0.196,-0.043 0.312,-0.008 0.605,-0.023 0.652,-0.035 0.043,-0.012 0.164,-0.004 0.266,0.02 z m -1.856,0.066 c 0.121,0.043 0.121,0.047 0.008,0.09 -0.234,0.09 0.148,0.156 1.074,0.183 1.953,0.055 3.649,0.145 3.801,0.2 0.176,0.066 0.215,0.183 0.063,0.183 -0.051,0 -0.352,-0.027 -0.665,-0.058 -0.66,-0.071 -4.003,-0.188 -5.062,-0.184 -0.926,0.008 -1.356,-0.043 -1.309,-0.156 0.024,-0.059 -0.023,-0.082 -0.175,-0.078 l -0.207,0 0.152,0.086 0.156,0.085 -0.156,0.012 c -0.082,0.008 -0.293,0.02 -0.461,0.028 -1.934,0.085 -3.352,0.238 -3.883,0.418 -0.293,0.101 -0.355,0.105 -0.355,0.027 0,-0.094 0.308,-0.219 0.711,-0.297 0.203,-0.039 0.566,-0.121 0.804,-0.184 0.239,-0.062 0.657,-0.14 0.926,-0.175 0.629,-0.079 2.332,-0.184 2.941,-0.18 0.254,0 0.7,-0.008 0.989,-0.024 0.289,-0.011 0.582,-0.003 0.648,0.024 z m 5.711,0.992 c -0.012,0.055 -0.055,0.113 -0.098,0.125 -0.113,0.039 -0.093,-0.144 0.02,-0.187 0.07,-0.024 0.094,-0.004 0.078,0.062 z m 6.938,0.281 c 0,0.055 -0.493,0.258 -1.754,0.731 -1.184,0.441 -1.434,0.566 -1.149,0.562 0.157,0 2.59,-0.765 2.953,-0.929 0.114,-0.051 0.235,-0.082 0.274,-0.071 0.137,0.043 -1.012,0.469 -3.106,1.141 -2.25,0.727 -2.535,0.805 -2.535,0.707 0,-0.223 1.016,-0.691 2.688,-1.23 0.375,-0.122 0.765,-0.258 0.871,-0.305 0.203,-0.09 1.14,-0.43 1.387,-0.508 0.085,-0.023 0.207,-0.066 0.265,-0.09 0.059,-0.023 0.106,-0.027 0.106,-0.008 z m -3.723,1.453 c -0.23,0.09 -0.406,0.172 -0.391,0.188 0.047,0.047 0.899,-0.227 0.899,-0.289 0,-0.082 -0.043,-0.074 -0.508,0.101 z m -91.75,-1.414 c 0.23,0.059 0.234,0.055 -0.723,0.09 -0.726,0.024 -1.047,-0.027 -0.715,-0.113 0.192,-0.047 1.211,-0.031 1.438,0.023 z m -1.797,0.055 c 0.047,0.07 -0.309,0.149 -0.406,0.09 -0.055,-0.031 -0.039,-0.059 0.043,-0.09 0.168,-0.066 0.324,-0.062 0.363,0 z m 99.746,0.504 c 0,0.109 -0.664,0.398 -1.578,0.684 -0.992,0.316 -1.086,0.336 -1.047,0.23 0.02,-0.047 0.004,-0.105 -0.035,-0.129 -0.043,-0.023 -0.086,0.012 -0.105,0.086 -0.02,0.07 -0.106,0.168 -0.196,0.211 -0.273,0.137 -0.797,0.266 -0.851,0.211 -0.032,-0.027 -0.446,0.074 -0.922,0.223 -1.317,0.418 -1.832,0.566 -2.071,0.597 -0.367,0.055 -0.136,-0.07 0.465,-0.25 0.817,-0.242 1.993,-0.605 2.914,-0.902 0.864,-0.277 0.985,-0.305 0.914,-0.195 -0.031,0.05 0,0.058 0.106,0.027 0.082,-0.023 0.289,-0.078 0.457,-0.121 0.172,-0.043 0.477,-0.152 0.68,-0.242 0.418,-0.184 1.211,-0.508 1.246,-0.508 0.011,0 0.023,0.035 0.023,0.078 z m -70.39,0.402 c 1.089,0.473 1.238,0.524 1.238,0.414 0,-0.031 0.019,-0.058 0.047,-0.058 0.07,0 1.347,0.711 1.707,0.949 0.164,0.109 0.453,0.25 0.644,0.316 0.766,0.262 2.278,1.454 4.235,3.34 0.773,0.746 1.406,1.387 1.406,1.418 0,0.082 -1.051,-0.336 -1.602,-0.64 -0.843,-0.469 -4.711,-3.028 -5.48,-3.629 -0.102,-0.082 -0.5,-0.391 -0.883,-0.684 -0.383,-0.297 -0.695,-0.555 -0.695,-0.57 0,-0.02 0.078,0.023 0.172,0.094 1.687,1.242 7.07,4.683 7.168,4.586 0.035,-0.032 -0.262,-0.333 -0.454,-0.461 -0.078,-0.051 -0.414,-0.344 -0.75,-0.657 -1.011,-0.933 -2.113,-1.82 -2.851,-2.297 -0.984,-0.628 -3.699,-1.929 -3.887,-1.859 -0.062,0.024 -0.168,-0.027 -0.293,-0.144 -0.105,-0.098 -0.371,-0.274 -0.594,-0.391 -0.679,-0.352 -0.261,-0.223 0.872,0.273 z m -23.133,-0.359 c 0.922,0.051 0.89,0.051 0.84,0.102 -0.043,0.039 -1.715,0.074 -3.438,0.07 -0.656,-0.004 -0.879,-0.086 -0.363,-0.137 0.562,-0.058 2.215,-0.078 2.961,-0.035 z m 84.172,0.055 c -0.012,0.039 -0.043,0.07 -0.067,0.066 -0.074,-0.008 -0.062,-0.09 0.02,-0.117 0.039,-0.012 0.062,0.012 0.047,0.051 z m -82.629,0.086 c 0,0.046 -0.371,0.07 -0.446,0.027 -0.046,-0.031 0.028,-0.051 0.184,-0.051 0.145,0 0.262,0.008 0.262,0.024 z m -10.766,0.058 c -0.098,0.086 -0.801,0.387 -0.801,0.344 0,-0.086 0.532,-0.367 0.688,-0.367 0.078,0 0.125,0.011 0.113,0.023 z m 8.742,0.137 c -0.078,0.016 -0.203,0.016 -0.277,0 -0.078,-0.012 -0.016,-0.024 0.137,-0.024 0.152,0 0.215,0.012 0.14,0.024 z m 91.746,0.258 c -0.019,0.035 -0.05,0.058 -0.066,0.058 -0.016,0 -0.027,-0.023 -0.027,-0.058 0,-0.032 0.031,-0.059 0.066,-0.059 0.035,0 0.047,0.027 0.027,0.059 z m -7.175,0 c -0.02,0.035 -0.051,0.058 -0.067,0.058 -0.015,0 -0.027,-0.023 -0.027,-0.058 0,-0.032 0.031,-0.059 0.066,-0.059 0.035,0 0.047,0.027 0.028,0.059 z m 0.703,0.093 c -0.012,0.059 -0.059,0.118 -0.106,0.133 -0.054,0.016 -0.074,-0.011 -0.062,-0.078 0.011,-0.058 0.058,-0.121 0.105,-0.133 0.051,-0.019 0.074,0.008 0.063,0.078 z m -32.567,0.153 c 0.512,0.258 0.399,0.277 -0.152,0.027 -0.25,-0.113 -0.402,-0.207 -0.336,-0.207 0.07,0 0.289,0.082 0.488,0.18 z m 31.91,-0.031 c 0.028,0.023 0.047,0.101 0.043,0.168 0,0.117 -0.003,0.117 -0.066,0.019 -0.066,-0.117 -0.051,-0.258 0.023,-0.187 z m -94.593,-0.012 c 0,0.012 -0.043,0.039 -0.094,0.058 -0.055,0.02 -0.082,0.012 -0.059,-0.023 0.036,-0.055 0.153,-0.082 0.153,-0.035 z m -0.309,0.183 c 0,0.024 -1.156,0.786 -1.359,0.895 -0.18,0.098 0.074,-0.125 0.402,-0.352 0.707,-0.492 0.957,-0.632 0.957,-0.543 z m 75.949,0.696 c 0.207,1.59 0.481,2.84 1.434,6.531 0.172,0.652 0.305,1.203 0.305,1.227 -0.008,0.05 -0.18,-0.387 -0.246,-0.618 -0.09,-0.32 -0.618,-2.379 -0.715,-2.781 -0.051,-0.215 -0.117,-0.484 -0.149,-0.598 -0.265,-0.972 -0.566,-2.441 -0.715,-3.492 -0.101,-0.754 -0.109,-0.871 -0.039,-0.871 0.028,0 0.082,0.27 0.125,0.602 z m -12.332,-0.563 c 0.071,0.016 0.496,0.192 0.946,0.391 0.617,0.273 0.82,0.387 0.82,0.473 0,0.058 0.059,0.164 0.133,0.23 0.074,0.066 0.117,0.137 0.097,0.156 -0.039,0.035 -2.211,-1.211 -2.211,-1.265 0,-0.028 0.032,-0.024 0.215,0.015 z m -54.027,0.196 c 0.844,0.214 3.375,1.035 3.91,1.269 0.442,0.195 0.535,0.344 0.301,0.465 -0.164,0.086 -0.254,0.078 -0.254,-0.016 0,-0.109 -0.277,-0.23 -1.73,-0.738 -2.352,-0.828 -3.196,-1.152 -2.969,-1.144 0.051,0.003 0.383,0.078 0.742,0.164 z m 85.543,0.093 c 0.082,0.196 0.418,1.141 0.625,1.762 0.156,0.477 0.535,1.547 0.937,2.66 0.438,1.207 0.465,1.297 0.36,1.196 -0.035,-0.036 -0.168,-0.356 -0.301,-0.715 -0.133,-0.364 -0.453,-1.211 -0.707,-1.883 -0.582,-1.527 -1.051,-2.961 -1.02,-3.098 0.02,-0.078 0.043,-0.058 0.106,0.078 z m 32.527,0.067 c 0.043,0.086 0.063,0.172 0.043,0.187 -0.015,0.016 -0.058,-0.043 -0.093,-0.136 -0.086,-0.215 -0.043,-0.254 0.05,-0.051 z m -31.562,0.09 c 0.066,0.101 -0.199,0.293 -0.414,0.293 -0.215,0 -0.231,-0.086 -0.039,-0.204 0.218,-0.132 0.402,-0.168 0.453,-0.089 z m 3.519,0.421 c -0.304,0.098 -0.64,0.2 -0.742,0.227 -0.101,0.027 -0.473,0.133 -0.828,0.238 -0.637,0.188 -0.875,0.211 -0.914,0.09 -0.012,-0.035 0.227,-0.105 0.551,-0.164 0.316,-0.059 0.769,-0.156 1.008,-0.219 1.214,-0.32 1.382,-0.363 1.433,-0.355 0.027,0.004 -0.199,0.086 -0.508,0.183 z m 28.293,0.04 c 0.043,0.074 0.067,0.167 0.051,0.207 -0.012,0.039 -0.055,0.011 -0.098,-0.067 -0.043,-0.074 -0.066,-0.168 -0.054,-0.207 0.015,-0.043 0.058,-0.012 0.101,0.067 z m -95.558,0.363 c 0.254,0.254 0.679,0.742 0.945,1.086 0.465,0.597 0.469,0.609 0.137,0.265 -0.5,-0.515 -1.594,-1.769 -1.567,-1.797 0.012,-0.011 0.231,0.188 0.485,0.446 z m -0.731,-0.309 c 0.375,0.391 1.574,2.086 1.516,2.145 -0.016,0.019 -0.277,-0.313 -0.578,-0.735 -0.301,-0.422 -0.66,-0.875 -0.801,-1.004 -0.137,-0.132 -0.266,-0.316 -0.285,-0.406 -0.016,-0.09 -0.028,-0.164 -0.02,-0.164 0.004,0 0.082,0.074 0.168,0.164 z m -6.043,-0.043 c -0.066,0.028 -0.164,0.051 -0.215,0.055 -0.086,0 -0.086,-0.004 0,-0.055 0.051,-0.035 0.149,-0.058 0.215,-0.054 0.125,0 0.125,0 0,0.054 z m 71.012,0.364 c 0.059,0.089 -0.094,0.226 -0.277,0.246 -0.243,0.027 -0.239,-0.164 0.004,-0.246 0.238,-0.083 0.222,-0.083 0.273,0 z m -99.566,-0.012 c -0.012,0.031 -0.434,0.41 -0.938,0.844 -0.504,0.433 -0.98,0.886 -1.059,1.007 -0.078,0.118 -0.351,0.383 -0.601,0.586 -1.125,0.895 -2.543,2.61 -3.313,3.996 -0.144,0.262 -0.312,0.559 -0.367,0.657 -0.125,0.214 -0.125,0.351 0,0.933 0.082,0.387 0.336,1.043 0.539,1.387 0.032,0.059 0.184,0.422 0.332,0.805 0.41,1.047 1.235,2.902 1.844,4.14 0.152,0.313 0.363,0.77 0.465,1.016 0.305,0.73 0.449,1.016 0.512,1.016 0.078,0 0.082,0.035 -0.094,-0.641 -0.363,-1.387 -0.738,-4.738 -0.531,-4.738 0.074,0 0.109,0.132 0.156,0.597 0.242,2.496 0.855,5.524 1.336,6.571 0.156,0.339 0.152,0.386 -0.031,0.273 -0.106,-0.066 -0.172,-0.191 -0.219,-0.402 -0.035,-0.168 -0.203,-0.535 -0.367,-0.817 -0.317,-0.543 -1.039,-1.843 -1.332,-2.398 -0.098,-0.18 -0.293,-0.477 -0.434,-0.656 -0.598,-0.758 -1.133,-1.571 -1.516,-2.301 -0.222,-0.43 -0.437,-0.778 -0.472,-0.778 -0.039,0 -0.203,0.188 -0.367,0.418 -0.321,0.454 -1.215,1.606 -1.508,1.942 -0.102,0.117 -0.203,0.191 -0.227,0.168 -0.055,-0.055 0.129,-0.336 0.836,-1.285 0.77,-1.032 0.902,-1.223 1.047,-1.5 0.074,-0.137 0.215,-0.289 0.316,-0.34 0.246,-0.125 0.243,-0.227 -0.062,-1.121 -0.133,-0.403 -0.246,-0.805 -0.246,-0.887 0,-0.195 -0.176,-0.715 -0.281,-0.832 -0.098,-0.113 -0.028,-0.824 0.085,-0.895 0.043,-0.023 0.157,-0.203 0.254,-0.398 0.364,-0.734 1.789,-2.617 2.469,-3.254 0.156,-0.148 0.457,-0.445 0.66,-0.656 0.75,-0.778 2.012,-1.856 2.688,-2.293 0.34,-0.219 0.461,-0.266 0.426,-0.164 z m -5.954,10.679 c -0.039,0.098 0.547,1.262 0.762,1.524 0.07,0.082 0.125,0.137 0.125,0.117 0.004,-0.074 -0.191,-0.609 -0.363,-1.016 -0.11,-0.246 -0.223,-0.507 -0.254,-0.582 -0.066,-0.156 -0.215,-0.179 -0.27,-0.043 z m 137.266,-10.136 c 0.332,0.683 0.695,1.636 0.695,1.816 0,0.16 -0.047,0.184 -0.48,0.246 -0.203,0.032 -0.262,0.067 -0.262,0.157 0,0.089 -0.047,0.113 -0.219,0.113 -0.148,0 -0.214,-0.028 -0.214,-0.086 0,-0.121 0.183,-0.207 0.527,-0.254 0.391,-0.051 0.465,-0.133 0.391,-0.441 -0.032,-0.137 -0.098,-0.344 -0.153,-0.465 -0.254,-0.582 -0.578,-1.473 -0.558,-1.532 0.015,-0.035 0.136,0.168 0.273,0.446 z m -62.18,-0.36 c 0.02,0.036 -0.054,0.137 -0.168,0.227 -0.113,0.09 -0.414,0.352 -0.668,0.586 -0.531,0.48 -1.101,0.898 -2.109,1.535 -1.555,0.988 -2.809,1.695 -3.519,1.984 -0.223,0.09 -0.52,0.219 -0.668,0.286 -0.145,0.07 -0.278,0.109 -0.297,0.093 -0.028,-0.027 1.269,-0.781 2.605,-1.515 0.742,-0.41 1.914,-1.16 2.629,-1.688 0.953,-0.703 1.773,-1.375 1.816,-1.484 0.04,-0.094 0.321,-0.11 0.379,-0.024 z m 0.121,0.379 c -0.039,0.254 -0.316,0.883 -0.707,1.617 -0.136,0.258 -0.25,0.528 -0.25,0.598 0,0.16 -0.484,0.637 -0.644,0.637 -0.059,0 -0.481,0.176 -0.93,0.387 -0.453,0.214 -0.855,0.39 -0.894,0.39 -0.039,0 -0.16,0.043 -0.262,0.094 -0.106,0.051 -0.199,0.082 -0.215,0.066 -0.015,-0.011 0.215,-0.136 0.516,-0.277 1.551,-0.715 2.172,-1.156 2.316,-1.641 0.039,-0.136 0.11,-0.289 0.153,-0.336 0.042,-0.05 0.277,-0.468 0.515,-0.929 0.328,-0.621 0.43,-0.778 0.402,-0.606 z m -32.035,0.297 0.121,0.133 -0.14,-0.113 c -0.133,-0.11 -0.168,-0.157 -0.117,-0.157 0.011,0 0.074,0.063 0.136,0.137 z m -21.511,0.645 c -0.364,0.343 -0.961,0.922 -1.325,1.281 -0.382,0.379 -0.527,0.5 -0.339,0.285 0.179,-0.207 0.355,-0.391 0.386,-0.41 0.035,-0.02 0.141,-0.145 0.239,-0.273 0.101,-0.133 0.453,-0.469 0.785,-0.75 0.941,-0.79 0.961,-0.801 0.254,-0.133 z m 116.546,-0.418 c 0,0.035 -0.027,0.047 -0.062,0.027 -0.031,-0.023 -0.063,-0.051 -0.063,-0.066 0,-0.012 0.032,-0.024 0.063,-0.024 0.035,0 0.062,0.028 0.062,0.063 z m -70.234,0.492 c -0.098,0.074 -0.25,0.203 -0.34,0.289 -0.125,0.129 -0.363,0.211 -1.238,0.43 -1.258,0.32 -1.516,0.367 -2.723,0.492 -1.004,0.105 -3.043,0.129 -3.277,0.035 -0.086,-0.035 -0.125,-0.062 -0.094,-0.066 0.035,0 0.508,-0.028 1.055,-0.063 2.101,-0.125 3.437,-0.316 4.883,-0.695 0.308,-0.078 0.726,-0.188 0.929,-0.238 0.204,-0.055 0.473,-0.149 0.602,-0.208 0.309,-0.152 0.43,-0.136 0.203,0.024 z m 0.152,0.23 c 0,0.039 -0.214,0.383 -0.476,0.758 -0.262,0.379 -0.535,0.793 -0.602,0.914 -0.496,0.895 -1.785,2.098 -3.242,3.028 -0.324,0.203 -0.601,0.359 -0.617,0.343 -0.039,-0.035 -0.059,-0.019 0.41,-0.324 0.551,-0.355 1.477,-1.109 1.602,-1.305 0.058,-0.089 0.234,-0.304 0.386,-0.472 0.387,-0.418 1.532,-1.821 1.805,-2.207 0.481,-0.68 0.734,-0.934 0.734,-0.735 z m -8.648,0.868 c -0.043,0.019 -0.098,0.015 -0.117,-0.004 -0.02,-0.02 0.015,-0.035 0.082,-0.032 0.07,0.004 0.086,0.016 0.035,0.036 z m 0.672,0.078 c 0,0.035 -0.07,0.062 -0.152,0.062 -0.083,0 -0.168,-0.027 -0.192,-0.062 -0.019,-0.032 0.043,-0.059 0.152,-0.059 0.106,0 0.192,0.027 0.192,0.059 z m -41.817,0.023 c -0.05,0.047 -0.41,0.293 -0.804,0.547 -2.051,1.34 -3.582,2.707 -3.746,3.348 -0.035,0.132 0.086,0.039 0.597,-0.461 0.926,-0.899 1.727,-1.524 2.477,-1.934 0.496,-0.273 0.379,-0.133 -0.442,0.516 -1.218,0.965 -1.593,1.281 -2.238,1.886 -0.367,0.34 -0.679,0.622 -0.695,0.622 -0.02,0 -0.035,-0.149 -0.035,-0.332 0,-0.762 0.75,-1.614 2.562,-2.915 0.762,-0.542 1.668,-1.089 2.102,-1.261 0.293,-0.117 0.34,-0.121 0.222,-0.016 z m 119.469,0.531 c 0.938,0.903 0.969,1.168 0.239,1.907 -0.668,0.679 -1.708,1.363 -3.286,2.16 -0.816,0.414 -1.101,0.484 -0.394,0.097 0.937,-0.515 2.047,-1.168 2.269,-1.335 0.137,-0.102 0.321,-0.231 0.403,-0.282 0.086,-0.051 0.359,-0.277 0.605,-0.5 0.469,-0.418 0.695,-0.75 0.695,-1.015 0,-0.188 -0.23,-0.586 -0.484,-0.836 -0.312,-0.317 -0.582,-0.629 -0.539,-0.629 0.023,0 0.246,0.195 0.492,0.433 z m -118.511,0.645 c -0.129,0.18 -0.29,0.383 -0.352,0.445 -0.215,0.219 0.113,-0.269 0.363,-0.535 l 0.223,-0.242 -0.234,0.332 z m 54.953,0.191 c 0.183,0.196 0.535,0.637 0.73,0.914 0.09,0.129 0.227,0.305 0.301,0.387 0.137,0.152 1.226,1.715 1.84,2.637 0.39,0.59 0.55,0.887 0.664,1.222 0.043,0.129 0.14,0.364 0.222,0.52 0.082,0.156 0.145,0.316 0.145,0.359 -0.004,0.043 -0.063,-0.031 -0.133,-0.164 -0.574,-1.082 -1.66,-2.824 -2.488,-3.992 -0.344,-0.484 -0.68,-0.965 -0.746,-1.066 -0.071,-0.102 -0.238,-0.321 -0.375,-0.492 -0.281,-0.344 -0.36,-0.457 -0.317,-0.457 0.016,0 0.086,0.058 0.157,0.132 z m -54.239,0.809 c 0,0.035 -0.101,0.371 -0.222,0.742 -0.235,0.719 -0.492,1.637 -0.586,2.082 -0.032,0.149 -0.114,0.527 -0.184,0.84 -0.332,1.5 -0.515,2.453 -0.805,4.184 -0.066,0.41 -0.164,0.949 -0.214,1.195 -0.047,0.246 -0.106,0.578 -0.125,0.738 -0.024,0.164 -0.063,0.27 -0.094,0.242 -0.117,-0.117 0.121,-3.242 0.348,-4.558 0.187,-1.059 0.625,-2.832 0.742,-2.981 0.113,-0.148 0.113,-0.027 -0.004,0.403 -0.11,0.39 -0.113,0.418 -0.031,0.418 0.035,0 0.062,-0.051 0.062,-0.114 0,-0.246 0.547,-1.988 0.848,-2.699 0.226,-0.527 0.265,-0.601 0.265,-0.492 z m -1.3,3.484 c 0,0.032 0.027,0.059 0.062,0.059 0.035,0 0.063,-0.043 0.063,-0.094 0,-0.051 -0.028,-0.078 -0.063,-0.055 -0.035,0.02 -0.062,0.063 -0.062,0.09 z m -0.122,0.551 c 0,0.059 0.028,0.106 0.059,0.106 0.035,0 0.063,-0.086 0.063,-0.196 0,-0.148 -0.016,-0.172 -0.063,-0.105 -0.031,0.051 -0.059,0.136 -0.059,0.195 z m -0.191,-3.832 c 0.004,0.086 -0.461,0.707 -0.531,0.707 -0.047,0 0.222,-0.441 0.387,-0.633 0.101,-0.125 0.144,-0.144 0.144,-0.074 z m 121.262,0.379 c 0.054,0.16 0.07,0.281 0.035,0.301 -0.031,0.019 -0.074,-0.012 -0.094,-0.071 -0.019,-0.062 -0.062,-0.171 -0.094,-0.246 -0.07,-0.175 -0.07,-0.254 0,-0.254 0.032,0 0.098,0.122 0.153,0.27 z m -20.047,2.254 c 1.551,3.019 2.582,5.086 2.582,5.172 0,0.035 0.055,0.129 0.121,0.211 0.156,0.191 0.152,0.527 -0.004,0.527 -0.062,0 -0.176,0.082 -0.254,0.184 -0.16,0.207 -1.105,0.964 -1.152,0.918 -0.02,-0.016 0.25,-0.297 0.594,-0.625 0.343,-0.329 0.644,-0.653 0.664,-0.719 0.023,-0.074 -0.008,-0.215 -0.075,-0.344 -0.585,-1.105 -1.875,-3.598 -1.875,-3.625 0,-0.016 -0.222,-0.48 -0.5,-1.035 -0.773,-1.551 -1.453,-3.051 -1.402,-3.102 0.02,-0.015 0.606,1.082 1.301,2.438 z m -49.5,-2.086 c 0,0.148 -0.555,0.848 -1.066,1.348 -0.282,0.277 -0.833,0.75 -1.223,1.054 -0.391,0.305 -0.781,0.629 -0.867,0.719 -0.395,0.414 -1.825,1.148 -3.032,1.555 -0.734,0.246 -1.492,0.457 -1.527,0.425 -0.012,-0.011 0.207,-0.097 0.492,-0.187 0.5,-0.16 2.059,-0.832 2.387,-1.027 0.09,-0.055 0.234,-0.157 0.32,-0.227 0.086,-0.074 0.41,-0.285 0.723,-0.473 0.691,-0.414 1.367,-0.914 2.055,-1.519 0.515,-0.453 0.582,-0.621 0.144,-0.367 -1.824,1.058 -2.902,1.574 -4.879,2.332 -0.789,0.301 -1.761,0.609 -1.801,0.566 -0.039,-0.035 0.313,-0.199 0.93,-0.426 0.309,-0.113 0.594,-0.23 0.629,-0.261 0.035,-0.028 0.356,-0.161 0.707,-0.297 1.688,-0.649 4.543,-2.207 5.555,-3.031 0.328,-0.27 0.453,-0.321 0.453,-0.184 z m 49.008,0.328 c 0.015,0.023 0.258,0.473 0.539,1 0.664,1.25 1.34,2.504 1.871,3.469 0.234,0.426 0.578,1.058 0.766,1.402 0.402,0.742 0.429,0.777 0.609,0.777 0.211,0 3.062,-0.949 3.476,-1.156 0.11,-0.054 0.239,-0.097 0.289,-0.097 0.083,0 1.942,-0.711 3.102,-1.184 0.594,-0.246 2.563,-1.109 3.09,-1.359 0.238,-0.114 0.531,-0.223 0.652,-0.243 0.379,-0.066 0.875,-0.261 1.793,-0.711 1.274,-0.621 1.594,-0.789 2.539,-1.304 0.707,-0.383 0.879,-0.453 1.098,-0.446 0.144,0.004 0.258,0.028 0.258,0.051 0,0.02 -1.047,0.547 -2.332,1.172 -1.285,0.621 -3.129,1.52 -4.098,1.996 -3.164,1.555 -4.996,2.364 -7.082,3.121 -1.918,0.7 -2.652,0.938 -2.871,0.938 -0.223,0 -0.098,-0.082 0.332,-0.227 0.574,-0.187 2.23,-0.758 2.816,-0.968 0.289,-0.106 0.68,-0.239 0.868,-0.297 0.187,-0.063 0.441,-0.168 0.566,-0.239 0.121,-0.066 0.496,-0.23 0.832,-0.355 0.949,-0.359 4.227,-1.899 4.227,-1.984 0,-0.083 -0.09,-0.067 -0.383,0.062 -0.145,0.063 -0.543,0.215 -0.883,0.34 -0.34,0.121 -1.106,0.433 -1.703,0.695 -1.926,0.844 -5.555,2.235 -6.219,2.375 -0.16,0.035 -0.332,0.113 -0.375,0.168 -0.07,0.09 -0.086,0.094 -0.168,0.012 -0.047,-0.047 -0.269,-0.426 -0.488,-0.836 -0.223,-0.41 -0.613,-1.137 -0.867,-1.613 -0.676,-1.254 -2.051,-3.887 -2.235,-4.274 -0.086,-0.183 -0.129,-0.332 -0.101,-0.332 0.031,0 0.07,0.02 0.082,0.047 z m 20.429,0.742 c 0.051,0.078 -0.05,0.168 -0.902,0.785 -1.055,0.766 -4.742,3.207 -5.043,3.336 -0.066,0.028 -0.164,0.075 -0.215,0.106 -0.093,0.054 -0.636,0.187 -0.66,0.164 -0.008,-0.008 0.141,-0.133 0.332,-0.281 0.34,-0.262 0.52,-0.375 1.442,-0.922 0.253,-0.149 0.769,-0.477 1.144,-0.727 0.375,-0.25 0.922,-0.601 1.223,-0.781 0.297,-0.176 0.679,-0.457 0.851,-0.617 0.176,-0.164 0.367,-0.297 0.43,-0.297 0.109,0 1.066,-0.652 1.148,-0.781 0.051,-0.079 0.196,-0.071 0.25,0.015 z m -122.3,0.481 c -0.055,0.109 -0.203,0.371 -0.332,0.586 -1.457,2.449 -2.575,4.683 -3.149,6.289 -0.39,1.109 -0.453,1.328 -0.344,1.242 0.047,-0.039 0.2,-0.266 0.336,-0.5 0.137,-0.234 0.383,-0.609 0.543,-0.828 0.16,-0.223 0.594,-0.832 0.961,-1.356 0.367,-0.523 0.703,-0.98 0.75,-1.019 0.16,-0.125 0.285,-0.008 0.285,0.269 0,0.141 -0.027,0.274 -0.062,0.297 -0.039,0.02 -0.063,-0.051 -0.063,-0.183 0,-0.434 -0.195,-0.207 -1.16,1.347 -1.836,2.953 -2.468,4.211 -3.047,6.039 -0.289,0.918 -0.41,0.973 -0.211,0.098 0.122,-0.516 0.29,-1.047 0.7,-2.191 0.172,-0.477 0.425,-1.243 0.57,-1.704 0.227,-0.718 0.543,-1.574 1.105,-2.961 0.118,-0.285 1.329,-2.679 1.481,-2.929 0.031,-0.047 0.168,-0.278 0.301,-0.508 0.656,-1.121 1.328,-2.18 1.379,-2.18 0.035,0 0.015,0.086 -0.043,0.192 z m 116.203,0.789 c 0,0.011 -0.086,0.051 -0.192,0.086 -0.168,0.058 -0.183,0.054 -0.117,-0.024 0.067,-0.078 0.309,-0.129 0.309,-0.062 z m -46.453,0.066 c 0,0.051 -0.028,0.078 -0.063,0.059 -0.035,-0.02 -0.062,-0.063 -0.062,-0.094 0,-0.031 0.027,-0.059 0.062,-0.059 0.035,0 0.063,0.043 0.063,0.094 z m 0.175,0.582 c 0.086,0.215 0.149,0.496 0.102,0.453 -0.051,-0.05 -0.219,-0.59 -0.18,-0.59 0.016,0 0.051,0.063 0.078,0.137 z m 0.25,0.824 c 0.043,0.137 0.067,0.258 0.051,0.274 -0.012,0.012 -0.058,-0.086 -0.101,-0.223 -0.039,-0.137 -0.063,-0.258 -0.051,-0.269 0.015,-0.016 0.062,0.086 0.101,0.218 z m -33.675,0.567 c -0.055,0.933 -0.332,3.488 -0.493,4.453 -0.082,0.508 -0.179,1.168 -0.218,1.461 -0.035,0.293 -0.082,0.558 -0.098,0.582 -0.016,0.027 0.012,0.051 0.066,0.051 0.051,0 0.094,0.023 0.094,0.05 0,0.219 -5.316,6.125 -5.422,6.024 -0.027,-0.024 0.582,-1.051 0.676,-1.145 0.039,-0.039 0.047,-0.011 0.02,0.075 -0.024,0.078 -0.016,0.136 0.019,0.136 0.063,0 0.281,-0.23 1.043,-1.113 0.231,-0.266 0.578,-0.656 0.77,-0.867 0.195,-0.211 0.425,-0.531 0.519,-0.711 0.094,-0.18 0.285,-0.508 0.43,-0.723 0.41,-0.613 0.851,-1.441 1.262,-2.355 0.207,-0.461 0.421,-0.91 0.472,-1 0.051,-0.09 0.133,-0.496 0.184,-0.899 0.113,-0.933 0.113,-0.914 -0.004,-0.824 -0.051,0.043 -0.09,0.098 -0.09,0.129 0,0.078 -0.676,1.383 -1.113,2.145 -0.731,1.277 -0.934,1.644 -1.184,2.152 -0.344,0.695 -0.535,1.051 -0.773,1.414 -0.113,0.168 -0.36,0.586 -0.555,0.926 -0.476,0.844 -0.906,1.472 -0.937,1.379 -0.024,-0.063 -0.051,-0.059 -0.137,0.015 -0.063,0.055 -0.172,0.11 -0.25,0.121 -0.078,0.016 -0.145,0.036 -0.152,0.043 -0.071,0.125 -1.098,1.403 -1.454,1.813 -0.668,0.773 -2.507,2.629 -3.277,3.305 -0.359,0.316 -0.664,0.613 -0.672,0.652 -0.012,0.043 0.051,0.105 0.141,0.137 0.398,0.148 1.515,1.148 1.519,1.359 0,0.059 0.016,0.16 0.032,0.227 0.027,0.097 -0.02,0.14 -0.243,0.226 -0.148,0.059 -0.324,0.164 -0.386,0.234 -0.114,0.125 -0.114,0.125 0.039,0.086 0.086,-0.023 0.441,-0.066 0.797,-0.101 0.535,-0.051 0.714,-0.043 1.082,0.035 0.574,0.129 0.996,0.289 1.336,0.508 0.156,0.097 0.312,0.176 0.355,0.176 0.043,0 0.078,0.043 0.078,0.093 0,0.051 0.043,0.106 0.094,0.125 0.051,0.02 0.094,0.071 0.094,0.118 0,0.058 -0.078,0.078 -0.27,0.07 -0.301,-0.012 -0.64,0.176 -1.449,0.808 -0.477,0.372 -0.555,0.485 -0.277,0.407 0.496,-0.145 0.941,-0.188 1.234,-0.117 0.496,0.117 0.566,0.226 0.254,0.406 -0.223,0.133 -0.891,0.949 -1.309,1.605 -0.129,0.203 0.141,0.028 0.598,-0.39 0.516,-0.469 0.937,-0.75 1.23,-0.825 0.246,-0.058 0.266,0.075 0.047,0.274 -0.156,0.14 -0.191,0.211 -0.164,0.344 0.016,0.089 -0.019,0.375 -0.086,0.636 -0.062,0.258 -0.101,0.496 -0.082,0.524 0.016,0.027 0.149,0.051 0.297,0.051 0.508,0 1.184,0.3 1.551,0.691 0.156,0.168 0.519,0.383 0.644,0.383 0.211,0 0.559,0.16 0.93,0.433 0.192,0.141 0.625,0.414 0.973,0.618 0.804,0.468 1.738,1.179 2.562,1.953 0.641,0.601 2.516,2.644 2.719,2.964 0.059,0.086 0.18,0.227 0.273,0.309 0.192,0.172 0.372,0.473 0.313,0.527 -0.02,0.02 -0.063,0 -0.09,-0.046 -0.043,-0.067 -0.101,-0.043 -0.277,0.109 -0.219,0.184 -0.68,0.437 -1.012,0.551 l -0.168,0.058 0.192,-0.168 c 0.101,-0.09 0.316,-0.25 0.476,-0.355 0.16,-0.106 0.289,-0.227 0.289,-0.27 0,-0.043 -0.363,-0.332 -0.812,-0.644 -1.125,-0.785 -1.75,-1.274 -2.469,-1.934 -0.606,-0.551 -0.867,-0.875 -0.348,-0.422 0.414,0.36 1.082,0.856 1.43,1.059 0.394,0.23 2.144,1.484 2.258,1.617 0.101,0.121 0.207,0.129 0.179,0.012 -0.035,-0.145 -1.05,-1.195 -2.527,-2.613 -1.418,-1.356 -2.23,-2.047 -2.684,-2.274 -0.136,-0.066 -0.425,-0.258 -0.652,-0.426 -0.406,-0.3 -0.91,-0.558 -0.973,-0.496 -0.019,0.02 0.059,0.149 0.18,0.289 0.258,0.309 0.863,1.121 0.828,1.121 -0.011,0 -0.515,-0.504 -1.125,-1.121 -1.027,-1.043 -1.41,-1.386 -1.48,-1.316 -0.02,0.016 0.262,0.457 0.617,0.98 0.355,0.524 0.73,1.086 0.832,1.25 0.102,0.164 0.246,0.391 0.316,0.508 l 0.133,0.207 -0.133,-0.148 c -0.211,-0.231 -1.324,-1.746 -1.843,-2.5 -0.254,-0.375 -0.508,-0.696 -0.559,-0.715 -0.129,-0.047 -1.32,0.101 -1.414,0.176 -0.039,0.031 -0.148,0.285 -0.238,0.562 -0.094,0.278 -0.192,0.52 -0.223,0.539 -0.086,0.051 -0.062,-0.625 0.039,-1.027 0.047,-0.203 0.16,-0.574 0.25,-0.828 0.094,-0.25 0.153,-0.473 0.133,-0.488 -0.031,-0.032 -0.535,0.351 -0.898,0.683 -0.118,0.106 -0.258,0.192 -0.321,0.192 -0.058,0 -0.14,0.039 -0.183,0.089 -0.133,0.153 -0.172,0.102 -0.25,-0.339 -0.094,-0.528 -0.055,-1.004 0.086,-1.079 0.054,-0.031 0.101,-0.105 0.101,-0.171 0,-0.094 -0.043,-0.118 -0.234,-0.114 -0.313,0.004 -0.446,0.082 -1,0.614 -0.727,0.695 -1.285,1.75 -1.231,2.32 0.032,0.32 0.176,0.25 0.477,-0.235 0.148,-0.238 0.277,-0.425 0.293,-0.414 0.012,0.008 -0.02,0.164 -0.067,0.344 -0.253,0.942 -0.363,1.82 -0.355,2.84 0.008,1.137 0.18,2.656 0.391,3.379 0.07,0.246 0.164,0.609 0.211,0.805 0.222,0.996 0.851,2.796 1.109,3.183 0.098,0.149 0.172,0.195 0.312,0.195 0.149,0 0.25,0.071 0.489,0.336 0.34,0.375 0.523,0.372 0.257,-0.007 -0.293,-0.418 -0.14,-0.68 0.172,-0.301 0.129,0.156 0.371,0.312 0.782,0.508 0.636,0.3 1.539,0.632 1.589,0.582 0.016,-0.02 -0.089,-0.106 -0.238,-0.196 -0.996,-0.605 -1.168,-0.757 -1.117,-1.007 0.035,-0.172 0.133,-0.192 0.375,-0.071 0.207,0.106 0.766,0.18 0.937,0.129 0.067,-0.023 0.125,-0.078 0.125,-0.129 0,-0.047 0.051,-0.101 0.11,-0.125 0.058,-0.019 0.164,-0.082 0.23,-0.136 0.071,-0.059 0.27,-0.149 0.446,-0.208 0.422,-0.128 1.281,-0.636 1.609,-0.945 0.145,-0.137 0.25,-0.258 0.234,-0.273 -0.015,-0.016 -0.257,0.043 -0.539,0.133 -0.281,0.085 -0.773,0.21 -1.093,0.273 -0.653,0.129 -0.731,0.172 -0.629,0.352 0.101,0.183 0.082,0.308 -0.051,0.308 -0.34,0 -1.492,-1.703 -1.492,-2.207 0,-0.09 -0.051,-0.32 -0.114,-0.516 -0.207,-0.632 -0.308,-1.007 -0.379,-1.371 -0.207,-1.109 -0.433,-2.437 -0.472,-2.75 -0.035,-0.312 -0.031,-0.351 0.051,-0.285 0.05,0.039 0.125,0.27 0.168,0.508 0.324,1.863 0.687,3.152 1.351,4.797 0.203,0.5 0.492,0.992 0.633,1.078 0.035,0.02 0.422,-0.035 0.863,-0.121 0.805,-0.156 0.899,-0.191 2.434,-0.891 0.336,-0.152 0.621,-0.273 0.64,-0.273 0.102,0 -0.164,0.203 -0.48,0.363 -0.32,0.168 -0.371,0.219 -0.457,0.473 -0.055,0.156 -0.195,0.39 -0.313,0.523 -0.207,0.235 -0.265,0.375 -0.164,0.375 0.235,0 3.086,-0.933 3.493,-1.144 0.093,-0.051 0.113,-0.047 0.078,0.008 -0.059,0.085 -1.172,0.593 -1.715,0.781 -0.473,0.164 -0.527,0.203 -0.633,0.445 -0.176,0.402 -0.582,1.629 -0.648,1.949 -0.067,0.305 -0.086,0.332 -0.215,0.309 -0.172,-0.035 -0.41,0.242 -0.41,0.476 0,0.278 0.078,0.524 0.164,0.524 0.047,0 0.086,-0.027 0.086,-0.063 0,-0.086 0.285,-0.355 0.375,-0.355 0.039,0 -0.032,0.105 -0.153,0.238 -0.195,0.211 -0.222,0.278 -0.226,0.551 l 0,0.316 -0.129,-0.164 c -0.071,-0.093 -0.16,-0.164 -0.199,-0.164 -0.039,0.004 -0.239,0.27 -0.442,0.598 -0.207,0.328 -0.394,0.594 -0.426,0.594 -0.027,0.004 0.008,-0.086 0.082,-0.192 0.075,-0.105 0.243,-0.418 0.375,-0.687 0.211,-0.426 0.247,-0.555 0.247,-0.899 0,-0.476 0.136,-0.742 0.453,-0.886 0.183,-0.086 0.211,-0.133 0.277,-0.465 0.039,-0.199 0.105,-0.481 0.145,-0.617 0.043,-0.141 0.058,-0.27 0.039,-0.289 -0.039,-0.04 -0.223,0.003 -1.473,0.359 -0.582,0.164 -0.934,0.226 -1.438,0.254 -0.363,0.019 -0.664,0.058 -0.664,0.086 0,0.07 0.496,0.371 0.973,0.594 0.406,0.187 0.492,0.292 0.238,0.292 -0.082,0 -0.168,0.028 -0.191,0.059 -0.02,0.035 -0.106,0.063 -0.188,0.063 -0.082,0 -0.152,0.019 -0.152,0.046 0,0.024 0.227,0.34 0.5,0.7 0.527,0.695 0.707,0.976 0.652,1.031 -0.066,0.062 -1.003,-0.938 -1.277,-1.371 -0.277,-0.43 -0.293,-0.445 -0.652,-0.539 -0.735,-0.192 -1.324,-0.309 -1.367,-0.266 -0.02,0.02 0.019,0.102 0.093,0.176 0.074,0.078 0.133,0.172 0.133,0.211 0,0.125 -0.16,0.074 -0.433,-0.137 -0.149,-0.109 -0.293,-0.191 -0.321,-0.172 -0.137,0.082 -0.375,0.871 -0.597,1.992 -0.149,0.75 -0.196,1.137 -0.141,1.137 0.023,0 0.16,-0.195 0.305,-0.433 0.148,-0.239 0.449,-0.622 0.668,-0.852 0.464,-0.48 0.457,-0.445 -0.071,0.305 -0.211,0.297 -0.523,0.804 -0.695,1.129 -0.176,0.32 -0.375,0.625 -0.441,0.671 -0.114,0.075 -0.129,0.149 -0.129,0.676 0,0.758 0.156,0.871 0.277,0.207 0.023,-0.129 0.117,-0.398 0.203,-0.597 0.176,-0.383 0.883,-1.481 1,-1.551 0.086,-0.051 0.027,0.082 -0.34,0.773 -0.449,0.844 -0.562,1.196 -0.64,1.973 -0.039,0.394 -0.082,0.816 -0.098,0.937 l -0.031,0.223 0.355,0.098 c 0.32,0.09 0.36,0.09 0.422,0.004 0.109,-0.141 0.231,-0.118 0.453,0.097 0.356,0.332 0.731,1.176 0.793,1.782 0.043,0.418 0.102,0.492 0.363,0.445 0.282,-0.051 0.707,0.18 1.313,0.715 0.523,0.461 0.812,0.773 1.062,1.148 0.086,0.133 0.422,0.481 0.747,0.77 0.367,0.332 0.613,0.605 0.66,0.734 0.121,0.324 0.062,1.059 -0.121,1.481 -0.086,0.195 -0.176,0.421 -0.2,0.5 -0.078,0.246 -0.293,0.554 -0.347,0.5 -0.032,-0.028 0.043,-0.368 0.164,-0.766 0.34,-1.109 0.363,-1.699 0.074,-1.703 -0.207,0 -0.699,-0.238 -1.461,-0.703 -0.828,-0.512 -1.387,-0.735 -1.957,-0.789 -0.789,-0.075 -2.559,0.125 -3.215,0.363 -0.172,0.062 -0.519,0.277 -0.773,0.473 -0.512,0.398 -1.285,0.789 -1.762,0.894 -0.547,0.117 -0.625,0.172 -0.812,0.527 -0.227,0.43 -0.27,0.95 -0.118,1.399 0.223,0.656 0.375,0.855 1.168,1.555 0.422,0.375 0.758,0.691 0.743,0.703 -0.012,0.015 -0.086,-0.032 -0.165,-0.098 -0.074,-0.066 -0.211,-0.137 -0.3,-0.156 -0.09,-0.024 -0.282,-0.137 -0.43,-0.25 -0.145,-0.117 -0.301,-0.199 -0.348,-0.184 -0.047,0.02 -0.261,-0.101 -0.476,-0.265 -0.817,-0.618 -1.848,-2.11 -1.574,-2.278 0.136,-0.082 0.16,-0.066 0.425,0.281 0.141,0.184 0.27,0.321 0.285,0.305 0.02,-0.015 -0.015,-0.16 -0.074,-0.32 -0.054,-0.16 -0.129,-0.602 -0.164,-0.985 l -0.062,-0.699 0.187,-0.199 c 0.106,-0.109 0.324,-0.344 0.488,-0.523 0.165,-0.176 0.629,-0.594 1.04,-0.922 0.761,-0.614 1.308,-0.918 1.949,-1.075 l 0.32,-0.082 -0.578,-0.226 c -0.316,-0.125 -0.731,-0.289 -0.914,-0.363 -0.27,-0.106 -0.375,-0.121 -0.524,-0.075 -0.105,0.032 -0.261,0.071 -0.347,0.086 l -0.153,0.028 0.145,-0.121 c 0.082,-0.071 0.191,-0.125 0.25,-0.125 0.059,0 0.137,-0.032 0.176,-0.067 0.051,-0.051 0.265,-0.023 0.828,0.094 0.586,0.129 0.785,0.148 0.871,0.098 0.094,-0.055 0.109,-0.047 0.109,0.05 0,0.149 0.403,0.27 1.203,0.364 0.457,0.054 0.567,0.05 0.637,-0.02 0.121,-0.117 0.028,-0.254 -0.375,-0.543 -0.285,-0.203 -0.344,-0.223 -0.566,-0.187 -0.137,0.023 -0.336,0.039 -0.446,0.039 -0.109,-0.004 -0.214,0.019 -0.234,0.05 -0.023,0.036 -0.066,0.063 -0.098,0.063 -0.125,0 0.149,-0.297 0.457,-0.504 0.528,-0.351 0.887,-0.297 1.786,0.274 0.363,0.23 0.484,0.339 0.515,0.472 0.051,0.223 0.114,0.254 0.375,0.207 0.192,-0.035 0.207,-0.051 0.172,-0.199 -0.172,-0.723 -0.887,-1.922 -0.887,-1.484 0,0.168 -0.179,0.242 -0.39,0.168 -0.11,-0.036 -0.571,-0.11 -1.028,-0.161 -0.949,-0.105 -1.304,-0.175 -1.558,-0.3 -0.195,-0.098 -0.25,-0.239 -0.07,-0.184 0.339,0.102 0.941,0.191 1.011,0.148 0.098,-0.054 0.129,-0.042 -0.699,-0.269 l -0.602,-0.164 -0.699,0.461 c -1.457,0.961 -1.867,1.312 -2.64,2.25 -1.106,1.336 -1.676,2.164 -1.676,2.426 0,0.07 0.031,0.086 0.109,0.054 0.059,-0.023 0.192,-0.058 0.301,-0.082 0.148,-0.027 0.367,-0.226 0.973,-0.886 0.433,-0.469 0.812,-0.852 0.843,-0.852 0.094,0 0.075,0.094 -0.039,0.187 -0.101,0.079 -0.476,0.516 -1.093,1.27 -0.164,0.203 -0.454,0.625 -0.641,0.945 -0.328,0.563 -0.34,0.602 -0.402,1.227 -0.036,0.355 -0.047,0.879 -0.028,1.164 0.039,0.539 -0.023,0.711 -0.179,0.504 -0.11,-0.141 -0.219,-1.098 -0.204,-1.801 l 0.012,-0.598 0.27,-0.351 c 0.148,-0.192 0.289,-0.391 0.308,-0.438 0.047,-0.121 -0.074,-0.058 -0.632,0.336 -0.239,0.164 -0.54,0.375 -0.672,0.469 -0.129,0.09 -0.336,0.27 -0.457,0.398 -0.211,0.227 -0.215,0.243 -0.18,0.594 0.051,0.457 0.316,1.317 0.441,1.414 0.051,0.039 0.094,0.137 0.094,0.215 0,0.238 0.715,1.621 1.02,1.965 0.226,0.258 0.277,0.352 0.246,0.469 -0.024,0.082 -0.008,0.168 0.027,0.187 0.09,0.055 0.086,0.153 0,0.153 -0.039,0 -0.32,-0.227 -0.625,-0.508 -0.559,-0.512 -0.687,-0.582 -0.754,-0.414 -0.074,0.191 -0.031,0.277 0.363,0.715 0.223,0.246 0.403,0.46 0.403,0.476 0,0.094 -0.149,-0.012 -0.477,-0.336 -0.207,-0.203 -0.402,-0.351 -0.433,-0.332 -0.036,0.024 -0.168,0.274 -0.293,0.559 -0.129,0.289 -0.297,0.617 -0.375,0.734 -0.075,0.117 -0.434,0.711 -0.797,1.32 -0.723,1.211 -0.821,1.356 -0.879,1.297 -0.059,-0.058 0.168,-0.558 0.515,-1.129 0.168,-0.273 0.543,-1.023 0.836,-1.664 0.532,-1.164 0.789,-1.871 0.782,-2.152 0,-0.082 0.047,-0.305 0.105,-0.492 l 0.11,-0.34 -0.196,-0.477 c -0.109,-0.265 -0.195,-0.507 -0.195,-0.543 0,-0.16 -0.207,-0.023 -0.617,0.418 -0.469,0.5 -1.266,1.192 -2.352,2.032 -0.359,0.277 -0.805,0.656 -0.992,0.843 -0.188,0.188 -0.492,0.426 -0.68,0.532 -0.187,0.105 -0.511,0.328 -0.726,0.488 -0.5,0.387 -1.559,1.066 -1.66,1.066 -0.043,0 -0.297,0.133 -0.563,0.293 -1.914,1.168 -3.512,1.985 -4.906,2.512 -0.762,0.289 -1.391,0.551 -2.27,0.941 -0.176,0.079 -0.343,0.141 -0.371,0.141 -0.027,0 -0.133,0.066 -0.234,0.148 -0.223,0.176 -0.121,0.196 0.277,0.059 0.52,-0.176 0.305,-0.039 -0.351,0.227 -1.332,0.543 -3.332,1.199 -4.5,1.488 -0.563,0.137 -0.817,0.168 -1.055,0.141 -0.684,-0.079 -1.149,-0.165 -1.18,-0.215 -0.047,-0.071 0.043,-0.067 0.371,0.011 0.227,0.055 0.391,0.039 1.059,-0.093 0.855,-0.176 1.058,-0.235 1.203,-0.36 0.051,-0.047 0.551,-0.218 1.113,-0.383 1.18,-0.343 2.867,-0.921 3.606,-1.234 0.277,-0.117 0.648,-0.273 0.816,-0.344 0.172,-0.074 1,-0.461 1.844,-0.863 0.844,-0.406 1.574,-0.734 1.625,-0.734 0.047,0 0.09,-0.028 0.09,-0.063 0,-0.031 0.07,-0.086 0.16,-0.121 0.09,-0.031 0.242,-0.113 0.336,-0.176 0.094,-0.066 0.203,-0.121 0.242,-0.121 0.207,0 2.211,-1.219 3.109,-1.886 0.247,-0.184 0.524,-0.375 0.621,-0.422 0.208,-0.102 0.5,-0.313 1.403,-0.996 0.355,-0.27 0.902,-0.68 1.211,-0.911 0.676,-0.496 1.992,-1.687 2.726,-2.472 0.528,-0.555 0.528,-0.559 0.485,-0.805 -0.024,-0.137 -0.043,-0.371 -0.043,-0.519 0.004,-0.262 0.019,-0.282 0.676,-0.895 0.554,-0.516 0.734,-0.73 1.003,-1.195 0.622,-1.067 1.739,-2.52 2.582,-3.352 0.215,-0.215 0.395,-0.441 0.395,-0.508 -0.004,-0.066 -0.047,-0.254 -0.098,-0.418 -0.226,-0.699 -0.523,-1.703 -0.523,-1.761 0,-0.039 -0.067,-0.207 -0.145,-0.379 -0.082,-0.172 -0.164,-0.41 -0.183,-0.535 -0.055,-0.356 0.125,-0.29 0.726,0.273 l 0.532,0.5 -0.039,-0.305 c -0.067,-0.523 -0.332,-1.429 -0.469,-1.613 -0.156,-0.207 -0.492,-1.199 -0.446,-1.316 0.02,-0.047 0.004,-0.188 -0.031,-0.313 -0.054,-0.183 -0.051,-0.242 0.02,-0.293 0.078,-0.055 0.07,-0.101 -0.032,-0.328 -0.07,-0.148 -0.21,-0.352 -0.316,-0.461 -0.109,-0.105 -0.18,-0.207 -0.16,-0.226 0.055,-0.051 0.359,0.085 0.359,0.164 0.004,0.043 0.117,0.183 0.254,0.316 0.137,0.133 0.434,0.461 0.653,0.734 0.582,0.715 0.64,0.68 0.289,-0.179 -0.161,-0.387 -0.297,-0.621 -0.457,-0.77 -0.278,-0.258 -0.25,-0.437 0.039,-0.254 0.152,0.098 0.332,0.114 1.371,0.133 1.054,0.016 2.058,-0.047 2.336,-0.148 0.09,-0.036 0.5,-0.668 0.453,-0.707 -0.012,-0.012 -0.11,-0.063 -0.215,-0.114 -0.172,-0.086 -0.949,-1.027 -0.949,-1.148 0,-0.024 -0.164,-0.371 -0.367,-0.77 -0.2,-0.398 -0.465,-0.957 -0.586,-1.238 -0.274,-0.633 -1.047,-2.777 -1.239,-3.43 -0.078,-0.265 -0.328,-1.109 -0.554,-1.879 -0.235,-0.812 -0.407,-1.503 -0.403,-1.644 0.012,-0.356 -0.078,-0.934 -0.144,-0.934 -0.031,0 -0.051,0.196 -0.043,0.434 0.004,0.238 -0.012,0.594 -0.035,0.785 -0.157,1.113 -0.289,-1.289 -0.157,-2.797 0.063,-0.726 0.168,-1.496 0.438,-3.191 0.082,-0.535 0.234,-1.242 0.348,-1.617 0.168,-0.567 0.199,-0.239 0.043,0.468 -0.188,0.86 -0.383,2.11 -0.458,2.93 -0.136,1.543 -0.183,2.52 -0.132,2.613 0.117,0.2 0.183,-0.129 0.191,-0.949 0.004,-0.883 0.149,-2.512 0.258,-2.965 0.039,-0.156 0.078,-0.379 0.09,-0.492 0.011,-0.117 0.062,-0.301 0.109,-0.41 0.074,-0.172 0.09,-0.184 0.117,-0.082 0.028,0.101 0.117,0.039 0.598,-0.414 0.519,-0.5 0.746,-0.617 0.656,-0.352 -0.019,0.063 -0.008,0.125 0.024,0.145 0.097,0.062 1.429,-0.414 1.574,-0.559 0.058,-0.058 -0.039,-0.176 -0.422,-0.519 -0.512,-0.465 -1.172,-0.981 -1.254,-0.977 -0.101,0.004 -1.039,0.863 -1.113,1.024 -0.043,0.101 -0.125,0.171 -0.192,0.171 -0.066,0 -0.254,0.106 -0.418,0.239 -0.164,0.133 -0.351,0.238 -0.414,0.238 -0.066,0 -0.464,0.328 -0.898,0.734 -0.883,0.825 -1.723,1.567 -2.856,2.524 -0.425,0.359 -0.855,0.738 -0.957,0.84 -0.488,0.488 -4.066,3.109 -4.632,3.386 l -0.239,0.121 0.039,-0.171 c 0.024,-0.094 0.114,-0.223 0.207,-0.289 0.09,-0.067 0.223,-0.172 0.29,-0.243 0.07,-0.066 0.367,-0.281 0.656,-0.472 1.258,-0.844 3.441,-2.461 4.394,-3.258 0.258,-0.215 0.551,-0.457 0.653,-0.539 0.097,-0.082 0.433,-0.367 0.742,-0.629 0.594,-0.504 0.742,-0.629 1.371,-1.149 0.215,-0.175 0.508,-0.433 0.652,-0.57 0.422,-0.41 0.864,-0.762 0.953,-0.762 0.239,0 2.278,-1.789 3.489,-3.054 0.324,-0.344 0.695,-0.731 0.824,-0.864 0.394,-0.41 1.769,-2.05 2.558,-3.046 0.922,-1.172 1.536,-1.946 1.582,-1.993 0.126,-0.117 -0.007,0.153 -0.273,0.555 -0.309,0.477 -0.391,0.715 -0.219,0.652 0.11,-0.043 0.684,-0.839 0.746,-1.039 0.024,-0.082 0.254,-0.48 0.504,-0.886 0.254,-0.407 0.512,-0.871 0.575,-1.036 0.062,-0.16 0.296,-0.597 0.515,-0.964 0.219,-0.371 0.465,-0.821 0.543,-1 0.082,-0.18 0.309,-0.641 0.508,-1.016 0.203,-0.379 0.574,-1.121 0.828,-1.645 0.254,-0.527 0.527,-1.05 0.609,-1.167 0.125,-0.176 0.157,-0.333 0.219,-1.047 0.039,-0.461 0.11,-0.969 0.156,-1.133 0.047,-0.168 0.098,-0.356 0.118,-0.422 0.015,-0.063 0.015,0.125 0,0.422 z m -1.368,6.5 c -0.187,0.367 -0.457,0.84 -0.593,1.058 -0.465,0.731 -0.492,0.782 -0.43,0.782 0.035,0 0.254,-0.223 0.484,-0.493 0.235,-0.269 0.575,-0.66 0.754,-0.867 0.27,-0.312 0.317,-0.398 0.254,-0.468 -0.051,-0.059 -0.062,-0.196 -0.035,-0.422 0.027,-0.223 0.02,-0.317 -0.023,-0.293 -0.036,0.023 -0.219,0.34 -0.411,0.703 z m -9.285,15.246 c -0.367,0.223 -0.793,0.73 -1.011,1.191 -0.129,0.274 -0.149,0.407 -0.145,0.961 0,0.516 0.023,0.664 0.106,0.742 0.093,0.094 0.113,0.094 0.257,0 0.09,-0.054 0.16,-0.148 0.16,-0.207 0,-0.148 0.321,-0.621 0.657,-0.968 0.191,-0.196 0.273,-0.328 0.246,-0.391 -0.024,-0.059 0.039,-0.207 0.152,-0.367 0.102,-0.149 0.176,-0.285 0.16,-0.301 -0.05,-0.047 -0.25,0.035 -0.625,0.254 -0.195,0.113 -0.363,0.207 -0.367,0.207 -0.008,0 0,-0.102 0.012,-0.23 0.019,-0.192 0.09,-0.297 0.422,-0.61 0.543,-0.523 0.535,-0.621 -0.024,-0.281 z m 3.696,2.441 c 0,0.032 0.027,0.055 0.062,0.055 0.035,0 0.063,-0.039 0.063,-0.094 0,-0.051 -0.028,-0.074 -0.063,-0.054 -0.035,0.019 -0.062,0.062 -0.062,0.093 z m 3.093,1.453 c 0,0.106 0.168,0.172 0.223,0.09 0.023,-0.035 0.004,-0.09 -0.043,-0.117 -0.125,-0.074 -0.18,-0.066 -0.18,0.027 z m 1.453,9.098 c -0.203,0.047 -0.48,0.086 -0.617,0.086 -0.175,0 -0.34,0.059 -0.558,0.195 -0.168,0.11 -0.309,0.223 -0.309,0.254 0,0.098 0.442,0.106 1.192,0.028 0.753,-0.079 0.769,-0.086 0.91,-0.52 0.05,-0.164 -0.063,-0.172 -0.618,-0.043 z m -2.125,0.75 c -0.281,0.098 -0.171,0.188 0.168,0.145 0.446,-0.059 0.536,-0.094 0.434,-0.157 -0.117,-0.07 -0.367,-0.066 -0.602,0.012 z m -4.16,1.281 c -0.164,0.203 -0.269,0.395 -0.269,0.493 0,0.148 -0.031,0.164 -0.496,0.261 -0.383,0.086 -0.77,0.11 -1.715,0.11 -0.676,0 -1.293,-0.024 -1.383,-0.059 -0.113,-0.043 -0.191,-0.039 -0.246,0.004 -0.063,0.051 -0.024,0.176 0.187,0.613 0.442,0.914 0.774,2.149 0.774,2.879 0,0.375 -0.043,0.328 -0.184,-0.211 -0.121,-0.441 -0.304,-0.742 -0.312,-0.5 -0.008,0.153 -0.305,-0.679 -0.305,-0.844 0,-0.07 -0.113,-0.285 -0.246,-0.48 -0.523,-0.762 -0.66,-0.82 -0.414,-0.184 0.258,0.657 0.406,1.243 0.508,1.989 0.054,0.39 0.136,0.894 0.183,1.121 0.051,0.222 0.09,0.515 0.09,0.652 l 0,0.246 -0.144,-0.129 c -0.078,-0.074 -0.164,-0.133 -0.196,-0.133 -0.031,0 -0.132,-0.07 -0.23,-0.16 -0.156,-0.148 -0.172,-0.148 -0.172,-0.039 0,0.063 0.066,0.332 0.148,0.594 0.102,0.328 0.129,0.496 0.082,0.551 -0.07,0.086 -0.023,0.523 0.086,0.754 0.09,0.187 0.215,0.172 0.582,-0.09 0.243,-0.176 0.719,-0.473 1.145,-0.727 l 0.215,-0.125 -0.231,-0.086 c -0.332,-0.125 -0.289,-0.199 0.09,-0.164 0.18,0.02 0.492,0.043 0.699,0.059 0.204,0.016 0.446,0.047 0.539,0.066 0.192,0.043 0.192,0.043 0.2,-0.422 0.027,-1.343 0.039,-1.492 0.093,-1.406 0.036,0.051 0.067,0.348 0.067,0.66 0.004,0.313 0.027,0.715 0.051,0.895 l 0.039,0.328 0.328,0.086 c 0.41,0.105 0.484,0.055 0.383,-0.274 -0.219,-0.707 -0.293,-2.082 -0.157,-2.98 0.133,-0.898 0.371,-1.793 0.524,-1.98 0.07,-0.086 0.129,-0.196 0.129,-0.243 0,-0.043 0.07,-0.273 0.152,-0.507 0.188,-0.52 0.195,-0.672 0.031,-0.829 -0.195,-0.187 -0.332,-0.144 -0.625,0.211 z m -0.425,1.719 c -0.516,1.242 -0.532,1.305 -0.438,1.668 0.055,0.199 0.063,0.41 0.031,0.637 l -0.047,0.34 -0.046,-0.289 c -0.051,-0.297 -0.09,-0.383 -0.157,-0.321 -0.074,0.071 -0.328,1.692 -0.332,2.094 0,0.289 -0.023,0.395 -0.07,0.367 -0.051,-0.031 -0.063,-0.254 -0.039,-0.738 0.039,-0.828 0.113,-1.211 0.551,-2.848 0.074,-0.273 0.668,-1.492 0.816,-1.672 0.055,-0.066 -0.066,0.278 -0.269,0.762 z m -3.098,2.41 c -0.004,0.071 -0.016,0.086 -0.039,0.039 -0.016,-0.043 -0.016,-0.097 0.008,-0.117 0.019,-0.019 0.035,0.016 0.031,0.078 z m 0.172,0.805 c 0.043,0.148 0.101,0.441 0.136,0.656 0.036,0.215 0.079,0.488 0.098,0.61 0.031,0.199 -0.039,0.355 -0.113,0.242 -0.051,-0.074 -0.238,-1.559 -0.215,-1.676 0.016,-0.055 0.055,0.02 0.094,0.168 z m 3.297,3.285 c 0,0.031 0.121,0.125 0.265,0.207 0.145,0.082 0.399,0.297 0.559,0.481 0.234,0.261 0.336,0.332 0.476,0.332 0.258,0 0.235,-0.121 -0.086,-0.43 -0.406,-0.395 -1.214,-0.785 -1.214,-0.59 z m 2.66,1.199 c 0,0.067 0.258,0.18 0.308,0.137 0.036,-0.031 -0.183,-0.199 -0.257,-0.199 -0.028,0 -0.051,0.027 -0.051,0.062 z m -9.899,3.586 c 0,0.032 0.012,0.059 0.028,0.059 0.015,0 0.047,-0.027 0.066,-0.059 0.02,-0.031 0.008,-0.058 -0.027,-0.058 -0.035,0 -0.067,0.027 -0.067,0.058 z m -0.988,3.528 c 0,0.035 0.031,0.058 0.066,0.058 0.036,0 0.047,-0.023 0.028,-0.058 -0.024,-0.032 -0.051,-0.059 -0.067,-0.059 -0.015,0 -0.027,0.027 -0.027,0.059 z m 0.172,0.609 c 0.074,0.074 0.152,0.113 0.176,0.094 0.058,-0.059 -0.098,-0.223 -0.215,-0.223 -0.078,0 -0.07,0.024 0.039,0.129 z m 50.672,-53.941 c 0.043,0.101 0.066,0.195 0.047,0.214 -0.016,0.016 -0.063,-0.054 -0.102,-0.164 -0.09,-0.246 -0.047,-0.289 0.055,-0.05 z m -8.949,1 c 0.257,0.394 0.98,1.894 1.339,2.769 0.219,0.531 0.305,0.824 0.414,1.402 0.032,0.161 0.024,0.168 -0.058,0.09 -0.117,-0.117 -0.359,-0.793 -0.399,-1.121 -0.015,-0.14 -0.05,-0.254 -0.078,-0.254 -0.027,0 -0.062,-0.09 -0.078,-0.195 -0.047,-0.313 -0.457,-1.211 -1.168,-2.57 -0.203,-0.391 -0.187,-0.453 0.028,-0.121 z m 53.918,0.218 c 0,0.012 -0.043,0.039 -0.094,0.059 -0.055,0.019 -0.082,0.012 -0.059,-0.024 0.035,-0.054 0.153,-0.082 0.153,-0.035 z m -44.438,0.313 c 0.055,0.117 0.086,0.242 0.07,0.281 -0.011,0.039 -0.066,-0.059 -0.121,-0.215 -0.117,-0.332 -0.082,-0.379 0.051,-0.066 z m -24.344,0.543 c 0.153,0.012 0.696,0.078 1.207,0.148 1,0.137 1.196,0.145 1.485,0.078 0.183,-0.047 0.183,-0.047 0.066,0.082 -0.144,0.157 -0.637,0.34 -1.367,0.504 -0.488,0.114 -0.738,0.129 -2.012,0.125 -1.351,-0.004 -2.246,-0.082 -2.133,-0.191 0.024,-0.024 0.77,-0.043 1.661,-0.043 1.265,-0.004 1.753,-0.031 2.238,-0.113 0.68,-0.118 0.808,-0.176 0.582,-0.266 -0.219,-0.086 -1.567,-0.187 -2.516,-0.191 -0.449,0 -0.82,-0.024 -0.82,-0.051 0,-0.098 0.848,-0.141 1.609,-0.082 z m -1.793,0.078 c 0.055,0.031 0.036,0.059 -0.062,0.09 -0.074,0.023 -0.164,0.015 -0.195,-0.016 -0.079,-0.074 0.148,-0.137 0.257,-0.074 z m -0.418,0.098 c -0.043,0.019 -0.113,0.019 -0.156,0 -0.043,-0.016 -0.008,-0.028 0.078,-0.028 0.086,0 0.121,0.012 0.078,0.028 z m -45.394,0.289 c -0.02,0.05 -0.047,0.089 -0.063,0.089 -0.011,0 -0.023,-0.039 -0.023,-0.089 0,-0.047 0.027,-0.09 0.058,-0.09 0.036,0 0.047,0.043 0.028,0.09 z m -0.063,0.464 c -0.07,0.77 -0.156,1.594 -0.234,2.266 -0.051,0.414 -0.109,1.059 -0.129,1.434 -0.019,0.375 -0.074,0.789 -0.121,0.918 -0.047,0.132 -0.102,0.32 -0.125,0.414 -0.023,0.113 -0.059,0.152 -0.098,0.113 -0.14,-0.133 0.532,-5.398 0.688,-5.398 0.023,0 0.031,0.113 0.019,0.253 z m 113.934,0.086 c 0.023,0.094 0.055,0.692 0.074,1.336 0.043,1.274 0.11,1.594 0.383,1.762 0.144,0.094 0.156,0.129 0.121,0.399 -0.019,0.16 -0.055,0.32 -0.074,0.355 -0.082,0.121 -1.785,1.187 -1.91,1.187 -0.117,0.004 0.183,-0.242 0.664,-0.542 0.633,-0.395 1.156,-0.813 1.156,-0.926 0,-0.047 -0.027,-0.082 -0.059,-0.082 -0.031,0 -0.074,-0.055 -0.097,-0.121 -0.047,-0.149 -0.192,-0.157 -0.27,-0.016 -0.031,0.059 -0.191,0.152 -0.359,0.211 -0.164,0.055 -0.367,0.16 -0.453,0.226 l -0.153,0.125 0.235,-0.039 c 0.129,-0.019 0.281,-0.054 0.34,-0.074 0.058,-0.019 0.023,0.043 -0.082,0.149 -0.176,0.175 -0.747,0.441 -2.907,1.359 -0.41,0.176 -1.09,0.465 -1.515,0.645 -1.985,0.843 -3.715,1.539 -3.832,1.539 -0.075,0 -0.207,0.054 -0.301,0.117 -0.227,0.164 -1.668,0.719 -1.856,0.719 -0.125,0 -0.136,-0.012 -0.074,-0.09 0.043,-0.047 0.113,-0.09 0.153,-0.09 0.043,0 0.242,-0.078 0.441,-0.172 0.203,-0.098 0.59,-0.262 0.859,-0.367 0.274,-0.106 0.539,-0.223 0.59,-0.266 0.051,-0.039 0.16,-0.09 0.246,-0.109 0.086,-0.02 0.375,-0.16 0.645,-0.309 0.269,-0.148 0.551,-0.269 0.621,-0.269 0.07,0 0.195,-0.043 0.269,-0.098 0.079,-0.051 1.067,-0.539 2.196,-1.086 1.129,-0.543 2.472,-1.211 2.98,-1.476 0.512,-0.27 1.102,-0.579 1.313,-0.688 0.207,-0.105 0.402,-0.238 0.425,-0.293 0.024,-0.055 0.051,-0.766 0.059,-1.582 0.008,-0.887 0.039,-1.508 0.074,-1.543 0.043,-0.039 0.075,-0.004 0.098,0.109 z m -34.887,0.528 c 0.055,0.113 0.09,0.207 0.074,0.207 -0.043,0 -0.23,-0.363 -0.203,-0.391 0.016,-0.015 0.071,0.07 0.129,0.184 z m -97.262,1.465 c 0.344,0.668 0.579,1.043 0.719,1.164 0.149,0.125 0.34,0.441 0.617,1.011 0.227,0.457 0.512,0.946 0.637,1.086 0.137,0.153 0.363,0.555 0.563,1.008 0.183,0.414 0.359,0.754 0.39,0.754 0.032,0 0.141,-0.176 0.239,-0.391 0.101,-0.214 0.218,-0.386 0.265,-0.386 0.113,0 0.227,0.125 0.227,0.258 0,0.199 -1.078,1.945 -1.157,1.871 -0.015,-0.016 0.071,-0.204 0.192,-0.414 0.121,-0.211 0.223,-0.422 0.223,-0.469 0,-0.192 -0.497,-1.137 -0.938,-1.785 -0.258,-0.379 -0.664,-1.012 -0.902,-1.407 -0.594,-0.972 -1.641,-3.039 -1.61,-3.175 0.016,-0.071 0.211,0.254 0.535,0.875 z m 128.543,-0.45 c -0.043,0.047 -0.136,0.102 -0.207,0.125 -0.074,0.024 -0.308,0.118 -0.519,0.211 -0.41,0.184 -0.477,0.203 -0.422,0.118 0.039,-0.063 1.063,-0.543 1.156,-0.543 0.043,0 0.039,0.031 -0.008,0.089 z m -122.066,0.246 c 0.051,0.129 0.203,0.461 0.336,0.743 0.129,0.277 0.348,0.75 0.48,1.047 0.137,0.293 0.336,0.722 0.446,0.953 0.332,0.707 1.492,2.922 1.617,3.09 0.062,0.085 0.113,0.175 0.113,0.199 0,0.086 0.887,1.34 1.914,2.711 0.7,0.925 1.821,2.289 2.922,3.554 0.903,1.032 3.055,3.02 3.762,3.477 1.359,0.883 2.586,1.547 6.187,3.367 0.391,0.195 0.903,0.434 1.141,0.524 0.234,0.089 0.668,0.277 0.965,0.418 0.293,0.136 0.715,0.312 0.93,0.382 0.218,0.071 1.371,0.442 2.562,0.821 1.223,0.39 2.219,0.742 2.285,0.808 0.121,0.11 0.121,0.114 0.004,0.114 -0.191,0 -1.879,-0.356 -2.414,-0.508 -0.269,-0.078 -0.551,-0.157 -0.617,-0.172 -0.137,-0.031 -1.707,-0.653 -2.266,-0.899 -0.191,-0.082 -0.367,-0.132 -0.386,-0.113 -0.067,0.063 -0.043,0.332 0.085,0.914 0.254,1.129 0.379,1.645 0.43,1.793 0.031,0.082 0.145,0.43 0.25,0.777 0.297,0.95 0.379,1.165 0.977,2.477 0.218,0.484 0.988,1.762 1.187,1.977 0.063,0.066 0.344,0.484 0.625,0.925 0.531,0.836 1.16,1.528 1.434,1.579 0.074,0.015 0.652,0.07 1.281,0.128 0.629,0.055 1.156,0.114 1.172,0.125 0.09,0.082 -0.191,0.102 -1.246,0.098 -0.656,-0.004 -1.227,-0.008 -1.266,-0.008 -0.043,-0.004 -0.23,-0.129 -0.418,-0.277 l -0.343,-0.27 -0.512,0.012 c -0.649,0.02 -1.832,-0.152 -2.551,-0.363 -0.316,-0.094 -0.598,-0.145 -0.648,-0.121 -0.051,0.027 -0.184,0.078 -0.293,0.117 -0.114,0.039 -0.204,0.098 -0.204,0.125 0,0.027 0.133,0.117 0.293,0.199 0.317,0.16 0.637,0.41 0.637,0.5 0,0.031 -0.109,0.125 -0.242,0.211 -0.137,0.086 -0.262,0.207 -0.281,0.27 -0.024,0.066 -0.078,0.132 -0.129,0.152 -0.129,0.047 -0.113,0.234 0.062,0.727 0.086,0.234 0.168,0.628 0.188,0.871 0.066,0.781 0.234,1.207 0.301,0.754 0.093,-0.653 0.421,-2.336 0.507,-2.598 0.094,-0.301 0.211,-0.422 0.211,-0.219 0,0.137 -0.492,3.02 -0.523,3.07 -0.07,0.106 -0.285,1.817 -0.277,2.184 0.019,0.828 0,1.145 -0.071,1.031 -0.035,-0.058 -0.09,-0.593 -0.121,-1.195 -0.035,-0.602 -0.129,-1.496 -0.211,-1.988 -0.082,-0.493 -0.168,-1.032 -0.191,-1.196 -0.024,-0.164 -0.078,-0.379 -0.117,-0.476 -0.043,-0.102 -0.098,-0.285 -0.121,-0.41 -0.024,-0.125 -0.083,-0.239 -0.129,-0.258 -0.09,-0.031 -0.465,0.148 -0.465,0.226 0,0.051 -0.465,0.184 -1.231,0.348 -0.672,0.145 -0.871,0.129 -0.379,-0.027 0.618,-0.196 1.508,-0.629 2.121,-1.028 0.333,-0.214 0.618,-0.414 0.633,-0.441 0.043,-0.063 -0.269,-0.297 -0.398,-0.297 -0.055,0 -0.305,-0.121 -0.555,-0.266 -0.246,-0.148 -0.512,-0.269 -0.582,-0.273 -0.074,0 -0.289,-0.039 -0.476,-0.086 -0.422,-0.109 -0.434,-0.109 -0.434,0 0,0.047 -0.035,0.09 -0.082,0.09 -0.106,0 -0.922,-0.547 -1.246,-0.836 -0.348,-0.309 -0.688,-0.539 -0.789,-0.539 -0.195,0 -2.133,-2.609 -2.785,-3.754 -0.149,-0.258 -0.5,-0.941 -0.782,-1.516 -0.277,-0.57 -0.586,-1.187 -0.683,-1.367 -0.184,-0.344 -0.52,-1.152 -0.735,-1.765 -0.07,-0.196 -0.242,-0.629 -0.382,-0.957 -0.207,-0.481 -0.743,-1.911 -0.743,-1.985 0,-0.012 0.028,-0.019 0.059,-0.019 0.031,0 0.078,0.062 0.102,0.136 0.097,0.313 0.48,1.121 0.527,1.121 0.074,0 0.074,-0.007 -0.059,-0.785 -0.234,-1.347 -0.226,-1.73 0.024,-1.281 0.086,0.156 0.097,0.223 0.043,0.285 -0.051,0.063 -0.047,0.215 0.015,0.617 0.043,0.293 0.129,0.86 0.188,1.254 0.098,0.653 0.152,0.817 0.601,1.825 0.477,1.074 0.821,1.714 1.289,2.39 0.301,0.438 0.481,0.789 0.446,0.883 -0.035,0.094 0.297,0.598 0.652,1 0.695,0.781 1.07,1.242 1.238,1.527 0.133,0.231 0.137,0.242 0.02,0.184 -0.152,-0.082 -0.324,-0.289 -0.645,-0.785 -0.32,-0.496 -0.378,-0.375 -0.062,0.133 0.129,0.21 0.289,0.484 0.355,0.609 0.157,0.297 1.122,1.461 1.602,1.941 0.551,0.547 1.402,1.102 1.894,1.231 0.43,0.117 2.106,0.191 2.106,0.094 0,-0.028 -0.285,-0.219 -0.637,-0.422 -0.98,-0.582 -1.41,-0.868 -2.836,-1.895 -1.34,-0.969 -2.125,-1.605 -1.754,-1.426 0.102,0.047 0.434,0.266 0.743,0.485 0.843,0.597 1.515,1.031 2.504,1.613 0.492,0.289 0.972,0.59 1.07,0.664 0.14,0.113 0.789,0.492 1.547,0.902 0.074,0.043 0.261,0.075 0.414,0.079 0.304,0 1.668,0.152 2.082,0.23 0.437,0.082 0.449,0.008 0.094,-0.48 -0.688,-0.946 -1.762,-3.008 -2.215,-4.266 -0.481,-1.324 -0.766,-2.211 -0.766,-2.371 0,-0.18 -0.152,-0.59 -0.219,-0.59 -0.097,0 0.293,1.992 0.598,3.039 0.137,0.469 0.238,0.887 0.223,0.926 -0.09,0.269 -0.551,-1.141 -0.996,-3.067 -0.137,-0.582 -0.293,-1.738 -0.336,-2.507 l -0.043,-0.684 -0.868,-0.363 c -1.121,-0.473 -1.332,-0.571 -2.257,-1.051 -1.391,-0.723 -1.746,-0.895 -1.797,-0.863 -0.047,0.027 -1.496,-0.887 -2.008,-1.266 -0.137,-0.098 -0.625,-0.457 -1.094,-0.793 -0.465,-0.34 -0.949,-0.707 -1.078,-0.824 -0.125,-0.117 -0.371,-0.313 -0.547,-0.438 -0.422,-0.3 -2.894,-2.761 -3.156,-3.14 -0.117,-0.164 -0.352,-0.457 -0.527,-0.657 -1.118,-1.265 -2.586,-3.355 -3.629,-5.167 -0.266,-0.458 -1.379,-2.61 -1.379,-2.665 0,-0.015 -0.11,-0.25 -0.242,-0.523 -0.301,-0.605 -0.747,-1.586 -0.747,-1.637 0,-0.019 -0.042,-0.117 -0.089,-0.222 -0.184,-0.379 -0.348,-0.832 -0.317,-0.864 0.02,-0.015 0.078,0.075 0.133,0.203 z m 13.57,0.348 c 0,0.082 -0.027,0.164 -0.062,0.184 -0.035,0.023 -0.059,-0.039 -0.059,-0.145 0,-0.101 0.028,-0.183 0.059,-0.183 0.035,0 0.062,0.066 0.062,0.144 z m 107.164,-0.023 c 0.036,0.054 -0.757,0.453 -0.808,0.402 -0.051,-0.051 0.094,-0.16 0.39,-0.309 0.368,-0.175 0.368,-0.175 0.418,-0.093 z m -14.168,0.293 c 0.055,0.097 0.098,0.199 0.098,0.222 0,0.063 -0.156,-0.16 -0.207,-0.293 -0.062,-0.168 0.008,-0.121 0.109,0.071 z m 13.27,0.125 c 0,0.07 -0.277,0.199 -2.07,0.957 -0.137,0.054 -0.469,0.199 -0.743,0.316 -0.691,0.297 -1.175,0.481 -4.64,1.742 -1.184,0.434 -3.274,1.11 -3.43,1.11 -0.164,0 -0.16,-0.071 0.012,-0.176 0.418,-0.254 2.601,-1.442 2.621,-1.426 0.008,0.012 -0.23,0.192 -0.535,0.399 -0.305,0.207 -0.555,0.402 -0.555,0.429 0,0.082 0.141,0.067 0.281,-0.027 0.067,-0.047 0.246,-0.125 0.403,-0.176 1.195,-0.394 4.554,-1.617 5.285,-1.926 0.105,-0.043 0.312,-0.117 0.469,-0.168 0.265,-0.086 0.425,-0.148 1.023,-0.41 0.137,-0.058 0.266,-0.109 0.289,-0.109 0.02,0 0.25,-0.094 0.508,-0.211 0.457,-0.203 0.941,-0.383 1.039,-0.383 0.023,-0.004 0.043,0.027 0.043,0.059 z m -106.301,0.011 c 0.028,0.055 0.02,0.145 -0.012,0.2 -0.078,0.136 -0.128,0.035 -0.074,-0.153 0.035,-0.125 0.051,-0.133 0.086,-0.047 z m 93.379,0.532 c 0.106,0.199 0.176,0.379 0.156,0.398 -0.019,0.016 -0.062,-0.039 -0.093,-0.125 -0.036,-0.086 -0.118,-0.266 -0.188,-0.398 -0.07,-0.133 -0.113,-0.239 -0.098,-0.239 0.016,0 0.118,0.164 0.223,0.364 z m -93.441,0.222 c 0.07,0.114 -0.016,0.403 -0.098,0.325 -0.043,-0.043 -0.047,-0.122 -0.008,-0.231 0.039,-0.113 0.074,-0.144 0.106,-0.094 z m 63.004,0.282 c 0,0.054 -0.028,0.078 -0.063,0.058 -0.031,-0.019 -0.058,-0.062 -0.058,-0.094 0,-0.031 0.027,-0.054 0.058,-0.054 0.035,0 0.063,0.039 0.063,0.09 z m -63.594,0.074 c 0.098,0.176 0.156,0.672 0.078,0.672 -0.082,0 -0.133,-0.176 -0.152,-0.524 -0.016,-0.285 -0.008,-0.301 0.074,-0.148 z m 94.394,0.101 c 0.043,0.047 0.067,0.121 0.051,0.164 -0.015,0.047 -0.055,0.024 -0.101,-0.062 -0.094,-0.164 -0.059,-0.231 0.05,-0.102 z m 0.211,0.407 c 0.047,0.074 0.215,0.367 0.375,0.656 0.16,0.289 0.317,0.523 0.344,0.523 0.098,0 0.676,0.789 0.641,0.875 -0.047,0.117 -0.102,0.102 -0.278,-0.082 -0.273,-0.285 -1.308,-2.109 -1.195,-2.109 0.016,0 0.066,0.062 0.113,0.137 z m -56.804,0.086 c 0,0.062 -0.692,0.921 -0.723,0.894 -0.031,-0.031 0.617,-0.93 0.676,-0.934 0.027,0 0.047,0.016 0.047,0.04 z m -0.618,0.058 c 0,0.027 -0.183,0.234 -0.402,0.461 -0.223,0.227 -0.402,0.395 -0.402,0.371 0,-0.051 0.683,-0.836 0.754,-0.863 0.027,-0.012 0.05,0.004 0.05,0.031 z m 57.215,0.203 c 0.039,0.067 0.059,0.153 0.047,0.192 -0.015,0.039 -0.055,-0.016 -0.094,-0.125 -0.078,-0.215 -0.054,-0.254 0.047,-0.067 z m -94.121,0.223 c 0.02,0.027 0.211,0.558 0.43,1.18 0.719,2.039 1.238,3.296 2.426,5.851 0.363,0.774 0.593,1.195 0.664,1.215 0.082,0.023 0.109,0.098 0.117,0.309 0.012,0.371 0.008,0.746 -0.012,1.144 -0.015,0.285 -0.023,0.266 -0.054,-0.18 -0.04,-0.488 -0.051,-0.527 -0.364,-0.98 -0.176,-0.262 -0.32,-0.508 -0.32,-0.547 0,-0.125 -0.231,-0.586 -0.375,-0.746 l -0.133,-0.148 0.043,0.175 c 0.02,0.098 0.121,0.285 0.223,0.418 0.152,0.2 0.168,0.246 0.086,0.262 -0.118,0.023 -0.184,-0.055 -0.817,-0.977 -0.488,-0.71 -0.672,-0.984 -1.203,-1.793 -0.523,-0.792 -1.246,-2.023 -1.551,-2.64 -0.363,-0.735 -0.379,-1.039 -0.023,-0.41 0.41,0.726 1.816,2.976 2.078,3.32 0.274,0.363 0.606,0.836 0.766,1.09 0.097,0.152 0.285,0.23 0.285,0.113 0,-0.027 -0.164,-0.41 -0.363,-0.851 -0.985,-2.18 -2.047,-5.106 -2.047,-5.645 0,-0.191 0.074,-0.273 0.144,-0.16 z m -16.125,0.418 c 0.242,0.187 0.758,0.605 1.145,0.93 0.386,0.324 0.953,0.773 1.258,0.996 0.304,0.222 0.628,0.468 0.714,0.547 0.086,0.078 0.539,0.394 1.004,0.707 0.465,0.308 0.832,0.574 0.821,0.585 -0.016,0.016 -0.172,-0.066 -0.356,-0.179 -1.105,-0.696 -1.133,-0.602 -0.07,0.262 0.472,0.382 1.094,0.867 1.383,1.078 1.601,1.172 2.054,1.523 1.668,1.293 -1.317,-0.778 -1.871,-1.067 -2.047,-1.063 -0.266,0 -1.055,0.52 -2.532,1.676 -0.253,0.199 -0.585,0.426 -0.742,0.504 -0.297,0.152 -2.328,2.058 -2.906,2.726 -0.187,0.215 -0.746,0.821 -1.238,1.344 -1.188,1.258 -1.606,1.746 -1.711,1.988 -0.141,0.329 -0.153,0.184 -0.016,-0.207 0.102,-0.297 0.266,-0.519 0.922,-1.257 0.438,-0.493 1.063,-1.168 1.387,-1.5 0.414,-0.426 0.594,-0.653 0.594,-0.754 0,-0.086 0.035,-0.141 0.089,-0.137 0.047,0.008 0.446,-0.328 0.883,-0.738 1.11,-1.039 2.238,-1.996 2.535,-2.141 0.137,-0.066 0.496,-0.34 0.797,-0.605 0.305,-0.266 0.77,-0.625 1.032,-0.793 0.265,-0.172 0.48,-0.344 0.48,-0.379 0,-0.039 -0.078,-0.102 -0.172,-0.145 -0.641,-0.281 -2.934,-2.16 -5.074,-4.156 -0.504,-0.469 -0.887,-0.93 -0.774,-0.93 0.02,0 0.172,0.082 0.336,0.18 0.168,0.098 0.321,0.18 0.336,0.18 0.02,0 -0.023,-0.082 -0.097,-0.18 -0.071,-0.098 -0.121,-0.176 -0.114,-0.176 0.012,0.004 0.223,0.156 0.465,0.344 z m 110.559,0.047 c 0.176,0.398 0.469,1.191 0.555,1.508 0.046,0.175 0.113,0.277 0.218,0.324 0.082,0.035 0.153,0.101 0.153,0.144 0,0.133 -0.219,0.43 -0.418,0.575 -0.106,0.074 -0.395,0.285 -0.645,0.468 -0.769,0.563 -1.297,0.899 -1.371,0.875 -0.039,-0.011 -0.004,-0.058 0.082,-0.101 0.324,-0.164 1.906,-1.481 1.953,-1.629 0.047,-0.149 -0.25,-1.231 -0.512,-1.86 -0.23,-0.546 -0.242,-0.812 -0.015,-0.304 z m -96.535,0.011 c 0.015,0.028 0.004,0.09 -0.028,0.137 -0.043,0.067 -0.054,0.055 -0.058,-0.047 0,-0.14 0.031,-0.172 0.086,-0.09 z m 66.398,1.645 c 0.047,0.187 0.066,0.379 0.051,0.418 -0.016,0.039 -0.031,0.012 -0.035,-0.066 -0.004,-0.075 -0.035,-0.192 -0.071,-0.254 -0.035,-0.067 -0.058,-0.192 -0.046,-0.282 0.019,-0.125 0.043,-0.078 0.101,0.184 z m -25.441,0.117 c -0.641,0.625 -2.832,2.086 -4.317,2.887 -0.621,0.332 -0.676,0.457 -0.23,0.512 0.152,0.015 0.402,0.093 0.554,0.171 0.317,0.161 2.262,1.403 3.008,1.922 0.477,0.332 1.035,0.891 0.895,0.891 -0.039,0 -0.258,-0.082 -0.485,-0.184 -0.23,-0.101 -0.617,-0.265 -0.867,-0.363 -0.246,-0.101 -0.445,-0.207 -0.445,-0.234 0,-0.074 0.246,-0.071 0.484,0.011 0.555,0.188 0.121,-0.199 -0.734,-0.648 -0.188,-0.098 -0.633,-0.359 -0.988,-0.578 -0.668,-0.41 -1.239,-0.625 -2.004,-0.762 l -0.406,-0.07 -0.778,0.383 c -0.426,0.211 -0.847,0.437 -0.937,0.507 l -0.164,0.125 0.254,0.309 c 0.269,0.332 0.539,0.844 0.73,1.406 0.063,0.192 0.168,0.375 0.23,0.407 0.106,0.054 0.106,0.07 0.02,0.16 -0.086,0.09 -0.07,0.168 0.133,0.801 0.199,0.632 0.215,0.714 0.137,0.855 -0.086,0.156 -0.872,0.684 -1.375,0.93 -0.145,0.07 -0.305,0.16 -0.356,0.203 -0.125,0.101 -1.355,0.472 -1.406,0.426 -0.063,-0.063 0.051,-0.129 0.476,-0.274 0.223,-0.074 0.559,-0.211 0.743,-0.301 0.418,-0.203 1.273,-0.781 1.496,-1.011 0.152,-0.161 0.156,-0.188 0.097,-0.477 -0.035,-0.168 -0.086,-0.305 -0.117,-0.305 -0.027,0 -0.051,-0.086 -0.051,-0.187 0,-0.242 -0.656,-1.524 -1.007,-1.977 -0.336,-0.429 -0.692,-0.707 -0.911,-0.707 -0.097,0 -0.285,0.086 -0.441,0.2 -0.148,0.113 -0.391,0.261 -0.535,0.332 -0.145,0.07 -0.262,0.14 -0.262,0.152 0,0.031 0.18,0.457 0.32,0.75 0.344,0.73 0.395,0.793 0.704,0.953 0.328,0.164 0.789,0.324 1.132,0.395 0.121,0.023 0.184,0.062 0.153,0.093 -0.121,0.117 -1.16,-0.226 -2.203,-0.73 -0.457,-0.223 -0.704,-0.387 -0.977,-0.66 -0.207,-0.203 -0.398,-0.418 -0.434,-0.481 -0.054,-0.097 -0.043,-0.105 0.09,-0.074 0.176,0.043 0.375,-0.047 1.016,-0.461 0.246,-0.16 0.664,-0.43 0.926,-0.598 0.265,-0.171 0.703,-0.48 0.976,-0.687 0.27,-0.207 0.637,-0.477 0.813,-0.602 0.426,-0.3 1.843,-1.507 2.832,-2.398 0.441,-0.402 0.828,-0.727 0.859,-0.727 0.125,0 -2.047,2.082 -2.527,2.418 -0.137,0.094 -0.317,0.246 -0.403,0.336 -0.082,0.086 -0.453,0.41 -0.824,0.715 -0.492,0.406 -0.648,0.57 -0.597,0.621 0.07,0.067 0.082,0.063 0.898,-0.394 0.203,-0.114 0.426,-0.239 0.492,-0.274 0.07,-0.039 0.363,-0.168 0.653,-0.289 0.289,-0.121 0.636,-0.293 0.773,-0.383 0.133,-0.093 0.637,-0.39 1.113,-0.66 1.098,-0.633 1.539,-0.914 2.524,-1.613 0.437,-0.313 0.859,-0.606 0.933,-0.656 0.074,-0.051 0.262,-0.192 0.418,-0.313 0.153,-0.125 0.297,-0.226 0.313,-0.226 0.019,0 -0.168,0.195 -0.414,0.433 z m -8.125,4.543 c -0.114,0.11 -0.09,0.145 0.16,0.293 0.125,0.078 0.363,0.258 0.523,0.402 0.164,0.145 0.297,0.247 0.297,0.227 0,-0.156 -0.398,-0.762 -0.57,-0.867 -0.235,-0.145 -0.305,-0.156 -0.41,-0.055 z m -2.102,1.379 c -0.058,0.066 -0.051,0.106 0.035,0.176 0.153,0.129 0.61,0.347 0.653,0.308 0.015,-0.019 -0.02,-0.144 -0.078,-0.281 -0.063,-0.137 -0.129,-0.297 -0.149,-0.355 -0.035,-0.098 -0.055,-0.102 -0.215,-0.02 -0.094,0.047 -0.207,0.125 -0.246,0.172 z m 0.332,0.57 c 0.145,0.129 0.524,0.313 0.524,0.262 0,-0.074 -0.375,-0.309 -0.493,-0.309 -0.054,0 -0.066,0.02 -0.031,0.047 z m 35.551,-5.793 c 0.059,0.18 0.105,0.368 0.105,0.418 0.004,0.051 0.047,0.203 0.098,0.332 0.274,0.692 0.531,1.86 0.734,3.348 0.254,1.824 0.305,2.418 0.305,3.434 l 0,0.98 -0.379,0.344 c -1.422,1.293 -3.16,2.48 -5.121,3.492 -0.691,0.359 -2.316,1.277 -2.445,1.383 -0.051,0.047 -0.156,0.066 -0.231,0.047 -0.082,-0.024 -0.355,0.051 -0.707,0.187 -0.59,0.231 -1.402,0.512 -1.465,0.508 -0.085,-0.008 0.391,-0.219 1.2,-0.539 1.793,-0.711 2.593,-1.133 3.41,-1.797 0.531,-0.433 1.324,-1.234 1.769,-1.797 0.145,-0.183 0.43,-0.531 0.637,-0.769 0.641,-0.75 0.664,-0.782 0.629,-0.817 -0.016,-0.015 -0.102,0.016 -0.191,0.071 -0.086,0.054 -0.192,0.086 -0.235,0.07 -0.047,-0.016 0.235,-0.32 0.692,-0.746 0.425,-0.395 0.761,-0.735 0.742,-0.75 -0.016,-0.016 -0.297,0.152 -0.617,0.383 -0.325,0.226 -0.621,0.41 -0.664,0.414 -0.211,0.004 0.003,-0.231 0.687,-0.754 0.242,-0.188 0.633,-0.531 0.867,-0.766 0.418,-0.41 0.43,-0.418 0.473,-0.273 0.027,0.082 0.051,0.226 0.055,0.316 0.003,0.199 -0.567,1.227 -0.957,1.723 -0.149,0.183 -0.286,0.398 -0.305,0.48 -0.067,0.25 -0.59,0.836 -1.516,1.699 -1.265,1.172 -1.234,1.266 0.106,0.333 1.019,-0.708 2.109,-1.559 2.754,-2.149 l 0.57,-0.519 -0.016,-0.54 c -0.05,-1.464 -0.183,-2.734 -0.449,-4.273 -0.117,-0.66 -0.184,-1.004 -0.43,-2.184 -0.191,-0.914 -0.265,-1.371 -0.234,-1.496 0.016,-0.082 0.059,-0.015 0.129,0.207 z m 9.961,-0.195 c 0.023,0.024 0.039,0.082 0.039,0.133 -0.004,0.078 -0.016,0.078 -0.066,-0.012 -0.067,-0.113 -0.051,-0.195 0.027,-0.121 z m 0.996,2.008 c 1.469,2.805 1.934,3.668 2.121,3.961 0.106,0.164 0.418,0.687 0.695,1.168 0.895,1.543 0.926,1.59 1.375,2.191 0.258,0.344 0.274,0.379 0.153,0.379 -0.043,0 -0.16,-0.109 -0.262,-0.238 -0.102,-0.133 -0.227,-0.254 -0.281,-0.27 -0.055,-0.019 -0.192,-0.215 -0.301,-0.433 -0.109,-0.219 -0.402,-0.739 -0.652,-1.149 -1.028,-1.711 -3.7,-6.883 -3.602,-6.972 0.012,-0.016 0.352,0.601 0.754,1.363 z m -90.336,-1.348 c 0.574,0.094 1.258,0.477 1.551,0.867 0.289,0.387 0.211,0.387 -0.215,0 -0.652,-0.589 -1.387,-0.832 -2.063,-0.683 -0.312,0.07 -0.339,0.047 -0.062,-0.067 0.25,-0.101 0.586,-0.152 0.789,-0.117 z m 96.477,0.274 c 0.035,0.039 0.195,0.308 0.359,0.597 0.164,0.285 0.32,0.524 0.348,0.524 0.027,0 0.207,0.261 0.398,0.582 0.328,0.547 1.457,2.328 1.809,2.855 0.269,0.403 0.718,0.926 0.793,0.926 0.043,0 0.461,-0.25 0.937,-0.555 1.203,-0.765 1.508,-0.949 1.551,-0.91 0.047,0.047 -0.211,0.246 -0.984,0.766 -1.118,0.758 -1.235,0.84 -1.235,0.89 0,0.028 0.043,0.047 0.094,0.047 0.133,0 1.773,-0.539 3.027,-1 0.578,-0.211 1.18,-0.422 1.332,-0.468 0.153,-0.043 0.387,-0.137 0.524,-0.204 0.133,-0.066 0.34,-0.136 0.461,-0.156 0.191,-0.031 1.785,-0.566 2.222,-0.746 0.082,-0.035 0.16,-0.051 0.172,-0.035 0.031,0.027 -0.273,0.152 -1.648,0.668 -0.594,0.223 -1.125,0.441 -1.176,0.484 -0.055,0.043 -0.223,0.121 -0.371,0.172 -0.152,0.051 -0.36,0.129 -0.461,0.176 -0.289,0.129 -1.449,0.547 -2.57,0.926 -0.817,0.277 -1.121,0.41 -1.532,0.683 -0.371,0.243 -0.57,0.336 -0.718,0.336 -0.114,0 -0.274,0.051 -0.352,0.114 -0.961,0.726 -2.727,1.625 -3.199,1.621 -0.156,0 -0.152,-0.008 0.082,-0.137 0.137,-0.074 0.371,-0.18 0.523,-0.238 0.41,-0.149 1.344,-0.676 1.989,-1.114 0.648,-0.445 0.64,-0.41 0.269,-1.203 -0.117,-0.254 -0.215,-0.5 -0.215,-0.551 0,-0.093 -0.07,-0.222 -0.785,-1.46 -0.543,-0.938 -1.812,-3.442 -1.812,-3.575 0,-0.109 0.086,-0.121 0.168,-0.015 z m 1.425,2.867 c 0.793,1.43 1.164,2.039 1.293,2.121 0.184,0.117 0.239,0.07 0.141,-0.113 -0.082,-0.153 -1.215,-1.965 -1.469,-2.352 -0.254,-0.383 -0.23,-0.129 0.035,0.344 z m 1.871,2.883 c 0,0.015 0.028,0.043 0.059,0.062 0.035,0.02 0.063,0.008 0.063,-0.027 0,-0.035 -0.028,-0.063 -0.063,-0.063 -0.031,0 -0.059,0.012 -0.059,0.028 z m -0.019,0.425 c -0.066,0.067 0.031,0.204 0.141,0.204 0.062,0 0.175,-0.051 0.257,-0.118 l 0.145,-0.117 -0.25,0 c -0.141,-0.004 -0.27,0.012 -0.293,0.031 z m -102.332,-4.382 c 0.016,0.507 0.101,1.343 0.191,1.898 0.309,1.902 0.332,2.063 0.313,2.082 -0.012,0.012 -0.074,-0.008 -0.141,-0.043 -0.086,-0.047 -0.14,-0.172 -0.187,-0.437 -0.196,-1.075 -0.27,-1.715 -0.289,-2.5 -0.012,-0.477 -0.039,-0.981 -0.063,-1.118 -0.047,-0.277 0.012,-0.796 0.09,-0.796 0.027,0 0.066,0.41 0.086,0.914 z m 63.328,0.066 c 0.359,0.125 0.797,0.391 1.07,0.66 0.223,0.215 0.59,0.832 0.59,0.992 0,0.133 -0.121,0.039 -0.301,-0.23 -0.476,-0.719 -1.394,-1.324 -2.003,-1.324 -0.411,0 -0.629,0.129 -0.848,0.492 -0.145,0.246 -0.184,0.285 -0.188,0.172 0,-0.207 0.176,-0.528 0.383,-0.696 0.16,-0.128 0.242,-0.148 0.629,-0.144 0.242,0 0.543,0.035 0.668,0.078 z m -0.73,0.797 c 0.191,0.129 0.253,0.148 0.347,0.094 0.235,-0.141 0.918,0.144 1.071,0.449 0.054,0.117 0.136,0.172 0.292,0.191 0.149,0.02 0.223,0.067 0.239,0.145 0.019,0.101 -0.008,0.109 -0.356,0.07 -0.507,-0.055 -1.152,-0.297 -1.476,-0.551 -0.442,-0.351 -0.543,-0.691 -0.117,-0.398 z m 0.617,0.348 c 0.176,0.148 0.351,0.195 0.351,0.089 0,-0.086 -0.258,-0.242 -0.398,-0.238 -0.113,0 -0.11,0.016 0.047,0.149 z m 48.875,-0.336 c -0.086,0.074 -1.09,0.437 -1.121,0.402 -0.016,-0.016 0.129,-0.082 0.324,-0.152 0.191,-0.071 0.41,-0.168 0.48,-0.215 0.141,-0.094 0.418,-0.125 0.317,-0.035 z m -50.192,0.57 c 0,0.066 -0.695,2.016 -0.867,2.426 -0.074,0.179 -0.164,0.39 -0.195,0.472 -0.102,0.25 -0.121,0.09 -0.024,-0.187 0.051,-0.149 0.164,-0.535 0.254,-0.859 0.184,-0.688 0.832,-2.129 0.832,-1.852 z m 0.532,0.496 c -0.118,0.156 -0.422,0.699 -0.684,1.203 -0.262,0.504 -0.488,0.906 -0.504,0.891 -0.043,-0.039 0.692,-1.508 0.984,-1.973 0.141,-0.223 0.29,-0.406 0.332,-0.406 0.047,0 -0.007,0.121 -0.128,0.285 z m -10.586,0.02 c 0.136,0.023 0.527,0.078 0.867,0.117 0.672,0.078 0.996,0.207 0.371,0.148 -0.203,-0.019 -0.676,-0.062 -1.051,-0.097 -0.945,-0.086 -1.09,-0.11 -1.051,-0.176 0.043,-0.067 0.512,-0.063 0.864,0.008 z m -42.649,0.488 c -0.57,0.246 -0.98,0.441 -1.113,0.527 -0.082,0.055 -0.293,0.149 -0.461,0.203 -0.309,0.098 -3.164,1.45 -3.672,1.739 -1.426,0.808 -3.816,2.625 -4.93,3.75 -0.519,0.527 -0.781,0.851 -1.117,1.398 -0.242,0.391 -0.496,0.859 -0.566,1.039 -0.074,0.18 -0.203,0.461 -0.293,0.629 l -0.16,0.297 0.031,-0.25 c 0.02,-0.137 0.137,-0.52 0.258,-0.848 0.187,-0.504 0.273,-0.648 0.543,-0.914 0.172,-0.176 0.386,-0.414 0.472,-0.535 0.832,-1.176 2.051,-2.293 4.145,-3.797 1.555,-1.121 3.344,-2.125 4.723,-2.652 0.918,-0.352 1.906,-0.66 2.101,-0.656 l 0.195,0.003 -0.156,0.067 z m 72.891,0.078 c 0.023,0.059 -0.063,0.195 -0.227,0.367 -0.285,0.301 -1.133,0.977 -1.222,0.977 -0.172,0 0.007,-0.223 0.605,-0.758 0.77,-0.691 0.793,-0.707 0.844,-0.586 z m -37.301,-0.051 c 0.023,0.02 0.039,0.192 0.039,0.375 0,0.184 0.043,0.492 0.094,0.68 0.051,0.191 0.094,0.367 0.094,0.398 0,0.028 -0.204,0.035 -0.45,0.02 -0.41,-0.031 -0.73,0.015 -1.367,0.199 -0.07,0.02 -0.101,0.008 -0.078,-0.027 0.067,-0.106 0.906,-0.387 1.27,-0.426 0.297,-0.031 0.343,-0.051 0.332,-0.156 -0.106,-0.832 -0.082,-1.207 0.066,-1.063 z m 6.578,0.164 c 0.094,0.078 0.156,0.16 0.137,0.176 -0.02,0.02 -0.113,-0.043 -0.211,-0.141 -0.215,-0.214 -0.168,-0.238 0.074,-0.035 z m 12.852,0.266 c 0,0.09 -0.098,0.293 -0.219,0.457 -0.332,0.445 -0.445,0.644 -0.832,1.492 -0.195,0.43 -0.395,0.824 -0.441,0.875 -0.051,0.055 -0.25,0.445 -0.45,0.867 -0.199,0.426 -0.574,1.2 -0.839,1.727 -0.637,1.269 -0.836,1.699 -0.836,1.797 0,0.261 2.156,2.25 3.476,3.203 0.317,0.23 0.594,0.453 0.617,0.496 0.028,0.043 0.223,0.152 0.434,0.246 0.215,0.09 0.355,0.18 0.312,0.191 -0.187,0.063 -1.472,-0.437 -2.41,-0.937 -0.402,-0.215 -0.758,-0.363 -0.863,-0.363 -0.133,0 -0.356,-0.118 -0.754,-0.403 -0.926,-0.656 -1.312,-0.91 -1.375,-0.91 -0.082,0 -0.258,0.406 -0.207,0.481 0.02,0.031 0.109,0.054 0.199,0.054 0.266,0 1.278,0.582 1.621,0.934 0.172,0.172 0.453,0.391 0.629,0.484 0.176,0.09 0.446,0.309 0.602,0.485 0.164,0.183 0.449,0.406 0.687,0.535 0.606,0.328 0.992,0.734 1.321,1.394 0.152,0.313 0.336,0.758 0.41,0.996 0.137,0.438 0.281,0.645 0.34,0.489 0.082,-0.231 0.214,-0.926 0.281,-1.457 0.094,-0.774 0.113,-0.867 0.187,-0.867 0.086,0 0.071,0.48 -0.031,1.105 -0.051,0.297 -0.121,0.754 -0.16,1.016 -0.039,0.261 -0.094,0.574 -0.125,0.687 -0.152,0.582 -1.164,1.887 -2.387,3.082 -1.226,1.195 -2.156,1.957 -3.238,2.645 -0.492,0.312 -0.969,0.617 -1.059,0.675 -0.089,0.059 -0.218,0.094 -0.289,0.075 -0.078,-0.02 -0.312,0.054 -0.59,0.183 -0.668,0.313 -1.382,0.578 -1.64,0.617 l -0.227,0.036 0.184,-0.188 0.18,-0.187 -0.161,0 c -0.089,0 -0.394,0.05 -0.675,0.117 -0.563,0.129 -0.727,0.148 -0.637,0.07 0.031,-0.027 0.226,-0.082 0.43,-0.125 1.195,-0.234 1.988,-0.676 2.597,-1.437 0.336,-0.426 0.395,-0.539 0.461,-0.875 0.047,-0.258 0.039,-0.293 -0.105,-0.422 -0.149,-0.133 -0.149,-0.149 -0.055,-0.25 0.055,-0.059 0.102,-0.137 0.102,-0.172 0,-0.035 0.043,-0.082 0.097,-0.102 0.078,-0.027 0.063,-0.066 -0.093,-0.191 -0.102,-0.082 -0.188,-0.207 -0.188,-0.27 0,-0.109 0.02,-0.105 0.289,0.047 0.156,0.09 0.473,0.223 0.695,0.297 0.223,0.07 0.399,0.152 0.387,0.184 -0.008,0.027 0.09,0.062 0.219,0.078 0.199,0.027 0.238,0.055 0.254,0.195 0.015,0.125 -0.059,0.258 -0.301,0.555 -0.176,0.211 -0.344,0.387 -0.371,0.387 -0.063,0 -0.379,0.429 -0.344,0.464 0.078,0.075 1.137,-0.629 1.824,-1.207 0.219,-0.183 0.418,-0.336 0.442,-0.336 0.054,0 0.699,-0.785 1.09,-1.328 0.308,-0.429 0.324,-0.593 0.027,-0.32 -0.113,0.102 -0.273,0.176 -0.434,0.199 -0.312,0.039 -0.328,-0.035 -0.066,-0.324 0.101,-0.109 0.184,-0.262 0.184,-0.332 0,-0.109 -0.063,-0.074 -0.387,0.23 -0.391,0.372 -0.926,0.747 -1.375,0.965 -0.305,0.149 -1.254,0.239 -1.449,0.137 -0.204,-0.105 -0.157,-0.199 0.074,-0.148 0.109,0.023 0.344,0.043 0.523,0.039 0.746,-0.02 2.016,-0.918 2.563,-1.821 0.144,-0.238 0.273,-0.39 0.312,-0.367 0.043,0.027 0.055,0.199 0.028,0.508 -0.071,0.875 0.175,0.644 0.683,-0.645 0.192,-0.492 0.227,-0.664 0.227,-1.035 0,-0.465 -0.153,-1.047 -0.387,-1.48 -0.066,-0.125 -0.195,-0.403 -0.285,-0.621 -0.184,-0.45 -0.902,-1.598 -1.281,-2.051 -0.34,-0.402 -0.516,-0.551 -0.883,-0.731 -0.172,-0.086 -0.356,-0.207 -0.41,-0.277 -0.075,-0.086 -0.176,-0.125 -0.371,-0.129 -0.395,-0.008 -0.352,0.133 0.109,0.371 0.578,0.293 0.836,0.793 0.852,1.645 0.003,0.187 -0.008,0.34 -0.028,0.34 -0.015,0 -0.094,-0.215 -0.168,-0.477 -0.074,-0.266 -0.23,-0.621 -0.344,-0.793 -0.226,-0.34 -0.683,-0.793 -0.804,-0.793 -0.082,0 -0.418,0.719 -0.731,1.555 -0.109,0.297 -0.265,0.672 -0.347,0.828 -0.133,0.258 -0.141,0.324 -0.086,0.574 0.043,0.188 0.043,0.422 0.004,0.695 -0.102,0.684 -0.051,0.641 -0.668,0.594 -0.516,-0.035 -1.09,-0.168 -1.211,-0.277 -0.082,-0.07 -0.035,-0.067 0.375,0.039 0.199,0.051 0.547,0.09 0.777,0.09 0.348,0 0.426,-0.02 0.481,-0.117 0.085,-0.153 0.082,-0.86 -0.004,-0.942 -0.039,-0.039 -0.161,-0.054 -0.282,-0.035 -0.129,0.02 -0.207,0.008 -0.207,-0.031 0,-0.035 0.102,-0.071 0.231,-0.082 0.215,-0.02 0.23,-0.035 0.316,-0.317 0.047,-0.164 0.153,-0.476 0.231,-0.687 0.168,-0.469 1.496,-3.41 1.582,-3.508 0.078,-0.094 0.48,-1.016 0.547,-1.246 0.086,-0.313 0.164,-0.477 1.531,-3.199 1.203,-2.399 1.883,-3.699 1.98,-3.785 0.098,-0.086 0.106,-0.079 0.106,0.07 z m -3.934,7.949 c -0.101,0.215 -0.168,0.422 -0.152,0.465 0.047,0.121 0.949,0.742 1.582,1.09 1.449,0.797 2.433,1.203 1.828,0.754 -0.758,-0.563 -1.586,-1.305 -2.227,-1.992 -0.402,-0.43 -0.757,-0.766 -0.789,-0.747 -0.035,0.02 -0.144,0.211 -0.242,0.43 z m 5.137,7.102 c -0.02,0.097 -0.152,0.347 -0.293,0.562 -0.258,0.379 -0.34,0.582 -0.168,0.414 0.277,-0.269 0.648,-0.894 0.648,-1.094 0.004,-0.171 -0.144,-0.078 -0.187,0.118 z m -6.5,4.761 c -0.047,0.106 -0.172,0.36 -0.285,0.567 -0.11,0.207 -0.18,0.375 -0.157,0.375 0.079,0 1.125,-1.039 1.094,-1.086 -0.015,-0.027 -0.152,-0.051 -0.301,-0.051 -0.246,0 -0.277,0.02 -0.351,0.195 z m -6.512,-19.218 c 0.551,0.343 1.41,1.058 2.067,1.718 0.648,0.653 0.925,0.887 2.394,2.047 0.551,0.434 1.027,0.832 1.055,0.883 0.105,0.18 0.648,0.566 0.797,0.566 0.132,0 0.144,0.012 0.086,0.118 -0.067,0.121 -0.075,0.117 -0.297,-0.051 -0.125,-0.094 -0.41,-0.289 -0.633,-0.442 -0.219,-0.148 -0.621,-0.449 -0.895,-0.664 -0.734,-0.593 -0.75,-0.554 -0.093,0.262 0.613,0.766 0.929,1.219 0.929,1.336 0,0.059 -0.027,0.098 -0.058,0.086 -0.141,-0.047 -0.957,-0.863 -1.258,-1.258 -0.481,-0.629 -0.484,-0.664 -0.027,-0.199 0.226,0.23 0.425,0.402 0.449,0.379 0.019,-0.02 -0.168,-0.262 -0.418,-0.535 -0.25,-0.274 -0.653,-0.727 -0.895,-1.008 -0.523,-0.602 -2.16,-2.277 -2.304,-2.356 -0.125,-0.066 -1.305,-1.046 -1.305,-1.082 0,-0.05 0.039,-0.031 0.406,0.2 z m -1.765,0.086 c 0.757,0.207 1.175,0.367 1.273,0.476 0.113,0.121 0.113,0.125 -0.008,0.09 -0.48,-0.141 -1.578,-0.551 -1.578,-0.594 0,-0.054 0.027,-0.054 0.313,0.028 z m 57.894,0.105 c -0.117,0.063 -0.262,0.113 -0.316,0.117 -0.055,0 -0.133,0.039 -0.172,0.086 -0.039,0.043 -0.149,0.098 -0.239,0.113 -0.093,0.016 -0.238,0.051 -0.324,0.075 -0.347,0.097 -0.004,-0.09 0.539,-0.293 0.621,-0.235 0.856,-0.282 0.512,-0.098 z m -86.371,0.031 c 0.047,0.121 -0.027,1.903 -0.098,2.328 -0.035,0.204 -0.05,-0.125 -0.058,-1.027 -0.004,-0.832 0.015,-1.34 0.054,-1.363 0.036,-0.02 0.082,0.008 0.102,0.062 z m 84.516,0.645 c 0,0.027 -0.184,0.113 -0.711,0.344 -0.387,0.168 -2.532,0.89 -4.055,1.367 -2.117,0.66 -2.106,0.652 -2.844,0.929 -0.597,0.227 -1.652,0.571 -1.742,0.571 -0.027,0 -0.051,-0.024 -0.051,-0.055 0,-0.062 0.168,-0.125 0.961,-0.355 0.34,-0.098 0.84,-0.258 1.113,-0.356 1.383,-0.496 2.122,-0.754 2.286,-0.793 0.105,-0.027 0.808,-0.265 1.566,-0.531 0.762,-0.266 1.422,-0.481 1.469,-0.481 0.051,0 0.461,-0.132 0.91,-0.293 0.949,-0.335 1.098,-0.386 1.098,-0.347 z m -57.094,0.066 c 0,0.055 -0.184,0.082 -0.215,0.031 -0.023,-0.031 0.02,-0.054 0.09,-0.054 0.07,0 0.125,0.008 0.125,0.023 z m -26.391,1.141 c 0.106,0.312 0.313,1.402 0.274,1.441 -0.02,0.02 -0.102,-0.269 -0.328,-1.187 -0.122,-0.492 -0.086,-0.664 0.054,-0.254 z m 18.934,-0.027 c 0.199,0.097 0.402,0.207 0.449,0.246 0.211,0.168 -0.02,0.234 -0.289,0.082 -0.086,-0.047 -0.301,-0.153 -0.481,-0.235 -0.175,-0.082 -0.324,-0.179 -0.324,-0.211 0,-0.117 0.274,-0.066 0.645,0.118 z m 18.156,0.027 c 0,0.031 -0.023,0.101 -0.059,0.148 -0.031,0.051 -0.058,0.063 -0.058,0.032 0,-0.032 0.027,-0.102 0.058,-0.149 0.036,-0.051 0.059,-0.062 0.059,-0.031 z m -0.219,0.527 c -0.019,0.059 -0.054,0.09 -0.074,0.071 -0.019,-0.016 0,-0.067 0.043,-0.106 0.059,-0.059 0.066,-0.051 0.031,0.035 z m 36.36,0.188 c 0.093,0.113 0.172,0.242 0.172,0.289 0,0.047 0.082,0.195 0.183,0.332 0.188,0.246 0.246,0.41 0.121,0.336 -0.136,-0.082 -0.785,-1.164 -0.695,-1.164 0.027,0 0.125,0.093 0.219,0.207 z m -46.125,0.519 c 1.394,0.43 2.168,0.723 3.082,1.168 0.918,0.446 0.961,0.469 2.363,1.348 0.344,0.215 0.707,0.433 0.805,0.48 0.101,0.051 0.281,0.184 0.402,0.293 0.32,0.289 0.731,0.477 0.875,0.403 0.063,-0.036 0.254,-0.344 0.422,-0.696 0.168,-0.347 0.324,-0.617 0.344,-0.597 0.019,0.019 -0.078,0.277 -0.215,0.57 -0.141,0.293 -0.254,0.547 -0.254,0.566 0,0.02 -0.152,0.356 -0.336,0.743 -0.18,0.39 -0.391,0.839 -0.465,1.003 -0.172,0.379 -0.289,0.637 -0.406,0.883 -0.406,0.871 -0.719,1.719 -0.707,1.93 0.004,0.098 0.004,0.195 0,0.219 -0.008,0.058 -0.809,-0.711 -0.809,-0.778 0,-0.097 -0.195,-0.136 -0.289,-0.058 -0.168,0.133 -0.265,0.398 -0.308,0.824 -0.043,0.469 -0.153,0.5 -0.161,0.043 -0.003,-0.211 -0.031,-0.277 -0.117,-0.301 -0.285,-0.07 -0.222,-0.679 0.149,-1.41 0.351,-0.687 1.269,-1.441 1.761,-1.437 0.157,0 0.141,0.015 -0.144,0.175 -0.609,0.336 -1.371,1.301 -1.481,1.871 -0.023,0.122 -0.027,0.223 -0.011,0.223 0.015,0 0.156,-0.07 0.312,-0.152 0.266,-0.145 0.293,-0.149 0.434,-0.059 0.097,0.063 0.14,0.137 0.121,0.207 -0.035,0.133 0.301,0.52 0.398,0.461 0.035,-0.019 0.118,-0.191 0.176,-0.383 0.063,-0.187 0.262,-0.679 0.442,-1.09 0.179,-0.41 0.328,-0.781 0.328,-0.824 0,-0.176 -0.223,-0.023 -0.399,0.27 -0.101,0.176 -0.211,0.316 -0.242,0.316 -0.074,0 -0.016,-0.137 0.227,-0.5 0.55,-0.824 0.968,-1.535 0.968,-1.644 0,-0.032 -0.132,-0.137 -0.293,-0.235 -2.117,-1.269 -2.636,-1.535 -3.66,-1.879 -0.289,-0.097 -0.574,-0.203 -0.64,-0.234 -0.411,-0.215 -0.813,0.945 -0.973,2.816 -0.031,0.379 -0.059,0.75 -0.063,0.825 0,0.078 -0.027,0.125 -0.062,0.101 -0.129,-0.078 -0.031,-1.371 0.211,-2.687 0.047,-0.266 0.105,-0.645 0.129,-0.844 l 0.043,-0.367 -0.344,-0.188 c -0.191,-0.101 -0.434,-0.187 -0.539,-0.187 l -0.195,0 0.019,1.57 c 0.008,0.863 0.008,1.594 0,1.629 -0.004,0.031 -0.039,-0.008 -0.074,-0.09 -0.035,-0.082 -0.078,-0.832 -0.098,-1.66 -0.019,-0.832 -0.058,-1.527 -0.086,-1.543 -0.023,-0.016 -0.5,-0.125 -1.054,-0.242 -0.93,-0.199 -1.34,-0.317 -1.11,-0.321 0.352,-0.007 2.832,0.575 3.813,0.895 0.57,0.188 0.711,0.215 0.711,0.129 0,-0.121 -2.114,-1.082 -3.188,-1.445 -0.461,-0.157 -0.476,-0.168 -0.246,-0.168 0.137,0 0.328,0.027 0.434,0.058 z m 9.336,0.25 c -0.024,0.059 -0.059,0.09 -0.079,0.071 -0.019,-0.016 0,-0.067 0.043,-0.106 0.059,-0.059 0.067,-0.051 0.036,0.035 z m -0.094,0.192 c 0,0.031 -0.055,0.152 -0.121,0.265 -0.063,0.117 -0.117,0.184 -0.117,0.153 0,-0.036 0.054,-0.157 0.117,-0.27 0.066,-0.117 0.121,-0.184 0.121,-0.148 z m -11.059,0.07 c -0.043,0.016 -0.097,0.016 -0.117,-0.004 -0.019,-0.023 0.016,-0.035 0.082,-0.035 0.07,0.004 0.086,0.019 0.035,0.039 z m -31.402,1.887 c 0.016,0.074 0.117,0.617 0.219,1.211 0.105,0.589 0.23,1.23 0.281,1.418 0.078,0.3 0.555,1.687 0.676,1.972 0.031,0.078 0.015,0.106 -0.059,0.106 -0.078,0 -0.094,0.035 -0.062,0.136 0.062,0.207 0.312,0.704 0.492,0.985 0.09,0.14 0.137,0.254 0.105,0.254 -0.09,0 -0.718,-0.891 -1.035,-1.465 -0.164,-0.293 -0.43,-0.758 -0.594,-1.031 -0.164,-0.27 -0.437,-0.715 -0.601,-0.985 -0.164,-0.273 -0.461,-0.789 -0.656,-1.152 -0.2,-0.363 -0.426,-0.774 -0.504,-0.914 -0.196,-0.34 -0.188,-0.445 0.007,-0.168 0.086,0.121 0.153,0.23 0.153,0.242 0,0.043 0.875,1.5 0.937,1.559 0.059,0.054 0.043,-0.075 -0.047,-0.407 -0.019,-0.054 -0.007,-0.101 0.02,-0.101 0.027,0 0.238,0.398 0.469,0.883 0.433,0.91 0.777,1.535 0.824,1.492 0.027,-0.028 -0.016,-0.18 -0.406,-1.481 -0.223,-0.75 -0.262,-0.957 -0.278,-1.554 -0.011,-0.379 -0.039,-0.789 -0.066,-0.91 -0.047,-0.247 0.07,-0.329 0.125,-0.09 z m 7.43,0.957 c 1.511,1.093 2.586,1.761 3.968,2.465 0.313,0.16 0.563,0.3 0.551,0.308 -0.078,0.074 -1.219,-0.41 -1.879,-0.793 -1.113,-0.652 -3.82,-2.652 -3.586,-2.652 0.012,0 0.434,0.301 0.946,0.672 z m -25.707,-0.106 c 0,0.02 -0.051,0.133 -0.118,0.258 -0.066,0.121 -0.218,0.477 -0.343,0.789 -0.129,0.313 -0.258,0.594 -0.297,0.629 -0.043,0.039 -0.055,0.027 -0.028,-0.039 0.016,-0.055 0.094,-0.297 0.168,-0.539 0.129,-0.422 0.438,-1.027 0.559,-1.102 0.031,-0.015 0.059,-0.015 0.059,0.004 z m -2.102,0.75 c 0,0.196 -1.223,1.067 -1.371,0.977 -0.035,-0.02 0.086,-0.133 0.266,-0.25 0.183,-0.117 0.492,-0.344 0.691,-0.5 0.379,-0.305 0.414,-0.324 0.414,-0.227 z m 2.891,0.25 c -0.016,0.043 -0.153,0.399 -0.301,0.793 -0.172,0.457 -0.277,0.668 -0.293,0.582 -0.035,-0.238 0.434,-1.449 0.562,-1.449 0.032,0 0.047,0.035 0.032,0.074 z m 51.664,0.371 c 0,0.184 -0.035,0.2 -0.078,0.035 -0.02,-0.066 -0.008,-0.136 0.023,-0.152 0.031,-0.019 0.055,0.035 0.055,0.117 z m 23.597,0.09 c 0.02,0.035 -0.007,0.082 -0.062,0.102 -0.133,0.051 -0.176,-0.004 -0.067,-0.094 0.059,-0.047 0.102,-0.051 0.129,-0.008 z m -1.3,0.641 c -0.45,0.183 -2.34,0.82 -2.813,0.941 -0.187,0.047 -0.633,0.168 -0.988,0.266 -1.156,0.312 -2.246,0.551 -2.528,0.547 l -0.164,-0.004 0.188,-0.078 c 0.105,-0.047 0.426,-0.125 0.711,-0.18 0.289,-0.059 0.898,-0.199 1.359,-0.316 0.457,-0.118 0.988,-0.247 1.176,-0.293 0.188,-0.043 1.02,-0.293 1.848,-0.559 0.832,-0.266 1.527,-0.48 1.547,-0.48 0.019,0 -0.129,0.07 -0.336,0.156 z m -78.004,0.23 c 0.019,0.051 0.007,0.09 -0.028,0.09 -0.031,0 -0.058,-0.039 -0.058,-0.09 0,-0.051 0.011,-0.09 0.023,-0.09 0.016,0 0.043,0.039 0.063,0.09 z m 79.574,0.196 c 0.082,0.144 -0.02,1.242 -0.281,3.113 -0.094,0.668 -0.125,0.769 -0.332,1.078 -0.434,0.637 -1.672,2.012 -2.395,2.66 -0.398,0.356 -0.769,0.711 -0.82,0.789 -0.149,0.219 -0.59,0.563 -0.719,0.563 -0.066,0 -0.262,0.125 -0.441,0.277 -0.18,0.152 -0.34,0.266 -0.356,0.254 -0.012,-0.016 0.34,-0.344 0.781,-0.734 1.2,-1.055 3.129,-3.016 3.465,-3.52 0.571,-0.855 0.723,-1.527 0.832,-3.644 0.028,-0.559 0.067,-0.84 0.121,-0.883 0.063,-0.051 0.098,-0.039 0.145,0.047 z m -29.191,0.527 c -0.004,0.07 -0.02,0.082 -0.04,0.035 -0.015,-0.043 -0.015,-0.094 0.008,-0.113 0.02,-0.02 0.035,0.015 0.032,0.078 z m -45.227,0.473 c 0,0.394 -0.008,0.437 -0.047,0.238 -0.027,-0.129 -0.027,-0.344 0,-0.477 0.039,-0.199 0.047,-0.156 0.047,0.239 z m 55.527,-0.313 c -0.023,0.059 -0.058,0.094 -0.078,0.074 -0.019,-0.015 0,-0.066 0.043,-0.105 0.059,-0.059 0.067,-0.051 0.035,0.031 z m -0.25,0.422 c -0.023,0.059 -0.054,0.09 -0.074,0.07 -0.019,-0.015 0,-0.066 0.039,-0.105 0.063,-0.059 0.07,-0.051 0.035,0.035 z m -9.996,0.07 c 0,0.098 -0.015,0.133 -0.031,0.074 -0.016,-0.058 -0.016,-0.14 0.004,-0.179 0.015,-0.039 0.027,0.008 0.027,0.105 z m 21.477,0.645 c 0,0.168 -0.211,1.004 -0.383,1.504 -0.191,0.55 -0.68,1.55 -0.793,1.617 -0.109,0.066 -0.07,-0.086 0.152,-0.582 0.121,-0.266 0.219,-0.512 0.219,-0.547 0,-0.074 0.441,-1.426 0.594,-1.816 0.09,-0.239 0.211,-0.34 0.211,-0.176 z m -16.649,0.637 c 0.203,0.226 0.59,0.691 0.86,1.031 0.722,0.906 1.058,1.312 1.422,1.722 0.386,0.434 0.429,0.602 0.07,0.266 -0.559,-0.523 -2.895,-3.434 -2.754,-3.434 0.02,0 0.199,0.188 0.402,0.415 z m 1.153,-0.176 c 0.062,0.07 0.082,0.121 0.039,0.121 -0.11,0 -0.082,0.109 0.078,0.316 0.344,0.438 1.449,2.375 1.558,2.731 0.071,0.234 0.082,0.543 0.02,0.508 -0.031,-0.02 -0.055,-0.122 -0.059,-0.227 0,-0.199 -0.234,-0.633 -1.293,-2.402 -0.765,-1.282 -0.707,-1.164 -0.57,-1.164 0.063,0 0.164,0.05 0.227,0.117 z m -54.985,0.402 c 0.024,0.094 0.094,0.34 0.157,0.551 0.066,0.207 0.109,0.39 0.093,0.406 -0.011,0.012 -0.078,-0.16 -0.148,-0.383 -0.16,-0.527 -0.207,-0.738 -0.172,-0.738 0.02,0 0.051,0.074 0.07,0.164 z m 55.731,0.141 c 0.023,0.035 0.023,0.078 0.008,0.093 -0.047,0.043 -0.165,-0.031 -0.165,-0.101 0,-0.078 0.106,-0.07 0.157,0.008 z m 5.254,2.461 c -0.059,1.066 -0.078,1.132 -0.715,2.406 -0.524,1.051 -1.735,2.93 -2.246,3.488 -0.235,0.254 -0.532,0.672 -0.684,0.957 -0.09,0.168 -0.094,0.231 -0.035,0.371 0.109,0.254 0.031,0.399 -0.527,0.93 -0.375,0.355 -0.524,0.539 -0.551,0.687 -0.024,0.114 -0.078,0.301 -0.125,0.415 -0.043,0.113 -0.172,0.476 -0.281,0.808 -0.211,0.625 -0.364,0.961 -0.368,0.805 -0.003,-0.051 0.102,-0.414 0.235,-0.809 0.133,-0.39 0.304,-0.926 0.379,-1.179 0.14,-0.457 0.14,-0.469 0.027,-0.551 -0.113,-0.082 -0.109,-0.086 0.063,-0.09 0.097,0 0.3,-0.07 0.449,-0.156 0.265,-0.149 0.636,-0.567 0.636,-0.715 0,-0.051 -0.183,-0.082 -0.632,-0.098 -0.5,-0.019 -0.692,-0.055 -0.899,-0.156 -0.144,-0.074 -0.261,-0.164 -0.261,-0.199 0,-0.035 0.035,-0.047 0.078,-0.032 0.41,0.168 0.773,0.227 1.136,0.192 l 0.395,-0.043 0.355,-0.539 c 0.196,-0.297 0.688,-1 1.09,-1.567 0.883,-1.222 1.508,-2.203 1.828,-2.867 0.317,-0.652 0.364,-0.812 0.434,-1.476 0.113,-1.067 0.144,-1.254 0.199,-1.254 0.035,0 0.043,0.281 0.02,0.672 z m 2.75,-0.524 c 0,0.035 -0.028,0.102 -0.059,0.153 -0.035,0.046 -0.059,0.062 -0.059,0.027 0,-0.031 0.024,-0.098 0.059,-0.149 0.031,-0.05 0.059,-0.062 0.059,-0.031 z m -0.188,0.403 c 0.008,0.078 -0.359,0.64 -0.668,1.015 -0.437,0.539 -1.187,1.141 -1.289,1.039 -0.019,-0.015 0.043,-0.094 0.145,-0.164 0.547,-0.406 1.386,-1.285 1.738,-1.82 0.039,-0.063 0.074,-0.094 0.074,-0.07 z m -62.652,0.261 c 0.031,0.082 0.058,0.164 0.058,0.18 0,0.016 0.114,0.305 0.247,0.641 0.132,0.336 0.457,1.148 0.714,1.804 0.637,1.617 1.223,3.039 1.41,3.438 0.083,0.183 0.266,0.586 0.403,0.898 0.867,1.973 2.058,4.297 3.101,6.035 0.532,0.879 0.586,0.985 0.508,0.938 -0.035,-0.024 -0.168,-0.207 -0.293,-0.414 -0.129,-0.203 -0.281,-0.426 -0.34,-0.488 -0.171,-0.196 -1.222,-1.918 -1.648,-2.7 -0.215,-0.398 -0.391,-0.797 -0.391,-0.886 0,-0.094 -0.16,-0.493 -0.359,-0.895 -0.539,-1.07 -1.133,-2.316 -1.438,-2.996 -0.82,-1.844 -2.214,-5.711 -2.058,-5.711 0.015,0 0.051,0.07 0.086,0.156 z m 44.679,3.407 c 0.325,0.648 0.356,0.75 0.137,0.437 -0.156,-0.219 -0.484,-0.953 -0.445,-0.988 0.012,-0.012 0.148,0.234 0.308,0.551 z m -25.597,0.527 c 0.137,0.094 1.418,0.719 2.34,1.14 0.332,0.157 0.593,0.293 0.578,0.309 -0.137,0.133 -2.727,-1.078 -3.164,-1.476 -0.094,-0.086 0.109,-0.063 0.246,0.027 z m 35.121,0.848 c -0.051,0.148 -0.109,0.257 -0.125,0.242 -0.043,-0.039 0.101,-0.446 0.168,-0.485 0.031,-0.019 0.012,0.09 -0.043,0.243 z m 17.758,0.101 c -0.258,0.457 -1.731,2.438 -2.469,3.32 -0.531,0.637 -0.797,0.852 -0.918,0.735 -0.051,-0.051 -0.027,-0.102 0.094,-0.199 0.176,-0.141 0.445,-0.461 1.289,-1.543 0.289,-0.368 0.664,-0.836 0.836,-1.036 0.172,-0.199 0.476,-0.586 0.672,-0.859 0.195,-0.269 0.398,-0.492 0.449,-0.492 0.055,0 0.074,0.031 0.047,0.074 z m -36.52,-0.008 c 0.457,0.024 1.223,0.114 1.699,0.196 1.012,0.171 2.688,0.562 2.801,0.648 0.149,0.117 0.074,0.156 -0.246,0.125 l -0.328,-0.031 -0.309,0.328 c -0.168,0.183 -0.515,0.566 -0.773,0.851 -0.254,0.29 -0.57,0.598 -0.699,0.692 -0.133,0.094 -0.735,0.676 -1.336,1.293 -1,1.023 -1.891,1.859 -3.067,2.883 -0.238,0.207 -0.472,0.441 -0.523,0.515 -0.086,0.121 -1.043,0.938 -1.477,1.254 -0.089,0.063 -0.468,0.348 -0.847,0.625 -0.539,0.403 -2.184,1.473 -2.797,1.824 -0.059,0.036 -0.219,0.133 -0.356,0.219 -0.136,0.086 -0.664,0.363 -1.175,0.621 -1.039,0.524 -1.762,0.949 -1.762,1.043 0,0.11 -0.762,0.547 -0.891,0.516 -0.144,-0.035 -0.347,0.058 -0.347,0.164 0,0.187 -7.782,3.746 -8.192,3.746 -0.222,0 -0.066,-0.141 0.414,-0.367 0.887,-0.422 1.34,-0.668 1.313,-0.711 -0.016,-0.027 -0.192,-0.008 -0.387,0.035 -0.676,0.16 -1.902,0.375 -2.332,0.41 -0.914,0.078 -1.145,0.11 -1.145,0.156 0,0.028 0.133,0.067 0.293,0.086 0.161,0.02 0.348,0.067 0.415,0.102 0.066,0.039 0.191,0.086 0.281,0.113 0.289,0.086 -0.539,0.063 -1.231,-0.035 -1.297,-0.187 -2.55,-0.504 -3.129,-0.793 -0.101,-0.055 -0.296,-0.109 -0.433,-0.129 -0.18,-0.023 -0.266,-0.074 -0.324,-0.183 -0.106,-0.204 -0.098,-1.278 0.011,-1.579 0.051,-0.128 0.075,-0.257 0.059,-0.281 -0.09,-0.14 0.156,-0.078 0.695,0.18 0.856,0.406 1.746,0.801 2.43,1.07 0.426,0.168 0.625,0.281 0.738,0.422 l 0.153,0.195 -0.18,-0.039 c -0.098,-0.019 -0.43,-0.113 -0.738,-0.203 -0.305,-0.094 -0.883,-0.242 -1.286,-0.328 -0.402,-0.086 -0.921,-0.226 -1.152,-0.305 -0.23,-0.082 -0.453,-0.148 -0.492,-0.148 -0.203,0 -0.098,0.906 0.117,1.016 0.172,0.089 0.309,0.074 0.27,-0.028 -0.051,-0.121 -0.008,-0.117 0.699,0.086 0.34,0.098 0.738,0.203 0.89,0.235 0.524,0.113 1.875,0.257 2.063,0.218 0.105,-0.019 0.441,-0.05 0.746,-0.066 0.309,-0.02 0.777,-0.074 1.047,-0.125 0.269,-0.051 0.73,-0.117 1.023,-0.149 0.289,-0.031 0.621,-0.066 0.731,-0.082 0.308,-0.039 2.441,-0.757 3.137,-1.058 0.933,-0.403 2.769,-1.301 2.91,-1.422 0.066,-0.059 0.191,-0.141 0.277,-0.184 0.188,-0.093 0.996,-0.609 1.559,-0.996 0.226,-0.156 0.547,-0.379 0.711,-0.492 0.625,-0.43 1.253,-0.953 2.043,-1.699 0.601,-0.567 0.82,-0.742 0.82,-0.652 0,0.203 -0.313,0.55 -1.25,1.394 -0.496,0.441 -0.879,0.813 -0.852,0.824 0.028,0.008 0.332,-0.144 0.676,-0.343 0.344,-0.2 0.664,-0.364 0.711,-0.364 0.051,0 0.191,-0.058 0.312,-0.133 0.497,-0.296 1.188,-0.726 1.352,-0.836 0.094,-0.062 0.305,-0.199 0.461,-0.3 0.461,-0.297 1.039,-0.782 1.793,-1.496 0.719,-0.684 1.023,-1.118 1.719,-2.434 0.129,-0.246 0.246,-0.414 0.258,-0.375 0.031,0.09 -0.165,0.605 -0.379,0.996 -0.09,0.16 -0.145,0.309 -0.125,0.328 0.125,0.121 3.14,-3.41 3.523,-4.125 0.121,-0.226 0.316,-0.484 1.109,-1.461 0.688,-0.84 0.692,-0.851 0.516,-0.922 -0.184,-0.074 -1.437,-0.269 -2.555,-0.398 -0.476,-0.055 -0.91,-0.121 -0.961,-0.148 -0.105,-0.059 0.102,-0.059 1.301,0.011 z m 2.379,1.383 c -0.687,0.984 -1.652,2.188 -2.004,2.496 -0.312,0.274 -1.261,1.438 -1.211,1.485 0.043,0.043 1.418,-1.368 2.27,-2.321 0.887,-1 1.449,-1.691 1.5,-1.847 0.019,-0.059 0.105,-0.137 0.191,-0.176 0.258,-0.113 0.196,-0.309 -0.101,-0.309 -0.153,0 -0.235,0.082 -0.645,0.672 z m -3.863,4.543 c 0,0.035 0.039,0.027 0.094,-0.012 0.05,-0.043 0.089,-0.101 0.089,-0.136 0,-0.032 -0.039,-0.028 -0.089,0.015 -0.051,0.039 -0.094,0.102 -0.094,0.133 z m -25.242,8.637 c -0.121,0.312 -0.063,0.398 0.406,0.547 0.516,0.16 1.469,0.375 1.512,0.336 0.046,-0.051 -0.071,-0.125 -0.739,-0.477 -0.355,-0.187 -0.718,-0.391 -0.804,-0.453 -0.211,-0.152 -0.301,-0.141 -0.375,0.047 z m 2.91,2.375 c 0,0.051 0.254,0.078 0.285,0.031 0.019,-0.031 -0.039,-0.055 -0.125,-0.055 -0.086,0 -0.16,0.012 -0.16,0.024 z m 52.301,-16.707 c -0.317,0.34 -2.016,1.304 -3.34,1.898 -0.309,0.137 -0.614,0.293 -0.68,0.348 -0.121,0.094 -0.117,0.094 0.059,0.058 0.105,-0.023 0.515,-0.171 0.922,-0.336 0.402,-0.164 0.746,-0.285 0.765,-0.265 0.027,0.027 -0.375,0.223 -1.097,0.527 -0.301,0.129 -4.411,1.477 -4.497,1.477 -0.011,0 -0.019,-0.024 -0.019,-0.051 0,-0.027 0.289,-0.148 0.64,-0.266 0.684,-0.23 2.176,-0.867 3.598,-1.535 0.477,-0.222 0.992,-0.461 1.145,-0.523 0.39,-0.16 1.543,-0.809 2.074,-1.16 0.461,-0.305 0.613,-0.368 0.43,-0.172 z m -43.547,0.543 c 0.238,0.023 0.933,0.047 1.547,0.054 1.347,0.016 1.242,0.106 -0.188,0.161 -0.976,0.039 -1.785,-0.032 -2.144,-0.18 l -0.204,-0.09 0.278,0.008 c 0.152,0 0.472,0.023 0.711,0.047 z m 21.691,0.457 c -0.043,0.015 -0.098,0.015 -0.117,-0.004 -0.02,-0.02 0.016,-0.035 0.082,-0.031 0.07,0 0.086,0.015 0.035,0.035 z m -8.91,0.48 c 0.113,0.254 0.117,0.301 0.035,0.434 -0.047,0.082 -0.109,0.297 -0.133,0.48 -0.144,1.141 -0.82,2.985 -1.351,3.707 -0.11,0.149 -0.239,0.391 -0.285,0.535 -0.172,0.524 -0.305,0.497 -0.161,-0.035 0.055,-0.191 0.168,-0.66 0.25,-1.039 0.082,-0.379 0.223,-0.996 0.309,-1.375 0.086,-0.379 0.199,-0.902 0.25,-1.168 0.18,-0.953 0.223,-1.136 0.27,-1.183 0.097,-0.094 0.105,0.175 0.019,0.617 -0.105,0.551 -0.476,2.281 -0.598,2.808 -0.109,0.454 -0.125,0.743 -0.039,0.692 0.036,-0.02 0.086,-0.121 0.121,-0.231 0.032,-0.105 0.161,-0.445 0.282,-0.757 0.394,-1.004 0.777,-2.715 0.777,-3.497 0,-0.148 0.027,-0.269 0.063,-0.269 0.035,0 0.121,0.125 0.191,0.281 z m 28.828,0.086 c -0.109,0.067 -0.219,0.11 -0.234,0.09 -0.02,-0.016 0.047,-0.074 0.152,-0.125 0.27,-0.137 0.324,-0.113 0.082,0.035 z m -28.426,0.793 c 0.153,0.324 0.16,0.383 0.137,1.102 -0.023,0.699 -0.039,0.777 -0.203,1.043 -0.094,0.156 -0.184,0.277 -0.195,0.265 -0.012,-0.011 0.019,-0.168 0.07,-0.347 0.101,-0.375 0.117,-1.332 0.027,-1.934 -0.035,-0.227 -0.047,-0.426 -0.031,-0.441 0.016,-0.016 0.105,0.125 0.195,0.312 z m 15.313,0.09 c -0.063,0.098 -0.262,0.293 -0.449,0.434 -0.211,0.16 -0.289,0.199 -0.215,0.105 0.234,-0.281 0.558,-0.605 0.668,-0.66 0.101,-0.055 0.101,-0.047 -0.004,0.121 z m 3.758,0.293 c 0.004,0.043 -0.063,0.191 -0.149,0.328 -0.512,0.844 -1.199,2.922 -1.328,3.996 -0.066,0.563 0.008,1.281 0.141,1.41 0.097,0.094 0.359,0.016 0.812,-0.242 0.711,-0.402 2.008,-1.566 2.242,-2.016 l 0.078,-0.148 -0.027,0.148 c -0.012,0.083 -0.043,0.25 -0.066,0.368 -0.047,0.25 0.074,0.519 0.492,1.097 0.422,0.59 0.629,0.985 0.863,1.66 0.246,0.708 0.496,1.278 0.617,1.418 0.075,0.086 0.192,0.446 0.575,1.735 0.082,0.281 0.207,0.695 0.277,0.922 0.07,0.226 0.16,0.629 0.199,0.894 0.055,0.379 0.094,0.492 0.18,0.508 0.058,0.008 0.328,-0.156 0.625,-0.391 0.285,-0.222 0.875,-0.687 1.316,-1.031 0.774,-0.605 2.946,-2.457 3.024,-2.574 0.019,-0.031 0.097,-0.09 0.172,-0.129 0.152,-0.078 -0.043,0.141 -0.739,0.816 -0.672,0.657 -2.105,1.879 -3.875,3.305 l -0.539,0.438 0,0.367 c 0,0.258 0.032,0.398 0.102,0.476 0.086,0.09 0.094,0.145 0.035,0.332 -0.039,0.122 -0.086,0.297 -0.105,0.387 -0.02,0.094 -0.075,0.164 -0.122,0.164 -0.05,0 -0.382,0.371 -0.738,0.824 -0.746,0.95 -1.199,1.45 -1.625,1.782 l -0.301,0.234 0.27,-0.297 c 1.258,-1.398 2.121,-2.504 2.324,-2.969 0.051,-0.113 0.063,-0.265 0.031,-0.429 -0.547,-2.969 -1.047,-4.535 -2.316,-7.305 -0.195,-0.426 -0.418,-0.953 -0.496,-1.164 -0.242,-0.66 -0.301,-0.777 -0.391,-0.777 -0.047,0 -0.332,0.226 -0.636,0.504 -0.602,0.558 -1.176,0.914 -1.766,1.105 -0.641,0.203 -0.649,0.199 -0.809,-0.371 -0.172,-0.629 -0.23,-1.481 -0.14,-2.168 0.089,-0.676 0.734,-2.566 0.843,-2.465 0.016,0.016 -0.097,0.453 -0.25,0.969 -0.156,0.512 -0.281,1 -0.281,1.082 0,0.16 0.07,0.191 0.172,0.07 0.09,-0.109 0.508,-1.39 0.508,-1.562 0,-0.082 0.027,-0.164 0.062,-0.184 0.035,-0.019 0.063,-0.086 0.063,-0.148 0,-0.063 0.09,-0.219 0.199,-0.348 0.113,-0.133 0.262,-0.344 0.34,-0.469 0.074,-0.129 0.137,-0.195 0.137,-0.152 z m 12.312,0.309 c -0.121,0.074 -0.203,0.074 -0.152,0 0.019,-0.032 0.082,-0.059 0.14,-0.059 0.09,0 0.094,0.008 0.012,0.059 z m -0.277,0.062 c 0.023,0.035 -0.258,0.195 -0.66,0.379 -0.387,0.176 -1.02,0.469 -1.414,0.652 -0.758,0.352 -1.153,0.485 -1.207,0.399 -0.016,-0.028 0.082,-0.082 0.218,-0.125 0.137,-0.039 0.285,-0.11 0.324,-0.16 0.071,-0.079 0.04,-0.082 -0.23,-0.043 -0.172,0.023 -0.977,0.054 -1.793,0.066 -0.816,0.012 -1.5,0.023 -1.516,0.023 -0.082,0.004 1.836,1.805 2.348,2.204 0.621,0.48 1.363,1.171 1.363,1.269 0,0.086 -0.41,0.066 -0.867,-0.035 -0.558,-0.125 -0.683,-0.176 -1.422,-0.59 -0.492,-0.277 -0.789,-0.5 -1.242,-0.937 -0.59,-0.563 -0.976,-1.039 -0.906,-1.11 0.023,-0.019 0.371,0.262 0.773,0.621 0.907,0.813 1.368,1.145 2.016,1.45 0.504,0.238 1.09,0.386 1.004,0.25 -0.024,-0.036 -0.297,-0.235 -0.61,-0.442 -0.8,-0.531 -1.98,-1.719 -2.582,-2.609 -0.078,-0.114 -0.191,-0.157 -0.589,-0.219 -0.27,-0.043 -0.563,-0.109 -0.649,-0.145 l -0.152,-0.066 0.152,0.031 c 0.348,0.075 2.426,0.157 3.031,0.121 0.973,-0.054 1.774,-0.144 2.27,-0.246 0.246,-0.05 0.473,-0.078 0.504,-0.058 0.035,0.019 0.422,-0.141 0.863,-0.352 0.832,-0.406 0.906,-0.43 0.973,-0.328 z m 2.961,1.027 c -0.114,0.2 -0.246,0.286 -0.492,0.321 -0.149,0.019 -0.317,0.074 -0.379,0.117 -0.102,0.07 -0.098,0.082 0.058,0.117 0.094,0.023 0.27,0.027 0.387,0.004 0.207,-0.039 0.219,-0.031 0.219,0.129 0,0.207 -0.563,1.019 -1.321,1.918 -0.214,0.254 -0.488,0.594 -0.613,0.758 -0.121,0.164 -0.312,0.382 -0.426,0.48 l -0.203,0.18 0.156,-0.211 c 0.348,-0.457 1.645,-2.262 1.832,-2.547 0.208,-0.316 0.239,-0.414 0.149,-0.469 -0.031,-0.015 -0.387,0.008 -0.789,0.055 -0.746,0.09 -3.852,0.238 -3.906,0.187 -0.11,-0.105 0.336,-0.273 0.734,-0.273 0.125,0 0.637,-0.078 1.144,-0.176 0.508,-0.094 1.309,-0.246 1.786,-0.332 0.476,-0.086 0.972,-0.199 1.101,-0.246 0.297,-0.109 0.625,-0.113 0.563,-0.012 z m -13.571,0.375 c 0.055,0.063 0.067,0.172 0.036,0.344 -0.024,0.141 -0.055,0.348 -0.067,0.461 -0.015,0.109 -0.051,0.227 -0.082,0.258 -0.078,0.074 -0.723,-0.008 -0.859,-0.113 -0.098,-0.075 -0.09,-0.079 0.078,-0.043 0.539,0.121 0.59,-0.016 0.086,-0.231 -0.449,-0.191 -0.457,-0.277 -0.067,-0.566 0.207,-0.153 0.329,-0.199 0.532,-0.199 0.164,0 0.297,0.035 0.343,0.089 z m -0.699,0.149 c -0.16,0.097 -0.289,0.203 -0.289,0.238 0,0.168 0.621,0.363 0.774,0.242 0.128,-0.101 0.183,-0.461 0.089,-0.57 -0.109,-0.129 -0.25,-0.109 -0.574,0.09 z m 2.301,0.547 c 0.039,0.105 0.066,0.218 0.066,0.254 -0.004,0.039 -0.047,-0.039 -0.093,-0.168 -0.051,-0.129 -0.078,-0.243 -0.067,-0.254 0.016,-0.016 0.055,0.062 0.094,0.168 z m 0.148,0.39 c 0.047,0.082 0.454,1.321 0.621,1.903 0.258,0.89 0.649,3.015 0.7,3.797 0.035,0.546 -0.012,0.617 -0.094,0.144 -0.027,-0.16 -0.098,-0.508 -0.152,-0.769 -0.188,-0.922 -0.586,-2.993 -0.625,-3.262 -0.039,-0.285 -0.211,-0.887 -0.414,-1.453 -0.071,-0.192 -0.11,-0.364 -0.094,-0.379 0.015,-0.016 0.043,-0.004 0.058,0.019 z m 9.012,2.645 c 0,0.027 -0.043,0.09 -0.101,0.133 -0.094,0.074 -0.094,0.07 -0.028,-0.051 0.074,-0.141 0.129,-0.176 0.129,-0.082 z m -56.379,2.137 c 0.442,0.378 1.028,0.882 1.301,1.121 0.941,0.82 1.504,1.242 2.93,2.191 0.898,0.598 1.14,0.777 1.097,0.816 -0.023,0.024 -1.402,-0.753 -1.953,-1.105 -0.187,-0.117 -0.5,-0.34 -0.691,-0.488 -0.188,-0.149 -0.543,-0.407 -0.789,-0.571 -0.922,-0.621 -2.094,-1.488 -2.399,-1.777 -0.191,-0.18 -0.355,-0.289 -0.41,-0.269 -0.058,0.023 -0.125,-0.04 -0.191,-0.172 -0.133,-0.274 -0.129,-0.293 0.047,-0.161 0.816,0.614 1.273,0.93 1.273,0.879 0,-0.054 -0.305,-0.379 -0.707,-0.75 -0.66,-0.613 -0.332,-0.421 0.492,0.286 z m -0.758,1.187 c 0.059,0.231 0.133,0.594 0.168,0.809 0.149,0.964 0.254,1.472 0.371,1.765 0.114,0.301 0.094,0.446 -0.058,0.36 -0.133,-0.082 -0.535,0.964 -0.598,1.562 -0.058,0.555 -0.179,0.457 -0.168,-0.137 0.008,-0.492 0.145,-0.925 0.492,-1.589 0.094,-0.176 0.145,-0.36 0.125,-0.43 -0.226,-0.879 -0.484,-2.305 -0.46,-2.563 0.019,-0.164 0.039,-0.132 0.128,0.223 z m 42.204,1.691 c 0.542,0.356 1.261,0.918 1.382,1.082 0.157,0.211 0.176,0.547 0.036,0.547 -0.055,0 -0.352,-0.105 -0.665,-0.234 -1.027,-0.422 -2.355,-0.488 -3.261,-0.156 -0.254,0.09 -0.598,0.179 -0.762,0.195 -0.266,0.023 -0.297,0.016 -0.285,-0.082 0.008,-0.062 -0.008,-0.16 -0.035,-0.219 -0.071,-0.164 0.09,-0.293 0.742,-0.578 0.426,-0.187 0.586,-0.285 0.586,-0.367 0,-0.145 0.133,-0.176 0.812,-0.184 0.387,0 0.715,0.032 0.973,0.102 0.449,0.121 0.551,0.078 0.289,-0.125 -0.254,-0.199 -0.121,-0.184 0.188,0.019 z m 1.996,2.122 c 0.035,0.043 0.179,0.332 0.32,0.644 0.144,0.313 0.289,0.598 0.32,0.641 0.035,0.039 0.047,0.14 0.028,0.222 -0.028,0.098 0.004,0.239 0.086,0.391 0.218,0.414 0.257,0.309 0.21,-0.539 -0.031,-0.566 -0.023,-0.777 0.028,-0.777 0.039,0 0.07,0.093 0.07,0.214 0,0.434 0.274,1.86 0.672,3.493 0.16,0.675 0.301,1.5 0.234,1.433 -0.05,-0.054 -0.41,-1.058 -0.527,-1.484 -0.082,-0.281 -0.184,-0.488 -0.281,-0.578 -0.176,-0.157 -1.086,-1.883 -1.086,-2.059 0,-0.074 0.039,-0.121 0.098,-0.121 0.07,0 0.089,-0.035 0.066,-0.105 -0.02,-0.059 -0.074,-0.227 -0.125,-0.375 -0.082,-0.235 -0.125,-0.391 -0.266,-0.942 -0.039,-0.144 0.047,-0.18 0.153,-0.058 z m 0.714,2.531 c 0.223,0.441 0.426,0.801 0.45,0.801 0.086,0 -0.035,-0.668 -0.168,-0.926 -0.078,-0.149 -0.157,-0.27 -0.18,-0.27 -0.02,0 -0.133,-0.129 -0.246,-0.281 -0.356,-0.488 -0.289,-0.172 0.144,0.676 z m -8.656,-1.844 c 1.031,0.762 1.481,1.121 1.508,1.199 0.047,0.141 -1.453,-0.804 -1.855,-1.172 -0.27,-0.242 -0.375,-0.429 -0.247,-0.429 0.028,0 0.293,0.179 0.594,0.402 z m 0.426,-0.012 c 0.164,0.145 0.273,0.266 0.242,0.266 -0.027,0 -0.191,-0.121 -0.359,-0.266 -0.168,-0.148 -0.278,-0.269 -0.242,-0.269 0.035,0 0.195,0.121 0.359,0.269 z m 2.062,-0.117 c 0.047,0.117 -0.015,1.133 -0.074,1.227 -0.09,0.14 -0.121,-0.071 -0.101,-0.688 0.019,-0.586 0.082,-0.777 0.175,-0.539 z m 0.344,0.758 c 0.016,0.203 0.039,0.25 0.125,0.234 0.094,-0.015 0.11,0.035 0.11,0.34 0,0.399 0.066,0.504 0.175,0.274 0.227,-0.481 0.246,0.386 0.043,1.785 -0.062,0.433 -0.211,0.972 -0.437,1.636 -0.375,1.09 -0.508,1.375 -0.586,1.297 -0.031,-0.031 0.055,-0.363 0.195,-0.769 0.469,-1.336 0.637,-2.086 0.711,-3.137 0.047,-0.711 -0.062,-0.683 -0.156,0.039 -0.074,0.574 -0.297,1.457 -0.391,1.543 -0.07,0.067 -0.05,-0.129 0.075,-0.719 0.078,-0.375 0.054,-2.175 -0.032,-2.375 -0.05,-0.125 0.008,-0.402 0.09,-0.402 0.031,0 0.067,0.113 0.078,0.254 z m -1.836,-0.195 c 0.02,0.031 0.008,0.058 -0.023,0.058 -0.035,0 -0.082,-0.027 -0.102,-0.058 -0.019,-0.032 -0.011,-0.059 0.024,-0.059 0.035,0 0.078,0.027 0.101,0.059 z m -36.711,0.824 c 0.395,0.289 0.926,0.75 0.926,0.801 0,0.027 -0.277,-0.168 -0.617,-0.434 -0.34,-0.269 -0.621,-0.496 -0.621,-0.512 0,-0.054 0.109,-0.007 0.312,0.145 z m 2.305,2.074 c 0.367,0.34 0.785,0.695 0.934,0.785 0.175,0.106 0.445,0.399 0.785,0.848 0.289,0.375 0.629,0.808 0.765,0.961 0.747,0.851 1.497,2.078 2.231,3.648 0.387,0.824 0.414,1.094 0.062,0.696 -0.113,-0.133 -0.269,-0.387 -0.343,-0.571 -0.078,-0.179 -0.27,-0.554 -0.43,-0.836 -0.16,-0.277 -0.426,-0.75 -0.59,-1.047 -0.762,-1.375 -2.027,-3.031 -3.086,-4.035 -0.523,-0.492 -1.074,-1.078 -1.015,-1.074 0.011,0 0.32,0.281 0.687,0.625 z m 28.047,0.141 c 0.113,0.066 0.512,0.625 0.512,0.711 0,0.16 -0.121,0.062 -0.395,-0.309 -0.156,-0.211 -0.285,-0.398 -0.285,-0.418 0,-0.047 0.078,-0.039 0.168,0.016 z m -4.25,0.851 c 0,0.035 -0.027,0.047 -0.063,0.028 -0.035,-0.024 -0.062,-0.051 -0.062,-0.067 0,-0.012 0.027,-0.023 0.062,-0.023 0.036,0 0.063,0.027 0.063,0.062 z m 0.152,0.813 c 0.059,0.39 0.188,1.121 0.285,1.625 0.207,1.058 0.196,0.965 0.122,0.965 -0.032,0 -0.079,-0.098 -0.102,-0.223 -0.023,-0.125 -0.109,-0.481 -0.191,-0.793 -0.207,-0.801 -0.356,-2.07 -0.262,-2.219 0.023,-0.035 0.09,0.258 0.148,0.645 z m -0.648,-0.356 c 0,0.039 -0.055,0.164 -0.125,0.278 -0.141,0.226 -0.309,0.664 -0.528,1.371 -0.156,0.492 -0.23,1.664 -0.222,3.379 0.004,0.73 0.023,0.847 0.199,1.363 0.109,0.312 0.18,0.582 0.16,0.601 -0.039,0.04 -0.039,0.047 -0.41,-0.875 -0.281,-0.691 -0.484,-1.289 -0.672,-1.972 -0.176,-0.653 -0.629,-2.813 -0.629,-3.012 0,-0.148 0.117,-0.121 0.153,0.035 0.132,0.59 0.714,2.817 0.746,2.844 0.066,0.066 0.152,-0.133 0.152,-0.352 0.004,-0.363 0.125,-1.195 0.258,-1.757 0.16,-0.668 0.906,-2.223 0.918,-1.903 z m 1.762,0.625 c 0.015,0.043 0.039,0.578 0.054,1.188 0.016,0.711 0.071,1.371 0.153,1.851 0.07,0.411 0.101,0.77 0.074,0.797 -0.028,0.031 -0.067,0.004 -0.086,-0.058 -0.098,-0.309 -0.348,-1.653 -0.348,-1.868 0,-0.285 -0.082,-0.324 -0.16,-0.07 -0.051,0.16 -0.066,0.168 -0.176,0.09 -0.117,-0.086 -0.117,-0.09 -0.004,-0.309 0.063,-0.125 0.157,-0.543 0.211,-0.937 0.063,-0.445 0.125,-0.723 0.176,-0.738 0.043,-0.016 0.09,0.011 0.106,0.054 z m 11.437,0.383 c 0.106,0.266 -0.043,1.086 -0.277,1.539 -0.075,0.137 -0.309,0.5 -0.528,0.805 -0.214,0.305 -0.394,0.566 -0.394,0.582 0,0.016 0.164,0.012 0.363,-0.008 0.328,-0.035 0.399,-0.019 0.738,0.156 0.461,0.239 0.633,0.387 0.633,0.551 0,0.434 -1.25,1.836 -2.137,2.402 -0.238,0.153 -0.785,0.524 -1.218,0.829 -0.43,0.304 -0.918,0.617 -1.082,0.699 -0.164,0.078 -0.348,0.168 -0.41,0.195 -0.192,0.094 -0.168,0.024 0.035,-0.101 1.117,-0.692 2.136,-1.5 3.183,-2.528 0.442,-0.429 0.828,-0.758 0.926,-0.785 0.231,-0.059 0.582,-0.664 0.477,-0.824 -0.153,-0.238 -0.461,-0.348 -0.981,-0.34 -0.609,0.008 -0.875,0.098 -1.406,0.488 -0.453,0.332 -0.645,0.414 -0.742,0.321 -0.043,-0.039 0.004,-0.09 0.156,-0.149 0.305,-0.125 1.387,-1.18 1.723,-1.683 0.476,-0.711 0.613,-1.063 0.761,-1.957 0.043,-0.247 0.125,-0.333 0.18,-0.192 z m -15.832,0.551 c -0.012,0.055 -0.148,0.652 -0.297,1.328 -0.148,0.676 -0.301,1.348 -0.332,1.496 l -0.062,0.27 -0.008,-0.243 c -0.016,-0.488 0.355,-2.246 0.574,-2.734 0.105,-0.238 0.164,-0.293 0.125,-0.117 z m -1.449,1.625 c 0,0.027 -0.106,0.156 -0.231,0.281 -0.257,0.254 -0.656,0.754 -0.765,0.961 -0.086,0.152 0.054,0.57 0.593,1.797 0.352,0.793 0.407,1.023 0.114,0.48 -0.227,-0.421 -0.352,-0.718 -0.645,-1.535 -0.269,-0.754 -0.281,-0.82 -0.152,-0.867 0.051,-0.019 0.16,-0.164 0.242,-0.32 0.082,-0.16 0.293,-0.414 0.465,-0.571 0.32,-0.289 0.379,-0.328 0.379,-0.226 z m 0.496,0.871 c 0,0.219 -0.027,0.387 -0.063,0.387 -0.035,0 -0.062,-0.168 -0.062,-0.387 0,-0.223 0.027,-0.391 0.062,-0.391 0.036,0 0.063,0.168 0.063,0.391 z m 25.098,1.742 c 0.246,0.887 0.41,1.598 0.605,2.61 0.078,0.421 0.172,0.8 0.211,0.843 0.035,0.043 0.094,0.289 0.129,0.547 0.035,0.262 0.094,0.61 0.129,0.774 0.031,0.164 0.078,0.527 0.097,0.808 0.02,0.278 0.051,0.539 0.075,0.578 0.023,0.043 0.144,-0.062 0.316,-0.265 0.426,-0.52 1.84,-1.504 2.055,-1.438 0.039,0.016 -0.067,0.117 -0.235,0.227 -0.445,0.289 -1.382,1.008 -1.652,1.261 -0.129,0.122 -0.23,0.262 -0.23,0.313 0,0.047 -0.051,0.207 -0.114,0.348 -0.066,0.144 -0.136,0.402 -0.16,0.578 -0.055,0.422 -0.207,0.777 -0.598,1.414 l -0.32,0.527 -0.027,0.813 c -0.016,0.449 -0.024,0.914 -0.024,1.035 0,0.195 -0.031,0.246 -0.277,0.414 -0.152,0.105 -0.273,0.226 -0.273,0.262 0,0.039 0.089,0.168 0.199,0.285 0.109,0.117 0.289,0.316 0.402,0.437 0.149,0.164 0.231,0.211 0.328,0.188 0.121,-0.031 0.125,-0.028 0.032,0.07 -0.141,0.152 -0.122,0.223 0.113,0.504 0.113,0.137 0.367,0.523 0.554,0.852 0.391,0.679 0.422,0.867 0.227,1.312 -0.07,0.152 -0.125,0.305 -0.125,0.332 0,0.078 0.215,0.07 0.68,-0.027 1.82,-0.383 3.465,-0.27 5.968,0.418 0.711,0.195 1.02,0.304 1.981,0.699 0.496,0.203 1.781,1.004 1.918,1.199 0.387,0.535 0.523,0.774 0.523,0.91 0,0.188 0.153,0.789 0.293,1.149 0.203,0.527 -0.039,2.484 -0.476,3.847 -0.531,1.657 -1.844,4.184 -3.102,5.973 -1.222,1.742 -3.105,3.578 -4.094,3.992 -0.414,0.176 -0.394,0.086 0.239,-0.949 1.586,-2.598 1.949,-3.793 1.945,-6.453 0,-1.102 -0.144,-1.684 -0.613,-2.527 -0.301,-0.54 -0.34,-0.582 -0.512,-0.582 -0.266,0 -1.117,0.214 -2.152,0.539 -1.324,0.418 -1.621,0.539 -2.078,0.867 -0.231,0.164 -0.696,0.496 -1.039,0.734 -1.063,0.75 -4.016,2.406 -4.29,2.406 -0.062,0 -0.378,0.102 -0.703,0.231 -0.769,0.305 -1.816,0.629 -2.437,0.758 -1.106,0.222 -1.383,0.273 -1.887,0.328 -0.41,0.043 -0.586,0.035 -0.805,-0.031 -0.261,-0.079 -0.429,-0.082 -1.886,-0.028 -0.157,0.008 -0.449,-0.066 -0.809,-0.207 -0.312,-0.117 -0.609,-0.215 -0.664,-0.215 -0.055,0 -0.355,0.153 -0.672,0.336 -0.594,0.348 -2.164,1.098 -2.297,1.098 -0.039,0 0.278,-0.18 0.7,-0.395 0.886,-0.449 1.679,-0.894 2.57,-1.449 0.883,-0.555 1.187,-0.722 1.543,-0.855 0.168,-0.067 0.441,-0.211 0.605,-0.325 0.16,-0.113 0.328,-0.203 0.375,-0.203 0.203,0 1.055,-0.656 1.696,-1.3 0.378,-0.387 0.668,-0.711 0.636,-0.723 -0.062,-0.02 -0.84,0.551 -1.132,0.828 -0.094,0.09 -0.227,0.18 -0.301,0.195 -0.117,0.032 -0.11,0.012 0.051,-0.156 0.101,-0.105 0.257,-0.312 0.343,-0.461 0.086,-0.148 0.258,-0.41 0.375,-0.582 0.207,-0.293 0.422,-0.762 0.516,-1.129 0.035,-0.144 -0.024,-0.109 -0.477,0.274 -0.289,0.238 -0.593,0.472 -0.683,0.515 l -0.164,0.082 0.066,-0.191 c 0.039,-0.106 0.191,-0.371 0.336,-0.586 0.234,-0.348 0.332,-0.594 0.23,-0.594 -0.019,0 -0.117,0.043 -0.214,0.09 -0.168,0.086 -0.274,0.031 -0.121,-0.059 0.218,-0.132 0.808,-1.839 1.265,-3.648 0.164,-0.66 0.348,-1.992 0.278,-2.035 -0.028,-0.016 -0.161,0.16 -0.301,0.391 -0.543,0.878 -1.879,2.273 -2.184,2.273 -0.086,0 -0.226,0.074 -0.332,0.184 -0.605,0.621 -2.48,1.871 -3.578,2.382 -1.148,0.539 -1.625,0.707 -2.109,0.746 l -0.434,0.036 0.156,-0.118 c 0.086,-0.066 0.399,-0.242 0.696,-0.394 0.535,-0.27 0.539,-0.274 0.445,-0.41 -0.106,-0.16 -0.352,-0.028 2.387,-1.309 1.609,-0.754 2.265,-1.207 3.593,-2.488 1.016,-0.977 1.457,-1.516 1.606,-1.969 0.094,-0.285 0.168,-0.363 0.242,-0.25 0.027,0.047 0.039,0.109 0.023,0.133 -0.019,0.027 -0.043,0.5 -0.054,1.051 -0.016,0.55 -0.071,1.215 -0.121,1.476 -0.051,0.266 -0.094,0.563 -0.098,0.66 0,0.411 -0.348,1.481 -0.742,2.289 -0.207,0.418 -0.231,0.543 -0.094,0.434 0.188,-0.152 0.973,-1.617 1.117,-2.082 0.063,-0.211 0.176,-0.164 0.129,0.059 -0.058,0.289 -0.621,1.488 -1.066,2.281 -0.223,0.387 -0.383,0.723 -0.36,0.746 0.071,0.062 0.957,-0.895 1.09,-1.18 0.11,-0.222 0.137,-0.246 0.215,-0.175 0.074,0.074 0.066,0.144 -0.066,0.5 -0.325,0.894 -0.477,1.246 -0.719,1.675 -0.141,0.246 -0.231,0.446 -0.203,0.446 0.09,0 1.683,-1.434 2.566,-2.305 1.008,-1 1.891,-1.941 2.555,-2.734 0.355,-0.422 0.527,-0.582 0.629,-0.582 0.094,0 0.219,-0.098 0.375,-0.282 0.129,-0.156 0.383,-0.453 0.562,-0.66 0.614,-0.711 0.328,-0.668 -0.449,0.063 -0.426,0.398 -0.586,0.507 -0.586,0.386 0,-0.234 0.848,-1.09 1.492,-1.504 0.594,-0.378 1.477,-1.183 1.922,-1.75 l 0.293,-0.363 -0.238,-0.351 c -0.383,-0.563 -0.746,-0.868 -1.102,-0.922 -0.379,-0.059 -0.785,0.011 -1.007,0.172 -0.958,0.683 -2.168,1.402 -2.489,1.476 -0.094,0.024 -0.172,0.027 -0.172,0.012 0,-0.016 0.203,-0.156 0.45,-0.313 1.207,-0.773 2.765,-1.984 2.929,-2.277 0.098,-0.18 0.102,-0.207 0.016,-0.305 -0.055,-0.058 -0.117,-0.16 -0.141,-0.222 -0.031,-0.09 -0.058,-0.098 -0.117,-0.043 -0.055,0.054 -0.055,0.097 0.004,0.187 0.066,0.102 0.035,0.156 -0.281,0.465 -0.391,0.383 -0.867,0.738 -1.344,0.992 l -0.309,0.164 0.2,-0.168 c 0.113,-0.093 0.203,-0.187 0.203,-0.207 0,-0.07 -0.735,0.231 -1.035,0.422 -0.157,0.102 -0.325,0.238 -0.372,0.309 -0.082,0.109 -0.097,0.113 -0.164,0.023 -0.07,-0.09 -0.105,-0.09 -0.472,0.004 -0.586,0.145 -1.301,0.258 -1.922,0.305 -0.477,0.035 -0.551,0.027 -0.551,-0.055 0,-0.058 0.156,-0.148 0.449,-0.254 1.141,-0.414 2.344,-0.941 2.461,-1.078 0.082,-0.098 0.074,-0.101 -0.097,-0.059 -0.485,0.118 -0.996,0.165 -1.762,0.165 -0.672,0 -0.914,-0.028 -1.246,-0.125 -0.227,-0.071 -0.442,-0.165 -0.485,-0.211 -0.039,-0.051 -0.168,-0.118 -0.281,-0.153 -0.195,-0.062 -0.523,-0.398 -0.523,-0.535 0,-0.152 0.343,-0.133 1.011,0.055 0.934,0.262 1.86,0.414 2.622,0.422 0.527,0.007 0.675,-0.012 0.902,-0.118 0.34,-0.16 1.351,-1.187 1.586,-1.617 0.043,-0.078 0.336,-0.468 0.648,-0.867 0.727,-0.918 1.199,-1.617 1.512,-2.219 0.41,-0.789 0.418,-0.855 0.293,-2.339 -0.106,-1.313 -0.457,-3.903 -0.625,-4.622 -0.285,-1.242 -0.348,-1.566 -0.332,-1.714 0.016,-0.114 0.086,0.07 0.223,0.558 z m -0.129,9.606 c -0.051,0.125 -1.196,1.472 -1.743,2.054 -0.293,0.309 -0.515,0.59 -0.496,0.618 0.036,0.058 0.375,-0.071 0.649,-0.243 0.086,-0.054 0.476,-0.25 0.871,-0.429 0.391,-0.184 0.75,-0.375 0.793,-0.426 0.051,-0.059 0.09,-0.371 0.113,-0.906 0.031,-0.719 0.027,-0.805 -0.062,-0.774 -0.051,0.02 -0.11,0.067 -0.125,0.106 z m -0.625,2.234 c -0.118,-0.012 -0.149,0.027 -0.317,0.418 -0.125,0.297 -0.304,0.473 -0.539,0.531 -0.152,0.035 -0.168,0.024 -0.168,-0.117 0,-0.152 -0.019,-0.16 -0.297,-0.156 -0.16,0.004 -0.371,0 -0.468,-0.012 -0.137,-0.012 -0.211,0.024 -0.313,0.152 l -0.129,0.168 0.168,0.141 0.164,0.137 -0.398,0.32 c -0.219,0.176 -0.399,0.348 -0.399,0.379 0,0.035 0.086,0.098 0.192,0.144 0.179,0.079 0.234,0.067 0.785,-0.148 0.574,-0.227 1.422,-0.687 1.512,-0.824 0.023,-0.035 0.019,-0.09 -0.012,-0.117 -0.027,-0.032 0.012,-0.188 0.09,-0.36 0.078,-0.172 0.16,-0.363 0.187,-0.429 0.028,-0.075 0.055,-0.09 0.074,-0.043 0.055,0.144 0.204,0.078 0.204,-0.094 0,-0.211 -0.071,-0.285 -0.157,-0.168 -0.039,0.047 -0.117,0.082 -0.179,0.078 z m 0.027,0.891 c 0,0.105 0.133,0.086 0.172,-0.024 0.012,-0.039 -0.02,-0.07 -0.074,-0.07 -0.055,0 -0.098,0.043 -0.098,0.094 z m -22.242,-12.918 c 0.097,0.261 0.328,0.781 0.508,1.156 0.183,0.375 0.332,0.695 0.332,0.711 0,0.066 -0.297,-0.399 -0.504,-0.793 -0.34,-0.633 -0.559,-1.207 -0.535,-1.391 0.015,-0.129 0.054,-0.066 0.199,0.317 z m -3.817,-0.164 c 0.039,0.089 0.18,0.418 0.313,0.734 0.863,2.008 2.426,4.859 2.426,4.422 0,-0.039 -0.051,-0.145 -0.118,-0.231 -0.304,-0.418 -0.851,-1.988 -0.937,-2.687 -0.113,-0.942 -0.145,-1.746 -0.066,-1.746 0.043,0 0.097,-0.059 0.125,-0.133 0.031,-0.086 0.062,0.074 0.089,0.496 0.106,1.656 0.493,3.281 1.024,4.289 l 0.133,0.246 -0.125,0.121 c -0.071,0.067 -0.137,0.121 -0.153,0.121 -0.019,0 -0.125,-0.14 -0.238,-0.312 -0.113,-0.176 -0.492,-0.625 -0.84,-1.004 -0.597,-0.652 -1.844,-2.352 -1.98,-2.703 -0.071,-0.172 -0.313,-0.699 -0.36,-0.777 -0.015,-0.028 -0.015,-0.047 0,-0.047 0.016,0 0.2,0.257 0.411,0.57 0.21,0.312 0.406,0.566 0.433,0.566 0.082,0 0.25,-0.214 0.25,-0.316 0,-0.055 -0.055,-0.23 -0.121,-0.398 -0.137,-0.332 -0.398,-1.313 -0.359,-1.352 0.011,-0.012 0.054,0.051 0.093,0.141 z m 0.426,2.175 c -0.043,0.075 -0.008,0.176 0.153,0.418 0.382,0.582 0.859,1.161 0.859,1.039 0,-0.121 -0.82,-1.589 -0.879,-1.574 -0.039,0.016 -0.098,0.067 -0.133,0.117 z m -1.687,-1.824 c 0.015,0.031 -0.004,0.242 -0.051,0.469 -0.074,0.383 -0.07,0.449 0.039,0.777 0.07,0.196 0.187,0.426 0.262,0.508 0.3,0.324 0.441,0.656 0.277,0.656 -0.043,0 -0.051,0.051 -0.027,0.137 0.117,0.363 0.09,0.328 -0.164,-0.195 -0.153,-0.313 -0.309,-0.645 -0.352,-0.742 -0.043,-0.098 -0.094,-0.149 -0.125,-0.118 -0.031,0.028 -0.086,0.36 -0.129,0.735 -0.062,0.578 -0.058,0.843 0.031,1.707 0.164,1.609 0.176,1.664 0.582,2.453 0.204,0.394 0.5,0.906 0.661,1.137 0.16,0.23 0.367,0.582 0.464,0.781 0.094,0.199 0.336,0.574 0.536,0.836 0.578,0.762 0.64,0.855 0.586,0.887 -0.028,0.015 -0.172,-0.118 -0.317,-0.297 -0.144,-0.184 -0.277,-0.321 -0.293,-0.305 -0.039,0.035 0.77,1.582 0.856,1.633 0.046,0.027 0.054,-0.024 0.031,-0.164 -0.024,-0.11 -0.07,-0.567 -0.106,-1.008 -0.039,-0.445 -0.07,-0.836 -0.074,-0.867 -0.019,-0.129 0.09,-0.571 0.145,-0.606 0.113,-0.066 0.234,0.11 0.3,0.446 0.04,0.187 0.196,0.871 0.348,1.523 0.152,0.652 0.27,1.23 0.258,1.285 -0.016,0.063 -0.106,-0.047 -0.234,-0.289 -0.161,-0.297 -0.211,-0.469 -0.219,-0.746 -0.008,-0.199 -0.043,-0.441 -0.086,-0.539 -0.07,-0.164 -0.078,-0.172 -0.141,-0.063 -0.047,0.082 -0.047,0.168 0.008,0.305 0.047,0.129 0.051,0.242 0.012,0.34 -0.031,0.082 -0.043,0.269 -0.028,0.41 0.028,0.246 0.024,0.258 -0.066,0.149 -0.133,-0.157 -0.125,-0.075 0.02,0.195 0.062,0.121 0.175,0.34 0.246,0.488 0.07,0.149 0.297,0.567 0.5,0.926 0.379,0.668 0.461,0.894 0.281,0.75 -0.051,-0.043 -0.211,-0.289 -0.356,-0.555 -0.152,-0.277 -0.316,-0.496 -0.394,-0.527 -0.254,-0.09 -1.102,-1.789 -1.555,-3.106 -0.133,-0.39 -0.301,-0.738 -0.445,-0.925 -0.473,-0.621 -0.59,-0.778 -0.793,-1.075 -0.117,-0.164 -0.32,-0.476 -0.449,-0.695 -0.133,-0.215 -0.285,-0.43 -0.344,-0.476 -0.453,-0.36 0.844,2.23 1.383,2.769 0.121,0.121 0.211,0.234 0.195,0.25 -0.035,0.031 -0.523,-0.277 -0.734,-0.473 -0.305,-0.277 -1.02,-0.882 -1.574,-1.328 -0.602,-0.492 -1.129,-0.761 -2.293,-1.168 -0.977,-0.343 -1.149,-0.375 -2.012,-0.359 -0.426,0.008 -1.059,0.012 -1.406,0.008 -0.864,-0.004 -1.774,0.152 -2.524,0.429 -2.84,1.059 -4.16,1.594 -5.07,2.059 -0.238,0.121 -0.781,0.395 -1.207,0.602 -0.426,0.207 -1.008,0.511 -1.297,0.675 -0.289,0.164 -0.633,0.356 -0.758,0.422 -0.129,0.071 -0.234,0.153 -0.234,0.184 0,0.074 -0.055,0.09 0.621,-0.145 0.586,-0.203 1.961,-0.55 2.316,-0.586 0.106,-0.007 0.199,0.008 0.219,0.039 0.016,0.036 -0.383,0.172 -0.895,0.313 -1.203,0.328 -1.835,0.547 -1.957,0.68 -0.113,0.121 -0.726,0.449 -1.058,0.566 -0.129,0.047 -0.449,0.219 -0.719,0.383 -0.535,0.332 -0.566,0.344 -0.566,0.215 0,-0.121 -0.008,-0.117 -0.434,0.09 -0.402,0.195 -0.461,0.21 -0.398,0.113 0.023,-0.039 0.011,-0.086 -0.028,-0.11 -0.09,-0.054 0.731,-0.738 1.407,-1.175 0.468,-0.305 1.503,-0.856 2.234,-1.196 0.633,-0.293 1.453,-0.703 1.672,-0.836 0.359,-0.214 2.183,-1.093 2.359,-1.132 0.09,-0.024 0.219,-0.09 0.289,-0.153 0.149,-0.133 0.567,-0.355 0.672,-0.355 0.043,0 0.379,-0.11 0.746,-0.246 0.364,-0.137 0.805,-0.297 0.973,-0.36 0.535,-0.199 1.391,-0.406 2.195,-0.531 0.899,-0.144 1.067,-0.199 1.016,-0.324 -0.02,-0.051 -0.332,-0.32 -0.696,-0.598 -0.675,-0.515 -1.234,-1.027 -1.761,-1.609 -0.227,-0.25 -0.293,-0.367 -0.278,-0.492 0.02,-0.161 0.024,-0.161 0.536,0.234 0.476,0.367 0.629,0.434 0.629,0.27 0,-0.036 -0.18,-0.29 -0.399,-0.563 -0.773,-0.969 -0.797,-1.238 -0.031,-0.316 0.637,0.765 0.875,1.027 1.5,1.652 0.394,0.391 0.48,0.508 0.422,0.566 -0.059,0.059 -0.118,0.051 -0.274,-0.039 -1.07,-0.617 -1.215,-0.593 -0.328,0.043 0.664,0.477 1.231,0.758 1.539,0.758 0.145,0 0.637,0.055 1.098,0.121 0.457,0.063 1.015,0.117 1.234,0.117 0.485,0.004 1.395,0.098 1.84,0.192 0.371,0.078 0.449,0.199 0.094,0.144 -0.496,-0.074 -1.063,-0.109 -1.172,-0.07 -0.168,0.066 0.414,0.336 0.777,0.359 0.469,0.036 0.641,0.094 0.992,0.356 0.375,0.273 1.262,0.816 1.293,0.789 0.008,-0.012 -0.093,-0.258 -0.226,-0.555 -0.383,-0.844 -0.711,-2.058 -0.785,-2.902 -0.055,-0.645 0.043,-0.703 0.152,-0.09 0.133,0.742 0.297,1.184 0.719,1.926 0.226,0.394 0.449,0.758 0.496,0.805 0.047,0.046 -0.098,-0.329 -0.324,-0.836 -0.285,-0.637 -0.418,-1.008 -0.426,-1.192 -0.008,-0.277 -0.078,-0.789 -0.129,-0.969 -0.016,-0.058 0.016,-0.105 0.074,-0.117 0.09,-0.019 0.106,-0.14 0.125,-0.898 0.012,-0.481 0.051,-0.992 0.086,-1.137 0.035,-0.141 0.063,-0.383 0.063,-0.531 0.004,-0.274 0.156,-0.879 0.25,-0.973 0.023,-0.027 0.062,-0.027 0.082,0 z m 0.375,6.942 c 0.109,0.097 0.109,0.097 0.039,-0.036 -0.039,-0.078 -0.09,-0.125 -0.11,-0.105 -0.023,0.023 0.012,0.086 0.071,0.141 z m -19.039,3.515 c -0.868,0.528 -1.536,0.969 -1.688,1.117 -0.199,0.196 -0.035,0.168 0.246,-0.039 0.156,-0.113 0.551,-0.343 0.879,-0.511 0.488,-0.254 1.453,-0.914 1.453,-0.996 0,-0.083 -0.234,0.031 -0.89,0.429 z m 9.429,-9.066 c 0.254,0.433 0.582,0.941 0.727,1.129 0.64,0.816 0.746,1.203 0.16,0.578 -0.469,-0.496 -0.816,-0.996 -0.949,-1.363 -0.063,-0.168 -0.188,-0.465 -0.278,-0.653 -0.316,-0.652 -0.121,-0.476 0.34,0.309 z m 45.305,0.797 c 0.07,0.039 0.219,0.082 0.336,0.101 0.117,0.02 0.223,0.063 0.234,0.102 0.016,0.047 -0.281,0.066 -1.047,0.07 -1.507,0.008 -2.996,0.227 -4.781,0.699 -0.441,0.118 -0.871,0.231 -0.953,0.25 l -0.148,0.035 0.117,-0.152 c 0.211,-0.273 2.004,-0.824 3.273,-1.012 1,-0.144 2.774,-0.199 2.969,-0.093 z m -25.699,0.043 c 0,0.082 -1.235,1.027 -1.309,1.004 -0.09,-0.028 1.012,-0.977 1.184,-1.02 0.07,-0.016 0.125,-0.012 0.125,0.016 z m -1.153,0.425 c -0.093,0.168 -0.382,0.512 -0.644,0.762 -0.258,0.254 -0.613,0.664 -0.789,0.918 -0.176,0.254 -0.352,0.477 -0.391,0.5 -0.039,0.024 -0.16,0.234 -0.273,0.469 -0.153,0.312 -0.207,0.387 -0.211,0.277 l -0.008,-0.152 -0.117,0.152 c -0.098,0.117 -0.121,0.129 -0.125,0.043 -0.004,-0.394 0.871,-2.832 1.09,-3.031 0.093,-0.086 0.097,-0.078 0.058,0.059 -0.113,0.375 -0.113,0.417 -0.011,0.417 0.109,0 0.128,0.067 0.043,0.153 -0.063,0.062 -0.208,0.75 -0.165,0.789 0.016,0.012 0.075,-0.051 0.137,-0.145 0.192,-0.289 0.742,-1 0.906,-1.168 0.125,-0.132 0.528,-0.347 0.645,-0.347 0.012,0 -0.051,0.136 -0.145,0.304 z m -7.988,0.403 c 0.262,0.316 0.66,0.773 0.887,1.015 0.226,0.239 0.398,0.45 0.383,0.465 -0.016,0.012 -0.282,-0.23 -0.594,-0.543 -0.313,-0.308 -0.625,-0.593 -0.691,-0.629 -0.122,-0.062 -0.598,-0.898 -0.508,-0.89 0.023,0 0.261,0.261 0.523,0.582 z m 9.481,-0.196 c -0.348,0.305 -0.528,0.418 -0.528,0.336 0,-0.074 0.676,-0.609 0.766,-0.605 0.039,0 -0.067,0.121 -0.238,0.269 z m 27.804,0.051 c 0.356,0.106 0.711,0.227 0.785,0.266 0.079,0.039 0.204,0.055 0.286,0.035 0.218,-0.051 2.293,0.848 2.425,1.055 0.09,0.136 -0.433,-0.039 -3.461,-1.164 -0.703,-0.262 -0.984,-0.403 -0.773,-0.391 0.047,0.004 0.379,0.094 0.738,0.199 z m -0.968,0.016 c 0.023,0.023 -0.036,0.074 -0.129,0.113 l -0.172,0.074 0.222,0.09 c 0.122,0.055 0.278,0.082 0.344,0.063 0.07,-0.016 0.285,0.027 0.485,0.093 0.347,0.118 1.918,0.942 2.414,1.266 0.336,0.219 1.007,0.824 0.918,0.828 -0.075,0.004 -0.59,-0.269 -1.067,-0.558 -0.656,-0.403 -2.867,-1.489 -3.191,-1.567 -0.082,-0.019 -0.184,-0.074 -0.219,-0.117 -0.156,-0.18 -0.418,-0.172 -2.531,0.066 -0.875,0.102 -1.145,0.172 -0.867,0.231 0.082,0.016 0.695,0.047 1.359,0.062 1.922,0.051 1.918,0.051 3.062,0.618 0.543,0.265 1.2,0.621 1.461,0.785 0.27,0.176 0.598,0.328 0.77,0.363 0.461,0.098 1.164,0.293 1.852,0.52 0.605,0.199 0.589,0.21 -0.094,0.07 -0.188,-0.039 -0.528,-0.067 -0.758,-0.059 -0.227,0.008 -0.52,-0.015 -0.648,-0.047 -0.333,-0.086 -2.012,-0.234 -3.387,-0.296 -2.071,-0.094 -3.196,0.046 -5.473,0.683 -0.527,0.149 -0.805,0.293 -1.289,0.668 -0.285,0.227 -0.359,0.227 -0.285,0.008 0.027,-0.078 0.043,-0.176 0.035,-0.219 -0.008,-0.039 0.145,-0.144 0.344,-0.234 0.312,-0.137 1.008,-0.586 1.008,-0.653 0,-0.011 -0.282,0.114 -0.625,0.282 -0.676,0.328 -0.926,0.367 -0.485,0.074 1.278,-0.84 3.188,-1.723 3.492,-1.609 0.149,0.054 0.063,0.14 -0.347,0.339 -0.707,0.344 -1.711,0.985 -1.649,1.051 0.028,0.024 1.653,-0.375 1.696,-0.418 0.015,-0.015 -0.028,-0.047 -0.098,-0.066 -0.141,-0.043 -0.176,-0.153 -0.051,-0.153 0.043,0 0.481,-0.039 0.973,-0.086 0.515,-0.05 1.719,-0.097 2.816,-0.105 l 1.918,-0.016 -1.082,-0.527 c -0.59,-0.289 -1.105,-0.547 -1.14,-0.574 -0.094,-0.07 -0.461,-0.121 -1.118,-0.156 -0.308,-0.016 -0.851,-0.043 -1.207,-0.063 -0.89,-0.055 -2.3,0.09 -3.589,0.367 -0.219,0.047 -0.68,0.219 -1.024,0.383 -0.344,0.164 -0.644,0.301 -0.668,0.301 -0.148,0 0.137,-0.168 1.027,-0.594 1.606,-0.766 3.032,-1.148 4.715,-1.262 0.965,-0.066 2.223,-0.074 2.282,-0.019 z m -20.434,0.336 c 0,0.168 -0.34,0.722 -0.684,1.121 -0.136,0.16 -0.5,0.484 -0.808,0.719 -0.305,0.238 -0.543,0.441 -0.528,0.457 0.043,0.039 1.192,-0.418 1.832,-0.731 0.59,-0.285 0.743,-0.32 0.743,-0.179 0,0.085 -0.883,0.628 -1.02,0.628 -0.039,0 -0.414,0.125 -0.836,0.278 -0.426,0.152 -0.867,0.289 -0.988,0.304 -0.418,0.055 -0.637,0.047 -0.664,-0.027 -0.016,-0.043 0.012,-0.074 0.058,-0.074 0.051,0 0.282,-0.125 0.516,-0.277 0.977,-0.629 2.156,-1.782 1.953,-1.903 -0.031,-0.019 -0.387,0.047 -0.789,0.149 -0.703,0.172 -1.578,0.297 -1.5,0.211 0.02,-0.02 0.324,-0.106 0.672,-0.188 0.695,-0.164 1.461,-0.398 1.738,-0.535 0.242,-0.121 0.305,-0.113 0.305,0.047 z m -9.996,-0.031 c 0.015,0.027 -0.082,0.316 -0.215,0.644 -0.133,0.328 -0.426,1.121 -0.652,1.762 -0.223,0.64 -0.43,1.191 -0.461,1.222 -0.086,0.086 -0.071,-0.25 0.027,-0.593 0.238,-0.867 1.129,-3.082 1.238,-3.082 0.016,0 0.043,0.023 0.063,0.047 z m 23.926,2.179 c -0.282,0.274 -0.563,0.578 -0.625,0.684 -0.125,0.195 -0.243,0.293 -0.293,0.242 -0.035,-0.035 0.136,-0.379 0.207,-0.41 0.027,-0.012 0.144,-0.125 0.258,-0.254 0.253,-0.285 0.812,-0.754 0.898,-0.754 0.035,0 -0.164,0.223 -0.445,0.492 z m 12.742,0.098 c 0.523,0.402 1.41,1.254 1.406,1.348 0,0.039 -0.062,0 -0.137,-0.082 -0.168,-0.184 -1.136,-0.926 -1.613,-1.235 -0.191,-0.125 -0.348,-0.262 -0.348,-0.305 0,-0.164 0.258,-0.062 0.692,0.274 z m -38.625,-0.098 c 0.086,0.106 0.172,2.977 0.09,2.977 -0.129,0 -0.157,-0.25 -0.172,-1.485 -0.008,-0.703 -0.031,-1.289 -0.051,-1.308 -0.074,-0.074 -0.414,0.98 -0.59,1.836 -0.222,1.058 -0.23,1.547 -0.043,2.254 0.168,0.629 0.211,0.972 0.102,0.789 -0.082,-0.133 -0.36,-1.188 -0.465,-1.758 -0.047,-0.262 -0.117,-0.621 -0.152,-0.801 -0.082,-0.402 -0.082,-0.883 -0.008,-0.93 0.035,-0.019 0.074,0.059 0.094,0.176 0.019,0.114 0.05,0.305 0.07,0.418 0.047,0.309 0.113,0.258 0.203,-0.164 0.16,-0.742 0.398,-1.512 0.508,-1.629 0.062,-0.066 0.129,-0.191 0.152,-0.285 0.047,-0.172 0.16,-0.211 0.262,-0.09 z m 9.91,0.578 c 0,0.028 -0.145,0.11 -0.324,0.18 -0.824,0.332 -3.102,1.844 -3.063,2.031 0.016,0.067 0.075,0.09 0.172,0.078 0.086,-0.007 0.434,-0.019 0.774,-0.027 0.695,-0.012 1.105,0.066 1.699,0.328 0.222,0.098 0.515,0.227 0.652,0.285 0.133,0.063 0.309,0.129 0.383,0.149 0.164,0.047 0.547,0.457 0.863,0.922 0.125,0.183 0.305,0.425 0.403,0.531 0.367,0.414 0.132,0.43 -0.309,0.023 -0.203,-0.187 -0.566,-0.41 -1.031,-0.632 -0.653,-0.321 -0.742,-0.348 -1.012,-0.317 -0.527,0.063 -1.414,0.336 -2.086,0.649 -0.359,0.168 -0.66,0.293 -0.672,0.281 -0.011,-0.012 -0.047,-0.102 -0.078,-0.199 -0.047,-0.141 -0.098,-0.18 -0.242,-0.188 -0.098,-0.004 -0.289,-0.051 -0.426,-0.101 -0.535,-0.204 -1.68,-0.086 -2.226,0.23 -0.137,0.078 -0.325,0.176 -0.415,0.211 -0.156,0.062 -0.273,0.223 -0.207,0.285 0.016,0.016 0.2,-0.016 0.403,-0.074 0.222,-0.059 0.722,-0.113 1.222,-0.137 0.708,-0.027 0.891,-0.015 1.09,0.067 0.133,0.05 0.317,0.097 0.407,0.097 0.183,0 0.683,0.324 0.683,0.446 0,0.043 -0.078,0.093 -0.18,0.109 -0.168,0.035 -0.996,0.715 -0.996,0.82 0,0.11 0.223,0.114 0.438,0.004 0.219,-0.109 0.867,-0.262 0.914,-0.215 0.051,0.051 -0.066,0.149 -0.176,0.149 -0.129,0 -0.234,0.117 -0.109,0.125 0.23,0.011 0.336,0.07 0.582,0.301 0.183,0.175 0.25,0.277 0.207,0.324 -0.039,0.047 -0.008,0.113 0.094,0.207 0.125,0.113 0.168,0.125 0.246,0.062 0.078,-0.062 0.175,-0.023 0.605,0.25 0.281,0.18 0.676,0.418 0.883,0.528 0.203,0.109 0.523,0.296 0.711,0.414 0.43,0.273 1.101,0.57 1.559,0.683 0.265,0.067 0.445,0.074 0.742,0.035 0.215,-0.031 0.554,-0.058 0.761,-0.058 0.36,0 0.594,-0.07 0.481,-0.137 -0.219,-0.133 -0.934,-0.336 -1.152,-0.332 -0.645,0.024 -3.832,-1.445 -4.68,-2.156 -0.371,-0.309 -0.059,-0.211 0.406,0.129 0.238,0.172 0.555,0.363 0.707,0.426 0.152,0.058 0.418,0.164 0.586,0.23 0.172,0.07 0.395,0.156 0.496,0.199 0.399,0.16 0.551,0.16 0.703,0.004 0.102,-0.101 0.137,-0.199 0.121,-0.344 -0.019,-0.172 -0.054,-0.211 -0.285,-0.293 -0.25,-0.089 -0.258,-0.101 -0.156,-0.191 0.062,-0.051 0.164,-0.102 0.227,-0.113 0.113,-0.024 0.113,-0.028 0,-0.153 -0.129,-0.152 -0.477,-0.234 -1.415,-0.339 l -0.617,-0.071 0.469,-0.078 c 0.602,-0.105 1.141,-0.059 2.746,0.238 0.871,0.161 1.035,0.25 0.371,0.203 -0.269,-0.019 -0.57,-0.05 -0.664,-0.07 -0.281,-0.058 -0.195,0.086 0.094,0.16 0.144,0.039 0.371,0.11 0.5,0.157 0.156,0.054 0.336,0.07 0.512,0.046 0.285,-0.043 0.316,-0.074 0.195,-0.199 -0.063,-0.062 -0.051,-0.074 0.074,-0.054 0.098,0.011 0.188,0.082 0.238,0.183 0.043,0.094 0.137,0.199 0.2,0.238 0.175,0.106 0.148,0.133 -0.114,0.133 -0.304,0 -0.328,0.153 -0.082,0.512 0.239,0.344 0.899,0.992 1.243,1.223 0.312,0.207 0.382,0.328 0.187,0.328 -0.082,0 -0.148,0.047 -0.168,0.121 -0.027,0.101 -0.086,0.121 -0.394,0.121 -0.2,0 -0.575,0.031 -0.836,0.066 -0.426,0.063 -0.465,0.078 -0.36,0.149 0.196,0.133 0.395,0.332 0.395,0.386 0,0.028 -0.074,0.04 -0.168,0.024 -0.094,-0.012 -0.543,-0.082 -0.996,-0.152 -0.621,-0.098 -0.946,-0.18 -1.301,-0.336 -0.629,-0.282 -1.047,-0.418 -1.512,-0.5 -0.211,-0.036 -0.648,-0.145 -0.969,-0.243 -0.847,-0.253 -1.996,-0.386 -2.558,-0.296 -0.836,0.132 -1.637,0.652 -1.906,1.246 -0.161,0.34 -0.106,0.422 0.543,0.793 1.179,0.672 2.851,1.394 5.589,2.418 0.461,0.168 0.95,0.382 1.082,0.476 0.215,0.141 0.293,0.16 0.559,0.133 0.172,-0.016 0.418,-0.09 0.547,-0.16 0.406,-0.235 0.312,-0.082 -0.125,0.195 -0.559,0.356 -1.195,0.492 -1.195,0.254 0,-0.09 -0.149,-0.141 -1.039,-0.355 -0.75,-0.18 -0.692,-0.176 -0.692,-0.063 0,0.113 -0.035,0.113 -0.461,-0.031 -0.836,-0.278 -2.445,-1.098 -4.055,-2.067 -0.363,-0.218 -0.433,-0.242 -0.433,-0.136 0,0.125 1.781,1.785 2.437,2.277 0.168,0.125 0.266,0.227 0.219,0.231 -0.223,0.015 -0.504,-0.028 -1.035,-0.161 -0.312,-0.078 -0.613,-0.144 -0.664,-0.144 -0.129,0 -0.117,0.211 0.039,0.597 0.262,0.672 0.484,1.79 0.547,2.75 0.09,1.372 0.133,1.79 0.187,1.825 0.028,0.015 0.067,-0.09 0.09,-0.239 0.047,-0.312 0.156,-0.418 0.156,-0.152 0,0.141 0.032,0.184 0.122,0.184 0.144,0 0.234,0.402 0.132,0.59 -0.035,0.062 -0.066,0.207 -0.062,0.316 l 0,0.199 0.109,-0.223 c 0.199,-0.406 0.332,-0.5 0.899,-0.644 0.547,-0.141 0.609,-0.199 0.289,-0.262 -0.129,-0.023 -0.188,-0.07 -0.188,-0.148 0,-0.09 0.082,-0.133 0.403,-0.211 0.347,-0.086 1.453,-0.512 2.457,-0.945 0.308,-0.137 0.429,-0.114 0.32,0.058 -0.102,0.16 -0.867,0.703 -1.418,1.004 -0.27,0.148 -0.563,0.324 -0.648,0.391 l -0.157,0.121 0.157,-0.028 c 0.085,-0.019 0.285,-0.078 0.445,-0.14 0.637,-0.235 0.316,0.156 -0.531,0.656 -1.364,0.801 -1.797,1.016 -1.946,0.973 -0.207,-0.067 -0.504,0.191 -0.707,0.609 -0.394,0.824 -1.222,1.988 -1.746,2.465 -0.125,0.117 -0.25,0.258 -0.273,0.316 -0.024,0.063 -0.289,0.25 -0.59,0.418 -0.301,0.172 -0.559,0.344 -0.574,0.383 -0.016,0.047 0.152,0.082 0.511,0.109 0.582,0.047 0.625,0.129 0.102,0.188 -0.176,0.023 -0.32,0.062 -0.32,0.09 0,0.027 0.015,0.051 0.035,0.051 0.265,0 1.629,0.203 1.738,0.261 0.121,0.059 0.242,0.055 0.664,-0.027 0.281,-0.055 0.574,-0.117 0.645,-0.141 0.277,-0.086 0.121,0.09 -0.297,0.328 -0.238,0.137 -0.434,0.274 -0.434,0.305 0,0.028 0.008,0.051 0.016,0.051 0.109,-0.004 0.855,-0.27 1.101,-0.391 0.329,-0.16 0.446,-0.16 0.301,0.004 -0.23,0.274 -1.969,0.864 -2.965,1.012 l -0.277,0.043 0.391,-0.188 c 0.5,-0.23 0.753,-0.406 0.753,-0.515 0,-0.047 -0.058,-0.086 -0.124,-0.086 -0.09,0 -0.126,-0.039 -0.126,-0.145 0,-0.129 -0.035,-0.148 -0.292,-0.183 -1.036,-0.133 -1.403,-0.227 -1.582,-0.395 -0.211,-0.207 -0.434,-0.222 -0.895,-0.051 -0.176,0.063 -0.391,0.118 -0.469,0.118 -0.16,0 -1.054,0.207 -1.324,0.304 -0.281,0.106 -1.582,0.117 -2.328,0.024 -0.375,-0.047 -1.102,-0.196 -1.606,-0.324 -0.738,-0.188 -0.957,-0.27 -1.113,-0.407 -0.105,-0.097 -0.289,-0.211 -0.41,-0.258 -0.445,-0.16 -1.906,-0.886 -2.473,-1.222 -0.566,-0.332 -1.172,-0.77 -2.023,-1.453 -0.504,-0.403 -2.332,-1.469 -2.926,-1.703 -0.121,-0.047 -0.422,-0.176 -0.672,-0.282 -0.371,-0.16 -0.504,-0.187 -0.722,-0.16 -0.247,0.035 -1.086,0.27 -1.438,0.402 -0.078,0.032 -0.25,0.055 -0.379,0.055 -0.312,0 -0.379,0.086 -0.707,0.871 -0.148,0.36 -0.43,0.992 -0.629,1.403 -0.195,0.41 -0.406,0.882 -0.472,1.046 -0.067,0.165 -0.172,0.395 -0.235,0.508 -0.242,0.446 -0.281,0.77 -0.211,1.867 0.055,0.833 0.102,1.161 0.254,1.692 0.106,0.359 0.266,0.926 0.356,1.254 0.093,0.328 0.277,0.828 0.41,1.105 0.168,0.348 0.238,0.574 0.226,0.715 l -0.019,0.203 -0.774,-0.562 c -0.457,-0.332 -1.218,-0.985 -1.875,-1.61 -1.015,-0.964 -1.129,-1.093 -1.488,-1.703 -0.769,-1.301 -1.086,-1.929 -1.492,-2.961 -0.231,-0.574 -0.442,-1.078 -0.477,-1.117 -0.144,-0.176 -0.226,-1.293 -0.172,-2.379 0.047,-0.965 0.079,-1.179 0.301,-2.019 0.399,-1.504 0.645,-2.086 1.473,-3.485 0.625,-1.047 1.137,-1.761 1.543,-2.16 0.301,-0.293 0.371,-0.324 1.117,-0.551 2.231,-0.675 4.231,-0.754 6.176,-0.246 0.625,0.164 1.855,0.364 3.555,0.574 1.121,0.141 1.566,0.165 2.828,0.168 1.328,0.004 1.507,-0.007 1.601,-0.097 0.129,-0.121 0.153,-0.11 -0.902,-0.438 -0.922,-0.289 -0.981,-0.32 -1.352,-0.722 -0.3,-0.328 -0.332,-0.344 -0.703,-0.391 -0.215,-0.031 -0.57,-0.105 -0.793,-0.168 -0.219,-0.062 -0.609,-0.172 -0.863,-0.242 -0.637,-0.176 -1.645,-0.535 -2.344,-0.832 -0.32,-0.137 -1.242,-0.461 -2.047,-0.723 -0.808,-0.262 -1.59,-0.527 -1.738,-0.594 -0.402,-0.171 -0.125,-0.148 0.332,0.028 0.215,0.082 0.441,0.144 0.508,0.133 0.187,-0.024 0.984,0.234 1.605,0.523 1.012,0.465 4.399,1.492 5.618,1.703 0.382,0.067 0.804,0.149 0.941,0.184 0.137,0.035 0.891,0.074 1.68,0.086 1.277,0.019 1.484,0.011 1.918,-0.098 0.265,-0.062 0.625,-0.145 0.793,-0.172 0.3,-0.055 0.601,-0.156 0.992,-0.336 0.312,-0.144 0.902,-0.273 1.328,-0.285 0.531,-0.019 0.773,-0.129 0.777,-0.363 0,-0.149 0.031,-0.184 0.188,-0.215 0.273,-0.055 0.343,-0.109 0.301,-0.238 -0.04,-0.129 0.062,-0.153 0.218,-0.055 0.082,0.051 0.082,0.062 0,0.117 -0.07,0.043 -0.078,0.082 -0.023,0.164 0.047,0.074 0.164,0.11 0.398,0.125 0.184,0.008 0.364,0.043 0.403,0.074 0.039,0.032 0.144,0.243 0.238,0.473 0.16,0.395 0.285,0.539 0.285,0.332 0,-0.129 0.145,-0.113 0.277,0.027 0.2,0.211 0.289,0.157 0.243,-0.148 -0.039,-0.258 -0.036,-0.27 0.113,-0.27 0.144,0 0.164,-0.031 0.226,-0.378 0.036,-0.207 0.067,-0.422 0.067,-0.477 0,-0.191 0.269,-0.852 0.441,-1.086 0.098,-0.133 0.262,-0.355 0.367,-0.5 0.106,-0.141 0.184,-0.269 0.168,-0.281 -0.015,-0.016 -0.136,0.055 -0.269,0.152 -0.133,0.098 -0.262,0.176 -0.285,0.176 -0.145,0.008 0.418,-1.09 0.687,-1.34 0.219,-0.199 0.242,-0.332 0.07,-0.433 -0.097,-0.063 -0.152,-0.043 -0.355,0.113 -0.129,0.101 -0.336,0.246 -0.461,0.32 -0.164,0.102 -0.34,0.332 -0.633,0.817 -0.222,0.371 -0.445,0.785 -0.496,0.921 -0.078,0.215 -0.34,0.563 -0.426,0.563 -0.015,0 -0.046,-0.184 -0.066,-0.406 -0.027,-0.278 -0.004,-0.555 0.074,-0.899 0.09,-0.422 0.149,-0.543 0.367,-0.785 0.141,-0.16 0.438,-0.422 0.664,-0.578 0.364,-0.258 0.403,-0.309 0.387,-0.469 -0.015,-0.148 -0.043,-0.18 -0.16,-0.168 -0.078,0.008 -0.219,0.071 -0.316,0.141 -0.098,0.07 -0.211,0.109 -0.25,0.086 -0.141,-0.082 -0.672,0.39 -0.891,0.801 -0.293,0.539 -0.531,1.359 -0.492,1.687 l 0.027,0.262 -0.156,-0.168 c -0.246,-0.258 -0.262,-0.426 -0.074,-0.758 0.09,-0.16 0.144,-0.332 0.125,-0.383 -0.106,-0.265 1.148,-1.918 2.199,-2.898 0.433,-0.403 1.625,-1.317 1.906,-1.461 0.16,-0.078 0.653,-0.344 1.094,-0.582 0.98,-0.531 1.945,-0.977 2.57,-1.176 0.254,-0.082 0.524,-0.188 0.598,-0.234 0.16,-0.098 0.203,-0.106 0.203,-0.032 z m -5.281,4.918 c -0.285,0.215 -0.125,0.254 0.672,0.168 0.851,-0.09 0.933,-0.172 0.25,-0.254 -0.512,-0.062 -0.758,-0.039 -0.922,0.086 z m 5.996,1.067 c 0.019,0.035 0.062,0.062 0.094,0.062 0.031,0 0.058,-0.027 0.058,-0.062 0,-0.032 -0.043,-0.059 -0.097,-0.059 -0.051,0 -0.079,0.027 -0.055,0.059 z m -4.86,0.242 c 0,0.031 0.043,0.059 0.094,0.059 0.051,0 0.094,-0.028 0.094,-0.059 0,-0.035 -0.043,-0.063 -0.094,-0.063 -0.051,0 -0.094,0.028 -0.094,0.063 z m 5.75,1.109 c -0.039,0.047 -0.179,0.114 -0.312,0.149 -0.133,0.031 -0.238,0.086 -0.238,0.117 0,0.047 0.91,0.355 1.054,0.355 0.032,0 0.059,-0.07 0.063,-0.164 0.004,-0.156 0.008,-0.156 0.082,0.047 0.078,0.207 0.246,0.301 0.351,0.196 0.067,-0.063 -0.308,-0.809 -0.421,-0.84 -0.047,-0.016 -0.079,0.031 -0.082,0.117 0,0.133 -0.004,0.133 -0.067,0.019 -0.039,-0.066 -0.113,-0.187 -0.164,-0.269 l -0.098,-0.149 -0.046,0.168 c -0.028,0.09 -0.079,0.207 -0.122,0.254 z m -13.109,2.664 -0.836,0.2 0.402,0.019 c 0.454,0.02 1.801,-0.133 2.145,-0.242 0.125,-0.043 0.242,-0.113 0.258,-0.156 0.051,-0.149 -1.024,-0.051 -1.969,0.179 z m -5.969,0.469 c -0.039,0.063 0.77,0.481 0.938,0.481 0.094,0 0.094,-0.012 0.008,-0.106 -0.055,-0.058 -0.106,-0.16 -0.121,-0.223 -0.016,-0.097 -0.086,-0.128 -0.329,-0.156 -0.171,-0.019 -0.343,-0.039 -0.382,-0.047 -0.043,-0.004 -0.09,0.02 -0.114,0.051 z m 1.075,0.145 c 0,0.074 1.05,0.496 1.668,0.672 l 0.515,0.144 0.34,-0.121 c 0.441,-0.16 1.691,-0.418 2.02,-0.422 0.261,0 0.472,-0.078 0.375,-0.133 -0.032,-0.015 -0.563,-0.051 -1.184,-0.074 -0.953,-0.039 -1.148,-0.031 -1.27,0.047 -0.125,0.078 -0.175,0.078 -0.386,0.008 -0.137,-0.047 -0.481,-0.086 -0.77,-0.09 -0.289,-0.004 -0.68,-0.027 -0.867,-0.051 -0.391,-0.055 -0.441,-0.051 -0.441,0.02 z m 6.386,0.129 c -0.015,0.015 -0.015,0.039 0,0.054 0.039,0.035 0.793,0.153 0.985,0.149 0.14,0 0.144,-0.004 0.035,-0.067 -0.309,-0.172 -0.903,-0.25 -1.02,-0.136 z m 38.641,-10.305 c 0.207,0.125 0.223,0.152 0.148,0.269 -0.039,0.055 -0.109,0.036 -0.277,-0.074 -0.129,-0.086 -0.23,-0.176 -0.23,-0.203 0,-0.109 0.175,-0.105 0.359,0.008 z m -50.34,0.73 0.281,0.075 -0.218,0.039 c -0.118,0.019 -0.481,0.035 -0.805,0.035 -0.324,-0.004 -0.703,0.023 -0.836,0.058 -0.137,0.036 -0.359,0.075 -0.5,0.094 -0.649,0.078 -1.879,0.371 -2.805,0.668 -0.558,0.184 -1.058,0.352 -1.105,0.375 -0.172,0.094 0.047,0.137 0.379,0.074 1.347,-0.254 3.55,-0.25 5.277,0.008 1.199,0.184 1.746,0.297 2.207,0.465 0.469,0.168 1.785,0.535 1.922,0.535 0.086,0 0.109,-0.031 0.082,-0.121 -0.039,-0.152 0.066,-0.129 0.652,0.156 0.465,0.223 0.547,0.168 0.219,-0.136 -0.266,-0.243 -0.426,-0.313 -1.348,-0.602 -1.257,-0.391 -1.379,-0.426 -2.207,-0.613 -2.257,-0.512 -2.527,-0.563 -3.261,-0.594 -0.035,0 -0.028,-0.035 0.015,-0.078 0.043,-0.039 0.223,-0.086 0.399,-0.098 0.605,-0.051 2.984,-0.019 3.324,0.043 0.969,0.172 2.176,0.567 3,0.981 0.203,0.101 0.539,0.265 0.742,0.363 0.203,0.098 0.649,0.387 0.988,0.637 0.34,0.25 0.7,0.507 0.801,0.566 0.235,0.145 0.985,0.887 1.539,1.531 0.242,0.278 0.563,0.637 0.707,0.797 0.414,0.457 0.301,0.637 -0.172,0.27 -0.214,-0.168 -0.293,-0.192 -0.66,-0.2 -0.332,-0.007 -0.64,-0.082 -1.468,-0.355 -1.055,-0.348 -1.911,-0.664 -2.602,-0.965 -0.645,-0.281 -3.008,-1.223 -3.066,-1.223 -0.028,0 -0.27,-0.097 -0.536,-0.218 -0.359,-0.164 -0.601,-0.231 -0.976,-0.266 -0.559,-0.051 -1.028,-0.117 -2.133,-0.293 -1.434,-0.226 -2.543,-0.308 -3.648,-0.265 -0.563,0.023 -1.161,0.078 -1.332,0.121 -0.665,0.175 -1.145,0.273 -1.25,0.25 -0.188,-0.039 0.265,-0.266 0.75,-0.375 0.546,-0.121 0.753,-0.196 1.027,-0.352 0.488,-0.281 1.23,-0.527 2.922,-0.969 1.484,-0.383 3.136,-0.574 3.695,-0.418 z m 0.84,0.696 c 0.066,0.023 0.371,0.101 0.676,0.172 0.308,0.07 0.902,0.238 1.324,0.367 0.422,0.133 0.773,0.23 0.785,0.218 0.043,-0.039 -0.082,-0.152 -0.332,-0.304 -0.266,-0.16 -1.316,-0.418 -2.086,-0.508 -0.383,-0.047 -0.574,-0.02 -0.367,0.055 z m 3.121,0.621 c 0,0.047 0.703,0.551 0.91,0.652 0.113,0.059 0.203,0.141 0.203,0.184 0,0.086 0.543,0.558 0.926,0.812 0.121,0.078 0.336,0.242 0.477,0.367 0.144,0.125 0.398,0.309 0.566,0.411 0.18,0.105 0.32,0.238 0.344,0.32 0.019,0.078 0.14,0.207 0.269,0.289 0.262,0.168 0.633,0.273 0.633,0.176 0,-0.067 -0.355,-0.368 -0.437,-0.368 -0.032,0 -0.055,-0.039 -0.055,-0.085 0,-0.141 -1.106,-1.137 -1.828,-1.645 -0.371,-0.262 -0.809,-0.57 -0.969,-0.687 -0.41,-0.305 -1.039,-0.559 -1.039,-0.426 z m 6.27,-0.907 c 0.019,0.172 0.039,0.489 0.039,0.708 0,0.214 0.027,0.539 0.058,0.714 0.035,0.18 0.106,0.582 0.16,0.895 0.055,0.312 0.164,0.801 0.246,1.09 0.079,0.285 0.122,0.535 0.094,0.554 -0.058,0.032 -0.125,-0.144 -0.316,-0.839 -0.219,-0.805 -0.239,-0.903 -0.371,-1.778 -0.121,-0.812 -0.121,-1.554 0.004,-1.629 0.027,-0.015 0.062,0.114 0.086,0.285 z m 38.019,-0.136 c 0,0.031 -0.031,0.058 -0.062,0.058 -0.036,0 -0.063,-0.027 -0.063,-0.058 0,-0.031 0.027,-0.059 0.063,-0.059 0.031,0 0.062,0.028 0.062,0.059 z m 0.988,0.117 c 0.254,0.059 0.727,0.187 1.051,0.289 1.293,0.406 1.547,0.5 1.547,0.594 0,0.062 -0.035,0.078 -0.109,0.047 -0.059,-0.024 -0.235,-0.063 -0.387,-0.086 -0.152,-0.028 -0.406,-0.082 -0.563,-0.125 -0.246,-0.067 -0.316,-0.067 -0.496,0.015 -0.183,0.082 -0.273,0.086 -0.797,0.012 -0.675,-0.094 -1.656,-0.109 -1.789,-0.027 -0.05,0.031 -0.078,0.066 -0.062,0.078 0.066,0.058 0.633,0.16 1.297,0.234 l 0.711,0.078 -0.992,0.035 c -1.051,0.036 -1.141,0.028 -1.141,-0.097 0,-0.106 -0.574,-0.172 -1.074,-0.129 -0.297,0.023 -0.684,0.156 -1.743,0.598 -0.75,0.308 -1.652,0.703 -2.011,0.875 -0.356,0.171 -0.817,0.371 -1.02,0.449 -0.203,0.074 -0.793,0.312 -1.308,0.531 -0.903,0.375 -1.426,0.555 -1.481,0.5 -0.015,-0.012 0.735,-0.34 1.66,-0.723 0.926,-0.386 1.754,-0.754 1.84,-0.82 l 0.156,-0.121 -0.214,0.043 c -0.118,0.019 -0.438,0.133 -0.711,0.246 -1.305,0.543 -1.625,0.574 -0.489,0.047 1.27,-0.586 2.649,-1.082 4.18,-1.496 0.277,-0.074 0.356,-0.121 0.356,-0.211 0,-0.07 0.054,-0.125 0.14,-0.141 0.328,-0.062 2.734,-0.148 3.387,-0.121 0.691,0.028 0.707,0.028 0.465,-0.066 -0.426,-0.156 -1.262,-0.281 -2.258,-0.328 l -0.961,-0.047 1.176,0.019 c 0.648,0.012 1.301,0.051 1.449,0.086 0.293,0.074 0.445,0.016 0.293,-0.109 -0.051,-0.039 -0.309,-0.11 -0.578,-0.152 -0.344,-0.055 -0.41,-0.079 -0.235,-0.083 0.137,0 0.457,0.047 0.711,0.106 z m -57.222,2.418 c -0.09,0.094 -1.102,0.656 -1.352,0.75 -0.152,0.059 -0.391,0.156 -0.527,0.211 -0.246,0.105 -0.246,0.105 -0.141,-0.012 0.063,-0.062 0.477,-0.293 0.93,-0.508 0.754,-0.363 1.18,-0.535 1.09,-0.441 z m -1.024,1.129 c -0.222,0.176 -1.101,0.824 -1.261,0.933 -0.067,0.043 -0.122,0.055 -0.122,0.02 0,-0.078 0.743,-0.652 1.161,-0.898 0.382,-0.223 0.464,-0.247 0.222,-0.055 z m -2.187,-0.024 c 0,0.028 -0.071,0.098 -0.16,0.157 -0.289,0.179 -2.067,1.964 -2.067,2.07 0,0.117 -0.922,0.961 -1.015,0.93 -0.036,-0.012 -0.075,-0.059 -0.082,-0.11 -0.028,-0.129 1.343,-1.617 1.828,-1.984 0.218,-0.168 0.558,-0.445 0.75,-0.609 0.324,-0.286 0.636,-0.508 0.714,-0.508 0.016,0 0.032,0.027 0.032,0.054 z m 49.14,0.715 c -0.078,0.071 -1.515,0.551 -1.636,0.543 -0.075,0 1.574,-0.586 1.668,-0.594 0.015,0 0.004,0.024 -0.032,0.051 z m -46.789,-0.015 c 0,0.05 -0.742,0.82 -0.82,0.851 -0.027,0.012 -0.016,-0.043 0.02,-0.125 0.07,-0.144 0.8,-0.808 0.8,-0.726 z m 3.41,1.343 c 0.516,0.071 0.735,0.149 0.735,0.266 0,0.109 0.019,0.105 -0.25,0.023 -0.641,-0.195 -1.547,-0.226 -2.219,-0.078 -1.961,0.438 -3.344,0.996 -4.09,1.66 -0.152,0.137 -0.082,0.051 0.157,-0.191 0.441,-0.449 1.074,-0.937 1.582,-1.223 0.289,-0.164 0.464,-0.207 0.398,-0.101 -0.059,0.09 0.164,0.074 0.469,-0.031 0.894,-0.309 2.297,-0.45 3.218,-0.325 z m -4.957,0.11 c 0,0.031 -0.027,0.074 -0.058,0.093 -0.031,0.02 -0.215,0.254 -0.41,0.516 -0.192,0.266 -0.364,0.465 -0.383,0.449 -0.016,-0.019 0.09,-0.183 0.242,-0.371 0.149,-0.183 0.313,-0.418 0.363,-0.519 0.09,-0.18 0.246,-0.289 0.246,-0.168 z m 36.957,0.222 c 0.305,0.114 0.68,0.223 0.836,0.243 0.356,0.039 0.782,0.207 0.668,0.261 -0.207,0.11 -1.086,0.176 -1.535,0.121 -0.605,-0.074 -0.636,-0.089 -0.832,-0.371 -0.176,-0.261 -0.168,-0.41 0.024,-0.41 0.066,0 0.156,-0.012 0.203,-0.027 0.043,-0.016 0.332,0.066 0.636,0.183 z m -39.214,0.293 c -0.246,0.11 -0.414,0.11 -0.215,0 0.086,-0.047 0.211,-0.086 0.277,-0.082 0.098,0 0.082,0.02 -0.062,0.082 z m 1.336,0.739 c -0.039,0.066 -0.098,0.14 -0.137,0.16 -0.047,0.031 -0.047,0.008 0,-0.082 0.039,-0.067 0.101,-0.141 0.137,-0.164 0.05,-0.028 0.05,-0.004 0,0.086 z m 22.449,0.367 c 0,0.144 -1.172,0.558 -1.5,0.527 -0.172,-0.019 -0.117,-0.047 0.386,-0.211 0.321,-0.101 0.668,-0.23 0.774,-0.281 0.211,-0.109 0.34,-0.121 0.34,-0.035 z m 18.386,0.461 c -0.078,0.015 -0.203,0.015 -0.281,0 -0.074,-0.016 -0.011,-0.028 0.141,-0.028 0.152,0 0.215,0.012 0.14,0.028 z m 1.958,3.41 c -0.149,0.207 -1.258,0.976 -1.52,1.055 -0.164,0.05 -0.234,-0.039 -0.148,-0.196 0.101,-0.183 1.242,-0.89 1.511,-0.937 0.235,-0.043 0.239,-0.039 0.157,0.078 z m -7.45,0.59 c -0.246,0.183 -0.711,0.383 -0.898,0.383 -0.242,0 -0.215,-0.133 0.039,-0.184 0.098,-0.023 0.328,-0.098 0.508,-0.168 0.383,-0.148 0.527,-0.16 0.351,-0.031 z"
-         style="font-size:25.60000038px;fill:#1d1110;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4685" /><path
-         d="m 326.51733,201.987 0,-12.469 2.625,0 c 2.207,0 3.828,0.5 4.859,1.5 1.028,1.008 1.547,2.594 1.547,4.75 0,2.152 -0.519,3.726 -1.547,4.719 -1.031,0.996 -2.652,1.5 -4.859,1.5 l -2.625,0 z m -2.172,1.781 4.469,0 c 3.101,0 5.379,-0.649 6.828,-1.938 1.457,-1.293 2.188,-3.316 2.188,-6.062 0,-2.762 -0.731,-4.793 -2.188,-6.094 -1.461,-1.293 -3.738,-1.937 -6.828,-1.937 l -4.469,0 0,16.031 z m 21.817,-5.391 c -1.063,0 -1.903,-0.414 -2.516,-1.234 -0.617,-0.824 -0.922,-1.961 -0.922,-3.406 0,-1.438 0.305,-2.575 0.922,-3.407 0.613,-0.824 1.453,-1.234 2.516,-1.234 1.05,0 1.882,0.414 2.5,1.25 0.613,0.832 0.921,1.961 0.921,3.391 0,1.425 -0.308,2.554 -0.921,3.39 -0.618,0.832 -1.45,1.25 -2.5,1.25 z m 0,1.688 c 1.714,0 3.066,-0.567 4.046,-1.688 0.977,-1.117 1.469,-2.664 1.469,-4.64 0,-1.969 -0.492,-3.52 -1.469,-4.641 -0.98,-1.117 -2.332,-1.672 -4.046,-1.672 -1.731,0 -3.086,0.555 -4.063,1.672 -0.969,1.121 -1.453,2.672 -1.453,4.641 0,1.976 0.484,3.523 1.453,4.64 0.977,1.121 2.332,1.688 4.063,1.688 z m 19.035,-5.063 0,-7.265 -1.985,0 0,7.203 c 0,1.132 -0.226,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.348 -2.531,-1.031 -0.617,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.726 1.023,1.269 1.672,1.625 0.644,0.363 1.383,0.547 2.219,0.547 1.382,0 2.429,-0.434 3.14,-1.297 0.707,-0.856 1.063,-2.114 1.063,-3.766 z m 14.218,0 0,-7.265 -1.984,0 0,7.203 c 0,1.132 -0.227,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.348 -2.531,-1.031 -0.618,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.465,0.726 1.023,1.269 1.672,1.625 0.644,0.363 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.434 3.141,-1.297 0.707,-0.856 1.062,-2.114 1.062,-3.766 z m 14.5,-0.75 0,-0.969 -9.078,0 c 0.082,-1.367 0.489,-2.41 1.219,-3.125 0.738,-0.711 1.766,-1.062 3.078,-1.062 0.758,0 1.492,0.094 2.203,0.281 0.707,0.184 1.414,0.469 2.125,0.844 l 0,-1.875 c -0.711,-0.305 -1.441,-0.535 -2.187,-0.688 -0.742,-0.152 -1.496,-0.234 -2.266,-0.234 -1.918,0 -3.441,0.555 -4.562,1.672 -1.117,1.121 -1.672,2.633 -1.672,4.531 0,1.977 0.531,3.547 1.594,4.703 1.058,1.153 2.492,1.735 4.296,1.735 1.622,0 2.907,-0.524 3.844,-1.563 0.934,-1.043 1.406,-2.461 1.406,-4.25 z m -1.968,0.578 c -0.024,1.082 -0.332,1.942 -0.922,2.578 -0.586,0.645 -1.363,0.969 -2.328,0.969 -1.106,0 -1.993,-0.316 -2.657,-0.937 -0.668,-0.618 -1.05,-1.493 -1.14,-2.625 l 7.047,0.015 z m 12.437,3.094 c -0.219,0.121 -0.465,0.219 -0.734,0.281 -0.262,0.059 -0.551,0.094 -0.86,0.094 -1.117,0 -1.976,-0.367 -2.578,-1.094 -0.593,-0.73 -0.89,-1.773 -0.89,-3.125 l 0,-6.343 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.414,0.738 0.957,1.285 1.625,1.64 0.664,0.352 1.472,0.532 2.422,0.532 0.132,0 0.285,-0.012 0.453,-0.032 0.164,-0.023 0.347,-0.05 0.547,-0.078 l 0.015,-2.031 z m 9.934,1.484 0,-1.859 c -0.563,0.277 -1.149,0.492 -1.75,0.641 -0.606,0.144 -1.227,0.218 -1.86,0.218 -0.992,0 -1.73,-0.152 -2.218,-0.453 -0.493,-0.304 -0.735,-0.758 -0.735,-1.359 0,-0.461 0.176,-0.82 0.532,-1.078 0.351,-0.262 1.054,-0.512 2.109,-0.75 l 0.687,-0.141 c 1.395,-0.305 2.391,-0.73 2.985,-1.281 0.59,-0.543 0.89,-1.309 0.89,-2.297 0,-1.117 -0.445,-2.004 -1.328,-2.656 -0.886,-0.649 -2.101,-0.969 -3.64,-0.969 -0.649,0 -1.321,0.066 -2.016,0.188 -0.699,0.125 -1.441,0.312 -2.219,0.562 l 0,2.047 c 0.727,-0.387 1.446,-0.676 2.157,-0.859 0.714,-0.188 1.421,-0.282 2.109,-0.282 0.933,0 1.656,0.157 2.156,0.469 0.496,0.32 0.75,0.773 0.75,1.359 0,0.528 -0.183,0.938 -0.547,1.219 -0.367,0.289 -1.16,0.57 -2.375,0.844 l -0.687,0.156 c -1.231,0.258 -2.117,0.656 -2.656,1.188 -0.543,0.527 -0.813,1.265 -0.813,2.203 0,1.121 0.398,1.992 1.203,2.609 0.801,0.621 1.938,0.938 3.406,0.938 0.739,0 1.426,-0.059 2.063,-0.172 0.644,-0.106 1.242,-0.27 1.797,-0.485 z m 5.965,3.782 0,-3.422 4.062,0 0,-1.531 -4.062,0 0,-6.532 c 0,-0.98 0.129,-1.613 0.39,-1.89 0.27,-0.282 0.817,-0.422 1.641,-0.422 l 2.031,0 0,-1.656 -2.031,0 c -1.524,0 -2.574,0.281 -3.156,0.843 -0.575,0.571 -0.86,1.614 -0.86,3.125 l 0,6.532 -1.453,0 0,1.531 1.453,0 0,3.422 1.985,0 z m 12.308,-9.407 c -1.605,0 -2.715,-0.183 -3.328,-0.546 -0.617,-0.368 -0.922,-0.993 -0.922,-1.875 0,-0.7 0.227,-1.258 0.688,-1.672 0.465,-0.407 1.097,-0.61 1.89,-0.61 1.09,0 1.969,0.383 2.625,1.157 0.664,0.777 1,1.816 1,3.109 l 0,0.437 -1.953,0 z m 3.938,0.813 0,-6.859 -1.985,0 0,1.828 c -0.449,-0.731 -1.011,-1.274 -1.687,-1.625 -0.668,-0.34 -1.492,-0.516 -2.469,-0.516 -1.23,0 -2.211,0.344 -2.937,1.031 -0.719,0.696 -1.079,1.625 -1.079,2.782 0,1.351 0.454,2.375 1.36,3.062 0.902,0.684 2.254,1.031 4.047,1.031 l 2.765,0 0,0.188 c 0,0.914 -0.3,1.617 -0.89,2.109 -0.594,0.496 -1.434,0.75 -2.516,0.75 -0.687,0 -1.363,-0.086 -2.016,-0.25 -0.648,-0.156 -1.273,-0.402 -1.875,-0.734 l 0,1.828 c 0.715,0.277 1.415,0.488 2.094,0.625 0.684,0.144 1.352,0.219 2,0.219 1.739,0 3.035,-0.457 3.891,-1.36 0.863,-0.906 1.297,-2.277 1.297,-4.109 z m 12.238,-0.703 c 0,1.426 -0.301,2.535 -0.891,3.328 -0.586,0.789 -1.41,1.187 -2.468,1.187 -1.063,0 -1.895,-0.398 -2.485,-1.187 -0.593,-0.793 -0.89,-1.902 -0.89,-3.328 0,-1.43 0.297,-2.539 0.89,-3.328 0.59,-0.782 1.422,-1.172 2.485,-1.172 1.058,0 1.882,0.39 2.468,1.172 0.59,0.789 0.891,1.898 0.891,3.328 z m 1.984,-4.656 c 0,-2.051 -0.461,-3.579 -1.375,-4.579 -0.906,-0.996 -2.3,-1.5 -4.172,-1.5 -0.699,0 -1.355,0.055 -1.968,0.157 -0.617,0.105 -1.211,0.269 -1.782,0.484 l 0,1.922 c 0.571,-0.32 1.141,-0.555 1.704,-0.703 0.57,-0.145 1.148,-0.219 1.734,-0.219 1.301,0 2.27,0.34 2.906,1.016 0.645,0.679 0.969,1.699 0.969,3.062 l 0,0.969 c -0.406,-0.711 -0.93,-1.242 -1.563,-1.594 -0.636,-0.344 -1.398,-0.515 -2.281,-0.515 -1.48,0 -2.676,0.562 -3.578,1.687 -0.898,1.121 -1.344,2.613 -1.344,4.469 0,1.863 0.446,3.359 1.344,4.484 0.902,1.121 2.098,1.688 3.578,1.688 0.883,0 1.645,-0.18 2.281,-0.532 0.633,-0.355 1.157,-0.886 1.563,-1.593 l 0,1.828 1.984,0 0,-10.531 z m 111.797,1.234 2.266,0 0,-1.859 -1.766,-3.438 -1.375,0 0.875,3.438 0,1.859 z m 19.231,3.312 c -1.606,0 -2.715,-0.183 -3.328,-0.546 -0.618,-0.368 -0.922,-0.993 -0.922,-1.875 0,-0.7 0.226,-1.258 0.687,-1.672 0.465,-0.407 1.098,-0.61 1.891,-0.61 1.09,0 1.969,0.383 2.625,1.157 0.664,0.777 1,1.816 1,3.109 l 0,0.437 -1.953,0 z m 3.937,0.813 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.731 -1.012,-1.274 -1.688,-1.625 -0.668,-0.34 -1.492,-0.516 -2.468,-0.516 -1.231,0 -2.211,0.344 -2.938,1.031 -0.719,0.696 -1.078,1.625 -1.078,2.782 0,1.351 0.453,2.375 1.359,3.062 0.903,0.684 2.254,1.031 4.047,1.031 l 2.766,0 0,0.188 c 0,0.914 -0.301,1.617 -0.891,2.109 -0.594,0.496 -1.433,0.75 -2.515,0.75 -0.688,0 -1.364,-0.086 -2.016,-0.25 -0.648,-0.156 -1.273,-0.402 -1.875,-0.734 l 0,1.828 c 0.715,0.277 1.414,0.488 2.094,0.625 0.683,0.144 1.351,0.219 2,0.219 1.738,0 3.035,-0.457 3.89,-1.36 0.864,-0.906 1.297,-2.277 1.297,-4.109 z m 12.957,-0.859 c 0,1.457 -0.301,2.597 -0.89,3.421 -0.594,0.832 -1.418,1.25 -2.469,1.25 -1.043,0 -1.867,-0.418 -2.469,-1.25 -0.594,-0.824 -0.891,-1.964 -0.891,-3.421 0,-1.45 0.297,-2.59 0.891,-3.422 0.602,-0.825 1.426,-1.235 2.469,-1.235 1.051,0 1.875,0.41 2.469,1.235 0.589,0.832 0.89,1.972 0.89,3.422 z m -6.719,4.203 c 0.415,0.714 0.942,1.25 1.579,1.593 0.632,0.352 1.39,0.532 2.265,0.532 1.457,0 2.645,-0.586 3.563,-1.75 0.914,-1.157 1.375,-2.684 1.375,-4.578 0,-1.887 -0.461,-3.415 -1.375,-4.579 -0.918,-1.156 -2.106,-1.734 -3.563,-1.734 -0.875,0 -1.633,0.176 -2.265,0.516 -0.637,0.351 -1.164,0.89 -1.579,1.609 l 0,-1.812 -1.984,0 0,16.718 1.984,0 0,-6.515 z m 20.098,-8.375 3.547,0 0,12.234 -3.859,-0.781 0,1.984 3.828,0.766 2.172,0 0,-14.203 3.547,0 0,-1.828 -9.235,0 0,1.828 z m 18.797,7.062 c -0.98,0 -1.758,-0.336 -2.328,-1 -0.563,-0.668 -0.844,-1.586 -0.844,-2.75 0,-1.148 0.281,-2.058 0.844,-2.734 0.57,-0.668 1.348,-1 2.328,-1 0.965,0 1.738,0.332 2.313,1 0.57,0.676 0.859,1.586 0.859,2.734 0,1.164 -0.289,2.082 -0.859,2.75 -0.575,0.664 -1.348,1 -2.313,1 z m 4.297,6.797 0,-1.984 c -0.543,0.257 -1.09,0.457 -1.641,0.593 -0.554,0.133 -1.105,0.204 -1.656,0.204 -1.43,0 -2.523,-0.489 -3.281,-1.454 -0.75,-0.961 -1.18,-2.418 -1.281,-4.375 0.414,0.621 0.941,1.102 1.578,1.438 0.632,0.332 1.336,0.5 2.109,0.5 1.613,0 2.883,-0.492 3.813,-1.469 0.933,-0.98 1.406,-2.316 1.406,-4 0,-1.648 -0.492,-2.973 -1.469,-3.969 -0.969,-0.992 -2.262,-1.484 -3.875,-1.484 -1.855,0 -3.277,0.707 -4.266,2.125 -0.98,1.426 -1.468,3.488 -1.468,6.188 0,2.539 0.597,4.562 1.797,6.062 1.207,1.508 2.828,2.266 4.859,2.266 0.539,0 1.086,-0.059 1.641,-0.172 0.558,-0.106 1.14,-0.262 1.734,-0.469 z m 11.734,0.344 2.188,0 0,-9.735 c 0,-1.718 0.312,-2.961 0.937,-3.718 0.621,-0.75 1.633,-1.125 3.032,-1.125 1.382,0 2.39,0.375 3.015,1.125 0.621,0.757 0.938,2 0.938,3.718 l 0,9.735 2.172,0 0,-10 c 0,-2.094 -0.52,-3.68 -1.547,-4.75 -1.032,-1.063 -2.559,-1.594 -4.578,-1.594 -2.032,0 -3.571,0.531 -4.61,1.594 -1.031,1.07 -1.547,2.656 -1.547,4.75 l 0,10 z m 26.578,-8.766 0,-7.265 -1.984,0 0,7.203 c 0,1.132 -0.227,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.348 -2.531,-1.031 -0.618,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.985,0 0,16.718 1.985,0 0,-6.562 c 0.465,0.726 1.023,1.269 1.672,1.625 0.644,0.363 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.434 3.141,-1.297 0.707,-0.856 1.062,-2.114 1.062,-3.766 z m 11.188,2.922 c -0.219,0.121 -0.465,0.219 -0.734,0.281 -0.262,0.059 -0.551,0.094 -0.86,0.094 -1.117,0 -1.976,-0.367 -2.578,-1.094 -0.594,-0.73 -0.891,-1.773 -0.891,-3.125 l 0,-6.343 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.738 0.957,1.285 1.625,1.64 0.664,0.352 1.473,0.532 2.422,0.532 0.133,0 0.285,-0.012 0.453,-0.032 0.164,-0.023 0.348,-0.05 0.547,-0.078 l 0.016,-2.031 z m 2.766,-7.453 2.265,0 0,-1.859 -1.765,-3.438 -1.375,0 0.875,3.438 0,1.859 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4687"
-         sodipodi:nodetypes="ccccssccccsscccccsssssscccsscscssccccccssccccccsssccccccssccccccssscccccssccsscsssccccsscccsscccccccsssccccsssssccsssssccsssssccssssscccccccscccccccccccccssssscccccccsscsscccsssccsssccsssssssccsssccsssccsssscssccccccccccccssssscccccccsscsscccsssccsssccsssscsccccssscssccccccccccccccccccccscscsscccssscsssssscssssccccssccccccsccccccccssccccccsssccsscccccccsssccccccccc" /><path
-         d="m 324.34533,147.768 10.141,0 0,-1.813 -7.969,0 0,-4.75 7.641,0 0,-1.828 -7.641,0 0,-5.812 8.172,0 0,-1.828 -10.344,0 0,16.031 z m 14.098,-4 1.969,0 0,-12.031 -1.969,0 0,12.031 z m 0,4.687 1.969,0 0,-2.5 -1.969,0 0,2.5 z m 16.211,-9.453 0,-7.265 -1.985,0 0,7.203 c 0,1.132 -0.226,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.348 -2.531,-1.031 -0.617,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.726 1.023,1.269 1.672,1.625 0.644,0.363 1.383,0.547 2.219,0.547 1.382,0 2.429,-0.434 3.14,-1.297 0.707,-0.856 1.063,-2.114 1.063,-3.766 z m 10.312,9.453 0,-1.64 -1.89,0 c -0.719,0 -1.215,-0.149 -1.485,-0.438 -0.273,-0.281 -0.406,-0.801 -0.406,-1.547 l 0,-1.062 3.25,0 0,-1.531 -3.25,0 0,-10.5 -2,0 0,10.5 -1.891,0 0,1.531 1.891,0 0,0.844 c 0,1.332 0.312,2.304 0.937,2.921 0.622,0.614 1.614,0.922 2.969,0.922 l 1.875,0 z m 1.578,-11.968 0,7.281 1.969,0 0,-7.203 c 0,-1.149 0.219,-2.008 0.656,-2.578 0.446,-0.563 1.118,-0.844 2.016,-0.844 1.059,0 1.898,0.336 2.516,1.015 0.621,0.684 0.937,1.614 0.937,2.782 l 0,6.828 1.984,0 0,-12.031 -1.984,0 0,1.843 c -0.48,-0.73 -1.039,-1.273 -1.672,-1.625 -0.636,-0.351 -1.371,-0.531 -2.203,-0.531 -1.387,0 -2.441,0.426 -3.156,1.281 -0.711,0.864 -1.063,2.125 -1.063,3.782 z m 4.969,7.578 z m 0.672,4.343 2.172,0 0,-2.171 -2.172,0 0,2.171 z m -4.203,0 2.172,0 0,-2.171 -2.172,0 0,2.171 z m 22.984,-9.406 0,-7.265 -1.984,0 0,7.203 c 0,1.132 -0.227,1.984 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.984,0.859 -1.075,0 -1.918,-0.348 -2.532,-1.031 -0.617,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.984,0 0,16.718 1.984,0 0,-6.562 c 0.465,0.726 1.024,1.269 1.672,1.625 0.645,0.363 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.434 3.141,-1.297 0.707,-0.856 1.062,-2.114 1.062,-3.766 z m 11.188,2.922 c -0.219,0.121 -0.465,0.219 -0.735,0.281 -0.261,0.059 -0.55,0.094 -0.859,0.094 -1.117,0 -1.977,-0.367 -2.578,-1.094 -0.594,-0.73 -0.891,-1.773 -0.891,-3.125 l 0,-6.343 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.414,0.738 0.957,1.285 1.625,1.64 0.664,0.352 1.473,0.532 2.422,0.532 0.133,0 0.285,-0.012 0.453,-0.032 0.164,-0.023 0.348,-0.05 0.547,-0.078 l 0.016,-2.031 z m 2.058,-5.437 0,7.281 1.969,0 0,-7.203 c 0,-1.149 0.219,-2.008 0.656,-2.578 0.446,-0.563 1.117,-0.844 2.016,-0.844 1.059,0 1.898,0.336 2.516,1.015 0.621,0.684 0.937,1.614 0.937,2.782 l 0,6.828 1.984,0 0,-12.031 -1.984,0 0,1.843 c -0.48,-0.73 -1.039,-1.273 -1.672,-1.625 -0.637,-0.351 -1.371,-0.531 -2.203,-0.531 -1.387,0 -2.441,0.426 -3.156,1.281 -0.711,0.864 -1.063,2.125 -1.063,3.782 z m 4.969,7.578 z m 19.453,-5.063 0,-7.265 -1.984,0 0,7.203 c 0,1.132 -0.227,1.984 -0.672,2.547 -0.438,0.57 -1.102,0.859 -1.984,0.859 -1.075,0 -1.918,-0.348 -2.532,-1.031 -0.617,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.726 1.024,1.269 1.672,1.625 0.645,0.363 1.383,0.547 2.219,0.547 1.383,0 2.43,-0.434 3.141,-1.297 0.707,-0.856 1.062,-2.114 1.062,-3.766 z m 12.125,-1.109 c 0,1.426 -0.301,2.535 -0.89,3.328 -0.586,0.789 -1.411,1.187 -2.469,1.187 -1.063,0 -1.895,-0.398 -2.485,-1.187 -0.593,-0.793 -0.89,-1.902 -0.89,-3.328 0,-1.43 0.297,-2.539 0.89,-3.328 0.59,-0.782 1.422,-1.172 2.485,-1.172 1.058,0 1.883,0.39 2.469,1.172 0.589,0.789 0.89,1.898 0.89,3.328 z m 1.985,-4.656 c 0,-2.051 -0.461,-3.579 -1.375,-4.579 -0.907,-0.996 -2.301,-1.5 -4.172,-1.5 -0.7,0 -1.356,0.055 -1.969,0.157 -0.617,0.105 -1.211,0.269 -1.781,0.484 l 0,1.922 c 0.57,-0.32 1.14,-0.555 1.703,-0.703 0.57,-0.145 1.148,-0.219 1.734,-0.219 1.301,0 2.27,0.34 2.906,1.016 0.645,0.679 0.969,1.699 0.969,3.062 l 0,0.969 c -0.406,-0.711 -0.929,-1.242 -1.562,-1.594 -0.637,-0.344 -1.399,-0.515 -2.282,-0.515 -1.48,0 -2.675,0.562 -3.578,1.687 -0.898,1.121 -1.343,2.613 -1.343,4.469 0,1.863 0.445,3.359 1.343,4.484 0.903,1.121 2.098,1.688 3.578,1.688 0.883,0 1.645,-0.18 2.282,-0.532 0.633,-0.355 1.156,-0.886 1.562,-1.593 l 0,1.828 1.985,0 0,-10.531 z m 4.828,1.234 2.265,0 0,-2.734 -2.265,0 0,2.734 z m 0,8.641 2.265,0 0,-2.735 -2.265,0 0,2.735 z m 14.277,4.656 2.172,0 0,-14.203 7.812,0 0,-1.828 -9.984,0 0,16.031 z m 12.391,-4 1.968,0 0,-12.031 -1.968,0 0,12.031 z m 0,4.687 1.968,0 0,-2.5 -1.968,0 0,2.5 z m 16.214,-9.453 0,-7.265 -1.984,0 0,7.203 c 0,1.132 -0.226,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.348 -2.531,-1.031 -0.618,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.985,0 0,12.031 1.985,0 0,-1.875 c 0.465,0.726 1.023,1.269 1.672,1.625 0.644,0.363 1.382,0.547 2.218,0.547 1.383,0 2.43,-0.434 3.141,-1.297 0.707,-0.856 1.062,-2.114 1.062,-3.766 z m 4.016,-2.515 0,7.281 1.969,0 0,-7.203 c 0,-1.149 0.219,-2.008 0.656,-2.578 0.445,-0.563 1.117,-0.844 2.016,-0.844 1.058,0 1.898,0.336 2.515,1.015 0.621,0.684 0.938,1.614 0.938,2.782 l 0,6.828 1.984,0 0,-12.031 -1.984,0 0,1.843 c -0.481,-0.73 -1.039,-1.273 -1.672,-1.625 -0.637,-0.351 -1.371,-0.531 -2.203,-0.531 -1.387,0 -2.442,0.426 -3.156,1.281 -0.711,0.864 -1.063,2.125 -1.063,3.782 z m 4.969,7.578 z m 19.453,-0.297 -4.359,-5.86 4.578,-6.171 -2.328,0 -3.5,4.734 -3.5,-4.734 -2.329,0 4.672,6.296 -4.281,5.735 2.328,0 3.188,-4.281 3.203,4.281 2.328,0 z m 10.387,0 1.968,0 0,-12.031 -1.968,0 0,12.031 z m 0,4.687 1.968,0 0,-2.5 -1.968,0 0,2.5 z m 15.57,-7 c 0.496,0.883 1.094,1.539 1.781,1.969 0.684,0.426 1.492,0.641 2.422,0.641 1.246,0 2.211,-0.446 2.891,-1.328 0.683,-0.875 1.031,-2.122 1.031,-3.735 l 0,-7.265 -1.984,0 0,7.203 c 0,1.144 -0.211,2 -0.625,2.562 -0.407,0.559 -1.028,0.844 -1.86,0.844 -1.023,0 -1.832,-0.348 -2.422,-1.031 -0.593,-0.68 -0.89,-1.606 -0.89,-2.782 l 0,-6.796 -2,0 0,7.203 c 0,1.152 -0.207,2.007 -0.61,2.562 -0.406,0.559 -1.039,0.844 -1.89,0.844 -1.012,0 -1.817,-0.348 -2.406,-1.031 -0.594,-0.688 -0.891,-1.618 -0.891,-2.782 l 0,-6.796 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.445,0.738 0.984,1.285 1.609,1.64 0.633,0.352 1.391,0.532 2.266,0.532 0.863,0 1.601,-0.227 2.219,-0.672 0.613,-0.449 1.066,-1.098 1.359,-1.938 z m 19.434,6.313 2.187,0 0,-9.735 c 0,-1.718 0.313,-2.961 0.938,-3.718 0.621,-0.75 1.632,-1.125 3.031,-1.125 1.383,0 2.391,0.375 3.015,1.125 0.622,0.757 0.938,2 0.938,3.718 l 0,9.735 2.172,0 0,-10 c 0,-2.094 -0.52,-3.68 -1.547,-4.75 -1.031,-1.063 -2.559,-1.594 -4.578,-1.594 -2.031,0 -3.57,0.531 -4.609,1.594 -1.032,1.07 -1.547,2.656 -1.547,4.75 l 0,10 z m 26.578,-8.766 0,-7.265 -1.985,0 0,7.203 c 0,1.132 -0.226,1.984 -0.672,2.547 -0.437,0.57 -1.101,0.859 -1.984,0.859 -1.074,0 -1.918,-0.348 -2.531,-1.031 -0.617,-0.68 -0.922,-1.606 -0.922,-2.782 l 0,-6.796 -1.984,0 0,12.031 1.984,0 0,-1.875 c 0.465,0.726 1.023,1.269 1.672,1.625 0.644,0.363 1.383,0.547 2.219,0.547 1.382,0 2.429,-0.434 3.14,-1.297 0.707,-0.856 1.063,-2.114 1.063,-3.766 z m 4.219,4.766 1.968,0 0,-12.031 -1.968,0 0,12.031 z m 0,4.687 1.968,0 0,-2.5 -1.968,0 0,2.5 z m 5.21,-9.812 5.782,0 0,-1.766 -5.782,0 0,1.766 z m 14.051,7 -2.937,-7.985 5.89,0 -2.953,7.985 z m -1.219,2.125 2.454,0 6.125,-16.031 -2.266,0 -1.453,4.109 -7.235,0 -1.468,-4.109 -2.282,0 6.125,16.031 z m 11.094,0.687 1.969,0 0,-16.718 -1.969,0 0,16.718 z m 6.211,0 1.969,0 0,-16.718 -1.969,0 0,16.718 z m 8.168,-1.265 0,-3.422 4.063,0 0,-1.531 -4.063,0 0,-6.532 c 0,-0.98 0.129,-1.613 0.391,-1.89 0.269,-0.282 0.816,-0.422 1.64,-0.422 l 2.032,0 0,-1.656 -2.032,0 c -1.523,0 -2.574,0.281 -3.156,0.843 -0.574,0.571 -0.859,1.614 -0.859,3.125 l 0,6.532 -1.453,0 0,1.531 1.453,0 0,3.422 1.984,0 z m 12.309,-9.407 c -1.606,0 -2.715,-0.183 -3.328,-0.546 -0.618,-0.368 -0.922,-0.993 -0.922,-1.875 0,-0.7 0.226,-1.258 0.687,-1.672 0.465,-0.407 1.098,-0.61 1.891,-0.61 1.09,0 1.969,0.383 2.625,1.157 0.664,0.777 1,1.816 1,3.109 l 0,0.437 -1.953,0 z m 3.937,0.813 0,-6.859 -1.984,0 0,1.828 c -0.449,-0.731 -1.012,-1.274 -1.688,-1.625 -0.668,-0.34 -1.492,-0.516 -2.468,-0.516 -1.231,0 -2.211,0.344 -2.938,1.031 -0.719,0.696 -1.078,1.625 -1.078,2.782 0,1.351 0.453,2.375 1.359,3.062 0.903,0.684 2.254,1.031 4.047,1.031 l 2.766,0 0,0.188 c 0,0.914 -0.301,1.617 -0.891,2.109 -0.594,0.496 -1.433,0.75 -2.515,0.75 -0.688,0 -1.364,-0.086 -2.016,-0.25 -0.648,-0.156 -1.273,-0.402 -1.875,-0.734 l 0,1.828 c 0.715,0.277 1.414,0.488 2.094,0.625 0.683,0.144 1.351,0.219 2,0.219 1.738,0 3.035,-0.457 3.89,-1.36 0.864,-0.906 1.297,-2.277 1.297,-4.109 z m 12.239,-0.703 c 0,1.426 -0.301,2.535 -0.891,3.328 -0.586,0.789 -1.41,1.187 -2.469,1.187 -1.062,0 -1.894,-0.398 -2.484,-1.187 -0.594,-0.793 -0.891,-1.902 -0.891,-3.328 0,-1.43 0.297,-2.539 0.891,-3.328 0.59,-0.782 1.422,-1.172 2.484,-1.172 1.059,0 1.883,0.39 2.469,1.172 0.59,0.789 0.891,1.898 0.891,3.328 z m 1.984,-4.656 c 0,-2.051 -0.461,-3.579 -1.375,-4.579 -0.906,-0.996 -2.301,-1.5 -4.172,-1.5 -0.699,0 -1.355,0.055 -1.969,0.157 -0.617,0.105 -1.211,0.269 -1.781,0.484 l 0,1.922 c 0.57,-0.32 1.141,-0.555 1.703,-0.703 0.57,-0.145 1.149,-0.219 1.734,-0.219 1.301,0 2.27,0.34 2.907,1.016 0.644,0.679 0.969,1.699 0.969,3.062 l 0,0.969 c -0.407,-0.711 -0.93,-1.242 -1.563,-1.594 -0.637,-0.344 -1.398,-0.515 -2.281,-0.515 -1.481,0 -2.676,0.562 -3.578,1.687 -0.899,1.121 -1.344,2.613 -1.344,4.469 0,1.863 0.445,3.359 1.344,4.484 0.902,1.121 2.097,1.688 3.578,1.688 0.883,0 1.644,-0.18 2.281,-0.532 0.633,-0.355 1.156,-0.886 1.563,-1.593 l 0,1.828 1.984,0 0,-10.531 z"
-         style="font-size:25.60000038px;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-         id="path4691" /><g
-         id="g4693"
-         transform="matrix(1.2306124,0,0,-1,-117.4726,595.27557)"
-         style="font-size:25.60000038px"><path
-           d="m 336.465,261.965 417.426,0 0,219.102 -417.426,0 0,-219.102 z"
-           style="font-size:25.60000038px;fill:none;stroke:#000000;stroke-width:3.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path4695" /></g><g
-         id="g4697"
-         transform="matrix(1.2306124,0,0,-1,-117.4726,595.27557)"
-         style="font-size:25.60000038px"><path
-           d="m 335.992,383.793 416.953,0"
-           style="font-size:25.60000038px;fill:none;stroke:#000000;stroke-width:3.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path4699" /></g></g><flowRoot
-       xml:space="preserve"
-       id="flowRoot4701"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion4703"><rect
-           id="rect4705"
-           width="625.85913"
-           height="315.29428"
-           x="413.03549"
-           y="308.98837" /></flowRegion><flowPara
-         id="flowPara4707"></flowPara></flowRoot><text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="460.32965"
-       y="-276.51306"
-       id="text4709"
-       transform="scale(1,-1)"><tspan
-         sodipodi:role="line"
-         id="tspan4711"
-         x="460.32965"
-         y="-276.51306"
-         style="font-size:25.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:FreeSans">11.04.13</tspan></text>
-<text
-       transform="scale(1,-1)"
-       id="text4713"
-       y="-187.40813"
-       x="457.01907"
-       style="font-size:32px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:25.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:FreeSans"
-         y="-187.40813"
-         x="457.01907"
-         id="tspan4715"
-         sodipodi:role="line">18.04.13</tspan></text>
-<text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="321.93127"
-       y="-159.7236"
-       id="text4717"
-       transform="scale(1,-1)"><tspan
-         sodipodi:role="line"
-         id="tspan4719"
-         x="321.93127"
-         y="-159.7236"
-         style="font-size:25.60000038px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:FreeSans">Poolräume 4U17 und 4U18 (Infozentrum)</tspan></text>
-</g></svg>
\ No newline at end of file
diff --git a/attic/praesentationen/praesentation-2slides/LIP_Info.pdf b/attic/praesentationen/praesentation-2slides/LIP_Info.pdf
deleted file mode 100644
index ed454261fa93b7154df9e33b9e88e25edb1b190c..0000000000000000000000000000000000000000
Binary files a/attic/praesentationen/praesentation-2slides/LIP_Info.pdf and /dev/null differ
diff --git a/attic/praesentationen/praesentation-2slides/LIP_Info.tex b/attic/praesentationen/praesentation-2slides/LIP_Info.tex
deleted file mode 100644
index b4a3f1fe0fe51b23358f6fc7232ad3b72db9e925..0000000000000000000000000000000000000000
--- a/attic/praesentationen/praesentation-2slides/LIP_Info.tex
+++ /dev/null
@@ -1,60 +0,0 @@
-\documentclass{beamerfsmpi}
-
-
-\title{Linux Install Party}
-\author{Open Source Arbeitskreis}
-\institute{Fachschaft I/1, RWTH Aachen}
-\date{SS 2014}
-
-\begin{document}
-\titlepage
-
-
-
-\begin{frame}
-\frametitle{Linux Install Party}
-\parbox[t]{3cm}{
-\vspace{-4mm}
- \begin{center}
-	\includegraphics[width=3cm]{../../../logos/tux.pdf}
- \end{center}
-}
-\parbox[t]{8cm}{
- \begin{itemize}
-  \item{Donnerstag, 10.04. ab 16:00 Uhr, H\"orsaal Physik 28D001 (Physikzentrum) }
-  \item{Benötigt für:  u.a. Be\-triebs\-sys\-teme und Sys\-tem\-soft\-ware, Praktika, (Pro-)Seminare, Wahl\-pflicht\-ver\-an\-stalt\-ung\-en, An\-wen\-dungs\-fäch\-er (z.B. Physik)
-  }
-    \item{Interessant f"ur alle von Euch. Eigentlich kommt niemand um Linux herum.}
-  \item{Anmeldung und Infos: \textbf{www.tinyurl.com/linuxparty}}
- \end{itemize}
-}
-\end{frame}
-
-
-\begin{frame}{Linux-Workshops}
-
-\begin{itemize}
-\item Donnerstag, 24.04. um \textbf{18 Uhr}, 5053 (Informatikzentrum, B-IT)
-\item Vortr\"age 
-\begin{itemize}
-\item Wie benutze ich Ubuntu? 
-\item RWTH-Dienste unter Linux (Mail, VPN...)
-\item Verschiedenes rund um Linux
-%\item Die Linux Welt: Ursprung und Aktuelles
-%\item Linux im Unternehmen: Wie verdiene ich mit Linux Geld?
-\end{itemize}
-\item Workshops
-\begin{itemize}
-\item "`Shell-Safari"': Linux und die Kommandozeile
-\item Versionsmanagement mit GIT
-\item Arbeiten mit \LaTeX
-\item Spielen unter Linux
-\item und vieles mehr
-\end{itemize}
-\end{itemize}
-
-\end{frame}
-
-
-
-\end{document}
diff --git a/attic/praesentationen/praesentation-2slides/LIP_Physik.pdf b/attic/praesentationen/praesentation-2slides/LIP_Physik.pdf
deleted file mode 100644
index 52c314db371b10986ae1ce9c89f62b99b9af66e9..0000000000000000000000000000000000000000
Binary files a/attic/praesentationen/praesentation-2slides/LIP_Physik.pdf and /dev/null differ
diff --git a/attic/praesentationen/praesentation-2slides/LIP_Physik.tex b/attic/praesentationen/praesentation-2slides/LIP_Physik.tex
deleted file mode 100644
index 141e0dc9f386d69e4805499efdb0027cba8bb2a0..0000000000000000000000000000000000000000
--- a/attic/praesentationen/praesentation-2slides/LIP_Physik.tex
+++ /dev/null
@@ -1,60 +0,0 @@
-\documentclass{beamerfsmpi}
-
-
-\title{Linux Install Party}
-\author{Open Source Arbeitskreis}
-\institute{Fachschaft I/1, RWTH Aachen}
-\date{SS 2014}
-
-\begin{document}
-\titlepage
-
-
-
-\begin{frame}
-\frametitle{Linux Install Party}
-\parbox[t]{3cm}{
-\vspace{-4mm}
- \begin{center}
-	\includegraphics[width=3cm]{../../../logos/tux.pdf}
- \end{center}
-}
-\parbox[t]{8cm}{
- \begin{itemize}
-  \item{Donnerstag, 10.04. ab 16:00 Uhr, H\"orsaal Physik 28D001 (Physikzentrum) }
-  \item{Benötigt für:  u.a. Datenverarbeitung, Praktika, (Pro-)Seminare, Wahl\-pflicht\-ver\-an\-stalt\-ung\-en
-  }
-    \item{Interessant f"ur alle von Euch. Eigentlich kommt niemand um Linux herum.}
-  \item{Anmeldung und Infos: \textbf{www.tinyurl.com/linuxparty}}
- \end{itemize}
-}
-\end{frame}
-
-
-\begin{frame}{Linux-Workshops}
-
-\begin{itemize}
-\item Donnerstag, 24.04. um \textbf{18 Uhr}, 5053 (Informatikzentrum, B-IT)
-\item Vortr\"age 
-\begin{itemize}
-\item Wie benutze ich Ubuntu? 
-\item RWTH-Dienste unter Linux (Mail, VPN...)
-\item Verschiedenes rund um Linux
-%\item Die Linux Welt: Ursprung und Aktuelles
-%\item Linux im Unternehmen: Wie verdiene ich mit Linux Geld?
-\end{itemize}
-\item Workshops
-\begin{itemize}
-\item "`Shell-Safari"': Linux und die Kommandozeile
-\item Versionsmanagement mit GIT
-\item Arbeiten mit \LaTeX
-\item Spielen unter Linux
-\item und vieles mehr
-\end{itemize}
-\end{itemize}
-
-\end{frame}
-
-
-
-\end{document}
diff --git a/attic/praesentationen/praesentation-2slides/background-print.png b/attic/praesentationen/praesentation-2slides/background-print.png
deleted file mode 100755
index e01105ce34cf6b334ea6e964b1f6c8c06c563c04..0000000000000000000000000000000000000000
Binary files a/attic/praesentationen/praesentation-2slides/background-print.png and /dev/null differ
diff --git a/attic/praesentationen/praesentation-2slides/background.png b/attic/praesentationen/praesentation-2slides/background.png
deleted file mode 100755
index 26cc37f827bac400a154145be2a4028850b18591..0000000000000000000000000000000000000000
Binary files a/attic/praesentationen/praesentation-2slides/background.png and /dev/null differ
diff --git a/attic/praesentationen/praesentation-2slides/beamerfsmpi.cls b/attic/praesentationen/praesentation-2slides/beamerfsmpi.cls
deleted file mode 100755
index af47ccf900758afda242274afbc036876101ec52..0000000000000000000000000000000000000000
--- a/attic/praesentationen/praesentation-2slides/beamerfsmpi.cls
+++ /dev/null
@@ -1,34 +0,0 @@
-%% LaTeX2e-Klasse fuer Beamer von der Fachschaft I/1
-%% der RWTH Aachen
-%%
-%% $Id: esinfo.cls 34 2007-08-02 20:42:00Z thomas $
-%%
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesClass{beamerfsmpi}[2007/08/10 Fachschaft I/1, Beamer]
-%\LoadClass{beamer}
-\LoadClass[trans]{beamer}
-
-% \useoutertheme{miniframes}
-% \useoutertheme{infolines}
-\useoutertheme{fsmpi}
-\useinnertheme{rectangles}
-\usecolortheme{beaver}
-\setbeamertemplate{background}{\includegraphics[width=\paperwidth,height=\paperheight]{background-print}}
-
-\usepackage{ngerman}
-\usepackage{amsmath}
-\usepackage{graphicx,rotate}
-% \usepackage{pgf}
-\usepackage[utf8]{inputenc} 
-\usepackage{ifthen}
-\setbeamercovered{transparent}
-% \beamertemplatecircleitem
-% \usepackage{beamerthemesplit}
-
-% \usepackage{pst-plot, pstricks}
-% \usepackage{fancybox,amssymb,color}
-% \newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=0pt}
-
-%\setlength{\footheight}{10cm}
-% \geometry{papersize={12.80cm,10.24cm}}
-% \setbeamersize{right=8cm}
diff --git a/attic/praesentationen/praesentation-2slides/beamerouterthemefsmpi.sty b/attic/praesentationen/praesentation-2slides/beamerouterthemefsmpi.sty
deleted file mode 100755
index 1d78e771377bda866de0667701adb67212736e9c..0000000000000000000000000000000000000000
--- a/attic/praesentationen/praesentation-2slides/beamerouterthemefsmpi.sty
+++ /dev/null
@@ -1,52 +0,0 @@
-% \ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/outer/beamerouterthemeinfolines.sty,v 1.8 2004/10/14 09:48:48 tantau Exp $
-
-% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>
-%
-% This program can be redistributed and/or modified under the terms
-% of the GNU Public License, version 2.
-
-\mode<presentation>
-
-% \setbeamercolor*{author in head/foot}{parent=palette tertiary}
-\setbeamercolor*{author in head/foot}{fg=white}
-\setbeamercolor*{title in head/foot}{parent=palette secondary}
-\setbeamercolor*{date in head/foot}{parent=palette primary}
-
-\setbeamercolor*{section in head/foot}{parent=palette tertiary}
-\setbeamercolor*{subsection in head/foot}{parent=palette primary}
-
-\defbeamertemplate*{footline}{fsmpi theme}
-{
-  \leavevmode%
-  \hbox{%
-  \begin{beamercolorbox}[wd=\paperwidth,ht=24ex,dp=1ex,right]{transparent}%
-    \usebeamerfont{author in head/foot}\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
-  \end{beamercolorbox}%
-%   \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
-%     \usebeamerfont{title in head/foot}\insertshorttitle
-%   \end{beamercolorbox}%
-%   \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
-%     \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
-%     \insertframenumber{} / \inserttotalframenumber\hspace*{2ex} 
-%   \end{beamercolorbox}%
-  }%
-  \vskip0pt%
-}
-
-% \defbeamertemplate*{headline}{fsmpi theme}
-% {
-%   \leavevmode%
-%   \hbox{%
-%   \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,right]{section in head/foot}%
-%     \usebeamerfont{section in head/foot}\insertsectionhead\hspace*{2ex}
-%   \end{beamercolorbox}%
-%   \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,left]{subsection in head/foot}%
-%     \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead
-%   \end{beamercolorbox}}%
-%   \vskip0pt%
-% }
-
-\setbeamersize{text margin left=1em,text margin right=1em}
-
-\mode
-<all>
diff --git a/attic/rallye/LIP.txt b/attic/rallye/LIP.txt
deleted file mode 100644
index 13d3995bfb2e1e0742f36fc214ba50c8dd3abf5c..0000000000000000000000000000000000000000
--- a/attic/rallye/LIP.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-Aufgaben für Linux Install Party
---------------------------------
-
- 1. Terminal öffnen (z.B. Anwendungen->Zubehör->Terminal oder Alt-F2 und "gnome-terminal")
- 2. Verzeichnisinhalt anzeigen lassen (ls)
-    (ls)
- 3. Verzeichnis "LIP" anlegen im Home-Ordner (mkdir)
-    (mkdir LIP)
- 4. Archiv herunterladen (wget)
-		(wget ...url...)
- 5. Archiv entpacken (tar -xf)
-		(tar -xf Ordner.tar.gz)
- 6. Kopieren nach LIP (cp -r)
-    (cp -r Ordner LIP/)
- 7. Archiv löschen (rm)
-		(rm Ordner.tar.gz)
- 8. Entpackten Ordner löschen (rm -r)
-    (rm -r Ordner)
- 9. Ins Verzeichnis "LIP" wechseln (cd)
-    (cd LIP)
-10. Ins Verzeichnis "Ordner" wechseln (cd)
-    (cd Ordner)
-11. "Bilder" umbennen in "Tux" (mv)
-    (mv Bilder Tux)
-12. In umbenannten Ordner wechseln (cd)
-    (cd Tux)
-13. Ordnerinhalt geordnet anzeigen lassen (ls -l)
-    (ls -l)
-14. Datei "13...png" umbennen in Größe der Datei "...png" (mv)
-    (mv 13-37444.png 68911.png)
-15. Datei anzeigen lassen (eog)
-    (eog 68911.png)
-16. Bild mit Anfang "42" finden. Welche Nummer kommt dahinter? (find -name, "*" als Platzhalter):
-    (find -name "42*", Nummer 49935)
-17. Ins übergeordnete Verzeichnis wechseln (cd)
-    (cd ..)
-18. Textdatei "Readme.txt" anzeigen lassen (less, "q" verlässt)
-	  (less Readme.txt)
-19. Textdateien "1" - "4" zusammenfügen zu neuer Datei "5". Was kommt herau? (cat, >)
-    (cat 1 2 3 4 > 5, Bild von Gnu)
-
-############################################
-20. fortune
-21. ddate
-22. sudo apt-get install sl
-    sl
diff --git a/attic/rallye/Ordner/1 b/attic/rallye/Ordner/1
deleted file mode 100644
index d85a23ba9d00dd2454463ab10d314584e521da7e..0000000000000000000000000000000000000000
--- a/attic/rallye/Ordner/1
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="450pt" height="450pt" id="svg1522">
-  <defs id="defs2146"/>
-  <path d="M 1,1196 L 2,1199 L 1198,1199 L 1199,1196 L 1200,1196 L 1200,1200 L 0,1200 L 0,1196 L 1,1196 z " style="fill:black;stroke:black" id="path2144"/>
-  <g transform="matrix(0.488869, 0, 0, 0.472831, -18.4165, -12.6579)" id="g2147">
-    <path d="M 826,767 L 827,766 C 828.885,766.1398 826.8603,764.115 827,766 L 826,767 L 808.25,780.75 L 807.25,779.25 C 817.87,768.65 831.65,755.3 844.75,751.25 L 838.75,759.75 C 852.72,748.95 867.95,739.63 883.25,731.25 C 896.62,731.28827 906.68,715.94 907,703 C 903.753,686.41 902.075,669.57 894.75,654.25 C 880.27,637.28 860.5,666.05 843.25,653.75 L 828.25,641.75 C 810,598.33 786.54,556.06 757.25,518.75 L 749,502 C 745.799,475.32 750.74,444.68 770.25,424.25 C 775.265,421.37 780.67,418.27 786.75,419.25 L 776,425 L 782.25,437.25 L 757.25,476.75 C 765.254,464.06 790.07,454.65 799.75,468.25 C 800.4692,470.182 800.2856,474.643 797.25,473.75 L 794.75,467.25 C 773.97,459.642 749.86,482.36 754.25,502.75 C 767.94,499.039 786.57,489.11 802.75,496.25 L 810.75,499.75 C 813.765,496.885 815.502,482.1 809.25,486.75 L 808.25,485.25 C 820.13,473.24 820.31,454.16 813.75,439.25 L 776.25,394.25 L 798.75,411.25 C 807.58,420.74 815.79,430.77 820.25,442.75 C 824.206,454.93 824.965,471.28 817,482 C 817.8914,488.265 817.6852,495.01 815,501 C 826.79,499.52 833.26,522.94 818.25,521.75 L 816.75,516.25 L 812.25,512.75 L 807.25,512.25 C 815.532,527.96 798.228,545.88 782,539 L 781,542 C 788.476,551.035 810.1,553.09 815.25,538.25 C 820.954,538.8432 813.775,545.4 812.25,547.75 L 827.75,536.25 L 826.75,543.75 C 808.72,552.672 826.6281,573.52 828.75,586.75 L 829,573 C 828.3322,569.99 829.2716,559.29 832.75,565.25 C 850.81,606.92 902.51,626.1 943.75,615.25 L 930,623 L 928.25,623.75 C 940.6,629.649 955.21,623.5527 968,623 C 975.805,630.46 994.83,625.703 1001.75,614.75 L 990.25,611.75 L 983.25,604.75 L 892.75,439.25 C 877.12,421.13 857.73,407.99 836.75,397.25 L 828.25,397.75 L 819,391 L 805,394 L 802,387 C 798.448,390.55 795.857,396.548 790,397 L 793.75,386.25 L 785.75,392.25 C 783.723,389.738 782.433,387.195 783.75,384.25 C 765.08,378.789 741.08,385.1736 727.75,401.75 L 722.25,404.25 C 728.751,412.826 734.06,426.96 725.75,436.75 C 720.439,445.875 710.12,448.14 700,447 C 698.019,445.899 691.581,445.79 695.25,442.25 C 697.937,442.453 699.003,441.3616 700.25,439.25 C 717.41,437.119 709.401,411.71 704.75,401.25 C 687.49,393.889 674.49,375.84 674,357 L 668.75,348.25 C 668.4115,363.5 672.661,381.37 682.75,394.25 C 690.447,401.52 706.5,413.29 698.75,425.75 L 691.75,408.25 C 665.48,406.418 646.68,382.67 644.75,357.25 C 640.395,368.18 645.272,383.01 652.25,392.75 C 661.81,406.22 685.18,405.02 694.75,419.75 L 692,421 C 680.53,411.908 666.81,406.46 653.25,401.75 C 645.047,390.99 639.57,378.79 638.75,365.25 C 634.937,367.851 630.526,368.363 626.25,367.25 C 622.64,370.259 615.04,374.952 612.25,369.25 L 585.75,384.75 L 575.75,392.75 L 574.75,386.25 C 569.137,386.8326 565.688,382.701 562.75,379.25 L 558,389 L 548.75,382.25 C 542.979,384.81 540.897,382.18063 542.75,376.25 L 530.25,382.75 C 534.36,374.261 531.07,368.07 526.25,361.25 L 523.25,372.75 C 526.812,372.5498 530.745,373.1095 528.75,377.75 L 525.75,380.75 C 520.69,378.872 516.157,379.702 513.75,385.75 C 505.811,387.65 504.983,384.8298 507,379 C 504.443,380.729 501.169,385.466 499,381 C 495.746,383.324 490.322,384.763 487.25,382.25 L 473.75,394.75 C 430.41,402.366 378.65,416.04 349.75,456.75 L 340.25,465.25 C 331.086,484.62 325.77,505.86 312.25,523.25 L 297.75,590.75 C 291.173,591.2615 300.002,577 292,582 C 292.9202,599.79 296.214,623.4 276.25,632.25 L 270.25,639.25 L 269,649 C 275.847,676.12 244.24,686.78 232.25,706.25 C 229.213,711.651 230.322,717.23 232.25,722.75 C 235.3,727.064 239.606,724.606 244,725 C 259.49,721.74 266.96,702.8 284.75,704.75 C 290.415,695.856 299.83,689.31 310.75,690.75 C 322.63,674.81 343.92,679.09 360.75,677.75 L 374.75,663.25 L 369.75,676.75 L 386,671 C 387.885,671.1398 385.8603,669.115 386,671 L 385.25,666.25 L 398.25,655.25 C 403.779,653.614 407.747,647.595 411.25,643.25 C 420.146,636.26 427.36,626.72 433.25,617.25 L 435,619 C 433.856,622.357 426.437,627.651 431.75,628.75 L 427.25,636.75 L 435.75,632.75 L 452.75,612.75 L 462.25,590.25 L 464.75,587.75 L 477,550 L 480,526 C 482.793,520.852 482.951,514.94 483,509 L 488,492 L 489,472 L 495.25,455.25 L 523.75,429.75 L 523.75,428.25 L 520,427 C 506.63,431.345 495.25,442.75 489.75,455.75 L 463.75,486.75 L 451.25,494.75 L 451.25,493.25 L 469.25,477.25 L 471.75,474.75 L 478,463 L 479,462 C 480.885,462.1397 478.8603,460.115 479,462 L 478,463 L 475,465 L 474.25,464.75 L 481.25,454.25 L 483,452 L 484,451 L 485,450 C 486.885,450.1397 484.8603,448.115 485,450 L 484,451 L 483,452 L 465.25,466.75 L 503.25,421.25 C 524.18,420.081 543.35,422.632 554.75,403.25 C 558.524,407.066 552.541,410.757 551.25,414.25 L 556,419 C 549.63,439.56 531.95,455.86 517.75,472.75 C 515.846,474.695 513.349,480.519 510.25,477.75 C 526.31,466.06 514.546,452.66 517.75,440.25 L 498.25,459.25 C 482.44,530.56 478.16,614.55 411.25,661.25 C 408.209,668.192 405.858,675.19 406,683 L 416,706 C 415.91327,727.44 413.498,751.95 436.75,760.25 L 440,768 C 431.994,802.38 488.14,804.47 497.25,832.75 C 500.783,830.923 506.226,832.0992 508,836 C 506.786,850.95 481.4,859.83 492.25,877.75 L 501.25,883.75 C 532.03,886.541 552.09,923.41 520.25,941.25 L 516,950 C 515.8708,955.23 515.3845,960.83 519.25,964.75 L 530.75,967.75 C 530.75623,952.96 541.51,943.33 551.75,933.75 C 555.168,924.641 559.205,928.511 553.25,935.25 C 544.095,944.082 533.8,952.99 533,966 C 538.895,978.99 549.97,991.98 565.75,990.75 C 558.999,981.028 543.41,970.99 549.75,957.75 C 551.363,950.173 558.937,946.41 553,956 C 550.431,959.893 548.971,964.372 551.25,968.75 L 580,1008 C 582.837,1025.11 567.07,1036.11 554.25,1043.25 L 547.25,1053.25 C 545.27,1059.395 548.515,1064.16 553.25,1067.75 C 554.0026,1045.27 588.59,1039.35 590,1016 L 589.25,998.25 C 593.048,1004.499 592.694,1015.37 591,1023 C 588.189,1035.26 575.27,1039.93 567.25,1048.25 C 556.32,1055.844 554.4,1069.31 564.75,1076.75 C 553.58,1073.126 538.12,1062.07 547.25,1048.25 C 557.238,1035.02 580.5,1029.52 578,1009 C 570.937,986.47 540.34,997.02 532.75,971.25 C 525.093,969.01 514.35,968.077 513,958 C 512.453,950.992 515.134,945.11 518.25,939.25 C 554.11,914.85 514.294,888.64 490.25,878.75 C 487.427,875.469 487.903,871.236 488,867 C 484.75,852.47 512.28,846.49 502.75,834.25 C 493.622,844.27 469.07,858.3 473.75,875.25 C 489.22,887.1 506.71,899.13 519.75,912.75 L 472.25,877.75 C 464.208,865.79 476.131,856.12 483.75,848.25 L 466.25,853.75 C 492.15,842.21 471.363,824.04 452.25,822.75 C 449.168,820.036 450.12,815.729 450,812 C 470,791.29 428.35,809.398 422.25,791.75 C 414.554,780.1 427.596,771.6 431,762 C 410.97,753.424 390.62,732.99 413,713 C 409.484,696.35 394.23,680.78 406.75,663.25 C 387.94,683.94 357.26,680.14 337.25,698.25 L 332,707 C 319.01,784.4 337.462,865.1 381,929 C 394.34,956.94 439.21,969.63 435.75,1002.75 C 433.422,1005.424 430.913,1008.086 427,1007 L 434.25,1000.25 C 435.72,997.142 435.456,992.521 433.25,989.75 L 427,980 L 421.25,975.75 C 410.61,965.939 435.38,997.67 419,995 L 422,990 L 420,982 L 411.25,969.75 C 340.95,902.41 313.37,802.55 326.75,707.25 C 319.694,708.536 316.68,701.774 312.25,698.25 C 297.65,710.48 280.64,733.48 260.25,722.25 C 250.2,728.498 231.32,733.99 226,719 C 224.269,686.02 275.53,677.72 265,643 L 268.25,634.25 C 286.53,623.65 292.38,604.11 288.75,584.25 C 204.05,579.383 136.25,506.13 108.95,429.95 C 77.76,310.15 140.09,163.85 264.95,129.95 C 288.49,122.307 313.43,114.38 338.95,116.95 C 368.11,118.07 398.5,115.224 425.2,124.7 L 485.7,156.2 C 500.1,165.415 519.03,160.063 533.7,156.2 L 533.95,160.95 C 524.101,185.3 496.88,193.18 473.95,197.95 L 429.95,196.95 C 414.34,192.659 398.43,193.724 381.95,193.95 C 368.81,193.6579 356.1,194.8303 343.95,197.95 C 241.65,204.832 176.75,368.65 270.95,427.95 C 288.48,430.185 302,418.987 316.2,411.2 C 331.93,400.69 346.28,387.95 359.7,373.7 L 389.7,338.7 C 396.774,328.38 403.94,317.82 413.7,309.7 C 465.09,233.53 584.1,219.15 643.2,290.7 L 665.7,277.7 C 747.78,212.76 846.6,301.69 891.2,372.7 L 915.2,399.7 C 924.45,405.994 934.83,410.96 945.95,411.95 C 953.966,414.202 962.93,412.6924 970.7,410.7 C 1029.18,376.22 1022.42,291.2 993.7,239.2 C 967.99,207.3 925.62,195.47 886.9,199.95 L 841.9,196.95 C 827.56,193.012 813.44,184.85 805.15,171.7 C 804.12,165.339 800.066,158.6 803.15,152.2 C 827.45,164.59 857.31,166.3 881.65,151.7 C 954.23,98.97 1073.55,108.16 1112.65,198.2 C 1131.84,242.68 1138.66,293.23 1132.9,343 C 1139,441.79 1056.92,542 954.1,536.3 L 978.1,582.8 C 983.061,592.26 998.55,618.92 1005.1,597.3 C 1006.115,596.3223 1007.477,594.123 1008.6,596.3 C 1012.694,607.03 1005.84,618.07 998.6,625.8 C 941.39,638.35 867.2,627.2 833.1,575.3 L 834.1,641.8 C 851.58,669.83 880,630.37 897.6,650.3 C 907.6,671.73 915.53,694.69 907.6,718.8 L 860.1,771.3 C 856.485,787.9 887.38,791.7 886.85,809.05 C 875.01,824.41 857.62,835.73 841.1,844.3 C 856.24,859.72 854.64,888.12 838.6,902.8 L 828.85,906.05 C 801.92,895.64 754.11,925.54 779.6,955.3 L 782.85,965.05 C 782.75112,971.166 783.6781,977.49 780.6,982.8 C 775.762,997.61 763.19,1006.93 750.6,1014.8 C 713.89,1028.94 693.78,1072.46 714.1,1107.8 L 723.6,1108.3 C 699.75,1117.011 734.07,1121.93 743.6,1120.8 C 730.71,1127.006 708.39,1125.91 707.6,1107.3 C 678.66,1084.13 694.81,1036.17 725.6,1021.8 L 746.6,1001.8 C 753.064,993.669 756.63,984.16 757.85,974.05 L 758.85,959.05 C 773.83,1010.29 700.24,1021.99 697.1,1065.85 L 722.1,1030.35 C 753.59,1011.86 803.6,976.45 762.1,939.85 L 758.6,928.35 L 755.85,922.1 C 734.25,927.505 723.39,957.72 740.85,973.1 L 741.85,989.1 C 735.653,1003.84 721.68,1015.46 708.6,1024.85 C 688.86,1038.75 681.79,1063.06 685.85,1086.1 C 687.486,1094.357 693.239,1099.97 699.85,1105.1 L 701.6,1110.85 C 671.25,1100.898 647.8,1066.44 673.1,1038.35 C 684.02,1026.42 697.45,1018.58 712.6,1014.85 C 729.04,997.86 747.6,973.36 721.1,955.85 L 719.85,945.1 L 723.6,928.35 C 711.63,924.666 710.12,943.58 711.1,954.85 L 716.6,960.85 C 701.08,955.628 709.514,923.6 723.6,917.35 L 719.1,919.35 L 715.1,921.35 L 702.6,929.85 C 701.6455,931.223 698.796,933.576 697.85,931.1 L 707.1,923.35 L 715.1,918.35 L 717.6,916.35 L 688.1,932.85 L 692.85,927.1 L 700.6,920.85 C 712.24,912.062 696.284,919.001 691.1,921.35 L 680.1,927.85 L 687.85,916.1 C 680.685,922.077 662.24,927.44 678.6,917.85 C 692.11,911.021 707.98,901.47 722.85,906.1 C 757.96,884.81 799.5,899.95 838.65,895.85 C 860.91,868.57 836.896,834.3 804.65,837.35 L 767.9,838.1 L 744.9,845.1 C 673.25,877.49 625.2,788.32 596.6,735.3 C 591.479,728.398 583.85,724.21 576.1,724.3 C 592.9,718.478 603.3,741.09 610.6,753.3 L 623.6,773.8 C 627.03,755.86 632.468,734.63 647.6,723.3 L 645.85,727.05 C 635.34,741.2 628.51,757.99 628.85,776.05 C 641.82,816.19 690.27,856.38 731.85,831.05 C 735.7,831.5042 745.77,828.199 743.85,834.05 C 726.54,838.042 709.04,844.4 691.1,844.8 C 699.389,847.793 707.65,850.404 716.85,850.05 C 763.55,831.74 811.97,816.05 863.85,825.05 L 881.6,809.8 C 882.5638,793.24 853.59,790.5 856.6,773.3 C 848.351,779.831 850.776,770.296 854.6,765.3 L 837.1,780.8 L 843.6,771.8 C 858.91,752.3 825.98,786.87 829.1,777.3 L 834.1,771.3 C 835.436,769.761 841.467,765.213 836.1,766.3 L 818.1,782.8 L 825.85,767.05 L 826,767 z " style="fill:#1c1c1c;stroke:#1c1c1c" id="path1526"/>
-    <path d="M 186,312 L 143,303 L 179.25,314.75 L 212.75,327.75 L 215,325 L 218.75,327.25 C 214.834,359.72 221.579,396.61 247,419 L 230,441 L 237,427 C 236.052,418.359 231.782,424.451 228.25,427.75 C 221.558,425.095 231.182,408.18 220.75,417.75 L 218.25,416.75 L 224.75,401.25 L 209.25,411.75 C 213.953,404.409 220.25,397.62 214.75,389.25 L 201.25,395.75 L 208.75,381.25 L 207,380 C 198.852,386.372 202.608,370.471 203.75,366.25 L 189.25,368.75 L 198,361 L 195,361 L 149,373 C 140.565,374.11 128.01,371.533 123,378 C 126.315,379.992 132.056,377.7683 136,377 L 150.75,376.25 L 138.75,380.75 L 128,385 L 183.75,373.25 L 175,378 L 138.25,393.25 L 139.25,399.75 L 181.75,386.25 L 134,407 L 166.75,399.75 L 187.75,391.25 L 186.75,394.75 C 166.93,404.644 144.1,412.55 125,419 C 130.425,422.859 138.81,417.647 145,416 L 169.75,406.75 L 196.75,394.25 C 175.52,413.75 146.41,420.06 121.25,432.25 L 121.25,435.75 L 147.75,426.25 L 156.75,426.25 L 130,444 C 142.73,447.245 157.41,434.143 170,429 L 181.75,421.75 L 193.75,415.25 L 155.25,441.75 C 159.115,444.428 163.935,439.243 168,438 L 191.75,424.25 L 154.25,448.25 L 134.25,458.75 L 177.75,441.25 C 176.8054,442.539 176.494,445.505 178.75,445.75 L 187.75,443.25 C 185.467,449.809 177.761,452.188 172.25,456.25 L 143.25,473.75 C 160.19,470.309 175.34,458.65 190,449 L 193.75,447.25 C 181.66,462.07 167.13,473.96 149.25,482.25 L 149.25,484.75 C 151.942,485.6087 154.835,484.68246 156.75,482.75 L 171.75,473.75 L 183.75,466.25 C 184.775,472.816 191.805,465.6978 194.75,464.25 L 153.25,491.25 L 153.25,494.75 L 165,489 L 179,481 L 199,469 C 207.814,462.443 205.247,470.431 198.25,473.25 L 160.25,497.75 C 181.12,489.855 203.98,477.64 218.75,460.25 C 216.623,457.72 221.975,455.436 223.75,455.25 C 213.67,481.02 182.8,492.17 160.25,505.75 C 150.322,495.59 144.72,483.16 137.75,471.25 C 128.106,459.11 122.29,444.45 116.25,430.75 C 86.42,325.65 131.37,196.25 235.75,149.75 C 245.701,142.935 256.87,138.9 268,135 C 299.07,124.79 333.74,117.99 367,124 C 403.17,123.4948 440.8,130.103 469.3,154.75 L 491.05,166 C 502.12,168.356 512.87,166.8429 523.8,164.25 C 512.98,190.46 475.67,191.4 451.3,190.75 L 455.8,187.75 C 462.667,182.977 459.451,170.7 459.8,162.25 L 454.3,162.75 C 451.718,151.92 442.08,157.588 435.3,155.25 C 435.4579,166.16 434.75,179.18 429.8,189.75 L 426.05,190 C 423.203,190.8031 418.912,189.3611 422.8,186.75 C 422.59,179.576 426.057,173.94 429.05,168 L 428.8,152.25 L 424.05,145 L 418.8,188.75 L 400.05,188 L 399.05,173 L 399.05,166 C 400.152,161.881 400.312,157.592 404.8,157.25 L 405.05,169 C 403.24,172.379 402.714,184.75 407.05,177 L 408.05,173 C 410.415,159.37 414.82,176.012 409.05,181 L 410.8,183.75 C 422.06,170.94 425.23,150.97 413.8,136.25 L 410.3,137.25 L 410.8,150.75 L 404.3,136.25 C 398.061,136.5556 403.967,154.38 399.3,146.75 C 402.992,136.34 391.048,134.03 392.05,145 L 389.3,169.75 L 395.8,160.25 C 395.3287,169.661 395.635,180.35 388.8,187.75 L 377.3,187.75 L 391.05,141 C 391.6662,137.322 388.975,135.78 386.05,135 L 373.8,187.75 L 367.05,188 L 354.3,187.75 L 356.05,156 C 353.763,148.301 355.5936,136.61 348.3,132.25 C 351.005,147.78 354.4,168.15 350.8,185.75 L 303.3,201.25 L 258.05,238 L 252.3,229.75 L 255.05,225 L 218.3,192.75 C 216.361,189.755 206.37,184.868 210.3,191.75 L 214.3,194.75 L 207.3,196.25 L 206.3,199.75 C 216.85,212.99 230.76,225.93 243.8,235.75 C 245.063,233.245 242.097,231.872 240.8,230.25 L 228.3,216.75 C 222.952,211.52 214.5,207.362 212.3,200.25 L 232.8,209.25 L 245.3,228.25 L 246.3,230.75 C 256.5,236.251 256.57,244.65 247.8,251.75 C 236.79,269.35 227.51,287.78 222.8,307.75 L 212.3,301.75 C 203.122,287.31 179.62,287.94 164.3,282.25 L 164.3,284.75 C 184.02,292.033 205.13,297.22 221.05,312 L 218.8,322.75 C 197.11,308.51 175.09,293.62 151.05,284 L 147.05,286 L 170.05,297 C 179.864,300.74 182.81,305.825 186.05,312 L 186,312 z " style="fill:#cfcfcf;stroke:#cfcfcf" id="path1527"/>
-    <path d="M 1052,303 C 1071.31,295.747 1093.06,287.54 1115,291 L 1118.75,289.75 L 1104.75,283.25 L 1102.25,282.25 L 1118.75,280.75 L 1118.75,278.25 L 1100.25,275.75 L 1100.75,274.75 C 1098.39,270.819 1100.5422,270.587 1105,271 L 1120.75,269.75 L 1077.25,268.75 L 1080.75,267.75 C 1082.144,263.597 1086.129,263.62 1090,264 C 1098.331,263.0797 1107.82,261.184 1116,263 L 1117.75,261.75 L 1102.25,257.75 C 1103.474,256.8364 1110.695,256.8936 1106.75,253.25 L 1096.25,251.75 C 1092.347,247.43 1100.222,248.424 1102.25,247.25 L 1108.75,245.75 L 1105,243 L 1070,247 L 1066.25,246.75 L 1092,235 L 1090,233 L 1061.25,243.75 C 1071.087,235.969 1083.82,231.12 1095.75,227.75 L 1087,224 L 1093.75,219.75 L 1091.25,212.25 L 1095.75,209.25 L 1076.25,209.75 C 1079.084,207.331 1093.03,206.36 1085,201 C 1087.629,199.502 1089.026,197.199 1085.25,195.75 C 1086.61,193.914 1086.1012,191.297 1083.25,191.75 L 1084,184 L 1082.75,182.25 L 1069,185 L 1054.25,182.75 L 1072.75,178.75 L 1072.75,176.25 L 1066.25,175.25 C 1069.311,173.742 1076.95,175.6515 1075.75,170.25 L 1058,173 L 1054,173 L 1053.25,172.25 L 1069.75,166.75 L 1070,165 L 1058,166 L 1044.25,164.75 L 1044.25,163.25 C 1051.486,164.369 1047.662,158.901 1044.25,157.25 L 1046.75,155.75 L 1045.75,152.25 C 1040.62,154.394 1033.56,158.552 1029.75,152.25 L 1027.25,151.75 C 1030.756,151.2479 1036.12,149.505 1034.75,144.25 L 1001.25,145.75 L 1007.75,142.25 C 1004.001,138.995 999.031,142.6271 995,143 L 997.75,139.25 L 977,145 L 983.75,140.75 L 988.75,136.75 L 987,135 L 960.25,150.75 L 965,144 L 969.75,138.25 C 966.681,137.2807 963.03,137.192 960.25,139.25 L 956.75,140.75 L 949.75,145.75 C 944.566,143.473 940.06,142.589 935,147 L 932,144 L 906.25,155.25 C 904.516,154.7005 901.872,148.817 905.25,146.25 L 935,135 C 952.65,128.083 971.57,122.2 991,127 C 1009.23,124.367 1026.42,134.711 1042.25,142.75 C 1063.81,150.044 1080.23,165.83 1093.75,184.25 C 1127.12,235.43 1129.19,295.65 1128,357.05 L 1123,388.05 L 1108.75,428.8 L 1098.75,412.3 L 1090.75,405.3 C 1085.57,403.692 1085.303,399.255 1085.25,395.3 C 1093.912,398.017 1102.4,403.284 1110,409.05 L 1112.75,407.8 L 1106.25,401.8 L 1093.75,394.3 L 1078.25,384.3 L 1093.25,387.3 L 1095.75,388.3 L 1115.75,399.8 C 1116.3369,394.883 1109.89,392.977 1107,390.05 C 1101.254,385.995 1088.79,383.564 1090.75,375.3 L 1087.25,372.3 L 1108,381.05 L 1116,387.05 L 1120.75,388.8 L 1120.75,386.3 C 1112.627,380.161 1102.71,375.07 1096.25,366.3 L 1102.75,367.3 C 1104.271,368.709 1106.935,372.21 1108.75,369.8 L 1098,360.05 L 1084.25,352.3 C 1097.27,354.811 1110.13,363.08 1116,375.05 C 1118.653,373.494 1115.8235,370.033 1115,368.05 L 1112.25,353.8 L 1106.25,349.3 L 1125.75,357.8 C 1126.898,354.49 1122.106,353.574 1120,352.05 L 1113.75,348.3 C 1108.619,347.4555 1103.44,343.652 1098.25,345.8 L 1083.25,337.3 L 1105,342.05 C 1110.887,339.713 1117.05,340.604 1120.25,347.8 L 1123.75,348.8 C 1122.507,340.186 1111.69,338.19 1106.25,334.3 L 1117.75,336.8 C 1116.8827,333.431 1116.125,328.871 1112.25,327.3 L 1119.75,327.3 C 1121.217,328.383 1125.092,328.797 1126,327.05 C 1113.01,322.577 1098.77,318.019 1084,318.05 L 1079,315.05 L 1034.25,318.3 L 1033.75,322.8 L 1021.25,326.8 L 1021.25,317.3 L 1051.75,307.8 L 1089,303.05 C 1098.929,303.3153 1109.44,302.86 1118,300.05 L 1112,297.05 L 1052,303.05 L 1052,303 z " style="fill:#e9e9e9;stroke:#e9e9e9" id="path1528"/>
-    <path d="M 374,133 C 372.115,133.1398 374.1397,131.115 374,133 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1529"/>
-    <path d="M 361,133 L 362.75,136.25 L 362.75,136.75 C 360.304,137.862 361.104,134.3 361,133 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1530"/>
-    <path d="M 374,133 L 374.75,133.25 L 376.75,141.75 L 375.25,141.75 L 374,133 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1531"/>
-    <path d="M 320,135 C 318.115,135.1398 320.1397,133.115 320,135 z " style="fill:#141414;stroke:#141414" id="path1532"/>
-    <path d="M 331,134 C 332.834,133.3347 333.559,135.431 332.75,136.75 L 331,134 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1533"/>
-    <path d="M 339,134 C 341.028,133.4978 342.817,135.958 341.75,137.75 L 341.25,137.75 L 339,134 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1534"/>
-    <path d="M 322,138 L 320,135 L 322,138 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1535"/>
-    <path d="M 315,137 C 313.115,137.1398 315.1397,135.115 315,137 z " style="fill:#050505;stroke:#050505" id="path1536"/>
-    <path d="M 317,140 L 315,137 L 317,140 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1537"/>
-    <path d="M 371,137 L 371.75,137.25 L 371.75,147.75 L 371.25,147.75 L 370.25,138.25 L 371,137 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1538"/>
-    <path d="M 322,138 L 323.75,140.75 L 322,138 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1539"/>
-    <path d="M 333,138 L 334.75,142.75 L 334.25,142.75 L 333,138 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1540"/>
-    <path d="M 307,139 C 308.834,138.3347 309.559,140.431 308.75,141.75 L 307,139 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1541"/>
-    <path d="M 282,142 L 281.25,140.25 L 282,142 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1542"/>
-    <path d="M 318,142 L 317,140 L 318,142 z " style="fill:#101010;stroke:#101010" id="path1543"/>
-    <path d="M 345,147 L 342,141 L 342.25,140.25 L 344,143 L 345,147 z " style="fill:#101010;stroke:#101010" id="path1544"/>
-    <path d="M 362,140 L 362.75,140.25 L 363.75,148.75 L 362.25,148.75 L 362,140 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1545"/>
-    <path d="M 292,147 L 289,146 L 290,151 L 290.25,156.75 L 287.25,143.25 L 290,141 L 291,142 L 292,147 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1546"/>
-    <path d="M 282,142 L 283.75,145.25 L 283.75,145.75 C 281.304,146.862 282.104,143.3 282,142 z " style="fill:#121212;stroke:#121212" id="path1547"/>
-    <path d="M 302,156 L 300.25,148.75 L 298.25,142.25 L 299.75,142.25 L 301.25,146.75 L 302.75,147.25 L 306,160 L 307,162 L 305.25,179.25 L 305.75,180.75 L 305,181 L 304,180 L 304,167 L 302.75,156.25 L 302,156 z " style="fill:#080808;stroke:#080808" id="path1548"/>
-    <path d="M 320,146 L 318,142 L 320,146 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1549"/>
-    <path d="M 326,146 L 324.25,142.25 L 326,146 z " style="fill:#101010;stroke:#101010" id="path1550"/>
-    <path d="M 310,148 L 309.25,143.25 L 310,148 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1551"/>
-    <path d="M 375,143 L 376.75,143.75 L 375,143 z " style="fill:#141414;stroke:#141414" id="path1552"/>
-    <path d="M 336,147 L 335.25,144.25 L 336,147 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1553"/>
-    <path d="M 977,145 L 974.25,147.25 L 968.75,151.75 L 967.25,151.75 L 971.75,147.75 L 977,145 z " style="fill:#989898;stroke:#989898" id="path1554"/>
-    <path d="M 322,151 L 320,146 L 322,151 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1555"/>
-    <path d="M 327,148 L 326,146 L 327,148 z " style="fill:#101010;stroke:#101010" id="path1556"/>
-    <path d="M 376,146 C 377.885,145.8602 375.8603,147.885 376,146 z " style="fill:#141414;stroke:#141414" id="path1557"/>
-    <path d="M 282,147 L 284.75,152.25 L 284.75,152.75 L 282.25,147.75 L 282,147 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1558"/>
-    <path d="M 293,149 L 292,147 L 293,149 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1559"/>
-    <path d="M 336,147 L 336.75,150.75 L 336,147 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1560"/>
-    <path d="M 346,151 L 345,147 L 346,151 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1561"/>
-    <path d="M 311,153 L 310,148 L 311,153 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1562"/>
-    <path d="M 327,148 L 328.75,152.75 L 328.25,152.75 L 327,148 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1563"/>
-    <path d="M 376,148 L 376.75,153.75 L 376.25,153.75 L 376,148 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1564"/>
-    <path d="M 295,155 L 294.25,154.75 L 293,149 L 295,155 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1565"/>
-    <path d="M 371,149 L 372.75,149.25 L 372.75,157.75 L 372.25,157.75 L 371,150 L 371,149 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1566"/>
-    <path d="M 993,187 L 1004.75,185.25 C 1002.5,189.788 998.673,194.462 993.75,197.75 L 987.75,205.75 C 985.771,208.052 982.63,210.565 983.25,213.75 L 999.25,198.25 L 1012.75,194.25 L 1009.25,199.25 L 1002.25,209.25 C 998.595,213.827 991.7,219.41 995.25,224.75 C 1008.58,211.13 1023.13,194.99 1042.75,190.75 L 1058.75,187.25 C 1035.7,196.909 1012.47,212.58 998,234 C 979.38,212.34 951.32,199.78 924,194 C 890.23,190.794 854.62,199.535 824.25,183.75 C 816.213,177.823 809.22,169.81 807.25,160.25 L 814.75,162.25 C 831.68,174.48 852.03,167.856 869.75,162.25 L 872,166 L 865.75,169.75 C 853.97,172.68 843.19,178.347 830.25,177.25 L 828,180 C 840.72,183.286 853.39,178.153 865.75,175.25 L 860.75,178.75 L 848,185 L 864.25,184.75 L 866,185 L 890.25,172.25 L 893,174 L 912.25,164.25 L 915,166 L 896.75,174.75 L 884.25,181.75 C 896.46,180.086 908.54,174.869 919.25,168.25 L 925,170 L 953.75,154.25 L 946.75,179.75 L 943.75,185.75 C 944.235,189.35 949.423,181.99 950.75,179.75 L 956.25,171.25 C 965.098,161.796 975.55,152.94 988.75,152.25 C 979.188,159.323 967.11,165.57 960.75,176.75 C 957.447,181.943 953.839,187.73 953.25,193.75 L 955,194 C 963.028,169.3 989.72,152.61 1014.75,149.25 L 995.25,156.25 L 977.25,168.25 C 969.641,177.389 964.26,190.75 967,202 L 969,198 C 967.603,179.04 982.91,165.6 999,159 L 1008.75,157.25 L 994.75,165.75 L 979.25,180.25 C 973.14,188.022 971.751,199.19 974.25,208.75 L 989.75,192.75 L 993,187 z " style="fill:#dedede;stroke:#dedede" id="path1567"/>
-    <path d="M 257,150 C 258.885,149.8602 256.8603,151.885 257,150 z " style="fill:#141414;stroke:#141414" id="path1568"/>
-    <path d="M 270,153 L 268.25,150.25 L 270,153 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1569"/>
-    <path d="M 363,150 L 363.75,150.25 L 363.75,162.75 L 363.25,162.75 L 363,150 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1570"/>
-    <path d="M 322,151 L 323.75,153.75 L 322,151 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1571"/>
-    <path d="M 346,151 L 346.75,151.25 L 348,157 L 348.75,163.75 L 348,164 L 347.25,163.75 L 347,158 L 346,151 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1572"/>
-    <path d="M 257,152 C 258.449,151.5827 260.612,153.213 259.75,154.75 L 257,152 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1573"/>
-    <path d="M 337,152 L 337.75,152.25 L 339,160 C 340.493,162.279 340.493,165.721 339,168 L 338,174 L 336.75,180.75 L 336.25,180.75 L 337,176 L 338,171 L 337.75,166.25 L 337,162 C 338.439,159.992 338.439,157.008 337,155 L 337,152 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1574"/>
-    <path d="M 270,153 L 271.75,156.75 L 270,153 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1575"/>
-    <path d="M 311,153 L 311.75,157.75 L 311,153 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1576"/>
-    <path d="M 960,153 L 963.75,154.25 L 960.75,158.75 C 958.977,159.761 958.977,161.239 960.75,162.25 L 960.75,163.75 L 948.75,176.75 L 947.25,176.75 C 949.715,168.248 954.092,159.91 960,153 z " style="fill:#d7d7d7;stroke:#d7d7d7" id="path1577"/>
-    <path d="M 245,154 C 246.885,153.8602 244.8602,155.885 245,154 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1578"/>
-    <path d="M 283,154 L 284.75,154.75 L 283,154 z " style="fill:#141414;stroke:#141414" id="path1579"/>
-    <path d="M 329,154 L 331.75,161.75 L 330.25,161.75 L 329,154 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1580"/>
-    <path d="M 295,155 L 295.75,157.75 L 295,155 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1581"/>
-    <path d="M 302,156 L 301,164 L 300.25,167.75 L 300,160 C 298.961,158.599 298.345,156.357 300.25,155.25 L 302,156 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1582"/>
-    <path d="M 325,157 L 324.25,155.25 L 325,157 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1583"/>
-    <path d="M 247,157 C 245.115,157.1398 247.1398,155.115 247,157 z " style="fill:#111;stroke:#111" id="path1584"/>
-    <path d="M 261,157 C 259.115,157.1398 261.1397,155.115 261,157 z " style="fill:#141414;stroke:#141414" id="path1585"/>
-    <path d="M 248,158 L 247,157 L 248,158 z " style="fill:#121212;stroke:#121212" id="path1586"/>
-    <path d="M 263,161 L 261,157 L 263,161 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1587"/>
-    <path d="M 278,161 L 277.25,160.75 L 275.25,157.25 C 277.387,156.3293 278.495,159.328 278,161 z " style="fill:#111;stroke:#111" id="path1588"/>
-    <path d="M 284,157 L 284.75,157.25 L 286,167 L 285,168 L 284.25,167.75 L 284,157 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1589"/>
-    <path d="M 325,157 L 326.75,161.25 L 327,162 L 326.75,162.75 C 323.659,163.5984 325.488,158.713 325,157 z " style="fill:#101010;stroke:#101010" id="path1590"/>
-    <path d="M 249,159 L 248,158 L 249,159 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1591"/>
-    <path d="M 274,162 C 272.387,161.7025 271.405,159.712 272.25,158.25 L 272.75,158.25 L 274,162 z " style="fill:#101010;stroke:#101010" id="path1592"/>
-    <path d="M 1028,158 L 1030.75,158.25 L 1030.75,159.75 L 1029,160 L 1021.25,161.75 C 1018.988,160.728 1021.3422,158.442 1023,159 L 1028,158 z " style="fill:#afafaf;stroke:#afafaf" id="path1593"/>
-    <path d="M 245,161 L 241.25,159.75 L 241.25,159.25 C 242.712,158.4053 244.702,159.3873 245,161 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1594"/>
-    <path d="M 254,164 L 249,159 C 251.339,159.02673 253.973,161.661 254,164 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1595"/>
-    <path d="M 291,159 L 291.75,163.75 L 291,159 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1596"/>
-    <path d="M 296,159 L 297.75,163.25 L 297.75,163.75 C 294.932,164.763 296.32,160.488 296,159 z " style="fill:#101010;stroke:#101010" id="path1597"/>
-    <path d="M 312,159 L 312.75,163.75 L 312,159 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1598"/>
-    <path d="M 372,159 C 373.885,158.8602 371.8603,160.885 372,159 z " style="fill:#131313;stroke:#131313" id="path1599"/>
-    <path d="M 246,162 L 245,161 L 246,162 z " style="fill:black;stroke:black" id="path1600"/>
-    <path d="M 266,168 L 265.25,167.75 L 263,161 L 263.75,161.25 L 266,168 z " style="fill:#101010;stroke:#101010" id="path1601"/>
-    <path d="M 278,161 L 278.75,163.75 L 278,161 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1602"/>
-    <path d="M 247,163 L 246,162 L 247,163 z " style="fill:#101010;stroke:#101010" id="path1603"/>
-    <path d="M 274,162 L 276,166 L 276.75,169.75 L 274,163 L 274,162 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1604"/>
-    <path d="M 1000,167 L 1000.25,166.25 L 1010,162 L 1011.75,162.25 L 1011.75,162.75 L 1000,167 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path1605"/>
-    <path d="M 248,164 L 247,163 L 248,164 z " style="fill:#111;stroke:#111" id="path1606"/>
-    <path d="M 250,166 L 248,164 L 250,166 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1607"/>
-    <path d="M 255,165 L 254,164 L 255,165 z " style="fill:black;stroke:black" id="path1608"/>
-    <path d="M 327,171 L 326.25,170.75 L 326.25,164.25 L 326.75,164.25 L 327,171 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1609"/>
-    <path d="M 362,164 C 363.885,163.8602 361.8603,165.885 362,164 z " style="fill:#141414;stroke:#141414" id="path1610"/>
-    <path d="M 372,164 L 373.75,164.75 L 372,164 z " style="fill:#101010;stroke:#101010" id="path1611"/>
-    <path d="M 467,164 L 468.75,164.25 L 470,167 L 469,181 L 468.75,183.75 L 465.25,183.75 L 465,181 L 467,164 z " style="fill:#3b3b3b;stroke:#3b3b3b" id="path1612"/>
-    <path d="M 256,166 L 255,165 L 256,166 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1613"/>
-    <path d="M 291,165 L 292.75,165.25 L 292.75,176.75 L 292.25,176.75 L 291,165 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1614"/>
-    <path d="M 252,168 L 250,166 L 252,168 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1615"/>
-    <path d="M 257,167 L 256,166 L 257,167 z " style="fill:#141414;stroke:#141414" id="path1616"/>
-    <path d="M 278,166 L 279.75,166.25 L 281,178 L 282,189 L 283,191 L 282,193 L 282.75,203.75 L 282,196 L 280,188 L 279,186 L 277,172 L 279,170 L 278,166 z " style="fill:#080808;stroke:#080808" id="path1617"/>
-    <path d="M 297,166 L 298.75,173.25 L 298.75,173.75 L 297.25,173.75 L 297,166 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1618"/>
-    <path d="M 312,166 L 313.75,166.75 L 312,166 z " style="fill:#121212;stroke:#121212" id="path1619"/>
-    <path d="M 372,166 L 373.75,166.75 L 372,166 z " style="fill:#141414;stroke:#141414" id="path1620"/>
-    <path d="M 942,166 C 943.885,165.8602 941.8603,167.885 942,166 z " style="fill:#121212;stroke:#1212
\ No newline at end of file
diff --git a/attic/rallye/Ordner/2 b/attic/rallye/Ordner/2
deleted file mode 100644
index f423650dcf80fd26e9a29cb3f0147aa4579c2dba..0000000000000000000000000000000000000000
--- a/attic/rallye/Ordner/2
+++ /dev/null
@@ -1,235 +0,0 @@
-12" id="path1621"/>
-    <path d="M 235,169 L 232.25,167.25 L 235,169 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1622"/>
-    <path d="M 264,176 L 262.25,174.75 L 257,167 C 259.962,169.196 263.641,172.117 264,176 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1623"/>
-    <path d="M 1000,167 L 999.75,172.75 L 992.25,180.25 L 991.75,181.75 L 990.25,182.25 L 976.25,199.75 L 979.25,184.25 L 1000,167 z " style="fill:#e1e1e1;stroke:#e1e1e1" id="path1624"/>
-    <path d="M 252,168 C 253.885,167.8602 251.8602,169.885 252,168 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1625"/>
-    <path d="M 265,186 L 269.75,191.75 L 265,178 L 267.25,180.75 L 269.25,184.75 L 269.75,184.75 L 267.75,175.25 C 265.766,173.451 263.926,170.369 266,168 L 273.25,182.75 L 273.75,182.75 L 274.75,178.25 L 276,188 C 277.595,191.467 277.595,196.533 276,200 L 275,205 L 274.75,207.75 L 274.25,207.75 L 265.25,187.75 L 265,186 z " style="fill:#080808;stroke:#080808" id="path1626"/>
-    <path d="M 312,168 L 313.75,168.75 L 312,168 z " style="fill:#121212;stroke:#121212" id="path1627"/>
-    <path d="M 347,168 L 348.75,168.75 L 347,168 z " style="fill:#131313;stroke:#131313" id="path1628"/>
-    <path d="M 478,169 C 476.115,169.1398 478.1397,167.115 478,169 z " style="fill:#121212;stroke:#121212" id="path1629"/>
-    <path d="M 938,170 L 940.75,168.25 L 938,170 z " style="fill:#111;stroke:#111" id="path1630"/>
-    <path d="M 993,187 L 993.25,185.25 C 998.915,178.812 1004.65,170.62 1013,168 L 1015.75,168.25 L 1010.25,172.25 L 1005.25,178.25 L 1003.75,180.75 L 993,187 z " style="fill:#cfcfcf;stroke:#cfcfcf" id="path1631"/>
-    <path d="M 213,169 L 215.75,170.25 L 233.25,183.75 L 234.75,184.25 L 240.75,190.25 L 251.75,201.25 L 255,210 L 253.75,211.75 L 251.25,210.75 C 244.879,198.02 232.81,187.97 221.75,179.25 L 218.25,177.75 L 212.25,172.75 L 213,169 z " style="fill:#343434;stroke:#343434" id="path1632"/>
-    <path d="M 237,170 L 235,169 L 237,170 z " style="fill:#111;stroke:#111" id="path1633"/>
-    <path d="M 300,169 L 301.75,169.25 L 301.75,183.75 L 301.25,183.75 L 300,169 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1634"/>
-    <path d="M 372,169 L 372.75,173.75 L 372,169 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1635"/>
-    <path d="M 479,172 L 478,169 L 479,172 z " style="fill:#121212;stroke:#121212" id="path1636"/>
-    <path d="M 239,172 L 237,170 L 239,172 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1637"/>
-    <path d="M 255,188 L 258.75,188.75 L 257,185 L 251.25,176.75 L 249.25,170.25 L 251.75,170.25 L 266,196 L 265.75,198.75 L 262.25,197.75 L 257.75,190.25 L 255,188 z " style="fill:#070707;stroke:#070707" id="path1638"/>
-    <path d="M 256,173 L 253.25,170.25 C 254.787,169.3878 256.417,171.551 256,173 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1639"/>
-    <path d="M 270,170 C 271.885,169.8602 269.8603,171.885 270,170 z " style="fill:#131313;stroke:#131313" id="path1640"/>
-    <path d="M 285,170 L 286,171 L 286,201 L 285.25,201.75 L 284.25,199.75 L 285,198 L 285,170 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1641"/>
-    <path d="M 347,170 C 349.017,169.5475 348.931,170.8362 348,172 C 348.6457,174.164 346.354,174.164 347,172 L 347,170 z " style="fill:#101010;stroke:#101010" id="path1642"/>
-    <path d="M 445,170 L 447,172 C 445.053,174.54 445.953,177.908 448,180 L 446.75,191.75 L 433.25,190.75 L 437.25,178.25 L 439.75,176.25 L 440.75,184.75 L 444,174 L 445,170 z " style="fill:#d3d3d3;stroke:#d3d3d3" id="path1643"/>
-    <path d="M 938,170 L 935,171 L 938,170 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1644"/>
-    <path d="M 327,171 L 327.75,174.75 L 327,171 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1645"/>
-    <path d="M 491,171 L 492.75,172.75 L 491,171 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1646"/>
-    <path d="M 873,171 L 875,171 C 880.475,171.0414 869.493,175.314 873,171 z " style="fill:#9b9b9b;stroke:#9b9b9b" id="path1647"/>
-    <path d="M 935,171 C 935.1398,172.885 933.115,170.8602 935,171 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1648"/>
-    <path d="M 240,173 L 239,172 L 240,173 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1649"/>
-    <path d="M 271,172 C 272.681,172.7312 274.849,174.684 273.75,176.75 L 273.25,176.75 L 271,172 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1650"/>
-    <path d="M 313,172 L 313.75,172.25 L 313.75,180.75 L 312.25,180.75 L 313,172 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1651"/>
-    <path d="M 479,172 L 480.75,178.25 L 480.75,178.75 L 479,172 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1652"/>
-    <path d="M 929,174 L 931.75,172.25 C 932.859,174.18 930.162,174.164 929,174 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1653"/>
-    <path d="M 1037,172 L 1041.75,172.25 C 1041.1259,176.28 1036.501,177.069 1033,177 L 1023.25,177.75 L 1023.25,177.25 L 1026,176 L 1030.75,174.75 L 1037,172 z " style="fill:#c9c9c9;stroke:#c9c9c9" id="path1654"/>
-    <path d="M 242,174 L 240,173 L 242,174 z " style="fill:#121212;stroke:#121212" id="path1655"/>
-    <path d="M 258,176 L 256,173 L 258,176 z " style="fill:#101010;stroke:#101010" id="path1656"/>
-    <path d="M 242,174 C 243.885,173.8602 241.8602,175.885 242,174 z " style="fill:#070707;stroke:#070707" id="path1657"/>
-    <path d="M 491,174 C 494.682,173.5818 491.5636,176.978 491.75,178.75 L 491,177 L 491,174 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1658"/>
-    <path d="M 929,174 C 929.1398,175.885 927.115,173.8602 929,174 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1659"/>
-    <path d="M 297,175 L 298.75,176.75 L 297,175 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1660"/>
-    <path d="M 371,178 L 371.75,175.25 L 371,178 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1661"/>
-    <path d="M 924,176 L 925.75,175.25 L 924,176 z " style="fill:#101010;stroke:#101010" id="path1662"/>
-    <path d="M 246,178 L 244.25,176.25 L 246,178 z " style="fill:#111;stroke:#111" id="path1663"/>
-    <path d="M 258,176 L 259.75,178.75 L 258,176 z " style="fill:#111;stroke:#111" id="path1664"/>
-    <path d="M 265,178 L 264,176 L 265,178 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1665"/>
-    <path d="M 326,176 L 326.75,178.75 L 326,176 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1666"/>
-    <path d="M 924,176 L 922.25,176.75 L 924,176 z " style="fill:#090909;stroke:#090909" id="path1667"/>
-    <path d="M 915,179 L 915.25,178.25 L 919.75,177.25 L 915,179 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1668"/>
-    <path d="M 247,179 L 246,178 L 247,179 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1669"/>
-    <path d="M 371,178 L 369.75,183.75 L 369.25,183.75 L 370.25,178.25 L 371,178 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1670"/>
-    <path d="M 248,180 L 247,179 L 248,180 z " style="fill:#060606;stroke:#060606" id="path1671"/>
-    <path d="M 297,179 L 297.75,180.75 L 297,179 z " style="fill:#101010;stroke:#101010" id="path1672"/>
-    <path d="M 915,179 L 913,180 L 915,179 z " style="fill:#101010;stroke:#101010" id="path1673"/>
-    <path d="M 250,182 L 248,180 L 250,182 z " style="fill:#111;stroke:#111" id="path1674"/>
-    <path d="M 260,180 L 261.75,181.75 L 260,180 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1675"/>
-    <path d="M 479,180 L 480.75,180.75 L 479,180 z " style="fill:#141414;stroke:#141414" id="path1676"/>
-    <path d="M 913,180 L 911,181 L 913,180 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1677"/>
-    <path d="M 911,181 L 909,182 L 911,181 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1678"/>
-    <path d="M 933,182 L 934.75,181.25 L 933,182 z " style="fill:#111;stroke:#111" id="path1679"/>
-    <path d="M 1040,182 L 1042.75,181.25 L 1040,182 z " style="fill:#969696;stroke:#969696" id="path1680"/>
-    <path d="M 251,183 L 250,182 L 251,183 z " style="fill:#141414;stroke:#141414" id="path1681"/>
-    <path d="M 312,182 L 313.75,182.75 L 312,182 z " style="fill:#141414;stroke:#141414" id="path1682"/>
-    <path d="M 909,182 L 907,183 L 909,182 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1683"/>
-    <path d="M 933,182 L 931.25,182.75 L 933,182 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1684"/>
-    <path d="M 1040,182 L 1039.75,182.75 L 1031,187 L 1030.25,186.75 C 1032.318,183.914 1036.332,182.109 1040,182 z " style="fill:#949494;stroke:#949494" id="path1685"/>
-    <path d="M 252,184 L 251,183 L 252,184 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1686"/>
-    <path d="M 265,186 L 263.25,183.25 L 265,186 z " style="fill:#111;stroke:#111" id="path1687"/>
-    <path d="M 479,186 L 479.75,183.25 L 479,186 z " style="fill:#101010;stroke:#101010" id="path1688"/>
-    <path d="M 907,183 L 905,184 L 907,183 z " style="fill:#111;stroke:#111" id="path1689"/>
-    <path d="M 929,183 C 930.885,182.8602 928.8603,184.885 929,183 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1690"/>
-    <path d="M 215,185 L 213.25,184.25 L 215,185 z " style="fill:#080808;stroke:#080808" id="path1691"/>
-    <path d="M 255,188 L 252,184 L 255,188 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1692"/>
-    <path d="M 301,192 C 300.5849,188.724 300.7589,184.615 304.75,184.25 C 305.4692,186.507 305.2856,190.005 302.25,190.25 L 301,192 z " style="fill:#090909;stroke:#090909" id="path1693"/>
-    <path d="M 312,184 C 314.362,185.032 312.3706,188.097 311.75,189.75 L 311.25,189.75 L 312,184 z " style="fill:#111;stroke:#111" id="path1694"/>
-    <path d="M 905,184 C 905.1398,185.885 903.115,183.8602 905,184 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1695"/>
-    <path d="M 927,184 C 928.885,183.8602 926.8603,185.885 927,184 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1696"/>
-    <path d="M 1046,184 C 1050.914,183.88 1043.028,188.047 1046,184 z " style="fill:#999;stroke:#999" id="path1697"/>
-    <path d="M 219,187 L 215,185 L 219,187 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1698"/>
-    <path d="M 923,186 L 924.75,185.25 L 923,186 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1699"/>
-    <path d="M 479,186 C 479.1397,187.885 477.115,185.8602 479,186 z " style="fill:#111;stroke:#111" id="path1700"/>
-    <path d="M 900,186 C 901.885,185.8602 899.8603,187.885 900,186 z " style="fill:#121212;stroke:#121212" id="path1701"/>
-    <path d="M 923,186 L 920.25,186.75 L 923,186 z " style="fill:#111;stroke:#111" id="path1702"/>
-    <path d="M 221,188 L 219,187 L 221,188 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1703"/>
-    <path d="M 223,189 L 221,188 L 223,189 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1704"/>
-    <path d="M 916,188 L 917.75,188.75 L 916,188 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1705"/>
-    <path d="M 224,190 L 223,189 L 224,190 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1706"/>
-    <path d="M 226,192 L 224,190 L 226,192 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1707"/>
-    <path d="M 228,194 L 226,192 L 228,194 z " style="fill:#111;stroke:#111" id="path1708"/>
-    <path d="M 301,192 C 301.1397,193.885 299.115,191.8602 301,192 z " style="fill:#111;stroke:#111" id="path1709"/>
-    <path d="M 229,195 L 228,194 L 229,195 z " style="fill:#060606;stroke:#060606" id="path1710"/>
-    <path d="M 230,196 L 229,195 L 230,196 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1711"/>
-    <path d="M 231,197 L 230,196 L 231,197 z " style="fill:#131313;stroke:#131313" id="path1712"/>
-    <path d="M 232,198 L 231,197 L 232,198 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1713"/>
-    <path d="M 233,199 L 232,198 L 233,199 z " style="fill:#121212;stroke:#121212" id="path1714"/>
-    <path d="M 234,200 L 233,199 L 234,200 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1715"/>
-    <path d="M 235,201 L 234,200 L 235,201 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1716"/>
-    <path d="M 1013,200 L 1016.75,200.25 L 1010.75,205.75 L 1009.25,205.75 L 1011.25,203.25 L 1013,200 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path1717"/>
-    <path d="M 196,201 C 197.885,200.8602 195.8602,202.885 196,201 z " style="fill:#141414;stroke:#141414" id="path1718"/>
-    <path d="M 235,201 C 236.885,200.8602 234.8602,202.885 235,201 z " style="fill:#111;stroke:#111" id="path1719"/>
-    <path d="M 201,204 L 198.25,202.25 L 201,204 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1720"/>
-    <path d="M 204,206 L 201,204 L 204,206 z " style="fill:#101010;stroke:#101010" id="path1721"/>
-    <path d="M 204,206 C 205.449,205.5827 207.612,207.213 206.75,208.75 L 204,206 z " style="fill:#121212;stroke:#121212" id="path1722"/>
-    <path d="M 209,210 C 207.115,210.1398 209.1398,208.115 209,210 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1723"/>
-    <path d="M 275,209 C 276.885,208.8602 274.8603,210.885 275,209 z " style="fill:#131313;stroke:#131313" id="path1724"/>
-    <path d="M 1033,209 L 1036.25,212.75 L 1043.75,210.25 L 1021.75,227.75 C 1015.479,231.034 1010.67,236.784 1006.25,242.25 L 1006.25,244.75 L 1007.25,245.75 L 1013.25,246.25 L 1024.75,236.75 L 1043.75,226.25 L 1045.75,227.75 L 1041.75,233.75 C 1030.55,239.257 1023.09,250.34 1016.25,260.25 L 1015.25,264.75 L 1017.75,266.75 L 1017,272 L 1016.25,271.75 L 1009.75,255.25 L 1000,239 L 1006.75,231.75 L 1031.75,210.75 L 1033,209 z " style="fill:#e2e2e2;stroke:#e2e2e2" id="path1725"/>
-    <path d="M 210,211 L 209,210 L 210,211 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1726"/>
-    <path d="M 198,212 L 194.25,211.25 L 198,212 z " style="fill:#101010;stroke:#101010" id="path1727"/>
-    <path d="M 211,212 L 210,211 L 211,212 z " style="fill:#060606;stroke:#060606" id="path1728"/>
-    <path d="M 200,213 L 198,212 L 200,213 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1729"/>
-    <path d="M 211,212 L 212.75,213.75 L 211,212 z " style="fill:#111;stroke:#111" id="path1730"/>
-    <path d="M 202,214 L 200,213 L 202,214 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1731"/>
-    <path d="M 202,214 L 203.75,214.75 L 202,214 z " style="fill:#101010;stroke:#101010" id="path1732"/>
-    <path d="M 1045,214 C 1048.035,214.7812 1043.519,217.546 1043.25,215.25 L 1044,215 L 1045,214 z " style="fill:#949494;stroke:#949494" id="path1733"/>
-    <path d="M 215,216 C 213.115,216.1398 215.1398,214.115 215,216 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1734"/>
-    <path d="M 209,218 L 206.25,216.25 L 209,218 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1735"/>
-    <path d="M 216,217 L 215,216 L 216,217 z " style="fill:#060606;stroke:#060606" id="path1736"/>
-    <path d="M 218,219 L 216,217 L 218,219 z " style="fill:#111;stroke:#111" id="path1737"/>
-    <path d="M 193,218 C 194.885,217.8602 192.8602,219.885 193,218 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1738"/>
-    <path d="M 209,218 C 210.885,217.8602 208.8602,219.885 209,218 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1739"/>
-    <path d="M 198,220 L 195.25,219.25 L 198,220 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1740"/>
-    <path d="M 211,219 L 212.75,220.75 L 211,219 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1741"/>
-    <path d="M 219,220 L 218,219 L 219,220 z " style="fill:#141414;stroke:#141414" id="path1742"/>
-    <path d="M 203,222 L 198,220 L 203,222 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1743"/>
-    <path d="M 225,226 C 221.509,226.7559 219.264,222.851 219,220 C 221.864,220.9114 224.089,223.136 225,226 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1744"/>
-    <path d="M 217,224 C 215.551,224.4173 213.388,222.787 214.25,221.25 L 217,224 z " style="fill:#111;stroke:#111" id="path1745"/>
-    <path d="M 205,223 L 203,222 L 205,223 z " style="fill:#101010;stroke:#101010" id="path1746"/>
-    <path d="M 207,224 L 205,223 L 207,224 z " style="fill:#111;stroke:#111" id="path1747"/>
-    <path d="M 1016,238 L 1022.75,231.75 C 1026.606,227.345 1031.761,224.832 1037,223 L 1038.75,223.25 L 1038.75,223.75 L 1017.75,237.75 L 1016,238 z " style="fill:#b0b0b0;stroke:#b0b0b0" id="path1748"/>
-    <path d="M 182,224 L 190.75,228.75 L 190,229 L 182,224 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1749"/>
-    <path d="M 207,224 C 208.885,223.8602 206.8602,225.885 207,224 z " style="fill:#070707;stroke:#070707" id="path1750"/>
-    <path d="M 217,224 C 218.885,223.8602 216.8602,225.885 217,224 z " style="fill:#121212;stroke:#121212" id="path1751"/>
-    <path d="M 213,229 L 209.25,226.25 L 213,229 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1752"/>
-    <path d="M 226,227 L 225,226 L 226,227 z " style="fill:#060606;stroke:#060606" id="path1753"/>
-    <path d="M 229,229 L 226,227 L 229,229 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1754"/>
-    <path d="M 193,230 C 191.115,230.1398 193.1398,228.115 193,230 z " style="fill:#141414;stroke:#141414" id="path1755"/>
-    <path d="M 213,229 L 214.75,230.75 L 213,229 z " style="fill:#131313;stroke:#131313" id="path1756"/>
-    <path d="M 230,230 L 229,229 L 230,230 z " style="fill:#060606;stroke:#060606" id="path1757"/>
-    <path d="M 195,231 L 193,230 L 195,231 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1758"/>
-    <path d="M 232,233 L 230,230 L 232,233 z " style="fill:#101010;stroke:#101010" id="path1759"/>
-    <path d="M 195,231 C 196.162,230.8355 198.859,230.8198 197.75,232.75 L 195,231 z " style="fill:#111;stroke:#111" id="path1760"/>
-    <path d="M 217,232 C 215.115,232.1398 217.1398,230.115 217,232 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1761"/>
-    <path d="M 220,234 L 217,232 L 220,234 z " style="fill:#101010;stroke:#101010" id="path1762"/>
-    <path d="M 202,235 L 199.25,233.25 L 202,235 z " style="fill:#111;stroke:#111" id="path1763"/>
-    <path d="M 233,234 L 232,233 L 233,234 z " style="fill:#111;stroke:#111" id="path1764"/>
-    <path d="M 220,234 L 221.75,235.75 L 220,234 z " style="fill:#131313;stroke:#131313" id="path1765"/>
-    <path d="M 234,235 L 233,234 L 234,235 z " style="fill:#111;stroke:#111" id="path1766"/>
-    <path d="M 179,236 L 177.25,235.25 L 179,236 z " style="fill:#101010;stroke:#101010" id="path1767"/>
-    <path d="M 204,236 L 202,235 L 204,236 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1768"/>
-    <path d="M 236,237 L 234,235 L 236,237 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1769"/>
-    <path d="M 1040,240 L 1041.25,238.25 L 1050.75,235.25 L 1041.75,239.75 L 1040,240 z " style="fill:#a1a1a1;stroke:#a1a1a1" id="path1770"/>
-    <path d="M 1064,235 L 1066.75,235.75 C 1061.267,238.199 1056.31,241.5 1052.25,246.25 L 1052.75,247.75 L 1050.75,249.75 L 1044.75,252.75 L 1029.75,260.75 L 1028.25,260.75 L 1054.25,239.25 L 1064,235 z " style="fill:#cacaca;stroke:#cacaca" id="path1771"/>
-    <path d="M 183,238 L 179,236 L 183,238 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1772"/>
-    <path d="M 205,237 L 204,236 L 205,237 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1773"/>
-    <path d="M 224,237 C 222.115,237.1398 224.1398,235.115 224,237 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1774"/>
-    <path d="M 208,239 L 205,237 L 208,239 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1775"/>
-    <path d="M 225,238 L 224,237 L 225,238 z " style="fill:#121212;stroke:#121212" id="path1776"/>
-    <path d="M 237,238 L 236,237 L 237,238 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1777"/>
-    <path d="M 183,238 C 184.885,237.8602 182.8602,239.885 183,238 z " style="fill:#141414;stroke:#141414" id="path1778"/>
-    <path d="M 226,239 L 225,238 L 226,239 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1779"/>
-    <path d="M 237,238 C 238.885,237.8602 236.8602,239.885 237,238 z " style="fill:#111;stroke:#111" id="path1780"/>
-    <path d="M 1016,238 C 1016.1398,239.885 1014.115,237.8602 1016,238 z " style="fill:#959595;stroke:#959595" id="path1781"/>
-    <path d="M 186,240 C 184.115,240.1398 186.1398,238.115 186,240 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1782"/>
-    <path d="M 208,239 C 209.885,238.8602 207.8602,240.885 208,239 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1783"/>
-    <path d="M 227,240 L 226,239 L 227,240 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1784"/>
-    <path d="M 186,240 L 187.75,240.75 L 186,240 z " style="fill:#101010;stroke:#101010" id="path1785"/>
-    <path d="M 229,242 L 227,240 L 229,242 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1786"/>
-    <path d="M 1013,240 C 1014.885,239.8602 1012.8603,241.885 1013,240 z " style="fill:#919191;stroke:#919191" id="path1787"/>
-    <path d="M 1040,240 L 1037,242 L 1040,240 z " style="fill:#939393;stroke:#939393" id="path1788"/>
-    <path d="M 191,243 L 189.25,241.25 L 191,243 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1789"/>
-    <path d="M 214,244 L 210.25,241.25 L 214,244 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1790"/>
-    <path d="M 229,242 L 230.75,244.75 L 229,242 z " style="fill:#111;stroke:#111" id="path1791"/>
-    <path d="M 1037,242 C 1037.1398,243.885 1035.115,241.8602 1037,242 z " style="fill:#929292;stroke:#929292" id="path1792"/>
-    <path d="M 193,244 L 191,243 L 193,244 z " style="fill:#121212;stroke:#121212" id="path1793"/>
-    <path d="M 162,244 L 165.75,245.25 L 165.75,245.75 C 164.288,246.5947 162.298,245.6127 162,244 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1794"/>
-    <path d="M 194,245 L 193,244 L 194,245 z " style="fill:#060606;stroke:#060606" id="path1795"/>
-    <path d="M 216,246 L 214,244 L 216,246 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1796"/>
-    <path d="M 197,247 L 194,245 L 197,247 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1797"/>
-    <path d="M 168,247 C 166.115,247.1398 168.1398,245.115 168,247 z " style="fill:#141414;stroke:#141414" id="path1798"/>
-    <path d="M 217,247 L 216,246 L 217,247 z " style="fill:black;stroke:black" id="path1799"/>
-    <path d="M 232,246 L 232.75,247.75 L 232,246 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1800"/>
-    <path d="M 171,248 L 168,247 L 171,248 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1801"/>
-    <path d="M 171,248 L 175,247 L 182.25,250.75 C 189.189,251.787 196.24,254.391 201.25,259.75 L 211.75,266.25 L 216.75,271.25 L 223.75,279.25 L 222.75,282.75 L 218.25,278.75 L 213.75,271.25 L 199.75,260.25 L 173.25,249.75 L 171,248 z " style="fill:#070707;stroke:#070707" id="path1802"/>
-    <path d="M 199,248 L 197,247 L 199,248 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1803"/>
-    <path d="M 218,248 L 217,247 L 218,248 z " style="fill:#101010;stroke:#101010" id="path1804"/>
-    <path d="M 201,249 L 199,248 L 201,249 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1805"/>
-    <path d="M 219,249 L 218,248 L 219,249 z " style="fill:#101010;stroke:#101010" id="path1806"/>
-    <path d="M 204,251 L 201,249 L 204,251 z " style="fill:#111;stroke:#111" id="path1807"/>
-    <path d="M 225,255 L 219,249 C 221.666,249.3068 224.693,252.334 225,255 z " style="fill:#101010;stroke:#101010" id="path1808"/>
-    <path d="M 206,252 L 204,251 L 206,252 z " style="fill:#101010;stroke:#101010" id="path1809"/>
-    <path d="M 475,310 L 461,297 C 456.874,300.636 464.366,306.802 466,311 L 470.75,324.75 L 466.75,319.25 L 461.75,310.25 C 460.031,307.165 458.978,302.322 455.25,301.25 L 454,304 C 459.4,313.319 465.74,322.82 465.75,333.75 L 460.25,323.75 C 456.114,317.796 454.682,306.43 446.25,305.25 L 458.25,330.75 L 459.75,335.75 L 444,309 L 442.25,310.25 L 444,314 C 446.954,318.039 450.579,322.734 450.75,327.75 L 449.75,326.25 L 444.75,317.25 C 442.615,315.59 441.905,310.83 438.25,312.25 L 437.25,313.75 C 444.156,323.9 452.72,335.83 451.25,347.75 L 449,339 L 444.25,328.75 L 436.75,315.25 C 430.305,314.088 435.9177,320.093 435.75,322.75 L 433.25,320.75 L 430.25,317.25 L 429,321 C 436.008,331.94 441.84,345.73 442.25,357.75 C 436.615,346.71 435.613,331.1 424.25,324.25 L 431.75,343.75 L 426.75,334.25 C 424.245,331.605 419.67,322.49 416,328 C 425.286,335.623 430.23,348.27 431.75,359.75 L 424.75,348.25 L 413.25,336.75 C 409.46,333.817 409.448,339.544 411.75,341.25 L 423,359 C 424.859,362.214 422.0676,362.549 419.25,361.75 C 416.037,357.065 413.249,344.75 407.25,347.25 L 416.75,366.75 L 404.25,347.75 C 403.046,346.8404 401.59,343.833 400.25,346.25 L 414,378 L 408.25,367.75 L 402.25,355.75 C 403.1411,351.964 396.859,351.964 397.75,355.75 C 395.962,355.4336 393.74,352.643 392.25,355.25 L 398.75,369.75 L 396,368 L 393,369 C 396.049,373.671 398.532,379.01 398.75,384.75 C 395.545,377.146 390.731,371.37 383.25,369.25 L 385.75,378.75 L 374.25,373.25 L 379.75,384.75 L 371.25,380.25 L 379.75,397.75 L 367.25,384.25 L 368.75,389.25 L 357.25,388.25 L 362.75,401.75 L 357.75,397.25 L 353,391 L 383.75,355.75 C 414.48,311.86 454.81,268.88 507.05,253.95 C 518.72,252.35 530.29,250.236 542.05,252.95 C 573.72,249.92 604.62,264.88 627.8,285.2 L 641.8,297.2 C 645.456,305.386 645.984,316.3 644.3,324.7 C 641.493,317.636 643,304.58 635.3,302.2 L 634.3,304.7 C 632.193,299.513 629.785,293.16 623.3,295.2 C 624.44,297.78 625.751,307.74 622.05,302.95 L 620.05,288.95 L 618.05,304.95 L 616.8,312.7 L 610.8,276.2 C 609.363,275.6447 606.322,275.5234 607.05,277.95 L 605.3,291.7 C 606.365,295.331 609.534,300.676 607.05,303.95 L 601.8,293.2 L 598.8,277.2 L 588.3,263.2 L 586.05,286.95 L 588.05,296.95 L 587.05,299.95 L 574.8,261.2 L 571.3,262.2 C 572.868,265.82 576.137,269.253 574.8,273.7 C 574.3066,271.98 571.923,263.5 569.05,268.95 L 571.8,284.7 L 565.05,272.95 L 563.05,274.95 C 566.521,285 574.48,294.95 571.8,305.7 L 559.05,278.95 L 554.3,268.7 L 551.05,263.95 C 545.656,266.375 557.858,276.83 549.3,276.2 L 548.3,277.7 C 550.946,282.43 555.729,286.843 554.8,292.7 L 550.05,285.95 L 544.8,276.2 L 540.3,275.2 L 551.8,302.7 L 530.8,272.2 L 528.8,273.7 L 534.05,283.95 L 539.05,294.95 L 538.8,299.7 L 520.3,271.2 L 520.05,273.95 C 523.015,276.801 523.036,280.161 522.3,283.7 L 525.05,294.95 L 524.8,300.7 C 516.947,297.077 521.112,280.72 511.3,279.2 L 516.8,299.7 C 502.43,300.2978 505.42,274.7 494.3,270.2 L 503.8,295.7 L 490.8,287.2 L 486.3,282.7 C 485.133,279.99 479.414,280.309 480.3,283.7 C 485.591,285.217 495.25,295.78 490.3,298.2 C 488.938,300.293 488.074,299.638 487.3,297.7 C 485.94,295.68 485.119,289.521 481.8,291.7 C 467.12,278.69 486.473,307.73 475.3,307.2 L 475.05,309.95 L 475,310 z " style="fill:#e8e8e8;stroke:#e8e8e8" id="path1810"/>
-    <path d="M 209,254 L 206,252 L 209,254 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1811"/>
-    <path d="M 1052,253 L 1059.75,253.25 L 1054,256 L 1045.25,259.25 L 1042.75,262.75 C 1035.218,266.136 1027.75,270.79 1022.25,276.75 L 1024.25,278.75 L 1043.25,266.25 L 1057,260 L 1068.75,257.25 L 1059.25,261.25 L 1058.75,265.75 L 1023.25,282.25 L 1023.25,284.75 L 1038.25,278.25 L 1054,272 C 1057.27,269.884 1060.166,270.328 1063.75,271.25 C 1060.099,272.71 1054.541,273.419 1051.75,277.75 C 1044.901,277.8576 1039.2,281.79 1034.25,286.25 L 1042.75,286.25 L 1023.25,300.25 L 1031.75,299.25 L 1031.75,301.75 L 1021.25,307.75 L 1019.25,276.25 C 1027.65,265.58 1040.17,257.94 1052,253 z " style="fill:#d2d2d2;stroke:#d2d2d2" id="path1812"/>
-    <path d="M 211,256 L 209,254 L 211,256 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1813"/>
-    <path d="M 228,258 C 226.309,258.4122 224.588,256.691 225,255 L 228,258 z " style="fill:#111;stroke:#111" id="path1814"/>
-    <path d="M 213,257 L 211,256 L 213,257 z " style="fill:#121212;stroke:#121212" id="path1815"/>
-    <path d="M 214,258 L 213,257 L 214,258 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1816"/>
-    <path d="M 214,258 C 215.885,257.8603 213.8602,259.885 214,258 z " style="fill:#101010;stroke:#101010" id="path1817"/>
-    <path d="M 231,262 L 228,258 L 231,262 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1818"/>
-    <path d="M 218,262 L 216.25,259.25 L 218,262 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1819"/>
-    <path d="M 720,259 L 722.75,260.25 L 723,264 L 724,278 L 722.75,284.75 L 721.25,285.75 L 721,262 L 720,259 z " style="fill:#bfbfbf;stroke:#bfbfbf" id="path1820"/>
-    <path d="M 727,259 L 729.75,259.25 L 732,265 L 733,271 L 732,273 C 733.607,276.78 733.607,282.22 732,286 L 731.75,291.75 L 729.75,295.75 L 729.25,295.75 L 729,276 L 728,269 L 727,259 z " style="fill:#cecece;stroke:#cecece" id="path1821"/>
-    <path d="M 734,259 C 735.864,258.6679 739.667,258.99954 738.75,261.75 L 738.25,261.75 L 734,259 z " style="fill:#a0a0a0;stroke:#a0a0a0" id="path1822"/>
-    <path d="M 165,264 L 157.25,261.75 L 157.25,261.25 L 162,262 L 165,264 z " style="fill:#111;stroke:#111" id="path1823"/>
-    <path d="M 220,264 L 218,262 L 220,264 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1824"/>
-    <path d="M 232,263 L 231,262 L 232,263 z " style="fill:#121212;stroke:#121212" id="path1825"/>
-    <path d="M 707,262 C 710.2,261.451 708.876,265.946 708.75,267.75 C 704.956,269.453 705.522,263.738 707,262 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path1826"/>
-    <path d="M 1068,262 L 1070.75,262.75 L 1068,262 z " style="fill:#959595;stroke:#959595" id="path1827"/>
-    <path d="M 233,264 L 232,263 L 233,264 z " style="fill:#101010;stroke:#101010" id="path1828"/>
-    <path d="M 168,265 L 165,264 L 168,265 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1829"/>
-    <path d="M 221,265 L 220,264 L 221,265 z " style="fill:#141414;stroke:#141414" id="path1830"/>
-    <path d="M 234,265 L 233,264 L 234,265 z " style="fill:#101010;stroke:#101010" id="path1831"/>
-    <path d="M 169,266 L 168,265 L 169,266 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1832"/>
-    <path d="M 186,266 L 182.25,265.25 L 186,266 z " style="fill:#101010;stroke:#101010" id="path1833"/>
-    <path d="M 224,269 L 221,265 L 224,269 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1834"/>
-    <path d="M 235,266 L 234,265 L 235,266 z " style="fill:#131313;stroke:#131313" id="path1835"/>
-    <path d="M 745,265 L 750.25,267.75 L 758.25,271.75 L 762.75,271.25 L 766,278 L 764.75,287.75 L 763,289 L 761.75,285.25 C 759.446,284.082 757.743,281.608 758.75,279.25 L 756,275 L 754,271 C 751.518,271.5057 751.642,274.485 753,276 L 752,284 L 750.75,275.25 C 747.717,275.32651 744.813,274.8996 746,271 C 744.61,269.226 742.977,267.098 745,265 z " style="fill:#d0d0d0;stroke:#d0d0d0" id="path1836"/>
-    <path d="M 173,268 L 169,266 L 173,268 z " style="fill:#101010;stroke:#101010" id="path1837"/>
-    <path d="M 188,267 L 186,266 L 188,267 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1838"/>
-    <path d="M 235,266 C 236.885,265.8603 234.8602,267.885 235,266 z " style="fill:#141414;stroke:#141414" id="path1839"/>
-    <path d="M 759,266 L 761.75,267.75 L 759,266 z " style="fill:#979797;stroke:#979797" id="path1840"/>
-    <path d="M 190,268 L 188,267 L 190,268 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1841"/>
-    <path d="M 175,269 L 173,268 L 175,269 z " style="fill:#101010;stroke:#101010" id="path1842"/>
-    <path d="M 190,268 L 191.75,268.75 L 190,268 z " style="fill:#101010;stroke:#101010" id="path1843"/>
-    <path d="M 177,270 L 175,269 L 177,270 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1844"/>
-    <path d="M 224,269 L 226.75,272.75 L 224,269 z " style="fill:#111;stroke:#111" id="path1845"/>
-    <path d="M 691,269 C 696.307,269.4883 693.38,277.176 693.75,280.75 L 690.25,280.75 C 687.858,277.037 689.237,272.536 691,269 z " style="fill:#cecece;stroke:#cecece" id="path1846"/>
-    <path d="M 178,271 L 177,270 L 178,271 z " style="fill:#060606;stroke:#060606" id="path1847"/>
-    <path d="M 196,271 L 194.25,270.25 L 196,271 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1848"/>
-    <path d="M 182,273 L 178,271 L 182,273 z " style="fill:#101010;stroke:#101010" id="path1849"/>
-    <path d="M 199,273 L 196,271 L 199,273 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1850"/>
-    <path d="M 702,271 L 704,272 L 711.75,272.25 L 711,279 C 711.1045,281.061 711.5389,285.605 708.25,284.75 L 707.75,280.25 L 705.25,280.25 L 702.75,288.75 L 702.25,288.75 L 702,281 C 700.441,278.143 700.441,273.857 702,271 z " style="fill:#d0d0d0;stroke:#d0d0d0" id="path1851"/>
-    <path d="M 185,275 L 182,273 L 185,275 z " style="fill:#101010;stroke:#101010" id="path1852"/>
-    <path d="M 203,275 L 199,273 L 203,275 z " style="fill:#101010;stroke:#101010" id="path1853"/>
-    <path d="M 681,273 L 682,275 L 677,290 L 675.75,299.75 L 675.25,299.75 L 675,294 L 676,292 L 677,283 C 676.5645,279.019 678.576,275.845 681,273 z " style="fill:#a9a9a9;stroke:#a9a9a9" id="path1854"/>
-    <path d="M 229,275 C 227.115,275.1397 229.1398,273.115 229,275 z 
\ No newline at end of file
diff --git a/attic/rallye/Ordner/3 b/attic/rallye/Ordner/3
deleted file mode 100644
index 263665ea851874f2bc6a60fca252ca9a253cbe14..0000000000000000000000000000000000000000
--- a/attic/rallye/Ordner/3
+++ /dev/null
@@ -1,177 +0,0 @@
-" style="fill:#0c0c0c;stroke:#0c0c0c" id="path1855"/>
-    <path d="M 775,274 C 782.058,275.33 777.88,284.91 779,290 L 778.25,290.75 L 777.75,281.25 C 774.007,280.8385 775.123,276.606 775,274 z " style="fill:#aeaeae;stroke:#aeaeae" id="path1856"/>
-    <path d="M 187,276 L 185,275 L 187,276 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1857"/>
-    <path d="M 206,277 L 203,275 L 206,277 z " style="fill:#111;stroke:#111" id="path1858"/>
-    <path d="M 229,275 C 230.885,274.8603 228.8602,276.885 229,275 z " style="fill:#090909;stroke:#090909" id="path1859"/>
-    <path d="M 189,277 L 187,276 L 189,277 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1860"/>
-    <path d="M 190,278 L 189,277 L 190,278 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1861"/>
-    <path d="M 209,279 L 206,277 L 209,279 z " style="fill:#121212;stroke:#121212" id="path1862"/>
-    <path d="M 192,279 L 190,278 L 192,279 z " style="fill:#101010;stroke:#101010" id="path1863"/>
-    <path d="M 746,278 L 746.75,278.25 L 744.75,294.75 L 743.25,296.75 L 743,295 L 745,285 L 746,278 z " style="fill:#969696;stroke:#969696" id="path1864"/>
-    <path d="M 1066,278 L 1069.75,278.75 L 1056,284 L 1054.25,283.75 L 1055.75,282.75 L 1060.25,280.25 L 1066,278 z " style="fill:#9a9a9a;stroke:#9a9a9a" id="path1865"/>
-    <path d="M 194,280 L 192,279 L 194,280 z " style="fill:#101010;stroke:#101010" id="path1866"/>
-    <path d="M 210,280 L 209,279 L 210,280 z " style="fill:#111;stroke:#111" id="path1867"/>
-    <path d="M 672,279 L 672.75,283.75 L 672,284 C 669.39,281.263 666.594,285.529 668.75,287.75 L 667.75,288.75 L 662.25,285.25 L 671.75,279.75 L 672,279 z " style="fill:#c1c1c1;stroke:#c1c1c1" id="path1868"/>
-    <path d="M 783,279 L 786.75,279.25 C 786.67474,283.435 789.082,290.84 783.25,291.75 L 783,279 z " style="fill:#c8c8c8;stroke:#c8c8c8" id="path1869"/>
-    <path d="M 197,282 L 194,280 L 197,282 z " style="fill:#111;stroke:#111" id="path1870"/>
-    <path d="M 213,282 L 210,280 L 213,282 z " style="fill:#101010;stroke:#101010" id="path1871"/>
-    <path d="M 199,283 L 197,282 L 199,283 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1872"/>
-    <path d="M 214,283 L 213,282 L 214,283 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1873"/>
-    <path d="M 199,283 C 200.885,282.8603 198.8602,284.885 199,283 z " style="fill:#0b0b0b;stroke:#0b0b0b" id="path1874"/>
-    <path d="M 217,285 L 214,283 L 217,285 z " style="fill:#131313;stroke:#131313" id="path1875"/>
-    <path d="M 793,283 C 794.921,282.3866 796.985,283.6306 795.75,285.75 C 794.213,286.6122 792.583,284.449 793,283 z " style="fill:#adadad;stroke:#adadad" id="path1876"/>
-    <path d="M 202,285 C 200.115,285.1397 202.1398,283.115 202,285 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1877"/>
-    <path d="M 593,284 L 593.75,284.25 L 594.75,297.75 L 593.25,296.75 L 593,284 z " style="fill:#b9b9b9;stroke:#b9b9b9" id="path1878"/>
-    <path d="M 203,286 L 202,285 L 203,286 z " style="fill:#0a0a0a;stroke:#0a0a0a" id="path1879"/>
-    <path d="M 217,285 L 218.75,285.75 L 217,285 z " style="fill:#131313;stroke:#131313" id="path1880"/>
-    <path d="M 205,287 L 203,286 L 205,287 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1881"/>
-    <path d="M 208,289 L 205,287 L 208,289 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1882"/>
-    <path d="M 800,288 L 804.75,289.25 L 813.75,295.25 L 812,301 L 812.75,310.75 L 809.25,311.75 C 809.628,307.893 806.393,302.81 802.25,305.75 L 801,296 L 800.75,291.25 L 800,288 z " style="fill:#e4e4e4;stroke:#e4e4e4" id="path1883"/>
-    <path d="M 1047,288 L 1049.75,289.75 L 1037,296 L 1036.25,295.75 L 1037.25,294.25 L 1041,292 L 1046.75,288.75 L 1047,288 z " style="fill:#a1a1a1;stroke:#a1a1a1" id="path1884"/>
-    <path d="M 209,290 L 208,289 L 209,290 z " style="fill:black;stroke:black" id="path1885"/>
-    <path d="M 212,292 L 209,290 L 212,292 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1886"/>
-    <path d="M 646,290 C 647.425,289.7879 649.671,289.8865 649,292 L 649.75,296.75 L 646,290 z " style="fill:#a2a2a2;stroke:#a2a2a2" id="path1887"/>
-    <path d="M 1052,303 L 1051.75,303.75 L 1028.25,311.25 L 1023.25,312.75 L 1024.25,310.25 C 1037.32,301.804 1051.8,296.58 1066,291 L 1077.75,290.25 L 1077.75,290.75 L 1058,297 L 1055,298 C 1051.437,296.684 1045.995,302.68 1052,303 z " style="fill:#c6c6c6;stroke:#c6c6c6" id="path1888"/>
-    <path d="M 212,292 C 213.885,291.8603 211.8602,293.885 212,292 z " style="fill:#121212;stroke:#121212" id="path1889"/>
-    <path d="M 640,292 C 641.834,291.3347 642.559,293.431 641.75,294.75 L 640,292 z " style="fill:#999;stroke:#999" id="path1890"/>
-    <path d="M 498,296 L 499.75,297.25 L 506.75,309.75 L 505.75,310.75 L 503.25,308.75 L 498,296 z " style="fill:#ababab;stroke:#ababab" id="path1891"/>
-    <path d="M 783,296 L 783.75,298.75 L 783,296 z " style="fill:#a0a0a0;stroke:#a0a0a0" id="path1892"/>
-    <path d="M 188,297 L 190,297 L 190.75,297.25 L 199.75,303.75 L 194.25,303.75 C 194.5274,300.343 190.943,299.138 188.25,298.75 L 188,297 z " style="fill:#090909;stroke:#090909" id="path1893"/>
-    <path d="M 651,299 L 651.75,299.25 C 652.6801,301.754 656.133,306.223 652.25,307.75 L 651,299 z " style="fill:#acacac;stroke:#acacac" id="path1894"/>
-    <path d="M 714,299 C 715.162,298.8355 717.859,298.8197 716.75,300.75 C 715.431,301.5589 713.335,300.83368 714,299 z " style="fill:#999;stroke:#999" id="path1895"/>
-    <path d="M 544,300 L 544.75,300.25 L 548,310 L 548.75,316.75 L 547.25,315.75 L 545,305 L 544,300 z " style="fill:#b0b0b0;stroke:#b0b0b0" id="path1896"/>
-    <path d="M 599,300 L 600.75,300.25 C 603.945,306.052 603.075,313.17 602.75,319.75 L 602.25,319.75 L 599,310 L 599,300 z " style="fill:#c2c2c2;stroke:#c2c2c2" id="path1897"/>
-    <path d="M 818,302 L 824.75,306.25 L 824.75,306.75 L 822.75,313.75 L 819.25,311.75 L 818,304 L 818,302 z " style="fill:#c8c8c8;stroke:#c8c8c8" id="path1898"/>
-    <path d="M 658,303 C 659.316,303.5518 662.088,305.554 659.75,306.75 L 658,303 z " style="fill:#9a9a9a;stroke:#9a9a9a" id="path1899"/>
-    <path d="M 204,306 L 201.25,304.25 L 204,306 z " style="fill:#111;stroke:#111" id="path1900"/>
-    <path d="M 591,305 L 592.75,305.25 L 592.75,314.75 L 592.25,314.75 L 591,305 z " style="fill:#adadad;stroke:#adadad" id="path1901"/>
-    <path d="M 207,308 L 204,306 L 207,308 z " style="fill:#101010;stroke:#101010" id="path1902"/>
-    <path d="M 1074,307 L 1096,307 C 1103.803,307.1919 1111.97,306.1147 1119,309 L 1122.75,309.25 L 1122.75,311.75 L 1120,312 L 1118,311 L 1073,311 L 1071,312 L 1061,312 L 1054,314 L 1051.25,313.75 L 1051.25,310.25 L 1073,308 L 1074,307 z " style="fill:#393939;stroke:#393939" id="path1903"/>
-    <path d="M 208,309 L 207,308 L 208,309 z " style="fill:#111;stroke:#111" id="path1904"/>
-    <path d="M 209,310 L 208,309 L 209,310 z " style="fill:#121212;stroke:#121212" id="path1905"/>
-    <path d="M 523,309 L 526,315 C 525.3527,317.675 526.7061,319.703 528.75,321.25 L 527.75,323.75 L 525,318 L 523,309 z " style="fill:#adadad;stroke:#adadad" id="path1906"/>
-    <path d="M 827,309 L 827.75,309.25 L 827.75,316.75 L 827.25,316.75 L 827,309 z " style="fill:#939393;stroke:#939393" id="path1907"/>
-    <path d="M 213,313 L 209,310 L 213,313 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1908"/>
-    <path d="M 475,310 L 475.75,310.25 L 478,319 L 479.75,330.75 L 477.25,328.75 L 476,317 L 475,310 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path1909"/>
-    <path d="M 186,312 C 189.021,312.3772 193.165,312.9935 194.75,315.75 L 186.25,312.75 L 186,312 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path1910"/>
-    <path d="M 659,312 L 660.75,312.25 L 661.75,321.75 L 661.25,321.75 L 660.75,315.25 C 658.964,315.0462 657.418,313.488 659,312 z " style="fill:#959595;stroke:#959595" id="path1911"/>
-    <path d="M 214,314 L 213,313 L 214,314 z " style="fill:#070707;stroke:#070707" id="path1912"/>
-    <path d="M 688,313 L 688.75,313.25 L 690.75,319.75 L 688.75,317.25 C 687.02,316.187 686.65,314.486 688,313 z " style="fill:#acacac;stroke:#acacac" id="path1913"/>
-    <path d="M 215,315 L 214,314 L 215,315 z " style="fill:#141414;stroke:#141414" id="path1914"/>
-    <path d="M 830,338 L 834,323 C 830.473,320.909 830.759,316.9 833,314 L 838.75,317.25 C 855.48,333.2 868.8,351.25 881,370 L 875.75,382.75 L 874.25,381.25 C 876.817,377.115 880.445,370.35 874.25,367.75 L 872,364 L 869.75,371.75 C 866.188,370.101 864.048,371.9272 861.25,373.75 L 859.25,360.75 L 856.25,353.25 C 855.8796,355.096 855.9371,359.394 853.25,358.75 L 854.75,339.25 L 848.25,345.75 L 848,343 L 847.75,338.25 L 841.25,348.75 L 840.75,335.25 C 839.431,334.4411 837.335,335.16632 838,337 L 837.75,338.75 L 836,329 L 830,338 z " style="fill:#e2e2e2;stroke:#e2e2e2" id="path1915"/>
-    <path d="M 216,316 L 215,315 L 216,316 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1916"/>
-    <path d="M 216,316 L 217.75,316.75 L 216,316 z " style="fill:#121212;stroke:#121212" id="path1917"/>
-    <path d="M 666,316 L 667.75,316.25 L 675.25,338.75 L 683,353 C 682.0544,360.649 684.114,369.18 690.75,373.25 C 694.566,381.653 704.5,382.943 712.75,381.75 C 714.619,380.669 718.036,379.084 716.75,376.25 L 715,376 C 709.037,379.483 699.05,379.276 695,373 L 695.75,371.75 L 693.75,351.25 C 695.762,357.798 696.007,367.31 705,368 L 727.75,375.25 C 723.909,385.54 711.54,389.53 701.25,389.25 L 699.75,392.75 L 697.25,392.75 C 684.76,383.442 677.89,368.09 677,353 L 668,331 L 668,323 L 666,316 z " style="fill:#e0e0e0;stroke:#e0e0e0" id="path1918"/>
-    <path d="M 670,316 L 676.75,316.25 L 678.75,318.25 L 687.25,335.75 L 688.25,336.75 L 690.75,337.25 L 688.75,347.75 L 685.25,347.75 L 678.25,335.75 L 670,316 z " style="fill:#e4e4e4;stroke:#e4e4e4" id="path1919"/>
-    <path d="M 489,317 L 489.75,317.25 L 493.75,327.75 L 491.25,327.75 L 490,323 L 489,317 z " style="fill:#adadad;stroke:#adadad" id="path1920"/>
-    <path d="M 148,322 L 159.75,322.25 L 159.75,322.75 L 148.25,322.75 L 148,322 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1921"/>
-    <path d="M 162,322 L 162.75,323.75 L 162,322 z " style="fill:#131313;stroke:#131313" id="path1922"/>
-    <path d="M 696,322 L 698,325 L 698,340 L 694.25,346.75 L 696,336 L 696,322 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path1923"/>
-    <path d="M 141,323 L 145.75,323.75 L 141,323 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1924"/>
-    <path d="M 164,323 L 171.75,323.25 L 171.75,323.75 L 164.25,323.75 L 164,323 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1925"/>
-    <path d="M 702,323 L 704.75,323.25 C 704.4059,329.292 709.084,337.7 703,342 L 702.25,341.75 L 701.25,324.25 L 702,323 z " style="fill:#cacaca;stroke:#cacaca" id="path1926"/>
-    <path d="M 174,324 C 175.885,323.8603 173.8602,325.885 174,324 z " style="fill:#141414;stroke:#141414" id="path1927"/>
-    <path d="M 203,330 C 205.836,329.0702 206.545,332.112 207.75,333.75 L 193,333 L 191,332 C 182.968,331.648 175.12,332.2494 168.25,335.75 L 168,330 L 168.25,329.25 L 180,326 L 176.25,324.25 C 182.877,323.8143 191.14,323.053 195.75,327.75 L 183.25,328.25 L 184,329 L 192,330 L 201,332 L 203.75,331.75 L 203,330 z " style="fill:#080808;stroke:#080808" id="path1928"/>
-    <path d="M 437,325 L 438.75,326.25 L 444,338 L 442.75,339.75 L 442.25,339.75 L 438.75,330.25 L 437,325 z " style="fill:#acacac;stroke:#acacac" id="path1929"/>
-    <path d="M 203,330 L 198.25,328.75 L 198.25,328.25 L 203,330 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1930"/>
-    <path d="M 1027,328 C 1030.419,326.768 1030.762,329.766 1033,331 C 1039.888,330.6371 1048.21,325.771 1054,331 L 1059.75,332.25 L 1059.25,334.75 L 1062.25,336.75 C 1071.592,339.297 1081.76,341.576 1089.75,346.75 L 1063,342 L 1061,341 L 1057.25,342.25 L 1055,345 L 1045.25,345.25 L 1055.75,351.25 L 1055,352 L 1037.25,350.25 L 1036.75,352.75 C 1029.625,356.655 1039.253,357.878 1041.75,359.75 L 1029.75,363.75 C 1027.591,363.9245 1026.806,365.897 1026.75,367.75 L 1019,370 L 1021.75,372.25 C 1020.9028,380.252 1033.22,370.41 1030.75,378.75 L 1022,381 L 1032,382 L 1032.75,382.75 C 1027.861,381.7549 1028.6,386.722 1031.75,387.75 C 1028.01,387.68921 1023.127,385.394 1020,389 C 1017.58,388.9744 1014.344,385.26 1013.75,389.75 C 1009.504,389.0719 1009.934,392.065 1010.75,394.75 C 1006.313,394.74033 1005.53,398.501 1008.75,400.75 C 1002.858,400.5944 1007.412,404.807 1006.75,407.75 L 1004.75,406.25 C 1001.388,399.18 992.49,410.103 1000.75,410.25 L 1002,413 L 1001,414 C 998.705,414.1273 996.143,412.103 995.75,415.75 L 992,421 L 982.25,412.75 L 982.25,410.25 L 994.25,398.25 C 1012.52,381.23 1018.4,356.86 1020.25,333.25 L 1027,328 z " style="fill:#ececec;stroke:#ececec" id="path1931"/>
-    <path d="M 161,329 C 164.035,329.7812 159.519,332.546 159.25,330.25 L 160,330 L 161,329 z " style="fill:#131313;stroke:#131313" id="path1932"/>
-    <path d="M 165,329 L 166.75,330.75 L 165,329 z " style="fill:#101010;stroke:#101010" id="path1933"/>
-    <path d="M 710,329 L 717.75,331.25 L 719.25,334.75 L 721.75,335.25 L 725.75,340.75 L 723.25,340.25 C 719.374,345.399 713.809,348.668 707.25,346.75 L 707,344 L 709,339 L 710,329 z " style="fill:#e6e6e6;stroke:#e6e6e6" id="path1934"/>
-    <path d="M 758,332 C 759.449,331.5827 761.612,333.213 760.75,334.75 L 758,332 z " style="fill:#959595;stroke:#959595" id="path1935"/>
-    <path d="M 182,335 L 195,335 L 204.75,336.25 L 203.75,339.75 L 199.75,339.25 L 185.75,340.75 L 179,340 L 158,341 L 156.25,341.75 L 156,341 L 156.25,340.25 L 168,340 L 178,339 L 186.75,337.75 L 182,335 z " style="fill:#090909;stroke:#090909" id="path1936"/>
-    <path d="M 179,336 C 180.885,335.8603 178.8602,337.885 179,336 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1937"/>
-    <path d="M 733,336 L 734.25,337.75 C 738.714,338.3115 735.777,342.287 736.25,344.75 C 737.607,347.276 739.344,344.8806 740.75,344.25 L 741.25,350.75 L 745.75,352.25 L 745,357 C 745.6672,361.781 739.914,363.327 736.25,363.25 C 731.111,366.213 723.45,369.329 718.25,364.75 L 718.25,364.25 C 725.686,362.41 729.27,355.389 732,349 L 732,344 L 733,336 z " style="fill:#e9e9e9;stroke:#e9e9e9" id="path1938"/>
-    <path d="M 830,338 L 826.75,350.75 L 826.25,350.75 L 829.25,338.25 L 830,338 z " style="fill:#afafaf;stroke:#afafaf" id="path1939"/>
-    <path d="M 151,341 L 154.75,341.75 L 151,341 z " style="fill:#101010;stroke:#101010" id="path1940"/>
-    <path d="M 194,344 L 199.75,344.25 L 199.75,344.75 L 197,345 L 182.25,346.25 L 181.25,347.75 L 184,348 L 195,347 L 196,348 L 195,349 L 164.25,348.75 L 164.25,348.25 L 177,348 L 177.75,347.75 L 177.25,346.25 L 178.25,345.25 L 179.75,345.75 L 193.75,344.75 L 194,344 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1941"/>
-    <path d="M 797,346 L 797.75,347.75 C 795.872,348.6425 796.195,346.941 797,346 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path1942"/>
-    <path d="M 198,347 L 202.75,347.75 L 198,347 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1943"/>
-    <path d="M 159,348 L 159.75,349.75 L 137,350 L 136.25,349.25 L 158,349 L 159,348 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1944"/>
-    <path d="M 161,348 L 161.75,349.75 L 161,348 z " style="fill:#141414;stroke:#141414" id="path1945"/>
-    <path d="M 663,348 L 664,349 L 665,354 L 669.25,377.75 L 670.75,379.25 C 671.6942,385.759 675.838,391.31 679.25,396.75 L 685.75,401.75 L 675.25,399.75 L 672.75,396.25 L 669.25,392.75 L 667.75,388.25 L 660,364 L 660,353 L 663,348 z " style="fill:#dbdbdb;stroke:#dbdbdb" id="path1946"/>
-    <path d="M 130,349 L 131.75,350.75 L 130,349 z " style="fill:#101010;stroke:#101010" id="path1947"/>
-    <path d="M 133,349 L 133.75,350.75 L 133,349 z " style="fill:#141414;stroke:#141414" id="path1948"/>
-    <path d="M 618,349 L 623.75,353.25 L 621.75,356.75 C 619.914,355.9467 617.297,356.1982 617.75,353.25 L 614.25,352.25 L 618,349 z " style="fill:#c7c7c7;stroke:#c7c7c7" id="path1949"/>
-    <path d="M 653,349 L 655,350 L 654,359 L 663.75,389.25 L 663.75,390.75 C 656.008,383.747 651.62,373.15 650,363 L 649,361 L 649,354 L 649.25,353.25 C 651.761,353.5283 652.919,351.18 653,349 z " style="fill:#d7d7d7;stroke:#d7d7d7" id="path1950"/>
-    <path d="M 124,350 L 128.75,350.75 L 124,350 z " style="fill:#0e0e0e;stroke:#0e0e0e" id="path1951"/>
-    <path d="M 703,350 L 708.75,352.25 C 710.137,357.091 717.751,355.364 720.25,352.25 L 723,351 L 724.75,351.25 L 721.75,356.75 C 720.8666,358.633 719.603,360.804 717,360 C 712.458,362.685 704.41,359.7791 703.75,354.25 L 703,350 z " style="fill:#d6d6d6;stroke:#d6d6d6" id="path1952"/>
-    <path d="M 192,353 L 196,353 L 197.75,353.75 L 192,355 L 187.25,355.75 L 192,353 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1953"/>
-    <path d="M 435,353 L 437.75,358.75 L 436,357 L 435,353 z " style="fill:#959595;stroke:#959595" id="path1954"/>
-    <path d="M 758,354 L 761,355 L 759.75,357.75 C 757.304,358.862 758.104,355.3 758,354 z " style="fill:#a8a8a8;stroke:#a8a8a8" id="path1955"/>
-    <path d="M 178,355 L 185.75,355.25 L 185.75,355.75 L 178.25,355.75 L 178,355 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1956"/>
-    <path d="M 1044,355 L 1049,356 L 1056.75,358.25 L 1056.75,358.75 C 1055.212,361.207 1052.414,359.4001 1050.75,358.25 L 1044.25,355.75 L 1044,355 z " style="fill:#aaa;stroke:#aaa" id="path1957"/>
-    <path d="M 160,358 L 161,357 L 169,356 L 176.75,356.25 L 176,357 L 168,358 L 160,358 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1958"/>
-    <path d="M 203,356 L 206.75,356.75 L 203,356 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1959"/>
-    <path d="M 192,357 L 192.75,358.75 L 185,359 L 180.25,359.75 L 180.25,359.25 L 182,359 L 191.75,357.75 L 192,357 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1960"/>
-    <path d="M 197,357 L 200.75,357.75 L 197,357 z " style="fill:#0c0c0c;stroke:#0c0c0c" id="path1961"/>
-    <path d="M 404,369 L 403.25,368.75 L 399.75,362.25 L 398.25,357.25 L 398.75,357.25 L 404,369 z " style="fill:#979797;stroke:#979797" id="path1962"/>
-    <path d="M 555,357 C 556.885,356.8603 554.8603,358.885 555,357 z " style="fill:#929292;stroke:#929292" id="path1963"/>
-    <path d="M 160,358 L 158.25,358.75 L 160,358 z " style="fill:#141414;stroke:#141414" id="path1964"/>
-    <path d="M 178,359 L 178.75,359.25 L 171.75,361.75 L 171.25,361.75 C 170.141,359.82 172.838,359.836 174,360 L 178,359 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path1965"/>
-    <path d="M 129,361 L 147.75,361.25 L 147,362 L 130,362 L 129,361 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1966"/>
-    <path d="M 152,361 L 152.75,362.75 L 152,361 z " style="fill:#101010;stroke:#101010" id="path1967"/>
-    <path d="M 154,361 L 154.75,362.75 L 154,361 z " style="fill:#141414;stroke:#141414" id="path1968"/>
-    <path d="M 157,361 C 158.885,360.8603 156.8602,362.885 157,361 z " style="fill:#141414;stroke:#141414" id="path1969"/>
-    <path d="M 159,361 L 167.75,361.25 L 167.75,361.75 L 159.25,362.75 L 159,361 z " style="fill:#0d0d0d;stroke:#0d0d0d" id="path1970"/>
-    <path d="M 791,361 L 793.75,361.25 L 794,362 C 791.669,367.87 786.555,371.878 781.75,375.75 L 779.25,376.25 L 777.25,377.75 L 776.25,374.25 C 782.001,372.307 785.482,366.582 789.25,362.25 L 790.75,361.75 L 791,361 z " style="fill:#cdcdcd;stroke:#cdcdcd" id="path1971"/>
-    <path d="M 764,365 L 764.75,367.75 C 763.067,367.68756 763.038,365.981 764,365 z " style="fill:#919191;stroke:#919191" id="path1972"/>
-    <path d="M 493,367 L 493.75,369.75 L 493,367 z " style="fill:#999;stroke:#999" id="path1973"/>
-    <path d="M 745,367 L 747.75,367.25 L 744.75,375.75 L 741.25,377.75 L 740,376 L 736.25,375.75 C 735.5794,373.837 738.129,372.181 739.75,371.75 L 745,367 z " style="fill:#cdcdcd;stroke:#cdcdcd" id="path1974"/>
-    <path d="M 857,367 L 857.75,368.75 L 857,367 z " style="fill:#ababab;stroke:#ababab" id="path1975"/>
-    <path d="M 478,368 C 480.566,368.5745 480.229,371.813 479.75,373.75 L 479.25,373.75 L 478,368 z " style="fill:#969696;stroke:#969696" id="path1976"/>
-    <path d="M 405,371 L 404,369 L 405,371 z " style="fill:#949494;stroke:#949494" id="path1977"/>
-    <path d="M 442,369 L 442.75,369.25 L 444.75,375.75 L 443,373 L 442,369 z " style="fill:#9b9b9b;stroke:#9b9b9b" id="path1978"/>
-    <path d="M 451,369 C 453.856,368.5439 457.666,368.97623 457.25,372.75 L 461.75,381.75 C 460.431,382.5589 458.335,381.83368 459,380 L 457.75,375.25 L 452.25,374.75 L 451,369 z " style="fill:#bdbdbd;stroke:#bdbdbd" id="path1979"/>
-    <path d="M 405,371 L 405.75,372.75 L 405,371 z " style="fill:#959595;stroke:#959595" id="path1980"/>
-    <path d="M 882,372 L 885.75,375.25 C 892.703,387.59 905.03,396.62 914.75,407.25 C 913.33,419.31 911.6,432.33 902.75,441.75 L 901.25,441.75 L 900,440 L 901.75,437.75 L 902.25,434.25 C 907.892,427.297 912.71,419.08 913,410 L 912,409 L 907,413 C 908.076,409.957 909.627,403.48 904.25,403.75 L 902.75,399.25 L 895,394 L 877.25,410.75 L 892.75,392.75 L 892.25,391.75 L 885.25,395.75 L 885.25,393.25 C 888.536,391.654 888.973,384.136 884.25,386.75 C 884.4156,384.633 886.591,380.268 882.25,380.75 L 882,372 z " style="fill:#c8c8c8;stroke:#c8c8c8" id="path1981"/>
-    <path d="M 731,373 C 733.303,373.5843 735.411,377.242 732,378 L 731,373 z " style="fill:#989898;stroke:#989898" id="path1982"/>
-    <path d="M 167,387 C 168.455,384.649 172.006,382.858 174.75,383.25 L 167,387 z " style="fill:#a3a3a3;stroke:#a3a3a3" id="path1983"/>
-    <path d="M 476,384 C 479.418,383.506 477.325,386.872 475.75,387.75 L 476,384 z " style="fill:#acacac;stroke:#acacac" id="path1984"/>
-    <path d="M 167,387 L 166.75,387.75 L 157.25,390.75 L 157.25,390.25 L 167,387 z " style="fill:#959595;stroke:#959595" id="path1985"/>
-    <path d="M 383,390 L 387.75,396.25 L 387.75,397.75 C 385.591,398.6821 384.806,395.796 384.75,394.25 L 383,390 z " style="fill:#969696;stroke:#969696" id="path1986"/>
-    <path d="M 459,390 C 460.551,389.5756 463.075,390.34 460.75,391.75 C 459.9796,392.4377 457.042,391.9591 458.75,390.75 L 459,390 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path1987"/>
-    <path d="M 730,390 L 731.75,390.25 L 723.25,398.25 C 721.502,400.123 718.871,401.686 716.25,400.75 L 716.25,399.25 L 728.75,391.75 L 730,390 z " style="fill:#b8b8b8;stroke:#b8b8b8" id="path1988"/>
-    <path d="M 452,391 L 454.75,392.75 L 451.25,393.75 L 452,391 z " style="fill:#a4a4a4;stroke:#a4a4a4" id="path1989"/>
-    <path d="M 363,392 L 364.75,394.75 L 363,392 z " style="fill:#939393;stroke:#939393" id="path1990"/>
-    <path d="M 710,392 L 712.75,392.25 L 709,395 L 704.25,395.75 L 707.25,393.25 L 710,392 z " style="fill:#aaa;stroke:#aaa" id="path1991"/>
-    <path d="M 351,393 L 351.75,393.25 L 356.75,405.75 L 351.75,398.25 L 349.25,398.25 C 348.9521,399.569 349.1313,401.665 347,401 C 345.568,402.651 343.55,400.90683 344,399 L 351,393 z " style="fill:#bababa;stroke:#bababa" id="path1992"/>
-    <path d="M 421,393 C 423.01,393.8357 424.401,396.662 423.75,398.75 C 419.807,400.412 421.215,395.161 421,393 z " style="fill:#9b9b9b;stroke:#9b9b9b" id="path1993"/>
-    <path d="M 439,393 L 441.75,394.75 C 440.9024,395.2331 436.964,395.374 438.75,393.75 L 439,393 z " style="fill:#a3a3a3;stroke:#a3a3a3" id="path1994"/>
-    <path d="M 398,398 C 399.997,399.229 400.46,402.444 399.75,404.75 L 399.25,404.75 L 398,398 z " style="fill:#969696;stroke:#969696" id="path1995"/>
-    <path d="M 695,399 L 698.75,399.25 C 705.16,404.661 709.15,412.33 707.75,420.75 L 706,422 L 704.25,420.75 L 701.75,408.25 L 694.25,401.75 L 695,399 z " style="fill:#3a3a3a;stroke:#3a3a3a" id="path1996"/>
-    <path d="M 203,401 C 204.885,400.8603 202.8602,402.885 203,401 z " style="fill:#959595;stroke:#959595" id="path1997"/>
-    <path d="M 711,401 L 713.25,405.75 C 724.31,406.861 727.34,420.36 725.75,429.75 L 722.25,434.25 L 719.25,437.75 L 719.25,436.25 L 723,425 L 721.75,417.25 L 719.75,411.25 L 717.25,412.25 L 717,414 L 718,420 C 719.531,422.563 719.531,426.437 718,429 C 717.92816,431.925 716.532,435.466 714,437 L 713,435 L 714,427 L 713.25,417.75 L 710,403 L 711,401 z " style="fill:#c9c9c9;stroke:#c9c9c9" id="path1998"/>
-    <path d="M 871,401 C 873.551,401.7756 869.856,405.678 868.25,404.75 L 871,401 z " style="fill:#999;stroke:#999" id="path1999"/>
-    <path d="M 1072,404 L 1067.25,401.25 C 1069.316,400.151 1071.269,402.319 1072,404 z " style="fill:#a2a2a2;stroke:#a2a2a2" id="path2000"/>
-    <path d="M 340,402 C 342.01,402.8357 343.401,405.662 342.75,407.75 L 340,402 z " style="fill:#969696;stroke:#969696" id="path2001"/>
-    <path d="M 392,402 L 395,411 L 394.75,411.75 L 392.25,412.75 L 391.25,411.75 L 391,404 L 392,402 z " style="fill:#adadad;stroke:#adadad" id="path2002"/>
-    <path d="M 383,404 L 386,410 C 385.1151,412.541 382.912,415.459 385,418 L 384.75,418.75 L 382.25,419.75 L 383,404 z " style="fill:#a4a4a4;stroke:#a4a4a4" id="path2003"/>
-    <path d="M 1072,404 C 1080.541,405.877 1086.66,413.291 1093.75,418.25 L 1101.25,428.75 L 1105.75,429.25 L 1107,432 L 1100,445 L 1098.25,443.75 L 1079,419 L 1080.25,417.25 L 1081.75,417.25 L 1096.25,435.75 L 1099.75,434.75 L 1098.75,432.25 L 1094.75,426.25 L 1083.75,413.25 L 1082.25,412.75 C 1080.854,408.953 1076.566,407.441 1073.25,405.75 L 1072,404 z " style="fill:#cfcfcf;stroke:#cfcfcf" id="path2004"/>
-    <path d="M 335,405 L 342.25,415.75 L 347,424 L 346.75,425.75 L 345.25,424.75 L 334.25,406.75 L 335,405 z " style="fill:#adadad;stroke:#adadad" id="path2005"/>
-    <path d="M 1009,409 L 1010.75,410.75 L 1009,409 z " style="fill:#929292;stroke:#929292" id="path2006"/>
-    <path d="M 199,411 C 203.914,410.88 196.028,415.047 199,411 z " style="fill:#949494;stroke:#949494" id="path2007"/>
-    <path d="M 375,411 C 376.613,411.2975 377.595,413.288 376.75,414.75 C 375.262,414.3112 373.331,412.46 375,411 z " style="fill:#999;stroke:#999" id="path2008"/>
-    <path d="M 1074,411 L 1077.75,413.75 L 1074,411 z " style="fill:#979797;stroke:#979797" id="path2009"/>
-    <path d="M 920,412 L 944,417 L 949.75,418.25 L 950,422 L 955,460 L 954.75,463.75 L 952,459 L 950,461 C 950.8506,467.576 949.4883,474.93 946,481 L 947,485 L 937.25,502.75 L 932.25,493.25 L 937.75,485.75 C 939.135,480.853 941.518,475.55 945.75,472.75 C 948.974,459.29 948.054,444.48 947.75,430.25 L 946.75,429.25 L 940.75,421.25 L 939,421 L 929.25,420.75 L 926.25,416.25 L 925,418 C 923.836,431.81 920.067,446.05 911.25,456.75 L 908,453 L 909.25,448.25 C 916.897,440.073 921.49,429.8 923,419 L 920.25,415.75 L 920,412 z " style="fill:#dbdbdb;stroke:#dbdbdb" id="path2010"/>
-    <path d="M 323,414 C 324.864,413.6679 328.667,413.99954 327.75,416.75 L 324.25,419.25 C 325.963,423.929 329.932,428.368 328.75,433.75 L 324,426 L 322,430 L 324.75,442.75 C 323.036,439.99 319.021,425.91 317.75,435.75 L 315.75,435.25 C 313.236,435.4817 312.748,437.472 312.75,439.75 L 310.25,438.25 L 312.75,462.75 L 309,448 C 307.281,445.207 308.6141,437.96 303.25,439.25 C 305.364,449.115 306.828,459.96 305.75,470.75 L 304,468 C 302.597,458.787 302.775,447.96 296,441 L 293.25,442.25 L 298,454 L 302,484 L 302.25,489.75 C 303.0137,491.097 303.734,492.934 305.75,491.75 L 305.25,477.25 C 310.203,475.129 308.942,481.065 309,484 C 309.1536,487.042 308.1869,491.216 311,493 L 314.25,473.25 L 318.75,495.75 C 314.727,503.551 315.176,514.65 306.25,519.25 L 295.75,573.75 C 270.66,572.579 245.91,570.925 224.25,558.75 L 246.25,518.25 C 248.263,515.546 249.745,512.441 246,511 C 245.2018,506.724 247.241,502.346 250.75,500.25 L 250,508 L 258.75,496.75 L 264.75,487.25 C 261.713,512.31 250.17,535.35 237.25,557.25 L 237.25,560.75 L 247,547 L 257,528 L 263,513 L 266.25,502.25 C 266.9424,519.48 258.591,537.33 253,554 L 254.25,556.75 L 260,550 L 259.75,552.75 L 257.25,565.75 L 260.75,564.75 L 267,534 C 267.9788,527.227 268.634,520.1 272.25,514.25 L 274.75,514.75 L 276.75,512.75 L 279,494 L 281.75,472.25 L 285,514 L 288.75,514.25 L 292,527 C 291.6895,529.061 289.473,532.89 292.75,533.75 L 294.75,531.75 C 301.04,506.41 298.864,478.95 296,453 L 290.25,440.75 C 282.888,438.104 290.8681,452.13 284.25,453.25 L 283.75,455.75 L 280.25,454.75 C 282.124,446.449 268.53,447.722 272,456 L 271.75,470.75 L 270,448 L 266.25,445.75 C 267.251,440.227 261.901,437.421 260,434 L 256.25,435.75 L 256.75,432.75 L 256.25,429.25 C 278.26,442.55 304.55,428.5872 323,414 z " style="fill:#e8e8e8;stroke:#e8e8e8" id="path2011"/>
-    <path d="M 1037,436 L 1057.75,463.25 L 1063.25,485.75 L 1065,484 L 1060,462 L 1059.75,457.25 L 1063.25,465.75 L 1065.25,472.75 L 1067.75,473.75 L 1061.25,452.25 C 1063.569,451.6245 1065.277,454.739 1065.25,456.75 L 1068.75,462.25 L 1073.25,471.75 C 1076.932,473.296 1075.83,469.242 1074.25,467.75 L 1061.25,442.25 C 1069.454,448.567 1075.78,457.26 1079.25,466.75 L 1081.75,467.75 L 1082.75,466.25 C 1079.714,454.39 1071.02,445.18 1062.25,437.75 L 1044.25,414.25 L 1058.75,422.25 L 1058,425 L 1075.25,442.75 L 1086.75,465.75 L 1074.25,478.25 L 1050.75,499.75 L 1048.25,499.75 L 1049,483 L 1047.25,479.75 L 1041,466 L 1038.25,459.25 L 1056.25,488.75 L 1058.75,488.75 C 1057.096,478.54 1049.078,469.96 1044.25,460.75 L 1044.25,459.25 L 1045.75,458.75 L 1036.25,441.75 C 1038.815,440.7525 1037.576,438.234 1037,436 z " style="fill:#dcdcdc;stroke:#dcdcdc" id="path2012"/>
-    <path d="M 203,415 L 202.75,418.75 C 201.376,419.5345 197.555,418.9611 200.25,417.25 L 203,415 z " style="fill:#acacac;stroke:#acacac" id="path2013"/>
-    <path d="M 977,415 C 978.885,414.8603 976.8603,416.885 977,415 z " style="fill:#939393;stroke:#939393" id="path2014"/>
-    <path d="M 973,416 L 974.75,418.75 L 973,416 z " style="fill:#969696;stroke:#969696" id="path2015"/>
-    <path d="M 1057,416 C 1058.885,415.8603 1056.8602,417.885 1057,416 z " style="fill:#939393;stroke:#939393" id="path2016"/>
-    <path d="M 1059,417 C 1060.885,416.8603 1058.8602,418.885 1059,417 z " style="fill:#969696;stroke:#969696" id="path2017"/>
-    <path d="M 633,418 L 637,420 L 635.75,421.75 L 622.25,423.75 L 623.25,421.25 L 628,420 L 633,418 z " style="fill:#202020;stroke:#202020" id="path2018"/>
-    <path d="M 650,418 L 652.75,418.25 L 652.75,420.75 L 636,428 L 633.25,427.75 C 632.5347,424.626 637.06,424.724 639,424 L 650,418 z " style="fill:#2a2a2a;stroke:#2a2a2a" id="path2019"/>
-    <path d="M 953,418 L 954.75,423.75 L 953,421 L 953,418 z " style="fill:#a9a9a9;stroke:#a9a9a9" id="path2020"/>
-    <path d="M 962,418 L 970.75,418.25 L 971.75,420.75 L 970.25,421.25 L 967.25,423.75 L 963.75,424.75 L 962.25,424.75 L 962,418 z " style="fill:#d5d5d5;stroke:#d5d5d5" id="path2021"/>
-    <path d="M 377,421 L 378.75,422.75 L 377,421 z " style="fill:#9c9c9c;stroke:#9c9c9c" id="path2022"/>
-    <path d="M 249,422 C 251.224,421.4169 253.226,423.074 254,425 L 250.75,429.75 L 242.75,438.75 L 228.25,454.75 L 228.25,449.25 L 229.25,447.25 C 235.715,441.283 241.2,434.71 245.25,427.25 L 248.75,423.75 L 249,422 z " style="fill:#d5d5d5;stroke:#d5d5d5" id="path2023"/>
-    <path d="M 1067,422 L 1077,428 L 1079,427 L 1080.75,427.25 L 1096.25,447.75 L 1097.75,449.25 L 1096.75,450.75 C 1088.365,442.02 1080.52,430.47 1069.25,424.75 L 1067,422 z " style="fill:#bdbdbd;stroke:#bdbdbd" id="path2024"/>
-    <path d="M 208,423 C 211.17,423.6726 209.935,428.001 208,429 L 208,423 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path2025"/>
-    <path d="M 938,426 L 938.75,426.25 C 942.757,434.054 942.046,443.08 942,452 L 939,462 L 940,466 L 930.75,485.75 L 929.25,486.75 L 928.25,483.25 L 930.75,480.75 C 937.51,467.5 939.827,453.1 940,438 L 938,434 L 938,426 z " style="fill:#bcbcbc;stroke:#bcbcbc" id="path2026"/>
-    <path d="M 1030,427 C 1028.115,427.1397 1030.1398,425.115 1030,427 z " style="fill:#979797;stroke:#979797" id="path2027"/>
-    <path d="M 1064,426 C 1076.01,431.468 1084.1,442.47 1092.75,452.25 L 1094,456 L 1087.25,463.75 C 1086.3759,455.526 1081.613,448.41 1077.75,441.25 L 1064.25,427.75 L 1064,426 z " style="fill:#dedede;stroke:#dedede" id="path2028"/>
-    <path d="M 1030,427 L 1032.75,430.75 L 1030,427 z " style="fill:#919191;stroke:#919191" id="path2029"/>
-    <path d="M 647,428 C 648.864,427.6679 652.667,427.99954 651.75,430.75 L 647.25,432.75 L 652.75,434.25 L 647,436 C 645.784,437.582 643.374,436.03613 644.25,434.25 L 645.75,433.75 L 645,433 L 638.25,433.75 L 640.25,429.25 L 646,429 L 647,428 z " style="fill:#2b2b2b;stroke:#2b2b2b" id="path2030"/>
-    <path d="M 914,430 L 916,431 L 905.75,
\ No newline at end of file
diff --git a/attic/rallye/Ordner/4 b/attic/rallye/Ordner/4
deleted file mode 100644
index a8505c3ea285e2a49a7806c32a337526fbf90a14..0000000000000000000000000000000000000000
--- a/attic/rallye/Ordner/4
+++ /dev/null
@@ -1,115 +0,0 @@
-446.75 L 904.25,446.75 L 904.25,445.25 C 908.128,440.598 912.507,435.887 914,430 z " style="fill:#a5a5a5;stroke:#a5a5a5" id="path2031"/>
-    <path d="M 1012,435 C 1010.115,435.1397 1012.1397,433.115 1012,435 z " style="fill:#9f9f9f;stroke:#9f9f9f" id="path2032"/>
-    <path d="M 356,435 L 356.75,435.25 L 358.75,439.75 C 355.285,441.387 355.954,437.039 356,435 z " style="fill:#979797;stroke:#979797" id="path2033"/>
-    <path d="M 1014,438 L 1012,435 L 1014,438 z " style="fill:#939393;stroke:#939393" id="path2034"/>
-    <path d="M 1037,436 C 1035.115,436.1397 1037.1398,434.115 1037,436 z " style="fill:#a1a1a1;stroke:#a1a1a1" id="path2035"/>
-    <path d="M 659,438 C 660.484,438.2 661.507,439.986 659.75,440.75 C 658.067,440.68756 658.038,438.981 659,438 z " style="fill:#454545;stroke:#454545" id="path2036"/>
-    <path d="M 1014,438 C 1015.885,437.8603 1013.8603,439.885 1014,438 z " style="fill:#949494;stroke:#949494" id="path2037"/>
-    <path d="M 251,439 L 252.75,439.25 C 253.938,442.595 252.5283,446.497 249.25,447.75 L 251,439 z " style="fill:#bebebe;stroke:#bebebe" id="path2038"/>
-    <path d="M 667,445 L 670,445 L 670.75,446.75 L 663.25,447.75 L 663.25,446.25 L 665,446 L 667,445 z " style="fill:#363636;stroke:#363636" id="path2039"/>
-    <path d="M 922,446 L 925.75,446.25 L 922.25,461.75 L 923.75,462.25 L 924,464 C 922.444,465.88 921.192,468.149 922.25,470.75 L 924.25,473.75 L 931.75,461.25 L 926.75,478.75 L 925.75,479.75 L 917.25,468.75 L 914,462 L 922,446 z " style="fill:#d5d5d5;stroke:#d5d5d5" id="path2040"/>
-    <path d="M 261,447 L 261.75,447.25 L 258.75,454.75 L 258.25,454.75 L 261,447 z " style="fill:#969696;stroke:#969696" id="path2041"/>
-    <path d="M 1030,447 C 1031.885,446.8603 1029.8602,448.885 1030,447 z " style="fill:#939393;stroke:#939393" id="path2042"/>
-    <path d="M 206,449 C 205.8602,447.115 207.885,449.1397 206,449 z " style="fill:#a9a9a9;stroke:#a9a9a9" id="path2043"/>
-    <path d="M 244,448 C 246.287,449.305 244.6259,452.857 243.75,454.75 L 243.25,454.75 L 244,448 z " style="fill:#a5a5a5;stroke:#a5a5a5" id="path2044"/>
-    <path d="M 206,449 L 204.25,450.75 L 206,449 z " style="fill:#959595;stroke:#959595" id="path2045"/>
-    <path d="M 485,450 C 484.8603,448.115 486.885,450.1397 485,450 z " style="fill:#9a9a9a;stroke:#9a9a9a" id="path2046"/>
-    <path d="M 485,450 L 484,451 L 485,450 z " style="fill:#9d9d9d;stroke:#9d9d9d" id="path2047"/>
-    <path d="M 484,451 L 483,452 L 484,451 z " style="fill:#aaa;stroke:#aaa" id="path2048"/>
-    <path d="M 974,451 C 976.134,451.4124 976.431,454.054 975.75,455.75 L 975.25,455.75 L 974,451 z " style="fill:#a9a9a9;stroke:#a9a9a9" id="path2049"/>
-    <path d="M 1035,464 L 1044,481 L 1043,483 L 1045.75,502.75 L 1042.25,504.75 L 1041,499 L 1040,492 C 1040.8357,485.271 1036.908,479.84 1033.25,474.75 L 1021.25,451.25 C 1026.198,449.281 1026.628,455.599 1028.75,458.25 L 1034.25,469.75 L 1035.75,469.75 L 1035,464 z " style="fill:#d5d5d5;stroke:#d5d5d5" id="path2050"/>
-    <path d="M 965,452 L 966.75,452.25 L 968,457 L 968,459 L 967,474 L 966,475 L 965.25,474.75 L 966,467 L 965,455 L 965,452 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path2051"/>
-    <path d="M 959,453 L 960.25,457.75 L 962.75,458.25 L 962.75,469.75 L 962.25,469.75 L 961.75,461.25 L 960.75,460.25 C 957.063,462.008 957.371,454.895 959,453 z " style="fill:#b5b5b5;stroke:#b5b5b5" id="path2052"/>
-    <path d="M 1016,453 L 1033.75,485.25 L 1040.75,506.75 L 1033.75,511.75 C 1017.04,518.441 1000.35,525.71 982.25,526.75 C 984.554,517.29 987.857,506.18 985,496 L 986,475 L 984.25,463.25 L 986,468 L 987.25,470.75 L 989.75,464.25 L 995.75,478.25 L 995,489 L 994,503 L 990.25,514.75 L 991.75,515.75 C 998.461,506.607 998.314,494.53 998,483 L 1000,481 L 999.25,471.25 L 1005.75,471.25 L 1007,477 L 1008.75,477.75 L 1008.25,463.25 L 1009.75,462.25 L 1010.75,467.25 L 1012,473 L 1014,471 C 1009.961,467.688 1016.814,459.05 1017.25,466.75 L 1025,499 L 1024,507 L 1026,513 L 1028,509 C 1027.9736,489.19 1021.425,471.26 1016,453 z " style="fill:#dedede;stroke:#dedede" id="path2053"/>
-    <path d="M 220,474 L 228,466 L 227.75,465.25 C 223.961,463.084 230.344,456.079 233.25,458.75 L 234.75,458.75 L 238.75,456.25 C 238.0799,459.999 236.729,463.786 233.25,466.25 L 227,473 L 224,472 L 220,474 z " style="fill:#d1d1d1;stroke:#d1d1d1" id="path2054"/>
-    <path d="M 670,456 L 674.75,456.25 L 673.75,457.75 L 662.25,459.75 L 663.25,458.25 L 666,458 L 670,456 z " style="fill:#363636;stroke:#363636" id="path2055"/>
-    <path d="M 252,458 L 252.75,458.25 L 253,460 C 251.469,462.284 250.741,467.109 247.25,466.75 L 247.75,465.75 L 252,458 z " style="fill:#b2b2b2;stroke:#b2b2b2" id="path2056"/>
-    <path d="M 616,459 C 621.149,458.6844 622.674,465.038 619,468 L 626,473 L 629,477 L 630,482 C 630.5185,484.693 625.27,487.383 624,485 L 624.75,480.25 L 613.25,474.75 L 611.25,468.25 L 614.75,464.25 L 613,463 C 591.02,463.6057 569.34,468.156 551.75,481.75 L 550.25,480.75 L 555.25,476.25 L 578,466 L 587,464 C 595.402,459.44 605.23,459.807 615,460 L 616,459 z " style="fill:#242424;stroke:#242424" id="path2057"/>
-    <path d="M 1035,464 L 1033.25,460.25 L 1035,464 z " style="fill:#939393;stroke:#939393" id="path2058"/>
-    <path d="M 211,461 C 215.237,460.0621 209.863,465.804 209.25,463.25 L 209.75,462.75 L 211,461 z " style="fill:#949494;stroke:#949494" id="path2059"/>
-    <path d="M 479,462 C 478.8603,460.115 480.885,462.1397 479,462 z " style="fill:#949494;stroke:#949494" id="path2060"/>
-    <path d="M 479,462 L 478,463 L 479,462 z " style="fill:#979797;stroke:#979797" id="path2061"/>
-    <path d="M 676,464 C 678.553,464.979 674.771,468.536 673,468 L 670.25,467.75 L 676,464 z " style="fill:#3e3e3e;stroke:#3e3e3e" id="path2062"/>
-    <path d="M 679,467 L 681.75,467.25 L 681.75,468.75 L 680.75,469.75 L 669.25,473.75 L 671,472 L 674.25,470.25 L 679,467 z " style="fill:#3c3c3c;stroke:#3c3c3c" id="path2063"/>
-    <path d="M 220,474 L 194,495 L 177.75,504.75 L 169,509 C 168.2931,511.682 171.449,510.935 173,511 C 190.7,502.886 207.43,491.62 221.25,478.25 L 224.75,477.25 L 214.75,486.75 L 183.25,512.25 L 183.25,513.75 C 191.564,513.0847 198.13,505.737 204.75,500.75 L 209.75,497.25 L 189,519 L 190.25,521.75 L 194.75,518.75 L 200.75,513.75 L 207.25,507.25 L 224.75,487.75 C 228.413,484.096 233.647,480.451 231,475 L 232.75,473.25 C 232.9568,477.106 237.137,478.104 239,475 L 242.75,470.25 L 241.75,474.75 C 228.95,493.75 212.64,512.15 194.25,526.25 L 194.25,527.75 L 197,529 L 213.75,513.75 L 220.75,506.75 L 224.75,502.75 L 240.75,486.25 C 240.0198,494.496 232.547,500.46 228.25,507.25 L 215.75,521.75 L 203.25,537.75 L 205.75,537.75 C 218.83,524.38 230.45,511.14 241.25,496.25 L 244.75,499.25 L 233.75,512.75 L 217.25,533.25 L 211.25,544.75 C 213.582,545.879 215.749,543.278 216.25,541.25 L 238.25,513.25 L 239.75,513.25 C 234.972,528.05 225.25,541.73 214.75,553.75 C 200.8,544.808 187.17,534.86 174.75,523.25 L 163,509 C 181.94,497.93 202.51,487.55 220,474 z " style="fill:#ddd;stroke:#ddd" id="path2064"/>
-    <path d="M 995,472 C 996.613,472.2975 997.595,474.288 996.75,475.75 L 995,472 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path2065"/>
-    <path d="M 319,475 C 321.324,476.462 321.332,480.152 320.75,482.75 C 317.638,481.8206 319.506,477.441 319,475 z " style="fill:#959595;stroke:#959595" id="path2066"/>
-    <path d="M 679,475 C 681.241,474.2788 682.389,475.9416 682.75,477.75 L 672.25,481.75 L 671.25,480.25 L 672.75,478.75 L 679,475 z " style="fill:#202020;stroke:#202020" id="path2067"/>
-    <path d="M 266,477 L 266.75,479.75 L 266,477 z " style="fill:#929292;stroke:#929292" id="path2068"/>
-    <path d="M 1010,479 C 1014.226,483.418 1017.573,489.68 1018,496 L 1019.75,509.75 L 1019,509 L 1019,505 L 1012.25,485.25 L 1012,498 L 1009.75,510.75 L 1008.25,511.75 L 1009,504 L 1010,502 L 1010,479 z " style="fill:#1d1d1d;stroke:#1d1d1d" id="path2069"/>
-    <path d="M 267,481 C 268.978,481.1194 267.5378,483.952 266.25,483.75 L 267,481 z " style="fill:#949494;stroke:#949494" id="path2070"/>
-    <path d="M 287,481 L 288.75,481.25 L 288.75,491.75 L 288.25,491.75 L 287,481 z " style="fill:#969696;stroke:#969696" id="path2071"/>
-    <path d="M 949,508 L 946.25,513.75 L 948.75,513.75 C 956.325,504.792 960.81,494.15 964.25,483.25 L 965.75,485.25 L 968,484 L 969.75,481.25 L 960,509 L 963,511 L 961.25,516.75 L 964,515 L 974.25,489.25 L 976.25,491.75 L 979.75,491.25 L 977.75,506.75 C 974.24,511.082 981.357,512.289 980,507 L 981,505 L 982.75,499.25 C 983.796,509.228 982.1059,518.8 978.75,527.75 L 950.25,527.75 L 941.25,513.75 C 940.3126,511.782 938.848,508.884 941.25,507.25 L 943.25,505.25 L 945.75,504.25 L 942,509 C 941.5545,512.137 944.646,512.196 945.75,509.75 L 949,508 z " style="fill:#eaeaea;stroke:#eaeaea" id="path2072"/>
-    <path d="M 682,484 L 684.75,484.25 L 683.75,486.75 L 675.25,488.75 L 678.75,485.75 L 682,484 z " style="fill:#2f2f2f;stroke:#2f2f2f" id="path2073"/>
-    <path d="M 1002,484 L 1003,485 L 1003.75,491.25 L 1003,493 L 1003.75,496.25 L 1003,498 L 999.75,517.75 L 999.25,517.75 L 999,514 L 1001,503 L 1002,501 L 1002,484 z " style="fill:#1a1a1a;stroke:#1a1a1a" id="path2074"/>
-    <path d="M 248,485 C 250.543,485.9216 247.96722,489.481 246.25,489.75 L 248,485 z " style="fill:#a5a5a5;stroke:#a5a5a5" id="path2075"/>
-    <path d="M 293,485 L 293.75,485.25 C 296.323,489.755 294.6281,495.121 293.75,499.75 L 293.25,499.75 L 292,491 L 293,485 z " style="fill:#b0b0b0;stroke:#b0b0b0" id="path2076"/>
-    <path d="M 952,485 L 952.75,486.75 L 952,485 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path2077"/>
-    <path d="M 686,488 C 687.162,487.8355 689.859,487.8197 688.75,489.75 L 680.25,491.75 L 681.25,490.25 L 686,488 z " style="fill:#414141;stroke:#414141" id="path2078"/>
-    <path d="M 553,491 L 559.25,501.75 C 561.52,501.3813 563.79,500.33 565,503 L 582,498 C 589.469,494.767 598.52,492.793 606,495 L 609,494 L 611,495 L 628.75,492.25 L 640,513 L 637.25,513.75 L 635.25,511.75 C 632.66,504.828 623.12,507.333 618.25,506.25 L 617.25,507.75 C 634.37,522.41 612.104,547.03 594,543 C 587.909,540.727 581.31,537.664 579,531 C 578.2983,523.682 581.756,517.18 586.75,512.25 L 582,513 C 571.1,515.534 562.3,522.773 553.25,529.25 L 554,534 C 558.544,540.406 564.52,546.39 571.75,549.25 L 573.75,551.75 L 572,553 C 561.32,550.016 553.42,541.47 547.75,532.25 L 544.25,531.75 C 543.9048,528.69 542.213,526.319 545,524 L 552,510 L 544.25,510.75 L 553,491 z " style="fill:#0f0f0f;stroke:#0f0f0f" id="path2079"/>
-    <path d="M 969,492 L 969.75,493.75 L 969,492 z " style="fill:#979797;stroke:#979797" id="path2080"/>
-    <path d="M 690,496 C 691.162,495.8355 693.859,495.8197 692.75,497.75 C 691.029,498.5771 686.765,499.503 689,502 L 688.75,502.75 L 687.75,504.75 C 685.031,503.8135 683.532,498.091 687.75,497.75 L 689.75,496.75 L 690,496 z " style="fill:#373737;stroke:#373737" id="path2081"/>
-    <path d="M 967,498 L 967.75,499.75 L 967,498 z " style="fill:#9e9e9e;stroke:#9e9e9e" id="path2082"/>
-    <path d="M 767,503 L 781,505 L 780.75,505.75 C 777.856,506.7468 774.723,508.625 773.75,511.75 L 768.75,519.75 C 764.741,516.832 760.731,512.762 759,508 L 766.75,503.75 L 767,503 z " style="fill:#efefef;stroke:#efefef" id="path2083"/>
-    <path d="M 965,503 L 965.75,504.75 L 965,503 z " style="fill:#929292;stroke:#929292" id="path2084"/>
-    <path d="M 949,508 C 948.8602,506.115 950.885,508.1397 949,508 z " style="fill:#9a9a9a;stroke:#9a9a9a" id="path2085"/>
-    <path d="M 690,511 C 692.612,510.575 695.178,514.948 692.25,516.25 C 692.21832,519.488 688.973,521.887 686.25,522.75 L 686.25,520.25 L 689,517 L 690,511 z " style="fill:#343434;stroke:#343434" id="path2086"/>
-    <path d="M 789,514 L 792.75,514.25 L 792.75,519.75 L 788.25,519.75 L 789,514 z " style="fill:#e4e4e4;stroke:#e4e4e4" id="path2087"/>
-    <path d="M 601,515 L 606.75,515.25 C 607.4874,517.943 609.084,520.937 605.75,522.75 L 600.25,521.75 L 601,515 z " style="fill:#fbfbfb;stroke:#fbfbfb" id="path2088"/>
-    <path d="M 633,525 L 635.75,525.25 L 636,531 L 637,533 C 637.7314,540.799 635.957,549.87 628,553 L 627.25,552.75 L 627.25,550.25 C 630.184,548.504 633.504,545.923 633,542 C 634.607,538.22 634.607,532.78 633,529 L 633,525 z " style="fill:#3d3d3d;stroke:#3d3d3d" id="path2089"/>
-    <path d="M 275,530 L 277.75,531.25 L 278,555 L 276,558 L 274,555 L 275,553 L 275,530 z " style="fill:#252525;stroke:#252525" id="path2090"/>
-    <path d="M 564,533 L 565.75,534.25 L 566.25,536.75 C 572.538,544.541 581.55,548.28 591,549 L 593,550 L 616,551 L 619,550 L 620.75,551.25 L 617.75,554.75 L 612,555 L 580.25,551.75 L 578.75,549.25 C 572.602,546.797 566.68,542.614 563.25,536.75 L 564,533 z " style="fill:#2f2f2f;stroke:#2f2f2f" id="path2091"/>
-    <path d="M 226,546 L 227,547 L 220.75,556.75 L 220.25,556.75 L 219,555 L 226,546 z " style="fill:#a1a1a1;stroke:#a1a1a1" id="path2092"/>
-    <path d="M 650,549 L 652.75,549.25 L 652.75,550.75 C 648.377,557.438 644.782,565.12 638,570 L 636.25,568.75 L 649.75,550.75 L 650,549 z " style="fill:#3f3f3f;stroke:#3f3f3f" id="path2093"/>
-    <path d="M 788,551 L 799,557 L 814.75,555.25 L 827,601 L 830,606 L 830.75,635.75 L 829.25,634.75 L 821.25,616.75 L 797.75,567.25 L 792.25,560.75 L 788,551 z " style="fill:#f6f6f6;stroke:#f6f6f6" id="path2094"/>
-    <path d="M 482,569 L 484,571 L 480,580 L 484,588 C 483.5308,591.82 479.04,595.751 483,599 L 483,601 L 484.75,623.75 L 484,624 L 483.25,623.75 C 482.5443,618.427 481.874,612.99 478,609 L 476.25,602.75 L 474,595 L 474.75,593.25 L 471,594 L 482,569 z " style="fill:#212121;stroke:#212121" id="path2095"/>
-    <path d="M 490,619 L 490.75,619.25 L 491,622 L 491,627 C 490.794,630.104 487.951,634.358 484.25,632.75 L 490,619 z " style="fill:#2d2d2d;stroke:#2d2d2d" id="path2096"/>
-    <path d="M 683,624 L 698,624 L 702,626 C 718.95,629.103 734.55,638.78 748.25,649.75 C 756.914,654.562 767.1,655.359 773.25,664.75 L 776.75,664.25 L 785.75,670.25 L 800.25,683.75 C 804.222,684.6334 808.661,689.168 809.75,692.75 L 798.25,689.75 L 785.75,677.25 L 779.75,678.75 L 774.75,675.25 L 773,676 L 765.25,669.75 C 763.586,666.853 761.836,667.754 759.25,667.75 C 746.32,650.78 727.69,639.02 708,632 C 694.39,630.774 679.01,629.255 666.25,634.25 C 646.04,644.7 631.35,673.75 646.75,693.25 L 650.25,700.75 C 651.61,701.522 653.182,704.373 651,705 C 646.002,700.478 642.958,693.58 640.75,687.25 L 635,676 C 634.1579,653.87 651.48,632.66 672.75,627.75 L 683,624 z " style="fill:#1b1b1b;stroke:#1b1b1b" id="path2097"/>
-    <path d="M 499,631 L 500.75,632.25 L 498.75,637.75 L 493.75,644.75 L 492.25,644.75 L 492,644 L 496.75,636.75 L 499,631 z " style="fill:#3b3b3b;stroke:#3b3b3b" id="path2098"/>
-    <path d="M 420,643 L 420.75,645.75 L 416.75,648.75 C 414.897,648.80646 412.925,649.5909 412.75,651.75 L 405.25,657.25 L 404,658 L 402.25,656.75 L 412.25,647.25 C 415.419,649.618 418.361,645.378 420,643 z " style="fill:#d7d7d7;stroke:#d7d7d7" id="path2099"/>
-    <path d="M 671,653 C 679.169,652.241 686.85,654.926 692.75,660.25 L 693.25,662.75 L 695,665 L 693.75,666.75 L 690.25,665.75 C 687.332,657.207 676.02,658.037 669.25,661.25 L 659.25,682.25 L 657,689 L 654.25,688.75 L 651,679 L 651,672 C 651.9046,662.489 660.579,654.79 670,654 L 671,653 z " style="fill:#101010;stroke:#101010" id="path2100"/>
-    <path d="M 387,658 C 388.3,658.1038 391.862,657.3036 390.75,659.75 L 386,663 C 383.306,661.904 386.318,659.4 387,658 z " style="fill:#2f2f2f;stroke:#2f2f2f" id="path2101"/>
-    <path d="M 395,663 C 394.8603,661.115 396.885,663.1397 395,663 z " style="fill:#969696;stroke:#969696" id="path2102"/>
-    <path d="M 395,663 L 394,664 L 395,663 z " style="fill:#9d9d9d;stroke:#9d9d9d" id="path2103"/>
-    <path d="M 394,664 L 393,665 L 394,664 z " style="fill:#a6a6a6;stroke:#a6a6a6" id="path2104"/>
-    <path d="M 393,665 C 393.1397,666.885 391.115,664.8603 393,665 z " style="fill:#949494;stroke:#949494" id="path2105"/>
-    <path d="M 386,671 C 385.8603,669.115 387.885,671.1398 386,671 z " style="fill:#9c9c9c;stroke:#9c9c9c" id="path2106"/>
-    <path d="M 702,678 C 718.45,676.723 724.42,694.8 729,707 L 730,724 L 725.25,736.75 L 726,731 L 728,726 L 727,712 L 716.25,689.75 L 715.75,687.25 L 710.75,683.25 L 702.25,683.25 C 701.8545,685.612 701.3195,688.765 703.75,690.25 L 716,701 C 714.769,708.195 704.75,706.276 699.75,705.25 C 692.393,703.568 683.2,698.648 683,690 C 684.914,682.201 693.36,678.16 701,679 L 702,678 z " style="fill:#131313;stroke:#131313" id="path2107"/>
-    <path d="M 341,681 L 345.75,682.25 L 344.75,683.75 L 337.25,689.25 L 326.75,701.75 L 323,702 L 318.75,698.25 L 316.25,692.25 L 326.75,685.75 C 330.522,682.77 334.981,681.382 340,682 L 341,681 z " style="fill:#efefef;stroke:#efefef" id="path2108"/>
-    <path d="M 728,690 C 733.677,691.777 736.806,698.415 738.25,703.75 L 741.75,703.25 L 743,706 L 743,709 L 753,734 L 753,737 L 755,746 L 753.75,747.75 L 752.25,746.75 L 751,742 L 744.75,719.25 L 744,719 L 739.25,723.75 L 731.25,697.75 L 728.25,692.75 L 728,690 z " style="fill:#2b2b2b;stroke:#2b2b2b" id="path2109"/>
-    <path d="M 303,696 L 305.75,696.25 C 305.9422,701.83 298.89,702.469 295,704 L 293.25,703.75 L 297.25,699.25 L 302.75,696.75 L 303,696 z " style="fill:#d9d9d9;stroke:#d9d9d9" id="path2110"/>
-    <path d="M 563,700 L 573.75,700.25 L 573.75,701.75 C 565.016,700.915 559.2,708.006 553,713 L 551,709 L 553.75,705.75 L 563,700 z " style="fill:#202020;stroke:#202020" id="path2111"/>
-    <path d="M 276,709 L 287,709 L 292.75,710.25 L 280,719 L 277,719 L 275.75,719.75 L 274.25,719.25 L 273,720 L 271,719 L 267.25,718.75 L 267.25,717.25 L 275.75,709.75 L 276,709 z " style="fill:#eaeaea;stroke:#eaeaea" id="path2112"/>
-    <path d="M 413,721 L 413.75,721.25 L 413,729 C 413.5779,733.69 411.42,739.37 415,743 L 415.75,746.75 C 411.554,746.3154 407.952,742.732 406,739 C 405.323,733.114 408.012,727.97 411.75,723.75 L 413,721 z " style="fill:#eee;stroke:#eee" id="path2113"/>
-    <path d="M 883,735 C 882.8602,733.115 884.885,735.1397 883,735 z " style="fill:#b7b7b7;stroke:#b7b7b7" id="path2114"/>
-    <path d="M 883,735 L 881,736 L 883,735 z " style="fill:#b7b7b7;stroke:#b7b7b7" id="path2115"/>
-    <path d="M 881,736 C 881.1398,737.885 879.115,735.8603 881,736 z " style="fill:#999;stroke:#999" id="path2116"/>
-    <path d="M 873,741 C 874.885,740.8602 872.8603,742.885 873,741 z " style="fill:#999;stroke:#999" id="path2117"/>
-    <path d="M 869,744 L 869.75,746.75 L 862.25,749.75 L 869,744 z " style="fill:#cdcdcd;stroke:#cdcdcd" id="path2118"/>
-    <path d="M 434,765 L 436,767 L 434,775 L 438.75,785.25 C 440.731,789.123 443.616,793.329 447.75,795.25 L 447.75,796.75 L 442,797 L 440,798 L 437,797 C 430.484,796.587 425.67,789.678 424,784 L 430.75,770.75 L 432.75,768.75 L 434,765 z " style="fill:#f1f1f1;stroke:#f1f1f1" id="path2119"/>
-    <path d="M 827,766 C 826.8603,764.115 828.885,766.1398 827,766 z " style="fill:#919191;stroke:#919191" id="path2120"/>
-    <path d="M 827,766 L 826,767 L 827,766 z " style="fill:#9f9f9f;stroke:#9f9f9f" id="path2121"/>
-    <path d="M 460,805 L 465.75,806.25 L 466.25,807.75 L 474.25,815.75 L 475.75,816.25 L 480.25,821.75 L 486.25,824.75 C 489.796,824.9198 492.126,828.526 493.75,831.25 C 495.111,839.066 486.615,841.7 482,846 L 481.25,845.25 C 487.749,834.34 474.137,823.77 464,824 L 457,823 L 454.25,821.75 C 448.968,816.163 455.492,808.53 460,805 z " style="fill:#f4f4f4;stroke:#f4f4f4" id="path2122"/>
-    <path d="M 640,887 L 638.75,892.75 L 638,893 C 634.895,891.274 639.335,888.846 640,887 z " style="fill:#313131;stroke:#313131" id="path2123"/>
-    <path d="M 736,889 L 739.75,889.25 L 737.75,891.75 L 735.25,892.25 L 732,894 L 711,894 L 709.25,892.25 C 710.357,890.345 712.599,890.961 714,892 L 722,892 C 726.837,891.96973 732.76,892.8617 736,889 z " style="fill:#373737;stroke:#373737" id="path2124"/>
-    <path d="M 658,896 L 659.75,896.25 C 662.867,899.447 666.363,902.475 670.75,903.25 L 671,904 L 669,906 L 659.25,907.25 L 653.25,912.75 L 653,911 C 655.505,907.438 659.061,903.586 663.75,903.75 L 663.75,902.25 C 661.31,901.178 658.238,898.801 658,896 z " style="fill:#303030;stroke:#303030" id="path2125"/>
-    <path d="M 735,916 L 736.75,917.75 L 733.75,917.75 L 735,916 z " style="fill:#b5b5b5;stroke:#b5b5b5" id="path2126"/>
-    <path d="M 771,923 L 772,924 C 769.064,928.82 767.842,934.06 767.75,939.75 L 766.25,938.75 C 764.117,934.543 761.824,930.246 763.25,925.25 L 766.75,927.75 L 771,923 z " style="fill:#dbdbdb;stroke:#dbdbdb" id="path2127"/>
-    <path d="M 590,925 L 591.75,926.75 C 577.94,941.45 574.4,966.62 588.75,981.75 C 590.47,969.94 588.8797,955.14 600,947 L 600.75,948.75 C 591.326,957.674 592.132,971.04 591,983 L 624.75,1030.75 C 625.0984,1021.853 620.798,1013.43 615.75,1006.25 L 610.25,997.25 L 611.75,997.25 L 622.75,1013.25 C 625.867,1021.254 629.005,1030.28 627.25,1038.75 L 629.75,1039.75 L 616.25,1052.25 L 610.25,1057.75 L 615.25,1050.25 L 623.75,1041.75 L 622.75,1032.25 C 608.28,1010.99 591.26,990.76 573.25,972.75 L 570.25,966.75 C 566.749,955.51 570.6867,943.91 573.25,933.25 L 574.75,932.25 L 575,937 C 571.3,944.982 573.442,954.94 573.25,963.75 L 576.75,969.75 C 573.532,954.26 577.2103,936.26 590,925 z " style="fill:#2a2a2a;stroke:#2a2a2a" id="path2128"/>
-    <path d="M 728,930 C 730.5,931.735 733.536,932.805 735.75,930.25 L 735.75,931.75 L 733.75,935.75 C 728.798,941.591 727.991,949.24 727.75,956.75 C 724.618,954.819 721.521,949.56 724,946 L 724,945 C 723.5238,939.476 725.762,934.74 728,930 z " style="fill:#e7e7e7;stroke:#e7e7e7" id="path2129"/>
-    <path d="M 620,947 C 622.199,946.2726 625.76,947.6509 622.75,949.75 C 604.14,961.32 607.96,988.47 624.75,1000.25 C 628.542,1007.557 635.88,1012.15 642.75,1016.25 L 646.75,1020.25 L 652.75,1034.25 L 651.75,1037.75 C 642.925,1046.572 639.32,1058.87 639,1071 C 641.634,1078.447 647.442,1085.41 654.75,1088.75 C 653.346,1076.76 653.534,1063.17 658.25,1052.25 L 658,1061 L 656.25,1068.25 C 651.154,1094.44 674.14,1113.14 694.75,1123.25 L 694.75,1125.75 C 679.88,1118.758 665.38,1107.98 656.75,1093.25 C 639.74,1090.235 620.81,1075.09 625.75,1055.75 L 619.75,1060.75 C 613.395,1068.574 611.911,1078.65 613.25,1088.75 C 617.902,1096.551 627.32,1106.16 637,1103 L 638.75,1104.75 C 627.62,1109.36 615.92,1098.519 611,1089 C 609.451,1075.5 612.651,1062.82 622.75,1053.75 L 628.25,1045.25 C 630.472,1047.15 632.156,1044.203 633.75,1042.75 C 633.3624,1036.916 634.953,1031.79 638,1027 L 634.75,1017.25 C 622.51,1006.04 610.19,993.12 605,977 L 606,973 C 605.087,962.27 613.857,954.71 620,947 z " style="fill:#353535;stroke:#353535" id="path2130"/>
-    <path d="M 443,974 L 451.25,978.75 C 458.391,982.383 463.59,990.31 461.75,998.75 L 459.75,1000.75 L 455.25,1000.75 L 456.25,999.25 L 458.75,998.75 C 463.285,988.913 452.008,980.62 444.25,976.75 L 443,974 z " style="fill:#353535;stroke:#353535" id="path2131"/>
-    <path d="M 724,1007 L 724.25,1005.25 L 734.25,991.25 L 738.25,985.25 L 739.75,985.25 C 740.261,993.203 733.527,999.95 727.25,1004.25 L 726.75,1005.75 L 724,1007 z " style="fill:#d9d9d9;stroke:#d9d9d9" id="path2132"/>
-    <path d="M 724,1007 L 723,1008 L 724,1007 z " style="fill:#bebebe;stroke:#bebebe" id="path2133"/>
-    <path d="M 723,1008 C 723.1398,1009.885 721.115,1007.8603 723,1008 z " style="fill:#9b9b9b;stroke:#9b9b9b" id="path2134"/>
-    <path d="M 426,1014 L 427.75,1014.25 C 429.571,1017.4 431.5,1022.002 435.75,1022.25 L 438,1023 L 438.75,1023.75 L 437,1025 C 431.818,1024.4138 426.09,1019.58 426,1014 z " style="fill:#3b3b3b;stroke:#3b3b3b" id="path2135"/>
-    <path d="M 638,1017 C 636.115,1017.1398 638.1397,1015.115 638,1017 z " style="fill:#d8d8d8;stroke:#d8d8d8" id="path2136"/>
-    <path d="M 638,1017 L 643.75,1020.25 L 646,1025 L 645,1029 L 643.25,1033.25 L 637.25,1038.75 L 637,1035 L 640,1026 L 640.75,1024.25 L 638.25,1018.75 L 638,1017 z " style="fill:#f3f3f3;stroke:#f3f3f3" id="path2137"/>
-    <path d="M 705,1019 C 708.831,1018.7223 704.7036,1021.624 703.75,1022.75 L 698.25,1024.25 C 689.865,1032.162 678.03,1038.76 675.75,1050.75 L 674,1058 C 670.693,1062.154 671.571,1069.23 673,1074 L 672.75,1085.75 L 665.25,1076.75 C 663.589,1063.02 669.204,1050.81 675.25,1039.25 C 683.647,1031.815 691.68,1023.17 702.75,1020.75 L 705,1019 z " style="fill:#e9e9e9;stroke:#e9e9e9" id="path2138"/>
-    <path d="M 699,1028 C 698.8602,1026.115 700.885,1028.1398 699,1028 z " style="fill:#a7a7a7;stroke:#a7a7a7" id="path2139"/>
-    <path d="M 699,1028 L 698,1029 L 699,1028 z " style="fill:#949494;stroke:#949494" id="path2140"/>
-    <path d="M 698,1029 L 694.75,1034.75 L 686.25,1048.25 L 686,1052 L 684,1056 L 682,1075 L 686.75,1095.25 L 686.75,1096.75 L 681.25,1092.75 L 675.25,1084.75 L 674.25,1063.25 C 676.688,1051.75 681.721,1039.42 692.75,1032.75 L 696.25,1029.25 L 698,1029 z " style="fill:#eee;stroke:#eee" id="path2141"/>
-    <path d="M 647,1033 L 648,1035 L 646.75,1038.75 C 641.912,1044.92 639.915,1052.5 637.75,1059.75 L 637.25,1059.75 L 637.25,1043.25 L 643.75,1038.75 L 647,1033 z " style="fill:#f6f6f6;stroke:#f6f6f6" id="path2142"/>
-    <path d="M 633,1047 L 634,1048 L 634,1066 L 641.75,1082.25 L 641.75,1083.75 C 634.066,1081.68 630.89,1073.38 628,1067 L 629.25,1050.25 L 633,1047 z " style="fill:#f8f8f8;stroke:#f8f8f8" id="path2143"/>
-  </g>
-</svg>
\ No newline at end of file
diff --git a/attic/rallye/Ordner/Bilder/13-37444.png b/attic/rallye/Ordner/Bilder/13-37444.png
deleted file mode 100644
index b68a462703bd66f4289b19580d2e2e41855b5d6f..0000000000000000000000000000000000000000
Binary files a/attic/rallye/Ordner/Bilder/13-37444.png and /dev/null differ
diff --git a/attic/rallye/Ordner/Bilder/42-49935.png b/attic/rallye/Ordner/Bilder/42-49935.png
deleted file mode 100644
index b7002133dee08a8145d5f7cc8753d66f61016a37..0000000000000000000000000000000000000000
Binary files a/attic/rallye/Ordner/Bilder/42-49935.png and /dev/null differ
diff --git a/attic/rallye/Ordner/Readme.txt b/attic/rallye/Ordner/Readme.txt
deleted file mode 100644
index c4c3130503be874ea869ec4b2478071c15072a07..0000000000000000000000000000000000000000
--- a/attic/rallye/Ordner/Readme.txt
+++ /dev/null
@@ -1,13052 +0,0 @@
-Project Gutenberg's The Adventures of Sherlock Holmes, by Arthur Conan Doyle
-
-This eBook is for the use of anyone anywhere at no cost and with
-almost no restrictions whatsoever.  You may copy it, give it away or
-re-use it under the terms of the Project Gutenberg License included
-with this eBook or online at www.gutenberg.net
-
-
-Title: The Adventures of Sherlock Holmes
-
-Author: Arthur Conan Doyle
-
-Posting Date: April 18, 2011 [EBook #1661]
-First Posted: November 29, 2002
-
-Language: English
-
-
-*** START OF THIS PROJECT GUTENBERG EBOOK THE ADVENTURES OF SHERLOCK HOLMES ***
-
-
-
-
-Produced by an anonymous Project Gutenberg volunteer and Jose Menendez
-
-
-
-
-
-
-
-
-
-THE ADVENTURES OF SHERLOCK HOLMES
-
-by
-
-SIR ARTHUR CONAN DOYLE
-
-
-
-   I. A Scandal in Bohemia
-  II. The Red-headed League
- III. A Case of Identity
-  IV. The Boscombe Valley Mystery
-   V. The Five Orange Pips
-  VI. The Man with the Twisted Lip
- VII. The Adventure of the Blue Carbuncle
-VIII. The Adventure of the Speckled Band
-  IX. The Adventure of the Engineer's Thumb
-   X. The Adventure of the Noble Bachelor
-  XI. The Adventure of the Beryl Coronet
- XII. The Adventure of the Copper Beeches
-
-
-
-
-ADVENTURE I. A SCANDAL IN BOHEMIA
-
-I.
-
-To Sherlock Holmes she is always THE woman. I have seldom heard
-him mention her under any other name. In his eyes she eclipses
-and predominates the whole of her sex. It was not that he felt
-any emotion akin to love for Irene Adler. All emotions, and that
-one particularly, were abhorrent to his cold, precise but
-admirably balanced mind. He was, I take it, the most perfect
-reasoning and observing machine that the world has seen, but as a
-lover he would have placed himself in a false position. He never
-spoke of the softer passions, save with a gibe and a sneer. They
-were admirable things for the observer--excellent for drawing the
-veil from men's motives and actions. But for the trained reasoner
-to admit such intrusions into his own delicate and finely
-adjusted temperament was to introduce a distracting factor which
-might throw a doubt upon all his mental results. Grit in a
-sensitive instrument, or a crack in one of his own high-power
-lenses, would not be more disturbing than a strong emotion in a
-nature such as his. And yet there was but one woman to him, and
-that woman was the late Irene Adler, of dubious and questionable
-memory.
-
-I had seen little of Holmes lately. My marriage had drifted us
-away from each other. My own complete happiness, and the
-home-centred interests which rise up around the man who first
-finds himself master of his own establishment, were sufficient to
-absorb all my attention, while Holmes, who loathed every form of
-society with his whole Bohemian soul, remained in our lodgings in
-Baker Street, buried among his old books, and alternating from
-week to week between cocaine and ambition, the drowsiness of the
-drug, and the fierce energy of his own keen nature. He was still,
-as ever, deeply attracted by the study of crime, and occupied his
-immense faculties and extraordinary powers of observation in
-following out those clues, and clearing up those mysteries which
-had been abandoned as hopeless by the official police. From time
-to time I heard some vague account of his doings: of his summons
-to Odessa in the case of the Trepoff murder, of his clearing up
-of the singular tragedy of the Atkinson brothers at Trincomalee,
-and finally of the mission which he had accomplished so
-delicately and successfully for the reigning family of Holland.
-Beyond these signs of his activity, however, which I merely
-shared with all the readers of the daily press, I knew little of
-my former friend and companion.
-
-One night--it was on the twentieth of March, 1888--I was
-returning from a journey to a patient (for I had now returned to
-civil practice), when my way led me through Baker Street. As I
-passed the well-remembered door, which must always be associated
-in my mind with my wooing, and with the dark incidents of the
-Study in Scarlet, I was seized with a keen desire to see Holmes
-again, and to know how he was employing his extraordinary powers.
-His rooms were brilliantly lit, and, even as I looked up, I saw
-his tall, spare figure pass twice in a dark silhouette against
-the blind. He was pacing the room swiftly, eagerly, with his head
-sunk upon his chest and his hands clasped behind him. To me, who
-knew his every mood and habit, his attitude and manner told their
-own story. He was at work again. He had risen out of his
-drug-created dreams and was hot upon the scent of some new
-problem. I rang the bell and was shown up to the chamber which
-had formerly been in part my own.
-
-His manner was not effusive. It seldom was; but he was glad, I
-think, to see me. With hardly a word spoken, but with a kindly
-eye, he waved me to an armchair, threw across his case of cigars,
-and indicated a spirit case and a gasogene in the corner. Then he
-stood before the fire and looked me over in his singular
-introspective fashion.
-
-"Wedlock suits you," he remarked. "I think, Watson, that you have
-put on seven and a half pounds since I saw you."
-
-"Seven!" I answered.
-
-"Indeed, I should have thought a little more. Just a trifle more,
-I fancy, Watson. And in practice again, I observe. You did not
-tell me that you intended to go into harness."
-
-"Then, how do you know?"
-
-"I see it, I deduce it. How do I know that you have been getting
-yourself very wet lately, and that you have a most clumsy and
-careless servant girl?"
-
-"My dear Holmes," said I, "this is too much. You would certainly
-have been burned, had you lived a few centuries ago. It is true
-that I had a country walk on Thursday and came home in a dreadful
-mess, but as I have changed my clothes I can't imagine how you
-deduce it. As to Mary Jane, she is incorrigible, and my wife has
-given her notice, but there, again, I fail to see how you work it
-out."
-
-He chuckled to himself and rubbed his long, nervous hands
-together.
-
-"It is simplicity itself," said he; "my eyes tell me that on the
-inside of your left shoe, just where the firelight strikes it,
-the leather is scored by six almost parallel cuts. Obviously they
-have been caused by someone who has very carelessly scraped round
-the edges of the sole in order to remove crusted mud from it.
-Hence, you see, my double deduction that you had been out in vile
-weather, and that you had a particularly malignant boot-slitting
-specimen of the London slavey. As to your practice, if a
-gentleman walks into my rooms smelling of iodoform, with a black
-mark of nitrate of silver upon his right forefinger, and a bulge
-on the right side of his top-hat to show where he has secreted
-his stethoscope, I must be dull, indeed, if I do not pronounce
-him to be an active member of the medical profession."
-
-I could not help laughing at the ease with which he explained his
-process of deduction. "When I hear you give your reasons," I
-remarked, "the thing always appears to me to be so ridiculously
-simple that I could easily do it myself, though at each
-successive instance of your reasoning I am baffled until you
-explain your process. And yet I believe that my eyes are as good
-as yours."
-
-"Quite so," he answered, lighting a cigarette, and throwing
-himself down into an armchair. "You see, but you do not observe.
-The distinction is clear. For example, you have frequently seen
-the steps which lead up from the hall to this room."
-
-"Frequently."
-
-"How often?"
-
-"Well, some hundreds of times."
-
-"Then how many are there?"
-
-"How many? I don't know."
-
-"Quite so! You have not observed. And yet you have seen. That is
-just my point. Now, I know that there are seventeen steps,
-because I have both seen and observed. By-the-way, since you are
-interested in these little problems, and since you are good
-enough to chronicle one or two of my trifling experiences, you
-may be interested in this." He threw over a sheet of thick,
-pink-tinted note-paper which had been lying open upon the table.
-"It came by the last post," said he. "Read it aloud."
-
-The note was undated, and without either signature or address.
-
-"There will call upon you to-night, at a quarter to eight
-o'clock," it said, "a gentleman who desires to consult you upon a
-matter of the very deepest moment. Your recent services to one of
-the royal houses of Europe have shown that you are one who may
-safely be trusted with matters which are of an importance which
-can hardly be exaggerated. This account of you we have from all
-quarters received. Be in your chamber then at that hour, and do
-not take it amiss if your visitor wear a mask."
-
-"This is indeed a mystery," I remarked. "What do you imagine that
-it means?"
-
-"I have no data yet. It is a capital mistake to theorize before
-one has data. Insensibly one begins to twist facts to suit
-theories, instead of theories to suit facts. But the note itself.
-What do you deduce from it?"
-
-I carefully examined the writing, and the paper upon which it was
-written.
-
-"The man who wrote it was presumably well to do," I remarked,
-endeavouring to imitate my companion's processes. "Such paper
-could not be bought under half a crown a packet. It is peculiarly
-strong and stiff."
-
-"Peculiar--that is the very word," said Holmes. "It is not an
-English paper at all. Hold it up to the light."
-
-I did so, and saw a large "E" with a small "g," a "P," and a
-large "G" with a small "t" woven into the texture of the paper.
-
-"What do you make of that?" asked Holmes.
-
-"The name of the maker, no doubt; or his monogram, rather."
-
-"Not at all. The 'G' with the small 't' stands for
-'Gesellschaft,' which is the German for 'Company.' It is a
-customary contraction like our 'Co.' 'P,' of course, stands for
-'Papier.' Now for the 'Eg.' Let us glance at our Continental
-Gazetteer." He took down a heavy brown volume from his shelves.
-"Eglow, Eglonitz--here we are, Egria. It is in a German-speaking
-country--in Bohemia, not far from Carlsbad. 'Remarkable as being
-the scene of the death of Wallenstein, and for its numerous
-glass-factories and paper-mills.' Ha, ha, my boy, what do you
-make of that?" His eyes sparkled, and he sent up a great blue
-triumphant cloud from his cigarette.
-
-"The paper was made in Bohemia," I said.
-
-"Precisely. And the man who wrote the note is a German. Do you
-note the peculiar construction of the sentence--'This account of
-you we have from all quarters received.' A Frenchman or Russian
-could not have written that. It is the German who is so
-uncourteous to his verbs. It only remains, therefore, to discover
-what is wanted by this German who writes upon Bohemian paper and
-prefers wearing a mask to showing his face. And here he comes, if
-I am not mistaken, to resolve all our doubts."
-
-As he spoke there was the sharp sound of horses' hoofs and
-grating wheels against the curb, followed by a sharp pull at the
-bell. Holmes whistled.
-
-"A pair, by the sound," said he. "Yes," he continued, glancing
-out of the window. "A nice little brougham and a pair of
-beauties. A hundred and fifty guineas apiece. There's money in
-this case, Watson, if there is nothing else."
-
-"I think that I had better go, Holmes."
-
-"Not a bit, Doctor. Stay where you are. I am lost without my
-Boswell. And this promises to be interesting. It would be a pity
-to miss it."
-
-"But your client--"
-
-"Never mind him. I may want your help, and so may he. Here he
-comes. Sit down in that armchair, Doctor, and give us your best
-attention."
-
-A slow and heavy step, which had been heard upon the stairs and
-in the passage, paused immediately outside the door. Then there
-was a loud and authoritative tap.
-
-"Come in!" said Holmes.
-
-A man entered who could hardly have been less than six feet six
-inches in height, with the chest and limbs of a Hercules. His
-dress was rich with a richness which would, in England, be looked
-upon as akin to bad taste. Heavy bands of astrakhan were slashed
-across the sleeves and fronts of his double-breasted coat, while
-the deep blue cloak which was thrown over his shoulders was lined
-with flame-coloured silk and secured at the neck with a brooch
-which consisted of a single flaming beryl. Boots which extended
-halfway up his calves, and which were trimmed at the tops with
-rich brown fur, completed the impression of barbaric opulence
-which was suggested by his whole appearance. He carried a
-broad-brimmed hat in his hand, while he wore across the upper
-part of his face, extending down past the cheekbones, a black
-vizard mask, which he had apparently adjusted that very moment,
-for his hand was still raised to it as he entered. From the lower
-part of the face he appeared to be a man of strong character,
-with a thick, hanging lip, and a long, straight chin suggestive
-of resolution pushed to the length of obstinacy.
-
-"You had my note?" he asked with a deep harsh voice and a
-strongly marked German accent. "I told you that I would call." He
-looked from one to the other of us, as if uncertain which to
-address.
-
-"Pray take a seat," said Holmes. "This is my friend and
-colleague, Dr. Watson, who is occasionally good enough to help me
-in my cases. Whom have I the honour to address?"
-
-"You may address me as the Count Von Kramm, a Bohemian nobleman.
-I understand that this gentleman, your friend, is a man of honour
-and discretion, whom I may trust with a matter of the most
-extreme importance. If not, I should much prefer to communicate
-with you alone."
-
-I rose to go, but Holmes caught me by the wrist and pushed me
-back into my chair. "It is both, or none," said he. "You may say
-before this gentleman anything which you may say to me."
-
-The Count shrugged his broad shoulders. "Then I must begin," said
-he, "by binding you both to absolute secrecy for two years; at
-the end of that time the matter will be of no importance. At
-present it is not too much to say that it is of such weight it
-may have an influence upon European history."
-
-"I promise," said Holmes.
-
-"And I."
-
-"You will excuse this mask," continued our strange visitor. "The
-august person who employs me wishes his agent to be unknown to
-you, and I may confess at once that the title by which I have
-just called myself is not exactly my own."
-
-"I was aware of it," said Holmes dryly.
-
-"The circumstances are of great delicacy, and every precaution
-has to be taken to quench what might grow to be an immense
-scandal and seriously compromise one of the reigning families of
-Europe. To speak plainly, the matter implicates the great House
-of Ormstein, hereditary kings of Bohemia."
-
-"I was also aware of that," murmured Holmes, settling himself
-down in his armchair and closing his eyes.
-
-Our visitor glanced with some apparent surprise at the languid,
-lounging figure of the man who had been no doubt depicted to him
-as the most incisive reasoner and most energetic agent in Europe.
-Holmes slowly reopened his eyes and looked impatiently at his
-gigantic client.
-
-"If your Majesty would condescend to state your case," he
-remarked, "I should be better able to advise you."
-
-The man sprang from his chair and paced up and down the room in
-uncontrollable agitation. Then, with a gesture of desperation, he
-tore the mask from his face and hurled it upon the ground. "You
-are right," he cried; "I am the King. Why should I attempt to
-conceal it?"
-
-"Why, indeed?" murmured Holmes. "Your Majesty had not spoken
-before I was aware that I was addressing Wilhelm Gottsreich
-Sigismond von Ormstein, Grand Duke of Cassel-Felstein, and
-hereditary King of Bohemia."
-
-"But you can understand," said our strange visitor, sitting down
-once more and passing his hand over his high white forehead, "you
-can understand that I am not accustomed to doing such business in
-my own person. Yet the matter was so delicate that I could not
-confide it to an agent without putting myself in his power. I
-have come incognito from Prague for the purpose of consulting
-you."
-
-"Then, pray consult," said Holmes, shutting his eyes once more.
-
-"The facts are briefly these: Some five years ago, during a
-lengthy visit to Warsaw, I made the acquaintance of the well-known
-adventuress, Irene Adler. The name is no doubt familiar to you."
-
-"Kindly look her up in my index, Doctor," murmured Holmes without
-opening his eyes. For many years he had adopted a system of
-docketing all paragraphs concerning men and things, so that it
-was difficult to name a subject or a person on which he could not
-at once furnish information. In this case I found her biography
-sandwiched in between that of a Hebrew rabbi and that of a
-staff-commander who had written a monograph upon the deep-sea
-fishes.
-
-"Let me see!" said Holmes. "Hum! Born in New Jersey in the year
-1858. Contralto--hum! La Scala, hum! Prima donna Imperial Opera
-of Warsaw--yes! Retired from operatic stage--ha! Living in
-London--quite so! Your Majesty, as I understand, became entangled
-with this young person, wrote her some compromising letters, and
-is now desirous of getting those letters back."
-
-"Precisely so. But how--"
-
-"Was there a secret marriage?"
-
-"None."
-
-"No legal papers or certificates?"
-
-"None."
-
-"Then I fail to follow your Majesty. If this young person should
-produce her letters for blackmailing or other purposes, how is
-she to prove their authenticity?"
-
-"There is the writing."
-
-"Pooh, pooh! Forgery."
-
-"My private note-paper."
-
-"Stolen."
-
-"My own seal."
-
-"Imitated."
-
-"My photograph."
-
-"Bought."
-
-"We were both in the photograph."
-
-"Oh, dear! That is very bad! Your Majesty has indeed committed an
-indiscretion."
-
-"I was mad--insane."
-
-"You have compromised yourself seriously."
-
-"I was only Crown Prince then. I was young. I am but thirty now."
-
-"It must be recovered."
-
-"We have tried and failed."
-
-"Your Majesty must pay. It must be bought."
-
-"She will not sell."
-
-"Stolen, then."
-
-"Five attempts have been made. Twice burglars in my pay ransacked
-her house. Once we diverted her luggage when she travelled. Twice
-she has been waylaid. There has been no result."
-
-"No sign of it?"
-
-"Absolutely none."
-
-Holmes laughed. "It is quite a pretty little problem," said he.
-
-"But a very serious one to me," returned the King reproachfully.
-
-"Very, indeed. And what does she propose to do with the
-photograph?"
-
-"To ruin me."
-
-"But how?"
-
-"I am about to be married."
-
-"So I have heard."
-
-"To Clotilde Lothman von Saxe-Meningen, second daughter of the
-King of Scandinavia. You may know the strict principles of her
-family. She is herself the very soul of delicacy. A shadow of a
-doubt as to my conduct would bring the matter to an end."
-
-"And Irene Adler?"
-
-"Threatens to send them the photograph. And she will do it. I
-know that she will do it. You do not know her, but she has a soul
-of steel. She has the face of the most beautiful of women, and
-the mind of the most resolute of men. Rather than I should marry
-another woman, there are no lengths to which she would not
-go--none."
-
-"You are sure that she has not sent it yet?"
-
-"I am sure."
-
-"And why?"
-
-"Because she has said that she would send it on the day when the
-betrothal was publicly proclaimed. That will be next Monday."
-
-"Oh, then we have three days yet," said Holmes with a yawn. "That
-is very fortunate, as I have one or two matters of importance to
-look into just at present. Your Majesty will, of course, stay in
-London for the present?"
-
-"Certainly. You will find me at the Langham under the name of the
-Count Von Kramm."
-
-"Then I shall drop you a line to let you know how we progress."
-
-"Pray do so. I shall be all anxiety."
-
-"Then, as to money?"
-
-"You have carte blanche."
-
-"Absolutely?"
-
-"I tell you that I would give one of the provinces of my kingdom
-to have that photograph."
-
-"And for present expenses?"
-
-The King took a heavy chamois leather bag from under his cloak
-and laid it on the table.
-
-"There are three hundred pounds in gold and seven hundred in
-notes," he said.
-
-Holmes scribbled a receipt upon a sheet of his note-book and
-handed it to him.
-
-"And Mademoiselle's address?" he asked.
-
-"Is Briony Lodge, Serpentine Avenue, St. John's Wood."
-
-Holmes took a note of it. "One other question," said he. "Was the
-photograph a cabinet?"
-
-"It was."
-
-"Then, good-night, your Majesty, and I trust that we shall soon
-have some good news for you. And good-night, Watson," he added,
-as the wheels of the royal brougham rolled down the street. "If
-you will be good enough to call to-morrow afternoon at three
-o'clock I should like to chat this little matter over with you."
-
-
-II.
-
-At three o'clock precisely I was at Baker Street, but Holmes had
-not yet returned. The landlady informed me that he had left the
-house shortly after eight o'clock in the morning. I sat down
-beside the fire, however, with the intention of awaiting him,
-however long he might be. I was already deeply interested in his
-inquiry, for, though it was surrounded by none of the grim and
-strange features which were associated with the two crimes which
-I have already recorded, still, the nature of the case and the
-exalted station of his client gave it a character of its own.
-Indeed, apart from the nature of the investigation which my
-friend had on hand, there was something in his masterly grasp of
-a situation, and his keen, incisive reasoning, which made it a
-pleasure to me to study his system of work, and to follow the
-quick, subtle methods by which he disentangled the most
-inextricable mysteries. So accustomed was I to his invariable
-success that the very possibility of his failing had ceased to
-enter into my head.
-
-It was close upon four before the door opened, and a
-drunken-looking groom, ill-kempt and side-whiskered, with an
-inflamed face and disreputable clothes, walked into the room.
-Accustomed as I was to my friend's amazing powers in the use of
-disguises, I had to look three times before I was certain that it
-was indeed he. With a nod he vanished into the bedroom, whence he
-emerged in five minutes tweed-suited and respectable, as of old.
-Putting his hands into his pockets, he stretched out his legs in
-front of the fire and laughed heartily for some minutes.
-
-"Well, really!" he cried, and then he choked and laughed again
-until he was obliged to lie back, limp and helpless, in the
-chair.
-
-"What is it?"
-
-"It's quite too funny. I am sure you could never guess how I
-employed my morning, or what I ended by doing."
-
-"I can't imagine. I suppose that you have been watching the
-habits, and perhaps the house, of Miss Irene Adler."
-
-"Quite so; but the sequel was rather unusual. I will tell you,
-however. I left the house a little after eight o'clock this
-morning in the character of a groom out of work. There is a
-wonderful sympathy and freemasonry among horsey men. Be one of
-them, and you will know all that there is to know. I soon found
-Briony Lodge. It is a bijou villa, with a garden at the back, but
-built out in front right up to the road, two stories. Chubb lock
-to the door. Large sitting-room on the right side, well
-furnished, with long windows almost to the floor, and those
-preposterous English window fasteners which a child could open.
-Behind there was nothing remarkable, save that the passage window
-could be reached from the top of the coach-house. I walked round
-it and examined it closely from every point of view, but without
-noting anything else of interest.
-
-"I then lounged down the street and found, as I expected, that
-there was a mews in a lane which runs down by one wall of the
-garden. I lent the ostlers a hand in rubbing down their horses,
-and received in exchange twopence, a glass of half and half, two
-fills of shag tobacco, and as much information as I could desire
-about Miss Adler, to say nothing of half a dozen other people in
-the neighbourhood in whom I was not in the least interested, but
-whose biographies I was compelled to listen to."
-
-"And what of Irene Adler?" I asked.
-
-"Oh, she has turned all the men's heads down in that part. She is
-the daintiest thing under a bonnet on this planet. So say the
-Serpentine-mews, to a man. She lives quietly, sings at concerts,
-drives out at five every day, and returns at seven sharp for
-dinner. Seldom goes out at other times, except when she sings.
-Has only one male visitor, but a good deal of him. He is dark,
-handsome, and dashing, never calls less than once a day, and
-often twice. He is a Mr. Godfrey Norton, of the Inner Temple. See
-the advantages of a cabman as a confidant. They had driven him
-home a dozen times from Serpentine-mews, and knew all about him.
-When I had listened to all they had to tell, I began to walk up
-and down near Briony Lodge once more, and to think over my plan
-of campaign.
-
-"This Godfrey Norton was evidently an important factor in the
-matter. He was a lawyer. That sounded ominous. What was the
-relation between them, and what the object of his repeated
-visits? Was she his client, his friend, or his mistress? If the
-former, she had probably transferred the photograph to his
-keeping. If the latter, it was less likely. On the issue of this
-question depended whether I should continue my work at Briony
-Lodge, or turn my attention to the gentleman's chambers in the
-Temple. It was a delicate point, and it widened the field of my
-inquiry. I fear that I bore you with these details, but I have to
-let you see my little difficulties, if you are to understand the
-situation."
-
-"I am following you closely," I answered.
-
-"I was still balancing the matter in my mind when a hansom cab
-drove up to Briony Lodge, and a gentleman sprang out. He was a
-remarkably handsome man, dark, aquiline, and moustached--evidently
-the man of whom I had heard. He appeared to be in a
-great hurry, shouted to the cabman to wait, and brushed past the
-maid who opened the door with the air of a man who was thoroughly
-at home.
-
-"He was in the house about half an hour, and I could catch
-glimpses of him in the windows of the sitting-room, pacing up and
-down, talking excitedly, and waving his arms. Of her I could see
-nothing. Presently he emerged, looking even more flurried than
-before. As he stepped up to the cab, he pulled a gold watch from
-his pocket and looked at it earnestly, 'Drive like the devil,' he
-shouted, 'first to Gross & Hankey's in Regent Street, and then to
-the Church of St. Monica in the Edgeware Road. Half a guinea if
-you do it in twenty minutes!'
-
-"Away they went, and I was just wondering whether I should not do
-well to follow them when up the lane came a neat little landau,
-the coachman with his coat only half-buttoned, and his tie under
-his ear, while all the tags of his harness were sticking out of
-the buckles. It hadn't pulled up before she shot out of the hall
-door and into it. I only caught a glimpse of her at the moment,
-but she was a lovely woman, with a face that a man might die for.
-
-"'The Church of St. Monica, John,' she cried, 'and half a
-sovereign if you reach it in twenty minutes.'
-
-"This was quite too good to lose, Watson. I was just balancing
-whether I should run for it, or whether I should perch behind her
-landau when a cab came through the street. The driver looked
-twice at such a shabby fare, but I jumped in before he could
-object. 'The Church of St. Monica,' said I, 'and half a sovereign
-if you reach it in twenty minutes.' It was twenty-five minutes to
-twelve, and of course it was clear enough what was in the wind.
-
-"My cabby drove fast. I don't think I ever drove faster, but the
-others were there before us. The cab and the landau with their
-steaming horses were in front of the door when I arrived. I paid
-the man and hurried into the church. There was not a soul there
-save the two whom I had followed and a surpliced clergyman, who
-seemed to be expostulating with them. They were all three
-standing in a knot in front of the altar. I lounged up the side
-aisle like any other idler who has dropped into a church.
-Suddenly, to my surprise, the three at the altar faced round to
-me, and Godfrey Norton came running as hard as he could towards
-me.
-
-"'Thank God,' he cried. 'You'll do. Come! Come!'
-
-"'What then?' I asked.
-
-"'Come, man, come, only three minutes, or it won't be legal.'
-
-"I was half-dragged up to the altar, and before I knew where I was
-I found myself mumbling responses which were whispered in my ear,
-and vouching for things of which I knew nothing, and generally
-assisting in the secure tying up of Irene Adler, spinster, to
-Godfrey Norton, bachelor. It was all done in an instant, and
-there was the gentleman thanking me on the one side and the lady
-on the other, while the clergyman beamed on me in front. It was
-the most preposterous position in which I ever found myself in my
-life, and it was the thought of it that started me laughing just
-now. It seems that there had been some informality about their
-license, that the clergyman absolutely refused to marry them
-without a witness of some sort, and that my lucky appearance
-saved the bridegroom from having to sally out into the streets in
-search of a best man. The bride gave me a sovereign, and I mean
-to wear it on my watch-chain in memory of the occasion."
-
-"This is a very unexpected turn of affairs," said I; "and what
-then?"
-
-"Well, I found my plans very seriously menaced. It looked as if
-the pair might take an immediate departure, and so necessitate
-very prompt and energetic measures on my part. At the church
-door, however, they separated, he driving back to the Temple, and
-she to her own house. 'I shall drive out in the park at five as
-usual,' she said as she left him. I heard no more. They drove
-away in different directions, and I went off to make my own
-arrangements."
-
-"Which are?"
-
-"Some cold beef and a glass of beer," he answered, ringing the
-bell. "I have been too busy to think of food, and I am likely to
-be busier still this evening. By the way, Doctor, I shall want
-your co-operation."
-
-"I shall be delighted."
-
-"You don't mind breaking the law?"
-
-"Not in the least."
-
-"Nor running a chance of arrest?"
-
-"Not in a good cause."
-
-"Oh, the cause is excellent!"
-
-"Then I am your man."
-
-"I was sure that I might rely on you."
-
-"But what is it you wish?"
-
-"When Mrs. Turner has brought in the tray I will make it clear to
-you. Now," he said as he turned hungrily on the simple fare that
-our landlady had provided, "I must discuss it while I eat, for I
-have not much time. It is nearly five now. In two hours we must
-be on the scene of action. Miss Irene, or Madame, rather, returns
-from her drive at seven. We must be at Briony Lodge to meet her."
-
-"And what then?"
-
-"You must leave that to me. I have already arranged what is to
-occur. There is only one point on which I must insist. You must
-not interfere, come what may. You understand?"
-
-"I am to be neutral?"
-
-"To do nothing whatever. There will probably be some small
-unpleasantness. Do not join in it. It will end in my being
-conveyed into the house. Four or five minutes afterwards the
-sitting-room window will open. You are to station yourself close
-to that open window."
-
-"Yes."
-
-"You are to watch me, for I will be visible to you."
-
-"Yes."
-
-"And when I raise my hand--so--you will throw into the room what
-I give you to throw, and will, at the same time, raise the cry of
-fire. You quite follow me?"
-
-"Entirely."
-
-"It is nothing very formidable," he said, taking a long cigar-shaped
-roll from his pocket. "It is an ordinary plumber's smoke-rocket,
-fitted with a cap at either end to make it self-lighting.
-Your task is confined to that. When you raise your cry of fire,
-it will be taken up by quite a number of people. You may then
-walk to the end of the street, and I will rejoin you in ten
-minutes. I hope that I have made myself clear?"
-
-"I am to remain neutral, to get near the window, to watch you,
-and at the signal to throw in this object, then to raise the cry
-of fire, and to wait you at the corner of the street."
-
-"Precisely."
-
-"Then you may entirely rely on me."
-
-"That is excellent. I think, perhaps, it is almost time that I
-prepare for the new role I have to play."
-
-He disappeared into his bedroom and returned in a few minutes in
-the character of an amiable and simple-minded Nonconformist
-clergyman. His broad black hat, his baggy trousers, his white
-tie, his sympathetic smile, and general look of peering and
-benevolent curiosity were such as Mr. John Hare alone could have
-equalled. It was not merely that Holmes changed his costume. His
-expression, his manner, his very soul seemed to vary with every
-fresh part that he assumed. The stage lost a fine actor, even as
-science lost an acute reasoner, when he became a specialist in
-crime.
-
-It was a quarter past six when we left Baker Street, and it still
-wanted ten minutes to the hour when we found ourselves in
-Serpentine Avenue. It was already dusk, and the lamps were just
-being lighted as we paced up and down in front of Briony Lodge,
-waiting for the coming of its occupant. The house was just such
-as I had pictured it from Sherlock Holmes' succinct description,
-but the locality appeared to be less private than I expected. On
-the contrary, for a small street in a quiet neighbourhood, it was
-remarkably animated. There was a group of shabbily dressed men
-smoking and laughing in a corner, a scissors-grinder with his
-wheel, two guardsmen who were flirting with a nurse-girl, and
-several well-dressed young men who were lounging up and down with
-cigars in their mouths.
-
-"You see," remarked Holmes, as we paced to and fro in front of
-the house, "this marriage rather simplifies matters. The
-photograph becomes a double-edged weapon now. The chances are
-that she would be as averse to its being seen by Mr. Godfrey
-Norton, as our client is to its coming to the eyes of his
-princess. Now the question is, Where are we to find the
-photograph?"
-
-"Where, indeed?"
-
-"It is most unlikely that she carries it about with her. It is
-cabinet size. Too large for easy concealment about a woman's
-dress. She knows that the King is capable of having her waylaid
-and searched. Two attempts of the sort have already been made. We
-may take it, then, that she does not carry it about with her."
-
-"Where, then?"
-
-"Her banker or her lawyer. There is that double possibility. But
-I am inclined to think neither. Women are naturally secretive,
-and they like to do their own secreting. Why should she hand it
-over to anyone else? She could trust her own guardianship, but
-she could not tell what indirect or political influence might be
-brought to bear upon a business man. Besides, remember that she
-had resolved to use it within a few days. It must be where she
-can lay her hands upon it. It must be in her own house."
-
-"But it has twice been burgled."
-
-"Pshaw! They did not know how to look."
-
-"But how will you look?"
-
-"I will not look."
-
-"What then?"
-
-"I will get her to show me."
-
-"But she will refuse."
-
-"She will not be able to. But I hear the rumble of wheels. It is
-her carriage. Now carry out my orders to the letter."
-
-As he spoke the gleam of the side-lights of a carriage came round
-the curve of the avenue. It was a smart little landau which
-rattled up to the door of Briony Lodge. As it pulled up, one of
-the loafing men at the corner dashed forward to open the door in
-the hope of earning a copper, but was elbowed away by another
-loafer, who had rushed up with the same intention. A fierce
-quarrel broke out, which was increased by the two guardsmen, who
-took sides with one of the loungers, and by the scissors-grinder,
-who was equally hot upon the other side. A blow was struck, and
-in an instant the lady, who had stepped from her carriage, was
-the centre of a little knot of flushed and struggling men, who
-struck savagely at each other with their fists and sticks. Holmes
-dashed into the crowd to protect the lady; but just as he reached
-her he gave a cry and dropped to the ground, with the blood
-running freely down his face. At his fall the guardsmen took to
-their heels in one direction and the loungers in the other, while
-a number of better-dressed people, who had watched the scuffle
-without taking part in it, crowded in to help the lady and to
-attend to the injured man. Irene Adler, as I will still call her,
-had hurried up the steps; but she stood at the top with her
-superb figure outlined against the lights of the hall, looking
-back into the street.
-
-"Is the poor gentleman much hurt?" she asked.
-
-"He is dead," cried several voices.
-
-"No, no, there's life in him!" shouted another. "But he'll be
-gone before you can get him to hospital."
-
-"He's a brave fellow," said a woman. "They would have had the
-lady's purse and watch if it hadn't been for him. They were a
-gang, and a rough one, too. Ah, he's breathing now."
-
-"He can't lie in the street. May we bring him in, marm?"
-
-"Surely. Bring him into the sitting-room. There is a comfortable
-sofa. This way, please!"
-
-Slowly and solemnly he was borne into Briony Lodge and laid out
-in the principal room, while I still observed the proceedings
-from my post by the window. The lamps had been lit, but the
-blinds had not been drawn, so that I could see Holmes as he lay
-upon the couch. I do not know whether he was seized with
-compunction at that moment for the part he was playing, but I
-know that I never felt more heartily ashamed of myself in my life
-than when I saw the beautiful creature against whom I was
-conspiring, or the grace and kindliness with which she waited
-upon the injured man. And yet it would be the blackest treachery
-to Holmes to draw back now from the part which he had intrusted
-to me. I hardened my heart, and took the smoke-rocket from under
-my ulster. After all, I thought, we are not injuring her. We are
-but preventing her from injuring another.
-
-Holmes had sat up upon the couch, and I saw him motion like a man
-who is in need of air. A maid rushed across and threw open the
-window. At the same instant I saw him raise his hand and at the
-signal I tossed my rocket into the room with a cry of "Fire!" The
-word was no sooner out of my mouth than the whole crowd of
-spectators, well dressed and ill--gentlemen, ostlers, and
-servant-maids--joined in a general shriek of "Fire!" Thick clouds
-of smoke curled through the room and out at the open window. I
-caught a glimpse of rushing figures, and a moment later the voice
-of Holmes from within assuring them that it was a false alarm.
-Slipping through the shouting crowd I made my way to the corner
-of the street, and in ten minutes was rejoiced to find my
-friend's arm in mine, and to get away from the scene of uproar.
-He walked swiftly and in silence for some few minutes until we
-had turned down one of the quiet streets which lead towards the
-Edgeware Road.
-
-"You did it very nicely, Doctor," he remarked. "Nothing could
-have been better. It is all right."
-
-"You have the photograph?"
-
-"I know where it is."
-
-"And how did you find out?"
-
-"She showed me, as I told you she would."
-
-"I am still in the dark."
-
-"I do not wish to make a mystery," said he, laughing. "The matter
-was perfectly simple. You, of course, saw that everyone in the
-street was an accomplice. They were all engaged for the evening."
-
-"I guessed as much."
-
-"Then, when the row broke out, I had a little moist red paint in
-the palm of my hand. I rushed forward, fell down, clapped my hand
-to my face, and became a piteous spectacle. It is an old trick."
-
-"That also I could fathom."
-
-"Then they carried me in. She was bound to have me in. What else
-could she do? And into her sitting-room, which was the very room
-which I suspected. It lay between that and her bedroom, and I was
-determined to see which. They laid me on a couch, I motioned for
-air, they were compelled to open the window, and you had your
-chance."
-
-"How did that help you?"
-
-"It was all-important. When a woman thinks that her house is on
-fire, her instinct is at once to rush to the thing which she
-values most. It is a perfectly overpowering impulse, and I have
-more than once taken advantage of it. In the case of the
-Darlington substitution scandal it was of use to me, and also in
-the Arnsworth Castle business. A married woman grabs at her baby;
-an unmarried one reaches for her jewel-box. Now it was clear to
-me that our lady of to-day had nothing in the house more precious
-to her than what we are in quest of. She would rush to secure it.
-The alarm of fire was admirably done. The smoke and shouting were
-enough to shake nerves of steel. She responded beautifully. The
-photograph is in a recess behind a sliding panel just above the
-right bell-pull. She was there in an instant, and I caught a
-glimpse of it as she half-drew it out. When I cried out that it
-was a false alarm, she replaced it, glanced at the rocket, rushed
-from the room, and I have not seen her since. I rose, and, making
-my excuses, escaped from the house. I hesitated whether to
-attempt to secure the photograph at once; but the coachman had
-come in, and as he was watching me narrowly it seemed safer to
-wait. A little over-precipitance may ruin all."
-
-"And now?" I asked.
-
-"Our quest is practically finished. I shall call with the King
-to-morrow, and with you, if you care to come with us. We will be
-shown into the sitting-room to wait for the lady, but it is
-probable that when she comes she may find neither us nor the
-photograph. It might be a satisfaction to his Majesty to regain
-it with his own hands."
-
-"And when will you call?"
-
-"At eight in the morning. She will not be up, so that we shall
-have a clear field. Besides, we must be prompt, for this marriage
-may mean a complete change in her life and habits. I must wire to
-the King without delay."
-
-We had reached Baker Street and had stopped at the door. He was
-searching his pockets for the key when someone passing said:
-
-"Good-night, Mister Sherlock Holmes."
-
-There were several people on the pavement at the time, but the
-greeting appeared to come from a slim youth in an ulster who had
-hurried by.
-
-"I've heard that voice before," said Holmes, staring down the
-dimly lit street. "Now, I wonder who the deuce that could have
-been."
-
-
-III.
-
-I slept at Baker Street that night, and we were engaged upon our
-toast and coffee in the morning when the King of Bohemia rushed
-into the room.
-
-"You have really got it!" he cried, grasping Sherlock Holmes by
-either shoulder and looking eagerly into his face.
-
-"Not yet."
-
-"But you have hopes?"
-
-"I have hopes."
-
-"Then, come. I am all impatience to be gone."
-
-"We must have a cab."
-
-"No, my brougham is waiting."
-
-"Then that will simplify matters." We descended and started off
-once more for Briony Lodge.
-
-"Irene Adler is married," remarked Holmes.
-
-"Married! When?"
-
-"Yesterday."
-
-"But to whom?"
-
-"To an English lawyer named Norton."
-
-"But she could not love him."
-
-"I am in hopes that she does."
-
-"And why in hopes?"
-
-"Because it would spare your Majesty all fear of future
-annoyance. If the lady loves her husband, she does not love your
-Majesty. If she does not love your Majesty, there is no reason
-why she should interfere with your Majesty's plan."
-
-"It is true. And yet--Well! I wish she had been of my own
-station! What a queen she would have made!" He relapsed into a
-moody silence, which was not broken until we drew up in
-Serpentine Avenue.
-
-The door of Briony Lodge was open, and an elderly woman stood
-upon the steps. She watched us with a sardonic eye as we stepped
-from the brougham.
-
-"Mr. Sherlock Holmes, I believe?" said she.
-
-"I am Mr. Holmes," answered my companion, looking at her with a
-questioning and rather startled gaze.
-
-"Indeed! My mistress told me that you were likely to call. She
-left this morning with her husband by the 5:15 train from Charing
-Cross for the Continent."
-
-"What!" Sherlock Holmes staggered back, white with chagrin and
-surprise. "Do you mean that she has left England?"
-
-"Never to return."
-
-"And the papers?" asked the King hoarsely. "All is lost."
-
-"We shall see." He pushed past the servant and rushed into the
-drawing-room, followed by the King and myself. The furniture was
-scattered about in every direction, with dismantled shelves and
-open drawers, as if the lady had hurriedly ransacked them before
-her flight. Holmes rushed at the bell-pull, tore back a small
-sliding shutter, and, plunging in his hand, pulled out a
-photograph and a letter. The photograph was of Irene Adler
-herself in evening dress, the letter was superscribed to
-"Sherlock Holmes, Esq. To be left till called for." My friend
-tore it open and we all three read it together. It was dated at
-midnight of the preceding night and ran in this way:
-
-"MY DEAR MR. SHERLOCK HOLMES,--You really did it very well. You
-took me in completely. Until after the alarm of fire, I had not a
-suspicion. But then, when I found how I had betrayed myself, I
-began to think. I had been warned against you months ago. I had
-been told that if the King employed an agent it would certainly
-be you. And your address had been given me. Yet, with all this,
-you made me reveal what you wanted to know. Even after I became
-suspicious, I found it hard to think evil of such a dear, kind
-old clergyman. But, you know, I have been trained as an actress
-myself. Male costume is nothing new to me. I often take advantage
-of the freedom which it gives. I sent John, the coachman, to
-watch you, ran up stairs, got into my walking-clothes, as I call
-them, and came down just as you departed.
-
-"Well, I followed you to your door, and so made sure that I was
-really an object of interest to the celebrated Mr. Sherlock
-Holmes. Then I, rather imprudently, wished you good-night, and
-started for the Temple to see my husband.
-
-"We both thought the best resource was flight, when pursued by
-so formidable an antagonist; so you will find the nest empty when
-you call to-morrow. As to the photograph, your client may rest in
-peace. I love and am loved by a better man than he. The King may
-do what he will without hindrance from one whom he has cruelly
-wronged. I keep it only to safeguard myself, and to preserve a
-weapon which will always secure me from any steps which he might
-take in the future. I leave a photograph which he might care to
-possess; and I remain, dear Mr. Sherlock Holmes,
-
-                                      "Very truly yours,
-                                   "IRENE NORTON, née ADLER."
-
-"What a woman--oh, what a woman!" cried the King of Bohemia, when
-we had all three read this epistle. "Did I not tell you how quick
-and resolute she was? Would she not have made an admirable queen?
-Is it not a pity that she was not on my level?"
-
-"From what I have seen of the lady she seems indeed to be on a
-very different level to your Majesty," said Holmes coldly. "I am
-sorry that I have not been able to bring your Majesty's business
-to a more successful conclusion."
-
-"On the contrary, my dear sir," cried the King; "nothing could be
-more successful. I know that her word is inviolate. The
-photograph is now as safe as if it were in the fire."
-
-"I am glad to hear your Majesty say so."
-
-"I am immensely indebted to you. Pray tell me in what way I can
-reward you. This ring--" He slipped an emerald snake ring from
-his finger and held it out upon the palm of his hand.
-
-"Your Majesty has something which I should value even more
-highly," said Holmes.
-
-"You have but to name it."
-
-"This photograph!"
-
-The King stared at him in amazement.
-
-"Irene's photograph!" he cried. "Certainly, if you wish it."
-
-"I thank your Majesty. Then there is no more to be done in the
-matter. I have the honour to wish you a very good-morning." He
-bowed, and, turning away without observing the hand which the
-King had stretched out to him, he set off in my company for his
-chambers.
-
-And that was how a great scandal threatened to affect the kingdom
-of Bohemia, and how the best plans of Mr. Sherlock Holmes were
-beaten by a woman's wit. He used to make merry over the
-cleverness of women, but I have not heard him do it of late. And
-when he speaks of Irene Adler, or when he refers to her
-photograph, it is always under the honourable title of the woman.
-
-
-
-ADVENTURE II. THE RED-HEADED LEAGUE
-
-I had called upon my friend, Mr. Sherlock Holmes, one day in the
-autumn of last year and found him in deep conversation with a
-very stout, florid-faced, elderly gentleman with fiery red hair.
-With an apology for my intrusion, I was about to withdraw when
-Holmes pulled me abruptly into the room and closed the door
-behind me.
-
-"You could not possibly have come at a better time, my dear
-Watson," he said cordially.
-
-"I was afraid that you were engaged."
-
-"So I am. Very much so."
-
-"Then I can wait in the next room."
-
-"Not at all. This gentleman, Mr. Wilson, has been my partner and
-helper in many of my most successful cases, and I have no
-doubt that he will be of the utmost use to me in yours also."
-
-The stout gentleman half rose from his chair and gave a bob of
-greeting, with a quick little questioning glance from his small
-fat-encircled eyes.
-
-"Try the settee," said Holmes, relapsing into his armchair and
-putting his fingertips together, as was his custom when in
-judicial moods. "I know, my dear Watson, that you share my love
-of all that is bizarre and outside the conventions and humdrum
-routine of everyday life. You have shown your relish for it by
-the enthusiasm which has prompted you to chronicle, and, if you
-will excuse my saying so, somewhat to embellish so many of my own
-little adventures."
-
-"Your cases have indeed been of the greatest interest to me," I
-observed.
-
-"You will remember that I remarked the other day, just before we
-went into the very simple problem presented by Miss Mary
-Sutherland, that for strange effects and extraordinary
-combinations we must go to life itself, which is always far more
-daring than any effort of the imagination."
-
-"A proposition which I took the liberty of doubting."
-
-"You did, Doctor, but none the less you must come round to my
-view, for otherwise I shall keep on piling fact upon fact on you
-until your reason breaks down under them and acknowledges me to
-be right. Now, Mr. Jabez Wilson here has been good enough to call
-upon me this morning, and to begin a narrative which promises to
-be one of the most singular which I have listened to for some
-time. You have heard me remark that the strangest and most unique
-things are very often connected not with the larger but with the
-smaller crimes, and occasionally, indeed, where there is room for
-doubt whether any positive crime has been committed. As far as I
-have heard it is impossible for me to say whether the present
-case is an instance of crime or not, but the course of events is
-certainly among the most singular that I have ever listened to.
-Perhaps, Mr. Wilson, you would have the great kindness to
-recommence your narrative. I ask you not merely because my friend
-Dr. Watson has not heard the opening part but also because the
-peculiar nature of the story makes me anxious to have every
-possible detail from your lips. As a rule, when I have heard some
-slight indication of the course of events, I am able to guide
-myself by the thousands of other similar cases which occur to my
-memory. In the present instance I am forced to admit that the
-facts are, to the best of my belief, unique."
-
-The portly client puffed out his chest with an appearance of some
-little pride and pulled a dirty and wrinkled newspaper from the
-inside pocket of his greatcoat. As he glanced down the
-advertisement column, with his head thrust forward and the paper
-flattened out upon his knee, I took a good look at the man and
-endeavoured, after the fashion of my companion, to read the
-indications which might be presented by his dress or appearance.
-
-I did not gain very much, however, by my inspection. Our visitor
-bore every mark of being an average commonplace British
-tradesman, obese, pompous, and slow. He wore rather baggy grey
-shepherd's check trousers, a not over-clean black frock-coat,
-unbuttoned in the front, and a drab waistcoat with a heavy brassy
-Albert chain, and a square pierced bit of metal dangling down as
-an ornament. A frayed top-hat and a faded brown overcoat with a
-wrinkled velvet collar lay upon a chair beside him. Altogether,
-look as I would, there was nothing remarkable about the man save
-his blazing red head, and the expression of extreme chagrin and
-discontent upon his features.
-
-Sherlock Holmes' quick eye took in my occupation, and he shook
-his head with a smile as he noticed my questioning glances.
-"Beyond the obvious facts that he has at some time done manual
-labour, that he takes snuff, that he is a Freemason, that he has
-been in China, and that he has done a considerable amount of
-writing lately, I can deduce nothing else."
-
-Mr. Jabez Wilson started up in his chair, with his forefinger
-upon the paper, but his eyes upon my companion.
-
-"How, in the name of good-fortune, did you know all that, Mr.
-Holmes?" he asked. "How did you know, for example, that I did
-manual labour. It's as true as gospel, for I began as a ship's
-carpenter."
-
-"Your hands, my dear sir. Your right hand is quite a size larger
-than your left. You have worked with it, and the muscles are more
-developed."
-
-"Well, the snuff, then, and the Freemasonry?"
-
-"I won't insult your intelligence by telling you how I read that,
-especially as, rather against the strict rules of your order, you
-use an arc-and-compass breastpin."
-
-"Ah, of course, I forgot that. But the writing?"
-
-"What else can be indicated by that right cuff so very shiny for
-five inches, and the left one with the smooth patch near the
-elbow where you rest it upon the desk?"
-
-"Well, but China?"
-
-"The fish that you have tattooed immediately above your right
-wrist could only have been done in China. I have made a small
-study of tattoo marks and have even contributed to the literature
-of the subject. That trick of staining the fishes' scales of a
-delicate pink is quite peculiar to China. When, in addition, I
-see a Chinese coin hanging from your watch-chain, the matter
-becomes even more simple."
-
-Mr. Jabez Wilson laughed heavily. "Well, I never!" said he. "I
-thought at first that you had done something clever, but I see
-that there was nothing in it, after all."
-
-"I begin to think, Watson," said Holmes, "that I make a mistake
-in explaining. 'Omne ignotum pro magnifico,' you know, and my
-poor little reputation, such as it is, will suffer shipwreck if I
-am so candid. Can you not find the advertisement, Mr. Wilson?"
-
-"Yes, I have got it now," he answered with his thick red finger
-planted halfway down the column. "Here it is. This is what began
-it all. You just read it for yourself, sir."
-
-I took the paper from him and read as follows:
-
-"TO THE RED-HEADED LEAGUE: On account of the bequest of the late
-Ezekiah Hopkins, of Lebanon, Pennsylvania, U. S. A., there is now
-another vacancy open which entitles a member of the League to a
-salary of 4 pounds a week for purely nominal services. All
-red-headed men who are sound in body and mind and above the age
-of twenty-one years, are eligible. Apply in person on Monday, at
-eleven o'clock, to Duncan Ross, at the offices of the League, 7
-Pope's Court, Fleet Street."
-
-"What on earth does this mean?" I ejaculated after I had twice
-read over the extraordinary announcement.
-
-Holmes chuckled and wriggled in his chair, as was his habit when
-in high spirits. "It is a little off the beaten track, isn't it?"
-said he. "And now, Mr. Wilson, off you go at scratch and tell us
-all about yourself, your household, and the effect which this
-advertisement had upon your fortunes. You will first make a note,
-Doctor, of the paper and the date."
-
-"It is The Morning Chronicle of April 27, 1890. Just two months
-ago."
-
-"Very good. Now, Mr. Wilson?"
-
-"Well, it is just as I have been telling you, Mr. Sherlock
-Holmes," said Jabez Wilson, mopping his forehead; "I have a small
-pawnbroker's business at Coburg Square, near the City. It's not a
-very large affair, and of late years it has not done more than
-just give me a living. I used to be able to keep two assistants,
-but now I only keep one; and I would have a job to pay him but
-that he is willing to come for half wages so as to learn the
-business."
-
-"What is the name of this obliging youth?" asked Sherlock Holmes.
-
-"His name is Vincent Spaulding, and he's not such a youth,
-either. It's hard to say his age. I should not wish a smarter
-assistant, Mr. Holmes; and I know very well that he could better
-himself and earn twice what I am able to give him. But, after
-all, if he is satisfied, why should I put ideas in his head?"
-
-"Why, indeed? You seem most fortunate in having an employé who
-comes under the full market price. It is not a common experience
-among employers in this age. I don't know that your assistant is
-not as remarkable as your advertisement."
-
-"Oh, he has his faults, too," said Mr. Wilson. "Never was such a
-fellow for photography. Snapping away with a camera when he ought
-to be improving his mind, and then diving down into the cellar
-like a rabbit into its hole to develop his pictures. That is his
-main fault, but on the whole he's a good worker. There's no vice
-in him."
-
-"He is still with you, I presume?"
-
-"Yes, sir. He and a girl of fourteen, who does a bit of simple
-cooking and keeps the place clean--that's all I have in the
-house, for I am a widower and never had any family. We live very
-quietly, sir, the three of us; and we keep a roof over our heads
-and pay our debts, if we do nothing more.
-
-"The first thing that put us out was that advertisement.
-Spaulding, he came down into the office just this day eight
-weeks, with this very paper in his hand, and he says:
-
-"'I wish to the Lord, Mr. Wilson, that I was a red-headed man.'
-
-"'Why that?' I asks.
-
-"'Why,' says he, 'here's another vacancy on the League of the
-Red-headed Men. It's worth quite a little fortune to any man who
-gets it, and I understand that there are more vacancies than
-there are men, so that the trustees are at their wits' end what
-to do with the money. If my hair would only change colour, here's
-a nice little crib all ready for me to step into.'
-
-"'Why, what is it, then?' I asked. You see, Mr. Holmes, I am a
-very stay-at-home man, and as my business came to me instead of
-my having to go to it, I was often weeks on end without putting
-my foot over the door-mat. In that way I didn't know much of what
-was going on outside, and I was always glad of a bit of news.
-
-"'Have you never heard of the League of the Red-headed Men?' he
-asked with his eyes open.
-
-"'Never.'
-
-"'Why, I wonder at that, for you are eligible yourself for one
-of the vacancies.'
-
-"'And what are they worth?' I asked.
-
-"'Oh, merely a couple of hundred a year, but the work is slight,
-and it need not interfere very much with one's other
-occupations.'
-
-"Well, you can easily think that that made me prick up my ears,
-for the business has not been over-good for some years, and an
-extra couple of hundred would have been very handy.
-
-"'Tell me all about it,' said I.
-
-"'Well,' said he, showing me the advertisement, 'you can see for
-yourself that the League has a vacancy, and there is the address
-where you should apply for particulars. As far as I can make out,
-the League was founded by an American millionaire, Ezekiah
-Hopkins, who was very peculiar in his ways. He was himself
-red-headed, and he had a great sympathy for all red-headed men;
-so when he died it was found that he had left his enormous
-fortune in the hands of trustees, with instructions to apply the
-interest to the providing of easy berths to men whose hair is of
-that colour. From all I hear it is splendid pay and very little to
-do.'
-
-"'But,' said I, 'there would be millions of red-headed men who
-would apply.'
-
-"'Not so many as you might think,' he answered. 'You see it is
-really confined to Londoners, and to grown men. This American had
-started from London when he was young, and he wanted to do the
-old town a good turn. Then, again, I have heard it is no use your
-applying if your hair is light red, or dark red, or anything but
-real bright, blazing, fiery red. Now, if you cared to apply, Mr.
-Wilson, you would just walk in; but perhaps it would hardly be
-worth your while to put yourself out of the way for the sake of a
-few hundred pounds.'
-
-"Now, it is a fact, gentlemen, as you may see for yourselves,
-that my hair is of a very full and rich tint, so that it seemed
-to me that if there was to be any competition in the matter I
-stood as good a chance as any man that I had ever met. Vincent
-Spaulding seemed to know so much about it that I thought he might
-prove useful, so I just ordered him to put up the shutters for
-the day and to come right away with me. He was very willing to
-have a holiday, so we shut the business up and started off for
-the address that was given us in the advertisement.
-
-"I never hope to see such a sight as that again, Mr. Holmes. From
-north, south, east, and west every man who had a shade of red in
-his hair had tramped into the city to answer the advertisement.
-Fleet Street was choked with red-headed folk, and Pope's Court
-looked like a coster's orange barrow. I should not have thought
-there were so many in the whole country as were brought together
-by that single advertisement. Every shade of colour they
-were--straw, lemon, orange, brick, Irish-setter, liver, clay;
-but, as Spaulding said, there were not many who had the real
-vivid flame-coloured tint. When I saw how many were waiting, I
-would have given it up in despair; but Spaulding would not hear
-of it. How he did it I could not imagine, but he pushed and
-pulled and butted until he got me through the crowd, and right up
-to the steps which led to the office. There was a double stream
-upon the stair, some going up in hope, and some coming back
-dejected; but we wedged in as well as we could and soon found
-ourselves in the office."
-
-"Your experience has been a most entertaining one," remarked
-Holmes as his client paused and refreshed his memory with a huge
-pinch of snuff. "Pray continue your very interesting statement."
-
-"There was nothing in the office but a couple of wooden chairs
-and a deal table, behind which sat a small man with a head that
-was even redder than mine. He said a few words to each candidate
-as he came up, and then he always managed to find some fault in
-them which would disqualify them. Getting a vacancy did not seem
-to be such a very easy matter, after all. However, when our turn
-came the little man was much more favourable to me than to any of
-the others, and he closed the door as we entered, so that he
-might have a private word with us.
-
-"'This is Mr. Jabez Wilson,' said my assistant, 'and he is
-willing to fill a vacancy in the League.'
-
-"'And he is admirably suited for it,' the other answered. 'He has
-every requirement. I cannot recall when I have seen anything so
-fine.' He took a step backward, cocked his head on one side, and
-gazed at my hair until I felt quite bashful. Then suddenly he
-plunged forward, wrung my hand, and congratulated me warmly on my
-success.
-
-"'It would be injustice to hesitate,' said he. 'You will,
-however, I am sure, excuse me for taking an obvious precaution.'
-With that he seized my hair in both his hands, and tugged until I
-yelled with the pain. 'There is water in your eyes,' said he as
-he released me. 'I perceive that all is as it should be. But we
-have to be careful, for we have twice been deceived by wigs and
-once by paint. I could tell you tales of cobbler's wax which
-would disgust you with human nature.' He stepped over to the
-window and shouted through it at the top of his voice that the
-vacancy was filled. A groan of disappointment came up from below,
-and the folk all trooped away in different directions until there
-was not a red-head to be seen except my own and that of the
-manager.
-
-"'My name,' said he, 'is Mr. Duncan Ross, and I am myself one of
-the pensioners upon the fund left by our noble benefactor. Are
-you a married man, Mr. Wilson? Have you a family?'
-
-"I answered that I had not.
-
-"His face fell immediately.
-
-"'Dear me!' he said gravely, 'that is very serious indeed! I am
-sorry to hear you say that. The fund was, of course, for the
-propagation and spread of the red-heads as well as for their
-maintenance. It is exceedingly unfortunate that you should be a
-bachelor.'
-
-"My face lengthened at this, Mr. Holmes, for I thought that I was
-not to have the vacancy after all; but after thinking it over for
-a few minutes he said that it would be all right.
-
-"'In the case of another,' said he, 'the objection might be
-fatal, but we must stretch a point in favour of a man with such a
-head of hair as yours. When shall you be able to enter upon your
-new duties?'
-
-"'Well, it is a little awkward, for I have a business already,'
-said I.
-
-"'Oh, never mind about that, Mr. Wilson!' said Vincent Spaulding.
-'I should be able to look after that for you.'
-
-"'What would be the hours?' I asked.
-
-"'Ten to two.'
-
-"Now a pawnbroker's business is mostly done of an evening, Mr.
-Holmes, especially Thursday and Friday evening, which is just
-before pay-day; so it would suit me very well to earn a little in
-the mornings. Besides, I knew that my assistant was a good man,
-and that he would see to anything that turned up.
-
-"'That would suit me very well,' said I. 'And the pay?'
-
-"'Is 4 pounds a week.'
-
-"'And the work?'
-
-"'Is purely nominal.'
-
-"'What do you call purely nominal?'
-
-"'Well, you have to be in the office, or at least in the
-building, the whole time. If you leave, you forfeit your whole
-position forever. The will is very clear upon that point. You
-don't comply with the conditions if you budge from the office
-during that time.'
-
-"'It's only four hours a day, and I should not think of leaving,'
-said I.
-
-"'No excuse will avail,' said Mr. Duncan Ross; 'neither sickness
-nor business nor anything else. There you must stay, or you lose
-your billet.'
-
-"'And the work?'
-
-"'Is to copy out the "Encyclopaedia Britannica." There is the first
-volume of it in that press. You must find your own ink, pens, and
-blotting-paper, but we provide this table and chair. Will you be
-ready to-morrow?'
-
-"'Certainly,' I answered.
-
-"'Then, good-bye, Mr. Jabez Wilson, and let me congratulate you
-once more on the important position which you have been fortunate
-enough to gain.' He bowed me out of the room and I went home with
-my assistant, hardly knowing what to say or do, I was so pleased
-at my own good fortune.
-
-"Well, I thought over the matter all day, and by evening I was in
-low spirits again; for I had quite persuaded myself that the
-whole affair must be some great hoax or fraud, though what its
-object might be I could not imagine. It seemed altogether past
-belief that anyone could make such a will, or that they would pay
-such a sum for doing anything so simple as copying out the
-'Encyclopaedia Britannica.' Vincent Spaulding did what he could to
-cheer me up, but by bedtime I had reasoned myself out of the
-whole thing. However, in the morning I determined to have a look
-at it anyhow, so I bought a penny bottle of ink, and with a
-quill-pen, and seven sheets of foolscap paper, I started off for
-Pope's Court.
-
-"Well, to my surprise and delight, everything was as right as
-possible. The table was set out ready for me, and Mr. Duncan Ross
-was there to see that I got fairly to work. He started me off
-upon the letter A, and then he left me; but he would drop in from
-time to time to see that all was right with me. At two o'clock he
-bade me good-day, complimented me upon the amount that I had
-written, and locked the door of the office after me.
-
-"This went on day after day, Mr. Holmes, and on Saturday the
-manager came in and planked down four golden sovereigns for my
-week's work. It was the same next week, and the same the week
-after. Every morning I was there at ten, and every afternoon I
-left at two. By degrees Mr. Duncan Ross took to coming in only
-once of a morning, and then, after a time, he did not come in at
-all. Still, of course, I never dared to leave the room for an
-instant, for I was not sure when he might come, and the billet
-was such a good one, and suited me so well, that I would not risk
-the loss of it.
-
-"Eight weeks passed away like this, and I had written about
-Abbots and Archery and Armour and Architecture and Attica, and
-hoped with diligence that I might get on to the B's before very
-long. It cost me something in foolscap, and I had pretty nearly
-filled a shelf with my writings. And then suddenly the whole
-business came to an end."
-
-"To an end?"
-
-"Yes, sir. And no later than this morning. I went to my work as
-usual at ten o'clock, but the door was shut and locked, with a
-little square of cardboard hammered on to the middle of the
-panel with a tack. Here it is, and you can read for yourself."
-
-He held up a piece of white cardboard about the size of a sheet
-of note-paper. It read in this fashion:
-
-                  THE RED-HEADED LEAGUE
-
-                           IS
-
-                        DISSOLVED.
-
-                     October 9, 1890.
-
-Sherlock Holmes and I surveyed this curt announcement and the
-rueful face behind it, until the comical side of the affair so
-completely overtopped every other consideration that we both
-burst out into a roar of laughter.
-
-"I cannot see that there is anything very funny," cried our
-client, flushing up to the roots of his flaming head. "If you can
-do nothing better than laugh at me, I can go elsewhere."
-
-"No, no," cried Holmes, shoving him back into the chair from
-which he had half risen. "I really wouldn't miss your case for
-the world. It is most refreshingly unusual. But there is, if you
-will excuse my saying so, something just a little funny about it.
-Pray what steps did you take when you found the card upon the
-door?"
-
-"I was staggered, sir. I did not know what to do. Then I called
-at the offices round, but none of them seemed to know anything
-about it. Finally, I went to the landlord, who is an accountant
-living on the ground-floor, and I asked him if he could tell me
-what had become of the Red-headed League. He said that he had
-never heard of any such body. Then I asked him who Mr. Duncan
-Ross was. He answered that the name was new to him.
-
-"'Well,' said I, 'the gentleman at No. 4.'
-
-"'What, the red-headed man?'
-
-"'Yes.'
-
-"'Oh,' said he, 'his name was William Morris. He was a solicitor
-and was using my room as a temporary convenience until his new
-premises were ready. He moved out yesterday.'
-
-"'Where could I find him?'
-
-"'Oh, at his new offices. He did tell me the address. Yes, 17
-King Edward Street, near St. Paul's.'
-
-"I started off, Mr. Holmes, but when I got to that address it was
-a manufactory of artificial knee-caps, and no one in it had ever
-heard of either Mr. William Morris or Mr. Duncan Ross."
-
-"And what did you do then?" asked Holmes.
-
-"I went home to Saxe-Coburg Square, and I took the advice of my
-assistant. But he could not help me in any way. He could only say
-that if I waited I should hear by post. But that was not quite
-good enough, Mr. Holmes. I did not wish to lose such a place
-without a struggle, so, as I had heard that you were good enough
-to give advice to poor folk who were in need of it, I came right
-away to you."
-
-"And you did very wisely," said Holmes. "Your case is an
-exceedingly remarkable one, and I shall be happy to look into it.
-From what you have told me I think that it is possible that
-graver issues hang from it than might at first sight appear."
-
-"Grave enough!" said Mr. Jabez Wilson. "Why, I have lost four
-pound a week."
-
-"As far as you are personally concerned," remarked Holmes, "I do
-not see that you have any grievance against this extraordinary
-league. On the contrary, you are, as I understand, richer by some
-30 pounds, to say nothing of the minute knowledge which you have
-gained on every subject which comes under the letter A. You have
-lost nothing by them."
-
-"No, sir. But I want to find out about them, and who they are,
-and what their object was in playing this prank--if it was a
-prank--upon me. It was a pretty expensive joke for them, for it
-cost them two and thirty pounds."
-
-"We shall endeavour to clear up these points for you. And, first,
-one or two questions, Mr. Wilson. This assistant of yours who
-first called your attention to the advertisement--how long had he
-been with you?"
-
-"About a month then."
-
-"How did he come?"
-
-"In answer to an advertisement."
-
-"Was he the only applicant?"
-
-"No, I had a dozen."
-
-"Why did you pick him?"
-
-"Because he was handy and would come cheap."
-
-"At half-wages, in fact."
-
-"Yes."
-
-"What is he like, this Vincent Spaulding?"
-
-"Small, stout-built, very quick in his ways, no hair on his face,
-though he's not short of thirty. Has a white splash of acid upon
-his forehead."
-
-Holmes sat up in his chair in considerable excitement. "I thought
-as much," said he. "Have you ever observed that his ears are
-pierced for earrings?"
-
-"Yes, sir. He told me that a gipsy had done it for him when he
-was a lad."
-
-"Hum!" said Holmes, sinking back in deep thought. "He is still
-with you?"
-
-"Oh, yes, sir; I have only just left him."
-
-"And has your business been attended to in your absence?"
-
-"Nothing to complain of, sir. There's never very much to do of a
-morning."
-
-"That will do, Mr. Wilson. I shall be happy to give you an
-opinion upon the subject in the course of a day or two. To-day is
-Saturday, and I hope that by Monday we may come to a conclusion."
-
-"Well, Watson," said Holmes when our visitor had left us, "what
-do you make of it all?"
-
-"I make nothing of it," I answered frankly. "It is a most
-mysterious business."
-
-"As a rule," said Holmes, "the more bizarre a thing is the less
-mysterious it proves to be. It is your commonplace, featureless
-crimes which are really puzzling, just as a commonplace face is
-the most difficult to identify. But I must be prompt over this
-matter."
-
-"What are you going to do, then?" I asked.
-
-"To smoke," he answered. "It is quite a three pipe problem, and I
-beg that you won't speak to me for fifty minutes." He curled
-himself up in his chair, with his thin knees drawn up to his
-hawk-like nose, and there he sat with his eyes closed and his
-black clay pipe thrusting out like the bill of some strange bird.
-I had come to the conclusion that he had dropped asleep, and
-indeed was nodding myself, when he suddenly sprang out of his
-chair with the gesture of a man who has made up his mind and put
-his pipe down upon the mantelpiece.
-
-"Sarasate plays at the St. James's Hall this afternoon," he
-remarked. "What do you think, Watson? Could your patients spare
-you for a few hours?"
-
-"I have nothing to do to-day. My practice is never very
-absorbing."
-
-"Then put on your hat and come. I am going through the City
-first, and we can have some lunch on the way. I observe that
-there is a good deal of German music on the programme, which is
-rather more to my taste than Italian or French. It is
-introspective, and I want to introspect. Come along!"
-
-We travelled by the Underground as far as Aldersgate; and a short
-walk took us to Saxe-Coburg Square, the scene of the singular
-story which we had listened to in the morning. It was a poky,
-little, shabby-genteel place, where four lines of dingy
-two-storied brick houses looked out into a small railed-in
-enclosure, where a lawn of weedy grass and a few clumps of faded
-laurel-bushes made a hard fight against a smoke-laden and
-uncongenial atmosphere. Three gilt balls and a brown board with
-"JABEZ WILSON" in white letters, upon a corner house, announced
-the place where our red-headed client carried on his business.
-Sherlock Holmes stopped in front of it with his head on one side
-and looked it all over, with his eyes shining brightly between
-puckered lids. Then he walked slowly up the street, and then down
-again to the corner, still looking keenly at the houses. Finally
-he returned to the pawnbroker's, and, having thumped vigorously
-upon the pavement with his stick two or three times, he went up
-to the door and knocked. It was instantly opened by a
-bright-looking, clean-shaven young fellow, who asked him to step
-in.
-
-"Thank you," said Holmes, "I only wished to ask you how you would
-go from here to the Strand."
-
-"Third right, fourth left," answered the assistant promptly,
-closing the door.
-
-"Smart fellow, that," observed Holmes as we walked away. "He is,
-in my judgment, the fourth smartest man in London, and for daring
-I am not sure that he has not a claim to be third. I have known
-something of him before."
-
-"Evidently," said I, "Mr. Wilson's assistant counts for a good
-deal in this mystery of the Red-headed League. I am sure that you
-inquired your way merely in order that you might see him."
-
-"Not him."
-
-"What then?"
-
-"The knees of his trousers."
-
-"And what did you see?"
-
-"What I expected to see."
-
-"Why did you beat the pavement?"
-
-"My dear doctor, this is a time for observation, not for talk. We
-are spies in an enemy's country. We know something of Saxe-Coburg
-Square. Let us now explore the parts which lie behind it."
-
-The road in which we found ourselves as we turned round the
-corner from the retired Saxe-Coburg Square presented as great a
-contrast to it as the front of a picture does to the back. It was
-one of the main arteries which conveyed the traffic of the City
-to the north and west. The roadway was blocked with the immense
-stream of commerce flowing in a double tide inward and outward,
-while the footpaths were black with the hurrying swarm of
-pedestrians. It was difficult to realise as we looked at the line
-of fine shops and stately business premises that they really
-abutted on the other side upon the faded and stagnant square
-which we had just quitted.
-
-"Let me see," said Holmes, standing at the corner and glancing
-along the line, "I should like just to remember the order of the
-houses here. It is a hobby of mine to have an exact knowledge of
-London. There is Mortimer's, the tobacconist, the little
-newspaper shop, the Coburg branch of the City and Suburban Bank,
-the Vegetarian Restaurant, and McFarlane's carriage-building
-depot. That carries us right on to the other block. And now,
-Doctor, we've done our work, so it's time we had some play. A
-sandwich and a cup of coffee, and then off to violin-land, where
-all is sweetness and delicacy and harmony, and there are no
-red-headed clients to vex us with their conundrums."
-
-My friend was an enthusiastic musician, being himself not only a
-very capable performer but a composer of no ordinary merit. All
-the afternoon he sat in the stalls wrapped in the most perfect
-happiness, gently waving his long, thin fingers in time to the
-music, while his gently smiling face and his languid, dreamy eyes
-were as unlike those of Holmes the sleuth-hound, Holmes the
-relentless, keen-witted, ready-handed criminal agent, as it was
-possible to conceive. In his singular character the dual nature
-alternately asserted itself, and his extreme exactness and
-astuteness represented, as I have often thought, the reaction
-against the poetic and contemplative mood which occasionally
-predominated in him. The swing of his nature took him from
-extreme languor to devouring energy; and, as I knew well, he was
-never so truly formidable as when, for days on end, he had been
-lounging in his armchair amid his improvisations and his
-black-letter editions. Then it was that the lust of the chase
-would suddenly come upon him, and that his brilliant reasoning
-power would rise to the level of intuition, until those who were
-unacquainted with his methods would look askance at him as on a
-man whose knowledge was not that of other mortals. When I saw him
-that afternoon so enwrapped in the music at St. James's Hall I
-felt that an evil time might be coming upon those whom he had set
-himself to hunt down.
-
-"You want to go home, no doubt, Doctor," he remarked as we
-emerged.
-
-"Yes, it would be as well."
-
-"And I have some business to do which will take some hours. This
-business at Coburg Square is serious."
-
-"Why serious?"
-
-"A considerable crime is in contemplation. I have every reason to
-believe that we shall be in time to stop it. But to-day being
-Saturday rather complicates matters. I shall want your help
-to-night."
-
-"At what time?"
-
-"Ten will be early enough."
-
-"I shall be at Baker Street at ten."
-
-"Very well. And, I say, Doctor, there may be some little danger,
-so kindly put your army revolver in your pocket." He waved his
-hand, turned on his heel, and disappeared in an instant among the
-crowd.
-
-I trust that I am not more dense than my neighbours, but I was
-always oppressed with a sense of my own stupidity in my dealings
-with Sherlock Holmes. Here I had heard what he had heard, I had
-seen what he had seen, and yet from his words it was evident that
-he saw clearly not only what had happened but what was about to
-happen, while to me the whole business was still confused and
-grotesque. As I drove home to my house in Kensington I thought
-over it all, from the extraordinary story of the red-headed
-copier of the "Encyclopaedia" down to the visit to Saxe-Coburg
-Square, and the ominous words with which he had parted from me.
-What was this nocturnal expedition, and why should I go armed?
-Where were we going, and what were we to do? I had the hint from
-Holmes that this smooth-faced pawnbroker's assistant was a
-formidable man--a man who might play a deep game. I tried to
-puzzle it out, but gave it up in despair and set the matter aside
-until night should bring an explanation.
-
-It was a quarter-past nine when I started from home and made my
-way across the Park, and so through Oxford Street to Baker
-Street. Two hansoms were standing at the door, and as I entered
-the passage I heard the sound of voices from above. On entering
-his room I found Holmes in animated conversation with two men,
-one of whom I recognised as Peter Jones, the official police
-agent, while the other was a long, thin, sad-faced man, with a
-very shiny hat and oppressively respectable frock-coat.
-
-"Ha! Our party is complete," said Holmes, buttoning up his
-pea-jacket and taking his heavy hunting crop from the rack.
-"Watson, I think you know Mr. Jones, of Scotland Yard? Let me
-introduce you to Mr. Merryweather, who is to be our companion in
-to-night's adventure."
-
-"We're hunting in couples again, Doctor, you see," said Jones in
-his consequential way. "Our friend here is a wonderful man for
-starting a chase. All he wants is an old dog to help him to do
-the running down."
-
-"I hope a wild goose may not prove to be the end of our chase,"
-observed Mr. Merryweather gloomily.
-
-"You may place considerable confidence in Mr. Holmes, sir," said
-the police agent loftily. "He has his own little methods, which
-are, if he won't mind my saying so, just a little too theoretical
-and fantastic, but he has the makings of a detective in him. It
-is not too much to say that once or twice, as in that business of
-the Sholto murder and the Agra treasure, he has been more nearly
-correct than the official force."
-
-"Oh, if you say so, Mr. Jones, it is all right," said the
-stranger with deference. "Still, I confess that I miss my rubber.
-It is the first Saturday night for seven-and-twenty years that I
-have not had my rubber."
-
-"I think you will find," said Sherlock Holmes, "that you will
-play for a higher stake to-night than you have ever done yet, and
-that the play will be more exciting. For you, Mr. Merryweather,
-the stake will be some 30,000 pounds; and for you, Jones, it will
-be the man upon whom you wish to lay your hands."
-
-"John Clay, the murderer, thief, smasher, and forger. He's a
-young man, Mr. Merryweather, but he is at the head of his
-profession, and I would rather have my bracelets on him than on
-any criminal in London. He's a remarkable man, is young John
-Clay. His grandfather was a royal duke, and he himself has been
-to Eton and Oxford. His brain is as cunning as his fingers, and
-though we meet signs of him at every turn, we never know where to
-find the man himself. He'll crack a crib in Scotland one week,
-and be raising money to build an orphanage in Cornwall the next.
-I've been on his track for years and have never set eyes on him
-yet."
-
-"I hope that I may have the pleasure of introducing you to-night.
-I've had one or two little turns also with Mr. John Clay, and I
-agree with you that he is at the head of his profession. It is
-past ten, however, and quite time that we started. If you two
-will take the first hansom, Watson and I will follow in the
-second."
-
-Sherlock Holmes was not very communicative during the long drive
-and lay back in the cab humming the tunes which he had heard in
-the afternoon. We rattled through an endless labyrinth of gas-lit
-streets until we emerged into Farrington Street.
-
-"We are close there now," my friend remarked. "This fellow
-Merryweather is a bank director, and personally interested in the
-matter. I thought it as well to have Jones with us also. He is
-not a bad fellow, though an absolute imbecile in his profession.
-He has one positive virtue. He is as brave as a bulldog and as
-tenacious as a lobster if he gets his claws upon anyone. Here we
-are, and they are waiting for us."
-
-We had reached the same crowded thoroughfare in which we had
-found ourselves in the morning. Our cabs were dismissed, and,
-following the guidance of Mr. Merryweather, we passed down a
-narrow passage and through a side door, which he opened for us.
-Within there was a small corridor, which ended in a very massive
-iron gate. This also was opened, and led down a flight of winding
-stone steps, which terminated at another formidable gate. Mr.
-Merryweather stopped to light a lantern, and then conducted us
-down a dark, earth-smelling passage, and so, after opening a
-third door, into a huge vault or cellar, which was piled all
-round with crates and massive boxes.
-
-"You are not very vulnerable from above," Holmes remarked as he
-held up the lantern and gazed about him.
-
-"Nor from below," said Mr. Merryweather, striking his stick upon
-the flags which lined the floor. "Why, dear me, it sounds quite
-hollow!" he remarked, looking up in surprise.
-
-"I must really ask you to be a little more quiet!" said Holmes
-severely. "You have already imperilled the whole success of our
-expedition. Might I beg that you would have the goodness to sit
-down upon one of those boxes, and not to interfere?"
-
-The solemn Mr. Merryweather perched himself upon a crate, with a
-very injured expression upon his face, while Holmes fell upon his
-knees upon the floor and, with the lantern and a magnifying lens,
-began to examine minutely the cracks between the stones. A few
-seconds sufficed to satisfy him, for he sprang to his feet again
-and put his glass in his pocket.
-
-"We have at least an hour before us," he remarked, "for they can
-hardly take any steps until the good pawnbroker is safely in bed.
-Then they will not lose a minute, for the sooner they do their
-work the longer time they will have for their escape. We are at
-present, Doctor--as no doubt you have divined--in the cellar of
-the City branch of one of the principal London banks. Mr.
-Merryweather is the chairman of directors, and he will explain to
-you that there are reasons why the more daring criminals of
-London should take a considerable interest in this cellar at
-present."
-
-"It is our French gold," whispered the director. "We have had
-several warnings that an attempt might be made upon it."
-
-"Your French gold?"
-
-"Yes. We had occasion some months ago to strengthen our resources
-and borrowed for that purpose 30,000 napoleons from the Bank of
-France. It has become known that we have never had occasion to
-unpack the money, and that it is still lying in our cellar. The
-crate upon which I sit contains 2,000 napoleons packed between
-layers of lead foil. Our reserve of bullion is much larger at
-present than is usually kept in a single branch office, and the
-directors have had misgivings upon the subject."
-
-"Which were very well justified," observed Holmes. "And now it is
-time that we arranged our little plans. I expect that within an
-hour matters will come to a head. In the meantime Mr.
-Merryweather, we must put the screen over that dark lantern."
-
-"And sit in the dark?"
-
-"I am afraid so. I had brought a pack of cards in my pocket, and
-I thought that, as we were a partie carrée, you might have your
-rubber after all. But I see that the enemy's preparations have
-gone so far that we cannot risk the presence of a light. And,
-first of all, we must choose our positions. These are daring men,
-and though we shall take them at a disadvantage, they may do us
-some harm unless we are careful. I shall stand behind this crate,
-and do you conceal yourselves behind those. Then, when I flash a
-light upon them, close in swiftly. If they fire, Watson, have no
-compunction about shooting them down."
-
-I placed my revolver, cocked, upon the top of the wooden case
-behind which I crouched. Holmes shot the slide across the front
-of his lantern and left us in pitch darkness--such an absolute
-darkness as I have never before experienced. The smell of hot
-metal remained to assure us that the light was still there, ready
-to flash out at a moment's notice. To me, with my nerves worked
-up to a pitch of expectancy, there was something depressing and
-subduing in the sudden gloom, and in the cold dank air of the
-vault.
-
-"They have but one retreat," whispered Holmes. "That is back
-through the house into Saxe-Coburg Square. I hope that you have
-done what I asked you, Jones?"
-
-"I have an inspector and two officers waiting at the front door."
-
-"Then we have stopped all the holes. And now we must be silent
-and wait."
-
-What a time it seemed! From comparing notes afterwards it was but
-an hour and a quarter, yet it appeared to me that the night must
-have almost gone and the dawn be breaking above us. My limbs
-were weary and stiff, for I feared to change my position; yet my
-nerves were worked up to the highest pitch of tension, and my
-hearing was so acute that I could not only hear the gentle
-breathing of my companions, but I could distinguish the deeper,
-heavier in-breath of the bulky Jones from the thin, sighing note
-of the bank director. From my position I could look over the case
-in the direction of the floor. Suddenly my eyes caught the glint
-of a light.
-
-At first it was but a lurid spark upon the stone pavement. Then
-it lengthened out until it became a yellow line, and then,
-without any warning or sound, a gash seemed to open and a hand
-appeared, a white, almost womanly hand, which felt about in the
-centre of the little area of light. For a minute or more the
-hand, with its writhing fingers, protruded out of the floor. Then
-it was withdrawn as suddenly as it appeared, and all was dark
-again save the single lurid spark which marked a chink between
-the stones.
-
-Its disappearance, however, was but momentary. With a rending,
-tearing sound, one of the broad, white stones turned over upon
-its side and left a square, gaping hole, through which streamed
-the light of a lantern. Over the edge there peeped a clean-cut,
-boyish face, which looked keenly about it, and then, with a hand
-on either side of the aperture, drew itself shoulder-high and
-waist-high, until one knee rested upon the edge. In another
-instant he stood at the side of the hole and was hauling after
-him a companion, lithe and small like himself, with a pale face
-and a shock of very red hair.
-
-"It's all clear," he whispered. "Have you the chisel and the
-bags? Great Scott! Jump, Archie, jump, and I'll swing for it!"
-
-Sherlock Holmes had sprung out and seized the intruder by the
-collar. The other dived down the hole, and I heard the sound of
-rending cloth as Jones clutched at his skirts. The light flashed
-upon the barrel of a revolver, but Holmes' hunting crop came
-down on the man's wrist, and the pistol clinked upon the stone
-floor.
-
-"It's no use, John Clay," said Holmes blandly. "You have no
-chance at all."
-
-"So I see," the other answered with the utmost coolness. "I fancy
-that my pal is all right, though I see you have got his
-coat-tails."
-
-"There are three men waiting for him at the door," said Holmes.
-
-"Oh, indeed! You seem to have done the thing very completely. I
-must compliment you."
-
-"And I you," Holmes answered. "Your red-headed idea was very new
-and effective."
-
-"You'll see your pal again presently," said Jones. "He's quicker
-at climbing down holes than I am. Just hold out while I fix the
-derbies."
-
-"I beg that you will not touch me with your filthy hands,"
-remarked our prisoner as the handcuffs clattered upon his wrists.
-"You may not be aware that I have royal blood in my veins. Have
-the goodness, also, when you address me always to say 'sir' and
-'please.'"
-
-"All right," said Jones with a stare and a snigger. "Well, would
-you please, sir, march upstairs, where we can get a cab to carry
-your Highness to the police-station?"
-
-"That is better," said John Clay serenely. He made a sweeping bow
-to the three of us and walked quietly off in the custody of the
-detective.
-
-"Really, Mr. Holmes," said Mr. Merryweather as we followed them
-from the cellar, "I do not know how the bank can thank you or
-repay you. There is no doubt that you have detected and defeated
-in the most complete manner one of the most determined attempts
-at bank robbery that have ever come within my experience."
-
-"I have had one or two little scores of my own to settle with Mr.
-John Clay," said Holmes. "I have been at some small expense over
-this matter, which I shall expect the bank to refund, but beyond
-that I am amply repaid by having had an experience which is in
-many ways unique, and by hearing the very remarkable narrative of
-the Red-headed League."
-
-
-"You see, Watson," he explained in the early hours of the morning
-as we sat over a glass of whisky and soda in Baker Street, "it
-was perfectly obvious from the first that the only possible
-object of this rather fantastic business of the advertisement of
-the League, and the copying of the 'Encyclopaedia,' must be to get
-this not over-bright pawnbroker out of the way for a number of
-hours every day. It was a curious way of managing it, but,
-really, it would be difficult to suggest a better. The method was
-no doubt suggested to Clay's ingenious mind by the colour of his
-accomplice's hair. The 4 pounds a week was a lure which must draw
-him, and what was it to them, who were playing for thousands?
-They put in the advertisement, one rogue has the temporary
-office, the other rogue incites the man to apply for it, and
-together they manage to secure his absence every morning in the
-week. From the time that I heard of the assistant having come for
-half wages, it was obvious to me that he had some strong motive
-for securing the situation."
-
-"But how could you guess what the motive was?"
-
-"Had there been women in the house, I should have suspected a
-mere vulgar intrigue. That, however, was out of the question. The
-man's business was a small one, and there was nothing in his
-house which could account for such elaborate preparations, and
-such an expenditure as they were at. It must, then, be something
-out of the house. What could it be? I thought of the assistant's
-fondness for photography, and his trick of vanishing into the
-cellar. The cellar! There was the end of this tangled clue. Then
-I made inquiries as to this mysterious assistant and found that I
-had to deal with one of the coolest and most daring criminals in
-London. He was doing something in the cellar--something which
-took many hours a day for months on end. What could it be, once
-more? I could think of nothing save that he was running a tunnel
-to some other building.
-
-"So far I had got when we went to visit the scene of action. I
-surprised you by beating upon the pavement with my stick. I was
-ascertaining whether the cellar stretched out in front or behind.
-It was not in front. Then I rang the bell, and, as I hoped, the
-assistant answered it. We have had some skirmishes, but we had
-never set eyes upon each other before. I hardly looked at his
-face. His knees were what I wished to see. You must yourself have
-remarked how worn, wrinkled, and stained they were. They spoke of
-those hours of burrowing. The only remaining point was what they
-were burrowing for. I walked round the corner, saw the City and
-Suburban Bank abutted on our friend's premises, and felt that I
-had solved my problem. When you drove home after the concert I
-called upon Scotland Yard and upon the chairman of the bank
-directors, with the result that you have seen."
-
-"And how could you tell that they would make their attempt
-to-night?" I asked.
-
-"Well, when they closed their League offices that was a sign that
-they cared no longer about Mr. Jabez Wilson's presence--in other
-words, that they had completed their tunnel. But it was essential
-that they should use it soon, as it might be discovered, or the
-bullion might be removed. Saturday would suit them better than
-any other day, as it would give them two days for their escape.
-For all these reasons I expected them to come to-night."
-
-"You reasoned it out beautifully," I exclaimed in unfeigned
-admiration. "It is so long a chain, and yet every link rings
-true."
-
-"It saved me from ennui," he answered, yawning. "Alas! I already
-feel it closing in upon me. My life is spent in one long effort
-to escape from the commonplaces of existence. These little
-problems help me to do so."
-
-"And you are a benefactor of the race," said I.
-
-He shrugged his shoulders. "Well, perhaps, after all, it is of
-some little use," he remarked. "'L'homme c'est rien--l'oeuvre
-c'est tout,' as Gustave Flaubert wrote to George Sand."
-
-
-
-ADVENTURE III. A CASE OF IDENTITY
-
-"My dear fellow," said Sherlock Holmes as we sat on either side
-of the fire in his lodgings at Baker Street, "life is infinitely
-stranger than anything which the mind of man could invent. We
-would not dare to conceive the things which are really mere
-commonplaces of existence. If we could fly out of that window
-hand in hand, hover over this great city, gently remove the
-roofs, and peep in at the queer things which are going on, the
-strange coincidences, the plannings, the cross-purposes, the
-wonderful chains of events, working through generations, and
-leading to the most outré results, it would make all fiction with
-its conventionalities and foreseen conclusions most stale and
-unprofitable."
-
-"And yet I am not convinced of it," I answered. "The cases which
-come to light in the papers are, as a rule, bald enough, and
-vulgar enough. We have in our police reports realism pushed to
-its extreme limits, and yet the result is, it must be confessed,
-neither fascinating nor artistic."
-
-"A certain selection and discretion must be used in producing a
-realistic effect," remarked Holmes. "This is wanting in the
-police report, where more stress is laid, perhaps, upon the
-platitudes of the magistrate than upon the details, which to an
-observer contain the vital essence of the whole matter. Depend
-upon it, there is nothing so unnatural as the commonplace."
-
-I smiled and shook my head. "I can quite understand your thinking
-so," I said. "Of course, in your position of unofficial adviser
-and helper to everybody who is absolutely puzzled, throughout
-three continents, you are brought in contact with all that is
-strange and bizarre. But here"--I picked up the morning paper
-from the ground--"let us put it to a practical test. Here is the
-first heading upon which I come. 'A husband's cruelty to his
-wife.' There is half a column of print, but I know without
-reading it that it is all perfectly familiar to me. There is, of
-course, the other woman, the drink, the push, the blow, the
-bruise, the sympathetic sister or landlady. The crudest of
-writers could invent nothing more crude."
-
-"Indeed, your example is an unfortunate one for your argument,"
-said Holmes, taking the paper and glancing his eye down it. "This
-is the Dundas separation case, and, as it happens, I was engaged
-in clearing up some small points in connection with it. The
-husband was a teetotaler, there was no other woman, and the
-conduct complained of was that he had drifted into the habit of
-winding up every meal by taking out his false teeth and hurling
-them at his wife, which, you will allow, is not an action likely
-to occur to the imagination of the average story-teller. Take a
-pinch of snuff, Doctor, and acknowledge that I have scored over
-you in your example."
-
-He held out his snuffbox of old gold, with a great amethyst in
-the centre of the lid. Its splendour was in such contrast to his
-homely ways and simple life that I could not help commenting upon
-it.
-
-"Ah," said he, "I forgot that I had not seen you for some weeks.
-It is a little souvenir from the King of Bohemia in return for my
-assistance in the case of the Irene Adler papers."
-
-"And the ring?" I asked, glancing at a remarkable brilliant which
-sparkled upon his finger.
-
-"It was from the reigning family of Holland, though the matter in
-which I served them was of such delicacy that I cannot confide it
-even to you, who have been good enough to chronicle one or two of
-my little problems."
-
-"And have you any on hand just now?" I asked with interest.
-
-"Some ten or twelve, but none which present any feature of
-interest. They are important, you understand, without being
-interesting. Indeed, I have found that it is usually in
-unimportant matters that there is a field for the observation,
-and for the quick analysis of cause and effect which gives the
-charm to an investigation. The larger crimes are apt to be the
-simpler, for the bigger the crime the more obvious, as a rule, is
-the motive. In these cases, save for one rather intricate matter
-which has been referred to me from Marseilles, there is nothing
-which presents any features of interest. It is possible, however,
-that I may have something better before very many minutes are
-over, for this is one of my clients, or I am much mistaken."
-
-He had risen from his chair and was standing between the parted
-blinds gazing down into the dull neutral-tinted London street.
-Looking over his shoulder, I saw that on the pavement opposite
-there stood a large woman with a heavy fur boa round her neck,
-and a large curling red feather in a broad-brimmed hat which was
-tilted in a coquettish Duchess of Devonshire fashion over her
-ear. From under this great panoply she peeped up in a nervous,
-hesitating fashion at our windows, while her body oscillated
-backward and forward, and her fingers fidgeted with her glove
-buttons. Suddenly, with a plunge, as of the swimmer who leaves
-the bank, she hurried across the road, and we heard the sharp
-clang of the bell.
-
-"I have seen those symptoms before," said Holmes, throwing his
-cigarette into the fire. "Oscillation upon the pavement always
-means an affaire de coeur. She would like advice, but is not sure
-that the matter is not too delicate for communication. And yet
-even here we may discriminate. When a woman has been seriously
-wronged by a man she no longer oscillates, and the usual symptom
-is a broken bell wire. Here we may take it that there is a love
-matter, but that the maiden is not so much angry as perplexed, or
-grieved. But here she comes in person to resolve our doubts."
-
-As he spoke there was a tap at the door, and the boy in buttons
-entered to announce Miss Mary Sutherland, while the lady herself
-loomed behind his small black figure like a full-sailed
-merchant-man behind a tiny pilot boat. Sherlock Holmes welcomed
-her with the easy courtesy for which he was remarkable, and,
-having closed the door and bowed her into an armchair, he looked
-her over in the minute and yet abstracted fashion which was
-peculiar to him.
-
-"Do you not find," he said, "that with your short sight it is a
-little trying to do so much typewriting?"
-
-"I did at first," she answered, "but now I know where the letters
-are without looking." Then, suddenly realising the full purport
-of his words, she gave a violent start and looked up, with fear
-and astonishment upon her broad, good-humoured face. "You've
-heard about me, Mr. Holmes," she cried, "else how could you know
-all that?"
-
-"Never mind," said Holmes, laughing; "it is my business to know
-things. Perhaps I have trained myself to see what others
-overlook. If not, why should you come to consult me?"
-
-"I came to you, sir, because I heard of you from Mrs. Etherege,
-whose husband you found so easy when the police and everyone had
-given him up for dead. Oh, Mr. Holmes, I wish you would do as
-much for me. I'm not rich, but still I have a hundred a year in
-my own right, besides the little that I make by the machine, and
-I would give it all to know what has become of Mr. Hosmer Angel."
-
-"Why did you come away to consult me in such a hurry?" asked
-Sherlock Holmes, with his finger-tips together and his eyes to
-the ceiling.
-
-Again a startled look came over the somewhat vacuous face of Miss
-Mary Sutherland. "Yes, I did bang out of the house," she said,
-"for it made me angry to see the easy way in which Mr.
-Windibank--that is, my father--took it all. He would not go to
-the police, and he would not go to you, and so at last, as he
-would do nothing and kept on saying that there was no harm done,
-it made me mad, and I just on with my things and came right away
-to you."
-
-"Your father," said Holmes, "your stepfather, surely, since the
-name is different."
-
-"Yes, my stepfather. I call him father, though it sounds funny,
-too, for he is only five years and two months older than myself."
-
-"And your mother is alive?"
-
-"Oh, yes, mother is alive and well. I wasn't best pleased, Mr.
-Holmes, when she married again so soon after father's death, and
-a man who was nearly fifteen years younger than herself. Father
-was a plumber in the Tottenham Court Road, and he left a tidy
-business behind him, which mother carried on with Mr. Hardy, the
-foreman; but when Mr. Windibank came he made her sell the
-business, for he was very superior, being a traveller in wines.
-They got 4700 pounds for the goodwill and interest, which wasn't
-near as much as father could have got if he had been alive."
-
-I had expected to see Sherlock Holmes impatient under this
-rambling and inconsequential narrative, but, on the contrary, he
-had listened with the greatest concentration of attention.
-
-"Your own little income," he asked, "does it come out of the
-business?"
-
-"Oh, no, sir. It is quite separate and was left me by my uncle
-Ned in Auckland. It is in New Zealand stock, paying 4 1/2 per
-cent. Two thousand five hundred pounds was the amount, but I can
-only touch the interest."
-
-"You interest me extremely," said Holmes. "And since you draw so
-large a sum as a hundred a year, with what you earn into the
-bargain, you no doubt travel a little and indulge yourself in
-every way. I believe that a single lady can get on very nicely
-upon an income of about 60 pounds."
-
-"I could do with much less than that, Mr. Holmes, but you
-understand that as long as I live at home I don't wish to be a
-burden to them, and so they have the use of the money just while
-I am staying with them. Of course, that is only just for the
-time. Mr. Windibank draws my interest every quarter and pays it
-over to mother, and I find that I can do pretty well with what I
-earn at typewriting. It brings me twopence a sheet, and I can
-often do from fifteen to twenty sheets in a day."
-
-"You have made your position very clear to me," said Holmes.
-"This is my friend, Dr. Watson, before whom you can speak as
-freely as before myself. Kindly tell us now all about your
-connection with Mr. Hosmer Angel."
-
-A flush stole over Miss Sutherland's face, and she picked
-nervously at the fringe of her jacket. "I met him first at the
-gasfitters' ball," she said. "They used to send father tickets
-when he was alive, and then afterwards they remembered us, and
-sent them to mother. Mr. Windibank did not wish us to go. He
-never did wish us to go anywhere. He would get quite mad if I
-wanted so much as to join a Sunday-school treat. But this time I
-was set on going, and I would go; for what right had he to
-prevent? He said the folk were not fit for us to know, when all
-father's friends were to be there. And he said that I had nothing
-fit to wear, when I had my purple plush that I had never so much
-as taken out of the drawer. At last, when nothing else would do,
-he went off to France upon the business of the firm, but we went,
-mother and I, with Mr. Hardy, who used to be our foreman, and it
-was there I met Mr. Hosmer Angel."
-
-"I suppose," said Holmes, "that when Mr. Windibank came back from
-France he was very annoyed at your having gone to the ball."
-
-"Oh, well, he was very good about it. He laughed, I remember, and
-shrugged his shoulders, and said there was no use denying
-anything to a woman, for she would have her way."
-
-"I see. Then at the gasfitters' ball you met, as I understand, a
-gentleman called Mr. Hosmer Angel."
-
-"Yes, sir. I met him that night, and he called next day to ask if
-we had got home all safe, and after that we met him--that is to
-say, Mr. Holmes, I met him twice for walks, but after that father
-came back again, and Mr. Hosmer Angel could not come to the house
-any more."
-
-"No?"
-
-"Well, you know father didn't like anything of the sort. He
-wouldn't have any visitors if he could help it, and he used to
-say that a woman should be happy in her own family circle. But
-then, as I used to say to mother, a woman wants her own circle to
-begin with, and I had not got mine yet."
-
-"But how about Mr. Hosmer Angel? Did he make no attempt to see
-you?"
-
-"Well, father was going off to France again in a week, and Hosmer
-wrote and said that it would be safer and better not to see each
-other until he had gone. We could write in the meantime, and he
-used to write every day. I took the letters in in the morning, so
-there was no need for father to know."
-
-"Were you engaged to the gentleman at this time?"
-
-"Oh, yes, Mr. Holmes. We were engaged after the first walk that
-we took. Hosmer--Mr. Angel--was a cashier in an office in
-Leadenhall Street--and--"
-
-"What office?"
-
-"That's the worst of it, Mr. Holmes, I don't know."
-
-"Where did he live, then?"
-
-"He slept on the premises."
-
-"And you don't know his address?"
-
-"No--except that it was Leadenhall Street."
-
-"Where did you address your letters, then?"
-
-"To the Leadenhall Street Post Office, to be left till called
-for. He said that if they were sent to the office he would be
-chaffed by all the other clerks about having letters from a lady,
-so I offered to typewrite them, like he did his, but he wouldn't
-have that, for he said that when I wrote them they seemed to come
-from me, but when they were typewritten he always felt that the
-machine had come between us. That will just show you how fond he
-was of me, Mr. Holmes, and the little things that he would think
-of."
-
-"It was most suggestive," said Holmes. "It has long been an axiom
-of mine that the little things are infinitely the most important.
-Can you remember any other little things about Mr. Hosmer Angel?"
-
-"He was a very shy man, Mr. Holmes. He would rather walk with me
-in the evening than in the daylight, for he said that he hated to
-be conspicuous. Very retiring and gentlemanly he was. Even his
-voice was gentle. He'd had the quinsy and swollen glands when he
-was young, he told me, and it had left him with a weak throat,
-and a hesitating, whispering fashion of speech. He was always
-well dressed, very neat and plain, but his eyes were weak, just
-as mine are, and he wore tinted glasses against the glare."
-
-"Well, and what happened when Mr. Windibank, your stepfather,
-returned to France?"
-
-"Mr. Hosmer Angel came to the house again and proposed that we
-should marry before father came back. He was in dreadful earnest
-and made me swear, with my hands on the Testament, that whatever
-happened I would always be true to him. Mother said he was quite
-right to make me swear, and that it was a sign of his passion.
-Mother was all in his favour from the first and was even fonder
-of him than I was. Then, when they talked of marrying within the
-week, I began to ask about father; but they both said never to
-mind about father, but just to tell him afterwards, and mother
-said she would make it all right with him. I didn't quite like
-that, Mr. Holmes. It seemed funny that I should ask his leave, as
-he was only a few years older than me; but I didn't want to do
-anything on the sly, so I wrote to father at Bordeaux, where the
-company has its French offices, but the letter came back to me on
-the very morning of the wedding."
-
-"It missed him, then?"
-
-"Yes, sir; for he had started to England just before it arrived."
-
-"Ha! that was unfortunate. Your wedding was arranged, then, for
-the Friday. Was it to be in church?"
-
-"Yes, sir, but very quietly. It was to be at St. Saviour's, near
-King's Cross, and we were to have breakfast afterwards at the St.
-Pancras Hotel. Hosmer came for us in a hansom, but as there were
-two of us he put us both into it and stepped himself into a
-four-wheeler, which happened to be the only other cab in the
-street. We got to the church first, and when the four-wheeler
-drove up we waited for him to step out, but he never did, and
-when the cabman got down from the box and looked there was no one
-there! The cabman said that he could not imagine what had become
-of him, for he had seen him get in with his own eyes. That was
-last Friday, Mr. Holmes, and I have never seen or heard anything
-since then to throw any light upon what became of him."
-
-"It seems to me that you have been very shamefully treated," said
-Holmes.
-
-"Oh, no, sir! He was too good and kind to leave me so. Why, all
-the morning he was saying to me that, whatever happened, I was to
-be true; and that even if something quite unforeseen occurred to
-separate us, I was always to remember that I was pledged to him,
-and that he would claim his pledge sooner or later. It seemed
-strange talk for a wedding-morning, but what has happened since
-gives a meaning to it."
-
-"Most certainly it does. Your own opinion is, then, that some
-unforeseen catastrophe has occurred to him?"
-
-"Yes, sir. I believe that he foresaw some danger, or else he
-would not have talked so. And then I think that what he foresaw
-happened."
-
-"But you have no notion as to what it could have been?"
-
-"None."
-
-"One more question. How did your mother take the matter?"
-
-"She was angry, and said that I was never to speak of the matter
-again."
-
-"And your father? Did you tell him?"
-
-"Yes; and he seemed to think, with me, that something had
-happened, and that I should hear of Hosmer again. As he said,
-what interest could anyone have in bringing me to the doors of
-the church, and then leaving me? Now, if he had borrowed my
-money, or if he had married me and got my money settled on him,
-there might be some reason, but Hosmer was very independent about
-money and never would look at a shilling of mine. And yet, what
-could have happened? And why could he not write? Oh, it drives me
-half-mad to think of it, and I can't sleep a wink at night." She
-pulled a little handkerchief out of her muff and began to sob
-heavily into it.
-
-"I shall glance into the case for you," said Holmes, rising, "and
-I have no doubt that we shall reach some definite result. Let the
-weight of the matter rest upon me now, and do not let your mind
-dwell upon it further. Above all, try to let Mr. Hosmer Angel
-vanish from your memory, as he has done from your life."
-
-"Then you don't think I'll see him again?"
-
-"I fear not."
-
-"Then what has happened to him?"
-
-"You will leave that question in my hands. I should like an
-accurate description of him and any letters of his which you can
-spare."
-
-"I advertised for him in last Saturday's Chronicle," said she.
-"Here is the slip and here are four letters from him."
-
-"Thank you. And your address?"
-
-"No. 31 Lyon Place, Camberwell."
-
-"Mr. Angel's address you never had, I understand. Where is your
-father's place of business?"
-
-"He travels for Westhouse & Marbank, the great claret importers
-of Fenchurch Street."
-
-"Thank you. You have made your statement very clearly. You will
-leave the papers here, and remember the advice which I have given
-you. Let the whole incident be a sealed book, and do not allow it
-to affect your life."
-
-"You are very kind, Mr. Holmes, but I cannot do that. I shall be
-true to Hosmer. He shall find me ready when he comes back."
-
-For all the preposterous hat and the vacuous face, there was
-something noble in the simple faith of our visitor which
-compelled our respect. She laid her little bundle of papers upon
-the table and went her way, with a promise to come again whenever
-she might be summoned.
-
-Sherlock Holmes sat silent for a few minutes with his fingertips
-still pressed together, his legs stretched out in front of him,
-and his gaze directed upward to the ceiling. Then he took down
-from the rack the old and oily clay pipe, which was to him as a
-counsellor, and, having lit it, he leaned back in his chair, with
-the thick blue cloud-wreaths spinning up from him, and a look of
-infinite languor in his face.
-
-"Quite an interesting study, that maiden," he observed. "I found
-her more interesting than her little problem, which, by the way,
-is rather a trite one. You will find parallel cases, if you
-consult my index, in Andover in '77, and there was something of
-the sort at The Hague last year. Old as is the idea, however,
-there were one or two details which were new to me. But the
-maiden herself was most instructive."
-
-"You appeared to read a good deal upon her which was quite
-invisible to me," I remarked.
-
-"Not invisible but unnoticed, Watson. You did not know where to
-look, and so you missed all that was important. I can never bring
-you to realise the importance of sleeves, the suggestiveness of
-thumb-nails, or the great issues that may hang from a boot-lace.
-Now, what did you gather from that woman's appearance? Describe
-it."
-
-"Well, she had a slate-coloured, broad-brimmed straw hat, with a
-feather of a brickish red. Her jacket was black, with black beads
-sewn upon it, and a fringe of little black jet ornaments. Her
-dress was brown, rather darker than coffee colour, with a little
-purple plush at the neck and sleeves. Her gloves were greyish and
-were worn through at the right forefinger. Her boots I didn't
-observe. She had small round, hanging gold earrings, and a
-general air of being fairly well-to-do in a vulgar, comfortable,
-easy-going way."
-
-Sherlock Holmes clapped his hands softly together and chuckled.
-
-"'Pon my word, Watson, you are coming along wonderfully. You have
-really done very well indeed. It is true that you have missed
-everything of importance, but you have hit upon the method, and
-you have a quick eye for colour. Never trust to general
-impressions, my boy, but concentrate yourself upon details. My
-first glance is always at a woman's sleeve. In a man it is
-perhaps better first to take the knee of the trouser. As you
-observe, this woman had plush upon her sleeves, which is a most
-useful material for showing traces. The double line a little
-above the wrist, where the typewritist presses against the table,
-was beautifully defined. The sewing-machine, of the hand type,
-leaves a similar mark, but only on the left arm, and on the side
-of it farthest from the thumb, instead of being right across the
-broadest part, as this was. I then glanced at her face, and,
-observing the dint of a pince-nez at either side of her nose, I
-ventured a remark upon short sight and typewriting, which seemed
-to surprise her."
-
-"It surprised me."
-
-"But, surely, it was obvious. I was then much surprised and
-interested on glancing down to observe that, though the boots
-which she was wearing were not unlike each other, they were
-really odd ones; the one having a slightly decorated toe-cap, and
-the other a plain one. One was buttoned only in the two lower
-buttons out of five, and the other at the first, third, and
-fifth. Now, when you see that a young lady, otherwise neatly
-dressed, has come away from home with odd boots, half-buttoned,
-it is no great deduction to say that she came away in a hurry."
-
-"And what else?" I asked, keenly interested, as I always was, by
-my friend's incisive reasoning.
-
-"I noted, in passing, that she had written a note before leaving
-home but after being fully dressed. You observed that her right
-glove was torn at the forefinger, but you did not apparently see
-that both glove and finger were stained with violet ink. She had
-written in a hurry and dipped her pen too deep. It must have been
-this morning, or the mark would not remain clear upon the finger.
-All this is amusing, though rather elementary, but I must go back
-to business, Watson. Would you mind reading me the advertised
-description of Mr. Hosmer Angel?"
-
-I held the little printed slip to the light.
-
-"Missing," it said, "on the morning of the fourteenth, a gentleman
-named Hosmer Angel. About five ft. seven in. in height;
-strongly built, sallow complexion, black hair, a little bald in
-the centre, bushy, black side-whiskers and moustache; tinted
-glasses, slight infirmity of speech. Was dressed, when last seen,
-in black frock-coat faced with silk, black waistcoat, gold Albert
-chain, and grey Harris tweed trousers, with brown gaiters over
-elastic-sided boots. Known to have been employed in an office in
-Leadenhall Street. Anybody bringing--"
-
-"That will do," said Holmes. "As to the letters," he continued,
-glancing over them, "they are very commonplace. Absolutely no
-clue in them to Mr. Angel, save that he quotes Balzac once. There
-is one remarkable point, however, which will no doubt strike
-you."
-
-"They are typewritten," I remarked.
-
-"Not only that, but the signature is typewritten. Look at the
-neat little 'Hosmer Angel' at the bottom. There is a date, you
-see, but no superscription except Leadenhall Street, which is
-rather vague. The point about the signature is very suggestive--in
-fact, we may call it conclusive."
-
-"Of what?"
-
-"My dear fellow, is it possible you do not see how strongly it
-bears upon the case?"
-
-"I cannot say that I do unless it were that he wished to be able
-to deny his signature if an action for breach of promise were
-instituted."
-
-"No, that was not the point. However, I shall write two letters,
-which should settle the matter. One is to a firm in the City, the
-other is to the young lady's stepfather, Mr. Windibank, asking
-him whether he could meet us here at six o'clock tomorrow
-evening. It is just as well that we should do business with the
-male relatives. And now, Doctor, we can do nothing until the
-answers to those letters come, so we may put our little problem
-upon the shelf for the interim."
-
-I had had so many reasons to believe in my friend's subtle powers
-of reasoning and extraordinary energy in action that I felt that
-he must have some solid grounds for the assured and easy
-demeanour with which he treated the singular mystery which he had
-been called upon to fathom. Once only had I known him to fail, in
-the case of the King of Bohemia and of the Irene Adler
-photograph; but when I looked back to the weird business of the
-Sign of Four, and the extraordinary circumstances connected with
-the Study in Scarlet, I felt that it would be a strange tangle
-indeed which he could not unravel.
-
-I left him then, still puffing at his black clay pipe, with the
-conviction that when I came again on the next evening I would
-find that he held in his hands all the clues which would lead up
-to the identity of the disappearing bridegroom of Miss Mary
-Sutherland.
-
-A professional case of great gravity was engaging my own
-attention at the time, and the whole of next day I was busy at
-the bedside of the sufferer. It was not until close upon six
-o'clock that I found myself free and was able to spring into a
-hansom and drive to Baker Street, half afraid that I might be too
-late to assist at the dénouement of the little mystery. I found
-Sherlock Holmes alone, however, half asleep, with his long, thin
-form curled up in the recesses of his armchair. A formidable
-array of bottles and test-tubes, with the pungent cleanly smell
-of hydrochloric acid, told me that he had spent his day in the
-chemical work which was so dear to him.
-
-"Well, have you solved it?" I asked as I entered.
-
-"Yes. It was the bisulphate of baryta."
-
-"No, no, the mystery!" I cried.
-
-"Oh, that! I thought of the salt that I have been working upon.
-There was never any mystery in the matter, though, as I said
-yesterday, some of the details are of interest. The only drawback
-is that there is no law, I fear, that can touch the scoundrel."
-
-"Who was he, then, and what was his object in deserting Miss
-Sutherland?"
-
-The question was hardly out of my mouth, and Holmes had not yet
-opened his lips to reply, when we heard a heavy footfall in the
-passage and a tap at the door.
-
-"This is the girl's stepfather, Mr. James Windibank," said
-Holmes. "He has written to me to say that he would be here at
-six. Come in!"
-
-The man who entered was a sturdy, middle-sized fellow, some
-thirty years of age, clean-shaven, and sallow-skinned, with a
-bland, insinuating manner, and a pair of wonderfully sharp and
-penetrating grey eyes. He shot a questioning glance at each of
-us, placed his shiny top-hat upon the sideboard, and with a
-slight bow sidled down into the nearest chair.
-
-"Good-evening, Mr. James Windibank," said Holmes. "I think that
-this typewritten letter is from you, in which you made an
-appointment with me for six o'clock?"
-
-"Yes, sir. I am afraid that I am a little late, but I am not
-quite my own master, you know. I am sorry that Miss Sutherland
-has troubled you about this little matter, for I think it is far
-better not to wash linen of the sort in public. It was quite
-against my wishes that she came, but she is a very excitable,
-impulsive girl, as you may have noticed, and she is not easily
-controlled when she has made up her mind on a point. Of course, I
-did not mind you so much, as you are not connected with the
-official police, but it is not pleasant to have a family
-misfortune like this noised abroad. Besides, it is a useless
-expense, for how could you possibly find this Hosmer Angel?"
-
-"On the contrary," said Holmes quietly; "I have every reason to
-believe that I will succeed in discovering Mr. Hosmer Angel."
-
-Mr. Windibank gave a violent start and dropped his gloves. "I am
-delighted to hear it," he said.
-
-"It is a curious thing," remarked Holmes, "that a typewriter has
-really quite as much individuality as a man's handwriting. Unless
-they are quite new, no two of them write exactly alike. Some
-letters get more worn than others, and some wear only on one
-side. Now, you remark in this note of yours, Mr. Windibank, that
-in every case there is some little slurring over of the 'e,' and
-a slight defect in the tail of the 'r.' There are fourteen other
-characteristics, but those are the more obvious."
-
-"We do all our correspondence with this machine at the office,
-and no doubt it is a little worn," our visitor answered, glancing
-keenly at Holmes with his bright little eyes.
-
-"And now I will show you what is really a very interesting study,
-Mr. Windibank," Holmes continued. "I think of writing another
-little monograph some of these days on the typewriter and its
-relation to crime. It is a subject to which I have devoted some
-little attention. I have here four letters which purport to come
-from the missing man. They are all typewritten. In each case, not
-only are the 'e's' slurred and the 'r's' tailless, but you will
-observe, if you care to use my magnifying lens, that the fourteen
-other characteristics to which I have alluded are there as well."
-
-Mr. Windibank sprang out of his chair and picked up his hat. "I
-cannot waste time over this sort of fantastic talk, Mr. Holmes,"
-he said. "If you can catch the man, catch him, and let me know
-when you have done it."
-
-"Certainly," said Holmes, stepping over and turning the key in
-the door. "I let you know, then, that I have caught him!"
-
-"What! where?" shouted Mr. Windibank, turning white to his lips
-and glancing about him like a rat in a trap.
-
-"Oh, it won't do--really it won't," said Holmes suavely. "There
-is no possible getting out of it, Mr. Windibank. It is quite too
-transparent, and it was a very bad compliment when you said that
-it was impossible for me to solve so simple a question. That's
-right! Sit down and let us talk it over."
-
-Our visitor collapsed into a chair, with a ghastly face and a
-glitter of moisture on his brow. "It--it's not actionable," he
-stammered.
-
-"I am very much afraid that it is not. But between ourselves,
-Windibank, it was as cruel and selfish and heartless a trick in a
-petty way as ever came before me. Now, let me just run over the
-course of events, and you will contradict me if I go wrong."
-
-The man sat huddled up in his chair, with his head sunk upon his
-breast, like one who is utterly crushed. Holmes stuck his feet up
-on the corner of the mantelpiece and, leaning back with his hands
-in his pockets, began talking, rather to himself, as it seemed,
-than to us.
-
-"The man married a woman very much older than himself for her
-money," said he, "and he enjoyed the use of the money of the
-daughter as long as she lived with them. It was a considerable
-sum, for people in their position, and the loss of it would have
-made a serious difference. It was worth an effort to preserve it.
-The daughter was of a good, amiable disposition, but affectionate
-and warm-hearted in her ways, so that it was evident that with
-her fair personal advantages, and her little income, she would
-not be allowed to remain single long. Now her marriage would
-mean, of course, the loss of a hundred a year, so what does her
-stepfather do to prevent it? He takes the obvious course of
-keeping her at home and forbidding her to seek the company of
-people of her own age. But soon he found that that would not
-answer forever. She became restive, insisted upon her rights, and
-finally announced her positive intention of going to a certain
-ball. What does her clever stepfather do then? He conceives an
-idea more creditable to his head than to his heart. With the
-connivance and assistance of his wife he disguised himself,
-covered those keen eyes with tinted glasses, masked the face with
-a moustache and a pair of bushy whiskers, sunk that clear voice
-into an insinuating whisper, and doubly secure on account of the
-girl's short sight, he appears as Mr. Hosmer Angel, and keeps off
-other lovers by making love himself."
-
-"It was only a joke at first," groaned our visitor. "We never
-thought that she would have been so carried away."
-
-"Very likely not. However that may be, the young lady was very
-decidedly carried away, and, having quite made up her mind that
-her stepfather was in France, the suspicion of treachery never
-for an instant entered her mind. She was flattered by the
-gentleman's attentions, and the effect was increased by the
-loudly expressed admiration of her mother. Then Mr. Angel began
-to call, for it was obvious that the matter should be pushed as
-far as it would go if a real effect were to be produced. There
-were meetings, and an engagement, which would finally secure the
-girl's affections from turning towards anyone else. But the
-deception could not be kept up forever. These pretended journeys
-to France were rather cumbrous. The thing to do was clearly to
-bring the business to an end in such a dramatic manner that it
-would leave a permanent impression upon the young lady's mind and
-prevent her from looking upon any other suitor for some time to
-come. Hence those vows of fidelity exacted upon a Testament, and
-hence also the allusions to a possibility of something happening
-on the very morning of the wedding. James Windibank wished Miss
-Sutherland to be so bound to Hosmer Angel, and so uncertain as to
-his fate, that for ten years to come, at any rate, she would not
-listen to another man. As far as the church door he brought her,
-and then, as he could go no farther, he conveniently vanished
-away by the old trick of stepping in at one door of a
-four-wheeler and out at the other. I think that was the chain of
-events, Mr. Windibank!"
-
-Our visitor had recovered something of his assurance while Holmes
-had been talking, and he rose from his chair now with a cold
-sneer upon his pale face.
-
-"It may be so, or it may not, Mr. Holmes," said he, "but if you
-are so very sharp you ought to be sharp enough to know that it is
-you who are breaking the law now, and not me. I have done nothing
-actionable from the first, but as long as you keep that door
-locked you lay yourself open to an action for assault and illegal
-constraint."
-
-"The law cannot, as you say, touch you," said Holmes, unlocking
-and throwing open the door, "yet there never was a man who
-deserved punishment more. If the young lady has a brother or a
-friend, he ought to lay a whip across your shoulders. By Jove!"
-he continued, flushing up at the sight of the bitter sneer upon
-the man's face, "it is not part of my duties to my client, but
-here's a hunting crop handy, and I think I shall just treat
-myself to--" He took two swift steps to the whip, but before he
-could grasp it there was a wild clatter of steps upon the stairs,
-the heavy hall door banged, and from the window we could see Mr.
-James Windibank running at the top of his speed down the road.
-
-"There's a cold-blooded scoundrel!" said Holmes, laughing, as he
-threw himself down into his chair once more. "That fellow will
-rise from crime to crime until he does something very bad, and
-ends on a gallows. The case has, in some respects, been not
-entirely devoid of interest."
-
-"I cannot now entirely see all the steps of your reasoning," I
-remarked.
-
-"Well, of course it was obvious from the first that this Mr.
-Hosmer Angel must have some strong object for his curious
-conduct, and it was equally clear that the only man who really
-profited by the incident, as far as we could see, was the
-stepfather. Then the fact that the two men were never together,
-but that the one always appeared when the other was away, was
-suggestive. So were the tinted spectacles and the curious voice,
-which both hinted at a disguise, as did the bushy whiskers. My
-suspicions were all confirmed by his peculiar action in
-typewriting his signature, which, of course, inferred that his
-handwriting was so familiar to her that she would recognise even
-the smallest sample of it. You see all these isolated facts,
-together with many minor ones, all pointed in the same
-direction."
-
-"And how did you verify them?"
-
-"Having once spotted my man, it was easy to get corroboration. I
-knew the firm for which this man worked. Having taken the printed
-description. I eliminated everything from it which could be the
-result of a disguise--the whiskers, the glasses, the voice, and I
-sent it to the firm, with a request that they would inform me
-whether it answered to the description of any of their
-travellers. I had already noticed the peculiarities of the
-typewriter, and I wrote to the man himself at his business
-address asking him if he would come here. As I expected, his
-reply was typewritten and revealed the same trivial but
-characteristic defects. The same post brought me a letter from
-Westhouse & Marbank, of Fenchurch Street, to say that the
-description tallied in every respect with that of their employé,
-James Windibank. Voilà tout!"
-
-"And Miss Sutherland?"
-
-"If I tell her she will not believe me. You may remember the old
-Persian saying, 'There is danger for him who taketh the tiger
-cub, and danger also for whoso snatches a delusion from a woman.'
-There is as much sense in Hafiz as in Horace, and as much
-knowledge of the world."
-
-
-
-ADVENTURE IV. THE BOSCOMBE VALLEY MYSTERY
-
-We were seated at breakfast one morning, my wife and I, when the
-maid brought in a telegram. It was from Sherlock Holmes and ran
-in this way:
-
-"Have you a couple of days to spare? Have just been wired for from
-the west of England in connection with Boscombe Valley tragedy.
-Shall be glad if you will come with me. Air and scenery perfect.
-Leave Paddington by the 11:15."
-
-"What do you say, dear?" said my wife, looking across at me.
-"Will you go?"
-
-"I really don't know what to say. I have a fairly long list at
-present."
-
-"Oh, Anstruther would do your work for you. You have been looking
-a little pale lately. I think that the change would do you good,
-and you are always so interested in Mr. Sherlock Holmes' cases."
-
-"I should be ungrateful if I were not, seeing what I gained
-through one of them," I answered. "But if I am to go, I must pack
-at once, for I have only half an hour."
-
-My experience of camp life in Afghanistan had at least had the
-effect of making me a prompt and ready traveller. My wants were
-few and simple, so that in less than the time stated I was in a
-cab with my valise, rattling away to Paddington Station. Sherlock
-Holmes was pacing up and down the platform, his tall, gaunt
-figure made even gaunter and taller by his long grey
-travelling-cloak and close-fitting cloth cap.
-
-"It is really very good of you to come, Watson," said he. "It
-makes a considerable difference to me, having someone with me on
-whom I can thoroughly rely. Local aid is always either worthless
-or else biassed. If you will keep the two corner seats I shall
-get the tickets."
-
-We had the carriage to ourselves save for an immense litter of
-papers which Holmes had brought with him. Among these he rummaged
-and read, with intervals of note-taking and of meditation, until
-we were past Reading. Then he suddenly rolled them all into a
-gigantic ball and tossed them up onto the rack.
-
-"Have you heard anything of the case?" he asked.
-
-"Not a word. I have not seen a paper for some days."
-
-"The London press has not had very full accounts. I have just
-been looking through all the recent papers in order to master the
-particulars. It seems, from what I gather, to be one of those
-simple cases which are so extremely difficult."
-
-"That sounds a little paradoxical."
-
-"But it is profoundly true. Singularity is almost invariably a
-clue. The more featureless and commonplace a crime is, the more
-difficult it is to bring it home. In this case, however, they
-have established a very serious case against the son of the
-murdered man."
-
-"It is a murder, then?"
-
-"Well, it is conjectured to be so. I shall take nothing for
-granted until I have the opportunity of looking personally into
-it. I will explain the state of things to you, as far as I have
-been able to understand it, in a very few words.
-
-"Boscombe Valley is a country district not very far from Ross, in
-Herefordshire. The largest landed proprietor in that part is a
-Mr. John Turner, who made his money in Australia and returned
-some years ago to the old country. One of the farms which he
-held, that of Hatherley, was let to Mr. Charles McCarthy, who was
-also an ex-Australian. The men had known each other in the
-colonies, so that it was not unnatural that when they came to
-settle down they should do so as near each other as possible.
-Turner was apparently the richer man, so McCarthy became his
-tenant but still remained, it seems, upon terms of perfect
-equality, as they were frequently together. McCarthy had one son,
-a lad of eighteen, and Turner had an only daughter of the same
-age, but neither of them had wives living. They appear to have
-avoided the society of the neighbouring English families and to
-have led retired lives, though both the McCarthys were fond of
-sport and were frequently seen at the race-meetings of the
-neighbourhood. McCarthy kept two servants--a man and a girl.
-Turner had a considerable household, some half-dozen at the
-least. That is as much as I have been able to gather about the
-families. Now for the facts.
-
-"On June 3rd, that is, on Monday last, McCarthy left his house at
-Hatherley about three in the afternoon and walked down to the
-Boscombe Pool, which is a small lake formed by the spreading out
-of the stream which runs down the Boscombe Valley. He had been
-out with his serving-man in the morning at Ross, and he had told
-the man that he must hurry, as he had an appointment of
-importance to keep at three. From that appointment he never came
-back alive.
-
-"From Hatherley Farm-house to the Boscombe Pool is a quarter of a
-mile, and two people saw him as he passed over this ground. One
-was an old woman, whose name is not mentioned, and the other was
-William Crowder, a game-keeper in the employ of Mr. Turner. Both
-these witnesses depose that Mr. McCarthy was walking alone. The
-game-keeper adds that within a few minutes of his seeing Mr.
-McCarthy pass he had seen his son, Mr. James McCarthy, going the
-same way with a gun under his arm. To the best of his belief, the
-father was actually in sight at the time, and the son was
-following him. He thought no more of the matter until he heard in
-the evening of the tragedy that had occurred.
-
-"The two McCarthys were seen after the time when William Crowder,
-the game-keeper, lost sight of them. The Boscombe Pool is thickly
-wooded round, with just a fringe of grass and of reeds round the
-edge. A girl of fourteen, Patience Moran, who is the daughter of
-the lodge-keeper of the Boscombe Valley estate, was in one of the
-woods picking flowers. She states that while she was there she
-saw, at the border of the wood and close by the lake, Mr.
-McCarthy and his son, and that they appeared to be having a
-violent quarrel. She heard Mr. McCarthy the elder using very
-strong language to his son, and she saw the latter raise up his
-hand as if to strike his father. She was so frightened by their
-violence that she ran away and told her mother when she reached
-home that she had left the two McCarthys quarrelling near
-Boscombe Pool, and that she was afraid that they were going to
-fight. She had hardly said the words when young Mr. McCarthy came
-running up to the lodge to say that he had found his father dead
-in the wood, and to ask for the help of the lodge-keeper. He was
-much excited, without either his gun or his hat, and his right
-hand and sleeve were observed to be stained with fresh blood. On
-following him they found the dead body stretched out upon the
-grass beside the pool. The head had been beaten in by repeated
-blows of some heavy and blunt weapon. The injuries were such as
-might very well have been inflicted by the butt-end of his son's
-gun, which was found lying on the grass within a few paces of the
-body. Under these circumstances the young man was instantly
-arrested, and a verdict of 'wilful murder' having been returned
-at the inquest on Tuesday, he was on Wednesday brought before the
-magistrates at Ross, who have referred the case to the next
-Assizes. Those are the main facts of the case as they came out
-before the coroner and the police-court."
-
-"I could hardly imagine a more damning case," I remarked. "If
-ever circumstantial evidence pointed to a criminal it does so
-here."
-
-"Circumstantial evidence is a very tricky thing," answered Holmes
-thoughtfully. "It may seem to point very straight to one thing,
-but if you shift your own point of view a little, you may find it
-pointing in an equally uncompromising manner to something
-entirely different. It must be confessed, however, that the case
-looks exceedingly grave against the young man, and it is very
-possible that he is indeed the culprit. There are several people
-in the neighbourhood, however, and among them Miss Turner, the
-daughter of the neighbouring landowner, who believe in his
-innocence, and who have retained Lestrade, whom you may recollect
-in connection with the Study in Scarlet, to work out the case in
-his interest. Lestrade, being rather puzzled, has referred the
-case to me, and hence it is that two middle-aged gentlemen are
-flying westward at fifty miles an hour instead of quietly
-digesting their breakfasts at home."
-
-"I am afraid," said I, "that the facts are so obvious that you
-will find little credit to be gained out of this case."
-
-"There is nothing more deceptive than an obvious fact," he
-answered, laughing. "Besides, we may chance to hit upon some
-other obvious facts which may have been by no means obvious to
-Mr. Lestrade. You know me too well to think that I am boasting
-when I say that I shall either confirm or destroy his theory by
-means which he is quite incapable of employing, or even of
-understanding. To take the first example to hand, I very clearly
-perceive that in your bedroom the window is upon the right-hand
-side, and yet I question whether Mr. Lestrade would have noted
-even so self-evident a thing as that."
-
-"How on earth--"
-
-"My dear fellow, I know you well. I know the military neatness
-which characterises you. You shave every morning, and in this
-season you shave by the sunlight; but since your shaving is less
-and less complete as we get farther back on the left side, until
-it becomes positively slovenly as we get round the angle of the
-jaw, it is surely very clear that that side is less illuminated
-than the other. I could not imagine a man of your habits looking
-at himself in an equal light and being satisfied with such a
-result. I only quote this as a trivial example of observation and
-inference. Therein lies my métier, and it is just possible that
-it may be of some service in the investigation which lies before
-us. There are one or two minor points which were brought out in
-the inquest, and which are worth considering."
-
-"What are they?"
-
-"It appears that his arrest did not take place at once, but after
-the return to Hatherley Farm. On the inspector of constabulary
-informing him that he was a prisoner, he remarked that he was not
-surprised to hear it, and that it was no more than his deserts.
-This observation of his had the natural effect of removing any
-traces of doubt which might have remained in the minds of the
-coroner's jury."
-
-"It was a confession," I ejaculated.
-
-"No, for it was followed by a protestation of innocence."
-
-"Coming on the top of such a damning series of events, it was at
-least a most suspicious remark."
-
-"On the contrary," said Holmes, "it is the brightest rift which I
-can at present see in the clouds. However innocent he might be,
-he could not be such an absolute imbecile as not to see that the
-circumstances were very black against him. Had he appeared
-surprised at his own arrest, or feigned indignation at it, I
-should have looked upon it as highly suspicious, because such
-surprise or anger would not be natural under the circumstances,
-and yet might appear to be the best policy to a scheming man. His
-frank acceptance of the situation marks him as either an innocent
-man, or else as a man of considerable self-restraint and
-firmness. As to his remark about his deserts, it was also not
-unnatural if you consider that he stood beside the dead body of
-his father, and that there is no doubt that he had that very day
-so far forgotten his filial duty as to bandy words with him, and
-even, according to the little girl whose evidence is so
-important, to raise his hand as if to strike him. The
-self-reproach and contrition which are displayed in his remark
-appear to me to be the signs of a healthy mind rather than of a
-guilty one."
-
-I shook my head. "Many men have been hanged on far slighter
-evidence," I remarked.
-
-"So they have. And many men have been wrongfully hanged."
-
-"What is the young man's own account of the matter?"
-
-"It is, I am afraid, not very encouraging to his supporters,
-though there are one or two points in it which are suggestive.
-You will find it here, and may read it for yourself."
-
-He picked out from his bundle a copy of the local Herefordshire
-paper, and having turned down the sheet he pointed out the
-paragraph in which the unfortunate young man had given his own
-statement of what had occurred. I settled myself down in the
-corner of the carriage and read it very carefully. It ran in this
-way:
-
-"Mr. James McCarthy, the only son of the deceased, was then called
-and gave evidence as follows: 'I had been away from home for
-three days at Bristol, and had only just returned upon the
-morning of last Monday, the 3rd. My father was absent from home at
-the time of my arrival, and I was informed by the maid that he
-had driven over to Ross with John Cobb, the groom. Shortly after
-my return I heard the wheels of his trap in the yard, and,
-looking out of my window, I saw him get out and walk rapidly out
-of the yard, though I was not aware in which direction he was
-going. I then took my gun and strolled out in the direction of
-the Boscombe Pool, with the intention of visiting the rabbit
-warren which is upon the other side. On my way I saw William
-Crowder, the game-keeper, as he had stated in his evidence; but
-he is mistaken in thinking that I was following my father. I had
-no idea that he was in front of me. When about a hundred yards
-from the pool I heard a cry of "Cooee!" which was a usual signal
-between my father and myself. I then hurried forward, and found
-him standing by the pool. He appeared to be much surprised at
-seeing me and asked me rather roughly what I was doing there. A
-conversation ensued which led to high words and almost to blows,
-for my father was a man of a very violent temper. Seeing that his
-passion was becoming ungovernable, I left him and returned
-towards Hatherley Farm. I had not gone more than 150 yards,
-however, when I heard a hideous outcry behind me, which caused me
-to run back again. I found my father expiring upon the ground,
-with his head terribly injured. I dropped my gun and held him in
-my arms, but he almost instantly expired. I knelt beside him for
-some minutes, and then made my way to Mr. Turner's lodge-keeper,
-his house being the nearest, to ask for assistance. I saw no one
-near my father when I returned, and I have no idea how he came by
-his injuries. He was not a popular man, being somewhat cold and
-forbidding in his manners, but he had, as far as I know, no
-active enemies. I know nothing further of the matter.'
-
-"The Coroner: Did your father make any statement to you before
-he died?
-
-"Witness: He mumbled a few words, but I could only catch some
-allusion to a rat.
-
-"The Coroner: What did you understand by that?
-
-"Witness: It conveyed no meaning to me. I thought that he was
-delirious.
-
-"The Coroner: What was the point upon which you and your father
-had this final quarrel?
-
-"Witness: I should prefer not to answer.
-
-"The Coroner: I am afraid that I must press it.
-
-"Witness: It is really impossible for me to tell you. I can
-assure you that it has nothing to do with the sad tragedy which
-followed.
-
-"The Coroner: That is for the court to decide. I need not point
-out to you that your refusal to answer will prejudice your case
-considerably in any future proceedings which may arise.
-
-"Witness: I must still refuse.
-
-"The Coroner: I understand that the cry of 'Cooee' was a common
-signal between you and your father?
-
-"Witness: It was.
-
-"The Coroner: How was it, then, that he uttered it before he saw
-you, and before he even knew that you had returned from Bristol?
-
-"Witness (with considerable confusion): I do not know.
-
-"A Juryman: Did you see nothing which aroused your suspicions
-when you returned on hearing the cry and found your father
-fatally injured?
-
-"Witness: Nothing definite.
-
-"The Coroner: What do you mean?
-
-"Witness: I was so disturbed and excited as I rushed out into
-the open, that I could think of nothing except of my father. Yet
-I have a vague impression that as I ran forward something lay
-upon the ground to the left of me. It seemed to me to be
-something grey in colour, a coat of some sort, or a plaid perhaps.
-When I rose from my father I looked round for it, but it was
-gone.
-
-"'Do you mean that it disappeared before you went for help?'
-
-"'Yes, it was gone.'
-
-"'You cannot say what it was?'
-
-"'No, I had a feeling something was there.'
-
-"'How far from the body?'
-
-"'A dozen yards or so.'
-
-"'And how far from the edge of the wood?'
-
-"'About the same.'
-
-"'Then if it was removed it was while you were within a dozen
-yards of it?'
-
-"'Yes, but with my back towards it.'
-
-"This concluded the examination of the witness."
-
-"I see," said I as I glanced down the column, "that the coroner
-in his concluding remarks was rather severe upon young McCarthy.
-He calls attention, and with reason, to the discrepancy about his
-father having signalled to him before seeing him, also to his
-refusal to give details of his conversation with his father, and
-his singular account of his father's dying words. They are all,
-as he remarks, very much against the son."
-
-Holmes laughed softly to himself and stretched himself out upon
-the cushioned seat. "Both you and the coroner have been at some
-pains," said he, "to single out the very strongest points in the
-young man's favour. Don't you see that you alternately give him
-credit for having too much imagination and too little? Too
-little, if he could not invent a cause of quarrel which would
-give him the sympathy of the jury; too much, if he evolved from
-his own inner consciousness anything so outré as a dying
-reference to a rat, and the incident of the vanishing cloth. No,
-sir, I shall approach this case from the point of view that what
-this young man says is true, and we shall see whither that
-hypothesis will lead us. And now here is my pocket Petrarch, and
-not another word shall I say of this case until we are on the
-scene of action. We lunch at Swindon, and I see that we shall be
-there in twenty minutes."
-
-It was nearly four o'clock when we at last, after passing through
-the beautiful Stroud Valley, and over the broad gleaming Severn,
-found ourselves at the pretty little country-town of Ross. A
-lean, ferret-like man, furtive and sly-looking, was waiting for
-us upon the platform. In spite of the light brown dustcoat and
-leather-leggings which he wore in deference to his rustic
-surroundings, I had no difficulty in recognising Lestrade, of
-Scotland Yard. With him we drove to the Hereford Arms where a
-room had already been engaged for us.
-
-"I have ordered a carriage," said Lestrade as we sat over a cup
-of tea. "I knew your energetic nature, and that you would not be
-happy until you had been on the scene of the crime."
-
-"It was very nice and complimentary of you," Holmes answered. "It
-is entirely a question of barometric pressure."
-
-Lestrade looked startled. "I do not quite follow," he said.
-
-"How is the glass? Twenty-nine, I see. No wind, and not a cloud
-in the sky. I have a caseful of cigarettes here which need
-smoking, and the sofa is very much superior to the usual country
-hotel abomination. I do not think that it is probable that I
-shall use the carriage to-night."
-
-Lestrade laughed indulgently. "You have, no doubt, already formed
-your conclusions from the newspapers," he said. "The case is as
-plain as a pikestaff, and the more one goes into it the plainer
-it becomes. Still, of course, one can't refuse a lady, and such a
-very positive one, too. She has heard of you, and would have your
-opinion, though I repeatedly told her that there was nothing
-which you could do which I had not already done. Why, bless my
-soul! here is her carriage at the door."
-
-He had hardly spoken before there rushed into the room one of the
-most lovely young women that I have ever seen in my life. Her
-violet eyes shining, her lips parted, a pink flush upon her
-cheeks, all thought of her natural reserve lost in her
-overpowering excitement and concern.
-
-"Oh, Mr. Sherlock Holmes!" she cried, glancing from one to the
-other of us, and finally, with a woman's quick intuition,
-fastening upon my companion, "I am so glad that you have come. I
-have driven down to tell you so. I know that James didn't do it.
-I know it, and I want you to start upon your work knowing it,
-too. Never let yourself doubt upon that point. We have known each
-other since we were little children, and I know his faults as no
-one else does; but he is too tender-hearted to hurt a fly. Such a
-charge is absurd to anyone who really knows him."
-
-"I hope we may clear him, Miss Turner," said Sherlock Holmes.
-"You may rely upon my doing all that I can."
-
-"But you have read the evidence. You have formed some conclusion?
-Do you not see some loophole, some flaw? Do you not yourself
-think that he is innocent?"
-
-"I think that it is very probable."
-
-"There, now!" she cried, throwing back her head and looking
-defiantly at Lestrade. "You hear! He gives me hopes."
-
-Lestrade shrugged his shoulders. "I am afraid that my colleague
-has been a little quick in forming his conclusions," he said.
-
-"But he is right. Oh! I know that he is right. James never did
-it. And about his quarrel with his father, I am sure that the
-reason why he would not speak about it to the coroner was because
-I was concerned in it."
-
-"In what way?" asked Holmes.
-
-"It is no time for me to hide anything. James and his father had
-many disagreements about me. Mr. McCarthy was very anxious that
-there should be a marriage between us. James and I have always
-loved each other as brother and sister; but of course he is young
-and has seen very little of life yet, and--and--well, he
-naturally did not wish to do anything like that yet. So there
-were quarrels, and this, I am sure, was one of them."
-
-"And your father?" asked Holmes. "Was he in favour of such a
-union?"
-
-"No, he was averse to it also. No one but Mr. McCarthy was in
-favour of it." A quick blush passed over her fresh young face as
-Holmes shot one of his keen, questioning glances at her.
-
-"Thank you for this information," said he. "May I see your father
-if I call to-morrow?"
-
-"I am afraid the doctor won't allow it."
-
-"The doctor?"
-
-"Yes, have you not heard? Poor father has never been strong for
-years back, but this has broken him down completely. He has taken
-to his bed, and Dr. Willows says that he is a wreck and that his
-nervous system is shattered. Mr. McCarthy was the only man alive
-who had known dad in the old days in Victoria."
-
-"Ha! In Victoria! That is important."
-
-"Yes, at the mines."
-
-"Quite so; at the gold-mines, where, as I understand, Mr. Turner
-made his money."
-
-"Yes, certainly."
-
-"Thank you, Miss Turner. You have been of material assistance to
-me."
-
-"You will tell me if you have any news to-morrow. No doubt you
-will go to the prison to see James. Oh, if you do, Mr. Holmes, do
-tell him that I know him to be innocent."
-
-"I will, Miss Turner."
-
-"I must go home now, for dad is very ill, and he misses me so if
-I leave him. Good-bye, and God help you in your undertaking." She
-hurried from the room as impulsively as she had entered, and we
-heard the wheels of her carriage rattle off down the street.
-
-"I am ashamed of you, Holmes," said Lestrade with dignity after a
-few minutes' silence. "Why should you raise up hopes which you
-are bound to disappoint? I am not over-tender of heart, but I
-call it cruel."
-
-"I think that I see my way to clearing James McCarthy," said
-Holmes. "Have you an order to see him in prison?"
-
-"Yes, but only for you and me."
-
-"Then I shall reconsider my resolution about going out. We have
-still time to take a train to Hereford and see him to-night?"
-
-"Ample."
-
-"Then let us do so. Watson, I fear that you will find it very
-slow, but I shall only be away a couple of hours."
-
-I walked down to the station with them, and then wandered through
-the streets of the little town, finally returning to the hotel,
-where I lay upon the sofa and tried to interest myself in a
-yellow-backed novel. The puny plot of the story was so thin,
-however, when compared to the deep mystery through which we were
-groping, and I found my attention wander so continually from the
-action to the fact, that I at last flung it across the room and
-gave myself up entirely to a consideration of the events of the
-day. Supposing that this unhappy young man's story were
-absolutely true, then what hellish thing, what absolutely
-unforeseen and extraordinary calamity could have occurred between
-the time when he parted from his father, and the moment when,
-drawn back by his screams, he rushed into the glade? It was
-something terrible and deadly. What could it be? Might not the
-nature of the injuries reveal something to my medical instincts?
-I rang the bell and called for the weekly county paper, which
-contained a verbatim account of the inquest. In the surgeon's
-deposition it was stated that the posterior third of the left
-parietal bone and the left half of the occipital bone had been
-shattered by a heavy blow from a blunt weapon. I marked the spot
-upon my own head. Clearly such a blow must have been struck from
-behind. That was to some extent in favour of the accused, as when
-seen quarrelling he was face to face with his father. Still, it
-did not go for very much, for the older man might have turned his
-back before the blow fell. Still, it might be worth while to call
-Holmes' attention to it. Then there was the peculiar dying
-reference to a rat. What could that mean? It could not be
-delirium. A man dying from a sudden blow does not commonly become
-delirious. No, it was more likely to be an attempt to explain how
-he met his fate. But what could it indicate? I cudgelled my
-brains to find some possible explanation. And then the incident
-of the grey cloth seen by young McCarthy. If that were true the
-murderer must have dropped some part of his dress, presumably his
-overcoat, in his flight, and must have had the hardihood to
-return and to carry it away at the instant when the son was
-kneeling with his back turned not a dozen paces off. What a
-tissue of mysteries and improbabilities the whole thing was! I
-did not wonder at Lestrade's opinion, and yet I had so much faith
-in Sherlock Holmes' insight that I could not lose hope as long
-as every fresh fact seemed to strengthen his conviction of young
-McCarthy's innocence.
-
-It was late before Sherlock Holmes returned. He came back alone,
-for Lestrade was staying in lodgings in the town.
-
-"The glass still keeps very high," he remarked as he sat down.
-"It is of importance that it should not rain before we are able
-to go over the ground. On the other hand, a man should be at his
-very best and keenest for such nice work as that, and I did not
-wish to do it when fagged by a long journey. I have seen young
-McCarthy."
-
-"And what did you learn from him?"
-
-"Nothing."
-
-"Could he throw no light?"
-
-"None at all. I was inclined to think at one time that he knew
-who had done it and was screening him or her, but I am convinced
-now that he is as puzzled as everyone else. He is not a very
-quick-witted youth, though comely to look at and, I should think,
-sound at heart."
-
-"I cannot admire his taste," I remarked, "if it is indeed a fact
-that he was averse to a marriage with so charming a young lady as
-this Miss Turner."
-
-"Ah, thereby hangs a rather painful tale. This fellow is madly,
-insanely, in love with her, but some two years ago, when he was
-only a lad, and before he really knew her, for she had been away
-five years at a boarding-school, what does the idiot do but get
-into the clutches of a barmaid in Bristol and marry her at a
-registry office? No one knows a word of the matter, but you can
-imagine how maddening it must be to him to be upbraided for not
-doing what he would give his very eyes to do, but what he knows
-to be absolutely impossible. It was sheer frenzy of this sort
-which made him throw his hands up into the air when his father,
-at their last interview, was goading him on to propose to Miss
-Turner. On the other hand, he had no means of supporting himself,
-and his father, who was by all accounts a very hard man, would
-have thrown him over utterly had he known the truth. It was with
-his barmaid wife that he had spent the last three days in
-Bristol, and his father did not know where he was. Mark that
-point. It is of importance. Good has come out of evil, however,
-for the barmaid, finding from the papers that he is in serious
-trouble and likely to be hanged, has thrown him over utterly and
-has written to him to say that she has a husband already in the
-Bermuda Dockyard, so that there is really no tie between them. I
-think that that bit of news has consoled young McCarthy for all
-that he has suffered."
-
-"But if he is innocent, who has done it?"
-
-"Ah! who? I would call your attention very particularly to two
-points. One is that the murdered man had an appointment with
-someone at the pool, and that the someone could not have been his
-son, for his son was away, and he did not know when he would
-return. The second is that the murdered man was heard to cry
-'Cooee!' before he knew that his son had returned. Those are the
-crucial points upon which the case depends. And now let us talk
-about George Meredith, if you please, and we shall leave all
-minor matters until to-morrow."
-
-There was no rain, as Holmes had foretold, and the morning broke
-bright and cloudless. At nine o'clock Lestrade called for us with
-the carriage, and we set off for Hatherley Farm and the Boscombe
-Pool.
-
-"There is serious news this morning," Lestrade observed. "It is
-said that Mr. Turner, of the Hall, is so ill that his life is
-despaired of."
-
-"An elderly man, I presume?" said Holmes.
-
-"About sixty; but his constitution has been shattered by his life
-abroad, and he has been in failing health for some time. This
-business has had a very bad effect upon him. He was an old friend
-of McCarthy's, and, I may add, a great benefactor to him, for I
-have learned that he gave him Hatherley Farm rent free."
-
-"Indeed! That is interesting," said Holmes.
-
-"Oh, yes! In a hundred other ways he has helped him. Everybody
-about here speaks of his kindness to him."
-
-"Really! Does it not strike you as a little singular that this
-McCarthy, who appears to have had little of his own, and to have
-been under such obligations to Turner, should still talk of
-marrying his son to Turner's daughter, who is, presumably,
-heiress to the estate, and that in such a very cocksure manner,
-as if it were merely a case of a proposal and all else would
-follow? It is the more strange, since we know that Turner himself
-was averse to the idea. The daughter told us as much. Do you not
-deduce something from that?"
-
-"We have got to the deductions and the inferences," said
-Lestrade, winking at me. "I find it hard enough to tackle facts,
-Holmes, without flying away after theories and fancies."
-
-"You are right," said Holmes demurely; "you do find it very hard
-to tackle the facts."
-
-"Anyhow, I have grasped one fact which you seem to find it
-difficult to get hold of," replied Lestrade with some warmth.
-
-"And that is--"
-
-"That McCarthy senior met his death from McCarthy junior and that
-all theories to the contrary are the merest moonshine."
-
-"Well, moonshine is a brighter thing than fog," said Holmes,
-laughing. "But I am very much mistaken if this is not Hatherley
-Farm upon the left."
-
-"Yes, that is it." It was a widespread, comfortable-looking
-building, two-storied, slate-roofed, with great yellow blotches
-of lichen upon the grey walls. The drawn blinds and the smokeless
-chimneys, however, gave it a stricken look, as though the weight
-of this horror still lay heavy upon it. We called at the door,
-when the maid, at Holmes' request, showed us the boots which her
-master wore at the time of his death, and also a pair of the
-son's, though not the pair which he had then had. Having measured
-these very carefully from seven or eight different points, Holmes
-desired to be led to the court-yard, from which we all followed
-the winding track which led to Boscombe Pool.
-
-Sherlock Holmes was transformed when he was hot upon such a scent
-as this. Men who had only known the quiet thinker and logician of
-Baker Street would have failed to recognise him. His face flushed
-and darkened. His brows were drawn into two hard black lines,
-while his eyes shone out from beneath them with a steely glitter.
-His face was bent downward, his shoulders bowed, his lips
-compressed, and the veins stood out like whipcord in his long,
-sinewy neck. His nostrils seemed to dilate with a purely animal
-lust for the chase, and his mind was so absolutely concentrated
-upon the matter before him that a question or remark fell
-unheeded upon his ears, or, at the most, only provoked a quick,
-impatient snarl in reply. Swiftly and silently he made his way
-along the track which ran through the meadows, and so by way of
-the woods to the Boscombe Pool. It was damp, marshy ground, as is
-all that district, and there were marks of many feet, both upon
-the path and amid the short grass which bounded it on either
-side. Sometimes Holmes would hurry on, sometimes stop dead, and
-once he made quite a little detour into the meadow. Lestrade and
-I walked behind him, the detective indifferent and contemptuous,
-while I watched my friend with the interest which sprang from the
-conviction that every one of his actions was directed towards a
-definite end.
-
-The Boscombe Pool, which is a little reed-girt sheet of water
-some fifty yards across, is situated at the boundary between the
-Hatherley Farm and the private park of the wealthy Mr. Turner.
-Above the woods which lined it upon the farther side we could see
-the red, jutting pinnacles which marked the site of the rich
-landowner's dwelling. On the Hatherley side of the pool the woods
-grew very thick, and there was a narrow belt of sodden grass
-twenty paces across between the edge of the trees and the reeds
-which lined the lake. Lestrade showed us the exact spot at which
-the body had been found, and, indeed, so moist was the ground,
-that I could plainly see the traces which had been left by the
-fall of the stricken man. To Holmes, as I could see by his eager
-face and peering eyes, very many other things were to be read
-upon the trampled grass. He ran round, like a dog who is picking
-up a scent, and then turned upon my companion.
-
-"What did you go into the pool for?" he asked.
-
-"I fished about with a rake. I thought there might be some weapon
-or other trace. But how on earth--"
-
-"Oh, tut, tut! I have no time! That left foot of yours with its
-inward twist is all over the place. A mole could trace it, and
-there it vanishes among the reeds. Oh, how simple it would all
-have been had I been here before they came like a herd of buffalo
-and wallowed all over it. Here is where the party with the
-lodge-keeper came, and they have covered all tracks for six or
-eight feet round the body. But here are three separate tracks of
-the same feet." He drew out a lens and lay down upon his
-waterproof to have a better view, talking all the time rather to
-himself than to us. "These are young McCarthy's feet. Twice he
-was walking, and once he ran swiftly, so that the soles are
-deeply marked and the heels hardly visible. That bears out his
-story. He ran when he saw his father on the ground. Then here are
-the father's feet as he paced up and down. What is this, then? It
-is the butt-end of the gun as the son stood listening. And this?
-Ha, ha! What have we here? Tiptoes! tiptoes! Square, too, quite
-unusual boots! They come, they go, they come again--of course
-that was for the cloak. Now where did they come from?" He ran up
-and down, sometimes losing, sometimes finding the track until we
-were well within the edge of the wood and under the shadow of a
-great beech, the largest tree in the neighbourhood. Holmes traced
-his way to the farther side of this and lay down once more upon
-his face with a little cry of satisfaction. For a long time he
-remained there, turning over the leaves and dried sticks,
-gathering up what seemed to me to be dust into an envelope and
-examining with his lens not only the ground but even the bark of
-the tree as far as he could reach. A jagged stone was lying among
-the moss, and this also he carefully examined and retained. Then
-he followed a pathway through the wood until he came to the
-highroad, where all traces were lost.
-
-"It has been a case of considerable interest," he remarked,
-returning to his natural manner. "I fancy that this grey house on
-the right must be the lodge. I think that I will go in and have a
-word with Moran, and perhaps write a little note. Having done
-that, we may drive back to our luncheon. You may walk to the cab,
-and I shall be with you presently."
-
-It was about ten minutes before we regained our cab and drove
-back into Ross, Holmes still carrying with him the stone which he
-had picked up in the wood.
-
-"This may interest you, Lestrade," he remarked, holding it out.
-"The murder was done with it."
-
-"I see no marks."
-
-"There are none."
-
-"How do you know, then?"
-
-"The grass was growing under it. It had only lain there a few
-days. There was no sign of a place whence it had been taken. It
-corresponds with the injuries. There is no sign of any other
-weapon."
-
-"And the murderer?"
-
-"Is a tall man, left-handed, limps with the right leg, wears
-thick-soled shooting-boots and a grey cloak, smokes Indian
-cigars, uses a cigar-holder, and carries a blunt pen-knife in his
-pocket. There are several other indications, but these may be
-enough to aid us in our search."
-
-Lestrade laughed. "I am afraid that I am still a sceptic," he
-said. "Theories are all very well, but we have to deal with a
-hard-headed British jury."
-
-"Nous verrons," answered Holmes calmly. "You work your own
-method, and I shall work mine. I shall be busy this afternoon,
-and shall probably return to London by the evening train."
-
-"And leave your case unfinished?"
-
-"No, finished."
-
-"But the mystery?"
-
-"It is solved."
-
-"Who was the criminal, then?"
-
-"The gentleman I describe."
-
-"But who is he?"
-
-"Surely it would not be difficult to find out. This is not such a
-populous neighbourhood."
-
-Lestrade shrugged his shoulders. "I am a practical man," he said,
-"and I really cannot undertake to go about the country looking
-for a left-handed gentleman with a game leg. I should become the
-laughing-stock of Scotland Yard."
-
-"All right," said Holmes quietly. "I have given you the chance.
-Here are your lodgings. Good-bye. I shall drop you a line before
-I leave."
-
-Having left Lestrade at his rooms, we drove to our hotel, where
-we found lunch upon the table. Holmes was silent and buried in
-thought with a pained expression upon his face, as one who finds
-himself in a perplexing position.
-
-"Look here, Watson," he said when the cloth was cleared "just sit
-down in this chair and let me preach to you for a little. I don't
-know quite what to do, and I should value your advice. Light a
-cigar and let me expound."
-
- "Pray do so."
-
-"Well, now, in considering this case there are two points about
-young McCarthy's narrative which struck us both instantly,
-although they impressed me in his favour and you against him. One
-was the fact that his father should, according to his account,
-cry 'Cooee!' before seeing him. The other was his singular dying
-reference to a rat. He mumbled several words, you understand, but
-that was all that caught the son's ear. Now from this double
-point our research must commence, and we will begin it by
-presuming that what the lad says is absolutely true."
-
-"What of this 'Cooee!' then?"
-
-"Well, obviously it could not have been meant for the son. The
-son, as far as he knew, was in Bristol. It was mere chance that
-he was within earshot. The 'Cooee!' was meant to attract the
-attention of whoever it was that he had the appointment with. But
-'Cooee' is a distinctly Australian cry, and one which is used
-between Australians. There is a strong presumption that the
-person whom McCarthy expected to meet him at Boscombe Pool was
-someone who had been in Australia."
-
-"What of the rat, then?"
-
-Sherlock Holmes took a folded paper from his pocket and flattened
-it out on the table. "This is a map of the Colony of Victoria,"
-he said. "I wired to Bristol for it last night." He put his hand
-over part of the map. "What do you read?"
-
-"ARAT," I read.
-
-"And now?" He raised his hand.
-
-"BALLARAT."
-
-"Quite so. That was the word the man uttered, and of which his
-son only caught the last two syllables. He was trying to utter
-the name of his murderer. So and so, of Ballarat."
-
-"It is wonderful!" I exclaimed.
-
-"It is obvious. And now, you see, I had narrowed the field down
-considerably. The possession of a grey garment was a third point
-which, granting the son's statement to be correct, was a
-certainty. We have come now out of mere vagueness to the definite
-conception of an Australian from Ballarat with a grey cloak."
-
-"Certainly."
-
-"And one who was at home in the district, for the pool can only
-be approached by the farm or by the estate, where strangers could
-hardly wander."
-
-"Quite so."
-
-"Then comes our expedition of to-day. By an examination of the
-ground I gained the trifling details which I gave to that
-imbecile Lestrade, as to the personality of the criminal."
-
-"But how did you gain them?"
-
-"You know my method. It is founded upon the observation of
-trifles."
-
-"His height I know that you might roughly judge from the length
-of his stride. His boots, too, might be told from their traces."
-
-"Yes, they were peculiar boots."
-
-"But his lameness?"
-
-"The impression of his right foot was always less distinct than
-his left. He put less weight upon it. Why? Because he limped--he
-was lame."
-
-"But his left-handedness."
-
-"You were yourself struck by the nature of the injury as recorded
-by the surgeon at the inquest. The blow was struck from
-immediately behind, and yet was upon the left side. Now, how can
-that be unless it were by a left-handed man? He had stood behind
-that tree during the interview between the father and son. He had
-even smoked there. I found the ash of a cigar, which my special
-knowledge of tobacco ashes enables me to pronounce as an Indian
-cigar. I have, as you know, devoted some attention to this, and
-written a little monograph on the ashes of 140 different
-varieties of pipe, cigar, and cigarette tobacco. Having found the
-ash, I then looked round and discovered the stump among the moss
-where he had tossed it. It was an Indian cigar, of the variety
-which are rolled in Rotterdam."
-
-"And the cigar-holder?"
-
-"I could see that the end had not been in his mouth. Therefore he
-used a holder. The tip had been cut off, not bitten off, but the
-cut was not a clean one, so I deduced a blunt pen-knife."
-
-"Holmes," I said, "you have drawn a net round this man from which
-he cannot escape, and you have saved an innocent human life as
-truly as if you had cut the cord which was hanging him. I see the
-direction in which all this points. The culprit is--"
-
-"Mr. John Turner," cried the hotel waiter, opening the door of
-our sitting-room, and ushering in a visitor.
-
-The man who entered was a strange and impressive figure. His
-slow, limping step and bowed shoulders gave the appearance of
-decrepitude, and yet his hard, deep-lined, craggy features, and
-his enormous limbs showed that he was possessed of unusual
-strength of body and of character. His tangled beard, grizzled
-hair, and outstanding, drooping eyebrows combined to give an air
-of dignity and power to his appearance, but his face was of an
-ashen white, while his lips and the corners of his nostrils were
-tinged with a shade of blue. It was clear to me at a glance that
-he was in the grip of some deadly and chronic disease.
-
-"Pray sit down on the sofa," said Holmes gently. "You had my
-note?"
-
-"Yes, the lodge-keeper brought it up. You said that you wished to
-see me here to avoid scandal."
-
-"I thought people would talk if I went to the Hall."
-
-"And why did you wish to see me?" He looked across at my
-companion with despair in his weary eyes, as though his question
-was already answered.
-
-"Yes," said Holmes, answering the look rather than the words. "It
-is so. I know all about McCarthy."
-
-The old man sank his face in his hands. "God help me!" he cried.
-"But I would not have let the young man come to harm. I give you
-my word that I would have spoken out if it went against him at
-the Assizes."
-
-"I am glad to hear you say so," said Holmes gravely.
-
-"I would have spoken now had it not been for my dear girl. It
-would break her heart--it will break her heart when she hears
-that I am arrested."
-
-"It may not come to that," said Holmes.
-
-"What?"
-
-"I am no official agent. I understand that it was your daughter
-who required my presence here, and I am acting in her interests.
-Young McCarthy must be got off, however."
-
-"I am a dying man," said old Turner. "I have had diabetes for
-years. My doctor says it is a question whether I shall live a
-month. Yet I would rather die under my own roof than in a gaol."
-
-Holmes rose and sat down at the table with his pen in his hand
-and a bundle of paper before him. "Just tell us the truth," he
-said. "I shall jot down the facts. You will sign it, and Watson
-here can witness it. Then I could produce your confession at the
-last extremity to save young McCarthy. I promise you that I shall
-not use it unless it is absolutely needed."
-
-"It's as well," said the old man; "it's a question whether I
-shall live to the Assizes, so it matters little to me, but I
-should wish to spare Alice the shock. And now I will make the
-thing clear to you; it has been a long time in the acting, but
-will not take me long to tell.
-
-"You didn't know this dead man, McCarthy. He was a devil
-incarnate. I tell you that. God keep you out of the clutches of
-such a man as he. His grip has been upon me these twenty years,
-and he has blasted my life. I'll tell you first how I came to be
-in his power.
-
-"It was in the early '60's at the diggings. I was a young chap
-then, hot-blooded and reckless, ready to turn my hand at
-anything; I got among bad companions, took to drink, had no luck
-with my claim, took to the bush, and in a word became what you
-would call over here a highway robber. There were six of us, and
-we had a wild, free life of it, sticking up a station from time
-to time, or stopping the wagons on the road to the diggings.
-Black Jack of Ballarat was the name I went under, and our party
-is still remembered in the colony as the Ballarat Gang.
-
-"One day a gold convoy came down from Ballarat to Melbourne, and
-we lay in wait for it and attacked it. There were six troopers
-and six of us, so it was a close thing, but we emptied four of
-their saddles at the first volley. Three of our boys were killed,
-however, before we got the swag. I put my pistol to the head of
-the wagon-driver, who was this very man McCarthy. I wish to the
-Lord that I had shot him then, but I spared him, though I saw his
-wicked little eyes fixed on my face, as though to remember every
-feature. We got away with the gold, became wealthy men, and made
-our way over to England without being suspected. There I parted
-from my old pals and determined to settle down to a quiet and
-respectable life. I bought this estate, which chanced to be in
-the market, and I set myself to do a little good with my money,
-to make up for the way in which I had earned it. I married, too,
-and though my wife died young she left me my dear little Alice.
-Even when she was just a baby her wee hand seemed to lead me down
-the right path as nothing else had ever done. In a word, I turned
-over a new leaf and did my best to make up for the past. All was
-going well when McCarthy laid his grip upon me.
-
-"I had gone up to town about an investment, and I met him in
-Regent Street with hardly a coat to his back or a boot to his
-foot.
-
-"'Here we are, Jack,' says he, touching me on the arm; 'we'll be
-as good as a family to you. There's two of us, me and my son, and
-you can have the keeping of us. If you don't--it's a fine,
-law-abiding country is England, and there's always a policeman
-within hail.'
-
-"Well, down they came to the west country, there was no shaking
-them off, and there they have lived rent free on my best land
-ever since. There was no rest for me, no peace, no forgetfulness;
-turn where I would, there was his cunning, grinning face at my
-elbow. It grew worse as Alice grew up, for he soon saw I was more
-afraid of her knowing my past than of the police. Whatever he
-wanted he must have, and whatever it was I gave him without
-question, land, money, houses, until at last he asked a thing
-which I could not give. He asked for Alice.
-
-"His son, you see, had grown up, and so had my girl, and as I was
-known to be in weak health, it seemed a fine stroke to him that
-his lad should step into the whole property. But there I was
-firm. I would not have his cursed stock mixed with mine; not that
-I had any dislike to the lad, but his blood was in him, and that
-was enough. I stood firm. McCarthy threatened. I braved him to do
-his worst. We were to meet at the pool midway between our houses
-to talk it over.
-
-"When I went down there I found him talking with his son, so I
-smoked a cigar and waited behind a tree until he should be alone.
-But as I listened to his talk all that was black and bitter in
-me seemed to come uppermost. He was urging his son to marry my
-daughter with as little regard for what she might think as if she
-were a slut from off the streets. It drove me mad to think that I
-and all that I held most dear should be in the power of such a
-man as this. Could I not snap the bond? I was already a dying and
-a desperate man. Though clear of mind and fairly strong of limb,
-I knew that my own fate was sealed. But my memory and my girl!
-Both could be saved if I could but silence that foul tongue. I
-did it, Mr. Holmes. I would do it again. Deeply as I have sinned,
-I have led a life of martyrdom to atone for it. But that my girl
-should be entangled in the same meshes which held me was more
-than I could suffer. I struck him down with no more compunction
-than if he had been some foul and venomous beast. His cry brought
-back his son; but I had gained the cover of the wood, though I
-was forced to go back to fetch the cloak which I had dropped in
-my flight. That is the true story, gentlemen, of all that
-occurred."
-
-"Well, it is not for me to judge you," said Holmes as the old man
-signed the statement which had been drawn out. "I pray that we
-may never be exposed to such a temptation."
-
-"I pray not, sir. And what do you intend to do?"
-
-"In view of your health, nothing. You are yourself aware that you
-will soon have to answer for your deed at a higher court than the
-Assizes. I will keep your confession, and if McCarthy is
-condemned I shall be forced to use it. If not, it shall never be
-seen by mortal eye; and your secret, whether you be alive or
-dead, shall be safe with us."
-
-"Farewell, then," said the old man solemnly. "Your own deathbeds,
-when they come, will be the easier for the thought of the peace
-which you have given to mine." Tottering and shaking in all his
-giant frame, he stumbled slowly from the room.
-
-"God help us!" said Holmes after a long silence. "Why does fate
-play such tricks with poor, helpless worms? I never hear of such
-a case as this that I do not think of Baxter's words, and say,
-'There, but for the grace of God, goes Sherlock Holmes.'"
-
-James McCarthy was acquitted at the Assizes on the strength of a
-number of objections which had been drawn out by Holmes and
-submitted to the defending counsel. Old Turner lived for seven
-months after our interview, but he is now dead; and there is
-every prospect that the son and daughter may come to live happily
-together in ignorance of the black cloud which rests upon their
-past.
-
-
-
-ADVENTURE V. THE FIVE ORANGE PIPS
-
-When I glance over my notes and records of the Sherlock Holmes
-cases between the years '82 and '90, I am faced by so many which
-present strange and interesting features that it is no easy
-matter to know which to choose and which to leave. Some, however,
-have already gained publicity through the papers, and others have
-not offered a field for those peculiar qualities which my friend
-possessed in so high a degree, and which it is the object of
-these papers to illustrate. Some, too, have baffled his
-analytical skill, and would be, as narratives, beginnings without
-an ending, while others have been but partially cleared up, and
-have their explanations founded rather upon conjecture and
-surmise than on that absolute logical proof which was so dear to
-him. There is, however, one of these last which was so remarkable
-in its details and so startling in its results that I am tempted
-to give some account of it in spite of the fact that there are
-points in connection with it which never have been, and probably
-never will be, entirely cleared up.
-
-The year '87 furnished us with a long series of cases of greater
-or less interest, of which I retain the records. Among my
-headings under this one twelve months I find an account of the
-adventure of the Paradol Chamber, of the Amateur Mendicant
-Society, who held a luxurious club in the lower vault of a
-furniture warehouse, of the facts connected with the loss of the
-British barque "Sophy Anderson", of the singular adventures of the
-Grice Patersons in the island of Uffa, and finally of the
-Camberwell poisoning case. In the latter, as may be remembered,
-Sherlock Holmes was able, by winding up the dead man's watch, to
-prove that it had been wound up two hours before, and that
-therefore the deceased had gone to bed within that time--a
-deduction which was of the greatest importance in clearing up the
-case. All these I may sketch out at some future date, but none of
-them present such singular features as the strange train of
-circumstances which I have now taken up my pen to describe.
-
-It was in the latter days of September, and the equinoctial gales
-had set in with exceptional violence. All day the wind had
-screamed and the rain had beaten against the windows, so that
-even here in the heart of great, hand-made London we were forced
-to raise our minds for the instant from the routine of life and
-to recognise the presence of those great elemental forces which
-shriek at mankind through the bars of his civilisation, like
-untamed beasts in a cage. As evening drew in, the storm grew
-higher and louder, and the wind cried and sobbed like a child in
-the chimney. Sherlock Holmes sat moodily at one side of the
-fireplace cross-indexing his records of crime, while I at the
-other was deep in one of Clark Russell's fine sea-stories until
-the howl of the gale from without seemed to blend with the text,
-and the splash of the rain to lengthen out into the long swash of
-the sea waves. My wife was on a visit to her mother's, and for a
-few days I was a dweller once more in my old quarters at Baker
-Street.
-
-"Why," said I, glancing up at my companion, "that was surely the
-bell. Who could come to-night? Some friend of yours, perhaps?"
-
-"Except yourself I have none," he answered. "I do not encourage
-visitors."
-
-"A client, then?"
-
-"If so, it is a serious case. Nothing less would bring a man out
-on such a day and at such an hour. But I take it that it is more
-likely to be some crony of the landlady's."
-
-Sherlock Holmes was wrong in his conjecture, however, for there
-came a step in the passage and a tapping at the door. He
-stretched out his long arm to turn the lamp away from himself and
-towards the vacant chair upon which a newcomer must sit.
-
-"Come in!" said he.
-
-The man who entered was young, some two-and-twenty at the
-outside, well-groomed and trimly clad, with something of
-refinement and delicacy in his bearing. The streaming umbrella
-which he held in his hand, and his long shining waterproof told
-of the fierce weather through which he had come. He looked about
-him anxiously in the glare of the lamp, and I could see that his
-face was pale and his eyes heavy, like those of a man who is
-weighed down with some great anxiety.
-
-"I owe you an apology," he said, raising his golden pince-nez to
-his eyes. "I trust that I am not intruding. I fear that I have
-brought some traces of the storm and rain into your snug
-chamber."
-
-"Give me your coat and umbrella," said Holmes. "They may rest
-here on the hook and will be dry presently. You have come up from
-the south-west, I see."
-
-"Yes, from Horsham."
-
-"That clay and chalk mixture which I see upon your toe caps is
-quite distinctive."
-
-"I have come for advice."
-
-"That is easily got."
-
-"And help."
-
-"That is not always so easy."
-
-"I have heard of you, Mr. Holmes. I heard from Major Prendergast
-how you saved him in the Tankerville Club scandal."
-
-"Ah, of course. He was wrongfully accused of cheating at cards."
-
-"He said that you could solve anything."
-
-"He said too much."
-
-"That you are never beaten."
-
-"I have been beaten four times--three times by men, and once by a
-woman."
-
-"But what is that compared with the number of your successes?"
-
-"It is true that I have been generally successful."
-
-"Then you may be so with me."
-
-"I beg that you will draw your chair up to the fire and favour me
-with some details as to your case."
-
-"It is no ordinary one."
-
-"None of those which come to me are. I am the last court of
-appeal."
-
-"And yet I question, sir, whether, in all your experience, you
-have ever listened to a more mysterious and inexplicable chain of
-events than those which have happened in my own family."
-
-"You fill me with interest," said Holmes. "Pray give us the
-essential facts from the commencement, and I can afterwards
-question you as to those details which seem to me to be most
-important."
-
-The young man pulled his chair up and pushed his wet feet out
-towards the blaze.
-
-"My name," said he, "is John Openshaw, but my own affairs have,
-as far as I can understand, little to do with this awful
-business. It is a hereditary matter; so in order to give you an
-idea of the facts, I must go back to the commencement of the
-affair.
-
-"You must know that my grandfather had two sons--my uncle Elias
-and my father Joseph. My father had a small factory at Coventry,
-which he enlarged at the time of the invention of bicycling. He
-was a patentee of the Openshaw unbreakable tire, and his business
-met with such success that he was able to sell it and to retire
-upon a handsome competence.
-
-"My uncle Elias emigrated to America when he was a young man and
-became a planter in Florida, where he was reported to have done
-very well. At the time of the war he fought in Jackson's army,
-and afterwards under Hood, where he rose to be a colonel. When
-Lee laid down his arms my uncle returned to his plantation, where
-he remained for three or four years. About 1869 or 1870 he came
-back to Europe and took a small estate in Sussex, near Horsham.
-He had made a very considerable fortune in the States, and his
-reason for leaving them was his aversion to the negroes, and his
-dislike of the Republican policy in extending the franchise to
-them. He was a singular man, fierce and quick-tempered, very
-foul-mouthed when he was angry, and of a most retiring
-disposition. During all the years that he lived at Horsham, I
-doubt if ever he set foot in the town. He had a garden and two or
-three fields round his house, and there he would take his
-exercise, though very often for weeks on end he would never leave
-his room. He drank a great deal of brandy and smoked very
-heavily, but he would see no society and did not want any
-friends, not even his own brother.
-
-"He didn't mind me; in fact, he took a fancy to me, for at the
-time when he saw me first I was a youngster of twelve or so. This
-would be in the year 1878, after he had been eight or nine years
-in England. He begged my father to let me live with him and he
-was very kind to me in his way. When he was sober he used to be
-fond of playing backgammon and draughts with me, and he would
-make me his representative both with the servants and with the
-tradespeople, so that by the time that I was sixteen I was quite
-master of the house. I kept all the keys and could go where I
-liked and do what I liked, so long as I did not disturb him in
-his privacy. There was one singular exception, however, for he
-had a single room, a lumber-room up among the attics, which was
-invariably locked, and which he would never permit either me or
-anyone else to enter. With a boy's curiosity I have peeped
-through the keyhole, but I was never able to see more than such a
-collection of old trunks and bundles as would be expected in such
-a room.
-
-"One day--it was in March, 1883--a letter with a foreign stamp
-lay upon the table in front of the colonel's plate. It was not a
-common thing for him to receive letters, for his bills were all
-paid in ready money, and he had no friends of any sort. 'From
-India!' said he as he took it up, 'Pondicherry postmark! What can
-this be?' Opening it hurriedly, out there jumped five little
-dried orange pips, which pattered down upon his plate. I began to
-laugh at this, but the laugh was struck from my lips at the sight
-of his face. His lip had fallen, his eyes were protruding, his
-skin the colour of putty, and he glared at the envelope which he
-still held in his trembling hand, 'K. K. K.!' he shrieked, and
-then, 'My God, my God, my sins have overtaken me!'
-
-"'What is it, uncle?' I cried.
-
-"'Death,' said he, and rising from the table he retired to his
-room, leaving me palpitating with horror. I took up the envelope
-and saw scrawled in red ink upon the inner flap, just above the
-gum, the letter K three times repeated. There was nothing else
-save the five dried pips. What could be the reason of his
-overpowering terror? I left the breakfast-table, and as I
-ascended the stair I met him coming down with an old rusty key,
-which must have belonged to the attic, in one hand, and a small
-brass box, like a cashbox, in the other.
-
-"'They may do what they like, but I'll checkmate them still,'
-said he with an oath. 'Tell Mary that I shall want a fire in my
-room to-day, and send down to Fordham, the Horsham lawyer.'
-
-"I did as he ordered, and when the lawyer arrived I was asked to
-step up to the room. The fire was burning brightly, and in the
-grate there was a mass of black, fluffy ashes, as of burned
-paper, while the brass box stood open and empty beside it. As I
-glanced at the box I noticed, with a start, that upon the lid was
-printed the treble K which I had read in the morning upon the
-envelope.
-
-"'I wish you, John,' said my uncle, 'to witness my will. I leave
-my estate, with all its advantages and all its disadvantages, to
-my brother, your father, whence it will, no doubt, descend to
-you. If you can enjoy it in peace, well and good! If you find you
-cannot, take my advice, my boy, and leave it to your deadliest
-enemy. I am sorry to give you such a two-edged thing, but I can't
-say what turn things are going to take. Kindly sign the paper
-where Mr. Fordham shows you.'
-
-"I signed the paper as directed, and the lawyer took it away with
-him. The singular incident made, as you may think, the deepest
-impression upon me, and I pondered over it and turned it every
-way in my mind without being able to make anything of it. Yet I
-could not shake off the vague feeling of dread which it left
-behind, though the sensation grew less keen as the weeks passed
-and nothing happened to disturb the usual routine of our lives. I
-could see a change in my uncle, however. He drank more than ever,
-and he was less inclined for any sort of society. Most of his
-time he would spend in his room, with the door locked upon the
-inside, but sometimes he would emerge in a sort of drunken frenzy
-and would burst out of the house and tear about the garden with a
-revolver in his hand, screaming out that he was afraid of no man,
-and that he was not to be cooped up, like a sheep in a pen, by
-man or devil. When these hot fits were over, however, he would
-rush tumultuously in at the door and lock and bar it behind him,
-like a man who can brazen it out no longer against the terror
-which lies at the roots of his soul. At such times I have seen
-his face, even on a cold day, glisten with moisture, as though it
-were new raised from a basin.
-
-"Well, to come to an end of the matter, Mr. Holmes, and not to
-abuse your patience, there came a night when he made one of those
-drunken sallies from which he never came back. We found him, when
-we went to search for him, face downward in a little
-green-scummed pool, which lay at the foot of the garden. There
-was no sign of any violence, and the water was but two feet deep,
-so that the jury, having regard to his known eccentricity,
-brought in a verdict of 'suicide.' But I, who knew how he winced
-from the very thought of death, had much ado to persuade myself
-that he had gone out of his way to meet it. The matter passed,
-however, and my father entered into possession of the estate, and
-of some 14,000 pounds, which lay to his credit at the bank."
-
-"One moment," Holmes interposed, "your statement is, I foresee,
-one of the most remarkable to which I have ever listened. Let me
-have the date of the reception by your uncle of the letter, and
-the date of his supposed suicide."
-
-"The letter arrived on March 10, 1883. His death was seven weeks
-later, upon the night of May 2nd."
-
-"Thank you. Pray proceed."
-
-"When my father took over the Horsham property, he, at my
-request, made a careful examination of the attic, which had been
-always locked up. We found the brass box there, although its
-contents had been destroyed. On the inside of the cover was a
-paper label, with the initials of K. K. K. repeated upon it, and
-'Letters, memoranda, receipts, and a register' written beneath.
-These, we presume, indicated the nature of the papers which had
-been destroyed by Colonel Openshaw. For the rest, there was
-nothing of much importance in the attic save a great many
-scattered papers and note-books bearing upon my uncle's life in
-America. Some of them were of the war time and showed that he had
-done his duty well and had borne the repute of a brave soldier.
-Others were of a date during the reconstruction of the Southern
-states, and were mostly concerned with politics, for he had
-evidently taken a strong part in opposing the carpet-bag
-politicians who had been sent down from the North.
-
-"Well, it was the beginning of '84 when my father came to live at
-Horsham, and all went as well as possible with us until the
-January of '85. On the fourth day after the new year I heard my
-father give a sharp cry of surprise as we sat together at the
-breakfast-table. There he was, sitting with a newly opened
-envelope in one hand and five dried orange pips in the
-outstretched palm of the other one. He had always laughed at what
-he called my cock-and-bull story about the colonel, but he looked
-very scared and puzzled now that the same thing had come upon
-himself.
-
-"'Why, what on earth does this mean, John?' he stammered.
-
-"My heart had turned to lead. 'It is K. K. K.,' said I.
-
-"He looked inside the envelope. 'So it is,' he cried. 'Here are
-the very letters. But what is this written above them?'
-
-"'Put the papers on the sundial,' I read, peeping over his
-shoulder.
-
-"'What papers? What sundial?' he asked.
-
-"'The sundial in the garden. There is no other,' said I; 'but the
-papers must be those that are destroyed.'
-
-"'Pooh!' said he, gripping hard at his courage. 'We are in a
-civilised land here, and we can't have tomfoolery of this kind.
-Where does the thing come from?'
-
-"'From Dundee,' I answered, glancing at the postmark.
-
-"'Some preposterous practical joke,' said he. 'What have I to do
-with sundials and papers? I shall take no notice of such
-nonsense.'
-
-"'I should certainly speak to the police,' I said.
-
-"'And be laughed at for my pains. Nothing of the sort.'
-
-"'Then let me do so?'
-
-"'No, I forbid you. I won't have a fuss made about such
-nonsense.'
-
-"It was in vain to argue with him, for he was a very obstinate
-man. I went about, however, with a heart which was full of
-forebodings.
-
-"On the third day after the coming of the letter my father went
-from home to visit an old friend of his, Major Freebody, who is
-in command of one of the forts upon Portsdown Hill. I was glad
-that he should go, for it seemed to me that he was farther from
-danger when he was away from home. In that, however, I was in
-error. Upon the second day of his absence I received a telegram
-from the major, imploring me to come at once. My father had
-fallen over one of the deep chalk-pits which abound in the
-neighbourhood, and was lying senseless, with a shattered skull. I
-hurried to him, but he passed away without having ever recovered
-his consciousness. He had, as it appears, been returning from
-Fareham in the twilight, and as the country was unknown to him,
-and the chalk-pit unfenced, the jury had no hesitation in
-bringing in a verdict of 'death from accidental causes.'
-Carefully as I examined every fact connected with his death, I
-was unable to find anything which could suggest the idea of
-murder. There were no signs of violence, no footmarks, no
-robbery, no record of strangers having been seen upon the roads.
-And yet I need not tell you that my mind was far from at ease,
-and that I was well-nigh certain that some foul plot had been
-woven round him.
-
-"In this sinister way I came into my inheritance. You will ask me
-why I did not dispose of it? I answer, because I was well
-convinced that our troubles were in some way dependent upon an
-incident in my uncle's life, and that the danger would be as
-pressing in one house as in another.
-
-"It was in January, '85, that my poor father met his end, and two
-years and eight months have elapsed since then. During that time
-I have lived happily at Horsham, and I had begun to hope that
-this curse had passed away from the family, and that it had ended
-with the last generation. I had begun to take comfort too soon,
-however; yesterday morning the blow fell in the very shape in
-which it had come upon my father."
-
-The young man took from his waistcoat a crumpled envelope, and
-turning to the table he shook out upon it five little dried
-orange pips.
-
-"This is the envelope," he continued. "The postmark is
-London--eastern division. Within are the very words which were
-upon my father's last message: 'K. K. K.'; and then 'Put the
-papers on the sundial.'"
-
-"What have you done?" asked Holmes.
-
-"Nothing."
-
-"Nothing?"
-
-"To tell the truth"--he sank his face into his thin, white
-hands--"I have felt helpless. I have felt like one of those poor
-rabbits when the snake is writhing towards it. I seem to be in
-the grasp of some resistless, inexorable evil, which no foresight
-and no precautions can guard against."
-
-"Tut! tut!" cried Sherlock Holmes. "You must act, man, or you are
-lost. Nothing but energy can save you. This is no time for
-despair."
-
-"I have seen the police."
-
-"Ah!"
-
-"But they listened to my story with a smile. I am convinced that
-the inspector has formed the opinion that the letters are all
-practical jokes, and that the deaths of my relations were really
-accidents, as the jury stated, and were not to be connected with
-the warnings."
-
-Holmes shook his clenched hands in the air. "Incredible
-imbecility!" he cried.
-
-"They have, however, allowed me a policeman, who may remain in
-the house with me."
-
-"Has he come with you to-night?"
-
-"No. His orders were to stay in the house."
-
-Again Holmes raved in the air.
-
-"Why did you come to me," he cried, "and, above all, why did you
-not come at once?"
-
-"I did not know. It was only to-day that I spoke to Major
-Prendergast about my troubles and was advised by him to come to
-you."
-
-"It is really two days since you had the letter. We should have
-acted before this. You have no further evidence, I suppose, than
-that which you have placed before us--no suggestive detail which
-might help us?"
-
-"There is one thing," said John Openshaw. He rummaged in his coat
-pocket, and, drawing out a piece of discoloured, blue-tinted
-paper, he laid it out upon the table. "I have some remembrance,"
-said he, "that on the day when my uncle burned the papers I
-observed that the small, unburned margins which lay amid the
-ashes were of this particular colour. I found this single sheet
-upon the floor of his room, and I am inclined to think that it
-may be one of the papers which has, perhaps, fluttered out from
-among the others, and in that way has escaped destruction. Beyond
-the mention of pips, I do not see that it helps us much. I think
-myself that it is a page from some private diary. The writing is
-undoubtedly my uncle's."
-
-Holmes moved the lamp, and we both bent over the sheet of paper,
-which showed by its ragged edge that it had indeed been torn from
-a book. It was headed, "March, 1869," and beneath were the
-following enigmatical notices:
-
-"4th. Hudson came. Same old platform.
-
-"7th. Set the pips on McCauley, Paramore, and
-      John Swain, of St. Augustine.
-
-"9th. McCauley cleared.
-
-"10th. John Swain cleared.
-
-"12th. Visited Paramore. All well."
-
-"Thank you!" said Holmes, folding up the paper and returning it
-to our visitor. "And now you must on no account lose another
-instant. We cannot spare time even to discuss what you have told
-me. You must get home instantly and act."
-
-"What shall I do?"
-
-"There is but one thing to do. It must be done at once. You must
-put this piece of paper which you have shown us into the brass
-box which you have described. You must also put in a note to say
-that all the other papers were burned by your uncle, and that
-this is the only one which remains. You must assert that in such
-words as will carry conviction with them. Having done this, you
-must at once put the box out upon the sundial, as directed. Do
-you understand?"
-
-"Entirely."
-
-"Do not think of revenge, or anything of the sort, at present. I
-think that we may gain that by means of the law; but we have our
-web to weave, while theirs is already woven. The first
-consideration is to remove the pressing danger which threatens
-you. The second is to clear up the mystery and to punish the
-guilty parties."
-
-"I thank you," said the young man, rising and pulling on his
-overcoat. "You have given me fresh life and hope. I shall
-certainly do as you advise."
-
-"Do not lose an instant. And, above all, take care of yourself in
-the meanwhile, for I do not think that there can be a doubt that
-you are threatened by a very real and imminent danger. How do you
-go back?"
-
-"By train from Waterloo."
-
-"It is not yet nine. The streets will be crowded, so I trust that
-you may be in safety. And yet you cannot guard yourself too
-closely."
-
-"I am armed."
-
-"That is well. To-morrow I shall set to work upon your case."
-
-"I shall see you at Horsham, then?"
-
-"No, your secret lies in London. It is there that I shall seek
-it."
-
-"Then I shall call upon you in a day, or in two days, with news
-as to the box and the papers. I shall take your advice in every
-particular." He shook hands with us and took his leave. Outside
-the wind still screamed and the rain splashed and pattered
-against the windows. This strange, wild story seemed to have come
-to us from amid the mad elements--blown in upon us like a sheet
-of sea-weed in a gale--and now to have been reabsorbed by them
-once more.
-
-Sherlock Holmes sat for some time in silence, with his head sunk
-forward and his eyes bent upon the red glow of the fire. Then he
-lit his pipe, and leaning back in his chair he watched the blue
-smoke-rings as they chased each other up to the ceiling.
-
-"I think, Watson," he remarked at last, "that of all our cases we
-have had none more fantastic than this."
-
-"Save, perhaps, the Sign of Four."
-
-"Well, yes. Save, perhaps, that. And yet this John Openshaw seems
-to me to be walking amid even greater perils than did the
-Sholtos."
-
-"But have you," I asked, "formed any definite conception as to
-what these perils are?"
-
-"There can be no question as to their nature," he answered.
-
-"Then what are they? Who is this K. K. K., and why does he pursue
-this unhappy family?"
-
-Sherlock Holmes closed his eyes and placed his elbows upon the
-arms of his chair, with his finger-tips together. "The ideal
-reasoner," he remarked, "would, when he had once been shown a
-single fact in all its bearings, deduce from it not only all the
-chain of events which led up to it but also all the results which
-would follow from it. As Cuvier could correctly describe a whole
-animal by the contemplation of a single bone, so the observer who
-has thoroughly understood one link in a series of incidents
-should be able to accurately state all the other ones, both
-before and after. We have not yet grasped the results which the
-reason alone can attain to. Problems may be solved in the study
-which have baffled all those who have sought a solution by the
-aid of their senses. To carry the art, however, to its highest
-pitch, it is necessary that the reasoner should be able to
-utilise all the facts which have come to his knowledge; and this
-in itself implies, as you will readily see, a possession of all
-knowledge, which, even in these days of free education and
-encyclopaedias, is a somewhat rare accomplishment. It is not so
-impossible, however, that a man should possess all knowledge
-which is likely to be useful to him in his work, and this I have
-endeavoured in my case to do. If I remember rightly, you on one
-occasion, in the early days of our friendship, defined my limits
-in a very precise fashion."
-
-"Yes," I answered, laughing. "It was a singular document.
-Philosophy, astronomy, and politics were marked at zero, I
-remember. Botany variable, geology profound as regards the
-mud-stains from any region within fifty miles of town, chemistry
-eccentric, anatomy unsystematic, sensational literature and crime
-records unique, violin-player, boxer, swordsman, lawyer, and
-self-poisoner by cocaine and tobacco. Those, I think, were the
-main points of my analysis."
-
-Holmes grinned at the last item. "Well," he said, "I say now, as
-I said then, that a man should keep his little brain-attic
-stocked with all the furniture that he is likely to use, and the
-rest he can put away in the lumber-room of his library, where he
-can get it if he wants it. Now, for such a case as the one which
-has been submitted to us to-night, we need certainly to muster
-all our resources. Kindly hand me down the letter K of the
-'American Encyclopaedia' which stands upon the shelf beside you.
-Thank you. Now let us consider the situation and see what may be
-deduced from it. In the first place, we may start with a strong
-presumption that Colonel Openshaw had some very strong reason for
-leaving America. Men at his time of life do not change all their
-habits and exchange willingly the charming climate of Florida for
-the lonely life of an English provincial town. His extreme love
-of solitude in England suggests the idea that he was in fear of
-someone or something, so we may assume as a working hypothesis
-that it was fear of someone or something which drove him from
-America. As to what it was he feared, we can only deduce that by
-considering the formidable letters which were received by himself
-and his successors. Did you remark the postmarks of those
-letters?"
-
-"The first was from Pondicherry, the second from Dundee, and the
-third from London."
-
-"From East London. What do you deduce from that?"
-
-"They are all seaports. That the writer was on board of a ship."
-
-"Excellent. We have already a clue. There can be no doubt that
-the probability--the strong probability--is that the writer was
-on board of a ship. And now let us consider another point. In the
-case of Pondicherry, seven weeks elapsed between the threat and
-its fulfilment, in Dundee it was only some three or four days.
-Does that suggest anything?"
-
-"A greater distance to travel."
-
-"But the letter had also a greater distance to come."
-
-"Then I do not see the point."
-
-"There is at least a presumption that the vessel in which the man
-or men are is a sailing-ship. It looks as if they always send
-their singular warning or token before them when starting upon
-their mission. You see how quickly the deed followed the sign
-when it came from Dundee. If they had come from Pondicherry in a
-steamer they would have arrived almost as soon as their letter.
-But, as a matter of fact, seven weeks elapsed. I think that those
-seven weeks represented the difference between the mail-boat which
-brought the letter and the sailing vessel which brought the
-writer."
-
-"It is possible."
-
-"More than that. It is probable. And now you see the deadly
-urgency of this new case, and why I urged young Openshaw to
-caution. The blow has always fallen at the end of the time which
-it would take the senders to travel the distance. But this one
-comes from London, and therefore we cannot count upon delay."
-
-"Good God!" I cried. "What can it mean, this relentless
-persecution?"
-
-"The papers which Openshaw carried are obviously of vital
-importance to the person or persons in the sailing-ship. I think
-that it is quite clear that there must be more than one of them.
-A single man could not have carried out two deaths in such a way
-as to deceive a coroner's jury. There must have been several in
-it, and they must have been men of resource and determination.
-Their papers they mean to have, be the holder of them who it may.
-In this way you see K. K. K. ceases to be the initials of an
-individual and becomes the badge of a society."
-
-"But of what society?"
-
-"Have you never--" said Sherlock Holmes, bending forward and
-sinking his voice--"have you never heard of the Ku Klux Klan?"
-
-"I never have."
-
-Holmes turned over the leaves of the book upon his knee. "Here it
-is," said he presently:
-
-"'Ku Klux Klan. A name derived from the fanciful resemblance to
-the sound produced by cocking a rifle. This terrible secret
-society was formed by some ex-Confederate soldiers in the
-Southern states after the Civil War, and it rapidly formed local
-branches in different parts of the country, notably in Tennessee,
-Louisiana, the Carolinas, Georgia, and Florida. Its power was
-used for political purposes, principally for the terrorising of
-the negro voters and the murdering and driving from the country
-of those who were opposed to its views. Its outrages were usually
-preceded by a warning sent to the marked man in some fantastic
-but generally recognised shape--a sprig of oak-leaves in some
-parts, melon seeds or orange pips in others. On receiving this
-the victim might either openly abjure his former ways, or might
-fly from the country. If he braved the matter out, death would
-unfailingly come upon him, and usually in some strange and
-unforeseen manner. So perfect was the organisation of the
-society, and so systematic its methods, that there is hardly a
-case upon record where any man succeeded in braving it with
-impunity, or in which any of its outrages were traced home to the
-perpetrators. For some years the organisation flourished in spite
-of the efforts of the United States government and of the better
-classes of the community in the South. Eventually, in the year
-1869, the movement rather suddenly collapsed, although there have
-been sporadic outbreaks of the same sort since that date.'
-
-"You will observe," said Holmes, laying down the volume, "that
-the sudden breaking up of the society was coincident with the
-disappearance of Openshaw from America with their papers. It may
-well have been cause and effect. It is no wonder that he and his
-family have some of the more implacable spirits upon their track.
-You can understand that this register and diary may implicate
-some of the first men in the South, and that there may be many
-who will not sleep easy at night until it is recovered."
-
-"Then the page we have seen--"
-
-"Is such as we might expect. It ran, if I remember right, 'sent
-the pips to A, B, and C'--that is, sent the society's warning to
-them. Then there are successive entries that A and B cleared, or
-left the country, and finally that C was visited, with, I fear, a
-sinister result for C. Well, I think, Doctor, that we may let
-some light into this dark place, and I believe that the only
-chance young Openshaw has in the meantime is to do what I have
-told him. There is nothing more to be said or to be done
-to-night, so hand me over my violin and let us try to forget for
-half an hour the miserable weather and the still more miserable
-ways of our fellow-men."
-
-
-It had cleared in the morning, and the sun was shining with a
-subdued brightness through the dim veil which hangs over the
-great city. Sherlock Holmes was already at breakfast when I came
-down.
-
-"You will excuse me for not waiting for you," said he; "I have, I
-foresee, a very busy day before me in looking into this case of
-young Openshaw's."
-
-"What steps will you take?" I asked.
-
-"It will very much depend upon the results of my first inquiries.
-I may have to go down to Horsham, after all."
-
-"You will not go there first?"
-
-"No, I shall commence with the City. Just ring the bell and the
-maid will bring up your coffee."
-
-As I waited, I lifted the unopened newspaper from the table and
-glanced my eye over it. It rested upon a heading which sent a
-chill to my heart.
-
-"Holmes," I cried, "you are too late."
-
-"Ah!" said he, laying down his cup, "I feared as much. How was it
-done?" He spoke calmly, but I could see that he was deeply moved.
-
-"My eye caught the name of Openshaw, and the heading 'Tragedy
-Near Waterloo Bridge.' Here is the account:
-
-"Between nine and ten last night Police-Constable Cook, of the H
-Division, on duty near Waterloo Bridge, heard a cry for help and
-a splash in the water. The night, however, was extremely dark and
-stormy, so that, in spite of the help of several passers-by, it
-was quite impossible to effect a rescue. The alarm, however, was
-given, and, by the aid of the water-police, the body was
-eventually recovered. It proved to be that of a young gentleman
-whose name, as it appears from an envelope which was found in his
-pocket, was John Openshaw, and whose residence is near Horsham.
-It is conjectured that he may have been hurrying down to catch
-the last train from Waterloo Station, and that in his haste and
-the extreme darkness he missed his path and walked over the edge
-of one of the small landing-places for river steamboats. The body
-exhibited no traces of violence, and there can be no doubt that
-the deceased had been the victim of an unfortunate accident,
-which should have the effect of calling the attention of the
-authorities to the condition of the riverside landing-stages."
-
-We sat in silence for some minutes, Holmes more depressed and
-shaken than I had ever seen him.
-
-"That hurts my pride, Watson," he said at last. "It is a petty
-feeling, no doubt, but it hurts my pride. It becomes a personal
-matter with me now, and, if God sends me health, I shall set my
-hand upon this gang. That he should come to me for help, and that
-I should send him away to his death--!" He sprang from his chair
-and paced about the room in uncontrollable agitation, with a
-flush upon his sallow cheeks and a nervous clasping and
-unclasping of his long thin hands.
-
-"They must be cunning devils," he exclaimed at last. "How could
-they have decoyed him down there? The Embankment is not on the
-direct line to the station. The bridge, no doubt, was too
-crowded, even on such a night, for their purpose. Well, Watson,
-we shall see who will win in the long run. I am going out now!"
-
-"To the police?"
-
-"No; I shall be my own police. When I have spun the web they may
-take the flies, but not before."
-
-All day I was engaged in my professional work, and it was late in
-the evening before I returned to Baker Street. Sherlock Holmes
-had not come back yet. It was nearly ten o'clock before he
-entered, looking pale and worn. He walked up to the sideboard,
-and tearing a piece from the loaf he devoured it voraciously,
-washing it down with a long draught of water.
-
-"You are hungry," I remarked.
-
-"Starving. It had escaped my memory. I have had nothing since
-breakfast."
-
-"Nothing?"
-
-"Not a bite. I had no time to think of it."
-
-"And how have you succeeded?"
-
-"Well."
-
-"You have a clue?"
-
-"I have them in the hollow of my hand. Young Openshaw shall not
-long remain unavenged. Why, Watson, let us put their own devilish
-trade-mark upon them. It is well thought of!"
-
-"What do you mean?"
-
-He took an orange from the cupboard, and tearing it to pieces he
-squeezed out the pips upon the table. Of these he took five and
-thrust them into an envelope. On the inside of the flap he wrote
-"S. H. for J. O." Then he sealed it and addressed it to "Captain
-James Calhoun, Barque 'Lone Star,' Savannah, Georgia."
-
-"That will await him when he enters port," said he, chuckling.
-"It may give him a sleepless night. He will find it as sure a
-precursor of his fate as Openshaw did before him."
-
-"And who is this Captain Calhoun?"
-
-"The leader of the gang. I shall have the others, but he first."
-
-"How did you trace it, then?"
-
-He took a large sheet of paper from his pocket, all covered with
-dates and names.
-
-"I have spent the whole day," said he, "over Lloyd's registers
-and files of the old papers, following the future career of every
-vessel which touched at Pondicherry in January and February in
-'83. There were thirty-six ships of fair tonnage which were
-reported there during those months. Of these, one, the 'Lone Star,'
-instantly attracted my attention, since, although it was reported
-as having cleared from London, the name is that which is given to
-one of the states of the Union."
-
-"Texas, I think."
-
-"I was not and am not sure which; but I knew that the ship must
-have an American origin."
-
-"What then?"
-
-"I searched the Dundee records, and when I found that the barque
-'Lone Star' was there in January, '85, my suspicion became a
-certainty. I then inquired as to the vessels which lay at present
-in the port of London."
-
-"Yes?"
-
-"The 'Lone Star' had arrived here last week. I went down to the
-Albert Dock and found that she had been taken down the river by
-the early tide this morning, homeward bound to Savannah. I wired
-to Gravesend and learned that she had passed some time ago, and
-as the wind is easterly I have no doubt that she is now past the
-Goodwins and not very far from the Isle of Wight."
-
-"What will you do, then?"
-
-"Oh, I have my hand upon him. He and the two mates, are as I
-learn, the only native-born Americans in the ship. The others are
-Finns and Germans. I know, also, that they were all three away
-from the ship last night. I had it from the stevedore who has
-been loading their cargo. By the time that their sailing-ship
-reaches Savannah the mail-boat will have carried this letter, and
-the cable will have informed the police of Savannah that these
-three gentlemen are badly wanted here upon a charge of murder."
-
-There is ever a flaw, however, in the best laid of human plans,
-and the murderers of John Openshaw were never to receive the
-orange pips which would show them that another, as cunning and as
-resolute as themselves, was upon their track. Very long and very
-severe were the equinoctial gales that year. We waited long for
-news of the "Lone Star" of Savannah, but none ever reached us. We
-did at last hear that somewhere far out in the Atlantic a
-shattered stern-post of a boat was seen swinging in the trough
-of a wave, with the letters "L. S." carved upon it, and that is
-all which we shall ever know of the fate of the "Lone Star."
-
-
-
-ADVENTURE VI. THE MAN WITH THE TWISTED LIP
-
-Isa Whitney, brother of the late Elias Whitney, D.D., Principal
-of the Theological College of St. George's, was much addicted to
-opium. The habit grew upon him, as I understand, from some
-foolish freak when he was at college; for having read De
-Quincey's description of his dreams and sensations, he had
-drenched his tobacco with laudanum in an attempt to produce the
-same effects. He found, as so many more have done, that the
-practice is easier to attain than to get rid of, and for many
-years he continued to be a slave to the drug, an object of
-mingled horror and pity to his friends and relatives. I can see
-him now, with yellow, pasty face, drooping lids, and pin-point
-pupils, all huddled in a chair, the wreck and ruin of a noble
-man.
-
-One night--it was in June, '89--there came a ring to my bell,
-about the hour when a man gives his first yawn and glances at the
-clock. I sat up in my chair, and my wife laid her needle-work
-down in her lap and made a little face of disappointment.
-
-"A patient!" said she. "You'll have to go out."
-
-I groaned, for I was newly come back from a weary day.
-
-We heard the door open, a few hurried words, and then quick steps
-upon the linoleum. Our own door flew open, and a lady, clad in
-some dark-coloured stuff, with a black veil, entered the room.
-
-"You will excuse my calling so late," she began, and then,
-suddenly losing her self-control, she ran forward, threw her arms
-about my wife's neck, and sobbed upon her shoulder. "Oh, I'm in
-such trouble!" she cried; "I do so want a little help."
-
-"Why," said my wife, pulling up her veil, "it is Kate Whitney.
-How you startled me, Kate! I had not an idea who you were when
-you came in."
-
-"I didn't know what to do, so I came straight to you." That was
-always the way. Folk who were in grief came to my wife like birds
-to a light-house.
-
-"It was very sweet of you to come. Now, you must have some wine
-and water, and sit here comfortably and tell us all about it. Or
-should you rather that I sent James off to bed?"
-
-"Oh, no, no! I want the doctor's advice and help, too. It's about
-Isa. He has not been home for two days. I am so frightened about
-him!"
-
-It was not the first time that she had spoken to us of her
-husband's trouble, to me as a doctor, to my wife as an old friend
-and school companion. We soothed and comforted her by such words
-as we could find. Did she know where her husband was? Was it
-possible that we could bring him back to her?
-
-It seems that it was. She had the surest information that of late
-he had, when the fit was on him, made use of an opium den in the
-farthest east of the City. Hitherto his orgies had always been
-confined to one day, and he had come back, twitching and
-shattered, in the evening. But now the spell had been upon him
-eight-and-forty hours, and he lay there, doubtless among the
-dregs of the docks, breathing in the poison or sleeping off the
-effects. There he was to be found, she was sure of it, at the Bar
-of Gold, in Upper Swandam Lane. But what was she to do? How could
-she, a young and timid woman, make her way into such a place and
-pluck her husband out from among the ruffians who surrounded him?
-
-There was the case, and of course there was but one way out of
-it. Might I not escort her to this place? And then, as a second
-thought, why should she come at all? I was Isa Whitney's medical
-adviser, and as such I had influence over him. I could manage it
-better if I were alone. I promised her on my word that I would
-send him home in a cab within two hours if he were indeed at the
-address which she had given me. And so in ten minutes I had left
-my armchair and cheery sitting-room behind me, and was speeding
-eastward in a hansom on a strange errand, as it seemed to me at
-the time, though the future only could show how strange it was to
-be.
-
-But there was no great difficulty in the first stage of my
-adventure. Upper Swandam Lane is a vile alley lurking behind the
-high wharves which line the north side of the river to the east
-of London Bridge. Between a slop-shop and a gin-shop, approached
-by a steep flight of steps leading down to a black gap like the
-mouth of a cave, I found the den of which I was in search.
-Ordering my cab to wait, I passed down the steps, worn hollow in
-the centre by the ceaseless tread of drunken feet; and by the
-light of a flickering oil-lamp above the door I found the latch
-and made my way into a long, low room, thick and heavy with the
-brown opium smoke, and terraced with wooden berths, like the
-forecastle of an emigrant ship.
-
-Through the gloom one could dimly catch a glimpse of bodies lying
-in strange fantastic poses, bowed shoulders, bent knees, heads
-thrown back, and chins pointing upward, with here and there a
-dark, lack-lustre eye turned upon the newcomer. Out of the black
-shadows there glimmered little red circles of light, now bright,
-now faint, as the burning poison waxed or waned in the bowls of
-the metal pipes. The most lay silent, but some muttered to
-themselves, and others talked together in a strange, low,
-monotonous voice, their conversation coming in gushes, and then
-suddenly tailing off into silence, each mumbling out his own
-thoughts and paying little heed to the words of his neighbour. At
-the farther end was a small brazier of burning charcoal, beside
-which on a three-legged wooden stool there sat a tall, thin old
-man, with his jaw resting upon his two fists, and his elbows upon
-his knees, staring into the fire.
-
-As I entered, a sallow Malay attendant had hurried up with a pipe
-for me and a supply of the drug, beckoning me to an empty berth.
-
-"Thank you. I have not come to stay," said I. "There is a friend
-of mine here, Mr. Isa Whitney, and I wish to speak with him."
-
-There was a movement and an exclamation from my right, and
-peering through the gloom, I saw Whitney, pale, haggard, and
-unkempt, staring out at me.
-
-"My God! It's Watson," said he. He was in a pitiable state of
-reaction, with every nerve in a twitter. "I say, Watson, what
-o'clock is it?"
-
-"Nearly eleven."
-
-"Of what day?"
-
-"Of Friday, June 19th."
-
-"Good heavens! I thought it was Wednesday. It is Wednesday. What
-d'you want to frighten a chap for?" He sank his face onto his
-arms and began to sob in a high treble key.
-
-"I tell you that it is Friday, man. Your wife has been waiting
-this two days for you. You should be ashamed of yourself!"
-
-"So I am. But you've got mixed, Watson, for I have only been here
-a few hours, three pipes, four pipes--I forget how many. But I'll
-go home with you. I wouldn't frighten Kate--poor little Kate.
-Give me your hand! Have you a cab?"
-
-"Yes, I have one waiting."
-
-"Then I shall go in it. But I must owe something. Find what I
-owe, Watson. I am all off colour. I can do nothing for myself."
-
-I walked down the narrow passage between the double row of
-sleepers, holding my breath to keep out the vile, stupefying
-fumes of the drug, and looking about for the manager. As I passed
-the tall man who sat by the brazier I felt a sudden pluck at my
-skirt, and a low voice whispered, "Walk past me, and then look
-back at me." The words fell quite distinctly upon my ear. I
-glanced down. They could only have come from the old man at my
-side, and yet he sat now as absorbed as ever, very thin, very
-wrinkled, bent with age, an opium pipe dangling down from between
-his knees, as though it had dropped in sheer lassitude from his
-fingers. I took two steps forward and looked back. It took all my
-self-control to prevent me from breaking out into a cry of
-astonishment. He had turned his back so that none could see him
-but I. His form had filled out, his wrinkles were gone, the dull
-eyes had regained their fire, and there, sitting by the fire and
-grinning at my surprise, was none other than Sherlock Holmes. He
-made a slight motion to me to approach him, and instantly, as he
-turned his face half round to the company once more, subsided
-into a doddering, loose-lipped senility.
-
-"Holmes!" I whispered, "what on earth are you doing in this den?"
-
-"As low as you can," he answered; "I have excellent ears. If you
-would have the great kindness to get rid of that sottish friend
-of yours I should be exceedingly glad to have a little talk with
-you."
-
-"I have a cab outside."
-
-"Then pray send him home in it. You may safely trust him, for he
-appears to be too limp to get into any mischief. I should
-recommend you also to send a note by the cabman to your wife to
-say that you have thrown in your lot with me. If you will wait
-outside, I shall be with you in five minutes."
-
-It was difficult to refuse any of Sherlock Holmes' requests, for
-they were always so exceedingly definite, and put forward with
-such a quiet air of mastery. I felt, however, that when Whitney
-was once confined in the cab my mission was practically
-accomplished; and for the rest, I could not wish anything better
-than to be associated with my friend in one of those singular
-adventures which were the normal condition of his existence. In a
-few minutes I had written my note, paid Whitney's bill, led him
-out to the cab, and seen him driven through the darkness. In a
-very short time a decrepit figure had emerged from the opium den,
-and I was walking down the street with Sherlock Holmes. For two
-streets he shuffled along with a bent back and an uncertain foot.
-Then, glancing quickly round, he straightened himself out and
-burst into a hearty fit of laughter.
-
-"I suppose, Watson," said he, "that you imagine that I have added
-opium-smoking to cocaine injections, and all the other little
-weaknesses on which you have favoured me with your medical
-views."
-
-"I was certainly surprised to find you there."
-
-"But not more so than I to find you."
-
-"I came to find a friend."
-
-"And I to find an enemy."
-
-"An enemy?"
-
-"Yes; one of my natural enemies, or, shall I say, my natural
-prey. Briefly, Watson, I am in the midst of a very remarkable
-inquiry, and I have hoped to find a clue in the incoherent
-ramblings of these sots, as I have done before now. Had I been
-recognised in that den my life would not have been worth an
-hour's purchase; for I have used it before now for my own
-purposes, and the rascally Lascar who runs it has sworn to have
-vengeance upon me. There is a trap-door at the back of that
-building, near the corner of Paul's Wharf, which could tell some
-strange tales of what has passed through it upon the moonless
-nights."
-
-"What! You do not mean bodies?"
-
-"Ay, bodies, Watson. We should be rich men if we had 1000 pounds
-for every poor devil who has been done to death in that den. It
-is the vilest murder-trap on the whole riverside, and I fear that
-Neville St. Clair has entered it never to leave it more. But our
-trap should be here." He put his two forefingers between his
-teeth and whistled shrilly--a signal which was answered by a
-similar whistle from the distance, followed shortly by the rattle
-of wheels and the clink of horses' hoofs.
-
-"Now, Watson," said Holmes, as a tall dog-cart dashed up through
-the gloom, throwing out two golden tunnels of yellow light from
-its side lanterns. "You'll come with me, won't you?"
-
-"If I can be of use."
-
-"Oh, a trusty comrade is always of use; and a chronicler still
-more so. My room at The Cedars is a double-bedded one."
-
-"The Cedars?"
-
-"Yes; that is Mr. St. Clair's house. I am staying there while I
-conduct the inquiry."
-
-"Where is it, then?"
-
-"Near Lee, in Kent. We have a seven-mile drive before us."
-
-"But I am all in the dark."
-
-"Of course you are. You'll know all about it presently. Jump up
-here. All right, John; we shall not need you. Here's half a
-crown. Look out for me to-morrow, about eleven. Give her her
-head. So long, then!"
-
-He flicked the horse with his whip, and we dashed away through
-the endless succession of sombre and deserted streets, which
-widened gradually, until we were flying across a broad
-balustraded bridge, with the murky river flowing sluggishly
-beneath us. Beyond lay another dull wilderness of bricks and
-mortar, its silence broken only by the heavy, regular footfall of
-the policeman, or the songs and shouts of some belated party of
-revellers. A dull wrack was drifting slowly across the sky, and a
-star or two twinkled dimly here and there through the rifts of
-the clouds. Holmes drove in silence, with his head sunk upon his
-breast, and the air of a man who is lost in thought, while I sat
-beside him, curious to learn what this new quest might be which
-seemed to tax his powers so sorely, and yet afraid to break in
-upon the current of his thoughts. We had driven several miles,
-and were beginning to get to the fringe of the belt of suburban
-villas, when he shook himself, shrugged his shoulders, and lit up
-his pipe with the air of a man who has satisfied himself that he
-is acting for the best.
-
-"You have a grand gift of silence, Watson," said he. "It makes
-you quite invaluable as a companion. 'Pon my word, it is a great
-thing for me to have someone to talk to, for my own thoughts are
-not over-pleasant. I was wondering what I should say to this dear
-little woman to-night when she meets me at the door."
-
-"You forget that I know nothing about it."
-
-"I shall just have time to tell you the facts of the case before
-we get to Lee. It seems absurdly simple, and yet, somehow I can
-get nothing to go upon. There's plenty of thread, no doubt, but I
-can't get the end of it into my hand. Now, I'll state the case
-clearly and concisely to you, Watson, and maybe you can see a
-spark where all is dark to me."
-
-"Proceed, then."
-
-"Some years ago--to be definite, in May, 1884--there came to Lee
-a gentleman, Neville St. Clair by name, who appeared to have
-plenty of money. He took a large villa, laid out the grounds very
-nicely, and lived generally in good style. By degrees he made
-friends in the neighbourhood, and in 1887 he married the daughter
-of a local brewer, by whom he now has two children. He had no
-occupation, but was interested in several companies and went into
-town as a rule in the morning, returning by the 5:14 from Cannon
-Street every night. Mr. St. Clair is now thirty-seven years of
-age, is a man of temperate habits, a good husband, a very
-affectionate father, and a man who is popular with all who know
-him. I may add that his whole debts at the present moment, as far
-as we have been able to ascertain, amount to 88 pounds 10s., while
-he has 220 pounds standing to his credit in the Capital and
-Counties Bank. There is no reason, therefore, to think that money
-troubles have been weighing upon his mind.
-
-"Last Monday Mr. Neville St. Clair went into town rather earlier
-than usual, remarking before he started that he had two important
-commissions to perform, and that he would bring his little boy
-home a box of bricks. Now, by the merest chance, his wife
-received a telegram upon this same Monday, very shortly after his
-departure, to the effect that a small parcel of considerable
-value which she had been expecting was waiting for her at the
-offices of the Aberdeen Shipping Company. Now, if you are well up
-in your London, you will know that the office of the company is
-in Fresno Street, which branches out of Upper Swandam Lane, where
-you found me to-night. Mrs. St. Clair had her lunch, started for
-the City, did some shopping, proceeded to the company's office,
-got her packet, and found herself at exactly 4:35 walking through
-Swandam Lane on her way back to the station. Have you followed me
-so far?"
-
-"It is very clear."
-
-"If you remember, Monday was an exceedingly hot day, and Mrs. St.
-Clair walked slowly, glancing about in the hope of seeing a cab,
-as she did not like the neighbourhood in which she found herself.
-While she was walking in this way down Swandam Lane, she suddenly
-heard an ejaculation or cry, and was struck cold to see her
-husband looking down at her and, as it seemed to her, beckoning
-to her from a second-floor window. The window was open, and she
-distinctly saw his face, which she describes as being terribly
-agitated. He waved his hands frantically to her, and then
-vanished from the window so suddenly that it seemed to her that
-he had been plucked back by some irresistible force from behind.
-One singular point which struck her quick feminine eye was that
-although he wore some dark coat, such as he had started to town
-in, he had on neither collar nor necktie.
-
-"Convinced that something was amiss with him, she rushed down the
-steps--for the house was none other than the opium den in which
-you found me to-night--and running through the front room she
-attempted to ascend the stairs which led to the first floor. At
-the foot of the stairs, however, she met this Lascar scoundrel of
-whom I have spoken, who thrust her back and, aided by a Dane, who
-acts as assistant there, pushed her out into the street. Filled
-with the most maddening doubts and fears, she rushed down the
-lane and, by rare good-fortune, met in Fresno Street a number of
-constables with an inspector, all on their way to their beat. The
-inspector and two men accompanied her back, and in spite of the
-continued resistance of the proprietor, they made their way to
-the room in which Mr. St. Clair had last been seen. There was no
-sign of him there. In fact, in the whole of that floor there was
-no one to be found save a crippled wretch of hideous aspect, who,
-it seems, made his home there. Both he and the Lascar stoutly
-swore that no one else had been in the front room during the
-afternoon. So determined was their denial that the inspector was
-staggered, and had almost come to believe that Mrs. St. Clair had
-been deluded when, with a cry, she sprang at a small deal box
-which lay upon the table and tore the lid from it. Out there fell
-a cascade of children's bricks. It was the toy which he had
-promised to bring home.
-
-"This discovery, and the evident confusion which the cripple
-showed, made the inspector realise that the matter was serious.
-The rooms were carefully examined, and results all pointed to an
-abominable crime. The front room was plainly furnished as a
-sitting-room and led into a small bedroom, which looked out upon
-the back of one of the wharves. Between the wharf and the bedroom
-window is a narrow strip, which is dry at low tide but is covered
-at high tide with at least four and a half feet of water. The
-bedroom window was a broad one and opened from below. On
-examination traces of blood were to be seen upon the windowsill,
-and several scattered drops were visible upon the wooden floor of
-the bedroom. Thrust away behind a curtain in the front room were
-all the clothes of Mr. Neville St. Clair, with the exception of
-his coat. His boots, his socks, his hat, and his watch--all were
-there. There were no signs of violence upon any of these
-garments, and there were no other traces of Mr. Neville St.
-Clair. Out of the window he must apparently have gone for no
-other exit could be discovered, and the ominous bloodstains upon
-the sill gave little promise that he could save himself by
-swimming, for the tide was at its very highest at the moment of
-the tragedy.
-
-"And now as to the villains who seemed to be immediately
-implicated in the matter. The Lascar was known to be a man of the
-vilest antecedents, but as, by Mrs. St. Clair's story, he was
-known to have been at the foot of the stair within a very few
-seconds of her husband's appearance at the window, he could
-hardly have been more than an accessory to the crime. His defence
-was one of absolute ignorance, and he protested that he had no
-knowledge as to the doings of Hugh Boone, his lodger, and that he
-could not account in any way for the presence of the missing
-gentleman's clothes.
-
-"So much for the Lascar manager. Now for the sinister cripple who
-lives upon the second floor of the opium den, and who was
-certainly the last human being whose eyes rested upon Neville St.
-Clair. His name is Hugh Boone, and his hideous face is one which
-is familiar to every man who goes much to the City. He is a
-professional beggar, though in order to avoid the police
-regulations he pretends to a small trade in wax vestas. Some
-little distance down Threadneedle Street, upon the left-hand
-side, there is, as you may have remarked, a small angle in the
-wall. Here it is that this creature takes his daily seat,
-cross-legged with his tiny stock of matches on his lap, and as he
-is a piteous spectacle a small rain of charity descends into the
-greasy leather cap which lies upon the pavement beside him. I
-have watched the fellow more than once before ever I thought of
-making his professional acquaintance, and I have been surprised
-at the harvest which he has reaped in a short time. His
-appearance, you see, is so remarkable that no one can pass him
-without observing him. A shock of orange hair, a pale face
-disfigured by a horrible scar, which, by its contraction, has
-turned up the outer edge of his upper lip, a bulldog chin, and a
-pair of very penetrating dark eyes, which present a singular
-contrast to the colour of his hair, all mark him out from amid
-the common crowd of mendicants and so, too, does his wit, for he
-is ever ready with a reply to any piece of chaff which may be
-thrown at him by the passers-by. This is the man whom we now
-learn to have been the lodger at the opium den, and to have been
-the last man to see the gentleman of whom we are in quest."
-
-"But a cripple!" said I. "What could he have done single-handed
-against a man in the prime of life?"
-
-"He is a cripple in the sense that he walks with a limp; but in
-other respects he appears to be a powerful and well-nurtured man.
-Surely your medical experience would tell you, Watson, that
-weakness in one limb is often compensated for by exceptional
-strength in the others."
-
-"Pray continue your narrative."
-
-"Mrs. St. Clair had fainted at the sight of the blood upon the
-window, and she was escorted home in a cab by the police, as her
-presence could be of no help to them in their investigations.
-Inspector Barton, who had charge of the case, made a very careful
-examination of the premises, but without finding anything which
-threw any light upon the matter. One mistake had been made in not
-arresting Boone instantly, as he was allowed some few minutes
-during which he might have communicated with his friend the
-Lascar, but this fault was soon remedied, and he was seized and
-searched, without anything being found which could incriminate
-him. There were, it is true, some blood-stains upon his right
-shirt-sleeve, but he pointed to his ring-finger, which had been
-cut near the nail, and explained that the bleeding came from
-there, adding that he had been to the window not long before, and
-that the stains which had been observed there came doubtless from
-the same source. He denied strenuously having ever seen Mr.
-Neville St. Clair and swore that the presence of the clothes in
-his room was as much a mystery to him as to the police. As to
-Mrs. St. Clair's assertion that she had actually seen her husband
-at the window, he declared that she must have been either mad or
-dreaming. He was removed, loudly protesting, to the
-police-station, while the inspector remained upon the premises in
-the hope that the ebbing tide might afford some fresh clue.
-
-"And it did, though they hardly found upon the mud-bank what they
-had feared to find. It was Neville St. Clair's coat, and not
-Neville St. Clair, which lay uncovered as the tide receded. And
-what do you think they found in the pockets?"
-
-"I cannot imagine."
-
-"No, I don't think you would guess. Every pocket stuffed with
-pennies and half-pennies--421 pennies and 270 half-pennies. It
-was no wonder that it had not been swept away by the tide. But a
-human body is a different matter. There is a fierce eddy between
-the wharf and the house. It seemed likely enough that the
-weighted coat had remained when the stripped body had been sucked
-away into the river."
-
-"But I understand that all the other clothes were found in the
-room. Would the body be dressed in a coat alone?"
-
-"No, sir, but the facts might be met speciously enough. Suppose
-that this man Boone had thrust Neville St. Clair through the
-window, there is no human eye which could have seen the deed.
-What would he do then? It would of course instantly strike him
-that he must get rid of the tell-tale garments. He would seize
-the coat, then, and be in the act of throwing it out, when it
-would occur to him that it would swim and not sink. He has little
-time, for he has heard the scuffle downstairs when the wife tried
-to force her way up, and perhaps he has already heard from his
-Lascar confederate that the police are hurrying up the street.
-There is not an instant to be lost. He rushes to some secret
-hoard, where he has accumulated the fruits of his beggary, and he
-stuffs all the coins upon which he can lay his hands into the
-pockets to make sure of the coat's sinking. He throws it out, and
-would have done the same with the other garments had not he heard
-the rush of steps below, and only just had time to close the
-window when the police appeared."
-
-"It certainly sounds feasible."
-
-"Well, we will take it as a working hypothesis for want of a
-better. Boone, as I have told you, was arrested and taken to the
-station, but it could not be shown that there had ever before
-been anything against him. He had for years been known as a
-professional beggar, but his life appeared to have been a very
-quiet and innocent one. There the matter stands at present, and
-the questions which have to be solved--what Neville St. Clair was
-doing in the opium den, what happened to him when there, where is
-he now, and what Hugh Boone had to do with his disappearance--are
-all as far from a solution as ever. I confess that I cannot
-recall any case within my experience which looked at the first
-glance so simple and yet which presented such difficulties."
-
-While Sherlock Holmes had been detailing this singular series of
-events, we had been whirling through the outskirts of the great
-town until the last straggling houses had been left behind, and
-we rattled along with a country hedge upon either side of us.
-Just as he finished, however, we drove through two scattered
-villages, where a few lights still glimmered in the windows.
-
-"We are on the outskirts of Lee," said my companion. "We have
-touched on three English counties in our short drive, starting in
-Middlesex, passing over an angle of Surrey, and ending in Kent.
-See that light among the trees? That is The Cedars, and beside
-that lamp sits a woman whose anxious ears have already, I have
-little doubt, caught the clink of our horse's feet."
-
-"But why are you not conducting the case from Baker Street?" I
-asked.
-
-"Because there are many inquiries which must be made out here.
-Mrs. St. Clair has most kindly put two rooms at my disposal, and
-you may rest assured that she will have nothing but a welcome for
-my friend and colleague. I hate to meet her, Watson, when I have
-no news of her husband. Here we are. Whoa, there, whoa!"
-
-We had pulled up in front of a large villa which stood within its
-own grounds. A stable-boy had run out to the horse's head, and
-springing down, I followed Holmes up the small, winding
-gravel-drive which led to the house. As we approached, the door
-flew open, and a little blonde woman stood in the opening, clad
-in some sort of light mousseline de soie, with a touch of fluffy
-pink chiffon at her neck and wrists. She stood with her figure
-outlined against the flood of light, one hand upon the door, one
-half-raised in her eagerness, her body slightly bent, her head
-and face protruded, with eager eyes and parted lips, a standing
-question.
-
-"Well?" she cried, "well?" And then, seeing that there were two
-of us, she gave a cry of hope which sank into a groan as she saw
-that my companion shook his head and shrugged his shoulders.
-
-"No good news?"
-
-"None."
-
-"No bad?"
-
-"No."
-
-"Thank God for that. But come in. You must be weary, for you have
-had a long day."
-
-"This is my friend, Dr. Watson. He has been of most vital use to
-me in several of my cases, and a lucky chance has made it
-possible for me to bring him out and associate him with this
-investigation."
-
-"I am delighted to see you," said she, pressing my hand warmly.
-"You will, I am sure, forgive anything that may be wanting in our
-arrangements, when you consider the blow which has come so
-suddenly upon us."
-
-"My dear madam," said I, "I am an old campaigner, and if I were
-not I can very well see that no apology is needed. If I can be of
-any assistance, either to you or to my friend here, I shall be
-indeed happy."
-
-"Now, Mr. Sherlock Holmes," said the lady as we entered a
-well-lit dining-room, upon the table of which a cold supper had
-been laid out, "I should very much like to ask you one or two
-plain questions, to which I beg that you will give a plain
-answer."
-
-"Certainly, madam."
-
-"Do not trouble about my feelings. I am not hysterical, nor given
-to fainting. I simply wish to hear your real, real opinion."
-
-"Upon what point?"
-
-"In your heart of hearts, do you think that Neville is alive?"
-
-Sherlock Holmes seemed to be embarrassed by the question.
-"Frankly, now!" she repeated, standing upon the rug and looking
-keenly down at him as he leaned back in a basket-chair.
-
-"Frankly, then, madam, I do not."
-
-"You think that he is dead?"
-
-"I do."
-
-"Murdered?"
-
-"I don't say that. Perhaps."
-
-"And on what day did he meet his death?"
-
-"On Monday."
-
-"Then perhaps, Mr. Holmes, you will be good enough to explain how
-it is that I have received a letter from him to-day."
-
-Sherlock Holmes sprang out of his chair as if he had been
-galvanised.
-
-"What!" he roared.
-
-"Yes, to-day." She stood smiling, holding up a little slip of
-paper in the air.
-
-"May I see it?"
-
-"Certainly."
-
-He snatched it from her in his eagerness, and smoothing it out
-upon the table he drew over the lamp and examined it intently. I
-had left my chair and was gazing at it over his shoulder. The
-envelope was a very coarse one and was stamped with the Gravesend
-postmark and with the date of that very day, or rather of the day
-before, for it was considerably after midnight.
-
-"Coarse writing," murmured Holmes. "Surely this is not your
-husband's writing, madam."
-
-"No, but the enclosure is."
-
-"I perceive also that whoever addressed the envelope had to go
-and inquire as to the address."
-
-"How can you tell that?"
-
-"The name, you see, is in perfectly black ink, which has dried
-itself. The rest is of the greyish colour, which shows that
-blotting-paper has been used. If it had been written straight
-off, and then blotted, none would be of a deep black shade. This
-man has written the name, and there has then been a pause before
-he wrote the address, which can only mean that he was not
-familiar with it. It is, of course, a trifle, but there is
-nothing so important as trifles. Let us now see the letter. Ha!
-there has been an enclosure here!"
-
-"Yes, there was a ring. His signet-ring."
-
-"And you are sure that this is your husband's hand?"
-
-"One of his hands."
-
-"One?"
-
-"His hand when he wrote hurriedly. It is very unlike his usual
-writing, and yet I know it well."
-
-"'Dearest do not be frightened. All will come well. There is a
-huge error which it may take some little time to rectify.
-Wait in patience.--NEVILLE.' Written in pencil upon the fly-leaf
-of a book, octavo size, no water-mark. Hum! Posted to-day in
-Gravesend by a man with a dirty thumb. Ha! And the flap has been
-gummed, if I am not very much in error, by a person who had been
-chewing tobacco. And you have no doubt that it is your husband's
-hand, madam?"
-
-"None. Neville wrote those words."
-
-"And they were posted to-day at Gravesend. Well, Mrs. St. Clair,
-the clouds lighten, though I should not venture to say that the
-danger is over."
-
-"But he must be alive, Mr. Holmes."
-
-"Unless this is a clever forgery to put us on the wrong scent.
-The ring, after all, proves nothing. It may have been taken from
-him."
-
-"No, no; it is, it is his very own writing!"
-
-"Very well. It may, however, have been written on Monday and only
-posted to-day."
-
-"That is possible."
-
-"If so, much may have happened between."
-
-"Oh, you must not discourage me, Mr. Holmes. I know that all is
-well with him. There is so keen a sympathy between us that I
-should know if evil came upon him. On the very day that I saw him
-last he cut himself in the bedroom, and yet I in the dining-room
-rushed upstairs instantly with the utmost certainty that
-something had happened. Do you think that I would respond to such
-a trifle and yet be ignorant of his death?"
-
-"I have seen too much not to know that the impression of a woman
-may be more valuable than the conclusion of an analytical
-reasoner. And in this letter you certainly have a very strong
-piece of evidence to corroborate your view. But if your husband
-is alive and able to write letters, why should he remain away
-from you?"
-
-"I cannot imagine. It is unthinkable."
-
-"And on Monday he made no remarks before leaving you?"
-
-"No."
-
-"And you were surprised to see him in Swandam Lane?"
-
-"Very much so."
-
-"Was the window open?"
-
-"Yes."
-
-"Then he might have called to you?"
-
-"He might."
-
-"He only, as I understand, gave an inarticulate cry?"
-
-"Yes."
-
-"A call for help, you thought?"
-
-"Yes. He waved his hands."
-
-"But it might have been a cry of surprise. Astonishment at the
-unexpected sight of you might cause him to throw up his hands?"
-
-"It is possible."
-
-"And you thought he was pulled back?"
-
-"He disappeared so suddenly."
-
-"He might have leaped back. You did not see anyone else in the
-room?"
-
-"No, but this horrible man confessed to having been there, and
-the Lascar was at the foot of the stairs."
-
-"Quite so. Your husband, as far as you could see, had his
-ordinary clothes on?"
-
-"But without his collar or tie. I distinctly saw his bare
-throat."
-
-"Had he ever spoken of Swandam Lane?"
-
-"Never."
-
-"Had he ever showed any signs of having taken opium?"
-
-"Never."
-
-"Thank you, Mrs. St. Clair. Those are the principal points about
-which I wished to be absolutely clear. We shall now have a little
-supper and then retire, for we may have a very busy day
-to-morrow."
-
-A large and comfortable double-bedded room had been placed at our
-disposal, and I was quickly between the sheets, for I was weary
-after my night of adventure. Sherlock Holmes was a man, however,
-who, when he had an unsolved problem upon his mind, would go for
-days, and even for a week, without rest, turning it over,
-rearranging his facts, looking at it from every point of view
-until he had either fathomed it or convinced himself that his
-data were insufficient. It was soon evident to me that he was now
-preparing for an all-night sitting. He took off his coat and
-waistcoat, put on a large blue dressing-gown, and then wandered
-about the room collecting pillows from his bed and cushions from
-the sofa and armchairs. With these he constructed a sort of
-Eastern divan, upon which he perched himself cross-legged, with
-an ounce of shag tobacco and a box of matches laid out in front
-of him. In the dim light of the lamp I saw him sitting there, an
-old briar pipe between his lips, his eyes fixed vacantly upon the
-corner of the ceiling, the blue smoke curling up from him,
-silent, motionless, with the light shining upon his strong-set
-aquiline features. So he sat as I dropped off to sleep, and so he
-sat when a sudden ejaculation caused me to wake up, and I found
-the summer sun shining into the apartment. The pipe was still
-between his lips, the smoke still curled upward, and the room was
-full of a dense tobacco haze, but nothing remained of the heap of
-shag which I had seen upon the previous night.
-
-"Awake, Watson?" he asked.
-
-"Yes."
-
-"Game for a morning drive?"
-
-"Certainly."
-
-"Then dress. No one is stirring yet, but I know where the
-stable-boy sleeps, and we shall soon have the trap out." He
-chuckled to himself as he spoke, his eyes twinkled, and he seemed
-a different man to the sombre thinker of the previous night.
-
-As I dressed I glanced at my watch. It was no wonder that no one
-was stirring. It was twenty-five minutes past four. I had hardly
-finished when Holmes returned with the news that the boy was
-putting in the horse.
-
-"I want to test a little theory of mine," said he, pulling on his
-boots. "I think, Watson, that you are now standing in the
-presence of one of the most absolute fools in Europe. I deserve
-to be kicked from here to Charing Cross. But I think I have the
-key of the affair now."
-
-"And where is it?" I asked, smiling.
-
-"In the bathroom," he answered. "Oh, yes, I am not joking," he
-continued, seeing my look of incredulity. "I have just been
-there, and I have taken it out, and I have got it in this
-Gladstone bag. Come on, my boy, and we shall see whether it will
-not fit the lock."
-
-We made our way downstairs as quietly as possible, and out into
-the bright morning sunshine. In the road stood our horse and
-trap, with the half-clad stable-boy waiting at the head. We both
-sprang in, and away we dashed down the London Road. A few country
-carts were stirring, bearing in vegetables to the metropolis, but
-the lines of villas on either side were as silent and lifeless as
-some city in a dream.
-
-"It has been in some points a singular case," said Holmes,
-flicking the horse on into a gallop. "I confess that I have been
-as blind as a mole, but it is better to learn wisdom late than
-never to learn it at all."
-
-In town the earliest risers were just beginning to look sleepily
-from their windows as we drove through the streets of the Surrey
-side. Passing down the Waterloo Bridge Road we crossed over the
-river, and dashing up Wellington Street wheeled sharply to the
-right and found ourselves in Bow Street. Sherlock Holmes was well
-known to the force, and the two constables at the door saluted
-him. One of them held the horse's head while the other led us in.
-
-"Who is on duty?" asked Holmes.
-
-"Inspector Bradstreet, sir."
-
-"Ah, Bradstreet, how are you?" A tall, stout official had come
-down the stone-flagged passage, in a peaked cap and frogged
-jacket. "I wish to have a quiet word with you, Bradstreet."
-"Certainly, Mr. Holmes. Step into my room here." It was a small,
-office-like room, with a huge ledger upon the table, and a
-telephone projecting from the wall. The inspector sat down at his
-desk.
-
-"What can I do for you, Mr. Holmes?"
-
-"I called about that beggarman, Boone--the one who was charged
-with being concerned in the disappearance of Mr. Neville St.
-Clair, of Lee."
-
-"Yes. He was brought up and remanded for further inquiries."
-
-"So I heard. You have him here?"
-
-"In the cells."
-
-"Is he quiet?"
-
-"Oh, he gives no trouble. But he is a dirty scoundrel."
-
-"Dirty?"
-
-"Yes, it is all we can do to make him wash his hands, and his
-face is as black as a tinker's. Well, when once his case has been
-settled, he will have a regular prison bath; and I think, if you
-saw him, you would agree with me that he needed it."
-
-"I should like to see him very much."
-
-"Would you? That is easily done. Come this way. You can leave
-your bag."
-
-"No, I think that I'll take it."
-
-"Very good. Come this way, if you please." He led us down a
-passage, opened a barred door, passed down a winding stair, and
-brought us to a whitewashed corridor with a line of doors on each
-side.
-
-"The third on the right is his," said the inspector. "Here it
-is!" He quietly shot back a panel in the upper part of the door
-and glanced through.
-
-"He is asleep," said he. "You can see him very well."
-
-We both put our eyes to the grating. The prisoner lay with his
-face towards us, in a very deep sleep, breathing slowly and
-heavily. He was a middle-sized man, coarsely clad as became his
-calling, with a coloured shirt protruding through the rent in his
-tattered coat. He was, as the inspector had said, extremely
-dirty, but the grime which covered his face could not conceal its
-repulsive ugliness. A broad wheal from an old scar ran right
-across it from eye to chin, and by its contraction had turned up
-one side of the upper lip, so that three teeth were exposed in a
-perpetual snarl. A shock of very bright red hair grew low over
-his eyes and forehead.
-
-"He's a beauty, isn't he?" said the inspector.
-
-"He certainly needs a wash," remarked Holmes. "I had an idea that
-he might, and I took the liberty of bringing the tools with me."
-He opened the Gladstone bag as he spoke, and took out, to my
-astonishment, a very large bath-sponge.
-
-"He! he! You are a funny one," chuckled the inspector.
-
-"Now, if you will have the great goodness to open that door very
-quietly, we will soon make him cut a much more respectable
-figure."
-
-"Well, I don't know why not," said the inspector. "He doesn't
-look a credit to the Bow Street cells, does he?" He slipped his
-key into the lock, and we all very quietly entered the cell. The
-sleeper half turned, and then settled down once more into a deep
-slumber. Holmes stooped to the water-jug, moistened his sponge,
-and then rubbed it twice vigorously across and down the
-prisoner's face.
-
-"Let me introduce you," he shouted, "to Mr. Neville St. Clair, of
-Lee, in the county of Kent."
-
-Never in my life have I seen such a sight. The man's face peeled
-off under the sponge like the bark from a tree. Gone was the
-coarse brown tint! Gone, too, was the horrid scar which had
-seamed it across, and the twisted lip which had given the
-repulsive sneer to the face! A twitch brought away the tangled
-red hair, and there, sitting up in his bed, was a pale,
-sad-faced, refined-looking man, black-haired and smooth-skinned,
-rubbing his eyes and staring about him with sleepy bewilderment.
-Then suddenly realising the exposure, he broke into a scream and
-threw himself down with his face to the pillow.
-
-"Great heavens!" cried the inspector, "it is, indeed, the missing
-man. I know him from the photograph."
-
-The prisoner turned with the reckless air of a man who abandons
-himself to his destiny. "Be it so," said he. "And pray what am I
-charged with?"
-
-"With making away with Mr. Neville St.-- Oh, come, you can't be
-charged with that unless they make a case of attempted suicide of
-it," said the inspector with a grin. "Well, I have been
-twenty-seven years in the force, but this really takes the cake."
-
-"If I am Mr. Neville St. Clair, then it is obvious that no crime
-has been committed, and that, therefore, I am illegally
-detained."
-
-"No crime, but a very great error has been committed," said
-Holmes. "You would have done better to have trusted your wife."
-
-"It was not the wife; it was the children," groaned the prisoner.
-"God help me, I would not have them ashamed of their father. My
-God! What an exposure! What can I do?"
-
-Sherlock Holmes sat down beside him on the couch and patted him
-kindly on the shoulder.
-
-"If you leave it to a court of law to clear the matter up," said
-he, "of course you can hardly avoid publicity. On the other hand,
-if you convince the police authorities that there is no possible
-case against you, I do not know that there is any reason that the
-details should find their way into the papers. Inspector
-Bradstreet would, I am sure, make notes upon anything which you
-might tell us and submit it to the proper authorities. The case
-would then never go into court at all."
-
-"God bless you!" cried the prisoner passionately. "I would have
-endured imprisonment, ay, even execution, rather than have left
-my miserable secret as a family blot to my children.
-
-"You are the first who have ever heard my story. My father was a
-schoolmaster in Chesterfield, where I received an excellent
-education. I travelled in my youth, took to the stage, and
-finally became a reporter on an evening paper in London. One day
-my editor wished to have a series of articles upon begging in the
-metropolis, and I volunteered to supply them. There was the point
-from which all my adventures started. It was only by trying
-begging as an amateur that I could get the facts upon which to
-base my articles. When an actor I had, of course, learned all the
-secrets of making up, and had been famous in the green-room for
-my skill. I took advantage now of my attainments. I painted my
-face, and to make myself as pitiable as possible I made a good
-scar and fixed one side of my lip in a twist by the aid of a
-small slip of flesh-coloured plaster. Then with a red head of
-hair, and an appropriate dress, I took my station in the business
-part of the city, ostensibly as a match-seller but really as a
-beggar. For seven hours I plied my trade, and when I returned
-home in the evening I found to my surprise that I had received no
-less than 26s. 4d.
-
-"I wrote my articles and thought little more of the matter until,
-some time later, I backed a bill for a friend and had a writ
-served upon me for 25 pounds. I was at my wit's end where to get
-the money, but a sudden idea came to me. I begged a fortnight's
-grace from the creditor, asked for a holiday from my employers,
-and spent the time in begging in the City under my disguise. In
-ten days I had the money and had paid the debt.
-
-"Well, you can imagine how hard it was to settle down to arduous
-work at 2 pounds a week when I knew that I could earn as much in
-a day by smearing my face with a little paint, laying my cap on
-the ground, and sitting still. It was a long fight between my
-pride and the money, but the dollars won at last, and I threw up
-reporting and sat day after day in the corner which I had first
-chosen, inspiring pity by my ghastly face and filling my pockets
-with coppers. Only one man knew my secret. He was the keeper of a
-low den in which I used to lodge in Swandam Lane, where I could
-every morning emerge as a squalid beggar and in the evenings
-transform myself into a well-dressed man about town. This fellow,
-a Lascar, was well paid by me for his rooms, so that I knew that
-my secret was safe in his possession.
-
-"Well, very soon I found that I was saving considerable sums of
-money. I do not mean that any beggar in the streets of London
-could earn 700 pounds a year--which is less than my average
-takings--but I had exceptional advantages in my power of making
-up, and also in a facility of repartee, which improved by
-practice and made me quite a recognised character in the City.
-All day a stream of pennies, varied by silver, poured in upon me,
-and it was a very bad day in which I failed to take 2 pounds.
-
-"As I grew richer I grew more ambitious, took a house in the
-country, and eventually married, without anyone having a
-suspicion as to my real occupation. My dear wife knew that I had
-business in the City. She little knew what.
-
-"Last Monday I had finished for the day and was dressing in my
-room above the opium den when I looked out of my window and saw,
-to my horror and astonishment, that my wife was standing in the
-street, with her eyes fixed full upon me. I gave a cry of
-surprise, threw up my arms to cover my face, and, rushing to my
-confidant, the Lascar, entreated him to prevent anyone from
-coming up to me. I heard her voice downstairs, but I knew that
-she could not ascend. Swiftly I threw off my clothes, pulled on
-those of a beggar, and put on my pigments and wig. Even a wife's
-eyes could not pierce so complete a disguise. But then it
-occurred to me that there might be a search in the room, and that
-the clothes might betray me. I threw open the window, reopening
-by my violence a small cut which I had inflicted upon myself in
-the bedroom that morning. Then I seized my coat, which was
-weighted by the coppers which I had just transferred to it from
-the leather bag in which I carried my takings. I hurled it out of
-the window, and it disappeared into the Thames. The other clothes
-would have followed, but at that moment there was a rush of
-constables up the stair, and a few minutes after I found, rather,
-I confess, to my relief, that instead of being identified as Mr.
-Neville St. Clair, I was arrested as his murderer.
-
-"I do not know that there is anything else for me to explain. I
-was determined to preserve my disguise as long as possible, and
-hence my preference for a dirty face. Knowing that my wife would
-be terribly anxious, I slipped off my ring and confided it to the
-Lascar at a moment when no constable was watching me, together
-with a hurried scrawl, telling her that she had no cause to
-fear."
-
-"That note only reached her yesterday," said Holmes.
-
-"Good God! What a week she must have spent!"
-
-"The police have watched this Lascar," said Inspector Bradstreet,
-"and I can quite understand that he might find it difficult to
-post a letter unobserved. Probably he handed it to some sailor
-customer of his, who forgot all about it for some days."
-
-"That was it," said Holmes, nodding approvingly; "I have no doubt
-of it. But have you never been prosecuted for begging?"
-
-"Many times; but what was a fine to me?"
-
-"It must stop here, however," said Bradstreet. "If the police are
-to hush this thing up, there must be no more of Hugh Boone."
-
-"I have sworn it by the most solemn oaths which a man can take."
-
-"In that case I think that it is probable that no further steps
-may be taken. But if you are found again, then all must come out.
-I am sure, Mr. Holmes, that we are very much indebted to you for
-having cleared the matter up. I wish I knew how you reach your
-results."
-
-"I reached this one," said my friend, "by sitting upon five
-pillows and consuming an ounce of shag. I think, Watson, that if
-we drive to Baker Street we shall just be in time for breakfast."
-
-
-
-VII. THE ADVENTURE OF THE BLUE CARBUNCLE
-
-I had called upon my friend Sherlock Holmes upon the second
-morning after Christmas, with the intention of wishing him the
-compliments of the season. He was lounging upon the sofa in a
-purple dressing-gown, a pipe-rack within his reach upon the
-right, and a pile of crumpled morning papers, evidently newly
-studied, near at hand. Beside the couch was a wooden chair, and
-on the angle of the back hung a very seedy and disreputable
-hard-felt hat, much the worse for wear, and cracked in several
-places. A lens and a forceps lying upon the seat of the chair
-suggested that the hat had been suspended in this manner for the
-purpose of examination.
-
-"You are engaged," said I; "perhaps I interrupt you."
-
-"Not at all. I am glad to have a friend with whom I can discuss
-my results. The matter is a perfectly trivial one"--he jerked his
-thumb in the direction of the old hat--"but there are points in
-connection with it which are not entirely devoid of interest and
-even of instruction."
-
-I seated myself in his armchair and warmed my hands before his
-crackling fire, for a sharp frost had set in, and the windows
-were thick with the ice crystals. "I suppose," I remarked, "that,
-homely as it looks, this thing has some deadly story linked on to
-it--that it is the clue which will guide you in the solution of
-some mystery and the punishment of some crime."
-
-"No, no. No crime," said Sherlock Holmes, laughing. "Only one of
-those whimsical little incidents which will happen when you have
-four million human beings all jostling each other within the
-space of a few square miles. Amid the action and reaction of so
-dense a swarm of humanity, every possible combination of events
-may be expected to take place, and many a little problem will be
-presented which may be striking and bizarre without being
-criminal. We have already had experience of such."
-
-"So much so," I remarked, "that of the last six cases which I
-have added to my notes, three have been entirely free of any
-legal crime."
-
-"Precisely. You allude to my attempt to recover the Irene Adler
-papers, to the singular case of Miss Mary Sutherland, and to the
-adventure of the man with the twisted lip. Well, I have no doubt
-that this small matter will fall into the same innocent category.
-You know Peterson, the commissionaire?"
-
-"Yes."
-
-"It is to him that this trophy belongs."
-
-"It is his hat."
-
-"No, no, he found it. Its owner is unknown. I beg that you will
-look upon it not as a battered billycock but as an intellectual
-problem. And, first, as to how it came here. It arrived upon
-Christmas morning, in company with a good fat goose, which is, I
-have no doubt, roasting at this moment in front of Peterson's
-fire. The facts are these: about four o'clock on Christmas
-morning, Peterson, who, as you know, is a very honest fellow, was
-returning from some small jollification and was making his way
-homeward down Tottenham Court Road. In front of him he saw, in
-the gaslight, a tallish man, walking with a slight stagger, and
-carrying a white goose slung over his shoulder. As he reached the
-corner of Goodge Street, a row broke out between this stranger
-and a little knot of roughs. One of the latter knocked off the
-man's hat, on which he raised his stick to defend himself and,
-swinging it over his head, smashed the shop window behind him.
-Peterson had rushed forward to protect the stranger from his
-assailants; but the man, shocked at having broken the window, and
-seeing an official-looking person in uniform rushing towards him,
-dropped his goose, took to his heels, and vanished amid the
-labyrinth of small streets which lie at the back of Tottenham
-Court Road. The roughs had also fled at the appearance of
-Peterson, so that he was left in possession of the field of
-battle, and also of the spoils of victory in the shape of this
-battered hat and a most unimpeachable Christmas goose."
-
-"Which surely he restored to their owner?"
-
-"My dear fellow, there lies the problem. It is true that 'For
-Mrs. Henry Baker' was printed upon a small card which was tied to
-the bird's left leg, and it is also true that the initials 'H.
-B.' are legible upon the lining of this hat, but as there are
-some thousands of Bakers, and some hundreds of Henry Bakers in
-this city of ours, it is not easy to restore lost property to any
-one of them."
-
-"What, then, did Peterson do?"
-
-"He brought round both hat and goose to me on Christmas morning,
-knowing that even the smallest problems are of interest to me.
-The goose we retained until this morning, when there were signs
-that, in spite of the slight frost, it would be well that it
-should be eaten without unnecessary delay. Its finder has carried
-it off, therefore, to fulfil the ultimate destiny of a goose,
-while I continue to retain the hat of the unknown gentleman who
-lost his Christmas dinner."
-
-"Did he not advertise?"
-
-"No."
-
-"Then, what clue could you have as to his identity?"
-
-"Only as much as we can deduce."
-
-"From his hat?"
-
-"Precisely."
-
-"But you are joking. What can you gather from this old battered
-felt?"
-
-"Here is my lens. You know my methods. What can you gather
-yourself as to the individuality of the man who has worn this
-article?"
-
-I took the tattered object in my hands and turned it over rather
-ruefully. It was a very ordinary black hat of the usual round
-shape, hard and much the worse for wear. The lining had been of
-red silk, but was a good deal discoloured. There was no maker's
-name; but, as Holmes had remarked, the initials "H. B." were
-scrawled upon one side. It was pierced in the brim for a
-hat-securer, but the elastic was missing. For the rest, it was
-cracked, exceedingly dusty, and spotted in several places,
-although there seemed to have been some attempt to hide the
-discoloured patches by smearing them with ink.
-
-"I can see nothing," said I, handing it back to my friend.
-
-"On the contrary, Watson, you can see everything. You fail,
-however, to reason from what you see. You are too timid in
-drawing your inferences."
-
-"Then, pray tell me what it is that you can infer from this hat?"
-
-He picked it up and gazed at it in the peculiar introspective
-fashion which was characteristic of him. "It is perhaps less
-suggestive than it might have been," he remarked, "and yet there
-are a few inferences which are very distinct, and a few others
-which represent at least a strong balance of probability. That
-the man was highly intellectual is of course obvious upon the
-face of it, and also that he was fairly well-to-do within the
-last three years, although he has now fallen upon evil days. He
-had foresight, but has less now than formerly, pointing to a
-moral retrogression, which, when taken with the decline of his
-fortunes, seems to indicate some evil influence, probably drink,
-at work upon him. This may account also for the obvious fact that
-his wife has ceased to love him."
-
-"My dear Holmes!"
-
-"He has, however, retained some degree of self-respect," he
-continued, disregarding my remonstrance. "He is a man who leads a
-sedentary life, goes out little, is out of training entirely, is
-middle-aged, has grizzled hair which he has had cut within the
-last few days, and which he anoints with lime-cream. These are
-the more patent facts which are to be deduced from his hat. Also,
-by the way, that it is extremely improbable that he has gas laid
-on in his house."
-
-"You are certainly joking, Holmes."
-
-"Not in the least. Is it possible that even now, when I give you
-these results, you are unable to see how they are attained?"
-
-"I have no doubt that I am very stupid, but I must confess that I
-am unable to follow you. For example, how did you deduce that
-this man was intellectual?"
-
-For answer Holmes clapped the hat upon his head. It came right
-over the forehead and settled upon the bridge of his nose. "It is
-a question of cubic capacity," said he; "a man with so large a
-brain must have something in it."
-
-"The decline of his fortunes, then?"
-
-"This hat is three years old. These flat brims curled at the edge
-came in then. It is a hat of the very best quality. Look at the
-band of ribbed silk and the excellent lining. If this man could
-afford to buy so expensive a hat three years ago, and has had no
-hat since, then he has assuredly gone down in the world."
-
-"Well, that is clear enough, certainly. But how about the
-foresight and the moral retrogression?"
-
-Sherlock Holmes laughed. "Here is the foresight," said he putting
-his finger upon the little disc and loop of the hat-securer.
-"They are never sold upon hats. If this man ordered one, it is a
-sign of a certain amount of foresight, since he went out of his
-way to take this precaution against the wind. But since we see
-that he has broken the elastic and has not troubled to replace
-it, it is obvious that he has less foresight now than formerly,
-which is a distinct proof of a weakening nature. On the other
-hand, he has endeavoured to conceal some of these stains upon the
-felt by daubing them with ink, which is a sign that he has not
-entirely lost his self-respect."
-
-"Your reasoning is certainly plausible."
-
-"The further points, that he is middle-aged, that his hair is
-grizzled, that it has been recently cut, and that he uses
-lime-cream, are all to be gathered from a close examination of the
-lower part of the lining. The lens discloses a large number of
-hair-ends, clean cut by the scissors of the barber. They all
-appear to be adhesive, and there is a distinct odour of
-lime-cream. This dust, you will observe, is not the gritty, grey
-dust of the street but the fluffy brown dust of the house,
-showing that it has been hung up indoors most of the time, while
-the marks of moisture upon the inside are proof positive that the
-wearer perspired very freely, and could therefore, hardly be in
-the best of training."
-
-"But his wife--you said that she had ceased to love him."
-
-"This hat has not been brushed for weeks. When I see you, my dear
-Watson, with a week's accumulation of dust upon your hat, and
-when your wife allows you to go out in such a state, I shall fear
-that you also have been unfortunate enough to lose your wife's
-affection."
-
-"But he might be a bachelor."
-
-"Nay, he was bringing home the goose as a peace-offering to his
-wife. Remember the card upon the bird's leg."
-
-"You have an answer to everything. But how on earth do you deduce
-that the gas is not laid on in his house?"
-
-"One tallow stain, or even two, might come by chance; but when I
-see no less than five, I think that there can be little doubt
-that the individual must be brought into frequent contact with
-burning tallow--walks upstairs at night probably with his hat in
-one hand and a guttering candle in the other. Anyhow, he never
-got tallow-stains from a gas-jet. Are you satisfied?"
-
-"Well, it is very ingenious," said I, laughing; "but since, as
-you said just now, there has been no crime committed, and no harm
-done save the loss of a goose, all this seems to be rather a
-waste of energy."
-
-Sherlock Holmes had opened his mouth to reply, when the door flew
-open, and Peterson, the commissionaire, rushed into the apartment
-with flushed cheeks and the face of a man who is dazed with
-astonishment.
-
-"The goose, Mr. Holmes! The goose, sir!" he gasped.
-
-"Eh? What of it, then? Has it returned to life and flapped off
-through the kitchen window?" Holmes twisted himself round upon
-the sofa to get a fairer view of the man's excited face.
-
-"See here, sir! See what my wife found in its crop!" He held out
-his hand and displayed upon the centre of the palm a brilliantly
-scintillating blue stone, rather smaller than a bean in size, but
-of such purity and radiance that it twinkled like an electric
-point in the dark hollow of his hand.
-
-Sherlock Holmes sat up with a whistle. "By Jove, Peterson!" said
-he, "this is treasure trove indeed. I suppose you know what you
-have got?"
-
-"A diamond, sir? A precious stone. It cuts into glass as though
-it were putty."
-
-"It's more than a precious stone. It is the precious stone."
-
-"Not the Countess of Morcar's blue carbuncle!" I ejaculated.
-
-"Precisely so. I ought to know its size and shape, seeing that I
-have read the advertisement about it in The Times every day
-lately. It is absolutely unique, and its value can only be
-conjectured, but the reward offered of 1000 pounds is certainly
-not within a twentieth part of the market price."
-
-"A thousand pounds! Great Lord of mercy!" The commissionaire
-plumped down into a chair and stared from one to the other of us.
-
-"That is the reward, and I have reason to know that there are
-sentimental considerations in the background which would induce
-the Countess to part with half her fortune if she could but
-recover the gem."
-
-"It was lost, if I remember aright, at the Hotel Cosmopolitan," I
-remarked.
-
-"Precisely so, on December 22nd, just five days ago. John Horner,
-a plumber, was accused of having abstracted it from the lady's
-jewel-case. The evidence against him was so strong that the case
-has been referred to the Assizes. I have some account of the
-matter here, I believe." He rummaged amid his newspapers,
-glancing over the dates, until at last he smoothed one out,
-doubled it over, and read the following paragraph:
-
-"Hotel Cosmopolitan Jewel Robbery. John Horner, 26, plumber, was
-brought up upon the charge of having upon the 22nd inst.,
-abstracted from the jewel-case of the Countess of Morcar the
-valuable gem known as the blue carbuncle. James Ryder,
-upper-attendant at the hotel, gave his evidence to the effect
-that he had shown Horner up to the dressing-room of the Countess
-of Morcar upon the day of the robbery in order that he might
-solder the second bar of the grate, which was loose. He had
-remained with Horner some little time, but had finally been
-called away. On returning, he found that Horner had disappeared,
-that the bureau had been forced open, and that the small morocco
-casket in which, as it afterwards transpired, the Countess was
-accustomed to keep her jewel, was lying empty upon the
-dressing-table. Ryder instantly gave the alarm, and Horner was
-arrested the same evening; but the stone could not be found
-either upon his person or in his rooms. Catherine Cusack, maid to
-the Countess, deposed to having heard Ryder's cry of dismay on
-discovering the robbery, and to having rushed into the room,
-where she found matters as described by the last witness.
-Inspector Bradstreet, B division, gave evidence as to the arrest
-of Horner, who struggled frantically, and protested his innocence
-in the strongest terms. Evidence of a previous conviction for
-robbery having been given against the prisoner, the magistrate
-refused to deal summarily with the offence, but referred it to
-the Assizes. Horner, who had shown signs of intense emotion
-during the proceedings, fainted away at the conclusion and was
-carried out of court."
-
-"Hum! So much for the police-court," said Holmes thoughtfully,
-tossing aside the paper. "The question for us now to solve is the
-sequence of events leading from a rifled jewel-case at one end to
-the crop of a goose in Tottenham Court Road at the other. You
-see, Watson, our little deductions have suddenly assumed a much
-more important and less innocent aspect. Here is the stone; the
-stone came from the goose, and the goose came from Mr. Henry
-Baker, the gentleman with the bad hat and all the other
-characteristics with which I have bored you. So now we must set
-ourselves very seriously to finding this gentleman and
-ascertaining what part he has played in this little mystery. To
-do this, we must try the simplest means first, and these lie
-undoubtedly in an advertisement in all the evening papers. If
-this fail, I shall have recourse to other methods."
-
-"What will you say?"
-
-"Give me a pencil and that slip of paper. Now, then: 'Found at
-the corner of Goodge Street, a goose and a black felt hat. Mr.
-Henry Baker can have the same by applying at 6:30 this evening at
-221B, Baker Street.' That is clear and concise."
-
-"Very. But will he see it?"
-
-"Well, he is sure to keep an eye on the papers, since, to a poor
-man, the loss was a heavy one. He was clearly so scared by his
-mischance in breaking the window and by the approach of Peterson
-that he thought of nothing but flight, but since then he must
-have bitterly regretted the impulse which caused him to drop his
-bird. Then, again, the introduction of his name will cause him to
-see it, for everyone who knows him will direct his attention to
-it. Here you are, Peterson, run down to the advertising agency
-and have this put in the evening papers."
-
-"In which, sir?"
-
-"Oh, in the Globe, Star, Pall Mall, St. James's, Evening News,
-Standard, Echo, and any others that occur to you."
-
-"Very well, sir. And this stone?"
-
-"Ah, yes, I shall keep the stone. Thank you. And, I say,
-Peterson, just buy a goose on your way back and leave it here
-with me, for we must have one to give to this gentleman in place
-of the one which your family is now devouring."
-
-When the commissionaire had gone, Holmes took up the stone and
-held it against the light. "It's a bonny thing," said he. "Just
-see how it glints and sparkles. Of course it is a nucleus and
-focus of crime. Every good stone is. They are the devil's pet
-baits. In the larger and older jewels every facet may stand for a
-bloody deed. This stone is not yet twenty years old. It was found
-in the banks of the Amoy River in southern China and is remarkable
-in having every characteristic of the carbuncle, save that it is
-blue in shade instead of ruby red. In spite of its youth, it has
-already a sinister history. There have been two murders, a
-vitriol-throwing, a suicide, and several robberies brought about
-for the sake of this forty-grain weight of crystallised charcoal.
-Who would think that so pretty a toy would be a purveyor to the
-gallows and the prison? I'll lock it up in my strong box now and
-drop a line to the Countess to say that we have it."
-
-"Do you think that this man Horner is innocent?"
-
-"I cannot tell."
-
-"Well, then, do you imagine that this other one, Henry Baker, had
-anything to do with the matter?"
-
-"It is, I think, much more likely that Henry Baker is an
-absolutely innocent man, who had no idea that the bird which he
-was carrying was of considerably more value than if it were made
-of solid gold. That, however, I shall determine by a very simple
-test if we have an answer to our advertisement."
-
-"And you can do nothing until then?"
-
-"Nothing."
-
-"In that case I shall continue my professional round. But I shall
-come back in the evening at the hour you have mentioned, for I
-should like to see the solution of so tangled a business."
-
-"Very glad to see you. I dine at seven. There is a woodcock, I
-believe. By the way, in view of recent occurrences, perhaps I
-ought to ask Mrs. Hudson to examine its crop."
-
-I had been delayed at a case, and it was a little after half-past
-six when I found myself in Baker Street once more. As I
-approached the house I saw a tall man in a Scotch bonnet with a
-coat which was buttoned up to his chin waiting outside in the
-bright semicircle which was thrown from the fanlight. Just as I
-arrived the door was opened, and we were shown up together to
-Holmes' room.
-
-"Mr. Henry Baker, I believe," said he, rising from his armchair
-and greeting his visitor with the easy air of geniality which he
-could so readily assume. "Pray take this chair by the fire, Mr.
-Baker. It is a cold night, and I observe that your circulation is
-more adapted for summer than for winter. Ah, Watson, you have
-just come at the right time. Is that your hat, Mr. Baker?"
-
-"Yes, sir, that is undoubtedly my hat."
-
-He was a large man with rounded shoulders, a massive head, and a
-broad, intelligent face, sloping down to a pointed beard of
-grizzled brown. A touch of red in nose and cheeks, with a slight
-tremor of his extended hand, recalled Holmes' surmise as to his
-habits. His rusty black frock-coat was buttoned right up in
-front, with the collar turned up, and his lank wrists protruded
-from his sleeves without a sign of cuff or shirt. He spoke in a
-slow staccato fashion, choosing his words with care, and gave the
-impression generally of a man of learning and letters who had had
-ill-usage at the hands of fortune.
-
-"We have retained these things for some days," said Holmes,
-"because we expected to see an advertisement from you giving your
-address. I am at a loss to know now why you did not advertise."
-
-Our visitor gave a rather shamefaced laugh. "Shillings have not
-been so plentiful with me as they once were," he remarked. "I had
-no doubt that the gang of roughs who assaulted me had carried off
-both my hat and the bird. I did not care to spend more money in a
-hopeless attempt at recovering them."
-
-"Very naturally. By the way, about the bird, we were compelled to
-eat it."
-
-"To eat it!" Our visitor half rose from his chair in his
-excitement.
-
-"Yes, it would have been of no use to anyone had we not done so.
-But I presume that this other goose upon the sideboard, which is
-about the same weight and perfectly fresh, will answer your
-purpose equally well?"
-
-"Oh, certainly, certainly," answered Mr. Baker with a sigh of
-relief.
-
-"Of course, we still have the feathers, legs, crop, and so on of
-your own bird, so if you wish--"
-
-The man burst into a hearty laugh. "They might be useful to me as
-relics of my adventure," said he, "but beyond that I can hardly
-see what use the disjecta membra of my late acquaintance are
-going to be to me. No, sir, I think that, with your permission, I
-will confine my attentions to the excellent bird which I perceive
-upon the sideboard."
-
-Sherlock Holmes glanced sharply across at me with a slight shrug
-of his shoulders.
-
-"There is your hat, then, and there your bird," said he. "By the
-way, would it bore you to tell me where you got the other one
-from? I am somewhat of a fowl fancier, and I have seldom seen a
-better grown goose."
-
-"Certainly, sir," said Baker, who had risen and tucked his newly
-gained property under his arm. "There are a few of us who
-frequent the Alpha Inn, near the Museum--we are to be found in
-the Museum itself during the day, you understand. This year our
-good host, Windigate by name, instituted a goose club, by which,
-on consideration of some few pence every week, we were each to
-receive a bird at Christmas. My pence were duly paid, and the
-rest is familiar to you. I am much indebted to you, sir, for a
-Scotch bonnet is fitted neither to my years nor my gravity." With
-a comical pomposity of manner he bowed solemnly to both of us and
-strode off upon his way.
-
-"So much for Mr. Henry Baker," said Holmes when he had closed the
-door behind him. "It is quite certain that he knows nothing
-whatever about the matter. Are you hungry, Watson?"
-
-"Not particularly."
-
-"Then I suggest that we turn our dinner into a supper and follow
-up this clue while it is still hot."
-
-"By all means."
-
-It was a bitter night, so we drew on our ulsters and wrapped
-cravats about our throats. Outside, the stars were shining coldly
-in a cloudless sky, and the breath of the passers-by blew out
-into smoke like so many pistol shots. Our footfalls rang out
-crisply and loudly as we swung through the doctors' quarter,
-Wimpole Street, Harley Street, and so through Wigmore Street into
-Oxford Street. In a quarter of an hour we were in Bloomsbury at
-the Alpha Inn, which is a small public-house at the corner of one
-of the streets which runs down into Holborn. Holmes pushed open
-the door of the private bar and ordered two glasses of beer from
-the ruddy-faced, white-aproned landlord.
-
-"Your beer should be excellent if it is as good as your geese,"
-said he.
-
-"My geese!" The man seemed surprised.
-
-"Yes. I was speaking only half an hour ago to Mr. Henry Baker,
-who was a member of your goose club."
-
-"Ah! yes, I see. But you see, sir, them's not our geese."
-
-"Indeed! Whose, then?"
-
-"Well, I got the two dozen from a salesman in Covent Garden."
-
-"Indeed? I know some of them. Which was it?"
-
-"Breckinridge is his name."
-
-"Ah! I don't know him. Well, here's your good health landlord,
-and prosperity to your house. Good-night."
-
-"Now for Mr. Breckinridge," he continued, buttoning up his coat
-as we came out into the frosty air. "Remember, Watson that though
-we have so homely a thing as a goose at one end of this chain, we
-have at the other a man who will certainly get seven years' penal
-servitude unless we can establish his innocence. It is possible
-that our inquiry may but confirm his guilt; but, in any case, we
-have a line of investigation which has been missed by the police,
-and which a singular chance has placed in our hands. Let us
-follow it out to the bitter end. Faces to the south, then, and
-quick march!"
-
-We passed across Holborn, down Endell Street, and so through a
-zigzag of slums to Covent Garden Market. One of the largest
-stalls bore the name of Breckinridge upon it, and the proprietor
-a horsey-looking man, with a sharp face and trim side-whiskers was
-helping a boy to put up the shutters.
-
-"Good-evening. It's a cold night," said Holmes.
-
-The salesman nodded and shot a questioning glance at my
-companion.
-
-"Sold out of geese, I see," continued Holmes, pointing at the
-bare slabs of marble.
-
-"Let you have five hundred to-morrow morning."
-
-"That's no good."
-
-"Well, there are some on the stall with the gas-flare."
-
-"Ah, but I was recommended to you."
-
-"Who by?"
-
-"The landlord of the Alpha."
-
-"Oh, yes; I sent him a couple of dozen."
-
-"Fine birds they were, too. Now where did you get them from?"
-
-To my surprise the question provoked a burst of anger from the
-salesman.
-
-"Now, then, mister," said he, with his head cocked and his arms
-akimbo, "what are you driving at? Let's have it straight, now."
-
-"It is straight enough. I should like to know who sold you the
-geese which you supplied to the Alpha."
-
-"Well then, I shan't tell you. So now!"
-
-"Oh, it is a matter of no importance; but I don't know why you
-should be so warm over such a trifle."
-
-"Warm! You'd be as warm, maybe, if you were as pestered as I am.
-When I pay good money for a good article there should be an end
-of the business; but it's 'Where are the geese?' and 'Who did you
-sell the geese to?' and 'What will you take for the geese?' One
-would think they were the only geese in the world, to hear the
-fuss that is made over them."
-
-"Well, I have no connection with any other people who have been
-making inquiries," said Holmes carelessly. "If you won't tell us
-the bet is off, that is all. But I'm always ready to back my
-opinion on a matter of fowls, and I have a fiver on it that the
-bird I ate is country bred."
-
-"Well, then, you've lost your fiver, for it's town bred," snapped
-the salesman.
-
-"It's nothing of the kind."
-
-"I say it is."
-
-"I don't believe it."
-
-"D'you think you know more about fowls than I, who have handled
-them ever since I was a nipper? I tell you, all those birds that
-went to the Alpha were town bred."
-
-"You'll never persuade me to believe that."
-
-"Will you bet, then?"
-
-"It's merely taking your money, for I know that I am right. But
-I'll have a sovereign on with you, just to teach you not to be
-obstinate."
-
-The salesman chuckled grimly. "Bring me the books, Bill," said
-he.
-
-The small boy brought round a small thin volume and a great
-greasy-backed one, laying them out together beneath the hanging
-lamp.
-
-"Now then, Mr. Cocksure," said the salesman, "I thought that I
-was out of geese, but before I finish you'll find that there is
-still one left in my shop. You see this little book?"
-
-"Well?"
-
-"That's the list of the folk from whom I buy. D'you see? Well,
-then, here on this page are the country folk, and the numbers
-after their names are where their accounts are in the big ledger.
-Now, then! You see this other page in red ink? Well, that is a
-list of my town suppliers. Now, look at that third name. Just
-read it out to me."
-
-"Mrs. Oakshott, 117, Brixton Road--249," read Holmes.
-
-"Quite so. Now turn that up in the ledger."
-
-Holmes turned to the page indicated. "Here you are, 'Mrs.
-Oakshott, 117, Brixton Road, egg and poultry supplier.'"
-
-"Now, then, what's the last entry?"
-
-"'December 22nd. Twenty-four geese at 7s. 6d.'"
-
-"Quite so. There you are. And underneath?"
-
-"'Sold to Mr. Windigate of the Alpha, at 12s.'"
-
-"What have you to say now?"
-
-Sherlock Holmes looked deeply chagrined. He drew a sovereign from
-his pocket and threw it down upon the slab, turning away with the
-air of a man whose disgust is too deep for words. A few yards off
-he stopped under a lamp-post and laughed in the hearty, noiseless
-fashion which was peculiar to him.
-
-"When you see a man with whiskers of that cut and the 'Pink 'un'
-protruding out of his pocket, you can always draw him by a bet,"
-said he. "I daresay that if I had put 100 pounds down in front of
-him, that man would not have given me such complete information
-as was drawn from him by the idea that he was doing me on a
-wager. Well, Watson, we are, I fancy, nearing the end of our
-quest, and the only point which remains to be determined is
-whether we should go on to this Mrs. Oakshott to-night, or
-whether we should reserve it for to-morrow. It is clear from what
-that surly fellow said that there are others besides ourselves
-who are anxious about the matter, and I should--"
-
-His remarks were suddenly cut short by a loud hubbub which broke
-out from the stall which we had just left. Turning round we saw a
-little rat-faced fellow standing in the centre of the circle of
-yellow light which was thrown by the swinging lamp, while
-Breckinridge, the salesman, framed in the door of his stall, was
-shaking his fists fiercely at the cringing figure.
-
-"I've had enough of you and your geese," he shouted. "I wish you
-were all at the devil together. If you come pestering me any more
-with your silly talk I'll set the dog at you. You bring Mrs.
-Oakshott here and I'll answer her, but what have you to do with
-it? Did I buy the geese off you?"
-
-"No; but one of them was mine all the same," whined the little
-man.
-
-"Well, then, ask Mrs. Oakshott for it."
-
-"She told me to ask you."
-
-"Well, you can ask the King of Proosia, for all I care. I've had
-enough of it. Get out of this!" He rushed fiercely forward, and
-the inquirer flitted away into the darkness.
-
-"Ha! this may save us a visit to Brixton Road," whispered Holmes.
-"Come with me, and we will see what is to be made of this
-fellow." Striding through the scattered knots of people who
-lounged round the flaring stalls, my companion speedily overtook
-the little man and touched him upon the shoulder. He sprang
-round, and I could see in the gas-light that every vestige of
-colour had been driven from his face.
-
-"Who are you, then? What do you want?" he asked in a quavering
-voice.
-
-"You will excuse me," said Holmes blandly, "but I could not help
-overhearing the questions which you put to the salesman just now.
-I think that I could be of assistance to you."
-
-"You? Who are you? How could you know anything of the matter?"
-
-"My name is Sherlock Holmes. It is my business to know what other
-people don't know."
-
-"But you can know nothing of this?"
-
-"Excuse me, I know everything of it. You are endeavouring to
-trace some geese which were sold by Mrs. Oakshott, of Brixton
-Road, to a salesman named Breckinridge, by him in turn to Mr.
-Windigate, of the Alpha, and by him to his club, of which Mr.
-Henry Baker is a member."
-
-"Oh, sir, you are the very man whom I have longed to meet," cried
-the little fellow with outstretched hands and quivering fingers.
-"I can hardly explain to you how interested I am in this matter."
-
-Sherlock Holmes hailed a four-wheeler which was passing. "In that
-case we had better discuss it in a cosy room rather than in this
-wind-swept market-place," said he. "But pray tell me, before we
-go farther, who it is that I have the pleasure of assisting."
-
-The man hesitated for an instant. "My name is John Robinson," he
-answered with a sidelong glance.
-
-"No, no; the real name," said Holmes sweetly. "It is always
-awkward doing business with an alias."
-
-A flush sprang to the white cheeks of the stranger. "Well then,"
-said he, "my real name is James Ryder."
-
-"Precisely so. Head attendant at the Hotel Cosmopolitan. Pray
-step into the cab, and I shall soon be able to tell you
-everything which you would wish to know."
-
-The little man stood glancing from one to the other of us with
-half-frightened, half-hopeful eyes, as one who is not sure
-whether he is on the verge of a windfall or of a catastrophe.
-Then he stepped into the cab, and in half an hour we were back in
-the sitting-room at Baker Street. Nothing had been said during
-our drive, but the high, thin breathing of our new companion, and
-the claspings and unclaspings of his hands, spoke of the nervous
-tension within him.
-
-"Here we are!" said Holmes cheerily as we filed into the room.
-"The fire looks very seasonable in this weather. You look cold,
-Mr. Ryder. Pray take the basket-chair. I will just put on my
-slippers before we settle this little matter of yours. Now, then!
-You want to know what became of those geese?"
-
-"Yes, sir."
-
-"Or rather, I fancy, of that goose. It was one bird, I imagine in
-which you were interested--white, with a black bar across the
-tail."
-
-Ryder quivered with emotion. "Oh, sir," he cried, "can you tell
-me where it went to?"
-
-"It came here."
-
-"Here?"
-
-"Yes, and a most remarkable bird it proved. I don't wonder that
-you should take an interest in it. It laid an egg after it was
-dead--the bonniest, brightest little blue egg that ever was seen.
-I have it here in my museum."
-
-Our visitor staggered to his feet and clutched the mantelpiece
-with his right hand. Holmes unlocked his strong-box and held up
-the blue carbuncle, which shone out like a star, with a cold,
-brilliant, many-pointed radiance. Ryder stood glaring with a
-drawn face, uncertain whether to claim or to disown it.
-
-"The game's up, Ryder," said Holmes quietly. "Hold up, man, or
-you'll be into the fire! Give him an arm back into his chair,
-Watson. He's not got blood enough to go in for felony with
-impunity. Give him a dash of brandy. So! Now he looks a little
-more human. What a shrimp it is, to be sure!"
-
-For a moment he had staggered and nearly fallen, but the brandy
-brought a tinge of colour into his cheeks, and he sat staring
-with frightened eyes at his accuser.
-
-"I have almost every link in my hands, and all the proofs which I
-could possibly need, so there is little which you need tell me.
-Still, that little may as well be cleared up to make the case
-complete. You had heard, Ryder, of this blue stone of the
-Countess of Morcar's?"
-
-"It was Catherine Cusack who told me of it," said he in a
-crackling voice.
-
-"I see--her ladyship's waiting-maid. Well, the temptation of
-sudden wealth so easily acquired was too much for you, as it has
-been for better men before you; but you were not very scrupulous
-in the means you used. It seems to me, Ryder, that there is the
-making of a very pretty villain in you. You knew that this man
-Horner, the plumber, had been concerned in some such matter
-before, and that suspicion would rest the more readily upon him.
-What did you do, then? You made some small job in my lady's
-room--you and your confederate Cusack--and you managed that he
-should be the man sent for. Then, when he had left, you rifled
-the jewel-case, raised the alarm, and had this unfortunate man
-arrested. You then--"
-
-Ryder threw himself down suddenly upon the rug and clutched at my
-companion's knees. "For God's sake, have mercy!" he shrieked.
-"Think of my father! Of my mother! It would break their hearts. I
-never went wrong before! I never will again. I swear it. I'll
-swear it on a Bible. Oh, don't bring it into court! For Christ's
-sake, don't!"
-
-"Get back into your chair!" said Holmes sternly. "It is very well
-to cringe and crawl now, but you thought little enough of this
-poor Horner in the dock for a crime of which he knew nothing."
-
-"I will fly, Mr. Holmes. I will leave the country, sir. Then the
-charge against him will break down."
-
-"Hum! We will talk about that. And now let us hear a true account
-of the next act. How came the stone into the goose, and how came
-the goose into the open market? Tell us the truth, for there lies
-your only hope of safety."
-
-Ryder passed his tongue over his parched lips. "I will tell you
-it just as it happened, sir," said he. "When Horner had been
-arrested, it seemed to me that it would be best for me to get
-away with the stone at once, for I did not know at what moment
-the police might not take it into their heads to search me and my
-room. There was no place about the hotel where it would be safe.
-I went out, as if on some commission, and I made for my sister's
-house. She had married a man named Oakshott, and lived in Brixton
-Road, where she fattened fowls for the market. All the way there
-every man I met seemed to me to be a policeman or a detective;
-and, for all that it was a cold night, the sweat was pouring down
-my face before I came to the Brixton Road. My sister asked me
-what was the matter, and why I was so pale; but I told her that I
-had been upset by the jewel robbery at the hotel. Then I went
-into the back yard and smoked a pipe and wondered what it would
-be best to do.
-
-"I had a friend once called Maudsley, who went to the bad, and
-has just been serving his time in Pentonville. One day he had met
-me, and fell into talk about the ways of thieves, and how they
-could get rid of what they stole. I knew that he would be true to
-me, for I knew one or two things about him; so I made up my mind
-to go right on to Kilburn, where he lived, and take him into my
-confidence. He would show me how to turn the stone into money.
-But how to get to him in safety? I thought of the agonies I had
-gone through in coming from the hotel. I might at any moment be
-seized and searched, and there would be the stone in my waistcoat
-pocket. I was leaning against the wall at the time and looking at
-the geese which were waddling about round my feet, and suddenly
-an idea came into my head which showed me how I could beat the
-best detective that ever lived.
-
-"My sister had told me some weeks before that I might have the
-pick of her geese for a Christmas present, and I knew that she
-was always as good as her word. I would take my goose now, and in
-it I would carry my stone to Kilburn. There was a little shed in
-the yard, and behind this I drove one of the birds--a fine big
-one, white, with a barred tail. I caught it, and prying its bill
-open, I thrust the stone down its throat as far as my finger
-could reach. The bird gave a gulp, and I felt the stone pass
-along its gullet and down into its crop. But the creature flapped
-and struggled, and out came my sister to know what was the
-matter. As I turned to speak to her the brute broke loose and
-fluttered off among the others.
-
-"'Whatever were you doing with that bird, Jem?' says she.
-
-"'Well,' said I, 'you said you'd give me one for Christmas, and I
-was feeling which was the fattest.'
-
-"'Oh,' says she, 'we've set yours aside for you--Jem's bird, we
-call it. It's the big white one over yonder. There's twenty-six
-of them, which makes one for you, and one for us, and two dozen
-for the market.'
-
-"'Thank you, Maggie,' says I; 'but if it is all the same to you,
-I'd rather have that one I was handling just now.'
-
-"'The other is a good three pound heavier,' said she, 'and we
-fattened it expressly for you.'
-
-"'Never mind. I'll have the other, and I'll take it now,' said I.
-
-"'Oh, just as you like,' said she, a little huffed. 'Which is it
-you want, then?'
-
-"'That white one with the barred tail, right in the middle of the
-flock.'
-
-"'Oh, very well. Kill it and take it with you.'
-
-"Well, I did what she said, Mr. Holmes, and I carried the bird
-all the way to Kilburn. I told my pal what I had done, for he was
-a man that it was easy to tell a thing like that to. He laughed
-until he choked, and we got a knife and opened the goose. My
-heart turned to water, for there was no sign of the stone, and I
-knew that some terrible mistake had occurred. I left the bird,
-rushed back to my sister's, and hurried into the back yard. There
-was not a bird to be seen there.
-
-"'Where are they all, Maggie?' I cried.
-
-"'Gone to the dealer's, Jem.'
-
-"'Which dealer's?'
-
-"'Breckinridge, of Covent Garden.'
-
-"'But was there another with a barred tail?' I asked, 'the same
-as the one I chose?'
-
-"'Yes, Jem; there were two barred-tailed ones, and I could never
-tell them apart.'
-
-"Well, then, of course I saw it all, and I ran off as hard as my
-feet would carry me to this man Breckinridge; but he had sold the
-lot at once, and not one word would he tell me as to where they
-had gone. You heard him yourselves to-night. Well, he has always
-answered me like that. My sister thinks that I am going mad.
-Sometimes I think that I am myself. And now--and now I am myself
-a branded thief, without ever having touched the wealth for which
-I sold my character. God help me! God help me!" He burst into
-convulsive sobbing, with his face buried in his hands.
-
-There was a long silence, broken only by his heavy breathing and
-by the measured tapping of Sherlock Holmes' finger-tips upon the
-edge of the table. Then my friend rose and threw open the door.
-
-"Get out!" said he.
-
-"What, sir! Oh, Heaven bless you!"
-
-"No more words. Get out!"
-
-And no more words were needed. There was a rush, a clatter upon
-the stairs, the bang of a door, and the crisp rattle of running
-footfalls from the street.
-
-"After all, Watson," said Holmes, reaching up his hand for his
-clay pipe, "I am not retained by the police to supply their
-deficiencies. If Horner were in danger it would be another thing;
-but this fellow will not appear against him, and the case must
-collapse. I suppose that I am commuting a felony, but it is just
-possible that I am saving a soul. This fellow will not go wrong
-again; he is too terribly frightened. Send him to gaol now, and
-you make him a gaol-bird for life. Besides, it is the season of
-forgiveness. Chance has put in our way a most singular and
-whimsical problem, and its solution is its own reward. If you
-will have the goodness to touch the bell, Doctor, we will begin
-another investigation, in which, also a bird will be the chief
-feature."
-
-
-
-VIII. THE ADVENTURE OF THE SPECKLED BAND
-
-On glancing over my notes of the seventy odd cases in which I
-have during the last eight years studied the methods of my friend
-Sherlock Holmes, I find many tragic, some comic, a large number
-merely strange, but none commonplace; for, working as he did
-rather for the love of his art than for the acquirement of
-wealth, he refused to associate himself with any investigation
-which did not tend towards the unusual, and even the fantastic.
-Of all these varied cases, however, I cannot recall any which
-presented more singular features than that which was associated
-with the well-known Surrey family of the Roylotts of Stoke Moran.
-The events in question occurred in the early days of my
-association with Holmes, when we were sharing rooms as bachelors
-in Baker Street. It is possible that I might have placed them
-upon record before, but a promise of secrecy was made at the
-time, from which I have only been freed during the last month by
-the untimely death of the lady to whom the pledge was given. It
-is perhaps as well that the facts should now come to light, for I
-have reasons to know that there are widespread rumours as to the
-death of Dr. Grimesby Roylott which tend to make the matter even
-more terrible than the truth.
-
-It was early in April in the year '83 that I woke one morning to
-find Sherlock Holmes standing, fully dressed, by the side of my
-bed. He was a late riser, as a rule, and as the clock on the
-mantelpiece showed me that it was only a quarter-past seven, I
-blinked up at him in some surprise, and perhaps just a little
-resentment, for I was myself regular in my habits.
-
-"Very sorry to knock you up, Watson," said he, "but it's the
-common lot this morning. Mrs. Hudson has been knocked up, she
-retorted upon me, and I on you."
-
-"What is it, then--a fire?"
-
-"No; a client. It seems that a young lady has arrived in a
-considerable state of excitement, who insists upon seeing me. She
-is waiting now in the sitting-room. Now, when young ladies wander
-about the metropolis at this hour of the morning, and knock
-sleepy people up out of their beds, I presume that it is
-something very pressing which they have to communicate. Should it
-prove to be an interesting case, you would, I am sure, wish to
-follow it from the outset. I thought, at any rate, that I should
-call you and give you the chance."
-
-"My dear fellow, I would not miss it for anything."
-
-I had no keener pleasure than in following Holmes in his
-professional investigations, and in admiring the rapid
-deductions, as swift as intuitions, and yet always founded on a
-logical basis with which he unravelled the problems which were
-submitted to him. I rapidly threw on my clothes and was ready in
-a few minutes to accompany my friend down to the sitting-room. A
-lady dressed in black and heavily veiled, who had been sitting in
-the window, rose as we entered.
-
-"Good-morning, madam," said Holmes cheerily. "My name is Sherlock
-Holmes. This is my intimate friend and associate, Dr. Watson,
-before whom you can speak as freely as before myself. Ha! I am
-glad to see that Mrs. Hudson has had the good sense to light the
-fire. Pray draw up to it, and I shall order you a cup of hot
-coffee, for I observe that you are shivering."
-
-"It is not cold which makes me shiver," said the woman in a low
-voice, changing her seat as requested.
-
-"What, then?"
-
-"It is fear, Mr. Holmes. It is terror." She raised her veil as
-she spoke, and we could see that she was indeed in a pitiable
-state of agitation, her face all drawn and grey, with restless
-frightened eyes, like those of some hunted animal. Her features
-and figure were those of a woman of thirty, but her hair was shot
-with premature grey, and her expression was weary and haggard.
-Sherlock Holmes ran her over with one of his quick,
-all-comprehensive glances.
-
-"You must not fear," said he soothingly, bending forward and
-patting her forearm. "We shall soon set matters right, I have no
-doubt. You have come in by train this morning, I see."
-
-"You know me, then?"
-
-"No, but I observe the second half of a return ticket in the palm
-of your left glove. You must have started early, and yet you had
-a good drive in a dog-cart, along heavy roads, before you reached
-the station."
-
-The lady gave a violent start and stared in bewilderment at my
-companion.
-
-"There is no mystery, my dear madam," said he, smiling. "The left
-arm of your jacket is spattered with mud in no less than seven
-places. The marks are perfectly fresh. There is no vehicle save a
-dog-cart which throws up mud in that way, and then only when you
-sit on the left-hand side of the driver."
-
-"Whatever your reasons may be, you are perfectly correct," said
-she. "I started from home before six, reached Leatherhead at
-twenty past, and came in by the first train to Waterloo. Sir, I
-can stand this strain no longer; I shall go mad if it continues.
-I have no one to turn to--none, save only one, who cares for me,
-and he, poor fellow, can be of little aid. I have heard of you,
-Mr. Holmes; I have heard of you from Mrs. Farintosh, whom you
-helped in the hour of her sore need. It was from her that I had
-your address. Oh, sir, do you not think that you could help me,
-too, and at least throw a little light through the dense darkness
-which surrounds me? At present it is out of my power to reward
-you for your services, but in a month or six weeks I shall be
-married, with the control of my own income, and then at least you
-shall not find me ungrateful."
-
-Holmes turned to his desk and, unlocking it, drew out a small
-case-book, which he consulted.
-
-"Farintosh," said he. "Ah yes, I recall the case; it was
-concerned with an opal tiara. I think it was before your time,
-Watson. I can only say, madam, that I shall be happy to devote
-the same care to your case as I did to that of your friend. As to
-reward, my profession is its own reward; but you are at liberty
-to defray whatever expenses I may be put to, at the time which
-suits you best. And now I beg that you will lay before us
-everything that may help us in forming an opinion upon the
-matter."
-
-"Alas!" replied our visitor, "the very horror of my situation
-lies in the fact that my fears are so vague, and my suspicions
-depend so entirely upon small points, which might seem trivial to
-another, that even he to whom of all others I have a right to
-look for help and advice looks upon all that I tell him about it
-as the fancies of a nervous woman. He does not say so, but I can
-read it from his soothing answers and averted eyes. But I have
-heard, Mr. Holmes, that you can see deeply into the manifold
-wickedness of the human heart. You may advise me how to walk amid
-the dangers which encompass me."
-
-"I am all attention, madam."
-
-"My name is Helen Stoner, and I am living with my stepfather, who
-is the last survivor of one of the oldest Saxon families in
-England, the Roylotts of Stoke Moran, on the western border of
-Surrey."
-
-Holmes nodded his head. "The name is familiar to me," said he.
-
-"The family was at one time among the richest in England, and the
-estates extended over the borders into Berkshire in the north,
-and Hampshire in the west. In the last century, however, four
-successive heirs were of a dissolute and wasteful disposition,
-and the family ruin was eventually completed by a gambler in the
-days of the Regency. Nothing was left save a few acres of ground,
-and the two-hundred-year-old house, which is itself crushed under
-a heavy mortgage. The last squire dragged out his existence
-there, living the horrible life of an aristocratic pauper; but
-his only son, my stepfather, seeing that he must adapt himself to
-the new conditions, obtained an advance from a relative, which
-enabled him to take a medical degree and went out to Calcutta,
-where, by his professional skill and his force of character, he
-established a large practice. In a fit of anger, however, caused
-by some robberies which had been perpetrated in the house, he
-beat his native butler to death and narrowly escaped a capital
-sentence. As it was, he suffered a long term of imprisonment and
-afterwards returned to England a morose and disappointed man.
-
-"When Dr. Roylott was in India he married my mother, Mrs. Stoner,
-the young widow of Major-General Stoner, of the Bengal Artillery.
-My sister Julia and I were twins, and we were only two years old
-at the time of my mother's re-marriage. She had a considerable
-sum of money--not less than 1000 pounds a year--and this she
-bequeathed to Dr. Roylott entirely while we resided with him,
-with a provision that a certain annual sum should be allowed to
-each of us in the event of our marriage. Shortly after our return
-to England my mother died--she was killed eight years ago in a
-railway accident near Crewe. Dr. Roylott then abandoned his
-attempts to establish himself in practice in London and took us
-to live with him in the old ancestral house at Stoke Moran. The
-money which my mother had left was enough for all our wants, and
-there seemed to be no obstacle to our happiness.
-
-"But a terrible change came over our stepfather about this time.
-Instead of making friends and exchanging visits with our
-neighbours, who had at first been overjoyed to see a Roylott of
-Stoke Moran back in the old family seat, he shut himself up in
-his house and seldom came out save to indulge in ferocious
-quarrels with whoever might cross his path. Violence of temper
-approaching to mania has been hereditary in the men of the
-family, and in my stepfather's case it had, I believe, been
-intensified by his long residence in the tropics. A series of
-disgraceful brawls took place, two of which ended in the
-police-court, until at last he became the terror of the village,
-and the folks would fly at his approach, for he is a man of
-immense strength, and absolutely uncontrollable in his anger.
-
-"Last week he hurled the local blacksmith over a parapet into a
-stream, and it was only by paying over all the money which I
-could gather together that I was able to avert another public
-exposure. He had no friends at all save the wandering gipsies,
-and he would give these vagabonds leave to encamp upon the few
-acres of bramble-covered land which represent the family estate,
-and would accept in return the hospitality of their tents,
-wandering away with them sometimes for weeks on end. He has a
-passion also for Indian animals, which are sent over to him by a
-correspondent, and he has at this moment a cheetah and a baboon,
-which wander freely over his grounds and are feared by the
-villagers almost as much as their master.
-
-"You can imagine from what I say that my poor sister Julia and I
-had no great pleasure in our lives. No servant would stay with
-us, and for a long time we did all the work of the house. She was
-but thirty at the time of her death, and yet her hair had already
-begun to whiten, even as mine has."
-
-"Your sister is dead, then?"
-
-"She died just two years ago, and it is of her death that I wish
-to speak to you. You can understand that, living the life which I
-have described, we were little likely to see anyone of our own
-age and position. We had, however, an aunt, my mother's maiden
-sister, Miss Honoria Westphail, who lives near Harrow, and we
-were occasionally allowed to pay short visits at this lady's
-house. Julia went there at Christmas two years ago, and met there
-a half-pay major of marines, to whom she became engaged. My
-stepfather learned of the engagement when my sister returned and
-offered no objection to the marriage; but within a fortnight of
-the day which had been fixed for the wedding, the terrible event
-occurred which has deprived me of my only companion."
-
-Sherlock Holmes had been leaning back in his chair with his eyes
-closed and his head sunk in a cushion, but he half opened his
-lids now and glanced across at his visitor.
-
-"Pray be precise as to details," said he.
-
-"It is easy for me to be so, for every event of that dreadful
-time is seared into my memory. The manor-house is, as I have
-already said, very old, and only one wing is now inhabited. The
-bedrooms in this wing are on the ground floor, the sitting-rooms
-being in the central block of the buildings. Of these bedrooms
-the first is Dr. Roylott's, the second my sister's, and the third
-my own. There is no communication between them, but they all open
-out into the same corridor. Do I make myself plain?"
-
-"Perfectly so."
-
-"The windows of the three rooms open out upon the lawn. That
-fatal night Dr. Roylott had gone to his room early, though we
-knew that he had not retired to rest, for my sister was troubled
-by the smell of the strong Indian cigars which it was his custom
-to smoke. She left her room, therefore, and came into mine, where
-she sat for some time, chatting about her approaching wedding. At
-eleven o'clock she rose to leave me, but she paused at the door
-and looked back.
-
-"'Tell me, Helen,' said she, 'have you ever heard anyone whistle
-in the dead of the night?'
-
-"'Never,' said I.
-
-"'I suppose that you could not possibly whistle, yourself, in
-your sleep?'
-
-"'Certainly not. But why?'
-
-"'Because during the last few nights I have always, about three
-in the morning, heard a low, clear whistle. I am a light sleeper,
-and it has awakened me. I cannot tell where it came from--perhaps
-from the next room, perhaps from the lawn. I thought that I would
-just ask you whether you had heard it.'
-
-"'No, I have not. It must be those wretched gipsies in the
-plantation.'
-
-"'Very likely. And yet if it were on the lawn, I wonder that you
-did not hear it also.'
-
-"'Ah, but I sleep more heavily than you.'
-
-"'Well, it is of no great consequence, at any rate.' She smiled
-back at me, closed my door, and a few moments later I heard her
-key turn in the lock."
-
-"Indeed," said Holmes. "Was it your custom always to lock
-yourselves in at night?"
-
-"Always."
-
-"And why?"
-
-"I think that I mentioned to you that the doctor kept a cheetah
-and a baboon. We had no feeling of security unless our doors were
-locked."
-
-"Quite so. Pray proceed with your statement."
-
-"I could not sleep that night. A vague feeling of impending
-misfortune impressed me. My sister and I, you will recollect,
-were twins, and you know how subtle are the links which bind two
-souls which are so closely allied. It was a wild night. The wind
-was howling outside, and the rain was beating and splashing
-against the windows. Suddenly, amid all the hubbub of the gale,
-there burst forth the wild scream of a terrified woman. I knew
-that it was my sister's voice. I sprang from my bed, wrapped a
-shawl round me, and rushed into the corridor. As I opened my door
-I seemed to hear a low whistle, such as my sister described, and
-a few moments later a clanging sound, as if a mass of metal had
-fallen. As I ran down the passage, my sister's door was unlocked,
-and revolved slowly upon its hinges. I stared at it
-horror-stricken, not knowing what was about to issue from it. By
-the light of the corridor-lamp I saw my sister appear at the
-opening, her face blanched with terror, her hands groping for
-help, her whole figure swaying to and fro like that of a
-drunkard. I ran to her and threw my arms round her, but at that
-moment her knees seemed to give way and she fell to the ground.
-She writhed as one who is in terrible pain, and her limbs were
-dreadfully convulsed. At first I thought that she had not
-recognised me, but as I bent over her she suddenly shrieked out
-in a voice which I shall never forget, 'Oh, my God! Helen! It was
-the band! The speckled band!' There was something else which she
-would fain have said, and she stabbed with her finger into the
-air in the direction of the doctor's room, but a fresh convulsion
-seized her and choked her words. I rushed out, calling loudly for
-my stepfather, and I met him hastening from his room in his
-dressing-gown. When he reached my sister's side she was
-unconscious, and though he poured brandy down her throat and sent
-for medical aid from the village, all efforts were in vain, for
-she slowly sank and died without having recovered her
-consciousness. Such was the dreadful end of my beloved sister."
-
-"One moment," said Holmes, "are you sure about this whistle and
-metallic sound? Could you swear to it?"
-
-"That was what the county coroner asked me at the inquiry. It is
-my strong impression that I heard it, and yet, among the crash of
-the gale and the creaking of an old house, I may possibly have
-been deceived."
-
-"Was your sister dressed?"
-
-"No, she was in her night-dress. In her right hand was found the
-charred stump of a match, and in her left a match-box."
-
-"Showing that she had struck a light and looked about her when
-the alarm took place. That is important. And what conclusions did
-the coroner come to?"
-
-"He investigated the case with great care, for Dr. Roylott's
-conduct had long been notorious in the county, but he was unable
-to find any satisfactory cause of death. My evidence showed that
-the door had been fastened upon the inner side, and the windows
-were blocked by old-fashioned shutters with broad iron bars,
-which were secured every night. The walls were carefully sounded,
-and were shown to be quite solid all round, and the flooring was
-also thoroughly examined, with the same result. The chimney is
-wide, but is barred up by four large staples. It is certain,
-therefore, that my sister was quite alone when she met her end.
-Besides, there were no marks of any violence upon her."
-
-"How about poison?"
-
-"The doctors examined her for it, but without success."
-
-"What do you think that this unfortunate lady died of, then?"
-
-"It is my belief that she died of pure fear and nervous shock,
-though what it was that frightened her I cannot imagine."
-
-"Were there gipsies in the plantation at the time?"
-
-"Yes, there are nearly always some there."
-
-"Ah, and what did you gather from this allusion to a band--a
-speckled band?"
-
-"Sometimes I have thought that it was merely the wild talk of
-delirium, sometimes that it may have referred to some band of
-people, perhaps to these very gipsies in the plantation. I do not
-know whether the spotted handkerchiefs which so many of them wear
-over their heads might have suggested the strange adjective which
-she used."
-
-Holmes shook his head like a man who is far from being satisfied.
-
-"These are very deep waters," said he; "pray go on with your
-narrative."
-
-"Two years have passed since then, and my life has been until
-lately lonelier than ever. A month ago, however, a dear friend,
-whom I have known for many years, has done me the honour to ask
-my hand in marriage. His name is Armitage--Percy Armitage--the
-second son of Mr. Armitage, of Crane Water, near Reading. My
-stepfather has offered no opposition to the match, and we are to
-be married in the course of the spring. Two days ago some repairs
-were started in the west wing of the building, and my bedroom
-wall has been pierced, so that I have had to move into the
-chamber in which my sister died, and to sleep in the very bed in
-which she slept. Imagine, then, my thrill of terror when last
-night, as I lay awake, thinking over her terrible fate, I
-suddenly heard in the silence of the night the low whistle which
-had been the herald of her own death. I sprang up and lit the
-lamp, but nothing was to be seen in the room. I was too shaken to
-go to bed again, however, so I dressed, and as soon as it was
-daylight I slipped down, got a dog-cart at the Crown Inn, which
-is opposite, and drove to Leatherhead, from whence I have come on
-this morning with the one object of seeing you and asking your
-advice."
-
-"You have done wisely," said my friend. "But have you told me
-all?"
-
-"Yes, all."
-
-"Miss Roylott, you have not. You are screening your stepfather."
-
-"Why, what do you mean?"
-
-For answer Holmes pushed back the frill of black lace which
-fringed the hand that lay upon our visitor's knee. Five little
-livid spots, the marks of four fingers and a thumb, were printed
-upon the white wrist.
-
-"You have been cruelly used," said Holmes.
-
-The lady coloured deeply and covered over her injured wrist. "He
-is a hard man," she said, "and perhaps he hardly knows his own
-strength."
-
-There was a long silence, during which Holmes leaned his chin
-upon his hands and stared into the crackling fire.
-
-"This is a very deep business," he said at last. "There are a
-thousand details which I should desire to know before I decide
-upon our course of action. Yet we have not a moment to lose. If
-we were to come to Stoke Moran to-day, would it be possible for
-us to see over these rooms without the knowledge of your
-stepfather?"
-
-"As it happens, he spoke of coming into town to-day upon some
-most important business. It is probable that he will be away all
-day, and that there would be nothing to disturb you. We have a
-housekeeper now, but she is old and foolish, and I could easily
-get her out of the way."
-
-"Excellent. You are not averse to this trip, Watson?"
-
-"By no means."
-
-"Then we shall both come. What are you going to do yourself?"
-
-"I have one or two things which I would wish to do now that I am
-in town. But I shall return by the twelve o'clock train, so as to
-be there in time for your coming."
-
-"And you may expect us early in the afternoon. I have myself some
-small business matters to attend to. Will you not wait and
-breakfast?"
-
-"No, I must go. My heart is lightened already since I have
-confided my trouble to you. I shall look forward to seeing you
-again this afternoon." She dropped her thick black veil over her
-face and glided from the room.
-
-"And what do you think of it all, Watson?" asked Sherlock Holmes,
-leaning back in his chair.
-
-"It seems to me to be a most dark and sinister business."
-
-"Dark enough and sinister enough."
-
-"Yet if the lady is correct in saying that the flooring and walls
-are sound, and that the door, window, and chimney are impassable,
-then her sister must have been undoubtedly alone when she met her
-mysterious end."
-
-"What becomes, then, of these nocturnal whistles, and what of the
-very peculiar words of the dying woman?"
-
-"I cannot think."
-
-"When you combine the ideas of whistles at night, the presence of
-a band of gipsies who are on intimate terms with this old doctor,
-the fact that we have every reason to believe that the doctor has
-an interest in preventing his stepdaughter's marriage, the dying
-allusion to a band, and, finally, the fact that Miss Helen Stoner
-heard a metallic clang, which might have been caused by one of
-those metal bars that secured the shutters falling back into its
-place, I think that there is good ground to think that the
-mystery may be cleared along those lines."
-
-"But what, then, did the gipsies do?"
-
-"I cannot imagine."
-
-"I see many objections to any such theory."
-
-"And so do I. It is precisely for that reason that we are going
-to Stoke Moran this day. I want to see whether the objections are
-fatal, or if they may be explained away. But what in the name of
-the devil!"
-
-The ejaculation had been drawn from my companion by the fact that
-our door had been suddenly dashed open, and that a huge man had
-framed himself in the aperture. His costume was a peculiar
-mixture of the professional and of the agricultural, having a
-black top-hat, a long frock-coat, and a pair of high gaiters,
-with a hunting-crop swinging in his hand. So tall was he that his
-hat actually brushed the cross bar of the doorway, and his
-breadth seemed to span it across from side to side. A large face,
-seared with a thousand wrinkles, burned yellow with the sun, and
-marked with every evil passion, was turned from one to the other
-of us, while his deep-set, bile-shot eyes, and his high, thin,
-fleshless nose, gave him somewhat the resemblance to a fierce old
-bird of prey.
-
-"Which of you is Holmes?" asked this apparition.
-
-"My name, sir; but you have the advantage of me," said my
-companion quietly.
-
-"I am Dr. Grimesby Roylott, of Stoke Moran."
-
-"Indeed, Doctor," said Holmes blandly. "Pray take a seat."
-
-"I will do nothing of the kind. My stepdaughter has been here. I
-have traced her. What has she been saying to you?"
-
-"It is a little cold for the time of the year," said Holmes.
-
-"What has she been saying to you?" screamed the old man
-furiously.
-
-"But I have heard that the crocuses promise well," continued my
-companion imperturbably.
-
-"Ha! You put me off, do you?" said our new visitor, taking a step
-forward and shaking his hunting-crop. "I know you, you scoundrel!
-I have heard of you before. You are Holmes, the meddler."
-
-My friend smiled.
-
-"Holmes, the busybody!"
-
-His smile broadened.
-
-"Holmes, the Scotland Yard Jack-in-office!"
-
-Holmes chuckled heartily. "Your conversation is most
-entertaining," said he. "When you go out close the door, for
-there is a decided draught."
-
-"I will go when I have said my say. Don't you dare to meddle with
-my affairs. I know that Miss Stoner has been here. I traced her!
-I am a dangerous man to fall foul of! See here." He stepped
-swiftly forward, seized the poker, and bent it into a curve with
-his huge brown hands.
-
-"See that you keep yourself out of my grip," he snarled, and
-hurling the twisted poker into the fireplace he strode out of the
-room.
-
-"He seems a very amiable person," said Holmes, laughing. "I am
-not quite so bulky, but if he had remained I might have shown him
-that my grip was not much more feeble than his own." As he spoke
-he picked up the steel poker and, with a sudden effort,
-straightened it out again.
-
-"Fancy his having the insolence to confound me with the official
-detective force! This incident gives zest to our investigation,
-however, and I only trust that our little friend will not suffer
-from her imprudence in allowing this brute to trace her. And now,
-Watson, we shall order breakfast, and afterwards I shall walk
-down to Doctors' Commons, where I hope to get some data which may
-help us in this matter."
-
-
-It was nearly one o'clock when Sherlock Holmes returned from his
-excursion. He held in his hand a sheet of blue paper, scrawled
-over with notes and figures.
-
-"I have seen the will of the deceased wife," said he. "To
-determine its exact meaning I have been obliged to work out the
-present prices of the investments with which it is concerned. The
-total income, which at the time of the wife's death was little
-short of 1100 pounds, is now, through the fall in agricultural
-prices, not more than 750 pounds. Each daughter can claim an
-income of 250 pounds, in case of marriage. It is evident,
-therefore, that if both girls had married, this beauty would have
-had a mere pittance, while even one of them would cripple him to
-a very serious extent. My morning's work has not been wasted,
-since it has proved that he has the very strongest motives for
-standing in the way of anything of the sort. And now, Watson,
-this is too serious for dawdling, especially as the old man is
-aware that we are interesting ourselves in his affairs; so if you
-are ready, we shall call a cab and drive to Waterloo. I should be
-very much obliged if you would slip your revolver into your
-pocket. An Eley's No. 2 is an excellent argument with gentlemen
-who can twist steel pokers into knots. That and a tooth-brush
-are, I think, all that we need."
-
-At Waterloo we were fortunate in catching a train for
-Leatherhead, where we hired a trap at the station inn and drove
-for four or five miles through the lovely Surrey lanes. It was a
-perfect day, with a bright sun and a few fleecy clouds in the
-heavens. The trees and wayside hedges were just throwing out
-their first green shoots, and the air was full of the pleasant
-smell of the moist earth. To me at least there was a strange
-contrast between the sweet promise of the spring and this
-sinister quest upon which we were engaged. My companion sat in
-the front of the trap, his arms folded, his hat pulled down over
-his eyes, and his chin sunk upon his breast, buried in the
-deepest thought. Suddenly, however, he started, tapped me on the
-shoulder, and pointed over the meadows.
-
-"Look there!" said he.
-
-A heavily timbered park stretched up in a gentle slope,
-thickening into a grove at the highest point. From amid the
-branches there jutted out the grey gables and high roof-tree of a
-very old mansion.
-
-"Stoke Moran?" said he.
-
-"Yes, sir, that be the house of Dr. Grimesby Roylott," remarked
-the driver.
-
-"There is some building going on there," said Holmes; "that is
-where we are going."
-
-"There's the village," said the driver, pointing to a cluster of
-roofs some distance to the left; "but if you want to get to the
-house, you'll find it shorter to get over this stile, and so by
-the foot-path over the fields. There it is, where the lady is
-walking."
-
-"And the lady, I fancy, is Miss Stoner," observed Holmes, shading
-his eyes. "Yes, I think we had better do as you suggest."
-
-We got off, paid our fare, and the trap rattled back on its way
-to Leatherhead.
-
-"I thought it as well," said Holmes as we climbed the stile,
-"that this fellow should think we had come here as architects, or
-on some definite business. It may stop his gossip.
-Good-afternoon, Miss Stoner. You see that we have been as good as
-our word."
-
-Our client of the morning had hurried forward to meet us with a
-face which spoke her joy. "I have been waiting so eagerly for
-you," she cried, shaking hands with us warmly. "All has turned
-out splendidly. Dr. Roylott has gone to town, and it is unlikely
-that he will be back before evening."
-
-"We have had the pleasure of making the doctor's acquaintance,"
-said Holmes, and in a few words he sketched out what had
-occurred. Miss Stoner turned white to the lips as she listened.
-
-"Good heavens!" she cried, "he has followed me, then."
-
-"So it appears."
-
-"He is so cunning that I never know when I am safe from him. What
-will he say when he returns?"
-
-"He must guard himself, for he may find that there is someone
-more cunning than himself upon his track. You must lock yourself
-up from him to-night. If he is violent, we shall take you away to
-your aunt's at Harrow. Now, we must make the best use of our
-time, so kindly take us at once to the rooms which we are to
-examine."
-
-The building was of grey, lichen-blotched stone, with a high
-central portion and two curving wings, like the claws of a crab,
-thrown out on each side. In one of these wings the windows were
-broken and blocked with wooden boards, while the roof was partly
-caved in, a picture of ruin. The central portion was in little
-better repair, but the right-hand block was comparatively modern,
-and the blinds in the windows, with the blue smoke curling up
-from the chimneys, showed that this was where the family resided.
-Some scaffolding had been erected against the end wall, and the
-stone-work had been broken into, but there were no signs of any
-workmen at the moment of our visit. Holmes walked slowly up and
-down the ill-trimmed lawn and examined with deep attention the
-outsides of the windows.
-
-"This, I take it, belongs to the room in which you used to sleep,
-the centre one to your sister's, and the one next to the main
-building to Dr. Roylott's chamber?"
-
-"Exactly so. But I am now sleeping in the middle one."
-
-"Pending the alterations, as I understand. By the way, there does
-not seem to be any very pressing need for repairs at that end
-wall."
-
-"There were none. I believe that it was an excuse to move me from
-my room."
-
-"Ah! that is suggestive. Now, on the other side of this narrow
-wing runs the corridor from which these three rooms open. There
-are windows in it, of course?"
-
-"Yes, but very small ones. Too narrow for anyone to pass
-through."
-
-"As you both locked your doors at night, your rooms were
-unapproachable from that side. Now, would you have the kindness
-to go into your room and bar your shutters?"
-
-Miss Stoner did so, and Holmes, after a careful examination
-through the open window, endeavoured in every way to force the
-shutter open, but without success. There was no slit through
-which a knife could be passed to raise the bar. Then with his
-lens he tested the hinges, but they were of solid iron, built
-firmly into the massive masonry. "Hum!" said he, scratching his
-chin in some perplexity, "my theory certainly presents some
-difficulties. No one could pass these shutters if they were
-bolted. Well, we shall see if the inside throws any light upon
-the matter."
-
-A small side door led into the whitewashed corridor from which
-the three bedrooms opened. Holmes refused to examine the third
-chamber, so we passed at once to the second, that in which Miss
-Stoner was now sleeping, and in which her sister had met with her
-fate. It was a homely little room, with a low ceiling and a
-gaping fireplace, after the fashion of old country-houses. A
-brown chest of drawers stood in one corner, a narrow
-white-counterpaned bed in another, and a dressing-table on the
-left-hand side of the window. These articles, with two small
-wicker-work chairs, made up all the furniture in the room save
-for a square of Wilton carpet in the centre. The boards round and
-the panelling of the walls were of brown, worm-eaten oak, so old
-and discoloured that it may have dated from the original building
-of the house. Holmes drew one of the chairs into a corner and sat
-silent, while his eyes travelled round and round and up and down,
-taking in every detail of the apartment.
-
-"Where does that bell communicate with?" he asked at last
-pointing to a thick bell-rope which hung down beside the bed, the
-tassel actually lying upon the pillow.
-
-"It goes to the housekeeper's room."
-
-"It looks newer than the other things?"
-
-"Yes, it was only put there a couple of years ago."
-
-"Your sister asked for it, I suppose?"
-
-"No, I never heard of her using it. We used always to get what we
-wanted for ourselves."
-
-"Indeed, it seemed unnecessary to put so nice a bell-pull there.
-You will excuse me for a few minutes while I satisfy myself as to
-this floor." He threw himself down upon his face with his lens in
-his hand and crawled swiftly backward and forward, examining
-minutely the cracks between the boards. Then he did the same with
-the wood-work with which the chamber was panelled. Finally he
-walked over to the bed and spent some time in staring at it and
-in running his eye up and down the wall. Finally he took the
-bell-rope in his hand and gave it a brisk tug.
-
-"Why, it's a dummy," said he.
-
-"Won't it ring?"
-
-"No, it is not even attached to a wire. This is very interesting.
-You can see now that it is fastened to a hook just above where
-the little opening for the ventilator is."
-
-"How very absurd! I never noticed that before."
-
-"Very strange!" muttered Holmes, pulling at the rope. "There are
-one or two very singular points about this room. For example,
-what a fool a builder must be to open a ventilator into another
-room, when, with the same trouble, he might have communicated
-with the outside air!"
-
-"That is also quite modern," said the lady.
-
-"Done about the same time as the bell-rope?" remarked Holmes.
-
-"Yes, there were several little changes carried out about that
-time."
-
-"They seem to have been of a most interesting character--dummy
-bell-ropes, and ventilators which do not ventilate. With your
-permission, Miss Stoner, we shall now carry our researches into
-the inner apartment."
-
-Dr. Grimesby Roylott's chamber was larger than that of his
-step-daughter, but was as plainly furnished. A camp-bed, a small
-wooden shelf full of books, mostly of a technical character, an
-armchair beside the bed, a plain wooden chair against the wall, a
-round table, and a large iron safe were the principal things
-which met the eye. Holmes walked slowly round and examined each
-and all of them with the keenest interest.
-
-"What's in here?" he asked, tapping the safe.
-
-"My stepfather's business papers."
-
-"Oh! you have seen inside, then?"
-
-"Only once, some years ago. I remember that it was full of
-papers."
-
-"There isn't a cat in it, for example?"
-
-"No. What a strange idea!"
-
-"Well, look at this!" He took up a small saucer of milk which
-stood on the top of it.
-
-"No; we don't keep a cat. But there is a cheetah and a baboon."
-
-"Ah, yes, of course! Well, a cheetah is just a big cat, and yet a
-saucer of milk does not go very far in satisfying its wants, I
-daresay. There is one point which I should wish to determine." He
-squatted down in front of the wooden chair and examined the seat
-of it with the greatest attention.
-
-"Thank you. That is quite settled," said he, rising and putting
-his lens in his pocket. "Hullo! Here is something interesting!"
-
-The object which had caught his eye was a small dog lash hung on
-one corner of the bed. The lash, however, was curled upon itself
-and tied so as to make a loop of whipcord.
-
-"What do you make of that, Watson?"
-
-"It's a common enough lash. But I don't know why it should be
-tied."
-
-"That is not quite so common, is it? Ah, me! it's a wicked world,
-and when a clever man turns his brains to crime it is the worst
-of all. I think that I have seen enough now, Miss Stoner, and
-with your permission we shall walk out upon the lawn."
-
-I had never seen my friend's face so grim or his brow so dark as
-it was when we turned from the scene of this investigation. We
-had walked several times up and down the lawn, neither Miss
-Stoner nor myself liking to break in upon his thoughts before he
-roused himself from his reverie.
-
-"It is very essential, Miss Stoner," said he, "that you should
-absolutely follow my advice in every respect."
-
-"I shall most certainly do so."
-
-"The matter is too serious for any hesitation. Your life may
-depend upon your compliance."
-
-"I assure you that I am in your hands."
-
-"In the first place, both my friend and I must spend the night in
-your room."
-
-Both Miss Stoner and I gazed at him in astonishment.
-
-"Yes, it must be so. Let me explain. I believe that that is the
-village inn over there?"
-
-"Yes, that is the Crown."
-
-"Very good. Your windows would be visible from there?"
-
-"Certainly."
-
-"You must confine yourself to your room, on pretence of a
-headache, when your stepfather comes back. Then when you hear him
-retire for the night, you must open the shutters of your window,
-undo the hasp, put your lamp there as a signal to us, and then
-withdraw quietly with everything which you are likely to want
-into the room which you used to occupy. I have no doubt that, in
-spite of the repairs, you could manage there for one night."
-
-"Oh, yes, easily."
-
-"The rest you will leave in our hands."
-
-"But what will you do?"
-
-"We shall spend the night in your room, and we shall investigate
-the cause of this noise which has disturbed you."
-
-"I believe, Mr. Holmes, that you have already made up your mind,"
-said Miss Stoner, laying her hand upon my companion's sleeve.
-
-"Perhaps I have."
-
-"Then, for pity's sake, tell me what was the cause of my sister's
-death."
-
-"I should prefer to have clearer proofs before I speak."
-
-"You can at least tell me whether my own thought is correct, and
-if she died from some sudden fright."
-
-"No, I do not think so. I think that there was probably some more
-tangible cause. And now, Miss Stoner, we must leave you for if
-Dr. Roylott returned and saw us our journey would be in vain.
-Good-bye, and be brave, for if you will do what I have told you,
-you may rest assured that we shall soon drive away the dangers
-that threaten you."
-
-Sherlock Holmes and I had no difficulty in engaging a bedroom and
-sitting-room at the Crown Inn. They were on the upper floor, and
-from our window we could command a view of the avenue gate, and
-of the inhabited wing of Stoke Moran Manor House. At dusk we saw
-Dr. Grimesby Roylott drive past, his huge form looming up beside
-the little figure of the lad who drove him. The boy had some
-slight difficulty in undoing the heavy iron gates, and we heard
-the hoarse roar of the doctor's voice and saw the fury with which
-he shook his clinched fists at him. The trap drove on, and a few
-minutes later we saw a sudden light spring up among the trees as
-the lamp was lit in one of the sitting-rooms.
-
-"Do you know, Watson," said Holmes as we sat together in the
-gathering darkness, "I have really some scruples as to taking you
-to-night. There is a distinct element of danger."
-
-"Can I be of assistance?"
-
-"Your presence might be invaluable."
-
-"Then I shall certainly come."
-
-"It is very kind of you."
-
-"You speak of danger. You have evidently seen more in these rooms
-than was visible to me."
-
-"No, but I fancy that I may have deduced a little more. I imagine
-that you saw all that I did."
-
-"I saw nothing remarkable save the bell-rope, and what purpose
-that could answer I confess is more than I can imagine."
-
-"You saw the ventilator, too?"
-
-"Yes, but I do not think that it is such a very unusual thing to
-have a small opening between two rooms. It was so small that a
-rat could hardly pass through."
-
-"I knew that we should find a ventilator before ever we came to
-Stoke Moran."
-
-"My dear Holmes!"
-
-"Oh, yes, I did. You remember in her statement she said that her
-sister could smell Dr. Roylott's cigar. Now, of course that
-suggested at once that there must be a communication between the
-two rooms. It could only be a small one, or it would have been
-remarked upon at the coroner's inquiry. I deduced a ventilator."
-
-"But what harm can there be in that?"
-
-"Well, there is at least a curious coincidence of dates. A
-ventilator is made, a cord is hung, and a lady who sleeps in the
-bed dies. Does not that strike you?"
-
-"I cannot as yet see any connection."
-
-"Did you observe anything very peculiar about that bed?"
-
-"No."
-
-"It was clamped to the floor. Did you ever see a bed fastened
-like that before?"
-
-"I cannot say that I have."
-
-"The lady could not move her bed. It must always be in the same
-relative position to the ventilator and to the rope--or so we may
-call it, since it was clearly never meant for a bell-pull."
-
-"Holmes," I cried, "I seem to see dimly what you are hinting at.
-We are only just in time to prevent some subtle and horrible
-crime."
-
-"Subtle enough and horrible enough. When a doctor does go wrong
-he is the first of criminals. He has nerve and he has knowledge.
-Palmer and Pritchard were among the heads of their profession.
-This man strikes even deeper, but I think, Watson, that we shall
-be able to strike deeper still. But we shall have horrors enough
-before the night is over; for goodness' sake let us have a quiet
-pipe and turn our minds for a few hours to something more
-cheerful."
-
-
-About nine o'clock the light among the trees was extinguished,
-and all was dark in the direction of the Manor House. Two hours
-passed slowly away, and then, suddenly, just at the stroke of
-eleven, a single bright light shone out right in front of us.
-
-"That is our signal," said Holmes, springing to his feet; "it
-comes from the middle window."
-
-As we passed out he exchanged a few words with the landlord,
-explaining that we were going on a late visit to an acquaintance,
-and that it was possible that we might spend the night there. A
-moment later we were out on the dark road, a chill wind blowing
-in our faces, and one yellow light twinkling in front of us
-through the gloom to guide us on our sombre errand.
-
-There was little difficulty in entering the grounds, for
-unrepaired breaches gaped in the old park wall. Making our way
-among the trees, we reached the lawn, crossed it, and were about
-to enter through the window when out from a clump of laurel
-bushes there darted what seemed to be a hideous and distorted
-child, who threw itself upon the grass with writhing limbs and
-then ran swiftly across the lawn into the darkness.
-
-"My God!" I whispered; "did you see it?"
-
-Holmes was for the moment as startled as I. His hand closed like
-a vice upon my wrist in his agitation. Then he broke into a low
-laugh and put his lips to my ear.
-
-"It is a nice household," he murmured. "That is the baboon."
-
-I had forgotten the strange pets which the doctor affected. There
-was a cheetah, too; perhaps we might find it upon our shoulders
-at any moment. I confess that I felt easier in my mind when,
-after following Holmes' example and slipping off my shoes, I
-found myself inside the bedroom. My companion noiselessly closed
-the shutters, moved the lamp onto the table, and cast his eyes
-round the room. All was as we had seen it in the daytime. Then
-creeping up to me and making a trumpet of his hand, he whispered
-into my ear again so gently that it was all that I could do to
-distinguish the words:
-
-"The least sound would be fatal to our plans."
-
-I nodded to show that I had heard.
-
-"We must sit without light. He would see it through the
-ventilator."
-
-I nodded again.
-
-"Do not go asleep; your very life may depend upon it. Have your
-pistol ready in case we should need it. I will sit on the side of
-the bed, and you in that chair."
-
-I took out my revolver and laid it on the corner of the table.
-
-Holmes had brought up a long thin cane, and this he placed upon
-the bed beside him. By it he laid the box of matches and the
-stump of a candle. Then he turned down the lamp, and we were left
-in darkness.
-
-How shall I ever forget that dreadful vigil? I could not hear a
-sound, not even the drawing of a breath, and yet I knew that my
-companion sat open-eyed, within a few feet of me, in the same
-state of nervous tension in which I was myself. The shutters cut
-off the least ray of light, and we waited in absolute darkness.
-
-From outside came the occasional cry of a night-bird, and once at
-our very window a long drawn catlike whine, which told us that
-the cheetah was indeed at liberty. Far away we could hear the
-deep tones of the parish clock, which boomed out every quarter of
-an hour. How long they seemed, those quarters! Twelve struck, and
-one and two and three, and still we sat waiting silently for
-whatever might befall.
-
-Suddenly there was the momentary gleam of a light up in the
-direction of the ventilator, which vanished immediately, but was
-succeeded by a strong smell of burning oil and heated metal.
-Someone in the next room had lit a dark-lantern. I heard a gentle
-sound of movement, and then all was silent once more, though the
-smell grew stronger. For half an hour I sat with straining ears.
-Then suddenly another sound became audible--a very gentle,
-soothing sound, like that of a small jet of steam escaping
-continually from a kettle. The instant that we heard it, Holmes
-sprang from the bed, struck a match, and lashed furiously with
-his cane at the bell-pull.
-
-"You see it, Watson?" he yelled. "You see it?"
-
-But I saw nothing. At the moment when Holmes struck the light I
-heard a low, clear whistle, but the sudden glare flashing into my
-weary eyes made it impossible for me to tell what it was at which
-my friend lashed so savagely. I could, however, see that his face
-was deadly pale and filled with horror and loathing. He had
-ceased to strike and was gazing up at the ventilator when
-suddenly there broke from the silence of the night the most
-horrible cry to which I have ever listened. It swelled up louder
-and louder, a hoarse yell of pain and fear and anger all mingled
-in the one dreadful shriek. They say that away down in the
-village, and even in the distant parsonage, that cry raised the
-sleepers from their beds. It struck cold to our hearts, and I
-stood gazing at Holmes, and he at me, until the last echoes of it
-had died away into the silence from which it rose.
-
-"What can it mean?" I gasped.
-
-"It means that it is all over," Holmes answered. "And perhaps,
-after all, it is for the best. Take your pistol, and we will
-enter Dr. Roylott's room."
-
-With a grave face he lit the lamp and led the way down the
-corridor. Twice he struck at the chamber door without any reply
-from within. Then he turned the handle and entered, I at his
-heels, with the cocked pistol in my hand.
-
-It was a singular sight which met our eyes. On the table stood a
-dark-lantern with the shutter half open, throwing a brilliant
-beam of light upon the iron safe, the door of which was ajar.
-Beside this table, on the wooden chair, sat Dr. Grimesby Roylott
-clad in a long grey dressing-gown, his bare ankles protruding
-beneath, and his feet thrust into red heelless Turkish slippers.
-Across his lap lay the short stock with the long lash which we
-had noticed during the day. His chin was cocked upward and his
-eyes were fixed in a dreadful, rigid stare at the corner of the
-ceiling. Round his brow he had a peculiar yellow band, with
-brownish speckles, which seemed to be bound tightly round his
-head. As we entered he made neither sound nor motion.
-
-"The band! the speckled band!" whispered Holmes.
-
-I took a step forward. In an instant his strange headgear began
-to move, and there reared itself from among his hair the squat
-diamond-shaped head and puffed neck of a loathsome serpent.
-
-"It is a swamp adder!" cried Holmes; "the deadliest snake in
-India. He has died within ten seconds of being bitten. Violence
-does, in truth, recoil upon the violent, and the schemer falls
-into the pit which he digs for another. Let us thrust this
-creature back into its den, and we can then remove Miss Stoner to
-some place of shelter and let the county police know what has
-happened."
-
-As he spoke he drew the dog-whip swiftly from the dead man's lap,
-and throwing the noose round the reptile's neck he drew it from
-its horrid perch and, carrying it at arm's length, threw it into
-the iron safe, which he closed upon it.
-
-Such are the true facts of the death of Dr. Grimesby Roylott, of
-Stoke Moran. It is not necessary that I should prolong a
-narrative which has already run to too great a length by telling
-how we broke the sad news to the terrified girl, how we conveyed
-her by the morning train to the care of her good aunt at Harrow,
-of how the slow process of official inquiry came to the
-conclusion that the doctor met his fate while indiscreetly
-playing with a dangerous pet. The little which I had yet to learn
-of the case was told me by Sherlock Holmes as we travelled back
-next day.
-
-"I had," said he, "come to an entirely erroneous conclusion which
-shows, my dear Watson, how dangerous it always is to reason from
-insufficient data. The presence of the gipsies, and the use of
-the word 'band,' which was used by the poor girl, no doubt, to
-explain the appearance which she had caught a hurried glimpse of
-by the light of her match, were sufficient to put me upon an
-entirely wrong scent. I can only claim the merit that I instantly
-reconsidered my position when, however, it became clear to me
-that whatever danger threatened an occupant of the room could not
-come either from the window or the door. My attention was
-speedily drawn, as I have already remarked to you, to this
-ventilator, and to the bell-rope which hung down to the bed. The
-discovery that this was a dummy, and that the bed was clamped to
-the floor, instantly gave rise to the suspicion that the rope was
-there as a bridge for something passing through the hole and
-coming to the bed. The idea of a snake instantly occurred to me,
-and when I coupled it with my knowledge that the doctor was
-furnished with a supply of creatures from India, I felt that I
-was probably on the right track. The idea of using a form of
-poison which could not possibly be discovered by any chemical
-test was just such a one as would occur to a clever and ruthless
-man who had had an Eastern training. The rapidity with which such
-a poison would take effect would also, from his point of view, be
-an advantage. It would be a sharp-eyed coroner, indeed, who could
-distinguish the two little dark punctures which would show where
-the poison fangs had done their work. Then I thought of the
-whistle. Of course he must recall the snake before the morning
-light revealed it to the victim. He had trained it, probably by
-the use of the milk which we saw, to return to him when summoned.
-He would put it through this ventilator at the hour that he
-thought best, with the certainty that it would crawl down the
-rope and land on the bed. It might or might not bite the
-occupant, perhaps she might escape every night for a week, but
-sooner or later she must fall a victim.
-
-"I had come to these conclusions before ever I had entered his
-room. An inspection of his chair showed me that he had been in
-the habit of standing on it, which of course would be necessary
-in order that he should reach the ventilator. The sight of the
-safe, the saucer of milk, and the loop of whipcord were enough to
-finally dispel any doubts which may have remained. The metallic
-clang heard by Miss Stoner was obviously caused by her stepfather
-hastily closing the door of his safe upon its terrible occupant.
-Having once made up my mind, you know the steps which I took in
-order to put the matter to the proof. I heard the creature hiss
-as I have no doubt that you did also, and I instantly lit the
-light and attacked it."
-
-"With the result of driving it through the ventilator."
-
-"And also with the result of causing it to turn upon its master
-at the other side. Some of the blows of my cane came home and
-roused its snakish temper, so that it flew upon the first person
-it saw. In this way I am no doubt indirectly responsible for Dr.
-Grimesby Roylott's death, and I cannot say that it is likely to
-weigh very heavily upon my conscience."
-
-
-
-IX. THE ADVENTURE OF THE ENGINEER'S THUMB
-
-Of all the problems which have been submitted to my friend, Mr.
-Sherlock Holmes, for solution during the years of our intimacy,
-there were only two which I was the means of introducing to his
-notice--that of Mr. Hatherley's thumb, and that of Colonel
-Warburton's madness. Of these the latter may have afforded a
-finer field for an acute and original observer, but the other was
-so strange in its inception and so dramatic in its details that
-it may be the more worthy of being placed upon record, even if it
-gave my friend fewer openings for those deductive methods of
-reasoning by which he achieved such remarkable results. The story
-has, I believe, been told more than once in the newspapers, but,
-like all such narratives, its effect is much less striking when
-set forth en bloc in a single half-column of print than when the
-facts slowly evolve before your own eyes, and the mystery clears
-gradually away as each new discovery furnishes a step which leads
-on to the complete truth. At the time the circumstances made a
-deep impression upon me, and the lapse of two years has hardly
-served to weaken the effect.
-
-It was in the summer of '89, not long after my marriage, that the
-events occurred which I am now about to summarise. I had returned
-to civil practice and had finally abandoned Holmes in his Baker
-Street rooms, although I continually visited him and occasionally
-even persuaded him to forgo his Bohemian habits so far as to come
-and visit us. My practice had steadily increased, and as I
-happened to live at no very great distance from Paddington
-Station, I got a few patients from among the officials. One of
-these, whom I had cured of a painful and lingering disease, was
-never weary of advertising my virtues and of endeavouring to send
-me on every sufferer over whom he might have any influence.
-
-One morning, at a little before seven o'clock, I was awakened by
-the maid tapping at the door to announce that two men had come
-from Paddington and were waiting in the consulting-room. I
-dressed hurriedly, for I knew by experience that railway cases
-were seldom trivial, and hastened downstairs. As I descended, my
-old ally, the guard, came out of the room and closed the door
-tightly behind him.
-
-"I've got him here," he whispered, jerking his thumb over his
-shoulder; "he's all right."
-
-"What is it, then?" I asked, for his manner suggested that it was
-some strange creature which he had caged up in my room.
-
-"It's a new patient," he whispered. "I thought I'd bring him
-round myself; then he couldn't slip away. There he is, all safe
-and sound. I must go now, Doctor; I have my dooties, just the
-same as you." And off he went, this trusty tout, without even
-giving me time to thank him.
-
-I entered my consulting-room and found a gentleman seated by the
-table. He was quietly dressed in a suit of heather tweed with a
-soft cloth cap which he had laid down upon my books. Round one of
-his hands he had a handkerchief wrapped, which was mottled all
-over with bloodstains. He was young, not more than
-five-and-twenty, I should say, with a strong, masculine face; but
-he was exceedingly pale and gave me the impression of a man who
-was suffering from some strong agitation, which it took all his
-strength of mind to control.
-
-"I am sorry to knock you up so early, Doctor," said he, "but I
-have had a very serious accident during the night. I came in by
-train this morning, and on inquiring at Paddington as to where I
-might find a doctor, a worthy fellow very kindly escorted me
-here. I gave the maid a card, but I see that she has left it upon
-the side-table."
-
-I took it up and glanced at it. "Mr. Victor Hatherley, hydraulic
-engineer, 16A, Victoria Street (3rd floor)." That was the name,
-style, and abode of my morning visitor. "I regret that I have
-kept you waiting," said I, sitting down in my library-chair. "You
-are fresh from a night journey, I understand, which is in itself
-a monotonous occupation."
-
-"Oh, my night could not be called monotonous," said he, and
-laughed. He laughed very heartily, with a high, ringing note,
-leaning back in his chair and shaking his sides. All my medical
-instincts rose up against that laugh.
-
-"Stop it!" I cried; "pull yourself together!" and I poured out
-some water from a caraffe.
-
-It was useless, however. He was off in one of those hysterical
-outbursts which come upon a strong nature when some great crisis
-is over and gone. Presently he came to himself once more, very
-weary and pale-looking.
-
-"I have been making a fool of myself," he gasped.
-
-"Not at all. Drink this." I dashed some brandy into the water,
-and the colour began to come back to his bloodless cheeks.
-
-"That's better!" said he. "And now, Doctor, perhaps you would
-kindly attend to my thumb, or rather to the place where my thumb
-used to be."
-
-He unwound the handkerchief and held out his hand. It gave even
-my hardened nerves a shudder to look at it. There were four
-protruding fingers and a horrid red, spongy surface where the
-thumb should have been. It had been hacked or torn right out from
-the roots.
-
-"Good heavens!" I cried, "this is a terrible injury. It must have
-bled considerably."
-
-"Yes, it did. I fainted when it was done, and I think that I must
-have been senseless for a long time. When I came to I found that
-it was still bleeding, so I tied one end of my handkerchief very
-tightly round the wrist and braced it up with a twig."
-
-"Excellent! You should have been a surgeon."
-
-"It is a question of hydraulics, you see, and came within my own
-province."
-
-"This has been done," said I, examining the wound, "by a very
-heavy and sharp instrument."
-
-"A thing like a cleaver," said he.
-
-"An accident, I presume?"
-
-"By no means."
-
-"What! a murderous attack?"
-
-"Very murderous indeed."
-
-"You horrify me."
-
-I sponged the wound, cleaned it, dressed it, and finally covered
-it over with cotton wadding and carbolised bandages. He lay back
-without wincing, though he bit his lip from time to time.
-
-"How is that?" I asked when I had finished.
-
-"Capital! Between your brandy and your bandage, I feel a new man.
-I was very weak, but I have had a good deal to go through."
-
-"Perhaps you had better not speak of the matter. It is evidently
-trying to your nerves."
-
-"Oh, no, not now. I shall have to tell my tale to the police;
-but, between ourselves, if it were not for the convincing
-evidence of this wound of mine, I should be surprised if they
-believed my statement, for it is a very extraordinary one, and I
-have not much in the way of proof with which to back it up; and,
-even if they believe me, the clues which I can give them are so
-vague that it is a question whether justice will be done."
-
-"Ha!" cried I, "if it is anything in the nature of a problem
-which you desire to see solved, I should strongly recommend you
-to come to my friend, Mr. Sherlock Holmes, before you go to the
-official police."
-
-"Oh, I have heard of that fellow," answered my visitor, "and I
-should be very glad if he would take the matter up, though of
-course I must use the official police as well. Would you give me
-an introduction to him?"
-
-"I'll do better. I'll take you round to him myself."
-
-"I should be immensely obliged to you."
-
-"We'll call a cab and go together. We shall just be in time to
-have a little breakfast with him. Do you feel equal to it?"
-
-"Yes; I shall not feel easy until I have told my story."
-
-"Then my servant will call a cab, and I shall be with you in an
-instant." I rushed upstairs, explained the matter shortly to my
-wife, and in five minutes was inside a hansom, driving with my
-new acquaintance to Baker Street.
-
-Sherlock Holmes was, as I expected, lounging about his
-sitting-room in his dressing-gown, reading the agony column of The
-Times and smoking his before-breakfast pipe, which was composed
-of all the plugs and dottles left from his smokes of the day
-before, all carefully dried and collected on the corner of the
-mantelpiece. He received us in his quietly genial fashion,
-ordered fresh rashers and eggs, and joined us in a hearty meal.
-When it was concluded he settled our new acquaintance upon the
-sofa, placed a pillow beneath his head, and laid a glass of
-brandy and water within his reach.
-
-"It is easy to see that your experience has been no common one,
-Mr. Hatherley," said he. "Pray, lie down there and make yourself
-absolutely at home. Tell us what you can, but stop when you are
-tired and keep up your strength with a little stimulant."
-
-"Thank you," said my patient, "but I have felt another man since
-the doctor bandaged me, and I think that your breakfast has
-completed the cure. I shall take up as little of your valuable
-time as possible, so I shall start at once upon my peculiar
-experiences."
-
-Holmes sat in his big armchair with the weary, heavy-lidded
-expression which veiled his keen and eager nature, while I sat
-opposite to him, and we listened in silence to the strange story
-which our visitor detailed to us.
-
-"You must know," said he, "that I am an orphan and a bachelor,
-residing alone in lodgings in London. By profession I am a
-hydraulic engineer, and I have had considerable experience of my
-work during the seven years that I was apprenticed to Venner &
-Matheson, the well-known firm, of Greenwich. Two years ago,
-having served my time, and having also come into a fair sum of
-money through my poor father's death, I determined to start in
-business for myself and took professional chambers in Victoria
-Street.
-
-"I suppose that everyone finds his first independent start in
-business a dreary experience. To me it has been exceptionally so.
-During two years I have had three consultations and one small
-job, and that is absolutely all that my profession has brought
-me. My gross takings amount to 27 pounds 10s. Every day, from
-nine in the morning until four in the afternoon, I waited in my
-little den, until at last my heart began to sink, and I came to
-believe that I should never have any practice at all.
-
-"Yesterday, however, just as I was thinking of leaving the
-office, my clerk entered to say there was a gentleman waiting who
-wished to see me upon business. He brought up a card, too, with
-the name of 'Colonel Lysander Stark' engraved upon it. Close at
-his heels came the colonel himself, a man rather over the middle
-size, but of an exceeding thinness. I do not think that I have
-ever seen so thin a man. His whole face sharpened away into nose
-and chin, and the skin of his cheeks was drawn quite tense over
-his outstanding bones. Yet this emaciation seemed to be his
-natural habit, and due to no disease, for his eye was bright, his
-step brisk, and his bearing assured. He was plainly but neatly
-dressed, and his age, I should judge, would be nearer forty than
-thirty.
-
-"'Mr. Hatherley?' said he, with something of a German accent.
-'You have been recommended to me, Mr. Hatherley, as being a man
-who is not only proficient in his profession but is also discreet
-and capable of preserving a secret.'
-
-"I bowed, feeling as flattered as any young man would at such an
-address. 'May I ask who it was who gave me so good a character?'
-
-"'Well, perhaps it is better that I should not tell you that just
-at this moment. I have it from the same source that you are both
-an orphan and a bachelor and are residing alone in London.'
-
-"'That is quite correct,' I answered; 'but you will excuse me if
-I say that I cannot see how all this bears upon my professional
-qualifications. I understand that it was on a professional matter
-that you wished to speak to me?'
-
-"'Undoubtedly so. But you will find that all I say is really to
-the point. I have a professional commission for you, but absolute
-secrecy is quite essential--absolute secrecy, you understand, and
-of course we may expect that more from a man who is alone than
-from one who lives in the bosom of his family.'
-
-"'If I promise to keep a secret,' said I, 'you may absolutely
-depend upon my doing so.'
-
-"He looked very hard at me as I spoke, and it seemed to me that I
-had never seen so suspicious and questioning an eye.
-
-"'Do you promise, then?' said he at last.
-
-"'Yes, I promise.'
-
-"'Absolute and complete silence before, during, and after? No
-reference to the matter at all, either in word or writing?'
-
-"'I have already given you my word.'
-
-"'Very good.' He suddenly sprang up, and darting like lightning
-across the room he flung open the door. The passage outside was
-empty.
-
-"'That's all right,' said he, coming back. 'I know that clerks are
-sometimes curious as to their master's affairs. Now we can talk
-in safety.' He drew up his chair very close to mine and began to
-stare at me again with the same questioning and thoughtful look.
-
-"A feeling of repulsion, and of something akin to fear had begun
-to rise within me at the strange antics of this fleshless man.
-Even my dread of losing a client could not restrain me from
-showing my impatience.
-
-"'I beg that you will state your business, sir,' said I; 'my time
-is of value.' Heaven forgive me for that last sentence, but the
-words came to my lips.
-
-"'How would fifty guineas for a night's work suit you?' he asked.
-
-"'Most admirably.'
-
-"'I say a night's work, but an hour's would be nearer the mark. I
-simply want your opinion about a hydraulic stamping machine which
-has got out of gear. If you show us what is wrong we shall soon
-set it right ourselves. What do you think of such a commission as
-that?'
-
-"'The work appears to be light and the pay munificent.'
-
-"'Precisely so. We shall want you to come to-night by the last
-train.'
-
-"'Where to?'
-
-"'To Eyford, in Berkshire. It is a little place near the borders
-of Oxfordshire, and within seven miles of Reading. There is a
-train from Paddington which would bring you there at about
-11:15.'
-
-"'Very good.'
-
-"'I shall come down in a carriage to meet you.'
-
-"'There is a drive, then?'
-
-"'Yes, our little place is quite out in the country. It is a good
-seven miles from Eyford Station.'
-
-"'Then we can hardly get there before midnight. I suppose there
-would be no chance of a train back. I should be compelled to stop
-the night.'
-
-"'Yes, we could easily give you a shake-down.'
-
-"'That is very awkward. Could I not come at some more convenient
-hour?'
-
-"'We have judged it best that you should come late. It is to
-recompense you for any inconvenience that we are paying to you, a
-young and unknown man, a fee which would buy an opinion from the
-very heads of your profession. Still, of course, if you would
-like to draw out of the business, there is plenty of time to do
-so.'
-
-"I thought of the fifty guineas, and of how very useful they
-would be to me. 'Not at all,' said I, 'I shall be very happy to
-accommodate myself to your wishes. I should like, however, to
-understand a little more clearly what it is that you wish me to
-do.'
-
-"'Quite so. It is very natural that the pledge of secrecy which
-we have exacted from you should have aroused your curiosity. I
-have no wish to commit you to anything without your having it all
-laid before you. I suppose that we are absolutely safe from
-eavesdroppers?'
-
-"'Entirely.'
-
-"'Then the matter stands thus. You are probably aware that
-fuller's-earth is a valuable product, and that it is only found
-in one or two places in England?'
-
-"'I have heard so.'
-
-"'Some little time ago I bought a small place--a very small
-place--within ten miles of Reading. I was fortunate enough to
-discover that there was a deposit of fuller's-earth in one of my
-fields. On examining it, however, I found that this deposit was a
-comparatively small one, and that it formed a link between two
-very much larger ones upon the right and left--both of them,
-however, in the grounds of my neighbours. These good people were
-absolutely ignorant that their land contained that which was
-quite as valuable as a gold-mine. Naturally, it was to my
-interest to buy their land before they discovered its true value,
-but unfortunately I had no capital by which I could do this. I
-took a few of my friends into the secret, however, and they
-suggested that we should quietly and secretly work our own little
-deposit and that in this way we should earn the money which would
-enable us to buy the neighbouring fields. This we have now been
-doing for some time, and in order to help us in our operations we
-erected a hydraulic press. This press, as I have already
-explained, has got out of order, and we wish your advice upon the
-subject. We guard our secret very jealously, however, and if it
-once became known that we had hydraulic engineers coming to our
-little house, it would soon rouse inquiry, and then, if the facts
-came out, it would be good-bye to any chance of getting these
-fields and carrying out our plans. That is why I have made you
-promise me that you will not tell a human being that you are
-going to Eyford to-night. I hope that I make it all plain?'
-
-"'I quite follow you,' said I. 'The only point which I could not
-quite understand was what use you could make of a hydraulic press
-in excavating fuller's-earth, which, as I understand, is dug out
-like gravel from a pit.'
-
-"'Ah!' said he carelessly, 'we have our own process. We compress
-the earth into bricks, so as to remove them without revealing
-what they are. But that is a mere detail. I have taken you fully
-into my confidence now, Mr. Hatherley, and I have shown you how I
-trust you.' He rose as he spoke. 'I shall expect you, then, at
-Eyford at 11:15.'
-
-"'I shall certainly be there.'
-
-"'And not a word to a soul.' He looked at me with a last long,
-questioning gaze, and then, pressing my hand in a cold, dank
-grasp, he hurried from the room.
-
-"Well, when I came to think it all over in cool blood I was very
-much astonished, as you may both think, at this sudden commission
-which had been intrusted to me. On the one hand, of course, I was
-glad, for the fee was at least tenfold what I should have asked
-had I set a price upon my own services, and it was possible that
-this order might lead to other ones. On the other hand, the face
-and manner of my patron had made an unpleasant impression upon
-me, and I could not think that his explanation of the
-fuller's-earth was sufficient to explain the necessity for my
-coming at midnight, and his extreme anxiety lest I should tell
-anyone of my errand. However, I threw all fears to the winds, ate
-a hearty supper, drove to Paddington, and started off, having
-obeyed to the letter the injunction as to holding my tongue.
-
-"At Reading I had to change not only my carriage but my station.
-However, I was in time for the last train to Eyford, and I
-reached the little dim-lit station after eleven o'clock. I was the
-only passenger who got out there, and there was no one upon the
-platform save a single sleepy porter with a lantern. As I passed
-out through the wicket gate, however, I found my acquaintance of
-the morning waiting in the shadow upon the other side. Without a
-word he grasped my arm and hurried me into a carriage, the door
-of which was standing open. He drew up the windows on either
-side, tapped on the wood-work, and away we went as fast as the
-horse could go."
-
-"One horse?" interjected Holmes.
-
-"Yes, only one."
-
-"Did you observe the colour?"
-
-"Yes, I saw it by the side-lights when I was stepping into the
-carriage. It was a chestnut."
-
-"Tired-looking or fresh?"
-
-"Oh, fresh and glossy."
-
-"Thank you. I am sorry to have interrupted you. Pray continue
-your most interesting statement."
-
-"Away we went then, and we drove for at least an hour. Colonel
-Lysander Stark had said that it was only seven miles, but I
-should think, from the rate that we seemed to go, and from the
-time that we took, that it must have been nearer twelve. He sat
-at my side in silence all the time, and I was aware, more than
-once when I glanced in his direction, that he was looking at me
-with great intensity. The country roads seem to be not very good
-in that part of the world, for we lurched and jolted terribly. I
-tried to look out of the windows to see something of where we
-were, but they were made of frosted glass, and I could make out
-nothing save the occasional bright blur of a passing light. Now
-and then I hazarded some remark to break the monotony of the
-journey, but the colonel answered only in monosyllables, and the
-conversation soon flagged. At last, however, the bumping of the
-road was exchanged for the crisp smoothness of a gravel-drive,
-and the carriage came to a stand. Colonel Lysander Stark sprang
-out, and, as I followed after him, pulled me swiftly into a porch
-which gaped in front of us. We stepped, as it were, right out of
-the carriage and into the hall, so that I failed to catch the
-most fleeting glance of the front of the house. The instant that
-I had crossed the threshold the door slammed heavily behind us,
-and I heard faintly the rattle of the wheels as the carriage
-drove away.
-
-"It was pitch dark inside the house, and the colonel fumbled
-about looking for matches and muttering under his breath.
-Suddenly a door opened at the other end of the passage, and a
-long, golden bar of light shot out in our direction. It grew
-broader, and a woman appeared with a lamp in her hand, which she
-held above her head, pushing her face forward and peering at us.
-I could see that she was pretty, and from the gloss with which
-the light shone upon her dark dress I knew that it was a rich
-material. She spoke a few words in a foreign tongue in a tone as
-though asking a question, and when my companion answered in a
-gruff monosyllable she gave such a start that the lamp nearly
-fell from her hand. Colonel Stark went up to her, whispered
-something in her ear, and then, pushing her back into the room
-from whence she had come, he walked towards me again with the
-lamp in his hand.
-
-"'Perhaps you will have the kindness to wait in this room for a
-few minutes,' said he, throwing open another door. It was a
-quiet, little, plainly furnished room, with a round table in the
-centre, on which several German books were scattered. Colonel
-Stark laid down the lamp on the top of a harmonium beside the
-door. 'I shall not keep you waiting an instant,' said he, and
-vanished into the darkness.
-
-"I glanced at the books upon the table, and in spite of my
-ignorance of German I could see that two of them were treatises
-on science, the others being volumes of poetry. Then I walked
-across to the window, hoping that I might catch some glimpse of
-the country-side, but an oak shutter, heavily barred, was folded
-across it. It was a wonderfully silent house. There was an old
-clock ticking loudly somewhere in the passage, but otherwise
-everything was deadly still. A vague feeling of uneasiness began
-to steal over me. Who were these German people, and what were
-they doing living in this strange, out-of-the-way place? And
-where was the place? I was ten miles or so from Eyford, that was
-all I knew, but whether north, south, east, or west I had no
-idea. For that matter, Reading, and possibly other large towns,
-were within that radius, so the place might not be so secluded,
-after all. Yet it was quite certain, from the absolute stillness,
-that we were in the country. I paced up and down the room,
-humming a tune under my breath to keep up my spirits and feeling
-that I was thoroughly earning my fifty-guinea fee.
-
-"Suddenly, without any preliminary sound in the midst of the
-utter stillness, the door of my room swung slowly open. The woman
-was standing in the aperture, the darkness of the hall behind
-her, the yellow light from my lamp beating upon her eager and
-beautiful face. I could see at a glance that she was sick with
-fear, and the sight sent a chill to my own heart. She held up one
-shaking finger to warn me to be silent, and she shot a few
-whispered words of broken English at me, her eyes glancing back,
-like those of a frightened horse, into the gloom behind her.
-
-"'I would go,' said she, trying hard, as it seemed to me, to
-speak calmly; 'I would go. I should not stay here. There is no
-good for you to do.'
-
-"'But, madam,' said I, 'I have not yet done what I came for. I
-cannot possibly leave until I have seen the machine.'
-
-"'It is not worth your while to wait,' she went on. 'You can pass
-through the door; no one hinders.' And then, seeing that I smiled
-and shook my head, she suddenly threw aside her constraint and
-made a step forward, with her hands wrung together. 'For the love
-of Heaven!' she whispered, 'get away from here before it is too
-late!'
-
-"But I am somewhat headstrong by nature, and the more ready to
-engage in an affair when there is some obstacle in the way. I
-thought of my fifty-guinea fee, of my wearisome journey, and of
-the unpleasant night which seemed to be before me. Was it all to
-go for nothing? Why should I slink away without having carried
-out my commission, and without the payment which was my due? This
-woman might, for all I knew, be a monomaniac. With a stout
-bearing, therefore, though her manner had shaken me more than I
-cared to confess, I still shook my head and declared my intention
-of remaining where I was. She was about to renew her entreaties
-when a door slammed overhead, and the sound of several footsteps
-was heard upon the stairs. She listened for an instant, threw up
-her hands with a despairing gesture, and vanished as suddenly and
-as noiselessly as she had come.
-
-"The newcomers were Colonel Lysander Stark and a short thick man
-with a chinchilla beard growing out of the creases of his double
-chin, who was introduced to me as Mr. Ferguson.
-
-"'This is my secretary and manager,' said the colonel. 'By the
-way, I was under the impression that I left this door shut just
-now. I fear that you have felt the draught.'
-
-"'On the contrary,' said I, 'I opened the door myself because I
-felt the room to be a little close.'
-
-"He shot one of his suspicious looks at me. 'Perhaps we had
-better proceed to business, then,' said he. 'Mr. Ferguson and I
-will take you up to see the machine.'
-
-"'I had better put my hat on, I suppose.'
-
-"'Oh, no, it is in the house.'
-
-"'What, you dig fuller's-earth in the house?'
-
-"'No, no. This is only where we compress it. But never mind that.
-All we wish you to do is to examine the machine and to let us
-know what is wrong with it.'
-
-"We went upstairs together, the colonel first with the lamp, the
-fat manager and I behind him. It was a labyrinth of an old house,
-with corridors, passages, narrow winding staircases, and little
-low doors, the thresholds of which were hollowed out by the
-generations who had crossed them. There were no carpets and no
-signs of any furniture above the ground floor, while the plaster
-was peeling off the walls, and the damp was breaking through in
-green, unhealthy blotches. I tried to put on as unconcerned an
-air as possible, but I had not forgotten the warnings of the
-lady, even though I disregarded them, and I kept a keen eye upon
-my two companions. Ferguson appeared to be a morose and silent
-man, but I could see from the little that he said that he was at
-least a fellow-countryman.
-
-"Colonel Lysander Stark stopped at last before a low door, which
-he unlocked. Within was a small, square room, in which the three
-of us could hardly get at one time. Ferguson remained outside,
-and the colonel ushered me in.
-
-"'We are now,' said he, 'actually within the hydraulic press, and
-it would be a particularly unpleasant thing for us if anyone were
-to turn it on. The ceiling of this small chamber is really the
-end of the descending piston, and it comes down with the force of
-many tons upon this metal floor. There are small lateral columns
-of water outside which receive the force, and which transmit and
-multiply it in the manner which is familiar to you. The machine
-goes readily enough, but there is some stiffness in the working
-of it, and it has lost a little of its force. Perhaps you will
-have the goodness to look it over and to show us how we can set
-it right.'
-
-"I took the lamp from him, and I examined the machine very
-thoroughly. It was indeed a gigantic one, and capable of
-exercising enormous pressure. When I passed outside, however, and
-pressed down the levers which controlled it, I knew at once by
-the whishing sound that there was a slight leakage, which allowed
-a regurgitation of water through one of the side cylinders. An
-examination showed that one of the india-rubber bands which was
-round the head of a driving-rod had shrunk so as not quite to
-fill the socket along which it worked. This was clearly the cause
-of the loss of power, and I pointed it out to my companions, who
-followed my remarks very carefully and asked several practical
-questions as to how they should proceed to set it right. When I
-had made it clear to them, I returned to the main chamber of the
-machine and took a good look at it to satisfy my own curiosity.
-It was obvious at a glance that the story of the fuller's-earth
-was the merest fabrication, for it would be absurd to suppose
-that so powerful an engine could be designed for so inadequate a
-purpose. The walls were of wood, but the floor consisted of a
-large iron trough, and when I came to examine it I could see a
-crust of metallic deposit all over it. I had stooped and was
-scraping at this to see exactly what it was when I heard a
-muttered exclamation in German and saw the cadaverous face of the
-colonel looking down at me.
-
-"'What are you doing there?' he asked.
-
-"I felt angry at having been tricked by so elaborate a story as
-that which he had told me. 'I was admiring your fuller's-earth,'
-said I; 'I think that I should be better able to advise you as to
-your machine if I knew what the exact purpose was for which it
-was used.'
-
-"The instant that I uttered the words I regretted the rashness of
-my speech. His face set hard, and a baleful light sprang up in
-his grey eyes.
-
-"'Very well,' said he, 'you shall know all about the machine.' He
-took a step backward, slammed the little door, and turned the key
-in the lock. I rushed towards it and pulled at the handle, but it
-was quite secure, and did not give in the least to my kicks and
-shoves. 'Hullo!' I yelled. 'Hullo! Colonel! Let me out!'
-
-"And then suddenly in the silence I heard a sound which sent my
-heart into my mouth. It was the clank of the levers and the swish
-of the leaking cylinder. He had set the engine at work. The lamp
-still stood upon the floor where I had placed it when examining
-the trough. By its light I saw that the black ceiling was coming
-down upon me, slowly, jerkily, but, as none knew better than
-myself, with a force which must within a minute grind me to a
-shapeless pulp. I threw myself, screaming, against the door, and
-dragged with my nails at the lock. I implored the colonel to let
-me out, but the remorseless clanking of the levers drowned my
-cries. The ceiling was only a foot or two above my head, and with
-my hand upraised I could feel its hard, rough surface. Then it
-flashed through my mind that the pain of my death would depend
-very much upon the position in which I met it. If I lay on my
-face the weight would come upon my spine, and I shuddered to
-think of that dreadful snap. Easier the other way, perhaps; and
-yet, had I the nerve to lie and look up at that deadly black
-shadow wavering down upon me? Already I was unable to stand
-erect, when my eye caught something which brought a gush of hope
-back to my heart.
-
-"I have said that though the floor and ceiling were of iron, the
-walls were of wood. As I gave a last hurried glance around, I saw
-a thin line of yellow light between two of the boards, which
-broadened and broadened as a small panel was pushed backward. For
-an instant I could hardly believe that here was indeed a door
-which led away from death. The next instant I threw myself
-through, and lay half-fainting upon the other side. The panel had
-closed again behind me, but the crash of the lamp, and a few
-moments afterwards the clang of the two slabs of metal, told me
-how narrow had been my escape.
-
-"I was recalled to myself by a frantic plucking at my wrist, and
-I found myself lying upon the stone floor of a narrow corridor,
-while a woman bent over me and tugged at me with her left hand,
-while she held a candle in her right. It was the same good friend
-whose warning I had so foolishly rejected.
-
-"'Come! come!' she cried breathlessly. 'They will be here in a
-moment. They will see that you are not there. Oh, do not waste
-the so-precious time, but come!'
-
-"This time, at least, I did not scorn her advice. I staggered to
-my feet and ran with her along the corridor and down a winding
-stair. The latter led to another broad passage, and just as we
-reached it we heard the sound of running feet and the shouting of
-two voices, one answering the other from the floor on which  we
-were and from the one beneath. My guide stopped and looked about
-her like one  who is at her wit's end. Then she threw open a door
-which led into a bedroom, through the window of which the moon
-was shining brightly.
-
-"'It is your only chance,' said she. 'It is high, but it may be
-that you can jump it.'
-
-"As she spoke a light sprang into view at the further end of the
-passage, and I saw the lean figure of Colonel Lysander Stark
-rushing forward with a lantern in one hand and a weapon like a
-butcher's cleaver in the other. I rushed across the bedroom,
-flung open the window, and looked out. How quiet and sweet and
-wholesome the garden looked in the moonlight, and it could not be
-more than thirty feet down. I clambered out upon the sill, but I
-hesitated to jump until I should have heard what passed between
-my saviour and the ruffian who pursued me. If she were ill-used,
-then at any risks I was determined to go back to her assistance.
-The thought had hardly flashed through my mind before he was at
-the door, pushing his way past her; but she threw her arms round
-him and tried to hold him back.
-
-"'Fritz! Fritz!' she cried in English, 'remember your promise
-after the last time. You said it should not be again. He will be
-silent! Oh, he will be silent!'
-
-"'You are mad, Elise!' he shouted, struggling to break away from
-her. 'You will be the ruin of us. He has seen too much. Let me
-pass, I say!' He dashed her to one side, and, rushing to the
-window, cut at me with his heavy weapon. I had let myself go, and
-was hanging by the hands to the sill, when his blow fell. I was
-conscious of a dull pain, my grip loosened, and I fell into the
-garden below.
-
-"I was shaken but not hurt by the fall; so I picked myself up and
-rushed off among the bushes as hard as I could run, for I
-understood that I was far from being out of danger yet. Suddenly,
-however, as I ran, a deadly dizziness and sickness came over me.
-I glanced down at my hand, which was throbbing painfully, and
-then, for the first time, saw that my thumb had been cut off and
-that the blood was pouring from my wound. I endeavoured to tie my
-handkerchief round it, but there came a sudden buzzing in my
-ears, and next moment I fell in a dead faint among the
-rose-bushes.
-
-"How long I remained unconscious I cannot tell. It must have been
-a very long time, for the moon had sunk, and a bright morning was
-breaking when I came to myself. My clothes were all sodden with
-dew, and my coat-sleeve was drenched with blood from my wounded
-thumb. The smarting of it recalled in an instant all the
-particulars of my night's adventure, and I sprang to my feet with
-the feeling that I might hardly yet be safe from my pursuers. But
-to my astonishment, when I came to look round me, neither house
-nor garden were to be seen. I had been lying in an angle of the
-hedge close by the highroad, and just a little lower down was a
-long building, which proved, upon my approaching it, to be the
-very station at which I had arrived upon the previous night. Were
-it not for the ugly wound upon my hand, all that had passed
-during those dreadful hours might have been an evil dream.
-
-"Half dazed, I went into the station and asked about the morning
-train. There would be one to Reading in less than an hour. The
-same porter was on duty, I found, as had been there when I
-arrived. I inquired of him whether he had ever heard of Colonel
-Lysander Stark. The name was strange to him. Had he observed a
-carriage the night before waiting for me? No, he had not. Was
-there a police-station anywhere near? There was one about three
-miles off.
-
-"It was too far for me to go, weak and ill as I was. I determined
-to wait until I got back to town before telling my story to the
-police. It was a little past six when I arrived, so I went first
-to have my wound dressed, and then the doctor was kind enough to
-bring me along here. I put the case into your hands and shall do
-exactly what you advise."
-
-We both sat in silence for some little time after listening to
-this extraordinary narrative. Then Sherlock Holmes pulled down
-from the shelf one of the ponderous commonplace books in which he
-placed his cuttings.
-
-"Here is an advertisement which will interest you," said he. "It
-appeared in all the papers about a year ago. Listen to this:
-'Lost, on the 9th inst., Mr. Jeremiah Hayling, aged
-twenty-six, a hydraulic engineer. Left his lodgings at ten
-o'clock at night, and has not been heard of since. Was
-dressed in,' etc., etc. Ha! That represents the last time that
-the colonel needed to have his machine overhauled, I fancy."
-
-"Good heavens!" cried my patient. "Then that explains what the
-girl said."
-
-"Undoubtedly. It is quite clear that the colonel was a cool and
-desperate man, who was absolutely determined that nothing should
-stand in the way of his little game, like those out-and-out
-pirates who will leave no survivor from a captured ship. Well,
-every moment now is precious, so if you feel equal to it we shall
-go down to Scotland Yard at once as a preliminary to starting for
-Eyford."
-
-Some three hours or so afterwards we were all in the train
-together, bound from Reading to the little Berkshire village.
-There were Sherlock Holmes, the hydraulic engineer, Inspector
-Bradstreet, of Scotland Yard, a plain-clothes man, and myself.
-Bradstreet had spread an ordnance map of the county out upon the
-seat and was busy with his compasses drawing a circle with Eyford
-for its centre.
-
-"There you are," said he. "That circle is drawn at a radius of
-ten miles from the village. The place we want must be somewhere
-near that line. You said ten miles, I think, sir."
-
-"It was an hour's good drive."
-
-"And you think that they brought you back all that way when you
-were unconscious?"
-
-"They must have done so. I have a confused memory, too, of having
-been lifted and conveyed somewhere."
-
-"What I cannot understand," said I, "is why they should have
-spared you when they found you lying fainting in the garden.
-Perhaps the villain was softened by the woman's entreaties."
-
-"I hardly think that likely. I never saw a more inexorable face
-in my life."
-
-"Oh, we shall soon clear up all that," said Bradstreet. "Well, I
-have drawn my circle, and I only wish I knew at what point upon
-it the folk that we are in search of are to be found."
-
-"I think I could lay my finger on it," said Holmes quietly.
-
-"Really, now!" cried the inspector, "you have formed your
-opinion! Come, now, we shall see who agrees with you. I say it is
-south, for the country is more deserted there."
-
-"And I say east," said my patient.
-
-"I am for west," remarked the plain-clothes man. "There are
-several quiet little villages up there."
-
-"And I am for north," said I, "because there are no hills there,
-and our friend says that he did not notice the carriage go up
-any."
-
-"Come," cried the inspector, laughing; "it's a very pretty
-diversity of opinion. We have boxed the compass among us. Who do
-you give your casting vote to?"
-
-"You are all wrong."
-
-"But we can't all be."
-
-"Oh, yes, you can. This is my point." He placed his finger in the
-centre of the circle. "This is where we shall find them."
-
-"But the twelve-mile drive?" gasped Hatherley.
-
-"Six out and six back. Nothing simpler. You say yourself that the
-horse was fresh and glossy when you got in. How could it be that
-if it had gone twelve miles over heavy roads?"
-
-"Indeed, it is a likely ruse enough," observed Bradstreet
-thoughtfully. "Of course there can be no doubt as to the nature
-of this gang."
-
-"None at all," said Holmes. "They are coiners on a large scale,
-and have used the machine to form the amalgam which has taken the
-place of silver."
-
-"We have known for some time that a clever gang was at work,"
-said the inspector. "They have been turning out half-crowns by
-the thousand. We even traced them as far as Reading, but could
-get no farther, for they had covered their traces in a way that
-showed that they were very old hands. But now, thanks to this
-lucky chance, I think that we have got them right enough."
-
-But the inspector was mistaken, for those criminals were not
-destined to fall into the hands of justice. As we rolled into
-Eyford Station we saw a gigantic column of smoke which streamed
-up from behind a small clump of trees in the neighbourhood and
-hung like an immense ostrich feather over the landscape.
-
-"A house on fire?" asked Bradstreet as the train steamed off
-again on its way.
-
-"Yes, sir!" said the station-master.
-
-"When did it break out?"
-
-"I hear that it was during the night, sir, but it has got worse,
-and the whole place is in a blaze."
-
-"Whose house is it?"
-
-"Dr. Becher's."
-
-"Tell me," broke in the engineer, "is Dr. Becher a German, very
-thin, with a long, sharp nose?"
-
-The station-master laughed heartily. "No, sir, Dr. Becher is an
-Englishman, and there isn't a man in the parish who has a
-better-lined waistcoat. But he has a gentleman staying with him,
-a patient, as I understand, who is a foreigner, and he looks as
-if a little good Berkshire beef would do him no harm."
-
-The station-master had not finished his speech before we were all
-hastening in the direction of the fire. The road topped a low
-hill, and there was a great widespread whitewashed building in
-front of us, spouting fire at every chink and window, while in
-the garden in front three fire-engines were vainly striving to
-keep the flames under.
-
-"That's it!" cried Hatherley, in intense excitement. "There is
-the gravel-drive, and there are the rose-bushes where I lay. That
-second window is the one that I jumped from."
-
-"Well, at least," said Holmes, "you have had your revenge upon
-them. There can be no question that it was your oil-lamp which,
-when it was crushed in the press, set fire to the wooden walls,
-though no doubt they were too excited in the chase after you to
-observe it at the time. Now keep your eyes open in this crowd for
-your friends of last night, though I very much fear that they are
-a good hundred miles off by now."
-
-And Holmes' fears came to be realised, for from that day to this
-no word has ever been heard either of the beautiful woman, the
-sinister German, or the morose Englishman. Early that morning a
-peasant had met a cart containing several people and some very
-bulky boxes driving rapidly in the direction of Reading, but
-there all traces of the fugitives disappeared, and even Holmes'
-ingenuity failed ever to discover the least clue as to their
-whereabouts.
-
-The firemen had been much perturbed at the strange arrangements
-which they had found within, and still more so by discovering a
-newly severed human thumb upon a window-sill of the second floor.
-About sunset, however, their efforts were at last successful, and
-they subdued the flames, but not before the roof had fallen in,
-and the whole place been reduced to such absolute ruin that, save
-some twisted cylinders and iron piping, not a trace remained of
-the machinery which had cost our unfortunate acquaintance so
-dearly. Large masses of nickel and of tin were discovered stored
-in an out-house, but no coins were to be found, which may have
-explained the presence of those bulky boxes which have been
-already referred to.
-
-How our hydraulic engineer had been conveyed from the garden to
-the spot where he recovered his senses might have remained
-forever a mystery were it not for the soft mould, which told us a
-very plain tale. He had evidently been carried down by two
-persons, one of whom had remarkably small feet and the other
-unusually large ones. On the whole, it was most probable that the
-silent Englishman, being less bold or less murderous than his
-companion, had assisted the woman to bear the unconscious man out
-of the way of danger.
-
-"Well," said our engineer ruefully as we took our seats to return
-once more to London, "it has been a pretty business for me! I
-have lost my thumb and I have lost a fifty-guinea fee, and what
-have I gained?"
-
-"Experience," said Holmes, laughing. "Indirectly it may be of
-value, you know; you have only to put it into words to gain the
-reputation of being excellent company for the remainder of your
-existence."
-
-
-
-X. THE ADVENTURE OF THE NOBLE BACHELOR
-
-The Lord St. Simon marriage, and its curious termination, have
-long ceased to be a subject of interest in those exalted circles
-in which the unfortunate bridegroom moves. Fresh scandals have
-eclipsed it, and their more piquant details have drawn the
-gossips away from this four-year-old drama. As I have reason to
-believe, however, that the full facts have never been revealed to
-the general public, and as my friend Sherlock Holmes had a
-considerable share in clearing the matter up, I feel that no
-memoir of him would be complete without some little sketch of
-this remarkable episode.
-
-It was a few weeks before my own marriage, during the days when I
-was still sharing rooms with Holmes in Baker Street, that he came
-home from an afternoon stroll to find a letter on the table
-waiting for him. I had remained indoors all day, for the weather
-had taken a sudden turn to rain, with high autumnal winds, and
-the Jezail bullet which I had brought back in one of my limbs as
-a relic of my Afghan campaign throbbed with dull persistence.
-With my body in one easy-chair and my legs upon another, I had
-surrounded myself with a cloud of newspapers until at last,
-saturated with the news of the day, I tossed them all aside and
-lay listless, watching the huge crest and monogram upon the
-envelope upon the table and wondering lazily who my friend's
-noble correspondent could be.
-
-"Here is a very fashionable epistle," I remarked as he entered.
-"Your morning letters, if I remember right, were from a
-fish-monger and a tide-waiter."
-
-"Yes, my correspondence has certainly the charm of variety," he
-answered, smiling, "and the humbler are usually the more
-interesting. This looks like one of those unwelcome social
-summonses which call upon a man either to be bored or to lie."
-
-He broke the seal and glanced over the contents.
-
-"Oh, come, it may prove to be something of interest, after all."
-
-"Not social, then?"
-
-"No, distinctly professional."
-
-"And from a noble client?"
-
-"One of the highest in England."
-
-"My dear fellow, I congratulate you."
-
-"I assure you, Watson, without affectation, that the status of my
-client is a matter of less moment to me than the interest of his
-case. It is just possible, however, that that also may not be
-wanting in this new investigation. You have been reading the
-papers diligently of late, have you not?"
-
-"It looks like it," said I ruefully, pointing to a huge bundle in
-the corner. "I have had nothing else to do."
-
-"It is fortunate, for you will perhaps be able to post me up. I
-read nothing except the criminal news and the agony column. The
-latter is always instructive. But if you have followed recent
-events so closely you must have read about Lord St. Simon and his
-wedding?"
-
-"Oh, yes, with the deepest interest."
-
-"That is well. The letter which I hold in my hand is from Lord
-St. Simon. I will read it to you, and in return you must turn
-over these papers and let me have whatever bears upon the matter.
-This is what he says:
-
-"'MY DEAR MR. SHERLOCK HOLMES:--Lord Backwater tells me that I
-may place implicit reliance upon your judgment and discretion. I
-have determined, therefore, to call upon you and to consult you
-in reference to the very painful event which has occurred in
-connection with my wedding. Mr. Lestrade, of Scotland Yard, is
-acting already in the matter, but he assures me that he sees no
-objection to your co-operation, and that he even thinks that
-it might be of some assistance. I will call at four o'clock in
-the afternoon, and, should you have any other engagement at that
-time, I hope that you will postpone it, as this matter is of
-paramount importance. Yours faithfully, ST. SIMON.'
-
-"It is dated from Grosvenor Mansions, written with a quill pen,
-and the noble lord has had the misfortune to get a smear of ink
-upon the outer side of his right little finger," remarked Holmes
-as he folded up the epistle.
-
-"He says four o'clock. It is three now. He will be here in an
-hour."
-
-"Then I have just time, with your assistance, to get clear upon
-the subject. Turn over those papers and arrange the extracts in
-their order of time, while I take a glance as to who our client
-is." He picked a red-covered volume from a line of books of
-reference beside the mantelpiece. "Here he is," said he, sitting
-down and flattening it out upon his knee. "'Lord Robert Walsingham
-de Vere St. Simon, second son of the Duke of Balmoral.' Hum! 'Arms:
-Azure, three caltrops in chief over a fess sable. Born in 1846.'
-He's forty-one years of age, which is mature for marriage. Was
-Under-Secretary for the colonies in a late administration. The
-Duke, his father, was at one time Secretary for Foreign Affairs.
-They inherit Plantagenet blood by direct descent, and Tudor on
-the distaff side. Ha! Well, there is nothing very instructive in
-all this. I think that I must turn to you Watson, for something
-more solid."
-
-"I have very little difficulty in finding what I want," said I,
-"for the facts are quite recent, and the matter struck me as
-remarkable. I feared to refer them to you, however, as I knew
-that you had an inquiry on hand and that you disliked the
-intrusion of other matters."
-
-"Oh, you mean the little problem of the Grosvenor Square
-furniture van. That is quite cleared up now--though, indeed, it
-was obvious from the first. Pray give me the results of your
-newspaper selections."
-
-"Here is the first notice which I can find. It is in the personal
-column of the Morning Post, and dates, as you see, some weeks
-back: 'A marriage has been arranged,' it says, 'and will, if
-rumour is correct, very shortly take place, between Lord Robert
-St. Simon, second son of the Duke of Balmoral, and Miss Hatty
-Doran, the only daughter of Aloysius Doran. Esq., of San
-Francisco, Cal., U.S.A.' That is all."
-
-"Terse and to the point," remarked Holmes, stretching his long,
-thin legs towards the fire.
-
-"There was a paragraph amplifying this in one of the society
-papers of the same week. Ah, here it is: 'There will soon be a
-call for protection in the marriage market, for the present
-free-trade principle appears to tell heavily against our home
-product. One by one the management of the noble houses of Great
-Britain is passing into the hands of our fair cousins from across
-the Atlantic. An important addition has been made during the last
-week to the list of the prizes which have been borne away by
-these charming invaders. Lord St. Simon, who has shown himself
-for over twenty years proof against the little god's arrows, has
-now definitely announced his approaching marriage with Miss Hatty
-Doran, the fascinating daughter of a California millionaire. Miss
-Doran, whose graceful figure and striking face attracted much
-attention at the Westbury House festivities, is an only child,
-and it is currently reported that her dowry will run to
-considerably over the six figures, with expectancies for the
-future. As it is an open secret that the Duke of Balmoral has
-been compelled to sell his pictures within the last few years,
-and as Lord St. Simon has no property of his own save the small
-estate of Birchmoor, it is obvious that the Californian heiress
-is not the only gainer by an alliance which will enable her to
-make the easy and common transition from a Republican lady to a
-British peeress.'"
-
-"Anything else?" asked Holmes, yawning.
-
-"Oh, yes; plenty. Then there is another note in the Morning Post
-to say that the marriage would be an absolutely quiet one, that it
-would be at St. George's, Hanover Square, that only half a dozen
-intimate friends would be invited, and that the party would
-return to the furnished house at Lancaster Gate which has been
-taken by Mr. Aloysius Doran. Two days later--that is, on
-Wednesday last--there is a curt announcement that the wedding had
-taken place, and that the honeymoon would be passed at Lord
-Backwater's place, near Petersfield. Those are all the notices
-which appeared before the disappearance of the bride."
-
-"Before the what?" asked Holmes with a start.
-
-"The vanishing of the lady."
-
-"When did she vanish, then?"
-
-"At the wedding breakfast."
-
-"Indeed. This is more interesting than it promised to be; quite
-dramatic, in fact."
-
-"Yes; it struck me as being a little out of the common."
-
-"They often vanish before the ceremony, and occasionally during
-the honeymoon; but I cannot call to mind anything quite so prompt
-as this. Pray let me have the details."
-
-"I warn you that they are very incomplete."
-
-"Perhaps we may make them less so."
-
-"Such as they are, they are set forth in a single article of a
-morning paper of yesterday, which I will read to you. It is
-headed, 'Singular Occurrence at a Fashionable Wedding':
-
-"'The family of Lord Robert St. Simon has been thrown into the
-greatest consternation by the strange and painful episodes which
-have taken place in connection with his wedding. The ceremony, as
-shortly announced in the papers of yesterday, occurred on the
-previous morning; but it is only now that it has been possible to
-confirm the strange rumours which have been so persistently
-floating about. In spite of the attempts of the friends to hush
-the matter up, so much public attention has now been drawn to it
-that no good purpose can be served by affecting to disregard what
-is a common subject for conversation.
-
-"'The ceremony, which was performed at St. George's, Hanover
-Square, was a very quiet one, no one being present save the
-father of the bride, Mr. Aloysius Doran, the Duchess of Balmoral,
-Lord Backwater, Lord Eustace and Lady Clara St. Simon (the
-younger brother and sister of the bridegroom), and Lady Alicia
-Whittington. The whole party proceeded afterwards to the house of
-Mr. Aloysius Doran, at Lancaster Gate, where breakfast had been
-prepared. It appears that some little trouble was caused by a
-woman, whose name has not been ascertained, who endeavoured to
-force her way into the house after the bridal party, alleging
-that she had some claim upon Lord St. Simon. It was only after a
-painful and prolonged scene that she was ejected by the butler
-and the footman. The bride, who had fortunately entered the house
-before this unpleasant interruption, had sat down to breakfast
-with the rest, when she complained of a sudden indisposition and
-retired to her room. Her prolonged absence having caused some
-comment, her father followed her, but learned from her maid that
-she had only come up to her chamber for an instant, caught up an
-ulster and bonnet, and hurried down to the passage. One of the
-footmen declared that he had seen a lady leave the house thus
-apparelled, but had refused to credit that it was his mistress,
-believing her to be with the company. On ascertaining that his
-daughter had disappeared, Mr. Aloysius Doran, in conjunction with
-the bridegroom, instantly put themselves in communication with
-the police, and very energetic inquiries are being made, which
-will probably result in a speedy clearing up of this very
-singular business. Up to a late hour last night, however, nothing
-had transpired as to the whereabouts of the missing lady. There
-are rumours of foul play in the matter, and it is said that the
-police have caused the arrest of the woman who had caused the
-original disturbance, in the belief that, from jealousy or some
-other motive, she may have been concerned in the strange
-disappearance of the bride.'"
-
-"And is that all?"
-
-"Only one little item in another of the morning papers, but it is
-a suggestive one."
-
-"And it is--"
-
-"That Miss Flora Millar, the lady who had caused the disturbance,
-has actually been arrested. It appears that she was formerly a
-danseuse at the Allegro, and that she has known the bridegroom
-for some years. There are no further particulars, and the whole
-case is in your hands now--so far as it has been set forth in the
-public press."
-
-"And an exceedingly interesting case it appears to be. I would
-not have missed it for worlds. But there is a ring at the bell,
-Watson, and as the clock makes it a few minutes after four, I
-have no doubt that this will prove to be our noble client. Do not
-dream of going, Watson, for I very much prefer having a witness,
-if only as a check to my own memory."
-
-"Lord Robert St. Simon," announced our page-boy, throwing open
-the door. A gentleman entered, with a pleasant, cultured face,
-high-nosed and pale, with something perhaps of petulance about
-the mouth, and with the steady, well-opened eye of a man whose
-pleasant lot it had ever been to command and to be obeyed. His
-manner was brisk, and yet his general appearance gave an undue
-impression of age, for he had a slight forward stoop and a little
-bend of the knees as he walked. His hair, too, as he swept off
-his very curly-brimmed hat, was grizzled round the edges and thin
-upon the top. As to his dress, it was careful to the verge of
-foppishness, with high collar, black frock-coat, white waistcoat,
-yellow gloves, patent-leather shoes, and light-coloured gaiters.
-He advanced slowly into the room, turning his head from left to
-right, and swinging in his right hand the cord which held his
-golden eyeglasses.
-
-"Good-day, Lord St. Simon," said Holmes, rising and bowing. "Pray
-take the basket-chair. This is my friend and colleague, Dr.
-Watson. Draw up a little to the fire, and we will talk this
-matter over."
-
-"A most painful matter to me, as you can most readily imagine,
-Mr. Holmes. I have been cut to the quick. I understand that you
-have already managed several delicate cases of this sort, sir,
-though I presume that they were hardly from the same class of
-society."
-
-"No, I am descending."
-
-"I beg pardon."
-
-"My last client of the sort was a king."
-
-"Oh, really! I had no idea. And which king?"
-
-"The King of Scandinavia."
-
-"What! Had he lost his wife?"
-
-"You can understand," said Holmes suavely, "that I extend to the
-affairs of my other clients the same secrecy which I promise to
-you in yours."
-
-"Of course! Very right! very right! I'm sure I beg pardon. As to
-my own case, I am ready to give you any information which may
-assist you in forming an opinion."
-
-"Thank you. I have already learned all that is in the public
-prints, nothing more. I presume that I may take it as correct--this
-article, for example, as to the disappearance of the bride."
-
-Lord St. Simon glanced over it. "Yes, it is correct, as far as it
-goes."
-
-"But it needs a great deal of supplementing before anyone could
-offer an opinion. I think that I may arrive at my facts most
-directly by questioning you."
-
-"Pray do so."
-
-"When did you first meet Miss Hatty Doran?"
-
-"In San Francisco, a year ago."
-
-"You were travelling in the States?"
-
-"Yes."
-
-"Did you become engaged then?"
-
-"No."
-
-"But you were on a friendly footing?"
-
-"I was amused by her society, and she could see that I was
-amused."
-
-"Her father is very rich?"
-
-"He is said to be the richest man on the Pacific slope."
-
-"And how did he make his money?"
-
-"In mining. He had nothing a few years ago. Then he struck gold,
-invested it, and came up by leaps and bounds."
-
-"Now, what is your own impression as to the young lady's--your
-wife's character?"
-
-The nobleman swung his glasses a little faster and stared down
-into the fire. "You see, Mr. Holmes," said he, "my wife was
-twenty before her father became a rich man. During that time she
-ran free in a mining camp and wandered through woods or
-mountains, so that her education has come from Nature rather than
-from the schoolmaster. She is what we call in England a tomboy,
-with a strong nature, wild and free, unfettered by any sort of
-traditions. She is impetuous--volcanic, I was about to say. She
-is swift in making up her mind and fearless in carrying out her
-resolutions. On the other hand, I would not have given her the
-name which I have the honour to bear"--he gave a little stately
-cough--"had not I thought her to be at bottom a noble woman. I
-believe that she is capable of heroic self-sacrifice and that
-anything dishonourable would be repugnant to her."
-
-"Have you her photograph?"
-
-"I brought this with me." He opened a locket and showed us the
-full face of a very lovely woman. It was not a photograph but an
-ivory miniature, and the artist had brought out the full effect
-of the lustrous black hair, the large dark eyes, and the
-exquisite mouth. Holmes gazed long and earnestly at it. Then he
-closed the locket and handed it back to Lord St. Simon.
-
-"The young lady came to London, then, and you renewed your
-acquaintance?"
-
-"Yes, her father brought her over for this last London season. I
-met her several times, became engaged to her, and have now
-married her."
-
-"She brought, I understand, a considerable dowry?"
-
-"A fair dowry. Not more than is usual in my family."
-
-"And this, of course, remains to you, since the marriage is a
-fait accompli?"
-
-"I really have made no inquiries on the subject."
-
-"Very naturally not. Did you see Miss Doran on the day before the
-wedding?"
-
-"Yes."
-
-"Was she in good spirits?"
-
-"Never better. She kept talking of what we should do in our
-future lives."
-
-"Indeed! That is very interesting. And on the morning of the
-wedding?"
-
-"She was as bright as possible--at least until after the
-ceremony."
-
-"And did you observe any change in her then?"
-
-"Well, to tell the truth, I saw then the first signs that I had
-ever seen that her temper was just a little sharp. The incident
-however, was too trivial to relate and can have no possible
-bearing upon the case."
-
-"Pray let us have it, for all that."
-
-"Oh, it is childish. She dropped her bouquet as we went towards
-the vestry. She was passing the front pew at the time, and it
-fell over into the pew. There was a moment's delay, but the
-gentleman in the pew handed it up to her again, and it did not
-appear to be the worse for the fall. Yet when I spoke to her of
-the matter, she answered me abruptly; and in the carriage, on our
-way home, she seemed absurdly agitated over this trifling cause."
-
-"Indeed! You say that there was a gentleman in the pew. Some of
-the general public were present, then?"
-
-"Oh, yes. It is impossible to exclude them when the church is
-open."
-
-"This gentleman was not one of your wife's friends?"
-
-"No, no; I call him a gentleman by courtesy, but he was quite a
-common-looking person. I hardly noticed his appearance. But
-really I think that we are wandering rather far from the point."
-
-"Lady St. Simon, then, returned from the wedding in a less
-cheerful frame of mind than she had gone to it. What did she do
-on re-entering her father's house?"
-
-"I saw her in conversation with her maid."
-
-"And who is her maid?"
-
-"Alice is her name. She is an American and came from California
-with her."
-
-"A confidential servant?"
-
-"A little too much so. It seemed to me that her mistress allowed
-her to take great liberties. Still, of course, in America they
-look upon these things in a different way."
-
-"How long did she speak to this Alice?"
-
-"Oh, a few minutes. I had something else to think of."
-
-"You did not overhear what they said?"
-
-"Lady St. Simon said something about 'jumping a claim.' She was
-accustomed to use slang of the kind. I have no idea what she
-meant."
-
-"American slang is very expressive sometimes. And what did your
-wife do when she finished speaking to her maid?"
-
-"She walked into the breakfast-room."
-
-"On your arm?"
-
-"No, alone. She was very independent in little matters like that.
-Then, after we had sat down for ten minutes or so, she rose
-hurriedly, muttered some words of apology, and left the room. She
-never came back."
-
-"But this maid, Alice, as I understand, deposes that she went to
-her room, covered her bride's dress with a long ulster, put on a
-bonnet, and went out."
-
-"Quite so. And she was afterwards seen walking into Hyde Park in
-company with Flora Millar, a woman who is now in custody, and who
-had already made a disturbance at Mr. Doran's house that
-morning."
-
-"Ah, yes. I should like a few particulars as to this young lady,
-and your relations to her."
-
-Lord St. Simon shrugged his shoulders and raised his eyebrows.
-"We have been on a friendly footing for some years--I may say on
-a very friendly footing. She used to be at the Allegro. I have
-not treated her ungenerously, and she had no just cause of
-complaint against me, but you know what women are, Mr. Holmes.
-Flora was a dear little thing, but exceedingly hot-headed and
-devotedly attached to me. She wrote me dreadful letters when she
-heard that I was about to be married, and, to tell the truth, the
-reason why I had the marriage celebrated so quietly was that I
-feared lest there might be a scandal in the church. She came to
-Mr. Doran's door just after we returned, and she endeavoured to
-push her way in, uttering very abusive expressions towards my
-wife, and even threatening her, but I had foreseen the
-possibility of something of the sort, and I had two police
-fellows there in private clothes, who soon pushed her out again.
-She was quiet when she saw that there was no good in making a
-row."
-
-"Did your wife hear all this?"
-
-"No, thank goodness, she did not."
-
-"And she was seen walking with this very woman afterwards?"
-
-"Yes. That is what Mr. Lestrade, of Scotland Yard, looks upon as
-so serious. It is thought that Flora decoyed my wife out and laid
-some terrible trap for her."
-
-"Well, it is a possible supposition."
-
-"You think so, too?"
-
-"I did not say a probable one. But you do not yourself look upon
-this as likely?"
-
-"I do not think Flora would hurt a fly."
-
-"Still, jealousy is a strange transformer of characters. Pray
-what is your own theory as to what took place?"
-
-"Well, really, I came to seek a theory, not to propound one. I
-have given you all the facts. Since you ask me, however, I may
-say that it has occurred to me as possible that the excitement of
-this affair, the consciousness that she had made so immense a
-social stride, had the effect of causing some little nervous
-disturbance in my wife."
-
-"In short, that she had become suddenly deranged?"
-
-"Well, really, when I consider that she has turned her back--I
-will not say upon me, but upon so much that many have aspired to
-without success--I can hardly explain it in any other fashion."
-
-"Well, certainly that is also a conceivable hypothesis," said
-Holmes, smiling. "And now, Lord St. Simon, I think that I have
-nearly all my data. May I ask whether you were seated at the
-breakfast-table so that you could see out of the window?"
-
-"We could see the other side of the road and the Park."
-
-"Quite so. Then I do not think that I need to detain you longer.
-I shall communicate with you."
-
-"Should you be fortunate enough to solve this problem," said our
-client, rising.
-
-"I have solved it."
-
-"Eh? What was that?"
-
-"I say that I have solved it."
-
-"Where, then, is my wife?"
-
-"That is a detail which I shall speedily supply."
-
-Lord St. Simon shook his head. "I am afraid that it will take
-wiser heads than yours or mine," he remarked, and bowing in a
-stately, old-fashioned manner he departed.
-
-"It is very good of Lord St. Simon to honour my head by putting
-it on a level with his own," said Sherlock Holmes, laughing. "I
-think that I shall have a whisky and soda and a cigar after all
-this cross-questioning. I had formed my conclusions as to the
-case before our client came into the room."
-
-"My dear Holmes!"
-
-"I have notes of several similar cases, though none, as I
-remarked before, which were quite as prompt. My whole examination
-served to turn my conjecture into a certainty. Circumstantial
-evidence is occasionally very convincing, as when you find a
-trout in the milk, to quote Thoreau's example."
-
-"But I have heard all that you have heard."
-
-"Without, however, the knowledge of pre-existing cases which
-serves me so well. There was a parallel instance in Aberdeen some
-years back, and something on very much the same lines at Munich
-the year after the Franco-Prussian War. It is one of these
-cases--but, hullo, here is Lestrade! Good-afternoon, Lestrade!
-You will find an extra tumbler upon the sideboard, and there are
-cigars in the box."
-
-The official detective was attired in a pea-jacket and cravat,
-which gave him a decidedly nautical appearance, and he carried a
-black canvas bag in his hand. With a short greeting he seated
-himself and lit the cigar which had been offered to him.
-
-"What's up, then?" asked Holmes with a twinkle in his eye. "You
-look dissatisfied."
-
-"And I feel dissatisfied. It is this infernal St. Simon marriage
-case. I can make neither head nor tail of the business."
-
-"Really! You surprise me."
-
-"Who ever heard of such a mixed affair? Every clue seems to slip
-through my fingers. I have been at work upon it all day."
-
-"And very wet it seems to have made you," said Holmes laying his
-hand upon the arm of the pea-jacket.
-
-"Yes, I have been dragging the Serpentine."
-
-"In heaven's name, what for?"
-
-"In search of the body of Lady St. Simon."
-
-Sherlock Holmes leaned back in his chair and laughed heartily.
-
-"Have you dragged the basin of Trafalgar Square fountain?" he
-asked.
-
-"Why? What do you mean?"
-
-"Because you have just as good a chance of finding this lady in
-the one as in the other."
-
-Lestrade shot an angry glance at my companion. "I suppose you
-know all about it," he snarled.
-
-"Well, I have only just heard the facts, but my mind is made up."
-
-"Oh, indeed! Then you think that the Serpentine plays no part in
-the matter?"
-
-"I think it very unlikely."
-
-"Then perhaps you will kindly explain how it is that we found
-this in it?" He opened his bag as he spoke, and tumbled onto the
-floor a wedding-dress of watered silk, a pair of white satin
-shoes and a bride's wreath and veil, all discoloured and soaked
-in water. "There," said he, putting a new wedding-ring upon the
-top of the pile. "There is a little nut for you to crack, Master
-Holmes."
-
-"Oh, indeed!" said my friend, blowing blue rings into the air.
-"You dragged them from the Serpentine?"
-
-"No. They were found floating near the margin by a park-keeper.
-They have been identified as her clothes, and it seemed to me
-that if the clothes were there the body would not be far off."
-
-"By the same brilliant reasoning, every man's body is to be found
-in the neighbourhood of his wardrobe. And pray what did you hope
-to arrive at through this?"
-
-"At some evidence implicating Flora Millar in the disappearance."
-
-"I am afraid that you will find it difficult."
-
-"Are you, indeed, now?" cried Lestrade with some bitterness. "I
-am afraid, Holmes, that you are not very practical with your
-deductions and your inferences. You have made two blunders in as
-many minutes. This dress does implicate Miss Flora Millar."
-
-"And how?"
-
-"In the dress is a pocket. In the pocket is a card-case. In the
-card-case is a note. And here is the very note." He slapped it
-down upon the table in front of him. "Listen to this: 'You will
-see me when all is ready. Come at once. F.H.M.' Now my theory all
-along has been that Lady St. Simon was decoyed away by Flora
-Millar, and that she, with confederates, no doubt, was
-responsible for her disappearance. Here, signed with her
-initials, is the very note which was no doubt quietly slipped
-into her hand at the door and which lured her within their
-reach."
-
-"Very good, Lestrade," said Holmes, laughing. "You really are
-very fine indeed. Let me see it." He took up the paper in a
-listless way, but his attention instantly became riveted, and he
-gave a little cry of satisfaction. "This is indeed important,"
-said he.
-
-"Ha! you find it so?"
-
-"Extremely so. I congratulate you warmly."
-
-Lestrade rose in his triumph and bent his head to look. "Why," he
-shrieked, "you're looking at the wrong side!"
-
-"On the contrary, this is the right side."
-
-"The right side? You're mad! Here is the note written in pencil
-over here."
-
-"And over here is what appears to be the fragment of a hotel
-bill, which interests me deeply."
-
-"There's nothing in it. I looked at it before," said Lestrade.
-"'Oct. 4th, rooms 8s., breakfast 2s. 6d., cocktail 1s., lunch 2s.
-6d., glass sherry, 8d.' I see nothing in that."
-
-"Very likely not. It is most important, all the same. As to the
-note, it is important also, or at least the initials are, so I
-congratulate you again."
-
-"I've wasted time enough," said Lestrade, rising. "I believe in
-hard work and not in sitting by the fire spinning fine theories.
-Good-day, Mr. Holmes, and we shall see which gets to the bottom
-of the matter first." He gathered up the garments, thrust them
-into the bag, and made for the door.
-
-"Just one hint to you, Lestrade," drawled Holmes before his rival
-vanished; "I will tell you the true solution of the matter. Lady
-St. Simon is a myth. There is not, and there never has been, any
-such person."
-
-Lestrade looked sadly at my companion. Then he turned to me,
-tapped his forehead three times, shook his head solemnly, and
-hurried away.
-
-He had hardly shut the door behind him when Holmes rose to put on
-his overcoat. "There is something in what the fellow says about
-outdoor work," he remarked, "so I think, Watson, that I must
-leave you to your papers for a little."
-
-It was after five o'clock when Sherlock Holmes left me, but I had
-no time to be lonely, for within an hour there arrived a
-confectioner's man with a very large flat box. This he unpacked
-with the help of a youth whom he had brought with him, and
-presently, to my very great astonishment, a quite epicurean
-little cold supper began to be laid out upon our humble
-lodging-house mahogany. There were a couple of brace of cold
-woodcock, a pheasant, a pâté de foie gras pie with a group of
-ancient and cobwebby bottles. Having laid out all these luxuries,
-my two visitors vanished away, like the genii of the Arabian
-Nights, with no explanation save that the things had been paid
-for and were ordered to this address.
-
-Just before nine o'clock Sherlock Holmes stepped briskly into the
-room. His features were gravely set, but there was a light in his
-eye which made me think that he had not been disappointed in his
-conclusions.
-
-"They have laid the supper, then," he said, rubbing his hands.
-
-"You seem to expect company. They have laid for five."
-
-"Yes, I fancy we may have some company dropping in," said he. "I
-am surprised that Lord St. Simon has not already arrived. Ha! I
-fancy that I hear his step now upon the stairs."
-
-It was indeed our visitor of the afternoon who came bustling in,
-dangling his glasses more vigorously than ever, and with a very
-perturbed expression upon his aristocratic features.
-
-"My messenger reached you, then?" asked Holmes.
-
-"Yes, and I confess that the contents startled me beyond measure.
-Have you good authority for what you say?"
-
-"The best possible."
-
-Lord St. Simon sank into a chair and passed his hand over his
-forehead.
-
-"What will the Duke say," he murmured, "when he hears that one of
-the family has been subjected to such humiliation?"
-
-"It is the purest accident. I cannot allow that there is any
-humiliation."
-
-"Ah, you look on these things from another standpoint."
-
-"I fail to see that anyone is to blame. I can hardly see how the
-lady could have acted otherwise, though her abrupt method of
-doing it was undoubtedly to be regretted. Having no mother, she
-had no one to advise her at such a crisis."
-
-"It was a slight, sir, a public slight," said Lord St. Simon,
-tapping his fingers upon the table.
-
-"You must make allowance for this poor girl, placed in so
-unprecedented a position."
-
-"I will make no allowance. I am very angry indeed, and I have
-been shamefully used."
-
-"I think that I heard a ring," said Holmes. "Yes, there are steps
-on the landing. If I cannot persuade you to take a lenient view
-of the matter, Lord St. Simon, I have brought an advocate here
-who may be more successful." He opened the door and ushered in a
-lady and gentleman. "Lord St. Simon," said he "allow me to
-introduce you to Mr. and Mrs. Francis Hay Moulton. The lady, I
-think, you have already met."
-
-At the sight of these newcomers our client had sprung from his
-seat and stood very erect, with his eyes cast down and his hand
-thrust into the breast of his frock-coat, a picture of offended
-dignity. The lady had taken a quick step forward and had held out
-her hand to him, but he still refused to raise his eyes. It was
-as well for his resolution, perhaps, for her pleading face was
-one which it was hard to resist.
-
-"You're angry, Robert," said she. "Well, I guess you have every
-cause to be."
-
-"Pray make no apology to me," said Lord St. Simon bitterly.
-
-"Oh, yes, I know that I have treated you real bad and that I
-should have spoken to you before I went; but I was kind of
-rattled, and from the time when I saw Frank here again I just
-didn't know what I was doing or saying. I only wonder I didn't
-fall down and do a faint right there before the altar."
-
-"Perhaps, Mrs. Moulton, you would like my friend and me to leave
-the room while you explain this matter?"
-
-"If I may give an opinion," remarked the strange gentleman,
-"we've had just a little too much secrecy over this business
-already. For my part, I should like all Europe and America to
-hear the rights of it." He was a small, wiry, sunburnt man,
-clean-shaven, with a sharp face and alert manner.
-
-"Then I'll tell our story right away," said the lady. "Frank here
-and I met in '84, in McQuire's camp, near the Rockies, where pa
-was working a claim. We were engaged to each other, Frank and I;
-but then one day father struck a rich pocket and made a pile,
-while poor Frank here had a claim that petered out and came to
-nothing. The richer pa grew the poorer was Frank; so at last pa
-wouldn't hear of our engagement lasting any longer, and he took
-me away to 'Frisco. Frank wouldn't throw up his hand, though; so
-he followed me there, and he saw me without pa knowing anything
-about it. It would only have made him mad to know, so we just
-fixed it all up for ourselves. Frank said that he would go and
-make his pile, too, and never come back to claim me until he had
-as much as pa. So then I promised to wait for him to the end of
-time and pledged myself not to marry anyone else while he lived.
-'Why shouldn't we be married right away, then,' said he, 'and
-then I will feel sure of you; and I won't claim to be your
-husband until I come back?' Well, we talked it over, and he had
-fixed it all up so nicely, with a clergyman all ready in waiting,
-that we just did it right there; and then Frank went off to seek
-his fortune, and I went back to pa.
-
-"The next I heard of Frank was that he was in Montana, and then
-he went prospecting in Arizona, and then I heard of him from New
-Mexico. After that came a long newspaper story about how a
-miners' camp had been attacked by Apache Indians, and there was
-my Frank's name among the killed. I fainted dead away, and I was
-very sick for months after. Pa thought I had a decline and took
-me to half the doctors in 'Frisco. Not a word of news came for a
-year and more, so that I never doubted that Frank was really
-dead. Then Lord St. Simon came to 'Frisco, and we came to London,
-and a marriage was arranged, and pa was very pleased, but I felt
-all the time that no man on this earth would ever take the place
-in my heart that had been given to my poor Frank.
-
-"Still, if I had married Lord St. Simon, of course I'd have done
-my duty by him. We can't command our love, but we can our
-actions. I went to the altar with him with the intention to make
-him just as good a wife as it was in me to be. But you may
-imagine what I felt when, just as I came to the altar rails, I
-glanced back and saw Frank standing and looking at me out of the
-first pew. I thought it was his ghost at first; but when I looked
-again there he was still, with a kind of question in his eyes, as
-if to ask me whether I were glad or sorry to see him. I wonder I
-didn't drop. I know that everything was turning round, and the
-words of the clergyman were just like the buzz of a bee in my
-ear. I didn't know what to do. Should I stop the service and make
-a scene in the church? I glanced at him again, and he seemed to
-know what I was thinking, for he raised his finger to his lips to
-tell me to be still. Then I saw him scribble on a piece of paper,
-and I knew that he was writing me a note. As I passed his pew on
-the way out I dropped my bouquet over to him, and he slipped the
-note into my hand when he returned me the flowers. It was only a
-line asking me to join him when he made the sign to me to do so.
-Of course I never doubted for a moment that my first duty was now
-to him, and I determined to do just whatever he might direct.
-
-"When I got back I told my maid, who had known him in California,
-and had always been his friend. I ordered her to say nothing, but
-to get a few things packed and my ulster ready. I know I ought to
-have spoken to Lord St. Simon, but it was dreadful hard before
-his mother and all those great people. I just made up my mind to
-run away and explain afterwards. I hadn't been at the table ten
-minutes before I saw Frank out of the window at the other side of
-the road. He beckoned to me and then began walking into the Park.
-I slipped out, put on my things, and followed him. Some woman
-came talking something or other about Lord St. Simon to
-me--seemed to me from the little I heard as if he had a little
-secret of his own before marriage also--but I managed to get away
-from her and soon overtook Frank. We got into a cab together, and
-away we drove to some lodgings he had taken in Gordon Square, and
-that was my true wedding after all those years of waiting. Frank
-had been a prisoner among the Apaches, had escaped, came on to
-'Frisco, found that I had given him up for dead and had gone to
-England, followed me there, and had come upon me at last on the
-very morning of my second wedding."
-
-"I saw it in a paper," explained the American. "It gave the name
-and the church but not where the lady lived."
-
-"Then we had a talk as to what we should do, and Frank was all
-for openness, but I was so ashamed of it all that I felt as if I
-should like to vanish away and never see any of them again--just
-sending a line to pa, perhaps, to show him that I was alive. It
-was awful to me to think of all those lords and ladies sitting
-round that breakfast-table and waiting for me to come back. So
-Frank took my wedding-clothes and things and made a bundle of
-them, so that I should not be traced, and dropped them away
-somewhere where no one could find them. It is likely that we
-should have gone on to Paris to-morrow, only that this good
-gentleman, Mr. Holmes, came round to us this evening, though how
-he found us is more than I can think, and he showed us very
-clearly and kindly that I was wrong and that Frank was right, and
-that we should be putting ourselves in the wrong if we were so
-secret. Then he offered to give us a chance of talking to Lord
-St. Simon alone, and so we came right away round to his rooms at
-once. Now, Robert, you have heard it all, and I am very sorry if
-I have given you pain, and I hope that you do not think very
-meanly of me."
-
-Lord St. Simon had by no means relaxed his rigid attitude, but
-had listened with a frowning brow and a compressed lip to this
-long narrative.
-
-"Excuse me," he said, "but it is not my custom to discuss my most
-intimate personal affairs in this public manner."
-
-"Then you won't forgive me? You won't shake hands before I go?"
-
-"Oh, certainly, if it would give you any pleasure." He put out
-his hand and coldly grasped that which she extended to him.
-
-"I had hoped," suggested Holmes, "that you would have joined us
-in a friendly supper."
-
-"I think that there you ask a little too much," responded his
-Lordship. "I may be forced to acquiesce in these recent
-developments, but I can hardly be expected to make merry over
-them. I think that with your permission I will now wish you all a
-very good-night." He included us all in a sweeping bow and
-stalked out of the room.
-
-"Then I trust that you at least will honour me with your
-company," said Sherlock Holmes. "It is always a joy to meet an
-American, Mr. Moulton, for I am one of those who believe that the
-folly of a monarch and the blundering of a minister in far-gone
-years will not prevent our children from being some day citizens
-of the same world-wide country under a flag which shall be a
-quartering of the Union Jack with the Stars and Stripes."
-
-"The case has been an interesting one," remarked Holmes when our
-visitors had left us, "because it serves to show very clearly how
-simple the explanation may be of an affair which at first sight
-seems to be almost inexplicable. Nothing could be more natural
-than the sequence of events as narrated by this lady, and nothing
-stranger than the result when viewed, for instance, by Mr.
-Lestrade of Scotland Yard."
-
-"You were not yourself at fault at all, then?"
-
-"From the first, two facts were very obvious to me, the one that
-the lady had been quite willing to undergo the wedding ceremony,
-the other that she had repented of it within a few minutes of
-returning home. Obviously something had occurred during the
-morning, then, to cause her to change her mind. What could that
-something be? She could not have spoken to anyone when she was
-out, for she had been in the company of the bridegroom. Had she
-seen someone, then? If she had, it must be someone from America
-because she had spent so short a time in this country that she
-could hardly have allowed anyone to acquire so deep an influence
-over her that the mere sight of him would induce her to change
-her plans so completely. You see we have already arrived, by a
-process of exclusion, at the idea that she might have seen an
-American. Then who could this American be, and why should he
-possess so much influence over her? It might be a lover; it might
-be a husband. Her young womanhood had, I knew, been spent in
-rough scenes and under strange conditions. So far I had got
-before I ever heard Lord St. Simon's narrative. When he told us
-of a man in a pew, of the change in the bride's manner, of so
-transparent a device for obtaining a note as the dropping of a
-bouquet, of her resort to her confidential maid, and of her very
-significant allusion to claim-jumping--which in miners' parlance
-means taking possession of that which another person has a prior
-claim to--the whole situation became absolutely clear. She had
-gone off with a man, and the man was either a lover or was a
-previous husband--the chances being in favour of the latter."
-
-"And how in the world did you find them?"
-
-"It might have been difficult, but friend Lestrade held
-information in his hands the value of which he did not himself
-know. The initials were, of course, of the highest importance,
-but more valuable still was it to know that within a week he had
-settled his bill at one of the most select London hotels."
-
-"How did you deduce the select?"
-
-"By the select prices. Eight shillings for a bed and eightpence
-for a glass of sherry pointed to one of the most expensive
-hotels. There are not many in London which charge at that rate.
-In the second one which I visited in Northumberland Avenue, I
-learned by an inspection of the book that Francis H. Moulton, an
-American gentleman, had left only the day before, and on looking
-over the entries against him, I came upon the very items which I
-had seen in the duplicate bill. His letters were to be forwarded
-to 226 Gordon Square; so thither I travelled, and being fortunate
-enough to find the loving couple at home, I ventured to give them
-some paternal advice and to point out to them that it would be
-better in every way that they should make their position a little
-clearer both to the general public and to Lord St. Simon in
-particular. I invited them to meet him here, and, as you see, I
-made him keep the appointment."
-
-"But with no very good result," I remarked. "His conduct was
-certainly not very gracious."
-
-"Ah, Watson," said Holmes, smiling, "perhaps you would not be
-very gracious either, if, after all the trouble of wooing and
-wedding, you found yourself deprived in an instant of wife and of
-fortune. I think that we may judge Lord St. Simon very mercifully
-and thank our stars that we are never likely to find ourselves in
-the same position. Draw your chair up and hand me my violin, for
-the only problem we have still to solve is how to while away
-these bleak autumnal evenings."
-
-
-
-XI. THE ADVENTURE OF THE BERYL CORONET
-
-"Holmes," said I as I stood one morning in our bow-window looking
-down the street, "here is a madman coming along. It seems rather
-sad that his relatives should allow him to come out alone."
-
-My friend rose lazily from his armchair and stood with his hands
-in the pockets of his dressing-gown, looking over my shoulder. It
-was a bright, crisp February morning, and the snow of the day
-before still lay deep upon the ground, shimmering brightly in the
-wintry sun. Down the centre of Baker Street it had been ploughed
-into a brown crumbly band by the traffic, but at either side and
-on the heaped-up edges of the foot-paths it still lay as white as
-when it fell. The grey pavement had been cleaned and scraped, but
-was still dangerously slippery, so that there were fewer
-passengers than usual. Indeed, from the direction of the
-Metropolitan Station no one was coming save the single gentleman
-whose eccentric conduct had drawn my attention.
-
-He was a man of about fifty, tall, portly, and imposing, with a
-massive, strongly marked face and a commanding figure. He was
-dressed in a sombre yet rich style, in black frock-coat, shining
-hat, neat brown gaiters, and well-cut pearl-grey trousers. Yet
-his actions were in absurd contrast to the dignity of his dress
-and features, for he was running hard, with occasional little
-springs, such as a weary man gives who is little accustomed to
-set any tax upon his legs. As he ran he jerked his hands up and
-down, waggled his head, and writhed his face into the most
-extraordinary contortions.
-
-"What on earth can be the matter with him?" I asked. "He is
-looking up at the numbers of the houses."
-
-"I believe that he is coming here," said Holmes, rubbing his
-hands.
-
-"Here?"
-
-"Yes; I rather think he is coming to consult me professionally. I
-think that I recognise the symptoms. Ha! did I not tell you?" As
-he spoke, the man, puffing and blowing, rushed at our door and
-pulled at our bell until the whole house resounded with the
-clanging.
-
-A few moments later he was in our room, still puffing, still
-gesticulating, but with so fixed a look of grief and despair in
-his eyes that our smiles were turned in an instant to horror and
-pity. For a while he could not get his words out, but swayed his
-body and plucked at his hair like one who has been driven to the
-extreme limits of his reason. Then, suddenly springing to his
-feet, he beat his head against the wall with such force that we
-both rushed upon him and tore him away to the centre of the room.
-Sherlock Holmes pushed him down into the easy-chair and, sitting
-beside him, patted his hand and chatted with him in the easy,
-soothing tones which he knew so well how to employ.
-
-"You have come to me to tell your story, have you not?" said he.
-"You are fatigued with your haste. Pray wait until you have
-recovered yourself, and then I shall be most happy to look into
-any little problem which you may submit to me."
-
-The man sat for a minute or more with a heaving chest, fighting
-against his emotion. Then he passed his handkerchief over his
-brow, set his lips tight, and turned his face towards us.
-
-"No doubt you think me mad?" said he.
-
-"I see that you have had some great trouble," responded Holmes.
-
-"God knows I have!--a trouble which is enough to unseat my
-reason, so sudden and so terrible is it. Public disgrace I might
-have faced, although I am a man whose character has never yet
-borne a stain. Private affliction also is the lot of every man;
-but the two coming together, and in so frightful a form, have
-been enough to shake my very soul. Besides, it is not I alone.
-The very noblest in the land may suffer unless some way be found
-out of this horrible affair."
-
-"Pray compose yourself, sir," said Holmes, "and let me have a
-clear account of who you are and what it is that has befallen
-you."
-
-"My name," answered our visitor, "is probably familiar to your
-ears. I am Alexander Holder, of the banking firm of Holder &
-Stevenson, of Threadneedle Street."
-
-The name was indeed well known to us as belonging to the senior
-partner in the second largest private banking concern in the City
-of London. What could have happened, then, to bring one of the
-foremost citizens of London to this most pitiable pass? We
-waited, all curiosity, until with another effort he braced
-himself to tell his story.
-
-"I feel that time is of value," said he; "that is why I hastened
-here when the police inspector suggested that I should secure
-your co-operation. I came to Baker Street by the Underground and
-hurried from there on foot, for the cabs go slowly through this
-snow. That is why I was so out of breath, for I am a man who
-takes very little exercise. I feel better now, and I will put the
-facts before you as shortly and yet as clearly as I can.
-
-"It is, of course, well known to you that in a successful banking
-business as much depends upon our being able to find remunerative
-investments for our funds as upon our increasing our connection
-and the number of our depositors. One of our most lucrative means
-of laying out money is in the shape of loans, where the security
-is unimpeachable. We have done a good deal in this direction
-during the last few years, and there are many noble families to
-whom we have advanced large sums upon the security of their
-pictures, libraries, or plate.
-
-"Yesterday morning I was seated in my office at the bank when a
-card was brought in to me by one of the clerks. I started when I
-saw the name, for it was that of none other than--well, perhaps
-even to you I had better say no more than that it was a name
-which is a household word all over the earth--one of the highest,
-noblest, most exalted names in England. I was overwhelmed by the
-honour and attempted, when he entered, to say so, but he plunged
-at once into business with the air of a man who wishes to hurry
-quickly through a disagreeable task.
-
-"'Mr. Holder,' said he, 'I have been informed that you are in the
-habit of advancing money.'
-
-"'The firm does so when the security is good.' I answered.
-
-"'It is absolutely essential to me,' said he, 'that I should have
-50,000 pounds at once. I could, of course, borrow so trifling a
-sum ten times over from my friends, but I much prefer to make it
-a matter of business and to carry out that business myself. In my
-position you can readily understand that it is unwise to place
-one's self under obligations.'
-
-"'For how long, may I ask, do you want this sum?' I asked.
-
-"'Next Monday I have a large sum due to me, and I shall then most
-certainly repay what you advance, with whatever interest you
-think it right to charge. But it is very essential to me that the
-money should be paid at once.'
-
-"'I should be happy to advance it without further parley from my
-own private purse,' said I, 'were it not that the strain would be
-rather more than it could bear. If, on the other hand, I am to do
-it in the name of the firm, then in justice to my partner I must
-insist that, even in your case, every businesslike precaution
-should be taken.'
-
-"'I should much prefer to have it so,' said he, raising up a
-square, black morocco case which he had laid beside his chair.
-'You have doubtless heard of the Beryl Coronet?'
-
-"'One of the most precious public possessions of the empire,'
-said I.
-
-"'Precisely.' He opened the case, and there, imbedded in soft,
-flesh-coloured velvet, lay the magnificent piece of jewellery
-which he had named. 'There are thirty-nine enormous beryls,' said
-he, 'and the price of the gold chasing is incalculable. The
-lowest estimate would put the worth of the coronet at double the
-sum which I have asked. I am prepared to leave it with you as my
-security.'
-
-"I took the precious case into my hands and looked in some
-perplexity from it to my illustrious client.
-
-"'You doubt its value?' he asked.
-
-"'Not at all. I only doubt--'
-
-"'The propriety of my leaving it. You may set your mind at rest
-about that. I should not dream of doing so were it not absolutely
-certain that I should be able in four days to reclaim it. It is a
-pure matter of form. Is the security sufficient?'
-
-"'Ample.'
-
-"'You understand, Mr. Holder, that I am giving you a strong proof
-of the confidence which I have in you, founded upon all that I
-have heard of you. I rely upon you not only to be discreet and to
-refrain from all gossip upon the matter but, above all, to
-preserve this coronet with every possible precaution because I
-need not say that a great public scandal would be caused if any
-harm were to befall it. Any injury to it would be almost as
-serious as its complete loss, for there are no beryls in the
-world to match these, and it would be impossible to replace them.
-I leave it with you, however, with every confidence, and I shall
-call for it in person on Monday morning.'
-
-"Seeing that my client was anxious to leave, I said no more but,
-calling for my cashier, I ordered him to pay over fifty 1000
-pound notes. When I was alone once more, however, with the
-precious case lying upon the table in front of me, I could not
-but think with some misgivings of the immense responsibility
-which it entailed upon me. There could be no doubt that, as it
-was a national possession, a horrible scandal would ensue if any
-misfortune should occur to it. I already regretted having ever
-consented to take charge of it. However, it was too late to alter
-the matter now, so I locked it up in my private safe and turned
-once more to my work.
-
-"When evening came I felt that it would be an imprudence to leave
-so precious a thing in the office behind me. Bankers' safes had
-been forced before now, and why should not mine be? If so, how
-terrible would be the position in which I should find myself! I
-determined, therefore, that for the next few days I would always
-carry the case backward and forward with me, so that it might
-never be really out of my reach. With this intention, I called a
-cab and drove out to my house at Streatham, carrying the jewel
-with me. I did not breathe freely until I had taken it upstairs
-and locked it in the bureau of my dressing-room.
-
-"And now a word as to my household, Mr. Holmes, for I wish you to
-thoroughly understand the situation. My groom and my page sleep
-out of the house, and may be set aside altogether. I have three
-maid-servants who have been with me a number of years and whose
-absolute reliability is quite above suspicion. Another, Lucy
-Parr, the second waiting-maid, has only been in my service a few
-months. She came with an excellent character, however, and has
-always given me satisfaction. She is a very pretty girl and has
-attracted admirers who have occasionally hung about the place.
-That is the only drawback which we have found to her, but we
-believe her to be a thoroughly good girl in every way.
-
-"So much for the servants. My family itself is so small that it
-will not take me long to describe it. I am a widower and have an
-only son, Arthur. He has been a disappointment to me, Mr.
-Holmes--a grievous disappointment. I have no doubt that I am
-myself to blame. People tell me that I have spoiled him. Very
-likely I have. When my dear wife died I felt that he was all I
-had to love. I could not bear to see the smile fade even for a
-moment from his face. I have never denied him a wish. Perhaps it
-would have been better for both of us had I been sterner, but I
-meant it for the best.
-
-"It was naturally my intention that he should succeed me in my
-business, but he was not of a business turn. He was wild,
-wayward, and, to speak the truth, I could not trust him in the
-handling of large sums of money. When he was young he became a
-member of an aristocratic club, and there, having charming
-manners, he was soon the intimate of a number of men with long
-purses and expensive habits. He learned to play heavily at cards
-and to squander money on the turf, until he had again and again
-to come to me and implore me to give him an advance upon his
-allowance, that he might settle his debts of honour. He tried
-more than once to break away from the dangerous company which he
-was keeping, but each time the influence of his friend, Sir
-George Burnwell, was enough to draw him back again.
-
-"And, indeed, I could not wonder that such a man as Sir George
-Burnwell should gain an influence over him, for he has frequently
-brought him to my house, and I have found myself that I could
-hardly resist the fascination of his manner. He is older than
-Arthur, a man of the world to his finger-tips, one who had been
-everywhere, seen everything, a brilliant talker, and a man of
-great personal beauty. Yet when I think of him in cold blood, far
-away from the glamour of his presence, I am convinced from his
-cynical speech and the look which I have caught in his eyes that
-he is one who should be deeply distrusted. So I think, and so,
-too, thinks my little Mary, who has a woman's quick insight into
-character.
-
-"And now there is only she to be described. She is my niece; but
-when my brother died five years ago and left her alone in the
-world I adopted her, and have looked upon her ever since as my
-daughter. She is a sunbeam in my house--sweet, loving, beautiful,
-a wonderful manager and housekeeper, yet as tender and quiet and
-gentle as a woman could be. She is my right hand. I do not know
-what I could do without her. In only one matter has she ever gone
-against my wishes. Twice my boy has asked her to marry him, for
-he loves her devotedly, but each time she has refused him. I
-think that if anyone could have drawn him into the right path it
-would have been she, and that his marriage might have changed his
-whole life; but now, alas! it is too late--forever too late!
-
-"Now, Mr. Holmes, you know the people who live under my roof, and
-I shall continue with my miserable story.
-
-"When we were taking coffee in the drawing-room that night after
-dinner, I told Arthur and Mary my experience, and of the precious
-treasure which we had under our roof, suppressing only the name
-of my client. Lucy Parr, who had brought in the coffee, had, I am
-sure, left the room; but I cannot swear that the door was closed.
-Mary and Arthur were much interested and wished to see the famous
-coronet, but I thought it better not to disturb it.
-
-"'Where have you put it?' asked Arthur.
-
-"'In my own bureau.'
-
-"'Well, I hope to goodness the house won't be burgled during the
-night.' said he.
-
-"'It is locked up,' I answered.
-
-"'Oh, any old key will fit that bureau. When I was a youngster I
-have opened it myself with the key of the box-room cupboard.'
-
-"He often had a wild way of talking, so that I thought little of
-what he said. He followed me to my room, however, that night with
-a very grave face.
-
-"'Look here, dad,' said he with his eyes cast down, 'can you let
-me have 200 pounds?'
-
-"'No, I cannot!' I answered sharply. 'I have been far too
-generous with you in money matters.'
-
-"'You have been very kind,' said he, 'but I must have this money,
-or else I can never show my face inside the club again.'
-
-"'And a very good thing, too!' I cried.
-
-"'Yes, but you would not have me leave it a dishonoured man,'
-said he. 'I could not bear the disgrace. I must raise the money
-in some way, and if you will not let me have it, then I must try
-other means.'
-
-"I was very angry, for this was the third demand during the
-month. 'You shall not have a farthing from me,' I cried, on which
-he bowed and left the room without another word.
-
-"When he was gone I unlocked my bureau, made sure that my
-treasure was safe, and locked it again. Then I started to go
-round the house to see that all was secure--a duty which I
-usually leave to Mary but which I thought it well to perform
-myself that night. As I came down the stairs I saw Mary herself
-at the side window of the hall, which she closed and fastened as
-I approached.
-
-"'Tell me, dad,' said she, looking, I thought, a little
-disturbed, 'did you give Lucy, the maid, leave to go out
-to-night?'
-
-"'Certainly not.'
-
-"'She came in just now by the back door. I have no doubt that she
-has only been to the side gate to see someone, but I think that
-it is hardly safe and should be stopped.'
-
-"'You must speak to her in the morning, or I will if you prefer
-it. Are you sure that everything is fastened?'
-
-"'Quite sure, dad.'
-
-"'Then, good-night.' I kissed her and went up to my bedroom
-again, where I was soon asleep.
-
-"I am endeavouring to tell you everything, Mr. Holmes, which may
-have any bearing upon the case, but I beg that you will question
-me upon any point which I do not make clear."
-
-"On the contrary, your statement is singularly lucid."
-
-"I come to a part of my story now in which I should wish to be
-particularly so. I am not a very heavy sleeper, and the anxiety
-in my mind tended, no doubt, to make me even less so than usual.
-About two in the morning, then, I was awakened by some sound in
-the house. It had ceased ere I was wide awake, but it had left an
-impression behind it as though a window had gently closed
-somewhere. I lay listening with all my ears. Suddenly, to my
-horror, there was a distinct sound of footsteps moving softly in
-the next room. I slipped out of bed, all palpitating with fear,
-and peeped round the corner of my dressing-room door.
-
-"'Arthur!' I screamed, 'you villain! you thief! How dare you
-touch that coronet?'
-
-"The gas was half up, as I had left it, and my unhappy boy,
-dressed only in his shirt and trousers, was standing beside the
-light, holding the coronet in his hands. He appeared to be
-wrenching at it, or bending it with all his strength. At my cry
-he dropped it from his grasp and turned as pale as death. I
-snatched it up and examined it. One of the gold corners, with
-three of the beryls in it, was missing.
-
-"'You blackguard!' I shouted, beside myself with rage. 'You have
-destroyed it! You have dishonoured me forever! Where are the
-jewels which you have stolen?'
-
-"'Stolen!' he cried.
-
-"'Yes, thief!' I roared, shaking him by the shoulder.
-
-"'There are none missing. There cannot be any missing,' said he.
-
-"'There are three missing. And you know where they are. Must I
-call you a liar as well as a thief? Did I not see you trying to
-tear off another piece?'
-
-"'You have called me names enough,' said he, 'I will not stand it
-any longer. I shall not say another word about this business,
-since you have chosen to insult me. I will leave your house in
-the morning and make my own way in the world.'
-
-"'You shall leave it in the hands of the police!' I cried
-half-mad with grief and rage. 'I shall have this matter probed to
-the bottom.'
-
-"'You shall learn nothing from me,' said he with a passion such
-as I should not have thought was in his nature. 'If you choose to
-call the police, let the police find what they can.'
-
-"By this time the whole house was astir, for I had raised my
-voice in my anger. Mary was the first to rush into my room, and,
-at the sight of the coronet and of Arthur's face, she read the
-whole story and, with a scream, fell down senseless on the
-ground. I sent the house-maid for the police and put the
-investigation into their hands at once. When the inspector and a
-constable entered the house, Arthur, who had stood sullenly with
-his arms folded, asked me whether it was my intention to charge
-him with theft. I answered that it had ceased to be a private
-matter, but had become a public one, since the ruined coronet was
-national property. I was determined that the law should have its
-way in everything.
-
-"'At least,' said he, 'you will not have me arrested at once. It
-would be to your advantage as well as mine if I might leave the
-house for five minutes.'
-
-"'That you may get away, or perhaps that you may conceal what you
-have stolen,' said I. And then, realising the dreadful position
-in which I was placed, I implored him to remember that not only
-my honour but that of one who was far greater than I was at
-stake; and that he threatened to raise a scandal which would
-convulse the nation. He might avert it all if he would but tell
-me what he had done with the three missing stones.
-
-"'You may as well face the matter,' said I; 'you have been caught
-in the act, and no confession could make your guilt more heinous.
-If you but make such reparation as is in your power, by telling
-us where the beryls are, all shall be forgiven and forgotten.'
-
-"'Keep your forgiveness for those who ask for it,' he answered,
-turning away from me with a sneer. I saw that he was too hardened
-for any words of mine to influence him. There was but one way for
-it. I called in the inspector and gave him into custody. A search
-was made at once not only of his person but of his room and of
-every portion of the house where he could possibly have concealed
-the gems; but no trace of them could be found, nor would the
-wretched boy open his mouth for all our persuasions and our
-threats. This morning he was removed to a cell, and I, after
-going through all the police formalities, have hurried round to
-you to implore you to use your skill in unravelling the matter.
-The police have openly confessed that they can at present make
-nothing of it. You may go to any expense which you think
-necessary. I have already offered a reward of 1000 pounds. My
-God, what shall I do! I have lost my honour, my gems, and my son
-in one night. Oh, what shall I do!"
-
-He put a hand on either side of his head and rocked himself to
-and fro, droning to himself like a child whose grief has got
-beyond words.
-
-Sherlock Holmes sat silent for some few minutes, with his brows
-knitted and his eyes fixed upon the fire.
-
-"Do you receive much company?" he asked.
-
-"None save my partner with his family and an occasional friend of
-Arthur's. Sir George Burnwell has been several times lately. No
-one else, I think."
-
-"Do you go out much in society?"
-
-"Arthur does. Mary and I stay at home. We neither of us care for
-it."
-
-"That is unusual in a young girl."
-
-"She is of a quiet nature. Besides, she is not so very young. She
-is four-and-twenty."
-
-"This matter, from what you say, seems to have been a shock to
-her also."
-
-"Terrible! She is even more affected than I."
-
-"You have neither of you any doubt as to your son's guilt?"
-
-"How can we have when I saw him with my own eyes with the coronet
-in his hands."
-
-"I hardly consider that a conclusive proof. Was the remainder of
-the coronet at all injured?"
-
-"Yes, it was twisted."
-
-"Do you not think, then, that he might have been trying to
-straighten it?"
-
-"God bless you! You are doing what you can for him and for me.
-But it is too heavy a task. What was he doing there at all? If
-his purpose were innocent, why did he not say so?"
-
-"Precisely. And if it were guilty, why did he not invent a lie?
-His silence appears to me to cut both ways. There are several
-singular points about the case. What did the police think of the
-noise which awoke you from your sleep?"
-
-"They considered that it might be caused by Arthur's closing his
-bedroom door."
-
-"A likely story! As if a man bent on felony would slam his door
-so as to wake a household. What did they say, then, of the
-disappearance of these gems?"
-
-"They are still sounding the planking and probing the furniture
-in the hope of finding them."
-
-"Have they thought of looking outside the house?"
-
-"Yes, they have shown extraordinary energy. The whole garden has
-already been minutely examined."
-
-"Now, my dear sir," said Holmes, "is it not obvious to you now
-that this matter really strikes very much deeper than either you
-or the police were at first inclined to think? It appeared to you
-to be a simple case; to me it seems exceedingly complex. Consider
-what is involved by your theory. You suppose that your son came
-down from his bed, went, at great risk, to your dressing-room,
-opened your bureau, took out your coronet, broke off by main
-force a small portion of it, went off to some other place,
-concealed three gems out of the thirty-nine, with such skill that
-nobody can find them, and then returned with the other thirty-six
-into the room in which he exposed himself to the greatest danger
-of being discovered. I ask you now, is such a theory tenable?"
-
-"But what other is there?" cried the banker with a gesture of
-despair. "If his motives were innocent, why does he not explain
-them?"
-
-"It is our task to find that out," replied Holmes; "so now, if
-you please, Mr. Holder, we will set off for Streatham together,
-and devote an hour to glancing a little more closely into
-details."
-
-My friend insisted upon my accompanying them in their expedition,
-which I was eager enough to do, for my curiosity and sympathy
-were deeply stirred by the story to which we had listened. I
-confess that the guilt of the banker's son appeared to me to be
-as obvious as it did to his unhappy father, but still I had such
-faith in Holmes' judgment that I felt that there must be some
-grounds for hope as long as he was dissatisfied with the accepted
-explanation. He hardly spoke a word the whole way out to the
-southern suburb, but sat with his chin upon his breast and his
-hat drawn over his eyes, sunk in the deepest thought. Our client
-appeared to have taken fresh heart at the little glimpse of hope
-which had been presented to him, and he even broke into a
-desultory chat with me over his business affairs. A short railway
-journey and a shorter walk brought us to Fairbank, the modest
-residence of the great financier.
-
-Fairbank was a good-sized square house of white stone, standing
-back a little from the road. A double carriage-sweep, with a
-snow-clad lawn, stretched down in front to two large iron gates
-which closed the entrance. On the right side was a small wooden
-thicket, which led into a narrow path between two neat hedges
-stretching from the road to the kitchen door, and forming the
-tradesmen's entrance. On the left ran a lane which led to the
-stables, and was not itself within the grounds at all, being a
-public, though little used, thoroughfare. Holmes left us standing
-at the door and walked slowly all round the house, across the
-front, down the tradesmen's path, and so round by the garden
-behind into the stable lane. So long was he that Mr. Holder and I
-went into the dining-room and waited by the fire until he should
-return. We were sitting there in silence when the door opened and
-a young lady came in. She was rather above the middle height,
-slim, with dark hair and eyes, which seemed the darker against
-the absolute pallor of her skin. I do not think that I have ever
-seen such deadly paleness in a woman's face. Her lips, too, were
-bloodless, but her eyes were flushed with crying. As she swept
-silently into the room she impressed me with a greater sense of
-grief than the banker had done in the morning, and it was the
-more striking in her as she was evidently a woman of strong
-character, with immense capacity for self-restraint. Disregarding
-my presence, she went straight to her uncle and passed her hand
-over his head with a sweet womanly caress.
-
-"You have given orders that Arthur should be liberated, have you
-not, dad?" she asked.
-
-"No, no, my girl, the matter must be probed to the bottom."
-
-"But I am so sure that he is innocent. You know what woman's
-instincts are. I know that he has done no harm and that you will
-be sorry for having acted so harshly."
-
-"Why is he silent, then, if he is innocent?"
-
-"Who knows? Perhaps because he was so angry that you should
-suspect him."
-
-"How could I help suspecting him, when I actually saw him with
-the coronet in his hand?"
-
-"Oh, but he had only picked it up to look at it. Oh, do, do take
-my word for it that he is innocent. Let the matter drop and say
-no more. It is so dreadful to think of our dear Arthur in
-prison!"
-
-"I shall never let it drop until the gems are found--never, Mary!
-Your affection for Arthur blinds you as to the awful consequences
-to me. Far from hushing the thing up, I have brought a gentleman
-down from London to inquire more deeply into it."
-
-"This gentleman?" she asked, facing round to me.
-
-"No, his friend. He wished us to leave him alone. He is round in
-the stable lane now."
-
-"The stable lane?" She raised her dark eyebrows. "What can he
-hope to find there? Ah! this, I suppose, is he. I trust, sir,
-that you will succeed in proving, what I feel sure is the truth,
-that my cousin Arthur is innocent of this crime."
-
-"I fully share your opinion, and I trust, with you, that we may
-prove it," returned Holmes, going back to the mat to knock the
-snow from his shoes. "I believe I have the honour of addressing
-Miss Mary Holder. Might I ask you a question or two?"
-
-"Pray do, sir, if it may help to clear this horrible affair up."
-
-"You heard nothing yourself last night?"
-
-"Nothing, until my uncle here began to speak loudly. I heard
-that, and I came down."
-
-"You shut up the windows and doors the night before. Did you
-fasten all the windows?"
-
-"Yes."
-
-"Were they all fastened this morning?"
-
-"Yes."
-
-"You have a maid who has a sweetheart? I think that you remarked
-to your uncle last night that she had been out to see him?"
-
-"Yes, and she was the girl who waited in the drawing-room, and
-who may have heard uncle's remarks about the coronet."
-
-"I see. You infer that she may have gone out to tell her
-sweetheart, and that the two may have planned the robbery."
-
-"But what is the good of all these vague theories," cried the
-banker impatiently, "when I have told you that I saw Arthur with
-the coronet in his hands?"
-
-"Wait a little, Mr. Holder. We must come back to that. About this
-girl, Miss Holder. You saw her return by the kitchen door, I
-presume?"
-
-"Yes; when I went to see if the door was fastened for the night I
-met her slipping in. I saw the man, too, in the gloom."
-
-"Do you know him?"
-
-"Oh, yes! he is the green-grocer who brings our vegetables round.
-His name is Francis Prosper."
-
-"He stood," said Holmes, "to the left of the door--that is to
-say, farther up the path than is necessary to reach the door?"
-
-"Yes, he did."
-
-"And he is a man with a wooden leg?"
-
-Something like fear sprang up in the young lady's expressive
-black eyes. "Why, you are like a magician," said she. "How do you
-know that?" She smiled, but there was no answering smile in
-Holmes' thin, eager face.
-
-"I should be very glad now to go upstairs," said he. "I shall
-probably wish to go over the outside of the house again. Perhaps
-I had better take a look at the lower windows before I go up."
-
-He walked swiftly round from one to the other, pausing only at
-the large one which looked from the hall onto the stable lane.
-This he opened and made a very careful examination of the sill
-with his powerful magnifying lens. "Now we shall go upstairs,"
-said he at last.
-
-The banker's dressing-room was a plainly furnished little
-chamber, with a grey carpet, a large bureau, and a long mirror.
-Holmes went to the bureau first and looked hard at the lock.
-
-"Which key was used to open it?" he asked.
-
-"That which my son himself indicated--that of the cupboard of the
-lumber-room."
-
-"Have you it here?"
-
-"That is it on the dressing-table."
-
-Sherlock Holmes took it up and opened the bureau.
-
-"It is a noiseless lock," said he. "It is no wonder that it did
-not wake you. This case, I presume, contains the coronet. We must
-have a look at it." He opened the case, and taking out the diadem
-he laid it upon the table. It was a magnificent specimen of the
-jeweller's art, and the thirty-six stones were the finest that I
-have ever seen. At one side of the coronet was a cracked edge,
-where a corner holding three gems had been torn away.
-
-"Now, Mr. Holder," said Holmes, "here is the corner which
-corresponds to that which has been so unfortunately lost. Might I
-beg that you will break it off."
-
-The banker recoiled in horror. "I should not dream of trying,"
-said he.
-
-"Then I will." Holmes suddenly bent his strength upon it, but
-without result. "I feel it give a little," said he; "but, though
-I am exceptionally strong in the fingers, it would take me all my
-time to break it. An ordinary man could not do it. Now, what do
-you think would happen if I did break it, Mr. Holder? There would
-be a noise like a pistol shot. Do you tell me that all this
-happened within a few yards of your bed and that you heard
-nothing of it?"
-
-"I do not know what to think. It is all dark to me."
-
-"But perhaps it may grow lighter as we go. What do you think,
-Miss Holder?"
-
-"I confess that I still share my uncle's perplexity."
-
-"Your son had no shoes or slippers on when you saw him?"
-
-"He had nothing on save only his trousers and shirt."
-
-"Thank you. We have certainly been favoured with extraordinary
-luck during this inquiry, and it will be entirely our own fault
-if we do not succeed in clearing the matter up. With your
-permission, Mr. Holder, I shall now continue my investigations
-outside."
-
-He went alone, at his own request, for he explained that any
-unnecessary footmarks might make his task more difficult. For an
-hour or more he was at work, returning at last with his feet
-heavy with snow and his features as inscrutable as ever.
-
-"I think that I have seen now all that there is to see, Mr.
-Holder," said he; "I can serve you best by returning to my
-rooms."
-
-"But the gems, Mr. Holmes. Where are they?"
-
-"I cannot tell."
-
-The banker wrung his hands. "I shall never see them again!" he
-cried. "And my son? You give me hopes?"
-
-"My opinion is in no way altered."
-
-"Then, for God's sake, what was this dark business which was
-acted in my house last night?"
-
-"If you can call upon me at my Baker Street rooms to-morrow
-morning between nine and ten I shall be happy to do what I can to
-make it clearer. I understand that you give me carte blanche to
-act for you, provided only that I get back the gems, and that you
-place no limit on the sum I may draw."
-
-"I would give my fortune to have them back."
-
-"Very good. I shall look into the matter between this and then.
-Good-bye; it is just possible that I may have to come over here
-again before evening."
-
-It was obvious to me that my companion's mind was now made up
-about the case, although what his conclusions were was more than
-I could even dimly imagine. Several times during our homeward
-journey I endeavoured to sound him upon the point, but he always
-glided away to some other topic, until at last I gave it over in
-despair. It was not yet three when we found ourselves in our
-rooms once more. He hurried to his chamber and was down again in
-a few minutes dressed as a common loafer. With his collar turned
-up, his shiny, seedy coat, his red cravat, and his worn boots, he
-was a perfect sample of the class.
-
-"I think that this should do," said he, glancing into the glass
-above the fireplace. "I only wish that you could come with me,
-Watson, but I fear that it won't do. I may be on the trail in
-this matter, or I may be following a will-o'-the-wisp, but I
-shall soon know which it is. I hope that I may be back in a few
-hours." He cut a slice of beef from the joint upon the sideboard,
-sandwiched it between two rounds of bread, and thrusting this
-rude meal into his pocket he started off upon his expedition.
-
-I had just finished my tea when he returned, evidently in
-excellent spirits, swinging an old elastic-sided boot in his
-hand. He chucked it down into a corner and helped himself to a
-cup of tea.
-
-"I only looked in as I passed," said he. "I am going right on."
-
-"Where to?"
-
-"Oh, to the other side of the West End. It may be some time
-before I get back. Don't wait up for me in case I should be
-late."
-
-"How are you getting on?"
-
-"Oh, so so. Nothing to complain of. I have been out to Streatham
-since I saw you last, but I did not call at the house. It is a
-very sweet little problem, and I would not have missed it for a
-good deal. However, I must not sit gossiping here, but must get
-these disreputable clothes off and return to my highly
-respectable self."
-
-I could see by his manner that he had stronger reasons for
-satisfaction than his words alone would imply. His eyes twinkled,
-and there was even a touch of colour upon his sallow cheeks. He
-hastened upstairs, and a few minutes later I heard the slam of
-the hall door, which told me that he was off once more upon his
-congenial hunt.
-
-I waited until midnight, but there was no sign of his return, so
-I retired to my room. It was no uncommon thing for him to be away
-for days and nights on end when he was hot upon a scent, so that
-his lateness caused me no surprise. I do not know at what hour he
-came in, but when I came down to breakfast in the morning there
-he was with a cup of coffee in one hand and the paper in the
-other, as fresh and trim as possible.
-
-"You will excuse my beginning without you, Watson," said he, "but
-you remember that our client has rather an early appointment this
-morning."
-
-"Why, it is after nine now," I answered. "I should not be
-surprised if that were he. I thought I heard a ring."
-
-It was, indeed, our friend the financier. I was shocked by the
-change which had come over him, for his face which was naturally
-of a broad and massive mould, was now pinched and fallen in,
-while his hair seemed to me at least a shade whiter. He entered
-with a weariness and lethargy which was even more painful than
-his violence of the morning before, and he dropped heavily into
-the armchair which I pushed forward for him.
-
-"I do not know what I have done to be so severely tried," said
-he. "Only two days ago I was a happy and prosperous man, without
-a care in the world. Now I am left to a lonely and dishonoured
-age. One sorrow comes close upon the heels of another. My niece,
-Mary, has deserted me."
-
-"Deserted you?"
-
-"Yes. Her bed this morning had not been slept in, her room was
-empty, and a note for me lay upon the hall table. I had said to
-her last night, in sorrow and not in anger, that if she had
-married my boy all might have been well with him. Perhaps it was
-thoughtless of me to say so. It is to that remark that she refers
-in this note:
-
-"'MY DEAREST UNCLE:--I feel that I have brought trouble upon you,
-and that if I had acted differently this terrible misfortune
-might never have occurred. I cannot, with this thought in my
-mind, ever again be happy under your roof, and I feel that I must
-leave you forever. Do not worry about my future, for that is
-provided for; and, above all, do not search for me, for it will
-be fruitless labour and an ill-service to me. In life or in
-death, I am ever your loving,--MARY.'
-
-"What could she mean by that note, Mr. Holmes? Do you think it
-points to suicide?"
-
-"No, no, nothing of the kind. It is perhaps the best possible
-solution. I trust, Mr. Holder, that you are nearing the end of
-your troubles."
-
-"Ha! You say so! You have heard something, Mr. Holmes; you have
-learned something! Where are the gems?"
-
-"You would not think 1000 pounds apiece an excessive sum for
-them?"
-
-"I would pay ten."
-
-"That would be unnecessary. Three thousand will cover the matter.
-And there is a little reward, I fancy. Have you your check-book?
-Here is a pen. Better make it out for 4000 pounds."
-
-With a dazed face the banker made out the required check. Holmes
-walked over to his desk, took out a little triangular piece of
-gold with three gems in it, and threw it down upon the table.
-
-With a shriek of joy our client clutched it up.
-
-"You have it!" he gasped. "I am saved! I am saved!"
-
-The reaction of joy was as passionate as his grief had been, and
-he hugged his recovered gems to his bosom.
-
-"There is one other thing you owe, Mr. Holder," said Sherlock
-Holmes rather sternly.
-
-"Owe!" He caught up a pen. "Name the sum, and I will pay it."
-
-"No, the debt is not to me. You owe a very humble apology to that
-noble lad, your son, who has carried himself in this matter as I
-should be proud to see my own son do, should I ever chance to
-have one."
-
-"Then it was not Arthur who took them?"
-
-"I told you yesterday, and I repeat to-day, that it was not."
-
-"You are sure of it! Then let us hurry to him at once to let him
-know that the truth is known."
-
-"He knows it already. When I had cleared it all up I had an
-interview with him, and finding that he would not tell me the
-story, I told it to him, on which he had to confess that I was
-right and to add the very few details which were not yet quite
-clear to me. Your news of this morning, however, may open his
-lips."
-
-"For heaven's sake, tell me, then, what is this extraordinary
-mystery!"
-
-"I will do so, and I will show you the steps by which I reached
-it. And let me say to you, first, that which it is hardest for me
-to say and for you to hear: there has been an understanding
-between Sir George Burnwell and your niece Mary. They have now
-fled together."
-
-"My Mary? Impossible!"
-
-"It is unfortunately more than possible; it is certain. Neither
-you nor your son knew the true character of this man when you
-admitted him into your family circle. He is one of the most
-dangerous men in England--a ruined gambler, an absolutely
-desperate villain, a man without heart or conscience. Your niece
-knew nothing of such men. When he breathed his vows to her, as he
-had done to a hundred before her, she flattered herself that she
-alone had touched his heart. The devil knows best what he said,
-but at least she became his tool and was in the habit of seeing
-him nearly every evening."
-
-"I cannot, and I will not, believe it!" cried the banker with an
-ashen face.
-
-"I will tell you, then, what occurred in your house last night.
-Your niece, when you had, as she thought, gone to your room,
-slipped down and talked to her lover through the window which
-leads into the stable lane. His footmarks had pressed right
-through the snow, so long had he stood there. She told him of the
-coronet. His wicked lust for gold kindled at the news, and he
-bent her to his will. I have no doubt that she loved you, but
-there are women in whom the love of a lover extinguishes all
-other loves, and I think that she must have been one. She had
-hardly listened to his instructions when she saw you coming
-downstairs, on which she closed the window rapidly and told you
-about one of the servants' escapade with her wooden-legged lover,
-which was all perfectly true.
-
-"Your boy, Arthur, went to bed after his interview with you but
-he slept badly on account of his uneasiness about his club debts.
-In the middle of the night he heard a soft tread pass his door,
-so he rose and, looking out, was surprised to see his cousin
-walking very stealthily along the passage until she disappeared
-into your dressing-room. Petrified with astonishment, the lad
-slipped on some clothes and waited there in the dark to see what
-would come of this strange affair. Presently she emerged from the
-room again, and in the light of the passage-lamp your son saw
-that she carried the precious coronet in her hands. She passed
-down the stairs, and he, thrilling with horror, ran along and
-slipped behind the curtain near your door, whence he could see
-what passed in the hall beneath. He saw her stealthily open the
-window, hand out the coronet to someone in the gloom, and then
-closing it once more hurry back to her room, passing quite close
-to where he stood hid behind the curtain.
-
-"As long as she was on the scene he could not take any action
-without a horrible exposure of the woman whom he loved. But the
-instant that she was gone he realised how crushing a misfortune
-this would be for you, and how all-important it was to set it
-right. He rushed down, just as he was, in his bare feet, opened
-the window, sprang out into the snow, and ran down the lane,
-where he could see a dark figure in the moonlight. Sir George
-Burnwell tried to get away, but Arthur caught him, and there was
-a struggle between them, your lad tugging at one side of the
-coronet, and his opponent at the other. In the scuffle, your son
-struck Sir George and cut him over the eye. Then something
-suddenly snapped, and your son, finding that he had the coronet
-in his hands, rushed back, closed the window, ascended to your
-room, and had just observed that the coronet had been twisted in
-the struggle and was endeavouring to straighten it when you
-appeared upon the scene."
-
-"Is it possible?" gasped the banker.
-
-"You then roused his anger by calling him names at a moment when
-he felt that he had deserved your warmest thanks. He could not
-explain the true state of affairs without betraying one who
-certainly deserved little enough consideration at his hands. He
-took the more chivalrous view, however, and preserved her
-secret."
-
-"And that was why she shrieked and fainted when she saw the
-coronet," cried Mr. Holder. "Oh, my God! what a blind fool I have
-been! And his asking to be allowed to go out for five minutes!
-The dear fellow wanted to see if the missing piece were at the
-scene of the struggle. How cruelly I have misjudged him!"
-
-"When I arrived at the house," continued Holmes, "I at once went
-very carefully round it to observe if there were any traces in
-the snow which might help me. I knew that none had fallen since
-the evening before, and also that there had been a strong frost
-to preserve impressions. I passed along the tradesmen's path, but
-found it all trampled down and indistinguishable. Just beyond it,
-however, at the far side of the kitchen door, a woman had stood
-and talked with a man, whose round impressions on one side showed
-that he had a wooden leg. I could even tell that they had been
-disturbed, for the woman had run back swiftly to the door, as was
-shown by the deep toe and light heel marks, while Wooden-leg had
-waited a little, and then had gone away. I thought at the time
-that this might be the maid and her sweetheart, of whom you had
-already spoken to me, and inquiry showed it was so. I passed
-round the garden without seeing anything more than random tracks,
-which I took to be the police; but when I got into the stable
-lane a very long and complex story was written in the snow in
-front of me.
-
-"There was a double line of tracks of a booted man, and a second
-double line which I saw with delight belonged to a man with naked
-feet. I was at once convinced from what you had told me that the
-latter was your son. The first had walked both ways, but the
-other had run swiftly, and as his tread was marked in places over
-the depression of the boot, it was obvious that he had passed
-after the other. I followed them up and found they led to the
-hall window, where Boots had worn all the snow away while
-waiting. Then I walked to the other end, which was a hundred
-yards or more down the lane. I saw where Boots had faced round,
-where the snow was cut up as though there had been a struggle,
-and, finally, where a few drops of blood had fallen, to show me
-that I was not mistaken. Boots had then run down the lane, and
-another little smudge of blood showed that it was he who had been
-hurt. When he came to the highroad at the other end, I found that
-the pavement had been cleared, so there was an end to that clue.
-
-"On entering the house, however, I examined, as you remember, the
-sill and framework of the hall window with my lens, and I could
-at once see that someone had passed out. I could distinguish the
-outline of an instep where the wet foot had been placed in coming
-in. I was then beginning to be able to form an opinion as to what
-had occurred. A man had waited outside the window; someone had
-brought the gems; the deed had been overseen by your son; he had
-pursued the thief; had struggled with him; they had each tugged
-at the coronet, their united strength causing injuries which
-neither alone could have effected. He had returned with the
-prize, but had left a fragment in the grasp of his opponent. So
-far I was clear. The question now was, who was the man and who
-was it brought him the coronet?
-
-"It is an old maxim of mine that when you have excluded the
-impossible, whatever remains, however improbable, must be the
-truth. Now, I knew that it was not you who had brought it down,
-so there only remained your niece and the maids. But if it were
-the maids, why should your son allow himself to be accused in
-their place? There could be no possible reason. As he loved his
-cousin, however, there was an excellent explanation why he should
-retain her secret--the more so as the secret was a disgraceful
-one. When I remembered that you had seen her at that window, and
-how she had fainted on seeing the coronet again, my conjecture
-became a certainty.
-
-"And who could it be who was her confederate? A lover evidently,
-for who else could outweigh the love and gratitude which she must
-feel to you? I knew that you went out little, and that your
-circle of friends was a very limited one. But among them was Sir
-George Burnwell. I had heard of him before as being a man of evil
-reputation among women. It must have been he who wore those boots
-and retained the missing gems. Even though he knew that Arthur
-had discovered him, he might still flatter himself that he was
-safe, for the lad could not say a word without compromising his
-own family.
-
-"Well, your own good sense will suggest what measures I took
-next. I went in the shape of a loafer to Sir George's house,
-managed to pick up an acquaintance with his valet, learned that
-his master had cut his head the night before, and, finally, at
-the expense of six shillings, made all sure by buying a pair of
-his cast-off shoes. With these I journeyed down to Streatham and
-saw that they exactly fitted the tracks."
-
-"I saw an ill-dressed vagabond in the lane yesterday evening,"
-said Mr. Holder.
-
-"Precisely. It was I. I found that I had my man, so I came home
-and changed my clothes. It was a delicate part which I had to
-play then, for I saw that a prosecution must be avoided to avert
-scandal, and I knew that so astute a villain would see that our
-hands were tied in the matter. I went and saw him. At first, of
-course, he denied everything. But when I gave him every
-particular that had occurred, he tried to bluster and took down a
-life-preserver from the wall. I knew my man, however, and I
-clapped a pistol to his head before he could strike. Then he
-became a little more reasonable. I told him that we would give
-him a price for the stones he held--1000 pounds apiece. That
-brought out the first signs of grief that he had shown. 'Why,
-dash it all!' said he, 'I've let them go at six hundred for the
-three!' I soon managed to get the address of the receiver who had
-them, on promising him that there would be no prosecution. Off I
-set to him, and after much chaffering I got our stones at 1000
-pounds apiece. Then I looked in upon your son, told him that all
-was right, and eventually got to my bed about two o'clock, after
-what I may call a really hard day's work."
-
-"A day which has saved England from a great public scandal," said
-the banker, rising. "Sir, I cannot find words to thank you, but
-you shall not find me ungrateful for what you have done. Your
-skill has indeed exceeded all that I have heard of it. And now I
-must fly to my dear boy to apologise to him for the wrong which I
-have done him. As to what you tell me of poor Mary, it goes to my
-very heart. Not even your skill can inform me where she is now."
-
-"I think that we may safely say," returned Holmes, "that she is
-wherever Sir George Burnwell is. It is equally certain, too, that
-whatever her sins are, they will soon receive a more than
-sufficient punishment."
-
-
-
-XII. THE ADVENTURE OF THE COPPER BEECHES
-
-"To the man who loves art for its own sake," remarked Sherlock
-Holmes, tossing aside the advertisement sheet of the Daily
-Telegraph, "it is frequently in its least important and lowliest
-manifestations that the keenest pleasure is to be derived. It is
-pleasant to me to observe, Watson, that you have so far grasped
-this truth that in these little records of our cases which you
-have been good enough to draw up, and, I am bound to say,
-occasionally to embellish, you have given prominence not so much
-to the many causes célèbres and sensational trials in which I
-have figured but rather to those incidents which may have been
-trivial in themselves, but which have given room for those
-faculties of deduction and of logical synthesis which I have made
-my special province."
-
-"And yet," said I, smiling, "I cannot quite hold myself absolved
-from the charge of sensationalism which has been urged against my
-records."
-
-"You have erred, perhaps," he observed, taking up a glowing
-cinder with the tongs and lighting with it the long cherry-wood
-pipe which was wont to replace his clay when he was in a
-disputatious rather than a meditative mood--"you have erred
-perhaps in attempting to put colour and life into each of your
-statements instead of confining yourself to the task of placing
-upon record that severe reasoning from cause to effect which is
-really the only notable feature about the thing."
-
-"It seems to me that I have done you full justice in the matter,"
-I remarked with some coldness, for I was repelled by the egotism
-which I had more than once observed to be a strong factor in my
-friend's singular character.
-
-"No, it is not selfishness or conceit," said he, answering, as
-was his wont, my thoughts rather than my words. "If I claim full
-justice for my art, it is because it is an impersonal thing--a
-thing beyond myself. Crime is common. Logic is rare. Therefore it
-is upon the logic rather than upon the crime that you should
-dwell. You have degraded what should have been a course of
-lectures into a series of tales."
-
-It was a cold morning of the early spring, and we sat after
-breakfast on either side of a cheery fire in the old room at
-Baker Street. A thick fog rolled down between the lines of
-dun-coloured houses, and the opposing windows loomed like dark,
-shapeless blurs through the heavy yellow wreaths. Our gas was lit
-and shone on the white cloth and glimmer of china and metal, for
-the table had not been cleared yet. Sherlock Holmes had been
-silent all the morning, dipping continuously into the
-advertisement columns of a succession of papers until at last,
-having apparently given up his search, he had emerged in no very
-sweet temper to lecture me upon my literary shortcomings.
-
-"At the same time," he remarked after a pause, during which he
-had sat puffing at his long pipe and gazing down into the fire,
-"you can hardly be open to a charge of sensationalism, for out of
-these cases which you have been so kind as to interest yourself
-in, a fair proportion do not treat of crime, in its legal sense,
-at all. The small matter in which I endeavoured to help the King
-of Bohemia, the singular experience of Miss Mary Sutherland, the
-problem connected with the man with the twisted lip, and the
-incident of the noble bachelor, were all matters which are
-outside the pale of the law. But in avoiding the sensational, I
-fear that you may have bordered on the trivial."
-
-"The end may have been so," I answered, "but the methods I hold
-to have been novel and of interest."
-
-"Pshaw, my dear fellow, what do the public, the great unobservant
-public, who could hardly tell a weaver by his tooth or a
-compositor by his left thumb, care about the finer shades of
-analysis and deduction! But, indeed, if you are trivial, I cannot
-blame you, for the days of the great cases are past. Man, or at
-least criminal man, has lost all enterprise and originality. As
-to my own little practice, it seems to be degenerating into an
-agency for recovering lost lead pencils and giving advice to
-young ladies from boarding-schools. I think that I have touched
-bottom at last, however. This note I had this morning marks my
-zero-point, I fancy. Read it!" He tossed a crumpled letter across
-to me.
-
-It was dated from Montague Place upon the preceding evening, and
-ran thus:
-
-"DEAR MR. HOLMES:--I am very anxious to consult you as to whether
-I should or should not accept a situation which has been offered
-to me as governess. I shall call at half-past ten to-morrow if I
-do not inconvenience you. Yours faithfully,
-                                               "VIOLET HUNTER."
-
-"Do you know the young lady?" I asked.
-
-"Not I."
-
-"It is half-past ten now."
-
-"Yes, and I have no doubt that is her ring."
-
-"It may turn out to be of more interest than you think. You
-remember that the affair of the blue carbuncle, which appeared to
-be a mere whim at first, developed into a serious investigation.
-It may be so in this case, also."
-
-"Well, let us hope so. But our doubts will very soon be solved,
-for here, unless I am much mistaken, is the person in question."
-
-As he spoke the door opened and a young lady entered the room.
-She was plainly but neatly dressed, with a bright, quick face,
-freckled like a plover's egg, and with the brisk manner of a
-woman who has had her own way to make in the world.
-
-"You will excuse my troubling you, I am sure," said she, as my
-companion rose to greet her, "but I have had a very strange
-experience, and as I have no parents or relations of any sort
-from whom I could ask advice, I thought that perhaps you would be
-kind enough to tell me what I should do."
-
-"Pray take a seat, Miss Hunter. I shall be happy to do anything
-that I can to serve you."
-
-I could see that Holmes was favourably impressed by the manner
-and speech of his new client. He looked her over in his searching
-fashion, and then composed himself, with his lids drooping and
-his finger-tips together, to listen to her story.
-
-"I have been a governess for five years," said she, "in the
-family of Colonel Spence Munro, but two months ago the colonel
-received an appointment at Halifax, in Nova Scotia, and took his
-children over to America with him, so that I found myself without
-a situation. I advertised, and I answered advertisements, but
-without success. At last the little money which I had saved began
-to run short, and I was at my wit's end as to what I should do.
-
-"There is a well-known agency for governesses in the West End
-called Westaway's, and there I used to call about once a week in
-order to see whether anything had turned up which might suit me.
-Westaway was the name of the founder of the business, but it is
-really managed by Miss Stoper. She sits in her own little office,
-and the ladies who are seeking employment wait in an anteroom,
-and are then shown in one by one, when she consults her ledgers
-and sees whether she has anything which would suit them.
-
-"Well, when I called last week I was shown into the little office
-as usual, but I found that Miss Stoper was not alone. A
-prodigiously stout man with a very smiling face and a great heavy
-chin which rolled down in fold upon fold over his throat sat at
-her elbow with a pair of glasses on his nose, looking very
-earnestly at the ladies who entered. As I came in he gave quite a
-jump in his chair and turned quickly to Miss Stoper.
-
-"'That will do,' said he; 'I could not ask for anything better.
-Capital! capital!' He seemed quite enthusiastic and rubbed his
-hands together in the most genial fashion. He was such a
-comfortable-looking man that it was quite a pleasure to look at
-him.
-
-"'You are looking for a situation, miss?' he asked.
-
-"'Yes, sir.'
-
-"'As governess?'
-
-"'Yes, sir.'
-
-"'And what salary do you ask?'
-
-"'I had 4 pounds a month in my last place with Colonel Spence
-Munro.'
-
-"'Oh, tut, tut! sweating--rank sweating!' he cried, throwing his
-fat hands out into the air like a man who is in a boiling
-passion. 'How could anyone offer so pitiful a sum to a lady with
-such attractions and accomplishments?'
-
-"'My accomplishments, sir, may be less than you imagine,' said I.
-'A little French, a little German, music, and drawing--'
-
-"'Tut, tut!' he cried. 'This is all quite beside the question.
-The point is, have you or have you not the bearing and deportment
-of a lady? There it is in a nutshell. If you have not, you are
-not fitted for the rearing of a child who may some day play a
-considerable part in the history of the country. But if you have
-why, then, how could any gentleman ask you to condescend to
-accept anything under the three figures? Your salary with me,
-madam, would commence at 100 pounds a year.'
-
-"You may imagine, Mr. Holmes, that to me, destitute as I was,
-such an offer seemed almost too good to be true. The gentleman,
-however, seeing perhaps the look of incredulity upon my face,
-opened a pocket-book and took out a note.
-
-"'It is also my custom,' said he, smiling in the most pleasant
-fashion until his eyes were just two little shining slits amid
-the white creases of his face, 'to advance to my young ladies
-half their salary beforehand, so that they may meet any little
-expenses of their journey and their wardrobe.'
-
-"It seemed to me that I had never met so fascinating and so
-thoughtful a man. As I was already in debt to my tradesmen, the
-advance was a great convenience, and yet there was something
-unnatural about the whole transaction which made me wish to know
-a little more before I quite committed myself.
-
-"'May I ask where you live, sir?' said I.
-
-"'Hampshire. Charming rural place. The Copper Beeches, five miles
-on the far side of Winchester. It is the most lovely country, my
-dear young lady, and the dearest old country-house.'
-
-"'And my duties, sir? I should be glad to know what they would
-be.'
-
-"'One child--one dear little romper just six years old. Oh, if
-you could see him killing cockroaches with a slipper! Smack!
-smack! smack! Three gone before you could wink!' He leaned back
-in his chair and laughed his eyes into his head again.
-
-"I was a little startled at the nature of the child's amusement,
-but the father's laughter made me think that perhaps he was
-joking.
-
-"'My sole duties, then,' I asked, 'are to take charge of a single
-child?'
-
-"'No, no, not the sole, not the sole, my dear young lady,' he
-cried. 'Your duty would be, as I am sure your good sense would
-suggest, to obey any little commands my wife might give, provided
-always that they were such commands as a lady might with
-propriety obey. You see no difficulty, heh?'
-
-"'I should be happy to make myself useful.'
-
-"'Quite so. In dress now, for example. We are faddy people, you
-know--faddy but kind-hearted. If you were asked to wear any dress
-which we might give you, you would not object to our little whim.
-Heh?'
-
-"'No,' said I, considerably astonished at his words.
-
-"'Or to sit here, or sit there, that would not be offensive to
-you?'
-
-"'Oh, no.'
-
-"'Or to cut your hair quite short before you come to us?'
-
-"I could hardly believe my ears. As you may observe, Mr. Holmes,
-my hair is somewhat luxuriant, and of a rather peculiar tint of
-chestnut. It has been considered artistic. I could not dream of
-sacrificing it in this offhand fashion.
-
-"'I am afraid that that is quite impossible,' said I. He had been
-watching me eagerly out of his small eyes, and I could see a
-shadow pass over his face as I spoke.
-
-"'I am afraid that it is quite essential,' said he. 'It is a
-little fancy of my wife's, and ladies' fancies, you know, madam,
-ladies' fancies must be consulted. And so you won't cut your
-hair?'
-
-"'No, sir, I really could not,' I answered firmly.
-
-"'Ah, very well; then that quite settles the matter. It is a
-pity, because in other respects you would really have done very
-nicely. In that case, Miss Stoper, I had best inspect a few more
-of your young ladies.'
-
-"The manageress had sat all this while busy with her papers
-without a word to either of us, but she glanced at me now with so
-much annoyance upon her face that I could not help suspecting
-that she had lost a handsome commission through my refusal.
-
-"'Do you desire your name to be kept upon the books?' she asked.
-
-"'If you please, Miss Stoper.'
-
-"'Well, really, it seems rather useless, since you refuse the
-most excellent offers in this fashion,' said she sharply. 'You
-can hardly expect us to exert ourselves to find another such
-opening for you. Good-day to you, Miss Hunter.' She struck a gong
-upon the table, and I was shown out by the page.
-
-"Well, Mr. Holmes, when I got back to my lodgings and found
-little enough in the cupboard, and two or three bills upon the
-table, I began to ask myself whether I had not done a very
-foolish thing. After all, if these people had strange fads and
-expected obedience on the most extraordinary matters, they were
-at least ready to pay for their eccentricity. Very few
-governesses in England are getting 100 pounds a year. Besides,
-what use was my hair to me? Many people are improved by wearing
-it short and perhaps I should be among the number. Next day I was
-inclined to think that I had made a mistake, and by the day after
-I was sure of it. I had almost overcome my pride so far as to go
-back to the agency and inquire whether the place was still open
-when I received this letter from the gentleman himself. I have it
-here and I will read it to you:
-
-                       "'The Copper Beeches, near Winchester.
-"'DEAR MISS HUNTER:--Miss Stoper has very kindly given me your
-address, and I write from here to ask you whether you have
-reconsidered your decision. My wife is very anxious that you
-should come, for she has been much attracted by my description of
-you. We are willing to give 30 pounds a quarter, or 120 pounds a
-year, so as to recompense you for any little inconvenience which
-our fads may cause you. They are not very exacting, after all. My
-wife is fond of a particular shade of electric blue and would
-like you to wear such a dress indoors in the morning. You need
-not, however, go to the expense of purchasing one, as we have one
-belonging to my dear daughter Alice (now in Philadelphia), which
-would, I should think, fit you very well. Then, as to sitting
-here or there, or amusing yourself in any manner indicated, that
-need cause you no inconvenience. As regards your hair, it is no
-doubt a pity, especially as I could not help remarking its beauty
-during our short interview, but I am afraid that I must remain
-firm upon this point, and I only hope that the increased salary
-may recompense you for the loss. Your duties, as far as the child
-is concerned, are very light. Now do try to come, and I shall
-meet you with the dog-cart at Winchester. Let me know your train.
-Yours faithfully, JEPHRO RUCASTLE.'
-
-"That is the letter which I have just received, Mr. Holmes, and
-my mind is made up that I will accept it. I thought, however,
-that before taking the final step I should like to submit the
-whole matter to your consideration."
-
-"Well, Miss Hunter, if your mind is made up, that settles the
-question," said Holmes, smiling.
-
-"But you would not advise me to refuse?"
-
-"I confess that it is not the situation which I should like to
-see a sister of mine apply for."
-
-"What is the meaning of it all, Mr. Holmes?"
-
-"Ah, I have no data. I cannot tell. Perhaps you have yourself
-formed some opinion?"
-
-"Well, there seems to me to be only one possible solution. Mr.
-Rucastle seemed to be a very kind, good-natured man. Is it not
-possible that his wife is a lunatic, that he desires to keep the
-matter quiet for fear she should be taken to an asylum, and that
-he humours her fancies in every way in order to prevent an
-outbreak?"
-
-"That is a possible solution--in fact, as matters stand, it is
-the most probable one. But in any case it does not seem to be a
-nice household for a young lady."
-
-"But the money, Mr. Holmes, the money!"
-
-"Well, yes, of course the pay is good--too good. That is what
-makes me uneasy. Why should they give you 120 pounds a year, when
-they could have their pick for 40 pounds? There must be some
-strong reason behind."
-
-"I thought that if I told you the circumstances you would
-understand afterwards if I wanted your help. I should feel so
-much stronger if I felt that you were at the back of me."
-
-"Oh, you may carry that feeling away with you. I assure you that
-your little problem promises to be the most interesting which has
-come my way for some months. There is something distinctly novel
-about some of the features. If you should find yourself in doubt
-or in danger--"
-
-"Danger! What danger do you foresee?"
-
-Holmes shook his head gravely. "It would cease to be a danger if
-we could define it," said he. "But at any time, day or night, a
-telegram would bring me down to your help."
-
-"That is enough." She rose briskly from her chair with the
-anxiety all swept from her face. "I shall go down to Hampshire
-quite easy in my mind now. I shall write to Mr. Rucastle at once,
-sacrifice my poor hair to-night, and start for Winchester
-to-morrow." With a few grateful words to Holmes she bade us both
-good-night and bustled off upon her way.
-
-"At least," said I as we heard her quick, firm steps descending
-the stairs, "she seems to be a young lady who is very well able
-to take care of herself."
-
-"And she would need to be," said Holmes gravely. "I am much
-mistaken if we do not hear from her before many days are past."
-
-It was not very long before my friend's prediction was fulfilled.
-A fortnight went by, during which I frequently found my thoughts
-turning in her direction and wondering what strange side-alley of
-human experience this lonely woman had strayed into. The unusual
-salary, the curious conditions, the light duties, all pointed to
-something abnormal, though whether a fad or a plot, or whether
-the man were a philanthropist or a villain, it was quite beyond
-my powers to determine. As to Holmes, I observed that he sat
-frequently for half an hour on end, with knitted brows and an
-abstracted air, but he swept the matter away with a wave of his
-hand when I mentioned it. "Data! data! data!" he cried
-impatiently. "I can't make bricks without clay." And yet he would
-always wind up by muttering that no sister of his should ever
-have accepted such a situation.
-
-The telegram which we eventually received came late one night
-just as I was thinking of turning in and Holmes was settling down
-to one of those all-night chemical researches which he frequently
-indulged in, when I would leave him stooping over a retort and a
-test-tube at night and find him in the same position when I came
-down to breakfast in the morning. He opened the yellow envelope,
-and then, glancing at the message, threw it across to me.
-
-"Just look up the trains in Bradshaw," said he, and turned back
-to his chemical studies.
-
-The summons was a brief and urgent one.
-
-"Please be at the Black Swan Hotel at Winchester at midday
-to-morrow," it said. "Do come! I am at my wit's end.  HUNTER."
-
-"Will you come with me?" asked Holmes, glancing up.
-
-"I should wish to."
-
-"Just look it up, then."
-
-"There is a train at half-past nine," said I, glancing over my
-Bradshaw. "It is due at Winchester at 11:30."
-
-"That will do very nicely. Then perhaps I had better postpone my
-analysis of the acetones, as we may need to be at our best in the
-morning."
-
-By eleven o'clock the next day we were well upon our way to the
-old English capital. Holmes had been buried in the morning papers
-all the way down, but after we had passed the Hampshire border he
-threw them down and began to admire the scenery. It was an ideal
-spring day, a light blue sky, flecked with little fleecy white
-clouds drifting across from west to east. The sun was shining
-very brightly, and yet there was an exhilarating nip in the air,
-which set an edge to a man's energy. All over the countryside,
-away to the rolling hills around Aldershot, the little red and
-grey roofs of the farm-steadings peeped out from amid the light
-green of the new foliage.
-
-"Are they not fresh and beautiful?" I cried with all the
-enthusiasm of a man fresh from the fogs of Baker Street.
-
-But Holmes shook his head gravely.
-
-"Do you know, Watson," said he, "that it is one of the curses of
-a mind with a turn like mine that I must look at everything with
-reference to my own special subject. You look at these scattered
-houses, and you are impressed by their beauty. I look at them,
-and the only thought which comes to me is a feeling of their
-isolation and of the impunity with which crime may be committed
-there."
-
-"Good heavens!" I cried. "Who would associate crime with these
-dear old homesteads?"
-
-"They always fill me with a certain horror. It is my belief,
-Watson, founded upon my experience, that the lowest and vilest
-alleys in London do not present a more dreadful record of sin
-than does the smiling and beautiful countryside."
-
-"You horrify me!"
-
-"But the reason is very obvious. The pressure of public opinion
-can do in the town what the law cannot accomplish. There is no
-lane so vile that the scream of a tortured child, or the thud of
-a drunkard's blow, does not beget sympathy and indignation among
-the neighbours, and then the whole machinery of justice is ever
-so close that a word of complaint can set it going, and there is
-but a step between the crime and the dock. But look at these
-lonely houses, each in its own fields, filled for the most part
-with poor ignorant folk who know little of the law. Think of the
-deeds of hellish cruelty, the hidden wickedness which may go on,
-year in, year out, in such places, and none the wiser. Had this
-lady who appeals to us for help gone to live in Winchester, I
-should never have had a fear for her. It is the five miles of
-country which makes the danger. Still, it is clear that she is
-not personally threatened."
-
-"No. If she can come to Winchester to meet us she can get away."
-
-"Quite so. She has her freedom."
-
-"What CAN be the matter, then? Can you suggest no explanation?"
-
-"I have devised seven separate explanations, each of which would
-cover the facts as far as we know them. But which of these is
-correct can only be determined by the fresh information which we
-shall no doubt find waiting for us. Well, there is the tower of
-the cathedral, and we shall soon learn all that Miss Hunter has
-to tell."
-
-The Black Swan is an inn of repute in the High Street, at no
-distance from the station, and there we found the young lady
-waiting for us. She had engaged a sitting-room, and our lunch
-awaited us upon the table.
-
-"I am so delighted that you have come," she said earnestly. "It
-is so very kind of you both; but indeed I do not know what I
-should do. Your advice will be altogether invaluable to me."
-
-"Pray tell us what has happened to you."
-
-"I will do so, and I must be quick, for I have promised Mr.
-Rucastle to be back before three. I got his leave to come into
-town this morning, though he little knew for what purpose."
-
-"Let us have everything in its due order." Holmes thrust his long
-thin legs out towards the fire and composed himself to listen.
-
-"In the first place, I may say that I have met, on the whole,
-with no actual ill-treatment from Mr. and Mrs. Rucastle. It is
-only fair to them to say that. But I cannot understand them, and
-I am not easy in my mind about them."
-
-"What can you not understand?"
-
-"Their reasons for their conduct. But you shall have it all just
-as it occurred. When I came down, Mr. Rucastle met me here and
-drove me in his dog-cart to the Copper Beeches. It is, as he
-said, beautifully situated, but it is not beautiful in itself,
-for it is a large square block of a house, whitewashed, but all
-stained and streaked with damp and bad weather. There are grounds
-round it, woods on three sides, and on the fourth a field which
-slopes down to the Southampton highroad, which curves past about
-a hundred yards from the front door. This ground in front belongs
-to the house, but the woods all round are part of Lord
-Southerton's preserves. A clump of copper beeches immediately in
-front of the hall door has given its name to the place.
-
-"I was driven over by my employer, who was as amiable as ever,
-and was introduced by him that evening to his wife and the child.
-There was no truth, Mr. Holmes, in the conjecture which seemed to
-us to be probable in your rooms at Baker Street. Mrs. Rucastle is
-not mad. I found her to be a silent, pale-faced woman, much
-younger than her husband, not more than thirty, I should think,
-while he can hardly be less than forty-five. From their
-conversation I have gathered that they have been married about
-seven years, that he was a widower, and that his only child by
-the first wife was the daughter who has gone to Philadelphia. Mr.
-Rucastle told me in private that the reason why she had left them
-was that she had an unreasoning aversion to her stepmother. As
-the daughter could not have been less than twenty, I can quite
-imagine that her position must have been uncomfortable with her
-father's young wife.
-
-"Mrs. Rucastle seemed to me to be colourless in mind as well as
-in feature. She impressed me neither favourably nor the reverse.
-She was a nonentity. It was easy to see that she was passionately
-devoted both to her husband and to her little son. Her light grey
-eyes wandered continually from one to the other, noting every
-little want and forestalling it if possible. He was kind to her
-also in his bluff, boisterous fashion, and on the whole they
-seemed to be a happy couple. And yet she had some secret sorrow,
-this woman. She would often be lost in deep thought, with the
-saddest look upon her face. More than once I have surprised her
-in tears. I have thought sometimes that it was the disposition of
-her child which weighed upon her mind, for I have never met so
-utterly spoiled and so ill-natured a little creature. He is small
-for his age, with a head which is quite disproportionately large.
-His whole life appears to be spent in an alternation between
-savage fits of passion and gloomy intervals of sulking. Giving
-pain to any creature weaker than himself seems to be his one idea
-of amusement, and he shows quite remarkable talent in planning
-the capture of mice, little birds, and insects. But I would
-rather not talk about the creature, Mr. Holmes, and, indeed, he
-has little to do with my story."
-
-"I am glad of all details," remarked my friend, "whether they
-seem to you to be relevant or not."
-
-"I shall try not to miss anything of importance. The one
-unpleasant thing about the house, which struck me at once, was
-the appearance and conduct of the servants. There are only two, a
-man and his wife. Toller, for that is his name, is a rough,
-uncouth man, with grizzled hair and whiskers, and a perpetual
-smell of drink. Twice since I have been with them he has been
-quite drunk, and yet Mr. Rucastle seemed to take no notice of it.
-His wife is a very tall and strong woman with a sour face, as
-silent as Mrs. Rucastle and much less amiable. They are a most
-unpleasant couple, but fortunately I spend most of my time in the
-nursery and my own room, which are next to each other in one
-corner of the building.
-
-"For two days after my arrival at the Copper Beeches my life was
-very quiet; on the third, Mrs. Rucastle came down just after
-breakfast and whispered something to her husband.
-
-"'Oh, yes,' said he, turning to me, 'we are very much obliged to
-you, Miss Hunter, for falling in with our whims so far as to cut
-your hair. I assure you that it has not detracted in the tiniest
-iota from your appearance. We shall now see how the electric-blue
-dress will become you. You will find it laid out upon the bed in
-your room, and if you would be so good as to put it on we should
-both be extremely obliged.'
-
-"The dress which I found waiting for me was of a peculiar shade
-of blue. It was of excellent material, a sort of beige, but it
-bore unmistakable signs of having been worn before. It could not
-have been a better fit if I had been measured for it. Both Mr.
-and Mrs. Rucastle expressed a delight at the look of it, which
-seemed quite exaggerated in its vehemence. They were waiting for
-me in the drawing-room, which is a very large room, stretching
-along the entire front of the house, with three long windows
-reaching down to the floor. A chair had been placed close to the
-central window, with its back turned towards it. In this I was
-asked to sit, and then Mr. Rucastle, walking up and down on the
-other side of the room, began to tell me a series of the funniest
-stories that I have ever listened to. You cannot imagine how
-comical he was, and I laughed until I was quite weary. Mrs.
-Rucastle, however, who has evidently no sense of humour, never so
-much as smiled, but sat with her hands in her lap, and a sad,
-anxious look upon her face. After an hour or so, Mr. Rucastle
-suddenly remarked that it was time to commence the duties of the
-day, and that I might change my dress and go to little Edward in
-the nursery.
-
-"Two days later this same performance was gone through under
-exactly similar circumstances. Again I changed my dress, again I
-sat in the window, and again I laughed very heartily at the funny
-stories of which my employer had an immense répertoire, and which
-he told inimitably. Then he handed me a yellow-backed novel, and
-moving my chair a little sideways, that my own shadow might not
-fall upon the page, he begged me to read aloud to him. I read for
-about ten minutes, beginning in the heart of a chapter, and then
-suddenly, in the middle of a sentence, he ordered me to cease and
-to change my dress.
-
-"You can easily imagine, Mr. Holmes, how curious I became as to
-what the meaning of this extraordinary performance could possibly
-be. They were always very careful, I observed, to turn my face
-away from the window, so that I became consumed with the desire
-to see what was going on behind my back. At first it seemed to be
-impossible, but I soon devised a means. My hand-mirror had been
-broken, so a happy thought seized me, and I concealed a piece of
-the glass in my handkerchief. On the next occasion, in the midst
-of my laughter, I put my handkerchief up to my eyes, and was able
-with a little management to see all that there was behind me. I
-confess that I was disappointed. There was nothing. At least that
-was my first impression. At the second glance, however, I
-perceived that there was a man standing in the Southampton Road,
-a small bearded man in a grey suit, who seemed to be looking in
-my direction. The road is an important highway, and there are
-usually people there. This man, however, was leaning against the
-railings which bordered our field and was looking earnestly up. I
-lowered my handkerchief and glanced at Mrs. Rucastle to find her
-eyes fixed upon me with a most searching gaze. She said nothing,
-but I am convinced that she had divined that I had a mirror in my
-hand and had seen what was behind me. She rose at once.
-
-"'Jephro,' said she, 'there is an impertinent fellow upon the
-road there who stares up at Miss Hunter.'
-
-"'No friend of yours, Miss Hunter?' he asked.
-
-"'No, I know no one in these parts.'
-
-"'Dear me! How very impertinent! Kindly turn round and motion to
-him to go away.'
-
-"'Surely it would be better to take no notice.'
-
-"'No, no, we should have him loitering here always. Kindly turn
-round and wave him away like that.'
-
-"I did as I was told, and at the same instant Mrs. Rucastle drew
-down the blind. That was a week ago, and from that time I have
-not sat again in the window, nor have I worn the blue dress, nor
-seen the man in the road."
-
-"Pray continue," said Holmes. "Your narrative promises to be a
-most interesting one."
-
-"You will find it rather disconnected, I fear, and there may
-prove to be little relation between the different incidents of
-which I speak. On the very first day that I was at the Copper
-Beeches, Mr. Rucastle took me to a small outhouse which stands
-near the kitchen door. As we approached it I heard the sharp
-rattling of a chain, and the sound as of a large animal moving
-about.
-
-"'Look in here!' said Mr. Rucastle, showing me a slit between two
-planks. 'Is he not a beauty?'
-
-"I looked through and was conscious of two glowing eyes, and of a
-vague figure huddled up in the darkness.
-
-"'Don't be frightened,' said my employer, laughing at the start
-which I had given. 'It's only Carlo, my mastiff. I call him mine,
-but really old Toller, my groom, is the only man who can do
-anything with him. We feed him once a day, and not too much then,
-so that he is always as keen as mustard. Toller lets him loose
-every night, and God help the trespasser whom he lays his fangs
-upon. For goodness' sake don't you ever on any pretext set your
-foot over the threshold at night, for it's as much as your life
-is worth.'
-
-"The warning was no idle one, for two nights later I happened to
-look out of my bedroom window about two o'clock in the morning.
-It was a beautiful moonlight night, and the lawn in front of the
-house was silvered over and almost as bright as day. I was
-standing, rapt in the peaceful beauty of the scene, when I was
-aware that something was moving under the shadow of the copper
-beeches. As it emerged into the moonshine I saw what it was. It
-was a giant dog, as large as a calf, tawny tinted, with hanging
-jowl, black muzzle, and huge projecting bones. It walked slowly
-across the lawn and vanished into the shadow upon the other side.
-That dreadful sentinel sent a chill to my heart which I do not
-think that any burglar could have done.
-
-"And now I have a very strange experience to tell you. I had, as
-you know, cut off my hair in London, and I had placed it in a
-great coil at the bottom of my trunk. One evening, after the
-child was in bed, I began to amuse myself by examining the
-furniture of my room and by rearranging my own little things.
-There was an old chest of drawers in the room, the two upper ones
-empty and open, the lower one locked. I had filled the first two
-with my linen, and as I had still much to pack away I was
-naturally annoyed at not having the use of the third drawer. It
-struck me that it might have been fastened by a mere oversight,
-so I took out my bunch of keys and tried to open it. The very
-first key fitted to perfection, and I drew the drawer open. There
-was only one thing in it, but I am sure that you would never
-guess what it was. It was my coil of hair.
-
-"I took it up and examined it. It was of the same peculiar tint,
-and the same thickness. But then the impossibility of the thing
-obtruded itself upon me. How could my hair have been locked in
-the drawer? With trembling hands I undid my trunk, turned out the
-contents, and drew from the bottom my own hair. I laid the two
-tresses together, and I assure you that they were identical. Was
-it not extraordinary? Puzzle as I would, I could make nothing at
-all of what it meant. I returned the strange hair to the drawer,
-and I said nothing of the matter to the Rucastles as I felt that
-I had put myself in the wrong by opening a drawer which they had
-locked.
-
-"I am naturally observant, as you may have remarked, Mr. Holmes,
-and I soon had a pretty good plan of the whole house in my head.
-There was one wing, however, which appeared not to be inhabited
-at all. A door which faced that which led into the quarters of
-the Tollers opened into this suite, but it was invariably locked.
-One day, however, as I ascended the stair, I met Mr. Rucastle
-coming out through this door, his keys in his hand, and a look on
-his face which made him a very different person to the round,
-jovial man to whom I was accustomed. His cheeks were red, his
-brow was all crinkled with anger, and the veins stood out at his
-temples with passion. He locked the door and hurried past me
-without a word or a look.
-
-"This aroused my curiosity, so when I went out for a walk in the
-grounds with my charge, I strolled round to the side from which I
-could see the windows of this part of the house. There were four
-of them in a row, three of which were simply dirty, while the
-fourth was shuttered up. They were evidently all deserted. As I
-strolled up and down, glancing at them occasionally, Mr. Rucastle
-came out to me, looking as merry and jovial as ever.
-
-"'Ah!' said he, 'you must not think me rude if I passed you
-without a word, my dear young lady. I was preoccupied with
-business matters.'
-
-"I assured him that I was not offended. 'By the way,' said I,
-'you seem to have quite a suite of spare rooms up there, and one
-of them has the shutters up.'
-
-"He looked surprised and, as it seemed to me, a little startled
-at my remark.
-
-"'Photography is one of my hobbies,' said he. 'I have made my
-dark room up there. But, dear me! what an observant young lady we
-have come upon. Who would have believed it? Who would have ever
-believed it?' He spoke in a jesting tone, but there was no jest
-in his eyes as he looked at me. I read suspicion there and
-annoyance, but no jest.
-
-"Well, Mr. Holmes, from the moment that I understood that there
-was something about that suite of rooms which I was not to know,
-I was all on fire to go over them. It was not mere curiosity,
-though I have my share of that. It was more a feeling of duty--a
-feeling that some good might come from my penetrating to this
-place. They talk of woman's instinct; perhaps it was woman's
-instinct which gave me that feeling. At any rate, it was there,
-and I was keenly on the lookout for any chance to pass the
-forbidden door.
-
-"It was only yesterday that the chance came. I may tell you that,
-besides Mr. Rucastle, both Toller and his wife find something to
-do in these deserted rooms, and I once saw him carrying a large
-black linen bag with him through the door. Recently he has been
-drinking hard, and yesterday evening he was very drunk; and when
-I came upstairs there was the key in the door. I have no doubt at
-all that he had left it there. Mr. and Mrs. Rucastle were both
-downstairs, and the child was with them, so that I had an
-admirable opportunity. I turned the key gently in the lock,
-opened the door, and slipped through.
-
-"There was a little passage in front of me, unpapered and
-uncarpeted, which turned at a right angle at the farther end.
-Round this corner were three doors in a line, the first and third
-of which were open. They each led into an empty room, dusty and
-cheerless, with two windows in the one and one in the other, so
-thick with dirt that the evening light glimmered dimly through
-them. The centre door was closed, and across the outside of it
-had been fastened one of the broad bars of an iron bed, padlocked
-at one end to a ring in the wall, and fastened at the other with
-stout cord. The door itself was locked as well, and the key was
-not there. This barricaded door corresponded clearly with the
-shuttered window outside, and yet I could see by the glimmer from
-beneath it that the room was not in darkness. Evidently there was
-a skylight which let in light from above. As I stood in the
-passage gazing at the sinister door and wondering what secret it
-might veil, I suddenly heard the sound of steps within the room
-and saw a shadow pass backward and forward against the little
-slit of dim light which shone out from under the door. A mad,
-unreasoning terror rose up in me at the sight, Mr. Holmes. My
-overstrung nerves failed me suddenly, and I turned and ran--ran
-as though some dreadful hand were behind me clutching at the
-skirt of my dress. I rushed down the passage, through the door,
-and straight into the arms of Mr. Rucastle, who was waiting
-outside.
-
-"'So,' said he, smiling, 'it was you, then. I thought that it
-must be when I saw the door open.'
-
-"'Oh, I am so frightened!' I panted.
-
-"'My dear young lady! my dear young lady!'--you cannot think how
-caressing and soothing his manner was--'and what has frightened
-you, my dear young lady?'
-
-"But his voice was just a little too coaxing. He overdid it. I
-was keenly on my guard against him.
-
-"'I was foolish enough to go into the empty wing,' I answered.
-'But it is so lonely and eerie in this dim light that I was
-frightened and ran out again. Oh, it is so dreadfully still in
-there!'
-
-"'Only that?' said he, looking at me keenly.
-
-"'Why, what did you think?' I asked.
-
-"'Why do you think that I lock this door?'
-
-"'I am sure that I do not know.'
-
-"'It is to keep people out who have no business there. Do you
-see?' He was still smiling in the most amiable manner.
-
-"'I am sure if I had known--'
-
-"'Well, then, you know now. And if you ever put your foot over
-that threshold again'--here in an instant the smile hardened into
-a grin of rage, and he glared down at me with the face of a
-demon--'I'll throw you to the mastiff.'
-
-"I was so terrified that I do not know what I did. I suppose that
-I must have rushed past him into my room. I remember nothing
-until I found myself lying on my bed trembling all over. Then I
-thought of you, Mr. Holmes. I could not live there longer without
-some advice. I was frightened of the house, of the man, of the
-woman, of the servants, even of the child. They were all horrible
-to me. If I could only bring you down all would be well. Of
-course I might have fled from the house, but my curiosity was
-almost as strong as my fears. My mind was soon made up. I would
-send you a wire. I put on my hat and cloak, went down to the
-office, which is about half a mile from the house, and then
-returned, feeling very much easier. A horrible doubt came into my
-mind as I approached the door lest the dog might be loose, but I
-remembered that Toller had drunk himself into a state of
-insensibility that evening, and I knew that he was the only one
-in the household who had any influence with the savage creature,
-or who would venture to set him free. I slipped in in safety and
-lay awake half the night in my joy at the thought of seeing you.
-I had no difficulty in getting leave to come into Winchester this
-morning, but I must be back before three o'clock, for Mr. and
-Mrs. Rucastle are going on a visit, and will be away all the
-evening, so that I must look after the child. Now I have told you
-all my adventures, Mr. Holmes, and I should be very glad if you
-could tell me what it all means, and, above all, what I should
-do."
-
-Holmes and I had listened spellbound to this extraordinary story.
-My friend rose now and paced up and down the room, his hands in
-his pockets, and an expression of the most profound gravity upon
-his face.
-
-"Is Toller still drunk?" he asked.
-
-"Yes. I heard his wife tell Mrs. Rucastle that she could do
-nothing with him."
-
-"That is well. And the Rucastles go out to-night?"
-
-"Yes."
-
-"Is there a cellar with a good strong lock?"
-
-"Yes, the wine-cellar."
-
-"You seem to me to have acted all through this matter like a very
-brave and sensible girl, Miss Hunter. Do you think that you could
-perform one more feat? I should not ask it of you if I did not
-think you a quite exceptional woman."
-
-"I will try. What is it?"
-
-"We shall be at the Copper Beeches by seven o'clock, my friend
-and I. The Rucastles will be gone by that time, and Toller will,
-we hope, be incapable. There only remains Mrs. Toller, who might
-give the alarm. If you could send her into the cellar on some
-errand, and then turn the key upon her, you would facilitate
-matters immensely."
-
-"I will do it."
-
-"Excellent! We shall then look thoroughly into the affair. Of
-course there is only one feasible explanation. You have been
-brought there to personate someone, and the real person is
-imprisoned in this chamber. That is obvious. As to who this
-prisoner is, I have no doubt that it is the daughter, Miss Alice
-Rucastle, if I remember right, who was said to have gone to
-America. You were chosen, doubtless, as resembling her in height,
-figure, and the colour of your hair. Hers had been cut off, very
-possibly in some illness through which she has passed, and so, of
-course, yours had to be sacrificed also. By a curious chance you
-came upon her tresses. The man in the road was undoubtedly some
-friend of hers--possibly her fiancé--and no doubt, as you wore
-the girl's dress and were so like her, he was convinced from your
-laughter, whenever he saw you, and afterwards from your gesture,
-that Miss Rucastle was perfectly happy, and that she no longer
-desired his attentions. The dog is let loose at night to prevent
-him from endeavouring to communicate with her. So much is fairly
-clear. The most serious point in the case is the disposition of
-the child."
-
-"What on earth has that to do with it?" I ejaculated.
-
-"My dear Watson, you as a medical man are continually gaining
-light as to the tendencies of a child by the study of the
-parents. Don't you see that the converse is equally valid. I have
-frequently gained my first real insight into the character of
-parents by studying their children. This child's disposition is
-abnormally cruel, merely for cruelty's sake, and whether he
-derives this from his smiling father, as I should suspect, or
-from his mother, it bodes evil for the poor girl who is in their
-power."
-
-"I am sure that you are right, Mr. Holmes," cried our client. "A
-thousand things come back to me which make me certain that you
-have hit it. Oh, let us lose not an instant in bringing help to
-this poor creature."
-
-"We must be circumspect, for we are dealing with a very cunning
-man. We can do nothing until seven o'clock. At that hour we shall
-be with you, and it will not be long before we solve the
-mystery."
-
-We were as good as our word, for it was just seven when we
-reached the Copper Beeches, having put up our trap at a wayside
-public-house. The group of trees, with their dark leaves shining
-like burnished metal in the light of the setting sun, were
-sufficient to mark the house even had Miss Hunter not been
-standing smiling on the door-step.
-
-"Have you managed it?" asked Holmes.
-
-A loud thudding noise came from somewhere downstairs. "That is
-Mrs. Toller in the cellar," said she. "Her husband lies snoring
-on the kitchen rug. Here are his keys, which are the duplicates
-of Mr. Rucastle's."
-
-"You have done well indeed!" cried Holmes with enthusiasm. "Now
-lead the way, and we shall soon see the end of this black
-business."
-
-We passed up the stair, unlocked the door, followed on down a
-passage, and found ourselves in front of the barricade which Miss
-Hunter had described. Holmes cut the cord and removed the
-transverse bar. Then he tried the various keys in the lock, but
-without success. No sound came from within, and at the silence
-Holmes' face clouded over.
-
-"I trust that we are not too late," said he. "I think, Miss
-Hunter, that we had better go in without you. Now, Watson, put
-your shoulder to it, and we shall see whether we cannot make our
-way in."
-
-It was an old rickety door and gave at once before our united
-strength. Together we rushed into the room. It was empty. There
-was no furniture save a little pallet bed, a small table, and a
-basketful of linen. The skylight above was open, and the prisoner
-gone.
-
-"There has been some villainy here," said Holmes; "this beauty
-has guessed Miss Hunter's intentions and has carried his victim
-off."
-
-"But how?"
-
-"Through the skylight. We shall soon see how he managed it." He
-swung himself up onto the roof. "Ah, yes," he cried, "here's the
-end of a long light ladder against the eaves. That is how he did
-it."
-
-"But it is impossible," said Miss Hunter; "the ladder was not
-there when the Rucastles went away."
-
-"He has come back and done it. I tell you that he is a clever and
-dangerous man. I should not be very much surprised if this were
-he whose step I hear now upon the stair. I think, Watson, that it
-would be as well for you to have your pistol ready."
-
-The words were hardly out of his mouth before a man appeared at
-the door of the room, a very fat and burly man, with a heavy
-stick in his hand. Miss Hunter screamed and shrunk against the
-wall at the sight of him, but Sherlock Holmes sprang forward and
-confronted him.
-
-"You villain!" said he, "where's your daughter?"
-
-The fat man cast his eyes round, and then up at the open
-skylight.
-
-"It is for me to ask you that," he shrieked, "you thieves! Spies
-and thieves! I have caught you, have I? You are in my power. I'll
-serve you!" He turned and clattered down the stairs as hard as he
-could go.
-
-"He's gone for the dog!" cried Miss Hunter.
-
-"I have my revolver," said I.
-
-"Better close the front door," cried Holmes, and we all rushed
-down the stairs together. We had hardly reached the hall when we
-heard the baying of a hound, and then a scream of agony, with a
-horrible worrying sound which it was dreadful to listen to. An
-elderly man with a red face and shaking limbs came staggering out
-at a side door.
-
-"My God!" he cried. "Someone has loosed the dog. It's not been
-fed for two days. Quick, quick, or it'll be too late!"
-
-Holmes and I rushed out and round the angle of the house, with
-Toller hurrying behind us. There was the huge famished brute, its
-black muzzle buried in Rucastle's throat, while he writhed and
-screamed upon the ground. Running up, I blew its brains out, and
-it fell over with its keen white teeth still meeting in the great
-creases of his neck. With much labour we separated them and
-carried him, living but horribly mangled, into the house. We laid
-him upon the drawing-room sofa, and having dispatched the sobered
-Toller to bear the news to his wife, I did what I could to
-relieve his pain. We were all assembled round him when the door
-opened, and a tall, gaunt woman entered the room.
-
-"Mrs. Toller!" cried Miss Hunter.
-
-"Yes, miss. Mr. Rucastle let me out when he came back before he
-went up to you. Ah, miss, it is a pity you didn't let me know
-what you were planning, for I would have told you that your pains
-were wasted."
-
-"Ha!" said Holmes, looking keenly at her. "It is clear that Mrs.
-Toller knows more about this matter than anyone else."
-
-"Yes, sir, I do, and I am ready enough to tell what I know."
-
-"Then, pray, sit down, and let us hear it for there are several
-points on which I must confess that I am still in the dark."
-
-"I will soon make it clear to you," said she; "and I'd have done
-so before now if I could ha' got out from the cellar. If there's
-police-court business over this, you'll remember that I was the
-one that stood your friend, and that I was Miss Alice's friend
-too.
-
-"She was never happy at home, Miss Alice wasn't, from the time
-that her father married again. She was slighted like and had no
-say in anything, but it never really became bad for her until
-after she met Mr. Fowler at a friend's house. As well as I could
-learn, Miss Alice had rights of her own by will, but she was so
-quiet and patient, she was, that she never said a word about them
-but just left everything in Mr. Rucastle's hands. He knew he was
-safe with her; but when there was a chance of a husband coming
-forward, who would ask for all that the law would give him, then
-her father thought it time to put a stop on it. He wanted her to
-sign a paper, so that whether she married or not, he could use
-her money. When she wouldn't do it, he kept on worrying her until
-she got brain-fever, and for six weeks was at death's door. Then
-she got better at last, all worn to a shadow, and with her
-beautiful hair cut off; but that didn't make no change in her
-young man, and he stuck to her as true as man could be."
-
-"Ah," said Holmes, "I think that what you have been good enough
-to tell us makes the matter fairly clear, and that I can deduce
-all that remains. Mr. Rucastle then, I presume, took to this
-system of imprisonment?"
-
-"Yes, sir."
-
-"And brought Miss Hunter down from London in order to get rid of
-the disagreeable persistence of Mr. Fowler."
-
-"That was it, sir."
-
-"But Mr. Fowler being a persevering man, as a good seaman should
-be, blockaded the house, and having met you succeeded by certain
-arguments, metallic or otherwise, in convincing you that your
-interests were the same as his."
-
-"Mr. Fowler was a very kind-spoken, free-handed gentleman," said
-Mrs. Toller serenely.
-
-"And in this way he managed that your good man should have no
-want of drink, and that a ladder should be ready at the moment
-when your master had gone out."
-
-"You have it, sir, just as it happened."
-
-"I am sure we owe you an apology, Mrs. Toller," said Holmes, "for
-you have certainly cleared up everything which puzzled us. And
-here comes the country surgeon and Mrs. Rucastle, so I think,
-Watson, that we had best escort Miss Hunter back to Winchester,
-as it seems to me that our locus standi now is rather a
-questionable one."
-
-And thus was solved the mystery of the sinister house with the
-copper beeches in front of the door. Mr. Rucastle survived, but
-was always a broken man, kept alive solely through the care of
-his devoted wife. They still live with their old servants, who
-probably know so much of Rucastle's past life that he finds it
-difficult to part from them. Mr. Fowler and Miss Rucastle were
-married, by special license, in Southampton the day after their
-flight, and he is now the holder of a government appointment in
-the island of Mauritius. As to Miss Violet Hunter, my friend
-Holmes, rather to my disappointment, manifested no further
-interest in her when once she had ceased to be the centre of one
-of his problems, and she is now the head of a private school at
-Walsall, where I believe that she has met with considerable success.
-
-
-
-
-
-
-
-
-
-End of the Project Gutenberg EBook of The Adventures of Sherlock Holmes, by 
-Arthur Conan Doyle
-
-*** END OF THIS PROJECT GUTENBERG EBOOK THE ADVENTURES OF SHERLOCK HOLMES ***
-
-***** This file should be named 1661-8.txt or 1661-8.zip *****
-This and all associated files of various formats will be found in:
-        http://www.gutenberg.org/1/6/6/1661/
-
-Produced by an anonymous Project Gutenberg volunteer and Jose Menendez
-
-Updated editions will replace the previous one--the old editions
-will be renamed.
-
-Creating the works from public domain print editions means that no
-one owns a United States copyright in these works, so the Foundation
-(and you!) can copy and distribute it in the United States without
-permission and without paying copyright royalties.  Special rules,
-set forth in the General Terms of Use part of this license, apply to
-copying and distributing Project Gutenberg-tm electronic works to
-protect the PROJECT GUTENBERG-tm concept and trademark.  Project
-Gutenberg is a registered trademark, and may not be used if you
-charge for the eBooks, unless you receive specific permission.  If you
-do not charge anything for copies of this eBook, complying with the
-rules is very easy.  You may use this eBook for nearly any purpose
-such as creation of derivative works, reports, performances and
-research.  They may be modified and printed and given away--you may do
-practically ANYTHING with public domain eBooks.  Redistribution is
-subject to the trademark license, especially commercial
-redistribution.
-
-
-
-*** START: FULL LICENSE ***
-
-THE FULL PROJECT GUTENBERG LICENSE
-PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK
-
-To protect the Project Gutenberg-tm mission of promoting the free
-distribution of electronic works, by using or distributing this work
-(or any other work associated in any way with the phrase "Project
-Gutenberg"), you agree to comply with all the terms of the Full Project
-Gutenberg-tm License (available with this file or online at
-http://gutenberg.net/license).
-
-
-Section 1.  General Terms of Use and Redistributing Project Gutenberg-tm
-electronic works
-
-1.A.  By reading or using any part of this Project Gutenberg-tm
-electronic work, you indicate that you have read, understand, agree to
-and accept all the terms of this license and intellectual property
-(trademark/copyright) agreement.  If you do not agree to abide by all
-the terms of this agreement, you must cease using and return or destroy
-all copies of Project Gutenberg-tm electronic works in your possession.
-If you paid a fee for obtaining a copy of or access to a Project
-Gutenberg-tm electronic work and you do not agree to be bound by the
-terms of this agreement, you may obtain a refund from the person or
-entity to whom you paid the fee as set forth in paragraph 1.E.8.
-
-1.B.  "Project Gutenberg" is a registered trademark.  It may only be
-used on or associated in any way with an electronic work by people who
-agree to be bound by the terms of this agreement.  There are a few
-things that you can do with most Project Gutenberg-tm electronic works
-even without complying with the full terms of this agreement.  See
-paragraph 1.C below.  There are a lot of things you can do with Project
-Gutenberg-tm electronic works if you follow the terms of this agreement
-and help preserve free future access to Project Gutenberg-tm electronic
-works.  See paragraph 1.E below.
-
-1.C.  The Project Gutenberg Literary Archive Foundation ("the Foundation"
-or PGLAF), owns a compilation copyright in the collection of Project
-Gutenberg-tm electronic works.  Nearly all the individual works in the
-collection are in the public domain in the United States.  If an
-individual work is in the public domain in the United States and you are
-located in the United States, we do not claim a right to prevent you from
-copying, distributing, performing, displaying or creating derivative
-works based on the work as long as all references to Project Gutenberg
-are removed.  Of course, we hope that you will support the Project
-Gutenberg-tm mission of promoting free access to electronic works by
-freely sharing Project Gutenberg-tm works in compliance with the terms of
-this agreement for keeping the Project Gutenberg-tm name associated with
-the work.  You can easily comply with the terms of this agreement by
-keeping this work in the same format with its attached full Project
-Gutenberg-tm License when you share it without charge with others.
-
-1.D.  The copyright laws of the place where you are located also govern
-what you can do with this work.  Copyright laws in most countries are in
-a constant state of change.  If you are outside the United States, check
-the laws of your country in addition to the terms of this agreement
-before downloading, copying, displaying, performing, distributing or
-creating derivative works based on this work or any other Project
-Gutenberg-tm work.  The Foundation makes no representations concerning
-the copyright status of any work in any country outside the United
-States.
-
-1.E.  Unless you have removed all references to Project Gutenberg:
-
-1.E.1.  The following sentence, with active links to, or other immediate
-access to, the full Project Gutenberg-tm License must appear prominently
-whenever any copy of a Project Gutenberg-tm work (any work on which the
-phrase "Project Gutenberg" appears, or with which the phrase "Project
-Gutenberg" is associated) is accessed, displayed, performed, viewed,
-copied or distributed:
-
-This eBook is for the use of anyone anywhere at no cost and with
-almost no restrictions whatsoever.  You may copy it, give it away or
-re-use it under the terms of the Project Gutenberg License included
-with this eBook or online at www.gutenberg.net
-
-1.E.2.  If an individual Project Gutenberg-tm electronic work is derived
-from the public domain (does not contain a notice indicating that it is
-posted with permission of the copyright holder), the work can be copied
-and distributed to anyone in the United States without paying any fees
-or charges.  If you are redistributing or providing access to a work
-with the phrase "Project Gutenberg" associated with or appearing on the
-work, you must comply either with the requirements of paragraphs 1.E.1
-through 1.E.7 or obtain permission for the use of the work and the
-Project Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or
-1.E.9.
-
-1.E.3.  If an individual Project Gutenberg-tm electronic work is posted
-with the permission of the copyright holder, your use and distribution
-must comply with both paragraphs 1.E.1 through 1.E.7 and any additional
-terms imposed by the copyright holder.  Additional terms will be linked
-to the Project Gutenberg-tm License for all works posted with the
-permission of the copyright holder found at the beginning of this work.
-
-1.E.4.  Do not unlink or detach or remove the full Project Gutenberg-tm
-License terms from this work, or any files containing a part of this
-work or any other work associated with Project Gutenberg-tm.
-
-1.E.5.  Do not copy, display, perform, distribute or redistribute this
-electronic work, or any part of this electronic work, without
-prominently displaying the sentence set forth in paragraph 1.E.1 with
-active links or immediate access to the full terms of the Project
-Gutenberg-tm License.
-
-1.E.6.  You may convert to and distribute this work in any binary,
-compressed, marked up, nonproprietary or proprietary form, including any
-word processing or hypertext form.  However, if you provide access to or
-distribute copies of a Project Gutenberg-tm work in a format other than
-"Plain Vanilla ASCII" or other format used in the official version
-posted on the official Project Gutenberg-tm web site (www.gutenberg.net),
-you must, at no additional cost, fee or expense to the user, provide a
-copy, a means of exporting a copy, or a means of obtaining a copy upon
-request, of the work in its original "Plain Vanilla ASCII" or other
-form.  Any alternate format must include the full Project Gutenberg-tm
-License as specified in paragraph 1.E.1.
-
-1.E.7.  Do not charge a fee for access to, viewing, displaying,
-performing, copying or distributing any Project Gutenberg-tm works
-unless you comply with paragraph 1.E.8 or 1.E.9.
-
-1.E.8.  You may charge a reasonable fee for copies of or providing
-access to or distributing Project Gutenberg-tm electronic works provided
-that
-
-- You pay a royalty fee of 20% of the gross profits you derive from
-     the use of Project Gutenberg-tm works calculated using the method
-     you already use to calculate your applicable taxes.  The fee is
-     owed to the owner of the Project Gutenberg-tm trademark, but he
-     has agreed to donate royalties under this paragraph to the
-     Project Gutenberg Literary Archive Foundation.  Royalty payments
-     must be paid within 60 days following each date on which you
-     prepare (or are legally required to prepare) your periodic tax
-     returns.  Royalty payments should be clearly marked as such and
-     sent to the Project Gutenberg Literary Archive Foundation at the
-     address specified in Section 4, "Information about donations to
-     the Project Gutenberg Literary Archive Foundation."
-
-- You provide a full refund of any money paid by a user who notifies
-     you in writing (or by e-mail) within 30 days of receipt that s/he
-     does not agree to the terms of the full Project Gutenberg-tm
-     License.  You must require such a user to return or
-     destroy all copies of the works possessed in a physical medium
-     and discontinue all use of and all access to other copies of
-     Project Gutenberg-tm works.
-
-- You provide, in accordance with paragraph 1.F.3, a full refund of any
-     money paid for a work or a replacement copy, if a defect in the
-     electronic work is discovered and reported to you within 90 days
-     of receipt of the work.
-
-- You comply with all other terms of this agreement for free
-     distribution of Project Gutenberg-tm works.
-
-1.E.9.  If you wish to charge a fee or distribute a Project Gutenberg-tm
-electronic work or group of works on different terms than are set
-forth in this agreement, you must obtain permission in writing from
-both the Project Gutenberg Literary Archive Foundation and Michael
-Hart, the owner of the Project Gutenberg-tm trademark.  Contact the
-Foundation as set forth in Section 3 below.
-
-1.F.
-
-1.F.1.  Project Gutenberg volunteers and employees expend considerable
-effort to identify, do copyright research on, transcribe and proofread
-public domain works in creating the Project Gutenberg-tm
-collection.  Despite these efforts, Project Gutenberg-tm electronic
-works, and the medium on which they may be stored, may contain
-"Defects," such as, but not limited to, incomplete, inaccurate or
-corrupt data, transcription errors, a copyright or other intellectual
-property infringement, a defective or damaged disk or other medium, a
-computer virus, or computer codes that damage or cannot be read by
-your equipment.
-
-1.F.2.  LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
-of Replacement or Refund" described in paragraph 1.F.3, the Project
-Gutenberg Literary Archive Foundation, the owner of the Project
-Gutenberg-tm trademark, and any other party distributing a Project
-Gutenberg-tm electronic work under this agreement, disclaim all
-liability to you for damages, costs and expenses, including legal
-fees.  YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT
-LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE
-PROVIDED IN PARAGRAPH 1.F.3.  YOU AGREE THAT THE FOUNDATION, THE
-TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE
-LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR
-INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
-1.F.3.  LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
-defect in this electronic work within 90 days of receiving it, you can
-receive a refund of the money (if any) you paid for it by sending a
-written explanation to the person you received the work from.  If you
-received the work on a physical medium, you must return the medium with
-your written explanation.  The person or entity that provided you with
-the defective work may elect to provide a replacement copy in lieu of a
-refund.  If you received the work electronically, the person or entity
-providing it to you may choose to give you a second opportunity to
-receive the work electronically in lieu of a refund.  If the second copy
-is also defective, you may demand a refund in writing without further
-opportunities to fix the problem.
-
-1.F.4.  Except for the limited right of replacement or refund set forth
-in paragraph 1.F.3, this work is provided to you 'AS-IS' WITH NO OTHER
-WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
-WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR ANY PURPOSE.
-
-1.F.5.  Some states do not allow disclaimers of certain implied
-warranties or the exclusion or limitation of certain types of damages.
-If any disclaimer or limitation set forth in this agreement violates the
-law of the state applicable to this agreement, the agreement shall be
-interpreted to make the maximum disclaimer or limitation permitted by
-the applicable state law.  The invalidity or unenforceability of any
-provision of this agreement shall not void the remaining provisions.
-
-1.F.6.  INDEMNITY - You agree to indemnify and hold the Foundation, the
-trademark owner, any agent or employee of the Foundation, anyone
-providing copies of Project Gutenberg-tm electronic works in accordance
-with this agreement, and any volunteers associated with the production,
-promotion and distribution of Project Gutenberg-tm electronic works,
-harmless from all liability, costs and expenses, including legal fees,
-that arise directly or indirectly from any of the following which you do
-or cause to occur: (a) distribution of this or any Project Gutenberg-tm
-work, (b) alteration, modification, or additions or deletions to any
-Project Gutenberg-tm work, and (c) any Defect you cause.
-
-
-Section  2.  Information about the Mission of Project Gutenberg-tm
-
-Project Gutenberg-tm is synonymous with the free distribution of
-electronic works in formats readable by the widest variety of computers
-including obsolete, old, middle-aged and new computers.  It exists
-because of the efforts of hundreds of volunteers and donations from
-people in all walks of life.
-
-Volunteers and financial support to provide volunteers with the
-assistance they need are critical to reaching Project Gutenberg-tm's
-goals and ensuring that the Project Gutenberg-tm collection will
-remain freely available for generations to come.  In 2001, the Project
-Gutenberg Literary Archive Foundation was created to provide a secure
-and permanent future for Project Gutenberg-tm and future generations.
-To learn more about the Project Gutenberg Literary Archive Foundation
-and how your efforts and donations can help, see Sections 3 and 4
-and the Foundation web page at http://www.pglaf.org.
-
-
-Section 3.  Information about the Project Gutenberg Literary Archive
-Foundation
-
-The Project Gutenberg Literary Archive Foundation is a non profit
-501(c)(3) educational corporation organized under the laws of the
-state of Mississippi and granted tax exempt status by the Internal
-Revenue Service.  The Foundation's EIN or federal tax identification
-number is 64-6221541.  Its 501(c)(3) letter is posted at
-http://pglaf.org/fundraising.  Contributions to the Project Gutenberg
-Literary Archive Foundation are tax deductible to the full extent
-permitted by U.S. federal laws and your state's laws.
-
-The Foundation's principal office is located at 4557 Melan Dr. S.
-Fairbanks, AK, 99712., but its volunteers and employees are scattered
-throughout numerous locations.  Its business office is located at
-809 North 1500 West, Salt Lake City, UT 84116, (801) 596-1887, email
-business@pglaf.org.  Email contact links and up to date contact
-information can be found at the Foundation's web site and official
-page at http://pglaf.org
-
-For additional contact information:
-     Dr. Gregory B. Newby
-     Chief Executive and Director
-     gbnewby@pglaf.org
-
-
-Section 4.  Information about Donations to the Project Gutenberg
-Literary Archive Foundation
-
-Project Gutenberg-tm depends upon and cannot survive without wide
-spread public support and donations to carry out its mission of
-increasing the number of public domain and licensed works that can be
-freely distributed in machine readable form accessible by the widest
-array of equipment including outdated equipment.  Many small donations
-($1 to $5,000) are particularly important to maintaining tax exempt
-status with the IRS.
-
-The Foundation is committed to complying with the laws regulating
-charities and charitable donations in all 50 states of the United
-States.  Compliance requirements are not uniform and it takes a
-considerable effort, much paperwork and many fees to meet and keep up
-with these requirements.  We do not solicit donations in locations
-where we have not received written confirmation of compliance.  To
-SEND DONATIONS or determine the status of compliance for any
-particular state visit http://pglaf.org
-
-While we cannot and do not solicit contributions from states where we
-have not met the solicitation requirements, we know of no prohibition
-against accepting unsolicited donations from donors in such states who
-approach us with offers to donate.
-
-International donations are gratefully accepted, but we cannot make
-any statements concerning tax treatment of donations received from
-outside the United States.  U.S. laws alone swamp our small staff.
-
-Please check the Project Gutenberg Web pages for current donation
-methods and addresses.  Donations are accepted in a number of other
-ways including including checks, online payments and credit card
-donations.  To donate, please visit: http://pglaf.org/donate
-
-
-Section 5.  General Information About Project Gutenberg-tm electronic
-works.
-
-Professor Michael S. Hart is the originator of the Project Gutenberg-tm
-concept of a library of electronic works that could be freely shared
-with anyone.  For thirty years, he produced and distributed Project
-Gutenberg-tm eBooks with only a loose network of volunteer support.
-
-
-Project Gutenberg-tm eBooks are often created from several printed
-editions, all of which are confirmed as Public Domain in the U.S.
-unless a copyright notice is included.  Thus, we do not necessarily
-keep eBooks in compliance with any particular paper edition.
-
-
-Most people start at our Web site which has the main PG search facility:
-
-     http://www.gutenberg.net
-
-This Web site includes information about Project Gutenberg-tm,
-including how to make donations to the Project Gutenberg Literary
-Archive Foundation, how to help produce our new eBooks, and how to
-subscribe to our email newsletter to hear about new eBooks.