Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: /
Date: Fri, 01 May 2020 09:59:49
Message-Id: 1588327116.d482ec2ee0ef9b5d9051560fe346a64e3fbd0ae1.andrewammerlaan@gentoo
1 commit: d482ec2ee0ef9b5d9051560fe346a64e3fbd0ae1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri May 1 09:51:15 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 1 09:58:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d482ec2e
7
8 add README and logo
9
10 please discus changes to the README on the bug tracker prior to making them
11
12 https://github.com/gentoo/guru/issues/5
13
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
16
17 README.md | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
18 guru.svg | 72 ++++++++++++++++++++++++++++
19 2 files changed, 231 insertions(+)
20
21 diff --git a/README.md b/README.md
22 new file mode 100644
23 index 0000000..144ba44
24 --- /dev/null
25 +++ b/README.md
26 @@ -0,0 +1,159 @@
27 +**This document is a draft, which is why it is in this fork for now**
28 +
29 +<p align="center">
30 +<img src="guru.svg" alt="logo">
31 +</p>
32 +
33 +# The GURU Project Repository
34 +
35 +<table><tr>
36 +<td width="68%">
37 +
38 +**The official repository for new Gentoo packages, maintained collaboratively by Gentoo users.**
39 +
40 +This README contains some additional useful information for GURU contributors, such as common mistakes, frequently asked questions and other tips and tricks.
41 +
42 +The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), and the Gentoo [developer manual](https://devmanual.gentoo.org/) take precedence over any information here.
43 +
44 +*See [wiki.gentoo.org/wiki/Project:GURU](https://wiki.gentoo.org/wiki/Project:GURU) for more information on the project.*
45 +
46 +</td>
47 +<td width="27%" style="border-style:solid; border-radius:10px;">
48 +
49 +### Contents
50 +
51 +1. [Frequently Asked Questions](#FAQ)
52 +2. [Common Mistakes](#CommMist)
53 +3. [Other Tips and Tricks](#tips)
54 +4. [Useful Links](#links)
55 +5. [Email Addresses](#email)
56 +
57 +</td>
58 +</tr></table>
59 +
60 +## Frequently Asked Questions <a name="FAQ"></a>
61 +
62 +- #### How do I contribute?
63 +
64 +See [wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors)
65 +
66 +- #### What are the rules and regulations?
67 +
68 +See [wiki.gentoo.org/wiki/Project:GURU#The_regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations)
69 +
70 +- #### What does GURU stand for?
71 +
72 +This is very secret, but you might find a clue [here](https://dev.gentoo.org/~mgorny/articles/guru-a-new-model-of-contributing-to-gentoo.html#the-acronym).
73 +
74 +- #### [GLEP 63](https://www.gentoo.org/glep/glep-0063.html) says I should use a @gentoo.org email address for signing off, do I need an @gentoo.org email address to contribute to GURU?
75 +
76 +No, you do not need an @gentoo.org email address to contribute to GURU, these email addresses are for Gentoo developers only. Instead use whichever email address you want to receive bug mail and other communications on. If you're also a [proxy-maintainer](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers) please use the same email address.
77 +
78 +- #### Can I use RESTRICT="mirror"?
79 +
80 +Sure, since GURU packages are not mirrored on the [Gentoo mirrors](https://devmanual.gentoo.org/general-concepts/mirrors/index.html) anyway, it makes no difference. You can use RESTRICT="mirror" to avoid unnecessary fetch attempts. This is not required by GURU nor is it prohibited, just be sure to remove it if you want to move your package to the main Gentoo repository.
81 +
82 +- #### I need help, where do I go?
83 +
84 +You can reach other GURU contributors on [IRC #gentoo-guru](https://webchat.freenode.net/?channels=gentoo-guru), or by emailing guru-committers@g.o.
85 +
86 +- #### I found a bug, what do I do?
87 +
88 +You can either contact the GURU contributors using one of the options in the previous point, or you can open a bug on our bug tracker: [bugs.gentoo.org/enter_bug.cgi?product=GURU](https://bugs.gentoo.org/enter_bug.cgi?product=GURU)
89 +
90 +- #### I found a bug in a package that I do not maintain, and I know how to fix it, can I fix it myself?
91 +
92 +As per [the regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), yes, you can! Just be sure to maintain respectful and professional behaviour.
93 +
94 +- #### Can I commit a package without listing myself as explicit maintainer?
95 +
96 +As per [the regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), yes, you can.
97 +
98 +- #### I want to make changes to this document, can I?
99 +
100 +Please discuss any changes and additions to this document on our [bug tracker](https://bugs.gentoo.org/enter_bug.cgi?product=GURU) prior to committing them.
101 +
102 +
103 +## Common Mistakes <a name="CommMist"></a>
104 +
105 +- #### Gentoo projects shouldn't be in the metadata files
106 +
107 +Please don't put Gentoo projects (e.g. the proxy-maint project) in the metadata.xml files. Gentoo projects and developers are **not** responsible for the packages in GURU, as such they should not be listed in the metadata files.
108 +
109 +When moving a package from a Pull Request in the [main Gentoo Repository](https://github.com/gentoo/gentoo) to GURU it is easy to forget to remove the [proxy-maint](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers) project from the metadata.xml file. The same is true for moving from GURU to a ::gentoo Pull Request, if you forget to add proxy-maint to the metadata file the `gentoo-repo-qa-bot` will complain.
110 +
111 +- #### Use repoman for committing
112 +
113 +`repoman ci` is strongly preferred over `git commit -S` for committing, because [repoman](https://wiki.gentoo.org/wiki/Repoman) does additional checks and regenerates the manifest before committing. Sometimes committing with repoman is not possible (e.g. when committing eclasses or removing packages), in these cases there is no other possibility but to revert to `git commit -S`. In all other cases it is good practice to use repoman.
114 +
115 +In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format/package/Manifest#Thin_Manifest). Because this is not the default, manifest files should be regenerated when moving a package from another overlay that does not use thin manifests (including your [local overlay](https://wiki.gentoo.org/wiki/Custom_repository) unless it is also configured to use thin manifests).
116 +
117 +- #### Quote your variables
118 +
119 +String variables should be quoted (e.g. not `$A` or `${A}` but `"${A}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
120 +
121 +- #### Undesirable/Deprecated dependencies
122 +
123 +Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `${Gentoo_repo_dir}/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
124 +
125 +For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests).
126 +
127 +- #### Licenses of bundled libraries
128 +
129 +Some packages include files that are licensed under a different license then the rest of the package. In this case all the licenses should be specified in the LICENSE variable. This is very often the case for packages written in Rust or Go.
130 +
131 +Rust and Go packages automagically collect all dependencies. The licenses of the things that are statically linked in these packages should be checked *manually*.
132 +
133 +
134 +## Other Tips and Tricks <a name="tips"></a>
135 +
136 +- #### Use the cmake eclass instead of the cmake-utils eclass
137 +
138 +The [cmake-utils eclass](https://devmanual.gentoo.org/eclass-reference/cmake-utils.eclass/index.html) will be deprecated in favour of the [cmake eclass](https://devmanual.gentoo.org/eclass-reference/cmake.eclass/index.html). To make your ebuilds more future proof, you might want to use the cmake eclass instead. These eclasses are functionally equivalent, so replacing references to `cmake-utils_....` with `cmake_....` should just work.
139 +
140 +- #### Use the xdg eclass instead of the xdg-utils eclass
141 +
142 +The xdg eclass will automatically export the correct functions to the `src_prepare`, `pkg_preinst`, `pkg_postinst` and `pkg_postrm` phases. This means that *often* (but not always) you can save a few lines by using the [xdg](https://devmanual.gentoo.org/eclass-reference/xdg.eclass/index.html) eclass instead of the [xdg-utils](https://devmanual.gentoo.org/eclass-reference/xdg-utils.eclass/index.html) eclass. Please note that if you are using another eclass that exports to the `src_prepare` phase, the xdg eclass **will** overwrite it if it is inherited after that eclass. To fix this, you can inherit the xdg eclass *before* the other eclass.
143 +
144 +- #### Use the latest EAPI whenever possible
145 +
146 +Since the packages in GURU are all 'new packages' (not in ::gentoo). It is good practice to use the latest [EAPI](https://devmanual.gentoo.org/ebuild-writing/eapi/index.html) (7 at the moment), this makes your ebuilds more future proof.
147 +
148 +- #### `repoman -dx full` and `pkgcheck scan`
149 +
150 +Running `repoman -dx full` in the directory your ebuild is in will preform some basic checks on your ebuild. Please try to make `repoman -dx full` as happy as possible before committing.
151 +
152 +Pkgcheck does even more checks than repoman. While it is good practice to make repoman as happy as possible, it is not necessary to fix *every* issue that pkgcheck reports. Because pkgcheck is *very* strict. That being said, pkgcheck is a very useful tool to perfect your ebuilds.
153 +
154 +- #### Tests and documentation for Python packages.
155 +
156 +Many Python packages have tests and documentation. Unlike some other eclasses the [distutils-r1 eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) does not enable support for these tests automatically. This is because there are multiple test runners available for Python. To enable tests for your Python ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, support for documentation building with Sphinx can be added with the `distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. Please note that these functions already append to IUSE and RESTRICT, so there is no need to specify this manually.
157 +
158 +See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://dev.gentoo.org/~mgorny/python-guide/distutils.html) for more information.
159 +
160 +- #### Avoid introducing USE flags for small files and optional runtime dependencies.
161 +
162 +Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file.
163 +
164 +The same holds for optional runtime dependencies. It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass. If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
165 +
166 +
167 +## Useful Links <a name="links"></a>
168 +
169 +- https://wiki.gentoo.org/wiki/Project:GURU
170 +- https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors
171 +- https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Trusted_Contributors
172 +- https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds
173 +- https://devmanual.gentoo.org/quickstart
174 +- https://devmanual.gentoo.org/ebuild-writing
175 +- https://devmanual.gentoo.org/ebuild-writing/variables
176 +- https://devmanual.gentoo.org/function-reference
177 +- https://devmanual.gentoo.org/function-reference/install-functions
178 +
179 +
180 +## Email Addresses <a name="email"></a>
181 +
182 +- guru@g.o (Reach everyone involved in GURU)
183 +- guru-committers@g.o (Reach all contributors)
184 +- guru-trusted@g.o (Reach the [trusted contributors](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Trusted_Contributors))
185 +- guru-devs@g.o (Reach the Gentoo developers involved in GURU)
186
187 diff --git a/guru.svg b/guru.svg
188 new file mode 100644
189 index 0000000..453be48
190 --- /dev/null
191 +++ b/guru.svg
192 @@ -0,0 +1,72 @@
193 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
194 +<!-- Created with Inkscape (http://www.inkscape.org/) -->
195 +<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="650.06622" height="507.44196" viewBox="0 0 257.99502 201.39103" version="1.1" id="SVGRoot" inkscape:version="0.92.4 5da689c313, 2019-01-14" sodipodi:docname="guru.svg">
196 + <defs id="defs815"/>
197 + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.83087529" inkscape:cx="506.44681" inkscape:cy="197.37231" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="true" inkscape:window-width="1920" inkscape:window-height="1030" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:snap-text-baseline="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="25" fit-margin-bottom="0" units="px"/>
198 + <metadata id="metadata818">
199 + <rdf:RDF>
200 + <cc:Work rdf:about="">
201 + <dc:format>image/svg+xml</dc:format>
202 + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
203 + <dc:title/>
204 + </cc:Work>
205 + </rdf:RDF>
206 + </metadata>
207 + <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-24.463429,-5.6369266)">
208 + <g id="g4571" transform="translate(11.078753)">
209 + <g aria-label="⠛⠥⠗⠥" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text842">
210 + <path d="M 30.545202,13.074406 H 42.947545 V 25.47675 H 30.545202 Z m 0,23.440429 H 42.947545 V 48.917179 H 30.545202 Z M 55.349889,13.074406 H 67.752232 V 25.47675 H 55.349889 Z m 0,23.440429 H 67.752232 V 48.917179 H 55.349889 Z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path888" inkscape:connector-curvature="0"/>
211 + <path d="M 92.556921,13.074406 H 104.95926 V 25.47675 H 92.556921 Z m 0,46.839517 H 104.95926 V 72.316267 H 92.556921 Z m 24.804689,0 h 12.40234 v 12.402344 h -12.40234 z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path890" inkscape:connector-curvature="0"/>
212 + <path d="m 154.56864,13.074406 h 12.40234 V 25.47675 h -12.40234 z m 0,23.440429 h 12.40234 v 12.402344 h -12.40234 z m 0,23.399088 h 12.40234 v 12.402344 h -12.40234 z m 24.80469,-23.399088 h 12.40234 v 12.402344 h -12.40234 z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path892" inkscape:connector-curvature="0"/>
213 + <path d="M 216.58036,13.074406 H 228.9827 V 25.47675 h -12.40234 z m 0,46.839517 h 12.40234 v 12.402344 h -12.40234 z m 24.80468,0 h 12.40235 v 12.402344 h -12.40235 z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path894" inkscape:connector-curvature="0"/>
214 + </g>
215 + <path inkscape:connector-curvature="0" d="m 47.079151,61.347882 c -0.951026,-1.5144 -2.058455,-2.92777 -3.182588,-4.316548 -1.353838,-1.609175 -2.541301,-3.344839 -3.792677,-5.032338 -1.416849,-1.951662 -2.956089,-3.811744 -4.529924,-5.637935 -1.326327,-1.587164 -2.599944,-3.223209 -4.103616,-4.649568 -0.80124,-0.775819 -1.69586,-1.433023 -2.579777,-2.10743 -0.836298,-0.640992 -1.604653,-1.34906 -2.248861,-2.183106 -0.580419,-0.836477 -1.262125,-1.589889 -1.748808,-2.486824 -0.457301,-1.327435 0.830749,-2.058413 1.731055,-2.802792 2.620058,-1.817105 5.34502,-3.487756 8.059542,-5.161648 3.633171,-2.296189 7.234401,-4.645784 10.70775,-7.17833 1.934904,-1.404298 3.735838,-2.984069 5.335159,-4.760537 0.817587,-0.962851 1.610813,-1.942934 2.589406,-2.748026 3.306503,-1.866098 5.033632,-4.7122368 7.305511,-1.692442 0.737505,1.064308 1.366395,2.198296 2.0354,3.305665 0.744537,1.307033 1.501563,2.599817 2.332696,3.853785 0.897678,1.164006 1.588354,2.456278 2.306288,3.73225 0.728017,1.
216 375132 1.57267,2.68206 2.363507,4.020934 0.696346,1.332613 1.590106,2.541315 2.408161,3.797794 0.713957,1.171313 1.465093,2.321378 2.274184,3.429307 0.645461,0.927442 1.454237,1.694511 2.307589,2.423856 0.761844,0.769559 1.483726,1.577337 2.227483,2.364285 0.816795,0.786614 1.274796,1.406348 1.031298,2.563749 -1.0922,2.309754 -3.838776,3.727818 -6.350807,4.02082 0.353602,-0.415198 -1.525122,0.746141 -1.014378,0.456234 7.380763,-4.189415 5.47969,-3.261101 3.843583,-2.101852 -0.73897,0.437962 -1.355174,1.044072 -2.00311,1.601723 -0.84564,0.730409 -1.630376,1.525093 -2.501125,2.225956 -0.975177,0.708017 -1.918112,1.455698 -2.822299,2.252091 -0.873665,0.734925 -1.608376,1.60641 -2.353607,2.465633 -0.780462,1.031111 -1.678059,1.952168 -2.599994,2.855077 -0.901303,0.929127 -1.892437,1.759908 -2.872115,2.603188 -0.98052,0.850778 -1.904151,1.762309 -2.88316,2.614719 -1.408533,1.23836 -2.92431,2.34991 -4.444836,3.44566 -1.547026,1.09307 -3.087708,2.19496 -4.637386,3.28429 -1.133697,0.80898 -
217 2.186347,1.73329 -3.185792,2.70209 -0.971635,1.04275 -1.718284,2.27346 -2.420806,3.50716 -0.559424,1.17403 -1.262496,2.26225 -1.965504,3.35241 -2.129013,3.5314 -1.74997,2.51325 -6.818067,5.48927 -0.177289,-0.0113 -0.357433,-2.6e-4 -0.53187,-0.034 -1.175756,-0.22673 -2.697748,-1.12081 -3.753007,-1.67319 -2.753748,-1.69165 -5.54265,-3.32135 -8.399158,-4.83334 -2.080506,-0.95038 -4.080991,-2.16267 -6.291543,-2.8056 -0.770027,-0.22396 -1.148709,-0.24733 -1.906166,-0.34517 -0.204036,0.011 -0.40807,0.0221 -0.612106,0.0331 0,0 4.503428,-3.25871 4.503428,-3.25871 v 0 c 0.208846,0.019 0.41769,0.038 0.626536,0.057 2.953253,0.61466 5.424194,2.10177 8.11082,3.41634 2.889616,1.50255 5.731963,3.08793 8.546063,4.7271 0.856417,0.41751 2.675689,1.45499 3.657055,1.3513 0.145277,-0.0153 0.277487,-0.0915 0.416229,-0.13721 -6.635257,3.97198 -4.312345,3.26147 -2.629812,0.25042 0.683008,-1.09637 1.453298,-2.14155 1.985041,-3.32592 0.688414,-1.27002 1.454026,-2.51298 2.356329,-3.6424 0.964877,-1.02885 2.06
218 2816,-1.94214 3.174339,-2.80557 1.559205,-1.09696 3.120009,-2.19154 4.676343,-3.29246 1.500106,-1.08392 3.014835,-2.15945 4.409366,-3.37743 0.975768,-0.84839 1.915925,-1.73084 2.864919,-2.60904 0.976347,-0.848678 1.995554,-1.649138 2.898569,-2.578527 0.916387,-0.887857 1.861534,-1.755666 2.598197,-2.805387 0.755388,-0.861304 1.458669,-1.773383 2.325876,-2.528123 0.8955,-0.816737 1.822415,-1.598226 2.815251,-2.29556 0.89938,-0.654118 1.67604,-1.436848 2.495484,-2.186088 0.642239,-0.565414 1.26792,-1.160597 1.949725,-1.669613 2.261325,-1.292521 4.283593,-3.205123 6.86217,-3.776205 1.714796,-0.540247 5.045641,-2.873332 -3.929404,2.422824 -0.09019,0.05322 0.188436,-0.09441 0.271198,-0.15857 0.148886,-0.115419 0.355012,-0.372425 0.473824,-0.511648 0.485261,-0.987253 -0.04939,-1.334194 -0.725498,-2.048653 -0.730396,-0.775269 -1.436852,-1.574755 -2.204609,-2.313557 -0.870329,-0.768768 -1.687992,-1.587068 -2.352006,-2.546244 -0.803698,-1.122465 -1.556059,-2.280708 -2.278136,-3.457231 -0.827
219 302,-1.260091 -1.695199,-2.494526 -2.399798,-3.830907 -0.796893,-1.340792 -1.657837,-2.642963 -2.392386,-4.020029 -0.705035,-1.266555 -1.38957,-2.545757 -2.269598,-3.703973 -0.841674,-1.257126 -1.602934,-2.556886 -2.360274,-3.866288 -0.656707,-1.088908 -1.288632,-2.196322 -2.02755,-3.232594 -0.267187,-0.326689 -0.525084,-0.685837 -0.968224,-0.780418 -0.310642,-0.0663 -0.42214,0.02056 -0.707922,0.123497 1.448377,-0.850233 2.896754,-1.700467 4.34513,-2.5507 -1.095031,0.657447 -1.856769,1.702131 -2.687155,2.651519 -1.629461,1.8444 -3.46541,3.489265 -5.459,4.935633 -3.485288,2.544252 -7.098599,4.901838 -10.730378,7.231115 -2.65285,1.642118 -5.290942,3.31033 -7.894931,5.025623 -0.200517,0.155676 -1.967958,1.525617 -2.018186,1.803387 -0.01633,0.09034 0.02855,0.181385 0.04282,0.272079 0.434242,0.886269 1.125339,1.595911 1.674921,2.410899 0.621855,0.791599 1.385551,1.442987 2.18173,2.055588 0.898292,0.684405 1.778699,1.389054 2.57416,2.194348 1.452658,1.490001 2.719703,3.139787 4.055962,4.7
220 31753 1.574702,1.843341 3.136088,3.702357 4.569873,5.658553 1.250789,1.67888 2.450412,3.396417 3.791688,5.005861 1.13774,1.39899 2.233758,2.832008 3.29878,4.287056 0,0 -4.822484,2.84676 -4.822484,2.84676 z" id="path1373" style="fill:#6c70b8;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
221 + <path inkscape:connector-curvature="0" d="m 94.158381,9.2775051 c 0.613539,1.6167409 1.059664,3.2827509 1.423887,4.9707209 0.469222,2.164562 1.334362,4.194622 2.221532,6.211994 0.8729,1.779116 1.60873,3.610853 2.28645,5.471284 0.78611,2.167313 1.14048,4.449704 1.49303,6.717763 0.5164,3.203834 1.03341,6.409692 1.63645,9.598461 0.6364,3.022518 1.43012,6.007412 1.98612,9.046882 0.37916,2.171224 0.48804,4.370837 0.52978,6.569971 -0.0388,1.9521 0.16122,3.88302 0.54783,5.79288 0.32832,1.46717 0.65044,2.9342 0.92755,4.41208 0.25636,1.3742 0.37266,2.76431 0.42127,4.15934 0.0238,1.42089 0.021,2.84214 0.0316,4.26322 0.0356,0.40367 -0.0374,0.81604 0.0482,1.21585 0.008,0.0352 0.0571,0.13212 0.0427,0.0992 -0.0577,-0.1316 -0.0424,-0.45618 -0.17245,-0.3951 -1.62585,0.76336 -3.11918,1.78188 -4.67878,2.67282 0.66107,-1.91262 1.3015,-3.82792 2.04505,-5.71201 1.83126,-4.83332 4.22807,-9.42506 6.7078,-13.95054 3.81825,-6.676361 7.79442,-13.260867 11.63125,-19.926348 2.75955,-4.821711 5.45349,-9.6
222 81898 7.74039,-14.747618 0.89633,-2.097477 1.86746,-4.176014 2.44863,-6.388526 0.2149,-0.835522 0.23052,-1.695685 0.2378,-2.55215 0.001,-1.20392 0.002,-2.407872 -0.006,-3.611768 0.003,-0.464686 -0.0101,-0.929085 -0.0328,-1.393122 0,0 5.00205,-2.5504589 5.00205,-2.5504589 v 0 c -0.0195,0.473594 -0.0303,0.9474709 -0.0245,1.4215429 0.002,1.197488 0.0177,2.394881 0.0452,3.59206 0.0137,0.905304 0.004,1.81591 -0.21162,2.701444 -0.60574,2.293178 -1.68159,4.418078 -2.63623,6.579462 -2.38393,5.116317 -5.16416,10.024811 -7.9849,14.911136 -3.85409,6.63325 -7.8389,13.189929 -11.57955,19.888926 -2.40764,4.45511 -4.72278,8.98565 -6.44557,13.75708 -0.70246,1.84511 -1.3534,3.70759 -1.83323,5.62471 -3.85304,2.50158 -5.40535,5.05125 -5.29689,1.28637 0.0143,-1.41662 0.0222,-2.83341 -0.0159,-4.2498 -0.0427,-1.37023 -0.1229,-2.74146 -0.36484,-4.09337 -0.27824,-1.47775 -0.61124,-2.94353 -0.90825,-4.4172 -0.37079,-1.94492 -0.62066,-3.90492 -0.56881,-5.89107 -0.0374,-2.17874 -0.10778,-4.362171 -0.44377,-6.
223 519287 -0.50978,-3.051328 -1.26754,-6.049655 -1.91559,-9.073223 -0.63274,-3.181348 -1.12692,-6.388992 -1.70616,-9.580499 -0.37393,-2.224852 -0.73784,-4.461614 -1.502315,-6.594018 -0.68132,-1.846257 -1.395963,-3.677372 -2.248768,-5.452827 -0.901102,-2.048695 -1.772261,-4.110574 -2.291289,-6.296736 -0.373676,-1.65073 -0.763786,-3.307384 -1.482277,-4.849567 0,0 4.895678,-2.7199289 4.895678,-2.7199289 z" id="path1377" style="fill:#8aa678;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
224 + <path inkscape:connector-curvature="0" d="m 134.76171,75.19363 c 0.55107,-1.92405 1.32941,-3.75363 2.25478,-5.52405 1.35884,-2.33112 2.64517,-4.70285 3.95811,-7.05966 1.29313,-2.24911 2.62622,-4.4757 3.8431,-6.767355 1.415,-2.567633 2.43663,-5.304669 3.25756,-8.110593 0.64891,-2.322047 1.25907,-4.656252 1.74095,-7.019129 0.41417,-1.788824 0.62728,-3.608379 0.73707,-5.438219 0.0942,-1.908715 0.0883,-3.820269 0.0825,-5.730698 -0.008,-1.624412 -0.0148,-3.248824 -0.0183,-4.873252 -0.003,-1.58987 0.003,-3.17972 0.002,-4.769596 0.004,-1.371073 -0.009,-2.742062 -0.022,-4.113053 0.0426,-1.006581 0.3962,-1.960611 0.56629,-2.949766 0.13795,-0.959993 0.16576,-1.930461 0.18002,-2.8987055 0.0864,-0.06861 -0.0591,-1.107332 -0.0203,-1.129363 4.97218,-2.82365 3.29172,-3.26372 5.42579,-2.60567 1.63801,0.474107 3.32808,0.743363 5.00256,1.054947 2.86819,0.660429 5.79245,0.930455 8.72418,1.089924 3.37457,0.142674 6.75288,0.136435 10.12967,0.119685 1.8055,-0.0084 3.61086,-0.03229 5.41626,-0.0519 1
225 .07666,0.01717 2.11747,-0.305512 3.17047,-0.486928 1.34505,-0.300496 2.71836,-0.412444 4.05045,-0.76888 1.24508,-0.31438 2.4383,-0.844896 3.53437,-1.509778 -1.44341,0.823791 -2.88683,1.647579 -4.33025,2.471369 0.22492,-0.02983 0.29705,-0.300183 0.48657,-0.380788 1.69958,-0.722823 3.37483,-1.516761 5.12681,-2.101247 0.12881,-0.04297 -0.0176,0.27168 -0.0427,0.405125 -0.0314,0.166788 -0.0843,0.328806 -0.12642,0.49321 -0.51409,1.381723 -0.96711,2.777511 -1.31825,4.2096185 -0.45588,1.94877 -0.7649,3.927207 -1.1438,5.891921 -0.34695,1.713317 -0.476,3.456472 -0.54463,5.199658 -0.0456,1.419468 -0.0372,2.839725 -0.0225,4.259588 0.007,1.025551 0.0119,2.051063 0.014,3.07663 -0.0382,0.854866 0.0228,1.693511 0.15862,2.53605 0.13093,0.795549 0.16867,1.599845 0.29725,2.395559 0.17998,0.79009 0.24092,1.595038 0.27881,2.402038 0.0309,0.808842 0.0321,1.618403 0.0333,2.427713 -0.0174,0.742551 0.0641,1.491171 -0.101,2.220257 -1.14818,2.225862 -3.9896,3.324815 -6.43379,3.442128 -0.68157,-0.0011 -1.36541
226 ,0.04003 -2.03714,-0.08393 -1.09757,-0.264147 -2.21437,-0.429022 -3.32188,-0.644991 -1.21213,-0.254905 -2.45017,-0.278815 -3.64693,-0.601967 -1.2536,-0.340352 -2.51142,-0.663514 -3.78537,-0.920078 -1.91666,-0.458261 -3.87898,-0.633902 -5.8413,-0.74468 -1.1501,-0.0596 -2.30178,-0.0625 -3.45303,-0.05671 -0.72705,0.005 -1.45411,0.0071 -2.18118,0.0083 -0.85105,-0.09772 -1.61722,0.237876 -2.41964,0.456311 -0.64124,0.199734 -1.30945,0.279067 -1.97806,0.303046 -0.52657,0.01196 -1.05323,0.01207 -1.57989,0.0078 -0.60446,0.02987 -1.23103,-0.09559 -1.81742,0.07283 -1.95507,0.656881 -0.16246,0.07154 4.4464,-2.538809 0.0823,-0.04663 -0.20944,0.08726 -0.21824,0.181456 -0.013,0.139454 0.14142,0.429178 0.17968,0.515811 1.13469,1.89299 2.252,3.788746 3.47594,5.626504 3.06775,4.444487 6.62507,8.533861 10.16404,12.605617 3.28515,3.81782 6.56972,7.63956 9.61808,11.65085 0.73723,0.98054 1.47606,1.95884 2.18856,2.95745 0,0 -4.73919,2.78345 -4.73919,2.78345 v 0 c -0.66245,-1.01992 -1.35506,-2.01837 -2.051
227 83,-3.01523 -2.90917,-4.08541 -6.10785,-7.94961 -9.40041,-11.73082 -3.56851,-4.08729 -7.17668,-8.160266 -10.38136,-12.543841 -1.30753,-1.819735 -2.50116,-3.708558 -3.74564,-5.57068 -1.3596,-2.661388 1.38907,-3.707746 4.95738,-4.289533 0.62469,-0.02066 1.25,-0.0026 1.87498,-0.0098 0.51733,-0.0016 1.0355,0.0033 1.55172,-0.03611 0.6404,-0.06479 1.27028,-0.187347 1.88652,-0.376233 0.82989,-0.234024 1.65105,-0.41806 2.52143,-0.345209 0.72657,-0.0024 1.45316,-0.0073 2.17974,-0.0032 1.13236,0.01368 2.26381,0.06511 3.39363,0.142234 1.98184,0.149691 3.95848,0.358474 5.90151,0.793001 1.28691,0.263777 2.56482,0.564878 3.83151,0.913845 1.19493,0.257088 2.42244,0.316912 3.61742,0.582464 1.11568,0.187471 2.22276,0.418775 3.34026,0.590926 0.66108,0.03326 1.32526,0.03255 1.98568,-0.01572 0.23105,-0.0258 0.3924,-0.03522 0.61998,-0.09727 0.0977,-0.02665 0.37333,-0.153715 0.28636,-0.101777 -7.20909,4.305101 -5.87687,3.2399 -4.08704,2.450915 0.39364,-0.586798 0.14799,-1.367042 0.20965,-2.036242 0.001,-
228 0.80323 0.005,-1.606645 -0.0168,-2.409666 -0.0292,-0.785582 -0.083,-1.569982 -0.24283,-2.341705 -0.14051,-0.796346 -0.20991,-1.593289 -0.30656,-2.39586 -0.13961,-0.872448 -0.25047,-1.734352 -0.18559,-2.62164 -1.8e-4,-1.028068 2.6e-4,-2.056122 0.002,-3.084195 0.01,-1.432457 0.0113,-2.865173 0.0475,-4.297262 0.0665,-1.773253 0.19361,-3.546343 0.53435,-5.291249 0.39975,-1.963951 0.70085,-3.943876 1.12364,-5.902962 0.31784,-1.42762 0.69412,-2.838569 1.23868,-4.1989375 0.0443,-0.142774 0.0917,-0.284604 0.1328,-0.42832 0.0276,-0.09643 -0.0148,-0.243719 0.0732,-0.291867 1.66898,-0.913321 3.40615,-1.696085 5.10922,-2.544125 -0.074,0.04578 -0.1533,0.08399 -0.22206,0.137348 -0.10734,0.08332 -0.18822,0.200657 -0.30435,0.271211 -1.71375,1.041156 -3.45278,2.040128 -5.17917,3.060192 -1.15215,0.599281 -2.34784,1.1203505 -3.62506,1.3881325 -1.3508,0.298487 -2.73012,0.439436 -4.07916,0.751269 -1.06775,0.210706 -2.13576,0.47272 -3.23371,0.408781 -1.76622,-0.01191 -3.53243,-0.02585 -5.29865,-0.03607 -
229 3.36862,-0.02745 -6.73822,-0.04765 -10.10495,-0.171876 -2.96638,-0.154244 -5.91259,-0.465709 -8.81907,-1.102741 -1.73536,-0.28788 -3.47919,-0.5528515 -5.18091,-1.0077075 -2.06782,-0.586198 -0.36441,-0.01942 4.33274,-2.933406 0.0291,-0.01802 -0.0873,-0.01048 -0.10036,0.02114 -0.11337,0.275476 0.0776,0.667134 -0.0175,0.949076 -0.016,0.993439 -0.0493,1.987719 -0.16691,2.9752075 -0.12572,0.980289 -0.41493,1.910659 -0.60053,2.874367 -0.0125,1.378437 -0.0259,2.756868 -0.022,4.135387 -10e-4,1.588593 0.005,3.177154 0.005,4.765744 -1.5e-4,1.628611 -2.6e-4,3.257225 -0.005,4.88583 -0.006,1.919092 -8e-4,3.838967 -0.0656,5.757172 -0.10031,1.856052 -0.28658,3.702849 -0.71311,5.516605 -0.50072,2.387703 -1.15117,4.741013 -1.79732,7.092659 -0.80553,2.831682 -1.80554,5.601205 -3.20032,8.202811 -1.17896,2.314344 -2.52558,4.536707 -3.83026,6.781597 -1.33325,2.33806 -2.57572,4.72763 -3.95231,7.04143 -0.91327,1.70174 -1.71826,3.45728 -2.15258,5.3497 0,0 -5.06814,2.40712 -5.06814,2.40712 z" id="path1379"
230 style="fill:#df8f87;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
231 + <path inkscape:connector-curvature="0" d="m 217.60105,9.6075927 c -0.0969,1.9580043 0.0754,3.9138253 0.27793,5.8593173 0.38284,4.022508 1.08845,8.003876 1.80354,11.977682 1.09911,5.060029 2.11642,10.136669 3.25913,15.187099 0.82238,3.680013 1.87035,7.303857 2.86444,10.939896 0.65833,2.175177 1.20409,4.379794 1.60118,6.617319 0.30865,1.8279 0.5183,3.66499 0.9231,5.47513 0.23818,1.15731 0.54414,2.2997 0.7709,3.45925 0.22045,0.94275 0.6439,1.82672 1.04472,2.70392 0.57344,1.14641 0.78041,2.41673 1.04438,3.6581 0.23894,0.89649 0.21852,1.83962 0.45632,2.73357 0.83706,1.79412 0.19524,0.29668 -4.90239,2.48303 -0.12219,0.0524 0.18741,-0.19562 0.24273,-0.31652 0.10779,-0.23556 0.16253,-0.49196 0.24028,-0.73907 0.35074,-1.11472 0.35652,-1.169 0.70178,-2.37934 0.99945,-3.98499 2.11158,-7.93457 3.42627,-11.82688 1.40424,-4.18034 3.50052,-8.059324 5.67721,-11.87575 1.88767,-3.348376 3.87162,-6.637084 5.97953,-9.850882 1.87409,-2.980039 3.89734,-5.860262 5.80969,-8.815356 1.36303,-2.119833 2
232 .79824,-4.191047 4.22545,-6.267698 0.86818,-1.242426 1.85062,-2.4007 2.54208,-3.755869 0.38586,-0.863105 0.62162,-1.775794 0.7615,-2.70768 0.1022,-0.830008 0.10791,-1.667748 0.11143,-2.502786 0.0764,-0.977046 -0.13365,-1.905873 -0.40069,-2.837315 -0.33909,-1.304959 -0.81626,-2.555095 -1.42325,-3.757324 -0.0872,-0.140645 -0.36024,-0.631562 -0.53841,-0.765168 -0.0391,-0.02934 -0.0978,-0.0021 -0.14671,-0.0031 1.60553,-0.823158 3.21105,-1.646314 4.81658,-2.4694723 0,0 -5.20086,2.1633023 -5.20086,2.1633023 v 0 c 4.32555,-2.3433623 4.38932,-4.3601353 5.88514,-1.66933 0.61691,1.228899 1.13382,2.500526 1.49126,3.830902 0.30206,0.96851 0.57857,1.94538 0.49852,2.970987 -10e-4,0.856462 0.0122,1.715146 -0.0766,2.568337 -0.1216,0.986142 -0.34739,1.948376 -0.70926,2.876325 -0.64841,1.424078 -1.64233,2.61614 -2.57205,3.863626 -1.45691,2.096646 -2.95818,4.162647 -4.34971,6.304336 -1.9213,2.962499 -3.94791,5.852604 -5.8409,8.833447 -2.12204,3.208896 -4.11629,6.492918 -6.02248,9.835327 -2.2045,3.7833
233 97 -4.32217,7.637926 -5.74919,11.794361 -1.30457,3.85089 -2.43734,7.75177 -3.29904,11.72796 -0.25381,1.02308 -0.5842,2.05155 -0.77702,3.08914 -0.0347,0.18694 0.0938,0.46967 -0.0701,0.56608 -5.09004,2.99437 -4.51479,4.30531 -5.26558,2.3025 -0.22037,-0.91522 -0.22832,-1.8571 -0.42311,-2.7785 -0.24329,-1.20193 -0.43359,-2.43362 -0.98144,-3.54383 -0.43987,-0.91107 -0.89963,-1.82988 -1.13387,-2.81926 -0.19778,-1.16554 -0.50927,-2.30696 -0.70911,-3.4724 -0.37935,-1.82586 -0.61712,-3.66809 -0.91391,-5.50829 -0.35727,-2.23512 -0.87904,-4.439891 -1.4925,-6.618261 -0.94869,-3.669932 -1.91459,-7.337999 -2.722,-11.041906 -1.10198,-5.064165 -2.10929,-10.148205 -3.27943,-15.197553 -0.74881,-3.959381 -1.50789,-7.923424 -1.97356,-11.92812 -0.24782,-1.933162 -0.46028,-3.874429 -0.48309,-5.825055 0,0 5.00122,-2.5482483 5.00122,-2.5482483 z" id="path1383" style="fill:#dacf2f;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
234 + </g>
235 + <g id="g860" transform="translate(2.3632417,13.059894)">
236 + <path inkscape:connector-curvature="0" d="m 84.399415,117.70535 c -0.822433,1.43581 -1.583309,2.91145 -2.300816,4.40273 -0.682094,1.59604 -1.34751,3.20009 -1.972493,4.8195 -0.587978,1.61045 -1.273738,3.184 -1.831157,4.8053 -0.425411,1.37043 -0.698834,2.77402 -0.857295,4.19813 -0.118041,1.22042 -0.126574,2.44806 -0.128675,3.67312 -0.03536,1.28271 2.64e-4,2.55711 0.195588,3.82593 0.238633,1.44056 0.877493,2.6917 1.728367,3.85687 0.866222,1.12523 2.117735,1.87586 3.34178,2.55815 1.24569,0.63207 2.628365,0.86072 3.982452,1.1351 3.418086,0.69263 -0.351464,-0.0558 3.392324,0.6824 4.19395,0.80338 8.464486,1.00329 12.72187,1.14613 4.67227,0.1105 9.3464,0.10555 14.01968,0.0982 4.003,-0.0242 8.00605,-0.0256 12.00909,-0.0345 3.35133,-0.002 6.70264,-0.0197 10.05397,-0.0212 3.18784,-0.0844 6.36766,0.14179 9.54517,0.3614 3.12202,0.22718 6.25117,0.31833 9.38044,0.3588 1.86749,0.0182 3.73509,0.0102 5.60258,-0.003 1.0008,-0.007 2.00159,-0.0194 3.00242,-0.0172 1.2069,-0.15089 2.3812,-0.52087 3.
237 55157,-0.84618 1.44692,-0.40248 2.84442,-0.89485 4.19244,-1.55612 0.20148,-0.11382 0.80518,-0.45656 0.60443,-0.34145 -7.30645,4.18928 -3.96342,2.67254 -2.33463,0.68697 0.91251,-1.42928 1.46902,-3.05457 1.98703,-4.65956 0.58889,-2.09006 1.06838,-4.20528 1.36856,-6.35579 0.27668,-2.37691 0.30681,-4.77313 0.33028,-7.16317 0.0571,-2.32964 -0.0151,-4.65239 -0.18394,-6.97532 -0.10662,-1.70393 -0.54308,-3.34752 -1.34057,-4.85427 -0.81795,-1.43698 -2.12278,-2.343 -3.5416,-3.11433 -1.94439,-1.13318 -4.03048,-1.89252 -6.20791,-2.42054 -2.52437,-0.4754 -5.05864,-0.90406 -7.59672,-1.3003 -2.99584,-0.43528 -6.02661,-0.50753 -9.04833,-0.56432 -3.24475,-0.0459 -6.48995,-0.0387 -9.73491,-0.0258 -2.96134,0.009 -5.9227,0.005 -8.88404,0.008 -2.91642,-2.7e-4 -5.83282,0.004 -8.74924,0.003 -2.93791,0.001 -5.87583,-0.003 -8.81375,-0.004 -2.7148,0.006 -5.42961,0.009 -8.14442,0.0127 -2.29067,0.003 -4.581338,0.009 -6.872021,0.009 -2.02533,-7.9e-4 -4.050652,0.004 -6.075971,0.01 -1.240367,0.006 -2.480699,0.017
238 5 -3.721063,0.0238 -0.858856,0.004 -1.717709,2.6e-4 -2.576573,10e-4 -0.765432,-5.3e-4 -1.530845,0.003 -2.296266,0.006 -0.113078,0.0236 -0.225862,0.0487 -0.339233,0.0708 -0.262689,0.0513 -0.552238,0.0844 -0.800372,0.19271 -0.15044,0.0657 -0.568741,0.32808 -0.425982,0.24706 4.426212,-2.51207 5.71006,-3.37975 3.861461,-2.15238 -1.043477,0.77247 -1.758561,1.85916 -2.497976,2.90397 -0.577165,0.81804 -1.122738,1.65033 -1.434401,2.60649 -0.282962,0.78496 -0.421204,1.60073 -0.558271,2.4197 -0.266841,1.01242 -0.516988,2.02447 -0.662477,3.0622 -0.09136,1.01828 0.293928,0.99609 1.18868,1.16619 0,0 -4.566303,3.15253 -4.566303,3.15253 v 0 c -1.094365,-0.32046 -1.667799,-0.61554 -1.631871,-1.84906 0.131466,-1.04428 0.33918,-2.07799 0.656222,-3.08294 0.146698,-0.82874 0.196067,-1.67821 0.520298,-2.46777 0.257749,-1.03863 0.773427,-1.93238 1.396174,-2.79876 0.759961,-1.05581 1.438696,-2.18075 2.410796,-3.06309 2.164562,-1.70167 4.611233,-3.53751 7.423523,-3.7064 0.760138,0.003 1.52027,0.006 2.28042
239 ,0.006 0.857721,0.001 1.715429,-0.003 2.573139,0.001 1.218512,0.006 2.436987,0.0176 3.655497,0.0238 2.016614,0.006 4.033231,0.0102 6.04985,0.009 2.28198,1.7e-4 4.56393,0.006 6.8459,0.009 2.70314,0.004 5.40628,0.006 8.10942,0.0127 2.94154,-7.9e-4 5.88308,-0.005 8.82462,-0.004 2.914,-5.3e-4 5.82799,0.004 8.742,0.002 2.95987,0.001 5.91974,-0.007 8.87962,-0.005 3.24305,0.008 6.48629,-5.3e-4 9.72912,0.044 3.04795,0.0659 6.1058,0.14186 9.12549,0.59946 2.55321,0.40477 5.11041,0.79975 7.64227,1.32413 2.2211,0.54781 4.32702,1.39583 6.32682,2.51448 1.50413,0.83905 2.88463,1.82798 3.73708,3.37086 0.82943,1.57894 1.30093,3.29117 1.41819,5.07529 0.13735,2.34334 0.21941,4.68551 0.15863,7.03358 -0.0157,2.40647 -0.0175,4.81847 -0.28071,7.21389 -0.27422,2.17357 -0.74345,4.30641 -1.30043,6.42495 -0.48749,1.64929 -1.07728,3.27073 -1.84942,4.81034 -1.85364,2.61576 -4.86852,3.90338 -7.71066,5.30151 -1.37228,0.62191 -2.80389,1.06952 -4.25171,1.48222 -1.20593,0.33178 -2.41994,0.71714 -3.6794,0.75492 -0.98
240 883,0.004 -1.97766,-0.004 -2.96647,-0.009 -1.83971,-0.0118 -3.6795,-0.0264 -5.51878,-0.0712 -3.11432,-0.0806 -6.22833,-0.19562 -9.33586,-0.42366 -3.18074,-0.21755 -6.36491,-0.36298 -9.55429,-0.30927 -3.33386,-0.001 -6.66771,-0.0188 -10.00159,-0.0165 -3.9821,-0.004 -7.9642,0.005 -11.94628,-0.0114 -4.67831,-0.005 -9.35746,0.0113 -14.03464,-0.10922 -4.294968,-0.14358 -8.599138,-0.37081 -12.831405,-1.16834 -2.564582,-0.4669 -5.254606,-0.72586 -7.631268,-1.85796 -1.287145,-0.73262 -2.590687,-1.54467 -3.482539,-2.75354 -0.880213,-1.24086 -1.569447,-2.56672 -1.857621,-4.07713 -0.22624,-1.29213 -0.288954,-2.59152 -0.248668,-3.90256 0.0059,-1.24344 -5.3e-4,-2.489 0.106486,-3.72901 0.16306,-1.46059 0.416904,-2.9032 0.830641,-4.31587 0.534334,-1.63649 1.256263,-3.20438 1.828343,-4.82823 0.611854,-1.63675 1.320196,-3.23466 1.960618,-4.86036 0.684778,-1.49174 1.492027,-2.92566 2.200804,-4.40637 0,0 5.118864,-2.28179 5.118864,-2.28179 z" id="path821" style="fill:#000000;fill-opacity:1;stroke:none
241 ;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
242 + <path inkscape:connector-curvature="0" d="m 177.1972,122.773 c 1.66598,-1.09709 3.35754,-2.15411 5.0572,-3.19798 2.19218,-1.3405 4.25416,-2.8511 6.09419,-4.64448 0.70847,-0.70364 1.3803,-1.44046 1.98455,-2.23547 0,0 5.17671,-2.21287 5.17671,-2.21287 v 0 c -0.67146,0.81026 -1.34368,1.61846 -2.09808,2.35516 -1.86404,1.86036 -3.84539,3.38343 -6.08556,4.77466 -1.64929,1.01522 -3.29781,2.03296 -4.90348,3.11637 0,0 -5.22553,2.04461 -5.22553,2.04461 z" id="path823" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
243 + <path inkscape:connector-curvature="0" d="m 197.04727,103.69129 c -0.77543,1.10054 -1.20359,2.38296 -1.6525,3.63838 -0.52571,1.28269 -0.91792,2.60302 -1.13844,3.97059 -0.15386,1.19262 -0.15075,2.39753 -0.15684,3.59778 0.007,1.05753 0.0116,2.11505 0.0183,3.17258 -0.0124,0.83379 -0.053,1.63969 0.27729,2.41767 0.53411,0.91812 1.33546,1.64985 2.21937,2.22398 1.24247,0.60421 2.66535,0.57985 4.01661,0.6258 2.04948,0.0406 4.09969,0.0286 6.14936,0.0107 1.52624,-0.0116 3.05246,-0.024 4.57875,-0.0201 1.59341,0.056 3.16178,-0.25155 4.73086,-0.47605 1.45742,-0.1916 2.84876,-0.5313 4.14263,-1.23557 -8.1816,5.01847 -3.64031,2.11159 -1.90254,0.6794 0.89899,-0.66929 1.52419,-1.52777 2.04805,-2.50099 0.5491,-1.05301 0.89442,-2.17969 1.10568,-3.34346 0.14101,-0.86827 0.16176,-1.7485 0.17009,-2.62608 0.0585,-0.92155 -0.008,-1.80753 -0.24252,-2.69864 -0.25016,-1.10512 -0.98032,-1.91994 -1.7314,-2.72281 -0.76789,-0.7923 -1.80895,-1.0701 -2.83365,-1.36509 -1.2843,-0.26949 -2.5712,-0.50912 -3.85529,
244 -0.78469 -1.79875,-0.37155 -3.6117,-0.60635 -5.44277,-0.73536 -1.71468,-0.10101 -3.4327,-0.11092 -5.14975,-0.10505 -0.96477,0.0281 -1.93354,-0.0337 -2.89342,0.0733 -1.21299,0.0846 -2.40479,0.30485 -3.60653,0.47485 -1.20771,0.16696 -2.42897,0.19303 -3.64625,0.20993 -1.12498,0.0596 -2.26483,-0.0788 -3.38164,0.0827 0,0 4.48647,-3.32369 4.48647,-3.32369 v 0 c 1.12692,-0.0499 2.25614,0.003 3.38375,-0.0341 1.20594,-0.0324 2.41386,-0.0801 3.60745,-0.269 1.20788,-0.18768 2.41731,-0.35121 3.63608,-0.45269 0.96896,-0.0566 1.93873,-0.0341 2.90895,-0.023 1.70678,0.0258 3.41433,0.0605 5.1179,0.17455 1.85742,0.14508 3.69786,0.4009 5.52498,0.76916 1.29896,0.27571 2.61643,0.4551 3.89861,0.80397 1.11402,0.3276 2.19911,0.73183 3.00133,1.61437 0.80208,0.87296 1.57687,1.77283 1.88044,2.94962 0.25433,0.93467 0.39962,1.85049 0.32784,2.82411 -0.006,0.90844 -0.0238,1.81928 -0.15571,2.71993 -0.19715,1.21197 -0.51329,2.38547 -1.03079,3.50415 -0.53945,1.02797 -1.00789,1.97608 -1.968,2.69796 -2.31062,1.99174 -
245 4.79154,3.52085 -7.59831,4.87551 -1.34589,0.59952 -2.77405,0.88289 -4.23005,1.08196 -1.58495,0.22977 -3.17447,0.4672 -4.78192,0.41599 -1.51658,0.007 -3.03314,7.9e-4 -4.54973,5.2e-4 -2.05477,-0.005 -4.10978,0.0123 -6.16432,-0.0256 -1.45162,-0.0511 -2.96399,-0.0733 -4.24305,-0.85104 -0.93483,-0.67315 -1.81769,-1.47113 -2.40191,-2.47569 -0.38584,-0.85179 -0.43499,-1.69792 -0.37614,-2.62585 0.001,-1.06178 -0.004,-2.12355 5.3e-4,-3.18534 -1.4e-4,-1.22342 -0.005,-2.44974 0.11866,-3.6684 0.18999,-1.40684 0.57504,-2.76873 1.11985,-4.08076 0.44467,-1.26795 0.84546,-2.56156 1.52291,-3.73118 0,0 5.14076,-2.24926 5.14076,-2.24926 z" id="path825" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
246 + <path inkscape:connector-curvature="0" d="m 201.26536,104.92219 c -1.20398,0.33149 -2.15615,0.29236 -3.30482,-0.18699 -1.12121,-0.55583 -2.0329,-1.4134 -2.8616,-2.33536 -0.79293,-0.91218 -1.26077,-2.00039 -1.62553,-3.136078 -0.38845,-0.926899 -0.66787,-1.875271 -0.8129,-2.86849 -0.10345,-1.054145 -0.1097,-2.115283 -0.11987,-3.173643 -0.0161,-0.807863 -0.038,-1.612075 0.16103,-2.400099 0.86099,-1.91321 4.35732,-2.831349 5.35014,-3.395654 0.25473,-0.144783 0.53229,-0.2036 0.81485,-0.26597 1.7457,-0.954606 1.02473,-0.56216 -4.30111,2.450769 -0.10156,0.05746 0.20266,-0.116231 0.29906,-0.181978 0.10817,-0.07376 0.20928,-0.157361 0.31392,-0.23604 0,0 5.19262,-2.094307 5.19262,-2.094307 v 0 c -1.70076,1.549681 -3.73167,2.844628 -5.94974,3.492477 -0.35933,0.137763 -0.19377,0.0663 -0.53161,0.226404 -0.0798,0.03781 -0.31531,0.158498 -0.23921,0.113733 7.59825,-4.469616 5.88864,-3.307651 4.14796,-2.468583 -0.39865,0.664659 -0.25477,1.480738 -0.2832,2.222568 -0.004,1.036492 -0.0104,2.07542
247 1 0.0865,3.1085 0.11895,0.965203 0.371,1.890691 0.7572,2.785872 0.34354,1.061728 0.72382,2.094063 1.48886,2.939357 0.79129,0.849302 1.64721,1.650472 2.73535,2.101992 1.0382,0.32992 2.07511,0.27754 3.06713,-0.20612 0,0 -4.38506,3.50764 -4.38506,3.50764 z" id="path827" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
248 + <path inkscape:connector-curvature="0" d="m 216.49765,102.06198 c 1.1136,-0.28978 2.17885,-0.77988 3.19958,-1.30737 2.07223,-1.245383 -0.55714,0.33983 -3.74493,2.12858 -0.17797,0.0999 0.34267,-0.22178 0.5123,-0.33525 0.53193,-0.35581 1.05244,-0.72423 1.56543,-1.10667 0.9345,-0.71912 1.56922,-1.689875 2.18279,-2.676268 0.59741,-1.01671 1.06249,-2.103909 1.42054,-3.225724 0.26717,-0.926182 0.34837,-1.886447 0.3864,-2.844974 0.0223,-0.73429 0.011,-1.468869 0.004,-2.203257 -0.0135,-0.283935 0.0532,-0.820327 -0.27441,-0.95263 0,0 4.77787,-2.979758 4.77787,-2.979758 v 0 c 0.36117,0.389818 0.52841,0.842131 0.49661,1.381395 5.3e-4,0.744127 0.003,1.488373 -0.0102,2.232411 -0.0324,1.002876 -0.10699,2.007126 -0.3534,2.983751 -0.31481,1.169527 -0.79465,2.286762 -1.3614,3.356504 -0.60434,1.030362 -1.21136,2.062292 -2.11647,2.864281 -2.35469,1.973179 -5.20758,3.301119 -7.82865,4.847069 -1.07488,0.50095 -2.17048,1.00603 -3.34914,1.2009 0,0 4.49328,-3.36299 4.49328,-3.36299 z" id="path829" st
249 yle="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
250 + <path inkscape:connector-curvature="0" d="m 205.17077,109.4743 c 0.36071,0.53917 0.89822,1.07828 1.51647,0.59372 -1.57228,0.89878 -3.14214,1.80182 -4.71685,2.69635 -0.0398,0.0226 0.15755,-0.004 0.11388,-0.22733 -0.0421,-0.2152 -0.25435,-0.33667 -0.41358,-0.4556 -0.25673,-0.14829 -0.49828,-0.0645 -0.75771,0.0455 -0.11752,0.0498 -0.45325,0.2348 -0.34227,0.17174 4.9985,-2.84018 5.90277,-3.40729 4.21622,-2.35919 -0.19008,0.19636 -0.26358,0.0119 -0.0452,0.0659 0.30341,0.0751 0.59601,0.18862 0.89581,0.27698 0,0 -4.59292,3.13622 -4.59292,3.13622 v 0 c -0.61307,-0.18759 -1.79029,-0.48728 -1.4567,-1.36733 1.51653,-1.74425 0.36383,-0.47838 5.40231,-3.18809 0.45981,-0.24729 1.06919,-0.0408 1.44884,0.24055 2.46602,2.28076 -1.97976,3.1481 -4.20858,4.40629 -0.83398,-0.0105 -1.49185,-0.5936 -1.93955,-1.25726 0,0 4.87979,-2.77847 4.87979,-2.77847 z" id="path831" style="fill:#cd8282;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
251 + <path inkscape:connector-curvature="0" d="m 211.01723,113.52808 c -0.15812,0.0367 -0.31826,0.0656 -0.47435,0.11009 -0.18184,0.0519 -0.36305,0.10792 -0.53839,0.17871 -0.17336,0.07 -0.66743,0.33645 -0.50561,0.24279 8.28695,-4.7966 5.12484,-3.16505 3.75196,-2.04182 -0.35564,0.43569 -0.0235,0.55926 0.3706,0.65993 0.315,-0.0527 0.59775,-0.20057 0.86576,-0.36862 0.12104,-0.0759 0.47847,-0.31171 0.35389,-0.24178 -4.35926,2.4469 -5.77423,3.59879 -4.10167,2.26915 0.1094,-0.0894 0.2188,-0.17888 0.32819,-0.26832 0,0 5.18598,-2.09602 5.18598,-2.09602 v 0 c -0.10756,0.0931 -0.21511,0.18613 -0.32266,0.27918 -1.85114,1.50804 -0.4299,0.37609 -5.43747,3.33215 -0.47387,0.27973 -1.00806,0.40599 -1.53953,0.23437 -0.68359,-0.32766 -1.01221,-0.83174 -0.86435,-1.60562 0.19904,-0.33237 0.18662,-0.39948 0.54858,-0.61164 2.55221,-1.49589 4.2319,-2.84569 6.82472,-3.49549 0,0 -4.44565,3.42294 -4.44565,3.42294 z" id="path833" style="fill:#8d91d0;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-mi
252 terlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
253 + <path inkscape:connector-curvature="0" d="m 201.8122,118.42351 c 0.75879,0.89461 1.65412,1.617 2.69573,2.15065 0.88699,0.41834 1.85311,0.45655 2.81442,0.48557 1.15698,0.0197 2.31424,0.009 3.47127,-0.001 0.97882,-0.0374 1.96385,0.0542 2.93606,-0.0762 1.23632,-0.12273 2.41966,-0.49946 3.59375,-0.88396 1.14649,-0.3116 2.07501,-1.12103 3.21334,-1.43413 0.10817,0.008 0.21635,0.0158 0.32452,0.0237 0,0 -4.5192,3.34281 -4.5192,3.34281 v 0 c -0.0717,0.0233 -0.14346,0.0466 -0.21519,0.07 -1.06458,0.46597 -2.0595,1.09627 -3.19293,1.3995 -1.20305,0.37658 -2.42753,0.69865 -3.68849,0.80328 -0.9846,0.0517 -1.97132,0.0209 -2.95701,0.0317 -1.1639,0.002 -2.32827,0.0171 -3.49181,-0.018 -1.02782,-0.0601 -2.03615,-0.18457 -2.95071,-0.70035 -1.05441,-0.61248 -1.97083,-1.3859 -2.81913,-2.26084 0,0 4.78538,-2.93249 4.78538,-2.93249 z" id="path835" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
254 + <path inkscape:connector-curvature="0" d="m 92.4313,151.62572 c -0.490051,2.076 -0.631724,4.21027 -0.913688,6.32001 -0.763294,5.33924 -1.639091,10.66146 -2.571179,15.97358 -0.850307,4.57055 -1.889672,9.10399 -2.594713,13.70071 -0.08317,0.87451 -0.292161,1.75001 -0.256913,2.63439 0.0084,0.21015 -0.02254,0.54404 0.178726,0.60509 0.05773,0.0175 0.104328,-0.0606 0.156493,-0.0909 0.09838,-0.0544 0.196766,-0.10872 0.295148,-0.16308 0,0 -4.478985,3.36254 -4.478985,3.36254 v 0 c -0.155229,-0.0143 -0.310455,-0.0287 -0.465683,-0.043 -0.124386,-0.0886 -0.272121,-0.15135 -0.373158,-0.26589 -0.692031,-0.78452 0.02819,-2.78821 0.08029,-3.66319 0.864629,-4.63453 2.020064,-9.20718 2.882505,-13.84233 0.88764,-5.26153 1.705809,-10.536 2.342957,-15.83434 0.238176,-2.07232 0.269679,-4.16837 0.681839,-6.21682 0,0 5.03636,-2.47677 5.036361,-2.47677 z" id="path837" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
255 + <path inkscape:connector-curvature="0" d="m 101.1524,154.99177 c -0.053,1.54746 -0.0405,3.0962 -0.0459,4.64431 -10e-4,1.69118 0.005,3.38235 0.008,5.07352 0.009,1.22558 0.0147,2.45117 0.0233,3.67675 0.009,0.81336 0.003,1.62682 0.0132,2.44015 0.093,0.63926 0.1934,1.2822 0.3235,1.91563 0.078,0.52004 0.23852,0.8604 0.66949,1.15463 0,0 -4.736349,2.97558 -4.736349,2.97558 v 0 c -0.468296,-0.41512 -0.776261,-0.83627 -0.868555,-1.47296 -0.168286,-0.66588 -0.229513,-1.35638 -0.385871,-2.02639 0.0099,-0.8178 0.0044,-1.63574 0.01318,-2.45357 0.0086,-1.23351 0.01402,-2.46703 0.02334,-3.70053 0.003,-1.69378 0.0087,-3.38756 0.0077,-5.08134 -0.0053,-1.53252 0.0076,-3.06569 -0.04591,-4.59754 0,0 5.001225,-2.54824 5.001225,-2.54824 z" id="path845" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
256 + <path inkscape:connector-curvature="0" d="m 137.72771,154.71709 c -0.7284,1.5314 -1.42619,3.07507 -2.0658,4.64566 -0.84326,2.06833 -1.61581,4.16401 -2.33856,6.27715 -0.83891,2.40678 -1.67473,4.81217 -2.68069,7.15488 -0.70442,1.55583 -1.27491,3.16646 -1.65538,4.83124 -0.20554,0.90396 -0.2039,1.83289 -0.34859,2.7451 -0.18846,0.97621 -0.38515,1.95479 -0.66143,2.9105 0,0 -5.03621,2.37547 -5.03621,2.37547 v 0 c 0.31519,-0.92 0.46469,-1.88153 0.66662,-2.83036 0.17465,-0.92629 0.19133,-1.86524 0.37757,-2.7911 0.38564,-1.71055 0.94977,-3.37823 1.69682,-4.96611 1.03615,-2.31919 1.89271,-4.7053 2.70393,-7.11185 0.69688,-2.12239 1.4634,-4.22155 2.30021,-6.29298 0.60611,-1.55428 1.27379,-3.07958 1.94577,-4.60596 0,0 5.09574,-2.34164 5.09574,-2.34164 z" id="path847" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
257 + <path inkscape:connector-curvature="0" d="m 145.40223,153.44464 c 0.11895,1.74813 0.57666,3.44618 1.03601,5.12924 0.61279,2.13854 1.34617,4.23782 1.89041,6.39554 0.36034,1.29118 0.53844,2.61764 0.74854,3.93783 0,0 -4.90299,2.59658 -4.90299,2.59658 v 0 c -0.209,-1.3104 -0.3222,-2.63777 -0.66987,-3.92397 -0.54508,-2.15438 -1.21011,-4.26953 -1.87049,-6.39098 -0.48103,-1.68704 -0.95891,-3.38346 -1.19565,-5.12555 0,0 4.96404,-2.61869 4.96404,-2.61869 z" id="path849" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
258 + <path inkscape:connector-curvature="0" d="m 80.217041,121.86259 c -0.944605,1.23618 -1.807829,2.53188 -2.738287,3.77917 -0.9965,1.37513 -1.968762,2.76328 -3.090389,4.04077 -0.928785,0.98541 -1.979461,1.82717 -2.673712,3.00149 -0.784445,1.77665 -0.784625,3.76332 -0.850964,5.67089 0.0353,2.12519 -0.257288,4.23021 -0.492141,6.33637 -0.165867,1.455 -0.241585,2.91253 -0.142197,4.37366 0.07714,1.0844 0.180697,2.15968 0.447281,3.21491 0.361762,1.03996 0.835252,2.04268 1.583851,2.85768 0,0 -4.772766,2.88151 -4.772766,2.88151 v 0 c -0.761987,-0.90757 -1.306359,-1.96622 -1.716058,-3.07627 -0.306226,-1.08834 -0.394772,-2.20153 -0.460764,-3.32756 -0.111295,-1.49777 -0.08487,-2.98561 0.119332,-4.47739 0.25105,-2.10034 0.626028,-4.194 0.561338,-6.31871 0.04877,-1.95994 0.01267,-3.98314 0.669414,-5.85565 0.09901,-0.22151 0.1802,-0.45188 0.297032,-0.66453 0.555797,-1.01159 1.595083,-1.63013 2.341097,-2.48126 1.167301,-1.22864 2.13488,-2.61014 3.108436,-3.9934 0.93622,-1.21722 1.825963,-2.4732
259 1 2.649479,-3.76931 0,0 5.160018,-2.19237 5.160018,-2.19237 z" id="path851" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
260 + <path inkscape:connector-curvature="0" d="m 98.884538,113.79236 c -0.111639,1.43854 -0.324504,2.86501 -0.505177,4.29564 -0.143619,1.1822 -0.214641,2.37108 -0.247476,3.56097 0.0059,0.70422 -0.105642,1.43922 0.160423,2.10916 0.04193,0.0438 0.06869,0.11106 0.125798,0.13153 0.304848,0.10929 0.893035,-0.3594 1.111227,-0.49737 -1.461641,0.82666 -2.923284,1.65332 -4.384924,2.47998 0.988311,-0.79349 1.650537,-1.84997 2.146538,-2.99806 0.47163,-1.24073 0.634971,-2.56124 0.727853,-3.87641 0.04917,-0.8098 0.04108,-1.62114 0.03291,-2.43185 -0.0532,-0.83981 -0.524809,-1.58208 -0.858901,-2.33759 -0.07085,-0.14894 -0.135819,-0.30081 -0.21254,-0.4468 -0.193397,-0.36803 -0.309618,-0.49406 -0.338929,-0.4331 -0.05198,0.10812 -0.09078,0.41207 0.01704,0.35949 4.2924,-2.09305 5.64326,-4.0817 4.36073,-2.28434 -0.46209,1.05621 -0.79201,2.1646 -1.128321,3.26569 -0.295029,1.09584 -0.787186,2.09583 -1.352889,3.07167 -0.480303,0.82333 -0.613233,1.23577 -0.06412,2.05572 0,0 -4.802831,2.8142 -4.802831,2.81
261 42 v 0 c -0.614206,-0.92494 -0.793247,-1.58632 -0.234926,-2.60793 0.579133,-0.93847 1.135806,-1.8829 1.426999,-2.95822 0.346167,-1.11579 0.693986,-2.22982 1.057814,-3.34006 0.733576,-2.02637 3.696235,-4.77239 5.522264,-3.30996 0.32102,0.25709 0.39985,0.74946 0.61223,1.07551 0.36489,0.82622 0.86939,1.61811 0.99527,2.52554 -1.1e-4,0.82933 -0.003,1.65936 -0.049,2.48762 -0.0979,1.36464 -0.26798,2.73227 -0.67902,4.04235 -0.45639,1.2521 -1.06023,2.29655 -1.99201,3.26345 -1.72425,1.02403 -3.43553,2.07023 -5.172747,3.0721 -0.342707,0.19764 -0.84817,0.27529 -1.221333,0.12017 -0.327488,-0.13614 -0.355687,-0.24159 -0.547319,-0.50147 -0.308206,-0.74529 -0.278988,-1.53587 -0.243287,-2.32986 0.04136,-1.21511 0.132191,-2.42764 0.281318,-3.63457 0.166412,-1.39711 0.383344,-2.78814 0.456107,-4.19495 0,0 5.00122,-2.54825 5.00122,-2.54825 z" id="path865" style="fill:#8aa678;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
262 + <path inkscape:connector-curvature="0" d="m 119.89209,130.91747 c -1.34608,0.89085 -2.70192,1.76556 -4.06041,2.63737 -1.23485,0.80727 -2.44026,1.66147 -3.36146,2.82476 -0.53663,0.8605 -0.28989,1.23291 0.59326,1.51374 1.37408,0.30558 2.75379,0.11837 4.11254,-0.16087 0.89474,-0.2001 1.77209,-0.4771 2.60608,-0.86011 0.23947,-0.10998 0.93226,-0.49122 0.70444,-0.35879 -4.70855,2.73698 -5.27647,3.1718 -3.44535,1.87129 0.95167,-0.80552 1.51723,-1.88679 1.61492,-3.12284 -0.0807,-0.17255 -0.05,-0.24877 -0.2704,-0.21711 -0.22986,0.033 -0.52121,0.2034 -0.70583,0.30427 -0.1916,0.10469 -0.75915,0.43175 -0.56923,0.32403 1.35035,-0.76589 2.70036,-1.53237 4.05054,-2.29855 -1.60545,1.06555 -3.04936,2.35925 -4.3637,3.76395 -1.35455,1.5365 -5.0034,5.28686 -5.52046,2.5671 -0.055,-0.28925 0.39696,-0.94116 0.50922,-1.18661 0.34879,-0.889 0.57824,-1.81552 0.46522,-2.76979 -0.0424,-0.10891 -0.0669,-0.22668 -0.12732,-0.32674 -0.15531,-0.25717 -0.20488,0.0195 -0.20229,0.0182 1.61298,-0.82612 3.20189,-1
263 .69839 4.80197,-2.54921 0.0532,-0.0283 -0.12067,0.037 -0.1612,0.0816 -0.0543,0.0597 -0.073,0.14396 -0.10951,0.21594 -0.13316,0.5177 -0.26752,1.21302 0.11133,1.67205 0.0876,0.10618 0.21435,0.17283 0.32152,0.25925 2.42517,0.64785 4.94928,-0.0734 7.26838,-0.8061 1.92632,-0.71334 3.60558,-1.93932 5.61364,-2.42213 0,0 -4.38702,3.3704 -4.38702,3.3704 v 0 c -1.90187,0.59266 -3.57095,1.71839 -5.46997,2.32897 -2.08579,0.60099 -4.88116,1.39732 -7.05246,0.77739 -0.24988,-0.0713 -0.47665,-0.20718 -0.71498,-0.31077 -0.83057,-0.8167 -0.92045,-1.34594 -0.77001,-2.46514 0.0215,-0.13367 0.0997,-0.62613 0.105,-0.62927 2.5652,-1.52794 4.68599,-4.49764 5.70697,-1.82303 0.18886,1.04401 0.0163,2.03814 -0.33205,3.03774 -0.0334,0.0935 -0.38361,1.08093 -0.51295,1.03665 -0.16509,-0.0565 -0.20192,-0.4558 -0.35938,-0.38061 -3.54306,1.69195 -6.06282,4.10336 -4.28617,2.43647 1.33187,-1.41316 2.73852,-2.75971 4.31576,-3.90022 1.81199,-1.05292 3.61013,-2.13004 5.43597,-3.15875 0.47861,-0.26966 1.13252,-0.49599 1.6
264 5977,-0.20637 0.36542,0.20072 0.38082,0.39313 0.54241,0.74921 -0.0566,1.38568 -0.50813,2.55512 -1.47163,3.57864 -2.69666,2.26372 -5.95758,3.95802 -9.39551,4.71662 -1.4452,0.2406 -2.94698,0.42032 -4.36811,-0.0482 -1.037,-0.50835 -1.5538,-1.26149 -1.05007,-2.41317 0.86016,-1.27836 2.059,-2.19564 3.34027,-3.03367 1.31662,-0.8709 2.66851,-1.68858 3.96272,-2.59292 0,0 5.22554,-2.04461 5.22554,-2.04461 z" id="path867" style="fill:#dacf2f;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
265 + <path inkscape:connector-curvature="0" d="m 141.51765,119.1556 c -0.71317,1.30446 -1.31368,2.66252 -1.74286,4.08564 -0.26913,1.12961 -0.62218,2.24551 0.11498,3.25852 1.09991,0.75166 2.62301,0.41226 3.85363,0.21459 0.86064,-0.1417 1.71742,-0.32435 2.53609,-0.63145 1.73314,-0.65011 5.28057,-2.87045 -2.90317,1.74714 0.81904,-0.56072 1.26653,-1.33532 1.47194,-2.28432 0.0995,-0.70947 0.15565,-1.31321 -0.70439,-1.36692 -0.97401,0.17807 -1.91617,0.5928 -2.76107,1.10372 9.50431,-5.274 3.52124,-2.87809 3.1814,-0.95917 0.0155,0.0592 0.01,0.12845 0.0463,0.17766 0.23782,0.3216 1.94241,-0.21599 2.23344,-0.29696 0.51209,-0.17114 1.03797,-0.32769 1.52453,-0.56741 0.23866,-0.11758 0.92236,-0.53073 0.6898,-0.40152 -6.81202,3.78461 -4.55382,2.93539 -3.12656,1.36902 0.54043,-0.69909 0.96937,-1.58268 0.37701,-2.37023 -0.88866,-0.53483 -1.99931,-0.52678 -3.00833,-0.5663 -0.80636,0.0137 -1.56292,0.26957 -2.27865,0.62561 -0.18298,0.091 -0.71447,0.39713 -0.53727,0.29532 1.41257,-0.81157 2.82898,-1.61
266 644 4.24346,-2.42466 -0.7325,0.44659 -1.4458,0.99726 -1.78522,1.80801 -0.0532,0.53889 0.64867,0.51862 1.03249,0.55945 0.5256,0.0748 0.99848,-0.1118 1.44338,-0.37534 0.11016,-0.0653 0.43582,-0.2688 0.32449,-0.20556 -1.50864,0.85687 -3.01116,1.72444 -4.51674,2.58666 0.75051,-0.54341 0.43211,-1.22575 0.0893,-1.92365 -0.57573,-0.91501 -1.38048,-1.71628 -2.48592,-1.85715 -1.81506,0.24904 -5.13861,2.38721 3.64699,-2.2651 0.12094,-0.0641 -0.22591,0.16297 -0.30536,0.27439 -0.22381,0.31389 -0.22768,0.60365 -0.29236,0.97177 -0.007,0.6442 -2.2e-4,1.82917 0.77377,2.11309 0.14349,0.0526 0.30266,0.0429 0.45399,0.0644 1.83378,-0.0389 3.59323,-0.66472 5.3565,-1.11589 0,0 -4.37705,3.34916 -4.37705,3.34916 v 0 c -1.81907,0.4563 -3.68356,1.14194 -5.57927,0.91099 -0.19832,-0.0818 -0.41229,-0.13287 -0.59496,-0.24536 -0.8544,-0.52613 -0.97198,-1.72463 -1.02283,-2.61184 0.025,-0.30791 0.0573,-0.91984 0.15109,-1.22011 0.05,-0.16011 0.0858,-0.35929 0.22777,-0.44869 2.45014,-1.54356 3.71438,-3.22422 6.15265,
267 -2.95264 1.18579,0.38908 2.06844,1.22172 2.72735,2.27473 0.4484,0.83986 0.8996,1.71559 0.28397,2.59478 -1.68405,1.00409 -3.36108,2.02006 -5.05216,3.01226 -0.60185,0.35312 -1.32515,0.40811 -1.99742,0.28818 -0.74733,-0.1718 -1.4048,-0.49795 -1.49563,-1.34417 0.10777,-0.98193 0.87786,-1.69677 1.65314,-2.24043 2.58904,-1.49438 5.14336,-3.73683 8.27969,-3.74468 1.15853,0.0785 2.41171,0.14848 3.30826,0.97355 0.72865,1.08646 0.58366,1.95559 -0.0843,3.0368 -1.66785,2.1897 -3.33021,2.53669 -6.29262,4.26556 -0.71262,0.41589 -1.52006,0.63599 -2.30328,0.8703 -1.02347,0.23349 -2.48515,0.59288 -2.89313,-0.71787 -0.0157,-0.37174 -0.0572,-0.47594 0.087,-0.84079 0.83582,-2.11576 6.19354,-3.50147 6.07644,-4.21882 0.94458,-0.46104 1.96616,-0.95501 3.04216,-0.77787 0.99741,0.43044 1.22364,1.02221 1.11824,2.08122 -0.15086,1.05306 -0.50614,1.99156 -1.3352,2.70808 -3.7039,2.18179 -5.34568,3.68696 -9.20287,4.20818 -1.45333,0.18079 -3.12008,0.44421 -4.26345,-0.67948 -0.83825,-1.26821 -0.64149,-2.3026 -0.295
268 93,-3.7167 0.38878,-1.43947 0.97744,-2.79944 1.62071,-4.14298 0,0 5.1161,-2.31468 5.1161,-2.31468 z" id="path869" style="fill:#6c70b8;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
269 + <path inkscape:connector-curvature="0" d="m 123.04737,111.56024 c -0.22078,1.3098 -0.27995,2.63975 -0.32764,3.96503 -0.007,1.18838 0.16944,2.10975 1.14736,2.84905 1.16753,0.52122 2.4843,-0.045 3.60342,-0.45844 0.5612,-0.23428 0.92757,-0.36948 1.46058,-0.66172 0.23553,-0.12915 0.9229,-0.54997 0.68857,-0.41866 -7.11644,3.98766 -4.45648,2.83981 -2.99302,1.39288 0.77182,-0.98429 0.41881,-0.89634 -0.54843,-1.02359 -1.38734,0.0292 -2.74434,0.37241 -4.10829,0.60196 -0.97624,-0.10428 -0.73004,-1.08029 -0.69468,-1.77829 0.45973,2.02822 0.0266,0.28892 4.85492,-2.38382 0.0345,-0.0191 -0.0868,0.0193 -0.10505,0.0543 -0.0659,0.12597 0.004,0.19407 0.0593,0.29027 0.13293,0.0389 0.0905,0.0606 0.14442,-0.10025 0.0236,-0.0703 0.0104,-0.1621 0.0644,-0.213 0.20177,-0.19032 0.97716,0.0673 1.152,0.0999 0,0 -4.54063,3.23018 -4.54063,3.23018 v 0 c -0.17615,-0.002 -0.3534,-0.0251 -0.52846,-0.005 -0.57466,0.0646 -0.54693,0.52281 -1.168,-0.20475 -1.46374,-2.65085 3.89121,-5.76837 5.08155,-3.32118 0.009,0
270 .27756 0.008,0.63168 -0.081,0.898 -0.0143,0.0428 -0.071,0.0583 -0.0951,0.0965 -0.006,0.009 0.0206,0.004 0.0308,0.005 0.094,-0.005 0.188,-0.009 0.28199,-0.014 1.39892,-0.20815 2.79903,-0.59931 4.22325,-0.44904 1.22726,0.29096 1.88377,0.83153 1.09316,2.06952 -1.69169,2.05229 -3.95234,2.78983 -6.4183,4.22924 -0.70261,0.41013 -1.45078,0.72944 -2.21624,1.00159 -1.30392,0.41739 -2.73805,0.84855 -3.97511,0.0221 -1.01599,-0.91918 -1.35972,-1.94336 -1.37504,-3.30625 0.0618,-1.33147 0.13952,-2.6624 0.25284,-3.99058 0,0 5.03636,-2.47678 5.03636,-2.47678 z" id="path871" style="fill:#df8f87;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
271 + <path inkscape:connector-curvature="0" d="m 156.95878,140.11354 c -1.65386,0.84034 -4.71371,2.43789 2.53271,-1.52775 0.29947,-0.16389 -0.57423,0.36971 -0.85343,0.56614 -0.73626,0.51798 -0.81546,0.61299 -1.48836,1.18951 -0.55333,0.60223 -1.79581,1.56287 -1.35392,2.55015 0.0674,0.15046 0.19401,0.26658 0.29101,0.39987 1.44084,1.12437 3.42089,1.05132 5.15782,1.05634 2.53779,-0.065 4.62149,-0.56488 6.84011,-1.79021 -7.21345,4.09165 -3.76885,2.5207 -2.63699,0.93319 0.45419,-0.63704 0.65197,-1.29607 0.80743,-2.04846 0.0157,-0.81556 0.0436,-2.19085 -0.81961,-2.6691 -0.13088,-0.0725 -0.28789,-0.0817 -0.43183,-0.12256 -0.19445,-10e-4 -0.39026,-0.0267 -0.58337,-0.004 -1.48909,0.17701 -3.23198,1.11279 -4.59425,1.70718 -1.73076,0.75119 -6.03213,3.12974 1.59044,-1.07986 0.27142,-0.1499 -0.52549,0.32947 -0.78261,0.50276 -0.56108,0.37816 -0.72921,0.52232 -1.24949,0.92705 -0.56094,0.52054 -1.46173,1.21706 -1.33482,2.0867 0.0947,0.11854 0.19728,0.28996 0.37096,0.3149 0.5471,0.0786 1.57303,-0.55
272 134 2.00357,-0.80624 -7.26679,4.4125 -4.26181,2.62285 -2.83951,1.17669 0.52926,-0.53813 1.00473,-1.11457 1.4766,-1.70245 0.40549,-0.48666 0.79603,-0.97657 1.05608,-1.55356 0.004,-0.01 0.001,0.0213 1.2e-4,0.0319 -0.0109,0.10261 -0.0241,0.20496 -0.0361,0.30744 -1.69989,1.19717 -0.0179,-0.002 4.06808,-2.27723 0.16839,-0.0938 -0.32699,0.20528 -0.47952,0.32311 -0.43182,0.33357 -0.74548,0.71292 -1.03332,1.16961 -0.0272,0.0988 -0.0857,0.1941 -0.0816,0.29652 0.0195,0.48248 2.50972,0.53058 2.81373,0.53685 0.80538,-0.0172 1.20957,-1.8e-4 2.00524,-0.11766 2.36346,-0.34898 5.74906,-2.73929 -2.74084,2.08301 0.0359,0.0957 0.13322,0.18811 0.10766,0.28705 -0.0281,0.10867 -0.48263,0.0815 -0.73507,0.1048 -0.74149,0.0684 -1.48039,0.19691 -2.21665,0.30574 -0.97826,0.12828 -2.1021,0.3922 -3.03467,-0.0983 -0.15831,-0.0833 -0.28701,-0.21354 -0.43052,-0.32031 -0.94499,-1.08799 -0.6965,-2.49505 -0.53249,-3.81075 0.062,-0.48794 0.1371,-0.97257 0.15922,-1.4639 0.005,-0.10155 -0.0186,0.34235 0.072,0.29632 1.63
273 812,-0.83207 3.1934,-1.81804 4.79009,-2.72706 0.69695,0.20053 1.34084,0.52275 1.955,0.90236 0.87025,0.70716 1.15728,1.68835 1.31827,2.75094 0.12215,0.64967 0.0733,1.25889 0.79678,1.45979 1.23209,0.50625 0.57038,1.27421 -0.15924,1.83893 -1.26353,0.90293 -2.61628,1.66709 -3.92859,2.49419 -1.16867,0.68567 -2.10812,1.57631 -2.83541,2.7121 -0.43225,0.89321 -0.93198,1.90347 -0.86966,2.92481 -0.0888,0.28042 1.0605,-0.53402 0.77964,-0.37515 -4.33927,2.45447 -5.84024,3.40661 -3.96164,2.22603 2.0999,-1.77584 4.30504,-2.81661 6.81399,-4.26298 0,0 -4.35524,3.50343 -4.35524,3.50343 v 0 c 8.18813,-4.78189 4.36149,-2.80687 2.73201,-1.28274 -1.95107,1.49017 -0.80866,0.6465 -5.62164,3.28287 -0.55453,0.30375 -1.10419,0.0456 -1.35099,-0.48833 -0.17492,-1.12401 0.33675,-2.25731 0.76517,-3.27363 0.65434,-1.23581 1.53919,-2.23169 2.74792,-2.95975 1.28819,-0.8395 2.64554,-1.56814 3.89879,-2.46159 0.26116,-0.15937 0.50748,-0.34621 0.78374,-0.47768 0.3756,-0.17874 0.49911,5.3e-4 -0.12227,-0.29703 -0.75186,-
274 0.44746 -0.95698,-1.11817 -1.05476,-1.9614 -0.10527,-0.89834 -0.27849,-1.75615 -1.05708,-2.32028 -0.49038,-0.27562 -0.37996,-0.23209 -0.91609,-0.45493 -0.55418,-0.23033 -1.11761,-0.36023 -1.39271,-0.95116 1.00457,-0.65337 4.87457,-4.53026 5.18953,-2.6193 0.083,0.50348 -0.26476,1.02899 -0.2064,1.53214 -0.14146,1.06622 -0.5193,2.35563 0.26709,3.2493 0.98733,0.54976 2.12851,0.25415 3.19186,0.11619 0.74874,-0.10309 2.78932,-0.57752 3.37539,0.0237 0.12984,0.13321 0.1749,0.32836 0.26234,0.49253 -4.54352,2.65324 -4.56042,3.38726 -8.93965,3.34651 -0.98619,-0.0492 -3.04246,0.0345 -3.38351,-1.26446 -0.0409,-0.15575 0.009,-0.32193 0.0137,-0.4829 0.0696,-0.16438 0.12038,-0.33803 0.20873,-0.49314 0.25376,-0.44552 0.73665,-1.02874 1.18194,-1.29383 4.97985,-2.96463 3.31019,-2.50337 5.65007,-3.09371 0.13802,0.0819 0.29918,0.13365 0.41404,0.24575 0.65597,0.64024 -0.53688,1.70624 -0.84969,2.16091 -2.53071,3.21764 -3.60994,3.87172 -8.04536,6.16911 -1.05288,0.48706 -2.29518,0.92531 -2.99222,-0.30805 -0
275 .0444,-0.14776 -0.11752,-0.28979 -0.13312,-0.44328 -0.0908,-0.89388 0.70041,-1.68063 1.26274,-2.24817 2.95495,-2.4168 6.37658,-4.22943 9.84974,-5.7897 1.40949,-0.61217 3.2668,-1.63099 4.85242,-1.54615 0.23515,0.0126 0.46277,0.0876 0.69416,0.13134 0.18438,0.10072 0.38713,0.17339 0.55314,0.30216 0.91952,0.71323 1.00336,2.09864 1.03239,3.14907 -0.0352,0.26221 -0.0473,0.52854 -0.10547,0.78663 -0.76493,3.39443 -4.70511,4.70186 -7.31018,6.18576 -2.19211,1.05732 -4.54798,1.57503 -6.98895,1.56795 -1.91507,-0.0374 -4.04215,-0.048 -5.5271,-1.43443 -0.13506,-0.19308 -0.30272,-0.36706 -0.40518,-0.57924 -0.58933,-1.22056 0.36851,-2.30315 1.16374,-3.12141 2.69684,-2.49277 6.02134,-4.13457 9.27482,-5.80007 0,0 -4.37093,3.49633 -4.37093,3.49633 z" id="path873" style="fill:#8aa678;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
276 + <path inkscape:connector-curvature="0" d="m 159.47887,144.50387 c 0.90254,1.07759 1.18596,2.35005 1.15447,3.72364 -0.0571,0.63906 -0.23962,1.25297 -0.39906,1.87069 -0.003,0.0135 -0.0884,0.37995 -0.0922,0.37231 -0.0707,-0.14115 -0.1145,-0.29423 -0.17175,-0.44135 -6.73891,3.91762 -5.08188,3.37564 -3.15107,0.86917 0,0 5.11693,-2.21112 5.11693,-2.21112 v 0 c -1.94154,2.76964 -2.22106,2.49981 -6.47627,4.75048 -0.11642,-0.13585 -0.25834,-0.25346 -0.34927,-0.40754 -0.1478,-0.25043 0.59836,-1.91445 0.56972,-2.3096 0.096,-1.22126 -0.0949,-2.37653 -0.98689,-3.2842 0,0 4.78538,-2.93248 4.78538,-2.93248 z" id="path875" style="fill:#dacf2f;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
277 + <path inkscape:connector-curvature="0" d="m 130.58381,147.6335 c -1.53804,0.71052 -3.10986,1.32863 -4.63567,2.06825 -2.94248,1.66147 1.95561,-1.14402 2.94729,-1.69137 0.25925,-0.1431 -0.5017,0.3151 -0.74511,0.48373 -0.53505,0.37066 -0.9813,0.75729 -1.39012,1.2594 -0.0369,0.078 -0.0584,0.16536 -0.11062,0.23409 -0.0833,0.10961 0.0368,-0.29163 0.13163,-0.39142 0.11769,-0.12386 0.57592,-0.36693 0.42579,-0.28536 -4.151,2.25522 -5.34694,3.28568 -3.30385,1.64734 0.85178,-0.70224 1.62055,-1.49561 2.42734,-2.24664 0.27793,-0.25873 0.81758,-0.76883 1.19393,-0.97693 1.72575,-0.95423 3.47418,-1.86686 5.21127,-2.80029 0.11679,0.12423 0.27448,0.22 0.35037,0.3727 0.45292,0.91131 -0.49104,2.44221 -0.91545,3.20714 -1.49635,2.50223 -3.3449,2.86993 -6.38668,4.48102 -0.29493,0.15621 -0.46352,-0.0849 -0.65188,-0.23672 -0.54408,-0.98638 0.28425,-1.59943 1.0387,-2.11164 0.0542,-0.0328 0.10839,-0.0656 0.16258,-0.0984 0.0829,0.19659 0.0494,0.66575 0.24875,0.58978 1.63322,-0.62231 5.93795,-3.61593 4.63
278 527,-2.45074 -1.47898,1.32289 -4.55002,2.58507 -6.64614,3.7999 8.7495,-5.00582 4.98937,-3.01486 3.73745,-2.08816 -0.0701,0.0519 -0.11391,0.16886 -0.20115,0.16752 -0.098,-0.002 -0.0245,-0.25797 0.0694,-0.28558 0.10095,-0.0297 0.21016,-0.0107 0.31523,-0.016 0.92921,-0.0311 1.85821,-0.068 2.7876,-0.0935 1.19256,0.0182 2.34053,-0.30922 3.47932,-0.62147 1.39156,-0.31024 1.76596,0.11449 1.79169,1.4693 0.11823,2.25185 -3.54543,4.67701 -5.38914,3.02873 0,0 4.73359,-3.01935 4.73359,-3.01935 v 0 c 1.91146,0.77867 0.23638,0.0315 -4.53975,2.86996 -0.0453,0.0269 0.12342,-0.005 0.14969,-0.0503 0.0501,-0.0871 0.0336,-0.19816 0.0504,-0.29723 0.079,-1.11925 -0.15107,-0.82451 -1.19943,-0.62319 -1.17531,0.30547 -2.36572,0.55611 -3.58762,0.54032 -0.94417,0.0264 -1.88897,0.0838 -2.83341,0.0625 -0.96133,-0.1528 -1.38362,-0.80992 -0.38708,-1.4084 1.76082,-1.05749 3.54591,-2.07403 5.31886,-3.11104 0.23455,-0.13259 0.46871,-0.26587 0.70365,-0.39776 0.22312,-0.12526 0.89172,-0.50238 0.67054,-0.37371 -10.0311
279 1,5.83532 -0.79813,0.35306 0.98005,-0.34314 0.23423,-0.0917 0.61174,0.72079 0.1764,0.73375 -0.53539,0.28362 -1.15414,0.60013 -1.55545,1.04097 0.10604,-0.0603 0.44285,-0.20238 0.33851,-0.13917 -1.46053,0.88481 -2.93907,1.73954 -4.40928,2.60817 -0.15463,0.0914 0.32345,-0.16272 0.46254,-0.27635 0.41226,-0.33678 0.58517,-0.66342 0.88533,-1.10187 0.29088,-0.48077 0.50404,-0.79967 0.73525,-1.31019 0.16122,-0.35601 0.22267,-0.8494 0.45648,-1.1704 0.0112,-0.0153 -0.0133,0.0355 -0.0199,0.0533 1.47245,-0.86644 2.9539,-1.71779 4.41737,-2.59932 0.18717,-0.11275 -0.40585,0.16966 -0.58691,0.29199 -1.1738,0.79309 -2.01599,2.00224 -3.12608,2.87277 -2.24547,1.97655 -0.89572,0.8675 -6.14363,3.88632 -0.68461,0.39382 -1.419,0.003 -1.2019,-0.80456 0.50374,-0.86365 1.26092,-1.48313 2.1206,-1.99286 4.78991,-2.84008 3.82084,-2.31376 6.46537,-3.7049 1.56946,-0.73963 3.19056,-1.36233 4.73297,-2.15856 0,0 -4.38506,3.50763 -4.38506,3.50763 z" id="path877" style="fill:#cd8282;fill-opacity:1;stroke:none;stroke-w
280 idth:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
281 + <path inkscape:connector-curvature="0" d="m 95.323632,146.4145 c -0.982263,0.56082 -1.667152,1.35883 -2.131168,2.3767 -0.24965,0.78017 -0.515742,1.67844 -0.11452,2.44643 0.193662,0.0761 0.249304,0.13627 0.473602,0.0441 0.110339,-0.0453 0.403182,-0.25465 0.298675,-0.19713 -1.466334,0.80701 -2.914581,1.64677 -4.385099,2.44613 -0.170555,0.0927 0.329465,-0.20655 0.483196,-0.32508 0.169426,-0.13064 0.322958,-0.28068 0.484436,-0.42102 0.86741,-0.90351 1.362885,-2.01556 1.18781,-3.26791 -0.334809,-1.00289 -1.458442,-0.89383 -2.329059,-0.86262 -1.290661,0.17051 -2.553972,0.48515 -3.674554,1.16049 1.449377,-0.82756 2.893904,-1.66368 4.348128,-2.4827 0.014,-0.008 -0.346072,0.35794 -0.297614,0.02 0.0489,-0.34102 0.832747,-0.44292 1.107168,-0.53577 0.465378,-0.18395 0.791993,-0.29611 1.233265,-0.54035 0.187738,-0.10391 0.730546,-0.45003 0.543057,-0.34567 -7.700174,4.28632 -4.798957,3.34797 -3.697099,1.77219 0.332904,-0.97289 -0.540764,-1.66656 -1.316951,-2.06193 -1.750666,-0.60234 -3.5893
282 16,-0.50899 -5.3755,-0.14908 -1.04196,0.27805 -2.100635,0.55846 -3.080022,1.02186 -0.283914,0.13433 -1.0976,0.6113 -0.824092,0.45688 4.271187,-2.41148 5.238398,-3.23938 3.521297,-1.85377 -0.421325,0.43121 -1.186903,1.27348 -0.722085,1.94149 0.07078,0.10172 0.190037,0.15912 0.285057,0.23868 1.77551,0.72683 3.786375,0.38989 5.597109,-0.0205 1.104429,-0.30568 2.20994,-0.63945 3.252539,-1.12223 0.278315,-0.12887 1.079915,-0.58171 0.81448,-0.42805 -4.610158,2.66878 -5.417881,3.26282 -3.801041,2.10987 0.03375,-0.0101 0.08639,-0.0622 0.101251,-0.0302 0.04656,0.10003 0.09099,0.23222 0.03773,0.32886 -0.05046,0.0916 -1.534022,0.22059 -1.713047,0.23868 -1.133687,0.11095 -1.682195,0.28593 -2.311197,-0.80693 -0.25414,-0.9347 -0.509193,-1.9283 -0.40473,-2.90461 5.757235,-3.18941 3.935934,-3.69768 6.732791,-1.2465 0.110083,0.2395 0.409596,0.23978 0.572304,0.40848 1.341467,1.39086 -3.139971,2.28301 -4.868013,3.14783 -0.162642,0.0814 -0.351345,-0.0951 -0.529555,-0.13141 -0.255014,-0.052 -0.512871,-0
283 .0888 -0.769305,-0.13323 -1.996758,-0.33576 -3.972936,-0.86131 -5.999147,-0.98515 -0.13802,0.025 -0.534678,0.14665 -0.414057,0.0751 1.561402,-0.92675 3.186258,-1.74291 4.757428,-2.65299 0.04966,-0.0288 0.02669,-0.16165 0.08304,-0.15081 0.216683,0.0417 0.400177,0.18611 0.598881,0.28208 0.316474,0.15283 0.627431,0.31717 0.946605,0.46428 0.388898,0.17924 0.784741,0.34302 1.177111,0.51453 1.942647,0.8473 3.987331,1.39666 6.054568,1.83508 0,0 -4.521096,3.12913 -4.521096,3.12913 v 0 c -2.057596,-0.52411 -4.09439,-1.12812 -6.056636,-1.94821 -0.570171,-0.23622 -2.449475,-0.91143 -2.933636,-1.28584 -2.302402,-1.78048 2.65222,-3.73197 4.82405,-3.47615 2.012116,0.27576 3.992057,0.74546 6.004502,1.02175 0.270928,0.0396 0.541501,0.0817 0.812784,0.11882 0.187618,0.0257 0.715573,-0.0438 0.563837,0.0695 -4.475652,3.34168 -3.40841,4.01306 -5.035626,2.64268 -0.356204,-0.30721 -0.694682,-0.64878 -1.070198,-0.93273 -0.08565,-0.0648 -0.170936,-0.13293 -0.268173,-0.17849 -0.05527,-0.0259 -0.232392,2.5e-4
284 -0.180356,-0.0317 1.550622,-0.95081 3.142742,-1.83223 4.714113,-2.74835 -0.06357,-0.008 -0.14201,-0.0654 -0.190699,-0.0238 -0.304932,0.26068 0.16586,1.95794 0.249484,2.31738 0.04641,0.0776 0.07596,0.16827 0.139242,0.23288 0.402857,0.41132 1.326544,0.007 1.799114,0.053 0.730353,-0.0779 2.394368,-0.56014 2.277983,0.69683 -2.448108,2.31245 -6.420861,3.96177 -9.794065,4.82441 -1.962711,0.35738 -4.200038,0.70777 -6.006632,-0.35161 -0.138459,-0.14897 -0.305128,-0.27601 -0.415377,-0.44691 -0.55576,-0.86152 -0.109786,-1.87028 0.472151,-2.56308 1.986415,-1.92453 0.534747,-0.59579 5.907797,-3.67881 1.218284,-0.69904 2.636229,-0.9951 3.981831,-1.33041 1.897324,-0.28381 3.864758,-0.3611 5.666999,0.40937 0.998569,0.61777 1.893763,1.52032 1.743451,2.78881 -0.05855,0.16576 -0.08903,0.3443 -0.175649,0.49728 -0.08647,0.1527 -0.187696,0.31119 -0.335621,0.40559 -1.704018,1.08749 -3.458398,2.09408 -5.197047,3.12529 -0.583131,0.34587 -1.22497,0.58047 -1.868874,0.78305 -0.243953,0.0559 -0.869838,0.23585
285 -1.146558,0.16454 -0.350462,-0.0903 -1.009415,-0.67146 -0.45285,-1.01481 1.703228,-1.05072 3.457432,-2.01647 5.186148,-3.0247 1.213495,-0.5473 2.504781,-0.89601 3.840739,-0.94846 1.172472,0.0425 2.347658,0.2648 2.753103,1.52187 0.260745,1.44313 -0.09373,2.59491 -0.97755,3.76294 -1.760845,1.8649 -3.384415,2.3819 -6.162392,3.82183 -0.218295,0.11315 -0.68154,-0.0523 -0.858629,-0.16558 -0.128669,-0.0823 -0.225041,-0.20657 -0.33756,-0.30986 -0.470771,-0.93096 -0.341739,-1.90147 -0.08196,-2.88625 0.393996,-1.08079 0.972743,-2.04444 1.970651,-2.67069 0,0 5.225531,-2.04461 5.225532,-2.04461 z" id="path879" style="fill:#6c70b8;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
286 + </g>
287 + <g aria-label="--·" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575">
288 + <path d="m 40.548333,92.776386 v -3.671094 h 12.551172 v 3.671094 z" id="path858" inkscape:connector-curvature="0"/>
289 + <path d="M 57.514739,92.776386 V 89.105292 H 70.06591 v 3.671094 z" id="path860" inkscape:connector-curvature="0"/>
290 + <path d="m 76.291887,93.446112 v -6.126757 h 6.126758 v 6.126757 z" id="path862" inkscape:connector-curvature="0"/>
291 + </g>
292 + <g aria-label="·-·" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575-6">
293 + <path d="m 163.61343,93.487845 v -6.126758 h 6.12676 v 6.126758 z" id="path874" inkscape:connector-curvature="0"/>
294 + <path d="m 175.89175,92.818118 v -3.671093 h 12.55117 v 3.671093 z" id="path876" inkscape:connector-curvature="0"/>
295 + <path d="m 194.6689,93.487845 v -6.126758 h 6.12675 v 6.126758 z" id="path878" inkscape:connector-curvature="0"/>
296 + </g>
297 + <g aria-label="··-" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575-2">
298 + <path d="m 102.81738,93.487845 v -6.126758 h 6.12675 v 6.126758 z" id="path866" inkscape:connector-curvature="0"/>
299 + <path d="m 116.90644,93.487845 v -6.126758 h 6.12676 v 6.126758 z" id="path868" inkscape:connector-curvature="0"/>
300 + <path d="m 129.18476,92.818118 v -3.671093 h 12.55117 v 3.671093 z" id="path870" inkscape:connector-curvature="0"/>
301 + </g>
302 + <g aria-label="··-" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575-2-7">
303 + <path d="m 226.87733,93.610381 v -6.126758 h 6.12676 v 6.126758 z" style="fill:#808080;stroke-width:0.26458332px" id="path881" inkscape:connector-curvature="0"/>
304 + <path d="m 240.96639,93.610381 v -6.126758 h 6.12676 v 6.126758 z" style="fill:#808080;stroke-width:0.26458332px" id="path883" inkscape:connector-curvature="0"/>
305 + <path d="M 253.24471,92.940654 V 89.26956 h 12.55117 v 3.671094 z" style="fill:#808080;stroke-width:0.26458332px" id="path885" inkscape:connector-curvature="0"/>
306 + </g>
307 + </g>
308 +</svg>
309 \ No newline at end of file