diff --git a/_posts/2022/2022-10-04-use-case-datahub.md b/_posts/2022/2022-10-04-use-case-datahub.md
new file mode 100644
index 0000000000000000000000000000000000000000..c023dd3eb12ab9c12581d53b1b916eaab1f4f2e1
--- /dev/null
+++ b/_posts/2022/2022-10-04-use-case-datahub.md
@@ -0,0 +1,89 @@
+---
+title: "Gitlab for Require­ments analysis at Earth Data Portal"
+title_image: globe.jpeg
+data: 2022-10-04
+authors:
+  - klaffki
+layout: blogpost
+additional_css:
+  - image-scaling.css
+categories:
+  - Use-Case
+tags:
+  - Earth & Environment
+  - Helmholtz Codebase
+  - nubes
+  - Mattermost
+  - Notes
+  - Consulting
+  - Education
+excerpt: >
+    Within the DataHub of the Research Field Earth & Environment, an Earth Data Portal is being developed.
+    This portal will serve as a central access point for searching and exploring data and thematic ressources from the research field.
+    Missing features and functionalities were identified during a requirement analysis, for which the developers made use of the HIFIS Codebase.
+    This proved to be an efficient workflow that will be further developed and used in similar projects.
+---
+
+## Data for the Earth System
+
+<div class="floating-boxes">
+<div class="image-box align-right">
+<img
+class="right medium nonuniform"
+alt="DataHub logo"
+src="{% link assets/img/posts/2022-10-04-datahub/datahublogo.svg %}"
+/>
+</div>
+<div class="text-box" markdown="1">
+
+The [DataHub](https://datahub.erde-und-umwelt.de/en/) of the Research Field [Earth and Environment](https://www.helmholtz.de/en/research/research-fields/earth-and-environment/) is a research data initiative across the seven centres of the Helmholtz Programme [Changing Earth - Sustaining our Future](https://earthenvironment.helmholtz.de/changing-earth/program/). Within its three compartemental Hubs ATMO, MARE and TERRA, it aims at the development of a distributed and interoperable research data infrastructure as well as operational procedures and data products for the whole Research Field and the Earth System Sciences in general.
+
+In this context, the DataHub is responsible for implementing state-of-the-art policies, tools and best-practices particularly in the fields of research data management (RDM) and research software development across all participatng centres. It hence contributes to the fullfilment of the [FAIR principles](https://www.go-fair.org/fair-principles/) (Findability, Accessibility, Interoperability, Reusability) and fosters open science in the Research Field Earth and Environment.
+
+One of the main objectives of the DataHub is the joint development of thematic viewers, through which products and information from the participating centres are presented to end-users from the scientific, economic, and governmental sectors. As an example, the so-called [Stakeholer-View](https://datahub.erde-und-umwelt.de/en/) integrates prominent and widely-used products like the [German Drought Monitor](https://datahub.erde-und-umwelt.de/en/s/drought) or the [Global Earthquake Viewer](https://datahub.erde-und-umwelt.de/en/s/earthquakes).
+
+
+## Making use of HIFIS Software and in-person Services
+As such an initiative requires dedicated tools and services for an efficient and productive collaboration across several research centres, the DataHub has been one of the first adopters of the HIFIS-services:
+- The exchange of documents, presentations, protocols and other files is conducted through the HIFIS Nextcloud service [nubes](https://helmholtz.cloud/services?serviceDetails=svc-fa7ffed8-ea57-4a14-b6bd-abd46bcec6c5).
+- [Mattermost](https://cloud.helmholtz.de/services?serviceDetails=svc-1be91786-b7e7-4fa3-81d9-1b95dd03cd52) is used for inter-institutional communication via private or dedicated team and group chats
+- Collaborative notes and protocols are developed within the Markdown editor [Notes](https://cloud.helmholtz.de/services?serviceDetails=svc-cea6f848-b46b-4340-92fe-17da42a78829).
+- The HIFIS GitLab Instance [Codebase](https://gitlab.hzdr.de/users/sign_in) serves as a central and widely adopted framework for collaborative software development.
+- The seamless and transparent usage of all these services is realized through HIFIS' central Authentication and Authorisation Infrastructure [Helmholtz AAI](https://aai.helmholtz.de)
+
+Apart from those software services, the DataHub is heavily promoting trainings through [HIFIS Education](https://hifis.net/services/software/training) for collaborative software development via GitLab and other fundamental [software engineering skills](https://events.hifis.net/category/4/) as well as consultation and support for software licensing issues through the [Software Engineering Consulting](https://www.hifis.net/services/software/consulting.html).
+
+
+## Earth Data Portal
+One major DataHub project is the joint development of an Earth Data Portal. This portal will serve as a central access point for searching and exploring data and thematic ressources from the research field Earth & Environment and beyond. This will be realized by tailor-made harvesting and mapping from a wide range of existing data archives and repositories like [Pangaea](https://www.pangaea.de), the [World Data Center for Climate](https://www.wdc-climate.de) at the [DKRZ](https://www.dkrz.de/de) or [RADAR4KIT](http://radar.kit.edu) as well as institutional repositories into a single portal infrastructure. The technical basis for the portal is the well-established [Marine Data Portal](https://marine-data.de/), which is now enhanced by community-driven functionalities.
+
+### Using GitLab Issues in requirements analysis
+
+<div class="floating-boxes">
+<div class="image-box align-left">
+<img
+class="left large nonuniform"
+style="border 2px solid #005AA0"
+alt="Screenshot of the feature request template"
+src="{% link assets/img/posts/2022-10-04-datahub/Screenshot_FeatureIntegration.png %}"
+/>
+</div>
+<div class="text-box" markdown="1">
+
+The missing features and functionalities for a data portal covering the entire research field were identified during a requirement analysis, for which the developers made use of the HIFIS Codebase. In particular, by providing dedicated and well-defined [issue templates](https://gitlab.hzdr.de/help/user/project/description_templates.md#description-templates) for *feature requests* and *data / repository integration*, a clear and consistent structure is realized so that both the users and developers can easily add their suggestions, requirements and wishes.
+
+The *feature request template* comes with a brief user story, in which a typical use case for a specific feature or functionality is described (e.g., I want to search for all environmental data in a certain region). By adding a set of pre-defined acceptance criteria, both the developers and the creator of the request can check the status of the feature implementation and close the request once all criteria are met.
+
+The *data integration template* contains pre-defined tasks for providing all needed information like data sources (e.g., through a link to a repository), applied metadata schemas, interfaces as well as information about the data license. This, finally, allows for a convenient and efficient integration of new repositories and other data sources.
+
+Overall, the developed requirement analysis via the HIFIS Codebase has proven to be an efficient workflow that will be further developed and used in similar projects.
+
+
+## Get in contact
+For the Earth and Environment DataHub:
+[Peter Braesicke](mailto:peter.braesicke@kit.edu) (KIT), [Jan Bumberger](mailto:jan.bumberger@ufz.de) (UFZ), [Sören Lorenz](mailto:slorenz@geomar.de) (GEOMAR)
+
+For the DataHub Portal:
+[Marc Hanisch](mailto:marc.hanisch@gfz-potsdam.de) (GFZ), [Tilman Dinter](mailto:Tilman.Dinter@awi.de) (AWI), [Roland Koppe](mailto:roland.koppe@awi.de) (AWI), [Robin Heß](mailto:robin.hess@awi.de) (AWI), [Christof Lorenz](mailto:christof.lorenz@kit.edu) (KIT)
+
+For HIFIS: [HIFIS Support](mailto:support@hifis.net)
diff --git a/assets/img/posts/2022-10-04-datahub/Screenshot_FeatureIntegration.png b/assets/img/posts/2022-10-04-datahub/Screenshot_FeatureIntegration.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b9b0e249b5929ef2a37b8b230b2a2e3b77d08ca
Binary files /dev/null and b/assets/img/posts/2022-10-04-datahub/Screenshot_FeatureIntegration.png differ
diff --git a/assets/img/posts/2022-10-04-datahub/datahublogo.svg b/assets/img/posts/2022-10-04-datahub/datahublogo.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ec0f13cd25914d0076479756db6b96064d7dc4db
--- /dev/null
+++ b/assets/img/posts/2022-10-04-datahub/datahublogo.svg
@@ -0,0 +1,431 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="296.5254pt"
+   height="114.595pt"
+   viewBox="0 0 296.5254 114.595"
+   version="1.2"
+   id="svg193"
+   sodipodi:docname="datahublogo.svg"
+   inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <sodipodi:namedview
+     id="namedview195"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:document-units="pt"
+     showgrid="false"
+     inkscape:zoom="2.3863995"
+     inkscape:cx="163.63563"
+     inkscape:cy="90.093883"
+     inkscape:window-width="1916"
+     inkscape:window-height="1031"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg193" />
+  <defs
+     id="defs82">
+    <g
+       id="g80">
+      <symbol
+         overflow="visible"
+         id="glyph0-0">
+        <path
+           style="stroke:none;"
+           d=""
+           id="path2" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph0-1">
+        <path
+           style="stroke:none;"
+           d="M 12.40625 -7.59375 L 25.28125 -7.59375 C 29.4375 -7.59375 32.71875 -8.640625 35.046875 -10.875 C 37.359375 -13.046875 38.484375 -16.078125 38.484375 -20.078125 L 38.484375 -36.796875 C 38.484375 -40.71875 37.359375 -43.765625 35.046875 -46 C 32.71875 -48.15625 29.4375 -49.203125 25.28125 -49.203125 L 12.40625 -49.203125 L 12.40625 -56.796875 L 25.046875 -56.796875 C 29.59375 -56.796875 33.515625 -56 36.71875 -54.40625 C 39.921875 -52.796875 42.40625 -50.484375 44.078125 -47.4375 C 45.84375 -44.40625 46.640625 -40.71875 46.640625 -36.484375 L 46.640625 -20.3125 C 46.640625 -16.078125 45.84375 -12.40625 44.078125 -9.359375 C 42.40625 -6.3125 39.921875 -4 36.71875 -2.40625 C 33.4375 -0.796875 29.59375 0 25.046875 0 L 12.40625 0 Z M 7.046875 -56.796875 L 15.046875 -56.796875 L 15.046875 0 L 7.046875 0 Z M 7.046875 -56.796875 "
+           id="path5" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph0-2">
+        <path
+           style="stroke:none;"
+           d="M 29.125 -25.6875 C 29.125 -28.40625 28.40625 -30.40625 27.046875 -31.921875 C 25.59375 -33.359375 23.59375 -34.078125 20.953125 -34.078125 C 19.359375 -34.078125 17.765625 -33.84375 16.234375 -33.359375 C 14.71875 -32.875 13.28125 -32.15625 12.078125 -31.28125 L 6.3125 -35.28125 C 7.84375 -37.125 9.84375 -38.5625 12.40625 -39.59375 C 14.875 -40.640625 17.6875 -41.125 20.71875 -41.125 C 24.078125 -41.125 26.953125 -40.5625 29.359375 -39.359375 C 31.765625 -38.15625 33.59375 -36.484375 34.875 -34.234375 C 36.078125 -31.921875 36.71875 -29.203125 36.71875 -26.078125 L 36.71875 0 L 29.125 0 Z M 19.203125 0.5625 C 14.234375 0.5625 10.484375 -0.484375 8 -2.5625 C 5.515625 -4.5625 4.3125 -7.765625 4.3125 -12 C 4.3125 -16 5.4375 -18.953125 7.6875 -20.953125 C 10 -22.953125 13.359375 -24 18 -24 L 29.515625 -24 L 30.078125 -17.59375 L 18 -17.59375 C 15.921875 -17.59375 14.40625 -17.125 13.359375 -16.15625 C 12.3125 -15.28125 11.84375 -13.84375 11.84375 -12 C 11.84375 -9.921875 12.484375 -8.40625 13.84375 -7.359375 C 15.203125 -6.40625 17.28125 -5.921875 20.078125 -5.921875 C 23.125 -5.921875 25.4375 -6.234375 26.875 -6.875 C 28.40625 -7.515625 29.125 -8.5625 29.125 -9.921875 L 30 -4.234375 C 29.28125 -3.125 28.40625 -2.234375 27.359375 -1.515625 C 26.3125 -0.796875 25.125 -0.3125 23.765625 0.078125 C 22.484375 0.40625 20.875 0.5625 19.203125 0.5625 Z M 19.203125 0.5625 "
+           id="path8" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph0-3">
+        <path
+           style="stroke:none;"
+           d="M 16.796875 0.234375 C 13.515625 0.234375 11.125 -0.71875 9.59375 -2.5625 C 8.078125 -4.3125 7.28125 -7.046875 7.28125 -10.5625 L 7.28125 -52.3125 L 15.28125 -52.3125 L 15.28125 -10.484375 C 15.28125 -9.515625 15.4375 -8.71875 15.84375 -8.15625 C 16.234375 -7.6875 16.796875 -7.359375 17.59375 -7.359375 L 21.4375 -7.359375 L 21.4375 0.234375 Z M 3.125 -40.5625 L 21.4375 -40.5625 L 21.4375 -33.359375 L 3.125 -33.359375 Z M 3.125 -40.5625 "
+           id="path11" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph0-4">
+        <path
+           style="stroke:none;"
+           d="M 39.28125 -56.796875 L 47.28125 -56.796875 L 47.28125 0 L 39.28125 0 Z M 7.046875 -56.796875 L 15.046875 -56.796875 L 15.046875 0 L 7.046875 0 Z M 12 -31.765625 L 43.515625 -31.765625 L 43.515625 -24.15625 L 12 -24.15625 Z M 12 -31.765625 "
+           id="path14" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph0-5">
+        <path
+           style="stroke:none;"
+           d="M 30.71875 -40.5625 L 38.640625 -40.5625 L 38.640625 0 L 30.71875 0 Z M 14.234375 -15.921875 C 14.234375 -13.046875 14.953125 -10.875 16.40625 -9.359375 C 17.84375 -7.765625 19.84375 -6.953125 22.484375 -6.953125 C 25.125 -6.953125 27.125 -7.6875 28.5625 -9.046875 C 30 -10.484375 30.71875 -12.40625 30.71875 -14.953125 L 31.28125 -6.484375 C 30.40625 -4.484375 29.046875 -2.796875 27.203125 -1.4375 C 25.28125 -0.078125 23.046875 0.5625 20.3125 0.5625 C 15.84375 0.5625 12.3125 -0.875 9.921875 -3.765625 C 7.4375 -6.640625 6.234375 -10.640625 6.234375 -15.921875 L 6.234375 -40.5625 L 14.234375 -40.5625 Z M 14.234375 -15.921875 "
+           id="path17" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph0-6">
+        <path
+           style="stroke:none;"
+           d="M 24.40625 0.5625 C 21.921875 0.5625 19.6875 0 17.84375 -1.203125 C 15.921875 -2.484375 14.5625 -4.15625 13.6875 -6.40625 L 14.234375 -14.875 C 14.234375 -13.125 14.5625 -11.59375 15.203125 -10.40625 C 15.765625 -9.203125 16.71875 -8.234375 17.84375 -7.59375 C 19.046875 -6.953125 20.484375 -6.640625 22.15625 -6.640625 C 24.796875 -6.640625 26.875 -7.4375 28.3125 -9.046875 C 29.765625 -10.640625 30.484375 -12.875 30.484375 -15.765625 L 30.484375 -24.5625 C 30.484375 -27.515625 29.765625 -29.84375 28.3125 -31.515625 C 26.875 -33.125 24.796875 -33.921875 22.15625 -33.921875 C 20.484375 -33.921875 19.046875 -33.59375 17.84375 -33.046875 C 16.71875 -32.40625 15.765625 -31.4375 15.203125 -30.234375 C 14.5625 -29.046875 14.234375 -27.59375 14.234375 -25.921875 L 13.4375 -33.6875 C 14.640625 -36.078125 16.234375 -37.921875 18.234375 -39.203125 C 20.15625 -40.484375 22.40625 -41.125 24.796875 -41.125 C 27.6875 -41.125 30.15625 -40.484375 32.15625 -39.203125 C 34.234375 -37.921875 35.765625 -36 36.875 -33.59375 C 37.921875 -31.125 38.484375 -28.078125 38.484375 -24.640625 L 38.484375 -15.765625 C 38.484375 -12.3125 37.921875 -9.4375 36.796875 -6.953125 C 35.6875 -4.484375 34.078125 -2.640625 32 -1.359375 C 29.921875 -0.078125 27.359375 0.5625 24.40625 0.5625 Z M 6.234375 -56.796875 L 14.234375 -56.796875 L 14.234375 0 L 6.234375 0 Z M 6.234375 -56.796875 "
+           id="path20" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-0">
+        <path
+           style="stroke:none;"
+           d=""
+           id="path23" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-1">
+        <path
+           style="stroke:none;"
+           d="M 2.234375 -6.734375 L 6.375 -6.734375 C 6.6875 -6.734375 6.96875 -6.8125 7.21875 -6.96875 C 7.484375 -7.125 7.65625 -7.34375 7.796875 -7.625 C 7.9375 -7.90625 8 -8.25 8 -8.59375 C 8 -8.96875 7.9375 -9.3125 7.796875 -9.59375 C 7.65625 -9.875 7.484375 -10.09375 7.21875 -10.25 C 6.984375 -10.40625 6.6875 -10.484375 6.375 -10.484375 L 2.234375 -10.484375 L 2.234375 -12.109375 L 6.296875 -12.109375 C 7 -12.109375 7.609375 -11.953125 8.140625 -11.671875 C 8.671875 -11.375 9.078125 -10.96875 9.359375 -10.4375 C 9.65625 -9.90625 9.8125 -9.296875 9.8125 -8.59375 C 9.8125 -7.921875 9.65625 -7.3125 9.359375 -6.78125 C 9.078125 -6.25 8.65625 -5.84375 8.125 -5.546875 C 7.59375 -5.265625 6.984375 -5.109375 6.296875 -5.109375 L 2.234375 -5.109375 Z M 1.5 -12.109375 L 3.203125 -12.109375 L 3.203125 0 L 1.5 0 Z M 5.53125 -5.484375 L 7.21875 -5.875 L 10.328125 0 L 8.296875 0 Z M 5.53125 -5.484375 "
+           id="path26" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-2">
+        <path
+           style="stroke:none;"
+           d="M 4.875 0.125 C 4.078125 0.125 3.390625 -0.03125 2.828125 -0.328125 C 2.25 -0.625 1.828125 -1.078125 1.53125 -1.65625 C 1.21875 -2.234375 1.09375 -2.921875 1.09375 -3.75 L 1.09375 -4.71875 C 1.09375 -5.5625 1.21875 -6.296875 1.515625 -6.890625 C 1.78125 -7.515625 2.21875 -7.96875 2.765625 -8.28125 C 3.296875 -8.59375 3.953125 -8.75 4.71875 -8.75 C 5.4375 -8.75 6.046875 -8.578125 6.5625 -8.21875 C 7.0625 -7.84375 7.453125 -7.34375 7.734375 -6.65625 C 8 -5.984375 8.140625 -5.15625 8.140625 -4.203125 L 8.140625 -3.625 L 2.3125 -3.625 L 2.3125 -5 L 6.515625 -5 C 6.46875 -5.703125 6.28125 -6.25 5.984375 -6.640625 C 5.671875 -7.03125 5.25 -7.21875 4.71875 -7.21875 C 4.078125 -7.21875 3.578125 -7.015625 3.21875 -6.59375 C 2.875 -6.1875 2.6875 -5.59375 2.6875 -4.796875 L 2.6875 -3.71875 C 2.6875 -3 2.875 -2.453125 3.25 -2.0625 C 3.640625 -1.6875 4.171875 -1.484375 4.875 -1.484375 C 5.21875 -1.484375 5.546875 -1.5625 5.890625 -1.703125 C 6.234375 -1.84375 6.515625 -2.03125 6.796875 -2.28125 L 7.90625 -1.15625 C 7.484375 -0.75 7 -0.4375 6.46875 -0.21875 C 5.9375 0.015625 5.40625 0.125 4.875 0.125 Z M 4.875 0.125 "
+           id="path29" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-3">
+        <path
+           style="stroke:none;"
+           d="M 4.375 0.125 C 3.859375 0.125 3.390625 0.0625 2.953125 -0.03125 C 2.5 -0.125 2.078125 -0.265625 1.703125 -0.484375 C 1.3125 -0.6875 0.953125 -0.921875 0.625 -1.21875 L 1.640625 -2.46875 C 2.09375 -2.109375 2.546875 -1.84375 3.015625 -1.671875 C 3.46875 -1.484375 3.9375 -1.390625 4.375 -1.390625 C 5.0625 -1.390625 5.546875 -1.5 5.890625 -1.703125 C 6.234375 -1.921875 6.40625 -2.234375 6.40625 -2.640625 C 6.40625 -2.921875 6.296875 -3.140625 6.109375 -3.265625 C 5.9375 -3.40625 5.703125 -3.515625 5.4375 -3.546875 C 5.15625 -3.59375 4.78125 -3.640625 4.296875 -3.671875 C 4.234375 -3.671875 4.203125 -3.671875 4.15625 -3.671875 C 4.109375 -3.671875 4.046875 -3.703125 4 -3.703125 C 3.984375 -3.703125 3.96875 -3.703125 3.953125 -3.703125 C 3.921875 -3.703125 3.90625 -3.703125 3.890625 -3.703125 C 3.328125 -3.75 2.84375 -3.828125 2.453125 -3.953125 C 2.0625 -4.078125 1.734375 -4.296875 1.484375 -4.609375 C 1.21875 -4.9375 1.109375 -5.421875 1.109375 -6.03125 C 1.109375 -6.625 1.21875 -7.140625 1.484375 -7.546875 C 1.71875 -7.953125 2.09375 -8.265625 2.59375 -8.453125 C 3.078125 -8.65625 3.703125 -8.75 4.4375 -8.75 C 4.890625 -8.75 5.3125 -8.71875 5.71875 -8.640625 C 6.125 -8.546875 6.515625 -8.4375 6.890625 -8.265625 C 7.265625 -8.109375 7.625 -7.890625 7.96875 -7.640625 L 6.953125 -6.40625 C 6.5 -6.671875 6.078125 -6.890625 5.671875 -7.03125 C 5.25 -7.171875 4.84375 -7.234375 4.4375 -7.234375 C 3.859375 -7.234375 3.4375 -7.140625 3.15625 -6.953125 C 2.859375 -6.75 2.703125 -6.453125 2.703125 -6.0625 C 2.703125 -5.828125 2.796875 -5.65625 2.96875 -5.53125 C 3.109375 -5.421875 3.328125 -5.328125 3.578125 -5.296875 C 3.828125 -5.265625 4.1875 -5.234375 4.65625 -5.1875 C 4.6875 -5.1875 4.71875 -5.1875 4.75 -5.1875 C 4.78125 -5.1875 4.8125 -5.1875 4.859375 -5.171875 C 4.875 -5.171875 4.890625 -5.171875 4.90625 -5.171875 C 4.921875 -5.171875 4.9375 -5.171875 4.953125 -5.171875 C 5.5625 -5.140625 6.078125 -5.0625 6.5 -4.9375 C 6.9375 -4.796875 7.296875 -4.5625 7.5625 -4.203125 C 7.84375 -3.84375 8 -3.328125 8 -2.640625 C 8 -2.03125 7.875 -1.515625 7.59375 -1.109375 C 7.34375 -0.703125 6.9375 -0.390625 6.40625 -0.1875 C 5.859375 0.015625 5.1875 0.125 4.375 0.125 Z M 4.375 0.125 "
+           id="path32" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-4">
+        <path
+           style="stroke:none;"
+           d="M 6.203125 -5.46875 C 6.203125 -6.046875 6.046875 -6.46875 5.75 -6.796875 C 5.453125 -7.109375 5.03125 -7.25 4.46875 -7.25 C 4.125 -7.25 3.78125 -7.203125 3.453125 -7.109375 C 3.140625 -7 2.828125 -6.84375 2.578125 -6.65625 L 1.34375 -7.515625 C 1.671875 -7.90625 2.09375 -8.203125 2.640625 -8.4375 C 3.171875 -8.65625 3.765625 -8.75 4.40625 -8.75 C 5.125 -8.75 5.734375 -8.640625 6.25 -8.375 C 6.765625 -8.125 7.15625 -7.765625 7.421875 -7.296875 C 7.6875 -6.796875 7.8125 -6.21875 7.8125 -5.546875 L 7.8125 0 L 6.203125 0 Z M 4.09375 0.125 C 3.03125 0.125 2.234375 -0.109375 1.703125 -0.546875 C 1.171875 -0.96875 0.921875 -1.65625 0.921875 -2.546875 C 0.921875 -3.40625 1.15625 -4.03125 1.640625 -4.46875 C 2.125 -4.890625 2.84375 -5.109375 3.828125 -5.109375 L 6.28125 -5.109375 L 6.40625 -3.75 L 3.828125 -3.75 C 3.390625 -3.75 3.0625 -3.640625 2.84375 -3.4375 C 2.625 -3.25 2.515625 -2.953125 2.515625 -2.546875 C 2.515625 -2.109375 2.65625 -1.78125 2.953125 -1.5625 C 3.234375 -1.359375 3.671875 -1.265625 4.28125 -1.265625 C 4.921875 -1.265625 5.421875 -1.328125 5.71875 -1.46875 C 6.046875 -1.59375 6.203125 -1.828125 6.203125 -2.109375 L 6.390625 -0.90625 C 6.234375 -0.671875 6.046875 -0.484375 5.828125 -0.328125 C 5.609375 -0.171875 5.34375 -0.0625 5.0625 0.015625 C 4.78125 0.078125 4.4375 0.125 4.09375 0.125 Z M 4.09375 0.125 "
+           id="path35" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-5">
+        <path
+           style="stroke:none;"
+           d="M 1.328125 -8.640625 L 3.03125 -8.640625 L 3.03125 0 L 1.328125 0 Z M 6.078125 -6.59375 C 5.921875 -6.78125 5.734375 -6.921875 5.515625 -7 C 5.28125 -7.109375 5.03125 -7.15625 4.71875 -7.15625 C 4.1875 -7.15625 3.765625 -7 3.46875 -6.6875 C 3.1875 -6.40625 3.03125 -6 3.03125 -5.46875 L 2.859375 -7.140625 C 3.109375 -7.640625 3.453125 -8.03125 3.890625 -8.328125 C 4.3125 -8.625 4.765625 -8.75 5.28125 -8.75 C 5.671875 -8.75 6.03125 -8.703125 6.359375 -8.578125 C 6.671875 -8.484375 6.953125 -8.3125 7.1875 -8.09375 Z M 6.078125 -6.59375 "
+           id="path38" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-6">
+        <path
+           style="stroke:none;"
+           d="M 4.8125 0.125 C 4.03125 0.125 3.359375 -0.015625 2.796875 -0.328125 C 2.25 -0.609375 1.828125 -1.03125 1.515625 -1.59375 C 1.21875 -2.15625 1.09375 -2.828125 1.09375 -3.625 L 1.09375 -5.046875 C 1.09375 -5.828125 1.21875 -6.5 1.515625 -7.046875 C 1.828125 -7.609375 2.25 -8.03125 2.796875 -8.328125 C 3.359375 -8.625 4.03125 -8.75 4.8125 -8.75 C 5.265625 -8.75 5.6875 -8.703125 6.078125 -8.59375 C 6.484375 -8.484375 6.828125 -8.328125 7.15625 -8.125 C 7.484375 -7.921875 7.734375 -7.65625 7.9375 -7.375 L 6.734375 -6.28125 C 6.46875 -6.5625 6.203125 -6.78125 5.859375 -6.921875 C 5.53125 -7.0625 5.1875 -7.15625 4.84375 -7.15625 C 4.1875 -7.15625 3.671875 -6.96875 3.328125 -6.59375 C 2.96875 -6.234375 2.78125 -5.71875 2.78125 -5.046875 L 2.78125 -3.625 C 2.78125 -2.953125 2.96875 -2.421875 3.328125 -2.046875 C 3.671875 -1.671875 4.1875 -1.484375 4.84375 -1.484375 C 5.1875 -1.484375 5.546875 -1.5625 5.875 -1.734375 C 6.203125 -1.890625 6.484375 -2.109375 6.734375 -2.421875 L 7.9375 -1.21875 C 7.734375 -0.9375 7.453125 -0.703125 7.15625 -0.5 C 6.828125 -0.296875 6.46875 -0.140625 6.078125 -0.03125 C 5.6875 0.0625 5.265625 0.125 4.8125 0.125 Z M 4.8125 0.125 "
+           id="path41" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-7">
+        <path
+           style="stroke:none;"
+           d="M 1.328125 -12.09375 L 3.03125 -12.09375 L 3.03125 0 L 1.328125 0 Z M 6.578125 -5.234375 C 6.578125 -5.84375 6.421875 -6.3125 6.09375 -6.640625 C 5.78125 -6.984375 5.328125 -7.15625 4.765625 -7.15625 C 4.203125 -7.15625 3.78125 -7 3.46875 -6.703125 C 3.1875 -6.421875 3.03125 -6.015625 3.03125 -5.484375 L 2.859375 -7.15625 C 3.109375 -7.65625 3.46875 -8.0625 3.90625 -8.34375 C 4.328125 -8.625 4.796875 -8.75 5.328125 -8.75 C 6.265625 -8.75 6.984375 -8.453125 7.5 -7.828125 C 8 -7.21875 8.265625 -6.359375 8.265625 -5.25 L 8.265625 0 L 6.578125 0 Z M 6.578125 -5.234375 "
+           id="path44" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-8">
+        <path
+           style="stroke:none;"
+           d=""
+           id="path47" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-9">
+        <path
+           style="stroke:none;"
+           d="M 1.5 -12.09375 L 3.203125 -12.09375 L 3.203125 0 L 1.5 0 Z M 2.328125 -6.703125 L 8.1875 -6.703125 L 8.1875 -5.09375 L 2.328125 -5.09375 Z M 2.328125 -12.09375 L 9.109375 -12.09375 L 9.109375 -10.46875 L 2.328125 -10.46875 Z M 2.328125 -12.09375 "
+           id="path50" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-10">
+        <path
+           style="stroke:none;"
+           d="M 1.328125 -12.09375 L 3.03125 -12.09375 L 3.03125 -10.390625 L 1.328125 -10.390625 Z M 1.328125 -8.640625 L 3.03125 -8.640625 L 3.03125 0 L 1.328125 0 Z M 1.328125 -8.640625 "
+           id="path53" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-11">
+        <path
+           style="stroke:none;"
+           d="M 3.03125 -2.234375 C 3.03125 -2.03125 3.078125 -1.859375 3.171875 -1.734375 C 3.25 -1.640625 3.390625 -1.5625 3.5625 -1.5625 L 4.34375 -1.5625 L 4.34375 0.046875 L 3.359375 0.046875 C 2.703125 0.046875 2.21875 -0.15625 1.859375 -0.5625 C 1.515625 -0.953125 1.328125 -1.515625 1.328125 -2.25 L 1.328125 -12.09375 L 3.03125 -12.09375 Z M 3.03125 -2.234375 "
+           id="path56" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-12">
+        <path
+           style="stroke:none;"
+           d="M 6.234375 -12.09375 L 7.9375 -12.09375 L 7.9375 0 L 6.234375 0 Z M 4.078125 0.15625 C 3.4375 0.15625 2.890625 0.015625 2.453125 -0.25 C 2.015625 -0.546875 1.671875 -0.9375 1.4375 -1.46875 C 1.1875 -2 1.09375 -2.625 1.09375 -3.359375 L 1.09375 -5.265625 C 1.09375 -6.015625 1.1875 -6.640625 1.4375 -7.171875 C 1.65625 -7.703125 1.96875 -8.09375 2.421875 -8.375 C 2.84375 -8.65625 3.375 -8.78125 3.984375 -8.78125 C 4.5 -8.78125 4.953125 -8.65625 5.375 -8.375 C 5.8125 -8.125 6.140625 -7.75 6.421875 -7.25 L 6.234375 -5.5 C 6.234375 -5.859375 6.171875 -6.1875 6.046875 -6.4375 C 5.90625 -6.6875 5.703125 -6.890625 5.46875 -7.03125 C 5.21875 -7.171875 4.90625 -7.234375 4.546875 -7.234375 C 3.984375 -7.234375 3.546875 -7.0625 3.234375 -6.703125 C 2.921875 -6.375 2.78125 -5.875 2.78125 -5.25 L 2.78125 -3.359375 C 2.78125 -2.734375 2.921875 -2.25 3.234375 -1.90625 C 3.546875 -1.5625 3.984375 -1.390625 4.546875 -1.390625 C 4.90625 -1.390625 5.21875 -1.46875 5.46875 -1.625 C 5.703125 -1.75 5.90625 -1.953125 6.046875 -2.21875 C 6.171875 -2.484375 6.234375 -2.8125 6.234375 -3.1875 L 6.359375 -1.359375 C 6.1875 -0.9375 5.90625 -0.578125 5.515625 -0.296875 C 5.125 0 4.625 0.15625 4.078125 0.15625 Z M 4.078125 0.15625 "
+           id="path59" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-13">
+        <path
+           style="stroke:none;"
+           d="M 1.5 -12.09375 L 3.203125 -12.09375 L 3.203125 0 L 1.5 0 Z M 2.3125 -1.625 L 9.265625 -1.625 L 9.265625 0 L 2.3125 0 Z M 2.3125 -6.8125 L 8.34375 -6.8125 L 8.34375 -5.1875 L 2.3125 -5.1875 Z M 2.3125 -12.09375 L 9.265625 -12.09375 L 9.265625 -10.46875 L 2.3125 -10.46875 Z M 2.3125 -12.09375 "
+           id="path62" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-14">
+        <path
+           style="stroke:none;"
+           d="M 3.578125 0.046875 C 2.875 0.046875 2.375 -0.15625 2.046875 -0.546875 C 1.71875 -0.921875 1.546875 -1.5 1.546875 -2.25 L 1.546875 -11.140625 L 3.25 -11.140625 L 3.25 -2.234375 C 3.25 -2.03125 3.28125 -1.859375 3.375 -1.734375 C 3.453125 -1.640625 3.578125 -1.5625 3.75 -1.5625 L 4.5625 -1.5625 L 4.5625 0.046875 Z M 0.671875 -8.640625 L 4.5625 -8.640625 L 4.5625 -7.109375 L 0.671875 -7.109375 Z M 0.671875 -8.640625 "
+           id="path65" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-15">
+        <path
+           style="stroke:none;"
+           d="M 1.328125 -8.640625 L 3.03125 -8.640625 L 3.03125 0 L 1.328125 0 Z M 6.578125 -5.234375 C 6.578125 -5.84375 6.421875 -6.3125 6.09375 -6.640625 C 5.78125 -6.984375 5.328125 -7.15625 4.765625 -7.15625 C 4.203125 -7.15625 3.78125 -7 3.46875 -6.703125 C 3.1875 -6.40625 3.03125 -6 3.03125 -5.46875 L 2.859375 -7.140625 C 3.109375 -7.640625 3.46875 -8.0625 3.90625 -8.328125 C 4.328125 -8.625 4.796875 -8.75 5.328125 -8.75 C 6.265625 -8.75 6.984375 -8.453125 7.5 -7.828125 C 8 -7.21875 8.265625 -6.359375 8.265625 -5.25 L 8.265625 0 L 6.578125 0 Z M 6.578125 -5.234375 "
+           id="path68" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-16">
+        <path
+           style="stroke:none;"
+           d="M 6.421875 -8.640625 L 8.1875 -8.640625 L 4.9375 0 L 3.65625 0 L 0.421875 -8.640625 L 2.203125 -8.640625 L 4.3125 -2.46875 Z M 6.421875 -8.640625 "
+           id="path71" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-17">
+        <path
+           style="stroke:none;"
+           d="M 4.65625 0.125 C 3.90625 0.125 3.25 -0.015625 2.71875 -0.328125 C 2.203125 -0.609375 1.78125 -1.03125 1.5 -1.59375 C 1.21875 -2.15625 1.09375 -2.84375 1.09375 -3.625 L 1.09375 -5.046875 C 1.09375 -5.828125 1.21875 -6.484375 1.5 -7.046875 C 1.78125 -7.609375 2.203125 -8.03125 2.71875 -8.328125 C 3.25 -8.625 3.90625 -8.75 4.65625 -8.75 C 5.375 -8.75 6.03125 -8.625 6.5625 -8.328125 C 7.109375 -8.03125 7.5 -7.609375 7.78125 -7.046875 C 8.0625 -6.484375 8.203125 -5.828125 8.203125 -5.046875 L 8.203125 -3.609375 C 8.203125 -2.828125 8.0625 -2.140625 7.78125 -1.59375 C 7.5 -1.03125 7.109375 -0.609375 6.5625 -0.328125 C 6.03125 -0.015625 5.375 0.125 4.65625 0.125 Z M 4.65625 -1.484375 C 5.234375 -1.484375 5.6875 -1.671875 6.015625 -2.046875 C 6.328125 -2.421875 6.5 -2.953125 6.5 -3.609375 L 6.5 -5.046875 C 6.5 -5.703125 6.328125 -6.234375 6.015625 -6.59375 C 5.6875 -6.96875 5.234375 -7.15625 4.65625 -7.15625 C 4.046875 -7.15625 3.59375 -6.96875 3.265625 -6.59375 C 2.953125 -6.234375 2.78125 -5.703125 2.78125 -5.046875 L 2.78125 -3.609375 C 2.78125 -2.953125 2.953125 -2.421875 3.265625 -2.046875 C 3.59375 -1.671875 4.046875 -1.484375 4.65625 -1.484375 Z M 4.65625 -1.484375 "
+           id="path74" />
+      </symbol>
+      <symbol
+         overflow="visible"
+         id="glyph1-18">
+        <path
+           style="stroke:none;"
+           d="M 11.65625 -5.234375 C 11.65625 -5.84375 11.484375 -6.3125 11.171875 -6.640625 C 10.84375 -6.984375 10.40625 -7.15625 9.84375 -7.15625 C 9.3125 -7.15625 8.90625 -6.984375 8.625 -6.65625 C 8.328125 -6.328125 8.1875 -5.890625 8.1875 -5.296875 L 7.84375 -6.96875 C 8.109375 -7.53125 8.484375 -7.96875 8.921875 -8.296875 C 9.359375 -8.59375 9.859375 -8.75 10.390625 -8.75 C 11.015625 -8.75 11.546875 -8.625 11.984375 -8.34375 C 12.4375 -8.078125 12.765625 -7.65625 13 -7.15625 C 13.234375 -6.625 13.328125 -5.984375 13.328125 -5.25 L 13.328125 0 L 11.65625 0 Z M 1.328125 -8.640625 L 3.03125 -8.640625 L 3.03125 0 L 1.328125 0 Z M 6.484375 -5.234375 C 6.484375 -5.84375 6.328125 -6.3125 6.046875 -6.640625 C 5.734375 -6.984375 5.3125 -7.15625 4.765625 -7.15625 C 4.203125 -7.15625 3.78125 -7 3.46875 -6.703125 C 3.1875 -6.40625 3.03125 -6 3.03125 -5.46875 L 2.859375 -7.140625 C 3.109375 -7.640625 3.46875 -8.0625 3.90625 -8.328125 C 4.328125 -8.625 4.796875 -8.75 5.328125 -8.75 C 5.921875 -8.75 6.4375 -8.625 6.859375 -8.34375 C 7.296875 -8.078125 7.625 -7.65625 7.84375 -7.15625 C 8.078125 -6.625 8.1875 -5.984375 8.1875 -5.25 L 8.1875 0 L 6.484375 0 Z M 6.484375 -5.234375 "
+           id="path77" />
+      </symbol>
+    </g>
+  </defs>
+  <path
+     style="fill:#bf0000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     d="M 1,72.644531 C 1,70.84375 2.441406,69.402344 4.238281,69.402344 h 38.222657 c 1.800781,0 3.300781,1.441406 3.300781,3.242187 v 13.078125 c 0,1.800782 -1.5,3.238282 -3.300781,3.238282 H 4.238281 C 2.441406,88.960938 1,87.523438 1,85.722656 Z m 0,0"
+     id="path84" />
+  <path
+     style="fill:#a1b530;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     d="m 53.738281,72.644531 c 0,-1.800781 1.5,-3.242187 3.300781,-3.242187 h 38.222657 c 1.796875,0 3.238281,1.441406 3.238281,3.242187 v 13.078125 c 0,1.800782 -1.441406,3.238282 -3.238281,3.238282 H 57.039062 c -1.800781,0 -3.300781,-1.4375 -3.300781,-3.238282 z m 0,0"
+     id="path86" />
+  <path
+     style="fill:#026eb3;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     d="m 106.66016,72.644531 c 0,-1.800781 1.4414,-3.242187 3.23828,-3.242187 h 38.22265 c 1.79688,0 3.29688,1.441406 3.29688,3.242187 v 13.078125 c 0,1.800782 -1.5,3.238282 -3.29688,3.238282 h -38.22265 c -1.79688,0 -3.23828,-1.4375 -3.23828,-3.238282 z m 0,0"
+     id="path88" />
+  <path
+     style="fill:#787878;fill-opacity:1;stroke:none"
+     d="m 6.95855,50.206348 h 12.875 c 4.15625,0 7.4375,-1.046875 9.765625,-3.28125 2.3125,-2.171875 3.4375,-5.203125 3.4375,-9.203125 v -16.71875 c 0,-3.921875 -1.125,-6.96875 -3.4375,-9.203125 C 27.27105,9.643848 23.9898,8.596973 19.83355,8.596973 h -12.875 v -7.59375 h 12.640625 c 4.546875,0 8.46875,0.796875 11.671875,2.390625 3.203125,1.609375 5.6875,3.921875 7.359375,6.96875 1.765625,3.03125 2.5625,6.71875 2.5625,10.953125 v 16.171875 c 0,4.234375 -0.796875,7.90625 -2.5625,10.953125 -1.671875,3.046875 -4.15625,5.359375 -7.359375,6.953125 -3.28125,1.609375 -7.125,2.40625 -11.671875,2.40625 H 6.95855 Z M 1.599175,1.003223 h 8 v 56.796875 h -8 z m 0,0"
+     id="path3570" />
+  <path
+     style="fill:#787878;fill-opacity:1;stroke:none"
+     d="m 76.157299,32.112598 c 0,-2.71875 -0.71875,-4.71875 -2.078125,-6.234375 -1.453125,-1.4375 -3.453125,-2.15625 -6.09375,-2.15625 -1.59375,0 -3.1875,0.234375 -4.71875,0.71875 -1.515625,0.484375 -2.953125,1.203125 -4.15625,2.078125 l -5.765625,-4 c 1.53125,-1.84375 3.53125,-3.28125 6.09375,-4.3125 2.46875,-1.046875 5.28125,-1.53125 8.3125,-1.53125 3.359375,0 6.234375,0.5625 8.640625,1.765625 2.40625,1.203125 4.234375,2.875 5.515625,5.125 1.203125,2.3125 1.84375,5.03125 1.84375,8.15625 v 26.078125 h -7.59375 z m -9.921875,26.25 c -4.96875,0 -8.71875,-1.046875 -11.203125,-3.125 -2.484375,-2 -3.6875,-5.203125 -3.6875,-9.4375 0,-4 1.125,-6.953125 3.375,-8.953125 2.3125,-2 5.671875,-3.046875 10.3125,-3.046875 h 11.515625 l 0.5625,6.40625 H 65.032299 c -2.078125,0 -3.59375,0.46875 -4.640625,1.4375 -1.046875,0.875 -1.515625,2.3125 -1.515625,4.15625 0,2.078125 0.640625,3.59375 2,4.640625 1.359375,0.953125 3.4375,1.4375 6.234375,1.4375 3.046875,0 5.359375,-0.3125 6.796875,-0.953125 1.53125,-0.640625 2.25,-1.6875 2.25,-3.046875 l 0.875,5.6875 c -0.71875,1.109375 -1.59375,2 -2.640625,2.71875 -1.046875,0.71875 -2.234375,1.203125 -3.59375,1.59375 -1.28125,0.328125 -2.890625,0.484375 -4.5625,0.484375 z m 0,0"
+     id="path3566" />
+  <path
+     style="fill:#787878;fill-opacity:1;stroke:none"
+     d="m 106.38917,58.034473 c -3.28125,0 -5.67187,-0.953125 -7.20312,-2.796875 -1.515625,-1.75 -2.3125,-4.484375 -2.3125,-8 v -41.75 h 8 v 41.828125 c 0,0.96875 0.15625,1.765625 0.5625,2.328125 0.39062,0.46875 0.95312,0.796875 1.75,0.796875 h 3.84375 v 7.59375 z M 92.7173,17.237598 h 18.3125 v 7.203125 H 92.7173 Z m 0,0"
+     id="path3562" />
+  <path
+     style="fill:#787878;fill-opacity:1;stroke:none"
+     d="m 144.7973,32.112598 c 0,-2.71875 -0.71875,-4.71875 -2.07813,-6.234375 -1.45312,-1.4375 -3.45312,-2.15625 -6.09375,-2.15625 -1.59375,0 -3.1875,0.234375 -4.71875,0.71875 -1.51562,0.484375 -2.95312,1.203125 -4.15624,2.078125 l -5.76563,-4 c 1.53125,-1.84375 3.53125,-3.28125 6.09375,-4.3125 2.46875,-1.046875 5.28125,-1.53125 8.3125,-1.53125 3.35937,0 6.23437,0.5625 8.64062,1.765625 2.40625,1.203125 4.23438,2.875 5.51563,5.125 1.20312,2.3125 1.84375,5.03125 1.84375,8.15625 v 26.078125 h -7.59375 z m -9.92188,26.25 c -4.96875,0 -8.71874,-1.046875 -11.20312,-3.125 -2.48437,-2 -3.6875,-5.203125 -3.6875,-9.4375 0,-4 1.125,-6.953125 3.375,-8.953125 2.3125,-2 5.67187,-3.046875 10.3125,-3.046875 h 11.51562 l 0.5625,6.40625 H 133.6723 c -2.07813,0 -3.59375,0.46875 -4.64063,1.4375 -1.04687,0.875 -1.51562,2.3125 -1.51562,4.15625 0,2.078125 0.64062,3.59375 2,4.640625 1.35937,0.953125 3.4375,1.4375 6.23437,1.4375 3.04688,0 5.35938,-0.3125 6.79688,-0.953125 1.53125,-0.640625 2.25,-1.6875 2.25,-3.046875 l 0.875,5.6875 c -0.71875,1.109375 -1.59375,2 -2.64063,2.71875 -1.04687,0.71875 -2.23437,1.203125 -3.59375,1.59375 -1.28125,0.328125 -2.89062,0.484375 -4.5625,0.484375 z m 0,0"
+     id="path3558" />
+  <path
+     style="fill:#191917;fill-opacity:1;stroke:none"
+     d="m 197.57965,1.003223 h 8 v 56.796875 h -8 z m -32.23438,0 h 8 v 56.796875 h -8 z m 4.95313,25.03125 h 31.51562 v 7.609375 H 170.2984 Z m 0,0"
+     id="path3706" />
+  <path
+     style="fill:#191917;fill-opacity:1;stroke:none"
+     d="m 243.33714,17.237598 h 7.92187 v 40.5625 h -7.92187 z m -16.48438,24.640625 c 0,2.875 0.71875,5.046875 2.17188,6.5625 1.4375,1.59375 3.4375,2.40625 6.07812,2.40625 2.64063,0 4.64063,-0.734375 6.07813,-2.09375 1.4375,-1.4375 2.15625,-3.359375 2.15625,-5.90625 l 0.5625,8.46875 c -0.875,2 -2.23438,3.6875 -4.07813,5.046875 -1.92187,1.359375 -4.15625,2 -6.89062,2 -4.46875,0 -8,-1.4375 -10.39063,-4.328125 -2.48437,-2.875 -3.6875,-6.875 -3.6875,-12.15625 V 17.237598 h 8 z m 0,0"
+     id="path3702" />
+  <path
+     style="fill:#191917;fill-opacity:1;stroke:none"
+     d="m 281.50464,58.362598 c -2.48438,0 -4.71875,-0.5625 -6.5625,-1.765625 -1.92188,-1.28125 -3.28125,-2.953125 -4.15625,-5.203125 l 0.54687,-8.46875 c 0,1.75 0.32813,3.28125 0.96875,4.46875 0.5625,1.203125 1.51563,2.171875 2.64063,2.8125 1.20312,0.640625 2.64062,0.953125 4.3125,0.953125 2.64062,0 4.71875,-0.796875 6.15625,-2.40625 1.45312,-1.59375 2.17187,-3.828125 2.17187,-6.71875 v -8.796875 c 0,-2.953125 -0.71875,-5.28125 -2.17187,-6.953125 -1.4375,-1.609375 -3.51563,-2.40625 -6.15625,-2.40625 -1.67188,0 -3.10938,0.328125 -4.3125,0.875 -1.125,0.640625 -2.07813,1.609375 -2.64063,2.8125 -0.64062,1.1875 -0.96875,2.640625 -0.96875,4.3125 l -0.79687,-7.765625 c 1.20312,-2.390625 2.79687,-4.234375 4.79687,-5.515625 1.92188,-1.28125 4.17188,-1.921875 6.5625,-1.921875 2.89063,0 5.35938,0.640625 7.35938,1.921875 2.07812,1.28125 3.60937,3.203125 4.71875,5.609375 1.04687,2.46875 1.60937,5.515625 1.60937,8.953125 v 8.875 c 0,3.453125 -0.5625,6.328125 -1.6875,8.8125 -1.10937,2.46875 -2.71875,4.3125 -4.79687,5.59375 -2.07813,1.28125 -4.64063,1.921875 -7.59375,1.921875 z M 263.33276,1.003223 h 8 v 56.796875 h -8 z m 0,0"
+     id="path3698" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="M 2.732375,106.71013 H 6.873 c 0.3125,0 0.59375,-0.0781 0.84375,-0.23438 0.265625,-0.15625 0.4375,-0.375 0.578125,-0.65625 0.140625,-0.28125 0.203125,-0.625 0.203125,-0.96875 0,-0.375 -0.0625,-0.71875 -0.203125,-1 -0.140625,-0.28125 -0.3125,-0.5 -0.578125,-0.65625 C 7.482375,103.03825 7.1855,102.96013 6.873,102.96013 H 2.732375 v -1.625 h 4.0625 c 0.703125,0 1.3125,0.15625 1.84375,0.4375 0.53125,0.29687 0.9375,0.70312 1.21875,1.23437 0.296875,0.53125 0.453125,1.14063 0.453125,1.84375 0,0.67188 -0.15625,1.28125 -0.453125,1.8125 -0.28125,0.53125 -0.703125,0.9375 -1.234375,1.23438 -0.53125,0.28125 -1.140625,0.4375 -1.828125,0.4375 h -4.0625 z M 1.998,101.33513 H 3.701125 V 113.4445 H 1.998 Z m 4.03125,6.625 1.6875,-0.39063 3.109375,5.875 h -2.03125 z m 0,0"
+     id="path3574" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 16.1418,113.5695 c -0.796875,0 -1.484375,-0.15625 -2.046875,-0.45312 -0.578125,-0.29688 -1,-0.75 -1.296875,-1.32813 -0.3125,-0.57812 -0.4375,-1.26562 -0.4375,-2.09375 v -0.96875 c 0,-0.84375 0.125,-1.57812 0.421875,-2.17187 0.265625,-0.625 0.703125,-1.07813 1.25,-1.39063 0.53125,-0.3125 1.1875,-0.46875 1.953125,-0.46875 0.71875,0 1.328125,0.17188 1.84375,0.53125 0.5,0.375 0.890625,0.875 1.171875,1.5625 0.265625,0.67188 0.40625,1.5 0.40625,2.45313 v 0.57812 H 13.5793 v -1.375 h 4.203125 c -0.04687,-0.70312 -0.234375,-1.25 -0.53125,-1.64062 -0.3125,-0.39063 -0.734375,-0.57813 -1.265625,-0.57813 -0.640625,0 -1.140625,0.20313 -1.5,0.625 -0.34375,0.40625 -0.53125,1 -0.53125,1.79688 v 1.07812 c 0,0.71875 0.1875,1.26563 0.5625,1.65625 0.390625,0.375 0.921875,0.57813 1.625,0.57813 0.34375,0 0.671875,-0.0781 1.015625,-0.21875 0.34375,-0.14063 0.625,-0.32813 0.90625,-0.57813 l 1.109375,1.125 c -0.421875,0.40625 -0.90625,0.71875 -1.4375,0.9375 -0.53125,0.23438 -1.0625,0.34375 -1.59375,0.34375 z m 0,0"
+     id="path3554" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 24.770416,113.5695 c -0.515625,0 -0.984375,-0.0625 -1.421875,-0.15625 -0.453125,-0.0937 -0.875,-0.23437 -1.25,-0.45312 -0.390625,-0.20313 -0.75,-0.4375 -1.078125,-0.73438 l 1.015625,-1.25 c 0.453125,0.35938 0.90625,0.625 1.375,0.79688 0.453125,0.1875 0.921875,0.28125 1.359375,0.28125 0.6875,0 1.171875,-0.10938 1.515625,-0.3125 0.34375,-0.21875 0.515625,-0.53125 0.515625,-0.9375 0,-0.28125 -0.109375,-0.5 -0.296875,-0.625 -0.171875,-0.14063 -0.40625,-0.25 -0.671875,-0.28125 -0.28125,-0.0469 -0.65625,-0.0937 -1.140625,-0.125 -0.0625,0 -0.09375,0 -0.140625,0 -0.04687,0 -0.109375,-0.0312 -0.15625,-0.0312 -0.01563,0 -0.03125,0 -0.04687,0 -0.03125,0 -0.04687,0 -0.0625,0 -0.5625,-0.0469 -1.046875,-0.125 -1.4375,-0.25 -0.390625,-0.125 -0.71875,-0.34375 -0.96875,-0.65625 -0.265625,-0.32813 -0.375,-0.8125 -0.375,-1.42188 0,-0.59375 0.109375,-1.10937 0.375,-1.51562 0.234375,-0.40625 0.609375,-0.71875 1.109375,-0.90625 0.484375,-0.20313 1.109375,-0.29688 1.84375,-0.29688 0.453125,0 0.875,0.0312 1.28125,0.10938 0.40625,0.0937 0.796875,0.20312 1.171875,0.375 0.375,0.15625 0.734375,0.375 1.078125,0.625 l -1.015625,1.23437 c -0.453125,-0.26562 -0.875,-0.48437 -1.28125,-0.625 -0.421875,-0.14062 -0.828125,-0.20312 -1.234375,-0.20312 -0.578125,0 -1,0.0937 -1.28125,0.28125 -0.296875,0.20312 -0.453125,0.5 -0.453125,0.89062 0,0.23438 0.09375,0.40625 0.265625,0.53125 0.140625,0.10938 0.359375,0.20313 0.609375,0.23438 0.25,0.0312 0.609375,0.0625 1.078125,0.10937 0.03125,0 0.0625,0 0.09375,0 0.03125,0 0.0625,0 0.109375,0.0156 0.01563,0 0.03125,0 0.04687,0 0.01563,0 0.03125,0 0.04687,0 0.609375,0.0312 1.125,0.10937 1.546875,0.23437 0.4375,0.14063 0.796875,0.375 1.0625,0.73438 0.28125,0.35937 0.4375,0.875 0.4375,1.5625 0,0.60937 -0.125,1.125 -0.40625,1.53125 -0.25,0.40625 -0.65625,0.71875 -1.1875,0.92187 -0.546875,0.20313 -1.21875,0.3125 -2.03125,0.3125 z m 0,0"
+     id="path3550" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 34.109505,113.5695 c -0.796875,0 -1.484375,-0.15625 -2.046875,-0.45312 -0.578125,-0.29688 -1,-0.75 -1.296875,-1.32813 -0.3125,-0.57812 -0.4375,-1.26562 -0.4375,-2.09375 v -0.96875 c 0,-0.84375 0.125,-1.57812 0.421875,-2.17187 0.265625,-0.625 0.703125,-1.07813 1.25,-1.39063 0.53125,-0.3125 1.1875,-0.46875 1.953125,-0.46875 0.71875,0 1.328125,0.17188 1.84375,0.53125 0.5,0.375 0.890625,0.875 1.171875,1.5625 0.265625,0.67188 0.40625,1.5 0.40625,2.45313 v 0.57812 h -5.828125 v -1.375 h 4.203125 c -0.04687,-0.70312 -0.234375,-1.25 -0.53125,-1.64062 -0.3125,-0.39063 -0.734375,-0.57813 -1.265625,-0.57813 -0.640625,0 -1.140625,0.20313 -1.5,0.625 -0.34375,0.40625 -0.53125,1 -0.53125,1.79688 v 1.07812 c 0,0.71875 0.1875,1.26563 0.5625,1.65625 0.390625,0.375 0.921875,0.57813 1.625,0.57813 0.34375,0 0.671875,-0.0781 1.015625,-0.21875 0.34375,-0.14063 0.625,-0.32813 0.90625,-0.57813 l 1.109375,1.125 c -0.421875,0.40625 -0.90625,0.71875 -1.4375,0.9375 -0.53125,0.23438 -1.0625,0.34375 -1.59375,0.34375 z m 0,0"
+     id="path3546" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 44.566246,107.97575 c 0,-0.57812 -0.15625,-1 -0.453125,-1.32812 -0.296875,-0.3125 -0.71875,-0.45313 -1.28125,-0.45313 -0.34375,0 -0.6875,0.0469 -1.015625,0.14063 -0.3125,0.10937 -0.625,0.26562 -0.875,0.45312 l -1.234375,-0.85937 c 0.328125,-0.39063 0.75,-0.6875 1.296875,-0.92188 0.53125,-0.21875 1.125,-0.3125 1.765625,-0.3125 0.71875,0 1.328125,0.10938 1.84375,0.375 0.515625,0.25 0.90625,0.60938 1.171875,1.07813 0.265625,0.5 0.390625,1.07812 0.390625,1.75 v 5.54687 h -1.609375 z m -2.109375,5.59375 c -1.0625,0 -1.859375,-0.23437 -2.390625,-0.67187 -0.53125,-0.42188 -0.78125,-1.10938 -0.78125,-2 0,-0.85938 0.234375,-1.48438 0.71875,-1.92188 0.484375,-0.42187 1.203125,-0.64062 2.1875,-0.64062 h 2.453125 l 0.125,1.35937 h -2.578125 c -0.4375,0 -0.765625,0.10938 -0.984375,0.3125 -0.21875,0.1875 -0.328125,0.48438 -0.328125,0.89063 0,0.4375 0.140625,0.76562 0.4375,0.98437 0.28125,0.20313 0.71875,0.29688 1.328125,0.29688 0.640625,0 1.140625,-0.0625 1.4375,-0.20313 0.328125,-0.125 0.484375,-0.35937 0.484375,-0.64062 l 0.1875,1.20312 c -0.15625,0.23438 -0.34375,0.42188 -0.5625,0.57813 -0.21875,0.15625 -0.484375,0.26562 -0.765625,0.34375 -0.28125,0.0625 -0.625,0.10937 -0.96875,0.10937 z m 0,0"
+     id="path3542" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 48.75174,104.80388 h 1.703125 v 8.64062 H 48.75174 Z m 4.75,2.04687 c -0.15625,-0.1875 -0.34375,-0.32812 -0.5625,-0.40625 -0.234375,-0.10937 -0.484375,-0.15625 -0.796875,-0.15625 -0.53125,0 -0.953125,0.15625 -1.25,0.46875 -0.28125,0.28125 -0.4375,0.6875 -0.4375,1.21875 l -0.171875,-1.67187 c 0.25,-0.5 0.59375,-0.89063 1.03125,-1.1875 0.421875,-0.29688 0.875,-0.42188 1.390625,-0.42188 0.390625,0 0.75,0.0469 1.078125,0.17188 0.3125,0.0937 0.59375,0.26562 0.828125,0.48437 z m 0,0"
+     id="path3538" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 59.337101,113.5695 c -0.78125,0 -1.453125,-0.14062 -2.015625,-0.45312 -0.546875,-0.28125 -0.96875,-0.70313 -1.28125,-1.26563 -0.296875,-0.5625 -0.421875,-1.23437 -0.421875,-2.03125 v -1.42187 c 0,-0.78125 0.125,-1.45313 0.421875,-2 0.3125,-0.5625 0.734375,-0.98438 1.28125,-1.28125 0.5625,-0.29688 1.234375,-0.42188 2.015625,-0.42188 0.453125,0 0.875,0.0469 1.265625,0.15625 0.40625,0.10938 0.75,0.26563 1.078125,0.46875 0.328125,0.20313 0.578125,0.46875 0.78125,0.75 l -1.203125,1.09375 c -0.265625,-0.28125 -0.53125,-0.5 -0.875,-0.64062 -0.328125,-0.14063 -0.671875,-0.23438 -1.015625,-0.23438 -0.65625,0 -1.171875,0.1875 -1.515625,0.5625 -0.359375,0.35938 -0.546875,0.875 -0.546875,1.54688 v 1.42187 c 0,0.67188 0.1875,1.20313 0.546875,1.57813 0.34375,0.375 0.859375,0.5625 1.515625,0.5625 0.34375,0 0.703125,-0.0781 1.03125,-0.25 0.328125,-0.15625 0.609375,-0.375 0.859375,-0.6875 l 1.203125,1.20312 c -0.203125,0.28125 -0.484375,0.51563 -0.78125,0.71875 -0.328125,0.20313 -0.6875,0.35938 -1.078125,0.46875 -0.390625,0.0937 -0.8125,0.15625 -1.265625,0.15625 z m 0,0"
+     id="path3590" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 64.334164,101.35075 h 1.703125 v 12.09375 h -1.703125 z m 5.25,6.85938 c 0,-0.60938 -0.15625,-1.07813 -0.484375,-1.40625 -0.3125,-0.34375 -0.765625,-0.51563 -1.328125,-0.51563 -0.5625,0 -0.984375,0.15625 -1.296875,0.45313 -0.28125,0.28125 -0.4375,0.6875 -0.4375,1.21875 l -0.171875,-1.67188 c 0.25,-0.5 0.609375,-0.90625 1.046875,-1.1875 0.421875,-0.28125 0.890625,-0.40625 1.421875,-0.40625 0.9375,0 1.65625,0.29688 2.171875,0.92188 0.5,0.60937 0.765625,1.46875 0.765625,2.57812 v 5.25 h -1.6875 z m 0,0"
+     id="path3586" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d=""
+     id="path3582" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 78.607704,101.35075 h 1.703125 v 12.09375 h -1.703125 z m 0.828125,5.39063 h 5.859375 v 1.60937 h -5.859375 z m 0,-5.39063 h 6.78125 v 1.625 h -6.78125 z m 0,0"
+     id="path3578" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 88.190926,101.35075 h 1.703125 v 1.70313 h -1.703125 z m 0,3.45313 h 1.703125 v 8.64062 h -1.703125 z m 0,0"
+     id="path3658" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 96.012581,113.5695 c -0.796875,0 -1.484375,-0.15625 -2.046875,-0.45312 -0.578125,-0.29688 -1,-0.75 -1.296875,-1.32813 -0.3125,-0.57812 -0.4375,-1.26562 -0.4375,-2.09375 v -0.96875 c 0,-0.84375 0.125,-1.57812 0.421875,-2.17187 0.265625,-0.625 0.703125,-1.07813 1.25,-1.39063 0.53125,-0.3125 1.1875,-0.46875 1.953125,-0.46875 0.71875,0 1.328125,0.17188 1.84375,0.53125 0.5,0.375 0.890625,0.875 1.171875,1.5625 0.265625,0.67188 0.40625,1.5 0.40625,2.45313 v 0.57812 h -5.828125 v -1.375 h 4.203125 c -0.04687,-0.70312 -0.234375,-1.25 -0.53125,-1.64062 -0.3125,-0.39063 -0.734375,-0.57813 -1.265625,-0.57813 -0.640625,0 -1.140625,0.20313 -1.5,0.625 -0.34375,0.40625 -0.53125,1 -0.53125,1.79688 v 1.07812 c 0,0.71875 0.1875,1.26563 0.5625,1.65625 0.390625,0.375 0.921875,0.57813 1.625,0.57813 0.34375,0 0.671875,-0.0781 1.015625,-0.21875 0.34375,-0.14063 0.625,-0.32813 0.90625,-0.57813 l 1.109375,1.125 c -0.421875,0.40625 -0.90625,0.71875 -1.4375,0.9375 -0.53125,0.23438 -1.0625,0.34375 -1.59375,0.34375 z m 0,0"
+     id="path3654" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 103.29745,111.21013 c 0,0.20312 0.0469,0.375 0.14062,0.5 0.0781,0.0937 0.21875,0.17187 0.39063,0.17187 h 0.78125 v 1.60938 h -0.98438 c -0.65625,0 -1.14062,-0.20313 -1.5,-0.60938 -0.34375,-0.39062 -0.53125,-0.95312 -0.53125,-1.6875 v -9.84375 h 1.70313 z m 0,0"
+     id="path3650" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 111.43956,101.35075 h 1.70312 v 12.09375 h -1.70312 z m -2.15625,12.25 c -0.64063,0 -1.1875,-0.14062 -1.625,-0.40625 -0.4375,-0.29687 -0.78125,-0.6875 -1.01563,-1.21875 -0.25,-0.53125 -0.34375,-1.15625 -0.34375,-1.89062 v -1.90625 c 0,-0.75 0.0937,-1.375 0.34375,-1.90625 0.21875,-0.53125 0.53125,-0.92188 0.98438,-1.20313 0.42187,-0.28125 0.95312,-0.40625 1.5625,-0.40625 0.51562,0 0.96875,0.125 1.39062,0.40625 0.4375,0.25 0.76563,0.625 1.04688,1.125 l -0.1875,1.75 c 0,-0.35937 -0.0625,-0.6875 -0.1875,-0.9375 -0.14063,-0.25 -0.34375,-0.45312 -0.57813,-0.59375 -0.25,-0.14062 -0.5625,-0.20312 -0.92187,-0.20312 -0.5625,0 -1,0.17187 -1.3125,0.53125 -0.3125,0.32812 -0.45313,0.82812 -0.45313,1.45312 v 1.89063 c 0,0.625 0.14063,1.10937 0.45313,1.45312 0.3125,0.34375 0.75,0.51563 1.3125,0.51563 0.35937,0 0.67187,-0.0781 0.92187,-0.23438 0.23438,-0.125 0.4375,-0.32812 0.57813,-0.59375 0.125,-0.26562 0.1875,-0.59375 0.1875,-0.96875 l 0.125,1.82813 c -0.17188,0.42187 -0.45313,0.78125 -0.84375,1.0625 -0.39063,0.29687 -0.89063,0.45312 -1.4375,0.45312 z m 0,0"
+     id="path3646" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d=""
+     id="path3642" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 120.46623,101.35075 h 1.70312 v 12.09375 h -1.70312 z m 0.8125,10.46875 h 6.95312 v 1.625 h -6.95312 z m 0,-5.1875 h 6.03125 v 1.625 h -6.03125 z m 0,-5.28125 h 6.95312 v 1.625 h -6.95312 z m 0,0"
+     id="path3638" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 135.35389,107.97575 c 0,-0.57812 -0.15625,-1 -0.45312,-1.32812 -0.29688,-0.3125 -0.71875,-0.45313 -1.28125,-0.45313 -0.34375,0 -0.6875,0.0469 -1.01563,0.14063 -0.3125,0.10937 -0.625,0.26562 -0.875,0.45312 l -1.23437,-0.85937 c 0.32812,-0.39063 0.75,-0.6875 1.29687,-0.92188 0.53125,-0.21875 1.125,-0.3125 1.76563,-0.3125 0.71875,0 1.32812,0.10938 1.84375,0.375 0.51562,0.25 0.90625,0.60938 1.17187,1.07813 0.26563,0.5 0.39063,1.07812 0.39063,1.75 v 5.54687 h -1.60938 z m -2.10937,5.59375 c -1.0625,0 -1.85938,-0.23437 -2.39063,-0.67187 -0.53125,-0.42188 -0.78125,-1.10938 -0.78125,-2 0,-0.85938 0.23438,-1.48438 0.71875,-1.92188 0.48438,-0.42187 1.20313,-0.64062 2.1875,-0.64062 h 2.45313 l 0.125,1.35937 h -2.57813 c -0.4375,0 -0.76562,0.10938 -0.98437,0.3125 -0.21875,0.1875 -0.32813,0.48438 -0.32813,0.89063 0,0.4375 0.14063,0.76562 0.4375,0.98437 0.28125,0.20313 0.71875,0.29688 1.32813,0.29688 0.64062,0 1.14062,-0.0625 1.4375,-0.20313 0.32812,-0.125 0.48437,-0.35937 0.48437,-0.64062 l 0.1875,1.20312 c -0.15625,0.23438 -0.34375,0.42188 -0.5625,0.57813 -0.21875,0.15625 -0.48437,0.26562 -0.76562,0.34375 -0.28125,0.0625 -0.625,0.10937 -0.96875,0.10937 z m 0,0"
+     id="path3634" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 139.53938,104.80388 h 1.70313 v 8.64062 h -1.70313 z m 4.75,2.04687 c -0.15625,-0.1875 -0.34375,-0.32812 -0.5625,-0.40625 -0.23437,-0.10937 -0.48437,-0.15625 -0.79687,-0.15625 -0.53125,0 -0.95313,0.15625 -1.25,0.46875 -0.28125,0.28125 -0.4375,0.6875 -0.4375,1.21875 l -0.17188,-1.67187 c 0.25,-0.5 0.59375,-0.89063 1.03125,-1.1875 0.42188,-0.29688 0.875,-0.42188 1.39063,-0.42188 0.39062,0 0.75,0.0469 1.07812,0.17188 0.3125,0.0937 0.59375,0.26562 0.82813,0.48437 z m 0,0"
+     id="path3630" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 149.06163,113.49138 c -0.70312,0 -1.20312,-0.20313 -1.53125,-0.59375 -0.32812,-0.375 -0.5,-0.95313 -0.5,-1.70313 v -8.89062 h 1.70313 v 8.90625 c 0,0.20312 0.0312,0.375 0.125,0.5 0.0781,0.0937 0.20312,0.17187 0.375,0.17187 h 0.8125 v 1.60938 z m -2.90625,-8.6875 h 3.89063 v 1.53125 h -3.89063 z m 0,0"
+     id="path3626" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 152.36373,101.35075 h 1.70313 v 12.09375 h -1.70313 z m 5.25,6.85938 c 0,-0.60938 -0.15625,-1.07813 -0.48437,-1.40625 -0.3125,-0.34375 -0.76563,-0.51563 -1.32813,-0.51563 -0.5625,0 -0.98437,0.15625 -1.29687,0.45313 -0.28125,0.28125 -0.4375,0.6875 -0.4375,1.21875 l -0.17188,-1.67188 c 0.25,-0.5 0.60938,-0.90625 1.04688,-1.1875 0.42187,-0.28125 0.89062,-0.40625 1.42187,-0.40625 0.9375,0 1.65625,0.29688 2.17188,0.92188 0.5,0.60937 0.76562,1.46875 0.76562,2.57812 v 5.25 h -1.6875 z m 0,0"
+     id="path3622" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d=""
+     id="path3618" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 171.3404,107.97575 c 0,-0.57812 -0.15625,-1 -0.45312,-1.32812 -0.29688,-0.3125 -0.71875,-0.45313 -1.28125,-0.45313 -0.34375,0 -0.6875,0.0469 -1.01563,0.14063 -0.3125,0.10937 -0.625,0.26562 -0.875,0.45312 l -1.23437,-0.85937 c 0.32812,-0.39063 0.75,-0.6875 1.29687,-0.92188 0.53125,-0.21875 1.125,-0.3125 1.76563,-0.3125 0.71875,0 1.32812,0.10938 1.84375,0.375 0.51562,0.25 0.90625,0.60938 1.17187,1.07813 0.26563,0.5 0.39063,1.07812 0.39063,1.75 v 5.54687 h -1.60938 z m -2.10937,5.59375 c -1.0625,0 -1.85938,-0.23437 -2.39063,-0.67187 -0.53125,-0.42188 -0.78125,-1.10938 -0.78125,-2 0,-0.85938 0.23438,-1.48438 0.71875,-1.92188 0.48438,-0.42187 1.20313,-0.64062 2.1875,-0.64062 h 2.45313 l 0.125,1.35937 h -2.57813 c -0.4375,0 -0.76562,0.10938 -0.98437,0.3125 -0.21875,0.1875 -0.32813,0.48438 -0.32813,0.89063 0,0.4375 0.14063,0.76562 0.4375,0.98437 0.28125,0.20313 0.71875,0.29688 1.32813,0.29688 0.64062,0 1.14062,-0.0625 1.4375,-0.20313 0.32812,-0.125 0.48437,-0.35937 0.48437,-0.64062 l 0.1875,1.20312 c -0.15625,0.23438 -0.34375,0.42188 -0.5625,0.57813 -0.21875,0.15625 -0.48437,0.26562 -0.76562,0.34375 -0.28125,0.0625 -0.625,0.10937 -0.96875,0.10937 z m 0,0"
+     id="path3614" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 175.52589,104.80388 h 1.70313 v 8.64062 h -1.70313 z m 5.25,3.40625 c 0,-0.60938 -0.15625,-1.07813 -0.48437,-1.40625 -0.3125,-0.34375 -0.76563,-0.51563 -1.32813,-0.51563 -0.5625,0 -0.98437,0.15625 -1.29687,0.45313 -0.28125,0.29687 -0.4375,0.70312 -0.4375,1.23437 l -0.17188,-1.67187 c 0.25,-0.5 0.60938,-0.92188 1.04688,-1.1875 0.42187,-0.29688 0.89062,-0.42188 1.42187,-0.42188 0.9375,0 1.65625,0.29688 2.17188,0.92188 0.5,0.60937 0.76562,1.46875 0.76562,2.57812 v 5.25 h -1.6875 z m 0,0"
+     id="path3610" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 189.95246,101.35075 h 1.70313 v 12.09375 h -1.70313 z m -2.15625,12.25 c -0.64062,0 -1.1875,-0.14062 -1.625,-0.40625 -0.4375,-0.29687 -0.78125,-0.6875 -1.01562,-1.21875 -0.25,-0.53125 -0.34375,-1.15625 -0.34375,-1.89062 v -1.90625 c 0,-0.75 0.0937,-1.375 0.34375,-1.90625 0.21875,-0.53125 0.53125,-0.92188 0.98437,-1.20313 0.42188,-0.28125 0.95313,-0.40625 1.5625,-0.40625 0.51563,0 0.96875,0.125 1.39063,0.40625 0.4375,0.25 0.76562,0.625 1.04687,1.125 l -0.1875,1.75 c 0,-0.35937 -0.0625,-0.6875 -0.1875,-0.9375 -0.14062,-0.25 -0.34375,-0.45312 -0.57812,-0.59375 -0.25,-0.14062 -0.5625,-0.20312 -0.92188,-0.20312 -0.5625,0 -1,0.17187 -1.3125,0.53125 -0.3125,0.32812 -0.45312,0.82812 -0.45312,1.45312 v 1.89063 c 0,0.625 0.14062,1.10937 0.45312,1.45312 0.3125,0.34375 0.75,0.51563 1.3125,0.51563 0.35938,0 0.67188,-0.0781 0.92188,-0.23438 0.23437,-0.125 0.4375,-0.32812 0.57812,-0.59375 0.125,-0.26562 0.1875,-0.59375 0.1875,-0.96875 l 0.125,1.82813 c -0.17187,0.42187 -0.45312,0.78125 -0.84375,1.0625 -0.39062,0.29687 -0.89062,0.45312 -1.4375,0.45312 z m 0,0"
+     id="path3606" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d=""
+     id="path3602" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 198.97914,101.35075 h 1.70312 v 12.09375 h -1.70312 z m 0.8125,10.46875 h 6.95312 v 1.625 h -6.95312 z m 0,-5.1875 h 6.03125 v 1.625 h -6.03125 z m 0,-5.28125 h 6.95312 v 1.625 h -6.95312 z m 0,0"
+     id="path3598" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 208.9918,104.80388 h 1.70313 v 8.64062 h -1.70313 z m 5.25,3.40625 c 0,-0.60938 -0.15625,-1.07813 -0.48437,-1.40625 -0.3125,-0.34375 -0.76563,-0.51563 -1.32813,-0.51563 -0.5625,0 -0.98437,0.15625 -1.29687,0.45313 -0.28125,0.29687 -0.4375,0.70312 -0.4375,1.23437 l -0.17188,-1.67187 c 0.25,-0.5 0.60938,-0.92188 1.04688,-1.1875 0.42187,-0.29688 0.89062,-0.42188 1.42187,-0.42188 0.9375,0 1.65625,0.29688 2.17188,0.92188 0.5,0.60937 0.76562,1.46875 0.76562,2.57812 v 5.25 h -1.6875 z m 0,0"
+     id="path3594" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 223.30027,104.80388 h 1.76563 l -3.25,8.64062 h -1.28125 l -3.23438,-8.64062 h 1.78125 l 2.10938,6.17187 z m 0,0"
+     id="path3670" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 226.72203,101.35075 h 1.70313 v 1.70313 h -1.70313 z m 0,3.45313 h 1.70313 v 8.64062 h -1.70313 z m 0,0"
+     id="path3666" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 230.99681,104.80388 h 1.70313 v 8.64062 h -1.70313 z m 4.75,2.04687 c -0.15625,-0.1875 -0.34375,-0.32812 -0.5625,-0.40625 -0.23437,-0.10937 -0.48437,-0.15625 -0.79687,-0.15625 -0.53125,0 -0.95313,0.15625 -1.25,0.46875 -0.28125,0.28125 -0.4375,0.6875 -0.4375,1.21875 l -0.17188,-1.67187 c 0.25,-0.5 0.59375,-0.89063 1.03125,-1.1875 0.42188,-0.29688 0.875,-0.42188 1.39063,-0.42188 0.39062,0 0.75,0.0469 1.07812,0.17188 0.3125,0.0937 0.59375,0.26562 0.82813,0.48437 z m 0,0"
+     id="path3662" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 241.42645,113.5695 c -0.75,0 -1.40625,-0.14062 -1.9375,-0.45312 -0.51563,-0.28125 -0.9375,-0.70313 -1.21875,-1.26563 -0.28125,-0.5625 -0.40625,-1.25 -0.40625,-2.03125 v -1.42187 c 0,-0.78125 0.125,-1.4375 0.40625,-2 0.28125,-0.5625 0.70312,-0.98438 1.21875,-1.28125 0.53125,-0.29688 1.1875,-0.42188 1.9375,-0.42188 0.71875,0 1.375,0.125 1.90625,0.42188 0.54687,0.29687 0.9375,0.71875 1.21875,1.28125 0.28125,0.5625 0.42187,1.21875 0.42187,2 v 1.4375 c 0,0.78125 -0.14062,1.46875 -0.42187,2.01562 -0.28125,0.5625 -0.67188,0.98438 -1.21875,1.26563 -0.53125,0.3125 -1.1875,0.45312 -1.90625,0.45312 z m 0,-1.60937 c 0.57812,0 1.03125,-0.1875 1.35937,-0.5625 0.3125,-0.375 0.48438,-0.90625 0.48438,-1.5625 v -1.4375 c 0,-0.65625 -0.17188,-1.1875 -0.48438,-1.54688 -0.32812,-0.375 -0.78125,-0.5625 -1.35937,-0.5625 -0.60938,0 -1.0625,0.1875 -1.39063,0.5625 -0.3125,0.35938 -0.48437,0.89063 -0.48437,1.54688 v 1.4375 c 0,0.65625 0.17187,1.1875 0.48437,1.5625 0.32813,0.375 0.78125,0.5625 1.39063,0.5625 z m 0,0"
+     id="path3694" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 247.38021,104.80388 h 1.70313 v 8.64062 h -1.70313 z m 5.25,3.40625 c 0,-0.60938 -0.15625,-1.07813 -0.48437,-1.40625 -0.3125,-0.34375 -0.76563,-0.51563 -1.32813,-0.51563 -0.5625,0 -0.98437,0.15625 -1.29687,0.45313 -0.28125,0.29687 -0.4375,0.70312 -0.4375,1.23437 l -0.17188,-1.67187 c 0.25,-0.5 0.60938,-0.92188 1.04688,-1.1875 0.42187,-0.29688 0.89062,-0.42188 1.42187,-0.42188 0.9375,0 1.65625,0.29688 2.17188,0.92188 0.5,0.60937 0.76562,1.46875 0.76562,2.57812 v 5.25 h -1.6875 z m 0,0"
+     id="path3690" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 267.22867,108.21013 c 0,-0.60938 -0.17188,-1.07813 -0.48438,-1.40625 -0.32812,-0.34375 -0.76562,-0.51563 -1.32812,-0.51563 -0.53125,0 -0.9375,0.17188 -1.21875,0.5 -0.29688,0.32813 -0.4375,0.76563 -0.4375,1.35938 l -0.34375,-1.67188 c 0.26562,-0.5625 0.64062,-1 1.07812,-1.32812 0.4375,-0.29688 0.9375,-0.45313 1.46875,-0.45313 0.625,0 1.15625,0.125 1.59375,0.40625 0.45313,0.26563 0.78125,0.6875 1.01563,1.1875 0.23437,0.53125 0.32812,1.17188 0.32812,1.90625 v 5.25 h -1.67187 z m -10.32813,-3.40625 h 1.70313 v 8.64062 h -1.70313 z m 5.15625,3.40625 c 0,-0.60938 -0.15625,-1.07813 -0.4375,-1.40625 -0.3125,-0.34375 -0.73437,-0.51563 -1.28125,-0.51563 -0.5625,0 -0.98437,0.15625 -1.29687,0.45313 -0.28125,0.29687 -0.4375,0.70312 -0.4375,1.23437 l -0.17188,-1.67187 c 0.25,-0.5 0.60938,-0.92188 1.04688,-1.1875 0.42187,-0.29688 0.89062,-0.42188 1.42187,-0.42188 0.59375,0 1.10938,0.125 1.53125,0.40625 0.4375,0.26563 0.76563,0.6875 0.98438,1.1875 0.23437,0.53125 0.34375,1.17188 0.34375,1.90625 v 5.25 h -1.70313 z m 0,0"
+     id="path3686" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 275.043,113.5695 c -0.79688,0 -1.48438,-0.15625 -2.04688,-0.45312 -0.57812,-0.29688 -1,-0.75 -1.29687,-1.32813 -0.3125,-0.57812 -0.4375,-1.26562 -0.4375,-2.09375 v -0.96875 c 0,-0.84375 0.125,-1.57812 0.42187,-2.17187 0.26563,-0.625 0.70313,-1.07813 1.25,-1.39063 0.53125,-0.3125 1.1875,-0.46875 1.95313,-0.46875 0.71875,0 1.32812,0.17188 1.84375,0.53125 0.5,0.375 0.89062,0.875 1.17187,1.5625 0.26563,0.67188 0.40625,1.5 0.40625,2.45313 v 0.57812 h -5.82812 v -1.375 h 4.20312 c -0.0469,-0.70312 -0.23437,-1.25 -0.53125,-1.64062 -0.3125,-0.39063 -0.73437,-0.57813 -1.26562,-0.57813 -0.64063,0 -1.14063,0.20313 -1.5,0.625 -0.34375,0.40625 -0.53125,1 -0.53125,1.79688 v 1.07812 c 0,0.71875 0.1875,1.26563 0.5625,1.65625 0.39062,0.375 0.92187,0.57813 1.625,0.57813 0.34375,0 0.67187,-0.0781 1.01562,-0.21875 0.34375,-0.14063 0.625,-0.32813 0.90625,-0.57813 l 1.10938,1.125 c -0.42188,0.40625 -0.90625,0.71875 -1.4375,0.9375 -0.53125,0.23438 -1.0625,0.34375 -1.59375,0.34375 z m 0,0"
+     id="path3682" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 280.62472,104.80388 h 1.70313 v 8.64062 h -1.70313 z m 5.25,3.40625 c 0,-0.60938 -0.15625,-1.07813 -0.48437,-1.40625 -0.3125,-0.34375 -0.76563,-0.51563 -1.32813,-0.51563 -0.5625,0 -0.98437,0.15625 -1.29687,0.45313 -0.28125,0.29687 -0.4375,0.70312 -0.4375,1.23437 l -0.17188,-1.67187 c 0.25,-0.5 0.60938,-0.92188 1.04688,-1.1875 0.42187,-0.29688 0.89062,-0.42188 1.42187,-0.42188 0.9375,0 1.65625,0.29688 2.17188,0.92188 0.5,0.60937 0.76562,1.46875 0.76562,2.57812 v 5.25 h -1.6875 z m 0,0"
+     id="path3678" />
+  <path
+     style="fill:#979797;fill-opacity:1;stroke:none"
+     d="m 292.39506,113.49138 c -0.70313,0 -1.20313,-0.20313 -1.53125,-0.59375 -0.32813,-0.375 -0.5,-0.95313 -0.5,-1.70313 v -8.89062 h 1.70312 v 8.90625 c 0,0.20312 0.0312,0.375 0.125,0.5 0.0781,0.0937 0.20313,0.17187 0.375,0.17187 h 0.8125 v 1.60938 z m -2.90625,-8.6875 h 3.89062 v 1.53125 h -3.89062 z m 0,0"
+     id="path3674" />
+</svg>